@statistikzh/leu 0.26.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/.release-please-manifest.json +1 -1
  2. package/CHANGELOG.md +21 -0
  3. package/dist/{Accordion-B04QkmHz.js → Accordion-DLsqXcK8.js} +1 -1
  4. package/dist/Accordion.js +2 -2
  5. package/dist/{Button-BkhqVjug.js → Button-BSyDL_cV.js} +3 -3
  6. package/dist/Button.js +4 -4
  7. package/dist/{ButtonGroup-B8U9fDvM.js → ButtonGroup-BmSvl-Oc.js} +2 -2
  8. package/dist/ButtonGroup.js +5 -5
  9. package/dist/{ChartWrapper-CSMFwz9e.js → ChartWrapper-CvDvQsd5.js} +2 -2
  10. package/dist/ChartWrapper.js +3 -3
  11. package/dist/{Checkbox-Dd1QLpfn.js → Checkbox-Cl_X6gBJ.js} +2 -2
  12. package/dist/Checkbox.js +3 -3
  13. package/dist/{CheckboxGroup-Bz2eWEFL.js → CheckboxGroup-BKhOmZYX.js} +2 -2
  14. package/dist/CheckboxGroup.js +4 -4
  15. package/dist/{Chip-XAQIIsXq.js → Chip-McVP3N_x.js} +1 -1
  16. package/dist/Chip.js +2 -2
  17. package/dist/{ChipGroup-DLqfK2kn.js → ChipGroup-DUGavZeU.js} +1 -1
  18. package/dist/ChipGroup.js +3 -3
  19. package/dist/ChipLink.js +2 -2
  20. package/dist/ChipRemovable.js +3 -3
  21. package/dist/ChipSelectable.js +2 -2
  22. package/dist/{Dialog-DHuXR_oo.js → Dialog-BlDd4T2u.js} +2 -2
  23. package/dist/Dialog.js +3 -3
  24. package/dist/{Dropdown-DtFTePbc.js → Dropdown-BLxSIe6p.js} +5 -5
  25. package/dist/Dropdown.js +8 -8
  26. package/dist/{FileInput-b8sbLDPI.js → FileInput-DntYrpZ-.js} +22 -7
  27. package/dist/FileInput.d.ts +11 -0
  28. package/dist/FileInput.js +6 -6
  29. package/dist/{Icon-C_yYuynf.js → Icon-CbZXpyHU.js} +1 -1
  30. package/dist/Icon.js +2 -2
  31. package/dist/{Input-D2THgo7c.d.ts → Input-CeaAOB4p.d.ts} +6 -2
  32. package/dist/{Input-DEOVocTa.js → Input-DBXX7ev8.js} +32 -11
  33. package/dist/Input.d.ts +1 -1
  34. package/dist/Input.js +3 -3
  35. package/dist/{LeuElement-BeFrgKes.js → LeuElement-k4RjIeoG.js} +1 -1
  36. package/dist/{Menu-BeqqtCw6.js → Menu-Cu8eIF1T.js} +2 -2
  37. package/dist/Menu.js +4 -4
  38. package/dist/{MenuItem-DVg8-1Bq.js → MenuItem-Cs3KFhJm.js} +2 -2
  39. package/dist/MenuItem.js +3 -3
  40. package/dist/{Message-BhknWvAF.js → Message-C6Zlk_2p.js} +2 -2
  41. package/dist/Message.js +3 -3
  42. package/dist/{Pagination-DJI5MIi_.js → Pagination-CB2eVlXk.js} +4 -4
  43. package/dist/Pagination.js +6 -6
  44. package/dist/{Placeholder-BJybFwSg.js → Placeholder-DHMexMhK.js} +1 -1
  45. package/dist/Placeholder.js +2 -2
  46. package/dist/{Popup-DNlm_9AA.js → Popup-8jhVy8gB.js} +1 -1
  47. package/dist/Popup.js +2 -2
  48. package/dist/{ProgressBar-B0wYj1KF.js → ProgressBar-CG0_lHfS.js} +1 -1
  49. package/dist/ProgressBar.js +2 -2
  50. package/dist/{Radio-DMCL8c4D.js → Radio-DG3xqP3s.js} +1 -1
  51. package/dist/Radio.js +2 -2
  52. package/dist/{RadioGroup-CM6IyBlq.js → RadioGroup-BKCp9ICX.js} +2 -2
  53. package/dist/RadioGroup.js +3 -3
  54. package/dist/{Range-B72rtfln.js → Range-7LrESv4K.js} +1 -1
  55. package/dist/Range.js +2 -2
  56. package/dist/{ScrollTop-BFAqBVDR.js → ScrollTop-CJJsfniA.js} +20 -20
  57. package/dist/ScrollTop.d.ts +5 -5
  58. package/dist/ScrollTop.js +5 -5
  59. package/dist/{Select-vxl3BvD4.js → Select-CxEDXIBn.js} +153 -133
  60. package/dist/Select.d.ts +73 -71
  61. package/dist/Select.js +9 -9
  62. package/dist/{Spinner-DDTqijTO.js → Spinner-VhKfzI3Q.js} +1 -1
  63. package/dist/Spinner.js +2 -2
  64. package/dist/{Table-BgCxfBcm.js → Table-rg_JCtsA.js} +3 -3
  65. package/dist/Table.js +7 -7
  66. package/dist/{Tag-DK2KkPIQ.js → Tag-BROUaDAZ.js} +1 -1
  67. package/dist/Tag.js +2 -2
  68. package/dist/{VisuallyHidden-pll3amXE.js → VisuallyHidden-Co_txzxB.js} +1 -1
  69. package/dist/VisuallyHidden.js +2 -2
  70. package/dist/index.d.ts +1 -1
  71. package/dist/index.js +30 -30
  72. package/dist/leu-accordion.js +2 -2
  73. package/dist/leu-button-group.js +5 -5
  74. package/dist/leu-button.js +4 -4
  75. package/dist/leu-chart-wrapper.js +3 -3
  76. package/dist/leu-checkbox-group.js +4 -4
  77. package/dist/leu-checkbox.js +3 -3
  78. package/dist/leu-chip-group.js +3 -3
  79. package/dist/leu-chip-link.js +2 -2
  80. package/dist/leu-chip-removable.js +3 -3
  81. package/dist/leu-chip-selectable.js +2 -2
  82. package/dist/leu-dialog.js +3 -3
  83. package/dist/leu-dropdown.js +8 -8
  84. package/dist/leu-file-input.js +6 -6
  85. package/dist/leu-icon.js +2 -2
  86. package/dist/leu-input.d.ts +1 -1
  87. package/dist/leu-input.js +3 -3
  88. package/dist/leu-menu-item.js +3 -3
  89. package/dist/leu-menu.js +4 -4
  90. package/dist/leu-message.js +3 -3
  91. package/dist/leu-pagination.js +6 -6
  92. package/dist/leu-placeholder.js +2 -2
  93. package/dist/leu-popup.js +2 -2
  94. package/dist/leu-progress-bar.js +2 -2
  95. package/dist/leu-radio-group.js +3 -3
  96. package/dist/leu-radio.js +2 -2
  97. package/dist/leu-range.js +2 -2
  98. package/dist/leu-scroll-top.js +5 -5
  99. package/dist/leu-select.js +9 -9
  100. package/dist/leu-spinner.js +2 -2
  101. package/dist/leu-table.js +7 -7
  102. package/dist/leu-tag.js +2 -2
  103. package/dist/leu-visually-hidden.js +2 -2
  104. package/dist/vscode.html-custom-data.json +14 -27
  105. package/dist/vue/index.d.ts +16 -24
  106. package/dist/web-types.json +41 -60
  107. package/package.json +1 -1
  108. package/src/components/file-input/FileInput.ts +24 -5
  109. package/src/components/input/Input.ts +43 -8
  110. package/src/components/input/test/input.test.ts +106 -1
  111. package/src/components/scroll-top/ScrollTop.ts +18 -16
  112. package/src/components/select/Select.ts +198 -124
  113. package/src/components/select/select.css +4 -0
  114. package/src/components/select/stories/select.stories.ts +10 -0
  115. package/src/components/select/test/select.test.ts +440 -35
