@ni/nimble-angular 20.7.10 → 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 +124 -190
- 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,340 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* [Nimble]
|
|
3
|
+
* Copied from https://github.com/angular/angular/blob/16.2.12/packages/router/src/directives/router_link.ts
|
|
4
|
+
* with the following modifications:
|
|
5
|
+
* - Hardcode `isAnchorElement` to `true` so that the directive will correctly set the `href` on elements within nimble that represent anchors
|
|
6
|
+
* - Make `href` a `@HostBindinding` to avoid using Angular's private sanitization APIs because `href` bindings automatically are sanitized by
|
|
7
|
+
* Angular (see https://angular.io/guide/security#sanitization-and-security-contexts). Implementations leveraging RouterLink should have a test
|
|
8
|
+
* ensuring sanitization is called.
|
|
9
|
+
* - Comment out uneccessary export of the deprecated `RouterLinkWithHref`
|
|
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 { LocationStrategy } from '@angular/common';
|
|
19
|
+
import { Attribute, booleanAttribute, Directive, HostBinding, HostListener, Inject, Input } from '@angular/core';
|
|
20
|
+
import { Subject } from 'rxjs';
|
|
21
|
+
import { NavigationEnd } from '@angular/router';
|
|
22
|
+
import * as i0 from "@angular/core";
|
|
23
|
+
import * as i1 from "@angular/router";
|
|
24
|
+
import * as i2 from "@angular/common";
|
|
25
|
+
/**
|
|
26
|
+
* @description
|
|
27
|
+
*
|
|
28
|
+
* When applied to an element in a template, makes that element a link
|
|
29
|
+
* that initiates navigation to a route. Navigation opens one or more routed components
|
|
30
|
+
* in one or more `<router-outlet>` locations on the page.
|
|
31
|
+
*
|
|
32
|
+
* Given a route configuration `[{ path: 'user/:name', component: UserCmp }]`,
|
|
33
|
+
* the following creates a static link to the route:
|
|
34
|
+
* `<a routerLink="/user/bob">link to user component</a>`
|
|
35
|
+
*
|
|
36
|
+
* You can use dynamic values to generate the link.
|
|
37
|
+
* For a dynamic link, pass an array of path segments,
|
|
38
|
+
* followed by the params for each segment.
|
|
39
|
+
* For example, `['/team', teamId, 'user', userName, {details: true}]`
|
|
40
|
+
* generates a link to `/team/11/user/bob;details=true`.
|
|
41
|
+
*
|
|
42
|
+
* Multiple static segments can be merged into one term and combined with dynamic segments.
|
|
43
|
+
* For example, `['/team/11/user', userName, {details: true}]`
|
|
44
|
+
*
|
|
45
|
+
* The input that you provide to the link is treated as a delta to the current URL.
|
|
46
|
+
* For instance, suppose the current URL is `/user/(box//aux:team)`.
|
|
47
|
+
* The link `<a [routerLink]="['/user/jim']">Jim</a>` creates the URL
|
|
48
|
+
* `/user/(jim//aux:team)`.
|
|
49
|
+
* See {@link Router#createUrlTree} for more information.
|
|
50
|
+
*
|
|
51
|
+
* @usageNotes
|
|
52
|
+
*
|
|
53
|
+
* You can use absolute or relative paths in a link, set query parameters,
|
|
54
|
+
* control how parameters are handled, and keep a history of navigation states.
|
|
55
|
+
*
|
|
56
|
+
* ### Relative link paths
|
|
57
|
+
*
|
|
58
|
+
* The first segment name can be prepended with `/`, `./`, or `../`.
|
|
59
|
+
* * If the first segment begins with `/`, the router looks up the route from the root of the
|
|
60
|
+
* app.
|
|
61
|
+
* * If the first segment begins with `./`, or doesn't begin with a slash, the router
|
|
62
|
+
* looks in the children of the current activated route.
|
|
63
|
+
* * If the first segment begins with `../`, the router goes up one level in the route tree.
|
|
64
|
+
*
|
|
65
|
+
* ### Setting and handling query params and fragments
|
|
66
|
+
*
|
|
67
|
+
* The following link adds a query parameter and a fragment to the generated URL:
|
|
68
|
+
*
|
|
69
|
+
* ```
|
|
70
|
+
* <a [routerLink]="['/user/bob']" [queryParams]="{debug: true}" fragment="education">
|
|
71
|
+
* link to user component
|
|
72
|
+
* </a>
|
|
73
|
+
* ```
|
|
74
|
+
* By default, the directive constructs the new URL using the given query parameters.
|
|
75
|
+
* The example generates the link: `/user/bob?debug=true#education`.
|
|
76
|
+
*
|
|
77
|
+
* You can instruct the directive to handle query parameters differently
|
|
78
|
+
* by specifying the `queryParamsHandling` option in the link.
|
|
79
|
+
* Allowed values are:
|
|
80
|
+
*
|
|
81
|
+
* - `'merge'`: Merge the given `queryParams` into the current query params.
|
|
82
|
+
* - `'preserve'`: Preserve the current query params.
|
|
83
|
+
*
|
|
84
|
+
* For example:
|
|
85
|
+
*
|
|
86
|
+
* ```
|
|
87
|
+
* <a [routerLink]="['/user/bob']" [queryParams]="{debug: true}" queryParamsHandling="merge">
|
|
88
|
+
* link to user component
|
|
89
|
+
* </a>
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* See {@link UrlCreationOptions#queryParamsHandling}.
|
|
93
|
+
*
|
|
94
|
+
* ### Preserving navigation history
|
|
95
|
+
*
|
|
96
|
+
* You can provide a `state` value to be persisted to the browser's
|
|
97
|
+
* [`History.state` property](https://developer.mozilla.org/en-US/docs/Web/API/History#Properties).
|
|
98
|
+
* For example:
|
|
99
|
+
*
|
|
100
|
+
* ```
|
|
101
|
+
* <a [routerLink]="['/user/bob']" [state]="{tracingId: 123}">
|
|
102
|
+
* link to user component
|
|
103
|
+
* </a>
|
|
104
|
+
* ```
|
|
105
|
+
*
|
|
106
|
+
* Use {@link Router#getCurrentNavigation} to retrieve a saved
|
|
107
|
+
* navigation-state value. For example, to capture the `tracingId` during the `NavigationStart`
|
|
108
|
+
* event:
|
|
109
|
+
*
|
|
110
|
+
* ```
|
|
111
|
+
* // Get NavigationStart events
|
|
112
|
+
* router.events.pipe(filter(e => e instanceof NavigationStart)).subscribe(e => {
|
|
113
|
+
* const navigation = router.getCurrentNavigation();
|
|
114
|
+
* tracingService.trace({id: navigation.extras.state.tracingId});
|
|
115
|
+
* });
|
|
116
|
+
* ```
|
|
117
|
+
*
|
|
118
|
+
* @ngModule RouterModule
|
|
119
|
+
*
|
|
120
|
+
* @publicApi
|
|
121
|
+
*/
|
|
122
|
+
/* [Nimble] Remove all configuration from @Directive decorator
|
|
123
|
+
@Directive({
|
|
124
|
+
selector: '[routerLink]',
|
|
125
|
+
standalone: true,
|
|
126
|
+
})
|
|
127
|
+
*/
|
|
128
|
+
export class RouterLink {
|
|
129
|
+
constructor(router, route, tabIndexAttribute, renderer, el,
|
|
130
|
+
// [Nimble] Need Inject decorator
|
|
131
|
+
locationStrategy) {
|
|
132
|
+
this.router = router;
|
|
133
|
+
this.route = route;
|
|
134
|
+
this.tabIndexAttribute = tabIndexAttribute;
|
|
135
|
+
this.renderer = renderer;
|
|
136
|
+
this.el = el;
|
|
137
|
+
this.locationStrategy = locationStrategy;
|
|
138
|
+
/**
|
|
139
|
+
* Represents an `href` attribute value applied to a host element,
|
|
140
|
+
* when a host element is `<a>`. For other tags, the value is `null`.
|
|
141
|
+
*/
|
|
142
|
+
// [Nimble] Make `href` a `@HostBinding`
|
|
143
|
+
// href: string|null = null;
|
|
144
|
+
this.href = null;
|
|
145
|
+
this.commands = null;
|
|
146
|
+
/** @internal */
|
|
147
|
+
this.onChanges = new Subject();
|
|
148
|
+
/**
|
|
149
|
+
* Passed to {@link Router#createUrlTree} as part of the
|
|
150
|
+
* `UrlCreationOptions`.
|
|
151
|
+
* @see {@link UrlCreationOptions#preserveFragment}
|
|
152
|
+
* @see {@link Router#createUrlTree}
|
|
153
|
+
*/
|
|
154
|
+
this.preserveFragment = false;
|
|
155
|
+
/**
|
|
156
|
+
* Passed to {@link Router#navigateByUrl} as part of the
|
|
157
|
+
* `NavigationBehaviorOptions`.
|
|
158
|
+
* @see {@link NavigationBehaviorOptions#skipLocationChange}
|
|
159
|
+
* @see {@link Router#navigateByUrl}
|
|
160
|
+
*/
|
|
161
|
+
this.skipLocationChange = false;
|
|
162
|
+
/**
|
|
163
|
+
* Passed to {@link Router#navigateByUrl} as part of the
|
|
164
|
+
* `NavigationBehaviorOptions`.
|
|
165
|
+
* @see {@link NavigationBehaviorOptions#replaceUrl}
|
|
166
|
+
* @see {@link Router#navigateByUrl}
|
|
167
|
+
*/
|
|
168
|
+
this.replaceUrl = false;
|
|
169
|
+
// [Nimble] Hard-coding `isAnchorElement` to `true`
|
|
170
|
+
// const tagName = el.nativeElement.tagName?.toLowerCase();
|
|
171
|
+
// this.isAnchorElement = tagName === 'a' || tagName === 'area';
|
|
172
|
+
this.isAnchorElement = true;
|
|
173
|
+
if (this.isAnchorElement) {
|
|
174
|
+
this.subscription = router.events.subscribe((s) => {
|
|
175
|
+
if (s instanceof NavigationEnd) {
|
|
176
|
+
this.updateHref();
|
|
177
|
+
}
|
|
178
|
+
});
|
|
179
|
+
}
|
|
180
|
+
else {
|
|
181
|
+
this.setTabIndexIfNotOnNativeEl('0');
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* Modifies the tab index if there was not a tabindex attribute on the element during
|
|
186
|
+
* instantiation.
|
|
187
|
+
*/
|
|
188
|
+
setTabIndexIfNotOnNativeEl(newTabIndex) {
|
|
189
|
+
if (this.tabIndexAttribute != null /* both `null` and `undefined` */ || this.isAnchorElement) {
|
|
190
|
+
return;
|
|
191
|
+
}
|
|
192
|
+
this.applyAttributeValue('tabindex', newTabIndex);
|
|
193
|
+
}
|
|
194
|
+
/** @nodoc */
|
|
195
|
+
ngOnChanges(changes) {
|
|
196
|
+
if (this.isAnchorElement) {
|
|
197
|
+
this.updateHref();
|
|
198
|
+
}
|
|
199
|
+
// This is subscribed to by `RouterLinkActive` so that it knows to update when there are changes
|
|
200
|
+
// to the RouterLinks it's tracking.
|
|
201
|
+
this.onChanges.next(this);
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Commands to pass to {@link Router#createUrlTree}.
|
|
205
|
+
* - **array**: commands to pass to {@link Router#createUrlTree}.
|
|
206
|
+
* - **string**: shorthand for array of commands with just the string, i.e. `['/route']`
|
|
207
|
+
* - **null|undefined**: effectively disables the `routerLink`
|
|
208
|
+
* @see {@link Router#createUrlTree}
|
|
209
|
+
*/
|
|
210
|
+
set routerLink(commands) {
|
|
211
|
+
if (commands != null) {
|
|
212
|
+
this.commands = Array.isArray(commands) ? commands : [commands];
|
|
213
|
+
this.setTabIndexIfNotOnNativeEl('0');
|
|
214
|
+
}
|
|
215
|
+
else {
|
|
216
|
+
this.commands = null;
|
|
217
|
+
this.setTabIndexIfNotOnNativeEl(null);
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
/** @nodoc */
|
|
221
|
+
onClick(button, ctrlKey, shiftKey, altKey, metaKey) {
|
|
222
|
+
if (this.urlTree === null) {
|
|
223
|
+
return true;
|
|
224
|
+
}
|
|
225
|
+
if (this.isAnchorElement) {
|
|
226
|
+
if (button !== 0 || ctrlKey || shiftKey || altKey || metaKey) {
|
|
227
|
+
return true;
|
|
228
|
+
}
|
|
229
|
+
if (typeof this.target === 'string' && this.target != '_self') {
|
|
230
|
+
return true;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
const extras = {
|
|
234
|
+
skipLocationChange: this.skipLocationChange,
|
|
235
|
+
replaceUrl: this.replaceUrl,
|
|
236
|
+
state: this.state,
|
|
237
|
+
};
|
|
238
|
+
this.router.navigateByUrl(this.urlTree, extras);
|
|
239
|
+
// Return `false` for `<a>` elements to prevent default action
|
|
240
|
+
// and cancel the native behavior, since the navigation is handled
|
|
241
|
+
// by the Router.
|
|
242
|
+
return !this.isAnchorElement;
|
|
243
|
+
}
|
|
244
|
+
/** @nodoc */
|
|
245
|
+
ngOnDestroy() {
|
|
246
|
+
this.subscription?.unsubscribe();
|
|
247
|
+
}
|
|
248
|
+
updateHref() {
|
|
249
|
+
this.href = this.urlTree !== null && this.locationStrategy ?
|
|
250
|
+
this.locationStrategy?.prepareExternalUrl(this.router.serializeUrl(this.urlTree)) :
|
|
251
|
+
null;
|
|
252
|
+
/**
|
|
253
|
+
* [Nimble] Remove sanitization code and applying the `href` attribute in favor of changing `href`
|
|
254
|
+
* to be a `@HostBinding`. This avoids the need of calling into private Angular sanitization code.
|
|
255
|
+
*/
|
|
256
|
+
// const sanitizedValue = this.href === null ?
|
|
257
|
+
// null :
|
|
258
|
+
// // This class represents a directive that can be added to both `<a>` elements,
|
|
259
|
+
// // as well as other elements. As a result, we can't define security context at
|
|
260
|
+
// // compile time. So the security context is deferred to runtime.
|
|
261
|
+
// // The `ɵɵsanitizeUrlOrResourceUrl` selects the necessary sanitizer function
|
|
262
|
+
// // based on the tag and property names. The logic mimics the one from
|
|
263
|
+
// // `packages/compiler/src/schema/dom_security_schema.ts`, which is used at compile time.
|
|
264
|
+
// //
|
|
265
|
+
// // Note: we should investigate whether we can switch to using `@HostBinding('attr.href')`
|
|
266
|
+
// // instead of applying a value via a renderer, after a final merge of the
|
|
267
|
+
// // `RouterLinkWithHref` directive.
|
|
268
|
+
// ɵɵsanitizeUrlOrResourceUrl(this.href, this.el.nativeElement.tagName.toLowerCase(), 'href');
|
|
269
|
+
// this.applyAttributeValue('href', sanitizedValue);
|
|
270
|
+
}
|
|
271
|
+
applyAttributeValue(attrName, attrValue) {
|
|
272
|
+
const renderer = this.renderer;
|
|
273
|
+
const nativeElement = this.el.nativeElement;
|
|
274
|
+
if (attrValue !== null) {
|
|
275
|
+
renderer.setAttribute(nativeElement, attrName, attrValue);
|
|
276
|
+
}
|
|
277
|
+
else {
|
|
278
|
+
renderer.removeAttribute(nativeElement, attrName);
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
get urlTree() {
|
|
282
|
+
if (this.commands === null) {
|
|
283
|
+
return null;
|
|
284
|
+
}
|
|
285
|
+
return this.router.createUrlTree(this.commands, {
|
|
286
|
+
// If the `relativeTo` input is not defined, we want to use `this.route` by default.
|
|
287
|
+
// Otherwise, we should use the value provided by the user in the input.
|
|
288
|
+
relativeTo: this.relativeTo !== undefined ? this.relativeTo : this.route,
|
|
289
|
+
queryParams: this.queryParams,
|
|
290
|
+
fragment: this.fragment,
|
|
291
|
+
queryParamsHandling: this.queryParamsHandling,
|
|
292
|
+
preserveFragment: this.preserveFragment,
|
|
293
|
+
});
|
|
294
|
+
}
|
|
295
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RouterLink, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }, { token: 'tabindex', attribute: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: LocationStrategy }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
296
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "16.2.12", type: RouterLink, inputs: { target: "target", queryParams: "queryParams", fragment: "fragment", queryParamsHandling: "queryParamsHandling", state: "state", relativeTo: "relativeTo", preserveFragment: ["preserveFragment", "preserveFragment", booleanAttribute], skipLocationChange: ["skipLocationChange", "skipLocationChange", booleanAttribute], replaceUrl: ["replaceUrl", "replaceUrl", booleanAttribute], routerLink: "routerLink" }, host: { listeners: { "click": "onClick($event.button,$event.ctrlKey,$event.shiftKey,$event.altKey,$event.metaKey)" }, properties: { "attr.href": "this.href", "attr.target": "this.target" } }, usesOnChanges: true, ngImport: i0 }); }
|
|
297
|
+
}
|
|
298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RouterLink, decorators: [{
|
|
299
|
+
type: Directive
|
|
300
|
+
}], ctorParameters: function () { return [{ type: i1.Router }, { type: i1.ActivatedRoute }, { type: undefined, decorators: [{
|
|
301
|
+
type: Attribute,
|
|
302
|
+
args: ['tabindex']
|
|
303
|
+
}] }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i2.LocationStrategy, decorators: [{
|
|
304
|
+
type: Inject,
|
|
305
|
+
args: [LocationStrategy]
|
|
306
|
+
}] }]; }, propDecorators: { href: [{
|
|
307
|
+
type: HostBinding,
|
|
308
|
+
args: ['attr.href']
|
|
309
|
+
}], target: [{
|
|
310
|
+
type: HostBinding,
|
|
311
|
+
args: ['attr.target']
|
|
312
|
+
}, {
|
|
313
|
+
type: Input
|
|
314
|
+
}], queryParams: [{
|
|
315
|
+
type: Input
|
|
316
|
+
}], fragment: [{
|
|
317
|
+
type: Input
|
|
318
|
+
}], queryParamsHandling: [{
|
|
319
|
+
type: Input
|
|
320
|
+
}], state: [{
|
|
321
|
+
type: Input
|
|
322
|
+
}], relativeTo: [{
|
|
323
|
+
type: Input
|
|
324
|
+
}], preserveFragment: [{
|
|
325
|
+
type: Input,
|
|
326
|
+
args: [{ transform: booleanAttribute }]
|
|
327
|
+
}], skipLocationChange: [{
|
|
328
|
+
type: Input,
|
|
329
|
+
args: [{ transform: booleanAttribute }]
|
|
330
|
+
}], replaceUrl: [{
|
|
331
|
+
type: Input,
|
|
332
|
+
args: [{ transform: booleanAttribute }]
|
|
333
|
+
}], routerLink: [{
|
|
334
|
+
type: Input
|
|
335
|
+
}], onClick: [{
|
|
336
|
+
type: HostListener,
|
|
337
|
+
args: ['click',
|
|
338
|
+
['$event.button', '$event.ctrlKey', '$event.shiftKey', '$event.altKey', '$event.metaKey']]
|
|
339
|
+
}] } });
|
|
340
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGVyX2xpbmsuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uaS9uaW1ibGUtYW5ndWxhci9zcmMvdGhpcmRwYXJ0eS9kaXJlY3RpdmVzL3JvdXRlcl9saW5rLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7R0FTRztBQUdIOzs7Ozs7R0FNRztBQUVILE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQ2pELE9BQU8sRUFBQyxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsU0FBUyxFQUFjLFdBQVcsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBNkUsTUFBTSxlQUFlLENBQUM7QUFDdk0sT0FBTyxFQUFDLE9BQU8sRUFBZSxNQUFNLE1BQU0sQ0FBQztBQUUzQyxPQUFPLEVBQThELGFBQWEsRUFBVyxNQUFNLGlCQUFpQixDQUFDOzs7O0FBR3JIOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FnR0c7QUFDSDs7Ozs7RUFLRTtBQUVGLE1BQU0sT0FBTyxVQUFVO0lBZ0VyQixZQUNZLE1BQWMsRUFBVSxLQUFxQixFQUNiLGlCQUF3QyxFQUMvRCxRQUFtQixFQUFtQixFQUFjO0lBQ3JFLGlDQUFpQztJQUNDLGdCQUFtQztRQUo3RCxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQVUsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7UUFDYixzQkFBaUIsR0FBakIsaUJBQWlCLENBQXVCO1FBQy9ELGFBQVEsR0FBUixRQUFRLENBQVc7UUFBbUIsT0FBRSxHQUFGLEVBQUUsQ0FBWTtRQUVuQyxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQW1CO1FBcEV6RTs7O1dBR0c7UUFDSCx3Q0FBd0M7UUFDeEMsNEJBQTRCO1FBQ0YsU0FBSSxHQUFnQixJQUFJ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RUFBQztnQkFRRSxVQUFVO3NCQUEvQyxLQUFLO3VCQUFDLEVBQUMsU0FBUyxFQUFFLGdCQUFnQixFQUFDO2dCQStCaEMsVUFBVTtzQkFEYixLQUFLO2dCQWVOLE9BQU87c0JBSE4sWUFBWTt1QkFDVCxPQUFPO29CQUNQLENBQUMsZUFBZSxFQUFFLGdCQUFnQixFQUFFLGlCQUFpQixFQUFFLGVBQWUsRUFBRSxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogW05pbWJsZV1cbiAqIENvcGllZCBmcm9tIGh0dHBzOi8vZ2l0aHViLmNvbS9hbmd1bGFyL2FuZ3VsYXIvYmxvYi8xNi4yLjEyL3BhY2thZ2VzL3JvdXRlci9zcmMvZGlyZWN0aXZlcy9yb3V0ZXJfbGluay50c1xuICogd2l0aCB0aGUgZm9sbG93aW5nIG1vZGlmaWNhdGlvbnM6XG4gKiAtIEhhcmRjb2RlIGBpc0FuY2hvckVsZW1lbnRgIHRvIGB0cnVlYCBzbyB0aGF0IHRoZSBkaXJlY3RpdmUgd2lsbCBjb3JyZWN0bHkgc2V0IHRoZSBgaHJlZmAgb24gZWxlbWVudHMgd2l0aGluIG5pbWJsZSB0aGF0IHJlcHJlc2VudCBhbmNob3JzXG4gKiAtIE1ha2UgYGhyZWZgIGEgYEBIb3N0QmluZGluZGluZ2AgdG8gYXZvaWQgdXNpbmcgQW5ndWxhcidzIHByaXZhdGUgc2FuaXRpemF0aW9uIEFQSXMgYmVjYXVzZSBgaHJlZmAgYmluZGluZ3MgYXV0b21hdGljYWxseSBhcmUgc2FuaXRpemVkIGJ5XG4gKiAgIEFuZ3VsYXIgKHNlZSBodHRwczovL2FuZ3VsYXIuaW8vZ3VpZGUvc2VjdXJpdHkjc2FuaXRpemF0aW9uLWFuZC1zZWN1cml0eS1jb250ZXh0cykuIEltcGxlbWVudGF0aW9ucyBsZXZlcmFnaW5nIFJvdXRlckxpbmsgc2hvdWxkIGhhdmUgYSB0ZXN0XG4gKiAgIGVuc3VyaW5nIHNhbml0aXphdGlvbiBpcyBjYWxsZWQuXG4gKiAtIENvbW1lbnQgb3V0IHVuZWNjZXNzYXJ5IGV4cG9ydCBvZiB0aGUgZGVwcmVjYXRlZCBgUm91dGVyTGlua1dpdGhIcmVmYFxuICovXG5cblxuLyoqXG4gKiBAbGljZW5zZVxuICogQ29weXJpZ2h0IEdvb2dsZSBMTEMgQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbmltcG9ydCB7TG9jYXRpb25TdHJhdGVneX0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7QXR0cmlidXRlLCBib29sZWFuQXR0cmlidXRlLCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIEhvc3RCaW5kaW5nLCBIb3N0TGlzdGVuZXIsIEluamVjdCwgSW5wdXQsIE9uQ2hhbmdlcywgT25EZXN0cm95LCBSZW5kZXJlcjIsIFNpbXBsZUNoYW5nZXMsIMm1ybVzYW5pdGl6ZVVybE9yUmVzb3VyY2VVcmx9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtTdWJqZWN0LCBTdWJzY3JpcHRpb259IGZyb20gJ3J4anMnO1xuXG5pbXBvcnQgeyBFdmVudCwgUGFyYW1zLCBRdWVyeVBhcmFtc0hhbmRsaW5nLCBBY3RpdmF0ZWRSb3V0ZSwgUm91dGVyLCBOYXZpZ2F0aW9uRW5kLCBVcmxUcmVlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcblxuXG4vKipcbiAqIEBkZXNjcmlwdGlvblxuICpcbiAqIFdoZW4gYXBwbGllZCB0byBhbiBlbGVtZW50IGluIGEgdGVtcGxhdGUsIG1ha2VzIHRoYXQgZWxlbWVudCBhIGxpbmtcbiAqIHRoYXQgaW5pdGlhdGVzIG5hdmlnYXRpb24gdG8gYSByb3V0ZS4gTmF2aWdhdGlvbiBvcGVucyBvbmUgb3IgbW9yZSByb3V0ZWQgY29tcG9uZW50c1xuICogaW4gb25lIG9yIG1vcmUgYDxyb3V0ZXItb3V0bGV0PmAgbG9jYXRpb25zIG9uIHRoZSBwYWdlLlxuICpcbiAqIEdpdmVuIGEgcm91dGUgY29uZmlndXJhdGlvbiBgW3sgcGF0aDogJ3VzZXIvOm5hbWUnLCBjb21wb25lbnQ6IFVzZXJDbXAgfV1gLFxuICogdGhlIGZvbGxvd2luZyBjcmVhdGVzIGEgc3RhdGljIGxpbmsgdG8gdGhlIHJvdXRlOlxuICogYDxhIHJvdXRlckxpbms9XCIvdXNlci9ib2JcIj5saW5rIHRvIHVzZXIgY29tcG9uZW50PC9hPmBcbiAqXG4gKiBZb3UgY2FuIHVzZSBkeW5hbWljIHZhbHVlcyB0byBnZW5lcmF0ZSB0aGUgbGluay5cbiAqIEZvciBhIGR5bmFtaWMgbGluaywgcGFzcyBhbiBhcnJheSBvZiBwYXRoIHNlZ21lbnRzLFxuICogZm9sbG93ZWQgYnkgdGhlIHBhcmFtcyBmb3IgZWFjaCBzZWdtZW50LlxuICogRm9yIGV4YW1wbGUsIGBbJy90ZWFtJywgdGVhbUlkLCAndXNlcicsIHVzZXJOYW1lLCB7ZGV0YWlsczogdHJ1ZX1dYFxuICogZ2VuZXJhdGVzIGEgbGluayB0byBgL3RlYW0vMTEvdXNlci9ib2I7ZGV0YWlscz10cnVlYC5cbiAqXG4gKiBNdWx0aXBsZSBzdGF0aWMgc2VnbWVudHMgY2FuIGJlIG1lcmdlZCBpbnRvIG9uZSB0ZXJtIGFuZCBjb21iaW5lZCB3aXRoIGR5bmFtaWMgc2VnbWVudHMuXG4gKiBGb3IgZXhhbXBsZSwgYFsnL3RlYW0vMTEvdXNlcicsIHVzZXJOYW1lLCB7ZGV0YWlsczogdHJ1ZX1dYFxuICpcbiAqIFRoZSBpbnB1dCB0aGF0IHlvdSBwcm92aWRlIHRvIHRoZSBsaW5rIGlzIHRyZWF0ZWQgYXMgYSBkZWx0YSB0byB0aGUgY3VycmVudCBVUkwuXG4gKiBGb3IgaW5zdGFuY2UsIHN1cHBvc2UgdGhlIGN1cnJlbnQgVVJMIGlzIGAvdXNlci8oYm94Ly9hdXg6dGVhbSlgLlxuICogVGhlIGxpbmsgYDxhIFtyb3V0ZXJMaW5rXT1cIlsnL3VzZXIvamltJ11cIj5KaW08L2E+YCBjcmVhdGVzIHRoZSBVUkxcbiAqIGAvdXNlci8oamltLy9hdXg6dGVhbSlgLlxuICogU2VlIHtAbGluayBSb3V0ZXIjY3JlYXRlVXJsVHJlZX0gZm9yIG1vcmUgaW5mb3JtYXRpb24uXG4gKlxuICogQHVzYWdlTm90ZXNcbiAqXG4gKiBZb3UgY2FuIHVzZSBhYnNvbHV0ZSBvciByZWxhdGl2ZSBwYXRocyBpbiBhIGxpbmssIHNldCBxdWVyeSBwYXJhbWV0ZXJzLFxuICogY29udHJvbCBob3cgcGFyYW1ldGVycyBhcmUgaGFuZGxlZCwgYW5kIGtlZXAgYSBoaXN0b3J5IG9mIG5hdmlnYXRpb24gc3RhdGVzLlxuICpcbiAqICMjIyBSZWxhdGl2ZSBsaW5rIHBhdGhzXG4gKlxuICogVGhlIGZpcnN0IHNlZ21lbnQgbmFtZSBjYW4gYmUgcHJlcGVuZGVkIHdpdGggYC9gLCBgLi9gLCBvciBgLi4vYC5cbiAqICogSWYgdGhlIGZpcnN0IHNlZ21lbnQgYmVnaW5zIHdpdGggYC9gLCB0aGUgcm91dGVyIGxvb2tzIHVwIHRoZSByb3V0ZSBmcm9tIHRoZSByb290IG9mIHRoZVxuICogICBhcHAuXG4gKiAqIElmIHRoZSBmaXJzdCBzZWdtZW50IGJlZ2lucyB3aXRoIGAuL2AsIG9yIGRvZXNuJ3QgYmVnaW4gd2l0aCBhIHNsYXNoLCB0aGUgcm91dGVyXG4gKiAgIGxvb2tzIGluIHRoZSBjaGlsZHJlbiBvZiB0aGUgY3VycmVudCBhY3RpdmF0ZWQgcm91dGUuXG4gKiAqIElmIHRoZSBmaXJzdCBzZWdtZW50IGJlZ2lucyB3aXRoIGAuLi9gLCB0aGUgcm91dGVyIGdvZXMgdXAgb25lIGxldmVsIGluIHRoZSByb3V0ZSB0cmVlLlxuICpcbiAqICMjIyBTZXR0aW5nIGFuZCBoYW5kbGluZyBxdWVyeSBwYXJhbXMgYW5kIGZyYWdtZW50c1xuICpcbiAqIFRoZSBmb2xsb3dpbmcgbGluayBhZGRzIGEgcXVlcnkgcGFyYW1ldGVyIGFuZCBhIGZyYWdtZW50IHRvIHRoZSBnZW5lcmF0ZWQgVVJMOlxuICpcbiAqIGBgYFxuICogPGEgW3JvdXRlckxpbmtdPVwiWycvdXNlci9ib2InXVwiIFtxdWVyeVBhcmFtc109XCJ7ZGVidWc6IHRydWV9XCIgZnJhZ21lbnQ9XCJlZHVjYXRpb25cIj5cbiAqICAgbGluayB0byB1c2VyIGNvbXBvbmVudFxuICogPC9hPlxuICogYGBgXG4gKiBCeSBkZWZhdWx0LCB0aGUgZGlyZWN0aXZlIGNvbnN0cnVjdHMgdGhlIG5ldyBVUkwgdXNpbmcgdGhlIGdpdmVuIHF1ZXJ5IHBhcmFtZXRlcnMuXG4gKiBUaGUgZXhhbXBsZSBnZW5lcmF0ZXMgdGhlIGxpbms6IGAvdXNlci9ib2I/ZGVidWc9dHJ1ZSNlZHVjYXRpb25gLlxuICpcbiAqIFlvdSBjYW4gaW5zdHJ1Y3QgdGhlIGRpcmVjdGl2ZSB0byBoYW5kbGUgcXVlcnkgcGFyYW1ldGVycyBkaWZmZXJlbnRseVxuICogYnkgc3BlY2lmeWluZyB0aGUgYHF1ZXJ5UGFyYW1zSGFuZGxpbmdgIG9wdGlvbiBpbiB0aGUgbGluay5cbiAqIEFsbG93ZWQgdmFsdWVzIGFyZTpcbiAqXG4gKiAgLSBgJ21lcmdlJ2A6IE1lcmdlIHRoZSBnaXZlbiBgcXVlcnlQYXJhbXNgIGludG8gdGhlIGN1cnJlbnQgcXVlcnkgcGFyYW1zLlxuICogIC0gYCdwcmVzZXJ2ZSdgOiBQcmVzZXJ2ZSB0aGUgY3VycmVudCBxdWVyeSBwYXJhbXMuXG4gKlxuICogRm9yIGV4YW1wbGU6XG4gKlxuICogYGBgXG4gKiA8YSBbcm91dGVyTGlua109XCJbJy91c2VyL2JvYiddXCIgW3F1ZXJ5UGFyYW1zXT1cIntkZWJ1ZzogdHJ1ZX1cIiBxdWVyeVBhcmFtc0hhbmRsaW5nPVwibWVyZ2VcIj5cbiAqICAgbGluayB0byB1c2VyIGNvbXBvbmVudFxuICogPC9hPlxuICogYGBgXG4gKlxuICogU2VlIHtAbGluayBVcmxDcmVhdGlvbk9wdGlvbnMjcXVlcnlQYXJhbXNIYW5kbGluZ30uXG4gKlxuICogIyMjIFByZXNlcnZpbmcgbmF2aWdhdGlvbiBoaXN0b3J5XG4gKlxuICogWW91IGNhbiBwcm92aWRlIGEgYHN0YXRlYCB2YWx1ZSB0byBiZSBwZXJzaXN0ZWQgdG8gdGhlIGJyb3dzZXInc1xuICogW2BIaXN0b3J5LnN0YXRlYCBwcm9wZXJ0eV0oaHR0cHM6Ly9kZXZlbG9wZXIubW96aWxsYS5vcmcvZW4tVVMvZG9jcy9XZWIvQVBJL0hpc3RvcnkjUHJvcGVydGllcykuXG4gKiBGb3IgZXhhbXBsZTpcbiAqXG4gKiBgYGBcbiAqIDxhIFtyb3V0ZXJMaW5rXT1cIlsnL3VzZXIvYm9iJ11cIiBbc3RhdGVdPVwie3RyYWNpbmdJZDogMTIzfVwiPlxuICogICBsaW5rIHRvIHVzZXIgY29tcG9uZW50XG4gKiA8L2E+XG4gKiBgYGBcbiAqXG4gKiBVc2Uge0BsaW5rIFJvdXRlciNnZXRDdXJyZW50TmF2aWdhdGlvbn0gdG8gcmV0cmlldmUgYSBzYXZlZFxuICogbmF2aWdhdGlvbi1zdGF0ZSB2YWx1ZS4gRm9yIGV4YW1wbGUsIHRvIGNhcHR1cmUgdGhlIGB0cmFjaW5nSWRgIGR1cmluZyB0aGUgYE5hdmlnYXRpb25TdGFydGBcbiAqIGV2ZW50OlxuICpcbiAqIGBgYFxuICogLy8gR2V0IE5hdmlnYXRpb25TdGFydCBldmVudHNcbiAqIHJvdXRlci5ldmVudHMucGlwZShmaWx0ZXIoZSA9PiBlIGluc3RhbmNlb2YgTmF2aWdhdGlvblN0YXJ0KSkuc3Vic2NyaWJlKGUgPT4ge1xuICogICBjb25zdCBuYXZpZ2F0aW9uID0gcm91dGVyLmdldEN1cnJlbnROYXZpZ2F0aW9uKCk7XG4gKiAgIHRyYWNpbmdTZXJ2aWNlLnRyYWNlKHtpZDogbmF2aWdhdGlvbi5leHRyYXMuc3RhdGUudHJhY2luZ0lkfSk7XG4gKiB9KTtcbiAqIGBgYFxuICpcbiAqIEBuZ01vZHVsZSBSb3V0ZXJNb2R1bGVcbiAqXG4gKiBAcHVibGljQXBpXG4gKi9cbi8qIFtOaW1ibGVdIFJlbW92ZSBhbGwgY29uZmlndXJhdGlvbiBmcm9tIEBEaXJlY3RpdmUgZGVjb3JhdG9yXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbcm91dGVyTGlua10nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbiovXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBjbGFzcyBSb3V0ZXJMaW5rIGltcGxlbWVudHMgT25DaGFuZ2VzLCBPbkRlc3Ryb3kge1xuICAvKipcbiAgICogUmVwcmVzZW50cyBhbiBgaHJlZmAgYXR0cmlidXRlIHZhbHVlIGFwcGxpZWQgdG8gYSBob3N0IGVsZW1lbnQsXG4gICAqIHdoZW4gYSBob3N0IGVsZW1lbnQgaXMgYDxhPmAuIEZvciBvdGhlciB0YWdzLCB0aGUgdmFsdWUgaXMgYG51bGxgLlxuICAgKi9cbiAgLy8gW05pbWJsZV0gTWFrZSBgaHJlZmAgYSBgQEhvc3RCaW5kaW5nYFxuICAvLyBocmVmOiBzdHJpbmd8bnVsbCA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnYXR0ci5ocmVmJykgaHJlZjogc3RyaW5nfG51bGwgPSBudWxsO1xuXG4gIC8qKlxuICAgKiBSZXByZXNlbnRzIHRoZSBgdGFyZ2V0YCBhdHRyaWJ1dGUgb24gYSBob3N0IGVsZW1lbnQuXG4gICAqIFRoaXMgaXMgb25seSB1c2VkIHdoZW4gdGhlIGhvc3QgZWxlbWVudCBpcyBhbiBgPGE+YCB0YWcuXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2F0dHIudGFyZ2V0JykgQElucHV0KCkgdGFyZ2V0Pzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBQYXNzZWQgdG8ge0BsaW5rIFJvdXRlciNjcmVhdGVVcmxUcmVlfSBhcyBwYXJ0IG9mIHRoZVxuICAgKiBgVXJsQ3JlYXRpb25PcHRpb25zYC5cbiAgICogQHNlZSB7QGxpbmsgVXJsQ3JlYXRpb25PcHRpb25zI3F1ZXJ5UGFyYW1zfVxuICAgKiBAc2VlIHtAbGluayBSb3V0ZXIjY3JlYXRlVXJsVHJlZX1cbiAgICovXG4gIEBJbnB1dCgpIHF1ZXJ5UGFyYW1zPzogUGFyYW1zfG51bGw7XG4gIC8qKlxuICAgKiBQYXNzZWQgdG8ge0BsaW5rIFJvdXRlciNjcmVhdGVVcmxUcmVlfSBhcyBwYXJ0IG9mIHRoZVxuICAgKiBgVXJsQ3JlYXRpb25PcHRpb25zYC5cbiAgICogQHNlZSB7QGxpbmsgVXJsQ3JlYXRpb25PcHRpb25zI2ZyYWdtZW50fVxuICAgKiBAc2VlIHtAbGluayBSb3V0ZXIjY3JlYXRlVXJsVHJlZX1cbiAgICovXG4gIEBJbnB1dCgpIGZyYWdtZW50Pzogc3RyaW5nO1xuICAvKipcbiAgICogUGFzc2VkIHRvIHtAbGluayBSb3V0ZXIjY3JlYXRlVXJsVHJlZX0gYXMgcGFydCBvZiB0aGVcbiAgICogYFVybENyZWF0aW9uT3B0aW9uc2AuXG4gICAqIEBzZWUge0BsaW5rIFVybENyZWF0aW9uT3B0aW9ucyNxdWVyeVBhcmFtc0hhbmRsaW5nfVxuICAgKiBAc2VlIHtAbGluayBSb3V0ZXIjY3JlYXRlVXJsVHJlZX1cbiAgICovXG4gIEBJbnB1dCgpIHF1ZXJ5UGFyYW1zSGFuZGxpbmc/OiBRdWVyeVBhcmFtc0hhbmRsaW5nfG51bGw7XG4gIC8qKlxuICAgKiBQYXNzZWQgdG8ge0BsaW5rIFJvdXRlciNuYXZpZ2F0ZUJ5VXJsfSBhcyBwYXJ0IG9mIHRoZVxuICAgKiBgTmF2aWdhdGlvbkJlaGF2aW9yT3B0aW9uc2AuXG4gICAqIEBzZWUge0BsaW5rIE5hdmlnYXRpb25CZWhhdmlvck9wdGlvbnMjc3RhdGV9XG4gICAqIEBzZWUge0BsaW5rIFJvdXRlciNuYXZpZ2F0ZUJ5VXJsfVxuICAgKi9cbiAgQElucHV0KCkgc3RhdGU/OiB7W2s6IHN0cmluZ106IGFueX07XG4gIC8qKlxuICAgKiBQYXNzZWQgdG8ge0BsaW5rIFJvdXRlciNjcmVhdGVVcmxUcmVlfSBhcyBwYXJ0IG9mIHRoZVxuICAgKiBgVXJsQ3JlYXRpb25PcHRpb25zYC5cbiAgICogU3BlY2lmeSBhIHZhbHVlIGhlcmUgd2hlbiB5b3UgZG8gbm90IHdhbnQgdG8gdXNlIHRoZSBkZWZhdWx0IHZhbHVlXG4gICAqIGZvciBgcm91dGVyTGlua2AsIHdoaWNoIGlzIHRoZSBjdXJyZW50IGFjdGl2YXRlZCByb3V0ZS5cbiAgICogTm90ZSB0aGF0IGEgdmFsdWUgb2YgYHVuZGVmaW5lZGAgaGVyZSB3aWxsIHVzZSB0aGUgYHJvdXRlckxpbmtgIGRlZmF1bHQuXG4gICAqIEBzZWUge0BsaW5rIFVybENyZWF0aW9uT3B0aW9ucyNyZWxhdGl2ZVRvfVxuICAgKiBAc2VlIHtAbGluayBSb3V0ZXIjY3JlYXRlVXJsVHJlZX1cbiAgICovXG4gIEBJbnB1dCgpIHJlbGF0aXZlVG8/OiBBY3RpdmF0ZWRSb3V0ZXxudWxsO1xuXG4gIHByaXZhdGUgY29tbWFuZHM6IGFueVtdfG51bGwgPSBudWxsO1xuXG4gIC8qKiBXaGV0aGVyIGEgaG9zdCBlbGVtZW50IGlzIGFuIGA8YT5gIHRhZy4gKi9cbiAgcHJpdmF0ZSBpc0FuY2hvckVsZW1lbnQ6IGJvb2xlYW47XG5cbiAgcHJpdmF0ZSBzdWJzY3JpcHRpb24/OiBTdWJzY3JpcHRpb247XG5cbiAgLyoqIEBpbnRlcm5hbCAqL1xuICBvbkNoYW5nZXMgPSBuZXcgU3ViamVjdDxSb3V0ZXJMaW5rPigpO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgICAgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlciwgcHJpdmF0ZSByb3V0ZTogQWN0aXZhdGVkUm91dGUsXG4gICAgICBAQXR0cmlidXRlKCd0YWJpbmRleCcpIHByaXZhdGUgcmVhZG9ubHkgdGFiSW5kZXhBdHRyaWJ1dGU6IHN0cmluZ3xudWxsfHVuZGVmaW5lZCxcbiAgICAgIHByaXZhdGUgcmVhZG9ubHkgcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSByZWFkb25seSBlbDogRWxlbWVudFJlZixcbiAgICAgIC8vIFtOaW1ibGVdIE5lZWQgSW5qZWN0IGRlY29yYXRvclxuICAgICAgQEluamVjdChMb2NhdGlvblN0cmF0ZWd5KSBwcml2YXRlIGxvY2F0aW9uU3RyYXRlZ3k/OiBMb2NhdGlvblN0cmF0ZWd5KSB7XG5cbiAgICAvLyBbTmltYmxlXSBIYXJkLWNvZGluZyBgaXNBbmNob3JFbGVtZW50YCB0byBgdHJ1ZWBcbiAgICAvLyBjb25zdCB0YWdOYW1lID0gZWwubmF0aXZlRWxlbWVudC50YWdOYW1lPy50b0xvd2VyQ2FzZSgpO1xuICAgIC8vIHRoaXMuaXNBbmNob3JFbGVtZW50ID0gdGFnTmFtZSA9PT0gJ2EnIHx8IHRhZ05hbWUgPT09ICdhcmVhJztcbiAgICB0aGlzLmlzQW5jaG9yRWxlbWVudCA9IHRydWU7XG5cbiAgICBpZiAodGhpcy5pc0FuY2hvckVsZW1lbnQpIHtcbiAgICAgIHRoaXMuc3Vic2NyaXB0aW9uID0gcm91dGVyLmV2ZW50cy5zdWJzY3JpYmUoKHM6IEV2ZW50KSA9PiB7XG4gICAgICAgIGlmIChzIGluc3RhbmNlb2YgTmF2aWdhdGlvbkVuZCkge1xuICAgICAgICAgIHRoaXMudXBkYXRlSHJlZigpO1xuICAgICAgICB9XG4gICAgICB9KTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5zZXRUYWJJbmRleElmTm90T25OYXRpdmVFbCgnMCcpO1xuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBQYXNzZWQgdG8ge0BsaW5rIFJvdXRlciNjcmVhdGVVcmxUcmVlfSBhcyBwYXJ0IG9mIHRoZVxuICAgKiBgVXJsQ3JlYXRpb25PcHRpb25zYC5cbiAgICogQHNlZSB7QGxpbmsgVXJsQ3JlYXRpb25PcHRpb25zI3ByZXNlcnZlRnJhZ21lbnR9XG4gICAqIEBzZWUge0BsaW5rIFJvdXRlciNjcmVhdGVVcmxUcmVlfVxuICAgKi9cbiAgQElucHV0KHt0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGV9KSBwcmVzZXJ2ZUZyYWdtZW50OiBib29sZWFuID0gZmFsc2U7XG5cbiAgLyoqXG4gICAqIFBhc3NlZCB0byB7QGxpbmsgUm91dGVyI25hdmlnYXRlQnlVcmx9IGFzIHBhcnQgb2YgdGhlXG4gICAqIGBOYXZpZ2F0aW9uQmVoYXZpb3JPcHRpb25zYC5cbiAgICogQHNlZSB7QGxpbmsgTmF2aWdhdGlvbkJlaGF2aW9yT3B0aW9ucyNza2lwTG9jYXRpb25DaGFuZ2V9XG4gICAqIEBzZWUge0BsaW5rIFJvdXRlciNuYXZpZ2F0ZUJ5VXJsfVxuICAgKi9cbiAgQElucHV0KHt0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGV9KSBza2lwTG9jYXRpb25DaGFuZ2U6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAvKipcbiAgICogUGFzc2VkIHRvIHtAbGluayBSb3V0ZXIjbmF2aWdhdGVCeVVybH0gYXMgcGFydCBvZiB0aGVcbiAgICogYE5hdmlnYXRpb25CZWhhdmlvck9wdGlvbnNgLlxuICAgKiBAc2VlIHtAbGluayBOYXZpZ2F0aW9uQmVoYXZpb3JPcHRpb25zI3JlcGxhY2VVcmx9XG4gICAqIEBzZWUge0BsaW5rIFJvdXRlciNuYXZpZ2F0ZUJ5VXJsfVxuICAgKi9cbiAgQElucHV0KHt0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGV9KSByZXBsYWNlVXJsOiBib29sZWFuID0gZmFsc2U7XG5cbiAgLyoqXG4gICAqIE1vZGlmaWVzIHRoZSB0YWIgaW5kZXggaWYgdGhlcmUgd2FzIG5vdCBhIHRhYmluZGV4IGF0dHJpYnV0ZSBvbiB0aGUgZWxlbWVudCBkdXJpbmdcbiAgICogaW5zdGFudGlhdGlvbi5cbiAgICovXG4gIHByaXZhdGUgc2V0VGFiSW5kZXhJZk5vdE9uTmF0aXZlRWwobmV3VGFiSW5kZXg6IHN0cmluZ3xudWxsKSB7XG4gICAgaWYgKHRoaXMudGFiSW5kZXhBdHRyaWJ1dGUgIT0gbnVsbCAvKiBib3RoIGBudWxsYCBhbmQgYHVuZGVmaW5lZGAgKi8gfHwgdGhpcy5pc0FuY2hvckVsZW1lbnQpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgdGhpcy5hcHBseUF0dHJpYnV0ZVZhbHVlKCd0YWJpbmRleCcsIG5ld1RhYkluZGV4KTtcbiAgfVxuXG4gIC8qKiBAbm9kb2MgKi9cbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcykge1xuICAgIGlmICh0aGlzLmlzQW5jaG9yRWxlbWVudCkge1xuICAgICAgdGhpcy51cGRhdGVIcmVmKCk7XG4gICAgfVxuICAgIC8vIFRoaXMgaXMgc3Vic2NyaWJlZCB0byBieSBgUm91dGVyTGlua0FjdGl2ZWAgc28gdGhhdCBpdCBrbm93cyB0byB1cGRhdGUgd2hlbiB0aGVyZSBhcmUgY2hhbmdlc1xuICAgIC8vIHRvIHRoZSBSb3V0ZXJMaW5rcyBpdCdzIHRyYWNraW5nLlxuICAgIHRoaXMub25DaGFuZ2VzLm5leHQodGhpcyk7XG4gIH1cblxuICAvKipcbiAgICogQ29tbWFuZHMgdG8gcGFzcyB0byB7QGxpbmsgUm91dGVyI2NyZWF0ZVVybFRyZWV9LlxuICAgKiAgIC0gKiphcnJheSoqOiBjb21tYW5kcyB0byBwYXNzIHRvIHtAbGluayBSb3V0ZXIjY3JlYXRlVXJsVHJlZX0uXG4gICAqICAgLSAqKnN0cmluZyoqOiBzaG9ydGhhbmQgZm9yIGFycmF5IG9mIGNvbW1hbmRzIHdpdGgganVzdCB0aGUgc3RyaW5nLCBpLmUuIGBbJy9yb3V0ZSddYFxuICAgKiAgIC0gKipudWxsfHVuZGVmaW5lZCoqOiBlZmZlY3RpdmVseSBkaXNhYmxlcyB0aGUgYHJvdXRlckxpbmtgXG4gICAqIEBzZWUge0BsaW5rIFJvdXRlciNjcmVhdGVVcmxUcmVlfVxuICAgKi9cbiAgQElucHV0KClcbiAgc2V0IHJvdXRlckxpbmsoY29tbWFuZHM6IGFueVtdfHN0cmluZ3xudWxsfHVuZGVmaW5lZCkge1xuICAgIGlmIChjb21tYW5kcyAhPSBudWxsKSB7XG4gICAgICB0aGlzLmNvbW1hbmRzID0gQXJyYXkuaXNBcnJheShjb21tYW5kcykgPyBjb21tYW5kcyA6IFtjb21tYW5kc107XG4gICAgICB0aGlzLnNldFRhYkluZGV4SWZOb3RPbk5hdGl2ZUVsKCcwJyk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuY29tbWFuZHMgPSBudWxsO1xuICAgICAgdGhpcy5zZXRUYWJJbmRleElmTm90T25OYXRpdmVFbChudWxsKTtcbiAgICB9XG4gIH1cblxuICAvKiogQG5vZG9jICovXG4gIEBIb3N0TGlzdGVuZXIoXG4gICAgICAnY2xpY2snLFxuICAgICAgWyckZXZlbnQuYnV0dG9uJywgJyRldmVudC5jdHJsS2V5JywgJyRldmVudC5zaGlmdEtleScsICckZXZlbnQuYWx0S2V5JywgJyRldmVudC5tZXRhS2V5J10pXG4gIG9uQ2xpY2soYnV0dG9uOiBudW1iZXIsIGN0cmxLZXk6IGJvb2xlYW4sIHNoaWZ0S2V5OiBib29sZWFuLCBhbHRLZXk6IGJvb2xlYW4sIG1ldGFLZXk6IGJvb2xlYW4pOlxuICAgICAgYm9vbGVhbiB7XG4gICAgaWYgKHRoaXMudXJsVHJlZSA9PT0gbnVsbCkge1xuICAgICAgcmV0dXJuIHRydWU7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuaXNBbmNob3JFbGVtZW50KSB7XG4gICAgICBpZiAoYnV0dG9uICE9PSAwIHx8IGN0cmxLZXkgfHwgc2hpZnRLZXkgfHwgYWx0S2V5IHx8IG1ldGFLZXkpIHtcbiAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICB9XG5cbiAgICAgIGlmICh0eXBlb2YgdGhpcy50YXJnZXQgPT09ICdzdHJpbmcnICYmIHRoaXMudGFyZ2V0ICE9ICdfc2VsZicpIHtcbiAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICB9XG4gICAgfVxuXG4gICAgY29uc3QgZXh0cmFzID0ge1xuICAgICAgc2tpcExvY2F0aW9uQ2hhbmdlOiB0aGlzLnNraXBMb2NhdGlvbkNoYW5nZSxcbiAgICAgIHJlcGxhY2VVcmw6IHRoaXMucmVwbGFjZVVybCxcbiAgICAgIHN0YXRlOiB0aGlzLnN0YXRlLFxuICAgIH07XG4gICAgdGhpcy5yb3V0ZXIubmF2aWdhdGVCeVVybCh0aGlzLnVybFRyZWUsIGV4dHJhcyk7XG5cbiAgICAvLyBSZXR1cm4gYGZhbHNlYCBmb3IgYDxhPmAgZWxlbWVudHMgdG8gcHJldmVudCBkZWZhdWx0IGFjdGlvblxuICAgIC8vIGFuZCBjYW5jZWwgdGhlIG5hdGl2ZSBiZWhhdmlvciwgc2luY2UgdGhlIG5hdmlnYXRpb24gaXMgaGFuZGxlZFxuICAgIC8vIGJ5IHRoZSBSb3V0ZXIuXG4gICAgcmV0dXJuICF0aGlzLmlzQW5jaG9yRWxlbWVudDtcbiAgfVxuXG4gIC8qKiBAbm9kb2MgKi9cbiAgbmdPbkRlc3Ryb3koKTogYW55IHtcbiAgICB0aGlzLnN1YnNjcmlwdGlvbj8udW5zdWJzY3JpYmUoKTtcbiAgfVxuXG4gIHByaXZhdGUgdXBkYXRlSHJlZigpOiB2b2lkIHtcbiAgICB0aGlzLmhyZWYgPSB0aGlzLnVybFRyZWUgIT09IG51bGwgJiYgdGhpcy5sb2NhdGlvblN0cmF0ZWd5ID9cbiAgICAgICAgdGhpcy5sb2NhdGlvblN0cmF0ZWd5Py5wcmVwYXJlRXh0ZXJuYWxVcmwodGhpcy5yb3V0ZXIuc2VyaWFsaXplVXJsKHRoaXMudXJsVHJlZSkpIDpcbiAgICAgICAgbnVsbDtcblxuICAgIC8qKlxuICAgICAqIFtOaW1ibGVdIFJlbW92ZSBzYW5pdGl6YXRpb24gY29kZSBhbmQgYXBwbHlpbmcgdGhlIGBocmVmYCBhdHRyaWJ1dGUgaW4gZmF2b3Igb2YgY2hhbmdpbmcgYGhyZWZgXG4gICAgICogdG8gYmUgYSBgQEhvc3RCaW5kaW5nYC4gVGhpcyBhdm9pZHMgdGhlIG5lZWQgb2YgY2FsbGluZyBpbnRvIHByaXZhdGUgQW5ndWxhciBzYW5pdGl6YXRpb24gY29kZS5cbiAgICAgKi9cbiAgICAvLyBjb25zdCBzYW5pdGl6ZWRWYWx1ZSA9IHRoaXMuaHJlZiA9PT0gbnVsbCA/XG4gICAgLy8gICAgIG51bGwgOlxuICAgIC8vICAgICAvLyBUaGlzIGNsYXNzIHJlcHJlc2VudHMgYSBkaXJlY3RpdmUgdGhhdCBjYW4gYmUgYWRkZWQgdG8gYm90aCBgPGE+YCBlbGVtZW50cyxcbiAgICAvLyAgICAgLy8gYXMgd2VsbCBhcyBvdGhlciBlbGVtZW50cy4gQXMgYSByZXN1bHQsIHdlIGNhbid0IGRlZmluZSBzZWN1cml0eSBjb250ZXh0IGF0XG4gICAgLy8gICAgIC8vIGNvbXBpbGUgdGltZS4gU28gdGhlIHNlY3VyaXR5IGNvbnRleHQgaXMgZGVmZXJyZWQgdG8gcnVudGltZS5cbiAgICAvLyAgICAgLy8gVGhlIGDJtcm1c2FuaXRpemVVcmxPclJlc291cmNlVXJsYCBzZWxlY3RzIHRoZSBuZWNlc3Nhcnkgc2FuaXRpemVyIGZ1bmN0aW9uXG4gICAgLy8gICAgIC8vIGJhc2VkIG9uIHRoZSB0YWcgYW5kIHByb3BlcnR5IG5hbWVzLiBUaGUgbG9naWMgbWltaWNzIHRoZSBvbmUgZnJvbVxuICAgIC8vICAgICAvLyBgcGFja2FnZXMvY29tcGlsZXIvc3JjL3NjaGVtYS9kb21fc2VjdXJpdHlfc2NoZW1hLnRzYCwgd2hpY2ggaXMgdXNlZCBhdCBjb21waWxlIHRpbWUuXG4gICAgLy8gICAgIC8vXG4gICAgLy8gICAgIC8vIE5vdGU6IHdlIHNob3VsZCBpbnZlc3RpZ2F0ZSB3aGV0aGVyIHdlIGNhbiBzd2l0Y2ggdG8gdXNpbmcgYEBIb3N0QmluZGluZygnYXR0ci5ocmVmJylgXG4gICAgLy8gICAgIC8vIGluc3RlYWQgb2YgYXBwbHlpbmcgYSB2YWx1ZSB2aWEgYSByZW5kZXJlciwgYWZ0ZXIgYSBmaW5hbCBtZXJnZSBvZiB0aGVcbiAgICAvLyAgICAgLy8gYFJvdXRlckxpbmtXaXRoSHJlZmAgZGlyZWN0aXZlLlxuICAgIC8vICAgICDJtcm1c2FuaXRpemVVcmxPclJlc291cmNlVXJsKHRoaXMuaHJlZiwgdGhpcy5lbC5uYXRpdmVFbGVtZW50LnRhZ05hbWUudG9Mb3dlckNhc2UoKSwgJ2hyZWYnKTtcbiAgICAvLyB0aGlzLmFwcGx5QXR0cmlidXRlVmFsdWUoJ2hyZWYnLCBzYW5pdGl6ZWRWYWx1ZSk7XG4gIH1cblxuICBwcml2YXRlIGFwcGx5QXR0cmlidXRlVmFsdWUoYXR0ck5hbWU6IHN0cmluZywgYXR0clZhbHVlOiBzdHJpbmd8bnVsbCkge1xuICAgIGNvbnN0IHJlbmRlcmVyID0gdGhpcy5yZW5kZXJlcjtcbiAgICBjb25zdCBuYXRpdmVFbGVtZW50ID0gdGhpcy5lbC5uYXRpdmVFbGVtZW50O1xuICAgIGlmIChhdHRyVmFsdWUgIT09IG51bGwpIHtcbiAgICAgIHJlbmRlcmVyLnNldEF0dHJpYnV0ZShuYXRpdmVFbGVtZW50LCBhdHRyTmFtZSwgYXR0clZhbHVlKTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmVuZGVyZXIucmVtb3ZlQXR0cmlidXRlKG5hdGl2ZUVsZW1lbnQsIGF0dHJOYW1lKTtcbiAgICB9XG4gIH1cblxuICBnZXQgdXJsVHJlZSgpOiBVcmxUcmVlfG51bGwge1xuICAgIGlmICh0aGlzLmNvbW1hbmRzID09PSBudWxsKSB7XG4gICAgICByZXR1cm4gbnVsbDtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMucm91dGVyLmNyZWF0ZVVybFRyZWUodGhpcy5jb21tYW5kcywge1xuICAgICAgLy8gSWYgdGhlIGByZWxhdGl2ZVRvYCBpbnB1dCBpcyBub3QgZGVmaW5lZCwgd2Ugd2FudCB0byB1c2UgYHRoaXMucm91dGVgIGJ5IGRlZmF1bHQuXG4gICAgICAvLyBPdGhlcndpc2UsIHdlIHNob3VsZCB1c2UgdGhlIHZhbHVlIHByb3ZpZGVkIGJ5IHRoZSB1c2VyIGluIHRoZSBpbnB1dC5cbiAgICAgIHJlbGF0aXZlVG86IHRoaXMucmVsYXRpdmVUbyAhPT0gdW5kZWZpbmVkID8gdGhpcy5yZWxhdGl2ZVRvIDogdGhpcy5yb3V0ZSxcbiAgICAgIHF1ZXJ5UGFyYW1zOiB0aGlzLnF1ZXJ5UGFyYW1zLFxuICAgICAgZnJhZ21lbnQ6IHRoaXMuZnJhZ21lbnQsXG4gICAgICBxdWVyeVBhcmFtc0hhbmRsaW5nOiB0aGlzLnF1ZXJ5UGFyYW1zSGFuZGxpbmcsXG4gICAgICBwcmVzZXJ2ZUZyYWdtZW50OiB0aGlzLnByZXNlcnZlRnJhZ21lbnQsXG4gICAgfSk7XG4gIH1cbn1cblxuLy8gW05pbWJsZV0gUmVtb3ZlIGV4dHJhIGV4cG9ydCBmb3IgZGVwcmVjYXRlZCBBbmd1bGFyIEFQSVxuLy8gLyoqXG4vLyAgKiBAZGVzY3JpcHRpb25cbi8vICAqIEFuIGFsaWFzIGZvciB0aGUgYFJvdXRlckxpbmtgIGRpcmVjdGl2ZS5cbi8vICAqIERlcHJlY2F0ZWQgc2luY2UgdjE1LCB1c2UgYFJvdXRlckxpbmtgIGRpcmVjdGl2ZSBpbnN0ZWFkLlxuLy8gICpcbi8vICAqIEBkZXByZWNhdGVkIHVzZSBgUm91dGVyTGlua2AgZGlyZWN0aXZlIGluc3RlYWQuXG4vLyAgKiBAcHVibGljQXBpXG4vLyAgKi9cbi8vIGV4cG9ydCB7Um91dGVyTGluayBhcyBSb3V0ZXJMaW5rV2l0aEhyZWZ9O1xuIl19
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* [Nimble]
|
|
3
|
+
* Copied from https://github.com/angular/angular/blob/16.2.12/packages/forms/src/directives/select_control_value_accessor.ts
|
|
4
|
+
* with the following modifications:
|
|
5
|
+
* - Update imports
|
|
6
|
+
* - Remove all configuration from SelectControlValueAccessor's `@Directive` decorator
|
|
7
|
+
* - Remove all configuration from NgSelectOption's `@Directive` decorator
|
|
8
|
+
* - Update validation within `compareWith` to use public APIs
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* @license
|
|
12
|
+
* Copyright Google LLC All Rights Reserved.
|
|
13
|
+
*
|
|
14
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
15
|
+
* found in the LICENSE file at https://angular.io/license
|
|
16
|
+
*/
|
|
17
|
+
import { Directive, Host, Input, Optional, isDevMode } from '@angular/core';
|
|
18
|
+
import { BuiltInControlValueAccessor } from './control_value_accessor';
|
|
19
|
+
import * as i0 from "@angular/core";
|
|
20
|
+
/* [Nimble] Do not register as a value accessor provider
|
|
21
|
+
const SELECT_VALUE_ACCESSOR: Provider = {
|
|
22
|
+
provide: NG_VALUE_ACCESSOR,
|
|
23
|
+
useExisting: forwardRef(() => SelectControlValueAccessor),
|
|
24
|
+
multi: true
|
|
25
|
+
};
|
|
26
|
+
*/
|
|
27
|
+
function _buildValueString(id, value) {
|
|
28
|
+
if (id == null)
|
|
29
|
+
return `${value}`;
|
|
30
|
+
if (value && typeof value === 'object')
|
|
31
|
+
value = 'Object';
|
|
32
|
+
return `${id}: ${value}`.slice(0, 50);
|
|
33
|
+
}
|
|
34
|
+
function _extractId(valueString) {
|
|
35
|
+
return valueString.split(':')[0];
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @description
|
|
39
|
+
* The `ControlValueAccessor` for writing select control values and listening to select control
|
|
40
|
+
* changes. The value accessor is used by the `FormControlDirective`, `FormControlName`, and
|
|
41
|
+
* `NgModel` directives.
|
|
42
|
+
*
|
|
43
|
+
* @usageNotes
|
|
44
|
+
*
|
|
45
|
+
* ### Using select controls in a reactive form
|
|
46
|
+
*
|
|
47
|
+
* The following examples show how to use a select control in a reactive form.
|
|
48
|
+
*
|
|
49
|
+
* {@example forms/ts/reactiveSelectControl/reactive_select_control_example.ts region='Component'}
|
|
50
|
+
*
|
|
51
|
+
* ### Using select controls in a template-driven form
|
|
52
|
+
*
|
|
53
|
+
* To use a select in a template-driven form, simply add an `ngModel` and a `name`
|
|
54
|
+
* attribute to the main `<select>` tag.
|
|
55
|
+
*
|
|
56
|
+
* {@example forms/ts/selectControl/select_control_example.ts region='Component'}
|
|
57
|
+
*
|
|
58
|
+
* ### Customizing option selection
|
|
59
|
+
*
|
|
60
|
+
* Angular uses object identity to select option. It's possible for the identities of items
|
|
61
|
+
* to change while the data does not. This can happen, for example, if the items are produced
|
|
62
|
+
* from an RPC to the server, and that RPC is re-run. Even if the data hasn't changed, the
|
|
63
|
+
* second response will produce objects with different identities.
|
|
64
|
+
*
|
|
65
|
+
* To customize the default option comparison algorithm, `<select>` supports `compareWith` input.
|
|
66
|
+
* `compareWith` takes a **function** which has two arguments: `option1` and `option2`.
|
|
67
|
+
* If `compareWith` is given, Angular selects option by the return value of the function.
|
|
68
|
+
*
|
|
69
|
+
* ```ts
|
|
70
|
+
* const selectedCountriesControl = new FormControl();
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
* <select [compareWith]="compareFn" [formControl]="selectedCountriesControl">
|
|
75
|
+
* <option *ngFor="let country of countries" [ngValue]="country">
|
|
76
|
+
* {{country.name}}
|
|
77
|
+
* </option>
|
|
78
|
+
* </select>
|
|
79
|
+
*
|
|
80
|
+
* compareFn(c1: Country, c2: Country): boolean {
|
|
81
|
+
* return c1 && c2 ? c1.id === c2.id : c1 === c2;
|
|
82
|
+
* }
|
|
83
|
+
* ```
|
|
84
|
+
*
|
|
85
|
+
* **Note:** We listen to the 'change' event because 'input' events aren't fired
|
|
86
|
+
* for selects in IE, see:
|
|
87
|
+
* https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event#browser_compatibility
|
|
88
|
+
*
|
|
89
|
+
* @ngModule ReactiveFormsModule
|
|
90
|
+
* @ngModule FormsModule
|
|
91
|
+
* @publicApi
|
|
92
|
+
*/
|
|
93
|
+
/* [Nimble] Remove all configuration from @Directive decorator
|
|
94
|
+
@Directive({
|
|
95
|
+
selector:
|
|
96
|
+
'select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]',
|
|
97
|
+
host: {'(change)': 'onChange($event.target.value)', '(blur)': 'onTouched()'},
|
|
98
|
+
providers: [SELECT_VALUE_ACCESSOR]
|
|
99
|
+
})
|
|
100
|
+
*/
|
|
101
|
+
export class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
102
|
+
constructor() {
|
|
103
|
+
super(...arguments);
|
|
104
|
+
/** @internal */
|
|
105
|
+
this._optionMap = new Map();
|
|
106
|
+
/** @internal */
|
|
107
|
+
this._idCounter = 0;
|
|
108
|
+
this._compareWith = Object.is;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* @description
|
|
112
|
+
* Tracks the option comparison algorithm for tracking identities when
|
|
113
|
+
* checking for changes.
|
|
114
|
+
*/
|
|
115
|
+
set compareWith(fn) {
|
|
116
|
+
// [Nimble] Update to use public APIs
|
|
117
|
+
// if (typeof fn !== 'function' && (typeof ngDevMode === 'undefined' || ngDevMode)) {
|
|
118
|
+
// throw new RuntimeError(
|
|
119
|
+
// RuntimeErrorCode.COMPAREWITH_NOT_A_FN,
|
|
120
|
+
// `compareWith must be a function, but received ${JSON.stringify(fn)}`);
|
|
121
|
+
// }
|
|
122
|
+
if (typeof fn !== 'function' && isDevMode()) {
|
|
123
|
+
throw new Error(`compareWith must be a function, but received ${JSON.stringify(fn)}`);
|
|
124
|
+
}
|
|
125
|
+
this._compareWith = fn;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Sets the "value" property on the select element.
|
|
129
|
+
* @nodoc
|
|
130
|
+
*/
|
|
131
|
+
writeValue(value) {
|
|
132
|
+
this.value = value;
|
|
133
|
+
const id = this._getOptionId(value);
|
|
134
|
+
const valueString = _buildValueString(id, value);
|
|
135
|
+
this.setProperty('value', valueString);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Registers a function called when the control value changes.
|
|
139
|
+
* @nodoc
|
|
140
|
+
*/
|
|
141
|
+
registerOnChange(fn) {
|
|
142
|
+
this.onChange = (valueString) => {
|
|
143
|
+
this.value = this._getOptionValue(valueString);
|
|
144
|
+
fn(this.value);
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
/** @internal */
|
|
148
|
+
_registerOption() {
|
|
149
|
+
return (this._idCounter++).toString();
|
|
150
|
+
}
|
|
151
|
+
/** @internal */
|
|
152
|
+
_getOptionId(value) {
|
|
153
|
+
for (const id of this._optionMap.keys()) {
|
|
154
|
+
if (this._compareWith(this._optionMap.get(id), value))
|
|
155
|
+
return id;
|
|
156
|
+
}
|
|
157
|
+
return null;
|
|
158
|
+
}
|
|
159
|
+
/** @internal */
|
|
160
|
+
_getOptionValue(valueString) {
|
|
161
|
+
const id = _extractId(valueString);
|
|
162
|
+
return this._optionMap.has(id) ? this._optionMap.get(id) : valueString;
|
|
163
|
+
}
|
|
164
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectControlValueAccessor, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
165
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SelectControlValueAccessor, inputs: { compareWith: "compareWith" }, usesInheritance: true, ngImport: i0 }); }
|
|
166
|
+
}
|
|
167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectControlValueAccessor, decorators: [{
|
|
168
|
+
type: Directive
|
|
169
|
+
}], propDecorators: { compareWith: [{
|
|
170
|
+
type: Input
|
|
171
|
+
}] } });
|
|
172
|
+
/**
|
|
173
|
+
* @description
|
|
174
|
+
* Marks `<option>` as dynamic, so Angular can be notified when options change.
|
|
175
|
+
*
|
|
176
|
+
* @see {@link SelectControlValueAccessor}
|
|
177
|
+
*
|
|
178
|
+
* @ngModule ReactiveFormsModule
|
|
179
|
+
* @ngModule FormsModule
|
|
180
|
+
* @publicApi
|
|
181
|
+
*/
|
|
182
|
+
/* [Nimble] Remove all configuration from @Directive decorator
|
|
183
|
+
@Directive({selector: 'option'})
|
|
184
|
+
*/
|
|
185
|
+
export class NgSelectOption {
|
|
186
|
+
constructor(_element, _renderer, _select) {
|
|
187
|
+
this._element = _element;
|
|
188
|
+
this._renderer = _renderer;
|
|
189
|
+
this._select = _select;
|
|
190
|
+
if (this._select)
|
|
191
|
+
this.id = this._select._registerOption();
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* @description
|
|
195
|
+
* Tracks the value bound to the option element. Unlike the value binding,
|
|
196
|
+
* ngValue supports binding to objects.
|
|
197
|
+
*/
|
|
198
|
+
set ngValue(value) {
|
|
199
|
+
if (this._select == null)
|
|
200
|
+
return;
|
|
201
|
+
this._select._optionMap.set(this.id, value);
|
|
202
|
+
this._setElementValue(_buildValueString(this.id, value));
|
|
203
|
+
this._select.writeValue(this._select.value);
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* @description
|
|
207
|
+
* Tracks simple string values bound to the option element.
|
|
208
|
+
* For objects, use the `ngValue` input binding.
|
|
209
|
+
*/
|
|
210
|
+
set value(value) {
|
|
211
|
+
this._setElementValue(value);
|
|
212
|
+
if (this._select)
|
|
213
|
+
this._select.writeValue(this._select.value);
|
|
214
|
+
}
|
|
215
|
+
/** @internal */
|
|
216
|
+
_setElementValue(value) {
|
|
217
|
+
this._renderer.setProperty(this._element.nativeElement, 'value', value);
|
|
218
|
+
}
|
|
219
|
+
/** @nodoc */
|
|
220
|
+
ngOnDestroy() {
|
|
221
|
+
if (this._select) {
|
|
222
|
+
this._select._optionMap.delete(this.id);
|
|
223
|
+
this._select.writeValue(this._select.value);
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgSelectOption, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: SelectControlValueAccessor, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
227
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NgSelectOption, inputs: { ngValue: "ngValue", value: "value" }, ngImport: i0 }); }
|
|
228
|
+
}
|
|
229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NgSelectOption, decorators: [{
|
|
230
|
+
type: Directive
|
|
231
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: SelectControlValueAccessor, decorators: [{
|
|
232
|
+
type: Optional
|
|
233
|
+
}, {
|
|
234
|
+
type: Host
|
|
235
|
+
}] }]; }, propDecorators: { ngValue: [{
|
|
236
|
+
type: Input,
|
|
237
|
+
args: ['ngValue']
|
|
238
|
+
}], value: [{
|
|
239
|
+
type: Input,
|
|
240
|
+
args: ['value']
|
|
241
|
+
}] } });
|
|
242
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0X2NvbnRyb2xfdmFsdWVfYWNjZXNzb3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uaS9uaW1ibGUtYW5ndWxhci9zcmMvdGhpcmRwYXJ0eS9kaXJlY3RpdmVzL3NlbGVjdF9jb250cm9sX3ZhbHVlX2FjY2Vzc29yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7OztHQVFHO0FBR0g7Ozs7OztHQU1HO0FBRUgsT0FBTyxFQUFDLFNBQVMsRUFBYyxJQUFJLEVBQUUsS0FBSyxFQUFhLFFBQVEsRUFBYSxTQUFTLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFHNUcsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBRXZFOzs7Ozs7RUFNRTtBQUVGLFNBQVMsaUJBQWlCLENBQUMsRUFBZSxFQUFFLEtBQVU7SUFDcEQsSUFBSSxFQUFFLElBQUksSUFBSTtRQUFFLE9BQU8sR0FBRyxLQUFLLEVBQUUsQ0FBQztJQUNsQyxJQUFJLEtBQUssSUFBSSxPQUFPLEtBQUssS0FBSyxRQUFRO1FBQUUsS0FBSyxHQUFHLFFBQVEsQ0FBQztJQUN6RCxPQUFPLEdBQUcsRUFBRSxLQUFLLEtBQUssRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUM7QUFDeEMsQ0FBQztBQUVELFNBQVMsVUFBVSxDQUFDLFdBQW1CO0lBQ3JDLE9BQU8sV0FBVyxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztBQUNuQyxDQUFDO0FBRUQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0F1REc7QUFDSDs7Ozs7OztFQU9FO0FBRUYsTUFBTSxPQUFPLDBCQUEyQixTQUFRLDJCQUEyQjtJQUQzRTs7UUFNRSxnQkFBZ0I7UUFDaEIsZUFBVSxHQUFxQixJQUFJLEdBQUcsRUFBZSxDQUFD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QWNaLEtBQUs7c0JBRFIsS0FBSzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBbTmltYmxlXVxuICogQ29waWVkIGZyb20gaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXIvYW5ndWxhci9ibG9iLzE2LjIuMTIvcGFja2FnZXMvZm9ybXMvc3JjL2RpcmVjdGl2ZXMvc2VsZWN0X2NvbnRyb2xfdmFsdWVfYWNjZXNzb3IudHNcbiAqIHdpdGggdGhlIGZvbGxvd2luZyBtb2RpZmljYXRpb25zOlxuICogLSBVcGRhdGUgaW1wb3J0c1xuICogLSBSZW1vdmUgYWxsIGNvbmZpZ3VyYXRpb24gZnJvbSBTZWxlY3RDb250cm9sVmFsdWVBY2Nlc3NvcidzIGBARGlyZWN0aXZlYCBkZWNvcmF0b3JcbiAqIC0gUmVtb3ZlIGFsbCBjb25maWd1cmF0aW9uIGZyb20gTmdTZWxlY3RPcHRpb24ncyBgQERpcmVjdGl2ZWAgZGVjb3JhdG9yXG4gKiAtIFVwZGF0ZSB2YWxpZGF0aW9uIHdpdGhpbiBgY29tcGFyZVdpdGhgIHRvIHVzZSBwdWJsaWMgQVBJc1xuICovXG5cblxuLyoqXG4gKiBAbGljZW5zZVxuICogQ29weXJpZ2h0IEdvb2dsZSBMTEMgQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbmltcG9ydCB7RGlyZWN0aXZlLCBFbGVtZW50UmVmLCBIb3N0LCBJbnB1dCwgT25EZXN0cm95LCBPcHRpb25hbCwgUmVuZGVyZXIyLCBpc0Rldk1vZGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgdHlwZSB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQnVpbHRJbkNvbnRyb2xWYWx1ZUFjY2Vzc29yIH0gZnJvbSAnLi9jb250cm9sX3ZhbHVlX2FjY2Vzc29yJztcblxuLyogW05pbWJsZV0gRG8gbm90IHJlZ2lzdGVyIGFzIGEgdmFsdWUgYWNjZXNzb3IgcHJvdmlkZXJcbmNvbnN0IFNFTEVDVF9WQUxVRV9BQ0NFU1NPUjogUHJvdmlkZXIgPSB7XG4gIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBTZWxlY3RDb250cm9sVmFsdWVBY2Nlc3NvciksXG4gIG11bHRpOiB0cnVlXG59O1xuKi9cblxuZnVuY3Rpb24gX2J1aWxkVmFsdWVTdHJpbmcoaWQ6IHN0cmluZ3xudWxsLCB2YWx1ZTogYW55KTogc3RyaW5nIHtcbiAgaWYgKGlkID09IG51bGwpIHJldHVybiBgJHt2YWx1ZX1gO1xuICBpZiAodmFsdWUgJiYgdHlwZW9mIHZhbHVlID09PSAnb2JqZWN0JykgdmFsdWUgPSAnT2JqZWN0JztcbiAgcmV0dXJuIGAke2lkfTogJHt2YWx1ZX1gLnNsaWNlKDAsIDUwKTtcbn1cblxuZnVuY3Rpb24gX2V4dHJhY3RJZCh2YWx1ZVN0cmluZzogc3RyaW5nKTogc3RyaW5nIHtcbiAgcmV0dXJuIHZhbHVlU3RyaW5nLnNwbGl0KCc6JylbMF07XG59XG5cbi8qKlxuICogQGRlc2NyaXB0aW9uXG4gKiBUaGUgYENvbnRyb2xWYWx1ZUFjY2Vzc29yYCBmb3Igd3JpdGluZyBzZWxlY3QgY29udHJvbCB2YWx1ZXMgYW5kIGxpc3RlbmluZyB0byBzZWxlY3QgY29udHJvbFxuICogY2hhbmdlcy4gVGhlIHZhbHVlIGFjY2Vzc29yIGlzIHVzZWQgYnkgdGhlIGBGb3JtQ29udHJvbERpcmVjdGl2ZWAsIGBGb3JtQ29udHJvbE5hbWVgLCBhbmRcbiAqIGBOZ01vZGVsYCBkaXJlY3RpdmVzLlxuICpcbiAqIEB1c2FnZU5vdGVzXG4gKlxuICogIyMjIFVzaW5nIHNlbGVjdCBjb250cm9scyBpbiBhIHJlYWN0aXZlIGZvcm1cbiAqXG4gKiBUaGUgZm9sbG93aW5nIGV4YW1wbGVzIHNob3cgaG93IHRvIHVzZSBhIHNlbGVjdCBjb250cm9sIGluIGEgcmVhY3RpdmUgZm9ybS5cbiAqXG4gKiB7QGV4YW1wbGUgZm9ybXMvdHMvcmVhY3RpdmVTZWxlY3RDb250cm9sL3JlYWN0aXZlX3NlbGVjdF9jb250cm9sX2V4YW1wbGUudHMgcmVnaW9uPSdDb21wb25lbnQnfVxuICpcbiAqICMjIyBVc2luZyBzZWxlY3QgY29udHJvbHMgaW4gYSB0ZW1wbGF0ZS1kcml2ZW4gZm9ybVxuICpcbiAqIFRvIHVzZSBhIHNlbGVjdCBpbiBhIHRlbXBsYXRlLWRyaXZlbiBmb3JtLCBzaW1wbHkgYWRkIGFuIGBuZ01vZGVsYCBhbmQgYSBgbmFtZWBcbiAqIGF0dHJpYnV0ZSB0byB0aGUgbWFpbiBgPHNlbGVjdD5gIHRhZy5cbiAqXG4gKiB7QGV4YW1wbGUgZm9ybXMvdHMvc2VsZWN0Q29udHJvbC9zZWxlY3RfY29udHJvbF9leGFtcGxlLnRzIHJlZ2lvbj0nQ29tcG9uZW50J31cbiAqXG4gKiAjIyMgQ3VzdG9taXppbmcgb3B0aW9uIHNlbGVjdGlvblxuICpcbiAqIEFuZ3VsYXIgdXNlcyBvYmplY3QgaWRlbnRpdHkgdG8gc2VsZWN0IG9wdGlvbi4gSXQncyBwb3NzaWJsZSBmb3IgdGhlIGlkZW50aXRpZXMgb2YgaXRlbXNcbiAqIHRvIGNoYW5nZSB3aGlsZSB0aGUgZGF0YSBkb2VzIG5vdC4gVGhpcyBjYW4gaGFwcGVuLCBmb3IgZXhhbXBsZSwgaWYgdGhlIGl0ZW1zIGFyZSBwcm9kdWNlZFxuICogZnJvbSBhbiBSUEMgdG8gdGhlIHNlcnZlciwgYW5kIHRoYXQgUlBDIGlzIHJlLXJ1bi4gRXZlbiBpZiB0aGUgZGF0YSBoYXNuJ3QgY2hhbmdlZCwgdGhlXG4gKiBzZWNvbmQgcmVzcG9uc2Ugd2lsbCBwcm9kdWNlIG9iamVjdHMgd2l0aCBkaWZmZXJlbnQgaWRlbnRpdGllcy5cbiAqXG4gKiBUbyBjdXN0b21pemUgdGhlIGRlZmF1bHQgb3B0aW9uIGNvbXBhcmlzb24gYWxnb3JpdGhtLCBgPHNlbGVjdD5gIHN1cHBvcnRzIGBjb21wYXJlV2l0aGAgaW5wdXQuXG4gKiBgY29tcGFyZVdpdGhgIHRha2VzIGEgKipmdW5jdGlvbioqIHdoaWNoIGhhcyB0d28gYXJndW1lbnRzOiBgb3B0aW9uMWAgYW5kIGBvcHRpb24yYC5cbiAqIElmIGBjb21wYXJlV2l0aGAgaXMgZ2l2ZW4sIEFuZ3VsYXIgc2VsZWN0cyBvcHRpb24gYnkgdGhlIHJldHVybiB2YWx1ZSBvZiB0aGUgZnVuY3Rpb24uXG4gKlxuICogYGBgdHNcbiAqIGNvbnN0IHNlbGVjdGVkQ291bnRyaWVzQ29udHJvbCA9IG5ldyBGb3JtQ29udHJvbCgpO1xuICogYGBgXG4gKlxuICogYGBgXG4gKiA8c2VsZWN0IFtjb21wYXJlV2l0aF09XCJjb21wYXJlRm5cIiAgW2Zvcm1Db250cm9sXT1cInNlbGVjdGVkQ291bnRyaWVzQ29udHJvbFwiPlxuICogICAgIDxvcHRpb24gKm5nRm9yPVwibGV0IGNvdW50cnkgb2YgY291bnRyaWVzXCIgW25nVmFsdWVdPVwiY291bnRyeVwiPlxuICogICAgICAgICB7e2NvdW50cnkubmFtZX19XG4gKiAgICAgPC9vcHRpb24+XG4gKiA8L3NlbGVjdD5cbiAqXG4gKiBjb21wYXJlRm4oYzE6IENvdW50cnksIGMyOiBDb3VudHJ5KTogYm9vbGVhbiB7XG4gKiAgICAgcmV0dXJuIGMxICYmIGMyID8gYzEuaWQgPT09IGMyLmlkIDogYzEgPT09IGMyO1xuICogfVxuICogYGBgXG4gKlxuICogKipOb3RlOioqIFdlIGxpc3RlbiB0byB0aGUgJ2NoYW5nZScgZXZlbnQgYmVjYXVzZSAnaW5wdXQnIGV2ZW50cyBhcmVuJ3QgZmlyZWRcbiAqIGZvciBzZWxlY3RzIGluIElFLCBzZWU6XG4gKiBodHRwczovL2RldmVsb3Blci5tb3ppbGxhLm9yZy9lbi1VUy9kb2NzL1dlYi9BUEkvSFRNTEVsZW1lbnQvaW5wdXRfZXZlbnQjYnJvd3Nlcl9jb21wYXRpYmlsaXR5XG4gKlxuICogQG5nTW9kdWxlIFJlYWN0aXZlRm9ybXNNb2R1bGVcbiAqIEBuZ01vZHVsZSBGb3Jtc01vZHVsZVxuICogQHB1YmxpY0FwaVxuICovXG4vKiBbTmltYmxlXSBSZW1vdmUgYWxsIGNvbmZpZ3VyYXRpb24gZnJvbSBARGlyZWN0aXZlIGRlY29yYXRvclxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOlxuICAgICAgJ3NlbGVjdDpub3QoW211bHRpcGxlXSlbZm9ybUNvbnRyb2xOYW1lXSxzZWxlY3Q6bm90KFttdWx0aXBsZV0pW2Zvcm1Db250cm9sXSxzZWxlY3Q6bm90KFttdWx0aXBsZV0pW25nTW9kZWxdJyxcbiAgaG9zdDogeycoY2hhbmdlKSc6ICdvbkNoYW5nZSgkZXZlbnQudGFyZ2V0LnZhbHVlKScsICcoYmx1ciknOiAnb25Ub3VjaGVkKCknfSxcbiAgcHJvdmlkZXJzOiBbU0VMRUNUX1ZBTFVFX0FDQ0VTU09SXVxufSlcbiovXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBjbGFzcyBTZWxlY3RDb250cm9sVmFsdWVBY2Nlc3NvciBleHRlbmRzIEJ1aWx0SW5Db250cm9sVmFsdWVBY2Nlc3NvciBpbXBsZW1lbnRzXG4gICAgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuICAvKiogQG5vZG9jICovXG4gIHZhbHVlOiBhbnk7XG5cbiAgLyoqIEBpbnRlcm5hbCAqL1xuICBfb3B0aW9uTWFwOiBNYXA8c3RyaW5nLCBhbnk+ID0gbmV3IE1hcDxzdHJpbmcsIGFueT4oKTtcblxuICAvKiogQGludGVybmFsICovXG4gIF9pZENvdW50ZXI6IG51bWJlciA9IDA7XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKiBUcmFja3MgdGhlIG9wdGlvbiBjb21wYXJpc29uIGFsZ29yaXRobSBmb3IgdHJhY2tpbmcgaWRlbnRpdGllcyB3aGVuXG4gICAqIGNoZWNraW5nIGZvciBjaGFuZ2VzLlxuICAgKi9cbiAgQElucHV0KClcbiAgc2V0IGNvbXBhcmVXaXRoKGZuOiAobzE6IGFueSwgbzI6IGFueSkgPT4gYm9vbGVhbikge1xuICAgIC8vIFtOaW1ibGVdIFVwZGF0ZSB0byB1c2UgcHVibGljIEFQSXNcbiAgICAvLyBpZiAodHlwZW9mIGZuICE9PSAnZnVuY3Rpb24nICYmICh0eXBlb2YgbmdEZXZNb2RlID09PSAndW5kZWZpbmVkJyB8fCBuZ0Rldk1vZGUpKSB7XG4gICAgLy8gICB0aHJvdyBuZXcgUnVudGltZUVycm9yKFxuICAgIC8vICAgICAgIFJ1bnRpbWVFcnJvckNvZGUuQ09NUEFSRVdJVEhfTk9UX0FfRk4sXG4gICAgLy8gICAgICAgYGNvbXBhcmVXaXRoIG11c3QgYmUgYSBmdW5jdGlvbiwgYnV0IHJlY2VpdmVkICR7SlNPTi5zdHJpbmdpZnkoZm4pfWApO1xuICAgIC8vIH1cbiAgICBpZiAodHlwZW9mIGZuICE9PSAnZnVuY3Rpb24nICYmIGlzRGV2TW9kZSgpKSB7XG4gICAgICAgIHRocm93IG5ldyBFcnJvcihgY29tcGFyZVdpdGggbXVzdCBiZSBhIGZ1bmN0aW9uLCBidXQgcmVjZWl2ZWQgJHtKU09OLnN0cmluZ2lmeShmbil9YCk7XG4gICAgfVxuICAgIHRoaXMuX2NvbXBhcmVXaXRoID0gZm47XG4gIH1cblxuICBwcml2YXRlIF9jb21wYXJlV2l0aDogKG8xOiBhbnksIG8yOiBhbnkpID0+IGJvb2xlYW4gPSBPYmplY3QuaXM7XG5cbiAgLyoqXG4gICAqIFNldHMgdGhlIFwidmFsdWVcIiBwcm9wZXJ0eSBvbiB0aGUgc2VsZWN0IGVsZW1lbnQuXG4gICAqIEBub2RvY1xuICAgKi9cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogYW55KTogdm9pZCB7XG4gICAgdGhpcy52YWx1ZSA9IHZhbHVlO1xuICAgIGNvbnN0IGlkOiBzdHJpbmd8bnVsbCA9IHRoaXMuX2dldE9wdGlvbklkKHZhbHVlKTtcbiAgICBjb25zdCB2YWx1ZVN0cmluZyA9IF9idWlsZFZhbHVlU3RyaW5nKGlkLCB2YWx1ZSk7XG4gICAgdGhpcy5zZXRQcm9wZXJ0eSgndmFsdWUnLCB2YWx1ZVN0cmluZyk7XG4gIH1cblxuICAvKipcbiAgICogUmVnaXN0ZXJzIGEgZnVuY3Rpb24gY2FsbGVkIHdoZW4gdGhlIGNvbnRyb2wgdmFsdWUgY2hhbmdlcy5cbiAgICogQG5vZG9jXG4gICAqL1xuICBvdmVycmlkZSByZWdpc3Rlck9uQ2hhbmdlKGZuOiAodmFsdWU6IGFueSkgPT4gYW55KTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSA9ICh2YWx1ZVN0cmluZzogc3RyaW5nKSA9PiB7XG4gICAgICB0aGlzLnZhbHVlID0gdGhpcy5fZ2V0T3B0aW9uVmFsdWUodmFsdWVTdHJpbmcpO1xuICAgICAgZm4odGhpcy52YWx1ZSk7XG4gICAgfTtcbiAgfVxuXG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgX3JlZ2lzdGVyT3B0aW9uKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuICh0aGlzLl9pZENvdW50ZXIrKykudG9TdHJpbmcoKTtcbiAgfVxuXG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgX2dldE9wdGlvbklkKHZhbHVlOiBhbnkpOiBzdHJpbmd8bnVsbCB7XG4gICAgZm9yIChjb25zdCBpZCBvZiB0aGlzLl9vcHRpb25NYXAua2V5cygpKSB7XG4gICAgICBpZiAodGhpcy5fY29tcGFyZVdpdGgodGhpcy5fb3B0aW9uTWFwLmdldChpZCksIHZhbHVlKSkgcmV0dXJuIGlkO1xuICAgIH1cbiAgICByZXR1cm4gbnVsbDtcbiAgfVxuXG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgX2dldE9wdGlvblZhbHVlKHZhbHVlU3RyaW5nOiBzdHJpbmcpOiBhbnkge1xuICAgIGNvbnN0IGlkOiBzdHJpbmcgPSBfZXh0cmFjdElkKHZhbHVlU3RyaW5nKTtcbiAgICByZXR1cm4gdGhpcy5fb3B0aW9uTWFwLmhhcyhpZCkgPyB0aGlzLl9vcHRpb25NYXAuZ2V0KGlkKSA6IHZhbHVlU3RyaW5nO1xuICB9XG59XG5cbi8qKlxuICogQGRlc2NyaXB0aW9uXG4gKiBNYXJrcyBgPG9wdGlvbj5gIGFzIGR5bmFtaWMsIHNvIEFuZ3VsYXIgY2FuIGJlIG5vdGlmaWVkIHdoZW4gb3B0aW9ucyBjaGFuZ2UuXG4gKlxuICogQHNlZSB7QGxpbmsgU2VsZWN0Q29udHJvbFZhbHVlQWNjZXNzb3J9XG4gKlxuICogQG5nTW9kdWxlIFJlYWN0aXZlRm9ybXNNb2R1bGVcbiAqIEBuZ01vZHVsZSBGb3Jtc01vZHVsZVxuICogQHB1YmxpY0FwaVxuICovXG4vKiBbTmltYmxlXSBSZW1vdmUgYWxsIGNvbmZpZ3VyYXRpb24gZnJvbSBARGlyZWN0aXZlIGRlY29yYXRvclxuQERpcmVjdGl2ZSh7c2VsZWN0b3I6ICdvcHRpb24nfSlcbiovXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBjbGFzcyBOZ1NlbGVjdE9wdGlvbiBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogSUQgb2YgdGhlIG9wdGlvbiBlbGVtZW50XG4gICAqL1xuICAvLyBUT0RPKGlzc3VlLzI0NTcxKTogcmVtb3ZlICchJy5cbiAgaWQhOiBzdHJpbmc7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgICBwcml2YXRlIF9lbGVtZW50OiBFbGVtZW50UmVmLCBwcml2YXRlIF9yZW5kZXJlcjogUmVuZGVyZXIyLFxuICAgICAgQE9wdGlvbmFsKCkgQEhvc3QoKSBwcml2YXRlIF9zZWxlY3Q6IFNlbGVjdENvbnRyb2xWYWx1ZUFjY2Vzc29yKSB7XG4gICAgaWYgKHRoaXMuX3NlbGVjdCkgdGhpcy5pZCA9IHRoaXMuX3NlbGVjdC5fcmVnaXN0ZXJPcHRpb24oKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICogVHJhY2tzIHRoZSB2YWx1ZSBib3VuZCB0byB0aGUgb3B0aW9uIGVsZW1lbnQuIFVubGlrZSB0aGUgdmFsdWUgYmluZGluZyxcbiAgICogbmdWYWx1ZSBzdXBwb3J0cyBiaW5kaW5nIHRvIG9iamVjdHMuXG4gICAqL1xuICBASW5wdXQoJ25nVmFsdWUnKVxuICBzZXQgbmdWYWx1ZSh2YWx1ZTogYW55KSB7XG4gICAgaWYgKHRoaXMuX3NlbGVjdCA9PSBudWxsKSByZXR1cm47XG4gICAgdGhpcy5fc2VsZWN0Ll9vcHRpb25NYXAuc2V0KHRoaXMuaWQsIHZhbHVlKTtcbiAgICB0aGlzLl9zZXRFbGVtZW50VmFsdWUoX2J1aWxkVmFsdWVTdHJpbmcodGhpcy5pZCwgdmFsdWUpKTtcbiAgICB0aGlzLl9zZWxlY3Qud3JpdGVWYWx1ZSh0aGlzLl9zZWxlY3QudmFsdWUpO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKiBUcmFja3Mgc2ltcGxlIHN0cmluZyB2YWx1ZXMgYm91bmQgdG8gdGhlIG9wdGlvbiBlbGVtZW50LlxuICAgKiBGb3Igb2JqZWN0cywgdXNlIHRoZSBgbmdWYWx1ZWAgaW5wdXQgYmluZGluZy5cbiAgICovXG4gIEBJbnB1dCgndmFsdWUnKVxuICBzZXQgdmFsdWUodmFsdWU6IGFueSkge1xuICAgIHRoaXMuX3NldEVsZW1lbnRWYWx1ZSh2YWx1ZSk7XG4gICAgaWYgKHRoaXMuX3NlbGVjdCkgdGhpcy5fc2VsZWN0LndyaXRlVmFsdWUodGhpcy5fc2VsZWN0LnZhbHVlKTtcbiAgfVxuXG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgX3NldEVsZW1lbnRWYWx1ZSh2YWx1ZTogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5fcmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5fZWxlbWVudC5uYXRpdmVFbGVtZW50LCAndmFsdWUnLCB2YWx1ZSk7XG4gIH1cblxuICAvKiogQG5vZG9jICovXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgIGlmICh0aGlzLl9zZWxlY3QpIHtcbiAgICAgIHRoaXMuX3NlbGVjdC5fb3B0aW9uTWFwLmRlbGV0ZSh0aGlzLmlkKTtcbiAgICAgIHRoaXMuX3NlbGVjdC53cml0ZVZhbHVlKHRoaXMuX3NlbGVjdC52YWx1ZSk7XG4gICAgfVxuICB9XG59XG4iXX0=
|