@ni/fast-foundation 0.0.2
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 +58 -0
- package/dist/dts/accordion/accordion.d.ts +65 -0
- package/dist/dts/accordion/accordion.template.d.ts +8 -0
- package/dist/dts/accordion/index.d.ts +2 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +76 -0
- package/dist/dts/accordion-item/accordion-item.template.d.ts +8 -0
- package/dist/dts/accordion-item/index.d.ts +2 -0
- package/dist/dts/anchor/anchor.d.ts +128 -0
- package/dist/dts/anchor/anchor.template.d.ts +8 -0
- package/dist/dts/anchor/index.d.ts +2 -0
- package/dist/dts/anchored-region/anchored-region-config.d.ts +117 -0
- package/dist/dts/anchored-region/anchored-region.d.ts +389 -0
- package/dist/dts/anchored-region/anchored-region.template.d.ts +8 -0
- package/dist/dts/anchored-region/index.d.ts +3 -0
- package/dist/dts/avatar/avatar.d.ts +62 -0
- package/dist/dts/avatar/avatar.template.d.ts +8 -0
- package/dist/dts/avatar/index.d.ts +2 -0
- package/dist/dts/badge/badge.d.ts +36 -0
- package/dist/dts/badge/badge.template.d.ts +8 -0
- package/dist/dts/badge/index.d.ts +2 -0
- package/dist/dts/breadcrumb/breadcrumb.d.ts +27 -0
- package/dist/dts/breadcrumb/breadcrumb.template.d.ts +8 -0
- package/dist/dts/breadcrumb/index.d.ts +2 -0
- package/dist/dts/breadcrumb-item/breadcrumb-item.d.ts +36 -0
- package/dist/dts/breadcrumb-item/breadcrumb-item.template.d.ts +8 -0
- package/dist/dts/breadcrumb-item/index.d.ts +2 -0
- package/dist/dts/button/button.d.ts +167 -0
- package/dist/dts/button/button.form-associated.d.ts +16 -0
- package/dist/dts/button/button.template.d.ts +8 -0
- package/dist/dts/button/index.d.ts +2 -0
- package/dist/dts/calendar/calendar.d.ts +178 -0
- package/dist/dts/calendar/calendar.template.d.ts +58 -0
- package/dist/dts/calendar/date-formatter.d.ts +124 -0
- package/dist/dts/calendar/index.d.ts +3 -0
- package/dist/dts/card/card.d.ts +10 -0
- package/dist/dts/card/card.template.d.ts +8 -0
- package/dist/dts/card/index.d.ts +2 -0
- package/dist/dts/checkbox/checkbox.d.ts +58 -0
- package/dist/dts/checkbox/checkbox.form-associated.d.ts +16 -0
- package/dist/dts/checkbox/checkbox.template.d.ts +8 -0
- package/dist/dts/checkbox/index.d.ts +2 -0
- package/dist/dts/combobox/combobox.d.ts +341 -0
- package/dist/dts/combobox/combobox.form-associated.d.ts +16 -0
- package/dist/dts/combobox/combobox.options.d.ts +15 -0
- package/dist/dts/combobox/combobox.template.d.ts +8 -0
- package/dist/dts/combobox/index.d.ts +3 -0
- package/dist/dts/data-grid/data-grid-cell.d.ts +62 -0
- package/dist/dts/data-grid/data-grid-cell.template.d.ts +9 -0
- package/dist/dts/data-grid/data-grid-row.d.ts +119 -0
- package/dist/dts/data-grid/data-grid-row.template.d.ts +10 -0
- package/dist/dts/data-grid/data-grid.d.ts +218 -0
- package/dist/dts/data-grid/data-grid.options.d.ts +49 -0
- package/dist/dts/data-grid/data-grid.template.d.ts +10 -0
- package/dist/dts/data-grid/index.d.ts +6 -0
- package/dist/dts/design-system/component-presentation.d.ts +66 -0
- package/dist/dts/design-system/design-system.d.ts +104 -0
- package/dist/dts/design-system/index.d.ts +3 -0
- package/dist/dts/design-system/registration-context.d.ts +106 -0
- package/dist/dts/design-token/custom-property-manager.d.ts +35 -0
- package/dist/dts/design-token/design-token.d.ts +139 -0
- package/dist/dts/design-token/interfaces.d.ts +31 -0
- package/dist/dts/di/di.d.ts +858 -0
- package/dist/dts/di/index.d.ts +1 -0
- package/dist/dts/dialog/dialog.d.ts +153 -0
- package/dist/dts/dialog/dialog.template.d.ts +8 -0
- package/dist/dts/dialog/index.d.ts +2 -0
- package/dist/dts/directives/reflect-attributes.d.ts +18 -0
- package/dist/dts/disclosure/disclosure.d.ts +59 -0
- package/dist/dts/disclosure/disclosure.template.d.ts +8 -0
- package/dist/dts/disclosure/index.d.ts +2 -0
- package/dist/dts/divider/divider.d.ts +28 -0
- package/dist/dts/divider/divider.options.d.ts +19 -0
- package/dist/dts/divider/divider.template.d.ts +8 -0
- package/dist/dts/divider/index.d.ts +2 -0
- package/dist/dts/flipper/flipper.d.ts +57 -0
- package/dist/dts/flipper/flipper.options.d.ts +13 -0
- package/dist/dts/flipper/flipper.template.d.ts +8 -0
- package/dist/dts/flipper/index.d.ts +2 -0
- package/dist/dts/form-associated/form-associated.d.ts +177 -0
- package/dist/dts/form-associated/index.d.ts +1 -0
- package/dist/dts/foundation-element/foundation-element.d.ts +120 -0
- package/dist/dts/foundation-element/index.d.ts +1 -0
- package/dist/dts/horizontal-scroll/horizontal-scroll.d.ts +242 -0
- package/dist/dts/horizontal-scroll/horizontal-scroll.template.d.ts +7 -0
- package/dist/dts/horizontal-scroll/index.d.ts +2 -0
- package/dist/dts/index-rollup.d.ts +2 -0
- package/dist/dts/index.d.ts +53 -0
- package/dist/dts/interfaces.d.ts +4 -0
- package/dist/dts/listbox/index.d.ts +3 -0
- package/dist/dts/listbox/listbox.d.ts +314 -0
- package/dist/dts/listbox/listbox.element.d.ts +223 -0
- package/dist/dts/listbox/listbox.template.d.ts +8 -0
- package/dist/dts/listbox-option/index.d.ts +2 -0
- package/dist/dts/listbox-option/listbox-option.d.ts +176 -0
- package/dist/dts/listbox-option/listbox-option.template.d.ts +8 -0
- package/dist/dts/menu/index.d.ts +2 -0
- package/dist/dts/menu/menu.d.ts +78 -0
- package/dist/dts/menu/menu.template.d.ts +8 -0
- package/dist/dts/menu-item/index.d.ts +2 -0
- package/dist/dts/menu-item/menu-item.d.ts +160 -0
- package/dist/dts/menu-item/menu-item.options.d.ts +29 -0
- package/dist/dts/menu-item/menu-item.template.d.ts +10 -0
- package/dist/dts/number-field/index.d.ts +2 -0
- package/dist/dts/number-field/number-field.d.ts +227 -0
- package/dist/dts/number-field/number-field.form-associated.d.ts +16 -0
- package/dist/dts/number-field/number-field.template.d.ts +8 -0
- package/dist/dts/patterns/aria-global.d.ts +189 -0
- package/dist/dts/patterns/index.d.ts +2 -0
- package/dist/dts/patterns/start-end.d.ts +65 -0
- package/dist/dts/picker/index.d.ts +10 -0
- package/dist/dts/picker/picker-list-item.d.ts +38 -0
- package/dist/dts/picker/picker-list-item.template.d.ts +8 -0
- package/dist/dts/picker/picker-list.d.ts +8 -0
- package/dist/dts/picker/picker-list.template.d.ts +8 -0
- package/dist/dts/picker/picker-menu-option.d.ts +37 -0
- package/dist/dts/picker/picker-menu-option.template.d.ts +8 -0
- package/dist/dts/picker/picker-menu.d.ts +46 -0
- package/dist/dts/picker/picker-menu.template.d.ts +8 -0
- package/dist/dts/picker/picker.d.ts +390 -0
- package/dist/dts/picker/picker.form-associated.d.ts +16 -0
- package/dist/dts/picker/picker.template.d.ts +8 -0
- package/dist/dts/progress/base-progress.d.ts +71 -0
- package/dist/dts/progress/index.d.ts +2 -0
- package/dist/dts/progress/progress.template.d.ts +8 -0
- package/dist/dts/progress-ring/index.d.ts +1 -0
- package/dist/dts/progress-ring/progress-ring.template.d.ts +8 -0
- package/dist/dts/radio/index.d.ts +2 -0
- package/dist/dts/radio/radio.d.ts +70 -0
- package/dist/dts/radio/radio.form-associated.d.ts +16 -0
- package/dist/dts/radio/radio.template.d.ts +8 -0
- package/dist/dts/radio-group/index.d.ts +2 -0
- package/dist/dts/radio-group/radio-group.d.ts +101 -0
- package/dist/dts/radio-group/radio-group.template.d.ts +8 -0
- package/dist/dts/search/index.d.ts +2 -0
- package/dist/dts/search/search.d.ts +162 -0
- package/dist/dts/search/search.form-associated.d.ts +16 -0
- package/dist/dts/search/search.template.d.ts +8 -0
- package/dist/dts/select/index.d.ts +3 -0
- package/dist/dts/select/select.d.ts +289 -0
- package/dist/dts/select/select.form-associated.d.ts +16 -0
- package/dist/dts/select/select.options.d.ts +13 -0
- package/dist/dts/select/select.template.d.ts +8 -0
- package/dist/dts/skeleton/index.d.ts +2 -0
- package/dist/dts/skeleton/skeleton.d.ts +47 -0
- package/dist/dts/skeleton/skeleton.template.d.ts +8 -0
- package/dist/dts/slider/index.d.ts +2 -0
- package/dist/dts/slider/slider-utilities.d.ts +5 -0
- package/dist/dts/slider/slider.d.ts +230 -0
- package/dist/dts/slider/slider.form-associated.d.ts +16 -0
- package/dist/dts/slider/slider.template.d.ts +8 -0
- package/dist/dts/slider-label/index.d.ts +2 -0
- package/dist/dts/slider-label/slider-label.d.ts +81 -0
- package/dist/dts/slider-label/slider-label.template.d.ts +8 -0
- package/dist/dts/switch/index.d.ts +2 -0
- package/dist/dts/switch/switch.d.ts +60 -0
- package/dist/dts/switch/switch.form-associated.d.ts +16 -0
- package/dist/dts/switch/switch.template.d.ts +8 -0
- package/dist/dts/tab/index.d.ts +2 -0
- package/dist/dts/tab/tab.d.ts +17 -0
- package/dist/dts/tab/tab.template.d.ts +8 -0
- package/dist/dts/tab-panel/index.d.ts +2 -0
- package/dist/dts/tab-panel/tab-panel.d.ts +10 -0
- package/dist/dts/tab-panel/tab-panel.template.d.ts +8 -0
- package/dist/dts/tabs/index.d.ts +2 -0
- package/dist/dts/tabs/tabs.d.ts +140 -0
- package/dist/dts/tabs/tabs.template.d.ts +8 -0
- package/dist/dts/test-utilities/fixture.d.ts +89 -0
- package/dist/dts/test-utilities/timeout.d.ts +4 -0
- package/dist/dts/text-area/index.d.ts +2 -0
- package/dist/dts/text-area/text-area.d.ts +149 -0
- package/dist/dts/text-area/text-area.form-associated.d.ts +16 -0
- package/dist/dts/text-area/text-area.options.d.ts +27 -0
- package/dist/dts/text-area/text-area.template.d.ts +8 -0
- package/dist/dts/text-field/index.d.ts +2 -0
- package/dist/dts/text-field/text-field.d.ts +166 -0
- package/dist/dts/text-field/text-field.form-associated.d.ts +16 -0
- package/dist/dts/text-field/text-field.options.d.ts +31 -0
- package/dist/dts/text-field/text-field.template.d.ts +8 -0
- package/dist/dts/toolbar/index.d.ts +2 -0
- package/dist/dts/toolbar/toolbar.d.ts +167 -0
- package/dist/dts/toolbar/toolbar.template.d.ts +9 -0
- package/dist/dts/tooltip/index.d.ts +2 -0
- package/dist/dts/tooltip/tooltip.d.ts +239 -0
- package/dist/dts/tooltip/tooltip.options.d.ts +69 -0
- package/dist/dts/tooltip/tooltip.template.d.ts +8 -0
- package/dist/dts/tree-item/index.d.ts +2 -0
- package/dist/dts/tree-item/tree-item.d.ts +141 -0
- package/dist/dts/tree-item/tree-item.template.d.ts +8 -0
- package/dist/dts/tree-view/index.d.ts +2 -0
- package/dist/dts/tree-view/tree-view.d.ts +99 -0
- package/dist/dts/tree-view/tree-view.template.d.ts +8 -0
- package/dist/dts/utilities/apply-mixins.d.ts +6 -0
- package/dist/dts/utilities/composed-contains.d.ts +12 -0
- package/dist/dts/utilities/composed-parent.d.ts +10 -0
- package/dist/dts/utilities/direction.d.ts +7 -0
- package/dist/dts/utilities/index.d.ts +8 -0
- package/dist/dts/utilities/intersection-service.d.ts +30 -0
- package/dist/dts/utilities/match-media-stylesheet-behavior.d.ts +124 -0
- package/dist/dts/utilities/property-stylesheet-behavior.d.ts +38 -0
- package/dist/dts/utilities/resize-observer.d.ts +31 -0
- package/dist/dts/utilities/root-active-element.d.ts +1 -0
- package/dist/dts/utilities/style/disabled.d.ts +5 -0
- package/dist/dts/utilities/style/display.d.ts +17 -0
- package/dist/dts/utilities/style/focus.d.ts +8 -0
- package/dist/dts/utilities/style/index.d.ts +3 -0
- package/dist/dts/utilities/whitespace-filter.d.ts +9 -0
- package/dist/esm/accordion/accordion.js +185 -0
- package/dist/esm/accordion/accordion.template.js +11 -0
- package/dist/esm/accordion/index.js +2 -0
- package/dist/esm/accordion-item/accordion-item.js +72 -0
- package/dist/esm/accordion-item/accordion-item.template.js +49 -0
- package/dist/esm/accordion-item/index.js +2 -0
- package/dist/esm/anchor/anchor.js +85 -0
- package/dist/esm/anchor/anchor.template.js +47 -0
- package/dist/esm/anchor/index.js +2 -0
- package/dist/esm/anchored-region/anchored-region-config.js +59 -0
- package/dist/esm/anchored-region/anchored-region.js +964 -0
- package/dist/esm/anchored-region/anchored-region.template.js +12 -0
- package/dist/esm/anchored-region/index.js +3 -0
- package/dist/esm/avatar/avatar.js +39 -0
- package/dist/esm/avatar/avatar.template.js +23 -0
- package/dist/esm/avatar/index.js +2 -0
- package/dist/esm/badge/badge.js +40 -0
- package/dist/esm/badge/badge.template.js +12 -0
- package/dist/esm/badge/index.js +2 -0
- package/dist/esm/breadcrumb/breadcrumb.js +70 -0
- package/dist/esm/breadcrumb/breadcrumb.template.js +14 -0
- package/dist/esm/breadcrumb/index.js +2 -0
- package/dist/esm/breadcrumb-item/breadcrumb-item.js +23 -0
- package/dist/esm/breadcrumb-item/breadcrumb-item.template.js +24 -0
- package/dist/esm/breadcrumb-item/index.js +2 -0
- package/dist/esm/button/button.form-associated.js +15 -0
- package/dist/esm/button/button.js +183 -0
- package/dist/esm/button/button.template.js +51 -0
- package/dist/esm/button/index.js +2 -0
- package/dist/esm/calendar/calendar.js +280 -0
- package/dist/esm/calendar/calendar.template.js +191 -0
- package/dist/esm/calendar/date-formatter.js +144 -0
- package/dist/esm/calendar/index.js +3 -0
- package/dist/esm/card/card.js +10 -0
- package/dist/esm/card/card.template.js +8 -0
- package/dist/esm/card/index.js +2 -0
- package/dist/esm/checkbox/checkbox.form-associated.js +15 -0
- package/dist/esm/checkbox/checkbox.js +75 -0
- package/dist/esm/checkbox/checkbox.template.js +35 -0
- package/dist/esm/checkbox/index.js +2 -0
- package/dist/esm/combobox/combobox.form-associated.js +15 -0
- package/dist/esm/combobox/combobox.js +587 -0
- package/dist/esm/combobox/combobox.options.js +10 -0
- package/dist/esm/combobox/combobox.template.js +66 -0
- package/dist/esm/combobox/index.js +3 -0
- package/dist/esm/data-grid/data-grid-cell.js +229 -0
- package/dist/esm/data-grid/data-grid-cell.template.js +23 -0
- package/dist/esm/data-grid/data-grid-row.js +203 -0
- package/dist/esm/data-grid/data-grid-row.template.js +47 -0
- package/dist/esm/data-grid/data-grid.js +440 -0
- package/dist/esm/data-grid/data-grid.options.js +31 -0
- package/dist/esm/data-grid/data-grid.template.js +36 -0
- package/dist/esm/data-grid/index.js +6 -0
- package/dist/esm/design-system/component-presentation.js +86 -0
- package/dist/esm/design-system/design-system.js +207 -0
- package/dist/esm/design-system/index.js +3 -0
- package/dist/esm/design-system/registration-context.js +1 -0
- package/dist/esm/design-token/custom-property-manager.js +216 -0
- package/dist/esm/design-token/design-token.js +657 -0
- package/dist/esm/design-token/interfaces.js +1 -0
- package/dist/esm/di/di.js +1341 -0
- package/dist/esm/di/index.js +1 -0
- package/dist/esm/dialog/dialog.js +280 -0
- package/dist/esm/dialog/dialog.template.js +30 -0
- package/dist/esm/dialog/index.js +2 -0
- package/dist/esm/directives/reflect-attributes.js +88 -0
- package/dist/esm/disclosure/disclosure.js +72 -0
- package/dist/esm/disclosure/disclosure.template.js +20 -0
- package/dist/esm/disclosure/index.js +2 -0
- package/dist/esm/divider/divider.js +39 -0
- package/dist/esm/divider/divider.options.js +14 -0
- package/dist/esm/divider/divider.template.js +8 -0
- package/dist/esm/divider/index.js +2 -0
- package/dist/esm/flipper/flipper.js +65 -0
- package/dist/esm/flipper/flipper.options.js +8 -0
- package/dist/esm/flipper/flipper.template.js +30 -0
- package/dist/esm/flipper/index.js +2 -0
- package/dist/esm/form-associated/form-associated.js +464 -0
- package/dist/esm/form-associated/index.js +1 -0
- package/dist/esm/foundation-element/foundation-element.js +132 -0
- package/dist/esm/foundation-element/index.js +1 -0
- package/dist/esm/horizontal-scroll/horizontal-scroll.js +380 -0
- package/dist/esm/horizontal-scroll/horizontal-scroll.template.js +62 -0
- package/dist/esm/horizontal-scroll/index.js +2 -0
- package/dist/esm/index-rollup.js +2 -0
- package/dist/esm/index.js +54 -0
- package/dist/esm/interfaces.js +1 -0
- package/dist/esm/listbox/index.js +3 -0
- package/dist/esm/listbox/listbox.element.js +448 -0
- package/dist/esm/listbox/listbox.js +528 -0
- package/dist/esm/listbox/listbox.template.js +27 -0
- package/dist/esm/listbox-option/index.js +2 -0
- package/dist/esm/listbox-option/listbox-option.js +200 -0
- package/dist/esm/listbox-option/listbox-option.template.js +25 -0
- package/dist/esm/menu/index.js +2 -0
- package/dist/esm/menu/menu.js +290 -0
- package/dist/esm/menu/menu.template.js +15 -0
- package/dist/esm/menu-item/index.js +2 -0
- package/dist/esm/menu-item/menu-item.js +251 -0
- package/dist/esm/menu-item/menu-item.options.js +26 -0
- package/dist/esm/menu-item/menu-item.template.js +78 -0
- package/dist/esm/number-field/index.js +2 -0
- package/dist/esm/number-field/number-field.form-associated.js +15 -0
- package/dist/esm/number-field/number-field.js +288 -0
- package/dist/esm/number-field/number-field.template.js +84 -0
- package/dist/esm/patterns/aria-global.js +70 -0
- package/dist/esm/patterns/index.js +2 -0
- package/dist/esm/patterns/start-end.js +84 -0
- package/dist/esm/picker/index.js +10 -0
- package/dist/esm/picker/picker-list-item.js +71 -0
- package/dist/esm/picker/picker-list-item.template.js +17 -0
- package/dist/esm/picker/picker-list.js +8 -0
- package/dist/esm/picker/picker-list.template.js +13 -0
- package/dist/esm/picker/picker-menu-option.js +61 -0
- package/dist/esm/picker/picker-menu-option.template.js +16 -0
- package/dist/esm/picker/picker-menu.js +59 -0
- package/dist/esm/picker/picker-menu.template.js +29 -0
- package/dist/esm/picker/picker.form-associated.js +15 -0
- package/dist/esm/picker/picker.js +759 -0
- package/dist/esm/picker/picker.template.js +97 -0
- package/dist/esm/progress/base-progress.js +69 -0
- package/dist/esm/progress/index.js +2 -0
- package/dist/esm/progress/progress.template.js +31 -0
- package/dist/esm/progress-ring/index.js +1 -0
- package/dist/esm/progress-ring/progress-ring.template.js +45 -0
- package/dist/esm/radio/index.js +2 -0
- package/dist/esm/radio/radio.form-associated.js +15 -0
- package/dist/esm/radio/radio.js +108 -0
- package/dist/esm/radio/radio.template.js +31 -0
- package/dist/esm/radio-group/index.js +2 -0
- package/dist/esm/radio-group/radio-group.js +390 -0
- package/dist/esm/radio-group/radio-group.template.js +29 -0
- package/dist/esm/search/index.js +2 -0
- package/dist/esm/search/search.form-associated.js +15 -0
- package/dist/esm/search/search.js +157 -0
- package/dist/esm/search/search.template.js +93 -0
- package/dist/esm/select/index.js +3 -0
- package/dist/esm/select/select.form-associated.js +15 -0
- package/dist/esm/select/select.js +490 -0
- package/dist/esm/select/select.options.js +8 -0
- package/dist/esm/select/select.template.js +72 -0
- package/dist/esm/skeleton/index.js +2 -0
- package/dist/esm/skeleton/skeleton.js +35 -0
- package/dist/esm/skeleton/skeleton.template.js +20 -0
- package/dist/esm/slider/index.js +2 -0
- package/dist/esm/slider/slider-utilities.js +11 -0
- package/dist/esm/slider/slider.form-associated.js +15 -0
- package/dist/esm/slider/slider.js +452 -0
- package/dist/esm/slider/slider.template.js +40 -0
- package/dist/esm/slider-label/index.js +2 -0
- package/dist/esm/slider-label/slider-label.js +158 -0
- package/dist/esm/slider-label/slider-label.template.js +24 -0
- package/dist/esm/switch/index.js +2 -0
- package/dist/esm/switch/switch.form-associated.js +15 -0
- package/dist/esm/switch/switch.js +79 -0
- package/dist/esm/switch/switch.template.js +37 -0
- package/dist/esm/tab/index.js +2 -0
- package/dist/esm/tab/tab.js +15 -0
- package/dist/esm/tab/tab.template.js +10 -0
- package/dist/esm/tab-panel/index.js +2 -0
- package/dist/esm/tab-panel/tab-panel.js +10 -0
- package/dist/esm/tab-panel/tab-panel.template.js +10 -0
- package/dist/esm/tabs/index.js +2 -0
- package/dist/esm/tabs/tabs.js +375 -0
- package/dist/esm/tabs/tabs.template.js +26 -0
- package/dist/esm/test-utilities/fixture.js +90 -0
- package/dist/esm/test-utilities/timeout.js +13 -0
- package/dist/esm/text-area/index.js +2 -0
- package/dist/esm/text-area/text-area.form-associated.js +15 -0
- package/dist/esm/text-area/text-area.js +146 -0
- package/dist/esm/text-area/text-area.options.js +22 -0
- package/dist/esm/text-area/text-area.template.js +64 -0
- package/dist/esm/text-field/index.js +2 -0
- package/dist/esm/text-field/text-field.form-associated.js +15 -0
- package/dist/esm/text-field/text-field.js +183 -0
- package/dist/esm/text-field/text-field.options.js +26 -0
- package/dist/esm/text-field/text-field.template.js +70 -0
- package/dist/esm/toolbar/index.js +2 -0
- package/dist/esm/toolbar/toolbar.js +271 -0
- package/dist/esm/toolbar/toolbar.template.js +37 -0
- package/dist/esm/tooltip/index.js +2 -0
- package/dist/esm/tooltip/tooltip.js +512 -0
- package/dist/esm/tooltip/tooltip.options.js +63 -0
- package/dist/esm/tooltip/tooltip.template.js +32 -0
- package/dist/esm/tree-item/index.js +2 -0
- package/dist/esm/tree-item/tree-item.js +150 -0
- package/dist/esm/tree-item/tree-item.template.js +52 -0
- package/dist/esm/tree-view/index.js +2 -0
- package/dist/esm/tree-view/tree-view.js +268 -0
- package/dist/esm/tree-view/tree-view.template.js +18 -0
- package/dist/esm/utilities/apply-mixins.js +20 -0
- package/dist/esm/utilities/composed-contains.js +22 -0
- package/dist/esm/utilities/composed-parent.js +23 -0
- package/dist/esm/utilities/direction.js +10 -0
- package/dist/esm/utilities/index.js +8 -0
- package/dist/esm/utilities/intersection-service.js +91 -0
- package/dist/esm/utilities/match-media-stylesheet-behavior.js +140 -0
- package/dist/esm/utilities/property-stylesheet-behavior.js +52 -0
- package/dist/esm/utilities/resize-observer.js +5 -0
- package/dist/esm/utilities/root-active-element.js +8 -0
- package/dist/esm/utilities/style/disabled.js +5 -0
- package/dist/esm/utilities/style/display.js +14 -0
- package/dist/esm/utilities/style/focus.js +9 -0
- package/dist/esm/utilities/style/index.js +3 -0
- package/dist/esm/utilities/whitespace-filter.js +13 -0
- package/dist/fast-foundation.d.ts +9744 -0
- package/dist/fast-foundation.js +19097 -0
- package/dist/fast-foundation.min.js +19 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/package.json +101 -0
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
import type { SyntheticViewTemplate } from "@ni/fast-element";
|
|
2
|
+
import type { FoundationElementDefinition } from "../foundation-element/foundation-element.js";
|
|
3
|
+
import type { ListboxOption } from "../listbox-option/listbox-option.js";
|
|
4
|
+
import { DelegatesARIAListbox } from "../listbox/listbox.js";
|
|
5
|
+
import type { StartEndOptions } from "../patterns/start-end.js";
|
|
6
|
+
import { StartEnd } from "../patterns/start-end.js";
|
|
7
|
+
import { SelectPosition } from "../select/select.options.js";
|
|
8
|
+
import { FormAssociatedCombobox } from "./combobox.form-associated.js";
|
|
9
|
+
import { ComboboxAutocomplete } from "./combobox.options.js";
|
|
10
|
+
/**
|
|
11
|
+
* Combobox configuration options
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type ComboboxOptions = FoundationElementDefinition & StartEndOptions & {
|
|
15
|
+
indicator?: string | SyntheticViewTemplate;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* A Combobox Custom HTML Element.
|
|
19
|
+
* Implements the {@link https://w3c.github.io/aria-practices/#combobox | ARIA combobox }.
|
|
20
|
+
*
|
|
21
|
+
* @slot start - Content which can be provided before the input
|
|
22
|
+
* @slot end - Content which can be provided after the input
|
|
23
|
+
* @slot control - Used to replace the input element representing the combobox
|
|
24
|
+
* @slot indicator - The visual indicator representing the expanded state
|
|
25
|
+
* @slot - The default slot for the options
|
|
26
|
+
* @csspart control - The wrapper element containing the input area, including start and end
|
|
27
|
+
* @csspart selected-value - The input element representing the selected value
|
|
28
|
+
* @csspart indicator - The element wrapping the indicator slot
|
|
29
|
+
* @csspart listbox - The wrapper for the listbox slotted options
|
|
30
|
+
* @fires change - Fires a custom 'change' event when the value updates
|
|
31
|
+
*
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export declare class Combobox extends FormAssociatedCombobox {
|
|
35
|
+
/**
|
|
36
|
+
* The internal value property.
|
|
37
|
+
*
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
private _value;
|
|
41
|
+
/**
|
|
42
|
+
* The autocomplete attribute.
|
|
43
|
+
*
|
|
44
|
+
* @public
|
|
45
|
+
* @remarks
|
|
46
|
+
* HTML Attribute: autocomplete
|
|
47
|
+
*/
|
|
48
|
+
autocomplete: ComboboxAutocomplete | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* Reference to the internal text input element.
|
|
51
|
+
*
|
|
52
|
+
* @internal
|
|
53
|
+
*/
|
|
54
|
+
control: HTMLInputElement;
|
|
55
|
+
/**
|
|
56
|
+
* Reference to the internal listbox element.
|
|
57
|
+
*
|
|
58
|
+
* @internal
|
|
59
|
+
*/
|
|
60
|
+
listbox: HTMLDivElement;
|
|
61
|
+
/**
|
|
62
|
+
* The collection of currently filtered options.
|
|
63
|
+
*
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
filteredOptions: ListboxOption[];
|
|
67
|
+
/**
|
|
68
|
+
* The current filter value.
|
|
69
|
+
*
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
private filter;
|
|
73
|
+
/**
|
|
74
|
+
* The initial state of the position attribute.
|
|
75
|
+
*
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
78
|
+
private forcedPosition;
|
|
79
|
+
/**
|
|
80
|
+
* Reset the element to its first selectable option when its parent form is reset.
|
|
81
|
+
*
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
formResetCallback(): void;
|
|
85
|
+
/** {@inheritDoc (FormAssociated:interface).validate} */
|
|
86
|
+
validate(): void;
|
|
87
|
+
private get isAutocompleteInline();
|
|
88
|
+
private get isAutocompleteList();
|
|
89
|
+
private get isAutocompleteBoth();
|
|
90
|
+
/**
|
|
91
|
+
* The unique id for the internal listbox element.
|
|
92
|
+
*
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
listboxId: string;
|
|
96
|
+
/**
|
|
97
|
+
* The max height for the listbox when opened.
|
|
98
|
+
*
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
maxHeight: number;
|
|
102
|
+
/**
|
|
103
|
+
* The open attribute.
|
|
104
|
+
*
|
|
105
|
+
* @public
|
|
106
|
+
* @remarks
|
|
107
|
+
* HTML Attribute: open
|
|
108
|
+
*/
|
|
109
|
+
open: boolean;
|
|
110
|
+
/**
|
|
111
|
+
* Sets focus and synchronize ARIA attributes when the open property changes.
|
|
112
|
+
*
|
|
113
|
+
* @param prev - the previous open value
|
|
114
|
+
* @param next - the current open value
|
|
115
|
+
*
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
118
|
+
protected openChanged(): void;
|
|
119
|
+
/**
|
|
120
|
+
* The list of options.
|
|
121
|
+
*
|
|
122
|
+
* @public
|
|
123
|
+
* @remarks
|
|
124
|
+
* Overrides `Listbox.options`.
|
|
125
|
+
*/
|
|
126
|
+
get options(): ListboxOption[];
|
|
127
|
+
set options(value: ListboxOption[]);
|
|
128
|
+
/**
|
|
129
|
+
* Sets the placeholder value of the element, generally used to provide a hint to the user.
|
|
130
|
+
* @public
|
|
131
|
+
* @remarks
|
|
132
|
+
* HTML Attribute: placeholder
|
|
133
|
+
* Using this attribute is not a valid substitute for a labeling element.
|
|
134
|
+
*/
|
|
135
|
+
placeholder: string;
|
|
136
|
+
/**
|
|
137
|
+
* Updates the placeholder on the proxy element.
|
|
138
|
+
* @internal
|
|
139
|
+
*/
|
|
140
|
+
protected placeholderChanged(): void;
|
|
141
|
+
/**
|
|
142
|
+
* The placement for the listbox when the combobox is open.
|
|
143
|
+
*
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
positionAttribute?: SelectPosition;
|
|
147
|
+
/**
|
|
148
|
+
* The current state of the calculated position of the listbox.
|
|
149
|
+
*
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
position?: SelectPosition;
|
|
153
|
+
protected positionChanged(prev: SelectPosition | undefined, next: SelectPosition | undefined): void;
|
|
154
|
+
/**
|
|
155
|
+
* The value property.
|
|
156
|
+
*
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
get value(): string;
|
|
160
|
+
set value(next: string);
|
|
161
|
+
/**
|
|
162
|
+
* Handle opening and closing the listbox when the combobox is clicked.
|
|
163
|
+
*
|
|
164
|
+
* @param e - the mouse event
|
|
165
|
+
* @internal
|
|
166
|
+
*/
|
|
167
|
+
clickHandler(e: MouseEvent): boolean | void;
|
|
168
|
+
connectedCallback(): void;
|
|
169
|
+
/**
|
|
170
|
+
* Synchronize the `aria-disabled` property when the `disabled` property changes.
|
|
171
|
+
*
|
|
172
|
+
* @param prev - The previous disabled value
|
|
173
|
+
* @param next - The next disabled value
|
|
174
|
+
*
|
|
175
|
+
* @internal
|
|
176
|
+
*/
|
|
177
|
+
disabledChanged(prev: boolean, next: boolean): void;
|
|
178
|
+
/**
|
|
179
|
+
* Filter available options by text value.
|
|
180
|
+
*
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
filterOptions(): void;
|
|
184
|
+
/**
|
|
185
|
+
* Focus the control and scroll the first selected option into view.
|
|
186
|
+
*
|
|
187
|
+
* @internal
|
|
188
|
+
* @remarks
|
|
189
|
+
* Overrides: `Listbox.focusAndScrollOptionIntoView`
|
|
190
|
+
*/
|
|
191
|
+
protected focusAndScrollOptionIntoView(): void;
|
|
192
|
+
/**
|
|
193
|
+
* Handle focus state when the element or its children lose focus.
|
|
194
|
+
*
|
|
195
|
+
* @param e - The focus event
|
|
196
|
+
* @internal
|
|
197
|
+
*/
|
|
198
|
+
focusoutHandler(e: FocusEvent): boolean | void;
|
|
199
|
+
/**
|
|
200
|
+
* Handle content changes on the control input.
|
|
201
|
+
*
|
|
202
|
+
* @param e - the input event
|
|
203
|
+
* @internal
|
|
204
|
+
*/
|
|
205
|
+
inputHandler(e: InputEvent): boolean | void;
|
|
206
|
+
/**
|
|
207
|
+
* Handle keydown actions for listbox navigation.
|
|
208
|
+
*
|
|
209
|
+
* @param e - the keyboard event
|
|
210
|
+
* @internal
|
|
211
|
+
*/
|
|
212
|
+
keydownHandler(e: Event & KeyboardEvent): boolean | void;
|
|
213
|
+
/**
|
|
214
|
+
* Handle keyup actions for value input and text field manipulations.
|
|
215
|
+
*
|
|
216
|
+
* @param e - the keyboard event
|
|
217
|
+
* @internal
|
|
218
|
+
*/
|
|
219
|
+
keyupHandler(e: KeyboardEvent): boolean | void;
|
|
220
|
+
/**
|
|
221
|
+
* Ensure that the selectedIndex is within the current allowable filtered range.
|
|
222
|
+
*
|
|
223
|
+
* @param prev - the previous selected index value
|
|
224
|
+
* @param next - the current selected index value
|
|
225
|
+
*
|
|
226
|
+
* @internal
|
|
227
|
+
*/
|
|
228
|
+
selectedIndexChanged(prev: number | undefined, next: number): void;
|
|
229
|
+
/**
|
|
230
|
+
* Move focus to the previous selectable option.
|
|
231
|
+
*
|
|
232
|
+
* @internal
|
|
233
|
+
* @remarks
|
|
234
|
+
* Overrides `Listbox.selectPreviousOption`
|
|
235
|
+
*/
|
|
236
|
+
selectPreviousOption(): void;
|
|
237
|
+
/**
|
|
238
|
+
* Set the default selected options at initialization or reset.
|
|
239
|
+
*
|
|
240
|
+
* @internal
|
|
241
|
+
* @remarks
|
|
242
|
+
* Overrides `Listbox.setDefaultSelectedOption`
|
|
243
|
+
*/
|
|
244
|
+
setDefaultSelectedOption(): void;
|
|
245
|
+
/**
|
|
246
|
+
* Focus and set the content of the control based on the first selected option.
|
|
247
|
+
*
|
|
248
|
+
* @internal
|
|
249
|
+
*/
|
|
250
|
+
private setInputToSelection;
|
|
251
|
+
/**
|
|
252
|
+
* Focus, set and select the content of the control based on the first selected option.
|
|
253
|
+
*
|
|
254
|
+
* @internal
|
|
255
|
+
*/
|
|
256
|
+
private setInlineSelection;
|
|
257
|
+
/**
|
|
258
|
+
* Determines if a value update should involve emitting a change event, then updates the value.
|
|
259
|
+
*
|
|
260
|
+
* @internal
|
|
261
|
+
*/
|
|
262
|
+
private syncValue;
|
|
263
|
+
/**
|
|
264
|
+
* Calculate and apply listbox positioning based on available viewport space.
|
|
265
|
+
*
|
|
266
|
+
* @param force - direction to force the listbox to display
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
setPositioning(): void;
|
|
270
|
+
/**
|
|
271
|
+
* Ensure that the entire list of options is used when setting the selected property.
|
|
272
|
+
*
|
|
273
|
+
* @param prev - the previous list of selected options
|
|
274
|
+
* @param next - the current list of selected options
|
|
275
|
+
*
|
|
276
|
+
* @internal
|
|
277
|
+
* @remarks
|
|
278
|
+
* Overrides: `Listbox.selectedOptionsChanged`
|
|
279
|
+
*/
|
|
280
|
+
selectedOptionsChanged(prev: ListboxOption[] | undefined, next: ListboxOption[]): void;
|
|
281
|
+
/**
|
|
282
|
+
* Synchronize the form-associated proxy and update the value property of the element.
|
|
283
|
+
*
|
|
284
|
+
* @param prev - the previous collection of slotted option elements
|
|
285
|
+
* @param next - the next collection of slotted option elements
|
|
286
|
+
*
|
|
287
|
+
* @internal
|
|
288
|
+
*/
|
|
289
|
+
slottedOptionsChanged(prev: Element[] | undefined, next: Element[]): void;
|
|
290
|
+
/**
|
|
291
|
+
* Sets the value and to match the first selected option.
|
|
292
|
+
*
|
|
293
|
+
* @param shouldEmit - if true, the change event will be emitted
|
|
294
|
+
*
|
|
295
|
+
* @internal
|
|
296
|
+
*/
|
|
297
|
+
private updateValue;
|
|
298
|
+
/**
|
|
299
|
+
* @internal
|
|
300
|
+
*/
|
|
301
|
+
private clearSelectionRange;
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* Includes ARIA states and properties relating to the ARIA combobox role.
|
|
305
|
+
*
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
export declare class DelegatesARIACombobox {
|
|
309
|
+
/**
|
|
310
|
+
* See {@link https://www.w3.org/TR/wai-aria-1.2/#aria-autocomplete} for more information.
|
|
311
|
+
*
|
|
312
|
+
* @public
|
|
313
|
+
* @remarks
|
|
314
|
+
* HTML Attribute: `aria-autocomplete`
|
|
315
|
+
*/
|
|
316
|
+
ariaAutoComplete: "inline" | "list" | "both" | "none" | string | null;
|
|
317
|
+
/**
|
|
318
|
+
* See {@link https://www.w3.org/TR/wai-aria-1.2/#aria-controls} for more information.
|
|
319
|
+
*
|
|
320
|
+
* @public
|
|
321
|
+
* @remarks
|
|
322
|
+
* HTML Attribute: `aria-controls`
|
|
323
|
+
*/
|
|
324
|
+
ariaControls: string | null;
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* Mark internal because exporting class and interface of the same name
|
|
328
|
+
* confuses API documenter.
|
|
329
|
+
* TODO: https://github.com/microsoft/fast/issues/3317
|
|
330
|
+
* @internal
|
|
331
|
+
*/
|
|
332
|
+
export interface DelegatesARIACombobox extends DelegatesARIAListbox {
|
|
333
|
+
}
|
|
334
|
+
/**
|
|
335
|
+
* Mark internal because exporting class and interface of the same name
|
|
336
|
+
* confuses API documenter.
|
|
337
|
+
* TODO: https://github.com/microsoft/fast/issues/3317
|
|
338
|
+
* @internal
|
|
339
|
+
*/
|
|
340
|
+
export interface Combobox extends StartEnd, DelegatesARIACombobox {
|
|
341
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FormAssociated } from "../form-associated/form-associated.js";
|
|
2
|
+
import { Listbox } from "../listbox/listbox.js";
|
|
3
|
+
declare class _Combobox extends Listbox {
|
|
4
|
+
}
|
|
5
|
+
interface _Combobox extends FormAssociated {
|
|
6
|
+
}
|
|
7
|
+
declare const FormAssociatedCombobox_base: typeof _Combobox;
|
|
8
|
+
/**
|
|
9
|
+
* A form-associated base class for the {@link (Combobox:class)} component.
|
|
10
|
+
*
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
export declare class FormAssociatedCombobox extends FormAssociatedCombobox_base {
|
|
14
|
+
proxy: HTMLInputElement;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autocomplete values for combobox.
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export declare const ComboboxAutocomplete: {
|
|
6
|
+
readonly inline: "inline";
|
|
7
|
+
readonly list: "list";
|
|
8
|
+
readonly both: "both";
|
|
9
|
+
readonly none: "none";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Autocomplete type for combobox.
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type ComboboxAutocomplete = typeof ComboboxAutocomplete[keyof typeof ComboboxAutocomplete];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ViewTemplate } from "@ni/fast-element";
|
|
2
|
+
import type { FoundationElementTemplate } from "../foundation-element/foundation-element.js";
|
|
3
|
+
import type { Combobox, ComboboxOptions } from "./combobox.js";
|
|
4
|
+
/**
|
|
5
|
+
* The template for the {@link @ni/fast-foundation#(Combobox:class)} component.
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare const comboboxTemplate: FoundationElementTemplate<ViewTemplate<Combobox>, ComboboxOptions>;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { FoundationElement } from "../foundation-element/foundation-element.js";
|
|
2
|
+
import type { ColumnDefinition } from "./data-grid.js";
|
|
3
|
+
import { DataGridCellTypes } from "./data-grid.options.js";
|
|
4
|
+
export { DataGridCellTypes };
|
|
5
|
+
/**
|
|
6
|
+
* A Data Grid Cell Custom HTML Element.
|
|
7
|
+
*
|
|
8
|
+
* @fires cell-focused - Fires a custom 'cell-focused' event when focus is on the cell or its contents
|
|
9
|
+
* @slot - The default slot for cell contents. The "cell contents template" renders here.
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export declare class DataGridCell extends FoundationElement {
|
|
13
|
+
/**
|
|
14
|
+
* The type of cell
|
|
15
|
+
*
|
|
16
|
+
* @public
|
|
17
|
+
* @remarks
|
|
18
|
+
* HTML Attribute: cell-type
|
|
19
|
+
*/
|
|
20
|
+
cellType: DataGridCellTypes;
|
|
21
|
+
private cellTypeChanged;
|
|
22
|
+
/**
|
|
23
|
+
* The column index of the cell.
|
|
24
|
+
* This will be applied to the css grid-column-index value
|
|
25
|
+
* applied to the cell
|
|
26
|
+
*
|
|
27
|
+
* @public
|
|
28
|
+
* @remarks
|
|
29
|
+
* HTML Attribute: grid-column
|
|
30
|
+
*/
|
|
31
|
+
gridColumn: string;
|
|
32
|
+
private gridColumnChanged;
|
|
33
|
+
/**
|
|
34
|
+
* The base data for the parent row
|
|
35
|
+
*
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
rowData: object | null;
|
|
39
|
+
/**
|
|
40
|
+
* The base data for the column
|
|
41
|
+
*
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
columnDefinition: ColumnDefinition | null;
|
|
45
|
+
private columnDefinitionChanged;
|
|
46
|
+
private isActiveCell;
|
|
47
|
+
private customCellView;
|
|
48
|
+
/**
|
|
49
|
+
* @internal
|
|
50
|
+
*/
|
|
51
|
+
connectedCallback(): void;
|
|
52
|
+
/**
|
|
53
|
+
* @internal
|
|
54
|
+
*/
|
|
55
|
+
disconnectedCallback(): void;
|
|
56
|
+
handleFocusin(e: FocusEvent): void;
|
|
57
|
+
handleFocusout(e: FocusEvent): void;
|
|
58
|
+
handleKeydown(e: KeyboardEvent): void;
|
|
59
|
+
private updateCellView;
|
|
60
|
+
private disconnectCellView;
|
|
61
|
+
private updateCellStyle;
|
|
62
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ViewTemplate } from "@ni/fast-element";
|
|
2
|
+
import type { FoundationElementTemplate } from "../foundation-element/foundation-element.js";
|
|
3
|
+
import type { DataGridCell } from "./data-grid-cell.js";
|
|
4
|
+
/**
|
|
5
|
+
* Generates a template for the {@link @ni/fast-foundation#DataGridCell} component using
|
|
6
|
+
* the provided prefix.
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare const dataGridCellTemplate: FoundationElementTemplate<ViewTemplate<DataGridCell>>;
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { ViewTemplate } from "@ni/fast-element";
|
|
2
|
+
import { FoundationElement } from "../foundation-element/foundation-element.js";
|
|
3
|
+
import type { ColumnDefinition } from "./data-grid.js";
|
|
4
|
+
import { DataGridRowTypes } from "./data-grid.options.js";
|
|
5
|
+
/**
|
|
6
|
+
* A Data Grid Row Custom HTML Element.
|
|
7
|
+
*
|
|
8
|
+
* @fires row-focused - Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row
|
|
9
|
+
* @slot - The default slot for custom cell elements
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export declare class DataGridRow extends FoundationElement {
|
|
13
|
+
/**
|
|
14
|
+
* String that gets applied to the the css gridTemplateColumns attribute for the row
|
|
15
|
+
*
|
|
16
|
+
* @public
|
|
17
|
+
* @remarks
|
|
18
|
+
* HTML Attribute: grid-template-columns
|
|
19
|
+
*/
|
|
20
|
+
gridTemplateColumns: string;
|
|
21
|
+
private gridTemplateColumnsChanged;
|
|
22
|
+
/**
|
|
23
|
+
* The type of row
|
|
24
|
+
*
|
|
25
|
+
* @public
|
|
26
|
+
* @remarks
|
|
27
|
+
* HTML Attribute: row-type
|
|
28
|
+
*/
|
|
29
|
+
rowType: DataGridRowTypes;
|
|
30
|
+
private rowTypeChanged;
|
|
31
|
+
/**
|
|
32
|
+
* The base data for this row
|
|
33
|
+
*
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
rowData: object | null;
|
|
37
|
+
private rowDataChanged;
|
|
38
|
+
/**
|
|
39
|
+
* The column definitions of the row
|
|
40
|
+
*
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
columnDefinitions: ColumnDefinition[] | null;
|
|
44
|
+
/**
|
|
45
|
+
* The template used to render cells in generated rows.
|
|
46
|
+
*
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
cellItemTemplate?: ViewTemplate;
|
|
50
|
+
private cellItemTemplateChanged;
|
|
51
|
+
/**
|
|
52
|
+
* The template used to render header cells in generated rows.
|
|
53
|
+
*
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
headerCellItemTemplate?: ViewTemplate;
|
|
57
|
+
private headerCellItemTemplateChanged;
|
|
58
|
+
/**
|
|
59
|
+
* The index of the row in the parent grid.
|
|
60
|
+
* This is typically set programmatically by the parent grid.
|
|
61
|
+
*
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
rowIndex: number;
|
|
65
|
+
/**
|
|
66
|
+
* Whether focus is on/in a cell within this row.
|
|
67
|
+
*
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
70
|
+
isActiveRow: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* The cell item template currently in use.
|
|
73
|
+
*
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
76
|
+
activeCellItemTemplate?: ViewTemplate;
|
|
77
|
+
/**
|
|
78
|
+
* The default cell item template. Set by the component templates.
|
|
79
|
+
*
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
82
|
+
defaultCellItemTemplate?: ViewTemplate;
|
|
83
|
+
/**
|
|
84
|
+
* The default header cell item template. Set by the component templates.
|
|
85
|
+
*
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
88
|
+
defaultHeaderCellItemTemplate?: ViewTemplate;
|
|
89
|
+
/**
|
|
90
|
+
* Children that are cells
|
|
91
|
+
*
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
cellElements: HTMLElement[];
|
|
95
|
+
private cellsRepeatBehavior;
|
|
96
|
+
private cellsPlaceholder;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
slottedCellElements: HTMLElement[];
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
focusColumnIndex: number;
|
|
105
|
+
private refocusOnLoad;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
connectedCallback(): void;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
disconnectedCallback(): void;
|
|
114
|
+
handleFocusout(e: FocusEvent): void;
|
|
115
|
+
handleCellFocus(e: Event): void;
|
|
116
|
+
handleKeydown(e: KeyboardEvent): void;
|
|
117
|
+
private updateItemTemplate;
|
|
118
|
+
private updateRowStyle;
|
|
119
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ViewTemplate } from "@ni/fast-element";
|
|
2
|
+
import type { FoundationElementTemplate } from "../foundation-element/foundation-element.js";
|
|
3
|
+
import type { DataGridRow } from "./data-grid-row.js";
|
|
4
|
+
/**
|
|
5
|
+
* Generates a template for the {@link @ni/fast-foundation#DataGridRow} component using
|
|
6
|
+
* the provided prefix.
|
|
7
|
+
*
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export declare const dataGridRowTemplate: FoundationElementTemplate<ViewTemplate<DataGridRow>>;
|