@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.
Files changed (1857) hide show
  1. package/LICENSE.txt +13 -0
  2. package/README.md +95 -0
  3. package/build_bundles/amd/@types/ch5-animation/ch5-animation.d.ts +53 -0
  4. package/build_bundles/amd/@types/ch5-animation/index.d.ts +1 -0
  5. package/build_bundles/amd/@types/ch5-animation/interfaces/i-ch5-animation-attributes.d.ts +10 -0
  6. package/build_bundles/amd/@types/ch5-animation/interfaces/t-ch5-animation.d.ts +2 -0
  7. package/build_bundles/amd/@types/ch5-background/ch5-background.d.ts +114 -0
  8. package/build_bundles/amd/@types/ch5-background/index.d.ts +1 -0
  9. package/build_bundles/amd/@types/ch5-background/interfaces/i-ch5-background-attributes.d.ts +15 -0
  10. package/build_bundles/amd/@types/ch5-background/interfaces/index.d.ts +2 -0
  11. package/build_bundles/amd/@types/ch5-background/interfaces/t-ch5-background.d.ts +3 -0
  12. package/build_bundles/amd/@types/ch5-base/ch5-base-class.d.ts +138 -0
  13. package/build_bundles/amd/@types/ch5-base/ch5-base-log.d.ts +12 -0
  14. package/build_bundles/amd/@types/ch5-button/ch5-button-base.d.ts +222 -0
  15. package/build_bundles/amd/@types/ch5-button/ch5-button-label.d.ts +9 -0
  16. package/build_bundles/amd/@types/ch5-button/ch5-button-mode-state.d.ts +42 -0
  17. package/build_bundles/amd/@types/ch5-button/ch5-button-mode.d.ts +38 -0
  18. package/build_bundles/amd/@types/ch5-button/ch5-button-signal.d.ts +16 -0
  19. package/build_bundles/amd/@types/ch5-button/ch5-button-utils.d.ts +22 -0
  20. package/build_bundles/amd/@types/ch5-button/ch5-button.d.ts +9 -0
  21. package/build_bundles/amd/@types/ch5-button/index.d.ts +5 -0
  22. package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-attributes.d.ts +40 -0
  23. package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-label-attributes.d.ts +2 -0
  24. package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-mode-attributes.d.ts +3 -0
  25. package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-mode-common.d.ts +14 -0
  26. package/build_bundles/amd/@types/ch5-button/interfaces/i-ch5-button-mode-state-attributes.d.ts +5 -0
  27. package/build_bundles/amd/@types/ch5-button/interfaces/index.d.ts +5 -0
  28. package/build_bundles/amd/@types/ch5-button/interfaces/t-ch5-button.d.ts +20 -0
  29. package/build_bundles/amd/@types/ch5-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  30. package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-base.d.ts +213 -0
  31. package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-individual-button-base.d.ts +25 -0
  32. package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-label-base.d.ts +7 -0
  33. package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-mode-base.d.ts +43 -0
  34. package/build_bundles/amd/@types/ch5-button-list/base-classes/ch5-button-list-mode-state-base.d.ts +47 -0
  35. package/build_bundles/amd/@types/ch5-button-list/ch5-button-list-individual-button.d.ts +8 -0
  36. package/build_bundles/amd/@types/ch5-button-list/ch5-button-list-label.d.ts +6 -0
  37. package/build_bundles/amd/@types/ch5-button-list/ch5-button-list-mode-state.d.ts +8 -0
  38. package/build_bundles/amd/@types/ch5-button-list/ch5-button-list-mode.d.ts +8 -0
  39. package/build_bundles/amd/@types/ch5-button-list/ch5-button-list.d.ts +9 -0
  40. package/build_bundles/amd/@types/ch5-button-list/index.d.ts +5 -0
  41. package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-attributes.d.ts +56 -0
  42. package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-individual-button-attributes.d.ts +6 -0
  43. package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-label-documentation.d.ts +2 -0
  44. package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-attributes.d.ts +13 -0
  45. package/build_bundles/amd/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-state-attributes.d.ts +14 -0
  46. package/build_bundles/amd/@types/ch5-button-list/interfaces/t-ch5-button-list.d.ts +14 -0
  47. package/build_bundles/amd/@types/ch5-button-list/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  48. package/build_bundles/amd/@types/ch5-color-chip/ch5-color-chip.d.ts +51 -0
  49. package/build_bundles/amd/@types/ch5-color-chip/index.d.ts +1 -0
  50. package/build_bundles/amd/@types/ch5-color-chip/interfaces/i-ch5-color-chip-attributes.d.ts +12 -0
  51. package/build_bundles/amd/@types/ch5-color-picker/ch5-color-picker.d.ts +61 -0
  52. package/build_bundles/amd/@types/ch5-color-picker/color-picker.d.ts +10 -0
  53. package/build_bundles/amd/@types/ch5-color-picker/index.d.ts +1 -0
  54. package/build_bundles/amd/@types/ch5-color-picker/interfaces/i-ch5-color-picker-attributes.d.ts +10 -0
  55. package/build_bundles/amd/@types/ch5-common/ch5-augment-var-signals-names.d.ts +12 -0
  56. package/build_bundles/amd/@types/ch5-common/ch5-common-log.d.ts +12 -0
  57. package/build_bundles/amd/@types/ch5-common/ch5-common.d.ts +183 -0
  58. package/build_bundles/amd/@types/ch5-common/ch5-config.d.ts +37 -0
  59. package/build_bundles/amd/@types/ch5-common/ch5-log.d.ts +13 -0
  60. package/build_bundles/amd/@types/ch5-common/ch5-mutation-observer.d.ts +19 -0
  61. package/build_bundles/amd/@types/ch5-common/ch5-pressable-slider.d.ts +61 -0
  62. package/build_bundles/amd/@types/ch5-common/ch5-pressable.d.ts +43 -0
  63. package/build_bundles/amd/@types/ch5-common/ch5-signal-attribute-registry.d.ts +41 -0
  64. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-appendclasswheninviewport.d.ts +3 -0
  65. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customclass.d.ts +3 -0
  66. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customstyle.d.ts +3 -0
  67. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-dir.d.ts +3 -0
  68. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-id.d.ts +3 -0
  69. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-noshowtype.d.ts +4 -0
  70. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomclass.d.ts +3 -0
  71. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomstyle.d.ts +3 -0
  72. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateenable.d.ts +3 -0
  73. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatehidepulse.d.ts +3 -0
  74. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshow.d.ts +3 -0
  75. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshowpulse.d.ts +3 -0
  76. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-sendeventonshow.d.ts +3 -0
  77. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-show.d.ts +3 -0
  78. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-class.d.ts +3 -0
  79. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-debug.d.ts +4 -0
  80. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-disabled.d.ts +4 -0
  81. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-role.d.ts +3 -0
  82. package/build_bundles/amd/@types/ch5-common/interfaces/common/i-ch5-common-style.d.ts +3 -0
  83. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-button-list-attributes.d.ts +13 -0
  84. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-animation.d.ts +10 -0
  85. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-color-chip.d.ts +10 -0
  86. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-datetime.d.ts +11 -0
  87. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-dpad-child.d.ts +8 -0
  88. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-media-player.d.ts +12 -0
  89. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-set3.d.ts +11 -0
  90. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-template.d.ts +11 -0
  91. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-text.d.ts +12 -0
  92. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-toggle.d.ts +16 -0
  93. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-video-documentation.d.ts +8 -0
  94. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-video-switcher.d.ts +13 -0
  95. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes-video.d.ts +13 -0
  96. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-attributes.d.ts +16 -0
  97. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common-documentation-video-switcher.d.ts +8 -0
  98. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-common.d.ts +8 -0
  99. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-gestureable.d.ts +4 -0
  100. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +13 -0
  101. package/build_bundles/amd/@types/ch5-common/interfaces/i-ch5-tab-button-attributes.d.ts +13 -0
  102. package/build_bundles/amd/@types/ch5-common/interfaces/index.d.ts +7 -0
  103. package/build_bundles/amd/@types/ch5-common/interfaces/t-ch5-common.d.ts +8 -0
  104. package/build_bundles/amd/@types/ch5-common/utils/ch5-color-utils.d.ts +15 -0
  105. package/build_bundles/amd/@types/ch5-common/utils/common-functions.d.ts +16 -0
  106. package/build_bundles/amd/@types/ch5-common/utils/component-helper.d.ts +16 -0
  107. package/build_bundles/amd/@types/ch5-common/utils/html-callback.d.ts +20 -0
  108. package/build_bundles/amd/@types/ch5-common/utils/index.d.ts +1 -0
  109. package/build_bundles/amd/@types/ch5-common-input/ch5-common-input.d.ts +55 -0
  110. package/build_bundles/amd/@types/ch5-common-input/index.d.ts +1 -0
  111. package/build_bundles/amd/@types/ch5-common-input/interfaces/i-ch5-common-input-attributes.d.ts +6 -0
  112. package/build_bundles/amd/@types/ch5-common-input/interfaces/i-ch5-common-input.d.ts +5 -0
  113. package/build_bundles/amd/@types/ch5-common-input/interfaces/t-ch5-common-input.d.ts +1 -0
  114. package/build_bundles/amd/@types/ch5-core/ch5-component.d.ts +5 -0
  115. package/build_bundles/amd/@types/ch5-core/ch5-core-intersection-observer.d.ts +14 -0
  116. package/build_bundles/amd/@types/ch5-core/ch5-debug.d.ts +19 -0
  117. package/build_bundles/amd/@types/ch5-core/ch5-heartbeat.d.ts +6 -0
  118. package/build_bundles/amd/@types/ch5-core/ch5-platform.d.ts +15 -0
  119. package/build_bundles/amd/@types/ch5-core/ch5-properties.d.ts +18 -0
  120. package/build_bundles/amd/@types/ch5-core/ch5-property.d.ts +65 -0
  121. package/build_bundles/amd/@types/ch5-core/ch5-signal-behavior-subject.d.ts +9 -0
  122. package/build_bundles/amd/@types/ch5-core/ch5-signal-bridge-receive.d.ts +19 -0
  123. package/build_bundles/amd/@types/ch5-core/ch5-signal-bridge.d.ts +18 -0
  124. package/build_bundles/amd/@types/ch5-core/ch5-signal-factory.d.ts +17 -0
  125. package/build_bundles/amd/@types/ch5-core/ch5-signal.d.ts +32 -0
  126. package/build_bundles/amd/@types/ch5-core/ch5-translation-configuration.d.ts +4 -0
  127. package/build_bundles/amd/@types/ch5-core/ch5-translation-factory.d.ts +10 -0
  128. package/build_bundles/amd/@types/ch5-core/ch5-translation-listeners.d.ts +11 -0
  129. package/build_bundles/amd/@types/ch5-core/ch5-translation-utility.d.ts +19 -0
  130. package/build_bundles/amd/@types/ch5-core/ch5-uid.d.ts +5 -0
  131. package/build_bundles/amd/@types/ch5-core/ch5-version.d.ts +4 -0
  132. package/build_bundles/amd/@types/ch5-core/index.d.ts +32 -0
  133. package/build_bundles/amd/@types/ch5-core/interfaces-sig-com.d.ts +53 -0
  134. package/build_bundles/amd/@types/ch5-core/resize-observer.d.ts +1 -0
  135. package/build_bundles/amd/@types/ch5-core/types/callbacks.d.ts +6 -0
  136. package/build_bundles/amd/@types/ch5-core/types/ch5-platform-info.d.ts +13 -0
  137. package/build_bundles/amd/@types/ch5-core/types/core.d.ts +19 -0
  138. package/build_bundles/amd/@types/ch5-core/types/signal.type.d.ts +20 -0
  139. package/build_bundles/amd/@types/ch5-core/utility-functions/animate.d.ts +4 -0
  140. package/build_bundles/amd/@types/ch5-core/utility-functions/components.d.ts +1 -0
  141. package/build_bundles/amd/@types/ch5-core/utility-functions/debounce.d.ts +5 -0
  142. package/build_bundles/amd/@types/ch5-core/utility-functions/get-signal.d.ts +6 -0
  143. package/build_bundles/amd/@types/ch5-core/utility-functions/is-crestron-device.d.ts +1 -0
  144. package/build_bundles/amd/@types/ch5-core/utility-functions/is-crestron-touchscreen.d.ts +1 -0
  145. package/build_bundles/amd/@types/ch5-core/utility-functions/is-ios-device.d.ts +1 -0
  146. package/build_bundles/amd/@types/ch5-core/utility-functions/is-safari-mobile.d.ts +1 -0
  147. package/build_bundles/amd/@types/ch5-core/utility-functions/publish-signal.d.ts +2 -0
  148. package/build_bundles/amd/@types/ch5-core/utility-functions/signals.d.ts +1 -0
  149. package/build_bundles/amd/@types/ch5-core/utility-functions/subscribe-in-view-port-change.d.ts +3 -0
  150. package/build_bundles/amd/@types/ch5-core/utility-functions/subscribe-signal-script.d.ts +11 -0
  151. package/build_bundles/amd/@types/ch5-core/utility-functions/subscribe-signal.d.ts +3 -0
  152. package/build_bundles/amd/@types/ch5-core/utility-functions/textformat.d.ts +1 -0
  153. package/build_bundles/amd/@types/ch5-core/utility-functions/translation-interface-register.d.ts +2 -0
  154. package/build_bundles/amd/@types/ch5-core/utility-functions/trigger-translation.d.ts +1 -0
  155. package/build_bundles/amd/@types/ch5-core/utility-functions/unsubscribe-signal.d.ts +2 -0
  156. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-appendclass.d.ts +11 -0
  157. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-appendstyle.d.ts +11 -0
  158. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-enable.d.ts +14 -0
  159. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-hidepulse.d.ts +18 -0
  160. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-i18n.d.ts +18 -0
  161. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-innerhtml.d.ts +11 -0
  162. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-log.d.ts +3 -0
  163. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-mutation-observer.d.ts +18 -0
  164. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-show.d.ts +19 -0
  165. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-showpulse.d.ts +19 -0
  166. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-attrs-text-content.d.ts +11 -0
  167. package/build_bundles/amd/@types/ch5-custom-attrs/ch5-custom-attributes.d.ts +22 -0
  168. package/build_bundles/amd/@types/ch5-custom-attrs/index.d.ts +11 -0
  169. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/helpers/custom-attribute.d.ts +6 -0
  170. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/helpers/i-custom-attribute.d.ts +3 -0
  171. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendclass.d.ts +3 -0
  172. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendstyle.d.ts +3 -0
  173. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-enable.d.ts +3 -0
  174. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-hidepulse.d.ts +3 -0
  175. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-i18n.d.ts +3 -0
  176. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-innerhtml.d.ts +3 -0
  177. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-keep-sig-subscription.d.ts +3 -0
  178. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-noshow-type.d.ts +4 -0
  179. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-show.d.ts +3 -0
  180. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-showpulse.d.ts +3 -0
  181. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-text-content.d.ts +3 -0
  182. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/index.d.ts +14 -0
  183. package/build_bundles/amd/@types/ch5-custom-attrs/interfaces/t-ch5-attrs.d.ts +12 -0
  184. package/build_bundles/amd/@types/ch5-custom-attrs/utils/ch5-attrs-constants.d.ts +9 -0
  185. package/build_bundles/amd/@types/ch5-custom-attrs/utils/ch5-attrs-utility.d.ts +1 -0
  186. package/build_bundles/amd/@types/ch5-datetime/ch5-datetime.d.ts +66 -0
  187. package/build_bundles/amd/@types/ch5-datetime/date-time-util.d.ts +1 -0
  188. package/build_bundles/amd/@types/ch5-datetime/index.d.ts +1 -0
  189. package/build_bundles/amd/@types/ch5-datetime/interfaces/i-ch5-datetime-attributes.d.ts +19 -0
  190. package/build_bundles/amd/@types/ch5-datetime/interfaces/t-ch5-datetime.d.ts +3 -0
  191. package/build_bundles/amd/@types/ch5-dpad/ch5-dpad-button-base.d.ts +74 -0
  192. package/build_bundles/amd/@types/ch5-dpad/ch5-dpad-button.d.ts +9 -0
  193. package/build_bundles/amd/@types/ch5-dpad/ch5-dpad-utils.d.ts +16 -0
  194. package/build_bundles/amd/@types/ch5-dpad/ch5-dpad.d.ts +85 -0
  195. package/build_bundles/amd/@types/ch5-dpad/index.d.ts +1 -0
  196. package/build_bundles/amd/@types/ch5-dpad/interfaces/i-ch5-dpad-attributes.d.ts +20 -0
  197. package/build_bundles/amd/@types/ch5-dpad/interfaces/i-ch5-dpad-button-base-attributes.d.ts +9 -0
  198. package/build_bundles/amd/@types/ch5-dpad/interfaces/t-ch5-dpad.d.ts +5 -0
  199. package/build_bundles/amd/@types/ch5-emulator/ch5-emulator.d.ts +44 -0
  200. package/build_bundles/amd/@types/ch5-emulator/index.d.ts +1 -0
  201. package/build_bundles/amd/@types/ch5-form/ch5-form.d.ts +90 -0
  202. package/build_bundles/amd/@types/ch5-form/index.d.ts +1 -0
  203. package/build_bundles/amd/@types/ch5-form/interfaces/i-ch5-form-attributes.d.ts +16 -0
  204. package/build_bundles/amd/@types/ch5-image/ch5-image-mode.d.ts +14 -0
  205. package/build_bundles/amd/@types/ch5-image/ch5-image-uri-model.d.ts +23 -0
  206. package/build_bundles/amd/@types/ch5-image/ch5-image.d.ts +140 -0
  207. package/build_bundles/amd/@types/ch5-image/index.d.ts +2 -0
  208. package/build_bundles/amd/@types/ch5-image/interfaces/i-ch5-image-attributes.d.ts +23 -0
  209. package/build_bundles/amd/@types/ch5-image/interfaces/i-ch5-image-mode-attributes.d.ts +3 -0
  210. package/build_bundles/amd/@types/ch5-import-htmlsnippet/ch5-import-htmlsnippet.d.ts +34 -0
  211. package/build_bundles/amd/@types/ch5-import-htmlsnippet/index.d.ts +1 -0
  212. package/build_bundles/amd/@types/ch5-import-htmlsnippet/interfaces/i-ch5-import-htmlsnippet-attributes.d.ts +4 -0
  213. package/build_bundles/amd/@types/ch5-jointotext-boolean/ch5-jointotext-boolean.d.ts +27 -0
  214. package/build_bundles/amd/@types/ch5-jointotext-boolean/index.d.ts +1 -0
  215. package/build_bundles/amd/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-attributes.d.ts +7 -0
  216. package/build_bundles/amd/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-documentation.d.ts +4 -0
  217. package/build_bundles/amd/@types/ch5-jointotext-boolean/interfaces/index.d.ts +2 -0
  218. package/build_bundles/amd/@types/ch5-jointotext-numeric/ch5-jointotext-numeric.d.ts +47 -0
  219. package/build_bundles/amd/@types/ch5-jointotext-numeric/format/float-format.d.ts +12 -0
  220. package/build_bundles/amd/@types/ch5-jointotext-numeric/format/hex-format.d.ts +7 -0
  221. package/build_bundles/amd/@types/ch5-jointotext-numeric/format/numeric-format-factory.d.ts +8 -0
  222. package/build_bundles/amd/@types/ch5-jointotext-numeric/format/numeric-format.d.ts +3 -0
  223. package/build_bundles/amd/@types/ch5-jointotext-numeric/format/percentage-format.d.ts +10 -0
  224. package/build_bundles/amd/@types/ch5-jointotext-numeric/format/raw-format.d.ts +5 -0
  225. package/build_bundles/amd/@types/ch5-jointotext-numeric/format/signed-format.d.ts +7 -0
  226. package/build_bundles/amd/@types/ch5-jointotext-numeric/format/time-format.d.ts +5 -0
  227. package/build_bundles/amd/@types/ch5-jointotext-numeric/format/unsigned-format.d.ts +7 -0
  228. package/build_bundles/amd/@types/ch5-jointotext-numeric/index.d.ts +1 -0
  229. package/build_bundles/amd/@types/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-attributes.d.ts +11 -0
  230. package/build_bundles/amd/@types/ch5-jointotext-numeric/interfaces/t-ch5-jointotext-numeric.d.ts +1 -0
  231. package/build_bundles/amd/@types/ch5-jointotext-string/ch5-jointotext-string.d.ts +25 -0
  232. package/build_bundles/amd/@types/ch5-jointotext-string/index.d.ts +1 -0
  233. package/build_bundles/amd/@types/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-attributes.d.ts +6 -0
  234. package/build_bundles/amd/@types/ch5-keypad/ch5-keypad-btn.d.ts +53 -0
  235. package/build_bundles/amd/@types/ch5-keypad/ch5-keypad-utils.d.ts +14 -0
  236. package/build_bundles/amd/@types/ch5-keypad/ch5-keypad.d.ts +98 -0
  237. package/build_bundles/amd/@types/ch5-keypad/index.d.ts +1 -0
  238. package/build_bundles/amd/@types/ch5-keypad/interfaces/i-ch5-keypad-attributes.d.ts +25 -0
  239. package/build_bundles/amd/@types/ch5-keypad/interfaces/i-ch5-keypad-btn-attributes.d.ts +8 -0
  240. package/build_bundles/amd/@types/ch5-keypad/interfaces/t-ch5-keypad.d.ts +15 -0
  241. package/build_bundles/amd/@types/ch5-label/ch5-label.d.ts +40 -0
  242. package/build_bundles/amd/@types/ch5-label/index.d.ts +1 -0
  243. package/build_bundles/amd/@types/ch5-label/interfaces/i-ch5-label-attributes.d.ts +5 -0
  244. package/build_bundles/amd/@types/ch5-list/animation/ch5-animation-factory.d.ts +4 -0
  245. package/build_bundles/amd/@types/ch5-list/animation/ch5-animation.d.ts +18 -0
  246. package/build_bundles/amd/@types/ch5-list/animation/ch5-standard-animation.d.ts +8 -0
  247. package/build_bundles/amd/@types/ch5-list/ch5-list-abstract-helper.d.ts +14 -0
  248. package/build_bundles/amd/@types/ch5-list/ch5-list-animation.d.ts +39 -0
  249. package/build_bundles/amd/@types/ch5-list/ch5-list-buffered-items.d.ts +17 -0
  250. package/build_bundles/amd/@types/ch5-list/ch5-list-event-manager.d.ts +25 -0
  251. package/build_bundles/amd/@types/ch5-list/ch5-list-signal-manager.d.ts +12 -0
  252. package/build_bundles/amd/@types/ch5-list/ch5-list-size-resolver.d.ts +16 -0
  253. package/build_bundles/amd/@types/ch5-list/ch5-list-template.d.ts +53 -0
  254. package/build_bundles/amd/@types/ch5-list/ch5-list.d.ts +283 -0
  255. package/build_bundles/amd/@types/ch5-list/index.d.ts +1 -0
  256. package/build_bundles/amd/@types/ch5-list/interfaces/i-ch5-list-attributes.d.ts +21 -0
  257. package/build_bundles/amd/@types/ch5-list/interfaces/index.d.ts +2 -0
  258. package/build_bundles/amd/@types/ch5-list/interfaces/t-ch5-list.d.ts +1 -0
  259. package/build_bundles/amd/@types/ch5-list/passiveEventListeners.d.ts +3 -0
  260. package/build_bundles/amd/@types/ch5-logger/appender/AbstractAppender.d.ts +13 -0
  261. package/build_bundles/amd/@types/ch5-logger/appender/AppenderFactory.d.ts +6 -0
  262. package/build_bundles/amd/@types/ch5-logger/appender/RemoteAppender.d.ts +18 -0
  263. package/build_bundles/amd/@types/ch5-logger/enums/index.d.ts +13 -0
  264. package/build_bundles/amd/@types/ch5-logger/helpers/LogMessage.d.ts +12 -0
  265. package/build_bundles/amd/@types/ch5-logger/helpers/LogMessagesFilter.d.ts +17 -0
  266. package/build_bundles/amd/@types/ch5-logger/helpers/index.d.ts +2 -0
  267. package/build_bundles/amd/@types/ch5-logger/index.d.ts +3 -0
  268. package/build_bundles/amd/@types/ch5-logger/logger/Logger.d.ts +33 -0
  269. package/build_bundles/amd/@types/ch5-logger/logger/index.d.ts +1 -0
  270. package/build_bundles/amd/@types/ch5-logger/services/RequestService.d.ts +11 -0
  271. package/build_bundles/amd/@types/ch5-logger/services/index.d.ts +1 -0
  272. package/build_bundles/amd/@types/ch5-logger/types/index.d.ts +12 -0
  273. package/build_bundles/amd/@types/ch5-logger/utility/getLogger.d.ts +4 -0
  274. package/build_bundles/amd/@types/ch5-logger/utility/getRemoteAppender.d.ts +2 -0
  275. package/build_bundles/amd/@types/ch5-logger/utility/index.d.ts +3 -0
  276. package/build_bundles/amd/@types/ch5-logger/utility/uriSchemaValidation.d.ts +1 -0
  277. package/build_bundles/amd/@types/ch5-media-player/ch5-media-player-common.d.ts +4 -0
  278. package/build_bundles/amd/@types/ch5-media-player/ch5-media-player-icon-button-base.d.ts +33 -0
  279. package/build_bundles/amd/@types/ch5-media-player/ch5-media-player-my-music.d.ts +38 -0
  280. package/build_bundles/amd/@types/ch5-media-player/ch5-media-player-now-playing.d.ts +68 -0
  281. package/build_bundles/amd/@types/ch5-media-player/ch5-media-player.d.ts +83 -0
  282. package/build_bundles/amd/@types/ch5-media-player/commonInterface.d.ts +133 -0
  283. package/build_bundles/amd/@types/ch5-media-player/index.d.ts +3 -0
  284. package/build_bundles/amd/@types/ch5-media-player/interfaces/i-ch5-media-player-attributes.d.ts +15 -0
  285. package/build_bundles/amd/@types/ch5-media-player/interfaces/t-ch5-media-player.d.ts +27 -0
  286. package/build_bundles/amd/@types/ch5-media-player/music-player.d.ts +64 -0
  287. package/build_bundles/amd/@types/ch5-modal-dialog/ch5-modal-dialog.d.ts +103 -0
  288. package/build_bundles/amd/@types/ch5-modal-dialog/index.d.ts +1 -0
  289. package/build_bundles/amd/@types/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-attributes.d.ts +30 -0
  290. package/build_bundles/amd/@types/ch5-overlay-panel/ch5-overlay-panel.d.ts +93 -0
  291. package/build_bundles/amd/@types/ch5-overlay-panel/index.d.ts +1 -0
  292. package/build_bundles/amd/@types/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-attributes.d.ts +17 -0
  293. package/build_bundles/amd/@types/ch5-overlay-panel/interfaces/index.d.ts +2 -0
  294. package/build_bundles/amd/@types/ch5-overlay-panel/interfaces/t-ch5-overlay-panel.d.ts +3 -0
  295. package/build_bundles/amd/@types/ch5-qrcode/ch5-qrcode.d.ts +32 -0
  296. package/build_bundles/amd/@types/ch5-qrcode/index.d.ts +1 -0
  297. package/build_bundles/amd/@types/ch5-qrcode/interfaces/i-ch5-qrcode-attributes.d.ts +12 -0
  298. package/build_bundles/amd/@types/ch5-resync/ch5-resync.d.ts +27 -0
  299. package/build_bundles/amd/@types/ch5-resync/models/ch5-clear-range-data-model.d.ts +17 -0
  300. package/build_bundles/amd/@types/ch5-resync/models/ch5-exclude-prefixes-model.d.ts +3 -0
  301. package/build_bundles/amd/@types/ch5-resync/models/ch5-resync-constants.d.ts +3 -0
  302. package/build_bundles/amd/@types/ch5-resync/models/ch5-resync-reset-event-names-enum.d.ts +8 -0
  303. package/build_bundles/amd/@types/ch5-resync/models/ch5-states-at-default-value-model.d.ts +2 -0
  304. package/build_bundles/amd/@types/ch5-resync/models/resynchronization-request-model.d.ts +9 -0
  305. package/build_bundles/amd/@types/ch5-segmented-gauge/ch5-segmented-gauge.d.ts +86 -0
  306. package/build_bundles/amd/@types/ch5-segmented-gauge/index.d.ts +1 -0
  307. package/build_bundles/amd/@types/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-attributes.d.ts +17 -0
  308. package/build_bundles/amd/@types/ch5-segmented-gauge/interfaces/t-ch5-segmented-gauge.d.ts +3 -0
  309. package/build_bundles/amd/@types/ch5-select/ch5-select.d.ts +203 -0
  310. package/build_bundles/amd/@types/ch5-select/index.d.ts +1 -0
  311. package/build_bundles/amd/@types/ch5-select/interfaces/i-ch5-select-attributes.d.ts +27 -0
  312. package/build_bundles/amd/@types/ch5-select/interfaces/index.d.ts +2 -0
  313. package/build_bundles/amd/@types/ch5-select/interfaces/t-ch5-select.d.ts +2 -0
  314. package/build_bundles/amd/@types/ch5-select-option/ch5-select-option.d.ts +75 -0
  315. package/build_bundles/amd/@types/ch5-select-option/index.d.ts +1 -0
  316. package/build_bundles/amd/@types/ch5-select-option/interfaces/i-ch5-select-option-attributes.d.ts +11 -0
  317. package/build_bundles/amd/@types/ch5-select-option/interfaces/types/t-ch5-select-option-icon-position.d.ts +1 -0
  318. package/build_bundles/amd/@types/ch5-signal-level-gauge/ch5-signal-level-gauge.d.ts +53 -0
  319. package/build_bundles/amd/@types/ch5-signal-level-gauge/index.d.ts +1 -0
  320. package/build_bundles/amd/@types/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-attributes.d.ts +12 -0
  321. package/build_bundles/amd/@types/ch5-signal-level-gauge/interfaces/t-ch5-signal-level-gauge.d.ts +2 -0
  322. package/build_bundles/amd/@types/ch5-slider/ch5-slider-button-label.d.ts +23 -0
  323. package/build_bundles/amd/@types/ch5-slider/ch5-slider-button.d.ts +37 -0
  324. package/build_bundles/amd/@types/ch5-slider/ch5-slider-title-label.d.ts +23 -0
  325. package/build_bundles/amd/@types/ch5-slider/ch5-slider.d.ts +225 -0
  326. package/build_bundles/amd/@types/ch5-slider/index.d.ts +2 -0
  327. package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-attributes.d.ts +35 -0
  328. package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-button-attributes.d.ts +19 -0
  329. package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-button-documentation.d.ts +3 -0
  330. package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-button-label-documentation.d.ts +2 -0
  331. package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-documentation.d.ts +4 -0
  332. package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-title-label-attributes.d.ts +5 -0
  333. package/build_bundles/amd/@types/ch5-slider/interfaces/i-ch5-slider-title-label-documentation.d.ts +3 -0
  334. package/build_bundles/amd/@types/ch5-slider/interfaces/index.d.ts +9 -0
  335. package/build_bundles/amd/@types/ch5-slider/interfaces/t-ch5-slider-button.d.ts +6 -0
  336. package/build_bundles/amd/@types/ch5-slider/interfaces/t-ch5-slider.d.ts +11 -0
  337. package/build_bundles/amd/@types/ch5-spinner/ch5-mouse-velocity.d.ts +35 -0
  338. package/build_bundles/amd/@types/ch5-spinner/ch5-spinner-events.d.ts +16 -0
  339. package/build_bundles/amd/@types/ch5-spinner/ch5-spinner-mutation-observer.d.ts +7 -0
  340. package/build_bundles/amd/@types/ch5-spinner/ch5-spinner-scroll.d.ts +44 -0
  341. package/build_bundles/amd/@types/ch5-spinner/ch5-spinner-template.d.ts +58 -0
  342. package/build_bundles/amd/@types/ch5-spinner/ch5-spinner.d.ts +145 -0
  343. package/build_bundles/amd/@types/ch5-spinner/index.d.ts +1 -0
  344. package/build_bundles/amd/@types/ch5-spinner/interfaces/i-ch5-spinner-attributes.d.ts +27 -0
  345. package/build_bundles/amd/@types/ch5-spinner/interfaces/index.d.ts +2 -0
  346. package/build_bundles/amd/@types/ch5-spinner/interfaces/t-ch5-spinner.d.ts +2 -0
  347. package/build_bundles/amd/@types/ch5-subpage-reference-list/ch5-subpage-reference-list.d.ts +159 -0
  348. package/build_bundles/amd/@types/ch5-subpage-reference-list/index.d.ts +2 -0
  349. package/build_bundles/amd/@types/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +31 -0
  350. package/build_bundles/amd/@types/ch5-subpage-reference-list/interfaces/t-ch5-subpage-reference-list.d.ts +3 -0
  351. package/build_bundles/amd/@types/ch5-subpage-reference-list/refresh-ch5-subpage-reference-list.d.ts +3 -0
  352. package/build_bundles/amd/@types/ch5-tab-button/ch5-tab-button-individual-button.d.ts +28 -0
  353. package/build_bundles/amd/@types/ch5-tab-button/ch5-tab-button-label.d.ts +6 -0
  354. package/build_bundles/amd/@types/ch5-tab-button/ch5-tab-button.d.ts +109 -0
  355. package/build_bundles/amd/@types/ch5-tab-button/index.d.ts +3 -0
  356. package/build_bundles/amd/@types/ch5-tab-button/interfaces/i-ch5-tab-button-attributes.d.ts +34 -0
  357. package/build_bundles/amd/@types/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-attributes.d.ts +6 -0
  358. package/build_bundles/amd/@types/ch5-tab-button/interfaces/t-ch5-tab-button.d.ts +7 -0
  359. package/build_bundles/amd/@types/ch5-tab-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  360. package/build_bundles/amd/@types/ch5-template/ch5-template-structure.d.ts +20 -0
  361. package/build_bundles/amd/@types/ch5-template/ch5-template.d.ts +59 -0
  362. package/build_bundles/amd/@types/ch5-template/index.d.ts +2 -0
  363. package/build_bundles/amd/@types/ch5-template/interfaces/i-ch5-template-attributes.d.ts +14 -0
  364. package/build_bundles/amd/@types/ch5-template/interfaces/t-ch5-template.d.ts +3 -0
  365. package/build_bundles/amd/@types/ch5-template/refresh-ch5-template.d.ts +3 -0
  366. package/build_bundles/amd/@types/ch5-text/ch5-text.d.ts +63 -0
  367. package/build_bundles/amd/@types/ch5-text/index.d.ts +1 -0
  368. package/build_bundles/amd/@types/ch5-text/interfaces/i-ch5-text-attributes.d.ts +12 -0
  369. package/build_bundles/amd/@types/ch5-text/interfaces/t-ch5-text.d.ts +2 -0
  370. package/build_bundles/amd/@types/ch5-textinput/ch5-textinput-mask.d.ts +69 -0
  371. package/build_bundles/amd/@types/ch5-textinput/ch5-textinput.d.ts +135 -0
  372. package/build_bundles/amd/@types/ch5-textinput/index.d.ts +1 -0
  373. package/build_bundles/amd/@types/ch5-textinput/interfaces/i-ch5-text-input-attributes.d.ts +29 -0
  374. package/build_bundles/amd/@types/ch5-textinput/interfaces/i-ch5-text-input.d.ts +7 -0
  375. package/build_bundles/amd/@types/ch5-textinput/interfaces/index.d.ts +3 -0
  376. package/build_bundles/amd/@types/ch5-textinput/interfaces/t-ch5-text-input.d.ts +5 -0
  377. package/build_bundles/amd/@types/ch5-toggle/ch5-toggle.d.ts +95 -0
  378. package/build_bundles/amd/@types/ch5-toggle/index.d.ts +1 -0
  379. package/build_bundles/amd/@types/ch5-toggle/interfaces/i-ch5-toggle-attributes.d.ts +22 -0
  380. package/build_bundles/amd/@types/ch5-toggle/interfaces/t-ch5-toggle.d.ts +4 -0
  381. package/build_bundles/amd/@types/ch5-touch/ch5-touch-activity.d.ts +30 -0
  382. package/build_bundles/amd/@types/ch5-touch/index.d.ts +1 -0
  383. package/build_bundles/amd/@types/ch5-triggerview/ch5-triggerview-child.d.ts +36 -0
  384. package/build_bundles/amd/@types/ch5-triggerview/ch5-triggerview-slides-manager.d.ts +48 -0
  385. package/build_bundles/amd/@types/ch5-triggerview/ch5-triggerview-swiper.d.ts +9 -0
  386. package/build_bundles/amd/@types/ch5-triggerview/ch5-triggerview.d.ts +73 -0
  387. package/build_bundles/amd/@types/ch5-triggerview/index.d.ts +2 -0
  388. package/build_bundles/amd/@types/ch5-triggerview/interfaces/i-ch5-triggerview-attributes.d.ts +10 -0
  389. package/build_bundles/amd/@types/ch5-triggerview/interfaces/i-ch5-triggerview-child-attributes.d.ts +5 -0
  390. package/build_bundles/amd/@types/ch5-triggerview/utils.d.ts +13 -0
  391. package/build_bundles/amd/@types/ch5-video/ch5-video-snapshot.d.ts +18 -0
  392. package/build_bundles/amd/@types/ch5-video/ch5-video-touch-manager.d.ts +12 -0
  393. package/build_bundles/amd/@types/ch5-video/ch5-video-utils.d.ts +17 -0
  394. package/build_bundles/amd/@types/ch5-video/ch5-video.d.ts +185 -0
  395. package/build_bundles/amd/@types/ch5-video/index.d.ts +1 -0
  396. package/build_bundles/amd/@types/ch5-video/interfaces/i-ch5-video-attributes.d.ts +39 -0
  397. package/build_bundles/amd/@types/ch5-video/interfaces/i-ch5-video-documentation.d.ts +4 -0
  398. package/build_bundles/amd/@types/ch5-video/interfaces/i-ch5-video-helper.d.ts +96 -0
  399. package/build_bundles/amd/@types/ch5-video/interfaces/index.d.ts +4 -0
  400. package/build_bundles/amd/@types/ch5-video/interfaces/t-ch5-video.d.ts +3 -0
  401. package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher-screen-label.d.ts +9 -0
  402. package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher-screen.d.ts +24 -0
  403. package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher-source-label.d.ts +9 -0
  404. package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher-source.d.ts +25 -0
  405. package/build_bundles/amd/@types/ch5-video-switcher/ch5-video-switcher.d.ts +159 -0
  406. package/build_bundles/amd/@types/ch5-video-switcher/drag-drop-touch.d.ts +47 -0
  407. package/build_bundles/amd/@types/ch5-video-switcher/index.d.ts +5 -0
  408. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-attributes.d.ts +29 -0
  409. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-documentation.d.ts +4 -0
  410. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-attributes.d.ts +5 -0
  411. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-documentation.d.ts +3 -0
  412. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-label-documentation.d.ts +2 -0
  413. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-attributes.d.ts +5 -0
  414. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-documentation.d.ts +3 -0
  415. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-label-documentation.d.ts +2 -0
  416. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/index.d.ts +9 -0
  417. package/build_bundles/amd/@types/ch5-video-switcher/interfaces/t-ch5-video-switcher.d.ts +5 -0
  418. package/build_bundles/amd/@types/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.d.ts +57 -0
  419. package/build_bundles/amd/@types/ch5-wifi-signal-level-gauge/index.d.ts +1 -0
  420. package/build_bundles/amd/@types/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-attributes.d.ts +11 -0
  421. package/build_bundles/amd/@types/ch5-wifi-signal-level-gauge/interfaces/t-ch5-wifi-signal-level-gauge.d.ts +3 -0
  422. package/build_bundles/amd/@types/index.d.ts +45 -0
  423. package/build_bundles/amd/@types/utility-models/ch5-role-attribute-mapping.d.ts +52 -0
  424. package/build_bundles/amd/@types/utility-models/index.d.ts +1 -0
  425. package/build_bundles/amd/cr-com-lib.js +2 -0
  426. package/build_bundles/amd/cr-com-lib.js.LICENSE.txt +30 -0
  427. package/build_bundles/cjs/@types/ch5-animation/ch5-animation.d.ts +53 -0
  428. package/build_bundles/cjs/@types/ch5-animation/index.d.ts +1 -0
  429. package/build_bundles/cjs/@types/ch5-animation/interfaces/i-ch5-animation-attributes.d.ts +10 -0
  430. package/build_bundles/cjs/@types/ch5-animation/interfaces/t-ch5-animation.d.ts +2 -0
  431. package/build_bundles/cjs/@types/ch5-background/ch5-background.d.ts +114 -0
  432. package/build_bundles/cjs/@types/ch5-background/index.d.ts +1 -0
  433. package/build_bundles/cjs/@types/ch5-background/interfaces/i-ch5-background-attributes.d.ts +15 -0
  434. package/build_bundles/cjs/@types/ch5-background/interfaces/index.d.ts +2 -0
  435. package/build_bundles/cjs/@types/ch5-background/interfaces/t-ch5-background.d.ts +3 -0
  436. package/build_bundles/cjs/@types/ch5-base/ch5-base-class.d.ts +138 -0
  437. package/build_bundles/cjs/@types/ch5-base/ch5-base-log.d.ts +12 -0
  438. package/build_bundles/cjs/@types/ch5-button/ch5-button-base.d.ts +222 -0
  439. package/build_bundles/cjs/@types/ch5-button/ch5-button-label.d.ts +9 -0
  440. package/build_bundles/cjs/@types/ch5-button/ch5-button-mode-state.d.ts +42 -0
  441. package/build_bundles/cjs/@types/ch5-button/ch5-button-mode.d.ts +38 -0
  442. package/build_bundles/cjs/@types/ch5-button/ch5-button-signal.d.ts +16 -0
  443. package/build_bundles/cjs/@types/ch5-button/ch5-button-utils.d.ts +22 -0
  444. package/build_bundles/cjs/@types/ch5-button/ch5-button.d.ts +9 -0
  445. package/build_bundles/cjs/@types/ch5-button/index.d.ts +5 -0
  446. package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-attributes.d.ts +40 -0
  447. package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-label-attributes.d.ts +2 -0
  448. package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-mode-attributes.d.ts +3 -0
  449. package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-mode-common.d.ts +14 -0
  450. package/build_bundles/cjs/@types/ch5-button/interfaces/i-ch5-button-mode-state-attributes.d.ts +5 -0
  451. package/build_bundles/cjs/@types/ch5-button/interfaces/index.d.ts +5 -0
  452. package/build_bundles/cjs/@types/ch5-button/interfaces/t-ch5-button.d.ts +20 -0
  453. package/build_bundles/cjs/@types/ch5-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  454. package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-base.d.ts +213 -0
  455. package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-individual-button-base.d.ts +25 -0
  456. package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-label-base.d.ts +7 -0
  457. package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-mode-base.d.ts +43 -0
  458. package/build_bundles/cjs/@types/ch5-button-list/base-classes/ch5-button-list-mode-state-base.d.ts +47 -0
  459. package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list-individual-button.d.ts +8 -0
  460. package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list-label.d.ts +6 -0
  461. package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list-mode-state.d.ts +8 -0
  462. package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list-mode.d.ts +8 -0
  463. package/build_bundles/cjs/@types/ch5-button-list/ch5-button-list.d.ts +9 -0
  464. package/build_bundles/cjs/@types/ch5-button-list/index.d.ts +5 -0
  465. package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-attributes.d.ts +56 -0
  466. package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-individual-button-attributes.d.ts +6 -0
  467. package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-label-documentation.d.ts +2 -0
  468. package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-attributes.d.ts +13 -0
  469. package/build_bundles/cjs/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-state-attributes.d.ts +14 -0
  470. package/build_bundles/cjs/@types/ch5-button-list/interfaces/t-ch5-button-list.d.ts +14 -0
  471. package/build_bundles/cjs/@types/ch5-button-list/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  472. package/build_bundles/cjs/@types/ch5-color-chip/ch5-color-chip.d.ts +51 -0
  473. package/build_bundles/cjs/@types/ch5-color-chip/index.d.ts +1 -0
  474. package/build_bundles/cjs/@types/ch5-color-chip/interfaces/i-ch5-color-chip-attributes.d.ts +12 -0
  475. package/build_bundles/cjs/@types/ch5-color-picker/ch5-color-picker.d.ts +61 -0
  476. package/build_bundles/cjs/@types/ch5-color-picker/color-picker.d.ts +10 -0
  477. package/build_bundles/cjs/@types/ch5-color-picker/index.d.ts +1 -0
  478. package/build_bundles/cjs/@types/ch5-color-picker/interfaces/i-ch5-color-picker-attributes.d.ts +10 -0
  479. package/build_bundles/cjs/@types/ch5-common/ch5-augment-var-signals-names.d.ts +12 -0
  480. package/build_bundles/cjs/@types/ch5-common/ch5-common-log.d.ts +12 -0
  481. package/build_bundles/cjs/@types/ch5-common/ch5-common.d.ts +183 -0
  482. package/build_bundles/cjs/@types/ch5-common/ch5-config.d.ts +37 -0
  483. package/build_bundles/cjs/@types/ch5-common/ch5-log.d.ts +13 -0
  484. package/build_bundles/cjs/@types/ch5-common/ch5-mutation-observer.d.ts +19 -0
  485. package/build_bundles/cjs/@types/ch5-common/ch5-pressable-slider.d.ts +61 -0
  486. package/build_bundles/cjs/@types/ch5-common/ch5-pressable.d.ts +43 -0
  487. package/build_bundles/cjs/@types/ch5-common/ch5-signal-attribute-registry.d.ts +41 -0
  488. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-appendclasswheninviewport.d.ts +3 -0
  489. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customclass.d.ts +3 -0
  490. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customstyle.d.ts +3 -0
  491. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-dir.d.ts +3 -0
  492. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-id.d.ts +3 -0
  493. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-noshowtype.d.ts +4 -0
  494. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomclass.d.ts +3 -0
  495. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomstyle.d.ts +3 -0
  496. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateenable.d.ts +3 -0
  497. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatehidepulse.d.ts +3 -0
  498. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshow.d.ts +3 -0
  499. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshowpulse.d.ts +3 -0
  500. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-sendeventonshow.d.ts +3 -0
  501. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-attributes-show.d.ts +3 -0
  502. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-class.d.ts +3 -0
  503. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-debug.d.ts +4 -0
  504. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-disabled.d.ts +4 -0
  505. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-role.d.ts +3 -0
  506. package/build_bundles/cjs/@types/ch5-common/interfaces/common/i-ch5-common-style.d.ts +3 -0
  507. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-button-list-attributes.d.ts +13 -0
  508. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-animation.d.ts +10 -0
  509. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-color-chip.d.ts +10 -0
  510. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-datetime.d.ts +11 -0
  511. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-dpad-child.d.ts +8 -0
  512. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-media-player.d.ts +12 -0
  513. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-set3.d.ts +11 -0
  514. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-template.d.ts +11 -0
  515. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-text.d.ts +12 -0
  516. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-toggle.d.ts +16 -0
  517. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-video-documentation.d.ts +8 -0
  518. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-video-switcher.d.ts +13 -0
  519. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes-video.d.ts +13 -0
  520. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-attributes.d.ts +16 -0
  521. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common-documentation-video-switcher.d.ts +8 -0
  522. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-common.d.ts +8 -0
  523. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-gestureable.d.ts +4 -0
  524. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +13 -0
  525. package/build_bundles/cjs/@types/ch5-common/interfaces/i-ch5-tab-button-attributes.d.ts +13 -0
  526. package/build_bundles/cjs/@types/ch5-common/interfaces/index.d.ts +7 -0
  527. package/build_bundles/cjs/@types/ch5-common/interfaces/t-ch5-common.d.ts +8 -0
  528. package/build_bundles/cjs/@types/ch5-common/utils/ch5-color-utils.d.ts +15 -0
  529. package/build_bundles/cjs/@types/ch5-common/utils/common-functions.d.ts +16 -0
  530. package/build_bundles/cjs/@types/ch5-common/utils/component-helper.d.ts +16 -0
  531. package/build_bundles/cjs/@types/ch5-common/utils/html-callback.d.ts +20 -0
  532. package/build_bundles/cjs/@types/ch5-common/utils/index.d.ts +1 -0
  533. package/build_bundles/cjs/@types/ch5-common-input/ch5-common-input.d.ts +55 -0
  534. package/build_bundles/cjs/@types/ch5-common-input/index.d.ts +1 -0
  535. package/build_bundles/cjs/@types/ch5-common-input/interfaces/i-ch5-common-input-attributes.d.ts +6 -0
  536. package/build_bundles/cjs/@types/ch5-common-input/interfaces/i-ch5-common-input.d.ts +5 -0
  537. package/build_bundles/cjs/@types/ch5-common-input/interfaces/t-ch5-common-input.d.ts +1 -0
  538. package/build_bundles/cjs/@types/ch5-core/ch5-component.d.ts +5 -0
  539. package/build_bundles/cjs/@types/ch5-core/ch5-core-intersection-observer.d.ts +14 -0
  540. package/build_bundles/cjs/@types/ch5-core/ch5-debug.d.ts +19 -0
  541. package/build_bundles/cjs/@types/ch5-core/ch5-heartbeat.d.ts +6 -0
  542. package/build_bundles/cjs/@types/ch5-core/ch5-platform.d.ts +15 -0
  543. package/build_bundles/cjs/@types/ch5-core/ch5-properties.d.ts +18 -0
  544. package/build_bundles/cjs/@types/ch5-core/ch5-property.d.ts +65 -0
  545. package/build_bundles/cjs/@types/ch5-core/ch5-signal-behavior-subject.d.ts +9 -0
  546. package/build_bundles/cjs/@types/ch5-core/ch5-signal-bridge-receive.d.ts +19 -0
  547. package/build_bundles/cjs/@types/ch5-core/ch5-signal-bridge.d.ts +18 -0
  548. package/build_bundles/cjs/@types/ch5-core/ch5-signal-factory.d.ts +17 -0
  549. package/build_bundles/cjs/@types/ch5-core/ch5-signal.d.ts +32 -0
  550. package/build_bundles/cjs/@types/ch5-core/ch5-translation-configuration.d.ts +4 -0
  551. package/build_bundles/cjs/@types/ch5-core/ch5-translation-factory.d.ts +10 -0
  552. package/build_bundles/cjs/@types/ch5-core/ch5-translation-listeners.d.ts +11 -0
  553. package/build_bundles/cjs/@types/ch5-core/ch5-translation-utility.d.ts +19 -0
  554. package/build_bundles/cjs/@types/ch5-core/ch5-uid.d.ts +5 -0
  555. package/build_bundles/cjs/@types/ch5-core/ch5-version.d.ts +4 -0
  556. package/build_bundles/cjs/@types/ch5-core/index.d.ts +32 -0
  557. package/build_bundles/cjs/@types/ch5-core/interfaces-sig-com.d.ts +53 -0
  558. package/build_bundles/cjs/@types/ch5-core/resize-observer.d.ts +1 -0
  559. package/build_bundles/cjs/@types/ch5-core/types/callbacks.d.ts +6 -0
  560. package/build_bundles/cjs/@types/ch5-core/types/ch5-platform-info.d.ts +13 -0
  561. package/build_bundles/cjs/@types/ch5-core/types/core.d.ts +19 -0
  562. package/build_bundles/cjs/@types/ch5-core/types/signal.type.d.ts +20 -0
  563. package/build_bundles/cjs/@types/ch5-core/utility-functions/animate.d.ts +4 -0
  564. package/build_bundles/cjs/@types/ch5-core/utility-functions/components.d.ts +1 -0
  565. package/build_bundles/cjs/@types/ch5-core/utility-functions/debounce.d.ts +5 -0
  566. package/build_bundles/cjs/@types/ch5-core/utility-functions/get-signal.d.ts +6 -0
  567. package/build_bundles/cjs/@types/ch5-core/utility-functions/is-crestron-device.d.ts +1 -0
  568. package/build_bundles/cjs/@types/ch5-core/utility-functions/is-crestron-touchscreen.d.ts +1 -0
  569. package/build_bundles/cjs/@types/ch5-core/utility-functions/is-ios-device.d.ts +1 -0
  570. package/build_bundles/cjs/@types/ch5-core/utility-functions/is-safari-mobile.d.ts +1 -0
  571. package/build_bundles/cjs/@types/ch5-core/utility-functions/publish-signal.d.ts +2 -0
  572. package/build_bundles/cjs/@types/ch5-core/utility-functions/signals.d.ts +1 -0
  573. package/build_bundles/cjs/@types/ch5-core/utility-functions/subscribe-in-view-port-change.d.ts +3 -0
  574. package/build_bundles/cjs/@types/ch5-core/utility-functions/subscribe-signal-script.d.ts +11 -0
  575. package/build_bundles/cjs/@types/ch5-core/utility-functions/subscribe-signal.d.ts +3 -0
  576. package/build_bundles/cjs/@types/ch5-core/utility-functions/textformat.d.ts +1 -0
  577. package/build_bundles/cjs/@types/ch5-core/utility-functions/translation-interface-register.d.ts +2 -0
  578. package/build_bundles/cjs/@types/ch5-core/utility-functions/trigger-translation.d.ts +1 -0
  579. package/build_bundles/cjs/@types/ch5-core/utility-functions/unsubscribe-signal.d.ts +2 -0
  580. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-appendclass.d.ts +11 -0
  581. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-appendstyle.d.ts +11 -0
  582. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-enable.d.ts +14 -0
  583. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-hidepulse.d.ts +18 -0
  584. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-i18n.d.ts +18 -0
  585. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-innerhtml.d.ts +11 -0
  586. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-log.d.ts +3 -0
  587. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-mutation-observer.d.ts +18 -0
  588. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-show.d.ts +19 -0
  589. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-showpulse.d.ts +19 -0
  590. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-attrs-text-content.d.ts +11 -0
  591. package/build_bundles/cjs/@types/ch5-custom-attrs/ch5-custom-attributes.d.ts +22 -0
  592. package/build_bundles/cjs/@types/ch5-custom-attrs/index.d.ts +11 -0
  593. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/helpers/custom-attribute.d.ts +6 -0
  594. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/helpers/i-custom-attribute.d.ts +3 -0
  595. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendclass.d.ts +3 -0
  596. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendstyle.d.ts +3 -0
  597. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-enable.d.ts +3 -0
  598. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-hidepulse.d.ts +3 -0
  599. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-i18n.d.ts +3 -0
  600. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-innerhtml.d.ts +3 -0
  601. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-keep-sig-subscription.d.ts +3 -0
  602. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-noshow-type.d.ts +4 -0
  603. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-show.d.ts +3 -0
  604. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-showpulse.d.ts +3 -0
  605. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-text-content.d.ts +3 -0
  606. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/index.d.ts +14 -0
  607. package/build_bundles/cjs/@types/ch5-custom-attrs/interfaces/t-ch5-attrs.d.ts +12 -0
  608. package/build_bundles/cjs/@types/ch5-custom-attrs/utils/ch5-attrs-constants.d.ts +9 -0
  609. package/build_bundles/cjs/@types/ch5-custom-attrs/utils/ch5-attrs-utility.d.ts +1 -0
  610. package/build_bundles/cjs/@types/ch5-datetime/ch5-datetime.d.ts +66 -0
  611. package/build_bundles/cjs/@types/ch5-datetime/date-time-util.d.ts +1 -0
  612. package/build_bundles/cjs/@types/ch5-datetime/index.d.ts +1 -0
  613. package/build_bundles/cjs/@types/ch5-datetime/interfaces/i-ch5-datetime-attributes.d.ts +19 -0
  614. package/build_bundles/cjs/@types/ch5-datetime/interfaces/t-ch5-datetime.d.ts +3 -0
  615. package/build_bundles/cjs/@types/ch5-dpad/ch5-dpad-button-base.d.ts +74 -0
  616. package/build_bundles/cjs/@types/ch5-dpad/ch5-dpad-button.d.ts +9 -0
  617. package/build_bundles/cjs/@types/ch5-dpad/ch5-dpad-utils.d.ts +16 -0
  618. package/build_bundles/cjs/@types/ch5-dpad/ch5-dpad.d.ts +85 -0
  619. package/build_bundles/cjs/@types/ch5-dpad/index.d.ts +1 -0
  620. package/build_bundles/cjs/@types/ch5-dpad/interfaces/i-ch5-dpad-attributes.d.ts +20 -0
  621. package/build_bundles/cjs/@types/ch5-dpad/interfaces/i-ch5-dpad-button-base-attributes.d.ts +9 -0
  622. package/build_bundles/cjs/@types/ch5-dpad/interfaces/t-ch5-dpad.d.ts +5 -0
  623. package/build_bundles/cjs/@types/ch5-emulator/ch5-emulator.d.ts +44 -0
  624. package/build_bundles/cjs/@types/ch5-emulator/index.d.ts +1 -0
  625. package/build_bundles/cjs/@types/ch5-form/ch5-form.d.ts +90 -0
  626. package/build_bundles/cjs/@types/ch5-form/index.d.ts +1 -0
  627. package/build_bundles/cjs/@types/ch5-form/interfaces/i-ch5-form-attributes.d.ts +16 -0
  628. package/build_bundles/cjs/@types/ch5-image/ch5-image-mode.d.ts +14 -0
  629. package/build_bundles/cjs/@types/ch5-image/ch5-image-uri-model.d.ts +23 -0
  630. package/build_bundles/cjs/@types/ch5-image/ch5-image.d.ts +140 -0
  631. package/build_bundles/cjs/@types/ch5-image/index.d.ts +2 -0
  632. package/build_bundles/cjs/@types/ch5-image/interfaces/i-ch5-image-attributes.d.ts +23 -0
  633. package/build_bundles/cjs/@types/ch5-image/interfaces/i-ch5-image-mode-attributes.d.ts +3 -0
  634. package/build_bundles/cjs/@types/ch5-import-htmlsnippet/ch5-import-htmlsnippet.d.ts +34 -0
  635. package/build_bundles/cjs/@types/ch5-import-htmlsnippet/index.d.ts +1 -0
  636. package/build_bundles/cjs/@types/ch5-import-htmlsnippet/interfaces/i-ch5-import-htmlsnippet-attributes.d.ts +4 -0
  637. package/build_bundles/cjs/@types/ch5-jointotext-boolean/ch5-jointotext-boolean.d.ts +27 -0
  638. package/build_bundles/cjs/@types/ch5-jointotext-boolean/index.d.ts +1 -0
  639. package/build_bundles/cjs/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-attributes.d.ts +7 -0
  640. package/build_bundles/cjs/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-documentation.d.ts +4 -0
  641. package/build_bundles/cjs/@types/ch5-jointotext-boolean/interfaces/index.d.ts +2 -0
  642. package/build_bundles/cjs/@types/ch5-jointotext-numeric/ch5-jointotext-numeric.d.ts +47 -0
  643. package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/float-format.d.ts +12 -0
  644. package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/hex-format.d.ts +7 -0
  645. package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/numeric-format-factory.d.ts +8 -0
  646. package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/numeric-format.d.ts +3 -0
  647. package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/percentage-format.d.ts +10 -0
  648. package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/raw-format.d.ts +5 -0
  649. package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/signed-format.d.ts +7 -0
  650. package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/time-format.d.ts +5 -0
  651. package/build_bundles/cjs/@types/ch5-jointotext-numeric/format/unsigned-format.d.ts +7 -0
  652. package/build_bundles/cjs/@types/ch5-jointotext-numeric/index.d.ts +1 -0
  653. package/build_bundles/cjs/@types/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-attributes.d.ts +11 -0
  654. package/build_bundles/cjs/@types/ch5-jointotext-numeric/interfaces/t-ch5-jointotext-numeric.d.ts +1 -0
  655. package/build_bundles/cjs/@types/ch5-jointotext-string/ch5-jointotext-string.d.ts +25 -0
  656. package/build_bundles/cjs/@types/ch5-jointotext-string/index.d.ts +1 -0
  657. package/build_bundles/cjs/@types/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-attributes.d.ts +6 -0
  658. package/build_bundles/cjs/@types/ch5-keypad/ch5-keypad-btn.d.ts +53 -0
  659. package/build_bundles/cjs/@types/ch5-keypad/ch5-keypad-utils.d.ts +14 -0
  660. package/build_bundles/cjs/@types/ch5-keypad/ch5-keypad.d.ts +98 -0
  661. package/build_bundles/cjs/@types/ch5-keypad/index.d.ts +1 -0
  662. package/build_bundles/cjs/@types/ch5-keypad/interfaces/i-ch5-keypad-attributes.d.ts +25 -0
  663. package/build_bundles/cjs/@types/ch5-keypad/interfaces/i-ch5-keypad-btn-attributes.d.ts +8 -0
  664. package/build_bundles/cjs/@types/ch5-keypad/interfaces/t-ch5-keypad.d.ts +15 -0
  665. package/build_bundles/cjs/@types/ch5-label/ch5-label.d.ts +40 -0
  666. package/build_bundles/cjs/@types/ch5-label/index.d.ts +1 -0
  667. package/build_bundles/cjs/@types/ch5-label/interfaces/i-ch5-label-attributes.d.ts +5 -0
  668. package/build_bundles/cjs/@types/ch5-list/animation/ch5-animation-factory.d.ts +4 -0
  669. package/build_bundles/cjs/@types/ch5-list/animation/ch5-animation.d.ts +18 -0
  670. package/build_bundles/cjs/@types/ch5-list/animation/ch5-standard-animation.d.ts +8 -0
  671. package/build_bundles/cjs/@types/ch5-list/ch5-list-abstract-helper.d.ts +14 -0
  672. package/build_bundles/cjs/@types/ch5-list/ch5-list-animation.d.ts +39 -0
  673. package/build_bundles/cjs/@types/ch5-list/ch5-list-buffered-items.d.ts +17 -0
  674. package/build_bundles/cjs/@types/ch5-list/ch5-list-event-manager.d.ts +25 -0
  675. package/build_bundles/cjs/@types/ch5-list/ch5-list-signal-manager.d.ts +12 -0
  676. package/build_bundles/cjs/@types/ch5-list/ch5-list-size-resolver.d.ts +16 -0
  677. package/build_bundles/cjs/@types/ch5-list/ch5-list-template.d.ts +53 -0
  678. package/build_bundles/cjs/@types/ch5-list/ch5-list.d.ts +283 -0
  679. package/build_bundles/cjs/@types/ch5-list/index.d.ts +1 -0
  680. package/build_bundles/cjs/@types/ch5-list/interfaces/i-ch5-list-attributes.d.ts +21 -0
  681. package/build_bundles/cjs/@types/ch5-list/interfaces/index.d.ts +2 -0
  682. package/build_bundles/cjs/@types/ch5-list/interfaces/t-ch5-list.d.ts +1 -0
  683. package/build_bundles/cjs/@types/ch5-list/passiveEventListeners.d.ts +3 -0
  684. package/build_bundles/cjs/@types/ch5-logger/appender/AbstractAppender.d.ts +13 -0
  685. package/build_bundles/cjs/@types/ch5-logger/appender/AppenderFactory.d.ts +6 -0
  686. package/build_bundles/cjs/@types/ch5-logger/appender/RemoteAppender.d.ts +18 -0
  687. package/build_bundles/cjs/@types/ch5-logger/enums/index.d.ts +13 -0
  688. package/build_bundles/cjs/@types/ch5-logger/helpers/LogMessage.d.ts +12 -0
  689. package/build_bundles/cjs/@types/ch5-logger/helpers/LogMessagesFilter.d.ts +17 -0
  690. package/build_bundles/cjs/@types/ch5-logger/helpers/index.d.ts +2 -0
  691. package/build_bundles/cjs/@types/ch5-logger/index.d.ts +3 -0
  692. package/build_bundles/cjs/@types/ch5-logger/logger/Logger.d.ts +33 -0
  693. package/build_bundles/cjs/@types/ch5-logger/logger/index.d.ts +1 -0
  694. package/build_bundles/cjs/@types/ch5-logger/services/RequestService.d.ts +11 -0
  695. package/build_bundles/cjs/@types/ch5-logger/services/index.d.ts +1 -0
  696. package/build_bundles/cjs/@types/ch5-logger/types/index.d.ts +12 -0
  697. package/build_bundles/cjs/@types/ch5-logger/utility/getLogger.d.ts +4 -0
  698. package/build_bundles/cjs/@types/ch5-logger/utility/getRemoteAppender.d.ts +2 -0
  699. package/build_bundles/cjs/@types/ch5-logger/utility/index.d.ts +3 -0
  700. package/build_bundles/cjs/@types/ch5-logger/utility/uriSchemaValidation.d.ts +1 -0
  701. package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player-common.d.ts +4 -0
  702. package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player-icon-button-base.d.ts +33 -0
  703. package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player-my-music.d.ts +38 -0
  704. package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player-now-playing.d.ts +68 -0
  705. package/build_bundles/cjs/@types/ch5-media-player/ch5-media-player.d.ts +83 -0
  706. package/build_bundles/cjs/@types/ch5-media-player/commonInterface.d.ts +133 -0
  707. package/build_bundles/cjs/@types/ch5-media-player/index.d.ts +3 -0
  708. package/build_bundles/cjs/@types/ch5-media-player/interfaces/i-ch5-media-player-attributes.d.ts +15 -0
  709. package/build_bundles/cjs/@types/ch5-media-player/interfaces/t-ch5-media-player.d.ts +27 -0
  710. package/build_bundles/cjs/@types/ch5-media-player/music-player.d.ts +64 -0
  711. package/build_bundles/cjs/@types/ch5-modal-dialog/ch5-modal-dialog.d.ts +103 -0
  712. package/build_bundles/cjs/@types/ch5-modal-dialog/index.d.ts +1 -0
  713. package/build_bundles/cjs/@types/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-attributes.d.ts +30 -0
  714. package/build_bundles/cjs/@types/ch5-overlay-panel/ch5-overlay-panel.d.ts +93 -0
  715. package/build_bundles/cjs/@types/ch5-overlay-panel/index.d.ts +1 -0
  716. package/build_bundles/cjs/@types/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-attributes.d.ts +17 -0
  717. package/build_bundles/cjs/@types/ch5-overlay-panel/interfaces/index.d.ts +2 -0
  718. package/build_bundles/cjs/@types/ch5-overlay-panel/interfaces/t-ch5-overlay-panel.d.ts +3 -0
  719. package/build_bundles/cjs/@types/ch5-qrcode/ch5-qrcode.d.ts +32 -0
  720. package/build_bundles/cjs/@types/ch5-qrcode/index.d.ts +1 -0
  721. package/build_bundles/cjs/@types/ch5-qrcode/interfaces/i-ch5-qrcode-attributes.d.ts +12 -0
  722. package/build_bundles/cjs/@types/ch5-resync/ch5-resync.d.ts +27 -0
  723. package/build_bundles/cjs/@types/ch5-resync/models/ch5-clear-range-data-model.d.ts +17 -0
  724. package/build_bundles/cjs/@types/ch5-resync/models/ch5-exclude-prefixes-model.d.ts +3 -0
  725. package/build_bundles/cjs/@types/ch5-resync/models/ch5-resync-constants.d.ts +3 -0
  726. package/build_bundles/cjs/@types/ch5-resync/models/ch5-resync-reset-event-names-enum.d.ts +8 -0
  727. package/build_bundles/cjs/@types/ch5-resync/models/ch5-states-at-default-value-model.d.ts +2 -0
  728. package/build_bundles/cjs/@types/ch5-resync/models/resynchronization-request-model.d.ts +9 -0
  729. package/build_bundles/cjs/@types/ch5-segmented-gauge/ch5-segmented-gauge.d.ts +86 -0
  730. package/build_bundles/cjs/@types/ch5-segmented-gauge/index.d.ts +1 -0
  731. package/build_bundles/cjs/@types/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-attributes.d.ts +17 -0
  732. package/build_bundles/cjs/@types/ch5-segmented-gauge/interfaces/t-ch5-segmented-gauge.d.ts +3 -0
  733. package/build_bundles/cjs/@types/ch5-select/ch5-select.d.ts +203 -0
  734. package/build_bundles/cjs/@types/ch5-select/index.d.ts +1 -0
  735. package/build_bundles/cjs/@types/ch5-select/interfaces/i-ch5-select-attributes.d.ts +27 -0
  736. package/build_bundles/cjs/@types/ch5-select/interfaces/index.d.ts +2 -0
  737. package/build_bundles/cjs/@types/ch5-select/interfaces/t-ch5-select.d.ts +2 -0
  738. package/build_bundles/cjs/@types/ch5-select-option/ch5-select-option.d.ts +75 -0
  739. package/build_bundles/cjs/@types/ch5-select-option/index.d.ts +1 -0
  740. package/build_bundles/cjs/@types/ch5-select-option/interfaces/i-ch5-select-option-attributes.d.ts +11 -0
  741. package/build_bundles/cjs/@types/ch5-select-option/interfaces/types/t-ch5-select-option-icon-position.d.ts +1 -0
  742. package/build_bundles/cjs/@types/ch5-signal-level-gauge/ch5-signal-level-gauge.d.ts +53 -0
  743. package/build_bundles/cjs/@types/ch5-signal-level-gauge/index.d.ts +1 -0
  744. package/build_bundles/cjs/@types/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-attributes.d.ts +12 -0
  745. package/build_bundles/cjs/@types/ch5-signal-level-gauge/interfaces/t-ch5-signal-level-gauge.d.ts +2 -0
  746. package/build_bundles/cjs/@types/ch5-slider/ch5-slider-button-label.d.ts +23 -0
  747. package/build_bundles/cjs/@types/ch5-slider/ch5-slider-button.d.ts +37 -0
  748. package/build_bundles/cjs/@types/ch5-slider/ch5-slider-title-label.d.ts +23 -0
  749. package/build_bundles/cjs/@types/ch5-slider/ch5-slider.d.ts +225 -0
  750. package/build_bundles/cjs/@types/ch5-slider/index.d.ts +2 -0
  751. package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-attributes.d.ts +35 -0
  752. package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-button-attributes.d.ts +19 -0
  753. package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-button-documentation.d.ts +3 -0
  754. package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-button-label-documentation.d.ts +2 -0
  755. package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-documentation.d.ts +4 -0
  756. package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-title-label-attributes.d.ts +5 -0
  757. package/build_bundles/cjs/@types/ch5-slider/interfaces/i-ch5-slider-title-label-documentation.d.ts +3 -0
  758. package/build_bundles/cjs/@types/ch5-slider/interfaces/index.d.ts +9 -0
  759. package/build_bundles/cjs/@types/ch5-slider/interfaces/t-ch5-slider-button.d.ts +6 -0
  760. package/build_bundles/cjs/@types/ch5-slider/interfaces/t-ch5-slider.d.ts +11 -0
  761. package/build_bundles/cjs/@types/ch5-spinner/ch5-mouse-velocity.d.ts +35 -0
  762. package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner-events.d.ts +16 -0
  763. package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner-mutation-observer.d.ts +7 -0
  764. package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner-scroll.d.ts +44 -0
  765. package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner-template.d.ts +58 -0
  766. package/build_bundles/cjs/@types/ch5-spinner/ch5-spinner.d.ts +145 -0
  767. package/build_bundles/cjs/@types/ch5-spinner/index.d.ts +1 -0
  768. package/build_bundles/cjs/@types/ch5-spinner/interfaces/i-ch5-spinner-attributes.d.ts +27 -0
  769. package/build_bundles/cjs/@types/ch5-spinner/interfaces/index.d.ts +2 -0
  770. package/build_bundles/cjs/@types/ch5-spinner/interfaces/t-ch5-spinner.d.ts +2 -0
  771. package/build_bundles/cjs/@types/ch5-subpage-reference-list/ch5-subpage-reference-list.d.ts +159 -0
  772. package/build_bundles/cjs/@types/ch5-subpage-reference-list/index.d.ts +2 -0
  773. package/build_bundles/cjs/@types/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +31 -0
  774. package/build_bundles/cjs/@types/ch5-subpage-reference-list/interfaces/t-ch5-subpage-reference-list.d.ts +3 -0
  775. package/build_bundles/cjs/@types/ch5-subpage-reference-list/refresh-ch5-subpage-reference-list.d.ts +3 -0
  776. package/build_bundles/cjs/@types/ch5-tab-button/ch5-tab-button-individual-button.d.ts +28 -0
  777. package/build_bundles/cjs/@types/ch5-tab-button/ch5-tab-button-label.d.ts +6 -0
  778. package/build_bundles/cjs/@types/ch5-tab-button/ch5-tab-button.d.ts +109 -0
  779. package/build_bundles/cjs/@types/ch5-tab-button/index.d.ts +3 -0
  780. package/build_bundles/cjs/@types/ch5-tab-button/interfaces/i-ch5-tab-button-attributes.d.ts +34 -0
  781. package/build_bundles/cjs/@types/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-attributes.d.ts +6 -0
  782. package/build_bundles/cjs/@types/ch5-tab-button/interfaces/t-ch5-tab-button.d.ts +7 -0
  783. package/build_bundles/cjs/@types/ch5-tab-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  784. package/build_bundles/cjs/@types/ch5-template/ch5-template-structure.d.ts +20 -0
  785. package/build_bundles/cjs/@types/ch5-template/ch5-template.d.ts +59 -0
  786. package/build_bundles/cjs/@types/ch5-template/index.d.ts +2 -0
  787. package/build_bundles/cjs/@types/ch5-template/interfaces/i-ch5-template-attributes.d.ts +14 -0
  788. package/build_bundles/cjs/@types/ch5-template/interfaces/t-ch5-template.d.ts +3 -0
  789. package/build_bundles/cjs/@types/ch5-template/refresh-ch5-template.d.ts +3 -0
  790. package/build_bundles/cjs/@types/ch5-text/ch5-text.d.ts +63 -0
  791. package/build_bundles/cjs/@types/ch5-text/index.d.ts +1 -0
  792. package/build_bundles/cjs/@types/ch5-text/interfaces/i-ch5-text-attributes.d.ts +12 -0
  793. package/build_bundles/cjs/@types/ch5-text/interfaces/t-ch5-text.d.ts +2 -0
  794. package/build_bundles/cjs/@types/ch5-textinput/ch5-textinput-mask.d.ts +69 -0
  795. package/build_bundles/cjs/@types/ch5-textinput/ch5-textinput.d.ts +135 -0
  796. package/build_bundles/cjs/@types/ch5-textinput/index.d.ts +1 -0
  797. package/build_bundles/cjs/@types/ch5-textinput/interfaces/i-ch5-text-input-attributes.d.ts +29 -0
  798. package/build_bundles/cjs/@types/ch5-textinput/interfaces/i-ch5-text-input.d.ts +7 -0
  799. package/build_bundles/cjs/@types/ch5-textinput/interfaces/index.d.ts +3 -0
  800. package/build_bundles/cjs/@types/ch5-textinput/interfaces/t-ch5-text-input.d.ts +5 -0
  801. package/build_bundles/cjs/@types/ch5-toggle/ch5-toggle.d.ts +95 -0
  802. package/build_bundles/cjs/@types/ch5-toggle/index.d.ts +1 -0
  803. package/build_bundles/cjs/@types/ch5-toggle/interfaces/i-ch5-toggle-attributes.d.ts +22 -0
  804. package/build_bundles/cjs/@types/ch5-toggle/interfaces/t-ch5-toggle.d.ts +4 -0
  805. package/build_bundles/cjs/@types/ch5-touch/ch5-touch-activity.d.ts +30 -0
  806. package/build_bundles/cjs/@types/ch5-touch/index.d.ts +1 -0
  807. package/build_bundles/cjs/@types/ch5-triggerview/ch5-triggerview-child.d.ts +36 -0
  808. package/build_bundles/cjs/@types/ch5-triggerview/ch5-triggerview-slides-manager.d.ts +48 -0
  809. package/build_bundles/cjs/@types/ch5-triggerview/ch5-triggerview-swiper.d.ts +9 -0
  810. package/build_bundles/cjs/@types/ch5-triggerview/ch5-triggerview.d.ts +73 -0
  811. package/build_bundles/cjs/@types/ch5-triggerview/index.d.ts +2 -0
  812. package/build_bundles/cjs/@types/ch5-triggerview/interfaces/i-ch5-triggerview-attributes.d.ts +10 -0
  813. package/build_bundles/cjs/@types/ch5-triggerview/interfaces/i-ch5-triggerview-child-attributes.d.ts +5 -0
  814. package/build_bundles/cjs/@types/ch5-triggerview/utils.d.ts +13 -0
  815. package/build_bundles/cjs/@types/ch5-video/ch5-video-snapshot.d.ts +18 -0
  816. package/build_bundles/cjs/@types/ch5-video/ch5-video-touch-manager.d.ts +12 -0
  817. package/build_bundles/cjs/@types/ch5-video/ch5-video-utils.d.ts +17 -0
  818. package/build_bundles/cjs/@types/ch5-video/ch5-video.d.ts +185 -0
  819. package/build_bundles/cjs/@types/ch5-video/index.d.ts +1 -0
  820. package/build_bundles/cjs/@types/ch5-video/interfaces/i-ch5-video-attributes.d.ts +39 -0
  821. package/build_bundles/cjs/@types/ch5-video/interfaces/i-ch5-video-documentation.d.ts +4 -0
  822. package/build_bundles/cjs/@types/ch5-video/interfaces/i-ch5-video-helper.d.ts +96 -0
  823. package/build_bundles/cjs/@types/ch5-video/interfaces/index.d.ts +4 -0
  824. package/build_bundles/cjs/@types/ch5-video/interfaces/t-ch5-video.d.ts +3 -0
  825. package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher-screen-label.d.ts +9 -0
  826. package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher-screen.d.ts +24 -0
  827. package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher-source-label.d.ts +9 -0
  828. package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher-source.d.ts +25 -0
  829. package/build_bundles/cjs/@types/ch5-video-switcher/ch5-video-switcher.d.ts +159 -0
  830. package/build_bundles/cjs/@types/ch5-video-switcher/drag-drop-touch.d.ts +47 -0
  831. package/build_bundles/cjs/@types/ch5-video-switcher/index.d.ts +5 -0
  832. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-attributes.d.ts +29 -0
  833. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-documentation.d.ts +4 -0
  834. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-attributes.d.ts +5 -0
  835. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-documentation.d.ts +3 -0
  836. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-label-documentation.d.ts +2 -0
  837. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-attributes.d.ts +5 -0
  838. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-documentation.d.ts +3 -0
  839. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-label-documentation.d.ts +2 -0
  840. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/index.d.ts +9 -0
  841. package/build_bundles/cjs/@types/ch5-video-switcher/interfaces/t-ch5-video-switcher.d.ts +5 -0
  842. package/build_bundles/cjs/@types/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.d.ts +57 -0
  843. package/build_bundles/cjs/@types/ch5-wifi-signal-level-gauge/index.d.ts +1 -0
  844. package/build_bundles/cjs/@types/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-attributes.d.ts +11 -0
  845. package/build_bundles/cjs/@types/ch5-wifi-signal-level-gauge/interfaces/t-ch5-wifi-signal-level-gauge.d.ts +3 -0
  846. package/build_bundles/cjs/@types/index.d.ts +45 -0
  847. package/build_bundles/cjs/@types/utility-models/ch5-role-attribute-mapping.d.ts +52 -0
  848. package/build_bundles/cjs/@types/utility-models/index.d.ts +1 -0
  849. package/build_bundles/cjs/cr-com-lib.js +2 -0
  850. package/build_bundles/cjs/cr-com-lib.js.LICENSE.txt +30 -0
  851. package/build_bundles/esm/_interfaces/index.d.ts +53 -0
  852. package/build_bundles/esm/ch5-animation/ch5-animation.d.ts +53 -0
  853. package/build_bundles/esm/ch5-animation/ch5-animation.spec.d.ts +1 -0
  854. package/build_bundles/esm/ch5-animation/index.d.ts +1 -0
  855. package/build_bundles/esm/ch5-animation/interfaces/i-ch5-animation-attributes.d.ts +10 -0
  856. package/build_bundles/esm/ch5-animation/interfaces/i-ch5-animation-documentation.d.ts +4 -0
  857. package/build_bundles/esm/ch5-animation/interfaces/index.d.ts +3 -0
  858. package/build_bundles/esm/ch5-animation/interfaces/t-ch5-animation.d.ts +2 -0
  859. package/build_bundles/esm/ch5-background/ch5-background.d.ts +114 -0
  860. package/build_bundles/esm/ch5-background/ch5-background.spec.d.ts +1 -0
  861. package/build_bundles/esm/ch5-background/index.d.ts +1 -0
  862. package/build_bundles/esm/ch5-background/interfaces/i-ch5-background-attributes.d.ts +15 -0
  863. package/build_bundles/esm/ch5-background/interfaces/i-ch5-background-documentation.d.ts +4 -0
  864. package/build_bundles/esm/ch5-background/interfaces/index.d.ts +2 -0
  865. package/build_bundles/esm/ch5-background/interfaces/t-ch5-background.d.ts +3 -0
  866. package/build_bundles/esm/ch5-base/ch5-base-class.d.ts +138 -0
  867. package/build_bundles/esm/ch5-base/ch5-base-log.d.ts +12 -0
  868. package/build_bundles/esm/ch5-button/ch5-button-base.d.ts +222 -0
  869. package/build_bundles/esm/ch5-button/ch5-button-label.d.ts +9 -0
  870. package/build_bundles/esm/ch5-button/ch5-button-mode-state.d.ts +42 -0
  871. package/build_bundles/esm/ch5-button/ch5-button-mode.d.ts +38 -0
  872. package/build_bundles/esm/ch5-button/ch5-button-pressinfo.d.ts +19 -0
  873. package/build_bundles/esm/ch5-button/ch5-button-signal.d.ts +16 -0
  874. package/build_bundles/esm/ch5-button/ch5-button-utils.d.ts +22 -0
  875. package/build_bundles/esm/ch5-button/ch5-button.d.ts +9 -0
  876. package/build_bundles/esm/ch5-button/ch5-button.spec.d.ts +1 -0
  877. package/build_bundles/esm/ch5-button/index.d.ts +5 -0
  878. package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-attributes.d.ts +40 -0
  879. package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-documentation.d.ts +7 -0
  880. package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-label-attributes.d.ts +2 -0
  881. package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-mode-attributes.d.ts +3 -0
  882. package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-mode-common.d.ts +14 -0
  883. package/build_bundles/esm/ch5-button/interfaces/i-ch5-button-mode-state-attributes.d.ts +5 -0
  884. package/build_bundles/esm/ch5-button/interfaces/i-ch5-button.d.ts +4 -0
  885. package/build_bundles/esm/ch5-button/interfaces/index.d.ts +5 -0
  886. package/build_bundles/esm/ch5-button/interfaces/t-ch5-button.d.ts +20 -0
  887. package/build_bundles/esm/ch5-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  888. package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-base.d.ts +213 -0
  889. package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-individual-button-base.d.ts +25 -0
  890. package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-label-base.d.ts +7 -0
  891. package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-mode-base.d.ts +43 -0
  892. package/build_bundles/esm/ch5-button-list/base-classes/ch5-button-list-mode-state-base.d.ts +47 -0
  893. package/build_bundles/esm/ch5-button-list/ch5-button-list-individual-button.d.ts +8 -0
  894. package/build_bundles/esm/ch5-button-list/ch5-button-list-label.d.ts +6 -0
  895. package/build_bundles/esm/ch5-button-list/ch5-button-list-mode-state.d.ts +8 -0
  896. package/build_bundles/esm/ch5-button-list/ch5-button-list-mode.d.ts +8 -0
  897. package/build_bundles/esm/ch5-button-list/ch5-button-list.d.ts +9 -0
  898. package/build_bundles/esm/ch5-button-list/ch5-button-list.spec.d.ts +1 -0
  899. package/build_bundles/esm/ch5-button-list/index.d.ts +5 -0
  900. package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-attributes.d.ts +56 -0
  901. package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-documentation.d.ts +4 -0
  902. package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-individual-button-attributes.d.ts +6 -0
  903. package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-individual-button-documentation.d.ts +3 -0
  904. package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-label-documentation.d.ts +2 -0
  905. package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-mode-attributes.d.ts +13 -0
  906. package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-mode-documentation.d.ts +3 -0
  907. package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-mode-state-attributes.d.ts +14 -0
  908. package/build_bundles/esm/ch5-button-list/interfaces/i-ch5-button-list-mode-state-documentation.d.ts +3 -0
  909. package/build_bundles/esm/ch5-button-list/interfaces/index.d.ts +10 -0
  910. package/build_bundles/esm/ch5-button-list/interfaces/t-ch5-button-list.d.ts +14 -0
  911. package/build_bundles/esm/ch5-button-list/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  912. package/build_bundles/esm/ch5-color-chip/ch5-color-chip.d.ts +51 -0
  913. package/build_bundles/esm/ch5-color-chip/ch5-color-chip.spec.d.ts +1 -0
  914. package/build_bundles/esm/ch5-color-chip/index.d.ts +1 -0
  915. package/build_bundles/esm/ch5-color-chip/interfaces/i-ch5-color-chip-attributes.d.ts +12 -0
  916. package/build_bundles/esm/ch5-color-chip/interfaces/i-ch5-color-chip-documentation.d.ts +4 -0
  917. package/build_bundles/esm/ch5-color-chip/interfaces/index.d.ts +2 -0
  918. package/build_bundles/esm/ch5-color-picker/ch5-color-picker.d.ts +61 -0
  919. package/build_bundles/esm/ch5-color-picker/ch5-color-picker.spec.d.ts +1 -0
  920. package/build_bundles/esm/ch5-color-picker/color-picker.d.ts +10 -0
  921. package/build_bundles/esm/ch5-color-picker/index.d.ts +1 -0
  922. package/build_bundles/esm/ch5-color-picker/interfaces/i-ch5-color-picker-attributes.d.ts +10 -0
  923. package/build_bundles/esm/ch5-color-picker/interfaces/i-ch5-color-picker-documentation.d.ts +4 -0
  924. package/build_bundles/esm/ch5-color-picker/interfaces/index.d.ts +2 -0
  925. package/build_bundles/esm/ch5-common/ch5-augment-var-signals-names.d.ts +12 -0
  926. package/build_bundles/esm/ch5-common/ch5-augment-var-signals-names.spec.d.ts +1 -0
  927. package/build_bundles/esm/ch5-common/ch5-common-attributes.d.ts +15 -0
  928. package/build_bundles/esm/ch5-common/ch5-common-log.d.ts +12 -0
  929. package/build_bundles/esm/ch5-common/ch5-common-signal.d.ts +16 -0
  930. package/build_bundles/esm/ch5-common/ch5-common.d.ts +183 -0
  931. package/build_bundles/esm/ch5-common/ch5-config.d.ts +37 -0
  932. package/build_bundles/esm/ch5-common/ch5-log.d.ts +13 -0
  933. package/build_bundles/esm/ch5-common/ch5-mutation-observer.d.ts +19 -0
  934. package/build_bundles/esm/ch5-common/ch5-pressable-button.d.ts +44 -0
  935. package/build_bundles/esm/ch5-common/ch5-pressable-slider.d.ts +61 -0
  936. package/build_bundles/esm/ch5-common/ch5-pressable.d.ts +43 -0
  937. package/build_bundles/esm/ch5-common/ch5-signal-attribute-registry.d.ts +41 -0
  938. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-appendclasswheninviewport.d.ts +3 -0
  939. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-customclass.d.ts +3 -0
  940. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-customstyle.d.ts +3 -0
  941. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-dir.d.ts +3 -0
  942. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-id.d.ts +3 -0
  943. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-noshowtype.d.ts +4 -0
  944. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomclass.d.ts +3 -0
  945. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomstyle.d.ts +3 -0
  946. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateenable.d.ts +3 -0
  947. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatehidepulse.d.ts +3 -0
  948. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshow.d.ts +3 -0
  949. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshowpulse.d.ts +3 -0
  950. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-sendeventonshow.d.ts +3 -0
  951. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-attributes-show.d.ts +3 -0
  952. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-class.d.ts +3 -0
  953. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-debug.d.ts +4 -0
  954. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-disabled.d.ts +4 -0
  955. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-role.d.ts +3 -0
  956. package/build_bundles/esm/ch5-common/interfaces/common/i-ch5-common-style.d.ts +3 -0
  957. package/build_bundles/esm/ch5-common/interfaces/i-ch5-button-list-attributes.d.ts +13 -0
  958. package/build_bundles/esm/ch5-common/interfaces/i-ch5-button-list-documentation.d.ts +8 -0
  959. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-animation.d.ts +8 -0
  960. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-animation.d.ts +10 -0
  961. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-color-chip.d.ts +10 -0
  962. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-datetime.d.ts +11 -0
  963. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-dpad-child.d.ts +8 -0
  964. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-media-player.d.ts +12 -0
  965. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-set3.d.ts +11 -0
  966. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-template.d.ts +11 -0
  967. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-text.d.ts +12 -0
  968. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-toggle.d.ts +16 -0
  969. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-video-documentation.d.ts +8 -0
  970. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-video-switcher.d.ts +13 -0
  971. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes-video.d.ts +13 -0
  972. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-attributes.d.ts +16 -0
  973. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-ch5-text.d.ts +16 -0
  974. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-color-chip.d.ts +8 -0
  975. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-datetime.d.ts +7 -0
  976. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-documentation-media-player.d.ts +8 -0
  977. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-documentation-text.d.ts +8 -0
  978. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-documentation-toggle.d.ts +8 -0
  979. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-documentation-video-switcher.d.ts +8 -0
  980. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-set3.d.ts +8 -0
  981. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common-wo-disable.d.ts +7 -0
  982. package/build_bundles/esm/ch5-common/interfaces/i-ch5-common.d.ts +8 -0
  983. package/build_bundles/esm/ch5-common/interfaces/i-ch5-gestureable.d.ts +4 -0
  984. package/build_bundles/esm/ch5-common/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +13 -0
  985. package/build_bundles/esm/ch5-common/interfaces/i-ch5-subpage-reference-list-documentation.d.ts +8 -0
  986. package/build_bundles/esm/ch5-common/interfaces/i-ch5-tab-button-attributes.d.ts +13 -0
  987. package/build_bundles/esm/ch5-common/interfaces/i-ch5-tab-button-documentation.d.ts +8 -0
  988. package/build_bundles/esm/ch5-common/interfaces/index.d.ts +7 -0
  989. package/build_bundles/esm/ch5-common/interfaces/t-ch5-common.d.ts +8 -0
  990. package/build_bundles/esm/ch5-common/utils/animation/animator.d.ts +82 -0
  991. package/build_bundles/esm/ch5-common/utils/animation/user-scroll-events.d.ts +1 -0
  992. package/build_bundles/esm/ch5-common/utils/ch5-color-utils.d.ts +15 -0
  993. package/build_bundles/esm/ch5-common/utils/common-functions.d.ts +16 -0
  994. package/build_bundles/esm/ch5-common/utils/component-helper.d.ts +16 -0
  995. package/build_bundles/esm/ch5-common/utils/html-callback.d.ts +20 -0
  996. package/build_bundles/esm/ch5-common/utils/index.d.ts +1 -0
  997. package/build_bundles/esm/ch5-common/utils/math/easings.d.ts +30 -0
  998. package/build_bundles/esm/ch5-common/utils/orientation-helper.d.ts +7 -0
  999. package/build_bundles/esm/ch5-common/utils/tick.d.ts +3 -0
  1000. package/build_bundles/esm/ch5-common/utils/viewport.d.ts +14 -0
  1001. package/build_bundles/esm/ch5-common-input/ch5-common-input.d.ts +55 -0
  1002. package/build_bundles/esm/ch5-common-input/index.d.ts +1 -0
  1003. package/build_bundles/esm/ch5-common-input/interfaces/i-ch5-common-input-attributes.d.ts +6 -0
  1004. package/build_bundles/esm/ch5-common-input/interfaces/i-ch5-common-input-documentation.d.ts +4 -0
  1005. package/build_bundles/esm/ch5-common-input/interfaces/i-ch5-common-input.d.ts +5 -0
  1006. package/build_bundles/esm/ch5-common-input/interfaces/index.d.ts +3 -0
  1007. package/build_bundles/esm/ch5-common-input/interfaces/t-ch5-common-input.d.ts +1 -0
  1008. package/build_bundles/esm/ch5-core/ch5-component.d.ts +5 -0
  1009. package/build_bundles/esm/ch5-core/ch5-core-intersection-observer.d.ts +14 -0
  1010. package/build_bundles/esm/ch5-core/ch5-debug.d.ts +19 -0
  1011. package/build_bundles/esm/ch5-core/ch5-heartbeat.d.ts +6 -0
  1012. package/build_bundles/esm/ch5-core/ch5-platform.d.ts +15 -0
  1013. package/build_bundles/esm/ch5-core/ch5-properties.d.ts +18 -0
  1014. package/build_bundles/esm/ch5-core/ch5-property.d.ts +65 -0
  1015. package/build_bundles/esm/ch5-core/ch5-signal-behavior-subject.d.ts +9 -0
  1016. package/build_bundles/esm/ch5-core/ch5-signal-bridge-receive.d.ts +19 -0
  1017. package/build_bundles/esm/ch5-core/ch5-signal-bridge.d.ts +18 -0
  1018. package/build_bundles/esm/ch5-core/ch5-signal-factory.d.ts +17 -0
  1019. package/build_bundles/esm/ch5-core/ch5-signal-factory.spec.d.ts +1 -0
  1020. package/build_bundles/esm/ch5-core/ch5-signal.d.ts +32 -0
  1021. package/build_bundles/esm/ch5-core/ch5-translation-class.d.ts +8 -0
  1022. package/build_bundles/esm/ch5-core/ch5-translation-configuration.d.ts +4 -0
  1023. package/build_bundles/esm/ch5-core/ch5-translation-factory.d.ts +10 -0
  1024. package/build_bundles/esm/ch5-core/ch5-translation-listeners.d.ts +11 -0
  1025. package/build_bundles/esm/ch5-core/ch5-translation-utility.d.ts +19 -0
  1026. package/build_bundles/esm/ch5-core/ch5-uid.d.ts +5 -0
  1027. package/build_bundles/esm/ch5-core/ch5-uid.spec.d.ts +1 -0
  1028. package/build_bundles/esm/ch5-core/ch5-version.d.ts +4 -0
  1029. package/build_bundles/esm/ch5-core/get-scrollable-parent.d.ts +1 -0
  1030. package/build_bundles/esm/ch5-core/index.d.ts +32 -0
  1031. package/build_bundles/esm/ch5-core/interfaces-sig-com.d.ts +53 -0
  1032. package/build_bundles/esm/ch5-core/resize-observer.d.ts +1 -0
  1033. package/build_bundles/esm/ch5-core/types/callbacks.d.ts +6 -0
  1034. package/build_bundles/esm/ch5-core/types/ch5-platform-info.d.ts +13 -0
  1035. package/build_bundles/esm/ch5-core/types/core.d.ts +19 -0
  1036. package/build_bundles/esm/ch5-core/types/signal.table.d.ts +4 -0
  1037. package/build_bundles/esm/ch5-core/types/signal.type.d.ts +20 -0
  1038. package/build_bundles/esm/ch5-core/utility-functions/animate.d.ts +4 -0
  1039. package/build_bundles/esm/ch5-core/utility-functions/components.d.ts +1 -0
  1040. package/build_bundles/esm/ch5-core/utility-functions/debounce.d.ts +5 -0
  1041. package/build_bundles/esm/ch5-core/utility-functions/get-signal.d.ts +6 -0
  1042. package/build_bundles/esm/ch5-core/utility-functions/is-crestron-device.d.ts +1 -0
  1043. package/build_bundles/esm/ch5-core/utility-functions/is-crestron-touchscreen.d.ts +1 -0
  1044. package/build_bundles/esm/ch5-core/utility-functions/is-ios-device.d.ts +1 -0
  1045. package/build_bundles/esm/ch5-core/utility-functions/is-mobile-device.d.ts +1 -0
  1046. package/build_bundles/esm/ch5-core/utility-functions/is-safari-mobile.d.ts +1 -0
  1047. package/build_bundles/esm/ch5-core/utility-functions/is-touch-device.d.ts +1 -0
  1048. package/build_bundles/esm/ch5-core/utility-functions/publish-signal.d.ts +2 -0
  1049. package/build_bundles/esm/ch5-core/utility-functions/signals.d.ts +1 -0
  1050. package/build_bundles/esm/ch5-core/utility-functions/subscribe-in-view-port-change.d.ts +3 -0
  1051. package/build_bundles/esm/ch5-core/utility-functions/subscribe-signal-script.d.ts +11 -0
  1052. package/build_bundles/esm/ch5-core/utility-functions/subscribe-signal.d.ts +3 -0
  1053. package/build_bundles/esm/ch5-core/utility-functions/textformat.d.ts +1 -0
  1054. package/build_bundles/esm/ch5-core/utility-functions/translation-interface-register.d.ts +2 -0
  1055. package/build_bundles/esm/ch5-core/utility-functions/trigger-translation.d.ts +1 -0
  1056. package/build_bundles/esm/ch5-core/utility-functions/unsubscribe-signal.d.ts +2 -0
  1057. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-appendclass.d.ts +11 -0
  1058. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-appendstyle.d.ts +11 -0
  1059. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-enable.d.ts +14 -0
  1060. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-hidepulse.d.ts +18 -0
  1061. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-i18n.d.ts +18 -0
  1062. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-innerhtml.d.ts +11 -0
  1063. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-log.d.ts +3 -0
  1064. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-mutation-observer.d.ts +18 -0
  1065. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-show.d.ts +19 -0
  1066. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-showpulse.d.ts +19 -0
  1067. package/build_bundles/esm/ch5-custom-attrs/ch5-attrs-text-content.d.ts +11 -0
  1068. package/build_bundles/esm/ch5-custom-attrs/ch5-custom-attributes.d.ts +22 -0
  1069. package/build_bundles/esm/ch5-custom-attrs/index.d.ts +11 -0
  1070. package/build_bundles/esm/ch5-custom-attrs/interfaces/helpers/custom-attribute.d.ts +6 -0
  1071. package/build_bundles/esm/ch5-custom-attrs/interfaces/helpers/i-custom-attribute.d.ts +3 -0
  1072. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-appendclass.d.ts +3 -0
  1073. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-appendstyle.d.ts +3 -0
  1074. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-enable.d.ts +3 -0
  1075. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-hidepulse.d.ts +3 -0
  1076. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-i18n.d.ts +3 -0
  1077. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-innerhtml.d.ts +3 -0
  1078. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-keep-sig-subscription.d.ts +3 -0
  1079. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-noshow-type.d.ts +4 -0
  1080. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-show.d.ts +3 -0
  1081. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-showpulse.d.ts +3 -0
  1082. package/build_bundles/esm/ch5-custom-attrs/interfaces/i-ch5-attrs-text-content.d.ts +3 -0
  1083. package/build_bundles/esm/ch5-custom-attrs/interfaces/index.d.ts +14 -0
  1084. package/build_bundles/esm/ch5-custom-attrs/interfaces/t-ch5-attrs.d.ts +12 -0
  1085. package/build_bundles/esm/ch5-custom-attrs/utils/ch5-attrs-constants.d.ts +9 -0
  1086. package/build_bundles/esm/ch5-custom-attrs/utils/ch5-attrs-utility.d.ts +1 -0
  1087. package/build_bundles/esm/ch5-datetime/ch5-datetime.d.ts +66 -0
  1088. package/build_bundles/esm/ch5-datetime/ch5-datetime.spec.d.ts +1 -0
  1089. package/build_bundles/esm/ch5-datetime/date-time-util.d.ts +1 -0
  1090. package/build_bundles/esm/ch5-datetime/index.d.ts +1 -0
  1091. package/build_bundles/esm/ch5-datetime/interfaces/i-ch5-datetime-attributes.d.ts +19 -0
  1092. package/build_bundles/esm/ch5-datetime/interfaces/i-ch5-datetime-documentation.d.ts +4 -0
  1093. package/build_bundles/esm/ch5-datetime/interfaces/index.d.ts +3 -0
  1094. package/build_bundles/esm/ch5-datetime/interfaces/t-ch5-datetime.d.ts +3 -0
  1095. package/build_bundles/esm/ch5-dpad/ch5-dpad-button-base.d.ts +74 -0
  1096. package/build_bundles/esm/ch5-dpad/ch5-dpad-button.d.ts +9 -0
  1097. package/build_bundles/esm/ch5-dpad/ch5-dpad-utils.d.ts +16 -0
  1098. package/build_bundles/esm/ch5-dpad/ch5-dpad.d.ts +85 -0
  1099. package/build_bundles/esm/ch5-dpad/ch5-dpad.spec.d.ts +1 -0
  1100. package/build_bundles/esm/ch5-dpad/index.d.ts +1 -0
  1101. package/build_bundles/esm/ch5-dpad/interfaces/i-ch5-dpad-attributes.d.ts +20 -0
  1102. package/build_bundles/esm/ch5-dpad/interfaces/i-ch5-dpad-button-attributes.d.ts +3 -0
  1103. package/build_bundles/esm/ch5-dpad/interfaces/i-ch5-dpad-button-base-attributes.d.ts +9 -0
  1104. package/build_bundles/esm/ch5-dpad/interfaces/i-ch5-dpad-documentation.d.ts +4 -0
  1105. package/build_bundles/esm/ch5-dpad/interfaces/index.d.ts +3 -0
  1106. package/build_bundles/esm/ch5-dpad/interfaces/t-ch5-dpad.d.ts +5 -0
  1107. package/build_bundles/esm/ch5-emulator/ch5-emulator.d.ts +44 -0
  1108. package/build_bundles/esm/ch5-emulator/ch5-emulator.s001-003.spec.d.ts +1 -0
  1109. package/build_bundles/esm/ch5-emulator/ch5-emulator.s004.spec.d.ts +1 -0
  1110. package/build_bundles/esm/ch5-emulator/ch5-emulator.s005.spec.d.ts +1 -0
  1111. package/build_bundles/esm/ch5-emulator/ch5-emulator.s006.spec.d.ts +1 -0
  1112. package/build_bundles/esm/ch5-emulator/ch5-emulator.s007.spec.d.ts +1 -0
  1113. package/build_bundles/esm/ch5-emulator/ch5-emulator.s008.spec.d.ts +1 -0
  1114. package/build_bundles/esm/ch5-emulator/ch5-emulator.s009.spec.d.ts +1 -0
  1115. package/build_bundles/esm/ch5-emulator/index.d.ts +1 -0
  1116. package/build_bundles/esm/ch5-emulator/js-interface-mock.d.ts +16 -0
  1117. package/build_bundles/esm/ch5-emulator/mocha.async.delay.d.ts +1 -0
  1118. package/build_bundles/esm/ch5-form/ch5-form.d.ts +90 -0
  1119. package/build_bundles/esm/ch5-form/ch5-form.spec.d.ts +1 -0
  1120. package/build_bundles/esm/ch5-form/index.d.ts +1 -0
  1121. package/build_bundles/esm/ch5-form/interfaces/i-ch5-form-attributes.d.ts +16 -0
  1122. package/build_bundles/esm/ch5-form/interfaces/i-ch5-form-documentation.d.ts +4 -0
  1123. package/build_bundles/esm/ch5-form/interfaces/index.d.ts +1 -0
  1124. package/build_bundles/esm/ch5-image/ch5-image-mode.d.ts +14 -0
  1125. package/build_bundles/esm/ch5-image/ch5-image-uri-model.d.ts +23 -0
  1126. package/build_bundles/esm/ch5-image/ch5-image.d.ts +140 -0
  1127. package/build_bundles/esm/ch5-image/ch5-image.spec.d.ts +1 -0
  1128. package/build_bundles/esm/ch5-image/index.d.ts +2 -0
  1129. package/build_bundles/esm/ch5-image/interfaces/i-ch5-image-attributes.d.ts +23 -0
  1130. package/build_bundles/esm/ch5-image/interfaces/i-ch5-image-documentation.d.ts +4 -0
  1131. package/build_bundles/esm/ch5-image/interfaces/i-ch5-image-mode-attributes.d.ts +3 -0
  1132. package/build_bundles/esm/ch5-image/interfaces/i-ch5-image-mode-documentation.d.ts +3 -0
  1133. package/build_bundles/esm/ch5-image/interfaces/i-ch5-image.d.ts +6 -0
  1134. package/build_bundles/esm/ch5-image/interfaces/index.d.ts +3 -0
  1135. package/build_bundles/esm/ch5-import-htmlsnippet/ch5-import-htmlsnippet.d.ts +34 -0
  1136. package/build_bundles/esm/ch5-import-htmlsnippet/ch5-import-htmlsnippet.spec.d.ts +1 -0
  1137. package/build_bundles/esm/ch5-import-htmlsnippet/index.d.ts +1 -0
  1138. package/build_bundles/esm/ch5-import-htmlsnippet/interfaces/i-ch5-htmlsnippet-documentation.d.ts +4 -0
  1139. package/build_bundles/esm/ch5-import-htmlsnippet/interfaces/i-ch5-import-htmlsnippet-attributes.d.ts +4 -0
  1140. package/build_bundles/esm/ch5-import-htmlsnippet/interfaces/index.d.ts +1 -0
  1141. package/build_bundles/esm/ch5-jointotext-boolean/ch5-jointotext-boolean.d.ts +27 -0
  1142. package/build_bundles/esm/ch5-jointotext-boolean/ch5-jointotext-boolean.spec.d.ts +1 -0
  1143. package/build_bundles/esm/ch5-jointotext-boolean/index.d.ts +1 -0
  1144. package/build_bundles/esm/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-attributes.d.ts +7 -0
  1145. package/build_bundles/esm/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-documentation.d.ts +4 -0
  1146. package/build_bundles/esm/ch5-jointotext-boolean/interfaces/index.d.ts +2 -0
  1147. package/build_bundles/esm/ch5-jointotext-numeric/ch5-jointotext-numeric.d.ts +47 -0
  1148. package/build_bundles/esm/ch5-jointotext-numeric/ch5-jointotext-numeric.spec.d.ts +1 -0
  1149. package/build_bundles/esm/ch5-jointotext-numeric/format/float-format.d.ts +12 -0
  1150. package/build_bundles/esm/ch5-jointotext-numeric/format/hex-format.d.ts +7 -0
  1151. package/build_bundles/esm/ch5-jointotext-numeric/format/numeric-format-factory.d.ts +8 -0
  1152. package/build_bundles/esm/ch5-jointotext-numeric/format/numeric-format.d.ts +3 -0
  1153. package/build_bundles/esm/ch5-jointotext-numeric/format/percentage-format.d.ts +10 -0
  1154. package/build_bundles/esm/ch5-jointotext-numeric/format/raw-format.d.ts +5 -0
  1155. package/build_bundles/esm/ch5-jointotext-numeric/format/signed-format.d.ts +7 -0
  1156. package/build_bundles/esm/ch5-jointotext-numeric/format/time-format.d.ts +5 -0
  1157. package/build_bundles/esm/ch5-jointotext-numeric/format/unsigned-format.d.ts +7 -0
  1158. package/build_bundles/esm/ch5-jointotext-numeric/index.d.ts +1 -0
  1159. package/build_bundles/esm/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-attributes.d.ts +11 -0
  1160. package/build_bundles/esm/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-documentation.d.ts +4 -0
  1161. package/build_bundles/esm/ch5-jointotext-numeric/interfaces/index.d.ts +3 -0
  1162. package/build_bundles/esm/ch5-jointotext-numeric/interfaces/t-ch5-jointotext-numeric.d.ts +1 -0
  1163. package/build_bundles/esm/ch5-jointotext-string/ch5-jointotext-string.d.ts +25 -0
  1164. package/build_bundles/esm/ch5-jointotext-string/ch5-jointotext-string.spec.d.ts +1 -0
  1165. package/build_bundles/esm/ch5-jointotext-string/index.d.ts +1 -0
  1166. package/build_bundles/esm/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-attributes.d.ts +6 -0
  1167. package/build_bundles/esm/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-documentation.d.ts +4 -0
  1168. package/build_bundles/esm/ch5-jointotext-string/interfaces/index.d.ts +2 -0
  1169. package/build_bundles/esm/ch5-keypad/ch5-keypad-btn.d.ts +53 -0
  1170. package/build_bundles/esm/ch5-keypad/ch5-keypad-utils.d.ts +14 -0
  1171. package/build_bundles/esm/ch5-keypad/ch5-keypad.d.ts +98 -0
  1172. package/build_bundles/esm/ch5-keypad/ch5-keypad.spec.d.ts +1 -0
  1173. package/build_bundles/esm/ch5-keypad/index.d.ts +1 -0
  1174. package/build_bundles/esm/ch5-keypad/interfaces/i-ch5-keypad-attributes.d.ts +25 -0
  1175. package/build_bundles/esm/ch5-keypad/interfaces/i-ch5-keypad-btn-attributes.d.ts +8 -0
  1176. package/build_bundles/esm/ch5-keypad/interfaces/i-ch5-keypad-documentation.d.ts +4 -0
  1177. package/build_bundles/esm/ch5-keypad/interfaces/index.d.ts +2 -0
  1178. package/build_bundles/esm/ch5-keypad/interfaces/t-ch5-keypad.d.ts +15 -0
  1179. package/build_bundles/esm/ch5-label/ch5-label.d.ts +40 -0
  1180. package/build_bundles/esm/ch5-label/ch5-label.spec.d.ts +1 -0
  1181. package/build_bundles/esm/ch5-label/index.d.ts +1 -0
  1182. package/build_bundles/esm/ch5-label/interfaces/i-ch5-label-attributes.d.ts +5 -0
  1183. package/build_bundles/esm/ch5-label/interfaces/i-ch5-label-documentation.d.ts +4 -0
  1184. package/build_bundles/esm/ch5-label/interfaces/index.d.ts +2 -0
  1185. package/build_bundles/esm/ch5-list/animation/ch5-animation-factory.d.ts +4 -0
  1186. package/build_bundles/esm/ch5-list/animation/ch5-animation.d.ts +18 -0
  1187. package/build_bundles/esm/ch5-list/animation/ch5-standard-animation.d.ts +8 -0
  1188. package/build_bundles/esm/ch5-list/animation/ch5-web-animation.d.ts +7 -0
  1189. package/build_bundles/esm/ch5-list/ch5-list-abstract-helper.d.ts +14 -0
  1190. package/build_bundles/esm/ch5-list/ch5-list-animation.d.ts +39 -0
  1191. package/build_bundles/esm/ch5-list/ch5-list-buffered-items.d.ts +17 -0
  1192. package/build_bundles/esm/ch5-list/ch5-list-event-manager.d.ts +25 -0
  1193. package/build_bundles/esm/ch5-list/ch5-list-log.d.ts +4 -0
  1194. package/build_bundles/esm/ch5-list/ch5-list-signal-manager.d.ts +12 -0
  1195. package/build_bundles/esm/ch5-list/ch5-list-size-resolver.d.ts +16 -0
  1196. package/build_bundles/esm/ch5-list/ch5-list-template.d.ts +53 -0
  1197. package/build_bundles/esm/ch5-list/ch5-list.d.ts +283 -0
  1198. package/build_bundles/esm/ch5-list/ch5-list.spec.d.ts +1 -0
  1199. package/build_bundles/esm/ch5-list/index.d.ts +1 -0
  1200. package/build_bundles/esm/ch5-list/interfaces/i-ch5-list-attributes.d.ts +21 -0
  1201. package/build_bundles/esm/ch5-list/interfaces/i-ch5-list-documentation.d.ts +4 -0
  1202. package/build_bundles/esm/ch5-list/interfaces/index.d.ts +2 -0
  1203. package/build_bundles/esm/ch5-list/interfaces/t-ch5-list.d.ts +1 -0
  1204. package/build_bundles/esm/ch5-list/passiveEventListeners.d.ts +3 -0
  1205. package/build_bundles/esm/ch5-logger/appender/AbstractAppender.d.ts +13 -0
  1206. package/build_bundles/esm/ch5-logger/appender/AppenderFactory.d.ts +6 -0
  1207. package/build_bundles/esm/ch5-logger/appender/RemoteAppender.d.ts +18 -0
  1208. package/build_bundles/esm/ch5-logger/enums/index.d.ts +13 -0
  1209. package/build_bundles/esm/ch5-logger/helpers/LogMessage.d.ts +12 -0
  1210. package/build_bundles/esm/ch5-logger/helpers/LogMessagesFilter.d.ts +17 -0
  1211. package/build_bundles/esm/ch5-logger/helpers/index.d.ts +2 -0
  1212. package/build_bundles/esm/ch5-logger/index.d.ts +3 -0
  1213. package/build_bundles/esm/ch5-logger/logger/Logger.d.ts +33 -0
  1214. package/build_bundles/esm/ch5-logger/logger/index.d.ts +1 -0
  1215. package/build_bundles/esm/ch5-logger/services/RequestService.d.ts +11 -0
  1216. package/build_bundles/esm/ch5-logger/services/index.d.ts +1 -0
  1217. package/build_bundles/esm/ch5-logger/tests/filterMessage.spec.d.ts +1 -0
  1218. package/build_bundles/esm/ch5-logger/types/index.d.ts +12 -0
  1219. package/build_bundles/esm/ch5-logger/utility/getLogger.d.ts +4 -0
  1220. package/build_bundles/esm/ch5-logger/utility/getRemoteAppender.d.ts +2 -0
  1221. package/build_bundles/esm/ch5-logger/utility/index.d.ts +3 -0
  1222. package/build_bundles/esm/ch5-logger/utility/uriSchemaValidation.d.ts +1 -0
  1223. package/build_bundles/esm/ch5-media-player/ch5-media-player-common.d.ts +4 -0
  1224. package/build_bundles/esm/ch5-media-player/ch5-media-player-icon-button-base.d.ts +33 -0
  1225. package/build_bundles/esm/ch5-media-player/ch5-media-player-my-music.d.ts +38 -0
  1226. package/build_bundles/esm/ch5-media-player/ch5-media-player-now-playing.d.ts +68 -0
  1227. package/build_bundles/esm/ch5-media-player/ch5-media-player.d.ts +83 -0
  1228. package/build_bundles/esm/ch5-media-player/commonInterface.d.ts +133 -0
  1229. package/build_bundles/esm/ch5-media-player/index.d.ts +3 -0
  1230. package/build_bundles/esm/ch5-media-player/interfaces/i-ch5-media-player-attributes.d.ts +15 -0
  1231. package/build_bundles/esm/ch5-media-player/interfaces/i-ch5-media-player-documentation.d.ts +4 -0
  1232. package/build_bundles/esm/ch5-media-player/interfaces/i-ch5-media-player-my-music-documentation.d.ts +2 -0
  1233. package/build_bundles/esm/ch5-media-player/interfaces/i-ch5-media-player-now-playing-documentation.d.ts +2 -0
  1234. package/build_bundles/esm/ch5-media-player/interfaces/index.d.ts +2 -0
  1235. package/build_bundles/esm/ch5-media-player/interfaces/t-ch5-media-player.d.ts +27 -0
  1236. package/build_bundles/esm/ch5-media-player/music-player.d.ts +64 -0
  1237. package/build_bundles/esm/ch5-modal-dialog/ch5-modal-dialog.d.ts +103 -0
  1238. package/build_bundles/esm/ch5-modal-dialog/ch5-modal-dialog.spec.d.ts +1 -0
  1239. package/build_bundles/esm/ch5-modal-dialog/index.d.ts +1 -0
  1240. package/build_bundles/esm/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-attributes.d.ts +30 -0
  1241. package/build_bundles/esm/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-documentation.d.ts +4 -0
  1242. package/build_bundles/esm/ch5-modal-dialog/interfaces/index.d.ts +1 -0
  1243. package/build_bundles/esm/ch5-overlay-panel/ch5-overlay-panel.d.ts +93 -0
  1244. package/build_bundles/esm/ch5-overlay-panel/ch5-overlay-panel.spec.d.ts +1 -0
  1245. package/build_bundles/esm/ch5-overlay-panel/index.d.ts +1 -0
  1246. package/build_bundles/esm/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-attributes.d.ts +17 -0
  1247. package/build_bundles/esm/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-documentation.d.ts +4 -0
  1248. package/build_bundles/esm/ch5-overlay-panel/interfaces/index.d.ts +2 -0
  1249. package/build_bundles/esm/ch5-overlay-panel/interfaces/t-ch5-overlay-panel.d.ts +3 -0
  1250. package/build_bundles/esm/ch5-qrcode/ch5-qrcode-properties.d.ts +0 -0
  1251. package/build_bundles/esm/ch5-qrcode/ch5-qrcode.d.ts +32 -0
  1252. package/build_bundles/esm/ch5-qrcode/ch5-qrcode.spec.d.ts +1 -0
  1253. package/build_bundles/esm/ch5-qrcode/index.d.ts +1 -0
  1254. package/build_bundles/esm/ch5-qrcode/interfaces/i-ch5-qrcode-attributes.d.ts +12 -0
  1255. package/build_bundles/esm/ch5-qrcode/interfaces/i-ch5-qrcode-documentation.d.ts +7 -0
  1256. package/build_bundles/esm/ch5-qrcode/interfaces/index.d.ts +2 -0
  1257. package/build_bundles/esm/ch5-resync/ch5-resync.d.ts +27 -0
  1258. package/build_bundles/esm/ch5-resync/ch5-resync.spec.d.ts +1 -0
  1259. package/build_bundles/esm/ch5-resync/models/ch5-clear-range-data-model.d.ts +17 -0
  1260. package/build_bundles/esm/ch5-resync/models/ch5-exclude-prefixes-model.d.ts +3 -0
  1261. package/build_bundles/esm/ch5-resync/models/ch5-resync-constants.d.ts +3 -0
  1262. package/build_bundles/esm/ch5-resync/models/ch5-resync-reset-event-names-enum.d.ts +8 -0
  1263. package/build_bundles/esm/ch5-resync/models/ch5-states-at-default-value-model.d.ts +2 -0
  1264. package/build_bundles/esm/ch5-resync/models/resynchronization-request-model.d.ts +9 -0
  1265. package/build_bundles/esm/ch5-segmented-gauge/ch5-segmented-gauge.d.ts +86 -0
  1266. package/build_bundles/esm/ch5-segmented-gauge/ch5-segmented-gauge.spec.d.ts +1 -0
  1267. package/build_bundles/esm/ch5-segmented-gauge/index.d.ts +1 -0
  1268. package/build_bundles/esm/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-attributes.d.ts +17 -0
  1269. package/build_bundles/esm/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-documentation.d.ts +4 -0
  1270. package/build_bundles/esm/ch5-segmented-gauge/interfaces/index.d.ts +3 -0
  1271. package/build_bundles/esm/ch5-segmented-gauge/interfaces/t-ch5-segmented-gauge.d.ts +3 -0
  1272. package/build_bundles/esm/ch5-select/ch5-select.d.ts +203 -0
  1273. package/build_bundles/esm/ch5-select/ch5-select.spec.d.ts +1 -0
  1274. package/build_bundles/esm/ch5-select/index.d.ts +1 -0
  1275. package/build_bundles/esm/ch5-select/interfaces/i-ch5-select-attributes.d.ts +27 -0
  1276. package/build_bundles/esm/ch5-select/interfaces/i-ch5-select-documentation.d.ts +4 -0
  1277. package/build_bundles/esm/ch5-select/interfaces/index.d.ts +2 -0
  1278. package/build_bundles/esm/ch5-select/interfaces/t-ch5-select.d.ts +2 -0
  1279. package/build_bundles/esm/ch5-select-option/ch5-select-option.d.ts +75 -0
  1280. package/build_bundles/esm/ch5-select-option/ch5-select-option.spec.d.ts +1 -0
  1281. package/build_bundles/esm/ch5-select-option/index.d.ts +1 -0
  1282. package/build_bundles/esm/ch5-select-option/interfaces/i-ch5-select-option-attributes.d.ts +11 -0
  1283. package/build_bundles/esm/ch5-select-option/interfaces/i-ch5-select-option-documentation.d.ts +4 -0
  1284. package/build_bundles/esm/ch5-select-option/interfaces/index.d.ts +1 -0
  1285. package/build_bundles/esm/ch5-select-option/interfaces/types/t-ch5-select-option-icon-position.d.ts +1 -0
  1286. package/build_bundles/esm/ch5-signal-level-gauge/ch5-signal-level-gauge.d.ts +53 -0
  1287. package/build_bundles/esm/ch5-signal-level-gauge/ch5-signal-level-gauge.spec.d.ts +1 -0
  1288. package/build_bundles/esm/ch5-signal-level-gauge/index.d.ts +1 -0
  1289. package/build_bundles/esm/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-attributes.d.ts +12 -0
  1290. package/build_bundles/esm/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-documentation.d.ts +4 -0
  1291. package/build_bundles/esm/ch5-signal-level-gauge/interfaces/index.d.ts +3 -0
  1292. package/build_bundles/esm/ch5-signal-level-gauge/interfaces/t-ch5-signal-level-gauge.d.ts +2 -0
  1293. package/build_bundles/esm/ch5-slider/ch5-slider-button-label.d.ts +23 -0
  1294. package/build_bundles/esm/ch5-slider/ch5-slider-button.d.ts +37 -0
  1295. package/build_bundles/esm/ch5-slider/ch5-slider-title-label.d.ts +23 -0
  1296. package/build_bundles/esm/ch5-slider/ch5-slider.d.ts +225 -0
  1297. package/build_bundles/esm/ch5-slider/ch5-slider.spec.d.ts +1 -0
  1298. package/build_bundles/esm/ch5-slider/index.d.ts +2 -0
  1299. package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-attributes.d.ts +35 -0
  1300. package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-button-attributes.d.ts +19 -0
  1301. package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-button-documentation.d.ts +3 -0
  1302. package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-button-label-documentation.d.ts +2 -0
  1303. package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-documentation.d.ts +4 -0
  1304. package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-title-label-attributes.d.ts +5 -0
  1305. package/build_bundles/esm/ch5-slider/interfaces/i-ch5-slider-title-label-documentation.d.ts +3 -0
  1306. package/build_bundles/esm/ch5-slider/interfaces/index.d.ts +9 -0
  1307. package/build_bundles/esm/ch5-slider/interfaces/t-ch5-slider-button.d.ts +6 -0
  1308. package/build_bundles/esm/ch5-slider/interfaces/t-ch5-slider.d.ts +11 -0
  1309. package/build_bundles/esm/ch5-spinner/ch5-mouse-velocity.d.ts +35 -0
  1310. package/build_bundles/esm/ch5-spinner/ch5-spinner-events.d.ts +16 -0
  1311. package/build_bundles/esm/ch5-spinner/ch5-spinner-mutation-observer.d.ts +7 -0
  1312. package/build_bundles/esm/ch5-spinner/ch5-spinner-scroll.d.ts +44 -0
  1313. package/build_bundles/esm/ch5-spinner/ch5-spinner-template.d.ts +58 -0
  1314. package/build_bundles/esm/ch5-spinner/ch5-spinner.d.ts +145 -0
  1315. package/build_bundles/esm/ch5-spinner/ch5-spinner.spec.d.ts +1 -0
  1316. package/build_bundles/esm/ch5-spinner/index.d.ts +1 -0
  1317. package/build_bundles/esm/ch5-spinner/interfaces/i-ch5-spinner-attributes.d.ts +27 -0
  1318. package/build_bundles/esm/ch5-spinner/interfaces/i-ch5-spinner-documentation.d.ts +4 -0
  1319. package/build_bundles/esm/ch5-spinner/interfaces/index.d.ts +2 -0
  1320. package/build_bundles/esm/ch5-spinner/interfaces/t-ch5-spinner.d.ts +2 -0
  1321. package/build_bundles/esm/ch5-subpage-reference-list/ch5-subpage-reference-list.d.ts +159 -0
  1322. package/build_bundles/esm/ch5-subpage-reference-list/ch5-subpage-reference-list.spec.d.ts +1 -0
  1323. package/build_bundles/esm/ch5-subpage-reference-list/index.d.ts +2 -0
  1324. package/build_bundles/esm/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +31 -0
  1325. package/build_bundles/esm/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-documentation.d.ts +4 -0
  1326. package/build_bundles/esm/ch5-subpage-reference-list/interfaces/index.d.ts +3 -0
  1327. package/build_bundles/esm/ch5-subpage-reference-list/interfaces/t-ch5-subpage-reference-list.d.ts +3 -0
  1328. package/build_bundles/esm/ch5-subpage-reference-list/refresh-ch5-subpage-reference-list.d.ts +3 -0
  1329. package/build_bundles/esm/ch5-tab-button/ch5-tab-button-individual-button.d.ts +28 -0
  1330. package/build_bundles/esm/ch5-tab-button/ch5-tab-button-label.d.ts +6 -0
  1331. package/build_bundles/esm/ch5-tab-button/ch5-tab-button.d.ts +109 -0
  1332. package/build_bundles/esm/ch5-tab-button/ch5-tab-button.spec.d.ts +1 -0
  1333. package/build_bundles/esm/ch5-tab-button/index.d.ts +3 -0
  1334. package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-attributes.d.ts +34 -0
  1335. package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-documentation.d.ts +4 -0
  1336. package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-attributes.d.ts +6 -0
  1337. package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-documentation.d.ts +3 -0
  1338. package/build_bundles/esm/ch5-tab-button/interfaces/i-ch5-tab-button-label-documentation.d.ts +2 -0
  1339. package/build_bundles/esm/ch5-tab-button/interfaces/index.d.ts +5 -0
  1340. package/build_bundles/esm/ch5-tab-button/interfaces/t-ch5-tab-button.d.ts +7 -0
  1341. package/build_bundles/esm/ch5-tab-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  1342. package/build_bundles/esm/ch5-template/ch5-template-structure.d.ts +20 -0
  1343. package/build_bundles/esm/ch5-template/ch5-template.d.ts +59 -0
  1344. package/build_bundles/esm/ch5-template/ch5-template.spec.d.ts +1 -0
  1345. package/build_bundles/esm/ch5-template/index.d.ts +2 -0
  1346. package/build_bundles/esm/ch5-template/interfaces/i-ch5-template-attributes.d.ts +14 -0
  1347. package/build_bundles/esm/ch5-template/interfaces/i-ch5-template-documentation.d.ts +4 -0
  1348. package/build_bundles/esm/ch5-template/interfaces/index.d.ts +2 -0
  1349. package/build_bundles/esm/ch5-template/interfaces/t-ch5-template.d.ts +3 -0
  1350. package/build_bundles/esm/ch5-template/refresh-ch5-template.d.ts +3 -0
  1351. package/build_bundles/esm/ch5-text/ch5-text.d.ts +63 -0
  1352. package/build_bundles/esm/ch5-text/ch5-text.spec.d.ts +1 -0
  1353. package/build_bundles/esm/ch5-text/index.d.ts +1 -0
  1354. package/build_bundles/esm/ch5-text/interfaces/i-ch5-text-attributes.d.ts +12 -0
  1355. package/build_bundles/esm/ch5-text/interfaces/i-ch5-text-documentation.d.ts +4 -0
  1356. package/build_bundles/esm/ch5-text/interfaces/index.d.ts +3 -0
  1357. package/build_bundles/esm/ch5-text/interfaces/t-ch5-text.d.ts +2 -0
  1358. package/build_bundles/esm/ch5-textinput/ch5-textinput-mask.d.ts +69 -0
  1359. package/build_bundles/esm/ch5-textinput/ch5-textinput.d.ts +135 -0
  1360. package/build_bundles/esm/ch5-textinput/ch5-textinput.spec.d.ts +1 -0
  1361. package/build_bundles/esm/ch5-textinput/index.d.ts +1 -0
  1362. package/build_bundles/esm/ch5-textinput/interfaces/i-ch5-text-input-attributes.d.ts +29 -0
  1363. package/build_bundles/esm/ch5-textinput/interfaces/i-ch5-text-input-documentation.d.ts +4 -0
  1364. package/build_bundles/esm/ch5-textinput/interfaces/i-ch5-text-input.d.ts +7 -0
  1365. package/build_bundles/esm/ch5-textinput/interfaces/index.d.ts +3 -0
  1366. package/build_bundles/esm/ch5-textinput/interfaces/t-ch5-text-input.d.ts +5 -0
  1367. package/build_bundles/esm/ch5-toggle/ch5-toggle.d.ts +95 -0
  1368. package/build_bundles/esm/ch5-toggle/ch5-toggle.spec.d.ts +1 -0
  1369. package/build_bundles/esm/ch5-toggle/index.d.ts +1 -0
  1370. package/build_bundles/esm/ch5-toggle/interfaces/i-ch5-toggle-attributes.d.ts +22 -0
  1371. package/build_bundles/esm/ch5-toggle/interfaces/i-ch5-toggle-documentation.d.ts +4 -0
  1372. package/build_bundles/esm/ch5-toggle/interfaces/index.d.ts +3 -0
  1373. package/build_bundles/esm/ch5-toggle/interfaces/t-ch5-toggle.d.ts +4 -0
  1374. package/build_bundles/esm/ch5-touch/ch5-touch-activity.d.ts +30 -0
  1375. package/build_bundles/esm/ch5-touch/index.d.ts +1 -0
  1376. package/build_bundles/esm/ch5-triggerview/ch5-triggerview-child.d.ts +36 -0
  1377. package/build_bundles/esm/ch5-triggerview/ch5-triggerview-slides-manager.d.ts +48 -0
  1378. package/build_bundles/esm/ch5-triggerview/ch5-triggerview-swiper.d.ts +9 -0
  1379. package/build_bundles/esm/ch5-triggerview/ch5-triggerview.d.ts +73 -0
  1380. package/build_bundles/esm/ch5-triggerview/ch5-triggerview.spec.d.ts +1 -0
  1381. package/build_bundles/esm/ch5-triggerview/index.d.ts +2 -0
  1382. package/build_bundles/esm/ch5-triggerview/interfaces/i-ch5-triggerview-attributes.d.ts +10 -0
  1383. package/build_bundles/esm/ch5-triggerview/interfaces/i-ch5-triggerview-child-attributes.d.ts +5 -0
  1384. package/build_bundles/esm/ch5-triggerview/interfaces/i-ch5-triggerview-child-documentation.d.ts +4 -0
  1385. package/build_bundles/esm/ch5-triggerview/interfaces/i-ch5-triggerview-documentation.d.ts +4 -0
  1386. package/build_bundles/esm/ch5-triggerview/interfaces/index.d.ts +2 -0
  1387. package/build_bundles/esm/ch5-triggerview/utils.d.ts +13 -0
  1388. package/build_bundles/esm/ch5-video/ch5-video-snapshot.d.ts +18 -0
  1389. package/build_bundles/esm/ch5-video/ch5-video-touch-manager.d.ts +12 -0
  1390. package/build_bundles/esm/ch5-video/ch5-video-utils.d.ts +17 -0
  1391. package/build_bundles/esm/ch5-video/ch5-video.d.ts +185 -0
  1392. package/build_bundles/esm/ch5-video/ch5-video.spec.d.ts +1 -0
  1393. package/build_bundles/esm/ch5-video/index.d.ts +1 -0
  1394. package/build_bundles/esm/ch5-video/interfaces/i-ch5-video-attributes.d.ts +39 -0
  1395. package/build_bundles/esm/ch5-video/interfaces/i-ch5-video-documentation.d.ts +4 -0
  1396. package/build_bundles/esm/ch5-video/interfaces/i-ch5-video-helper.d.ts +96 -0
  1397. package/build_bundles/esm/ch5-video/interfaces/index.d.ts +4 -0
  1398. package/build_bundles/esm/ch5-video/interfaces/t-ch5-video.d.ts +3 -0
  1399. package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher-screen-label.d.ts +9 -0
  1400. package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher-screen.d.ts +24 -0
  1401. package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher-source-label.d.ts +9 -0
  1402. package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher-source.d.ts +25 -0
  1403. package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher.d.ts +159 -0
  1404. package/build_bundles/esm/ch5-video-switcher/ch5-video-switcher.spec.d.ts +1 -0
  1405. package/build_bundles/esm/ch5-video-switcher/drag-drop-touch.d.ts +47 -0
  1406. package/build_bundles/esm/ch5-video-switcher/index.d.ts +5 -0
  1407. package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-attributes.d.ts +29 -0
  1408. package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-documentation.d.ts +4 -0
  1409. package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-attributes.d.ts +5 -0
  1410. package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-documentation.d.ts +3 -0
  1411. package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-label-documentation.d.ts +2 -0
  1412. package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-attributes.d.ts +5 -0
  1413. package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-documentation.d.ts +3 -0
  1414. package/build_bundles/esm/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-label-documentation.d.ts +2 -0
  1415. package/build_bundles/esm/ch5-video-switcher/interfaces/index.d.ts +9 -0
  1416. package/build_bundles/esm/ch5-video-switcher/interfaces/t-ch5-video-switcher.d.ts +5 -0
  1417. package/build_bundles/esm/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.d.ts +57 -0
  1418. package/build_bundles/esm/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.spec.d.ts +1 -0
  1419. package/build_bundles/esm/ch5-wifi-signal-level-gauge/index.d.ts +1 -0
  1420. package/build_bundles/esm/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-attributes.d.ts +11 -0
  1421. package/build_bundles/esm/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-documentation.d.ts +4 -0
  1422. package/build_bundles/esm/ch5-wifi-signal-level-gauge/interfaces/index.d.ts +3 -0
  1423. package/build_bundles/esm/ch5-wifi-signal-level-gauge/interfaces/t-ch5-wifi-signal-level-gauge.d.ts +3 -0
  1424. package/build_bundles/esm/index.d.ts +45 -0
  1425. package/build_bundles/esm/index.js +1 -0
  1426. package/build_bundles/esm/utility-models/ch5-role-attribute-mapping.d.ts +52 -0
  1427. package/build_bundles/esm/utility-models/index.d.ts +1 -0
  1428. package/build_bundles/generate-metadata/icon-library.json +29566 -0
  1429. package/build_bundles/generate-metadata/sass-metadata.json +85433 -0
  1430. package/build_bundles/generate-metadata/sass-output.json +137182 -0
  1431. package/build_bundles/generate-metadata/sass-schema.json +2892 -0
  1432. package/build_bundles/generate-metadata/schema.json +27380 -0
  1433. package/build_bundles/umd/@types/ch5-animation/ch5-animation.d.ts +53 -0
  1434. package/build_bundles/umd/@types/ch5-animation/index.d.ts +1 -0
  1435. package/build_bundles/umd/@types/ch5-animation/interfaces/i-ch5-animation-attributes.d.ts +10 -0
  1436. package/build_bundles/umd/@types/ch5-animation/interfaces/t-ch5-animation.d.ts +2 -0
  1437. package/build_bundles/umd/@types/ch5-background/ch5-background.d.ts +114 -0
  1438. package/build_bundles/umd/@types/ch5-background/index.d.ts +1 -0
  1439. package/build_bundles/umd/@types/ch5-background/interfaces/i-ch5-background-attributes.d.ts +15 -0
  1440. package/build_bundles/umd/@types/ch5-background/interfaces/index.d.ts +2 -0
  1441. package/build_bundles/umd/@types/ch5-background/interfaces/t-ch5-background.d.ts +3 -0
  1442. package/build_bundles/umd/@types/ch5-base/ch5-base-class.d.ts +138 -0
  1443. package/build_bundles/umd/@types/ch5-base/ch5-base-log.d.ts +12 -0
  1444. package/build_bundles/umd/@types/ch5-button/ch5-button-base.d.ts +222 -0
  1445. package/build_bundles/umd/@types/ch5-button/ch5-button-label.d.ts +9 -0
  1446. package/build_bundles/umd/@types/ch5-button/ch5-button-mode-state.d.ts +42 -0
  1447. package/build_bundles/umd/@types/ch5-button/ch5-button-mode.d.ts +38 -0
  1448. package/build_bundles/umd/@types/ch5-button/ch5-button-signal.d.ts +16 -0
  1449. package/build_bundles/umd/@types/ch5-button/ch5-button-utils.d.ts +22 -0
  1450. package/build_bundles/umd/@types/ch5-button/ch5-button.d.ts +9 -0
  1451. package/build_bundles/umd/@types/ch5-button/index.d.ts +5 -0
  1452. package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-attributes.d.ts +40 -0
  1453. package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-label-attributes.d.ts +2 -0
  1454. package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-mode-attributes.d.ts +3 -0
  1455. package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-mode-common.d.ts +14 -0
  1456. package/build_bundles/umd/@types/ch5-button/interfaces/i-ch5-button-mode-state-attributes.d.ts +5 -0
  1457. package/build_bundles/umd/@types/ch5-button/interfaces/index.d.ts +5 -0
  1458. package/build_bundles/umd/@types/ch5-button/interfaces/t-ch5-button.d.ts +20 -0
  1459. package/build_bundles/umd/@types/ch5-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  1460. package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-base.d.ts +213 -0
  1461. package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-individual-button-base.d.ts +25 -0
  1462. package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-label-base.d.ts +7 -0
  1463. package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-mode-base.d.ts +43 -0
  1464. package/build_bundles/umd/@types/ch5-button-list/base-classes/ch5-button-list-mode-state-base.d.ts +47 -0
  1465. package/build_bundles/umd/@types/ch5-button-list/ch5-button-list-individual-button.d.ts +8 -0
  1466. package/build_bundles/umd/@types/ch5-button-list/ch5-button-list-label.d.ts +6 -0
  1467. package/build_bundles/umd/@types/ch5-button-list/ch5-button-list-mode-state.d.ts +8 -0
  1468. package/build_bundles/umd/@types/ch5-button-list/ch5-button-list-mode.d.ts +8 -0
  1469. package/build_bundles/umd/@types/ch5-button-list/ch5-button-list.d.ts +9 -0
  1470. package/build_bundles/umd/@types/ch5-button-list/index.d.ts +5 -0
  1471. package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-attributes.d.ts +56 -0
  1472. package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-individual-button-attributes.d.ts +6 -0
  1473. package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-label-documentation.d.ts +2 -0
  1474. package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-attributes.d.ts +13 -0
  1475. package/build_bundles/umd/@types/ch5-button-list/interfaces/i-ch5-button-list-mode-state-attributes.d.ts +14 -0
  1476. package/build_bundles/umd/@types/ch5-button-list/interfaces/t-ch5-button-list.d.ts +14 -0
  1477. package/build_bundles/umd/@types/ch5-button-list/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  1478. package/build_bundles/umd/@types/ch5-color-chip/ch5-color-chip.d.ts +51 -0
  1479. package/build_bundles/umd/@types/ch5-color-chip/index.d.ts +1 -0
  1480. package/build_bundles/umd/@types/ch5-color-chip/interfaces/i-ch5-color-chip-attributes.d.ts +12 -0
  1481. package/build_bundles/umd/@types/ch5-color-picker/ch5-color-picker.d.ts +61 -0
  1482. package/build_bundles/umd/@types/ch5-color-picker/color-picker.d.ts +10 -0
  1483. package/build_bundles/umd/@types/ch5-color-picker/index.d.ts +1 -0
  1484. package/build_bundles/umd/@types/ch5-color-picker/interfaces/i-ch5-color-picker-attributes.d.ts +10 -0
  1485. package/build_bundles/umd/@types/ch5-common/ch5-augment-var-signals-names.d.ts +12 -0
  1486. package/build_bundles/umd/@types/ch5-common/ch5-common-log.d.ts +12 -0
  1487. package/build_bundles/umd/@types/ch5-common/ch5-common.d.ts +183 -0
  1488. package/build_bundles/umd/@types/ch5-common/ch5-config.d.ts +37 -0
  1489. package/build_bundles/umd/@types/ch5-common/ch5-log.d.ts +13 -0
  1490. package/build_bundles/umd/@types/ch5-common/ch5-mutation-observer.d.ts +19 -0
  1491. package/build_bundles/umd/@types/ch5-common/ch5-pressable-slider.d.ts +61 -0
  1492. package/build_bundles/umd/@types/ch5-common/ch5-pressable.d.ts +43 -0
  1493. package/build_bundles/umd/@types/ch5-common/ch5-signal-attribute-registry.d.ts +41 -0
  1494. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-appendclasswheninviewport.d.ts +3 -0
  1495. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customclass.d.ts +3 -0
  1496. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-customstyle.d.ts +3 -0
  1497. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-dir.d.ts +3 -0
  1498. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-id.d.ts +3 -0
  1499. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-noshowtype.d.ts +4 -0
  1500. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomclass.d.ts +3 -0
  1501. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatecustomstyle.d.ts +3 -0
  1502. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateenable.d.ts +3 -0
  1503. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestatehidepulse.d.ts +3 -0
  1504. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshow.d.ts +3 -0
  1505. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-receivestateshowpulse.d.ts +3 -0
  1506. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-sendeventonshow.d.ts +3 -0
  1507. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-attributes-show.d.ts +3 -0
  1508. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-class.d.ts +3 -0
  1509. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-debug.d.ts +4 -0
  1510. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-disabled.d.ts +4 -0
  1511. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-role.d.ts +3 -0
  1512. package/build_bundles/umd/@types/ch5-common/interfaces/common/i-ch5-common-style.d.ts +3 -0
  1513. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-button-list-attributes.d.ts +13 -0
  1514. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-animation.d.ts +10 -0
  1515. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-color-chip.d.ts +10 -0
  1516. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-datetime.d.ts +11 -0
  1517. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-dpad-child.d.ts +8 -0
  1518. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-media-player.d.ts +12 -0
  1519. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-set3.d.ts +11 -0
  1520. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-template.d.ts +11 -0
  1521. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-text.d.ts +12 -0
  1522. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-toggle.d.ts +16 -0
  1523. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-video-documentation.d.ts +8 -0
  1524. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-video-switcher.d.ts +13 -0
  1525. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes-video.d.ts +13 -0
  1526. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-attributes.d.ts +16 -0
  1527. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common-documentation-video-switcher.d.ts +8 -0
  1528. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-common.d.ts +8 -0
  1529. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-gestureable.d.ts +4 -0
  1530. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +13 -0
  1531. package/build_bundles/umd/@types/ch5-common/interfaces/i-ch5-tab-button-attributes.d.ts +13 -0
  1532. package/build_bundles/umd/@types/ch5-common/interfaces/index.d.ts +7 -0
  1533. package/build_bundles/umd/@types/ch5-common/interfaces/t-ch5-common.d.ts +8 -0
  1534. package/build_bundles/umd/@types/ch5-common/utils/ch5-color-utils.d.ts +15 -0
  1535. package/build_bundles/umd/@types/ch5-common/utils/common-functions.d.ts +16 -0
  1536. package/build_bundles/umd/@types/ch5-common/utils/component-helper.d.ts +16 -0
  1537. package/build_bundles/umd/@types/ch5-common/utils/html-callback.d.ts +20 -0
  1538. package/build_bundles/umd/@types/ch5-common/utils/index.d.ts +1 -0
  1539. package/build_bundles/umd/@types/ch5-common-input/ch5-common-input.d.ts +55 -0
  1540. package/build_bundles/umd/@types/ch5-common-input/index.d.ts +1 -0
  1541. package/build_bundles/umd/@types/ch5-common-input/interfaces/i-ch5-common-input-attributes.d.ts +6 -0
  1542. package/build_bundles/umd/@types/ch5-common-input/interfaces/i-ch5-common-input.d.ts +5 -0
  1543. package/build_bundles/umd/@types/ch5-common-input/interfaces/t-ch5-common-input.d.ts +1 -0
  1544. package/build_bundles/umd/@types/ch5-core/ch5-component.d.ts +5 -0
  1545. package/build_bundles/umd/@types/ch5-core/ch5-core-intersection-observer.d.ts +14 -0
  1546. package/build_bundles/umd/@types/ch5-core/ch5-debug.d.ts +19 -0
  1547. package/build_bundles/umd/@types/ch5-core/ch5-heartbeat.d.ts +6 -0
  1548. package/build_bundles/umd/@types/ch5-core/ch5-platform.d.ts +15 -0
  1549. package/build_bundles/umd/@types/ch5-core/ch5-properties.d.ts +18 -0
  1550. package/build_bundles/umd/@types/ch5-core/ch5-property.d.ts +65 -0
  1551. package/build_bundles/umd/@types/ch5-core/ch5-signal-behavior-subject.d.ts +9 -0
  1552. package/build_bundles/umd/@types/ch5-core/ch5-signal-bridge-receive.d.ts +19 -0
  1553. package/build_bundles/umd/@types/ch5-core/ch5-signal-bridge.d.ts +18 -0
  1554. package/build_bundles/umd/@types/ch5-core/ch5-signal-factory.d.ts +17 -0
  1555. package/build_bundles/umd/@types/ch5-core/ch5-signal.d.ts +32 -0
  1556. package/build_bundles/umd/@types/ch5-core/ch5-translation-configuration.d.ts +4 -0
  1557. package/build_bundles/umd/@types/ch5-core/ch5-translation-factory.d.ts +10 -0
  1558. package/build_bundles/umd/@types/ch5-core/ch5-translation-listeners.d.ts +11 -0
  1559. package/build_bundles/umd/@types/ch5-core/ch5-translation-utility.d.ts +19 -0
  1560. package/build_bundles/umd/@types/ch5-core/ch5-uid.d.ts +5 -0
  1561. package/build_bundles/umd/@types/ch5-core/ch5-version.d.ts +4 -0
  1562. package/build_bundles/umd/@types/ch5-core/index.d.ts +32 -0
  1563. package/build_bundles/umd/@types/ch5-core/interfaces-sig-com.d.ts +53 -0
  1564. package/build_bundles/umd/@types/ch5-core/resize-observer.d.ts +1 -0
  1565. package/build_bundles/umd/@types/ch5-core/types/callbacks.d.ts +6 -0
  1566. package/build_bundles/umd/@types/ch5-core/types/ch5-platform-info.d.ts +13 -0
  1567. package/build_bundles/umd/@types/ch5-core/types/core.d.ts +19 -0
  1568. package/build_bundles/umd/@types/ch5-core/types/signal.type.d.ts +20 -0
  1569. package/build_bundles/umd/@types/ch5-core/utility-functions/animate.d.ts +4 -0
  1570. package/build_bundles/umd/@types/ch5-core/utility-functions/components.d.ts +1 -0
  1571. package/build_bundles/umd/@types/ch5-core/utility-functions/debounce.d.ts +5 -0
  1572. package/build_bundles/umd/@types/ch5-core/utility-functions/get-signal.d.ts +6 -0
  1573. package/build_bundles/umd/@types/ch5-core/utility-functions/is-crestron-device.d.ts +1 -0
  1574. package/build_bundles/umd/@types/ch5-core/utility-functions/is-crestron-touchscreen.d.ts +1 -0
  1575. package/build_bundles/umd/@types/ch5-core/utility-functions/is-ios-device.d.ts +1 -0
  1576. package/build_bundles/umd/@types/ch5-core/utility-functions/is-safari-mobile.d.ts +1 -0
  1577. package/build_bundles/umd/@types/ch5-core/utility-functions/publish-signal.d.ts +2 -0
  1578. package/build_bundles/umd/@types/ch5-core/utility-functions/signals.d.ts +1 -0
  1579. package/build_bundles/umd/@types/ch5-core/utility-functions/subscribe-in-view-port-change.d.ts +3 -0
  1580. package/build_bundles/umd/@types/ch5-core/utility-functions/subscribe-signal-script.d.ts +11 -0
  1581. package/build_bundles/umd/@types/ch5-core/utility-functions/subscribe-signal.d.ts +3 -0
  1582. package/build_bundles/umd/@types/ch5-core/utility-functions/textformat.d.ts +1 -0
  1583. package/build_bundles/umd/@types/ch5-core/utility-functions/translation-interface-register.d.ts +2 -0
  1584. package/build_bundles/umd/@types/ch5-core/utility-functions/trigger-translation.d.ts +1 -0
  1585. package/build_bundles/umd/@types/ch5-core/utility-functions/unsubscribe-signal.d.ts +2 -0
  1586. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-appendclass.d.ts +11 -0
  1587. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-appendstyle.d.ts +11 -0
  1588. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-enable.d.ts +14 -0
  1589. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-hidepulse.d.ts +18 -0
  1590. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-i18n.d.ts +18 -0
  1591. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-innerhtml.d.ts +11 -0
  1592. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-log.d.ts +3 -0
  1593. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-mutation-observer.d.ts +18 -0
  1594. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-show.d.ts +19 -0
  1595. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-showpulse.d.ts +19 -0
  1596. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-attrs-text-content.d.ts +11 -0
  1597. package/build_bundles/umd/@types/ch5-custom-attrs/ch5-custom-attributes.d.ts +22 -0
  1598. package/build_bundles/umd/@types/ch5-custom-attrs/index.d.ts +11 -0
  1599. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/helpers/custom-attribute.d.ts +6 -0
  1600. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/helpers/i-custom-attribute.d.ts +3 -0
  1601. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendclass.d.ts +3 -0
  1602. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-appendstyle.d.ts +3 -0
  1603. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-enable.d.ts +3 -0
  1604. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-hidepulse.d.ts +3 -0
  1605. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-i18n.d.ts +3 -0
  1606. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-innerhtml.d.ts +3 -0
  1607. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-keep-sig-subscription.d.ts +3 -0
  1608. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-noshow-type.d.ts +4 -0
  1609. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-show.d.ts +3 -0
  1610. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-showpulse.d.ts +3 -0
  1611. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/i-ch5-attrs-text-content.d.ts +3 -0
  1612. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/index.d.ts +14 -0
  1613. package/build_bundles/umd/@types/ch5-custom-attrs/interfaces/t-ch5-attrs.d.ts +12 -0
  1614. package/build_bundles/umd/@types/ch5-custom-attrs/utils/ch5-attrs-constants.d.ts +9 -0
  1615. package/build_bundles/umd/@types/ch5-custom-attrs/utils/ch5-attrs-utility.d.ts +1 -0
  1616. package/build_bundles/umd/@types/ch5-datetime/ch5-datetime.d.ts +66 -0
  1617. package/build_bundles/umd/@types/ch5-datetime/date-time-util.d.ts +1 -0
  1618. package/build_bundles/umd/@types/ch5-datetime/index.d.ts +1 -0
  1619. package/build_bundles/umd/@types/ch5-datetime/interfaces/i-ch5-datetime-attributes.d.ts +19 -0
  1620. package/build_bundles/umd/@types/ch5-datetime/interfaces/t-ch5-datetime.d.ts +3 -0
  1621. package/build_bundles/umd/@types/ch5-dpad/ch5-dpad-button-base.d.ts +74 -0
  1622. package/build_bundles/umd/@types/ch5-dpad/ch5-dpad-button.d.ts +9 -0
  1623. package/build_bundles/umd/@types/ch5-dpad/ch5-dpad-utils.d.ts +16 -0
  1624. package/build_bundles/umd/@types/ch5-dpad/ch5-dpad.d.ts +85 -0
  1625. package/build_bundles/umd/@types/ch5-dpad/index.d.ts +1 -0
  1626. package/build_bundles/umd/@types/ch5-dpad/interfaces/i-ch5-dpad-attributes.d.ts +20 -0
  1627. package/build_bundles/umd/@types/ch5-dpad/interfaces/i-ch5-dpad-button-base-attributes.d.ts +9 -0
  1628. package/build_bundles/umd/@types/ch5-dpad/interfaces/t-ch5-dpad.d.ts +5 -0
  1629. package/build_bundles/umd/@types/ch5-emulator/ch5-emulator.d.ts +44 -0
  1630. package/build_bundles/umd/@types/ch5-emulator/index.d.ts +1 -0
  1631. package/build_bundles/umd/@types/ch5-form/ch5-form.d.ts +90 -0
  1632. package/build_bundles/umd/@types/ch5-form/index.d.ts +1 -0
  1633. package/build_bundles/umd/@types/ch5-form/interfaces/i-ch5-form-attributes.d.ts +16 -0
  1634. package/build_bundles/umd/@types/ch5-image/ch5-image-mode.d.ts +14 -0
  1635. package/build_bundles/umd/@types/ch5-image/ch5-image-uri-model.d.ts +23 -0
  1636. package/build_bundles/umd/@types/ch5-image/ch5-image.d.ts +140 -0
  1637. package/build_bundles/umd/@types/ch5-image/index.d.ts +2 -0
  1638. package/build_bundles/umd/@types/ch5-image/interfaces/i-ch5-image-attributes.d.ts +23 -0
  1639. package/build_bundles/umd/@types/ch5-image/interfaces/i-ch5-image-mode-attributes.d.ts +3 -0
  1640. package/build_bundles/umd/@types/ch5-import-htmlsnippet/ch5-import-htmlsnippet.d.ts +34 -0
  1641. package/build_bundles/umd/@types/ch5-import-htmlsnippet/index.d.ts +1 -0
  1642. package/build_bundles/umd/@types/ch5-import-htmlsnippet/interfaces/i-ch5-import-htmlsnippet-attributes.d.ts +4 -0
  1643. package/build_bundles/umd/@types/ch5-jointotext-boolean/ch5-jointotext-boolean.d.ts +27 -0
  1644. package/build_bundles/umd/@types/ch5-jointotext-boolean/index.d.ts +1 -0
  1645. package/build_bundles/umd/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-attributes.d.ts +7 -0
  1646. package/build_bundles/umd/@types/ch5-jointotext-boolean/interfaces/i-ch5-jointotext-boolean-documentation.d.ts +4 -0
  1647. package/build_bundles/umd/@types/ch5-jointotext-boolean/interfaces/index.d.ts +2 -0
  1648. package/build_bundles/umd/@types/ch5-jointotext-numeric/ch5-jointotext-numeric.d.ts +47 -0
  1649. package/build_bundles/umd/@types/ch5-jointotext-numeric/format/float-format.d.ts +12 -0
  1650. package/build_bundles/umd/@types/ch5-jointotext-numeric/format/hex-format.d.ts +7 -0
  1651. package/build_bundles/umd/@types/ch5-jointotext-numeric/format/numeric-format-factory.d.ts +8 -0
  1652. package/build_bundles/umd/@types/ch5-jointotext-numeric/format/numeric-format.d.ts +3 -0
  1653. package/build_bundles/umd/@types/ch5-jointotext-numeric/format/percentage-format.d.ts +10 -0
  1654. package/build_bundles/umd/@types/ch5-jointotext-numeric/format/raw-format.d.ts +5 -0
  1655. package/build_bundles/umd/@types/ch5-jointotext-numeric/format/signed-format.d.ts +7 -0
  1656. package/build_bundles/umd/@types/ch5-jointotext-numeric/format/time-format.d.ts +5 -0
  1657. package/build_bundles/umd/@types/ch5-jointotext-numeric/format/unsigned-format.d.ts +7 -0
  1658. package/build_bundles/umd/@types/ch5-jointotext-numeric/index.d.ts +1 -0
  1659. package/build_bundles/umd/@types/ch5-jointotext-numeric/interfaces/i-ch5-jointotext-numeric-attributes.d.ts +11 -0
  1660. package/build_bundles/umd/@types/ch5-jointotext-numeric/interfaces/t-ch5-jointotext-numeric.d.ts +1 -0
  1661. package/build_bundles/umd/@types/ch5-jointotext-string/ch5-jointotext-string.d.ts +25 -0
  1662. package/build_bundles/umd/@types/ch5-jointotext-string/index.d.ts +1 -0
  1663. package/build_bundles/umd/@types/ch5-jointotext-string/interfaces/i-ch5-jointotext-string-attributes.d.ts +6 -0
  1664. package/build_bundles/umd/@types/ch5-keypad/ch5-keypad-btn.d.ts +53 -0
  1665. package/build_bundles/umd/@types/ch5-keypad/ch5-keypad-utils.d.ts +14 -0
  1666. package/build_bundles/umd/@types/ch5-keypad/ch5-keypad.d.ts +98 -0
  1667. package/build_bundles/umd/@types/ch5-keypad/index.d.ts +1 -0
  1668. package/build_bundles/umd/@types/ch5-keypad/interfaces/i-ch5-keypad-attributes.d.ts +25 -0
  1669. package/build_bundles/umd/@types/ch5-keypad/interfaces/i-ch5-keypad-btn-attributes.d.ts +8 -0
  1670. package/build_bundles/umd/@types/ch5-keypad/interfaces/t-ch5-keypad.d.ts +15 -0
  1671. package/build_bundles/umd/@types/ch5-label/ch5-label.d.ts +40 -0
  1672. package/build_bundles/umd/@types/ch5-label/index.d.ts +1 -0
  1673. package/build_bundles/umd/@types/ch5-label/interfaces/i-ch5-label-attributes.d.ts +5 -0
  1674. package/build_bundles/umd/@types/ch5-list/animation/ch5-animation-factory.d.ts +4 -0
  1675. package/build_bundles/umd/@types/ch5-list/animation/ch5-animation.d.ts +18 -0
  1676. package/build_bundles/umd/@types/ch5-list/animation/ch5-standard-animation.d.ts +8 -0
  1677. package/build_bundles/umd/@types/ch5-list/ch5-list-abstract-helper.d.ts +14 -0
  1678. package/build_bundles/umd/@types/ch5-list/ch5-list-animation.d.ts +39 -0
  1679. package/build_bundles/umd/@types/ch5-list/ch5-list-buffered-items.d.ts +17 -0
  1680. package/build_bundles/umd/@types/ch5-list/ch5-list-event-manager.d.ts +25 -0
  1681. package/build_bundles/umd/@types/ch5-list/ch5-list-signal-manager.d.ts +12 -0
  1682. package/build_bundles/umd/@types/ch5-list/ch5-list-size-resolver.d.ts +16 -0
  1683. package/build_bundles/umd/@types/ch5-list/ch5-list-template.d.ts +53 -0
  1684. package/build_bundles/umd/@types/ch5-list/ch5-list.d.ts +283 -0
  1685. package/build_bundles/umd/@types/ch5-list/index.d.ts +1 -0
  1686. package/build_bundles/umd/@types/ch5-list/interfaces/i-ch5-list-attributes.d.ts +21 -0
  1687. package/build_bundles/umd/@types/ch5-list/interfaces/index.d.ts +2 -0
  1688. package/build_bundles/umd/@types/ch5-list/interfaces/t-ch5-list.d.ts +1 -0
  1689. package/build_bundles/umd/@types/ch5-list/passiveEventListeners.d.ts +3 -0
  1690. package/build_bundles/umd/@types/ch5-logger/appender/AbstractAppender.d.ts +13 -0
  1691. package/build_bundles/umd/@types/ch5-logger/appender/AppenderFactory.d.ts +6 -0
  1692. package/build_bundles/umd/@types/ch5-logger/appender/RemoteAppender.d.ts +18 -0
  1693. package/build_bundles/umd/@types/ch5-logger/enums/index.d.ts +13 -0
  1694. package/build_bundles/umd/@types/ch5-logger/helpers/LogMessage.d.ts +12 -0
  1695. package/build_bundles/umd/@types/ch5-logger/helpers/LogMessagesFilter.d.ts +17 -0
  1696. package/build_bundles/umd/@types/ch5-logger/helpers/index.d.ts +2 -0
  1697. package/build_bundles/umd/@types/ch5-logger/index.d.ts +3 -0
  1698. package/build_bundles/umd/@types/ch5-logger/logger/Logger.d.ts +33 -0
  1699. package/build_bundles/umd/@types/ch5-logger/logger/index.d.ts +1 -0
  1700. package/build_bundles/umd/@types/ch5-logger/services/RequestService.d.ts +11 -0
  1701. package/build_bundles/umd/@types/ch5-logger/services/index.d.ts +1 -0
  1702. package/build_bundles/umd/@types/ch5-logger/types/index.d.ts +12 -0
  1703. package/build_bundles/umd/@types/ch5-logger/utility/getLogger.d.ts +4 -0
  1704. package/build_bundles/umd/@types/ch5-logger/utility/getRemoteAppender.d.ts +2 -0
  1705. package/build_bundles/umd/@types/ch5-logger/utility/index.d.ts +3 -0
  1706. package/build_bundles/umd/@types/ch5-logger/utility/uriSchemaValidation.d.ts +1 -0
  1707. package/build_bundles/umd/@types/ch5-media-player/ch5-media-player-common.d.ts +4 -0
  1708. package/build_bundles/umd/@types/ch5-media-player/ch5-media-player-icon-button-base.d.ts +33 -0
  1709. package/build_bundles/umd/@types/ch5-media-player/ch5-media-player-my-music.d.ts +38 -0
  1710. package/build_bundles/umd/@types/ch5-media-player/ch5-media-player-now-playing.d.ts +68 -0
  1711. package/build_bundles/umd/@types/ch5-media-player/ch5-media-player.d.ts +83 -0
  1712. package/build_bundles/umd/@types/ch5-media-player/commonInterface.d.ts +133 -0
  1713. package/build_bundles/umd/@types/ch5-media-player/index.d.ts +3 -0
  1714. package/build_bundles/umd/@types/ch5-media-player/interfaces/i-ch5-media-player-attributes.d.ts +15 -0
  1715. package/build_bundles/umd/@types/ch5-media-player/interfaces/t-ch5-media-player.d.ts +27 -0
  1716. package/build_bundles/umd/@types/ch5-media-player/music-player.d.ts +64 -0
  1717. package/build_bundles/umd/@types/ch5-modal-dialog/ch5-modal-dialog.d.ts +103 -0
  1718. package/build_bundles/umd/@types/ch5-modal-dialog/index.d.ts +1 -0
  1719. package/build_bundles/umd/@types/ch5-modal-dialog/interfaces/i-ch5-modal-dialog-attributes.d.ts +30 -0
  1720. package/build_bundles/umd/@types/ch5-overlay-panel/ch5-overlay-panel.d.ts +93 -0
  1721. package/build_bundles/umd/@types/ch5-overlay-panel/index.d.ts +1 -0
  1722. package/build_bundles/umd/@types/ch5-overlay-panel/interfaces/i-ch5-overlay-panel-attributes.d.ts +17 -0
  1723. package/build_bundles/umd/@types/ch5-overlay-panel/interfaces/index.d.ts +2 -0
  1724. package/build_bundles/umd/@types/ch5-overlay-panel/interfaces/t-ch5-overlay-panel.d.ts +3 -0
  1725. package/build_bundles/umd/@types/ch5-qrcode/ch5-qrcode.d.ts +32 -0
  1726. package/build_bundles/umd/@types/ch5-qrcode/index.d.ts +1 -0
  1727. package/build_bundles/umd/@types/ch5-qrcode/interfaces/i-ch5-qrcode-attributes.d.ts +12 -0
  1728. package/build_bundles/umd/@types/ch5-resync/ch5-resync.d.ts +27 -0
  1729. package/build_bundles/umd/@types/ch5-resync/models/ch5-clear-range-data-model.d.ts +17 -0
  1730. package/build_bundles/umd/@types/ch5-resync/models/ch5-exclude-prefixes-model.d.ts +3 -0
  1731. package/build_bundles/umd/@types/ch5-resync/models/ch5-resync-constants.d.ts +3 -0
  1732. package/build_bundles/umd/@types/ch5-resync/models/ch5-resync-reset-event-names-enum.d.ts +8 -0
  1733. package/build_bundles/umd/@types/ch5-resync/models/ch5-states-at-default-value-model.d.ts +2 -0
  1734. package/build_bundles/umd/@types/ch5-resync/models/resynchronization-request-model.d.ts +9 -0
  1735. package/build_bundles/umd/@types/ch5-segmented-gauge/ch5-segmented-gauge.d.ts +86 -0
  1736. package/build_bundles/umd/@types/ch5-segmented-gauge/index.d.ts +1 -0
  1737. package/build_bundles/umd/@types/ch5-segmented-gauge/interfaces/i-ch5-segmented-gauge-attributes.d.ts +17 -0
  1738. package/build_bundles/umd/@types/ch5-segmented-gauge/interfaces/t-ch5-segmented-gauge.d.ts +3 -0
  1739. package/build_bundles/umd/@types/ch5-select/ch5-select.d.ts +203 -0
  1740. package/build_bundles/umd/@types/ch5-select/index.d.ts +1 -0
  1741. package/build_bundles/umd/@types/ch5-select/interfaces/i-ch5-select-attributes.d.ts +27 -0
  1742. package/build_bundles/umd/@types/ch5-select/interfaces/index.d.ts +2 -0
  1743. package/build_bundles/umd/@types/ch5-select/interfaces/t-ch5-select.d.ts +2 -0
  1744. package/build_bundles/umd/@types/ch5-select-option/ch5-select-option.d.ts +75 -0
  1745. package/build_bundles/umd/@types/ch5-select-option/index.d.ts +1 -0
  1746. package/build_bundles/umd/@types/ch5-select-option/interfaces/i-ch5-select-option-attributes.d.ts +11 -0
  1747. package/build_bundles/umd/@types/ch5-select-option/interfaces/types/t-ch5-select-option-icon-position.d.ts +1 -0
  1748. package/build_bundles/umd/@types/ch5-signal-level-gauge/ch5-signal-level-gauge.d.ts +53 -0
  1749. package/build_bundles/umd/@types/ch5-signal-level-gauge/index.d.ts +1 -0
  1750. package/build_bundles/umd/@types/ch5-signal-level-gauge/interfaces/i-ch5-signal-level-gauge-attributes.d.ts +12 -0
  1751. package/build_bundles/umd/@types/ch5-signal-level-gauge/interfaces/t-ch5-signal-level-gauge.d.ts +2 -0
  1752. package/build_bundles/umd/@types/ch5-slider/ch5-slider-button-label.d.ts +23 -0
  1753. package/build_bundles/umd/@types/ch5-slider/ch5-slider-button.d.ts +37 -0
  1754. package/build_bundles/umd/@types/ch5-slider/ch5-slider-title-label.d.ts +23 -0
  1755. package/build_bundles/umd/@types/ch5-slider/ch5-slider.d.ts +225 -0
  1756. package/build_bundles/umd/@types/ch5-slider/index.d.ts +2 -0
  1757. package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-attributes.d.ts +35 -0
  1758. package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-button-attributes.d.ts +19 -0
  1759. package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-button-documentation.d.ts +3 -0
  1760. package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-button-label-documentation.d.ts +2 -0
  1761. package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-documentation.d.ts +4 -0
  1762. package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-title-label-attributes.d.ts +5 -0
  1763. package/build_bundles/umd/@types/ch5-slider/interfaces/i-ch5-slider-title-label-documentation.d.ts +3 -0
  1764. package/build_bundles/umd/@types/ch5-slider/interfaces/index.d.ts +9 -0
  1765. package/build_bundles/umd/@types/ch5-slider/interfaces/t-ch5-slider-button.d.ts +6 -0
  1766. package/build_bundles/umd/@types/ch5-slider/interfaces/t-ch5-slider.d.ts +11 -0
  1767. package/build_bundles/umd/@types/ch5-spinner/ch5-mouse-velocity.d.ts +35 -0
  1768. package/build_bundles/umd/@types/ch5-spinner/ch5-spinner-events.d.ts +16 -0
  1769. package/build_bundles/umd/@types/ch5-spinner/ch5-spinner-mutation-observer.d.ts +7 -0
  1770. package/build_bundles/umd/@types/ch5-spinner/ch5-spinner-scroll.d.ts +44 -0
  1771. package/build_bundles/umd/@types/ch5-spinner/ch5-spinner-template.d.ts +58 -0
  1772. package/build_bundles/umd/@types/ch5-spinner/ch5-spinner.d.ts +145 -0
  1773. package/build_bundles/umd/@types/ch5-spinner/index.d.ts +1 -0
  1774. package/build_bundles/umd/@types/ch5-spinner/interfaces/i-ch5-spinner-attributes.d.ts +27 -0
  1775. package/build_bundles/umd/@types/ch5-spinner/interfaces/index.d.ts +2 -0
  1776. package/build_bundles/umd/@types/ch5-spinner/interfaces/t-ch5-spinner.d.ts +2 -0
  1777. package/build_bundles/umd/@types/ch5-subpage-reference-list/ch5-subpage-reference-list.d.ts +159 -0
  1778. package/build_bundles/umd/@types/ch5-subpage-reference-list/index.d.ts +2 -0
  1779. package/build_bundles/umd/@types/ch5-subpage-reference-list/interfaces/i-ch5-subpage-reference-list-attributes.d.ts +31 -0
  1780. package/build_bundles/umd/@types/ch5-subpage-reference-list/interfaces/t-ch5-subpage-reference-list.d.ts +3 -0
  1781. package/build_bundles/umd/@types/ch5-subpage-reference-list/refresh-ch5-subpage-reference-list.d.ts +3 -0
  1782. package/build_bundles/umd/@types/ch5-tab-button/ch5-tab-button-individual-button.d.ts +28 -0
  1783. package/build_bundles/umd/@types/ch5-tab-button/ch5-tab-button-label.d.ts +6 -0
  1784. package/build_bundles/umd/@types/ch5-tab-button/ch5-tab-button.d.ts +109 -0
  1785. package/build_bundles/umd/@types/ch5-tab-button/index.d.ts +3 -0
  1786. package/build_bundles/umd/@types/ch5-tab-button/interfaces/i-ch5-tab-button-attributes.d.ts +34 -0
  1787. package/build_bundles/umd/@types/ch5-tab-button/interfaces/i-ch5-tab-button-individual-button-attributes.d.ts +6 -0
  1788. package/build_bundles/umd/@types/ch5-tab-button/interfaces/t-ch5-tab-button.d.ts +7 -0
  1789. package/build_bundles/umd/@types/ch5-tab-button/interfaces/t-for-ch5-button-list-contract.d.ts +6 -0
  1790. package/build_bundles/umd/@types/ch5-template/ch5-template-structure.d.ts +20 -0
  1791. package/build_bundles/umd/@types/ch5-template/ch5-template.d.ts +59 -0
  1792. package/build_bundles/umd/@types/ch5-template/index.d.ts +2 -0
  1793. package/build_bundles/umd/@types/ch5-template/interfaces/i-ch5-template-attributes.d.ts +14 -0
  1794. package/build_bundles/umd/@types/ch5-template/interfaces/t-ch5-template.d.ts +3 -0
  1795. package/build_bundles/umd/@types/ch5-template/refresh-ch5-template.d.ts +3 -0
  1796. package/build_bundles/umd/@types/ch5-text/ch5-text.d.ts +63 -0
  1797. package/build_bundles/umd/@types/ch5-text/index.d.ts +1 -0
  1798. package/build_bundles/umd/@types/ch5-text/interfaces/i-ch5-text-attributes.d.ts +12 -0
  1799. package/build_bundles/umd/@types/ch5-text/interfaces/t-ch5-text.d.ts +2 -0
  1800. package/build_bundles/umd/@types/ch5-textinput/ch5-textinput-mask.d.ts +69 -0
  1801. package/build_bundles/umd/@types/ch5-textinput/ch5-textinput.d.ts +135 -0
  1802. package/build_bundles/umd/@types/ch5-textinput/index.d.ts +1 -0
  1803. package/build_bundles/umd/@types/ch5-textinput/interfaces/i-ch5-text-input-attributes.d.ts +29 -0
  1804. package/build_bundles/umd/@types/ch5-textinput/interfaces/i-ch5-text-input.d.ts +7 -0
  1805. package/build_bundles/umd/@types/ch5-textinput/interfaces/index.d.ts +3 -0
  1806. package/build_bundles/umd/@types/ch5-textinput/interfaces/t-ch5-text-input.d.ts +5 -0
  1807. package/build_bundles/umd/@types/ch5-toggle/ch5-toggle.d.ts +95 -0
  1808. package/build_bundles/umd/@types/ch5-toggle/index.d.ts +1 -0
  1809. package/build_bundles/umd/@types/ch5-toggle/interfaces/i-ch5-toggle-attributes.d.ts +22 -0
  1810. package/build_bundles/umd/@types/ch5-toggle/interfaces/t-ch5-toggle.d.ts +4 -0
  1811. package/build_bundles/umd/@types/ch5-touch/ch5-touch-activity.d.ts +30 -0
  1812. package/build_bundles/umd/@types/ch5-touch/index.d.ts +1 -0
  1813. package/build_bundles/umd/@types/ch5-triggerview/ch5-triggerview-child.d.ts +36 -0
  1814. package/build_bundles/umd/@types/ch5-triggerview/ch5-triggerview-slides-manager.d.ts +48 -0
  1815. package/build_bundles/umd/@types/ch5-triggerview/ch5-triggerview-swiper.d.ts +9 -0
  1816. package/build_bundles/umd/@types/ch5-triggerview/ch5-triggerview.d.ts +73 -0
  1817. package/build_bundles/umd/@types/ch5-triggerview/index.d.ts +2 -0
  1818. package/build_bundles/umd/@types/ch5-triggerview/interfaces/i-ch5-triggerview-attributes.d.ts +10 -0
  1819. package/build_bundles/umd/@types/ch5-triggerview/interfaces/i-ch5-triggerview-child-attributes.d.ts +5 -0
  1820. package/build_bundles/umd/@types/ch5-triggerview/utils.d.ts +13 -0
  1821. package/build_bundles/umd/@types/ch5-video/ch5-video-snapshot.d.ts +18 -0
  1822. package/build_bundles/umd/@types/ch5-video/ch5-video-touch-manager.d.ts +12 -0
  1823. package/build_bundles/umd/@types/ch5-video/ch5-video-utils.d.ts +17 -0
  1824. package/build_bundles/umd/@types/ch5-video/ch5-video.d.ts +185 -0
  1825. package/build_bundles/umd/@types/ch5-video/index.d.ts +1 -0
  1826. package/build_bundles/umd/@types/ch5-video/interfaces/i-ch5-video-attributes.d.ts +39 -0
  1827. package/build_bundles/umd/@types/ch5-video/interfaces/i-ch5-video-documentation.d.ts +4 -0
  1828. package/build_bundles/umd/@types/ch5-video/interfaces/i-ch5-video-helper.d.ts +96 -0
  1829. package/build_bundles/umd/@types/ch5-video/interfaces/index.d.ts +4 -0
  1830. package/build_bundles/umd/@types/ch5-video/interfaces/t-ch5-video.d.ts +3 -0
  1831. package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher-screen-label.d.ts +9 -0
  1832. package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher-screen.d.ts +24 -0
  1833. package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher-source-label.d.ts +9 -0
  1834. package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher-source.d.ts +25 -0
  1835. package/build_bundles/umd/@types/ch5-video-switcher/ch5-video-switcher.d.ts +159 -0
  1836. package/build_bundles/umd/@types/ch5-video-switcher/drag-drop-touch.d.ts +47 -0
  1837. package/build_bundles/umd/@types/ch5-video-switcher/index.d.ts +5 -0
  1838. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-attributes.d.ts +29 -0
  1839. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-documentation.d.ts +4 -0
  1840. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-attributes.d.ts +5 -0
  1841. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-documentation.d.ts +3 -0
  1842. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-screen-label-documentation.d.ts +2 -0
  1843. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-attributes.d.ts +5 -0
  1844. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-documentation.d.ts +3 -0
  1845. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/i-ch5-video-switcher-source-label-documentation.d.ts +2 -0
  1846. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/index.d.ts +9 -0
  1847. package/build_bundles/umd/@types/ch5-video-switcher/interfaces/t-ch5-video-switcher.d.ts +5 -0
  1848. package/build_bundles/umd/@types/ch5-wifi-signal-level-gauge/ch5-wifi-signal-level-gauge.d.ts +57 -0
  1849. package/build_bundles/umd/@types/ch5-wifi-signal-level-gauge/index.d.ts +1 -0
  1850. package/build_bundles/umd/@types/ch5-wifi-signal-level-gauge/interfaces/i-ch5-wifi-signal-level-gauge-attributes.d.ts +11 -0
  1851. package/build_bundles/umd/@types/ch5-wifi-signal-level-gauge/interfaces/t-ch5-wifi-signal-level-gauge.d.ts +3 -0
  1852. package/build_bundles/umd/@types/index.d.ts +45 -0
  1853. package/build_bundles/umd/@types/utility-models/ch5-role-attribute-mapping.d.ts +52 -0
  1854. package/build_bundles/umd/@types/utility-models/index.d.ts +1 -0
  1855. package/build_bundles/umd/cr-com-lib.js +2 -0
  1856. package/build_bundles/umd/cr-com-lib.js.LICENSE.txt +30 -0
  1857. package/package.json +147 -0
