@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,1311 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { input, Directive, inject, TemplateRef, ViewContainerRef, booleanAttribute, effect, Component, ElementRef, numberAttribute, computed, NgModule, untracked, signal } from '@angular/core';
|
|
3
|
+
import * as i1 from '@qualcomm-ui/angular-core/machine';
|
|
4
|
+
import { normalizeProps, useTrackBindings, QBindDirective } from '@qualcomm-ui/angular-core/machine';
|
|
5
|
+
import { createQdsTableApi } from '@qualcomm-ui/qds-core/table';
|
|
6
|
+
import { useInlineIconButtonApi } from '@qualcomm-ui/angular/inline-icon-button';
|
|
7
|
+
import { mergeProps } from '@qualcomm-ui/utils/merge-props';
|
|
8
|
+
import * as i2 from '@qualcomm-ui/angular/icon';
|
|
9
|
+
import { IconDirective } from '@qualcomm-ui/angular/icon';
|
|
10
|
+
import { GripVertical, Filter, UnfoldHorizontal, ArrowUp, ArrowDownUp, GripHorizontal, ChevronRight } from 'lucide-angular';
|
|
11
|
+
import { provideIcons } from '@qualcomm-ui/angular-core/lucide';
|
|
12
|
+
import { PaginationRootDirective } from '@qualcomm-ui/angular/pagination';
|
|
13
|
+
import { createTable } from '@qualcomm-ui/core/table';
|
|
14
|
+
|
|
15
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
16
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
17
|
+
class CellComponentContextDirective {
|
|
18
|
+
context = input.required(...(ngDevMode ? [{ debugName: "context" }] : []));
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CellComponentContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: CellComponentContextDirective, isStandalone: true, inputs: { context: { classPropertyName: "context", publicName: "context", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
|
|
21
|
+
}
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CellComponentContextDirective, decorators: [{
|
|
23
|
+
type: Directive
|
|
24
|
+
}], propDecorators: { context: [{ type: i0.Input, args: [{ isSignal: true, alias: "context", required: true }] }] } });
|
|
25
|
+
|
|
26
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
27
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
28
|
+
const qdsTableApi = createQdsTableApi(normalizeProps);
|
|
29
|
+
|
|
30
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
31
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
32
|
+
class RenderCellDirective {
|
|
33
|
+
templateRef = inject(TemplateRef);
|
|
34
|
+
viewContainerRef = inject(ViewContainerRef);
|
|
35
|
+
/**
|
|
36
|
+
* The cell data model.
|
|
37
|
+
*/
|
|
38
|
+
renderCell = input.required(...(ngDevMode ? [{ debugName: "renderCell" }] : []));
|
|
39
|
+
/**
|
|
40
|
+
* Additional input properties to pass to the underlying column's cell. Only
|
|
41
|
+
* applicable if the cell is a Component type.
|
|
42
|
+
*/
|
|
43
|
+
renderCellComponentInput = input(...(ngDevMode ? [undefined, { debugName: "renderCellComponentInput" }] : []));
|
|
44
|
+
/**
|
|
45
|
+
* If `true`, the cell is aggregated.
|
|
46
|
+
* TODO: link to aggregated cell docs.
|
|
47
|
+
*/
|
|
48
|
+
renderCellIsAggregated = input(undefined, ...(ngDevMode ? [{ debugName: "renderCellIsAggregated", transform: booleanAttribute }] : [{
|
|
49
|
+
transform: booleanAttribute,
|
|
50
|
+
}]));
|
|
51
|
+
constructor() {
|
|
52
|
+
effect(() => {
|
|
53
|
+
this.renderCell();
|
|
54
|
+
this.renderCellIsAggregated();
|
|
55
|
+
this.renderCellComponentInput();
|
|
56
|
+
this.render();
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
ngOnDestroy() {
|
|
60
|
+
this.viewContainerRef.clear();
|
|
61
|
+
}
|
|
62
|
+
render() {
|
|
63
|
+
this.viewContainerRef.clear();
|
|
64
|
+
const cell = this.renderCell();
|
|
65
|
+
if (cell.getIsPlaceholder()) {
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
68
|
+
const valueOrFn = this.renderCellIsAggregated()
|
|
69
|
+
? (cell.column.columnDef.aggregatedCell ?? cell.column.columnDef.cell)
|
|
70
|
+
: cell.column.columnDef.cell;
|
|
71
|
+
if (typeof valueOrFn === "function") {
|
|
72
|
+
const result = valueOrFn(cell.getContext());
|
|
73
|
+
if (typeof result === "function") {
|
|
74
|
+
const componentRef = this.viewContainerRef.createComponent(result);
|
|
75
|
+
const inputs = {
|
|
76
|
+
...this.renderCellComponentInput(),
|
|
77
|
+
context: cell.getContext(),
|
|
78
|
+
};
|
|
79
|
+
Object.entries(inputs).forEach(([key, value]) => {
|
|
80
|
+
componentRef.setInput(key, value);
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
else {
|
|
84
|
+
this.viewContainerRef.createEmbeddedView(this.templateRef, {
|
|
85
|
+
$implicit: result,
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
this.viewContainerRef.createEmbeddedView(this.templateRef, {
|
|
91
|
+
$implicit: valueOrFn,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RenderCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
96
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: RenderCellDirective, isStandalone: false, selector: "[renderCell]", inputs: { renderCell: { classPropertyName: "renderCell", publicName: "renderCell", isSignal: true, isRequired: true, transformFunction: null }, renderCellComponentInput: { classPropertyName: "renderCellComponentInput", publicName: "renderCellComponentInput", isSignal: true, isRequired: false, transformFunction: null }, renderCellIsAggregated: { classPropertyName: "renderCellIsAggregated", publicName: "renderCellIsAggregated", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
97
|
+
}
|
|
98
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RenderCellDirective, decorators: [{
|
|
99
|
+
type: Directive,
|
|
100
|
+
args: [{
|
|
101
|
+
selector: "[renderCell]",
|
|
102
|
+
standalone: false,
|
|
103
|
+
}]
|
|
104
|
+
}], ctorParameters: () => [], propDecorators: { renderCell: [{ type: i0.Input, args: [{ isSignal: true, alias: "renderCell", required: true }] }], renderCellComponentInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "renderCellComponentInput", required: false }] }], renderCellIsAggregated: [{ type: i0.Input, args: [{ isSignal: true, alias: "renderCellIsAggregated", required: false }] }] } });
|
|
105
|
+
|
|
106
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
107
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
108
|
+
class RenderFooterDirective {
|
|
109
|
+
templateRef = inject(TemplateRef);
|
|
110
|
+
viewContainerRef = inject(ViewContainerRef);
|
|
111
|
+
/**
|
|
112
|
+
* The footer data model.
|
|
113
|
+
*/
|
|
114
|
+
renderFooter = input.required(...(ngDevMode ? [{ debugName: "renderFooter" }] : []));
|
|
115
|
+
constructor() {
|
|
116
|
+
effect(() => {
|
|
117
|
+
this.renderFooter();
|
|
118
|
+
this.render();
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
ngOnDestroy() {
|
|
122
|
+
this.viewContainerRef.clear();
|
|
123
|
+
}
|
|
124
|
+
render() {
|
|
125
|
+
this.viewContainerRef.clear();
|
|
126
|
+
const footer = this.renderFooter();
|
|
127
|
+
const valueOrFn = footer.column.columnDef.footer;
|
|
128
|
+
if (typeof valueOrFn === "function") {
|
|
129
|
+
const result = valueOrFn(footer.getContext());
|
|
130
|
+
if (typeof result === "function") {
|
|
131
|
+
const componentRef = this.viewContainerRef.createComponent(result);
|
|
132
|
+
componentRef.setInput("context", footer.getContext());
|
|
133
|
+
}
|
|
134
|
+
else {
|
|
135
|
+
this.viewContainerRef.createEmbeddedView(this.templateRef, {
|
|
136
|
+
$implicit: result,
|
|
137
|
+
});
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
else {
|
|
141
|
+
this.viewContainerRef.createEmbeddedView(this.templateRef, {
|
|
142
|
+
$implicit: valueOrFn,
|
|
143
|
+
});
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RenderFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
147
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: RenderFooterDirective, isStandalone: false, selector: "[renderFooter]", inputs: { renderFooter: { classPropertyName: "renderFooter", publicName: "renderFooter", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
|
|
148
|
+
}
|
|
149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RenderFooterDirective, decorators: [{
|
|
150
|
+
type: Directive,
|
|
151
|
+
args: [{
|
|
152
|
+
selector: "[renderFooter]",
|
|
153
|
+
standalone: false,
|
|
154
|
+
}]
|
|
155
|
+
}], ctorParameters: () => [], propDecorators: { renderFooter: [{ type: i0.Input, args: [{ isSignal: true, alias: "renderFooter", required: true }] }] } });
|
|
156
|
+
|
|
157
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
158
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
159
|
+
class RenderHeaderDirective {
|
|
160
|
+
templateRef = inject(TemplateRef);
|
|
161
|
+
viewContainerRef = inject(ViewContainerRef);
|
|
162
|
+
/**
|
|
163
|
+
* The header data model.
|
|
164
|
+
*/
|
|
165
|
+
renderHeader = input.required(...(ngDevMode ? [{ debugName: "renderHeader" }] : []));
|
|
166
|
+
constructor() {
|
|
167
|
+
effect(() => {
|
|
168
|
+
this.renderHeader();
|
|
169
|
+
this.render();
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
ngOnDestroy() {
|
|
173
|
+
this.viewContainerRef.clear();
|
|
174
|
+
}
|
|
175
|
+
render() {
|
|
176
|
+
this.viewContainerRef.clear();
|
|
177
|
+
const header = this.renderHeader();
|
|
178
|
+
const valueOrFn = header.column.columnDef.header;
|
|
179
|
+
if (typeof valueOrFn === "function") {
|
|
180
|
+
const result = valueOrFn(header.getContext());
|
|
181
|
+
if (typeof result === "function") {
|
|
182
|
+
const componentRef = this.viewContainerRef.createComponent(result);
|
|
183
|
+
componentRef.setInput("context", header.getContext());
|
|
184
|
+
}
|
|
185
|
+
else {
|
|
186
|
+
this.viewContainerRef.createEmbeddedView(this.templateRef, {
|
|
187
|
+
$implicit: result,
|
|
188
|
+
});
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
else {
|
|
192
|
+
this.viewContainerRef.createEmbeddedView(this.templateRef, {
|
|
193
|
+
$implicit: valueOrFn,
|
|
194
|
+
});
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RenderHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
198
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: RenderHeaderDirective, isStandalone: false, selector: "[renderHeader]", inputs: { renderHeader: { classPropertyName: "renderHeader", publicName: "renderHeader", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
|
|
199
|
+
}
|
|
200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RenderHeaderDirective, decorators: [{
|
|
201
|
+
type: Directive,
|
|
202
|
+
args: [{
|
|
203
|
+
selector: "[renderHeader]",
|
|
204
|
+
standalone: false,
|
|
205
|
+
}]
|
|
206
|
+
}], ctorParameters: () => [], propDecorators: { renderHeader: [{ type: i0.Input, args: [{ isSignal: true, alias: "renderHeader", required: true }] }] } });
|
|
207
|
+
|
|
208
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
209
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
210
|
+
class TableActionBarDirective {
|
|
211
|
+
trackBindings = useTrackBindings(() => {
|
|
212
|
+
return qdsTableApi.getActionBarBindings();
|
|
213
|
+
});
|
|
214
|
+
ngOnInit() {
|
|
215
|
+
this.trackBindings();
|
|
216
|
+
}
|
|
217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableActionBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
218
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TableActionBarDirective, isStandalone: false, selector: "[q-table-action-bar]", ngImport: i0 });
|
|
219
|
+
}
|
|
220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableActionBarDirective, decorators: [{
|
|
221
|
+
type: Directive,
|
|
222
|
+
args: [{
|
|
223
|
+
selector: "[q-table-action-bar]",
|
|
224
|
+
standalone: false,
|
|
225
|
+
}]
|
|
226
|
+
}] });
|
|
227
|
+
|
|
228
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
229
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
230
|
+
class TableBodyDirective {
|
|
231
|
+
trackBindings = useTrackBindings(() => {
|
|
232
|
+
return qdsTableApi.getBodyBindings();
|
|
233
|
+
});
|
|
234
|
+
ngOnInit() {
|
|
235
|
+
this.trackBindings();
|
|
236
|
+
}
|
|
237
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
238
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TableBodyDirective, isStandalone: false, selector: "[q-table-body]", ngImport: i0 });
|
|
239
|
+
}
|
|
240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableBodyDirective, decorators: [{
|
|
241
|
+
type: Directive,
|
|
242
|
+
args: [{
|
|
243
|
+
selector: "[q-table-body]",
|
|
244
|
+
standalone: false,
|
|
245
|
+
}]
|
|
246
|
+
}] });
|
|
247
|
+
|
|
248
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
249
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
250
|
+
class TableCellActionDirective {
|
|
251
|
+
/**
|
|
252
|
+
* Lucide icon to display inside the button.
|
|
253
|
+
*/
|
|
254
|
+
icon = input.required(...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
255
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
256
|
+
emphasis: "neutral",
|
|
257
|
+
size: "sm",
|
|
258
|
+
variant: "fixed",
|
|
259
|
+
});
|
|
260
|
+
trackBindings = useTrackBindings(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), qdsTableApi.getCellActionBindings()));
|
|
261
|
+
ngOnInit() {
|
|
262
|
+
this.trackBindings();
|
|
263
|
+
}
|
|
264
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableCellActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
265
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: TableCellActionDirective, isStandalone: false, selector: "[q-table-cell-action]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `
|
|
266
|
+
<svg
|
|
267
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
268
|
+
[qIcon]="icon()"
|
|
269
|
+
></svg>
|
|
270
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
271
|
+
}
|
|
272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableCellActionDirective, decorators: [{
|
|
273
|
+
type: Component,
|
|
274
|
+
args: [{
|
|
275
|
+
selector: "[q-table-cell-action]",
|
|
276
|
+
standalone: false,
|
|
277
|
+
template: `
|
|
278
|
+
<svg
|
|
279
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
280
|
+
[qIcon]="icon()"
|
|
281
|
+
></svg>
|
|
282
|
+
`,
|
|
283
|
+
}]
|
|
284
|
+
}], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: true }] }] } });
|
|
285
|
+
|
|
286
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
287
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
288
|
+
class TableCellDirective {
|
|
289
|
+
/**
|
|
290
|
+
* The data model for this cell.
|
|
291
|
+
*/
|
|
292
|
+
cell = input(...(ngDevMode ? [undefined, { debugName: "cell" }] : []));
|
|
293
|
+
trackBindings = useTrackBindings(() => qdsTableApi.getCellBindings({
|
|
294
|
+
cell: this.cell(),
|
|
295
|
+
}));
|
|
296
|
+
ngOnInit() {
|
|
297
|
+
this.trackBindings();
|
|
298
|
+
}
|
|
299
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
300
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: TableCellDirective, isStandalone: false, selector: "[q-table-cell]", inputs: { cell: { classPropertyName: "cell", publicName: "cell", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
301
|
+
}
|
|
302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableCellDirective, decorators: [{
|
|
303
|
+
type: Directive,
|
|
304
|
+
args: [{
|
|
305
|
+
selector: "[q-table-cell]",
|
|
306
|
+
standalone: false,
|
|
307
|
+
}]
|
|
308
|
+
}], propDecorators: { cell: [{ type: i0.Input, args: [{ isSignal: true, alias: "cell", required: false }] }] } });
|
|
309
|
+
|
|
310
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
311
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
312
|
+
class TableColumnDragHandleDirective {
|
|
313
|
+
/**
|
|
314
|
+
* Lucide icon to display inside the button.
|
|
315
|
+
*
|
|
316
|
+
* @default "GripVertical"
|
|
317
|
+
*/
|
|
318
|
+
icon = input("GripVertical", ...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
319
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
320
|
+
emphasis: "neutral",
|
|
321
|
+
size: "sm",
|
|
322
|
+
variant: "fixed",
|
|
323
|
+
});
|
|
324
|
+
trackBindings = useTrackBindings(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), qdsTableApi.getDragHandleBindings()));
|
|
325
|
+
ngOnInit() {
|
|
326
|
+
this.trackBindings();
|
|
327
|
+
}
|
|
328
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnDragHandleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
329
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: TableColumnDragHandleDirective, isStandalone: false, selector: "[q-table-column-drag-handle]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ GripVertical })], ngImport: i0, template: `
|
|
330
|
+
<svg
|
|
331
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
332
|
+
[qIcon]="icon()"
|
|
333
|
+
></svg>
|
|
334
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
335
|
+
}
|
|
336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnDragHandleDirective, decorators: [{
|
|
337
|
+
type: Component,
|
|
338
|
+
args: [{
|
|
339
|
+
providers: [provideIcons({ GripVertical })],
|
|
340
|
+
selector: "[q-table-column-drag-handle]",
|
|
341
|
+
standalone: false,
|
|
342
|
+
template: `
|
|
343
|
+
<svg
|
|
344
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
345
|
+
[qIcon]="icon()"
|
|
346
|
+
></svg>
|
|
347
|
+
`,
|
|
348
|
+
}]
|
|
349
|
+
}], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
|
|
350
|
+
|
|
351
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
352
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
353
|
+
class TableColumnDragPreviewDirective {
|
|
354
|
+
trackBindings = useTrackBindings(() => {
|
|
355
|
+
return qdsTableApi.getColumnDragPreviewBindings();
|
|
356
|
+
});
|
|
357
|
+
elementRef = inject(ElementRef);
|
|
358
|
+
ngOnInit() {
|
|
359
|
+
this.trackBindings();
|
|
360
|
+
}
|
|
361
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnDragPreviewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
362
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TableColumnDragPreviewDirective, isStandalone: false, selector: "[q-table-column-drag-preview]", ngImport: i0 });
|
|
363
|
+
}
|
|
364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnDragPreviewDirective, decorators: [{
|
|
365
|
+
type: Directive,
|
|
366
|
+
args: [{
|
|
367
|
+
selector: "[q-table-column-drag-preview]",
|
|
368
|
+
standalone: false,
|
|
369
|
+
}]
|
|
370
|
+
}] });
|
|
371
|
+
|
|
372
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
373
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
374
|
+
class TableColumnDropIndicatorDirective {
|
|
375
|
+
/**
|
|
376
|
+
* The closest edge of the column that the indicator is being dragged over.
|
|
377
|
+
*/
|
|
378
|
+
closestEdge = input(...(ngDevMode ? [undefined, { debugName: "closestEdge" }] : []));
|
|
379
|
+
/**
|
|
380
|
+
* The index of the column that the indicator belongs to.
|
|
381
|
+
*/
|
|
382
|
+
columnIndex = input(undefined, ...(ngDevMode ? [{ debugName: "columnIndex", transform: numberAttribute }] : [{
|
|
383
|
+
transform: numberAttribute,
|
|
384
|
+
}]));
|
|
385
|
+
/**
|
|
386
|
+
* The index of the column being dragged.
|
|
387
|
+
*/
|
|
388
|
+
sourceColumnIndex = input(undefined, ...(ngDevMode ? [{ debugName: "sourceColumnIndex", transform: numberAttribute }] : [{
|
|
389
|
+
transform: numberAttribute,
|
|
390
|
+
}]));
|
|
391
|
+
trackBindings = useTrackBindings(() => qdsTableApi.getColumnDropIndicatorBindings({
|
|
392
|
+
closestEdge: this.closestEdge(),
|
|
393
|
+
columnIndex: this.columnIndex(),
|
|
394
|
+
sourceColumnIndex: this.sourceColumnIndex(),
|
|
395
|
+
}));
|
|
396
|
+
ngOnInit() {
|
|
397
|
+
this.trackBindings();
|
|
398
|
+
}
|
|
399
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnDropIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
400
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: TableColumnDropIndicatorDirective, isStandalone: false, selector: "[q-table-column-drop-indicator]", inputs: { closestEdge: { classPropertyName: "closestEdge", publicName: "closestEdge", isSignal: true, isRequired: false, transformFunction: null }, columnIndex: { classPropertyName: "columnIndex", publicName: "columnIndex", isSignal: true, isRequired: false, transformFunction: null }, sourceColumnIndex: { classPropertyName: "sourceColumnIndex", publicName: "sourceColumnIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
401
|
+
}
|
|
402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnDropIndicatorDirective, decorators: [{
|
|
403
|
+
type: Directive,
|
|
404
|
+
args: [{
|
|
405
|
+
selector: "[q-table-column-drop-indicator]",
|
|
406
|
+
standalone: false,
|
|
407
|
+
}]
|
|
408
|
+
}], propDecorators: { closestEdge: [{ type: i0.Input, args: [{ isSignal: true, alias: "closestEdge", required: false }] }], columnIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "columnIndex", required: false }] }], sourceColumnIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceColumnIndex", required: false }] }] } });
|
|
409
|
+
|
|
410
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
411
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
412
|
+
class TableColumnFilterActionDirective {
|
|
413
|
+
/**
|
|
414
|
+
* The column header associated with the filter.
|
|
415
|
+
*/
|
|
416
|
+
header = input.required(...(ngDevMode ? [{ debugName: "header" }] : []));
|
|
417
|
+
/**
|
|
418
|
+
* Lucide icon to display inside the button.
|
|
419
|
+
*
|
|
420
|
+
* @default "Filter"
|
|
421
|
+
*/
|
|
422
|
+
icon = input("Filter", ...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
423
|
+
canFilter = computed(() => this.header().column.getCanFilter(), ...(ngDevMode ? [{ debugName: "canFilter" }] : []));
|
|
424
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
425
|
+
emphasis: "neutral",
|
|
426
|
+
size: "sm",
|
|
427
|
+
variant: "fixed",
|
|
428
|
+
});
|
|
429
|
+
trackBindings = useTrackBindings(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), qdsTableApi.getColumnFilterActionBindings({
|
|
430
|
+
header: this.header(),
|
|
431
|
+
})));
|
|
432
|
+
ngOnInit() {
|
|
433
|
+
this.trackBindings();
|
|
434
|
+
}
|
|
435
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnFilterActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
436
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: TableColumnFilterActionDirective, isStandalone: false, selector: "[q-table-column-filter-action]", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: true, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ Filter })], ngImport: i0, template: `
|
|
437
|
+
@if (canFilter()) {
|
|
438
|
+
<svg
|
|
439
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
440
|
+
[qIcon]="icon()"
|
|
441
|
+
></svg>
|
|
442
|
+
}
|
|
443
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
444
|
+
}
|
|
445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnFilterActionDirective, decorators: [{
|
|
446
|
+
type: Component,
|
|
447
|
+
args: [{
|
|
448
|
+
providers: [provideIcons({ Filter })],
|
|
449
|
+
selector: "[q-table-column-filter-action]",
|
|
450
|
+
standalone: false,
|
|
451
|
+
template: `
|
|
452
|
+
@if (canFilter()) {
|
|
453
|
+
<svg
|
|
454
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
455
|
+
[qIcon]="icon()"
|
|
456
|
+
></svg>
|
|
457
|
+
}
|
|
458
|
+
`,
|
|
459
|
+
}]
|
|
460
|
+
}], propDecorators: { header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: true }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
|
|
461
|
+
|
|
462
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
463
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
464
|
+
class TableColumnHeaderActionDirective {
|
|
465
|
+
/**
|
|
466
|
+
* Lucide icon to display inside the button.
|
|
467
|
+
*/
|
|
468
|
+
icon = input.required(...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
469
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
470
|
+
emphasis: "neutral",
|
|
471
|
+
size: "sm",
|
|
472
|
+
variant: "fixed",
|
|
473
|
+
});
|
|
474
|
+
trackBindings = useTrackBindings(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), qdsTableApi.getColumnHeaderActionBindings()));
|
|
475
|
+
ngOnInit() {
|
|
476
|
+
this.trackBindings();
|
|
477
|
+
}
|
|
478
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnHeaderActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
479
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: TableColumnHeaderActionDirective, isStandalone: false, selector: "[q-table-column-header-action]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `
|
|
480
|
+
<svg
|
|
481
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
482
|
+
[qIcon]="icon()"
|
|
483
|
+
></svg>
|
|
484
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
485
|
+
}
|
|
486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnHeaderActionDirective, decorators: [{
|
|
487
|
+
type: Component,
|
|
488
|
+
args: [{
|
|
489
|
+
selector: "[q-table-column-header-action]",
|
|
490
|
+
standalone: false,
|
|
491
|
+
template: `
|
|
492
|
+
<svg
|
|
493
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
494
|
+
[qIcon]="icon()"
|
|
495
|
+
></svg>
|
|
496
|
+
`,
|
|
497
|
+
}]
|
|
498
|
+
}], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: true }] }] } });
|
|
499
|
+
|
|
500
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
501
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
502
|
+
class TableColumnResizeHandleDirective {
|
|
503
|
+
/**
|
|
504
|
+
* The column header associated with the resize handle.
|
|
505
|
+
*/
|
|
506
|
+
header = input.required(...(ngDevMode ? [{ debugName: "header" }] : []));
|
|
507
|
+
/**
|
|
508
|
+
* Lucide icon to display inside the button.
|
|
509
|
+
*
|
|
510
|
+
* @default "UnfoldHorizontal"
|
|
511
|
+
*/
|
|
512
|
+
icon = input("UnfoldHorizontal", ...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
513
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
514
|
+
emphasis: "neutral",
|
|
515
|
+
size: "sm",
|
|
516
|
+
variant: "fixed",
|
|
517
|
+
});
|
|
518
|
+
trackBindings = useTrackBindings(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), qdsTableApi.getColumnResizerBindings({
|
|
519
|
+
header: this.header(),
|
|
520
|
+
})));
|
|
521
|
+
ngOnInit() {
|
|
522
|
+
this.trackBindings();
|
|
523
|
+
}
|
|
524
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnResizeHandleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
525
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: TableColumnResizeHandleDirective, isStandalone: false, selector: "[q-table-column-resize-handle]", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: true, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ UnfoldHorizontal })], ngImport: i0, template: `
|
|
526
|
+
<svg
|
|
527
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
528
|
+
[qIcon]="icon()"
|
|
529
|
+
></svg>
|
|
530
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
531
|
+
}
|
|
532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnResizeHandleDirective, decorators: [{
|
|
533
|
+
type: Component,
|
|
534
|
+
args: [{
|
|
535
|
+
providers: [provideIcons({ UnfoldHorizontal })],
|
|
536
|
+
selector: "[q-table-column-resize-handle]",
|
|
537
|
+
standalone: false,
|
|
538
|
+
template: `
|
|
539
|
+
<svg
|
|
540
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
541
|
+
[qIcon]="icon()"
|
|
542
|
+
></svg>
|
|
543
|
+
`,
|
|
544
|
+
}]
|
|
545
|
+
}], propDecorators: { header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: true }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
|
|
546
|
+
|
|
547
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
548
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
549
|
+
class TableColumnSortActionDirective {
|
|
550
|
+
/**
|
|
551
|
+
* The column header associated with the sort action.
|
|
552
|
+
*/
|
|
553
|
+
header = input.required(...(ngDevMode ? [{ debugName: "header" }] : []));
|
|
554
|
+
canSort = computed(() => this.header().column.getCanSort(), ...(ngDevMode ? [{ debugName: "canSort" }] : []));
|
|
555
|
+
sortIcon = computed(() => {
|
|
556
|
+
const sortDirection = this.header().column.getIsSorted();
|
|
557
|
+
return sortDirection ? "ArrowUp" : "ArrowDownUp";
|
|
558
|
+
}, ...(ngDevMode ? [{ debugName: "sortIcon" }] : []));
|
|
559
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
560
|
+
emphasis: "neutral",
|
|
561
|
+
size: "sm",
|
|
562
|
+
variant: "fixed",
|
|
563
|
+
});
|
|
564
|
+
trackBindings = useTrackBindings(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), qdsTableApi.getColumnSortActionBindings({
|
|
565
|
+
header: this.header(),
|
|
566
|
+
})));
|
|
567
|
+
ngOnInit() {
|
|
568
|
+
this.trackBindings();
|
|
569
|
+
}
|
|
570
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnSortActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
571
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: TableColumnSortActionDirective, isStandalone: false, selector: "[q-table-column-sort-action]", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: true, transformFunction: null } }, providers: [provideIcons({ ArrowDownUp, ArrowUp })], ngImport: i0, template: `
|
|
572
|
+
@if (canSort()) {
|
|
573
|
+
<svg
|
|
574
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
575
|
+
[qIcon]="sortIcon()"
|
|
576
|
+
></svg>
|
|
577
|
+
}
|
|
578
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
579
|
+
}
|
|
580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableColumnSortActionDirective, decorators: [{
|
|
581
|
+
type: Component,
|
|
582
|
+
args: [{
|
|
583
|
+
providers: [provideIcons({ ArrowDownUp, ArrowUp })],
|
|
584
|
+
selector: "[q-table-column-sort-action]",
|
|
585
|
+
standalone: false,
|
|
586
|
+
template: `
|
|
587
|
+
@if (canSort()) {
|
|
588
|
+
<svg
|
|
589
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
590
|
+
[qIcon]="sortIcon()"
|
|
591
|
+
></svg>
|
|
592
|
+
}
|
|
593
|
+
`,
|
|
594
|
+
}]
|
|
595
|
+
}], propDecorators: { header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: true }] }] } });
|
|
596
|
+
|
|
597
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
598
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
599
|
+
class TableFooterDirective {
|
|
600
|
+
trackBindings = useTrackBindings(() => {
|
|
601
|
+
return qdsTableApi.getFooterBindings();
|
|
602
|
+
});
|
|
603
|
+
ngOnInit() {
|
|
604
|
+
this.trackBindings();
|
|
605
|
+
}
|
|
606
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
607
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TableFooterDirective, isStandalone: false, selector: "[q-table-footer]", ngImport: i0 });
|
|
608
|
+
}
|
|
609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableFooterDirective, decorators: [{
|
|
610
|
+
type: Directive,
|
|
611
|
+
args: [{
|
|
612
|
+
selector: "[q-table-footer]",
|
|
613
|
+
standalone: false,
|
|
614
|
+
}]
|
|
615
|
+
}] });
|
|
616
|
+
|
|
617
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
618
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
619
|
+
class TableHeaderCellDirective {
|
|
620
|
+
/**
|
|
621
|
+
* The order of this column header in the table.
|
|
622
|
+
*/
|
|
623
|
+
columnIndex = input(undefined, ...(ngDevMode ? [{ debugName: "columnIndex", transform: numberAttribute }] : [{
|
|
624
|
+
transform: numberAttribute,
|
|
625
|
+
}]));
|
|
626
|
+
/**
|
|
627
|
+
* If `true`, the column header is currently being dragged.
|
|
628
|
+
*/
|
|
629
|
+
isDragging = input(undefined, ...(ngDevMode ? [{ debugName: "isDragging", transform: booleanAttribute }] : [{
|
|
630
|
+
transform: booleanAttribute,
|
|
631
|
+
}]));
|
|
632
|
+
/**
|
|
633
|
+
* If `true`, another column header is being dragged over this header.
|
|
634
|
+
*/
|
|
635
|
+
isDraggingOver = input(undefined, ...(ngDevMode ? [{ debugName: "isDraggingOver", transform: booleanAttribute }] : [{
|
|
636
|
+
transform: booleanAttribute,
|
|
637
|
+
}]));
|
|
638
|
+
/**
|
|
639
|
+
* If `true`, the header is currently being resized.
|
|
640
|
+
*/
|
|
641
|
+
isResizing = input(undefined, ...(ngDevMode ? [{ debugName: "isResizing", transform: booleanAttribute }] : [{
|
|
642
|
+
transform: booleanAttribute,
|
|
643
|
+
}]));
|
|
644
|
+
trackBindings = useTrackBindings(() => qdsTableApi.getHeaderCellBindings({
|
|
645
|
+
columnIndex: this.columnIndex(),
|
|
646
|
+
isDragging: this.isDragging(),
|
|
647
|
+
isDraggingOver: this.isDraggingOver(),
|
|
648
|
+
isResizing: this.isResizing(),
|
|
649
|
+
}));
|
|
650
|
+
ngOnInit() {
|
|
651
|
+
this.trackBindings();
|
|
652
|
+
}
|
|
653
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableHeaderCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
654
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: TableHeaderCellDirective, isStandalone: false, selector: "[q-table-header-cell]", inputs: { columnIndex: { classPropertyName: "columnIndex", publicName: "columnIndex", isSignal: true, isRequired: false, transformFunction: null }, isDragging: { classPropertyName: "isDragging", publicName: "isDragging", isSignal: true, isRequired: false, transformFunction: null }, isDraggingOver: { classPropertyName: "isDraggingOver", publicName: "isDraggingOver", isSignal: true, isRequired: false, transformFunction: null }, isResizing: { classPropertyName: "isResizing", publicName: "isResizing", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
655
|
+
}
|
|
656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableHeaderCellDirective, decorators: [{
|
|
657
|
+
type: Directive,
|
|
658
|
+
args: [{
|
|
659
|
+
selector: "[q-table-header-cell]",
|
|
660
|
+
standalone: false,
|
|
661
|
+
}]
|
|
662
|
+
}], propDecorators: { columnIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "columnIndex", required: false }] }], isDragging: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDragging", required: false }] }], isDraggingOver: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDraggingOver", required: false }] }], isResizing: [{ type: i0.Input, args: [{ isSignal: true, alias: "isResizing", required: false }] }] } });
|
|
663
|
+
|
|
664
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
665
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
666
|
+
class TableHeaderDirective {
|
|
667
|
+
trackBindings = useTrackBindings(() => {
|
|
668
|
+
return qdsTableApi.getHeaderBindings();
|
|
669
|
+
});
|
|
670
|
+
ngOnInit() {
|
|
671
|
+
this.trackBindings();
|
|
672
|
+
}
|
|
673
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
674
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TableHeaderDirective, isStandalone: false, selector: "[q-table-header]", ngImport: i0 });
|
|
675
|
+
}
|
|
676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableHeaderDirective, decorators: [{
|
|
677
|
+
type: Directive,
|
|
678
|
+
args: [{
|
|
679
|
+
selector: "[q-table-header]",
|
|
680
|
+
standalone: false,
|
|
681
|
+
}]
|
|
682
|
+
}] });
|
|
683
|
+
|
|
684
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
685
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
686
|
+
class TablePaginationDirective extends PaginationRootDirective {
|
|
687
|
+
constructor() {
|
|
688
|
+
super();
|
|
689
|
+
this.trackBindings.extendWith(computed(() => qdsTableApi.getPaginationBindings()));
|
|
690
|
+
}
|
|
691
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TablePaginationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
692
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TablePaginationDirective, isStandalone: false, selector: "[q-table-pagination]", usesInheritance: true, ngImport: i0 });
|
|
693
|
+
}
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TablePaginationDirective, decorators: [{
|
|
695
|
+
type: Directive,
|
|
696
|
+
args: [{
|
|
697
|
+
selector: "[q-table-pagination]",
|
|
698
|
+
standalone: false,
|
|
699
|
+
}]
|
|
700
|
+
}], ctorParameters: () => [] });
|
|
701
|
+
|
|
702
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
703
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
704
|
+
class TableRootDirective {
|
|
705
|
+
/**
|
|
706
|
+
* Whether to show column dividers
|
|
707
|
+
*/
|
|
708
|
+
showColumnDivider = input(undefined, ...(ngDevMode ? [{ debugName: "showColumnDivider", transform: booleanAttribute }] : [{
|
|
709
|
+
transform: booleanAttribute,
|
|
710
|
+
}]));
|
|
711
|
+
/**
|
|
712
|
+
* Governs the size and padding of table elements and text.
|
|
713
|
+
*
|
|
714
|
+
* @default 'md'
|
|
715
|
+
*/
|
|
716
|
+
size = input(...(ngDevMode ? [undefined, { debugName: "size" }] : []));
|
|
717
|
+
trackBindings = useTrackBindings(() => qdsTableApi.getRootBindings({
|
|
718
|
+
showColumnDivider: this.showColumnDivider(),
|
|
719
|
+
size: this.size(),
|
|
720
|
+
}));
|
|
721
|
+
ngOnInit() {
|
|
722
|
+
this.trackBindings();
|
|
723
|
+
}
|
|
724
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
725
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: TableRootDirective, isStandalone: false, selector: "[q-table-root]", inputs: { showColumnDivider: { classPropertyName: "showColumnDivider", publicName: "showColumnDivider", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
726
|
+
}
|
|
727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRootDirective, decorators: [{
|
|
728
|
+
type: Directive,
|
|
729
|
+
args: [{
|
|
730
|
+
selector: "[q-table-root]",
|
|
731
|
+
standalone: false,
|
|
732
|
+
}]
|
|
733
|
+
}], propDecorators: { showColumnDivider: [{ type: i0.Input, args: [{ isSignal: true, alias: "showColumnDivider", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }] } });
|
|
734
|
+
|
|
735
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
736
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
737
|
+
class TableRowDragHandleDirective {
|
|
738
|
+
/**
|
|
739
|
+
* Lucide icon to display inside the button.
|
|
740
|
+
*
|
|
741
|
+
* @default "GripHorizontal"
|
|
742
|
+
*/
|
|
743
|
+
icon = input("GripHorizontal", ...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
744
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
745
|
+
emphasis: "neutral",
|
|
746
|
+
size: "sm",
|
|
747
|
+
variant: "fixed",
|
|
748
|
+
});
|
|
749
|
+
trackBindings = useTrackBindings(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), qdsTableApi.getDragHandleBindings()));
|
|
750
|
+
ngOnInit() {
|
|
751
|
+
this.trackBindings();
|
|
752
|
+
}
|
|
753
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowDragHandleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
754
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: TableRowDragHandleDirective, isStandalone: false, selector: "[q-table-row-drag-handle]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ GripHorizontal })], ngImport: i0, template: `
|
|
755
|
+
<svg
|
|
756
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
757
|
+
[qIcon]="icon()"
|
|
758
|
+
></svg>
|
|
759
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
760
|
+
}
|
|
761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowDragHandleDirective, decorators: [{
|
|
762
|
+
type: Component,
|
|
763
|
+
args: [{
|
|
764
|
+
providers: [provideIcons({ GripHorizontal })],
|
|
765
|
+
selector: "[q-table-row-drag-handle]",
|
|
766
|
+
standalone: false,
|
|
767
|
+
template: `
|
|
768
|
+
<svg
|
|
769
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
770
|
+
[qIcon]="icon()"
|
|
771
|
+
></svg>
|
|
772
|
+
`,
|
|
773
|
+
}]
|
|
774
|
+
}], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
|
|
775
|
+
|
|
776
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
777
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
778
|
+
class TableRowDragPreviewDirective {
|
|
779
|
+
trackBindings = useTrackBindings(() => {
|
|
780
|
+
return qdsTableApi.getRowDragPreviewBindings();
|
|
781
|
+
});
|
|
782
|
+
ngOnInit() {
|
|
783
|
+
this.trackBindings();
|
|
784
|
+
}
|
|
785
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowDragPreviewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
786
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TableRowDragPreviewDirective, isStandalone: false, selector: "[q-table-row-drag-preview]", ngImport: i0 });
|
|
787
|
+
}
|
|
788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowDragPreviewDirective, decorators: [{
|
|
789
|
+
type: Directive,
|
|
790
|
+
args: [{
|
|
791
|
+
selector: "[q-table-row-drag-preview]",
|
|
792
|
+
standalone: false,
|
|
793
|
+
}]
|
|
794
|
+
}] });
|
|
795
|
+
|
|
796
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
797
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
798
|
+
class TableRowDropIndicatorDirective {
|
|
799
|
+
/**
|
|
800
|
+
* The closest edge of the row that the indicator is being dragged over.
|
|
801
|
+
*/
|
|
802
|
+
closestEdge = input(...(ngDevMode ? [undefined, { debugName: "closestEdge" }] : []));
|
|
803
|
+
/**
|
|
804
|
+
* The index of the row that the indicator belongs to.
|
|
805
|
+
*/
|
|
806
|
+
rowIndex = input(undefined, ...(ngDevMode ? [{ debugName: "rowIndex", transform: numberAttribute }] : [{
|
|
807
|
+
transform: numberAttribute,
|
|
808
|
+
}]));
|
|
809
|
+
/**
|
|
810
|
+
* The index of the row being dragged.
|
|
811
|
+
*/
|
|
812
|
+
sourceIndex = input(undefined, ...(ngDevMode ? [{ debugName: "sourceIndex", transform: numberAttribute }] : [{
|
|
813
|
+
transform: numberAttribute,
|
|
814
|
+
}]));
|
|
815
|
+
trackBindings = useTrackBindings(() => qdsTableApi.getRowDropIndicatorBindings({
|
|
816
|
+
closestEdge: this.closestEdge(),
|
|
817
|
+
rowIndex: this.rowIndex(),
|
|
818
|
+
sourceIndex: this.sourceIndex(),
|
|
819
|
+
}));
|
|
820
|
+
ngOnInit() {
|
|
821
|
+
this.trackBindings();
|
|
822
|
+
}
|
|
823
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowDropIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
824
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: TableRowDropIndicatorDirective, isStandalone: false, selector: "[q-table-row-drop-indicator]", inputs: { closestEdge: { classPropertyName: "closestEdge", publicName: "closestEdge", isSignal: true, isRequired: false, transformFunction: null }, rowIndex: { classPropertyName: "rowIndex", publicName: "rowIndex", isSignal: true, isRequired: false, transformFunction: null }, sourceIndex: { classPropertyName: "sourceIndex", publicName: "sourceIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
825
|
+
}
|
|
826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowDropIndicatorDirective, decorators: [{
|
|
827
|
+
type: Directive,
|
|
828
|
+
args: [{
|
|
829
|
+
selector: "[q-table-row-drop-indicator]",
|
|
830
|
+
standalone: false,
|
|
831
|
+
}]
|
|
832
|
+
}], propDecorators: { closestEdge: [{ type: i0.Input, args: [{ isSignal: true, alias: "closestEdge", required: false }] }], rowIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "rowIndex", required: false }] }], sourceIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceIndex", required: false }] }] } });
|
|
833
|
+
|
|
834
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
835
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
836
|
+
class TableRowExpandButtonDirective {
|
|
837
|
+
/**
|
|
838
|
+
* The row associated with the expand button.
|
|
839
|
+
*/
|
|
840
|
+
row = input.required(...(ngDevMode ? [{ debugName: "row" }] : []));
|
|
841
|
+
/**
|
|
842
|
+
* Lucide icon to display inside the button.
|
|
843
|
+
*
|
|
844
|
+
* @default "ChevronRight"
|
|
845
|
+
*/
|
|
846
|
+
icon = input("ChevronRight", ...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
847
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
848
|
+
emphasis: "neutral",
|
|
849
|
+
size: "sm",
|
|
850
|
+
variant: "fixed",
|
|
851
|
+
});
|
|
852
|
+
trackBindings = useTrackBindings(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), qdsTableApi.getRowExpandButtonBindings({
|
|
853
|
+
row: this.row(),
|
|
854
|
+
})));
|
|
855
|
+
ngOnInit() {
|
|
856
|
+
this.trackBindings();
|
|
857
|
+
}
|
|
858
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowExpandButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
859
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: TableRowExpandButtonDirective, isStandalone: false, selector: "[q-table-row-expand-button]", inputs: { row: { classPropertyName: "row", publicName: "row", isSignal: true, isRequired: true, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ ChevronRight })], ngImport: i0, template: `
|
|
860
|
+
<svg
|
|
861
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
862
|
+
[qIcon]="icon()"
|
|
863
|
+
></svg>
|
|
864
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
865
|
+
}
|
|
866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowExpandButtonDirective, decorators: [{
|
|
867
|
+
type: Component,
|
|
868
|
+
args: [{
|
|
869
|
+
providers: [provideIcons({ ChevronRight })],
|
|
870
|
+
selector: "[q-table-row-expand-button]",
|
|
871
|
+
standalone: false,
|
|
872
|
+
template: `
|
|
873
|
+
<svg
|
|
874
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
875
|
+
[qIcon]="icon()"
|
|
876
|
+
></svg>
|
|
877
|
+
`,
|
|
878
|
+
}]
|
|
879
|
+
}], propDecorators: { row: [{ type: i0.Input, args: [{ isSignal: true, alias: "row", required: true }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
|
|
880
|
+
|
|
881
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
882
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
883
|
+
class TableRowDirective {
|
|
884
|
+
/**
|
|
885
|
+
* If `true`, the row is currently being dragged.
|
|
886
|
+
*/
|
|
887
|
+
isDragging = input(undefined, ...(ngDevMode ? [{ debugName: "isDragging", transform: booleanAttribute }] : [{
|
|
888
|
+
transform: booleanAttribute,
|
|
889
|
+
}]));
|
|
890
|
+
/**
|
|
891
|
+
* If `true`, another row is being dragged over this row.
|
|
892
|
+
*/
|
|
893
|
+
isDraggingOver = input(undefined, ...(ngDevMode ? [{ debugName: "isDraggingOver", transform: booleanAttribute }] : [{
|
|
894
|
+
transform: booleanAttribute,
|
|
895
|
+
}]));
|
|
896
|
+
/**
|
|
897
|
+
* If `true`, the row is currently selected.
|
|
898
|
+
*/
|
|
899
|
+
isSelected = input(undefined, ...(ngDevMode ? [{ debugName: "isSelected", transform: booleanAttribute }] : [{
|
|
900
|
+
transform: booleanAttribute,
|
|
901
|
+
}]));
|
|
902
|
+
trackBindings = useTrackBindings(() => qdsTableApi.getRowBindings({
|
|
903
|
+
isDragging: this.isDragging(),
|
|
904
|
+
isDraggingOver: this.isDraggingOver(),
|
|
905
|
+
isSelected: this.isSelected(),
|
|
906
|
+
}));
|
|
907
|
+
ngOnInit() {
|
|
908
|
+
this.trackBindings();
|
|
909
|
+
}
|
|
910
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
911
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: TableRowDirective, isStandalone: false, selector: "[q-table-row]", inputs: { isDragging: { classPropertyName: "isDragging", publicName: "isDragging", isSignal: true, isRequired: false, transformFunction: null }, isDraggingOver: { classPropertyName: "isDraggingOver", publicName: "isDraggingOver", isSignal: true, isRequired: false, transformFunction: null }, isSelected: { classPropertyName: "isSelected", publicName: "isSelected", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
912
|
+
}
|
|
913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableRowDirective, decorators: [{
|
|
914
|
+
type: Directive,
|
|
915
|
+
args: [{
|
|
916
|
+
selector: "[q-table-row]",
|
|
917
|
+
standalone: false,
|
|
918
|
+
}]
|
|
919
|
+
}], propDecorators: { isDragging: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDragging", required: false }] }], isDraggingOver: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDraggingOver", required: false }] }], isSelected: [{ type: i0.Input, args: [{ isSignal: true, alias: "isSelected", required: false }] }] } });
|
|
920
|
+
|
|
921
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
922
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
923
|
+
class TableScrollContainerDirective {
|
|
924
|
+
trackBindings = useTrackBindings(() => {
|
|
925
|
+
return qdsTableApi.getScrollContainerBindings();
|
|
926
|
+
});
|
|
927
|
+
ngOnInit() {
|
|
928
|
+
this.trackBindings();
|
|
929
|
+
}
|
|
930
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableScrollContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
931
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TableScrollContainerDirective, isStandalone: false, selector: "[q-table-scroll-container]", ngImport: i0 });
|
|
932
|
+
}
|
|
933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableScrollContainerDirective, decorators: [{
|
|
934
|
+
type: Directive,
|
|
935
|
+
args: [{
|
|
936
|
+
selector: "[q-table-scroll-container]",
|
|
937
|
+
standalone: false,
|
|
938
|
+
}]
|
|
939
|
+
}] });
|
|
940
|
+
|
|
941
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
942
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
943
|
+
class TableTableDirective {
|
|
944
|
+
trackBindings = useTrackBindings(() => {
|
|
945
|
+
return qdsTableApi.getTableBindings();
|
|
946
|
+
});
|
|
947
|
+
ngOnInit() {
|
|
948
|
+
this.trackBindings();
|
|
949
|
+
}
|
|
950
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableTableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
951
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TableTableDirective, isStandalone: false, selector: "[q-table-table]", ngImport: i0 });
|
|
952
|
+
}
|
|
953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableTableDirective, decorators: [{
|
|
954
|
+
type: Directive,
|
|
955
|
+
args: [{
|
|
956
|
+
selector: "[q-table-table]",
|
|
957
|
+
standalone: false,
|
|
958
|
+
}]
|
|
959
|
+
}] });
|
|
960
|
+
|
|
961
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
962
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
963
|
+
class TableTitleBarDirective {
|
|
964
|
+
trackBindings = useTrackBindings(() => {
|
|
965
|
+
return qdsTableApi.getTitleBarBindings();
|
|
966
|
+
});
|
|
967
|
+
ngOnInit() {
|
|
968
|
+
this.trackBindings();
|
|
969
|
+
}
|
|
970
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableTitleBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
971
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TableTitleBarDirective, isStandalone: false, selector: "[q-table-title-bar]", ngImport: i0 });
|
|
972
|
+
}
|
|
973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableTitleBarDirective, decorators: [{
|
|
974
|
+
type: Directive,
|
|
975
|
+
args: [{
|
|
976
|
+
selector: "[q-table-title-bar]",
|
|
977
|
+
standalone: false,
|
|
978
|
+
}]
|
|
979
|
+
}] });
|
|
980
|
+
|
|
981
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
982
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
983
|
+
class TableModule {
|
|
984
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
985
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: TableModule, declarations: [TableActionBarDirective,
|
|
986
|
+
TableBodyDirective,
|
|
987
|
+
TableCellActionDirective,
|
|
988
|
+
TableCellDirective,
|
|
989
|
+
TableColumnDragHandleDirective,
|
|
990
|
+
TableColumnDragPreviewDirective,
|
|
991
|
+
TableColumnDropIndicatorDirective,
|
|
992
|
+
TableColumnFilterActionDirective,
|
|
993
|
+
TableColumnHeaderActionDirective,
|
|
994
|
+
TableColumnResizeHandleDirective,
|
|
995
|
+
TableColumnSortActionDirective,
|
|
996
|
+
TableFooterDirective,
|
|
997
|
+
TableHeaderCellDirective,
|
|
998
|
+
TableHeaderDirective,
|
|
999
|
+
TablePaginationDirective,
|
|
1000
|
+
TableRootDirective,
|
|
1001
|
+
TableRowDirective,
|
|
1002
|
+
TableRowDragHandleDirective,
|
|
1003
|
+
TableRowDragPreviewDirective,
|
|
1004
|
+
TableRowDropIndicatorDirective,
|
|
1005
|
+
TableRowExpandButtonDirective,
|
|
1006
|
+
TableScrollContainerDirective,
|
|
1007
|
+
TableTableDirective,
|
|
1008
|
+
TableTitleBarDirective,
|
|
1009
|
+
RenderCellDirective,
|
|
1010
|
+
RenderHeaderDirective,
|
|
1011
|
+
RenderFooterDirective], imports: [QBindDirective, IconDirective], exports: [TableActionBarDirective,
|
|
1012
|
+
TableBodyDirective,
|
|
1013
|
+
TableCellActionDirective,
|
|
1014
|
+
TableCellDirective,
|
|
1015
|
+
TableColumnDragHandleDirective,
|
|
1016
|
+
TableColumnDragPreviewDirective,
|
|
1017
|
+
TableColumnDropIndicatorDirective,
|
|
1018
|
+
TableColumnFilterActionDirective,
|
|
1019
|
+
TableColumnHeaderActionDirective,
|
|
1020
|
+
TableColumnResizeHandleDirective,
|
|
1021
|
+
TableColumnSortActionDirective,
|
|
1022
|
+
TableFooterDirective,
|
|
1023
|
+
TableHeaderCellDirective,
|
|
1024
|
+
TableHeaderDirective,
|
|
1025
|
+
TablePaginationDirective,
|
|
1026
|
+
TableRootDirective,
|
|
1027
|
+
TableRowDirective,
|
|
1028
|
+
TableRowDragHandleDirective,
|
|
1029
|
+
TableRowDragPreviewDirective,
|
|
1030
|
+
TableRowDropIndicatorDirective,
|
|
1031
|
+
TableRowExpandButtonDirective,
|
|
1032
|
+
TableScrollContainerDirective,
|
|
1033
|
+
TableTableDirective,
|
|
1034
|
+
TableTitleBarDirective,
|
|
1035
|
+
RenderCellDirective,
|
|
1036
|
+
RenderHeaderDirective,
|
|
1037
|
+
RenderFooterDirective] });
|
|
1038
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableModule });
|
|
1039
|
+
}
|
|
1040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TableModule, decorators: [{
|
|
1041
|
+
type: NgModule,
|
|
1042
|
+
args: [{
|
|
1043
|
+
declarations: [
|
|
1044
|
+
TableActionBarDirective,
|
|
1045
|
+
TableBodyDirective,
|
|
1046
|
+
TableCellActionDirective,
|
|
1047
|
+
TableCellDirective,
|
|
1048
|
+
TableColumnDragHandleDirective,
|
|
1049
|
+
TableColumnDragPreviewDirective,
|
|
1050
|
+
TableColumnDropIndicatorDirective,
|
|
1051
|
+
TableColumnFilterActionDirective,
|
|
1052
|
+
TableColumnHeaderActionDirective,
|
|
1053
|
+
TableColumnResizeHandleDirective,
|
|
1054
|
+
TableColumnSortActionDirective,
|
|
1055
|
+
TableFooterDirective,
|
|
1056
|
+
TableHeaderCellDirective,
|
|
1057
|
+
TableHeaderDirective,
|
|
1058
|
+
TablePaginationDirective,
|
|
1059
|
+
TableRootDirective,
|
|
1060
|
+
TableRowDirective,
|
|
1061
|
+
TableRowDragHandleDirective,
|
|
1062
|
+
TableRowDragPreviewDirective,
|
|
1063
|
+
TableRowDropIndicatorDirective,
|
|
1064
|
+
TableRowExpandButtonDirective,
|
|
1065
|
+
TableScrollContainerDirective,
|
|
1066
|
+
TableTableDirective,
|
|
1067
|
+
TableTitleBarDirective,
|
|
1068
|
+
RenderCellDirective,
|
|
1069
|
+
RenderHeaderDirective,
|
|
1070
|
+
RenderFooterDirective,
|
|
1071
|
+
],
|
|
1072
|
+
exports: [
|
|
1073
|
+
TableActionBarDirective,
|
|
1074
|
+
TableBodyDirective,
|
|
1075
|
+
TableCellActionDirective,
|
|
1076
|
+
TableCellDirective,
|
|
1077
|
+
TableColumnDragHandleDirective,
|
|
1078
|
+
TableColumnDragPreviewDirective,
|
|
1079
|
+
TableColumnDropIndicatorDirective,
|
|
1080
|
+
TableColumnFilterActionDirective,
|
|
1081
|
+
TableColumnHeaderActionDirective,
|
|
1082
|
+
TableColumnResizeHandleDirective,
|
|
1083
|
+
TableColumnSortActionDirective,
|
|
1084
|
+
TableFooterDirective,
|
|
1085
|
+
TableHeaderCellDirective,
|
|
1086
|
+
TableHeaderDirective,
|
|
1087
|
+
TablePaginationDirective,
|
|
1088
|
+
TableRootDirective,
|
|
1089
|
+
TableRowDirective,
|
|
1090
|
+
TableRowDragHandleDirective,
|
|
1091
|
+
TableRowDragPreviewDirective,
|
|
1092
|
+
TableRowDropIndicatorDirective,
|
|
1093
|
+
TableRowExpandButtonDirective,
|
|
1094
|
+
TableScrollContainerDirective,
|
|
1095
|
+
TableTableDirective,
|
|
1096
|
+
TableTitleBarDirective,
|
|
1097
|
+
RenderCellDirective,
|
|
1098
|
+
RenderHeaderDirective,
|
|
1099
|
+
RenderFooterDirective,
|
|
1100
|
+
],
|
|
1101
|
+
imports: [QBindDirective, IconDirective],
|
|
1102
|
+
}]
|
|
1103
|
+
}] });
|
|
1104
|
+
|
|
1105
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
1106
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
1107
|
+
/**
|
|
1108
|
+
* Implementation from @tanstack/angular-query
|
|
1109
|
+
* {@link https://github.com/TanStack/query/blob/main/packages/angular-query-experimental/src/util/lazy-init/lazy-init.ts}
|
|
1110
|
+
*/
|
|
1111
|
+
function lazyInit(initializer) {
|
|
1112
|
+
let object = null;
|
|
1113
|
+
const initializeObject = () => {
|
|
1114
|
+
if (!object) {
|
|
1115
|
+
object = untracked(() => initializer());
|
|
1116
|
+
}
|
|
1117
|
+
};
|
|
1118
|
+
queueMicrotask(() => initializeObject());
|
|
1119
|
+
const table = () => { };
|
|
1120
|
+
return new Proxy(table, {
|
|
1121
|
+
apply(target, thisArg, argArray) {
|
|
1122
|
+
initializeObject();
|
|
1123
|
+
if (typeof object === "function") {
|
|
1124
|
+
return Reflect.apply(object, thisArg, argArray);
|
|
1125
|
+
}
|
|
1126
|
+
return Reflect.apply(target, thisArg, argArray);
|
|
1127
|
+
},
|
|
1128
|
+
get(_, prop, receiver) {
|
|
1129
|
+
initializeObject();
|
|
1130
|
+
return Reflect.get(object, prop, receiver);
|
|
1131
|
+
},
|
|
1132
|
+
getOwnPropertyDescriptor() {
|
|
1133
|
+
return {
|
|
1134
|
+
configurable: true,
|
|
1135
|
+
enumerable: true,
|
|
1136
|
+
};
|
|
1137
|
+
},
|
|
1138
|
+
has(_, prop) {
|
|
1139
|
+
initializeObject();
|
|
1140
|
+
return Reflect.has(object, prop);
|
|
1141
|
+
},
|
|
1142
|
+
ownKeys() {
|
|
1143
|
+
initializeObject();
|
|
1144
|
+
return Reflect.ownKeys(object);
|
|
1145
|
+
},
|
|
1146
|
+
});
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
1150
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
1151
|
+
function proxifyTable(tableSignal) {
|
|
1152
|
+
const internalState = tableSignal;
|
|
1153
|
+
return new Proxy(internalState, {
|
|
1154
|
+
apply() {
|
|
1155
|
+
return tableSignal();
|
|
1156
|
+
},
|
|
1157
|
+
get(target, property) {
|
|
1158
|
+
if (target[property]) {
|
|
1159
|
+
return target[property];
|
|
1160
|
+
}
|
|
1161
|
+
const table = untracked(tableSignal);
|
|
1162
|
+
/**
|
|
1163
|
+
* Attempt to convert all accessors into computed ones, excluding handlers as
|
|
1164
|
+
* they do not retain any reactive value
|
|
1165
|
+
*/
|
|
1166
|
+
if (property.startsWith("get") && !property.endsWith("Handler")) {
|
|
1167
|
+
const maybeFn = table[property];
|
|
1168
|
+
if (typeof maybeFn === "function") {
|
|
1169
|
+
Object.defineProperty(target, property, {
|
|
1170
|
+
configurable: true,
|
|
1171
|
+
enumerable: true,
|
|
1172
|
+
value: toComputed(tableSignal, maybeFn),
|
|
1173
|
+
});
|
|
1174
|
+
return target[property];
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
// @ts-expect-error
|
|
1178
|
+
return (target[property] = table[property]);
|
|
1179
|
+
},
|
|
1180
|
+
getOwnPropertyDescriptor() {
|
|
1181
|
+
return {
|
|
1182
|
+
configurable: true,
|
|
1183
|
+
enumerable: true,
|
|
1184
|
+
};
|
|
1185
|
+
},
|
|
1186
|
+
has(_, prop) {
|
|
1187
|
+
return !!untracked(tableSignal)[prop];
|
|
1188
|
+
},
|
|
1189
|
+
ownKeys() {
|
|
1190
|
+
return Reflect.ownKeys(untracked(tableSignal));
|
|
1191
|
+
},
|
|
1192
|
+
});
|
|
1193
|
+
}
|
|
1194
|
+
/**
|
|
1195
|
+
* Here we'll handle all types of accessors:
|
|
1196
|
+
* - 0 argument -> table.getCanNextPage()
|
|
1197
|
+
* - 0~1 arguments -> table.getIsSomeRowsPinned(position?)
|
|
1198
|
+
* - 1 required argument -> table.getColumn(columnId)
|
|
1199
|
+
* - 1+ argument -> table.getRow(id, searchAll?)
|
|
1200
|
+
*
|
|
1201
|
+
* Since we are not able to detect the accessor parameters, we'll wrap all accessors
|
|
1202
|
+
* into a cached function wrapping a computed that return its value based on the
|
|
1203
|
+
* given parameters.
|
|
1204
|
+
*/
|
|
1205
|
+
function toComputed(signal, fn) {
|
|
1206
|
+
const hasArgs = fn.length > 0;
|
|
1207
|
+
if (!hasArgs) {
|
|
1208
|
+
return computed(() => {
|
|
1209
|
+
void signal();
|
|
1210
|
+
return fn();
|
|
1211
|
+
});
|
|
1212
|
+
}
|
|
1213
|
+
const computedCache = {};
|
|
1214
|
+
return (...argsArray) => {
|
|
1215
|
+
const serializedArgs = serializeArgs(...argsArray);
|
|
1216
|
+
if (computedCache.hasOwnProperty(serializedArgs)) {
|
|
1217
|
+
return computedCache[serializedArgs]?.();
|
|
1218
|
+
}
|
|
1219
|
+
const computedSignal = computed(() => {
|
|
1220
|
+
void signal();
|
|
1221
|
+
return fn(...argsArray);
|
|
1222
|
+
}, ...(ngDevMode ? [{ debugName: "computedSignal" }] : []));
|
|
1223
|
+
computedCache[serializedArgs] = computedSignal;
|
|
1224
|
+
return computedSignal();
|
|
1225
|
+
};
|
|
1226
|
+
}
|
|
1227
|
+
function serializeArgs(...args) {
|
|
1228
|
+
return JSON.stringify(args);
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
1232
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
1233
|
+
function createAngularTable(options) {
|
|
1234
|
+
return lazyInit(() => {
|
|
1235
|
+
const resolvedOptions = {
|
|
1236
|
+
onStateChange: () => { },
|
|
1237
|
+
renderFallbackValue: null,
|
|
1238
|
+
state: {},
|
|
1239
|
+
...options(),
|
|
1240
|
+
};
|
|
1241
|
+
const table = createTable(resolvedOptions);
|
|
1242
|
+
// By default, manage table state here using the table's initial state
|
|
1243
|
+
const state = signal({
|
|
1244
|
+
...table.initialState,
|
|
1245
|
+
}, ...(ngDevMode ? [{ debugName: "state" }] : []));
|
|
1246
|
+
// Compose table options using computed.
|
|
1247
|
+
// This is to allow `tableSignal` to listen and set table options after the
|
|
1248
|
+
// table has been created
|
|
1249
|
+
const updatedOptions = computed(() => {
|
|
1250
|
+
// listen to table state changed
|
|
1251
|
+
const tableState = state();
|
|
1252
|
+
// listen to input options changed
|
|
1253
|
+
const tableOptions = options();
|
|
1254
|
+
return {
|
|
1255
|
+
...table.options,
|
|
1256
|
+
...resolvedOptions,
|
|
1257
|
+
...tableOptions,
|
|
1258
|
+
onStateChange: (updater) => {
|
|
1259
|
+
const value = updater instanceof Function ? updater(tableState) : updater;
|
|
1260
|
+
state.set(value);
|
|
1261
|
+
resolvedOptions.onStateChange?.(updater);
|
|
1262
|
+
},
|
|
1263
|
+
state: { ...tableState, ...tableOptions.state },
|
|
1264
|
+
};
|
|
1265
|
+
}, ...(ngDevMode ? [{ debugName: "updatedOptions" }] : []));
|
|
1266
|
+
// convert table instance to signal for proxify to listen to any table state and
|
|
1267
|
+
// options changes
|
|
1268
|
+
const tableSignal = computed(() => {
|
|
1269
|
+
table.setOptions(updatedOptions());
|
|
1270
|
+
return table;
|
|
1271
|
+
}, ...(ngDevMode ? [{ debugName: "tableSignal", equal: () => false }] : [{
|
|
1272
|
+
equal: () => false,
|
|
1273
|
+
}]));
|
|
1274
|
+
// proxify Table instance to enable reactive table state changes
|
|
1275
|
+
return proxifyTable(tableSignal);
|
|
1276
|
+
});
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
1280
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
1281
|
+
/**
|
|
1282
|
+
* A helper function that creates an object. The properties on the object derive the
|
|
1283
|
+
* QUI Pagination state from the current table state, or update it.
|
|
1284
|
+
*/
|
|
1285
|
+
function createTablePagination(table, opts = {}) {
|
|
1286
|
+
return lazyInit(() => {
|
|
1287
|
+
return {
|
|
1288
|
+
count: computed(() => {
|
|
1289
|
+
// recompute whenever state changes
|
|
1290
|
+
table.getState();
|
|
1291
|
+
const total = opts.totalCount?.();
|
|
1292
|
+
const rows = table.getFilteredRowModel().rows;
|
|
1293
|
+
return total || rows.length;
|
|
1294
|
+
}),
|
|
1295
|
+
onPageChange: (page) => table.setPageIndex(page - 1),
|
|
1296
|
+
onPageSizeChange: table.setPageSize,
|
|
1297
|
+
page: computed(() => table.getState().pagination.pageIndex + 1),
|
|
1298
|
+
pageSize: computed(() => table.getState().pagination.pageSize),
|
|
1299
|
+
};
|
|
1300
|
+
});
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
1304
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* Generated bundle index. Do not edit.
|
|
1308
|
+
*/
|
|
1309
|
+
|
|
1310
|
+
export { CellComponentContextDirective, RenderCellDirective, RenderFooterDirective, RenderHeaderDirective, TableActionBarDirective, TableBodyDirective, TableCellActionDirective, TableCellDirective, TableColumnDragHandleDirective, TableColumnDragPreviewDirective, TableColumnDropIndicatorDirective, TableColumnFilterActionDirective, TableColumnHeaderActionDirective, TableColumnResizeHandleDirective, TableColumnSortActionDirective, TableFooterDirective, TableHeaderCellDirective, TableHeaderDirective, TableModule, TablePaginationDirective, TableRootDirective, TableRowDirective, TableRowDragHandleDirective, TableRowDragPreviewDirective, TableRowDropIndicatorDirective, TableRowExpandButtonDirective, TableScrollContainerDirective, TableTableDirective, TableTitleBarDirective, createAngularTable, createTablePagination, qdsTableApi };
|
|
1311
|
+
//# sourceMappingURL=qualcomm-ui-angular-table.mjs.map
|