@qualcomm-ui/angular 1.0.2 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +248 -13
- package/accordion/index.d.ts.map +1 -1
- package/action-group/index.d.ts +15 -2
- package/action-group/index.d.ts.map +1 -1
- package/avatar/index.d.ts +62 -6
- package/avatar/index.d.ts.map +1 -1
- package/breadcrumbs/index.d.ts +114 -9
- package/breadcrumbs/index.d.ts.map +1 -1
- package/button/index.d.ts +217 -9
- package/button/index.d.ts.map +1 -1
- package/checkbox/index.d.ts +137 -10
- package/checkbox/index.d.ts.map +1 -1
- package/checkmark/index.d.ts +13 -2
- package/checkmark/index.d.ts.map +1 -1
- package/collapsible/index.d.ts +29 -5
- package/collapsible/index.d.ts.map +1 -1
- package/combobox/index.d.ts +342 -25
- package/combobox/index.d.ts.map +1 -1
- package/dialog/index.d.ts +224 -17
- package/dialog/index.d.ts.map +1 -1
- package/divider/index.d.ts +38 -2
- package/divider/index.d.ts.map +1 -1
- package/drawer/index.d.ts +184 -17
- package/drawer/index.d.ts.map +1 -1
- package/fesm2022/qualcomm-ui-angular-accordion.mjs +468 -0
- package/fesm2022/qualcomm-ui-angular-accordion.mjs.map +1 -0
- package/{esm2022/action-group/action-group.directive.js → fesm2022/qualcomm-ui-angular-action-group.mjs} +17 -10
- package/fesm2022/qualcomm-ui-angular-action-group.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-avatar.mjs +153 -0
- package/fesm2022/qualcomm-ui-angular-avatar.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +232 -0
- package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-button.mjs +405 -0
- package/fesm2022/qualcomm-ui-angular-button.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-checkbox.mjs +350 -0
- package/fesm2022/qualcomm-ui-angular-checkbox.mjs.map +1 -0
- package/{esm2022/checkmark/checkmark-icon.component.js → fesm2022/qualcomm-ui-angular-checkmark.mjs} +14 -7
- package/fesm2022/qualcomm-ui-angular-checkmark.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-collapsible.mjs +85 -0
- package/fesm2022/qualcomm-ui-angular-collapsible.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-combobox.mjs +1173 -0
- package/fesm2022/qualcomm-ui-angular-combobox.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-dialog.mjs +523 -0
- package/fesm2022/qualcomm-ui-angular-dialog.mjs.map +1 -0
- package/{esm2022/divider/divider.directive.js → fesm2022/qualcomm-ui-angular-divider.mjs} +16 -9
- package/fesm2022/qualcomm-ui-angular-divider.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-drawer.mjs +476 -0
- package/fesm2022/qualcomm-ui-angular-drawer.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-footer.mjs +4 -0
- package/fesm2022/qualcomm-ui-angular-footer.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-header.mjs +4 -0
- package/fesm2022/qualcomm-ui-angular-header.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-icon.mjs +242 -0
- package/fesm2022/qualcomm-ui-angular-icon.mjs.map +1 -0
- package/{esm2022/inline-icon-button/inline-icon-button.component.js → fesm2022/qualcomm-ui-angular-inline-icon-button.mjs} +28 -12
- package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +361 -0
- package/fesm2022/qualcomm-ui-angular-inline-notification.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-input.mjs +253 -0
- package/fesm2022/qualcomm-ui-angular-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-kbd.mjs +28 -0
- package/fesm2022/qualcomm-ui-angular-kbd.mjs.map +1 -0
- package/{esm2022/link/link.directive.js → fesm2022/qualcomm-ui-angular-link.mjs} +17 -10
- package/fesm2022/qualcomm-ui-angular-link.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-menu.mjs +606 -0
- package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-number-input.mjs +613 -0
- package/fesm2022/qualcomm-ui-angular-number-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-pagination.mjs +339 -0
- package/fesm2022/qualcomm-ui-angular-pagination.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-password-input.mjs +593 -0
- package/fesm2022/qualcomm-ui-angular-password-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-popover.mjs +368 -0
- package/fesm2022/qualcomm-ui-angular-popover.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +361 -0
- package/fesm2022/qualcomm-ui-angular-progress-ring.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-progress.mjs +406 -0
- package/fesm2022/qualcomm-ui-angular-progress.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-radio.mjs +312 -0
- package/fesm2022/qualcomm-ui-angular-radio.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +220 -0
- package/fesm2022/qualcomm-ui-angular-segmented-control.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-select.mjs +861 -0
- package/fesm2022/qualcomm-ui-angular-select.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-switch.mjs +309 -0
- package/fesm2022/qualcomm-ui-angular-switch.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-table.mjs +1311 -0
- package/fesm2022/qualcomm-ui-angular-table.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-tabs.mjs +423 -0
- package/fesm2022/qualcomm-ui-angular-tabs.mjs.map +1 -0
- package/{esm2022/tag/tag.directive.js → fesm2022/qualcomm-ui-angular-tag.mjs} +31 -14
- package/fesm2022/qualcomm-ui-angular-tag.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-text-area.mjs +4 -0
- package/fesm2022/qualcomm-ui-angular-text-area.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-text-input.mjs +528 -0
- package/fesm2022/qualcomm-ui-angular-text-input.mjs.map +1 -0
- package/{esm2022/theme/qds-theme.service.js → fesm2022/qualcomm-ui-angular-theme.mjs} +87 -9
- package/fesm2022/qualcomm-ui-angular-theme.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-toast.mjs +461 -0
- package/fesm2022/qualcomm-ui-angular-toast.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-tooltip.mjs +334 -0
- package/fesm2022/qualcomm-ui-angular-tooltip.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-tree.mjs +4 -0
- package/fesm2022/qualcomm-ui-angular-tree.mjs.map +1 -0
- package/{esm2022/index.js → fesm2022/qualcomm-ui-angular.mjs} +5 -2
- package/fesm2022/qualcomm-ui-angular.mjs.map +1 -0
- package/footer/index.d.ts +3 -2
- package/footer/index.d.ts.map +1 -1
- package/header/index.d.ts +3 -2
- package/header/index.d.ts.map +1 -1
- package/icon/index.d.ts +140 -6
- package/icon/index.d.ts.map +1 -1
- package/index.d.ts +3 -2
- package/index.d.ts.map +1 -1
- package/inline-icon-button/index.d.ts +49 -3
- package/inline-icon-button/index.d.ts.map +1 -1
- package/inline-notification/index.d.ts +127 -10
- package/inline-notification/index.d.ts.map +1 -1
- package/input/index.d.ts +187 -7
- package/input/index.d.ts.map +1 -1
- package/kbd/index.d.ts +16 -0
- package/kbd/index.d.ts.map +1 -0
- package/link/index.d.ts +67 -2
- package/link/index.d.ts.map +1 -1
- package/menu/index.d.ts +169 -21
- package/menu/index.d.ts.map +1 -1
- package/number-input/index.d.ts +215 -14
- package/number-input/index.d.ts.map +1 -1
- package/package.json +91 -87
- package/pagination/index.d.ts +133 -11
- package/pagination/index.d.ts.map +1 -1
- package/password-input/index.d.ts +206 -12
- package/password-input/index.d.ts.map +1 -1
- package/popover/index.d.ts +168 -14
- package/popover/index.d.ts.map +1 -1
- package/progress/index.d.ts +163 -12
- package/progress/index.d.ts.map +1 -1
- package/progress-ring/index.d.ts +143 -13
- package/progress-ring/index.d.ts.map +1 -1
- package/radio/index.d.ts +111 -9
- package/radio/index.d.ts.map +1 -1
- package/segmented-control/index.d.ts +82 -8
- package/segmented-control/index.d.ts.map +1 -1
- package/select/index.d.ts +257 -21
- package/select/index.d.ts.map +1 -1
- package/switch/index.d.ts +113 -10
- package/switch/index.d.ts.map +1 -1
- package/table/index.d.ts +482 -4
- package/table/index.d.ts.map +1 -1
- package/tabs/index.d.ts +155 -11
- package/tabs/index.d.ts.map +1 -1
- package/tag/index.d.ts +78 -3
- package/tag/index.d.ts.map +1 -1
- package/text-area/index.d.ts +3 -2
- package/text-area/index.d.ts.map +1 -1
- package/text-input/index.d.ts +211 -11
- package/text-input/index.d.ts.map +1 -1
- package/theme/index.d.ts +84 -4
- package/theme/index.d.ts.map +1 -1
- package/toast/index.d.ts +130 -14
- package/toast/index.d.ts.map +1 -1
- package/tooltip/index.d.ts +121 -11
- package/tooltip/index.d.ts.map +1 -1
- package/tree/index.d.ts +3 -2
- package/tree/index.d.ts.map +1 -1
- package/accordion/accordion-item-content-animator.component.d.ts +0 -16
- package/accordion/accordion-item-content-animator.component.d.ts.map +0 -1
- package/accordion/accordion-item-content-body.component.d.ts +0 -17
- package/accordion/accordion-item-content-body.component.d.ts.map +0 -1
- package/accordion/accordion-item-content.component.d.ts +0 -7
- package/accordion/accordion-item-content.component.d.ts.map +0 -1
- package/accordion/accordion-item-icon.component.d.ts +0 -17
- package/accordion/accordion-item-icon.component.d.ts.map +0 -1
- package/accordion/accordion-item-indicator.component.d.ts +0 -24
- package/accordion/accordion-item-indicator.component.d.ts.map +0 -1
- package/accordion/accordion-item-root.component.d.ts +0 -39
- package/accordion/accordion-item-root.component.d.ts.map +0 -1
- package/accordion/accordion-item-secondary-text.component.d.ts +0 -18
- package/accordion/accordion-item-secondary-text.component.d.ts.map +0 -1
- package/accordion/accordion-item-text.component.d.ts +0 -18
- package/accordion/accordion-item-text.component.d.ts.map +0 -1
- package/accordion/accordion-item-trigger.component.d.ts +0 -31
- package/accordion/accordion-item-trigger.component.d.ts.map +0 -1
- package/accordion/accordion-item.component.d.ts +0 -48
- package/accordion/accordion-item.component.d.ts.map +0 -1
- package/accordion/accordion.component.d.ts +0 -19
- package/accordion/accordion.component.d.ts.map +0 -1
- package/accordion/accordion.module.d.ts +0 -22
- package/accordion/accordion.module.d.ts.map +0 -1
- package/accordion/qualcomm-ui-angular-accordion.d.ts +0 -6
- package/accordion/qualcomm-ui-angular-accordion.d.ts.map +0 -1
- package/action-group/action-group.directive.d.ts +0 -12
- package/action-group/action-group.directive.d.ts.map +0 -1
- package/action-group/qualcomm-ui-angular-action-group.d.ts +0 -6
- package/action-group/qualcomm-ui-angular-action-group.d.ts.map +0 -1
- package/avatar/avatar-content.directive.d.ts +0 -9
- package/avatar/avatar-content.directive.d.ts.map +0 -1
- package/avatar/avatar-image.directive.d.ts +0 -9
- package/avatar/avatar-image.directive.d.ts.map +0 -1
- package/avatar/avatar-status.directive.d.ts +0 -9
- package/avatar/avatar-status.directive.d.ts.map +0 -1
- package/avatar/avatar.directive.d.ts +0 -26
- package/avatar/avatar.directive.d.ts.map +0 -1
- package/avatar/avatar.module.d.ts +0 -11
- package/avatar/avatar.module.d.ts.map +0 -1
- package/avatar/qds-avatar-context.service.d.ts +0 -9
- package/avatar/qds-avatar-context.service.d.ts.map +0 -1
- package/avatar/qualcomm-ui-angular-avatar.d.ts +0 -6
- package/avatar/qualcomm-ui-angular-avatar.d.ts.map +0 -1
- package/breadcrumbs/breadcrumb-item-icon.directive.d.ts +0 -13
- package/breadcrumbs/breadcrumb-item-icon.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumb-item-separator.directive.d.ts +0 -13
- package/breadcrumbs/breadcrumb-item-separator.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts +0 -13
- package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumb-item.directive.d.ts +0 -26
- package/breadcrumbs/breadcrumb-item.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumbs-list.directive.d.ts +0 -13
- package/breadcrumbs/breadcrumbs-list.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumbs-root.directive.d.ts +0 -26
- package/breadcrumbs/breadcrumbs-root.directive.d.ts.map +0 -1
- package/breadcrumbs/breadcrumbs.module.d.ts +0 -14
- package/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
- package/breadcrumbs/qds-breadcrumbs-context.service.d.ts +0 -9
- package/breadcrumbs/qds-breadcrumbs-context.service.d.ts.map +0 -1
- package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts +0 -6
- package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts.map +0 -1
- package/button/base-button.directive.d.ts +0 -60
- package/button/base-button.directive.d.ts.map +0 -1
- package/button/button-group.directive.d.ts +0 -55
- package/button/button-group.directive.d.ts.map +0 -1
- package/button/button.directive.d.ts +0 -19
- package/button/button.directive.d.ts.map +0 -1
- package/button/button.module.d.ts +0 -12
- package/button/button.module.d.ts.map +0 -1
- package/button/icon-button.directive.d.ts +0 -60
- package/button/icon-button.directive.d.ts.map +0 -1
- package/button/qds-button-context.service.d.ts +0 -9
- package/button/qds-button-context.service.d.ts.map +0 -1
- package/button/qds-button-group-context.service.d.ts +0 -11
- package/button/qds-button-group-context.service.d.ts.map +0 -1
- package/button/qds-icon-button-context.service.d.ts +0 -9
- package/button/qds-icon-button-context.service.d.ts.map +0 -1
- package/button/qualcomm-ui-angular-button.d.ts +0 -6
- package/button/qualcomm-ui-angular-button.d.ts.map +0 -1
- package/checkbox/checkbox-control.component.d.ts +0 -12
- package/checkbox/checkbox-control.component.d.ts.map +0 -1
- package/checkbox/checkbox-error-text.component.d.ts +0 -19
- package/checkbox/checkbox-error-text.component.d.ts.map +0 -1
- package/checkbox/checkbox-hidden-input.directive.d.ts +0 -14
- package/checkbox/checkbox-hidden-input.directive.d.ts.map +0 -1
- package/checkbox/checkbox-indicator.component.d.ts +0 -13
- package/checkbox/checkbox-indicator.component.d.ts.map +0 -1
- package/checkbox/checkbox-label.directive.d.ts +0 -12
- package/checkbox/checkbox-label.directive.d.ts.map +0 -1
- package/checkbox/checkbox-root.directive.d.ts +0 -21
- package/checkbox/checkbox-root.directive.d.ts.map +0 -1
- package/checkbox/checkbox.component.d.ts +0 -37
- package/checkbox/checkbox.component.d.ts.map +0 -1
- package/checkbox/checkbox.module.d.ts +0 -17
- package/checkbox/checkbox.module.d.ts.map +0 -1
- package/checkbox/qds-checkbox-context.service.d.ts +0 -9
- package/checkbox/qds-checkbox-context.service.d.ts.map +0 -1
- package/checkbox/qualcomm-ui-angular-checkbox.d.ts +0 -6
- package/checkbox/qualcomm-ui-angular-checkbox.d.ts.map +0 -1
- package/checkmark/checkmark-icon.component.d.ts +0 -10
- package/checkmark/checkmark-icon.component.d.ts.map +0 -1
- package/checkmark/qualcomm-ui-angular-checkmark.d.ts +0 -6
- package/checkmark/qualcomm-ui-angular-checkmark.d.ts.map +0 -1
- package/collapsible/collapsible-content.component.d.ts +0 -10
- package/collapsible/collapsible-content.component.d.ts.map +0 -1
- package/collapsible/collapsible-root.component.d.ts +0 -7
- package/collapsible/collapsible-root.component.d.ts.map +0 -1
- package/collapsible/collapsible-trigger.component.d.ts +0 -7
- package/collapsible/collapsible-trigger.component.d.ts.map +0 -1
- package/collapsible/collapsible.module.d.ts +0 -10
- package/collapsible/collapsible.module.d.ts.map +0 -1
- package/collapsible/qualcomm-ui-angular-collapsible.d.ts +0 -6
- package/collapsible/qualcomm-ui-angular-collapsible.d.ts.map +0 -1
- package/combobox/combobox-clear-trigger.directive.d.ts +0 -10
- package/combobox/combobox-clear-trigger.directive.d.ts.map +0 -1
- package/combobox/combobox-content.directive.d.ts +0 -9
- package/combobox/combobox-content.directive.d.ts.map +0 -1
- package/combobox/combobox-context.directive.d.ts +0 -17
- package/combobox/combobox-context.directive.d.ts.map +0 -1
- package/combobox/combobox-control.directive.d.ts +0 -10
- package/combobox/combobox-control.directive.d.ts.map +0 -1
- package/combobox/combobox-empty.directive.d.ts +0 -9
- package/combobox/combobox-empty.directive.d.ts.map +0 -1
- package/combobox/combobox-error-indicator.directive.d.ts +0 -16
- package/combobox/combobox-error-indicator.directive.d.ts.map +0 -1
- package/combobox/combobox-error-text.directive.d.ts +0 -15
- package/combobox/combobox-error-text.directive.d.ts.map +0 -1
- package/combobox/combobox-hint.directive.d.ts +0 -9
- package/combobox/combobox-hint.directive.d.ts.map +0 -1
- package/combobox/combobox-icon.directive.d.ts +0 -13
- package/combobox/combobox-icon.directive.d.ts.map +0 -1
- package/combobox/combobox-input.directive.d.ts +0 -9
- package/combobox/combobox-input.directive.d.ts.map +0 -1
- package/combobox/combobox-item-indicator.directive.d.ts +0 -9
- package/combobox/combobox-item-indicator.directive.d.ts.map +0 -1
- package/combobox/combobox-item-text.directive.d.ts +0 -9
- package/combobox/combobox-item-text.directive.d.ts.map +0 -1
- package/combobox/combobox-item.directive.d.ts +0 -9
- package/combobox/combobox-item.directive.d.ts.map +0 -1
- package/combobox/combobox-items.component.d.ts +0 -7
- package/combobox/combobox-items.component.d.ts.map +0 -1
- package/combobox/combobox-label.directive.d.ts +0 -10
- package/combobox/combobox-label.directive.d.ts.map +0 -1
- package/combobox/combobox-positioner.directive.d.ts +0 -9
- package/combobox/combobox-positioner.directive.d.ts.map +0 -1
- package/combobox/combobox-root.directive.d.ts +0 -26
- package/combobox/combobox-root.directive.d.ts.map +0 -1
- package/combobox/combobox-trigger.directive.d.ts +0 -10
- package/combobox/combobox-trigger.directive.d.ts.map +0 -1
- package/combobox/combobox-virtual-content.directive.d.ts +0 -28
- package/combobox/combobox-virtual-content.directive.d.ts.map +0 -1
- package/combobox/combobox-virtual-item.directive.d.ts +0 -31
- package/combobox/combobox-virtual-item.directive.d.ts.map +0 -1
- package/combobox/combobox-virtualizer.directive.d.ts +0 -16
- package/combobox/combobox-virtualizer.directive.d.ts.map +0 -1
- package/combobox/combobox.component.d.ts +0 -80
- package/combobox/combobox.component.d.ts.map +0 -1
- package/combobox/combobox.module.d.ts +0 -34
- package/combobox/combobox.module.d.ts.map +0 -1
- package/combobox/qds-combobox-context.service.d.ts +0 -9
- package/combobox/qds-combobox-context.service.d.ts.map +0 -1
- package/combobox/qualcomm-ui-angular-combobox.d.ts +0 -6
- package/combobox/qualcomm-ui-angular-combobox.d.ts.map +0 -1
- package/dialog/dialog-backdrop.directive.d.ts +0 -16
- package/dialog/dialog-backdrop.directive.d.ts.map +0 -1
- package/dialog/dialog-body.component.d.ts +0 -19
- package/dialog/dialog-body.component.d.ts.map +0 -1
- package/dialog/dialog-close-button.component.d.ts +0 -13
- package/dialog/dialog-close-button.component.d.ts.map +0 -1
- package/dialog/dialog-close-trigger.directive.d.ts +0 -10
- package/dialog/dialog-close-trigger.directive.d.ts.map +0 -1
- package/dialog/dialog-content.directive.d.ts +0 -12
- package/dialog/dialog-content.directive.d.ts.map +0 -1
- package/dialog/dialog-context.directive.d.ts +0 -15
- package/dialog/dialog-context.directive.d.ts.map +0 -1
- package/dialog/dialog-description.directive.d.ts +0 -10
- package/dialog/dialog-description.directive.d.ts.map +0 -1
- package/dialog/dialog-floating-portal.component.d.ts +0 -21
- package/dialog/dialog-floating-portal.component.d.ts.map +0 -1
- package/dialog/dialog-footer.directive.d.ts +0 -12
- package/dialog/dialog-footer.directive.d.ts.map +0 -1
- package/dialog/dialog-heading.directive.d.ts +0 -12
- package/dialog/dialog-heading.directive.d.ts.map +0 -1
- package/dialog/dialog-indicator-icon.directive.d.ts +0 -16
- package/dialog/dialog-indicator-icon.directive.d.ts.map +0 -1
- package/dialog/dialog-positioner.component.d.ts +0 -12
- package/dialog/dialog-positioner.component.d.ts.map +0 -1
- package/dialog/dialog-root.directive.d.ts +0 -49
- package/dialog/dialog-root.directive.d.ts.map +0 -1
- package/dialog/dialog-trigger.directive.d.ts +0 -10
- package/dialog/dialog-trigger.directive.d.ts.map +0 -1
- package/dialog/dialog.module.d.ts +0 -25
- package/dialog/dialog.module.d.ts.map +0 -1
- package/dialog/qds-dialog-context.service.d.ts +0 -9
- package/dialog/qds-dialog-context.service.d.ts.map +0 -1
- package/dialog/qualcomm-ui-angular-dialog.d.ts +0 -6
- package/dialog/qualcomm-ui-angular-dialog.d.ts.map +0 -1
- package/divider/divider.directive.d.ts +0 -33
- package/divider/divider.directive.d.ts.map +0 -1
- package/divider/qualcomm-ui-angular-divider.d.ts +0 -6
- package/divider/qualcomm-ui-angular-divider.d.ts.map +0 -1
- package/drawer/drawer-backdrop.directive.d.ts +0 -10
- package/drawer/drawer-backdrop.directive.d.ts.map +0 -1
- package/drawer/drawer-body.component.d.ts +0 -11
- package/drawer/drawer-body.component.d.ts.map +0 -1
- package/drawer/drawer-close-button.component.d.ts +0 -10
- package/drawer/drawer-close-button.component.d.ts.map +0 -1
- package/drawer/drawer-close-trigger.directive.d.ts +0 -10
- package/drawer/drawer-close-trigger.directive.d.ts.map +0 -1
- package/drawer/drawer-content.directive.d.ts +0 -12
- package/drawer/drawer-content.directive.d.ts.map +0 -1
- package/drawer/drawer-context.directive.d.ts +0 -16
- package/drawer/drawer-context.directive.d.ts.map +0 -1
- package/drawer/drawer-description.directive.d.ts +0 -10
- package/drawer/drawer-description.directive.d.ts.map +0 -1
- package/drawer/drawer-floating-portal.component.d.ts +0 -11
- package/drawer/drawer-floating-portal.component.d.ts.map +0 -1
- package/drawer/drawer-footer.directive.d.ts +0 -10
- package/drawer/drawer-footer.directive.d.ts.map +0 -1
- package/drawer/drawer-heading.directive.d.ts +0 -10
- package/drawer/drawer-heading.directive.d.ts.map +0 -1
- package/drawer/drawer-indicator-icon.directive.d.ts +0 -10
- package/drawer/drawer-indicator-icon.directive.d.ts.map +0 -1
- package/drawer/drawer-positioner.component.d.ts +0 -12
- package/drawer/drawer-positioner.component.d.ts.map +0 -1
- package/drawer/drawer-root.component.d.ts +0 -48
- package/drawer/drawer-root.component.d.ts.map +0 -1
- package/drawer/drawer-trigger.directive.d.ts +0 -7
- package/drawer/drawer-trigger.directive.d.ts.map +0 -1
- package/drawer/drawer.module.d.ts +0 -25
- package/drawer/drawer.module.d.ts.map +0 -1
- package/drawer/qds-drawer-context.service.d.ts +0 -9
- package/drawer/qds-drawer-context.service.d.ts.map +0 -1
- package/drawer/qualcomm-ui-angular-drawer.d.ts +0 -6
- package/drawer/qualcomm-ui-angular-drawer.d.ts.map +0 -1
- package/esm2022/accordion/accordion-item-content-animator.component.js +0 -48
- package/esm2022/accordion/accordion-item-content-animator.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-content-body.component.js +0 -21
- package/esm2022/accordion/accordion-item-content-body.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-content.component.js +0 -27
- package/esm2022/accordion/accordion-item-content.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-icon.component.js +0 -21
- package/esm2022/accordion/accordion-item-icon.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-indicator.component.js +0 -34
- package/esm2022/accordion/accordion-item-indicator.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-root.component.js +0 -45
- package/esm2022/accordion/accordion-item-root.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-secondary-text.component.js +0 -22
- package/esm2022/accordion/accordion-item-secondary-text.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-text.component.js +0 -22
- package/esm2022/accordion/accordion-item-text.component.js.map +0 -1
- package/esm2022/accordion/accordion-item-trigger.component.js +0 -61
- package/esm2022/accordion/accordion-item-trigger.component.js.map +0 -1
- package/esm2022/accordion/accordion-item.component.js +0 -111
- package/esm2022/accordion/accordion-item.component.js.map +0 -1
- package/esm2022/accordion/accordion.component.js +0 -35
- package/esm2022/accordion/accordion.component.js.map +0 -1
- package/esm2022/accordion/accordion.module.js +0 -77
- package/esm2022/accordion/accordion.module.js.map +0 -1
- package/esm2022/accordion/index.js +0 -13
- package/esm2022/accordion/index.js.map +0 -1
- package/esm2022/accordion/qualcomm-ui-angular-accordion.js +0 -5
- package/esm2022/accordion/qualcomm-ui-angular-accordion.js.map +0 -1
- package/esm2022/action-group/action-group.directive.js.map +0 -1
- package/esm2022/action-group/index.js +0 -2
- package/esm2022/action-group/index.js.map +0 -1
- package/esm2022/action-group/qualcomm-ui-angular-action-group.js +0 -5
- package/esm2022/action-group/qualcomm-ui-angular-action-group.js.map +0 -1
- package/esm2022/avatar/avatar-content.directive.js +0 -23
- package/esm2022/avatar/avatar-content.directive.js.map +0 -1
- package/esm2022/avatar/avatar-image.directive.js +0 -23
- package/esm2022/avatar/avatar-image.directive.js.map +0 -1
- package/esm2022/avatar/avatar-status.directive.js +0 -23
- package/esm2022/avatar/avatar-status.directive.js.map +0 -1
- package/esm2022/avatar/avatar.directive.js +0 -48
- package/esm2022/avatar/avatar.directive.js.map +0 -1
- package/esm2022/avatar/avatar.module.js +0 -37
- package/esm2022/avatar/avatar.module.js.map +0 -1
- package/esm2022/avatar/index.js +0 -6
- package/esm2022/avatar/index.js.map +0 -1
- package/esm2022/avatar/qds-avatar-context.service.js +0 -14
- package/esm2022/avatar/qds-avatar-context.service.js.map +0 -1
- package/esm2022/avatar/qualcomm-ui-angular-avatar.js +0 -5
- package/esm2022/avatar/qualcomm-ui-angular-avatar.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js +0 -23
- package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js +0 -23
- package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js +0 -23
- package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumb-item.directive.js +0 -63
- package/esm2022/breadcrumbs/breadcrumb-item.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumbs-list.directive.js +0 -23
- package/esm2022/breadcrumbs/breadcrumbs-list.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumbs-root.directive.js +0 -41
- package/esm2022/breadcrumbs/breadcrumbs-root.directive.js.map +0 -1
- package/esm2022/breadcrumbs/breadcrumbs.module.js +0 -49
- package/esm2022/breadcrumbs/breadcrumbs.module.js.map +0 -1
- package/esm2022/breadcrumbs/index.js +0 -9
- package/esm2022/breadcrumbs/index.js.map +0 -1
- package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js +0 -14
- package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js.map +0 -1
- package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js +0 -5
- package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js.map +0 -1
- package/esm2022/button/base-button.directive.js +0 -82
- package/esm2022/button/base-button.directive.js.map +0 -1
- package/esm2022/button/button-group.directive.js +0 -84
- package/esm2022/button/button-group.directive.js.map +0 -1
- package/esm2022/button/button.directive.js +0 -100
- package/esm2022/button/button.directive.js.map +0 -1
- package/esm2022/button/button.module.js +0 -31
- package/esm2022/button/button.module.js.map +0 -1
- package/esm2022/button/icon-button.directive.js +0 -93
- package/esm2022/button/icon-button.directive.js.map +0 -1
- package/esm2022/button/index.js +0 -9
- package/esm2022/button/index.js.map +0 -1
- package/esm2022/button/qds-button-context.service.js +0 -14
- package/esm2022/button/qds-button-context.service.js.map +0 -1
- package/esm2022/button/qds-button-group-context.service.js +0 -14
- package/esm2022/button/qds-button-group-context.service.js.map +0 -1
- package/esm2022/button/qds-icon-button-context.service.js +0 -14
- package/esm2022/button/qds-icon-button-context.service.js.map +0 -1
- package/esm2022/button/qualcomm-ui-angular-button.js +0 -5
- package/esm2022/button/qualcomm-ui-angular-button.js.map +0 -1
- package/esm2022/checkbox/checkbox-control.component.js +0 -36
- package/esm2022/checkbox/checkbox-control.component.js.map +0 -1
- package/esm2022/checkbox/checkbox-error-text.component.js +0 -41
- package/esm2022/checkbox/checkbox-error-text.component.js.map +0 -1
- package/esm2022/checkbox/checkbox-hidden-input.directive.js +0 -32
- package/esm2022/checkbox/checkbox-hidden-input.directive.js.map +0 -1
- package/esm2022/checkbox/checkbox-indicator.component.js +0 -43
- package/esm2022/checkbox/checkbox-indicator.component.js.map +0 -1
- package/esm2022/checkbox/checkbox-label.directive.js +0 -26
- package/esm2022/checkbox/checkbox-label.directive.js.map +0 -1
- package/esm2022/checkbox/checkbox-root.directive.js +0 -36
- package/esm2022/checkbox/checkbox-root.directive.js.map +0 -1
- package/esm2022/checkbox/checkbox.component.js +0 -104
- package/esm2022/checkbox/checkbox.component.js.map +0 -1
- package/esm2022/checkbox/checkbox.module.js +0 -56
- package/esm2022/checkbox/checkbox.module.js.map +0 -1
- package/esm2022/checkbox/index.js +0 -10
- package/esm2022/checkbox/index.js.map +0 -1
- package/esm2022/checkbox/qds-checkbox-context.service.js +0 -14
- package/esm2022/checkbox/qds-checkbox-context.service.js.map +0 -1
- package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js +0 -5
- package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js.map +0 -1
- package/esm2022/checkmark/checkmark-icon.component.js.map +0 -1
- package/esm2022/checkmark/index.js +0 -2
- package/esm2022/checkmark/index.js.map +0 -1
- package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js +0 -5
- package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js.map +0 -1
- package/esm2022/collapsible/collapsible-content.component.js +0 -22
- package/esm2022/collapsible/collapsible-content.component.js.map +0 -1
- package/esm2022/collapsible/collapsible-root.component.js +0 -18
- package/esm2022/collapsible/collapsible-root.component.js.map +0 -1
- package/esm2022/collapsible/collapsible-trigger.component.js +0 -17
- package/esm2022/collapsible/collapsible-trigger.component.js.map +0 -1
- package/esm2022/collapsible/collapsible.module.js +0 -32
- package/esm2022/collapsible/collapsible.module.js.map +0 -1
- package/esm2022/collapsible/index.js +0 -5
- package/esm2022/collapsible/index.js.map +0 -1
- package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js +0 -5
- package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js.map +0 -1
- package/esm2022/combobox/combobox-clear-trigger.directive.js +0 -40
- package/esm2022/combobox/combobox-clear-trigger.directive.js.map +0 -1
- package/esm2022/combobox/combobox-content.directive.js +0 -23
- package/esm2022/combobox/combobox-content.directive.js.map +0 -1
- package/esm2022/combobox/combobox-context.directive.js +0 -29
- package/esm2022/combobox/combobox-context.directive.js.map +0 -1
- package/esm2022/combobox/combobox-control.directive.js +0 -48
- package/esm2022/combobox/combobox-control.directive.js.map +0 -1
- package/esm2022/combobox/combobox-empty.directive.js +0 -23
- package/esm2022/combobox/combobox-empty.directive.js.map +0 -1
- package/esm2022/combobox/combobox-error-indicator.directive.js +0 -40
- package/esm2022/combobox/combobox-error-indicator.directive.js.map +0 -1
- package/esm2022/combobox/combobox-error-text.directive.js +0 -39
- package/esm2022/combobox/combobox-error-text.directive.js.map +0 -1
- package/esm2022/combobox/combobox-hint.directive.js +0 -23
- package/esm2022/combobox/combobox-hint.directive.js.map +0 -1
- package/esm2022/combobox/combobox-icon.directive.js +0 -23
- package/esm2022/combobox/combobox-icon.directive.js.map +0 -1
- package/esm2022/combobox/combobox-input.directive.js +0 -23
- package/esm2022/combobox/combobox-input.directive.js.map +0 -1
- package/esm2022/combobox/combobox-item-indicator.directive.js +0 -36
- package/esm2022/combobox/combobox-item-indicator.directive.js.map +0 -1
- package/esm2022/combobox/combobox-item-text.directive.js +0 -23
- package/esm2022/combobox/combobox-item-text.directive.js.map +0 -1
- package/esm2022/combobox/combobox-item.directive.js +0 -24
- package/esm2022/combobox/combobox-item.directive.js.map +0 -1
- package/esm2022/combobox/combobox-items.component.js +0 -42
- package/esm2022/combobox/combobox-items.component.js.map +0 -1
- package/esm2022/combobox/combobox-label.directive.js +0 -49
- package/esm2022/combobox/combobox-label.directive.js.map +0 -1
- package/esm2022/combobox/combobox-positioner.directive.js +0 -23
- package/esm2022/combobox/combobox-positioner.directive.js.map +0 -1
- package/esm2022/combobox/combobox-root.directive.js +0 -58
- package/esm2022/combobox/combobox-root.directive.js.map +0 -1
- package/esm2022/combobox/combobox-trigger.directive.js +0 -50
- package/esm2022/combobox/combobox-trigger.directive.js.map +0 -1
- package/esm2022/combobox/combobox-virtual-content.directive.js +0 -114
- package/esm2022/combobox/combobox-virtual-content.directive.js.map +0 -1
- package/esm2022/combobox/combobox-virtual-item.directive.js +0 -53
- package/esm2022/combobox/combobox-virtual-item.directive.js.map +0 -1
- package/esm2022/combobox/combobox-virtualizer.directive.js +0 -29
- package/esm2022/combobox/combobox-virtualizer.directive.js.map +0 -1
- package/esm2022/combobox/combobox.component.js +0 -355
- package/esm2022/combobox/combobox.component.js.map +0 -1
- package/esm2022/combobox/combobox.module.js +0 -144
- package/esm2022/combobox/combobox.module.js.map +0 -1
- package/esm2022/combobox/index.js +0 -25
- package/esm2022/combobox/index.js.map +0 -1
- package/esm2022/combobox/qds-combobox-context.service.js +0 -14
- package/esm2022/combobox/qds-combobox-context.service.js.map +0 -1
- package/esm2022/combobox/qualcomm-ui-angular-combobox.js +0 -5
- package/esm2022/combobox/qualcomm-ui-angular-combobox.js.map +0 -1
- package/esm2022/dialog/dialog-backdrop.directive.js +0 -31
- package/esm2022/dialog/dialog-backdrop.directive.js.map +0 -1
- package/esm2022/dialog/dialog-body.component.js +0 -65
- package/esm2022/dialog/dialog-body.component.js.map +0 -1
- package/esm2022/dialog/dialog-close-button.component.js +0 -43
- package/esm2022/dialog/dialog-close-button.component.js.map +0 -1
- package/esm2022/dialog/dialog-close-trigger.directive.js +0 -20
- package/esm2022/dialog/dialog-close-trigger.directive.js.map +0 -1
- package/esm2022/dialog/dialog-content.directive.js +0 -26
- package/esm2022/dialog/dialog-content.directive.js.map +0 -1
- package/esm2022/dialog/dialog-context.directive.js +0 -28
- package/esm2022/dialog/dialog-context.directive.js.map +0 -1
- package/esm2022/dialog/dialog-description.directive.js +0 -20
- package/esm2022/dialog/dialog-description.directive.js.map +0 -1
- package/esm2022/dialog/dialog-floating-portal.component.js +0 -54
- package/esm2022/dialog/dialog-floating-portal.component.js.map +0 -1
- package/esm2022/dialog/dialog-footer.directive.js +0 -26
- package/esm2022/dialog/dialog-footer.directive.js.map +0 -1
- package/esm2022/dialog/dialog-heading.directive.js +0 -26
- package/esm2022/dialog/dialog-heading.directive.js.map +0 -1
- package/esm2022/dialog/dialog-indicator-icon.directive.js +0 -26
- package/esm2022/dialog/dialog-indicator-icon.directive.js.map +0 -1
- package/esm2022/dialog/dialog-positioner.component.js +0 -26
- package/esm2022/dialog/dialog-positioner.component.js.map +0 -1
- package/esm2022/dialog/dialog-root.directive.js +0 -76
- package/esm2022/dialog/dialog-root.directive.js.map +0 -1
- package/esm2022/dialog/dialog-trigger.directive.js +0 -20
- package/esm2022/dialog/dialog-trigger.directive.js.map +0 -1
- package/esm2022/dialog/dialog.module.js +0 -92
- package/esm2022/dialog/dialog.module.js.map +0 -1
- package/esm2022/dialog/index.js +0 -17
- package/esm2022/dialog/index.js.map +0 -1
- package/esm2022/dialog/qds-dialog-context.service.js +0 -14
- package/esm2022/dialog/qds-dialog-context.service.js.map +0 -1
- package/esm2022/dialog/qualcomm-ui-angular-dialog.js +0 -5
- package/esm2022/dialog/qualcomm-ui-angular-dialog.js.map +0 -1
- package/esm2022/divider/divider.directive.js.map +0 -1
- package/esm2022/divider/index.js +0 -2
- package/esm2022/divider/index.js.map +0 -1
- package/esm2022/divider/qualcomm-ui-angular-divider.js +0 -5
- package/esm2022/divider/qualcomm-ui-angular-divider.js.map +0 -1
- package/esm2022/drawer/drawer-backdrop.directive.js +0 -22
- package/esm2022/drawer/drawer-backdrop.directive.js.map +0 -1
- package/esm2022/drawer/drawer-body.component.js +0 -38
- package/esm2022/drawer/drawer-body.component.js.map +0 -1
- package/esm2022/drawer/drawer-close-button.component.js +0 -30
- package/esm2022/drawer/drawer-close-button.component.js.map +0 -1
- package/esm2022/drawer/drawer-close-trigger.directive.js +0 -20
- package/esm2022/drawer/drawer-close-trigger.directive.js.map +0 -1
- package/esm2022/drawer/drawer-content.directive.js +0 -26
- package/esm2022/drawer/drawer-content.directive.js.map +0 -1
- package/esm2022/drawer/drawer-context.directive.js +0 -28
- package/esm2022/drawer/drawer-context.directive.js.map +0 -1
- package/esm2022/drawer/drawer-description.directive.js +0 -20
- package/esm2022/drawer/drawer-description.directive.js.map +0 -1
- package/esm2022/drawer/drawer-floating-portal.component.js +0 -61
- package/esm2022/drawer/drawer-floating-portal.component.js.map +0 -1
- package/esm2022/drawer/drawer-footer.directive.js +0 -20
- package/esm2022/drawer/drawer-footer.directive.js.map +0 -1
- package/esm2022/drawer/drawer-heading.directive.js +0 -20
- package/esm2022/drawer/drawer-heading.directive.js.map +0 -1
- package/esm2022/drawer/drawer-indicator-icon.directive.js +0 -20
- package/esm2022/drawer/drawer-indicator-icon.directive.js.map +0 -1
- package/esm2022/drawer/drawer-positioner.component.js +0 -26
- package/esm2022/drawer/drawer-positioner.component.js.map +0 -1
- package/esm2022/drawer/drawer-root.component.js +0 -83
- package/esm2022/drawer/drawer-root.component.js.map +0 -1
- package/esm2022/drawer/drawer-trigger.directive.js +0 -17
- package/esm2022/drawer/drawer-trigger.directive.js.map +0 -1
- package/esm2022/drawer/drawer.module.js +0 -92
- package/esm2022/drawer/drawer.module.js.map +0 -1
- package/esm2022/drawer/index.js +0 -17
- package/esm2022/drawer/index.js.map +0 -1
- package/esm2022/drawer/qds-drawer-context.service.js +0 -14
- package/esm2022/drawer/qds-drawer-context.service.js.map +0 -1
- package/esm2022/drawer/qualcomm-ui-angular-drawer.js +0 -5
- package/esm2022/drawer/qualcomm-ui-angular-drawer.js.map +0 -1
- package/esm2022/footer/index.js +0 -2
- package/esm2022/footer/index.js.map +0 -1
- package/esm2022/footer/qualcomm-ui-angular-footer.js +0 -5
- package/esm2022/footer/qualcomm-ui-angular-footer.js.map +0 -1
- package/esm2022/header/index.js +0 -2
- package/esm2022/header/index.js.map +0 -1
- package/esm2022/header/qualcomm-ui-angular-header.js +0 -5
- package/esm2022/header/qualcomm-ui-angular-header.js.map +0 -1
- package/esm2022/icon/end-icon.directive.js +0 -40
- package/esm2022/icon/end-icon.directive.js.map +0 -1
- package/esm2022/icon/icon.directive.js +0 -71
- package/esm2022/icon/icon.directive.js.map +0 -1
- package/esm2022/icon/icon.tokens.js +0 -6
- package/esm2022/icon/icon.tokens.js.map +0 -1
- package/esm2022/icon/index.js +0 -6
- package/esm2022/icon/index.js.map +0 -1
- package/esm2022/icon/qualcomm-ui-angular-icon.js +0 -5
- package/esm2022/icon/qualcomm-ui-angular-icon.js.map +0 -1
- package/esm2022/icon/start-icon.directive.js +0 -40
- package/esm2022/icon/start-icon.directive.js.map +0 -1
- package/esm2022/icon/use-lucide-icon.js +0 -94
- package/esm2022/icon/use-lucide-icon.js.map +0 -1
- package/esm2022/index.js.map +0 -1
- package/esm2022/inline-icon-button/index.js +0 -3
- package/esm2022/inline-icon-button/index.js.map +0 -1
- package/esm2022/inline-icon-button/inline-icon-button.component.js.map +0 -1
- package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js +0 -5
- package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js.map +0 -1
- package/esm2022/inline-icon-button/use-inline-icon-button-api.js +0 -13
- package/esm2022/inline-icon-button/use-inline-icon-button-api.js.map +0 -1
- package/esm2022/inline-notification/index.js +0 -10
- package/esm2022/inline-notification/index.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-action.directive.js +0 -23
- package/esm2022/inline-notification/inline-notification-action.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-close-button.directive.js +0 -44
- package/esm2022/inline-notification/inline-notification-close-button.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-description.directive.js +0 -23
- package/esm2022/inline-notification/inline-notification-description.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-icon.directive.js +0 -53
- package/esm2022/inline-notification/inline-notification-icon.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-label.directive.js +0 -23
- package/esm2022/inline-notification/inline-notification-label.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-root.directive.js +0 -50
- package/esm2022/inline-notification/inline-notification-root.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification.directive.js +0 -113
- package/esm2022/inline-notification/inline-notification.directive.js.map +0 -1
- package/esm2022/inline-notification/inline-notification.module.js +0 -56
- package/esm2022/inline-notification/inline-notification.module.js.map +0 -1
- package/esm2022/inline-notification/qds-inline-notification-context.service.js +0 -14
- package/esm2022/inline-notification/qds-inline-notification-context.service.js.map +0 -1
- package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js +0 -5
- package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js.map +0 -1
- package/esm2022/input/error-text.component.js +0 -54
- package/esm2022/input/error-text.component.js.map +0 -1
- package/esm2022/input/hint.directive.js +0 -35
- package/esm2022/input/hint.directive.js.map +0 -1
- package/esm2022/input/index.js +0 -7
- package/esm2022/input/index.js.map +0 -1
- package/esm2022/input/input-end-icon.component.js +0 -41
- package/esm2022/input/input-end-icon.component.js.map +0 -1
- package/esm2022/input/input-start-icon.component.js +0 -43
- package/esm2022/input/input-start-icon.component.js.map +0 -1
- package/esm2022/input/qds-input-context.service.js +0 -14
- package/esm2022/input/qds-input-context.service.js.map +0 -1
- package/esm2022/input/qualcomm-ui-angular-input.js +0 -5
- package/esm2022/input/qualcomm-ui-angular-input.js.map +0 -1
- package/esm2022/input/use-input-bindings.js +0 -81
- package/esm2022/input/use-input-bindings.js.map +0 -1
- package/esm2022/link/index.js +0 -2
- package/esm2022/link/index.js.map +0 -1
- package/esm2022/link/link.directive.js.map +0 -1
- package/esm2022/link/qualcomm-ui-angular-link.js +0 -5
- package/esm2022/link/qualcomm-ui-angular-link.js.map +0 -1
- package/esm2022/menu/index.js +0 -21
- package/esm2022/menu/index.js.map +0 -1
- package/esm2022/menu/menu-button.component.js +0 -94
- package/esm2022/menu/menu-button.component.js.map +0 -1
- package/esm2022/menu/menu-checkbox-item.directive.js +0 -24
- package/esm2022/menu/menu-checkbox-item.directive.js.map +0 -1
- package/esm2022/menu/menu-content.directive.js +0 -23
- package/esm2022/menu/menu-content.directive.js.map +0 -1
- package/esm2022/menu/menu-context-trigger.directive.js +0 -17
- package/esm2022/menu/menu-context-trigger.directive.js.map +0 -1
- package/esm2022/menu/menu-item-command.directive.js +0 -23
- package/esm2022/menu/menu-item-command.directive.js.map +0 -1
- package/esm2022/menu/menu-item-group-label.directive.js +0 -23
- package/esm2022/menu/menu-item-group-label.directive.js.map +0 -1
- package/esm2022/menu/menu-item-group.directive.js +0 -24
- package/esm2022/menu/menu-item-group.directive.js.map +0 -1
- package/esm2022/menu/menu-item-indicator.component.js +0 -34
- package/esm2022/menu/menu-item-indicator.component.js.map +0 -1
- package/esm2022/menu/menu-item-start-icon.component.js +0 -36
- package/esm2022/menu/menu-item-start-icon.component.js.map +0 -1
- package/esm2022/menu/menu-item.directive.js +0 -25
- package/esm2022/menu/menu-item.directive.js.map +0 -1
- package/esm2022/menu/menu-positioner.component.js +0 -26
- package/esm2022/menu/menu-positioner.component.js.map +0 -1
- package/esm2022/menu/menu-radio-item-group.directive.js +0 -24
- package/esm2022/menu/menu-radio-item-group.directive.js.map +0 -1
- package/esm2022/menu/menu-radio-item.directive.js +0 -24
- package/esm2022/menu/menu-radio-item.directive.js.map +0 -1
- package/esm2022/menu/menu-separator.directive.js +0 -24
- package/esm2022/menu/menu-separator.directive.js.map +0 -1
- package/esm2022/menu/menu-trigger-item-indicator.component.js +0 -36
- package/esm2022/menu/menu-trigger-item-indicator.component.js.map +0 -1
- package/esm2022/menu/menu-trigger-item.component.js +0 -37
- package/esm2022/menu/menu-trigger-item.component.js.map +0 -1
- package/esm2022/menu/menu-trigger.directive.js +0 -30
- package/esm2022/menu/menu-trigger.directive.js.map +0 -1
- package/esm2022/menu/menu.component.js +0 -41
- package/esm2022/menu/menu.component.js.map +0 -1
- package/esm2022/menu/menu.module.js +0 -121
- package/esm2022/menu/menu.module.js.map +0 -1
- package/esm2022/menu/qds-menu-context.service.js +0 -14
- package/esm2022/menu/qds-menu-context.service.js.map +0 -1
- package/esm2022/menu/qualcomm-ui-angular-menu.js +0 -5
- package/esm2022/menu/qualcomm-ui-angular-menu.js.map +0 -1
- package/esm2022/number-input/index.js +0 -14
- package/esm2022/number-input/index.js.map +0 -1
- package/esm2022/number-input/number-input-control.directive.js +0 -54
- package/esm2022/number-input/number-input-control.directive.js.map +0 -1
- package/esm2022/number-input/number-input-decrement-trigger.directive.js +0 -50
- package/esm2022/number-input/number-input-decrement-trigger.directive.js.map +0 -1
- package/esm2022/number-input/number-input-error-indicator.directive.js +0 -45
- package/esm2022/number-input/number-input-error-indicator.directive.js.map +0 -1
- package/esm2022/number-input/number-input-error-text.directive.js +0 -23
- package/esm2022/number-input/number-input-error-text.directive.js.map +0 -1
- package/esm2022/number-input/number-input-hint.directive.js +0 -23
- package/esm2022/number-input/number-input-hint.directive.js.map +0 -1
- package/esm2022/number-input/number-input-increment-trigger.directive.js +0 -50
- package/esm2022/number-input/number-input-increment-trigger.directive.js.map +0 -1
- package/esm2022/number-input/number-input-input-group.directive.js +0 -51
- package/esm2022/number-input/number-input-input-group.directive.js.map +0 -1
- package/esm2022/number-input/number-input-input.directive.js +0 -23
- package/esm2022/number-input/number-input-input.directive.js.map +0 -1
- package/esm2022/number-input/number-input-label.directive.js +0 -47
- package/esm2022/number-input/number-input-label.directive.js.map +0 -1
- package/esm2022/number-input/number-input-root.directive.js +0 -81
- package/esm2022/number-input/number-input-root.directive.js.map +0 -1
- package/esm2022/number-input/number-input.component.js +0 -145
- package/esm2022/number-input/number-input.component.js.map +0 -1
- package/esm2022/number-input/number-input.module.js +0 -85
- package/esm2022/number-input/number-input.module.js.map +0 -1
- package/esm2022/number-input/qds-number-input-context.service.js +0 -14
- package/esm2022/number-input/qds-number-input-context.service.js.map +0 -1
- package/esm2022/number-input/qualcomm-ui-angular-number-input.js +0 -5
- package/esm2022/number-input/qualcomm-ui-angular-number-input.js.map +0 -1
- package/esm2022/pagination/index.js +0 -11
- package/esm2022/pagination/index.js.map +0 -1
- package/esm2022/pagination/pagination-context.directive.js +0 -28
- package/esm2022/pagination/pagination-context.directive.js.map +0 -1
- package/esm2022/pagination/pagination-next-trigger.component.js +0 -35
- package/esm2022/pagination/pagination-next-trigger.component.js.map +0 -1
- package/esm2022/pagination/pagination-page-item.component.js +0 -44
- package/esm2022/pagination/pagination-page-item.component.js.map +0 -1
- package/esm2022/pagination/pagination-page-items.component.js +0 -33
- package/esm2022/pagination/pagination-page-items.component.js.map +0 -1
- package/esm2022/pagination/pagination-page-metadata.directive.js +0 -22
- package/esm2022/pagination/pagination-page-metadata.directive.js.map +0 -1
- package/esm2022/pagination/pagination-page-size-label.directive.js +0 -22
- package/esm2022/pagination/pagination-page-size-label.directive.js.map +0 -1
- package/esm2022/pagination/pagination-page-size.component.js +0 -69
- package/esm2022/pagination/pagination-page-size.component.js.map +0 -1
- package/esm2022/pagination/pagination-prev-trigger.component.js +0 -35
- package/esm2022/pagination/pagination-prev-trigger.component.js.map +0 -1
- package/esm2022/pagination/pagination-root.directive.js +0 -23
- package/esm2022/pagination/pagination-root.directive.js.map +0 -1
- package/esm2022/pagination/pagination.module.js +0 -67
- package/esm2022/pagination/pagination.module.js.map +0 -1
- package/esm2022/pagination/qualcomm-ui-angular-pagination.js +0 -5
- package/esm2022/pagination/qualcomm-ui-angular-pagination.js.map +0 -1
- package/esm2022/password-input/index.js +0 -12
- package/esm2022/password-input/index.js.map +0 -1
- package/esm2022/password-input/password-input-clear-trigger.directive.js +0 -33
- package/esm2022/password-input/password-input-clear-trigger.directive.js.map +0 -1
- package/esm2022/password-input/password-input-error-indicator.directive.js +0 -40
- package/esm2022/password-input/password-input-error-indicator.directive.js.map +0 -1
- package/esm2022/password-input/password-input-error-text.directive.js +0 -49
- package/esm2022/password-input/password-input-error-text.directive.js.map +0 -1
- package/esm2022/password-input/password-input-hint.directive.js +0 -23
- package/esm2022/password-input/password-input-hint.directive.js.map +0 -1
- package/esm2022/password-input/password-input-input-group.directive.js +0 -41
- package/esm2022/password-input/password-input-input-group.directive.js.map +0 -1
- package/esm2022/password-input/password-input-input.directive.js +0 -23
- package/esm2022/password-input/password-input-input.directive.js.map +0 -1
- package/esm2022/password-input/password-input-label.directive.js +0 -47
- package/esm2022/password-input/password-input-label.directive.js.map +0 -1
- package/esm2022/password-input/password-input-root.directive.js +0 -76
- package/esm2022/password-input/password-input-root.directive.js.map +0 -1
- package/esm2022/password-input/password-input-visibility-trigger.directive.js +0 -56
- package/esm2022/password-input/password-input-visibility-trigger.directive.js.map +0 -1
- package/esm2022/password-input/password-input.component.js +0 -199
- package/esm2022/password-input/password-input.component.js.map +0 -1
- package/esm2022/password-input/password-input.module.js +0 -71
- package/esm2022/password-input/password-input.module.js.map +0 -1
- package/esm2022/password-input/qualcomm-ui-angular-password-input.js +0 -5
- package/esm2022/password-input/qualcomm-ui-angular-password-input.js.map +0 -1
- package/esm2022/popover/index.js +0 -14
- package/esm2022/popover/index.js.map +0 -1
- package/esm2022/popover/popover-anchor.directive.js +0 -17
- package/esm2022/popover/popover-anchor.directive.js.map +0 -1
- package/esm2022/popover/popover-arrow-tip.directive.js +0 -22
- package/esm2022/popover/popover-arrow-tip.directive.js.map +0 -1
- package/esm2022/popover/popover-arrow.directive.js +0 -32
- package/esm2022/popover/popover-arrow.directive.js.map +0 -1
- package/esm2022/popover/popover-close-trigger.directive.js +0 -22
- package/esm2022/popover/popover-close-trigger.directive.js.map +0 -1
- package/esm2022/popover/popover-content.directive.js +0 -22
- package/esm2022/popover/popover-content.directive.js.map +0 -1
- package/esm2022/popover/popover-context.directive.js +0 -28
- package/esm2022/popover/popover-context.directive.js.map +0 -1
- package/esm2022/popover/popover-description.directive.js +0 -22
- package/esm2022/popover/popover-description.directive.js.map +0 -1
- package/esm2022/popover/popover-label.directive.js +0 -22
- package/esm2022/popover/popover-label.directive.js.map +0 -1
- package/esm2022/popover/popover-positioner.directive.js +0 -17
- package/esm2022/popover/popover-positioner.directive.js.map +0 -1
- package/esm2022/popover/popover-root.directive.js +0 -18
- package/esm2022/popover/popover-root.directive.js.map +0 -1
- package/esm2022/popover/popover-trigger.directive.js +0 -22
- package/esm2022/popover/popover-trigger.directive.js.map +0 -1
- package/esm2022/popover/popover.directive.js +0 -98
- package/esm2022/popover/popover.directive.js.map +0 -1
- package/esm2022/popover/popover.module.js +0 -79
- package/esm2022/popover/popover.module.js.map +0 -1
- package/esm2022/popover/qualcomm-ui-angular-popover.js +0 -5
- package/esm2022/popover/qualcomm-ui-angular-popover.js.map +0 -1
- package/esm2022/progress/index.js +0 -12
- package/esm2022/progress/index.js.map +0 -1
- package/esm2022/progress/progress-bar.directive.js +0 -23
- package/esm2022/progress/progress-bar.directive.js.map +0 -1
- package/esm2022/progress/progress-context.directive.js +0 -29
- package/esm2022/progress/progress-context.directive.js.map +0 -1
- package/esm2022/progress/progress-error-text.directive.js +0 -46
- package/esm2022/progress/progress-error-text.directive.js.map +0 -1
- package/esm2022/progress/progress-hint.directive.js +0 -23
- package/esm2022/progress/progress-hint.directive.js.map +0 -1
- package/esm2022/progress/progress-label.directive.js +0 -23
- package/esm2022/progress/progress-label.directive.js.map +0 -1
- package/esm2022/progress/progress-root.directive.js +0 -53
- package/esm2022/progress/progress-root.directive.js.map +0 -1
- package/esm2022/progress/progress-track.directive.js +0 -33
- package/esm2022/progress/progress-track.directive.js.map +0 -1
- package/esm2022/progress/progress-value-text.directive.js +0 -23
- package/esm2022/progress/progress-value-text.directive.js.map +0 -1
- package/esm2022/progress/progress.directive.js +0 -122
- package/esm2022/progress/progress.directive.js.map +0 -1
- package/esm2022/progress/progress.module.js +0 -64
- package/esm2022/progress/progress.module.js.map +0 -1
- package/esm2022/progress/qds-progress-context.service.js +0 -14
- package/esm2022/progress/qds-progress-context.service.js.map +0 -1
- package/esm2022/progress/qualcomm-ui-angular-progress.js +0 -5
- package/esm2022/progress/qualcomm-ui-angular-progress.js.map +0 -1
- package/esm2022/progress-ring/index.js +0 -13
- package/esm2022/progress-ring/index.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-bar.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-bar.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-circle-container.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-circle-container.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-circle.directive.js +0 -36
- package/esm2022/progress-ring/progress-ring-circle.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-context.directive.js +0 -29
- package/esm2022/progress-ring/progress-ring-context.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-error-text.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-error-text.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-label.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-label.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-root.directive.js +0 -50
- package/esm2022/progress-ring/progress-ring-root.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-track.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-track.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-value-text.directive.js +0 -23
- package/esm2022/progress-ring/progress-ring-value-text.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring.directive.js +0 -79
- package/esm2022/progress-ring/progress-ring.directive.js.map +0 -1
- package/esm2022/progress-ring/progress-ring.module.js +0 -67
- package/esm2022/progress-ring/progress-ring.module.js.map +0 -1
- package/esm2022/progress-ring/qds-progress-ring-context.service.js +0 -14
- package/esm2022/progress-ring/qds-progress-ring-context.service.js.map +0 -1
- package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js +0 -5
- package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js.map +0 -1
- package/esm2022/qualcomm-ui-angular.js +0 -5
- package/esm2022/qualcomm-ui-angular.js.map +0 -1
- package/esm2022/radio/index.js +0 -9
- package/esm2022/radio/index.js.map +0 -1
- package/esm2022/radio/qds-radio-context.service.js +0 -14
- package/esm2022/radio/qds-radio-context.service.js.map +0 -1
- package/esm2022/radio/qualcomm-ui-angular-radio.js +0 -5
- package/esm2022/radio/qualcomm-ui-angular-radio.js.map +0 -1
- package/esm2022/radio/radio-control.directive.js +0 -23
- package/esm2022/radio/radio-control.directive.js.map +0 -1
- package/esm2022/radio/radio-group/index.js +0 -5
- package/esm2022/radio/radio-group/index.js.map +0 -1
- package/esm2022/radio/radio-group/radio-group-error-text.component.js +0 -38
- package/esm2022/radio/radio-group/radio-group-error-text.component.js.map +0 -1
- package/esm2022/radio/radio-group/radio-group-items.directive.js +0 -23
- package/esm2022/radio/radio-group/radio-group-items.directive.js.map +0 -1
- package/esm2022/radio/radio-group/radio-group-label.directive.js +0 -23
- package/esm2022/radio/radio-group/radio-group-label.directive.js.map +0 -1
- package/esm2022/radio/radio-group/radio-group-root.directive.js +0 -33
- package/esm2022/radio/radio-group/radio-group-root.directive.js.map +0 -1
- package/esm2022/radio/radio-hidden-input.directive.js +0 -23
- package/esm2022/radio/radio-hidden-input.directive.js.map +0 -1
- package/esm2022/radio/radio-label.directive.js +0 -23
- package/esm2022/radio/radio-label.directive.js.map +0 -1
- package/esm2022/radio/radio-root.directive.js +0 -37
- package/esm2022/radio/radio-root.directive.js.map +0 -1
- package/esm2022/radio/radio.component.js +0 -57
- package/esm2022/radio/radio.component.js.map +0 -1
- package/esm2022/radio/radio.module.js +0 -62
- package/esm2022/radio/radio.module.js.map +0 -1
- package/esm2022/segmented-control/index.js +0 -8
- package/esm2022/segmented-control/index.js.map +0 -1
- package/esm2022/segmented-control/qds-segmented-control-context.service.js +0 -14
- package/esm2022/segmented-control/qds-segmented-control-context.service.js.map +0 -1
- package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js +0 -5
- package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js.map +0 -1
- package/esm2022/segmented-control/segmented-control-hidden-input.directive.js +0 -26
- package/esm2022/segmented-control/segmented-control-hidden-input.directive.js.map +0 -1
- package/esm2022/segmented-control/segmented-control-item-root.directive.js +0 -25
- package/esm2022/segmented-control/segmented-control-item-root.directive.js.map +0 -1
- package/esm2022/segmented-control/segmented-control-item-text.directive.js +0 -26
- package/esm2022/segmented-control/segmented-control-item-text.directive.js.map +0 -1
- package/esm2022/segmented-control/segmented-control-item.component.js +0 -53
- package/esm2022/segmented-control/segmented-control-item.component.js.map +0 -1
- package/esm2022/segmented-control/segmented-control.directive.js +0 -54
- package/esm2022/segmented-control/segmented-control.directive.js.map +0 -1
- package/esm2022/segmented-control/segmented-control.module.js +0 -44
- package/esm2022/segmented-control/segmented-control.module.js.map +0 -1
- package/esm2022/select/index.js +0 -21
- package/esm2022/select/index.js.map +0 -1
- package/esm2022/select/qds-select-context.service.js +0 -14
- package/esm2022/select/qds-select-context.service.js.map +0 -1
- package/esm2022/select/qualcomm-ui-angular-select.js +0 -5
- package/esm2022/select/qualcomm-ui-angular-select.js.map +0 -1
- package/esm2022/select/select-clear-trigger.directive.js +0 -36
- package/esm2022/select/select-clear-trigger.directive.js.map +0 -1
- package/esm2022/select/select-content.directive.js +0 -23
- package/esm2022/select/select-content.directive.js.map +0 -1
- package/esm2022/select/select-context.directive.js +0 -29
- package/esm2022/select/select-context.directive.js.map +0 -1
- package/esm2022/select/select-control.directive.js +0 -44
- package/esm2022/select/select-control.directive.js.map +0 -1
- package/esm2022/select/select-error-indicator.directive.js +0 -40
- package/esm2022/select/select-error-indicator.directive.js.map +0 -1
- package/esm2022/select/select-error-text.directive.js +0 -39
- package/esm2022/select/select-error-text.directive.js.map +0 -1
- package/esm2022/select/select-hidden-select.directive.js +0 -42
- package/esm2022/select/select-hidden-select.directive.js.map +0 -1
- package/esm2022/select/select-hint.directive.js +0 -23
- package/esm2022/select/select-hint.directive.js.map +0 -1
- package/esm2022/select/select-indicator.directive.js +0 -46
- package/esm2022/select/select-indicator.directive.js.map +0 -1
- package/esm2022/select/select-item-indicator.directive.js +0 -36
- package/esm2022/select/select-item-indicator.directive.js.map +0 -1
- package/esm2022/select/select-item-text.directive.js +0 -23
- package/esm2022/select/select-item-text.directive.js.map +0 -1
- package/esm2022/select/select-item.directive.js +0 -24
- package/esm2022/select/select-item.directive.js.map +0 -1
- package/esm2022/select/select-items.component.js +0 -42
- package/esm2022/select/select-items.component.js.map +0 -1
- package/esm2022/select/select-label.directive.js +0 -49
- package/esm2022/select/select-label.directive.js.map +0 -1
- package/esm2022/select/select-positioner.directive.js +0 -23
- package/esm2022/select/select-positioner.directive.js.map +0 -1
- package/esm2022/select/select-root.directive.js +0 -55
- package/esm2022/select/select-root.directive.js.map +0 -1
- package/esm2022/select/select-value-text.directive.js +0 -59
- package/esm2022/select/select-value-text.directive.js.map +0 -1
- package/esm2022/select/select.component.js +0 -226
- package/esm2022/select/select.component.js.map +0 -1
- package/esm2022/select/select.module.js +0 -112
- package/esm2022/select/select.module.js.map +0 -1
- package/esm2022/switch/index.js +0 -10
- package/esm2022/switch/index.js.map +0 -1
- package/esm2022/switch/qds-switch-context.service.js +0 -14
- package/esm2022/switch/qds-switch-context.service.js.map +0 -1
- package/esm2022/switch/qualcomm-ui-angular-switch.js +0 -5
- package/esm2022/switch/qualcomm-ui-angular-switch.js.map +0 -1
- package/esm2022/switch/switch-control.component.js +0 -33
- package/esm2022/switch/switch-control.component.js.map +0 -1
- package/esm2022/switch/switch-error-text.component.js +0 -38
- package/esm2022/switch/switch-error-text.component.js.map +0 -1
- package/esm2022/switch/switch-hidden-input.directive.js +0 -28
- package/esm2022/switch/switch-hidden-input.directive.js.map +0 -1
- package/esm2022/switch/switch-label.directive.js +0 -23
- package/esm2022/switch/switch-label.directive.js.map +0 -1
- package/esm2022/switch/switch-root.directive.js +0 -33
- package/esm2022/switch/switch-root.directive.js.map +0 -1
- package/esm2022/switch/switch-thumb.directive.js +0 -23
- package/esm2022/switch/switch-thumb.directive.js.map +0 -1
- package/esm2022/switch/switch.component.js +0 -100
- package/esm2022/switch/switch.component.js.map +0 -1
- package/esm2022/switch/switch.module.js +0 -55
- package/esm2022/switch/switch.module.js.map +0 -1
- package/esm2022/table/components/custom/cell-component-context.directive.js +0 -13
- package/esm2022/table/components/custom/cell-component-context.directive.js.map +0 -1
- package/esm2022/table/components/custom/index.js +0 -2
- package/esm2022/table/components/custom/index.js.map +0 -1
- package/esm2022/table/components/index.js +0 -29
- package/esm2022/table/components/index.js.map +0 -1
- package/esm2022/table/components/qds-table-api.js +0 -6
- package/esm2022/table/components/qds-table-api.js.map +0 -1
- package/esm2022/table/components/renderers/index.js +0 -4
- package/esm2022/table/components/renderers/index.js.map +0 -1
- package/esm2022/table/components/renderers/render-cell.directive.js +0 -78
- package/esm2022/table/components/renderers/render-cell.directive.js.map +0 -1
- package/esm2022/table/components/renderers/render-footer.directive.js +0 -53
- package/esm2022/table/components/renderers/render-footer.directive.js.map +0 -1
- package/esm2022/table/components/renderers/render-header.directive.js +0 -53
- package/esm2022/table/components/renderers/render-header.directive.js.map +0 -1
- package/esm2022/table/components/table-action-bar.directive.js +0 -24
- package/esm2022/table/components/table-action-bar.directive.js.map +0 -1
- package/esm2022/table/components/table-body.directive.js +0 -24
- package/esm2022/table/components/table-body.directive.js.map +0 -1
- package/esm2022/table/components/table-cell-action.directive.js +0 -46
- package/esm2022/table/components/table-cell-action.directive.js.map +0 -1
- package/esm2022/table/components/table-cell.directive.js +0 -28
- package/esm2022/table/components/table-cell.directive.js.map +0 -1
- package/esm2022/table/components/table-column-drag-handle.directive.js +0 -51
- package/esm2022/table/components/table-column-drag-handle.directive.js.map +0 -1
- package/esm2022/table/components/table-column-drag-preview.directive.js +0 -25
- package/esm2022/table/components/table-column-drag-preview.directive.js.map +0 -1
- package/esm2022/table/components/table-column-drop-indicator.directive.js +0 -42
- package/esm2022/table/components/table-column-drop-indicator.directive.js.map +0 -1
- package/esm2022/table/components/table-column-filter-action.directive.js +0 -62
- package/esm2022/table/components/table-column-filter-action.directive.js.map +0 -1
- package/esm2022/table/components/table-column-header-action.directive.js +0 -46
- package/esm2022/table/components/table-column-header-action.directive.js.map +0 -1
- package/esm2022/table/components/table-column-resize-handle.directive.js +0 -57
- package/esm2022/table/components/table-column-resize-handle.directive.js.map +0 -1
- package/esm2022/table/components/table-column-sort-action.directive.js +0 -60
- package/esm2022/table/components/table-column-sort-action.directive.js.map +0 -1
- package/esm2022/table/components/table-footer.directive.js +0 -24
- package/esm2022/table/components/table-footer.directive.js.map +0 -1
- package/esm2022/table/components/table-header-cell.directive.js +0 -51
- package/esm2022/table/components/table-header-cell.directive.js.map +0 -1
- package/esm2022/table/components/table-header.directive.js +0 -24
- package/esm2022/table/components/table-header.directive.js.map +0 -1
- package/esm2022/table/components/table-pagination.directive.js +0 -22
- package/esm2022/table/components/table-pagination.directive.js.map +0 -1
- package/esm2022/table/components/table-root.directive.js +0 -38
- package/esm2022/table/components/table-root.directive.js.map +0 -1
- package/esm2022/table/components/table-row-drag-handle.directive.js +0 -51
- package/esm2022/table/components/table-row-drag-handle.directive.js.map +0 -1
- package/esm2022/table/components/table-row-drag-preview.directive.js +0 -24
- package/esm2022/table/components/table-row-drag-preview.directive.js.map +0 -1
- package/esm2022/table/components/table-row-drop-indicator.directive.js +0 -42
- package/esm2022/table/components/table-row-drop-indicator.directive.js.map +0 -1
- package/esm2022/table/components/table-row-expand-button.directive.js +0 -57
- package/esm2022/table/components/table-row-expand-button.directive.js.map +0 -1
- package/esm2022/table/components/table-row.directive.js +0 -44
- package/esm2022/table/components/table-row.directive.js.map +0 -1
- package/esm2022/table/components/table-scroll-container.directive.js +0 -24
- package/esm2022/table/components/table-scroll-container.directive.js.map +0 -1
- package/esm2022/table/components/table-table.directive.js +0 -24
- package/esm2022/table/components/table-table.directive.js.map +0 -1
- package/esm2022/table/components/table-title-bar.directive.js +0 -24
- package/esm2022/table/components/table-title-bar.directive.js.map +0 -1
- package/esm2022/table/components/table.module.js +0 -153
- package/esm2022/table/components/table.module.js.map +0 -1
- package/esm2022/table/index.js +0 -4
- package/esm2022/table/index.js.map +0 -1
- package/esm2022/table/model/create-angular-table.js +0 -52
- package/esm2022/table/model/create-angular-table.js.map +0 -1
- package/esm2022/table/model/create-pagination-helper.js +0 -26
- package/esm2022/table/model/create-pagination-helper.js.map +0 -1
- package/esm2022/table/model/index.js +0 -3
- package/esm2022/table/model/index.js.map +0 -1
- package/esm2022/table/model/lazy-signal-initializer.js +0 -45
- package/esm2022/table/model/lazy-signal-initializer.js.map +0 -1
- package/esm2022/table/model/proxify-table.js +0 -83
- package/esm2022/table/model/proxify-table.js.map +0 -1
- package/esm2022/table/qualcomm-ui-angular-table.js +0 -5
- package/esm2022/table/qualcomm-ui-angular-table.js.map +0 -1
- package/esm2022/table/types/context.js +0 -4
- package/esm2022/table/types/context.js.map +0 -1
- package/esm2022/table/types/index.js +0 -2
- package/esm2022/table/types/index.js.map +0 -1
- package/esm2022/tabs/index.js +0 -11
- package/esm2022/tabs/index.js.map +0 -1
- package/esm2022/tabs/qds-tabs-context.service.js +0 -14
- package/esm2022/tabs/qds-tabs-context.service.js.map +0 -1
- package/esm2022/tabs/qualcomm-ui-angular-tabs.js +0 -5
- package/esm2022/tabs/qualcomm-ui-angular-tabs.js.map +0 -1
- package/esm2022/tabs/tab-button.directive.js +0 -130
- package/esm2022/tabs/tab-button.directive.js.map +0 -1
- package/esm2022/tabs/tab-dismiss-button.directive.js +0 -40
- package/esm2022/tabs/tab-dismiss-button.directive.js.map +0 -1
- package/esm2022/tabs/tab-root.directive.js +0 -24
- package/esm2022/tabs/tab-root.directive.js.map +0 -1
- package/esm2022/tabs/tabs-context.directive.js +0 -40
- package/esm2022/tabs/tabs-context.directive.js.map +0 -1
- package/esm2022/tabs/tabs-indicator.directive.js +0 -23
- package/esm2022/tabs/tabs-indicator.directive.js.map +0 -1
- package/esm2022/tabs/tabs-list.directive.js +0 -35
- package/esm2022/tabs/tabs-list.directive.js.map +0 -1
- package/esm2022/tabs/tabs-panel.directive.js +0 -25
- package/esm2022/tabs/tabs-panel.directive.js.map +0 -1
- package/esm2022/tabs/tabs-root.directive.js +0 -73
- package/esm2022/tabs/tabs-root.directive.js.map +0 -1
- package/esm2022/tabs/tabs.module.js +0 -60
- package/esm2022/tabs/tabs.module.js.map +0 -1
- package/esm2022/tag/index.js +0 -3
- package/esm2022/tag/index.js.map +0 -1
- package/esm2022/tag/qds-tag-context.service.js +0 -14
- package/esm2022/tag/qds-tag-context.service.js.map +0 -1
- package/esm2022/tag/qualcomm-ui-angular-tag.js +0 -5
- package/esm2022/tag/qualcomm-ui-angular-tag.js.map +0 -1
- package/esm2022/tag/tag.directive.js.map +0 -1
- package/esm2022/text-area/index.js +0 -2
- package/esm2022/text-area/index.js.map +0 -1
- package/esm2022/text-area/qualcomm-ui-angular-text-area.js +0 -5
- package/esm2022/text-area/qualcomm-ui-angular-text-area.js.map +0 -1
- package/esm2022/text-input/index.js +0 -11
- package/esm2022/text-input/index.js.map +0 -1
- package/esm2022/text-input/qualcomm-ui-angular-text-input.js +0 -5
- package/esm2022/text-input/qualcomm-ui-angular-text-input.js.map +0 -1
- package/esm2022/text-input/text-input-clear-trigger.directive.js +0 -36
- package/esm2022/text-input/text-input-clear-trigger.directive.js.map +0 -1
- package/esm2022/text-input/text-input-error-indicator.directive.js +0 -43
- package/esm2022/text-input/text-input-error-indicator.directive.js.map +0 -1
- package/esm2022/text-input/text-input-error-text.directive.js +0 -42
- package/esm2022/text-input/text-input-error-text.directive.js.map +0 -1
- package/esm2022/text-input/text-input-hint.directive.js +0 -26
- package/esm2022/text-input/text-input-hint.directive.js.map +0 -1
- package/esm2022/text-input/text-input-input-group.directive.js +0 -52
- package/esm2022/text-input/text-input-input-group.directive.js.map +0 -1
- package/esm2022/text-input/text-input-input.directive.js +0 -32
- package/esm2022/text-input/text-input-input.directive.js.map +0 -1
- package/esm2022/text-input/text-input-label.directive.js +0 -50
- package/esm2022/text-input/text-input-label.directive.js.map +0 -1
- package/esm2022/text-input/text-input-root.directive.js +0 -71
- package/esm2022/text-input/text-input-root.directive.js.map +0 -1
- package/esm2022/text-input/text-input.component.js +0 -156
- package/esm2022/text-input/text-input.component.js.map +0 -1
- package/esm2022/text-input/text-input.module.js +0 -75
- package/esm2022/text-input/text-input.module.js.map +0 -1
- package/esm2022/theme/index.js +0 -3
- package/esm2022/theme/index.js.map +0 -1
- package/esm2022/theme/qds-theme-providers.js +0 -73
- package/esm2022/theme/qds-theme-providers.js.map +0 -1
- package/esm2022/theme/qds-theme.service.js.map +0 -1
- package/esm2022/theme/qds-theme.types.js +0 -4
- package/esm2022/theme/qds-theme.types.js.map +0 -1
- package/esm2022/theme/qualcomm-ui-angular-theme.js +0 -5
- package/esm2022/theme/qualcomm-ui-angular-theme.js.map +0 -1
- package/esm2022/toast/create-toaster.js +0 -7
- package/esm2022/toast/create-toaster.js.map +0 -1
- package/esm2022/toast/index.js +0 -14
- package/esm2022/toast/index.js.map +0 -1
- package/esm2022/toast/qds-toast-context.service.js +0 -14
- package/esm2022/toast/qds-toast-context.service.js.map +0 -1
- package/esm2022/toast/qualcomm-ui-angular-toast.js +0 -5
- package/esm2022/toast/qualcomm-ui-angular-toast.js.map +0 -1
- package/esm2022/toast/toast-action.directive.js +0 -23
- package/esm2022/toast/toast-action.directive.js.map +0 -1
- package/esm2022/toast/toast-close-button.directive.js +0 -44
- package/esm2022/toast/toast-close-button.directive.js.map +0 -1
- package/esm2022/toast/toast-context.directive.js +0 -23
- package/esm2022/toast/toast-context.directive.js.map +0 -1
- package/esm2022/toast/toast-description.directive.js +0 -23
- package/esm2022/toast/toast-description.directive.js.map +0 -1
- package/esm2022/toast/toast-icon.directive.js +0 -60
- package/esm2022/toast/toast-icon.directive.js.map +0 -1
- package/esm2022/toast/toast-label.directive.js +0 -23
- package/esm2022/toast/toast-label.directive.js.map +0 -1
- package/esm2022/toast/toast-provider.directive.js +0 -34
- package/esm2022/toast/toast-provider.directive.js.map +0 -1
- package/esm2022/toast/toast-root.directive.js +0 -46
- package/esm2022/toast/toast-root.directive.js.map +0 -1
- package/esm2022/toast/toast.module.js +0 -77
- package/esm2022/toast/toast.module.js.map +0 -1
- package/esm2022/toast/toaster.directive.js +0 -124
- package/esm2022/toast/toaster.directive.js.map +0 -1
- package/esm2022/toast/toaster.service.js +0 -24
- package/esm2022/toast/toaster.service.js.map +0 -1
- package/esm2022/tooltip/index.js +0 -11
- package/esm2022/tooltip/index.js.map +0 -1
- package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js +0 -5
- package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js.map +0 -1
- package/esm2022/tooltip/tooltip-arrow-tip.directive.js +0 -22
- package/esm2022/tooltip/tooltip-arrow-tip.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-arrow.directive.js +0 -32
- package/esm2022/tooltip/tooltip-arrow.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-content.directive.js +0 -22
- package/esm2022/tooltip/tooltip-content.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-context.directive.js +0 -28
- package/esm2022/tooltip/tooltip-context.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-floating-portal.component.js +0 -81
- package/esm2022/tooltip/tooltip-floating-portal.component.js.map +0 -1
- package/esm2022/tooltip/tooltip-positioner.directive.js +0 -22
- package/esm2022/tooltip/tooltip-positioner.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-root.directive.js +0 -18
- package/esm2022/tooltip/tooltip-root.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip-trigger.directive.js +0 -17
- package/esm2022/tooltip/tooltip-trigger.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip.directive.js +0 -67
- package/esm2022/tooltip/tooltip.directive.js.map +0 -1
- package/esm2022/tooltip/tooltip.module.js +0 -66
- package/esm2022/tooltip/tooltip.module.js.map +0 -1
- package/esm2022/tree/index.js +0 -2
- package/esm2022/tree/index.js.map +0 -1
- package/esm2022/tree/qualcomm-ui-angular-tree.js +0 -5
- package/esm2022/tree/qualcomm-ui-angular-tree.js.map +0 -1
- package/footer/qualcomm-ui-angular-footer.d.ts +0 -6
- package/footer/qualcomm-ui-angular-footer.d.ts.map +0 -1
- package/header/qualcomm-ui-angular-header.d.ts +0 -6
- package/header/qualcomm-ui-angular-header.d.ts.map +0 -1
- package/icon/end-icon.directive.d.ts +0 -27
- package/icon/end-icon.directive.d.ts.map +0 -1
- package/icon/icon.directive.d.ts +0 -47
- package/icon/icon.directive.d.ts.map +0 -1
- package/icon/icon.tokens.d.ts +0 -8
- package/icon/icon.tokens.d.ts.map +0 -1
- package/icon/qualcomm-ui-angular-icon.d.ts +0 -6
- package/icon/qualcomm-ui-angular-icon.d.ts.map +0 -1
- package/icon/start-icon.directive.d.ts +0 -27
- package/icon/start-icon.directive.d.ts.map +0 -1
- package/icon/use-lucide-icon.d.ts +0 -36
- package/icon/use-lucide-icon.d.ts.map +0 -1
- package/inline-icon-button/inline-icon-button.component.d.ts +0 -42
- package/inline-icon-button/inline-icon-button.component.d.ts.map +0 -1
- package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts +0 -6
- package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts.map +0 -1
- package/inline-icon-button/use-inline-icon-button-api.d.ts +0 -5
- package/inline-icon-button/use-inline-icon-button-api.d.ts.map +0 -1
- package/inline-notification/inline-notification-action.directive.d.ts +0 -9
- package/inline-notification/inline-notification-action.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-close-button.directive.d.ts +0 -10
- package/inline-notification/inline-notification-close-button.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-description.directive.d.ts +0 -9
- package/inline-notification/inline-notification-description.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-icon.directive.d.ts +0 -12
- package/inline-notification/inline-notification-icon.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-label.directive.d.ts +0 -9
- package/inline-notification/inline-notification-label.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-root.directive.d.ts +0 -28
- package/inline-notification/inline-notification-root.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification.directive.d.ts +0 -40
- package/inline-notification/inline-notification.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification.module.d.ts +0 -17
- package/inline-notification/inline-notification.module.d.ts.map +0 -1
- package/inline-notification/qds-inline-notification-context.service.d.ts +0 -9
- package/inline-notification/qds-inline-notification-context.service.d.ts.map +0 -1
- package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts +0 -6
- package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts.map +0 -1
- package/input/error-text.component.d.ts +0 -37
- package/input/error-text.component.d.ts.map +0 -1
- package/input/hint.directive.d.ts +0 -30
- package/input/hint.directive.d.ts.map +0 -1
- package/input/input-end-icon.component.d.ts +0 -16
- package/input/input-end-icon.component.d.ts.map +0 -1
- package/input/input-start-icon.component.d.ts +0 -28
- package/input/input-start-icon.component.d.ts.map +0 -1
- package/input/qds-input-context.service.d.ts +0 -14
- package/input/qds-input-context.service.d.ts.map +0 -1
- package/input/qualcomm-ui-angular-input.d.ts +0 -6
- package/input/qualcomm-ui-angular-input.d.ts.map +0 -1
- package/input/use-input-bindings.d.ts +0 -63
- package/input/use-input-bindings.d.ts.map +0 -1
- package/link/link.directive.d.ts +0 -62
- package/link/link.directive.d.ts.map +0 -1
- package/link/qualcomm-ui-angular-link.d.ts +0 -6
- package/link/qualcomm-ui-angular-link.d.ts.map +0 -1
- package/menu/menu-button.component.d.ts +0 -10
- package/menu/menu-button.component.d.ts.map +0 -1
- package/menu/menu-checkbox-item.directive.d.ts +0 -9
- package/menu/menu-checkbox-item.directive.d.ts.map +0 -1
- package/menu/menu-content.directive.d.ts +0 -9
- package/menu/menu-content.directive.d.ts.map +0 -1
- package/menu/menu-context-trigger.directive.d.ts +0 -7
- package/menu/menu-context-trigger.directive.d.ts.map +0 -1
- package/menu/menu-item-command.directive.d.ts +0 -13
- package/menu/menu-item-command.directive.d.ts.map +0 -1
- package/menu/menu-item-group-label.directive.d.ts +0 -9
- package/menu/menu-item-group-label.directive.d.ts.map +0 -1
- package/menu/menu-item-group.directive.d.ts +0 -9
- package/menu/menu-item-group.directive.d.ts.map +0 -1
- package/menu/menu-item-indicator.component.d.ts +0 -9
- package/menu/menu-item-indicator.component.d.ts.map +0 -1
- package/menu/menu-item-start-icon.component.d.ts +0 -15
- package/menu/menu-item-start-icon.component.d.ts.map +0 -1
- package/menu/menu-item.directive.d.ts +0 -10
- package/menu/menu-item.directive.d.ts.map +0 -1
- package/menu/menu-positioner.component.d.ts +0 -7
- package/menu/menu-positioner.component.d.ts.map +0 -1
- package/menu/menu-radio-item-group.directive.d.ts +0 -9
- package/menu/menu-radio-item-group.directive.d.ts.map +0 -1
- package/menu/menu-radio-item.directive.d.ts +0 -9
- package/menu/menu-radio-item.directive.d.ts.map +0 -1
- package/menu/menu-separator.directive.d.ts +0 -10
- package/menu/menu-separator.directive.d.ts.map +0 -1
- package/menu/menu-trigger-item-indicator.component.d.ts +0 -13
- package/menu/menu-trigger-item-indicator.component.d.ts.map +0 -1
- package/menu/menu-trigger-item.component.d.ts +0 -10
- package/menu/menu-trigger-item.component.d.ts.map +0 -1
- package/menu/menu-trigger.directive.d.ts +0 -11
- package/menu/menu-trigger.directive.d.ts.map +0 -1
- package/menu/menu.component.d.ts +0 -14
- package/menu/menu.component.d.ts.map +0 -1
- package/menu/menu.module.d.ts +0 -28
- package/menu/menu.module.d.ts.map +0 -1
- package/menu/qds-menu-context.service.d.ts +0 -9
- package/menu/qds-menu-context.service.d.ts.map +0 -1
- package/menu/qualcomm-ui-angular-menu.d.ts +0 -6
- package/menu/qualcomm-ui-angular-menu.d.ts.map +0 -1
- package/number-input/number-input-control.directive.d.ts +0 -21
- package/number-input/number-input-control.directive.d.ts.map +0 -1
- package/number-input/number-input-decrement-trigger.directive.d.ts +0 -10
- package/number-input/number-input-decrement-trigger.directive.d.ts.map +0 -1
- package/number-input/number-input-error-indicator.directive.d.ts +0 -17
- package/number-input/number-input-error-indicator.directive.d.ts.map +0 -1
- package/number-input/number-input-error-text.directive.d.ts +0 -9
- package/number-input/number-input-error-text.directive.d.ts.map +0 -1
- package/number-input/number-input-hint.directive.d.ts +0 -9
- package/number-input/number-input-hint.directive.d.ts.map +0 -1
- package/number-input/number-input-increment-trigger.directive.d.ts +0 -10
- package/number-input/number-input-increment-trigger.directive.d.ts.map +0 -1
- package/number-input/number-input-input-group.directive.d.ts +0 -10
- package/number-input/number-input-input-group.directive.d.ts.map +0 -1
- package/number-input/number-input-input.directive.d.ts +0 -9
- package/number-input/number-input-input.directive.d.ts.map +0 -1
- package/number-input/number-input-label.directive.d.ts +0 -9
- package/number-input/number-input-label.directive.d.ts.map +0 -1
- package/number-input/number-input-root.directive.d.ts +0 -56
- package/number-input/number-input-root.directive.d.ts.map +0 -1
- package/number-input/number-input.component.d.ts +0 -51
- package/number-input/number-input.component.d.ts.map +0 -1
- package/number-input/number-input.module.d.ts +0 -21
- package/number-input/number-input.module.d.ts.map +0 -1
- package/number-input/qds-number-input-context.service.d.ts +0 -9
- package/number-input/qds-number-input-context.service.d.ts.map +0 -1
- package/number-input/qualcomm-ui-angular-number-input.d.ts +0 -6
- package/number-input/qualcomm-ui-angular-number-input.d.ts.map +0 -1
- package/pagination/pagination-context.directive.d.ts +0 -15
- package/pagination/pagination-context.directive.d.ts.map +0 -1
- package/pagination/pagination-next-trigger.component.d.ts +0 -21
- package/pagination/pagination-next-trigger.component.d.ts.map +0 -1
- package/pagination/pagination-page-item.component.d.ts +0 -16
- package/pagination/pagination-page-item.component.d.ts.map +0 -1
- package/pagination/pagination-page-items.component.d.ts +0 -7
- package/pagination/pagination-page-items.component.d.ts.map +0 -1
- package/pagination/pagination-page-metadata.directive.d.ts +0 -14
- package/pagination/pagination-page-metadata.directive.d.ts.map +0 -1
- package/pagination/pagination-page-size-label.directive.d.ts +0 -14
- package/pagination/pagination-page-size-label.directive.d.ts.map +0 -1
- package/pagination/pagination-page-size.component.d.ts +0 -14
- package/pagination/pagination-page-size.component.d.ts.map +0 -1
- package/pagination/pagination-prev-trigger.component.d.ts +0 -21
- package/pagination/pagination-prev-trigger.component.d.ts.map +0 -1
- package/pagination/pagination-root.directive.d.ts +0 -14
- package/pagination/pagination-root.directive.d.ts.map +0 -1
- package/pagination/pagination.module.d.ts +0 -20
- package/pagination/pagination.module.d.ts.map +0 -1
- package/pagination/qualcomm-ui-angular-pagination.d.ts +0 -6
- package/pagination/qualcomm-ui-angular-pagination.d.ts.map +0 -1
- package/password-input/password-input-clear-trigger.directive.d.ts +0 -9
- package/password-input/password-input-clear-trigger.directive.d.ts.map +0 -1
- package/password-input/password-input-error-indicator.directive.d.ts +0 -16
- package/password-input/password-input-error-indicator.directive.d.ts.map +0 -1
- package/password-input/password-input-error-text.directive.d.ts +0 -16
- package/password-input/password-input-error-text.directive.d.ts.map +0 -1
- package/password-input/password-input-hint.directive.d.ts +0 -9
- package/password-input/password-input-hint.directive.d.ts.map +0 -1
- package/password-input/password-input-input-group.directive.d.ts +0 -9
- package/password-input/password-input-input-group.directive.d.ts.map +0 -1
- package/password-input/password-input-input.directive.d.ts +0 -9
- package/password-input/password-input-input.directive.d.ts.map +0 -1
- package/password-input/password-input-label.directive.d.ts +0 -9
- package/password-input/password-input-label.directive.d.ts.map +0 -1
- package/password-input/password-input-root.directive.d.ts +0 -37
- package/password-input/password-input-root.directive.d.ts.map +0 -1
- package/password-input/password-input-visibility-trigger.directive.d.ts +0 -24
- package/password-input/password-input-visibility-trigger.directive.d.ts.map +0 -1
- package/password-input/password-input.component.d.ts +0 -72
- package/password-input/password-input.component.d.ts.map +0 -1
- package/password-input/password-input.module.d.ts +0 -20
- package/password-input/password-input.module.d.ts.map +0 -1
- package/password-input/qualcomm-ui-angular-password-input.d.ts +0 -6
- package/password-input/qualcomm-ui-angular-password-input.d.ts.map +0 -1
- package/popover/popover-anchor.directive.d.ts +0 -7
- package/popover/popover-anchor.directive.d.ts.map +0 -1
- package/popover/popover-arrow-tip.directive.d.ts +0 -17
- package/popover/popover-arrow-tip.directive.d.ts.map +0 -1
- package/popover/popover-arrow.directive.d.ts +0 -17
- package/popover/popover-arrow.directive.d.ts.map +0 -1
- package/popover/popover-close-trigger.directive.d.ts +0 -17
- package/popover/popover-close-trigger.directive.d.ts.map +0 -1
- package/popover/popover-content.directive.d.ts +0 -17
- package/popover/popover-content.directive.d.ts.map +0 -1
- package/popover/popover-context.directive.d.ts +0 -15
- package/popover/popover-context.directive.d.ts.map +0 -1
- package/popover/popover-description.directive.d.ts +0 -17
- package/popover/popover-description.directive.d.ts.map +0 -1
- package/popover/popover-label.directive.d.ts +0 -17
- package/popover/popover-label.directive.d.ts.map +0 -1
- package/popover/popover-positioner.directive.d.ts +0 -7
- package/popover/popover-positioner.directive.d.ts.map +0 -1
- package/popover/popover-root.directive.d.ts +0 -7
- package/popover/popover-root.directive.d.ts.map +0 -1
- package/popover/popover-trigger.directive.d.ts +0 -17
- package/popover/popover-trigger.directive.d.ts.map +0 -1
- package/popover/popover.directive.d.ts +0 -24
- package/popover/popover.directive.d.ts.map +0 -1
- package/popover/popover.module.d.ts +0 -20
- package/popover/popover.module.d.ts.map +0 -1
- package/popover/qualcomm-ui-angular-popover.d.ts +0 -6
- package/popover/qualcomm-ui-angular-popover.d.ts.map +0 -1
- package/progress/progress-bar.directive.d.ts +0 -9
- package/progress/progress-bar.directive.d.ts.map +0 -1
- package/progress/progress-context.directive.d.ts +0 -16
- package/progress/progress-context.directive.d.ts.map +0 -1
- package/progress/progress-error-text.directive.d.ts +0 -16
- package/progress/progress-error-text.directive.d.ts.map +0 -1
- package/progress/progress-hint.directive.d.ts +0 -9
- package/progress/progress-hint.directive.d.ts.map +0 -1
- package/progress/progress-label.directive.d.ts +0 -9
- package/progress/progress-label.directive.d.ts.map +0 -1
- package/progress/progress-root.directive.d.ts +0 -35
- package/progress/progress-root.directive.d.ts.map +0 -1
- package/progress/progress-track.directive.d.ts +0 -9
- package/progress/progress-track.directive.d.ts.map +0 -1
- package/progress/progress-value-text.directive.d.ts +0 -9
- package/progress/progress-value-text.directive.d.ts.map +0 -1
- package/progress/progress.directive.d.ts +0 -47
- package/progress/progress.directive.d.ts.map +0 -1
- package/progress/progress.module.d.ts +0 -17
- package/progress/progress.module.d.ts.map +0 -1
- package/progress/qds-progress-context.service.d.ts +0 -9
- package/progress/qds-progress-context.service.d.ts.map +0 -1
- package/progress/qualcomm-ui-angular-progress.d.ts +0 -6
- package/progress/qualcomm-ui-angular-progress.d.ts.map +0 -1
- package/progress-ring/progress-ring-bar.directive.d.ts +0 -9
- package/progress-ring/progress-ring-bar.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-circle-container.directive.d.ts +0 -13
- package/progress-ring/progress-ring-circle-container.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-circle.directive.d.ts +0 -9
- package/progress-ring/progress-ring-circle.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-context.directive.d.ts +0 -16
- package/progress-ring/progress-ring-context.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-error-text.directive.d.ts +0 -9
- package/progress-ring/progress-ring-error-text.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-label.directive.d.ts +0 -9
- package/progress-ring/progress-ring-label.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-root.directive.d.ts +0 -31
- package/progress-ring/progress-ring-root.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-track.directive.d.ts +0 -9
- package/progress-ring/progress-ring-track.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-value-text.directive.d.ts +0 -9
- package/progress-ring/progress-ring-value-text.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring.directive.d.ts +0 -27
- package/progress-ring/progress-ring.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring.module.d.ts +0 -17
- package/progress-ring/progress-ring.module.d.ts.map +0 -1
- package/progress-ring/qds-progress-ring-context.service.d.ts +0 -9
- package/progress-ring/qds-progress-ring-context.service.d.ts.map +0 -1
- package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts +0 -6
- package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts.map +0 -1
- package/qualcomm-ui-angular.d.ts +0 -6
- package/qualcomm-ui-angular.d.ts.map +0 -1
- package/radio/qds-radio-context.service.d.ts +0 -9
- package/radio/qds-radio-context.service.d.ts.map +0 -1
- package/radio/qualcomm-ui-angular-radio.d.ts +0 -6
- package/radio/qualcomm-ui-angular-radio.d.ts.map +0 -1
- package/radio/radio-control.directive.d.ts +0 -9
- package/radio/radio-control.directive.d.ts.map +0 -1
- package/radio/radio-group/index.d.ts +0 -5
- package/radio/radio-group/index.d.ts.map +0 -1
- package/radio/radio-group/radio-group-error-text.component.d.ts +0 -16
- package/radio/radio-group/radio-group-error-text.component.d.ts.map +0 -1
- package/radio/radio-group/radio-group-items.directive.d.ts +0 -9
- package/radio/radio-group/radio-group-items.directive.d.ts.map +0 -1
- package/radio/radio-group/radio-group-label.directive.d.ts +0 -9
- package/radio/radio-group/radio-group-label.directive.d.ts.map +0 -1
- package/radio/radio-group/radio-group-root.directive.d.ts +0 -18
- package/radio/radio-group/radio-group-root.directive.d.ts.map +0 -1
- package/radio/radio-hidden-input.directive.d.ts +0 -9
- package/radio/radio-hidden-input.directive.d.ts.map +0 -1
- package/radio/radio-label.directive.d.ts +0 -9
- package/radio/radio-label.directive.d.ts.map +0 -1
- package/radio/radio-root.directive.d.ts +0 -19
- package/radio/radio-root.directive.d.ts.map +0 -1
- package/radio/radio.component.d.ts +0 -12
- package/radio/radio.component.d.ts.map +0 -1
- package/radio/radio.module.d.ts +0 -18
- package/radio/radio.module.d.ts.map +0 -1
- package/segmented-control/qds-segmented-control-context.service.d.ts +0 -9
- package/segmented-control/qds-segmented-control-context.service.d.ts.map +0 -1
- package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts +0 -6
- package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts.map +0 -1
- package/segmented-control/segmented-control-hidden-input.directive.d.ts +0 -12
- package/segmented-control/segmented-control-hidden-input.directive.d.ts.map +0 -1
- package/segmented-control/segmented-control-item-root.directive.d.ts +0 -9
- package/segmented-control/segmented-control-item-root.directive.d.ts.map +0 -1
- package/segmented-control/segmented-control-item-text.directive.d.ts +0 -12
- package/segmented-control/segmented-control-item-text.directive.d.ts.map +0 -1
- package/segmented-control/segmented-control-item.component.d.ts +0 -11
- package/segmented-control/segmented-control-item.component.d.ts.map +0 -1
- package/segmented-control/segmented-control.directive.d.ts +0 -26
- package/segmented-control/segmented-control.directive.d.ts.map +0 -1
- package/segmented-control/segmented-control.module.d.ts +0 -13
- package/segmented-control/segmented-control.module.d.ts.map +0 -1
- package/select/qds-select-context.service.d.ts +0 -9
- package/select/qds-select-context.service.d.ts.map +0 -1
- package/select/qualcomm-ui-angular-select.d.ts +0 -6
- package/select/qualcomm-ui-angular-select.d.ts.map +0 -1
- package/select/select-clear-trigger.directive.d.ts +0 -10
- package/select/select-clear-trigger.directive.d.ts.map +0 -1
- package/select/select-content.directive.d.ts +0 -9
- package/select/select-content.directive.d.ts.map +0 -1
- package/select/select-context.directive.d.ts +0 -16
- package/select/select-context.directive.d.ts.map +0 -1
- package/select/select-control.directive.d.ts +0 -10
- package/select/select-control.directive.d.ts.map +0 -1
- package/select/select-error-indicator.directive.d.ts +0 -16
- package/select/select-error-indicator.directive.d.ts.map +0 -1
- package/select/select-error-text.directive.d.ts +0 -15
- package/select/select-error-text.directive.d.ts.map +0 -1
- package/select/select-hidden-select.directive.d.ts +0 -9
- package/select/select-hidden-select.directive.d.ts.map +0 -1
- package/select/select-hint.directive.d.ts +0 -9
- package/select/select-hint.directive.d.ts.map +0 -1
- package/select/select-indicator.directive.d.ts +0 -22
- package/select/select-indicator.directive.d.ts.map +0 -1
- package/select/select-item-indicator.directive.d.ts +0 -9
- package/select/select-item-indicator.directive.d.ts.map +0 -1
- package/select/select-item-text.directive.d.ts +0 -9
- package/select/select-item-text.directive.d.ts.map +0 -1
- package/select/select-item.directive.d.ts +0 -9
- package/select/select-item.directive.d.ts.map +0 -1
- package/select/select-items.component.d.ts +0 -7
- package/select/select-items.component.d.ts.map +0 -1
- package/select/select-label.directive.d.ts +0 -10
- package/select/select-label.directive.d.ts.map +0 -1
- package/select/select-positioner.directive.d.ts +0 -9
- package/select/select-positioner.directive.d.ts.map +0 -1
- package/select/select-root.directive.d.ts +0 -26
- package/select/select-root.directive.d.ts.map +0 -1
- package/select/select-value-text.directive.d.ts +0 -9
- package/select/select-value-text.directive.d.ts.map +0 -1
- package/select/select.component.d.ts +0 -60
- package/select/select.component.d.ts.map +0 -1
- package/select/select.module.d.ts +0 -29
- package/select/select.module.d.ts.map +0 -1
- package/switch/qds-switch-context.service.d.ts +0 -9
- package/switch/qds-switch-context.service.d.ts.map +0 -1
- package/switch/qualcomm-ui-angular-switch.d.ts +0 -6
- package/switch/qualcomm-ui-angular-switch.d.ts.map +0 -1
- package/switch/switch-control.component.d.ts +0 -9
- package/switch/switch-control.component.d.ts.map +0 -1
- package/switch/switch-error-text.component.d.ts +0 -16
- package/switch/switch-error-text.component.d.ts.map +0 -1
- package/switch/switch-hidden-input.directive.d.ts +0 -9
- package/switch/switch-hidden-input.directive.d.ts.map +0 -1
- package/switch/switch-label.directive.d.ts +0 -9
- package/switch/switch-label.directive.d.ts.map +0 -1
- package/switch/switch-root.directive.d.ts +0 -18
- package/switch/switch-root.directive.d.ts.map +0 -1
- package/switch/switch-thumb.directive.d.ts +0 -9
- package/switch/switch-thumb.directive.d.ts.map +0 -1
- package/switch/switch.component.d.ts +0 -35
- package/switch/switch.component.d.ts.map +0 -1
- package/switch/switch.module.d.ts +0 -16
- package/switch/switch.module.d.ts.map +0 -1
- package/table/components/custom/cell-component-context.directive.d.ts +0 -9
- package/table/components/custom/cell-component-context.directive.d.ts.map +0 -1
- package/table/components/custom/index.d.ts +0 -2
- package/table/components/custom/index.d.ts.map +0 -1
- package/table/components/index.d.ts +0 -29
- package/table/components/index.d.ts.map +0 -1
- package/table/components/qds-table-api.d.ts +0 -2
- package/table/components/qds-table-api.d.ts.map +0 -1
- package/table/components/renderers/index.d.ts +0 -4
- package/table/components/renderers/index.d.ts.map +0 -1
- package/table/components/renderers/render-cell.directive.d.ts +0 -28
- package/table/components/renderers/render-cell.directive.d.ts.map +0 -1
- package/table/components/renderers/render-footer.directive.d.ts +0 -17
- package/table/components/renderers/render-footer.directive.d.ts.map +0 -1
- package/table/components/renderers/render-header.directive.d.ts +0 -17
- package/table/components/renderers/render-header.directive.d.ts.map +0 -1
- package/table/components/table-action-bar.directive.d.ts +0 -12
- package/table/components/table-action-bar.directive.d.ts.map +0 -1
- package/table/components/table-body.directive.d.ts +0 -12
- package/table/components/table-body.directive.d.ts.map +0 -1
- package/table/components/table-cell-action.directive.d.ts +0 -18
- package/table/components/table-cell-action.directive.d.ts.map +0 -1
- package/table/components/table-cell.directive.d.ts +0 -19
- package/table/components/table-cell.directive.d.ts.map +0 -1
- package/table/components/table-column-drag-handle.directive.d.ts +0 -20
- package/table/components/table-column-drag-handle.directive.d.ts.map +0 -1
- package/table/components/table-column-drag-preview.directive.d.ts +0 -13
- package/table/components/table-column-drag-preview.directive.d.ts.map +0 -1
- package/table/components/table-column-drop-indicator.directive.d.ts +0 -26
- package/table/components/table-column-drop-indicator.directive.d.ts.map +0 -1
- package/table/components/table-column-filter-action.directive.d.ts +0 -28
- package/table/components/table-column-filter-action.directive.d.ts.map +0 -1
- package/table/components/table-column-header-action.directive.d.ts +0 -18
- package/table/components/table-column-header-action.directive.d.ts.map +0 -1
- package/table/components/table-column-resize-handle.directive.d.ts +0 -27
- package/table/components/table-column-resize-handle.directive.d.ts.map +0 -1
- package/table/components/table-column-sort-action.directive.d.ts +0 -23
- package/table/components/table-column-sort-action.directive.d.ts.map +0 -1
- package/table/components/table-footer.directive.d.ts +0 -12
- package/table/components/table-footer.directive.d.ts.map +0 -1
- package/table/components/table-header-cell.directive.d.ts +0 -31
- package/table/components/table-header-cell.directive.d.ts.map +0 -1
- package/table/components/table-header.directive.d.ts +0 -12
- package/table/components/table-header.directive.d.ts.map +0 -1
- package/table/components/table-pagination.directive.d.ts +0 -8
- package/table/components/table-pagination.directive.d.ts.map +0 -1
- package/table/components/table-root.directive.d.ts +0 -25
- package/table/components/table-root.directive.d.ts.map +0 -1
- package/table/components/table-row-drag-handle.directive.d.ts +0 -20
- package/table/components/table-row-drag-handle.directive.d.ts.map +0 -1
- package/table/components/table-row-drag-preview.directive.d.ts +0 -12
- package/table/components/table-row-drag-preview.directive.d.ts.map +0 -1
- package/table/components/table-row-drop-indicator.directive.d.ts +0 -26
- package/table/components/table-row-drop-indicator.directive.d.ts.map +0 -1
- package/table/components/table-row-expand-button.directive.d.ts +0 -27
- package/table/components/table-row-expand-button.directive.d.ts.map +0 -1
- package/table/components/table-row.directive.d.ts +0 -27
- package/table/components/table-row.directive.d.ts.map +0 -1
- package/table/components/table-scroll-container.directive.d.ts +0 -12
- package/table/components/table-scroll-container.directive.d.ts.map +0 -1
- package/table/components/table-table.directive.d.ts +0 -12
- package/table/components/table-table.directive.d.ts.map +0 -1
- package/table/components/table-title-bar.directive.d.ts +0 -12
- package/table/components/table-title-bar.directive.d.ts.map +0 -1
- package/table/components/table.module.d.ts +0 -36
- package/table/components/table.module.d.ts.map +0 -1
- package/table/model/create-angular-table.d.ts +0 -6
- package/table/model/create-angular-table.d.ts.map +0 -1
- package/table/model/create-pagination-helper.d.ts +0 -23
- package/table/model/create-pagination-helper.d.ts.map +0 -1
- package/table/model/index.d.ts +0 -3
- package/table/model/index.d.ts.map +0 -1
- package/table/model/lazy-signal-initializer.d.ts +0 -6
- package/table/model/lazy-signal-initializer.d.ts.map +0 -1
- package/table/model/proxify-table.d.ts +0 -4
- package/table/model/proxify-table.d.ts.map +0 -1
- package/table/qualcomm-ui-angular-table.d.ts +0 -6
- package/table/qualcomm-ui-angular-table.d.ts.map +0 -1
- package/table/types/context.d.ts +0 -9
- package/table/types/context.d.ts.map +0 -1
- package/table/types/index.d.ts +0 -2
- package/table/types/index.d.ts.map +0 -1
- package/tabs/qds-tabs-context.service.d.ts +0 -9
- package/tabs/qds-tabs-context.service.d.ts.map +0 -1
- package/tabs/qualcomm-ui-angular-tabs.d.ts +0 -6
- package/tabs/qualcomm-ui-angular-tabs.d.ts.map +0 -1
- package/tabs/tab-button.directive.d.ts +0 -34
- package/tabs/tab-button.directive.d.ts.map +0 -1
- package/tabs/tab-dismiss-button.directive.d.ts +0 -10
- package/tabs/tab-dismiss-button.directive.d.ts.map +0 -1
- package/tabs/tab-root.directive.d.ts +0 -9
- package/tabs/tab-root.directive.d.ts.map +0 -1
- package/tabs/tabs-context.directive.d.ts +0 -27
- package/tabs/tabs-context.directive.d.ts.map +0 -1
- package/tabs/tabs-indicator.directive.d.ts +0 -9
- package/tabs/tabs-indicator.directive.d.ts.map +0 -1
- package/tabs/tabs-list.directive.d.ts +0 -9
- package/tabs/tabs-list.directive.d.ts.map +0 -1
- package/tabs/tabs-panel.directive.d.ts +0 -9
- package/tabs/tabs-panel.directive.d.ts.map +0 -1
- package/tabs/tabs-root.directive.d.ts +0 -41
- package/tabs/tabs-root.directive.d.ts.map +0 -1
- package/tabs/tabs.module.d.ts +0 -17
- package/tabs/tabs.module.d.ts.map +0 -1
- package/tag/qds-tag-context.service.d.ts +0 -9
- package/tag/qds-tag-context.service.d.ts.map +0 -1
- package/tag/qualcomm-ui-angular-tag.d.ts +0 -6
- package/tag/qualcomm-ui-angular-tag.d.ts.map +0 -1
- package/tag/tag.directive.d.ts +0 -66
- package/tag/tag.directive.d.ts.map +0 -1
- package/text-area/qualcomm-ui-angular-text-area.d.ts +0 -6
- package/text-area/qualcomm-ui-angular-text-area.d.ts.map +0 -1
- package/text-input/qualcomm-ui-angular-text-input.d.ts +0 -6
- package/text-input/qualcomm-ui-angular-text-input.d.ts.map +0 -1
- package/text-input/text-input-clear-trigger.directive.d.ts +0 -12
- package/text-input/text-input-clear-trigger.directive.d.ts.map +0 -1
- package/text-input/text-input-error-indicator.directive.d.ts +0 -19
- package/text-input/text-input-error-indicator.directive.d.ts.map +0 -1
- package/text-input/text-input-error-text.directive.d.ts +0 -18
- package/text-input/text-input-error-text.directive.d.ts.map +0 -1
- package/text-input/text-input-hint.directive.d.ts +0 -12
- package/text-input/text-input-hint.directive.d.ts.map +0 -1
- package/text-input/text-input-input-group.directive.d.ts +0 -12
- package/text-input/text-input-input-group.directive.d.ts.map +0 -1
- package/text-input/text-input-input.directive.d.ts +0 -13
- package/text-input/text-input-input.directive.d.ts.map +0 -1
- package/text-input/text-input-label.directive.d.ts +0 -12
- package/text-input/text-input-label.directive.d.ts.map +0 -1
- package/text-input/text-input-root.directive.d.ts +0 -59
- package/text-input/text-input-root.directive.d.ts.map +0 -1
- package/text-input/text-input.component.d.ts +0 -56
- package/text-input/text-input.component.d.ts.map +0 -1
- package/text-input/text-input.module.d.ts +0 -19
- package/text-input/text-input.module.d.ts.map +0 -1
- package/theme/qds-theme-providers.d.ts +0 -23
- package/theme/qds-theme-providers.d.ts.map +0 -1
- package/theme/qds-theme.service.d.ts +0 -23
- package/theme/qds-theme.service.d.ts.map +0 -1
- package/theme/qds-theme.types.d.ts +0 -37
- package/theme/qds-theme.types.d.ts.map +0 -1
- package/theme/qualcomm-ui-angular-theme.d.ts +0 -6
- package/theme/qualcomm-ui-angular-theme.d.ts.map +0 -1
- package/toast/create-toaster.d.ts +0 -7
- package/toast/create-toaster.d.ts.map +0 -1
- package/toast/qds-toast-context.service.d.ts +0 -9
- package/toast/qds-toast-context.service.d.ts.map +0 -1
- package/toast/qualcomm-ui-angular-toast.d.ts +0 -6
- package/toast/qualcomm-ui-angular-toast.d.ts.map +0 -1
- package/toast/toast-action.directive.d.ts +0 -9
- package/toast/toast-action.directive.d.ts.map +0 -1
- package/toast/toast-close-button.directive.d.ts +0 -10
- package/toast/toast-close-button.directive.d.ts.map +0 -1
- package/toast/toast-context.directive.d.ts +0 -14
- package/toast/toast-context.directive.d.ts.map +0 -1
- package/toast/toast-description.directive.d.ts +0 -9
- package/toast/toast-description.directive.d.ts.map +0 -1
- package/toast/toast-icon.directive.d.ts +0 -18
- package/toast/toast-icon.directive.d.ts.map +0 -1
- package/toast/toast-label.directive.d.ts +0 -9
- package/toast/toast-label.directive.d.ts.map +0 -1
- package/toast/toast-provider.directive.d.ts +0 -16
- package/toast/toast-provider.directive.d.ts.map +0 -1
- package/toast/toast-root.directive.d.ts +0 -12
- package/toast/toast-root.directive.d.ts.map +0 -1
- package/toast/toast.module.d.ts +0 -21
- package/toast/toast.module.d.ts.map +0 -1
- package/toast/toaster.directive.d.ts +0 -9
- package/toast/toaster.directive.d.ts.map +0 -1
- package/toast/toaster.service.d.ts +0 -12
- package/toast/toaster.service.d.ts.map +0 -1
- package/tooltip/qualcomm-ui-angular-tooltip.d.ts +0 -6
- package/tooltip/qualcomm-ui-angular-tooltip.d.ts.map +0 -1
- package/tooltip/tooltip-arrow-tip.directive.d.ts +0 -13
- package/tooltip/tooltip-arrow-tip.directive.d.ts.map +0 -1
- package/tooltip/tooltip-arrow.directive.d.ts +0 -13
- package/tooltip/tooltip-arrow.directive.d.ts.map +0 -1
- package/tooltip/tooltip-content.directive.d.ts +0 -13
- package/tooltip/tooltip-content.directive.d.ts.map +0 -1
- package/tooltip/tooltip-context.directive.d.ts +0 -15
- package/tooltip/tooltip-context.directive.d.ts.map +0 -1
- package/tooltip/tooltip-floating-portal.component.d.ts +0 -26
- package/tooltip/tooltip-floating-portal.component.d.ts.map +0 -1
- package/tooltip/tooltip-positioner.directive.d.ts +0 -13
- package/tooltip/tooltip-positioner.directive.d.ts.map +0 -1
- package/tooltip/tooltip-root.directive.d.ts +0 -7
- package/tooltip/tooltip-root.directive.d.ts.map +0 -1
- package/tooltip/tooltip-trigger.directive.d.ts +0 -7
- package/tooltip/tooltip-trigger.directive.d.ts.map +0 -1
- package/tooltip/tooltip.directive.d.ts +0 -16
- package/tooltip/tooltip.directive.d.ts.map +0 -1
- package/tooltip/tooltip.module.d.ts +0 -19
- package/tooltip/tooltip.module.d.ts.map +0 -1
- package/tree/qualcomm-ui-angular-tree.d.ts +0 -6
- package/tree/qualcomm-ui-angular-tree.d.ts.map +0 -1
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { SignalifyInput } from "@qualcomm-ui/angular-core/signals";
|
|
2
|
-
import { CoreSwitchRootDirective } from "@qualcomm-ui/angular-core/switch";
|
|
3
|
-
import { type QdsSwitchApiProps, type QdsSwitchSize } from "@qualcomm-ui/qds-core/switch";
|
|
4
|
-
import { QdsSwitchContextService } from "./qds-switch-context.service";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SwitchRootDirective extends CoreSwitchRootDirective implements SignalifyInput<QdsSwitchApiProps> {
|
|
7
|
-
/**
|
|
8
|
-
* Size of the component and its label.
|
|
9
|
-
*
|
|
10
|
-
* @default "md"
|
|
11
|
-
*/
|
|
12
|
-
readonly size: import("@angular/core").InputSignal<QdsSwitchSize | undefined>;
|
|
13
|
-
readonly qdsSwitchService: QdsSwitchContextService;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchRootDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SwitchRootDirective, "[q-switch-root]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=switch-root.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"switch-root.directive.d.ts","sourceRoot":"","sources":["../../../src/switch/switch-root.directive.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,mCAAmC,CAAA;AACrE,OAAO,EACL,uBAAuB,EAExB,MAAM,kCAAkC,CAAA;AACzC,OAAO,EAEL,KAAK,iBAAiB,EACtB,KAAK,aAAa,EACnB,MAAM,8BAA8B,CAAA;AAErC,OAAO,EAEL,uBAAuB,EACxB,MAAM,8BAA8B,CAAA;;AAErC,qBAKa,mBACX,SAAQ,uBACR,YAAW,cAAc,CAAC,iBAAiB,CAAC;IAE5C;;;;OAIG;IACH,QAAQ,CAAC,IAAI,iEAAqC;IAElD,QAAQ,CAAC,gBAAgB,0BAAkC;IAElD,QAAQ;yCAbN,mBAAmB;2CAAnB,mBAAmB;CAwB/B"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { CoreSwitchThumbDirective } from "@qualcomm-ui/angular-core/switch";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SwitchThumbDirective extends CoreSwitchThumbDirective {
|
|
4
|
-
protected readonly qdsSwitchContext: () => import("@qualcomm-ui/qds-core/switch").QdsSwitchApi;
|
|
5
|
-
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchThumbDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SwitchThumbDirective, "[q-switch-thumb]", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=switch-thumb.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"switch-thumb.directive.d.ts","sourceRoot":"","sources":["../../../src/switch/switch-thumb.directive.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,wBAAwB,EAAC,MAAM,kCAAkC,CAAA;;AAIzE,qBAIa,oBAAqB,SAAQ,wBAAwB;IAChE,SAAS,CAAC,QAAQ,CAAC,gBAAgB,4DAAwB;;yCADhD,oBAAoB;2CAApB,oBAAoB;CAShC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { SwitchRootDirective } from "./switch-root.directive";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SwitchComponent extends SwitchRootDirective {
|
|
4
|
-
/**
|
|
5
|
-
* Optional error that describes the switch when the field is invalid. This
|
|
6
|
-
* element is automatically associated with the switch for accessibility.
|
|
7
|
-
*
|
|
8
|
-
* @remarks
|
|
9
|
-
* To customize the element, provide it using the directive instead:
|
|
10
|
-
*
|
|
11
|
-
* ```angular-html
|
|
12
|
-
* <label q-switch>
|
|
13
|
-
* <div q-switch-error-text>...</div>
|
|
14
|
-
* </label>
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
readonly errorText: import("@angular/core").InputSignal<string | undefined>;
|
|
18
|
-
/**
|
|
19
|
-
* Optional label describing the element. Recommended. This element is
|
|
20
|
-
* automatically associated with the component's input element for accessibility.
|
|
21
|
-
*
|
|
22
|
-
* @remarks
|
|
23
|
-
* To customize the element, provide it using the directive instead:
|
|
24
|
-
*
|
|
25
|
-
* ```angular-html
|
|
26
|
-
* <label q-switch>
|
|
27
|
-
* <div q-switch-label>...</div>
|
|
28
|
-
* </label>
|
|
29
|
-
* ```
|
|
30
|
-
*/
|
|
31
|
-
readonly label: import("@angular/core").InputSignal<string | undefined>;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "[q-switch]", never, { "errorText": { "alias": "errorText"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, ["[q-switch-hidden-input]", "[q-switch-control]", "[q-switch-label]", "[q-switch-error-text]"], false, never>;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=switch.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"switch.component.d.ts","sourceRoot":"","sources":["../../../src/switch/switch.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAC,mBAAmB,EAAC,MAAM,yBAAyB,CAAA;;AAE3D,qBA6Ba,eAAgB,SAAQ,mBAAmB;IACtD;;;;;;;;;;;;OAYG;IACH,QAAQ,CAAC,SAAS,0DAAkB;IAEpC;;;;;;;;;;;;OAYG;IACH,QAAQ,CAAC,KAAK,0DAAkB;yCA7BrB,eAAe;2CAAf,eAAe;CA8B3B"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./switch.component";
|
|
3
|
-
import * as i2 from "./switch-root.directive";
|
|
4
|
-
import * as i3 from "./switch-control.component";
|
|
5
|
-
import * as i4 from "./switch-label.directive";
|
|
6
|
-
import * as i5 from "./switch-hidden-input.directive";
|
|
7
|
-
import * as i6 from "./switch-thumb.directive";
|
|
8
|
-
import * as i7 from "./switch-error-text.component";
|
|
9
|
-
import * as i8 from "@qualcomm-ui/angular-core/machine";
|
|
10
|
-
import * as i9 from "@qualcomm-ui/angular/icon";
|
|
11
|
-
export declare class SwitchModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent, typeof i2.SwitchRootDirective, typeof i3.SwitchControlComponent, typeof i4.SwitchLabelDirective, typeof i5.SwitchHiddenInputDirective, typeof i6.SwitchThumbDirective, typeof i7.SwitchErrorTextComponent], [typeof i8.QBindDirective, typeof i9.IconDirective], [typeof i1.SwitchComponent, typeof i2.SwitchRootDirective, typeof i3.SwitchControlComponent, typeof i4.SwitchLabelDirective, typeof i5.SwitchHiddenInputDirective, typeof i6.SwitchThumbDirective, typeof i7.SwitchErrorTextComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SwitchModule>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=switch.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"switch.module.d.ts","sourceRoot":"","sources":["../../../src/switch/switch.module.ts"],"names":[],"mappings":";;;;;;;;;;AAgBA,qBAqBa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { CellContext, ColumnMeta } from "@qualcomm-ui/core/table";
|
|
2
|
-
import type { CellComponentContext } from "../../types";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CellComponentContextDirective<TableData extends object, ColumnValue = any, TableColumnMeta = ColumnMeta> implements CellComponentContext<TableData, ColumnValue, TableColumnMeta> {
|
|
5
|
-
readonly context: import("@angular/core").InputSignal<CellContext<TableData, ColumnValue, TableColumnMeta>>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CellComponentContextDirective<any, any, any>, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CellComponentContextDirective<any, any, any>, never, never, { "context": { "alias": "context"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=cell-component-context.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cell-component-context.directive.d.ts","sourceRoot":"","sources":["../../../../../src/table/components/custom/cell-component-context.directive.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAC,WAAW,EAAE,UAAU,EAAC,MAAM,yBAAyB,CAAA;AAEpE,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,aAAa,CAAA;;AAErD,qBACa,6BAA6B,CACxC,SAAS,SAAS,MAAM,EACxB,WAAW,GAAG,GAAG,EACjB,eAAe,GAAG,UAAU,CAC5B,YAAW,oBAAoB,CAAC,SAAS,EAAE,WAAW,EAAE,eAAe,CAAC;IAExE,QAAQ,CAAC,OAAO,4FACwD;yCAP7D,6BAA6B;2CAA7B,6BAA6B;CAQzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/table/components/custom/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAA"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export * from "./custom";
|
|
2
|
-
export * from "./qds-table-api";
|
|
3
|
-
export * from "./renderers";
|
|
4
|
-
export * from "./table-action-bar.directive";
|
|
5
|
-
export * from "./table-body.directive";
|
|
6
|
-
export * from "./table-cell-action.directive";
|
|
7
|
-
export * from "./table-cell.directive";
|
|
8
|
-
export * from "./table-column-drag-handle.directive";
|
|
9
|
-
export * from "./table-column-drag-preview.directive";
|
|
10
|
-
export * from "./table-column-drop-indicator.directive";
|
|
11
|
-
export * from "./table-column-filter-action.directive";
|
|
12
|
-
export * from "./table-column-header-action.directive";
|
|
13
|
-
export * from "./table-column-resize-handle.directive";
|
|
14
|
-
export * from "./table-column-sort-action.directive";
|
|
15
|
-
export * from "./table-footer.directive";
|
|
16
|
-
export * from "./table-header-cell.directive";
|
|
17
|
-
export * from "./table-header.directive";
|
|
18
|
-
export * from "./table-pagination.directive";
|
|
19
|
-
export * from "./table-root.directive";
|
|
20
|
-
export * from "./table-row-drag-handle.directive";
|
|
21
|
-
export * from "./table-row-drag-preview.directive";
|
|
22
|
-
export * from "./table-row-drop-indicator.directive";
|
|
23
|
-
export * from "./table-row-expand-button.directive";
|
|
24
|
-
export * from "./table-row.directive";
|
|
25
|
-
export * from "./table-scroll-container.directive";
|
|
26
|
-
export * from "./table-table.directive";
|
|
27
|
-
export * from "./table-title-bar.directive";
|
|
28
|
-
export * from "./table.module";
|
|
29
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/table/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,wBAAwB,CAAA;AACtC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wBAAwB,CAAA;AACtC,cAAc,sCAAsC,CAAA;AACpD,cAAc,uCAAuC,CAAA;AACrD,cAAc,yCAAyC,CAAA;AACvD,cAAc,wCAAwC,CAAA;AACtD,cAAc,wCAAwC,CAAA;AACtD,cAAc,wCAAwC,CAAA;AACtD,cAAc,sCAAsC,CAAA;AACpD,cAAc,0BAA0B,CAAA;AACxC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,0BAA0B,CAAA;AACxC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,wBAAwB,CAAA;AACtC,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAClD,cAAc,sCAAsC,CAAA;AACpD,cAAc,qCAAqC,CAAA;AACnD,cAAc,uBAAuB,CAAA;AACrC,cAAc,oCAAoC,CAAA;AAClD,cAAc,yBAAyB,CAAA;AACvC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gBAAgB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"qds-table-api.d.ts","sourceRoot":"","sources":["../../../../src/table/components/qds-table-api.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,mDAAoC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/table/components/renderers/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { type OnDestroy } from "@angular/core";
|
|
2
|
-
import type { Cell } from "@qualcomm-ui/core/table";
|
|
3
|
-
import type { Booleanish } from "@qualcomm-ui/utils/coercion";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class RenderCellDirective implements OnDestroy {
|
|
6
|
-
private readonly templateRef;
|
|
7
|
-
private readonly viewContainerRef;
|
|
8
|
-
/**
|
|
9
|
-
* The cell data model.
|
|
10
|
-
*/
|
|
11
|
-
readonly renderCell: import("@angular/core").InputSignal<Cell<any, any, import("@qualcomm-ui/core/table").ColumnMeta>>;
|
|
12
|
-
/**
|
|
13
|
-
* Additional input properties to pass to the underlying column's cell. Only
|
|
14
|
-
* applicable if the cell is a Component type.
|
|
15
|
-
*/
|
|
16
|
-
readonly renderCellComponentInput: import("@angular/core").InputSignal<Record<string, any> | undefined>;
|
|
17
|
-
/**
|
|
18
|
-
* If `true`, the cell is aggregated.
|
|
19
|
-
* TODO: link to aggregated cell docs.
|
|
20
|
-
*/
|
|
21
|
-
readonly renderCellIsAggregated: import("@angular/core").InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
22
|
-
constructor();
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
private render;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RenderCellDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RenderCellDirective, "[renderCell]", never, { "renderCell": { "alias": "renderCell"; "required": true; "isSignal": true; }; "renderCellComponentInput": { "alias": "renderCellComponentInput"; "required": false; "isSignal": true; }; "renderCellIsAggregated": { "alias": "renderCellIsAggregated"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=render-cell.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"render-cell.directive.d.ts","sourceRoot":"","sources":["../../../../../src/table/components/renderers/render-cell.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAML,KAAK,SAAS,EAGf,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,yBAAyB,CAAA;AACjD,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,6BAA6B,CAAA;;AAE3D,qBAIa,mBAAoB,YAAW,SAAS;IACnD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAsB;IAClD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAA2B;IAE5D;;OAEG;IACH,QAAQ,CAAC,UAAU,oGAAmC;IAEtD;;;OAGG;IACH,QAAQ,CAAC,wBAAwB,uEAA+B;IAEhE;;;OAGG;IACH,QAAQ,CAAC,sBAAsB,oFAK9B;;IAYD,WAAW;IAIX,OAAO,CAAC,MAAM;yCAxCH,mBAAmB;2CAAnB,mBAAmB;CA4E/B"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type OnDestroy } from "@angular/core";
|
|
2
|
-
import type { Header } from "@qualcomm-ui/core/table";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RenderFooterDirective implements OnDestroy {
|
|
5
|
-
private readonly templateRef;
|
|
6
|
-
private readonly viewContainerRef;
|
|
7
|
-
/**
|
|
8
|
-
* The footer data model.
|
|
9
|
-
*/
|
|
10
|
-
readonly renderFooter: import("@angular/core").InputSignal<Header<any, any, import("@qualcomm-ui/core/table").ColumnMeta>>;
|
|
11
|
-
constructor();
|
|
12
|
-
ngOnDestroy(): void;
|
|
13
|
-
private render;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RenderFooterDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RenderFooterDirective, "[renderFooter]", never, { "renderFooter": { "alias": "renderFooter"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=render-footer.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"render-footer.directive.d.ts","sourceRoot":"","sources":["../../../../../src/table/components/renderers/render-footer.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAKL,KAAK,SAAS,EAGf,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,yBAAyB,CAAA;;AAEnD,qBAIa,qBAAsB,YAAW,SAAS;IACrD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAsB;IAClD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAA2B;IAE5D;;OAEG;IACH,QAAQ,CAAC,YAAY,sGAAqC;;IAS1D,WAAW;IAIX,OAAO,CAAC,MAAM;yCApBH,qBAAqB;2CAArB,qBAAqB;CA2CjC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type OnDestroy } from "@angular/core";
|
|
2
|
-
import type { Header } from "@qualcomm-ui/core/table";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RenderHeaderDirective implements OnDestroy {
|
|
5
|
-
private readonly templateRef;
|
|
6
|
-
private readonly viewContainerRef;
|
|
7
|
-
/**
|
|
8
|
-
* The header data model.
|
|
9
|
-
*/
|
|
10
|
-
readonly renderHeader: import("@angular/core").InputSignal<Header<any, any, import("@qualcomm-ui/core/table").ColumnMeta>>;
|
|
11
|
-
constructor();
|
|
12
|
-
ngOnDestroy(): void;
|
|
13
|
-
private render;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RenderHeaderDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RenderHeaderDirective, "[renderHeader]", never, { "renderHeader": { "alias": "renderHeader"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=render-header.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"render-header.directive.d.ts","sourceRoot":"","sources":["../../../../../src/table/components/renderers/render-header.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAKL,KAAK,SAAS,EAGf,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,yBAAyB,CAAA;;AAEnD,qBAIa,qBAAsB,YAAW,SAAS;IACrD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAsB;IAClD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAA2B;IAE5D;;OAEG;IACH,QAAQ,CAAC,YAAY,sGAAqC;;IAS1D,WAAW;IAIX,OAAO,CAAC,MAAM;yCApBH,qBAAqB;2CAArB,qBAAqB;CA2CjC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TableActionBarDirective implements OnInit {
|
|
4
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
5
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
6
|
-
setDisabled: (disabled: boolean) => void;
|
|
7
|
-
};
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableActionBarDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableActionBarDirective, "[q-table-action-bar]", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=table-action-bar.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-action-bar.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-action-bar.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAY,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;;AAMpD,qBAIa,uBAAwB,YAAW,MAAM;IACpD,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAE9B;IAEF,QAAQ;yCALG,uBAAuB;2CAAvB,uBAAuB;CAQnC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TableBodyDirective implements OnInit {
|
|
4
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
5
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
6
|
-
setDisabled: (disabled: boolean) => void;
|
|
7
|
-
};
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableBodyDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableBodyDirective, "[q-table-body]", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=table-body.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-body.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-body.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAY,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;;AAMpD,qBAIa,kBAAmB,YAAW,MAAM;IAC/C,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAE9B;IAEF,QAAQ;yCALG,kBAAkB;2CAAlB,kBAAkB;CAQ9B"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import type { LucideIconOrString } from "@qualcomm-ui/angular-core/lucide";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableCellActionDirective implements OnInit {
|
|
5
|
-
/**
|
|
6
|
-
* Lucide icon to display inside the button.
|
|
7
|
-
*/
|
|
8
|
-
readonly icon: import("@angular/core").InputSignal<LucideIconOrString>;
|
|
9
|
-
protected readonly inlineIconButtonApi: import("@angular/core").Signal<import("@qualcomm-ui/qds-core/inline-icon-button").QdsInlineIconButtonApi>;
|
|
10
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
11
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
12
|
-
setDisabled: (disabled: boolean) => void;
|
|
13
|
-
};
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableCellActionDirective, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableCellActionDirective, "[q-table-cell-action]", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=table-cell-action.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-cell-action.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-cell-action.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmB,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;AAG3D,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,kCAAkC,CAAA;;AAMxE,qBAUa,wBAAyB,YAAW,MAAM;IACrD;;OAEG;IACH,QAAQ,CAAC,IAAI,0DAAuC;IAEpD,SAAS,CAAC,QAAQ,CAAC,mBAAmB,4GAIpC;IAEF,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAK/B;IAED,QAAQ;yCAnBG,wBAAwB;2CAAxB,wBAAwB;CAsBpC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import type { SignalifyInput } from "@qualcomm-ui/angular-core/signals";
|
|
3
|
-
import type { Cell } from "@qualcomm-ui/core/table";
|
|
4
|
-
import type { QdsTableCellProps } from "@qualcomm-ui/qds-core/table";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TableCellDirective implements OnInit, SignalifyInput<QdsTableCellProps> {
|
|
7
|
-
/**
|
|
8
|
-
* The data model for this cell.
|
|
9
|
-
*/
|
|
10
|
-
readonly cell: import("@angular/core").InputSignal<Cell<any, unknown, import("@qualcomm-ui/core/table").ColumnMeta> | undefined>;
|
|
11
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
12
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
13
|
-
setDisabled: (disabled: boolean) => void;
|
|
14
|
-
};
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "[q-table-cell]", never, { "cell": { "alias": "cell"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=table-cell.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-cell.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-cell.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmB,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;AAG3D,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,mCAAmC,CAAA;AACrE,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,yBAAyB,CAAA;AACjD,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,6BAA6B,CAAA;;AAIlE,qBAIa,kBACX,YAAW,MAAM,EAAE,cAAc,CAAC,iBAAiB,CAAC;IAEpD;;OAEG;IACH,QAAQ,CAAC,IAAI,oHAAqB;IAElC,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAI/B;IAED,QAAQ;yCAdG,kBAAkB;2CAAlB,kBAAkB;CAiB9B"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import { type LucideIconOrString } from "@qualcomm-ui/angular-core/lucide";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableColumnDragHandleDirective implements OnInit {
|
|
5
|
-
/**
|
|
6
|
-
* Lucide icon to display inside the button.
|
|
7
|
-
*
|
|
8
|
-
* @default "GripVertical"
|
|
9
|
-
*/
|
|
10
|
-
readonly icon: import("@angular/core").InputSignal<LucideIconOrString>;
|
|
11
|
-
protected readonly inlineIconButtonApi: import("@angular/core").Signal<import("@qualcomm-ui/qds-core/inline-icon-button").QdsInlineIconButtonApi>;
|
|
12
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
13
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
14
|
-
setDisabled: (disabled: boolean) => void;
|
|
15
|
-
};
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnDragHandleDirective, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnDragHandleDirective, "[q-table-column-drag-handle]", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
19
|
-
}
|
|
20
|
-
//# sourceMappingURL=table-column-drag-handle.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-column-drag-handle.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-column-drag-handle.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmB,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;AAI3D,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,kCAAkC,CAAA;;AAMzC,qBAWa,8BAA+B,YAAW,MAAM;IAC3D;;;;OAIG;IACH,QAAQ,CAAC,IAAI,0DAA4C;IAEzD,SAAS,CAAC,QAAQ,CAAC,mBAAmB,4GAIpC;IAEF,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAK/B;IAED,QAAQ;yCArBG,8BAA8B;2CAA9B,8BAA8B;CAwB1C"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ElementRef, type OnInit } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TableColumnDragPreviewDirective implements OnInit {
|
|
4
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
5
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
6
|
-
setDisabled: (disabled: boolean) => void;
|
|
7
|
-
};
|
|
8
|
-
protected readonly elementRef: ElementRef<any>;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnDragPreviewDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnDragPreviewDirective, "[q-table-column-drag-preview]", never, {}, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=table-column-drag-preview.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-column-drag-preview.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-column-drag-preview.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAY,UAAU,EAAU,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;;AAMxE,qBAIa,+BAAgC,YAAW,MAAM;IAC5D,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAE9B;IAEF,SAAS,CAAC,QAAQ,CAAC,UAAU,kBAAqB;IAElD,QAAQ;yCAPG,+BAA+B;2CAA/B,+BAA+B;CAU3C"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import type { SignalifyInput } from "@qualcomm-ui/angular-core/signals";
|
|
3
|
-
import type { QdsTableColumnDropIndicatorProps } from "@qualcomm-ui/qds-core/table";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TableColumnDropIndicatorDirective implements OnInit, SignalifyInput<QdsTableColumnDropIndicatorProps> {
|
|
6
|
-
/**
|
|
7
|
-
* The closest edge of the column that the indicator is being dragged over.
|
|
8
|
-
*/
|
|
9
|
-
readonly closestEdge: import("@angular/core").InputSignal<"top" | "bottom" | "left" | "right" | undefined>;
|
|
10
|
-
/**
|
|
11
|
-
* The index of the column that the indicator belongs to.
|
|
12
|
-
*/
|
|
13
|
-
readonly columnIndex: import("@angular/core").InputSignalWithTransform<number | undefined, unknown>;
|
|
14
|
-
/**
|
|
15
|
-
* The index of the column being dragged.
|
|
16
|
-
*/
|
|
17
|
-
readonly sourceColumnIndex: import("@angular/core").InputSignalWithTransform<number | undefined, unknown>;
|
|
18
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
19
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
20
|
-
setDisabled: (disabled: boolean) => void;
|
|
21
|
-
};
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnDropIndicatorDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnDropIndicatorDirective, "[q-table-column-drop-indicator]", never, { "closestEdge": { "alias": "closestEdge"; "required": false; "isSignal": true; }; "columnIndex": { "alias": "columnIndex"; "required": false; "isSignal": true; }; "sourceColumnIndex": { "alias": "sourceColumnIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=table-column-drop-indicator.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-column-drop-indicator.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-column-drop-indicator.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAoC,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;AAG5E,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,mCAAmC,CAAA;AACrE,OAAO,KAAK,EAAC,gCAAgC,EAAC,MAAM,6BAA6B,CAAA;;AAIjF,qBAIa,iCACX,YAAW,MAAM,EAAE,cAAc,CAAC,gCAAgC,CAAC;IAEnE;;OAEG;IACH,QAAQ,CAAC,WAAW,uFAEjB;IAEH;;OAEG;IACH,QAAQ,CAAC,WAAW,gFAElB;IAEF;;OAEG;IACH,QAAQ,CAAC,iBAAiB,gFAExB;IAEF,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAM/B;IAED,QAAQ;yCAhCG,iCAAiC;2CAAjC,iCAAiC;CAmC7C"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import { type LucideIconOrString } from "@qualcomm-ui/angular-core/lucide";
|
|
3
|
-
import type { SignalifyInput } from "@qualcomm-ui/angular-core/signals";
|
|
4
|
-
import type { Header } from "@qualcomm-ui/core/table";
|
|
5
|
-
import type { QdsTableColumnFilterProps } from "@qualcomm-ui/qds-core/table";
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TableColumnFilterActionDirective implements OnInit, SignalifyInput<QdsTableColumnFilterProps> {
|
|
8
|
-
/**
|
|
9
|
-
* The column header associated with the filter.
|
|
10
|
-
*/
|
|
11
|
-
readonly header: import("@angular/core").InputSignal<Header<any, unknown, import("@qualcomm-ui/core/table").ColumnMeta>>;
|
|
12
|
-
/**
|
|
13
|
-
* Lucide icon to display inside the button.
|
|
14
|
-
*
|
|
15
|
-
* @default "Filter"
|
|
16
|
-
*/
|
|
17
|
-
readonly icon: import("@angular/core").InputSignal<LucideIconOrString>;
|
|
18
|
-
protected readonly canFilter: import("@angular/core").Signal<boolean>;
|
|
19
|
-
protected readonly inlineIconButtonApi: import("@angular/core").Signal<import("@qualcomm-ui/qds-core/inline-icon-button").QdsInlineIconButtonApi>;
|
|
20
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
21
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
22
|
-
setDisabled: (disabled: boolean) => void;
|
|
23
|
-
};
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnFilterActionDirective, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnFilterActionDirective, "[q-table-column-filter-action]", never, { "header": { "alias": "header"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=table-column-filter-action.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-column-filter-action.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-column-filter-action.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAA6B,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;AAIrE,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,kCAAkC,CAAA;AAEzC,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,mCAAmC,CAAA;AACrE,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,yBAAyB,CAAA;AACnD,OAAO,KAAK,EAAC,yBAAyB,EAAC,MAAM,6BAA6B,CAAA;;AAK1E,qBAaa,gCACX,YAAW,MAAM,EAAE,cAAc,CAAC,yBAAyB,CAAC;IAE5D;;OAEG;IACH,QAAQ,CAAC,MAAM,0GAAgC;IAE/C;;;;OAIG;IACH,QAAQ,CAAC,IAAI,0DAAsC;IAEnD,SAAS,CAAC,QAAQ,CAAC,SAAS,0CAE3B;IAED,SAAS,CAAC,QAAQ,CAAC,mBAAmB,4GAIpC;IAEF,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAO/B;IAED,QAAQ;yCAlCG,gCAAgC;2CAAhC,gCAAgC;CAqC5C"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import type { LucideIconOrString } from "@qualcomm-ui/angular-core/lucide";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TableColumnHeaderActionDirective implements OnInit {
|
|
5
|
-
/**
|
|
6
|
-
* Lucide icon to display inside the button.
|
|
7
|
-
*/
|
|
8
|
-
readonly icon: import("@angular/core").InputSignal<LucideIconOrString>;
|
|
9
|
-
protected readonly inlineIconButtonApi: import("@angular/core").Signal<import("@qualcomm-ui/qds-core/inline-icon-button").QdsInlineIconButtonApi>;
|
|
10
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
11
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
12
|
-
setDisabled: (disabled: boolean) => void;
|
|
13
|
-
};
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnHeaderActionDirective, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnHeaderActionDirective, "[q-table-column-header-action]", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=table-column-header-action.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-column-header-action.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-column-header-action.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmB,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;AAG3D,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,kCAAkC,CAAA;;AAMxE,qBAUa,gCAAiC,YAAW,MAAM;IAC7D;;OAEG;IACH,QAAQ,CAAC,IAAI,0DAAuC;IAEpD,SAAS,CAAC,QAAQ,CAAC,mBAAmB,4GAIpC;IAEF,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAK/B;IAED,QAAQ;yCAnBG,gCAAgC;2CAAhC,gCAAgC;CAsB5C"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import { type LucideIconOrString } from "@qualcomm-ui/angular-core/lucide";
|
|
3
|
-
import type { SignalifyInput } from "@qualcomm-ui/angular-core/signals";
|
|
4
|
-
import type { Header } from "@qualcomm-ui/core/table";
|
|
5
|
-
import type { QdsTableColumnResizerProps } from "@qualcomm-ui/qds-core/table";
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TableColumnResizeHandleDirective implements OnInit, SignalifyInput<QdsTableColumnResizerProps> {
|
|
8
|
-
/**
|
|
9
|
-
* The column header associated with the resize handle.
|
|
10
|
-
*/
|
|
11
|
-
readonly header: import("@angular/core").InputSignal<Header<any, unknown, import("@qualcomm-ui/core/table").ColumnMeta>>;
|
|
12
|
-
/**
|
|
13
|
-
* Lucide icon to display inside the button.
|
|
14
|
-
*
|
|
15
|
-
* @default "UnfoldHorizontal"
|
|
16
|
-
*/
|
|
17
|
-
readonly icon: import("@angular/core").InputSignal<LucideIconOrString>;
|
|
18
|
-
protected readonly inlineIconButtonApi: import("@angular/core").Signal<import("@qualcomm-ui/qds-core/inline-icon-button").QdsInlineIconButtonApi>;
|
|
19
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
20
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
21
|
-
setDisabled: (disabled: boolean) => void;
|
|
22
|
-
};
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnResizeHandleDirective, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnResizeHandleDirective, "[q-table-column-resize-handle]", never, { "header": { "alias": "header"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=table-column-resize-handle.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-column-resize-handle.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-column-resize-handle.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmB,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;AAI3D,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,kCAAkC,CAAA;AAEzC,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,mCAAmC,CAAA;AACrE,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,yBAAyB,CAAA;AACnD,OAAO,KAAK,EAAC,0BAA0B,EAAC,MAAM,6BAA6B,CAAA;;AAK3E,qBAWa,gCACX,YAAW,MAAM,EAAE,cAAc,CAAC,0BAA0B,CAAC;IAE7D;;OAEG;IACH,QAAQ,CAAC,MAAM,0GAAgC;IAE/C;;;;OAIG;IACH,QAAQ,CAAC,IAAI,0DAAgD;IAE7D,SAAS,CAAC,QAAQ,CAAC,mBAAmB,4GAIpC;IAEF,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAO/B;IAED,QAAQ;yCA9BG,gCAAgC;2CAAhC,gCAAgC;CAiC5C"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import { type LucideIconOrString } from "@qualcomm-ui/angular-core/lucide";
|
|
3
|
-
import type { SignalifyInput } from "@qualcomm-ui/angular-core/signals";
|
|
4
|
-
import type { Header } from "@qualcomm-ui/core/table";
|
|
5
|
-
import type { QdsTableColumnSortActionProps } from "@qualcomm-ui/qds-core/table";
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TableColumnSortActionDirective implements OnInit, SignalifyInput<QdsTableColumnSortActionProps> {
|
|
8
|
-
/**
|
|
9
|
-
* The column header associated with the sort action.
|
|
10
|
-
*/
|
|
11
|
-
readonly header: import("@angular/core").InputSignal<Header<any, unknown, import("@qualcomm-ui/core/table").ColumnMeta>>;
|
|
12
|
-
protected readonly canSort: import("@angular/core").Signal<boolean>;
|
|
13
|
-
protected readonly sortIcon: import("@angular/core").Signal<LucideIconOrString>;
|
|
14
|
-
protected readonly inlineIconButtonApi: import("@angular/core").Signal<import("@qualcomm-ui/qds-core/inline-icon-button").QdsInlineIconButtonApi>;
|
|
15
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
16
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
17
|
-
setDisabled: (disabled: boolean) => void;
|
|
18
|
-
};
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnSortActionDirective, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnSortActionDirective, "[q-table-column-sort-action]", never, { "header": { "alias": "header"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=table-column-sort-action.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-column-sort-action.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-column-sort-action.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAA6B,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;AAIrE,OAAO,EACL,KAAK,kBAAkB,EAExB,MAAM,kCAAkC,CAAA;AAEzC,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,mCAAmC,CAAA;AACrE,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,yBAAyB,CAAA;AACnD,OAAO,KAAK,EAAC,6BAA6B,EAAC,MAAM,6BAA6B,CAAA;;AAK9E,qBAaa,8BACX,YAAW,MAAM,EAAE,cAAc,CAAC,6BAA6B,CAAC;IAEhE;;OAEG;IACH,QAAQ,CAAC,MAAM,0GAAgC;IAE/C,SAAS,CAAC,QAAQ,CAAC,OAAO,0CAAoD;IAE9E,SAAS,CAAC,QAAQ,CAAC,QAAQ,qDAGzB;IAEF,SAAS,CAAC,QAAQ,CAAC,mBAAmB,4GAIpC;IAEF,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAO/B;IAED,QAAQ;yCA9BG,8BAA8B;2CAA9B,8BAA8B;CAiC1C"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TableFooterDirective implements OnInit {
|
|
4
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
5
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
6
|
-
setDisabled: (disabled: boolean) => void;
|
|
7
|
-
};
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableFooterDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableFooterDirective, "[q-table-footer]", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=table-footer.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-footer.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-footer.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAY,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;;AAMpD,qBAIa,oBAAqB,YAAW,MAAM;IACjD,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAE9B;IAEF,QAAQ;yCALG,oBAAoB;2CAApB,oBAAoB;CAQhC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from "@angular/core";
|
|
2
|
-
import type { SignalifyInput } from "@qualcomm-ui/angular-core/signals";
|
|
3
|
-
import type { QdsTableHeaderCellProps } from "@qualcomm-ui/qds-core/table";
|
|
4
|
-
import type { Booleanish } from "@qualcomm-ui/utils/coercion";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TableHeaderCellDirective implements OnInit, SignalifyInput<QdsTableHeaderCellProps> {
|
|
7
|
-
/**
|
|
8
|
-
* The order of this column header in the table.
|
|
9
|
-
*/
|
|
10
|
-
readonly columnIndex: import("@angular/core").InputSignalWithTransform<number | undefined, unknown>;
|
|
11
|
-
/**
|
|
12
|
-
* If `true`, the column header is currently being dragged.
|
|
13
|
-
*/
|
|
14
|
-
readonly isDragging: import("@angular/core").InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
15
|
-
/**
|
|
16
|
-
* If `true`, another column header is being dragged over this header.
|
|
17
|
-
*/
|
|
18
|
-
readonly isDraggingOver: import("@angular/core").InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
19
|
-
/**
|
|
20
|
-
* If `true`, the header is currently being resized.
|
|
21
|
-
*/
|
|
22
|
-
readonly isResizing: import("@angular/core").InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
23
|
-
protected readonly trackBindings: ((opts?: import("@qualcomm-ui/angular-core/machine").TrackBindingsConfig) => void) & {
|
|
24
|
-
extendWith: (computedProps: () => import("@qualcomm-ui/angular-core/machine").Dict) => void;
|
|
25
|
-
setDisabled: (disabled: boolean) => void;
|
|
26
|
-
};
|
|
27
|
-
ngOnInit(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCellDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDirective, "[q-table-header-cell]", never, { "columnIndex": { "alias": "columnIndex"; "required": false; "isSignal": true; }; "isDragging": { "alias": "isDragging"; "required": false; "isSignal": true; }; "isDraggingOver": { "alias": "isDraggingOver"; "required": false; "isSignal": true; }; "isResizing": { "alias": "isResizing"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
30
|
-
}
|
|
31
|
-
//# sourceMappingURL=table-header-cell.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table-header-cell.directive.d.ts","sourceRoot":"","sources":["../../../../src/table/components/table-header-cell.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAKL,KAAK,MAAM,EACZ,MAAM,eAAe,CAAA;AAGtB,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,mCAAmC,CAAA;AACrE,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,6BAA6B,CAAA;AACxE,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,6BAA6B,CAAA;;AAI3D,qBAIa,wBACX,YAAW,MAAM,EAAE,cAAc,CAAC,uBAAuB,CAAC;IAE1D;;OAEG;IACH,QAAQ,CAAC,WAAW,gFAElB;IAEF;;OAEG;IACH,QAAQ,CAAC,UAAU,oFAEjB;IAEF;;OAEG;IACH,QAAQ,CAAC,cAAc,oFAErB;IAEF;;OAEG;IACH,QAAQ,CAAC,UAAU,oFAEjB;IAEF,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAO/B;IAED,QAAQ;yCAxCG,wBAAwB;2CAAxB,wBAAwB;CA2CpC"}
|