@nldd/design-system 0.8.82 → 0.8.84
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/custom-elements.json +3849 -542
- package/dist/components/actions/button/button.d.ts +9 -2
- package/dist/components/actions/button/button.d.ts.map +1 -1
- package/dist/components/actions/button/button.js +15 -2
- package/dist/components/actions/button/button.js.map +1 -1
- package/dist/components/actions/button/button.template.d.ts.map +1 -1
- package/dist/components/actions/button/button.template.js +2 -0
- package/dist/components/actions/button/button.template.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.d.ts +2 -2
- package/dist/components/actions/icon-button/icon-button.js +2 -2
- package/dist/components/actions/menu/menu.d.ts +3 -1
- package/dist/components/actions/menu/menu.d.ts.map +1 -1
- package/dist/components/actions/menu/menu.js +22 -11
- package/dist/components/actions/menu/menu.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.styles.js +2 -2
- package/dist/components/components.js +2911 -1157
- package/dist/components/content/avatar/avatar.d.ts +6 -0
- package/dist/components/content/avatar/avatar.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.js +9 -0
- package/dist/components/content/avatar/avatar.js.map +1 -1
- package/dist/components/content/avatar/avatar.styles.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.styles.js +5 -1
- package/dist/components/content/avatar/avatar.styles.js.map +1 -1
- package/dist/components/content/avatar/avatar.template.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.template.js +2 -0
- package/dist/components/content/avatar/avatar.template.js.map +1 -1
- package/dist/components/content/avatar-group/avatar-group.styles.d.ts.map +1 -1
- package/dist/components/content/avatar-group/avatar-group.styles.js +6 -16
- package/dist/components/content/avatar-group/avatar-group.styles.js.map +1 -1
- package/dist/components/content/blockquote/blockquote.d.ts +3 -4
- package/dist/components/content/blockquote/blockquote.d.ts.map +1 -1
- package/dist/components/content/blockquote/blockquote.js +3 -4
- package/dist/components/content/blockquote/blockquote.js.map +1 -1
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
- package/dist/components/content/icon/icon-aliases.js +80 -6
- package/dist/components/content/icon/icon-aliases.js.map +1 -1
- package/dist/components/content/icon/icon-gallery-status.d.ts.map +1 -1
- package/dist/components/content/icon/icon-gallery-status.js +57 -94
- package/dist/components/content/icon/icon-gallery-status.js.map +1 -1
- package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
- package/dist/components/content/icon/icon-registry.js +36 -4
- package/dist/components/content/icon/icon-registry.js.map +1 -1
- package/dist/components/content/icon/icon.d.ts +8 -2
- package/dist/components/content/icon/icon.d.ts.map +1 -1
- package/dist/components/content/icon/icon.js +17 -2
- package/dist/components/content/icon/icon.js.map +1 -1
- package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
- package/dist/components/content/icon/icon.styles.js +8 -0
- package/dist/components/content/icon/icon.styles.js.map +1 -1
- package/dist/components/content/image/image.d.ts +1 -1
- package/dist/components/content/image/image.js +1 -1
- package/dist/components/content/image/image.styles.d.ts.map +1 -1
- package/dist/components/content/image/image.styles.js +11 -0
- package/dist/components/content/image/image.styles.js.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +30 -30
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +30 -30
- package/dist/components/content/rich-text/rich-text.d.ts +20 -20
- package/dist/components/content/rich-text/rich-text.js +20 -20
- package/dist/components/content/text/text.d.ts +50 -0
- package/dist/components/content/text/text.d.ts.map +1 -0
- package/dist/components/content/text/text.js +81 -0
- package/dist/components/content/text/text.js.map +1 -0
- package/dist/components/content/text/text.styles.d.ts +2 -0
- package/dist/components/content/text/text.styles.d.ts.map +1 -0
- package/dist/components/content/text/text.styles.js +116 -0
- package/dist/components/content/text/text.styles.js.map +1 -0
- package/dist/components/content/text/text.template.d.ts +3 -0
- package/dist/components/content/text/text.template.d.ts.map +1 -0
- package/dist/components/content/text/text.template.js +7 -0
- package/dist/components/content/text/text.template.js.map +1 -0
- package/dist/components/content/title/title.d.ts +4 -4
- package/dist/components/content/title/title.js +4 -4
- package/dist/components/content/title/title.styles.d.ts.map +1 -1
- package/dist/components/content/title/title.styles.js +9 -13
- package/dist/components/content/title/title.styles.js.map +1 -1
- package/dist/components/content/tooltip/tooltip.d.ts +1 -1
- package/dist/components/content/tooltip/tooltip.js +1 -1
- package/dist/components/{decorate-BKn10QQi.js → decorate-lwt_OrAG.js} +1 -1
- package/dist/components/{dist-TpIL8G4G.js → dist-762GHPyH.js} +3 -3
- package/dist/components/{dist-OBifyiJS.js → dist-BB7TxeMK.js} +2 -2
- package/dist/components/{dist-CJR_Rwhh.js → dist-BJI4-6iQ.js} +1 -1
- package/dist/components/{dist-C400RcFU.js → dist-B_3OW7pC.js} +1 -1
- package/dist/components/{dist-afrAoubg.js → dist-C09E9-dJ.js} +34 -34
- package/dist/components/{dist-Ccw7ZfsU.js → dist-C6gnorjP.js} +4 -3
- package/dist/components/{dist-bO14jlsr.js → dist-CRsR6ckU.js} +1 -1
- package/dist/components/{dist-C0PiB1dr.js → dist-CjaG8dOI.js} +2 -2
- package/dist/components/{dist-CCg5Mso_.js → dist-DZoFKUO-.js} +1 -1
- package/dist/components/{dist-Bq4xc7Bm.js → dist-DaavuU6W.js} +14 -3
- package/dist/components/{dist-BYVOPNHp.js → dist-la_b3ZSq.js} +1 -1
- package/dist/components/forms/form/form.d.ts +76 -22
- package/dist/components/forms/form/form.d.ts.map +1 -1
- package/dist/components/forms/form/form.js +127 -22
- package/dist/components/forms/form/form.js.map +1 -1
- package/dist/components/forms/form-actions/form-actions.d.ts +14 -15
- package/dist/components/forms/form-actions/form-actions.d.ts.map +1 -1
- package/dist/components/forms/form-actions/form-actions.js +14 -15
- package/dist/components/forms/form-actions/form-actions.js.map +1 -1
- package/dist/components/forms/form-field/form-field.d.ts +42 -39
- package/dist/components/forms/form-field/form-field.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.js +79 -111
- package/dist/components/forms/form-field/form-field.js.map +1 -1
- package/dist/components/forms/form-field/form-field.styles.d.ts +0 -1
- package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.styles.js +7 -73
- package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
- package/dist/components/forms/form-field/form-field.template.d.ts +0 -2
- package/dist/components/forms/form-field/form-field.template.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.template.js +0 -15
- package/dist/components/forms/form-field/form-field.template.js.map +1 -1
- package/dist/components/forms/form-section/form-section.d.ts +26 -28
- package/dist/components/forms/form-section/form-section.d.ts.map +1 -1
- package/dist/components/forms/form-section/form-section.js +27 -29
- package/dist/components/forms/form-section/form-section.js.map +1 -1
- package/dist/components/forms/validation-list/validation-list.d.ts +193 -0
- package/dist/components/forms/validation-list/validation-list.d.ts.map +1 -0
- package/dist/components/forms/validation-list/validation-list.js +358 -0
- package/dist/components/forms/validation-list/validation-list.js.map +1 -0
- package/dist/components/forms/validation-list/validation-list.styles.d.ts +3 -0
- package/dist/components/forms/validation-list/validation-list.styles.d.ts.map +1 -0
- package/dist/components/forms/validation-list/validation-list.styles.js +58 -0
- package/dist/components/forms/validation-list/validation-list.styles.js.map +1 -0
- package/dist/components/forms/validation-list/validation-list.template.d.ts +5 -0
- package/dist/components/forms/validation-list/validation-list.template.d.ts.map +1 -0
- package/dist/components/forms/validation-list/validation-list.template.js +16 -0
- package/dist/components/forms/validation-list/validation-list.template.js.map +1 -0
- package/dist/components/{icon-CIpJq_cf.js → icon-VTLbdcvZ.js} +104 -11
- package/dist/components/{icon-button-BAkUJTn6.js → icon-button-Sne5TwRG.js} +6 -6
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +3 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.d.ts +20 -1
- package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.js +32 -2
- package/dist/components/inputs/checkbox/checkbox.js.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.template.d.ts.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.template.js +2 -0
- package/dist/components/inputs/checkbox/checkbox.template.js.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +16 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.js +27 -2
- package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.template.js +2 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.js.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.d.ts +14 -1
- package/dist/components/inputs/code-editor/code-editor.d.ts.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.js +21 -2
- package/dist/components/inputs/code-editor/code-editor.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.d.ts +15 -2
- package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.js +54 -5
- package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.js +14 -0
- package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.template.js +27 -20
- package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -1
- package/dist/components/inputs/date-field/date-field.d.ts +29 -31
- package/dist/components/inputs/date-field/date-field.d.ts.map +1 -1
- package/dist/components/inputs/date-field/date-field.js +40 -37
- package/dist/components/inputs/date-field/date-field.js.map +1 -1
- package/dist/components/inputs/date-field/date-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/date-field/date-field.styles.js +11 -0
- package/dist/components/inputs/date-field/date-field.styles.js.map +1 -1
- package/dist/components/inputs/date-field/date-field.template.d.ts.map +1 -1
- package/dist/components/inputs/date-field/date-field.template.js +7 -2
- package/dist/components/inputs/date-field/date-field.template.js.map +1 -1
- package/dist/components/inputs/date-picker/date-picker.d.ts +34 -21
- package/dist/components/inputs/date-picker/date-picker.d.ts.map +1 -1
- package/dist/components/inputs/date-picker/date-picker.js +42 -22
- package/dist/components/inputs/date-picker/date-picker.js.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.d.ts +23 -2
- package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.js +36 -3
- package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
- package/dist/components/inputs/file-field/file-field.d.ts +4 -3
- package/dist/components/inputs/file-field/file-field.d.ts.map +1 -1
- package/dist/components/inputs/file-field/file-field.js +8 -7
- package/dist/components/inputs/file-field/file-field.js.map +1 -1
- package/dist/components/inputs/file-field/file-field.template.d.ts.map +1 -1
- package/dist/components/inputs/file-field/file-field.template.js +0 -1
- package/dist/components/inputs/file-field/file-field.template.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +15 -4
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +20 -8
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js +4 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.d.ts +12 -1
- package/dist/components/inputs/number-field/number-field.d.ts.map +1 -1
- package/dist/components/inputs/number-field/number-field.js +18 -3
- package/dist/components/inputs/number-field/number-field.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/number-field/number-field.styles.js +8 -16
- package/dist/components/inputs/number-field/number-field.styles.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.d.ts +10 -3
- package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.js +18 -8
- package/dist/components/inputs/password-field/password-field.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.template.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.template.js +3 -1
- package/dist/components/inputs/password-field/password-field.template.js.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.d.ts +18 -1
- package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.js +27 -2
- package/dist/components/inputs/radio-button/radio-button.js.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.template.d.ts.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.template.js +1 -0
- package/dist/components/inputs/radio-button/radio-button.template.js.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +14 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.js +22 -2
- package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.template.js +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.js.map +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +11 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.js +21 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.d.ts +23 -1
- package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.js +37 -3
- package/dist/components/inputs/search-field/search-field.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.template.js +4 -0
- package/dist/components/inputs/search-field/search-field.template.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.d.ts +28 -0
- package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.js +52 -2
- package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.template.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.template.js +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.d.ts +14 -1
- package/dist/components/inputs/stepper/stepper.d.ts.map +1 -1
- package/dist/components/inputs/stepper/stepper.js +21 -2
- package/dist/components/inputs/stepper/stepper.js.map +1 -1
- package/dist/components/inputs/switch/switch.d.ts +20 -1
- package/dist/components/inputs/switch/switch.d.ts.map +1 -1
- package/dist/components/inputs/switch/switch.js +31 -2
- package/dist/components/inputs/switch/switch.js.map +1 -1
- package/dist/components/inputs/switch/switch.template.d.ts.map +1 -1
- package/dist/components/inputs/switch/switch.template.js +2 -0
- package/dist/components/inputs/switch/switch.template.js.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.d.ts +18 -1
- package/dist/components/inputs/switch-field/switch-field.d.ts.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.js +25 -1
- package/dist/components/inputs/switch-field/switch-field.js.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.template.d.ts.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.template.js +2 -0
- package/dist/components/inputs/switch-field/switch-field.template.js.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.d.ts +14 -1
- package/dist/components/inputs/text-editor/text-editor.d.ts.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.js +21 -2
- package/dist/components/inputs/text-editor/text-editor.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.d.ts +31 -3
- package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.js +65 -7
- package/dist/components/inputs/text-field/text-field.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.template.js +5 -1
- package/dist/components/inputs/text-field/text-field.template.js.map +1 -1
- package/dist/components/inputs/time-field/time-field.d.ts +33 -35
- package/dist/components/inputs/time-field/time-field.d.ts.map +1 -1
- package/dist/components/inputs/time-field/time-field.js +43 -40
- package/dist/components/inputs/time-field/time-field.js.map +1 -1
- package/dist/components/inputs/time-field/time-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/time-field/time-field.styles.js +12 -0
- package/dist/components/inputs/time-field/time-field.styles.js.map +1 -1
- package/dist/components/inputs/time-field/time-field.template.d.ts.map +1 -1
- package/dist/components/inputs/time-field/time-field.template.js +7 -2
- package/dist/components/inputs/time-field/time-field.template.js.map +1 -1
- package/dist/components/inputs/time-picker/time-picker.d.ts +34 -19
- package/dist/components/inputs/time-picker/time-picker.d.ts.map +1 -1
- package/dist/components/inputs/time-picker/time-picker.js +42 -22
- package/dist/components/inputs/time-picker/time-picker.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.d.ts +22 -1
- package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.js +35 -2
- package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.template.js +3 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +27 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js +46 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -1
- package/dist/components/inputs/token-field/token-field.d.ts +7 -1
- package/dist/components/inputs/token-field/token-field.d.ts.map +1 -1
- package/dist/components/inputs/token-field/token-field.js +14 -1
- package/dist/components/inputs/token-field/token-field.js.map +1 -1
- package/dist/components/layout/app-view/app-view.d.ts.map +1 -1
- package/dist/components/layout/app-view/app-view.js +12 -0
- package/dist/components/layout/app-view/app-view.js.map +1 -1
- package/dist/components/layout/box/box.d.ts +4 -4
- package/dist/components/layout/box/box.d.ts.map +1 -1
- package/dist/components/layout/box/box.js +4 -4
- package/dist/components/layout/box/box.js.map +1 -1
- package/dist/components/layout/box/box.styles.d.ts.map +1 -1
- package/dist/components/layout/box/box.styles.js +4 -6
- package/dist/components/layout/box/box.styles.js.map +1 -1
- package/dist/components/layout/card/card.d.ts +18 -19
- package/dist/components/layout/card/card.d.ts.map +1 -1
- package/dist/components/layout/card/card.js +18 -19
- package/dist/components/layout/card/card.js.map +1 -1
- package/dist/components/layout/card/card.styles.d.ts.map +1 -1
- package/dist/components/layout/card/card.styles.js +1 -0
- package/dist/components/layout/card/card.styles.js.map +1 -1
- package/dist/components/layout/collection/collection.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.js +6 -2
- package/dist/components/layout/collection/collection.js.map +1 -1
- package/dist/components/layout/divider/divider.d.ts +1 -1
- package/dist/components/layout/divider/divider.js +1 -1
- package/dist/components/layout/popover/popover.d.ts +1 -1
- package/dist/components/layout/popover/popover.d.ts.map +1 -1
- package/dist/components/layout/popover/popover.js +15 -2
- package/dist/components/layout/popover/popover.js.map +1 -1
- package/dist/components/layout/sheet/sheet.d.ts +1 -1
- package/dist/components/layout/sheet/sheet.js +2 -2
- package/dist/components/layout/sheet/sheet.js.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.js +15 -3
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +8 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +29 -11
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -1
- package/dist/components/layout/window/window.d.ts +20 -21
- package/dist/components/layout/window/window.d.ts.map +1 -1
- package/dist/components/layout/window/window.js +21 -22
- package/dist/components/layout/window/window.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts +41 -12
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js +47 -17
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js +42 -13
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.js +12 -4
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.d.ts +168 -61
- package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.i18n.d.ts +0 -1
- package/dist/components/lists-and-tables/list/list.i18n.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.i18n.js +0 -1
- package/dist/components/lists-and-tables/list/list.i18n.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.js +361 -122
- package/dist/components/lists-and-tables/list/list.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.styles.js +5 -0
- package/dist/components/lists-and-tables/list/list.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.template.d.ts +1 -3
- package/dist/components/lists-and-tables/list/list.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.template.js +2 -7
- package/dist/components/lists-and-tables/list/list.template.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.d.ts +134 -23
- package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.js +354 -61
- package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.styles.js +116 -34
- package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.js +5 -2
- package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.d.ts +116 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.d.ts.map +1 -0
- package/dist/components/lists-and-tables/{list-item-action/list-item-action.js → list-item-segment/list-item-segment.js} +85 -56
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.js.map +1 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.d.ts +2 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.d.ts.map +1 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.js +179 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.styles.js.map +1 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.d.ts +3 -0
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.d.ts.map +1 -0
- package/dist/components/lists-and-tables/{list-item-action/list-item-action.template.js → list-item-segment/list-item-segment.template.js} +5 -4
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.template.js.map +1 -0
- package/dist/components/lists-and-tables/table/table.d.ts +12 -9
- package/dist/components/lists-and-tables/table/table.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.i18n.d.ts +0 -1
- package/dist/components/lists-and-tables/table/table.i18n.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.i18n.js +0 -1
- package/dist/components/lists-and-tables/table/table.i18n.js.map +1 -1
- package/dist/components/lists-and-tables/table/table.js +26 -16
- package/dist/components/lists-and-tables/table/table.js.map +1 -1
- package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.styles.js +5 -0
- package/dist/components/lists-and-tables/table/table.styles.js.map +1 -1
- package/dist/components/lists-and-tables/table/table.template.d.ts +1 -1
- package/dist/components/lists-and-tables/table/table.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.template.js +5 -9
- package/dist/components/lists-and-tables/table/table.template.js.map +1 -1
- package/dist/components/navigation/link/link.d.ts +30 -24
- package/dist/components/navigation/link/link.d.ts.map +1 -1
- package/dist/components/navigation/link/link.js +33 -24
- package/dist/components/navigation/link/link.js.map +1 -1
- package/dist/components/navigation/link/link.template.js +1 -1
- package/dist/components/navigation/link/link.template.js.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.d.ts +7 -7
- package/dist/components/navigation/menu-bar/menu-bar.js +7 -7
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +23 -23
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js +23 -23
- package/dist/components/navigation/pagination/pagination.d.ts +4 -4
- package/dist/components/navigation/pagination/pagination.js +4 -4
- package/dist/components/navigation/skip-link/skip-link.d.ts +7 -7
- package/dist/components/navigation/skip-link/skip-link.js +7 -7
- package/dist/components/navigation/tab-bar/tab-bar.d.ts +5 -3
- package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.js +18 -13
- package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.styles.js +8 -8
- package/dist/components/navigation/tab-bar/tab-bar.template.js +5 -5
- package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +15 -15
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +15 -15
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +14 -2
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
- package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +2 -2
- package/dist/components/navigation/top-title-bar/top-title-bar.js +2 -2
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +2 -2
- package/dist/components/status-and-feedback/badge/badge.d.ts +8 -2
- package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.js +17 -1
- package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.js +41 -10
- package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.template.js +1 -1
- package/dist/components/status-and-feedback/badge/badge.template.js.map +1 -1
- package/dist/components/status-and-feedback/banner/banner.styles.js +2 -2
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts +37 -36
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts.map +1 -1
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js +37 -36
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js +2 -2
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +7 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
- package/dist/components/status-and-feedback/notification/notification-region.js +1 -1
- package/dist/components/status-and-feedback/status-bar/status-bar.d.ts +29 -28
- package/dist/components/status-and-feedback/status-bar/status-bar.d.ts.map +1 -1
- package/dist/components/status-and-feedback/status-bar/status-bar.js +29 -28
- package/dist/components/status-and-feedback/status-bar/status-bar.js.map +1 -1
- package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.js +1 -1
- package/dist/components/{visibility-mixin-GxbwkBb1.js → visibility-mixin-vbfhyo7f.js} +1 -1
- package/dist/components/{with-translations-DzAdFTK8.js → with-translations-CqUV9S5g.js} +1 -1
- package/dist/css/form-section.css +28 -46
- package/dist/css/form.css +7 -13
- package/dist/css/rich-text.css +5 -5
- package/dist/css/variables.css +133 -8
- package/dist/nldd.min.js +1382 -875
- package/dist/types/vue.d.ts +530 -336
- package/dist/utilities/codemirror/codemirror-element.d.ts.map +1 -1
- package/dist/utilities/codemirror/codemirror-element.js +5 -0
- package/dist/utilities/codemirror/codemirror-element.js.map +1 -1
- package/dist/utilities/described-by-mixin.d.ts +49 -0
- package/dist/utilities/described-by-mixin.d.ts.map +1 -0
- package/dist/utilities/described-by-mixin.js +109 -0
- package/dist/utilities/described-by-mixin.js.map +1 -0
- package/dist/utilities/form-associated-mixin.d.ts +5 -0
- package/dist/utilities/form-associated-mixin.d.ts.map +1 -1
- package/dist/utilities/form-associated-mixin.js +69 -0
- package/dist/utilities/form-associated-mixin.js.map +1 -1
- package/dist/utilities/scroll-mode-controller.d.ts +9 -1
- package/dist/utilities/scroll-mode-controller.d.ts.map +1 -1
- package/dist/utilities/scroll-mode-controller.js +10 -2
- package/dist/utilities/scroll-mode-controller.js.map +1 -1
- package/package.json +21 -9
- package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts +0 -108
- package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.js.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts +0 -2
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js +0 -145
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts +0 -3
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts.map +0 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.js.map +0 -1
|
@@ -5,7 +5,7 @@ import '../../content/icon/icon.js';
|
|
|
5
5
|
import '../../actions/icon-button/icon-button.js';
|
|
6
6
|
export type ListDividers = 'always' | 'on-touch' | 'never';
|
|
7
7
|
export type ListVariant = 'simple' | 'box-tinted' | 'box-base';
|
|
8
|
-
export type ListType = 'list' | 'navigation' | 'listbox' | 'tree';
|
|
8
|
+
export type ListType = 'list' | 'navigation' | 'listbox' | 'tree' | 'form';
|
|
9
9
|
export interface NLDDReorderEventDetail {
|
|
10
10
|
fromIndex: number;
|
|
11
11
|
toIndex: number;
|
|
@@ -24,6 +24,16 @@ export interface NLDDReorderEventDetail {
|
|
|
24
24
|
* spacer-cell per level. Comes with its own keyboard, see "Tree" below.
|
|
25
25
|
* - `navigation` — host `role="navigation"`, items with `selected` get
|
|
26
26
|
* `aria-current="page"` on their inner `<a>` or `<button>`.
|
|
27
|
+
* - `form` — rows that are not actions themselves: the controls inside them
|
|
28
|
+
* are. A row of a label and a field, a switch, a menu button, or a value you
|
|
29
|
+
* cannot change at all. Semantically the same as `list` (`role="list"`,
|
|
30
|
+
* `role="listitem"`), and everything visual is unchanged; what falls away is
|
|
31
|
+
* the keyboard of a list you walk through. No arrow navigation, so no
|
|
32
|
+
* promise of it either, and no tab stop on the row: Tab goes straight to the
|
|
33
|
+
* controls, in source order, the way it does in any form. Rows that ARE
|
|
34
|
+
* actions (`href`, `button`, `checkbox`, or a segment) contradict that and
|
|
35
|
+
* warn in development. SwiftUI draws the same line between `List` and
|
|
36
|
+
* `Form`, for the same reason.
|
|
27
37
|
* - `listbox` — an accessible, filterable listbox (combobox pattern). The
|
|
28
38
|
* list renders its OWN search input (`role="combobox"`) pinned
|
|
29
39
|
* above the options; `.list__items` becomes `role="listbox"`
|
|
@@ -34,6 +44,39 @@ export interface NLDDReorderEventDetail {
|
|
|
34
44
|
*
|
|
35
45
|
* Selection state is consumer-managed: the list never mutates `selected` itself.
|
|
36
46
|
*
|
|
47
|
+
* ### Keyboard
|
|
48
|
+
*
|
|
49
|
+
* A list you walk through answers to the arrow keys, and there is no attribute to
|
|
50
|
+
* switch that on. Whether the keys do something is not a property of one list: it
|
|
51
|
+
* is what a reader may assume about all of them, and a per-list setting made that
|
|
52
|
+
* unknowable from the outside. It follows the type, which you can see before you
|
|
53
|
+
* touch a key.
|
|
54
|
+
*
|
|
55
|
+
* - ArrowUp / ArrowDown — move focus between the rows there is something to do
|
|
56
|
+
* with. A row of nothing but text is skipped, because focus that leads nowhere
|
|
57
|
+
* is a dead end.
|
|
58
|
+
* - Home / End — the first / last of those rows.
|
|
59
|
+
* - Tab — the list is ONE tab stop, so Tab moves past it rather than through it.
|
|
60
|
+
* Within the current row Tab walks that row's own controls: a chevron beside a
|
|
61
|
+
* checkbox, a menu button at the end. The same controls in the other rows are
|
|
62
|
+
* held out of the tab order (`tabindex="-1"`, or `no-tab` on a design-system
|
|
63
|
+
* control that keeps its tab stop in its own shadow root), and so are this
|
|
64
|
+
* row's once focus leaves the list, so tabbing back in lands on the row again.
|
|
65
|
+
* - Escape — out of a control the row holds, back onto the row. One level up,
|
|
66
|
+
* where Shift+Tab is one step back. On the row itself the list claims nothing,
|
|
67
|
+
* so Escape carries on to whatever holds the list, and a control showing a
|
|
68
|
+
* menu keeps the first press for closing that menu.
|
|
69
|
+
*
|
|
70
|
+
* While focus sits in a control a row holds, the list stands down: those keys
|
|
71
|
+
* are the control's, and a list that took them anyway would pull focus out of a
|
|
72
|
+
* combo box or a text field mid-word. What the row IS — its own link, button or
|
|
73
|
+
* segments — keeps answering here.
|
|
74
|
+
*
|
|
75
|
+
* Arrows move focus only; selection stays consumer-managed. Three types answer
|
|
76
|
+
* differently, and all three say so on screen before you touch a key: a listbox
|
|
77
|
+
* runs its keyboard from its search field, a reorderable list moves rows with the
|
|
78
|
+
* arrows, and a form has no rows to move between at all.
|
|
79
|
+
*
|
|
37
80
|
* ### Listbox
|
|
38
81
|
*
|
|
39
82
|
* In `type="listbox"` the list owns a native `<input role="combobox">` (mirroring
|
|
@@ -52,24 +95,23 @@ export interface NLDDReorderEventDetail {
|
|
|
52
95
|
* on the item, a highlight) is distinct from `selected`. Filtering is the
|
|
53
96
|
* consumer's job: listen to `input` (`{ detail: { value } }`) and toggle `[hidden]`
|
|
54
97
|
* on items; after the visible set changes the list resets the active option to the
|
|
55
|
-
* first visible one. `reorderable` and
|
|
56
|
-
* mode (listbox has its own keyboard).
|
|
98
|
+
* first visible one. `reorderable` and the roving arrow keys are ignored in
|
|
99
|
+
* listbox mode (listbox has its own keyboard).
|
|
57
100
|
*
|
|
58
101
|
* ### Tree
|
|
59
102
|
*
|
|
60
|
-
* A tree
|
|
61
|
-
*
|
|
62
|
-
* - ArrowDown / ArrowUp — move between the rows in the order they appear on
|
|
63
|
-
* screen, the rows of an open branch included.
|
|
64
|
-
* - Home / End — first / last row.
|
|
103
|
+
* A tree adds to that keyboard, and counts the rows of an open branch as part of
|
|
104
|
+
* the order the arrows walk:
|
|
65
105
|
* - ArrowRight — opens a closed branch; on an open one it steps to its first child.
|
|
66
106
|
* - ArrowLeft — closes an open branch; on a leaf it steps out to the parent row.
|
|
67
|
-
* - Enter
|
|
107
|
+
* - Enter — follows the row: its own link or button, or on a segmented branch the
|
|
108
|
+
* first action that is not the chevron. A branch with only a chevron folds instead.
|
|
109
|
+
* - Space — open and close, the same as Right and Left. Only while focus
|
|
68
110
|
* sits on the row itself: a row that is its own control, and a segmented
|
|
69
111
|
* action you tabbed into, handle both keys themselves.
|
|
70
112
|
*
|
|
71
113
|
* Opening and closing runs through the row's own disclosure control — the
|
|
72
|
-
*
|
|
114
|
+
* segment marked `disclosure`, or the row itself when it is a button.
|
|
73
115
|
* The list activates that control rather than writing `expanded`, so the state
|
|
74
116
|
* keeps being set in one place: the consumer's handler. A row that is a link is
|
|
75
117
|
* never activated this way, since that would navigate away.
|
|
@@ -99,20 +141,17 @@ export interface NLDDReorderEventDetail {
|
|
|
99
141
|
* @element nldd-list
|
|
100
142
|
*
|
|
101
143
|
* @attr {'simple'|'box-tinted'|'box-base'} variant - Visual style (default 'simple'): `simple` is a plain vertical strip with no chrome, the two `box` values a framed card with rounded corners, fill and inset border ring. `box-tinted` for a list on a plain page, `box-base` for one on an already-tinted parent (the border ring gets +2 palette steps so it still reads against a card-on-card)
|
|
102
|
-
* @attr {'list'|'navigation'|'listbox'|'tree'} type - A11y role and behavior (default 'list'). See the docblock above.
|
|
103
|
-
* @attr {boolean} reorderable - Enables drag-to-reorder and pushes `reorderable` onto the items. Only valid with `type="list"`;
|
|
144
|
+
* @attr {'list'|'navigation'|'listbox'|'tree'|'form'} type - A11y role and behavior (default 'list'). See the docblock above.
|
|
145
|
+
* @attr {boolean} reorderable - Enables drag-to-reorder and pushes `reorderable` onto the items. Only valid with `type="list"`; there the arrow keys move rows instead of focus.
|
|
104
146
|
* @attr {'always'|'on-touch'|'never'} dividers - When to draw the lines between the items (default 'always'). `on-touch` draws them only where the primary input is touch, under `(pointer: coarse)`: a pointer has the hover highlight to tell one row from the next and a finger has nothing, so the line earns its place in the one case and is clutter in the other. `never` hides them everywhere
|
|
105
|
-
* @attr {boolean} arrow-navigation - Roving-tabindex arrow-key navigation: ArrowUp/ArrowDown move focus between the rows, Home/End jump to first/last, and the list becomes a single tab stop. Implied by `type="tree"` (which adds ArrowLeft/ArrowRight, see above). Ignored when `reorderable` is active on a `type="list"`, and in listbox mode.
|
|
106
147
|
* @attr {string} height - Listbox only: caps the options' scroll region at this CSS length (e.g. '320px'). Unset means no cap.
|
|
107
|
-
* @attr {string} empty-text - Text for the default empty-state dialog (falls back to the Dutch i18n default). Ignored when `[slot=empty]` is filled.
|
|
108
|
-
* @attr {string} empty-supporting-text - Supporting text for the default empty-state dialog. Ignored when `[slot=empty]` is filled.
|
|
109
148
|
* @attr {string} accessible-label - Accessible name, forwarded to the list in `type="list"` and to the search field in `type="listbox"`. For `type="navigation"` set `aria-label` / `aria-labelledby` on the element itself. Falls back to the i18n default.
|
|
110
149
|
* @attr {object} translations - Override translation keys; unset keys fall back to Dutch
|
|
111
150
|
*
|
|
112
151
|
* @slot - List items (`nldd-list-item`)
|
|
113
152
|
* @slot toolbar - Controls below the search field (filters, sort, counts, view toggles). Available for every type; collapses when empty.
|
|
114
153
|
* @slot search-bar-end - Controls inline at the end of the search bar, beside the search field (e.g. a filter or options button). Listbox only; collapses when empty.
|
|
115
|
-
* @slot empty - Shown when no items are visible (all `[hidden]` or none).
|
|
154
|
+
* @slot empty - Shown when no items are visible (all `[hidden]` or none). Empty by default: what an empty list should say is the app's to write, so put an `nldd-inline-dialog` here. In `type="listbox"` it is suppressed while the search field is empty (no query yet), so the consumer can show just the search field or its own hint outside the list.
|
|
116
155
|
*
|
|
117
156
|
* @fires nldd-reorder - Reorderable `type="list"`: `{ fromIndex, toIndex }` on drop
|
|
118
157
|
* @fires input - `type="listbox"`: search value changed; `{ value }`. Toggle `[hidden]` on items to filter.
|
|
@@ -131,27 +170,6 @@ export declare class NLDDList extends LitElement {
|
|
|
131
170
|
* primary input is touch: a pointer has the hover highlight to tell one row
|
|
132
171
|
* from the next, and a finger has nothing. */
|
|
133
172
|
dividers: ListDividers;
|
|
134
|
-
/**
|
|
135
|
-
* Roving-tabindex arrow-key navigation. When set, ArrowUp/ArrowDown move focus
|
|
136
|
-
* between the (interactive) items, Home/End jump to the first/last, and the
|
|
137
|
-
* whole list becomes a single tab stop — so Tab moves past the rest instead of
|
|
138
|
-
* stepping through every item. Arrows move focus only; selection stays
|
|
139
|
-
* consumer-managed.
|
|
140
|
-
*
|
|
141
|
-
* Pragmatic by design: the `list`/`navigation` role is kept (no widget role).
|
|
142
|
-
* Use it only on **simple** lists where each item has a single action and no
|
|
143
|
-
* extra controls (a control in a `start`/`end` slot would not be reachable as
|
|
144
|
-
* its own tab stop). Mutually exclusive with `reorderable` (both use the arrow
|
|
145
|
-
* keys); when both are set, `reorderable` wins and this is ignored.
|
|
146
|
-
*
|
|
147
|
-
* Known a11y limitation: because the role stays `list`/`navigation` (not
|
|
148
|
-
* `listbox`/`menu`), screen readers do not auto-announce that the arrow keys
|
|
149
|
-
* navigate. As a best-effort signal the host carries
|
|
150
|
-
* `aria-keyshortcuts="ArrowUp ArrowDown Home End"` while active, but blind users
|
|
151
|
-
* may still not discover the feature — another reason to keep it to genuinely
|
|
152
|
-
* simple lists.
|
|
153
|
-
*/
|
|
154
|
-
arrowNavigation: boolean;
|
|
155
173
|
/**
|
|
156
174
|
* Only in `type="listbox"`: caps the options' scroll region at this CSS
|
|
157
175
|
* length (any value `CSS.supports('max-height', …)` accepts, e.g. "320px").
|
|
@@ -160,17 +178,6 @@ export declare class NLDDList extends LitElement {
|
|
|
160
178
|
* outside listbox mode.
|
|
161
179
|
*/
|
|
162
180
|
height: string;
|
|
163
|
-
/**
|
|
164
|
-
* Text for the default empty-state dialog. Falls back to the Dutch
|
|
165
|
-
* i18n default ("Geen items"). Ignored when consumers slot their
|
|
166
|
-
* own content into `[slot=empty]`.
|
|
167
|
-
*/
|
|
168
|
-
emptyText: string;
|
|
169
|
-
/**
|
|
170
|
-
* Optional supporting text for the default empty-state dialog.
|
|
171
|
-
* Ignored when consumers slot their own content into `[slot=empty]`.
|
|
172
|
-
*/
|
|
173
|
-
emptySupportingText: string;
|
|
174
181
|
/** Accessible name for the list, forwarded to the inner role: the list in
|
|
175
182
|
* `type=list`, the search field in `type=listbox`. For `type=navigation`,
|
|
176
183
|
* set `aria-label` / `aria-labelledby` on the element directly (it is a
|
|
@@ -207,6 +214,18 @@ export declare class NLDDList extends LitElement {
|
|
|
207
214
|
private _cloneOffsetY;
|
|
208
215
|
private _listRect;
|
|
209
216
|
private _itemsObserver;
|
|
217
|
+
/**
|
|
218
|
+
* What the first render needs to know, read before it happens.
|
|
219
|
+
*
|
|
220
|
+
* All three of these used to be set in `firstUpdated`, from the slots in the
|
|
221
|
+
* shadow root. Setting reactive state there asks for a second render the
|
|
222
|
+
* moment the first one finished, which Lit reports on every page as "an
|
|
223
|
+
* update scheduled after an update completed". The same three answers are in
|
|
224
|
+
* the light DOM, which is there before the first render, so they are read
|
|
225
|
+
* from the children instead. The slotchange listeners below keep them true
|
|
226
|
+
* afterwards, and by then a second render is what you actually want.
|
|
227
|
+
*/
|
|
228
|
+
willUpdate(changed: Map<string, unknown>): void;
|
|
210
229
|
firstUpdated(): void;
|
|
211
230
|
connectedCallback(): void;
|
|
212
231
|
disconnectedCallback(): void;
|
|
@@ -236,6 +255,18 @@ export declare class NLDDList extends LitElement {
|
|
|
236
255
|
* the list. */
|
|
237
256
|
private _applyItemContext;
|
|
238
257
|
private _updateEmpty;
|
|
258
|
+
/**
|
|
259
|
+
* A list with nothing in it and nothing to say about that.
|
|
260
|
+
*
|
|
261
|
+
* There is no default text any more, because what an empty list means is
|
|
262
|
+
* the app's to write and a house sentence was wrong more often than right.
|
|
263
|
+
* That leaves a real risk of a blank area with nothing in the accessibility
|
|
264
|
+
* tree either, so the list asks the person building it rather than
|
|
265
|
+
* answering for them. A listbox before you have typed is left alone: an
|
|
266
|
+
* empty search is not an empty list.
|
|
267
|
+
*/
|
|
268
|
+
private _warnSilentEmpty;
|
|
269
|
+
private _warnedSilentEmpty;
|
|
239
270
|
/** Every option needs a stable id for aria-activedescendant. Assign one to
|
|
240
271
|
* any item that lacks one (consumer-supplied ids win). */
|
|
241
272
|
private _ensureOptionId;
|
|
@@ -284,43 +315,119 @@ export declare class NLDDList extends LitElement {
|
|
|
284
315
|
* activates it by triggering its inner action; Escape clears the value.
|
|
285
316
|
*/
|
|
286
317
|
private _onSearchKeyDown;
|
|
287
|
-
/**
|
|
288
|
-
*
|
|
289
|
-
*
|
|
290
|
-
*
|
|
291
|
-
*
|
|
292
|
-
*
|
|
318
|
+
/**
|
|
319
|
+
* Every list answers to the arrow keys. There is no switch for it, on purpose:
|
|
320
|
+
* whether the keys do something is not a property of one list, it is what a
|
|
321
|
+
* reader may assume about all of them, and a per-list setting made that
|
|
322
|
+
* unknowable from the outside.
|
|
323
|
+
*
|
|
324
|
+
* Two lists answer differently, and you can see which before you touch a key:
|
|
325
|
+
* a listbox has a search field and runs its own keyboard from there, and a
|
|
326
|
+
* reorderable list uses the arrows to move rows. The guard checks
|
|
327
|
+
* `type === 'list'` because reorderable is inert without it, so there is no
|
|
328
|
+
* conflict to resolve.
|
|
329
|
+
*/
|
|
293
330
|
private get _arrowNavActive();
|
|
294
331
|
/** Interactive, painted rows — the roving stops, in the order they appear on
|
|
295
|
-
* screen.
|
|
332
|
+
* screen. Rows with nothing to operate and hidden ones are skipped.
|
|
296
333
|
* Painted, not top-level: in a tree the rows of an open branch sit between
|
|
297
334
|
* the branch and the next top-level row, and arrows have to walk them too. */
|
|
298
335
|
private _getInteractiveItems;
|
|
299
336
|
private _rovingScheduled;
|
|
337
|
+
private _warnedActionRowInForm;
|
|
338
|
+
/**
|
|
339
|
+
* Whether the control the Escape came from had a popover open when the key
|
|
340
|
+
* went down. Read on the way in, because a control closes its own menu in its
|
|
341
|
+
* own handler and does not stop the key: by the time this list sees it on the
|
|
342
|
+
* way out, the menu is already gone and one press would do two levels at once.
|
|
343
|
+
*/
|
|
344
|
+
private _popoverWasOpen;
|
|
345
|
+
private _onKeyDownCapture;
|
|
300
346
|
/** Push roving state onto the items, deferred to a microtask: _updateItems can
|
|
301
347
|
* run inside the update lifecycle (firstUpdated/updated), and setting the
|
|
302
348
|
* items' reactive state there would trip Lit's change-in-update warning.
|
|
303
|
-
* Coalesced so repeated item updates schedule it only once.
|
|
304
|
-
|
|
349
|
+
* Coalesced so repeated item updates schedule it only once.
|
|
350
|
+
*
|
|
351
|
+
* @internal Also called by a row whose content changed after the stops were
|
|
352
|
+
* picked. */
|
|
353
|
+
_updateRoving(): void;
|
|
305
354
|
/** Sets the arrow-navigation flag on all items and a single roving entry point
|
|
306
355
|
* (keep the current one if still valid, else the selected item, else the first
|
|
307
356
|
* interactive item). */
|
|
308
357
|
private _applyRoving;
|
|
309
358
|
private _setRovingActive;
|
|
310
359
|
private _onFocusIn;
|
|
360
|
+
/**
|
|
361
|
+
* Focus gone from the list: park everything but the row.
|
|
362
|
+
*
|
|
363
|
+
* The stops a row hands out to its controls last as long as the row is the
|
|
364
|
+
* current one, so without this they are still there after you tab away, and
|
|
365
|
+
* Shift+Tab back in lands inside the control you left rather than on the row.
|
|
366
|
+
* A roving list is one stop from the outside; what is inside opens up once
|
|
367
|
+
* you are in. _onFocusIn puts them back.
|
|
368
|
+
*
|
|
369
|
+
* Deferred: focus moving between two controls of the same row fires focusout
|
|
370
|
+
* before focusin, and `relatedTarget` is retargeted at a shadow boundary, so
|
|
371
|
+
* the only reliable answer to "did focus leave" is the one you get after it
|
|
372
|
+
* has landed.
|
|
373
|
+
*/
|
|
374
|
+
private _onFocusOut;
|
|
375
|
+
/** Whether focus is anywhere in this list, shadow boundaries included. */
|
|
376
|
+
private _containsFocus;
|
|
377
|
+
/** The row an event came from, and the control of that row it started in. */
|
|
378
|
+
private _origin;
|
|
311
379
|
private _onArrowNav;
|
|
380
|
+
/**
|
|
381
|
+
* Escape: out of a control, back onto the row that holds it.
|
|
382
|
+
*
|
|
383
|
+
* One level up, not one step back. Shift+Tab retraces the order and lands on
|
|
384
|
+
* whatever came before, which is the row only from the first control of a
|
|
385
|
+
* row; from the second it is the first. This is the move that works wherever
|
|
386
|
+
* you are in the row, and it puts the arrow keys back in reach.
|
|
387
|
+
*
|
|
388
|
+
* It claims Escape at exactly this one level. On the row it claims nothing,
|
|
389
|
+
* so Escape carries on to whatever holds the list — a sheet, a dialog, or
|
|
390
|
+
* nothing at all. And a control showing a popover keeps it: that menu is the
|
|
391
|
+
* topmost thing you opened, so it is what the first Escape closes.
|
|
392
|
+
*/
|
|
393
|
+
private _onEscape;
|
|
312
394
|
/** Tree only: Right opens a closed branch and steps into an open one, Left
|
|
313
395
|
* closes an open branch and steps out of a leaf. Opening and closing runs
|
|
314
396
|
* through the row's own disclosure control, so `expanded` keeps being
|
|
315
397
|
* written in one place — the consumer's handler. */
|
|
316
398
|
private _onTreeHorizontal;
|
|
317
|
-
/**
|
|
318
|
-
*
|
|
319
|
-
*
|
|
320
|
-
*
|
|
399
|
+
/**
|
|
400
|
+
* Tree only, and only while focus sits on the row ITSELF: a row that is its
|
|
401
|
+
* own control, and a segment you tabbed into, handle both keys
|
|
402
|
+
* natively, and acting here as well would fire twice.
|
|
403
|
+
*
|
|
404
|
+
* Enter does what the row is for — it follows the row's own link or button,
|
|
405
|
+
* or on a branch cut into segments the first one that is not the chevron.
|
|
406
|
+
* Space folds, the same thing Right and Left do, because a chevron is a
|
|
407
|
+
* button and Space is what a button answers to. A branch with nothing but a
|
|
408
|
+
* chevron takes Enter for folding too, so the key is never dead.
|
|
409
|
+
*/
|
|
321
410
|
private _onTreeActivate;
|
|
322
411
|
private _moveRovingTo;
|
|
323
412
|
private _warnArrowNav;
|
|
413
|
+
/** Reported once per element: a list that gains rows would otherwise repeat
|
|
414
|
+
* the same line on every change. */
|
|
415
|
+
private readonly _warnedUnmanaged;
|
|
416
|
+
private _unmanagedWarnScheduled;
|
|
417
|
+
/**
|
|
418
|
+
* A control the row cannot reach: a custom element that keeps its tab stop in
|
|
419
|
+
* its own shadow root and has no `no-tab` to close it. Such a control stays a
|
|
420
|
+
* tab stop in EVERY row, which is exactly what the roving promises it is not,
|
|
421
|
+
* and the row does not even count as a stop for the arrow keys.
|
|
422
|
+
*
|
|
423
|
+
* Deferred, and re-run whenever the rows change. A slotted custom element has
|
|
424
|
+
* its shadow root the moment it connects, but Lit renders the content on the
|
|
425
|
+
* first update, so a check that runs in `firstUpdated` looks into an empty
|
|
426
|
+
* shadow root and finds nothing to warn about. Waiting for the element to be
|
|
427
|
+
* defined is not enough either: it has to have rendered.
|
|
428
|
+
*/
|
|
429
|
+
private _warnUnmanagedControls;
|
|
430
|
+
private _hiddenWithin;
|
|
324
431
|
private _onPointerDown;
|
|
325
432
|
private _lastPointerY;
|
|
326
433
|
private _onPointerMove;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-tables/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAOjC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,0DAA0D,CAAC;AAClE,OAAO,4BAA4B,CAAC;AACpC,OAAO,0CAA0C,CAAC;AAElD,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAC;AAE3D,MAAM,MAAM,WAAW,GAAG,QAAQ,GAAG,YAAY,GAAG,UAAU,CAAC;AAC/D,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,YAAY,GAAG,SAAS,GAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-tables/list/list.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export declare const nlddListTranslations: {
|
|
2
2
|
'components.list.items-accessible-label': string;
|
|
3
3
|
'components.list.navigation-accessible-label': string;
|
|
4
|
-
'components.list.empty-text': string;
|
|
5
4
|
'components.list.arrow-navigation-description-text': string;
|
|
6
5
|
'components.list.search-placeholder-label': string;
|
|
7
6
|
'components.list.search-clear-action': string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.i18n.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-tables/list/list.i18n.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"list.i18n.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-tables/list/list.i18n.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;;;;;;;;CAUhC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export const nlddListTranslations = {
|
|
2
2
|
'components.list.items-accessible-label': 'Lijst',
|
|
3
3
|
'components.list.navigation-accessible-label': 'Navigatie',
|
|
4
|
-
'components.list.empty-text': 'Geen items',
|
|
5
4
|
'components.list.arrow-navigation-description-text': 'Gebruik de pijltjestoetsen om door de lijst te navigeren.',
|
|
6
5
|
'components.list.search-placeholder-label': 'Zoeken',
|
|
7
6
|
'components.list.search-clear-action': 'Wis zoekopdracht',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.i18n.js","sourceRoot":"","sources":["../../../../src/components/lists-and-tables/list/list.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IACnC,wCAAwC,EAAE,OAAO;IACjD,6CAA6C,EAAE,WAAW;IAC1D,
|
|
1
|
+
{"version":3,"file":"list.i18n.js","sourceRoot":"","sources":["../../../../src/components/lists-and-tables/list/list.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IACnC,wCAAwC,EAAE,OAAO;IACjD,6CAA6C,EAAE,WAAW;IAC1D,mDAAmD,EAAE,2DAA2D;IAChH,0CAA0C,EAAE,QAAQ;IACpD,qCAAqC,EAAE,kBAAkB;IACzD,oCAAoC,EAAE,0CAA0C;IAChF,sCAAsC,EAAE,uCAAuC;IAC/E,wCAAwC,EAAE,sCAAsC;IAChF,uCAAuC,EAAE,qBAAqB;CAC9D,CAAC"}
|