@norgate-av/ch5-crcomlib 2.17.2
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/LICENSE.txt +13 -0
- package/README.md +95 -0
- package/build_bundles/amd/@types/ch5-animation/ch5-animation.d.ts +53 -0
- package/build_bundles/amd/@types/ch5-animation/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-animation/interfaces/i-ch5-animation-attributes.d.ts +10 -0
- package/build_bundles/amd/@types/ch5-animation/interfaces/t-ch5-animation.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-background/ch5-background.d.ts +114 -0
- package/build_bundles/amd/@types/ch5-background/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-background/interfaces/i-ch5-background-attributes.d.ts +15 -0
- package/build_bundles/amd/@types/ch5-background/interfaces/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-background/interfaces/t-ch5-background.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-base/ch5-base-class.d.ts +138 -0
- package/build_bundles/amd/@types/ch5-base/ch5-base-log.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-button/ch5-button-base.d.ts +222 -0
- package/build_bundles/amd/@types/ch5-button/ch5-button-label.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-button/ch5-button-mode-state.d.ts +42 -0
- package/build_bundles/amd/@types/ch5-button/ch5-button-mode.d.ts +38 -0
- package/build_bundles/amd/@types/ch5-button/ch5-button-signal.d.ts +16 -0
- package/build_bundles/amd/@types/ch5-button/ch5-button-utils.d.ts +22 -0
- package/build_bundles/amd/@types/ch5-button/ch5-button.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-button/index.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-attributes.d.ts +40 -0
- package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-label-attributes.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-mode-attributes.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-mode-common.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-mode-state-attributes.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-button/interfaces/index.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-button/interfaces/t-ch5-button.d.ts +20 -0
- package/build_bundles/amd/@types/ch5-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-base.d.ts +213 -0
- package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-individual-button-base.d.ts +25 -0
- package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-label-base.d.ts +7 -0
- package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-mode-base.d.ts +43 -0
- package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-mode-state-base.d.ts +47 -0
- package/build_bundles/amd/@types/ch5-button-list/ch5-button-list-individual-button.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-button-list/ch5-button-list-label.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-button-list/ch5-button-list-mode-state.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-button-list/ch5-button-list-mode.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-button-list/ch5-button-list.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-button-list/index.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-attributes.d.ts +56 -0
- package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-individual-button-attributes.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-label-documentation.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-attributes.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-state-attributes.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-button-list/interfaces/t-ch5-button-list.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-button-list/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-color-chip/ch5-color-chip.d.ts +51 -0
- package/build_bundles/amd/@types/ch5-color-chip/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-color-chip/interfaces/i-ch5-color-chip-attributes.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-color-picker/ch5-color-picker.d.ts +61 -0
- package/build_bundles/amd/@types/ch5-color-picker/color-picker.d.ts +10 -0
- package/build_bundles/amd/@types/ch5-color-picker/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-color-picker/interfaces/i-ch5-color-picker-attributes.d.ts +10 -0
- package/build_bundles/amd/@types/ch5-common/ch5-augment-var-signals-names.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-common/ch5-common-log.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-common/ch5-common.d.ts +183 -0
- package/build_bundles/amd/@types/ch5-common/ch5-config.d.ts +37 -0
- package/build_bundles/amd/@types/ch5-common/ch5-log.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-common/ch5-mutation-observer.d.ts +19 -0
- package/build_bundles/amd/@types/ch5-common/ch5-pressable-slider.d.ts +61 -0
- package/build_bundles/amd/@types/ch5-common/ch5-pressable.d.ts +43 -0
- package/build_bundles/amd/@types/ch5-common/ch5-signal-attribute-registry.d.ts +41 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-appendclasswheninviewport.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customclass.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customstyle.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-dir.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-id.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-noshowtype.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomclass.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomstyle.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateenable.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatehidepulse.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshow.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshowpulse.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-sendeventonshow.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-show.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-class.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-debug.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-disabled.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-role.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-style.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-button-list-attributes.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-animation.d.ts +10 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-color-chip.d.ts +10 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-datetime.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-dpad-child.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-media-player.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-set3.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-template.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-text.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-toggle.d.ts +16 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-video-documentation.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-video-switcher.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-video.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes.d.ts +16 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-documentation-video-switcher.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-gestureable.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-tab-button-attributes.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/index.d.ts +7 -0
- package/build_bundles/amd/@types/ch5-common/interfaces/t-ch5-common.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-common/utils/ch5-color-utils.d.ts +15 -0
- package/build_bundles/amd/@types/ch5-common/utils/common-functions.d.ts +16 -0
- package/build_bundles/amd/@types/ch5-common/utils/component-helper.d.ts +16 -0
- package/build_bundles/amd/@types/ch5-common/utils/html-callback.d.ts +20 -0
- package/build_bundles/amd/@types/ch5-common/utils/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-common-input/ch5-common-input.d.ts +55 -0
- package/build_bundles/amd/@types/ch5-common-input/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-common-input/interfaces/i-ch5-common-input-attributes.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-common-input/interfaces/i-ch5-common-input.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-common-input/interfaces/t-ch5-common-input.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/ch5-component.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-core/ch5-core-intersection-observer.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-core/ch5-debug.d.ts +19 -0
- package/build_bundles/amd/@types/ch5-core/ch5-heartbeat.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-core/ch5-platform.d.ts +15 -0
- package/build_bundles/amd/@types/ch5-core/ch5-properties.d.ts +18 -0
- package/build_bundles/amd/@types/ch5-core/ch5-property.d.ts +65 -0
- package/build_bundles/amd/@types/ch5-core/ch5-signal-behavior-subject.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-core/ch5-signal-bridge-receive.d.ts +19 -0
- package/build_bundles/amd/@types/ch5-core/ch5-signal-bridge.d.ts +18 -0
- package/build_bundles/amd/@types/ch5-core/ch5-signal-factory.d.ts +17 -0
- package/build_bundles/amd/@types/ch5-core/ch5-signal.d.ts +32 -0
- package/build_bundles/amd/@types/ch5-core/ch5-translation-configuration.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-core/ch5-translation-factory.d.ts +10 -0
- package/build_bundles/amd/@types/ch5-core/ch5-translation-listeners.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-core/ch5-translation-utility.d.ts +19 -0
- package/build_bundles/amd/@types/ch5-core/ch5-uid.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-core/ch5-version.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-core/index.d.ts +32 -0
- package/build_bundles/amd/@types/ch5-core/interfaces-sig-com.d.ts +53 -0
- package/build_bundles/amd/@types/ch5-core/resize-observer.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/types/callbacks.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-core/types/ch5-platform-info.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-core/types/core.d.ts +19 -0
- package/build_bundles/amd/@types/ch5-core/types/signal.type.d.ts +20 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/animate.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/components.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/debounce.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/get-signal.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/is-crestron-device.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/is-crestron-touchscreen.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/is-ios-device.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/is-safari-mobile.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/publish-signal.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/signals.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/subscribe-in-view-port-change.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/subscribe-signal-script.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/subscribe-signal.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/textformat.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/translation-interface-register.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/trigger-translation.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-core/utility-functions/unsubscribe-signal.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-appendclass.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-appendstyle.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-enable.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-hidepulse.d.ts +18 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-i18n.d.ts +18 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-innerhtml.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-log.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-mutation-observer.d.ts +18 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-show.d.ts +19 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-showpulse.d.ts +19 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-text-content.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/ch5-custom-attributes.d.ts +22 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/index.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/helpers/custom-attribute.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/helpers/i-custom-attribute.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendclass.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendstyle.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-enable.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-hidepulse.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-i18n.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-innerhtml.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-keep-sig-subscription.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-noshow-type.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-show.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-showpulse.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-text-content.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/index.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/t-ch5-attrs.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/utils/ch5-attrs-constants.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-custom-attrs/utils/ch5-attrs-utility.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-datetime/ch5-datetime.d.ts +66 -0
- package/build_bundles/amd/@types/ch5-datetime/date-time-util.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-datetime/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-datetime/interfaces/i-ch5-datetime-attributes.d.ts +19 -0
- package/build_bundles/amd/@types/ch5-datetime/interfaces/t-ch5-datetime.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-dpad/ch5-dpad-button-base.d.ts +74 -0
- package/build_bundles/amd/@types/ch5-dpad/ch5-dpad-button.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-dpad/ch5-dpad-utils.d.ts +16 -0
- package/build_bundles/amd/@types/ch5-dpad/ch5-dpad.d.ts +85 -0
- package/build_bundles/amd/@types/ch5-dpad/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-dpad/interfaces/i-ch5-dpad-attributes.d.ts +20 -0
- package/build_bundles/amd/@types/ch5-dpad/interfaces/i-ch5-dpad-button-base-attributes.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-dpad/interfaces/t-ch5-dpad.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-emulator/ch5-emulator.d.ts +44 -0
- package/build_bundles/amd/@types/ch5-emulator/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-form/ch5-form.d.ts +90 -0
- package/build_bundles/amd/@types/ch5-form/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-form/interfaces/i-ch5-form-attributes.d.ts +16 -0
- package/build_bundles/amd/@types/ch5-image/ch5-image-mode.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-image/ch5-image-uri-model.d.ts +23 -0
- package/build_bundles/amd/@types/ch5-image/ch5-image.d.ts +140 -0
- package/build_bundles/amd/@types/ch5-image/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-image/interfaces/i-ch5-image-attributes.d.ts +23 -0
- package/build_bundles/amd/@types/ch5-image/interfaces/i-ch5-image-mode-attributes.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-import-htmlsnippet/ch5-import-htmlsnippet.d.ts +34 -0
- package/build_bundles/amd/@types/ch5-import-htmlsnippet/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-import-htmlsnippet/interfaces/i-ch5-import-htmlsnippet-attributes.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-jointotext-boolean/ch5-jointotext-boolean.d.ts +27 -0
- package/build_bundles/amd/@types/ch5-jointotext-boolean/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-attributes.d.ts +7 -0
- package/build_bundles/amd/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-documentation.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-jointotext-boolean/interfaces/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/ch5-jointotext-numeric.d.ts +47 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/format/float-format.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/format/hex-format.d.ts +7 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/format/numeric-format-factory.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/format/numeric-format.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/format/percentage-format.d.ts +10 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/format/raw-format.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/format/signed-format.d.ts +7 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/format/time-format.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/format/unsigned-format.d.ts +7 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-attributes.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-jointotext-numeric/interfaces/t-ch5-jointotext-numeric.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-jointotext-string/ch5-jointotext-string.d.ts +25 -0
- package/build_bundles/amd/@types/ch5-jointotext-string/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-attributes.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-keypad/ch5-keypad-btn.d.ts +53 -0
- package/build_bundles/amd/@types/ch5-keypad/ch5-keypad-utils.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-keypad/ch5-keypad.d.ts +98 -0
- package/build_bundles/amd/@types/ch5-keypad/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-keypad/interfaces/i-ch5-keypad-attributes.d.ts +25 -0
- package/build_bundles/amd/@types/ch5-keypad/interfaces/i-ch5-keypad-btn-attributes.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-keypad/interfaces/t-ch5-keypad.d.ts +15 -0
- package/build_bundles/amd/@types/ch5-label/ch5-label.d.ts +40 -0
- package/build_bundles/amd/@types/ch5-label/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-label/interfaces/i-ch5-label-attributes.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-list/animation/ch5-animation-factory.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-list/animation/ch5-animation.d.ts +18 -0
- package/build_bundles/amd/@types/ch5-list/animation/ch5-standard-animation.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-list/ch5-list-abstract-helper.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-list/ch5-list-animation.d.ts +39 -0
- package/build_bundles/amd/@types/ch5-list/ch5-list-buffered-items.d.ts +17 -0
- package/build_bundles/amd/@types/ch5-list/ch5-list-event-manager.d.ts +25 -0
- package/build_bundles/amd/@types/ch5-list/ch5-list-signal-manager.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-list/ch5-list-size-resolver.d.ts +16 -0
- package/build_bundles/amd/@types/ch5-list/ch5-list-template.d.ts +53 -0
- package/build_bundles/amd/@types/ch5-list/ch5-list.d.ts +283 -0
- package/build_bundles/amd/@types/ch5-list/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-list/interfaces/i-ch5-list-attributes.d.ts +21 -0
- package/build_bundles/amd/@types/ch5-list/interfaces/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-list/interfaces/t-ch5-list.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-list/passiveEventListeners.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-logger/appender/AbstractAppender.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-logger/appender/AppenderFactory.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-logger/appender/RemoteAppender.d.ts +18 -0
- package/build_bundles/amd/@types/ch5-logger/enums/index.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-logger/helpers/LogMessage.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-logger/helpers/LogMessagesFilter.d.ts +17 -0
- package/build_bundles/amd/@types/ch5-logger/helpers/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-logger/index.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-logger/logger/Logger.d.ts +33 -0
- package/build_bundles/amd/@types/ch5-logger/logger/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-logger/services/RequestService.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-logger/services/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-logger/types/index.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-logger/utility/getLogger.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-logger/utility/getRemoteAppender.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-logger/utility/index.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-logger/utility/uriSchemaValidation.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-media-player/ch5-media-player-common.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-media-player/ch5-media-player-icon-button-base.d.ts +33 -0
- package/build_bundles/amd/@types/ch5-media-player/ch5-media-player-my-music.d.ts +38 -0
- package/build_bundles/amd/@types/ch5-media-player/ch5-media-player-now-playing.d.ts +68 -0
- package/build_bundles/amd/@types/ch5-media-player/ch5-media-player.d.ts +83 -0
- package/build_bundles/amd/@types/ch5-media-player/commonInterface.d.ts +133 -0
- package/build_bundles/amd/@types/ch5-media-player/index.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-media-player/interfaces/i-ch5-media-player-attributes.d.ts +15 -0
- package/build_bundles/amd/@types/ch5-media-player/interfaces/t-ch5-media-player.d.ts +27 -0
- package/build_bundles/amd/@types/ch5-media-player/music-player.d.ts +64 -0
- package/build_bundles/amd/@types/ch5-modal-dialog/ch5-modal-dialog.d.ts +103 -0
- package/build_bundles/amd/@types/ch5-modal-dialog/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-attributes.d.ts +30 -0
- package/build_bundles/amd/@types/ch5-overlay-panel/ch5-overlay-panel.d.ts +93 -0
- package/build_bundles/amd/@types/ch5-overlay-panel/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-attributes.d.ts +17 -0
- package/build_bundles/amd/@types/ch5-overlay-panel/interfaces/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-overlay-panel/interfaces/t-ch5-overlay-panel.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-qrcode/ch5-qrcode.d.ts +32 -0
- package/build_bundles/amd/@types/ch5-qrcode/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-qrcode/interfaces/i-ch5-qrcode-attributes.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-resync/ch5-resync.d.ts +27 -0
- package/build_bundles/amd/@types/ch5-resync/models/ch5-clear-range-data-model.d.ts +17 -0
- package/build_bundles/amd/@types/ch5-resync/models/ch5-exclude-prefixes-model.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-resync/models/ch5-resync-constants.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-resync/models/ch5-resync-reset-event-names-enum.d.ts +8 -0
- package/build_bundles/amd/@types/ch5-resync/models/ch5-states-at-default-value-model.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-resync/models/resynchronization-request-model.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-segmented-gauge/ch5-segmented-gauge.d.ts +86 -0
- package/build_bundles/amd/@types/ch5-segmented-gauge/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-attributes.d.ts +17 -0
- package/build_bundles/amd/@types/ch5-segmented-gauge/interfaces/t-ch5-segmented-gauge.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-select/ch5-select.d.ts +203 -0
- package/build_bundles/amd/@types/ch5-select/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-select/interfaces/i-ch5-select-attributes.d.ts +27 -0
- package/build_bundles/amd/@types/ch5-select/interfaces/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-select/interfaces/t-ch5-select.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-select-option/ch5-select-option.d.ts +75 -0
- package/build_bundles/amd/@types/ch5-select-option/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-select-option/interfaces/i-ch5-select-option-attributes.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-select-option/interfaces/types/t-ch5-select-option-icon-position.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-signal-level-gauge/ch5-signal-level-gauge.d.ts +53 -0
- package/build_bundles/amd/@types/ch5-signal-level-gauge/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-attributes.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-signal-level-gauge/interfaces/t-ch5-signal-level-gauge.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-slider/ch5-slider-button-label.d.ts +23 -0
- package/build_bundles/amd/@types/ch5-slider/ch5-slider-button.d.ts +37 -0
- package/build_bundles/amd/@types/ch5-slider/ch5-slider-title-label.d.ts +23 -0
- package/build_bundles/amd/@types/ch5-slider/ch5-slider.d.ts +225 -0
- package/build_bundles/amd/@types/ch5-slider/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-attributes.d.ts +35 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-button-attributes.d.ts +19 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-button-documentation.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-button-label-documentation.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-documentation.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-title-label-attributes.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-title-label-documentation.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/index.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/t-ch5-slider-button.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-slider/interfaces/t-ch5-slider.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-spinner/ch5-mouse-velocity.d.ts +35 -0
- package/build_bundles/amd/@types/ch5-spinner/ch5-spinner-events.d.ts +16 -0
- package/build_bundles/amd/@types/ch5-spinner/ch5-spinner-mutation-observer.d.ts +7 -0
- package/build_bundles/amd/@types/ch5-spinner/ch5-spinner-scroll.d.ts +44 -0
- package/build_bundles/amd/@types/ch5-spinner/ch5-spinner-template.d.ts +58 -0
- package/build_bundles/amd/@types/ch5-spinner/ch5-spinner.d.ts +145 -0
- package/build_bundles/amd/@types/ch5-spinner/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-spinner/interfaces/i-ch5-spinner-attributes.d.ts +27 -0
- package/build_bundles/amd/@types/ch5-spinner/interfaces/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-spinner/interfaces/t-ch5-spinner.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-subpage-reference-list/ch5-subpage-reference-list.d.ts +159 -0
- package/build_bundles/amd/@types/ch5-subpage-reference-list/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +31 -0
- package/build_bundles/amd/@types/ch5-subpage-reference-list/interfaces/t-ch5-subpage-reference-list.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-subpage-reference-list/refresh-ch5-subpage-reference-list.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-tab-button/ch5-tab-button-individual-button.d.ts +28 -0
- package/build_bundles/amd/@types/ch5-tab-button/ch5-tab-button-label.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-tab-button/ch5-tab-button.d.ts +109 -0
- package/build_bundles/amd/@types/ch5-tab-button/index.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-tab-button/interfaces/i-ch5-tab-button-attributes.d.ts +34 -0
- package/build_bundles/amd/@types/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-attributes.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-tab-button/interfaces/t-ch5-tab-button.d.ts +7 -0
- package/build_bundles/amd/@types/ch5-tab-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/amd/@types/ch5-template/ch5-template-structure.d.ts +20 -0
- package/build_bundles/amd/@types/ch5-template/ch5-template.d.ts +59 -0
- package/build_bundles/amd/@types/ch5-template/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-template/interfaces/i-ch5-template-attributes.d.ts +14 -0
- package/build_bundles/amd/@types/ch5-template/interfaces/t-ch5-template.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-template/refresh-ch5-template.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-text/ch5-text.d.ts +63 -0
- package/build_bundles/amd/@types/ch5-text/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-text/interfaces/i-ch5-text-attributes.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-text/interfaces/t-ch5-text.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-textinput/ch5-textinput-mask.d.ts +69 -0
- package/build_bundles/amd/@types/ch5-textinput/ch5-textinput.d.ts +135 -0
- package/build_bundles/amd/@types/ch5-textinput/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-textinput/interfaces/i-ch5-text-input-attributes.d.ts +29 -0
- package/build_bundles/amd/@types/ch5-textinput/interfaces/i-ch5-text-input.d.ts +7 -0
- package/build_bundles/amd/@types/ch5-textinput/interfaces/index.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-textinput/interfaces/t-ch5-text-input.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-toggle/ch5-toggle.d.ts +95 -0
- package/build_bundles/amd/@types/ch5-toggle/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-toggle/interfaces/i-ch5-toggle-attributes.d.ts +22 -0
- package/build_bundles/amd/@types/ch5-toggle/interfaces/t-ch5-toggle.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-touch/ch5-touch-activity.d.ts +30 -0
- package/build_bundles/amd/@types/ch5-touch/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-triggerview/ch5-triggerview-child.d.ts +36 -0
- package/build_bundles/amd/@types/ch5-triggerview/ch5-triggerview-slides-manager.d.ts +48 -0
- package/build_bundles/amd/@types/ch5-triggerview/ch5-triggerview-swiper.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-triggerview/ch5-triggerview.d.ts +73 -0
- package/build_bundles/amd/@types/ch5-triggerview/index.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-triggerview/interfaces/i-ch5-triggerview-attributes.d.ts +10 -0
- package/build_bundles/amd/@types/ch5-triggerview/interfaces/i-ch5-triggerview-child-attributes.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-triggerview/utils.d.ts +13 -0
- package/build_bundles/amd/@types/ch5-video/ch5-video-snapshot.d.ts +18 -0
- package/build_bundles/amd/@types/ch5-video/ch5-video-touch-manager.d.ts +12 -0
- package/build_bundles/amd/@types/ch5-video/ch5-video-utils.d.ts +17 -0
- package/build_bundles/amd/@types/ch5-video/ch5-video.d.ts +185 -0
- package/build_bundles/amd/@types/ch5-video/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-video/interfaces/i-ch5-video-attributes.d.ts +39 -0
- package/build_bundles/amd/@types/ch5-video/interfaces/i-ch5-video-documentation.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-video/interfaces/i-ch5-video-helper.d.ts +96 -0
- package/build_bundles/amd/@types/ch5-video/interfaces/index.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-video/interfaces/t-ch5-video.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher-screen-label.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher-screen.d.ts +24 -0
- package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher-source-label.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher-source.d.ts +25 -0
- package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher.d.ts +159 -0
- package/build_bundles/amd/@types/ch5-video-switcher/drag-drop-touch.d.ts +47 -0
- package/build_bundles/amd/@types/ch5-video-switcher/index.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-attributes.d.ts +29 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-documentation.d.ts +4 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-attributes.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-documentation.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-label-documentation.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-attributes.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-documentation.d.ts +3 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-label-documentation.d.ts +2 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/index.d.ts +9 -0
- package/build_bundles/amd/@types/ch5-video-switcher/interfaces/t-ch5-video-switcher.d.ts +5 -0
- package/build_bundles/amd/@types/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.d.ts +57 -0
- package/build_bundles/amd/@types/ch5-wifi-signal-level-gauge/index.d.ts +1 -0
- package/build_bundles/amd/@types/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-attributes.d.ts +11 -0
- package/build_bundles/amd/@types/ch5-wifi-signal-level-gauge/interfaces/t-ch5-wifi-signal-level-gauge.d.ts +3 -0
- package/build_bundles/amd/@types/index.d.ts +45 -0
- package/build_bundles/amd/@types/utility-models/ch5-role-attribute-mapping.d.ts +52 -0
- package/build_bundles/amd/@types/utility-models/index.d.ts +1 -0
- package/build_bundles/amd/cr-com-lib.js +2 -0
- package/build_bundles/amd/cr-com-lib.js.LICENSE.txt +30 -0
- package/build_bundles/cjs/@types/ch5-animation/ch5-animation.d.ts +53 -0
- package/build_bundles/cjs/@types/ch5-animation/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-animation/interfaces/i-ch5-animation-attributes.d.ts +10 -0
- package/build_bundles/cjs/@types/ch5-animation/interfaces/t-ch5-animation.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-background/ch5-background.d.ts +114 -0
- package/build_bundles/cjs/@types/ch5-background/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-background/interfaces/i-ch5-background-attributes.d.ts +15 -0
- package/build_bundles/cjs/@types/ch5-background/interfaces/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-background/interfaces/t-ch5-background.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-base/ch5-base-class.d.ts +138 -0
- package/build_bundles/cjs/@types/ch5-base/ch5-base-log.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-button/ch5-button-base.d.ts +222 -0
- package/build_bundles/cjs/@types/ch5-button/ch5-button-label.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-button/ch5-button-mode-state.d.ts +42 -0
- package/build_bundles/cjs/@types/ch5-button/ch5-button-mode.d.ts +38 -0
- package/build_bundles/cjs/@types/ch5-button/ch5-button-signal.d.ts +16 -0
- package/build_bundles/cjs/@types/ch5-button/ch5-button-utils.d.ts +22 -0
- package/build_bundles/cjs/@types/ch5-button/ch5-button.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-button/index.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-attributes.d.ts +40 -0
- package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-label-attributes.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-mode-attributes.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-mode-common.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-mode-state-attributes.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-button/interfaces/index.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-button/interfaces/t-ch5-button.d.ts +20 -0
- package/build_bundles/cjs/@types/ch5-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-base.d.ts +213 -0
- package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-individual-button-base.d.ts +25 -0
- package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-label-base.d.ts +7 -0
- package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-mode-base.d.ts +43 -0
- package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-mode-state-base.d.ts +47 -0
- package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list-individual-button.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list-label.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list-mode-state.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list-mode.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-button-list/index.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-attributes.d.ts +56 -0
- package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-individual-button-attributes.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-label-documentation.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-attributes.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-state-attributes.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-button-list/interfaces/t-ch5-button-list.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-button-list/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-color-chip/ch5-color-chip.d.ts +51 -0
- package/build_bundles/cjs/@types/ch5-color-chip/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-color-chip/interfaces/i-ch5-color-chip-attributes.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-color-picker/ch5-color-picker.d.ts +61 -0
- package/build_bundles/cjs/@types/ch5-color-picker/color-picker.d.ts +10 -0
- package/build_bundles/cjs/@types/ch5-color-picker/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-color-picker/interfaces/i-ch5-color-picker-attributes.d.ts +10 -0
- package/build_bundles/cjs/@types/ch5-common/ch5-augment-var-signals-names.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-common/ch5-common-log.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-common/ch5-common.d.ts +183 -0
- package/build_bundles/cjs/@types/ch5-common/ch5-config.d.ts +37 -0
- package/build_bundles/cjs/@types/ch5-common/ch5-log.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-common/ch5-mutation-observer.d.ts +19 -0
- package/build_bundles/cjs/@types/ch5-common/ch5-pressable-slider.d.ts +61 -0
- package/build_bundles/cjs/@types/ch5-common/ch5-pressable.d.ts +43 -0
- package/build_bundles/cjs/@types/ch5-common/ch5-signal-attribute-registry.d.ts +41 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-appendclasswheninviewport.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customclass.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customstyle.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-dir.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-id.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-noshowtype.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomclass.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomstyle.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateenable.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatehidepulse.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshow.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshowpulse.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-sendeventonshow.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-show.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-class.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-debug.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-disabled.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-role.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-style.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-button-list-attributes.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-animation.d.ts +10 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-color-chip.d.ts +10 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-datetime.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-dpad-child.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-media-player.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-set3.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-template.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-text.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-toggle.d.ts +16 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-video-documentation.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-video-switcher.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-video.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes.d.ts +16 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-documentation-video-switcher.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-gestureable.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-tab-button-attributes.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/index.d.ts +7 -0
- package/build_bundles/cjs/@types/ch5-common/interfaces/t-ch5-common.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-common/utils/ch5-color-utils.d.ts +15 -0
- package/build_bundles/cjs/@types/ch5-common/utils/common-functions.d.ts +16 -0
- package/build_bundles/cjs/@types/ch5-common/utils/component-helper.d.ts +16 -0
- package/build_bundles/cjs/@types/ch5-common/utils/html-callback.d.ts +20 -0
- package/build_bundles/cjs/@types/ch5-common/utils/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-common-input/ch5-common-input.d.ts +55 -0
- package/build_bundles/cjs/@types/ch5-common-input/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-common-input/interfaces/i-ch5-common-input-attributes.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-common-input/interfaces/i-ch5-common-input.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-common-input/interfaces/t-ch5-common-input.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-component.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-core-intersection-observer.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-debug.d.ts +19 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-heartbeat.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-platform.d.ts +15 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-properties.d.ts +18 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-property.d.ts +65 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-signal-behavior-subject.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-signal-bridge-receive.d.ts +19 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-signal-bridge.d.ts +18 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-signal-factory.d.ts +17 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-signal.d.ts +32 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-translation-configuration.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-translation-factory.d.ts +10 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-translation-listeners.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-translation-utility.d.ts +19 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-uid.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-core/ch5-version.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-core/index.d.ts +32 -0
- package/build_bundles/cjs/@types/ch5-core/interfaces-sig-com.d.ts +53 -0
- package/build_bundles/cjs/@types/ch5-core/resize-observer.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/types/callbacks.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-core/types/ch5-platform-info.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-core/types/core.d.ts +19 -0
- package/build_bundles/cjs/@types/ch5-core/types/signal.type.d.ts +20 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/animate.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/components.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/debounce.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/get-signal.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/is-crestron-device.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/is-crestron-touchscreen.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/is-ios-device.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/is-safari-mobile.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/publish-signal.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/signals.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/subscribe-in-view-port-change.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/subscribe-signal-script.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/subscribe-signal.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/textformat.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/translation-interface-register.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/trigger-translation.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-core/utility-functions/unsubscribe-signal.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-appendclass.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-appendstyle.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-enable.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-hidepulse.d.ts +18 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-i18n.d.ts +18 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-innerhtml.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-log.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-mutation-observer.d.ts +18 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-show.d.ts +19 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-showpulse.d.ts +19 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-text-content.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-custom-attributes.d.ts +22 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/index.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/helpers/custom-attribute.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/helpers/i-custom-attribute.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendclass.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendstyle.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-enable.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-hidepulse.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-i18n.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-innerhtml.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-keep-sig-subscription.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-noshow-type.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-show.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-showpulse.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-text-content.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/index.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/t-ch5-attrs.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/utils/ch5-attrs-constants.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-custom-attrs/utils/ch5-attrs-utility.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-datetime/ch5-datetime.d.ts +66 -0
- package/build_bundles/cjs/@types/ch5-datetime/date-time-util.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-datetime/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-datetime/interfaces/i-ch5-datetime-attributes.d.ts +19 -0
- package/build_bundles/cjs/@types/ch5-datetime/interfaces/t-ch5-datetime.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-dpad/ch5-dpad-button-base.d.ts +74 -0
- package/build_bundles/cjs/@types/ch5-dpad/ch5-dpad-button.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-dpad/ch5-dpad-utils.d.ts +16 -0
- package/build_bundles/cjs/@types/ch5-dpad/ch5-dpad.d.ts +85 -0
- package/build_bundles/cjs/@types/ch5-dpad/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-dpad/interfaces/i-ch5-dpad-attributes.d.ts +20 -0
- package/build_bundles/cjs/@types/ch5-dpad/interfaces/i-ch5-dpad-button-base-attributes.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-dpad/interfaces/t-ch5-dpad.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-emulator/ch5-emulator.d.ts +44 -0
- package/build_bundles/cjs/@types/ch5-emulator/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-form/ch5-form.d.ts +90 -0
- package/build_bundles/cjs/@types/ch5-form/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-form/interfaces/i-ch5-form-attributes.d.ts +16 -0
- package/build_bundles/cjs/@types/ch5-image/ch5-image-mode.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-image/ch5-image-uri-model.d.ts +23 -0
- package/build_bundles/cjs/@types/ch5-image/ch5-image.d.ts +140 -0
- package/build_bundles/cjs/@types/ch5-image/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-image/interfaces/i-ch5-image-attributes.d.ts +23 -0
- package/build_bundles/cjs/@types/ch5-image/interfaces/i-ch5-image-mode-attributes.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-import-htmlsnippet/ch5-import-htmlsnippet.d.ts +34 -0
- package/build_bundles/cjs/@types/ch5-import-htmlsnippet/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-import-htmlsnippet/interfaces/i-ch5-import-htmlsnippet-attributes.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-jointotext-boolean/ch5-jointotext-boolean.d.ts +27 -0
- package/build_bundles/cjs/@types/ch5-jointotext-boolean/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-attributes.d.ts +7 -0
- package/build_bundles/cjs/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-documentation.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-jointotext-boolean/interfaces/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/ch5-jointotext-numeric.d.ts +47 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/float-format.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/hex-format.d.ts +7 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/numeric-format-factory.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/numeric-format.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/percentage-format.d.ts +10 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/raw-format.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/signed-format.d.ts +7 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/time-format.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/unsigned-format.d.ts +7 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-attributes.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-jointotext-numeric/interfaces/t-ch5-jointotext-numeric.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-jointotext-string/ch5-jointotext-string.d.ts +25 -0
- package/build_bundles/cjs/@types/ch5-jointotext-string/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-attributes.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-keypad/ch5-keypad-btn.d.ts +53 -0
- package/build_bundles/cjs/@types/ch5-keypad/ch5-keypad-utils.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-keypad/ch5-keypad.d.ts +98 -0
- package/build_bundles/cjs/@types/ch5-keypad/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-keypad/interfaces/i-ch5-keypad-attributes.d.ts +25 -0
- package/build_bundles/cjs/@types/ch5-keypad/interfaces/i-ch5-keypad-btn-attributes.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-keypad/interfaces/t-ch5-keypad.d.ts +15 -0
- package/build_bundles/cjs/@types/ch5-label/ch5-label.d.ts +40 -0
- package/build_bundles/cjs/@types/ch5-label/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-label/interfaces/i-ch5-label-attributes.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-list/animation/ch5-animation-factory.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-list/animation/ch5-animation.d.ts +18 -0
- package/build_bundles/cjs/@types/ch5-list/animation/ch5-standard-animation.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-list/ch5-list-abstract-helper.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-list/ch5-list-animation.d.ts +39 -0
- package/build_bundles/cjs/@types/ch5-list/ch5-list-buffered-items.d.ts +17 -0
- package/build_bundles/cjs/@types/ch5-list/ch5-list-event-manager.d.ts +25 -0
- package/build_bundles/cjs/@types/ch5-list/ch5-list-signal-manager.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-list/ch5-list-size-resolver.d.ts +16 -0
- package/build_bundles/cjs/@types/ch5-list/ch5-list-template.d.ts +53 -0
- package/build_bundles/cjs/@types/ch5-list/ch5-list.d.ts +283 -0
- package/build_bundles/cjs/@types/ch5-list/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-list/interfaces/i-ch5-list-attributes.d.ts +21 -0
- package/build_bundles/cjs/@types/ch5-list/interfaces/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-list/interfaces/t-ch5-list.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-list/passiveEventListeners.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-logger/appender/AbstractAppender.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-logger/appender/AppenderFactory.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-logger/appender/RemoteAppender.d.ts +18 -0
- package/build_bundles/cjs/@types/ch5-logger/enums/index.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-logger/helpers/LogMessage.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-logger/helpers/LogMessagesFilter.d.ts +17 -0
- package/build_bundles/cjs/@types/ch5-logger/helpers/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-logger/index.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-logger/logger/Logger.d.ts +33 -0
- package/build_bundles/cjs/@types/ch5-logger/logger/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-logger/services/RequestService.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-logger/services/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-logger/types/index.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-logger/utility/getLogger.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-logger/utility/getRemoteAppender.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-logger/utility/index.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-logger/utility/uriSchemaValidation.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player-common.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player-icon-button-base.d.ts +33 -0
- package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player-my-music.d.ts +38 -0
- package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player-now-playing.d.ts +68 -0
- package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player.d.ts +83 -0
- package/build_bundles/cjs/@types/ch5-media-player/commonInterface.d.ts +133 -0
- package/build_bundles/cjs/@types/ch5-media-player/index.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-media-player/interfaces/i-ch5-media-player-attributes.d.ts +15 -0
- package/build_bundles/cjs/@types/ch5-media-player/interfaces/t-ch5-media-player.d.ts +27 -0
- package/build_bundles/cjs/@types/ch5-media-player/music-player.d.ts +64 -0
- package/build_bundles/cjs/@types/ch5-modal-dialog/ch5-modal-dialog.d.ts +103 -0
- package/build_bundles/cjs/@types/ch5-modal-dialog/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-attributes.d.ts +30 -0
- package/build_bundles/cjs/@types/ch5-overlay-panel/ch5-overlay-panel.d.ts +93 -0
- package/build_bundles/cjs/@types/ch5-overlay-panel/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-attributes.d.ts +17 -0
- package/build_bundles/cjs/@types/ch5-overlay-panel/interfaces/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-overlay-panel/interfaces/t-ch5-overlay-panel.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-qrcode/ch5-qrcode.d.ts +32 -0
- package/build_bundles/cjs/@types/ch5-qrcode/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-qrcode/interfaces/i-ch5-qrcode-attributes.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-resync/ch5-resync.d.ts +27 -0
- package/build_bundles/cjs/@types/ch5-resync/models/ch5-clear-range-data-model.d.ts +17 -0
- package/build_bundles/cjs/@types/ch5-resync/models/ch5-exclude-prefixes-model.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-resync/models/ch5-resync-constants.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-resync/models/ch5-resync-reset-event-names-enum.d.ts +8 -0
- package/build_bundles/cjs/@types/ch5-resync/models/ch5-states-at-default-value-model.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-resync/models/resynchronization-request-model.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-segmented-gauge/ch5-segmented-gauge.d.ts +86 -0
- package/build_bundles/cjs/@types/ch5-segmented-gauge/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-attributes.d.ts +17 -0
- package/build_bundles/cjs/@types/ch5-segmented-gauge/interfaces/t-ch5-segmented-gauge.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-select/ch5-select.d.ts +203 -0
- package/build_bundles/cjs/@types/ch5-select/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-select/interfaces/i-ch5-select-attributes.d.ts +27 -0
- package/build_bundles/cjs/@types/ch5-select/interfaces/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-select/interfaces/t-ch5-select.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-select-option/ch5-select-option.d.ts +75 -0
- package/build_bundles/cjs/@types/ch5-select-option/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-select-option/interfaces/i-ch5-select-option-attributes.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-select-option/interfaces/types/t-ch5-select-option-icon-position.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-signal-level-gauge/ch5-signal-level-gauge.d.ts +53 -0
- package/build_bundles/cjs/@types/ch5-signal-level-gauge/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-attributes.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-signal-level-gauge/interfaces/t-ch5-signal-level-gauge.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-slider/ch5-slider-button-label.d.ts +23 -0
- package/build_bundles/cjs/@types/ch5-slider/ch5-slider-button.d.ts +37 -0
- package/build_bundles/cjs/@types/ch5-slider/ch5-slider-title-label.d.ts +23 -0
- package/build_bundles/cjs/@types/ch5-slider/ch5-slider.d.ts +225 -0
- package/build_bundles/cjs/@types/ch5-slider/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-attributes.d.ts +35 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-button-attributes.d.ts +19 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-button-documentation.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-button-label-documentation.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-documentation.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-title-label-attributes.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-title-label-documentation.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/index.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/t-ch5-slider-button.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-slider/interfaces/t-ch5-slider.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-spinner/ch5-mouse-velocity.d.ts +35 -0
- package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner-events.d.ts +16 -0
- package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner-mutation-observer.d.ts +7 -0
- package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner-scroll.d.ts +44 -0
- package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner-template.d.ts +58 -0
- package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner.d.ts +145 -0
- package/build_bundles/cjs/@types/ch5-spinner/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-spinner/interfaces/i-ch5-spinner-attributes.d.ts +27 -0
- package/build_bundles/cjs/@types/ch5-spinner/interfaces/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-spinner/interfaces/t-ch5-spinner.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-subpage-reference-list/ch5-subpage-reference-list.d.ts +159 -0
- package/build_bundles/cjs/@types/ch5-subpage-reference-list/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +31 -0
- package/build_bundles/cjs/@types/ch5-subpage-reference-list/interfaces/t-ch5-subpage-reference-list.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-subpage-reference-list/refresh-ch5-subpage-reference-list.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-tab-button/ch5-tab-button-individual-button.d.ts +28 -0
- package/build_bundles/cjs/@types/ch5-tab-button/ch5-tab-button-label.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-tab-button/ch5-tab-button.d.ts +109 -0
- package/build_bundles/cjs/@types/ch5-tab-button/index.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-tab-button/interfaces/i-ch5-tab-button-attributes.d.ts +34 -0
- package/build_bundles/cjs/@types/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-attributes.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-tab-button/interfaces/t-ch5-tab-button.d.ts +7 -0
- package/build_bundles/cjs/@types/ch5-tab-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/cjs/@types/ch5-template/ch5-template-structure.d.ts +20 -0
- package/build_bundles/cjs/@types/ch5-template/ch5-template.d.ts +59 -0
- package/build_bundles/cjs/@types/ch5-template/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-template/interfaces/i-ch5-template-attributes.d.ts +14 -0
- package/build_bundles/cjs/@types/ch5-template/interfaces/t-ch5-template.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-template/refresh-ch5-template.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-text/ch5-text.d.ts +63 -0
- package/build_bundles/cjs/@types/ch5-text/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-text/interfaces/i-ch5-text-attributes.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-text/interfaces/t-ch5-text.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-textinput/ch5-textinput-mask.d.ts +69 -0
- package/build_bundles/cjs/@types/ch5-textinput/ch5-textinput.d.ts +135 -0
- package/build_bundles/cjs/@types/ch5-textinput/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-textinput/interfaces/i-ch5-text-input-attributes.d.ts +29 -0
- package/build_bundles/cjs/@types/ch5-textinput/interfaces/i-ch5-text-input.d.ts +7 -0
- package/build_bundles/cjs/@types/ch5-textinput/interfaces/index.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-textinput/interfaces/t-ch5-text-input.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-toggle/ch5-toggle.d.ts +95 -0
- package/build_bundles/cjs/@types/ch5-toggle/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-toggle/interfaces/i-ch5-toggle-attributes.d.ts +22 -0
- package/build_bundles/cjs/@types/ch5-toggle/interfaces/t-ch5-toggle.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-touch/ch5-touch-activity.d.ts +30 -0
- package/build_bundles/cjs/@types/ch5-touch/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-triggerview/ch5-triggerview-child.d.ts +36 -0
- package/build_bundles/cjs/@types/ch5-triggerview/ch5-triggerview-slides-manager.d.ts +48 -0
- package/build_bundles/cjs/@types/ch5-triggerview/ch5-triggerview-swiper.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-triggerview/ch5-triggerview.d.ts +73 -0
- package/build_bundles/cjs/@types/ch5-triggerview/index.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-triggerview/interfaces/i-ch5-triggerview-attributes.d.ts +10 -0
- package/build_bundles/cjs/@types/ch5-triggerview/interfaces/i-ch5-triggerview-child-attributes.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-triggerview/utils.d.ts +13 -0
- package/build_bundles/cjs/@types/ch5-video/ch5-video-snapshot.d.ts +18 -0
- package/build_bundles/cjs/@types/ch5-video/ch5-video-touch-manager.d.ts +12 -0
- package/build_bundles/cjs/@types/ch5-video/ch5-video-utils.d.ts +17 -0
- package/build_bundles/cjs/@types/ch5-video/ch5-video.d.ts +185 -0
- package/build_bundles/cjs/@types/ch5-video/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-video/interfaces/i-ch5-video-attributes.d.ts +39 -0
- package/build_bundles/cjs/@types/ch5-video/interfaces/i-ch5-video-documentation.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-video/interfaces/i-ch5-video-helper.d.ts +96 -0
- package/build_bundles/cjs/@types/ch5-video/interfaces/index.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-video/interfaces/t-ch5-video.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher-screen-label.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher-screen.d.ts +24 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher-source-label.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher-source.d.ts +25 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher.d.ts +159 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/drag-drop-touch.d.ts +47 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/index.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-attributes.d.ts +29 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-documentation.d.ts +4 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-attributes.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-documentation.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-label-documentation.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-attributes.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-documentation.d.ts +3 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-label-documentation.d.ts +2 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/index.d.ts +9 -0
- package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/t-ch5-video-switcher.d.ts +5 -0
- package/build_bundles/cjs/@types/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.d.ts +57 -0
- package/build_bundles/cjs/@types/ch5-wifi-signal-level-gauge/index.d.ts +1 -0
- package/build_bundles/cjs/@types/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-attributes.d.ts +11 -0
- package/build_bundles/cjs/@types/ch5-wifi-signal-level-gauge/interfaces/t-ch5-wifi-signal-level-gauge.d.ts +3 -0
- package/build_bundles/cjs/@types/index.d.ts +45 -0
- package/build_bundles/cjs/@types/utility-models/ch5-role-attribute-mapping.d.ts +52 -0
- package/build_bundles/cjs/@types/utility-models/index.d.ts +1 -0
- package/build_bundles/cjs/cr-com-lib.js +2 -0
- package/build_bundles/cjs/cr-com-lib.js.LICENSE.txt +30 -0
- package/build_bundles/esm/_interfaces/index.d.ts +53 -0
- package/build_bundles/esm/ch5-animation/ch5-animation.d.ts +53 -0
- package/build_bundles/esm/ch5-animation/ch5-animation.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-animation/index.d.ts +1 -0
- package/build_bundles/esm/ch5-animation/interfaces/i-ch5-animation-attributes.d.ts +10 -0
- package/build_bundles/esm/ch5-animation/interfaces/i-ch5-animation-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-animation/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-animation/interfaces/t-ch5-animation.d.ts +2 -0
- package/build_bundles/esm/ch5-background/ch5-background.d.ts +114 -0
- package/build_bundles/esm/ch5-background/ch5-background.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-background/index.d.ts +1 -0
- package/build_bundles/esm/ch5-background/interfaces/i-ch5-background-attributes.d.ts +15 -0
- package/build_bundles/esm/ch5-background/interfaces/i-ch5-background-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-background/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-background/interfaces/t-ch5-background.d.ts +3 -0
- package/build_bundles/esm/ch5-base/ch5-base-class.d.ts +138 -0
- package/build_bundles/esm/ch5-base/ch5-base-log.d.ts +12 -0
- package/build_bundles/esm/ch5-button/ch5-button-base.d.ts +222 -0
- package/build_bundles/esm/ch5-button/ch5-button-label.d.ts +9 -0
- package/build_bundles/esm/ch5-button/ch5-button-mode-state.d.ts +42 -0
- package/build_bundles/esm/ch5-button/ch5-button-mode.d.ts +38 -0
- package/build_bundles/esm/ch5-button/ch5-button-pressinfo.d.ts +19 -0
- package/build_bundles/esm/ch5-button/ch5-button-signal.d.ts +16 -0
- package/build_bundles/esm/ch5-button/ch5-button-utils.d.ts +22 -0
- package/build_bundles/esm/ch5-button/ch5-button.d.ts +9 -0
- package/build_bundles/esm/ch5-button/ch5-button.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-button/index.d.ts +5 -0
- package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-attributes.d.ts +40 -0
- package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-documentation.d.ts +7 -0
- package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-label-attributes.d.ts +2 -0
- package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-mode-attributes.d.ts +3 -0
- package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-mode-common.d.ts +14 -0
- package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-mode-state-attributes.d.ts +5 -0
- package/build_bundles/esm/ch5-button/interfaces/i-ch5-button.d.ts +4 -0
- package/build_bundles/esm/ch5-button/interfaces/index.d.ts +5 -0
- package/build_bundles/esm/ch5-button/interfaces/t-ch5-button.d.ts +20 -0
- package/build_bundles/esm/ch5-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-base.d.ts +213 -0
- package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-individual-button-base.d.ts +25 -0
- package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-label-base.d.ts +7 -0
- package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-mode-base.d.ts +43 -0
- package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-mode-state-base.d.ts +47 -0
- package/build_bundles/esm/ch5-button-list/ch5-button-list-individual-button.d.ts +8 -0
- package/build_bundles/esm/ch5-button-list/ch5-button-list-label.d.ts +6 -0
- package/build_bundles/esm/ch5-button-list/ch5-button-list-mode-state.d.ts +8 -0
- package/build_bundles/esm/ch5-button-list/ch5-button-list-mode.d.ts +8 -0
- package/build_bundles/esm/ch5-button-list/ch5-button-list.d.ts +9 -0
- package/build_bundles/esm/ch5-button-list/ch5-button-list.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-button-list/index.d.ts +5 -0
- package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-attributes.d.ts +56 -0
- package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-individual-button-attributes.d.ts +6 -0
- package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-individual-button-documentation.d.ts +3 -0
- package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-label-documentation.d.ts +2 -0
- package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-mode-attributes.d.ts +13 -0
- package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-mode-documentation.d.ts +3 -0
- package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-mode-state-attributes.d.ts +14 -0
- package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-mode-state-documentation.d.ts +3 -0
- package/build_bundles/esm/ch5-button-list/interfaces/index.d.ts +10 -0
- package/build_bundles/esm/ch5-button-list/interfaces/t-ch5-button-list.d.ts +14 -0
- package/build_bundles/esm/ch5-button-list/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/esm/ch5-color-chip/ch5-color-chip.d.ts +51 -0
- package/build_bundles/esm/ch5-color-chip/ch5-color-chip.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-color-chip/index.d.ts +1 -0
- package/build_bundles/esm/ch5-color-chip/interfaces/i-ch5-color-chip-attributes.d.ts +12 -0
- package/build_bundles/esm/ch5-color-chip/interfaces/i-ch5-color-chip-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-color-chip/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-color-picker/ch5-color-picker.d.ts +61 -0
- package/build_bundles/esm/ch5-color-picker/ch5-color-picker.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-color-picker/color-picker.d.ts +10 -0
- package/build_bundles/esm/ch5-color-picker/index.d.ts +1 -0
- package/build_bundles/esm/ch5-color-picker/interfaces/i-ch5-color-picker-attributes.d.ts +10 -0
- package/build_bundles/esm/ch5-color-picker/interfaces/i-ch5-color-picker-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-color-picker/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-common/ch5-augment-var-signals-names.d.ts +12 -0
- package/build_bundles/esm/ch5-common/ch5-augment-var-signals-names.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-common/ch5-common-attributes.d.ts +15 -0
- package/build_bundles/esm/ch5-common/ch5-common-log.d.ts +12 -0
- package/build_bundles/esm/ch5-common/ch5-common-signal.d.ts +16 -0
- package/build_bundles/esm/ch5-common/ch5-common.d.ts +183 -0
- package/build_bundles/esm/ch5-common/ch5-config.d.ts +37 -0
- package/build_bundles/esm/ch5-common/ch5-log.d.ts +13 -0
- package/build_bundles/esm/ch5-common/ch5-mutation-observer.d.ts +19 -0
- package/build_bundles/esm/ch5-common/ch5-pressable-button.d.ts +44 -0
- package/build_bundles/esm/ch5-common/ch5-pressable-slider.d.ts +61 -0
- package/build_bundles/esm/ch5-common/ch5-pressable.d.ts +43 -0
- package/build_bundles/esm/ch5-common/ch5-signal-attribute-registry.d.ts +41 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-appendclasswheninviewport.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-customclass.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-customstyle.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-dir.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-id.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-noshowtype.d.ts +4 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomclass.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomstyle.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateenable.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatehidepulse.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshow.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshowpulse.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-sendeventonshow.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-show.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-class.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-debug.d.ts +4 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-disabled.d.ts +4 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-role.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-style.d.ts +3 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-button-list-attributes.d.ts +13 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-button-list-documentation.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-animation.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-animation.d.ts +10 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-color-chip.d.ts +10 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-datetime.d.ts +11 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-dpad-child.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-media-player.d.ts +12 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-set3.d.ts +11 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-template.d.ts +11 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-text.d.ts +12 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-toggle.d.ts +16 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-video-documentation.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-video-switcher.d.ts +13 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-video.d.ts +13 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes.d.ts +16 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-ch5-text.d.ts +16 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-color-chip.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-datetime.d.ts +7 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-documentation-media-player.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-documentation-text.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-documentation-toggle.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-documentation-video-switcher.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-set3.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-wo-disable.d.ts +7 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-common.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-gestureable.d.ts +4 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +13 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-subpage-reference-list-documentation.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-tab-button-attributes.d.ts +13 -0
- package/build_bundles/esm/ch5-common/interfaces/i-ch5-tab-button-documentation.d.ts +8 -0
- package/build_bundles/esm/ch5-common/interfaces/index.d.ts +7 -0
- package/build_bundles/esm/ch5-common/interfaces/t-ch5-common.d.ts +8 -0
- package/build_bundles/esm/ch5-common/utils/animation/animator.d.ts +82 -0
- package/build_bundles/esm/ch5-common/utils/animation/user-scroll-events.d.ts +1 -0
- package/build_bundles/esm/ch5-common/utils/ch5-color-utils.d.ts +15 -0
- package/build_bundles/esm/ch5-common/utils/common-functions.d.ts +16 -0
- package/build_bundles/esm/ch5-common/utils/component-helper.d.ts +16 -0
- package/build_bundles/esm/ch5-common/utils/html-callback.d.ts +20 -0
- package/build_bundles/esm/ch5-common/utils/index.d.ts +1 -0
- package/build_bundles/esm/ch5-common/utils/math/easings.d.ts +30 -0
- package/build_bundles/esm/ch5-common/utils/orientation-helper.d.ts +7 -0
- package/build_bundles/esm/ch5-common/utils/tick.d.ts +3 -0
- package/build_bundles/esm/ch5-common/utils/viewport.d.ts +14 -0
- package/build_bundles/esm/ch5-common-input/ch5-common-input.d.ts +55 -0
- package/build_bundles/esm/ch5-common-input/index.d.ts +1 -0
- package/build_bundles/esm/ch5-common-input/interfaces/i-ch5-common-input-attributes.d.ts +6 -0
- package/build_bundles/esm/ch5-common-input/interfaces/i-ch5-common-input-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-common-input/interfaces/i-ch5-common-input.d.ts +5 -0
- package/build_bundles/esm/ch5-common-input/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-common-input/interfaces/t-ch5-common-input.d.ts +1 -0
- package/build_bundles/esm/ch5-core/ch5-component.d.ts +5 -0
- package/build_bundles/esm/ch5-core/ch5-core-intersection-observer.d.ts +14 -0
- package/build_bundles/esm/ch5-core/ch5-debug.d.ts +19 -0
- package/build_bundles/esm/ch5-core/ch5-heartbeat.d.ts +6 -0
- package/build_bundles/esm/ch5-core/ch5-platform.d.ts +15 -0
- package/build_bundles/esm/ch5-core/ch5-properties.d.ts +18 -0
- package/build_bundles/esm/ch5-core/ch5-property.d.ts +65 -0
- package/build_bundles/esm/ch5-core/ch5-signal-behavior-subject.d.ts +9 -0
- package/build_bundles/esm/ch5-core/ch5-signal-bridge-receive.d.ts +19 -0
- package/build_bundles/esm/ch5-core/ch5-signal-bridge.d.ts +18 -0
- package/build_bundles/esm/ch5-core/ch5-signal-factory.d.ts +17 -0
- package/build_bundles/esm/ch5-core/ch5-signal-factory.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-core/ch5-signal.d.ts +32 -0
- package/build_bundles/esm/ch5-core/ch5-translation-class.d.ts +8 -0
- package/build_bundles/esm/ch5-core/ch5-translation-configuration.d.ts +4 -0
- package/build_bundles/esm/ch5-core/ch5-translation-factory.d.ts +10 -0
- package/build_bundles/esm/ch5-core/ch5-translation-listeners.d.ts +11 -0
- package/build_bundles/esm/ch5-core/ch5-translation-utility.d.ts +19 -0
- package/build_bundles/esm/ch5-core/ch5-uid.d.ts +5 -0
- package/build_bundles/esm/ch5-core/ch5-uid.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-core/ch5-version.d.ts +4 -0
- package/build_bundles/esm/ch5-core/get-scrollable-parent.d.ts +1 -0
- package/build_bundles/esm/ch5-core/index.d.ts +32 -0
- package/build_bundles/esm/ch5-core/interfaces-sig-com.d.ts +53 -0
- package/build_bundles/esm/ch5-core/resize-observer.d.ts +1 -0
- package/build_bundles/esm/ch5-core/types/callbacks.d.ts +6 -0
- package/build_bundles/esm/ch5-core/types/ch5-platform-info.d.ts +13 -0
- package/build_bundles/esm/ch5-core/types/core.d.ts +19 -0
- package/build_bundles/esm/ch5-core/types/signal.table.d.ts +4 -0
- package/build_bundles/esm/ch5-core/types/signal.type.d.ts +20 -0
- package/build_bundles/esm/ch5-core/utility-functions/animate.d.ts +4 -0
- package/build_bundles/esm/ch5-core/utility-functions/components.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/debounce.d.ts +5 -0
- package/build_bundles/esm/ch5-core/utility-functions/get-signal.d.ts +6 -0
- package/build_bundles/esm/ch5-core/utility-functions/is-crestron-device.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/is-crestron-touchscreen.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/is-ios-device.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/is-mobile-device.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/is-safari-mobile.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/is-touch-device.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/publish-signal.d.ts +2 -0
- package/build_bundles/esm/ch5-core/utility-functions/signals.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/subscribe-in-view-port-change.d.ts +3 -0
- package/build_bundles/esm/ch5-core/utility-functions/subscribe-signal-script.d.ts +11 -0
- package/build_bundles/esm/ch5-core/utility-functions/subscribe-signal.d.ts +3 -0
- package/build_bundles/esm/ch5-core/utility-functions/textformat.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/translation-interface-register.d.ts +2 -0
- package/build_bundles/esm/ch5-core/utility-functions/trigger-translation.d.ts +1 -0
- package/build_bundles/esm/ch5-core/utility-functions/unsubscribe-signal.d.ts +2 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-appendclass.d.ts +11 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-appendstyle.d.ts +11 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-enable.d.ts +14 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-hidepulse.d.ts +18 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-i18n.d.ts +18 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-innerhtml.d.ts +11 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-log.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-mutation-observer.d.ts +18 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-show.d.ts +19 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-showpulse.d.ts +19 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-text-content.d.ts +11 -0
- package/build_bundles/esm/ch5-custom-attrs/ch5-custom-attributes.d.ts +22 -0
- package/build_bundles/esm/ch5-custom-attrs/index.d.ts +11 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/helpers/custom-attribute.d.ts +6 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/helpers/i-custom-attribute.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-appendclass.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-appendstyle.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-enable.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-hidepulse.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-i18n.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-innerhtml.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-keep-sig-subscription.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-noshow-type.d.ts +4 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-show.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-showpulse.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-text-content.d.ts +3 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/index.d.ts +14 -0
- package/build_bundles/esm/ch5-custom-attrs/interfaces/t-ch5-attrs.d.ts +12 -0
- package/build_bundles/esm/ch5-custom-attrs/utils/ch5-attrs-constants.d.ts +9 -0
- package/build_bundles/esm/ch5-custom-attrs/utils/ch5-attrs-utility.d.ts +1 -0
- package/build_bundles/esm/ch5-datetime/ch5-datetime.d.ts +66 -0
- package/build_bundles/esm/ch5-datetime/ch5-datetime.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-datetime/date-time-util.d.ts +1 -0
- package/build_bundles/esm/ch5-datetime/index.d.ts +1 -0
- package/build_bundles/esm/ch5-datetime/interfaces/i-ch5-datetime-attributes.d.ts +19 -0
- package/build_bundles/esm/ch5-datetime/interfaces/i-ch5-datetime-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-datetime/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-datetime/interfaces/t-ch5-datetime.d.ts +3 -0
- package/build_bundles/esm/ch5-dpad/ch5-dpad-button-base.d.ts +74 -0
- package/build_bundles/esm/ch5-dpad/ch5-dpad-button.d.ts +9 -0
- package/build_bundles/esm/ch5-dpad/ch5-dpad-utils.d.ts +16 -0
- package/build_bundles/esm/ch5-dpad/ch5-dpad.d.ts +85 -0
- package/build_bundles/esm/ch5-dpad/ch5-dpad.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-dpad/index.d.ts +1 -0
- package/build_bundles/esm/ch5-dpad/interfaces/i-ch5-dpad-attributes.d.ts +20 -0
- package/build_bundles/esm/ch5-dpad/interfaces/i-ch5-dpad-button-attributes.d.ts +3 -0
- package/build_bundles/esm/ch5-dpad/interfaces/i-ch5-dpad-button-base-attributes.d.ts +9 -0
- package/build_bundles/esm/ch5-dpad/interfaces/i-ch5-dpad-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-dpad/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-dpad/interfaces/t-ch5-dpad.d.ts +5 -0
- package/build_bundles/esm/ch5-emulator/ch5-emulator.d.ts +44 -0
- package/build_bundles/esm/ch5-emulator/ch5-emulator.s001-003.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-emulator/ch5-emulator.s004.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-emulator/ch5-emulator.s005.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-emulator/ch5-emulator.s006.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-emulator/ch5-emulator.s007.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-emulator/ch5-emulator.s008.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-emulator/ch5-emulator.s009.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-emulator/index.d.ts +1 -0
- package/build_bundles/esm/ch5-emulator/js-interface-mock.d.ts +16 -0
- package/build_bundles/esm/ch5-emulator/mocha.async.delay.d.ts +1 -0
- package/build_bundles/esm/ch5-form/ch5-form.d.ts +90 -0
- package/build_bundles/esm/ch5-form/ch5-form.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-form/index.d.ts +1 -0
- package/build_bundles/esm/ch5-form/interfaces/i-ch5-form-attributes.d.ts +16 -0
- package/build_bundles/esm/ch5-form/interfaces/i-ch5-form-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-form/interfaces/index.d.ts +1 -0
- package/build_bundles/esm/ch5-image/ch5-image-mode.d.ts +14 -0
- package/build_bundles/esm/ch5-image/ch5-image-uri-model.d.ts +23 -0
- package/build_bundles/esm/ch5-image/ch5-image.d.ts +140 -0
- package/build_bundles/esm/ch5-image/ch5-image.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-image/index.d.ts +2 -0
- package/build_bundles/esm/ch5-image/interfaces/i-ch5-image-attributes.d.ts +23 -0
- package/build_bundles/esm/ch5-image/interfaces/i-ch5-image-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-image/interfaces/i-ch5-image-mode-attributes.d.ts +3 -0
- package/build_bundles/esm/ch5-image/interfaces/i-ch5-image-mode-documentation.d.ts +3 -0
- package/build_bundles/esm/ch5-image/interfaces/i-ch5-image.d.ts +6 -0
- package/build_bundles/esm/ch5-image/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-import-htmlsnippet/ch5-import-htmlsnippet.d.ts +34 -0
- package/build_bundles/esm/ch5-import-htmlsnippet/ch5-import-htmlsnippet.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-import-htmlsnippet/index.d.ts +1 -0
- package/build_bundles/esm/ch5-import-htmlsnippet/interfaces/i-ch5-htmlsnippet-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-import-htmlsnippet/interfaces/i-ch5-import-htmlsnippet-attributes.d.ts +4 -0
- package/build_bundles/esm/ch5-import-htmlsnippet/interfaces/index.d.ts +1 -0
- package/build_bundles/esm/ch5-jointotext-boolean/ch5-jointotext-boolean.d.ts +27 -0
- package/build_bundles/esm/ch5-jointotext-boolean/ch5-jointotext-boolean.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-jointotext-boolean/index.d.ts +1 -0
- package/build_bundles/esm/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-attributes.d.ts +7 -0
- package/build_bundles/esm/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-jointotext-boolean/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-jointotext-numeric/ch5-jointotext-numeric.d.ts +47 -0
- package/build_bundles/esm/ch5-jointotext-numeric/ch5-jointotext-numeric.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-jointotext-numeric/format/float-format.d.ts +12 -0
- package/build_bundles/esm/ch5-jointotext-numeric/format/hex-format.d.ts +7 -0
- package/build_bundles/esm/ch5-jointotext-numeric/format/numeric-format-factory.d.ts +8 -0
- package/build_bundles/esm/ch5-jointotext-numeric/format/numeric-format.d.ts +3 -0
- package/build_bundles/esm/ch5-jointotext-numeric/format/percentage-format.d.ts +10 -0
- package/build_bundles/esm/ch5-jointotext-numeric/format/raw-format.d.ts +5 -0
- package/build_bundles/esm/ch5-jointotext-numeric/format/signed-format.d.ts +7 -0
- package/build_bundles/esm/ch5-jointotext-numeric/format/time-format.d.ts +5 -0
- package/build_bundles/esm/ch5-jointotext-numeric/format/unsigned-format.d.ts +7 -0
- package/build_bundles/esm/ch5-jointotext-numeric/index.d.ts +1 -0
- package/build_bundles/esm/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-attributes.d.ts +11 -0
- package/build_bundles/esm/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-jointotext-numeric/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-jointotext-numeric/interfaces/t-ch5-jointotext-numeric.d.ts +1 -0
- package/build_bundles/esm/ch5-jointotext-string/ch5-jointotext-string.d.ts +25 -0
- package/build_bundles/esm/ch5-jointotext-string/ch5-jointotext-string.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-jointotext-string/index.d.ts +1 -0
- package/build_bundles/esm/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-attributes.d.ts +6 -0
- package/build_bundles/esm/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-jointotext-string/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-keypad/ch5-keypad-btn.d.ts +53 -0
- package/build_bundles/esm/ch5-keypad/ch5-keypad-utils.d.ts +14 -0
- package/build_bundles/esm/ch5-keypad/ch5-keypad.d.ts +98 -0
- package/build_bundles/esm/ch5-keypad/ch5-keypad.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-keypad/index.d.ts +1 -0
- package/build_bundles/esm/ch5-keypad/interfaces/i-ch5-keypad-attributes.d.ts +25 -0
- package/build_bundles/esm/ch5-keypad/interfaces/i-ch5-keypad-btn-attributes.d.ts +8 -0
- package/build_bundles/esm/ch5-keypad/interfaces/i-ch5-keypad-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-keypad/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-keypad/interfaces/t-ch5-keypad.d.ts +15 -0
- package/build_bundles/esm/ch5-label/ch5-label.d.ts +40 -0
- package/build_bundles/esm/ch5-label/ch5-label.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-label/index.d.ts +1 -0
- package/build_bundles/esm/ch5-label/interfaces/i-ch5-label-attributes.d.ts +5 -0
- package/build_bundles/esm/ch5-label/interfaces/i-ch5-label-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-label/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-list/animation/ch5-animation-factory.d.ts +4 -0
- package/build_bundles/esm/ch5-list/animation/ch5-animation.d.ts +18 -0
- package/build_bundles/esm/ch5-list/animation/ch5-standard-animation.d.ts +8 -0
- package/build_bundles/esm/ch5-list/animation/ch5-web-animation.d.ts +7 -0
- package/build_bundles/esm/ch5-list/ch5-list-abstract-helper.d.ts +14 -0
- package/build_bundles/esm/ch5-list/ch5-list-animation.d.ts +39 -0
- package/build_bundles/esm/ch5-list/ch5-list-buffered-items.d.ts +17 -0
- package/build_bundles/esm/ch5-list/ch5-list-event-manager.d.ts +25 -0
- package/build_bundles/esm/ch5-list/ch5-list-log.d.ts +4 -0
- package/build_bundles/esm/ch5-list/ch5-list-signal-manager.d.ts +12 -0
- package/build_bundles/esm/ch5-list/ch5-list-size-resolver.d.ts +16 -0
- package/build_bundles/esm/ch5-list/ch5-list-template.d.ts +53 -0
- package/build_bundles/esm/ch5-list/ch5-list.d.ts +283 -0
- package/build_bundles/esm/ch5-list/ch5-list.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-list/index.d.ts +1 -0
- package/build_bundles/esm/ch5-list/interfaces/i-ch5-list-attributes.d.ts +21 -0
- package/build_bundles/esm/ch5-list/interfaces/i-ch5-list-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-list/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-list/interfaces/t-ch5-list.d.ts +1 -0
- package/build_bundles/esm/ch5-list/passiveEventListeners.d.ts +3 -0
- package/build_bundles/esm/ch5-logger/appender/AbstractAppender.d.ts +13 -0
- package/build_bundles/esm/ch5-logger/appender/AppenderFactory.d.ts +6 -0
- package/build_bundles/esm/ch5-logger/appender/RemoteAppender.d.ts +18 -0
- package/build_bundles/esm/ch5-logger/enums/index.d.ts +13 -0
- package/build_bundles/esm/ch5-logger/helpers/LogMessage.d.ts +12 -0
- package/build_bundles/esm/ch5-logger/helpers/LogMessagesFilter.d.ts +17 -0
- package/build_bundles/esm/ch5-logger/helpers/index.d.ts +2 -0
- package/build_bundles/esm/ch5-logger/index.d.ts +3 -0
- package/build_bundles/esm/ch5-logger/logger/Logger.d.ts +33 -0
- package/build_bundles/esm/ch5-logger/logger/index.d.ts +1 -0
- package/build_bundles/esm/ch5-logger/services/RequestService.d.ts +11 -0
- package/build_bundles/esm/ch5-logger/services/index.d.ts +1 -0
- package/build_bundles/esm/ch5-logger/tests/filterMessage.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-logger/types/index.d.ts +12 -0
- package/build_bundles/esm/ch5-logger/utility/getLogger.d.ts +4 -0
- package/build_bundles/esm/ch5-logger/utility/getRemoteAppender.d.ts +2 -0
- package/build_bundles/esm/ch5-logger/utility/index.d.ts +3 -0
- package/build_bundles/esm/ch5-logger/utility/uriSchemaValidation.d.ts +1 -0
- package/build_bundles/esm/ch5-media-player/ch5-media-player-common.d.ts +4 -0
- package/build_bundles/esm/ch5-media-player/ch5-media-player-icon-button-base.d.ts +33 -0
- package/build_bundles/esm/ch5-media-player/ch5-media-player-my-music.d.ts +38 -0
- package/build_bundles/esm/ch5-media-player/ch5-media-player-now-playing.d.ts +68 -0
- package/build_bundles/esm/ch5-media-player/ch5-media-player.d.ts +83 -0
- package/build_bundles/esm/ch5-media-player/commonInterface.d.ts +133 -0
- package/build_bundles/esm/ch5-media-player/index.d.ts +3 -0
- package/build_bundles/esm/ch5-media-player/interfaces/i-ch5-media-player-attributes.d.ts +15 -0
- package/build_bundles/esm/ch5-media-player/interfaces/i-ch5-media-player-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-media-player/interfaces/i-ch5-media-player-my-music-documentation.d.ts +2 -0
- package/build_bundles/esm/ch5-media-player/interfaces/i-ch5-media-player-now-playing-documentation.d.ts +2 -0
- package/build_bundles/esm/ch5-media-player/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-media-player/interfaces/t-ch5-media-player.d.ts +27 -0
- package/build_bundles/esm/ch5-media-player/music-player.d.ts +64 -0
- package/build_bundles/esm/ch5-modal-dialog/ch5-modal-dialog.d.ts +103 -0
- package/build_bundles/esm/ch5-modal-dialog/ch5-modal-dialog.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-modal-dialog/index.d.ts +1 -0
- package/build_bundles/esm/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-attributes.d.ts +30 -0
- package/build_bundles/esm/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-modal-dialog/interfaces/index.d.ts +1 -0
- package/build_bundles/esm/ch5-overlay-panel/ch5-overlay-panel.d.ts +93 -0
- package/build_bundles/esm/ch5-overlay-panel/ch5-overlay-panel.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-overlay-panel/index.d.ts +1 -0
- package/build_bundles/esm/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-attributes.d.ts +17 -0
- package/build_bundles/esm/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-overlay-panel/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-overlay-panel/interfaces/t-ch5-overlay-panel.d.ts +3 -0
- package/build_bundles/esm/ch5-qrcode/ch5-qrcode-properties.d.ts +0 -0
- package/build_bundles/esm/ch5-qrcode/ch5-qrcode.d.ts +32 -0
- package/build_bundles/esm/ch5-qrcode/ch5-qrcode.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-qrcode/index.d.ts +1 -0
- package/build_bundles/esm/ch5-qrcode/interfaces/i-ch5-qrcode-attributes.d.ts +12 -0
- package/build_bundles/esm/ch5-qrcode/interfaces/i-ch5-qrcode-documentation.d.ts +7 -0
- package/build_bundles/esm/ch5-qrcode/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-resync/ch5-resync.d.ts +27 -0
- package/build_bundles/esm/ch5-resync/ch5-resync.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-resync/models/ch5-clear-range-data-model.d.ts +17 -0
- package/build_bundles/esm/ch5-resync/models/ch5-exclude-prefixes-model.d.ts +3 -0
- package/build_bundles/esm/ch5-resync/models/ch5-resync-constants.d.ts +3 -0
- package/build_bundles/esm/ch5-resync/models/ch5-resync-reset-event-names-enum.d.ts +8 -0
- package/build_bundles/esm/ch5-resync/models/ch5-states-at-default-value-model.d.ts +2 -0
- package/build_bundles/esm/ch5-resync/models/resynchronization-request-model.d.ts +9 -0
- package/build_bundles/esm/ch5-segmented-gauge/ch5-segmented-gauge.d.ts +86 -0
- package/build_bundles/esm/ch5-segmented-gauge/ch5-segmented-gauge.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-segmented-gauge/index.d.ts +1 -0
- package/build_bundles/esm/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-attributes.d.ts +17 -0
- package/build_bundles/esm/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-segmented-gauge/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-segmented-gauge/interfaces/t-ch5-segmented-gauge.d.ts +3 -0
- package/build_bundles/esm/ch5-select/ch5-select.d.ts +203 -0
- package/build_bundles/esm/ch5-select/ch5-select.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-select/index.d.ts +1 -0
- package/build_bundles/esm/ch5-select/interfaces/i-ch5-select-attributes.d.ts +27 -0
- package/build_bundles/esm/ch5-select/interfaces/i-ch5-select-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-select/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-select/interfaces/t-ch5-select.d.ts +2 -0
- package/build_bundles/esm/ch5-select-option/ch5-select-option.d.ts +75 -0
- package/build_bundles/esm/ch5-select-option/ch5-select-option.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-select-option/index.d.ts +1 -0
- package/build_bundles/esm/ch5-select-option/interfaces/i-ch5-select-option-attributes.d.ts +11 -0
- package/build_bundles/esm/ch5-select-option/interfaces/i-ch5-select-option-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-select-option/interfaces/index.d.ts +1 -0
- package/build_bundles/esm/ch5-select-option/interfaces/types/t-ch5-select-option-icon-position.d.ts +1 -0
- package/build_bundles/esm/ch5-signal-level-gauge/ch5-signal-level-gauge.d.ts +53 -0
- package/build_bundles/esm/ch5-signal-level-gauge/ch5-signal-level-gauge.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-signal-level-gauge/index.d.ts +1 -0
- package/build_bundles/esm/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-attributes.d.ts +12 -0
- package/build_bundles/esm/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-signal-level-gauge/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-signal-level-gauge/interfaces/t-ch5-signal-level-gauge.d.ts +2 -0
- package/build_bundles/esm/ch5-slider/ch5-slider-button-label.d.ts +23 -0
- package/build_bundles/esm/ch5-slider/ch5-slider-button.d.ts +37 -0
- package/build_bundles/esm/ch5-slider/ch5-slider-title-label.d.ts +23 -0
- package/build_bundles/esm/ch5-slider/ch5-slider.d.ts +225 -0
- package/build_bundles/esm/ch5-slider/ch5-slider.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-slider/index.d.ts +2 -0
- package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-attributes.d.ts +35 -0
- package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-button-attributes.d.ts +19 -0
- package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-button-documentation.d.ts +3 -0
- package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-button-label-documentation.d.ts +2 -0
- package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-title-label-attributes.d.ts +5 -0
- package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-title-label-documentation.d.ts +3 -0
- package/build_bundles/esm/ch5-slider/interfaces/index.d.ts +9 -0
- package/build_bundles/esm/ch5-slider/interfaces/t-ch5-slider-button.d.ts +6 -0
- package/build_bundles/esm/ch5-slider/interfaces/t-ch5-slider.d.ts +11 -0
- package/build_bundles/esm/ch5-spinner/ch5-mouse-velocity.d.ts +35 -0
- package/build_bundles/esm/ch5-spinner/ch5-spinner-events.d.ts +16 -0
- package/build_bundles/esm/ch5-spinner/ch5-spinner-mutation-observer.d.ts +7 -0
- package/build_bundles/esm/ch5-spinner/ch5-spinner-scroll.d.ts +44 -0
- package/build_bundles/esm/ch5-spinner/ch5-spinner-template.d.ts +58 -0
- package/build_bundles/esm/ch5-spinner/ch5-spinner.d.ts +145 -0
- package/build_bundles/esm/ch5-spinner/ch5-spinner.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-spinner/index.d.ts +1 -0
- package/build_bundles/esm/ch5-spinner/interfaces/i-ch5-spinner-attributes.d.ts +27 -0
- package/build_bundles/esm/ch5-spinner/interfaces/i-ch5-spinner-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-spinner/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-spinner/interfaces/t-ch5-spinner.d.ts +2 -0
- package/build_bundles/esm/ch5-subpage-reference-list/ch5-subpage-reference-list.d.ts +159 -0
- package/build_bundles/esm/ch5-subpage-reference-list/ch5-subpage-reference-list.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-subpage-reference-list/index.d.ts +2 -0
- package/build_bundles/esm/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +31 -0
- package/build_bundles/esm/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-subpage-reference-list/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-subpage-reference-list/interfaces/t-ch5-subpage-reference-list.d.ts +3 -0
- package/build_bundles/esm/ch5-subpage-reference-list/refresh-ch5-subpage-reference-list.d.ts +3 -0
- package/build_bundles/esm/ch5-tab-button/ch5-tab-button-individual-button.d.ts +28 -0
- package/build_bundles/esm/ch5-tab-button/ch5-tab-button-label.d.ts +6 -0
- package/build_bundles/esm/ch5-tab-button/ch5-tab-button.d.ts +109 -0
- package/build_bundles/esm/ch5-tab-button/ch5-tab-button.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-tab-button/index.d.ts +3 -0
- package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-attributes.d.ts +34 -0
- package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-attributes.d.ts +6 -0
- package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-documentation.d.ts +3 -0
- package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-label-documentation.d.ts +2 -0
- package/build_bundles/esm/ch5-tab-button/interfaces/index.d.ts +5 -0
- package/build_bundles/esm/ch5-tab-button/interfaces/t-ch5-tab-button.d.ts +7 -0
- package/build_bundles/esm/ch5-tab-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/esm/ch5-template/ch5-template-structure.d.ts +20 -0
- package/build_bundles/esm/ch5-template/ch5-template.d.ts +59 -0
- package/build_bundles/esm/ch5-template/ch5-template.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-template/index.d.ts +2 -0
- package/build_bundles/esm/ch5-template/interfaces/i-ch5-template-attributes.d.ts +14 -0
- package/build_bundles/esm/ch5-template/interfaces/i-ch5-template-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-template/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-template/interfaces/t-ch5-template.d.ts +3 -0
- package/build_bundles/esm/ch5-template/refresh-ch5-template.d.ts +3 -0
- package/build_bundles/esm/ch5-text/ch5-text.d.ts +63 -0
- package/build_bundles/esm/ch5-text/ch5-text.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-text/index.d.ts +1 -0
- package/build_bundles/esm/ch5-text/interfaces/i-ch5-text-attributes.d.ts +12 -0
- package/build_bundles/esm/ch5-text/interfaces/i-ch5-text-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-text/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-text/interfaces/t-ch5-text.d.ts +2 -0
- package/build_bundles/esm/ch5-textinput/ch5-textinput-mask.d.ts +69 -0
- package/build_bundles/esm/ch5-textinput/ch5-textinput.d.ts +135 -0
- package/build_bundles/esm/ch5-textinput/ch5-textinput.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-textinput/index.d.ts +1 -0
- package/build_bundles/esm/ch5-textinput/interfaces/i-ch5-text-input-attributes.d.ts +29 -0
- package/build_bundles/esm/ch5-textinput/interfaces/i-ch5-text-input-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-textinput/interfaces/i-ch5-text-input.d.ts +7 -0
- package/build_bundles/esm/ch5-textinput/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-textinput/interfaces/t-ch5-text-input.d.ts +5 -0
- package/build_bundles/esm/ch5-toggle/ch5-toggle.d.ts +95 -0
- package/build_bundles/esm/ch5-toggle/ch5-toggle.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-toggle/index.d.ts +1 -0
- package/build_bundles/esm/ch5-toggle/interfaces/i-ch5-toggle-attributes.d.ts +22 -0
- package/build_bundles/esm/ch5-toggle/interfaces/i-ch5-toggle-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-toggle/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-toggle/interfaces/t-ch5-toggle.d.ts +4 -0
- package/build_bundles/esm/ch5-touch/ch5-touch-activity.d.ts +30 -0
- package/build_bundles/esm/ch5-touch/index.d.ts +1 -0
- package/build_bundles/esm/ch5-triggerview/ch5-triggerview-child.d.ts +36 -0
- package/build_bundles/esm/ch5-triggerview/ch5-triggerview-slides-manager.d.ts +48 -0
- package/build_bundles/esm/ch5-triggerview/ch5-triggerview-swiper.d.ts +9 -0
- package/build_bundles/esm/ch5-triggerview/ch5-triggerview.d.ts +73 -0
- package/build_bundles/esm/ch5-triggerview/ch5-triggerview.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-triggerview/index.d.ts +2 -0
- package/build_bundles/esm/ch5-triggerview/interfaces/i-ch5-triggerview-attributes.d.ts +10 -0
- package/build_bundles/esm/ch5-triggerview/interfaces/i-ch5-triggerview-child-attributes.d.ts +5 -0
- package/build_bundles/esm/ch5-triggerview/interfaces/i-ch5-triggerview-child-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-triggerview/interfaces/i-ch5-triggerview-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-triggerview/interfaces/index.d.ts +2 -0
- package/build_bundles/esm/ch5-triggerview/utils.d.ts +13 -0
- package/build_bundles/esm/ch5-video/ch5-video-snapshot.d.ts +18 -0
- package/build_bundles/esm/ch5-video/ch5-video-touch-manager.d.ts +12 -0
- package/build_bundles/esm/ch5-video/ch5-video-utils.d.ts +17 -0
- package/build_bundles/esm/ch5-video/ch5-video.d.ts +185 -0
- package/build_bundles/esm/ch5-video/ch5-video.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-video/index.d.ts +1 -0
- package/build_bundles/esm/ch5-video/interfaces/i-ch5-video-attributes.d.ts +39 -0
- package/build_bundles/esm/ch5-video/interfaces/i-ch5-video-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-video/interfaces/i-ch5-video-helper.d.ts +96 -0
- package/build_bundles/esm/ch5-video/interfaces/index.d.ts +4 -0
- package/build_bundles/esm/ch5-video/interfaces/t-ch5-video.d.ts +3 -0
- package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher-screen-label.d.ts +9 -0
- package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher-screen.d.ts +24 -0
- package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher-source-label.d.ts +9 -0
- package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher-source.d.ts +25 -0
- package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher.d.ts +159 -0
- package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-video-switcher/drag-drop-touch.d.ts +47 -0
- package/build_bundles/esm/ch5-video-switcher/index.d.ts +5 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-attributes.d.ts +29 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-attributes.d.ts +5 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-documentation.d.ts +3 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-label-documentation.d.ts +2 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-attributes.d.ts +5 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-documentation.d.ts +3 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-label-documentation.d.ts +2 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/index.d.ts +9 -0
- package/build_bundles/esm/ch5-video-switcher/interfaces/t-ch5-video-switcher.d.ts +5 -0
- package/build_bundles/esm/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.d.ts +57 -0
- package/build_bundles/esm/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.spec.d.ts +1 -0
- package/build_bundles/esm/ch5-wifi-signal-level-gauge/index.d.ts +1 -0
- package/build_bundles/esm/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-attributes.d.ts +11 -0
- package/build_bundles/esm/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-documentation.d.ts +4 -0
- package/build_bundles/esm/ch5-wifi-signal-level-gauge/interfaces/index.d.ts +3 -0
- package/build_bundles/esm/ch5-wifi-signal-level-gauge/interfaces/t-ch5-wifi-signal-level-gauge.d.ts +3 -0
- package/build_bundles/esm/index.d.ts +45 -0
- package/build_bundles/esm/index.js +1 -0
- package/build_bundles/esm/utility-models/ch5-role-attribute-mapping.d.ts +52 -0
- package/build_bundles/esm/utility-models/index.d.ts +1 -0
- package/build_bundles/generate-metadata/icon-library.json +29566 -0
- package/build_bundles/generate-metadata/sass-metadata.json +85433 -0
- package/build_bundles/generate-metadata/sass-output.json +137182 -0
- package/build_bundles/generate-metadata/sass-schema.json +2892 -0
- package/build_bundles/generate-metadata/schema.json +27380 -0
- package/build_bundles/umd/@types/ch5-animation/ch5-animation.d.ts +53 -0
- package/build_bundles/umd/@types/ch5-animation/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-animation/interfaces/i-ch5-animation-attributes.d.ts +10 -0
- package/build_bundles/umd/@types/ch5-animation/interfaces/t-ch5-animation.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-background/ch5-background.d.ts +114 -0
- package/build_bundles/umd/@types/ch5-background/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-background/interfaces/i-ch5-background-attributes.d.ts +15 -0
- package/build_bundles/umd/@types/ch5-background/interfaces/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-background/interfaces/t-ch5-background.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-base/ch5-base-class.d.ts +138 -0
- package/build_bundles/umd/@types/ch5-base/ch5-base-log.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-button/ch5-button-base.d.ts +222 -0
- package/build_bundles/umd/@types/ch5-button/ch5-button-label.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-button/ch5-button-mode-state.d.ts +42 -0
- package/build_bundles/umd/@types/ch5-button/ch5-button-mode.d.ts +38 -0
- package/build_bundles/umd/@types/ch5-button/ch5-button-signal.d.ts +16 -0
- package/build_bundles/umd/@types/ch5-button/ch5-button-utils.d.ts +22 -0
- package/build_bundles/umd/@types/ch5-button/ch5-button.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-button/index.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-attributes.d.ts +40 -0
- package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-label-attributes.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-mode-attributes.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-mode-common.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-mode-state-attributes.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-button/interfaces/index.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-button/interfaces/t-ch5-button.d.ts +20 -0
- package/build_bundles/umd/@types/ch5-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-base.d.ts +213 -0
- package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-individual-button-base.d.ts +25 -0
- package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-label-base.d.ts +7 -0
- package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-mode-base.d.ts +43 -0
- package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-mode-state-base.d.ts +47 -0
- package/build_bundles/umd/@types/ch5-button-list/ch5-button-list-individual-button.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-button-list/ch5-button-list-label.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-button-list/ch5-button-list-mode-state.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-button-list/ch5-button-list-mode.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-button-list/ch5-button-list.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-button-list/index.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-attributes.d.ts +56 -0
- package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-individual-button-attributes.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-label-documentation.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-attributes.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-state-attributes.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-button-list/interfaces/t-ch5-button-list.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-button-list/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-color-chip/ch5-color-chip.d.ts +51 -0
- package/build_bundles/umd/@types/ch5-color-chip/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-color-chip/interfaces/i-ch5-color-chip-attributes.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-color-picker/ch5-color-picker.d.ts +61 -0
- package/build_bundles/umd/@types/ch5-color-picker/color-picker.d.ts +10 -0
- package/build_bundles/umd/@types/ch5-color-picker/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-color-picker/interfaces/i-ch5-color-picker-attributes.d.ts +10 -0
- package/build_bundles/umd/@types/ch5-common/ch5-augment-var-signals-names.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-common/ch5-common-log.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-common/ch5-common.d.ts +183 -0
- package/build_bundles/umd/@types/ch5-common/ch5-config.d.ts +37 -0
- package/build_bundles/umd/@types/ch5-common/ch5-log.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-common/ch5-mutation-observer.d.ts +19 -0
- package/build_bundles/umd/@types/ch5-common/ch5-pressable-slider.d.ts +61 -0
- package/build_bundles/umd/@types/ch5-common/ch5-pressable.d.ts +43 -0
- package/build_bundles/umd/@types/ch5-common/ch5-signal-attribute-registry.d.ts +41 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-appendclasswheninviewport.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customclass.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customstyle.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-dir.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-id.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-noshowtype.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomclass.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomstyle.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateenable.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatehidepulse.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshow.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshowpulse.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-sendeventonshow.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-show.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-class.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-debug.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-disabled.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-role.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-style.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-button-list-attributes.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-animation.d.ts +10 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-color-chip.d.ts +10 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-datetime.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-dpad-child.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-media-player.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-set3.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-template.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-text.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-toggle.d.ts +16 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-video-documentation.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-video-switcher.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-video.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes.d.ts +16 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-documentation-video-switcher.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-gestureable.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-tab-button-attributes.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/index.d.ts +7 -0
- package/build_bundles/umd/@types/ch5-common/interfaces/t-ch5-common.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-common/utils/ch5-color-utils.d.ts +15 -0
- package/build_bundles/umd/@types/ch5-common/utils/common-functions.d.ts +16 -0
- package/build_bundles/umd/@types/ch5-common/utils/component-helper.d.ts +16 -0
- package/build_bundles/umd/@types/ch5-common/utils/html-callback.d.ts +20 -0
- package/build_bundles/umd/@types/ch5-common/utils/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-common-input/ch5-common-input.d.ts +55 -0
- package/build_bundles/umd/@types/ch5-common-input/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-common-input/interfaces/i-ch5-common-input-attributes.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-common-input/interfaces/i-ch5-common-input.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-common-input/interfaces/t-ch5-common-input.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/ch5-component.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-core/ch5-core-intersection-observer.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-core/ch5-debug.d.ts +19 -0
- package/build_bundles/umd/@types/ch5-core/ch5-heartbeat.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-core/ch5-platform.d.ts +15 -0
- package/build_bundles/umd/@types/ch5-core/ch5-properties.d.ts +18 -0
- package/build_bundles/umd/@types/ch5-core/ch5-property.d.ts +65 -0
- package/build_bundles/umd/@types/ch5-core/ch5-signal-behavior-subject.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-core/ch5-signal-bridge-receive.d.ts +19 -0
- package/build_bundles/umd/@types/ch5-core/ch5-signal-bridge.d.ts +18 -0
- package/build_bundles/umd/@types/ch5-core/ch5-signal-factory.d.ts +17 -0
- package/build_bundles/umd/@types/ch5-core/ch5-signal.d.ts +32 -0
- package/build_bundles/umd/@types/ch5-core/ch5-translation-configuration.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-core/ch5-translation-factory.d.ts +10 -0
- package/build_bundles/umd/@types/ch5-core/ch5-translation-listeners.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-core/ch5-translation-utility.d.ts +19 -0
- package/build_bundles/umd/@types/ch5-core/ch5-uid.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-core/ch5-version.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-core/index.d.ts +32 -0
- package/build_bundles/umd/@types/ch5-core/interfaces-sig-com.d.ts +53 -0
- package/build_bundles/umd/@types/ch5-core/resize-observer.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/types/callbacks.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-core/types/ch5-platform-info.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-core/types/core.d.ts +19 -0
- package/build_bundles/umd/@types/ch5-core/types/signal.type.d.ts +20 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/animate.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/components.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/debounce.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/get-signal.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/is-crestron-device.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/is-crestron-touchscreen.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/is-ios-device.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/is-safari-mobile.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/publish-signal.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/signals.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/subscribe-in-view-port-change.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/subscribe-signal-script.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/subscribe-signal.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/textformat.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/translation-interface-register.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/trigger-translation.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-core/utility-functions/unsubscribe-signal.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-appendclass.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-appendstyle.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-enable.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-hidepulse.d.ts +18 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-i18n.d.ts +18 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-innerhtml.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-log.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-mutation-observer.d.ts +18 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-show.d.ts +19 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-showpulse.d.ts +19 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-text-content.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/ch5-custom-attributes.d.ts +22 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/index.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/helpers/custom-attribute.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/helpers/i-custom-attribute.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendclass.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendstyle.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-enable.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-hidepulse.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-i18n.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-innerhtml.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-keep-sig-subscription.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-noshow-type.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-show.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-showpulse.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-text-content.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/index.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/t-ch5-attrs.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/utils/ch5-attrs-constants.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-custom-attrs/utils/ch5-attrs-utility.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-datetime/ch5-datetime.d.ts +66 -0
- package/build_bundles/umd/@types/ch5-datetime/date-time-util.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-datetime/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-datetime/interfaces/i-ch5-datetime-attributes.d.ts +19 -0
- package/build_bundles/umd/@types/ch5-datetime/interfaces/t-ch5-datetime.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-dpad/ch5-dpad-button-base.d.ts +74 -0
- package/build_bundles/umd/@types/ch5-dpad/ch5-dpad-button.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-dpad/ch5-dpad-utils.d.ts +16 -0
- package/build_bundles/umd/@types/ch5-dpad/ch5-dpad.d.ts +85 -0
- package/build_bundles/umd/@types/ch5-dpad/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-dpad/interfaces/i-ch5-dpad-attributes.d.ts +20 -0
- package/build_bundles/umd/@types/ch5-dpad/interfaces/i-ch5-dpad-button-base-attributes.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-dpad/interfaces/t-ch5-dpad.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-emulator/ch5-emulator.d.ts +44 -0
- package/build_bundles/umd/@types/ch5-emulator/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-form/ch5-form.d.ts +90 -0
- package/build_bundles/umd/@types/ch5-form/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-form/interfaces/i-ch5-form-attributes.d.ts +16 -0
- package/build_bundles/umd/@types/ch5-image/ch5-image-mode.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-image/ch5-image-uri-model.d.ts +23 -0
- package/build_bundles/umd/@types/ch5-image/ch5-image.d.ts +140 -0
- package/build_bundles/umd/@types/ch5-image/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-image/interfaces/i-ch5-image-attributes.d.ts +23 -0
- package/build_bundles/umd/@types/ch5-image/interfaces/i-ch5-image-mode-attributes.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-import-htmlsnippet/ch5-import-htmlsnippet.d.ts +34 -0
- package/build_bundles/umd/@types/ch5-import-htmlsnippet/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-import-htmlsnippet/interfaces/i-ch5-import-htmlsnippet-attributes.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-jointotext-boolean/ch5-jointotext-boolean.d.ts +27 -0
- package/build_bundles/umd/@types/ch5-jointotext-boolean/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-attributes.d.ts +7 -0
- package/build_bundles/umd/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-documentation.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-jointotext-boolean/interfaces/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/ch5-jointotext-numeric.d.ts +47 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/format/float-format.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/format/hex-format.d.ts +7 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/format/numeric-format-factory.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/format/numeric-format.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/format/percentage-format.d.ts +10 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/format/raw-format.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/format/signed-format.d.ts +7 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/format/time-format.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/format/unsigned-format.d.ts +7 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-attributes.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-jointotext-numeric/interfaces/t-ch5-jointotext-numeric.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-jointotext-string/ch5-jointotext-string.d.ts +25 -0
- package/build_bundles/umd/@types/ch5-jointotext-string/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-attributes.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-keypad/ch5-keypad-btn.d.ts +53 -0
- package/build_bundles/umd/@types/ch5-keypad/ch5-keypad-utils.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-keypad/ch5-keypad.d.ts +98 -0
- package/build_bundles/umd/@types/ch5-keypad/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-keypad/interfaces/i-ch5-keypad-attributes.d.ts +25 -0
- package/build_bundles/umd/@types/ch5-keypad/interfaces/i-ch5-keypad-btn-attributes.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-keypad/interfaces/t-ch5-keypad.d.ts +15 -0
- package/build_bundles/umd/@types/ch5-label/ch5-label.d.ts +40 -0
- package/build_bundles/umd/@types/ch5-label/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-label/interfaces/i-ch5-label-attributes.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-list/animation/ch5-animation-factory.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-list/animation/ch5-animation.d.ts +18 -0
- package/build_bundles/umd/@types/ch5-list/animation/ch5-standard-animation.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-list/ch5-list-abstract-helper.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-list/ch5-list-animation.d.ts +39 -0
- package/build_bundles/umd/@types/ch5-list/ch5-list-buffered-items.d.ts +17 -0
- package/build_bundles/umd/@types/ch5-list/ch5-list-event-manager.d.ts +25 -0
- package/build_bundles/umd/@types/ch5-list/ch5-list-signal-manager.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-list/ch5-list-size-resolver.d.ts +16 -0
- package/build_bundles/umd/@types/ch5-list/ch5-list-template.d.ts +53 -0
- package/build_bundles/umd/@types/ch5-list/ch5-list.d.ts +283 -0
- package/build_bundles/umd/@types/ch5-list/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-list/interfaces/i-ch5-list-attributes.d.ts +21 -0
- package/build_bundles/umd/@types/ch5-list/interfaces/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-list/interfaces/t-ch5-list.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-list/passiveEventListeners.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-logger/appender/AbstractAppender.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-logger/appender/AppenderFactory.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-logger/appender/RemoteAppender.d.ts +18 -0
- package/build_bundles/umd/@types/ch5-logger/enums/index.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-logger/helpers/LogMessage.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-logger/helpers/LogMessagesFilter.d.ts +17 -0
- package/build_bundles/umd/@types/ch5-logger/helpers/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-logger/index.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-logger/logger/Logger.d.ts +33 -0
- package/build_bundles/umd/@types/ch5-logger/logger/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-logger/services/RequestService.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-logger/services/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-logger/types/index.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-logger/utility/getLogger.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-logger/utility/getRemoteAppender.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-logger/utility/index.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-logger/utility/uriSchemaValidation.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-media-player/ch5-media-player-common.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-media-player/ch5-media-player-icon-button-base.d.ts +33 -0
- package/build_bundles/umd/@types/ch5-media-player/ch5-media-player-my-music.d.ts +38 -0
- package/build_bundles/umd/@types/ch5-media-player/ch5-media-player-now-playing.d.ts +68 -0
- package/build_bundles/umd/@types/ch5-media-player/ch5-media-player.d.ts +83 -0
- package/build_bundles/umd/@types/ch5-media-player/commonInterface.d.ts +133 -0
- package/build_bundles/umd/@types/ch5-media-player/index.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-media-player/interfaces/i-ch5-media-player-attributes.d.ts +15 -0
- package/build_bundles/umd/@types/ch5-media-player/interfaces/t-ch5-media-player.d.ts +27 -0
- package/build_bundles/umd/@types/ch5-media-player/music-player.d.ts +64 -0
- package/build_bundles/umd/@types/ch5-modal-dialog/ch5-modal-dialog.d.ts +103 -0
- package/build_bundles/umd/@types/ch5-modal-dialog/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-attributes.d.ts +30 -0
- package/build_bundles/umd/@types/ch5-overlay-panel/ch5-overlay-panel.d.ts +93 -0
- package/build_bundles/umd/@types/ch5-overlay-panel/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-attributes.d.ts +17 -0
- package/build_bundles/umd/@types/ch5-overlay-panel/interfaces/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-overlay-panel/interfaces/t-ch5-overlay-panel.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-qrcode/ch5-qrcode.d.ts +32 -0
- package/build_bundles/umd/@types/ch5-qrcode/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-qrcode/interfaces/i-ch5-qrcode-attributes.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-resync/ch5-resync.d.ts +27 -0
- package/build_bundles/umd/@types/ch5-resync/models/ch5-clear-range-data-model.d.ts +17 -0
- package/build_bundles/umd/@types/ch5-resync/models/ch5-exclude-prefixes-model.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-resync/models/ch5-resync-constants.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-resync/models/ch5-resync-reset-event-names-enum.d.ts +8 -0
- package/build_bundles/umd/@types/ch5-resync/models/ch5-states-at-default-value-model.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-resync/models/resynchronization-request-model.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-segmented-gauge/ch5-segmented-gauge.d.ts +86 -0
- package/build_bundles/umd/@types/ch5-segmented-gauge/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-attributes.d.ts +17 -0
- package/build_bundles/umd/@types/ch5-segmented-gauge/interfaces/t-ch5-segmented-gauge.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-select/ch5-select.d.ts +203 -0
- package/build_bundles/umd/@types/ch5-select/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-select/interfaces/i-ch5-select-attributes.d.ts +27 -0
- package/build_bundles/umd/@types/ch5-select/interfaces/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-select/interfaces/t-ch5-select.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-select-option/ch5-select-option.d.ts +75 -0
- package/build_bundles/umd/@types/ch5-select-option/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-select-option/interfaces/i-ch5-select-option-attributes.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-select-option/interfaces/types/t-ch5-select-option-icon-position.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-signal-level-gauge/ch5-signal-level-gauge.d.ts +53 -0
- package/build_bundles/umd/@types/ch5-signal-level-gauge/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-attributes.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-signal-level-gauge/interfaces/t-ch5-signal-level-gauge.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-slider/ch5-slider-button-label.d.ts +23 -0
- package/build_bundles/umd/@types/ch5-slider/ch5-slider-button.d.ts +37 -0
- package/build_bundles/umd/@types/ch5-slider/ch5-slider-title-label.d.ts +23 -0
- package/build_bundles/umd/@types/ch5-slider/ch5-slider.d.ts +225 -0
- package/build_bundles/umd/@types/ch5-slider/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-attributes.d.ts +35 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-button-attributes.d.ts +19 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-button-documentation.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-button-label-documentation.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-documentation.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-title-label-attributes.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-title-label-documentation.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/index.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/t-ch5-slider-button.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-slider/interfaces/t-ch5-slider.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-spinner/ch5-mouse-velocity.d.ts +35 -0
- package/build_bundles/umd/@types/ch5-spinner/ch5-spinner-events.d.ts +16 -0
- package/build_bundles/umd/@types/ch5-spinner/ch5-spinner-mutation-observer.d.ts +7 -0
- package/build_bundles/umd/@types/ch5-spinner/ch5-spinner-scroll.d.ts +44 -0
- package/build_bundles/umd/@types/ch5-spinner/ch5-spinner-template.d.ts +58 -0
- package/build_bundles/umd/@types/ch5-spinner/ch5-spinner.d.ts +145 -0
- package/build_bundles/umd/@types/ch5-spinner/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-spinner/interfaces/i-ch5-spinner-attributes.d.ts +27 -0
- package/build_bundles/umd/@types/ch5-spinner/interfaces/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-spinner/interfaces/t-ch5-spinner.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-subpage-reference-list/ch5-subpage-reference-list.d.ts +159 -0
- package/build_bundles/umd/@types/ch5-subpage-reference-list/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +31 -0
- package/build_bundles/umd/@types/ch5-subpage-reference-list/interfaces/t-ch5-subpage-reference-list.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-subpage-reference-list/refresh-ch5-subpage-reference-list.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-tab-button/ch5-tab-button-individual-button.d.ts +28 -0
- package/build_bundles/umd/@types/ch5-tab-button/ch5-tab-button-label.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-tab-button/ch5-tab-button.d.ts +109 -0
- package/build_bundles/umd/@types/ch5-tab-button/index.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-tab-button/interfaces/i-ch5-tab-button-attributes.d.ts +34 -0
- package/build_bundles/umd/@types/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-attributes.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-tab-button/interfaces/t-ch5-tab-button.d.ts +7 -0
- package/build_bundles/umd/@types/ch5-tab-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
- package/build_bundles/umd/@types/ch5-template/ch5-template-structure.d.ts +20 -0
- package/build_bundles/umd/@types/ch5-template/ch5-template.d.ts +59 -0
- package/build_bundles/umd/@types/ch5-template/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-template/interfaces/i-ch5-template-attributes.d.ts +14 -0
- package/build_bundles/umd/@types/ch5-template/interfaces/t-ch5-template.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-template/refresh-ch5-template.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-text/ch5-text.d.ts +63 -0
- package/build_bundles/umd/@types/ch5-text/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-text/interfaces/i-ch5-text-attributes.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-text/interfaces/t-ch5-text.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-textinput/ch5-textinput-mask.d.ts +69 -0
- package/build_bundles/umd/@types/ch5-textinput/ch5-textinput.d.ts +135 -0
- package/build_bundles/umd/@types/ch5-textinput/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-textinput/interfaces/i-ch5-text-input-attributes.d.ts +29 -0
- package/build_bundles/umd/@types/ch5-textinput/interfaces/i-ch5-text-input.d.ts +7 -0
- package/build_bundles/umd/@types/ch5-textinput/interfaces/index.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-textinput/interfaces/t-ch5-text-input.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-toggle/ch5-toggle.d.ts +95 -0
- package/build_bundles/umd/@types/ch5-toggle/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-toggle/interfaces/i-ch5-toggle-attributes.d.ts +22 -0
- package/build_bundles/umd/@types/ch5-toggle/interfaces/t-ch5-toggle.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-touch/ch5-touch-activity.d.ts +30 -0
- package/build_bundles/umd/@types/ch5-touch/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-triggerview/ch5-triggerview-child.d.ts +36 -0
- package/build_bundles/umd/@types/ch5-triggerview/ch5-triggerview-slides-manager.d.ts +48 -0
- package/build_bundles/umd/@types/ch5-triggerview/ch5-triggerview-swiper.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-triggerview/ch5-triggerview.d.ts +73 -0
- package/build_bundles/umd/@types/ch5-triggerview/index.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-triggerview/interfaces/i-ch5-triggerview-attributes.d.ts +10 -0
- package/build_bundles/umd/@types/ch5-triggerview/interfaces/i-ch5-triggerview-child-attributes.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-triggerview/utils.d.ts +13 -0
- package/build_bundles/umd/@types/ch5-video/ch5-video-snapshot.d.ts +18 -0
- package/build_bundles/umd/@types/ch5-video/ch5-video-touch-manager.d.ts +12 -0
- package/build_bundles/umd/@types/ch5-video/ch5-video-utils.d.ts +17 -0
- package/build_bundles/umd/@types/ch5-video/ch5-video.d.ts +185 -0
- package/build_bundles/umd/@types/ch5-video/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-video/interfaces/i-ch5-video-attributes.d.ts +39 -0
- package/build_bundles/umd/@types/ch5-video/interfaces/i-ch5-video-documentation.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-video/interfaces/i-ch5-video-helper.d.ts +96 -0
- package/build_bundles/umd/@types/ch5-video/interfaces/index.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-video/interfaces/t-ch5-video.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher-screen-label.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher-screen.d.ts +24 -0
- package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher-source-label.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher-source.d.ts +25 -0
- package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher.d.ts +159 -0
- package/build_bundles/umd/@types/ch5-video-switcher/drag-drop-touch.d.ts +47 -0
- package/build_bundles/umd/@types/ch5-video-switcher/index.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-attributes.d.ts +29 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-documentation.d.ts +4 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-attributes.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-documentation.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-label-documentation.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-attributes.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-documentation.d.ts +3 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-label-documentation.d.ts +2 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/index.d.ts +9 -0
- package/build_bundles/umd/@types/ch5-video-switcher/interfaces/t-ch5-video-switcher.d.ts +5 -0
- package/build_bundles/umd/@types/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.d.ts +57 -0
- package/build_bundles/umd/@types/ch5-wifi-signal-level-gauge/index.d.ts +1 -0
- package/build_bundles/umd/@types/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-attributes.d.ts +11 -0
- package/build_bundles/umd/@types/ch5-wifi-signal-level-gauge/interfaces/t-ch5-wifi-signal-level-gauge.d.ts +3 -0
- package/build_bundles/umd/@types/index.d.ts +45 -0
- package/build_bundles/umd/@types/utility-models/ch5-role-attribute-mapping.d.ts +52 -0
- package/build_bundles/umd/@types/utility-models/index.d.ts +1 -0
- package/build_bundles/umd/cr-com-lib.js +2 -0
- package/build_bundles/umd/cr-com-lib.js.LICENSE.txt +30 -0
- package/package.json +147 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { TCh5SpinnerIconPosition } from ".";
|
|
2
|
+
import { TCh5CommonInputFeedbackModes } from "../../ch5-common-input/interfaces/t-ch5-common-input";
|
|
3
|
+
import { ICh5CommonAttributes } from "../../ch5-common/interfaces";
|
|
4
|
+
export interface ICh5SpinnerAttributes extends ICh5CommonAttributes {
|
|
5
|
+
size: number;
|
|
6
|
+
label: string;
|
|
7
|
+
iconPosition: TCh5SpinnerIconPosition;
|
|
8
|
+
selectedValue: number;
|
|
9
|
+
itemHeight: string;
|
|
10
|
+
visibleItemScroll: number;
|
|
11
|
+
feedbackMode: TCh5CommonInputFeedbackModes;
|
|
12
|
+
signalValueSyncTimeout: number;
|
|
13
|
+
indexId: string;
|
|
14
|
+
onclean: {};
|
|
15
|
+
ondirty: {};
|
|
16
|
+
resize: boolean;
|
|
17
|
+
endless: boolean;
|
|
18
|
+
autoSetItemHeight: boolean;
|
|
19
|
+
receiveStateValue: string;
|
|
20
|
+
receiveStateSize: string;
|
|
21
|
+
receiveStateLabel: string;
|
|
22
|
+
receiveStateUrl: string;
|
|
23
|
+
sendEventOnChange: string;
|
|
24
|
+
sendEventOnFocus: string;
|
|
25
|
+
sendEventOnOverflow: string;
|
|
26
|
+
sendEventOnUnderflow: string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { Ch5Common } from "../ch5-common/ch5-common";
|
|
2
|
+
import { Ch5SignalElementAttributeRegistryEntries } from "../ch5-common/ch5-signal-attribute-registry";
|
|
3
|
+
import { TCh5SubpageReferenceListOrientation, TCh5SubpageReferenceListStretch, TCh5SubpageReferenceListAttributesLoadItems } from './interfaces/t-ch5-subpage-reference-list';
|
|
4
|
+
import { ICh5SubpageReferenceListAttributes } from './interfaces/i-ch5-subpage-reference-list-attributes';
|
|
5
|
+
import { ICh5PropertySettings } from "../ch5-core/ch5-property";
|
|
6
|
+
import { Ch5Signal } from "../ch5-core/ch5-signal";
|
|
7
|
+
export declare class Ch5SubpageReferenceList extends Ch5Common implements ICh5SubpageReferenceListAttributes {
|
|
8
|
+
static readonly SCROLLBAR_CLASSLIST_PREFIX: string;
|
|
9
|
+
static readonly CENTER_ITEMS_CLASSLIST_PREFIX: string;
|
|
10
|
+
static readonly SUBPAGE_CONTAINER_BUFFER: number;
|
|
11
|
+
static readonly STRETCH: TCh5SubpageReferenceListStretch[];
|
|
12
|
+
static readonly ORIENTATION: TCh5SubpageReferenceListOrientation[];
|
|
13
|
+
static readonly LOAD_ITEMS: TCh5SubpageReferenceListAttributesLoadItems[];
|
|
14
|
+
static readonly COMPONENT_DATA: any;
|
|
15
|
+
static readonly SIGNAL_ATTRIBUTE_TYPES: Ch5SignalElementAttributeRegistryEntries;
|
|
16
|
+
static readonly COMPONENT_PROPERTIES: ICh5PropertySettings[];
|
|
17
|
+
static readonly ELEMENT_NAME = "ch5-subpage-reference-list";
|
|
18
|
+
primaryCssClass: string;
|
|
19
|
+
private _ch5Properties;
|
|
20
|
+
private _elContainer;
|
|
21
|
+
private _scrollbarContainer;
|
|
22
|
+
private _scrollbar;
|
|
23
|
+
private _templateElement;
|
|
24
|
+
private isDown;
|
|
25
|
+
private startX;
|
|
26
|
+
private startY;
|
|
27
|
+
private scrollListLeft;
|
|
28
|
+
private scrollListTop;
|
|
29
|
+
private scrollbarDimension;
|
|
30
|
+
private subpageWidth;
|
|
31
|
+
private subpageHeight;
|
|
32
|
+
private containerHeight;
|
|
33
|
+
private containerWidth;
|
|
34
|
+
private reInit;
|
|
35
|
+
private _refreshSubId;
|
|
36
|
+
private previousSignalValues;
|
|
37
|
+
private rowClassValue;
|
|
38
|
+
private columnClassValue;
|
|
39
|
+
private showSignalHolder;
|
|
40
|
+
private loadSubpageForShow;
|
|
41
|
+
private allSubpageVisible;
|
|
42
|
+
debounceSubpageShow: (...args: any[]) => void;
|
|
43
|
+
debounceSubpageDisplay: (...args: any[]) => void;
|
|
44
|
+
private setCustomAttributesInChildComponents;
|
|
45
|
+
debounceInitScrollBar: (...args: any[]) => void;
|
|
46
|
+
scrollAfterSomeTime: (...args: any[]) => void;
|
|
47
|
+
set orientation(value: TCh5SubpageReferenceListOrientation);
|
|
48
|
+
get orientation(): TCh5SubpageReferenceListOrientation;
|
|
49
|
+
set contractName(value: string);
|
|
50
|
+
get contractName(): string;
|
|
51
|
+
set useContractForEnable(value: boolean);
|
|
52
|
+
get useContractForEnable(): boolean;
|
|
53
|
+
set useContractForShow(value: boolean);
|
|
54
|
+
get useContractForShow(): boolean;
|
|
55
|
+
set useContractForItemEnable(value: boolean);
|
|
56
|
+
get useContractForItemEnable(): boolean;
|
|
57
|
+
set useContractForItemShow(value: boolean);
|
|
58
|
+
get useContractForItemShow(): boolean;
|
|
59
|
+
set useContractForCustomStyle(value: boolean);
|
|
60
|
+
get useContractForCustomStyle(): boolean;
|
|
61
|
+
set useContractForCustomClass(value: boolean);
|
|
62
|
+
get useContractForCustomClass(): boolean;
|
|
63
|
+
set useContractForNumItems(value: boolean);
|
|
64
|
+
get useContractForNumItems(): boolean;
|
|
65
|
+
set endless(value: boolean);
|
|
66
|
+
get endless(): boolean;
|
|
67
|
+
set centerItems(value: boolean);
|
|
68
|
+
get centerItems(): boolean;
|
|
69
|
+
set loadItems(value: TCh5SubpageReferenceListAttributesLoadItems);
|
|
70
|
+
get loadItems(): TCh5SubpageReferenceListAttributesLoadItems;
|
|
71
|
+
set rows(value: number);
|
|
72
|
+
get rows(): number;
|
|
73
|
+
set columns(value: number);
|
|
74
|
+
get columns(): number;
|
|
75
|
+
set scrollToPosition(value: number);
|
|
76
|
+
get scrollToPosition(): number;
|
|
77
|
+
set scrollbar(value: boolean);
|
|
78
|
+
get scrollbar(): boolean;
|
|
79
|
+
set booleanJoinIncrement(value: string);
|
|
80
|
+
get booleanJoinIncrement(): string;
|
|
81
|
+
set numericJoinIncrement(value: string);
|
|
82
|
+
get numericJoinIncrement(): string;
|
|
83
|
+
set stringJoinIncrement(value: string);
|
|
84
|
+
get stringJoinIncrement(): string;
|
|
85
|
+
set subpageReceiveStateEnable(value: string);
|
|
86
|
+
get subpageReceiveStateEnable(): string;
|
|
87
|
+
set subpageReceiveStateShow(value: string);
|
|
88
|
+
get subpageReceiveStateShow(): string;
|
|
89
|
+
set widgetId(value: string);
|
|
90
|
+
get widgetId(): string;
|
|
91
|
+
set subpageReceiveStateScrollTo(value: string);
|
|
92
|
+
get subpageReceiveStateScrollTo(): string;
|
|
93
|
+
set stretch(value: TCh5SubpageReferenceListStretch | null);
|
|
94
|
+
get stretch(): TCh5SubpageReferenceListStretch | null;
|
|
95
|
+
set numberOfItems(value: number);
|
|
96
|
+
get numberOfItems(): number;
|
|
97
|
+
set receiveStateNumberOfItems(value: string);
|
|
98
|
+
get receiveStateNumberOfItems(): string;
|
|
99
|
+
set indexId(value: string);
|
|
100
|
+
get indexId(): string;
|
|
101
|
+
static registerSignalAttributeTypes(): void;
|
|
102
|
+
static registerCustomElement(): void;
|
|
103
|
+
constructor();
|
|
104
|
+
static get observedAttributes(): string[];
|
|
105
|
+
attributeChangedCallback(attr: string, oldValue: string, newValue: string): void;
|
|
106
|
+
connectedCallback(): void;
|
|
107
|
+
private listenForCh5SubpageReferenceListRefreshRequests;
|
|
108
|
+
private initializations;
|
|
109
|
+
disconnectedCallback(): void;
|
|
110
|
+
private reInitialize;
|
|
111
|
+
protected createInternalHtml(): void;
|
|
112
|
+
protected initAttributes(): void;
|
|
113
|
+
protected attachEventListeners(): void;
|
|
114
|
+
protected removeEventListeners(): void;
|
|
115
|
+
protected unsubscribeFromSignals(): void;
|
|
116
|
+
private handleMouseDown;
|
|
117
|
+
private handleMouseUpAndLeave;
|
|
118
|
+
private handleMouseMove;
|
|
119
|
+
private handleScrollEvent;
|
|
120
|
+
private scrollHelperForNew;
|
|
121
|
+
private scrollHelper;
|
|
122
|
+
private endlessHelper;
|
|
123
|
+
private endlessHelperForNew;
|
|
124
|
+
private clearComponentContent;
|
|
125
|
+
handleOrientation(): void;
|
|
126
|
+
handleEndless(): void;
|
|
127
|
+
handleCenterItems(): void;
|
|
128
|
+
handleRowsAndColumn(): void;
|
|
129
|
+
handleScrollbar(): void;
|
|
130
|
+
handleScrollToPosition(value: number): void;
|
|
131
|
+
handleScrollToPositionForNew(value: number): void;
|
|
132
|
+
handleScrollToPositionForAll(value: number): void;
|
|
133
|
+
private handleWidgetID;
|
|
134
|
+
private handleStretch;
|
|
135
|
+
subpageDisplay(isReceiveStateScrollTo?: boolean): void;
|
|
136
|
+
subpageDisplayForLoadItemsNew(isReceiveStateScrollTo?: boolean): void;
|
|
137
|
+
subpageDisplayForLoadItemsAll(isReceiveStateScrollTo?: boolean): void;
|
|
138
|
+
private replaceAll;
|
|
139
|
+
private createSubpage;
|
|
140
|
+
private handleContractName;
|
|
141
|
+
private initialize;
|
|
142
|
+
private contractDefaultHelper;
|
|
143
|
+
private updateCssClass;
|
|
144
|
+
private initScrollbar;
|
|
145
|
+
private checkInternalHTML;
|
|
146
|
+
private resizeHandler;
|
|
147
|
+
private signalHolder;
|
|
148
|
+
private clearOldSubscription;
|
|
149
|
+
setSignalByBoolean(signalValue: string): Ch5Signal<boolean> | null;
|
|
150
|
+
private subpageShow;
|
|
151
|
+
private getFirstChild;
|
|
152
|
+
private getLastChild;
|
|
153
|
+
private scrollToRightEdgeRange;
|
|
154
|
+
private scrollToMiddleRange;
|
|
155
|
+
private scrollToLeftEdgeRange;
|
|
156
|
+
private checkCenterItems;
|
|
157
|
+
protected getTargetElementForCssClassesAndStyle(): HTMLElement;
|
|
158
|
+
getCssClassDisabled(): string;
|
|
159
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'jsdom-global/register';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ICh5SubpageReferenceListCommonAttributes } from "../../ch5-common/interfaces/i-ch5-subpage-reference-list-attributes";
|
|
2
|
+
import { TCh5SubpageReferenceListAttributesLoadItems, TCh5SubpageReferenceListOrientation, TCh5SubpageReferenceListStretch } from './t-ch5-subpage-reference-list';
|
|
3
|
+
export interface ICh5SubpageReferenceListAttributes extends ICh5SubpageReferenceListCommonAttributes {
|
|
4
|
+
orientation: TCh5SubpageReferenceListOrientation;
|
|
5
|
+
contractName: string;
|
|
6
|
+
useContractForEnable: boolean;
|
|
7
|
+
useContractForShow: boolean;
|
|
8
|
+
useContractForItemEnable: boolean;
|
|
9
|
+
useContractForItemShow: boolean;
|
|
10
|
+
useContractForCustomStyle: boolean;
|
|
11
|
+
useContractForCustomClass: boolean;
|
|
12
|
+
useContractForNumItems: boolean;
|
|
13
|
+
endless: boolean;
|
|
14
|
+
centerItems: boolean;
|
|
15
|
+
rows: number;
|
|
16
|
+
columns: number;
|
|
17
|
+
scrollToPosition: number;
|
|
18
|
+
scrollbar: boolean;
|
|
19
|
+
booleanJoinIncrement: string;
|
|
20
|
+
numericJoinIncrement: string;
|
|
21
|
+
stringJoinIncrement: string;
|
|
22
|
+
subpageReceiveStateEnable: string;
|
|
23
|
+
subpageReceiveStateShow: string;
|
|
24
|
+
widgetId: string;
|
|
25
|
+
subpageReceiveStateScrollTo: string;
|
|
26
|
+
stretch: TCh5SubpageReferenceListStretch | null;
|
|
27
|
+
numberOfItems: number;
|
|
28
|
+
receiveStateNumberOfItems: string;
|
|
29
|
+
indexId: string;
|
|
30
|
+
loadItems: TCh5SubpageReferenceListAttributesLoadItems;
|
|
31
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ICh5SubpageReferenceListCommonDocumentation } from "../../ch5-common/interfaces/i-ch5-subpage-reference-list-documentation";
|
|
2
|
+
import { ICh5SubpageReferenceListAttributes } from "./i-ch5-subpage-reference-list-attributes";
|
|
3
|
+
export interface ICh5SubpageReferenceListDocumentation extends ICh5SubpageReferenceListCommonDocumentation, ICh5SubpageReferenceListAttributes {
|
|
4
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Ch5Log } from "../ch5-common/ch5-log";
|
|
2
|
+
import { Ch5TabButton } from "./ch5-tab-button";
|
|
3
|
+
import { ICh5PropertySettings } from "../ch5-core/ch5-property";
|
|
4
|
+
import { ICh5TabButtonIndividualButtonAttributes } from "./interfaces/i-ch5-tab-button-individual-button-attributes";
|
|
5
|
+
export declare class Ch5TabButtonIndividualButton extends Ch5Log implements ICh5TabButtonIndividualButtonAttributes {
|
|
6
|
+
static readonly COMPONENT_PROPERTIES: ICh5PropertySettings[];
|
|
7
|
+
static ELEMENT_NAME: string;
|
|
8
|
+
primaryCssClass: string;
|
|
9
|
+
private _ch5Properties;
|
|
10
|
+
protected _parentCh5TabButton: Ch5TabButton | null;
|
|
11
|
+
set parentComponent(value: Ch5TabButton | null);
|
|
12
|
+
get parentComponent(): Ch5TabButton | null;
|
|
13
|
+
set labelInnerHTML(value: string);
|
|
14
|
+
get labelInnerHTML(): string;
|
|
15
|
+
set iconUrl(value: string);
|
|
16
|
+
get iconUrl(): string;
|
|
17
|
+
set iconClass(value: string);
|
|
18
|
+
get iconClass(): string;
|
|
19
|
+
set onRelease(value: string);
|
|
20
|
+
get onRelease(): string;
|
|
21
|
+
static registerCustomElement(): void;
|
|
22
|
+
constructor();
|
|
23
|
+
static get observedAttributes(): string[];
|
|
24
|
+
attributeChangedCallback(attr: string, oldValue: string, newValue: string): void;
|
|
25
|
+
connectedCallback(): void;
|
|
26
|
+
disconnectedCallback(): void;
|
|
27
|
+
getParentButton(): Ch5TabButton;
|
|
28
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Ch5ButtonListLabelBase } from "./../ch5-button-list/base-classes/ch5-button-list-label-base";
|
|
2
|
+
export declare class Ch5TabButtonLabel extends Ch5ButtonListLabelBase {
|
|
3
|
+
static ELEMENT_NAME: string;
|
|
4
|
+
static registerCustomElement(): void;
|
|
5
|
+
connectedCallback(): void;
|
|
6
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { Ch5SignalElementAttributeRegistryEntries } from "../ch5-common/ch5-signal-attribute-registry";
|
|
2
|
+
import { TCh5TabButtonButtonType, TCh5TabButtonButtonHAlignLabel, TCh5TabButtonButtonVAlignLabel, TCh5TabButtonButtonShape, TCh5TabButtonButtonIconPosition, TCh5TabButtonAttributesOrientation, TCh5TabButtonButtonIconUrlFillType } from "./interfaces/t-ch5-tab-button";
|
|
3
|
+
import { Ch5Properties } from "../ch5-core/ch5-properties";
|
|
4
|
+
import { ICh5PropertySettings } from "../ch5-core/ch5-property";
|
|
5
|
+
import { ICh5TabButtonAttributes } from "./interfaces/i-ch5-tab-button-attributes";
|
|
6
|
+
import { Ch5Common } from "../ch5-common/ch5-common";
|
|
7
|
+
export declare class Ch5TabButton extends Ch5Common implements ICh5TabButtonAttributes {
|
|
8
|
+
static ELEMENT_NAME: string;
|
|
9
|
+
static readonly BUTTON_TYPES: TCh5TabButtonButtonType[];
|
|
10
|
+
static readonly BUTTON_HALIGN_LABEL_POSITIONS: TCh5TabButtonButtonHAlignLabel[];
|
|
11
|
+
static readonly BUTTON_VALIGN_LABEL_POSITIONS: TCh5TabButtonButtonVAlignLabel[];
|
|
12
|
+
static readonly BUTTON_SHAPES: TCh5TabButtonButtonShape[];
|
|
13
|
+
static readonly BUTTON_ICON_POSITIONS: TCh5TabButtonButtonIconPosition[];
|
|
14
|
+
static readonly ORIENTATION: TCh5TabButtonAttributesOrientation[];
|
|
15
|
+
static readonly BUTTON_ICON_URL_FILL_TYPE: TCh5TabButtonButtonIconUrlFillType[];
|
|
16
|
+
static COMPONENT_DATA: any;
|
|
17
|
+
static readonly SIGNAL_ATTRIBUTE_TYPES: Ch5SignalElementAttributeRegistryEntries;
|
|
18
|
+
static readonly COMPONENT_PROPERTIES: ICh5PropertySettings[];
|
|
19
|
+
primaryCssClass: string;
|
|
20
|
+
protected _ch5Properties: Ch5Properties;
|
|
21
|
+
protected _elContainer: HTMLElement;
|
|
22
|
+
private selectedButton;
|
|
23
|
+
private signalNameOnContract;
|
|
24
|
+
debounceButtonDisplay: (...args: any[]) => void;
|
|
25
|
+
set buttonType(value: TCh5TabButtonButtonType);
|
|
26
|
+
get buttonType(): TCh5TabButtonButtonType;
|
|
27
|
+
set buttonIconUrlFillType(value: TCh5TabButtonButtonIconUrlFillType | null);
|
|
28
|
+
get buttonIconUrlFillType(): TCh5TabButtonButtonIconUrlFillType | null;
|
|
29
|
+
set buttonHAlignLabel(value: TCh5TabButtonButtonHAlignLabel);
|
|
30
|
+
get buttonHAlignLabel(): TCh5TabButtonButtonHAlignLabel;
|
|
31
|
+
set buttonVAlignLabel(value: TCh5TabButtonButtonVAlignLabel);
|
|
32
|
+
get buttonVAlignLabel(): TCh5TabButtonButtonVAlignLabel;
|
|
33
|
+
set buttonIconPosition(value: TCh5TabButtonButtonIconPosition);
|
|
34
|
+
get buttonIconPosition(): TCh5TabButtonButtonIconPosition;
|
|
35
|
+
set buttonShape(value: TCh5TabButtonButtonShape);
|
|
36
|
+
get buttonShape(): TCh5TabButtonButtonShape;
|
|
37
|
+
set buttonSelected(value: boolean);
|
|
38
|
+
get buttonSelected(): boolean;
|
|
39
|
+
set buttonPressed(value: boolean);
|
|
40
|
+
get buttonPressed(): boolean;
|
|
41
|
+
set buttonIconClass(value: string);
|
|
42
|
+
get buttonIconClass(): string;
|
|
43
|
+
set buttonIconUrl(value: string);
|
|
44
|
+
get buttonIconUrl(): string;
|
|
45
|
+
set buttonLabelInnerHtml(value: string);
|
|
46
|
+
get buttonLabelInnerHtml(): string;
|
|
47
|
+
set buttonReceiveStateSelected(value: string);
|
|
48
|
+
get buttonReceiveStateSelected(): string;
|
|
49
|
+
set buttonReceiveStateLabel(value: string);
|
|
50
|
+
get buttonReceiveStateLabel(): string;
|
|
51
|
+
set buttonReceiveStateScriptLabelHtml(value: string);
|
|
52
|
+
get buttonReceiveStateScriptLabelHtml(): string;
|
|
53
|
+
set buttonReceiveStateIconClass(value: string);
|
|
54
|
+
get buttonReceiveStateIconClass(): string;
|
|
55
|
+
set buttonReceiveStateIconUrl(value: string);
|
|
56
|
+
get buttonReceiveStateIconUrl(): string;
|
|
57
|
+
set buttonSendEventOnClick(value: string);
|
|
58
|
+
get buttonSendEventOnClick(): string;
|
|
59
|
+
set buttonReceiveStateShow(value: string);
|
|
60
|
+
get buttonReceiveStateShow(): string;
|
|
61
|
+
set buttonReceiveStateEnable(value: string);
|
|
62
|
+
get buttonReceiveStateEnable(): string;
|
|
63
|
+
set numberOfItems(value: number);
|
|
64
|
+
get numberOfItems(): number;
|
|
65
|
+
set orientation(value: TCh5TabButtonAttributesOrientation);
|
|
66
|
+
get orientation(): TCh5TabButtonAttributesOrientation;
|
|
67
|
+
set indexId(value: string);
|
|
68
|
+
get indexId(): string;
|
|
69
|
+
set receiveStateSelectedButton(value: string);
|
|
70
|
+
get receiveStateSelectedButton(): string;
|
|
71
|
+
set contractName(value: string);
|
|
72
|
+
get contractName(): string;
|
|
73
|
+
set useContractForEnable(value: boolean);
|
|
74
|
+
get useContractForEnable(): boolean;
|
|
75
|
+
set useContractForShow(value: boolean);
|
|
76
|
+
get useContractForShow(): boolean;
|
|
77
|
+
set useContractForCustomStyle(value: boolean);
|
|
78
|
+
get useContractForCustomStyle(): boolean;
|
|
79
|
+
set useContractForCustomClass(value: boolean);
|
|
80
|
+
get useContractForCustomClass(): boolean;
|
|
81
|
+
set useContractForEachButtonSelection(value: boolean);
|
|
82
|
+
get useContractForEachButtonSelection(): boolean;
|
|
83
|
+
static registerCustomElement(): void;
|
|
84
|
+
static registerSignalAttributeTypes(): void;
|
|
85
|
+
constructor();
|
|
86
|
+
static get observedAttributes(): string[];
|
|
87
|
+
attributeChangedCallback(attr: string, oldValue: string, newValue: string): void;
|
|
88
|
+
connectedCallback(): void;
|
|
89
|
+
disconnectedCallback(): void;
|
|
90
|
+
protected createInternalHtml(): void;
|
|
91
|
+
protected initAttributes(): void;
|
|
92
|
+
protected attachEventListeners(): void;
|
|
93
|
+
protected removeEventListeners(): void;
|
|
94
|
+
protected unsubscribeFromSignals(): void;
|
|
95
|
+
private initCssClass;
|
|
96
|
+
private checkInternalHTML;
|
|
97
|
+
private clearComponentContent;
|
|
98
|
+
private handleOrientation;
|
|
99
|
+
private tabButtonDisplay;
|
|
100
|
+
private contractDefaultHelper;
|
|
101
|
+
private createButton;
|
|
102
|
+
private buttonLabelHelper;
|
|
103
|
+
private buttonHelper;
|
|
104
|
+
private replaceAll;
|
|
105
|
+
private handleContractName;
|
|
106
|
+
private handleReceiveStateSelectedButton;
|
|
107
|
+
protected getTargetElementForCssClassesAndStyle(): HTMLElement;
|
|
108
|
+
getCssClassDisabled(): string;
|
|
109
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'jsdom-global/register';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { TCh5TabButtonAttributesOrientation } from '../interfaces/t-ch5-tab-button';
|
|
2
|
+
import { TCh5TabButtonButtonType, TCh5TabButtonButtonHAlignLabel, TCh5TabButtonButtonVAlignLabel, TCh5TabButtonButtonIconPosition, TCh5TabButtonButtonShape, TCh5TabButtonButtonIconUrlFillType } from '../../ch5-tab-button/interfaces/t-ch5-tab-button';
|
|
3
|
+
import { ICh5TabButtonCommonAttributes } from '../../ch5-common/interfaces/i-ch5-tab-button-attributes';
|
|
4
|
+
export interface ICh5TabButtonAttributes extends ICh5TabButtonCommonAttributes {
|
|
5
|
+
orientation: TCh5TabButtonAttributesOrientation;
|
|
6
|
+
numberOfItems: number;
|
|
7
|
+
indexId: string;
|
|
8
|
+
buttonType: TCh5TabButtonButtonType;
|
|
9
|
+
buttonLabelInnerHtml: string;
|
|
10
|
+
buttonHAlignLabel: TCh5TabButtonButtonHAlignLabel;
|
|
11
|
+
buttonVAlignLabel: TCh5TabButtonButtonVAlignLabel;
|
|
12
|
+
buttonIconPosition: TCh5TabButtonButtonIconPosition;
|
|
13
|
+
buttonShape: TCh5TabButtonButtonShape;
|
|
14
|
+
buttonSelected: boolean;
|
|
15
|
+
buttonPressed: boolean;
|
|
16
|
+
buttonIconClass: string;
|
|
17
|
+
buttonIconUrl: string;
|
|
18
|
+
buttonReceiveStateSelected: string;
|
|
19
|
+
buttonReceiveStateLabel: string;
|
|
20
|
+
buttonReceiveStateScriptLabelHtml: string;
|
|
21
|
+
buttonReceiveStateIconClass: string;
|
|
22
|
+
buttonReceiveStateIconUrl: string;
|
|
23
|
+
buttonSendEventOnClick: string;
|
|
24
|
+
buttonReceiveStateShow: string;
|
|
25
|
+
buttonReceiveStateEnable: string;
|
|
26
|
+
contractName: string;
|
|
27
|
+
useContractForEnable: boolean;
|
|
28
|
+
useContractForShow: boolean;
|
|
29
|
+
useContractForCustomStyle: boolean;
|
|
30
|
+
useContractForCustomClass: boolean;
|
|
31
|
+
buttonIconUrlFillType: TCh5TabButtonButtonIconUrlFillType | null;
|
|
32
|
+
receiveStateSelectedButton: string;
|
|
33
|
+
useContractForEachButtonSelection: boolean;
|
|
34
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ICh5TabButtonAttributes } from "./i-ch5-tab-button-attributes";
|
|
2
|
+
import { ICh5TabButtonCommonDocumentation } from "../../ch5-common/interfaces/i-ch5-tab-button-documentation";
|
|
3
|
+
export interface ICh5TabButtonDocumentation extends ICh5TabButtonCommonDocumentation, ICh5TabButtonAttributes {
|
|
4
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from './i-ch5-tab-button-attributes';
|
|
2
|
+
export * from './i-ch5-tab-button-documentation';
|
|
3
|
+
export * from './i-ch5-tab-button-label-documentation';
|
|
4
|
+
export * from './i-ch5-tab-button-individual-button-attributes';
|
|
5
|
+
export * from './i-ch5-tab-button-individual-button-documentation';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type TCh5TabButtonButtonShape = 'rounded-rectangle' | 'rectangle' | 'tab';
|
|
2
|
+
export type TCh5TabButtonButtonType = 'default' | 'danger' | 'text' | 'warning' | 'info' | 'success' | 'primary' | 'secondary';
|
|
3
|
+
export type TCh5TabButtonButtonHAlignLabel = 'center' | 'left' | 'right';
|
|
4
|
+
export type TCh5TabButtonButtonVAlignLabel = 'middle' | 'top' | 'bottom';
|
|
5
|
+
export type TCh5TabButtonButtonIconPosition = 'first' | 'last' | 'top' | 'bottom';
|
|
6
|
+
export type TCh5TabButtonAttributesOrientation = 'horizontal' | 'vertical';
|
|
7
|
+
export type TCh5TabButtonButtonIconUrlFillType = 'stretch' | 'stretch-aspect' | 'center' | 'tile' | 'initial';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Ch5Template } from "./ch5-template";
|
|
2
|
+
export declare class Ch5TemplateStructure {
|
|
3
|
+
private static _numInstances;
|
|
4
|
+
private _element;
|
|
5
|
+
private _templateElement;
|
|
6
|
+
private _wrapperDiv;
|
|
7
|
+
private _instanceId;
|
|
8
|
+
private _elementIds;
|
|
9
|
+
private static nextInstanceNum;
|
|
10
|
+
constructor(element: Ch5Template);
|
|
11
|
+
set element(element: Ch5Template);
|
|
12
|
+
get element(): Ch5Template;
|
|
13
|
+
set templateElement(template: HTMLTemplateElement);
|
|
14
|
+
get templateElement(): HTMLTemplateElement;
|
|
15
|
+
get instanceId(): string | null;
|
|
16
|
+
get elementIds(): string[] | null;
|
|
17
|
+
private initializeWrapperDiv;
|
|
18
|
+
private getTemplateContent;
|
|
19
|
+
generateTemplate(templateId: string, context: string): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { Ch5Common } from "../ch5-common/ch5-common";
|
|
2
|
+
import { Ch5SignalElementAttributeRegistryEntries } from "../ch5-common/ch5-signal-attribute-registry";
|
|
3
|
+
import { ICh5TemplateAttributes } from "./interfaces/i-ch5-template-attributes";
|
|
4
|
+
import { ICh5PropertySettings } from "../ch5-core/ch5-property";
|
|
5
|
+
import { TCh5TransitionInType, TCh5TransitionOutType } from "./interfaces/t-ch5-template";
|
|
6
|
+
export declare class Ch5Template extends Ch5Common implements ICh5TemplateAttributes {
|
|
7
|
+
static readonly TRANSITIONINTYPE: TCh5TransitionInType[];
|
|
8
|
+
static readonly TRANSITIONOUTTYPE: TCh5TransitionOutType[];
|
|
9
|
+
static CH5_TEMPLATE_STYLE_CLASS: string;
|
|
10
|
+
static readonly ELEMENT_NAME = "ch5-template";
|
|
11
|
+
private _ch5Properties;
|
|
12
|
+
static readonly SIGNAL_ATTRIBUTE_TYPES: Ch5SignalElementAttributeRegistryEntries;
|
|
13
|
+
static readonly COMPONENT_PROPERTIES: ICh5PropertySettings[];
|
|
14
|
+
private _templateId;
|
|
15
|
+
private firstLoad;
|
|
16
|
+
private _context;
|
|
17
|
+
private _contractName;
|
|
18
|
+
private _booleanJoinOffset;
|
|
19
|
+
private _numericJoinOffset;
|
|
20
|
+
private _stringJoinOffset;
|
|
21
|
+
private _templateHelper;
|
|
22
|
+
private _refreshSubId;
|
|
23
|
+
static registerSignalAttributeTypes(): void;
|
|
24
|
+
static registerCustomElement(): void;
|
|
25
|
+
static get observedAttributes(): string[];
|
|
26
|
+
set templateId(value: string);
|
|
27
|
+
get templateId(): string;
|
|
28
|
+
set context(value: string);
|
|
29
|
+
get context(): string;
|
|
30
|
+
set contractName(value: string);
|
|
31
|
+
get contractName(): string;
|
|
32
|
+
set booleanJoinOffset(value: string);
|
|
33
|
+
get booleanJoinOffset(): string;
|
|
34
|
+
set numericJoinOffset(value: string);
|
|
35
|
+
get numericJoinOffset(): string;
|
|
36
|
+
set stringJoinOffset(value: string);
|
|
37
|
+
get stringJoinOffset(): string;
|
|
38
|
+
set transitionIn(value: TCh5TransitionInType | null);
|
|
39
|
+
get transitionIn(): TCh5TransitionInType;
|
|
40
|
+
set transitionOut(value: TCh5TransitionOutType | null);
|
|
41
|
+
get transitionOut(): TCh5TransitionOutType;
|
|
42
|
+
set transitionDuration(value: string);
|
|
43
|
+
get transitionDuration(): string;
|
|
44
|
+
set transitionDelay(value: string);
|
|
45
|
+
get transitionDelay(): string;
|
|
46
|
+
constructor();
|
|
47
|
+
connectedCallback(): void;
|
|
48
|
+
private listenForCh5TemplateRefreshRequests;
|
|
49
|
+
private shouldRefresh;
|
|
50
|
+
protected initAttributes(): void;
|
|
51
|
+
private initializations;
|
|
52
|
+
attributeChangedCallback(attr: string, oldValue: string, newValue: string): void;
|
|
53
|
+
disconnectedCallback(): void;
|
|
54
|
+
beforeHandlingShow(): void;
|
|
55
|
+
beforeHandlingHide(): void;
|
|
56
|
+
private animationend;
|
|
57
|
+
private updateAnimateClass;
|
|
58
|
+
private setDurationAndDelay;
|
|
59
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'jsdom-global/register';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ICh5CommonAttributesTemplate } from "../../ch5-common/interfaces/i-ch5-common-attributes-template";
|
|
2
|
+
import { TCh5TransitionInType, TCh5TransitionOutType } from "./t-ch5-template";
|
|
3
|
+
export interface ICh5TemplateAttributes extends ICh5CommonAttributesTemplate {
|
|
4
|
+
templateId: string;
|
|
5
|
+
context: string;
|
|
6
|
+
contractName: string;
|
|
7
|
+
booleanJoinOffset: string;
|
|
8
|
+
numericJoinOffset: string;
|
|
9
|
+
stringJoinOffset: string;
|
|
10
|
+
transitionIn: TCh5TransitionInType | null;
|
|
11
|
+
transitionOut: TCh5TransitionOutType | null;
|
|
12
|
+
transitionDuration: string;
|
|
13
|
+
transitionDelay: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export type TCh5TransitionInType = 'bounceIn' | 'bounceInDown' | 'bounceInLeft' | 'bounceInRight' | 'bounceInUp' | 'fadeIn' | 'fadeInDown' | 'fadeInDownBig' | 'fadeInLeft' | 'fadeInLeftBig' | 'fadeInRight' | 'fadeInRightBig' | 'fadeInUp' | 'fadeInUpBig' | 'flipInX' | 'flipInY' | 'lightSpeedIn' | 'rotateIn' | 'rotateInDownLeft' | 'rotateInDownRight' | 'rotateInUpLeft' | 'rotateInUpRight' | 'rollIn' | 'slideInDown' | 'slideInLeft' | 'slideInRight' | 'slideInUp' | 'zoomIn' | 'zoomInDown' | 'zoomInLeft' | 'zoomInRight' | 'zoomInUp';
|
|
2
|
+
export type TCh5TransitionOutType = 'bounceOut' | 'bounceOutDown' | 'bounceOutLeft' | 'bounceOutRight' | 'bounceOutUp' | 'fadeOut' | 'fadeOutDown' | 'fadeOutDownBig' | 'fadeOutLeft' | 'fadeOutLeftBig' | 'fadeOutRight' | 'fadeOutRightBig' | 'fadeOutUp' | 'fadeOutUpBig' | 'flipOutX' | 'flipOutY' | 'lightSpeedOut' | 'rotateOut' | 'rotateOutDownLeft' | 'rotateOutDownRight' | 'rotateOutUpLeft' | 'rotateOutUpRight' | 'rollOut' | 'slideOutDown' | 'slideOutLeft' | 'slideOutRight' | 'slideOutUp' | 'zoomOut' | 'zoomOutDown' | 'zoomOutLeft' | 'zoomOutRight' | 'zoomOutUp';
|
|
3
|
+
export type TCh5TransitionOtherType = 'bounce' | 'flash' | 'pulse' | 'rubberBand' | 'shake' | 'swing' | 'tada' | 'wobble' | 'jello' | 'heartBeat' | 'hinge' | 'jackInTheBox' | 'flip';
|