@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,43 @@
|
|
|
1
|
+
import { Ch5Common } from '../ch5-common/ch5-common';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
export interface ICh5PressableOptions {
|
|
4
|
+
cssTargetElement: HTMLElement;
|
|
5
|
+
cssPressedClass: string;
|
|
6
|
+
enableSwipe: boolean;
|
|
7
|
+
touchMove: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare class Ch5Pressable {
|
|
10
|
+
private static FingerState;
|
|
11
|
+
private _fingerState;
|
|
12
|
+
private _ch5Component;
|
|
13
|
+
private _options;
|
|
14
|
+
private _pressEvent;
|
|
15
|
+
private _releaseEvent;
|
|
16
|
+
_pressed: boolean;
|
|
17
|
+
_released: boolean;
|
|
18
|
+
observablePressed: Subject<boolean>;
|
|
19
|
+
private readonly TOUCH_TIMEOUT;
|
|
20
|
+
private readonly CLICK_MOVE_THRESHOLD;
|
|
21
|
+
constructor(component: Ch5Common, options?: ICh5PressableOptions);
|
|
22
|
+
get ch5Component(): Ch5Common;
|
|
23
|
+
get options(): ICh5PressableOptions | null;
|
|
24
|
+
init(): void;
|
|
25
|
+
setPressed(value: boolean): void;
|
|
26
|
+
destroy(): void;
|
|
27
|
+
private _attachEvents;
|
|
28
|
+
private _removeEvents;
|
|
29
|
+
private _onClick;
|
|
30
|
+
private _onPointerDown;
|
|
31
|
+
private _onPointerMove;
|
|
32
|
+
private _onPointerUp;
|
|
33
|
+
resetPressAndReleaseActions(): void;
|
|
34
|
+
private _onPointerLeave;
|
|
35
|
+
private _onTouchMove;
|
|
36
|
+
private _onTouchHoldTimer;
|
|
37
|
+
private _fingerIsDownActions;
|
|
38
|
+
private _onHold;
|
|
39
|
+
private _onRelease;
|
|
40
|
+
private _addCssPressClass;
|
|
41
|
+
private _removeCssPressClass;
|
|
42
|
+
private _setTouchAction;
|
|
43
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
interface Ch5SignalElementAttributeRegistryEntry {
|
|
2
|
+
readonly direction?: "event" | "state";
|
|
3
|
+
readonly booleanJoin?: number;
|
|
4
|
+
readonly numericJoin?: number;
|
|
5
|
+
readonly stringJoin?: number;
|
|
6
|
+
readonly contractName?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export interface Ch5SignalElementAttributeRegistryEntries {
|
|
9
|
+
[attributeName: string]: Ch5SignalElementAttributeRegistryEntry;
|
|
10
|
+
}
|
|
11
|
+
export interface CH5SignalElementDefaultAttributeEntry {
|
|
12
|
+
attributes: string[];
|
|
13
|
+
defaultValue: string;
|
|
14
|
+
}
|
|
15
|
+
export interface CH5SignalElementDefaultAttributeEntries {
|
|
16
|
+
contractName?: CH5SignalElementDefaultAttributeEntry;
|
|
17
|
+
booleanJoin?: CH5SignalElementDefaultAttributeEntry;
|
|
18
|
+
numericJoin?: CH5SignalElementDefaultAttributeEntry;
|
|
19
|
+
stringJoin?: CH5SignalElementDefaultAttributeEntry;
|
|
20
|
+
}
|
|
21
|
+
export interface CH5SignalElementRegistryEntry {
|
|
22
|
+
attributes: Ch5SignalElementAttributeRegistryEntries;
|
|
23
|
+
addAttributeWhen?: CH5SignalElementDefaultAttributeEntries;
|
|
24
|
+
}
|
|
25
|
+
export declare class Ch5SignalAttributeRegistry {
|
|
26
|
+
static readonly BOOLEAN_JOIN = "booleanJoin";
|
|
27
|
+
static readonly NUMERIC_JOIN = "numericJoin";
|
|
28
|
+
static readonly STRING_JOIN = "stringJoin";
|
|
29
|
+
static readonly CONTRACT_NAME = "contractName";
|
|
30
|
+
private static readonly CUSTOM_ATTRIBUTE_PSUEDO_ELEMENT_NAME;
|
|
31
|
+
private static _instance;
|
|
32
|
+
static get instance(): Ch5SignalAttributeRegistry;
|
|
33
|
+
private _registry;
|
|
34
|
+
private constructor();
|
|
35
|
+
addElementAttributeEntries(elementName: string, entries: Ch5SignalElementAttributeRegistryEntries): void;
|
|
36
|
+
addCustomAttributeEntry(attributeName: string, entry: Ch5SignalElementAttributeRegistryEntry): void;
|
|
37
|
+
addElementDefaultAttributeEntries(elementName: string, entries: CH5SignalElementDefaultAttributeEntries): void;
|
|
38
|
+
getElementAttributeEntry(elementName: string, attributeName: string): Ch5SignalElementAttributeRegistryEntry | undefined;
|
|
39
|
+
getElementDefaultAttributeEntries(elementName: string): CH5SignalElementDefaultAttributeEntries | undefined;
|
|
40
|
+
}
|
|
41
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
9
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
10
|
+
import { ICh5CommonAttributesForReceiveStateCustomClass } from "./common/i-ch5-common-attributes-receivestatecustomclass";
|
|
11
|
+
import { ICh5CommonAttributesForReceiveStateCustomStyle } from "./common/i-ch5-common-attributes-receivestatecustomstyle";
|
|
12
|
+
export interface ICh5ButtonListCommonAttributes extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForReceiveStateCustomClass, ICh5CommonAttributesForReceiveStateCustomStyle, ICh5CommonAttributesForId {
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
8
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
9
|
+
export interface ICh5CommonAttributesAnimation extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
10
|
+
}
|
package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-color-chip.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
4
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
5
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
6
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
8
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
9
|
+
export interface ICh5AttributesColorChip extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
10
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
2
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
3
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
4
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
5
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
6
|
+
import { ICh5CommonAttributesForReceiveStateCustomClass } from "./common/i-ch5-common-attributes-receivestatecustomclass";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateCustomStyle } from "./common/i-ch5-common-attributes-receivestatecustomstyle";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
9
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
10
|
+
export interface ICh5AttributesDateTime extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForReceiveStateCustomStyle, ICh5CommonAttributesForReceiveStateCustomClass, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
11
|
+
}
|
package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-dpad-child.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
export interface ICh5CommonAttributesDpadChild extends ICh5CommonAttributesForDir, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
8
|
+
}
|
package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-media-player.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
2
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
3
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
4
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
5
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
6
|
+
import { ICh5CommonAttributesForReceiveStateCustomClass } from "./common/i-ch5-common-attributes-receivestatecustomclass";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateCustomStyle } from "./common/i-ch5-common-attributes-receivestatecustomstyle";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
9
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
10
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
11
|
+
export interface ICh5CommonAttributesMediaPlayer extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForReceiveStateCustomStyle, ICh5CommonAttributesForReceiveStateCustomClass, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
9
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
10
|
+
export interface ICh5CommonAttributesSet3 extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
3
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
4
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
5
|
+
import { ICh5CommonAttributesForReceiveStateHidePulse } from "./common/i-ch5-common-attributes-receivestatehidepulse";
|
|
6
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateShowPulse } from "./common/i-ch5-common-attributes-receivestateshowpulse";
|
|
8
|
+
import { ICh5CommonAttributesForSendEventOnShow } from "./common/i-ch5-common-attributes-sendeventonshow";
|
|
9
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
10
|
+
export interface ICh5CommonAttributesTemplate extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForSendEventOnShow, ICh5CommonAttributesForReceiveStateHidePulse, ICh5CommonAttributesForReceiveStateShowPulse, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForId {
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
2
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
3
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
4
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
5
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
6
|
+
import { ICh5CommonAttributesForReceiveStateCustomClass } from "./common/i-ch5-common-attributes-receivestatecustomclass";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateCustomStyle } from "./common/i-ch5-common-attributes-receivestatecustomstyle";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
9
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
10
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
11
|
+
export interface ICh5CommonAttributesText extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForReceiveStateCustomStyle, ICh5CommonAttributesForReceiveStateCustomClass, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateCustomClass } from "./common/i-ch5-common-attributes-receivestatecustomclass";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateCustomStyle } from "./common/i-ch5-common-attributes-receivestatecustomstyle";
|
|
9
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
10
|
+
import { ICh5CommonAttributesForReceiveStateHidePulse } from "./common/i-ch5-common-attributes-receivestatehidepulse";
|
|
11
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
12
|
+
import { ICh5CommonAttributesForReceiveStateShowPulse } from "./common/i-ch5-common-attributes-receivestateshowpulse";
|
|
13
|
+
import { ICh5CommonAttributesForSendEventOnShow } from "./common/i-ch5-common-attributes-sendeventonshow";
|
|
14
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
15
|
+
export interface ICh5CommonAttributesToggle extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForSendEventOnShow, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateHidePulse, ICh5CommonAttributesForReceiveStateShowPulse, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForReceiveStateCustomStyle, ICh5CommonAttributesForReceiveStateCustomClass, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICh5CommonForClass } from "./common/i-ch5-common-class";
|
|
2
|
+
import { ICh5CommonForDebug } from "./common/i-ch5-common-debug";
|
|
3
|
+
import { ICh5CommonForDisabled } from "./common/i-ch5-common-disabled";
|
|
4
|
+
import { ICh5CommonForRole } from "./common/i-ch5-common-role";
|
|
5
|
+
import { ICh5CommonForStyle } from "./common/i-ch5-common-style";
|
|
6
|
+
import { ICh5CommonAttributesVideo } from "./i-ch5-common-attributes-video";
|
|
7
|
+
export interface ICh5CommonAttributesVideoDocumentation extends ICh5CommonForDisabled, ICh5CommonForDebug, ICh5CommonForRole, ICh5CommonForStyle, ICh5CommonForClass, ICh5CommonAttributesVideo {
|
|
8
|
+
}
|
package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-video-switcher.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateHidePulse } from "./common/i-ch5-common-attributes-receivestatehidepulse";
|
|
9
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
10
|
+
import { ICh5CommonAttributesForReceiveStateShowPulse } from "./common/i-ch5-common-attributes-receivestateshowpulse";
|
|
11
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
12
|
+
export interface ICh5CommonAttributesVideoSwitcher extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateHidePulse, ICh5CommonAttributesForReceiveStateShowPulse, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateCustomClass } from "./common/i-ch5-common-attributes-receivestatecustomclass";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateCustomStyle } from "./common/i-ch5-common-attributes-receivestatecustomstyle";
|
|
9
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
10
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
11
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
12
|
+
export interface ICh5CommonAttributesVideo extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForReceiveStateCustomStyle, ICh5CommonAttributesForReceiveStateCustomClass, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
13
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateCustomClass } from "./common/i-ch5-common-attributes-receivestatecustomclass";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateCustomStyle } from "./common/i-ch5-common-attributes-receivestatecustomstyle";
|
|
9
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
10
|
+
import { ICh5CommonAttributesForReceiveStateHidePulse } from "./common/i-ch5-common-attributes-receivestatehidepulse";
|
|
11
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
12
|
+
import { ICh5CommonAttributesForReceiveStateShowPulse } from "./common/i-ch5-common-attributes-receivestateshowpulse";
|
|
13
|
+
import { ICh5CommonAttributesForSendEventOnShow } from "./common/i-ch5-common-attributes-sendeventonshow";
|
|
14
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
15
|
+
export interface ICh5CommonAttributes extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForSendEventOnShow, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateHidePulse, ICh5CommonAttributesForReceiveStateShowPulse, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForReceiveStateCustomStyle, ICh5CommonAttributesForReceiveStateCustomClass, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForId {
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICh5CommonForClass } from "./common/i-ch5-common-class";
|
|
2
|
+
import { ICh5CommonForDebug } from "./common/i-ch5-common-debug";
|
|
3
|
+
import { ICh5CommonForDisabled } from "./common/i-ch5-common-disabled";
|
|
4
|
+
import { ICh5CommonForRole } from "./common/i-ch5-common-role";
|
|
5
|
+
import { ICh5CommonForStyle } from "./common/i-ch5-common-style";
|
|
6
|
+
import { ICh5CommonAttributesVideoSwitcher } from "./i-ch5-common-attributes-video-switcher";
|
|
7
|
+
export interface ICh5CommonVideoSwitcher extends ICh5CommonForDisabled, ICh5CommonForDebug, ICh5CommonForRole, ICh5CommonForStyle, ICh5CommonForClass, ICh5CommonAttributesVideoSwitcher {
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICh5CommonForClass } from "./common/i-ch5-common-class";
|
|
2
|
+
import { ICh5CommonForDebug } from "./common/i-ch5-common-debug";
|
|
3
|
+
import { ICh5CommonForDisabled } from "./common/i-ch5-common-disabled";
|
|
4
|
+
import { ICh5CommonForRole } from "./common/i-ch5-common-role";
|
|
5
|
+
import { ICh5CommonForStyle } from "./common/i-ch5-common-style";
|
|
6
|
+
import { ICh5CommonAttributes } from "./i-ch5-common-attributes";
|
|
7
|
+
export interface ICh5Common extends ICh5CommonForDisabled, ICh5CommonForDebug, ICh5CommonForRole, ICh5CommonForStyle, ICh5CommonForClass, ICh5CommonAttributes {
|
|
8
|
+
}
|
package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-subpage-reference-list-attributes.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
9
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
10
|
+
import { ICh5CommonAttributesForReceiveStateCustomClass } from "./common/i-ch5-common-attributes-receivestatecustomclass";
|
|
11
|
+
import { ICh5CommonAttributesForReceiveStateCustomStyle } from "./common/i-ch5-common-attributes-receivestatecustomstyle";
|
|
12
|
+
export interface ICh5SubpageReferenceListCommonAttributes extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForReceiveStateCustomClass, ICh5CommonAttributesForReceiveStateCustomStyle, ICh5CommonAttributesForId {
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ICh5CommonAttributesForAppendClassWhenInViewPort } from "./common/i-ch5-common-attributes-appendclasswheninviewport";
|
|
2
|
+
import { ICh5CommonAttributesForCustomClass } from "./common/i-ch5-common-attributes-customclass";
|
|
3
|
+
import { ICh5CommonAttributesForCustomStyle } from "./common/i-ch5-common-attributes-customstyle";
|
|
4
|
+
import { ICh5CommonAttributesForDir } from "./common/i-ch5-common-attributes-dir";
|
|
5
|
+
import { ICh5CommonAttributesForId } from "./common/i-ch5-common-attributes-id";
|
|
6
|
+
import { ICh5CommonAttributesForNoShowType } from "./common/i-ch5-common-attributes-noshowtype";
|
|
7
|
+
import { ICh5CommonAttributesForReceiveStateEnable } from "./common/i-ch5-common-attributes-receivestateenable";
|
|
8
|
+
import { ICh5CommonAttributesForReceiveStateShow } from "./common/i-ch5-common-attributes-receivestateshow";
|
|
9
|
+
import { ICh5CommonAttributesForShow } from "./common/i-ch5-common-attributes-show";
|
|
10
|
+
import { ICh5CommonAttributesForReceiveStateCustomClass } from "./common/i-ch5-common-attributes-receivestatecustomclass";
|
|
11
|
+
import { ICh5CommonAttributesForReceiveStateCustomStyle } from "./common/i-ch5-common-attributes-receivestatecustomstyle";
|
|
12
|
+
export interface ICh5TabButtonCommonAttributes extends ICh5CommonAttributesForDir, ICh5CommonAttributesForShow, ICh5CommonAttributesForAppendClassWhenInViewPort, ICh5CommonAttributesForReceiveStateEnable, ICh5CommonAttributesForReceiveStateShow, ICh5CommonAttributesForNoShowType, ICh5CommonAttributesForCustomStyle, ICh5CommonAttributesForCustomClass, ICh5CommonAttributesForReceiveStateCustomClass, ICh5CommonAttributesForReceiveStateCustomStyle, ICh5CommonAttributesForId {
|
|
13
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./t-ch5-common";
|
|
2
|
+
export * from "./i-ch5-common";
|
|
3
|
+
export * from "./i-ch5-common-attributes";
|
|
4
|
+
export * from "./i-ch5-gestureable";
|
|
5
|
+
export * from "./i-ch5-common-attributes-animation";
|
|
6
|
+
export * from "./i-ch5-common-attributes-set3";
|
|
7
|
+
export * from "./i-ch5-subpage-reference-list-attributes";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default class Ch5ColorUtils {
|
|
2
|
+
static getDigitalValue: (analog: number, maxValue: number) => number;
|
|
3
|
+
static getAnalogValue: (digital: number, maxValue: number) => number;
|
|
4
|
+
static rgbFormat: (color: string) => string[];
|
|
5
|
+
static rgbToHex(red: number, green: number, blue: number): string;
|
|
6
|
+
static checkHex(hex: string): boolean;
|
|
7
|
+
static checkRgb(rgb: string): boolean;
|
|
8
|
+
static modifyHex(hex: string): string;
|
|
9
|
+
static hexToRgb(hex: string): string;
|
|
10
|
+
static validateColorName(color: string): boolean;
|
|
11
|
+
static convert(color: string): string;
|
|
12
|
+
static col2rgb(color: string): string[];
|
|
13
|
+
static col2hex(color: string): string;
|
|
14
|
+
static rgbToObj(rgb: string): any;
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const noop: () => undefined;
|
|
2
|
+
export declare const isNil: (value: any, validateWithTrim?: boolean) => boolean;
|
|
3
|
+
export declare const isNotNil: (value: any, validateWithTrim?: boolean) => boolean;
|
|
4
|
+
export declare const getMeasurementUnitFromSizeValue: (sizeValue: string) => string;
|
|
5
|
+
export declare const getMeasurementPxNumber: (sizeValue: string) => number;
|
|
6
|
+
export declare const convertAltUnitsToPx: (sizeValue: string) => number;
|
|
7
|
+
export declare const convertPxUnitToAlt: (px: number, measurementUnit: string) => number;
|
|
8
|
+
export declare const convertVhUnitsToPx: (vh: number) => number;
|
|
9
|
+
export declare const convertVwUnitsToPx: (vw: number) => number;
|
|
10
|
+
export declare const convertPxUnitToVh: (px: number) => number;
|
|
11
|
+
export declare const convertPxUnitToVw: (px: number) => number;
|
|
12
|
+
export declare const extractMeasurementNumber: (sizeValue: string) => number;
|
|
13
|
+
export declare const handlingTextTransformValue: (value: string, textTransform: string) => string;
|
|
14
|
+
export declare const debounce: (func: any, wait: number) => (...args: any[]) => void;
|
|
15
|
+
export declare const toBoolean: (val: any, isEmptyValueEqualToTrue?: boolean) => boolean;
|
|
16
|
+
export declare const checkIfValueIsTruey: (str?: string) => boolean;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Ch5SignalFactory } from "../../ch5-core";
|
|
2
|
+
export declare class ComponentHelper {
|
|
3
|
+
static instance: ComponentHelper;
|
|
4
|
+
private constructor();
|
|
5
|
+
static getInstance(): ComponentHelper;
|
|
6
|
+
static getAttributeAsString(thisRef: any, keyToCheck: string, defaultValue?: string): string;
|
|
7
|
+
static getAttributeAsBool(thisRef: any, keyToCheck: string, defaultValue: boolean): boolean;
|
|
8
|
+
static clearComponentContent(thisRef: any): void;
|
|
9
|
+
static isNullOrUndefined(input: any): boolean;
|
|
10
|
+
static setAttributeToElement(thisRef: any, attr: string, defaultValue: string): string;
|
|
11
|
+
static getBoolFromString(str: string): boolean;
|
|
12
|
+
static clearSignalValue(csf: Ch5SignalFactory, obj: any, receiveAttribute: string, signalReceiveAttribute: string): void;
|
|
13
|
+
static setAttributesBasedValue(hasAttribute: boolean, valToAssign: any, defaultValue: string): any;
|
|
14
|
+
static setAttributeValueOnControl(thisRef: any, attrKey: string, value: string, validValues: string[], callback: any): void;
|
|
15
|
+
static setAttributeValueOnControlAsBool(thisRef: any, attrKey: string, value: boolean, defaultValue: boolean, callback: any): void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface ICallback {
|
|
2
|
+
arguments: string[] | {}[];
|
|
3
|
+
reference: string;
|
|
4
|
+
}
|
|
5
|
+
export default class HtmlCallback {
|
|
6
|
+
protected _pattern: RegExp;
|
|
7
|
+
protected _callbacks: ICallback[];
|
|
8
|
+
protected _context: HTMLElement;
|
|
9
|
+
constructor(context: HTMLElement, callbacks: string);
|
|
10
|
+
run(target: Event | HTMLElement | undefined): void;
|
|
11
|
+
set callbacks(callbacks: ICallback[]);
|
|
12
|
+
get callbacks(): ICallback[];
|
|
13
|
+
set context(element: HTMLElement);
|
|
14
|
+
get context(): HTMLElement;
|
|
15
|
+
protected prepareCallbacks(callbacks: string): void;
|
|
16
|
+
protected getNestedMethod(_nestedObject: string, ref?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
}): (() => void) | undefined;
|
|
19
|
+
protected isNativeMethod(methodReference: (() => void)): boolean;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './common-functions';
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Ch5Common } from "../ch5-common/ch5-common";
|
|
2
|
+
import HtmlCallback from "../ch5-common/utils/html-callback";
|
|
3
|
+
import { ICh5CommonInputAttributes } from "./interfaces/i-ch5-common-input-attributes";
|
|
4
|
+
import { TCh5CommonInputFeedbackModes } from "./interfaces/t-ch5-common-input";
|
|
5
|
+
export declare abstract class Ch5CommonInput extends Ch5Common implements ICh5CommonInputAttributes {
|
|
6
|
+
static FEEDBACKMODES: TCh5CommonInputFeedbackModes[];
|
|
7
|
+
protected _elInput: HTMLInputElement;
|
|
8
|
+
protected _signalValueSyncTimeout: number;
|
|
9
|
+
protected _cleanValue: (string | number | boolean);
|
|
10
|
+
protected _clean: boolean;
|
|
11
|
+
protected _dirtyValue: (string | number | boolean);
|
|
12
|
+
protected _dirty: boolean;
|
|
13
|
+
protected _submitted: boolean;
|
|
14
|
+
protected _dirtyTimerHandle: number | null;
|
|
15
|
+
protected _feedbackMode: TCh5CommonInputFeedbackModes;
|
|
16
|
+
protected _value: (string | number | boolean);
|
|
17
|
+
protected _required: boolean;
|
|
18
|
+
protected _ondirtyCallback: HtmlCallback | {};
|
|
19
|
+
protected _oncleanCallback: HtmlCallback | {};
|
|
20
|
+
constructor();
|
|
21
|
+
abstract submit(): void;
|
|
22
|
+
abstract reset(): void;
|
|
23
|
+
getDirty(): boolean;
|
|
24
|
+
get feedbackMode(): TCh5CommonInputFeedbackModes;
|
|
25
|
+
set feedbackMode(mode: TCh5CommonInputFeedbackModes);
|
|
26
|
+
get signalValueSyncTimeout(): number | string;
|
|
27
|
+
set signalValueSyncTimeout(value: number | string);
|
|
28
|
+
set cleanValue(value: (string | number | boolean));
|
|
29
|
+
get cleanValue(): (string | number | boolean);
|
|
30
|
+
set dirtyValue(value: (string | number | boolean));
|
|
31
|
+
get dirtyValue(): string | number | boolean;
|
|
32
|
+
set value(value: (string | number | boolean));
|
|
33
|
+
get value(): (string | number | boolean);
|
|
34
|
+
setValue(value: string | number): void;
|
|
35
|
+
getValue(): string | number | boolean;
|
|
36
|
+
set required(required: boolean);
|
|
37
|
+
get required(): boolean;
|
|
38
|
+
set oncleanCallback(callback: HtmlCallback | {});
|
|
39
|
+
get oncleanCallback(): HtmlCallback | {};
|
|
40
|
+
set onclean(callback: {});
|
|
41
|
+
get onclean(): {};
|
|
42
|
+
set ondirtyCallback(callback: HtmlCallback | {});
|
|
43
|
+
get ondirtyCallback(): HtmlCallback | {};
|
|
44
|
+
set ondirty(callback: {});
|
|
45
|
+
get ondirty(): {};
|
|
46
|
+
setClean(): void;
|
|
47
|
+
setDirty(): void;
|
|
48
|
+
getValid(): boolean;
|
|
49
|
+
static get observedAttributes(): string[];
|
|
50
|
+
attributeChangedCallback(attr: string, oldValue: string, newValue: string): void;
|
|
51
|
+
protected initAttributes(): void;
|
|
52
|
+
protected runEventHandlers(handler: string, event?: Event): void;
|
|
53
|
+
private runOncleanHandler;
|
|
54
|
+
private runOndirtyHandler;
|
|
55
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ch5-common-input';
|