@@ -0,0 +1,222 @@
1
+ import { Ch5Common } from "../ch5-common/ch5-common";
2
+ import { Ch5SignalElementAttributeRegistryEntries } from "../ch5-common/ch5-signal-attribute-registry";
3
+ import { Ch5Properties } from "../ch5-core/ch5-properties";
4
+ import { ICh5PropertySettings } from "../ch5-core/ch5-property";
5
+ import { TCh5ButtonIconPosition, TCh5ButtonOrientation, TCh5ButtonShape, TCh5ButtonSize, TCh5ButtonStretch, TCh5ButtonType, TCh5ButtonActionType, TCh5ButtonCheckboxPosition, TCh5ButtonHorizontalAlignLabel, TCh5ButtonVerticalAlignLabel, TCh5ButtonBackgroundImageFillType, TCh5ButtonIconUrlFillType, TCh5ButtonSgIconTheme } from './interfaces/t-ch5-button';
6
+ import { ICh5ButtonListContractObj } from "./interfaces/t-for-ch5-button-list-contract";
7
+ import { ICh5ButtonAttributes } from "./interfaces/i-ch5-button-attributes";
8
+ import { Ch5ButtonMode } from "./ch5-button-mode";
9
+ import { Ch5ButtonModeState } from "./ch5-button-mode-state";
10
+ export declare class Ch5ButtonBase extends Ch5Common implements ICh5ButtonAttributes {
11
+ buttonListContractObj?: ICh5ButtonListContractObj | undefined;
12
+ static readonly TYPES: TCh5ButtonType[];
13
+ static readonly SHAPES: TCh5ButtonShape[];
14
+ static readonly SIZES: TCh5ButtonSize[];
15
+ static readonly STRETCHES: TCh5ButtonStretch[];
16
+ static readonly BACKGROUND_IMAGE_FILL_TYPE: TCh5ButtonBackgroundImageFillType[];
17
+ static readonly ICON_URL_FILL_TYPE: TCh5ButtonIconUrlFillType[];
18
+ static readonly ICON_POSITIONS: TCh5ButtonIconPosition[];
19
+ static readonly CHECKBOX_POSITIONS: TCh5ButtonCheckboxPosition[];
20
+ static readonly HORIZONTAL_LABEL_ALIGNMENTS: TCh5ButtonHorizontalAlignLabel[];
21
+ static readonly VERTICAL_LABEL_ALIGNMENTS: TCh5ButtonVerticalAlignLabel[];
22
+ static readonly ORIENTATIONS: TCh5ButtonOrientation[];
23
+ static readonly SG_ICON_THEME: TCh5ButtonSgIconTheme[];
24
+ static readonly MODES: {
25
+ MIN_LENGTH: number;
26
+ MAX_LENGTH: number;
27
+ };
28
+ static readonly MAX_SG_NUMERIC: number;
29
+ static readonly COMPONENT_DATA: any;
30
+ static readonly SIGNAL_ATTRIBUTE_TYPES: Ch5SignalElementAttributeRegistryEntries;
31
+ static readonly COMPONENT_PROPERTIES: ICh5PropertySettings[];
32
+ private readonly BUTTON_PROPERTIES;
33
+ private readonly STATE_CHANGE_TIMEOUTS;
34
+ private readonly BUTTON_PRIMARY_CLASS;
35
+ private readonly pressedCssClassPostfix;
36
+ private readonly selectedCssClassPostfix;
37
+ private isResizeInProgress;
38
+ private readonly RESIZE_DEBOUNCE;
39
+ readonly ELEMENT_NAME: string;
40
+ primaryCssClass: string;
41
+ private DEBOUNCE_BUTTON_DISPLAY;
42
+ private _elContainer;
43
+ private _elButton;
44
+ private _elSpanForLabelOnly;
45
+ private _elSpanForLabelIconImg;
46
+ private _elIcon;
47
+ private _elCheckboxIcon;
48
+ protected _ch5Properties: Ch5Properties;
49
+ private _isPressedSubscription;
50
+ private _mode;
51
+ private isModeSetUsingJavascript;
52
+ private _label;
53
+ private _labelInnerHTML;
54
+ private isLabelSetUsingJavascript;
55
+ private labelSetByJavascriptValue;
56
+ private _iconClass;
57
+ private _previousIconClass;
58
+ private _previousSgIconNumeric;
59
+ private _previousSgIconString;
60
+ private _iconPosition;
61
+ private _checkboxPosition;
62
+ private _checkboxShow;
63
+ private isButtonInitiated;
64
+ private _hAlignLabel;
65
+ private _vAlignLabel;
66
+ private _orientation;
67
+ private _shape;
68
+ private _size;
69
+ private _formType;
70
+ private _stretch;
71
+ private _type;
72
+ private _iconUrlFillType;
73
+ private _selected;
74
+ private _customClassState;
75
+ private _sigNameReceiveSelected;
76
+ private _subReceiveSelected;
77
+ private _sigNameSendOnTouch;
78
+ private _sigNameSendOnClick;
79
+ private _sigNameReceiveStateMode;
80
+ private _subReceiveSignalMode;
81
+ private _repeatDigitalInterval;
82
+ private _ch5ButtonSignal;
83
+ private _pressable;
84
+ private _iconUrl;
85
+ private _previousIconUrl;
86
+ private _customClassPressed;
87
+ private _customClassDisabled;
88
+ private sgIconNumeric;
89
+ private sgIconString;
90
+ private buttonListContract;
91
+ private previousExtendedProperties;
92
+ private debounceSetButtonDisplay;
93
+ set label(value: string);
94
+ get label(): string;
95
+ set labelInnerHTML(value: string);
96
+ get labelInnerHTML(): string;
97
+ set formType(value: TCh5ButtonActionType | null);
98
+ get formType(): TCh5ButtonActionType | null;
99
+ set customClass(value: string);
100
+ get customClass(): string;
101
+ set customStyle(value: string);
102
+ get customStyle(): string;
103
+ set iconClass(value: string);
104
+ get iconClass(): string;
105
+ set hAlignLabel(value: TCh5ButtonHorizontalAlignLabel);
106
+ get hAlignLabel(): TCh5ButtonHorizontalAlignLabel;
107
+ private setButtonAttribute;
108
+ set vAlignLabel(value: TCh5ButtonVerticalAlignLabel);
109
+ get vAlignLabel(): TCh5ButtonVerticalAlignLabel;
110
+ set mode(value: number);
111
+ get mode(): number;
112
+ set checkboxPosition(value: TCh5ButtonCheckboxPosition);
113
+ get checkboxPosition(): TCh5ButtonCheckboxPosition;
114
+ set checkboxShow(value: boolean);
115
+ get checkboxShow(): boolean;
116
+ set iconPosition(value: TCh5ButtonIconPosition);
117
+ get iconPosition(): TCh5ButtonIconPosition;
118
+ set iconUrl(value: string);
119
+ get iconUrl(): string;
120
+ set orientation(value: TCh5ButtonOrientation);
121
+ get orientation(): TCh5ButtonOrientation;
122
+ set type(value: TCh5ButtonType);
123
+ get type(): TCh5ButtonType;
124
+ set shape(value: TCh5ButtonShape);
125
+ get shape(): TCh5ButtonShape;
126
+ set size(value: TCh5ButtonSize);
127
+ get size(): TCh5ButtonSize;
128
+ set stretch(value: TCh5ButtonStretch | null);
129
+ get stretch(): TCh5ButtonStretch | null;
130
+ set selected(value: boolean);
131
+ get selected(): boolean;
132
+ set pressed(value: boolean);
133
+ get pressed(): boolean;
134
+ set customClassState(value: string);
135
+ get customClassState(): string;
136
+ set customClassPressed(value: string | null);
137
+ get customClassPressed(): string | null;
138
+ set customClassDisabled(value: string | null);
139
+ get customClassDisabled(): string | null;
140
+ set backgroundImageUrl(value: string);
141
+ get backgroundImageUrl(): string;
142
+ set backgroundImageFillType(value: TCh5ButtonBackgroundImageFillType);
143
+ get backgroundImageFillType(): TCh5ButtonBackgroundImageFillType;
144
+ set iconUrlFillType(value: TCh5ButtonIconUrlFillType | null);
145
+ get iconUrlFillType(): TCh5ButtonIconUrlFillType | null;
146
+ set receiveStateBackgroundImageUrl(value: string);
147
+ get receiveStateBackgroundImageUrl(): string;
148
+ set sendEventOnClick(value: string);
149
+ get sendEventOnClick(): string;
150
+ set sendEventOnTouch(value: string);
151
+ get sendEventOnTouch(): string;
152
+ set receiveStateSelected(value: string);
153
+ get receiveStateSelected(): string;
154
+ set receiveStateLabel(inputValue: string);
155
+ get receiveStateLabel(): string;
156
+ set receiveStateScriptLabelHtml(inputValue: string);
157
+ get receiveStateScriptLabelHtml(): string;
158
+ set receiveStateIconClass(inputValue: string);
159
+ get receiveStateIconClass(): string;
160
+ set receiveStateIconUrl(inputValue: string);
161
+ get receiveStateIconUrl(): string;
162
+ set receiveStateMode(signalName: string);
163
+ get receiveStateMode(): string;
164
+ set receiveStateType(inputValue: string);
165
+ get receiveStateType(): string;
166
+ set sgIconTheme(value: TCh5ButtonSgIconTheme);
167
+ get sgIconTheme(): TCh5ButtonSgIconTheme;
168
+ set receiveStateSGIconNumeric(value: string);
169
+ get receiveStateSGIconNumeric(): string;
170
+ set receiveStateSGIconString(value: string);
171
+ get receiveStateSGIconString(): string;
172
+ set receiveStateCustomClass(inputValue: string);
173
+ get receiveStateCustomClass(): string;
174
+ set receiveStateCustomStyle(inputValue: string);
175
+ get receiveStateCustomStyle(): string;
176
+ constructor(buttonListContractObj?: ICh5ButtonListContractObj | undefined);
177
+ connectedCallback(): void;
178
+ private onWindowResizeHandler;
179
+ private verticalOrientationHandler;
180
+ static get observedAttributes(): string[];
181
+ protected initAttributes(): void;
182
+ protected attachEventListeners(): void;
183
+ protected removeEventListeners(): void;
184
+ protected _onFocus(inEvent: Event): void;
185
+ protected _onBlur(inEvent: Event): void;
186
+ attributeChangedCallback(attr: string, oldValue: string, newValue: string): void;
187
+ protected updateSwipeGesture(): void;
188
+ createButtonLabel(selectedObject: Ch5ButtonBase | Ch5ButtonMode | Ch5ButtonModeState): void;
189
+ private backgroundImageURLHandler;
190
+ private _subscribeToPressableIsPressed;
191
+ private _subscribeToPressableIsPressedForTabButton;
192
+ private _subscribeToPressableIsPressedForButtonList;
193
+ private _unsubscribeFromPressableIsPressed;
194
+ disconnectedCallback(): void;
195
+ private updatePressedClass;
196
+ protected updateForChangeInCustomCssClass(): void;
197
+ protected updateForChangeInStyleCss(): void;
198
+ private generateListOfAllPossibleComponentCssClasses;
199
+ unsubscribeFromSignals(): void;
200
+ private updateIconDisplay;
201
+ setLabel(labelHtml: string): void;
202
+ setMode(modeId: number): void;
203
+ protected createInternalHtml(): void;
204
+ addContainerClass(input: string): void;
205
+ removeContainerClass(input: string): void;
206
+ protected clearComponentContent(): void;
207
+ protected getTargetElementForCssClassesAndStyle(): HTMLElement;
208
+ getCssClassDisabled(): string;
209
+ private sendValueForRepeatDigitalWorking;
210
+ private checkboxDisplay;
211
+ setButtonDisplay(): void;
212
+ protected encodeInnerHTMLForAttribute(innerHTML: string): string;
213
+ protected decodeInnerHTMLForAttribute(innerHTML: string): string;
214
+ protected setButtonDisplayDetails(parentComponent?: string): void;
215
+ private updatePropertiesObject;
216
+ private receiveSignalAsString;
217
+ private isCheckboxVisible;
218
+ protected updateInternalHtml(): void;
219
+ protected updateCssClasses(): void;
220
+ protected updateCssClassesForCustomState(): void;
221
+ private setSelectionMethods;
222
+ }
@@ -0,0 +1,9 @@
1
+ import { Ch5Log } from "../ch5-common/ch5-log";
2
+ import { ICh5ButtonLabelAttributes } from "./interfaces/i-ch5-button-label-attributes";
3
+ export declare class Ch5ButtonLabel extends Ch5Log implements ICh5ButtonLabelAttributes {
4
+ static readonly ELEMENT_NAME: string;
5
+ constructor();
6
+ static registerSignalAttributeTypes(): void;
7
+ connectedCallback(): void;
8
+ disconnectedCallback(): void;
9
+ }
@@ -0,0 +1,42 @@
1
+ import { ICh5ButtonModeStateAttributes, TCh5ButtonCheckboxPosition, TCh5ButtonHorizontalAlignLabel, TCh5ButtonIconPosition, TCh5ButtonIconUrlFillType, TCh5ButtonModeState, TCh5ButtonType, TCh5ButtonVerticalAlignLabel } from "./interfaces";
2
+ import { Ch5Button } from "./ch5-button";
3
+ import { Ch5Log } from "../ch5-common/ch5-log";
4
+ export declare class Ch5ButtonModeState extends Ch5Log implements ICh5ButtonModeStateAttributes {
5
+ parentButton?: Ch5Button | undefined;
6
+ static readonly ELEMENT_NAME: string;
7
+ private static readonly STATES;
8
+ private _state;
9
+ private _parentCh5Button;
10
+ set labelInnerHTML(value: string);
11
+ get labelInnerHTML(): string;
12
+ set state(value: TCh5ButtonModeState);
13
+ get state(): TCh5ButtonModeState;
14
+ set iconClass(value: string);
15
+ get iconClass(): string;
16
+ set hAlignLabel(value: TCh5ButtonHorizontalAlignLabel | null);
17
+ get hAlignLabel(): TCh5ButtonHorizontalAlignLabel | null;
18
+ set vAlignLabel(value: TCh5ButtonVerticalAlignLabel | null);
19
+ get vAlignLabel(): TCh5ButtonVerticalAlignLabel | null;
20
+ set checkboxPosition(value: TCh5ButtonCheckboxPosition | null);
21
+ get checkboxPosition(): TCh5ButtonCheckboxPosition | null;
22
+ set iconPosition(value: TCh5ButtonIconPosition | null);
23
+ get iconPosition(): TCh5ButtonIconPosition | null;
24
+ set iconUrl(value: string);
25
+ get iconUrl(): string;
26
+ set type(value: TCh5ButtonType | null);
27
+ get type(): TCh5ButtonType | null;
28
+ set customClass(value: string);
29
+ get customClass(): string;
30
+ set customStyle(value: string);
31
+ get customStyle(): string;
32
+ set iconUrlFillType(value: TCh5ButtonIconUrlFillType | null);
33
+ get iconUrlFillType(): TCh5ButtonIconUrlFillType | null;
34
+ constructor(parentButton?: Ch5Button | undefined);
35
+ connectedCallback(): void;
36
+ disconnectedCallback(): void;
37
+ static get observedAttributes(): string[];
38
+ attributeChangedCallback(attr: string, oldValue: string, newValue: string): void;
39
+ private validateAndSetAttributeWithCustomType;
40
+ private validateAndSetAttributeWithStringType;
41
+ getParentButton(): Ch5Button;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { ICh5ButtonModeAttributes, TCh5ButtonCheckboxPosition, TCh5ButtonHorizontalAlignLabel, TCh5ButtonIconPosition, TCh5ButtonIconUrlFillType, TCh5ButtonType, TCh5ButtonVerticalAlignLabel } from "./interfaces";
2
+ import { Ch5Button } from "./ch5-button";
3
+ import { Ch5Log } from "../ch5-common/ch5-log";
4
+ export declare class Ch5ButtonMode extends Ch5Log implements ICh5ButtonModeAttributes {
5
+ parentButton?: Ch5Button | undefined;
6
+ static readonly ELEMENT_NAME: string;
7
+ private _parentCh5Button;
8
+ set labelInnerHTML(value: string);
9
+ get labelInnerHTML(): string;
10
+ set iconClass(value: string);
11
+ get iconClass(): string;
12
+ set hAlignLabel(value: TCh5ButtonHorizontalAlignLabel | null);
13
+ get hAlignLabel(): TCh5ButtonHorizontalAlignLabel | null;
14
+ set vAlignLabel(value: TCh5ButtonVerticalAlignLabel | null);
15
+ get vAlignLabel(): TCh5ButtonVerticalAlignLabel | null;
16
+ set checkboxPosition(value: TCh5ButtonCheckboxPosition | null);
17
+ get checkboxPosition(): TCh5ButtonCheckboxPosition | null;
18
+ set iconPosition(value: TCh5ButtonIconPosition | null);
19
+ get iconPosition(): TCh5ButtonIconPosition | null;
20
+ set iconUrl(value: string);
21
+ get iconUrl(): string;
22
+ set type(value: TCh5ButtonType | null);
23
+ get type(): TCh5ButtonType | null;
24
+ set customClass(value: string);
25
+ get customClass(): string;
26
+ set customStyle(value: string);
27
+ get customStyle(): string;
28
+ set iconUrlFillType(value: TCh5ButtonIconUrlFillType | null);
29
+ get iconUrlFillType(): TCh5ButtonIconUrlFillType | null;
30
+ constructor(parentButton?: Ch5Button | undefined);
31
+ connectedCallback(): void;
32
+ disconnectedCallback(): void;
33
+ static get observedAttributes(): string[];
34
+ attributeChangedCallback(attr: string, oldValue: string, newValue: string): void;
35
+ private validateAndSetAttributeWithCustomType;
36
+ private validateAndSetAttributeWithStringType;
37
+ getParentButton(): Ch5Button;
38
+ }
@@ -0,0 +1,16 @@
1
+ import { Ch5Signal } from "../ch5-core/ch5-signal";
2
+ export interface ICh5ButtonSignalDetails {
3
+ signalName: string;
4
+ signalValue: string;
5
+ signalState: string;
6
+ currentValue: any;
7
+ }
8
+ export declare class Ch5ButtonSignal {
9
+ private signals;
10
+ constructor();
11
+ setSignal(signalName: string, signalValue: string): Ch5Signal<string> | null;
12
+ getSignal(signalName: string): ICh5ButtonSignalDetails;
13
+ setVariable(attributeName: string, attributeValue: string): void;
14
+ getVariable<T>(attributeName: string): T;
15
+ unsubscribeAll(): void;
16
+ }
@@ -0,0 +1,22 @@
1
+ import { Ch5Button } from "./ch5-button";
2
+ import { Ch5ButtonMode } from "./ch5-button-mode";
3
+ import { Ch5ButtonModeState } from "./ch5-button-mode-state";
4
+ import { TCh5ButtonIconPosition, TCh5ButtonType, TCh5ButtonCheckboxPosition, TCh5ButtonHorizontalAlignLabel, TCh5ButtonVerticalAlignLabel, TCh5ButtonIconUrlFillType } from './interfaces/t-ch5-button';
5
+ export interface ICh5ButtonExtendedProperties {
6
+ type?: TCh5ButtonType;
7
+ iconClass?: string;
8
+ iconPosition?: TCh5ButtonIconPosition;
9
+ iconUrl?: string;
10
+ checkboxPosition?: TCh5ButtonCheckboxPosition;
11
+ customClass?: string;
12
+ customStyle?: string;
13
+ hAlignLabel?: TCh5ButtonHorizontalAlignLabel;
14
+ vAlignLabel?: TCh5ButtonVerticalAlignLabel;
15
+ label?: string;
16
+ labelHtml?: string;
17
+ iconUrlFillType?: TCh5ButtonIconUrlFillType | null;
18
+ }
19
+ export declare class Ch5ButtonUtils {
20
+ static getAttributeValue<T>(thisClass: Ch5Button | Ch5ButtonMode | Ch5ButtonModeState, attributeName: string, value: T, defaultOutputValue: T): T;
21
+ static getValidInputValue<T>(masterData: T[], value: T): T;
22
+ }
@@ -0,0 +1,9 @@
1
+ import { Ch5ButtonBase } from "./ch5-button-base";
2
+ import { ICh5ButtonListContractObj } from "./interfaces/t-for-ch5-button-list-contract";
3
+ export declare class Ch5Button extends Ch5ButtonBase {
4
+ buttonListContractObj?: ICh5ButtonListContractObj | undefined;
5
+ static readonly ELEMENT_NAME = "ch5-button";
6
+ static registerSignalAttributeTypes(): void;
7
+ static registerCustomElement(): void;
8
+ constructor(buttonListContractObj?: ICh5ButtonListContractObj | undefined);
9
+ }
@@ -0,0 +1,5 @@
1
+ export * from './ch5-button-base';
2
+ export * from './ch5-button';
3
+ export * from './ch5-button-label';
4
+ export * from './ch5-button-mode';
5
+ export * from './ch5-button-mode-state';
@@ -0,0 +1,40 @@
1
+ import { ICh5CommonAttributes } from "../../ch5-common/interfaces/i-ch5-common-attributes";
2
+ import { TCh5ButtonSize, TCh5ButtonIconPosition, TCh5ButtonOrientation, TCh5ButtonShape, TCh5ButtonStretch, TCh5ButtonType, TCh5ButtonActionType, TCh5ButtonHorizontalAlignLabel, TCh5ButtonVerticalAlignLabel, TCh5ButtonCheckboxPosition, TCh5ButtonBackgroundImageFillType, TCh5ButtonIconUrlFillType, TCh5ButtonSgIconTheme } from "./t-ch5-button";
3
+ export interface ICh5ButtonAttributes extends ICh5CommonAttributes {
4
+ size: TCh5ButtonSize;
5
+ label: string;
6
+ labelInnerHTML: string;
7
+ iconClass: string;
8
+ iconPosition: TCh5ButtonIconPosition;
9
+ iconUrl: string;
10
+ mode: number;
11
+ checkboxShow: boolean;
12
+ checkboxPosition: TCh5ButtonCheckboxPosition;
13
+ orientation: TCh5ButtonOrientation;
14
+ shape: TCh5ButtonShape;
15
+ stretch: TCh5ButtonStretch | null;
16
+ type: TCh5ButtonType;
17
+ hAlignLabel: TCh5ButtonHorizontalAlignLabel;
18
+ vAlignLabel: TCh5ButtonVerticalAlignLabel;
19
+ formType: TCh5ButtonActionType | null;
20
+ receiveStateMode: string;
21
+ receiveStateSelected: string;
22
+ receiveStateLabel: string;
23
+ receiveStateScriptLabelHtml: string;
24
+ sendEventOnClick: string;
25
+ sendEventOnTouch: string;
26
+ receiveStateIconClass: string | null;
27
+ receiveStateType: string | null;
28
+ receiveStateIconUrl: string | null;
29
+ customClassPressed: string | null;
30
+ customClassDisabled: string | null;
31
+ selected: boolean;
32
+ pressed: boolean;
33
+ backgroundImageUrl: string;
34
+ backgroundImageFillType: TCh5ButtonBackgroundImageFillType;
35
+ iconUrlFillType: TCh5ButtonIconUrlFillType | null;
36
+ receiveStateBackgroundImageUrl: string;
37
+ receiveStateSGIconNumeric: string;
38
+ receiveStateSGIconString: string;
39
+ sgIconTheme: TCh5ButtonSgIconTheme;
40
+ }
@@ -0,0 +1,2 @@
1
+ export interface ICh5ButtonLabelAttributes {
2
+ }
@@ -0,0 +1,3 @@
1
+ import { ICh5ButtonModeCommonAttributes } from "./i-ch5-button-mode-common";
2
+ export interface ICh5ButtonModeAttributes extends ICh5ButtonModeCommonAttributes {
3
+ }
@@ -0,0 +1,14 @@
1
+ import { TCh5ButtonCheckboxPosition, TCh5ButtonHorizontalAlignLabel, TCh5ButtonIconPosition, TCh5ButtonIconUrlFillType, TCh5ButtonType, TCh5ButtonVerticalAlignLabel } from ".";
2
+ export interface ICh5ButtonModeCommonAttributes {
3
+ labelInnerHTML: string;
4
+ type: TCh5ButtonType | null;
5
+ iconClass: string;
6
+ iconPosition: TCh5ButtonIconPosition | null;
7
+ iconUrl: string;
8
+ iconUrlFillType: TCh5ButtonIconUrlFillType | null;
9
+ customClass: string;
10
+ customStyle: string;
11
+ checkboxPosition: TCh5ButtonCheckboxPosition | null;
12
+ hAlignLabel: TCh5ButtonHorizontalAlignLabel | null;
13
+ vAlignLabel: TCh5ButtonVerticalAlignLabel | null;
14
+ }
@@ -0,0 +1,5 @@
1
+ import { ICh5ButtonModeCommonAttributes } from "./i-ch5-button-mode-common";
2
+ import { TCh5ButtonModeState } from "./t-ch5-button";
3
+ export interface ICh5ButtonModeStateAttributes extends ICh5ButtonModeCommonAttributes {
4
+ state: TCh5ButtonModeState;
5
+ }
@@ -0,0 +1,5 @@
1
+ export * from "./t-ch5-button";
2
+ export * from "./i-ch5-button-attributes";
3
+ export * from "./i-ch5-button-label-attributes";
4
+ export * from "./i-ch5-button-mode-attributes";
5
+ export * from "./i-ch5-button-mode-state-attributes";
@@ -0,0 +1,20 @@
1
+ export declare enum Ch5Alignments {
2
+ Left = "left",
3
+ Right = "right",
4
+ Center = "center",
5
+ Justify = "justify"
6
+ }
7
+ export type TCh5ButtonActionType = 'cancel' | 'submit';
8
+ export type TCh5ButtonCheckboxPosition = 'left' | 'right';
9
+ export type TCh5ButtonHorizontalAlignLabel = 'left' | 'right' | 'center';
10
+ export type TCh5ButtonIconPosition = 'first' | 'last' | 'top' | 'bottom';
11
+ export type TCh5ButtonOrientation = 'horizontal' | 'vertical';
12
+ export type TCh5ButtonShape = 'rounded-rectangle' | 'rectangle' | 'tab' | 'circle' | 'oval';
13
+ export type TCh5ButtonSize = 'regular' | 'x-small' | 'small' | 'large' | 'x-large';
14
+ export type TCh5ButtonStretch = 'both' | 'width' | 'height';
15
+ export type TCh5ButtonType = 'default' | 'primary' | 'info' | 'text' | 'danger' | 'warning' | 'success' | 'secondary';
16
+ export type TCh5ButtonVerticalAlignLabel = 'middle' | 'top' | 'bottom';
17
+ export type TCh5ButtonModeState = 'normal' | 'pressed' | 'selected';
18
+ export type TCh5ButtonBackgroundImageFillType = 'stretch-aspect' | 'stretch' | 'center' | 'tile';
19
+ export type TCh5ButtonIconUrlFillType = 'stretch' | 'stretch-aspect' | 'center' | 'tile' | 'initial';
20
+ export type TCh5ButtonSgIconTheme = 'icons-lg' | 'icons-sm' | 'media-transports-accents' | 'media-transports-light' | 'media-transports-dark';
@@ -0,0 +1,6 @@
1
+ export interface ICh5ButtonListContractObj {
2
+ index: number;
3
+ clickHoldTime: number;
4
+ contractName: string;
5
+ parentComponent: string;
6
+ }