@qualcomm-ui/angular 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +218 -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 +343 -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 +409 -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 +1176 -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} +31 -12
- package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +364 -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/{esm2022/kbd/kbd.directive.js → fesm2022/qualcomm-ui-angular-kbd.mjs} +16 -9
- package/fesm2022/qualcomm-ui-angular-kbd.mjs.map +1 -0
- package/{esm2022/link/link.directive.js → fesm2022/qualcomm-ui-angular-link.mjs} +21 -11
- package/fesm2022/qualcomm-ui-angular-link.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-menu.mjs +611 -0
- package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-number-input.mjs +617 -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 +596 -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 +364 -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 +223 -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 +313 -0
- package/fesm2022/qualcomm-ui-angular-switch.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-table.mjs +1315 -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 +531 -0
- package/fesm2022/qualcomm-ui-angular-text-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-theme.mjs +195 -0
- 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-transitions.mjs +34 -0
- package/fesm2022/qualcomm-ui-angular-transitions.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 +50 -3
- package/inline-icon-button/index.d.ts.map +1 -1
- package/inline-notification/index.d.ts +128 -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 -2
- package/kbd/index.d.ts.map +1 -1
- package/link/index.d.ts +68 -2
- package/link/index.d.ts.map +1 -1
- package/menu/index.d.ts +170 -21
- package/menu/index.d.ts.map +1 -1
- package/number-input/index.d.ts +216 -14
- package/number-input/index.d.ts.map +1 -1
- package/package.json +92 -88
- package/pagination/index.d.ts +133 -11
- package/pagination/index.d.ts.map +1 -1
- package/password-input/index.d.ts +207 -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 +144 -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 +83 -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 +114 -10
- package/switch/index.d.ts.map +1 -1
- package/table/index.d.ts +483 -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 +212 -11
- package/text-input/index.d.ts.map +1 -1
- package/theme/index.d.ts +97 -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/transitions/index.d.ts +13 -0
- package/transitions/index.d.ts.map +1 -0
- 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/kbd/index.js +0 -2
- package/esm2022/kbd/index.js.map +0 -1
- package/esm2022/kbd/kbd.directive.js.map +0 -1
- package/esm2022/kbd/qualcomm-ui-angular-kbd.js +0 -5
- package/esm2022/kbd/qualcomm-ui-angular-kbd.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 +0 -89
- 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/kbd/kbd.directive.d.ts +0 -12
- package/kbd/kbd.directive.d.ts.map +0 -1
- package/kbd/qualcomm-ui-angular-kbd.d.ts +0 -6
- package/kbd/qualcomm-ui-angular-kbd.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,1176 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable, computed, Component, Directive, inject, input, ElementRef, Renderer2, signal, effect, booleanAttribute, TemplateRef, ViewContainerRef, contentChild, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
3
|
+
import { X, CircleAlert, Check, Asterisk, ChevronDown } from 'lucide-angular';
|
|
4
|
+
import { useInputClearTrigger, useQdsInputContext, useInputErrorIndicator, useInputErrorText, useInputHint, QdsInputContextService, provideQdsInputContext } from '@qualcomm-ui/angular/input';
|
|
5
|
+
import { CoreComboboxClearTriggerDirective, CoreComboboxContentDirective, ComboboxContextService, CoreComboboxControlDirective, CoreComboboxEmptyDirective, CoreComboboxErrorIndicatorDirective, CoreComboboxErrorTextDirective, CoreComboboxHintDirective, CoreComboboxInputDirective, CoreComboboxItemIndicatorDirective, CoreComboboxItemTextDirective, CoreComboboxItemDirective, provideComboboxItemContext, useComboboxContext, CoreComboboxLabelDirective, CoreComboboxPositionerDirective, CoreComboboxRootDirective, provideComboboxContext, CoreComboboxTriggerDirective, ComboboxItemContextService } from '@qualcomm-ui/angular-core/combobox';
|
|
6
|
+
import { provideIcons } from '@qualcomm-ui/angular-core/lucide';
|
|
7
|
+
import { mergeProps } from '@qualcomm-ui/utils/merge-props';
|
|
8
|
+
import * as i2 from '@qualcomm-ui/angular-core/machine';
|
|
9
|
+
import { BaseApiContextService, createApiContext, ApiContextDirective, useTrackBindings, normalizeProps, QBindDirective } from '@qualcomm-ui/angular-core/machine';
|
|
10
|
+
import * as i1 from '@qualcomm-ui/angular/icon';
|
|
11
|
+
import { IconDirective } from '@qualcomm-ui/angular/icon';
|
|
12
|
+
import { providePresenceContext } from '@qualcomm-ui/angular-core/presence';
|
|
13
|
+
import { createQdsInputApi } from '@qualcomm-ui/qds-core/input';
|
|
14
|
+
import { createQdsSelectApi } from '@qualcomm-ui/qds-core/select';
|
|
15
|
+
import { useInlineIconButtonApi } from '@qualcomm-ui/angular/inline-icon-button';
|
|
16
|
+
import { useCsrCheck, useIsMounted } from '@qualcomm-ui/angular-core/common';
|
|
17
|
+
import { injectVirtualizer, ANGULAR_VIRTUALIZER_INSTANCE_TOKEN } from '@qualcomm-ui/angular-core/virtual';
|
|
18
|
+
import * as i1$1 from '@qualcomm-ui/angular-core/portal';
|
|
19
|
+
import { PortalDirective } from '@qualcomm-ui/angular-core/portal';
|
|
20
|
+
import * as i2$1 from '@qualcomm-ui/angular-core/highlight';
|
|
21
|
+
import { HighlightDirective } from '@qualcomm-ui/angular-core/highlight';
|
|
22
|
+
import { TagDirective } from '@qualcomm-ui/angular/tag';
|
|
23
|
+
|
|
24
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
25
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
26
|
+
class QdsComboboxContextService extends BaseApiContextService {
|
|
27
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsComboboxContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
28
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsComboboxContextService });
|
|
29
|
+
}
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsComboboxContextService, decorators: [{
|
|
31
|
+
type: Injectable
|
|
32
|
+
}] });
|
|
33
|
+
const [QDS_COMBOBOX_CONTEXT, useQdsComboboxContext, provideQdsComboboxContext,] = createApiContext("QdsComboboxContext", QdsComboboxContextService);
|
|
34
|
+
|
|
35
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
36
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
37
|
+
class ComboboxClearTriggerDirective extends CoreComboboxClearTriggerDirective {
|
|
38
|
+
qdsComboboxContext = useQdsComboboxContext();
|
|
39
|
+
clearTriggerContext = useInputClearTrigger();
|
|
40
|
+
constructor() {
|
|
41
|
+
super();
|
|
42
|
+
this.trackBindings.extendWith(computed(() => mergeProps(this.clearTriggerContext.getRootBindings(), this.qdsComboboxContext().getClearTriggerBindings())));
|
|
43
|
+
}
|
|
44
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
45
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxClearTriggerDirective, isStandalone: false, selector: "[q-combobox-clear-trigger]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
|
|
46
|
+
<ng-content>
|
|
47
|
+
<svg qIcon="X" [q-bind]="clearTriggerContext.getIconBindings()"></svg>
|
|
48
|
+
</ng-content>
|
|
49
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
50
|
+
}
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxClearTriggerDirective, decorators: [{
|
|
52
|
+
type: Component,
|
|
53
|
+
args: [{
|
|
54
|
+
providers: [provideIcons({ X })],
|
|
55
|
+
selector: "[q-combobox-clear-trigger]",
|
|
56
|
+
standalone: false,
|
|
57
|
+
template: `
|
|
58
|
+
<ng-content>
|
|
59
|
+
<svg qIcon="X" [q-bind]="clearTriggerContext.getIconBindings()"></svg>
|
|
60
|
+
</ng-content>
|
|
61
|
+
`,
|
|
62
|
+
}]
|
|
63
|
+
}], ctorParameters: () => [] });
|
|
64
|
+
|
|
65
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
66
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
67
|
+
class ComboboxContentDirective extends CoreComboboxContentDirective {
|
|
68
|
+
qdsComboboxContext = useQdsComboboxContext();
|
|
69
|
+
constructor() {
|
|
70
|
+
super();
|
|
71
|
+
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getContentBindings()));
|
|
72
|
+
}
|
|
73
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
74
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxContentDirective, isStandalone: false, selector: "[q-combobox-content]", usesInheritance: true, ngImport: i0 });
|
|
75
|
+
}
|
|
76
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxContentDirective, decorators: [{
|
|
77
|
+
type: Directive,
|
|
78
|
+
args: [{
|
|
79
|
+
selector: "[q-combobox-content]",
|
|
80
|
+
standalone: false,
|
|
81
|
+
}]
|
|
82
|
+
}], ctorParameters: () => [] });
|
|
83
|
+
|
|
84
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
85
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
86
|
+
class ComboboxContextDirective extends ApiContextDirective {
|
|
87
|
+
constructor() {
|
|
88
|
+
const contextService = inject(ComboboxContextService);
|
|
89
|
+
super(contextService, "comboboxContext");
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Type guard for the context, provides intellisense for the context in the
|
|
93
|
+
* template.
|
|
94
|
+
*/
|
|
95
|
+
static ngTemplateContextGuard(dir, ctx) {
|
|
96
|
+
return true;
|
|
97
|
+
}
|
|
98
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
99
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxContextDirective, isStandalone: false, selector: "[comboboxContext]", usesInheritance: true, ngImport: i0 });
|
|
100
|
+
}
|
|
101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxContextDirective, decorators: [{
|
|
102
|
+
type: Directive,
|
|
103
|
+
args: [{
|
|
104
|
+
selector: "[comboboxContext]",
|
|
105
|
+
standalone: false,
|
|
106
|
+
}]
|
|
107
|
+
}], ctorParameters: () => [] });
|
|
108
|
+
|
|
109
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
110
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
111
|
+
class ComboboxControlDirective extends CoreComboboxControlDirective {
|
|
112
|
+
qdsInputContext = useQdsInputContext();
|
|
113
|
+
qdsComboboxContext = useQdsComboboxContext();
|
|
114
|
+
constructor() {
|
|
115
|
+
super();
|
|
116
|
+
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getControlBindings()));
|
|
117
|
+
}
|
|
118
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
119
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ComboboxControlDirective, isStandalone: false, selector: "[q-combobox-control]", usesInheritance: true, ngImport: i0, template: `
|
|
120
|
+
<ng-content select="[q-combobox-icon]">
|
|
121
|
+
@if (qdsInputContext().startIcon) {
|
|
122
|
+
<svg
|
|
123
|
+
[q-bind]="qdsComboboxContext().getIconBindings()"
|
|
124
|
+
[qIcon]="qdsInputContext().startIcon!"
|
|
125
|
+
/>
|
|
126
|
+
}
|
|
127
|
+
</ng-content>
|
|
128
|
+
<ng-content />
|
|
129
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
130
|
+
}
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxControlDirective, decorators: [{
|
|
132
|
+
type: Component,
|
|
133
|
+
args: [{
|
|
134
|
+
selector: "[q-combobox-control]",
|
|
135
|
+
standalone: false,
|
|
136
|
+
template: `
|
|
137
|
+
<ng-content select="[q-combobox-icon]">
|
|
138
|
+
@if (qdsInputContext().startIcon) {
|
|
139
|
+
<svg
|
|
140
|
+
[q-bind]="qdsComboboxContext().getIconBindings()"
|
|
141
|
+
[qIcon]="qdsInputContext().startIcon!"
|
|
142
|
+
/>
|
|
143
|
+
}
|
|
144
|
+
</ng-content>
|
|
145
|
+
<ng-content />
|
|
146
|
+
`,
|
|
147
|
+
}]
|
|
148
|
+
}], ctorParameters: () => [] });
|
|
149
|
+
|
|
150
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
151
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
152
|
+
class ComboboxEmptyDirective extends CoreComboboxEmptyDirective {
|
|
153
|
+
qdsContext = useQdsComboboxContext();
|
|
154
|
+
constructor() {
|
|
155
|
+
super();
|
|
156
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getItemBindings()));
|
|
157
|
+
}
|
|
158
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxEmptyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
159
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxEmptyDirective, isStandalone: false, selector: "[q-combobox-empty]", usesInheritance: true, ngImport: i0 });
|
|
160
|
+
}
|
|
161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxEmptyDirective, decorators: [{
|
|
162
|
+
type: Directive,
|
|
163
|
+
args: [{
|
|
164
|
+
selector: "[q-combobox-empty]",
|
|
165
|
+
standalone: false,
|
|
166
|
+
}]
|
|
167
|
+
}], ctorParameters: () => [] });
|
|
168
|
+
|
|
169
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
170
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
171
|
+
class ComboboxErrorIndicatorDirective extends CoreComboboxErrorIndicatorDirective {
|
|
172
|
+
/**
|
|
173
|
+
* lucide-angular icon
|
|
174
|
+
*
|
|
175
|
+
* @default CircleAlert
|
|
176
|
+
*/
|
|
177
|
+
icon = input(CircleAlert, ...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
178
|
+
inputErrorIndicatorContext = useInputErrorIndicator();
|
|
179
|
+
constructor() {
|
|
180
|
+
super();
|
|
181
|
+
this.trackBindings.extendWith(() => this.inputErrorIndicatorContext.getBindings());
|
|
182
|
+
}
|
|
183
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
184
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: ComboboxErrorIndicatorDirective, isStandalone: false, selector: "[q-combobox-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
185
|
+
<ng-content>
|
|
186
|
+
<svg [qIcon]="icon()"></svg>
|
|
187
|
+
</ng-content>
|
|
188
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
189
|
+
}
|
|
190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxErrorIndicatorDirective, decorators: [{
|
|
191
|
+
type: Component,
|
|
192
|
+
args: [{
|
|
193
|
+
selector: "[q-combobox-error-indicator]",
|
|
194
|
+
standalone: false,
|
|
195
|
+
template: `
|
|
196
|
+
<ng-content>
|
|
197
|
+
<svg [qIcon]="icon()"></svg>
|
|
198
|
+
</ng-content>
|
|
199
|
+
`,
|
|
200
|
+
}]
|
|
201
|
+
}], ctorParameters: () => [], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
|
|
202
|
+
|
|
203
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
204
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
205
|
+
class ComboboxErrorTextDirective extends CoreComboboxErrorTextDirective {
|
|
206
|
+
/**
|
|
207
|
+
* Optional error indicator icon.
|
|
208
|
+
*/
|
|
209
|
+
icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : []));
|
|
210
|
+
errorTextContext = useInputErrorText();
|
|
211
|
+
constructor() {
|
|
212
|
+
super();
|
|
213
|
+
this.trackBindings.extendWith(() => this.errorTextContext.getBindings());
|
|
214
|
+
}
|
|
215
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
216
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ComboboxErrorTextDirective, isStandalone: false, selector: "[q-combobox-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
217
|
+
@if (icon()) {
|
|
218
|
+
<svg [qIcon]="icon()!" />
|
|
219
|
+
}
|
|
220
|
+
<ng-content />
|
|
221
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
222
|
+
}
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxErrorTextDirective, decorators: [{
|
|
224
|
+
type: Component,
|
|
225
|
+
args: [{
|
|
226
|
+
selector: "[q-combobox-error-text]",
|
|
227
|
+
standalone: false,
|
|
228
|
+
template: `
|
|
229
|
+
@if (icon()) {
|
|
230
|
+
<svg [qIcon]="icon()!" />
|
|
231
|
+
}
|
|
232
|
+
<ng-content />
|
|
233
|
+
`,
|
|
234
|
+
}]
|
|
235
|
+
}], ctorParameters: () => [], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
|
|
236
|
+
|
|
237
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
238
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
239
|
+
class ComboboxHintDirective extends CoreComboboxHintDirective {
|
|
240
|
+
hintContext = useInputHint();
|
|
241
|
+
constructor() {
|
|
242
|
+
super();
|
|
243
|
+
this.trackBindings.extendWith(() => this.hintContext.getBindings());
|
|
244
|
+
}
|
|
245
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
246
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxHintDirective, isStandalone: false, selector: "[q-combobox-hint]", usesInheritance: true, ngImport: i0 });
|
|
247
|
+
}
|
|
248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxHintDirective, decorators: [{
|
|
249
|
+
type: Directive,
|
|
250
|
+
args: [{
|
|
251
|
+
selector: "[q-combobox-hint]",
|
|
252
|
+
standalone: false,
|
|
253
|
+
}]
|
|
254
|
+
}], ctorParameters: () => [] });
|
|
255
|
+
|
|
256
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
257
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
258
|
+
class ComboboxIconDirective {
|
|
259
|
+
qdsInputContext = useQdsInputContext();
|
|
260
|
+
trackBindings = useTrackBindings(() => this.qdsInputContext().getStartIconBindings());
|
|
261
|
+
ngOnInit() {
|
|
262
|
+
this.trackBindings();
|
|
263
|
+
}
|
|
264
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
265
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxIconDirective, isStandalone: false, selector: "[q-combobox-icon]", ngImport: i0 });
|
|
266
|
+
}
|
|
267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxIconDirective, decorators: [{
|
|
268
|
+
type: Directive,
|
|
269
|
+
args: [{
|
|
270
|
+
selector: "[q-combobox-icon]",
|
|
271
|
+
standalone: false,
|
|
272
|
+
}]
|
|
273
|
+
}] });
|
|
274
|
+
|
|
275
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
276
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
277
|
+
class ComboboxInputDirective extends CoreComboboxInputDirective {
|
|
278
|
+
qdsInputContext = useQdsInputContext();
|
|
279
|
+
constructor() {
|
|
280
|
+
super();
|
|
281
|
+
this.trackBindings.extendWith(() => this.qdsInputContext().getInputBindings());
|
|
282
|
+
}
|
|
283
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
284
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxInputDirective, isStandalone: false, selector: "[q-combobox-input]", usesInheritance: true, ngImport: i0 });
|
|
285
|
+
}
|
|
286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxInputDirective, decorators: [{
|
|
287
|
+
type: Directive,
|
|
288
|
+
args: [{
|
|
289
|
+
selector: "[q-combobox-input]",
|
|
290
|
+
standalone: false,
|
|
291
|
+
}]
|
|
292
|
+
}], ctorParameters: () => [] });
|
|
293
|
+
|
|
294
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
295
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
296
|
+
class ComboboxItemIndicatorDirective extends CoreComboboxItemIndicatorDirective {
|
|
297
|
+
qdsContext = useQdsComboboxContext();
|
|
298
|
+
constructor() {
|
|
299
|
+
super();
|
|
300
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getItemIndicatorBindings()));
|
|
301
|
+
}
|
|
302
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxItemIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
303
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxItemIndicatorDirective, isStandalone: false, selector: "[q-combobox-item-indicator]", providers: [provideIcons({ Check })], usesInheritance: true, ngImport: i0, template: `
|
|
304
|
+
<ng-content>
|
|
305
|
+
<svg qIcon="Check"></svg>
|
|
306
|
+
</ng-content>
|
|
307
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
308
|
+
}
|
|
309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxItemIndicatorDirective, decorators: [{
|
|
310
|
+
type: Component,
|
|
311
|
+
args: [{
|
|
312
|
+
providers: [provideIcons({ Check })],
|
|
313
|
+
selector: "[q-combobox-item-indicator]",
|
|
314
|
+
standalone: false,
|
|
315
|
+
template: `
|
|
316
|
+
<ng-content>
|
|
317
|
+
<svg qIcon="Check"></svg>
|
|
318
|
+
</ng-content>
|
|
319
|
+
`,
|
|
320
|
+
}]
|
|
321
|
+
}], ctorParameters: () => [] });
|
|
322
|
+
|
|
323
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
324
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
325
|
+
class ComboboxItemTextDirective extends CoreComboboxItemTextDirective {
|
|
326
|
+
qdsComboboxContext = useQdsComboboxContext();
|
|
327
|
+
constructor() {
|
|
328
|
+
super();
|
|
329
|
+
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getItemTextBindings()));
|
|
330
|
+
}
|
|
331
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxItemTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
332
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxItemTextDirective, isStandalone: false, selector: "[q-combobox-item-text]", usesInheritance: true, ngImport: i0 });
|
|
333
|
+
}
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxItemTextDirective, decorators: [{
|
|
335
|
+
type: Directive,
|
|
336
|
+
args: [{
|
|
337
|
+
selector: "[q-combobox-item-text]",
|
|
338
|
+
standalone: false,
|
|
339
|
+
}]
|
|
340
|
+
}], ctorParameters: () => [] });
|
|
341
|
+
|
|
342
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
343
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
344
|
+
class ComboboxItemDirective extends CoreComboboxItemDirective {
|
|
345
|
+
qdsComboboxContext = useQdsComboboxContext();
|
|
346
|
+
constructor() {
|
|
347
|
+
super();
|
|
348
|
+
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getItemBindings()));
|
|
349
|
+
}
|
|
350
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
351
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxItemDirective, isStandalone: false, selector: "[q-combobox-item]", providers: [provideComboboxItemContext()], usesInheritance: true, ngImport: i0 });
|
|
352
|
+
}
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxItemDirective, decorators: [{
|
|
354
|
+
type: Directive,
|
|
355
|
+
args: [{
|
|
356
|
+
providers: [provideComboboxItemContext()],
|
|
357
|
+
selector: "[q-combobox-item]",
|
|
358
|
+
standalone: false,
|
|
359
|
+
}]
|
|
360
|
+
}], ctorParameters: () => [] });
|
|
361
|
+
|
|
362
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
363
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
364
|
+
class ComboboxItemsComponent {
|
|
365
|
+
comboboxContext = useComboboxContext();
|
|
366
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxItemsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
367
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ComboboxItemsComponent, isStandalone: false, selector: "q-combobox-items", ngImport: i0, template: `
|
|
368
|
+
@for (
|
|
369
|
+
item of comboboxContext().collection.items;
|
|
370
|
+
track comboboxContext().collection.getItemValue(item)
|
|
371
|
+
) {
|
|
372
|
+
<div q-combobox-item [item]="item">
|
|
373
|
+
<span q-combobox-item-text>
|
|
374
|
+
{{ comboboxContext().collection.stringifyItem(item) }}
|
|
375
|
+
</span>
|
|
376
|
+
<span q-combobox-item-indicator></span>
|
|
377
|
+
</div>
|
|
378
|
+
}
|
|
379
|
+
`, isInline: true, styles: [":host{display:contents}\n"], dependencies: [{ kind: "directive", type: ComboboxItemDirective, selector: "[q-combobox-item]" }, { kind: "component", type: ComboboxItemIndicatorDirective, selector: "[q-combobox-item-indicator]" }, { kind: "directive", type: ComboboxItemTextDirective, selector: "[q-combobox-item-text]" }] });
|
|
380
|
+
}
|
|
381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxItemsComponent, decorators: [{
|
|
382
|
+
type: Component,
|
|
383
|
+
args: [{ selector: "q-combobox-items", standalone: false, template: `
|
|
384
|
+
@for (
|
|
385
|
+
item of comboboxContext().collection.items;
|
|
386
|
+
track comboboxContext().collection.getItemValue(item)
|
|
387
|
+
) {
|
|
388
|
+
<div q-combobox-item [item]="item">
|
|
389
|
+
<span q-combobox-item-text>
|
|
390
|
+
{{ comboboxContext().collection.stringifyItem(item) }}
|
|
391
|
+
</span>
|
|
392
|
+
<span q-combobox-item-indicator></span>
|
|
393
|
+
</div>
|
|
394
|
+
}
|
|
395
|
+
`, styles: [":host{display:contents}\n"] }]
|
|
396
|
+
}] });
|
|
397
|
+
|
|
398
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
399
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
400
|
+
class ComboboxLabelDirective extends CoreComboboxLabelDirective {
|
|
401
|
+
qdsInputContext = useQdsInputContext();
|
|
402
|
+
qdsComboboxContext = useQdsComboboxContext();
|
|
403
|
+
constructor() {
|
|
404
|
+
super();
|
|
405
|
+
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getLabelBindings()));
|
|
406
|
+
}
|
|
407
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
408
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ComboboxLabelDirective, isStandalone: false, selector: "[q-combobox-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
|
|
409
|
+
<ng-content />
|
|
410
|
+
@if (comboboxContext().required) {
|
|
411
|
+
<svg
|
|
412
|
+
qIcon="Asterisk"
|
|
413
|
+
size="xs"
|
|
414
|
+
[q-bind]="qdsInputContext().getRequiredIndicatorBindings()"
|
|
415
|
+
></svg>
|
|
416
|
+
}
|
|
417
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
418
|
+
}
|
|
419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxLabelDirective, decorators: [{
|
|
420
|
+
type: Component,
|
|
421
|
+
args: [{
|
|
422
|
+
providers: [provideIcons({ Asterisk })],
|
|
423
|
+
selector: "[q-combobox-label]",
|
|
424
|
+
standalone: false,
|
|
425
|
+
template: `
|
|
426
|
+
<ng-content />
|
|
427
|
+
@if (comboboxContext().required) {
|
|
428
|
+
<svg
|
|
429
|
+
qIcon="Asterisk"
|
|
430
|
+
size="xs"
|
|
431
|
+
[q-bind]="qdsInputContext().getRequiredIndicatorBindings()"
|
|
432
|
+
></svg>
|
|
433
|
+
}
|
|
434
|
+
`,
|
|
435
|
+
}]
|
|
436
|
+
}], ctorParameters: () => [] });
|
|
437
|
+
|
|
438
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
439
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
440
|
+
class ComboboxPositionerDirective extends CoreComboboxPositionerDirective {
|
|
441
|
+
qdsContext = useQdsComboboxContext();
|
|
442
|
+
constructor() {
|
|
443
|
+
super();
|
|
444
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getPositionerBindings()));
|
|
445
|
+
}
|
|
446
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxPositionerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
447
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxPositionerDirective, isStandalone: false, selector: "[q-combobox-positioner]", usesInheritance: true, ngImport: i0 });
|
|
448
|
+
}
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxPositionerDirective, decorators: [{
|
|
450
|
+
type: Directive,
|
|
451
|
+
args: [{
|
|
452
|
+
selector: "[q-combobox-positioner]",
|
|
453
|
+
standalone: false,
|
|
454
|
+
}]
|
|
455
|
+
}], ctorParameters: () => [] });
|
|
456
|
+
|
|
457
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
458
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
459
|
+
class ComboboxRootDirective extends CoreComboboxRootDirective {
|
|
460
|
+
/**
|
|
461
|
+
* {@link https://lucide.dev lucide icon}, positioned at the start of the control element.
|
|
462
|
+
*/
|
|
463
|
+
icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : []));
|
|
464
|
+
/**
|
|
465
|
+
* The size of the combobox and its elements. Governs properties like font size,
|
|
466
|
+
* item padding, and icon sizes.
|
|
467
|
+
*
|
|
468
|
+
* @default 'md'
|
|
469
|
+
*/
|
|
470
|
+
size = input("md", ...(ngDevMode ? [{ debugName: "size" }] : []));
|
|
471
|
+
qdsComboboxService = inject(QdsComboboxContextService);
|
|
472
|
+
qdsInputService = inject(QdsInputContextService);
|
|
473
|
+
ngOnInit() {
|
|
474
|
+
this.trackBindings.extendWith(computed(() => this.qdsComboboxService.context().getRootBindings()));
|
|
475
|
+
this.qdsComboboxService.init(computed(() => createQdsSelectApi({
|
|
476
|
+
size: this.size(),
|
|
477
|
+
}, normalizeProps)));
|
|
478
|
+
this.qdsInputService.init(computed(() => createQdsInputApi({
|
|
479
|
+
size: this.size(),
|
|
480
|
+
startIcon: this.icon(),
|
|
481
|
+
}, normalizeProps)));
|
|
482
|
+
super.ngOnInit();
|
|
483
|
+
}
|
|
484
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
485
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: ComboboxRootDirective, isStandalone: false, selector: "[q-combobox-root]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
486
|
+
provideComboboxContext(),
|
|
487
|
+
provideQdsComboboxContext(),
|
|
488
|
+
provideQdsInputContext(),
|
|
489
|
+
providePresenceContext(),
|
|
490
|
+
], usesInheritance: true, ngImport: i0 });
|
|
491
|
+
}
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxRootDirective, decorators: [{
|
|
493
|
+
type: Directive,
|
|
494
|
+
args: [{
|
|
495
|
+
providers: [
|
|
496
|
+
provideComboboxContext(),
|
|
497
|
+
provideQdsComboboxContext(),
|
|
498
|
+
provideQdsInputContext(),
|
|
499
|
+
providePresenceContext(),
|
|
500
|
+
],
|
|
501
|
+
selector: "[q-combobox-root]",
|
|
502
|
+
standalone: false,
|
|
503
|
+
}]
|
|
504
|
+
}], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }] } });
|
|
505
|
+
|
|
506
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
507
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
508
|
+
class ComboboxTriggerDirective extends CoreComboboxTriggerDirective {
|
|
509
|
+
qdsComboboxContext = useQdsComboboxContext();
|
|
510
|
+
inlineIconButtonApi = useInlineIconButtonApi({
|
|
511
|
+
emphasis: "neutral",
|
|
512
|
+
size: computed(() => this.qdsComboboxContext().size === "sm" ? "sm" : "md"),
|
|
513
|
+
variant: "scale",
|
|
514
|
+
});
|
|
515
|
+
constructor() {
|
|
516
|
+
super();
|
|
517
|
+
this.trackBindings.extendWith(computed(() => mergeProps(this.qdsComboboxContext().getIndicatorBindings(), this.inlineIconButtonApi().getRootBindings())));
|
|
518
|
+
}
|
|
519
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
520
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxTriggerDirective, isStandalone: false, selector: "[q-combobox-trigger]", providers: [provideIcons({ ChevronDown })], usesInheritance: true, ngImport: i0, template: `
|
|
521
|
+
<ng-content>
|
|
522
|
+
<svg
|
|
523
|
+
qIcon="ChevronDown"
|
|
524
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
525
|
+
></svg>
|
|
526
|
+
</ng-content>
|
|
527
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
528
|
+
}
|
|
529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxTriggerDirective, decorators: [{
|
|
530
|
+
type: Component,
|
|
531
|
+
args: [{
|
|
532
|
+
providers: [provideIcons({ ChevronDown })],
|
|
533
|
+
selector: "[q-combobox-trigger]",
|
|
534
|
+
standalone: false,
|
|
535
|
+
template: `
|
|
536
|
+
<ng-content>
|
|
537
|
+
<svg
|
|
538
|
+
qIcon="ChevronDown"
|
|
539
|
+
[q-bind]="inlineIconButtonApi().getIconBindings()"
|
|
540
|
+
></svg>
|
|
541
|
+
</ng-content>
|
|
542
|
+
`,
|
|
543
|
+
}]
|
|
544
|
+
}], ctorParameters: () => [] });
|
|
545
|
+
|
|
546
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
547
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
548
|
+
class ComboboxVirtualContentDirective extends CoreComboboxContentDirective {
|
|
549
|
+
/**
|
|
550
|
+
* {@link https://tanstack.com/virtual/v3/docs/api/virtualizer @tanstack/angular-virtual options},
|
|
551
|
+
* forwarded to the virtualizer.
|
|
552
|
+
*
|
|
553
|
+
* @inheritDoc
|
|
554
|
+
*/
|
|
555
|
+
virtualOptions = input(...(ngDevMode ? [undefined, { debugName: "virtualOptions" }] : []));
|
|
556
|
+
isCsr = useCsrCheck();
|
|
557
|
+
qdsComboboxContext = useQdsComboboxContext();
|
|
558
|
+
elementRef = inject(ElementRef);
|
|
559
|
+
positionerRef = () => this.elementRef.nativeElement?.parentElement;
|
|
560
|
+
virtualizer = injectVirtualizer(() => ({
|
|
561
|
+
count: this.comboboxContext().collection.items.length,
|
|
562
|
+
estimateSize: () => (this.qdsComboboxContext().size === "sm" ? 32 : 40),
|
|
563
|
+
getItemKey: (index) => this.comboboxContext().collection.getItemValue(this.comboboxContext().collection.items.at(index)) || "",
|
|
564
|
+
overscan: 5,
|
|
565
|
+
// account for 2px border
|
|
566
|
+
paddingEnd: 2,
|
|
567
|
+
scrollElement: this.positionerRef() || undefined,
|
|
568
|
+
scrollPaddingEnd: 2,
|
|
569
|
+
...this.virtualOptions(),
|
|
570
|
+
}));
|
|
571
|
+
isMounted = useIsMounted();
|
|
572
|
+
timeout = undefined;
|
|
573
|
+
scrollFnInitialized = false;
|
|
574
|
+
renderer = inject(Renderer2);
|
|
575
|
+
scrollbarWidth = signal("0px", ...(ngDevMode ? [{ debugName: "scrollbarWidth" }] : []));
|
|
576
|
+
constructor() {
|
|
577
|
+
super();
|
|
578
|
+
this.trackBindings.extendWith(computed(() => mergeProps(this.qdsComboboxContext().getContentBindings(), {
|
|
579
|
+
"data-virtual": "",
|
|
580
|
+
})));
|
|
581
|
+
effect(() => {
|
|
582
|
+
const context = this.comboboxContext();
|
|
583
|
+
if (this.scrollFnInitialized || !context) {
|
|
584
|
+
return;
|
|
585
|
+
}
|
|
586
|
+
this.scrollFnInitialized = true;
|
|
587
|
+
this.comboboxContext().setScrollToIndexFn(this.scrollToVirtualIndex);
|
|
588
|
+
});
|
|
589
|
+
effect(() => {
|
|
590
|
+
// recompute on context change
|
|
591
|
+
this.comboboxContext();
|
|
592
|
+
if (this.isCsr()) {
|
|
593
|
+
requestAnimationFrame(() => {
|
|
594
|
+
const positioner = this.positionerRef();
|
|
595
|
+
if (!positioner) {
|
|
596
|
+
this.scrollbarWidth.set(`0px`);
|
|
597
|
+
return;
|
|
598
|
+
}
|
|
599
|
+
this.scrollbarWidth.set(`${positioner.offsetWidth - positioner.clientWidth}px`);
|
|
600
|
+
});
|
|
601
|
+
}
|
|
602
|
+
});
|
|
603
|
+
}
|
|
604
|
+
scrollToVirtualIndex = (details) => {
|
|
605
|
+
const scrollOptions = {
|
|
606
|
+
align: "auto",
|
|
607
|
+
behavior: "auto",
|
|
608
|
+
};
|
|
609
|
+
if (!details) {
|
|
610
|
+
return;
|
|
611
|
+
}
|
|
612
|
+
if (details.immediate) {
|
|
613
|
+
this.virtualizer.scrollToIndex(details.index, scrollOptions);
|
|
614
|
+
}
|
|
615
|
+
else {
|
|
616
|
+
clearTimeout(this.timeout);
|
|
617
|
+
this.timeout = setTimeout(() => {
|
|
618
|
+
if (this.isMounted()) {
|
|
619
|
+
this.virtualizer.scrollToIndex(details.index, scrollOptions);
|
|
620
|
+
}
|
|
621
|
+
});
|
|
622
|
+
}
|
|
623
|
+
};
|
|
624
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxVirtualContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
625
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: ComboboxVirtualContentDirective, isStandalone: false, selector: "[q-combobox-virtual-content]", inputs: { virtualOptions: { classPropertyName: "virtualOptions", publicName: "virtualOptions", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.--scrollbar-width": "scrollbarWidth()", "style.height.px": "virtualizer.getTotalSize()" } }, providers: [
|
|
626
|
+
{
|
|
627
|
+
provide: ANGULAR_VIRTUALIZER_INSTANCE_TOKEN,
|
|
628
|
+
useFactory: () => {
|
|
629
|
+
const directive = inject(ComboboxVirtualContentDirective);
|
|
630
|
+
return directive.virtualizer;
|
|
631
|
+
},
|
|
632
|
+
},
|
|
633
|
+
], usesInheritance: true, ngImport: i0 });
|
|
634
|
+
}
|
|
635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxVirtualContentDirective, decorators: [{
|
|
636
|
+
type: Directive,
|
|
637
|
+
args: [{
|
|
638
|
+
host: {
|
|
639
|
+
"[style.--scrollbar-width]": "scrollbarWidth()",
|
|
640
|
+
"[style.height.px]": "virtualizer.getTotalSize()",
|
|
641
|
+
},
|
|
642
|
+
providers: [
|
|
643
|
+
{
|
|
644
|
+
provide: ANGULAR_VIRTUALIZER_INSTANCE_TOKEN,
|
|
645
|
+
useFactory: () => {
|
|
646
|
+
const directive = inject(ComboboxVirtualContentDirective);
|
|
647
|
+
return directive.virtualizer;
|
|
648
|
+
},
|
|
649
|
+
},
|
|
650
|
+
],
|
|
651
|
+
selector: "[q-combobox-virtual-content]",
|
|
652
|
+
standalone: false,
|
|
653
|
+
}]
|
|
654
|
+
}], ctorParameters: () => [], propDecorators: { virtualOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "virtualOptions", required: false }] }] } });
|
|
655
|
+
|
|
656
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
657
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
658
|
+
/**
|
|
659
|
+
* Virtual item renderer. Only intended to be used as a child of the
|
|
660
|
+
* `q-combobox-virtual-content` directive.
|
|
661
|
+
*/
|
|
662
|
+
class ComboboxVirtualItemDirective {
|
|
663
|
+
qdsComboboxContext = useQdsComboboxContext();
|
|
664
|
+
/**
|
|
665
|
+
* A virtual item returned from `virtualizer.getVirtualItems()`
|
|
666
|
+
*/
|
|
667
|
+
virtualItem = input.required(...(ngDevMode ? [{ debugName: "virtualItem" }] : []));
|
|
668
|
+
/**
|
|
669
|
+
* Whether hovering outside should clear the highlighted state
|
|
670
|
+
*/
|
|
671
|
+
persistFocus = input(undefined, ...(ngDevMode ? [{ debugName: "persistFocus", transform: booleanAttribute }] : [{
|
|
672
|
+
transform: booleanAttribute,
|
|
673
|
+
}]));
|
|
674
|
+
comboboxContext = useComboboxContext();
|
|
675
|
+
comboboxItemService = inject(ComboboxItemContextService);
|
|
676
|
+
virtualItemStart = computed(() => {
|
|
677
|
+
const virtualItem = this.virtualItem();
|
|
678
|
+
return `${virtualItem.start}px`;
|
|
679
|
+
}, ...(ngDevMode ? [{ debugName: "virtualItemStart" }] : []));
|
|
680
|
+
trackBindings = useTrackBindings(() => mergeProps(this.comboboxContext().getItemBindings(this.comboboxItemService.context()), this.qdsComboboxContext().getItemBindings(), { "data-virtual": "" }));
|
|
681
|
+
ngOnInit() {
|
|
682
|
+
this.comboboxItemService.init(computed(() => this.comboboxContext().getItemState({
|
|
683
|
+
item: this.comboboxContext().collection.items.at(this.virtualItem().index),
|
|
684
|
+
persistFocus: this.persistFocus(),
|
|
685
|
+
})));
|
|
686
|
+
this.trackBindings();
|
|
687
|
+
}
|
|
688
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxVirtualItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
689
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: ComboboxVirtualItemDirective, isStandalone: false, selector: "[q-combobox-virtual-item]", inputs: { virtualItem: { classPropertyName: "virtualItem", publicName: "virtualItem", isSignal: true, isRequired: true, transformFunction: null }, persistFocus: { classPropertyName: "persistFocus", publicName: "persistFocus", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.--virtual-item-start": "virtualItemStart()" } }, providers: [provideComboboxItemContext()], ngImport: i0 });
|
|
690
|
+
}
|
|
691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxVirtualItemDirective, decorators: [{
|
|
692
|
+
type: Directive,
|
|
693
|
+
args: [{
|
|
694
|
+
host: {
|
|
695
|
+
"[style.--virtual-item-start]": "virtualItemStart()",
|
|
696
|
+
},
|
|
697
|
+
providers: [provideComboboxItemContext()],
|
|
698
|
+
selector: "[q-combobox-virtual-item]",
|
|
699
|
+
standalone: false,
|
|
700
|
+
}]
|
|
701
|
+
}], propDecorators: { virtualItem: [{ type: i0.Input, args: [{ isSignal: true, alias: "virtualItem", required: true }] }], persistFocus: [{ type: i0.Input, args: [{ isSignal: true, alias: "persistFocus", required: false }] }] } });
|
|
702
|
+
|
|
703
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
704
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
705
|
+
class ComboboxVirtualizerDirective {
|
|
706
|
+
templateRef = inject(TemplateRef);
|
|
707
|
+
viewContainerRef = inject(ViewContainerRef);
|
|
708
|
+
virtualizer = inject(ANGULAR_VIRTUALIZER_INSTANCE_TOKEN);
|
|
709
|
+
static ngTemplateContextGuard(dir, ctx) {
|
|
710
|
+
return true;
|
|
711
|
+
}
|
|
712
|
+
ngOnInit() {
|
|
713
|
+
const virtualizer = this.virtualizer;
|
|
714
|
+
this.viewContainerRef.createEmbeddedView(this.templateRef, {
|
|
715
|
+
$implicit: virtualizer,
|
|
716
|
+
});
|
|
717
|
+
}
|
|
718
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxVirtualizerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
719
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ComboboxVirtualizerDirective, isStandalone: false, selector: "[comboboxVirtualizer]", ngImport: i0 });
|
|
720
|
+
}
|
|
721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxVirtualizerDirective, decorators: [{
|
|
722
|
+
type: Directive,
|
|
723
|
+
args: [{
|
|
724
|
+
selector: "[comboboxVirtualizer]",
|
|
725
|
+
standalone: false,
|
|
726
|
+
}]
|
|
727
|
+
}] });
|
|
728
|
+
|
|
729
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
730
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
731
|
+
class ComboboxComponent extends ComboboxRootDirective {
|
|
732
|
+
/**
|
|
733
|
+
* ARIA label applied to the control element. Use this if you omit the {@link
|
|
734
|
+
* label}
|
|
735
|
+
*/
|
|
736
|
+
ariaLabel = input(...(ngDevMode ? [undefined, { debugName: "ariaLabel" }] : []));
|
|
737
|
+
/**
|
|
738
|
+
* When `true`, renders a clear button that resets the input value on click.
|
|
739
|
+
* The button only appears when the input has a value.
|
|
740
|
+
*
|
|
741
|
+
* @default true
|
|
742
|
+
*/
|
|
743
|
+
clearable = input(true, ...(ngDevMode ? [{ debugName: "clearable", transform: booleanAttribute }] : [{
|
|
744
|
+
transform: booleanAttribute,
|
|
745
|
+
}]));
|
|
746
|
+
/**
|
|
747
|
+
* Set to true to disable portalling behavior for the combobox dropdown content.
|
|
748
|
+
*/
|
|
749
|
+
disablePortal = input(undefined, ...(ngDevMode ? [{ debugName: "disablePortal", transform: booleanAttribute }] : [{
|
|
750
|
+
transform: booleanAttribute,
|
|
751
|
+
}]));
|
|
752
|
+
/**
|
|
753
|
+
* Text to display when no items match the filter.
|
|
754
|
+
*
|
|
755
|
+
* @default 'No results found'
|
|
756
|
+
*/
|
|
757
|
+
emptyText = input("No results found", ...(ngDevMode ? [{ debugName: "emptyText" }] : []));
|
|
758
|
+
/**
|
|
759
|
+
* Optional error that describes the element when {@link invalid} is true.
|
|
760
|
+
*
|
|
761
|
+
* @remarks
|
|
762
|
+
* To customize the element, provide it using the directive instead:
|
|
763
|
+
*
|
|
764
|
+
* ```angular-html
|
|
765
|
+
* <div q-combobox-error-text>...</div>
|
|
766
|
+
* ```
|
|
767
|
+
*/
|
|
768
|
+
errorText = input(...(ngDevMode ? [undefined, { debugName: "errorText" }] : []));
|
|
769
|
+
/**
|
|
770
|
+
* Optional hint describing the element. This element is automatically
|
|
771
|
+
* associated with the component's input element for accessibility.
|
|
772
|
+
*
|
|
773
|
+
* @remarks
|
|
774
|
+
* To customize the element, provide it using the directive instead:
|
|
775
|
+
*
|
|
776
|
+
* ```angular-html
|
|
777
|
+
* <div q-combobox-hint>...</div>
|
|
778
|
+
* ```
|
|
779
|
+
*/
|
|
780
|
+
hint = input(...(ngDevMode ? [undefined, { debugName: "hint" }] : []));
|
|
781
|
+
/**
|
|
782
|
+
* Set to `true` to highlight option text matches during filtering.
|
|
783
|
+
*/
|
|
784
|
+
highlightMatchingText = input(undefined, ...(ngDevMode ? [{ debugName: "highlightMatchingText", transform: booleanAttribute }] : [{
|
|
785
|
+
transform: booleanAttribute,
|
|
786
|
+
}]));
|
|
787
|
+
/**
|
|
788
|
+
* Optional label describing the element. Recommended. This element is
|
|
789
|
+
* automatically associated with the component's input element for
|
|
790
|
+
* accessibility.
|
|
791
|
+
*
|
|
792
|
+
* @remarks
|
|
793
|
+
* To customize the element, provide it using the directive instead:
|
|
794
|
+
*
|
|
795
|
+
* ```angular-html
|
|
796
|
+
* <div q-combobox-label>...</div>
|
|
797
|
+
* ```
|
|
798
|
+
*/
|
|
799
|
+
label = input(...(ngDevMode ? [undefined, { debugName: "label" }] : []));
|
|
800
|
+
/**
|
|
801
|
+
* When `true`, the list items will be virtually rendered. Useful for large lists.
|
|
802
|
+
*/
|
|
803
|
+
virtual = input(undefined, ...(ngDevMode ? [{ debugName: "virtual", transform: booleanAttribute }] : [{
|
|
804
|
+
transform: booleanAttribute,
|
|
805
|
+
}]));
|
|
806
|
+
customContent = contentChild(ComboboxContentDirective, ...(ngDevMode ? [{ debugName: "customContent" }] : []));
|
|
807
|
+
customVirtualContent = contentChild(ComboboxVirtualContentDirective, ...(ngDevMode ? [{ debugName: "customVirtualContent" }] : []));
|
|
808
|
+
shouldRenderCustom = computed(() => !!this.customContent(), ...(ngDevMode ? [{ debugName: "shouldRenderCustom" }] : []));
|
|
809
|
+
shouldRenderVirtual = computed(() => !!this.customVirtualContent(), ...(ngDevMode ? [{ debugName: "shouldRenderVirtual" }] : []));
|
|
810
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
811
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ComboboxComponent, isStandalone: false, selector: "q-combobox", inputs: { ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null }, clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null }, disablePortal: { classPropertyName: "disablePortal", publicName: "disablePortal", isSignal: true, isRequired: false, transformFunction: null }, emptyText: { classPropertyName: "emptyText", publicName: "emptyText", isSignal: true, isRequired: false, transformFunction: null }, errorText: { classPropertyName: "errorText", publicName: "errorText", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, highlightMatchingText: { classPropertyName: "highlightMatchingText", publicName: "highlightMatchingText", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, virtual: { classPropertyName: "virtual", publicName: "virtual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
812
|
+
provideComboboxContext(),
|
|
813
|
+
provideQdsComboboxContext(),
|
|
814
|
+
provideQdsInputContext(),
|
|
815
|
+
providePresenceContext(),
|
|
816
|
+
], queries: [{ propertyName: "customContent", first: true, predicate: ComboboxContentDirective, descendants: true, isSignal: true }, { propertyName: "customVirtualContent", first: true, predicate: ComboboxVirtualContentDirective, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
|
|
817
|
+
<ng-content select="[q-combobox-label]">
|
|
818
|
+
@if (label()) {
|
|
819
|
+
<div q-combobox-label>{{ label() }}</div>
|
|
820
|
+
}
|
|
821
|
+
</ng-content>
|
|
822
|
+
|
|
823
|
+
<ng-content select="[q-combobox-control]">
|
|
824
|
+
<div q-combobox-control [attr.aria-label]="ariaLabel()">
|
|
825
|
+
<ng-content select="[q-combobox-icon]" />
|
|
826
|
+
<ng-content select="[q-combobox-input]">
|
|
827
|
+
<input q-combobox-input [placeholder]="placeholder()" />
|
|
828
|
+
</ng-content>
|
|
829
|
+
<ng-content select="[q-combobox-clear-trigger]">
|
|
830
|
+
@if (clearable()) {
|
|
831
|
+
<button q-combobox-clear-trigger></button>
|
|
832
|
+
}
|
|
833
|
+
</ng-content>
|
|
834
|
+
<ng-content select="[q-combobox-trigger]">
|
|
835
|
+
<button q-combobox-trigger></button>
|
|
836
|
+
</ng-content>
|
|
837
|
+
<ng-content select="[q-combobox-error-indicator]">
|
|
838
|
+
<div q-combobox-error-indicator></div>
|
|
839
|
+
</ng-content>
|
|
840
|
+
</div>
|
|
841
|
+
</ng-content>
|
|
842
|
+
|
|
843
|
+
<ng-content select="[q-combobox-hint]">
|
|
844
|
+
@if (hint()) {
|
|
845
|
+
<div q-combobox-hint>{{ hint() }}</div>
|
|
846
|
+
}
|
|
847
|
+
</ng-content>
|
|
848
|
+
|
|
849
|
+
<ng-content select="[q-combobox-error-text]">
|
|
850
|
+
@if (errorText()) {
|
|
851
|
+
<div q-combobox-error-text>{{ errorText() }}</div>
|
|
852
|
+
}
|
|
853
|
+
</ng-content>
|
|
854
|
+
|
|
855
|
+
<ng-template qPortal [disabled]="disablePortal()">
|
|
856
|
+
<div q-combobox-positioner>
|
|
857
|
+
@if (shouldRenderCustom()) {
|
|
858
|
+
<ng-content select="[q-combobox-content]" />
|
|
859
|
+
} @else if (shouldRenderVirtual()) {
|
|
860
|
+
<ng-content select="[q-combobox-virtual-content]" />
|
|
861
|
+
} @else {
|
|
862
|
+
@if (virtual()) {
|
|
863
|
+
<div q-combobox-virtual-content>
|
|
864
|
+
<ng-content select="[q-combobox-empty]">
|
|
865
|
+
@if (emptyText()) {
|
|
866
|
+
<div q-combobox-empty>{{ emptyText() }}</div>
|
|
867
|
+
}
|
|
868
|
+
</ng-content>
|
|
869
|
+
<ng-container *comboboxVirtualizer="let virtualizer">
|
|
870
|
+
@for (
|
|
871
|
+
virtualItem of virtualizer.getVirtualItems();
|
|
872
|
+
track virtualItem.index
|
|
873
|
+
) {
|
|
874
|
+
@let item = collection().items.at(virtualItem.index);
|
|
875
|
+
<div q-combobox-virtual-item [virtualItem]="virtualItem">
|
|
876
|
+
@if (highlightMatchingText()) {
|
|
877
|
+
<span
|
|
878
|
+
ignoreCase
|
|
879
|
+
q-combobox-item-text
|
|
880
|
+
q-highlight
|
|
881
|
+
[query]="inputValue()"
|
|
882
|
+
[text]="collection().stringifyItem(item)"
|
|
883
|
+
></span>
|
|
884
|
+
} @else {
|
|
885
|
+
<span q-combobox-item-text>
|
|
886
|
+
{{ collection().stringifyItem(item) }}
|
|
887
|
+
</span>
|
|
888
|
+
}
|
|
889
|
+
<span q-combobox-item-indicator></span>
|
|
890
|
+
</div>
|
|
891
|
+
}
|
|
892
|
+
</ng-container>
|
|
893
|
+
</div>
|
|
894
|
+
} @else {
|
|
895
|
+
<div q-combobox-content>
|
|
896
|
+
<ng-content select="[q-combobox-empty]">
|
|
897
|
+
@if (emptyText()) {
|
|
898
|
+
<div q-combobox-empty>{{ emptyText() }}</div>
|
|
899
|
+
}
|
|
900
|
+
</ng-content>
|
|
901
|
+
@for (
|
|
902
|
+
item of collection().items;
|
|
903
|
+
track collection().getItemValue(item)
|
|
904
|
+
) {
|
|
905
|
+
<div q-combobox-item [item]="item">
|
|
906
|
+
@if (highlightMatchingText()) {
|
|
907
|
+
<span
|
|
908
|
+
ignoreCase
|
|
909
|
+
q-combobox-item-text
|
|
910
|
+
q-highlight
|
|
911
|
+
[query]="inputValue()"
|
|
912
|
+
[text]="collection().stringifyItem(item)"
|
|
913
|
+
></span>
|
|
914
|
+
} @else {
|
|
915
|
+
<span q-combobox-item-text>
|
|
916
|
+
{{ collection().stringifyItem(item) }}
|
|
917
|
+
</span>
|
|
918
|
+
}
|
|
919
|
+
<span q-combobox-item-indicator></span>
|
|
920
|
+
</div>
|
|
921
|
+
}
|
|
922
|
+
</div>
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
</div>
|
|
926
|
+
</ng-template>
|
|
927
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1$1.PortalDirective, selector: "[qPortal]", inputs: ["disabled", "container"] }, { kind: "component", type: i2$1.HighlightDirective, selector: "[q-highlight]", inputs: ["exactMatch", "ignoreCase", "matchAll", "query", "text"] }, { kind: "component", type: ComboboxClearTriggerDirective, selector: "[q-combobox-clear-trigger]" }, { kind: "directive", type: ComboboxContentDirective, selector: "[q-combobox-content]" }, { kind: "component", type: ComboboxControlDirective, selector: "[q-combobox-control]" }, { kind: "directive", type: ComboboxEmptyDirective, selector: "[q-combobox-empty]" }, { kind: "component", type: ComboboxErrorIndicatorDirective, selector: "[q-combobox-error-indicator]", inputs: ["icon"] }, { kind: "component", type: ComboboxErrorTextDirective, selector: "[q-combobox-error-text]", inputs: ["icon"] }, { kind: "directive", type: ComboboxHintDirective, selector: "[q-combobox-hint]" }, { kind: "directive", type: ComboboxInputDirective, selector: "[q-combobox-input]" }, { kind: "directive", type: ComboboxItemDirective, selector: "[q-combobox-item]" }, { kind: "component", type: ComboboxItemIndicatorDirective, selector: "[q-combobox-item-indicator]" }, { kind: "directive", type: ComboboxItemTextDirective, selector: "[q-combobox-item-text]" }, { kind: "component", type: ComboboxLabelDirective, selector: "[q-combobox-label]" }, { kind: "directive", type: ComboboxPositionerDirective, selector: "[q-combobox-positioner]" }, { kind: "component", type: ComboboxTriggerDirective, selector: "[q-combobox-trigger]" }, { kind: "directive", type: ComboboxVirtualContentDirective, selector: "[q-combobox-virtual-content]", inputs: ["virtualOptions"] }, { kind: "directive", type: ComboboxVirtualItemDirective, selector: "[q-combobox-virtual-item]", inputs: ["virtualItem", "persistFocus"] }, { kind: "directive", type: ComboboxVirtualizerDirective, selector: "[comboboxVirtualizer]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
928
|
+
}
|
|
929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxComponent, decorators: [{
|
|
930
|
+
type: Component,
|
|
931
|
+
args: [{
|
|
932
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
933
|
+
providers: [
|
|
934
|
+
provideComboboxContext(),
|
|
935
|
+
provideQdsComboboxContext(),
|
|
936
|
+
provideQdsInputContext(),
|
|
937
|
+
providePresenceContext(),
|
|
938
|
+
],
|
|
939
|
+
selector: "q-combobox",
|
|
940
|
+
standalone: false,
|
|
941
|
+
template: `
|
|
942
|
+
<ng-content select="[q-combobox-label]">
|
|
943
|
+
@if (label()) {
|
|
944
|
+
<div q-combobox-label>{{ label() }}</div>
|
|
945
|
+
}
|
|
946
|
+
</ng-content>
|
|
947
|
+
|
|
948
|
+
<ng-content select="[q-combobox-control]">
|
|
949
|
+
<div q-combobox-control [attr.aria-label]="ariaLabel()">
|
|
950
|
+
<ng-content select="[q-combobox-icon]" />
|
|
951
|
+
<ng-content select="[q-combobox-input]">
|
|
952
|
+
<input q-combobox-input [placeholder]="placeholder()" />
|
|
953
|
+
</ng-content>
|
|
954
|
+
<ng-content select="[q-combobox-clear-trigger]">
|
|
955
|
+
@if (clearable()) {
|
|
956
|
+
<button q-combobox-clear-trigger></button>
|
|
957
|
+
}
|
|
958
|
+
</ng-content>
|
|
959
|
+
<ng-content select="[q-combobox-trigger]">
|
|
960
|
+
<button q-combobox-trigger></button>
|
|
961
|
+
</ng-content>
|
|
962
|
+
<ng-content select="[q-combobox-error-indicator]">
|
|
963
|
+
<div q-combobox-error-indicator></div>
|
|
964
|
+
</ng-content>
|
|
965
|
+
</div>
|
|
966
|
+
</ng-content>
|
|
967
|
+
|
|
968
|
+
<ng-content select="[q-combobox-hint]">
|
|
969
|
+
@if (hint()) {
|
|
970
|
+
<div q-combobox-hint>{{ hint() }}</div>
|
|
971
|
+
}
|
|
972
|
+
</ng-content>
|
|
973
|
+
|
|
974
|
+
<ng-content select="[q-combobox-error-text]">
|
|
975
|
+
@if (errorText()) {
|
|
976
|
+
<div q-combobox-error-text>{{ errorText() }}</div>
|
|
977
|
+
}
|
|
978
|
+
</ng-content>
|
|
979
|
+
|
|
980
|
+
<ng-template qPortal [disabled]="disablePortal()">
|
|
981
|
+
<div q-combobox-positioner>
|
|
982
|
+
@if (shouldRenderCustom()) {
|
|
983
|
+
<ng-content select="[q-combobox-content]" />
|
|
984
|
+
} @else if (shouldRenderVirtual()) {
|
|
985
|
+
<ng-content select="[q-combobox-virtual-content]" />
|
|
986
|
+
} @else {
|
|
987
|
+
@if (virtual()) {
|
|
988
|
+
<div q-combobox-virtual-content>
|
|
989
|
+
<ng-content select="[q-combobox-empty]">
|
|
990
|
+
@if (emptyText()) {
|
|
991
|
+
<div q-combobox-empty>{{ emptyText() }}</div>
|
|
992
|
+
}
|
|
993
|
+
</ng-content>
|
|
994
|
+
<ng-container *comboboxVirtualizer="let virtualizer">
|
|
995
|
+
@for (
|
|
996
|
+
virtualItem of virtualizer.getVirtualItems();
|
|
997
|
+
track virtualItem.index
|
|
998
|
+
) {
|
|
999
|
+
@let item = collection().items.at(virtualItem.index);
|
|
1000
|
+
<div q-combobox-virtual-item [virtualItem]="virtualItem">
|
|
1001
|
+
@if (highlightMatchingText()) {
|
|
1002
|
+
<span
|
|
1003
|
+
ignoreCase
|
|
1004
|
+
q-combobox-item-text
|
|
1005
|
+
q-highlight
|
|
1006
|
+
[query]="inputValue()"
|
|
1007
|
+
[text]="collection().stringifyItem(item)"
|
|
1008
|
+
></span>
|
|
1009
|
+
} @else {
|
|
1010
|
+
<span q-combobox-item-text>
|
|
1011
|
+
{{ collection().stringifyItem(item) }}
|
|
1012
|
+
</span>
|
|
1013
|
+
}
|
|
1014
|
+
<span q-combobox-item-indicator></span>
|
|
1015
|
+
</div>
|
|
1016
|
+
}
|
|
1017
|
+
</ng-container>
|
|
1018
|
+
</div>
|
|
1019
|
+
} @else {
|
|
1020
|
+
<div q-combobox-content>
|
|
1021
|
+
<ng-content select="[q-combobox-empty]">
|
|
1022
|
+
@if (emptyText()) {
|
|
1023
|
+
<div q-combobox-empty>{{ emptyText() }}</div>
|
|
1024
|
+
}
|
|
1025
|
+
</ng-content>
|
|
1026
|
+
@for (
|
|
1027
|
+
item of collection().items;
|
|
1028
|
+
track collection().getItemValue(item)
|
|
1029
|
+
) {
|
|
1030
|
+
<div q-combobox-item [item]="item">
|
|
1031
|
+
@if (highlightMatchingText()) {
|
|
1032
|
+
<span
|
|
1033
|
+
ignoreCase
|
|
1034
|
+
q-combobox-item-text
|
|
1035
|
+
q-highlight
|
|
1036
|
+
[query]="inputValue()"
|
|
1037
|
+
[text]="collection().stringifyItem(item)"
|
|
1038
|
+
></span>
|
|
1039
|
+
} @else {
|
|
1040
|
+
<span q-combobox-item-text>
|
|
1041
|
+
{{ collection().stringifyItem(item) }}
|
|
1042
|
+
</span>
|
|
1043
|
+
}
|
|
1044
|
+
<span q-combobox-item-indicator></span>
|
|
1045
|
+
</div>
|
|
1046
|
+
}
|
|
1047
|
+
</div>
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
</div>
|
|
1051
|
+
</ng-template>
|
|
1052
|
+
`,
|
|
1053
|
+
}]
|
|
1054
|
+
}], propDecorators: { ariaLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "ariaLabel", required: false }] }], clearable: [{ type: i0.Input, args: [{ isSignal: true, alias: "clearable", required: false }] }], disablePortal: [{ type: i0.Input, args: [{ isSignal: true, alias: "disablePortal", required: false }] }], emptyText: [{ type: i0.Input, args: [{ isSignal: true, alias: "emptyText", required: false }] }], errorText: [{ type: i0.Input, args: [{ isSignal: true, alias: "errorText", required: false }] }], hint: [{ type: i0.Input, args: [{ isSignal: true, alias: "hint", required: false }] }], highlightMatchingText: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlightMatchingText", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], virtual: [{ type: i0.Input, args: [{ isSignal: true, alias: "virtual", required: false }] }], customContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ComboboxContentDirective), { isSignal: true }] }], customVirtualContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ComboboxVirtualContentDirective), { isSignal: true }] }] } });
|
|
1055
|
+
|
|
1056
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
1057
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
1058
|
+
class ComboboxModule {
|
|
1059
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1060
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: ComboboxModule, declarations: [ComboboxComponent,
|
|
1061
|
+
ComboboxRootDirective,
|
|
1062
|
+
ComboboxClearTriggerDirective,
|
|
1063
|
+
ComboboxContentDirective,
|
|
1064
|
+
ComboboxContextDirective,
|
|
1065
|
+
ComboboxControlDirective,
|
|
1066
|
+
ComboboxEmptyDirective,
|
|
1067
|
+
ComboboxErrorIndicatorDirective,
|
|
1068
|
+
ComboboxErrorTextDirective,
|
|
1069
|
+
ComboboxHintDirective,
|
|
1070
|
+
ComboboxInputDirective,
|
|
1071
|
+
ComboboxItemDirective,
|
|
1072
|
+
ComboboxItemIndicatorDirective,
|
|
1073
|
+
ComboboxItemTextDirective,
|
|
1074
|
+
ComboboxItemsComponent,
|
|
1075
|
+
ComboboxLabelDirective,
|
|
1076
|
+
ComboboxPositionerDirective,
|
|
1077
|
+
ComboboxTriggerDirective,
|
|
1078
|
+
ComboboxIconDirective,
|
|
1079
|
+
ComboboxVirtualContentDirective,
|
|
1080
|
+
ComboboxVirtualItemDirective,
|
|
1081
|
+
ComboboxVirtualizerDirective], imports: [IconDirective,
|
|
1082
|
+
QBindDirective,
|
|
1083
|
+
TagDirective,
|
|
1084
|
+
PortalDirective,
|
|
1085
|
+
HighlightDirective], exports: [ComboboxComponent,
|
|
1086
|
+
ComboboxRootDirective,
|
|
1087
|
+
ComboboxClearTriggerDirective,
|
|
1088
|
+
ComboboxContentDirective,
|
|
1089
|
+
ComboboxContextDirective,
|
|
1090
|
+
ComboboxControlDirective,
|
|
1091
|
+
ComboboxEmptyDirective,
|
|
1092
|
+
ComboboxErrorIndicatorDirective,
|
|
1093
|
+
ComboboxErrorTextDirective,
|
|
1094
|
+
ComboboxHintDirective,
|
|
1095
|
+
ComboboxInputDirective,
|
|
1096
|
+
ComboboxItemDirective,
|
|
1097
|
+
ComboboxItemIndicatorDirective,
|
|
1098
|
+
ComboboxItemTextDirective,
|
|
1099
|
+
ComboboxItemsComponent,
|
|
1100
|
+
ComboboxLabelDirective,
|
|
1101
|
+
ComboboxPositionerDirective,
|
|
1102
|
+
ComboboxTriggerDirective,
|
|
1103
|
+
ComboboxIconDirective,
|
|
1104
|
+
ComboboxVirtualContentDirective,
|
|
1105
|
+
ComboboxVirtualItemDirective,
|
|
1106
|
+
ComboboxVirtualizerDirective] });
|
|
1107
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxModule, imports: [TagDirective,
|
|
1108
|
+
HighlightDirective] });
|
|
1109
|
+
}
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ComboboxModule, decorators: [{
|
|
1111
|
+
type: NgModule,
|
|
1112
|
+
args: [{
|
|
1113
|
+
declarations: [
|
|
1114
|
+
ComboboxComponent,
|
|
1115
|
+
ComboboxRootDirective,
|
|
1116
|
+
ComboboxClearTriggerDirective,
|
|
1117
|
+
ComboboxContentDirective,
|
|
1118
|
+
ComboboxContextDirective,
|
|
1119
|
+
ComboboxControlDirective,
|
|
1120
|
+
ComboboxEmptyDirective,
|
|
1121
|
+
ComboboxErrorIndicatorDirective,
|
|
1122
|
+
ComboboxErrorTextDirective,
|
|
1123
|
+
ComboboxHintDirective,
|
|
1124
|
+
ComboboxInputDirective,
|
|
1125
|
+
ComboboxItemDirective,
|
|
1126
|
+
ComboboxItemIndicatorDirective,
|
|
1127
|
+
ComboboxItemTextDirective,
|
|
1128
|
+
ComboboxItemsComponent,
|
|
1129
|
+
ComboboxLabelDirective,
|
|
1130
|
+
ComboboxPositionerDirective,
|
|
1131
|
+
ComboboxTriggerDirective,
|
|
1132
|
+
ComboboxIconDirective,
|
|
1133
|
+
ComboboxVirtualContentDirective,
|
|
1134
|
+
ComboboxVirtualItemDirective,
|
|
1135
|
+
ComboboxVirtualizerDirective,
|
|
1136
|
+
],
|
|
1137
|
+
exports: [
|
|
1138
|
+
ComboboxComponent,
|
|
1139
|
+
ComboboxRootDirective,
|
|
1140
|
+
ComboboxClearTriggerDirective,
|
|
1141
|
+
ComboboxContentDirective,
|
|
1142
|
+
ComboboxContextDirective,
|
|
1143
|
+
ComboboxControlDirective,
|
|
1144
|
+
ComboboxEmptyDirective,
|
|
1145
|
+
ComboboxErrorIndicatorDirective,
|
|
1146
|
+
ComboboxErrorTextDirective,
|
|
1147
|
+
ComboboxHintDirective,
|
|
1148
|
+
ComboboxInputDirective,
|
|
1149
|
+
ComboboxItemDirective,
|
|
1150
|
+
ComboboxItemIndicatorDirective,
|
|
1151
|
+
ComboboxItemTextDirective,
|
|
1152
|
+
ComboboxItemsComponent,
|
|
1153
|
+
ComboboxLabelDirective,
|
|
1154
|
+
ComboboxPositionerDirective,
|
|
1155
|
+
ComboboxTriggerDirective,
|
|
1156
|
+
ComboboxIconDirective,
|
|
1157
|
+
ComboboxVirtualContentDirective,
|
|
1158
|
+
ComboboxVirtualItemDirective,
|
|
1159
|
+
ComboboxVirtualizerDirective,
|
|
1160
|
+
],
|
|
1161
|
+
imports: [
|
|
1162
|
+
IconDirective,
|
|
1163
|
+
QBindDirective,
|
|
1164
|
+
TagDirective,
|
|
1165
|
+
PortalDirective,
|
|
1166
|
+
HighlightDirective,
|
|
1167
|
+
],
|
|
1168
|
+
}]
|
|
1169
|
+
}] });
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* Generated bundle index. Do not edit.
|
|
1173
|
+
*/
|
|
1174
|
+
|
|
1175
|
+
export { ComboboxClearTriggerDirective, ComboboxComponent, ComboboxContentDirective, ComboboxContextDirective, ComboboxControlDirective, ComboboxEmptyDirective, ComboboxErrorIndicatorDirective, ComboboxErrorTextDirective, ComboboxHintDirective, ComboboxIconDirective, ComboboxInputDirective, ComboboxItemDirective, ComboboxItemIndicatorDirective, ComboboxItemTextDirective, ComboboxItemsComponent, ComboboxLabelDirective, ComboboxModule, ComboboxPositionerDirective, ComboboxRootDirective, ComboboxTriggerDirective, ComboboxVirtualContentDirective, ComboboxVirtualItemDirective, ComboboxVirtualizerDirective, QDS_COMBOBOX_CONTEXT, QdsComboboxContextService, provideQdsComboboxContext, useQdsComboboxContext };
|
|
1176
|
+
//# sourceMappingURL=qualcomm-ui-angular-combobox.mjs.map
|