package/dist/Select.d.ts CHANGED
@@ -1,30 +1,25 @@
1
1
  import { t as LeuElement } from "./LeuElement-pJFU18Xm.js";
2
+ import { t as FormAssociatedMixinType } from "./FormAssociatedMixin-Cc74LjbC.js";
2
3
  import { t as LeuIcon } from "./Icon-Op80LrrO.js";
3
4
  import { t as LeuButton } from "./Button-BgNUxmo_.js";
4
5
  import { t as HasSlotController } from "./hasSlotController-DWPyZ52b.js";
5
6
  import { t as LeuMenuItem } from "./MenuItem-QcgnRk_7.js";
6
7
  import { t as LeuMenu } from "./Menu-CQdx1ef3.js";
7
8
  import { t as LeuPopup } from "./Popup-Btgm2a3D.js";
8
- import { t as LeuInput } from "./Input-D2THgo7c.js";
9
+ import { t as LeuInput } from "./Input-CeaAOB4p.js";
9
10
  import { PropertyValues, nothing } from "lit";
10
11
  import * as lit_html0 from "lit-html";
12
+ import * as lit_html_directives_ref_js0 from "lit-html/directives/ref.js";
11
13
 
12
14
  //#region src/components/select/Select.d.ts
15
+ declare const LeuSelect_base: (abstract new (...args: any[]) => FormAssociatedMixinType) & typeof LeuElement;
13
16
  /**
14
17
  * @tagname leu-select
15
18
  * @slot before - Optional content the appears before the option list
16
19
  * @slot after - Optional content the appears after the option list
17
- * @property {string} name - Reflects to the name attribute of the hidden input field that would be used in a form
18
- * @property {boolean} open - The expanded state of the popup
19
- * @property {string} label - The label of the select
20
- * @property {array} value - List of selected values. If they're set from outside the component, the select element tries to find all the options with the given values and selects them.
21
- * @property {boolean} clearable - Show a clearable button to reset the value
22
- * @property {boolean} disabled - If the select should be disabled
23
- * @property {boolean} filterable - Show an input field to filter the options inside the popup
24
- * @property {boolean} multiple - Allow multiple selections
25
20
  * @attribute {string} value - The selected values separated by commas.
26
21
  */
