@ni/nimble-angular 20.7.11 → 21.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/directives/anchor/nimble-anchor-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor/nimble-anchor.directive.d.ts +1 -1
- package/directives/anchor-base/nimble-anchor-base.directive.d.ts +1 -1
- package/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-button/nimble-anchor-button.directive.d.ts +1 -1
- package/directives/anchor-menu-item/nimble-anchor-menu-item-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-menu-item/nimble-anchor-menu-item.directive.d.ts +1 -1
- package/directives/anchor-tab/nimble-anchor-tab-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-tab/nimble-anchor-tab.directive.d.ts +1 -1
- package/directives/anchor-tabs/nimble-anchor-tabs.directive.d.ts +1 -1
- package/directives/anchor-tree-item/nimble-anchor-tree-item-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-tree-item/nimble-anchor-tree-item.directive.d.ts +1 -1
- package/directives/banner/nimble-banner.directive.d.ts +1 -1
- package/directives/breadcrumb/nimble-breadcrumb.directive.d.ts +1 -1
- package/directives/breadcrumb-item/nimble-breadcrumb-item-router-link-with-href.directive.d.ts +1 -1
- package/directives/button/nimble-button.directive.d.ts +1 -1
- package/directives/card-button/nimble-card-button.directive.d.ts +1 -1
- package/directives/checkbox/nimble-checkbox.directive.d.ts +1 -1
- package/directives/combobox/nimble-combobox-control-value-accessor.directive.d.ts +1 -1
- package/directives/combobox/nimble-combobox.directive.d.ts +1 -1
- package/directives/dialog/nimble-dialog.directive.d.ts +1 -1
- package/directives/drawer/nimble-drawer.directive.d.ts +1 -1
- package/directives/icon-base/nimble-icon-base.directive.d.ts +1 -1
- package/directives/list-option/nimble-combobox-list-option.directive.d.ts +1 -1
- package/directives/list-option/nimble-list-option.directive.d.ts +1 -1
- package/directives/menu-button/nimble-menu-button.directive.d.ts +1 -1
- package/directives/menu-item/nimble-menu-item.directive.d.ts +1 -1
- package/directives/number-field/nimble-number-field.directive.d.ts +1 -1
- package/directives/radio/nimble-radio.directive.d.ts +1 -1
- package/directives/radio-group/nimble-radio-group.directive.d.ts +1 -1
- package/directives/select/nimble-select.directive.d.ts +1 -1
- package/directives/spinner/nimble-spinner.directive.d.ts +1 -1
- package/directives/switch/nimble-switch.directive.d.ts +1 -1
- package/directives/tab/nimble-tab.directive.d.ts +1 -1
- package/directives/tabs/nimble-tabs.directive.d.ts +1 -1
- package/directives/text-area/nimble-text-area.directive.d.ts +1 -1
- package/directives/text-field/nimble-text-field.directive.d.ts +1 -1
- package/directives/theme-provider/nimble-theme-provider.directive.d.ts +1 -1
- package/directives/toggle-button/nimble-toggle-button.directive.d.ts +1 -1
- package/directives/tooltip/nimble-tooltip.directive.d.ts +1 -1
- package/directives/tree-item/nimble-tree-item.directive.d.ts +1 -1
- package/directives/tree-view/nimble-tree-view.directive.d.ts +1 -1
- package/esm2022/card/nimble-card.directive.mjs +18 -0
- package/esm2022/card/nimble-card.module.mjs +19 -0
- package/esm2022/directives/anchor/nimble-anchor-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor/nimble-anchor-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor/nimble-anchor.directive.mjs +51 -0
- package/esm2022/directives/anchor/nimble-anchor.module.mjs +21 -0
- package/esm2022/directives/anchor-base/disableable-router-link-with-href.directive.mjs +37 -0
- package/esm2022/directives/anchor-base/nimble-anchor-base.directive.mjs +73 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button.directive.mjs +57 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button.module.mjs +21 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item.directive.mjs +31 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item.module.mjs +21 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab.directive.mjs +31 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab.module.mjs +21 -0
- package/esm2022/directives/anchor-tabs/nimble-anchor-tabs.directive.mjs +33 -0
- package/esm2022/directives/anchor-tabs/nimble-anchor-tabs.module.mjs +19 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item.directive.mjs +39 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item.module.mjs +21 -0
- package/esm2022/directives/banner/nimble-banner.directive.mjs +70 -0
- package/esm2022/directives/banner/nimble-banner.module.mjs +19 -0
- package/esm2022/directives/breadcrumb/nimble-breadcrumb.directive.mjs +32 -0
- package/esm2022/directives/breadcrumb/nimble-breadcrumb.module.mjs +19 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item-router-link-with-href.directive.mjs +63 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item-router-link.directive.mjs +19 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item.directive.mjs +22 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item.module.mjs +21 -0
- package/esm2022/directives/button/nimble-button.directive.mjs +65 -0
- package/esm2022/directives/button/nimble-button.module.mjs +19 -0
- package/esm2022/directives/card-button/nimble-card-button.directive.mjs +39 -0
- package/esm2022/directives/card-button/nimble-card-button.module.mjs +19 -0
- package/esm2022/directives/checkbox/nimble-checkbox-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/checkbox/nimble-checkbox.directive.mjs +47 -0
- package/esm2022/directives/checkbox/nimble-checkbox.module.mjs +20 -0
- package/esm2022/directives/combobox/nimble-combobox-control-value-accessor.directive.mjs +176 -0
- package/esm2022/directives/combobox/nimble-combobox.directive.mjs +86 -0
- package/esm2022/directives/combobox/nimble-combobox.module.mjs +20 -0
- package/esm2022/directives/dialog/nimble-dialog.directive.mjs +66 -0
- package/esm2022/directives/dialog/nimble-dialog.module.mjs +21 -0
- package/esm2022/directives/drawer/nimble-drawer.directive.mjs +67 -0
- package/esm2022/directives/drawer/nimble-drawer.module.mjs +19 -0
- package/esm2022/directives/icon-base/nimble-icon-base.directive.mjs +25 -0
- package/esm2022/directives/icons/add/nimble-icon-add.directive.mjs +21 -0
- package/esm2022/directives/icons/add/nimble-icon-add.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-down/nimble-icon-arrow-down.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-down/nimble-icon-arrow-down.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up/nimble-icon-arrow-up.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up/nimble-icon-arrow-up.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.module.mjs +21 -0
- package/esm2022/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.directive.mjs +21 -0
- package/esm2022/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.module.mjs +21 -0
- package/esm2022/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.directive.mjs +21 -0
- package/esm2022/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.module.mjs +21 -0
- package/esm2022/directives/icons/at/nimble-icon-at.directive.mjs +21 -0
- package/esm2022/directives/icons/at/nimble-icon-at.module.mjs +21 -0
- package/esm2022/directives/icons/bars/nimble-icon-bars.directive.mjs +21 -0
- package/esm2022/directives/icons/bars/nimble-icon-bars.module.mjs +21 -0
- package/esm2022/directives/icons/bell/nimble-icon-bell.directive.mjs +21 -0
- package/esm2022/directives/icons/bell/nimble-icon-bell.module.mjs +21 -0
- package/esm2022/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.module.mjs +21 -0
- package/esm2022/directives/icons/bell-circle/nimble-icon-bell-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-circle/nimble-icon-bell-circle.module.mjs +21 -0
- package/esm2022/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.module.mjs +21 -0
- package/esm2022/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.directive.mjs +21 -0
- package/esm2022/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.module.mjs +21 -0
- package/esm2022/directives/icons/bold-b/nimble-icon-bold-b.directive.mjs +21 -0
- package/esm2022/directives/icons/bold-b/nimble-icon-bold-b.module.mjs +21 -0
- package/esm2022/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.directive.mjs +21 -0
- package/esm2022/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.module.mjs +21 -0
- package/esm2022/directives/icons/calendar/nimble-icon-calendar.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar/nimble-icon-calendar.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-day/nimble-icon-calendar-day.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-day/nimble-icon-calendar-day.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram/nimble-icon-chart-diagram.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram/nimble-icon-chart-diagram.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.module.mjs +21 -0
- package/esm2022/directives/icons/check/nimble-icon-check.directive.mjs +21 -0
- package/esm2022/directives/icons/check/nimble-icon-check.module.mjs +21 -0
- package/esm2022/directives/icons/check-dot/nimble-icon-check-dot.directive.mjs +21 -0
- package/esm2022/directives/icons/check-dot/nimble-icon-check-dot.module.mjs +21 -0
- package/esm2022/directives/icons/check-large/nimble-icon-check-large.directive.mjs +21 -0
- package/esm2022/directives/icons/check-large/nimble-icon-check-large.module.mjs +21 -0
- package/esm2022/directives/icons/circle/nimble-icon-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/circle/nimble-icon-circle.module.mjs +21 -0
- package/esm2022/directives/icons/circle-broken/nimble-icon-circle-broken.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-broken/nimble-icon-circle-broken.module.mjs +21 -0
- package/esm2022/directives/icons/circle-check/nimble-icon-circle-check.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-check/nimble-icon-circle-check.module.mjs +21 -0
- package/esm2022/directives/icons/circle-filled/nimble-icon-circle-filled.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-filled/nimble-icon-circle-filled.module.mjs +21 -0
- package/esm2022/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.module.mjs +21 -0
- package/esm2022/directives/icons/circle-slash/nimble-icon-circle-slash.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-slash/nimble-icon-circle-slash.module.mjs +21 -0
- package/esm2022/directives/icons/circle-x/nimble-icon-circle-x.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-x/nimble-icon-circle-x.module.mjs +21 -0
- package/esm2022/directives/icons/clipboard/nimble-icon-clipboard.directive.mjs +21 -0
- package/esm2022/directives/icons/clipboard/nimble-icon-clipboard.module.mjs +21 -0
- package/esm2022/directives/icons/clock/nimble-icon-clock.directive.mjs +21 -0
- package/esm2022/directives/icons/clock/nimble-icon-clock.module.mjs +21 -0
- package/esm2022/directives/icons/clock-cog/nimble-icon-clock-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/clock-cog/nimble-icon-clock-cog.module.mjs +21 -0
- package/esm2022/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.directive.mjs +21 -0
- package/esm2022/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.module.mjs +21 -0
- package/esm2022/directives/icons/clock-triangle/nimble-icon-clock-triangle.directive.mjs +21 -0
- package/esm2022/directives/icons/clock-triangle/nimble-icon-clock-triangle.module.mjs +21 -0
- package/esm2022/directives/icons/clone/nimble-icon-clone.directive.mjs +21 -0
- package/esm2022/directives/icons/clone/nimble-icon-clone.module.mjs +21 -0
- package/esm2022/directives/icons/cloud/nimble-icon-cloud.directive.mjs +21 -0
- package/esm2022/directives/icons/cloud/nimble-icon-cloud.module.mjs +21 -0
- package/esm2022/directives/icons/cloud-upload/nimble-icon-cloud-upload.directive.mjs +21 -0
- package/esm2022/directives/icons/cloud-upload/nimble-icon-cloud-upload.module.mjs +21 -0
- package/esm2022/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.directive.mjs +21 -0
- package/esm2022/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.module.mjs +21 -0
- package/esm2022/directives/icons/cog/nimble-icon-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/cog/nimble-icon-cog.module.mjs +21 -0
- package/esm2022/directives/icons/cog-database/nimble-icon-cog-database.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-database/nimble-icon-cog-database.module.mjs +21 -0
- package/esm2022/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.module.mjs +21 -0
- package/esm2022/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.module.mjs +21 -0
- package/esm2022/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.module.mjs +21 -0
- package/esm2022/directives/icons/comment/nimble-icon-comment.directive.mjs +21 -0
- package/esm2022/directives/icons/comment/nimble-icon-comment.module.mjs +21 -0
- package/esm2022/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.directive.mjs +21 -0
- package/esm2022/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.module.mjs +21 -0
- package/esm2022/directives/icons/copy/nimble-icon-copy.directive.mjs +21 -0
- package/esm2022/directives/icons/copy/nimble-icon-copy.module.mjs +21 -0
- package/esm2022/directives/icons/copy-text/nimble-icon-copy-text.directive.mjs +21 -0
- package/esm2022/directives/icons/copy-text/nimble-icon-copy-text.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.module.mjs +21 -0
- package/esm2022/directives/icons/database/nimble-icon-database.directive.mjs +21 -0
- package/esm2022/directives/icons/database/nimble-icon-database.module.mjs +21 -0
- package/esm2022/directives/icons/database-check/nimble-icon-database-check.directive.mjs +21 -0
- package/esm2022/directives/icons/database-check/nimble-icon-database-check.module.mjs +21 -0
- package/esm2022/directives/icons/desktop/nimble-icon-desktop.directive.mjs +21 -0
- package/esm2022/directives/icons/desktop/nimble-icon-desktop.module.mjs +21 -0
- package/esm2022/directives/icons/donut-chart/nimble-icon-donut-chart.directive.mjs +21 -0
- package/esm2022/directives/icons/donut-chart/nimble-icon-donut-chart.module.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.directive.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.module.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.directive.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.module.mjs +21 -0
- package/esm2022/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.directive.mjs +21 -0
- package/esm2022/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.module.mjs +21 -0
- package/esm2022/directives/icons/download/nimble-icon-download.directive.mjs +21 -0
- package/esm2022/directives/icons/download/nimble-icon-download.module.mjs +21 -0
- package/esm2022/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.directive.mjs +21 -0
- package/esm2022/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.module.mjs +21 -0
- package/esm2022/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.directive.mjs +21 -0
- package/esm2022/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.module.mjs +21 -0
- package/esm2022/directives/icons/eye/nimble-icon-eye.directive.mjs +21 -0
- package/esm2022/directives/icons/eye/nimble-icon-eye.module.mjs +21 -0
- package/esm2022/directives/icons/eye-dash/nimble-icon-eye-dash.directive.mjs +21 -0
- package/esm2022/directives/icons/eye-dash/nimble-icon-eye-dash.module.mjs +21 -0
- package/esm2022/directives/icons/fancy-a/nimble-icon-fancy-a.directive.mjs +21 -0
- package/esm2022/directives/icons/fancy-a/nimble-icon-fancy-a.module.mjs +21 -0
- package/esm2022/directives/icons/file/nimble-icon-file.directive.mjs +21 -0
- package/esm2022/directives/icons/file/nimble-icon-file.module.mjs +21 -0
- package/esm2022/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.directive.mjs +21 -0
- package/esm2022/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.module.mjs +21 -0
- package/esm2022/directives/icons/file-drawer/nimble-icon-file-drawer.directive.mjs +21 -0
- package/esm2022/directives/icons/file-drawer/nimble-icon-file-drawer.module.mjs +21 -0
- package/esm2022/directives/icons/file-search/nimble-icon-file-search.directive.mjs +21 -0
- package/esm2022/directives/icons/file-search/nimble-icon-file-search.module.mjs +21 -0
- package/esm2022/directives/icons/filter/nimble-icon-filter.directive.mjs +21 -0
- package/esm2022/directives/icons/filter/nimble-icon-filter.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk/nimble-icon-floppy-disk.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk/nimble-icon-floppy-disk.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.module.mjs +21 -0
- package/esm2022/directives/icons/folder/nimble-icon-folder.directive.mjs +21 -0
- package/esm2022/directives/icons/folder/nimble-icon-folder.module.mjs +21 -0
- package/esm2022/directives/icons/folder-open/nimble-icon-folder-open.directive.mjs +21 -0
- package/esm2022/directives/icons/folder-open/nimble-icon-folder-open.module.mjs +21 -0
- package/esm2022/directives/icons/forward-slash/nimble-icon-forward-slash.directive.mjs +21 -0
- package/esm2022/directives/icons/forward-slash/nimble-icon-forward-slash.module.mjs +21 -0
- package/esm2022/directives/icons/four-dots-square/nimble-icon-four-dots-square.directive.mjs +21 -0
- package/esm2022/directives/icons/four-dots-square/nimble-icon-four-dots-square.module.mjs +21 -0
- package/esm2022/directives/icons/function/nimble-icon-function.directive.mjs +21 -0
- package/esm2022/directives/icons/function/nimble-icon-function.module.mjs +21 -0
- package/esm2022/directives/icons/gauge-simple/nimble-icon-gauge-simple.directive.mjs +21 -0
- package/esm2022/directives/icons/gauge-simple/nimble-icon-gauge-simple.module.mjs +21 -0
- package/esm2022/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.directive.mjs +21 -0
- package/esm2022/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.module.mjs +21 -0
- package/esm2022/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.directive.mjs +21 -0
- package/esm2022/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.module.mjs +21 -0
- package/esm2022/directives/icons/hammer/nimble-icon-hammer.directive.mjs +21 -0
- package/esm2022/directives/icons/hammer/nimble-icon-hammer.module.mjs +21 -0
- package/esm2022/directives/icons/hashtag/nimble-icon-hashtag.directive.mjs +21 -0
- package/esm2022/directives/icons/hashtag/nimble-icon-hashtag.module.mjs +21 -0
- package/esm2022/directives/icons/home/nimble-icon-home.directive.mjs +21 -0
- package/esm2022/directives/icons/home/nimble-icon-home.module.mjs +21 -0
- package/esm2022/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.directive.mjs +21 -0
- package/esm2022/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.module.mjs +21 -0
- package/esm2022/directives/icons/hourglass/nimble-icon-hourglass.directive.mjs +21 -0
- package/esm2022/directives/icons/hourglass/nimble-icon-hourglass.module.mjs +21 -0
- package/esm2022/directives/icons/indent/nimble-icon-indent.directive.mjs +21 -0
- package/esm2022/directives/icons/indent/nimble-icon-indent.module.mjs +21 -0
- package/esm2022/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.directive.mjs +21 -0
- package/esm2022/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.module.mjs +21 -0
- package/esm2022/directives/icons/info/nimble-icon-info.directive.mjs +21 -0
- package/esm2022/directives/icons/info/nimble-icon-info.module.mjs +21 -0
- package/esm2022/directives/icons/info-circle/nimble-icon-info-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/info-circle/nimble-icon-info-circle.module.mjs +21 -0
- package/esm2022/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.directive.mjs +21 -0
- package/esm2022/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.module.mjs +21 -0
- package/esm2022/directives/icons/italic-i/nimble-icon-italic-i.directive.mjs +21 -0
- package/esm2022/directives/icons/italic-i/nimble-icon-italic-i.module.mjs +21 -0
- package/esm2022/directives/icons/key/nimble-icon-key.directive.mjs +21 -0
- package/esm2022/directives/icons/key/nimble-icon-key.module.mjs +21 -0
- package/esm2022/directives/icons/laptop/nimble-icon-laptop.directive.mjs +21 -0
- package/esm2022/directives/icons/laptop/nimble-icon-laptop.module.mjs +21 -0
- package/esm2022/directives/icons/layer-group/nimble-icon-layer-group.directive.mjs +21 -0
- package/esm2022/directives/icons/layer-group/nimble-icon-layer-group.module.mjs +21 -0
- package/esm2022/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.directive.mjs +21 -0
- package/esm2022/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.module.mjs +21 -0
- package/esm2022/directives/icons/link/nimble-icon-link.directive.mjs +21 -0
- package/esm2022/directives/icons/link/nimble-icon-link.module.mjs +21 -0
- package/esm2022/directives/icons/link-cancel/nimble-icon-link-cancel.directive.mjs +21 -0
- package/esm2022/directives/icons/link-cancel/nimble-icon-link-cancel.module.mjs +21 -0
- package/esm2022/directives/icons/list/nimble-icon-list.directive.mjs +21 -0
- package/esm2022/directives/icons/list/nimble-icon-list.module.mjs +21 -0
- package/esm2022/directives/icons/list-tree/nimble-icon-list-tree.directive.mjs +21 -0
- package/esm2022/directives/icons/list-tree/nimble-icon-list-tree.module.mjs +21 -0
- package/esm2022/directives/icons/list-tree-database/nimble-icon-list-tree-database.directive.mjs +21 -0
- package/esm2022/directives/icons/list-tree-database/nimble-icon-list-tree-database.module.mjs +21 -0
- package/esm2022/directives/icons/lock/nimble-icon-lock.directive.mjs +21 -0
- package/esm2022/directives/icons/lock/nimble-icon-lock.module.mjs +21 -0
- package/esm2022/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.directive.mjs +21 -0
- package/esm2022/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.module.mjs +21 -0
- package/esm2022/directives/icons/markdown/nimble-icon-markdown.directive.mjs +21 -0
- package/esm2022/directives/icons/markdown/nimble-icon-markdown.module.mjs +21 -0
- package/esm2022/directives/icons/minus/nimble-icon-minus.directive.mjs +21 -0
- package/esm2022/directives/icons/minus/nimble-icon-minus.module.mjs +21 -0
- package/esm2022/directives/icons/minus-wide/nimble-icon-minus-wide.directive.mjs +21 -0
- package/esm2022/directives/icons/minus-wide/nimble-icon-minus-wide.module.mjs +21 -0
- package/esm2022/directives/icons/mobile/nimble-icon-mobile.directive.mjs +21 -0
- package/esm2022/directives/icons/mobile/nimble-icon-mobile.module.mjs +21 -0
- package/esm2022/directives/icons/ni/nimble-icon-ni.directive.mjs +21 -0
- package/esm2022/directives/icons/ni/nimble-icon-ni.module.mjs +21 -0
- package/esm2022/directives/icons/notebook/nimble-icon-notebook.directive.mjs +21 -0
- package/esm2022/directives/icons/notebook/nimble-icon-notebook.module.mjs +21 -0
- package/esm2022/directives/icons/number-list/nimble-icon-number-list.directive.mjs +21 -0
- package/esm2022/directives/icons/number-list/nimble-icon-number-list.module.mjs +21 -0
- package/esm2022/directives/icons/outdent/nimble-icon-outdent.directive.mjs +21 -0
- package/esm2022/directives/icons/outdent/nimble-icon-outdent.module.mjs +21 -0
- package/esm2022/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.directive.mjs +21 -0
- package/esm2022/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.module.mjs +21 -0
- package/esm2022/directives/icons/paste/nimble-icon-paste.directive.mjs +21 -0
- package/esm2022/directives/icons/paste/nimble-icon-paste.module.mjs +21 -0
- package/esm2022/directives/icons/pause/nimble-icon-pause.directive.mjs +21 -0
- package/esm2022/directives/icons/pause/nimble-icon-pause.module.mjs +21 -0
- package/esm2022/directives/icons/pencil/nimble-icon-pencil.directive.mjs +21 -0
- package/esm2022/directives/icons/pencil/nimble-icon-pencil.module.mjs +21 -0
- package/esm2022/directives/icons/play/nimble-icon-play.directive.mjs +21 -0
- package/esm2022/directives/icons/play/nimble-icon-play.module.mjs +21 -0
- package/esm2022/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.directive.mjs +21 -0
- package/esm2022/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.module.mjs +21 -0
- package/esm2022/directives/icons/question/nimble-icon-question.directive.mjs +21 -0
- package/esm2022/directives/icons/question/nimble-icon-question.module.mjs +21 -0
- package/esm2022/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.module.mjs +21 -0
- package/esm2022/directives/icons/running-arrow/nimble-icon-running-arrow.directive.mjs +21 -0
- package/esm2022/directives/icons/running-arrow/nimble-icon-running-arrow.module.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.module.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.directive.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.module.mjs +21 -0
- package/esm2022/directives/icons/server/nimble-icon-server.directive.mjs +21 -0
- package/esm2022/directives/icons/server/nimble-icon-server.module.mjs +21 -0
- package/esm2022/directives/icons/share-nodes/nimble-icon-share-nodes.directive.mjs +21 -0
- package/esm2022/directives/icons/share-nodes/nimble-icon-share-nodes.module.mjs +21 -0
- package/esm2022/directives/icons/shield-check/nimble-icon-shield-check.directive.mjs +21 -0
- package/esm2022/directives/icons/shield-check/nimble-icon-shield-check.module.mjs +21 -0
- package/esm2022/directives/icons/shield-xmark/nimble-icon-shield-xmark.directive.mjs +21 -0
- package/esm2022/directives/icons/shield-xmark/nimble-icon-shield-xmark.module.mjs +21 -0
- package/esm2022/directives/icons/signal-bars/nimble-icon-signal-bars.directive.mjs +21 -0
- package/esm2022/directives/icons/signal-bars/nimble-icon-signal-bars.module.mjs +21 -0
- package/esm2022/directives/icons/sine-graph/nimble-icon-sine-graph.directive.mjs +21 -0
- package/esm2022/directives/icons/sine-graph/nimble-icon-sine-graph.module.mjs +21 -0
- package/esm2022/directives/icons/skip-arrow/nimble-icon-skip-arrow.directive.mjs +21 -0
- package/esm2022/directives/icons/skip-arrow/nimble-icon-skip-arrow.module.mjs +21 -0
- package/esm2022/directives/icons/spinner/nimble-icon-spinner.directive.mjs +21 -0
- package/esm2022/directives/icons/spinner/nimble-icon-spinner.module.mjs +21 -0
- package/esm2022/directives/icons/square-check/nimble-icon-square-check.directive.mjs +21 -0
- package/esm2022/directives/icons/square-check/nimble-icon-square-check.module.mjs +21 -0
- package/esm2022/directives/icons/square-t/nimble-icon-square-t.directive.mjs +21 -0
- package/esm2022/directives/icons/square-t/nimble-icon-square-t.module.mjs +21 -0
- package/esm2022/directives/icons/square-x/nimble-icon-square-x.directive.mjs +21 -0
- package/esm2022/directives/icons/square-x/nimble-icon-square-x.module.mjs +21 -0
- package/esm2022/directives/icons/stop-square/nimble-icon-stop-square.directive.mjs +21 -0
- package/esm2022/directives/icons/stop-square/nimble-icon-stop-square.module.mjs +21 -0
- package/esm2022/directives/icons/systemlink/nimble-icon-systemlink.directive.mjs +21 -0
- package/esm2022/directives/icons/systemlink/nimble-icon-systemlink.module.mjs +21 -0
- package/esm2022/directives/icons/t/nimble-icon-t.directive.mjs +21 -0
- package/esm2022/directives/icons/t/nimble-icon-t.module.mjs +21 -0
- package/esm2022/directives/icons/tablet/nimble-icon-tablet.directive.mjs +21 -0
- package/esm2022/directives/icons/tablet/nimble-icon-tablet.module.mjs +21 -0
- package/esm2022/directives/icons/tag/nimble-icon-tag.directive.mjs +21 -0
- package/esm2022/directives/icons/tag/nimble-icon-tag.module.mjs +21 -0
- package/esm2022/directives/icons/tags/nimble-icon-tags.directive.mjs +21 -0
- package/esm2022/directives/icons/tags/nimble-icon-tags.module.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.directive.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.module.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.directive.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.module.mjs +21 -0
- package/esm2022/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.directive.mjs +21 -0
- package/esm2022/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.module.mjs +21 -0
- package/esm2022/directives/icons/three-dots-line/nimble-icon-three-dots-line.directive.mjs +21 -0
- package/esm2022/directives/icons/three-dots-line/nimble-icon-three-dots-line.module.mjs +21 -0
- package/esm2022/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.module.mjs +21 -0
- package/esm2022/directives/icons/thumbtack/nimble-icon-thumbtack.directive.mjs +21 -0
- package/esm2022/directives/icons/thumbtack/nimble-icon-thumbtack.module.mjs +21 -0
- package/esm2022/directives/icons/tile-size/nimble-icon-tile-size.directive.mjs +21 -0
- package/esm2022/directives/icons/tile-size/nimble-icon-tile-size.module.mjs +21 -0
- package/esm2022/directives/icons/times/nimble-icon-times.directive.mjs +21 -0
- package/esm2022/directives/icons/times/nimble-icon-times.module.mjs +21 -0
- package/esm2022/directives/icons/trash/nimble-icon-trash.directive.mjs +21 -0
- package/esm2022/directives/icons/trash/nimble-icon-trash.module.mjs +21 -0
- package/esm2022/directives/icons/triangle/nimble-icon-triangle.directive.mjs +21 -0
- package/esm2022/directives/icons/triangle/nimble-icon-triangle.module.mjs +21 -0
- package/esm2022/directives/icons/triangle-filled/nimble-icon-triangle-filled.directive.mjs +21 -0
- package/esm2022/directives/icons/triangle-filled/nimble-icon-triangle-filled.module.mjs +21 -0
- package/esm2022/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.directive.mjs +21 -0
- package/esm2022/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.module.mjs +21 -0
- package/esm2022/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.directive.mjs +21 -0
- package/esm2022/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.module.mjs +21 -0
- package/esm2022/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.directive.mjs +21 -0
- package/esm2022/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.module.mjs +21 -0
- package/esm2022/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.module.mjs +21 -0
- package/esm2022/directives/icons/unlink/nimble-icon-unlink.directive.mjs +21 -0
- package/esm2022/directives/icons/unlink/nimble-icon-unlink.module.mjs +21 -0
- package/esm2022/directives/icons/unlock/nimble-icon-unlock.directive.mjs +21 -0
- package/esm2022/directives/icons/unlock/nimble-icon-unlock.module.mjs +21 -0
- package/esm2022/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.directive.mjs +21 -0
- package/esm2022/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.module.mjs +21 -0
- package/esm2022/directives/icons/upload/nimble-icon-upload.directive.mjs +21 -0
- package/esm2022/directives/icons/upload/nimble-icon-upload.module.mjs +21 -0
- package/esm2022/directives/icons/user/nimble-icon-user.directive.mjs +21 -0
- package/esm2022/directives/icons/user/nimble-icon-user.module.mjs +21 -0
- package/esm2022/directives/icons/watch/nimble-icon-watch.directive.mjs +21 -0
- package/esm2022/directives/icons/watch/nimble-icon-watch.module.mjs +21 -0
- package/esm2022/directives/icons/waveform/nimble-icon-waveform.directive.mjs +21 -0
- package/esm2022/directives/icons/waveform/nimble-icon-waveform.module.mjs +21 -0
- package/esm2022/directives/icons/webvi-custom/nimble-icon-webvi-custom.directive.mjs +21 -0
- package/esm2022/directives/icons/webvi-custom/nimble-icon-webvi-custom.module.mjs +21 -0
- package/esm2022/directives/icons/webvi-host/nimble-icon-webvi-host.directive.mjs +21 -0
- package/esm2022/directives/icons/webvi-host/nimble-icon-webvi-host.module.mjs +21 -0
- package/esm2022/directives/icons/window-code/nimble-icon-window-code.directive.mjs +21 -0
- package/esm2022/directives/icons/window-code/nimble-icon-window-code.module.mjs +21 -0
- package/esm2022/directives/icons/window-text/nimble-icon-window-text.directive.mjs +21 -0
- package/esm2022/directives/icons/window-text/nimble-icon-window-text.module.mjs +21 -0
- package/esm2022/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.directive.mjs +21 -0
- package/esm2022/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.module.mjs +21 -0
- package/esm2022/directives/icons/xmark/nimble-icon-xmark.directive.mjs +21 -0
- package/esm2022/directives/icons/xmark/nimble-icon-xmark.module.mjs +21 -0
- package/esm2022/directives/icons/xmark-check/nimble-icon-xmark-check.directive.mjs +21 -0
- package/esm2022/directives/icons/xmark-check/nimble-icon-xmark-check.module.mjs +21 -0
- package/esm2022/directives/list-option/nimble-combobox-list-option.directive.mjs +55 -0
- package/esm2022/directives/list-option/nimble-list-option.directive.mjs +50 -0
- package/esm2022/directives/list-option/nimble-list-option.module.mjs +33 -0
- package/esm2022/directives/list-option/nimble-select-list-option.directive.mjs +29 -0
- package/esm2022/directives/menu/nimble-menu.directive.mjs +18 -0
- package/esm2022/directives/menu/nimble-menu.module.mjs +19 -0
- package/esm2022/directives/menu-button/nimble-menu-button.directive.mjs +65 -0
- package/esm2022/directives/menu-button/nimble-menu-button.module.mjs +19 -0
- package/esm2022/directives/menu-item/nimble-menu-item.directive.mjs +31 -0
- package/esm2022/directives/menu-item/nimble-menu-item.module.mjs +19 -0
- package/esm2022/directives/number-field/nimble-number-field-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/number-field/nimble-number-field.directive.mjs +103 -0
- package/esm2022/directives/number-field/nimble-number-field.module.mjs +20 -0
- package/esm2022/directives/radio/nimble-radio-control-value-accessor.directive.mjs +85 -0
- package/esm2022/directives/radio/nimble-radio.directive.mjs +31 -0
- package/esm2022/directives/radio/nimble-radio.module.mjs +21 -0
- package/esm2022/directives/radio-group/nimble-radio-group.directive.mjs +48 -0
- package/esm2022/directives/radio-group/nimble-radio-group.module.mjs +19 -0
- package/esm2022/directives/select/nimble-select-control-value-accessor.directive.mjs +34 -0
- package/esm2022/directives/select/nimble-select.directive.mjs +68 -0
- package/esm2022/directives/select/nimble-select.module.mjs +20 -0
- package/esm2022/directives/spinner/nimble-spinner.directive.mjs +30 -0
- package/esm2022/directives/spinner/nimble-spinner.module.mjs +19 -0
- package/esm2022/directives/switch/nimble-switch-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/switch/nimble-switch.directive.mjs +39 -0
- package/esm2022/directives/switch/nimble-switch.module.mjs +20 -0
- package/esm2022/directives/tab/nimble-tab.directive.mjs +31 -0
- package/esm2022/directives/tab/nimble-tab.module.mjs +19 -0
- package/esm2022/directives/tab-panel/nimble-tab-panel.directive.mjs +18 -0
- package/esm2022/directives/tab-panel/nimble-tab-panel.module.mjs +19 -0
- package/esm2022/directives/tabs/nimble-tabs.directive.mjs +41 -0
- package/esm2022/directives/tabs/nimble-tabs.module.mjs +19 -0
- package/esm2022/directives/tabs-toolbar/nimble-tabs-toolbar.directive.mjs +18 -0
- package/esm2022/directives/tabs-toolbar/nimble-tabs-toolbar.module.mjs +19 -0
- package/esm2022/directives/text-area/nimble-text-area-control-value-accessor.directive.mjs +39 -0
- package/esm2022/directives/text-area/nimble-text-area.directive.mjs +153 -0
- package/esm2022/directives/text-area/nimble-text-area.module.mjs +20 -0
- package/esm2022/directives/text-field/nimble-text-field-control-value-accessor.directive.mjs +39 -0
- package/esm2022/directives/text-field/nimble-text-field.directive.mjs +151 -0
- package/esm2022/directives/text-field/nimble-text-field.module.mjs +20 -0
- package/esm2022/directives/theme-provider/nimble-theme-provider.directive.mjs +46 -0
- package/esm2022/directives/theme-provider/nimble-theme-provider.module.mjs +19 -0
- package/esm2022/directives/toggle-button/nimble-toggle-button-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/toggle-button/nimble-toggle-button.directive.mjs +65 -0
- package/esm2022/directives/toggle-button/nimble-toggle-button.module.mjs +20 -0
- package/esm2022/directives/toolbar/nimble-toolbar.directive.mjs +18 -0
- package/esm2022/directives/toolbar/nimble-toolbar.module.mjs +19 -0
- package/esm2022/directives/tooltip/nimble-tooltip.directive.mjs +58 -0
- package/esm2022/directives/tooltip/nimble-tooltip.module.mjs +19 -0
- package/esm2022/directives/tree-item/nimble-tree-item.directive.mjs +60 -0
- package/esm2022/directives/tree-item/nimble-tree-item.module.mjs +19 -0
- package/esm2022/directives/tree-view/nimble-tree-view.directive.mjs +33 -0
- package/esm2022/directives/tree-view/nimble-tree-view.module.mjs +19 -0
- package/esm2022/label-provider/core/nimble-label-provider-core-with-defaults.directive.mjs +30 -0
- package/esm2022/label-provider/core/nimble-label-provider-core.directive.mjs +93 -0
- package/esm2022/label-provider/core/nimble-label-provider-core.module.mjs +22 -0
- package/esm2022/label-provider/rich-text/nimble-label-provider-rich-text-with-defaults.directive.mjs +26 -0
- package/esm2022/label-provider/rich-text/nimble-label-provider-rich-text.directive.mjs +57 -0
- package/esm2022/label-provider/rich-text/nimble-label-provider-rich-text.module.mjs +22 -0
- package/esm2022/label-provider/table/nimble-label-provider-table-with-defaults.directive.mjs +38 -0
- package/esm2022/label-provider/table/nimble-label-provider-table.directive.mjs +167 -0
- package/esm2022/label-provider/table/nimble-label-provider-table.module.mjs +22 -0
- package/esm2022/mapping/base/nimble-mapping-base.directive.mjs +25 -0
- package/esm2022/mapping/icon/nimble-mapping-icon.directive.mjs +48 -0
- package/esm2022/mapping/icon/nimble-mapping-icon.module.mjs +19 -0
- package/esm2022/mapping/spinner/nimble-mapping-spinner.directive.mjs +32 -0
- package/esm2022/mapping/spinner/nimble-mapping-spinner.module.mjs +19 -0
- package/esm2022/mapping/text/nimble-mapping-text.directive.mjs +32 -0
- package/esm2022/mapping/text/nimble-mapping-text.module.mjs +19 -0
- package/esm2022/mapping/user/nimble-mapping-user.directive.mjs +33 -0
- package/esm2022/mapping/user/nimble-mapping-user.module.mjs +19 -0
- package/esm2022/pipes/duration.pipe.mjs +31 -0
- package/esm2022/pipes/number-text.pipe.mjs +30 -0
- package/esm2022/rich-text/editor/nimble-rich-text-editor.directive.mjs +93 -0
- package/esm2022/rich-text/editor/nimble-rich-text-editor.module.mjs +19 -0
- package/esm2022/rich-text/viewer/nimble-rich-text-viewer.directive.mjs +37 -0
- package/esm2022/rich-text/viewer/nimble-rich-text-viewer.module.mjs +19 -0
- package/esm2022/rich-text-mention/nimble-rich-text-mention-base.directive.mjs +40 -0
- package/esm2022/rich-text-mention/users/nimble-rich-text-mention-users.directive.mjs +19 -0
- package/esm2022/rich-text-mention/users/nimble-rich-text-mention-users.module.mjs +19 -0
- package/esm2022/table/nimble-table.directive.mjs +95 -0
- package/esm2022/table/nimble-table.module.mjs +19 -0
- package/esm2022/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.mjs +49 -0
- package/esm2022/table-column/anchor/nimble-table-column-anchor.directive.mjs +160 -0
- package/esm2022/table-column/anchor/nimble-table-column-anchor.module.mjs +20 -0
- package/esm2022/table-column/date-text/nimble-table-column-date-text.directive.mjs +267 -0
- package/esm2022/table-column/date-text/nimble-table-column-date-text.module.mjs +19 -0
- package/esm2022/table-column/duration-text/nimble-table-column-duration-text.directive.mjs +76 -0
- package/esm2022/table-column/duration-text/nimble-table-column-duration-text.module.mjs +19 -0
- package/esm2022/table-column/enum-text/nimble-table-column-enum-text.directive.mjs +79 -0
- package/esm2022/table-column/enum-text/nimble-table-column-enum-text.module.mjs +19 -0
- package/esm2022/table-column/icon/nimble-table-column-icon.directive.mjs +77 -0
- package/esm2022/table-column/icon/nimble-table-column-icon.module.mjs +19 -0
- package/esm2022/table-column/nimble-table-column-base.directive.mjs +80 -0
- package/esm2022/table-column/number-text/nimble-table-column-number-text.directive.mjs +111 -0
- package/esm2022/table-column/number-text/nimble-table-column-number-text.module.mjs +19 -0
- package/esm2022/table-column/text/nimble-table-column-text.directive.mjs +76 -0
- package/esm2022/table-column/text/nimble-table-column-text.module.mjs +19 -0
- package/esm2022/thirdparty/directives/checkbox_value_accessor.mjs +70 -0
- package/esm2022/thirdparty/directives/control_value_accessor.mjs +216 -0
- package/esm2022/thirdparty/directives/default_value_accessor.mjs +141 -0
- package/esm2022/thirdparty/directives/number_value_accessor.mjs +82 -0
- package/esm2022/thirdparty/directives/radio_control_value_accessor.mjs +234 -0
- package/esm2022/thirdparty/directives/router_link.mjs +340 -0
- package/esm2022/thirdparty/directives/select_control_value_accessor.mjs +242 -0
- package/esm2022/unit/byte/nimble-unit-byte.directive.mjs +31 -0
- package/esm2022/unit/byte/nimble-unit-byte.module.mjs +19 -0
- package/esm2022/unit/volt/nimble-unit-volt.directive.mjs +18 -0
- package/esm2022/unit/volt/nimble-unit-volt.module.mjs +19 -0
- package/fesm2022/ni-nimble-angular-card.mjs +39 -0
- package/fesm2022/ni-nimble-angular-card.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-label-provider-core.mjs +146 -0
- package/fesm2022/ni-nimble-angular-label-provider-core.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-label-provider-rich-text.mjs +106 -0
- package/fesm2022/ni-nimble-angular-label-provider-rich-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-label-provider-table.mjs +228 -0
- package/fesm2022/ni-nimble-angular-label-provider-table.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-base.mjs +32 -0
- package/fesm2022/ni-nimble-angular-mapping-base.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-icon.mjs +69 -0
- package/fesm2022/ni-nimble-angular-mapping-icon.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-spinner.mjs +53 -0
- package/fesm2022/ni-nimble-angular-mapping-spinner.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-text.mjs +53 -0
- package/fesm2022/ni-nimble-angular-mapping-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-user.mjs +54 -0
- package/fesm2022/ni-nimble-angular-mapping-user.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-pipes.mjs +69 -0
- package/fesm2022/ni-nimble-angular-pipes.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-editor.mjs +116 -0
- package/fesm2022/ni-nimble-angular-rich-text-editor.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention-users.mjs +41 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention-users.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention.mjs +47 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-viewer.mjs +60 -0
- package/fesm2022/ni-nimble-angular-rich-text-viewer.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-anchor.mjs +227 -0
- package/fesm2022/ni-nimble-angular-table-column-anchor.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-date-text.mjs +288 -0
- package/fesm2022/ni-nimble-angular-table-column-date-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-duration-text.mjs +97 -0
- package/fesm2022/ni-nimble-angular-table-column-duration-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-enum-text.mjs +100 -0
- package/fesm2022/ni-nimble-angular-table-column-enum-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-icon.mjs +98 -0
- package/fesm2022/ni-nimble-angular-table-column-icon.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-number-text.mjs +132 -0
- package/fesm2022/ni-nimble-angular-table-column-number-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-text.mjs +97 -0
- package/fesm2022/ni-nimble-angular-table-column-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column.mjs +86 -0
- package/fesm2022/ni-nimble-angular-table-column.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table.mjs +115 -0
- package/fesm2022/ni-nimble-angular-table.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-unit-byte.mjs +52 -0
- package/fesm2022/ni-nimble-angular-unit-byte.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-unit-volt.mjs +39 -0
- package/fesm2022/ni-nimble-angular-unit-volt.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular.mjs +10687 -0
- package/fesm2022/ni-nimble-angular.mjs.map +1 -0
- package/label-provider/core/nimble-label-provider-core.directive.d.ts +1 -1
- package/label-provider/rich-text/nimble-label-provider-rich-text.directive.d.ts +1 -1
- package/label-provider/table/nimble-label-provider-table.directive.d.ts +1 -1
- package/mapping/base/nimble-mapping-base.directive.d.ts +1 -1
- package/mapping/icon/nimble-mapping-icon.directive.d.ts +1 -1
- package/mapping/spinner/nimble-mapping-spinner.directive.d.ts +1 -1
- package/mapping/text/nimble-mapping-text.directive.d.ts +1 -1
- package/mapping/user/nimble-mapping-user.directive.d.ts +1 -1
- package/package.json +123 -189
- package/rich-text/editor/nimble-rich-text-editor.directive.d.ts +1 -1
- package/rich-text/viewer/nimble-rich-text-viewer.directive.d.ts +1 -1
- package/rich-text-mention/nimble-rich-text-mention-base.directive.d.ts +1 -1
- package/table/nimble-table.directive.d.ts +1 -1
- package/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.d.ts +1 -1
- package/table-column/anchor/nimble-table-column-anchor.directive.d.ts +1 -1
- package/table-column/date-text/nimble-table-column-date-text.directive.d.ts +1 -1
- package/table-column/duration-text/nimble-table-column-duration-text.directive.d.ts +1 -1
- package/table-column/enum-text/nimble-table-column-enum-text.directive.d.ts +1 -1
- package/table-column/icon/nimble-table-column-icon.directive.d.ts +1 -1
- package/table-column/nimble-table-column-base.directive.d.ts +1 -1
- package/table-column/number-text/nimble-table-column-number-text.directive.d.ts +1 -1
- package/table-column/text/nimble-table-column-text.directive.d.ts +1 -1
- package/thirdparty/directives/control_value_accessor.d.ts +2 -2
- package/thirdparty/directives/default_value_accessor.d.ts +1 -1
- package/thirdparty/directives/radio_control_value_accessor.d.ts +2 -2
- package/thirdparty/directives/router_link.d.ts +38 -41
- package/thirdparty/directives/select_control_value_accessor.d.ts +4 -4
- package/unit/byte/nimble-unit-byte.directive.d.ts +1 -1
- package/esm2020/card/nimble-card.directive.mjs +0 -18
- package/esm2020/card/nimble-card.module.mjs +0 -19
- package/esm2020/directives/anchor/nimble-anchor-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor/nimble-anchor-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor/nimble-anchor.directive.mjs +0 -51
- package/esm2020/directives/anchor/nimble-anchor.module.mjs +0 -21
- package/esm2020/directives/anchor-base/disableable-router-link-with-href.directive.mjs +0 -37
- package/esm2020/directives/anchor-base/nimble-anchor-base.directive.mjs +0 -73
- package/esm2020/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-button/nimble-anchor-button-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-button/nimble-anchor-button.directive.mjs +0 -57
- package/esm2020/directives/anchor-button/nimble-anchor-button.module.mjs +0 -21
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item.directive.mjs +0 -31
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item.module.mjs +0 -21
- package/esm2020/directives/anchor-tab/nimble-anchor-tab-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-tab/nimble-anchor-tab-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-tab/nimble-anchor-tab.directive.mjs +0 -31
- package/esm2020/directives/anchor-tab/nimble-anchor-tab.module.mjs +0 -21
- package/esm2020/directives/anchor-tabs/nimble-anchor-tabs.directive.mjs +0 -33
- package/esm2020/directives/anchor-tabs/nimble-anchor-tabs.module.mjs +0 -19
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item.directive.mjs +0 -39
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item.module.mjs +0 -21
- package/esm2020/directives/banner/nimble-banner.directive.mjs +0 -70
- package/esm2020/directives/banner/nimble-banner.module.mjs +0 -19
- package/esm2020/directives/breadcrumb/nimble-breadcrumb.directive.mjs +0 -32
- package/esm2020/directives/breadcrumb/nimble-breadcrumb.module.mjs +0 -19
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item-router-link-with-href.directive.mjs +0 -63
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item-router-link.directive.mjs +0 -19
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item.directive.mjs +0 -22
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item.module.mjs +0 -21
- package/esm2020/directives/button/nimble-button.directive.mjs +0 -65
- package/esm2020/directives/button/nimble-button.module.mjs +0 -19
- package/esm2020/directives/card-button/nimble-card-button.directive.mjs +0 -39
- package/esm2020/directives/card-button/nimble-card-button.module.mjs +0 -19
- package/esm2020/directives/checkbox/nimble-checkbox-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/checkbox/nimble-checkbox.directive.mjs +0 -47
- package/esm2020/directives/checkbox/nimble-checkbox.module.mjs +0 -20
- package/esm2020/directives/combobox/nimble-combobox-control-value-accessor.directive.mjs +0 -176
- package/esm2020/directives/combobox/nimble-combobox.directive.mjs +0 -86
- package/esm2020/directives/combobox/nimble-combobox.module.mjs +0 -20
- package/esm2020/directives/dialog/nimble-dialog.directive.mjs +0 -66
- package/esm2020/directives/dialog/nimble-dialog.module.mjs +0 -21
- package/esm2020/directives/drawer/nimble-drawer.directive.mjs +0 -67
- package/esm2020/directives/drawer/nimble-drawer.module.mjs +0 -19
- package/esm2020/directives/icon-base/nimble-icon-base.directive.mjs +0 -25
- package/esm2020/directives/icons/add/nimble-icon-add.directive.mjs +0 -21
- package/esm2020/directives/icons/add/nimble-icon-add.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-down/nimble-icon-arrow-down.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-down/nimble-icon-arrow-down.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-up/nimble-icon-arrow-up.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-up/nimble-icon-arrow-up.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.module.mjs +0 -21
- package/esm2020/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.directive.mjs +0 -21
- package/esm2020/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.module.mjs +0 -21
- package/esm2020/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.directive.mjs +0 -21
- package/esm2020/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.module.mjs +0 -21
- package/esm2020/directives/icons/at/nimble-icon-at.directive.mjs +0 -21
- package/esm2020/directives/icons/at/nimble-icon-at.module.mjs +0 -21
- package/esm2020/directives/icons/bars/nimble-icon-bars.directive.mjs +0 -21
- package/esm2020/directives/icons/bars/nimble-icon-bars.module.mjs +0 -21
- package/esm2020/directives/icons/bell/nimble-icon-bell.directive.mjs +0 -21
- package/esm2020/directives/icons/bell/nimble-icon-bell.module.mjs +0 -21
- package/esm2020/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.directive.mjs +0 -21
- package/esm2020/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.module.mjs +0 -21
- package/esm2020/directives/icons/bell-circle/nimble-icon-bell-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/bell-circle/nimble-icon-bell-circle.module.mjs +0 -21
- package/esm2020/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.module.mjs +0 -21
- package/esm2020/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.directive.mjs +0 -21
- package/esm2020/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.module.mjs +0 -21
- package/esm2020/directives/icons/bold-b/nimble-icon-bold-b.directive.mjs +0 -21
- package/esm2020/directives/icons/bold-b/nimble-icon-bold-b.module.mjs +0 -21
- package/esm2020/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.directive.mjs +0 -21
- package/esm2020/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.module.mjs +0 -21
- package/esm2020/directives/icons/calendar/nimble-icon-calendar.directive.mjs +0 -21
- package/esm2020/directives/icons/calendar/nimble-icon-calendar.module.mjs +0 -21
- package/esm2020/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.module.mjs +0 -21
- package/esm2020/directives/icons/calendar-day/nimble-icon-calendar-day.directive.mjs +0 -21
- package/esm2020/directives/icons/calendar-day/nimble-icon-calendar-day.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram/nimble-icon-chart-diagram.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram/nimble-icon-chart-diagram.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.module.mjs +0 -21
- package/esm2020/directives/icons/check/nimble-icon-check.directive.mjs +0 -21
- package/esm2020/directives/icons/check/nimble-icon-check.module.mjs +0 -21
- package/esm2020/directives/icons/check-dot/nimble-icon-check-dot.directive.mjs +0 -21
- package/esm2020/directives/icons/check-dot/nimble-icon-check-dot.module.mjs +0 -21
- package/esm2020/directives/icons/check-large/nimble-icon-check-large.directive.mjs +0 -21
- package/esm2020/directives/icons/check-large/nimble-icon-check-large.module.mjs +0 -21
- package/esm2020/directives/icons/circle/nimble-icon-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/circle/nimble-icon-circle.module.mjs +0 -21
- package/esm2020/directives/icons/circle-broken/nimble-icon-circle-broken.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-broken/nimble-icon-circle-broken.module.mjs +0 -21
- package/esm2020/directives/icons/circle-check/nimble-icon-circle-check.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-check/nimble-icon-circle-check.module.mjs +0 -21
- package/esm2020/directives/icons/circle-filled/nimble-icon-circle-filled.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-filled/nimble-icon-circle-filled.module.mjs +0 -21
- package/esm2020/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.module.mjs +0 -21
- package/esm2020/directives/icons/circle-slash/nimble-icon-circle-slash.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-slash/nimble-icon-circle-slash.module.mjs +0 -21
- package/esm2020/directives/icons/circle-x/nimble-icon-circle-x.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-x/nimble-icon-circle-x.module.mjs +0 -21
- package/esm2020/directives/icons/clipboard/nimble-icon-clipboard.directive.mjs +0 -21
- package/esm2020/directives/icons/clipboard/nimble-icon-clipboard.module.mjs +0 -21
- package/esm2020/directives/icons/clock/nimble-icon-clock.directive.mjs +0 -21
- package/esm2020/directives/icons/clock/nimble-icon-clock.module.mjs +0 -21
- package/esm2020/directives/icons/clock-cog/nimble-icon-clock-cog.directive.mjs +0 -21
- package/esm2020/directives/icons/clock-cog/nimble-icon-clock-cog.module.mjs +0 -21
- package/esm2020/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.directive.mjs +0 -21
- package/esm2020/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.module.mjs +0 -21
- package/esm2020/directives/icons/clock-triangle/nimble-icon-clock-triangle.directive.mjs +0 -21
- package/esm2020/directives/icons/clock-triangle/nimble-icon-clock-triangle.module.mjs +0 -21
- package/esm2020/directives/icons/clone/nimble-icon-clone.directive.mjs +0 -21
- package/esm2020/directives/icons/clone/nimble-icon-clone.module.mjs +0 -21
- package/esm2020/directives/icons/cloud/nimble-icon-cloud.directive.mjs +0 -21
- package/esm2020/directives/icons/cloud/nimble-icon-cloud.module.mjs +0 -21
- package/esm2020/directives/icons/cloud-upload/nimble-icon-cloud-upload.directive.mjs +0 -21
- package/esm2020/directives/icons/cloud-upload/nimble-icon-cloud-upload.module.mjs +0 -21
- package/esm2020/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.directive.mjs +0 -21
- package/esm2020/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.module.mjs +0 -21
- package/esm2020/directives/icons/cog/nimble-icon-cog.directive.mjs +0 -21
- package/esm2020/directives/icons/cog/nimble-icon-cog.module.mjs +0 -21
- package/esm2020/directives/icons/cog-database/nimble-icon-cog-database.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-database/nimble-icon-cog-database.module.mjs +0 -21
- package/esm2020/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.module.mjs +0 -21
- package/esm2020/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.module.mjs +0 -21
- package/esm2020/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.module.mjs +0 -21
- package/esm2020/directives/icons/comment/nimble-icon-comment.directive.mjs +0 -21
- package/esm2020/directives/icons/comment/nimble-icon-comment.module.mjs +0 -21
- package/esm2020/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.directive.mjs +0 -21
- package/esm2020/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.module.mjs +0 -21
- package/esm2020/directives/icons/copy/nimble-icon-copy.directive.mjs +0 -21
- package/esm2020/directives/icons/copy/nimble-icon-copy.module.mjs +0 -21
- package/esm2020/directives/icons/copy-text/nimble-icon-copy-text.directive.mjs +0 -21
- package/esm2020/directives/icons/copy-text/nimble-icon-copy-text.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.module.mjs +0 -21
- package/esm2020/directives/icons/database/nimble-icon-database.directive.mjs +0 -21
- package/esm2020/directives/icons/database/nimble-icon-database.module.mjs +0 -21
- package/esm2020/directives/icons/database-check/nimble-icon-database-check.directive.mjs +0 -21
- package/esm2020/directives/icons/database-check/nimble-icon-database-check.module.mjs +0 -21
- package/esm2020/directives/icons/desktop/nimble-icon-desktop.directive.mjs +0 -21
- package/esm2020/directives/icons/desktop/nimble-icon-desktop.module.mjs +0 -21
- package/esm2020/directives/icons/donut-chart/nimble-icon-donut-chart.directive.mjs +0 -21
- package/esm2020/directives/icons/donut-chart/nimble-icon-donut-chart.module.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.directive.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.module.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.directive.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.module.mjs +0 -21
- package/esm2020/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.directive.mjs +0 -21
- package/esm2020/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.module.mjs +0 -21
- package/esm2020/directives/icons/download/nimble-icon-download.directive.mjs +0 -21
- package/esm2020/directives/icons/download/nimble-icon-download.module.mjs +0 -21
- package/esm2020/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.directive.mjs +0 -21
- package/esm2020/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.module.mjs +0 -21
- package/esm2020/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.directive.mjs +0 -21
- package/esm2020/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.module.mjs +0 -21
- package/esm2020/directives/icons/eye/nimble-icon-eye.directive.mjs +0 -21
- package/esm2020/directives/icons/eye/nimble-icon-eye.module.mjs +0 -21
- package/esm2020/directives/icons/eye-dash/nimble-icon-eye-dash.directive.mjs +0 -21
- package/esm2020/directives/icons/eye-dash/nimble-icon-eye-dash.module.mjs +0 -21
- package/esm2020/directives/icons/fancy-a/nimble-icon-fancy-a.directive.mjs +0 -21
- package/esm2020/directives/icons/fancy-a/nimble-icon-fancy-a.module.mjs +0 -21
- package/esm2020/directives/icons/file/nimble-icon-file.directive.mjs +0 -21
- package/esm2020/directives/icons/file/nimble-icon-file.module.mjs +0 -21
- package/esm2020/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.directive.mjs +0 -21
- package/esm2020/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.module.mjs +0 -21
- package/esm2020/directives/icons/file-drawer/nimble-icon-file-drawer.directive.mjs +0 -21
- package/esm2020/directives/icons/file-drawer/nimble-icon-file-drawer.module.mjs +0 -21
- package/esm2020/directives/icons/file-search/nimble-icon-file-search.directive.mjs +0 -21
- package/esm2020/directives/icons/file-search/nimble-icon-file-search.module.mjs +0 -21
- package/esm2020/directives/icons/filter/nimble-icon-filter.directive.mjs +0 -21
- package/esm2020/directives/icons/filter/nimble-icon-filter.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk/nimble-icon-floppy-disk.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk/nimble-icon-floppy-disk.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.module.mjs +0 -21
- package/esm2020/directives/icons/folder/nimble-icon-folder.directive.mjs +0 -21
- package/esm2020/directives/icons/folder/nimble-icon-folder.module.mjs +0 -21
- package/esm2020/directives/icons/folder-open/nimble-icon-folder-open.directive.mjs +0 -21
- package/esm2020/directives/icons/folder-open/nimble-icon-folder-open.module.mjs +0 -21
- package/esm2020/directives/icons/forward-slash/nimble-icon-forward-slash.directive.mjs +0 -21
- package/esm2020/directives/icons/forward-slash/nimble-icon-forward-slash.module.mjs +0 -21
- package/esm2020/directives/icons/four-dots-square/nimble-icon-four-dots-square.directive.mjs +0 -21
- package/esm2020/directives/icons/four-dots-square/nimble-icon-four-dots-square.module.mjs +0 -21
- package/esm2020/directives/icons/function/nimble-icon-function.directive.mjs +0 -21
- package/esm2020/directives/icons/function/nimble-icon-function.module.mjs +0 -21
- package/esm2020/directives/icons/gauge-simple/nimble-icon-gauge-simple.directive.mjs +0 -21
- package/esm2020/directives/icons/gauge-simple/nimble-icon-gauge-simple.module.mjs +0 -21
- package/esm2020/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.directive.mjs +0 -21
- package/esm2020/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.module.mjs +0 -21
- package/esm2020/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.directive.mjs +0 -21
- package/esm2020/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.module.mjs +0 -21
- package/esm2020/directives/icons/hammer/nimble-icon-hammer.directive.mjs +0 -21
- package/esm2020/directives/icons/hammer/nimble-icon-hammer.module.mjs +0 -21
- package/esm2020/directives/icons/hashtag/nimble-icon-hashtag.directive.mjs +0 -21
- package/esm2020/directives/icons/hashtag/nimble-icon-hashtag.module.mjs +0 -21
- package/esm2020/directives/icons/home/nimble-icon-home.directive.mjs +0 -21
- package/esm2020/directives/icons/home/nimble-icon-home.module.mjs +0 -21
- package/esm2020/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.directive.mjs +0 -21
- package/esm2020/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.module.mjs +0 -21
- package/esm2020/directives/icons/hourglass/nimble-icon-hourglass.directive.mjs +0 -21
- package/esm2020/directives/icons/hourglass/nimble-icon-hourglass.module.mjs +0 -21
- package/esm2020/directives/icons/indent/nimble-icon-indent.directive.mjs +0 -21
- package/esm2020/directives/icons/indent/nimble-icon-indent.module.mjs +0 -21
- package/esm2020/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.directive.mjs +0 -21
- package/esm2020/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.module.mjs +0 -21
- package/esm2020/directives/icons/info/nimble-icon-info.directive.mjs +0 -21
- package/esm2020/directives/icons/info/nimble-icon-info.module.mjs +0 -21
- package/esm2020/directives/icons/info-circle/nimble-icon-info-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/info-circle/nimble-icon-info-circle.module.mjs +0 -21
- package/esm2020/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.directive.mjs +0 -21
- package/esm2020/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.module.mjs +0 -21
- package/esm2020/directives/icons/italic-i/nimble-icon-italic-i.directive.mjs +0 -21
- package/esm2020/directives/icons/italic-i/nimble-icon-italic-i.module.mjs +0 -21
- package/esm2020/directives/icons/key/nimble-icon-key.directive.mjs +0 -21
- package/esm2020/directives/icons/key/nimble-icon-key.module.mjs +0 -21
- package/esm2020/directives/icons/laptop/nimble-icon-laptop.directive.mjs +0 -21
- package/esm2020/directives/icons/laptop/nimble-icon-laptop.module.mjs +0 -21
- package/esm2020/directives/icons/layer-group/nimble-icon-layer-group.directive.mjs +0 -21
- package/esm2020/directives/icons/layer-group/nimble-icon-layer-group.module.mjs +0 -21
- package/esm2020/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.directive.mjs +0 -21
- package/esm2020/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.module.mjs +0 -21
- package/esm2020/directives/icons/link/nimble-icon-link.directive.mjs +0 -21
- package/esm2020/directives/icons/link/nimble-icon-link.module.mjs +0 -21
- package/esm2020/directives/icons/link-cancel/nimble-icon-link-cancel.directive.mjs +0 -21
- package/esm2020/directives/icons/link-cancel/nimble-icon-link-cancel.module.mjs +0 -21
- package/esm2020/directives/icons/list/nimble-icon-list.directive.mjs +0 -21
- package/esm2020/directives/icons/list/nimble-icon-list.module.mjs +0 -21
- package/esm2020/directives/icons/list-tree/nimble-icon-list-tree.directive.mjs +0 -21
- package/esm2020/directives/icons/list-tree/nimble-icon-list-tree.module.mjs +0 -21
- package/esm2020/directives/icons/list-tree-database/nimble-icon-list-tree-database.directive.mjs +0 -21
- package/esm2020/directives/icons/list-tree-database/nimble-icon-list-tree-database.module.mjs +0 -21
- package/esm2020/directives/icons/lock/nimble-icon-lock.directive.mjs +0 -21
- package/esm2020/directives/icons/lock/nimble-icon-lock.module.mjs +0 -21
- package/esm2020/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.directive.mjs +0 -21
- package/esm2020/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.module.mjs +0 -21
- package/esm2020/directives/icons/markdown/nimble-icon-markdown.directive.mjs +0 -21
- package/esm2020/directives/icons/markdown/nimble-icon-markdown.module.mjs +0 -21
- package/esm2020/directives/icons/minus/nimble-icon-minus.directive.mjs +0 -21
- package/esm2020/directives/icons/minus/nimble-icon-minus.module.mjs +0 -21
- package/esm2020/directives/icons/minus-wide/nimble-icon-minus-wide.directive.mjs +0 -21
- package/esm2020/directives/icons/minus-wide/nimble-icon-minus-wide.module.mjs +0 -21
- package/esm2020/directives/icons/mobile/nimble-icon-mobile.directive.mjs +0 -21
- package/esm2020/directives/icons/mobile/nimble-icon-mobile.module.mjs +0 -21
- package/esm2020/directives/icons/ni/nimble-icon-ni.directive.mjs +0 -21
- package/esm2020/directives/icons/ni/nimble-icon-ni.module.mjs +0 -21
- package/esm2020/directives/icons/notebook/nimble-icon-notebook.directive.mjs +0 -21
- package/esm2020/directives/icons/notebook/nimble-icon-notebook.module.mjs +0 -21
- package/esm2020/directives/icons/number-list/nimble-icon-number-list.directive.mjs +0 -21
- package/esm2020/directives/icons/number-list/nimble-icon-number-list.module.mjs +0 -21
- package/esm2020/directives/icons/outdent/nimble-icon-outdent.directive.mjs +0 -21
- package/esm2020/directives/icons/outdent/nimble-icon-outdent.module.mjs +0 -21
- package/esm2020/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.directive.mjs +0 -21
- package/esm2020/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.module.mjs +0 -21
- package/esm2020/directives/icons/paste/nimble-icon-paste.directive.mjs +0 -21
- package/esm2020/directives/icons/paste/nimble-icon-paste.module.mjs +0 -21
- package/esm2020/directives/icons/pause/nimble-icon-pause.directive.mjs +0 -21
- package/esm2020/directives/icons/pause/nimble-icon-pause.module.mjs +0 -21
- package/esm2020/directives/icons/pencil/nimble-icon-pencil.directive.mjs +0 -21
- package/esm2020/directives/icons/pencil/nimble-icon-pencil.module.mjs +0 -21
- package/esm2020/directives/icons/play/nimble-icon-play.directive.mjs +0 -21
- package/esm2020/directives/icons/play/nimble-icon-play.module.mjs +0 -21
- package/esm2020/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.directive.mjs +0 -21
- package/esm2020/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.module.mjs +0 -21
- package/esm2020/directives/icons/question/nimble-icon-question.directive.mjs +0 -21
- package/esm2020/directives/icons/question/nimble-icon-question.module.mjs +0 -21
- package/esm2020/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.module.mjs +0 -21
- package/esm2020/directives/icons/running-arrow/nimble-icon-running-arrow.directive.mjs +0 -21
- package/esm2020/directives/icons/running-arrow/nimble-icon-running-arrow.module.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.module.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.directive.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.module.mjs +0 -21
- package/esm2020/directives/icons/server/nimble-icon-server.directive.mjs +0 -21
- package/esm2020/directives/icons/server/nimble-icon-server.module.mjs +0 -21
- package/esm2020/directives/icons/share-nodes/nimble-icon-share-nodes.directive.mjs +0 -21
- package/esm2020/directives/icons/share-nodes/nimble-icon-share-nodes.module.mjs +0 -21
- package/esm2020/directives/icons/shield-check/nimble-icon-shield-check.directive.mjs +0 -21
- package/esm2020/directives/icons/shield-check/nimble-icon-shield-check.module.mjs +0 -21
- package/esm2020/directives/icons/shield-xmark/nimble-icon-shield-xmark.directive.mjs +0 -21
- package/esm2020/directives/icons/shield-xmark/nimble-icon-shield-xmark.module.mjs +0 -21
- package/esm2020/directives/icons/signal-bars/nimble-icon-signal-bars.directive.mjs +0 -21
- package/esm2020/directives/icons/signal-bars/nimble-icon-signal-bars.module.mjs +0 -21
- package/esm2020/directives/icons/sine-graph/nimble-icon-sine-graph.directive.mjs +0 -21
- package/esm2020/directives/icons/sine-graph/nimble-icon-sine-graph.module.mjs +0 -21
- package/esm2020/directives/icons/skip-arrow/nimble-icon-skip-arrow.directive.mjs +0 -21
- package/esm2020/directives/icons/skip-arrow/nimble-icon-skip-arrow.module.mjs +0 -21
- package/esm2020/directives/icons/spinner/nimble-icon-spinner.directive.mjs +0 -21
- package/esm2020/directives/icons/spinner/nimble-icon-spinner.module.mjs +0 -21
- package/esm2020/directives/icons/square-check/nimble-icon-square-check.directive.mjs +0 -21
- package/esm2020/directives/icons/square-check/nimble-icon-square-check.module.mjs +0 -21
- package/esm2020/directives/icons/square-t/nimble-icon-square-t.directive.mjs +0 -21
- package/esm2020/directives/icons/square-t/nimble-icon-square-t.module.mjs +0 -21
- package/esm2020/directives/icons/square-x/nimble-icon-square-x.directive.mjs +0 -21
- package/esm2020/directives/icons/square-x/nimble-icon-square-x.module.mjs +0 -21
- package/esm2020/directives/icons/stop-square/nimble-icon-stop-square.directive.mjs +0 -21
- package/esm2020/directives/icons/stop-square/nimble-icon-stop-square.module.mjs +0 -21
- package/esm2020/directives/icons/systemlink/nimble-icon-systemlink.directive.mjs +0 -21
- package/esm2020/directives/icons/systemlink/nimble-icon-systemlink.module.mjs +0 -21
- package/esm2020/directives/icons/t/nimble-icon-t.directive.mjs +0 -21
- package/esm2020/directives/icons/t/nimble-icon-t.module.mjs +0 -21
- package/esm2020/directives/icons/tablet/nimble-icon-tablet.directive.mjs +0 -21
- package/esm2020/directives/icons/tablet/nimble-icon-tablet.module.mjs +0 -21
- package/esm2020/directives/icons/tag/nimble-icon-tag.directive.mjs +0 -21
- package/esm2020/directives/icons/tag/nimble-icon-tag.module.mjs +0 -21
- package/esm2020/directives/icons/tags/nimble-icon-tags.directive.mjs +0 -21
- package/esm2020/directives/icons/tags/nimble-icon-tags.module.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.directive.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.module.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.directive.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.module.mjs +0 -21
- package/esm2020/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.directive.mjs +0 -21
- package/esm2020/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.module.mjs +0 -21
- package/esm2020/directives/icons/three-dots-line/nimble-icon-three-dots-line.directive.mjs +0 -21
- package/esm2020/directives/icons/three-dots-line/nimble-icon-three-dots-line.module.mjs +0 -21
- package/esm2020/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.module.mjs +0 -21
- package/esm2020/directives/icons/thumbtack/nimble-icon-thumbtack.directive.mjs +0 -21
- package/esm2020/directives/icons/thumbtack/nimble-icon-thumbtack.module.mjs +0 -21
- package/esm2020/directives/icons/tile-size/nimble-icon-tile-size.directive.mjs +0 -21
- package/esm2020/directives/icons/tile-size/nimble-icon-tile-size.module.mjs +0 -21
- package/esm2020/directives/icons/times/nimble-icon-times.directive.mjs +0 -21
- package/esm2020/directives/icons/times/nimble-icon-times.module.mjs +0 -21
- package/esm2020/directives/icons/trash/nimble-icon-trash.directive.mjs +0 -21
- package/esm2020/directives/icons/trash/nimble-icon-trash.module.mjs +0 -21
- package/esm2020/directives/icons/triangle/nimble-icon-triangle.directive.mjs +0 -21
- package/esm2020/directives/icons/triangle/nimble-icon-triangle.module.mjs +0 -21
- package/esm2020/directives/icons/triangle-filled/nimble-icon-triangle-filled.directive.mjs +0 -21
- package/esm2020/directives/icons/triangle-filled/nimble-icon-triangle-filled.module.mjs +0 -21
- package/esm2020/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.directive.mjs +0 -21
- package/esm2020/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.module.mjs +0 -21
- package/esm2020/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.directive.mjs +0 -21
- package/esm2020/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.module.mjs +0 -21
- package/esm2020/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.directive.mjs +0 -21
- package/esm2020/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.module.mjs +0 -21
- package/esm2020/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.module.mjs +0 -21
- package/esm2020/directives/icons/unlink/nimble-icon-unlink.directive.mjs +0 -21
- package/esm2020/directives/icons/unlink/nimble-icon-unlink.module.mjs +0 -21
- package/esm2020/directives/icons/unlock/nimble-icon-unlock.directive.mjs +0 -21
- package/esm2020/directives/icons/unlock/nimble-icon-unlock.module.mjs +0 -21
- package/esm2020/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.directive.mjs +0 -21
- package/esm2020/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.module.mjs +0 -21
- package/esm2020/directives/icons/upload/nimble-icon-upload.directive.mjs +0 -21
- package/esm2020/directives/icons/upload/nimble-icon-upload.module.mjs +0 -21
- package/esm2020/directives/icons/user/nimble-icon-user.directive.mjs +0 -21
- package/esm2020/directives/icons/user/nimble-icon-user.module.mjs +0 -21
- package/esm2020/directives/icons/watch/nimble-icon-watch.directive.mjs +0 -21
- package/esm2020/directives/icons/watch/nimble-icon-watch.module.mjs +0 -21
- package/esm2020/directives/icons/waveform/nimble-icon-waveform.directive.mjs +0 -21
- package/esm2020/directives/icons/waveform/nimble-icon-waveform.module.mjs +0 -21
- package/esm2020/directives/icons/webvi-custom/nimble-icon-webvi-custom.directive.mjs +0 -21
- package/esm2020/directives/icons/webvi-custom/nimble-icon-webvi-custom.module.mjs +0 -21
- package/esm2020/directives/icons/webvi-host/nimble-icon-webvi-host.directive.mjs +0 -21
- package/esm2020/directives/icons/webvi-host/nimble-icon-webvi-host.module.mjs +0 -21
- package/esm2020/directives/icons/window-code/nimble-icon-window-code.directive.mjs +0 -21
- package/esm2020/directives/icons/window-code/nimble-icon-window-code.module.mjs +0 -21
- package/esm2020/directives/icons/window-text/nimble-icon-window-text.directive.mjs +0 -21
- package/esm2020/directives/icons/window-text/nimble-icon-window-text.module.mjs +0 -21
- package/esm2020/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.directive.mjs +0 -21
- package/esm2020/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.module.mjs +0 -21
- package/esm2020/directives/icons/xmark/nimble-icon-xmark.directive.mjs +0 -21
- package/esm2020/directives/icons/xmark/nimble-icon-xmark.module.mjs +0 -21
- package/esm2020/directives/icons/xmark-check/nimble-icon-xmark-check.directive.mjs +0 -21
- package/esm2020/directives/icons/xmark-check/nimble-icon-xmark-check.module.mjs +0 -21
- package/esm2020/directives/list-option/nimble-combobox-list-option.directive.mjs +0 -55
- package/esm2020/directives/list-option/nimble-list-option.directive.mjs +0 -50
- package/esm2020/directives/list-option/nimble-list-option.module.mjs +0 -33
- package/esm2020/directives/list-option/nimble-select-list-option.directive.mjs +0 -29
- package/esm2020/directives/menu/nimble-menu.directive.mjs +0 -18
- package/esm2020/directives/menu/nimble-menu.module.mjs +0 -19
- package/esm2020/directives/menu-button/nimble-menu-button.directive.mjs +0 -65
- package/esm2020/directives/menu-button/nimble-menu-button.module.mjs +0 -19
- package/esm2020/directives/menu-item/nimble-menu-item.directive.mjs +0 -31
- package/esm2020/directives/menu-item/nimble-menu-item.module.mjs +0 -19
- package/esm2020/directives/number-field/nimble-number-field-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/number-field/nimble-number-field.directive.mjs +0 -103
- package/esm2020/directives/number-field/nimble-number-field.module.mjs +0 -20
- package/esm2020/directives/radio/nimble-radio-control-value-accessor.directive.mjs +0 -85
- package/esm2020/directives/radio/nimble-radio.directive.mjs +0 -31
- package/esm2020/directives/radio/nimble-radio.module.mjs +0 -21
- package/esm2020/directives/radio-group/nimble-radio-group.directive.mjs +0 -48
- package/esm2020/directives/radio-group/nimble-radio-group.module.mjs +0 -19
- package/esm2020/directives/select/nimble-select-control-value-accessor.directive.mjs +0 -34
- package/esm2020/directives/select/nimble-select.directive.mjs +0 -68
- package/esm2020/directives/select/nimble-select.module.mjs +0 -20
- package/esm2020/directives/spinner/nimble-spinner.directive.mjs +0 -30
- package/esm2020/directives/spinner/nimble-spinner.module.mjs +0 -19
- package/esm2020/directives/switch/nimble-switch-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/switch/nimble-switch.directive.mjs +0 -39
- package/esm2020/directives/switch/nimble-switch.module.mjs +0 -20
- package/esm2020/directives/tab/nimble-tab.directive.mjs +0 -31
- package/esm2020/directives/tab/nimble-tab.module.mjs +0 -19
- package/esm2020/directives/tab-panel/nimble-tab-panel.directive.mjs +0 -18
- package/esm2020/directives/tab-panel/nimble-tab-panel.module.mjs +0 -19
- package/esm2020/directives/tabs/nimble-tabs.directive.mjs +0 -41
- package/esm2020/directives/tabs/nimble-tabs.module.mjs +0 -19
- package/esm2020/directives/tabs-toolbar/nimble-tabs-toolbar.directive.mjs +0 -18
- package/esm2020/directives/tabs-toolbar/nimble-tabs-toolbar.module.mjs +0 -19
- package/esm2020/directives/text-area/nimble-text-area-control-value-accessor.directive.mjs +0 -39
- package/esm2020/directives/text-area/nimble-text-area.directive.mjs +0 -153
- package/esm2020/directives/text-area/nimble-text-area.module.mjs +0 -20
- package/esm2020/directives/text-field/nimble-text-field-control-value-accessor.directive.mjs +0 -39
- package/esm2020/directives/text-field/nimble-text-field.directive.mjs +0 -151
- package/esm2020/directives/text-field/nimble-text-field.module.mjs +0 -20
- package/esm2020/directives/theme-provider/nimble-theme-provider.directive.mjs +0 -46
- package/esm2020/directives/theme-provider/nimble-theme-provider.module.mjs +0 -19
- package/esm2020/directives/toggle-button/nimble-toggle-button-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/toggle-button/nimble-toggle-button.directive.mjs +0 -65
- package/esm2020/directives/toggle-button/nimble-toggle-button.module.mjs +0 -20
- package/esm2020/directives/toolbar/nimble-toolbar.directive.mjs +0 -18
- package/esm2020/directives/toolbar/nimble-toolbar.module.mjs +0 -19
- package/esm2020/directives/tooltip/nimble-tooltip.directive.mjs +0 -58
- package/esm2020/directives/tooltip/nimble-tooltip.module.mjs +0 -19
- package/esm2020/directives/tree-item/nimble-tree-item.directive.mjs +0 -60
- package/esm2020/directives/tree-item/nimble-tree-item.module.mjs +0 -19
- package/esm2020/directives/tree-view/nimble-tree-view.directive.mjs +0 -33
- package/esm2020/directives/tree-view/nimble-tree-view.module.mjs +0 -19
- package/esm2020/label-provider/core/nimble-label-provider-core-with-defaults.directive.mjs +0 -30
- package/esm2020/label-provider/core/nimble-label-provider-core.directive.mjs +0 -93
- package/esm2020/label-provider/core/nimble-label-provider-core.module.mjs +0 -22
- package/esm2020/label-provider/rich-text/nimble-label-provider-rich-text-with-defaults.directive.mjs +0 -26
- package/esm2020/label-provider/rich-text/nimble-label-provider-rich-text.directive.mjs +0 -57
- package/esm2020/label-provider/rich-text/nimble-label-provider-rich-text.module.mjs +0 -22
- package/esm2020/label-provider/table/nimble-label-provider-table-with-defaults.directive.mjs +0 -38
- package/esm2020/label-provider/table/nimble-label-provider-table.directive.mjs +0 -167
- package/esm2020/label-provider/table/nimble-label-provider-table.module.mjs +0 -22
- package/esm2020/mapping/base/nimble-mapping-base.directive.mjs +0 -25
- package/esm2020/mapping/icon/nimble-mapping-icon.directive.mjs +0 -48
- package/esm2020/mapping/icon/nimble-mapping-icon.module.mjs +0 -19
- package/esm2020/mapping/spinner/nimble-mapping-spinner.directive.mjs +0 -32
- package/esm2020/mapping/spinner/nimble-mapping-spinner.module.mjs +0 -19
- package/esm2020/mapping/text/nimble-mapping-text.directive.mjs +0 -32
- package/esm2020/mapping/text/nimble-mapping-text.module.mjs +0 -19
- package/esm2020/mapping/user/nimble-mapping-user.directive.mjs +0 -33
- package/esm2020/mapping/user/nimble-mapping-user.module.mjs +0 -19
- package/esm2020/pipes/duration.pipe.mjs +0 -31
- package/esm2020/pipes/number-text.pipe.mjs +0 -30
- package/esm2020/rich-text/editor/nimble-rich-text-editor.directive.mjs +0 -93
- package/esm2020/rich-text/editor/nimble-rich-text-editor.module.mjs +0 -19
- package/esm2020/rich-text/viewer/nimble-rich-text-viewer.directive.mjs +0 -37
- package/esm2020/rich-text/viewer/nimble-rich-text-viewer.module.mjs +0 -19
- package/esm2020/rich-text-mention/nimble-rich-text-mention-base.directive.mjs +0 -40
- package/esm2020/rich-text-mention/users/nimble-rich-text-mention-users.directive.mjs +0 -19
- package/esm2020/rich-text-mention/users/nimble-rich-text-mention-users.module.mjs +0 -19
- package/esm2020/table/nimble-table.directive.mjs +0 -95
- package/esm2020/table/nimble-table.module.mjs +0 -19
- package/esm2020/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.mjs +0 -49
- package/esm2020/table-column/anchor/nimble-table-column-anchor.directive.mjs +0 -160
- package/esm2020/table-column/anchor/nimble-table-column-anchor.module.mjs +0 -20
- package/esm2020/table-column/date-text/nimble-table-column-date-text.directive.mjs +0 -267
- package/esm2020/table-column/date-text/nimble-table-column-date-text.module.mjs +0 -19
- package/esm2020/table-column/duration-text/nimble-table-column-duration-text.directive.mjs +0 -76
- package/esm2020/table-column/duration-text/nimble-table-column-duration-text.module.mjs +0 -19
- package/esm2020/table-column/enum-text/nimble-table-column-enum-text.directive.mjs +0 -79
- package/esm2020/table-column/enum-text/nimble-table-column-enum-text.module.mjs +0 -19
- package/esm2020/table-column/icon/nimble-table-column-icon.directive.mjs +0 -77
- package/esm2020/table-column/icon/nimble-table-column-icon.module.mjs +0 -19
- package/esm2020/table-column/nimble-table-column-base.directive.mjs +0 -80
- package/esm2020/table-column/number-text/nimble-table-column-number-text.directive.mjs +0 -111
- package/esm2020/table-column/number-text/nimble-table-column-number-text.module.mjs +0 -19
- package/esm2020/table-column/text/nimble-table-column-text.directive.mjs +0 -76
- package/esm2020/table-column/text/nimble-table-column-text.module.mjs +0 -19
- package/esm2020/thirdparty/directives/checkbox_value_accessor.mjs +0 -70
- package/esm2020/thirdparty/directives/control_value_accessor.mjs +0 -216
- package/esm2020/thirdparty/directives/default_value_accessor.mjs +0 -141
- package/esm2020/thirdparty/directives/number_value_accessor.mjs +0 -82
- package/esm2020/thirdparty/directives/radio_control_value_accessor.mjs +0 -234
- package/esm2020/thirdparty/directives/router_link.mjs +0 -354
- package/esm2020/thirdparty/directives/select_control_value_accessor.mjs +0 -242
- package/esm2020/thirdparty/utils/coercion.mjs +0 -18
- package/esm2020/unit/byte/nimble-unit-byte.directive.mjs +0 -31
- package/esm2020/unit/byte/nimble-unit-byte.module.mjs +0 -19
- package/esm2020/unit/volt/nimble-unit-volt.directive.mjs +0 -18
- package/esm2020/unit/volt/nimble-unit-volt.module.mjs +0 -19
- package/fesm2015/ni-nimble-angular-card.mjs +0 -39
- package/fesm2015/ni-nimble-angular-card.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-label-provider-core.mjs +0 -146
- package/fesm2015/ni-nimble-angular-label-provider-core.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-label-provider-rich-text.mjs +0 -106
- package/fesm2015/ni-nimble-angular-label-provider-rich-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-label-provider-table.mjs +0 -228
- package/fesm2015/ni-nimble-angular-label-provider-table.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-base.mjs +0 -32
- package/fesm2015/ni-nimble-angular-mapping-base.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-icon.mjs +0 -69
- package/fesm2015/ni-nimble-angular-mapping-icon.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-spinner.mjs +0 -53
- package/fesm2015/ni-nimble-angular-mapping-spinner.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-text.mjs +0 -53
- package/fesm2015/ni-nimble-angular-mapping-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-user.mjs +0 -54
- package/fesm2015/ni-nimble-angular-mapping-user.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-pipes.mjs +0 -74
- package/fesm2015/ni-nimble-angular-pipes.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-editor.mjs +0 -116
- package/fesm2015/ni-nimble-angular-rich-text-editor.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-mention-users.mjs +0 -41
- package/fesm2015/ni-nimble-angular-rich-text-mention-users.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-mention.mjs +0 -47
- package/fesm2015/ni-nimble-angular-rich-text-mention.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-viewer.mjs +0 -60
- package/fesm2015/ni-nimble-angular-rich-text-viewer.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-anchor.mjs +0 -228
- package/fesm2015/ni-nimble-angular-table-column-anchor.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-date-text.mjs +0 -288
- package/fesm2015/ni-nimble-angular-table-column-date-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-duration-text.mjs +0 -97
- package/fesm2015/ni-nimble-angular-table-column-duration-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-enum-text.mjs +0 -100
- package/fesm2015/ni-nimble-angular-table-column-enum-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-icon.mjs +0 -98
- package/fesm2015/ni-nimble-angular-table-column-icon.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-number-text.mjs +0 -132
- package/fesm2015/ni-nimble-angular-table-column-number-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-text.mjs +0 -97
- package/fesm2015/ni-nimble-angular-table-column-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column.mjs +0 -86
- package/fesm2015/ni-nimble-angular-table-column.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table.mjs +0 -126
- package/fesm2015/ni-nimble-angular-table.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-unit-byte.mjs +0 -52
- package/fesm2015/ni-nimble-angular-unit-byte.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-unit-volt.mjs +0 -39
- package/fesm2015/ni-nimble-angular-unit-volt.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular.mjs +0 -10740
- package/fesm2015/ni-nimble-angular.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-card.mjs +0 -39
- package/fesm2020/ni-nimble-angular-card.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-internal-utilities.mjs +0 -53
- package/fesm2020/ni-nimble-angular-internal-utilities.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-label-provider-core.mjs +0 -146
- package/fesm2020/ni-nimble-angular-label-provider-core.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-label-provider-rich-text.mjs +0 -106
- package/fesm2020/ni-nimble-angular-label-provider-rich-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-label-provider-table.mjs +0 -228
- package/fesm2020/ni-nimble-angular-label-provider-table.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-base.mjs +0 -32
- package/fesm2020/ni-nimble-angular-mapping-base.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-icon.mjs +0 -69
- package/fesm2020/ni-nimble-angular-mapping-icon.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-spinner.mjs +0 -53
- package/fesm2020/ni-nimble-angular-mapping-spinner.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-text.mjs +0 -53
- package/fesm2020/ni-nimble-angular-mapping-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-user.mjs +0 -54
- package/fesm2020/ni-nimble-angular-mapping-user.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-pipes.mjs +0 -69
- package/fesm2020/ni-nimble-angular-pipes.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-editor-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-rich-text-editor-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-editor.mjs +0 -116
- package/fesm2020/ni-nimble-angular-rich-text-editor.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-mention-users.mjs +0 -41
- package/fesm2020/ni-nimble-angular-rich-text-mention-users.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-mention.mjs +0 -47
- package/fesm2020/ni-nimble-angular-rich-text-mention.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-viewer-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-rich-text-viewer-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-viewer.mjs +0 -60
- package/fesm2020/ni-nimble-angular-rich-text-viewer.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-select-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-select-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-anchor.mjs +0 -227
- package/fesm2020/ni-nimble-angular-table-column-anchor.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-date-text.mjs +0 -288
- package/fesm2020/ni-nimble-angular-table-column-date-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-duration-text.mjs +0 -97
- package/fesm2020/ni-nimble-angular-table-column-duration-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-enum-text.mjs +0 -100
- package/fesm2020/ni-nimble-angular-table-column-enum-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-icon.mjs +0 -98
- package/fesm2020/ni-nimble-angular-table-column-icon.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-number-text.mjs +0 -132
- package/fesm2020/ni-nimble-angular-table-column-number-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-text.mjs +0 -97
- package/fesm2020/ni-nimble-angular-table-column-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column.mjs +0 -86
- package/fesm2020/ni-nimble-angular-table-column.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-table-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table.mjs +0 -115
- package/fesm2020/ni-nimble-angular-table.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-unit-byte.mjs +0 -52
- package/fesm2020/ni-nimble-angular-unit-byte.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-unit-volt.mjs +0 -39
- package/fesm2020/ni-nimble-angular-unit-volt.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular.mjs +0 -10718
- package/fesm2020/ni-nimble-angular.mjs.map +0 -1
- package/thirdparty/utils/coercion.d.ts +0 -15
- /package/{esm2020 → esm2022}/card/ni-nimble-angular-card.mjs +0 -0
- /package/{esm2020 → esm2022}/card/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directives/icons/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal-utilities/ni-nimble-angular-internal-utilities.mjs +0 -0
- /package/{esm2020 → esm2022}/internal-utilities/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/internal-utilities/template-value-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/core/ni-nimble-angular-label-provider-core.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/core/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/rich-text/ni-nimble-angular-label-provider-rich-text.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/rich-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/table/ni-nimble-angular-label-provider-table.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/base/ni-nimble-angular-mapping-base.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/base/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/icon/ni-nimble-angular-mapping-icon.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/icon/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/spinner/ni-nimble-angular-mapping-spinner.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/spinner/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/text/ni-nimble-angular-mapping-text.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/user/ni-nimble-angular-mapping-user.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/user/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/ni-nimble-angular.mjs +0 -0
- /package/{esm2020 → esm2022}/pipes/ni-nimble-angular-pipes.mjs +0 -0
- /package/{esm2020 → esm2022}/pipes/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/ni-nimble-angular-rich-text-editor.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/testing/ni-nimble-angular-rich-text-editor-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/testing/rich-text-editor.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/ni-nimble-angular-rich-text-viewer.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/testing/ni-nimble-angular-rich-text-viewer-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/testing/rich-text-viewer.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/ni-nimble-angular-rich-text-mention.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/users/ni-nimble-angular-rich-text-mention-users.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/users/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/select/testing/ni-nimble-angular-select-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/select/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/select/testing/select.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/table/ni-nimble-angular-table.mjs +0 -0
- /package/{esm2020 → esm2022}/table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table/testing/ni-nimble-angular-table-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/table/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table/testing/table.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/anchor/ni-nimble-angular-table-column-anchor.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/anchor/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/date-text/ni-nimble-angular-table-column-date-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/date-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/duration-text/ni-nimble-angular-table-column-duration-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/duration-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/enum-text/ni-nimble-angular-table-column-enum-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/enum-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/icon/ni-nimble-angular-table-column-icon.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/icon/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/ni-nimble-angular-table-column.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/number-text/ni-nimble-angular-table-column-number-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/number-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/text/ni-nimble-angular-table-column-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/async-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/byte/ni-nimble-angular-unit-byte.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/byte/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/volt/ni-nimble-angular-unit-volt.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/volt/public-api.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-internal-utilities.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-internal-utilities.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-editor-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-editor-testing.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-viewer-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-viewer-testing.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-select-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-select-testing.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-table-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-table-testing.mjs.map +0 -0
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* [Nimble]
|
|
3
|
+
* Copied from https://github.com/angular/angular/blob/16.2.12/packages/forms/src/directives/number_value_accessor.ts
|
|
4
|
+
* with the following modifications:
|
|
5
|
+
* - Update imports
|
|
6
|
+
* - Remove all configuration from NumberValueAccessor's `@Directive` decorator
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @license
|
|
10
|
+
* Copyright Google LLC All Rights Reserved.
|
|
11
|
+
*
|
|
12
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
13
|
+
* found in the LICENSE file at https://angular.io/license
|
|
14
|
+
*/
|
|
15
|
+
import { Directive } from '@angular/core';
|
|
16
|
+
import { BuiltInControlValueAccessor } from './control_value_accessor';
|
|
17
|
+
import * as i0 from "@angular/core";
|
|
18
|
+
/* [Nimble] Do not register as a value accessor provider
|
|
19
|
+
const NUMBER_VALUE_ACCESSOR: Provider = {
|
|
20
|
+
provide: NG_VALUE_ACCESSOR,
|
|
21
|
+
useExisting: forwardRef(() => NumberValueAccessor),
|
|
22
|
+
multi: true
|
|
23
|
+
};
|
|
24
|
+
*/
|
|
25
|
+
/**
|
|
26
|
+
* @description
|
|
27
|
+
* The `ControlValueAccessor` for writing a number value and listening to number input changes.
|
|
28
|
+
* The value accessor is used by the `FormControlDirective`, `FormControlName`, and `NgModel`
|
|
29
|
+
* directives.
|
|
30
|
+
*
|
|
31
|
+
* @usageNotes
|
|
32
|
+
*
|
|
33
|
+
* ### Using a number input with a reactive form.
|
|
34
|
+
*
|
|
35
|
+
* The following example shows how to use a number input with a reactive form.
|
|
36
|
+
*
|
|
37
|
+
* ```ts
|
|
38
|
+
* const totalCountControl = new FormControl();
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* ```
|
|
42
|
+
* <input type="number" [formControl]="totalCountControl">
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @ngModule ReactiveFormsModule
|
|
46
|
+
* @ngModule FormsModule
|
|
47
|
+
* @publicApi
|
|
48
|
+
*/
|
|
49
|
+
/* [Nimble] Remove all configuration from @Directive decorator
|
|
50
|
+
@Directive({
|
|
51
|
+
selector:
|
|
52
|
+
'input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]',
|
|
53
|
+
host: {'(input)': 'onChange($event.target.value)', '(blur)': 'onTouched()'},
|
|
54
|
+
providers: [NUMBER_VALUE_ACCESSOR]
|
|
55
|
+
})
|
|
56
|
+
*/
|
|
57
|
+
export class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
58
|
+
/**
|
|
59
|
+
* Sets the "value" property on the input element.
|
|
60
|
+
* @nodoc
|
|
61
|
+
*/
|
|
62
|
+
writeValue(value) {
|
|
63
|
+
// The value needs to be normalized for IE9, otherwise it is set to 'null' when null
|
|
64
|
+
const normalizedValue = value == null ? '' : value;
|
|
65
|
+
this.setProperty('value', normalizedValue);
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Registers a function called when the control value changes.
|
|
69
|
+
* @nodoc
|
|
70
|
+
*/
|
|
71
|
+
registerOnChange(fn) {
|
|
72
|
+
this.onChange = (value) => {
|
|
73
|
+
fn(value == '' ? null : parseFloat(value));
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumberValueAccessor, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
77
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NumberValueAccessor, usesInheritance: true, ngImport: i0 }); }
|
|
78
|
+
}
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumberValueAccessor, decorators: [{
|
|
80
|
+
type: Directive
|
|
81
|
+
}] });
|
|
82
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtYmVyX3ZhbHVlX2FjY2Vzc29yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL3RoaXJkcGFydHkvZGlyZWN0aXZlcy9udW1iZXJfdmFsdWVfYWNjZXNzb3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7OztHQU1HO0FBR0g7Ozs7OztHQU1HO0FBRUgsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUd4QyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFFdkU7Ozs7OztFQU1FO0FBRUY7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBdUJHO0FBQ0g7Ozs7Ozs7RUFPRTtBQUVGLE1BQU0sT0FBTyxtQkFBb0IsU0FBUSwyQkFBMkI7SUFFbEU7OztPQUdHO0lBQ0gsVUFBVSxDQUFDLEtBQWE7UUFDdEIsb0ZBQW9GO1FBQ3BGLE1BQU0sZUFBZSxHQUFHLEtBQUssSUFBSSxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDO1FBQ25ELElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxFQUFFLGVBQWUsQ0FBQyxDQUFDO0lBQzdDLENBQUM7SUFFRDs7O09BR0c7SUFDTSxnQkFBZ0IsQ0FBQyxFQUE0QjtRQUNwRCxJQUFJLENBQUMsUUFBUSxHQUFHLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDeEIsRUFBRSxDQUFDLEtBQUssSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7UUFDN0MsQ0FBQyxDQUFDO0lBQ0osQ0FBQzsrR0FwQlUsbUJBQW1CO21HQUFuQixtQkFBbUI7OzRGQUFuQixtQkFBbUI7a0JBRC9CLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFtOaW1ibGVdXG4gKiBDb3BpZWQgZnJvbSBodHRwczovL2dpdGh1Yi5jb20vYW5ndWxhci9hbmd1bGFyL2Jsb2IvMTYuMi4xMi9wYWNrYWdlcy9mb3Jtcy9zcmMvZGlyZWN0aXZlcy9udW1iZXJfdmFsdWVfYWNjZXNzb3IudHNcbiAqIHdpdGggdGhlIGZvbGxvd2luZyBtb2RpZmljYXRpb25zOlxuICogLSBVcGRhdGUgaW1wb3J0c1xuICogLSBSZW1vdmUgYWxsIGNvbmZpZ3VyYXRpb24gZnJvbSBOdW1iZXJWYWx1ZUFjY2Vzc29yJ3MgYEBEaXJlY3RpdmVgIGRlY29yYXRvclxuICovXG5cblxuLyoqXG4gKiBAbGljZW5zZVxuICogQ29weXJpZ2h0IEdvb2dsZSBMTEMgQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbmltcG9ydCB7RGlyZWN0aXZlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHR5cGUgeyBDb250cm9sVmFsdWVBY2Nlc3NvciB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEJ1aWx0SW5Db250cm9sVmFsdWVBY2Nlc3NvciB9IGZyb20gJy4vY29udHJvbF92YWx1ZV9hY2Nlc3Nvcic7XG5cbi8qIFtOaW1ibGVdIERvIG5vdCByZWdpc3RlciBhcyBhIHZhbHVlIGFjY2Vzc29yIHByb3ZpZGVyXG5jb25zdCBOVU1CRVJfVkFMVUVfQUNDRVNTT1I6IFByb3ZpZGVyID0ge1xuICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gTnVtYmVyVmFsdWVBY2Nlc3NvciksXG4gIG11bHRpOiB0cnVlXG59O1xuKi9cblxuLyoqXG4gKiBAZGVzY3JpcHRpb25cbiAqIFRoZSBgQ29udHJvbFZhbHVlQWNjZXNzb3JgIGZvciB3cml0aW5nIGEgbnVtYmVyIHZhbHVlIGFuZCBsaXN0ZW5pbmcgdG8gbnVtYmVyIGlucHV0IGNoYW5nZXMuXG4gKiBUaGUgdmFsdWUgYWNjZXNzb3IgaXMgdXNlZCBieSB0aGUgYEZvcm1Db250cm9sRGlyZWN0aXZlYCwgYEZvcm1Db250cm9sTmFtZWAsIGFuZCBgTmdNb2RlbGBcbiAqIGRpcmVjdGl2ZXMuXG4gKlxuICogQHVzYWdlTm90ZXNcbiAqXG4gKiAjIyMgVXNpbmcgYSBudW1iZXIgaW5wdXQgd2l0aCBhIHJlYWN0aXZlIGZvcm0uXG4gKlxuICogVGhlIGZvbGxvd2luZyBleGFtcGxlIHNob3dzIGhvdyB0byB1c2UgYSBudW1iZXIgaW5wdXQgd2l0aCBhIHJlYWN0aXZlIGZvcm0uXG4gKlxuICogYGBgdHNcbiAqIGNvbnN0IHRvdGFsQ291bnRDb250cm9sID0gbmV3IEZvcm1Db250cm9sKCk7XG4gKiBgYGBcbiAqXG4gKiBgYGBcbiAqIDxpbnB1dCB0eXBlPVwibnVtYmVyXCIgW2Zvcm1Db250cm9sXT1cInRvdGFsQ291bnRDb250cm9sXCI+XG4gKiBgYGBcbiAqXG4gKiBAbmdNb2R1bGUgUmVhY3RpdmVGb3Jtc01vZHVsZVxuICogQG5nTW9kdWxlIEZvcm1zTW9kdWxlXG4gKiBAcHVibGljQXBpXG4gKi9cbi8qIFtOaW1ibGVdIFJlbW92ZSBhbGwgY29uZmlndXJhdGlvbiBmcm9tIEBEaXJlY3RpdmUgZGVjb3JhdG9yXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6XG4gICAgICAnaW5wdXRbdHlwZT1udW1iZXJdW2Zvcm1Db250cm9sTmFtZV0saW5wdXRbdHlwZT1udW1iZXJdW2Zvcm1Db250cm9sXSxpbnB1dFt0eXBlPW51bWJlcl1bbmdNb2RlbF0nLFxuICBob3N0OiB7JyhpbnB1dCknOiAnb25DaGFuZ2UoJGV2ZW50LnRhcmdldC52YWx1ZSknLCAnKGJsdXIpJzogJ29uVG91Y2hlZCgpJ30sXG4gIHByb3ZpZGVyczogW05VTUJFUl9WQUxVRV9BQ0NFU1NPUl1cbn0pXG4qL1xuQERpcmVjdGl2ZSgpXG5leHBvcnQgY2xhc3MgTnVtYmVyVmFsdWVBY2Nlc3NvciBleHRlbmRzIEJ1aWx0SW5Db250cm9sVmFsdWVBY2Nlc3NvciBpbXBsZW1lbnRzXG4gICAgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuICAvKipcbiAgICogU2V0cyB0aGUgXCJ2YWx1ZVwiIHByb3BlcnR5IG9uIHRoZSBpbnB1dCBlbGVtZW50LlxuICAgKiBAbm9kb2NcbiAgICovXG4gIHdyaXRlVmFsdWUodmFsdWU6IG51bWJlcik6IHZvaWQge1xuICAgIC8vIFRoZSB2YWx1ZSBuZWVkcyB0byBiZSBub3JtYWxpemVkIGZvciBJRTksIG90aGVyd2lzZSBpdCBpcyBzZXQgdG8gJ251bGwnIHdoZW4gbnVsbFxuICAgIGNvbnN0IG5vcm1hbGl6ZWRWYWx1ZSA9IHZhbHVlID09IG51bGwgPyAnJyA6IHZhbHVlO1xuICAgIHRoaXMuc2V0UHJvcGVydHkoJ3ZhbHVlJywgbm9ybWFsaXplZFZhbHVlKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBSZWdpc3RlcnMgYSBmdW5jdGlvbiBjYWxsZWQgd2hlbiB0aGUgY29udHJvbCB2YWx1ZSBjaGFuZ2VzLlxuICAgKiBAbm9kb2NcbiAgICovXG4gIG92ZXJyaWRlIHJlZ2lzdGVyT25DaGFuZ2UoZm46IChfOiBudW1iZXJ8bnVsbCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSAodmFsdWUpID0+IHtcbiAgICAgIGZuKHZhbHVlID09ICcnID8gbnVsbCA6IHBhcnNlRmxvYXQodmFsdWUpKTtcbiAgICB9O1xuICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* [Nimble]
|
|
3
|
+
* Copied from https://github.com/angular/angular/blob/16.2.12/packages/forms/src/directives/radio_control_value_accessor.ts
|
|
4
|
+
* with the following modifications:
|
|
5
|
+
* - Changed throwNameError() to throw Error instead of RuntimeError. This makes the file compile with Angular version 12.
|
|
6
|
+
* - Removed now-unused import for RuntimeErrorCode and RuntimeError
|
|
7
|
+
* - Updated import of ControlValueAccessor, NgControl, and NG_VALUE_ACCESSOR to pull from package export
|
|
8
|
+
* - Remove all configuration from RadioControlValueAccessor's `@Directive` decorator
|
|
9
|
+
* - Remove use of internal CALL_SET_DISABLED_STATE injection token, and inline default value
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* @license
|
|
13
|
+
* Copyright Google LLC All Rights Reserved.
|
|
14
|
+
*
|
|
15
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
16
|
+
* found in the LICENSE file at https://angular.io/license
|
|
17
|
+
*/
|
|
18
|
+
import { Directive, Injectable, Input, NgModule } from '@angular/core';
|
|
19
|
+
import { BuiltInControlValueAccessor } from './control_value_accessor';
|
|
20
|
+
import { NgControl } from '@angular/forms';
|
|
21
|
+
import * as i0 from "@angular/core";
|
|
22
|
+
/* [Nimble] Do not register as a value accessor provider
|
|
23
|
+
const RADIO_VALUE_ACCESSOR: Provider = {
|
|
24
|
+
provide: NG_VALUE_ACCESSOR,
|
|
25
|
+
useExisting: forwardRef(() => RadioControlValueAccessor),
|
|
26
|
+
multi: true
|
|
27
|
+
};
|
|
28
|
+
*/
|
|
29
|
+
function throwNameError() {
|
|
30
|
+
/* [Nimble] RuntimeErrorCode is not exported from @angular/forms in version 12; falling back to version 12 behavior
|
|
31
|
+
throw new RuntimeError(RuntimeErrorCode.NAME_AND_FORM_CONTROL_NAME_MUST_MATCH, `
|
|
32
|
+
*/
|
|
33
|
+
throw new Error(`
|
|
34
|
+
If you define both a name and a formControlName attribute on your radio button, their values
|
|
35
|
+
must match. Ex: <input type="radio" formControlName="food" name="food">
|
|
36
|
+
`);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Internal-only NgModule that works as a host for the `RadioControlRegistry` tree-shakable
|
|
40
|
+
* provider. Note: the `InternalFormsSharedModule` can not be used here directly, since it's
|
|
41
|
+
* declared *after* the `RadioControlRegistry` class and the `providedIn` doesn't support
|
|
42
|
+
* `forwardRef` logic.
|
|
43
|
+
*/
|
|
44
|
+
export class RadioControlRegistryModule {
|
|
45
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioControlRegistryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
46
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: RadioControlRegistryModule }); }
|
|
47
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioControlRegistryModule }); }
|
|
48
|
+
}
|
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioControlRegistryModule, decorators: [{
|
|
50
|
+
type: NgModule
|
|
51
|
+
}] });
|
|
52
|
+
/**
|
|
53
|
+
* @description
|
|
54
|
+
* Class used by Angular to track radio buttons. For internal use only.
|
|
55
|
+
*/
|
|
56
|
+
export class RadioControlRegistry {
|
|
57
|
+
constructor() {
|
|
58
|
+
this._accessors = [];
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @description
|
|
62
|
+
* Adds a control to the internal registry. For internal use only.
|
|
63
|
+
*/
|
|
64
|
+
add(control, accessor) {
|
|
65
|
+
this._accessors.push([control, accessor]);
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @description
|
|
69
|
+
* Removes a control from the internal registry. For internal use only.
|
|
70
|
+
*/
|
|
71
|
+
remove(accessor) {
|
|
72
|
+
for (let i = this._accessors.length - 1; i >= 0; --i) {
|
|
73
|
+
if (this._accessors[i][1] === accessor) {
|
|
74
|
+
this._accessors.splice(i, 1);
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @description
|
|
81
|
+
* Selects a radio button. For internal use only.
|
|
82
|
+
*/
|
|
83
|
+
select(accessor) {
|
|
84
|
+
this._accessors.forEach((c) => {
|
|
85
|
+
if (this._isSameGroup(c, accessor) && c[1] !== accessor) {
|
|
86
|
+
c[1].fireUncheck(accessor.value);
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
_isSameGroup(controlPair, accessor) {
|
|
91
|
+
if (!controlPair[0].control)
|
|
92
|
+
return false;
|
|
93
|
+
// @ts-expect-error: [Nimble] Use of internal NgControl member _parent
|
|
94
|
+
return controlPair[0]._parent === accessor._control._parent &&
|
|
95
|
+
controlPair[1].name === accessor.name;
|
|
96
|
+
}
|
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioControlRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
98
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioControlRegistry, providedIn: RadioControlRegistryModule }); }
|
|
99
|
+
}
|
|
100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioControlRegistry, decorators: [{
|
|
101
|
+
type: Injectable,
|
|
102
|
+
args: [{ providedIn: RadioControlRegistryModule }]
|
|
103
|
+
}] });
|
|
104
|
+
/**
|
|
105
|
+
* @description
|
|
106
|
+
* The `ControlValueAccessor` for writing radio control values and listening to radio control
|
|
107
|
+
* changes. The value accessor is used by the `FormControlDirective`, `FormControlName`, and
|
|
108
|
+
* `NgModel` directives.
|
|
109
|
+
*
|
|
110
|
+
* @usageNotes
|
|
111
|
+
*
|
|
112
|
+
* ### Using radio buttons with reactive form directives
|
|
113
|
+
*
|
|
114
|
+
* The follow example shows how to use radio buttons in a reactive form. When using radio buttons in
|
|
115
|
+
* a reactive form, radio buttons in the same group should have the same `formControlName`.
|
|
116
|
+
* Providing a `name` attribute is optional.
|
|
117
|
+
*
|
|
118
|
+
* {@example forms/ts/reactiveRadioButtons/reactive_radio_button_example.ts region='Reactive'}
|
|
119
|
+
*
|
|
120
|
+
* @ngModule ReactiveFormsModule
|
|
121
|
+
* @ngModule FormsModule
|
|
122
|
+
* @publicApi
|
|
123
|
+
*/
|
|
124
|
+
/* [Nimble] Remove all configuration from @Directive decorator
|
|
125
|
+
@Directive({
|
|
126
|
+
selector:
|
|
127
|
+
'input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]',
|
|
128
|
+
host: {'(change)': 'onChange()', '(blur)': 'onTouched()'},
|
|
129
|
+
providers: [RADIO_VALUE_ACCESSOR]
|
|
130
|
+
})
|
|
131
|
+
*/
|
|
132
|
+
export class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
133
|
+
//inject(CALL_SET_DISABLED_STATE, {optional: true}) ?? setDisabledStateDefault;
|
|
134
|
+
constructor(renderer, elementRef, _registry, _injector) {
|
|
135
|
+
super(renderer, elementRef);
|
|
136
|
+
this._registry = _registry;
|
|
137
|
+
this._injector = _injector;
|
|
138
|
+
this.setDisabledStateFired = false;
|
|
139
|
+
/**
|
|
140
|
+
* The registered callback function called when a change event occurs on the input element.
|
|
141
|
+
* Note: we declare `onChange` here (also used as host listener) as a function with no arguments
|
|
142
|
+
* to override the `onChange` function (which expects 1 argument) in the parent
|
|
143
|
+
* `BaseControlValueAccessor` class.
|
|
144
|
+
* @nodoc
|
|
145
|
+
*/
|
|
146
|
+
this.onChange = () => { };
|
|
147
|
+
// [Nimble]: Can't override default behavior by injection token, because it is not exported. Inlining value of setDisabledStateDefault.
|
|
148
|
+
this.callSetDisabledState = 'always';
|
|
149
|
+
}
|
|
150
|
+
/** @nodoc */
|
|
151
|
+
ngOnInit() {
|
|
152
|
+
this._control = this._injector.get(NgControl);
|
|
153
|
+
this._checkName();
|
|
154
|
+
this._registry.add(this._control, this);
|
|
155
|
+
}
|
|
156
|
+
/** @nodoc */
|
|
157
|
+
ngOnDestroy() {
|
|
158
|
+
this._registry.remove(this);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Sets the "checked" property value on the radio input element.
|
|
162
|
+
* @nodoc
|
|
163
|
+
*/
|
|
164
|
+
writeValue(value) {
|
|
165
|
+
this._state = value === this.value;
|
|
166
|
+
this.setProperty('checked', this._state);
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Registers a function called when the control value changes.
|
|
170
|
+
* @nodoc
|
|
171
|
+
*/
|
|
172
|
+
registerOnChange(fn) {
|
|
173
|
+
this._fn = fn;
|
|
174
|
+
this.onChange = () => {
|
|
175
|
+
fn(this.value);
|
|
176
|
+
this._registry.select(this);
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
/** @nodoc */
|
|
180
|
+
setDisabledState(isDisabled) {
|
|
181
|
+
/**
|
|
182
|
+
* `setDisabledState` is supposed to be called whenever the disabled state of a control changes,
|
|
183
|
+
* including upon control creation. However, a longstanding bug caused the method to not fire
|
|
184
|
+
* when an *enabled* control was attached. This bug was fixed in v15 in #47576.
|
|
185
|
+
*
|
|
186
|
+
* This had a side effect: previously, it was possible to instantiate a reactive form control
|
|
187
|
+
* with `[attr.disabled]=true`, even though the corresponding control was enabled in the
|
|
188
|
+
* model. This resulted in a mismatch between the model and the DOM. Now, because
|
|
189
|
+
* `setDisabledState` is always called, the value in the DOM will be immediately overwritten
|
|
190
|
+
* with the "correct" enabled value.
|
|
191
|
+
*
|
|
192
|
+
* However, the fix also created an exceptional case: radio buttons. Because Reactive Forms
|
|
193
|
+
* models the entire group of radio buttons as a single `FormControl`, there is no way to
|
|
194
|
+
* control the disabled state for individual radios, so they can no longer be configured as
|
|
195
|
+
* disabled. Thus, we keep the old behavior for radio buttons, so that `[attr.disabled]`
|
|
196
|
+
* continues to work. Specifically, we drop the first call to `setDisabledState` if `disabled`
|
|
197
|
+
* is `false`, and we are not in legacy mode.
|
|
198
|
+
*/
|
|
199
|
+
if (this.setDisabledStateFired || isDisabled ||
|
|
200
|
+
this.callSetDisabledState === 'whenDisabledForLegacyCode') {
|
|
201
|
+
this.setProperty('disabled', isDisabled);
|
|
202
|
+
}
|
|
203
|
+
this.setDisabledStateFired = true;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* Sets the "value" on the radio input element and unchecks it.
|
|
207
|
+
*
|
|
208
|
+
* @param value
|
|
209
|
+
*/
|
|
210
|
+
fireUncheck(value) {
|
|
211
|
+
this.writeValue(value);
|
|
212
|
+
}
|
|
213
|
+
_checkName() {
|
|
214
|
+
if (this.name && this.formControlName && this.name !== this.formControlName &&
|
|
215
|
+
// @ts-expect-error: [Nimble] ngDevMode is not defined
|
|
216
|
+
(typeof ngDevMode === 'undefined' || ngDevMode)) {
|
|
217
|
+
throwNameError();
|
|
218
|
+
}
|
|
219
|
+
if (!this.name && this.formControlName)
|
|
220
|
+
this.name = this.formControlName;
|
|
221
|
+
}
|
|
222
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioControlValueAccessor, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: RadioControlRegistry }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
223
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RadioControlValueAccessor, inputs: { name: "name", formControlName: "formControlName", value: "value" }, usesInheritance: true, ngImport: i0 }); }
|
|
224
|
+
}
|
|
225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioControlValueAccessor, decorators: [{
|
|
226
|
+
type: Directive
|
|
227
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: RadioControlRegistry }, { type: i0.Injector }]; }, propDecorators: { name: [{
|
|
228
|
+
type: Input
|
|
229
|
+
}], formControlName: [{
|
|
230
|
+
type: Input
|
|
231
|
+
}], value: [{
|
|
232
|
+
type: Input
|
|
233
|
+
}] } });
|
|
234
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW9fY29udHJvbF92YWx1ZV9hY2Nlc3Nvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3NyYy90aGlyZHBhcnR5L2RpcmVjdGl2ZXMvcmFkaW9fY29udHJvbF92YWx1ZV9hY2Nlc3Nvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7O0dBU0c7QUFFSDs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsU0FBUyxFQUFjLFVBQVUsRUFBWSxLQUFLLEVBQUUsUUFBUSxFQUErQixNQUFNLGVBQWUsQ0FBQztBQUV6SCxPQUFPLEVBQUMsMkJBQTJCLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUNyRSxPQUFPLEVBQXVCLFNBQVMsRUFBeUIsTUFBTSxnQkFBZ0IsQ0FBQzs7QUFFdkY7Ozs7OztFQU1FO0FBRUYsU0FBUyxjQUFjO0lBQ3JCOztNQUVFO0lBQ0YsTUFBTSxJQUFJLEtBQUssQ0FBQzs7O0tBR2IsQ0FBQyxDQUFDO0FBQ1AsQ0FBQztBQUVEOzs7OztHQUtHO0FBRUgsTUFBTSxPQUFPLDBCQUEwQjsrR0FBMUIsMEJBQTBCO2dIQUExQiwwQkFBMEI7Z0hBQTFCLDBCQUEwQjs7NEZBQTFCLDBCQUEwQjtrQkFEdEMsUUFBUTs7QUFJVDs7O0dBR0c7QUFFSCxNQUFNLE9BQU8sb0JBQW9CO0lBRGpDO1FBRVUsZUFBVSxHQUFVLEVBQUUsQ0FBQztLQTJDaEM7SUF6Q0M7OztPQUdHO0lBQ0gsR0FBRyxDQUFDLE9BQWtCLEVBQUUsUUFBbUM7UUFDekQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxPQUFPLEVBQUUsUUFBUSxDQUFDLENBQUMsQ0FBQztJQUM1QyxDQUFDO0lBRUQ7OztPQUdHO0lBQ0gsTUFBTSxDQUFDLFFBQW1DO1FBQ3hDLEtBQUssSUFBSSxDQUFDLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRSxDQUFDLEVBQUU7WUFDcEQsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLFFBQVEsRUFBRTtnQkFDdEMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO2dCQUM3QixPQUFPO2FBQ1I7U0FDRjtJQUNILENBQUM7SUFFRDs7O09BR0c7SUFDSCxNQUFNLENBQUMsUUFBbUM7UUFDeEMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtZQUM1QixJQUFJLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxFQUFFLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsS0FBSyxRQUFRLEVBQUU7Z0JBQ3ZELENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO2FBQ2xDO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRU8sWUFBWSxDQUNoQixXQUFtRCxFQUNuRCxRQUFtQztRQUNyQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU87WUFBRSxPQUFPLEtBQUssQ0FBQztRQUMxQyxzRUFBc0U7UUFDdEUsT0FBTyxXQUFXLENBQUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxLQUFLLFFBQVEsQ0FBQyxRQUFRLENBQUMsT0FBTztZQUN2RCxXQUFXLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxLQUFLLFFBQVEsQ0FBQyxJQUFJLENBQUM7SUFDNUMsQ0FBQzsrR0EzQ1Usb0JBQW9CO21IQUFwQixvQkFBb0IsY0FEUiwwQkFBMEI7OzRGQUN0QyxvQkFBb0I7a0JBRGhDLFVBQVU7bUJBQUMsRUFBQyxVQUFVLEVBQUUsMEJBQTBCLEVBQUM7O0FBK0NwRDs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQW1CRztBQUNIOzs7Ozs7O0VBT0U7QUFFRixNQUFNLE9BQU8seUJBQTBCLFNBQVEsMkJBQTJCO0lBOENwRSwrRUFBK0U7SUFFbkYsWUFDSSxRQUFtQixFQUFFLFVBQXNCLEVBQVUsU0FBK0IsRUFDNUUsU0FBbUI7UUFDN0IsS0FBSyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztRQUYyQixjQUFTLEdBQVQsU0FBUyxDQUFzQjtRQUM1RSxjQUFTLEdBQVQsU0FBUyxDQUFVO1FBdEN2QiwwQkFBcUIsR0FBRyxLQUFLLENBQUM7UUFFdEM7Ozs7OztXQU1HO1FBQ00sYUFBUSxHQUFHLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztRQXVCN0IsdUlBQXVJO1FBQy9ILHlCQUFvQixHQUEyQixRQUFRLENBQUM7SUFPaEUsQ0FBQztJQUVELGFBQWE7SUFDYixRQUFRO1FBQ04sSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUM5QyxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUMxQyxDQUFDO0lBRUQsYUFBYTtJQUNiLFdBQVc7UUFDVCxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBRUQ7OztPQUdHO0lBQ0gsVUFBVSxDQUFDLEtBQVU7UUFDbkIsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLEtBQUssSUFBSSxDQUFDLEtBQUssQ0FBQztRQUNuQyxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDM0MsQ0FBQztJQUVEOzs7T0FHRztJQUNNLGdCQUFnQixDQUFDLEVBQWtCO1FBQzFDLElBQUksQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDO1FBQ2QsSUFBSSxDQUFDLFFBQVEsR0FBRyxHQUFHLEVBQUU7WUFDbkIsRUFBRSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUNmLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzlCLENBQUMsQ0FBQztJQUNKLENBQUM7SUFFRCxhQUFhO0lBQ0osZ0JBQWdCLENBQUMsVUFBbUI7UUFDM0M7Ozs7Ozs7Ozs7Ozs7Ozs7O1dBaUJHO1FBQ0gsSUFBSSxJQUFJLENBQUMscUJBQXFCLElBQUksVUFBVTtZQUN4QyxJQUFJLENBQUMsb0JBQW9CLEtBQUssMkJBQTJCLEVBQUU7WUFDN0QsSUFBSSxDQUFDLFdBQVcsQ0FBQyxVQUFVLEVBQUUsVUFBVSxDQUFDLENBQUM7U0FDMUM7UUFDRCxJQUFJLENBQUMscUJBQXFCLEdBQUcsSUFBSSxDQUFDO0lBQ3BDLENBQUM7SUFFRDs7OztPQUlHO0lBQ0gsV0FBVyxDQUFDLEtBQVU7UUFDcEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN6QixDQUFDO0lBRU8sVUFBVTtRQUNoQixJQUFJLElBQUksQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGVBQWUsSUFBSSxJQUFJLENBQUMsSUFBSSxLQUFLLElBQUksQ0FBQyxlQUFlO1lBQ3ZFLHNEQUFzRDtZQUN0RCxDQUFDLE9BQU8sU0FBUyxLQUFLLFdBQVcsSUFBSSxTQUFTLENBQUMsRUFBRTtZQUNuRCxjQUFjLEVBQUUsQ0FBQztTQUNsQjtRQUNELElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxlQUFlO1lBQUUsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDO0lBQzNFLENBQUM7K0dBbElVLHlCQUF5QjttR0FBekIseUJBQXlCOzs0RkFBekIseUJBQXlCO2tCQURyQyxTQUFTO2dMQTZCQyxJQUFJO3NCQUFaLEtBQUs7Z0JBUUcsZUFBZTtzQkFBdkIsS0FBSztnQkFNRyxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFtOaW1ibGVdXG4gKiBDb3BpZWQgZnJvbSBodHRwczovL2dpdGh1Yi5jb20vYW5ndWxhci9hbmd1bGFyL2Jsb2IvMTYuMi4xMi9wYWNrYWdlcy9mb3Jtcy9zcmMvZGlyZWN0aXZlcy9yYWRpb19jb250cm9sX3ZhbHVlX2FjY2Vzc29yLnRzXG4gKiB3aXRoIHRoZSBmb2xsb3dpbmcgbW9kaWZpY2F0aW9uczpcbiAqIC0gQ2hhbmdlZCB0aHJvd05hbWVFcnJvcigpIHRvIHRocm93IEVycm9yIGluc3RlYWQgb2YgUnVudGltZUVycm9yLiBUaGlzIG1ha2VzIHRoZSBmaWxlIGNvbXBpbGUgd2l0aCBBbmd1bGFyIHZlcnNpb24gMTIuXG4gKiAtIFJlbW92ZWQgbm93LXVudXNlZCBpbXBvcnQgZm9yIFJ1bnRpbWVFcnJvckNvZGUgYW5kIFJ1bnRpbWVFcnJvclxuICogLSBVcGRhdGVkIGltcG9ydCBvZiBDb250cm9sVmFsdWVBY2Nlc3NvciwgTmdDb250cm9sLCBhbmQgTkdfVkFMVUVfQUNDRVNTT1IgdG8gcHVsbCBmcm9tIHBhY2thZ2UgZXhwb3J0XG4gKiAtIFJlbW92ZSBhbGwgY29uZmlndXJhdGlvbiBmcm9tIFJhZGlvQ29udHJvbFZhbHVlQWNjZXNzb3IncyBgQERpcmVjdGl2ZWAgZGVjb3JhdG9yXG4gKiAtIFJlbW92ZSB1c2Ugb2YgaW50ZXJuYWwgQ0FMTF9TRVRfRElTQUJMRURfU1RBVEUgaW5qZWN0aW9uIHRva2VuLCBhbmQgaW5saW5lIGRlZmF1bHQgdmFsdWVcbiAqL1xuXG4vKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIExMQyBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICpcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vYW5ndWxhci5pby9saWNlbnNlXG4gKi9cblxuaW1wb3J0IHtEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIEluamVjdGFibGUsIEluamVjdG9yLCBJbnB1dCwgTmdNb2R1bGUsIE9uRGVzdHJveSwgT25Jbml0LCBSZW5kZXJlcjJ9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge0J1aWx0SW5Db250cm9sVmFsdWVBY2Nlc3Nvcn0gZnJvbSAnLi9jb250cm9sX3ZhbHVlX2FjY2Vzc29yJztcbmltcG9ydCB7Q29udHJvbFZhbHVlQWNjZXNzb3IsIE5nQ29udHJvbCwgU2V0RGlzYWJsZWRTdGF0ZU9wdGlvbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG4vKiBbTmltYmxlXSBEbyBub3QgcmVnaXN0ZXIgYXMgYSB2YWx1ZSBhY2Nlc3NvciBwcm92aWRlclxuY29uc3QgUkFESU9fVkFMVUVfQUNDRVNTT1I6IFByb3ZpZGVyID0ge1xuICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gUmFkaW9Db250cm9sVmFsdWVBY2Nlc3NvciksXG4gIG11bHRpOiB0cnVlXG59O1xuKi9cblxuZnVuY3Rpb24gdGhyb3dOYW1lRXJyb3IoKSB7XG4gIC8qIFtOaW1ibGVdIFJ1bnRpbWVFcnJvckNvZGUgaXMgbm90IGV4cG9ydGVkIGZyb20gQGFuZ3VsYXIvZm9ybXMgaW4gdmVyc2lvbiAxMjsgZmFsbGluZyBiYWNrIHRvIHZlcnNpb24gMTIgYmVoYXZpb3JcbiAgdGhyb3cgbmV3IFJ1bnRpbWVFcnJvcihSdW50aW1lRXJyb3JDb2RlLk5BTUVfQU5EX0ZPUk1fQ09OVFJPTF9OQU1FX01VU1RfTUFUQ0gsIGBcbiAgKi9cbiAgdGhyb3cgbmV3IEVycm9yKGBcbiAgICAgIElmIHlvdSBkZWZpbmUgYm90aCBhIG5hbWUgYW5kIGEgZm9ybUNvbnRyb2xOYW1lIGF0dHJpYnV0ZSBvbiB5b3VyIHJhZGlvIGJ1dHRvbiwgdGhlaXIgdmFsdWVzXG4gICAgICBtdXN0IG1hdGNoLiBFeDogPGlucHV0IHR5cGU9XCJyYWRpb1wiIGZvcm1Db250cm9sTmFtZT1cImZvb2RcIiBuYW1lPVwiZm9vZFwiPlxuICAgIGApO1xufVxuXG4vKipcbiAqIEludGVybmFsLW9ubHkgTmdNb2R1bGUgdGhhdCB3b3JrcyBhcyBhIGhvc3QgZm9yIHRoZSBgUmFkaW9Db250cm9sUmVnaXN0cnlgIHRyZWUtc2hha2FibGVcbiAqIHByb3ZpZGVyLiBOb3RlOiB0aGUgYEludGVybmFsRm9ybXNTaGFyZWRNb2R1bGVgIGNhbiBub3QgYmUgdXNlZCBoZXJlIGRpcmVjdGx5LCBzaW5jZSBpdCdzXG4gKiBkZWNsYXJlZCAqYWZ0ZXIqIHRoZSBgUmFkaW9Db250cm9sUmVnaXN0cnlgIGNsYXNzIGFuZCB0aGUgYHByb3ZpZGVkSW5gIGRvZXNuJ3Qgc3VwcG9ydFxuICogYGZvcndhcmRSZWZgIGxvZ2ljLlxuICovXG5ATmdNb2R1bGUoKVxuZXhwb3J0IGNsYXNzIFJhZGlvQ29udHJvbFJlZ2lzdHJ5TW9kdWxlIHtcbn1cblxuLyoqXG4gKiBAZGVzY3JpcHRpb25cbiAqIENsYXNzIHVzZWQgYnkgQW5ndWxhciB0byB0cmFjayByYWRpbyBidXR0b25zLiBGb3IgaW50ZXJuYWwgdXNlIG9ubHkuXG4gKi9cbkBJbmplY3RhYmxlKHtwcm92aWRlZEluOiBSYWRpb0NvbnRyb2xSZWdpc3RyeU1vZHVsZX0pXG5leHBvcnQgY2xhc3MgUmFkaW9Db250cm9sUmVnaXN0cnkge1xuICBwcml2YXRlIF9hY2Nlc3NvcnM6IGFueVtdID0gW107XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKiBBZGRzIGEgY29udHJvbCB0byB0aGUgaW50ZXJuYWwgcmVnaXN0cnkuIEZvciBpbnRlcm5hbCB1c2Ugb25seS5cbiAgICovXG4gIGFkZChjb250cm9sOiBOZ0NvbnRyb2wsIGFjY2Vzc29yOiBSYWRpb0NvbnRyb2xWYWx1ZUFjY2Vzc29yKSB7XG4gICAgdGhpcy5fYWNjZXNzb3JzLnB1c2goW2NvbnRyb2wsIGFjY2Vzc29yXSk7XG4gIH1cblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIFJlbW92ZXMgYSBjb250cm9sIGZyb20gdGhlIGludGVybmFsIHJlZ2lzdHJ5LiBGb3IgaW50ZXJuYWwgdXNlIG9ubHkuXG4gICAqL1xuICByZW1vdmUoYWNjZXNzb3I6IFJhZGlvQ29udHJvbFZhbHVlQWNjZXNzb3IpIHtcbiAgICBmb3IgKGxldCBpID0gdGhpcy5fYWNjZXNzb3JzLmxlbmd0aCAtIDE7IGkgPj0gMDsgLS1pKSB7XG4gICAgICBpZiAodGhpcy5fYWNjZXNzb3JzW2ldWzFdID09PSBhY2Nlc3Nvcikge1xuICAgICAgICB0aGlzLl9hY2Nlc3NvcnMuc3BsaWNlKGksIDEpO1xuICAgICAgICByZXR1cm47XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKiBTZWxlY3RzIGEgcmFkaW8gYnV0dG9uLiBGb3IgaW50ZXJuYWwgdXNlIG9ubHkuXG4gICAqL1xuICBzZWxlY3QoYWNjZXNzb3I6IFJhZGlvQ29udHJvbFZhbHVlQWNjZXNzb3IpIHtcbiAgICB0aGlzLl9hY2Nlc3NvcnMuZm9yRWFjaCgoYykgPT4ge1xuICAgICAgaWYgKHRoaXMuX2lzU2FtZUdyb3VwKGMsIGFjY2Vzc29yKSAmJiBjWzFdICE9PSBhY2Nlc3Nvcikge1xuICAgICAgICBjWzFdLmZpcmVVbmNoZWNrKGFjY2Vzc29yLnZhbHVlKTtcbiAgICAgIH1cbiAgICB9KTtcbiAgfVxuXG4gIHByaXZhdGUgX2lzU2FtZUdyb3VwKFxuICAgICAgY29udHJvbFBhaXI6IFtOZ0NvbnRyb2wsIFJhZGlvQ29udHJvbFZhbHVlQWNjZXNzb3JdLFxuICAgICAgYWNjZXNzb3I6IFJhZGlvQ29udHJvbFZhbHVlQWNjZXNzb3IpOiBib29sZWFuIHtcbiAgICBpZiAoIWNvbnRyb2xQYWlyWzBdLmNvbnRyb2wpIHJldHVybiBmYWxzZTtcbiAgICAvLyBAdHMtZXhwZWN0LWVycm9yOiBbTmltYmxlXSBVc2Ugb2YgaW50ZXJuYWwgTmdDb250cm9sIG1lbWJlciBfcGFyZW50XG4gICAgcmV0dXJuIGNvbnRyb2xQYWlyWzBdLl9wYXJlbnQgPT09IGFjY2Vzc29yLl9jb250cm9sLl9wYXJlbnQgJiZcbiAgICAgICAgY29udHJvbFBhaXJbMV0ubmFtZSA9PT0gYWNjZXNzb3IubmFtZTtcbiAgfVxufVxuXG4vKipcbiAqIEBkZXNjcmlwdGlvblxuICogVGhlIGBDb250cm9sVmFsdWVBY2Nlc3NvcmAgZm9yIHdyaXRpbmcgcmFkaW8gY29udHJvbCB2YWx1ZXMgYW5kIGxpc3RlbmluZyB0byByYWRpbyBjb250cm9sXG4gKiBjaGFuZ2VzLiBUaGUgdmFsdWUgYWNjZXNzb3IgaXMgdXNlZCBieSB0aGUgYEZvcm1Db250cm9sRGlyZWN0aXZlYCwgYEZvcm1Db250cm9sTmFtZWAsIGFuZFxuICogYE5nTW9kZWxgIGRpcmVjdGl2ZXMuXG4gKlxuICogQHVzYWdlTm90ZXNcbiAqXG4gKiAjIyMgVXNpbmcgcmFkaW8gYnV0dG9ucyB3aXRoIHJlYWN0aXZlIGZvcm0gZGlyZWN0aXZlc1xuICpcbiAqIFRoZSBmb2xsb3cgZXhhbXBsZSBzaG93cyBob3cgdG8gdXNlIHJhZGlvIGJ1dHRvbnMgaW4gYSByZWFjdGl2ZSBmb3JtLiBXaGVuIHVzaW5nIHJhZGlvIGJ1dHRvbnMgaW5cbiAqIGEgcmVhY3RpdmUgZm9ybSwgcmFkaW8gYnV0dG9ucyBpbiB0aGUgc2FtZSBncm91cCBzaG91bGQgaGF2ZSB0aGUgc2FtZSBgZm9ybUNvbnRyb2xOYW1lYC5cbiAqIFByb3ZpZGluZyBhIGBuYW1lYCBhdHRyaWJ1dGUgaXMgb3B0aW9uYWwuXG4gKlxuICoge0BleGFtcGxlIGZvcm1zL3RzL3JlYWN0aXZlUmFkaW9CdXR0b25zL3JlYWN0aXZlX3JhZGlvX2J1dHRvbl9leGFtcGxlLnRzIHJlZ2lvbj0nUmVhY3RpdmUnfVxuICpcbiAqIEBuZ01vZHVsZSBSZWFjdGl2ZUZvcm1zTW9kdWxlXG4gKiBAbmdNb2R1bGUgRm9ybXNNb2R1bGVcbiAqIEBwdWJsaWNBcGlcbiAqL1xuLyogW05pbWJsZV0gUmVtb3ZlIGFsbCBjb25maWd1cmF0aW9uIGZyb20gQERpcmVjdGl2ZSBkZWNvcmF0b3JcbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjpcbiAgICAgICdpbnB1dFt0eXBlPXJhZGlvXVtmb3JtQ29udHJvbE5hbWVdLGlucHV0W3R5cGU9cmFkaW9dW2Zvcm1Db250cm9sXSxpbnB1dFt0eXBlPXJhZGlvXVtuZ01vZGVsXScsXG4gIGhvc3Q6IHsnKGNoYW5nZSknOiAnb25DaGFuZ2UoKScsICcoYmx1ciknOiAnb25Ub3VjaGVkKCknfSxcbiAgcHJvdmlkZXJzOiBbUkFESU9fVkFMVUVfQUNDRVNTT1JdXG59KVxuKi9cbkBEaXJlY3RpdmUoKVxuZXhwb3J0IGNsYXNzIFJhZGlvQ29udHJvbFZhbHVlQWNjZXNzb3IgZXh0ZW5kcyBCdWlsdEluQ29udHJvbFZhbHVlQWNjZXNzb3IgaW1wbGVtZW50c1xuICAgIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkRlc3Ryb3ksIE9uSW5pdCB7XG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgLy8gVE9ETyhpc3N1ZS8yNDU3MSk6IHJlbW92ZSAnIScuXG4gIF9zdGF0ZSE6IGJvb2xlYW47XG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgLy8gVE9ETyhpc3N1ZS8yNDU3MSk6IHJlbW92ZSAnIScuXG4gIF9jb250cm9sITogTmdDb250cm9sO1xuICAvKiogQGludGVybmFsICovXG4gIC8vIFRPRE8oaXNzdWUvMjQ1NzEpOiByZW1vdmUgJyEnLlxuICBfZm4hOiBGdW5jdGlvbjtcblxuICBwcml2YXRlIHNldERpc2FibGVkU3RhdGVGaXJlZCA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBUaGUgcmVnaXN0ZXJlZCBjYWxsYmFjayBmdW5jdGlvbiBjYWxsZWQgd2hlbiBhIGNoYW5nZSBldmVudCBvY2N1cnMgb24gdGhlIGlucHV0IGVsZW1lbnQuXG4gICAqIE5vdGU6IHdlIGRlY2xhcmUgYG9uQ2hhbmdlYCBoZXJlIChhbHNvIHVzZWQgYXMgaG9zdCBsaXN0ZW5lcikgYXMgYSBmdW5jdGlvbiB3aXRoIG5vIGFyZ3VtZW50c1xuICAgKiB0byBvdmVycmlkZSB0aGUgYG9uQ2hhbmdlYCBmdW5jdGlvbiAod2hpY2ggZXhwZWN0cyAxIGFyZ3VtZW50KSBpbiB0aGUgcGFyZW50XG4gICAqIGBCYXNlQ29udHJvbFZhbHVlQWNjZXNzb3JgIGNsYXNzLlxuICAgKiBAbm9kb2NcbiAgICovXG4gIG92ZXJyaWRlIG9uQ2hhbmdlID0gKCkgPT4ge307XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKiBUcmFja3MgdGhlIG5hbWUgb2YgdGhlIHJhZGlvIGlucHV0IGVsZW1lbnQuXG4gICAqL1xuICAvLyBUT0RPKGlzc3VlLzI0NTcxKTogcmVtb3ZlICchJy5cbiAgQElucHV0KCkgbmFtZSE6IHN0cmluZztcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIFRyYWNrcyB0aGUgbmFtZSBvZiB0aGUgYEZvcm1Db250cm9sYCBib3VuZCB0byB0aGUgZGlyZWN0aXZlLiBUaGUgbmFtZSBjb3JyZXNwb25kc1xuICAgKiB0byBhIGtleSBpbiB0aGUgcGFyZW50IGBGb3JtR3JvdXBgIG9yIGBGb3JtQXJyYXlgLlxuICAgKi9cbiAgLy8gVE9ETyhpc3N1ZS8yNDU3MSk6IHJlbW92ZSAnIScuXG4gIEBJbnB1dCgpIGZvcm1Db250cm9sTmFtZSE6IHN0cmluZztcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqIFRyYWNrcyB0aGUgdmFsdWUgb2YgdGhlIHJhZGlvIGlucHV0IGVsZW1lbnRcbiAgICovXG4gIEBJbnB1dCgpIHZhbHVlOiBhbnk7XG5cbiAgLy8gW05pbWJsZV06IENhbid0IG92ZXJyaWRlIGRlZmF1bHQgYmVoYXZpb3IgYnkgaW5qZWN0aW9uIHRva2VuLCBiZWNhdXNlIGl0IGlzIG5vdCBleHBvcnRlZC4gSW5saW5pbmcgdmFsdWUgb2Ygc2V0RGlzYWJsZWRTdGF0ZURlZmF1bHQuXG4gIHByaXZhdGUgY2FsbFNldERpc2FibGVkU3RhdGU6IFNldERpc2FibGVkU3RhdGVPcHRpb24gPSAnYWx3YXlzJztcbiAgICAgIC8vaW5qZWN0KENBTExfU0VUX0RJU0FCTEVEX1NUQVRFLCB7b3B0aW9uYWw6IHRydWV9KSA/PyBzZXREaXNhYmxlZFN0YXRlRGVmYXVsdDtcblxuICBjb25zdHJ1Y3RvcihcbiAgICAgIHJlbmRlcmVyOiBSZW5kZXJlcjIsIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIHByaXZhdGUgX3JlZ2lzdHJ5OiBSYWRpb0NvbnRyb2xSZWdpc3RyeSxcbiAgICAgIHByaXZhdGUgX2luamVjdG9yOiBJbmplY3Rvcikge1xuICAgIHN1cGVyKHJlbmRlcmVyLCBlbGVtZW50UmVmKTtcbiAgfVxuXG4gIC8qKiBAbm9kb2MgKi9cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5fY29udHJvbCA9IHRoaXMuX2luamVjdG9yLmdldChOZ0NvbnRyb2wpO1xuICAgIHRoaXMuX2NoZWNrTmFtZSgpO1xuICAgIHRoaXMuX3JlZ2lzdHJ5LmFkZCh0aGlzLl9jb250cm9sLCB0aGlzKTtcbiAgfVxuXG4gIC8qKiBAbm9kb2MgKi9cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5fcmVnaXN0cnkucmVtb3ZlKHRoaXMpO1xuICB9XG5cbiAgLyoqXG4gICAqIFNldHMgdGhlIFwiY2hlY2tlZFwiIHByb3BlcnR5IHZhbHVlIG9uIHRoZSByYWRpbyBpbnB1dCBlbGVtZW50LlxuICAgKiBAbm9kb2NcbiAgICovXG4gIHdyaXRlVmFsdWUodmFsdWU6IGFueSk6IHZvaWQge1xuICAgIHRoaXMuX3N0YXRlID0gdmFsdWUgPT09IHRoaXMudmFsdWU7XG4gICAgdGhpcy5zZXRQcm9wZXJ0eSgnY2hlY2tlZCcsIHRoaXMuX3N0YXRlKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBSZWdpc3RlcnMgYSBmdW5jdGlvbiBjYWxsZWQgd2hlbiB0aGUgY29udHJvbCB2YWx1ZSBjaGFuZ2VzLlxuICAgKiBAbm9kb2NcbiAgICovXG4gIG92ZXJyaWRlIHJlZ2lzdGVyT25DaGFuZ2UoZm46IChfOiBhbnkpID0+IHt9KTogdm9pZCB7XG4gICAgdGhpcy5fZm4gPSBmbjtcbiAgICB0aGlzLm9uQ2hhbmdlID0gKCkgPT4ge1xuICAgICAgZm4odGhpcy52YWx1ZSk7XG4gICAgICB0aGlzLl9yZWdpc3RyeS5zZWxlY3QodGhpcyk7XG4gICAgfTtcbiAgfVxuXG4gIC8qKiBAbm9kb2MgKi9cbiAgb3ZlcnJpZGUgc2V0RGlzYWJsZWRTdGF0ZShpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgLyoqXG4gICAgICogYHNldERpc2FibGVkU3RhdGVgIGlzIHN1cHBvc2VkIHRvIGJlIGNhbGxlZCB3aGVuZXZlciB0aGUgZGlzYWJsZWQgc3RhdGUgb2YgYSBjb250cm9sIGNoYW5nZXMsXG4gICAgICogaW5jbHVkaW5nIHVwb24gY29udHJvbCBjcmVhdGlvbi4gSG93ZXZlciwgYSBsb25nc3RhbmRpbmcgYnVnIGNhdXNlZCB0aGUgbWV0aG9kIHRvIG5vdCBmaXJlXG4gICAgICogd2hlbiBhbiAqZW5hYmxlZCogY29udHJvbCB3YXMgYXR0YWNoZWQuIFRoaXMgYnVnIHdhcyBmaXhlZCBpbiB2MTUgaW4gIzQ3NTc2LlxuICAgICAqXG4gICAgICogVGhpcyBoYWQgYSBzaWRlIGVmZmVjdDogcHJldmlvdXNseSwgaXQgd2FzIHBvc3NpYmxlIHRvIGluc3RhbnRpYXRlIGEgcmVhY3RpdmUgZm9ybSBjb250cm9sXG4gICAgICogd2l0aCBgW2F0dHIuZGlzYWJsZWRdPXRydWVgLCBldmVuIHRob3VnaCB0aGUgY29ycmVzcG9uZGluZyBjb250cm9sIHdhcyBlbmFibGVkIGluIHRoZVxuICAgICAqIG1vZGVsLiBUaGlzIHJlc3VsdGVkIGluIGEgbWlzbWF0Y2ggYmV0d2VlbiB0aGUgbW9kZWwgYW5kIHRoZSBET00uIE5vdywgYmVjYXVzZVxuICAgICAqIGBzZXREaXNhYmxlZFN0YXRlYCBpcyBhbHdheXMgY2FsbGVkLCB0aGUgdmFsdWUgaW4gdGhlIERPTSB3aWxsIGJlIGltbWVkaWF0ZWx5IG92ZXJ3cml0dGVuXG4gICAgICogd2l0aCB0aGUgXCJjb3JyZWN0XCIgZW5hYmxlZCB2YWx1ZS5cbiAgICAgKlxuICAgICAqIEhvd2V2ZXIsIHRoZSBmaXggYWxzbyBjcmVhdGVkIGFuIGV4Y2VwdGlvbmFsIGNhc2U6IHJhZGlvIGJ1dHRvbnMuIEJlY2F1c2UgUmVhY3RpdmUgRm9ybXNcbiAgICAgKiBtb2RlbHMgdGhlIGVudGlyZSBncm91cCBvZiByYWRpbyBidXR0b25zIGFzIGEgc2luZ2xlIGBGb3JtQ29udHJvbGAsIHRoZXJlIGlzIG5vIHdheSB0b1xuICAgICAqIGNvbnRyb2wgdGhlIGRpc2FibGVkIHN0YXRlIGZvciBpbmRpdmlkdWFsIHJhZGlvcywgc28gdGhleSBjYW4gbm8gbG9uZ2VyIGJlIGNvbmZpZ3VyZWQgYXNcbiAgICAgKiBkaXNhYmxlZC4gVGh1cywgd2Uga2VlcCB0aGUgb2xkIGJlaGF2aW9yIGZvciByYWRpbyBidXR0b25zLCBzbyB0aGF0IGBbYXR0ci5kaXNhYmxlZF1gXG4gICAgICogY29udGludWVzIHRvIHdvcmsuIFNwZWNpZmljYWxseSwgd2UgZHJvcCB0aGUgZmlyc3QgY2FsbCB0byBgc2V0RGlzYWJsZWRTdGF0ZWAgaWYgYGRpc2FibGVkYFxuICAgICAqIGlzIGBmYWxzZWAsIGFuZCB3ZSBhcmUgbm90IGluIGxlZ2FjeSBtb2RlLlxuICAgICAqL1xuICAgIGlmICh0aGlzLnNldERpc2FibGVkU3RhdGVGaXJlZCB8fCBpc0Rpc2FibGVkIHx8XG4gICAgICAgIHRoaXMuY2FsbFNldERpc2FibGVkU3RhdGUgPT09ICd3aGVuRGlzYWJsZWRGb3JMZWdhY3lDb2RlJykge1xuICAgICAgdGhpcy5zZXRQcm9wZXJ0eSgnZGlzYWJsZWQnLCBpc0Rpc2FibGVkKTtcbiAgICB9XG4gICAgdGhpcy5zZXREaXNhYmxlZFN0YXRlRmlyZWQgPSB0cnVlO1xuICB9XG5cbiAgLyoqXG4gICAqIFNldHMgdGhlIFwidmFsdWVcIiBvbiB0aGUgcmFkaW8gaW5wdXQgZWxlbWVudCBhbmQgdW5jaGVja3MgaXQuXG4gICAqXG4gICAqIEBwYXJhbSB2YWx1ZVxuICAgKi9cbiAgZmlyZVVuY2hlY2sodmFsdWU6IGFueSk6IHZvaWQge1xuICAgIHRoaXMud3JpdGVWYWx1ZSh2YWx1ZSk7XG4gIH1cblxuICBwcml2YXRlIF9jaGVja05hbWUoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMubmFtZSAmJiB0aGlzLmZvcm1Db250cm9sTmFtZSAmJiB0aGlzLm5hbWUgIT09IHRoaXMuZm9ybUNvbnRyb2xOYW1lICYmXG4gICAgICAgIC8vIEB0cy1leHBlY3QtZXJyb3I6IFtOaW1ibGVdIG5nRGV2TW9kZSBpcyBub3QgZGVmaW5lZFxuICAgICAgICAodHlwZW9mIG5nRGV2TW9kZSA9PT0gJ3VuZGVmaW5lZCcgfHwgbmdEZXZNb2RlKSkge1xuICAgICAgdGhyb3dOYW1lRXJyb3IoKTtcbiAgICB9XG4gICAgaWYgKCF0aGlzLm5hbWUgJiYgdGhpcy5mb3JtQ29udHJvbE5hbWUpIHRoaXMubmFtZSA9IHRoaXMuZm9ybUNvbnRyb2xOYW1lO1xuICB9XG59Il19
|