@ni/nimble-angular 20.7.11 → 21.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/directives/anchor/nimble-anchor-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor/nimble-anchor.directive.d.ts +1 -1
- package/directives/anchor-base/nimble-anchor-base.directive.d.ts +1 -1
- package/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-button/nimble-anchor-button.directive.d.ts +1 -1
- package/directives/anchor-menu-item/nimble-anchor-menu-item-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-menu-item/nimble-anchor-menu-item.directive.d.ts +1 -1
- package/directives/anchor-tab/nimble-anchor-tab-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-tab/nimble-anchor-tab.directive.d.ts +1 -1
- package/directives/anchor-tabs/nimble-anchor-tabs.directive.d.ts +1 -1
- package/directives/anchor-tree-item/nimble-anchor-tree-item-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-tree-item/nimble-anchor-tree-item.directive.d.ts +1 -1
- package/directives/banner/nimble-banner.directive.d.ts +1 -1
- package/directives/breadcrumb/nimble-breadcrumb.directive.d.ts +1 -1
- package/directives/breadcrumb-item/nimble-breadcrumb-item-router-link-with-href.directive.d.ts +1 -1
- package/directives/button/nimble-button.directive.d.ts +1 -1
- package/directives/card-button/nimble-card-button.directive.d.ts +1 -1
- package/directives/checkbox/nimble-checkbox.directive.d.ts +1 -1
- package/directives/combobox/nimble-combobox-control-value-accessor.directive.d.ts +1 -1
- package/directives/combobox/nimble-combobox.directive.d.ts +1 -1
- package/directives/dialog/nimble-dialog.directive.d.ts +1 -1
- package/directives/drawer/nimble-drawer.directive.d.ts +1 -1
- package/directives/icon-base/nimble-icon-base.directive.d.ts +1 -1
- package/directives/list-option/nimble-combobox-list-option.directive.d.ts +1 -1
- package/directives/list-option/nimble-list-option.directive.d.ts +1 -1
- package/directives/menu-button/nimble-menu-button.directive.d.ts +1 -1
- package/directives/menu-item/nimble-menu-item.directive.d.ts +1 -1
- package/directives/number-field/nimble-number-field.directive.d.ts +1 -1
- package/directives/radio/nimble-radio.directive.d.ts +1 -1
- package/directives/radio-group/nimble-radio-group.directive.d.ts +1 -1
- package/directives/select/nimble-select.directive.d.ts +1 -1
- package/directives/spinner/nimble-spinner.directive.d.ts +1 -1
- package/directives/switch/nimble-switch.directive.d.ts +1 -1
- package/directives/tab/nimble-tab.directive.d.ts +1 -1
- package/directives/tabs/nimble-tabs.directive.d.ts +1 -1
- package/directives/text-area/nimble-text-area.directive.d.ts +1 -1
- package/directives/text-field/nimble-text-field.directive.d.ts +1 -1
- package/directives/theme-provider/nimble-theme-provider.directive.d.ts +1 -1
- package/directives/toggle-button/nimble-toggle-button.directive.d.ts +1 -1
- package/directives/tooltip/nimble-tooltip.directive.d.ts +1 -1
- package/directives/tree-item/nimble-tree-item.directive.d.ts +1 -1
- package/directives/tree-view/nimble-tree-view.directive.d.ts +1 -1
- package/esm2022/card/nimble-card.directive.mjs +18 -0
- package/esm2022/card/nimble-card.module.mjs +19 -0
- package/esm2022/directives/anchor/nimble-anchor-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor/nimble-anchor-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor/nimble-anchor.directive.mjs +51 -0
- package/esm2022/directives/anchor/nimble-anchor.module.mjs +21 -0
- package/esm2022/directives/anchor-base/disableable-router-link-with-href.directive.mjs +37 -0
- package/esm2022/directives/anchor-base/nimble-anchor-base.directive.mjs +73 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button.directive.mjs +57 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button.module.mjs +21 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item.directive.mjs +31 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item.module.mjs +21 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab.directive.mjs +31 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab.module.mjs +21 -0
- package/esm2022/directives/anchor-tabs/nimble-anchor-tabs.directive.mjs +33 -0
- package/esm2022/directives/anchor-tabs/nimble-anchor-tabs.module.mjs +19 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item.directive.mjs +39 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item.module.mjs +21 -0
- package/esm2022/directives/banner/nimble-banner.directive.mjs +70 -0
- package/esm2022/directives/banner/nimble-banner.module.mjs +19 -0
- package/esm2022/directives/breadcrumb/nimble-breadcrumb.directive.mjs +32 -0
- package/esm2022/directives/breadcrumb/nimble-breadcrumb.module.mjs +19 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item-router-link-with-href.directive.mjs +63 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item-router-link.directive.mjs +19 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item.directive.mjs +22 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item.module.mjs +21 -0
- package/esm2022/directives/button/nimble-button.directive.mjs +65 -0
- package/esm2022/directives/button/nimble-button.module.mjs +19 -0
- package/esm2022/directives/card-button/nimble-card-button.directive.mjs +39 -0
- package/esm2022/directives/card-button/nimble-card-button.module.mjs +19 -0
- package/esm2022/directives/checkbox/nimble-checkbox-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/checkbox/nimble-checkbox.directive.mjs +47 -0
- package/esm2022/directives/checkbox/nimble-checkbox.module.mjs +20 -0
- package/esm2022/directives/combobox/nimble-combobox-control-value-accessor.directive.mjs +176 -0
- package/esm2022/directives/combobox/nimble-combobox.directive.mjs +86 -0
- package/esm2022/directives/combobox/nimble-combobox.module.mjs +20 -0
- package/esm2022/directives/dialog/nimble-dialog.directive.mjs +66 -0
- package/esm2022/directives/dialog/nimble-dialog.module.mjs +21 -0
- package/esm2022/directives/drawer/nimble-drawer.directive.mjs +67 -0
- package/esm2022/directives/drawer/nimble-drawer.module.mjs +19 -0
- package/esm2022/directives/icon-base/nimble-icon-base.directive.mjs +25 -0
- package/esm2022/directives/icons/add/nimble-icon-add.directive.mjs +21 -0
- package/esm2022/directives/icons/add/nimble-icon-add.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-down/nimble-icon-arrow-down.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-down/nimble-icon-arrow-down.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up/nimble-icon-arrow-up.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up/nimble-icon-arrow-up.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.module.mjs +21 -0
- package/esm2022/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.directive.mjs +21 -0
- package/esm2022/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.module.mjs +21 -0
- package/esm2022/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.directive.mjs +21 -0
- package/esm2022/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.module.mjs +21 -0
- package/esm2022/directives/icons/at/nimble-icon-at.directive.mjs +21 -0
- package/esm2022/directives/icons/at/nimble-icon-at.module.mjs +21 -0
- package/esm2022/directives/icons/bars/nimble-icon-bars.directive.mjs +21 -0
- package/esm2022/directives/icons/bars/nimble-icon-bars.module.mjs +21 -0
- package/esm2022/directives/icons/bell/nimble-icon-bell.directive.mjs +21 -0
- package/esm2022/directives/icons/bell/nimble-icon-bell.module.mjs +21 -0
- package/esm2022/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.module.mjs +21 -0
- package/esm2022/directives/icons/bell-circle/nimble-icon-bell-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-circle/nimble-icon-bell-circle.module.mjs +21 -0
- package/esm2022/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.module.mjs +21 -0
- package/esm2022/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.directive.mjs +21 -0
- package/esm2022/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.module.mjs +21 -0
- package/esm2022/directives/icons/bold-b/nimble-icon-bold-b.directive.mjs +21 -0
- package/esm2022/directives/icons/bold-b/nimble-icon-bold-b.module.mjs +21 -0
- package/esm2022/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.directive.mjs +21 -0
- package/esm2022/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.module.mjs +21 -0
- package/esm2022/directives/icons/calendar/nimble-icon-calendar.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar/nimble-icon-calendar.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-day/nimble-icon-calendar-day.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-day/nimble-icon-calendar-day.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram/nimble-icon-chart-diagram.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram/nimble-icon-chart-diagram.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.module.mjs +21 -0
- package/esm2022/directives/icons/check/nimble-icon-check.directive.mjs +21 -0
- package/esm2022/directives/icons/check/nimble-icon-check.module.mjs +21 -0
- package/esm2022/directives/icons/check-dot/nimble-icon-check-dot.directive.mjs +21 -0
- package/esm2022/directives/icons/check-dot/nimble-icon-check-dot.module.mjs +21 -0
- package/esm2022/directives/icons/check-large/nimble-icon-check-large.directive.mjs +21 -0
- package/esm2022/directives/icons/check-large/nimble-icon-check-large.module.mjs +21 -0
- package/esm2022/directives/icons/circle/nimble-icon-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/circle/nimble-icon-circle.module.mjs +21 -0
- package/esm2022/directives/icons/circle-broken/nimble-icon-circle-broken.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-broken/nimble-icon-circle-broken.module.mjs +21 -0
- package/esm2022/directives/icons/circle-check/nimble-icon-circle-check.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-check/nimble-icon-circle-check.module.mjs +21 -0
- package/esm2022/directives/icons/circle-filled/nimble-icon-circle-filled.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-filled/nimble-icon-circle-filled.module.mjs +21 -0
- package/esm2022/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.module.mjs +21 -0
- package/esm2022/directives/icons/circle-slash/nimble-icon-circle-slash.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-slash/nimble-icon-circle-slash.module.mjs +21 -0
- package/esm2022/directives/icons/circle-x/nimble-icon-circle-x.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-x/nimble-icon-circle-x.module.mjs +21 -0
- package/esm2022/directives/icons/clipboard/nimble-icon-clipboard.directive.mjs +21 -0
- package/esm2022/directives/icons/clipboard/nimble-icon-clipboard.module.mjs +21 -0
- package/esm2022/directives/icons/clock/nimble-icon-clock.directive.mjs +21 -0
- package/esm2022/directives/icons/clock/nimble-icon-clock.module.mjs +21 -0
- package/esm2022/directives/icons/clock-cog/nimble-icon-clock-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/clock-cog/nimble-icon-clock-cog.module.mjs +21 -0
- package/esm2022/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.directive.mjs +21 -0
- package/esm2022/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.module.mjs +21 -0
- package/esm2022/directives/icons/clock-triangle/nimble-icon-clock-triangle.directive.mjs +21 -0
- package/esm2022/directives/icons/clock-triangle/nimble-icon-clock-triangle.module.mjs +21 -0
- package/esm2022/directives/icons/clone/nimble-icon-clone.directive.mjs +21 -0
- package/esm2022/directives/icons/clone/nimble-icon-clone.module.mjs +21 -0
- package/esm2022/directives/icons/cloud/nimble-icon-cloud.directive.mjs +21 -0
- package/esm2022/directives/icons/cloud/nimble-icon-cloud.module.mjs +21 -0
- package/esm2022/directives/icons/cloud-upload/nimble-icon-cloud-upload.directive.mjs +21 -0
- package/esm2022/directives/icons/cloud-upload/nimble-icon-cloud-upload.module.mjs +21 -0
- package/esm2022/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.directive.mjs +21 -0
- package/esm2022/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.module.mjs +21 -0
- package/esm2022/directives/icons/cog/nimble-icon-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/cog/nimble-icon-cog.module.mjs +21 -0
- package/esm2022/directives/icons/cog-database/nimble-icon-cog-database.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-database/nimble-icon-cog-database.module.mjs +21 -0
- package/esm2022/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.module.mjs +21 -0
- package/esm2022/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.module.mjs +21 -0
- package/esm2022/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.module.mjs +21 -0
- package/esm2022/directives/icons/comment/nimble-icon-comment.directive.mjs +21 -0
- package/esm2022/directives/icons/comment/nimble-icon-comment.module.mjs +21 -0
- package/esm2022/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.directive.mjs +21 -0
- package/esm2022/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.module.mjs +21 -0
- package/esm2022/directives/icons/copy/nimble-icon-copy.directive.mjs +21 -0
- package/esm2022/directives/icons/copy/nimble-icon-copy.module.mjs +21 -0
- package/esm2022/directives/icons/copy-text/nimble-icon-copy-text.directive.mjs +21 -0
- package/esm2022/directives/icons/copy-text/nimble-icon-copy-text.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.module.mjs +21 -0
- package/esm2022/directives/icons/database/nimble-icon-database.directive.mjs +21 -0
- package/esm2022/directives/icons/database/nimble-icon-database.module.mjs +21 -0
- package/esm2022/directives/icons/database-check/nimble-icon-database-check.directive.mjs +21 -0
- package/esm2022/directives/icons/database-check/nimble-icon-database-check.module.mjs +21 -0
- package/esm2022/directives/icons/desktop/nimble-icon-desktop.directive.mjs +21 -0
- package/esm2022/directives/icons/desktop/nimble-icon-desktop.module.mjs +21 -0
- package/esm2022/directives/icons/donut-chart/nimble-icon-donut-chart.directive.mjs +21 -0
- package/esm2022/directives/icons/donut-chart/nimble-icon-donut-chart.module.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.directive.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.module.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.directive.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.module.mjs +21 -0
- package/esm2022/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.directive.mjs +21 -0
- package/esm2022/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.module.mjs +21 -0
- package/esm2022/directives/icons/download/nimble-icon-download.directive.mjs +21 -0
- package/esm2022/directives/icons/download/nimble-icon-download.module.mjs +21 -0
- package/esm2022/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.directive.mjs +21 -0
- package/esm2022/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.module.mjs +21 -0
- package/esm2022/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.directive.mjs +21 -0
- package/esm2022/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.module.mjs +21 -0
- package/esm2022/directives/icons/eye/nimble-icon-eye.directive.mjs +21 -0
- package/esm2022/directives/icons/eye/nimble-icon-eye.module.mjs +21 -0
- package/esm2022/directives/icons/eye-dash/nimble-icon-eye-dash.directive.mjs +21 -0
- package/esm2022/directives/icons/eye-dash/nimble-icon-eye-dash.module.mjs +21 -0
- package/esm2022/directives/icons/fancy-a/nimble-icon-fancy-a.directive.mjs +21 -0
- package/esm2022/directives/icons/fancy-a/nimble-icon-fancy-a.module.mjs +21 -0
- package/esm2022/directives/icons/file/nimble-icon-file.directive.mjs +21 -0
- package/esm2022/directives/icons/file/nimble-icon-file.module.mjs +21 -0
- package/esm2022/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.directive.mjs +21 -0
- package/esm2022/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.module.mjs +21 -0
- package/esm2022/directives/icons/file-drawer/nimble-icon-file-drawer.directive.mjs +21 -0
- package/esm2022/directives/icons/file-drawer/nimble-icon-file-drawer.module.mjs +21 -0
- package/esm2022/directives/icons/file-search/nimble-icon-file-search.directive.mjs +21 -0
- package/esm2022/directives/icons/file-search/nimble-icon-file-search.module.mjs +21 -0
- package/esm2022/directives/icons/filter/nimble-icon-filter.directive.mjs +21 -0
- package/esm2022/directives/icons/filter/nimble-icon-filter.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk/nimble-icon-floppy-disk.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk/nimble-icon-floppy-disk.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.module.mjs +21 -0
- package/esm2022/directives/icons/folder/nimble-icon-folder.directive.mjs +21 -0
- package/esm2022/directives/icons/folder/nimble-icon-folder.module.mjs +21 -0
- package/esm2022/directives/icons/folder-open/nimble-icon-folder-open.directive.mjs +21 -0
- package/esm2022/directives/icons/folder-open/nimble-icon-folder-open.module.mjs +21 -0
- package/esm2022/directives/icons/forward-slash/nimble-icon-forward-slash.directive.mjs +21 -0
- package/esm2022/directives/icons/forward-slash/nimble-icon-forward-slash.module.mjs +21 -0
- package/esm2022/directives/icons/four-dots-square/nimble-icon-four-dots-square.directive.mjs +21 -0
- package/esm2022/directives/icons/four-dots-square/nimble-icon-four-dots-square.module.mjs +21 -0
- package/esm2022/directives/icons/function/nimble-icon-function.directive.mjs +21 -0
- package/esm2022/directives/icons/function/nimble-icon-function.module.mjs +21 -0
- package/esm2022/directives/icons/gauge-simple/nimble-icon-gauge-simple.directive.mjs +21 -0
- package/esm2022/directives/icons/gauge-simple/nimble-icon-gauge-simple.module.mjs +21 -0
- package/esm2022/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.directive.mjs +21 -0
- package/esm2022/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.module.mjs +21 -0
- package/esm2022/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.directive.mjs +21 -0
- package/esm2022/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.module.mjs +21 -0
- package/esm2022/directives/icons/hammer/nimble-icon-hammer.directive.mjs +21 -0
- package/esm2022/directives/icons/hammer/nimble-icon-hammer.module.mjs +21 -0
- package/esm2022/directives/icons/hashtag/nimble-icon-hashtag.directive.mjs +21 -0
- package/esm2022/directives/icons/hashtag/nimble-icon-hashtag.module.mjs +21 -0
- package/esm2022/directives/icons/home/nimble-icon-home.directive.mjs +21 -0
- package/esm2022/directives/icons/home/nimble-icon-home.module.mjs +21 -0
- package/esm2022/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.directive.mjs +21 -0
- package/esm2022/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.module.mjs +21 -0
- package/esm2022/directives/icons/hourglass/nimble-icon-hourglass.directive.mjs +21 -0
- package/esm2022/directives/icons/hourglass/nimble-icon-hourglass.module.mjs +21 -0
- package/esm2022/directives/icons/indent/nimble-icon-indent.directive.mjs +21 -0
- package/esm2022/directives/icons/indent/nimble-icon-indent.module.mjs +21 -0
- package/esm2022/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.directive.mjs +21 -0
- package/esm2022/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.module.mjs +21 -0
- package/esm2022/directives/icons/info/nimble-icon-info.directive.mjs +21 -0
- package/esm2022/directives/icons/info/nimble-icon-info.module.mjs +21 -0
- package/esm2022/directives/icons/info-circle/nimble-icon-info-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/info-circle/nimble-icon-info-circle.module.mjs +21 -0
- package/esm2022/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.directive.mjs +21 -0
- package/esm2022/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.module.mjs +21 -0
- package/esm2022/directives/icons/italic-i/nimble-icon-italic-i.directive.mjs +21 -0
- package/esm2022/directives/icons/italic-i/nimble-icon-italic-i.module.mjs +21 -0
- package/esm2022/directives/icons/key/nimble-icon-key.directive.mjs +21 -0
- package/esm2022/directives/icons/key/nimble-icon-key.module.mjs +21 -0
- package/esm2022/directives/icons/laptop/nimble-icon-laptop.directive.mjs +21 -0
- package/esm2022/directives/icons/laptop/nimble-icon-laptop.module.mjs +21 -0
- package/esm2022/directives/icons/layer-group/nimble-icon-layer-group.directive.mjs +21 -0
- package/esm2022/directives/icons/layer-group/nimble-icon-layer-group.module.mjs +21 -0
- package/esm2022/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.directive.mjs +21 -0
- package/esm2022/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.module.mjs +21 -0
- package/esm2022/directives/icons/link/nimble-icon-link.directive.mjs +21 -0
- package/esm2022/directives/icons/link/nimble-icon-link.module.mjs +21 -0
- package/esm2022/directives/icons/link-cancel/nimble-icon-link-cancel.directive.mjs +21 -0
- package/esm2022/directives/icons/link-cancel/nimble-icon-link-cancel.module.mjs +21 -0
- package/esm2022/directives/icons/list/nimble-icon-list.directive.mjs +21 -0
- package/esm2022/directives/icons/list/nimble-icon-list.module.mjs +21 -0
- package/esm2022/directives/icons/list-tree/nimble-icon-list-tree.directive.mjs +21 -0
- package/esm2022/directives/icons/list-tree/nimble-icon-list-tree.module.mjs +21 -0
- package/esm2022/directives/icons/list-tree-database/nimble-icon-list-tree-database.directive.mjs +21 -0
- package/esm2022/directives/icons/list-tree-database/nimble-icon-list-tree-database.module.mjs +21 -0
- package/esm2022/directives/icons/lock/nimble-icon-lock.directive.mjs +21 -0
- package/esm2022/directives/icons/lock/nimble-icon-lock.module.mjs +21 -0
- package/esm2022/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.directive.mjs +21 -0
- package/esm2022/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.module.mjs +21 -0
- package/esm2022/directives/icons/markdown/nimble-icon-markdown.directive.mjs +21 -0
- package/esm2022/directives/icons/markdown/nimble-icon-markdown.module.mjs +21 -0
- package/esm2022/directives/icons/minus/nimble-icon-minus.directive.mjs +21 -0
- package/esm2022/directives/icons/minus/nimble-icon-minus.module.mjs +21 -0
- package/esm2022/directives/icons/minus-wide/nimble-icon-minus-wide.directive.mjs +21 -0
- package/esm2022/directives/icons/minus-wide/nimble-icon-minus-wide.module.mjs +21 -0
- package/esm2022/directives/icons/mobile/nimble-icon-mobile.directive.mjs +21 -0
- package/esm2022/directives/icons/mobile/nimble-icon-mobile.module.mjs +21 -0
- package/esm2022/directives/icons/ni/nimble-icon-ni.directive.mjs +21 -0
- package/esm2022/directives/icons/ni/nimble-icon-ni.module.mjs +21 -0
- package/esm2022/directives/icons/notebook/nimble-icon-notebook.directive.mjs +21 -0
- package/esm2022/directives/icons/notebook/nimble-icon-notebook.module.mjs +21 -0
- package/esm2022/directives/icons/number-list/nimble-icon-number-list.directive.mjs +21 -0
- package/esm2022/directives/icons/number-list/nimble-icon-number-list.module.mjs +21 -0
- package/esm2022/directives/icons/outdent/nimble-icon-outdent.directive.mjs +21 -0
- package/esm2022/directives/icons/outdent/nimble-icon-outdent.module.mjs +21 -0
- package/esm2022/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.directive.mjs +21 -0
- package/esm2022/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.module.mjs +21 -0
- package/esm2022/directives/icons/paste/nimble-icon-paste.directive.mjs +21 -0
- package/esm2022/directives/icons/paste/nimble-icon-paste.module.mjs +21 -0
- package/esm2022/directives/icons/pause/nimble-icon-pause.directive.mjs +21 -0
- package/esm2022/directives/icons/pause/nimble-icon-pause.module.mjs +21 -0
- package/esm2022/directives/icons/pencil/nimble-icon-pencil.directive.mjs +21 -0
- package/esm2022/directives/icons/pencil/nimble-icon-pencil.module.mjs +21 -0
- package/esm2022/directives/icons/play/nimble-icon-play.directive.mjs +21 -0
- package/esm2022/directives/icons/play/nimble-icon-play.module.mjs +21 -0
- package/esm2022/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.directive.mjs +21 -0
- package/esm2022/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.module.mjs +21 -0
- package/esm2022/directives/icons/question/nimble-icon-question.directive.mjs +21 -0
- package/esm2022/directives/icons/question/nimble-icon-question.module.mjs +21 -0
- package/esm2022/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.module.mjs +21 -0
- package/esm2022/directives/icons/running-arrow/nimble-icon-running-arrow.directive.mjs +21 -0
- package/esm2022/directives/icons/running-arrow/nimble-icon-running-arrow.module.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.module.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.directive.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.module.mjs +21 -0
- package/esm2022/directives/icons/server/nimble-icon-server.directive.mjs +21 -0
- package/esm2022/directives/icons/server/nimble-icon-server.module.mjs +21 -0
- package/esm2022/directives/icons/share-nodes/nimble-icon-share-nodes.directive.mjs +21 -0
- package/esm2022/directives/icons/share-nodes/nimble-icon-share-nodes.module.mjs +21 -0
- package/esm2022/directives/icons/shield-check/nimble-icon-shield-check.directive.mjs +21 -0
- package/esm2022/directives/icons/shield-check/nimble-icon-shield-check.module.mjs +21 -0
- package/esm2022/directives/icons/shield-xmark/nimble-icon-shield-xmark.directive.mjs +21 -0
- package/esm2022/directives/icons/shield-xmark/nimble-icon-shield-xmark.module.mjs +21 -0
- package/esm2022/directives/icons/signal-bars/nimble-icon-signal-bars.directive.mjs +21 -0
- package/esm2022/directives/icons/signal-bars/nimble-icon-signal-bars.module.mjs +21 -0
- package/esm2022/directives/icons/sine-graph/nimble-icon-sine-graph.directive.mjs +21 -0
- package/esm2022/directives/icons/sine-graph/nimble-icon-sine-graph.module.mjs +21 -0
- package/esm2022/directives/icons/skip-arrow/nimble-icon-skip-arrow.directive.mjs +21 -0
- package/esm2022/directives/icons/skip-arrow/nimble-icon-skip-arrow.module.mjs +21 -0
- package/esm2022/directives/icons/spinner/nimble-icon-spinner.directive.mjs +21 -0
- package/esm2022/directives/icons/spinner/nimble-icon-spinner.module.mjs +21 -0
- package/esm2022/directives/icons/square-check/nimble-icon-square-check.directive.mjs +21 -0
- package/esm2022/directives/icons/square-check/nimble-icon-square-check.module.mjs +21 -0
- package/esm2022/directives/icons/square-t/nimble-icon-square-t.directive.mjs +21 -0
- package/esm2022/directives/icons/square-t/nimble-icon-square-t.module.mjs +21 -0
- package/esm2022/directives/icons/square-x/nimble-icon-square-x.directive.mjs +21 -0
- package/esm2022/directives/icons/square-x/nimble-icon-square-x.module.mjs +21 -0
- package/esm2022/directives/icons/stop-square/nimble-icon-stop-square.directive.mjs +21 -0
- package/esm2022/directives/icons/stop-square/nimble-icon-stop-square.module.mjs +21 -0
- package/esm2022/directives/icons/systemlink/nimble-icon-systemlink.directive.mjs +21 -0
- package/esm2022/directives/icons/systemlink/nimble-icon-systemlink.module.mjs +21 -0
- package/esm2022/directives/icons/t/nimble-icon-t.directive.mjs +21 -0
- package/esm2022/directives/icons/t/nimble-icon-t.module.mjs +21 -0
- package/esm2022/directives/icons/tablet/nimble-icon-tablet.directive.mjs +21 -0
- package/esm2022/directives/icons/tablet/nimble-icon-tablet.module.mjs +21 -0
- package/esm2022/directives/icons/tag/nimble-icon-tag.directive.mjs +21 -0
- package/esm2022/directives/icons/tag/nimble-icon-tag.module.mjs +21 -0
- package/esm2022/directives/icons/tags/nimble-icon-tags.directive.mjs +21 -0
- package/esm2022/directives/icons/tags/nimble-icon-tags.module.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.directive.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.module.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.directive.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.module.mjs +21 -0
- package/esm2022/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.directive.mjs +21 -0
- package/esm2022/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.module.mjs +21 -0
- package/esm2022/directives/icons/three-dots-line/nimble-icon-three-dots-line.directive.mjs +21 -0
- package/esm2022/directives/icons/three-dots-line/nimble-icon-three-dots-line.module.mjs +21 -0
- package/esm2022/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.module.mjs +21 -0
- package/esm2022/directives/icons/thumbtack/nimble-icon-thumbtack.directive.mjs +21 -0
- package/esm2022/directives/icons/thumbtack/nimble-icon-thumbtack.module.mjs +21 -0
- package/esm2022/directives/icons/tile-size/nimble-icon-tile-size.directive.mjs +21 -0
- package/esm2022/directives/icons/tile-size/nimble-icon-tile-size.module.mjs +21 -0
- package/esm2022/directives/icons/times/nimble-icon-times.directive.mjs +21 -0
- package/esm2022/directives/icons/times/nimble-icon-times.module.mjs +21 -0
- package/esm2022/directives/icons/trash/nimble-icon-trash.directive.mjs +21 -0
- package/esm2022/directives/icons/trash/nimble-icon-trash.module.mjs +21 -0
- package/esm2022/directives/icons/triangle/nimble-icon-triangle.directive.mjs +21 -0
- package/esm2022/directives/icons/triangle/nimble-icon-triangle.module.mjs +21 -0
- package/esm2022/directives/icons/triangle-filled/nimble-icon-triangle-filled.directive.mjs +21 -0
- package/esm2022/directives/icons/triangle-filled/nimble-icon-triangle-filled.module.mjs +21 -0
- package/esm2022/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.directive.mjs +21 -0
- package/esm2022/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.module.mjs +21 -0
- package/esm2022/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.directive.mjs +21 -0
- package/esm2022/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.module.mjs +21 -0
- package/esm2022/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.directive.mjs +21 -0
- package/esm2022/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.module.mjs +21 -0
- package/esm2022/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.module.mjs +21 -0
- package/esm2022/directives/icons/unlink/nimble-icon-unlink.directive.mjs +21 -0
- package/esm2022/directives/icons/unlink/nimble-icon-unlink.module.mjs +21 -0
- package/esm2022/directives/icons/unlock/nimble-icon-unlock.directive.mjs +21 -0
- package/esm2022/directives/icons/unlock/nimble-icon-unlock.module.mjs +21 -0
- package/esm2022/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.directive.mjs +21 -0
- package/esm2022/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.module.mjs +21 -0
- package/esm2022/directives/icons/upload/nimble-icon-upload.directive.mjs +21 -0
- package/esm2022/directives/icons/upload/nimble-icon-upload.module.mjs +21 -0
- package/esm2022/directives/icons/user/nimble-icon-user.directive.mjs +21 -0
- package/esm2022/directives/icons/user/nimble-icon-user.module.mjs +21 -0
- package/esm2022/directives/icons/watch/nimble-icon-watch.directive.mjs +21 -0
- package/esm2022/directives/icons/watch/nimble-icon-watch.module.mjs +21 -0
- package/esm2022/directives/icons/waveform/nimble-icon-waveform.directive.mjs +21 -0
- package/esm2022/directives/icons/waveform/nimble-icon-waveform.module.mjs +21 -0
- package/esm2022/directives/icons/webvi-custom/nimble-icon-webvi-custom.directive.mjs +21 -0
- package/esm2022/directives/icons/webvi-custom/nimble-icon-webvi-custom.module.mjs +21 -0
- package/esm2022/directives/icons/webvi-host/nimble-icon-webvi-host.directive.mjs +21 -0
- package/esm2022/directives/icons/webvi-host/nimble-icon-webvi-host.module.mjs +21 -0
- package/esm2022/directives/icons/window-code/nimble-icon-window-code.directive.mjs +21 -0
- package/esm2022/directives/icons/window-code/nimble-icon-window-code.module.mjs +21 -0
- package/esm2022/directives/icons/window-text/nimble-icon-window-text.directive.mjs +21 -0
- package/esm2022/directives/icons/window-text/nimble-icon-window-text.module.mjs +21 -0
- package/esm2022/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.directive.mjs +21 -0
- package/esm2022/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.module.mjs +21 -0
- package/esm2022/directives/icons/xmark/nimble-icon-xmark.directive.mjs +21 -0
- package/esm2022/directives/icons/xmark/nimble-icon-xmark.module.mjs +21 -0
- package/esm2022/directives/icons/xmark-check/nimble-icon-xmark-check.directive.mjs +21 -0
- package/esm2022/directives/icons/xmark-check/nimble-icon-xmark-check.module.mjs +21 -0
- package/esm2022/directives/list-option/nimble-combobox-list-option.directive.mjs +55 -0
- package/esm2022/directives/list-option/nimble-list-option.directive.mjs +50 -0
- package/esm2022/directives/list-option/nimble-list-option.module.mjs +33 -0
- package/esm2022/directives/list-option/nimble-select-list-option.directive.mjs +29 -0
- package/esm2022/directives/menu/nimble-menu.directive.mjs +18 -0
- package/esm2022/directives/menu/nimble-menu.module.mjs +19 -0
- package/esm2022/directives/menu-button/nimble-menu-button.directive.mjs +65 -0
- package/esm2022/directives/menu-button/nimble-menu-button.module.mjs +19 -0
- package/esm2022/directives/menu-item/nimble-menu-item.directive.mjs +31 -0
- package/esm2022/directives/menu-item/nimble-menu-item.module.mjs +19 -0
- package/esm2022/directives/number-field/nimble-number-field-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/number-field/nimble-number-field.directive.mjs +103 -0
- package/esm2022/directives/number-field/nimble-number-field.module.mjs +20 -0
- package/esm2022/directives/radio/nimble-radio-control-value-accessor.directive.mjs +85 -0
- package/esm2022/directives/radio/nimble-radio.directive.mjs +31 -0
- package/esm2022/directives/radio/nimble-radio.module.mjs +21 -0
- package/esm2022/directives/radio-group/nimble-radio-group.directive.mjs +48 -0
- package/esm2022/directives/radio-group/nimble-radio-group.module.mjs +19 -0
- package/esm2022/directives/select/nimble-select-control-value-accessor.directive.mjs +34 -0
- package/esm2022/directives/select/nimble-select.directive.mjs +68 -0
- package/esm2022/directives/select/nimble-select.module.mjs +20 -0
- package/esm2022/directives/spinner/nimble-spinner.directive.mjs +30 -0
- package/esm2022/directives/spinner/nimble-spinner.module.mjs +19 -0
- package/esm2022/directives/switch/nimble-switch-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/switch/nimble-switch.directive.mjs +39 -0
- package/esm2022/directives/switch/nimble-switch.module.mjs +20 -0
- package/esm2022/directives/tab/nimble-tab.directive.mjs +31 -0
- package/esm2022/directives/tab/nimble-tab.module.mjs +19 -0
- package/esm2022/directives/tab-panel/nimble-tab-panel.directive.mjs +18 -0
- package/esm2022/directives/tab-panel/nimble-tab-panel.module.mjs +19 -0
- package/esm2022/directives/tabs/nimble-tabs.directive.mjs +41 -0
- package/esm2022/directives/tabs/nimble-tabs.module.mjs +19 -0
- package/esm2022/directives/tabs-toolbar/nimble-tabs-toolbar.directive.mjs +18 -0
- package/esm2022/directives/tabs-toolbar/nimble-tabs-toolbar.module.mjs +19 -0
- package/esm2022/directives/text-area/nimble-text-area-control-value-accessor.directive.mjs +39 -0
- package/esm2022/directives/text-area/nimble-text-area.directive.mjs +153 -0
- package/esm2022/directives/text-area/nimble-text-area.module.mjs +20 -0
- package/esm2022/directives/text-field/nimble-text-field-control-value-accessor.directive.mjs +39 -0
- package/esm2022/directives/text-field/nimble-text-field.directive.mjs +151 -0
- package/esm2022/directives/text-field/nimble-text-field.module.mjs +20 -0
- package/esm2022/directives/theme-provider/nimble-theme-provider.directive.mjs +46 -0
- package/esm2022/directives/theme-provider/nimble-theme-provider.module.mjs +19 -0
- package/esm2022/directives/toggle-button/nimble-toggle-button-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/toggle-button/nimble-toggle-button.directive.mjs +65 -0
- package/esm2022/directives/toggle-button/nimble-toggle-button.module.mjs +20 -0
- package/esm2022/directives/toolbar/nimble-toolbar.directive.mjs +18 -0
- package/esm2022/directives/toolbar/nimble-toolbar.module.mjs +19 -0
- package/esm2022/directives/tooltip/nimble-tooltip.directive.mjs +58 -0
- package/esm2022/directives/tooltip/nimble-tooltip.module.mjs +19 -0
- package/esm2022/directives/tree-item/nimble-tree-item.directive.mjs +60 -0
- package/esm2022/directives/tree-item/nimble-tree-item.module.mjs +19 -0
- package/esm2022/directives/tree-view/nimble-tree-view.directive.mjs +33 -0
- package/esm2022/directives/tree-view/nimble-tree-view.module.mjs +19 -0
- package/esm2022/label-provider/core/nimble-label-provider-core-with-defaults.directive.mjs +30 -0
- package/esm2022/label-provider/core/nimble-label-provider-core.directive.mjs +93 -0
- package/esm2022/label-provider/core/nimble-label-provider-core.module.mjs +22 -0
- package/esm2022/label-provider/rich-text/nimble-label-provider-rich-text-with-defaults.directive.mjs +26 -0
- package/esm2022/label-provider/rich-text/nimble-label-provider-rich-text.directive.mjs +57 -0
- package/esm2022/label-provider/rich-text/nimble-label-provider-rich-text.module.mjs +22 -0
- package/esm2022/label-provider/table/nimble-label-provider-table-with-defaults.directive.mjs +38 -0
- package/esm2022/label-provider/table/nimble-label-provider-table.directive.mjs +167 -0
- package/esm2022/label-provider/table/nimble-label-provider-table.module.mjs +22 -0
- package/esm2022/mapping/base/nimble-mapping-base.directive.mjs +25 -0
- package/esm2022/mapping/icon/nimble-mapping-icon.directive.mjs +48 -0
- package/esm2022/mapping/icon/nimble-mapping-icon.module.mjs +19 -0
- package/esm2022/mapping/spinner/nimble-mapping-spinner.directive.mjs +32 -0
- package/esm2022/mapping/spinner/nimble-mapping-spinner.module.mjs +19 -0
- package/esm2022/mapping/text/nimble-mapping-text.directive.mjs +32 -0
- package/esm2022/mapping/text/nimble-mapping-text.module.mjs +19 -0
- package/esm2022/mapping/user/nimble-mapping-user.directive.mjs +33 -0
- package/esm2022/mapping/user/nimble-mapping-user.module.mjs +19 -0
- package/esm2022/pipes/duration.pipe.mjs +31 -0
- package/esm2022/pipes/number-text.pipe.mjs +30 -0
- package/esm2022/rich-text/editor/nimble-rich-text-editor.directive.mjs +93 -0
- package/esm2022/rich-text/editor/nimble-rich-text-editor.module.mjs +19 -0
- package/esm2022/rich-text/viewer/nimble-rich-text-viewer.directive.mjs +37 -0
- package/esm2022/rich-text/viewer/nimble-rich-text-viewer.module.mjs +19 -0
- package/esm2022/rich-text-mention/nimble-rich-text-mention-base.directive.mjs +40 -0
- package/esm2022/rich-text-mention/users/nimble-rich-text-mention-users.directive.mjs +19 -0
- package/esm2022/rich-text-mention/users/nimble-rich-text-mention-users.module.mjs +19 -0
- package/esm2022/table/nimble-table.directive.mjs +95 -0
- package/esm2022/table/nimble-table.module.mjs +19 -0
- package/esm2022/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.mjs +49 -0
- package/esm2022/table-column/anchor/nimble-table-column-anchor.directive.mjs +160 -0
- package/esm2022/table-column/anchor/nimble-table-column-anchor.module.mjs +20 -0
- package/esm2022/table-column/date-text/nimble-table-column-date-text.directive.mjs +267 -0
- package/esm2022/table-column/date-text/nimble-table-column-date-text.module.mjs +19 -0
- package/esm2022/table-column/duration-text/nimble-table-column-duration-text.directive.mjs +76 -0
- package/esm2022/table-column/duration-text/nimble-table-column-duration-text.module.mjs +19 -0
- package/esm2022/table-column/enum-text/nimble-table-column-enum-text.directive.mjs +79 -0
- package/esm2022/table-column/enum-text/nimble-table-column-enum-text.module.mjs +19 -0
- package/esm2022/table-column/icon/nimble-table-column-icon.directive.mjs +77 -0
- package/esm2022/table-column/icon/nimble-table-column-icon.module.mjs +19 -0
- package/esm2022/table-column/nimble-table-column-base.directive.mjs +80 -0
- package/esm2022/table-column/number-text/nimble-table-column-number-text.directive.mjs +111 -0
- package/esm2022/table-column/number-text/nimble-table-column-number-text.module.mjs +19 -0
- package/esm2022/table-column/text/nimble-table-column-text.directive.mjs +76 -0
- package/esm2022/table-column/text/nimble-table-column-text.module.mjs +19 -0
- package/esm2022/thirdparty/directives/checkbox_value_accessor.mjs +70 -0
- package/esm2022/thirdparty/directives/control_value_accessor.mjs +216 -0
- package/esm2022/thirdparty/directives/default_value_accessor.mjs +141 -0
- package/esm2022/thirdparty/directives/number_value_accessor.mjs +82 -0
- package/esm2022/thirdparty/directives/radio_control_value_accessor.mjs +234 -0
- package/esm2022/thirdparty/directives/router_link.mjs +340 -0
- package/esm2022/thirdparty/directives/select_control_value_accessor.mjs +242 -0
- package/esm2022/unit/byte/nimble-unit-byte.directive.mjs +31 -0
- package/esm2022/unit/byte/nimble-unit-byte.module.mjs +19 -0
- package/esm2022/unit/volt/nimble-unit-volt.directive.mjs +18 -0
- package/esm2022/unit/volt/nimble-unit-volt.module.mjs +19 -0
- package/fesm2022/ni-nimble-angular-card.mjs +39 -0
- package/fesm2022/ni-nimble-angular-card.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-label-provider-core.mjs +146 -0
- package/fesm2022/ni-nimble-angular-label-provider-core.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-label-provider-rich-text.mjs +106 -0
- package/fesm2022/ni-nimble-angular-label-provider-rich-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-label-provider-table.mjs +228 -0
- package/fesm2022/ni-nimble-angular-label-provider-table.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-base.mjs +32 -0
- package/fesm2022/ni-nimble-angular-mapping-base.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-icon.mjs +69 -0
- package/fesm2022/ni-nimble-angular-mapping-icon.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-spinner.mjs +53 -0
- package/fesm2022/ni-nimble-angular-mapping-spinner.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-text.mjs +53 -0
- package/fesm2022/ni-nimble-angular-mapping-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-user.mjs +54 -0
- package/fesm2022/ni-nimble-angular-mapping-user.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-pipes.mjs +69 -0
- package/fesm2022/ni-nimble-angular-pipes.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-editor.mjs +116 -0
- package/fesm2022/ni-nimble-angular-rich-text-editor.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention-users.mjs +41 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention-users.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention.mjs +47 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-viewer.mjs +60 -0
- package/fesm2022/ni-nimble-angular-rich-text-viewer.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-anchor.mjs +227 -0
- package/fesm2022/ni-nimble-angular-table-column-anchor.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-date-text.mjs +288 -0
- package/fesm2022/ni-nimble-angular-table-column-date-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-duration-text.mjs +97 -0
- package/fesm2022/ni-nimble-angular-table-column-duration-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-enum-text.mjs +100 -0
- package/fesm2022/ni-nimble-angular-table-column-enum-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-icon.mjs +98 -0
- package/fesm2022/ni-nimble-angular-table-column-icon.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-number-text.mjs +132 -0
- package/fesm2022/ni-nimble-angular-table-column-number-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-text.mjs +97 -0
- package/fesm2022/ni-nimble-angular-table-column-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column.mjs +86 -0
- package/fesm2022/ni-nimble-angular-table-column.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table.mjs +115 -0
- package/fesm2022/ni-nimble-angular-table.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-unit-byte.mjs +52 -0
- package/fesm2022/ni-nimble-angular-unit-byte.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-unit-volt.mjs +39 -0
- package/fesm2022/ni-nimble-angular-unit-volt.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular.mjs +10687 -0
- package/fesm2022/ni-nimble-angular.mjs.map +1 -0
- package/label-provider/core/nimble-label-provider-core.directive.d.ts +1 -1
- package/label-provider/rich-text/nimble-label-provider-rich-text.directive.d.ts +1 -1
- package/label-provider/table/nimble-label-provider-table.directive.d.ts +1 -1
- package/mapping/base/nimble-mapping-base.directive.d.ts +1 -1
- package/mapping/icon/nimble-mapping-icon.directive.d.ts +1 -1
- package/mapping/spinner/nimble-mapping-spinner.directive.d.ts +1 -1
- package/mapping/text/nimble-mapping-text.directive.d.ts +1 -1
- package/mapping/user/nimble-mapping-user.directive.d.ts +1 -1
- package/package.json +123 -189
- package/rich-text/editor/nimble-rich-text-editor.directive.d.ts +1 -1
- package/rich-text/viewer/nimble-rich-text-viewer.directive.d.ts +1 -1
- package/rich-text-mention/nimble-rich-text-mention-base.directive.d.ts +1 -1
- package/table/nimble-table.directive.d.ts +1 -1
- package/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.d.ts +1 -1
- package/table-column/anchor/nimble-table-column-anchor.directive.d.ts +1 -1
- package/table-column/date-text/nimble-table-column-date-text.directive.d.ts +1 -1
- package/table-column/duration-text/nimble-table-column-duration-text.directive.d.ts +1 -1
- package/table-column/enum-text/nimble-table-column-enum-text.directive.d.ts +1 -1
- package/table-column/icon/nimble-table-column-icon.directive.d.ts +1 -1
- package/table-column/nimble-table-column-base.directive.d.ts +1 -1
- package/table-column/number-text/nimble-table-column-number-text.directive.d.ts +1 -1
- package/table-column/text/nimble-table-column-text.directive.d.ts +1 -1
- package/thirdparty/directives/control_value_accessor.d.ts +2 -2
- package/thirdparty/directives/default_value_accessor.d.ts +1 -1
- package/thirdparty/directives/radio_control_value_accessor.d.ts +2 -2
- package/thirdparty/directives/router_link.d.ts +38 -41
- package/thirdparty/directives/select_control_value_accessor.d.ts +4 -4
- package/unit/byte/nimble-unit-byte.directive.d.ts +1 -1
- package/esm2020/card/nimble-card.directive.mjs +0 -18
- package/esm2020/card/nimble-card.module.mjs +0 -19
- package/esm2020/directives/anchor/nimble-anchor-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor/nimble-anchor-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor/nimble-anchor.directive.mjs +0 -51
- package/esm2020/directives/anchor/nimble-anchor.module.mjs +0 -21
- package/esm2020/directives/anchor-base/disableable-router-link-with-href.directive.mjs +0 -37
- package/esm2020/directives/anchor-base/nimble-anchor-base.directive.mjs +0 -73
- package/esm2020/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-button/nimble-anchor-button-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-button/nimble-anchor-button.directive.mjs +0 -57
- package/esm2020/directives/anchor-button/nimble-anchor-button.module.mjs +0 -21
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item.directive.mjs +0 -31
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item.module.mjs +0 -21
- package/esm2020/directives/anchor-tab/nimble-anchor-tab-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-tab/nimble-anchor-tab-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-tab/nimble-anchor-tab.directive.mjs +0 -31
- package/esm2020/directives/anchor-tab/nimble-anchor-tab.module.mjs +0 -21
- package/esm2020/directives/anchor-tabs/nimble-anchor-tabs.directive.mjs +0 -33
- package/esm2020/directives/anchor-tabs/nimble-anchor-tabs.module.mjs +0 -19
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item.directive.mjs +0 -39
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item.module.mjs +0 -21
- package/esm2020/directives/banner/nimble-banner.directive.mjs +0 -70
- package/esm2020/directives/banner/nimble-banner.module.mjs +0 -19
- package/esm2020/directives/breadcrumb/nimble-breadcrumb.directive.mjs +0 -32
- package/esm2020/directives/breadcrumb/nimble-breadcrumb.module.mjs +0 -19
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item-router-link-with-href.directive.mjs +0 -63
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item-router-link.directive.mjs +0 -19
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item.directive.mjs +0 -22
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item.module.mjs +0 -21
- package/esm2020/directives/button/nimble-button.directive.mjs +0 -65
- package/esm2020/directives/button/nimble-button.module.mjs +0 -19
- package/esm2020/directives/card-button/nimble-card-button.directive.mjs +0 -39
- package/esm2020/directives/card-button/nimble-card-button.module.mjs +0 -19
- package/esm2020/directives/checkbox/nimble-checkbox-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/checkbox/nimble-checkbox.directive.mjs +0 -47
- package/esm2020/directives/checkbox/nimble-checkbox.module.mjs +0 -20
- package/esm2020/directives/combobox/nimble-combobox-control-value-accessor.directive.mjs +0 -176
- package/esm2020/directives/combobox/nimble-combobox.directive.mjs +0 -86
- package/esm2020/directives/combobox/nimble-combobox.module.mjs +0 -20
- package/esm2020/directives/dialog/nimble-dialog.directive.mjs +0 -66
- package/esm2020/directives/dialog/nimble-dialog.module.mjs +0 -21
- package/esm2020/directives/drawer/nimble-drawer.directive.mjs +0 -67
- package/esm2020/directives/drawer/nimble-drawer.module.mjs +0 -19
- package/esm2020/directives/icon-base/nimble-icon-base.directive.mjs +0 -25
- package/esm2020/directives/icons/add/nimble-icon-add.directive.mjs +0 -21
- package/esm2020/directives/icons/add/nimble-icon-add.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-down/nimble-icon-arrow-down.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-down/nimble-icon-arrow-down.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-up/nimble-icon-arrow-up.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-up/nimble-icon-arrow-up.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.module.mjs +0 -21
- package/esm2020/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.directive.mjs +0 -21
- package/esm2020/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.module.mjs +0 -21
- package/esm2020/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.directive.mjs +0 -21
- package/esm2020/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.module.mjs +0 -21
- package/esm2020/directives/icons/at/nimble-icon-at.directive.mjs +0 -21
- package/esm2020/directives/icons/at/nimble-icon-at.module.mjs +0 -21
- package/esm2020/directives/icons/bars/nimble-icon-bars.directive.mjs +0 -21
- package/esm2020/directives/icons/bars/nimble-icon-bars.module.mjs +0 -21
- package/esm2020/directives/icons/bell/nimble-icon-bell.directive.mjs +0 -21
- package/esm2020/directives/icons/bell/nimble-icon-bell.module.mjs +0 -21
- package/esm2020/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.directive.mjs +0 -21
- package/esm2020/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.module.mjs +0 -21
- package/esm2020/directives/icons/bell-circle/nimble-icon-bell-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/bell-circle/nimble-icon-bell-circle.module.mjs +0 -21
- package/esm2020/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.module.mjs +0 -21
- package/esm2020/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.directive.mjs +0 -21
- package/esm2020/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.module.mjs +0 -21
- package/esm2020/directives/icons/bold-b/nimble-icon-bold-b.directive.mjs +0 -21
- package/esm2020/directives/icons/bold-b/nimble-icon-bold-b.module.mjs +0 -21
- package/esm2020/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.directive.mjs +0 -21
- package/esm2020/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.module.mjs +0 -21
- package/esm2020/directives/icons/calendar/nimble-icon-calendar.directive.mjs +0 -21
- package/esm2020/directives/icons/calendar/nimble-icon-calendar.module.mjs +0 -21
- package/esm2020/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.module.mjs +0 -21
- package/esm2020/directives/icons/calendar-day/nimble-icon-calendar-day.directive.mjs +0 -21
- package/esm2020/directives/icons/calendar-day/nimble-icon-calendar-day.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram/nimble-icon-chart-diagram.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram/nimble-icon-chart-diagram.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.module.mjs +0 -21
- package/esm2020/directives/icons/check/nimble-icon-check.directive.mjs +0 -21
- package/esm2020/directives/icons/check/nimble-icon-check.module.mjs +0 -21
- package/esm2020/directives/icons/check-dot/nimble-icon-check-dot.directive.mjs +0 -21
- package/esm2020/directives/icons/check-dot/nimble-icon-check-dot.module.mjs +0 -21
- package/esm2020/directives/icons/check-large/nimble-icon-check-large.directive.mjs +0 -21
- package/esm2020/directives/icons/check-large/nimble-icon-check-large.module.mjs +0 -21
- package/esm2020/directives/icons/circle/nimble-icon-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/circle/nimble-icon-circle.module.mjs +0 -21
- package/esm2020/directives/icons/circle-broken/nimble-icon-circle-broken.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-broken/nimble-icon-circle-broken.module.mjs +0 -21
- package/esm2020/directives/icons/circle-check/nimble-icon-circle-check.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-check/nimble-icon-circle-check.module.mjs +0 -21
- package/esm2020/directives/icons/circle-filled/nimble-icon-circle-filled.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-filled/nimble-icon-circle-filled.module.mjs +0 -21
- package/esm2020/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.module.mjs +0 -21
- package/esm2020/directives/icons/circle-slash/nimble-icon-circle-slash.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-slash/nimble-icon-circle-slash.module.mjs +0 -21
- package/esm2020/directives/icons/circle-x/nimble-icon-circle-x.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-x/nimble-icon-circle-x.module.mjs +0 -21
- package/esm2020/directives/icons/clipboard/nimble-icon-clipboard.directive.mjs +0 -21
- package/esm2020/directives/icons/clipboard/nimble-icon-clipboard.module.mjs +0 -21
- package/esm2020/directives/icons/clock/nimble-icon-clock.directive.mjs +0 -21
- package/esm2020/directives/icons/clock/nimble-icon-clock.module.mjs +0 -21
- package/esm2020/directives/icons/clock-cog/nimble-icon-clock-cog.directive.mjs +0 -21
- package/esm2020/directives/icons/clock-cog/nimble-icon-clock-cog.module.mjs +0 -21
- package/esm2020/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.directive.mjs +0 -21
- package/esm2020/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.module.mjs +0 -21
- package/esm2020/directives/icons/clock-triangle/nimble-icon-clock-triangle.directive.mjs +0 -21
- package/esm2020/directives/icons/clock-triangle/nimble-icon-clock-triangle.module.mjs +0 -21
- package/esm2020/directives/icons/clone/nimble-icon-clone.directive.mjs +0 -21
- package/esm2020/directives/icons/clone/nimble-icon-clone.module.mjs +0 -21
- package/esm2020/directives/icons/cloud/nimble-icon-cloud.directive.mjs +0 -21
- package/esm2020/directives/icons/cloud/nimble-icon-cloud.module.mjs +0 -21
- package/esm2020/directives/icons/cloud-upload/nimble-icon-cloud-upload.directive.mjs +0 -21
- package/esm2020/directives/icons/cloud-upload/nimble-icon-cloud-upload.module.mjs +0 -21
- package/esm2020/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.directive.mjs +0 -21
- package/esm2020/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.module.mjs +0 -21
- package/esm2020/directives/icons/cog/nimble-icon-cog.directive.mjs +0 -21
- package/esm2020/directives/icons/cog/nimble-icon-cog.module.mjs +0 -21
- package/esm2020/directives/icons/cog-database/nimble-icon-cog-database.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-database/nimble-icon-cog-database.module.mjs +0 -21
- package/esm2020/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.module.mjs +0 -21
- package/esm2020/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.module.mjs +0 -21
- package/esm2020/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.module.mjs +0 -21
- package/esm2020/directives/icons/comment/nimble-icon-comment.directive.mjs +0 -21
- package/esm2020/directives/icons/comment/nimble-icon-comment.module.mjs +0 -21
- package/esm2020/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.directive.mjs +0 -21
- package/esm2020/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.module.mjs +0 -21
- package/esm2020/directives/icons/copy/nimble-icon-copy.directive.mjs +0 -21
- package/esm2020/directives/icons/copy/nimble-icon-copy.module.mjs +0 -21
- package/esm2020/directives/icons/copy-text/nimble-icon-copy-text.directive.mjs +0 -21
- package/esm2020/directives/icons/copy-text/nimble-icon-copy-text.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.module.mjs +0 -21
- package/esm2020/directives/icons/database/nimble-icon-database.directive.mjs +0 -21
- package/esm2020/directives/icons/database/nimble-icon-database.module.mjs +0 -21
- package/esm2020/directives/icons/database-check/nimble-icon-database-check.directive.mjs +0 -21
- package/esm2020/directives/icons/database-check/nimble-icon-database-check.module.mjs +0 -21
- package/esm2020/directives/icons/desktop/nimble-icon-desktop.directive.mjs +0 -21
- package/esm2020/directives/icons/desktop/nimble-icon-desktop.module.mjs +0 -21
- package/esm2020/directives/icons/donut-chart/nimble-icon-donut-chart.directive.mjs +0 -21
- package/esm2020/directives/icons/donut-chart/nimble-icon-donut-chart.module.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.directive.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.module.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.directive.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.module.mjs +0 -21
- package/esm2020/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.directive.mjs +0 -21
- package/esm2020/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.module.mjs +0 -21
- package/esm2020/directives/icons/download/nimble-icon-download.directive.mjs +0 -21
- package/esm2020/directives/icons/download/nimble-icon-download.module.mjs +0 -21
- package/esm2020/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.directive.mjs +0 -21
- package/esm2020/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.module.mjs +0 -21
- package/esm2020/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.directive.mjs +0 -21
- package/esm2020/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.module.mjs +0 -21
- package/esm2020/directives/icons/eye/nimble-icon-eye.directive.mjs +0 -21
- package/esm2020/directives/icons/eye/nimble-icon-eye.module.mjs +0 -21
- package/esm2020/directives/icons/eye-dash/nimble-icon-eye-dash.directive.mjs +0 -21
- package/esm2020/directives/icons/eye-dash/nimble-icon-eye-dash.module.mjs +0 -21
- package/esm2020/directives/icons/fancy-a/nimble-icon-fancy-a.directive.mjs +0 -21
- package/esm2020/directives/icons/fancy-a/nimble-icon-fancy-a.module.mjs +0 -21
- package/esm2020/directives/icons/file/nimble-icon-file.directive.mjs +0 -21
- package/esm2020/directives/icons/file/nimble-icon-file.module.mjs +0 -21
- package/esm2020/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.directive.mjs +0 -21
- package/esm2020/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.module.mjs +0 -21
- package/esm2020/directives/icons/file-drawer/nimble-icon-file-drawer.directive.mjs +0 -21
- package/esm2020/directives/icons/file-drawer/nimble-icon-file-drawer.module.mjs +0 -21
- package/esm2020/directives/icons/file-search/nimble-icon-file-search.directive.mjs +0 -21
- package/esm2020/directives/icons/file-search/nimble-icon-file-search.module.mjs +0 -21
- package/esm2020/directives/icons/filter/nimble-icon-filter.directive.mjs +0 -21
- package/esm2020/directives/icons/filter/nimble-icon-filter.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk/nimble-icon-floppy-disk.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk/nimble-icon-floppy-disk.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.module.mjs +0 -21
- package/esm2020/directives/icons/folder/nimble-icon-folder.directive.mjs +0 -21
- package/esm2020/directives/icons/folder/nimble-icon-folder.module.mjs +0 -21
- package/esm2020/directives/icons/folder-open/nimble-icon-folder-open.directive.mjs +0 -21
- package/esm2020/directives/icons/folder-open/nimble-icon-folder-open.module.mjs +0 -21
- package/esm2020/directives/icons/forward-slash/nimble-icon-forward-slash.directive.mjs +0 -21
- package/esm2020/directives/icons/forward-slash/nimble-icon-forward-slash.module.mjs +0 -21
- package/esm2020/directives/icons/four-dots-square/nimble-icon-four-dots-square.directive.mjs +0 -21
- package/esm2020/directives/icons/four-dots-square/nimble-icon-four-dots-square.module.mjs +0 -21
- package/esm2020/directives/icons/function/nimble-icon-function.directive.mjs +0 -21
- package/esm2020/directives/icons/function/nimble-icon-function.module.mjs +0 -21
- package/esm2020/directives/icons/gauge-simple/nimble-icon-gauge-simple.directive.mjs +0 -21
- package/esm2020/directives/icons/gauge-simple/nimble-icon-gauge-simple.module.mjs +0 -21
- package/esm2020/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.directive.mjs +0 -21
- package/esm2020/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.module.mjs +0 -21
- package/esm2020/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.directive.mjs +0 -21
- package/esm2020/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.module.mjs +0 -21
- package/esm2020/directives/icons/hammer/nimble-icon-hammer.directive.mjs +0 -21
- package/esm2020/directives/icons/hammer/nimble-icon-hammer.module.mjs +0 -21
- package/esm2020/directives/icons/hashtag/nimble-icon-hashtag.directive.mjs +0 -21
- package/esm2020/directives/icons/hashtag/nimble-icon-hashtag.module.mjs +0 -21
- package/esm2020/directives/icons/home/nimble-icon-home.directive.mjs +0 -21
- package/esm2020/directives/icons/home/nimble-icon-home.module.mjs +0 -21
- package/esm2020/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.directive.mjs +0 -21
- package/esm2020/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.module.mjs +0 -21
- package/esm2020/directives/icons/hourglass/nimble-icon-hourglass.directive.mjs +0 -21
- package/esm2020/directives/icons/hourglass/nimble-icon-hourglass.module.mjs +0 -21
- package/esm2020/directives/icons/indent/nimble-icon-indent.directive.mjs +0 -21
- package/esm2020/directives/icons/indent/nimble-icon-indent.module.mjs +0 -21
- package/esm2020/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.directive.mjs +0 -21
- package/esm2020/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.module.mjs +0 -21
- package/esm2020/directives/icons/info/nimble-icon-info.directive.mjs +0 -21
- package/esm2020/directives/icons/info/nimble-icon-info.module.mjs +0 -21
- package/esm2020/directives/icons/info-circle/nimble-icon-info-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/info-circle/nimble-icon-info-circle.module.mjs +0 -21
- package/esm2020/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.directive.mjs +0 -21
- package/esm2020/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.module.mjs +0 -21
- package/esm2020/directives/icons/italic-i/nimble-icon-italic-i.directive.mjs +0 -21
- package/esm2020/directives/icons/italic-i/nimble-icon-italic-i.module.mjs +0 -21
- package/esm2020/directives/icons/key/nimble-icon-key.directive.mjs +0 -21
- package/esm2020/directives/icons/key/nimble-icon-key.module.mjs +0 -21
- package/esm2020/directives/icons/laptop/nimble-icon-laptop.directive.mjs +0 -21
- package/esm2020/directives/icons/laptop/nimble-icon-laptop.module.mjs +0 -21
- package/esm2020/directives/icons/layer-group/nimble-icon-layer-group.directive.mjs +0 -21
- package/esm2020/directives/icons/layer-group/nimble-icon-layer-group.module.mjs +0 -21
- package/esm2020/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.directive.mjs +0 -21
- package/esm2020/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.module.mjs +0 -21
- package/esm2020/directives/icons/link/nimble-icon-link.directive.mjs +0 -21
- package/esm2020/directives/icons/link/nimble-icon-link.module.mjs +0 -21
- package/esm2020/directives/icons/link-cancel/nimble-icon-link-cancel.directive.mjs +0 -21
- package/esm2020/directives/icons/link-cancel/nimble-icon-link-cancel.module.mjs +0 -21
- package/esm2020/directives/icons/list/nimble-icon-list.directive.mjs +0 -21
- package/esm2020/directives/icons/list/nimble-icon-list.module.mjs +0 -21
- package/esm2020/directives/icons/list-tree/nimble-icon-list-tree.directive.mjs +0 -21
- package/esm2020/directives/icons/list-tree/nimble-icon-list-tree.module.mjs +0 -21
- package/esm2020/directives/icons/list-tree-database/nimble-icon-list-tree-database.directive.mjs +0 -21
- package/esm2020/directives/icons/list-tree-database/nimble-icon-list-tree-database.module.mjs +0 -21
- package/esm2020/directives/icons/lock/nimble-icon-lock.directive.mjs +0 -21
- package/esm2020/directives/icons/lock/nimble-icon-lock.module.mjs +0 -21
- package/esm2020/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.directive.mjs +0 -21
- package/esm2020/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.module.mjs +0 -21
- package/esm2020/directives/icons/markdown/nimble-icon-markdown.directive.mjs +0 -21
- package/esm2020/directives/icons/markdown/nimble-icon-markdown.module.mjs +0 -21
- package/esm2020/directives/icons/minus/nimble-icon-minus.directive.mjs +0 -21
- package/esm2020/directives/icons/minus/nimble-icon-minus.module.mjs +0 -21
- package/esm2020/directives/icons/minus-wide/nimble-icon-minus-wide.directive.mjs +0 -21
- package/esm2020/directives/icons/minus-wide/nimble-icon-minus-wide.module.mjs +0 -21
- package/esm2020/directives/icons/mobile/nimble-icon-mobile.directive.mjs +0 -21
- package/esm2020/directives/icons/mobile/nimble-icon-mobile.module.mjs +0 -21
- package/esm2020/directives/icons/ni/nimble-icon-ni.directive.mjs +0 -21
- package/esm2020/directives/icons/ni/nimble-icon-ni.module.mjs +0 -21
- package/esm2020/directives/icons/notebook/nimble-icon-notebook.directive.mjs +0 -21
- package/esm2020/directives/icons/notebook/nimble-icon-notebook.module.mjs +0 -21
- package/esm2020/directives/icons/number-list/nimble-icon-number-list.directive.mjs +0 -21
- package/esm2020/directives/icons/number-list/nimble-icon-number-list.module.mjs +0 -21
- package/esm2020/directives/icons/outdent/nimble-icon-outdent.directive.mjs +0 -21
- package/esm2020/directives/icons/outdent/nimble-icon-outdent.module.mjs +0 -21
- package/esm2020/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.directive.mjs +0 -21
- package/esm2020/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.module.mjs +0 -21
- package/esm2020/directives/icons/paste/nimble-icon-paste.directive.mjs +0 -21
- package/esm2020/directives/icons/paste/nimble-icon-paste.module.mjs +0 -21
- package/esm2020/directives/icons/pause/nimble-icon-pause.directive.mjs +0 -21
- package/esm2020/directives/icons/pause/nimble-icon-pause.module.mjs +0 -21
- package/esm2020/directives/icons/pencil/nimble-icon-pencil.directive.mjs +0 -21
- package/esm2020/directives/icons/pencil/nimble-icon-pencil.module.mjs +0 -21
- package/esm2020/directives/icons/play/nimble-icon-play.directive.mjs +0 -21
- package/esm2020/directives/icons/play/nimble-icon-play.module.mjs +0 -21
- package/esm2020/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.directive.mjs +0 -21
- package/esm2020/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.module.mjs +0 -21
- package/esm2020/directives/icons/question/nimble-icon-question.directive.mjs +0 -21
- package/esm2020/directives/icons/question/nimble-icon-question.module.mjs +0 -21
- package/esm2020/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.module.mjs +0 -21
- package/esm2020/directives/icons/running-arrow/nimble-icon-running-arrow.directive.mjs +0 -21
- package/esm2020/directives/icons/running-arrow/nimble-icon-running-arrow.module.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.module.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.directive.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.module.mjs +0 -21
- package/esm2020/directives/icons/server/nimble-icon-server.directive.mjs +0 -21
- package/esm2020/directives/icons/server/nimble-icon-server.module.mjs +0 -21
- package/esm2020/directives/icons/share-nodes/nimble-icon-share-nodes.directive.mjs +0 -21
- package/esm2020/directives/icons/share-nodes/nimble-icon-share-nodes.module.mjs +0 -21
- package/esm2020/directives/icons/shield-check/nimble-icon-shield-check.directive.mjs +0 -21
- package/esm2020/directives/icons/shield-check/nimble-icon-shield-check.module.mjs +0 -21
- package/esm2020/directives/icons/shield-xmark/nimble-icon-shield-xmark.directive.mjs +0 -21
- package/esm2020/directives/icons/shield-xmark/nimble-icon-shield-xmark.module.mjs +0 -21
- package/esm2020/directives/icons/signal-bars/nimble-icon-signal-bars.directive.mjs +0 -21
- package/esm2020/directives/icons/signal-bars/nimble-icon-signal-bars.module.mjs +0 -21
- package/esm2020/directives/icons/sine-graph/nimble-icon-sine-graph.directive.mjs +0 -21
- package/esm2020/directives/icons/sine-graph/nimble-icon-sine-graph.module.mjs +0 -21
- package/esm2020/directives/icons/skip-arrow/nimble-icon-skip-arrow.directive.mjs +0 -21
- package/esm2020/directives/icons/skip-arrow/nimble-icon-skip-arrow.module.mjs +0 -21
- package/esm2020/directives/icons/spinner/nimble-icon-spinner.directive.mjs +0 -21
- package/esm2020/directives/icons/spinner/nimble-icon-spinner.module.mjs +0 -21
- package/esm2020/directives/icons/square-check/nimble-icon-square-check.directive.mjs +0 -21
- package/esm2020/directives/icons/square-check/nimble-icon-square-check.module.mjs +0 -21
- package/esm2020/directives/icons/square-t/nimble-icon-square-t.directive.mjs +0 -21
- package/esm2020/directives/icons/square-t/nimble-icon-square-t.module.mjs +0 -21
- package/esm2020/directives/icons/square-x/nimble-icon-square-x.directive.mjs +0 -21
- package/esm2020/directives/icons/square-x/nimble-icon-square-x.module.mjs +0 -21
- package/esm2020/directives/icons/stop-square/nimble-icon-stop-square.directive.mjs +0 -21
- package/esm2020/directives/icons/stop-square/nimble-icon-stop-square.module.mjs +0 -21
- package/esm2020/directives/icons/systemlink/nimble-icon-systemlink.directive.mjs +0 -21
- package/esm2020/directives/icons/systemlink/nimble-icon-systemlink.module.mjs +0 -21
- package/esm2020/directives/icons/t/nimble-icon-t.directive.mjs +0 -21
- package/esm2020/directives/icons/t/nimble-icon-t.module.mjs +0 -21
- package/esm2020/directives/icons/tablet/nimble-icon-tablet.directive.mjs +0 -21
- package/esm2020/directives/icons/tablet/nimble-icon-tablet.module.mjs +0 -21
- package/esm2020/directives/icons/tag/nimble-icon-tag.directive.mjs +0 -21
- package/esm2020/directives/icons/tag/nimble-icon-tag.module.mjs +0 -21
- package/esm2020/directives/icons/tags/nimble-icon-tags.directive.mjs +0 -21
- package/esm2020/directives/icons/tags/nimble-icon-tags.module.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.directive.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.module.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.directive.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.module.mjs +0 -21
- package/esm2020/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.directive.mjs +0 -21
- package/esm2020/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.module.mjs +0 -21
- package/esm2020/directives/icons/three-dots-line/nimble-icon-three-dots-line.directive.mjs +0 -21
- package/esm2020/directives/icons/three-dots-line/nimble-icon-three-dots-line.module.mjs +0 -21
- package/esm2020/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.module.mjs +0 -21
- package/esm2020/directives/icons/thumbtack/nimble-icon-thumbtack.directive.mjs +0 -21
- package/esm2020/directives/icons/thumbtack/nimble-icon-thumbtack.module.mjs +0 -21
- package/esm2020/directives/icons/tile-size/nimble-icon-tile-size.directive.mjs +0 -21
- package/esm2020/directives/icons/tile-size/nimble-icon-tile-size.module.mjs +0 -21
- package/esm2020/directives/icons/times/nimble-icon-times.directive.mjs +0 -21
- package/esm2020/directives/icons/times/nimble-icon-times.module.mjs +0 -21
- package/esm2020/directives/icons/trash/nimble-icon-trash.directive.mjs +0 -21
- package/esm2020/directives/icons/trash/nimble-icon-trash.module.mjs +0 -21
- package/esm2020/directives/icons/triangle/nimble-icon-triangle.directive.mjs +0 -21
- package/esm2020/directives/icons/triangle/nimble-icon-triangle.module.mjs +0 -21
- package/esm2020/directives/icons/triangle-filled/nimble-icon-triangle-filled.directive.mjs +0 -21
- package/esm2020/directives/icons/triangle-filled/nimble-icon-triangle-filled.module.mjs +0 -21
- package/esm2020/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.directive.mjs +0 -21
- package/esm2020/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.module.mjs +0 -21
- package/esm2020/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.directive.mjs +0 -21
- package/esm2020/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.module.mjs +0 -21
- package/esm2020/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.directive.mjs +0 -21
- package/esm2020/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.module.mjs +0 -21
- package/esm2020/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.module.mjs +0 -21
- package/esm2020/directives/icons/unlink/nimble-icon-unlink.directive.mjs +0 -21
- package/esm2020/directives/icons/unlink/nimble-icon-unlink.module.mjs +0 -21
- package/esm2020/directives/icons/unlock/nimble-icon-unlock.directive.mjs +0 -21
- package/esm2020/directives/icons/unlock/nimble-icon-unlock.module.mjs +0 -21
- package/esm2020/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.directive.mjs +0 -21
- package/esm2020/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.module.mjs +0 -21
- package/esm2020/directives/icons/upload/nimble-icon-upload.directive.mjs +0 -21
- package/esm2020/directives/icons/upload/nimble-icon-upload.module.mjs +0 -21
- package/esm2020/directives/icons/user/nimble-icon-user.directive.mjs +0 -21
- package/esm2020/directives/icons/user/nimble-icon-user.module.mjs +0 -21
- package/esm2020/directives/icons/watch/nimble-icon-watch.directive.mjs +0 -21
- package/esm2020/directives/icons/watch/nimble-icon-watch.module.mjs +0 -21
- package/esm2020/directives/icons/waveform/nimble-icon-waveform.directive.mjs +0 -21
- package/esm2020/directives/icons/waveform/nimble-icon-waveform.module.mjs +0 -21
- package/esm2020/directives/icons/webvi-custom/nimble-icon-webvi-custom.directive.mjs +0 -21
- package/esm2020/directives/icons/webvi-custom/nimble-icon-webvi-custom.module.mjs +0 -21
- package/esm2020/directives/icons/webvi-host/nimble-icon-webvi-host.directive.mjs +0 -21
- package/esm2020/directives/icons/webvi-host/nimble-icon-webvi-host.module.mjs +0 -21
- package/esm2020/directives/icons/window-code/nimble-icon-window-code.directive.mjs +0 -21
- package/esm2020/directives/icons/window-code/nimble-icon-window-code.module.mjs +0 -21
- package/esm2020/directives/icons/window-text/nimble-icon-window-text.directive.mjs +0 -21
- package/esm2020/directives/icons/window-text/nimble-icon-window-text.module.mjs +0 -21
- package/esm2020/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.directive.mjs +0 -21
- package/esm2020/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.module.mjs +0 -21
- package/esm2020/directives/icons/xmark/nimble-icon-xmark.directive.mjs +0 -21
- package/esm2020/directives/icons/xmark/nimble-icon-xmark.module.mjs +0 -21
- package/esm2020/directives/icons/xmark-check/nimble-icon-xmark-check.directive.mjs +0 -21
- package/esm2020/directives/icons/xmark-check/nimble-icon-xmark-check.module.mjs +0 -21
- package/esm2020/directives/list-option/nimble-combobox-list-option.directive.mjs +0 -55
- package/esm2020/directives/list-option/nimble-list-option.directive.mjs +0 -50
- package/esm2020/directives/list-option/nimble-list-option.module.mjs +0 -33
- package/esm2020/directives/list-option/nimble-select-list-option.directive.mjs +0 -29
- package/esm2020/directives/menu/nimble-menu.directive.mjs +0 -18
- package/esm2020/directives/menu/nimble-menu.module.mjs +0 -19
- package/esm2020/directives/menu-button/nimble-menu-button.directive.mjs +0 -65
- package/esm2020/directives/menu-button/nimble-menu-button.module.mjs +0 -19
- package/esm2020/directives/menu-item/nimble-menu-item.directive.mjs +0 -31
- package/esm2020/directives/menu-item/nimble-menu-item.module.mjs +0 -19
- package/esm2020/directives/number-field/nimble-number-field-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/number-field/nimble-number-field.directive.mjs +0 -103
- package/esm2020/directives/number-field/nimble-number-field.module.mjs +0 -20
- package/esm2020/directives/radio/nimble-radio-control-value-accessor.directive.mjs +0 -85
- package/esm2020/directives/radio/nimble-radio.directive.mjs +0 -31
- package/esm2020/directives/radio/nimble-radio.module.mjs +0 -21
- package/esm2020/directives/radio-group/nimble-radio-group.directive.mjs +0 -48
- package/esm2020/directives/radio-group/nimble-radio-group.module.mjs +0 -19
- package/esm2020/directives/select/nimble-select-control-value-accessor.directive.mjs +0 -34
- package/esm2020/directives/select/nimble-select.directive.mjs +0 -68
- package/esm2020/directives/select/nimble-select.module.mjs +0 -20
- package/esm2020/directives/spinner/nimble-spinner.directive.mjs +0 -30
- package/esm2020/directives/spinner/nimble-spinner.module.mjs +0 -19
- package/esm2020/directives/switch/nimble-switch-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/switch/nimble-switch.directive.mjs +0 -39
- package/esm2020/directives/switch/nimble-switch.module.mjs +0 -20
- package/esm2020/directives/tab/nimble-tab.directive.mjs +0 -31
- package/esm2020/directives/tab/nimble-tab.module.mjs +0 -19
- package/esm2020/directives/tab-panel/nimble-tab-panel.directive.mjs +0 -18
- package/esm2020/directives/tab-panel/nimble-tab-panel.module.mjs +0 -19
- package/esm2020/directives/tabs/nimble-tabs.directive.mjs +0 -41
- package/esm2020/directives/tabs/nimble-tabs.module.mjs +0 -19
- package/esm2020/directives/tabs-toolbar/nimble-tabs-toolbar.directive.mjs +0 -18
- package/esm2020/directives/tabs-toolbar/nimble-tabs-toolbar.module.mjs +0 -19
- package/esm2020/directives/text-area/nimble-text-area-control-value-accessor.directive.mjs +0 -39
- package/esm2020/directives/text-area/nimble-text-area.directive.mjs +0 -153
- package/esm2020/directives/text-area/nimble-text-area.module.mjs +0 -20
- package/esm2020/directives/text-field/nimble-text-field-control-value-accessor.directive.mjs +0 -39
- package/esm2020/directives/text-field/nimble-text-field.directive.mjs +0 -151
- package/esm2020/directives/text-field/nimble-text-field.module.mjs +0 -20
- package/esm2020/directives/theme-provider/nimble-theme-provider.directive.mjs +0 -46
- package/esm2020/directives/theme-provider/nimble-theme-provider.module.mjs +0 -19
- package/esm2020/directives/toggle-button/nimble-toggle-button-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/toggle-button/nimble-toggle-button.directive.mjs +0 -65
- package/esm2020/directives/toggle-button/nimble-toggle-button.module.mjs +0 -20
- package/esm2020/directives/toolbar/nimble-toolbar.directive.mjs +0 -18
- package/esm2020/directives/toolbar/nimble-toolbar.module.mjs +0 -19
- package/esm2020/directives/tooltip/nimble-tooltip.directive.mjs +0 -58
- package/esm2020/directives/tooltip/nimble-tooltip.module.mjs +0 -19
- package/esm2020/directives/tree-item/nimble-tree-item.directive.mjs +0 -60
- package/esm2020/directives/tree-item/nimble-tree-item.module.mjs +0 -19
- package/esm2020/directives/tree-view/nimble-tree-view.directive.mjs +0 -33
- package/esm2020/directives/tree-view/nimble-tree-view.module.mjs +0 -19
- package/esm2020/label-provider/core/nimble-label-provider-core-with-defaults.directive.mjs +0 -30
- package/esm2020/label-provider/core/nimble-label-provider-core.directive.mjs +0 -93
- package/esm2020/label-provider/core/nimble-label-provider-core.module.mjs +0 -22
- package/esm2020/label-provider/rich-text/nimble-label-provider-rich-text-with-defaults.directive.mjs +0 -26
- package/esm2020/label-provider/rich-text/nimble-label-provider-rich-text.directive.mjs +0 -57
- package/esm2020/label-provider/rich-text/nimble-label-provider-rich-text.module.mjs +0 -22
- package/esm2020/label-provider/table/nimble-label-provider-table-with-defaults.directive.mjs +0 -38
- package/esm2020/label-provider/table/nimble-label-provider-table.directive.mjs +0 -167
- package/esm2020/label-provider/table/nimble-label-provider-table.module.mjs +0 -22
- package/esm2020/mapping/base/nimble-mapping-base.directive.mjs +0 -25
- package/esm2020/mapping/icon/nimble-mapping-icon.directive.mjs +0 -48
- package/esm2020/mapping/icon/nimble-mapping-icon.module.mjs +0 -19
- package/esm2020/mapping/spinner/nimble-mapping-spinner.directive.mjs +0 -32
- package/esm2020/mapping/spinner/nimble-mapping-spinner.module.mjs +0 -19
- package/esm2020/mapping/text/nimble-mapping-text.directive.mjs +0 -32
- package/esm2020/mapping/text/nimble-mapping-text.module.mjs +0 -19
- package/esm2020/mapping/user/nimble-mapping-user.directive.mjs +0 -33
- package/esm2020/mapping/user/nimble-mapping-user.module.mjs +0 -19
- package/esm2020/pipes/duration.pipe.mjs +0 -31
- package/esm2020/pipes/number-text.pipe.mjs +0 -30
- package/esm2020/rich-text/editor/nimble-rich-text-editor.directive.mjs +0 -93
- package/esm2020/rich-text/editor/nimble-rich-text-editor.module.mjs +0 -19
- package/esm2020/rich-text/viewer/nimble-rich-text-viewer.directive.mjs +0 -37
- package/esm2020/rich-text/viewer/nimble-rich-text-viewer.module.mjs +0 -19
- package/esm2020/rich-text-mention/nimble-rich-text-mention-base.directive.mjs +0 -40
- package/esm2020/rich-text-mention/users/nimble-rich-text-mention-users.directive.mjs +0 -19
- package/esm2020/rich-text-mention/users/nimble-rich-text-mention-users.module.mjs +0 -19
- package/esm2020/table/nimble-table.directive.mjs +0 -95
- package/esm2020/table/nimble-table.module.mjs +0 -19
- package/esm2020/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.mjs +0 -49
- package/esm2020/table-column/anchor/nimble-table-column-anchor.directive.mjs +0 -160
- package/esm2020/table-column/anchor/nimble-table-column-anchor.module.mjs +0 -20
- package/esm2020/table-column/date-text/nimble-table-column-date-text.directive.mjs +0 -267
- package/esm2020/table-column/date-text/nimble-table-column-date-text.module.mjs +0 -19
- package/esm2020/table-column/duration-text/nimble-table-column-duration-text.directive.mjs +0 -76
- package/esm2020/table-column/duration-text/nimble-table-column-duration-text.module.mjs +0 -19
- package/esm2020/table-column/enum-text/nimble-table-column-enum-text.directive.mjs +0 -79
- package/esm2020/table-column/enum-text/nimble-table-column-enum-text.module.mjs +0 -19
- package/esm2020/table-column/icon/nimble-table-column-icon.directive.mjs +0 -77
- package/esm2020/table-column/icon/nimble-table-column-icon.module.mjs +0 -19
- package/esm2020/table-column/nimble-table-column-base.directive.mjs +0 -80
- package/esm2020/table-column/number-text/nimble-table-column-number-text.directive.mjs +0 -111
- package/esm2020/table-column/number-text/nimble-table-column-number-text.module.mjs +0 -19
- package/esm2020/table-column/text/nimble-table-column-text.directive.mjs +0 -76
- package/esm2020/table-column/text/nimble-table-column-text.module.mjs +0 -19
- package/esm2020/thirdparty/directives/checkbox_value_accessor.mjs +0 -70
- package/esm2020/thirdparty/directives/control_value_accessor.mjs +0 -216
- package/esm2020/thirdparty/directives/default_value_accessor.mjs +0 -141
- package/esm2020/thirdparty/directives/number_value_accessor.mjs +0 -82
- package/esm2020/thirdparty/directives/radio_control_value_accessor.mjs +0 -234
- package/esm2020/thirdparty/directives/router_link.mjs +0 -354
- package/esm2020/thirdparty/directives/select_control_value_accessor.mjs +0 -242
- package/esm2020/thirdparty/utils/coercion.mjs +0 -18
- package/esm2020/unit/byte/nimble-unit-byte.directive.mjs +0 -31
- package/esm2020/unit/byte/nimble-unit-byte.module.mjs +0 -19
- package/esm2020/unit/volt/nimble-unit-volt.directive.mjs +0 -18
- package/esm2020/unit/volt/nimble-unit-volt.module.mjs +0 -19
- package/fesm2015/ni-nimble-angular-card.mjs +0 -39
- package/fesm2015/ni-nimble-angular-card.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-label-provider-core.mjs +0 -146
- package/fesm2015/ni-nimble-angular-label-provider-core.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-label-provider-rich-text.mjs +0 -106
- package/fesm2015/ni-nimble-angular-label-provider-rich-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-label-provider-table.mjs +0 -228
- package/fesm2015/ni-nimble-angular-label-provider-table.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-base.mjs +0 -32
- package/fesm2015/ni-nimble-angular-mapping-base.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-icon.mjs +0 -69
- package/fesm2015/ni-nimble-angular-mapping-icon.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-spinner.mjs +0 -53
- package/fesm2015/ni-nimble-angular-mapping-spinner.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-text.mjs +0 -53
- package/fesm2015/ni-nimble-angular-mapping-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-user.mjs +0 -54
- package/fesm2015/ni-nimble-angular-mapping-user.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-pipes.mjs +0 -74
- package/fesm2015/ni-nimble-angular-pipes.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-editor.mjs +0 -116
- package/fesm2015/ni-nimble-angular-rich-text-editor.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-mention-users.mjs +0 -41
- package/fesm2015/ni-nimble-angular-rich-text-mention-users.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-mention.mjs +0 -47
- package/fesm2015/ni-nimble-angular-rich-text-mention.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-viewer.mjs +0 -60
- package/fesm2015/ni-nimble-angular-rich-text-viewer.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-anchor.mjs +0 -228
- package/fesm2015/ni-nimble-angular-table-column-anchor.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-date-text.mjs +0 -288
- package/fesm2015/ni-nimble-angular-table-column-date-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-duration-text.mjs +0 -97
- package/fesm2015/ni-nimble-angular-table-column-duration-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-enum-text.mjs +0 -100
- package/fesm2015/ni-nimble-angular-table-column-enum-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-icon.mjs +0 -98
- package/fesm2015/ni-nimble-angular-table-column-icon.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-number-text.mjs +0 -132
- package/fesm2015/ni-nimble-angular-table-column-number-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-text.mjs +0 -97
- package/fesm2015/ni-nimble-angular-table-column-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column.mjs +0 -86
- package/fesm2015/ni-nimble-angular-table-column.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table.mjs +0 -126
- package/fesm2015/ni-nimble-angular-table.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-unit-byte.mjs +0 -52
- package/fesm2015/ni-nimble-angular-unit-byte.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-unit-volt.mjs +0 -39
- package/fesm2015/ni-nimble-angular-unit-volt.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular.mjs +0 -10740
- package/fesm2015/ni-nimble-angular.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-card.mjs +0 -39
- package/fesm2020/ni-nimble-angular-card.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-internal-utilities.mjs +0 -53
- package/fesm2020/ni-nimble-angular-internal-utilities.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-label-provider-core.mjs +0 -146
- package/fesm2020/ni-nimble-angular-label-provider-core.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-label-provider-rich-text.mjs +0 -106
- package/fesm2020/ni-nimble-angular-label-provider-rich-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-label-provider-table.mjs +0 -228
- package/fesm2020/ni-nimble-angular-label-provider-table.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-base.mjs +0 -32
- package/fesm2020/ni-nimble-angular-mapping-base.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-icon.mjs +0 -69
- package/fesm2020/ni-nimble-angular-mapping-icon.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-spinner.mjs +0 -53
- package/fesm2020/ni-nimble-angular-mapping-spinner.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-text.mjs +0 -53
- package/fesm2020/ni-nimble-angular-mapping-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-user.mjs +0 -54
- package/fesm2020/ni-nimble-angular-mapping-user.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-pipes.mjs +0 -69
- package/fesm2020/ni-nimble-angular-pipes.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-editor-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-rich-text-editor-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-editor.mjs +0 -116
- package/fesm2020/ni-nimble-angular-rich-text-editor.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-mention-users.mjs +0 -41
- package/fesm2020/ni-nimble-angular-rich-text-mention-users.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-mention.mjs +0 -47
- package/fesm2020/ni-nimble-angular-rich-text-mention.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-viewer-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-rich-text-viewer-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-viewer.mjs +0 -60
- package/fesm2020/ni-nimble-angular-rich-text-viewer.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-select-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-select-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-anchor.mjs +0 -227
- package/fesm2020/ni-nimble-angular-table-column-anchor.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-date-text.mjs +0 -288
- package/fesm2020/ni-nimble-angular-table-column-date-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-duration-text.mjs +0 -97
- package/fesm2020/ni-nimble-angular-table-column-duration-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-enum-text.mjs +0 -100
- package/fesm2020/ni-nimble-angular-table-column-enum-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-icon.mjs +0 -98
- package/fesm2020/ni-nimble-angular-table-column-icon.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-number-text.mjs +0 -132
- package/fesm2020/ni-nimble-angular-table-column-number-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-text.mjs +0 -97
- package/fesm2020/ni-nimble-angular-table-column-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column.mjs +0 -86
- package/fesm2020/ni-nimble-angular-table-column.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-table-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table.mjs +0 -115
- package/fesm2020/ni-nimble-angular-table.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-unit-byte.mjs +0 -52
- package/fesm2020/ni-nimble-angular-unit-byte.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-unit-volt.mjs +0 -39
- package/fesm2020/ni-nimble-angular-unit-volt.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular.mjs +0 -10718
- package/fesm2020/ni-nimble-angular.mjs.map +0 -1
- package/thirdparty/utils/coercion.d.ts +0 -15
- /package/{esm2020 → esm2022}/card/ni-nimble-angular-card.mjs +0 -0
- /package/{esm2020 → esm2022}/card/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directives/icons/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal-utilities/ni-nimble-angular-internal-utilities.mjs +0 -0
- /package/{esm2020 → esm2022}/internal-utilities/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/internal-utilities/template-value-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/core/ni-nimble-angular-label-provider-core.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/core/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/rich-text/ni-nimble-angular-label-provider-rich-text.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/rich-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/table/ni-nimble-angular-label-provider-table.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/base/ni-nimble-angular-mapping-base.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/base/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/icon/ni-nimble-angular-mapping-icon.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/icon/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/spinner/ni-nimble-angular-mapping-spinner.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/spinner/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/text/ni-nimble-angular-mapping-text.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/user/ni-nimble-angular-mapping-user.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/user/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/ni-nimble-angular.mjs +0 -0
- /package/{esm2020 → esm2022}/pipes/ni-nimble-angular-pipes.mjs +0 -0
- /package/{esm2020 → esm2022}/pipes/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/ni-nimble-angular-rich-text-editor.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/testing/ni-nimble-angular-rich-text-editor-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/testing/rich-text-editor.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/ni-nimble-angular-rich-text-viewer.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/testing/ni-nimble-angular-rich-text-viewer-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/testing/rich-text-viewer.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/ni-nimble-angular-rich-text-mention.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/users/ni-nimble-angular-rich-text-mention-users.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/users/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/select/testing/ni-nimble-angular-select-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/select/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/select/testing/select.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/table/ni-nimble-angular-table.mjs +0 -0
- /package/{esm2020 → esm2022}/table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table/testing/ni-nimble-angular-table-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/table/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table/testing/table.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/anchor/ni-nimble-angular-table-column-anchor.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/anchor/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/date-text/ni-nimble-angular-table-column-date-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/date-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/duration-text/ni-nimble-angular-table-column-duration-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/duration-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/enum-text/ni-nimble-angular-table-column-enum-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/enum-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/icon/ni-nimble-angular-table-column-icon.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/icon/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/ni-nimble-angular-table-column.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/number-text/ni-nimble-angular-table-column-number-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/number-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/text/ni-nimble-angular-table-column-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/async-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/byte/ni-nimble-angular-unit-byte.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/byte/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/volt/ni-nimble-angular-unit-volt.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/volt/public-api.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-internal-utilities.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-internal-utilities.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-editor-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-editor-testing.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-viewer-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-viewer-testing.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-select-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-select-testing.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-table-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-table-testing.mjs.map +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { NimbleAnchorDirective } from './nimble-anchor.directive';
|
|
4
|
+
import { NimbleAnchorRouterLinkDirective } from './nimble-anchor-router-link.directive';
|
|
5
|
+
import { NimbleAnchorRouterLinkWithHrefDirective } from './nimble-anchor-router-link-with-href.directive';
|
|
6
|
+
import '@ni/nimble-components/dist/esm/anchor';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export class NimbleAnchorModule {
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorModule, declarations: [NimbleAnchorDirective, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective], imports: [CommonModule], exports: [NimbleAnchorDirective, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective] }); }
|
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorModule, imports: [CommonModule] }); }
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
declarations: [NimbleAnchorDirective, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective],
|
|
17
|
+
imports: [CommonModule],
|
|
18
|
+
exports: [NimbleAnchorDirective, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective]
|
|
19
|
+
}]
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uaS9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9hbmNob3IvbmltYmxlLWFuY2hvci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbEUsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDeEYsT0FBTyxFQUFFLHVDQUF1QyxFQUFFLE1BQU0saURBQWlELENBQUM7QUFFMUcsT0FBTyx1Q0FBdUMsQ0FBQzs7QUFPL0MsTUFBTSxPQUFPLGtCQUFrQjsrR0FBbEIsa0JBQWtCO2dIQUFsQixrQkFBa0IsaUJBSloscUJBQXFCLEVBQUUsK0JBQStCLEVBQUUsdUNBQXVDLGFBQ3BHLFlBQVksYUFDWixxQkFBcUIsRUFBRSwrQkFBK0IsRUFBRSx1Q0FBdUM7Z0hBRWhHLGtCQUFrQixZQUhqQixZQUFZOzs0RkFHYixrQkFBa0I7a0JBTDlCLFFBQVE7bUJBQUM7b0JBQ04sWUFBWSxFQUFFLENBQUMscUJBQXFCLEVBQUUsK0JBQStCLEVBQUUsdUNBQXVDLENBQUM7b0JBQy9HLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMscUJBQXFCLEVBQUUsK0JBQStCLEVBQUUsdUNBQXVDLENBQUM7aUJBQzdHIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOaW1ibGVBbmNob3JEaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1hbmNob3IuZGlyZWN0aXZlJztcbmltcG9ydCB7IE5pbWJsZUFuY2hvclJvdXRlckxpbmtEaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1hbmNob3Itcm91dGVyLWxpbmsuZGlyZWN0aXZlJztcbmltcG9ydCB7IE5pbWJsZUFuY2hvclJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZSB9IGZyb20gJy4vbmltYmxlLWFuY2hvci1yb3V0ZXItbGluay13aXRoLWhyZWYuZGlyZWN0aXZlJztcblxuaW1wb3J0ICdAbmkvbmltYmxlLWNvbXBvbmVudHMvZGlzdC9lc20vYW5jaG9yJztcblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtOaW1ibGVBbmNob3JEaXJlY3RpdmUsIE5pbWJsZUFuY2hvclJvdXRlckxpbmtEaXJlY3RpdmUsIE5pbWJsZUFuY2hvclJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZV0sXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW05pbWJsZUFuY2hvckRpcmVjdGl2ZSwgTmltYmxlQW5jaG9yUm91dGVyTGlua0RpcmVjdGl2ZSwgTmltYmxlQW5jaG9yUm91dGVyTGlua1dpdGhIcmVmRGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBOaW1ibGVBbmNob3JNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Directive, Inject } from '@angular/core';
|
|
2
|
+
import { LocationStrategy } from '@angular/common';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { RouterLink } from '../../thirdparty/directives/router_link';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@angular/router";
|
|
7
|
+
import * as i2 from "@angular/common";
|
|
8
|
+
/**
|
|
9
|
+
* Base class for Nimble router link directives that go on disableable elements
|
|
10
|
+
*/
|
|
11
|
+
export class DisableableRouterLinkWithHrefDirective extends RouterLink {
|
|
12
|
+
constructor(router, route, renderer, elementRef, locationStrategy) {
|
|
13
|
+
super(router, route, undefined, renderer, elementRef, locationStrategy);
|
|
14
|
+
this.elementRef = elementRef;
|
|
15
|
+
}
|
|
16
|
+
onClick(button, ctrlKey, shiftKey, altKey, metaKey) {
|
|
17
|
+
if (this.elementRef.nativeElement.disabled) {
|
|
18
|
+
return false;
|
|
19
|
+
}
|
|
20
|
+
return super.onClick(button, ctrlKey, shiftKey, altKey, metaKey);
|
|
21
|
+
}
|
|
22
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DisableableRouterLinkWithHrefDirective, deps: [{ token: Router }, { token: ActivatedRoute }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: LocationStrategy }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
23
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DisableableRouterLinkWithHrefDirective, usesInheritance: true, ngImport: i0 }); }
|
|
24
|
+
}
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DisableableRouterLinkWithHrefDirective, decorators: [{
|
|
26
|
+
type: Directive
|
|
27
|
+
}], ctorParameters: function () { return [{ type: i1.Router, decorators: [{
|
|
28
|
+
type: Inject,
|
|
29
|
+
args: [Router]
|
|
30
|
+
}] }, { type: i1.ActivatedRoute, decorators: [{
|
|
31
|
+
type: Inject,
|
|
32
|
+
args: [ActivatedRoute]
|
|
33
|
+
}] }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i2.LocationStrategy, decorators: [{
|
|
34
|
+
type: Inject,
|
|
35
|
+
args: [LocationStrategy]
|
|
36
|
+
}] }]; } });
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzYWJsZWFibGUtcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3NyYy9kaXJlY3RpdmVzL2FuY2hvci1iYXNlL2Rpc2FibGVhYmxlLXJvdXRlci1saW5rLXdpdGgtaHJlZi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxNQUFNLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDekUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0seUNBQXlDLENBQUM7Ozs7QUFFckU7O0dBRUc7QUFFSCxNQUFNLE9BQU8sc0NBQXdFLFNBQVEsVUFBVTtJQUNuRyxZQUNnQixNQUFjLEVBQ0YsS0FBcUIsRUFDN0MsUUFBbUIsRUFDRixVQUF5QixFQUNoQixnQkFBbUM7UUFFN0QsS0FBSyxDQUFDLE1BQU0sRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxVQUFVLEVBQUUsZ0JBQWdCLENBQUMsQ0FBQztRQUh2RCxlQUFVLEdBQVYsVUFBVSxDQUFlO0lBSTlDLENBQUM7SUFFZSxPQUFPLENBQUMsTUFBYyxFQUFFLE9BQWdCLEVBQUUsUUFBaUIsRUFBRSxNQUFlLEVBQUUsT0FBZ0I7UUFDMUcsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxRQUFRLEVBQUU7WUFDeEMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFFRCxPQUFPLEtBQUssQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0lBQ3JFLENBQUM7K0dBakJRLHNDQUFzQyxrQkFFdkMsTUFBTSxhQUNGLGNBQWMsZ0VBR2QsZ0JBQWdCO21HQU5uQixzQ0FBc0M7OzRGQUF0QyxzQ0FBc0M7a0JBRGxELFNBQVM7OzBCQUdMLE1BQU07MkJBQUMsTUFBTTs7MEJBQ1QsTUFBTTsyQkFBQyxjQUFjOzswQkFHckIsTUFBTTsyQkFBQyxnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIEluamVjdCwgUmVuZGVyZXIyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBMb2NhdGlvblN0cmF0ZWd5IH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlLCBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgUm91dGVyTGluayB9IGZyb20gJy4uLy4uL3RoaXJkcGFydHkvZGlyZWN0aXZlcy9yb3V0ZXJfbGluayc7XG5cbi8qKlxuICogQmFzZSBjbGFzcyBmb3IgTmltYmxlIHJvdXRlciBsaW5rIGRpcmVjdGl2ZXMgdGhhdCBnbyBvbiBkaXNhYmxlYWJsZSBlbGVtZW50c1xuICovXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBjbGFzcyBEaXNhYmxlYWJsZVJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZTxUIGV4dGVuZHMgeyBkaXNhYmxlZDogYm9vbGVhbiB9PiBleHRlbmRzIFJvdXRlckxpbmsge1xuICAgIHB1YmxpYyBjb25zdHJ1Y3RvcihcbiAgICBASW5qZWN0KFJvdXRlcikgcm91dGVyOiBSb3V0ZXIsXG4gICAgICAgIEBJbmplY3QoQWN0aXZhdGVkUm91dGUpIHJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSxcbiAgICAgICAgcmVuZGVyZXI6IFJlbmRlcmVyMixcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSBlbGVtZW50UmVmOiBFbGVtZW50UmVmPFQ+LFxuICAgICAgICBASW5qZWN0KExvY2F0aW9uU3RyYXRlZ3kpIGxvY2F0aW9uU3RyYXRlZ3k/OiBMb2NhdGlvblN0cmF0ZWd5XG4gICAgKSB7XG4gICAgICAgIHN1cGVyKHJvdXRlciwgcm91dGUsIHVuZGVmaW5lZCwgcmVuZGVyZXIsIGVsZW1lbnRSZWYsIGxvY2F0aW9uU3RyYXRlZ3kpO1xuICAgIH1cblxuICAgIHB1YmxpYyBvdmVycmlkZSBvbkNsaWNrKGJ1dHRvbjogbnVtYmVyLCBjdHJsS2V5OiBib29sZWFuLCBzaGlmdEtleTogYm9vbGVhbiwgYWx0S2V5OiBib29sZWFuLCBtZXRhS2V5OiBib29sZWFuKTogYm9vbGVhbiB7XG4gICAgICAgIGlmICh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5kaXNhYmxlZCkge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIHN1cGVyLm9uQ2xpY2soYnV0dG9uLCBjdHJsS2V5LCBzaGlmdEtleSwgYWx0S2V5LCBtZXRhS2V5KTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Base class for directives providing link attributes.
|
|
5
|
+
*/
|
|
6
|
+
export class NimbleAnchorBaseDirective {
|
|
7
|
+
get href() {
|
|
8
|
+
return this.elementRef.nativeElement.href;
|
|
9
|
+
}
|
|
10
|
+
set href(value) {
|
|
11
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'href', value);
|
|
12
|
+
}
|
|
13
|
+
get hreflang() {
|
|
14
|
+
return this.elementRef.nativeElement.hreflang;
|
|
15
|
+
}
|
|
16
|
+
set hreflang(value) {
|
|
17
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'hreflang', value);
|
|
18
|
+
}
|
|
19
|
+
get ping() {
|
|
20
|
+
return this.elementRef.nativeElement.ping;
|
|
21
|
+
}
|
|
22
|
+
set ping(value) {
|
|
23
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'ping', value);
|
|
24
|
+
}
|
|
25
|
+
get referrerpolicy() {
|
|
26
|
+
return this.elementRef.nativeElement.referrerpolicy;
|
|
27
|
+
}
|
|
28
|
+
set referrerpolicy(value) {
|
|
29
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'referrerpolicy', value);
|
|
30
|
+
}
|
|
31
|
+
get rel() {
|
|
32
|
+
return this.elementRef.nativeElement.rel;
|
|
33
|
+
}
|
|
34
|
+
set rel(value) {
|
|
35
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'rel', value);
|
|
36
|
+
}
|
|
37
|
+
get target() {
|
|
38
|
+
return this.elementRef.nativeElement.target;
|
|
39
|
+
}
|
|
40
|
+
set target(value) {
|
|
41
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'target', value);
|
|
42
|
+
}
|
|
43
|
+
get type() {
|
|
44
|
+
return this.elementRef.nativeElement.type;
|
|
45
|
+
}
|
|
46
|
+
set type(value) {
|
|
47
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'type', value);
|
|
48
|
+
}
|
|
49
|
+
constructor(renderer, elementRef) {
|
|
50
|
+
this.renderer = renderer;
|
|
51
|
+
this.elementRef = elementRef;
|
|
52
|
+
}
|
|
53
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorBaseDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
54
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorBaseDirective, inputs: { href: "href", hreflang: "hreflang", ping: "ping", referrerpolicy: "referrerpolicy", rel: "rel", target: "target", type: "type" }, ngImport: i0 }); }
|
|
55
|
+
}
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorBaseDirective, decorators: [{
|
|
57
|
+
type: Directive
|
|
58
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { href: [{
|
|
59
|
+
type: Input
|
|
60
|
+
}], hreflang: [{
|
|
61
|
+
type: Input
|
|
62
|
+
}], ping: [{
|
|
63
|
+
type: Input
|
|
64
|
+
}], referrerpolicy: [{
|
|
65
|
+
type: Input
|
|
66
|
+
}], rel: [{
|
|
67
|
+
type: Input
|
|
68
|
+
}], target: [{
|
|
69
|
+
type: Input
|
|
70
|
+
}], type: [{
|
|
71
|
+
type: Input
|
|
72
|
+
}] } });
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci1iYXNlLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3NyYy9kaXJlY3RpdmVzL2FuY2hvci1iYXNlL25pbWJsZS1hbmNob3ItYmFzZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQWEsTUFBTSxlQUFlLENBQUM7O0FBR3hFOztHQUVHO0FBRUgsTUFBTSxPQUFPLHlCQUF5QjtJQUNsQyxJQUFXLElBQUk7UUFDWCxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQztJQUM5QyxDQUFDO0lBRUQsSUFBb0IsSUFBSSxDQUFDLEtBQWE7UUFDbEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsTUFBTSxFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQzVFLENBQUM7SUFFRCxJQUFXLFFBQVE7UUFDZixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLFFBQVEsQ0FBQztJQUNsRCxDQUFDO0lBRUQsSUFBb0IsUUFBUSxDQUFDLEtBQWE7UUFDdEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsVUFBVSxFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQ2hGLENBQUM7SUFFRCxJQUFXLElBQUk7UUFDWCxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQztJQUM5QyxDQUFDO0lBRUQsSUFBb0IsSUFBSSxDQUFDLEtBQWE7UUFDbEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsTUFBTSxFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQzVFLENBQUM7SUFFRCxJQUFXLGNBQWM7UUFDckIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxjQUFjLENBQUM7SUFDeEQsQ0FBQztJQUVELElBQW9CLGNBQWMsQ0FBQyxLQUFhO1FBQzVDLElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLGdCQUFnQixFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQ3RGLENBQUM7SUFFRCxJQUFXLEdBQUc7UUFDVixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQztJQUM3QyxDQUFDO0lBRUQsSUFBb0IsR0FBRyxDQUFDLEtBQWE7UUFDakMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsS0FBSyxFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQzNFLENBQUM7SUFFRCxJQUFXLE1BQU07UUFDYixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLE1BQU0sQ0FBQztJQUNoRCxDQUFDO0lBRUQsSUFBb0IsTUFBTSxDQUFDLEtBQWE7UUFDcEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsUUFBUSxFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQzlFLENBQUM7SUFFRCxJQUFXLElBQUk7UUFDWCxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQztJQUM5QyxDQUFDO0lBRUQsSUFBb0IsSUFBSSxDQUFDLEtBQWE7UUFDbEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsTUFBTSxFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQzVFLENBQUM7SUFFRCxZQUFzQyxRQUFtQixFQUFxQixVQUF5QjtRQUFqRSxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQXFCLGVBQVUsR0FBVixVQUFVLENBQWU7SUFBRyxDQUFDOytHQXpEbEcseUJBQXlCO21HQUF6Qix5QkFBeUI7OzRGQUF6Qix5QkFBeUI7a0JBRHJDLFNBQVM7eUhBTWMsSUFBSTtzQkFBdkIsS0FBSztnQkFRYyxRQUFRO3NCQUEzQixLQUFLO2dCQVFjLElBQUk7c0JBQXZCLEtBQUs7Z0JBUWMsY0FBYztzQkFBakMsS0FBSztnQkFRYyxHQUFHO3NCQUF0QixLQUFLO2dCQVFjLE1BQU07c0JBQXpCLEtBQUs7Z0JBUWMsSUFBSTtzQkFBdkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSW5wdXQsIFJlbmRlcmVyMiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHR5cGUgeyBBbmNob3JCYXNlIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2FuY2hvci1iYXNlJztcblxuLyoqXG4gKiBCYXNlIGNsYXNzIGZvciBkaXJlY3RpdmVzIHByb3ZpZGluZyBsaW5rIGF0dHJpYnV0ZXMuXG4gKi9cbkBEaXJlY3RpdmUoKVxuZXhwb3J0IGNsYXNzIE5pbWJsZUFuY2hvckJhc2VEaXJlY3RpdmU8VCBleHRlbmRzIEFuY2hvckJhc2U+IHtcbiAgICBwdWJsaWMgZ2V0IGhyZWYoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmhyZWY7XG4gICAgfVxuXG4gICAgQElucHV0KCkgcHVibGljIHNldCBocmVmKHZhbHVlOiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ2hyZWYnLCB2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBocmVmbGFuZygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuaHJlZmxhbmc7XG4gICAgfVxuXG4gICAgQElucHV0KCkgcHVibGljIHNldCBocmVmbGFuZyh2YWx1ZTogc3RyaW5nKSB7XG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsICdocmVmbGFuZycsIHZhbHVlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IHBpbmcoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnBpbmc7XG4gICAgfVxuXG4gICAgQElucHV0KCkgcHVibGljIHNldCBwaW5nKHZhbHVlOiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ3BpbmcnLCB2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCByZWZlcnJlcnBvbGljeSgpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQucmVmZXJyZXJwb2xpY3k7XG4gICAgfVxuXG4gICAgQElucHV0KCkgcHVibGljIHNldCByZWZlcnJlcnBvbGljeSh2YWx1ZTogc3RyaW5nKSB7XG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsICdyZWZlcnJlcnBvbGljeScsIHZhbHVlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IHJlbCgpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQucmVsO1xuICAgIH1cblxuICAgIEBJbnB1dCgpIHB1YmxpYyBzZXQgcmVsKHZhbHVlOiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ3JlbCcsIHZhbHVlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IHRhcmdldCgpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQudGFyZ2V0O1xuICAgIH1cblxuICAgIEBJbnB1dCgpIHB1YmxpYyBzZXQgdGFyZ2V0KHZhbHVlOiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ3RhcmdldCcsIHZhbHVlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IHR5cGUoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnR5cGU7XG4gICAgfVxuXG4gICAgQElucHV0KCkgcHVibGljIHNldCB0eXBlKHZhbHVlOiBzdHJpbmcpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ3R5cGUnLCB2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHVibGljIGNvbnN0cnVjdG9yKHByb3RlY3RlZCByZWFkb25seSByZW5kZXJlcjogUmVuZGVyZXIyLCBwcm90ZWN0ZWQgcmVhZG9ubHkgZWxlbWVudFJlZjogRWxlbWVudFJlZjxUPikge31cbn0iXX0=
|
package/esm2022/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.mjs
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import { DisableableRouterLinkWithHrefDirective } from '../anchor-base/disableable-router-link-with-href.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Selectors used for built-in Angular RouterLink directives:
|
|
6
|
+
* RouterLink: ':not(a):not(area)[routerLink]'
|
|
7
|
+
* RouterLinkWithHref: 'a[routerLink],area[routerLink]'
|
|
8
|
+
*
|
|
9
|
+
* See https://github.com/angular/angular/blob/5957ff4163f55d814be2cf80b9909244f1ce5262/packages/router/src/directives/router_link.ts
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Directive to handle nimble-anchor-button RouterLink support.
|
|
13
|
+
* Note: Clients need to use [nimbleRouterLink] instead of [routerLink], so that there
|
|
14
|
+
* won't also be an active RouterLink directive incorrectly handling navigation.
|
|
15
|
+
*/
|
|
16
|
+
export class NimbleAnchorButtonRouterLinkWithHrefDirective extends DisableableRouterLinkWithHrefDirective {
|
|
17
|
+
set nimbleRouterLink(commands) {
|
|
18
|
+
this.routerLink = commands;
|
|
19
|
+
}
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonRouterLinkWithHrefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
21
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorButtonRouterLinkWithHrefDirective, selector: "nimble-anchor-button[nimbleRouterLink]", inputs: { nimbleRouterLink: "nimbleRouterLink" }, usesInheritance: true, ngImport: i0 }); }
|
|
22
|
+
}
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonRouterLinkWithHrefDirective, decorators: [{
|
|
24
|
+
type: Directive,
|
|
25
|
+
args: [{ selector: 'nimble-anchor-button[nimbleRouterLink]' }]
|
|
26
|
+
}], propDecorators: { nimbleRouterLink: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}] } });
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci1idXR0b24tcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3NyYy9kaXJlY3RpdmVzL2FuY2hvci1idXR0b24vbmltYmxlLWFuY2hvci1idXR0b24tcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQUUsc0NBQXNDLEVBQUUsTUFBTSw0REFBNEQsQ0FBQzs7QUFFcEg7Ozs7OztHQU1HO0FBRUg7Ozs7R0FJRztBQUVILE1BQU0sT0FBTyw2Q0FBOEMsU0FBUSxzQ0FBb0Q7SUFDbkgsSUFDVyxnQkFBZ0IsQ0FBQyxRQUE2QztRQUNyRSxJQUFJLENBQUMsVUFBVSxHQUFHLFFBQVEsQ0FBQztJQUMvQixDQUFDOytHQUpRLDZDQUE2QzttR0FBN0MsNkNBQTZDOzs0RkFBN0MsNkNBQTZDO2tCQUR6RCxTQUFTO21CQUFDLEVBQUUsUUFBUSxFQUFFLHdDQUF3QyxFQUFFOzhCQUdsRCxnQkFBZ0I7c0JBRDFCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgdHlwZSB7IEFuY2hvckJ1dHRvbiB9IGZyb20gJy4vbmltYmxlLWFuY2hvci1idXR0b24uZGlyZWN0aXZlJztcbmltcG9ydCB7IERpc2FibGVhYmxlUm91dGVyTGlua1dpdGhIcmVmRGlyZWN0aXZlIH0gZnJvbSAnLi4vYW5jaG9yLWJhc2UvZGlzYWJsZWFibGUtcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZSc7XG5cbi8qKlxuICogU2VsZWN0b3JzIHVzZWQgZm9yIGJ1aWx0LWluIEFuZ3VsYXIgUm91dGVyTGluayBkaXJlY3RpdmVzOlxuICogUm91dGVyTGluazogJzpub3QoYSk6bm90KGFyZWEpW3JvdXRlckxpbmtdJ1xuICogUm91dGVyTGlua1dpdGhIcmVmOiAnYVtyb3V0ZXJMaW5rXSxhcmVhW3JvdXRlckxpbmtdJ1xuICpcbiAqIFNlZSBodHRwczovL2dpdGh1Yi5jb20vYW5ndWxhci9hbmd1bGFyL2Jsb2IvNTk1N2ZmNDE2M2Y1NWQ4MTRiZTJjZjgwYjk5MDkyNDRmMWNlNTI2Mi9wYWNrYWdlcy9yb3V0ZXIvc3JjL2RpcmVjdGl2ZXMvcm91dGVyX2xpbmsudHNcbiAqL1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBoYW5kbGUgbmltYmxlLWFuY2hvci1idXR0b24gUm91dGVyTGluayBzdXBwb3J0LlxuICogTm90ZTogQ2xpZW50cyBuZWVkIHRvIHVzZSBbbmltYmxlUm91dGVyTGlua10gaW5zdGVhZCBvZiBbcm91dGVyTGlua10sIHNvIHRoYXQgdGhlcmVcbiAqIHdvbid0IGFsc28gYmUgYW4gYWN0aXZlIFJvdXRlckxpbmsgZGlyZWN0aXZlIGluY29ycmVjdGx5IGhhbmRsaW5nIG5hdmlnYXRpb24uXG4gKi9cbkBEaXJlY3RpdmUoeyBzZWxlY3RvcjogJ25pbWJsZS1hbmNob3ItYnV0dG9uW25pbWJsZVJvdXRlckxpbmtdJyB9KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUFuY2hvckJ1dHRvblJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZSBleHRlbmRzIERpc2FibGVhYmxlUm91dGVyTGlua1dpdGhIcmVmRGlyZWN0aXZlPEFuY2hvckJ1dHRvbj4ge1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNldCBuaW1ibGVSb3V0ZXJMaW5rKGNvbW1hbmRzOiBuZXZlcltdIHwgc3RyaW5nIHwgbnVsbCB8IHVuZGVmaW5lZCkge1xuICAgICAgICB0aGlzLnJvdXRlckxpbmsgPSBjb21tYW5kcztcbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Directive } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive used solely to point consumers to use [nimbleRouterLink] / NimbleAnchorButtonRouterLinkWithHrefDirective.
|
|
5
|
+
*
|
|
6
|
+
* @see NimbleAnchorButtonRouterLinkWithHrefDirective
|
|
7
|
+
*/
|
|
8
|
+
export class NimbleAnchorButtonRouterLinkDirective {
|
|
9
|
+
constructor() {
|
|
10
|
+
throw new Error('Use [nimbleRouterLink] instead of [routerLink].');
|
|
11
|
+
}
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorButtonRouterLinkDirective, selector: "nimble-anchor-button[routerLink]", ngImport: i0 }); }
|
|
14
|
+
}
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonRouterLinkDirective, decorators: [{
|
|
16
|
+
type: Directive,
|
|
17
|
+
args: [{ selector: 'nimble-anchor-button[routerLink]' }]
|
|
18
|
+
}], ctorParameters: function () { return []; } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci1idXR0b24tcm91dGVyLWxpbmsuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvYW5jaG9yLWJ1dHRvbi9uaW1ibGUtYW5jaG9yLWJ1dHRvbi1yb3V0ZXItbGluay5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFMUM7Ozs7R0FJRztBQUVILE1BQU0sT0FBTyxxQ0FBcUM7SUFDOUM7UUFDSSxNQUFNLElBQUksS0FBSyxDQUFDLGlEQUFpRCxDQUFDLENBQUM7SUFDdkUsQ0FBQzsrR0FIUSxxQ0FBcUM7bUdBQXJDLHFDQUFxQzs7NEZBQXJDLHFDQUFxQztrQkFEakQsU0FBUzttQkFBQyxFQUFFLFFBQVEsRUFBRSxrQ0FBa0MsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIERpcmVjdGl2ZSB1c2VkIHNvbGVseSB0byBwb2ludCBjb25zdW1lcnMgdG8gdXNlIFtuaW1ibGVSb3V0ZXJMaW5rXSAvIE5pbWJsZUFuY2hvckJ1dHRvblJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZS5cbiAqXG4gKiBAc2VlIE5pbWJsZUFuY2hvckJ1dHRvblJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZVxuICovXG5ARGlyZWN0aXZlKHsgc2VsZWN0b3I6ICduaW1ibGUtYW5jaG9yLWJ1dHRvbltyb3V0ZXJMaW5rXScgfSlcbmV4cG9ydCBjbGFzcyBOaW1ibGVBbmNob3JCdXR0b25Sb3V0ZXJMaW5rRGlyZWN0aXZlIHtcbiAgICBwdWJsaWMgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHRocm93IG5ldyBFcnJvcignVXNlIFtuaW1ibGVSb3V0ZXJMaW5rXSBpbnN0ZWFkIG9mIFtyb3V0ZXJMaW5rXS4nKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import { anchorButtonTag } from '@ni/nimble-components/dist/esm/anchor-button';
|
|
3
|
+
import { toBooleanProperty } from '@ni/nimble-angular/internal-utilities';
|
|
4
|
+
import { NimbleAnchorBaseDirective } from '../anchor-base/nimble-anchor-base.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export { anchorButtonTag };
|
|
7
|
+
/**
|
|
8
|
+
* Directive to provide Angular integration for the anchor button.
|
|
9
|
+
*/
|
|
10
|
+
export class NimbleAnchorButtonDirective extends NimbleAnchorBaseDirective {
|
|
11
|
+
get appearance() {
|
|
12
|
+
return this.elementRef.nativeElement.appearance;
|
|
13
|
+
}
|
|
14
|
+
set appearance(value) {
|
|
15
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'appearance', value);
|
|
16
|
+
}
|
|
17
|
+
get appearanceVariant() {
|
|
18
|
+
return this.elementRef.nativeElement.appearanceVariant;
|
|
19
|
+
}
|
|
20
|
+
set appearanceVariant(value) {
|
|
21
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'appearanceVariant', value);
|
|
22
|
+
}
|
|
23
|
+
get contentHidden() {
|
|
24
|
+
return this.elementRef.nativeElement.contentHidden;
|
|
25
|
+
}
|
|
26
|
+
set contentHidden(value) {
|
|
27
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'contentHidden', toBooleanProperty(value));
|
|
28
|
+
}
|
|
29
|
+
get disabled() {
|
|
30
|
+
return this.elementRef.nativeElement.disabled;
|
|
31
|
+
}
|
|
32
|
+
set disabled(value) {
|
|
33
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));
|
|
34
|
+
}
|
|
35
|
+
constructor(renderer, elementRef) {
|
|
36
|
+
super(renderer, elementRef);
|
|
37
|
+
}
|
|
38
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
39
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorButtonDirective, selector: "nimble-anchor-button", inputs: { appearance: "appearance", appearanceVariant: ["appearance-variant", "appearanceVariant"], contentHidden: ["content-hidden", "contentHidden"], disabled: "disabled" }, usesInheritance: true, ngImport: i0 }); }
|
|
40
|
+
}
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonDirective, decorators: [{
|
|
42
|
+
type: Directive,
|
|
43
|
+
args: [{
|
|
44
|
+
selector: 'nimble-anchor-button'
|
|
45
|
+
}]
|
|
46
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { appearance: [{
|
|
47
|
+
type: Input
|
|
48
|
+
}], appearanceVariant: [{
|
|
49
|
+
type: Input,
|
|
50
|
+
args: ['appearance-variant']
|
|
51
|
+
}], contentHidden: [{
|
|
52
|
+
type: Input,
|
|
53
|
+
args: ['content-hidden']
|
|
54
|
+
}], disabled: [{
|
|
55
|
+
type: Input
|
|
56
|
+
}] } });
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci1idXR0b24uZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvYW5jaG9yLWJ1dHRvbi9uaW1ibGUtYW5jaG9yLWJ1dHRvbi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDeEUsT0FBTyxFQUFxQixlQUFlLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUVsRyxPQUFPLEVBQTJCLGlCQUFpQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDbkcsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNkNBQTZDLENBQUM7O0FBR3hGLE9BQU8sRUFBRSxlQUFlLEVBQUUsQ0FBQztBQUUzQjs7R0FFRztBQUlILE1BQU0sT0FBTywyQkFBNEIsU0FBUSx5QkFBdUM7SUFDcEYsSUFBVyxVQUFVO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDO0lBQ3BELENBQUM7SUFFRCxJQUFvQixVQUFVLENBQUMsS0FBdUI7UUFDbEQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsWUFBWSxFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQ2xGLENBQUM7SUFFRCxJQUFXLGlCQUFpQjtRQUN4QixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLGlCQUFpQixDQUFDO0lBQzNELENBQUM7SUFFRCxJQUF3QyxpQkFBaUIsQ0FBQyxLQUE4QjtRQUNwRixJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxtQkFBbUIsRUFBRSxLQUFLLENBQUMsQ0FBQztJQUN6RixDQUFDO0lBRUQsSUFBVyxhQUFhO1FBQ3BCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsYUFBYSxDQUFDO0lBQ3ZELENBQUM7SUFFRCxJQUFvQyxhQUFhLENBQUMsS0FBOEI7UUFDNUUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsZUFBZSxFQUFFLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDeEcsQ0FBQztJQUVELElBQVcsUUFBUTtRQUNmLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDO0lBQ2xELENBQUM7SUFFRCxJQUFvQixRQUFRLENBQUMsS0FBOEI7UUFDdkQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsVUFBVSxFQUFFLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDbkcsQ0FBQztJQUVELFlBQW1CLFFBQW1CLEVBQUUsVUFBb0M7UUFDeEUsS0FBSyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztJQUNoQyxDQUFDOytHQW5DUSwyQkFBMkI7bUdBQTNCLDJCQUEyQjs7NEZBQTNCLDJCQUEyQjtrQkFIdkMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsc0JBQXNCO2lCQUNuQzt5SEFNdUIsVUFBVTtzQkFBN0IsS0FBSztnQkFRa0MsaUJBQWlCO3NCQUF4RCxLQUFLO3VCQUFDLG9CQUFvQjtnQkFRUyxhQUFhO3NCQUFoRCxLQUFLO3VCQUFDLGdCQUFnQjtnQkFRSCxRQUFRO3NCQUEzQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBJbnB1dCwgUmVuZGVyZXIyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyB0eXBlIEFuY2hvckJ1dHRvbiwgYW5jaG9yQnV0dG9uVGFnIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2FuY2hvci1idXR0b24nO1xuaW1wb3J0IHR5cGUgeyBCdXR0b25BcHBlYXJhbmNlLCBCdXR0b25BcHBlYXJhbmNlVmFyaWFudCB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9hbmNob3ItYnV0dG9uL3R5cGVzJztcbmltcG9ydCB7IEJvb2xlYW5WYWx1ZU9yQXR0cmlidXRlLCB0b0Jvb2xlYW5Qcm9wZXJ0eSB9IGZyb20gJ0BuaS9uaW1ibGUtYW5ndWxhci9pbnRlcm5hbC11dGlsaXRpZXMnO1xuaW1wb3J0IHsgTmltYmxlQW5jaG9yQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uL2FuY2hvci1iYXNlL25pbWJsZS1hbmNob3ItYmFzZS5kaXJlY3RpdmUnO1xuXG5leHBvcnQgdHlwZSB7IEFuY2hvckJ1dHRvbiB9O1xuZXhwb3J0IHsgYW5jaG9yQnV0dG9uVGFnIH07XG5cbi8qKlxuICogRGlyZWN0aXZlIHRvIHByb3ZpZGUgQW5ndWxhciBpbnRlZ3JhdGlvbiBmb3IgdGhlIGFuY2hvciBidXR0b24uXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnbmltYmxlLWFuY2hvci1idXR0b24nXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUFuY2hvckJ1dHRvbkRpcmVjdGl2ZSBleHRlbmRzIE5pbWJsZUFuY2hvckJhc2VEaXJlY3RpdmU8QW5jaG9yQnV0dG9uPiB7XG4gICAgcHVibGljIGdldCBhcHBlYXJhbmNlKCk6IEJ1dHRvbkFwcGVhcmFuY2Uge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuYXBwZWFyYW5jZTtcbiAgICB9XG5cbiAgICBASW5wdXQoKSBwdWJsaWMgc2V0IGFwcGVhcmFuY2UodmFsdWU6IEJ1dHRvbkFwcGVhcmFuY2UpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ2FwcGVhcmFuY2UnLCB2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBhcHBlYXJhbmNlVmFyaWFudCgpOiBCdXR0b25BcHBlYXJhbmNlVmFyaWFudCB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5hcHBlYXJhbmNlVmFyaWFudDtcbiAgICB9XG5cbiAgICBASW5wdXQoJ2FwcGVhcmFuY2UtdmFyaWFudCcpIHB1YmxpYyBzZXQgYXBwZWFyYW5jZVZhcmlhbnQodmFsdWU6IEJ1dHRvbkFwcGVhcmFuY2VWYXJpYW50KSB7XG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsICdhcHBlYXJhbmNlVmFyaWFudCcsIHZhbHVlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IGNvbnRlbnRIaWRkZW4oKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5jb250ZW50SGlkZGVuO1xuICAgIH1cblxuICAgIEBJbnB1dCgnY29udGVudC1oaWRkZW4nKSBwdWJsaWMgc2V0IGNvbnRlbnRIaWRkZW4odmFsdWU6IEJvb2xlYW5WYWx1ZU9yQXR0cmlidXRlKSB7XG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsICdjb250ZW50SGlkZGVuJywgdG9Cb29sZWFuUHJvcGVydHkodmFsdWUpKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IGRpc2FibGVkKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuZGlzYWJsZWQ7XG4gICAgfVxuXG4gICAgQElucHV0KCkgcHVibGljIHNldCBkaXNhYmxlZCh2YWx1ZTogQm9vbGVhblZhbHVlT3JBdHRyaWJ1dGUpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ2Rpc2FibGVkJywgdG9Cb29sZWFuUHJvcGVydHkodmFsdWUpKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgY29uc3RydWN0b3IocmVuZGVyZXI6IFJlbmRlcmVyMiwgZWxlbWVudFJlZjogRWxlbWVudFJlZjxBbmNob3JCdXR0b24+KSB7XG4gICAgICAgIHN1cGVyKHJlbmRlcmVyLCBlbGVtZW50UmVmKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { NimbleAnchorButtonDirective } from './nimble-anchor-button.directive';
|
|
4
|
+
import { NimbleAnchorButtonRouterLinkDirective } from './nimble-anchor-button-router-link.directive';
|
|
5
|
+
import { NimbleAnchorButtonRouterLinkWithHrefDirective } from './nimble-anchor-button-router-link-with-href.directive';
|
|
6
|
+
import '@ni/nimble-components/dist/esm/anchor-button';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export class NimbleAnchorButtonModule {
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonModule, declarations: [NimbleAnchorButtonDirective, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective], imports: [CommonModule], exports: [NimbleAnchorButtonDirective, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective] }); }
|
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonModule, imports: [CommonModule] }); }
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorButtonModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
declarations: [NimbleAnchorButtonDirective, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective],
|
|
17
|
+
imports: [CommonModule],
|
|
18
|
+
exports: [NimbleAnchorButtonDirective, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective]
|
|
19
|
+
}]
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci1idXR0b24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvYW5jaG9yLWJ1dHRvbi9uaW1ibGUtYW5jaG9yLWJ1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDL0UsT0FBTyxFQUFFLHFDQUFxQyxFQUFFLE1BQU0sOENBQThDLENBQUM7QUFDckcsT0FBTyxFQUFFLDZDQUE2QyxFQUFFLE1BQU0sd0RBQXdELENBQUM7QUFFdkgsT0FBTyw4Q0FBOEMsQ0FBQzs7QUFPdEQsTUFBTSxPQUFPLHdCQUF3QjsrR0FBeEIsd0JBQXdCO2dIQUF4Qix3QkFBd0IsaUJBSmxCLDJCQUEyQixFQUFFLHFDQUFxQyxFQUFFLDZDQUE2QyxhQUN0SCxZQUFZLGFBQ1osMkJBQTJCLEVBQUUscUNBQXFDLEVBQUUsNkNBQTZDO2dIQUVsSCx3QkFBd0IsWUFIdkIsWUFBWTs7NEZBR2Isd0JBQXdCO2tCQUxwQyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLDJCQUEyQixFQUFFLHFDQUFxQyxFQUFFLDZDQUE2QyxDQUFDO29CQUNqSSxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixFQUFFLHFDQUFxQyxFQUFFLDZDQUE2QyxDQUFDO2lCQUMvSCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlQW5jaG9yQnV0dG9uRGlyZWN0aXZlIH0gZnJvbSAnLi9uaW1ibGUtYW5jaG9yLWJ1dHRvbi5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgTmltYmxlQW5jaG9yQnV0dG9uUm91dGVyTGlua0RpcmVjdGl2ZSB9IGZyb20gJy4vbmltYmxlLWFuY2hvci1idXR0b24tcm91dGVyLWxpbmsuZGlyZWN0aXZlJztcbmltcG9ydCB7IE5pbWJsZUFuY2hvckJ1dHRvblJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZSB9IGZyb20gJy4vbmltYmxlLWFuY2hvci1idXR0b24tcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2FuY2hvci1idXR0b24nO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZUFuY2hvckJ1dHRvbkRpcmVjdGl2ZSwgTmltYmxlQW5jaG9yQnV0dG9uUm91dGVyTGlua0RpcmVjdGl2ZSwgTmltYmxlQW5jaG9yQnV0dG9uUm91dGVyTGlua1dpdGhIcmVmRGlyZWN0aXZlXSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbTmltYmxlQW5jaG9yQnV0dG9uRGlyZWN0aXZlLCBOaW1ibGVBbmNob3JCdXR0b25Sb3V0ZXJMaW5rRGlyZWN0aXZlLCBOaW1ibGVBbmNob3JCdXR0b25Sb3V0ZXJMaW5rV2l0aEhyZWZEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUFuY2hvckJ1dHRvbk1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import { DisableableRouterLinkWithHrefDirective } from '../anchor-base/disableable-router-link-with-href.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Selectors used for built-in Angular RouterLink directives:
|
|
6
|
+
* RouterLink: ':not(a):not(area)[routerLink]'
|
|
7
|
+
* RouterLinkWithHref: 'a[routerLink],area[routerLink]'
|
|
8
|
+
*
|
|
9
|
+
* See https://github.com/angular/angular/blob/5957ff4163f55d814be2cf80b9909244f1ce5262/packages/router/src/directives/router_link.ts
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Directive to handle nimble-anchor-menu-item RouterLink support.
|
|
13
|
+
* Note: Clients need to use [nimbleRouterLink] instead of [routerLink], so that there
|
|
14
|
+
* won't also be an active RouterLink directive incorrectly handling navigation.
|
|
15
|
+
*/
|
|
16
|
+
export class NimbleAnchorMenuItemRouterLinkWithHrefDirective extends DisableableRouterLinkWithHrefDirective {
|
|
17
|
+
set nimbleRouterLink(commands) {
|
|
18
|
+
this.routerLink = commands;
|
|
19
|
+
}
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemRouterLinkWithHrefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
21
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorMenuItemRouterLinkWithHrefDirective, selector: "nimble-anchor-menu-item[nimbleRouterLink]", inputs: { nimbleRouterLink: "nimbleRouterLink" }, usesInheritance: true, ngImport: i0 }); }
|
|
22
|
+
}
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemRouterLinkWithHrefDirective, decorators: [{
|
|
24
|
+
type: Directive,
|
|
25
|
+
args: [{ selector: 'nimble-anchor-menu-item[nimbleRouterLink]' }]
|
|
26
|
+
}], propDecorators: { nimbleRouterLink: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}] } });
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci1tZW51LWl0ZW0tcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3NyYy9kaXJlY3RpdmVzL2FuY2hvci1tZW51LWl0ZW0vbmltYmxlLWFuY2hvci1tZW51LWl0ZW0tcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQUUsc0NBQXNDLEVBQUUsTUFBTSw0REFBNEQsQ0FBQzs7QUFFcEg7Ozs7OztHQU1HO0FBRUg7Ozs7R0FJRztBQUVILE1BQU0sT0FBTywrQ0FBZ0QsU0FBUSxzQ0FBc0Q7SUFDdkgsSUFDVyxnQkFBZ0IsQ0FBQyxRQUE2QztRQUNyRSxJQUFJLENBQUMsVUFBVSxHQUFHLFFBQVEsQ0FBQztJQUMvQixDQUFDOytHQUpRLCtDQUErQzttR0FBL0MsK0NBQStDOzs0RkFBL0MsK0NBQStDO2tCQUQzRCxTQUFTO21CQUFDLEVBQUUsUUFBUSxFQUFFLDJDQUEyQyxFQUFFOzhCQUdyRCxnQkFBZ0I7c0JBRDFCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgdHlwZSB7IEFuY2hvck1lbnVJdGVtIH0gZnJvbSAnLi9uaW1ibGUtYW5jaG9yLW1lbnUtaXRlbS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGlzYWJsZWFibGVSb3V0ZXJMaW5rV2l0aEhyZWZEaXJlY3RpdmUgfSBmcm9tICcuLi9hbmNob3ItYmFzZS9kaXNhYmxlYWJsZS1yb3V0ZXItbGluay13aXRoLWhyZWYuZGlyZWN0aXZlJztcblxuLyoqXG4gKiBTZWxlY3RvcnMgdXNlZCBmb3IgYnVpbHQtaW4gQW5ndWxhciBSb3V0ZXJMaW5rIGRpcmVjdGl2ZXM6XG4gKiBSb3V0ZXJMaW5rOiAnOm5vdChhKTpub3QoYXJlYSlbcm91dGVyTGlua10nXG4gKiBSb3V0ZXJMaW5rV2l0aEhyZWY6ICdhW3JvdXRlckxpbmtdLGFyZWFbcm91dGVyTGlua10nXG4gKlxuICogU2VlIGh0dHBzOi8vZ2l0aHViLmNvbS9hbmd1bGFyL2FuZ3VsYXIvYmxvYi81OTU3ZmY0MTYzZjU1ZDgxNGJlMmNmODBiOTkwOTI0NGYxY2U1MjYyL3BhY2thZ2VzL3JvdXRlci9zcmMvZGlyZWN0aXZlcy9yb3V0ZXJfbGluay50c1xuICovXG5cbi8qKlxuICogRGlyZWN0aXZlIHRvIGhhbmRsZSBuaW1ibGUtYW5jaG9yLW1lbnUtaXRlbSBSb3V0ZXJMaW5rIHN1cHBvcnQuXG4gKiBOb3RlOiBDbGllbnRzIG5lZWQgdG8gdXNlIFtuaW1ibGVSb3V0ZXJMaW5rXSBpbnN0ZWFkIG9mIFtyb3V0ZXJMaW5rXSwgc28gdGhhdCB0aGVyZVxuICogd29uJ3QgYWxzbyBiZSBhbiBhY3RpdmUgUm91dGVyTGluayBkaXJlY3RpdmUgaW5jb3JyZWN0bHkgaGFuZGxpbmcgbmF2aWdhdGlvbi5cbiAqL1xuQERpcmVjdGl2ZSh7IHNlbGVjdG9yOiAnbmltYmxlLWFuY2hvci1tZW51LWl0ZW1bbmltYmxlUm91dGVyTGlua10nIH0pXG5leHBvcnQgY2xhc3MgTmltYmxlQW5jaG9yTWVudUl0ZW1Sb3V0ZXJMaW5rV2l0aEhyZWZEaXJlY3RpdmUgZXh0ZW5kcyBEaXNhYmxlYWJsZVJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZTxBbmNob3JNZW51SXRlbT4ge1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNldCBuaW1ibGVSb3V0ZXJMaW5rKGNvbW1hbmRzOiBuZXZlcltdIHwgc3RyaW5nIHwgbnVsbCB8IHVuZGVmaW5lZCkge1xuICAgICAgICB0aGlzLnJvdXRlckxpbmsgPSBjb21tYW5kcztcbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Directive } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive used solely to point consumers to use [nimbleRouterLink] / NimbleAnchorMenuItemRouterLinkWithHrefDirective.
|
|
5
|
+
*
|
|
6
|
+
* @see NimbleAnchorMenuItemRouterLinkWithHrefDirective
|
|
7
|
+
*/
|
|
8
|
+
export class NimbleAnchorMenuItemRouterLinkDirective {
|
|
9
|
+
constructor() {
|
|
10
|
+
throw new Error('Use [nimbleRouterLink] instead of [routerLink].');
|
|
11
|
+
}
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorMenuItemRouterLinkDirective, selector: "nimble-anchor-menu-item[routerLink]", ngImport: i0 }); }
|
|
14
|
+
}
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemRouterLinkDirective, decorators: [{
|
|
16
|
+
type: Directive,
|
|
17
|
+
args: [{ selector: 'nimble-anchor-menu-item[routerLink]' }]
|
|
18
|
+
}], ctorParameters: function () { return []; } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci1tZW51LWl0ZW0tcm91dGVyLWxpbmsuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvYW5jaG9yLW1lbnUtaXRlbS9uaW1ibGUtYW5jaG9yLW1lbnUtaXRlbS1yb3V0ZXItbGluay5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFMUM7Ozs7R0FJRztBQUVILE1BQU0sT0FBTyx1Q0FBdUM7SUFDaEQ7UUFDSSxNQUFNLElBQUksS0FBSyxDQUFDLGlEQUFpRCxDQUFDLENBQUM7SUFDdkUsQ0FBQzsrR0FIUSx1Q0FBdUM7bUdBQXZDLHVDQUF1Qzs7NEZBQXZDLHVDQUF1QztrQkFEbkQsU0FBUzttQkFBQyxFQUFFLFFBQVEsRUFBRSxxQ0FBcUMsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIERpcmVjdGl2ZSB1c2VkIHNvbGVseSB0byBwb2ludCBjb25zdW1lcnMgdG8gdXNlIFtuaW1ibGVSb3V0ZXJMaW5rXSAvIE5pbWJsZUFuY2hvck1lbnVJdGVtUm91dGVyTGlua1dpdGhIcmVmRGlyZWN0aXZlLlxuICpcbiAqIEBzZWUgTmltYmxlQW5jaG9yTWVudUl0ZW1Sb3V0ZXJMaW5rV2l0aEhyZWZEaXJlY3RpdmVcbiAqL1xuQERpcmVjdGl2ZSh7IHNlbGVjdG9yOiAnbmltYmxlLWFuY2hvci1tZW51LWl0ZW1bcm91dGVyTGlua10nIH0pXG5leHBvcnQgY2xhc3MgTmltYmxlQW5jaG9yTWVudUl0ZW1Sb3V0ZXJMaW5rRGlyZWN0aXZlIHtcbiAgICBwdWJsaWMgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHRocm93IG5ldyBFcnJvcignVXNlIFtuaW1ibGVSb3V0ZXJMaW5rXSBpbnN0ZWFkIG9mIFtyb3V0ZXJMaW5rXS4nKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import { anchorMenuItemTag } from '@ni/nimble-components/dist/esm/anchor-menu-item';
|
|
3
|
+
import { toBooleanProperty } from '@ni/nimble-angular/internal-utilities';
|
|
4
|
+
import { NimbleAnchorBaseDirective } from '../anchor-base/nimble-anchor-base.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export { anchorMenuItemTag };
|
|
7
|
+
/**
|
|
8
|
+
* Directive to provide Angular integration for the anchor menu item.
|
|
9
|
+
*/
|
|
10
|
+
export class NimbleAnchorMenuItemDirective extends NimbleAnchorBaseDirective {
|
|
11
|
+
get disabled() {
|
|
12
|
+
return this.elementRef.nativeElement.disabled;
|
|
13
|
+
}
|
|
14
|
+
set disabled(value) {
|
|
15
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));
|
|
16
|
+
}
|
|
17
|
+
constructor(renderer, elementRef) {
|
|
18
|
+
super(renderer, elementRef);
|
|
19
|
+
}
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
21
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorMenuItemDirective, selector: "nimble-anchor-menu-item", inputs: { disabled: "disabled" }, usesInheritance: true, ngImport: i0 }); }
|
|
22
|
+
}
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemDirective, decorators: [{
|
|
24
|
+
type: Directive,
|
|
25
|
+
args: [{
|
|
26
|
+
selector: 'nimble-anchor-menu-item'
|
|
27
|
+
}]
|
|
28
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { disabled: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}] } });
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci1tZW51LWl0ZW0uZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvYW5jaG9yLW1lbnUtaXRlbS9uaW1ibGUtYW5jaG9yLW1lbnUtaXRlbS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDeEUsT0FBTyxFQUF1QixpQkFBaUIsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBQ3pHLE9BQU8sRUFBMkIsaUJBQWlCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUNuRyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQzs7QUFHeEYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLENBQUM7QUFFN0I7O0dBRUc7QUFJSCxNQUFNLE9BQU8sNkJBQThCLFNBQVEseUJBQXlDO0lBQ3hGLElBQVcsUUFBUTtRQUNmLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDO0lBQ2xELENBQUM7SUFFRCxJQUFvQixRQUFRLENBQUMsS0FBOEI7UUFDdkQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsVUFBVSxFQUFFLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDbkcsQ0FBQztJQUVELFlBQW1CLFFBQW1CLEVBQUUsVUFBc0M7UUFDMUUsS0FBSyxDQUFDLFFBQVEsRUFBRSxVQUFVLENBQUMsQ0FBQztJQUNoQyxDQUFDOytHQVhRLDZCQUE2QjttR0FBN0IsNkJBQTZCOzs0RkFBN0IsNkJBQTZCO2tCQUh6QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx5QkFBeUI7aUJBQ3RDO3lIQU11QixRQUFRO3NCQUEzQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBJbnB1dCwgUmVuZGVyZXIyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyB0eXBlIEFuY2hvck1lbnVJdGVtLCBhbmNob3JNZW51SXRlbVRhZyB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9hbmNob3ItbWVudS1pdGVtJztcbmltcG9ydCB7IEJvb2xlYW5WYWx1ZU9yQXR0cmlidXRlLCB0b0Jvb2xlYW5Qcm9wZXJ0eSB9IGZyb20gJ0BuaS9uaW1ibGUtYW5ndWxhci9pbnRlcm5hbC11dGlsaXRpZXMnO1xuaW1wb3J0IHsgTmltYmxlQW5jaG9yQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uL2FuY2hvci1iYXNlL25pbWJsZS1hbmNob3ItYmFzZS5kaXJlY3RpdmUnO1xuXG5leHBvcnQgdHlwZSB7IEFuY2hvck1lbnVJdGVtIH07XG5leHBvcnQgeyBhbmNob3JNZW51SXRlbVRhZyB9O1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBwcm92aWRlIEFuZ3VsYXIgaW50ZWdyYXRpb24gZm9yIHRoZSBhbmNob3IgbWVudSBpdGVtLlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25pbWJsZS1hbmNob3ItbWVudS1pdGVtJ1xufSlcbmV4cG9ydCBjbGFzcyBOaW1ibGVBbmNob3JNZW51SXRlbURpcmVjdGl2ZSBleHRlbmRzIE5pbWJsZUFuY2hvckJhc2VEaXJlY3RpdmU8QW5jaG9yTWVudUl0ZW0+IHtcbiAgICBwdWJsaWMgZ2V0IGRpc2FibGVkKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuZGlzYWJsZWQ7XG4gICAgfVxuXG4gICAgQElucHV0KCkgcHVibGljIHNldCBkaXNhYmxlZCh2YWx1ZTogQm9vbGVhblZhbHVlT3JBdHRyaWJ1dGUpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ2Rpc2FibGVkJywgdG9Cb29sZWFuUHJvcGVydHkodmFsdWUpKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgY29uc3RydWN0b3IocmVuZGVyZXI6IFJlbmRlcmVyMiwgZWxlbWVudFJlZjogRWxlbWVudFJlZjxBbmNob3JNZW51SXRlbT4pIHtcbiAgICAgICAgc3VwZXIocmVuZGVyZXIsIGVsZW1lbnRSZWYpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { NimbleAnchorMenuItemDirective } from './nimble-anchor-menu-item.directive';
|
|
4
|
+
import '@ni/nimble-components/dist/esm/anchor-menu-item';
|
|
5
|
+
import { NimbleAnchorMenuItemRouterLinkWithHrefDirective } from './nimble-anchor-menu-item-router-link-with-href.directive';
|
|
6
|
+
import { NimbleAnchorMenuItemRouterLinkDirective } from './nimble-anchor-menu-item-router-link.directive';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export class NimbleAnchorMenuItemModule {
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemModule, declarations: [NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective], imports: [CommonModule], exports: [NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective] }); }
|
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemModule, imports: [CommonModule] }); }
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorMenuItemModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
declarations: [NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective],
|
|
17
|
+
imports: [CommonModule],
|
|
18
|
+
exports: [NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective]
|
|
19
|
+
}]
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci1tZW51LWl0ZW0ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvYW5jaG9yLW1lbnUtaXRlbS9uaW1ibGUtYW5jaG9yLW1lbnUtaXRlbS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFFcEYsT0FBTyxpREFBaUQsQ0FBQztBQUN6RCxPQUFPLEVBQUUsK0NBQStDLEVBQUUsTUFBTSwyREFBMkQsQ0FBQztBQUM1SCxPQUFPLEVBQUUsdUNBQXVDLEVBQUUsTUFBTSxpREFBaUQsQ0FBQzs7QUFPMUcsTUFBTSxPQUFPLDBCQUEwQjsrR0FBMUIsMEJBQTBCO2dIQUExQiwwQkFBMEIsaUJBSnBCLDZCQUE2QixFQUFFLHVDQUF1QyxFQUFFLCtDQUErQyxhQUM1SCxZQUFZLGFBQ1osNkJBQTZCLEVBQUUsdUNBQXVDLEVBQUUsK0NBQStDO2dIQUV4SCwwQkFBMEIsWUFIekIsWUFBWTs7NEZBR2IsMEJBQTBCO2tCQUx0QyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLDZCQUE2QixFQUFFLHVDQUF1QyxFQUFFLCtDQUErQyxDQUFDO29CQUN2SSxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLDZCQUE2QixFQUFFLHVDQUF1QyxFQUFFLCtDQUErQyxDQUFDO2lCQUNySSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlQW5jaG9yTWVudUl0ZW1EaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1hbmNob3ItbWVudS1pdGVtLmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2FuY2hvci1tZW51LWl0ZW0nO1xuaW1wb3J0IHsgTmltYmxlQW5jaG9yTWVudUl0ZW1Sb3V0ZXJMaW5rV2l0aEhyZWZEaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1hbmNob3ItbWVudS1pdGVtLXJvdXRlci1saW5rLXdpdGgtaHJlZi5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgTmltYmxlQW5jaG9yTWVudUl0ZW1Sb3V0ZXJMaW5rRGlyZWN0aXZlIH0gZnJvbSAnLi9uaW1ibGUtYW5jaG9yLW1lbnUtaXRlbS1yb3V0ZXItbGluay5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZUFuY2hvck1lbnVJdGVtRGlyZWN0aXZlLCBOaW1ibGVBbmNob3JNZW51SXRlbVJvdXRlckxpbmtEaXJlY3RpdmUsIE5pbWJsZUFuY2hvck1lbnVJdGVtUm91dGVyTGlua1dpdGhIcmVmRGlyZWN0aXZlXSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbTmltYmxlQW5jaG9yTWVudUl0ZW1EaXJlY3RpdmUsIE5pbWJsZUFuY2hvck1lbnVJdGVtUm91dGVyTGlua0RpcmVjdGl2ZSwgTmltYmxlQW5jaG9yTWVudUl0ZW1Sb3V0ZXJMaW5rV2l0aEhyZWZEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUFuY2hvck1lbnVJdGVtTW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import { DisableableRouterLinkWithHrefDirective } from '../anchor-base/disableable-router-link-with-href.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Selectors used for built-in Angular RouterLink directives:
|
|
6
|
+
* RouterLink: ':not(a):not(area)[routerLink]'
|
|
7
|
+
* RouterLinkWithHref: 'a[routerLink],area[routerLink]'
|
|
8
|
+
*
|
|
9
|
+
* See https://github.com/angular/angular/blob/5957ff4163f55d814be2cf80b9909244f1ce5262/packages/router/src/directives/router_link.ts
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Directive to handle nimble-anchor-tab RouterLink support.
|
|
13
|
+
* Note: Clients need to use [nimbleRouterLink] instead of [routerLink], so that there
|
|
14
|
+
* won't also be an active RouterLink directive incorrectly handling navigation.
|
|
15
|
+
*/
|
|
16
|
+
export class NimbleAnchorTabRouterLinkWithHrefDirective extends DisableableRouterLinkWithHrefDirective {
|
|
17
|
+
set nimbleRouterLink(commands) {
|
|
18
|
+
this.routerLink = commands;
|
|
19
|
+
}
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabRouterLinkWithHrefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
21
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorTabRouterLinkWithHrefDirective, selector: "nimble-anchor-tab[nimbleRouterLink]", inputs: { nimbleRouterLink: "nimbleRouterLink" }, usesInheritance: true, ngImport: i0 }); }
|
|
22
|
+
}
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabRouterLinkWithHrefDirective, decorators: [{
|
|
24
|
+
type: Directive,
|
|
25
|
+
args: [{ selector: 'nimble-anchor-tab[nimbleRouterLink]' }]
|
|
26
|
+
}], propDecorators: { nimbleRouterLink: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}] } });
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci10YWItcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3NyYy9kaXJlY3RpdmVzL2FuY2hvci10YWIvbmltYmxlLWFuY2hvci10YWItcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQUUsc0NBQXNDLEVBQUUsTUFBTSw0REFBNEQsQ0FBQzs7QUFFcEg7Ozs7OztHQU1HO0FBRUg7Ozs7R0FJRztBQUVILE1BQU0sT0FBTywwQ0FBMkMsU0FBUSxzQ0FBaUQ7SUFDN0csSUFDVyxnQkFBZ0IsQ0FBQyxRQUE2QztRQUNyRSxJQUFJLENBQUMsVUFBVSxHQUFHLFFBQVEsQ0FBQztJQUMvQixDQUFDOytHQUpRLDBDQUEwQzttR0FBMUMsMENBQTBDOzs0RkFBMUMsMENBQTBDO2tCQUR0RCxTQUFTO21CQUFDLEVBQUUsUUFBUSxFQUFFLHFDQUFxQyxFQUFFOzhCQUcvQyxnQkFBZ0I7c0JBRDFCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgdHlwZSB7IEFuY2hvclRhYiB9IGZyb20gJy4vbmltYmxlLWFuY2hvci10YWIuZGlyZWN0aXZlJztcbmltcG9ydCB7IERpc2FibGVhYmxlUm91dGVyTGlua1dpdGhIcmVmRGlyZWN0aXZlIH0gZnJvbSAnLi4vYW5jaG9yLWJhc2UvZGlzYWJsZWFibGUtcm91dGVyLWxpbmstd2l0aC1ocmVmLmRpcmVjdGl2ZSc7XG5cbi8qKlxuICogU2VsZWN0b3JzIHVzZWQgZm9yIGJ1aWx0LWluIEFuZ3VsYXIgUm91dGVyTGluayBkaXJlY3RpdmVzOlxuICogUm91dGVyTGluazogJzpub3QoYSk6bm90KGFyZWEpW3JvdXRlckxpbmtdJ1xuICogUm91dGVyTGlua1dpdGhIcmVmOiAnYVtyb3V0ZXJMaW5rXSxhcmVhW3JvdXRlckxpbmtdJ1xuICpcbiAqIFNlZSBodHRwczovL2dpdGh1Yi5jb20vYW5ndWxhci9hbmd1bGFyL2Jsb2IvNTk1N2ZmNDE2M2Y1NWQ4MTRiZTJjZjgwYjk5MDkyNDRmMWNlNTI2Mi9wYWNrYWdlcy9yb3V0ZXIvc3JjL2RpcmVjdGl2ZXMvcm91dGVyX2xpbmsudHNcbiAqL1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBoYW5kbGUgbmltYmxlLWFuY2hvci10YWIgUm91dGVyTGluayBzdXBwb3J0LlxuICogTm90ZTogQ2xpZW50cyBuZWVkIHRvIHVzZSBbbmltYmxlUm91dGVyTGlua10gaW5zdGVhZCBvZiBbcm91dGVyTGlua10sIHNvIHRoYXQgdGhlcmVcbiAqIHdvbid0IGFsc28gYmUgYW4gYWN0aXZlIFJvdXRlckxpbmsgZGlyZWN0aXZlIGluY29ycmVjdGx5IGhhbmRsaW5nIG5hdmlnYXRpb24uXG4gKi9cbkBEaXJlY3RpdmUoeyBzZWxlY3RvcjogJ25pbWJsZS1hbmNob3ItdGFiW25pbWJsZVJvdXRlckxpbmtdJyB9KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUFuY2hvclRhYlJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZSBleHRlbmRzIERpc2FibGVhYmxlUm91dGVyTGlua1dpdGhIcmVmRGlyZWN0aXZlPEFuY2hvclRhYj4ge1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNldCBuaW1ibGVSb3V0ZXJMaW5rKGNvbW1hbmRzOiBuZXZlcltdIHwgc3RyaW5nIHwgbnVsbCB8IHVuZGVmaW5lZCkge1xuICAgICAgICB0aGlzLnJvdXRlckxpbmsgPSBjb21tYW5kcztcbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Directive } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Directive used solely to point consumers to use [nimbleRouterLink] / NimbleAnchorTabRouterLinkWithHrefDirective.
|
|
5
|
+
*
|
|
6
|
+
* @see NimbleAnchorTabRouterLinkWithHrefDirective
|
|
7
|
+
*/
|
|
8
|
+
export class NimbleAnchorTabRouterLinkDirective {
|
|
9
|
+
constructor() {
|
|
10
|
+
throw new Error('Use [nimbleRouterLink] instead of [routerLink].');
|
|
11
|
+
}
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorTabRouterLinkDirective, selector: "nimble-anchor-tab[routerLink]", ngImport: i0 }); }
|
|
14
|
+
}
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabRouterLinkDirective, decorators: [{
|
|
16
|
+
type: Directive,
|
|
17
|
+
args: [{ selector: 'nimble-anchor-tab[routerLink]' }]
|
|
18
|
+
}], ctorParameters: function () { return []; } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci10YWItcm91dGVyLWxpbmsuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvYW5jaG9yLXRhYi9uaW1ibGUtYW5jaG9yLXRhYi1yb3V0ZXItbGluay5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFMUM7Ozs7R0FJRztBQUVILE1BQU0sT0FBTyxrQ0FBa0M7SUFDM0M7UUFDSSxNQUFNLElBQUksS0FBSyxDQUFDLGlEQUFpRCxDQUFDLENBQUM7SUFDdkUsQ0FBQzsrR0FIUSxrQ0FBa0M7bUdBQWxDLGtDQUFrQzs7NEZBQWxDLGtDQUFrQztrQkFEOUMsU0FBUzttQkFBQyxFQUFFLFFBQVEsRUFBRSwrQkFBK0IsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIERpcmVjdGl2ZSB1c2VkIHNvbGVseSB0byBwb2ludCBjb25zdW1lcnMgdG8gdXNlIFtuaW1ibGVSb3V0ZXJMaW5rXSAvIE5pbWJsZUFuY2hvclRhYlJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZS5cbiAqXG4gKiBAc2VlIE5pbWJsZUFuY2hvclRhYlJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZVxuICovXG5ARGlyZWN0aXZlKHsgc2VsZWN0b3I6ICduaW1ibGUtYW5jaG9yLXRhYltyb3V0ZXJMaW5rXScgfSlcbmV4cG9ydCBjbGFzcyBOaW1ibGVBbmNob3JUYWJSb3V0ZXJMaW5rRGlyZWN0aXZlIHtcbiAgICBwdWJsaWMgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHRocm93IG5ldyBFcnJvcignVXNlIFtuaW1ibGVSb3V0ZXJMaW5rXSBpbnN0ZWFkIG9mIFtyb3V0ZXJMaW5rXS4nKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import { anchorTabTag } from '@ni/nimble-components/dist/esm/anchor-tab';
|
|
3
|
+
import { toBooleanProperty } from '@ni/nimble-angular/internal-utilities';
|
|
4
|
+
import { NimbleAnchorBaseDirective } from '../anchor-base/nimble-anchor-base.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export { anchorTabTag };
|
|
7
|
+
/**
|
|
8
|
+
* Directive to provide Angular integration for the anchor tab.
|
|
9
|
+
*/
|
|
10
|
+
export class NimbleAnchorTabDirective extends NimbleAnchorBaseDirective {
|
|
11
|
+
get disabled() {
|
|
12
|
+
return this.elementRef.nativeElement.disabled;
|
|
13
|
+
}
|
|
14
|
+
set disabled(value) {
|
|
15
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));
|
|
16
|
+
}
|
|
17
|
+
constructor(renderer, elementRef) {
|
|
18
|
+
super(renderer, elementRef);
|
|
19
|
+
}
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
21
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorTabDirective, selector: "nimble-anchor-tab", inputs: { disabled: "disabled" }, usesInheritance: true, ngImport: i0 }); }
|
|
22
|
+
}
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabDirective, decorators: [{
|
|
24
|
+
type: Directive,
|
|
25
|
+
args: [{
|
|
26
|
+
selector: 'nimble-anchor-tab'
|
|
27
|
+
}]
|
|
28
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { disabled: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}] } });
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci10YWIuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvYW5jaG9yLXRhYi9uaW1ibGUtYW5jaG9yLXRhYi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDeEUsT0FBTyxFQUFrQixZQUFZLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUN6RixPQUFPLEVBQTJCLGlCQUFpQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDbkcsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNkNBQTZDLENBQUM7O0FBR3hGLE9BQU8sRUFBRSxZQUFZLEVBQUUsQ0FBQztBQUV4Qjs7R0FFRztBQUlILE1BQU0sT0FBTyx3QkFBeUIsU0FBUSx5QkFBb0M7SUFDOUUsSUFBVyxRQUFRO1FBQ2YsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxRQUFRLENBQUM7SUFDbEQsQ0FBQztJQUVELElBQW9CLFFBQVEsQ0FBQyxLQUE4QjtRQUN2RCxJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxVQUFVLEVBQUUsaUJBQWlCLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztJQUNuRyxDQUFDO0lBRUQsWUFBbUIsUUFBbUIsRUFBRSxVQUFpQztRQUNyRSxLQUFLLENBQUMsUUFBUSxFQUFFLFVBQVUsQ0FBQyxDQUFDO0lBQ2hDLENBQUM7K0dBWFEsd0JBQXdCO21HQUF4Qix3QkFBd0I7OzRGQUF4Qix3QkFBd0I7a0JBSHBDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtpQkFDaEM7eUhBTXVCLFFBQVE7c0JBQTNCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIElucHV0LCBSZW5kZXJlcjIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgQW5jaG9yVGFiLCBhbmNob3JUYWJUYWcgfSBmcm9tICdAbmkvbmltYmxlLWNvbXBvbmVudHMvZGlzdC9lc20vYW5jaG9yLXRhYic7XG5pbXBvcnQgeyBCb29sZWFuVmFsdWVPckF0dHJpYnV0ZSwgdG9Cb29sZWFuUHJvcGVydHkgfSBmcm9tICdAbmkvbmltYmxlLWFuZ3VsYXIvaW50ZXJuYWwtdXRpbGl0aWVzJztcbmltcG9ydCB7IE5pbWJsZUFuY2hvckJhc2VEaXJlY3RpdmUgfSBmcm9tICcuLi9hbmNob3ItYmFzZS9uaW1ibGUtYW5jaG9yLWJhc2UuZGlyZWN0aXZlJztcblxuZXhwb3J0IHR5cGUgeyBBbmNob3JUYWIgfTtcbmV4cG9ydCB7IGFuY2hvclRhYlRhZyB9O1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBwcm92aWRlIEFuZ3VsYXIgaW50ZWdyYXRpb24gZm9yIHRoZSBhbmNob3IgdGFiLlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25pbWJsZS1hbmNob3ItdGFiJ1xufSlcbmV4cG9ydCBjbGFzcyBOaW1ibGVBbmNob3JUYWJEaXJlY3RpdmUgZXh0ZW5kcyBOaW1ibGVBbmNob3JCYXNlRGlyZWN0aXZlPEFuY2hvclRhYj4ge1xuICAgIHB1YmxpYyBnZXQgZGlzYWJsZWQoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5kaXNhYmxlZDtcbiAgICB9XG5cbiAgICBASW5wdXQoKSBwdWJsaWMgc2V0IGRpc2FibGVkKHZhbHVlOiBCb29sZWFuVmFsdWVPckF0dHJpYnV0ZSkge1xuICAgICAgICB0aGlzLnJlbmRlcmVyLnNldFByb3BlcnR5KHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LCAnZGlzYWJsZWQnLCB0b0Jvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSkpO1xuICAgIH1cblxuICAgIHB1YmxpYyBjb25zdHJ1Y3RvcihyZW5kZXJlcjogUmVuZGVyZXIyLCBlbGVtZW50UmVmOiBFbGVtZW50UmVmPEFuY2hvclRhYj4pIHtcbiAgICAgICAgc3VwZXIocmVuZGVyZXIsIGVsZW1lbnRSZWYpO1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { NimbleAnchorTabDirective } from './nimble-anchor-tab.directive';
|
|
4
|
+
import { NimbleAnchorTabRouterLinkDirective } from './nimble-anchor-tab-router-link.directive';
|
|
5
|
+
import { NimbleAnchorTabRouterLinkWithHrefDirective } from './nimble-anchor-tab-router-link-with-href.directive';
|
|
6
|
+
import '@ni/nimble-components/dist/esm/anchor-tab';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export class NimbleAnchorTabModule {
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabModule, declarations: [NimbleAnchorTabDirective, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective], imports: [CommonModule], exports: [NimbleAnchorTabDirective, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective] }); }
|
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabModule, imports: [CommonModule] }); }
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
declarations: [NimbleAnchorTabDirective, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective],
|
|
17
|
+
imports: [CommonModule],
|
|
18
|
+
exports: [NimbleAnchorTabDirective, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective]
|
|
19
|
+
}]
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci10YWIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvYW5jaG9yLXRhYi9uaW1ibGUtYW5jaG9yLXRhYi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDekUsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDL0YsT0FBTyxFQUFFLDBDQUEwQyxFQUFFLE1BQU0scURBQXFELENBQUM7QUFFakgsT0FBTywyQ0FBMkMsQ0FBQzs7QUFPbkQsTUFBTSxPQUFPLHFCQUFxQjsrR0FBckIscUJBQXFCO2dIQUFyQixxQkFBcUIsaUJBSmYsd0JBQXdCLEVBQUUsa0NBQWtDLEVBQUUsMENBQTBDLGFBQzdHLFlBQVksYUFDWix3QkFBd0IsRUFBRSxrQ0FBa0MsRUFBRSwwQ0FBMEM7Z0hBRXpHLHFCQUFxQixZQUhwQixZQUFZOzs0RkFHYixxQkFBcUI7a0JBTGpDLFFBQVE7bUJBQUM7b0JBQ04sWUFBWSxFQUFFLENBQUMsd0JBQXdCLEVBQUUsa0NBQWtDLEVBQUUsMENBQTBDLENBQUM7b0JBQ3hILE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsd0JBQXdCLEVBQUUsa0NBQWtDLEVBQUUsMENBQTBDLENBQUM7aUJBQ3RIIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOaW1ibGVBbmNob3JUYWJEaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1hbmNob3ItdGFiLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBOaW1ibGVBbmNob3JUYWJSb3V0ZXJMaW5rRGlyZWN0aXZlIH0gZnJvbSAnLi9uaW1ibGUtYW5jaG9yLXRhYi1yb3V0ZXItbGluay5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgTmltYmxlQW5jaG9yVGFiUm91dGVyTGlua1dpdGhIcmVmRGlyZWN0aXZlIH0gZnJvbSAnLi9uaW1ibGUtYW5jaG9yLXRhYi1yb3V0ZXItbGluay13aXRoLWhyZWYuZGlyZWN0aXZlJztcblxuaW1wb3J0ICdAbmkvbmltYmxlLWNvbXBvbmVudHMvZGlzdC9lc20vYW5jaG9yLXRhYic7XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbTmltYmxlQW5jaG9yVGFiRGlyZWN0aXZlLCBOaW1ibGVBbmNob3JUYWJSb3V0ZXJMaW5rRGlyZWN0aXZlLCBOaW1ibGVBbmNob3JUYWJSb3V0ZXJMaW5rV2l0aEhyZWZEaXJlY3RpdmVdLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtOaW1ibGVBbmNob3JUYWJEaXJlY3RpdmUsIE5pbWJsZUFuY2hvclRhYlJvdXRlckxpbmtEaXJlY3RpdmUsIE5pbWJsZUFuY2hvclRhYlJvdXRlckxpbmtXaXRoSHJlZkRpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlQW5jaG9yVGFiTW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import { anchorTabsTag } from '@ni/nimble-components/dist/esm/anchor-tabs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export { anchorTabsTag };
|
|
5
|
+
/**
|
|
6
|
+
* Directive to provide Angular integration for the anchor tabs element.
|
|
7
|
+
*/
|
|
8
|
+
export class NimbleAnchorTabsDirective {
|
|
9
|
+
get activeid() {
|
|
10
|
+
return this.elementRef.nativeElement.activeid ?? '';
|
|
11
|
+
}
|
|
12
|
+
set activeid(value) {
|
|
13
|
+
this.renderer.setProperty(this.elementRef.nativeElement, 'activeid', value);
|
|
14
|
+
}
|
|
15
|
+
get activetab() {
|
|
16
|
+
return this.elementRef.nativeElement.activetab;
|
|
17
|
+
}
|
|
18
|
+
constructor(renderer, elementRef) {
|
|
19
|
+
this.renderer = renderer;
|
|
20
|
+
this.elementRef = elementRef;
|
|
21
|
+
}
|
|
22
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
23
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleAnchorTabsDirective, selector: "nimble-anchor-tabs", inputs: { activeid: "activeid" }, ngImport: i0 }); }
|
|
24
|
+
}
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleAnchorTabsDirective, decorators: [{
|
|
26
|
+
type: Directive,
|
|
27
|
+
args: [{
|
|
28
|
+
selector: 'nimble-anchor-tabs'
|
|
29
|
+
}]
|
|
30
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { activeid: [{
|
|
31
|
+
type: Input
|
|
32
|
+
}] } });
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWFuY2hvci10YWJzLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3NyYy9kaXJlY3RpdmVzL2FuY2hvci10YWJzL25pbWJsZS1hbmNob3ItdGFicy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDeEUsT0FBTyxFQUFtQixhQUFhLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQzs7QUFHNUYsT0FBTyxFQUFFLGFBQWEsRUFBRSxDQUFDO0FBRXpCOztHQUVHO0FBSUgsTUFBTSxPQUFPLHlCQUF5QjtJQUNsQyxJQUFXLFFBQVE7UUFDZixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLFFBQVEsSUFBSSxFQUFFLENBQUM7SUFDeEQsQ0FBQztJQUVELElBQW9CLFFBQVEsQ0FBQyxLQUFhO1FBQ3RDLElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLFVBQVUsRUFBRSxLQUFLLENBQUMsQ0FBQztJQUNoRixDQUFDO0lBRUQsSUFBVyxTQUFTO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDO0lBQ25ELENBQUM7SUFFRCxZQUFvQyxRQUFtQixFQUFtQixVQUFrQztRQUF4RSxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQW1CLGVBQVUsR0FBVixVQUFVLENBQXdCO0lBQUcsQ0FBQzsrR0FidkcseUJBQXlCO21HQUF6Qix5QkFBeUI7OzRGQUF6Qix5QkFBeUI7a0JBSHJDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLG9CQUFvQjtpQkFDakM7eUhBTXVCLFFBQVE7c0JBQTNCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIElucHV0LCBSZW5kZXJlcjIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgQW5jaG9yVGFicywgYW5jaG9yVGFic1RhZyB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9hbmNob3ItdGFicyc7XG5cbmV4cG9ydCB0eXBlIHsgQW5jaG9yVGFicyB9O1xuZXhwb3J0IHsgYW5jaG9yVGFic1RhZyB9O1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBwcm92aWRlIEFuZ3VsYXIgaW50ZWdyYXRpb24gZm9yIHRoZSBhbmNob3IgdGFicyBlbGVtZW50LlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25pbWJsZS1hbmNob3ItdGFicydcbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlQW5jaG9yVGFic0RpcmVjdGl2ZSB7XG4gICAgcHVibGljIGdldCBhY3RpdmVpZCgpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuYWN0aXZlaWQgPz8gJyc7XG4gICAgfVxuXG4gICAgQElucHV0KCkgcHVibGljIHNldCBhY3RpdmVpZCh2YWx1ZTogc3RyaW5nKSB7XG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsICdhY3RpdmVpZCcsIHZhbHVlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IGFjdGl2ZXRhYigpOiBIVE1MRWxlbWVudCB8IHVuZGVmaW5lZCB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5hY3RpdmV0YWI7XG4gICAgfVxuXG4gICAgcHVibGljIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSByZWFkb25seSBlbGVtZW50UmVmOiBFbGVtZW50UmVmPEFuY2hvclRhYnM+KSB7fVxufVxuIl19
|