@nldd/design-system 0.8.37
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.
- package/README.md +106 -0
- package/dist/assets/styles/breakpoints.d.ts +8 -0
- package/dist/assets/styles/breakpoints.d.ts.map +1 -0
- package/dist/assets/styles/breakpoints.js +8 -0
- package/dist/assets/styles/breakpoints.js.map +1 -0
- package/dist/components/actions/button/button.d.ts +68 -0
- package/dist/components/actions/button/button.d.ts.map +1 -0
- package/dist/components/actions/button/button.js +142 -0
- package/dist/components/actions/button/button.js.map +1 -0
- package/dist/components/actions/button/button.styles.d.ts +2 -0
- package/dist/components/actions/button/button.styles.d.ts.map +1 -0
- package/dist/components/actions/button/button.styles.js +307 -0
- package/dist/components/actions/button/button.styles.js.map +1 -0
- package/dist/components/actions/button/button.template.d.ts +7 -0
- package/dist/components/actions/button/button.template.d.ts.map +1 -0
- package/dist/components/actions/button/button.template.js +54 -0
- package/dist/components/actions/button/button.template.js.map +1 -0
- package/dist/components/actions/button-bar/button-bar.d.ts +54 -0
- package/dist/components/actions/button-bar/button-bar.d.ts.map +1 -0
- package/dist/components/actions/button-bar/button-bar.js +161 -0
- package/dist/components/actions/button-bar/button-bar.js.map +1 -0
- package/dist/components/actions/button-bar/button-bar.styles.d.ts +2 -0
- package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -0
- package/dist/components/actions/button-bar/button-bar.styles.js +111 -0
- package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -0
- package/dist/components/actions/button-bar/button-bar.template.d.ts +3 -0
- package/dist/components/actions/button-bar/button-bar.template.d.ts.map +1 -0
- package/dist/components/actions/button-bar/button-bar.template.js +20 -0
- package/dist/components/actions/button-bar/button-bar.template.js.map +1 -0
- package/dist/components/actions/button-group/button-group.d.ts +32 -0
- package/dist/components/actions/button-group/button-group.d.ts.map +1 -0
- package/dist/components/actions/button-group/button-group.js +72 -0
- package/dist/components/actions/button-group/button-group.js.map +1 -0
- package/dist/components/actions/button-group/button-group.styles.d.ts +2 -0
- package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -0
- package/dist/components/actions/button-group/button-group.styles.js +63 -0
- package/dist/components/actions/button-group/button-group.styles.js.map +1 -0
- package/dist/components/actions/button-group/button-group.template.d.ts +3 -0
- package/dist/components/actions/button-group/button-group.template.d.ts.map +1 -0
- package/dist/components/actions/button-group/button-group.template.js +9 -0
- package/dist/components/actions/button-group/button-group.template.js.map +1 -0
- package/dist/components/actions/icon-button/icon-button.d.ts +75 -0
- package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -0
- package/dist/components/actions/icon-button/icon-button.js +150 -0
- package/dist/components/actions/icon-button/icon-button.js.map +1 -0
- package/dist/components/actions/icon-button/icon-button.styles.d.ts +2 -0
- package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -0
- package/dist/components/actions/icon-button/icon-button.styles.js +334 -0
- package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -0
- package/dist/components/actions/icon-button/icon-button.template.d.ts +4 -0
- package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -0
- package/dist/components/actions/icon-button/icon-button.template.js +66 -0
- package/dist/components/actions/icon-button/icon-button.template.js.map +1 -0
- package/dist/components/actions/link/link.d.ts +48 -0
- package/dist/components/actions/link/link.d.ts.map +1 -0
- package/dist/components/actions/link/link.js +101 -0
- package/dist/components/actions/link/link.js.map +1 -0
- package/dist/components/actions/link/link.styles.d.ts +2 -0
- package/dist/components/actions/link/link.styles.d.ts.map +1 -0
- package/dist/components/actions/link/link.styles.js +111 -0
- package/dist/components/actions/link/link.styles.js.map +1 -0
- package/dist/components/actions/link/link.template.d.ts +7 -0
- package/dist/components/actions/link/link.template.d.ts.map +1 -0
- package/dist/components/actions/link/link.template.js +31 -0
- package/dist/components/actions/link/link.template.js.map +1 -0
- package/dist/components/actions/split-button/split-button.d.ts +71 -0
- package/dist/components/actions/split-button/split-button.d.ts.map +1 -0
- package/dist/components/actions/split-button/split-button.i18n.d.ts +5 -0
- package/dist/components/actions/split-button/split-button.i18n.d.ts.map +1 -0
- package/dist/components/actions/split-button/split-button.i18n.js +4 -0
- package/dist/components/actions/split-button/split-button.i18n.js.map +1 -0
- package/dist/components/actions/split-button/split-button.js +166 -0
- package/dist/components/actions/split-button/split-button.js.map +1 -0
- package/dist/components/actions/split-button/split-button.styles.d.ts +2 -0
- package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -0
- package/dist/components/actions/split-button/split-button.styles.js +99 -0
- package/dist/components/actions/split-button/split-button.styles.js.map +1 -0
- package/dist/components/actions/split-button/split-button.template.d.ts +3 -0
- package/dist/components/actions/split-button/split-button.template.d.ts.map +1 -0
- package/dist/components/actions/split-button/split-button.template.js +28 -0
- package/dist/components/actions/split-button/split-button.template.js.map +1 -0
- package/dist/components/actions/toolbar/toolbar.d.ts +87 -0
- package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -0
- package/dist/components/actions/toolbar/toolbar.i18n.d.ts +5 -0
- package/dist/components/actions/toolbar/toolbar.i18n.d.ts.map +1 -0
- package/dist/components/actions/toolbar/toolbar.i18n.js +4 -0
- package/dist/components/actions/toolbar/toolbar.i18n.js.map +1 -0
- package/dist/components/actions/toolbar/toolbar.js +513 -0
- package/dist/components/actions/toolbar/toolbar.js.map +1 -0
- package/dist/components/actions/toolbar/toolbar.styles.d.ts +2 -0
- package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -0
- package/dist/components/actions/toolbar/toolbar.styles.js +284 -0
- package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -0
- package/dist/components/actions/toolbar/toolbar.template.d.ts +26 -0
- package/dist/components/actions/toolbar/toolbar.template.d.ts.map +1 -0
- package/dist/components/actions/toolbar/toolbar.template.js +105 -0
- package/dist/components/actions/toolbar/toolbar.template.js.map +1 -0
- package/dist/components/components.js +23834 -0
- package/dist/components/content/blockquote/blockquote.d.ts +34 -0
- package/dist/components/content/blockquote/blockquote.d.ts.map +1 -0
- package/dist/components/content/blockquote/blockquote.i18n.d.ts +5 -0
- package/dist/components/content/blockquote/blockquote.i18n.d.ts.map +1 -0
- package/dist/components/content/blockquote/blockquote.i18n.js +4 -0
- package/dist/components/content/blockquote/blockquote.i18n.js.map +1 -0
- package/dist/components/content/blockquote/blockquote.js +57 -0
- package/dist/components/content/blockquote/blockquote.js.map +1 -0
- package/dist/components/content/blockquote/blockquote.styles.d.ts +2 -0
- package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -0
- package/dist/components/content/blockquote/blockquote.styles.js +80 -0
- package/dist/components/content/blockquote/blockquote.styles.js.map +1 -0
- package/dist/components/content/blockquote/blockquote.template.d.ts +3 -0
- package/dist/components/content/blockquote/blockquote.template.d.ts.map +1 -0
- package/dist/components/content/blockquote/blockquote.template.js +21 -0
- package/dist/components/content/blockquote/blockquote.template.js.map +1 -0
- package/dist/components/content/icon/icon-aliases.d.ts +3 -0
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -0
- package/dist/components/content/icon/icon-aliases.js +178 -0
- package/dist/components/content/icon/icon-aliases.js.map +1 -0
- package/dist/components/content/icon/icon-registry.d.ts +2 -0
- package/dist/components/content/icon/icon-registry.d.ts.map +1 -0
- package/dist/components/content/icon/icon-registry.js +124 -0
- package/dist/components/content/icon/icon-registry.js.map +1 -0
- package/dist/components/content/icon/icon.d.ts +35 -0
- package/dist/components/content/icon/icon.d.ts.map +1 -0
- package/dist/components/content/icon/icon.js +77 -0
- package/dist/components/content/icon/icon.js.map +1 -0
- package/dist/components/content/icon/icon.styles.d.ts +2 -0
- package/dist/components/content/icon/icon.styles.d.ts.map +1 -0
- package/dist/components/content/icon/icon.styles.js +30 -0
- package/dist/components/content/icon/icon.styles.js.map +1 -0
- package/dist/components/content/icon/icon.template.d.ts +2 -0
- package/dist/components/content/icon/icon.template.d.ts.map +1 -0
- package/dist/components/content/icon/icon.template.js +13 -0
- package/dist/components/content/icon/icon.template.js.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +37 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +67 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts +2 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +78 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.d.ts +3 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.d.ts.map +1 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js +20 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.template.js.map +1 -0
- package/dist/components/content/rich-text/rich-text.d.ts +24 -0
- package/dist/components/content/rich-text/rich-text.d.ts.map +1 -0
- package/dist/components/content/rich-text/rich-text.js +36 -0
- package/dist/components/content/rich-text/rich-text.js.map +1 -0
- package/dist/components/content/tag/tag.d.ts +44 -0
- package/dist/components/content/tag/tag.d.ts.map +1 -0
- package/dist/components/content/tag/tag.js +111 -0
- package/dist/components/content/tag/tag.js.map +1 -0
- package/dist/components/content/tag/tag.styles.d.ts +2 -0
- package/dist/components/content/tag/tag.styles.d.ts.map +1 -0
- package/dist/components/content/tag/tag.styles.js +104 -0
- package/dist/components/content/tag/tag.styles.js.map +1 -0
- package/dist/components/content/tag/tag.template.d.ts +3 -0
- package/dist/components/content/tag/tag.template.d.ts.map +1 -0
- package/dist/components/content/tag/tag.template.js +28 -0
- package/dist/components/content/tag/tag.template.js.map +1 -0
- package/dist/components/content/title/title.d.ts +29 -0
- package/dist/components/content/title/title.d.ts.map +1 -0
- package/dist/components/content/title/title.js +43 -0
- package/dist/components/content/title/title.js.map +1 -0
- package/dist/components/content/title/title.styles.d.ts +2 -0
- package/dist/components/content/title/title.styles.d.ts.map +1 -0
- package/dist/components/content/title/title.styles.js +235 -0
- package/dist/components/content/title/title.styles.js.map +1 -0
- package/dist/components/content/title/title.template.d.ts +3 -0
- package/dist/components/content/title/title.template.d.ts.map +1 -0
- package/dist/components/content/title/title.template.js +16 -0
- package/dist/components/content/title/title.template.js.map +1 -0
- package/dist/components/content/tooltip/tooltip.d.ts +65 -0
- package/dist/components/content/tooltip/tooltip.d.ts.map +1 -0
- package/dist/components/content/tooltip/tooltip.js +234 -0
- package/dist/components/content/tooltip/tooltip.js.map +1 -0
- package/dist/components/content/tooltip/tooltip.styles.d.ts +2 -0
- package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -0
- package/dist/components/content/tooltip/tooltip.styles.js +92 -0
- package/dist/components/content/tooltip/tooltip.styles.js.map +1 -0
- package/dist/components/content/tooltip/tooltip.template.d.ts +4 -0
- package/dist/components/content/tooltip/tooltip.template.d.ts.map +1 -0
- package/dist/components/content/tooltip/tooltip.template.js +20 -0
- package/dist/components/content/tooltip/tooltip.template.js.map +1 -0
- package/dist/components/forms/form/form.d.ts +138 -0
- package/dist/components/forms/form/form.d.ts.map +1 -0
- package/dist/components/forms/form/form.js +260 -0
- package/dist/components/forms/form/form.js.map +1 -0
- package/dist/components/forms/form-actions/form-actions.d.ts +45 -0
- package/dist/components/forms/form-actions/form-actions.d.ts.map +1 -0
- package/dist/components/forms/form-actions/form-actions.js +60 -0
- package/dist/components/forms/form-actions/form-actions.js.map +1 -0
- package/dist/components/forms/form-actions/form-actions.styles.d.ts +2 -0
- package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -0
- package/dist/components/forms/form-actions/form-actions.styles.js +56 -0
- package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -0
- package/dist/components/forms/form-actions/form-actions.template.d.ts +3 -0
- package/dist/components/forms/form-actions/form-actions.template.d.ts.map +1 -0
- package/dist/components/forms/form-actions/form-actions.template.js +11 -0
- package/dist/components/forms/form-actions/form-actions.template.js.map +1 -0
- package/dist/components/forms/form-field/form-field.d.ts +123 -0
- package/dist/components/forms/form-field/form-field.d.ts.map +1 -0
- package/dist/components/forms/form-field/form-field.js +314 -0
- package/dist/components/forms/form-field/form-field.js.map +1 -0
- package/dist/components/forms/form-field/form-field.styles.d.ts +4 -0
- package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -0
- package/dist/components/forms/form-field/form-field.styles.js +258 -0
- package/dist/components/forms/form-field/form-field.styles.js.map +1 -0
- package/dist/components/forms/form-field/form-field.template.d.ts +8 -0
- package/dist/components/forms/form-field/form-field.template.d.ts.map +1 -0
- package/dist/components/forms/form-field/form-field.template.js +63 -0
- package/dist/components/forms/form-field/form-field.template.js.map +1 -0
- package/dist/components/forms/form-section/form-section.d.ts +92 -0
- package/dist/components/forms/form-section/form-section.d.ts.map +1 -0
- package/dist/components/forms/form-section/form-section.js +211 -0
- package/dist/components/forms/form-section/form-section.js.map +1 -0
- package/dist/components/index.d.ts +89 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +98 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.d.ts +33 -0
- package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.js +83 -0
- package/dist/components/inputs/checkbox/checkbox.js.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.styles.d.ts +2 -0
- package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.styles.js +128 -0
- package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.template.d.ts +5 -0
- package/dist/components/inputs/checkbox/checkbox.template.d.ts.map +1 -0
- package/dist/components/inputs/checkbox/checkbox.template.js +21 -0
- package/dist/components/inputs/checkbox/checkbox.template.js.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +34 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.js +81 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts +2 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +52 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts +5 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts.map +1 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.js +24 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.js.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.d.ts +125 -0
- package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.i18n.d.ts +6 -0
- package/dist/components/inputs/combo-box/combo-box.i18n.d.ts.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.i18n.js +5 -0
- package/dist/components/inputs/combo-box/combo-box.i18n.js.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.js +393 -0
- package/dist/components/inputs/combo-box/combo-box.js.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.styles.d.ts +2 -0
- package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.styles.js +190 -0
- package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.template.d.ts +6 -0
- package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -0
- package/dist/components/inputs/combo-box/combo-box.template.js +81 -0
- package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.d.ts +58 -0
- package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.js +145 -0
- package/dist/components/inputs/dropdown/dropdown.js.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.styles.d.ts +2 -0
- package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.styles.js +185 -0
- package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.template.d.ts +5 -0
- package/dist/components/inputs/dropdown/dropdown.template.d.ts.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.template.js +38 -0
- package/dist/components/inputs/dropdown/dropdown.template.js.map +1 -0
- package/dist/components/inputs/number-field/number-field.d.ts +71 -0
- package/dist/components/inputs/number-field/number-field.d.ts.map +1 -0
- package/dist/components/inputs/number-field/number-field.i18n.d.ts +7 -0
- package/dist/components/inputs/number-field/number-field.i18n.d.ts.map +1 -0
- package/dist/components/inputs/number-field/number-field.i18n.js +6 -0
- package/dist/components/inputs/number-field/number-field.i18n.js.map +1 -0
- package/dist/components/inputs/number-field/number-field.js +191 -0
- package/dist/components/inputs/number-field/number-field.js.map +1 -0
- package/dist/components/inputs/number-field/number-field.styles.d.ts +2 -0
- package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/number-field/number-field.styles.js +153 -0
- package/dist/components/inputs/number-field/number-field.styles.js.map +1 -0
- package/dist/components/inputs/number-field/number-field.template.d.ts +5 -0
- package/dist/components/inputs/number-field/number-field.template.d.ts.map +1 -0
- package/dist/components/inputs/number-field/number-field.template.js +52 -0
- package/dist/components/inputs/number-field/number-field.template.js.map +1 -0
- package/dist/components/inputs/password-field/password-field.d.ts +84 -0
- package/dist/components/inputs/password-field/password-field.d.ts.map +1 -0
- package/dist/components/inputs/password-field/password-field.js +180 -0
- package/dist/components/inputs/password-field/password-field.js.map +1 -0
- package/dist/components/inputs/password-field/password-field.styles.d.ts +2 -0
- package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/password-field/password-field.styles.js +223 -0
- package/dist/components/inputs/password-field/password-field.styles.js.map +1 -0
- package/dist/components/inputs/password-field/password-field.template.d.ts +6 -0
- package/dist/components/inputs/password-field/password-field.template.d.ts.map +1 -0
- package/dist/components/inputs/password-field/password-field.template.js +70 -0
- package/dist/components/inputs/password-field/password-field.template.js.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.d.ts +40 -0
- package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.js +87 -0
- package/dist/components/inputs/radio-button/radio-button.js.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.styles.d.ts +2 -0
- package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.styles.js +122 -0
- package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.template.d.ts +4 -0
- package/dist/components/inputs/radio-button/radio-button.template.d.ts.map +1 -0
- package/dist/components/inputs/radio-button/radio-button.template.js +19 -0
- package/dist/components/inputs/radio-button/radio-button.template.js.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +34 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.js +79 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts +2 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +52 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts +5 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.js +24 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.js.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +40 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.js +151 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts +2 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.styles.js +23 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.styles.js.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.template.d.ts +4 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.template.d.ts.map +1 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.template.js +9 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.template.js.map +1 -0
- package/dist/components/inputs/search-field/search-field.d.ts +65 -0
- package/dist/components/inputs/search-field/search-field.d.ts.map +1 -0
- package/dist/components/inputs/search-field/search-field.i18n.d.ts +6 -0
- package/dist/components/inputs/search-field/search-field.i18n.d.ts.map +1 -0
- package/dist/components/inputs/search-field/search-field.i18n.js +5 -0
- package/dist/components/inputs/search-field/search-field.i18n.js.map +1 -0
- package/dist/components/inputs/search-field/search-field.js +155 -0
- package/dist/components/inputs/search-field/search-field.js.map +1 -0
- package/dist/components/inputs/search-field/search-field.styles.d.ts +2 -0
- package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/search-field/search-field.styles.js +178 -0
- package/dist/components/inputs/search-field/search-field.styles.js.map +1 -0
- package/dist/components/inputs/search-field/search-field.template.d.ts +7 -0
- package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -0
- package/dist/components/inputs/search-field/search-field.template.js +50 -0
- package/dist/components/inputs/search-field/search-field.template.js.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.d.ts +109 -0
- package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.js +356 -0
- package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts +3 -0
- package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.styles.js +220 -0
- package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.d.ts +6 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.d.ts.map +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.js +38 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -0
- package/dist/components/inputs/stepper/stepper.d.ts +44 -0
- package/dist/components/inputs/stepper/stepper.d.ts.map +1 -0
- package/dist/components/inputs/stepper/stepper.i18n.d.ts +7 -0
- package/dist/components/inputs/stepper/stepper.i18n.d.ts.map +1 -0
- package/dist/components/inputs/stepper/stepper.i18n.js +6 -0
- package/dist/components/inputs/stepper/stepper.i18n.js.map +1 -0
- package/dist/components/inputs/stepper/stepper.js +130 -0
- package/dist/components/inputs/stepper/stepper.js.map +1 -0
- package/dist/components/inputs/stepper/stepper.styles.d.ts +2 -0
- package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -0
- package/dist/components/inputs/stepper/stepper.styles.js +85 -0
- package/dist/components/inputs/stepper/stepper.styles.js.map +1 -0
- package/dist/components/inputs/stepper/stepper.template.d.ts +5 -0
- package/dist/components/inputs/stepper/stepper.template.d.ts.map +1 -0
- package/dist/components/inputs/stepper/stepper.template.js +43 -0
- package/dist/components/inputs/stepper/stepper.template.js.map +1 -0
- package/dist/components/inputs/switch/switch.d.ts +44 -0
- package/dist/components/inputs/switch/switch.d.ts.map +1 -0
- package/dist/components/inputs/switch/switch.js +137 -0
- package/dist/components/inputs/switch/switch.js.map +1 -0
- package/dist/components/inputs/switch/switch.styles.d.ts +2 -0
- package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -0
- package/dist/components/inputs/switch/switch.styles.js +156 -0
- package/dist/components/inputs/switch/switch.styles.js.map +1 -0
- package/dist/components/inputs/switch/switch.template.d.ts +5 -0
- package/dist/components/inputs/switch/switch.template.d.ts.map +1 -0
- package/dist/components/inputs/switch/switch.template.js +31 -0
- package/dist/components/inputs/switch/switch.template.js.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.d.ts +32 -0
- package/dist/components/inputs/switch-field/switch-field.d.ts.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.js +74 -0
- package/dist/components/inputs/switch-field/switch-field.js.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.styles.d.ts +2 -0
- package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.styles.js +52 -0
- package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.template.d.ts +5 -0
- package/dist/components/inputs/switch-field/switch-field.template.d.ts.map +1 -0
- package/dist/components/inputs/switch-field/switch-field.template.js +24 -0
- package/dist/components/inputs/switch-field/switch-field.template.js.map +1 -0
- package/dist/components/inputs/text-field/text-field.d.ts +69 -0
- package/dist/components/inputs/text-field/text-field.d.ts.map +1 -0
- package/dist/components/inputs/text-field/text-field.js +150 -0
- package/dist/components/inputs/text-field/text-field.js.map +1 -0
- package/dist/components/inputs/text-field/text-field.styles.d.ts +2 -0
- package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/text-field/text-field.styles.js +184 -0
- package/dist/components/inputs/text-field/text-field.styles.js.map +1 -0
- package/dist/components/inputs/text-field/text-field.template.d.ts +5 -0
- package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -0
- package/dist/components/inputs/text-field/text-field.template.js +50 -0
- package/dist/components/inputs/text-field/text-field.template.js.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.d.ts +60 -0
- package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.js +137 -0
- package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts +2 -0
- package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.styles.js +168 -0
- package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.d.ts +5 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.js +52 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +56 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js +187 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts +2 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js +33 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.template.d.ts +4 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.template.d.ts.map +1 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.template.js +9 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.template.js.map +1 -0
- package/dist/components/inputs/token/token.d.ts +42 -0
- package/dist/components/inputs/token/token.d.ts.map +1 -0
- package/dist/components/inputs/token/token.js +86 -0
- package/dist/components/inputs/token/token.js.map +1 -0
- package/dist/components/inputs/token/token.styles.d.ts +2 -0
- package/dist/components/inputs/token/token.styles.d.ts.map +1 -0
- package/dist/components/inputs/token/token.styles.js +131 -0
- package/dist/components/inputs/token/token.styles.js.map +1 -0
- package/dist/components/inputs/token/token.template.d.ts +4 -0
- package/dist/components/inputs/token/token.template.d.ts.map +1 -0
- package/dist/components/inputs/token/token.template.js +37 -0
- package/dist/components/inputs/token/token.template.js.map +1 -0
- package/dist/components/layout/app-view/app-view.d.ts +29 -0
- package/dist/components/layout/app-view/app-view.d.ts.map +1 -0
- package/dist/components/layout/app-view/app-view.js +45 -0
- package/dist/components/layout/app-view/app-view.js.map +1 -0
- package/dist/components/layout/app-view/app-view.styles.d.ts +2 -0
- package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -0
- package/dist/components/layout/app-view/app-view.styles.js +44 -0
- package/dist/components/layout/app-view/app-view.styles.js.map +1 -0
- package/dist/components/layout/app-view/app-view.template.d.ts +4 -0
- package/dist/components/layout/app-view/app-view.template.d.ts.map +1 -0
- package/dist/components/layout/app-view/app-view.template.js +9 -0
- package/dist/components/layout/app-view/app-view.template.js.map +1 -0
- package/dist/components/layout/box/box.d.ts +21 -0
- package/dist/components/layout/box/box.d.ts.map +1 -0
- package/dist/components/layout/box/box.js +31 -0
- package/dist/components/layout/box/box.js.map +1 -0
- package/dist/components/layout/box/box.styles.d.ts +2 -0
- package/dist/components/layout/box/box.styles.d.ts.map +1 -0
- package/dist/components/layout/box/box.styles.js +25 -0
- package/dist/components/layout/box/box.styles.js.map +1 -0
- package/dist/components/layout/box/box.template.d.ts +4 -0
- package/dist/components/layout/box/box.template.d.ts.map +1 -0
- package/dist/components/layout/box/box.template.js +9 -0
- package/dist/components/layout/box/box.template.js.map +1 -0
- package/dist/components/layout/card/card.d.ts +28 -0
- package/dist/components/layout/card/card.d.ts.map +1 -0
- package/dist/components/layout/card/card.js +47 -0
- package/dist/components/layout/card/card.js.map +1 -0
- package/dist/components/layout/card/card.styles.d.ts +2 -0
- package/dist/components/layout/card/card.styles.d.ts.map +1 -0
- package/dist/components/layout/card/card.styles.js +63 -0
- package/dist/components/layout/card/card.styles.js.map +1 -0
- package/dist/components/layout/card/card.template.d.ts +4 -0
- package/dist/components/layout/card/card.template.d.ts.map +1 -0
- package/dist/components/layout/card/card.template.js +27 -0
- package/dist/components/layout/card/card.template.js.map +1 -0
- package/dist/components/layout/collection/collection.d.ts +77 -0
- package/dist/components/layout/collection/collection.d.ts.map +1 -0
- package/dist/components/layout/collection/collection.i18n.d.ts +7 -0
- package/dist/components/layout/collection/collection.i18n.d.ts.map +1 -0
- package/dist/components/layout/collection/collection.i18n.js +6 -0
- package/dist/components/layout/collection/collection.i18n.js.map +1 -0
- package/dist/components/layout/collection/collection.js +193 -0
- package/dist/components/layout/collection/collection.js.map +1 -0
- package/dist/components/layout/collection/collection.styles.d.ts +2 -0
- package/dist/components/layout/collection/collection.styles.d.ts.map +1 -0
- package/dist/components/layout/collection/collection.styles.js +144 -0
- package/dist/components/layout/collection/collection.styles.js.map +1 -0
- package/dist/components/layout/collection/collection.template.d.ts +4 -0
- package/dist/components/layout/collection/collection.template.d.ts.map +1 -0
- package/dist/components/layout/collection/collection.template.js +39 -0
- package/dist/components/layout/collection/collection.template.js.map +1 -0
- package/dist/components/layout/container/container.d.ts +93 -0
- package/dist/components/layout/container/container.d.ts.map +1 -0
- package/dist/components/layout/container/container.js +251 -0
- package/dist/components/layout/container/container.js.map +1 -0
- package/dist/components/layout/container/container.styles.d.ts +2 -0
- package/dist/components/layout/container/container.styles.d.ts.map +1 -0
- package/dist/components/layout/container/container.styles.js +1155 -0
- package/dist/components/layout/container/container.styles.js.map +1 -0
- package/dist/components/layout/container/container.template.d.ts +4 -0
- package/dist/components/layout/container/container.template.d.ts.map +1 -0
- package/dist/components/layout/container/container.template.js +9 -0
- package/dist/components/layout/container/container.template.js.map +1 -0
- package/dist/components/layout/divider/divider.d.ts +18 -0
- package/dist/components/layout/divider/divider.d.ts.map +1 -0
- package/dist/components/layout/divider/divider.js +28 -0
- package/dist/components/layout/divider/divider.js.map +1 -0
- package/dist/components/layout/divider/divider.styles.d.ts +2 -0
- package/dist/components/layout/divider/divider.styles.d.ts.map +1 -0
- package/dist/components/layout/divider/divider.styles.js +32 -0
- package/dist/components/layout/divider/divider.styles.js.map +1 -0
- package/dist/components/layout/divider/divider.template.d.ts +4 -0
- package/dist/components/layout/divider/divider.template.d.ts.map +1 -0
- package/dist/components/layout/divider/divider.template.js +7 -0
- package/dist/components/layout/divider/divider.template.js.map +1 -0
- package/dist/components/layout/page/page.d.ts +48 -0
- package/dist/components/layout/page/page.d.ts.map +1 -0
- package/dist/components/layout/page/page.js +138 -0
- package/dist/components/layout/page/page.js.map +1 -0
- package/dist/components/layout/page/page.styles.d.ts +2 -0
- package/dist/components/layout/page/page.styles.d.ts.map +1 -0
- package/dist/components/layout/page/page.styles.js +133 -0
- package/dist/components/layout/page/page.styles.js.map +1 -0
- package/dist/components/layout/page/page.template.d.ts +4 -0
- package/dist/components/layout/page/page.template.d.ts.map +1 -0
- package/dist/components/layout/page/page.template.js +17 -0
- package/dist/components/layout/page/page.template.js.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +28 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +44 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +112 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js +19 -0
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.template.js.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +26 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +36 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +120 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js +21 -0
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.template.js.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +26 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +36 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +120 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js +21 -0
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.template.js.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +28 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.js +44 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +118 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.template.js +19 -0
- package/dist/components/layout/page-sections/simple-section/simple-section.template.js.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +26 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +36 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts +2 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +121 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts +4 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.d.ts.map +1 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js +21 -0
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.template.js.map +1 -0
- package/dist/components/layout/popover/popover.d.ts +105 -0
- package/dist/components/layout/popover/popover.d.ts.map +1 -0
- package/dist/components/layout/popover/popover.i18n.d.ts +5 -0
- package/dist/components/layout/popover/popover.i18n.d.ts.map +1 -0
- package/dist/components/layout/popover/popover.i18n.js +4 -0
- package/dist/components/layout/popover/popover.i18n.js.map +1 -0
- package/dist/components/layout/popover/popover.js +440 -0
- package/dist/components/layout/popover/popover.js.map +1 -0
- package/dist/components/layout/popover/popover.styles.d.ts +2 -0
- package/dist/components/layout/popover/popover.styles.d.ts.map +1 -0
- package/dist/components/layout/popover/popover.styles.js +84 -0
- package/dist/components/layout/popover/popover.styles.js.map +1 -0
- package/dist/components/layout/popover/popover.template.d.ts +3 -0
- package/dist/components/layout/popover/popover.template.d.ts.map +1 -0
- package/dist/components/layout/popover/popover.template.js +5 -0
- package/dist/components/layout/popover/popover.template.js.map +1 -0
- package/dist/components/layout/sheet/sheet.d.ts +63 -0
- package/dist/components/layout/sheet/sheet.d.ts.map +1 -0
- package/dist/components/layout/sheet/sheet.js +166 -0
- package/dist/components/layout/sheet/sheet.js.map +1 -0
- package/dist/components/layout/sheet/sheet.styles.d.ts +2 -0
- package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -0
- package/dist/components/layout/sheet/sheet.styles.js +217 -0
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -0
- package/dist/components/layout/sheet/sheet.template.d.ts +3 -0
- package/dist/components/layout/sheet/sheet.template.d.ts.map +1 -0
- package/dist/components/layout/sheet/sheet.template.js +17 -0
- package/dist/components/layout/sheet/sheet.template.js.map +1 -0
- package/dist/components/layout/spacer/spacer.d.ts +23 -0
- package/dist/components/layout/spacer/spacer.d.ts.map +1 -0
- package/dist/components/layout/spacer/spacer.js +36 -0
- package/dist/components/layout/spacer/spacer.js.map +1 -0
- package/dist/components/layout/spacer/spacer.styles.d.ts +2 -0
- package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -0
- package/dist/components/layout/spacer/spacer.styles.js +156 -0
- package/dist/components/layout/spacer/spacer.styles.js.map +1 -0
- package/dist/components/layout/spacer/spacer.template.d.ts +1 -0
- package/dist/components/layout/spacer/spacer.template.d.ts.map +1 -0
- package/dist/components/layout/spacer/spacer.template.js +2 -0
- package/dist/components/layout/spacer/spacer.template.js.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +65 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +203 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.js.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts +2 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +128 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts +5 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js +39 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +86 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +385 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts +2 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +318 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts +5 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js +60 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts +38 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js +83 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts +2 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +66 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.d.ts +5 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.js +22 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.template.js.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts +28 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.js +45 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.js.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts +2 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +83 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.d.ts +4 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.js +15 -0
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.template.js.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +38 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +60 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.js.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts +2 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +56 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.d.ts +4 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.js +9 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.template.js.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts +38 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js +83 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts +2 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +67 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.d.ts +5 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.d.ts.map +1 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.js +22 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.template.js.map +1 -0
- package/dist/components/layout/window/window.d.ts +92 -0
- package/dist/components/layout/window/window.d.ts.map +1 -0
- package/dist/components/layout/window/window.i18n.d.ts +5 -0
- package/dist/components/layout/window/window.i18n.d.ts.map +1 -0
- package/dist/components/layout/window/window.i18n.js +4 -0
- package/dist/components/layout/window/window.i18n.js.map +1 -0
- package/dist/components/layout/window/window.js +390 -0
- package/dist/components/layout/window/window.js.map +1 -0
- package/dist/components/layout/window/window.styles.d.ts +2 -0
- package/dist/components/layout/window/window.styles.d.ts.map +1 -0
- package/dist/components/layout/window/window.styles.js +104 -0
- package/dist/components/layout/window/window.styles.js.map +1 -0
- package/dist/components/layout/window/window.template.d.ts +4 -0
- package/dist/components/layout/window/window.template.d.ts.map +1 -0
- package/dist/components/layout/window/window.template.js +18 -0
- package/dist/components/layout/window/window.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.d.ts +44 -0
- package/dist/components/lists-and-menus/cells/cell/cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.js +95 -0
- package/dist/components/lists-and-menus/cells/cell/cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.styles.js +75 -0
- package/dist/components/lists-and-menus/cells/cell/cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.template.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/cell/cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/cell/cell.template.js +3 -0
- package/dist/components/lists-and-menus/cells/cell/cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts +46 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.js +97 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js +99 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.js +6 -0
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.d.ts +43 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts +5 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.js +4 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.i18n.js.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.js +64 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js +72 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.js +44 -0
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts +39 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js +57 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js +103 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.d.ts +3 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.js +9 -0
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts +26 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js +36 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js +47 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.d.ts +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.js +2 -0
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts +76 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.js +149 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +180 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts +3 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js +10 -0
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts +28 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js +140 -0
- package/dist/components/lists-and-menus/cells/timeline-track-cell/timeline-track-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts +78 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.js +152 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.js.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +178 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts +3 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js +33 -0
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.template.js.map +1 -0
- package/dist/components/lists-and-menus/list/list.d.ts +111 -0
- package/dist/components/lists-and-menus/list/list.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list/list.i18n.d.ts +11 -0
- package/dist/components/lists-and-menus/list/list.i18n.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list/list.i18n.js +10 -0
- package/dist/components/lists-and-menus/list/list.i18n.js.map +1 -0
- package/dist/components/lists-and-menus/list/list.js +488 -0
- package/dist/components/lists-and-menus/list/list.js.map +1 -0
- package/dist/components/lists-and-menus/list/list.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/list/list.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list/list.styles.js +126 -0
- package/dist/components/lists-and-menus/list/list.styles.js.map +1 -0
- package/dist/components/lists-and-menus/list/list.template.d.ts +3 -0
- package/dist/components/lists-and-menus/list/list.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list/list.template.js +48 -0
- package/dist/components/lists-and-menus/list/list.template.js.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.d.ts +62 -0
- package/dist/components/lists-and-menus/list-item/list-item.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.js +188 -0
- package/dist/components/lists-and-menus/list-item/list-item.js.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts +2 -0
- package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.styles.js +249 -0
- package/dist/components/lists-and-menus/list-item/list-item.styles.js.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.template.d.ts +2 -0
- package/dist/components/lists-and-menus/list-item/list-item.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/list-item/list-item.template.js +38 -0
- package/dist/components/lists-and-menus/list-item/list-item.template.js.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.d.ts +166 -0
- package/dist/components/lists-and-menus/menu/menu.d.ts.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.d.ts +5 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.d.ts.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.js +4 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.js.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.js +551 -0
- package/dist/components/lists-and-menus/menu/menu.js.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.styles.d.ts +4 -0
- package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.styles.js +175 -0
- package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.template.d.ts +5 -0
- package/dist/components/lists-and-menus/menu/menu.template.d.ts.map +1 -0
- package/dist/components/lists-and-menus/menu/menu.template.js +75 -0
- package/dist/components/lists-and-menus/menu/menu.template.js.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +146 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.d.ts +9 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.d.ts.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js +8 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js +775 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts +3 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +412 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts +8 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js +112 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.d.ts +70 -0
- package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.i18n.d.ts +5 -0
- package/dist/components/navigation/menu-bar/menu-bar.i18n.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.i18n.js +4 -0
- package/dist/components/navigation/menu-bar/menu-bar.i18n.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.js +276 -0
- package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts +2 -0
- package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.styles.js +37 -0
- package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.template.d.ts +3 -0
- package/dist/components/navigation/menu-bar/menu-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.template.js +20 -0
- package/dist/components/navigation/menu-bar/menu-bar.template.js.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +73 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js +207 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts +2 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +172 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts +3 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts.map +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js +65 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js.map +1 -0
- package/dist/components/navigation/pagination/pagination.d.ts +39 -0
- package/dist/components/navigation/pagination/pagination.d.ts.map +1 -0
- package/dist/components/navigation/pagination/pagination.i18n.d.ts +9 -0
- package/dist/components/navigation/pagination/pagination.i18n.d.ts.map +1 -0
- package/dist/components/navigation/pagination/pagination.i18n.js +8 -0
- package/dist/components/navigation/pagination/pagination.i18n.js.map +1 -0
- package/dist/components/navigation/pagination/pagination.js +122 -0
- package/dist/components/navigation/pagination/pagination.js.map +1 -0
- package/dist/components/navigation/pagination/pagination.styles.d.ts +2 -0
- package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -0
- package/dist/components/navigation/pagination/pagination.styles.js +227 -0
- package/dist/components/navigation/pagination/pagination.styles.js.map +1 -0
- package/dist/components/navigation/pagination/pagination.template.d.ts +6 -0
- package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -0
- package/dist/components/navigation/pagination/pagination.template.js +92 -0
- package/dist/components/navigation/pagination/pagination.template.js.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.d.ts +36 -0
- package/dist/components/navigation/skip-link/skip-link.d.ts.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.i18n.d.ts +5 -0
- package/dist/components/navigation/skip-link/skip-link.i18n.d.ts.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.i18n.js +4 -0
- package/dist/components/navigation/skip-link/skip-link.i18n.js.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.js +64 -0
- package/dist/components/navigation/skip-link/skip-link.js.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.styles.d.ts +2 -0
- package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.styles.js +69 -0
- package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.template.d.ts +3 -0
- package/dist/components/navigation/skip-link/skip-link.template.d.ts.map +1 -0
- package/dist/components/navigation/skip-link/skip-link.template.js +25 -0
- package/dist/components/navigation/skip-link/skip-link.template.js.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.d.ts +81 -0
- package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.js +286 -0
- package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts +3 -0
- package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.styles.js +226 -0
- package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.template.d.ts +7 -0
- package/dist/components/navigation/tab-bar/tab-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/tab-bar/tab-bar.template.js +77 -0
- package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/logo.d.ts +3 -0
- package/dist/components/navigation/top-navigation-bar/logo.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/logo.js +3 -0
- package/dist/components/navigation/top-navigation-bar/logo.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +79 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.d.ts +10 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.js +9 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.i18n.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +340 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts +2 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +325 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts +3 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js +126 -0
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +50 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.d.ts.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.js +149 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.js.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts +2 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +159 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts +5 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.template.d.ts.map +1 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.template.js +55 -0
- package/dist/components/navigation/top-title-bar/top-title-bar.template.js.map +1 -0
- package/dist/components/palettes.html +245 -0
- package/dist/components/status-and-feedback/badge/badge.d.ts +49 -0
- package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.i18n.d.ts +5 -0
- package/dist/components/status-and-feedback/badge/badge.i18n.d.ts.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.i18n.js +4 -0
- package/dist/components/status-and-feedback/badge/badge.i18n.js.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.js +95 -0
- package/dist/components/status-and-feedback/badge/badge.js.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.styles.d.ts +2 -0
- package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.styles.js +134 -0
- package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.template.d.ts +3 -0
- package/dist/components/status-and-feedback/badge/badge.template.d.ts.map +1 -0
- package/dist/components/status-and-feedback/badge/badge.template.js +24 -0
- package/dist/components/status-and-feedback/badge/badge.template.js.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +40 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +97 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts +2 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +95 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts +3 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts.map +1 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js +33 -0
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts +49 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js +122 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts +2 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +99 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts +3 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts.map +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js +25 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js.map +1 -0
- package/dist/css/form-section.css +118 -0
- package/dist/css/form.css +48 -0
- package/dist/css/global.css +4 -0
- package/dist/css/palettes.generated.css +540 -0
- package/dist/css/rich-text.css +444 -0
- package/dist/css/settings.css +1201 -0
- package/dist/fonts/IBMPlexMono-Bold.woff2 +0 -0
- package/dist/fonts/IBMPlexMono-Regular.woff2 +0 -0
- package/dist/fonts/RijksSansVF-Italic.ttf +0 -0
- package/dist/fonts/RijksSansVF-Regular.ttf +0 -0
- package/dist/utilities/input-modality.d.ts +10 -0
- package/dist/utilities/input-modality.d.ts.map +1 -0
- package/dist/utilities/input-modality.js +47 -0
- package/dist/utilities/input-modality.js.map +1 -0
- package/dist/utilities/popover-guard.d.ts +10 -0
- package/dist/utilities/popover-guard.d.ts.map +1 -0
- package/dist/utilities/popover-guard.js +10 -0
- package/dist/utilities/popover-guard.js.map +1 -0
- package/dist/utilities/render-marked.d.ts +28 -0
- package/dist/utilities/render-marked.d.ts.map +1 -0
- package/dist/utilities/render-marked.js +57 -0
- package/dist/utilities/render-marked.js.map +1 -0
- package/dist/utilities/sanitize-url.d.ts +16 -0
- package/dist/utilities/sanitize-url.d.ts.map +1 -0
- package/dist/utilities/sanitize-url.js +30 -0
- package/dist/utilities/sanitize-url.js.map +1 -0
- package/dist/utilities/visibility-mixin.d.ts +28 -0
- package/dist/utilities/visibility-mixin.d.ts.map +1 -0
- package/dist/utilities/visibility-mixin.js +67 -0
- package/dist/utilities/visibility-mixin.js.map +1 -0
- package/dist/utilities/with-translations.d.ts +27 -0
- package/dist/utilities/with-translations.d.ts.map +1 -0
- package/dist/utilities/with-translations.js +57 -0
- package/dist/utilities/with-translations.js.map +1 -0
- package/package.json +409 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBAiD/B,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const checkboxFieldStyles = css `
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* # Host */
|
|
6
|
+
|
|
7
|
+
:host {
|
|
8
|
+
display: block;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:host([hidden]) {
|
|
12
|
+
display: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
/* # Block */
|
|
17
|
+
|
|
18
|
+
.checkbox-field {
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: row;
|
|
21
|
+
align-items: flex-start;
|
|
22
|
+
gap: var(--primitives-space-8);
|
|
23
|
+
min-height: var(--semantics-controls-md-min-size);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
/* # Control */
|
|
28
|
+
|
|
29
|
+
.checkbox-field__control {
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-shrink: 0;
|
|
32
|
+
min-height: var(--semantics-controls-md-min-size);
|
|
33
|
+
align-items: center;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/* # Label */
|
|
38
|
+
|
|
39
|
+
.checkbox-field__label {
|
|
40
|
+
padding-top: calc((var(--semantics-controls-md-min-size) - 1em * var(--primitives-line-height-snug)) / 2);
|
|
41
|
+
display: flex;
|
|
42
|
+
flex-grow: 1;
|
|
43
|
+
font: var(--primitives-font-body-md-regular-snug);
|
|
44
|
+
color: var(--semantics-content-color);
|
|
45
|
+
cursor: default;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:host([disabled]) .checkbox-field__label {
|
|
49
|
+
opacity: var(--primitives-opacity-disabled);
|
|
50
|
+
}
|
|
51
|
+
`;
|
|
52
|
+
//# sourceMappingURL=checkbox-field.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDrC,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import type { NLDDCheckboxField } from './checkbox-field.js';
|
|
3
|
+
import '../checkbox/checkbox.js';
|
|
4
|
+
export declare function checkboxFieldTemplate(component: NLDDCheckboxField): TemplateResult;
|
|
5
|
+
//# sourceMappingURL=checkbox-field.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox-field.template.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,yBAAyB,CAAC;AAGjC,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,iBAAiB,GAAG,cAAc,CAmBlF"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { html, nothing } from 'lit';
|
|
2
|
+
import '../checkbox/checkbox.js';
|
|
3
|
+
/* eslint-disable lit-a11y/click-events-have-key-events -- label wrapper delegates to inner checkbox */
|
|
4
|
+
export function checkboxFieldTemplate(component) {
|
|
5
|
+
return html `
|
|
6
|
+
<div class="checkbox-field"
|
|
7
|
+
@click=${component._handleLabelClick}
|
|
8
|
+
>
|
|
9
|
+
<div class="checkbox-field__control">
|
|
10
|
+
<nldd-checkbox
|
|
11
|
+
?checked=${component.checked}
|
|
12
|
+
?indeterminate=${component.indeterminate}
|
|
13
|
+
?disabled=${component.disabled}
|
|
14
|
+
name=${component.name || nothing}
|
|
15
|
+
value=${component.value}
|
|
16
|
+
accessible-label=${component.label || nothing}
|
|
17
|
+
@change=${component._handleChange}
|
|
18
|
+
></nldd-checkbox>
|
|
19
|
+
</div>
|
|
20
|
+
<span class="checkbox-field__label">${component.label}</span>
|
|
21
|
+
</div>
|
|
22
|
+
`;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=checkbox-field.template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox-field.template.js","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAEpD,OAAO,yBAAyB,CAAC;AAEjC,uGAAuG;AACvG,MAAM,UAAU,qBAAqB,CAAC,SAA4B;IACjE,OAAO,IAAI,CAAA;;YAEA,SAAS,CAAC,iBAAiB;;;;gBAIvB,SAAS,CAAC,OAAO;sBACX,SAAS,CAAC,aAAa;iBAC5B,SAAS,CAAC,QAAQ;YACvB,SAAS,CAAC,IAAI,IAAI,OAAO;aACxB,SAAS,CAAC,KAAK;wBACJ,SAAS,CAAC,KAAK,IAAI,OAAO;eACnC,SAAS,CAAC,aAAa;;;yCAGG,SAAS,CAAC,KAAK;;EAEtD,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nederlandse Digitale Dienst Combo Box Component (Lit + TypeScript)
|
|
3
|
+
*
|
|
4
|
+
* A text input with autocomplete dropdown via nldd-menu.
|
|
5
|
+
* Add a slotted nldd-menu with nldd-menu-item children to provide options.
|
|
6
|
+
*
|
|
7
|
+
* The slotted nldd-menu keeps its default focus behavior (menu container receives focus)
|
|
8
|
+
* so that typing keeps focus on the input. The picker button moves focus
|
|
9
|
+
* to the menu explicitly on activation.
|
|
10
|
+
*
|
|
11
|
+
* Note: Only nldd-menu-item type="button" is supported. Radio and checkbox
|
|
12
|
+
* types are not supported in this context.
|
|
13
|
+
*
|
|
14
|
+
* @element nldd-combo-box
|
|
15
|
+
* @attr {string} value - The selected form value
|
|
16
|
+
* @attr {string} placeholder - Placeholder text for the input
|
|
17
|
+
* @attr {string} size - Size: 'sm' | 'md' (default: 'md')
|
|
18
|
+
* @attr {boolean} valid - Marks the field as valid
|
|
19
|
+
* @attr {boolean} invalid - Marks the field as invalid
|
|
20
|
+
* @attr {boolean} disabled - Disabled state
|
|
21
|
+
* @attr {string} name - Input name for form submission
|
|
22
|
+
* @attr {string} autocomplete - Browser autofill hint. Default 'off' to prevent the
|
|
23
|
+
* native autofill panel from competing with the menu dropdown.
|
|
24
|
+
* Set to a valid token (e.g. 'country', 'organization') when
|
|
25
|
+
* browser autofill is desired.
|
|
26
|
+
* @attr {string} accessible-label - Accessible label forwarded as aria-label to the input. Required for screen reader accessibility.
|
|
27
|
+
* @attr {number} max-items - Maximum visible items before scrolling (default: 8)
|
|
28
|
+
* @attr {object} translations - Override translation keys; unset keys fall back to Dutch
|
|
29
|
+
* @attr {string} width - Optional fixed width (any CSS length, e.g. "240px"). Default: full-width.
|
|
30
|
+
*
|
|
31
|
+
* @note Free-text values: if the user types a value that does not match any menu option
|
|
32
|
+
* and presses Enter or moves focus away, the typed text is emitted as-is via the
|
|
33
|
+
* `change` event. Consumers are responsible for validating emitted values.
|
|
34
|
+
*
|
|
35
|
+
* @slot - An nldd-menu element with nldd-menu-item and nldd-menu-divider children
|
|
36
|
+
*
|
|
37
|
+
* @fires input - When the input value changes; detail: { value: string }
|
|
38
|
+
* @fires change - When an option is selected or a custom value is committed;
|
|
39
|
+
* detail: { value: string }
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* ```html
|
|
43
|
+
* <nldd-combo-box placeholder="Zoek een land" name="land">
|
|
44
|
+
* <nldd-menu>
|
|
45
|
+
* <nldd-menu-item text="Nederland" value="nl"></nldd-menu-item>
|
|
46
|
+
* <nldd-menu-item text="België" value="be"></nldd-menu-item>
|
|
47
|
+
* </nldd-menu>
|
|
48
|
+
* </nldd-combo-box>
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
import { LitElement } from 'lit';
|
|
52
|
+
import type { NLDDComboBoxTranslations } from './combo-box.i18n.js';
|
|
53
|
+
import '../../lists-and-menus/menu/menu.js';
|
|
54
|
+
import '../../actions/icon-button/icon-button.js';
|
|
55
|
+
import '../../content/icon/icon.js';
|
|
56
|
+
export type ComboBoxSize = 'sm' | 'md';
|
|
57
|
+
export declare class NLDDComboBox extends LitElement {
|
|
58
|
+
static styles: import("lit").CSSResult;
|
|
59
|
+
value: string;
|
|
60
|
+
placeholder: string;
|
|
61
|
+
size: ComboBoxSize;
|
|
62
|
+
valid: boolean;
|
|
63
|
+
invalid: boolean;
|
|
64
|
+
disabled: boolean;
|
|
65
|
+
name: string;
|
|
66
|
+
/** Browser autofill hint. Use AutoFill tokens (e.g. 'country', 'organization')
|
|
67
|
+
* or 'off' to disable. Default 'off' to prevent the native autofill panel
|
|
68
|
+
* from competing with the menu dropdown. */
|
|
69
|
+
autocomplete: AutoFill | (string & {});
|
|
70
|
+
/** Maximum number of visible menu items before scrolling. Defaults to 8. */
|
|
71
|
+
maxItems: number;
|
|
72
|
+
accessibleLabel: string;
|
|
73
|
+
translations: Partial<NLDDComboBoxTranslations>;
|
|
74
|
+
/** Optional fixed width (any CSS length). When unset, the field stretches to fill its container. */
|
|
75
|
+
width: string;
|
|
76
|
+
_isOpen: boolean;
|
|
77
|
+
/** Display value shown in the input. May differ from value (form value). */
|
|
78
|
+
_displayValue: string;
|
|
79
|
+
/** ID of the currently highlighted menu item for aria-activedescendant. */
|
|
80
|
+
_highlightedId: string;
|
|
81
|
+
private static _idCounter;
|
|
82
|
+
readonly _menuId: string;
|
|
83
|
+
private _menu;
|
|
84
|
+
private _resizeObserver;
|
|
85
|
+
_input: HTMLInputElement;
|
|
86
|
+
_t(key: keyof NLDDComboBoxTranslations): string;
|
|
87
|
+
firstUpdated(): void;
|
|
88
|
+
updated(changedProperties: Map<string, unknown>): void;
|
|
89
|
+
connectedCallback(): void;
|
|
90
|
+
disconnectedCallback(): void;
|
|
91
|
+
_onSlotChange(): void;
|
|
92
|
+
private _updateMenuWidth;
|
|
93
|
+
private _handleScrollOrResize;
|
|
94
|
+
private _handleMenuToggle;
|
|
95
|
+
private _handleMenuSelect;
|
|
96
|
+
private _updateActiveDescendant;
|
|
97
|
+
/**
|
|
98
|
+
* Open the menu. Focus always stays on the input — highlight moves via
|
|
99
|
+
* aria-activedescendant rather than by moving focus to items.
|
|
100
|
+
*/
|
|
101
|
+
_openMenu(): void;
|
|
102
|
+
_closeMenu(): void;
|
|
103
|
+
private _pickerPointerdownWhileOpen;
|
|
104
|
+
_toggleMenu(): void;
|
|
105
|
+
_handlePickerPointerdown(): void;
|
|
106
|
+
/**
|
|
107
|
+
* Handles Tab in the menu. The menu is a popover on the top layer — Tab
|
|
108
|
+
* would move focus to the next focusable element in DOM order, which may
|
|
109
|
+
* not be the next logical element. Instead, close the menu and return
|
|
110
|
+
* focus to the input so the user can Tab forward from there.
|
|
111
|
+
*/
|
|
112
|
+
private _handleMenuKeydown;
|
|
113
|
+
_handleInput(e: Event): void;
|
|
114
|
+
_handleClear(): void;
|
|
115
|
+
/** Accept a custom typed value and close the menu when focus leaves the input. */
|
|
116
|
+
_handleBlur(e: FocusEvent): void;
|
|
117
|
+
_handleKeydown(e: KeyboardEvent): void;
|
|
118
|
+
render(): import("lit-html").TemplateResult;
|
|
119
|
+
}
|
|
120
|
+
declare global {
|
|
121
|
+
interface HTMLElementTagNameMap {
|
|
122
|
+
'nldd-combo-box': NLDDComboBox;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
//# sourceMappingURL=combo-box.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"combo-box.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/combo-box/combo-box.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAEpE,OAAO,oCAAoC,CAAC;AAC5C,OAAO,0CAA0C,CAAC;AAClD,OAAO,4BAA4B,CAAC;AAEpC,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,CAAC;AAEvC,qBACa,YAAa,SAAQ,UAAU;IAC3C,OAAgB,MAAM,0BAAkB;IAGxC,KAAK,SAAM;IAGX,WAAW,SAAM;IAGjB,IAAI,EAAE,YAAY,CAAQ;IAG1B,KAAK,UAAS;IAGd,OAAO,UAAS;IAGhB,QAAQ,UAAS;IAGjB,IAAI,SAAM;IAEV;;iDAE6C;IAE7C,YAAY,EAAE,QAAQ,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAS;IAE/C,4EAA4E;IAE5E,QAAQ,SAAK;IAGb,eAAe,SAAM;IAGrB,YAAY,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAM;IAErD,oGAAoG;IAEpG,KAAK,SAAM;IAGX,OAAO,UAAS;IAEhB,4EAA4E;IAE5E,aAAa,SAAM;IAEnB,2EAA2E;IAE3E,cAAc,SAAM;IAEpB,OAAO,CAAC,MAAM,CAAC,UAAU,CAAK;IAC9B,QAAQ,CAAC,OAAO,SAAsD;IAEtE,OAAO,CAAC,KAAK,CAAyB;IACtC,OAAO,CAAC,eAAe,CAA+B;IAGtD,MAAM,EAAG,gBAAgB,CAAC;IAInB,EAAE,CAAC,GAAG,EAAE,MAAM,wBAAwB,GAAG,MAAM;IAM7C,YAAY,IAAI,IAAI;IAMpB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAStD,iBAAiB,IAAI,IAAI;IAQzB,oBAAoB,IAAI,IAAI;IAgB9B,aAAa,IAAI,IAAI;IAsB5B,OAAO,CAAC,gBAAgB;IAMxB,OAAO,CAAC,qBAAqB,CAI3B;IAIF,OAAO,CAAC,iBAAiB,CAUvB;IAEF,OAAO,CAAC,iBAAiB,CAavB;IAEF,OAAO,CAAC,uBAAuB;IAI/B;;;OAGG;IACI,SAAS,IAAI,IAAI;IAUjB,UAAU,IAAI,IAAI;IAKzB,OAAO,CAAC,2BAA2B,CAAS;IAErC,WAAW,IAAI,IAAI;IAcnB,wBAAwB,IAAI,IAAI;IAQvC;;;;;OAKG;IACH,OAAO,CAAC,kBAAkB,CAKxB;IAEK,YAAY,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAa5B,YAAY,IAAI,IAAI;IAkB3B,kFAAkF;IAC3E,WAAW,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAehC,cAAc,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IA2CpC,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,gBAAgB,EAAE,YAAY,CAAC;KAC/B;CACD"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const nlddComboBoxTranslations: {
|
|
2
|
+
'components.combo-box.open-menu-action': string;
|
|
3
|
+
'components.combo-box.clear-action': string;
|
|
4
|
+
};
|
|
5
|
+
export type NLDDComboBoxTranslations = typeof nlddComboBoxTranslations;
|
|
6
|
+
//# sourceMappingURL=combo-box.i18n.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"combo-box.i18n.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/combo-box/combo-box.i18n.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;;;CAGpC,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"combo-box.i18n.js","sourceRoot":"","sources":["../../../../src/components/inputs/combo-box/combo-box.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACvC,uCAAuC,EAAE,aAAa;IACtD,mCAAmC,EAAE,YAAY;CACjD,CAAC"}
|
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var NLDDComboBox_1;
|
|
8
|
+
/**
|
|
9
|
+
* Nederlandse Digitale Dienst Combo Box Component (Lit + TypeScript)
|
|
10
|
+
*
|
|
11
|
+
* A text input with autocomplete dropdown via nldd-menu.
|
|
12
|
+
* Add a slotted nldd-menu with nldd-menu-item children to provide options.
|
|
13
|
+
*
|
|
14
|
+
* The slotted nldd-menu keeps its default focus behavior (menu container receives focus)
|
|
15
|
+
* so that typing keeps focus on the input. The picker button moves focus
|
|
16
|
+
* to the menu explicitly on activation.
|
|
17
|
+
*
|
|
18
|
+
* Note: Only nldd-menu-item type="button" is supported. Radio and checkbox
|
|
19
|
+
* types are not supported in this context.
|
|
20
|
+
*
|
|
21
|
+
* @element nldd-combo-box
|
|
22
|
+
* @attr {string} value - The selected form value
|
|
23
|
+
* @attr {string} placeholder - Placeholder text for the input
|
|
24
|
+
* @attr {string} size - Size: 'sm' | 'md' (default: 'md')
|
|
25
|
+
* @attr {boolean} valid - Marks the field as valid
|
|
26
|
+
* @attr {boolean} invalid - Marks the field as invalid
|
|
27
|
+
* @attr {boolean} disabled - Disabled state
|
|
28
|
+
* @attr {string} name - Input name for form submission
|
|
29
|
+
* @attr {string} autocomplete - Browser autofill hint. Default 'off' to prevent the
|
|
30
|
+
* native autofill panel from competing with the menu dropdown.
|
|
31
|
+
* Set to a valid token (e.g. 'country', 'organization') when
|
|
32
|
+
* browser autofill is desired.
|
|
33
|
+
* @attr {string} accessible-label - Accessible label forwarded as aria-label to the input. Required for screen reader accessibility.
|
|
34
|
+
* @attr {number} max-items - Maximum visible items before scrolling (default: 8)
|
|
35
|
+
* @attr {object} translations - Override translation keys; unset keys fall back to Dutch
|
|
36
|
+
* @attr {string} width - Optional fixed width (any CSS length, e.g. "240px"). Default: full-width.
|
|
37
|
+
*
|
|
38
|
+
* @note Free-text values: if the user types a value that does not match any menu option
|
|
39
|
+
* and presses Enter or moves focus away, the typed text is emitted as-is via the
|
|
40
|
+
* `change` event. Consumers are responsible for validating emitted values.
|
|
41
|
+
*
|
|
42
|
+
* @slot - An nldd-menu element with nldd-menu-item and nldd-menu-divider children
|
|
43
|
+
*
|
|
44
|
+
* @fires input - When the input value changes; detail: { value: string }
|
|
45
|
+
* @fires change - When an option is selected or a custom value is committed;
|
|
46
|
+
* detail: { value: string }
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* ```html
|
|
50
|
+
* <nldd-combo-box placeholder="Zoek een land" name="land">
|
|
51
|
+
* <nldd-menu>
|
|
52
|
+
* <nldd-menu-item text="Nederland" value="nl"></nldd-menu-item>
|
|
53
|
+
* <nldd-menu-item text="België" value="be"></nldd-menu-item>
|
|
54
|
+
* </nldd-menu>
|
|
55
|
+
* </nldd-combo-box>
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
import { LitElement } from 'lit';
|
|
59
|
+
import { customElement, property, state, query } from 'lit/decorators.js';
|
|
60
|
+
import { comboBoxStyles } from './combo-box.styles.js';
|
|
61
|
+
import { comboBoxTemplate } from './combo-box.template.js';
|
|
62
|
+
import { nlddComboBoxTranslations } from './combo-box.i18n.js';
|
|
63
|
+
import '../../lists-and-menus/menu/menu.js';
|
|
64
|
+
import '../../actions/icon-button/icon-button.js';
|
|
65
|
+
import '../../content/icon/icon.js';
|
|
66
|
+
let NLDDComboBox = NLDDComboBox_1 = class NLDDComboBox extends LitElement {
|
|
67
|
+
constructor() {
|
|
68
|
+
super(...arguments);
|
|
69
|
+
this.value = '';
|
|
70
|
+
this.placeholder = '';
|
|
71
|
+
this.size = 'md';
|
|
72
|
+
this.valid = false;
|
|
73
|
+
this.invalid = false;
|
|
74
|
+
this.disabled = false;
|
|
75
|
+
this.name = '';
|
|
76
|
+
/** Browser autofill hint. Use AutoFill tokens (e.g. 'country', 'organization')
|
|
77
|
+
* or 'off' to disable. Default 'off' to prevent the native autofill panel
|
|
78
|
+
* from competing with the menu dropdown. */
|
|
79
|
+
this.autocomplete = 'off';
|
|
80
|
+
/** Maximum number of visible menu items before scrolling. Defaults to 8. */
|
|
81
|
+
this.maxItems = 8;
|
|
82
|
+
this.accessibleLabel = '';
|
|
83
|
+
this.translations = {};
|
|
84
|
+
/** Optional fixed width (any CSS length). When unset, the field stretches to fill its container. */
|
|
85
|
+
this.width = '';
|
|
86
|
+
this._isOpen = false;
|
|
87
|
+
/** Display value shown in the input. May differ from value (form value). */
|
|
88
|
+
this._displayValue = '';
|
|
89
|
+
/** ID of the currently highlighted menu item for aria-activedescendant. */
|
|
90
|
+
this._highlightedId = '';
|
|
91
|
+
this._menuId = `nldd-combo-box-menu-${NLDDComboBox_1._idCounter++}`;
|
|
92
|
+
this._menu = null;
|
|
93
|
+
this._resizeObserver = null;
|
|
94
|
+
this._handleScrollOrResize = () => {
|
|
95
|
+
if (!this._isOpen)
|
|
96
|
+
return;
|
|
97
|
+
this._updateMenuWidth();
|
|
98
|
+
this._menu?.reposition();
|
|
99
|
+
};
|
|
100
|
+
// — Menu management ——————————————————————————————————————————————————————
|
|
101
|
+
this._handleMenuToggle = (e) => {
|
|
102
|
+
this._isOpen = e.newState === 'open';
|
|
103
|
+
if (!this._isOpen) {
|
|
104
|
+
this._highlightedId = '';
|
|
105
|
+
}
|
|
106
|
+
else {
|
|
107
|
+
// Update highlight ID after menu opens and first item is highlighted
|
|
108
|
+
requestAnimationFrame(() => {
|
|
109
|
+
this._highlightedId = this._menu?.getHighlightedId() ?? '';
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
this._handleMenuSelect = (e) => {
|
|
114
|
+
const item = e.target;
|
|
115
|
+
this._displayValue = item.text;
|
|
116
|
+
this.value = item.value || item.text;
|
|
117
|
+
this._highlightedId = '';
|
|
118
|
+
this._closeMenu();
|
|
119
|
+
this._menu?.filter('');
|
|
120
|
+
this.dispatchEvent(new CustomEvent('change', {
|
|
121
|
+
detail: { value: this.value },
|
|
122
|
+
bubbles: true,
|
|
123
|
+
composed: true,
|
|
124
|
+
}));
|
|
125
|
+
this._input?.focus();
|
|
126
|
+
};
|
|
127
|
+
this._pickerPointerdownWhileOpen = false;
|
|
128
|
+
// — Handlers ————————————————————————————————————————————————————————————
|
|
129
|
+
/**
|
|
130
|
+
* Handles Tab in the menu. The menu is a popover on the top layer — Tab
|
|
131
|
+
* would move focus to the next focusable element in DOM order, which may
|
|
132
|
+
* not be the next logical element. Instead, close the menu and return
|
|
133
|
+
* focus to the input so the user can Tab forward from there.
|
|
134
|
+
*/
|
|
135
|
+
this._handleMenuKeydown = (e) => {
|
|
136
|
+
if (e.key !== 'Tab')
|
|
137
|
+
return;
|
|
138
|
+
e.preventDefault();
|
|
139
|
+
this._closeMenu();
|
|
140
|
+
this._input?.focus();
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
// — i18n ——————————————————————————————————————————————————————————————————
|
|
144
|
+
_t(key) {
|
|
145
|
+
return this.translations[key] ?? nlddComboBoxTranslations[key];
|
|
146
|
+
}
|
|
147
|
+
// — Lifecycle ————————————————————————————————————————————————————————————
|
|
148
|
+
firstUpdated() {
|
|
149
|
+
if (import.meta.env?.DEV && !this.accessibleLabel) {
|
|
150
|
+
console.warn('<nldd-combo-box>: No accessible-label provided. Add an accessible-label attribute for screen reader accessibility.');
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
updated(changedProperties) {
|
|
154
|
+
if (changedProperties.has('maxItems') && this._menu) {
|
|
155
|
+
this._menu.maxItems = this.maxItems;
|
|
156
|
+
}
|
|
157
|
+
if (changedProperties.has('width')) {
|
|
158
|
+
this.style.width = this.width || '';
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
connectedCallback() {
|
|
162
|
+
super.connectedCallback();
|
|
163
|
+
this._resizeObserver = new ResizeObserver(() => this._updateMenuWidth());
|
|
164
|
+
this._resizeObserver.observe(this);
|
|
165
|
+
window.addEventListener('scroll', this._handleScrollOrResize, true);
|
|
166
|
+
window.addEventListener('resize', this._handleScrollOrResize);
|
|
167
|
+
}
|
|
168
|
+
disconnectedCallback() {
|
|
169
|
+
super.disconnectedCallback();
|
|
170
|
+
this._resizeObserver?.disconnect();
|
|
171
|
+
this._resizeObserver = null;
|
|
172
|
+
window.removeEventListener('scroll', this._handleScrollOrResize, true);
|
|
173
|
+
window.removeEventListener('resize', this._handleScrollOrResize);
|
|
174
|
+
if (this._menu) {
|
|
175
|
+
this._menu.removeEventListener('toggle', this._handleMenuToggle);
|
|
176
|
+
this._menu.removeEventListener('select', this._handleMenuSelect);
|
|
177
|
+
this._menu.removeEventListener('keydown', this._handleMenuKeydown);
|
|
178
|
+
this._menu = null;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
// — Slot —————————————————————————————————————————————————————————————————
|
|
182
|
+
_onSlotChange() {
|
|
183
|
+
const slot = this.shadowRoot?.querySelector('slot');
|
|
184
|
+
const menu = slot?.assignedElements({ flatten: true })
|
|
185
|
+
.find(el => el.tagName.toLowerCase() === 'nldd-menu');
|
|
186
|
+
if (!menu || menu === this._menu)
|
|
187
|
+
return;
|
|
188
|
+
this._menu = menu;
|
|
189
|
+
menu.id = this._menuId;
|
|
190
|
+
menu.anchorElement = this;
|
|
191
|
+
menu.placement = 'bottom-start';
|
|
192
|
+
menu.maxItems = this.maxItems;
|
|
193
|
+
menu.variant = 'listbox';
|
|
194
|
+
// Focus stays on the input — default menu behavior (no auto-focus-item).
|
|
195
|
+
menu.addEventListener('toggle', this._handleMenuToggle);
|
|
196
|
+
menu.addEventListener('select', this._handleMenuSelect);
|
|
197
|
+
menu.addEventListener('keydown', this._handleMenuKeydown);
|
|
198
|
+
this._updateMenuWidth();
|
|
199
|
+
}
|
|
200
|
+
// — Menu width & position ————————————————————————————————————————————————
|
|
201
|
+
_updateMenuWidth() {
|
|
202
|
+
if (!this._menu)
|
|
203
|
+
return;
|
|
204
|
+
const rect = this.getBoundingClientRect();
|
|
205
|
+
this._menu.width = `${rect.width}px`;
|
|
206
|
+
}
|
|
207
|
+
_updateActiveDescendant() {
|
|
208
|
+
this._highlightedId = this._menu?.getHighlightedId() ?? '';
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Open the menu. Focus always stays on the input — highlight moves via
|
|
212
|
+
* aria-activedescendant rather than by moving focus to items.
|
|
213
|
+
*/
|
|
214
|
+
_openMenu() {
|
|
215
|
+
if (!this._menu || this._isOpen)
|
|
216
|
+
return;
|
|
217
|
+
if (!('showPopover' in this._menu)) {
|
|
218
|
+
console.warn('<nldd-combo-box>: Popover API is not supported in this browser. The dropdown will not open.');
|
|
219
|
+
return;
|
|
220
|
+
}
|
|
221
|
+
this._updateMenuWidth();
|
|
222
|
+
this._menu.showPopover();
|
|
223
|
+
}
|
|
224
|
+
_closeMenu() {
|
|
225
|
+
if (!this._menu || !this._isOpen)
|
|
226
|
+
return;
|
|
227
|
+
this._menu.hidePopover();
|
|
228
|
+
}
|
|
229
|
+
_toggleMenu() {
|
|
230
|
+
if (this._pickerPointerdownWhileOpen) {
|
|
231
|
+
this._pickerPointerdownWhileOpen = false;
|
|
232
|
+
return;
|
|
233
|
+
}
|
|
234
|
+
if (this._isOpen) {
|
|
235
|
+
this._closeMenu();
|
|
236
|
+
this._input?.focus();
|
|
237
|
+
}
|
|
238
|
+
else {
|
|
239
|
+
this._openMenu();
|
|
240
|
+
this._input?.focus();
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
_handlePickerPointerdown() {
|
|
244
|
+
if (this._isOpen) {
|
|
245
|
+
this._pickerPointerdownWhileOpen = true;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
_handleInput(e) {
|
|
249
|
+
const input = e.target;
|
|
250
|
+
this._displayValue = input.value;
|
|
251
|
+
this._menu?.filter(this._displayValue);
|
|
252
|
+
this._updateActiveDescendant();
|
|
253
|
+
if (!this._isOpen)
|
|
254
|
+
this._openMenu();
|
|
255
|
+
this.dispatchEvent(new CustomEvent('input', {
|
|
256
|
+
detail: { value: this._displayValue },
|
|
257
|
+
bubbles: true,
|
|
258
|
+
composed: true,
|
|
259
|
+
}));
|
|
260
|
+
}
|
|
261
|
+
_handleClear() {
|
|
262
|
+
this._displayValue = '';
|
|
263
|
+
this.value = '';
|
|
264
|
+
this._menu?.filter('');
|
|
265
|
+
this._closeMenu();
|
|
266
|
+
this.dispatchEvent(new CustomEvent('input', {
|
|
267
|
+
detail: { value: '' },
|
|
268
|
+
bubbles: true,
|
|
269
|
+
composed: true,
|
|
270
|
+
}));
|
|
271
|
+
this.dispatchEvent(new CustomEvent('change', {
|
|
272
|
+
detail: { value: '' },
|
|
273
|
+
bubbles: true,
|
|
274
|
+
composed: true,
|
|
275
|
+
}));
|
|
276
|
+
this._input?.focus();
|
|
277
|
+
}
|
|
278
|
+
/** Accept a custom typed value and close the menu when focus leaves the input. */
|
|
279
|
+
_handleBlur(e) {
|
|
280
|
+
const relatedTarget = e.relatedTarget;
|
|
281
|
+
if (!relatedTarget || !this._menu?.contains(relatedTarget)) {
|
|
282
|
+
this._closeMenu();
|
|
283
|
+
}
|
|
284
|
+
if (this._displayValue !== '' && this._displayValue !== this.value) {
|
|
285
|
+
this.value = this._displayValue;
|
|
286
|
+
this.dispatchEvent(new CustomEvent('change', {
|
|
287
|
+
detail: { value: this.value },
|
|
288
|
+
bubbles: true,
|
|
289
|
+
composed: true,
|
|
290
|
+
}));
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
_handleKeydown(e) {
|
|
294
|
+
if (!this._isOpen) {
|
|
295
|
+
if (e.key === 'ArrowDown') {
|
|
296
|
+
e.preventDefault();
|
|
297
|
+
this._openMenu();
|
|
298
|
+
}
|
|
299
|
+
return;
|
|
300
|
+
}
|
|
301
|
+
switch (e.key) {
|
|
302
|
+
case 'ArrowDown':
|
|
303
|
+
e.preventDefault();
|
|
304
|
+
this._menu?.moveHighlight('next');
|
|
305
|
+
this._updateActiveDescendant();
|
|
306
|
+
break;
|
|
307
|
+
case 'ArrowUp':
|
|
308
|
+
e.preventDefault();
|
|
309
|
+
this._menu?.moveHighlight('prev');
|
|
310
|
+
this._updateActiveDescendant();
|
|
311
|
+
break;
|
|
312
|
+
case 'Enter': {
|
|
313
|
+
e.preventDefault();
|
|
314
|
+
const highlighted = this._menu?.getHighlighted();
|
|
315
|
+
if (highlighted) {
|
|
316
|
+
highlighted.select();
|
|
317
|
+
}
|
|
318
|
+
else {
|
|
319
|
+
this.value = this._displayValue;
|
|
320
|
+
this._closeMenu();
|
|
321
|
+
this.dispatchEvent(new CustomEvent('change', {
|
|
322
|
+
detail: { value: this.value },
|
|
323
|
+
bubbles: true,
|
|
324
|
+
composed: true,
|
|
325
|
+
}));
|
|
326
|
+
}
|
|
327
|
+
break;
|
|
328
|
+
}
|
|
329
|
+
case 'Escape':
|
|
330
|
+
e.preventDefault();
|
|
331
|
+
this._closeMenu();
|
|
332
|
+
break;
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
render() {
|
|
336
|
+
return comboBoxTemplate(this);
|
|
337
|
+
}
|
|
338
|
+
};
|
|
339
|
+
NLDDComboBox.styles = comboBoxStyles;
|
|
340
|
+
NLDDComboBox._idCounter = 0;
|
|
341
|
+
__decorate([
|
|
342
|
+
property({ type: String })
|
|
343
|
+
], NLDDComboBox.prototype, "value", void 0);
|
|
344
|
+
__decorate([
|
|
345
|
+
property({ type: String })
|
|
346
|
+
], NLDDComboBox.prototype, "placeholder", void 0);
|
|
347
|
+
__decorate([
|
|
348
|
+
property({ type: String, reflect: true })
|
|
349
|
+
], NLDDComboBox.prototype, "size", void 0);
|
|
350
|
+
__decorate([
|
|
351
|
+
property({ type: Boolean, reflect: true })
|
|
352
|
+
], NLDDComboBox.prototype, "valid", void 0);
|
|
353
|
+
__decorate([
|
|
354
|
+
property({ type: Boolean, reflect: true })
|
|
355
|
+
], NLDDComboBox.prototype, "invalid", void 0);
|
|
356
|
+
__decorate([
|
|
357
|
+
property({ type: Boolean, reflect: true })
|
|
358
|
+
], NLDDComboBox.prototype, "disabled", void 0);
|
|
359
|
+
__decorate([
|
|
360
|
+
property({ type: String })
|
|
361
|
+
], NLDDComboBox.prototype, "name", void 0);
|
|
362
|
+
__decorate([
|
|
363
|
+
property({ type: String })
|
|
364
|
+
], NLDDComboBox.prototype, "autocomplete", void 0);
|
|
365
|
+
__decorate([
|
|
366
|
+
property({ type: Number, attribute: 'max-items' })
|
|
367
|
+
], NLDDComboBox.prototype, "maxItems", void 0);
|
|
368
|
+
__decorate([
|
|
369
|
+
property({ type: String, attribute: 'accessible-label' })
|
|
370
|
+
], NLDDComboBox.prototype, "accessibleLabel", void 0);
|
|
371
|
+
__decorate([
|
|
372
|
+
property({ type: Object })
|
|
373
|
+
], NLDDComboBox.prototype, "translations", void 0);
|
|
374
|
+
__decorate([
|
|
375
|
+
property({ type: String, reflect: true })
|
|
376
|
+
], NLDDComboBox.prototype, "width", void 0);
|
|
377
|
+
__decorate([
|
|
378
|
+
state()
|
|
379
|
+
], NLDDComboBox.prototype, "_isOpen", void 0);
|
|
380
|
+
__decorate([
|
|
381
|
+
state()
|
|
382
|
+
], NLDDComboBox.prototype, "_displayValue", void 0);
|
|
383
|
+
__decorate([
|
|
384
|
+
state()
|
|
385
|
+
], NLDDComboBox.prototype, "_highlightedId", void 0);
|
|
386
|
+
__decorate([
|
|
387
|
+
query('.combo-box__input')
|
|
388
|
+
], NLDDComboBox.prototype, "_input", void 0);
|
|
389
|
+
NLDDComboBox = NLDDComboBox_1 = __decorate([
|
|
390
|
+
customElement('nldd-combo-box')
|
|
391
|
+
], NLDDComboBox);
|
|
392
|
+
export { NLDDComboBox };
|
|
393
|
+
//# sourceMappingURL=combo-box.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"combo-box.js","sourceRoot":"","sources":["../../../../src/components/inputs/combo-box/combo-box.ts"],"names":[],"mappings":"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"}
|