@qualcomm-ui/angular 1.0.2 → 1.1.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/accordion/index.d.ts +248 -13
- package/accordion/index.d.ts.map +1 -1
- package/action-group/index.d.ts +15 -2
- package/action-group/index.d.ts.map +1 -1
- package/avatar/index.d.ts +62 -6
- package/avatar/index.d.ts.map +1 -1
- package/breadcrumbs/index.d.ts +114 -9
- package/breadcrumbs/index.d.ts.map +1 -1
- package/button/index.d.ts +217 -9
- package/button/index.d.ts.map +1 -1
- package/checkbox/index.d.ts +137 -10
- package/checkbox/index.d.ts.map +1 -1
- package/checkmark/index.d.ts +13 -2
- package/checkmark/index.d.ts.map +1 -1
- package/collapsible/index.d.ts +29 -5
- package/collapsible/index.d.ts.map +1 -1
- package/combobox/index.d.ts +342 -25
- package/combobox/index.d.ts.map +1 -1
- package/dialog/index.d.ts +224 -17
- package/dialog/index.d.ts.map +1 -1
- package/divider/index.d.ts +38 -2
- package/divider/index.d.ts.map +1 -1
- package/drawer/index.d.ts +184 -17
- package/drawer/index.d.ts.map +1 -1
- package/fesm2022/qualcomm-ui-angular-accordion.mjs +468 -0
- package/fesm2022/qualcomm-ui-angular-accordion.mjs.map +1 -0
- package/{esm2022/action-group/action-group.directive.js → fesm2022/qualcomm-ui-angular-action-group.mjs} +17 -10
- package/fesm2022/qualcomm-ui-angular-action-group.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-avatar.mjs +153 -0
- package/fesm2022/qualcomm-ui-angular-avatar.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +232 -0
- package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-button.mjs +405 -0
- package/fesm2022/qualcomm-ui-angular-button.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-checkbox.mjs +350 -0
- package/fesm2022/qualcomm-ui-angular-checkbox.mjs.map +1 -0
- package/{esm2022/checkmark/checkmark-icon.component.js → fesm2022/qualcomm-ui-angular-checkmark.mjs} +14 -7
- package/fesm2022/qualcomm-ui-angular-checkmark.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-collapsible.mjs +85 -0
- package/fesm2022/qualcomm-ui-angular-collapsible.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-combobox.mjs +1173 -0
- package/fesm2022/qualcomm-ui-angular-combobox.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-dialog.mjs +523 -0
- package/fesm2022/qualcomm-ui-angular-dialog.mjs.map +1 -0
- package/{esm2022/divider/divider.directive.js → fesm2022/qualcomm-ui-angular-divider.mjs} +16 -9
- package/fesm2022/qualcomm-ui-angular-divider.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-drawer.mjs +476 -0
- package/fesm2022/qualcomm-ui-angular-drawer.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-footer.mjs +4 -0
- package/fesm2022/qualcomm-ui-angular-footer.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-header.mjs +4 -0
- package/fesm2022/qualcomm-ui-angular-header.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-icon.mjs +242 -0
- package/fesm2022/qualcomm-ui-angular-icon.mjs.map +1 -0
- package/{esm2022/inline-icon-button/inline-icon-button.component.js → fesm2022/qualcomm-ui-angular-inline-icon-button.mjs} +28 -12
- package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +361 -0
- package/fesm2022/qualcomm-ui-angular-inline-notification.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-input.mjs +253 -0
- package/fesm2022/qualcomm-ui-angular-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-kbd.mjs +28 -0
- package/fesm2022/qualcomm-ui-angular-kbd.mjs.map +1 -0
- package/{esm2022/link/link.directive.js → fesm2022/qualcomm-ui-angular-link.mjs} +17 -10
- package/fesm2022/qualcomm-ui-angular-link.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-menu.mjs +606 -0
- package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-number-input.mjs +613 -0
- package/fesm2022/qualcomm-ui-angular-number-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-pagination.mjs +339 -0
- package/fesm2022/qualcomm-ui-angular-pagination.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-password-input.mjs +593 -0
- package/fesm2022/qualcomm-ui-angular-password-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-popover.mjs +368 -0
- package/fesm2022/qualcomm-ui-angular-popover.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +361 -0
- package/fesm2022/qualcomm-ui-angular-progress-ring.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-progress.mjs +406 -0
- package/fesm2022/qualcomm-ui-angular-progress.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-radio.mjs +312 -0
- package/fesm2022/qualcomm-ui-angular-radio.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +220 -0
- package/fesm2022/qualcomm-ui-angular-segmented-control.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-select.mjs +861 -0
- package/fesm2022/qualcomm-ui-angular-select.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-switch.mjs +309 -0
- package/fesm2022/qualcomm-ui-angular-switch.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-table.mjs +1311 -0
- package/fesm2022/qualcomm-ui-angular-table.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-tabs.mjs +423 -0
- package/fesm2022/qualcomm-ui-angular-tabs.mjs.map +1 -0
- package/{esm2022/tag/tag.directive.js → fesm2022/qualcomm-ui-angular-tag.mjs} +31 -14
- package/fesm2022/qualcomm-ui-angular-tag.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-text-area.mjs +4 -0
- package/fesm2022/qualcomm-ui-angular-text-area.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-text-input.mjs +528 -0
- package/fesm2022/qualcomm-ui-angular-text-input.mjs.map +1 -0
- package/{esm2022/theme/qds-theme.service.js → fesm2022/qualcomm-ui-angular-theme.mjs} +87 -9
- package/fesm2022/qualcomm-ui-angular-theme.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-toast.mjs +461 -0
- package/fesm2022/qualcomm-ui-angular-toast.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-tooltip.mjs +334 -0
- package/fesm2022/qualcomm-ui-angular-tooltip.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-tree.mjs +4 -0
- package/fesm2022/qualcomm-ui-angular-tree.mjs.map +1 -0
- package/{esm2022/index.js → fesm2022/qualcomm-ui-angular.mjs} +5 -2
- package/fesm2022/qualcomm-ui-angular.mjs.map +1 -0
- package/footer/index.d.ts +3 -2
- package/footer/index.d.ts.map +1 -1
- package/header/index.d.ts +3 -2
- package/header/index.d.ts.map +1 -1
- package/icon/index.d.ts +140 -6
- package/icon/index.d.ts.map +1 -1
- package/index.d.ts +3 -2
- package/index.d.ts.map +1 -1
- package/inline-icon-button/index.d.ts +49 -3
- package/inline-icon-button/index.d.ts.map +1 -1
- package/inline-notification/index.d.ts +127 -10
- package/inline-notification/index.d.ts.map +1 -1
- package/input/index.d.ts +187 -7
- package/input/index.d.ts.map +1 -1
- package/kbd/index.d.ts +16 -0
- package/kbd/index.d.ts.map +1 -0
- package/link/index.d.ts +67 -2
- package/link/index.d.ts.map +1 -1
- package/menu/index.d.ts +169 -21
- package/menu/index.d.ts.map +1 -1
- package/number-input/index.d.ts +215 -14
- package/number-input/index.d.ts.map +1 -1
- package/package.json +91 -87
- package/pagination/index.d.ts +133 -11
- package/pagination/index.d.ts.map +1 -1
- package/password-input/index.d.ts +206 -12
- package/password-input/index.d.ts.map +1 -1
- package/popover/index.d.ts +168 -14
- package/popover/index.d.ts.map +1 -1
- package/progress/index.d.ts +163 -12
- package/progress/index.d.ts.map +1 -1
- package/progress-ring/index.d.ts +143 -13
- package/progress-ring/index.d.ts.map +1 -1
- package/radio/index.d.ts +111 -9
- package/radio/index.d.ts.map +1 -1
- package/segmented-control/index.d.ts +82 -8
- package/segmented-control/index.d.ts.map +1 -1
- package/select/index.d.ts +257 -21
- package/select/index.d.ts.map +1 -1
- package/switch/index.d.ts +113 -10
- package/switch/index.d.ts.map +1 -1
- package/table/index.d.ts +482 -4
- package/table/index.d.ts.map +1 -1
- package/tabs/index.d.ts +155 -11
- package/tabs/index.d.ts.map +1 -1
- package/tag/index.d.ts +78 -3
- package/tag/index.d.ts.map +1 -1
- package/text-area/index.d.ts +3 -2
- package/text-area/index.d.ts.map +1 -1
- package/text-input/index.d.ts +211 -11
- package/text-input/index.d.ts.map +1 -1
- package/theme/index.d.ts +84 -4
- package/theme/index.d.ts.map +1 -1
- package/toast/index.d.ts +130 -14
- package/toast/index.d.ts.map +1 -1
- package/tooltip/index.d.ts +121 -11
- package/tooltip/index.d.ts.map +1 -1
- package/tree/index.d.ts +3 -2
- package/tree/index.d.ts.map +1 -1
- package/accordion/accordion-item-content-animator.component.d.ts +0 -16
- package/accordion/accordion-item-content-animator.component.d.ts.map +0 -1
- package/accordion/accordion-item-content-body.component.d.ts +0 -17
- package/accordion/accordion-item-content-body.component.d.ts.map +0 -1
- package/accordion/accordion-item-content.component.d.ts +0 -7
- package/accordion/accordion-item-content.component.d.ts.map +0 -1
- package/accordion/accordion-item-icon.component.d.ts +0 -17
- package/accordion/accordion-item-icon.component.d.ts.map +0 -1
- package/accordion/accordion-item-indicator.component.d.ts +0 -24
- package/accordion/accordion-item-indicator.component.d.ts.map +0 -1
- package/accordion/accordion-item-root.component.d.ts +0 -39
- package/accordion/accordion-item-root.component.d.ts.map +0 -1
- package/accordion/accordion-item-secondary-text.component.d.ts +0 -18
- package/accordion/accordion-item-secondary-text.component.d.ts.map +0 -1
- package/accordion/accordion-item-text.component.d.ts +0 -18
- package/accordion/accordion-item-text.component.d.ts.map +0 -1
- package/accordion/accordion-item-trigger.component.d.ts +0 -31
- package/accordion/accordion-item-trigger.component.d.ts.map +0 -1
- package/accordion/accordion-item.component.d.ts +0 -48
- package/accordion/accordion-item.component.d.ts.map +0 -1
- package/accordion/accordion.component.d.ts +0 -19
- package/accordion/accordion.component.d.ts.map +0 -1
- package/accordion/accordion.module.d.ts +0 -22
- package/accordion/accordion.module.d.ts.map +0 -1
- package/accordion/qualcomm-ui-angular-accordion.d.ts +0 -6
- package/accordion/qualcomm-ui-angular-accordion.d.ts.map +0 -1
- package/action-group/action-group.directive.d.ts +0 -12
- package/action-group/action-group.directive.d.ts.map +0 -1
- package/action-group/qualcomm-ui-angular-action-group.d.ts +0 -6
- package/action-group/qualcomm-ui-angular-action-group.d.ts.map +0 -1
- package/avatar/avatar-content.directive.d.ts +0 -9
- package/avatar/avatar-content.directive.d.ts.map +0 -1
- package/avatar/avatar-image.directive.d.ts +0 -9
- package/avatar/avatar-image.directive.d.ts.map +0 -1
- package/avatar/avatar-status.directive.d.ts +0 -9
- package/avatar/avatar-status.directive.d.ts.map +0 -1
- package/avatar/avatar.directive.d.ts +0 -26
- package/avatar/avatar.directive.d.ts.map +0 -1
- package/avatar/avatar.module.d.ts +0 -11
- package/avatar/avatar.module.d.ts.map +0 -1
- package/avatar/qds-avatar-context.service.d.ts +0 -9
- package/avatar/qds-avatar-context.service.d.ts.map +0 -1
- package/avatar/qualcomm-ui-angular-avatar.d.ts +0 -6
- package/avatar/qualcomm-ui-angular-avatar.d.ts.map +0 -1
- package/breadcrumbs/breadcrumb-item-icon.directive.d.ts +0 -13
- package/breadcrumbs/breadcrumb-item-icon.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumb-item-separator.directive.d.ts +0 -13
- package/breadcrumbs/breadcrumb-item-separator.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts +0 -13
- package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumb-item.directive.d.ts +0 -26
- package/breadcrumbs/breadcrumb-item.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumbs-list.directive.d.ts +0 -13
- package/breadcrumbs/breadcrumbs-list.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumbs-root.directive.d.ts +0 -26
- package/breadcrumbs/breadcrumbs-root.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumbs.module.d.ts +0 -14
- package/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
- package/breadcrumbs/qds-breadcrumbs-context.service.d.ts +0 -9
- package/breadcrumbs/qds-breadcrumbs-context.service.d.ts.map +0 -1
- package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts +0 -6
- package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts.map +0 -1
- package/button/base-button.directive.d.ts +0 -60
- package/button/base-button.directive.d.ts.map +0 -1
- package/button/button-group.directive.d.ts +0 -55
- package/button/button-group.directive.d.ts.map +0 -1
- package/button/button.directive.d.ts +0 -19
- package/button/button.directive.d.ts.map +0 -1
- package/button/button.module.d.ts +0 -12
- package/button/button.module.d.ts.map +0 -1
- package/button/icon-button.directive.d.ts +0 -60
- package/button/icon-button.directive.d.ts.map +0 -1
- package/button/qds-button-context.service.d.ts +0 -9
- package/button/qds-button-context.service.d.ts.map +0 -1
- package/button/qds-button-group-context.service.d.ts +0 -11
- package/button/qds-button-group-context.service.d.ts.map +0 -1
- package/button/qds-icon-button-context.service.d.ts +0 -9
- package/button/qds-icon-button-context.service.d.ts.map +0 -1
- package/button/qualcomm-ui-angular-button.d.ts +0 -6
- package/button/qualcomm-ui-angular-button.d.ts.map +0 -1
- package/checkbox/checkbox-control.component.d.ts +0 -12
- package/checkbox/checkbox-control.component.d.ts.map +0 -1
- package/checkbox/checkbox-error-text.component.d.ts +0 -19
- package/checkbox/checkbox-error-text.component.d.ts.map +0 -1
- package/checkbox/checkbox-hidden-input.directive.d.ts +0 -14
- package/checkbox/checkbox-hidden-input.directive.d.ts.map +0 -1
- package/checkbox/checkbox-indicator.component.d.ts +0 -13
- package/checkbox/checkbox-indicator.component.d.ts.map +0 -1
- package/checkbox/checkbox-label.directive.d.ts +0 -12
- package/checkbox/checkbox-label.directive.d.ts.map +0 -1
- package/checkbox/checkbox-root.directive.d.ts +0 -21
- package/checkbox/checkbox-root.directive.d.ts.map +0 -1
- package/checkbox/checkbox.component.d.ts +0 -37
- package/checkbox/checkbox.component.d.ts.map +0 -1
- package/checkbox/checkbox.module.d.ts +0 -17
- package/checkbox/checkbox.module.d.ts.map +0 -1
- package/checkbox/qds-checkbox-context.service.d.ts +0 -9
- package/checkbox/qds-checkbox-context.service.d.ts.map +0 -1
- package/checkbox/qualcomm-ui-angular-checkbox.d.ts +0 -6
- package/checkbox/qualcomm-ui-angular-checkbox.d.ts.map +0 -1
- package/checkmark/checkmark-icon.component.d.ts +0 -10
- package/checkmark/checkmark-icon.component.d.ts.map +0 -1
- package/checkmark/qualcomm-ui-angular-checkmark.d.ts +0 -6
- package/checkmark/qualcomm-ui-angular-checkmark.d.ts.map +0 -1
- package/collapsible/collapsible-content.component.d.ts +0 -10
- package/collapsible/collapsible-content.component.d.ts.map +0 -1
- package/collapsible/collapsible-root.component.d.ts +0 -7
- package/collapsible/collapsible-root.component.d.ts.map +0 -1
- package/collapsible/collapsible-trigger.component.d.ts +0 -7
- package/collapsible/collapsible-trigger.component.d.ts.map +0 -1
- package/collapsible/collapsible.module.d.ts +0 -10
- package/collapsible/collapsible.module.d.ts.map +0 -1
- package/collapsible/qualcomm-ui-angular-collapsible.d.ts +0 -6
- package/collapsible/qualcomm-ui-angular-collapsible.d.ts.map +0 -1
- package/combobox/combobox-clear-trigger.directive.d.ts +0 -10
- package/combobox/combobox-clear-trigger.directive.d.ts.map +0 -1
- package/combobox/combobox-content.directive.d.ts +0 -9
- package/combobox/combobox-content.directive.d.ts.map +0 -1
- package/combobox/combobox-context.directive.d.ts +0 -17
- package/combobox/combobox-context.directive.d.ts.map +0 -1
- package/combobox/combobox-control.directive.d.ts +0 -10
- package/combobox/combobox-control.directive.d.ts.map +0 -1
- package/combobox/combobox-empty.directive.d.ts +0 -9
- package/combobox/combobox-empty.directive.d.ts.map +0 -1
- package/combobox/combobox-error-indicator.directive.d.ts +0 -16
- package/combobox/combobox-error-indicator.directive.d.ts.map +0 -1
- package/combobox/combobox-error-text.directive.d.ts +0 -15
- package/combobox/combobox-error-text.directive.d.ts.map +0 -1
- package/combobox/combobox-hint.directive.d.ts +0 -9
- package/combobox/combobox-hint.directive.d.ts.map +0 -1
- package/combobox/combobox-icon.directive.d.ts +0 -13
- package/combobox/combobox-icon.directive.d.ts.map +0 -1
- package/combobox/combobox-input.directive.d.ts +0 -9
- package/combobox/combobox-input.directive.d.ts.map +0 -1
- package/combobox/combobox-item-indicator.directive.d.ts +0 -9
- package/combobox/combobox-item-indicator.directive.d.ts.map +0 -1
- package/combobox/combobox-item-text.directive.d.ts +0 -9
- package/combobox/combobox-item-text.directive.d.ts.map +0 -1
- package/combobox/combobox-item.directive.d.ts +0 -9
- package/combobox/combobox-item.directive.d.ts.map +0 -1
- package/combobox/combobox-items.component.d.ts +0 -7
- package/combobox/combobox-items.component.d.ts.map +0 -1
- package/combobox/combobox-label.directive.d.ts +0 -10
- package/combobox/combobox-label.directive.d.ts.map +0 -1
- package/combobox/combobox-positioner.directive.d.ts +0 -9
- package/combobox/combobox-positioner.directive.d.ts.map +0 -1
- package/combobox/combobox-root.directive.d.ts +0 -26
- package/combobox/combobox-root.directive.d.ts.map +0 -1
- package/combobox/combobox-trigger.directive.d.ts +0 -10
- package/combobox/combobox-trigger.directive.d.ts.map +0 -1
- package/combobox/combobox-virtual-content.directive.d.ts +0 -28
- package/combobox/combobox-virtual-content.directive.d.ts.map +0 -1
- package/combobox/combobox-virtual-item.directive.d.ts +0 -31
- package/combobox/combobox-virtual-item.directive.d.ts.map +0 -1
- package/combobox/combobox-virtualizer.directive.d.ts +0 -16
- package/combobox/combobox-virtualizer.directive.d.ts.map +0 -1
- package/combobox/combobox.component.d.ts +0 -80
- package/combobox/combobox.component.d.ts.map +0 -1
- package/combobox/combobox.module.d.ts +0 -34
- package/combobox/combobox.module.d.ts.map +0 -1
- package/combobox/qds-combobox-context.service.d.ts +0 -9
- package/combobox/qds-combobox-context.service.d.ts.map +0 -1
- package/combobox/qualcomm-ui-angular-combobox.d.ts +0 -6
- package/combobox/qualcomm-ui-angular-combobox.d.ts.map +0 -1
- package/dialog/dialog-backdrop.directive.d.ts +0 -16
- package/dialog/dialog-backdrop.directive.d.ts.map +0 -1
- package/dialog/dialog-body.component.d.ts +0 -19
- package/dialog/dialog-body.component.d.ts.map +0 -1
- package/dialog/dialog-close-button.component.d.ts +0 -13
- package/dialog/dialog-close-button.component.d.ts.map +0 -1
- package/dialog/dialog-close-trigger.directive.d.ts +0 -10
- package/dialog/dialog-close-trigger.directive.d.ts.map +0 -1
- package/dialog/dialog-content.directive.d.ts +0 -12
- package/dialog/dialog-content.directive.d.ts.map +0 -1
- package/dialog/dialog-context.directive.d.ts +0 -15
- package/dialog/dialog-context.directive.d.ts.map +0 -1
- package/dialog/dialog-description.directive.d.ts +0 -10
- package/dialog/dialog-description.directive.d.ts.map +0 -1
- package/dialog/dialog-floating-portal.component.d.ts +0 -21
- package/dialog/dialog-floating-portal.component.d.ts.map +0 -1
- package/dialog/dialog-footer.directive.d.ts +0 -12
- package/dialog/dialog-footer.directive.d.ts.map +0 -1
- package/dialog/dialog-heading.directive.d.ts +0 -12
- package/dialog/dialog-heading.directive.d.ts.map +0 -1
- package/dialog/dialog-indicator-icon.directive.d.ts +0 -16
- package/dialog/dialog-indicator-icon.directive.d.ts.map +0 -1
- package/dialog/dialog-positioner.component.d.ts +0 -12
- package/dialog/dialog-positioner.component.d.ts.map +0 -1
- package/dialog/dialog-root.directive.d.ts +0 -49
- package/dialog/dialog-root.directive.d.ts.map +0 -1
- package/dialog/dialog-trigger.directive.d.ts +0 -10
- package/dialog/dialog-trigger.directive.d.ts.map +0 -1
- package/dialog/dialog.module.d.ts +0 -25
- package/dialog/dialog.module.d.ts.map +0 -1
- package/dialog/qds-dialog-context.service.d.ts +0 -9
- package/dialog/qds-dialog-context.service.d.ts.map +0 -1
- package/dialog/qualcomm-ui-angular-dialog.d.ts +0 -6
- package/dialog/qualcomm-ui-angular-dialog.d.ts.map +0 -1
- package/divider/divider.directive.d.ts +0 -33
- package/divider/divider.directive.d.ts.map +0 -1
- package/divider/qualcomm-ui-angular-divider.d.ts +0 -6
- package/divider/qualcomm-ui-angular-divider.d.ts.map +0 -1
- package/drawer/drawer-backdrop.directive.d.ts +0 -10
- package/drawer/drawer-backdrop.directive.d.ts.map +0 -1
- package/drawer/drawer-body.component.d.ts +0 -11
- package/drawer/drawer-body.component.d.ts.map +0 -1
- package/drawer/drawer-close-button.component.d.ts +0 -10
- package/drawer/drawer-close-button.component.d.ts.map +0 -1
- package/drawer/drawer-close-trigger.directive.d.ts +0 -10
- package/drawer/drawer-close-trigger.directive.d.ts.map +0 -1
- package/drawer/drawer-content.directive.d.ts +0 -12
- package/drawer/drawer-content.directive.d.ts.map +0 -1
- package/drawer/drawer-context.directive.d.ts +0 -16
- package/drawer/drawer-context.directive.d.ts.map +0 -1
- package/drawer/drawer-description.directive.d.ts +0 -10
- package/drawer/drawer-description.directive.d.ts.map +0 -1
- package/drawer/drawer-floating-portal.component.d.ts +0 -11
- package/drawer/drawer-floating-portal.component.d.ts.map +0 -1
- package/drawer/drawer-footer.directive.d.ts +0 -10
- package/drawer/drawer-footer.directive.d.ts.map +0 -1
- package/drawer/drawer-heading.directive.d.ts +0 -10
- package/drawer/drawer-heading.directive.d.ts.map +0 -1
- package/drawer/drawer-indicator-icon.directive.d.ts +0 -10
- package/drawer/drawer-indicator-icon.directive.d.ts.map +0 -1
- package/drawer/drawer-positioner.component.d.ts +0 -12
- package/drawer/drawer-positioner.component.d.ts.map +0 -1
- package/drawer/drawer-root.component.d.ts +0 -48
- package/drawer/drawer-root.component.d.ts.map +0 -1
- package/drawer/drawer-trigger.directive.d.ts +0 -7
- package/drawer/drawer-trigger.directive.d.ts.map +0 -1
- package/drawer/drawer.module.d.ts +0 -25
- package/drawer/drawer.module.d.ts.map +0 -1
- package/drawer/qds-drawer-context.service.d.ts +0 -9
- package/drawer/qds-drawer-context.service.d.ts.map +0 -1
- package/drawer/qualcomm-ui-angular-drawer.d.ts +0 -6
- package/drawer/qualcomm-ui-angular-drawer.d.ts.map +0 -1
- package/esm2022/accordion/accordion-item-content-animator.component.js +0 -48
- package/esm2022/accordion/accordion-item-content-animator.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-content-body.component.js +0 -21
- package/esm2022/accordion/accordion-item-content-body.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-content.component.js +0 -27
- package/esm2022/accordion/accordion-item-content.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-icon.component.js +0 -21
- package/esm2022/accordion/accordion-item-icon.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-indicator.component.js +0 -34
- package/esm2022/accordion/accordion-item-indicator.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-root.component.js +0 -45
- package/esm2022/accordion/accordion-item-root.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-secondary-text.component.js +0 -22
- package/esm2022/accordion/accordion-item-secondary-text.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-text.component.js +0 -22
- package/esm2022/accordion/accordion-item-text.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-trigger.component.js +0 -61
- package/esm2022/accordion/accordion-item-trigger.component.js.map +0 -1
- package/esm2022/accordion/accordion-item.component.js +0 -111
- package/esm2022/accordion/accordion-item.component.js.map +0 -1
- package/esm2022/accordion/accordion.component.js +0 -35
- package/esm2022/accordion/accordion.component.js.map +0 -1
- package/esm2022/accordion/accordion.module.js +0 -77
- package/esm2022/accordion/accordion.module.js.map +0 -1
- package/esm2022/accordion/index.js +0 -13
- package/esm2022/accordion/index.js.map +0 -1
- package/esm2022/accordion/qualcomm-ui-angular-accordion.js +0 -5
- package/esm2022/accordion/qualcomm-ui-angular-accordion.js.map +0 -1
- package/esm2022/action-group/action-group.directive.js.map +0 -1
- package/esm2022/action-group/index.js +0 -2
- package/esm2022/action-group/index.js.map +0 -1
- package/esm2022/action-group/qualcomm-ui-angular-action-group.js +0 -5
- package/esm2022/action-group/qualcomm-ui-angular-action-group.js.map +0 -1
- package/esm2022/avatar/avatar-content.directive.js +0 -23
- package/esm2022/avatar/avatar-content.directive.js.map +0 -1
- package/esm2022/avatar/avatar-image.directive.js +0 -23
- package/esm2022/avatar/avatar-image.directive.js.map +0 -1
- package/esm2022/avatar/avatar-status.directive.js +0 -23
- package/esm2022/avatar/avatar-status.directive.js.map +0 -1
- package/esm2022/avatar/avatar.directive.js +0 -48
- package/esm2022/avatar/avatar.directive.js.map +0 -1
- package/esm2022/avatar/avatar.module.js +0 -37
- package/esm2022/avatar/avatar.module.js.map +0 -1
- package/esm2022/avatar/index.js +0 -6
- package/esm2022/avatar/index.js.map +0 -1
- package/esm2022/avatar/qds-avatar-context.service.js +0 -14
- package/esm2022/avatar/qds-avatar-context.service.js.map +0 -1
- package/esm2022/avatar/qualcomm-ui-angular-avatar.js +0 -5
- package/esm2022/avatar/qualcomm-ui-angular-avatar.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js +0 -23
- package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js +0 -23
- package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js +0 -23
- package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumb-item.directive.js +0 -63
- package/esm2022/breadcrumbs/breadcrumb-item.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumbs-list.directive.js +0 -23
- package/esm2022/breadcrumbs/breadcrumbs-list.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumbs-root.directive.js +0 -41
- package/esm2022/breadcrumbs/breadcrumbs-root.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumbs.module.js +0 -49
- package/esm2022/breadcrumbs/breadcrumbs.module.js.map +0 -1
- package/esm2022/breadcrumbs/index.js +0 -9
- package/esm2022/breadcrumbs/index.js.map +0 -1
- package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js +0 -14
- package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js.map +0 -1
- package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js +0 -5
- package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js.map +0 -1
- package/esm2022/button/base-button.directive.js +0 -82
- package/esm2022/button/base-button.directive.js.map +0 -1
- package/esm2022/button/button-group.directive.js +0 -84
- package/esm2022/button/button-group.directive.js.map +0 -1
- package/esm2022/button/button.directive.js +0 -100
- package/esm2022/button/button.directive.js.map +0 -1
- package/esm2022/button/button.module.js +0 -31
- package/esm2022/button/button.module.js.map +0 -1
- package/esm2022/button/icon-button.directive.js +0 -93
- package/esm2022/button/icon-button.directive.js.map +0 -1
- package/esm2022/button/index.js +0 -9
- package/esm2022/button/index.js.map +0 -1
- package/esm2022/button/qds-button-context.service.js +0 -14
- package/esm2022/button/qds-button-context.service.js.map +0 -1
- package/esm2022/button/qds-button-group-context.service.js +0 -14
- package/esm2022/button/qds-button-group-context.service.js.map +0 -1
- package/esm2022/button/qds-icon-button-context.service.js +0 -14
- package/esm2022/button/qds-icon-button-context.service.js.map +0 -1
- package/esm2022/button/qualcomm-ui-angular-button.js +0 -5
- package/esm2022/button/qualcomm-ui-angular-button.js.map +0 -1
- package/esm2022/checkbox/checkbox-control.component.js +0 -36
- package/esm2022/checkbox/checkbox-control.component.js.map +0 -1
- package/esm2022/checkbox/checkbox-error-text.component.js +0 -41
- package/esm2022/checkbox/checkbox-error-text.component.js.map +0 -1
- package/esm2022/checkbox/checkbox-hidden-input.directive.js +0 -32
- package/esm2022/checkbox/checkbox-hidden-input.directive.js.map +0 -1
- package/esm2022/checkbox/checkbox-indicator.component.js +0 -43
- package/esm2022/checkbox/checkbox-indicator.component.js.map +0 -1
- package/esm2022/checkbox/checkbox-label.directive.js +0 -26
- package/esm2022/checkbox/checkbox-label.directive.js.map +0 -1
- package/esm2022/checkbox/checkbox-root.directive.js +0 -36
- package/esm2022/checkbox/checkbox-root.directive.js.map +0 -1
- package/esm2022/checkbox/checkbox.component.js +0 -104
- package/esm2022/checkbox/checkbox.component.js.map +0 -1
- package/esm2022/checkbox/checkbox.module.js +0 -56
- package/esm2022/checkbox/checkbox.module.js.map +0 -1
- package/esm2022/checkbox/index.js +0 -10
- package/esm2022/checkbox/index.js.map +0 -1
- package/esm2022/checkbox/qds-checkbox-context.service.js +0 -14
- package/esm2022/checkbox/qds-checkbox-context.service.js.map +0 -1
- package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js +0 -5
- package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js.map +0 -1
- package/esm2022/checkmark/checkmark-icon.component.js.map +0 -1
- package/esm2022/checkmark/index.js +0 -2
- package/esm2022/checkmark/index.js.map +0 -1
- package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js +0 -5
- package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js.map +0 -1
- package/esm2022/collapsible/collapsible-content.component.js +0 -22
- package/esm2022/collapsible/collapsible-content.component.js.map +0 -1
- package/esm2022/collapsible/collapsible-root.component.js +0 -18
- package/esm2022/collapsible/collapsible-root.component.js.map +0 -1
- package/esm2022/collapsible/collapsible-trigger.component.js +0 -17
- package/esm2022/collapsible/collapsible-trigger.component.js.map +0 -1
- package/esm2022/collapsible/collapsible.module.js +0 -32
- package/esm2022/collapsible/collapsible.module.js.map +0 -1
- package/esm2022/collapsible/index.js +0 -5
- package/esm2022/collapsible/index.js.map +0 -1
- package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js +0 -5
- package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js.map +0 -1
- package/esm2022/combobox/combobox-clear-trigger.directive.js +0 -40
- package/esm2022/combobox/combobox-clear-trigger.directive.js.map +0 -1
- package/esm2022/combobox/combobox-content.directive.js +0 -23
- package/esm2022/combobox/combobox-content.directive.js.map +0 -1
- package/esm2022/combobox/combobox-context.directive.js +0 -29
- package/esm2022/combobox/combobox-context.directive.js.map +0 -1
- package/esm2022/combobox/combobox-control.directive.js +0 -48
- package/esm2022/combobox/combobox-control.directive.js.map +0 -1
- package/esm2022/combobox/combobox-empty.directive.js +0 -23
- package/esm2022/combobox/combobox-empty.directive.js.map +0 -1
- package/esm2022/combobox/combobox-error-indicator.directive.js +0 -40
- package/esm2022/combobox/combobox-error-indicator.directive.js.map +0 -1
- package/esm2022/combobox/combobox-error-text.directive.js +0 -39
- package/esm2022/combobox/combobox-error-text.directive.js.map +0 -1
- package/esm2022/combobox/combobox-hint.directive.js +0 -23
- package/esm2022/combobox/combobox-hint.directive.js.map +0 -1
- package/esm2022/combobox/combobox-icon.directive.js +0 -23
- package/esm2022/combobox/combobox-icon.directive.js.map +0 -1
- package/esm2022/combobox/combobox-input.directive.js +0 -23
- package/esm2022/combobox/combobox-input.directive.js.map +0 -1
- package/esm2022/combobox/combobox-item-indicator.directive.js +0 -36
- package/esm2022/combobox/combobox-item-indicator.directive.js.map +0 -1
- package/esm2022/combobox/combobox-item-text.directive.js +0 -23
- package/esm2022/combobox/combobox-item-text.directive.js.map +0 -1
- package/esm2022/combobox/combobox-item.directive.js +0 -24
- package/esm2022/combobox/combobox-item.directive.js.map +0 -1
- package/esm2022/combobox/combobox-items.component.js +0 -42
- package/esm2022/combobox/combobox-items.component.js.map +0 -1
- package/esm2022/combobox/combobox-label.directive.js +0 -49
- package/esm2022/combobox/combobox-label.directive.js.map +0 -1
- package/esm2022/combobox/combobox-positioner.directive.js +0 -23
- package/esm2022/combobox/combobox-positioner.directive.js.map +0 -1
- package/esm2022/combobox/combobox-root.directive.js +0 -58
- package/esm2022/combobox/combobox-root.directive.js.map +0 -1
- package/esm2022/combobox/combobox-trigger.directive.js +0 -50
- package/esm2022/combobox/combobox-trigger.directive.js.map +0 -1
- package/esm2022/combobox/combobox-virtual-content.directive.js +0 -114
- package/esm2022/combobox/combobox-virtual-content.directive.js.map +0 -1
- package/esm2022/combobox/combobox-virtual-item.directive.js +0 -53
- package/esm2022/combobox/combobox-virtual-item.directive.js.map +0 -1
- package/esm2022/combobox/combobox-virtualizer.directive.js +0 -29
- package/esm2022/combobox/combobox-virtualizer.directive.js.map +0 -1
- package/esm2022/combobox/combobox.component.js +0 -355
- package/esm2022/combobox/combobox.component.js.map +0 -1
- package/esm2022/combobox/combobox.module.js +0 -144
- package/esm2022/combobox/combobox.module.js.map +0 -1
- package/esm2022/combobox/index.js +0 -25
- package/esm2022/combobox/index.js.map +0 -1
- package/esm2022/combobox/qds-combobox-context.service.js +0 -14
- package/esm2022/combobox/qds-combobox-context.service.js.map +0 -1
- package/esm2022/combobox/qualcomm-ui-angular-combobox.js +0 -5
- package/esm2022/combobox/qualcomm-ui-angular-combobox.js.map +0 -1
- package/esm2022/dialog/dialog-backdrop.directive.js +0 -31
- package/esm2022/dialog/dialog-backdrop.directive.js.map +0 -1
- package/esm2022/dialog/dialog-body.component.js +0 -65
- package/esm2022/dialog/dialog-body.component.js.map +0 -1
- package/esm2022/dialog/dialog-close-button.component.js +0 -43
- package/esm2022/dialog/dialog-close-button.component.js.map +0 -1
- package/esm2022/dialog/dialog-close-trigger.directive.js +0 -20
- package/esm2022/dialog/dialog-close-trigger.directive.js.map +0 -1
- package/esm2022/dialog/dialog-content.directive.js +0 -26
- package/esm2022/dialog/dialog-content.directive.js.map +0 -1
- package/esm2022/dialog/dialog-context.directive.js +0 -28
- package/esm2022/dialog/dialog-context.directive.js.map +0 -1
- package/esm2022/dialog/dialog-description.directive.js +0 -20
- package/esm2022/dialog/dialog-description.directive.js.map +0 -1
- package/esm2022/dialog/dialog-floating-portal.component.js +0 -54
- package/esm2022/dialog/dialog-floating-portal.component.js.map +0 -1
- package/esm2022/dialog/dialog-footer.directive.js +0 -26
- package/esm2022/dialog/dialog-footer.directive.js.map +0 -1
- package/esm2022/dialog/dialog-heading.directive.js +0 -26
- package/esm2022/dialog/dialog-heading.directive.js.map +0 -1
- package/esm2022/dialog/dialog-indicator-icon.directive.js +0 -26
- package/esm2022/dialog/dialog-indicator-icon.directive.js.map +0 -1
- package/esm2022/dialog/dialog-positioner.component.js +0 -26
- package/esm2022/dialog/dialog-positioner.component.js.map +0 -1
- package/esm2022/dialog/dialog-root.directive.js +0 -76
- package/esm2022/dialog/dialog-root.directive.js.map +0 -1
- package/esm2022/dialog/dialog-trigger.directive.js +0 -20
- package/esm2022/dialog/dialog-trigger.directive.js.map +0 -1
- package/esm2022/dialog/dialog.module.js +0 -92
- package/esm2022/dialog/dialog.module.js.map +0 -1
- package/esm2022/dialog/index.js +0 -17
- package/esm2022/dialog/index.js.map +0 -1
- package/esm2022/dialog/qds-dialog-context.service.js +0 -14
- package/esm2022/dialog/qds-dialog-context.service.js.map +0 -1
- package/esm2022/dialog/qualcomm-ui-angular-dialog.js +0 -5
- package/esm2022/dialog/qualcomm-ui-angular-dialog.js.map +0 -1
- package/esm2022/divider/divider.directive.js.map +0 -1
- package/esm2022/divider/index.js +0 -2
- package/esm2022/divider/index.js.map +0 -1
- package/esm2022/divider/qualcomm-ui-angular-divider.js +0 -5
- package/esm2022/divider/qualcomm-ui-angular-divider.js.map +0 -1
- package/esm2022/drawer/drawer-backdrop.directive.js +0 -22
- package/esm2022/drawer/drawer-backdrop.directive.js.map +0 -1
- package/esm2022/drawer/drawer-body.component.js +0 -38
- package/esm2022/drawer/drawer-body.component.js.map +0 -1
- package/esm2022/drawer/drawer-close-button.component.js +0 -30
- package/esm2022/drawer/drawer-close-button.component.js.map +0 -1
- package/esm2022/drawer/drawer-close-trigger.directive.js +0 -20
- package/esm2022/drawer/drawer-close-trigger.directive.js.map +0 -1
- package/esm2022/drawer/drawer-content.directive.js +0 -26
- package/esm2022/drawer/drawer-content.directive.js.map +0 -1
- package/esm2022/drawer/drawer-context.directive.js +0 -28
- package/esm2022/drawer/drawer-context.directive.js.map +0 -1
- package/esm2022/drawer/drawer-description.directive.js +0 -20
- package/esm2022/drawer/drawer-description.directive.js.map +0 -1
- package/esm2022/drawer/drawer-floating-portal.component.js +0 -61
- package/esm2022/drawer/drawer-floating-portal.component.js.map +0 -1
- package/esm2022/drawer/drawer-footer.directive.js +0 -20
- package/esm2022/drawer/drawer-footer.directive.js.map +0 -1
- package/esm2022/drawer/drawer-heading.directive.js +0 -20
- package/esm2022/drawer/drawer-heading.directive.js.map +0 -1
- package/esm2022/drawer/drawer-indicator-icon.directive.js +0 -20
- package/esm2022/drawer/drawer-indicator-icon.directive.js.map +0 -1
- package/esm2022/drawer/drawer-positioner.component.js +0 -26
- package/esm2022/drawer/drawer-positioner.component.js.map +0 -1
- package/esm2022/drawer/drawer-root.component.js +0 -83
- package/esm2022/drawer/drawer-root.component.js.map +0 -1
- package/esm2022/drawer/drawer-trigger.directive.js +0 -17
- package/esm2022/drawer/drawer-trigger.directive.js.map +0 -1
- package/esm2022/drawer/drawer.module.js +0 -92
- package/esm2022/drawer/drawer.module.js.map +0 -1
- package/esm2022/drawer/index.js +0 -17
- package/esm2022/drawer/index.js.map +0 -1
- package/esm2022/drawer/qds-drawer-context.service.js +0 -14
- package/esm2022/drawer/qds-drawer-context.service.js.map +0 -1
- package/esm2022/drawer/qualcomm-ui-angular-drawer.js +0 -5
- package/esm2022/drawer/qualcomm-ui-angular-drawer.js.map +0 -1
- package/esm2022/footer/index.js +0 -2
- package/esm2022/footer/index.js.map +0 -1
- package/esm2022/footer/qualcomm-ui-angular-footer.js +0 -5
- package/esm2022/footer/qualcomm-ui-angular-footer.js.map +0 -1
- package/esm2022/header/index.js +0 -2
- package/esm2022/header/index.js.map +0 -1
- package/esm2022/header/qualcomm-ui-angular-header.js +0 -5
- package/esm2022/header/qualcomm-ui-angular-header.js.map +0 -1
- package/esm2022/icon/end-icon.directive.js +0 -40
- package/esm2022/icon/end-icon.directive.js.map +0 -1
- package/esm2022/icon/icon.directive.js +0 -71
- package/esm2022/icon/icon.directive.js.map +0 -1
- package/esm2022/icon/icon.tokens.js +0 -6
- package/esm2022/icon/icon.tokens.js.map +0 -1
- package/esm2022/icon/index.js +0 -6
- package/esm2022/icon/index.js.map +0 -1
- package/esm2022/icon/qualcomm-ui-angular-icon.js +0 -5
- package/esm2022/icon/qualcomm-ui-angular-icon.js.map +0 -1
- package/esm2022/icon/start-icon.directive.js +0 -40
- package/esm2022/icon/start-icon.directive.js.map +0 -1
- package/esm2022/icon/use-lucide-icon.js +0 -94
- package/esm2022/icon/use-lucide-icon.js.map +0 -1
- package/esm2022/index.js.map +0 -1
- package/esm2022/inline-icon-button/index.js +0 -3
- package/esm2022/inline-icon-button/index.js.map +0 -1
- package/esm2022/inline-icon-button/inline-icon-button.component.js.map +0 -1
- package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js +0 -5
- package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js.map +0 -1
- package/esm2022/inline-icon-button/use-inline-icon-button-api.js +0 -13
- package/esm2022/inline-icon-button/use-inline-icon-button-api.js.map +0 -1
- package/esm2022/inline-notification/index.js +0 -10
- package/esm2022/inline-notification/index.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-action.directive.js +0 -23
- package/esm2022/inline-notification/inline-notification-action.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-close-button.directive.js +0 -44
- package/esm2022/inline-notification/inline-notification-close-button.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-description.directive.js +0 -23
- package/esm2022/inline-notification/inline-notification-description.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-icon.directive.js +0 -53
- package/esm2022/inline-notification/inline-notification-icon.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-label.directive.js +0 -23
- package/esm2022/inline-notification/inline-notification-label.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-root.directive.js +0 -50
- package/esm2022/inline-notification/inline-notification-root.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification.directive.js +0 -113
- package/esm2022/inline-notification/inline-notification.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification.module.js +0 -56
- package/esm2022/inline-notification/inline-notification.module.js.map +0 -1
- package/esm2022/inline-notification/qds-inline-notification-context.service.js +0 -14
- package/esm2022/inline-notification/qds-inline-notification-context.service.js.map +0 -1
- package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js +0 -5
- package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js.map +0 -1
- package/esm2022/input/error-text.component.js +0 -54
- package/esm2022/input/error-text.component.js.map +0 -1
- package/esm2022/input/hint.directive.js +0 -35
- package/esm2022/input/hint.directive.js.map +0 -1
- package/esm2022/input/index.js +0 -7
- package/esm2022/input/index.js.map +0 -1
- package/esm2022/input/input-end-icon.component.js +0 -41
- package/esm2022/input/input-end-icon.component.js.map +0 -1
- package/esm2022/input/input-start-icon.component.js +0 -43
- package/esm2022/input/input-start-icon.component.js.map +0 -1
- package/esm2022/input/qds-input-context.service.js +0 -14
- package/esm2022/input/qds-input-context.service.js.map +0 -1
- package/esm2022/input/qualcomm-ui-angular-input.js +0 -5
- package/esm2022/input/qualcomm-ui-angular-input.js.map +0 -1
- package/esm2022/input/use-input-bindings.js +0 -81
- package/esm2022/input/use-input-bindings.js.map +0 -1
- package/esm2022/link/index.js +0 -2
- package/esm2022/link/index.js.map +0 -1
- package/esm2022/link/link.directive.js.map +0 -1
- package/esm2022/link/qualcomm-ui-angular-link.js +0 -5
- package/esm2022/link/qualcomm-ui-angular-link.js.map +0 -1
- package/esm2022/menu/index.js +0 -21
- package/esm2022/menu/index.js.map +0 -1
- package/esm2022/menu/menu-button.component.js +0 -94
- package/esm2022/menu/menu-button.component.js.map +0 -1
- package/esm2022/menu/menu-checkbox-item.directive.js +0 -24
- package/esm2022/menu/menu-checkbox-item.directive.js.map +0 -1
- package/esm2022/menu/menu-content.directive.js +0 -23
- package/esm2022/menu/menu-content.directive.js.map +0 -1
- package/esm2022/menu/menu-context-trigger.directive.js +0 -17
- package/esm2022/menu/menu-context-trigger.directive.js.map +0 -1
- package/esm2022/menu/menu-item-command.directive.js +0 -23
- package/esm2022/menu/menu-item-command.directive.js.map +0 -1
- package/esm2022/menu/menu-item-group-label.directive.js +0 -23
- package/esm2022/menu/menu-item-group-label.directive.js.map +0 -1
- package/esm2022/menu/menu-item-group.directive.js +0 -24
- package/esm2022/menu/menu-item-group.directive.js.map +0 -1
- package/esm2022/menu/menu-item-indicator.component.js +0 -34
- package/esm2022/menu/menu-item-indicator.component.js.map +0 -1
- package/esm2022/menu/menu-item-start-icon.component.js +0 -36
- package/esm2022/menu/menu-item-start-icon.component.js.map +0 -1
- package/esm2022/menu/menu-item.directive.js +0 -25
- package/esm2022/menu/menu-item.directive.js.map +0 -1
- package/esm2022/menu/menu-positioner.component.js +0 -26
- package/esm2022/menu/menu-positioner.component.js.map +0 -1
- package/esm2022/menu/menu-radio-item-group.directive.js +0 -24
- package/esm2022/menu/menu-radio-item-group.directive.js.map +0 -1
- package/esm2022/menu/menu-radio-item.directive.js +0 -24
- package/esm2022/menu/menu-radio-item.directive.js.map +0 -1
- package/esm2022/menu/menu-separator.directive.js +0 -24
- package/esm2022/menu/menu-separator.directive.js.map +0 -1
- package/esm2022/menu/menu-trigger-item-indicator.component.js +0 -36
- package/esm2022/menu/menu-trigger-item-indicator.component.js.map +0 -1
- package/esm2022/menu/menu-trigger-item.component.js +0 -37
- package/esm2022/menu/menu-trigger-item.component.js.map +0 -1
- package/esm2022/menu/menu-trigger.directive.js +0 -30
- package/esm2022/menu/menu-trigger.directive.js.map +0 -1
- package/esm2022/menu/menu.component.js +0 -41
- package/esm2022/menu/menu.component.js.map +0 -1
- package/esm2022/menu/menu.module.js +0 -121
- package/esm2022/menu/menu.module.js.map +0 -1
- package/esm2022/menu/qds-menu-context.service.js +0 -14
- package/esm2022/menu/qds-menu-context.service.js.map +0 -1
- package/esm2022/menu/qualcomm-ui-angular-menu.js +0 -5
- package/esm2022/menu/qualcomm-ui-angular-menu.js.map +0 -1
- package/esm2022/number-input/index.js +0 -14
- package/esm2022/number-input/index.js.map +0 -1
- package/esm2022/number-input/number-input-control.directive.js +0 -54
- package/esm2022/number-input/number-input-control.directive.js.map +0 -1
- package/esm2022/number-input/number-input-decrement-trigger.directive.js +0 -50
- package/esm2022/number-input/number-input-decrement-trigger.directive.js.map +0 -1
- package/esm2022/number-input/number-input-error-indicator.directive.js +0 -45
- package/esm2022/number-input/number-input-error-indicator.directive.js.map +0 -1
- package/esm2022/number-input/number-input-error-text.directive.js +0 -23
- package/esm2022/number-input/number-input-error-text.directive.js.map +0 -1
- package/esm2022/number-input/number-input-hint.directive.js +0 -23
- package/esm2022/number-input/number-input-hint.directive.js.map +0 -1
- package/esm2022/number-input/number-input-increment-trigger.directive.js +0 -50
- package/esm2022/number-input/number-input-increment-trigger.directive.js.map +0 -1
- package/esm2022/number-input/number-input-input-group.directive.js +0 -51
- package/esm2022/number-input/number-input-input-group.directive.js.map +0 -1
- package/esm2022/number-input/number-input-input.directive.js +0 -23
- package/esm2022/number-input/number-input-input.directive.js.map +0 -1
- package/esm2022/number-input/number-input-label.directive.js +0 -47
- package/esm2022/number-input/number-input-label.directive.js.map +0 -1
- package/esm2022/number-input/number-input-root.directive.js +0 -81
- package/esm2022/number-input/number-input-root.directive.js.map +0 -1
- package/esm2022/number-input/number-input.component.js +0 -145
- package/esm2022/number-input/number-input.component.js.map +0 -1
- package/esm2022/number-input/number-input.module.js +0 -85
- package/esm2022/number-input/number-input.module.js.map +0 -1
- package/esm2022/number-input/qds-number-input-context.service.js +0 -14
- package/esm2022/number-input/qds-number-input-context.service.js.map +0 -1
- package/esm2022/number-input/qualcomm-ui-angular-number-input.js +0 -5
- package/esm2022/number-input/qualcomm-ui-angular-number-input.js.map +0 -1
- package/esm2022/pagination/index.js +0 -11
- package/esm2022/pagination/index.js.map +0 -1
- package/esm2022/pagination/pagination-context.directive.js +0 -28
- package/esm2022/pagination/pagination-context.directive.js.map +0 -1
- package/esm2022/pagination/pagination-next-trigger.component.js +0 -35
- package/esm2022/pagination/pagination-next-trigger.component.js.map +0 -1
- package/esm2022/pagination/pagination-page-item.component.js +0 -44
- package/esm2022/pagination/pagination-page-item.component.js.map +0 -1
- package/esm2022/pagination/pagination-page-items.component.js +0 -33
- package/esm2022/pagination/pagination-page-items.component.js.map +0 -1
- package/esm2022/pagination/pagination-page-metadata.directive.js +0 -22
- package/esm2022/pagination/pagination-page-metadata.directive.js.map +0 -1
- package/esm2022/pagination/pagination-page-size-label.directive.js +0 -22
- package/esm2022/pagination/pagination-page-size-label.directive.js.map +0 -1
- package/esm2022/pagination/pagination-page-size.component.js +0 -69
- package/esm2022/pagination/pagination-page-size.component.js.map +0 -1
- package/esm2022/pagination/pagination-prev-trigger.component.js +0 -35
- package/esm2022/pagination/pagination-prev-trigger.component.js.map +0 -1
- package/esm2022/pagination/pagination-root.directive.js +0 -23
- package/esm2022/pagination/pagination-root.directive.js.map +0 -1
- package/esm2022/pagination/pagination.module.js +0 -67
- package/esm2022/pagination/pagination.module.js.map +0 -1
- package/esm2022/pagination/qualcomm-ui-angular-pagination.js +0 -5
- package/esm2022/pagination/qualcomm-ui-angular-pagination.js.map +0 -1
- package/esm2022/password-input/index.js +0 -12
- package/esm2022/password-input/index.js.map +0 -1
- package/esm2022/password-input/password-input-clear-trigger.directive.js +0 -33
- package/esm2022/password-input/password-input-clear-trigger.directive.js.map +0 -1
- package/esm2022/password-input/password-input-error-indicator.directive.js +0 -40
- package/esm2022/password-input/password-input-error-indicator.directive.js.map +0 -1
- package/esm2022/password-input/password-input-error-text.directive.js +0 -49
- package/esm2022/password-input/password-input-error-text.directive.js.map +0 -1
- package/esm2022/password-input/password-input-hint.directive.js +0 -23
- package/esm2022/password-input/password-input-hint.directive.js.map +0 -1
- package/esm2022/password-input/password-input-input-group.directive.js +0 -41
- package/esm2022/password-input/password-input-input-group.directive.js.map +0 -1
- package/esm2022/password-input/password-input-input.directive.js +0 -23
- package/esm2022/password-input/password-input-input.directive.js.map +0 -1
- package/esm2022/password-input/password-input-label.directive.js +0 -47
- package/esm2022/password-input/password-input-label.directive.js.map +0 -1
- package/esm2022/password-input/password-input-root.directive.js +0 -76
- package/esm2022/password-input/password-input-root.directive.js.map +0 -1
- package/esm2022/password-input/password-input-visibility-trigger.directive.js +0 -56
- package/esm2022/password-input/password-input-visibility-trigger.directive.js.map +0 -1
- package/esm2022/password-input/password-input.component.js +0 -199
- package/esm2022/password-input/password-input.component.js.map +0 -1
- package/esm2022/password-input/password-input.module.js +0 -71
- package/esm2022/password-input/password-input.module.js.map +0 -1
- package/esm2022/password-input/qualcomm-ui-angular-password-input.js +0 -5
- package/esm2022/password-input/qualcomm-ui-angular-password-input.js.map +0 -1
- package/esm2022/popover/index.js +0 -14
- package/esm2022/popover/index.js.map +0 -1
- package/esm2022/popover/popover-anchor.directive.js +0 -17
- package/esm2022/popover/popover-anchor.directive.js.map +0 -1
- package/esm2022/popover/popover-arrow-tip.directive.js +0 -22
- package/esm2022/popover/popover-arrow-tip.directive.js.map +0 -1
- package/esm2022/popover/popover-arrow.directive.js +0 -32
- package/esm2022/popover/popover-arrow.directive.js.map +0 -1
- package/esm2022/popover/popover-close-trigger.directive.js +0 -22
- package/esm2022/popover/popover-close-trigger.directive.js.map +0 -1
- package/esm2022/popover/popover-content.directive.js +0 -22
- package/esm2022/popover/popover-content.directive.js.map +0 -1
- package/esm2022/popover/popover-context.directive.js +0 -28
- package/esm2022/popover/popover-context.directive.js.map +0 -1
- package/esm2022/popover/popover-description.directive.js +0 -22
- package/esm2022/popover/popover-description.directive.js.map +0 -1
- package/esm2022/popover/popover-label.directive.js +0 -22
- package/esm2022/popover/popover-label.directive.js.map +0 -1
- package/esm2022/popover/popover-positioner.directive.js +0 -17
- package/esm2022/popover/popover-positioner.directive.js.map +0 -1
- package/esm2022/popover/popover-root.directive.js +0 -18
- package/esm2022/popover/popover-root.directive.js.map +0 -1
- package/esm2022/popover/popover-trigger.directive.js +0 -22
- package/esm2022/popover/popover-trigger.directive.js.map +0 -1
- package/esm2022/popover/popover.directive.js +0 -98
- package/esm2022/popover/popover.directive.js.map +0 -1
- package/esm2022/popover/popover.module.js +0 -79
- package/esm2022/popover/popover.module.js.map +0 -1
- package/esm2022/popover/qualcomm-ui-angular-popover.js +0 -5
- package/esm2022/popover/qualcomm-ui-angular-popover.js.map +0 -1
- package/esm2022/progress/index.js +0 -12
- package/esm2022/progress/index.js.map +0 -1
- package/esm2022/progress/progress-bar.directive.js +0 -23
- package/esm2022/progress/progress-bar.directive.js.map +0 -1
- package/esm2022/progress/progress-context.directive.js +0 -29
- package/esm2022/progress/progress-context.directive.js.map +0 -1
- package/esm2022/progress/progress-error-text.directive.js +0 -46
- package/esm2022/progress/progress-error-text.directive.js.map +0 -1
- package/esm2022/progress/progress-hint.directive.js +0 -23
- package/esm2022/progress/progress-hint.directive.js.map +0 -1
- package/esm2022/progress/progress-label.directive.js +0 -23
- package/esm2022/progress/progress-label.directive.js.map +0 -1
- package/esm2022/progress/progress-root.directive.js +0 -53
- package/esm2022/progress/progress-root.directive.js.map +0 -1
- package/esm2022/progress/progress-track.directive.js +0 -33
- package/esm2022/progress/progress-track.directive.js.map +0 -1
- package/esm2022/progress/progress-value-text.directive.js +0 -23
- package/esm2022/progress/progress-value-text.directive.js.map +0 -1
- package/esm2022/progress/progress.directive.js +0 -122
- package/esm2022/progress/progress.directive.js.map +0 -1
- package/esm2022/progress/progress.module.js +0 -64
- package/esm2022/progress/progress.module.js.map +0 -1
- package/esm2022/progress/qds-progress-context.service.js +0 -14
- package/esm2022/progress/qds-progress-context.service.js.map +0 -1
- package/esm2022/progress/qualcomm-ui-angular-progress.js +0 -5
- package/esm2022/progress/qualcomm-ui-angular-progress.js.map +0 -1
- package/esm2022/progress-ring/index.js +0 -13
- package/esm2022/progress-ring/index.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-bar.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-bar.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-circle-container.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-circle-container.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-circle.directive.js +0 -36
- package/esm2022/progress-ring/progress-ring-circle.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-context.directive.js +0 -29
- package/esm2022/progress-ring/progress-ring-context.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-error-text.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-error-text.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-label.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-label.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-root.directive.js +0 -50
- package/esm2022/progress-ring/progress-ring-root.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-track.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-track.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-value-text.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-value-text.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring.directive.js +0 -79
- package/esm2022/progress-ring/progress-ring.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring.module.js +0 -67
- package/esm2022/progress-ring/progress-ring.module.js.map +0 -1
- package/esm2022/progress-ring/qds-progress-ring-context.service.js +0 -14
- package/esm2022/progress-ring/qds-progress-ring-context.service.js.map +0 -1
- package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js +0 -5
- package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js.map +0 -1
- package/esm2022/qualcomm-ui-angular.js +0 -5
- package/esm2022/qualcomm-ui-angular.js.map +0 -1
- package/esm2022/radio/index.js +0 -9
- package/esm2022/radio/index.js.map +0 -1
- package/esm2022/radio/qds-radio-context.service.js +0 -14
- package/esm2022/radio/qds-radio-context.service.js.map +0 -1
- package/esm2022/radio/qualcomm-ui-angular-radio.js +0 -5
- package/esm2022/radio/qualcomm-ui-angular-radio.js.map +0 -1
- package/esm2022/radio/radio-control.directive.js +0 -23
- package/esm2022/radio/radio-control.directive.js.map +0 -1
- package/esm2022/radio/radio-group/index.js +0 -5
- package/esm2022/radio/radio-group/index.js.map +0 -1
- package/esm2022/radio/radio-group/radio-group-error-text.component.js +0 -38
- package/esm2022/radio/radio-group/radio-group-error-text.component.js.map +0 -1
- package/esm2022/radio/radio-group/radio-group-items.directive.js +0 -23
- package/esm2022/radio/radio-group/radio-group-items.directive.js.map +0 -1
- package/esm2022/radio/radio-group/radio-group-label.directive.js +0 -23
- package/esm2022/radio/radio-group/radio-group-label.directive.js.map +0 -1
- package/esm2022/radio/radio-group/radio-group-root.directive.js +0 -33
- package/esm2022/radio/radio-group/radio-group-root.directive.js.map +0 -1
- package/esm2022/radio/radio-hidden-input.directive.js +0 -23
- package/esm2022/radio/radio-hidden-input.directive.js.map +0 -1
- package/esm2022/radio/radio-label.directive.js +0 -23
- package/esm2022/radio/radio-label.directive.js.map +0 -1
- package/esm2022/radio/radio-root.directive.js +0 -37
- package/esm2022/radio/radio-root.directive.js.map +0 -1
- package/esm2022/radio/radio.component.js +0 -57
- package/esm2022/radio/radio.component.js.map +0 -1
- package/esm2022/radio/radio.module.js +0 -62
- package/esm2022/radio/radio.module.js.map +0 -1
- package/esm2022/segmented-control/index.js +0 -8
- package/esm2022/segmented-control/index.js.map +0 -1
- package/esm2022/segmented-control/qds-segmented-control-context.service.js +0 -14
- package/esm2022/segmented-control/qds-segmented-control-context.service.js.map +0 -1
- package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js +0 -5
- package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js.map +0 -1
- package/esm2022/segmented-control/segmented-control-hidden-input.directive.js +0 -26
- package/esm2022/segmented-control/segmented-control-hidden-input.directive.js.map +0 -1
- package/esm2022/segmented-control/segmented-control-item-root.directive.js +0 -25
- package/esm2022/segmented-control/segmented-control-item-root.directive.js.map +0 -1
- package/esm2022/segmented-control/segmented-control-item-text.directive.js +0 -26
- package/esm2022/segmented-control/segmented-control-item-text.directive.js.map +0 -1
- package/esm2022/segmented-control/segmented-control-item.component.js +0 -53
- package/esm2022/segmented-control/segmented-control-item.component.js.map +0 -1
- package/esm2022/segmented-control/segmented-control.directive.js +0 -54
- package/esm2022/segmented-control/segmented-control.directive.js.map +0 -1
- package/esm2022/segmented-control/segmented-control.module.js +0 -44
- package/esm2022/segmented-control/segmented-control.module.js.map +0 -1
- package/esm2022/select/index.js +0 -21
- package/esm2022/select/index.js.map +0 -1
- package/esm2022/select/qds-select-context.service.js +0 -14
- package/esm2022/select/qds-select-context.service.js.map +0 -1
- package/esm2022/select/qualcomm-ui-angular-select.js +0 -5
- package/esm2022/select/qualcomm-ui-angular-select.js.map +0 -1
- package/esm2022/select/select-clear-trigger.directive.js +0 -36
- package/esm2022/select/select-clear-trigger.directive.js.map +0 -1
- package/esm2022/select/select-content.directive.js +0 -23
- package/esm2022/select/select-content.directive.js.map +0 -1
- package/esm2022/select/select-context.directive.js +0 -29
- package/esm2022/select/select-context.directive.js.map +0 -1
- package/esm2022/select/select-control.directive.js +0 -44
- package/esm2022/select/select-control.directive.js.map +0 -1
- package/esm2022/select/select-error-indicator.directive.js +0 -40
- package/esm2022/select/select-error-indicator.directive.js.map +0 -1
- package/esm2022/select/select-error-text.directive.js +0 -39
- package/esm2022/select/select-error-text.directive.js.map +0 -1
- package/esm2022/select/select-hidden-select.directive.js +0 -42
- package/esm2022/select/select-hidden-select.directive.js.map +0 -1
- package/esm2022/select/select-hint.directive.js +0 -23
- package/esm2022/select/select-hint.directive.js.map +0 -1
- package/esm2022/select/select-indicator.directive.js +0 -46
- package/esm2022/select/select-indicator.directive.js.map +0 -1
- package/esm2022/select/select-item-indicator.directive.js +0 -36
- package/esm2022/select/select-item-indicator.directive.js.map +0 -1
- package/esm2022/select/select-item-text.directive.js +0 -23
- package/esm2022/select/select-item-text.directive.js.map +0 -1
- package/esm2022/select/select-item.directive.js +0 -24
- package/esm2022/select/select-item.directive.js.map +0 -1
- package/esm2022/select/select-items.component.js +0 -42
- package/esm2022/select/select-items.component.js.map +0 -1
- package/esm2022/select/select-label.directive.js +0 -49
- package/esm2022/select/select-label.directive.js.map +0 -1
- package/esm2022/select/select-positioner.directive.js +0 -23
- package/esm2022/select/select-positioner.directive.js.map +0 -1
- package/esm2022/select/select-root.directive.js +0 -55
- package/esm2022/select/select-root.directive.js.map +0 -1
- package/esm2022/select/select-value-text.directive.js +0 -59
- package/esm2022/select/select-value-text.directive.js.map +0 -1
- package/esm2022/select/select.component.js +0 -226
- package/esm2022/select/select.component.js.map +0 -1
- package/esm2022/select/select.module.js +0 -112
- package/esm2022/select/select.module.js.map +0 -1
- package/esm2022/switch/index.js +0 -10
- package/esm2022/switch/index.js.map +0 -1
- package/esm2022/switch/qds-switch-context.service.js +0 -14
- package/esm2022/switch/qds-switch-context.service.js.map +0 -1
- package/esm2022/switch/qualcomm-ui-angular-switch.js +0 -5
- package/esm2022/switch/qualcomm-ui-angular-switch.js.map +0 -1
- package/esm2022/switch/switch-control.component.js +0 -33
- package/esm2022/switch/switch-control.component.js.map +0 -1
- package/esm2022/switch/switch-error-text.component.js +0 -38
- package/esm2022/switch/switch-error-text.component.js.map +0 -1
- package/esm2022/switch/switch-hidden-input.directive.js +0 -28
- package/esm2022/switch/switch-hidden-input.directive.js.map +0 -1
- package/esm2022/switch/switch-label.directive.js +0 -23
- package/esm2022/switch/switch-label.directive.js.map +0 -1
- package/esm2022/switch/switch-root.directive.js +0 -33
- package/esm2022/switch/switch-root.directive.js.map +0 -1
- package/esm2022/switch/switch-thumb.directive.js +0 -23
- package/esm2022/switch/switch-thumb.directive.js.map +0 -1
- package/esm2022/switch/switch.component.js +0 -100
- package/esm2022/switch/switch.component.js.map +0 -1
- package/esm2022/switch/switch.module.js +0 -55
- package/esm2022/switch/switch.module.js.map +0 -1
- package/esm2022/table/components/custom/cell-component-context.directive.js +0 -13
- package/esm2022/table/components/custom/cell-component-context.directive.js.map +0 -1
- package/esm2022/table/components/custom/index.js +0 -2
- package/esm2022/table/components/custom/index.js.map +0 -1
- package/esm2022/table/components/index.js +0 -29
- package/esm2022/table/components/index.js.map +0 -1
- package/esm2022/table/components/qds-table-api.js +0 -6
- package/esm2022/table/components/qds-table-api.js.map +0 -1
- package/esm2022/table/components/renderers/index.js +0 -4
- package/esm2022/table/components/renderers/index.js.map +0 -1
- package/esm2022/table/components/renderers/render-cell.directive.js +0 -78
- package/esm2022/table/components/renderers/render-cell.directive.js.map +0 -1
- package/esm2022/table/components/renderers/render-footer.directive.js +0 -53
- package/esm2022/table/components/renderers/render-footer.directive.js.map +0 -1
- package/esm2022/table/components/renderers/render-header.directive.js +0 -53
- package/esm2022/table/components/renderers/render-header.directive.js.map +0 -1
- package/esm2022/table/components/table-action-bar.directive.js +0 -24
- package/esm2022/table/components/table-action-bar.directive.js.map +0 -1
- package/esm2022/table/components/table-body.directive.js +0 -24
- package/esm2022/table/components/table-body.directive.js.map +0 -1
- package/esm2022/table/components/table-cell-action.directive.js +0 -46
- package/esm2022/table/components/table-cell-action.directive.js.map +0 -1
- package/esm2022/table/components/table-cell.directive.js +0 -28
- package/esm2022/table/components/table-cell.directive.js.map +0 -1
- package/esm2022/table/components/table-column-drag-handle.directive.js +0 -51
- package/esm2022/table/components/table-column-drag-handle.directive.js.map +0 -1
- package/esm2022/table/components/table-column-drag-preview.directive.js +0 -25
- package/esm2022/table/components/table-column-drag-preview.directive.js.map +0 -1
- package/esm2022/table/components/table-column-drop-indicator.directive.js +0 -42
- package/esm2022/table/components/table-column-drop-indicator.directive.js.map +0 -1
- package/esm2022/table/components/table-column-filter-action.directive.js +0 -62
- package/esm2022/table/components/table-column-filter-action.directive.js.map +0 -1
- package/esm2022/table/components/table-column-header-action.directive.js +0 -46
- package/esm2022/table/components/table-column-header-action.directive.js.map +0 -1
- package/esm2022/table/components/table-column-resize-handle.directive.js +0 -57
- package/esm2022/table/components/table-column-resize-handle.directive.js.map +0 -1
- package/esm2022/table/components/table-column-sort-action.directive.js +0 -60
- package/esm2022/table/components/table-column-sort-action.directive.js.map +0 -1
- package/esm2022/table/components/table-footer.directive.js +0 -24
- package/esm2022/table/components/table-footer.directive.js.map +0 -1
- package/esm2022/table/components/table-header-cell.directive.js +0 -51
- package/esm2022/table/components/table-header-cell.directive.js.map +0 -1
- package/esm2022/table/components/table-header.directive.js +0 -24
- package/esm2022/table/components/table-header.directive.js.map +0 -1
- package/esm2022/table/components/table-pagination.directive.js +0 -22
- package/esm2022/table/components/table-pagination.directive.js.map +0 -1
- package/esm2022/table/components/table-root.directive.js +0 -38
- package/esm2022/table/components/table-root.directive.js.map +0 -1
- package/esm2022/table/components/table-row-drag-handle.directive.js +0 -51
- package/esm2022/table/components/table-row-drag-handle.directive.js.map +0 -1
- package/esm2022/table/components/table-row-drag-preview.directive.js +0 -24
- package/esm2022/table/components/table-row-drag-preview.directive.js.map +0 -1
- package/esm2022/table/components/table-row-drop-indicator.directive.js +0 -42
- package/esm2022/table/components/table-row-drop-indicator.directive.js.map +0 -1
- package/esm2022/table/components/table-row-expand-button.directive.js +0 -57
- package/esm2022/table/components/table-row-expand-button.directive.js.map +0 -1
- package/esm2022/table/components/table-row.directive.js +0 -44
- package/esm2022/table/components/table-row.directive.js.map +0 -1
- package/esm2022/table/components/table-scroll-container.directive.js +0 -24
- package/esm2022/table/components/table-scroll-container.directive.js.map +0 -1
- package/esm2022/table/components/table-table.directive.js +0 -24
- package/esm2022/table/components/table-table.directive.js.map +0 -1
- package/esm2022/table/components/table-title-bar.directive.js +0 -24
- package/esm2022/table/components/table-title-bar.directive.js.map +0 -1
- package/esm2022/table/components/table.module.js +0 -153
- package/esm2022/table/components/table.module.js.map +0 -1
- package/esm2022/table/index.js +0 -4
- package/esm2022/table/index.js.map +0 -1
- package/esm2022/table/model/create-angular-table.js +0 -52
- package/esm2022/table/model/create-angular-table.js.map +0 -1
- package/esm2022/table/model/create-pagination-helper.js +0 -26
- package/esm2022/table/model/create-pagination-helper.js.map +0 -1
- package/esm2022/table/model/index.js +0 -3
- package/esm2022/table/model/index.js.map +0 -1
- package/esm2022/table/model/lazy-signal-initializer.js +0 -45
- package/esm2022/table/model/lazy-signal-initializer.js.map +0 -1
- package/esm2022/table/model/proxify-table.js +0 -83
- package/esm2022/table/model/proxify-table.js.map +0 -1
- package/esm2022/table/qualcomm-ui-angular-table.js +0 -5
- package/esm2022/table/qualcomm-ui-angular-table.js.map +0 -1
- package/esm2022/table/types/context.js +0 -4
- package/esm2022/table/types/context.js.map +0 -1
- package/esm2022/table/types/index.js +0 -2
- package/esm2022/table/types/index.js.map +0 -1
- package/esm2022/tabs/index.js +0 -11
- package/esm2022/tabs/index.js.map +0 -1
- package/esm2022/tabs/qds-tabs-context.service.js +0 -14
- package/esm2022/tabs/qds-tabs-context.service.js.map +0 -1
- package/esm2022/tabs/qualcomm-ui-angular-tabs.js +0 -5
- package/esm2022/tabs/qualcomm-ui-angular-tabs.js.map +0 -1
- package/esm2022/tabs/tab-button.directive.js +0 -130
- package/esm2022/tabs/tab-button.directive.js.map +0 -1
- package/esm2022/tabs/tab-dismiss-button.directive.js +0 -40
- package/esm2022/tabs/tab-dismiss-button.directive.js.map +0 -1
- package/esm2022/tabs/tab-root.directive.js +0 -24
- package/esm2022/tabs/tab-root.directive.js.map +0 -1
- package/esm2022/tabs/tabs-context.directive.js +0 -40
- package/esm2022/tabs/tabs-context.directive.js.map +0 -1
- package/esm2022/tabs/tabs-indicator.directive.js +0 -23
- package/esm2022/tabs/tabs-indicator.directive.js.map +0 -1
- package/esm2022/tabs/tabs-list.directive.js +0 -35
- package/esm2022/tabs/tabs-list.directive.js.map +0 -1
- package/esm2022/tabs/tabs-panel.directive.js +0 -25
- package/esm2022/tabs/tabs-panel.directive.js.map +0 -1
- package/esm2022/tabs/tabs-root.directive.js +0 -73
- package/esm2022/tabs/tabs-root.directive.js.map +0 -1
- package/esm2022/tabs/tabs.module.js +0 -60
- package/esm2022/tabs/tabs.module.js.map +0 -1
- package/esm2022/tag/index.js +0 -3
- package/esm2022/tag/index.js.map +0 -1
- package/esm2022/tag/qds-tag-context.service.js +0 -14
- package/esm2022/tag/qds-tag-context.service.js.map +0 -1
- package/esm2022/tag/qualcomm-ui-angular-tag.js +0 -5
- package/esm2022/tag/qualcomm-ui-angular-tag.js.map +0 -1
- package/esm2022/tag/tag.directive.js.map +0 -1
- package/esm2022/text-area/index.js +0 -2
- package/esm2022/text-area/index.js.map +0 -1
- package/esm2022/text-area/qualcomm-ui-angular-text-area.js +0 -5
- package/esm2022/text-area/qualcomm-ui-angular-text-area.js.map +0 -1
- package/esm2022/text-input/index.js +0 -11
- package/esm2022/text-input/index.js.map +0 -1
- package/esm2022/text-input/qualcomm-ui-angular-text-input.js +0 -5
- package/esm2022/text-input/qualcomm-ui-angular-text-input.js.map +0 -1
- package/esm2022/text-input/text-input-clear-trigger.directive.js +0 -36
- package/esm2022/text-input/text-input-clear-trigger.directive.js.map +0 -1
- package/esm2022/text-input/text-input-error-indicator.directive.js +0 -43
- package/esm2022/text-input/text-input-error-indicator.directive.js.map +0 -1
- package/esm2022/text-input/text-input-error-text.directive.js +0 -42
- package/esm2022/text-input/text-input-error-text.directive.js.map +0 -1
- package/esm2022/text-input/text-input-hint.directive.js +0 -26
- package/esm2022/text-input/text-input-hint.directive.js.map +0 -1
- package/esm2022/text-input/text-input-input-group.directive.js +0 -52
- package/esm2022/text-input/text-input-input-group.directive.js.map +0 -1
- package/esm2022/text-input/text-input-input.directive.js +0 -32
- package/esm2022/text-input/text-input-input.directive.js.map +0 -1
- package/esm2022/text-input/text-input-label.directive.js +0 -50
- package/esm2022/text-input/text-input-label.directive.js.map +0 -1
- package/esm2022/text-input/text-input-root.directive.js +0 -71
- package/esm2022/text-input/text-input-root.directive.js.map +0 -1
- package/esm2022/text-input/text-input.component.js +0 -156
- package/esm2022/text-input/text-input.component.js.map +0 -1
- package/esm2022/text-input/text-input.module.js +0 -75
- package/esm2022/text-input/text-input.module.js.map +0 -1
- package/esm2022/theme/index.js +0 -3
- package/esm2022/theme/index.js.map +0 -1
- package/esm2022/theme/qds-theme-providers.js +0 -73
- package/esm2022/theme/qds-theme-providers.js.map +0 -1
- package/esm2022/theme/qds-theme.service.js.map +0 -1
- package/esm2022/theme/qds-theme.types.js +0 -4
- package/esm2022/theme/qds-theme.types.js.map +0 -1
- package/esm2022/theme/qualcomm-ui-angular-theme.js +0 -5
- package/esm2022/theme/qualcomm-ui-angular-theme.js.map +0 -1
- package/esm2022/toast/create-toaster.js +0 -7
- package/esm2022/toast/create-toaster.js.map +0 -1
- package/esm2022/toast/index.js +0 -14
- package/esm2022/toast/index.js.map +0 -1
- package/esm2022/toast/qds-toast-context.service.js +0 -14
- package/esm2022/toast/qds-toast-context.service.js.map +0 -1
- package/esm2022/toast/qualcomm-ui-angular-toast.js +0 -5
- package/esm2022/toast/qualcomm-ui-angular-toast.js.map +0 -1
- package/esm2022/toast/toast-action.directive.js +0 -23
- package/esm2022/toast/toast-action.directive.js.map +0 -1
- package/esm2022/toast/toast-close-button.directive.js +0 -44
- package/esm2022/toast/toast-close-button.directive.js.map +0 -1
- package/esm2022/toast/toast-context.directive.js +0 -23
- package/esm2022/toast/toast-context.directive.js.map +0 -1
- package/esm2022/toast/toast-description.directive.js +0 -23
- package/esm2022/toast/toast-description.directive.js.map +0 -1
- package/esm2022/toast/toast-icon.directive.js +0 -60
- package/esm2022/toast/toast-icon.directive.js.map +0 -1
- package/esm2022/toast/toast-label.directive.js +0 -23
- package/esm2022/toast/toast-label.directive.js.map +0 -1
- package/esm2022/toast/toast-provider.directive.js +0 -34
- package/esm2022/toast/toast-provider.directive.js.map +0 -1
- package/esm2022/toast/toast-root.directive.js +0 -46
- package/esm2022/toast/toast-root.directive.js.map +0 -1
- package/esm2022/toast/toast.module.js +0 -77
- package/esm2022/toast/toast.module.js.map +0 -1
- package/esm2022/toast/toaster.directive.js +0 -124
- package/esm2022/toast/toaster.directive.js.map +0 -1
- package/esm2022/toast/toaster.service.js +0 -24
- package/esm2022/toast/toaster.service.js.map +0 -1
- package/esm2022/tooltip/index.js +0 -11
- package/esm2022/tooltip/index.js.map +0 -1
- package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js +0 -5
- package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js.map +0 -1
- package/esm2022/tooltip/tooltip-arrow-tip.directive.js +0 -22
- package/esm2022/tooltip/tooltip-arrow-tip.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-arrow.directive.js +0 -32
- package/esm2022/tooltip/tooltip-arrow.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-content.directive.js +0 -22
- package/esm2022/tooltip/tooltip-content.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-context.directive.js +0 -28
- package/esm2022/tooltip/tooltip-context.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-floating-portal.component.js +0 -81
- package/esm2022/tooltip/tooltip-floating-portal.component.js.map +0 -1
- package/esm2022/tooltip/tooltip-positioner.directive.js +0 -22
- package/esm2022/tooltip/tooltip-positioner.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-root.directive.js +0 -18
- package/esm2022/tooltip/tooltip-root.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-trigger.directive.js +0 -17
- package/esm2022/tooltip/tooltip-trigger.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip.directive.js +0 -67
- package/esm2022/tooltip/tooltip.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip.module.js +0 -66
- package/esm2022/tooltip/tooltip.module.js.map +0 -1
- package/esm2022/tree/index.js +0 -2
- package/esm2022/tree/index.js.map +0 -1
- package/esm2022/tree/qualcomm-ui-angular-tree.js +0 -5
- package/esm2022/tree/qualcomm-ui-angular-tree.js.map +0 -1
- package/footer/qualcomm-ui-angular-footer.d.ts +0 -6
- package/footer/qualcomm-ui-angular-footer.d.ts.map +0 -1
- package/header/qualcomm-ui-angular-header.d.ts +0 -6
- package/header/qualcomm-ui-angular-header.d.ts.map +0 -1
- package/icon/end-icon.directive.d.ts +0 -27
- package/icon/end-icon.directive.d.ts.map +0 -1
- package/icon/icon.directive.d.ts +0 -47
- package/icon/icon.directive.d.ts.map +0 -1
- package/icon/icon.tokens.d.ts +0 -8
- package/icon/icon.tokens.d.ts.map +0 -1
- package/icon/qualcomm-ui-angular-icon.d.ts +0 -6
- package/icon/qualcomm-ui-angular-icon.d.ts.map +0 -1
- package/icon/start-icon.directive.d.ts +0 -27
- package/icon/start-icon.directive.d.ts.map +0 -1
- package/icon/use-lucide-icon.d.ts +0 -36
- package/icon/use-lucide-icon.d.ts.map +0 -1
- package/inline-icon-button/inline-icon-button.component.d.ts +0 -42
- package/inline-icon-button/inline-icon-button.component.d.ts.map +0 -1
- package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts +0 -6
- package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts.map +0 -1
- package/inline-icon-button/use-inline-icon-button-api.d.ts +0 -5
- package/inline-icon-button/use-inline-icon-button-api.d.ts.map +0 -1
- package/inline-notification/inline-notification-action.directive.d.ts +0 -9
- package/inline-notification/inline-notification-action.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-close-button.directive.d.ts +0 -10
- package/inline-notification/inline-notification-close-button.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-description.directive.d.ts +0 -9
- package/inline-notification/inline-notification-description.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-icon.directive.d.ts +0 -12
- package/inline-notification/inline-notification-icon.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-label.directive.d.ts +0 -9
- package/inline-notification/inline-notification-label.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-root.directive.d.ts +0 -28
- package/inline-notification/inline-notification-root.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification.directive.d.ts +0 -40
- package/inline-notification/inline-notification.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification.module.d.ts +0 -17
- package/inline-notification/inline-notification.module.d.ts.map +0 -1
- package/inline-notification/qds-inline-notification-context.service.d.ts +0 -9
- package/inline-notification/qds-inline-notification-context.service.d.ts.map +0 -1
- package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts +0 -6
- package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts.map +0 -1
- package/input/error-text.component.d.ts +0 -37
- package/input/error-text.component.d.ts.map +0 -1
- package/input/hint.directive.d.ts +0 -30
- package/input/hint.directive.d.ts.map +0 -1
- package/input/input-end-icon.component.d.ts +0 -16
- package/input/input-end-icon.component.d.ts.map +0 -1
- package/input/input-start-icon.component.d.ts +0 -28
- package/input/input-start-icon.component.d.ts.map +0 -1
- package/input/qds-input-context.service.d.ts +0 -14
- package/input/qds-input-context.service.d.ts.map +0 -1
- package/input/qualcomm-ui-angular-input.d.ts +0 -6
- package/input/qualcomm-ui-angular-input.d.ts.map +0 -1
- package/input/use-input-bindings.d.ts +0 -63
- package/input/use-input-bindings.d.ts.map +0 -1
- package/link/link.directive.d.ts +0 -62
- package/link/link.directive.d.ts.map +0 -1
- package/link/qualcomm-ui-angular-link.d.ts +0 -6
- package/link/qualcomm-ui-angular-link.d.ts.map +0 -1
- package/menu/menu-button.component.d.ts +0 -10
- package/menu/menu-button.component.d.ts.map +0 -1
- package/menu/menu-checkbox-item.directive.d.ts +0 -9
- package/menu/menu-checkbox-item.directive.d.ts.map +0 -1
- package/menu/menu-content.directive.d.ts +0 -9
- package/menu/menu-content.directive.d.ts.map +0 -1
- package/menu/menu-context-trigger.directive.d.ts +0 -7
- package/menu/menu-context-trigger.directive.d.ts.map +0 -1
- package/menu/menu-item-command.directive.d.ts +0 -13
- package/menu/menu-item-command.directive.d.ts.map +0 -1
- package/menu/menu-item-group-label.directive.d.ts +0 -9
- package/menu/menu-item-group-label.directive.d.ts.map +0 -1
- package/menu/menu-item-group.directive.d.ts +0 -9
- package/menu/menu-item-group.directive.d.ts.map +0 -1
- package/menu/menu-item-indicator.component.d.ts +0 -9
- package/menu/menu-item-indicator.component.d.ts.map +0 -1
- package/menu/menu-item-start-icon.component.d.ts +0 -15
- package/menu/menu-item-start-icon.component.d.ts.map +0 -1
- package/menu/menu-item.directive.d.ts +0 -10
- package/menu/menu-item.directive.d.ts.map +0 -1
- package/menu/menu-positioner.component.d.ts +0 -7
- package/menu/menu-positioner.component.d.ts.map +0 -1
- package/menu/menu-radio-item-group.directive.d.ts +0 -9
- package/menu/menu-radio-item-group.directive.d.ts.map +0 -1
- package/menu/menu-radio-item.directive.d.ts +0 -9
- package/menu/menu-radio-item.directive.d.ts.map +0 -1
- package/menu/menu-separator.directive.d.ts +0 -10
- package/menu/menu-separator.directive.d.ts.map +0 -1
- package/menu/menu-trigger-item-indicator.component.d.ts +0 -13
- package/menu/menu-trigger-item-indicator.component.d.ts.map +0 -1
- package/menu/menu-trigger-item.component.d.ts +0 -10
- package/menu/menu-trigger-item.component.d.ts.map +0 -1
- package/menu/menu-trigger.directive.d.ts +0 -11
- package/menu/menu-trigger.directive.d.ts.map +0 -1
- package/menu/menu.component.d.ts +0 -14
- package/menu/menu.component.d.ts.map +0 -1
- package/menu/menu.module.d.ts +0 -28
- package/menu/menu.module.d.ts.map +0 -1
- package/menu/qds-menu-context.service.d.ts +0 -9
- package/menu/qds-menu-context.service.d.ts.map +0 -1
- package/menu/qualcomm-ui-angular-menu.d.ts +0 -6
- package/menu/qualcomm-ui-angular-menu.d.ts.map +0 -1
- package/number-input/number-input-control.directive.d.ts +0 -21
- package/number-input/number-input-control.directive.d.ts.map +0 -1
- package/number-input/number-input-decrement-trigger.directive.d.ts +0 -10
- package/number-input/number-input-decrement-trigger.directive.d.ts.map +0 -1
- package/number-input/number-input-error-indicator.directive.d.ts +0 -17
- package/number-input/number-input-error-indicator.directive.d.ts.map +0 -1
- package/number-input/number-input-error-text.directive.d.ts +0 -9
- package/number-input/number-input-error-text.directive.d.ts.map +0 -1
- package/number-input/number-input-hint.directive.d.ts +0 -9
- package/number-input/number-input-hint.directive.d.ts.map +0 -1
- package/number-input/number-input-increment-trigger.directive.d.ts +0 -10
- package/number-input/number-input-increment-trigger.directive.d.ts.map +0 -1
- package/number-input/number-input-input-group.directive.d.ts +0 -10
- package/number-input/number-input-input-group.directive.d.ts.map +0 -1
- package/number-input/number-input-input.directive.d.ts +0 -9
- package/number-input/number-input-input.directive.d.ts.map +0 -1
- package/number-input/number-input-label.directive.d.ts +0 -9
- package/number-input/number-input-label.directive.d.ts.map +0 -1
- package/number-input/number-input-root.directive.d.ts +0 -56
- package/number-input/number-input-root.directive.d.ts.map +0 -1
- package/number-input/number-input.component.d.ts +0 -51
- package/number-input/number-input.component.d.ts.map +0 -1
- package/number-input/number-input.module.d.ts +0 -21
- package/number-input/number-input.module.d.ts.map +0 -1
- package/number-input/qds-number-input-context.service.d.ts +0 -9
- package/number-input/qds-number-input-context.service.d.ts.map +0 -1
- package/number-input/qualcomm-ui-angular-number-input.d.ts +0 -6
- package/number-input/qualcomm-ui-angular-number-input.d.ts.map +0 -1
- package/pagination/pagination-context.directive.d.ts +0 -15
- package/pagination/pagination-context.directive.d.ts.map +0 -1
- package/pagination/pagination-next-trigger.component.d.ts +0 -21
- package/pagination/pagination-next-trigger.component.d.ts.map +0 -1
- package/pagination/pagination-page-item.component.d.ts +0 -16
- package/pagination/pagination-page-item.component.d.ts.map +0 -1
- package/pagination/pagination-page-items.component.d.ts +0 -7
- package/pagination/pagination-page-items.component.d.ts.map +0 -1
- package/pagination/pagination-page-metadata.directive.d.ts +0 -14
- package/pagination/pagination-page-metadata.directive.d.ts.map +0 -1
- package/pagination/pagination-page-size-label.directive.d.ts +0 -14
- package/pagination/pagination-page-size-label.directive.d.ts.map +0 -1
- package/pagination/pagination-page-size.component.d.ts +0 -14
- package/pagination/pagination-page-size.component.d.ts.map +0 -1
- package/pagination/pagination-prev-trigger.component.d.ts +0 -21
- package/pagination/pagination-prev-trigger.component.d.ts.map +0 -1
- package/pagination/pagination-root.directive.d.ts +0 -14
- package/pagination/pagination-root.directive.d.ts.map +0 -1
- package/pagination/pagination.module.d.ts +0 -20
- package/pagination/pagination.module.d.ts.map +0 -1
- package/pagination/qualcomm-ui-angular-pagination.d.ts +0 -6
- package/pagination/qualcomm-ui-angular-pagination.d.ts.map +0 -1
- package/password-input/password-input-clear-trigger.directive.d.ts +0 -9
- package/password-input/password-input-clear-trigger.directive.d.ts.map +0 -1
- package/password-input/password-input-error-indicator.directive.d.ts +0 -16
- package/password-input/password-input-error-indicator.directive.d.ts.map +0 -1
- package/password-input/password-input-error-text.directive.d.ts +0 -16
- package/password-input/password-input-error-text.directive.d.ts.map +0 -1
- package/password-input/password-input-hint.directive.d.ts +0 -9
- package/password-input/password-input-hint.directive.d.ts.map +0 -1
- package/password-input/password-input-input-group.directive.d.ts +0 -9
- package/password-input/password-input-input-group.directive.d.ts.map +0 -1
- package/password-input/password-input-input.directive.d.ts +0 -9
- package/password-input/password-input-input.directive.d.ts.map +0 -1
- package/password-input/password-input-label.directive.d.ts +0 -9
- package/password-input/password-input-label.directive.d.ts.map +0 -1
- package/password-input/password-input-root.directive.d.ts +0 -37
- package/password-input/password-input-root.directive.d.ts.map +0 -1
- package/password-input/password-input-visibility-trigger.directive.d.ts +0 -24
- package/password-input/password-input-visibility-trigger.directive.d.ts.map +0 -1
- package/password-input/password-input.component.d.ts +0 -72
- package/password-input/password-input.component.d.ts.map +0 -1
- package/password-input/password-input.module.d.ts +0 -20
- package/password-input/password-input.module.d.ts.map +0 -1
- package/password-input/qualcomm-ui-angular-password-input.d.ts +0 -6
- package/password-input/qualcomm-ui-angular-password-input.d.ts.map +0 -1
- package/popover/popover-anchor.directive.d.ts +0 -7
- package/popover/popover-anchor.directive.d.ts.map +0 -1
- package/popover/popover-arrow-tip.directive.d.ts +0 -17
- package/popover/popover-arrow-tip.directive.d.ts.map +0 -1
- package/popover/popover-arrow.directive.d.ts +0 -17
- package/popover/popover-arrow.directive.d.ts.map +0 -1
- package/popover/popover-close-trigger.directive.d.ts +0 -17
- package/popover/popover-close-trigger.directive.d.ts.map +0 -1
- package/popover/popover-content.directive.d.ts +0 -17
- package/popover/popover-content.directive.d.ts.map +0 -1
- package/popover/popover-context.directive.d.ts +0 -15
- package/popover/popover-context.directive.d.ts.map +0 -1
- package/popover/popover-description.directive.d.ts +0 -17
- package/popover/popover-description.directive.d.ts.map +0 -1
- package/popover/popover-label.directive.d.ts +0 -17
- package/popover/popover-label.directive.d.ts.map +0 -1
- package/popover/popover-positioner.directive.d.ts +0 -7
- package/popover/popover-positioner.directive.d.ts.map +0 -1
- package/popover/popover-root.directive.d.ts +0 -7
- package/popover/popover-root.directive.d.ts.map +0 -1
- package/popover/popover-trigger.directive.d.ts +0 -17
- package/popover/popover-trigger.directive.d.ts.map +0 -1
- package/popover/popover.directive.d.ts +0 -24
- package/popover/popover.directive.d.ts.map +0 -1
- package/popover/popover.module.d.ts +0 -20
- package/popover/popover.module.d.ts.map +0 -1
- package/popover/qualcomm-ui-angular-popover.d.ts +0 -6
- package/popover/qualcomm-ui-angular-popover.d.ts.map +0 -1
- package/progress/progress-bar.directive.d.ts +0 -9
- package/progress/progress-bar.directive.d.ts.map +0 -1
- package/progress/progress-context.directive.d.ts +0 -16
- package/progress/progress-context.directive.d.ts.map +0 -1
- package/progress/progress-error-text.directive.d.ts +0 -16
- package/progress/progress-error-text.directive.d.ts.map +0 -1
- package/progress/progress-hint.directive.d.ts +0 -9
- package/progress/progress-hint.directive.d.ts.map +0 -1
- package/progress/progress-label.directive.d.ts +0 -9
- package/progress/progress-label.directive.d.ts.map +0 -1
- package/progress/progress-root.directive.d.ts +0 -35
- package/progress/progress-root.directive.d.ts.map +0 -1
- package/progress/progress-track.directive.d.ts +0 -9
- package/progress/progress-track.directive.d.ts.map +0 -1
- package/progress/progress-value-text.directive.d.ts +0 -9
- package/progress/progress-value-text.directive.d.ts.map +0 -1
- package/progress/progress.directive.d.ts +0 -47
- package/progress/progress.directive.d.ts.map +0 -1
- package/progress/progress.module.d.ts +0 -17
- package/progress/progress.module.d.ts.map +0 -1
- package/progress/qds-progress-context.service.d.ts +0 -9
- package/progress/qds-progress-context.service.d.ts.map +0 -1
- package/progress/qualcomm-ui-angular-progress.d.ts +0 -6
- package/progress/qualcomm-ui-angular-progress.d.ts.map +0 -1
- package/progress-ring/progress-ring-bar.directive.d.ts +0 -9
- package/progress-ring/progress-ring-bar.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-circle-container.directive.d.ts +0 -13
- package/progress-ring/progress-ring-circle-container.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-circle.directive.d.ts +0 -9
- package/progress-ring/progress-ring-circle.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-context.directive.d.ts +0 -16
- package/progress-ring/progress-ring-context.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-error-text.directive.d.ts +0 -9
- package/progress-ring/progress-ring-error-text.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-label.directive.d.ts +0 -9
- package/progress-ring/progress-ring-label.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-root.directive.d.ts +0 -31
- package/progress-ring/progress-ring-root.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-track.directive.d.ts +0 -9
- package/progress-ring/progress-ring-track.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-value-text.directive.d.ts +0 -9
- package/progress-ring/progress-ring-value-text.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring.directive.d.ts +0 -27
- package/progress-ring/progress-ring.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring.module.d.ts +0 -17
- package/progress-ring/progress-ring.module.d.ts.map +0 -1
- package/progress-ring/qds-progress-ring-context.service.d.ts +0 -9
- package/progress-ring/qds-progress-ring-context.service.d.ts.map +0 -1
- package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts +0 -6
- package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts.map +0 -1
- package/qualcomm-ui-angular.d.ts +0 -6
- package/qualcomm-ui-angular.d.ts.map +0 -1
- package/radio/qds-radio-context.service.d.ts +0 -9
- package/radio/qds-radio-context.service.d.ts.map +0 -1
- package/radio/qualcomm-ui-angular-radio.d.ts +0 -6
- package/radio/qualcomm-ui-angular-radio.d.ts.map +0 -1
- package/radio/radio-control.directive.d.ts +0 -9
- package/radio/radio-control.directive.d.ts.map +0 -1
- package/radio/radio-group/index.d.ts +0 -5
- package/radio/radio-group/index.d.ts.map +0 -1
- package/radio/radio-group/radio-group-error-text.component.d.ts +0 -16
- package/radio/radio-group/radio-group-error-text.component.d.ts.map +0 -1
- package/radio/radio-group/radio-group-items.directive.d.ts +0 -9
- package/radio/radio-group/radio-group-items.directive.d.ts.map +0 -1
- package/radio/radio-group/radio-group-label.directive.d.ts +0 -9
- package/radio/radio-group/radio-group-label.directive.d.ts.map +0 -1
- package/radio/radio-group/radio-group-root.directive.d.ts +0 -18
- package/radio/radio-group/radio-group-root.directive.d.ts.map +0 -1
- package/radio/radio-hidden-input.directive.d.ts +0 -9
- package/radio/radio-hidden-input.directive.d.ts.map +0 -1
- package/radio/radio-label.directive.d.ts +0 -9
- package/radio/radio-label.directive.d.ts.map +0 -1
- package/radio/radio-root.directive.d.ts +0 -19
- package/radio/radio-root.directive.d.ts.map +0 -1
- package/radio/radio.component.d.ts +0 -12
- package/radio/radio.component.d.ts.map +0 -1
- package/radio/radio.module.d.ts +0 -18
- package/radio/radio.module.d.ts.map +0 -1
- package/segmented-control/qds-segmented-control-context.service.d.ts +0 -9
- package/segmented-control/qds-segmented-control-context.service.d.ts.map +0 -1
- package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts +0 -6
- package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts.map +0 -1
- package/segmented-control/segmented-control-hidden-input.directive.d.ts +0 -12
- package/segmented-control/segmented-control-hidden-input.directive.d.ts.map +0 -1
- package/segmented-control/segmented-control-item-root.directive.d.ts +0 -9
- package/segmented-control/segmented-control-item-root.directive.d.ts.map +0 -1
- package/segmented-control/segmented-control-item-text.directive.d.ts +0 -12
- package/segmented-control/segmented-control-item-text.directive.d.ts.map +0 -1
- package/segmented-control/segmented-control-item.component.d.ts +0 -11
- package/segmented-control/segmented-control-item.component.d.ts.map +0 -1
- package/segmented-control/segmented-control.directive.d.ts +0 -26
- package/segmented-control/segmented-control.directive.d.ts.map +0 -1
- package/segmented-control/segmented-control.module.d.ts +0 -13
- package/segmented-control/segmented-control.module.d.ts.map +0 -1
- package/select/qds-select-context.service.d.ts +0 -9
- package/select/qds-select-context.service.d.ts.map +0 -1
- package/select/qualcomm-ui-angular-select.d.ts +0 -6
- package/select/qualcomm-ui-angular-select.d.ts.map +0 -1
- package/select/select-clear-trigger.directive.d.ts +0 -10
- package/select/select-clear-trigger.directive.d.ts.map +0 -1
- package/select/select-content.directive.d.ts +0 -9
- package/select/select-content.directive.d.ts.map +0 -1
- package/select/select-context.directive.d.ts +0 -16
- package/select/select-context.directive.d.ts.map +0 -1
- package/select/select-control.directive.d.ts +0 -10
- package/select/select-control.directive.d.ts.map +0 -1
- package/select/select-error-indicator.directive.d.ts +0 -16
- package/select/select-error-indicator.directive.d.ts.map +0 -1
- package/select/select-error-text.directive.d.ts +0 -15
- package/select/select-error-text.directive.d.ts.map +0 -1
- package/select/select-hidden-select.directive.d.ts +0 -9
- package/select/select-hidden-select.directive.d.ts.map +0 -1
- package/select/select-hint.directive.d.ts +0 -9
- package/select/select-hint.directive.d.ts.map +0 -1
- package/select/select-indicator.directive.d.ts +0 -22
- package/select/select-indicator.directive.d.ts.map +0 -1
- package/select/select-item-indicator.directive.d.ts +0 -9
- package/select/select-item-indicator.directive.d.ts.map +0 -1
- package/select/select-item-text.directive.d.ts +0 -9
- package/select/select-item-text.directive.d.ts.map +0 -1
- package/select/select-item.directive.d.ts +0 -9
- package/select/select-item.directive.d.ts.map +0 -1
- package/select/select-items.component.d.ts +0 -7
- package/select/select-items.component.d.ts.map +0 -1
- package/select/select-label.directive.d.ts +0 -10
- package/select/select-label.directive.d.ts.map +0 -1
- package/select/select-positioner.directive.d.ts +0 -9
- package/select/select-positioner.directive.d.ts.map +0 -1
- package/select/select-root.directive.d.ts +0 -26
- package/select/select-root.directive.d.ts.map +0 -1
- package/select/select-value-text.directive.d.ts +0 -9
- package/select/select-value-text.directive.d.ts.map +0 -1
- package/select/select.component.d.ts +0 -60
- package/select/select.component.d.ts.map +0 -1
- package/select/select.module.d.ts +0 -29
- package/select/select.module.d.ts.map +0 -1
- package/switch/qds-switch-context.service.d.ts +0 -9
- package/switch/qds-switch-context.service.d.ts.map +0 -1
- package/switch/qualcomm-ui-angular-switch.d.ts +0 -6
- package/switch/qualcomm-ui-angular-switch.d.ts.map +0 -1
- package/switch/switch-control.component.d.ts +0 -9
- package/switch/switch-control.component.d.ts.map +0 -1
- package/switch/switch-error-text.component.d.ts +0 -16
- package/switch/switch-error-text.component.d.ts.map +0 -1
- package/switch/switch-hidden-input.directive.d.ts +0 -9
- package/switch/switch-hidden-input.directive.d.ts.map +0 -1
- package/switch/switch-label.directive.d.ts +0 -9
- package/switch/switch-label.directive.d.ts.map +0 -1
- package/switch/switch-root.directive.d.ts +0 -18
- package/switch/switch-root.directive.d.ts.map +0 -1
- package/switch/switch-thumb.directive.d.ts +0 -9
- package/switch/switch-thumb.directive.d.ts.map +0 -1
- package/switch/switch.component.d.ts +0 -35
- package/switch/switch.component.d.ts.map +0 -1
- package/switch/switch.module.d.ts +0 -16
- package/switch/switch.module.d.ts.map +0 -1
- package/table/components/custom/cell-component-context.directive.d.ts +0 -9
- package/table/components/custom/cell-component-context.directive.d.ts.map +0 -1
- package/table/components/custom/index.d.ts +0 -2
- package/table/components/custom/index.d.ts.map +0 -1
- package/table/components/index.d.ts +0 -29
- package/table/components/index.d.ts.map +0 -1
- package/table/components/qds-table-api.d.ts +0 -2
- package/table/components/qds-table-api.d.ts.map +0 -1
- package/table/components/renderers/index.d.ts +0 -4
- package/table/components/renderers/index.d.ts.map +0 -1
- package/table/components/renderers/render-cell.directive.d.ts +0 -28
- package/table/components/renderers/render-cell.directive.d.ts.map +0 -1
- package/table/components/renderers/render-footer.directive.d.ts +0 -17
- package/table/components/renderers/render-footer.directive.d.ts.map +0 -1
- package/table/components/renderers/render-header.directive.d.ts +0 -17
- package/table/components/renderers/render-header.directive.d.ts.map +0 -1
- package/table/components/table-action-bar.directive.d.ts +0 -12
- package/table/components/table-action-bar.directive.d.ts.map +0 -1
- package/table/components/table-body.directive.d.ts +0 -12
- package/table/components/table-body.directive.d.ts.map +0 -1
- package/table/components/table-cell-action.directive.d.ts +0 -18
- package/table/components/table-cell-action.directive.d.ts.map +0 -1
- package/table/components/table-cell.directive.d.ts +0 -19
- package/table/components/table-cell.directive.d.ts.map +0 -1
- package/table/components/table-column-drag-handle.directive.d.ts +0 -20
- package/table/components/table-column-drag-handle.directive.d.ts.map +0 -1
- package/table/components/table-column-drag-preview.directive.d.ts +0 -13
- package/table/components/table-column-drag-preview.directive.d.ts.map +0 -1
- package/table/components/table-column-drop-indicator.directive.d.ts +0 -26
- package/table/components/table-column-drop-indicator.directive.d.ts.map +0 -1
- package/table/components/table-column-filter-action.directive.d.ts +0 -28
- package/table/components/table-column-filter-action.directive.d.ts.map +0 -1
- package/table/components/table-column-header-action.directive.d.ts +0 -18
- package/table/components/table-column-header-action.directive.d.ts.map +0 -1
- package/table/components/table-column-resize-handle.directive.d.ts +0 -27
- package/table/components/table-column-resize-handle.directive.d.ts.map +0 -1
- package/table/components/table-column-sort-action.directive.d.ts +0 -23
- package/table/components/table-column-sort-action.directive.d.ts.map +0 -1
- package/table/components/table-footer.directive.d.ts +0 -12
- package/table/components/table-footer.directive.d.ts.map +0 -1
- package/table/components/table-header-cell.directive.d.ts +0 -31
- package/table/components/table-header-cell.directive.d.ts.map +0 -1
- package/table/components/table-header.directive.d.ts +0 -12
- package/table/components/table-header.directive.d.ts.map +0 -1
- package/table/components/table-pagination.directive.d.ts +0 -8
- package/table/components/table-pagination.directive.d.ts.map +0 -1
- package/table/components/table-root.directive.d.ts +0 -25
- package/table/components/table-root.directive.d.ts.map +0 -1
- package/table/components/table-row-drag-handle.directive.d.ts +0 -20
- package/table/components/table-row-drag-handle.directive.d.ts.map +0 -1
- package/table/components/table-row-drag-preview.directive.d.ts +0 -12
- package/table/components/table-row-drag-preview.directive.d.ts.map +0 -1
- package/table/components/table-row-drop-indicator.directive.d.ts +0 -26
- package/table/components/table-row-drop-indicator.directive.d.ts.map +0 -1
- package/table/components/table-row-expand-button.directive.d.ts +0 -27
- package/table/components/table-row-expand-button.directive.d.ts.map +0 -1
- package/table/components/table-row.directive.d.ts +0 -27
- package/table/components/table-row.directive.d.ts.map +0 -1
- package/table/components/table-scroll-container.directive.d.ts +0 -12
- package/table/components/table-scroll-container.directive.d.ts.map +0 -1
- package/table/components/table-table.directive.d.ts +0 -12
- package/table/components/table-table.directive.d.ts.map +0 -1
- package/table/components/table-title-bar.directive.d.ts +0 -12
- package/table/components/table-title-bar.directive.d.ts.map +0 -1
- package/table/components/table.module.d.ts +0 -36
- package/table/components/table.module.d.ts.map +0 -1
- package/table/model/create-angular-table.d.ts +0 -6
- package/table/model/create-angular-table.d.ts.map +0 -1
- package/table/model/create-pagination-helper.d.ts +0 -23
- package/table/model/create-pagination-helper.d.ts.map +0 -1
- package/table/model/index.d.ts +0 -3
- package/table/model/index.d.ts.map +0 -1
- package/table/model/lazy-signal-initializer.d.ts +0 -6
- package/table/model/lazy-signal-initializer.d.ts.map +0 -1
- package/table/model/proxify-table.d.ts +0 -4
- package/table/model/proxify-table.d.ts.map +0 -1
- package/table/qualcomm-ui-angular-table.d.ts +0 -6
- package/table/qualcomm-ui-angular-table.d.ts.map +0 -1
- package/table/types/context.d.ts +0 -9
- package/table/types/context.d.ts.map +0 -1
- package/table/types/index.d.ts +0 -2
- package/table/types/index.d.ts.map +0 -1
- package/tabs/qds-tabs-context.service.d.ts +0 -9
- package/tabs/qds-tabs-context.service.d.ts.map +0 -1
- package/tabs/qualcomm-ui-angular-tabs.d.ts +0 -6
- package/tabs/qualcomm-ui-angular-tabs.d.ts.map +0 -1
- package/tabs/tab-button.directive.d.ts +0 -34
- package/tabs/tab-button.directive.d.ts.map +0 -1
- package/tabs/tab-dismiss-button.directive.d.ts +0 -10
- package/tabs/tab-dismiss-button.directive.d.ts.map +0 -1
- package/tabs/tab-root.directive.d.ts +0 -9
- package/tabs/tab-root.directive.d.ts.map +0 -1
- package/tabs/tabs-context.directive.d.ts +0 -27
- package/tabs/tabs-context.directive.d.ts.map +0 -1
- package/tabs/tabs-indicator.directive.d.ts +0 -9
- package/tabs/tabs-indicator.directive.d.ts.map +0 -1
- package/tabs/tabs-list.directive.d.ts +0 -9
- package/tabs/tabs-list.directive.d.ts.map +0 -1
- package/tabs/tabs-panel.directive.d.ts +0 -9
- package/tabs/tabs-panel.directive.d.ts.map +0 -1
- package/tabs/tabs-root.directive.d.ts +0 -41
- package/tabs/tabs-root.directive.d.ts.map +0 -1
- package/tabs/tabs.module.d.ts +0 -17
- package/tabs/tabs.module.d.ts.map +0 -1
- package/tag/qds-tag-context.service.d.ts +0 -9
- package/tag/qds-tag-context.service.d.ts.map +0 -1
- package/tag/qualcomm-ui-angular-tag.d.ts +0 -6
- package/tag/qualcomm-ui-angular-tag.d.ts.map +0 -1
- package/tag/tag.directive.d.ts +0 -66
- package/tag/tag.directive.d.ts.map +0 -1
- package/text-area/qualcomm-ui-angular-text-area.d.ts +0 -6
- package/text-area/qualcomm-ui-angular-text-area.d.ts.map +0 -1
- package/text-input/qualcomm-ui-angular-text-input.d.ts +0 -6
- package/text-input/qualcomm-ui-angular-text-input.d.ts.map +0 -1
- package/text-input/text-input-clear-trigger.directive.d.ts +0 -12
- package/text-input/text-input-clear-trigger.directive.d.ts.map +0 -1
- package/text-input/text-input-error-indicator.directive.d.ts +0 -19
- package/text-input/text-input-error-indicator.directive.d.ts.map +0 -1
- package/text-input/text-input-error-text.directive.d.ts +0 -18
- package/text-input/text-input-error-text.directive.d.ts.map +0 -1
- package/text-input/text-input-hint.directive.d.ts +0 -12
- package/text-input/text-input-hint.directive.d.ts.map +0 -1
- package/text-input/text-input-input-group.directive.d.ts +0 -12
- package/text-input/text-input-input-group.directive.d.ts.map +0 -1
- package/text-input/text-input-input.directive.d.ts +0 -13
- package/text-input/text-input-input.directive.d.ts.map +0 -1
- package/text-input/text-input-label.directive.d.ts +0 -12
- package/text-input/text-input-label.directive.d.ts.map +0 -1
- package/text-input/text-input-root.directive.d.ts +0 -59
- package/text-input/text-input-root.directive.d.ts.map +0 -1
- package/text-input/text-input.component.d.ts +0 -56
- package/text-input/text-input.component.d.ts.map +0 -1
- package/text-input/text-input.module.d.ts +0 -19
- package/text-input/text-input.module.d.ts.map +0 -1
- package/theme/qds-theme-providers.d.ts +0 -23
- package/theme/qds-theme-providers.d.ts.map +0 -1
- package/theme/qds-theme.service.d.ts +0 -23
- package/theme/qds-theme.service.d.ts.map +0 -1
- package/theme/qds-theme.types.d.ts +0 -37
- package/theme/qds-theme.types.d.ts.map +0 -1
- package/theme/qualcomm-ui-angular-theme.d.ts +0 -6
- package/theme/qualcomm-ui-angular-theme.d.ts.map +0 -1
- package/toast/create-toaster.d.ts +0 -7
- package/toast/create-toaster.d.ts.map +0 -1
- package/toast/qds-toast-context.service.d.ts +0 -9
- package/toast/qds-toast-context.service.d.ts.map +0 -1
- package/toast/qualcomm-ui-angular-toast.d.ts +0 -6
- package/toast/qualcomm-ui-angular-toast.d.ts.map +0 -1
- package/toast/toast-action.directive.d.ts +0 -9
- package/toast/toast-action.directive.d.ts.map +0 -1
- package/toast/toast-close-button.directive.d.ts +0 -10
- package/toast/toast-close-button.directive.d.ts.map +0 -1
- package/toast/toast-context.directive.d.ts +0 -14
- package/toast/toast-context.directive.d.ts.map +0 -1
- package/toast/toast-description.directive.d.ts +0 -9
- package/toast/toast-description.directive.d.ts.map +0 -1
- package/toast/toast-icon.directive.d.ts +0 -18
- package/toast/toast-icon.directive.d.ts.map +0 -1
- package/toast/toast-label.directive.d.ts +0 -9
- package/toast/toast-label.directive.d.ts.map +0 -1
- package/toast/toast-provider.directive.d.ts +0 -16
- package/toast/toast-provider.directive.d.ts.map +0 -1
- package/toast/toast-root.directive.d.ts +0 -12
- package/toast/toast-root.directive.d.ts.map +0 -1
- package/toast/toast.module.d.ts +0 -21
- package/toast/toast.module.d.ts.map +0 -1
- package/toast/toaster.directive.d.ts +0 -9
- package/toast/toaster.directive.d.ts.map +0 -1
- package/toast/toaster.service.d.ts +0 -12
- package/toast/toaster.service.d.ts.map +0 -1
- package/tooltip/qualcomm-ui-angular-tooltip.d.ts +0 -6
- package/tooltip/qualcomm-ui-angular-tooltip.d.ts.map +0 -1
- package/tooltip/tooltip-arrow-tip.directive.d.ts +0 -13
- package/tooltip/tooltip-arrow-tip.directive.d.ts.map +0 -1
- package/tooltip/tooltip-arrow.directive.d.ts +0 -13
- package/tooltip/tooltip-arrow.directive.d.ts.map +0 -1
- package/tooltip/tooltip-content.directive.d.ts +0 -13
- package/tooltip/tooltip-content.directive.d.ts.map +0 -1
- package/tooltip/tooltip-context.directive.d.ts +0 -15
- package/tooltip/tooltip-context.directive.d.ts.map +0 -1
- package/tooltip/tooltip-floating-portal.component.d.ts +0 -26
- package/tooltip/tooltip-floating-portal.component.d.ts.map +0 -1
- package/tooltip/tooltip-positioner.directive.d.ts +0 -13
- package/tooltip/tooltip-positioner.directive.d.ts.map +0 -1
- package/tooltip/tooltip-root.directive.d.ts +0 -7
- package/tooltip/tooltip-root.directive.d.ts.map +0 -1
- package/tooltip/tooltip-trigger.directive.d.ts +0 -7
- package/tooltip/tooltip-trigger.directive.d.ts.map +0 -1
- package/tooltip/tooltip.directive.d.ts +0 -16
- package/tooltip/tooltip.directive.d.ts.map +0 -1
- package/tooltip/tooltip.module.d.ts +0 -19
- package/tooltip/tooltip.module.d.ts.map +0 -1
- package/tree/qualcomm-ui-angular-tree.d.ts +0 -6
- package/tree/qualcomm-ui-angular-tree.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qualcomm-ui-angular-table.mjs","sources":["../../src/table/components/custom/cell-component-context.directive.ts","../../src/table/components/qds-table-api.ts","../../src/table/components/renderers/render-cell.directive.ts","../../src/table/components/renderers/render-footer.directive.ts","../../src/table/components/renderers/render-header.directive.ts","../../src/table/components/table-action-bar.directive.ts","../../src/table/components/table-body.directive.ts","../../src/table/components/table-cell-action.directive.ts","../../src/table/components/table-cell.directive.ts","../../src/table/components/table-column-drag-handle.directive.ts","../../src/table/components/table-column-drag-preview.directive.ts","../../src/table/components/table-column-drop-indicator.directive.ts","../../src/table/components/table-column-filter-action.directive.ts","../../src/table/components/table-column-header-action.directive.ts","../../src/table/components/table-column-resize-handle.directive.ts","../../src/table/components/table-column-sort-action.directive.ts","../../src/table/components/table-footer.directive.ts","../../src/table/components/table-header-cell.directive.ts","../../src/table/components/table-header.directive.ts","../../src/table/components/table-pagination.directive.ts","../../src/table/components/table-root.directive.ts","../../src/table/components/table-row-drag-handle.directive.ts","../../src/table/components/table-row-drag-preview.directive.ts","../../src/table/components/table-row-drop-indicator.directive.ts","../../src/table/components/table-row-expand-button.directive.ts","../../src/table/components/table-row.directive.ts","../../src/table/components/table-scroll-container.directive.ts","../../src/table/components/table-table.directive.ts","../../src/table/components/table-title-bar.directive.ts","../../src/table/components/table.module.ts","../../src/table/model/lazy-signal-initializer.ts","../../src/table/model/proxify-table.ts","../../src/table/model/create-angular-table.ts","../../src/table/model/create-pagination-helper.ts","../../src/table/types/context.ts","../../src/table/qualcomm-ui-angular-table.ts"],"sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, input} from \"@angular/core\"\n\nimport type {CellContext, ColumnMeta} from \"@qualcomm-ui/core/table\"\n\nimport type {CellComponentContext} from \"../../types\"\n\n@Directive()\nexport class CellComponentContextDirective<\n TableData extends object,\n ColumnValue = any,\n TableColumnMeta = ColumnMeta,\n> implements CellComponentContext<TableData, ColumnValue, TableColumnMeta>\n{\n readonly context =\n input.required<CellContext<TableData, ColumnValue, TableColumnMeta>>()\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {normalizeProps} from \"@qualcomm-ui/angular-core/machine\"\nimport {createQdsTableApi} from \"@qualcomm-ui/qds-core/table\"\n\nexport const qdsTableApi = createQdsTableApi(normalizeProps)\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n booleanAttribute,\n Directive,\n effect,\n inject,\n input,\n type OnDestroy,\n TemplateRef,\n ViewContainerRef,\n} from \"@angular/core\"\n\nimport type {Cell} from \"@qualcomm-ui/core/table\"\nimport type {Booleanish} from \"@qualcomm-ui/utils/coercion\"\n\n@Directive({\n selector: \"[renderCell]\",\n standalone: false,\n})\nexport class RenderCellDirective implements OnDestroy {\n private readonly templateRef = inject(TemplateRef)\n private readonly viewContainerRef = inject(ViewContainerRef)\n\n /**\n * The cell data model.\n */\n readonly renderCell = input.required<Cell<any, any>>()\n\n /**\n * Additional input properties to pass to the underlying column's cell. Only\n * applicable if the cell is a Component type.\n */\n readonly renderCellComponentInput = input<Record<string, any>>()\n\n /**\n * If `true`, the cell is aggregated.\n * TODO: link to aggregated cell docs.\n */\n readonly renderCellIsAggregated = input<boolean | undefined, Booleanish>(\n undefined,\n {\n transform: booleanAttribute,\n },\n )\n\n constructor() {\n effect(() => {\n this.renderCell()\n this.renderCellIsAggregated()\n this.renderCellComponentInput()\n\n this.render()\n })\n }\n\n ngOnDestroy() {\n this.viewContainerRef.clear()\n }\n\n private render() {\n this.viewContainerRef.clear()\n\n const cell = this.renderCell()\n\n if (cell.getIsPlaceholder()) {\n return\n }\n\n const valueOrFn = this.renderCellIsAggregated()\n ? (cell.column.columnDef.aggregatedCell ?? cell.column.columnDef.cell)\n : cell.column.columnDef.cell\n\n if (typeof valueOrFn === \"function\") {\n const result = valueOrFn(cell.getContext())\n\n if (typeof result === \"function\") {\n const componentRef = this.viewContainerRef.createComponent(result)\n const inputs = {\n ...this.renderCellComponentInput(),\n context: cell.getContext(),\n }\n Object.entries(inputs).forEach(([key, value]) => {\n componentRef.setInput(key, value)\n })\n } else {\n this.viewContainerRef.createEmbeddedView(this.templateRef, {\n $implicit: result,\n })\n }\n } else {\n this.viewContainerRef.createEmbeddedView(this.templateRef, {\n $implicit: valueOrFn,\n })\n }\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n Directive,\n effect,\n inject,\n input,\n type OnDestroy,\n TemplateRef,\n ViewContainerRef,\n} from \"@angular/core\"\n\nimport type {Header} from \"@qualcomm-ui/core/table\"\n\n@Directive({\n selector: \"[renderFooter]\",\n standalone: false,\n})\nexport class RenderFooterDirective implements OnDestroy {\n private readonly templateRef = inject(TemplateRef)\n private readonly viewContainerRef = inject(ViewContainerRef)\n\n /**\n * The footer data model.\n */\n readonly renderFooter = input.required<Header<any, any>>()\n\n constructor() {\n effect(() => {\n this.renderFooter()\n this.render()\n })\n }\n\n ngOnDestroy() {\n this.viewContainerRef.clear()\n }\n\n private render() {\n this.viewContainerRef.clear()\n\n const footer = this.renderFooter()\n const valueOrFn = footer.column.columnDef.footer\n\n if (typeof valueOrFn === \"function\") {\n const result = valueOrFn(footer.getContext())\n\n if (typeof result === \"function\") {\n const componentRef = this.viewContainerRef.createComponent(result)\n componentRef.setInput(\"context\", footer.getContext())\n } else {\n this.viewContainerRef.createEmbeddedView(this.templateRef, {\n $implicit: result,\n })\n }\n } else {\n this.viewContainerRef.createEmbeddedView(this.templateRef, {\n $implicit: valueOrFn,\n })\n }\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n Directive,\n effect,\n inject,\n input,\n type OnDestroy,\n TemplateRef,\n ViewContainerRef,\n} from \"@angular/core\"\n\nimport type {Header} from \"@qualcomm-ui/core/table\"\n\n@Directive({\n selector: \"[renderHeader]\",\n standalone: false,\n})\nexport class RenderHeaderDirective implements OnDestroy {\n private readonly templateRef = inject(TemplateRef)\n private readonly viewContainerRef = inject(ViewContainerRef)\n\n /**\n * The header data model.\n */\n readonly renderHeader = input.required<Header<any, any>>()\n\n constructor() {\n effect(() => {\n this.renderHeader()\n this.render()\n })\n }\n\n ngOnDestroy() {\n this.viewContainerRef.clear()\n }\n\n private render() {\n this.viewContainerRef.clear()\n\n const header = this.renderHeader()\n const valueOrFn = header.column.columnDef.header\n\n if (typeof valueOrFn === \"function\") {\n const result = valueOrFn(header.getContext())\n\n if (typeof result === \"function\") {\n const componentRef = this.viewContainerRef.createComponent(result)\n componentRef.setInput(\"context\", header.getContext())\n } else {\n this.viewContainerRef.createEmbeddedView(this.templateRef, {\n $implicit: result,\n })\n }\n } else {\n this.viewContainerRef.createEmbeddedView(this.templateRef, {\n $implicit: valueOrFn,\n })\n }\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-action-bar]\",\n standalone: false,\n})\nexport class TableActionBarDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() => {\n return qdsTableApi.getActionBarBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-body]\",\n standalone: false,\n})\nexport class TableBodyDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() => {\n return qdsTableApi.getBodyBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input, type OnInit} from \"@angular/core\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport type {LucideIconOrString} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Component({\n selector: \"[q-table-cell-action]\",\n standalone: false,\n template: `\n <svg\n [q-bind]=\"inlineIconButtonApi().getIconBindings()\"\n [qIcon]=\"icon()\"\n ></svg>\n `,\n})\nexport class TableCellActionDirective implements OnInit {\n /**\n * Lucide icon to display inside the button.\n */\n readonly icon = input.required<LucideIconOrString>()\n\n protected readonly inlineIconButtonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: \"sm\",\n variant: \"fixed\",\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.inlineIconButtonApi().getRootBindings(),\n qdsTableApi.getCellActionBindings(),\n ),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, input, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {Cell} from \"@qualcomm-ui/core/table\"\nimport type {QdsTableCellProps} from \"@qualcomm-ui/qds-core/table\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-cell]\",\n standalone: false,\n})\nexport class TableCellDirective\n implements OnInit, SignalifyInput<QdsTableCellProps>\n{\n /**\n * The data model for this cell.\n */\n readonly cell = input<Cell<any>>()\n\n protected readonly trackBindings = useTrackBindings(() =>\n qdsTableApi.getCellBindings({\n cell: this.cell(),\n }),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input, type OnInit} from \"@angular/core\"\nimport {GripVertical} from \"lucide-angular\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport {\n type LucideIconOrString,\n provideIcons,\n} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Component({\n providers: [provideIcons({GripVertical})],\n selector: \"[q-table-column-drag-handle]\",\n standalone: false,\n template: `\n <svg\n [q-bind]=\"inlineIconButtonApi().getIconBindings()\"\n [qIcon]=\"icon()\"\n ></svg>\n `,\n})\nexport class TableColumnDragHandleDirective implements OnInit {\n /**\n * Lucide icon to display inside the button.\n *\n * @default \"GripVertical\"\n */\n readonly icon = input<LucideIconOrString>(\"GripVertical\")\n\n protected readonly inlineIconButtonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: \"sm\",\n variant: \"fixed\",\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.inlineIconButtonApi().getRootBindings(),\n qdsTableApi.getDragHandleBindings(),\n ),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, ElementRef, inject, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-column-drag-preview]\",\n standalone: false,\n})\nexport class TableColumnDragPreviewDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() => {\n return qdsTableApi.getColumnDragPreviewBindings()\n })\n\n protected readonly elementRef = inject(ElementRef)\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, input, numberAttribute, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {QdsTableColumnDropIndicatorProps} from \"@qualcomm-ui/qds-core/table\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-column-drop-indicator]\",\n standalone: false,\n})\nexport class TableColumnDropIndicatorDirective\n implements OnInit, SignalifyInput<QdsTableColumnDropIndicatorProps>\n{\n /**\n * The closest edge of the column that the indicator is being dragged over.\n */\n readonly closestEdge = input<\n \"top\" | \"bottom\" | \"left\" | \"right\" | undefined\n >()\n\n /**\n * The index of the column that the indicator belongs to.\n */\n readonly columnIndex = input<number | undefined, unknown>(undefined, {\n transform: numberAttribute,\n })\n\n /**\n * The index of the column being dragged.\n */\n readonly sourceColumnIndex = input<number | undefined, unknown>(undefined, {\n transform: numberAttribute,\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n qdsTableApi.getColumnDropIndicatorBindings({\n closestEdge: this.closestEdge(),\n columnIndex: this.columnIndex(),\n sourceColumnIndex: this.sourceColumnIndex(),\n }),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, computed, input, type OnInit} from \"@angular/core\"\nimport {Filter} from \"lucide-angular\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport {\n type LucideIconOrString,\n provideIcons,\n} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {Header} from \"@qualcomm-ui/core/table\"\nimport type {QdsTableColumnFilterProps} from \"@qualcomm-ui/qds-core/table\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Component({\n providers: [provideIcons({Filter})],\n selector: \"[q-table-column-filter-action]\",\n standalone: false,\n template: `\n @if (canFilter()) {\n <svg\n [q-bind]=\"inlineIconButtonApi().getIconBindings()\"\n [qIcon]=\"icon()\"\n ></svg>\n }\n `,\n})\nexport class TableColumnFilterActionDirective\n implements OnInit, SignalifyInput<QdsTableColumnFilterProps>\n{\n /**\n * The column header associated with the filter.\n */\n readonly header = input.required<Header<any>>()\n\n /**\n * Lucide icon to display inside the button.\n *\n * @default \"Filter\"\n */\n readonly icon = input<LucideIconOrString>(\"Filter\")\n\n protected readonly canFilter = computed(() =>\n this.header().column.getCanFilter(),\n )\n\n protected readonly inlineIconButtonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: \"sm\",\n variant: \"fixed\",\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.inlineIconButtonApi().getRootBindings(),\n qdsTableApi.getColumnFilterActionBindings({\n header: this.header(),\n }),\n ),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input, type OnInit} from \"@angular/core\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport type {LucideIconOrString} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Component({\n selector: \"[q-table-column-header-action]\",\n standalone: false,\n template: `\n <svg\n [q-bind]=\"inlineIconButtonApi().getIconBindings()\"\n [qIcon]=\"icon()\"\n ></svg>\n `,\n})\nexport class TableColumnHeaderActionDirective implements OnInit {\n /**\n * Lucide icon to display inside the button.\n */\n readonly icon = input.required<LucideIconOrString>()\n\n protected readonly inlineIconButtonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: \"sm\",\n variant: \"fixed\",\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.inlineIconButtonApi().getRootBindings(),\n qdsTableApi.getColumnHeaderActionBindings(),\n ),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input, type OnInit} from \"@angular/core\"\nimport {UnfoldHorizontal} from \"lucide-angular\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport {\n type LucideIconOrString,\n provideIcons,\n} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {Header} from \"@qualcomm-ui/core/table\"\nimport type {QdsTableColumnResizerProps} from \"@qualcomm-ui/qds-core/table\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Component({\n providers: [provideIcons({UnfoldHorizontal})],\n selector: \"[q-table-column-resize-handle]\",\n standalone: false,\n template: `\n <svg\n [q-bind]=\"inlineIconButtonApi().getIconBindings()\"\n [qIcon]=\"icon()\"\n ></svg>\n `,\n})\nexport class TableColumnResizeHandleDirective\n implements OnInit, SignalifyInput<QdsTableColumnResizerProps>\n{\n /**\n * The column header associated with the resize handle.\n */\n readonly header = input.required<Header<any>>()\n\n /**\n * Lucide icon to display inside the button.\n *\n * @default \"UnfoldHorizontal\"\n */\n readonly icon = input<LucideIconOrString>(\"UnfoldHorizontal\")\n\n protected readonly inlineIconButtonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: \"sm\",\n variant: \"fixed\",\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.inlineIconButtonApi().getRootBindings(),\n qdsTableApi.getColumnResizerBindings({\n header: this.header(),\n }),\n ),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, computed, input, type OnInit} from \"@angular/core\"\nimport {ArrowDownUp, ArrowUp} from \"lucide-angular\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport {\n type LucideIconOrString,\n provideIcons,\n} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {Header} from \"@qualcomm-ui/core/table\"\nimport type {QdsTableColumnSortActionProps} from \"@qualcomm-ui/qds-core/table\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Component({\n providers: [provideIcons({ArrowDownUp, ArrowUp})],\n selector: \"[q-table-column-sort-action]\",\n standalone: false,\n template: `\n @if (canSort()) {\n <svg\n [q-bind]=\"inlineIconButtonApi().getIconBindings()\"\n [qIcon]=\"sortIcon()\"\n ></svg>\n }\n `,\n})\nexport class TableColumnSortActionDirective\n implements OnInit, SignalifyInput<QdsTableColumnSortActionProps>\n{\n /**\n * The column header associated with the sort action.\n */\n readonly header = input.required<Header<any>>()\n\n protected readonly canSort = computed(() => this.header().column.getCanSort())\n\n protected readonly sortIcon = computed((): LucideIconOrString => {\n const sortDirection = this.header().column.getIsSorted()\n return sortDirection ? \"ArrowUp\" : \"ArrowDownUp\"\n })\n\n protected readonly inlineIconButtonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: \"sm\",\n variant: \"fixed\",\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.inlineIconButtonApi().getRootBindings(),\n qdsTableApi.getColumnSortActionBindings({\n header: this.header(),\n }),\n ),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-footer]\",\n standalone: false,\n})\nexport class TableFooterDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() => {\n return qdsTableApi.getFooterBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n booleanAttribute,\n Directive,\n input,\n numberAttribute,\n type OnInit,\n} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {QdsTableHeaderCellProps} from \"@qualcomm-ui/qds-core/table\"\nimport type {Booleanish} from \"@qualcomm-ui/utils/coercion\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-header-cell]\",\n standalone: false,\n})\nexport class TableHeaderCellDirective\n implements OnInit, SignalifyInput<QdsTableHeaderCellProps>\n{\n /**\n * The order of this column header in the table.\n */\n readonly columnIndex = input<number | undefined, unknown>(undefined, {\n transform: numberAttribute,\n })\n\n /**\n * If `true`, the column header is currently being dragged.\n */\n readonly isDragging = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * If `true`, another column header is being dragged over this header.\n */\n readonly isDraggingOver = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * If `true`, the header is currently being resized.\n */\n readonly isResizing = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n qdsTableApi.getHeaderCellBindings({\n columnIndex: this.columnIndex(),\n isDragging: this.isDragging(),\n isDraggingOver: this.isDraggingOver(),\n isResizing: this.isResizing(),\n }),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-header]\",\n standalone: false,\n})\nexport class TableHeaderDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() => {\n return qdsTableApi.getHeaderBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive} from \"@angular/core\"\n\nimport {PaginationRootDirective} from \"@qualcomm-ui/angular/pagination\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-pagination]\",\n standalone: false,\n})\nexport class TablePaginationDirective extends PaginationRootDirective {\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => qdsTableApi.getPaginationBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {booleanAttribute, Directive, input, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport {\n type QdsTableApiProps,\n type QdsTableSize,\n} from \"@qualcomm-ui/qds-core/table\"\nimport type {Booleanish} from \"@qualcomm-ui/utils/coercion\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-root]\",\n standalone: false,\n})\nexport class TableRootDirective\n implements OnInit, SignalifyInput<QdsTableApiProps>\n{\n /**\n * Whether to show column dividers\n */\n readonly showColumnDivider = input<boolean | undefined, Booleanish>(\n undefined,\n {\n transform: booleanAttribute,\n },\n )\n\n /**\n * Governs the size and padding of table elements and text.\n *\n * @default 'md'\n */\n readonly size = input<QdsTableSize>()\n\n protected readonly trackBindings = useTrackBindings(() =>\n qdsTableApi.getRootBindings({\n showColumnDivider: this.showColumnDivider(),\n size: this.size(),\n }),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input, type OnInit} from \"@angular/core\"\nimport {GripHorizontal} from \"lucide-angular\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport {\n type LucideIconOrString,\n provideIcons,\n} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Component({\n providers: [provideIcons({GripHorizontal})],\n selector: \"[q-table-row-drag-handle]\",\n standalone: false,\n template: `\n <svg\n [q-bind]=\"inlineIconButtonApi().getIconBindings()\"\n [qIcon]=\"icon()\"\n ></svg>\n `,\n})\nexport class TableRowDragHandleDirective implements OnInit {\n /**\n * Lucide icon to display inside the button.\n *\n * @default \"GripHorizontal\"\n */\n readonly icon = input<LucideIconOrString>(\"GripHorizontal\")\n\n protected readonly inlineIconButtonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: \"sm\",\n variant: \"fixed\",\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.inlineIconButtonApi().getRootBindings(),\n qdsTableApi.getDragHandleBindings(),\n ),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-row-drag-preview]\",\n standalone: false,\n})\nexport class TableRowDragPreviewDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() => {\n return qdsTableApi.getRowDragPreviewBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, input, numberAttribute, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {QdsTableRowDropIndicatorProps} from \"@qualcomm-ui/qds-core/table\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-row-drop-indicator]\",\n standalone: false,\n})\nexport class TableRowDropIndicatorDirective\n implements OnInit, SignalifyInput<QdsTableRowDropIndicatorProps>\n{\n /**\n * The closest edge of the row that the indicator is being dragged over.\n */\n readonly closestEdge = input<\n \"top\" | \"bottom\" | \"left\" | \"right\" | undefined\n >()\n\n /**\n * The index of the row that the indicator belongs to.\n */\n readonly rowIndex = input<number | undefined, unknown>(undefined, {\n transform: numberAttribute,\n })\n\n /**\n * The index of the row being dragged.\n */\n readonly sourceIndex = input<number | undefined, unknown>(undefined, {\n transform: numberAttribute,\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n qdsTableApi.getRowDropIndicatorBindings({\n closestEdge: this.closestEdge(),\n rowIndex: this.rowIndex(),\n sourceIndex: this.sourceIndex(),\n }),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input, type OnInit} from \"@angular/core\"\nimport {ChevronRight} from \"lucide-angular\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport {\n type LucideIconOrString,\n provideIcons,\n} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {Row} from \"@qualcomm-ui/core/table\"\nimport type {QdsTableRowExpandButtonProps} from \"@qualcomm-ui/qds-core/table\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Component({\n providers: [provideIcons({ChevronRight})],\n selector: \"[q-table-row-expand-button]\",\n standalone: false,\n template: `\n <svg\n [q-bind]=\"inlineIconButtonApi().getIconBindings()\"\n [qIcon]=\"icon()\"\n ></svg>\n `,\n})\nexport class TableRowExpandButtonDirective\n implements OnInit, SignalifyInput<QdsTableRowExpandButtonProps>\n{\n /**\n * The row associated with the expand button.\n */\n readonly row = input.required<Row<any>>()\n\n /**\n * Lucide icon to display inside the button.\n *\n * @default \"ChevronRight\"\n */\n readonly icon = input<LucideIconOrString>(\"ChevronRight\")\n\n protected readonly inlineIconButtonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: \"sm\",\n variant: \"fixed\",\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.inlineIconButtonApi().getRootBindings(),\n qdsTableApi.getRowExpandButtonBindings({\n row: this.row(),\n }),\n ),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {booleanAttribute, Directive, input, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {QdsTableRowProps} from \"@qualcomm-ui/qds-core/table\"\nimport type {Booleanish} from \"@qualcomm-ui/utils/coercion\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-row]\",\n standalone: false,\n})\nexport class TableRowDirective\n implements OnInit, SignalifyInput<QdsTableRowProps>\n{\n /**\n * If `true`, the row is currently being dragged.\n */\n readonly isDragging = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * If `true`, another row is being dragged over this row.\n */\n readonly isDraggingOver = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * If `true`, the row is currently selected.\n */\n readonly isSelected = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n protected readonly trackBindings = useTrackBindings(() =>\n qdsTableApi.getRowBindings({\n isDragging: this.isDragging(),\n isDraggingOver: this.isDraggingOver(),\n isSelected: this.isSelected(),\n }),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-scroll-container]\",\n standalone: false,\n})\nexport class TableScrollContainerDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() => {\n return qdsTableApi.getScrollContainerBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-table]\",\n standalone: false,\n})\nexport class TableTableDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() => {\n return qdsTableApi.getTableBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {qdsTableApi} from \"./qds-table-api\"\n\n@Directive({\n selector: \"[q-table-title-bar]\",\n standalone: false,\n})\nexport class TableTitleBarDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() => {\n return qdsTableApi.getTitleBarBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {NgModule} from \"@angular/core\"\n\nimport {IconDirective} from \"@qualcomm-ui/angular/icon\"\nimport {QBindDirective} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {\n RenderCellDirective,\n RenderFooterDirective,\n RenderHeaderDirective,\n} from \"./renderers\"\nimport {TableActionBarDirective} from \"./table-action-bar.directive\"\nimport {TableBodyDirective} from \"./table-body.directive\"\nimport {TableCellActionDirective} from \"./table-cell-action.directive\"\nimport {TableCellDirective} from \"./table-cell.directive\"\nimport {TableColumnDragHandleDirective} from \"./table-column-drag-handle.directive\"\nimport {TableColumnDragPreviewDirective} from \"./table-column-drag-preview.directive\"\nimport {TableColumnDropIndicatorDirective} from \"./table-column-drop-indicator.directive\"\nimport {TableColumnFilterActionDirective} from \"./table-column-filter-action.directive\"\nimport {TableColumnHeaderActionDirective} from \"./table-column-header-action.directive\"\nimport {TableColumnResizeHandleDirective} from \"./table-column-resize-handle.directive\"\nimport {TableColumnSortActionDirective} from \"./table-column-sort-action.directive\"\nimport {TableFooterDirective} from \"./table-footer.directive\"\nimport {TableHeaderCellDirective} from \"./table-header-cell.directive\"\nimport {TableHeaderDirective} from \"./table-header.directive\"\nimport {TablePaginationDirective} from \"./table-pagination.directive\"\nimport {TableRootDirective} from \"./table-root.directive\"\nimport {TableRowDragHandleDirective} from \"./table-row-drag-handle.directive\"\nimport {TableRowDragPreviewDirective} from \"./table-row-drag-preview.directive\"\nimport {TableRowDropIndicatorDirective} from \"./table-row-drop-indicator.directive\"\nimport {TableRowExpandButtonDirective} from \"./table-row-expand-button.directive\"\nimport {TableRowDirective} from \"./table-row.directive\"\nimport {TableScrollContainerDirective} from \"./table-scroll-container.directive\"\nimport {TableTableDirective} from \"./table-table.directive\"\nimport {TableTitleBarDirective} from \"./table-title-bar.directive\"\n\n@NgModule({\n declarations: [\n TableActionBarDirective,\n TableBodyDirective,\n TableCellActionDirective,\n TableCellDirective,\n TableColumnDragHandleDirective,\n TableColumnDragPreviewDirective,\n TableColumnDropIndicatorDirective,\n TableColumnFilterActionDirective,\n TableColumnHeaderActionDirective,\n TableColumnResizeHandleDirective,\n TableColumnSortActionDirective,\n TableFooterDirective,\n TableHeaderCellDirective,\n TableHeaderDirective,\n TablePaginationDirective,\n TableRootDirective,\n TableRowDirective,\n TableRowDragHandleDirective,\n TableRowDragPreviewDirective,\n TableRowDropIndicatorDirective,\n TableRowExpandButtonDirective,\n TableScrollContainerDirective,\n TableTableDirective,\n TableTitleBarDirective,\n RenderCellDirective,\n RenderHeaderDirective,\n RenderFooterDirective,\n ],\n exports: [\n TableActionBarDirective,\n TableBodyDirective,\n TableCellActionDirective,\n TableCellDirective,\n TableColumnDragHandleDirective,\n TableColumnDragPreviewDirective,\n TableColumnDropIndicatorDirective,\n TableColumnFilterActionDirective,\n TableColumnHeaderActionDirective,\n TableColumnResizeHandleDirective,\n TableColumnSortActionDirective,\n TableFooterDirective,\n TableHeaderCellDirective,\n TableHeaderDirective,\n TablePaginationDirective,\n TableRootDirective,\n TableRowDirective,\n TableRowDragHandleDirective,\n TableRowDragPreviewDirective,\n TableRowDropIndicatorDirective,\n TableRowExpandButtonDirective,\n TableScrollContainerDirective,\n TableTableDirective,\n TableTitleBarDirective,\n RenderCellDirective,\n RenderHeaderDirective,\n RenderFooterDirective,\n ],\n imports: [QBindDirective, IconDirective],\n})\nexport class TableModule {}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {untracked} from \"@angular/core\"\n\n/**\n * Implementation from @tanstack/angular-query\n * {@link https://github.com/TanStack/query/blob/main/packages/angular-query-experimental/src/util/lazy-init/lazy-init.ts}\n */\nexport function lazyInit<T extends object>(initializer: () => T): T {\n let object: T | null = null\n\n const initializeObject = () => {\n if (!object) {\n object = untracked(() => initializer())\n }\n }\n\n queueMicrotask(() => initializeObject())\n\n const table = () => {}\n\n return new Proxy<T>(table as T, {\n apply(target: T, thisArg: any, argArray: any[]): any {\n initializeObject()\n if (typeof object === \"function\") {\n return Reflect.apply(object, thisArg, argArray)\n }\n return Reflect.apply(target as any, thisArg, argArray)\n },\n get(_, prop, receiver) {\n initializeObject()\n return Reflect.get(object as T, prop, receiver)\n },\n getOwnPropertyDescriptor() {\n return {\n configurable: true,\n enumerable: true,\n }\n },\n has(_, prop) {\n initializeObject()\n return Reflect.has(object as T, prop)\n },\n ownKeys() {\n initializeObject()\n return Reflect.ownKeys(object as T)\n },\n })\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, type Signal, untracked} from \"@angular/core\"\n\nimport type {TableInstance} from \"@qualcomm-ui/core/table\"\n\ntype TableSignal<T> = TableInstance<T> & Signal<TableInstance<T>>\n\nexport function proxifyTable<T>(\n tableSignal: Signal<TableInstance<T>>,\n): TableInstance<T> & Signal<TableInstance<T>> {\n const internalState = tableSignal as TableSignal<T>\n\n return new Proxy(internalState, {\n apply() {\n return tableSignal()\n },\n get(target, property: keyof TableInstance<T>): any {\n if (target[property]) {\n return target[property]\n }\n const table = untracked(tableSignal)\n /**\n * Attempt to convert all accessors into computed ones, excluding handlers as\n * they do not retain any reactive value\n */\n if (property.startsWith(\"get\") && !property.endsWith(\"Handler\")) {\n const maybeFn = table[property] as Function | never\n if (typeof maybeFn === \"function\") {\n Object.defineProperty(target, property, {\n configurable: true,\n enumerable: true,\n value: toComputed(tableSignal, maybeFn),\n })\n return target[property]\n }\n }\n // @ts-expect-error\n return (target[property] = table[property])\n },\n getOwnPropertyDescriptor() {\n return {\n configurable: true,\n enumerable: true,\n }\n },\n has(_, prop: keyof TableInstance<T>) {\n return !!untracked(tableSignal)[prop]\n },\n ownKeys() {\n return Reflect.ownKeys(untracked(tableSignal))\n },\n })\n}\n\n/**\n * Here we'll handle all types of accessors:\n * - 0 argument -> table.getCanNextPage()\n * - 0~1 arguments -> table.getIsSomeRowsPinned(position?)\n * - 1 required argument -> table.getColumn(columnId)\n * - 1+ argument -> table.getRow(id, searchAll?)\n *\n * Since we are not able to detect the accessor parameters, we'll wrap all accessors\n * into a cached function wrapping a computed that return its value based on the\n * given parameters.\n */\nfunction toComputed<T>(signal: Signal<TableInstance<T>>, fn: Function) {\n const hasArgs = fn.length > 0\n if (!hasArgs) {\n return computed(() => {\n void signal()\n return fn()\n })\n }\n\n const computedCache: Record<string, Signal<unknown>> = {}\n\n return (...argsArray: any[]) => {\n const serializedArgs = serializeArgs(...argsArray)\n if (computedCache.hasOwnProperty(serializedArgs)) {\n return computedCache[serializedArgs]?.()\n }\n const computedSignal = computed(() => {\n void signal()\n return fn(...argsArray)\n })\n\n computedCache[serializedArgs] = computedSignal\n\n return computedSignal()\n }\n}\n\nfunction serializeArgs(...args: any[]) {\n return JSON.stringify(args)\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, type Signal, signal} from \"@angular/core\"\n\nimport {\n createTable,\n type RowData,\n type TableInstance,\n type TableOptions,\n type TableOptionsResolved,\n type TableState,\n} from \"@qualcomm-ui/core/table\"\n\nimport {lazyInit} from \"./lazy-signal-initializer\"\nimport {proxifyTable} from \"./proxify-table\"\n\nexport interface AngularTable<TData extends RowData>\n extends TableInstance<TData>,\n Signal<TableInstance<TData>> {}\n\nexport function createAngularTable<TData extends RowData>(\n options: () => TableOptions<TData>,\n): AngularTable<TData> {\n return lazyInit(() => {\n const resolvedOptions: any = {\n onStateChange: () => {},\n renderFallbackValue: null,\n state: {},\n ...options(),\n }\n\n const table = createTable(resolvedOptions)\n\n // By default, manage table state here using the table's initial state\n const state = signal<TableState>({\n ...table.initialState,\n })\n\n // Compose table options using computed.\n // This is to allow `tableSignal` to listen and set table options after the\n // table has been created\n const updatedOptions = computed<TableOptionsResolved<TData>>(() => {\n // listen to table state changed\n const tableState = state()\n // listen to input options changed\n const tableOptions = options()\n return {\n ...table.options,\n ...resolvedOptions,\n ...tableOptions,\n onStateChange: (updater) => {\n const value =\n updater instanceof Function ? updater(tableState) : updater\n state.set(value)\n resolvedOptions.onStateChange?.(updater)\n },\n state: {...tableState, ...tableOptions.state},\n }\n })\n\n // convert table instance to signal for proxify to listen to any table state and\n // options changes\n const tableSignal = computed(\n () => {\n table.setOptions(updatedOptions() as any)\n return table\n },\n {\n equal: () => false,\n },\n )\n\n // proxify Table instance to enable reactive table state changes\n return proxifyTable(tableSignal as any)\n }) as any\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, type Signal} from \"@angular/core\"\n\nimport type {RowData} from \"@qualcomm-ui/core/table\"\n\nimport type {AngularTable} from \"./create-angular-table\"\nimport {lazyInit} from \"./lazy-signal-initializer\"\n\nexport interface CreateTablePaginationOptions {\n /**\n * The total number of data items. When using manual pagination, you must provide\n * this for accurate page counts.\n */\n totalCount?: Signal<number>\n}\n\nexport interface TablePagination {\n count: Signal<number>\n onPageChange: (page: number) => void\n onPageSizeChange: (rows: number) => void\n page: Signal<number>\n pageSize: Signal<number>\n}\n\n/**\n * A helper function that creates an object. The properties on the object derive the\n * QUI Pagination state from the current table state, or update it.\n */\nexport function createTablePagination<TData extends RowData>(\n table: AngularTable<TData>,\n opts: CreateTablePaginationOptions = {},\n): TablePagination {\n return lazyInit<TablePagination>(() => {\n return {\n count: computed(() => {\n // recompute whenever state changes\n table.getState()\n const total = opts.totalCount?.()\n const rows = table.getFilteredRowModel().rows\n return total || rows.length\n }),\n onPageChange: (page: number) => table.setPageIndex(page - 1),\n onPageSizeChange: table.setPageSize,\n page: computed(() => table.getState().pagination.pageIndex + 1),\n pageSize: computed(() => table.getState().pagination.pageSize),\n }\n })\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport type {InputSignal} from \"@angular/core\"\n\nimport type {\n CellContext,\n ColumnMeta,\n HeaderContext,\n} from \"@qualcomm-ui/core/table\"\n\nexport interface CellComponentContext<\n TData extends object,\n TValue = any,\n TColumnMeta = ColumnMeta,\n> {\n context:\n | CellContext<TData, TValue, TColumnMeta>\n | InputSignal<CellContext<TData, TValue, TColumnMeta>>\n}\n\nexport interface HeaderComponentContext<\n TData extends object,\n TValue = any,\n TColumnMeta = ColumnMeta,\n> {\n context:\n | HeaderContext<TData, TValue, TColumnMeta>\n | InputSignal<HeaderContext<TData, TValue, TColumnMeta>>\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,423 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable, input, computed, inject, Component, Directive, booleanAttribute, NgModule } from '@angular/core';
|
|
3
|
+
import * as i2 from '@qualcomm-ui/angular-core/machine';
|
|
4
|
+
import { BaseApiContextService, createApiContext, ApiContextDirective, normalizeProps, QBindDirective } from '@qualcomm-ui/angular-core/machine';
|
|
5
|
+
import * as i1 from '@qualcomm-ui/angular/icon';
|
|
6
|
+
import { START_ICON_CONTEXT_TOKEN, END_ICON_CONTEXT_TOKEN, IconDirective } from '@qualcomm-ui/angular/icon';
|
|
7
|
+
import { CoreTabButtonDirective, CoreTabDismissButtonDirective, CoreTabRootDirective, provideTabContext, TabsContextService, CoreTabsIndicatorDirective, CoreTabsListDirective, CoreTabsPanelDirective, CoreTabsRootDirective, provideTabsContext } from '@qualcomm-ui/angular-core/tabs';
|
|
8
|
+
import { X } from 'lucide-angular';
|
|
9
|
+
import { useInlineIconButtonApi } from '@qualcomm-ui/angular/inline-icon-button';
|
|
10
|
+
import { provideIcons } from '@qualcomm-ui/angular-core/lucide';
|
|
11
|
+
import { mergeProps } from '@qualcomm-ui/utils/merge-props';
|
|
12
|
+
import { providePresenceContext, provideRenderStrategyContext } from '@qualcomm-ui/angular-core/presence';
|
|
13
|
+
import { createQdsTabsApi } from '@qualcomm-ui/qds-core/tabs';
|
|
14
|
+
|
|
15
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
16
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
17
|
+
class QdsTabsContextService extends BaseApiContextService {
|
|
18
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsTabsContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
19
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsTabsContextService });
|
|
20
|
+
}
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsTabsContextService, decorators: [{
|
|
22
|
+
type: Injectable
|
|
23
|
+
}] });
|
|
24
|
+
const [QDS_TABS_CONTEXT, useQdsTabsContext, provideQdsTabsContext,] = createApiContext("QdsTabsContext", QdsTabsContextService);
|
|
25
|
+
|
|
26
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
27
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
28
|
+
class TabButtonDirective extends CoreTabButtonDirective {
|
|
29
|
+
/**
|
|
30
|
+
* {@link https://lucide.dev/icons lucide-angular} icon, positioned after the label.
|
|
31
|
+
*
|
|
32
|
+
* @remarks
|
|
33
|
+
* To customize the element, provide it using the directive instead:
|
|
34
|
+
* ```angular-html
|
|
35
|
+
* <button q-tab-button>
|
|
36
|
+
* <svg q-end-icon icon="..."></svg>
|
|
37
|
+
* </button>
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
endIcon = input(...(ngDevMode ? [undefined, { debugName: "endIcon" }] : []));
|
|
41
|
+
/**
|
|
42
|
+
* {@link https://lucide.dev/icons lucide-angular} icon, positioned before the label.
|
|
43
|
+
*
|
|
44
|
+
* @remarks
|
|
45
|
+
* To customize the element, provide it using the directive instead:
|
|
46
|
+
* ```angular-html
|
|
47
|
+
* <button q-tab-button>
|
|
48
|
+
* <svg q-start-icon icon="..."></svg>
|
|
49
|
+
* </button>
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
startIcon = input(...(ngDevMode ? [undefined, { debugName: "startIcon" }] : []));
|
|
53
|
+
qdsContext = useQdsTabsContext();
|
|
54
|
+
constructor() {
|
|
55
|
+
super();
|
|
56
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getTabButtonBindings()));
|
|
57
|
+
}
|
|
58
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
59
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: TabButtonDirective, isStandalone: false, selector: "[q-tab-button]", inputs: { endIcon: { classPropertyName: "endIcon", publicName: "endIcon", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
60
|
+
{
|
|
61
|
+
provide: START_ICON_CONTEXT_TOKEN,
|
|
62
|
+
useFactory: () => {
|
|
63
|
+
const button = inject(TabButtonDirective);
|
|
64
|
+
return {
|
|
65
|
+
getBindings: computed(() => button.qdsContext().getTabStartIconBindings()),
|
|
66
|
+
};
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
provide: END_ICON_CONTEXT_TOKEN,
|
|
71
|
+
useFactory: () => {
|
|
72
|
+
const button = inject(TabButtonDirective);
|
|
73
|
+
return {
|
|
74
|
+
getBindings: computed(() => button.qdsContext().getTabEndIconBindings()),
|
|
75
|
+
};
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
], usesInheritance: true, ngImport: i0, template: `
|
|
79
|
+
<ng-content select="[q-start-icon]">
|
|
80
|
+
@if (startIcon()) {
|
|
81
|
+
<svg
|
|
82
|
+
[q-bind]="qdsContext().getTabStartIconBindings()"
|
|
83
|
+
[qIcon]="startIcon()!"
|
|
84
|
+
/>
|
|
85
|
+
}
|
|
86
|
+
</ng-content>
|
|
87
|
+
|
|
88
|
+
<ng-content />
|
|
89
|
+
|
|
90
|
+
<ng-content select="[q-end-icon]">
|
|
91
|
+
@if (endIcon()) {
|
|
92
|
+
<svg
|
|
93
|
+
[q-bind]="qdsContext().getTabEndIconBindings()"
|
|
94
|
+
[qIcon]="endIcon()!"
|
|
95
|
+
/>
|
|
96
|
+
}
|
|
97
|
+
</ng-content>
|
|
98
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
99
|
+
}
|
|
100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabButtonDirective, decorators: [{
|
|
101
|
+
type: Component,
|
|
102
|
+
args: [{
|
|
103
|
+
providers: [
|
|
104
|
+
{
|
|
105
|
+
provide: START_ICON_CONTEXT_TOKEN,
|
|
106
|
+
useFactory: () => {
|
|
107
|
+
const button = inject(TabButtonDirective);
|
|
108
|
+
return {
|
|
109
|
+
getBindings: computed(() => button.qdsContext().getTabStartIconBindings()),
|
|
110
|
+
};
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
provide: END_ICON_CONTEXT_TOKEN,
|
|
115
|
+
useFactory: () => {
|
|
116
|
+
const button = inject(TabButtonDirective);
|
|
117
|
+
return {
|
|
118
|
+
getBindings: computed(() => button.qdsContext().getTabEndIconBindings()),
|
|
119
|
+
};
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
],
|
|
123
|
+
selector: "[q-tab-button]",
|
|
124
|
+
standalone: false,
|
|
125
|
+
template: `
|
|
126
|
+
<ng-content select="[q-start-icon]">
|
|
127
|
+
@if (startIcon()) {
|
|
128
|
+
<svg
|
|
129
|
+
[q-bind]="qdsContext().getTabStartIconBindings()"
|
|
130
|
+
[qIcon]="startIcon()!"
|
|
131
|
+
/>
|
|
132
|
+
}
|
|
133
|
+
</ng-content>
|
|
134
|
+
|
|
135
|
+
<ng-content />
|
|
136
|
+
|
|
137
|
+
<ng-content select="[q-end-icon]">
|
|
138
|
+
@if (endIcon()) {
|
|
139
|
+
<svg
|
|
140
|
+
[q-bind]="qdsContext().getTabEndIconBindings()"
|
|
141
|
+
[qIcon]="endIcon()!"
|
|
142
|
+
/>
|
|
143
|
+
}
|
|
144
|
+
</ng-content>
|
|
145
|
+
`,
|
|
146
|
+
}]
|
|
147
|
+
}], ctorParameters: () => [], propDecorators: { endIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "endIcon", required: false }] }], startIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "startIcon", required: false }] }] } });
|
|
148
|
+
|
|
149
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
150
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
151
|
+
class TabDismissButtonDirective extends CoreTabDismissButtonDirective {
|
|
152
|
+
qdsContext = useQdsTabsContext();
|
|
153
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
154
|
+
emphasis: "neutral",
|
|
155
|
+
size: "md",
|
|
156
|
+
variant: "fixed",
|
|
157
|
+
});
|
|
158
|
+
constructor() {
|
|
159
|
+
super();
|
|
160
|
+
this.trackBindings.extendWith(computed(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), this.qdsContext().getTabDismissButtonBindings())));
|
|
161
|
+
}
|
|
162
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabDismissButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
163
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: TabDismissButtonDirective, isStandalone: false, selector: "[q-tab-dismiss-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
|
|
164
|
+
<svg qIcon="X" [q-bind]="inlineIconButtonApi().getIconBindings()" />
|
|
165
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
166
|
+
}
|
|
167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabDismissButtonDirective, decorators: [{
|
|
168
|
+
type: Component,
|
|
169
|
+
args: [{
|
|
170
|
+
providers: [provideIcons({ X })],
|
|
171
|
+
selector: "[q-tab-dismiss-button]",
|
|
172
|
+
standalone: false,
|
|
173
|
+
template: `
|
|
174
|
+
<svg qIcon="X" [q-bind]="inlineIconButtonApi().getIconBindings()" />
|
|
175
|
+
`,
|
|
176
|
+
}]
|
|
177
|
+
}], ctorParameters: () => [] });
|
|
178
|
+
|
|
179
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
180
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
181
|
+
class TabRootDirective extends CoreTabRootDirective {
|
|
182
|
+
qdsContext = useQdsTabsContext();
|
|
183
|
+
constructor() {
|
|
184
|
+
super();
|
|
185
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getTabBindings()));
|
|
186
|
+
}
|
|
187
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
188
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TabRootDirective, isStandalone: false, selector: "[q-tab-root]", providers: [provideTabContext()], usesInheritance: true, ngImport: i0 });
|
|
189
|
+
}
|
|
190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabRootDirective, decorators: [{
|
|
191
|
+
type: Directive,
|
|
192
|
+
args: [{
|
|
193
|
+
providers: [provideTabContext()],
|
|
194
|
+
selector: "[q-tab-root]",
|
|
195
|
+
standalone: false,
|
|
196
|
+
}]
|
|
197
|
+
}], ctorParameters: () => [] });
|
|
198
|
+
|
|
199
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
200
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
201
|
+
/**
|
|
202
|
+
* Access the API of the {@link TabsRootDirective} in the template.
|
|
203
|
+
*
|
|
204
|
+
* @example
|
|
205
|
+
* ```angular-html
|
|
206
|
+
* <div q-tabs-root>
|
|
207
|
+
* <ng-container *tabsContext="let tabsApi">
|
|
208
|
+
* <button (click)="tabsApi.setValue('abc')"></button>
|
|
209
|
+
* </ng-container>
|
|
210
|
+
* </div>
|
|
211
|
+
* ```
|
|
212
|
+
*/
|
|
213
|
+
class TabsContextDirective extends ApiContextDirective {
|
|
214
|
+
constructor() {
|
|
215
|
+
const contextService = inject(TabsContextService);
|
|
216
|
+
super(contextService, "tabsContext");
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Provides intellisense for the context in the template.
|
|
220
|
+
*/
|
|
221
|
+
static ngTemplateContextGuard(dir, ctx) {
|
|
222
|
+
return true;
|
|
223
|
+
}
|
|
224
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
225
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TabsContextDirective, isStandalone: false, selector: "[tabsContext]", usesInheritance: true, ngImport: i0 });
|
|
226
|
+
}
|
|
227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsContextDirective, decorators: [{
|
|
228
|
+
type: Directive,
|
|
229
|
+
args: [{
|
|
230
|
+
selector: "[tabsContext]",
|
|
231
|
+
standalone: false,
|
|
232
|
+
}]
|
|
233
|
+
}], ctorParameters: () => [] });
|
|
234
|
+
|
|
235
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
236
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
237
|
+
class TabsIndicatorDirective extends CoreTabsIndicatorDirective {
|
|
238
|
+
qdsContext = useQdsTabsContext();
|
|
239
|
+
constructor() {
|
|
240
|
+
super();
|
|
241
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getIndicatorBindings()));
|
|
242
|
+
}
|
|
243
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
244
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TabsIndicatorDirective, isStandalone: false, selector: "[q-tabs-indicator]", usesInheritance: true, ngImport: i0 });
|
|
245
|
+
}
|
|
246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsIndicatorDirective, decorators: [{
|
|
247
|
+
type: Directive,
|
|
248
|
+
args: [{
|
|
249
|
+
selector: "[q-tabs-indicator]",
|
|
250
|
+
standalone: false,
|
|
251
|
+
}]
|
|
252
|
+
}], ctorParameters: () => [] });
|
|
253
|
+
|
|
254
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
255
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
256
|
+
class TabsListDirective extends CoreTabsListDirective {
|
|
257
|
+
qdsContext = useQdsTabsContext();
|
|
258
|
+
constructor() {
|
|
259
|
+
super();
|
|
260
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getListBindings()));
|
|
261
|
+
}
|
|
262
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsListDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
263
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: TabsListDirective, isStandalone: false, selector: "[q-tabs-list]", usesInheritance: true, ngImport: i0, template: `
|
|
264
|
+
<ng-content select="[q-tabs-indicator]">
|
|
265
|
+
<div q-tabs-indicator></div>
|
|
266
|
+
</ng-content>
|
|
267
|
+
<ng-content />
|
|
268
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: TabsIndicatorDirective, selector: "[q-tabs-indicator]" }] });
|
|
269
|
+
}
|
|
270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsListDirective, decorators: [{
|
|
271
|
+
type: Component,
|
|
272
|
+
args: [{
|
|
273
|
+
selector: "[q-tabs-list]",
|
|
274
|
+
standalone: false,
|
|
275
|
+
template: `
|
|
276
|
+
<ng-content select="[q-tabs-indicator]">
|
|
277
|
+
<div q-tabs-indicator></div>
|
|
278
|
+
</ng-content>
|
|
279
|
+
<ng-content />
|
|
280
|
+
`,
|
|
281
|
+
}]
|
|
282
|
+
}], ctorParameters: () => [] });
|
|
283
|
+
|
|
284
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
285
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
286
|
+
class TabsPanelDirective extends CoreTabsPanelDirective {
|
|
287
|
+
qdsContext = useQdsTabsContext();
|
|
288
|
+
constructor() {
|
|
289
|
+
super();
|
|
290
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getPanelBindings()));
|
|
291
|
+
}
|
|
292
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsPanelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
293
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TabsPanelDirective, isStandalone: false, selector: "[q-tabs-panel]", providers: [providePresenceContext()], usesInheritance: true, ngImport: i0 });
|
|
294
|
+
}
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsPanelDirective, decorators: [{
|
|
296
|
+
type: Directive,
|
|
297
|
+
args: [{
|
|
298
|
+
providers: [providePresenceContext()],
|
|
299
|
+
selector: "[q-tabs-panel]",
|
|
300
|
+
standalone: false,
|
|
301
|
+
}]
|
|
302
|
+
}], ctorParameters: () => [] });
|
|
303
|
+
|
|
304
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
305
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
306
|
+
class TabsRootDirective extends CoreTabsRootDirective {
|
|
307
|
+
/**
|
|
308
|
+
* If true, the indicator's position change will animate when the active tab
|
|
309
|
+
* changes. Only applies to the `line` variant.
|
|
310
|
+
*
|
|
311
|
+
* @default true
|
|
312
|
+
*/
|
|
313
|
+
animateIndicator = input(undefined, ...(ngDevMode ? [{ debugName: "animateIndicator", transform: booleanAttribute }] : [{
|
|
314
|
+
transform: booleanAttribute,
|
|
315
|
+
}]));
|
|
316
|
+
/**
|
|
317
|
+
* The visual style of tab icons.
|
|
318
|
+
* @option `'ghost'`: The icon is rendered with a transparent background.
|
|
319
|
+
* @option `'filled'`: The icon is rendered with a solid background.
|
|
320
|
+
* @default 'ghost'
|
|
321
|
+
*/
|
|
322
|
+
iconVariant = input(...(ngDevMode ? [undefined, { debugName: "iconVariant" }] : []));
|
|
323
|
+
/**
|
|
324
|
+
* Governs the size of the tab text, icons, spacing, and padding. Note that `lg`
|
|
325
|
+
* and `xl` are not supported by the contained {@link variant}.
|
|
326
|
+
*
|
|
327
|
+
* @default 'md'
|
|
328
|
+
*/
|
|
329
|
+
size = input(...(ngDevMode ? [undefined, { debugName: "size" }] : []));
|
|
330
|
+
/**
|
|
331
|
+
* Governs the appearance of the tab.
|
|
332
|
+
* @option `'line'`: active tab items have a line underneath them.
|
|
333
|
+
* @option `'contained'`: active tab items have a box-like appearance.
|
|
334
|
+
*/
|
|
335
|
+
variant = input(...(ngDevMode ? [undefined, { debugName: "variant" }] : []));
|
|
336
|
+
qdsTabsService = inject(QdsTabsContextService);
|
|
337
|
+
constructor() {
|
|
338
|
+
super();
|
|
339
|
+
this.trackBindings.extendWith(computed(() => this.qdsTabsService.context().getRootBindings()));
|
|
340
|
+
}
|
|
341
|
+
ngOnInit() {
|
|
342
|
+
this.qdsTabsService.init(computed(() => createQdsTabsApi({
|
|
343
|
+
animateIndicator: this.animateIndicator(),
|
|
344
|
+
iconVariant: this.iconVariant(),
|
|
345
|
+
size: this.size(),
|
|
346
|
+
variant: this.variant(),
|
|
347
|
+
}, normalizeProps)));
|
|
348
|
+
super.ngOnInit();
|
|
349
|
+
}
|
|
350
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
351
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: TabsRootDirective, isStandalone: false, selector: "[q-tabs-root]", inputs: { animateIndicator: { classPropertyName: "animateIndicator", publicName: "animateIndicator", isSignal: true, isRequired: false, transformFunction: null }, iconVariant: { classPropertyName: "iconVariant", publicName: "iconVariant", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
352
|
+
provideTabsContext(),
|
|
353
|
+
provideQdsTabsContext(),
|
|
354
|
+
provideRenderStrategyContext(),
|
|
355
|
+
], usesInheritance: true, ngImport: i0 });
|
|
356
|
+
}
|
|
357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsRootDirective, decorators: [{
|
|
358
|
+
type: Directive,
|
|
359
|
+
args: [{
|
|
360
|
+
providers: [
|
|
361
|
+
provideTabsContext(),
|
|
362
|
+
provideQdsTabsContext(),
|
|
363
|
+
provideRenderStrategyContext(),
|
|
364
|
+
],
|
|
365
|
+
selector: "[q-tabs-root]",
|
|
366
|
+
standalone: false,
|
|
367
|
+
}]
|
|
368
|
+
}], ctorParameters: () => [], propDecorators: { animateIndicator: [{ type: i0.Input, args: [{ isSignal: true, alias: "animateIndicator", required: false }] }], iconVariant: [{ type: i0.Input, args: [{ isSignal: true, alias: "iconVariant", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }] } });
|
|
369
|
+
|
|
370
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
371
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
372
|
+
class TabsModule {
|
|
373
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
374
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: TabsModule, declarations: [TabsContextDirective,
|
|
375
|
+
TabRootDirective,
|
|
376
|
+
TabButtonDirective,
|
|
377
|
+
TabDismissButtonDirective,
|
|
378
|
+
TabsIndicatorDirective,
|
|
379
|
+
TabsPanelDirective,
|
|
380
|
+
TabsListDirective,
|
|
381
|
+
TabsRootDirective], imports: [IconDirective, QBindDirective], exports: [TabsContextDirective,
|
|
382
|
+
TabRootDirective,
|
|
383
|
+
TabButtonDirective,
|
|
384
|
+
TabDismissButtonDirective,
|
|
385
|
+
TabsIndicatorDirective,
|
|
386
|
+
TabsPanelDirective,
|
|
387
|
+
TabsListDirective,
|
|
388
|
+
TabsRootDirective] });
|
|
389
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsModule });
|
|
390
|
+
}
|
|
391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsModule, decorators: [{
|
|
392
|
+
type: NgModule,
|
|
393
|
+
args: [{
|
|
394
|
+
declarations: [
|
|
395
|
+
TabsContextDirective,
|
|
396
|
+
TabRootDirective,
|
|
397
|
+
TabButtonDirective,
|
|
398
|
+
TabDismissButtonDirective,
|
|
399
|
+
TabsIndicatorDirective,
|
|
400
|
+
TabsPanelDirective,
|
|
401
|
+
TabsListDirective,
|
|
402
|
+
TabsRootDirective,
|
|
403
|
+
],
|
|
404
|
+
exports: [
|
|
405
|
+
TabsContextDirective,
|
|
406
|
+
TabRootDirective,
|
|
407
|
+
TabButtonDirective,
|
|
408
|
+
TabDismissButtonDirective,
|
|
409
|
+
TabsIndicatorDirective,
|
|
410
|
+
TabsPanelDirective,
|
|
411
|
+
TabsListDirective,
|
|
412
|
+
TabsRootDirective,
|
|
413
|
+
],
|
|
414
|
+
imports: [IconDirective, QBindDirective],
|
|
415
|
+
}]
|
|
416
|
+
}] });
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* Generated bundle index. Do not edit.
|
|
420
|
+
*/
|
|
421
|
+
|
|
422
|
+
export { QDS_TABS_CONTEXT, QdsTabsContextService, TabButtonDirective, TabDismissButtonDirective, TabRootDirective, TabsContextDirective, TabsIndicatorDirective, TabsListDirective, TabsModule, TabsPanelDirective, TabsRootDirective, provideQdsTabsContext, useQdsTabsContext };
|
|
423
|
+
//# sourceMappingURL=qualcomm-ui-angular-tabs.mjs.map
|