@qualcomm-ui/angular-core 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion-context.service.d.ts +9 -0
- package/accordion/accordion-context.service.d.ts.map +1 -0
- package/accordion/accordion-item-context.service.d.ts +9 -0
- package/accordion/accordion-item-context.service.d.ts.map +1 -0
- package/accordion/core-accordion-item-content.directive.d.ts +21 -0
- package/accordion/core-accordion-item-content.directive.d.ts.map +1 -0
- package/accordion/core-accordion-item-trigger-indicator.directive.d.ts +11 -0
- package/accordion/core-accordion-item-trigger-indicator.directive.d.ts.map +1 -0
- package/accordion/core-accordion-item-trigger-secondary.directive.d.ts +11 -0
- package/accordion/core-accordion-item-trigger-secondary.directive.d.ts.map +1 -0
- package/accordion/core-accordion-item-trigger-title.directive.d.ts +11 -0
- package/accordion/core-accordion-item-trigger-title.directive.d.ts.map +1 -0
- package/accordion/core-accordion-item-trigger.directive.d.ts +17 -0
- package/accordion/core-accordion-item-trigger.directive.d.ts.map +1 -0
- package/accordion/core-accordion-item.directive.d.ts +23 -0
- package/accordion/core-accordion-item.directive.d.ts.map +1 -0
- package/accordion/core-accordion-root.directive.d.ts +58 -0
- package/accordion/core-accordion-root.directive.d.ts.map +1 -0
- package/accordion/index.d.ts +10 -0
- package/accordion/index.d.ts.map +1 -0
- package/accordion/qualcomm-ui-angular-core-accordion.d.ts +6 -0
- package/accordion/qualcomm-ui-angular-core-accordion.d.ts.map +1 -0
- package/attributes/index.d.ts +3 -0
- package/attributes/index.d.ts.map +1 -0
- package/attributes/number-attributes.d.ts +11 -0
- package/attributes/number-attributes.d.ts.map +1 -0
- package/attributes/pixel-attribute.d.ts +6 -0
- package/attributes/pixel-attribute.d.ts.map +1 -0
- package/attributes/qualcomm-ui-angular-core-attributes.d.ts +6 -0
- package/attributes/qualcomm-ui-angular-core-attributes.d.ts.map +1 -0
- package/avatar/avatar-context.service.d.ts +9 -0
- package/avatar/avatar-context.service.d.ts.map +1 -0
- package/avatar/core-avatar-content.directive.d.ts +20 -0
- package/avatar/core-avatar-content.directive.d.ts.map +1 -0
- package/avatar/core-avatar-image.directive.d.ts +20 -0
- package/avatar/core-avatar-image.directive.d.ts.map +1 -0
- package/avatar/core-avatar-root.directive.d.ts +36 -0
- package/avatar/core-avatar-root.directive.d.ts.map +1 -0
- package/avatar/core-avatar-status.directive.d.ts +20 -0
- package/avatar/core-avatar-status.directive.d.ts.map +1 -0
- package/avatar/index.d.ts +6 -0
- package/avatar/index.d.ts.map +1 -0
- package/avatar/qualcomm-ui-angular-core-avatar.d.ts +6 -0
- package/avatar/qualcomm-ui-angular-core-avatar.d.ts.map +1 -0
- package/checkbox/abstract-checkbox-form-control.directive.d.ts +79 -0
- package/checkbox/abstract-checkbox-form-control.directive.d.ts.map +1 -0
- package/checkbox/checkbox-context.service.d.ts +9 -0
- package/checkbox/checkbox-context.service.d.ts.map +1 -0
- package/checkbox/core-checkbox-control.directive.d.ts +20 -0
- package/checkbox/core-checkbox-control.directive.d.ts.map +1 -0
- package/checkbox/core-checkbox-error-text.directive.d.ts +20 -0
- package/checkbox/core-checkbox-error-text.directive.d.ts.map +1 -0
- package/checkbox/core-checkbox-hidden-input.directive.d.ts +20 -0
- package/checkbox/core-checkbox-hidden-input.directive.d.ts.map +1 -0
- package/checkbox/core-checkbox-indicator.directive.d.ts +13 -0
- package/checkbox/core-checkbox-indicator.directive.d.ts.map +1 -0
- package/checkbox/core-checkbox-label.directive.d.ts +20 -0
- package/checkbox/core-checkbox-label.directive.d.ts.map +1 -0
- package/checkbox/core-checkbox-root.directive.d.ts +48 -0
- package/checkbox/core-checkbox-root.directive.d.ts.map +1 -0
- package/checkbox/index.d.ts +10 -0
- package/checkbox/index.d.ts.map +1 -0
- package/checkbox/qualcomm-ui-angular-core-checkbox.d.ts +6 -0
- package/checkbox/qualcomm-ui-angular-core-checkbox.d.ts.map +1 -0
- package/checkbox/use-checkbox-group.d.ts +32 -0
- package/checkbox/use-checkbox-group.d.ts.map +1 -0
- package/collapsible/collapsible-context.service.d.ts +9 -0
- package/collapsible/collapsible-context.service.d.ts.map +1 -0
- package/collapsible/core-collapsible-content.directive.d.ts +20 -0
- package/collapsible/core-collapsible-content.directive.d.ts.map +1 -0
- package/collapsible/core-collapsible-root.directive.d.ts +52 -0
- package/collapsible/core-collapsible-root.directive.d.ts.map +1 -0
- package/collapsible/core-collapsible-trigger.directive.d.ts +20 -0
- package/collapsible/core-collapsible-trigger.directive.d.ts.map +1 -0
- package/collapsible/index.d.ts +5 -0
- package/collapsible/index.d.ts.map +1 -0
- package/collapsible/qualcomm-ui-angular-core-collapsible.d.ts +6 -0
- package/collapsible/qualcomm-ui-angular-core-collapsible.d.ts.map +1 -0
- package/collection/index.d.ts +2 -0
- package/collection/index.d.ts.map +1 -0
- package/collection/qualcomm-ui-angular-core-collection.d.ts +6 -0
- package/collection/qualcomm-ui-angular-core-collection.d.ts.map +1 -0
- package/collection/use-list-collection.d.ts +44 -0
- package/collection/use-list-collection.d.ts.map +1 -0
- package/combobox/combobox-context.service.d.ts +12 -0
- package/combobox/combobox-context.service.d.ts.map +1 -0
- package/combobox/combobox-item-context.service.d.ts +9 -0
- package/combobox/combobox-item-context.service.d.ts.map +1 -0
- package/combobox/combobox-item-group-context.service.d.ts +9 -0
- package/combobox/combobox-item-group-context.service.d.ts.map +1 -0
- package/combobox/core-combobox-clear-trigger.directive.d.ts +20 -0
- package/combobox/core-combobox-clear-trigger.directive.d.ts.map +1 -0
- package/combobox/core-combobox-content.directive.d.ts +23 -0
- package/combobox/core-combobox-content.directive.d.ts.map +1 -0
- package/combobox/core-combobox-control.directive.d.ts +20 -0
- package/combobox/core-combobox-control.directive.d.ts.map +1 -0
- package/combobox/core-combobox-empty.directive.d.ts +13 -0
- package/combobox/core-combobox-empty.directive.d.ts.map +1 -0
- package/combobox/core-combobox-error-indicator.directive.d.ts +13 -0
- package/combobox/core-combobox-error-indicator.directive.d.ts.map +1 -0
- package/combobox/core-combobox-error-text.directive.d.ts +20 -0
- package/combobox/core-combobox-error-text.directive.d.ts.map +1 -0
- package/combobox/core-combobox-hint.directive.d.ts +20 -0
- package/combobox/core-combobox-hint.directive.d.ts.map +1 -0
- package/combobox/core-combobox-input.directive.d.ts +20 -0
- package/combobox/core-combobox-input.directive.d.ts.map +1 -0
- package/combobox/core-combobox-item-group-label.directive.d.ts +14 -0
- package/combobox/core-combobox-item-group-label.directive.d.ts.map +1 -0
- package/combobox/core-combobox-item-group.directive.d.ts +21 -0
- package/combobox/core-combobox-item-group.directive.d.ts.map +1 -0
- package/combobox/core-combobox-item-indicator.directive.d.ts +14 -0
- package/combobox/core-combobox-item-indicator.directive.d.ts.map +1 -0
- package/combobox/core-combobox-item-text.directive.d.ts +14 -0
- package/combobox/core-combobox-item-text.directive.d.ts.map +1 -0
- package/combobox/core-combobox-item.directive.d.ts +27 -0
- package/combobox/core-combobox-item.directive.d.ts.map +1 -0
- package/combobox/core-combobox-label.directive.d.ts +20 -0
- package/combobox/core-combobox-label.directive.d.ts.map +1 -0
- package/combobox/core-combobox-positioner.directive.d.ts +21 -0
- package/combobox/core-combobox-positioner.directive.d.ts.map +1 -0
- package/combobox/core-combobox-root.directive.d.ts +234 -0
- package/combobox/core-combobox-root.directive.d.ts.map +1 -0
- package/combobox/core-combobox-trigger.directive.d.ts +27 -0
- package/combobox/core-combobox-trigger.directive.d.ts.map +1 -0
- package/combobox/index.d.ts +21 -0
- package/combobox/index.d.ts.map +1 -0
- package/combobox/qualcomm-ui-angular-core-combobox.d.ts +6 -0
- package/combobox/qualcomm-ui-angular-core-combobox.d.ts.map +1 -0
- package/common/boolean.d.ts +6 -0
- package/common/boolean.d.ts.map +1 -0
- package/common/index.d.ts +10 -0
- package/common/index.d.ts.map +1 -0
- package/common/ng-changes.d.ts +18 -0
- package/common/ng-changes.d.ts.map +1 -0
- package/common/qualcomm-ui-angular-core-common.d.ts +6 -0
- package/common/qualcomm-ui-angular-core-common.d.ts.map +1 -0
- package/common/template-content.d.ts +6 -0
- package/common/template-content.d.ts.map +1 -0
- package/common/use-csr-check.d.ts +13 -0
- package/common/use-csr-check.d.ts.map +1 -0
- package/common/use-id.d.ts +2 -0
- package/common/use-id.d.ts.map +1 -0
- package/common/use-is-destroyed.d.ts +8 -0
- package/common/use-is-destroyed.d.ts.map +1 -0
- package/common/use-is-mounted.d.ts +7 -0
- package/common/use-is-mounted.d.ts.map +1 -0
- package/common/use-on-destroy.d.ts +8 -0
- package/common/use-on-destroy.d.ts.map +1 -0
- package/common/use-ssr-check.d.ts +13 -0
- package/common/use-ssr-check.d.ts.map +1 -0
- package/dialog/core-dialog-backdrop.directive.d.ts +24 -0
- package/dialog/core-dialog-backdrop.directive.d.ts.map +1 -0
- package/dialog/core-dialog-body.directive.d.ts +13 -0
- package/dialog/core-dialog-body.directive.d.ts.map +1 -0
- package/dialog/core-dialog-close-trigger.directive.d.ts +20 -0
- package/dialog/core-dialog-close-trigger.directive.d.ts.map +1 -0
- package/dialog/core-dialog-content.directive.d.ts +25 -0
- package/dialog/core-dialog-content.directive.d.ts.map +1 -0
- package/dialog/core-dialog-description.directive.d.ts +20 -0
- package/dialog/core-dialog-description.directive.d.ts.map +1 -0
- package/dialog/core-dialog-footer.directive.d.ts +13 -0
- package/dialog/core-dialog-footer.directive.d.ts.map +1 -0
- package/dialog/core-dialog-heading.directive.d.ts +20 -0
- package/dialog/core-dialog-heading.directive.d.ts.map +1 -0
- package/dialog/core-dialog-positioner.directive.d.ts +21 -0
- package/dialog/core-dialog-positioner.directive.d.ts.map +1 -0
- package/dialog/core-dialog-root.directive.d.ts +129 -0
- package/dialog/core-dialog-root.directive.d.ts.map +1 -0
- package/dialog/core-dialog-trigger.directive.d.ts +20 -0
- package/dialog/core-dialog-trigger.directive.d.ts.map +1 -0
- package/dialog/dialog-context.service.d.ts +12 -0
- package/dialog/dialog-context.service.d.ts.map +1 -0
- package/dialog/index.d.ts +12 -0
- package/dialog/index.d.ts.map +1 -0
- package/dialog/qualcomm-ui-angular-core-dialog.d.ts +6 -0
- package/dialog/qualcomm-ui-angular-core-dialog.d.ts.map +1 -0
- package/dom/clipboard.service.d.ts +20 -0
- package/dom/clipboard.service.d.ts.map +1 -0
- package/dom/context-id-signal.d.ts +42 -0
- package/dom/context-id-signal.d.ts.map +1 -0
- package/dom/descendants-manager.service.d.ts +12 -0
- package/dom/descendants-manager.service.d.ts.map +1 -0
- package/dom/element-id-signal.d.ts +42 -0
- package/dom/element-id-signal.d.ts.map +1 -0
- package/dom/id.service.d.ts +11 -0
- package/dom/id.service.d.ts.map +1 -0
- package/dom/index.d.ts +8 -0
- package/dom/index.d.ts.map +1 -0
- package/dom/portal-config.service.d.ts +8 -0
- package/dom/portal-config.service.d.ts.map +1 -0
- package/dom/qualcomm-ui-angular-core-dom.d.ts +6 -0
- package/dom/qualcomm-ui-angular-core-dom.d.ts.map +1 -0
- package/dom/tokens/caches.d.ts +3 -0
- package/dom/tokens/caches.d.ts.map +1 -0
- package/dom/tokens/css.d.ts +12 -0
- package/dom/tokens/css.d.ts.map +1 -0
- package/dom/tokens/index.d.ts +11 -0
- package/dom/tokens/index.d.ts.map +1 -0
- package/dom/tokens/local-storage.d.ts +3 -0
- package/dom/tokens/local-storage.d.ts.map +1 -0
- package/dom/tokens/location.d.ts +3 -0
- package/dom/tokens/location.d.ts.map +1 -0
- package/dom/tokens/media-devices.d.ts +3 -0
- package/dom/tokens/media-devices.d.ts.map +1 -0
- package/dom/tokens/navigator.d.ts +3 -0
- package/dom/tokens/navigator.d.ts.map +1 -0
- package/dom/tokens/performance.d.ts +3 -0
- package/dom/tokens/performance.d.ts.map +1 -0
- package/dom/tokens/screen.d.ts +3 -0
- package/dom/tokens/screen.d.ts.map +1 -0
- package/dom/tokens/user-agent.d.ts +3 -0
- package/dom/tokens/user-agent.d.ts.map +1 -0
- package/dom/tokens/window.d.ts +3 -0
- package/dom/tokens/window.d.ts.map +1 -0
- package/esm2022/accordion/accordion-context.service.js +14 -0
- package/esm2022/accordion/accordion-context.service.js.map +1 -0
- package/esm2022/accordion/accordion-item-context.service.js +14 -0
- package/esm2022/accordion/accordion-item-context.service.js.map +1 -0
- package/esm2022/accordion/core-accordion-item-content.directive.js +34 -0
- package/esm2022/accordion/core-accordion-item-content.directive.js.map +1 -0
- package/esm2022/accordion/core-accordion-item-trigger-indicator.directive.js +24 -0
- package/esm2022/accordion/core-accordion-item-trigger-indicator.directive.js.map +1 -0
- package/esm2022/accordion/core-accordion-item-trigger-secondary.directive.js +24 -0
- package/esm2022/accordion/core-accordion-item-trigger-secondary.directive.js.map +1 -0
- package/esm2022/accordion/core-accordion-item-trigger-title.directive.js +24 -0
- package/esm2022/accordion/core-accordion-item-trigger-title.directive.js.map +1 -0
- package/esm2022/accordion/core-accordion-item-trigger.directive.js +32 -0
- package/esm2022/accordion/core-accordion-item-trigger.directive.js.map +1 -0
- package/esm2022/accordion/core-accordion-item.directive.js +45 -0
- package/esm2022/accordion/core-accordion-item.directive.js.map +1 -0
- package/esm2022/accordion/core-accordion-root.directive.js +91 -0
- package/esm2022/accordion/core-accordion-root.directive.js.map +1 -0
- package/esm2022/accordion/index.js +10 -0
- package/esm2022/accordion/index.js.map +1 -0
- package/esm2022/accordion/qualcomm-ui-angular-core-accordion.js +5 -0
- package/esm2022/accordion/qualcomm-ui-angular-core-accordion.js.map +1 -0
- package/esm2022/attributes/index.js +3 -0
- package/esm2022/attributes/index.js.map +1 -0
- package/esm2022/attributes/number-attributes.js +22 -0
- package/esm2022/attributes/number-attributes.js.map +1 -0
- package/esm2022/attributes/pixel-attribute.js +10 -0
- package/esm2022/attributes/pixel-attribute.js.map +1 -0
- package/esm2022/attributes/qualcomm-ui-angular-core-attributes.js +5 -0
- package/esm2022/attributes/qualcomm-ui-angular-core-attributes.js.map +1 -0
- package/esm2022/avatar/avatar-context.service.js +14 -0
- package/esm2022/avatar/avatar-context.service.js.map +1 -0
- package/esm2022/avatar/core-avatar-content.directive.js +30 -0
- package/esm2022/avatar/core-avatar-content.directive.js.map +1 -0
- package/esm2022/avatar/core-avatar-image.directive.js +30 -0
- package/esm2022/avatar/core-avatar-image.directive.js.map +1 -0
- package/esm2022/avatar/core-avatar-root.directive.js +51 -0
- package/esm2022/avatar/core-avatar-root.directive.js.map +1 -0
- package/esm2022/avatar/core-avatar-status.directive.js +30 -0
- package/esm2022/avatar/core-avatar-status.directive.js.map +1 -0
- package/esm2022/avatar/index.js +6 -0
- package/esm2022/avatar/index.js.map +1 -0
- package/esm2022/avatar/qualcomm-ui-angular-core-avatar.js +5 -0
- package/esm2022/avatar/qualcomm-ui-angular-core-avatar.js.map +1 -0
- package/esm2022/checkbox/abstract-checkbox-form-control.directive.js +265 -0
- package/esm2022/checkbox/abstract-checkbox-form-control.directive.js.map +1 -0
- package/esm2022/checkbox/checkbox-context.service.js +14 -0
- package/esm2022/checkbox/checkbox-context.service.js.map +1 -0
- package/esm2022/checkbox/core-checkbox-control.directive.js +30 -0
- package/esm2022/checkbox/core-checkbox-control.directive.js.map +1 -0
- package/esm2022/checkbox/core-checkbox-error-text.directive.js +30 -0
- package/esm2022/checkbox/core-checkbox-error-text.directive.js.map +1 -0
- package/esm2022/checkbox/core-checkbox-hidden-input.directive.js +30 -0
- package/esm2022/checkbox/core-checkbox-hidden-input.directive.js.map +1 -0
- package/esm2022/checkbox/core-checkbox-indicator.directive.js +19 -0
- package/esm2022/checkbox/core-checkbox-indicator.directive.js.map +1 -0
- package/esm2022/checkbox/core-checkbox-label.directive.js +30 -0
- package/esm2022/checkbox/core-checkbox-label.directive.js.map +1 -0
- package/esm2022/checkbox/core-checkbox-root.directive.js +88 -0
- package/esm2022/checkbox/core-checkbox-root.directive.js.map +1 -0
- package/esm2022/checkbox/index.js +10 -0
- package/esm2022/checkbox/index.js.map +1 -0
- package/esm2022/checkbox/qualcomm-ui-angular-core-checkbox.js +5 -0
- package/esm2022/checkbox/qualcomm-ui-angular-core-checkbox.js.map +1 -0
- package/esm2022/checkbox/use-checkbox-group.js +62 -0
- package/esm2022/checkbox/use-checkbox-group.js.map +1 -0
- package/esm2022/collapsible/collapsible-context.service.js +14 -0
- package/esm2022/collapsible/collapsible-context.service.js.map +1 -0
- package/esm2022/collapsible/core-collapsible-content.directive.js +32 -0
- package/esm2022/collapsible/core-collapsible-content.directive.js.map +1 -0
- package/esm2022/collapsible/core-collapsible-root.directive.js +71 -0
- package/esm2022/collapsible/core-collapsible-root.directive.js.map +1 -0
- package/esm2022/collapsible/core-collapsible-trigger.directive.js +32 -0
- package/esm2022/collapsible/core-collapsible-trigger.directive.js.map +1 -0
- package/esm2022/collapsible/index.js +5 -0
- package/esm2022/collapsible/index.js.map +1 -0
- package/esm2022/collapsible/qualcomm-ui-angular-core-collapsible.js +5 -0
- package/esm2022/collapsible/qualcomm-ui-angular-core-collapsible.js.map +1 -0
- package/esm2022/collection/index.js +2 -0
- package/esm2022/collection/index.js.map +1 -0
- package/esm2022/collection/qualcomm-ui-angular-core-collection.js +5 -0
- package/esm2022/collection/qualcomm-ui-angular-core-collection.js.map +1 -0
- package/esm2022/collection/use-list-collection.js +50 -0
- package/esm2022/collection/use-list-collection.js.map +1 -0
- package/esm2022/combobox/combobox-context.service.js +14 -0
- package/esm2022/combobox/combobox-context.service.js.map +1 -0
- package/esm2022/combobox/combobox-item-context.service.js +14 -0
- package/esm2022/combobox/combobox-item-context.service.js.map +1 -0
- package/esm2022/combobox/combobox-item-group-context.service.js +14 -0
- package/esm2022/combobox/combobox-item-group-context.service.js.map +1 -0
- package/esm2022/combobox/core-combobox-clear-trigger.directive.js +30 -0
- package/esm2022/combobox/core-combobox-clear-trigger.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-content.directive.js +34 -0
- package/esm2022/combobox/core-combobox-content.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-control.directive.js +30 -0
- package/esm2022/combobox/core-combobox-control.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-empty.directive.js +19 -0
- package/esm2022/combobox/core-combobox-empty.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-error-indicator.directive.js +19 -0
- package/esm2022/combobox/core-combobox-error-indicator.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-error-text.directive.js +30 -0
- package/esm2022/combobox/core-combobox-error-text.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-hint.directive.js +30 -0
- package/esm2022/combobox/core-combobox-hint.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-input.directive.js +30 -0
- package/esm2022/combobox/core-combobox-input.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-item-group-label.directive.js +23 -0
- package/esm2022/combobox/core-combobox-item-group-label.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-item-group.directive.js +31 -0
- package/esm2022/combobox/core-combobox-item-group.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-item-indicator.directive.js +21 -0
- package/esm2022/combobox/core-combobox-item-indicator.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-item-text.directive.js +21 -0
- package/esm2022/combobox/core-combobox-item-text.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-item.directive.js +35 -0
- package/esm2022/combobox/core-combobox-item.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-label.directive.js +30 -0
- package/esm2022/combobox/core-combobox-label.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-positioner.directive.js +32 -0
- package/esm2022/combobox/core-combobox-positioner.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-root.directive.js +387 -0
- package/esm2022/combobox/core-combobox-root.directive.js.map +1 -0
- package/esm2022/combobox/core-combobox-trigger.directive.js +37 -0
- package/esm2022/combobox/core-combobox-trigger.directive.js.map +1 -0
- package/esm2022/combobox/index.js +21 -0
- package/esm2022/combobox/index.js.map +1 -0
- package/esm2022/combobox/qualcomm-ui-angular-core-combobox.js +5 -0
- package/esm2022/combobox/qualcomm-ui-angular-core-combobox.js.map +1 -0
- package/esm2022/common/boolean.js +4 -0
- package/esm2022/common/boolean.js.map +1 -0
- package/esm2022/common/index.js +7 -0
- package/esm2022/common/index.js.map +1 -0
- package/esm2022/common/ng-changes.js +4 -0
- package/esm2022/common/ng-changes.js.map +1 -0
- package/esm2022/common/qualcomm-ui-angular-core-common.js +5 -0
- package/esm2022/common/qualcomm-ui-angular-core-common.js.map +1 -0
- package/esm2022/common/template-content.js +4 -0
- package/esm2022/common/template-content.js.map +1 -0
- package/esm2022/common/use-csr-check.js +22 -0
- package/esm2022/common/use-csr-check.js.map +1 -0
- package/esm2022/common/use-id.js +24 -0
- package/esm2022/common/use-id.js.map +1 -0
- package/esm2022/common/use-is-destroyed.js +20 -0
- package/esm2022/common/use-is-destroyed.js.map +1 -0
- package/esm2022/common/use-is-mounted.js +15 -0
- package/esm2022/common/use-is-mounted.js.map +1 -0
- package/esm2022/common/use-on-destroy.js +16 -0
- package/esm2022/common/use-on-destroy.js.map +1 -0
- package/esm2022/common/use-ssr-check.js +22 -0
- package/esm2022/common/use-ssr-check.js.map +1 -0
- package/esm2022/dialog/core-dialog-backdrop.directive.js +46 -0
- package/esm2022/dialog/core-dialog-backdrop.directive.js.map +1 -0
- package/esm2022/dialog/core-dialog-body.directive.js +21 -0
- package/esm2022/dialog/core-dialog-body.directive.js.map +1 -0
- package/esm2022/dialog/core-dialog-close-trigger.directive.js +30 -0
- package/esm2022/dialog/core-dialog-close-trigger.directive.js.map +1 -0
- package/esm2022/dialog/core-dialog-content.directive.js +50 -0
- package/esm2022/dialog/core-dialog-content.directive.js.map +1 -0
- package/esm2022/dialog/core-dialog-description.directive.js +30 -0
- package/esm2022/dialog/core-dialog-description.directive.js.map +1 -0
- package/esm2022/dialog/core-dialog-footer.directive.js +19 -0
- package/esm2022/dialog/core-dialog-footer.directive.js.map +1 -0
- package/esm2022/dialog/core-dialog-heading.directive.js +30 -0
- package/esm2022/dialog/core-dialog-heading.directive.js.map +1 -0
- package/esm2022/dialog/core-dialog-positioner.directive.js +32 -0
- package/esm2022/dialog/core-dialog-positioner.directive.js.map +1 -0
- package/esm2022/dialog/core-dialog-root.directive.js +225 -0
- package/esm2022/dialog/core-dialog-root.directive.js.map +1 -0
- package/esm2022/dialog/core-dialog-trigger.directive.js +30 -0
- package/esm2022/dialog/core-dialog-trigger.directive.js.map +1 -0
- package/esm2022/dialog/dialog-context.service.js +24 -0
- package/esm2022/dialog/dialog-context.service.js.map +1 -0
- package/esm2022/dialog/index.js +12 -0
- package/esm2022/dialog/index.js.map +1 -0
- package/esm2022/dialog/qualcomm-ui-angular-core-dialog.js +5 -0
- package/esm2022/dialog/qualcomm-ui-angular-core-dialog.js.map +1 -0
- package/esm2022/dom/clipboard.service.js +42 -0
- package/esm2022/dom/clipboard.service.js.map +1 -0
- package/esm2022/dom/context-id-signal.js +23 -0
- package/esm2022/dom/context-id-signal.js.map +1 -0
- package/esm2022/dom/descendants-manager.service.js +29 -0
- package/esm2022/dom/descendants-manager.service.js.map +1 -0
- package/esm2022/dom/element-id-signal.js +25 -0
- package/esm2022/dom/element-id-signal.js.map +1 -0
- package/esm2022/dom/id.service.js +33 -0
- package/esm2022/dom/id.service.js.map +1 -0
- package/esm2022/dom/index.js +8 -0
- package/esm2022/dom/index.js.map +1 -0
- package/esm2022/dom/portal-config.service.js +17 -0
- package/esm2022/dom/portal-config.service.js.map +1 -0
- package/esm2022/dom/qualcomm-ui-angular-core-dom.js +5 -0
- package/esm2022/dom/qualcomm-ui-angular-core-dom.js.map +1 -0
- package/esm2022/dom/tokens/caches.js +8 -0
- package/esm2022/dom/tokens/caches.js.map +1 -0
- package/esm2022/dom/tokens/css.js +11 -0
- package/esm2022/dom/tokens/css.js.map +1 -0
- package/esm2022/dom/tokens/index.js +11 -0
- package/esm2022/dom/tokens/index.js.map +1 -0
- package/esm2022/dom/tokens/local-storage.js +8 -0
- package/esm2022/dom/tokens/local-storage.js.map +1 -0
- package/esm2022/dom/tokens/location.js +8 -0
- package/esm2022/dom/tokens/location.js.map +1 -0
- package/esm2022/dom/tokens/media-devices.js +8 -0
- package/esm2022/dom/tokens/media-devices.js.map +1 -0
- package/esm2022/dom/tokens/navigator.js +8 -0
- package/esm2022/dom/tokens/navigator.js.map +1 -0
- package/esm2022/dom/tokens/performance.js +8 -0
- package/esm2022/dom/tokens/performance.js.map +1 -0
- package/esm2022/dom/tokens/screen.js +8 -0
- package/esm2022/dom/tokens/screen.js.map +1 -0
- package/esm2022/dom/tokens/user-agent.js +8 -0
- package/esm2022/dom/tokens/user-agent.js.map +1 -0
- package/esm2022/dom/tokens/window.js +14 -0
- package/esm2022/dom/tokens/window.js.map +1 -0
- package/esm2022/events/index.js +3 -0
- package/esm2022/events/index.js.map +1 -0
- package/esm2022/events/listener.service.js +67 -0
- package/esm2022/events/listener.service.js.map +1 -0
- package/esm2022/events/qualcomm-ui-angular-core-events.js +5 -0
- package/esm2022/events/qualcomm-ui-angular-core-events.js.map +1 -0
- package/esm2022/events/use-copy-to-clipboard.js +48 -0
- package/esm2022/events/use-copy-to-clipboard.js.map +1 -0
- package/esm2022/forms/form-utils.js +80 -0
- package/esm2022/forms/form-utils.js.map +1 -0
- package/esm2022/forms/index.js +3 -0
- package/esm2022/forms/index.js.map +1 -0
- package/esm2022/forms/qualcomm-ui-angular-core-forms.js +5 -0
- package/esm2022/forms/qualcomm-ui-angular-core-forms.js.map +1 -0
- package/esm2022/forms/use-forbidden-form-control-warning.js +24 -0
- package/esm2022/forms/use-forbidden-form-control-warning.js.map +1 -0
- package/esm2022/highlight/highlight.directive.js +69 -0
- package/esm2022/highlight/highlight.directive.js.map +1 -0
- package/esm2022/highlight/index.js +2 -0
- package/esm2022/highlight/index.js.map +1 -0
- package/esm2022/highlight/qualcomm-ui-angular-core-highlight.js +5 -0
- package/esm2022/highlight/qualcomm-ui-angular-core-highlight.js.map +1 -0
- package/esm2022/index.js +4 -0
- package/esm2022/index.js.map +1 -0
- package/esm2022/inline-notification/core-inline-notification-action.directive.js +21 -0
- package/esm2022/inline-notification/core-inline-notification-action.directive.js.map +1 -0
- package/esm2022/inline-notification/core-inline-notification-close-trigger.directive.js +32 -0
- package/esm2022/inline-notification/core-inline-notification-close-trigger.directive.js.map +1 -0
- package/esm2022/inline-notification/core-inline-notification-description.directive.js +32 -0
- package/esm2022/inline-notification/core-inline-notification-description.directive.js.map +1 -0
- package/esm2022/inline-notification/core-inline-notification-icon.directive.js +21 -0
- package/esm2022/inline-notification/core-inline-notification-icon.directive.js.map +1 -0
- package/esm2022/inline-notification/core-inline-notification-label.directive.js +32 -0
- package/esm2022/inline-notification/core-inline-notification-label.directive.js.map +1 -0
- package/esm2022/inline-notification/core-inline-notification-root.directive.js +71 -0
- package/esm2022/inline-notification/core-inline-notification-root.directive.js.map +1 -0
- package/esm2022/inline-notification/index.js +8 -0
- package/esm2022/inline-notification/index.js.map +1 -0
- package/esm2022/inline-notification/inline-notification-context.service.js +14 -0
- package/esm2022/inline-notification/inline-notification-context.service.js.map +1 -0
- package/esm2022/inline-notification/qualcomm-ui-angular-core-inline-notification.js +5 -0
- package/esm2022/inline-notification/qualcomm-ui-angular-core-inline-notification.js.map +1 -0
- package/esm2022/input/abstract-input-form-control.directive.js +254 -0
- package/esm2022/input/abstract-input-form-control.directive.js.map +1 -0
- package/esm2022/input/abstract-list-collection-form-control.directive.js +278 -0
- package/esm2022/input/abstract-list-collection-form-control.directive.js.map +1 -0
- package/esm2022/input/index.js +4 -0
- package/esm2022/input/index.js.map +1 -0
- package/esm2022/input/input-form-control-provider.js +70 -0
- package/esm2022/input/input-form-control-provider.js.map +1 -0
- package/esm2022/input/qualcomm-ui-angular-core-input.js +5 -0
- package/esm2022/input/qualcomm-ui-angular-core-input.js.map +1 -0
- package/esm2022/locale/index.js +3 -0
- package/esm2022/locale/index.js.map +1 -0
- package/esm2022/locale/locale-context.service.js +14 -0
- package/esm2022/locale/locale-context.service.js.map +1 -0
- package/esm2022/locale/qualcomm-ui-angular-core-locale.js +5 -0
- package/esm2022/locale/qualcomm-ui-angular-core-locale.js.map +1 -0
- package/esm2022/locale/use-filter.js +16 -0
- package/esm2022/locale/use-filter.js.map +1 -0
- package/esm2022/lorem-ipsum/index.js +2 -0
- package/esm2022/lorem-ipsum/index.js.map +1 -0
- package/esm2022/lorem-ipsum/lorem-ipsum.directive.js +83 -0
- package/esm2022/lorem-ipsum/lorem-ipsum.directive.js.map +1 -0
- package/esm2022/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.js +5 -0
- package/esm2022/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.js.map +1 -0
- package/esm2022/lucide/index.js +3 -0
- package/esm2022/lucide/index.js.map +1 -0
- package/esm2022/lucide/lucide.types.js +4 -0
- package/esm2022/lucide/lucide.types.js.map +1 -0
- package/esm2022/lucide/provide-icons.js +20 -0
- package/esm2022/lucide/provide-icons.js.map +1 -0
- package/esm2022/lucide/qualcomm-ui-angular-core-lucide.js +5 -0
- package/esm2022/lucide/qualcomm-ui-angular-core-lucide.js.map +1 -0
- package/esm2022/machine/api-context.directive.js +44 -0
- package/esm2022/machine/api-context.directive.js.map +1 -0
- package/esm2022/machine/api-context.service.js +58 -0
- package/esm2022/machine/api-context.service.js.map +1 -0
- package/esm2022/machine/bindable-id-collection.js +51 -0
- package/esm2022/machine/bindable-id-collection.js.map +1 -0
- package/esm2022/machine/bindable-id.js +21 -0
- package/esm2022/machine/bindable-id.js.map +1 -0
- package/esm2022/machine/bindable.js +47 -0
- package/esm2022/machine/bindable.js.map +1 -0
- package/esm2022/machine/index.js +13 -0
- package/esm2022/machine/index.js.map +1 -0
- package/esm2022/machine/machine.types.js +4 -0
- package/esm2022/machine/machine.types.js.map +1 -0
- package/esm2022/machine/merge-props.js +68 -0
- package/esm2022/machine/merge-props.js.map +1 -0
- package/esm2022/machine/normalize-props.js +108 -0
- package/esm2022/machine/normalize-props.js.map +1 -0
- package/esm2022/machine/q-bind.directive.js +162 -0
- package/esm2022/machine/q-bind.directive.js.map +1 -0
- package/esm2022/machine/qualcomm-ui-angular-core-machine.js +5 -0
- package/esm2022/machine/qualcomm-ui-angular-core-machine.js.map +1 -0
- package/esm2022/machine/refs.js +18 -0
- package/esm2022/machine/refs.js.map +1 -0
- package/esm2022/machine/track.js +46 -0
- package/esm2022/machine/track.js.map +1 -0
- package/esm2022/machine/use-machine.js +312 -0
- package/esm2022/machine/use-machine.js.map +1 -0
- package/esm2022/machine/use-track-bindings.js +270 -0
- package/esm2022/machine/use-track-bindings.js.map +1 -0
- package/esm2022/menu/base-menu-item.directive.js +53 -0
- package/esm2022/menu/base-menu-item.directive.js.map +1 -0
- package/esm2022/menu/core-menu-checkbox-item.directive.js +51 -0
- package/esm2022/menu/core-menu-checkbox-item.directive.js.map +1 -0
- package/esm2022/menu/core-menu-content.directive.js +50 -0
- package/esm2022/menu/core-menu-content.directive.js.map +1 -0
- package/esm2022/menu/core-menu-context-trigger.directive.js +32 -0
- package/esm2022/menu/core-menu-context-trigger.directive.js.map +1 -0
- package/esm2022/menu/core-menu-item-group-label.directive.js +32 -0
- package/esm2022/menu/core-menu-item-group-label.directive.js.map +1 -0
- package/esm2022/menu/core-menu-item-group.directive.js +33 -0
- package/esm2022/menu/core-menu-item-group.directive.js.map +1 -0
- package/esm2022/menu/core-menu-item-indicator.directive.js +31 -0
- package/esm2022/menu/core-menu-item-indicator.directive.js.map +1 -0
- package/esm2022/menu/core-menu-item-label.directive.js +32 -0
- package/esm2022/menu/core-menu-item-label.directive.js.map +1 -0
- package/esm2022/menu/core-menu-item-root.directive.js +50 -0
- package/esm2022/menu/core-menu-item-root.directive.js.map +1 -0
- package/esm2022/menu/core-menu-positioner.directive.js +34 -0
- package/esm2022/menu/core-menu-positioner.directive.js.map +1 -0
- package/esm2022/menu/core-menu-radio-item-group.directive.js +52 -0
- package/esm2022/menu/core-menu-radio-item-group.directive.js.map +1 -0
- package/esm2022/menu/core-menu-radio-item.directive.js +41 -0
- package/esm2022/menu/core-menu-radio-item.directive.js.map +1 -0
- package/esm2022/menu/core-menu-root.directive.js +242 -0
- package/esm2022/menu/core-menu-root.directive.js.map +1 -0
- package/esm2022/menu/core-menu-separator.directive.js +21 -0
- package/esm2022/menu/core-menu-separator.directive.js.map +1 -0
- package/esm2022/menu/core-menu-trigger-item.directive.js +33 -0
- package/esm2022/menu/core-menu-trigger-item.directive.js.map +1 -0
- package/esm2022/menu/core-menu-trigger.directive.js +34 -0
- package/esm2022/menu/core-menu-trigger.directive.js.map +1 -0
- package/esm2022/menu/index.js +24 -0
- package/esm2022/menu/index.js.map +1 -0
- package/esm2022/menu/menu-context.service.js +14 -0
- package/esm2022/menu/menu-context.service.js.map +1 -0
- package/esm2022/menu/menu-item-context.service.js +14 -0
- package/esm2022/menu/menu-item-context.service.js.map +1 -0
- package/esm2022/menu/menu-item-group-context.service.js +14 -0
- package/esm2022/menu/menu-item-group-context.service.js.map +1 -0
- package/esm2022/menu/menu-machine-context.service.js +14 -0
- package/esm2022/menu/menu-machine-context.service.js.map +1 -0
- package/esm2022/menu/menu-option-item-context.service.js +14 -0
- package/esm2022/menu/menu-option-item-context.service.js.map +1 -0
- package/esm2022/menu/menu-radio-item-group-context.service.js +14 -0
- package/esm2022/menu/menu-radio-item-group-context.service.js.map +1 -0
- package/esm2022/menu/menu-trigger-context.service.js +14 -0
- package/esm2022/menu/menu-trigger-context.service.js.map +1 -0
- package/esm2022/menu/qualcomm-ui-angular-core-menu.js +5 -0
- package/esm2022/menu/qualcomm-ui-angular-core-menu.js.map +1 -0
- package/esm2022/number-input/abstract-number-input-form-control.directive.js +294 -0
- package/esm2022/number-input/abstract-number-input-form-control.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-control.directive.js +21 -0
- package/esm2022/number-input/core-number-input-control.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-decrement-trigger.directive.js +28 -0
- package/esm2022/number-input/core-number-input-decrement-trigger.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-error-indicator.directive.js +21 -0
- package/esm2022/number-input/core-number-input-error-indicator.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-error-text.directive.js +28 -0
- package/esm2022/number-input/core-number-input-error-text.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-hint.directive.js +28 -0
- package/esm2022/number-input/core-number-input-hint.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-increment-trigger.directive.js +28 -0
- package/esm2022/number-input/core-number-input-increment-trigger.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-input-group.directive.js +21 -0
- package/esm2022/number-input/core-number-input-input-group.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-input.directive.js +28 -0
- package/esm2022/number-input/core-number-input-input.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-label.directive.js +28 -0
- package/esm2022/number-input/core-number-input-label.directive.js.map +1 -0
- package/esm2022/number-input/core-number-input-root.directive.js +193 -0
- package/esm2022/number-input/core-number-input-root.directive.js.map +1 -0
- package/esm2022/number-input/index.js +14 -0
- package/esm2022/number-input/index.js.map +1 -0
- package/esm2022/number-input/number-input-context.service.js +14 -0
- package/esm2022/number-input/number-input-context.service.js.map +1 -0
- package/esm2022/number-input/number-input.validators.js +15 -0
- package/esm2022/number-input/number-input.validators.js.map +1 -0
- package/esm2022/number-input/qualcomm-ui-angular-core-number-input.js +5 -0
- package/esm2022/number-input/qualcomm-ui-angular-core-number-input.js.map +1 -0
- package/esm2022/observers/index.js +2 -0
- package/esm2022/observers/index.js.map +1 -0
- package/esm2022/observers/intersection-observer.directive.js +37 -0
- package/esm2022/observers/intersection-observer.directive.js.map +1 -0
- package/esm2022/observers/qualcomm-ui-angular-core-observers.js +5 -0
- package/esm2022/observers/qualcomm-ui-angular-core-observers.js.map +1 -0
- package/esm2022/pagination/core-pagination-next-trigger.directive.js +19 -0
- package/esm2022/pagination/core-pagination-next-trigger.directive.js.map +1 -0
- package/esm2022/pagination/core-pagination-page-item.directive.js +24 -0
- package/esm2022/pagination/core-pagination-page-item.directive.js.map +1 -0
- package/esm2022/pagination/core-pagination-page-items.directive.js +22 -0
- package/esm2022/pagination/core-pagination-page-items.directive.js.map +1 -0
- package/esm2022/pagination/core-pagination-page-metadata.directive.js +19 -0
- package/esm2022/pagination/core-pagination-page-metadata.directive.js.map +1 -0
- package/esm2022/pagination/core-pagination-page-size-label.directive.js +26 -0
- package/esm2022/pagination/core-pagination-page-size-label.directive.js.map +1 -0
- package/esm2022/pagination/core-pagination-page-size.directive.js +37 -0
- package/esm2022/pagination/core-pagination-page-size.directive.js.map +1 -0
- package/esm2022/pagination/core-pagination-prev-trigger.directive.js +19 -0
- package/esm2022/pagination/core-pagination-prev-trigger.directive.js.map +1 -0
- package/esm2022/pagination/core-pagination-root.directive.js +121 -0
- package/esm2022/pagination/core-pagination-root.directive.js.map +1 -0
- package/esm2022/pagination/index.js +10 -0
- package/esm2022/pagination/index.js.map +1 -0
- package/esm2022/pagination/pagination-context.service.js +14 -0
- package/esm2022/pagination/pagination-context.service.js.map +1 -0
- package/esm2022/pagination/qualcomm-ui-angular-core-pagination.js +5 -0
- package/esm2022/pagination/qualcomm-ui-angular-core-pagination.js.map +1 -0
- package/esm2022/password-input/core-password-input-clear-trigger.directive.js +21 -0
- package/esm2022/password-input/core-password-input-clear-trigger.directive.js.map +1 -0
- package/esm2022/password-input/core-password-input-error-indicator.directive.js +21 -0
- package/esm2022/password-input/core-password-input-error-indicator.directive.js.map +1 -0
- package/esm2022/password-input/core-password-input-error-text.directive.js +32 -0
- package/esm2022/password-input/core-password-input-error-text.directive.js.map +1 -0
- package/esm2022/password-input/core-password-input-hint.directive.js +32 -0
- package/esm2022/password-input/core-password-input-hint.directive.js.map +1 -0
- package/esm2022/password-input/core-password-input-input-group.directive.js +21 -0
- package/esm2022/password-input/core-password-input-input-group.directive.js.map +1 -0
- package/esm2022/password-input/core-password-input-input.directive.js +32 -0
- package/esm2022/password-input/core-password-input-input.directive.js.map +1 -0
- package/esm2022/password-input/core-password-input-label.directive.js +32 -0
- package/esm2022/password-input/core-password-input-label.directive.js.map +1 -0
- package/esm2022/password-input/core-password-input-root.directive.js +120 -0
- package/esm2022/password-input/core-password-input-root.directive.js.map +1 -0
- package/esm2022/password-input/core-password-input-visibility-trigger.directive.js +32 -0
- package/esm2022/password-input/core-password-input-visibility-trigger.directive.js.map +1 -0
- package/esm2022/password-input/index.js +11 -0
- package/esm2022/password-input/index.js.map +1 -0
- package/esm2022/password-input/password-input-context.service.js +14 -0
- package/esm2022/password-input/password-input-context.service.js.map +1 -0
- package/esm2022/password-input/qualcomm-ui-angular-core-password-input.js +5 -0
- package/esm2022/password-input/qualcomm-ui-angular-core-password-input.js.map +1 -0
- package/esm2022/popover/core-popover-anchor.directive.js +30 -0
- package/esm2022/popover/core-popover-anchor.directive.js.map +1 -0
- package/esm2022/popover/core-popover-arrow-tip.directive.js +19 -0
- package/esm2022/popover/core-popover-arrow-tip.directive.js.map +1 -0
- package/esm2022/popover/core-popover-arrow.directive.js +30 -0
- package/esm2022/popover/core-popover-arrow.directive.js.map +1 -0
- package/esm2022/popover/core-popover-close-trigger.directive.js +30 -0
- package/esm2022/popover/core-popover-close-trigger.directive.js.map +1 -0
- package/esm2022/popover/core-popover-content.directive.js +30 -0
- package/esm2022/popover/core-popover-content.directive.js.map +1 -0
- package/esm2022/popover/core-popover-description.directive.js +30 -0
- package/esm2022/popover/core-popover-description.directive.js.map +1 -0
- package/esm2022/popover/core-popover-label.directive.js +30 -0
- package/esm2022/popover/core-popover-label.directive.js.map +1 -0
- package/esm2022/popover/core-popover-positioner.directive.js +30 -0
- package/esm2022/popover/core-popover-positioner.directive.js.map +1 -0
- package/esm2022/popover/core-popover-root.directive.js +178 -0
- package/esm2022/popover/core-popover-root.directive.js.map +1 -0
- package/esm2022/popover/core-popover-trigger.directive.js +30 -0
- package/esm2022/popover/core-popover-trigger.directive.js.map +1 -0
- package/esm2022/popover/index.js +12 -0
- package/esm2022/popover/index.js.map +1 -0
- package/esm2022/popover/popover-context.service.js +14 -0
- package/esm2022/popover/popover-context.service.js.map +1 -0
- package/esm2022/popover/qualcomm-ui-angular-core-popover.js +5 -0
- package/esm2022/popover/qualcomm-ui-angular-core-popover.js.map +1 -0
- package/esm2022/portal/index.js +4 -0
- package/esm2022/portal/index.js.map +1 -0
- package/esm2022/portal/portal-context.service.js +16 -0
- package/esm2022/portal/portal-context.service.js.map +1 -0
- package/esm2022/portal/portal.component.js +125 -0
- package/esm2022/portal/portal.component.js.map +1 -0
- package/esm2022/portal/portal.directive.js +116 -0
- package/esm2022/portal/portal.directive.js.map +1 -0
- package/esm2022/portal/qualcomm-ui-angular-core-portal.js +5 -0
- package/esm2022/portal/qualcomm-ui-angular-core-portal.js.map +1 -0
- package/esm2022/presence/core-presence.directive.js +53 -0
- package/esm2022/presence/core-presence.directive.js.map +1 -0
- package/esm2022/presence/index.js +5 -0
- package/esm2022/presence/index.js.map +1 -0
- package/esm2022/presence/presence-context.service.js +59 -0
- package/esm2022/presence/presence-context.service.js.map +1 -0
- package/esm2022/presence/qualcomm-ui-angular-core-presence.js +5 -0
- package/esm2022/presence/qualcomm-ui-angular-core-presence.js.map +1 -0
- package/esm2022/presence/render-strategy-context.service.js +14 -0
- package/esm2022/presence/render-strategy-context.service.js.map +1 -0
- package/esm2022/presence/use-presence-renderer.js +30 -0
- package/esm2022/presence/use-presence-renderer.js.map +1 -0
- package/esm2022/progress/core-base-progress.directive.js +59 -0
- package/esm2022/progress/core-base-progress.directive.js.map +1 -0
- package/esm2022/progress/core-progress-bar.directive.js +19 -0
- package/esm2022/progress/core-progress-bar.directive.js.map +1 -0
- package/esm2022/progress/core-progress-error-text.directive.js +32 -0
- package/esm2022/progress/core-progress-error-text.directive.js.map +1 -0
- package/esm2022/progress/core-progress-hint.directive.js +32 -0
- package/esm2022/progress/core-progress-hint.directive.js.map +1 -0
- package/esm2022/progress/core-progress-label.directive.js +32 -0
- package/esm2022/progress/core-progress-label.directive.js.map +1 -0
- package/esm2022/progress/core-progress-root.directive.js +33 -0
- package/esm2022/progress/core-progress-root.directive.js.map +1 -0
- package/esm2022/progress/core-progress-track.directive.js +30 -0
- package/esm2022/progress/core-progress-track.directive.js.map +1 -0
- package/esm2022/progress/core-progress-value-text.directive.js +19 -0
- package/esm2022/progress/core-progress-value-text.directive.js.map +1 -0
- package/esm2022/progress/index.js +10 -0
- package/esm2022/progress/index.js.map +1 -0
- package/esm2022/progress/progress-context.service.js +15 -0
- package/esm2022/progress/progress-context.service.js.map +1 -0
- package/esm2022/progress/qualcomm-ui-angular-core-progress.js +5 -0
- package/esm2022/progress/qualcomm-ui-angular-core-progress.js.map +1 -0
- package/esm2022/progress-ring/core-progress-ring-bar.directive.js +21 -0
- package/esm2022/progress-ring/core-progress-ring-bar.directive.js.map +1 -0
- package/esm2022/progress-ring/core-progress-ring-circle.directive.js +32 -0
- package/esm2022/progress-ring/core-progress-ring-circle.directive.js.map +1 -0
- package/esm2022/progress-ring/core-progress-ring-error-text.directive.js +32 -0
- package/esm2022/progress-ring/core-progress-ring-error-text.directive.js.map +1 -0
- package/esm2022/progress-ring/core-progress-ring-label.directive.js +32 -0
- package/esm2022/progress-ring/core-progress-ring-label.directive.js.map +1 -0
- package/esm2022/progress-ring/core-progress-ring-root.directive.js +33 -0
- package/esm2022/progress-ring/core-progress-ring-root.directive.js.map +1 -0
- package/esm2022/progress-ring/core-progress-ring-track.directive.js +21 -0
- package/esm2022/progress-ring/core-progress-ring-track.directive.js.map +1 -0
- package/esm2022/progress-ring/core-progress-ring-value-text.directive.js +21 -0
- package/esm2022/progress-ring/core-progress-ring-value-text.directive.js.map +1 -0
- package/esm2022/progress-ring/index.js +9 -0
- package/esm2022/progress-ring/index.js.map +1 -0
- package/esm2022/progress-ring/progress-ring-context.service.js +14 -0
- package/esm2022/progress-ring/progress-ring-context.service.js.map +1 -0
- package/esm2022/progress-ring/qualcomm-ui-angular-core-progress-ring.js +5 -0
- package/esm2022/progress-ring/qualcomm-ui-angular-core-progress-ring.js.map +1 -0
- package/esm2022/qualcomm-ui-angular-core.js +5 -0
- package/esm2022/qualcomm-ui-angular-core.js.map +1 -0
- package/esm2022/radio/abstract-radio-form-control.directive.js +261 -0
- package/esm2022/radio/abstract-radio-form-control.directive.js.map +1 -0
- package/esm2022/radio/core-radio-group-error-text.directive.js +30 -0
- package/esm2022/radio/core-radio-group-error-text.directive.js.map +1 -0
- package/esm2022/radio/core-radio-group-items.directive.js +19 -0
- package/esm2022/radio/core-radio-group-items.directive.js.map +1 -0
- package/esm2022/radio/core-radio-group-label.directive.js +30 -0
- package/esm2022/radio/core-radio-group-label.directive.js.map +1 -0
- package/esm2022/radio/core-radio-group.directive.js +87 -0
- package/esm2022/radio/core-radio-group.directive.js.map +1 -0
- package/esm2022/radio/core-radio-item-control.directive.js +21 -0
- package/esm2022/radio/core-radio-item-control.directive.js.map +1 -0
- package/esm2022/radio/core-radio-item-hidden-input.directive.js +33 -0
- package/esm2022/radio/core-radio-item-hidden-input.directive.js.map +1 -0
- package/esm2022/radio/core-radio-item-label.directive.js +33 -0
- package/esm2022/radio/core-radio-item-label.directive.js.map +1 -0
- package/esm2022/radio/core-radio-root.directive.js +62 -0
- package/esm2022/radio/core-radio-root.directive.js.map +1 -0
- package/esm2022/radio/index.js +12 -0
- package/esm2022/radio/index.js.map +1 -0
- package/esm2022/radio/qualcomm-ui-angular-core-radio.js +5 -0
- package/esm2022/radio/qualcomm-ui-angular-core-radio.js.map +1 -0
- package/esm2022/radio/radio-context.service.js +14 -0
- package/esm2022/radio/radio-context.service.js.map +1 -0
- package/esm2022/radio/radio-item-context.service.js +14 -0
- package/esm2022/radio/radio-item-context.service.js.map +1 -0
- package/esm2022/segmented-control/core-segmented-control-hidden-input.directive.js +29 -0
- package/esm2022/segmented-control/core-segmented-control-hidden-input.directive.js.map +1 -0
- package/esm2022/segmented-control/core-segmented-control-item-text.directive.js +29 -0
- package/esm2022/segmented-control/core-segmented-control-item-text.directive.js.map +1 -0
- package/esm2022/segmented-control/core-segmented-control-item.directive.js +53 -0
- package/esm2022/segmented-control/core-segmented-control-item.directive.js.map +1 -0
- package/esm2022/segmented-control/core-segmented-control-root.directive.js +80 -0
- package/esm2022/segmented-control/core-segmented-control-root.directive.js.map +1 -0
- package/esm2022/segmented-control/index.js +6 -0
- package/esm2022/segmented-control/index.js.map +1 -0
- package/esm2022/segmented-control/qualcomm-ui-angular-core-segmented-control.js +5 -0
- package/esm2022/segmented-control/qualcomm-ui-angular-core-segmented-control.js.map +1 -0
- package/esm2022/segmented-control/segmented-control-context.service.js +14 -0
- package/esm2022/segmented-control/segmented-control-context.service.js.map +1 -0
- package/esm2022/select/core-select-clear-trigger.directive.js +30 -0
- package/esm2022/select/core-select-clear-trigger.directive.js.map +1 -0
- package/esm2022/select/core-select-content.directive.js +30 -0
- package/esm2022/select/core-select-content.directive.js.map +1 -0
- package/esm2022/select/core-select-control.directive.js +30 -0
- package/esm2022/select/core-select-control.directive.js.map +1 -0
- package/esm2022/select/core-select-error-indicator.directive.js +21 -0
- package/esm2022/select/core-select-error-indicator.directive.js.map +1 -0
- package/esm2022/select/core-select-error-text.directive.js +32 -0
- package/esm2022/select/core-select-error-text.directive.js.map +1 -0
- package/esm2022/select/core-select-hidden-select.directive.js +30 -0
- package/esm2022/select/core-select-hidden-select.directive.js.map +1 -0
- package/esm2022/select/core-select-hint.directive.js +32 -0
- package/esm2022/select/core-select-hint.directive.js.map +1 -0
- package/esm2022/select/core-select-indicator.directive.js +21 -0
- package/esm2022/select/core-select-indicator.directive.js.map +1 -0
- package/esm2022/select/core-select-item-indicator.directive.js +21 -0
- package/esm2022/select/core-select-item-indicator.directive.js.map +1 -0
- package/esm2022/select/core-select-item-text.directive.js +21 -0
- package/esm2022/select/core-select-item-text.directive.js.map +1 -0
- package/esm2022/select/core-select-item.directive.js +35 -0
- package/esm2022/select/core-select-item.directive.js.map +1 -0
- package/esm2022/select/core-select-label.directive.js +30 -0
- package/esm2022/select/core-select-label.directive.js.map +1 -0
- package/esm2022/select/core-select-positioner.directive.js +30 -0
- package/esm2022/select/core-select-positioner.directive.js.map +1 -0
- package/esm2022/select/core-select-root.directive.js +231 -0
- package/esm2022/select/core-select-root.directive.js.map +1 -0
- package/esm2022/select/core-select-value-text.directive.js +23 -0
- package/esm2022/select/core-select-value-text.directive.js.map +1 -0
- package/esm2022/select/index.js +18 -0
- package/esm2022/select/index.js.map +1 -0
- package/esm2022/select/qualcomm-ui-angular-core-select.js +5 -0
- package/esm2022/select/qualcomm-ui-angular-core-select.js.map +1 -0
- package/esm2022/select/select-context.service.js +15 -0
- package/esm2022/select/select-context.service.js.map +1 -0
- package/esm2022/select/select-item-context.service.js +14 -0
- package/esm2022/select/select-item-context.service.js.map +1 -0
- package/esm2022/signals/access-signal.js +17 -0
- package/esm2022/signals/access-signal.js.map +1 -0
- package/esm2022/signals/host-binding.js +84 -0
- package/esm2022/signals/host-binding.js.map +1 -0
- package/esm2022/signals/index.js +4 -0
- package/esm2022/signals/index.js.map +1 -0
- package/esm2022/signals/qualcomm-ui-angular-core-signals.js +5 -0
- package/esm2022/signals/qualcomm-ui-angular-core-signals.js.map +1 -0
- package/esm2022/signals/signalify-input.js +4 -0
- package/esm2022/signals/signalify-input.js.map +1 -0
- package/esm2022/signals/signalify-object.js +73 -0
- package/esm2022/signals/signalify-object.js.map +1 -0
- package/esm2022/signals/signals.types.js +4 -0
- package/esm2022/signals/signals.types.js.map +1 -0
- package/esm2022/state/controlled-state-legacy.js +80 -0
- package/esm2022/state/controlled-state-legacy.js.map +1 -0
- package/esm2022/state/controlled-state.service.js +84 -0
- package/esm2022/state/controlled-state.service.js.map +1 -0
- package/esm2022/state/index.js +4 -0
- package/esm2022/state/index.js.map +1 -0
- package/esm2022/state/qualcomm-ui-angular-core-state.js +5 -0
- package/esm2022/state/qualcomm-ui-angular-core-state.js.map +1 -0
- package/esm2022/state/use-controlled-state.js +28 -0
- package/esm2022/state/use-controlled-state.js.map +1 -0
- package/esm2022/switch/core-switch-control.directive.js +19 -0
- package/esm2022/switch/core-switch-control.directive.js.map +1 -0
- package/esm2022/switch/core-switch-error-text.directive.js +30 -0
- package/esm2022/switch/core-switch-error-text.directive.js.map +1 -0
- package/esm2022/switch/core-switch-hidden-input.directive.js +30 -0
- package/esm2022/switch/core-switch-hidden-input.directive.js.map +1 -0
- package/esm2022/switch/core-switch-label.directive.js +30 -0
- package/esm2022/switch/core-switch-label.directive.js.map +1 -0
- package/esm2022/switch/core-switch-root.directive.js +89 -0
- package/esm2022/switch/core-switch-root.directive.js.map +1 -0
- package/esm2022/switch/core-switch-thumb.directive.js +19 -0
- package/esm2022/switch/core-switch-thumb.directive.js.map +1 -0
- package/esm2022/switch/index.js +8 -0
- package/esm2022/switch/index.js.map +1 -0
- package/esm2022/switch/qualcomm-ui-angular-core-switch.js +5 -0
- package/esm2022/switch/qualcomm-ui-angular-core-switch.js.map +1 -0
- package/esm2022/switch/switch-context.service.js +14 -0
- package/esm2022/switch/switch-context.service.js.map +1 -0
- package/esm2022/tabs/core-tab-button.directive.js +35 -0
- package/esm2022/tabs/core-tab-button.directive.js.map +1 -0
- package/esm2022/tabs/core-tab-dismiss-button.directive.js +26 -0
- package/esm2022/tabs/core-tab-dismiss-button.directive.js.map +1 -0
- package/esm2022/tabs/core-tab-root.directive.js +37 -0
- package/esm2022/tabs/core-tab-root.directive.js.map +1 -0
- package/esm2022/tabs/core-tabs-indicator.directive.js +32 -0
- package/esm2022/tabs/core-tabs-indicator.directive.js.map +1 -0
- package/esm2022/tabs/core-tabs-list.directive.js +32 -0
- package/esm2022/tabs/core-tabs-list.directive.js.map +1 -0
- package/esm2022/tabs/core-tabs-panel.directive.js +61 -0
- package/esm2022/tabs/core-tabs-panel.directive.js.map +1 -0
- package/esm2022/tabs/core-tabs-root.directive.js +144 -0
- package/esm2022/tabs/core-tabs-root.directive.js.map +1 -0
- package/esm2022/tabs/index.js +10 -0
- package/esm2022/tabs/index.js.map +1 -0
- package/esm2022/tabs/qualcomm-ui-angular-core-tabs.js +5 -0
- package/esm2022/tabs/qualcomm-ui-angular-core-tabs.js.map +1 -0
- package/esm2022/tabs/tab-context.service.js +14 -0
- package/esm2022/tabs/tab-context.service.js.map +1 -0
- package/esm2022/tabs/tabs-context.service.js +14 -0
- package/esm2022/tabs/tabs-context.service.js.map +1 -0
- package/esm2022/text-area/index.js +2 -0
- package/esm2022/text-area/index.js.map +1 -0
- package/esm2022/text-area/qualcomm-ui-angular-core-text-area.js +5 -0
- package/esm2022/text-area/qualcomm-ui-angular-core-text-area.js.map +1 -0
- package/esm2022/text-input/core-text-input-clear-trigger.directive.js +19 -0
- package/esm2022/text-input/core-text-input-clear-trigger.directive.js.map +1 -0
- package/esm2022/text-input/core-text-input-error-indicator.directive.js +21 -0
- package/esm2022/text-input/core-text-input-error-indicator.directive.js.map +1 -0
- package/esm2022/text-input/core-text-input-error-text.directive.js +26 -0
- package/esm2022/text-input/core-text-input-error-text.directive.js.map +1 -0
- package/esm2022/text-input/core-text-input-hint.directive.js +26 -0
- package/esm2022/text-input/core-text-input-hint.directive.js.map +1 -0
- package/esm2022/text-input/core-text-input-input-group.directive.js +21 -0
- package/esm2022/text-input/core-text-input-input-group.directive.js.map +1 -0
- package/esm2022/text-input/core-text-input-input.directive.js +28 -0
- package/esm2022/text-input/core-text-input-input.directive.js.map +1 -0
- package/esm2022/text-input/core-text-input-label.directive.js +26 -0
- package/esm2022/text-input/core-text-input-label.directive.js.map +1 -0
- package/esm2022/text-input/core-text-input-root.directive.js +82 -0
- package/esm2022/text-input/core-text-input-root.directive.js.map +1 -0
- package/esm2022/text-input/index.js +10 -0
- package/esm2022/text-input/index.js.map +1 -0
- package/esm2022/text-input/qualcomm-ui-angular-core-text-input.js +5 -0
- package/esm2022/text-input/qualcomm-ui-angular-core-text-input.js.map +1 -0
- package/esm2022/text-input/text-input-context.service.js +14 -0
- package/esm2022/text-input/text-input-context.service.js.map +1 -0
- package/esm2022/toast/core-toast-action.directive.js +21 -0
- package/esm2022/toast/core-toast-action.directive.js.map +1 -0
- package/esm2022/toast/core-toast-close-trigger.directive.js +21 -0
- package/esm2022/toast/core-toast-close-trigger.directive.js.map +1 -0
- package/esm2022/toast/core-toast-description.directive.js +23 -0
- package/esm2022/toast/core-toast-description.directive.js.map +1 -0
- package/esm2022/toast/core-toast-label.directive.js +21 -0
- package/esm2022/toast/core-toast-label.directive.js.map +1 -0
- package/esm2022/toast/core-toast-root.directive.js +21 -0
- package/esm2022/toast/core-toast-root.directive.js.map +1 -0
- package/esm2022/toast/core-toaster.directive.js +55 -0
- package/esm2022/toast/core-toaster.directive.js.map +1 -0
- package/esm2022/toast/index.js +9 -0
- package/esm2022/toast/index.js.map +1 -0
- package/esm2022/toast/qualcomm-ui-angular-core-toast.js +5 -0
- package/esm2022/toast/qualcomm-ui-angular-core-toast.js.map +1 -0
- package/esm2022/toast/toast-context.service.js +14 -0
- package/esm2022/toast/toast-context.service.js.map +1 -0
- package/esm2022/toast/toast-group-context.service.js +14 -0
- package/esm2022/toast/toast-group-context.service.js.map +1 -0
- package/esm2022/tooltip/core-tooltip-arrow-tip.directive.js +19 -0
- package/esm2022/tooltip/core-tooltip-arrow-tip.directive.js.map +1 -0
- package/esm2022/tooltip/core-tooltip-arrow.directive.js +30 -0
- package/esm2022/tooltip/core-tooltip-arrow.directive.js.map +1 -0
- package/esm2022/tooltip/core-tooltip-content.directive.js +30 -0
- package/esm2022/tooltip/core-tooltip-content.directive.js.map +1 -0
- package/esm2022/tooltip/core-tooltip-positioner.directive.js +30 -0
- package/esm2022/tooltip/core-tooltip-positioner.directive.js.map +1 -0
- package/esm2022/tooltip/core-tooltip-root.directive.js +82 -0
- package/esm2022/tooltip/core-tooltip-root.directive.js.map +1 -0
- package/esm2022/tooltip/core-tooltip-trigger.directive.js +30 -0
- package/esm2022/tooltip/core-tooltip-trigger.directive.js.map +1 -0
- package/esm2022/tooltip/index.js +8 -0
- package/esm2022/tooltip/index.js.map +1 -0
- package/esm2022/tooltip/qualcomm-ui-angular-core-tooltip.js +5 -0
- package/esm2022/tooltip/qualcomm-ui-angular-core-tooltip.js.map +1 -0
- package/esm2022/tooltip/tooltip-context.service.js +14 -0
- package/esm2022/tooltip/tooltip-context.service.js.map +1 -0
- package/esm2022/virtual/index.js +3 -0
- package/esm2022/virtual/index.js.map +1 -0
- package/esm2022/virtual/proxy.js +95 -0
- package/esm2022/virtual/proxy.js.map +1 -0
- package/esm2022/virtual/qualcomm-ui-angular-core-virtual.js +5 -0
- package/esm2022/virtual/qualcomm-ui-angular-core-virtual.js.map +1 -0
- package/esm2022/virtual/types.js +4 -0
- package/esm2022/virtual/types.js.map +1 -0
- package/esm2022/virtual/virtual.js +89 -0
- package/esm2022/virtual/virtual.js.map +1 -0
- package/events/index.d.ts +3 -0
- package/events/index.d.ts.map +1 -0
- package/events/listener.service.d.ts +27 -0
- package/events/listener.service.d.ts.map +1 -0
- package/events/qualcomm-ui-angular-core-events.d.ts +6 -0
- package/events/qualcomm-ui-angular-core-events.d.ts.map +1 -0
- package/events/use-copy-to-clipboard.d.ts +9 -0
- package/events/use-copy-to-clipboard.d.ts.map +1 -0
- package/forms/form-utils.d.ts +17 -0
- package/forms/form-utils.d.ts.map +1 -0
- package/forms/index.d.ts +3 -0
- package/forms/index.d.ts.map +1 -0
- package/forms/qualcomm-ui-angular-core-forms.d.ts +6 -0
- package/forms/qualcomm-ui-angular-core-forms.d.ts.map +1 -0
- package/forms/use-forbidden-form-control-warning.d.ts +16 -0
- package/forms/use-forbidden-form-control-warning.d.ts.map +1 -0
- package/highlight/highlight.directive.d.ts +28 -0
- package/highlight/highlight.directive.d.ts.map +1 -0
- package/highlight/index.d.ts +2 -0
- package/highlight/index.d.ts.map +1 -0
- package/highlight/qualcomm-ui-angular-core-highlight.d.ts +6 -0
- package/highlight/qualcomm-ui-angular-core-highlight.d.ts.map +1 -0
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -0
- package/inline-notification/core-inline-notification-action.directive.d.ts +13 -0
- package/inline-notification/core-inline-notification-action.directive.d.ts.map +1 -0
- package/inline-notification/core-inline-notification-close-trigger.directive.d.ts +20 -0
- package/inline-notification/core-inline-notification-close-trigger.directive.d.ts.map +1 -0
- package/inline-notification/core-inline-notification-description.directive.d.ts +20 -0
- package/inline-notification/core-inline-notification-description.directive.d.ts.map +1 -0
- package/inline-notification/core-inline-notification-icon.directive.d.ts +13 -0
- package/inline-notification/core-inline-notification-icon.directive.d.ts.map +1 -0
- package/inline-notification/core-inline-notification-label.directive.d.ts +20 -0
- package/inline-notification/core-inline-notification-label.directive.d.ts.map +1 -0
- package/inline-notification/core-inline-notification-root.directive.d.ts +50 -0
- package/inline-notification/core-inline-notification-root.directive.d.ts.map +1 -0
- package/inline-notification/index.d.ts +8 -0
- package/inline-notification/index.d.ts.map +1 -0
- package/inline-notification/inline-notification-context.service.d.ts +9 -0
- package/inline-notification/inline-notification-context.service.d.ts.map +1 -0
- package/inline-notification/qualcomm-ui-angular-core-inline-notification.d.ts +6 -0
- package/inline-notification/qualcomm-ui-angular-core-inline-notification.d.ts.map +1 -0
- package/input/abstract-input-form-control.directive.d.ts +72 -0
- package/input/abstract-input-form-control.directive.d.ts.map +1 -0
- package/input/abstract-list-collection-form-control.directive.d.ts +81 -0
- package/input/abstract-list-collection-form-control.directive.d.ts.map +1 -0
- package/input/index.d.ts +4 -0
- package/input/index.d.ts.map +1 -0
- package/input/input-form-control-provider.d.ts +38 -0
- package/input/input-form-control-provider.d.ts.map +1 -0
- package/input/qualcomm-ui-angular-core-input.d.ts +6 -0
- package/input/qualcomm-ui-angular-core-input.d.ts.map +1 -0
- package/locale/index.d.ts +3 -0
- package/locale/index.d.ts.map +1 -0
- package/locale/locale-context.service.d.ts +9 -0
- package/locale/locale-context.service.d.ts.map +1 -0
- package/locale/qualcomm-ui-angular-core-locale.d.ts +6 -0
- package/locale/qualcomm-ui-angular-core-locale.d.ts.map +1 -0
- package/locale/use-filter.d.ts +8 -0
- package/locale/use-filter.d.ts.map +1 -0
- package/lorem-ipsum/index.d.ts +2 -0
- package/lorem-ipsum/index.d.ts.map +1 -0
- package/lorem-ipsum/lorem-ipsum.directive.d.ts +44 -0
- package/lorem-ipsum/lorem-ipsum.directive.d.ts.map +1 -0
- package/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.d.ts +6 -0
- package/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.d.ts.map +1 -0
- package/lucide/index.d.ts +3 -0
- package/lucide/index.d.ts.map +1 -0
- package/lucide/lucide.types.d.ts +40 -0
- package/lucide/lucide.types.d.ts.map +1 -0
- package/lucide/provide-icons.d.ts +11 -0
- package/lucide/provide-icons.d.ts.map +1 -0
- package/lucide/qualcomm-ui-angular-core-lucide.d.ts +6 -0
- package/lucide/qualcomm-ui-angular-core-lucide.d.ts.map +1 -0
- package/machine/api-context.directive.d.ts +20 -0
- package/machine/api-context.directive.d.ts.map +1 -0
- package/machine/api-context.service.d.ts +32 -0
- package/machine/api-context.service.d.ts.map +1 -0
- package/machine/bindable-id-collection.d.ts +3 -0
- package/machine/bindable-id-collection.d.ts.map +1 -0
- package/machine/bindable-id.d.ts +3 -0
- package/machine/bindable-id.d.ts.map +1 -0
- package/machine/bindable.d.ts +10 -0
- package/machine/bindable.d.ts.map +1 -0
- package/machine/index.d.ts +14 -0
- package/machine/index.d.ts.map +1 -0
- package/machine/machine.types.d.ts +8 -0
- package/machine/machine.types.d.ts.map +1 -0
- package/machine/merge-props.d.ts +20 -0
- package/machine/merge-props.d.ts.map +1 -0
- package/machine/normalize-props.d.ts +4 -0
- package/machine/normalize-props.d.ts.map +1 -0
- package/machine/q-bind.directive.d.ts +44 -0
- package/machine/q-bind.directive.d.ts.map +1 -0
- package/machine/qualcomm-ui-angular-core-machine.d.ts +6 -0
- package/machine/qualcomm-ui-angular-core-machine.d.ts.map +1 -0
- package/machine/refs.d.ts +5 -0
- package/machine/refs.d.ts.map +1 -0
- package/machine/track.d.ts +3 -0
- package/machine/track.d.ts.map +1 -0
- package/machine/use-machine.d.ts +12 -0
- package/machine/use-machine.d.ts.map +1 -0
- package/machine/use-track-bindings.d.ts +60 -0
- package/machine/use-track-bindings.d.ts.map +1 -0
- package/menu/base-menu-item.directive.d.ts +40 -0
- package/menu/base-menu-item.directive.d.ts.map +1 -0
- package/menu/core-menu-checkbox-item.directive.d.ts +35 -0
- package/menu/core-menu-checkbox-item.directive.d.ts.map +1 -0
- package/menu/core-menu-content.directive.d.ts +25 -0
- package/menu/core-menu-content.directive.d.ts.map +1 -0
- package/menu/core-menu-context-trigger.directive.d.ts +20 -0
- package/menu/core-menu-context-trigger.directive.d.ts.map +1 -0
- package/menu/core-menu-item-group-label.directive.d.ts +15 -0
- package/menu/core-menu-item-group-label.directive.d.ts.map +1 -0
- package/menu/core-menu-item-group.directive.d.ts +21 -0
- package/menu/core-menu-item-group.directive.d.ts.map +1 -0
- package/menu/core-menu-item-indicator.directive.d.ts +15 -0
- package/menu/core-menu-item-indicator.directive.d.ts.map +1 -0
- package/menu/core-menu-item-label.directive.d.ts +15 -0
- package/menu/core-menu-item-label.directive.d.ts.map +1 -0
- package/menu/core-menu-item-root.directive.d.ts +16 -0
- package/menu/core-menu-item-root.directive.d.ts.map +1 -0
- package/menu/core-menu-positioner.directive.d.ts +22 -0
- package/menu/core-menu-positioner.directive.d.ts.map +1 -0
- package/menu/core-menu-radio-item-group.directive.d.ts +33 -0
- package/menu/core-menu-radio-item-group.directive.d.ts.map +1 -0
- package/menu/core-menu-radio-item.directive.d.ts +18 -0
- package/menu/core-menu-radio-item.directive.d.ts.map +1 -0
- package/menu/core-menu-root.directive.d.ts +131 -0
- package/menu/core-menu-root.directive.d.ts.map +1 -0
- package/menu/core-menu-separator.directive.d.ts +13 -0
- package/menu/core-menu-separator.directive.d.ts.map +1 -0
- package/menu/core-menu-trigger-item.directive.d.ts +21 -0
- package/menu/core-menu-trigger-item.directive.d.ts.map +1 -0
- package/menu/core-menu-trigger.directive.d.ts +22 -0
- package/menu/core-menu-trigger.directive.d.ts.map +1 -0
- package/menu/index.d.ts +24 -0
- package/menu/index.d.ts.map +1 -0
- package/menu/menu-context.service.d.ts +9 -0
- package/menu/menu-context.service.d.ts.map +1 -0
- package/menu/menu-item-context.service.d.ts +11 -0
- package/menu/menu-item-context.service.d.ts.map +1 -0
- package/menu/menu-item-group-context.service.d.ts +9 -0
- package/menu/menu-item-group-context.service.d.ts.map +1 -0
- package/menu/menu-machine-context.service.d.ts +10 -0
- package/menu/menu-machine-context.service.d.ts.map +1 -0
- package/menu/menu-option-item-context.service.d.ts +11 -0
- package/menu/menu-option-item-context.service.d.ts.map +1 -0
- package/menu/menu-radio-item-group-context.service.d.ts +9 -0
- package/menu/menu-radio-item-group-context.service.d.ts.map +1 -0
- package/menu/menu-trigger-context.service.d.ts +9 -0
- package/menu/menu-trigger-context.service.d.ts.map +1 -0
- package/menu/qualcomm-ui-angular-core-menu.d.ts +6 -0
- package/menu/qualcomm-ui-angular-core-menu.d.ts.map +1 -0
- package/number-input/abstract-number-input-form-control.directive.d.ts +80 -0
- package/number-input/abstract-number-input-form-control.directive.d.ts.map +1 -0
- package/number-input/core-number-input-control.directive.d.ts +13 -0
- package/number-input/core-number-input-control.directive.d.ts.map +1 -0
- package/number-input/core-number-input-decrement-trigger.directive.d.ts +16 -0
- package/number-input/core-number-input-decrement-trigger.directive.d.ts.map +1 -0
- package/number-input/core-number-input-error-indicator.directive.d.ts +13 -0
- package/number-input/core-number-input-error-indicator.directive.d.ts.map +1 -0
- package/number-input/core-number-input-error-text.directive.d.ts +16 -0
- package/number-input/core-number-input-error-text.directive.d.ts.map +1 -0
- package/number-input/core-number-input-hint.directive.d.ts +16 -0
- package/number-input/core-number-input-hint.directive.d.ts.map +1 -0
- package/number-input/core-number-input-increment-trigger.directive.d.ts +16 -0
- package/number-input/core-number-input-increment-trigger.directive.d.ts.map +1 -0
- package/number-input/core-number-input-input-group.directive.d.ts +13 -0
- package/number-input/core-number-input-input-group.directive.d.ts.map +1 -0
- package/number-input/core-number-input-input.directive.d.ts +16 -0
- package/number-input/core-number-input-input.directive.d.ts.map +1 -0
- package/number-input/core-number-input-label.directive.d.ts +16 -0
- package/number-input/core-number-input-label.directive.d.ts.map +1 -0
- package/number-input/core-number-input-root.directive.d.ts +108 -0
- package/number-input/core-number-input-root.directive.d.ts.map +1 -0
- package/number-input/index.d.ts +14 -0
- package/number-input/index.d.ts.map +1 -0
- package/number-input/number-input-context.service.d.ts +9 -0
- package/number-input/number-input-context.service.d.ts.map +1 -0
- package/number-input/number-input.validators.d.ts +7 -0
- package/number-input/number-input.validators.d.ts.map +1 -0
- package/number-input/qualcomm-ui-angular-core-number-input.d.ts +6 -0
- package/number-input/qualcomm-ui-angular-core-number-input.d.ts.map +1 -0
- package/observers/index.d.ts +2 -0
- package/observers/index.d.ts.map +1 -0
- package/observers/intersection-observer.directive.d.ts +13 -0
- package/observers/intersection-observer.directive.d.ts.map +1 -0
- package/observers/qualcomm-ui-angular-core-observers.d.ts +6 -0
- package/observers/qualcomm-ui-angular-core-observers.d.ts.map +1 -0
- package/package.json +208 -0
- package/pagination/core-pagination-next-trigger.directive.d.ts +10 -0
- package/pagination/core-pagination-next-trigger.directive.d.ts.map +1 -0
- package/pagination/core-pagination-page-item.directive.d.ts +16 -0
- package/pagination/core-pagination-page-item.directive.d.ts.map +1 -0
- package/pagination/core-pagination-page-items.directive.d.ts +12 -0
- package/pagination/core-pagination-page-items.directive.d.ts.map +1 -0
- package/pagination/core-pagination-page-metadata.directive.d.ts +10 -0
- package/pagination/core-pagination-page-metadata.directive.d.ts.map +1 -0
- package/pagination/core-pagination-page-size-label.directive.d.ts +13 -0
- package/pagination/core-pagination-page-size-label.directive.d.ts.map +1 -0
- package/pagination/core-pagination-page-size.directive.d.ts +19 -0
- package/pagination/core-pagination-page-size.directive.d.ts.map +1 -0
- package/pagination/core-pagination-prev-trigger.directive.d.ts +10 -0
- package/pagination/core-pagination-prev-trigger.directive.d.ts.map +1 -0
- package/pagination/core-pagination-root.directive.d.ts +83 -0
- package/pagination/core-pagination-root.directive.d.ts.map +1 -0
- package/pagination/index.d.ts +10 -0
- package/pagination/index.d.ts.map +1 -0
- package/pagination/pagination-context.service.d.ts +9 -0
- package/pagination/pagination-context.service.d.ts.map +1 -0
- package/pagination/qualcomm-ui-angular-core-pagination.d.ts +6 -0
- package/pagination/qualcomm-ui-angular-core-pagination.d.ts.map +1 -0
- package/password-input/core-password-input-clear-trigger.directive.d.ts +13 -0
- package/password-input/core-password-input-clear-trigger.directive.d.ts.map +1 -0
- package/password-input/core-password-input-error-indicator.directive.d.ts +13 -0
- package/password-input/core-password-input-error-indicator.directive.d.ts.map +1 -0
- package/password-input/core-password-input-error-text.directive.d.ts +20 -0
- package/password-input/core-password-input-error-text.directive.d.ts.map +1 -0
- package/password-input/core-password-input-hint.directive.d.ts +20 -0
- package/password-input/core-password-input-hint.directive.d.ts.map +1 -0
- package/password-input/core-password-input-input-group.directive.d.ts +13 -0
- package/password-input/core-password-input-input-group.directive.d.ts.map +1 -0
- package/password-input/core-password-input-input.directive.d.ts +20 -0
- package/password-input/core-password-input-input.directive.d.ts.map +1 -0
- package/password-input/core-password-input-label.directive.d.ts +20 -0
- package/password-input/core-password-input-label.directive.d.ts.map +1 -0
- package/password-input/core-password-input-root.directive.d.ts +60 -0
- package/password-input/core-password-input-root.directive.d.ts.map +1 -0
- package/password-input/core-password-input-visibility-trigger.directive.d.ts +20 -0
- package/password-input/core-password-input-visibility-trigger.directive.d.ts.map +1 -0
- package/password-input/index.d.ts +11 -0
- package/password-input/index.d.ts.map +1 -0
- package/password-input/password-input-context.service.d.ts +9 -0
- package/password-input/password-input-context.service.d.ts.map +1 -0
- package/password-input/qualcomm-ui-angular-core-password-input.d.ts +6 -0
- package/password-input/qualcomm-ui-angular-core-password-input.d.ts.map +1 -0
- package/popover/core-popover-anchor.directive.d.ts +17 -0
- package/popover/core-popover-anchor.directive.d.ts.map +1 -0
- package/popover/core-popover-arrow-tip.directive.d.ts +10 -0
- package/popover/core-popover-arrow-tip.directive.d.ts.map +1 -0
- package/popover/core-popover-arrow.directive.d.ts +17 -0
- package/popover/core-popover-arrow.directive.d.ts.map +1 -0
- package/popover/core-popover-close-trigger.directive.d.ts +17 -0
- package/popover/core-popover-close-trigger.directive.d.ts.map +1 -0
- package/popover/core-popover-content.directive.d.ts +17 -0
- package/popover/core-popover-content.directive.d.ts.map +1 -0
- package/popover/core-popover-description.directive.d.ts +17 -0
- package/popover/core-popover-description.directive.d.ts.map +1 -0
- package/popover/core-popover-label.directive.d.ts +17 -0
- package/popover/core-popover-label.directive.d.ts.map +1 -0
- package/popover/core-popover-positioner.directive.d.ts +17 -0
- package/popover/core-popover-positioner.directive.d.ts.map +1 -0
- package/popover/core-popover-root.directive.d.ts +123 -0
- package/popover/core-popover-root.directive.d.ts.map +1 -0
- package/popover/core-popover-trigger.directive.d.ts +17 -0
- package/popover/core-popover-trigger.directive.d.ts.map +1 -0
- package/popover/index.d.ts +12 -0
- package/popover/index.d.ts.map +1 -0
- package/popover/popover-context.service.d.ts +9 -0
- package/popover/popover-context.service.d.ts.map +1 -0
- package/popover/qualcomm-ui-angular-core-popover.d.ts +6 -0
- package/popover/qualcomm-ui-angular-core-popover.d.ts.map +1 -0
- package/portal/index.d.ts +4 -0
- package/portal/index.d.ts.map +1 -0
- package/portal/portal-context.service.d.ts +9 -0
- package/portal/portal-context.service.d.ts.map +1 -0
- package/portal/portal.component.d.ts +37 -0
- package/portal/portal.component.d.ts.map +1 -0
- package/portal/portal.directive.d.ts +27 -0
- package/portal/portal.directive.d.ts.map +1 -0
- package/portal/qualcomm-ui-angular-core-portal.d.ts +6 -0
- package/portal/qualcomm-ui-angular-core-portal.d.ts.map +1 -0
- package/presence/core-presence.directive.d.ts +44 -0
- package/presence/core-presence.directive.d.ts.map +1 -0
- package/presence/index.d.ts +5 -0
- package/presence/index.d.ts.map +1 -0
- package/presence/presence-context.service.d.ts +22 -0
- package/presence/presence-context.service.d.ts.map +1 -0
- package/presence/qualcomm-ui-angular-core-presence.d.ts +6 -0
- package/presence/qualcomm-ui-angular-core-presence.d.ts.map +1 -0
- package/presence/render-strategy-context.service.d.ts +9 -0
- package/presence/render-strategy-context.service.d.ts.map +1 -0
- package/presence/use-presence-renderer.d.ts +20 -0
- package/presence/use-presence-renderer.d.ts.map +1 -0
- package/progress/core-base-progress.directive.d.ts +45 -0
- package/progress/core-base-progress.directive.d.ts.map +1 -0
- package/progress/core-progress-bar.directive.d.ts +13 -0
- package/progress/core-progress-bar.directive.d.ts.map +1 -0
- package/progress/core-progress-error-text.directive.d.ts +20 -0
- package/progress/core-progress-error-text.directive.d.ts.map +1 -0
- package/progress/core-progress-hint.directive.d.ts +20 -0
- package/progress/core-progress-hint.directive.d.ts.map +1 -0
- package/progress/core-progress-label.directive.d.ts +20 -0
- package/progress/core-progress-label.directive.d.ts.map +1 -0
- package/progress/core-progress-root.directive.d.ts +16 -0
- package/progress/core-progress-root.directive.d.ts.map +1 -0
- package/progress/core-progress-track.directive.d.ts +20 -0
- package/progress/core-progress-track.directive.d.ts.map +1 -0
- package/progress/core-progress-value-text.directive.d.ts +13 -0
- package/progress/core-progress-value-text.directive.d.ts.map +1 -0
- package/progress/index.d.ts +10 -0
- package/progress/index.d.ts.map +1 -0
- package/progress/progress-context.service.d.ts +9 -0
- package/progress/progress-context.service.d.ts.map +1 -0
- package/progress/qualcomm-ui-angular-core-progress.d.ts +6 -0
- package/progress/qualcomm-ui-angular-core-progress.d.ts.map +1 -0
- package/progress-ring/core-progress-ring-bar.directive.d.ts +13 -0
- package/progress-ring/core-progress-ring-bar.directive.d.ts.map +1 -0
- package/progress-ring/core-progress-ring-circle.directive.d.ts +20 -0
- package/progress-ring/core-progress-ring-circle.directive.d.ts.map +1 -0
- package/progress-ring/core-progress-ring-error-text.directive.d.ts +20 -0
- package/progress-ring/core-progress-ring-error-text.directive.d.ts.map +1 -0
- package/progress-ring/core-progress-ring-label.directive.d.ts +20 -0
- package/progress-ring/core-progress-ring-label.directive.d.ts.map +1 -0
- package/progress-ring/core-progress-ring-root.directive.d.ts +16 -0
- package/progress-ring/core-progress-ring-root.directive.d.ts.map +1 -0
- package/progress-ring/core-progress-ring-track.directive.d.ts +13 -0
- package/progress-ring/core-progress-ring-track.directive.d.ts.map +1 -0
- package/progress-ring/core-progress-ring-value-text.directive.d.ts +13 -0
- package/progress-ring/core-progress-ring-value-text.directive.d.ts.map +1 -0
- package/progress-ring/index.d.ts +9 -0
- package/progress-ring/index.d.ts.map +1 -0
- package/progress-ring/progress-ring-context.service.d.ts +9 -0
- package/progress-ring/progress-ring-context.service.d.ts.map +1 -0
- package/progress-ring/qualcomm-ui-angular-core-progress-ring.d.ts +6 -0
- package/progress-ring/qualcomm-ui-angular-core-progress-ring.d.ts.map +1 -0
- package/qualcomm-ui-angular-core.d.ts +6 -0
- package/qualcomm-ui-angular-core.d.ts.map +1 -0
- package/radio/abstract-radio-form-control.directive.d.ts +79 -0
- package/radio/abstract-radio-form-control.directive.d.ts.map +1 -0
- package/radio/core-radio-group-error-text.directive.d.ts +20 -0
- package/radio/core-radio-group-error-text.directive.d.ts.map +1 -0
- package/radio/core-radio-group-items.directive.d.ts +13 -0
- package/radio/core-radio-group-items.directive.d.ts.map +1 -0
- package/radio/core-radio-group-label.directive.d.ts +23 -0
- package/radio/core-radio-group-label.directive.d.ts.map +1 -0
- package/radio/core-radio-group.directive.d.ts +43 -0
- package/radio/core-radio-group.directive.d.ts.map +1 -0
- package/radio/core-radio-item-control.directive.d.ts +14 -0
- package/radio/core-radio-item-control.directive.d.ts.map +1 -0
- package/radio/core-radio-item-hidden-input.directive.d.ts +24 -0
- package/radio/core-radio-item-hidden-input.directive.d.ts.map +1 -0
- package/radio/core-radio-item-label.directive.d.ts +24 -0
- package/radio/core-radio-item-label.directive.d.ts.map +1 -0
- package/radio/core-radio-root.directive.d.ts +41 -0
- package/radio/core-radio-root.directive.d.ts.map +1 -0
- package/radio/index.d.ts +12 -0
- package/radio/index.d.ts.map +1 -0
- package/radio/qualcomm-ui-angular-core-radio.d.ts +6 -0
- package/radio/qualcomm-ui-angular-core-radio.d.ts.map +1 -0
- package/radio/radio-context.service.d.ts +9 -0
- package/radio/radio-context.service.d.ts.map +1 -0
- package/radio/radio-item-context.service.d.ts +9 -0
- package/radio/radio-item-context.service.d.ts.map +1 -0
- package/segmented-control/core-segmented-control-hidden-input.directive.d.ts +23 -0
- package/segmented-control/core-segmented-control-hidden-input.directive.d.ts.map +1 -0
- package/segmented-control/core-segmented-control-item-text.directive.d.ts +23 -0
- package/segmented-control/core-segmented-control-item-text.directive.d.ts.map +1 -0
- package/segmented-control/core-segmented-control-item.directive.d.ts +28 -0
- package/segmented-control/core-segmented-control-item.directive.d.ts.map +1 -0
- package/segmented-control/core-segmented-control-root.directive.d.ts +53 -0
- package/segmented-control/core-segmented-control-root.directive.d.ts.map +1 -0
- package/segmented-control/index.d.ts +6 -0
- package/segmented-control/index.d.ts.map +1 -0
- package/segmented-control/qualcomm-ui-angular-core-segmented-control.d.ts +6 -0
- package/segmented-control/qualcomm-ui-angular-core-segmented-control.d.ts.map +1 -0
- package/segmented-control/segmented-control-context.service.d.ts +9 -0
- package/segmented-control/segmented-control-context.service.d.ts.map +1 -0
- package/select/core-select-clear-trigger.directive.d.ts +20 -0
- package/select/core-select-clear-trigger.directive.d.ts.map +1 -0
- package/select/core-select-content.directive.d.ts +20 -0
- package/select/core-select-content.directive.d.ts.map +1 -0
- package/select/core-select-control.directive.d.ts +20 -0
- package/select/core-select-control.directive.d.ts.map +1 -0
- package/select/core-select-error-indicator.directive.d.ts +13 -0
- package/select/core-select-error-indicator.directive.d.ts.map +1 -0
- package/select/core-select-error-text.directive.d.ts +20 -0
- package/select/core-select-error-text.directive.d.ts.map +1 -0
- package/select/core-select-hidden-select.directive.d.ts +20 -0
- package/select/core-select-hidden-select.directive.d.ts.map +1 -0
- package/select/core-select-hint.directive.d.ts +20 -0
- package/select/core-select-hint.directive.d.ts.map +1 -0
- package/select/core-select-indicator.directive.d.ts +13 -0
- package/select/core-select-indicator.directive.d.ts.map +1 -0
- package/select/core-select-item-indicator.directive.d.ts +14 -0
- package/select/core-select-item-indicator.directive.d.ts.map +1 -0
- package/select/core-select-item-text.directive.d.ts +14 -0
- package/select/core-select-item-text.directive.d.ts.map +1 -0
- package/select/core-select-item.directive.d.ts +26 -0
- package/select/core-select-item.directive.d.ts.map +1 -0
- package/select/core-select-label.directive.d.ts +20 -0
- package/select/core-select-label.directive.d.ts.map +1 -0
- package/select/core-select-positioner.directive.d.ts +20 -0
- package/select/core-select-positioner.directive.d.ts.map +1 -0
- package/select/core-select-root.directive.d.ts +130 -0
- package/select/core-select-root.directive.d.ts.map +1 -0
- package/select/core-select-value-text.directive.d.ts +17 -0
- package/select/core-select-value-text.directive.d.ts.map +1 -0
- package/select/index.d.ts +18 -0
- package/select/index.d.ts.map +1 -0
- package/select/qualcomm-ui-angular-core-select.d.ts +6 -0
- package/select/qualcomm-ui-angular-core-select.d.ts.map +1 -0
- package/select/select-context.service.d.ts +12 -0
- package/select/select-context.service.d.ts.map +1 -0
- package/select/select-item-context.service.d.ts +9 -0
- package/select/select-item-context.service.d.ts.map +1 -0
- package/signals/access-signal.d.ts +10 -0
- package/signals/access-signal.d.ts.map +1 -0
- package/signals/host-binding.d.ts +58 -0
- package/signals/host-binding.d.ts.map +1 -0
- package/signals/index.d.ts +6 -0
- package/signals/index.d.ts.map +1 -0
- package/signals/qualcomm-ui-angular-core-signals.d.ts +6 -0
- package/signals/qualcomm-ui-angular-core-signals.d.ts.map +1 -0
- package/signals/signalify-input.d.ts +9 -0
- package/signals/signalify-input.d.ts.map +1 -0
- package/signals/signalify-object.d.ts +5 -0
- package/signals/signalify-object.d.ts.map +1 -0
- package/signals/signals.types.d.ts +3 -0
- package/signals/signals.types.d.ts.map +1 -0
- package/state/controlled-state-legacy.d.ts +49 -0
- package/state/controlled-state-legacy.d.ts.map +1 -0
- package/state/controlled-state.service.d.ts +41 -0
- package/state/controlled-state.service.d.ts.map +1 -0
- package/state/index.d.ts +4 -0
- package/state/index.d.ts.map +1 -0
- package/state/qualcomm-ui-angular-core-state.d.ts +6 -0
- package/state/qualcomm-ui-angular-core-state.d.ts.map +1 -0
- package/state/use-controlled-state.d.ts +13 -0
- package/state/use-controlled-state.d.ts.map +1 -0
- package/switch/core-switch-control.directive.d.ts +13 -0
- package/switch/core-switch-control.directive.d.ts.map +1 -0
- package/switch/core-switch-error-text.directive.d.ts +20 -0
- package/switch/core-switch-error-text.directive.d.ts.map +1 -0
- package/switch/core-switch-hidden-input.directive.d.ts +20 -0
- package/switch/core-switch-hidden-input.directive.d.ts.map +1 -0
- package/switch/core-switch-label.directive.d.ts +20 -0
- package/switch/core-switch-label.directive.d.ts.map +1 -0
- package/switch/core-switch-root.directive.d.ts +48 -0
- package/switch/core-switch-root.directive.d.ts.map +1 -0
- package/switch/core-switch-thumb.directive.d.ts +13 -0
- package/switch/core-switch-thumb.directive.d.ts.map +1 -0
- package/switch/index.d.ts +8 -0
- package/switch/index.d.ts.map +1 -0
- package/switch/qualcomm-ui-angular-core-switch.d.ts +6 -0
- package/switch/qualcomm-ui-angular-core-switch.d.ts.map +1 -0
- package/switch/switch-context.service.d.ts +9 -0
- package/switch/switch-context.service.d.ts.map +1 -0
- package/tabs/core-tab-button.directive.d.ts +21 -0
- package/tabs/core-tab-button.directive.d.ts.map +1 -0
- package/tabs/core-tab-dismiss-button.directive.d.ts +14 -0
- package/tabs/core-tab-dismiss-button.directive.d.ts.map +1 -0
- package/tabs/core-tab-root.directive.d.ts +26 -0
- package/tabs/core-tab-root.directive.d.ts.map +1 -0
- package/tabs/core-tabs-indicator.directive.d.ts +20 -0
- package/tabs/core-tabs-indicator.directive.d.ts.map +1 -0
- package/tabs/core-tabs-list.directive.d.ts +20 -0
- package/tabs/core-tabs-list.directive.d.ts.map +1 -0
- package/tabs/core-tabs-panel.directive.d.ts +33 -0
- package/tabs/core-tabs-panel.directive.d.ts.map +1 -0
- package/tabs/core-tabs-root.directive.d.ts +103 -0
- package/tabs/core-tabs-root.directive.d.ts.map +1 -0
- package/tabs/index.d.ts +10 -0
- package/tabs/index.d.ts.map +1 -0
- package/tabs/qualcomm-ui-angular-core-tabs.d.ts +6 -0
- package/tabs/qualcomm-ui-angular-core-tabs.d.ts.map +1 -0
- package/tabs/tab-context.service.d.ts +9 -0
- package/tabs/tab-context.service.d.ts.map +1 -0
- package/tabs/tabs-context.service.d.ts +9 -0
- package/tabs/tabs-context.service.d.ts.map +1 -0
- package/text-area/index.d.ts +2 -0
- package/text-area/index.d.ts.map +1 -0
- package/text-area/qualcomm-ui-angular-core-text-area.d.ts +6 -0
- package/text-area/qualcomm-ui-angular-core-text-area.d.ts.map +1 -0
- package/text-input/core-text-input-clear-trigger.directive.d.ts +13 -0
- package/text-input/core-text-input-clear-trigger.directive.d.ts.map +1 -0
- package/text-input/core-text-input-error-indicator.directive.d.ts +13 -0
- package/text-input/core-text-input-error-indicator.directive.d.ts.map +1 -0
- package/text-input/core-text-input-error-text.directive.d.ts +16 -0
- package/text-input/core-text-input-error-text.directive.d.ts.map +1 -0
- package/text-input/core-text-input-hint.directive.d.ts +16 -0
- package/text-input/core-text-input-hint.directive.d.ts.map +1 -0
- package/text-input/core-text-input-input-group.directive.d.ts +13 -0
- package/text-input/core-text-input-input-group.directive.d.ts.map +1 -0
- package/text-input/core-text-input-input.directive.d.ts +16 -0
- package/text-input/core-text-input-input.directive.d.ts.map +1 -0
- package/text-input/core-text-input-label.directive.d.ts +16 -0
- package/text-input/core-text-input-label.directive.d.ts.map +1 -0
- package/text-input/core-text-input-root.directive.d.ts +36 -0
- package/text-input/core-text-input-root.directive.d.ts.map +1 -0
- package/text-input/index.d.ts +10 -0
- package/text-input/index.d.ts.map +1 -0
- package/text-input/qualcomm-ui-angular-core-text-input.d.ts +6 -0
- package/text-input/qualcomm-ui-angular-core-text-input.d.ts.map +1 -0
- package/text-input/text-input-context.service.d.ts +9 -0
- package/text-input/text-input-context.service.d.ts.map +1 -0
- package/toast/core-toast-action.directive.d.ts +13 -0
- package/toast/core-toast-action.directive.d.ts.map +1 -0
- package/toast/core-toast-close-trigger.directive.d.ts +13 -0
- package/toast/core-toast-close-trigger.directive.d.ts.map +1 -0
- package/toast/core-toast-description.directive.d.ts +14 -0
- package/toast/core-toast-description.directive.d.ts.map +1 -0
- package/toast/core-toast-label.directive.d.ts +13 -0
- package/toast/core-toast-label.directive.d.ts.map +1 -0
- package/toast/core-toast-root.directive.d.ts +13 -0
- package/toast/core-toast-root.directive.d.ts.map +1 -0
- package/toast/core-toaster.directive.d.ts +42 -0
- package/toast/core-toaster.directive.d.ts.map +1 -0
- package/toast/index.d.ts +9 -0
- package/toast/index.d.ts.map +1 -0
- package/toast/qualcomm-ui-angular-core-toast.d.ts +6 -0
- package/toast/qualcomm-ui-angular-core-toast.d.ts.map +1 -0
- package/toast/toast-context.service.d.ts +9 -0
- package/toast/toast-context.service.d.ts.map +1 -0
- package/toast/toast-group-context.service.d.ts +9 -0
- package/toast/toast-group-context.service.d.ts.map +1 -0
- package/tooltip/core-tooltip-arrow-tip.directive.d.ts +10 -0
- package/tooltip/core-tooltip-arrow-tip.directive.d.ts.map +1 -0
- package/tooltip/core-tooltip-arrow.directive.d.ts +17 -0
- package/tooltip/core-tooltip-arrow.directive.d.ts.map +1 -0
- package/tooltip/core-tooltip-content.directive.d.ts +17 -0
- package/tooltip/core-tooltip-content.directive.d.ts.map +1 -0
- package/tooltip/core-tooltip-positioner.directive.d.ts +17 -0
- package/tooltip/core-tooltip-positioner.directive.d.ts.map +1 -0
- package/tooltip/core-tooltip-root.directive.d.ts +53 -0
- package/tooltip/core-tooltip-root.directive.d.ts.map +1 -0
- package/tooltip/core-tooltip-trigger.directive.d.ts +17 -0
- package/tooltip/core-tooltip-trigger.directive.d.ts.map +1 -0
- package/tooltip/index.d.ts +8 -0
- package/tooltip/index.d.ts.map +1 -0
- package/tooltip/qualcomm-ui-angular-core-tooltip.d.ts +6 -0
- package/tooltip/qualcomm-ui-angular-core-tooltip.d.ts.map +1 -0
- package/tooltip/tooltip-context.service.d.ts +9 -0
- package/tooltip/tooltip-context.service.d.ts.map +1 -0
- package/virtual/index.d.ts +4 -0
- package/virtual/index.d.ts.map +1 -0
- package/virtual/proxy.d.ts +5 -0
- package/virtual/proxy.d.ts.map +1 -0
- package/virtual/qualcomm-ui-angular-core-virtual.d.ts +6 -0
- package/virtual/qualcomm-ui-angular-core-virtual.d.ts.map +1 -0
- package/virtual/types.d.ts +14 -0
- package/virtual/types.d.ts.map +1 -0
- package/virtual/virtual.d.ts +12 -0
- package/virtual/virtual.d.ts.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tooltip/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAA;AAClD,cAAc,gCAAgC,CAAA;AAC9C,cAAc,kCAAkC,CAAA;AAChD,cAAc,qCAAqC,CAAA;AACnD,cAAc,kCAAkC,CAAA;AAChD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA","sourcesContent":["export * from \"./core-tooltip-arrow-tip.directive\"\nexport * from \"./core-tooltip-arrow.directive\"\nexport * from \"./core-tooltip-content.directive\"\nexport * from \"./core-tooltip-positioner.directive\"\nexport * from \"./core-tooltip-trigger.directive\"\nexport * from \"./core-tooltip-root.directive\"\nexport * from \"./tooltip-context.service\"\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qualcomm-ui-angular-core-tooltip.js","sourceRoot":"","sources":["../../../src/tooltip/qualcomm-ui-angular-core-tooltip.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
2
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
3
|
+
import { Injectable } from "@angular/core";
|
|
4
|
+
import { BaseApiContextService, createApiContext, } from "@qualcomm-ui/angular-core/machine";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class TooltipContextService extends BaseApiContextService {
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: TooltipContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
8
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: TooltipContextService });
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: TooltipContextService, decorators: [{
|
|
11
|
+
type: Injectable
|
|
12
|
+
}] });
|
|
13
|
+
export const [TOOLTIP_CONTEXT, useTooltipContext, provideTooltipContext] = createApiContext("TooltipContext", TooltipContextService);
|
|
14
|
+
//# sourceMappingURL=tooltip-context.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip-context.service.js","sourceRoot":"","sources":["../../../src/tooltip/tooltip-context.service.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AAExC,OAAO,EACL,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;;AAI1C,MAAM,OAAO,qBAAsB,SAAQ,qBAAiC;wGAA/D,qBAAqB;4GAArB,qBAAqB;;4FAArB,qBAAqB;kBADjC,UAAU;;AAGX,MAAM,CAAC,MAAM,CAAC,eAAe,EAAE,iBAAiB,EAAE,qBAAqB,CAAC,GACtE,gBAAgB,CAAa,gBAAgB,EAAE,qBAAqB,CAAC,CAAA","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport {\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {TooltipApi} from \"@qualcomm-ui/core/tooltip\"\n\n@Injectable()\nexport class TooltipContextService extends BaseApiContextService<TooltipApi> {}\n\nexport const [TOOLTIP_CONTEXT, useTooltipContext, provideTooltipContext] =\n createApiContext<TooltipApi>(\"TooltipContext\", TooltipContextService)\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/virtual/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AAEvB,cAAc,WAAW,CAAA","sourcesContent":["export * from \"./proxy\"\nexport type * from \"./types\"\nexport * from \"./virtual\"\n"]}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
2
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
3
|
+
import { computed, untracked, } from "@angular/core";
|
|
4
|
+
export function proxyVirtualizer(virtualizerSignal, lazyInit) {
|
|
5
|
+
return new Proxy(virtualizerSignal, {
|
|
6
|
+
apply() {
|
|
7
|
+
return virtualizerSignal();
|
|
8
|
+
},
|
|
9
|
+
get(target, property) {
|
|
10
|
+
const untypedTarget = target;
|
|
11
|
+
if (untypedTarget[property]) {
|
|
12
|
+
return untypedTarget[property];
|
|
13
|
+
}
|
|
14
|
+
let virtualizer = untracked(virtualizerSignal);
|
|
15
|
+
if (virtualizer == null) {
|
|
16
|
+
virtualizer = lazyInit();
|
|
17
|
+
untracked(() => virtualizerSignal.set(virtualizer));
|
|
18
|
+
}
|
|
19
|
+
// Create computed signals for each property that represents a reactive value
|
|
20
|
+
if (typeof property === "string" &&
|
|
21
|
+
[
|
|
22
|
+
"getTotalSize",
|
|
23
|
+
"getVirtualItems",
|
|
24
|
+
"isScrolling",
|
|
25
|
+
"options",
|
|
26
|
+
"range",
|
|
27
|
+
"scrollDirection",
|
|
28
|
+
"scrollElement",
|
|
29
|
+
"scrollOffset",
|
|
30
|
+
"scrollRect",
|
|
31
|
+
"measureElementCache",
|
|
32
|
+
"measurementsCache",
|
|
33
|
+
].includes(property)) {
|
|
34
|
+
const isFunction = typeof virtualizer[property] === "function";
|
|
35
|
+
Object.defineProperty(untypedTarget, property, {
|
|
36
|
+
configurable: true,
|
|
37
|
+
enumerable: true,
|
|
38
|
+
value: isFunction
|
|
39
|
+
? computed(() => target()[property]())
|
|
40
|
+
: computed(() => target()[property]),
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
// Create plain signals for functions that accept arguments and return
|
|
44
|
+
// reactive values
|
|
45
|
+
if (typeof property === "string" &&
|
|
46
|
+
[
|
|
47
|
+
"getOffsetForAlignment",
|
|
48
|
+
"getOffsetForIndex",
|
|
49
|
+
"getVirtualItemForOffset",
|
|
50
|
+
"indexFromElement",
|
|
51
|
+
].includes(property)) {
|
|
52
|
+
const fn = virtualizer[property];
|
|
53
|
+
Object.defineProperty(untypedTarget, property, {
|
|
54
|
+
configurable: true,
|
|
55
|
+
enumerable: true,
|
|
56
|
+
value: toComputed(virtualizerSignal, fn),
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
return untypedTarget[property] || virtualizer[property];
|
|
60
|
+
},
|
|
61
|
+
getOwnPropertyDescriptor() {
|
|
62
|
+
return {
|
|
63
|
+
configurable: true,
|
|
64
|
+
enumerable: true,
|
|
65
|
+
};
|
|
66
|
+
},
|
|
67
|
+
has(_, property) {
|
|
68
|
+
return !!untracked(virtualizerSignal)[property];
|
|
69
|
+
},
|
|
70
|
+
ownKeys() {
|
|
71
|
+
return Reflect.ownKeys(untracked(virtualizerSignal));
|
|
72
|
+
},
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
function toComputed(signal, fn) {
|
|
76
|
+
const computedCache = {};
|
|
77
|
+
return (...args) => {
|
|
78
|
+
// Cache computeds by their arguments to avoid re-creating the computed on each
|
|
79
|
+
// call
|
|
80
|
+
const serializedArgs = serializeArgs(...args);
|
|
81
|
+
if (computedCache.hasOwnProperty(serializedArgs)) {
|
|
82
|
+
return computedCache[serializedArgs]?.();
|
|
83
|
+
}
|
|
84
|
+
const computedSignal = computed(() => {
|
|
85
|
+
void signal();
|
|
86
|
+
return fn(...args);
|
|
87
|
+
}, ...(ngDevMode ? [{ debugName: "computedSignal" }] : []));
|
|
88
|
+
computedCache[serializedArgs] = computedSignal;
|
|
89
|
+
return computedSignal();
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
function serializeArgs(...args) {
|
|
93
|
+
return JSON.stringify(args);
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=proxy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proxy.js","sourceRoot":"","sources":["../../../src/virtual/proxy.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EACL,QAAQ,EAER,SAAS,GAEV,MAAM,eAAe,CAAA;AAKtB,MAAM,UAAU,gBAAgB,CAK9B,iBAAoC,EACpC,QAAiB;IAEjB,OAAO,IAAI,KAAK,CAAC,iBAAiB,EAAE;QAClC,KAAK;YACH,OAAO,iBAAiB,EAAE,CAAA;QAC5B,CAAC;QACD,GAAG,CAAC,MAAM,EAAE,QAAQ;YAClB,MAAM,aAAa,GAAG,MAAa,CAAA;YACnC,IAAI,aAAa,CAAC,QAAQ,CAAC,EAAE,CAAC;gBAC5B,OAAO,aAAa,CAAC,QAAQ,CAAC,CAAA;YAChC,CAAC;YACD,IAAI,WAAW,GAAG,SAAS,CAAC,iBAAiB,CAAC,CAAA;YAC9C,IAAI,WAAW,IAAI,IAAI,EAAE,CAAC;gBACxB,WAAW,GAAG,QAAQ,EAAE,CAAA;gBACxB,SAAS,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAA;YACrD,CAAC;YAED,6EAA6E;YAC7E,IACE,OAAO,QAAQ,KAAK,QAAQ;gBAC5B;oBACE,cAAc;oBACd,iBAAiB;oBACjB,aAAa;oBACb,SAAS;oBACT,OAAO;oBACP,iBAAiB;oBACjB,eAAe;oBACf,cAAc;oBACd,YAAY;oBACZ,qBAAqB;oBACrB,mBAAmB;iBACpB,CAAC,QAAQ,CAAC,QAAQ,CAAC,EACpB,CAAC;gBACD,MAAM,UAAU,GACd,OAAO,WAAW,CAAC,QAAmB,CAAC,KAAK,UAAU,CAAA;gBACxD,MAAM,CAAC,cAAc,CAAC,aAAa,EAAE,QAAQ,EAAE;oBAC7C,YAAY,EAAE,IAAI;oBAClB,UAAU,EAAE,IAAI;oBAChB,KAAK,EAAE,UAAU;wBACf,CAAC,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAE,MAAM,EAAE,CAAC,QAAmB,CAAc,EAAE,CAAC;wBAC/D,CAAC,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC,QAAmB,CAAC,CAAC;iBAClD,CAAC,CAAA;YACJ,CAAC;YAED,sEAAsE;YACtE,kBAAkB;YAClB,IACE,OAAO,QAAQ,KAAK,QAAQ;gBAC5B;oBACE,uBAAuB;oBACvB,mBAAmB;oBACnB,yBAAyB;oBACzB,kBAAkB;iBACnB,CAAC,QAAQ,CAAC,QAAQ,CAAC,EACpB,CAAC;gBACD,MAAM,EAAE,GAAG,WAAW,CAAC,QAAmB,CAAa,CAAA;gBACvD,MAAM,CAAC,cAAc,CAAC,aAAa,EAAE,QAAQ,EAAE;oBAC7C,YAAY,EAAE,IAAI;oBAClB,UAAU,EAAE,IAAI;oBAChB,KAAK,EAAE,UAAU,CAAC,iBAAiB,EAAE,EAAE,CAAC;iBACzC,CAAC,CAAA;YACJ,CAAC;YAED,OAAO,aAAa,CAAC,QAAQ,CAAC,IAAI,WAAW,CAAC,QAAmB,CAAC,CAAA;QACpE,CAAC;QACD,wBAAwB;YACtB,OAAO;gBACL,YAAY,EAAE,IAAI;gBAClB,UAAU,EAAE,IAAI;aACjB,CAAA;QACH,CAAC;QACD,GAAG,CAAC,CAAC,EAAE,QAAgB;YACrB,OAAO,CAAC,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC,QAAmB,CAAC,CAAA;QAC5D,CAAC;QACD,OAAO;YACL,OAAO,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC,CAAA;QACtD,CAAC;KACF,CAAwC,CAAA;AAC3C,CAAC;AAED,SAAS,UAAU,CACjB,MAAiB,EACjB,EAAY;IAEZ,MAAM,aAAa,GAAoC,EAAE,CAAA;IAEzD,OAAO,CAAC,GAAG,IAAgB,EAAE,EAAE;QAC7B,+EAA+E;QAC/E,OAAO;QACP,MAAM,cAAc,GAAG,aAAa,CAAC,GAAG,IAAI,CAAC,CAAA;QAC7C,IAAI,aAAa,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,CAAC;YACjD,OAAO,aAAa,CAAC,cAAc,CAAC,EAAE,EAAE,CAAA;QAC1C,CAAC;QACD,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,EAAE;YACnC,KAAK,MAAM,EAAE,CAAA;YACb,OAAO,EAAE,CAAC,GAAG,IAAI,CAAC,CAAA;QACpB,CAAC,0DAAC,CAAA;QAEF,aAAa,CAAC,cAAc,CAAC,GAAG,cAAc,CAAA;QAE9C,OAAO,cAAc,EAAE,CAAA;IACzB,CAAC,CAAA;AACH,CAAC;AAED,SAAS,aAAa,CAAC,GAAG,IAAgB;IACxC,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAA;AAC7B,CAAC","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n computed,\n type Signal,\n untracked,\n type WritableSignal,\n} from \"@angular/core\"\nimport type {Virtualizer} from \"@tanstack/virtual-core\"\n\nimport type {AngularVirtualizer} from \"./types\"\n\nexport function proxyVirtualizer<\n V extends Virtualizer<any, any>,\n S extends Element | Window = V extends Virtualizer<infer U, any> ? U : never,\n I extends Element = V extends Virtualizer<any, infer U> ? U : never,\n>(\n virtualizerSignal: WritableSignal<V>,\n lazyInit: () => V,\n): AngularVirtualizer<S, I> {\n return new Proxy(virtualizerSignal, {\n apply() {\n return virtualizerSignal()\n },\n get(target, property) {\n const untypedTarget = target as any\n if (untypedTarget[property]) {\n return untypedTarget[property]\n }\n let virtualizer = untracked(virtualizerSignal)\n if (virtualizer == null) {\n virtualizer = lazyInit()\n untracked(() => virtualizerSignal.set(virtualizer))\n }\n\n // Create computed signals for each property that represents a reactive value\n if (\n typeof property === \"string\" &&\n [\n \"getTotalSize\",\n \"getVirtualItems\",\n \"isScrolling\",\n \"options\",\n \"range\",\n \"scrollDirection\",\n \"scrollElement\",\n \"scrollOffset\",\n \"scrollRect\",\n \"measureElementCache\",\n \"measurementsCache\",\n ].includes(property)\n ) {\n const isFunction =\n typeof virtualizer[property as keyof V] === \"function\"\n Object.defineProperty(untypedTarget, property, {\n configurable: true,\n enumerable: true,\n value: isFunction\n ? computed(() => (target()[property as keyof V] as Function)())\n : computed(() => target()[property as keyof V]),\n })\n }\n\n // Create plain signals for functions that accept arguments and return\n // reactive values\n if (\n typeof property === \"string\" &&\n [\n \"getOffsetForAlignment\",\n \"getOffsetForIndex\",\n \"getVirtualItemForOffset\",\n \"indexFromElement\",\n ].includes(property)\n ) {\n const fn = virtualizer[property as keyof V] as Function\n Object.defineProperty(untypedTarget, property, {\n configurable: true,\n enumerable: true,\n value: toComputed(virtualizerSignal, fn),\n })\n }\n\n return untypedTarget[property] || virtualizer[property as keyof V]\n },\n getOwnPropertyDescriptor() {\n return {\n configurable: true,\n enumerable: true,\n }\n },\n has(_, property: string) {\n return !!untracked(virtualizerSignal)[property as keyof V]\n },\n ownKeys() {\n return Reflect.ownKeys(untracked(virtualizerSignal))\n },\n }) as unknown as AngularVirtualizer<S, I>\n}\n\nfunction toComputed<V extends Virtualizer<any, any>>(\n signal: Signal<V>,\n fn: Function,\n) {\n const computedCache: Record<string, Signal<unknown>> = {}\n\n return (...args: Array<any>) => {\n // Cache computeds by their arguments to avoid re-creating the computed on each\n // call\n const serializedArgs = serializeArgs(...args)\n if (computedCache.hasOwnProperty(serializedArgs)) {\n return computedCache[serializedArgs]?.()\n }\n const computedSignal = computed(() => {\n void signal()\n return fn(...args)\n })\n\n computedCache[serializedArgs] = computedSignal\n\n return computedSignal()\n }\n}\n\nfunction serializeArgs(...args: Array<any>) {\n return JSON.stringify(args)\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qualcomm-ui-angular-core-virtual.js","sourceRoot":"","sources":["../../../src/virtual/qualcomm-ui-angular-core-virtual.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/virtual/types.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport type {Signal} from \"@angular/core\"\nimport type {Virtualizer} from \"@tanstack/virtual-core\"\n\nexport type AngularVirtualizer<\n TScrollElement extends Element | Window,\n TItemElement extends Element,\n> = Omit<\n Virtualizer<TScrollElement, TItemElement>,\n | \"getTotalSize\"\n | \"getVirtualItems\"\n | \"isScrolling\"\n | \"options\"\n | \"range\"\n | \"scrollDirection\"\n | \"scrollElement\"\n | \"scrollOffset\"\n | \"scrollRect\"\n> & {\n getTotalSize: Signal<\n ReturnType<Virtualizer<TScrollElement, TItemElement>[\"getTotalSize\"]>\n >\n getVirtualItems: Signal<\n ReturnType<Virtualizer<TScrollElement, TItemElement>[\"getVirtualItems\"]>\n >\n isScrolling: Signal<Virtualizer<TScrollElement, TItemElement>[\"isScrolling\"]>\n options: Signal<Virtualizer<TScrollElement, TItemElement>[\"options\"]>\n range: Signal<Virtualizer<TScrollElement, TItemElement>[\"range\"]>\n scrollDirection: Signal<\n Virtualizer<TScrollElement, TItemElement>[\"scrollDirection\"]\n >\n scrollElement: Signal<\n Virtualizer<TScrollElement, TItemElement>[\"scrollElement\"]\n >\n scrollOffset: Signal<\n Virtualizer<TScrollElement, TItemElement>[\"scrollOffset\"]\n >\n scrollRect: Signal<Virtualizer<TScrollElement, TItemElement>[\"scrollRect\"]>\n}\n"]}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
2
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
3
|
+
/**
|
|
4
|
+
* Forked from @tanstack/angular-virtual. TODO: create PR and fix the library.
|
|
5
|
+
* Potential issue: the library intends to support older versions of Angular which
|
|
6
|
+
* emits warnings on newer versions because they are using deprecated features. May
|
|
7
|
+
* need to maintain this fork for a while.
|
|
8
|
+
*/
|
|
9
|
+
import { DOCUMENT } from "@angular/common";
|
|
10
|
+
import { afterNextRender, computed, DestroyRef, effect, inject, InjectionToken, signal, untracked, } from "@angular/core";
|
|
11
|
+
import { elementScroll, observeElementOffset, observeElementRect, observeWindowOffset, observeWindowRect, Virtualizer, windowScroll, } from "@tanstack/virtual-core";
|
|
12
|
+
import { WINDOW } from "@qualcomm-ui/angular-core/dom";
|
|
13
|
+
import { proxyVirtualizer } from "./proxy";
|
|
14
|
+
export * from "@tanstack/virtual-core";
|
|
15
|
+
export * from "./types";
|
|
16
|
+
function createVirtualizerBase(options) {
|
|
17
|
+
let virtualizer;
|
|
18
|
+
function lazyInit() {
|
|
19
|
+
virtualizer ??= new Virtualizer(options());
|
|
20
|
+
return virtualizer;
|
|
21
|
+
}
|
|
22
|
+
const virtualizerSignal = signal(virtualizer, ...(ngDevMode ? [{ debugName: "virtualizerSignal", equal: () => false }] : [{ equal: () => false }]));
|
|
23
|
+
// two-way sync options
|
|
24
|
+
effect(() => {
|
|
25
|
+
const _options = options();
|
|
26
|
+
lazyInit();
|
|
27
|
+
virtualizerSignal.set(virtualizer);
|
|
28
|
+
virtualizer.setOptions({
|
|
29
|
+
..._options,
|
|
30
|
+
onChange: (instance, sync) => {
|
|
31
|
+
// update virtualizerSignal so that dependent computeds recompute.
|
|
32
|
+
virtualizerSignal.set(instance);
|
|
33
|
+
_options.onChange?.(instance, sync);
|
|
34
|
+
},
|
|
35
|
+
});
|
|
36
|
+
// update virtualizerSignal so that dependent computeds recompute.
|
|
37
|
+
virtualizerSignal.set(virtualizer);
|
|
38
|
+
});
|
|
39
|
+
const scrollElement = computed(() => options().getScrollElement(), ...(ngDevMode ? [{ debugName: "scrollElement" }] : []));
|
|
40
|
+
// let the virtualizer know when the scroll element is changed
|
|
41
|
+
effect(() => {
|
|
42
|
+
const el = scrollElement();
|
|
43
|
+
if (el) {
|
|
44
|
+
untracked(virtualizerSignal)._willUpdate();
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
let cleanup;
|
|
48
|
+
afterNextRender({ read: () => (virtualizer ?? lazyInit())._didMount() });
|
|
49
|
+
// @ts-ignore use before assign
|
|
50
|
+
inject(DestroyRef).onDestroy(() => cleanup?.());
|
|
51
|
+
return proxyVirtualizer(virtualizerSignal, lazyInit);
|
|
52
|
+
}
|
|
53
|
+
export const ANGULAR_VIRTUALIZER_INSTANCE_TOKEN = new InjectionToken("VIRTUALIZER_TOKEN");
|
|
54
|
+
export function injectVirtualizer(options) {
|
|
55
|
+
const resolvedOptions = computed(() => {
|
|
56
|
+
return {
|
|
57
|
+
getScrollElement: () => {
|
|
58
|
+
const elementOrRef = options().scrollElement;
|
|
59
|
+
return ((isElementRef(elementOrRef)
|
|
60
|
+
? elementOrRef.nativeElement
|
|
61
|
+
: elementOrRef) ?? null);
|
|
62
|
+
},
|
|
63
|
+
observeElementOffset,
|
|
64
|
+
observeElementRect,
|
|
65
|
+
scrollToFn: elementScroll,
|
|
66
|
+
...options(),
|
|
67
|
+
};
|
|
68
|
+
}, ...(ngDevMode ? [{ debugName: "resolvedOptions" }] : []));
|
|
69
|
+
return createVirtualizerBase(resolvedOptions);
|
|
70
|
+
}
|
|
71
|
+
function isElementRef(elementOrRef) {
|
|
72
|
+
return elementOrRef != null && "nativeElement" in elementOrRef;
|
|
73
|
+
}
|
|
74
|
+
export function injectWindowVirtualizer(options) {
|
|
75
|
+
const document = inject(DOCUMENT);
|
|
76
|
+
const window = inject(WINDOW);
|
|
77
|
+
const resolvedOptions = computed(() => {
|
|
78
|
+
return {
|
|
79
|
+
getScrollElement: () => (typeof document !== "undefined" ? window : null),
|
|
80
|
+
initialOffset: () => typeof document !== "undefined" ? window.scrollY : 0,
|
|
81
|
+
observeElementOffset: observeWindowOffset,
|
|
82
|
+
observeElementRect: observeWindowRect,
|
|
83
|
+
scrollToFn: windowScroll,
|
|
84
|
+
...options(),
|
|
85
|
+
};
|
|
86
|
+
}, ...(ngDevMode ? [{ debugName: "resolvedOptions" }] : []));
|
|
87
|
+
return createVirtualizerBase(resolvedOptions);
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtual.js","sourceRoot":"","sources":["../../../src/virtual/virtual.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C;;;;;GAKG;AACH,OAAO,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAA;AACxC,OAAO,EACL,eAAe,EACf,QAAQ,EACR,UAAU,EACV,MAAM,EAEN,MAAM,EACN,cAAc,EAEd,MAAM,EACN,SAAS,GACV,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,aAAa,EACb,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,iBAAiB,EAEjB,WAAW,EAEX,YAAY,GACb,MAAM,wBAAwB,CAAA;AAE/B,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAA;AAEpD,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAA;AAGxC,cAAc,wBAAwB,CAAA;AACtC,cAAc,SAAS,CAAA;AAEvB,SAAS,qBAAqB,CAI5B,OAAiE;IAEjE,IAAI,WAAsD,CAAA;IAC1D,SAAS,QAAQ;QACf,WAAW,KAAK,IAAI,WAAW,CAAC,OAAO,EAAE,CAAC,CAAA;QAC1C,OAAO,WAAW,CAAA;IACpB,CAAC;IAED,MAAM,iBAAiB,GAAG,MAAM,CAAC,WAAY,qDAAG,KAAK,EAAE,GAAG,EAAE,CAAC,KAAK,OAAnB,EAAC,KAAK,EAAE,GAAG,EAAE,CAAC,KAAK,EAAC,GAAC,CAAA;IAEpE,uBAAuB;IACvB,MAAM,CAAC,GAAG,EAAE;QACV,MAAM,QAAQ,GAAG,OAAO,EAAE,CAAA;QAC1B,QAAQ,EAAE,CAAA;QACV,iBAAiB,CAAC,GAAG,CAAC,WAAW,CAAC,CAAA;QAClC,WAAW,CAAC,UAAU,CAAC;YACrB,GAAG,QAAQ;YACX,QAAQ,EAAE,CAAC,QAAQ,EAAE,IAAI,EAAE,EAAE;gBAC3B,kEAAkE;gBAClE,iBAAiB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;gBAC/B,QAAQ,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;YACrC,CAAC;SACF,CAAC,CAAA;QACF,kEAAkE;QAClE,iBAAiB,CAAC,GAAG,CAAC,WAAW,CAAC,CAAA;IACpC,CAAC,CAAC,CAAA;IAEF,MAAM,aAAa,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAE,yDAAC,CAAA;IAClE,8DAA8D;IAC9D,MAAM,CAAC,GAAG,EAAE;QACV,MAAM,EAAE,GAAG,aAAa,EAAE,CAAA;QAC1B,IAAI,EAAE,EAAE,CAAC;YACP,SAAS,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAA;QAC5C,CAAC;IACH,CAAC,CAAC,CAAA;IAEF,IAAI,OAA+B,CAAA;IACnC,eAAe,CAAC,EAAC,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,WAAW,IAAI,QAAQ,EAAE,CAAC,CAAC,SAAS,EAAE,EAAC,CAAC,CAAA;IAEtE,+BAA+B;IAC/B,MAAM,CAAC,UAAU,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,CAAA;IAE/C,OAAO,gBAAgB,CAAC,iBAAiB,EAAE,QAAQ,CAAC,CAAA;AACtD,CAAC;AAED,MAAM,CAAC,MAAM,kCAAkC,GAAG,IAAI,cAAc,CAElE,mBAAmB,CAAC,CAAA;AAYtB,MAAM,UAAU,iBAAiB,CAI/B,OAAsE;IAEtE,MAAM,eAAe,GAAG,QAAQ,CAAC,GAAG,EAAE;QACpC,OAAO;YACL,gBAAgB,EAAE,GAAG,EAAE;gBACrB,MAAM,YAAY,GAAG,OAAO,EAAE,CAAC,aAAa,CAAA;gBAC5C,OAAO,CACL,CAAC,YAAY,CAAC,YAAY,CAAC;oBACzB,CAAC,CAAC,YAAY,CAAC,aAAa;oBAC5B,CAAC,CAAC,YAAY,CAAC,IAAI,IAAI,CAC1B,CAAA;YACH,CAAC;YACD,oBAAoB;YACpB,kBAAkB;YAClB,UAAU,EAAE,aAAa;YACzB,GAAG,OAAO,EAAE;SACb,CAAA;IACH,CAAC,2DAAC,CAAA;IACF,OAAO,qBAAqB,CAA+B,eAAe,CAAC,CAAA;AAC7E,CAAC;AAED,SAAS,YAAY,CACnB,YAA2C;IAE3C,OAAO,YAAY,IAAI,IAAI,IAAI,eAAe,IAAI,YAAY,CAAA;AAChE,CAAC;AAED,MAAM,UAAU,uBAAuB,CACrC,OAMC;IAED,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAA;IACjC,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAA;IAC7B,MAAM,eAAe,GAAG,QAAQ,CAAC,GAAG,EAAE;QACpC,OAAO;YACL,gBAAgB,EAAE,GAAG,EAAE,CAAC,CAAC,OAAO,QAAQ,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;YACzE,aAAa,EAAE,GAAG,EAAE,CAClB,OAAO,QAAQ,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;YACtD,oBAAoB,EAAE,mBAAmB;YACzC,kBAAkB,EAAE,iBAAiB;YACrC,UAAU,EAAE,YAAY;YACxB,GAAG,OAAO,EAAE;SACb,CAAA;IACH,CAAC,2DAAC,CAAA;IACF,OAAO,qBAAqB,CAAuB,eAAe,CAAC,CAAA;AACrE,CAAC","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\n/**\n * Forked from @tanstack/angular-virtual. TODO: create PR and fix the library.\n * Potential issue: the library intends to support older versions of Angular which\n * emits warnings on newer versions because they are using deprecated features. May\n * need to maintain this fork for a while.\n */\nimport {DOCUMENT} from \"@angular/common\"\nimport {\n afterNextRender,\n computed,\n DestroyRef,\n effect,\n type ElementRef,\n inject,\n InjectionToken,\n type Signal,\n signal,\n untracked,\n} from \"@angular/core\"\nimport {\n elementScroll,\n observeElementOffset,\n observeElementRect,\n observeWindowOffset,\n observeWindowRect,\n type PartialKeys,\n Virtualizer,\n type VirtualizerOptions,\n windowScroll,\n} from \"@tanstack/virtual-core\"\n\nimport {WINDOW} from \"@qualcomm-ui/angular-core/dom\"\n\nimport {proxyVirtualizer} from \"./proxy\"\nimport type {AngularVirtualizer} from \"./types\"\n\nexport * from \"@tanstack/virtual-core\"\nexport * from \"./types\"\n\nfunction createVirtualizerBase<\n TScrollElement extends Element | Window,\n TItemElement extends Element,\n>(\n options: Signal<VirtualizerOptions<TScrollElement, TItemElement>>,\n): AngularVirtualizer<TScrollElement, TItemElement> {\n let virtualizer: Virtualizer<TScrollElement, TItemElement>\n function lazyInit() {\n virtualizer ??= new Virtualizer(options())\n return virtualizer\n }\n\n const virtualizerSignal = signal(virtualizer!, {equal: () => false})\n\n // two-way sync options\n effect(() => {\n const _options = options()\n lazyInit()\n virtualizerSignal.set(virtualizer)\n virtualizer.setOptions({\n ..._options,\n onChange: (instance, sync) => {\n // update virtualizerSignal so that dependent computeds recompute.\n virtualizerSignal.set(instance)\n _options.onChange?.(instance, sync)\n },\n })\n // update virtualizerSignal so that dependent computeds recompute.\n virtualizerSignal.set(virtualizer)\n })\n\n const scrollElement = computed(() => options().getScrollElement())\n // let the virtualizer know when the scroll element is changed\n effect(() => {\n const el = scrollElement()\n if (el) {\n untracked(virtualizerSignal)._willUpdate()\n }\n })\n\n let cleanup: () => void | undefined\n afterNextRender({read: () => (virtualizer ?? lazyInit())._didMount()})\n\n // @ts-ignore use before assign\n inject(DestroyRef).onDestroy(() => cleanup?.())\n\n return proxyVirtualizer(virtualizerSignal, lazyInit)\n}\n\nexport const ANGULAR_VIRTUALIZER_INSTANCE_TOKEN = new InjectionToken<\n AngularVirtualizer<any, any>\n>(\"VIRTUALIZER_TOKEN\")\n\nexport type AngularVirtualizerOptions<\n TScrollElement extends Element,\n TItemElement extends Element,\n> = PartialKeys<\n Omit<VirtualizerOptions<TScrollElement, TItemElement>, \"getScrollElement\">,\n \"observeElementRect\" | \"observeElementOffset\" | \"scrollToFn\"\n> & {\n scrollElement: ElementRef<TScrollElement> | TScrollElement | undefined\n}\n\nexport function injectVirtualizer<\n TScrollElement extends Element,\n TItemElement extends Element,\n>(\n options: () => AngularVirtualizerOptions<TScrollElement, TItemElement>,\n): AngularVirtualizer<TScrollElement, TItemElement> {\n const resolvedOptions = computed(() => {\n return {\n getScrollElement: () => {\n const elementOrRef = options().scrollElement\n return (\n (isElementRef(elementOrRef)\n ? elementOrRef.nativeElement\n : elementOrRef) ?? null\n )\n },\n observeElementOffset,\n observeElementRect,\n scrollToFn: elementScroll,\n ...options(),\n }\n })\n return createVirtualizerBase<TScrollElement, TItemElement>(resolvedOptions)\n}\n\nfunction isElementRef<T extends Element>(\n elementOrRef: ElementRef<T> | T | undefined,\n): elementOrRef is ElementRef<T> {\n return elementOrRef != null && \"nativeElement\" in elementOrRef\n}\n\nexport function injectWindowVirtualizer<TItemElement extends Element>(\n options: () => PartialKeys<\n VirtualizerOptions<Window, TItemElement>,\n | \"getScrollElement\"\n | \"observeElementRect\"\n | \"observeElementOffset\"\n | \"scrollToFn\"\n >,\n): AngularVirtualizer<Window, TItemElement> {\n const document = inject(DOCUMENT)\n const window = inject(WINDOW)\n const resolvedOptions = computed(() => {\n return {\n getScrollElement: () => (typeof document !== \"undefined\" ? window : null),\n initialOffset: () =>\n typeof document !== \"undefined\" ? window.scrollY : 0,\n observeElementOffset: observeWindowOffset,\n observeElementRect: observeWindowRect,\n scrollToFn: windowScroll,\n ...options(),\n }\n })\n return createVirtualizerBase<Window, TItemElement>(resolvedOptions)\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/events/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,yBAAyB,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ElementRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type ListenerTrigger = "hover" | "focus" | "click" | "manual";
|
|
4
|
+
export type ListenerTriggerOn = "focus" | "mouse-enter";
|
|
5
|
+
export type ListenerTriggerOff = "blur" | "mouse-leave";
|
|
6
|
+
export type ListenerTriggerToggle = "click";
|
|
7
|
+
export interface ListenerConfig {
|
|
8
|
+
callbackOff?: (event: any, reason: ListenerTriggerOff) => void;
|
|
9
|
+
callbackOn?: (event: any, reason: ListenerTriggerOn) => void;
|
|
10
|
+
callbackToggle?: (event: any, reason: ListenerTriggerToggle) => void;
|
|
11
|
+
hostElement: ElementRef;
|
|
12
|
+
trigger?: ListenerTrigger | ListenerTrigger[];
|
|
13
|
+
}
|
|
14
|
+
export declare class ListenerService {
|
|
15
|
+
private listeners;
|
|
16
|
+
private rendererListeners;
|
|
17
|
+
private renderer;
|
|
18
|
+
private document;
|
|
19
|
+
setDocumentListener<T extends Event>(eventName: string, callback: (event: T) => void): void;
|
|
20
|
+
setListener<T extends Event>(el: HTMLElement | Document | Window, eventName: string, callback: (event: T) => void): void;
|
|
21
|
+
clearDomListeners(): void;
|
|
22
|
+
setListeners({ callbackOff, callbackOn, callbackToggle, hostElement, trigger, }: ListenerConfig): void;
|
|
23
|
+
clearListeners(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListenerService, never>;
|
|
25
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ListenerService>;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=listener.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listener.service.d.ts","sourceRoot":"","sources":["../../../src/events/listener.service.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,UAAU,EAAgC,MAAM,eAAe,CAAA;;AAEvE,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,CAAA;AAEpE,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,aAAa,CAAA;AACvD,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,aAAa,CAAA;AACvD,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAA;AAE3C,MAAM,WAAW,cAAc;IAC7B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAA;IAC9D,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,iBAAiB,KAAK,IAAI,CAAA;IAC5D,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,qBAAqB,KAAK,IAAI,CAAA;IACpE,WAAW,EAAE,UAAU,CAAA;IACvB,OAAO,CAAC,EAAE,eAAe,GAAG,eAAe,EAAE,CAAA;CAC9C;AAED,qBACa,eAAe;IAC1B,OAAO,CAAC,SAAS,CAAqC;IACtD,OAAO,CAAC,iBAAiB,CAAsC;IAE/D,OAAO,CAAC,QAAQ,CAAoB;IACpC,OAAO,CAAC,QAAQ,CAAmB;IAEnC,mBAAmB,CAAC,CAAC,SAAS,KAAK,EACjC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI;IAK9B,WAAW,CAAC,CAAC,SAAS,KAAK,EACzB,EAAE,EAAE,WAAW,GAAG,QAAQ,GAAG,MAAM,EACnC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI;IAK9B,iBAAiB;IAMjB,YAAY,CAAC,EACX,WAAW,EACX,UAAU,EACV,cAAc,EACd,WAAW,EACX,OAAO,GACR,EAAE,cAAc,GAAG,IAAI;IAyDxB,cAAc,IAAI,IAAI;yCA3FX,eAAe;6CAAf,eAAe;CAqG3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qualcomm-ui-angular-core-events.d.ts","sourceRoot":"","sources":["../../../src/events/qualcomm-ui-angular-core-events.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface UseCopyToClipboardProps {
|
|
2
|
+
valueOrFn: (() => string) | string;
|
|
3
|
+
}
|
|
4
|
+
export interface UseCopyToClipboard {
|
|
5
|
+
copyToClipboard: () => void;
|
|
6
|
+
isCopied: () => boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare function useCopyToClipboard(props: UseCopyToClipboardProps): UseCopyToClipboard;
|
|
9
|
+
//# sourceMappingURL=use-copy-to-clipboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-copy-to-clipboard.d.ts","sourceRoot":"","sources":["../../../src/events/use-copy-to-clipboard.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,CAAC,MAAM,MAAM,CAAC,GAAG,MAAM,CAAA;CACnC;AAED,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,QAAQ,EAAE,MAAM,OAAO,CAAA;CACxB;AAED,wBAAgB,kBAAkB,CAChC,KAAK,EAAE,uBAAuB,GAC7B,kBAAkB,CAiDpB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Signal } from "@angular/core";
|
|
2
|
+
import { type AbstractControl, type FormControlStatus } from "@angular/forms";
|
|
3
|
+
import { type Observable } from "rxjs";
|
|
4
|
+
export type FormEventData<T> = {
|
|
5
|
+
dirty: boolean;
|
|
6
|
+
invalid: boolean;
|
|
7
|
+
pending: boolean;
|
|
8
|
+
pristine: boolean;
|
|
9
|
+
status: FormControlStatus;
|
|
10
|
+
touched: boolean;
|
|
11
|
+
untouched: boolean;
|
|
12
|
+
valid: boolean;
|
|
13
|
+
value: T;
|
|
14
|
+
};
|
|
15
|
+
export declare function allEventsObservable<T>(form: AbstractControl<T>): Observable<FormEventData<T>>;
|
|
16
|
+
export declare function allEventsSignal<T>(form: AbstractControl<T>): Signal<FormEventData<T>>;
|
|
17
|
+
//# sourceMappingURL=form-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-utils.d.ts","sourceRoot":"","sources":["../../../src/forms/form-utils.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,eAAe,CAAA;AAEzC,OAAO,EACL,KAAK,eAAe,EAEpB,KAAK,iBAAiB,EAKvB,MAAM,gBAAgB,CAAA;AACvB,OAAO,EAML,KAAK,UAAU,EAEhB,MAAM,MAAM,CAAA;AAyDb,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI;IAC7B,KAAK,EAAE,OAAO,CAAA;IACd,OAAO,EAAE,OAAO,CAAA;IAChB,OAAO,EAAE,OAAO,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,MAAM,EAAE,iBAAiB,CAAA;IACzB,OAAO,EAAE,OAAO,CAAA;IAChB,SAAS,EAAE,OAAO,CAAA;IAClB,KAAK,EAAE,OAAO,CAAA;IACd,KAAK,EAAE,CAAC,CAAA;CACT,CAAA;AAED,wBAAgB,mBAAmB,CAAC,CAAC,EACnC,IAAI,EAAE,eAAe,CAAC,CAAC,CAAC,GACvB,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAmD9B;AAED,wBAAgB,eAAe,CAAC,CAAC,EAC/B,IAAI,EAAE,eAAe,CAAC,CAAC,CAAC,GACvB,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAc1B"}
|
package/forms/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,sCAAsC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qualcomm-ui-angular-core-forms.d.ts","sourceRoot":"","sources":["../../../src/forms/qualcomm-ui-angular-core-forms.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
type WarningOptions = {
|
|
2
|
+
/**
|
|
3
|
+
* The name of the directive that emits the warning.
|
|
4
|
+
*/
|
|
5
|
+
directive: string;
|
|
6
|
+
/**
|
|
7
|
+
* The directive to bind to instead of {@link directive}.
|
|
8
|
+
*/
|
|
9
|
+
rootDirective?: string;
|
|
10
|
+
} | {
|
|
11
|
+
onError: () => void;
|
|
12
|
+
};
|
|
13
|
+
export declare const consoleBoldStyle = "font-weight: bold; white-space: nowrap;";
|
|
14
|
+
export declare function useForbiddenFormControlWarning(options?: WarningOptions): import("@angular/core").AfterRenderRef;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=use-forbidden-form-control-warning.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-forbidden-form-control-warning.d.ts","sourceRoot":"","sources":["../../../src/forms/use-forbidden-form-control-warning.ts"],"names":[],"mappings":"AAMA,KAAK,cAAc,GACf;IACE;;OAEG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,GACD;IACE,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,CAAA;AAEL,eAAO,MAAM,gBAAgB,4CAA4C,CAAA;AAEzE,wBAAgB,8BAA8B,CAC5C,OAAO,GAAE,cAAmD,0CAwB7D"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { Booleanish } from "@qualcomm-ui/utils/coercion";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HighlightDirective {
|
|
4
|
+
/**
|
|
5
|
+
* Whether to match whole words only
|
|
6
|
+
*/
|
|
7
|
+
readonly exactMatch: import("@angular/core").InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
8
|
+
/**
|
|
9
|
+
* Whether to ignore case while matching
|
|
10
|
+
*/
|
|
11
|
+
readonly ignoreCase: import("@angular/core").InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
12
|
+
/**
|
|
13
|
+
* Whether to match multiple instances of the query
|
|
14
|
+
*/
|
|
15
|
+
readonly matchAll: import("@angular/core").InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
16
|
+
/**
|
|
17
|
+
* The query to highlight in the text
|
|
18
|
+
*/
|
|
19
|
+
readonly query: import("@angular/core").InputSignal<string | string[] | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* The text to highlight
|
|
22
|
+
*/
|
|
23
|
+
readonly text: import("@angular/core").InputSignal<string | null | undefined>;
|
|
24
|
+
readonly chunks: import("@angular/core").Signal<import("@qualcomm-ui/utils/highlight-word").HighlightChunk[]>;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightDirective, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HighlightDirective, "[q-highlight]", never, { "exactMatch": { "alias": "exactMatch"; "required": false; "isSignal": true; }; "ignoreCase": { "alias": "ignoreCase"; "required": false; "isSignal": true; }; "matchAll": { "alias": "matchAll"; "required": false; "isSignal": true; }; "query": { "alias": "query"; "required": true; "isSignal": true; }; "text": { "alias": "text"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=highlight.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"highlight.directive.d.ts","sourceRoot":"","sources":["../../../src/highlight/highlight.directive.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,6BAA6B,CAAA;;AAG3D,qBAaa,kBAAkB;IAC7B;;OAEG;IACH,QAAQ,CAAC,UAAU,oFAEjB;IAEF;;OAEG;IACH,QAAQ,CAAC,UAAU,oFAEjB;IAEF;;OAEG;IACH,QAAQ,CAAC,QAAQ,oFAEf;IAEF;;OAEG;IACH,QAAQ,CAAC,KAAK,qEAAkD;IAEhE;;OAEG;IACH,QAAQ,CAAC,IAAI,iEAA8C;IAE3D,QAAQ,CAAC,MAAM,+FAQb;yCAxCS,kBAAkB;2CAAlB,kBAAkB;CAyC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/highlight/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qualcomm-ui-angular-core-highlight.d.ts","sourceRoot":"","sources":["../../../src/highlight/qualcomm-ui-angular-core-highlight.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
package/index.d.ts
ADDED
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type OnInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CoreInlineNotificationActionDirective implements OnInit {
|
|
4
|
+
protected readonly inlineNotificationContext: () => import("@qualcomm-ui/core/inline-notification").InlineNotificationApi;
|
|
5
|
+
protected readonly trackBindings: ((opts?: import("dist/machine").TrackBindingsConfig) => void) & {
|
|
6
|
+
extendWith: (computedProps: () => import("dist/machine").Dict) => void;
|
|
7
|
+
setDisabled: (disabled: boolean) => void;
|
|
8
|
+
};
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoreInlineNotificationActionDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CoreInlineNotificationActionDirective, never, never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=core-inline-notification-action.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core-inline-notification-action.directive.d.ts","sourceRoot":"","sources":["../../../src/inline-notification/core-inline-notification-action.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAY,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;;AAMpD,qBACa,qCAAsC,YAAW,MAAM;IAClE,SAAS,CAAC,QAAQ,CAAC,yBAAyB,8EAAiC;IAE7E,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAE9B;IAEF,QAAQ;yCAPG,qCAAqC;2CAArC,qCAAqC;CAUjD"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type OnInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CoreInlineNotificationCloseTriggerDirective implements OnInit {
|
|
4
|
+
/**
|
|
5
|
+
* {@link https://www.w3schools.com/html/html_id.asp id attribute}. If
|
|
6
|
+
* omitted, a unique identifier will be generated for accessibility.
|
|
7
|
+
*/
|
|
8
|
+
readonly id: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
+
protected readonly inlineNotificationContext: () => import("@qualcomm-ui/core/inline-notification").InlineNotificationApi;
|
|
10
|
+
protected readonly trackBindings: ((opts?: import("dist/machine").TrackBindingsConfig) => void) & {
|
|
11
|
+
extendWith: (computedProps: () => import("dist/machine").Dict) => void;
|
|
12
|
+
setDisabled: (disabled: boolean) => void;
|
|
13
|
+
};
|
|
14
|
+
protected readonly onDestroy: (callback: () => void) => void;
|
|
15
|
+
private readonly hostId;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoreInlineNotificationCloseTriggerDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CoreInlineNotificationCloseTriggerDirective, never, never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=core-inline-notification-close-trigger.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core-inline-notification-close-trigger.directive.d.ts","sourceRoot":"","sources":["../../../src/inline-notification/core-inline-notification-close-trigger.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAA6B,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;;AAOrE,qBACa,2CAA4C,YAAW,MAAM;IACxE;;;OAGG;IACH,QAAQ,CAAC,EAAE,0DAAkB;IAE7B,SAAS,CAAC,QAAQ,CAAC,yBAAyB,8EAAiC;IAE7E,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAK9B;IAEF,SAAS,CAAC,QAAQ,CAAC,SAAS,iCAAiB;IAE7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE,QAAQ;yCApBG,2CAA2C;2CAA3C,2CAA2C;CAuBvD"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type OnInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CoreInlineNotificationDescriptionDirective implements OnInit {
|
|
4
|
+
/**
|
|
5
|
+
* {@link https://www.w3schools.com/html/html_id.asp id attribute}. If
|
|
6
|
+
* omitted, a unique identifier will be generated for accessibility.
|
|
7
|
+
*/
|
|
8
|
+
readonly id: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
+
protected readonly inlineNotificationContext: () => import("@qualcomm-ui/core/inline-notification").InlineNotificationApi;
|
|
10
|
+
protected readonly trackBindings: ((opts?: import("dist/machine").TrackBindingsConfig) => void) & {
|
|
11
|
+
extendWith: (computedProps: () => import("dist/machine").Dict) => void;
|
|
12
|
+
setDisabled: (disabled: boolean) => void;
|
|
13
|
+
};
|
|
14
|
+
protected readonly onDestroy: (callback: () => void) => void;
|
|
15
|
+
private readonly hostId;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoreInlineNotificationDescriptionDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CoreInlineNotificationDescriptionDirective, never, never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=core-inline-notification-description.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core-inline-notification-description.directive.d.ts","sourceRoot":"","sources":["../../../src/inline-notification/core-inline-notification-description.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAA6B,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;;AAOrE,qBACa,0CAA2C,YAAW,MAAM;IACvE;;;OAGG;IACH,QAAQ,CAAC,EAAE,0DAAkB;IAE7B,SAAS,CAAC,QAAQ,CAAC,yBAAyB,8EAAiC;IAE7E,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAK9B;IAEF,SAAS,CAAC,QAAQ,CAAC,SAAS,iCAAiB;IAE7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE,QAAQ;yCApBG,0CAA0C;2CAA1C,0CAA0C;CAuBtD"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type OnInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CoreInlineNotificationIconDirective implements OnInit {
|
|
4
|
+
protected readonly inlineNotificationContext: () => import("@qualcomm-ui/core/inline-notification").InlineNotificationApi;
|
|
5
|
+
protected readonly trackBindings: ((opts?: import("dist/machine").TrackBindingsConfig) => void) & {
|
|
6
|
+
extendWith: (computedProps: () => import("dist/machine").Dict) => void;
|
|
7
|
+
setDisabled: (disabled: boolean) => void;
|
|
8
|
+
};
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoreInlineNotificationIconDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CoreInlineNotificationIconDirective, never, never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=core-inline-notification-icon.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core-inline-notification-icon.directive.d.ts","sourceRoot":"","sources":["../../../src/inline-notification/core-inline-notification-icon.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAY,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;;AAMpD,qBACa,mCAAoC,YAAW,MAAM;IAChE,SAAS,CAAC,QAAQ,CAAC,yBAAyB,8EAAiC;IAE7E,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAE9B;IAEF,QAAQ;yCAPG,mCAAmC;2CAAnC,mCAAmC;CAU/C"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type OnInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CoreInlineNotificationLabelDirective implements OnInit {
|
|
4
|
+
/**
|
|
5
|
+
* {@link https://www.w3schools.com/html/html_id.asp id attribute}. If
|
|
6
|
+
* omitted, a unique identifier will be generated for accessibility.
|
|
7
|
+
*/
|
|
8
|
+
readonly id: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
+
protected readonly inlineNotificationContext: () => import("@qualcomm-ui/core/inline-notification").InlineNotificationApi;
|
|
10
|
+
protected readonly trackBindings: ((opts?: import("dist/machine").TrackBindingsConfig) => void) & {
|
|
11
|
+
extendWith: (computedProps: () => import("dist/machine").Dict) => void;
|
|
12
|
+
setDisabled: (disabled: boolean) => void;
|
|
13
|
+
};
|
|
14
|
+
protected readonly onDestroy: (callback: () => void) => void;
|
|
15
|
+
private readonly hostId;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoreInlineNotificationLabelDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CoreInlineNotificationLabelDirective, never, never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=core-inline-notification-label.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core-inline-notification-label.directive.d.ts","sourceRoot":"","sources":["../../../src/inline-notification/core-inline-notification-label.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAA6B,KAAK,MAAM,EAAC,MAAM,eAAe,CAAA;;AAOrE,qBACa,oCAAqC,YAAW,MAAM;IACjE;;;OAGG;IACH,QAAQ,CAAC,EAAE,0DAAkB;IAE7B,SAAS,CAAC,QAAQ,CAAC,yBAAyB,8EAAiC;IAE7E,SAAS,CAAC,QAAQ,CAAC,aAAa;;;MAK9B;IAEF,SAAS,CAAC,QAAQ,CAAC,SAAS,iCAAiB;IAE7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE,QAAQ;yCApBG,oCAAoC;2CAApC,oCAAoC;CAuBhD"}
|