27
- declare class LeuSelect extends LeuElement {
22
+ declare class LeuSelect extends LeuSelect_base {
28
23
  static dependencies: {
29
24
  "leu-button": typeof LeuButton;
30
25
  "leu-menu": typeof LeuMenu;
@@ -34,60 +29,74 @@ declare class LeuSelect extends LeuElement {
34
29
  "leu-popup": typeof LeuPopup;
35
30
  };
36
31
  static styles: any[];
37
- static get properties(): {
38
- name: {
39
- type: StringConstructor;
40
- reflect: boolean;
41
- };
42
- open: {
43
- type: BooleanConstructor;
44
- reflect: boolean;
45
- };
46
- label: {
47
- type: StringConstructor;
48
- reflect: boolean;
49
- };
50
- value: {
51
- type: ArrayConstructor;
52
- converter: {
53
- fromAttribute(value: any): any;
54
- };
55
- };
56
- clearable: {
57
- type: BooleanConstructor;
58
- reflect: boolean;
59
- };
60
- disabled: {
61
- type: BooleanConstructor;
62
- reflect: boolean;
63
- };
64
- filterable: {
65
- type: BooleanConstructor;
66
- reflect: boolean;
67
- };
68
- multiple: {
69
- type: BooleanConstructor;
70
- reflect: boolean;
71
- };
72
- _optionFilter: {
73
- state: boolean;
74
- };
75
- _hasFilterResults: {
76
- state: boolean;
77
- };
78
- _displayValue: {
79
- state: boolean;
80
- };
32
+ /**
33
+ * @internal
34
+ */
35
+ static shadowRootOptions: {
36
+ delegatesFocus: boolean;
37
+ clonable?: boolean;
38
+ customElementRegistry?: CustomElementRegistry;
39
+ mode: ShadowRootMode;
40
+ serializable?: boolean;
41
+ slotAssignment?: SlotAssignmentMode;
81
42
  };
43
+ /**
44
+ * The label of the select
45
+ */
46
+ label: string;
47
+ /**
48
+ * The default value of the select. Corresponds to the `value` HTML attribute.
49
+ */
50
+ defaultValue: Array<string>;
51
+ /** @internal */
52
+ protected _value: Array<string> | undefined;
53
+ /**
54
+ * List of selected values. If they're set from outside the component, the select element
55
+ * finds all the options that match the given values and selects them.
56
+ */
57
+ set value(value: Array<string>);
58
+ get value(): Array<string>;
59
+ /**
60
+ * Show a clearable button to reset the value
61
+ */
62
+ clearable: boolean;
63
+ /**
64
+ * Show an input field to filter the options inside the popup
65
+ */
66
+ filterable: boolean;
67
+ /**
68
+ * Allow multiple selections
69
+ */
70
+ multiple: boolean;
71
+ /** Marks the input element as required */
72
+ required: boolean;
73
+ /**
74
+ * The expanded state of the popup
75
+ */
76
+ protected open: boolean;
77
+ protected _optionFilter: string;
78
+ protected _hasFilterResults: boolean;
79
+ protected _displayValue: string;
82
80
  static getOptionLabel(option: any): any;
81
+ /** @internal */
82
+ protected _deferedChangeEvent: boolean;
83
+ /** @internal */
84
+ protected _optionFilterRef: lit_html_directives_ref_js0.Ref<LeuInput>;
85
+ /** @internal */
86
+ protected _toggleButtonRef: lit_html_directives_ref_js0.Ref<HTMLButtonElement>;
87
+ /** @internal */
88
+ protected _menuRef: lit_html_directives_ref_js0.Ref<LeuMenu>;
83
89
  /**
84
90
  * @internal
85
91
  */
86
92
  hasSlotController: HasSlotController;
87
- constructor();
93
+ protected setFormValue(): void;
94
+ formResetCallback(): void;
95
+ protected willUpdate(changedProperties: PropertyValues<this>): void;
88
96
  connectedCallback(): void;
89
97
  disconnectedCallback(): void;
90
98
  updated(changedProperties: PropertyValues<this>): void;
99
+ click(): void;
91
100
  /**
92
101
  * Apply the current state to the menu items.
93
102
  * - Set the active property when the value property has changed.
@@ -104,42 +113,35 @@ declare class LeuSelect extends LeuElement {
104
113
  /**
105
114
  * Handles clicks outside of the component to close the dropdown.
106
115
  * @internal
107
- * @param {MouseEvent} event
108
116
  */
109
- _handleDocumentClick: (event: any) => void;
117
+ _handleDocumentClick: (event: MouseEvent) => void;
110
118
  /**
111
119
  * @internal
112
- * @param {KeyboardEvent} event
113
120
  */
114
- _handleKeyDown: (event: any) => void;
121
+ _handleKeyDown: (event: KeyboardEvent) => void;
115
122
  /**
116
123
  * @internal
117
- * @param {KeyboardEvent} event
118
124
  */
119
- _handleToggleKeyDown(event: any): Promise<void>;
125
+ _handleToggleKeyDown(event: KeyboardEvent): Promise<void>;
120
126
  /**
121
127
  * @internal
122
- * @param {KeyboardEvent} event
123
128
  */
124
- _handleFilterInputKeyDown(event: any): void;
129
+ _handleFilterInputKeyDown(event: KeyboardEvent): void;
125
130
  /**
126
131
  * Determines the value or label that should be displayed inside the toggle button.
127
- * @returns {String | nothing}
128
132
  */
129
- _getDisplayValue(): any;
133
+ _getDisplayValue(): string | typeof nothing;
130
134
  _emitInputEvent(): void;
131
135
  _emitChangeEvent(): void;
132
- _clearValue(event: any): void;
136
+ _clearValue(event: MouseEvent): void;
133
137
  _toggleDropdown(): void;
134
138
  _closeDropdown(): void;
135
- _handleFilterInput(event: any): void;
139
+ _handleFilterInput(event: InputEvent): void;
136
140
  /**
137
141
  * Checks if the given value is selected.
138
- * @param {String} menuItemValue
139
- * @returns {Boolean}
140
142
  */
141
- _isSelected(menuItemValue: any): any;
142
- _handleMenuItemClick(event: any): void;
143
+ _isSelected(menuItemValue: string): boolean;
144
+ _handleMenuItemClick(event: MouseEvent): void;
143
145
  _renderFilterInput(): lit_html0.TemplateResult<1> | typeof nothing;
144
146
  _renderApplyButton(): lit_html0.TemplateResult<1> | typeof nothing;
145
147
  _renderToggleButton(): lit_html0.TemplateResult<1>;
package/dist/Select.js CHANGED
@@ -1,11 +1,11 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import "./Spinner-DDTqijTO.js";
4
- import "./Button-BkhqVjug.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import "./Spinner-VhKfzI3Q.js";
4
+ import "./Button-BSyDL_cV.js";
5
5
  import "./FormAssociatedMixin-DLPvFtbT.js";
6
- import "./MenuItem-DVg8-1Bq.js";
7
- import "./Menu-BeqqtCw6.js";
8
- import "./Popup-DNlm_9AA.js";
9
- import "./Input-DEOVocTa.js";
10
- import { t as LeuSelect } from "./Select-vxl3BvD4.js";
6
+ import "./MenuItem-Cs3KFhJm.js";
7
+ import "./Menu-Cu8eIF1T.js";
8
+ import "./Popup-8jhVy8gB.js";
9
+ import "./Input-DBXX7ev8.js";
10
+ import { t as LeuSelect } from "./Select-CxEDXIBn.js";
11
11
  export { LeuSelect };
@@ -1,4 +1,4 @@
1
- import { t as LeuElement } from "./LeuElement-BeFrgKes.js";
1
+ import { t as LeuElement } from "./LeuElement-k4RjIeoG.js";
2
2
  import { css, html } from "lit";
3
3
  //#region src/components/spinner/spinner.css?inline
4
4
  var spinner_default = css`@keyframes leu-spinner-rotate {
package/dist/Spinner.js CHANGED
@@ -1,3 +1,3 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import { t as LeuSpinner } from "./Spinner-DDTqijTO.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import { t as LeuSpinner } from "./Spinner-VhKfzI3Q.js";
3
3
  export { LeuSpinner };
@@ -1,6 +1,6 @@
1
- import { t as LeuElement } from "./LeuElement-BeFrgKes.js";
2
- import { t as LeuIcon } from "./Icon-C_yYuynf.js";
3
- import { t as LeuPagination } from "./Pagination-DJI5MIi_.js";
1
+ import { t as LeuElement } from "./LeuElement-k4RjIeoG.js";
2
+ import { t as LeuIcon } from "./Icon-CbZXpyHU.js";
3
+ import { t as LeuPagination } from "./Pagination-CB2eVlXk.js";
4
4
  import { css, html, noChange, nothing } from "lit";
5
5
  import { classMap } from "lit/directives/class-map.js";
6
6
  import { createRef, ref } from "lit/directives/ref.js";
package/dist/Table.js CHANGED
@@ -1,9 +1,9 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import "./Spinner-DDTqijTO.js";
4
- import "./Button-BkhqVjug.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import "./Spinner-VhKfzI3Q.js";
4
+ import "./Button-BSyDL_cV.js";
5
5
  import "./FormAssociatedMixin-DLPvFtbT.js";
6
- import "./VisuallyHidden-pll3amXE.js";
7
- import "./Pagination-DJI5MIi_.js";
8
- import { t as LeuTable } from "./Table-BgCxfBcm.js";
6
+ import "./VisuallyHidden-Co_txzxB.js";
7
+ import "./Pagination-CB2eVlXk.js";
8
+ import { t as LeuTable } from "./Table-rg_JCtsA.js";
9
9
  export { LeuTable };
@@ -1,4 +1,4 @@
1
- import { t as LeuElement } from "./LeuElement-BeFrgKes.js";
1
+ import { t as LeuElement } from "./LeuElement-k4RjIeoG.js";
2
2
  import { t as __decorate } from "./decorate-DwpAc4D0.js";
3
3
  import { css, html } from "lit";
4
4
  import { property } from "lit/decorators.js";
package/dist/Tag.js CHANGED
@@ -1,3 +1,3 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import { t as LeuTag } from "./Tag-DK2KkPIQ.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import { t as LeuTag } from "./Tag-BROUaDAZ.js";
3
3
  export { LeuTag };
@@ -1,4 +1,4 @@
1
- import { t as LeuElement } from "./LeuElement-BeFrgKes.js";
1
+ import { t as LeuElement } from "./LeuElement-k4RjIeoG.js";
2
2
  import { css, html } from "lit";
3
3
  //#region src/components/visually-hidden/visually-hidden.css?inline
4
4
  var visually_hidden_default = css`:host {
@@ -1,3 +1,3 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import { t as LeuVisuallyHidden } from "./VisuallyHidden-pll3amXE.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import { t as LeuVisuallyHidden } from "./VisuallyHidden-Co_txzxB.js";
3
3
  export { LeuVisuallyHidden };
package/dist/index.d.ts CHANGED
@@ -18,7 +18,7 @@ import { n as VirtualElement, t as LeuPopup } from "./Popup-Btgm2a3D.js";
18
18
  import { LeuDropdown } from "./Dropdown.js";
19
19
  import { t as LeuVisuallyHidden } from "./VisuallyHidden-OeQvhxYn.js";
20
20
  import { LeuFileInput } from "./FileInput.js";
21
- import { n as SIZES, t as LeuInput } from "./Input-D2THgo7c.js";
21
+ import { n as SIZES, t as LeuInput } from "./Input-CeaAOB4p.js";
22
22
  import { LeuMessage } from "./Message.js";
23
23
  import { t as LeuPagination } from "./Pagination-CqkHh-Vd.js";
24
24
  import { LeuPlaceholder } from "./Placeholder.js";
package/dist/index.js CHANGED
@@ -1,35 +1,35 @@
1
- import { t as LeuElement } from "./LeuElement-BeFrgKes.js";
2
- import { t as LeuAccordion } from "./Accordion-B04QkmHz.js";
3
- import { t as LeuIcon } from "./Icon-C_yYuynf.js";
4
- import { t as LeuSpinner } from "./Spinner-DDTqijTO.js";
5
- import { t as LeuButton } from "./Button-BkhqVjug.js";
1
+ import { t as LeuElement } from "./LeuElement-k4RjIeoG.js";
2
+ import { t as LeuAccordion } from "./Accordion-DLsqXcK8.js";
3
+ import { t as LeuIcon } from "./Icon-CbZXpyHU.js";
4
+ import { t as LeuSpinner } from "./Spinner-VhKfzI3Q.js";
5
+ import { t as LeuButton } from "./Button-BSyDL_cV.js";
6
6
  import "./FormAssociatedMixin-DLPvFtbT.js";
7
- import { t as LeuButtonGroup } from "./ButtonGroup-B8U9fDvM.js";
8
- import { t as LeuChartWrapper } from "./ChartWrapper-CSMFwz9e.js";
9
- import { t as LeuCheckbox } from "./Checkbox-Dd1QLpfn.js";
10
- import { t as LeuCheckboxGroup } from "./CheckboxGroup-Bz2eWEFL.js";
11
- import { t as LeuChipGroup } from "./ChipGroup-DLqfK2kn.js";
12
- import "./Chip-XAQIIsXq.js";
7
+ import { t as LeuButtonGroup } from "./ButtonGroup-BmSvl-Oc.js";
8
+ import { t as LeuChartWrapper } from "./ChartWrapper-CvDvQsd5.js";
9
+ import { t as LeuCheckbox } from "./Checkbox-Cl_X6gBJ.js";
10
+ import { t as LeuCheckboxGroup } from "./CheckboxGroup-BKhOmZYX.js";
11
+ import { t as LeuChipGroup } from "./ChipGroup-DUGavZeU.js";
12
+ import "./Chip-McVP3N_x.js";
13
13
  import { LeuChipSelectable } from "./ChipSelectable.js";
14
14
  import { LeuChipLink } from "./ChipLink.js";
15
15
  import { LeuChipRemovable } from "./ChipRemovable.js";
16
- import { t as LeuDialog } from "./Dialog-DHuXR_oo.js";
17
- import { t as LeuMenuItem } from "./MenuItem-DVg8-1Bq.js";
18
- import { t as LeuMenu } from "./Menu-BeqqtCw6.js";
19
- import { t as LeuPopup } from "./Popup-DNlm_9AA.js";
20
- import { t as LeuDropdown } from "./Dropdown-DtFTePbc.js";
21
- import { t as LeuFileInput } from "./FileInput-b8sbLDPI.js";
22
- import { t as LeuVisuallyHidden } from "./VisuallyHidden-pll3amXE.js";
23
- import { n as SIZES, t as LeuInput } from "./Input-DEOVocTa.js";
24
- import { t as LeuMessage } from "./Message-BhknWvAF.js";
25
- import { t as LeuPagination } from "./Pagination-DJI5MIi_.js";
26
- import { t as LeuPlaceholder } from "./Placeholder-BJybFwSg.js";
27
- import { t as LeuProgressBar } from "./ProgressBar-B0wYj1KF.js";
28
- import { t as LeuRadio } from "./Radio-DMCL8c4D.js";
29
- import { t as LeuRadioGroup } from "./RadioGroup-CM6IyBlq.js";
30
- import { t as LeuRange } from "./Range-B72rtfln.js";
31
- import { t as LeuScrollTop } from "./ScrollTop-BFAqBVDR.js";
32
- import { t as LeuSelect } from "./Select-vxl3BvD4.js";
33
- import { t as LeuTable } from "./Table-BgCxfBcm.js";
34
- import { t as LeuTag } from "./Tag-DK2KkPIQ.js";
16
+ import { t as LeuDialog } from "./Dialog-BlDd4T2u.js";
17
+ import { t as LeuMenuItem } from "./MenuItem-Cs3KFhJm.js";
18
+ import { t as LeuMenu } from "./Menu-Cu8eIF1T.js";
19
+ import { t as LeuPopup } from "./Popup-8jhVy8gB.js";
20
+ import { t as LeuDropdown } from "./Dropdown-BLxSIe6p.js";
21
+ import { t as LeuFileInput } from "./FileInput-DntYrpZ-.js";
22
+ import { t as LeuVisuallyHidden } from "./VisuallyHidden-Co_txzxB.js";
23
+ import { n as SIZES, t as LeuInput } from "./Input-DBXX7ev8.js";
24
+ import { t as LeuMessage } from "./Message-C6Zlk_2p.js";
25
+ import { t as LeuPagination } from "./Pagination-CB2eVlXk.js";
26
+ import { t as LeuPlaceholder } from "./Placeholder-DHMexMhK.js";
27
+ import { t as LeuProgressBar } from "./ProgressBar-CG0_lHfS.js";
28
+ import { t as LeuRadio } from "./Radio-DG3xqP3s.js";
29
+ import { t as LeuRadioGroup } from "./RadioGroup-BKCp9ICX.js";
30
+ import { t as LeuRange } from "./Range-7LrESv4K.js";
31
+ import { t as LeuScrollTop } from "./ScrollTop-CJJsfniA.js";
32
+ import { t as LeuSelect } from "./Select-CxEDXIBn.js";
33
+ import { t as LeuTable } from "./Table-rg_JCtsA.js";
34
+ import { t as LeuTag } from "./Tag-BROUaDAZ.js";
35
35
  export { LeuAccordion, LeuButton, LeuButtonGroup, LeuChartWrapper, LeuCheckbox, LeuCheckboxGroup, LeuChipGroup, LeuChipLink, LeuChipRemovable, LeuChipSelectable, LeuDialog, LeuDropdown, LeuElement, LeuFileInput, LeuIcon, LeuInput, LeuMenu, LeuMenuItem, LeuMessage, LeuPagination, LeuPlaceholder, LeuPopup, LeuProgressBar, LeuRadio, LeuRadioGroup, LeuRange, LeuScrollTop, LeuSelect, LeuSpinner, LeuTable, LeuTag, LeuVisuallyHidden, SIZES };
@@ -1,5 +1,5 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import { t as LeuAccordion } from "./Accordion-B04QkmHz.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import { t as LeuAccordion } from "./Accordion-DLsqXcK8.js";
3
3
  //#region src/components/accordion/leu-accordion.ts
4
4
  LeuAccordion.define("leu-accordion");
5
5
  //#endregion
@@ -1,9 +1,9 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import "./Spinner-DDTqijTO.js";
4
- import "./Button-BkhqVjug.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import "./Spinner-VhKfzI3Q.js";
4
+ import "./Button-BSyDL_cV.js";
5
5
  import "./FormAssociatedMixin-DLPvFtbT.js";
6
- import { t as LeuButtonGroup } from "./ButtonGroup-B8U9fDvM.js";
6
+ import { t as LeuButtonGroup } from "./ButtonGroup-BmSvl-Oc.js";
7
7
  //#region src/components/button-group/leu-button-group.ts
8
8
  LeuButtonGroup.define("leu-button-group");
9
9
  //#endregion
@@ -1,7 +1,7 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import "./Spinner-DDTqijTO.js";
4
- import { t as LeuButton } from "./Button-BkhqVjug.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import "./Spinner-VhKfzI3Q.js";
4
+ import { t as LeuButton } from "./Button-BSyDL_cV.js";
5
5
  import "./FormAssociatedMixin-DLPvFtbT.js";
6
6
  //#region src/components/button/leu-button.ts
7
7
  LeuButton.define("leu-button");
@@ -1,6 +1,6 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Spinner-DDTqijTO.js";
3
- import { t as LeuChartWrapper } from "./ChartWrapper-CSMFwz9e.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Spinner-VhKfzI3Q.js";
3
+ import { t as LeuChartWrapper } from "./ChartWrapper-CvDvQsd5.js";
4
4
  //#region src/components/chart-wrapper/leu-chart-wrapper.ts
5
5
  LeuChartWrapper.define("leu-chart-wrapper");
6
6
  //#endregion
@@ -1,8 +1,8 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
3
  import "./FormAssociatedMixin-DLPvFtbT.js";
4
- import "./Checkbox-Dd1QLpfn.js";
5
- import { t as LeuCheckboxGroup } from "./CheckboxGroup-Bz2eWEFL.js";
4
+ import "./Checkbox-Cl_X6gBJ.js";
5
+ import { t as LeuCheckboxGroup } from "./CheckboxGroup-BKhOmZYX.js";
6
6
  //#region src/components/checkbox/leu-checkbox-group.ts
7
7
  LeuCheckboxGroup.define("leu-checkbox-group");
8
8
  //#endregion
@@ -1,7 +1,7 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
3
  import "./FormAssociatedMixin-DLPvFtbT.js";
4
- import { t as LeuCheckbox } from "./Checkbox-Dd1QLpfn.js";
4
+ import { t as LeuCheckbox } from "./Checkbox-Cl_X6gBJ.js";
5
5
  //#region src/components/checkbox/leu-checkbox.ts
6
6
  LeuCheckbox.define("leu-checkbox");
7
7
  //#endregion
@@ -1,6 +1,6 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import { t as LeuChipGroup } from "./ChipGroup-DLqfK2kn.js";
3
- import "./Chip-XAQIIsXq.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import { t as LeuChipGroup } from "./ChipGroup-DUGavZeU.js";
3
+ import "./Chip-McVP3N_x.js";
4
4
  //#region src/components/chip/leu-chip-group.ts
5
5
  LeuChipGroup.define("leu-chip-group");
6
6
  //#endregion
@@ -1,5 +1,5 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Chip-XAQIIsXq.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Chip-McVP3N_x.js";
3
3
  import { LeuChipLink } from "./ChipLink.js";
4
4
  //#region src/components/chip/leu-chip-link.ts
5
5
  LeuChipLink.define("leu-chip-link");
@@ -1,6 +1,6 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import "./Chip-XAQIIsXq.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import "./Chip-McVP3N_x.js";
4
4
  import { LeuChipRemovable } from "./ChipRemovable.js";
5
5
  //#region src/components/chip/leu-chip-removable.ts
6
6
  LeuChipRemovable.define("leu-chip-removable");
@@ -1,5 +1,5 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Chip-XAQIIsXq.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Chip-McVP3N_x.js";
3
3
  import { LeuChipSelectable } from "./ChipSelectable.js";
4
4
  //#region src/components/chip/leu-chip-selectable.ts
5
5
  LeuChipSelectable.define("leu-chip-selectable");
@@ -1,6 +1,6 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import { t as LeuDialog } from "./Dialog-DHuXR_oo.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import { t as LeuDialog } from "./Dialog-BlDd4T2u.js";
4
4
  //#region src/components/dialog/leu-dialog.ts
5
5
  LeuDialog.define("leu-dialog");
6
6
  //#endregion
@@ -1,12 +1,12 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import "./Spinner-DDTqijTO.js";
4
- import "./Button-BkhqVjug.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import "./Spinner-VhKfzI3Q.js";
4
+ import "./Button-BSyDL_cV.js";
5
5
  import "./FormAssociatedMixin-DLPvFtbT.js";
6
- import "./MenuItem-DVg8-1Bq.js";
7
- import "./Menu-BeqqtCw6.js";
8
- import "./Popup-DNlm_9AA.js";
9
- import { t as LeuDropdown } from "./Dropdown-DtFTePbc.js";
6
+ import "./MenuItem-Cs3KFhJm.js";
7
+ import "./Menu-Cu8eIF1T.js";
8
+ import "./Popup-8jhVy8gB.js";
9
+ import { t as LeuDropdown } from "./Dropdown-BLxSIe6p.js";
10
10
  //#region src/components/dropdown/leu-dropdown.ts
11
11
  LeuDropdown.define("leu-dropdown");
12
12
  //#endregion
@@ -1,10 +1,10 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import "./Spinner-DDTqijTO.js";
4
- import "./Button-BkhqVjug.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import "./Spinner-VhKfzI3Q.js";
4
+ import "./Button-BSyDL_cV.js";
5
5
  import "./FormAssociatedMixin-DLPvFtbT.js";
6
- import { t as LeuFileInput } from "./FileInput-b8sbLDPI.js";
7
- import "./VisuallyHidden-pll3amXE.js";
6
+ import { t as LeuFileInput } from "./FileInput-DntYrpZ-.js";
7
+ import "./VisuallyHidden-Co_txzxB.js";
8
8
  //#region src/components/file-input/leu-file-input.ts
9
9
  LeuFileInput.define("leu-file-input");
10
10
  //#endregion
package/dist/leu-icon.js CHANGED
@@ -1,5 +1,5 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import { t as LeuIcon } from "./Icon-C_yYuynf.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import { t as LeuIcon } from "./Icon-CbZXpyHU.js";
3
3
  //#region src/components/icon/leu-icon.ts
4
4
  LeuIcon.define("leu-icon");
5
5
  //#endregion
@@ -1,4 +1,4 @@
1
- import { t as LeuInput } from "./Input-D2THgo7c.js";
1
+ import { t as LeuInput } from "./Input-CeaAOB4p.js";
2
2
 
3
3
  //#region src/components/input/leu-input.d.ts
4
4
  declare global {
package/dist/leu-input.js CHANGED
@@ -1,7 +1,7 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
3
  import "./FormAssociatedMixin-DLPvFtbT.js";
4
- import { t as LeuInput } from "./Input-DEOVocTa.js";
4
+ import { t as LeuInput } from "./Input-DBXX7ev8.js";
5
5
  //#region src/components/input/leu-input.ts
6
6
  LeuInput.define("leu-input");
7
7
  //#endregion
@@ -1,6 +1,6 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import { t as LeuMenuItem } from "./MenuItem-DVg8-1Bq.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import { t as LeuMenuItem } from "./MenuItem-Cs3KFhJm.js";
4
4
  //#region src/components/menu/leu-menu-item.ts
5
5
  LeuMenuItem.define("leu-menu-item");
6
6
  //#endregion
package/dist/leu-menu.js CHANGED
@@ -1,7 +1,7 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import "./MenuItem-DVg8-1Bq.js";
4
- import { t as LeuMenu } from "./Menu-BeqqtCw6.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import "./MenuItem-Cs3KFhJm.js";
4
+ import { t as LeuMenu } from "./Menu-Cu8eIF1T.js";
5
5
  //#region src/components/menu/leu-menu.ts
6
6
  LeuMenu.define("leu-menu");
7
7
  //#endregion
@@ -1,6 +1,6 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import { t as LeuMessage } from "./Message-BhknWvAF.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import { t as LeuMessage } from "./Message-C6Zlk_2p.js";
4
4
  //#region src/components/message/leu-message.ts
5
5
  LeuMessage.define("leu-message");
6
6
  //#endregion
@@ -1,10 +1,10 @@
1
- import "./LeuElement-BeFrgKes.js";
2
- import "./Icon-C_yYuynf.js";
3
- import "./Spinner-DDTqijTO.js";
4
- import "./Button-BkhqVjug.js";
1
+ import "./LeuElement-k4RjIeoG.js";
2
+ import "./Icon-CbZXpyHU.js";
3
+ import "./Spinner-VhKfzI3Q.js";
4
+ import "./Button-BSyDL_cV.js";
5
5
  import "./FormAssociatedMixin-DLPvFtbT.js";
6
- import "./VisuallyHidden-pll3amXE.js";
7
- import { t as LeuPagination } from "./Pagination-DJI5MIi_.js";
6
+ import "./VisuallyHidden-Co_txzxB.js";
7
+ import { t as LeuPagination } from "./Pagination-CB2eVlXk.js";
8
8
  //#region src/components/pagination/leu-pagination.ts
9
9
  LeuPagination.define("leu-pagination");
10
10
  //#endregion