@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,406 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable, computed, Directive, inject, input, Component, NgModule } from '@angular/core';
|
|
3
|
+
import { CoreProgressBarDirective, ProgressContextService, CoreProgressErrorTextDirective, CoreProgressHintDirective, CoreProgressLabelDirective, CoreProgressRootDirective, provideProgressContext, CoreProgressTrackDirective, CoreProgressValueTextDirective } from '@qualcomm-ui/angular-core/progress';
|
|
4
|
+
import { BaseApiContextService, createApiContext, ApiContextDirective, normalizeProps } from '@qualcomm-ui/angular-core/machine';
|
|
5
|
+
import { CircleAlert } from 'lucide-angular';
|
|
6
|
+
import * as i1 from '@qualcomm-ui/angular/icon';
|
|
7
|
+
import { IconDirective } from '@qualcomm-ui/angular/icon';
|
|
8
|
+
import { createQdsProgressApi } from '@qualcomm-ui/qds-core/progress';
|
|
9
|
+
|
|
10
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
11
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
12
|
+
class QdsProgressContextService extends BaseApiContextService {
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsProgressContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsProgressContextService });
|
|
15
|
+
}
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsProgressContextService, decorators: [{
|
|
17
|
+
type: Injectable
|
|
18
|
+
}] });
|
|
19
|
+
const [QDS_PROGRESS_CONTEXT, useQdsProgressContext, provideQdsProgressContext,] = createApiContext("QdsProgressContext", QdsProgressContextService);
|
|
20
|
+
|
|
21
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
22
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
23
|
+
class ProgressBarDirective extends CoreProgressBarDirective {
|
|
24
|
+
qdsContext = useQdsProgressContext();
|
|
25
|
+
constructor() {
|
|
26
|
+
super();
|
|
27
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getBarBindings()));
|
|
28
|
+
}
|
|
29
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
30
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressBarDirective, isStandalone: false, selector: "[q-progress-bar]", usesInheritance: true, ngImport: i0 });
|
|
31
|
+
}
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressBarDirective, decorators: [{
|
|
33
|
+
type: Directive,
|
|
34
|
+
args: [{
|
|
35
|
+
selector: "[q-progress-bar]",
|
|
36
|
+
standalone: false,
|
|
37
|
+
}]
|
|
38
|
+
}], ctorParameters: () => [] });
|
|
39
|
+
|
|
40
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
41
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
42
|
+
class ProgressContextDirective extends ApiContextDirective {
|
|
43
|
+
constructor() {
|
|
44
|
+
const contextService = inject(ProgressContextService);
|
|
45
|
+
super(contextService, "progressContext");
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Type guard for the context, provides intellisense for the context in the
|
|
49
|
+
* template.
|
|
50
|
+
*/
|
|
51
|
+
static ngTemplateContextGuard(dir, ctx) {
|
|
52
|
+
return true;
|
|
53
|
+
}
|
|
54
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
55
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressContextDirective, isStandalone: false, selector: "[progressContext]", usesInheritance: true, ngImport: i0 });
|
|
56
|
+
}
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressContextDirective, decorators: [{
|
|
58
|
+
type: Directive,
|
|
59
|
+
args: [{
|
|
60
|
+
selector: "[progressContext]",
|
|
61
|
+
standalone: false,
|
|
62
|
+
}]
|
|
63
|
+
}], ctorParameters: () => [] });
|
|
64
|
+
|
|
65
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
66
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
67
|
+
class ProgressErrorTextDirective extends CoreProgressErrorTextDirective {
|
|
68
|
+
/**
|
|
69
|
+
* Error indicator icon.
|
|
70
|
+
*
|
|
71
|
+
* @default CircleAlert
|
|
72
|
+
*/
|
|
73
|
+
icon = input(CircleAlert, ...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
74
|
+
qdsContext = useQdsProgressContext();
|
|
75
|
+
constructor() {
|
|
76
|
+
super();
|
|
77
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getErrorTextBindings()));
|
|
78
|
+
}
|
|
79
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
80
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ProgressErrorTextDirective, isStandalone: false, selector: "[q-progress-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
81
|
+
<ng-content select="[qIcon]">
|
|
82
|
+
@if (icon()) {
|
|
83
|
+
<svg [qIcon]="icon()!" />
|
|
84
|
+
}
|
|
85
|
+
</ng-content>
|
|
86
|
+
<ng-content />
|
|
87
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
88
|
+
}
|
|
89
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressErrorTextDirective, decorators: [{
|
|
90
|
+
type: Component,
|
|
91
|
+
args: [{
|
|
92
|
+
selector: "[q-progress-error-text]",
|
|
93
|
+
standalone: false,
|
|
94
|
+
template: `
|
|
95
|
+
<ng-content select="[qIcon]">
|
|
96
|
+
@if (icon()) {
|
|
97
|
+
<svg [qIcon]="icon()!" />
|
|
98
|
+
}
|
|
99
|
+
</ng-content>
|
|
100
|
+
<ng-content />
|
|
101
|
+
`,
|
|
102
|
+
}]
|
|
103
|
+
}], ctorParameters: () => [], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
|
|
104
|
+
|
|
105
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
106
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
107
|
+
class ProgressHintDirective extends CoreProgressHintDirective {
|
|
108
|
+
qdsContext = useQdsProgressContext();
|
|
109
|
+
constructor() {
|
|
110
|
+
super();
|
|
111
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getHintBindings()));
|
|
112
|
+
}
|
|
113
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
114
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressHintDirective, isStandalone: false, selector: "[q-progress-hint]", usesInheritance: true, ngImport: i0 });
|
|
115
|
+
}
|
|
116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressHintDirective, decorators: [{
|
|
117
|
+
type: Directive,
|
|
118
|
+
args: [{
|
|
119
|
+
selector: "[q-progress-hint]",
|
|
120
|
+
standalone: false,
|
|
121
|
+
}]
|
|
122
|
+
}], ctorParameters: () => [] });
|
|
123
|
+
|
|
124
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
125
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
126
|
+
class ProgressLabelDirective extends CoreProgressLabelDirective {
|
|
127
|
+
qdsContext = useQdsProgressContext();
|
|
128
|
+
constructor() {
|
|
129
|
+
super();
|
|
130
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getLabelBindings()));
|
|
131
|
+
}
|
|
132
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
133
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressLabelDirective, isStandalone: false, selector: "[q-progress-label]", usesInheritance: true, ngImport: i0 });
|
|
134
|
+
}
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressLabelDirective, decorators: [{
|
|
136
|
+
type: Directive,
|
|
137
|
+
args: [{
|
|
138
|
+
selector: "[q-progress-label]",
|
|
139
|
+
standalone: false,
|
|
140
|
+
}]
|
|
141
|
+
}], ctorParameters: () => [] });
|
|
142
|
+
|
|
143
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
144
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
145
|
+
class ProgressRootDirective extends CoreProgressRootDirective {
|
|
146
|
+
/**
|
|
147
|
+
* Governs the color of the progress bar.
|
|
148
|
+
*
|
|
149
|
+
* @default 'primary'
|
|
150
|
+
*/
|
|
151
|
+
emphasis = input(...(ngDevMode ? [undefined, { debugName: "emphasis" }] : []));
|
|
152
|
+
/**
|
|
153
|
+
* Governs the placement of the label and value text relative to
|
|
154
|
+
* the progress bar.
|
|
155
|
+
*
|
|
156
|
+
* @option `top`: the label and value text are positioned above the progress bar.
|
|
157
|
+
* @option `side`: the label and value text are positioned on the same horizontal axis as the progress bar, to the left and right, respectively.
|
|
158
|
+
*
|
|
159
|
+
* @default 'top'
|
|
160
|
+
*/
|
|
161
|
+
labelOrientation = input(...(ngDevMode ? [undefined, { debugName: "labelOrientation" }] : []));
|
|
162
|
+
/**
|
|
163
|
+
* Governs the height of the progress bar and track.
|
|
164
|
+
*
|
|
165
|
+
* @default 'md'
|
|
166
|
+
*/
|
|
167
|
+
size = input(...(ngDevMode ? [undefined, { debugName: "size" }] : []));
|
|
168
|
+
qdsProgressService = inject(QdsProgressContextService);
|
|
169
|
+
ngOnInit() {
|
|
170
|
+
super.ngOnInit();
|
|
171
|
+
this.qdsProgressService.init(computed(() => createQdsProgressApi({
|
|
172
|
+
emphasis: this.emphasis(),
|
|
173
|
+
labelOrientation: this.labelOrientation(),
|
|
174
|
+
size: this.size(),
|
|
175
|
+
}, normalizeProps)));
|
|
176
|
+
this.trackBindings.extendWith(computed(() => this.qdsProgressService.context().getRootBindings()));
|
|
177
|
+
}
|
|
178
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
179
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: ProgressRootDirective, isStandalone: false, selector: "[q-progress-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, labelOrientation: { classPropertyName: "labelOrientation", publicName: "labelOrientation", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressContext(), provideQdsProgressContext()], usesInheritance: true, ngImport: i0 });
|
|
180
|
+
}
|
|
181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRootDirective, decorators: [{
|
|
182
|
+
type: Directive,
|
|
183
|
+
args: [{
|
|
184
|
+
providers: [provideProgressContext(), provideQdsProgressContext()],
|
|
185
|
+
selector: "[q-progress-root]",
|
|
186
|
+
standalone: false,
|
|
187
|
+
}]
|
|
188
|
+
}], propDecorators: { emphasis: [{ type: i0.Input, args: [{ isSignal: true, alias: "emphasis", required: false }] }], labelOrientation: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelOrientation", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }] } });
|
|
189
|
+
|
|
190
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
191
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
192
|
+
class ProgressTrackDirective extends CoreProgressTrackDirective {
|
|
193
|
+
qdsContext = useQdsProgressContext();
|
|
194
|
+
constructor() {
|
|
195
|
+
super();
|
|
196
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getTrackBindings()));
|
|
197
|
+
}
|
|
198
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressTrackDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
199
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: ProgressTrackDirective, isStandalone: false, selector: "[q-progress-track]", usesInheritance: true, ngImport: i0, template: `
|
|
200
|
+
<ng-content>
|
|
201
|
+
<div q-progress-bar></div>
|
|
202
|
+
</ng-content>
|
|
203
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: ProgressBarDirective, selector: "[q-progress-bar]" }] });
|
|
204
|
+
}
|
|
205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressTrackDirective, decorators: [{
|
|
206
|
+
type: Component,
|
|
207
|
+
args: [{
|
|
208
|
+
selector: "[q-progress-track]",
|
|
209
|
+
standalone: false,
|
|
210
|
+
template: `
|
|
211
|
+
<ng-content>
|
|
212
|
+
<div q-progress-bar></div>
|
|
213
|
+
</ng-content>
|
|
214
|
+
`,
|
|
215
|
+
}]
|
|
216
|
+
}], ctorParameters: () => [] });
|
|
217
|
+
|
|
218
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
219
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
220
|
+
class ProgressValueTextDirective extends CoreProgressValueTextDirective {
|
|
221
|
+
qdsContext = useQdsProgressContext();
|
|
222
|
+
constructor() {
|
|
223
|
+
super();
|
|
224
|
+
this.trackBindings.extendWith(computed(() => this.qdsContext().getValueTextBindings()));
|
|
225
|
+
}
|
|
226
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressValueTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
227
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressValueTextDirective, isStandalone: false, selector: "[q-progress-value-text]", usesInheritance: true, ngImport: i0 });
|
|
228
|
+
}
|
|
229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressValueTextDirective, decorators: [{
|
|
230
|
+
type: Directive,
|
|
231
|
+
args: [{
|
|
232
|
+
selector: "[q-progress-value-text]",
|
|
233
|
+
standalone: false,
|
|
234
|
+
}]
|
|
235
|
+
}], ctorParameters: () => [] });
|
|
236
|
+
|
|
237
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
238
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
239
|
+
class ProgressDirective extends ProgressRootDirective {
|
|
240
|
+
/**
|
|
241
|
+
* Optional error text. Only rendered when {@link invalid} is true.
|
|
242
|
+
*
|
|
243
|
+
* @remarks
|
|
244
|
+
* This can also be provided using the directive:
|
|
245
|
+
* ```angular-html
|
|
246
|
+
* <div q-progress-label>...</div>
|
|
247
|
+
* ```
|
|
248
|
+
*/
|
|
249
|
+
errorText = input(...(ngDevMode ? [undefined, { debugName: "errorText" }] : []));
|
|
250
|
+
/**
|
|
251
|
+
* Additional description for the component, rendered below the bar.
|
|
252
|
+
*
|
|
253
|
+
* @remarks
|
|
254
|
+
* This can also be provided using the directive:
|
|
255
|
+
* ```angular-html
|
|
256
|
+
* <div q-progress-hint>...</div>
|
|
257
|
+
* ```
|
|
258
|
+
*/
|
|
259
|
+
hint = input(...(ngDevMode ? [undefined, { debugName: "hint" }] : []));
|
|
260
|
+
/**
|
|
261
|
+
* Accessible label for the component, rendered above or to the left of the bar.
|
|
262
|
+
*
|
|
263
|
+
* @remarks
|
|
264
|
+
* This can also be provided using the directive:
|
|
265
|
+
* ```angular-html
|
|
266
|
+
* <div q-progress-label>...</div>
|
|
267
|
+
* ```
|
|
268
|
+
*/
|
|
269
|
+
label = input(...(ngDevMode ? [undefined, { debugName: "label" }] : []));
|
|
270
|
+
/**
|
|
271
|
+
* Optional value text.
|
|
272
|
+
*
|
|
273
|
+
* @remarks
|
|
274
|
+
* This can also be provided using the directive:
|
|
275
|
+
* ```angular-html
|
|
276
|
+
* <div q-progress-value-text>...</div>
|
|
277
|
+
* ```
|
|
278
|
+
*/
|
|
279
|
+
valueText = input(...(ngDevMode ? [undefined, { debugName: "valueText" }] : []));
|
|
280
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
281
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ProgressDirective, isStandalone: false, selector: "[q-progress]", inputs: { errorText: { classPropertyName: "errorText", publicName: "errorText", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, valueText: { classPropertyName: "valueText", publicName: "valueText", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressContext(), provideQdsProgressContext()], usesInheritance: true, ngImport: i0, template: `
|
|
282
|
+
<ng-content select="[q-progress-label]">
|
|
283
|
+
@if (label()) {
|
|
284
|
+
<div q-progress-label>{{ label() }}</div>
|
|
285
|
+
}
|
|
286
|
+
</ng-content>
|
|
287
|
+
|
|
288
|
+
<ng-content select="[q-progress-value-text]">
|
|
289
|
+
@if (valueText()) {
|
|
290
|
+
<div q-progress-value-text>{{ valueText() }}</div>
|
|
291
|
+
}
|
|
292
|
+
</ng-content>
|
|
293
|
+
|
|
294
|
+
<ng-content select="[q-progress-track]">
|
|
295
|
+
<div q-progress-track></div>
|
|
296
|
+
</ng-content>
|
|
297
|
+
|
|
298
|
+
<ng-content select="[q-progress-error-text]">
|
|
299
|
+
@if (errorText()) {
|
|
300
|
+
<div q-progress-error-text>{{ errorText() }}</div>
|
|
301
|
+
}
|
|
302
|
+
</ng-content>
|
|
303
|
+
|
|
304
|
+
<ng-content>
|
|
305
|
+
@if (hint()) {
|
|
306
|
+
<div q-progress-hint>{{ hint() }}</div>
|
|
307
|
+
}
|
|
308
|
+
</ng-content>
|
|
309
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ProgressTrackDirective, selector: "[q-progress-track]" }, { kind: "directive", type: ProgressLabelDirective, selector: "[q-progress-label]" }, { kind: "directive", type: ProgressValueTextDirective, selector: "[q-progress-value-text]" }, { kind: "component", type: ProgressErrorTextDirective, selector: "[q-progress-error-text]", inputs: ["icon"] }, { kind: "directive", type: ProgressHintDirective, selector: "[q-progress-hint]" }] });
|
|
310
|
+
}
|
|
311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressDirective, decorators: [{
|
|
312
|
+
type: Component,
|
|
313
|
+
args: [{
|
|
314
|
+
providers: [provideProgressContext(), provideQdsProgressContext()],
|
|
315
|
+
selector: "[q-progress]",
|
|
316
|
+
standalone: false,
|
|
317
|
+
template: `
|
|
318
|
+
<ng-content select="[q-progress-label]">
|
|
319
|
+
@if (label()) {
|
|
320
|
+
<div q-progress-label>{{ label() }}</div>
|
|
321
|
+
}
|
|
322
|
+
</ng-content>
|
|
323
|
+
|
|
324
|
+
<ng-content select="[q-progress-value-text]">
|
|
325
|
+
@if (valueText()) {
|
|
326
|
+
<div q-progress-value-text>{{ valueText() }}</div>
|
|
327
|
+
}
|
|
328
|
+
</ng-content>
|
|
329
|
+
|
|
330
|
+
<ng-content select="[q-progress-track]">
|
|
331
|
+
<div q-progress-track></div>
|
|
332
|
+
</ng-content>
|
|
333
|
+
|
|
334
|
+
<ng-content select="[q-progress-error-text]">
|
|
335
|
+
@if (errorText()) {
|
|
336
|
+
<div q-progress-error-text>{{ errorText() }}</div>
|
|
337
|
+
}
|
|
338
|
+
</ng-content>
|
|
339
|
+
|
|
340
|
+
<ng-content>
|
|
341
|
+
@if (hint()) {
|
|
342
|
+
<div q-progress-hint>{{ hint() }}</div>
|
|
343
|
+
}
|
|
344
|
+
</ng-content>
|
|
345
|
+
`,
|
|
346
|
+
}]
|
|
347
|
+
}], propDecorators: { errorText: [{ type: i0.Input, args: [{ isSignal: true, alias: "errorText", required: false }] }], hint: [{ type: i0.Input, args: [{ isSignal: true, alias: "hint", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], valueText: [{ type: i0.Input, args: [{ isSignal: true, alias: "valueText", required: false }] }] } });
|
|
348
|
+
|
|
349
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
350
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
351
|
+
class ProgressModule {
|
|
352
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
353
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: ProgressModule, declarations: [ProgressRootDirective,
|
|
354
|
+
ProgressBarDirective,
|
|
355
|
+
ProgressTrackDirective,
|
|
356
|
+
ProgressLabelDirective,
|
|
357
|
+
ProgressValueTextDirective,
|
|
358
|
+
ProgressContextDirective,
|
|
359
|
+
ProgressErrorTextDirective,
|
|
360
|
+
ProgressHintDirective,
|
|
361
|
+
ProgressDirective], imports: [IconDirective], exports: [ProgressRootDirective,
|
|
362
|
+
ProgressBarDirective,
|
|
363
|
+
ProgressTrackDirective,
|
|
364
|
+
ProgressLabelDirective,
|
|
365
|
+
ProgressValueTextDirective,
|
|
366
|
+
ProgressContextDirective,
|
|
367
|
+
ProgressErrorTextDirective,
|
|
368
|
+
ProgressHintDirective,
|
|
369
|
+
ProgressDirective] });
|
|
370
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressModule });
|
|
371
|
+
}
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressModule, decorators: [{
|
|
373
|
+
type: NgModule,
|
|
374
|
+
args: [{
|
|
375
|
+
declarations: [
|
|
376
|
+
ProgressRootDirective,
|
|
377
|
+
ProgressBarDirective,
|
|
378
|
+
ProgressTrackDirective,
|
|
379
|
+
ProgressLabelDirective,
|
|
380
|
+
ProgressValueTextDirective,
|
|
381
|
+
ProgressContextDirective,
|
|
382
|
+
ProgressErrorTextDirective,
|
|
383
|
+
ProgressHintDirective,
|
|
384
|
+
ProgressDirective,
|
|
385
|
+
],
|
|
386
|
+
exports: [
|
|
387
|
+
ProgressRootDirective,
|
|
388
|
+
ProgressBarDirective,
|
|
389
|
+
ProgressTrackDirective,
|
|
390
|
+
ProgressLabelDirective,
|
|
391
|
+
ProgressValueTextDirective,
|
|
392
|
+
ProgressContextDirective,
|
|
393
|
+
ProgressErrorTextDirective,
|
|
394
|
+
ProgressHintDirective,
|
|
395
|
+
ProgressDirective,
|
|
396
|
+
],
|
|
397
|
+
imports: [IconDirective],
|
|
398
|
+
}]
|
|
399
|
+
}] });
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* Generated bundle index. Do not edit.
|
|
403
|
+
*/
|
|
404
|
+
|
|
405
|
+
export { ProgressBarDirective, ProgressContextDirective, ProgressDirective, ProgressErrorTextDirective, ProgressHintDirective, ProgressLabelDirective, ProgressModule, ProgressRootDirective, ProgressTrackDirective, ProgressValueTextDirective, QDS_PROGRESS_CONTEXT, QdsProgressContextService, provideQdsProgressContext, useQdsProgressContext };
|
|
406
|
+
//# sourceMappingURL=qualcomm-ui-angular-progress.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qualcomm-ui-angular-progress.mjs","sources":["../../src/progress/qds-progress-context.service.ts","../../src/progress/progress-bar.directive.ts","../../src/progress/progress-context.directive.ts","../../src/progress/progress-error-text.directive.ts","../../src/progress/progress-hint.directive.ts","../../src/progress/progress-label.directive.ts","../../src/progress/progress-root.directive.ts","../../src/progress/progress-track.directive.ts","../../src/progress/progress-value-text.directive.ts","../../src/progress/progress.directive.ts","../../src/progress/progress.module.ts","../../src/progress/qualcomm-ui-angular-progress.ts"],"sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport {\n type ApiContext,\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {QdsProgressApi} from \"@qualcomm-ui/qds-core/progress\"\n\n@Injectable()\nexport class QdsProgressContextService extends BaseApiContextService<QdsProgressApi> {}\n\nexport const [\n QDS_PROGRESS_CONTEXT,\n useQdsProgressContext,\n provideQdsProgressContext,\n]: ApiContext<QdsProgressApi> = createApiContext<QdsProgressApi>(\n \"QdsProgressContext\",\n QdsProgressContextService,\n)\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive} from \"@angular/core\"\n\nimport {CoreProgressBarDirective} from \"@qualcomm-ui/angular-core/progress\"\n\nimport {useQdsProgressContext} from \"./qds-progress-context.service\"\n\n@Directive({\n selector: \"[q-progress-bar]\",\n standalone: false,\n})\nexport class ProgressBarDirective extends CoreProgressBarDirective {\n protected qdsContext = useQdsProgressContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getBarBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, inject} from \"@angular/core\"\n\nimport {ApiContextDirective} from \"@qualcomm-ui/angular-core/machine\"\nimport {ProgressContextService} from \"@qualcomm-ui/angular-core/progress\"\nimport type {ProgressApi} from \"@qualcomm-ui/core/progress\"\n\n@Directive({\n selector: \"[progressContext]\",\n standalone: false,\n})\nexport class ProgressContextDirective extends ApiContextDirective<ProgressApi> {\n constructor() {\n const contextService = inject(ProgressContextService)\n super(contextService, \"progressContext\")\n }\n\n /**\n * Type guard for the context, provides intellisense for the context in the\n * template.\n */\n static ngTemplateContextGuard(\n dir: ProgressContextDirective,\n ctx: unknown,\n ): ctx is {$implicit: ProgressApi} {\n return true\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, computed, input} from \"@angular/core\"\nimport {CircleAlert} from \"lucide-angular\"\n\nimport type {LucideIconOrString} from \"@qualcomm-ui/angular-core/lucide\"\nimport {CoreProgressErrorTextDirective} from \"@qualcomm-ui/angular-core/progress\"\n\nimport {useQdsProgressContext} from \"./qds-progress-context.service\"\n\n@Component({\n selector: \"[q-progress-error-text]\",\n standalone: false,\n template: `\n <ng-content select=\"[qIcon]\">\n @if (icon()) {\n <svg [qIcon]=\"icon()!\" />\n }\n </ng-content>\n <ng-content />\n `,\n})\nexport class ProgressErrorTextDirective extends CoreProgressErrorTextDirective {\n /**\n * Error indicator icon.\n *\n * @default CircleAlert\n */\n readonly icon = input<LucideIconOrString>(CircleAlert)\n\n protected readonly qdsContext = useQdsProgressContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getErrorTextBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive} from \"@angular/core\"\n\nimport {CoreProgressHintDirective} from \"@qualcomm-ui/angular-core/progress\"\n\nimport {useQdsProgressContext} from \"./qds-progress-context.service\"\n\n@Directive({\n selector: \"[q-progress-hint]\",\n standalone: false,\n})\nexport class ProgressHintDirective extends CoreProgressHintDirective {\n protected qdsContext = useQdsProgressContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getHintBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive} from \"@angular/core\"\n\nimport {CoreProgressLabelDirective} from \"@qualcomm-ui/angular-core/progress\"\n\nimport {useQdsProgressContext} from \"./qds-progress-context.service\"\n\n@Directive({\n selector: \"[q-progress-label]\",\n standalone: false,\n})\nexport class ProgressLabelDirective extends CoreProgressLabelDirective {\n protected qdsContext = useQdsProgressContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getLabelBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive, inject, input, type OnInit} from \"@angular/core\"\n\nimport {normalizeProps} from \"@qualcomm-ui/angular-core/machine\"\nimport {\n CoreProgressRootDirective,\n provideProgressContext,\n} from \"@qualcomm-ui/angular-core/progress\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport {\n createQdsProgressApi,\n type QdsProgressApiProps,\n type QdsProgressEmphasis,\n type QdsProgressLabelOrientation,\n type QdsProgressSize,\n} from \"@qualcomm-ui/qds-core/progress\"\nimport type {Explicit} from \"@qualcomm-ui/utils/guard\"\n\nimport {\n provideQdsProgressContext,\n QdsProgressContextService,\n} from \"./qds-progress-context.service\"\n\n@Directive({\n providers: [provideProgressContext(), provideQdsProgressContext()],\n selector: \"[q-progress-root]\",\n standalone: false,\n})\nexport class ProgressRootDirective\n extends CoreProgressRootDirective\n implements SignalifyInput<QdsProgressApiProps>, OnInit\n{\n /**\n * Governs the color of the progress bar.\n *\n * @default 'primary'\n */\n readonly emphasis = input<QdsProgressEmphasis>()\n\n /**\n * Governs the placement of the label and value text relative to\n * the progress bar.\n *\n * @option `top`: the label and value text are positioned above the progress bar.\n * @option `side`: the label and value text are positioned on the same horizontal axis as the progress bar, to the left and right, respectively.\n *\n * @default 'top'\n */\n readonly labelOrientation = input<QdsProgressLabelOrientation>()\n\n /**\n * Governs the height of the progress bar and track.\n *\n * @default 'md'\n */\n readonly size = input<QdsProgressSize>()\n\n protected readonly qdsProgressService = inject(QdsProgressContextService)\n\n override ngOnInit() {\n super.ngOnInit()\n\n this.qdsProgressService.init(\n computed(() =>\n createQdsProgressApi(\n {\n emphasis: this.emphasis(),\n labelOrientation: this.labelOrientation(),\n size: this.size(),\n } satisfies Explicit<QdsProgressApiProps>,\n normalizeProps,\n ),\n ),\n )\n\n this.trackBindings.extendWith(\n computed(() => this.qdsProgressService.context().getRootBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, computed} from \"@angular/core\"\n\nimport {CoreProgressTrackDirective} from \"@qualcomm-ui/angular-core/progress\"\n\nimport {useQdsProgressContext} from \"./qds-progress-context.service\"\n\n@Component({\n selector: \"[q-progress-track]\",\n standalone: false,\n template: `\n <ng-content>\n <div q-progress-bar></div>\n </ng-content>\n `,\n})\nexport class ProgressTrackDirective extends CoreProgressTrackDirective {\n protected qdsContext = useQdsProgressContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getTrackBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive} from \"@angular/core\"\n\nimport {CoreProgressValueTextDirective} from \"@qualcomm-ui/angular-core/progress\"\n\nimport {useQdsProgressContext} from \"./qds-progress-context.service\"\n\n@Directive({\n selector: \"[q-progress-value-text]\",\n standalone: false,\n})\nexport class ProgressValueTextDirective extends CoreProgressValueTextDirective {\n protected qdsContext = useQdsProgressContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getValueTextBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input} from \"@angular/core\"\n\nimport {provideProgressContext} from \"@qualcomm-ui/angular-core/progress\"\n\nimport {ProgressRootDirective} from \"./progress-root.directive\"\nimport {provideQdsProgressContext} from \"./qds-progress-context.service\"\n\n@Component({\n providers: [provideProgressContext(), provideQdsProgressContext()],\n selector: \"[q-progress]\",\n standalone: false,\n template: `\n <ng-content select=\"[q-progress-label]\">\n @if (label()) {\n <div q-progress-label>{{ label() }}</div>\n }\n </ng-content>\n\n <ng-content select=\"[q-progress-value-text]\">\n @if (valueText()) {\n <div q-progress-value-text>{{ valueText() }}</div>\n }\n </ng-content>\n\n <ng-content select=\"[q-progress-track]\">\n <div q-progress-track></div>\n </ng-content>\n\n <ng-content select=\"[q-progress-error-text]\">\n @if (errorText()) {\n <div q-progress-error-text>{{ errorText() }}</div>\n }\n </ng-content>\n\n <ng-content>\n @if (hint()) {\n <div q-progress-hint>{{ hint() }}</div>\n }\n </ng-content>\n `,\n})\nexport class ProgressDirective extends ProgressRootDirective {\n /**\n * Optional error text. Only rendered when {@link invalid} is true.\n *\n * @remarks\n * This can also be provided using the directive:\n * ```angular-html\n * <div q-progress-label>...</div>\n * ```\n */\n readonly errorText = input<string>()\n\n /**\n * Additional description for the component, rendered below the bar.\n *\n * @remarks\n * This can also be provided using the directive:\n * ```angular-html\n * <div q-progress-hint>...</div>\n * ```\n */\n readonly hint = input<string>()\n\n /**\n * Accessible label for the component, rendered above or to the left of the bar.\n *\n * @remarks\n * This can also be provided using the directive:\n * ```angular-html\n * <div q-progress-label>...</div>\n * ```\n */\n readonly label = input<string>()\n\n /**\n * Optional value text.\n *\n * @remarks\n * This can also be provided using the directive:\n * ```angular-html\n * <div q-progress-value-text>...</div>\n * ```\n */\n readonly valueText = input<string>()\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {NgModule} from \"@angular/core\"\n\nimport {IconDirective} from \"@qualcomm-ui/angular/icon\"\n\nimport {ProgressBarDirective} from \"./progress-bar.directive\"\nimport {ProgressContextDirective} from \"./progress-context.directive\"\nimport {ProgressErrorTextDirective} from \"./progress-error-text.directive\"\nimport {ProgressHintDirective} from \"./progress-hint.directive\"\nimport {ProgressLabelDirective} from \"./progress-label.directive\"\nimport {ProgressRootDirective} from \"./progress-root.directive\"\nimport {ProgressTrackDirective} from \"./progress-track.directive\"\nimport {ProgressValueTextDirective} from \"./progress-value-text.directive\"\nimport {ProgressDirective} from \"./progress.directive\"\n\n@NgModule({\n declarations: [\n ProgressRootDirective,\n ProgressBarDirective,\n ProgressTrackDirective,\n ProgressLabelDirective,\n ProgressValueTextDirective,\n ProgressContextDirective,\n ProgressErrorTextDirective,\n ProgressHintDirective,\n ProgressDirective,\n ],\n exports: [\n ProgressRootDirective,\n ProgressBarDirective,\n ProgressTrackDirective,\n ProgressLabelDirective,\n ProgressValueTextDirective,\n ProgressContextDirective,\n ProgressErrorTextDirective,\n ProgressHintDirective,\n ProgressDirective,\n ],\n imports: [IconDirective],\n})\nexport class ProgressModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.ProgressBarDirective","i1.ProgressTrackDirective","i2.ProgressLabelDirective","i3.ProgressValueTextDirective","i4.ProgressErrorTextDirective","i5.ProgressHintDirective"],"mappings":"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"}
|