Commit graph

  • bd570780db Fix persistentHamburgerMenu offset behavior. jqlio18 2022-12-18 23:17:56 -05:00
  • d0ead2e74d Fix HamburgerMenu not working with rail SideNav. jqlio18 2022-12-18 22:58:00 -05:00
  • 6daeb5dbf1 Remove unsued variables. jqlio18 2022-12-18 21:58:43 -05:00
  • da7f03a8f8 React don't have the narrow and noGutterprops The text in the docs have more margins because they use grid so it have the double the margins needed. jqlio18 2022-12-18 21:56:22 -05:00
  • 69b208add2 add $$restProps.style jqlio18 2022-12-18 20:52:27 -05:00
  • 50066966da
    feat(notification)!: replace iconDescription prop with statusIconDescription, closeButtonDescription (#1591) Enrico Sacchetti 2022-12-18 18:28:23 -05:00
  • d5251ff47c Fix some bugs with rail variant and fix offset when side nav was not present. jqlio18 2022-12-18 12:28:19 -05:00
  • bf639a5c2d Take the same approach as react jqlio18 2022-12-18 00:24:25 -05:00
  • 62e5b6ed86 Add docs jqlio18 2022-12-17 22:53:18 -05:00
  • b53036a3fe Remove style css and update docs. jqlio18 2022-12-17 16:25:51 -05:00
  • e258db0cae
    docs(pagination-nav): add change event docs (#1592) Gregor Wassmann 2022-12-17 15:06:40 +01:00
  • 7a29d0061f Update docs Gregor Wassmann 2022-12-17 13:49:54 +01:00
  • 4b85d4920c Revert "Dont reformat the entire json file -_-" jqlio18 2022-12-16 15:37:14 -05:00
  • ed692720b4 Revert "Update component API for the breaking change." jqlio18 2022-12-16 15:36:45 -05:00
  • cfc99f86dc Dont reformat the entire json file -_- jqlio18 2022-12-16 15:20:46 -05:00
  • 28b71733e4 Update component API for the breaking change. jqlio18 2022-12-16 14:35:13 -05:00
  • 4c70e74329 chore: rebuild docs Enrico Sacchetti 2022-12-16 14:05:58 -05:00
  • 11ee7fc486 docs: add detailed usage to InlineNotification Enrico Sacchetti 2022-12-16 14:02:06 -05:00
  • 90c4addeed feat(notification)!: ToastNotification props Enrico Sacchetti 2022-12-16 13:57:09 -05:00
  • ee21257300 feat(notification)!: change InlineNotification props Enrico Sacchetti 2022-12-16 13:48:33 -05:00
  • 9f394e9339 Fix required message. jqlio18 2022-12-15 13:00:19 -05:00
  • 83030543bf Changing how the the input works. The value is now binded to the input. Required, min, max and value are reative to error states. jqlio18 2022-12-15 12:15:30 -05:00
  • 0042c3c7c8 Use variables since we have them -_- jqlio18 2022-12-14 13:05:26 -05:00
  • 717d6d88de Previous commit was removing margin-left: 0 style. This revert back this change and add more consistencies with the navStore and classes. jqlio18 2022-12-14 12:58:44 -05:00
  • e9501be58a SideNav should overlay Content in UIShell Fixes #1463 jqlio18 2022-12-14 00:18:40 -05:00
  • 1bcb4ac9eb Put the refreactive with other reactive. jqlio18 2022-12-13 17:46:56 -05:00
  • faddb4c654 1. We should verify if the input is in an error state onMount and set the error accordingly. 2. Fix last commits and the invalid state border works again. 3. If the invalid state is set by the user, we must use setCustomValidity to set input validity to false. 4. invalidText must have a default and must not be empty. If empty, it will set the validity to true. I don't know if we should check for that. jqlio18 2022-12-13 17:42:00 -05:00
  • 8d55752a18
    fix(pagination-nav)!: use 1-indexing to be consistent with Pagination (#1518) Enrico Sacchetti 2022-12-13 13:23:04 -05:00
  • 9198ed5474
    feat!: dispatch "change" event in Pagination, rename "change" to "update" in Select (#1497) Enrico Sacchetti 2022-12-13 13:22:17 -05:00
  • e2a0ce9ac7 Added the status for the ProgressBarUx jqlio18 2022-12-13 00:33:58 -05:00
  • 2ce0dd60ff Merge branch 'ProgressBarStatus' of https://github.com/jqlio18/carbon-components-svelte into ProgressBarStatus jqlio18 2022-12-12 22:52:17 -05:00
  • 369c96a0db Removed an unnecessary span. jqlio18 2022-12-12 22:28:38 -05:00
  • 2eb2c863b1 Removed an unessacery span. jqlio18 2022-12-12 22:28:38 -05:00
  • dd542b5d05 ProgressBar: Removed the css variables and use carbon-css instead. The way of assigning the ProgressBar value has change. It is now a style variable and scale-x is calculated in the css. This way prevent the override of carbon css. jqlio18 2022-12-12 22:06:50 -05:00
  • 1627fa023f docs: add dispatched event details Enrico Sacchetti 2022-12-12 15:21:54 -05:00
  • 1b54825c85 feat(Select)!: dispatch update instead of input Enrico Sacchetti 2022-12-12 11:34:55 -05:00
  • 059664ea93 chore: remove unused code Enrico Sacchetti 2022-10-30 20:03:51 -04:00
  • 7e64ee57de feat(pagination): dispatch change event Enrico Sacchetti 2022-09-26 16:50:21 -04:00
  • 29a83c325c feat(select): forward change event Enrico Sacchetti 2022-09-26 16:35:57 -04:00
  • 30d4567247 Fix last commit, the data-invalid must be undefined if not in error. jqlio18 2022-12-12 13:02:01 -05:00
  • b3ef8e3dda Fix the data-invalid attribute which fix the css. jqlio18 2022-12-12 12:56:44 -05:00
  • 3f2870da12 The updatevalue should be parsed. jqlio18 2022-12-12 11:50:11 -05:00
  • ac1afe4d9b NumberInput : Fix error states jqlio18 2022-12-11 22:45:43 -05:00
  • 724d90bd7b
    chore(types)!: remove sveltekit: attributes from types (#1581) metonym 2022-12-11 12:58:19 -08:00
  • 5bf0d0f901
    Merge 89bd587dc2 into 27da2a0f8b Bilux 2022-12-11 01:50:08 +00:00
  • 37529d68a1
    Merge 698d4b077f into 27da2a0f8b Bilux 2022-12-11 01:49:46 +00:00
  • 27da2a0f8b
    docs: link source code to folder for multiple components (#1582) metonym 2022-12-10 17:49:42 -08:00
  • ee5a618dc6 chore(docs): remove unused source from frontmatter Eric Liu 2022-12-10 10:02:28 -08:00
  • 8f37f09374 docs: link source code to folder for multiple components Eric Liu 2022-12-10 10:01:32 -08:00
  • 9536e8b621 Run "yarn build:docs" Eric Liu 2022-12-09 08:48:23 -08:00
  • 1f018fa283 chore(deps-dev): upgrade sveld 0.17.2 -> 0.18.0 Eric Liu 2022-12-09 08:48:11 -08:00
  • f7969c64e8 chore(examples): bump deps [ci skip] Eric Liu 2022-12-08 07:50:33 -08:00
  • 3ba5ba7ccb v0.70.13 v0.70.13 Eric Liu 2022-12-08 07:40:58 -08:00
  • fce92fb648
    fix(dropdown): avoid runtime error if items is empty (#1578) metonym 2022-12-07 20:38:22 -08:00
  • a0f7b4c90a fix(dropdown): avoid runtime error if items is empty Eric Liu 2022-12-07 20:35:05 -08:00
  • 4b503c8c35
    fix(multi-select): avoid runtime error if items is empty (#1577) metonym 2022-12-07 20:34:46 -08:00
  • d72999b4cb fix(multi-select): avoid runtime error if items is empty Eric Liu 2022-12-07 20:31:58 -08:00
  • 09b3eed582
    fix(combobox): avoid runtime error if items is empty (#1545) Bilux 2022-12-08 05:29:04 +01:00
  • 948b5a1488 docs: fix link to carbon-components (#1571) DetachHead 2022-12-08 14:16:12 +10:00
  • c823f5c03a docs: fix link to carbon-components in README (#1574) David Wolf 2022-12-08 05:15:59 +01:00
  • 837716ff8b fix(overflow-menu): dispatch "close" event when clicking outside (#1546) metonym 2022-12-07 20:25:36 -08:00
  • ba62f45d34
    fix(table-header): button should have explicit type="button" (#1573) David Wolf 2022-12-08 05:14:47 +01:00
  • a3204cc131 docs(popover): simplify external element example Eric Liu 2022-12-07 20:13:13 -08:00
  • 0f8a57b9d2
    fix(popover): fire "click:outside" event when clicking sibling elements (#1570) Maxime Fafard 2022-12-07 23:10:45 -05:00
  • fa5515ded0
    fix(dropdown): only dispatch "select" on interaction, allow arrow keys to navigate menu (#1569) Enrico Sacchetti 2022-12-07 23:09:29 -05:00
  • a0600e8bdb chore(number-input): ensure value is a number Eric Liu 2022-12-07 20:07:49 -08:00
  • e6f5766e46
    fix(number-input): support floating point values (#1555) Jonathan Quintin 2022-12-07 23:06:29 -05:00
  • e7fe8ca85b
    fix(toggle): forward change, keyup events after toggled updates (#1559) Jonathan Quintin 2022-12-07 23:05:20 -05:00
  • 75a69bbfc2
    fix(progress-step): fix label text if vertical is true (#1533) brunnerh 2022-12-08 05:03:34 +01:00
  • 7a98ec26eb
    fix(progress-step): inherit unclickable styling if preventChangeOnClick is true (#1535) brunnerh 2022-12-08 05:02:24 +01:00
  • bf337c48ae
    fix(progress-step): button should have explicit type="button" (#1551) Tadeáš Maršík 2022-12-08 05:01:29 +01:00
  • 198e0da4c5
    fix(tree-view): loosen TreeNode text property type to any (#1576) metonym 2022-12-07 20:00:20 -08:00
  • e407c1a1d9 test(tree-view): assert updated property type value Eric Liu 2022-12-07 19:50:30 -08:00
  • 57e96c64bf Run "yarn build:docs" Eric Liu 2022-12-07 19:50:13 -08:00
  • 90ea643a42 fix(tree-view): loosen text property type to any Eric Liu 2022-12-07 19:50:04 -08:00
  • 21d841feeb
    fix(tree-view): make TreeView children prop type work recursively (#1566) DetachHead 2022-12-08 13:54:14 +10:00
  • 6de1e612b7 Run "yarn build:docs" Eric Liu 2022-12-07 18:50:19 -08:00
  • 3070ca6a64 fix TreeNode type so children works recursively DetachHead 2022-11-29 16:52:25 +10:00
  • ca95797c25
    docs: Fix readme project link David Wolf 2022-12-07 21:17:25 +01:00
  • e7fc05f895
    TableHeader: add type="button" to button David Wolf 2022-12-05 23:34:16 +01:00
  • 9287f53288
    fix carbon-components link DetachHead 2022-12-02 11:11:55 +10:00
  • 37e0db3f8f fix build:docs Maxime Fafard 2022-12-01 11:14:39 -05:00
  • 3a52b5b903 Fix popover click outside handler when clicking siblings Maxime Fafard 2022-12-01 11:06:06 -05:00
  • 83dd2be562 fix(Dropdown): adjust select event Enrico Sacchetti 2022-11-29 15:49:00 -05:00
  • 43090c5f47 ProgressBar status feature added jqlio18 2022-11-20 21:54:08 -05:00
  • 345795c737 Fix 1156: events fired after update jqlio18 2022-11-20 21:47:51 -05:00
  • 7d4423df2b Toggle problem with on:change, on:keyup and on:click Fixes #1556 jqlio18 2022-11-20 18:14:56 -05:00
  • efbff1dee6 NumberInput step and visual problem. Fixes #1554: Use the built-in function of steppers then assign the value jqlio18 2022-11-19 19:48:18 -05:00
  • d08303b3f6
    chore(deps): bump loader-utils from 2.0.2 to 2.0.4 in /examples/webpack dependabot[bot] 2022-11-16 21:46:11 +00:00
  • 2688621930 fix(progress-step): button should have type="button" Tadeáš Maršík 2022-11-14 18:25:51 +01:00
  • 016b88cef8
    chore(deps): bump loader-utils from 2.0.2 to 2.0.3 in /examples/webpack dependabot[bot] 2022-11-08 19:42:08 +00:00
  • 423ee6e1db fix(overflow-menu): dispatch close event for all cases Eric Liu 2022-10-30 11:13:01 -07:00
  • c2bcc91df6
    Fix zero items length bug Bilux 2022-10-29 16:46:09 +01:00
  • 4a21297bb0 Propagate ProgressIndicator unclickable styling. Harald Brunner 2022-10-21 12:10:45 +02:00
  • 373c3587e0 Fix vertical layout of ProgressStep. Harald Brunner 2022-10-21 11:34:50 +02:00
  • c6bbc85716
    fix a typo and spacing Bilux 2022-10-20 23:48:39 +01:00
  • 9c761137e8
    add an overflow menu selection variant for DataTable Bilux 2022-10-20 18:40:46 +01:00
  • ae34451583
    fix(data-table): remove unused import from "svelte/store" (#1529) Bilux 2022-10-20 18:21:12 +01:00
  • 67755779a1
    no need to import derived from "svelte/store" Bilux 2022-10-20 18:11:19 +01:00
  • f12dc707a6
    flip the menu direction to top if menu's height is bigger than the parent offset Bilux 2022-10-20 18:10:05 +01:00