@ni/nimble-angular 20.7.11 → 21.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/directives/anchor/nimble-anchor-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor/nimble-anchor.directive.d.ts +1 -1
- package/directives/anchor-base/nimble-anchor-base.directive.d.ts +1 -1
- package/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-button/nimble-anchor-button.directive.d.ts +1 -1
- package/directives/anchor-menu-item/nimble-anchor-menu-item-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-menu-item/nimble-anchor-menu-item.directive.d.ts +1 -1
- package/directives/anchor-tab/nimble-anchor-tab-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-tab/nimble-anchor-tab.directive.d.ts +1 -1
- package/directives/anchor-tabs/nimble-anchor-tabs.directive.d.ts +1 -1
- package/directives/anchor-tree-item/nimble-anchor-tree-item-router-link-with-href.directive.d.ts +1 -1
- package/directives/anchor-tree-item/nimble-anchor-tree-item.directive.d.ts +1 -1
- package/directives/banner/nimble-banner.directive.d.ts +1 -1
- package/directives/breadcrumb/nimble-breadcrumb.directive.d.ts +1 -1
- package/directives/breadcrumb-item/nimble-breadcrumb-item-router-link-with-href.directive.d.ts +1 -1
- package/directives/button/nimble-button.directive.d.ts +1 -1
- package/directives/card-button/nimble-card-button.directive.d.ts +1 -1
- package/directives/checkbox/nimble-checkbox.directive.d.ts +1 -1
- package/directives/combobox/nimble-combobox-control-value-accessor.directive.d.ts +1 -1
- package/directives/combobox/nimble-combobox.directive.d.ts +1 -1
- package/directives/dialog/nimble-dialog.directive.d.ts +1 -1
- package/directives/drawer/nimble-drawer.directive.d.ts +1 -1
- package/directives/icon-base/nimble-icon-base.directive.d.ts +1 -1
- package/directives/list-option/nimble-combobox-list-option.directive.d.ts +1 -1
- package/directives/list-option/nimble-list-option.directive.d.ts +1 -1
- package/directives/menu-button/nimble-menu-button.directive.d.ts +1 -1
- package/directives/menu-item/nimble-menu-item.directive.d.ts +1 -1
- package/directives/number-field/nimble-number-field.directive.d.ts +1 -1
- package/directives/radio/nimble-radio.directive.d.ts +1 -1
- package/directives/radio-group/nimble-radio-group.directive.d.ts +1 -1
- package/directives/select/nimble-select.directive.d.ts +1 -1
- package/directives/spinner/nimble-spinner.directive.d.ts +1 -1
- package/directives/switch/nimble-switch.directive.d.ts +1 -1
- package/directives/tab/nimble-tab.directive.d.ts +1 -1
- package/directives/tabs/nimble-tabs.directive.d.ts +1 -1
- package/directives/text-area/nimble-text-area.directive.d.ts +1 -1
- package/directives/text-field/nimble-text-field.directive.d.ts +1 -1
- package/directives/theme-provider/nimble-theme-provider.directive.d.ts +1 -1
- package/directives/toggle-button/nimble-toggle-button.directive.d.ts +1 -1
- package/directives/tooltip/nimble-tooltip.directive.d.ts +1 -1
- package/directives/tree-item/nimble-tree-item.directive.d.ts +1 -1
- package/directives/tree-view/nimble-tree-view.directive.d.ts +1 -1
- package/esm2022/card/nimble-card.directive.mjs +18 -0
- package/esm2022/card/nimble-card.module.mjs +19 -0
- package/esm2022/directives/anchor/nimble-anchor-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor/nimble-anchor-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor/nimble-anchor.directive.mjs +51 -0
- package/esm2022/directives/anchor/nimble-anchor.module.mjs +21 -0
- package/esm2022/directives/anchor-base/disableable-router-link-with-href.directive.mjs +37 -0
- package/esm2022/directives/anchor-base/nimble-anchor-base.directive.mjs +73 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button.directive.mjs +57 -0
- package/esm2022/directives/anchor-button/nimble-anchor-button.module.mjs +21 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item.directive.mjs +31 -0
- package/esm2022/directives/anchor-menu-item/nimble-anchor-menu-item.module.mjs +21 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab.directive.mjs +31 -0
- package/esm2022/directives/anchor-tab/nimble-anchor-tab.module.mjs +21 -0
- package/esm2022/directives/anchor-tabs/nimble-anchor-tabs.directive.mjs +33 -0
- package/esm2022/directives/anchor-tabs/nimble-anchor-tabs.module.mjs +19 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item-router-link-with-href.directive.mjs +29 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item-router-link.directive.mjs +19 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item.directive.mjs +39 -0
- package/esm2022/directives/anchor-tree-item/nimble-anchor-tree-item.module.mjs +21 -0
- package/esm2022/directives/banner/nimble-banner.directive.mjs +70 -0
- package/esm2022/directives/banner/nimble-banner.module.mjs +19 -0
- package/esm2022/directives/breadcrumb/nimble-breadcrumb.directive.mjs +32 -0
- package/esm2022/directives/breadcrumb/nimble-breadcrumb.module.mjs +19 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item-router-link-with-href.directive.mjs +63 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item-router-link.directive.mjs +19 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item.directive.mjs +22 -0
- package/esm2022/directives/breadcrumb-item/nimble-breadcrumb-item.module.mjs +21 -0
- package/esm2022/directives/button/nimble-button.directive.mjs +65 -0
- package/esm2022/directives/button/nimble-button.module.mjs +19 -0
- package/esm2022/directives/card-button/nimble-card-button.directive.mjs +39 -0
- package/esm2022/directives/card-button/nimble-card-button.module.mjs +19 -0
- package/esm2022/directives/checkbox/nimble-checkbox-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/checkbox/nimble-checkbox.directive.mjs +47 -0
- package/esm2022/directives/checkbox/nimble-checkbox.module.mjs +20 -0
- package/esm2022/directives/combobox/nimble-combobox-control-value-accessor.directive.mjs +176 -0
- package/esm2022/directives/combobox/nimble-combobox.directive.mjs +86 -0
- package/esm2022/directives/combobox/nimble-combobox.module.mjs +20 -0
- package/esm2022/directives/dialog/nimble-dialog.directive.mjs +66 -0
- package/esm2022/directives/dialog/nimble-dialog.module.mjs +21 -0
- package/esm2022/directives/drawer/nimble-drawer.directive.mjs +67 -0
- package/esm2022/directives/drawer/nimble-drawer.module.mjs +19 -0
- package/esm2022/directives/icon-base/nimble-icon-base.directive.mjs +25 -0
- package/esm2022/directives/icons/add/nimble-icon-add.directive.mjs +21 -0
- package/esm2022/directives/icons/add/nimble-icon-add.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-down/nimble-icon-arrow-down.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-down/nimble-icon-arrow-down.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up/nimble-icon-arrow-up.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up/nimble-icon-arrow-up.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.module.mjs +21 -0
- package/esm2022/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.directive.mjs +21 -0
- package/esm2022/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.module.mjs +21 -0
- package/esm2022/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.directive.mjs +21 -0
- package/esm2022/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.module.mjs +21 -0
- package/esm2022/directives/icons/at/nimble-icon-at.directive.mjs +21 -0
- package/esm2022/directives/icons/at/nimble-icon-at.module.mjs +21 -0
- package/esm2022/directives/icons/bars/nimble-icon-bars.directive.mjs +21 -0
- package/esm2022/directives/icons/bars/nimble-icon-bars.module.mjs +21 -0
- package/esm2022/directives/icons/bell/nimble-icon-bell.directive.mjs +21 -0
- package/esm2022/directives/icons/bell/nimble-icon-bell.module.mjs +21 -0
- package/esm2022/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.module.mjs +21 -0
- package/esm2022/directives/icons/bell-circle/nimble-icon-bell-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-circle/nimble-icon-bell-circle.module.mjs +21 -0
- package/esm2022/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.module.mjs +21 -0
- package/esm2022/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.directive.mjs +21 -0
- package/esm2022/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.module.mjs +21 -0
- package/esm2022/directives/icons/bold-b/nimble-icon-bold-b.directive.mjs +21 -0
- package/esm2022/directives/icons/bold-b/nimble-icon-bold-b.module.mjs +21 -0
- package/esm2022/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.directive.mjs +21 -0
- package/esm2022/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.module.mjs +21 -0
- package/esm2022/directives/icons/calendar/nimble-icon-calendar.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar/nimble-icon-calendar.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-day/nimble-icon-calendar-day.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-day/nimble-icon-calendar-day.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram/nimble-icon-chart-diagram.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram/nimble-icon-chart-diagram.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.module.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.directive.mjs +21 -0
- package/esm2022/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.module.mjs +21 -0
- package/esm2022/directives/icons/check/nimble-icon-check.directive.mjs +21 -0
- package/esm2022/directives/icons/check/nimble-icon-check.module.mjs +21 -0
- package/esm2022/directives/icons/check-dot/nimble-icon-check-dot.directive.mjs +21 -0
- package/esm2022/directives/icons/check-dot/nimble-icon-check-dot.module.mjs +21 -0
- package/esm2022/directives/icons/check-large/nimble-icon-check-large.directive.mjs +21 -0
- package/esm2022/directives/icons/check-large/nimble-icon-check-large.module.mjs +21 -0
- package/esm2022/directives/icons/circle/nimble-icon-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/circle/nimble-icon-circle.module.mjs +21 -0
- package/esm2022/directives/icons/circle-broken/nimble-icon-circle-broken.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-broken/nimble-icon-circle-broken.module.mjs +21 -0
- package/esm2022/directives/icons/circle-check/nimble-icon-circle-check.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-check/nimble-icon-circle-check.module.mjs +21 -0
- package/esm2022/directives/icons/circle-filled/nimble-icon-circle-filled.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-filled/nimble-icon-circle-filled.module.mjs +21 -0
- package/esm2022/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.module.mjs +21 -0
- package/esm2022/directives/icons/circle-slash/nimble-icon-circle-slash.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-slash/nimble-icon-circle-slash.module.mjs +21 -0
- package/esm2022/directives/icons/circle-x/nimble-icon-circle-x.directive.mjs +21 -0
- package/esm2022/directives/icons/circle-x/nimble-icon-circle-x.module.mjs +21 -0
- package/esm2022/directives/icons/clipboard/nimble-icon-clipboard.directive.mjs +21 -0
- package/esm2022/directives/icons/clipboard/nimble-icon-clipboard.module.mjs +21 -0
- package/esm2022/directives/icons/clock/nimble-icon-clock.directive.mjs +21 -0
- package/esm2022/directives/icons/clock/nimble-icon-clock.module.mjs +21 -0
- package/esm2022/directives/icons/clock-cog/nimble-icon-clock-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/clock-cog/nimble-icon-clock-cog.module.mjs +21 -0
- package/esm2022/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.directive.mjs +21 -0
- package/esm2022/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.module.mjs +21 -0
- package/esm2022/directives/icons/clock-triangle/nimble-icon-clock-triangle.directive.mjs +21 -0
- package/esm2022/directives/icons/clock-triangle/nimble-icon-clock-triangle.module.mjs +21 -0
- package/esm2022/directives/icons/clone/nimble-icon-clone.directive.mjs +21 -0
- package/esm2022/directives/icons/clone/nimble-icon-clone.module.mjs +21 -0
- package/esm2022/directives/icons/cloud/nimble-icon-cloud.directive.mjs +21 -0
- package/esm2022/directives/icons/cloud/nimble-icon-cloud.module.mjs +21 -0
- package/esm2022/directives/icons/cloud-upload/nimble-icon-cloud-upload.directive.mjs +21 -0
- package/esm2022/directives/icons/cloud-upload/nimble-icon-cloud-upload.module.mjs +21 -0
- package/esm2022/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.directive.mjs +21 -0
- package/esm2022/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.module.mjs +21 -0
- package/esm2022/directives/icons/cog/nimble-icon-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/cog/nimble-icon-cog.module.mjs +21 -0
- package/esm2022/directives/icons/cog-database/nimble-icon-cog-database.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-database/nimble-icon-cog-database.module.mjs +21 -0
- package/esm2022/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.module.mjs +21 -0
- package/esm2022/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.module.mjs +21 -0
- package/esm2022/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.directive.mjs +21 -0
- package/esm2022/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.module.mjs +21 -0
- package/esm2022/directives/icons/comment/nimble-icon-comment.directive.mjs +21 -0
- package/esm2022/directives/icons/comment/nimble-icon-comment.module.mjs +21 -0
- package/esm2022/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.directive.mjs +21 -0
- package/esm2022/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.module.mjs +21 -0
- package/esm2022/directives/icons/copy/nimble-icon-copy.directive.mjs +21 -0
- package/esm2022/directives/icons/copy/nimble-icon-copy.module.mjs +21 -0
- package/esm2022/directives/icons/copy-text/nimble-icon-copy-text.directive.mjs +21 -0
- package/esm2022/directives/icons/copy-text/nimble-icon-copy-text.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.module.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.directive.mjs +21 -0
- package/esm2022/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.module.mjs +21 -0
- package/esm2022/directives/icons/database/nimble-icon-database.directive.mjs +21 -0
- package/esm2022/directives/icons/database/nimble-icon-database.module.mjs +21 -0
- package/esm2022/directives/icons/database-check/nimble-icon-database-check.directive.mjs +21 -0
- package/esm2022/directives/icons/database-check/nimble-icon-database-check.module.mjs +21 -0
- package/esm2022/directives/icons/desktop/nimble-icon-desktop.directive.mjs +21 -0
- package/esm2022/directives/icons/desktop/nimble-icon-desktop.module.mjs +21 -0
- package/esm2022/directives/icons/donut-chart/nimble-icon-donut-chart.directive.mjs +21 -0
- package/esm2022/directives/icons/donut-chart/nimble-icon-donut-chart.module.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.directive.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.module.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.directive.mjs +21 -0
- package/esm2022/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.module.mjs +21 -0
- package/esm2022/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.directive.mjs +21 -0
- package/esm2022/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.module.mjs +21 -0
- package/esm2022/directives/icons/download/nimble-icon-download.directive.mjs +21 -0
- package/esm2022/directives/icons/download/nimble-icon-download.module.mjs +21 -0
- package/esm2022/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.directive.mjs +21 -0
- package/esm2022/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.module.mjs +21 -0
- package/esm2022/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.directive.mjs +21 -0
- package/esm2022/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.module.mjs +21 -0
- package/esm2022/directives/icons/eye/nimble-icon-eye.directive.mjs +21 -0
- package/esm2022/directives/icons/eye/nimble-icon-eye.module.mjs +21 -0
- package/esm2022/directives/icons/eye-dash/nimble-icon-eye-dash.directive.mjs +21 -0
- package/esm2022/directives/icons/eye-dash/nimble-icon-eye-dash.module.mjs +21 -0
- package/esm2022/directives/icons/fancy-a/nimble-icon-fancy-a.directive.mjs +21 -0
- package/esm2022/directives/icons/fancy-a/nimble-icon-fancy-a.module.mjs +21 -0
- package/esm2022/directives/icons/file/nimble-icon-file.directive.mjs +21 -0
- package/esm2022/directives/icons/file/nimble-icon-file.module.mjs +21 -0
- package/esm2022/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.directive.mjs +21 -0
- package/esm2022/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.module.mjs +21 -0
- package/esm2022/directives/icons/file-drawer/nimble-icon-file-drawer.directive.mjs +21 -0
- package/esm2022/directives/icons/file-drawer/nimble-icon-file-drawer.module.mjs +21 -0
- package/esm2022/directives/icons/file-search/nimble-icon-file-search.directive.mjs +21 -0
- package/esm2022/directives/icons/file-search/nimble-icon-file-search.module.mjs +21 -0
- package/esm2022/directives/icons/filter/nimble-icon-filter.directive.mjs +21 -0
- package/esm2022/directives/icons/filter/nimble-icon-filter.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk/nimble-icon-floppy-disk.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk/nimble-icon-floppy-disk.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.module.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.directive.mjs +21 -0
- package/esm2022/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.module.mjs +21 -0
- package/esm2022/directives/icons/folder/nimble-icon-folder.directive.mjs +21 -0
- package/esm2022/directives/icons/folder/nimble-icon-folder.module.mjs +21 -0
- package/esm2022/directives/icons/folder-open/nimble-icon-folder-open.directive.mjs +21 -0
- package/esm2022/directives/icons/folder-open/nimble-icon-folder-open.module.mjs +21 -0
- package/esm2022/directives/icons/forward-slash/nimble-icon-forward-slash.directive.mjs +21 -0
- package/esm2022/directives/icons/forward-slash/nimble-icon-forward-slash.module.mjs +21 -0
- package/esm2022/directives/icons/four-dots-square/nimble-icon-four-dots-square.directive.mjs +21 -0
- package/esm2022/directives/icons/four-dots-square/nimble-icon-four-dots-square.module.mjs +21 -0
- package/esm2022/directives/icons/function/nimble-icon-function.directive.mjs +21 -0
- package/esm2022/directives/icons/function/nimble-icon-function.module.mjs +21 -0
- package/esm2022/directives/icons/gauge-simple/nimble-icon-gauge-simple.directive.mjs +21 -0
- package/esm2022/directives/icons/gauge-simple/nimble-icon-gauge-simple.module.mjs +21 -0
- package/esm2022/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.directive.mjs +21 -0
- package/esm2022/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.module.mjs +21 -0
- package/esm2022/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.directive.mjs +21 -0
- package/esm2022/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.module.mjs +21 -0
- package/esm2022/directives/icons/hammer/nimble-icon-hammer.directive.mjs +21 -0
- package/esm2022/directives/icons/hammer/nimble-icon-hammer.module.mjs +21 -0
- package/esm2022/directives/icons/hashtag/nimble-icon-hashtag.directive.mjs +21 -0
- package/esm2022/directives/icons/hashtag/nimble-icon-hashtag.module.mjs +21 -0
- package/esm2022/directives/icons/home/nimble-icon-home.directive.mjs +21 -0
- package/esm2022/directives/icons/home/nimble-icon-home.module.mjs +21 -0
- package/esm2022/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.directive.mjs +21 -0
- package/esm2022/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.module.mjs +21 -0
- package/esm2022/directives/icons/hourglass/nimble-icon-hourglass.directive.mjs +21 -0
- package/esm2022/directives/icons/hourglass/nimble-icon-hourglass.module.mjs +21 -0
- package/esm2022/directives/icons/indent/nimble-icon-indent.directive.mjs +21 -0
- package/esm2022/directives/icons/indent/nimble-icon-indent.module.mjs +21 -0
- package/esm2022/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.directive.mjs +21 -0
- package/esm2022/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.module.mjs +21 -0
- package/esm2022/directives/icons/info/nimble-icon-info.directive.mjs +21 -0
- package/esm2022/directives/icons/info/nimble-icon-info.module.mjs +21 -0
- package/esm2022/directives/icons/info-circle/nimble-icon-info-circle.directive.mjs +21 -0
- package/esm2022/directives/icons/info-circle/nimble-icon-info-circle.module.mjs +21 -0
- package/esm2022/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.directive.mjs +21 -0
- package/esm2022/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.module.mjs +21 -0
- package/esm2022/directives/icons/italic-i/nimble-icon-italic-i.directive.mjs +21 -0
- package/esm2022/directives/icons/italic-i/nimble-icon-italic-i.module.mjs +21 -0
- package/esm2022/directives/icons/key/nimble-icon-key.directive.mjs +21 -0
- package/esm2022/directives/icons/key/nimble-icon-key.module.mjs +21 -0
- package/esm2022/directives/icons/laptop/nimble-icon-laptop.directive.mjs +21 -0
- package/esm2022/directives/icons/laptop/nimble-icon-laptop.module.mjs +21 -0
- package/esm2022/directives/icons/layer-group/nimble-icon-layer-group.directive.mjs +21 -0
- package/esm2022/directives/icons/layer-group/nimble-icon-layer-group.module.mjs +21 -0
- package/esm2022/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.directive.mjs +21 -0
- package/esm2022/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.module.mjs +21 -0
- package/esm2022/directives/icons/link/nimble-icon-link.directive.mjs +21 -0
- package/esm2022/directives/icons/link/nimble-icon-link.module.mjs +21 -0
- package/esm2022/directives/icons/link-cancel/nimble-icon-link-cancel.directive.mjs +21 -0
- package/esm2022/directives/icons/link-cancel/nimble-icon-link-cancel.module.mjs +21 -0
- package/esm2022/directives/icons/list/nimble-icon-list.directive.mjs +21 -0
- package/esm2022/directives/icons/list/nimble-icon-list.module.mjs +21 -0
- package/esm2022/directives/icons/list-tree/nimble-icon-list-tree.directive.mjs +21 -0
- package/esm2022/directives/icons/list-tree/nimble-icon-list-tree.module.mjs +21 -0
- package/esm2022/directives/icons/list-tree-database/nimble-icon-list-tree-database.directive.mjs +21 -0
- package/esm2022/directives/icons/list-tree-database/nimble-icon-list-tree-database.module.mjs +21 -0
- package/esm2022/directives/icons/lock/nimble-icon-lock.directive.mjs +21 -0
- package/esm2022/directives/icons/lock/nimble-icon-lock.module.mjs +21 -0
- package/esm2022/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.directive.mjs +21 -0
- package/esm2022/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.module.mjs +21 -0
- package/esm2022/directives/icons/markdown/nimble-icon-markdown.directive.mjs +21 -0
- package/esm2022/directives/icons/markdown/nimble-icon-markdown.module.mjs +21 -0
- package/esm2022/directives/icons/minus/nimble-icon-minus.directive.mjs +21 -0
- package/esm2022/directives/icons/minus/nimble-icon-minus.module.mjs +21 -0
- package/esm2022/directives/icons/minus-wide/nimble-icon-minus-wide.directive.mjs +21 -0
- package/esm2022/directives/icons/minus-wide/nimble-icon-minus-wide.module.mjs +21 -0
- package/esm2022/directives/icons/mobile/nimble-icon-mobile.directive.mjs +21 -0
- package/esm2022/directives/icons/mobile/nimble-icon-mobile.module.mjs +21 -0
- package/esm2022/directives/icons/ni/nimble-icon-ni.directive.mjs +21 -0
- package/esm2022/directives/icons/ni/nimble-icon-ni.module.mjs +21 -0
- package/esm2022/directives/icons/notebook/nimble-icon-notebook.directive.mjs +21 -0
- package/esm2022/directives/icons/notebook/nimble-icon-notebook.module.mjs +21 -0
- package/esm2022/directives/icons/number-list/nimble-icon-number-list.directive.mjs +21 -0
- package/esm2022/directives/icons/number-list/nimble-icon-number-list.module.mjs +21 -0
- package/esm2022/directives/icons/outdent/nimble-icon-outdent.directive.mjs +21 -0
- package/esm2022/directives/icons/outdent/nimble-icon-outdent.module.mjs +21 -0
- package/esm2022/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.directive.mjs +21 -0
- package/esm2022/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.module.mjs +21 -0
- package/esm2022/directives/icons/paste/nimble-icon-paste.directive.mjs +21 -0
- package/esm2022/directives/icons/paste/nimble-icon-paste.module.mjs +21 -0
- package/esm2022/directives/icons/pause/nimble-icon-pause.directive.mjs +21 -0
- package/esm2022/directives/icons/pause/nimble-icon-pause.module.mjs +21 -0
- package/esm2022/directives/icons/pencil/nimble-icon-pencil.directive.mjs +21 -0
- package/esm2022/directives/icons/pencil/nimble-icon-pencil.module.mjs +21 -0
- package/esm2022/directives/icons/play/nimble-icon-play.directive.mjs +21 -0
- package/esm2022/directives/icons/play/nimble-icon-play.module.mjs +21 -0
- package/esm2022/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.directive.mjs +21 -0
- package/esm2022/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.module.mjs +21 -0
- package/esm2022/directives/icons/question/nimble-icon-question.directive.mjs +21 -0
- package/esm2022/directives/icons/question/nimble-icon-question.module.mjs +21 -0
- package/esm2022/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.module.mjs +21 -0
- package/esm2022/directives/icons/running-arrow/nimble-icon-running-arrow.directive.mjs +21 -0
- package/esm2022/directives/icons/running-arrow/nimble-icon-running-arrow.module.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.module.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.directive.mjs +21 -0
- package/esm2022/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.module.mjs +21 -0
- package/esm2022/directives/icons/server/nimble-icon-server.directive.mjs +21 -0
- package/esm2022/directives/icons/server/nimble-icon-server.module.mjs +21 -0
- package/esm2022/directives/icons/share-nodes/nimble-icon-share-nodes.directive.mjs +21 -0
- package/esm2022/directives/icons/share-nodes/nimble-icon-share-nodes.module.mjs +21 -0
- package/esm2022/directives/icons/shield-check/nimble-icon-shield-check.directive.mjs +21 -0
- package/esm2022/directives/icons/shield-check/nimble-icon-shield-check.module.mjs +21 -0
- package/esm2022/directives/icons/shield-xmark/nimble-icon-shield-xmark.directive.mjs +21 -0
- package/esm2022/directives/icons/shield-xmark/nimble-icon-shield-xmark.module.mjs +21 -0
- package/esm2022/directives/icons/signal-bars/nimble-icon-signal-bars.directive.mjs +21 -0
- package/esm2022/directives/icons/signal-bars/nimble-icon-signal-bars.module.mjs +21 -0
- package/esm2022/directives/icons/sine-graph/nimble-icon-sine-graph.directive.mjs +21 -0
- package/esm2022/directives/icons/sine-graph/nimble-icon-sine-graph.module.mjs +21 -0
- package/esm2022/directives/icons/skip-arrow/nimble-icon-skip-arrow.directive.mjs +21 -0
- package/esm2022/directives/icons/skip-arrow/nimble-icon-skip-arrow.module.mjs +21 -0
- package/esm2022/directives/icons/spinner/nimble-icon-spinner.directive.mjs +21 -0
- package/esm2022/directives/icons/spinner/nimble-icon-spinner.module.mjs +21 -0
- package/esm2022/directives/icons/square-check/nimble-icon-square-check.directive.mjs +21 -0
- package/esm2022/directives/icons/square-check/nimble-icon-square-check.module.mjs +21 -0
- package/esm2022/directives/icons/square-t/nimble-icon-square-t.directive.mjs +21 -0
- package/esm2022/directives/icons/square-t/nimble-icon-square-t.module.mjs +21 -0
- package/esm2022/directives/icons/square-x/nimble-icon-square-x.directive.mjs +21 -0
- package/esm2022/directives/icons/square-x/nimble-icon-square-x.module.mjs +21 -0
- package/esm2022/directives/icons/stop-square/nimble-icon-stop-square.directive.mjs +21 -0
- package/esm2022/directives/icons/stop-square/nimble-icon-stop-square.module.mjs +21 -0
- package/esm2022/directives/icons/systemlink/nimble-icon-systemlink.directive.mjs +21 -0
- package/esm2022/directives/icons/systemlink/nimble-icon-systemlink.module.mjs +21 -0
- package/esm2022/directives/icons/t/nimble-icon-t.directive.mjs +21 -0
- package/esm2022/directives/icons/t/nimble-icon-t.module.mjs +21 -0
- package/esm2022/directives/icons/tablet/nimble-icon-tablet.directive.mjs +21 -0
- package/esm2022/directives/icons/tablet/nimble-icon-tablet.module.mjs +21 -0
- package/esm2022/directives/icons/tag/nimble-icon-tag.directive.mjs +21 -0
- package/esm2022/directives/icons/tag/nimble-icon-tag.module.mjs +21 -0
- package/esm2022/directives/icons/tags/nimble-icon-tags.directive.mjs +21 -0
- package/esm2022/directives/icons/tags/nimble-icon-tags.module.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.directive.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.module.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.directive.mjs +21 -0
- package/esm2022/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.module.mjs +21 -0
- package/esm2022/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.directive.mjs +21 -0
- package/esm2022/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.module.mjs +21 -0
- package/esm2022/directives/icons/three-dots-line/nimble-icon-three-dots-line.directive.mjs +21 -0
- package/esm2022/directives/icons/three-dots-line/nimble-icon-three-dots-line.module.mjs +21 -0
- package/esm2022/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.module.mjs +21 -0
- package/esm2022/directives/icons/thumbtack/nimble-icon-thumbtack.directive.mjs +21 -0
- package/esm2022/directives/icons/thumbtack/nimble-icon-thumbtack.module.mjs +21 -0
- package/esm2022/directives/icons/tile-size/nimble-icon-tile-size.directive.mjs +21 -0
- package/esm2022/directives/icons/tile-size/nimble-icon-tile-size.module.mjs +21 -0
- package/esm2022/directives/icons/times/nimble-icon-times.directive.mjs +21 -0
- package/esm2022/directives/icons/times/nimble-icon-times.module.mjs +21 -0
- package/esm2022/directives/icons/trash/nimble-icon-trash.directive.mjs +21 -0
- package/esm2022/directives/icons/trash/nimble-icon-trash.module.mjs +21 -0
- package/esm2022/directives/icons/triangle/nimble-icon-triangle.directive.mjs +21 -0
- package/esm2022/directives/icons/triangle/nimble-icon-triangle.module.mjs +21 -0
- package/esm2022/directives/icons/triangle-filled/nimble-icon-triangle-filled.directive.mjs +21 -0
- package/esm2022/directives/icons/triangle-filled/nimble-icon-triangle-filled.module.mjs +21 -0
- package/esm2022/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.directive.mjs +21 -0
- package/esm2022/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.module.mjs +21 -0
- package/esm2022/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.directive.mjs +21 -0
- package/esm2022/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.module.mjs +21 -0
- package/esm2022/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.directive.mjs +21 -0
- package/esm2022/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.module.mjs +21 -0
- package/esm2022/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.module.mjs +21 -0
- package/esm2022/directives/icons/unlink/nimble-icon-unlink.directive.mjs +21 -0
- package/esm2022/directives/icons/unlink/nimble-icon-unlink.module.mjs +21 -0
- package/esm2022/directives/icons/unlock/nimble-icon-unlock.directive.mjs +21 -0
- package/esm2022/directives/icons/unlock/nimble-icon-unlock.module.mjs +21 -0
- package/esm2022/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.directive.mjs +21 -0
- package/esm2022/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.module.mjs +21 -0
- package/esm2022/directives/icons/upload/nimble-icon-upload.directive.mjs +21 -0
- package/esm2022/directives/icons/upload/nimble-icon-upload.module.mjs +21 -0
- package/esm2022/directives/icons/user/nimble-icon-user.directive.mjs +21 -0
- package/esm2022/directives/icons/user/nimble-icon-user.module.mjs +21 -0
- package/esm2022/directives/icons/watch/nimble-icon-watch.directive.mjs +21 -0
- package/esm2022/directives/icons/watch/nimble-icon-watch.module.mjs +21 -0
- package/esm2022/directives/icons/waveform/nimble-icon-waveform.directive.mjs +21 -0
- package/esm2022/directives/icons/waveform/nimble-icon-waveform.module.mjs +21 -0
- package/esm2022/directives/icons/webvi-custom/nimble-icon-webvi-custom.directive.mjs +21 -0
- package/esm2022/directives/icons/webvi-custom/nimble-icon-webvi-custom.module.mjs +21 -0
- package/esm2022/directives/icons/webvi-host/nimble-icon-webvi-host.directive.mjs +21 -0
- package/esm2022/directives/icons/webvi-host/nimble-icon-webvi-host.module.mjs +21 -0
- package/esm2022/directives/icons/window-code/nimble-icon-window-code.directive.mjs +21 -0
- package/esm2022/directives/icons/window-code/nimble-icon-window-code.module.mjs +21 -0
- package/esm2022/directives/icons/window-text/nimble-icon-window-text.directive.mjs +21 -0
- package/esm2022/directives/icons/window-text/nimble-icon-window-text.module.mjs +21 -0
- package/esm2022/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.directive.mjs +21 -0
- package/esm2022/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.module.mjs +21 -0
- package/esm2022/directives/icons/xmark/nimble-icon-xmark.directive.mjs +21 -0
- package/esm2022/directives/icons/xmark/nimble-icon-xmark.module.mjs +21 -0
- package/esm2022/directives/icons/xmark-check/nimble-icon-xmark-check.directive.mjs +21 -0
- package/esm2022/directives/icons/xmark-check/nimble-icon-xmark-check.module.mjs +21 -0
- package/esm2022/directives/list-option/nimble-combobox-list-option.directive.mjs +55 -0
- package/esm2022/directives/list-option/nimble-list-option.directive.mjs +50 -0
- package/esm2022/directives/list-option/nimble-list-option.module.mjs +33 -0
- package/esm2022/directives/list-option/nimble-select-list-option.directive.mjs +29 -0
- package/esm2022/directives/menu/nimble-menu.directive.mjs +18 -0
- package/esm2022/directives/menu/nimble-menu.module.mjs +19 -0
- package/esm2022/directives/menu-button/nimble-menu-button.directive.mjs +65 -0
- package/esm2022/directives/menu-button/nimble-menu-button.module.mjs +19 -0
- package/esm2022/directives/menu-item/nimble-menu-item.directive.mjs +31 -0
- package/esm2022/directives/menu-item/nimble-menu-item.module.mjs +19 -0
- package/esm2022/directives/number-field/nimble-number-field-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/number-field/nimble-number-field.directive.mjs +103 -0
- package/esm2022/directives/number-field/nimble-number-field.module.mjs +20 -0
- package/esm2022/directives/radio/nimble-radio-control-value-accessor.directive.mjs +85 -0
- package/esm2022/directives/radio/nimble-radio.directive.mjs +31 -0
- package/esm2022/directives/radio/nimble-radio.module.mjs +21 -0
- package/esm2022/directives/radio-group/nimble-radio-group.directive.mjs +48 -0
- package/esm2022/directives/radio-group/nimble-radio-group.module.mjs +19 -0
- package/esm2022/directives/select/nimble-select-control-value-accessor.directive.mjs +34 -0
- package/esm2022/directives/select/nimble-select.directive.mjs +68 -0
- package/esm2022/directives/select/nimble-select.module.mjs +20 -0
- package/esm2022/directives/spinner/nimble-spinner.directive.mjs +30 -0
- package/esm2022/directives/spinner/nimble-spinner.module.mjs +19 -0
- package/esm2022/directives/switch/nimble-switch-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/switch/nimble-switch.directive.mjs +39 -0
- package/esm2022/directives/switch/nimble-switch.module.mjs +20 -0
- package/esm2022/directives/tab/nimble-tab.directive.mjs +31 -0
- package/esm2022/directives/tab/nimble-tab.module.mjs +19 -0
- package/esm2022/directives/tab-panel/nimble-tab-panel.directive.mjs +18 -0
- package/esm2022/directives/tab-panel/nimble-tab-panel.module.mjs +19 -0
- package/esm2022/directives/tabs/nimble-tabs.directive.mjs +41 -0
- package/esm2022/directives/tabs/nimble-tabs.module.mjs +19 -0
- package/esm2022/directives/tabs-toolbar/nimble-tabs-toolbar.directive.mjs +18 -0
- package/esm2022/directives/tabs-toolbar/nimble-tabs-toolbar.module.mjs +19 -0
- package/esm2022/directives/text-area/nimble-text-area-control-value-accessor.directive.mjs +39 -0
- package/esm2022/directives/text-area/nimble-text-area.directive.mjs +153 -0
- package/esm2022/directives/text-area/nimble-text-area.module.mjs +20 -0
- package/esm2022/directives/text-field/nimble-text-field-control-value-accessor.directive.mjs +39 -0
- package/esm2022/directives/text-field/nimble-text-field.directive.mjs +151 -0
- package/esm2022/directives/text-field/nimble-text-field.module.mjs +20 -0
- package/esm2022/directives/theme-provider/nimble-theme-provider.directive.mjs +46 -0
- package/esm2022/directives/theme-provider/nimble-theme-provider.module.mjs +19 -0
- package/esm2022/directives/toggle-button/nimble-toggle-button-control-value-accessor.directive.mjs +32 -0
- package/esm2022/directives/toggle-button/nimble-toggle-button.directive.mjs +65 -0
- package/esm2022/directives/toggle-button/nimble-toggle-button.module.mjs +20 -0
- package/esm2022/directives/toolbar/nimble-toolbar.directive.mjs +18 -0
- package/esm2022/directives/toolbar/nimble-toolbar.module.mjs +19 -0
- package/esm2022/directives/tooltip/nimble-tooltip.directive.mjs +58 -0
- package/esm2022/directives/tooltip/nimble-tooltip.module.mjs +19 -0
- package/esm2022/directives/tree-item/nimble-tree-item.directive.mjs +60 -0
- package/esm2022/directives/tree-item/nimble-tree-item.module.mjs +19 -0
- package/esm2022/directives/tree-view/nimble-tree-view.directive.mjs +33 -0
- package/esm2022/directives/tree-view/nimble-tree-view.module.mjs +19 -0
- package/esm2022/label-provider/core/nimble-label-provider-core-with-defaults.directive.mjs +30 -0
- package/esm2022/label-provider/core/nimble-label-provider-core.directive.mjs +93 -0
- package/esm2022/label-provider/core/nimble-label-provider-core.module.mjs +22 -0
- package/esm2022/label-provider/rich-text/nimble-label-provider-rich-text-with-defaults.directive.mjs +26 -0
- package/esm2022/label-provider/rich-text/nimble-label-provider-rich-text.directive.mjs +57 -0
- package/esm2022/label-provider/rich-text/nimble-label-provider-rich-text.module.mjs +22 -0
- package/esm2022/label-provider/table/nimble-label-provider-table-with-defaults.directive.mjs +38 -0
- package/esm2022/label-provider/table/nimble-label-provider-table.directive.mjs +167 -0
- package/esm2022/label-provider/table/nimble-label-provider-table.module.mjs +22 -0
- package/esm2022/mapping/base/nimble-mapping-base.directive.mjs +25 -0
- package/esm2022/mapping/icon/nimble-mapping-icon.directive.mjs +48 -0
- package/esm2022/mapping/icon/nimble-mapping-icon.module.mjs +19 -0
- package/esm2022/mapping/spinner/nimble-mapping-spinner.directive.mjs +32 -0
- package/esm2022/mapping/spinner/nimble-mapping-spinner.module.mjs +19 -0
- package/esm2022/mapping/text/nimble-mapping-text.directive.mjs +32 -0
- package/esm2022/mapping/text/nimble-mapping-text.module.mjs +19 -0
- package/esm2022/mapping/user/nimble-mapping-user.directive.mjs +33 -0
- package/esm2022/mapping/user/nimble-mapping-user.module.mjs +19 -0
- package/esm2022/pipes/duration.pipe.mjs +31 -0
- package/esm2022/pipes/number-text.pipe.mjs +30 -0
- package/esm2022/rich-text/editor/nimble-rich-text-editor.directive.mjs +93 -0
- package/esm2022/rich-text/editor/nimble-rich-text-editor.module.mjs +19 -0
- package/esm2022/rich-text/viewer/nimble-rich-text-viewer.directive.mjs +37 -0
- package/esm2022/rich-text/viewer/nimble-rich-text-viewer.module.mjs +19 -0
- package/esm2022/rich-text-mention/nimble-rich-text-mention-base.directive.mjs +40 -0
- package/esm2022/rich-text-mention/users/nimble-rich-text-mention-users.directive.mjs +19 -0
- package/esm2022/rich-text-mention/users/nimble-rich-text-mention-users.module.mjs +19 -0
- package/esm2022/table/nimble-table.directive.mjs +95 -0
- package/esm2022/table/nimble-table.module.mjs +19 -0
- package/esm2022/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.mjs +49 -0
- package/esm2022/table-column/anchor/nimble-table-column-anchor.directive.mjs +160 -0
- package/esm2022/table-column/anchor/nimble-table-column-anchor.module.mjs +20 -0
- package/esm2022/table-column/date-text/nimble-table-column-date-text.directive.mjs +267 -0
- package/esm2022/table-column/date-text/nimble-table-column-date-text.module.mjs +19 -0
- package/esm2022/table-column/duration-text/nimble-table-column-duration-text.directive.mjs +76 -0
- package/esm2022/table-column/duration-text/nimble-table-column-duration-text.module.mjs +19 -0
- package/esm2022/table-column/enum-text/nimble-table-column-enum-text.directive.mjs +79 -0
- package/esm2022/table-column/enum-text/nimble-table-column-enum-text.module.mjs +19 -0
- package/esm2022/table-column/icon/nimble-table-column-icon.directive.mjs +77 -0
- package/esm2022/table-column/icon/nimble-table-column-icon.module.mjs +19 -0
- package/esm2022/table-column/nimble-table-column-base.directive.mjs +80 -0
- package/esm2022/table-column/number-text/nimble-table-column-number-text.directive.mjs +111 -0
- package/esm2022/table-column/number-text/nimble-table-column-number-text.module.mjs +19 -0
- package/esm2022/table-column/text/nimble-table-column-text.directive.mjs +76 -0
- package/esm2022/table-column/text/nimble-table-column-text.module.mjs +19 -0
- package/esm2022/thirdparty/directives/checkbox_value_accessor.mjs +70 -0
- package/esm2022/thirdparty/directives/control_value_accessor.mjs +216 -0
- package/esm2022/thirdparty/directives/default_value_accessor.mjs +141 -0
- package/esm2022/thirdparty/directives/number_value_accessor.mjs +82 -0
- package/esm2022/thirdparty/directives/radio_control_value_accessor.mjs +234 -0
- package/esm2022/thirdparty/directives/router_link.mjs +340 -0
- package/esm2022/thirdparty/directives/select_control_value_accessor.mjs +242 -0
- package/esm2022/unit/byte/nimble-unit-byte.directive.mjs +31 -0
- package/esm2022/unit/byte/nimble-unit-byte.module.mjs +19 -0
- package/esm2022/unit/volt/nimble-unit-volt.directive.mjs +18 -0
- package/esm2022/unit/volt/nimble-unit-volt.module.mjs +19 -0
- package/fesm2022/ni-nimble-angular-card.mjs +39 -0
- package/fesm2022/ni-nimble-angular-card.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-label-provider-core.mjs +146 -0
- package/fesm2022/ni-nimble-angular-label-provider-core.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-label-provider-rich-text.mjs +106 -0
- package/fesm2022/ni-nimble-angular-label-provider-rich-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-label-provider-table.mjs +228 -0
- package/fesm2022/ni-nimble-angular-label-provider-table.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-base.mjs +32 -0
- package/fesm2022/ni-nimble-angular-mapping-base.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-icon.mjs +69 -0
- package/fesm2022/ni-nimble-angular-mapping-icon.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-spinner.mjs +53 -0
- package/fesm2022/ni-nimble-angular-mapping-spinner.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-text.mjs +53 -0
- package/fesm2022/ni-nimble-angular-mapping-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-mapping-user.mjs +54 -0
- package/fesm2022/ni-nimble-angular-mapping-user.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-pipes.mjs +69 -0
- package/fesm2022/ni-nimble-angular-pipes.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-editor.mjs +116 -0
- package/fesm2022/ni-nimble-angular-rich-text-editor.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention-users.mjs +41 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention-users.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention.mjs +47 -0
- package/fesm2022/ni-nimble-angular-rich-text-mention.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-rich-text-viewer.mjs +60 -0
- package/fesm2022/ni-nimble-angular-rich-text-viewer.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-anchor.mjs +227 -0
- package/fesm2022/ni-nimble-angular-table-column-anchor.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-date-text.mjs +288 -0
- package/fesm2022/ni-nimble-angular-table-column-date-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-duration-text.mjs +97 -0
- package/fesm2022/ni-nimble-angular-table-column-duration-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-enum-text.mjs +100 -0
- package/fesm2022/ni-nimble-angular-table-column-enum-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-icon.mjs +98 -0
- package/fesm2022/ni-nimble-angular-table-column-icon.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-number-text.mjs +132 -0
- package/fesm2022/ni-nimble-angular-table-column-number-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column-text.mjs +97 -0
- package/fesm2022/ni-nimble-angular-table-column-text.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table-column.mjs +86 -0
- package/fesm2022/ni-nimble-angular-table-column.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-table.mjs +115 -0
- package/fesm2022/ni-nimble-angular-table.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-unit-byte.mjs +52 -0
- package/fesm2022/ni-nimble-angular-unit-byte.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular-unit-volt.mjs +39 -0
- package/fesm2022/ni-nimble-angular-unit-volt.mjs.map +1 -0
- package/fesm2022/ni-nimble-angular.mjs +10687 -0
- package/fesm2022/ni-nimble-angular.mjs.map +1 -0
- package/label-provider/core/nimble-label-provider-core.directive.d.ts +1 -1
- package/label-provider/rich-text/nimble-label-provider-rich-text.directive.d.ts +1 -1
- package/label-provider/table/nimble-label-provider-table.directive.d.ts +1 -1
- package/mapping/base/nimble-mapping-base.directive.d.ts +1 -1
- package/mapping/icon/nimble-mapping-icon.directive.d.ts +1 -1
- package/mapping/spinner/nimble-mapping-spinner.directive.d.ts +1 -1
- package/mapping/text/nimble-mapping-text.directive.d.ts +1 -1
- package/mapping/user/nimble-mapping-user.directive.d.ts +1 -1
- package/package.json +124 -190
- package/rich-text/editor/nimble-rich-text-editor.directive.d.ts +1 -1
- package/rich-text/viewer/nimble-rich-text-viewer.directive.d.ts +1 -1
- package/rich-text-mention/nimble-rich-text-mention-base.directive.d.ts +1 -1
- package/table/nimble-table.directive.d.ts +1 -1
- package/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.d.ts +1 -1
- package/table-column/anchor/nimble-table-column-anchor.directive.d.ts +1 -1
- package/table-column/date-text/nimble-table-column-date-text.directive.d.ts +1 -1
- package/table-column/duration-text/nimble-table-column-duration-text.directive.d.ts +1 -1
- package/table-column/enum-text/nimble-table-column-enum-text.directive.d.ts +1 -1
- package/table-column/icon/nimble-table-column-icon.directive.d.ts +1 -1
- package/table-column/nimble-table-column-base.directive.d.ts +1 -1
- package/table-column/number-text/nimble-table-column-number-text.directive.d.ts +1 -1
- package/table-column/text/nimble-table-column-text.directive.d.ts +1 -1
- package/thirdparty/directives/control_value_accessor.d.ts +2 -2
- package/thirdparty/directives/default_value_accessor.d.ts +1 -1
- package/thirdparty/directives/radio_control_value_accessor.d.ts +2 -2
- package/thirdparty/directives/router_link.d.ts +38 -41
- package/thirdparty/directives/select_control_value_accessor.d.ts +4 -4
- package/unit/byte/nimble-unit-byte.directive.d.ts +1 -1
- package/esm2020/card/nimble-card.directive.mjs +0 -18
- package/esm2020/card/nimble-card.module.mjs +0 -19
- package/esm2020/directives/anchor/nimble-anchor-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor/nimble-anchor-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor/nimble-anchor.directive.mjs +0 -51
- package/esm2020/directives/anchor/nimble-anchor.module.mjs +0 -21
- package/esm2020/directives/anchor-base/disableable-router-link-with-href.directive.mjs +0 -37
- package/esm2020/directives/anchor-base/nimble-anchor-base.directive.mjs +0 -73
- package/esm2020/directives/anchor-button/nimble-anchor-button-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-button/nimble-anchor-button-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-button/nimble-anchor-button.directive.mjs +0 -57
- package/esm2020/directives/anchor-button/nimble-anchor-button.module.mjs +0 -21
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item.directive.mjs +0 -31
- package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item.module.mjs +0 -21
- package/esm2020/directives/anchor-tab/nimble-anchor-tab-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-tab/nimble-anchor-tab-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-tab/nimble-anchor-tab.directive.mjs +0 -31
- package/esm2020/directives/anchor-tab/nimble-anchor-tab.module.mjs +0 -21
- package/esm2020/directives/anchor-tabs/nimble-anchor-tabs.directive.mjs +0 -33
- package/esm2020/directives/anchor-tabs/nimble-anchor-tabs.module.mjs +0 -19
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item-router-link-with-href.directive.mjs +0 -29
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item-router-link.directive.mjs +0 -19
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item.directive.mjs +0 -39
- package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item.module.mjs +0 -21
- package/esm2020/directives/banner/nimble-banner.directive.mjs +0 -70
- package/esm2020/directives/banner/nimble-banner.module.mjs +0 -19
- package/esm2020/directives/breadcrumb/nimble-breadcrumb.directive.mjs +0 -32
- package/esm2020/directives/breadcrumb/nimble-breadcrumb.module.mjs +0 -19
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item-router-link-with-href.directive.mjs +0 -63
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item-router-link.directive.mjs +0 -19
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item.directive.mjs +0 -22
- package/esm2020/directives/breadcrumb-item/nimble-breadcrumb-item.module.mjs +0 -21
- package/esm2020/directives/button/nimble-button.directive.mjs +0 -65
- package/esm2020/directives/button/nimble-button.module.mjs +0 -19
- package/esm2020/directives/card-button/nimble-card-button.directive.mjs +0 -39
- package/esm2020/directives/card-button/nimble-card-button.module.mjs +0 -19
- package/esm2020/directives/checkbox/nimble-checkbox-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/checkbox/nimble-checkbox.directive.mjs +0 -47
- package/esm2020/directives/checkbox/nimble-checkbox.module.mjs +0 -20
- package/esm2020/directives/combobox/nimble-combobox-control-value-accessor.directive.mjs +0 -176
- package/esm2020/directives/combobox/nimble-combobox.directive.mjs +0 -86
- package/esm2020/directives/combobox/nimble-combobox.module.mjs +0 -20
- package/esm2020/directives/dialog/nimble-dialog.directive.mjs +0 -66
- package/esm2020/directives/dialog/nimble-dialog.module.mjs +0 -21
- package/esm2020/directives/drawer/nimble-drawer.directive.mjs +0 -67
- package/esm2020/directives/drawer/nimble-drawer.module.mjs +0 -19
- package/esm2020/directives/icon-base/nimble-icon-base.directive.mjs +0 -25
- package/esm2020/directives/icons/add/nimble-icon-add.directive.mjs +0 -21
- package/esm2020/directives/icons/add/nimble-icon-add.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-down/nimble-icon-arrow-down.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-down/nimble-icon-arrow-down.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-down-right-and-arrow-up-left/nimble-icon-arrow-down-right-and-arrow-up-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-down/nimble-icon-arrow-expander-down.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-left/nimble-icon-arrow-expander-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-right/nimble-icon-arrow-expander-right.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-expander-up/nimble-icon-arrow-expander-up.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-in-circle/nimble-icon-arrow-in-circle.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-left-from-line/nimble-icon-arrow-left-from-line.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-out-circle/nimble-icon-arrow-out-circle.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-right-to-line/nimble-icon-arrow-right-to-line.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-rotate-right/nimble-icon-arrow-rotate-right.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-up/nimble-icon-arrow-up.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-up/nimble-icon-arrow-up.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.module.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.directive.mjs +0 -21
- package/esm2020/directives/icons/arrow-up-right-from-square/nimble-icon-arrow-up-right-from-square.module.mjs +0 -21
- package/esm2020/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.directive.mjs +0 -21
- package/esm2020/directives/icons/arrows-maximize/nimble-icon-arrows-maximize.module.mjs +0 -21
- package/esm2020/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.directive.mjs +0 -21
- package/esm2020/directives/icons/arrows-repeat/nimble-icon-arrows-repeat.module.mjs +0 -21
- package/esm2020/directives/icons/at/nimble-icon-at.directive.mjs +0 -21
- package/esm2020/directives/icons/at/nimble-icon-at.module.mjs +0 -21
- package/esm2020/directives/icons/bars/nimble-icon-bars.directive.mjs +0 -21
- package/esm2020/directives/icons/bars/nimble-icon-bars.module.mjs +0 -21
- package/esm2020/directives/icons/bell/nimble-icon-bell.directive.mjs +0 -21
- package/esm2020/directives/icons/bell/nimble-icon-bell.module.mjs +0 -21
- package/esm2020/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.directive.mjs +0 -21
- package/esm2020/directives/icons/bell-and-comment/nimble-icon-bell-and-comment.module.mjs +0 -21
- package/esm2020/directives/icons/bell-circle/nimble-icon-bell-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/bell-circle/nimble-icon-bell-circle.module.mjs +0 -21
- package/esm2020/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/bell-solid-circle/nimble-icon-bell-solid-circle.module.mjs +0 -21
- package/esm2020/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.directive.mjs +0 -21
- package/esm2020/directives/icons/block-with-ribbon/nimble-icon-block-with-ribbon.module.mjs +0 -21
- package/esm2020/directives/icons/bold-b/nimble-icon-bold-b.directive.mjs +0 -21
- package/esm2020/directives/icons/bold-b/nimble-icon-bold-b.module.mjs +0 -21
- package/esm2020/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.directive.mjs +0 -21
- package/esm2020/directives/icons/book-magnifying-glass/nimble-icon-book-magnifying-glass.module.mjs +0 -21
- package/esm2020/directives/icons/calendar/nimble-icon-calendar.directive.mjs +0 -21
- package/esm2020/directives/icons/calendar/nimble-icon-calendar.module.mjs +0 -21
- package/esm2020/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/calendar-check-lines/nimble-icon-calendar-check-lines.module.mjs +0 -21
- package/esm2020/directives/icons/calendar-day/nimble-icon-calendar-day.directive.mjs +0 -21
- package/esm2020/directives/icons/calendar-day/nimble-icon-calendar-day.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram/nimble-icon-chart-diagram.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram/nimble-icon-chart-diagram.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus/nimble-icon-chart-diagram-parent-focus.module.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.directive.mjs +0 -21
- package/esm2020/directives/icons/chart-diagram-parent-focus-two-child/nimble-icon-chart-diagram-parent-focus-two-child.module.mjs +0 -21
- package/esm2020/directives/icons/check/nimble-icon-check.directive.mjs +0 -21
- package/esm2020/directives/icons/check/nimble-icon-check.module.mjs +0 -21
- package/esm2020/directives/icons/check-dot/nimble-icon-check-dot.directive.mjs +0 -21
- package/esm2020/directives/icons/check-dot/nimble-icon-check-dot.module.mjs +0 -21
- package/esm2020/directives/icons/check-large/nimble-icon-check-large.directive.mjs +0 -21
- package/esm2020/directives/icons/check-large/nimble-icon-check-large.module.mjs +0 -21
- package/esm2020/directives/icons/circle/nimble-icon-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/circle/nimble-icon-circle.module.mjs +0 -21
- package/esm2020/directives/icons/circle-broken/nimble-icon-circle-broken.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-broken/nimble-icon-circle-broken.module.mjs +0 -21
- package/esm2020/directives/icons/circle-check/nimble-icon-circle-check.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-check/nimble-icon-circle-check.module.mjs +0 -21
- package/esm2020/directives/icons/circle-filled/nimble-icon-circle-filled.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-filled/nimble-icon-circle-filled.module.mjs +0 -21
- package/esm2020/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-partial-broken/nimble-icon-circle-partial-broken.module.mjs +0 -21
- package/esm2020/directives/icons/circle-slash/nimble-icon-circle-slash.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-slash/nimble-icon-circle-slash.module.mjs +0 -21
- package/esm2020/directives/icons/circle-x/nimble-icon-circle-x.directive.mjs +0 -21
- package/esm2020/directives/icons/circle-x/nimble-icon-circle-x.module.mjs +0 -21
- package/esm2020/directives/icons/clipboard/nimble-icon-clipboard.directive.mjs +0 -21
- package/esm2020/directives/icons/clipboard/nimble-icon-clipboard.module.mjs +0 -21
- package/esm2020/directives/icons/clock/nimble-icon-clock.directive.mjs +0 -21
- package/esm2020/directives/icons/clock/nimble-icon-clock.module.mjs +0 -21
- package/esm2020/directives/icons/clock-cog/nimble-icon-clock-cog.directive.mjs +0 -21
- package/esm2020/directives/icons/clock-cog/nimble-icon-clock-cog.module.mjs +0 -21
- package/esm2020/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.directive.mjs +0 -21
- package/esm2020/directives/icons/clock-exclamation/nimble-icon-clock-exclamation.module.mjs +0 -21
- package/esm2020/directives/icons/clock-triangle/nimble-icon-clock-triangle.directive.mjs +0 -21
- package/esm2020/directives/icons/clock-triangle/nimble-icon-clock-triangle.module.mjs +0 -21
- package/esm2020/directives/icons/clone/nimble-icon-clone.directive.mjs +0 -21
- package/esm2020/directives/icons/clone/nimble-icon-clone.module.mjs +0 -21
- package/esm2020/directives/icons/cloud/nimble-icon-cloud.directive.mjs +0 -21
- package/esm2020/directives/icons/cloud/nimble-icon-cloud.module.mjs +0 -21
- package/esm2020/directives/icons/cloud-upload/nimble-icon-cloud-upload.directive.mjs +0 -21
- package/esm2020/directives/icons/cloud-upload/nimble-icon-cloud-upload.module.mjs +0 -21
- package/esm2020/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.directive.mjs +0 -21
- package/esm2020/directives/icons/cloud-with-arrow/nimble-icon-cloud-with-arrow.module.mjs +0 -21
- package/esm2020/directives/icons/cog/nimble-icon-cog.directive.mjs +0 -21
- package/esm2020/directives/icons/cog/nimble-icon-cog.module.mjs +0 -21
- package/esm2020/directives/icons/cog-database/nimble-icon-cog-database.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-database/nimble-icon-cog-database.module.mjs +0 -21
- package/esm2020/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-database-inset/nimble-icon-cog-database-inset.module.mjs +0 -21
- package/esm2020/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-small-cog/nimble-icon-cog-small-cog.module.mjs +0 -21
- package/esm2020/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.directive.mjs +0 -21
- package/esm2020/directives/icons/cog-zoomed/nimble-icon-cog-zoomed.module.mjs +0 -21
- package/esm2020/directives/icons/comment/nimble-icon-comment.directive.mjs +0 -21
- package/esm2020/directives/icons/comment/nimble-icon-comment.module.mjs +0 -21
- package/esm2020/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.directive.mjs +0 -21
- package/esm2020/directives/icons/computer-and-monitor/nimble-icon-computer-and-monitor.module.mjs +0 -21
- package/esm2020/directives/icons/copy/nimble-icon-copy.directive.mjs +0 -21
- package/esm2020/directives/icons/copy/nimble-icon-copy.module.mjs +0 -21
- package/esm2020/directives/icons/copy-text/nimble-icon-copy-text.directive.mjs +0 -21
- package/esm2020/directives/icons/copy-text/nimble-icon-copy-text.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder/nimble-icon-dashboard-builder.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-legend/nimble-icon-dashboard-builder-legend.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-templates/nimble-icon-dashboard-builder-templates.module.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.directive.mjs +0 -21
- package/esm2020/directives/icons/dashboard-builder-tile/nimble-icon-dashboard-builder-tile.module.mjs +0 -21
- package/esm2020/directives/icons/database/nimble-icon-database.directive.mjs +0 -21
- package/esm2020/directives/icons/database/nimble-icon-database.module.mjs +0 -21
- package/esm2020/directives/icons/database-check/nimble-icon-database-check.directive.mjs +0 -21
- package/esm2020/directives/icons/database-check/nimble-icon-database-check.module.mjs +0 -21
- package/esm2020/directives/icons/desktop/nimble-icon-desktop.directive.mjs +0 -21
- package/esm2020/directives/icons/desktop/nimble-icon-desktop.module.mjs +0 -21
- package/esm2020/directives/icons/donut-chart/nimble-icon-donut-chart.directive.mjs +0 -21
- package/esm2020/directives/icons/donut-chart/nimble-icon-donut-chart.module.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.directive.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke/nimble-icon-dot-solid-dot-stroke.module.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.directive.mjs +0 -21
- package/esm2020/directives/icons/dot-solid-dot-stroke-measurement/nimble-icon-dot-solid-dot-stroke-measurement.module.mjs +0 -21
- package/esm2020/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.directive.mjs +0 -21
- package/esm2020/directives/icons/down-right-from-square/nimble-icon-down-right-from-square.module.mjs +0 -21
- package/esm2020/directives/icons/download/nimble-icon-download.directive.mjs +0 -21
- package/esm2020/directives/icons/download/nimble-icon-download.module.mjs +0 -21
- package/esm2020/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.directive.mjs +0 -21
- package/esm2020/directives/icons/electronic-chip-zoomed/nimble-icon-electronic-chip-zoomed.module.mjs +0 -21
- package/esm2020/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.directive.mjs +0 -21
- package/esm2020/directives/icons/exclamation-mark/nimble-icon-exclamation-mark.module.mjs +0 -21
- package/esm2020/directives/icons/eye/nimble-icon-eye.directive.mjs +0 -21
- package/esm2020/directives/icons/eye/nimble-icon-eye.module.mjs +0 -21
- package/esm2020/directives/icons/eye-dash/nimble-icon-eye-dash.directive.mjs +0 -21
- package/esm2020/directives/icons/eye-dash/nimble-icon-eye-dash.module.mjs +0 -21
- package/esm2020/directives/icons/fancy-a/nimble-icon-fancy-a.directive.mjs +0 -21
- package/esm2020/directives/icons/fancy-a/nimble-icon-fancy-a.module.mjs +0 -21
- package/esm2020/directives/icons/file/nimble-icon-file.directive.mjs +0 -21
- package/esm2020/directives/icons/file/nimble-icon-file.module.mjs +0 -21
- package/esm2020/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.directive.mjs +0 -21
- package/esm2020/directives/icons/file-arrow-curved-right/nimble-icon-file-arrow-curved-right.module.mjs +0 -21
- package/esm2020/directives/icons/file-drawer/nimble-icon-file-drawer.directive.mjs +0 -21
- package/esm2020/directives/icons/file-drawer/nimble-icon-file-drawer.module.mjs +0 -21
- package/esm2020/directives/icons/file-search/nimble-icon-file-search.directive.mjs +0 -21
- package/esm2020/directives/icons/file-search/nimble-icon-file-search.module.mjs +0 -21
- package/esm2020/directives/icons/filter/nimble-icon-filter.directive.mjs +0 -21
- package/esm2020/directives/icons/filter/nimble-icon-filter.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk/nimble-icon-floppy-disk.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk/nimble-icon-floppy-disk.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-checkmark/nimble-icon-floppy-disk-checkmark.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-pen/nimble-icon-floppy-disk-pen.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-star-arrow-right/nimble-icon-floppy-disk-star-arrow-right.module.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.directive.mjs +0 -21
- package/esm2020/directives/icons/floppy-disk-three-dots/nimble-icon-floppy-disk-three-dots.module.mjs +0 -21
- package/esm2020/directives/icons/folder/nimble-icon-folder.directive.mjs +0 -21
- package/esm2020/directives/icons/folder/nimble-icon-folder.module.mjs +0 -21
- package/esm2020/directives/icons/folder-open/nimble-icon-folder-open.directive.mjs +0 -21
- package/esm2020/directives/icons/folder-open/nimble-icon-folder-open.module.mjs +0 -21
- package/esm2020/directives/icons/forward-slash/nimble-icon-forward-slash.directive.mjs +0 -21
- package/esm2020/directives/icons/forward-slash/nimble-icon-forward-slash.module.mjs +0 -21
- package/esm2020/directives/icons/four-dots-square/nimble-icon-four-dots-square.directive.mjs +0 -21
- package/esm2020/directives/icons/four-dots-square/nimble-icon-four-dots-square.module.mjs +0 -21
- package/esm2020/directives/icons/function/nimble-icon-function.directive.mjs +0 -21
- package/esm2020/directives/icons/function/nimble-icon-function.module.mjs +0 -21
- package/esm2020/directives/icons/gauge-simple/nimble-icon-gauge-simple.directive.mjs +0 -21
- package/esm2020/directives/icons/gauge-simple/nimble-icon-gauge-simple.module.mjs +0 -21
- package/esm2020/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.directive.mjs +0 -21
- package/esm2020/directives/icons/grid-three-by-three/nimble-icon-grid-three-by-three.module.mjs +0 -21
- package/esm2020/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.directive.mjs +0 -21
- package/esm2020/directives/icons/grid-two-by-two/nimble-icon-grid-two-by-two.module.mjs +0 -21
- package/esm2020/directives/icons/hammer/nimble-icon-hammer.directive.mjs +0 -21
- package/esm2020/directives/icons/hammer/nimble-icon-hammer.module.mjs +0 -21
- package/esm2020/directives/icons/hashtag/nimble-icon-hashtag.directive.mjs +0 -21
- package/esm2020/directives/icons/hashtag/nimble-icon-hashtag.module.mjs +0 -21
- package/esm2020/directives/icons/home/nimble-icon-home.directive.mjs +0 -21
- package/esm2020/directives/icons/home/nimble-icon-home.module.mjs +0 -21
- package/esm2020/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.directive.mjs +0 -21
- package/esm2020/directives/icons/horizontal-triangle-outline/nimble-icon-horizontal-triangle-outline.module.mjs +0 -21
- package/esm2020/directives/icons/hourglass/nimble-icon-hourglass.directive.mjs +0 -21
- package/esm2020/directives/icons/hourglass/nimble-icon-hourglass.module.mjs +0 -21
- package/esm2020/directives/icons/indent/nimble-icon-indent.directive.mjs +0 -21
- package/esm2020/directives/icons/indent/nimble-icon-indent.module.mjs +0 -21
- package/esm2020/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.directive.mjs +0 -21
- package/esm2020/directives/icons/indeterminant-checkbox/nimble-icon-indeterminant-checkbox.module.mjs +0 -21
- package/esm2020/directives/icons/info/nimble-icon-info.directive.mjs +0 -21
- package/esm2020/directives/icons/info/nimble-icon-info.module.mjs +0 -21
- package/esm2020/directives/icons/info-circle/nimble-icon-info-circle.directive.mjs +0 -21
- package/esm2020/directives/icons/info-circle/nimble-icon-info-circle.module.mjs +0 -21
- package/esm2020/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.directive.mjs +0 -21
- package/esm2020/directives/icons/inward-squares-three/nimble-icon-inward-squares-three.module.mjs +0 -21
- package/esm2020/directives/icons/italic-i/nimble-icon-italic-i.directive.mjs +0 -21
- package/esm2020/directives/icons/italic-i/nimble-icon-italic-i.module.mjs +0 -21
- package/esm2020/directives/icons/key/nimble-icon-key.directive.mjs +0 -21
- package/esm2020/directives/icons/key/nimble-icon-key.module.mjs +0 -21
- package/esm2020/directives/icons/laptop/nimble-icon-laptop.directive.mjs +0 -21
- package/esm2020/directives/icons/laptop/nimble-icon-laptop.module.mjs +0 -21
- package/esm2020/directives/icons/layer-group/nimble-icon-layer-group.directive.mjs +0 -21
- package/esm2020/directives/icons/layer-group/nimble-icon-layer-group.module.mjs +0 -21
- package/esm2020/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.directive.mjs +0 -21
- package/esm2020/directives/icons/lightning-bolt/nimble-icon-lightning-bolt.module.mjs +0 -21
- package/esm2020/directives/icons/link/nimble-icon-link.directive.mjs +0 -21
- package/esm2020/directives/icons/link/nimble-icon-link.module.mjs +0 -21
- package/esm2020/directives/icons/link-cancel/nimble-icon-link-cancel.directive.mjs +0 -21
- package/esm2020/directives/icons/link-cancel/nimble-icon-link-cancel.module.mjs +0 -21
- package/esm2020/directives/icons/list/nimble-icon-list.directive.mjs +0 -21
- package/esm2020/directives/icons/list/nimble-icon-list.module.mjs +0 -21
- package/esm2020/directives/icons/list-tree/nimble-icon-list-tree.directive.mjs +0 -21
- package/esm2020/directives/icons/list-tree/nimble-icon-list-tree.module.mjs +0 -21
- package/esm2020/directives/icons/list-tree-database/nimble-icon-list-tree-database.directive.mjs +0 -21
- package/esm2020/directives/icons/list-tree-database/nimble-icon-list-tree-database.module.mjs +0 -21
- package/esm2020/directives/icons/lock/nimble-icon-lock.directive.mjs +0 -21
- package/esm2020/directives/icons/lock/nimble-icon-lock.module.mjs +0 -21
- package/esm2020/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.directive.mjs +0 -21
- package/esm2020/directives/icons/magnifying-glass/nimble-icon-magnifying-glass.module.mjs +0 -21
- package/esm2020/directives/icons/markdown/nimble-icon-markdown.directive.mjs +0 -21
- package/esm2020/directives/icons/markdown/nimble-icon-markdown.module.mjs +0 -21
- package/esm2020/directives/icons/minus/nimble-icon-minus.directive.mjs +0 -21
- package/esm2020/directives/icons/minus/nimble-icon-minus.module.mjs +0 -21
- package/esm2020/directives/icons/minus-wide/nimble-icon-minus-wide.directive.mjs +0 -21
- package/esm2020/directives/icons/minus-wide/nimble-icon-minus-wide.module.mjs +0 -21
- package/esm2020/directives/icons/mobile/nimble-icon-mobile.directive.mjs +0 -21
- package/esm2020/directives/icons/mobile/nimble-icon-mobile.module.mjs +0 -21
- package/esm2020/directives/icons/ni/nimble-icon-ni.directive.mjs +0 -21
- package/esm2020/directives/icons/ni/nimble-icon-ni.module.mjs +0 -21
- package/esm2020/directives/icons/notebook/nimble-icon-notebook.directive.mjs +0 -21
- package/esm2020/directives/icons/notebook/nimble-icon-notebook.module.mjs +0 -21
- package/esm2020/directives/icons/number-list/nimble-icon-number-list.directive.mjs +0 -21
- package/esm2020/directives/icons/number-list/nimble-icon-number-list.module.mjs +0 -21
- package/esm2020/directives/icons/outdent/nimble-icon-outdent.directive.mjs +0 -21
- package/esm2020/directives/icons/outdent/nimble-icon-outdent.module.mjs +0 -21
- package/esm2020/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.directive.mjs +0 -21
- package/esm2020/directives/icons/outward-squares-three/nimble-icon-outward-squares-three.module.mjs +0 -21
- package/esm2020/directives/icons/paste/nimble-icon-paste.directive.mjs +0 -21
- package/esm2020/directives/icons/paste/nimble-icon-paste.module.mjs +0 -21
- package/esm2020/directives/icons/pause/nimble-icon-pause.directive.mjs +0 -21
- package/esm2020/directives/icons/pause/nimble-icon-pause.module.mjs +0 -21
- package/esm2020/directives/icons/pencil/nimble-icon-pencil.directive.mjs +0 -21
- package/esm2020/directives/icons/pencil/nimble-icon-pencil.module.mjs +0 -21
- package/esm2020/directives/icons/play/nimble-icon-play.directive.mjs +0 -21
- package/esm2020/directives/icons/play/nimble-icon-play.module.mjs +0 -21
- package/esm2020/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.directive.mjs +0 -21
- package/esm2020/directives/icons/pot-with-lid/nimble-icon-pot-with-lid.module.mjs +0 -21
- package/esm2020/directives/icons/question/nimble-icon-question.directive.mjs +0 -21
- package/esm2020/directives/icons/question/nimble-icon-question.module.mjs +0 -21
- package/esm2020/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/rectangle-check-lines/nimble-icon-rectangle-check-lines.module.mjs +0 -21
- package/esm2020/directives/icons/running-arrow/nimble-icon-running-arrow.directive.mjs +0 -21
- package/esm2020/directives/icons/running-arrow/nimble-icon-running-arrow.module.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines/nimble-icon-screen-check-lines.module.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.directive.mjs +0 -21
- package/esm2020/directives/icons/screen-check-lines-calendar/nimble-icon-screen-check-lines-calendar.module.mjs +0 -21
- package/esm2020/directives/icons/server/nimble-icon-server.directive.mjs +0 -21
- package/esm2020/directives/icons/server/nimble-icon-server.module.mjs +0 -21
- package/esm2020/directives/icons/share-nodes/nimble-icon-share-nodes.directive.mjs +0 -21
- package/esm2020/directives/icons/share-nodes/nimble-icon-share-nodes.module.mjs +0 -21
- package/esm2020/directives/icons/shield-check/nimble-icon-shield-check.directive.mjs +0 -21
- package/esm2020/directives/icons/shield-check/nimble-icon-shield-check.module.mjs +0 -21
- package/esm2020/directives/icons/shield-xmark/nimble-icon-shield-xmark.directive.mjs +0 -21
- package/esm2020/directives/icons/shield-xmark/nimble-icon-shield-xmark.module.mjs +0 -21
- package/esm2020/directives/icons/signal-bars/nimble-icon-signal-bars.directive.mjs +0 -21
- package/esm2020/directives/icons/signal-bars/nimble-icon-signal-bars.module.mjs +0 -21
- package/esm2020/directives/icons/sine-graph/nimble-icon-sine-graph.directive.mjs +0 -21
- package/esm2020/directives/icons/sine-graph/nimble-icon-sine-graph.module.mjs +0 -21
- package/esm2020/directives/icons/skip-arrow/nimble-icon-skip-arrow.directive.mjs +0 -21
- package/esm2020/directives/icons/skip-arrow/nimble-icon-skip-arrow.module.mjs +0 -21
- package/esm2020/directives/icons/spinner/nimble-icon-spinner.directive.mjs +0 -21
- package/esm2020/directives/icons/spinner/nimble-icon-spinner.module.mjs +0 -21
- package/esm2020/directives/icons/square-check/nimble-icon-square-check.directive.mjs +0 -21
- package/esm2020/directives/icons/square-check/nimble-icon-square-check.module.mjs +0 -21
- package/esm2020/directives/icons/square-t/nimble-icon-square-t.directive.mjs +0 -21
- package/esm2020/directives/icons/square-t/nimble-icon-square-t.module.mjs +0 -21
- package/esm2020/directives/icons/square-x/nimble-icon-square-x.directive.mjs +0 -21
- package/esm2020/directives/icons/square-x/nimble-icon-square-x.module.mjs +0 -21
- package/esm2020/directives/icons/stop-square/nimble-icon-stop-square.directive.mjs +0 -21
- package/esm2020/directives/icons/stop-square/nimble-icon-stop-square.module.mjs +0 -21
- package/esm2020/directives/icons/systemlink/nimble-icon-systemlink.directive.mjs +0 -21
- package/esm2020/directives/icons/systemlink/nimble-icon-systemlink.module.mjs +0 -21
- package/esm2020/directives/icons/t/nimble-icon-t.directive.mjs +0 -21
- package/esm2020/directives/icons/t/nimble-icon-t.module.mjs +0 -21
- package/esm2020/directives/icons/tablet/nimble-icon-tablet.directive.mjs +0 -21
- package/esm2020/directives/icons/tablet/nimble-icon-tablet.module.mjs +0 -21
- package/esm2020/directives/icons/tag/nimble-icon-tag.directive.mjs +0 -21
- package/esm2020/directives/icons/tag/nimble-icon-tag.module.mjs +0 -21
- package/esm2020/directives/icons/tags/nimble-icon-tags.directive.mjs +0 -21
- package/esm2020/directives/icons/tags/nimble-icon-tags.module.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.directive.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs/nimble-icon-target-crosshairs.module.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.directive.mjs +0 -21
- package/esm2020/directives/icons/target-crosshairs-progress/nimble-icon-target-crosshairs-progress.module.mjs +0 -21
- package/esm2020/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.directive.mjs +0 -21
- package/esm2020/directives/icons/three-circles-ascending-container/nimble-icon-three-circles-ascending-container.module.mjs +0 -21
- package/esm2020/directives/icons/three-dots-line/nimble-icon-three-dots-line.directive.mjs +0 -21
- package/esm2020/directives/icons/three-dots-line/nimble-icon-three-dots-line.module.mjs +0 -21
- package/esm2020/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/three-vertical-lines/nimble-icon-three-vertical-lines.module.mjs +0 -21
- package/esm2020/directives/icons/thumbtack/nimble-icon-thumbtack.directive.mjs +0 -21
- package/esm2020/directives/icons/thumbtack/nimble-icon-thumbtack.module.mjs +0 -21
- package/esm2020/directives/icons/tile-size/nimble-icon-tile-size.directive.mjs +0 -21
- package/esm2020/directives/icons/tile-size/nimble-icon-tile-size.module.mjs +0 -21
- package/esm2020/directives/icons/times/nimble-icon-times.directive.mjs +0 -21
- package/esm2020/directives/icons/times/nimble-icon-times.module.mjs +0 -21
- package/esm2020/directives/icons/trash/nimble-icon-trash.directive.mjs +0 -21
- package/esm2020/directives/icons/trash/nimble-icon-trash.module.mjs +0 -21
- package/esm2020/directives/icons/triangle/nimble-icon-triangle.directive.mjs +0 -21
- package/esm2020/directives/icons/triangle/nimble-icon-triangle.module.mjs +0 -21
- package/esm2020/directives/icons/triangle-filled/nimble-icon-triangle-filled.directive.mjs +0 -21
- package/esm2020/directives/icons/triangle-filled/nimble-icon-triangle-filled.module.mjs +0 -21
- package/esm2020/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.directive.mjs +0 -21
- package/esm2020/directives/icons/triangle-two-lines-horizontal/nimble-icon-triangle-two-lines-horizontal.module.mjs +0 -21
- package/esm2020/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.directive.mjs +0 -21
- package/esm2020/directives/icons/true-false-rectangle/nimble-icon-true-false-rectangle.module.mjs +0 -21
- package/esm2020/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.directive.mjs +0 -21
- package/esm2020/directives/icons/two-squares-in-brackets/nimble-icon-two-squares-in-brackets.module.mjs +0 -21
- package/esm2020/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.directive.mjs +0 -21
- package/esm2020/directives/icons/two-triangles-between-lines/nimble-icon-two-triangles-between-lines.module.mjs +0 -21
- package/esm2020/directives/icons/unlink/nimble-icon-unlink.directive.mjs +0 -21
- package/esm2020/directives/icons/unlink/nimble-icon-unlink.module.mjs +0 -21
- package/esm2020/directives/icons/unlock/nimble-icon-unlock.directive.mjs +0 -21
- package/esm2020/directives/icons/unlock/nimble-icon-unlock.module.mjs +0 -21
- package/esm2020/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.directive.mjs +0 -21
- package/esm2020/directives/icons/up-right-from-square/nimble-icon-up-right-from-square.module.mjs +0 -21
- package/esm2020/directives/icons/upload/nimble-icon-upload.directive.mjs +0 -21
- package/esm2020/directives/icons/upload/nimble-icon-upload.module.mjs +0 -21
- package/esm2020/directives/icons/user/nimble-icon-user.directive.mjs +0 -21
- package/esm2020/directives/icons/user/nimble-icon-user.module.mjs +0 -21
- package/esm2020/directives/icons/watch/nimble-icon-watch.directive.mjs +0 -21
- package/esm2020/directives/icons/watch/nimble-icon-watch.module.mjs +0 -21
- package/esm2020/directives/icons/waveform/nimble-icon-waveform.directive.mjs +0 -21
- package/esm2020/directives/icons/waveform/nimble-icon-waveform.module.mjs +0 -21
- package/esm2020/directives/icons/webvi-custom/nimble-icon-webvi-custom.directive.mjs +0 -21
- package/esm2020/directives/icons/webvi-custom/nimble-icon-webvi-custom.module.mjs +0 -21
- package/esm2020/directives/icons/webvi-host/nimble-icon-webvi-host.directive.mjs +0 -21
- package/esm2020/directives/icons/webvi-host/nimble-icon-webvi-host.module.mjs +0 -21
- package/esm2020/directives/icons/window-code/nimble-icon-window-code.directive.mjs +0 -21
- package/esm2020/directives/icons/window-code/nimble-icon-window-code.module.mjs +0 -21
- package/esm2020/directives/icons/window-text/nimble-icon-window-text.directive.mjs +0 -21
- package/esm2020/directives/icons/window-text/nimble-icon-window-text.module.mjs +0 -21
- package/esm2020/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.directive.mjs +0 -21
- package/esm2020/directives/icons/wrench-hammer/nimble-icon-wrench-hammer.module.mjs +0 -21
- package/esm2020/directives/icons/xmark/nimble-icon-xmark.directive.mjs +0 -21
- package/esm2020/directives/icons/xmark/nimble-icon-xmark.module.mjs +0 -21
- package/esm2020/directives/icons/xmark-check/nimble-icon-xmark-check.directive.mjs +0 -21
- package/esm2020/directives/icons/xmark-check/nimble-icon-xmark-check.module.mjs +0 -21
- package/esm2020/directives/list-option/nimble-combobox-list-option.directive.mjs +0 -55
- package/esm2020/directives/list-option/nimble-list-option.directive.mjs +0 -50
- package/esm2020/directives/list-option/nimble-list-option.module.mjs +0 -33
- package/esm2020/directives/list-option/nimble-select-list-option.directive.mjs +0 -29
- package/esm2020/directives/menu/nimble-menu.directive.mjs +0 -18
- package/esm2020/directives/menu/nimble-menu.module.mjs +0 -19
- package/esm2020/directives/menu-button/nimble-menu-button.directive.mjs +0 -65
- package/esm2020/directives/menu-button/nimble-menu-button.module.mjs +0 -19
- package/esm2020/directives/menu-item/nimble-menu-item.directive.mjs +0 -31
- package/esm2020/directives/menu-item/nimble-menu-item.module.mjs +0 -19
- package/esm2020/directives/number-field/nimble-number-field-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/number-field/nimble-number-field.directive.mjs +0 -103
- package/esm2020/directives/number-field/nimble-number-field.module.mjs +0 -20
- package/esm2020/directives/radio/nimble-radio-control-value-accessor.directive.mjs +0 -85
- package/esm2020/directives/radio/nimble-radio.directive.mjs +0 -31
- package/esm2020/directives/radio/nimble-radio.module.mjs +0 -21
- package/esm2020/directives/radio-group/nimble-radio-group.directive.mjs +0 -48
- package/esm2020/directives/radio-group/nimble-radio-group.module.mjs +0 -19
- package/esm2020/directives/select/nimble-select-control-value-accessor.directive.mjs +0 -34
- package/esm2020/directives/select/nimble-select.directive.mjs +0 -68
- package/esm2020/directives/select/nimble-select.module.mjs +0 -20
- package/esm2020/directives/spinner/nimble-spinner.directive.mjs +0 -30
- package/esm2020/directives/spinner/nimble-spinner.module.mjs +0 -19
- package/esm2020/directives/switch/nimble-switch-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/switch/nimble-switch.directive.mjs +0 -39
- package/esm2020/directives/switch/nimble-switch.module.mjs +0 -20
- package/esm2020/directives/tab/nimble-tab.directive.mjs +0 -31
- package/esm2020/directives/tab/nimble-tab.module.mjs +0 -19
- package/esm2020/directives/tab-panel/nimble-tab-panel.directive.mjs +0 -18
- package/esm2020/directives/tab-panel/nimble-tab-panel.module.mjs +0 -19
- package/esm2020/directives/tabs/nimble-tabs.directive.mjs +0 -41
- package/esm2020/directives/tabs/nimble-tabs.module.mjs +0 -19
- package/esm2020/directives/tabs-toolbar/nimble-tabs-toolbar.directive.mjs +0 -18
- package/esm2020/directives/tabs-toolbar/nimble-tabs-toolbar.module.mjs +0 -19
- package/esm2020/directives/text-area/nimble-text-area-control-value-accessor.directive.mjs +0 -39
- package/esm2020/directives/text-area/nimble-text-area.directive.mjs +0 -153
- package/esm2020/directives/text-area/nimble-text-area.module.mjs +0 -20
- package/esm2020/directives/text-field/nimble-text-field-control-value-accessor.directive.mjs +0 -39
- package/esm2020/directives/text-field/nimble-text-field.directive.mjs +0 -151
- package/esm2020/directives/text-field/nimble-text-field.module.mjs +0 -20
- package/esm2020/directives/theme-provider/nimble-theme-provider.directive.mjs +0 -46
- package/esm2020/directives/theme-provider/nimble-theme-provider.module.mjs +0 -19
- package/esm2020/directives/toggle-button/nimble-toggle-button-control-value-accessor.directive.mjs +0 -32
- package/esm2020/directives/toggle-button/nimble-toggle-button.directive.mjs +0 -65
- package/esm2020/directives/toggle-button/nimble-toggle-button.module.mjs +0 -20
- package/esm2020/directives/toolbar/nimble-toolbar.directive.mjs +0 -18
- package/esm2020/directives/toolbar/nimble-toolbar.module.mjs +0 -19
- package/esm2020/directives/tooltip/nimble-tooltip.directive.mjs +0 -58
- package/esm2020/directives/tooltip/nimble-tooltip.module.mjs +0 -19
- package/esm2020/directives/tree-item/nimble-tree-item.directive.mjs +0 -60
- package/esm2020/directives/tree-item/nimble-tree-item.module.mjs +0 -19
- package/esm2020/directives/tree-view/nimble-tree-view.directive.mjs +0 -33
- package/esm2020/directives/tree-view/nimble-tree-view.module.mjs +0 -19
- package/esm2020/label-provider/core/nimble-label-provider-core-with-defaults.directive.mjs +0 -30
- package/esm2020/label-provider/core/nimble-label-provider-core.directive.mjs +0 -93
- package/esm2020/label-provider/core/nimble-label-provider-core.module.mjs +0 -22
- package/esm2020/label-provider/rich-text/nimble-label-provider-rich-text-with-defaults.directive.mjs +0 -26
- package/esm2020/label-provider/rich-text/nimble-label-provider-rich-text.directive.mjs +0 -57
- package/esm2020/label-provider/rich-text/nimble-label-provider-rich-text.module.mjs +0 -22
- package/esm2020/label-provider/table/nimble-label-provider-table-with-defaults.directive.mjs +0 -38
- package/esm2020/label-provider/table/nimble-label-provider-table.directive.mjs +0 -167
- package/esm2020/label-provider/table/nimble-label-provider-table.module.mjs +0 -22
- package/esm2020/mapping/base/nimble-mapping-base.directive.mjs +0 -25
- package/esm2020/mapping/icon/nimble-mapping-icon.directive.mjs +0 -48
- package/esm2020/mapping/icon/nimble-mapping-icon.module.mjs +0 -19
- package/esm2020/mapping/spinner/nimble-mapping-spinner.directive.mjs +0 -32
- package/esm2020/mapping/spinner/nimble-mapping-spinner.module.mjs +0 -19
- package/esm2020/mapping/text/nimble-mapping-text.directive.mjs +0 -32
- package/esm2020/mapping/text/nimble-mapping-text.module.mjs +0 -19
- package/esm2020/mapping/user/nimble-mapping-user.directive.mjs +0 -33
- package/esm2020/mapping/user/nimble-mapping-user.module.mjs +0 -19
- package/esm2020/pipes/duration.pipe.mjs +0 -31
- package/esm2020/pipes/number-text.pipe.mjs +0 -30
- package/esm2020/rich-text/editor/nimble-rich-text-editor.directive.mjs +0 -93
- package/esm2020/rich-text/editor/nimble-rich-text-editor.module.mjs +0 -19
- package/esm2020/rich-text/viewer/nimble-rich-text-viewer.directive.mjs +0 -37
- package/esm2020/rich-text/viewer/nimble-rich-text-viewer.module.mjs +0 -19
- package/esm2020/rich-text-mention/nimble-rich-text-mention-base.directive.mjs +0 -40
- package/esm2020/rich-text-mention/users/nimble-rich-text-mention-users.directive.mjs +0 -19
- package/esm2020/rich-text-mention/users/nimble-rich-text-mention-users.module.mjs +0 -19
- package/esm2020/table/nimble-table.directive.mjs +0 -95
- package/esm2020/table/nimble-table.module.mjs +0 -19
- package/esm2020/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.mjs +0 -49
- package/esm2020/table-column/anchor/nimble-table-column-anchor.directive.mjs +0 -160
- package/esm2020/table-column/anchor/nimble-table-column-anchor.module.mjs +0 -20
- package/esm2020/table-column/date-text/nimble-table-column-date-text.directive.mjs +0 -267
- package/esm2020/table-column/date-text/nimble-table-column-date-text.module.mjs +0 -19
- package/esm2020/table-column/duration-text/nimble-table-column-duration-text.directive.mjs +0 -76
- package/esm2020/table-column/duration-text/nimble-table-column-duration-text.module.mjs +0 -19
- package/esm2020/table-column/enum-text/nimble-table-column-enum-text.directive.mjs +0 -79
- package/esm2020/table-column/enum-text/nimble-table-column-enum-text.module.mjs +0 -19
- package/esm2020/table-column/icon/nimble-table-column-icon.directive.mjs +0 -77
- package/esm2020/table-column/icon/nimble-table-column-icon.module.mjs +0 -19
- package/esm2020/table-column/nimble-table-column-base.directive.mjs +0 -80
- package/esm2020/table-column/number-text/nimble-table-column-number-text.directive.mjs +0 -111
- package/esm2020/table-column/number-text/nimble-table-column-number-text.module.mjs +0 -19
- package/esm2020/table-column/text/nimble-table-column-text.directive.mjs +0 -76
- package/esm2020/table-column/text/nimble-table-column-text.module.mjs +0 -19
- package/esm2020/thirdparty/directives/checkbox_value_accessor.mjs +0 -70
- package/esm2020/thirdparty/directives/control_value_accessor.mjs +0 -216
- package/esm2020/thirdparty/directives/default_value_accessor.mjs +0 -141
- package/esm2020/thirdparty/directives/number_value_accessor.mjs +0 -82
- package/esm2020/thirdparty/directives/radio_control_value_accessor.mjs +0 -234
- package/esm2020/thirdparty/directives/router_link.mjs +0 -354
- package/esm2020/thirdparty/directives/select_control_value_accessor.mjs +0 -242
- package/esm2020/thirdparty/utils/coercion.mjs +0 -18
- package/esm2020/unit/byte/nimble-unit-byte.directive.mjs +0 -31
- package/esm2020/unit/byte/nimble-unit-byte.module.mjs +0 -19
- package/esm2020/unit/volt/nimble-unit-volt.directive.mjs +0 -18
- package/esm2020/unit/volt/nimble-unit-volt.module.mjs +0 -19
- package/fesm2015/ni-nimble-angular-card.mjs +0 -39
- package/fesm2015/ni-nimble-angular-card.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-label-provider-core.mjs +0 -146
- package/fesm2015/ni-nimble-angular-label-provider-core.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-label-provider-rich-text.mjs +0 -106
- package/fesm2015/ni-nimble-angular-label-provider-rich-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-label-provider-table.mjs +0 -228
- package/fesm2015/ni-nimble-angular-label-provider-table.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-base.mjs +0 -32
- package/fesm2015/ni-nimble-angular-mapping-base.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-icon.mjs +0 -69
- package/fesm2015/ni-nimble-angular-mapping-icon.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-spinner.mjs +0 -53
- package/fesm2015/ni-nimble-angular-mapping-spinner.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-text.mjs +0 -53
- package/fesm2015/ni-nimble-angular-mapping-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-mapping-user.mjs +0 -54
- package/fesm2015/ni-nimble-angular-mapping-user.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-pipes.mjs +0 -74
- package/fesm2015/ni-nimble-angular-pipes.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-editor.mjs +0 -116
- package/fesm2015/ni-nimble-angular-rich-text-editor.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-mention-users.mjs +0 -41
- package/fesm2015/ni-nimble-angular-rich-text-mention-users.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-mention.mjs +0 -47
- package/fesm2015/ni-nimble-angular-rich-text-mention.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-rich-text-viewer.mjs +0 -60
- package/fesm2015/ni-nimble-angular-rich-text-viewer.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-anchor.mjs +0 -228
- package/fesm2015/ni-nimble-angular-table-column-anchor.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-date-text.mjs +0 -288
- package/fesm2015/ni-nimble-angular-table-column-date-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-duration-text.mjs +0 -97
- package/fesm2015/ni-nimble-angular-table-column-duration-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-enum-text.mjs +0 -100
- package/fesm2015/ni-nimble-angular-table-column-enum-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-icon.mjs +0 -98
- package/fesm2015/ni-nimble-angular-table-column-icon.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-number-text.mjs +0 -132
- package/fesm2015/ni-nimble-angular-table-column-number-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column-text.mjs +0 -97
- package/fesm2015/ni-nimble-angular-table-column-text.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table-column.mjs +0 -86
- package/fesm2015/ni-nimble-angular-table-column.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-table.mjs +0 -126
- package/fesm2015/ni-nimble-angular-table.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-unit-byte.mjs +0 -52
- package/fesm2015/ni-nimble-angular-unit-byte.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular-unit-volt.mjs +0 -39
- package/fesm2015/ni-nimble-angular-unit-volt.mjs.map +0 -1
- package/fesm2015/ni-nimble-angular.mjs +0 -10740
- package/fesm2015/ni-nimble-angular.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-card.mjs +0 -39
- package/fesm2020/ni-nimble-angular-card.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-internal-utilities.mjs +0 -53
- package/fesm2020/ni-nimble-angular-internal-utilities.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-label-provider-core.mjs +0 -146
- package/fesm2020/ni-nimble-angular-label-provider-core.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-label-provider-rich-text.mjs +0 -106
- package/fesm2020/ni-nimble-angular-label-provider-rich-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-label-provider-table.mjs +0 -228
- package/fesm2020/ni-nimble-angular-label-provider-table.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-base.mjs +0 -32
- package/fesm2020/ni-nimble-angular-mapping-base.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-icon.mjs +0 -69
- package/fesm2020/ni-nimble-angular-mapping-icon.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-spinner.mjs +0 -53
- package/fesm2020/ni-nimble-angular-mapping-spinner.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-text.mjs +0 -53
- package/fesm2020/ni-nimble-angular-mapping-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-mapping-user.mjs +0 -54
- package/fesm2020/ni-nimble-angular-mapping-user.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-pipes.mjs +0 -69
- package/fesm2020/ni-nimble-angular-pipes.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-editor-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-rich-text-editor-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-editor.mjs +0 -116
- package/fesm2020/ni-nimble-angular-rich-text-editor.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-mention-users.mjs +0 -41
- package/fesm2020/ni-nimble-angular-rich-text-mention-users.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-mention.mjs +0 -47
- package/fesm2020/ni-nimble-angular-rich-text-mention.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-viewer-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-rich-text-viewer-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-rich-text-viewer.mjs +0 -60
- package/fesm2020/ni-nimble-angular-rich-text-viewer.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-select-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-select-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-anchor.mjs +0 -227
- package/fesm2020/ni-nimble-angular-table-column-anchor.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-date-text.mjs +0 -288
- package/fesm2020/ni-nimble-angular-table-column-date-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-duration-text.mjs +0 -97
- package/fesm2020/ni-nimble-angular-table-column-duration-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-enum-text.mjs +0 -100
- package/fesm2020/ni-nimble-angular-table-column-enum-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-icon.mjs +0 -98
- package/fesm2020/ni-nimble-angular-table-column-icon.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-number-text.mjs +0 -132
- package/fesm2020/ni-nimble-angular-table-column-number-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column-text.mjs +0 -97
- package/fesm2020/ni-nimble-angular-table-column-text.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-column.mjs +0 -86
- package/fesm2020/ni-nimble-angular-table-column.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table-testing.mjs +0 -6
- package/fesm2020/ni-nimble-angular-table-testing.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-table.mjs +0 -115
- package/fesm2020/ni-nimble-angular-table.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-unit-byte.mjs +0 -52
- package/fesm2020/ni-nimble-angular-unit-byte.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular-unit-volt.mjs +0 -39
- package/fesm2020/ni-nimble-angular-unit-volt.mjs.map +0 -1
- package/fesm2020/ni-nimble-angular.mjs +0 -10718
- package/fesm2020/ni-nimble-angular.mjs.map +0 -1
- package/thirdparty/utils/coercion.d.ts +0 -15
- /package/{esm2020 → esm2022}/card/ni-nimble-angular-card.mjs +0 -0
- /package/{esm2020 → esm2022}/card/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directives/icons/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal-utilities/ni-nimble-angular-internal-utilities.mjs +0 -0
- /package/{esm2020 → esm2022}/internal-utilities/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/internal-utilities/template-value-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/core/ni-nimble-angular-label-provider-core.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/core/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/rich-text/ni-nimble-angular-label-provider-rich-text.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/rich-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/table/ni-nimble-angular-label-provider-table.mjs +0 -0
- /package/{esm2020 → esm2022}/label-provider/table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/base/ni-nimble-angular-mapping-base.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/base/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/icon/ni-nimble-angular-mapping-icon.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/icon/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/spinner/ni-nimble-angular-mapping-spinner.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/spinner/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/text/ni-nimble-angular-mapping-text.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/user/ni-nimble-angular-mapping-user.mjs +0 -0
- /package/{esm2020 → esm2022}/mapping/user/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/ni-nimble-angular.mjs +0 -0
- /package/{esm2020 → esm2022}/pipes/ni-nimble-angular-pipes.mjs +0 -0
- /package/{esm2020 → esm2022}/pipes/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/ni-nimble-angular-rich-text-editor.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/testing/ni-nimble-angular-rich-text-editor-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/editor/testing/rich-text-editor.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/ni-nimble-angular-rich-text-viewer.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/testing/ni-nimble-angular-rich-text-viewer-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text/viewer/testing/rich-text-viewer.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/ni-nimble-angular-rich-text-mention.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/users/ni-nimble-angular-rich-text-mention-users.mjs +0 -0
- /package/{esm2020 → esm2022}/rich-text-mention/users/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/select/testing/ni-nimble-angular-select-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/select/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/select/testing/select.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/table/ni-nimble-angular-table.mjs +0 -0
- /package/{esm2020 → esm2022}/table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table/testing/ni-nimble-angular-table-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/table/testing/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table/testing/table.pageobject.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/anchor/ni-nimble-angular-table-column-anchor.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/anchor/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/date-text/ni-nimble-angular-table-column-date-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/date-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/duration-text/ni-nimble-angular-table-column-duration-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/duration-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/enum-text/ni-nimble-angular-table-column-enum-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/enum-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/icon/ni-nimble-angular-table-column-icon.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/icon/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/ni-nimble-angular-table-column.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/number-text/ni-nimble-angular-table-column-number-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/number-text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/text/ni-nimble-angular-table-column-text.mjs +0 -0
- /package/{esm2020 → esm2022}/table-column/text/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/async-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/byte/ni-nimble-angular-unit-byte.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/byte/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/volt/ni-nimble-angular-unit-volt.mjs +0 -0
- /package/{esm2020 → esm2022}/unit/volt/public-api.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-internal-utilities.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-internal-utilities.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-editor-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-editor-testing.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-viewer-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-rich-text-viewer-testing.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-select-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-select-testing.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-table-testing.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ni-nimble-angular-table-testing.mjs.map +0 -0
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { Directive, EventEmitter, HostListener, Input, Output } from '@angular/core';
|
|
2
|
-
import { toBooleanProperty } from '@ni/nimble-angular/internal-utilities';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Directive to provide Angular integration for the rich text editor element.
|
|
6
|
-
*/
|
|
7
|
-
export class NimbleRichTextEditorDirective {
|
|
8
|
-
get disabled() {
|
|
9
|
-
return this.elementRef.nativeElement.disabled;
|
|
10
|
-
}
|
|
11
|
-
set disabled(value) {
|
|
12
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));
|
|
13
|
-
}
|
|
14
|
-
get footerHidden() {
|
|
15
|
-
return this.elementRef.nativeElement.footerHidden;
|
|
16
|
-
}
|
|
17
|
-
set footerHidden(value) {
|
|
18
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'footerHidden', toBooleanProperty(value));
|
|
19
|
-
}
|
|
20
|
-
get errorVisible() {
|
|
21
|
-
return this.elementRef.nativeElement.errorVisible;
|
|
22
|
-
}
|
|
23
|
-
set errorVisible(value) {
|
|
24
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'errorVisible', toBooleanProperty(value));
|
|
25
|
-
}
|
|
26
|
-
get errorText() {
|
|
27
|
-
return this.elementRef.nativeElement.errorText;
|
|
28
|
-
}
|
|
29
|
-
set errorText(value) {
|
|
30
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'errorText', value);
|
|
31
|
-
}
|
|
32
|
-
get placeholder() {
|
|
33
|
-
return this.elementRef.nativeElement.placeholder;
|
|
34
|
-
}
|
|
35
|
-
set placeholder(value) {
|
|
36
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);
|
|
37
|
-
}
|
|
38
|
-
get validity() {
|
|
39
|
-
return this.elementRef.nativeElement.validity;
|
|
40
|
-
}
|
|
41
|
-
constructor(renderer, elementRef) {
|
|
42
|
-
this.renderer = renderer;
|
|
43
|
-
this.elementRef = elementRef;
|
|
44
|
-
this.inputEvent = new EventEmitter();
|
|
45
|
-
}
|
|
46
|
-
getMarkdown() {
|
|
47
|
-
return this.elementRef.nativeElement.getMarkdown();
|
|
48
|
-
}
|
|
49
|
-
setMarkdown(value) {
|
|
50
|
-
this.elementRef.nativeElement.setMarkdown(value);
|
|
51
|
-
}
|
|
52
|
-
getMentionedHrefs() {
|
|
53
|
-
return this.elementRef.nativeElement.getMentionedHrefs();
|
|
54
|
-
}
|
|
55
|
-
get empty() {
|
|
56
|
-
return this.elementRef.nativeElement.empty;
|
|
57
|
-
}
|
|
58
|
-
checkValidity() {
|
|
59
|
-
return this.elementRef.nativeElement.checkValidity();
|
|
60
|
-
}
|
|
61
|
-
onInput($event) {
|
|
62
|
-
if ($event.target === this.elementRef.nativeElement) {
|
|
63
|
-
this.inputEvent.emit();
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
NimbleRichTextEditorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextEditorDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
68
|
-
NimbleRichTextEditorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleRichTextEditorDirective, selector: "nimble-rich-text-editor", inputs: { disabled: "disabled", footerHidden: ["footer-hidden", "footerHidden"], errorVisible: ["error-visible", "errorVisible"], errorText: ["error-text", "errorText"], placeholder: "placeholder" }, outputs: { inputEvent: "inputEvent" }, host: { listeners: { "input": "onInput($event)" } }, ngImport: i0 });
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextEditorDirective, decorators: [{
|
|
70
|
-
type: Directive,
|
|
71
|
-
args: [{
|
|
72
|
-
selector: 'nimble-rich-text-editor'
|
|
73
|
-
}]
|
|
74
|
-
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { inputEvent: [{
|
|
75
|
-
type: Output
|
|
76
|
-
}], disabled: [{
|
|
77
|
-
type: Input
|
|
78
|
-
}], footerHidden: [{
|
|
79
|
-
type: Input,
|
|
80
|
-
args: ['footer-hidden']
|
|
81
|
-
}], errorVisible: [{
|
|
82
|
-
type: Input,
|
|
83
|
-
args: ['error-visible']
|
|
84
|
-
}], errorText: [{
|
|
85
|
-
type: Input,
|
|
86
|
-
args: ['error-text']
|
|
87
|
-
}], placeholder: [{
|
|
88
|
-
type: Input
|
|
89
|
-
}], onInput: [{
|
|
90
|
-
type: HostListener,
|
|
91
|
-
args: ['input', ['$event']]
|
|
92
|
-
}] } });
|
|
93
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXJpY2gtdGV4dC1lZGl0b3IuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvcmljaC10ZXh0L2VkaXRvci9uaW1ibGUtcmljaC10ZXh0LWVkaXRvci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxZQUFZLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFFNUcsT0FBTyxFQUEyQixpQkFBaUIsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOztBQU1uRzs7R0FFRztBQUtILE1BQU0sT0FBTyw2QkFBNkI7SUFHdEMsSUFBVyxRQUFRO1FBQ2YsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxRQUFRLENBQUM7SUFDbEQsQ0FBQztJQUVELElBQW9CLFFBQVEsQ0FBQyxLQUE4QjtRQUN2RCxJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxVQUFVLEVBQUUsaUJBQWlCLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztJQUNuRyxDQUFDO0lBRUQsSUFBVyxZQUFZO1FBQ25CLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsWUFBWSxDQUFDO0lBQ3RELENBQUM7SUFFRCxJQUFtQyxZQUFZLENBQUMsS0FBOEI7UUFDMUUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsY0FBYyxFQUFFLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDdkcsQ0FBQztJQUVELElBQVcsWUFBWTtRQUNuQixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQztJQUN0RCxDQUFDO0lBRUQsSUFBbUMsWUFBWSxDQUFDLEtBQThCO1FBQzFFLElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLGNBQWMsRUFBRSxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO0lBQ3ZHLENBQUM7SUFFRCxJQUFXLFNBQVM7UUFDaEIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUM7SUFDbkQsQ0FBQztJQUVELElBQWdDLFNBQVMsQ0FBQyxLQUF5QjtRQUMvRCxJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxXQUFXLEVBQUUsS0FBSyxDQUFDLENBQUM7SUFDakYsQ0FBQztJQUVELElBQVcsV0FBVztRQUNsQixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLFdBQVcsQ0FBQztJQUNyRCxDQUFDO0lBRUQsSUFBb0IsV0FBVyxDQUFDLEtBQXlCO1FBQ3JELElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLGFBQWEsRUFBRSxLQUFLLENBQUMsQ0FBQztJQUNuRixDQUFDO0lBRUQsSUFBVyxRQUFRO1FBQ2YsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxRQUFRLENBQUM7SUFDbEQsQ0FBQztJQUVELFlBQW9DLFFBQW1CLEVBQW1CLFVBQXNDO1FBQTVFLGFBQVEsR0FBUixRQUFRLENBQVc7UUFBbUIsZUFBVSxHQUFWLFVBQVUsQ0FBNEI7UUE5Qy9GLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBVyxDQUFDO0lBOEMwRCxDQUFDO0lBRTlHLFdBQVc7UUFDZCxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQ3ZELENBQUM7SUFFTSxXQUFXLENBQUMsS0FBYTtRQUM1QixJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDckQsQ0FBQztJQUVNLGlCQUFpQjtRQUNwQixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLGlCQUFpQixFQUFFLENBQUM7SUFDN0QsQ0FBQztJQUVELElBQVcsS0FBSztRQUNaLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDO0lBQy9DLENBQUM7SUFFTSxhQUFhO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDekQsQ0FBQztJQUdNLE9BQU8sQ0FBQyxNQUFhO1FBQ3hCLElBQUksTUFBTSxDQUFDLE1BQU0sS0FBSyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRTtZQUNqRCxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksRUFBRSxDQUFDO1NBQzFCO0lBQ0wsQ0FBQzs7MkhBMUVRLDZCQUE2QjsrR0FBN0IsNkJBQTZCOzRGQUE3Qiw2QkFBNkI7a0JBSnpDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHlCQUF5QjtpQkFDdEM7eUhBR29CLFVBQVU7c0JBQTFCLE1BQU07Z0JBTWEsUUFBUTtzQkFBM0IsS0FBSztnQkFRNkIsWUFBWTtzQkFBOUMsS0FBSzt1QkFBQyxlQUFlO2dCQVFhLFlBQVk7c0JBQTlDLEtBQUs7dUJBQUMsZUFBZTtnQkFRVSxTQUFTO3NCQUF4QyxLQUFLO3VCQUFDLFlBQVk7Z0JBUUMsV0FBVztzQkFBOUIsS0FBSztnQkErQkMsT0FBTztzQkFEYixZQUFZO3VCQUFDLE9BQU8sRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgRXZlbnRFbWl0dGVyLCBIb3N0TGlzdGVuZXIsIElucHV0LCBPdXRwdXQsIFJlbmRlcmVyMiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHR5cGUgeyBSaWNoVGV4dEVkaXRvciB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9yaWNoLXRleHQvZWRpdG9yJztcbmltcG9ydCB7IEJvb2xlYW5WYWx1ZU9yQXR0cmlidXRlLCB0b0Jvb2xlYW5Qcm9wZXJ0eSB9IGZyb20gJ0BuaS9uaW1ibGUtYW5ndWxhci9pbnRlcm5hbC11dGlsaXRpZXMnO1xuaW1wb3J0IHR5cGUgeyBSaWNoVGV4dFZhbGlkaXR5IH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3JpY2gtdGV4dC9iYXNlL3R5cGVzJztcblxuZXhwb3J0IHR5cGUgeyBSaWNoVGV4dEVkaXRvciB9O1xuZXhwb3J0IHsgUmljaFRleHRWYWxpZGl0eSB9O1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBwcm92aWRlIEFuZ3VsYXIgaW50ZWdyYXRpb24gZm9yIHRoZSByaWNoIHRleHQgZWRpdG9yIGVsZW1lbnQuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnbmltYmxlLXJpY2gtdGV4dC1lZGl0b3InXG59KVxuXG5leHBvcnQgY2xhc3MgTmltYmxlUmljaFRleHRFZGl0b3JEaXJlY3RpdmUge1xuICAgIEBPdXRwdXQoKSBwdWJsaWMgaW5wdXRFdmVudCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcblxuICAgIHB1YmxpYyBnZXQgZGlzYWJsZWQoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5kaXNhYmxlZDtcbiAgICB9XG5cbiAgICBASW5wdXQoKSBwdWJsaWMgc2V0IGRpc2FibGVkKHZhbHVlOiBCb29sZWFuVmFsdWVPckF0dHJpYnV0ZSkge1xuICAgICAgICB0aGlzLnJlbmRlcmVyLnNldFByb3BlcnR5KHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LCAnZGlzYWJsZWQnLCB0b0Jvb2xlYW5Qcm9wZXJ0eSh2YWx1ZSkpO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgZm9vdGVySGlkZGVuKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuZm9vdGVySGlkZGVuO1xuICAgIH1cblxuICAgIEBJbnB1dCgnZm9vdGVyLWhpZGRlbicpIHB1YmxpYyBzZXQgZm9vdGVySGlkZGVuKHZhbHVlOiBCb29sZWFuVmFsdWVPckF0dHJpYnV0ZSkge1xuICAgICAgICB0aGlzLnJlbmRlcmVyLnNldFByb3BlcnR5KHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LCAnZm9vdGVySGlkZGVuJywgdG9Cb29sZWFuUHJvcGVydHkodmFsdWUpKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IGVycm9yVmlzaWJsZSgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmVycm9yVmlzaWJsZTtcbiAgICB9XG5cbiAgICBASW5wdXQoJ2Vycm9yLXZpc2libGUnKSBwdWJsaWMgc2V0IGVycm9yVmlzaWJsZSh2YWx1ZTogQm9vbGVhblZhbHVlT3JBdHRyaWJ1dGUpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ2Vycm9yVmlzaWJsZScsIHRvQm9vbGVhblByb3BlcnR5KHZhbHVlKSk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBlcnJvclRleHQoKTogc3RyaW5nIHwgdW5kZWZpbmVkIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmVycm9yVGV4dDtcbiAgICB9XG5cbiAgICBASW5wdXQoJ2Vycm9yLXRleHQnKSBwdWJsaWMgc2V0IGVycm9yVGV4dCh2YWx1ZTogc3RyaW5nIHwgdW5kZWZpbmVkKSB7XG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsICdlcnJvclRleHQnLCB2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBwbGFjZWhvbGRlcigpOiBzdHJpbmcgfCB1bmRlZmluZWQge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQucGxhY2Vob2xkZXI7XG4gICAgfVxuXG4gICAgQElucHV0KCkgcHVibGljIHNldCBwbGFjZWhvbGRlcih2YWx1ZTogc3RyaW5nIHwgdW5kZWZpbmVkKSB7XG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsICdwbGFjZWhvbGRlcicsIHZhbHVlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IHZhbGlkaXR5KCk6IFJpY2hUZXh0VmFsaWRpdHkge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQudmFsaWRpdHk7XG4gICAgfVxuXG4gICAgcHVibGljIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSByZWFkb25seSBlbGVtZW50UmVmOiBFbGVtZW50UmVmPFJpY2hUZXh0RWRpdG9yPikgeyB9XG5cbiAgICBwdWJsaWMgZ2V0TWFya2Rvd24oKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmdldE1hcmtkb3duKCk7XG4gICAgfVxuXG4gICAgcHVibGljIHNldE1hcmtkb3duKHZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuc2V0TWFya2Rvd24odmFsdWUpO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXRNZW50aW9uZWRIcmVmcygpOiBzdHJpbmdbXSB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5nZXRNZW50aW9uZWRIcmVmcygpO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgZW1wdHkoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5lbXB0eTtcbiAgICB9XG5cbiAgICBwdWJsaWMgY2hlY2tWYWxpZGl0eSgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmNoZWNrVmFsaWRpdHkoKTtcbiAgICB9XG5cbiAgICBASG9zdExpc3RlbmVyKCdpbnB1dCcsIFsnJGV2ZW50J10pXG4gICAgcHVibGljIG9uSW5wdXQoJGV2ZW50OiBFdmVudCk6IHZvaWQge1xuICAgICAgICBpZiAoJGV2ZW50LnRhcmdldCA9PT0gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQpIHtcbiAgICAgICAgICAgIHRoaXMuaW5wdXRFdmVudC5lbWl0KCk7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { NimbleRichTextEditorDirective } from './nimble-rich-text-editor.directive';
|
|
4
|
-
import '@ni/nimble-components/dist/esm/rich-text/editor';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class NimbleRichTextEditorModule {
|
|
7
|
-
}
|
|
8
|
-
NimbleRichTextEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
NimbleRichTextEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextEditorModule, declarations: [NimbleRichTextEditorDirective], imports: [CommonModule], exports: [NimbleRichTextEditorDirective] });
|
|
10
|
-
NimbleRichTextEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextEditorModule, imports: [CommonModule] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextEditorModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [NimbleRichTextEditorDirective],
|
|
15
|
-
imports: [CommonModule],
|
|
16
|
-
exports: [NimbleRichTextEditorDirective]
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXJpY2gtdGV4dC1lZGl0b3IubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvcmljaC10ZXh0L2VkaXRvci9uaW1ibGUtcmljaC10ZXh0LWVkaXRvci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFFcEYsT0FBTyxpREFBaUQsQ0FBQzs7QUFPekQsTUFBTSxPQUFPLDBCQUEwQjs7d0hBQTFCLDBCQUEwQjt5SEFBMUIsMEJBQTBCLGlCQUpwQiw2QkFBNkIsYUFDbEMsWUFBWSxhQUNaLDZCQUE2Qjt5SEFFOUIsMEJBQTBCLFlBSHpCLFlBQVk7NEZBR2IsMEJBQTBCO2tCQUx0QyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLDZCQUE2QixDQUFDO29CQUM3QyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLDZCQUE2QixDQUFDO2lCQUMzQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlUmljaFRleHRFZGl0b3JEaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1yaWNoLXRleHQtZWRpdG9yLmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3JpY2gtdGV4dC9lZGl0b3InO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZVJpY2hUZXh0RWRpdG9yRGlyZWN0aXZlXSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbTmltYmxlUmljaFRleHRFZGl0b3JEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZVJpY2hUZXh0RWRpdG9yTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { Directive, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive to provide Angular integration for the rich text viewer element.
|
|
5
|
-
*/
|
|
6
|
-
export class NimbleRichTextViewerDirective {
|
|
7
|
-
set markdown(value) {
|
|
8
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'markdown', value);
|
|
9
|
-
}
|
|
10
|
-
get markdown() {
|
|
11
|
-
return this.elementRef.nativeElement.markdown;
|
|
12
|
-
}
|
|
13
|
-
get validity() {
|
|
14
|
-
return this.elementRef.nativeElement.validity;
|
|
15
|
-
}
|
|
16
|
-
constructor(renderer, elementRef) {
|
|
17
|
-
this.renderer = renderer;
|
|
18
|
-
this.elementRef = elementRef;
|
|
19
|
-
}
|
|
20
|
-
getMentionedHrefs() {
|
|
21
|
-
return this.elementRef.nativeElement.getMentionedHrefs();
|
|
22
|
-
}
|
|
23
|
-
checkValidity() {
|
|
24
|
-
return this.elementRef.nativeElement.checkValidity();
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
NimbleRichTextViewerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextViewerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28
|
-
NimbleRichTextViewerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleRichTextViewerDirective, selector: "nimble-rich-text-viewer", inputs: { markdown: "markdown" }, ngImport: i0 });
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextViewerDirective, decorators: [{
|
|
30
|
-
type: Directive,
|
|
31
|
-
args: [{
|
|
32
|
-
selector: 'nimble-rich-text-viewer'
|
|
33
|
-
}]
|
|
34
|
-
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { markdown: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}] } });
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXJpY2gtdGV4dC12aWV3ZXIuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvcmljaC10ZXh0L3ZpZXdlci9uaW1ibGUtcmljaC10ZXh0LXZpZXdlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQWEsTUFBTSxlQUFlLENBQUM7O0FBT3hFOztHQUVHO0FBS0gsTUFBTSxPQUFPLDZCQUE2QjtJQUN0QyxJQUFvQixRQUFRLENBQUMsS0FBYTtRQUN0QyxJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxVQUFVLEVBQUUsS0FBSyxDQUFDLENBQUM7SUFDaEYsQ0FBQztJQUVELElBQVcsUUFBUTtRQUNmLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDO0lBQ2xELENBQUM7SUFFRCxJQUFXLFFBQVE7UUFDZixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLFFBQVEsQ0FBQztJQUNsRCxDQUFDO0lBRUQsWUFBb0MsUUFBbUIsRUFBbUIsVUFBc0M7UUFBNUUsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUFtQixlQUFVLEdBQVYsVUFBVSxDQUE0QjtJQUFJLENBQUM7SUFFOUcsaUJBQWlCO1FBQ3BCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztJQUM3RCxDQUFDO0lBRU0sYUFBYTtRQUNoQixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3pELENBQUM7OzJIQXJCUSw2QkFBNkI7K0dBQTdCLDZCQUE2Qjs0RkFBN0IsNkJBQTZCO2tCQUp6QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx5QkFBeUI7aUJBQ3RDO3lIQUd1QixRQUFRO3NCQUEzQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBJbnB1dCwgUmVuZGVyZXIyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgdHlwZSB7IFJpY2hUZXh0Vmlld2VyIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3JpY2gtdGV4dC92aWV3ZXInO1xuaW1wb3J0IHR5cGUgeyBSaWNoVGV4dFZhbGlkaXR5IH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3JpY2gtdGV4dC9iYXNlL3R5cGVzJztcblxuZXhwb3J0IHR5cGUgeyBSaWNoVGV4dFZpZXdlciB9O1xuZXhwb3J0IHsgUmljaFRleHRWYWxpZGl0eSB9O1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBwcm92aWRlIEFuZ3VsYXIgaW50ZWdyYXRpb24gZm9yIHRoZSByaWNoIHRleHQgdmlld2VyIGVsZW1lbnQuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnbmltYmxlLXJpY2gtdGV4dC12aWV3ZXInXG59KVxuXG5leHBvcnQgY2xhc3MgTmltYmxlUmljaFRleHRWaWV3ZXJEaXJlY3RpdmUge1xuICAgIEBJbnB1dCgpIHB1YmxpYyBzZXQgbWFya2Rvd24odmFsdWU6IHN0cmluZykge1xuICAgICAgICB0aGlzLnJlbmRlcmVyLnNldFByb3BlcnR5KHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LCAnbWFya2Rvd24nLCB2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBtYXJrZG93bigpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQubWFya2Rvd247XG4gICAgfVxuXG4gICAgcHVibGljIGdldCB2YWxpZGl0eSgpOiBSaWNoVGV4dFZhbGlkaXR5IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnZhbGlkaXR5O1xuICAgIH1cblxuICAgIHB1YmxpYyBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IHJlbmRlcmVyOiBSZW5kZXJlcjIsIHByaXZhdGUgcmVhZG9ubHkgZWxlbWVudFJlZjogRWxlbWVudFJlZjxSaWNoVGV4dFZpZXdlcj4pIHsgfVxuXG4gICAgcHVibGljIGdldE1lbnRpb25lZEhyZWZzKCk6IHN0cmluZ1tdIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmdldE1lbnRpb25lZEhyZWZzKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGNoZWNrVmFsaWRpdHkoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5jaGVja1ZhbGlkaXR5KCk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { NimbleRichTextViewerDirective } from './nimble-rich-text-viewer.directive';
|
|
4
|
-
import '@ni/nimble-components/dist/esm/rich-text/viewer';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class NimbleRichTextViewerModule {
|
|
7
|
-
}
|
|
8
|
-
NimbleRichTextViewerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextViewerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
NimbleRichTextViewerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextViewerModule, declarations: [NimbleRichTextViewerDirective], imports: [CommonModule], exports: [NimbleRichTextViewerDirective] });
|
|
10
|
-
NimbleRichTextViewerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextViewerModule, imports: [CommonModule] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextViewerModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [NimbleRichTextViewerDirective],
|
|
15
|
-
imports: [CommonModule],
|
|
16
|
-
exports: [NimbleRichTextViewerDirective]
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXJpY2gtdGV4dC12aWV3ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvcmljaC10ZXh0L3ZpZXdlci9uaW1ibGUtcmljaC10ZXh0LXZpZXdlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFFcEYsT0FBTyxpREFBaUQsQ0FBQzs7QUFPekQsTUFBTSxPQUFPLDBCQUEwQjs7d0hBQTFCLDBCQUEwQjt5SEFBMUIsMEJBQTBCLGlCQUpwQiw2QkFBNkIsYUFDbEMsWUFBWSxhQUNaLDZCQUE2Qjt5SEFFOUIsMEJBQTBCLFlBSHpCLFlBQVk7NEZBR2IsMEJBQTBCO2tCQUx0QyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLDZCQUE2QixDQUFDO29CQUM3QyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLDZCQUE2QixDQUFDO2lCQUMzQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlUmljaFRleHRWaWV3ZXJEaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1yaWNoLXRleHQtdmlld2VyLmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3JpY2gtdGV4dC92aWV3ZXInO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZVJpY2hUZXh0Vmlld2VyRGlyZWN0aXZlXSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbTmltYmxlUmljaFRleHRWaWV3ZXJEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZVJpY2hUZXh0Vmlld2VyTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { Directive, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Base class for rich text mention directives
|
|
5
|
-
*/
|
|
6
|
-
export class NimbleRichTextMentionDirective {
|
|
7
|
-
set pattern(value) {
|
|
8
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'pattern', value);
|
|
9
|
-
}
|
|
10
|
-
get pattern() {
|
|
11
|
-
return this.elementRef.nativeElement.pattern;
|
|
12
|
-
}
|
|
13
|
-
get buttonLabel() {
|
|
14
|
-
return this.elementRef.nativeElement.buttonLabel;
|
|
15
|
-
}
|
|
16
|
-
set buttonLabel(value) {
|
|
17
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'buttonLabel', value);
|
|
18
|
-
}
|
|
19
|
-
constructor(renderer, elementRef) {
|
|
20
|
-
this.renderer = renderer;
|
|
21
|
-
this.elementRef = elementRef;
|
|
22
|
-
}
|
|
23
|
-
checkValidity() {
|
|
24
|
-
return this.elementRef.nativeElement.checkValidity();
|
|
25
|
-
}
|
|
26
|
-
get validity() {
|
|
27
|
-
return this.elementRef.nativeElement.validity;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
NimbleRichTextMentionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextMentionDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31
|
-
NimbleRichTextMentionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleRichTextMentionDirective, inputs: { pattern: "pattern", buttonLabel: ["button-label", "buttonLabel"] }, ngImport: i0 });
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextMentionDirective, decorators: [{
|
|
33
|
-
type: Directive
|
|
34
|
-
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { pattern: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], buttonLabel: [{
|
|
37
|
-
type: Input,
|
|
38
|
-
args: ['button-label']
|
|
39
|
-
}] } });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXJpY2gtdGV4dC1tZW50aW9uLWJhc2UuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmkvbmltYmxlLWFuZ3VsYXIvcmljaC10ZXh0LW1lbnRpb24vbmltYmxlLXJpY2gtdGV4dC1tZW50aW9uLWJhc2UuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsS0FBSyxFQUFhLE1BQU0sZUFBZSxDQUFDOztBQVF4RTs7R0FFRztBQUVILE1BQU0sT0FBTyw4QkFBOEI7SUFDdkMsSUFBb0IsT0FBTyxDQUFDLEtBQXlCO1FBQ2pELElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLFNBQVMsRUFBRSxLQUFLLENBQUMsQ0FBQztJQUMvRSxDQUFDO0lBRUQsSUFBVyxPQUFPO1FBQ2QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUM7SUFDakQsQ0FBQztJQUVELElBQVcsV0FBVztRQUNsQixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLFdBQVcsQ0FBQztJQUNyRCxDQUFDO0lBRUQsSUFBa0MsV0FBVyxDQUFDLEtBQXlCO1FBQ25FLElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLGFBQWEsRUFBRSxLQUFLLENBQUMsQ0FBQztJQUNuRixDQUFDO0lBRUQsWUFBb0MsUUFBbUIsRUFBbUIsVUFBeUI7UUFBL0QsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUFtQixlQUFVLEdBQVYsVUFBVSxDQUFlO0lBQUksQ0FBQztJQUVqRyxhQUFhO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDekQsQ0FBQztJQUVELElBQVcsUUFBUTtRQUNmLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDO0lBQ2xELENBQUM7OzRIQXpCUSw4QkFBOEI7Z0hBQTlCLDhCQUE4Qjs0RkFBOUIsOEJBQThCO2tCQUQxQyxTQUFTO3lIQUVjLE9BQU87c0JBQTFCLEtBQUs7Z0JBWTRCLFdBQVc7c0JBQTVDLEtBQUs7dUJBQUMsY0FBYyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSW5wdXQsIFJlbmRlcmVyMiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHR5cGUgeyBSaWNoVGV4dE1lbnRpb25WYWxpZGl0eSB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9yaWNoLXRleHQtbWVudGlvbi9iYXNlL21vZGVscy9tZW50aW9uLXZhbGlkYXRvcic7XG5pbXBvcnQgdHlwZSB7IE1lbnRpb25VcGRhdGVFdmVudERldGFpbCB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9yaWNoLXRleHQtbWVudGlvbi9iYXNlL3R5cGVzJztcbmltcG9ydCB0eXBlIHsgUmljaFRleHRNZW50aW9uIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3JpY2gtdGV4dC1tZW50aW9uL2Jhc2UnO1xuXG5leHBvcnQgeyBSaWNoVGV4dE1lbnRpb25WYWxpZGl0eSB9O1xuZXhwb3J0IHR5cGUgeyBNZW50aW9uVXBkYXRlRXZlbnREZXRhaWwgfTtcblxuLyoqXG4gKiBCYXNlIGNsYXNzIGZvciByaWNoIHRleHQgbWVudGlvbiBkaXJlY3RpdmVzXG4gKi9cbkBEaXJlY3RpdmUoKVxuZXhwb3J0IGNsYXNzIE5pbWJsZVJpY2hUZXh0TWVudGlvbkRpcmVjdGl2ZTxUIGV4dGVuZHMgUmljaFRleHRNZW50aW9uPiB7XG4gICAgQElucHV0KCkgcHVibGljIHNldCBwYXR0ZXJuKHZhbHVlOiBzdHJpbmcgfCB1bmRlZmluZWQpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ3BhdHRlcm4nLCB2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBwYXR0ZXJuKCk6IHN0cmluZyB8IHVuZGVmaW5lZCB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5wYXR0ZXJuO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgYnV0dG9uTGFiZWwoKTogc3RyaW5nIHwgdW5kZWZpbmVkIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LmJ1dHRvbkxhYmVsO1xuICAgIH1cblxuICAgIEBJbnB1dCgnYnV0dG9uLWxhYmVsJykgcHVibGljIHNldCBidXR0b25MYWJlbCh2YWx1ZTogc3RyaW5nIHwgdW5kZWZpbmVkKSB7XG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsICdidXR0b25MYWJlbCcsIHZhbHVlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSByZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHJlYWRvbmx5IGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8VD4pIHsgfVxuXG4gICAgcHVibGljIGNoZWNrVmFsaWRpdHkoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5jaGVja1ZhbGlkaXR5KCk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCB2YWxpZGl0eSgpOiBSaWNoVGV4dE1lbnRpb25WYWxpZGl0eSB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC52YWxpZGl0eTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Directive } from '@angular/core';
|
|
2
|
-
import { NimbleRichTextMentionDirective } from '@ni/nimble-angular/rich-text-mention';
|
|
3
|
-
import { richTextMentionUsersTag } from '@ni/nimble-components/dist/esm/rich-text-mention/users';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export { richTextMentionUsersTag };
|
|
6
|
-
/**
|
|
7
|
-
* Directive to provide Angular integration for the rich text mention users element.
|
|
8
|
-
*/
|
|
9
|
-
export class NimbleRichTextMentionUsersDirective extends NimbleRichTextMentionDirective {
|
|
10
|
-
}
|
|
11
|
-
NimbleRichTextMentionUsersDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextMentionUsersDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
12
|
-
NimbleRichTextMentionUsersDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleRichTextMentionUsersDirective, selector: "nimble-rich-text-mention-users", usesInheritance: true, ngImport: i0 });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextMentionUsersDirective, decorators: [{
|
|
14
|
-
type: Directive,
|
|
15
|
-
args: [{
|
|
16
|
-
selector: 'nimble-rich-text-mention-users'
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXJpY2gtdGV4dC1tZW50aW9uLXVzZXJzLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3JpY2gtdGV4dC1tZW50aW9uL3VzZXJzL25pbWJsZS1yaWNoLXRleHQtbWVudGlvbi11c2Vycy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUN0RixPQUFPLEVBQTZCLHVCQUF1QixFQUFFLE1BQU0sd0RBQXdELENBQUM7O0FBRzVILE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxDQUFDO0FBRW5DOztHQUVHO0FBS0gsTUFBTSxPQUFPLG1DQUFvQyxTQUFRLDhCQUFvRDs7aUlBQWhHLG1DQUFtQztxSEFBbkMsbUNBQW1DOzRGQUFuQyxtQ0FBbUM7a0JBSi9DLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGdDQUFnQztpQkFDN0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5pbWJsZVJpY2hUZXh0TWVudGlvbkRpcmVjdGl2ZSB9IGZyb20gJ0BuaS9uaW1ibGUtYW5ndWxhci9yaWNoLXRleHQtbWVudGlvbic7XG5pbXBvcnQgeyB0eXBlIFJpY2hUZXh0TWVudGlvblVzZXJzLCByaWNoVGV4dE1lbnRpb25Vc2Vyc1RhZyB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9yaWNoLXRleHQtbWVudGlvbi91c2Vycyc7XG5cbmV4cG9ydCB0eXBlIHsgUmljaFRleHRNZW50aW9uVXNlcnMgfTtcbmV4cG9ydCB7IHJpY2hUZXh0TWVudGlvblVzZXJzVGFnIH07XG5cbi8qKlxuICogRGlyZWN0aXZlIHRvIHByb3ZpZGUgQW5ndWxhciBpbnRlZ3JhdGlvbiBmb3IgdGhlIHJpY2ggdGV4dCBtZW50aW9uIHVzZXJzIGVsZW1lbnQuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnbmltYmxlLXJpY2gtdGV4dC1tZW50aW9uLXVzZXJzJ1xufSlcblxuZXhwb3J0IGNsYXNzIE5pbWJsZVJpY2hUZXh0TWVudGlvblVzZXJzRGlyZWN0aXZlIGV4dGVuZHMgTmltYmxlUmljaFRleHRNZW50aW9uRGlyZWN0aXZlPFJpY2hUZXh0TWVudGlvblVzZXJzPiB7fVxuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { NimbleRichTextMentionUsersDirective } from './nimble-rich-text-mention-users.directive';
|
|
4
|
-
import '@ni/nimble-components/dist/esm/rich-text-mention/users/';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class NimbleRichTextMentionUsersModule {
|
|
7
|
-
}
|
|
8
|
-
NimbleRichTextMentionUsersModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextMentionUsersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
NimbleRichTextMentionUsersModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextMentionUsersModule, declarations: [NimbleRichTextMentionUsersDirective], imports: [CommonModule], exports: [NimbleRichTextMentionUsersDirective] });
|
|
10
|
-
NimbleRichTextMentionUsersModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextMentionUsersModule, imports: [CommonModule] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleRichTextMentionUsersModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [NimbleRichTextMentionUsersDirective],
|
|
15
|
-
imports: [CommonModule],
|
|
16
|
-
exports: [NimbleRichTextMentionUsersDirective]
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXJpY2gtdGV4dC1tZW50aW9uLXVzZXJzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3JpY2gtdGV4dC1tZW50aW9uL3VzZXJzL25pbWJsZS1yaWNoLXRleHQtbWVudGlvbi11c2Vycy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG1DQUFtQyxFQUFFLE1BQU0sNENBQTRDLENBQUM7QUFFakcsT0FBTyx5REFBeUQsQ0FBQzs7QUFPakUsTUFBTSxPQUFPLGdDQUFnQzs7OEhBQWhDLGdDQUFnQzsrSEFBaEMsZ0NBQWdDLGlCQUoxQixtQ0FBbUMsYUFDeEMsWUFBWSxhQUNaLG1DQUFtQzsrSEFFcEMsZ0NBQWdDLFlBSC9CLFlBQVk7NEZBR2IsZ0NBQWdDO2tCQUw1QyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLG1DQUFtQyxDQUFDO29CQUNuRCxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLG1DQUFtQyxDQUFDO2lCQUNqRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlUmljaFRleHRNZW50aW9uVXNlcnNEaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1yaWNoLXRleHQtbWVudGlvbi11c2Vycy5kaXJlY3RpdmUnO1xuXG5pbXBvcnQgJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9yaWNoLXRleHQtbWVudGlvbi91c2Vycy8nO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZVJpY2hUZXh0TWVudGlvblVzZXJzRGlyZWN0aXZlXSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbTmltYmxlUmljaFRleHRNZW50aW9uVXNlcnNEaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZVJpY2hUZXh0TWVudGlvblVzZXJzTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { Directive, Input } from '@angular/core';
|
|
2
|
-
import { tableTag } from '@ni/nimble-components/dist/esm/table';
|
|
3
|
-
import { TableRowSelectionMode, TableRecordDelayedHierarchyState } from '@ni/nimble-components/dist/esm/table/types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export { tableTag };
|
|
6
|
-
export { TableRowSelectionMode, TableRecordDelayedHierarchyState };
|
|
7
|
-
/**
|
|
8
|
-
* Directive to provide Angular integration for the table element.
|
|
9
|
-
*/
|
|
10
|
-
export class NimbleTableDirective {
|
|
11
|
-
get data$() {
|
|
12
|
-
return this.dataObservable;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* An `Observable<TData[]>` that emits data that should be set on the table.
|
|
16
|
-
*
|
|
17
|
-
* When using `data$`, the timing of when the table has been updated with a new collection of data
|
|
18
|
-
* cannot be observed or await by an application. If an application needs to know when the data has
|
|
19
|
-
* been applied, explicitly call `setData()` rather than using the `data$` property. For example,
|
|
20
|
-
* calling `getSelectedRecordIds()` immediately after emitting a new value to the `data$` `Observable`
|
|
21
|
-
* may not take the new data into account when determining the selected records.
|
|
22
|
-
*/
|
|
23
|
-
set data$(value) {
|
|
24
|
-
this.dataSubscription?.unsubscribe();
|
|
25
|
-
this.dataObservable = value;
|
|
26
|
-
if (value) {
|
|
27
|
-
this.dataSubscription = value.subscribe(next => {
|
|
28
|
-
void this.setData(next);
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
get idFieldName() {
|
|
33
|
-
return this.elementRef.nativeElement.idFieldName;
|
|
34
|
-
}
|
|
35
|
-
set idFieldName(value) {
|
|
36
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'idFieldName', value);
|
|
37
|
-
}
|
|
38
|
-
get parentIdFieldName() {
|
|
39
|
-
return this.elementRef.nativeElement.parentIdFieldName;
|
|
40
|
-
}
|
|
41
|
-
set parentIdFieldName(value) {
|
|
42
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'parentIdFieldName', value);
|
|
43
|
-
}
|
|
44
|
-
get selectionMode() {
|
|
45
|
-
return this.elementRef.nativeElement.selectionMode;
|
|
46
|
-
}
|
|
47
|
-
set selectionMode(value) {
|
|
48
|
-
this.renderer.setProperty(this.elementRef.nativeElement, 'selectionMode', value);
|
|
49
|
-
}
|
|
50
|
-
get validity() {
|
|
51
|
-
return this.elementRef.nativeElement.validity;
|
|
52
|
-
}
|
|
53
|
-
constructor(renderer, elementRef) {
|
|
54
|
-
this.renderer = renderer;
|
|
55
|
-
this.elementRef = elementRef;
|
|
56
|
-
}
|
|
57
|
-
ngOnDestroy() {
|
|
58
|
-
this.dataSubscription?.unsubscribe();
|
|
59
|
-
}
|
|
60
|
-
checkValidity() {
|
|
61
|
-
return this.elementRef.nativeElement.checkValidity();
|
|
62
|
-
}
|
|
63
|
-
async setData(data) {
|
|
64
|
-
return this.elementRef.nativeElement.setData(data);
|
|
65
|
-
}
|
|
66
|
-
async getSelectedRecordIds() {
|
|
67
|
-
return this.elementRef.nativeElement.getSelectedRecordIds();
|
|
68
|
-
}
|
|
69
|
-
async setSelectedRecordIds(recordIds) {
|
|
70
|
-
return this.elementRef.nativeElement.setSelectedRecordIds(recordIds);
|
|
71
|
-
}
|
|
72
|
-
async setRecordHierarchyOptions(hierarchyOptions) {
|
|
73
|
-
return this.elementRef.nativeElement.setRecordHierarchyOptions(hierarchyOptions);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
NimbleTableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleTableDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
77
|
-
NimbleTableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleTableDirective, selector: "nimble-table", inputs: { data$: "data$", idFieldName: ["id-field-name", "idFieldName"], parentIdFieldName: ["parent-id-field-name", "parentIdFieldName"], selectionMode: ["selection-mode", "selectionMode"] }, ngImport: i0 });
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleTableDirective, decorators: [{
|
|
79
|
-
type: Directive,
|
|
80
|
-
args: [{
|
|
81
|
-
selector: 'nimble-table'
|
|
82
|
-
}]
|
|
83
|
-
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { data$: [{
|
|
84
|
-
type: Input
|
|
85
|
-
}], idFieldName: [{
|
|
86
|
-
type: Input,
|
|
87
|
-
args: ['id-field-name']
|
|
88
|
-
}], parentIdFieldName: [{
|
|
89
|
-
type: Input,
|
|
90
|
-
args: ['parent-id-field-name']
|
|
91
|
-
}], selectionMode: [{
|
|
92
|
-
type: Input,
|
|
93
|
-
args: ['selection-mode']
|
|
94
|
-
}] } });
|
|
95
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXRhYmxlLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3RhYmxlL25pbWJsZS10YWJsZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQXdCLE1BQU0sZUFBZSxDQUFDO0FBQ25GLE9BQU8sRUFBYyxRQUFRLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUU1RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsZ0NBQWdDLEVBQStELE1BQU0sNENBQTRDLENBQUM7O0FBSWxMLE9BQU8sRUFBRSxRQUFRLEVBQUUsQ0FBQztBQUVwQixPQUFPLEVBQStELHFCQUFxQixFQUFFLGdDQUFnQyxFQUErRCxDQUFDO0FBRTdMOztHQUVHO0FBSUgsTUFBTSxPQUFPLG9CQUFvQjtJQUM3QixJQUFXLEtBQUs7UUFDWixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDL0IsQ0FBQztJQUVEOzs7Ozs7OztPQVFHO0lBQ0gsSUFBb0IsS0FBSyxDQUFDLEtBQXNDO1FBQzVELElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsQ0FBQztRQUVyQyxJQUFJLENBQUMsY0FBYyxHQUFHLEtBQUssQ0FBQztRQUM1QixJQUFJLEtBQUssRUFBRTtZQUNQLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxLQUFLLENBQUMsU0FBUyxDQUNuQyxJQUFJLENBQUMsRUFBRTtnQkFDSCxLQUFLLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDNUIsQ0FBQyxDQUNKLENBQUM7U0FDTDtJQUNMLENBQUM7SUFFRCxJQUFXLFdBQVc7UUFDbEIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxXQUFXLENBQUM7SUFDckQsQ0FBQztJQUVELElBQW1DLFdBQVcsQ0FBQyxLQUFnQztRQUMzRSxJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxhQUFhLEVBQUUsS0FBSyxDQUFDLENBQUM7SUFDbkYsQ0FBQztJQUVELElBQVcsaUJBQWlCO1FBQ3hCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsaUJBQWlCLENBQUM7SUFDM0QsQ0FBQztJQUVELElBQTBDLGlCQUFpQixDQUFDLEtBQWdDO1FBQ3hGLElBQUksQ0FBQyxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLG1CQUFtQixFQUFFLEtBQUssQ0FBQyxDQUFDO0lBQ3pGLENBQUM7SUFFRCxJQUFXLGFBQWE7UUFDcEIsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUM7SUFDdkQsQ0FBQztJQUVELElBQW9DLGFBQWEsQ0FBQyxLQUE0QjtRQUMxRSxJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsRUFBRSxlQUFlLEVBQUUsS0FBSyxDQUFDLENBQUM7SUFDckYsQ0FBQztJQUVELElBQVcsUUFBUTtRQUNmLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDO0lBQ2xELENBQUM7SUFLRCxZQUFvQyxRQUFtQixFQUFtQixVQUFvQztRQUExRSxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQW1CLGVBQVUsR0FBVixVQUFVLENBQTBCO0lBQUcsQ0FBQztJQUUzRyxXQUFXO1FBQ2QsSUFBSSxDQUFDLGdCQUFnQixFQUFFLFdBQVcsRUFBRSxDQUFDO0lBQ3pDLENBQUM7SUFFTSxhQUFhO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDekQsQ0FBQztJQUVNLEtBQUssQ0FBQyxPQUFPLENBQUMsSUFBc0I7UUFDdkMsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdkQsQ0FBQztJQUVNLEtBQUssQ0FBQyxvQkFBb0I7UUFDN0IsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxvQkFBb0IsRUFBRSxDQUFDO0lBQ2hFLENBQUM7SUFFTSxLQUFLLENBQUMsb0JBQW9CLENBQUMsU0FBbUI7UUFDakQsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxvQkFBb0IsQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUN6RSxDQUFDO0lBRU0sS0FBSyxDQUFDLHlCQUF5QixDQUFDLGdCQUFrRDtRQUNyRixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxDQUFDLHlCQUF5QixDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFDckYsQ0FBQzs7a0hBbEZRLG9CQUFvQjtzR0FBcEIsb0JBQW9COzRGQUFwQixvQkFBb0I7a0JBSGhDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGNBQWM7aUJBQzNCO3lIQWV1QixLQUFLO3NCQUF4QixLQUFLO2dCQWlCNkIsV0FBVztzQkFBN0MsS0FBSzt1QkFBQyxlQUFlO2dCQVFvQixpQkFBaUI7c0JBQTFELEtBQUs7dUJBQUMsc0JBQXNCO2dCQVFPLGFBQWE7c0JBQWhELEtBQUs7dUJBQUMsZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBJbnB1dCwgT25EZXN0cm95LCBSZW5kZXJlcjIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgVGFibGUsIHRhYmxlVGFnIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3RhYmxlJztcbmltcG9ydCB0eXBlIHsgVGFibGVSZWNvcmQsIFRhYmxlRmllbGROYW1lLCBUYWJsZUZpZWxkVmFsdWUsIFRhYmxlVmFsaWRpdHksIFRhYmxlQWN0aW9uTWVudVRvZ2dsZUV2ZW50RGV0YWlsLCBUYWJsZVJvd1NlbGVjdGlvbkV2ZW50RGV0YWlsLCBUYWJsZUNvbHVtbkNvbmZpZ3VyYXRpb25DaGFuZ2VFdmVudERldGFpbCwgVGFibGVDb2x1bW5Db25maWd1cmF0aW9uLCBUYWJsZVJvd0V4cGFuc2lvblRvZ2dsZUV2ZW50RGV0YWlsIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3RhYmxlL3R5cGVzJztcbmltcG9ydCB7IFRhYmxlUm93U2VsZWN0aW9uTW9kZSwgVGFibGVSZWNvcmREZWxheWVkSGllcmFyY2h5U3RhdGUsIFRhYmxlU2V0UmVjb3JkSGllcmFyY2h5T3B0aW9ucywgVGFibGVSZWNvcmRIaWVyYXJjaHlPcHRpb25zIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3RhYmxlL3R5cGVzJztcbmltcG9ydCB0eXBlIHsgT2JzZXJ2YWJsZSwgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XG5cbmV4cG9ydCB0eXBlIHsgVGFibGUgfTtcbmV4cG9ydCB7IHRhYmxlVGFnIH07XG5leHBvcnQgdHlwZSB7IFRhYmxlQWN0aW9uTWVudVRvZ2dsZUV2ZW50RGV0YWlsLCBUYWJsZVJvd1NlbGVjdGlvbkV2ZW50RGV0YWlsLCBUYWJsZUNvbHVtbkNvbmZpZ3VyYXRpb25DaGFuZ2VFdmVudERldGFpbCwgVGFibGVDb2x1bW5Db25maWd1cmF0aW9uLCBUYWJsZVJvd0V4cGFuc2lvblRvZ2dsZUV2ZW50RGV0YWlsIH07XG5leHBvcnQgeyBUYWJsZVJlY29yZCwgVGFibGVGaWVsZE5hbWUsIFRhYmxlRmllbGRWYWx1ZSwgVGFibGVWYWxpZGl0eSwgVGFibGVSb3dTZWxlY3Rpb25Nb2RlLCBUYWJsZVJlY29yZERlbGF5ZWRIaWVyYXJjaHlTdGF0ZSwgVGFibGVTZXRSZWNvcmRIaWVyYXJjaHlPcHRpb25zLCBUYWJsZVJlY29yZEhpZXJhcmNoeU9wdGlvbnMgfTtcblxuLyoqXG4gKiBEaXJlY3RpdmUgdG8gcHJvdmlkZSBBbmd1bGFyIGludGVncmF0aW9uIGZvciB0aGUgdGFibGUgZWxlbWVudC5cbiAqL1xuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICduaW1ibGUtdGFibGUnXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZVRhYmxlRGlyZWN0aXZlPFREYXRhIGV4dGVuZHMgVGFibGVSZWNvcmQgPSBUYWJsZVJlY29yZD4gaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xuICAgIHB1YmxpYyBnZXQgZGF0YSQoKTogT2JzZXJ2YWJsZTxURGF0YVtdPiB8IHVuZGVmaW5lZCB7XG4gICAgICAgIHJldHVybiB0aGlzLmRhdGFPYnNlcnZhYmxlO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIEFuIGBPYnNlcnZhYmxlPFREYXRhW10+YCB0aGF0IGVtaXRzIGRhdGEgdGhhdCBzaG91bGQgYmUgc2V0IG9uIHRoZSB0YWJsZS5cbiAgICAgKlxuICAgICAqIFdoZW4gdXNpbmcgYGRhdGEkYCwgdGhlIHRpbWluZyBvZiB3aGVuIHRoZSB0YWJsZSBoYXMgYmVlbiB1cGRhdGVkIHdpdGggYSBuZXcgY29sbGVjdGlvbiBvZiBkYXRhXG4gICAgICogY2Fubm90IGJlIG9ic2VydmVkIG9yIGF3YWl0IGJ5IGFuIGFwcGxpY2F0aW9uLiBJZiBhbiBhcHBsaWNhdGlvbiBuZWVkcyB0byBrbm93IHdoZW4gdGhlIGRhdGEgaGFzXG4gICAgICogYmVlbiBhcHBsaWVkLCBleHBsaWNpdGx5IGNhbGwgYHNldERhdGEoKWAgcmF0aGVyIHRoYW4gdXNpbmcgdGhlIGBkYXRhJGAgcHJvcGVydHkuIEZvciBleGFtcGxlLFxuICAgICAqIGNhbGxpbmcgYGdldFNlbGVjdGVkUmVjb3JkSWRzKClgIGltbWVkaWF0ZWx5IGFmdGVyIGVtaXR0aW5nIGEgbmV3IHZhbHVlIHRvIHRoZSBgZGF0YSRgIGBPYnNlcnZhYmxlYFxuICAgICAqIG1heSBub3QgdGFrZSB0aGUgbmV3IGRhdGEgaW50byBhY2NvdW50IHdoZW4gZGV0ZXJtaW5pbmcgdGhlIHNlbGVjdGVkIHJlY29yZHMuXG4gICAgICovXG4gICAgQElucHV0KCkgcHVibGljIHNldCBkYXRhJCh2YWx1ZTogT2JzZXJ2YWJsZTxURGF0YVtdPiB8IHVuZGVmaW5lZCkge1xuICAgICAgICB0aGlzLmRhdGFTdWJzY3JpcHRpb24/LnVuc3Vic2NyaWJlKCk7XG5cbiAgICAgICAgdGhpcy5kYXRhT2JzZXJ2YWJsZSA9IHZhbHVlO1xuICAgICAgICBpZiAodmFsdWUpIHtcbiAgICAgICAgICAgIHRoaXMuZGF0YVN1YnNjcmlwdGlvbiA9IHZhbHVlLnN1YnNjcmliZShcbiAgICAgICAgICAgICAgICBuZXh0ID0+IHtcbiAgICAgICAgICAgICAgICAgICAgdm9pZCB0aGlzLnNldERhdGEobmV4dCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgaWRGaWVsZE5hbWUoKTogc3RyaW5nIHwgbnVsbCB8IHVuZGVmaW5lZCB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5pZEZpZWxkTmFtZTtcbiAgICB9XG5cbiAgICBASW5wdXQoJ2lkLWZpZWxkLW5hbWUnKSBwdWJsaWMgc2V0IGlkRmllbGROYW1lKHZhbHVlOiBzdHJpbmcgfCBudWxsIHwgdW5kZWZpbmVkKSB7XG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0UHJvcGVydHkodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQsICdpZEZpZWxkTmFtZScsIHZhbHVlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IHBhcmVudElkRmllbGROYW1lKCk6IHN0cmluZyB8IG51bGwgfCB1bmRlZmluZWQge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQucGFyZW50SWRGaWVsZE5hbWU7XG4gICAgfVxuXG4gICAgQElucHV0KCdwYXJlbnQtaWQtZmllbGQtbmFtZScpIHB1YmxpYyBzZXQgcGFyZW50SWRGaWVsZE5hbWUodmFsdWU6IHN0cmluZyB8IG51bGwgfCB1bmRlZmluZWQpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ3BhcmVudElkRmllbGROYW1lJywgdmFsdWUpO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgc2VsZWN0aW9uTW9kZSgpOiBUYWJsZVJvd1NlbGVjdGlvbk1vZGUge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuc2VsZWN0aW9uTW9kZTtcbiAgICB9XG5cbiAgICBASW5wdXQoJ3NlbGVjdGlvbi1tb2RlJykgcHVibGljIHNldCBzZWxlY3Rpb25Nb2RlKHZhbHVlOiBUYWJsZVJvd1NlbGVjdGlvbk1vZGUpIHtcbiAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgJ3NlbGVjdGlvbk1vZGUnLCB2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCB2YWxpZGl0eSgpOiBUYWJsZVZhbGlkaXR5IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnZhbGlkaXR5O1xuICAgIH1cblxuICAgIHByaXZhdGUgZGF0YU9ic2VydmFibGU/OiBPYnNlcnZhYmxlPFREYXRhW10+O1xuICAgIHByaXZhdGUgZGF0YVN1YnNjcmlwdGlvbj86IFN1YnNjcmlwdGlvbjtcblxuICAgIHB1YmxpYyBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IHJlbmRlcmVyOiBSZW5kZXJlcjIsIHByaXZhdGUgcmVhZG9ubHkgZWxlbWVudFJlZjogRWxlbWVudFJlZjxUYWJsZTxURGF0YT4+KSB7fVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmRhdGFTdWJzY3JpcHRpb24/LnVuc3Vic2NyaWJlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGNoZWNrVmFsaWRpdHkoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5jaGVja1ZhbGlkaXR5KCk7XG4gICAgfVxuXG4gICAgcHVibGljIGFzeW5jIHNldERhdGEoZGF0YTogcmVhZG9ubHkgVERhdGFbXSk6IFByb21pc2U8dm9pZD4ge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuc2V0RGF0YShkYXRhKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgYXN5bmMgZ2V0U2VsZWN0ZWRSZWNvcmRJZHMoKTogUHJvbWlzZTxzdHJpbmdbXT4ge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuZ2V0U2VsZWN0ZWRSZWNvcmRJZHMoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgYXN5bmMgc2V0U2VsZWN0ZWRSZWNvcmRJZHMocmVjb3JkSWRzOiBzdHJpbmdbXSk6IFByb21pc2U8dm9pZD4ge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuc2V0U2VsZWN0ZWRSZWNvcmRJZHMocmVjb3JkSWRzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgYXN5bmMgc2V0UmVjb3JkSGllcmFyY2h5T3B0aW9ucyhoaWVyYXJjaHlPcHRpb25zOiBUYWJsZVNldFJlY29yZEhpZXJhcmNoeU9wdGlvbnNbXSk6IFByb21pc2U8dm9pZD4ge1xuICAgICAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuc2V0UmVjb3JkSGllcmFyY2h5T3B0aW9ucyhoaWVyYXJjaHlPcHRpb25zKTtcbiAgICB9XG59XG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { NimbleTableDirective } from './nimble-table.directive';
|
|
4
|
-
import '@ni/nimble-components/dist/esm/table';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class NimbleTableModule {
|
|
7
|
-
}
|
|
8
|
-
NimbleTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
NimbleTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: NimbleTableModule, declarations: [NimbleTableDirective], imports: [CommonModule], exports: [NimbleTableDirective] });
|
|
10
|
-
NimbleTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleTableModule, imports: [CommonModule] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleTableModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [NimbleTableDirective],
|
|
15
|
-
imports: [CommonModule],
|
|
16
|
-
exports: [NimbleTableDirective]
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXRhYmxlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25pL25pbWJsZS1hbmd1bGFyL3RhYmxlL25pbWJsZS10YWJsZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsT0FBTyxzQ0FBc0MsQ0FBQzs7QUFPOUMsTUFBTSxPQUFPLGlCQUFpQjs7K0dBQWpCLGlCQUFpQjtnSEFBakIsaUJBQWlCLGlCQUpYLG9CQUFvQixhQUN6QixZQUFZLGFBQ1osb0JBQW9CO2dIQUVyQixpQkFBaUIsWUFIaEIsWUFBWTs0RkFHYixpQkFBaUI7a0JBTDdCLFFBQVE7bUJBQUM7b0JBQ04sWUFBWSxFQUFFLENBQUMsb0JBQW9CLENBQUM7b0JBQ3BDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsb0JBQW9CLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOaW1ibGVUYWJsZURpcmVjdGl2ZSB9IGZyb20gJy4vbmltYmxlLXRhYmxlLmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL3RhYmxlJztcblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtOaW1ibGVUYWJsZURpcmVjdGl2ZV0sXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW05pbWJsZVRhYmxlRGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBOaW1ibGVUYWJsZU1vZHVsZSB7IH1cbiJdfQ==
|
package/esm2020/table-column/anchor/nimble-table-column-anchor-navigation-guard.directive.mjs
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { Directive, HostListener, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive to allow client to intercept anchor clicks and do router navigation instead of
|
|
5
|
-
* letting the default action handle the navigation. The client supplies a function which is
|
|
6
|
-
* expected to build the proper url and call one of the router's navigation functions, passing
|
|
7
|
-
* the url and any navigation options. If the router successfully navigated, the function should
|
|
8
|
-
* return false to prevent the link's default click handler from also performing the navigation.
|
|
9
|
-
*/
|
|
10
|
-
export class NimbleTableColumnAnchorNavigationGuardDirective {
|
|
11
|
-
onDelegatedEvent(delegatedEvent, recordId) {
|
|
12
|
-
if (delegatedEvent.type !== 'click') {
|
|
13
|
-
return;
|
|
14
|
-
}
|
|
15
|
-
const clickEvent = delegatedEvent;
|
|
16
|
-
// Only call the navigationGuard for plain left clicks.
|
|
17
|
-
// Those are the only ones that should potentially use the router.
|
|
18
|
-
// Based on: https://github.com/angular/angular/blob/15.2.10/packages/router/src/directives/router_link.ts#L302
|
|
19
|
-
if (clickEvent.button !== 0 || clickEvent.ctrlKey || clickEvent.shiftKey || clickEvent.altKey || clickEvent.metaKey) {
|
|
20
|
-
return;
|
|
21
|
-
}
|
|
22
|
-
const cellView = delegatedEvent.target;
|
|
23
|
-
// Based on: https://github.com/angular/angular/blob/15.2.10/packages/router/src/directives/router_link.ts#L306
|
|
24
|
-
if (typeof cellView.columnConfig?.target === 'string' && cellView.columnConfig.target !== '_self') {
|
|
25
|
-
return;
|
|
26
|
-
}
|
|
27
|
-
const href = cellView.cellRecord?.href;
|
|
28
|
-
if (!href) {
|
|
29
|
-
return;
|
|
30
|
-
}
|
|
31
|
-
if (this.navigationGuard && !this.navigationGuard(recordId, href)) {
|
|
32
|
-
clickEvent.preventDefault();
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
NimbleTableColumnAnchorNavigationGuardDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleTableColumnAnchorNavigationGuardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
37
|
-
NimbleTableColumnAnchorNavigationGuardDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleTableColumnAnchorNavigationGuardDirective, selector: "nimble-table-column-anchor[navigationGuard]", inputs: { navigationGuard: "navigationGuard" }, host: { listeners: { "delegated-event": "onDelegatedEvent($event.detail.originalEvent,$event.detail.recordId)" } }, ngImport: i0 });
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleTableColumnAnchorNavigationGuardDirective, decorators: [{
|
|
39
|
-
type: Directive,
|
|
40
|
-
args: [{
|
|
41
|
-
selector: 'nimble-table-column-anchor[navigationGuard]'
|
|
42
|
-
}]
|
|
43
|
-
}], propDecorators: { navigationGuard: [{
|
|
44
|
-
type: Input
|
|
45
|
-
}], onDelegatedEvent: [{
|
|
46
|
-
type: HostListener,
|
|
47
|
-
args: ['delegated-event', ['$event.detail.originalEvent', '$event.detail.recordId']]
|
|
48
|
-
}] } });
|
|
49
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLXRhYmxlLWNvbHVtbi1hbmNob3ItbmF2aWdhdGlvbi1ndWFyZC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uaS9uaW1ibGUtYW5ndWxhci90YWJsZS1jb2x1bW4vYW5jaG9yL25pbWJsZS10YWJsZS1jb2x1bW4tYW5jaG9yLW5hdmlnYXRpb24tZ3VhcmQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFLL0Q7Ozs7OztHQU1HO0FBSUgsTUFBTSxPQUFPLCtDQUErQztJQUtoRCxnQkFBZ0IsQ0FBQyxjQUFxQixFQUFFLFFBQTRCO1FBQ3hFLElBQUksY0FBYyxDQUFDLElBQUksS0FBSyxPQUFPLEVBQUU7WUFDakMsT0FBTztTQUNWO1FBRUQsTUFBTSxVQUFVLEdBQUcsY0FBNEIsQ0FBQztRQUNoRCx1REFBdUQ7UUFDdkQsa0VBQWtFO1FBQ2xFLCtHQUErRztRQUMvRyxJQUFJLFVBQVUsQ0FBQyxNQUFNLEtBQUssQ0FBQyxJQUFJLFVBQVUsQ0FBQyxPQUFPLElBQUksVUFBVSxDQUFDLFFBQVEsSUFBSSxVQUFVLENBQUMsTUFBTSxJQUFJLFVBQVUsQ0FBQyxPQUFPLEVBQUU7WUFDakgsT0FBTztTQUNWO1FBRUQsTUFBTSxRQUFRLEdBQUcsY0FBYyxDQUFDLE1BQW1DLENBQUM7UUFDcEUsK0dBQStHO1FBQy9HLElBQUksT0FBTyxRQUFRLENBQUMsWUFBWSxFQUFFLE1BQU0sS0FBSyxRQUFRLElBQUksUUFBUSxDQUFDLFlBQVksQ0FBQyxNQUFNLEtBQUssT0FBTyxFQUFFO1lBQy9GLE9BQU87U0FDVjtRQUVELE1BQU0sSUFBSSxHQUFHLFFBQVEsQ0FBQyxVQUFVLEVBQUUsSUFBSSxDQUFDO1FBQ3ZDLElBQUksQ0FBQyxJQUFJLEVBQUU7WUFDUCxPQUFPO1NBQ1Y7UUFFRCxJQUFJLElBQUksQ0FBQyxlQUFlLElBQUksQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLFFBQVEsRUFBRSxJQUFJLENBQUMsRUFBRTtZQUMvRCxVQUFVLENBQUMsY0FBYyxFQUFFLENBQUM7U0FDL0I7SUFDTCxDQUFDOzs2SUFoQ1EsK0NBQStDO2lJQUEvQywrQ0FBK0M7NEZBQS9DLCtDQUErQztrQkFIM0QsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsNkNBQTZDO2lCQUMxRDs4QkFHVSxlQUFlO3NCQURyQixLQUFLO2dCQUlFLGdCQUFnQjtzQkFEdkIsWUFBWTt1QkFBQyxpQkFBaUIsRUFBRSxDQUFDLDZCQUE2QixFQUFFLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0TGlzdGVuZXIsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgdHlwZSB7IFRhYmxlQ29sdW1uQW5jaG9yQ2VsbFZpZXcgfSBmcm9tICdAbmkvbmltYmxlLWNvbXBvbmVudHMvZGlzdC9lc20vdGFibGUtY29sdW1uL2FuY2hvci9jZWxsLXZpZXcnO1xuXG5leHBvcnQgdHlwZSBOYXZpZ2F0aW9uR3VhcmQgPSAocm93UmVjb3JkSWQ6IHN0cmluZyB8IHVuZGVmaW5lZCwgaHJlZjogc3RyaW5nKSA9PiBib29sZWFuO1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBhbGxvdyBjbGllbnQgdG8gaW50ZXJjZXB0IGFuY2hvciBjbGlja3MgYW5kIGRvIHJvdXRlciBuYXZpZ2F0aW9uIGluc3RlYWQgb2ZcbiAqIGxldHRpbmcgdGhlIGRlZmF1bHQgYWN0aW9uIGhhbmRsZSB0aGUgbmF2aWdhdGlvbi4gVGhlIGNsaWVudCBzdXBwbGllcyBhIGZ1bmN0aW9uIHdoaWNoIGlzXG4gKiBleHBlY3RlZCB0byBidWlsZCB0aGUgcHJvcGVyIHVybCBhbmQgY2FsbCBvbmUgb2YgdGhlIHJvdXRlcidzIG5hdmlnYXRpb24gZnVuY3Rpb25zLCBwYXNzaW5nXG4gKiB0aGUgdXJsIGFuZCBhbnkgbmF2aWdhdGlvbiBvcHRpb25zLiBJZiB0aGUgcm91dGVyIHN1Y2Nlc3NmdWxseSBuYXZpZ2F0ZWQsIHRoZSBmdW5jdGlvbiBzaG91bGRcbiAqIHJldHVybiBmYWxzZSB0byBwcmV2ZW50IHRoZSBsaW5rJ3MgZGVmYXVsdCBjbGljayBoYW5kbGVyIGZyb20gYWxzbyBwZXJmb3JtaW5nIHRoZSBuYXZpZ2F0aW9uLlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25pbWJsZS10YWJsZS1jb2x1bW4tYW5jaG9yW25hdmlnYXRpb25HdWFyZF0nXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZVRhYmxlQ29sdW1uQW5jaG9yTmF2aWdhdGlvbkd1YXJkRGlyZWN0aXZlIHtcbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBuYXZpZ2F0aW9uR3VhcmQ/OiBOYXZpZ2F0aW9uR3VhcmQ7XG5cbiAgICBASG9zdExpc3RlbmVyKCdkZWxlZ2F0ZWQtZXZlbnQnLCBbJyRldmVudC5kZXRhaWwub3JpZ2luYWxFdmVudCcsICckZXZlbnQuZGV0YWlsLnJlY29yZElkJ10pXG4gICAgcHJpdmF0ZSBvbkRlbGVnYXRlZEV2ZW50KGRlbGVnYXRlZEV2ZW50OiBFdmVudCwgcmVjb3JkSWQ6IHN0cmluZyB8IHVuZGVmaW5lZCk6IHZvaWQge1xuICAgICAgICBpZiAoZGVsZWdhdGVkRXZlbnQudHlwZSAhPT0gJ2NsaWNrJykge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgY29uc3QgY2xpY2tFdmVudCA9IGRlbGVnYXRlZEV2ZW50IGFzIE1vdXNlRXZlbnQ7XG4gICAgICAgIC8vIE9ubHkgY2FsbCB0aGUgbmF2aWdhdGlvbkd1YXJkIGZvciBwbGFpbiBsZWZ0IGNsaWNrcy5cbiAgICAgICAgLy8gVGhvc2UgYXJlIHRoZSBvbmx5IG9uZXMgdGhhdCBzaG91bGQgcG90ZW50aWFsbHkgdXNlIHRoZSByb3V0ZXIuXG4gICAgICAgIC8vIEJhc2VkIG9uOiBodHRwczovL2dpdGh1Yi5jb20vYW5ndWxhci9hbmd1bGFyL2Jsb2IvMTUuMi4xMC9wYWNrYWdlcy9yb3V0ZXIvc3JjL2RpcmVjdGl2ZXMvcm91dGVyX2xpbmsudHMjTDMwMlxuICAgICAgICBpZiAoY2xpY2tFdmVudC5idXR0b24gIT09IDAgfHwgY2xpY2tFdmVudC5jdHJsS2V5IHx8IGNsaWNrRXZlbnQuc2hpZnRLZXkgfHwgY2xpY2tFdmVudC5hbHRLZXkgfHwgY2xpY2tFdmVudC5tZXRhS2V5KSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBjb25zdCBjZWxsVmlldyA9IGRlbGVnYXRlZEV2ZW50LnRhcmdldCBhcyBUYWJsZUNvbHVtbkFuY2hvckNlbGxWaWV3O1xuICAgICAgICAvLyBCYXNlZCBvbjogaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXIvYW5ndWxhci9ibG9iLzE1LjIuMTAvcGFja2FnZXMvcm91dGVyL3NyYy9kaXJlY3RpdmVzL3JvdXRlcl9saW5rLnRzI0wzMDZcbiAgICAgICAgaWYgKHR5cGVvZiBjZWxsVmlldy5jb2x1bW5Db25maWc/LnRhcmdldCA9PT0gJ3N0cmluZycgJiYgY2VsbFZpZXcuY29sdW1uQ29uZmlnLnRhcmdldCAhPT0gJ19zZWxmJykge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgY29uc3QgaHJlZiA9IGNlbGxWaWV3LmNlbGxSZWNvcmQ/LmhyZWY7XG4gICAgICAgIGlmICghaHJlZikge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKHRoaXMubmF2aWdhdGlvbkd1YXJkICYmICF0aGlzLm5hdmlnYXRpb25HdWFyZChyZWNvcmRJZCwgaHJlZikpIHtcbiAgICAgICAgICAgIGNsaWNrRXZlbnQucHJldmVudERlZmF1bHQoKTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
|