@qualcomm-ui/angular-core 1.0.1 → 1.0.3
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/README.md +9 -0
- package/accordion/index.d.ts +160 -10
- package/accordion/index.d.ts.map +1 -1
- package/attributes/index.d.ts +19 -3
- package/attributes/index.d.ts.map +1 -1
- package/avatar/index.d.ts +102 -6
- package/avatar/index.d.ts.map +1 -1
- package/checkbox/index.d.ts +250 -10
- package/checkbox/index.d.ts.map +1 -1
- package/collapsible/index.d.ts +101 -5
- package/collapsible/index.d.ts.map +1 -1
- package/collection/index.d.ts +48 -2
- package/collection/index.d.ts.map +1 -1
- package/combobox/index.d.ts +532 -21
- package/combobox/index.d.ts.map +1 -1
- package/common/index.d.ts +84 -10
- package/common/index.d.ts.map +1 -1
- package/dialog/index.d.ts +300 -12
- package/dialog/index.d.ts.map +1 -1
- package/dom/index.d.ts +162 -8
- package/dom/index.d.ts.map +1 -1
- package/events/index.d.ts +40 -3
- package/events/index.d.ts.map +1 -1
- package/fesm2022/qualcomm-ui-angular-core-accordion.mjs +269 -0
- package/fesm2022/qualcomm-ui-angular-core-accordion.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-attributes.mjs +39 -0
- package/fesm2022/qualcomm-ui-angular-core-attributes.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-avatar.mjs +143 -0
- package/fesm2022/qualcomm-ui-angular-core-avatar.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-checkbox.mjs +541 -0
- package/fesm2022/qualcomm-ui-angular-core-checkbox.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-collapsible.mjs +143 -0
- package/fesm2022/qualcomm-ui-angular-core-collapsible.mjs.map +1 -0
- package/{esm2022/collection/use-list-collection.js → fesm2022/qualcomm-ui-angular-core-collection.mjs} +13 -6
- package/fesm2022/qualcomm-ui-angular-core-collection.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-combobox.mjs +797 -0
- package/fesm2022/qualcomm-ui-angular-core-combobox.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-common.mjs +121 -0
- package/fesm2022/qualcomm-ui-angular-core-common.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-dialog.mjs +490 -0
- package/fesm2022/qualcomm-ui-angular-core-dialog.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-dom.mjs +236 -0
- package/fesm2022/qualcomm-ui-angular-core-dom.mjs.map +1 -0
- package/{esm2022/events/listener.service.js → fesm2022/qualcomm-ui-angular-core-events.mjs} +62 -8
- package/fesm2022/qualcomm-ui-angular-core-events.mjs.map +1 -0
- package/{esm2022/forms/form-utils.js → fesm2022/qualcomm-ui-angular-core-forms.mjs} +36 -6
- package/fesm2022/qualcomm-ui-angular-core-forms.mjs.map +1 -0
- package/{esm2022/highlight/highlight.directive.js → fesm2022/qualcomm-ui-angular-core-highlight.mjs} +15 -8
- package/fesm2022/qualcomm-ui-angular-core-highlight.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-inline-notification.mjs +203 -0
- package/fesm2022/qualcomm-ui-angular-core-inline-notification.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-input.mjs +598 -0
- package/fesm2022/qualcomm-ui-angular-core-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-locale.mjs +35 -0
- package/fesm2022/qualcomm-ui-angular-core-locale.mjs.map +1 -0
- package/{esm2022/lorem-ipsum/lorem-ipsum.directive.js → fesm2022/qualcomm-ui-angular-core-lorem-ipsum.mjs} +16 -9
- package/fesm2022/qualcomm-ui-angular-core-lorem-ipsum.mjs.map +1 -0
- package/{esm2022/lucide/provide-icons.js → fesm2022/qualcomm-ui-angular-core-lucide.mjs} +14 -4
- package/fesm2022/qualcomm-ui-angular-core-lucide.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-machine.mjs +1186 -0
- package/fesm2022/qualcomm-ui-angular-core-machine.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-menu.mjs +818 -0
- package/fesm2022/qualcomm-ui-angular-core-menu.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-number-input.mjs +703 -0
- package/fesm2022/qualcomm-ui-angular-core-number-input.mjs.map +1 -0
- package/{esm2022/observers/intersection-observer.directive.js → fesm2022/qualcomm-ui-angular-core-observers.mjs} +16 -9
- package/fesm2022/qualcomm-ui-angular-core-observers.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-pagination.mjs +276 -0
- package/fesm2022/qualcomm-ui-angular-core-pagination.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-password-input.mjs +323 -0
- package/fesm2022/qualcomm-ui-angular-core-password-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-popover.mjs +410 -0
- package/fesm2022/qualcomm-ui-angular-core-popover.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-portal.mjs +255 -0
- package/fesm2022/qualcomm-ui-angular-core-portal.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-presence.mjs +157 -0
- package/fesm2022/qualcomm-ui-angular-core-presence.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-progress-ring.mjs +183 -0
- package/fesm2022/qualcomm-ui-angular-core-progress-ring.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-progress.mjs +242 -0
- package/fesm2022/qualcomm-ui-angular-core-progress.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-radio.mjs +564 -0
- package/fesm2022/qualcomm-ui-angular-core-radio.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-segmented-control.mjs +193 -0
- package/fesm2022/qualcomm-ui-angular-core-segmented-control.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-select.mjs +578 -0
- package/fesm2022/qualcomm-ui-angular-core-select.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-signals.mjs +179 -0
- package/fesm2022/qualcomm-ui-angular-core-signals.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-state.mjs +197 -0
- package/fesm2022/qualcomm-ui-angular-core-state.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-switch.mjs +211 -0
- package/fesm2022/qualcomm-ui-angular-core-switch.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-tabs.mjs +366 -0
- package/fesm2022/qualcomm-ui-angular-core-tabs.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-text-area.mjs +4 -0
- package/fesm2022/qualcomm-ui-angular-core-text-area.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-text-input.mjs +234 -0
- package/fesm2022/qualcomm-ui-angular-core-text-input.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-toast.mjs +170 -0
- package/fesm2022/qualcomm-ui-angular-core-toast.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-tooltip.mjs +214 -0
- package/fesm2022/qualcomm-ui-angular-core-tooltip.mjs.map +1 -0
- package/fesm2022/qualcomm-ui-angular-core-virtual.mjs +191 -0
- package/fesm2022/qualcomm-ui-angular-core-virtual.mjs.map +1 -0
- package/{esm2022/index.js → fesm2022/qualcomm-ui-angular-core.mjs} +5 -2
- package/fesm2022/qualcomm-ui-angular-core.mjs.map +1 -0
- package/forms/index.d.ts +37 -3
- package/forms/index.d.ts.map +1 -1
- package/highlight/index.d.ts +32 -2
- package/highlight/index.d.ts.map +1 -1
- package/index.d.ts +3 -2
- package/index.d.ts.map +1 -1
- package/inline-notification/index.d.ts +139 -8
- package/inline-notification/index.d.ts.map +1 -1
- package/input/index.d.ts +190 -4
- package/input/index.d.ts.map +1 -1
- package/locale/index.d.ts +24 -3
- package/locale/index.d.ts.map +1 -1
- package/lorem-ipsum/index.d.ts +47 -2
- package/lorem-ipsum/index.d.ts.map +1 -1
- package/lucide/index.d.ts +53 -3
- package/lucide/index.d.ts.map +1 -1
- package/machine/index.d.ts +214 -14
- package/machine/index.d.ts.map +1 -1
- package/menu/index.d.ts +476 -24
- package/menu/index.d.ts.map +1 -1
- package/number-input/index.d.ts +321 -14
- package/number-input/index.d.ts.map +1 -1
- package/observers/index.d.ts +16 -2
- package/observers/index.d.ts.map +1 -1
- package/package.json +102 -103
- package/pagination/index.d.ts +171 -10
- package/pagination/index.d.ts.map +1 -1
- package/password-input/index.d.ts +196 -11
- package/password-input/index.d.ts.map +1 -1
- package/popover/index.d.ts +263 -12
- package/popover/index.d.ts.map +1 -1
- package/portal/index.d.ts +71 -4
- package/portal/index.d.ts.map +1 -1
- package/presence/index.d.ts +97 -5
- package/presence/index.d.ts.map +1 -1
- package/progress/index.d.ts +166 -10
- package/progress/index.d.ts.map +1 -1
- package/progress-ring/index.d.ts +117 -9
- package/progress-ring/index.d.ts.map +1 -1
- package/radio/index.d.ts +279 -12
- package/radio/index.d.ts.map +1 -1
- package/segmented-control/index.d.ts +130 -6
- package/segmented-control/index.d.ts.map +1 -1
- package/select/index.d.ts +381 -18
- package/select/index.d.ts.map +1 -1
- package/signals/index.d.ts +85 -6
- package/signals/index.d.ts.map +1 -1
- package/state/index.d.ts +105 -4
- package/state/index.d.ts.map +1 -1
- package/switch/index.d.ts +138 -8
- package/switch/index.d.ts.map +1 -1
- package/tabs/index.d.ts +241 -10
- package/tabs/index.d.ts.map +1 -1
- package/text-area/index.d.ts +3 -2
- package/text-area/index.d.ts.map +1 -1
- package/text-input/index.d.ts +138 -10
- package/text-input/index.d.ts.map +1 -1
- package/toast/index.d.ts +120 -9
- package/toast/index.d.ts.map +1 -1
- package/tooltip/index.d.ts +133 -8
- package/tooltip/index.d.ts.map +1 -1
- package/virtual/index.d.ts +28 -4
- package/virtual/index.d.ts.map +1 -1
- package/accordion/accordion-context.service.d.ts +0 -9
- package/accordion/accordion-context.service.d.ts.map +0 -1
- package/accordion/accordion-item-context.service.d.ts +0 -9
- package/accordion/accordion-item-context.service.d.ts.map +0 -1
- package/accordion/core-accordion-item-content.directive.d.ts +0 -21
- package/accordion/core-accordion-item-content.directive.d.ts.map +0 -1
- package/accordion/core-accordion-item-trigger-indicator.directive.d.ts +0 -11
- package/accordion/core-accordion-item-trigger-indicator.directive.d.ts.map +0 -1
- package/accordion/core-accordion-item-trigger-secondary.directive.d.ts +0 -11
- package/accordion/core-accordion-item-trigger-secondary.directive.d.ts.map +0 -1
- package/accordion/core-accordion-item-trigger-title.directive.d.ts +0 -11
- package/accordion/core-accordion-item-trigger-title.directive.d.ts.map +0 -1
- package/accordion/core-accordion-item-trigger.directive.d.ts +0 -17
- package/accordion/core-accordion-item-trigger.directive.d.ts.map +0 -1
- package/accordion/core-accordion-item.directive.d.ts +0 -23
- package/accordion/core-accordion-item.directive.d.ts.map +0 -1
- package/accordion/core-accordion-root.directive.d.ts +0 -58
- package/accordion/core-accordion-root.directive.d.ts.map +0 -1
- package/accordion/qualcomm-ui-angular-core-accordion.d.ts +0 -6
- package/accordion/qualcomm-ui-angular-core-accordion.d.ts.map +0 -1
- package/attributes/number-attributes.d.ts +0 -11
- package/attributes/number-attributes.d.ts.map +0 -1
- package/attributes/pixel-attribute.d.ts +0 -6
- package/attributes/pixel-attribute.d.ts.map +0 -1
- package/attributes/qualcomm-ui-angular-core-attributes.d.ts +0 -6
- package/attributes/qualcomm-ui-angular-core-attributes.d.ts.map +0 -1
- package/avatar/avatar-context.service.d.ts +0 -9
- package/avatar/avatar-context.service.d.ts.map +0 -1
- package/avatar/core-avatar-content.directive.d.ts +0 -20
- package/avatar/core-avatar-content.directive.d.ts.map +0 -1
- package/avatar/core-avatar-image.directive.d.ts +0 -20
- package/avatar/core-avatar-image.directive.d.ts.map +0 -1
- package/avatar/core-avatar-root.directive.d.ts +0 -36
- package/avatar/core-avatar-root.directive.d.ts.map +0 -1
- package/avatar/core-avatar-status.directive.d.ts +0 -20
- package/avatar/core-avatar-status.directive.d.ts.map +0 -1
- package/avatar/qualcomm-ui-angular-core-avatar.d.ts +0 -6
- package/avatar/qualcomm-ui-angular-core-avatar.d.ts.map +0 -1
- package/checkbox/abstract-checkbox-form-control.directive.d.ts +0 -79
- package/checkbox/abstract-checkbox-form-control.directive.d.ts.map +0 -1
- package/checkbox/checkbox-context.service.d.ts +0 -9
- package/checkbox/checkbox-context.service.d.ts.map +0 -1
- package/checkbox/core-checkbox-control.directive.d.ts +0 -20
- package/checkbox/core-checkbox-control.directive.d.ts.map +0 -1
- package/checkbox/core-checkbox-error-text.directive.d.ts +0 -20
- package/checkbox/core-checkbox-error-text.directive.d.ts.map +0 -1
- package/checkbox/core-checkbox-hidden-input.directive.d.ts +0 -20
- package/checkbox/core-checkbox-hidden-input.directive.d.ts.map +0 -1
- package/checkbox/core-checkbox-indicator.directive.d.ts +0 -13
- package/checkbox/core-checkbox-indicator.directive.d.ts.map +0 -1
- package/checkbox/core-checkbox-label.directive.d.ts +0 -20
- package/checkbox/core-checkbox-label.directive.d.ts.map +0 -1
- package/checkbox/core-checkbox-root.directive.d.ts +0 -48
- package/checkbox/core-checkbox-root.directive.d.ts.map +0 -1
- package/checkbox/qualcomm-ui-angular-core-checkbox.d.ts +0 -6
- package/checkbox/qualcomm-ui-angular-core-checkbox.d.ts.map +0 -1
- package/checkbox/use-checkbox-group.d.ts +0 -32
- package/checkbox/use-checkbox-group.d.ts.map +0 -1
- package/collapsible/collapsible-context.service.d.ts +0 -9
- package/collapsible/collapsible-context.service.d.ts.map +0 -1
- package/collapsible/core-collapsible-content.directive.d.ts +0 -20
- package/collapsible/core-collapsible-content.directive.d.ts.map +0 -1
- package/collapsible/core-collapsible-root.directive.d.ts +0 -52
- package/collapsible/core-collapsible-root.directive.d.ts.map +0 -1
- package/collapsible/core-collapsible-trigger.directive.d.ts +0 -20
- package/collapsible/core-collapsible-trigger.directive.d.ts.map +0 -1
- package/collapsible/qualcomm-ui-angular-core-collapsible.d.ts +0 -6
- package/collapsible/qualcomm-ui-angular-core-collapsible.d.ts.map +0 -1
- package/collection/qualcomm-ui-angular-core-collection.d.ts +0 -6
- package/collection/qualcomm-ui-angular-core-collection.d.ts.map +0 -1
- package/collection/use-list-collection.d.ts +0 -44
- package/collection/use-list-collection.d.ts.map +0 -1
- package/combobox/combobox-context.service.d.ts +0 -12
- package/combobox/combobox-context.service.d.ts.map +0 -1
- package/combobox/combobox-item-context.service.d.ts +0 -9
- package/combobox/combobox-item-context.service.d.ts.map +0 -1
- package/combobox/combobox-item-group-context.service.d.ts +0 -9
- package/combobox/combobox-item-group-context.service.d.ts.map +0 -1
- package/combobox/core-combobox-clear-trigger.directive.d.ts +0 -20
- package/combobox/core-combobox-clear-trigger.directive.d.ts.map +0 -1
- package/combobox/core-combobox-content.directive.d.ts +0 -23
- package/combobox/core-combobox-content.directive.d.ts.map +0 -1
- package/combobox/core-combobox-control.directive.d.ts +0 -20
- package/combobox/core-combobox-control.directive.d.ts.map +0 -1
- package/combobox/core-combobox-empty.directive.d.ts +0 -13
- package/combobox/core-combobox-empty.directive.d.ts.map +0 -1
- package/combobox/core-combobox-error-indicator.directive.d.ts +0 -13
- package/combobox/core-combobox-error-indicator.directive.d.ts.map +0 -1
- package/combobox/core-combobox-error-text.directive.d.ts +0 -20
- package/combobox/core-combobox-error-text.directive.d.ts.map +0 -1
- package/combobox/core-combobox-hint.directive.d.ts +0 -20
- package/combobox/core-combobox-hint.directive.d.ts.map +0 -1
- package/combobox/core-combobox-input.directive.d.ts +0 -20
- package/combobox/core-combobox-input.directive.d.ts.map +0 -1
- package/combobox/core-combobox-item-group-label.directive.d.ts +0 -14
- package/combobox/core-combobox-item-group-label.directive.d.ts.map +0 -1
- package/combobox/core-combobox-item-group.directive.d.ts +0 -21
- package/combobox/core-combobox-item-group.directive.d.ts.map +0 -1
- package/combobox/core-combobox-item-indicator.directive.d.ts +0 -14
- package/combobox/core-combobox-item-indicator.directive.d.ts.map +0 -1
- package/combobox/core-combobox-item-text.directive.d.ts +0 -14
- package/combobox/core-combobox-item-text.directive.d.ts.map +0 -1
- package/combobox/core-combobox-item.directive.d.ts +0 -27
- package/combobox/core-combobox-item.directive.d.ts.map +0 -1
- package/combobox/core-combobox-label.directive.d.ts +0 -20
- package/combobox/core-combobox-label.directive.d.ts.map +0 -1
- package/combobox/core-combobox-positioner.directive.d.ts +0 -21
- package/combobox/core-combobox-positioner.directive.d.ts.map +0 -1
- package/combobox/core-combobox-root.directive.d.ts +0 -234
- package/combobox/core-combobox-root.directive.d.ts.map +0 -1
- package/combobox/core-combobox-trigger.directive.d.ts +0 -27
- package/combobox/core-combobox-trigger.directive.d.ts.map +0 -1
- package/combobox/qualcomm-ui-angular-core-combobox.d.ts +0 -6
- package/combobox/qualcomm-ui-angular-core-combobox.d.ts.map +0 -1
- package/common/boolean.d.ts +0 -6
- package/common/boolean.d.ts.map +0 -1
- package/common/ng-changes.d.ts +0 -18
- package/common/ng-changes.d.ts.map +0 -1
- package/common/qualcomm-ui-angular-core-common.d.ts +0 -6
- package/common/qualcomm-ui-angular-core-common.d.ts.map +0 -1
- package/common/template-content.d.ts +0 -6
- package/common/template-content.d.ts.map +0 -1
- package/common/use-csr-check.d.ts +0 -13
- package/common/use-csr-check.d.ts.map +0 -1
- package/common/use-id.d.ts +0 -2
- package/common/use-id.d.ts.map +0 -1
- package/common/use-is-destroyed.d.ts +0 -8
- package/common/use-is-destroyed.d.ts.map +0 -1
- package/common/use-is-mounted.d.ts +0 -7
- package/common/use-is-mounted.d.ts.map +0 -1
- package/common/use-on-destroy.d.ts +0 -8
- package/common/use-on-destroy.d.ts.map +0 -1
- package/common/use-ssr-check.d.ts +0 -13
- package/common/use-ssr-check.d.ts.map +0 -1
- package/dialog/core-dialog-backdrop.directive.d.ts +0 -24
- package/dialog/core-dialog-backdrop.directive.d.ts.map +0 -1
- package/dialog/core-dialog-body.directive.d.ts +0 -13
- package/dialog/core-dialog-body.directive.d.ts.map +0 -1
- package/dialog/core-dialog-close-trigger.directive.d.ts +0 -20
- package/dialog/core-dialog-close-trigger.directive.d.ts.map +0 -1
- package/dialog/core-dialog-content.directive.d.ts +0 -25
- package/dialog/core-dialog-content.directive.d.ts.map +0 -1
- package/dialog/core-dialog-description.directive.d.ts +0 -20
- package/dialog/core-dialog-description.directive.d.ts.map +0 -1
- package/dialog/core-dialog-footer.directive.d.ts +0 -13
- package/dialog/core-dialog-footer.directive.d.ts.map +0 -1
- package/dialog/core-dialog-heading.directive.d.ts +0 -20
- package/dialog/core-dialog-heading.directive.d.ts.map +0 -1
- package/dialog/core-dialog-positioner.directive.d.ts +0 -21
- package/dialog/core-dialog-positioner.directive.d.ts.map +0 -1
- package/dialog/core-dialog-root.directive.d.ts +0 -129
- package/dialog/core-dialog-root.directive.d.ts.map +0 -1
- package/dialog/core-dialog-trigger.directive.d.ts +0 -20
- package/dialog/core-dialog-trigger.directive.d.ts.map +0 -1
- package/dialog/dialog-context.service.d.ts +0 -12
- package/dialog/dialog-context.service.d.ts.map +0 -1
- package/dialog/qualcomm-ui-angular-core-dialog.d.ts +0 -6
- package/dialog/qualcomm-ui-angular-core-dialog.d.ts.map +0 -1
- package/dom/clipboard.service.d.ts +0 -20
- package/dom/clipboard.service.d.ts.map +0 -1
- package/dom/context-id-signal.d.ts +0 -42
- package/dom/context-id-signal.d.ts.map +0 -1
- package/dom/descendants-manager.service.d.ts +0 -12
- package/dom/descendants-manager.service.d.ts.map +0 -1
- package/dom/element-id-signal.d.ts +0 -42
- package/dom/element-id-signal.d.ts.map +0 -1
- package/dom/id.service.d.ts +0 -11
- package/dom/id.service.d.ts.map +0 -1
- package/dom/portal-config.service.d.ts +0 -8
- package/dom/portal-config.service.d.ts.map +0 -1
- package/dom/qualcomm-ui-angular-core-dom.d.ts +0 -6
- package/dom/qualcomm-ui-angular-core-dom.d.ts.map +0 -1
- package/dom/tokens/caches.d.ts +0 -3
- package/dom/tokens/caches.d.ts.map +0 -1
- package/dom/tokens/css.d.ts +0 -12
- package/dom/tokens/css.d.ts.map +0 -1
- package/dom/tokens/index.d.ts +0 -11
- package/dom/tokens/index.d.ts.map +0 -1
- package/dom/tokens/local-storage.d.ts +0 -3
- package/dom/tokens/local-storage.d.ts.map +0 -1
- package/dom/tokens/location.d.ts +0 -3
- package/dom/tokens/location.d.ts.map +0 -1
- package/dom/tokens/media-devices.d.ts +0 -3
- package/dom/tokens/media-devices.d.ts.map +0 -1
- package/dom/tokens/navigator.d.ts +0 -3
- package/dom/tokens/navigator.d.ts.map +0 -1
- package/dom/tokens/performance.d.ts +0 -3
- package/dom/tokens/performance.d.ts.map +0 -1
- package/dom/tokens/screen.d.ts +0 -3
- package/dom/tokens/screen.d.ts.map +0 -1
- package/dom/tokens/user-agent.d.ts +0 -3
- package/dom/tokens/user-agent.d.ts.map +0 -1
- package/dom/tokens/window.d.ts +0 -3
- package/dom/tokens/window.d.ts.map +0 -1
- package/esm2022/accordion/accordion-context.service.js +0 -14
- package/esm2022/accordion/accordion-context.service.js.map +0 -1
- package/esm2022/accordion/accordion-item-context.service.js +0 -14
- package/esm2022/accordion/accordion-item-context.service.js.map +0 -1
- package/esm2022/accordion/core-accordion-item-content.directive.js +0 -34
- package/esm2022/accordion/core-accordion-item-content.directive.js.map +0 -1
- package/esm2022/accordion/core-accordion-item-trigger-indicator.directive.js +0 -24
- package/esm2022/accordion/core-accordion-item-trigger-indicator.directive.js.map +0 -1
- package/esm2022/accordion/core-accordion-item-trigger-secondary.directive.js +0 -24
- package/esm2022/accordion/core-accordion-item-trigger-secondary.directive.js.map +0 -1
- package/esm2022/accordion/core-accordion-item-trigger-title.directive.js +0 -24
- package/esm2022/accordion/core-accordion-item-trigger-title.directive.js.map +0 -1
- package/esm2022/accordion/core-accordion-item-trigger.directive.js +0 -32
- package/esm2022/accordion/core-accordion-item-trigger.directive.js.map +0 -1
- package/esm2022/accordion/core-accordion-item.directive.js +0 -45
- package/esm2022/accordion/core-accordion-item.directive.js.map +0 -1
- package/esm2022/accordion/core-accordion-root.directive.js +0 -91
- package/esm2022/accordion/core-accordion-root.directive.js.map +0 -1
- package/esm2022/accordion/index.js +0 -10
- package/esm2022/accordion/index.js.map +0 -1
- package/esm2022/accordion/qualcomm-ui-angular-core-accordion.js +0 -5
- package/esm2022/accordion/qualcomm-ui-angular-core-accordion.js.map +0 -1
- package/esm2022/attributes/index.js +0 -3
- package/esm2022/attributes/index.js.map +0 -1
- package/esm2022/attributes/number-attributes.js +0 -22
- package/esm2022/attributes/number-attributes.js.map +0 -1
- package/esm2022/attributes/pixel-attribute.js +0 -10
- package/esm2022/attributes/pixel-attribute.js.map +0 -1
- package/esm2022/attributes/qualcomm-ui-angular-core-attributes.js +0 -5
- package/esm2022/attributes/qualcomm-ui-angular-core-attributes.js.map +0 -1
- package/esm2022/avatar/avatar-context.service.js +0 -14
- package/esm2022/avatar/avatar-context.service.js.map +0 -1
- package/esm2022/avatar/core-avatar-content.directive.js +0 -30
- package/esm2022/avatar/core-avatar-content.directive.js.map +0 -1
- package/esm2022/avatar/core-avatar-image.directive.js +0 -30
- package/esm2022/avatar/core-avatar-image.directive.js.map +0 -1
- package/esm2022/avatar/core-avatar-root.directive.js +0 -51
- package/esm2022/avatar/core-avatar-root.directive.js.map +0 -1
- package/esm2022/avatar/core-avatar-status.directive.js +0 -30
- package/esm2022/avatar/core-avatar-status.directive.js.map +0 -1
- package/esm2022/avatar/index.js +0 -6
- package/esm2022/avatar/index.js.map +0 -1
- package/esm2022/avatar/qualcomm-ui-angular-core-avatar.js +0 -5
- package/esm2022/avatar/qualcomm-ui-angular-core-avatar.js.map +0 -1
- package/esm2022/checkbox/abstract-checkbox-form-control.directive.js +0 -265
- package/esm2022/checkbox/abstract-checkbox-form-control.directive.js.map +0 -1
- package/esm2022/checkbox/checkbox-context.service.js +0 -14
- package/esm2022/checkbox/checkbox-context.service.js.map +0 -1
- package/esm2022/checkbox/core-checkbox-control.directive.js +0 -30
- package/esm2022/checkbox/core-checkbox-control.directive.js.map +0 -1
- package/esm2022/checkbox/core-checkbox-error-text.directive.js +0 -30
- package/esm2022/checkbox/core-checkbox-error-text.directive.js.map +0 -1
- package/esm2022/checkbox/core-checkbox-hidden-input.directive.js +0 -30
- package/esm2022/checkbox/core-checkbox-hidden-input.directive.js.map +0 -1
- package/esm2022/checkbox/core-checkbox-indicator.directive.js +0 -19
- package/esm2022/checkbox/core-checkbox-indicator.directive.js.map +0 -1
- package/esm2022/checkbox/core-checkbox-label.directive.js +0 -30
- package/esm2022/checkbox/core-checkbox-label.directive.js.map +0 -1
- package/esm2022/checkbox/core-checkbox-root.directive.js +0 -88
- package/esm2022/checkbox/core-checkbox-root.directive.js.map +0 -1
- package/esm2022/checkbox/index.js +0 -10
- package/esm2022/checkbox/index.js.map +0 -1
- package/esm2022/checkbox/qualcomm-ui-angular-core-checkbox.js +0 -5
- package/esm2022/checkbox/qualcomm-ui-angular-core-checkbox.js.map +0 -1
- package/esm2022/checkbox/use-checkbox-group.js +0 -62
- package/esm2022/checkbox/use-checkbox-group.js.map +0 -1
- package/esm2022/collapsible/collapsible-context.service.js +0 -14
- package/esm2022/collapsible/collapsible-context.service.js.map +0 -1
- package/esm2022/collapsible/core-collapsible-content.directive.js +0 -32
- package/esm2022/collapsible/core-collapsible-content.directive.js.map +0 -1
- package/esm2022/collapsible/core-collapsible-root.directive.js +0 -71
- package/esm2022/collapsible/core-collapsible-root.directive.js.map +0 -1
- package/esm2022/collapsible/core-collapsible-trigger.directive.js +0 -32
- package/esm2022/collapsible/core-collapsible-trigger.directive.js.map +0 -1
- package/esm2022/collapsible/index.js +0 -5
- package/esm2022/collapsible/index.js.map +0 -1
- package/esm2022/collapsible/qualcomm-ui-angular-core-collapsible.js +0 -5
- package/esm2022/collapsible/qualcomm-ui-angular-core-collapsible.js.map +0 -1
- package/esm2022/collection/index.js +0 -2
- package/esm2022/collection/index.js.map +0 -1
- package/esm2022/collection/qualcomm-ui-angular-core-collection.js +0 -5
- package/esm2022/collection/qualcomm-ui-angular-core-collection.js.map +0 -1
- package/esm2022/collection/use-list-collection.js.map +0 -1
- package/esm2022/combobox/combobox-context.service.js +0 -14
- package/esm2022/combobox/combobox-context.service.js.map +0 -1
- package/esm2022/combobox/combobox-item-context.service.js +0 -14
- package/esm2022/combobox/combobox-item-context.service.js.map +0 -1
- package/esm2022/combobox/combobox-item-group-context.service.js +0 -14
- package/esm2022/combobox/combobox-item-group-context.service.js.map +0 -1
- package/esm2022/combobox/core-combobox-clear-trigger.directive.js +0 -30
- package/esm2022/combobox/core-combobox-clear-trigger.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-content.directive.js +0 -34
- package/esm2022/combobox/core-combobox-content.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-control.directive.js +0 -30
- package/esm2022/combobox/core-combobox-control.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-empty.directive.js +0 -19
- package/esm2022/combobox/core-combobox-empty.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-error-indicator.directive.js +0 -19
- package/esm2022/combobox/core-combobox-error-indicator.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-error-text.directive.js +0 -30
- package/esm2022/combobox/core-combobox-error-text.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-hint.directive.js +0 -30
- package/esm2022/combobox/core-combobox-hint.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-input.directive.js +0 -30
- package/esm2022/combobox/core-combobox-input.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-item-group-label.directive.js +0 -23
- package/esm2022/combobox/core-combobox-item-group-label.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-item-group.directive.js +0 -31
- package/esm2022/combobox/core-combobox-item-group.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-item-indicator.directive.js +0 -21
- package/esm2022/combobox/core-combobox-item-indicator.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-item-text.directive.js +0 -21
- package/esm2022/combobox/core-combobox-item-text.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-item.directive.js +0 -35
- package/esm2022/combobox/core-combobox-item.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-label.directive.js +0 -30
- package/esm2022/combobox/core-combobox-label.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-positioner.directive.js +0 -32
- package/esm2022/combobox/core-combobox-positioner.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-root.directive.js +0 -387
- package/esm2022/combobox/core-combobox-root.directive.js.map +0 -1
- package/esm2022/combobox/core-combobox-trigger.directive.js +0 -37
- package/esm2022/combobox/core-combobox-trigger.directive.js.map +0 -1
- package/esm2022/combobox/index.js +0 -21
- package/esm2022/combobox/index.js.map +0 -1
- package/esm2022/combobox/qualcomm-ui-angular-core-combobox.js +0 -5
- package/esm2022/combobox/qualcomm-ui-angular-core-combobox.js.map +0 -1
- package/esm2022/common/boolean.js +0 -4
- package/esm2022/common/boolean.js.map +0 -1
- package/esm2022/common/index.js +0 -7
- package/esm2022/common/index.js.map +0 -1
- package/esm2022/common/ng-changes.js +0 -4
- package/esm2022/common/ng-changes.js.map +0 -1
- package/esm2022/common/qualcomm-ui-angular-core-common.js +0 -5
- package/esm2022/common/qualcomm-ui-angular-core-common.js.map +0 -1
- package/esm2022/common/template-content.js +0 -4
- package/esm2022/common/template-content.js.map +0 -1
- package/esm2022/common/use-csr-check.js +0 -22
- package/esm2022/common/use-csr-check.js.map +0 -1
- package/esm2022/common/use-id.js +0 -24
- package/esm2022/common/use-id.js.map +0 -1
- package/esm2022/common/use-is-destroyed.js +0 -20
- package/esm2022/common/use-is-destroyed.js.map +0 -1
- package/esm2022/common/use-is-mounted.js +0 -15
- package/esm2022/common/use-is-mounted.js.map +0 -1
- package/esm2022/common/use-on-destroy.js +0 -16
- package/esm2022/common/use-on-destroy.js.map +0 -1
- package/esm2022/common/use-ssr-check.js +0 -22
- package/esm2022/common/use-ssr-check.js.map +0 -1
- package/esm2022/dialog/core-dialog-backdrop.directive.js +0 -46
- package/esm2022/dialog/core-dialog-backdrop.directive.js.map +0 -1
- package/esm2022/dialog/core-dialog-body.directive.js +0 -21
- package/esm2022/dialog/core-dialog-body.directive.js.map +0 -1
- package/esm2022/dialog/core-dialog-close-trigger.directive.js +0 -30
- package/esm2022/dialog/core-dialog-close-trigger.directive.js.map +0 -1
- package/esm2022/dialog/core-dialog-content.directive.js +0 -50
- package/esm2022/dialog/core-dialog-content.directive.js.map +0 -1
- package/esm2022/dialog/core-dialog-description.directive.js +0 -30
- package/esm2022/dialog/core-dialog-description.directive.js.map +0 -1
- package/esm2022/dialog/core-dialog-footer.directive.js +0 -19
- package/esm2022/dialog/core-dialog-footer.directive.js.map +0 -1
- package/esm2022/dialog/core-dialog-heading.directive.js +0 -30
- package/esm2022/dialog/core-dialog-heading.directive.js.map +0 -1
- package/esm2022/dialog/core-dialog-positioner.directive.js +0 -32
- package/esm2022/dialog/core-dialog-positioner.directive.js.map +0 -1
- package/esm2022/dialog/core-dialog-root.directive.js +0 -225
- package/esm2022/dialog/core-dialog-root.directive.js.map +0 -1
- package/esm2022/dialog/core-dialog-trigger.directive.js +0 -30
- package/esm2022/dialog/core-dialog-trigger.directive.js.map +0 -1
- package/esm2022/dialog/dialog-context.service.js +0 -24
- package/esm2022/dialog/dialog-context.service.js.map +0 -1
- package/esm2022/dialog/index.js +0 -12
- package/esm2022/dialog/index.js.map +0 -1
- package/esm2022/dialog/qualcomm-ui-angular-core-dialog.js +0 -5
- package/esm2022/dialog/qualcomm-ui-angular-core-dialog.js.map +0 -1
- package/esm2022/dom/clipboard.service.js +0 -42
- package/esm2022/dom/clipboard.service.js.map +0 -1
- package/esm2022/dom/context-id-signal.js +0 -23
- package/esm2022/dom/context-id-signal.js.map +0 -1
- package/esm2022/dom/descendants-manager.service.js +0 -29
- package/esm2022/dom/descendants-manager.service.js.map +0 -1
- package/esm2022/dom/element-id-signal.js +0 -25
- package/esm2022/dom/element-id-signal.js.map +0 -1
- package/esm2022/dom/id.service.js +0 -33
- package/esm2022/dom/id.service.js.map +0 -1
- package/esm2022/dom/index.js +0 -8
- package/esm2022/dom/index.js.map +0 -1
- package/esm2022/dom/portal-config.service.js +0 -17
- package/esm2022/dom/portal-config.service.js.map +0 -1
- package/esm2022/dom/qualcomm-ui-angular-core-dom.js +0 -5
- package/esm2022/dom/qualcomm-ui-angular-core-dom.js.map +0 -1
- package/esm2022/dom/tokens/caches.js +0 -8
- package/esm2022/dom/tokens/caches.js.map +0 -1
- package/esm2022/dom/tokens/css.js +0 -11
- package/esm2022/dom/tokens/css.js.map +0 -1
- package/esm2022/dom/tokens/index.js +0 -11
- package/esm2022/dom/tokens/index.js.map +0 -1
- package/esm2022/dom/tokens/local-storage.js +0 -8
- package/esm2022/dom/tokens/local-storage.js.map +0 -1
- package/esm2022/dom/tokens/location.js +0 -8
- package/esm2022/dom/tokens/location.js.map +0 -1
- package/esm2022/dom/tokens/media-devices.js +0 -8
- package/esm2022/dom/tokens/media-devices.js.map +0 -1
- package/esm2022/dom/tokens/navigator.js +0 -8
- package/esm2022/dom/tokens/navigator.js.map +0 -1
- package/esm2022/dom/tokens/performance.js +0 -8
- package/esm2022/dom/tokens/performance.js.map +0 -1
- package/esm2022/dom/tokens/screen.js +0 -8
- package/esm2022/dom/tokens/screen.js.map +0 -1
- package/esm2022/dom/tokens/user-agent.js +0 -8
- package/esm2022/dom/tokens/user-agent.js.map +0 -1
- package/esm2022/dom/tokens/window.js +0 -14
- package/esm2022/dom/tokens/window.js.map +0 -1
- package/esm2022/events/index.js +0 -3
- package/esm2022/events/index.js.map +0 -1
- package/esm2022/events/listener.service.js.map +0 -1
- package/esm2022/events/qualcomm-ui-angular-core-events.js +0 -5
- package/esm2022/events/qualcomm-ui-angular-core-events.js.map +0 -1
- package/esm2022/events/use-copy-to-clipboard.js +0 -48
- package/esm2022/events/use-copy-to-clipboard.js.map +0 -1
- package/esm2022/forms/form-utils.js.map +0 -1
- package/esm2022/forms/index.js +0 -3
- package/esm2022/forms/index.js.map +0 -1
- package/esm2022/forms/qualcomm-ui-angular-core-forms.js +0 -5
- package/esm2022/forms/qualcomm-ui-angular-core-forms.js.map +0 -1
- package/esm2022/forms/use-forbidden-form-control-warning.js +0 -24
- package/esm2022/forms/use-forbidden-form-control-warning.js.map +0 -1
- package/esm2022/highlight/highlight.directive.js.map +0 -1
- package/esm2022/highlight/index.js +0 -2
- package/esm2022/highlight/index.js.map +0 -1
- package/esm2022/highlight/qualcomm-ui-angular-core-highlight.js +0 -5
- package/esm2022/highlight/qualcomm-ui-angular-core-highlight.js.map +0 -1
- package/esm2022/index.js.map +0 -1
- package/esm2022/inline-notification/core-inline-notification-action.directive.js +0 -21
- package/esm2022/inline-notification/core-inline-notification-action.directive.js.map +0 -1
- package/esm2022/inline-notification/core-inline-notification-close-trigger.directive.js +0 -32
- package/esm2022/inline-notification/core-inline-notification-close-trigger.directive.js.map +0 -1
- package/esm2022/inline-notification/core-inline-notification-description.directive.js +0 -32
- package/esm2022/inline-notification/core-inline-notification-description.directive.js.map +0 -1
- package/esm2022/inline-notification/core-inline-notification-icon.directive.js +0 -21
- package/esm2022/inline-notification/core-inline-notification-icon.directive.js.map +0 -1
- package/esm2022/inline-notification/core-inline-notification-label.directive.js +0 -32
- package/esm2022/inline-notification/core-inline-notification-label.directive.js.map +0 -1
- package/esm2022/inline-notification/core-inline-notification-root.directive.js +0 -71
- package/esm2022/inline-notification/core-inline-notification-root.directive.js.map +0 -1
- package/esm2022/inline-notification/index.js +0 -8
- package/esm2022/inline-notification/index.js.map +0 -1
- package/esm2022/inline-notification/inline-notification-context.service.js +0 -14
- package/esm2022/inline-notification/inline-notification-context.service.js.map +0 -1
- package/esm2022/inline-notification/qualcomm-ui-angular-core-inline-notification.js +0 -5
- package/esm2022/inline-notification/qualcomm-ui-angular-core-inline-notification.js.map +0 -1
- package/esm2022/input/abstract-input-form-control.directive.js +0 -254
- package/esm2022/input/abstract-input-form-control.directive.js.map +0 -1
- package/esm2022/input/abstract-list-collection-form-control.directive.js +0 -278
- package/esm2022/input/abstract-list-collection-form-control.directive.js.map +0 -1
- package/esm2022/input/index.js +0 -4
- package/esm2022/input/index.js.map +0 -1
- package/esm2022/input/input-form-control-provider.js +0 -70
- package/esm2022/input/input-form-control-provider.js.map +0 -1
- package/esm2022/input/qualcomm-ui-angular-core-input.js +0 -5
- package/esm2022/input/qualcomm-ui-angular-core-input.js.map +0 -1
- package/esm2022/locale/index.js +0 -3
- package/esm2022/locale/index.js.map +0 -1
- package/esm2022/locale/locale-context.service.js +0 -14
- package/esm2022/locale/locale-context.service.js.map +0 -1
- package/esm2022/locale/qualcomm-ui-angular-core-locale.js +0 -5
- package/esm2022/locale/qualcomm-ui-angular-core-locale.js.map +0 -1
- package/esm2022/locale/use-filter.js +0 -16
- package/esm2022/locale/use-filter.js.map +0 -1
- package/esm2022/lorem-ipsum/index.js +0 -2
- package/esm2022/lorem-ipsum/index.js.map +0 -1
- package/esm2022/lorem-ipsum/lorem-ipsum.directive.js.map +0 -1
- package/esm2022/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.js +0 -5
- package/esm2022/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.js.map +0 -1
- package/esm2022/lucide/index.js +0 -3
- package/esm2022/lucide/index.js.map +0 -1
- package/esm2022/lucide/lucide.types.js +0 -4
- package/esm2022/lucide/lucide.types.js.map +0 -1
- package/esm2022/lucide/provide-icons.js.map +0 -1
- package/esm2022/lucide/qualcomm-ui-angular-core-lucide.js +0 -5
- package/esm2022/lucide/qualcomm-ui-angular-core-lucide.js.map +0 -1
- package/esm2022/machine/api-context.directive.js +0 -44
- package/esm2022/machine/api-context.directive.js.map +0 -1
- package/esm2022/machine/api-context.service.js +0 -58
- package/esm2022/machine/api-context.service.js.map +0 -1
- package/esm2022/machine/bindable-id-collection.js +0 -51
- package/esm2022/machine/bindable-id-collection.js.map +0 -1
- package/esm2022/machine/bindable-id.js +0 -21
- package/esm2022/machine/bindable-id.js.map +0 -1
- package/esm2022/machine/bindable.js +0 -47
- package/esm2022/machine/bindable.js.map +0 -1
- package/esm2022/machine/index.js +0 -13
- package/esm2022/machine/index.js.map +0 -1
- package/esm2022/machine/machine.types.js +0 -4
- package/esm2022/machine/machine.types.js.map +0 -1
- package/esm2022/machine/merge-props.js +0 -68
- package/esm2022/machine/merge-props.js.map +0 -1
- package/esm2022/machine/normalize-props.js +0 -108
- package/esm2022/machine/normalize-props.js.map +0 -1
- package/esm2022/machine/q-bind.directive.js +0 -164
- package/esm2022/machine/q-bind.directive.js.map +0 -1
- package/esm2022/machine/qualcomm-ui-angular-core-machine.js +0 -5
- package/esm2022/machine/qualcomm-ui-angular-core-machine.js.map +0 -1
- package/esm2022/machine/refs.js +0 -18
- package/esm2022/machine/refs.js.map +0 -1
- package/esm2022/machine/track.js +0 -46
- package/esm2022/machine/track.js.map +0 -1
- package/esm2022/machine/use-machine.js +0 -312
- package/esm2022/machine/use-machine.js.map +0 -1
- package/esm2022/machine/use-track-bindings.js +0 -270
- package/esm2022/machine/use-track-bindings.js.map +0 -1
- package/esm2022/menu/base-menu-item.directive.js +0 -53
- package/esm2022/menu/base-menu-item.directive.js.map +0 -1
- package/esm2022/menu/core-menu-checkbox-item.directive.js +0 -51
- package/esm2022/menu/core-menu-checkbox-item.directive.js.map +0 -1
- package/esm2022/menu/core-menu-content.directive.js +0 -50
- package/esm2022/menu/core-menu-content.directive.js.map +0 -1
- package/esm2022/menu/core-menu-context-trigger.directive.js +0 -32
- package/esm2022/menu/core-menu-context-trigger.directive.js.map +0 -1
- package/esm2022/menu/core-menu-item-group-label.directive.js +0 -32
- package/esm2022/menu/core-menu-item-group-label.directive.js.map +0 -1
- package/esm2022/menu/core-menu-item-group.directive.js +0 -33
- package/esm2022/menu/core-menu-item-group.directive.js.map +0 -1
- package/esm2022/menu/core-menu-item-indicator.directive.js +0 -31
- package/esm2022/menu/core-menu-item-indicator.directive.js.map +0 -1
- package/esm2022/menu/core-menu-item-label.directive.js +0 -32
- package/esm2022/menu/core-menu-item-label.directive.js.map +0 -1
- package/esm2022/menu/core-menu-item-root.directive.js +0 -50
- package/esm2022/menu/core-menu-item-root.directive.js.map +0 -1
- package/esm2022/menu/core-menu-positioner.directive.js +0 -34
- package/esm2022/menu/core-menu-positioner.directive.js.map +0 -1
- package/esm2022/menu/core-menu-radio-item-group.directive.js +0 -52
- package/esm2022/menu/core-menu-radio-item-group.directive.js.map +0 -1
- package/esm2022/menu/core-menu-radio-item.directive.js +0 -41
- package/esm2022/menu/core-menu-radio-item.directive.js.map +0 -1
- package/esm2022/menu/core-menu-root.directive.js +0 -242
- package/esm2022/menu/core-menu-root.directive.js.map +0 -1
- package/esm2022/menu/core-menu-separator.directive.js +0 -21
- package/esm2022/menu/core-menu-separator.directive.js.map +0 -1
- package/esm2022/menu/core-menu-trigger-item.directive.js +0 -33
- package/esm2022/menu/core-menu-trigger-item.directive.js.map +0 -1
- package/esm2022/menu/core-menu-trigger.directive.js +0 -34
- package/esm2022/menu/core-menu-trigger.directive.js.map +0 -1
- package/esm2022/menu/index.js +0 -24
- package/esm2022/menu/index.js.map +0 -1
- package/esm2022/menu/menu-context.service.js +0 -14
- package/esm2022/menu/menu-context.service.js.map +0 -1
- package/esm2022/menu/menu-item-context.service.js +0 -14
- package/esm2022/menu/menu-item-context.service.js.map +0 -1
- package/esm2022/menu/menu-item-group-context.service.js +0 -14
- package/esm2022/menu/menu-item-group-context.service.js.map +0 -1
- package/esm2022/menu/menu-machine-context.service.js +0 -14
- package/esm2022/menu/menu-machine-context.service.js.map +0 -1
- package/esm2022/menu/menu-option-item-context.service.js +0 -14
- package/esm2022/menu/menu-option-item-context.service.js.map +0 -1
- package/esm2022/menu/menu-radio-item-group-context.service.js +0 -14
- package/esm2022/menu/menu-radio-item-group-context.service.js.map +0 -1
- package/esm2022/menu/menu-trigger-context.service.js +0 -14
- package/esm2022/menu/menu-trigger-context.service.js.map +0 -1
- package/esm2022/menu/qualcomm-ui-angular-core-menu.js +0 -5
- package/esm2022/menu/qualcomm-ui-angular-core-menu.js.map +0 -1
- package/esm2022/number-input/abstract-number-input-form-control.directive.js +0 -294
- package/esm2022/number-input/abstract-number-input-form-control.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-control.directive.js +0 -21
- package/esm2022/number-input/core-number-input-control.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-decrement-trigger.directive.js +0 -28
- package/esm2022/number-input/core-number-input-decrement-trigger.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-error-indicator.directive.js +0 -21
- package/esm2022/number-input/core-number-input-error-indicator.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-error-text.directive.js +0 -28
- package/esm2022/number-input/core-number-input-error-text.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-hint.directive.js +0 -28
- package/esm2022/number-input/core-number-input-hint.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-increment-trigger.directive.js +0 -28
- package/esm2022/number-input/core-number-input-increment-trigger.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-input-group.directive.js +0 -21
- package/esm2022/number-input/core-number-input-input-group.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-input.directive.js +0 -28
- package/esm2022/number-input/core-number-input-input.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-label.directive.js +0 -28
- package/esm2022/number-input/core-number-input-label.directive.js.map +0 -1
- package/esm2022/number-input/core-number-input-root.directive.js +0 -193
- package/esm2022/number-input/core-number-input-root.directive.js.map +0 -1
- package/esm2022/number-input/index.js +0 -14
- package/esm2022/number-input/index.js.map +0 -1
- package/esm2022/number-input/number-input-context.service.js +0 -14
- package/esm2022/number-input/number-input-context.service.js.map +0 -1
- package/esm2022/number-input/number-input.validators.js +0 -15
- package/esm2022/number-input/number-input.validators.js.map +0 -1
- package/esm2022/number-input/qualcomm-ui-angular-core-number-input.js +0 -5
- package/esm2022/number-input/qualcomm-ui-angular-core-number-input.js.map +0 -1
- package/esm2022/observers/index.js +0 -2
- package/esm2022/observers/index.js.map +0 -1
- package/esm2022/observers/intersection-observer.directive.js.map +0 -1
- package/esm2022/observers/qualcomm-ui-angular-core-observers.js +0 -5
- package/esm2022/observers/qualcomm-ui-angular-core-observers.js.map +0 -1
- package/esm2022/pagination/core-pagination-next-trigger.directive.js +0 -19
- package/esm2022/pagination/core-pagination-next-trigger.directive.js.map +0 -1
- package/esm2022/pagination/core-pagination-page-item.directive.js +0 -24
- package/esm2022/pagination/core-pagination-page-item.directive.js.map +0 -1
- package/esm2022/pagination/core-pagination-page-items.directive.js +0 -22
- package/esm2022/pagination/core-pagination-page-items.directive.js.map +0 -1
- package/esm2022/pagination/core-pagination-page-metadata.directive.js +0 -19
- package/esm2022/pagination/core-pagination-page-metadata.directive.js.map +0 -1
- package/esm2022/pagination/core-pagination-page-size-label.directive.js +0 -26
- package/esm2022/pagination/core-pagination-page-size-label.directive.js.map +0 -1
- package/esm2022/pagination/core-pagination-page-size.directive.js +0 -37
- package/esm2022/pagination/core-pagination-page-size.directive.js.map +0 -1
- package/esm2022/pagination/core-pagination-prev-trigger.directive.js +0 -19
- package/esm2022/pagination/core-pagination-prev-trigger.directive.js.map +0 -1
- package/esm2022/pagination/core-pagination-root.directive.js +0 -121
- package/esm2022/pagination/core-pagination-root.directive.js.map +0 -1
- package/esm2022/pagination/index.js +0 -10
- package/esm2022/pagination/index.js.map +0 -1
- package/esm2022/pagination/pagination-context.service.js +0 -14
- package/esm2022/pagination/pagination-context.service.js.map +0 -1
- package/esm2022/pagination/qualcomm-ui-angular-core-pagination.js +0 -5
- package/esm2022/pagination/qualcomm-ui-angular-core-pagination.js.map +0 -1
- package/esm2022/password-input/core-password-input-clear-trigger.directive.js +0 -21
- package/esm2022/password-input/core-password-input-clear-trigger.directive.js.map +0 -1
- package/esm2022/password-input/core-password-input-error-indicator.directive.js +0 -21
- package/esm2022/password-input/core-password-input-error-indicator.directive.js.map +0 -1
- package/esm2022/password-input/core-password-input-error-text.directive.js +0 -32
- package/esm2022/password-input/core-password-input-error-text.directive.js.map +0 -1
- package/esm2022/password-input/core-password-input-hint.directive.js +0 -32
- package/esm2022/password-input/core-password-input-hint.directive.js.map +0 -1
- package/esm2022/password-input/core-password-input-input-group.directive.js +0 -21
- package/esm2022/password-input/core-password-input-input-group.directive.js.map +0 -1
- package/esm2022/password-input/core-password-input-input.directive.js +0 -32
- package/esm2022/password-input/core-password-input-input.directive.js.map +0 -1
- package/esm2022/password-input/core-password-input-label.directive.js +0 -32
- package/esm2022/password-input/core-password-input-label.directive.js.map +0 -1
- package/esm2022/password-input/core-password-input-root.directive.js +0 -120
- package/esm2022/password-input/core-password-input-root.directive.js.map +0 -1
- package/esm2022/password-input/core-password-input-visibility-trigger.directive.js +0 -32
- package/esm2022/password-input/core-password-input-visibility-trigger.directive.js.map +0 -1
- package/esm2022/password-input/index.js +0 -11
- package/esm2022/password-input/index.js.map +0 -1
- package/esm2022/password-input/password-input-context.service.js +0 -14
- package/esm2022/password-input/password-input-context.service.js.map +0 -1
- package/esm2022/password-input/qualcomm-ui-angular-core-password-input.js +0 -5
- package/esm2022/password-input/qualcomm-ui-angular-core-password-input.js.map +0 -1
- package/esm2022/popover/core-popover-anchor.directive.js +0 -30
- package/esm2022/popover/core-popover-anchor.directive.js.map +0 -1
- package/esm2022/popover/core-popover-arrow-tip.directive.js +0 -19
- package/esm2022/popover/core-popover-arrow-tip.directive.js.map +0 -1
- package/esm2022/popover/core-popover-arrow.directive.js +0 -30
- package/esm2022/popover/core-popover-arrow.directive.js.map +0 -1
- package/esm2022/popover/core-popover-close-trigger.directive.js +0 -30
- package/esm2022/popover/core-popover-close-trigger.directive.js.map +0 -1
- package/esm2022/popover/core-popover-content.directive.js +0 -30
- package/esm2022/popover/core-popover-content.directive.js.map +0 -1
- package/esm2022/popover/core-popover-description.directive.js +0 -30
- package/esm2022/popover/core-popover-description.directive.js.map +0 -1
- package/esm2022/popover/core-popover-label.directive.js +0 -30
- package/esm2022/popover/core-popover-label.directive.js.map +0 -1
- package/esm2022/popover/core-popover-positioner.directive.js +0 -30
- package/esm2022/popover/core-popover-positioner.directive.js.map +0 -1
- package/esm2022/popover/core-popover-root.directive.js +0 -178
- package/esm2022/popover/core-popover-root.directive.js.map +0 -1
- package/esm2022/popover/core-popover-trigger.directive.js +0 -30
- package/esm2022/popover/core-popover-trigger.directive.js.map +0 -1
- package/esm2022/popover/index.js +0 -12
- package/esm2022/popover/index.js.map +0 -1
- package/esm2022/popover/popover-context.service.js +0 -14
- package/esm2022/popover/popover-context.service.js.map +0 -1
- package/esm2022/popover/qualcomm-ui-angular-core-popover.js +0 -5
- package/esm2022/popover/qualcomm-ui-angular-core-popover.js.map +0 -1
- package/esm2022/portal/index.js +0 -4
- package/esm2022/portal/index.js.map +0 -1
- package/esm2022/portal/portal-context.service.js +0 -16
- package/esm2022/portal/portal-context.service.js.map +0 -1
- package/esm2022/portal/portal.component.js +0 -125
- package/esm2022/portal/portal.component.js.map +0 -1
- package/esm2022/portal/portal.directive.js +0 -116
- package/esm2022/portal/portal.directive.js.map +0 -1
- package/esm2022/portal/qualcomm-ui-angular-core-portal.js +0 -5
- package/esm2022/portal/qualcomm-ui-angular-core-portal.js.map +0 -1
- package/esm2022/presence/core-presence.directive.js +0 -53
- package/esm2022/presence/core-presence.directive.js.map +0 -1
- package/esm2022/presence/index.js +0 -5
- package/esm2022/presence/index.js.map +0 -1
- package/esm2022/presence/presence-context.service.js +0 -59
- package/esm2022/presence/presence-context.service.js.map +0 -1
- package/esm2022/presence/qualcomm-ui-angular-core-presence.js +0 -5
- package/esm2022/presence/qualcomm-ui-angular-core-presence.js.map +0 -1
- package/esm2022/presence/render-strategy-context.service.js +0 -14
- package/esm2022/presence/render-strategy-context.service.js.map +0 -1
- package/esm2022/presence/use-presence-renderer.js +0 -30
- package/esm2022/presence/use-presence-renderer.js.map +0 -1
- package/esm2022/progress/core-base-progress.directive.js +0 -59
- package/esm2022/progress/core-base-progress.directive.js.map +0 -1
- package/esm2022/progress/core-progress-bar.directive.js +0 -19
- package/esm2022/progress/core-progress-bar.directive.js.map +0 -1
- package/esm2022/progress/core-progress-error-text.directive.js +0 -32
- package/esm2022/progress/core-progress-error-text.directive.js.map +0 -1
- package/esm2022/progress/core-progress-hint.directive.js +0 -32
- package/esm2022/progress/core-progress-hint.directive.js.map +0 -1
- package/esm2022/progress/core-progress-label.directive.js +0 -32
- package/esm2022/progress/core-progress-label.directive.js.map +0 -1
- package/esm2022/progress/core-progress-root.directive.js +0 -33
- package/esm2022/progress/core-progress-root.directive.js.map +0 -1
- package/esm2022/progress/core-progress-track.directive.js +0 -30
- package/esm2022/progress/core-progress-track.directive.js.map +0 -1
- package/esm2022/progress/core-progress-value-text.directive.js +0 -19
- package/esm2022/progress/core-progress-value-text.directive.js.map +0 -1
- package/esm2022/progress/index.js +0 -10
- package/esm2022/progress/index.js.map +0 -1
- package/esm2022/progress/progress-context.service.js +0 -15
- package/esm2022/progress/progress-context.service.js.map +0 -1
- package/esm2022/progress/qualcomm-ui-angular-core-progress.js +0 -5
- package/esm2022/progress/qualcomm-ui-angular-core-progress.js.map +0 -1
- package/esm2022/progress-ring/core-progress-ring-bar.directive.js +0 -21
- package/esm2022/progress-ring/core-progress-ring-bar.directive.js.map +0 -1
- package/esm2022/progress-ring/core-progress-ring-circle.directive.js +0 -32
- package/esm2022/progress-ring/core-progress-ring-circle.directive.js.map +0 -1
- package/esm2022/progress-ring/core-progress-ring-error-text.directive.js +0 -32
- package/esm2022/progress-ring/core-progress-ring-error-text.directive.js.map +0 -1
- package/esm2022/progress-ring/core-progress-ring-label.directive.js +0 -32
- package/esm2022/progress-ring/core-progress-ring-label.directive.js.map +0 -1
- package/esm2022/progress-ring/core-progress-ring-root.directive.js +0 -33
- package/esm2022/progress-ring/core-progress-ring-root.directive.js.map +0 -1
- package/esm2022/progress-ring/core-progress-ring-track.directive.js +0 -21
- package/esm2022/progress-ring/core-progress-ring-track.directive.js.map +0 -1
- package/esm2022/progress-ring/core-progress-ring-value-text.directive.js +0 -21
- package/esm2022/progress-ring/core-progress-ring-value-text.directive.js.map +0 -1
- package/esm2022/progress-ring/index.js +0 -9
- package/esm2022/progress-ring/index.js.map +0 -1
- package/esm2022/progress-ring/progress-ring-context.service.js +0 -14
- package/esm2022/progress-ring/progress-ring-context.service.js.map +0 -1
- package/esm2022/progress-ring/qualcomm-ui-angular-core-progress-ring.js +0 -5
- package/esm2022/progress-ring/qualcomm-ui-angular-core-progress-ring.js.map +0 -1
- package/esm2022/qualcomm-ui-angular-core.js +0 -5
- package/esm2022/qualcomm-ui-angular-core.js.map +0 -1
- package/esm2022/radio/abstract-radio-form-control.directive.js +0 -261
- package/esm2022/radio/abstract-radio-form-control.directive.js.map +0 -1
- package/esm2022/radio/core-radio-group-error-text.directive.js +0 -30
- package/esm2022/radio/core-radio-group-error-text.directive.js.map +0 -1
- package/esm2022/radio/core-radio-group-items.directive.js +0 -19
- package/esm2022/radio/core-radio-group-items.directive.js.map +0 -1
- package/esm2022/radio/core-radio-group-label.directive.js +0 -30
- package/esm2022/radio/core-radio-group-label.directive.js.map +0 -1
- package/esm2022/radio/core-radio-group.directive.js +0 -87
- package/esm2022/radio/core-radio-group.directive.js.map +0 -1
- package/esm2022/radio/core-radio-item-control.directive.js +0 -21
- package/esm2022/radio/core-radio-item-control.directive.js.map +0 -1
- package/esm2022/radio/core-radio-item-hidden-input.directive.js +0 -33
- package/esm2022/radio/core-radio-item-hidden-input.directive.js.map +0 -1
- package/esm2022/radio/core-radio-item-label.directive.js +0 -33
- package/esm2022/radio/core-radio-item-label.directive.js.map +0 -1
- package/esm2022/radio/core-radio-root.directive.js +0 -62
- package/esm2022/radio/core-radio-root.directive.js.map +0 -1
- package/esm2022/radio/index.js +0 -12
- package/esm2022/radio/index.js.map +0 -1
- package/esm2022/radio/qualcomm-ui-angular-core-radio.js +0 -5
- package/esm2022/radio/qualcomm-ui-angular-core-radio.js.map +0 -1
- package/esm2022/radio/radio-context.service.js +0 -14
- package/esm2022/radio/radio-context.service.js.map +0 -1
- package/esm2022/radio/radio-item-context.service.js +0 -14
- package/esm2022/radio/radio-item-context.service.js.map +0 -1
- package/esm2022/segmented-control/core-segmented-control-hidden-input.directive.js +0 -29
- package/esm2022/segmented-control/core-segmented-control-hidden-input.directive.js.map +0 -1
- package/esm2022/segmented-control/core-segmented-control-item-text.directive.js +0 -29
- package/esm2022/segmented-control/core-segmented-control-item-text.directive.js.map +0 -1
- package/esm2022/segmented-control/core-segmented-control-item.directive.js +0 -53
- package/esm2022/segmented-control/core-segmented-control-item.directive.js.map +0 -1
- package/esm2022/segmented-control/core-segmented-control-root.directive.js +0 -80
- package/esm2022/segmented-control/core-segmented-control-root.directive.js.map +0 -1
- package/esm2022/segmented-control/index.js +0 -6
- package/esm2022/segmented-control/index.js.map +0 -1
- package/esm2022/segmented-control/qualcomm-ui-angular-core-segmented-control.js +0 -5
- package/esm2022/segmented-control/qualcomm-ui-angular-core-segmented-control.js.map +0 -1
- package/esm2022/segmented-control/segmented-control-context.service.js +0 -14
- package/esm2022/segmented-control/segmented-control-context.service.js.map +0 -1
- package/esm2022/select/core-select-clear-trigger.directive.js +0 -30
- package/esm2022/select/core-select-clear-trigger.directive.js.map +0 -1
- package/esm2022/select/core-select-content.directive.js +0 -30
- package/esm2022/select/core-select-content.directive.js.map +0 -1
- package/esm2022/select/core-select-control.directive.js +0 -30
- package/esm2022/select/core-select-control.directive.js.map +0 -1
- package/esm2022/select/core-select-error-indicator.directive.js +0 -21
- package/esm2022/select/core-select-error-indicator.directive.js.map +0 -1
- package/esm2022/select/core-select-error-text.directive.js +0 -32
- package/esm2022/select/core-select-error-text.directive.js.map +0 -1
- package/esm2022/select/core-select-hidden-select.directive.js +0 -30
- package/esm2022/select/core-select-hidden-select.directive.js.map +0 -1
- package/esm2022/select/core-select-hint.directive.js +0 -32
- package/esm2022/select/core-select-hint.directive.js.map +0 -1
- package/esm2022/select/core-select-indicator.directive.js +0 -21
- package/esm2022/select/core-select-indicator.directive.js.map +0 -1
- package/esm2022/select/core-select-item-indicator.directive.js +0 -21
- package/esm2022/select/core-select-item-indicator.directive.js.map +0 -1
- package/esm2022/select/core-select-item-text.directive.js +0 -21
- package/esm2022/select/core-select-item-text.directive.js.map +0 -1
- package/esm2022/select/core-select-item.directive.js +0 -35
- package/esm2022/select/core-select-item.directive.js.map +0 -1
- package/esm2022/select/core-select-label.directive.js +0 -30
- package/esm2022/select/core-select-label.directive.js.map +0 -1
- package/esm2022/select/core-select-positioner.directive.js +0 -30
- package/esm2022/select/core-select-positioner.directive.js.map +0 -1
- package/esm2022/select/core-select-root.directive.js +0 -231
- package/esm2022/select/core-select-root.directive.js.map +0 -1
- package/esm2022/select/core-select-value-text.directive.js +0 -23
- package/esm2022/select/core-select-value-text.directive.js.map +0 -1
- package/esm2022/select/index.js +0 -18
- package/esm2022/select/index.js.map +0 -1
- package/esm2022/select/qualcomm-ui-angular-core-select.js +0 -5
- package/esm2022/select/qualcomm-ui-angular-core-select.js.map +0 -1
- package/esm2022/select/select-context.service.js +0 -15
- package/esm2022/select/select-context.service.js.map +0 -1
- package/esm2022/select/select-item-context.service.js +0 -14
- package/esm2022/select/select-item-context.service.js.map +0 -1
- package/esm2022/signals/access-signal.js +0 -17
- package/esm2022/signals/access-signal.js.map +0 -1
- package/esm2022/signals/host-binding.js +0 -84
- package/esm2022/signals/host-binding.js.map +0 -1
- package/esm2022/signals/index.js +0 -4
- package/esm2022/signals/index.js.map +0 -1
- package/esm2022/signals/qualcomm-ui-angular-core-signals.js +0 -5
- package/esm2022/signals/qualcomm-ui-angular-core-signals.js.map +0 -1
- package/esm2022/signals/signalify-input.js +0 -4
- package/esm2022/signals/signalify-input.js.map +0 -1
- package/esm2022/signals/signalify-object.js +0 -73
- package/esm2022/signals/signalify-object.js.map +0 -1
- package/esm2022/signals/signals.types.js +0 -4
- package/esm2022/signals/signals.types.js.map +0 -1
- package/esm2022/state/controlled-state-legacy.js +0 -80
- package/esm2022/state/controlled-state-legacy.js.map +0 -1
- package/esm2022/state/controlled-state.service.js +0 -84
- package/esm2022/state/controlled-state.service.js.map +0 -1
- package/esm2022/state/index.js +0 -4
- package/esm2022/state/index.js.map +0 -1
- package/esm2022/state/qualcomm-ui-angular-core-state.js +0 -5
- package/esm2022/state/qualcomm-ui-angular-core-state.js.map +0 -1
- package/esm2022/state/use-controlled-state.js +0 -28
- package/esm2022/state/use-controlled-state.js.map +0 -1
- package/esm2022/switch/core-switch-control.directive.js +0 -19
- package/esm2022/switch/core-switch-control.directive.js.map +0 -1
- package/esm2022/switch/core-switch-error-text.directive.js +0 -30
- package/esm2022/switch/core-switch-error-text.directive.js.map +0 -1
- package/esm2022/switch/core-switch-hidden-input.directive.js +0 -30
- package/esm2022/switch/core-switch-hidden-input.directive.js.map +0 -1
- package/esm2022/switch/core-switch-label.directive.js +0 -30
- package/esm2022/switch/core-switch-label.directive.js.map +0 -1
- package/esm2022/switch/core-switch-root.directive.js +0 -89
- package/esm2022/switch/core-switch-root.directive.js.map +0 -1
- package/esm2022/switch/core-switch-thumb.directive.js +0 -19
- package/esm2022/switch/core-switch-thumb.directive.js.map +0 -1
- package/esm2022/switch/index.js +0 -8
- package/esm2022/switch/index.js.map +0 -1
- package/esm2022/switch/qualcomm-ui-angular-core-switch.js +0 -5
- package/esm2022/switch/qualcomm-ui-angular-core-switch.js.map +0 -1
- package/esm2022/switch/switch-context.service.js +0 -14
- package/esm2022/switch/switch-context.service.js.map +0 -1
- package/esm2022/tabs/core-tab-button.directive.js +0 -35
- package/esm2022/tabs/core-tab-button.directive.js.map +0 -1
- package/esm2022/tabs/core-tab-dismiss-button.directive.js +0 -26
- package/esm2022/tabs/core-tab-dismiss-button.directive.js.map +0 -1
- package/esm2022/tabs/core-tab-root.directive.js +0 -37
- package/esm2022/tabs/core-tab-root.directive.js.map +0 -1
- package/esm2022/tabs/core-tabs-indicator.directive.js +0 -32
- package/esm2022/tabs/core-tabs-indicator.directive.js.map +0 -1
- package/esm2022/tabs/core-tabs-list.directive.js +0 -32
- package/esm2022/tabs/core-tabs-list.directive.js.map +0 -1
- package/esm2022/tabs/core-tabs-panel.directive.js +0 -61
- package/esm2022/tabs/core-tabs-panel.directive.js.map +0 -1
- package/esm2022/tabs/core-tabs-root.directive.js +0 -144
- package/esm2022/tabs/core-tabs-root.directive.js.map +0 -1
- package/esm2022/tabs/index.js +0 -10
- package/esm2022/tabs/index.js.map +0 -1
- package/esm2022/tabs/qualcomm-ui-angular-core-tabs.js +0 -5
- package/esm2022/tabs/qualcomm-ui-angular-core-tabs.js.map +0 -1
- package/esm2022/tabs/tab-context.service.js +0 -14
- package/esm2022/tabs/tab-context.service.js.map +0 -1
- package/esm2022/tabs/tabs-context.service.js +0 -14
- package/esm2022/tabs/tabs-context.service.js.map +0 -1
- package/esm2022/text-area/index.js +0 -2
- package/esm2022/text-area/index.js.map +0 -1
- package/esm2022/text-area/qualcomm-ui-angular-core-text-area.js +0 -5
- package/esm2022/text-area/qualcomm-ui-angular-core-text-area.js.map +0 -1
- package/esm2022/text-input/core-text-input-clear-trigger.directive.js +0 -19
- package/esm2022/text-input/core-text-input-clear-trigger.directive.js.map +0 -1
- package/esm2022/text-input/core-text-input-error-indicator.directive.js +0 -21
- package/esm2022/text-input/core-text-input-error-indicator.directive.js.map +0 -1
- package/esm2022/text-input/core-text-input-error-text.directive.js +0 -26
- package/esm2022/text-input/core-text-input-error-text.directive.js.map +0 -1
- package/esm2022/text-input/core-text-input-hint.directive.js +0 -26
- package/esm2022/text-input/core-text-input-hint.directive.js.map +0 -1
- package/esm2022/text-input/core-text-input-input-group.directive.js +0 -21
- package/esm2022/text-input/core-text-input-input-group.directive.js.map +0 -1
- package/esm2022/text-input/core-text-input-input.directive.js +0 -28
- package/esm2022/text-input/core-text-input-input.directive.js.map +0 -1
- package/esm2022/text-input/core-text-input-label.directive.js +0 -26
- package/esm2022/text-input/core-text-input-label.directive.js.map +0 -1
- package/esm2022/text-input/core-text-input-root.directive.js +0 -82
- package/esm2022/text-input/core-text-input-root.directive.js.map +0 -1
- package/esm2022/text-input/index.js +0 -10
- package/esm2022/text-input/index.js.map +0 -1
- package/esm2022/text-input/qualcomm-ui-angular-core-text-input.js +0 -5
- package/esm2022/text-input/qualcomm-ui-angular-core-text-input.js.map +0 -1
- package/esm2022/text-input/text-input-context.service.js +0 -14
- package/esm2022/text-input/text-input-context.service.js.map +0 -1
- package/esm2022/toast/core-toast-action.directive.js +0 -21
- package/esm2022/toast/core-toast-action.directive.js.map +0 -1
- package/esm2022/toast/core-toast-close-trigger.directive.js +0 -21
- package/esm2022/toast/core-toast-close-trigger.directive.js.map +0 -1
- package/esm2022/toast/core-toast-description.directive.js +0 -23
- package/esm2022/toast/core-toast-description.directive.js.map +0 -1
- package/esm2022/toast/core-toast-label.directive.js +0 -21
- package/esm2022/toast/core-toast-label.directive.js.map +0 -1
- package/esm2022/toast/core-toast-root.directive.js +0 -21
- package/esm2022/toast/core-toast-root.directive.js.map +0 -1
- package/esm2022/toast/core-toaster.directive.js +0 -55
- package/esm2022/toast/core-toaster.directive.js.map +0 -1
- package/esm2022/toast/index.js +0 -9
- package/esm2022/toast/index.js.map +0 -1
- package/esm2022/toast/qualcomm-ui-angular-core-toast.js +0 -5
- package/esm2022/toast/qualcomm-ui-angular-core-toast.js.map +0 -1
- package/esm2022/toast/toast-context.service.js +0 -14
- package/esm2022/toast/toast-context.service.js.map +0 -1
- package/esm2022/toast/toast-group-context.service.js +0 -14
- package/esm2022/toast/toast-group-context.service.js.map +0 -1
- package/esm2022/tooltip/core-tooltip-arrow-tip.directive.js +0 -19
- package/esm2022/tooltip/core-tooltip-arrow-tip.directive.js.map +0 -1
- package/esm2022/tooltip/core-tooltip-arrow.directive.js +0 -30
- package/esm2022/tooltip/core-tooltip-arrow.directive.js.map +0 -1
- package/esm2022/tooltip/core-tooltip-content.directive.js +0 -30
- package/esm2022/tooltip/core-tooltip-content.directive.js.map +0 -1
- package/esm2022/tooltip/core-tooltip-positioner.directive.js +0 -30
- package/esm2022/tooltip/core-tooltip-positioner.directive.js.map +0 -1
- package/esm2022/tooltip/core-tooltip-root.directive.js +0 -82
- package/esm2022/tooltip/core-tooltip-root.directive.js.map +0 -1
- package/esm2022/tooltip/core-tooltip-trigger.directive.js +0 -30
- package/esm2022/tooltip/core-tooltip-trigger.directive.js.map +0 -1
- package/esm2022/tooltip/index.js +0 -8
- package/esm2022/tooltip/index.js.map +0 -1
- package/esm2022/tooltip/qualcomm-ui-angular-core-tooltip.js +0 -5
- package/esm2022/tooltip/qualcomm-ui-angular-core-tooltip.js.map +0 -1
- package/esm2022/tooltip/tooltip-context.service.js +0 -14
- package/esm2022/tooltip/tooltip-context.service.js.map +0 -1
- package/esm2022/virtual/index.js +0 -3
- package/esm2022/virtual/index.js.map +0 -1
- package/esm2022/virtual/proxy.js +0 -95
- package/esm2022/virtual/proxy.js.map +0 -1
- package/esm2022/virtual/qualcomm-ui-angular-core-virtual.js +0 -5
- package/esm2022/virtual/qualcomm-ui-angular-core-virtual.js.map +0 -1
- package/esm2022/virtual/types.js +0 -4
- package/esm2022/virtual/types.js.map +0 -1
- package/esm2022/virtual/virtual.js +0 -89
- package/esm2022/virtual/virtual.js.map +0 -1
- package/events/listener.service.d.ts +0 -27
- package/events/listener.service.d.ts.map +0 -1
- package/events/qualcomm-ui-angular-core-events.d.ts +0 -6
- package/events/qualcomm-ui-angular-core-events.d.ts.map +0 -1
- package/events/use-copy-to-clipboard.d.ts +0 -9
- package/events/use-copy-to-clipboard.d.ts.map +0 -1
- package/forms/form-utils.d.ts +0 -17
- package/forms/form-utils.d.ts.map +0 -1
- package/forms/qualcomm-ui-angular-core-forms.d.ts +0 -6
- package/forms/qualcomm-ui-angular-core-forms.d.ts.map +0 -1
- package/forms/use-forbidden-form-control-warning.d.ts +0 -16
- package/forms/use-forbidden-form-control-warning.d.ts.map +0 -1
- package/highlight/highlight.directive.d.ts +0 -28
- package/highlight/highlight.directive.d.ts.map +0 -1
- package/highlight/qualcomm-ui-angular-core-highlight.d.ts +0 -6
- package/highlight/qualcomm-ui-angular-core-highlight.d.ts.map +0 -1
- package/inline-notification/core-inline-notification-action.directive.d.ts +0 -13
- package/inline-notification/core-inline-notification-action.directive.d.ts.map +0 -1
- package/inline-notification/core-inline-notification-close-trigger.directive.d.ts +0 -20
- package/inline-notification/core-inline-notification-close-trigger.directive.d.ts.map +0 -1
- package/inline-notification/core-inline-notification-description.directive.d.ts +0 -20
- package/inline-notification/core-inline-notification-description.directive.d.ts.map +0 -1
- package/inline-notification/core-inline-notification-icon.directive.d.ts +0 -13
- package/inline-notification/core-inline-notification-icon.directive.d.ts.map +0 -1
- package/inline-notification/core-inline-notification-label.directive.d.ts +0 -20
- package/inline-notification/core-inline-notification-label.directive.d.ts.map +0 -1
- package/inline-notification/core-inline-notification-root.directive.d.ts +0 -50
- package/inline-notification/core-inline-notification-root.directive.d.ts.map +0 -1
- package/inline-notification/inline-notification-context.service.d.ts +0 -9
- package/inline-notification/inline-notification-context.service.d.ts.map +0 -1
- package/inline-notification/qualcomm-ui-angular-core-inline-notification.d.ts +0 -6
- package/inline-notification/qualcomm-ui-angular-core-inline-notification.d.ts.map +0 -1
- package/input/abstract-input-form-control.directive.d.ts +0 -72
- package/input/abstract-input-form-control.directive.d.ts.map +0 -1
- package/input/abstract-list-collection-form-control.directive.d.ts +0 -81
- package/input/abstract-list-collection-form-control.directive.d.ts.map +0 -1
- package/input/input-form-control-provider.d.ts +0 -38
- package/input/input-form-control-provider.d.ts.map +0 -1
- package/input/qualcomm-ui-angular-core-input.d.ts +0 -6
- package/input/qualcomm-ui-angular-core-input.d.ts.map +0 -1
- package/locale/locale-context.service.d.ts +0 -9
- package/locale/locale-context.service.d.ts.map +0 -1
- package/locale/qualcomm-ui-angular-core-locale.d.ts +0 -6
- package/locale/qualcomm-ui-angular-core-locale.d.ts.map +0 -1
- package/locale/use-filter.d.ts +0 -8
- package/locale/use-filter.d.ts.map +0 -1
- package/lorem-ipsum/lorem-ipsum.directive.d.ts +0 -44
- package/lorem-ipsum/lorem-ipsum.directive.d.ts.map +0 -1
- package/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.d.ts +0 -6
- package/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.d.ts.map +0 -1
- package/lucide/lucide.types.d.ts +0 -40
- package/lucide/lucide.types.d.ts.map +0 -1
- package/lucide/provide-icons.d.ts +0 -11
- package/lucide/provide-icons.d.ts.map +0 -1
- package/lucide/qualcomm-ui-angular-core-lucide.d.ts +0 -6
- package/lucide/qualcomm-ui-angular-core-lucide.d.ts.map +0 -1
- package/machine/api-context.directive.d.ts +0 -20
- package/machine/api-context.directive.d.ts.map +0 -1
- package/machine/api-context.service.d.ts +0 -32
- package/machine/api-context.service.d.ts.map +0 -1
- package/machine/bindable-id-collection.d.ts +0 -3
- package/machine/bindable-id-collection.d.ts.map +0 -1
- package/machine/bindable-id.d.ts +0 -3
- package/machine/bindable-id.d.ts.map +0 -1
- package/machine/bindable.d.ts +0 -10
- package/machine/bindable.d.ts.map +0 -1
- package/machine/machine.types.d.ts +0 -8
- package/machine/machine.types.d.ts.map +0 -1
- package/machine/merge-props.d.ts +0 -20
- package/machine/merge-props.d.ts.map +0 -1
- package/machine/normalize-props.d.ts +0 -4
- package/machine/normalize-props.d.ts.map +0 -1
- package/machine/q-bind.directive.d.ts +0 -44
- package/machine/q-bind.directive.d.ts.map +0 -1
- package/machine/qualcomm-ui-angular-core-machine.d.ts +0 -6
- package/machine/qualcomm-ui-angular-core-machine.d.ts.map +0 -1
- package/machine/refs.d.ts +0 -5
- package/machine/refs.d.ts.map +0 -1
- package/machine/track.d.ts +0 -3
- package/machine/track.d.ts.map +0 -1
- package/machine/use-machine.d.ts +0 -12
- package/machine/use-machine.d.ts.map +0 -1
- package/machine/use-track-bindings.d.ts +0 -60
- package/machine/use-track-bindings.d.ts.map +0 -1
- package/menu/base-menu-item.directive.d.ts +0 -40
- package/menu/base-menu-item.directive.d.ts.map +0 -1
- package/menu/core-menu-checkbox-item.directive.d.ts +0 -35
- package/menu/core-menu-checkbox-item.directive.d.ts.map +0 -1
- package/menu/core-menu-content.directive.d.ts +0 -25
- package/menu/core-menu-content.directive.d.ts.map +0 -1
- package/menu/core-menu-context-trigger.directive.d.ts +0 -20
- package/menu/core-menu-context-trigger.directive.d.ts.map +0 -1
- package/menu/core-menu-item-group-label.directive.d.ts +0 -15
- package/menu/core-menu-item-group-label.directive.d.ts.map +0 -1
- package/menu/core-menu-item-group.directive.d.ts +0 -21
- package/menu/core-menu-item-group.directive.d.ts.map +0 -1
- package/menu/core-menu-item-indicator.directive.d.ts +0 -15
- package/menu/core-menu-item-indicator.directive.d.ts.map +0 -1
- package/menu/core-menu-item-label.directive.d.ts +0 -15
- package/menu/core-menu-item-label.directive.d.ts.map +0 -1
- package/menu/core-menu-item-root.directive.d.ts +0 -16
- package/menu/core-menu-item-root.directive.d.ts.map +0 -1
- package/menu/core-menu-positioner.directive.d.ts +0 -22
- package/menu/core-menu-positioner.directive.d.ts.map +0 -1
- package/menu/core-menu-radio-item-group.directive.d.ts +0 -33
- package/menu/core-menu-radio-item-group.directive.d.ts.map +0 -1
- package/menu/core-menu-radio-item.directive.d.ts +0 -18
- package/menu/core-menu-radio-item.directive.d.ts.map +0 -1
- package/menu/core-menu-root.directive.d.ts +0 -131
- package/menu/core-menu-root.directive.d.ts.map +0 -1
- package/menu/core-menu-separator.directive.d.ts +0 -13
- package/menu/core-menu-separator.directive.d.ts.map +0 -1
- package/menu/core-menu-trigger-item.directive.d.ts +0 -21
- package/menu/core-menu-trigger-item.directive.d.ts.map +0 -1
- package/menu/core-menu-trigger.directive.d.ts +0 -22
- package/menu/core-menu-trigger.directive.d.ts.map +0 -1
- package/menu/menu-context.service.d.ts +0 -9
- package/menu/menu-context.service.d.ts.map +0 -1
- package/menu/menu-item-context.service.d.ts +0 -11
- package/menu/menu-item-context.service.d.ts.map +0 -1
- package/menu/menu-item-group-context.service.d.ts +0 -9
- package/menu/menu-item-group-context.service.d.ts.map +0 -1
- package/menu/menu-machine-context.service.d.ts +0 -10
- package/menu/menu-machine-context.service.d.ts.map +0 -1
- package/menu/menu-option-item-context.service.d.ts +0 -11
- package/menu/menu-option-item-context.service.d.ts.map +0 -1
- package/menu/menu-radio-item-group-context.service.d.ts +0 -9
- package/menu/menu-radio-item-group-context.service.d.ts.map +0 -1
- package/menu/menu-trigger-context.service.d.ts +0 -9
- package/menu/menu-trigger-context.service.d.ts.map +0 -1
- package/menu/qualcomm-ui-angular-core-menu.d.ts +0 -6
- package/menu/qualcomm-ui-angular-core-menu.d.ts.map +0 -1
- package/number-input/abstract-number-input-form-control.directive.d.ts +0 -80
- package/number-input/abstract-number-input-form-control.directive.d.ts.map +0 -1
- package/number-input/core-number-input-control.directive.d.ts +0 -13
- package/number-input/core-number-input-control.directive.d.ts.map +0 -1
- package/number-input/core-number-input-decrement-trigger.directive.d.ts +0 -16
- package/number-input/core-number-input-decrement-trigger.directive.d.ts.map +0 -1
- package/number-input/core-number-input-error-indicator.directive.d.ts +0 -13
- package/number-input/core-number-input-error-indicator.directive.d.ts.map +0 -1
- package/number-input/core-number-input-error-text.directive.d.ts +0 -16
- package/number-input/core-number-input-error-text.directive.d.ts.map +0 -1
- package/number-input/core-number-input-hint.directive.d.ts +0 -16
- package/number-input/core-number-input-hint.directive.d.ts.map +0 -1
- package/number-input/core-number-input-increment-trigger.directive.d.ts +0 -16
- package/number-input/core-number-input-increment-trigger.directive.d.ts.map +0 -1
- package/number-input/core-number-input-input-group.directive.d.ts +0 -13
- package/number-input/core-number-input-input-group.directive.d.ts.map +0 -1
- package/number-input/core-number-input-input.directive.d.ts +0 -16
- package/number-input/core-number-input-input.directive.d.ts.map +0 -1
- package/number-input/core-number-input-label.directive.d.ts +0 -16
- package/number-input/core-number-input-label.directive.d.ts.map +0 -1
- package/number-input/core-number-input-root.directive.d.ts +0 -108
- package/number-input/core-number-input-root.directive.d.ts.map +0 -1
- package/number-input/number-input-context.service.d.ts +0 -9
- package/number-input/number-input-context.service.d.ts.map +0 -1
- package/number-input/number-input.validators.d.ts +0 -7
- package/number-input/number-input.validators.d.ts.map +0 -1
- package/number-input/qualcomm-ui-angular-core-number-input.d.ts +0 -6
- package/number-input/qualcomm-ui-angular-core-number-input.d.ts.map +0 -1
- package/observers/intersection-observer.directive.d.ts +0 -13
- package/observers/intersection-observer.directive.d.ts.map +0 -1
- package/observers/qualcomm-ui-angular-core-observers.d.ts +0 -6
- package/observers/qualcomm-ui-angular-core-observers.d.ts.map +0 -1
- package/pagination/core-pagination-next-trigger.directive.d.ts +0 -10
- package/pagination/core-pagination-next-trigger.directive.d.ts.map +0 -1
- package/pagination/core-pagination-page-item.directive.d.ts +0 -16
- package/pagination/core-pagination-page-item.directive.d.ts.map +0 -1
- package/pagination/core-pagination-page-items.directive.d.ts +0 -12
- package/pagination/core-pagination-page-items.directive.d.ts.map +0 -1
- package/pagination/core-pagination-page-metadata.directive.d.ts +0 -10
- package/pagination/core-pagination-page-metadata.directive.d.ts.map +0 -1
- package/pagination/core-pagination-page-size-label.directive.d.ts +0 -13
- package/pagination/core-pagination-page-size-label.directive.d.ts.map +0 -1
- package/pagination/core-pagination-page-size.directive.d.ts +0 -19
- package/pagination/core-pagination-page-size.directive.d.ts.map +0 -1
- package/pagination/core-pagination-prev-trigger.directive.d.ts +0 -10
- package/pagination/core-pagination-prev-trigger.directive.d.ts.map +0 -1
- package/pagination/core-pagination-root.directive.d.ts +0 -83
- package/pagination/core-pagination-root.directive.d.ts.map +0 -1
- package/pagination/pagination-context.service.d.ts +0 -9
- package/pagination/pagination-context.service.d.ts.map +0 -1
- package/pagination/qualcomm-ui-angular-core-pagination.d.ts +0 -6
- package/pagination/qualcomm-ui-angular-core-pagination.d.ts.map +0 -1
- package/password-input/core-password-input-clear-trigger.directive.d.ts +0 -13
- package/password-input/core-password-input-clear-trigger.directive.d.ts.map +0 -1
- package/password-input/core-password-input-error-indicator.directive.d.ts +0 -13
- package/password-input/core-password-input-error-indicator.directive.d.ts.map +0 -1
- package/password-input/core-password-input-error-text.directive.d.ts +0 -20
- package/password-input/core-password-input-error-text.directive.d.ts.map +0 -1
- package/password-input/core-password-input-hint.directive.d.ts +0 -20
- package/password-input/core-password-input-hint.directive.d.ts.map +0 -1
- package/password-input/core-password-input-input-group.directive.d.ts +0 -13
- package/password-input/core-password-input-input-group.directive.d.ts.map +0 -1
- package/password-input/core-password-input-input.directive.d.ts +0 -20
- package/password-input/core-password-input-input.directive.d.ts.map +0 -1
- package/password-input/core-password-input-label.directive.d.ts +0 -20
- package/password-input/core-password-input-label.directive.d.ts.map +0 -1
- package/password-input/core-password-input-root.directive.d.ts +0 -60
- package/password-input/core-password-input-root.directive.d.ts.map +0 -1
- package/password-input/core-password-input-visibility-trigger.directive.d.ts +0 -20
- package/password-input/core-password-input-visibility-trigger.directive.d.ts.map +0 -1
- package/password-input/password-input-context.service.d.ts +0 -9
- package/password-input/password-input-context.service.d.ts.map +0 -1
- package/password-input/qualcomm-ui-angular-core-password-input.d.ts +0 -6
- package/password-input/qualcomm-ui-angular-core-password-input.d.ts.map +0 -1
- package/popover/core-popover-anchor.directive.d.ts +0 -17
- package/popover/core-popover-anchor.directive.d.ts.map +0 -1
- package/popover/core-popover-arrow-tip.directive.d.ts +0 -10
- package/popover/core-popover-arrow-tip.directive.d.ts.map +0 -1
- package/popover/core-popover-arrow.directive.d.ts +0 -17
- package/popover/core-popover-arrow.directive.d.ts.map +0 -1
- package/popover/core-popover-close-trigger.directive.d.ts +0 -17
- package/popover/core-popover-close-trigger.directive.d.ts.map +0 -1
- package/popover/core-popover-content.directive.d.ts +0 -17
- package/popover/core-popover-content.directive.d.ts.map +0 -1
- package/popover/core-popover-description.directive.d.ts +0 -17
- package/popover/core-popover-description.directive.d.ts.map +0 -1
- package/popover/core-popover-label.directive.d.ts +0 -17
- package/popover/core-popover-label.directive.d.ts.map +0 -1
- package/popover/core-popover-positioner.directive.d.ts +0 -17
- package/popover/core-popover-positioner.directive.d.ts.map +0 -1
- package/popover/core-popover-root.directive.d.ts +0 -123
- package/popover/core-popover-root.directive.d.ts.map +0 -1
- package/popover/core-popover-trigger.directive.d.ts +0 -17
- package/popover/core-popover-trigger.directive.d.ts.map +0 -1
- package/popover/popover-context.service.d.ts +0 -9
- package/popover/popover-context.service.d.ts.map +0 -1
- package/popover/qualcomm-ui-angular-core-popover.d.ts +0 -6
- package/popover/qualcomm-ui-angular-core-popover.d.ts.map +0 -1
- package/portal/portal-context.service.d.ts +0 -9
- package/portal/portal-context.service.d.ts.map +0 -1
- package/portal/portal.component.d.ts +0 -37
- package/portal/portal.component.d.ts.map +0 -1
- package/portal/portal.directive.d.ts +0 -27
- package/portal/portal.directive.d.ts.map +0 -1
- package/portal/qualcomm-ui-angular-core-portal.d.ts +0 -6
- package/portal/qualcomm-ui-angular-core-portal.d.ts.map +0 -1
- package/presence/core-presence.directive.d.ts +0 -44
- package/presence/core-presence.directive.d.ts.map +0 -1
- package/presence/presence-context.service.d.ts +0 -22
- package/presence/presence-context.service.d.ts.map +0 -1
- package/presence/qualcomm-ui-angular-core-presence.d.ts +0 -6
- package/presence/qualcomm-ui-angular-core-presence.d.ts.map +0 -1
- package/presence/render-strategy-context.service.d.ts +0 -9
- package/presence/render-strategy-context.service.d.ts.map +0 -1
- package/presence/use-presence-renderer.d.ts +0 -20
- package/presence/use-presence-renderer.d.ts.map +0 -1
- package/progress/core-base-progress.directive.d.ts +0 -45
- package/progress/core-base-progress.directive.d.ts.map +0 -1
- package/progress/core-progress-bar.directive.d.ts +0 -13
- package/progress/core-progress-bar.directive.d.ts.map +0 -1
- package/progress/core-progress-error-text.directive.d.ts +0 -20
- package/progress/core-progress-error-text.directive.d.ts.map +0 -1
- package/progress/core-progress-hint.directive.d.ts +0 -20
- package/progress/core-progress-hint.directive.d.ts.map +0 -1
- package/progress/core-progress-label.directive.d.ts +0 -20
- package/progress/core-progress-label.directive.d.ts.map +0 -1
- package/progress/core-progress-root.directive.d.ts +0 -16
- package/progress/core-progress-root.directive.d.ts.map +0 -1
- package/progress/core-progress-track.directive.d.ts +0 -20
- package/progress/core-progress-track.directive.d.ts.map +0 -1
- package/progress/core-progress-value-text.directive.d.ts +0 -13
- package/progress/core-progress-value-text.directive.d.ts.map +0 -1
- package/progress/progress-context.service.d.ts +0 -9
- package/progress/progress-context.service.d.ts.map +0 -1
- package/progress/qualcomm-ui-angular-core-progress.d.ts +0 -6
- package/progress/qualcomm-ui-angular-core-progress.d.ts.map +0 -1
- package/progress-ring/core-progress-ring-bar.directive.d.ts +0 -13
- package/progress-ring/core-progress-ring-bar.directive.d.ts.map +0 -1
- package/progress-ring/core-progress-ring-circle.directive.d.ts +0 -20
- package/progress-ring/core-progress-ring-circle.directive.d.ts.map +0 -1
- package/progress-ring/core-progress-ring-error-text.directive.d.ts +0 -20
- package/progress-ring/core-progress-ring-error-text.directive.d.ts.map +0 -1
- package/progress-ring/core-progress-ring-label.directive.d.ts +0 -20
- package/progress-ring/core-progress-ring-label.directive.d.ts.map +0 -1
- package/progress-ring/core-progress-ring-root.directive.d.ts +0 -16
- package/progress-ring/core-progress-ring-root.directive.d.ts.map +0 -1
- package/progress-ring/core-progress-ring-track.directive.d.ts +0 -13
- package/progress-ring/core-progress-ring-track.directive.d.ts.map +0 -1
- package/progress-ring/core-progress-ring-value-text.directive.d.ts +0 -13
- package/progress-ring/core-progress-ring-value-text.directive.d.ts.map +0 -1
- package/progress-ring/progress-ring-context.service.d.ts +0 -9
- package/progress-ring/progress-ring-context.service.d.ts.map +0 -1
- package/progress-ring/qualcomm-ui-angular-core-progress-ring.d.ts +0 -6
- package/progress-ring/qualcomm-ui-angular-core-progress-ring.d.ts.map +0 -1
- package/qualcomm-ui-angular-core.d.ts +0 -6
- package/qualcomm-ui-angular-core.d.ts.map +0 -1
- package/radio/abstract-radio-form-control.directive.d.ts +0 -79
- package/radio/abstract-radio-form-control.directive.d.ts.map +0 -1
- package/radio/core-radio-group-error-text.directive.d.ts +0 -20
- package/radio/core-radio-group-error-text.directive.d.ts.map +0 -1
- package/radio/core-radio-group-items.directive.d.ts +0 -13
- package/radio/core-radio-group-items.directive.d.ts.map +0 -1
- package/radio/core-radio-group-label.directive.d.ts +0 -23
- package/radio/core-radio-group-label.directive.d.ts.map +0 -1
- package/radio/core-radio-group.directive.d.ts +0 -43
- package/radio/core-radio-group.directive.d.ts.map +0 -1
- package/radio/core-radio-item-control.directive.d.ts +0 -14
- package/radio/core-radio-item-control.directive.d.ts.map +0 -1
- package/radio/core-radio-item-hidden-input.directive.d.ts +0 -24
- package/radio/core-radio-item-hidden-input.directive.d.ts.map +0 -1
- package/radio/core-radio-item-label.directive.d.ts +0 -24
- package/radio/core-radio-item-label.directive.d.ts.map +0 -1
- package/radio/core-radio-root.directive.d.ts +0 -41
- package/radio/core-radio-root.directive.d.ts.map +0 -1
- package/radio/qualcomm-ui-angular-core-radio.d.ts +0 -6
- package/radio/qualcomm-ui-angular-core-radio.d.ts.map +0 -1
- package/radio/radio-context.service.d.ts +0 -9
- package/radio/radio-context.service.d.ts.map +0 -1
- package/radio/radio-item-context.service.d.ts +0 -9
- package/radio/radio-item-context.service.d.ts.map +0 -1
- package/segmented-control/core-segmented-control-hidden-input.directive.d.ts +0 -23
- package/segmented-control/core-segmented-control-hidden-input.directive.d.ts.map +0 -1
- package/segmented-control/core-segmented-control-item-text.directive.d.ts +0 -23
- package/segmented-control/core-segmented-control-item-text.directive.d.ts.map +0 -1
- package/segmented-control/core-segmented-control-item.directive.d.ts +0 -28
- package/segmented-control/core-segmented-control-item.directive.d.ts.map +0 -1
- package/segmented-control/core-segmented-control-root.directive.d.ts +0 -53
- package/segmented-control/core-segmented-control-root.directive.d.ts.map +0 -1
- package/segmented-control/qualcomm-ui-angular-core-segmented-control.d.ts +0 -6
- package/segmented-control/qualcomm-ui-angular-core-segmented-control.d.ts.map +0 -1
- package/segmented-control/segmented-control-context.service.d.ts +0 -9
- package/segmented-control/segmented-control-context.service.d.ts.map +0 -1
- package/select/core-select-clear-trigger.directive.d.ts +0 -20
- package/select/core-select-clear-trigger.directive.d.ts.map +0 -1
- package/select/core-select-content.directive.d.ts +0 -20
- package/select/core-select-content.directive.d.ts.map +0 -1
- package/select/core-select-control.directive.d.ts +0 -20
- package/select/core-select-control.directive.d.ts.map +0 -1
- package/select/core-select-error-indicator.directive.d.ts +0 -13
- package/select/core-select-error-indicator.directive.d.ts.map +0 -1
- package/select/core-select-error-text.directive.d.ts +0 -20
- package/select/core-select-error-text.directive.d.ts.map +0 -1
- package/select/core-select-hidden-select.directive.d.ts +0 -20
- package/select/core-select-hidden-select.directive.d.ts.map +0 -1
- package/select/core-select-hint.directive.d.ts +0 -20
- package/select/core-select-hint.directive.d.ts.map +0 -1
- package/select/core-select-indicator.directive.d.ts +0 -13
- package/select/core-select-indicator.directive.d.ts.map +0 -1
- package/select/core-select-item-indicator.directive.d.ts +0 -14
- package/select/core-select-item-indicator.directive.d.ts.map +0 -1
- package/select/core-select-item-text.directive.d.ts +0 -14
- package/select/core-select-item-text.directive.d.ts.map +0 -1
- package/select/core-select-item.directive.d.ts +0 -26
- package/select/core-select-item.directive.d.ts.map +0 -1
- package/select/core-select-label.directive.d.ts +0 -20
- package/select/core-select-label.directive.d.ts.map +0 -1
- package/select/core-select-positioner.directive.d.ts +0 -20
- package/select/core-select-positioner.directive.d.ts.map +0 -1
- package/select/core-select-root.directive.d.ts +0 -130
- package/select/core-select-root.directive.d.ts.map +0 -1
- package/select/core-select-value-text.directive.d.ts +0 -17
- package/select/core-select-value-text.directive.d.ts.map +0 -1
- package/select/qualcomm-ui-angular-core-select.d.ts +0 -6
- package/select/qualcomm-ui-angular-core-select.d.ts.map +0 -1
- package/select/select-context.service.d.ts +0 -12
- package/select/select-context.service.d.ts.map +0 -1
- package/select/select-item-context.service.d.ts +0 -9
- package/select/select-item-context.service.d.ts.map +0 -1
- package/signals/access-signal.d.ts +0 -10
- package/signals/access-signal.d.ts.map +0 -1
- package/signals/host-binding.d.ts +0 -58
- package/signals/host-binding.d.ts.map +0 -1
- package/signals/qualcomm-ui-angular-core-signals.d.ts +0 -6
- package/signals/qualcomm-ui-angular-core-signals.d.ts.map +0 -1
- package/signals/signalify-input.d.ts +0 -9
- package/signals/signalify-input.d.ts.map +0 -1
- package/signals/signalify-object.d.ts +0 -5
- package/signals/signalify-object.d.ts.map +0 -1
- package/signals/signals.types.d.ts +0 -3
- package/signals/signals.types.d.ts.map +0 -1
- package/state/controlled-state-legacy.d.ts +0 -49
- package/state/controlled-state-legacy.d.ts.map +0 -1
- package/state/controlled-state.service.d.ts +0 -41
- package/state/controlled-state.service.d.ts.map +0 -1
- package/state/qualcomm-ui-angular-core-state.d.ts +0 -6
- package/state/qualcomm-ui-angular-core-state.d.ts.map +0 -1
- package/state/use-controlled-state.d.ts +0 -13
- package/state/use-controlled-state.d.ts.map +0 -1
- package/switch/core-switch-control.directive.d.ts +0 -13
- package/switch/core-switch-control.directive.d.ts.map +0 -1
- package/switch/core-switch-error-text.directive.d.ts +0 -20
- package/switch/core-switch-error-text.directive.d.ts.map +0 -1
- package/switch/core-switch-hidden-input.directive.d.ts +0 -20
- package/switch/core-switch-hidden-input.directive.d.ts.map +0 -1
- package/switch/core-switch-label.directive.d.ts +0 -20
- package/switch/core-switch-label.directive.d.ts.map +0 -1
- package/switch/core-switch-root.directive.d.ts +0 -48
- package/switch/core-switch-root.directive.d.ts.map +0 -1
- package/switch/core-switch-thumb.directive.d.ts +0 -13
- package/switch/core-switch-thumb.directive.d.ts.map +0 -1
- package/switch/qualcomm-ui-angular-core-switch.d.ts +0 -6
- package/switch/qualcomm-ui-angular-core-switch.d.ts.map +0 -1
- package/switch/switch-context.service.d.ts +0 -9
- package/switch/switch-context.service.d.ts.map +0 -1
- package/tabs/core-tab-button.directive.d.ts +0 -21
- package/tabs/core-tab-button.directive.d.ts.map +0 -1
- package/tabs/core-tab-dismiss-button.directive.d.ts +0 -14
- package/tabs/core-tab-dismiss-button.directive.d.ts.map +0 -1
- package/tabs/core-tab-root.directive.d.ts +0 -26
- package/tabs/core-tab-root.directive.d.ts.map +0 -1
- package/tabs/core-tabs-indicator.directive.d.ts +0 -20
- package/tabs/core-tabs-indicator.directive.d.ts.map +0 -1
- package/tabs/core-tabs-list.directive.d.ts +0 -20
- package/tabs/core-tabs-list.directive.d.ts.map +0 -1
- package/tabs/core-tabs-panel.directive.d.ts +0 -33
- package/tabs/core-tabs-panel.directive.d.ts.map +0 -1
- package/tabs/core-tabs-root.directive.d.ts +0 -103
- package/tabs/core-tabs-root.directive.d.ts.map +0 -1
- package/tabs/qualcomm-ui-angular-core-tabs.d.ts +0 -6
- package/tabs/qualcomm-ui-angular-core-tabs.d.ts.map +0 -1
- package/tabs/tab-context.service.d.ts +0 -9
- package/tabs/tab-context.service.d.ts.map +0 -1
- package/tabs/tabs-context.service.d.ts +0 -9
- package/tabs/tabs-context.service.d.ts.map +0 -1
- package/text-area/qualcomm-ui-angular-core-text-area.d.ts +0 -6
- package/text-area/qualcomm-ui-angular-core-text-area.d.ts.map +0 -1
- package/text-input/core-text-input-clear-trigger.directive.d.ts +0 -13
- package/text-input/core-text-input-clear-trigger.directive.d.ts.map +0 -1
- package/text-input/core-text-input-error-indicator.directive.d.ts +0 -13
- package/text-input/core-text-input-error-indicator.directive.d.ts.map +0 -1
- package/text-input/core-text-input-error-text.directive.d.ts +0 -16
- package/text-input/core-text-input-error-text.directive.d.ts.map +0 -1
- package/text-input/core-text-input-hint.directive.d.ts +0 -16
- package/text-input/core-text-input-hint.directive.d.ts.map +0 -1
- package/text-input/core-text-input-input-group.directive.d.ts +0 -13
- package/text-input/core-text-input-input-group.directive.d.ts.map +0 -1
- package/text-input/core-text-input-input.directive.d.ts +0 -16
- package/text-input/core-text-input-input.directive.d.ts.map +0 -1
- package/text-input/core-text-input-label.directive.d.ts +0 -16
- package/text-input/core-text-input-label.directive.d.ts.map +0 -1
- package/text-input/core-text-input-root.directive.d.ts +0 -36
- package/text-input/core-text-input-root.directive.d.ts.map +0 -1
- package/text-input/qualcomm-ui-angular-core-text-input.d.ts +0 -6
- package/text-input/qualcomm-ui-angular-core-text-input.d.ts.map +0 -1
- package/text-input/text-input-context.service.d.ts +0 -9
- package/text-input/text-input-context.service.d.ts.map +0 -1
- package/toast/core-toast-action.directive.d.ts +0 -13
- package/toast/core-toast-action.directive.d.ts.map +0 -1
- package/toast/core-toast-close-trigger.directive.d.ts +0 -13
- package/toast/core-toast-close-trigger.directive.d.ts.map +0 -1
- package/toast/core-toast-description.directive.d.ts +0 -14
- package/toast/core-toast-description.directive.d.ts.map +0 -1
- package/toast/core-toast-label.directive.d.ts +0 -13
- package/toast/core-toast-label.directive.d.ts.map +0 -1
- package/toast/core-toast-root.directive.d.ts +0 -13
- package/toast/core-toast-root.directive.d.ts.map +0 -1
- package/toast/core-toaster.directive.d.ts +0 -42
- package/toast/core-toaster.directive.d.ts.map +0 -1
- package/toast/qualcomm-ui-angular-core-toast.d.ts +0 -6
- package/toast/qualcomm-ui-angular-core-toast.d.ts.map +0 -1
- package/toast/toast-context.service.d.ts +0 -9
- package/toast/toast-context.service.d.ts.map +0 -1
- package/toast/toast-group-context.service.d.ts +0 -9
- package/toast/toast-group-context.service.d.ts.map +0 -1
- package/tooltip/core-tooltip-arrow-tip.directive.d.ts +0 -10
- package/tooltip/core-tooltip-arrow-tip.directive.d.ts.map +0 -1
- package/tooltip/core-tooltip-arrow.directive.d.ts +0 -17
- package/tooltip/core-tooltip-arrow.directive.d.ts.map +0 -1
- package/tooltip/core-tooltip-content.directive.d.ts +0 -17
- package/tooltip/core-tooltip-content.directive.d.ts.map +0 -1
- package/tooltip/core-tooltip-positioner.directive.d.ts +0 -17
- package/tooltip/core-tooltip-positioner.directive.d.ts.map +0 -1
- package/tooltip/core-tooltip-root.directive.d.ts +0 -53
- package/tooltip/core-tooltip-root.directive.d.ts.map +0 -1
- package/tooltip/core-tooltip-trigger.directive.d.ts +0 -17
- package/tooltip/core-tooltip-trigger.directive.d.ts.map +0 -1
- package/tooltip/qualcomm-ui-angular-core-tooltip.d.ts +0 -6
- package/tooltip/qualcomm-ui-angular-core-tooltip.d.ts.map +0 -1
- package/tooltip/tooltip-context.service.d.ts +0 -9
- package/tooltip/tooltip-context.service.d.ts.map +0 -1
- package/virtual/proxy.d.ts +0 -5
- package/virtual/proxy.d.ts.map +0 -1
- package/virtual/qualcomm-ui-angular-core-virtual.d.ts +0 -6
- package/virtual/qualcomm-ui-angular-core-virtual.d.ts.map +0 -1
- package/virtual/types.d.ts +0 -14
- package/virtual/types.d.ts.map +0 -1
- package/virtual/virtual.d.ts +0 -12
- package/virtual/virtual.d.ts.map +0 -1
|
@@ -0,0 +1,1186 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { signal, Injectable, InjectionToken, inject, TemplateRef, ViewContainerRef, Injector, effect, Directive, computed, input, ElementRef, Renderer2, runInInjectionContext, RendererStyleFlags2, afterRenderEffect, untracked, isSignal } from '@angular/core';
|
|
3
|
+
import { isFunction, isString, isNumber, isObject, ensure } from '@qualcomm-ui/utils/guard';
|
|
4
|
+
import { clsx } from '@qualcomm-ui/utils/clsx';
|
|
5
|
+
import { callAll } from '@qualcomm-ui/utils/functions';
|
|
6
|
+
import { isEqual } from '@qualcomm-ui/utils/equal';
|
|
7
|
+
import { normalizeAriaAttr } from '@qualcomm-ui/utils/attributes';
|
|
8
|
+
import { createPropNormalizer, MachineStatus, INIT_STATE } from '@qualcomm-ui/utils/machine';
|
|
9
|
+
import { createScope } from '@qualcomm-ui/dom/query';
|
|
10
|
+
import { toArray } from '@qualcomm-ui/utils/array';
|
|
11
|
+
import { compact } from '@qualcomm-ui/utils/object';
|
|
12
|
+
|
|
13
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
14
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
15
|
+
/**
|
|
16
|
+
* Manages the API context for a service.
|
|
17
|
+
*
|
|
18
|
+
* Provides a way to initialize and access an API signal, ensuring that it is only
|
|
19
|
+
* set once. Attempting to reinitialize or access an uninitialized API will result
|
|
20
|
+
* in errors.
|
|
21
|
+
*
|
|
22
|
+
* @template T - The type of the data returned by the API.
|
|
23
|
+
*/
|
|
24
|
+
class BaseApiContextService {
|
|
25
|
+
initialized = signal(false, ...(ngDevMode ? [{ debugName: "initialized" }] : []));
|
|
26
|
+
get context() {
|
|
27
|
+
if (!this._context) {
|
|
28
|
+
throw new Error("context not initialized");
|
|
29
|
+
}
|
|
30
|
+
return this._context;
|
|
31
|
+
}
|
|
32
|
+
_context;
|
|
33
|
+
init(computedApi) {
|
|
34
|
+
if (this._context) {
|
|
35
|
+
throw new Error("context already initialized");
|
|
36
|
+
}
|
|
37
|
+
this._context = computedApi;
|
|
38
|
+
this.initialized.set(true);
|
|
39
|
+
}
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: BaseApiContextService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
41
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: BaseApiContextService });
|
|
42
|
+
}
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: BaseApiContextService, decorators: [{
|
|
44
|
+
type: Injectable
|
|
45
|
+
}] });
|
|
46
|
+
function createApiContext(name, service, initialValue) {
|
|
47
|
+
const token = new InjectionToken(name);
|
|
48
|
+
function useContext(opts = {}) {
|
|
49
|
+
return inject(token, opts);
|
|
50
|
+
}
|
|
51
|
+
function getProviders() {
|
|
52
|
+
return [
|
|
53
|
+
service,
|
|
54
|
+
{
|
|
55
|
+
deps: [service],
|
|
56
|
+
provide: token,
|
|
57
|
+
useFactory: (context) => {
|
|
58
|
+
if (!context.initialized() && initialValue !== undefined) {
|
|
59
|
+
context.init(signal(initialValue));
|
|
60
|
+
}
|
|
61
|
+
return () => context.context();
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
];
|
|
65
|
+
}
|
|
66
|
+
return [token, useContext, getProviders];
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
70
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
71
|
+
/**
|
|
72
|
+
* Base directive for creating context-aware directives that render content
|
|
73
|
+
* only when an API context is available.
|
|
74
|
+
*
|
|
75
|
+
* This abstract class provides the core functionality to:
|
|
76
|
+
* 1. Check if a required API context service is available
|
|
77
|
+
* 2. Render the associated template only when the API instance is accessible
|
|
78
|
+
* 3. Provide the API instance to the template as a typed value
|
|
79
|
+
*/
|
|
80
|
+
class ApiContextDirective {
|
|
81
|
+
templateRef = inject(TemplateRef);
|
|
82
|
+
viewContainerRef = inject(ViewContainerRef);
|
|
83
|
+
injector = inject(Injector);
|
|
84
|
+
constructor(
|
|
85
|
+
// eslint-disable-next-line @angular-eslint/prefer-inject
|
|
86
|
+
contextService, contextName) {
|
|
87
|
+
if (!contextService) {
|
|
88
|
+
console.warn(`${contextName} used without a parent context. Template will not render.`);
|
|
89
|
+
return;
|
|
90
|
+
}
|
|
91
|
+
effect(() => {
|
|
92
|
+
this.viewContainerRef.clear();
|
|
93
|
+
const apiInstance = contextService.context();
|
|
94
|
+
if (apiInstance) {
|
|
95
|
+
this.viewContainerRef.createEmbeddedView(this.templateRef, {
|
|
96
|
+
$implicit: apiInstance,
|
|
97
|
+
[contextName]: apiInstance,
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
}, { injector: this.injector });
|
|
101
|
+
}
|
|
102
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ApiContextDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
103
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ApiContextDirective, isStandalone: true, ngImport: i0 });
|
|
104
|
+
}
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ApiContextDirective, decorators: [{
|
|
106
|
+
type: Directive
|
|
107
|
+
}], ctorParameters: () => [{ type: BaseApiContextService }, { type: undefined }] });
|
|
108
|
+
|
|
109
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
110
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
111
|
+
function bindableIdCollection() {
|
|
112
|
+
const collection = signal({}, ...(ngDevMode ? [{ debugName: "collection" }] : []));
|
|
113
|
+
return {
|
|
114
|
+
get(itemKey) {
|
|
115
|
+
return collection()[itemKey];
|
|
116
|
+
},
|
|
117
|
+
getAll() {
|
|
118
|
+
const result = {};
|
|
119
|
+
const current = collection();
|
|
120
|
+
for (const key in current) {
|
|
121
|
+
result[key] = current[key];
|
|
122
|
+
}
|
|
123
|
+
return result;
|
|
124
|
+
},
|
|
125
|
+
keys() {
|
|
126
|
+
return Object.keys(collection());
|
|
127
|
+
},
|
|
128
|
+
register(itemKey, value, onDestroy) {
|
|
129
|
+
const current = collection();
|
|
130
|
+
if (current[itemKey] === value) {
|
|
131
|
+
return;
|
|
132
|
+
}
|
|
133
|
+
if (onDestroy) {
|
|
134
|
+
onDestroy(() => {
|
|
135
|
+
const currentState = collection();
|
|
136
|
+
const { [itemKey]: _removed, ...rest } = currentState;
|
|
137
|
+
collection.set(rest);
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
collection.update((prevState) => ({
|
|
141
|
+
...prevState,
|
|
142
|
+
[itemKey]: value,
|
|
143
|
+
}));
|
|
144
|
+
},
|
|
145
|
+
remove(itemKey) {
|
|
146
|
+
const current = collection();
|
|
147
|
+
const { [itemKey]: _removed, ...rest } = current;
|
|
148
|
+
collection.set(rest);
|
|
149
|
+
},
|
|
150
|
+
set(itemKey, value) {
|
|
151
|
+
collection.update((prev) => ({
|
|
152
|
+
...prev,
|
|
153
|
+
[itemKey]: value,
|
|
154
|
+
}));
|
|
155
|
+
},
|
|
156
|
+
};
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
160
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
161
|
+
function bindableId(initialValue) {
|
|
162
|
+
// this value won't trigger change detection, but signals do
|
|
163
|
+
let cachedValue = initialValue;
|
|
164
|
+
const value = signal(initialValue, ...(ngDevMode ? [{ debugName: "value" }] : []));
|
|
165
|
+
return {
|
|
166
|
+
get() {
|
|
167
|
+
return value();
|
|
168
|
+
},
|
|
169
|
+
set(v) {
|
|
170
|
+
if (cachedValue === v) {
|
|
171
|
+
return;
|
|
172
|
+
}
|
|
173
|
+
cachedValue = v;
|
|
174
|
+
value.set(v);
|
|
175
|
+
},
|
|
176
|
+
};
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
180
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
181
|
+
function bindable(props) {
|
|
182
|
+
const initial = props().value ?? props().defaultValue;
|
|
183
|
+
const eq = props().isEqual ?? Object.is;
|
|
184
|
+
const value = signal(initial, ...(ngDevMode ? [{ debugName: "value" }] : []));
|
|
185
|
+
const controlled = computed(() => props().value !== undefined, ...(ngDevMode ? [{ debugName: "controlled" }] : []));
|
|
186
|
+
const valueRef = computed(() => (controlled() ? props().value : value()), ...(ngDevMode ? [{ debugName: "valueRef" }] : []));
|
|
187
|
+
return {
|
|
188
|
+
get() {
|
|
189
|
+
return valueRef();
|
|
190
|
+
},
|
|
191
|
+
hash(value) {
|
|
192
|
+
return props().hash?.(value) ?? String(value);
|
|
193
|
+
},
|
|
194
|
+
initial,
|
|
195
|
+
invoke(nextValue, prevValue) {
|
|
196
|
+
props().onChange?.(nextValue, null, prevValue);
|
|
197
|
+
},
|
|
198
|
+
ref: valueRef,
|
|
199
|
+
set(v, event) {
|
|
200
|
+
const prev = valueRef();
|
|
201
|
+
const next = isFunction(v) ? v(prev) : v;
|
|
202
|
+
if (!controlled()) {
|
|
203
|
+
value.set(next);
|
|
204
|
+
}
|
|
205
|
+
if (!eq(next, prev)) {
|
|
206
|
+
props().onChange?.(next, event, prev);
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
};
|
|
210
|
+
}
|
|
211
|
+
bindable.cleanup = (fn) => {
|
|
212
|
+
effect((onCleanup) => onCleanup(fn));
|
|
213
|
+
};
|
|
214
|
+
bindable.ref = (defaultValue) => {
|
|
215
|
+
let value = defaultValue;
|
|
216
|
+
return {
|
|
217
|
+
get: () => value,
|
|
218
|
+
set: (next) => {
|
|
219
|
+
value = next;
|
|
220
|
+
},
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
225
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
226
|
+
const CSS_REGEX = /((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g;
|
|
227
|
+
/**
|
|
228
|
+
* Converts a CSS text fragment (`"color:red; width:10px"`)
|
|
229
|
+
* into a `{color:'red', width:'10px'}` object.
|
|
230
|
+
*/
|
|
231
|
+
function parseCssText(style) {
|
|
232
|
+
const out = {};
|
|
233
|
+
let match;
|
|
234
|
+
while ((match = CSS_REGEX.exec(style))) {
|
|
235
|
+
out[match[1]] = match[2];
|
|
236
|
+
}
|
|
237
|
+
return out;
|
|
238
|
+
}
|
|
239
|
+
function mergeStyle(a, b) {
|
|
240
|
+
if (typeof a === "string") {
|
|
241
|
+
if (typeof b === "string") {
|
|
242
|
+
return `${a};${b}`;
|
|
243
|
+
}
|
|
244
|
+
a = parseCssText(a);
|
|
245
|
+
}
|
|
246
|
+
else if (typeof b === "string") {
|
|
247
|
+
b = parseCssText(b);
|
|
248
|
+
}
|
|
249
|
+
return { ...(a ?? {}), ...(b ?? {}) };
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Angular-friendly version of `mergeProps`.
|
|
253
|
+
*
|
|
254
|
+
* - Handlers (`on*`) are composed with `callAll`.
|
|
255
|
+
* - `class` / `className` values are merged via `clsx`.
|
|
256
|
+
* - `style` strings or objects are merged and normalised.
|
|
257
|
+
*/
|
|
258
|
+
function mergeProps(...sources) {
|
|
259
|
+
const result = {};
|
|
260
|
+
for (const current of sources) {
|
|
261
|
+
if (!current) {
|
|
262
|
+
continue;
|
|
263
|
+
}
|
|
264
|
+
for (const key in current) {
|
|
265
|
+
const prev = result[key];
|
|
266
|
+
const next = current[key];
|
|
267
|
+
if (prev !== undefined) {
|
|
268
|
+
if (key.startsWith("on") &&
|
|
269
|
+
typeof prev === "function" &&
|
|
270
|
+
typeof next === "function") {
|
|
271
|
+
result[key] = callAll(prev, next);
|
|
272
|
+
continue;
|
|
273
|
+
}
|
|
274
|
+
if (key === "class" || key === "className") {
|
|
275
|
+
result[key] = clsx(prev, next);
|
|
276
|
+
continue;
|
|
277
|
+
}
|
|
278
|
+
if (key === "style") {
|
|
279
|
+
result[key] = mergeStyle(prev, next);
|
|
280
|
+
continue;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
result[key] = next;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
// Adapt the merged object to Angular-friendly prop names.
|
|
287
|
+
return result;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
291
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
292
|
+
/**
|
|
293
|
+
* A directive similar to Vue's `v-bind` that spreads an object's properties onto
|
|
294
|
+
* the host element. For the best performance, use a stable reference to a signal
|
|
295
|
+
* instead of an object literal in the template. Converts callbacks from `on*`
|
|
296
|
+
* syntax to their corresponding Angular event callbacks. Does not account for
|
|
297
|
+
* input/output properties due to Angular limitations.
|
|
298
|
+
*
|
|
299
|
+
* @example
|
|
300
|
+
* <!-- bad: new object every time -->
|
|
301
|
+
* <div [q-bind]="{class: 'a', onClick: click}"></div>
|
|
302
|
+
*
|
|
303
|
+
* <!-- good: stable reference -->
|
|
304
|
+
* <div [q-bind]="buttonProps"></div>
|
|
305
|
+
*/
|
|
306
|
+
class QBindDirective {
|
|
307
|
+
bind = input.required(...(ngDevMode ? [{ debugName: "bind", alias: "q-bind" }] : [{ alias: "q-bind" }]));
|
|
308
|
+
bindOptions = input({}, ...(ngDevMode ? [{ debugName: "bindOptions", alias: "q-bind-options" }] : [{ alias: "q-bind-options" }]));
|
|
309
|
+
elementRef = inject((ElementRef));
|
|
310
|
+
renderer = inject(Renderer2);
|
|
311
|
+
injector = inject(Injector);
|
|
312
|
+
listeners = new Map();
|
|
313
|
+
prev = {};
|
|
314
|
+
omittedProps = computed(() => {
|
|
315
|
+
const opts = this.bindOptions();
|
|
316
|
+
return new Set(Array.from(opts.omittedProps || []));
|
|
317
|
+
}, ...(ngDevMode ? [{ debugName: "omittedProps" }] : []));
|
|
318
|
+
constructor() {
|
|
319
|
+
runInInjectionContext(this.injector, () => {
|
|
320
|
+
effect(() => {
|
|
321
|
+
const next = this.bind();
|
|
322
|
+
if (!isEqual(next, this.prev)) {
|
|
323
|
+
this.handleAttrs(this.prev, next || {});
|
|
324
|
+
this.prev = { ...next };
|
|
325
|
+
}
|
|
326
|
+
});
|
|
327
|
+
});
|
|
328
|
+
}
|
|
329
|
+
ngOnDestroy() {
|
|
330
|
+
this.listeners.forEach((unlisten) => unlisten());
|
|
331
|
+
this.listeners.clear();
|
|
332
|
+
}
|
|
333
|
+
removeClass(names) {
|
|
334
|
+
if (!names) {
|
|
335
|
+
return;
|
|
336
|
+
}
|
|
337
|
+
const el = this.elementRef.nativeElement;
|
|
338
|
+
for (const name of names.split(",")) {
|
|
339
|
+
this.renderer.removeClass(el, name);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
addClass(names) {
|
|
343
|
+
const el = this.elementRef.nativeElement;
|
|
344
|
+
for (const className of names.split(" ")) {
|
|
345
|
+
for (const name of className.split(",")) {
|
|
346
|
+
this.renderer.addClass(el, name);
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
removeStyle(style) {
|
|
351
|
+
if (!style) {
|
|
352
|
+
return;
|
|
353
|
+
}
|
|
354
|
+
const el = this.elementRef.nativeElement;
|
|
355
|
+
for (const name of Object.keys(style)) {
|
|
356
|
+
this.renderer.removeStyle(el, name, RendererStyleFlags2.DashCase);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
addStyle(style) {
|
|
360
|
+
const el = this.elementRef.nativeElement;
|
|
361
|
+
for (const [name, value] of Object.entries(style)) {
|
|
362
|
+
this.renderer.setStyle(el, name, value, RendererStyleFlags2.DashCase);
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
addEventListener(name, callback) {
|
|
366
|
+
const eventName = name.substring(2);
|
|
367
|
+
this.listeners.get(name)?.();
|
|
368
|
+
const unlisten = this.renderer.listen(this.elementRef.nativeElement, eventName, callback);
|
|
369
|
+
this.listeners.set(name, unlisten);
|
|
370
|
+
}
|
|
371
|
+
handleAttrs(prevProps, nextProps) {
|
|
372
|
+
const el = this.elementRef.nativeElement;
|
|
373
|
+
for (const [name, value] of Object.entries(prevProps)) {
|
|
374
|
+
if (name in nextProps || this.omittedProps().has(name)) {
|
|
375
|
+
continue;
|
|
376
|
+
}
|
|
377
|
+
if (name.startsWith("on")) {
|
|
378
|
+
this.listeners.get(name)?.();
|
|
379
|
+
this.listeners.delete(name);
|
|
380
|
+
continue;
|
|
381
|
+
}
|
|
382
|
+
switch (name) {
|
|
383
|
+
case "class":
|
|
384
|
+
this.removeClass(value);
|
|
385
|
+
continue;
|
|
386
|
+
case "style":
|
|
387
|
+
this.removeStyle(value);
|
|
388
|
+
continue;
|
|
389
|
+
case "value":
|
|
390
|
+
this.renderer.setProperty(el, "value", undefined);
|
|
391
|
+
continue;
|
|
392
|
+
case "textContent":
|
|
393
|
+
this.renderer.setProperty(el, "textContent", "");
|
|
394
|
+
continue;
|
|
395
|
+
case "checked":
|
|
396
|
+
this.renderer.setProperty(el, "checked", false);
|
|
397
|
+
continue;
|
|
398
|
+
}
|
|
399
|
+
this.renderer.removeAttribute(el, name);
|
|
400
|
+
}
|
|
401
|
+
for (const [name, value] of Object.entries(nextProps)) {
|
|
402
|
+
if (name in prevProps && isEqual(value, prevProps[name])) {
|
|
403
|
+
continue;
|
|
404
|
+
}
|
|
405
|
+
if (name.startsWith("on")) {
|
|
406
|
+
const prevHandler = prevProps[name];
|
|
407
|
+
if (isEqual(prevHandler, value)) {
|
|
408
|
+
continue;
|
|
409
|
+
}
|
|
410
|
+
this.addEventListener(name, value);
|
|
411
|
+
continue;
|
|
412
|
+
}
|
|
413
|
+
switch (name) {
|
|
414
|
+
case "class":
|
|
415
|
+
this.removeClass(prevProps[name]);
|
|
416
|
+
this.addClass(value);
|
|
417
|
+
continue;
|
|
418
|
+
case "style":
|
|
419
|
+
this.removeStyle(prevProps[name]);
|
|
420
|
+
this.addStyle(value);
|
|
421
|
+
continue;
|
|
422
|
+
case "value":
|
|
423
|
+
case "checked":
|
|
424
|
+
case "textContent":
|
|
425
|
+
this.renderer.setProperty(el, name, value);
|
|
426
|
+
continue;
|
|
427
|
+
}
|
|
428
|
+
if (isString(value) || isNumber(value)) {
|
|
429
|
+
this.renderer.setAttribute(el, name, `${value}`);
|
|
430
|
+
continue;
|
|
431
|
+
}
|
|
432
|
+
if (value === true) {
|
|
433
|
+
this.renderer.setAttribute(el, name, "");
|
|
434
|
+
}
|
|
435
|
+
else {
|
|
436
|
+
this.renderer.removeAttribute(el, name);
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QBindDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
441
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: QBindDirective, isStandalone: true, selector: "[q-bind]", inputs: { bind: { classPropertyName: "bind", publicName: "q-bind", isSignal: true, isRequired: true, transformFunction: null }, bindOptions: { classPropertyName: "bindOptions", publicName: "q-bind-options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
442
|
+
}
|
|
443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QBindDirective, decorators: [{
|
|
444
|
+
type: Directive,
|
|
445
|
+
args: [{
|
|
446
|
+
selector: "[q-bind]",
|
|
447
|
+
}]
|
|
448
|
+
}], ctorParameters: () => [], propDecorators: { bind: [{ type: i0.Input, args: [{ isSignal: true, alias: "q-bind", required: true }] }], bindOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "q-bind-options", required: false }] }] } });
|
|
449
|
+
|
|
450
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
451
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
452
|
+
const propMap = {
|
|
453
|
+
className: "class",
|
|
454
|
+
defaultChecked: "checked",
|
|
455
|
+
defaultValue: "value",
|
|
456
|
+
htmlFor: "for",
|
|
457
|
+
onBlur: "onfocusout",
|
|
458
|
+
onChange: "oninput",
|
|
459
|
+
onDoubleClick: "ondblclick",
|
|
460
|
+
onFocus: "onfocusin",
|
|
461
|
+
readOnly: "readonly",
|
|
462
|
+
};
|
|
463
|
+
const preserveKeys = new Set([
|
|
464
|
+
"viewBox",
|
|
465
|
+
"className",
|
|
466
|
+
"preserveAspectRatio",
|
|
467
|
+
"fillRule",
|
|
468
|
+
"clipPath",
|
|
469
|
+
"clipRule",
|
|
470
|
+
]);
|
|
471
|
+
const transformers = {
|
|
472
|
+
"aria-hidden": normalizeAriaAttr,
|
|
473
|
+
};
|
|
474
|
+
const normalizeProps = createPropNormalizer((props) => {
|
|
475
|
+
const normalized = {};
|
|
476
|
+
for (const [key, value] of Object.entries(props)) {
|
|
477
|
+
if (key === "style") {
|
|
478
|
+
if (isString(value)) {
|
|
479
|
+
normalized["style"] = serializeStyle(value);
|
|
480
|
+
}
|
|
481
|
+
else if (isObject(value)) {
|
|
482
|
+
normalized["style"] = hyphenateStyle(value);
|
|
483
|
+
}
|
|
484
|
+
continue;
|
|
485
|
+
}
|
|
486
|
+
if (key === "className") {
|
|
487
|
+
if (isString(value)) {
|
|
488
|
+
normalized["class"] = value;
|
|
489
|
+
}
|
|
490
|
+
else {
|
|
491
|
+
normalized["class"] = clsx(value);
|
|
492
|
+
}
|
|
493
|
+
continue;
|
|
494
|
+
}
|
|
495
|
+
if (key === "children") {
|
|
496
|
+
if (isString(value)) {
|
|
497
|
+
normalized["textContent"] = value;
|
|
498
|
+
}
|
|
499
|
+
continue;
|
|
500
|
+
}
|
|
501
|
+
if (key in transformers) {
|
|
502
|
+
normalized[key] = transformers[key](value);
|
|
503
|
+
continue;
|
|
504
|
+
}
|
|
505
|
+
normalized[toAngularProp(key)] = value;
|
|
506
|
+
}
|
|
507
|
+
return normalized;
|
|
508
|
+
});
|
|
509
|
+
const STYLE_REGEX = /((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g;
|
|
510
|
+
function serializeStyle(style) {
|
|
511
|
+
const res = {};
|
|
512
|
+
let match;
|
|
513
|
+
while ((match = STYLE_REGEX.exec(style))) {
|
|
514
|
+
res[match[1]] = match[2];
|
|
515
|
+
}
|
|
516
|
+
return res;
|
|
517
|
+
}
|
|
518
|
+
function hyphenateStyle(style) {
|
|
519
|
+
const res = {};
|
|
520
|
+
for (const [property, value] of Object.entries(style)) {
|
|
521
|
+
if (value === null || value === undefined) {
|
|
522
|
+
continue;
|
|
523
|
+
}
|
|
524
|
+
res[hyphenateStyleName(property)] = value;
|
|
525
|
+
}
|
|
526
|
+
return res;
|
|
527
|
+
}
|
|
528
|
+
const cache = new Map();
|
|
529
|
+
const uppercasePattern = /[A-Z]/g;
|
|
530
|
+
const msPattern = /^ms-/;
|
|
531
|
+
function hyphenateStyleName(name) {
|
|
532
|
+
if (name.startsWith("--")) {
|
|
533
|
+
return name;
|
|
534
|
+
}
|
|
535
|
+
if (cache.has(name)) {
|
|
536
|
+
return cache.get(name);
|
|
537
|
+
}
|
|
538
|
+
const hName = name.replace(uppercasePattern, toHyphenLower);
|
|
539
|
+
return cache.set(name, msPattern.test(hName) ? `-${hName}` : hName).get(name);
|
|
540
|
+
}
|
|
541
|
+
function toHyphenLower(match) {
|
|
542
|
+
return `-${match.toLowerCase()}`;
|
|
543
|
+
}
|
|
544
|
+
function toAngularProp(prop) {
|
|
545
|
+
if (prop in propMap) {
|
|
546
|
+
return propMap[prop];
|
|
547
|
+
}
|
|
548
|
+
if (preserveKeys.has(prop)) {
|
|
549
|
+
return prop;
|
|
550
|
+
}
|
|
551
|
+
return prop.toLowerCase();
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
555
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
556
|
+
function createRefs(refs) {
|
|
557
|
+
const ref = signal(refs, ...(ngDevMode ? [{ debugName: "ref" }] : []));
|
|
558
|
+
return {
|
|
559
|
+
get(key) {
|
|
560
|
+
return ref()[key];
|
|
561
|
+
},
|
|
562
|
+
set(key, value) {
|
|
563
|
+
ref.update((prev) => ({
|
|
564
|
+
...prev,
|
|
565
|
+
[key]: value,
|
|
566
|
+
}));
|
|
567
|
+
},
|
|
568
|
+
};
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
572
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
573
|
+
function access$1(value) {
|
|
574
|
+
return isFunction(value) ? value() : value;
|
|
575
|
+
}
|
|
576
|
+
function useTrack(injector) {
|
|
577
|
+
return (deps, _effect) => {
|
|
578
|
+
let prevDeps = [];
|
|
579
|
+
let isInitialized = false;
|
|
580
|
+
let isMounted = false;
|
|
581
|
+
runInInjectionContext(injector, () => {
|
|
582
|
+
// Separate effect to track mount state
|
|
583
|
+
effect(() => {
|
|
584
|
+
queueMicrotask(() => {
|
|
585
|
+
isMounted = true;
|
|
586
|
+
});
|
|
587
|
+
});
|
|
588
|
+
effect(() => {
|
|
589
|
+
const currentDeps = deps.map((d) => access$1(d));
|
|
590
|
+
if (!isInitialized) {
|
|
591
|
+
prevDeps = currentDeps;
|
|
592
|
+
isInitialized = true;
|
|
593
|
+
return;
|
|
594
|
+
}
|
|
595
|
+
if (!isMounted) {
|
|
596
|
+
return;
|
|
597
|
+
}
|
|
598
|
+
let changed = false;
|
|
599
|
+
for (let i = 0; i < deps.length; i++) {
|
|
600
|
+
if (!isEqual(prevDeps[i], currentDeps[i])) {
|
|
601
|
+
changed = true;
|
|
602
|
+
break;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
if (changed) {
|
|
606
|
+
prevDeps = currentDeps;
|
|
607
|
+
_effect();
|
|
608
|
+
}
|
|
609
|
+
});
|
|
610
|
+
});
|
|
611
|
+
};
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
615
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
616
|
+
function useMachine(config, userProps = {}, injector, opts = {}) {
|
|
617
|
+
const debug = (...args) => {
|
|
618
|
+
if (opts.debug) {
|
|
619
|
+
console.debug(...args);
|
|
620
|
+
}
|
|
621
|
+
};
|
|
622
|
+
const scope = computed(() => {
|
|
623
|
+
const { getRootNode, id } = access(userProps);
|
|
624
|
+
return createScope({ getRootNode, id });
|
|
625
|
+
});
|
|
626
|
+
const configIds = config.ids?.({
|
|
627
|
+
bindableId,
|
|
628
|
+
bindableIdCollection: () => bindableIdCollection(),
|
|
629
|
+
});
|
|
630
|
+
const ids = {
|
|
631
|
+
collection(key) {
|
|
632
|
+
return configIds?.[key];
|
|
633
|
+
},
|
|
634
|
+
get(key) {
|
|
635
|
+
return configIds?.[key]?.get?.();
|
|
636
|
+
},
|
|
637
|
+
register(key, valueOrParams, onDestroy) {
|
|
638
|
+
if (typeof valueOrParams === "object" &&
|
|
639
|
+
valueOrParams !== null &&
|
|
640
|
+
"id" in valueOrParams) {
|
|
641
|
+
const params = valueOrParams;
|
|
642
|
+
configIds?.[key].set?.(params.id);
|
|
643
|
+
params.onDestroy?.(() => configIds?.[key].set?.(undefined));
|
|
644
|
+
}
|
|
645
|
+
else {
|
|
646
|
+
configIds?.[key].set?.(valueOrParams);
|
|
647
|
+
onDestroy?.(() => configIds?.[key].set?.(undefined));
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
set(key, value) {
|
|
651
|
+
configIds?.[key].set?.(value);
|
|
652
|
+
},
|
|
653
|
+
};
|
|
654
|
+
const props = computed(() => config.props?.({
|
|
655
|
+
props: compact(access(userProps)),
|
|
656
|
+
scope: { ...scope(), ids },
|
|
657
|
+
}) ?? access(userProps));
|
|
658
|
+
const prop = useProp(props);
|
|
659
|
+
let previousEventRef = null;
|
|
660
|
+
let eventRef = { type: "" };
|
|
661
|
+
const getEvent = () => ({
|
|
662
|
+
...eventRef,
|
|
663
|
+
current() {
|
|
664
|
+
return eventRef;
|
|
665
|
+
},
|
|
666
|
+
previous() {
|
|
667
|
+
return previousEventRef;
|
|
668
|
+
},
|
|
669
|
+
});
|
|
670
|
+
const context = {
|
|
671
|
+
get(key) {
|
|
672
|
+
return configContext[key]?.get();
|
|
673
|
+
},
|
|
674
|
+
hash(key) {
|
|
675
|
+
const current = configContext?.[key].get();
|
|
676
|
+
return configContext?.[key].hash(current);
|
|
677
|
+
},
|
|
678
|
+
initial(key) {
|
|
679
|
+
return configContext?.[key].initial;
|
|
680
|
+
},
|
|
681
|
+
set(key, value, ...details) {
|
|
682
|
+
configContext?.[key].set(value, ...details);
|
|
683
|
+
},
|
|
684
|
+
};
|
|
685
|
+
const refs = createRefs(config.refs?.({ context, prop }) ?? {});
|
|
686
|
+
const configContext = config.context?.({
|
|
687
|
+
bindable,
|
|
688
|
+
flush,
|
|
689
|
+
getComputed() {
|
|
690
|
+
return computed$1;
|
|
691
|
+
},
|
|
692
|
+
getContext() {
|
|
693
|
+
return context;
|
|
694
|
+
},
|
|
695
|
+
getEvent() {
|
|
696
|
+
return getEvent();
|
|
697
|
+
},
|
|
698
|
+
getRefs() {
|
|
699
|
+
return refs;
|
|
700
|
+
},
|
|
701
|
+
prop,
|
|
702
|
+
get scope() {
|
|
703
|
+
return { ...scope(), ids };
|
|
704
|
+
},
|
|
705
|
+
});
|
|
706
|
+
const computed$1 = (key) => {
|
|
707
|
+
ensure(config.computed, () => `No computed object found on machine`);
|
|
708
|
+
const fn = config.computed[key];
|
|
709
|
+
return fn({
|
|
710
|
+
computed: computed$1,
|
|
711
|
+
context,
|
|
712
|
+
prop,
|
|
713
|
+
refs,
|
|
714
|
+
get scope() {
|
|
715
|
+
return { ...scope(), ids };
|
|
716
|
+
},
|
|
717
|
+
});
|
|
718
|
+
};
|
|
719
|
+
// Create the actions object with direct property access
|
|
720
|
+
const actions = {};
|
|
721
|
+
if (config.actions) {
|
|
722
|
+
for (const key of Object.keys(config.actions)) {
|
|
723
|
+
const actionFn = config.actions[key];
|
|
724
|
+
actions[key] = () => {
|
|
725
|
+
return actionFn(getParams());
|
|
726
|
+
};
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
let effectsRef = new Map();
|
|
730
|
+
let transitionRef = null;
|
|
731
|
+
const action = (keys) => {
|
|
732
|
+
if (!keys) {
|
|
733
|
+
return;
|
|
734
|
+
}
|
|
735
|
+
const strs = isFunction(keys) ? keys(getParams()) : keys;
|
|
736
|
+
if (!strs) {
|
|
737
|
+
return;
|
|
738
|
+
}
|
|
739
|
+
for (const key of strs) {
|
|
740
|
+
const fn = config.actions?.[key];
|
|
741
|
+
if (fn) {
|
|
742
|
+
fn(getParams());
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
};
|
|
746
|
+
const guard = (guard) => {
|
|
747
|
+
if (isFunction(guard)) {
|
|
748
|
+
return guard(getParams());
|
|
749
|
+
}
|
|
750
|
+
return config.guards?.[guard](getParams());
|
|
751
|
+
};
|
|
752
|
+
const choose = (transitions) => {
|
|
753
|
+
return toArray(transitions).find((t) => {
|
|
754
|
+
let result = !t.guard;
|
|
755
|
+
if (isString(t.guard)) {
|
|
756
|
+
result = !!guard(t.guard);
|
|
757
|
+
}
|
|
758
|
+
else if (isFunction(t.guard)) {
|
|
759
|
+
result = t.guard(getParams());
|
|
760
|
+
}
|
|
761
|
+
return result;
|
|
762
|
+
});
|
|
763
|
+
};
|
|
764
|
+
const effect = (keys) => {
|
|
765
|
+
if (!keys) {
|
|
766
|
+
return undefined;
|
|
767
|
+
}
|
|
768
|
+
const fns = keys.map((s) => {
|
|
769
|
+
return config.effects?.[s];
|
|
770
|
+
});
|
|
771
|
+
const cleanups = [];
|
|
772
|
+
for (const fn of fns) {
|
|
773
|
+
const cleanup = fn?.(getParams());
|
|
774
|
+
if (cleanup) {
|
|
775
|
+
cleanups.push(cleanup);
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
return () => cleanups.forEach((fn) => fn?.());
|
|
779
|
+
};
|
|
780
|
+
const state = bindable(() => ({
|
|
781
|
+
defaultValue: config.initialState({ prop }),
|
|
782
|
+
name: "state",
|
|
783
|
+
onChange: (nextState, details, prevState) => {
|
|
784
|
+
// compute effects: exit -> transition -> enter
|
|
785
|
+
// exit effects
|
|
786
|
+
if (prevState) {
|
|
787
|
+
const exitEffects = effectsRef.get(prevState);
|
|
788
|
+
exitEffects?.();
|
|
789
|
+
effectsRef.delete(prevState);
|
|
790
|
+
}
|
|
791
|
+
// exit actions
|
|
792
|
+
if (prevState) {
|
|
793
|
+
action(config.states[prevState]?.exit);
|
|
794
|
+
}
|
|
795
|
+
// transition actions
|
|
796
|
+
action(transitionRef?.actions);
|
|
797
|
+
// enter effect
|
|
798
|
+
const cleanup = effect(config.states[nextState]?.effects);
|
|
799
|
+
if (cleanup) {
|
|
800
|
+
effectsRef.set(nextState, cleanup);
|
|
801
|
+
}
|
|
802
|
+
// root entry actions
|
|
803
|
+
if (prevState === "__init__") {
|
|
804
|
+
action(config.onInit?.actions);
|
|
805
|
+
const cleanup = effect(config.onInit?.effects ?? []);
|
|
806
|
+
if (cleanup) {
|
|
807
|
+
effectsRef.set("__init__", cleanup);
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
// enter actions
|
|
811
|
+
action(config.states[nextState]?.entry);
|
|
812
|
+
},
|
|
813
|
+
}));
|
|
814
|
+
const getState = () => ({
|
|
815
|
+
...state,
|
|
816
|
+
hasTag(tag) {
|
|
817
|
+
return !!config.states[state.get()]?.tags?.includes(tag);
|
|
818
|
+
},
|
|
819
|
+
matches(...values) {
|
|
820
|
+
return values.includes(state.get());
|
|
821
|
+
},
|
|
822
|
+
});
|
|
823
|
+
const send = (event) => {
|
|
824
|
+
queueMicrotask(() => {
|
|
825
|
+
previousEventRef = { ...eventRef };
|
|
826
|
+
eventRef = { ...event };
|
|
827
|
+
const currentState = state.get();
|
|
828
|
+
debug("send", { currentState, event });
|
|
829
|
+
const transitions = config.states[currentState]?.on?.[event.type] ?? config.on?.[event.type];
|
|
830
|
+
const transition = choose(transitions);
|
|
831
|
+
if (!transition) {
|
|
832
|
+
return;
|
|
833
|
+
}
|
|
834
|
+
// save current transition
|
|
835
|
+
transitionRef = transition;
|
|
836
|
+
const target = transition.target ?? currentState;
|
|
837
|
+
const changed = target !== currentState;
|
|
838
|
+
debug("transition", transition);
|
|
839
|
+
if (changed) {
|
|
840
|
+
state.set(target);
|
|
841
|
+
}
|
|
842
|
+
else if (transition.reenter && !changed) {
|
|
843
|
+
// reenter will re-invoke the current state
|
|
844
|
+
state.invoke(currentState, currentState);
|
|
845
|
+
}
|
|
846
|
+
else {
|
|
847
|
+
// call transition actions
|
|
848
|
+
action(transition.actions ?? []);
|
|
849
|
+
}
|
|
850
|
+
});
|
|
851
|
+
};
|
|
852
|
+
const getParams = () => ({
|
|
853
|
+
action,
|
|
854
|
+
actions,
|
|
855
|
+
choose,
|
|
856
|
+
computed: computed$1,
|
|
857
|
+
context,
|
|
858
|
+
event: getEvent(),
|
|
859
|
+
flush,
|
|
860
|
+
guard,
|
|
861
|
+
prop,
|
|
862
|
+
refs,
|
|
863
|
+
get scope() {
|
|
864
|
+
return { ...scope(), ids };
|
|
865
|
+
},
|
|
866
|
+
send: send,
|
|
867
|
+
state: getState(),
|
|
868
|
+
track: useTrack(injector),
|
|
869
|
+
});
|
|
870
|
+
config.watch?.(getParams());
|
|
871
|
+
let status = MachineStatus.NOT_STARTED;
|
|
872
|
+
runInInjectionContext(injector, () => {
|
|
873
|
+
afterRenderEffect((onCleanup) => {
|
|
874
|
+
const started = status === MachineStatus.STARTED;
|
|
875
|
+
status = MachineStatus.STARTED;
|
|
876
|
+
debug(started ? "rehydrating..." : "initializing...");
|
|
877
|
+
untracked(() => state.invoke(state.initial, INIT_STATE));
|
|
878
|
+
onCleanup(() => {
|
|
879
|
+
debug("unmounting...");
|
|
880
|
+
status = MachineStatus.STOPPED;
|
|
881
|
+
effectsRef.forEach((fn) => fn());
|
|
882
|
+
effectsRef = new Map();
|
|
883
|
+
transitionRef = null;
|
|
884
|
+
action(config.onDestroy?.actions);
|
|
885
|
+
});
|
|
886
|
+
});
|
|
887
|
+
});
|
|
888
|
+
return {
|
|
889
|
+
computed: computed$1,
|
|
890
|
+
context,
|
|
891
|
+
event: getEvent(),
|
|
892
|
+
prop,
|
|
893
|
+
refs,
|
|
894
|
+
get scope() {
|
|
895
|
+
return { ...scope(), ids };
|
|
896
|
+
},
|
|
897
|
+
send: send,
|
|
898
|
+
state: getState(),
|
|
899
|
+
};
|
|
900
|
+
}
|
|
901
|
+
function flush(fn) {
|
|
902
|
+
queueMicrotask(() => {
|
|
903
|
+
fn();
|
|
904
|
+
});
|
|
905
|
+
}
|
|
906
|
+
function access(value) {
|
|
907
|
+
return isSignal(value) ? value() : value;
|
|
908
|
+
}
|
|
909
|
+
function useProp(value) {
|
|
910
|
+
return function get(key) {
|
|
911
|
+
return value()[key];
|
|
912
|
+
};
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
916
|
+
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
917
|
+
/**
|
|
918
|
+
* Creates a reactive property binding system that dynamically applies computed
|
|
919
|
+
* properties to a host element. This function sets up an effect that watches for
|
|
920
|
+
* changes in the provided property getter and efficiently updates the DOM element
|
|
921
|
+
* accordingly.
|
|
922
|
+
*
|
|
923
|
+
* @param propGetter - A function that returns a dictionary of properties to bind to the element.
|
|
924
|
+
* Supports attributes, CSS classes, styles, event listeners, and DOM properties.
|
|
925
|
+
*
|
|
926
|
+
* @returns An initialization function that starts the reactive binding process
|
|
927
|
+
*
|
|
928
|
+
* @example
|
|
929
|
+
* ```typescript
|
|
930
|
+
* @Component({
|
|
931
|
+
* selector: 'my-component',
|
|
932
|
+
* template: '<div>Content</div>'
|
|
933
|
+
* })
|
|
934
|
+
* export class MyComponent {
|
|
935
|
+
* protected readonly isExpanded = signal(false)
|
|
936
|
+
*
|
|
937
|
+
* private readonly trackBindings = useTrackBindings(() => ({
|
|
938
|
+
* class: 'active component',
|
|
939
|
+
* 'aria-expanded': this.isExpanded(),
|
|
940
|
+
* }))
|
|
941
|
+
*
|
|
942
|
+
* ngOnInit() {
|
|
943
|
+
* // Start the reactive binding
|
|
944
|
+
* this.trackBindings()
|
|
945
|
+
* }
|
|
946
|
+
* }
|
|
947
|
+
* ```
|
|
948
|
+
*/
|
|
949
|
+
function useTrackBindings(propGetter) {
|
|
950
|
+
let shouldDebug;
|
|
951
|
+
let disabled = false;
|
|
952
|
+
const additionalPropGetters = [];
|
|
953
|
+
const debug = (...args) => {
|
|
954
|
+
if (shouldDebug) {
|
|
955
|
+
console.debug(...args);
|
|
956
|
+
}
|
|
957
|
+
};
|
|
958
|
+
let elementRef = inject((ElementRef));
|
|
959
|
+
const renderer = inject(Renderer2);
|
|
960
|
+
const listeners = new Map();
|
|
961
|
+
const injector = inject(Injector);
|
|
962
|
+
let prev = {};
|
|
963
|
+
function removeClass(names) {
|
|
964
|
+
if (!names) {
|
|
965
|
+
return;
|
|
966
|
+
}
|
|
967
|
+
const el = elementRef.nativeElement;
|
|
968
|
+
for (const name of names.split(",")) {
|
|
969
|
+
renderer.removeClass(el, name);
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
function addClass(names) {
|
|
973
|
+
const el = elementRef.nativeElement;
|
|
974
|
+
for (const name of names.split(",")) {
|
|
975
|
+
for (const className of name.split(" ")) {
|
|
976
|
+
renderer.addClass(el, className);
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
function removeStyle(style) {
|
|
981
|
+
if (!style) {
|
|
982
|
+
return;
|
|
983
|
+
}
|
|
984
|
+
const el = elementRef.nativeElement;
|
|
985
|
+
for (const name of Object.keys(style)) {
|
|
986
|
+
renderer.removeStyle(el, name, RendererStyleFlags2.DashCase);
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
function addStyle(style) {
|
|
990
|
+
const el = elementRef.nativeElement;
|
|
991
|
+
for (const [name, value] of Object.entries(style)) {
|
|
992
|
+
renderer.setStyle(el, name, value, RendererStyleFlags2.DashCase);
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
function addEventListener(name, callback) {
|
|
996
|
+
const eventName = name.substring(2);
|
|
997
|
+
debug(`Binding event: ${name} -> ${eventName}`);
|
|
998
|
+
listeners.get(name)?.();
|
|
999
|
+
const unlisten = renderer.listen(elementRef.nativeElement, name.substring(2), callback);
|
|
1000
|
+
listeners.set(name, unlisten);
|
|
1001
|
+
}
|
|
1002
|
+
function handleAttrs(prevProps, nextProps) {
|
|
1003
|
+
const el = elementRef.nativeElement;
|
|
1004
|
+
for (const [name, value] of Object.entries(prevProps)) {
|
|
1005
|
+
if (name in nextProps) {
|
|
1006
|
+
continue;
|
|
1007
|
+
}
|
|
1008
|
+
if (name.startsWith("on")) {
|
|
1009
|
+
listeners.get(name)?.();
|
|
1010
|
+
listeners.delete(name); // Ensure cleanup
|
|
1011
|
+
continue;
|
|
1012
|
+
}
|
|
1013
|
+
switch (name) {
|
|
1014
|
+
case "class":
|
|
1015
|
+
removeClass(value);
|
|
1016
|
+
continue;
|
|
1017
|
+
case "style":
|
|
1018
|
+
removeStyle(value);
|
|
1019
|
+
continue;
|
|
1020
|
+
case "value":
|
|
1021
|
+
renderer.setProperty(el, "value", undefined);
|
|
1022
|
+
continue;
|
|
1023
|
+
case "textContent":
|
|
1024
|
+
renderer.setProperty(el, "textContent", "");
|
|
1025
|
+
continue;
|
|
1026
|
+
case "checked":
|
|
1027
|
+
renderer.setProperty(el, "checked", false);
|
|
1028
|
+
continue;
|
|
1029
|
+
}
|
|
1030
|
+
renderer.removeAttribute(el, name);
|
|
1031
|
+
}
|
|
1032
|
+
for (const [name, value] of Object.entries(nextProps)) {
|
|
1033
|
+
if (name in prevProps && isEqual(value, prevProps[name])) {
|
|
1034
|
+
continue;
|
|
1035
|
+
}
|
|
1036
|
+
if (name.startsWith("on")) {
|
|
1037
|
+
const prevHandler = prevProps[name];
|
|
1038
|
+
// Skip if it's the exact same function reference
|
|
1039
|
+
if (isEqual(prevHandler, value)) {
|
|
1040
|
+
continue;
|
|
1041
|
+
}
|
|
1042
|
+
addEventListener(name, value);
|
|
1043
|
+
continue;
|
|
1044
|
+
}
|
|
1045
|
+
switch (name) {
|
|
1046
|
+
case "class":
|
|
1047
|
+
removeClass(prevProps[name]);
|
|
1048
|
+
addClass(value);
|
|
1049
|
+
continue;
|
|
1050
|
+
case "style":
|
|
1051
|
+
removeStyle(prevProps[name]);
|
|
1052
|
+
addStyle(value);
|
|
1053
|
+
continue;
|
|
1054
|
+
case "value":
|
|
1055
|
+
case "checked":
|
|
1056
|
+
case "textContent":
|
|
1057
|
+
renderer.setAttribute(el, name, `${value}`);
|
|
1058
|
+
renderer.setProperty(el, name, value);
|
|
1059
|
+
continue;
|
|
1060
|
+
}
|
|
1061
|
+
if (isString(value) || isNumber(value)) {
|
|
1062
|
+
renderer.setAttribute(el, name, `${value}`);
|
|
1063
|
+
continue;
|
|
1064
|
+
}
|
|
1065
|
+
if (value === true) {
|
|
1066
|
+
renderer.setAttribute(el, name, "");
|
|
1067
|
+
}
|
|
1068
|
+
else {
|
|
1069
|
+
renderer.removeAttribute(el, name);
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
const initialized = signal(false, ...(ngDevMode ? [{ debugName: "initialized" }] : []));
|
|
1074
|
+
function getNextBindings() {
|
|
1075
|
+
if (!additionalPropGetters.length) {
|
|
1076
|
+
return propGetter();
|
|
1077
|
+
}
|
|
1078
|
+
return additionalPropGetters.reduce((acc, current) => {
|
|
1079
|
+
return mergeProps(acc, current());
|
|
1080
|
+
}, propGetter());
|
|
1081
|
+
}
|
|
1082
|
+
runInInjectionContext(injector, () => {
|
|
1083
|
+
effect(() => {
|
|
1084
|
+
// only start running the effect after the implementing component initializes.
|
|
1085
|
+
// This is used to prevent the binding operation from starting before the
|
|
1086
|
+
// parent machine has fully initialized.
|
|
1087
|
+
if (initialized()) {
|
|
1088
|
+
const next = getNextBindings();
|
|
1089
|
+
if (!isEqual(next, prev)) {
|
|
1090
|
+
handleAttrs(prev, next);
|
|
1091
|
+
prev = { ...next };
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
});
|
|
1095
|
+
});
|
|
1096
|
+
const initFn = function (opts = {}) {
|
|
1097
|
+
if (opts.disabled || disabled) {
|
|
1098
|
+
return;
|
|
1099
|
+
}
|
|
1100
|
+
shouldDebug = opts.debug;
|
|
1101
|
+
if (opts.elementRef) {
|
|
1102
|
+
elementRef = isFunction(opts.elementRef)
|
|
1103
|
+
? opts.elementRef()
|
|
1104
|
+
: opts.elementRef;
|
|
1105
|
+
}
|
|
1106
|
+
if (opts.extraBindings) {
|
|
1107
|
+
additionalPropGetters.push(opts.extraBindings);
|
|
1108
|
+
}
|
|
1109
|
+
initialized.set(true);
|
|
1110
|
+
};
|
|
1111
|
+
initFn.extendWith = (extraProps) => {
|
|
1112
|
+
additionalPropGetters.push(extraProps);
|
|
1113
|
+
};
|
|
1114
|
+
initFn.setDisabled = (isDisabled) => {
|
|
1115
|
+
disabled = isDisabled;
|
|
1116
|
+
};
|
|
1117
|
+
return initFn;
|
|
1118
|
+
}
|
|
1119
|
+
function applyBindings(el, props, renderer) {
|
|
1120
|
+
function removeClass(names) {
|
|
1121
|
+
if (!names) {
|
|
1122
|
+
return;
|
|
1123
|
+
}
|
|
1124
|
+
for (const name of names.split(",")) {
|
|
1125
|
+
renderer.removeClass(el, name);
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
function addClass(names) {
|
|
1129
|
+
for (const name of names.split(",")) {
|
|
1130
|
+
for (const className of name.split(" ")) {
|
|
1131
|
+
renderer.addClass(el, className);
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
function removeStyle(style) {
|
|
1136
|
+
if (!style) {
|
|
1137
|
+
return;
|
|
1138
|
+
}
|
|
1139
|
+
for (const name of Object.keys(style)) {
|
|
1140
|
+
renderer.removeStyle(el, name, RendererStyleFlags2.DashCase);
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
function addStyle(style) {
|
|
1144
|
+
for (const [name, value] of Object.entries(style)) {
|
|
1145
|
+
renderer.setStyle(el, name, value, RendererStyleFlags2.DashCase);
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
for (const [name, value] of Object.entries(props)) {
|
|
1149
|
+
if (name.startsWith("on")) {
|
|
1150
|
+
// skip event listeners
|
|
1151
|
+
}
|
|
1152
|
+
switch (name) {
|
|
1153
|
+
case "class":
|
|
1154
|
+
removeClass(value);
|
|
1155
|
+
addClass(value);
|
|
1156
|
+
continue;
|
|
1157
|
+
case "style":
|
|
1158
|
+
removeStyle(value);
|
|
1159
|
+
addStyle(value);
|
|
1160
|
+
continue;
|
|
1161
|
+
case "value":
|
|
1162
|
+
case "checked":
|
|
1163
|
+
case "textContent":
|
|
1164
|
+
renderer.setAttribute(el, name, `${value}`);
|
|
1165
|
+
renderer.setProperty(el, name, value);
|
|
1166
|
+
continue;
|
|
1167
|
+
}
|
|
1168
|
+
if (isString(value) || isNumber(value)) {
|
|
1169
|
+
renderer.setAttribute(el, name, `${value}`);
|
|
1170
|
+
continue;
|
|
1171
|
+
}
|
|
1172
|
+
if (value === true) {
|
|
1173
|
+
renderer.setAttribute(el, name, "");
|
|
1174
|
+
}
|
|
1175
|
+
else {
|
|
1176
|
+
renderer.removeAttribute(el, name);
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
/**
|
|
1182
|
+
* Generated bundle index. Do not edit.
|
|
1183
|
+
*/
|
|
1184
|
+
|
|
1185
|
+
export { ApiContextDirective, BaseApiContextService, QBindDirective, applyBindings, bindable, bindableId, bindableIdCollection, createApiContext, createRefs, mergeProps, normalizeProps, useMachine, useTrack, useTrackBindings };
|
|
1186
|
+
//# sourceMappingURL=qualcomm-ui-angular-core-machine.mjs.map
|