@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,2892 @@
1
+ [
2
+ {
3
+ "group": "ch5-animation",
4
+ "schemadata": [
5
+ {
6
+ "type": "class",
7
+ "metadata": [
8
+ {
9
+ "type": "class",
10
+ "name": "ch5-animation",
11
+ "description": "Main Class\n",
12
+ "value": "position: relative;\n display: inline-block;\n color: var(--ch5-animation--color);\n\n /// Applied when startAnimating='true'\n .ch5-animation--start-animating-true {\n animation-play-state: running;\n }\n\n /// Applied when startAnimating='false'\n .ch5-animation--start-animating-false {\n animation-play-state: paused;\n }"
13
+ },
14
+ {
15
+ "type": "class",
16
+ "name": "ch5-animation--start-animating-true",
17
+ "description": "Applied when startAnimating='true'\n",
18
+ "value": "animation-play-state: running;"
19
+ },
20
+ {
21
+ "type": "class",
22
+ "name": "ch5-animation--start-animating-false",
23
+ "description": "Applied when startAnimating='false'\n",
24
+ "value": "animation-play-state: paused;"
25
+ },
26
+ {
27
+ "type": "class",
28
+ "name": "ch5-animation--disabled",
29
+ "description": "Applied when disabled='true'\n",
30
+ "value": "@include ch5-component-disabled();"
31
+ },
32
+ {
33
+ "type": "class",
34
+ "name": "ch5-animation--size-regular",
35
+ "description": "Applied when size='regular'\n",
36
+ "value": "font-size: var(--ch5-animation--size-regular);"
37
+ },
38
+ {
39
+ "type": "class",
40
+ "name": "ch5-animation--size-small",
41
+ "description": "Applied when size='small'\n",
42
+ "value": "font-size: var(--ch5-animation--size-small);"
43
+ },
44
+ {
45
+ "type": "class",
46
+ "name": "ch5-animation--size-large",
47
+ "description": "Applied when size='large'\n",
48
+ "value": "font-size: var(--ch5-animation--size-large);"
49
+ },
50
+ {
51
+ "type": "class",
52
+ "name": "ch5-animation--size-x-large",
53
+ "description": "Applied when size='x-large'\n",
54
+ "value": "font-size: var(--ch5-animation--size-x-large);"
55
+ }
56
+ ]
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "group": "ch5-background",
62
+ "schemadata": [
63
+ {
64
+ "type": "class",
65
+ "metadata": [
66
+ {
67
+ "type": "class",
68
+ "name": "ch5-background",
69
+ "description": "Added automatically on the ch5-background element\n",
70
+ "value": "position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n z-index: -1;\n\n /// @require .ch5-background\n /// Added automatically on the first parent of the ch5-background element\n &--parent {\n position: relative;\n z-index: 1;\n }\n\n /// @require .ch5-background\n /// Added automatically on the all canvas child of ch5-background element\n &--canvas {\n position: absolute;\n left: 0;\n top: 0;\n opacity: 0;\n transition-property: opacity;\n transition-duration: var(--ch5-background--transition-duration);\n transition-timing-function: var(--ch5-background--transition-timing-function);\n\n &.ch5bg-fadein {\n opacity: 1;\n }\n }"
71
+ },
72
+ {
73
+ "type": "class",
74
+ "name": "ch5-background--parent",
75
+ "description": "Added automatically on the first parent of the ch5-background element",
76
+ "value": "position: relative;\n z-index: 1;"
77
+ },
78
+ {
79
+ "type": "class",
80
+ "name": "ch5-background--canvas",
81
+ "description": "Added automatically on the all canvas child of ch5-background element",
82
+ "value": "position: absolute;\n left: 0;\n top: 0;\n opacity: 0;\n transition-property: opacity;\n transition-duration: var(--ch5-background--transition-duration);\n transition-timing-function: var(--ch5-background--transition-timing-function);\n\n &.ch5bg-fadein {\n opacity: 1;\n }"
83
+ }
84
+ ]
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "group": "ch5-button",
90
+ "schemadata": [
91
+ {
92
+ "type": "class",
93
+ "metadata": [
94
+ {
95
+ "type": "class",
96
+ "name": "ch5-button",
97
+ "description": "Main Class\n",
98
+ "value": "display: block;\n max-width: 100%;\n cursor: pointer;\n pointer-events: all;\n\n button {\n cursor: pointer;\n }\n\n button,\n .ch5-button--label {\n background-color: transparent;\n border: none;\n // color: inherit;\n\n &:focus {\n outline: none;\n }\n }\n\n /// Applied on label\n .ch5-button--label {\n display: block;\n margin-left: var(--ch5-button--label-margin-left);\n margin-right: var(--ch5-button--label-margin-right);\n margin-top: var(--ch5-button--label-margin-top);\n margin-bottom: var(--ch5-button--label-margin-bottom);\n text-decoration: var(--ch5-button--label-text-decoration);\n letter-spacing: var(--ch5-button--label-letter-spacing);\n text-underline-offset: var(--ch5-button--label-text-underline-offset);\n @include text-truncate();\n }\n\n .cb-btn {\n position: relative;\n display: inline-flex;\n line-height: var(--ch5-button--line-height);\n padding: var(--ch5-button--padding);\n vertical-align: middle; //adding this property to prevent button taking extra height for iconUrlFilltype=\"initial\" and vAlignLabel=\"bottom\"\n }\n\n .cb-btn i.cb-checkbox-icon {\n display: inline-flex;\n align-items: center;\n justify-content: space-between;\n height: 100%;\n }\n\n .cb-btn {\n padding-top: calc(var(--ch5-button--padding) / 2);\n padding-bottom: calc(var(--ch5-button--padding) / 2);\n }\n\n .ch5-button--label {\n padding-left: calc(var(--ch5-button--padding) / 2);\n padding-right: calc(var(--ch5-button--padding) / 2);\n }\n\n /// Applied when button orientation='vertical'\n &.ch5-button--vertical {\n position: relative;\n\n .cb-btn {\n transform: rotate(270deg) translateX(-100%);\n transform-origin: top left;\n }\n }"
99
+ },
100
+ {
101
+ "type": "class",
102
+ "name": "ch5-button--label",
103
+ "description": "Applied on label\n",
104
+ "value": "display: block;\n margin-left: var(--ch5-button--label-margin-left);\n margin-right: var(--ch5-button--label-margin-right);\n margin-top: var(--ch5-button--label-margin-top);\n margin-bottom: var(--ch5-button--label-margin-bottom);\n text-decoration: var(--ch5-button--label-text-decoration);\n letter-spacing: var(--ch5-button--label-letter-spacing);\n text-underline-offset: var(--ch5-button--label-text-underline-offset);\n @include text-truncate();"
105
+ },
106
+ {
107
+ "type": "class",
108
+ "name": "ch5-button--vertical",
109
+ "description": "Applied when button orientation='vertical'\n",
110
+ "value": "position: relative;\n\n .cb-btn {\n transform: rotate(270deg) translateX(-100%);\n transform-origin: top left;\n }"
111
+ },
112
+ {
113
+ "type": "class",
114
+ "name": "ch5-button--background-image-fill-type-stretch",
115
+ "description": "Applied when backgroundImageFillType=\"stretch\"\n",
116
+ "value": "button {\n background-repeat: no-repeat;\n background-size: 100% 100%;\n }"
117
+ },
118
+ {
119
+ "type": "class",
120
+ "name": "ch5-button--background-image-fill-type-tile",
121
+ "description": "Applied when backgroundImageFillType=\"tile\"\n",
122
+ "value": "button {\n background-size: auto;\n }"
123
+ },
124
+ {
125
+ "type": "class",
126
+ "name": "ch5-button--background-image-fill-type-center",
127
+ "description": "Applied when backgroundImageFillType=\"center\"\n",
128
+ "value": "button {\n background-repeat: no-repeat;\n background-size: contain;\n background-position: center; // Center the image\n }"
129
+ },
130
+ {
131
+ "type": "class",
132
+ "name": "ch5-button--background-image-fill-type-stretch-aspect",
133
+ "description": "Applied when backgroundImageFillType=\"stretch-aspect\"\n",
134
+ "value": "button {\n background-size: contain;\n background-repeat: no-repeat;\n background-position: center;\n }"
135
+ },
136
+ {
137
+ "type": "class",
138
+ "name": "ch5-button--icon-url-fill-type-stretch",
139
+ "description": "Applied when iconUrlFillType=\"stretch\"\n",
140
+ "value": ".ch5-button--img {\n background-size: 100% 100%;\n background-position: center;\n background-repeat: no-repeat;\n }"
141
+ },
142
+ {
143
+ "type": "class",
144
+ "name": "ch5-button--icon-url-fill-type-stretch-aspect",
145
+ "description": "Applied when iconUrlFillType=\"stretch-aspect\"\n",
146
+ "value": ".ch5-button--img {\n background-size: contain;\n background-position: center;\n background-repeat: no-repeat;\n }"
147
+ },
148
+ {
149
+ "type": "class",
150
+ "name": "ch5-button--icon-url-fill-type-center",
151
+ "description": "Applied when iconUrlFillType=\"center\"\n",
152
+ "value": ".ch5-button--img {\n background-size: contain;\n background-position: center;\n background-repeat: no-repeat;\n }"
153
+ },
154
+ {
155
+ "type": "class",
156
+ "name": "ch5-button--icon-url-fill-type-tile",
157
+ "description": "Applied when iconUrlFillType=\"tile\"\n",
158
+ "value": ".ch5-button--img {\n background-size: auto;\n background-position: 0;\n background-repeat: repeat;\n }"
159
+ },
160
+ {
161
+ "type": "class",
162
+ "name": "ch5-button--icon-url-fill-type-initial",
163
+ "description": "Applied when iconUrlFillType=\"initial\"\n",
164
+ "value": ".ch5-button--img {\n background-repeat: no-repeat;\n background-size: contain;\n }"
165
+ },
166
+ {
167
+ "type": "class",
168
+ "name": "ch5-button--disabled",
169
+ "description": "Applied when the button is disabled\n",
170
+ "value": "@include ch5-component-disabled();"
171
+ },
172
+ {
173
+ "type": "class",
174
+ "name": "ch5-button--horizontal",
175
+ "description": "Applied when button orientation='horizontal'\n",
176
+ "value": "/// Applied to make the width as much as its parent allows.\n &.ch5-button--stretch-width {\n width: 100%;\n\n .cb-btn {\n width: 100% !important;\n }\n }\n\n /// Applied to make the height as much as its parent allows.\n &.ch5-button--stretch-height {\n height: 100%;\n\n .cb-btn {\n height: 100% !important;\n min-height: var(--ch5-button--regular-height); // Added as a fix for the issue of button height varying when moved from width to height in stretch\n }\n }\n\n /// Applied to make both width and height as much as its parent allows.\n &.ch5-button--stretch-both {\n width: 100%;\n height: 100%;\n\n .cb-btn {\n width: 100% !important;\n height: 100% !important;\n min-height: var(--ch5-button--regular-height); // Added as a fix for the issue of button height varying when moved from width to height in stretch\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n }"
177
+ },
178
+ {
179
+ "type": "class",
180
+ "name": "ch5-button--stretch-width",
181
+ "description": "Applied to make the width as much as its parent allows.\n",
182
+ "value": "width: 100%;\n\n .cb-btn {\n width: 100% !important;\n }"
183
+ },
184
+ {
185
+ "type": "class",
186
+ "name": "ch5-button--stretch-height",
187
+ "description": "Applied to make the height as much as its parent allows.\n",
188
+ "value": "height: 100%;\n\n .cb-btn {\n height: 100% !important;\n min-height: var(--ch5-button--regular-height); // Added as a fix for the issue of button height varying when moved from width to height in stretch\n }"
189
+ },
190
+ {
191
+ "type": "class",
192
+ "name": "ch5-button--stretch-both",
193
+ "description": "Applied to make both width and height as much as its parent allows.\n",
194
+ "value": "width: 100%;\n height: 100%;\n\n .cb-btn {\n width: 100% !important;\n height: 100% !important;\n min-height: var(--ch5-button--regular-height); // Added as a fix for the issue of button height varying when moved from width to height in stretch\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }"
195
+ },
196
+ {
197
+ "type": "class",
198
+ "name": "ch5-button--size-regular",
199
+ "description": "Applied when size=\"regular\"\n",
200
+ "value": "@include ch5-button-size-set(\"regular\");"
201
+ },
202
+ {
203
+ "type": "class",
204
+ "name": "ch5-button--size-x-small",
205
+ "description": "Applied when size=\"x-small\"\n",
206
+ "value": "@include ch5-button-size-set(\"x-small\");"
207
+ },
208
+ {
209
+ "type": "class",
210
+ "name": "ch5-button--size-small",
211
+ "description": "Applied when size=\"small\"\n",
212
+ "value": "@include ch5-button-size-set(\"small\");"
213
+ },
214
+ {
215
+ "type": "class",
216
+ "name": "ch5-button--size-large",
217
+ "description": "Applied when size=\"large\"\n",
218
+ "value": "@include ch5-button-size-set(\"large\");"
219
+ },
220
+ {
221
+ "type": "class",
222
+ "name": "ch5-button--size-x-large",
223
+ "description": "Applied when size=\"x-large\"\n",
224
+ "value": "@include ch5-button-size-set(\"x-large\");"
225
+ },
226
+ {
227
+ "type": "class",
228
+ "name": "ch5-button--img",
229
+ "description": "Applied on images\n",
230
+ "value": "display: block;\n background-repeat: no-repeat;\n background-size: contain;\n background-position: center;\n // color: inherit;\n height: var(#{$property-font-image-height});\n width: var(#{$property-font-image-width});\n\n &::before,\n &::after {\n content: none;\n }"
231
+ },
232
+ {
233
+ "type": "class",
234
+ "name": "ch5-button--icon",
235
+ "description": "Applied on icons\n",
236
+ "value": "vertical-align: middle;\n // color: var(#{$property-icon-color});\n font-size: var(#{$property-icon-font-size});\n margin-top: var(--ch5-button--icon-margin-top);\n margin-bottom: var(--ch5-button--icon-margin-bottom);\n margin-left: var(--ch5-button--icon-margin-left);\n margin-right: var(--ch5-button--icon-margin-right);"
237
+ },
238
+ {
239
+ "type": "class",
240
+ "name": "ch5-button--selected",
241
+ "description": "Applied when selected signal is applied\n",
242
+ "value": "@include ch5-button-content--selected($property-value);"
243
+ },
244
+ {
245
+ "type": "class",
246
+ "name": "ch5-button--pressed",
247
+ "description": "Applied when selected signal is pressed\n",
248
+ "value": "@include ch5-button-content--pressed($property-value);"
249
+ },
250
+ {
251
+ "type": "class",
252
+ "name": "ch5-button--rectangle",
253
+ "description": "Applied when shape='rectangle'\n",
254
+ "value": "@include border-radius(0);\n\t.cb-btn {\n\t\t@include border-radius(0);\n\t}\n\toverflow: hidden;"
255
+ },
256
+ {
257
+ "type": "class",
258
+ "name": "ch5-button--rounded-rectangle",
259
+ "description": "Applied when shape='rounded-rectangle'\n",
260
+ "value": "@include border-radius-rounded-rectangle(\n\t\t--ch5-button--rounded-rectangle-border-radius-top-left,\n\t\t--ch5-button--rounded-rectangle-border-radius-top-right,\n\t\t--ch5-button--rounded-rectangle-border-radius-bottom-left,\n\t\t--ch5-button--rounded-rectangle-border-radius-bottom-right\n\t);\n\toverflow: hidden;"
261
+ },
262
+ {
263
+ "type": "class",
264
+ "name": "ch5-button--circle",
265
+ "description": "Applied when shape='circle'\n",
266
+ "value": "display: inline-block;\n\ttext-decoration: none;\n\toutline: none;\n\tborder-style: none;\n\ttext-align: center;\n\toverflow: hidden;\n\t@include border-radius(50%);\n\n\t.cb-btn {\n\t\t@include border-radius(50%);\n\t\tdisplay: inline-flex;\n\t\tvertical-align: middle;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t}"
267
+ },
268
+ {
269
+ "type": "class",
270
+ "name": "ch5-button--oval",
271
+ "description": "Applied when shape='oval'\n",
272
+ "value": "@include border-radius(var(--ch5-button--oval-border-radius));\n\t.cb-btn {\n\t\t@include border-radius(var(--ch5-button--oval-border-radius));\n\t}\n\toverflow: hidden;"
273
+ },
274
+ {
275
+ "type": "class",
276
+ "name": "ch5-button--tab",
277
+ "description": "Applied when shape='tab'\n",
278
+ "value": "@include border-radius(var(--ch5-button--tab-border-radius));\n\t.cb-btn {\n\t\t@include border-radius(var(--ch5-button--tab-border-radius));\n\t}\n\toverflow: hidden;"
279
+ },
280
+ {
281
+ "type": "class",
282
+ "name": "ch5-button--text",
283
+ "description": "Applied when type='text'\n",
284
+ "value": "@include ch5-button-content(\"text\");"
285
+ },
286
+ {
287
+ "type": "class",
288
+ "name": "ch5-button--danger",
289
+ "description": "Applied when type='danger'\n",
290
+ "value": "@include ch5-button-content(\"danger\");"
291
+ },
292
+ {
293
+ "type": "class",
294
+ "name": "ch5-button--warning",
295
+ "description": "Applied when type='warning'\n",
296
+ "value": "@include ch5-button-content(\"warning\");"
297
+ },
298
+ {
299
+ "type": "class",
300
+ "name": "ch5-button--info",
301
+ "description": "Applied when type='info'\n",
302
+ "value": "@include ch5-button-content(\"info\");"
303
+ },
304
+ {
305
+ "type": "class",
306
+ "name": "ch5-button--success",
307
+ "description": "Applied when type='success'\n",
308
+ "value": "@include ch5-button-content(\"success\");"
309
+ },
310
+ {
311
+ "type": "class",
312
+ "name": "ch5-button--default",
313
+ "description": "Default button\n",
314
+ "value": "@include ch5-button-content(\"default\");"
315
+ },
316
+ {
317
+ "type": "class",
318
+ "name": "ch5-button--primary",
319
+ "description": "Applied when type='primary'\n",
320
+ "value": "@include ch5-button-content(\"primary\");"
321
+ },
322
+ {
323
+ "type": "class",
324
+ "name": "ch5-button--secondary",
325
+ "description": "Applied when type='secondary'\n",
326
+ "value": "@include ch5-button-content(\"secondary\");"
327
+ }
328
+ ]
329
+ }
330
+ ]
331
+ },
332
+ {
333
+ "group": "ch5-button-list",
334
+ "schemadata": [
335
+ {
336
+ "type": "class",
337
+ "metadata": [
338
+ {
339
+ "type": "class",
340
+ "name": "ch5-button-list--button-type-default",
341
+ "description": "Applied when buttonType='default'\n",
342
+ "value": "// DO NOT DELETE - used for Component Reference"
343
+ },
344
+ {
345
+ "type": "class",
346
+ "name": "ch5-button-list--button-type-danger",
347
+ "description": "Applied when buttonType='danger'\n",
348
+ "value": "// DO NOT DELETE - used for Component Reference"
349
+ },
350
+ {
351
+ "type": "class",
352
+ "name": "ch5-button-list--button-type-text",
353
+ "description": "Applied when buttonType='text'\n",
354
+ "value": "// DO NOT DELETE - used for Component Reference"
355
+ },
356
+ {
357
+ "type": "class",
358
+ "name": "ch5-button-list--button-type-warning",
359
+ "description": "Applied when buttonType='warning'\n",
360
+ "value": "// DO NOT DELETE - used for Component Reference"
361
+ },
362
+ {
363
+ "type": "class",
364
+ "name": "ch5-button-list--button-type-info",
365
+ "description": "Applied when buttonType='info'\n",
366
+ "value": "// DO NOT DELETE - used for Component Reference"
367
+ },
368
+ {
369
+ "type": "class",
370
+ "name": "ch5-button-list--button-type-success",
371
+ "description": "Applied when buttonType='success'\n",
372
+ "value": "// DO NOT DELETE - used for Component Reference"
373
+ },
374
+ {
375
+ "type": "class",
376
+ "name": "ch5-button-list--button-type-primary",
377
+ "description": "Applied when buttonType='primary'\n",
378
+ "value": "// DO NOT DELETE - used for Component Reference"
379
+ },
380
+ {
381
+ "type": "class",
382
+ "name": "ch5-button-list--button-type-secondary",
383
+ "description": "Applied when buttonType='secondary'\n",
384
+ "value": "// DO NOT DELETE - used for Component Reference"
385
+ },
386
+ {
387
+ "type": "class",
388
+ "name": "ch5-button-list--button-checkbox-position-left",
389
+ "description": "Applied when buttonCheckboxPosition='left'\n",
390
+ "value": "// DO NOT DELETE - used for Component Reference"
391
+ },
392
+ {
393
+ "type": "class",
394
+ "name": "ch5-button-list--button-checkbox-position-right",
395
+ "description": "Applied when buttonCheckboxPosition='right'\n",
396
+ "value": "// DO NOT DELETE - used for Component Reference"
397
+ },
398
+ {
399
+ "type": "class",
400
+ "name": "ch5-button-list--button-icon-position-first",
401
+ "description": "Applied when buttonIconPosition='first'\n",
402
+ "value": "// DO NOT DELETE - used for Component Reference"
403
+ },
404
+ {
405
+ "type": "class",
406
+ "name": "ch5-button-list--button-icon-position-last",
407
+ "description": "Applied when buttonIconPosition='last'\n",
408
+ "value": "// DO NOT DELETE - used for Component Reference"
409
+ },
410
+ {
411
+ "type": "class",
412
+ "name": "ch5-button-list--button-icon-position-top",
413
+ "description": "Applied when buttonIconPosition='top'\n",
414
+ "value": "// DO NOT DELETE - used for Component Reference"
415
+ },
416
+ {
417
+ "type": "class",
418
+ "name": "ch5-button-list--button-icon-position-bottom",
419
+ "description": "Applied when buttonIconPosition='bottom'\n",
420
+ "value": "// DO NOT DELETE - used for Component Reference"
421
+ },
422
+ {
423
+ "type": "class",
424
+ "name": "ch5-button-list--button-shape-rectangle",
425
+ "description": "Applied when buttonShape='rectangle'\n",
426
+ "value": "// DO NOT DELETE - used for Component Reference"
427
+ },
428
+ {
429
+ "type": "class",
430
+ "name": "ch5-button-list--button-shape-rounded-rectangle",
431
+ "description": "Applied when buttonShape='rounded-rectangle'\n",
432
+ "value": "// DO NOT DELETE - used for Component Reference"
433
+ },
434
+ {
435
+ "type": "class",
436
+ "name": "ch5-button-list--pressed",
437
+ "description": "Applied when buttonPressed='true'. Note - use !important css property to override the styles of child button. \n",
438
+ "value": "// DO NOT DELETE - used for Component Reference"
439
+ },
440
+ {
441
+ "type": "class",
442
+ "name": "ch5-button-list--selected",
443
+ "description": "Applied when buttonSelected='true'. Note - use !important css property to override the styles of child button. \n",
444
+ "value": "// DO NOT DELETE - used for Component Reference"
445
+ },
446
+ {
447
+ "type": "class",
448
+ "name": "ch5-button-list",
449
+ "description": "Main class\n",
450
+ "value": "position: relative;\n overflow: scroll;\n white-space: nowrap;\n will-change: transform;\n user-select: none;\n display: grid;\n height: 100%;\n padding: var(--ch5-button-list--container-padding);\n scrollbar-width: none; // needed to hide the firefox scrollbar\n\n &.active {\n cursor: -webkit-grabbing;\n }\n\n &.ch5-button-list::-webkit-scrollbar {\n height: 0px;\n width: 0px;\n }\n\n &~.scrollbar-container {\n position: absolute;\n background-color: var(--ch5-button-list--scrollbar-track-color);\n border-radius: var(--ch5-button-list--scrollbar-border-radius);\n\n .scrollbar {\n position: absolute;\n will-change: width, transform;\n position: absolute;\n border-radius: var(--ch5-button-list--scrollbar-border-radius);\n background: var(--ch5-button-list--scrollbar-thumb-color);\n }\n }\n\n &.ch5-button-list--scrollbar-true {\n &~.scrollbar-container {\n display: block;\n }\n }\n\n &.ch5-button-list--scrollbar-false {\n &~.scrollbar-container {\n display: none;\n }\n }"
451
+ },
452
+ {
453
+ "type": "class",
454
+ "name": "ch5-button-list--disabled",
455
+ "description": "Applied when the component is disabled\n",
456
+ "value": "@include ch5-component-disabled();"
457
+ },
458
+ {
459
+ "type": "class",
460
+ "name": "ch5-button-list--button-container",
461
+ "description": "Applied for the container of ch5-button\n",
462
+ "value": "width: var(--ch5-button-list--button-container-width);\n height: var(--ch5-button-list--button-container-height);\n padding: var(--ch5-button-list--button-container-padding);\n min-width: 100px;\n min-height: 58px;"
463
+ },
464
+ {
465
+ "type": "class",
466
+ "name": "ch5-button-list--orientation-horizontal",
467
+ "description": "Applied when orientation='horizontal'\n",
468
+ "value": "grid-auto-flow: column;\n\n &.ch5-button-list--center-items-true {\n justify-content: center;\n align-content: start;\n }\n\n &.ch5-button-list--center-items-false {\n align-content: start;\n justify-content: start;\n }\n\n &.ch5-button-list--stretch-both {\n align-content: stretch;\n justify-content: stretch;\n }\n\n .ch5-button-list--button-container {\n height: 100%;\n }\n\n &.ch5-button-list--stretch-both {\n .ch5-button-list--button-container {\n width: 100%;\n }\n }\n\n &.ch5-button-list--scrollbar-true {\n padding-bottom: var(--ch5-button-list--scrollbar-width);\n\n &~.scrollbar-container {\n width: 100%;\n bottom: 0;\n height: var(--ch5-button-list--scrollbar-width);\n\n .scrollbar {\n height: 100%;\n }\n }\n }\n\n @for $var from 1 to 501 {\n &.ch5-button-list--rows-#{$var} {\n grid-template-rows: repeat($var, 1fr);\n }\n }"
469
+ },
470
+ {
471
+ "type": "class",
472
+ "name": "ch5-button-list--orientation-vertical",
473
+ "description": "Applied when orientation='vertical'\n",
474
+ "value": "grid-auto-flow: row;\n\n &.ch5-button-list--center-items-true {\n justify-content: start;\n align-content: center;\n }\n\n &.ch5-button-list--center-items-false {\n align-content: start;\n justify-content: start;\n }\n\n &.ch5-button-list--stretch-both {\n align-content: stretch;\n justify-content: stretch;\n }\n\n &.ch5-button-list--scrollbar-true {\n padding-right: var(--ch5-button-list--scrollbar-width);\n\n &~.scrollbar-container {\n top: 0;\n height: 100%;\n right: 0;\n left: auto;\n width: var(--ch5-button-list--scrollbar-width);\n\n .scrollbar {\n width: 100%;\n }\n }\n }\n\n .ch5-button-list--button-container {\n width: 100%;\n }\n\n &.ch5-button-list--stretch-both {\n .ch5-button-list--button-container {\n height: 100%;\n }\n }\n\n @for $var from 1 to 501 {\n &.ch5-button-list--columns-#{$var} {\n grid-template-columns: repeat($var, 1fr);\n }\n }"
475
+ }
476
+ ]
477
+ }
478
+ ]
479
+ },
480
+ {
481
+ "group": "ch5-color-chip",
482
+ "schemadata": [
483
+ {
484
+ "type": "class",
485
+ "metadata": [
486
+ {
487
+ "type": "class",
488
+ "name": "ch5-color-chip",
489
+ "description": "Color Chip parent class\n",
490
+ "value": "// position: relative;\n // display: inline-block;\n background-color: var(--ch5-color-chip--background-color);\n height: var(--ch5-color-chip--height);\n width: var(--ch5-color-chip--width);"
491
+ },
492
+ {
493
+ "type": "class",
494
+ "name": "ch5-color-chip--disabled",
495
+ "description": "Color Chip disabled class\n",
496
+ "value": "@include ch5-component-disabled();"
497
+ }
498
+ ]
499
+ }
500
+ ]
501
+ },
502
+ {
503
+ "group": "ch5-color-picker",
504
+ "schemadata": [
505
+ {
506
+ "type": "class",
507
+ "metadata": [
508
+ {
509
+ "type": "class",
510
+ "name": "ch5-color-picker",
511
+ "description": "Added automatically on the ch5-color-picker element\n",
512
+ "value": "position: relative;\n display: inline-flex;\n width: var(--ch5-color-picker--width);\n height: var(--ch5-color-picker--height);"
513
+ },
514
+ {
515
+ "type": "class",
516
+ "name": "ch5-color-picker--disabled",
517
+ "description": "Added automatically based on the disabled attribute or by receiveStateEnable\n",
518
+ "value": "@include ch5-component-disabled();"
519
+ }
520
+ ]
521
+ }
522
+ ]
523
+ },
524
+ {
525
+ "group": "ch5-datetime",
526
+ "schemadata": [
527
+ {
528
+ "type": "class",
529
+ "metadata": [
530
+ {
531
+ "type": "class",
532
+ "name": "ch5-datetime",
533
+ "description": "Class to set the container properties of ch5-datetime\n",
534
+ "value": "width: var(--ch5-datetime--width);\n height: var(--ch5-datetime--height);\n font-size: var(--ch5-datetime--font-size);\n font-weight: var(--ch5-datetime--font-weight);\n font-style: var(--ch5-datetime--font-style);\n background-color: var(--ch5-datetime--background-color);\n color: var(--ch5-datetime--color);\n letter-spacing: var(--ch5-datetime--letter-spacing);\n text-decoration: var(--ch5-datetime--text-decoration);\n white-space: var(--ch5-datetime--white-space);\n border-color: var(--ch5-datetime--border-color);\n border-width: var(--ch5-datetime--border-width);\n border-style: var(--ch5-datetime--border-style);\n padding-top: var(--ch5-datetime--padding-top);\n padding-right: var(--ch5-datetime--padding-right);\n padding-bottom: var(--ch5-datetime--padding-bottom);\n padding-left: var(--ch5-datetime--padding-left);\n border-top-left-radius: var(--ch5-datetime--border-top-left-radius);\n border-top-right-radius: var(--ch5-datetime--border-top-right-radius);\n border-bottom-left-radius: var(--ch5-datetime--border-bottom-left-radius);\n border-bottom-right-radius: var(--ch5-datetime--border-bottom-right-radius);\n display: flex;\n align-items: center;\n overflow: hidden;"
535
+ },
536
+ {
537
+ "type": "class",
538
+ "name": "ch5-datetime--horizontal-alignment-center",
539
+ "description": "Set horizontalAlignment as center",
540
+ "value": "justify-content: center;"
541
+ },
542
+ {
543
+ "type": "class",
544
+ "name": "ch5-datetime--horizontal-alignment-left",
545
+ "description": "Set horizontalAlignment as left",
546
+ "value": "justify-content: flex-start;"
547
+ },
548
+ {
549
+ "type": "class",
550
+ "name": "ch5-datetime--horizontal-alignment-right",
551
+ "description": "Set horizontalAlignment as right",
552
+ "value": "justify-content: flex-end;"
553
+ }
554
+ ]
555
+ }
556
+ ]
557
+ },
558
+ {
559
+ "group": "ch5-dpad",
560
+ "schemadata": [
561
+ {
562
+ "type": "class",
563
+ "metadata": [
564
+ {
565
+ "type": "class",
566
+ "name": "ch5-dpad",
567
+ "description": "Primary Class\n",
568
+ "value": "position: relative;\n display: inline-flex;\n min-width: 100px;\n min-height: 100px;\n vertical-align: top;\n\n .dpad-container {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n vertical-align: top;\n }\n\n /// Applied when button in the disabled state\n &.ch5-disabled {\n @include ch5-component-disabled();\n\n .ch5-dpad-child {\n pointer-events: none;\n }\n }\n\n &:not(.ch5-disabled) {\n .ch5-dpad-child.ch5-disabled {\n @include ch5-component-disabled();\n }\n }\n\n .image-url {\n display: block;\n height: 100%;\n width: 100%;\n z-index: 1;\n\n &::before,\n &::after {\n content: none;\n }\n }\n\n .center {\n position: absolute;\n display: flex;\n justify-content: center;\n align-items: center;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n height: 34%; // increasing slightly to avoid white line from 33.33%\n width: 34%; // increasing slightly to avoid white line\n\n .dpad-btn-label {\n font-size: var(--ch5-dpad--label-font-size);\n }\n\n &.ch5-dpad-button-center--pressed {\n .dpad-btn-label {\n font-size: var(--ch5-dpad--pressed-label-font-size);\n }\n }\n\n overflow: hidden;\n z-index: 2;\n cursor: pointer;\n\n &.ch5-disabled {\n pointer-events: none;\n z-index: 2;\n }\n\n span {\n border-radius: 50%;\n text-align: center;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 80%;\n }\n\n .image-url {\n border-radius: 50%;\n }\n }\n\n .direction-btn {\n position: relative;\n display: flex;\n cursor: pointer;\n justify-content: center;\n align-items: center;\n\n &.ch5-disabled {\n pointer-events: none;\n z-index: 2;\n }\n\n span {\n background-repeat: no-repeat;\n background-position: center;\n background-size: 80%;\n }\n }\n\n /// Defines the dpad shape\n &.ch5-dpad--shape-circle {\n .ch5-disable-child-button {\n cursor: default;\n pointer-events: auto; // Note that pointer events should NOT be set to none here for circle shape only and do not set opacity here\n }\n\n .dpad-container {\n transform: rotate(45deg);\n .ch5-disable-child-button > span {\n @include ch5-component-disabled();\n cursor: default;\n pointer-events: auto; // Note that pointer events should NOT be set to none here for circle shape only\n }\n /// Applied when hideCenterButton = \"true\"\n .ch5-hide-child-button {\n visibility: hidden !important;\n cursor: default;\n > span {\n opacity: 0.5;\n cursor: default;\n }\n }\n }\n\n .center {\n border-radius: 50%;\n z-index: 3;\n\n .dpad-btn-label {\n display: block;\n width: 100%;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n transform: rotate(-45deg);\n padding: 0 15%;\n }\n\n span.dpad-btn-icon {\n transform: rotate(-45deg);\n }\n }\n\n .direction-btn {\n flex: 50%;\n height: 50%;\n overflow: hidden;\n\n span {\n transform: rotate(-45deg);\n background-size: 50%;\n }\n\n &.up {\n border-top-left-radius: 100%;\n }\n\n &.right {\n border-top-right-radius: 100%;\n }\n\n &.left {\n border-bottom-left-radius: 100%;\n }\n\n &.down {\n border-bottom-right-radius: 100%;\n }\n }\n }\n\n /// Defines the dpad shape plus\n &.ch5-dpad--shape-plus {\n /// Applied when disableCenterButton=\"true\"\n .ch5-disable-child-button {\n pointer-events: none; // Do not set opacity here\n cursor: default;\n }\n\n .dpad-container {\n .ch5-disable-child-button > span {\n @include ch5-component-disabled();\n cursor: default;\n }\n .ch5-hide-child-button {\n cursor: default;\n > span {\n visibility: hidden !important;\n cursor: default;\n }\n }\n }\n\n .direction-btn {\n flex: 33.33%;\n height: 33.33%;\n\n &:after,\n &:before {\n content: \"\";\n height: 20px;\n width: 20px;\n position: absolute;\n background-color: transparent;\n }\n\n span {\n height: 100%;\n width: 100%;\n position: relative;\n display: inline-flex;\n justify-content: center;\n align-items: center;\n z-index: 1;\n // line-height: calc(var(--ch5-dpad--regular-size) / 3);\n text-align: center;\n }\n }\n }\n\n /// Applied when type=\"default\"\n &.ch5-dpad--type-default {\n @include ch5-dpad-content(\"default\");\n }\n\n /// Applied when type=\"primary\"\n &.ch5-dpad--type-primary {\n @include ch5-dpad-content(\"primary\");\n }\n\n /// Applied when type=\"info\"\n &.ch5-dpad--type-info {\n @include ch5-dpad-content(\"info\");\n }\n\n /// Applied when type=\"text\"\n &.ch5-dpad--type-text {\n @include ch5-dpad-content(\"text\");\n }\n\n /// Applied when type=\"danger\"\n &.ch5-dpad--type-danger {\n @include ch5-dpad-content(\"danger\");\n }\n\n /// Applied when type=\"warning\"\n &.ch5-dpad--type-warning {\n @include ch5-dpad-content(\"warning\");\n }\n\n /// Applied when type=\"success\"\n &.ch5-dpad--type-success {\n @include ch5-dpad-content(\"success\");\n }\n\n /// Applied when type=\"secondary\"\n &.ch5-dpad--type-secondary {\n @include ch5-dpad-content(\"secondary\");\n }\n\n &.ch5-dpad--stretch-both {\n height: 100%;\n width: 100%;\n }\n\n &.ch5-dpad--stretch-height {\n height: 100%;\n }\n\n &.ch5-dpad--stretch-width {\n width: 100%;\n }\n\n /// Applied when size=\"regular\"\n &.ch5-dpad--size-regular {\n @include ch5-dpad-content-plus-direction-btn(\"regular\");\n }\n\n /// Applied when size=\"x-small\"\n &.ch5-dpad--size-x-small {\n @include ch5-dpad-content-plus-direction-btn(\"x-small\");\n }\n\n /// Applied when size=\"small\"\n &.ch5-dpad--size-small {\n @include ch5-dpad-content-plus-direction-btn(\"small\");\n }\n\n /// Applied when size=\"large\"\n &.ch5-dpad--size-large {\n @include ch5-dpad-content-plus-direction-btn(\"large\");\n }\n\n /// Applied when size=\"x-large\"\n &.ch5-dpad--size-x-large {\n @include ch5-dpad-content-plus-direction-btn(\"x-large\");\n }"
569
+ },
570
+ {
571
+ "type": "class",
572
+ "name": "ch5-disabled",
573
+ "description": "Applied when button in the disabled state\n",
574
+ "value": "@include ch5-component-disabled();\n\n .ch5-dpad-child {\n pointer-events: none;\n }"
575
+ },
576
+ {
577
+ "type": "class",
578
+ "name": "ch5-dpad--shape-circle",
579
+ "description": "Defines the dpad shape\n",
580
+ "value": ".ch5-disable-child-button {\n cursor: default;\n pointer-events: auto; // Note that pointer events should NOT be set to none here for circle shape only and do not set opacity here\n }\n\n .dpad-container {\n transform: rotate(45deg);\n .ch5-disable-child-button > span {\n @include ch5-component-disabled();\n cursor: default;\n pointer-events: auto; // Note that pointer events should NOT be set to none here for circle shape only\n }\n /// Applied when hideCenterButton = \"true\"\n .ch5-hide-child-button {\n visibility: hidden !important;\n cursor: default;\n > span {\n opacity: 0.5;\n cursor: default;\n }\n }\n }\n\n .center {\n border-radius: 50%;\n z-index: 3;\n\n .dpad-btn-label {\n display: block;\n width: 100%;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n transform: rotate(-45deg);\n padding: 0 15%;\n }\n\n span.dpad-btn-icon {\n transform: rotate(-45deg);\n }\n }\n\n .direction-btn {\n flex: 50%;\n height: 50%;\n overflow: hidden;\n\n span {\n transform: rotate(-45deg);\n background-size: 50%;\n }\n\n &.up {\n border-top-left-radius: 100%;\n }\n\n &.right {\n border-top-right-radius: 100%;\n }\n\n &.left {\n border-bottom-left-radius: 100%;\n }\n\n &.down {\n border-bottom-right-radius: 100%;\n }\n }"
581
+ },
582
+ {
583
+ "type": "class",
584
+ "name": "ch5-hide-child-button",
585
+ "description": "Applied when hideCenterButton = \"true\"\n",
586
+ "value": "visibility: hidden !important;\n cursor: default;\n > span {\n opacity: 0.5;\n cursor: default;\n }"
587
+ },
588
+ {
589
+ "type": "class",
590
+ "name": "ch5-dpad--shape-plus",
591
+ "description": "Defines the dpad shape plus\n",
592
+ "value": "/// Applied when disableCenterButton=\"true\"\n .ch5-disable-child-button {\n pointer-events: none; // Do not set opacity here\n cursor: default;\n }\n\n .dpad-container {\n .ch5-disable-child-button > span {\n @include ch5-component-disabled();\n cursor: default;\n }\n .ch5-hide-child-button {\n cursor: default;\n > span {\n visibility: hidden !important;\n cursor: default;\n }\n }\n }\n\n .direction-btn {\n flex: 33.33%;\n height: 33.33%;\n\n &:after,\n &:before {\n content: \"\";\n height: 20px;\n width: 20px;\n position: absolute;\n background-color: transparent;\n }\n\n span {\n height: 100%;\n width: 100%;\n position: relative;\n display: inline-flex;\n justify-content: center;\n align-items: center;\n z-index: 1;\n // line-height: calc(var(--ch5-dpad--regular-size) / 3);\n text-align: center;\n }\n }"
593
+ },
594
+ {
595
+ "type": "class",
596
+ "name": "ch5-disable-child-button",
597
+ "description": "Applied when disableCenterButton=\"true\"\n",
598
+ "value": "pointer-events: none; // Do not set opacity here\n cursor: default;"
599
+ },
600
+ {
601
+ "type": "class",
602
+ "name": "ch5-dpad--type-default",
603
+ "description": "Applied when type=\"default\"\n",
604
+ "value": "@include ch5-dpad-content(\"default\");"
605
+ },
606
+ {
607
+ "type": "class",
608
+ "name": "ch5-dpad--type-primary",
609
+ "description": "Applied when type=\"primary\"\n",
610
+ "value": "@include ch5-dpad-content(\"primary\");"
611
+ },
612
+ {
613
+ "type": "class",
614
+ "name": "ch5-dpad--type-info",
615
+ "description": "Applied when type=\"info\"\n",
616
+ "value": "@include ch5-dpad-content(\"info\");"
617
+ },
618
+ {
619
+ "type": "class",
620
+ "name": "ch5-dpad--type-text",
621
+ "description": "Applied when type=\"text\"\n",
622
+ "value": "@include ch5-dpad-content(\"text\");"
623
+ },
624
+ {
625
+ "type": "class",
626
+ "name": "ch5-dpad--type-danger",
627
+ "description": "Applied when type=\"danger\"\n",
628
+ "value": "@include ch5-dpad-content(\"danger\");"
629
+ },
630
+ {
631
+ "type": "class",
632
+ "name": "ch5-dpad--type-warning",
633
+ "description": "Applied when type=\"warning\"\n",
634
+ "value": "@include ch5-dpad-content(\"warning\");"
635
+ },
636
+ {
637
+ "type": "class",
638
+ "name": "ch5-dpad--type-success",
639
+ "description": "Applied when type=\"success\"\n",
640
+ "value": "@include ch5-dpad-content(\"success\");"
641
+ },
642
+ {
643
+ "type": "class",
644
+ "name": "ch5-dpad--type-secondary",
645
+ "description": "Applied when type=\"secondary\"\n",
646
+ "value": "@include ch5-dpad-content(\"secondary\");"
647
+ },
648
+ {
649
+ "type": "class",
650
+ "name": "ch5-dpad--size-regular",
651
+ "description": "Applied when size=\"regular\"\n",
652
+ "value": "@include ch5-dpad-content-plus-direction-btn(\"regular\");"
653
+ },
654
+ {
655
+ "type": "class",
656
+ "name": "ch5-dpad--size-x-small",
657
+ "description": "Applied when size=\"x-small\"\n",
658
+ "value": "@include ch5-dpad-content-plus-direction-btn(\"x-small\");"
659
+ },
660
+ {
661
+ "type": "class",
662
+ "name": "ch5-dpad--size-small",
663
+ "description": "Applied when size=\"small\"\n",
664
+ "value": "@include ch5-dpad-content-plus-direction-btn(\"small\");"
665
+ },
666
+ {
667
+ "type": "class",
668
+ "name": "ch5-dpad--size-large",
669
+ "description": "Applied when size=\"large\"\n",
670
+ "value": "@include ch5-dpad-content-plus-direction-btn(\"large\");"
671
+ },
672
+ {
673
+ "type": "class",
674
+ "name": "ch5-dpad--size-x-large",
675
+ "description": "Applied when size=\"x-large\"\n",
676
+ "value": "@include ch5-dpad-content-plus-direction-btn(\"x-large\");"
677
+ }
678
+ ]
679
+ }
680
+ ]
681
+ },
682
+ {
683
+ "group": "ch5-dpad-mixins",
684
+ "schemadata": [
685
+ {
686
+ "type": "class",
687
+ "metadata": [
688
+ {
689
+ "type": "class",
690
+ "name": "ch5-dpad-button-up--pressed",
691
+ "description": "Applied when up button is in the pressed state\n",
692
+ "value": "@include ch5-dpad-content--pressed($borderRadius, $property-pressed-background-color, $property-pressed-color);"
693
+ },
694
+ {
695
+ "type": "class",
696
+ "name": "ch5-dpad-button-left--pressed",
697
+ "description": "Applied when left button is in the pressed state\n",
698
+ "value": "@include ch5-dpad-content--pressed($borderRadius, $property-pressed-background-color, $property-pressed-color);"
699
+ },
700
+ {
701
+ "type": "class",
702
+ "name": "ch5-dpad-button-right--pressed",
703
+ "description": "Applied when right button is in the pressed state\n",
704
+ "value": "@include ch5-dpad-content--pressed($borderRadius, $property-pressed-background-color, $property-pressed-color);"
705
+ },
706
+ {
707
+ "type": "class",
708
+ "name": "ch5-dpad-button-down--pressed",
709
+ "description": "Applied when down button is in the pressed state\n",
710
+ "value": "@include ch5-dpad-content--pressed($borderRadius, $property-pressed-background-color, $property-pressed-color);"
711
+ },
712
+ {
713
+ "type": "class",
714
+ "name": "ch5-dpad-button-center--pressed",
715
+ "description": "Applied when center button is in the pressed state\n",
716
+ "value": "@include ch5-dpad-content--pressed($borderRadius, $property-pressed-background-color, $property-pressed-color);"
717
+ },
718
+ {
719
+ "type": "class",
720
+ "name": "dpad-btn-icon",
721
+ "description": "Apply to icons\n",
722
+ "value": "font-size: var(#{$property-icon-font-size});"
723
+ }
724
+ ]
725
+ }
726
+ ]
727
+ },
728
+ {
729
+ "group": "ch5-image",
730
+ "schemadata": [
731
+ {
732
+ "type": "class",
733
+ "metadata": [
734
+ {
735
+ "type": "class",
736
+ "name": "ch5-image",
737
+ "description": "Added automatically on the first child of the ch5-image element.\n",
738
+ "value": "&.ch5-image__img {\n height: inherit;\n width: inherit;\n max-height: 100%;\n max-width: 100%;\n object-fit: var(--ch5-image--object-fit);\n border-color: var(--ch5-image--border-color);\n border-width: var(--ch5-image--border-width);\n border-style: var(--ch5-image--border-style);\n display: inline-block;\n }\n // flip image\n &.ch5-image--dir--rtl {\n -moz-transform: scaleX(-1);\n -o-transform: scaleX(-1);\n -webkit-transform: scaleX(-1);\n transform: scaleX(-1);\n /* filter: FlipH;\n -ms-filter: \"FlipH\"; */\n }"
739
+ },
740
+ {
741
+ "type": "class",
742
+ "name": "ch5-image--disabled",
743
+ "description": "Added automatically based on the disabled attribute or by receiveStateEnable.\n",
744
+ "value": "@include ch5-component-disabled();"
745
+ }
746
+ ]
747
+ }
748
+ ]
749
+ },
750
+ {
751
+ "group": "ch5-keypad",
752
+ "schemadata": [
753
+ {
754
+ "type": "class",
755
+ "metadata": [
756
+ {
757
+ "type": "class",
758
+ "name": "ch5-keypad",
759
+ "description": "Primary Class\n",
760
+ "value": "display: grid;\n aspect-ratio: 3/4;\n padding: var(--ch5-keypad--padding);\n gap: var(--ch5-keypad--gap-between-buttons);\n grid-template-columns: repeat(3, 1fr);\n grid-template-rows: repeat(4, 1fr);\n\n .extra-btn {\n display: none;\n }\n\n &.ch5-keypad--show-extra-button {\n aspect-ratio: 3/5;\n grid-template-rows: repeat(5, 1fr);\n\n .keypad-btn.extra-btn {\n display: flex;\n grid-column-start: 2;\n\n button {\n color: var(--ch5-keypad--extra-button-font-color);\n background-color: var(--ch5-keypad--extra-button-background-color);\n border: var(--ch5-keypad--extra-button-border-width) var(--ch5-keypad--extra-button-border-style) var(--ch5-keypad--extra-button-border-color);\n }\n\n &.keypad-btn.keypad-btn-pressed button {\n color: var(--ch5-keypad--extra-button-pressed-font-color);\n background-color: var(--ch5-keypad--extra-button-pressed-background-color);\n border: var(--ch5-keypad--extra-button-pressed-border-width) var(--ch5-keypad--extra-button-pressed-border-style) var(--ch5-keypad--extra-button-pressed-border-color);\n }\n }\n }\n\n /// Applied when keypad in the disabled state\n &.ch5-keypad--disabled {\n @include ch5-component-disabled();\n cursor: default;\n\n button {\n pointer-events: none;\n cursor: default;\n }\n }\n\n /// Applied when type=\"default\"\n &.ch5-keypad--type-default {\n @include ch5-keypad-content(\"default\");\n }\n\n /// Applied when type=\"primary\"\n &.ch5-keypad--type-primary {\n @include ch5-keypad-content(\"primary\");\n }\n\n /// Applied when type=\"info\"\n &.ch5-keypad--type-info {\n @include ch5-keypad-content(\"info\");\n }\n\n /// Applied when type=\"text\"\n &.ch5-keypad--type-text {\n @include ch5-keypad-content(\"text\");\n }\n\n /// Applied when type=\"danger\"\n &.ch5-keypad--type-danger {\n @include ch5-keypad-content(\"danger\");\n }\n\n /// Applied when type=\"warning\"\n &.ch5-keypad--type-warning {\n @include ch5-keypad-content(\"warning\");\n }\n\n /// Applied when type=\"success\"\n &.ch5-keypad--type-success {\n @include ch5-keypad-content(\"success\");\n }\n\n /// Applied when type=\"secondary\"\n &.ch5-keypad--type-secondary {\n @include ch5-keypad-content(\"secondary\");\n }\n\n /// Applied when button in the textOrientation=\"top\"\n &.ch5-keypad--orientation-top {\n button {\n flex-direction: column;\n }\n }\n\n /// Applied when button in the textOrientation=\"right\"\n &.ch5-keypad--orientation-right {\n button {\n flex-direction: row-reverse;\n\n .label-major {\n margin-left: 2px;\n }\n }\n }\n\n /// Applied when button in the textOrientation=\"bottom\"\n &.ch5-keypad--orientation-bottom {\n button {\n flex-direction: column-reverse;\n }\n }\n\n /// Applied when button in the textOrientation=\"left\"\n &.ch5-keypad--orientation-left {\n button {\n flex-direction: row;\n\n .label-major {\n margin-right: 2px;\n }\n }\n }\n\n &.ch5-keypad--shape-square {\n .keypad-btn {\n button {\n border-radius: 0;\n }\n }\n }\n\n &.ch5-keypad--shape-circle {\n .keypad-btn {\n button {\n border-radius: 50%;\n }\n }\n }\n\n &.ch5-keypad--shape-rounded-rectangle {\n .keypad-btn {\n button {\n border-radius: 10%;\n }\n }\n }\n\n /// Applied when size=\"x-small\"\n &.ch5-keypad--size-x-small {\n @include ch5-keypad-fonts-sizes(\"x-small\");\n }\n\n /// Applied when size=\"small\"\n &.ch5-keypad--size-small {\n @include ch5-keypad-fonts-sizes(\"small\");\n }\n\n /// Applied when size=\"regular\"\n &.ch5-keypad--size-regular {\n @include ch5-keypad-fonts-sizes(\"regular\");\n }\n\n /// Applied when size=\"large\"\n &.ch5-keypad--size-large {\n @include ch5-keypad-fonts-sizes(\"large\");\n }\n\n /// Applied when size=\"x-large\"\n &.ch5-keypad--size-x-large {\n @include ch5-keypad-fonts-sizes(\"x-large\");\n }\n\n &.ch5-keypad--display-label-major-only-true {\n button {\n .label-minor {\n display: none;\n }\n }\n }\n \n &.ch5-keypad--display-label-major-only-false {\n button {\n .label-minor {\n display: block;\n }\n }\n }"
761
+ },
762
+ {
763
+ "type": "class",
764
+ "name": "ch5-keypad--disabled",
765
+ "description": "Applied when keypad in the disabled state\n",
766
+ "value": "@include ch5-component-disabled();\n cursor: default;\n\n button {\n pointer-events: none;\n cursor: default;\n }"
767
+ },
768
+ {
769
+ "type": "class",
770
+ "name": "ch5-keypad--type-default",
771
+ "description": "Applied when type=\"default\"\n",
772
+ "value": "@include ch5-keypad-content(\"default\");"
773
+ },
774
+ {
775
+ "type": "class",
776
+ "name": "ch5-keypad--type-primary",
777
+ "description": "Applied when type=\"primary\"\n",
778
+ "value": "@include ch5-keypad-content(\"primary\");"
779
+ },
780
+ {
781
+ "type": "class",
782
+ "name": "ch5-keypad--type-info",
783
+ "description": "Applied when type=\"info\"\n",
784
+ "value": "@include ch5-keypad-content(\"info\");"
785
+ },
786
+ {
787
+ "type": "class",
788
+ "name": "ch5-keypad--type-text",
789
+ "description": "Applied when type=\"text\"\n",
790
+ "value": "@include ch5-keypad-content(\"text\");"
791
+ },
792
+ {
793
+ "type": "class",
794
+ "name": "ch5-keypad--type-danger",
795
+ "description": "Applied when type=\"danger\"\n",
796
+ "value": "@include ch5-keypad-content(\"danger\");"
797
+ },
798
+ {
799
+ "type": "class",
800
+ "name": "ch5-keypad--type-warning",
801
+ "description": "Applied when type=\"warning\"\n",
802
+ "value": "@include ch5-keypad-content(\"warning\");"
803
+ },
804
+ {
805
+ "type": "class",
806
+ "name": "ch5-keypad--type-success",
807
+ "description": "Applied when type=\"success\"\n",
808
+ "value": "@include ch5-keypad-content(\"success\");"
809
+ },
810
+ {
811
+ "type": "class",
812
+ "name": "ch5-keypad--type-secondary",
813
+ "description": "Applied when type=\"secondary\"\n",
814
+ "value": "@include ch5-keypad-content(\"secondary\");"
815
+ },
816
+ {
817
+ "type": "class",
818
+ "name": "ch5-keypad--orientation-top",
819
+ "description": "Applied when button in the textOrientation=\"top\"\n",
820
+ "value": "button {\n flex-direction: column;\n }"
821
+ },
822
+ {
823
+ "type": "class",
824
+ "name": "ch5-keypad--orientation-right",
825
+ "description": "Applied when button in the textOrientation=\"right\"\n",
826
+ "value": "button {\n flex-direction: row-reverse;\n\n .label-major {\n margin-left: 2px;\n }\n }"
827
+ },
828
+ {
829
+ "type": "class",
830
+ "name": "ch5-keypad--orientation-bottom",
831
+ "description": "Applied when button in the textOrientation=\"bottom\"\n",
832
+ "value": "button {\n flex-direction: column-reverse;\n }"
833
+ },
834
+ {
835
+ "type": "class",
836
+ "name": "ch5-keypad--orientation-left",
837
+ "description": "Applied when button in the textOrientation=\"left\"\n",
838
+ "value": "button {\n flex-direction: row;\n\n .label-major {\n margin-right: 2px;\n }\n }"
839
+ },
840
+ {
841
+ "type": "class",
842
+ "name": "ch5-keypad--size-x-small",
843
+ "description": "Applied when size=\"x-small\"\n",
844
+ "value": "@include ch5-keypad-fonts-sizes(\"x-small\");"
845
+ },
846
+ {
847
+ "type": "class",
848
+ "name": "ch5-keypad--size-small",
849
+ "description": "Applied when size=\"small\"\n",
850
+ "value": "@include ch5-keypad-fonts-sizes(\"small\");"
851
+ },
852
+ {
853
+ "type": "class",
854
+ "name": "ch5-keypad--size-regular",
855
+ "description": "Applied when size=\"regular\"\n",
856
+ "value": "@include ch5-keypad-fonts-sizes(\"regular\");"
857
+ },
858
+ {
859
+ "type": "class",
860
+ "name": "ch5-keypad--size-large",
861
+ "description": "Applied when size=\"large\"\n",
862
+ "value": "@include ch5-keypad-fonts-sizes(\"large\");"
863
+ },
864
+ {
865
+ "type": "class",
866
+ "name": "ch5-keypad--size-x-large",
867
+ "description": "Applied when size=\"x-large\"\n",
868
+ "value": "@include ch5-keypad-fonts-sizes(\"x-large\");"
869
+ },
870
+ {
871
+ "type": "class",
872
+ "name": "keypad-btn",
873
+ "description": "Add styles for all buttons inside the keypad\n",
874
+ "value": "cursor: pointer;\n display: flex;\n aspect-ratio: 1/1;\n overflow: hidden;\n\n button {\n display: flex;\n align-items: center;\n justify-content: center;\n aspect-ratio: 1/1;\n color: inherit;\n cursor: pointer;\n width: 100%;\n height: 100%;\n\n span {\n white-space: pre;\n color: inherit;\n }\n\n .label-major {\n font-weight: 300;\n }\n\n .label-minor {\n margin-top: 0;\n letter-spacing: 0.1rem;\n }\n }\n\n &[key=\"button0\"] {\n .label-minor {\n margin-left: 3%;\n }\n }"
875
+ },
876
+ {
877
+ "type": "class",
878
+ "name": "ch5-keypad--shape-rounded-rectangle",
879
+ "description": "Applied when shape=\"rounded-rectangle\"\n",
880
+ "value": "// DO NOT DELETE - used for Component Reference"
881
+ },
882
+ {
883
+ "type": "class",
884
+ "name": "ch5-keypad--shape-square",
885
+ "description": "Applied when shape=\"square\"\n",
886
+ "value": "// DO NOT DELETE - used for Component Reference"
887
+ },
888
+ {
889
+ "type": "class",
890
+ "name": "ch5-keypad--shape-circle",
891
+ "description": "Applied when shape=\"circle\"\n",
892
+ "value": "// DO NOT DELETE - used for Component Reference"
893
+ },
894
+ {
895
+ "type": "class",
896
+ "name": "ch5-keypad--stretch-height",
897
+ "description": "Applied when stretch=\"height\"\n",
898
+ "value": "// DO NOT DELETE - used for Component Reference"
899
+ },
900
+ {
901
+ "type": "class",
902
+ "name": "ch5-keypad--stretch-width",
903
+ "description": "Applied when stretch=\"width\"\n",
904
+ "value": "// DO NOT DELETE - used for Component Reference"
905
+ },
906
+ {
907
+ "type": "class",
908
+ "name": "ch5-keypad--stretch-both",
909
+ "description": "Applied when stretch=\"both\"\n",
910
+ "value": "// DO NOT DELETE - used for Component Reference"
911
+ },
912
+ {
913
+ "type": "class",
914
+ "name": "keypad-btn-pressed",
915
+ "description": "Applied when button in the pressed state\n",
916
+ "value": "// DO NOT DELETE - used for Component Reference"
917
+ }
918
+ ]
919
+ }
920
+ ]
921
+ },
922
+ {
923
+ "group": "ch5-list",
924
+ "schemadata": [
925
+ {
926
+ "type": "class",
927
+ "metadata": [
928
+ {
929
+ "type": "class",
930
+ "name": "ch5-list--disabled",
931
+ "description": "Add the \"disabled\" attribute to the ch5-list tag in order to disable the list.\n",
932
+ "value": "@include ch5-component-disabled();"
933
+ },
934
+ {
935
+ "type": "class",
936
+ "name": "ch5-list-vertical",
937
+ "description": "The list is displayed vertically by default, you can explicitly add the attribute orientation=\"vertical\".\n",
938
+ "value": "-webkit-overflow-scrolling: touch;\n touch-action: pan-y !important;\n\n & * {\n touch-action: pan-y !important;\n }"
939
+ },
940
+ {
941
+ "type": "class",
942
+ "name": "ch5-list-horizontal",
943
+ "description": "Applied when orientation=\"horizontal\" to display the list horizontally.\n",
944
+ "value": "-webkit-overflow-scrolling: touch;\n touch-action: pan-x !important;\n\n & * {\n touch-action: pan-x !important;\n }"
945
+ },
946
+ {
947
+ "type": "class",
948
+ "name": "ch5-list-vertical-scrollbar",
949
+ "description": "Applied when the list is displayed vertically and scrollbar=\"true\" is added\n",
950
+ "value": "padding-right: var(--ch5-list--scrollbar-width);\n\n & ~ .scrollbar-container {\n top: 0;\n height: 100%;\n right: 0;\n left: auto;\n }"
951
+ },
952
+ {
953
+ "type": "class",
954
+ "name": "ch5-list-horizontal-scrollbar",
955
+ "description": "Applied when scrollbar=\"true\" is added\n",
956
+ "value": "padding-bottom: var(--ch5-list--scrollbar-width);\n\n & ~ .scrollbar-container {\n width: 100%;\n bottom: 0;\n }"
957
+ }
958
+ ]
959
+ }
960
+ ]
961
+ },
962
+ {
963
+ "group": "ch5-media-player",
964
+ "schemadata": [
965
+ {
966
+ "type": "class",
967
+ "metadata": [
968
+ {
969
+ "type": "class",
970
+ "name": "ch5-media-player",
971
+ "description": "Main class\n",
972
+ "value": "position: relative;\n width: var(--ch5-media-player--width);\n height: var(--ch5-media-player--height);\n min-width: 360px;\n min-height: 360px;\n background-color: var(--ch5-media-player--background-color);\n display: flex;\n overflow: hidden;\n box-sizing: border-box;\n border: var(--ch5-media-player--border-style) var(--ch5-media-player--border-width) var(--ch5-media-player--border-color);\n\n .ch5-media-player--popup-overlay {\n position: absolute;\n width: 100%;\n height: 100%;\n background-color: var(--ch5-media-player--popup-overlay-background-color);\n display: flex;\n justify-content: center;\n align-items: center;\n\n .ch5-media-player--popup-content-generic {\n background-color: var(--ch5-media-player--background-color);\n color: var(--ch5-media-player--popup-font-color);\n width: 60%;\n border-radius: 1em;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n font-size: var(--ch5-media-player--popup-text-font-size);\n\n .generic-dialog-title {\n padding: $ch5-media-player--padding;\n display: flex;\n justify-content: center;\n text-align: center;\n }\n\n .dialog-content {\n display: flex;\n padding: 0 $ch5-media-player--padding $ch5-media-player--padding $ch5-media-player--padding;\n\n .dialog-content-input {\n width: 100%;\n border: none;\n outline: none;\n border-bottom: var(--ch5-media-player--popup-border-width) var(--ch5-media-player--popup-border-style) var(--ch5-media-player--popup-input-border-color);\n padding: 0.25em;\n background-color: inherit;\n color: inherit;\n }\n }\n\n .generic-dialog-footer {\n display: flex;\n justify-content: space-between;\n\n &--column {\n flex-direction: column;\n }\n\n &--row {\n flex-direction: row;\n\n > .generic-dialog-button:nth-child(2) {\n border-left: var(--ch5-media-player--popup-border-width) var(--ch5-media-player--popup-border-style) var(--ch5-media-player--popup-border-color);\n }\n }\n\n .generic-dialog-button {\n display: flex;\n align-items: center;\n justify-content: center;\n padding: $ch5-media-player--padding;\n flex: 1;\n cursor: pointer;\n background: none;\n border: none;\n color: var(--ch5-media-player--popup-font-color);\n border-top: var(--ch5-media-player--popup-border-width) var(--ch5-media-player--popup-border-style) var(--ch5-media-player--popup-border-color);\n\n &:active {\n background-color: var(--ch5-media-player--popup-active-button-background-color);\n color: var(--ch5-media-player--popup-active-button-color);\n }\n }\n\n .primary-dialog-button {\n font-weight: 600;\n }\n }\n\n .action-group-dialog-footer {\n .action-group-dialog-button {\n display: flex;\n justify-content: center;\n padding: $ch5-media-player--padding;\n border-top: var(--ch5-media-player--popup-border-width) var(--ch5-media-player--popup-border-style) var(--ch5-media-player--popup-border-color);\n cursor: pointer;\n }\n\n .primary-dialog-button {\n font-weight: 600;\n }\n }\n }\n }"
973
+ }
974
+ ]
975
+ }
976
+ ]
977
+ },
978
+ {
979
+ "group": "ch5-modal-dialog",
980
+ "schemadata": [
981
+ {
982
+ "type": "class",
983
+ "metadata": [
984
+ {
985
+ "type": "class",
986
+ "name": "ch5-modal-dialog",
987
+ "description": "This class is added on the container div of the ch5-modal-dialog element.\n",
988
+ "value": "position: fixed;\n box-sizing: border-box;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n z-index: 10001;\n\n background-color: var(--ch5-modal-dialog--background-color);\n border-radius: var(--ch5-modal-dialog--border-radius);\n border: var(--ch5-modal-dialog--border-width) var(--ch5-modal-dialog--border-style) var(--ch5-modal-dialog--border-color);\n color: var(--ch5-modal-dialog--text-color);\n padding: var(--ch5-modal-dialog--padding);\n min-width: 200px;\n\n .ch5-modal-dialog-close-icon-btn {\n border: none;\n outline: none;\n cursor: pointer;\n float: right;\n color: var(--ch5-modal-dialog--close-icon-color);\n\n background-color: var(--ch5-modal-dialog--close-icon-background-color);\n margin: var(--ch5-modal-dialog--close-icon-margin);\n padding: var(--ch5-modal-dialog--close-icon-padding);\n width: var(--ch5-modal-dialog--close-button-width);\n font-size: var(--ch5-modal-dialog--close-icon-size);\n\n &.f-left {\n float: left;\n }\n\n &.f-right {\n float: right;\n }\n }\n\n .ch5-modal-dialog-default-close-icon {\n font-size: var(--ch5-modal-dialog--default-close-icon-size);\n color: var(--ch5-modal-dialog--close-icon-color);\n\n &:before {\n content: \"\\00d7\";\n }\n\n &:hover {\n color: var(--ch5-modal-dialog--close-icon-color-hover);\n }\n }\n\n /// the class added on the ok button\n .ch5-modal-dialog-btn-ok {\n float: left;\n }\n\n /// the class of the cancel button\n .ch5-modal-dialog-btn-cancel {\n float: right;\n }"
989
+ },
990
+ {
991
+ "type": "class",
992
+ "name": "ch5-modal-dialog-btn-ok",
993
+ "description": "the class added on the ok button\n",
994
+ "value": "float: left;"
995
+ },
996
+ {
997
+ "type": "class",
998
+ "name": "ch5-modal-dialog-btn-cancel",
999
+ "description": "the class of the cancel button\n",
1000
+ "value": "float: right;"
1001
+ },
1002
+ {
1003
+ "type": "class",
1004
+ "name": "ch5-modal-dialog-prompt",
1005
+ "description": "modal section (a div) that wraps the prompt-icon and the prompt-text\n",
1006
+ "value": "&:before {\n clear: both;\n }\n\n padding: var(--ch5-modal-dialog--prompt-padding);\n vertical-align: middle;\n\n /// an image element.\n .ch5-modal-dialog-prompt-icon {\n vertical-align: middle;\n margin-right: var(--ch5-modal-dialog--prompt-icon-margin-right);\n font-size: var(--ch5-modal-dialog--prompt-icon-size);\n }\n\n /// a span element\n .ch5-modal-dialog-prompt-text {\n vertical-align: middle;\n font-size: var(--ch5-modal-dialog--prompt-text-font-size);\n font-style: var(--ch5-modal-dialog--prompt-text-font-style);\n font-weight: var(--ch5-modal-dialog--prompt-text-font-weight);\n color: var(--ch5-modal-dialog--prompt-text-font-color);\n }"
1007
+ },
1008
+ {
1009
+ "type": "class",
1010
+ "name": "ch5-modal-dialog-prompt-icon",
1011
+ "description": "an image element.\n",
1012
+ "value": "vertical-align: middle;\n margin-right: var(--ch5-modal-dialog--prompt-icon-margin-right);\n font-size: var(--ch5-modal-dialog--prompt-icon-size);"
1013
+ },
1014
+ {
1015
+ "type": "class",
1016
+ "name": "ch5-modal-dialog-prompt-text",
1017
+ "description": "a span element\n",
1018
+ "value": "vertical-align: middle;\n font-size: var(--ch5-modal-dialog--prompt-text-font-size);\n font-style: var(--ch5-modal-dialog--prompt-text-font-style);\n font-weight: var(--ch5-modal-dialog--prompt-text-font-weight);\n color: var(--ch5-modal-dialog--prompt-text-font-color);"
1019
+ },
1020
+ {
1021
+ "type": "class",
1022
+ "name": "ch5-modal-dialog-mask",
1023
+ "description": "class added on the mask element\n",
1024
+ "value": "top: 0;\n left: 0;\n position: fixed;\n width: 100%;\n height: 100%;\n z-index: 10000;"
1025
+ },
1026
+ {
1027
+ "type": "class",
1028
+ "name": "ch5-modal-dialog-contents",
1029
+ "description": "wrap the html that is initially between the ch5-modal-dialog tags\n",
1030
+ "value": "padding: var(--ch5-modal-dialog--contents-padding);\n font-size: var(--ch5-modal-dialog--contents-font-size);\n font-style: var(--ch5-modal-dialog--contents-font-style);\n font-weight: var(--ch5-modal-dialog--contents-font-weight);\n color: var(--ch5-modal-dialog--contents-font-color);"
1031
+ },
1032
+ {
1033
+ "type": "class",
1034
+ "name": "ch5-modal-dialog-header",
1035
+ "description": "the modal header: the title string is placed here\n",
1036
+ "value": "// DO NOT DELETE - used for Component Reference"
1037
+ },
1038
+ {
1039
+ "type": "class",
1040
+ "name": "ch5-modal-dialog-footer",
1041
+ "description": "modal section (div) that contains the two buttons\n",
1042
+ "value": "// DO NOT DELETE - used for Component Reference"
1043
+ }
1044
+ ]
1045
+ }
1046
+ ]
1047
+ },
1048
+ {
1049
+ "group": "ch5-overlay-panel",
1050
+ "schemadata": [
1051
+ {
1052
+ "type": "class",
1053
+ "metadata": [
1054
+ {
1055
+ "type": "class",
1056
+ "name": "ch5-overlay-panel",
1057
+ "description": "Main class\n",
1058
+ "value": "display: inline-block;\n position: absolute;\n\n background-color: var(--ch5-overlay-panel--background-color);\n border-radius: var(--ch5-overlay-panel--border-radius);\n border: var(--ch5-overlay-panel--border-width) var(--ch5-overlay-panel--border-style) var(--ch5-overlay-panel--border-color);\n color: var(--ch5-overlay-panel--text-color);\n padding: var(--ch5-overlay-panel--padding);\n min-width: 200px;\n z-index: 10000;\n\n font-size: var(--ch5-overlay-panel--font-size);\n font-style: var(--ch5-overlay-panel--font-style);\n font-weight: var(--ch5-overlay-panel--font-weight);\n\n /// Class for close icon\n .ch5-overlay-panel-close-icon-btn {\n border: none;\n outline: none;\n cursor: pointer;\n float: right;\n line-height: 1.15;\n\n background-color: var(--ch5-overlay-panel--close-icon-background-color);\n margin: var(--ch5-overlay-panel--close-icon-margin);\n padding: var(--ch5-overlay-panel--close-icon-padding);\n width: var(--ch5-overlay-panel--close-button-width);\n\n &.f-left {\n float: left;\n }\n &.f-right {\n float: right;\n }\n }\n\n /// Class for default close icon\n .ch5-overlay-panel-default-close-icon {\n color: var(--ch5-overlay-panel--close-icon-color);\n font-size: var(--ch5-overlay-panel--close-icon-size);\n\n &:before {\n content: \"\\00d7\";\n }\n &:hover {\n color: var(--ch5-overlay-panel--close-icon-color-hover);\n }\n }"
1059
+ },
1060
+ {
1061
+ "type": "class",
1062
+ "name": "ch5-overlay-panel-close-icon-btn",
1063
+ "description": "Class for close icon\n",
1064
+ "value": "border: none;\n outline: none;\n cursor: pointer;\n float: right;\n line-height: 1.15;\n\n background-color: var(--ch5-overlay-panel--close-icon-background-color);\n margin: var(--ch5-overlay-panel--close-icon-margin);\n padding: var(--ch5-overlay-panel--close-icon-padding);\n width: var(--ch5-overlay-panel--close-button-width);\n\n &.f-left {\n float: left;\n }\n &.f-right {\n float: right;\n }"
1065
+ },
1066
+ {
1067
+ "type": "class",
1068
+ "name": "ch5-overlay-panel-default-close-icon",
1069
+ "description": "Class for default close icon\n",
1070
+ "value": "color: var(--ch5-overlay-panel--close-icon-color);\n font-size: var(--ch5-overlay-panel--close-icon-size);\n\n &:before {\n content: \"\\00d7\";\n }\n &:hover {\n color: var(--ch5-overlay-panel--close-icon-color-hover);\n }"
1071
+ },
1072
+ {
1073
+ "type": "class",
1074
+ "name": "ch5-overlay-panel--overflow-scroll",
1075
+ "description": "Overflow auto\n",
1076
+ "value": "overflow: auto;"
1077
+ },
1078
+ {
1079
+ "type": "class",
1080
+ "name": "ch5-overlay-panel--overflow-show",
1081
+ "description": "Overflow visible\n",
1082
+ "value": "overflow: visible;"
1083
+ },
1084
+ {
1085
+ "type": "class",
1086
+ "name": "ch5-overlay-panel--stretch-width",
1087
+ "description": "Applied to make the width as much as its parent allows.\n",
1088
+ "value": "width: 100%;\n height: auto;"
1089
+ },
1090
+ {
1091
+ "type": "class",
1092
+ "name": "ch5-overlay-panel--stretch-height",
1093
+ "description": "Applied to make the height as much as its parent allows.\n",
1094
+ "value": "height: 100%;"
1095
+ },
1096
+ {
1097
+ "type": "class",
1098
+ "name": "ch5-overlay-panel--stretch-both",
1099
+ "description": "Applied to make both width and height as much as its parent allows.\n",
1100
+ "value": "width: 100%;\n height: 100%;"
1101
+ },
1102
+ {
1103
+ "type": "class",
1104
+ "name": "ch5-overlay-panel-mask",
1105
+ "description": "Applied for panel mask\n",
1106
+ "value": "top: 0;\n left: 0;\n position: fixed;\n width: 100%;\n height: 100%;"
1107
+ },
1108
+ {
1109
+ "type": "class",
1110
+ "name": "ch5-overlay-panel-contents",
1111
+ "description": "Applied for content of the panel\n",
1112
+ "value": "padding: var(--ch5-overlay-panel--contents-padding);\n font-style: var(--ch5-overlay-panel--contents-font-style);\n font-size: var(--ch5-overlay-panel--contents-font-size);\n font-weight: var(--ch5-overlay-panel--contents-font-weight);\n color: var(--ch5-overlay-panel--contents-font-color);"
1113
+ }
1114
+ ]
1115
+ }
1116
+ ]
1117
+ },
1118
+ {
1119
+ "group": "ch5-qrcode",
1120
+ "schemadata": [
1121
+ {
1122
+ "type": "class",
1123
+ "metadata": [
1124
+ {
1125
+ "type": "class",
1126
+ "name": "ch5-qrcode",
1127
+ "description": "Main class\n",
1128
+ "value": "position: relative;\n display: inline-flex;\n\n /// Class applied for qrcode size\n &.ch5-qrcode--size-css {\n width: clamp(calc($min-size * 1px), calc(var(--ch5-qrcode--size) * 1px), calc($max-size * 1px));\n height: clamp(calc($min-size * 1px), calc(var(--ch5-qrcode--size) * 1px), calc($max-size * 1px));\n min-width: calc($min-size * 1px);\n min-height: calc($min-size * 1px);\n }\n\n canvas {\n min-width: calc($min-size * 1px);\n min-height: calc($min-size * 1px);\n aspect-ratio: 1 / 1;\n border-width: var(--ch5-qrcode--border-width);\n border-style: var(--ch5-qrcode--border-style);\n border-color: var(--ch5-qrcode--border-color);\n }"
1129
+ },
1130
+ {
1131
+ "type": "class",
1132
+ "name": "ch5-qrcode--size-css",
1133
+ "description": "Class applied for qrcode size\n",
1134
+ "value": "width: clamp(calc($min-size * 1px), calc(var(--ch5-qrcode--size) * 1px), calc($max-size * 1px));\n height: clamp(calc($min-size * 1px), calc(var(--ch5-qrcode--size) * 1px), calc($max-size * 1px));\n min-width: calc($min-size * 1px);\n min-height: calc($min-size * 1px);"
1135
+ }
1136
+ ]
1137
+ }
1138
+ ]
1139
+ },
1140
+ {
1141
+ "group": "ch5-segmented-gauge",
1142
+ "schemadata": [
1143
+ {
1144
+ "type": "class",
1145
+ "metadata": [
1146
+ {
1147
+ "type": "class",
1148
+ "name": "ch5-segmented-gauge",
1149
+ "description": "Main class\n",
1150
+ "value": "position: relative;\n display: inline-flex;\n cursor: pointer;\n\n .ch5-segmented-gauge-segment {\n background-color: var(--ch5-segmented-gauge--state-graphic-inactive);\n }"
1151
+ },
1152
+ {
1153
+ "type": "class",
1154
+ "name": "ch5-segmented-gauge--disabled",
1155
+ "description": "Disabled class\n",
1156
+ "value": "@include ch5-component-disabled();"
1157
+ },
1158
+ {
1159
+ "type": "class",
1160
+ "name": "ch5-segmented-gauge--gauge-led-style-rectangle",
1161
+ "description": "Led style rectangle class\n",
1162
+ "value": ".ch5-segmented-gauge-segment {\n height: var(--ch5-segmented-gauge--rectangle-each-gauge-height);\n width: var(--ch5-segmented-gauge--rectangle-each-gauge-width);\n }"
1163
+ },
1164
+ {
1165
+ "type": "class",
1166
+ "name": "ch5-segmented-gauge--gauge-led-style-circle",
1167
+ "description": "Led style circle class\n",
1168
+ "value": ".ch5-segmented-gauge-segment {\n height: var(--ch5-segmented-gauge--circle-each-gauge-size);\n width: var(--ch5-segmented-gauge--circle-each-gauge-size);\n border-radius: 50%;\n }"
1169
+ },
1170
+ {
1171
+ "type": "class",
1172
+ "name": "ch5-segmented-gauge--orientation-horizontal",
1173
+ "description": "Orientation horizontal class\n",
1174
+ "value": "flex-direction: row;\n\n .ch5-segmented-gauge-segment {\n margin-right: 2px;\n }\n\n .ch5-segmented-gauge--segment--state-graphic-hidden {\n width: 4px; // to remove the color for first segment\n margin-right: 0px;\n }"
1175
+ },
1176
+ {
1177
+ "type": "class",
1178
+ "name": "ch5-segmented-gauge--orientation-vertical",
1179
+ "description": "Orientation vertical class\n",
1180
+ "value": "flex-direction: column;\n transform: rotate(180deg);\n\n .ch5-segmented-gauge-segment {\n margin-top: 2px;\n }\n\n .ch5-segmented-gauge--segment--state-graphic-hidden {\n height: 4px; // to remove the color for first segment\n margin-top: 0px;\n }"
1181
+ },
1182
+ {
1183
+ "type": "class",
1184
+ "name": "ch5-segmented-gauge--segment-state-graphic-green.active",
1185
+ "description": "State graphic green class\n",
1186
+ "value": "background-color: var(--ch5-segmented-gauge--state-graphic-green);"
1187
+ },
1188
+ {
1189
+ "type": "class",
1190
+ "name": "ch5-segmented-gauge--segment-state-graphic-yellow.active",
1191
+ "description": "State graphic yellow class\n",
1192
+ "value": "background-color: var(--ch5-segmented-gauge--state-graphic-yellow);"
1193
+ },
1194
+ {
1195
+ "type": "class",
1196
+ "name": "ch5-segmented-gauge--segment-state-graphic-red.active",
1197
+ "description": "State graphic red class\n",
1198
+ "value": "background-color: var(--ch5-segmented-gauge--state-graphic-red);"
1199
+ },
1200
+ {
1201
+ "type": "class",
1202
+ "name": "ch5-segmented-gauge--segment-state-graphic-inactive.active",
1203
+ "description": "State graphic inactive class\n",
1204
+ "value": "background-color: var(--ch5-segmented-gauge--state-graphic-inactive);"
1205
+ },
1206
+ {
1207
+ "type": "class",
1208
+ "name": "ch5-segmented-gauge--segment-state-graphic-white.active",
1209
+ "description": "State graphic white class\n",
1210
+ "value": "background-color: var(--ch5-segmented-gauge--state-graphic-white);"
1211
+ },
1212
+ {
1213
+ "type": "class",
1214
+ "name": "ch5-segmented-gauge--segment-state-graphic-blue.active",
1215
+ "description": "State graphic blue class\n",
1216
+ "value": "background-color: var(--ch5-segmented-gauge--state-graphic-blue);"
1217
+ },
1218
+ {
1219
+ "type": "class",
1220
+ "name": "ch5-segmented-gauge--segment-state-graphic-orange.active",
1221
+ "description": "State graphic orange class\n",
1222
+ "value": "background-color: var(--ch5-segmented-gauge--state-graphic-orange);"
1223
+ }
1224
+ ]
1225
+ }
1226
+ ]
1227
+ },
1228
+ {
1229
+ "group": "ch5-select",
1230
+ "schemadata": [
1231
+ {
1232
+ "type": "class",
1233
+ "metadata": [
1234
+ {
1235
+ "type": "class",
1236
+ "name": "ch5-select",
1237
+ "description": "Main class\n",
1238
+ "value": "position: relative;\n display: block;\n border: var(--ch5-select--border-width) var(--ch5-select--border-style) var(--ch5-select--border-color);\n border-radius: var(--ch5-select--border-radius);"
1239
+ },
1240
+ {
1241
+ "type": "class",
1242
+ "name": "ch5-select__main",
1243
+ "description": "Top line container (holds selected items and combo trigger button)\n",
1244
+ "value": "// for direction rtl we might just have to set display to `row-reverse`\n\n @include layout-h;\n @include layout-flex;\n @include layout-center;\n @include layout-justify;\n\n width: 100%;\n overflow: hidden;\n padding: var(--ch5-select--padding);\n box-sizing: border-box;\n font-style: var(--ch5-select--font-style);\n font-size: var(--ch5-select--font-size);\n font-weight: var(--ch5-select--font-weight);\n color: var(--ch5-select--font-color);\n\n &[dir=\"rtl\"] {\n @include rtl-style;\n }\n\n /// Dropdown button\n .ch5-select__combo_trigger {\n display: block;\n width: var(--ch5-select--dropdown-icon-width);\n height: var(--ch5-select--dropdown-icon-height);\n overflow: hidden;\n margin: var(--ch5-select--dropdown-icon-margin);\n }\n\n .ch5-select__selected_items {\n width: calc(100% - 40px); // Not really sure if we need this\n overflow: hidden;\n @include layout-h;\n @include layout-flex;\n @include layout-center;\n }"
1245
+ },
1246
+ {
1247
+ "type": "class",
1248
+ "name": "ch5-select__combo_trigger",
1249
+ "description": "Dropdown button\n",
1250
+ "value": "display: block;\n width: var(--ch5-select--dropdown-icon-width);\n height: var(--ch5-select--dropdown-icon-height);\n overflow: hidden;\n margin: var(--ch5-select--dropdown-icon-margin);"
1251
+ },
1252
+ {
1253
+ "type": "class",
1254
+ "name": "ch5-select__panel__items",
1255
+ "description": "List container with items\n",
1256
+ "value": "width: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n position: absolute;\n left: 0;\n display: none;\n background-color: var(--ch5-select--option-background-color);\n box-shadow:0 2 px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);"
1257
+ },
1258
+ {
1259
+ "type": "class",
1260
+ "name": "ch5-select__panel__item",
1261
+ "description": "Each item\n",
1262
+ "value": "@include layout-h;\n @include layout-flex;\n @include layout-center;\n padding: var(--ch5-select--option-item-padding);\n cursor: pointer;\n color: var(--ch5-select--option-item-color);\n border: var(--ch5-select--option-item-border-width) var(--ch5-select--option-item-border-style) var(--ch5-select--option-item-border-color);\n background-color: var(--ch5-select--option-item-background-color);\n font-size: var(--ch5-select--font-size);\n &[dir=\"rtl\"] {\n @include rtl-style;\n }\n\n &:not(.ch5-select__panel__item--selected):hover {\n background-color: var(--ch5-select--option-item-hover-background-color);\n }\n /// Selected\n &.ch5-select__panel__item--selected {\n background-color: var(--ch5-select--option-item-selected-background-color);\n }"
1263
+ },
1264
+ {
1265
+ "type": "class",
1266
+ "name": "ch5-select__panel__item--selected",
1267
+ "description": "Selected\n",
1268
+ "value": "background-color: var(--ch5-select--option-item-selected-background-color);"
1269
+ },
1270
+ {
1271
+ "type": "class",
1272
+ "name": "ch5-select--disabled",
1273
+ "description": "Added automatically based on the disabled attribute or by receiveStateEnable\n",
1274
+ "value": "@include ch5-component-disabled();"
1275
+ },
1276
+ {
1277
+ "type": "class",
1278
+ "name": "ch5-select--selected",
1279
+ "description": "Applied when item is selected\n",
1280
+ "value": "// DO NOT DELETE - used for Component Reference"
1281
+ },
1282
+ {
1283
+ "type": "class",
1284
+ "name": "ch5-select-pressed",
1285
+ "description": "Applied while finger on the item being selected\n",
1286
+ "value": "// DO NOT DELETE - used for Component Reference"
1287
+ },
1288
+ {
1289
+ "type": "class",
1290
+ "name": "ch5-select__combo",
1291
+ "description": "Applied when in 'plain', combobox mode\n",
1292
+ "value": "// DO NOT DELETE - used for Component Reference"
1293
+ },
1294
+ {
1295
+ "type": "class",
1296
+ "name": "ch5-select__panel",
1297
+ "description": "Applied when in 'panel' mode\n",
1298
+ "value": "// DO NOT DELETE - used for Component Reference"
1299
+ },
1300
+ {
1301
+ "type": "class",
1302
+ "name": "ch5-select__panel--open",
1303
+ "description": "Overlay panel is open\n",
1304
+ "value": "// DO NOT DELETE - used for Component Reference"
1305
+ }
1306
+ ]
1307
+ }
1308
+ ]
1309
+ },
1310
+ {
1311
+ "group": "ch5-signal-level-gauge",
1312
+ "schemadata": [
1313
+ {
1314
+ "type": "class",
1315
+ "metadata": [
1316
+ {
1317
+ "type": "class",
1318
+ "name": "ch5-signal-level-gauge--disabled",
1319
+ "description": "Added automatically based on the disabled attribute or by receiveStateEnable\n",
1320
+ "value": "@include ch5-component-disabled();"
1321
+ },
1322
+ {
1323
+ "type": "class",
1324
+ "name": "ch5-signal-level-gauge",
1325
+ "description": "Added automatically on the ch5-signal-level-gauge element\n",
1326
+ "value": "position: relative;\n display: inline-flex;\n\n /// Applied when the bar is not receiving signal.\n .ch5-signal-level-gauge--bar-color {\n background-color: var(--ch5-signal-level-gauge--bar-color);\n }\n /// Applied when the bar is receiving signal.\n .ch5-signal-level-gauge--selected-bar-color {\n background-color: var(--ch5-signal-level-gauge--selected-bar-color);\n }\n /// Vertical orientation\n &.ch5-signal-level-gauge--orientation-vertical {\n align-items: center;\n flex-direction: column-reverse;\n }\n /// Horizontal orientation\n &.ch5-signal-level-gauge--orientation-horizontal {\n align-items: flex-end;\n }\n \n /// Applied when size='small'\n &.ch5-signal-level-gauge--size-small {\n height: var(--ch5-signal-level-gauge--small-height);\n width: var(--ch5-signal-level-gauge--small-width);\n }\n\n /// Applied when size='regular'\n &.ch5-signal-level-gauge--size-regular {\n height: var(--ch5-signal-level-gauge--regular-height);\n width: var(--ch5-signal-level-gauge--regular-width);\n }\n\n /// Applied when size='large'\n &.ch5-signal-level-gauge--size-large {\n height: var(--ch5-signal-level-gauge--large-height);\n width: var(--ch5-signal-level-gauge--large-width);\n }\n\n /// Applied when size='x-large'\n &.ch5-signal-level-gauge--size-x-large {\n height: var(--ch5-signal-level-gauge--x-large-height);\n width: var(--ch5-signal-level-gauge--x-large-width);\n }"
1327
+ },
1328
+ {
1329
+ "type": "class",
1330
+ "name": "ch5-signal-level-gauge--bar-color",
1331
+ "description": "Applied when the bar is not receiving signal.\n",
1332
+ "value": "background-color: var(--ch5-signal-level-gauge--bar-color);"
1333
+ },
1334
+ {
1335
+ "type": "class",
1336
+ "name": "ch5-signal-level-gauge--selected-bar-color",
1337
+ "description": "Applied when the bar is receiving signal.\n",
1338
+ "value": "background-color: var(--ch5-signal-level-gauge--selected-bar-color);"
1339
+ },
1340
+ {
1341
+ "type": "class",
1342
+ "name": "ch5-signal-level-gauge--orientation-vertical",
1343
+ "description": "Vertical orientation\n",
1344
+ "value": "align-items: center;\n flex-direction: column-reverse;"
1345
+ },
1346
+ {
1347
+ "type": "class",
1348
+ "name": "ch5-signal-level-gauge--orientation-horizontal",
1349
+ "description": "Horizontal orientation\n",
1350
+ "value": "align-items: flex-end;"
1351
+ },
1352
+ {
1353
+ "type": "class",
1354
+ "name": "ch5-signal-level-gauge--size-small",
1355
+ "description": "Applied when size='small'\n",
1356
+ "value": "height: var(--ch5-signal-level-gauge--small-height);\n width: var(--ch5-signal-level-gauge--small-width);"
1357
+ },
1358
+ {
1359
+ "type": "class",
1360
+ "name": "ch5-signal-level-gauge--size-regular",
1361
+ "description": "Applied when size='regular'\n",
1362
+ "value": "height: var(--ch5-signal-level-gauge--regular-height);\n width: var(--ch5-signal-level-gauge--regular-width);"
1363
+ },
1364
+ {
1365
+ "type": "class",
1366
+ "name": "ch5-signal-level-gauge--size-large",
1367
+ "description": "Applied when size='large'\n",
1368
+ "value": "height: var(--ch5-signal-level-gauge--large-height);\n width: var(--ch5-signal-level-gauge--large-width);"
1369
+ },
1370
+ {
1371
+ "type": "class",
1372
+ "name": "ch5-signal-level-gauge--size-x-large",
1373
+ "description": "Applied when size='x-large'\n",
1374
+ "value": "height: var(--ch5-signal-level-gauge--x-large-height);\n width: var(--ch5-signal-level-gauge--x-large-width);"
1375
+ }
1376
+ ]
1377
+ }
1378
+ ]
1379
+ },
1380
+ {
1381
+ "group": "ch5-slider",
1382
+ "schemadata": [
1383
+ {
1384
+ "type": "class",
1385
+ "metadata": [
1386
+ {
1387
+ "type": "class",
1388
+ "name": "ch5-slider--tooltip--off",
1389
+ "description": "Applied when slider toolTipShowType=\"off\"\n",
1390
+ "value": "// DO NOT DELETE - used for Component Reference"
1391
+ },
1392
+ {
1393
+ "type": "class",
1394
+ "name": "ch5-slider--tooltip--auto",
1395
+ "description": "Applied when slider toolTipShowType=\"auto\"\n",
1396
+ "value": "// DO NOT DELETE - used for Component Reference"
1397
+ },
1398
+ {
1399
+ "type": "class",
1400
+ "name": "ch5-slider--tooltip--on",
1401
+ "description": "Applied when slider toolTipShowType=\"on\"\n",
1402
+ "value": "// DO NOT DELETE - used for Component Reference"
1403
+ },
1404
+ {
1405
+ "type": "class",
1406
+ "name": "ch5-slider--stretch--both",
1407
+ "description": "Applied when slider stretch=\"both\"\n",
1408
+ "value": "// DO NOT DELETE - used for Component Reference"
1409
+ },
1410
+ {
1411
+ "type": "class",
1412
+ "name": "ch5-slider--stretch--width",
1413
+ "description": "Applied when slider stretch=\"width\"\n",
1414
+ "value": "// DO NOT DELETE - used for Component Reference"
1415
+ },
1416
+ {
1417
+ "type": "class",
1418
+ "name": "ch5-slider--stretch--height",
1419
+ "description": "Applied when slider stretch=\"height\"\n",
1420
+ "value": "// DO NOT DELETE - used for Component Reference"
1421
+ },
1422
+ {
1423
+ "type": "class",
1424
+ "name": "ch5-slider--handle-size--x-small",
1425
+ "description": "Applied when slider handle size=\"x-small\"\n",
1426
+ "value": "// DO NOT DELETE - used for Component Reference"
1427
+ },
1428
+ {
1429
+ "type": "class",
1430
+ "name": "ch5-slider--handle-size--small",
1431
+ "description": "Applied when slider handle size=\"small\"\n",
1432
+ "value": "// DO NOT DELETE - used for Component Reference"
1433
+ },
1434
+ {
1435
+ "type": "class",
1436
+ "name": "ch5-slider--handle-size--regular",
1437
+ "description": "Applied when slider handle size=\"regular\"\n",
1438
+ "value": "// DO NOT DELETE - used for Component Reference"
1439
+ },
1440
+ {
1441
+ "type": "class",
1442
+ "name": "ch5-slider--handle-size--large",
1443
+ "description": "Applied when slider handle size=\"large\"\n",
1444
+ "value": "// DO NOT DELETE - used for Component Reference"
1445
+ },
1446
+ {
1447
+ "type": "class",
1448
+ "name": "ch5-slider--handle-size--x-large",
1449
+ "description": "Applied when slider handle size=\"x-large\"\n",
1450
+ "value": "// DO NOT DELETE - used for Component Reference"
1451
+ },
1452
+ {
1453
+ "type": "class",
1454
+ "name": "ch5-slider--size--x-small",
1455
+ "description": "Applied when slider size=\"x-small\"\n",
1456
+ "value": "// DO NOT DELETE - used for Component Reference"
1457
+ },
1458
+ {
1459
+ "type": "class",
1460
+ "name": "ch5-slider--size--small",
1461
+ "description": "Applied when slider size=\"small\"\n",
1462
+ "value": "// DO NOT DELETE - used for Component Reference"
1463
+ },
1464
+ {
1465
+ "type": "class",
1466
+ "name": "ch5-slider--size--regular",
1467
+ "description": "Applied when slider size=\"regular\"\n",
1468
+ "value": "// DO NOT DELETE - used for Component Reference"
1469
+ },
1470
+ {
1471
+ "type": "class",
1472
+ "name": "ch5-slider--size--large",
1473
+ "description": "Applied when slider size=\"large\"\n",
1474
+ "value": "// DO NOT DELETE - used for Component Reference"
1475
+ },
1476
+ {
1477
+ "type": "class",
1478
+ "name": "ch5-slider--size--x-large",
1479
+ "description": "Applied when slider size=\"x-large\"\n",
1480
+ "value": "// DO NOT DELETE - used for Component Reference"
1481
+ },
1482
+ {
1483
+ "type": "class",
1484
+ "name": "ch5-slider--shape--rounded-rectangle",
1485
+ "description": "Applied when slider shape=\"rounded-rectangle\"\n",
1486
+ "value": "// DO NOT DELETE - used for Component Reference"
1487
+ },
1488
+ {
1489
+ "type": "class",
1490
+ "name": "ch5-slider--disabled",
1491
+ "description": "Applied when the component is disabled\n",
1492
+ "value": "// DO NOT DELETE - used for Component Reference"
1493
+ },
1494
+ {
1495
+ "type": "class",
1496
+ "name": "ch5-slider",
1497
+ "description": "Main class\n",
1498
+ "value": "position: relative;\n display: block;\n\n &.ch5-hide-dis {\n display: none;\n }\n\n &:focus,\n .noUi-connects:focus,\n .noUi-base,\n .noUi-handle:focus {\n outline: none;\n }\n\n &.nohandle .noUi-handle {\n visibility: hidden;\n }\n\n .noUi-handle:after {\n content: none !important;\n height: 0% !important;\n width: 0% !important;\n }\n\n &.ch5-slider--disabled {\n .noUi-connect {\n // background: lighten(\n // $ch5-slider-connect-bg,\n // var(--ch5-slider--background-lighten-percent)\n // );\n @include ch5-component-disabled();\n }\n }\n\n .noUi-handle {\n &:before,\n &:after {\n content: none;\n }\n }\n\n .noUi-target {\n display: inline-block;\n background: transparent;\n border-style: var(--ch5-slider--target-border-style);\n border-color: var(--ch5-slider--target-border-color);\n border-width: var(--ch5-slider--target-border-width);\n box-shadow: none;\n }\n\n .noUi-connect {\n background: var(--ch5-slider--connect-background-color);\n border-color: var(--ch5-slider--connect-border-color);\n border-style: var(--ch5-slider--connect-border-style);\n border-width: var(--ch5-slider--connect-border-width);\n }\n\n .noUi-connects {\n background: var(--ch5-slider--target-background-color);\n }\n\n .noUi-handle {\n border-style: var(--ch5-slider--handle-border-style);\n border-color: var(--ch5-slider--handle-border-color);\n border-width: var(--ch5-slider--handle-border-width);\n background: var(--ch5-slider--handle-background-color);\n box-shadow: none;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 1;\n }\n\n .noUi-touch-area {\n padding: var(--ch5-slider--handle-touch-padding);\n }\n\n .ch5-slider-ticks {\n .noUi-base {\n border-style: var(--ch5-slider--target-border-style);\n border-color: var(--ch5-slider--target-border-color);\n border-width: var(--ch5-slider--target-border-width);\n }\n }\n\n /// Applied when slider orientation=\"horizontal\"\n &.ch5-slider--orientation--horizontal {\n .noUi-target {\n height: var(--ch5-slider--height);\n }\n\n &.ch5-slider--tooltip--on.ch5-advanced-slider-container {\n &:not(.ch5-slider--stretch--both):not(.ch5-slider--stretch--height) .ch5-slider-button-container {\n min-height: 30px;\n }\n }\n\n &.ch5-slider-ticks {\n .noUi-base {\n height: 100%;\n }\n }\n }\n\n /// Applied when slider orientation=\"vertical\"\n &.ch5-slider--orientation--vertical {\n .noUi-target {\n width: var(--ch5-slider--height);\n }\n\n &.ch5-slider--tooltip--on:not(.ch5-advanced-slider-container) {\n &:not(.ch5-slider--stretch--both):not(.ch5-slider--stretch--width):not(.ch5-slider--stretch--height) .ch5-slider-button-container {\n margin-left: var(--ch5-slider--tooltip-on-spacing-vertical-orientation);\n min-width: 30px;\n }\n }\n\n &.ch5-slider-ticks {\n .noUi-base {\n width: 100%;\n }\n }\n }\n\n /* ===============================================\n STRETCH\n ============================================= */\n &.ch5-slider--stretch--width.ch5-slider--orientation--horizontal:not(.ch5-advanced-slider-container) {\n .ch5-slider-button-container {\n width: 100% !important;\n }\n }\n\n &.ch5-slider--stretch--height.ch5-slider--orientation--vertical:not(.ch5-advanced-slider-container) {\n .ch5-slider-button-container {\n height: 100% !important;\n }\n }\n\n &.ch5-slider--stretch--height.ch5-slider--orientation--horizontal:not(.ch5-advanced-slider-container) {\n .ch5-slider-button-container {\n height: 100% !important;\n }\n }\n\n &.ch5-slider--stretch--width.ch5-slider--orientation--vertical:not(.ch5-advanced-slider-container) {\n .ch5-slider-button-container {\n width: 100% !important;\n display: flex;\n justify-content: center;\n }\n }\n\n &.ch5-slider--stretch--both.ch5-slider--orientation--horizontal:not(.ch5-advanced-slider-container) {\n .ch5-slider-button-container {\n width: 100% !important;\n height: 100% !important;\n }\n }\n\n &.ch5-slider--stretch--both.ch5-slider--orientation--vertical:not(.ch5-advanced-slider-container) {\n .ch5-slider-button-container {\n height: 100% !important;\n width: 100% !important;\n display: flex;\n justify-content: center;\n }\n }"
1499
+ },
1500
+ {
1501
+ "type": "class",
1502
+ "name": "ch5-slider--orientation--horizontal",
1503
+ "description": "Applied when slider orientation=\"horizontal\"\n",
1504
+ "value": ".noUi-target {\n height: var(--ch5-slider--height);\n }\n\n &.ch5-slider--tooltip--on.ch5-advanced-slider-container {\n &:not(.ch5-slider--stretch--both):not(.ch5-slider--stretch--height) .ch5-slider-button-container {\n min-height: 30px;\n }\n }\n\n &.ch5-slider-ticks {\n .noUi-base {\n height: 100%;\n }\n }"
1505
+ },
1506
+ {
1507
+ "type": "class",
1508
+ "name": "ch5-slider--orientation--vertical",
1509
+ "description": "Applied when slider orientation=\"vertical\"\n",
1510
+ "value": ".noUi-target {\n width: var(--ch5-slider--height);\n }\n\n &.ch5-slider--tooltip--on:not(.ch5-advanced-slider-container) {\n &:not(.ch5-slider--stretch--both):not(.ch5-slider--stretch--width):not(.ch5-slider--stretch--height) .ch5-slider-button-container {\n margin-left: var(--ch5-slider--tooltip-on-spacing-vertical-orientation);\n min-width: 30px;\n }\n }\n\n &.ch5-slider-ticks {\n .noUi-base {\n width: 100%;\n }\n }"
1511
+ },
1512
+ {
1513
+ "type": "class",
1514
+ "name": "ch5-slider--shape--rectangle",
1515
+ "description": "Applied when slider shape=\"rectangle\"\n",
1516
+ "value": ".noUi-handle,\n\t\t.noUi-target,\n\t\t.noUi-connects {\n\t\t\tborder-radius: var(--ch5-slider--shape-rectangle-border-radius);\n\t\t}"
1517
+ },
1518
+ {
1519
+ "type": "class",
1520
+ "name": "ch5-slider--shape--circle",
1521
+ "description": "Applied when slider shape=\"circle\"\n",
1522
+ "value": ".noUi-target,\n\t\t.noUi-connects {\n\t\t\tborder-radius: var(--ch5-slider--shape-circle-border-radius);\n\t\t}\n\t\t.noUi-handle {\n\t\t\tborder-radius: 50%;\n\t\t}"
1523
+ },
1524
+ {
1525
+ "type": "class",
1526
+ "name": "ch5-slider--shape--oval",
1527
+ "description": "Applied when slider shape=\"oval\"\n",
1528
+ "value": ".noUi-target,\n\t\t.noUi-connects {\n\t\t\tborder-radius: var(--ch5-slider--shape-oval-border-radius);\n\t\t}\n\t\t.noUi-handle {\n\t\t\tborder-radius: var(--ch5-slider--shape-oval-handle-border-radius);\n\t\t}"
1529
+ }
1530
+ ]
1531
+ }
1532
+ ]
1533
+ },
1534
+ {
1535
+ "group": "ch5-slider-variables",
1536
+ "schemadata": [
1537
+ {
1538
+ "type": "class",
1539
+ "metadata": [
1540
+ {
1541
+ "type": "class",
1542
+ "name": "--ch5-slider--height:",
1543
+ "description": "description: Height for slider. Note: If orientation is vertical then height variable will be set to width css property and vice-versa\n type: unit\n values: px, %\n show-theme-editor: true\n example: 18px \n related-theme-variable: --theme-ch5-slider--height\n",
1544
+ "value": "@extend ch5-button !optional;"
1545
+ },
1546
+ {
1547
+ "type": "class",
1548
+ "name": "--ch5-slider--target-border-width:",
1549
+ "description": "description: Width for slider target\n type: unit\n values: px\n show-theme-editor: true\n example: 1px \n related-theme-variable: --theme-ch5-slider--target-border-width\n",
1550
+ "value": "@extend ch5-button !optional;"
1551
+ },
1552
+ {
1553
+ "type": "class",
1554
+ "name": "--ch5-slider--handle-border-width:",
1555
+ "description": "description: Slider handle border width\n type: unit\n values: px\n show-theme-editor: true\n example: 1px \n related-theme-variable: --theme-ch5-slider--handle-border-width\n",
1556
+ "value": "@extend ch5-button !optional;"
1557
+ },
1558
+ {
1559
+ "type": "class",
1560
+ "name": "--ch5-slider--target-border-style:",
1561
+ "description": "description: Slider border style\n type: list\n values: none, solid, dotted, dashed, double, groove, ridge, inset, outset\n show-theme-editor: true\n example: solid \n related-theme-variable: --theme-ch5-slider--target-border-style\n",
1562
+ "value": "@extend ch5-button !optional;"
1563
+ },
1564
+ {
1565
+ "type": "class",
1566
+ "name": "--ch5-slider--handle-border-style:",
1567
+ "description": "description: Slider handle border style\n type: list\n values: none, solid, dotted, dashed, double, groove, ridge, inset, outset\n show-theme-editor: true\n example: solid \n related-theme-variable: --theme-ch5-slider--handle-border-style\n",
1568
+ "value": "@extend ch5-button !optional;"
1569
+ },
1570
+ {
1571
+ "type": "class",
1572
+ "name": "--ch5-slider--width-x-small:",
1573
+ "description": "description: Width of slider for size=x-small. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px, %\n show-theme-editor: true\n example: 200px \n related-theme-variable: --theme-ch5-slider--width-x-small\n",
1574
+ "value": "@extend ch5-button !optional;"
1575
+ },
1576
+ {
1577
+ "type": "class",
1578
+ "name": "--ch5-slider--width-small:",
1579
+ "description": "description: Width of slider for size=small. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px, %\n show-theme-editor: true\n example: 250px \n related-theme-variable: --theme-ch5-slider--width-small\n",
1580
+ "value": "@extend ch5-button !optional;"
1581
+ },
1582
+ {
1583
+ "type": "class",
1584
+ "name": "--ch5-slider--width-regular:",
1585
+ "description": "description: Width of slider for size=regular. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px, %\n show-theme-editor: true\n example: 300px \n related-theme-variable: --theme-ch5-slider--width-regular\n",
1586
+ "value": "@extend ch5-button !optional;"
1587
+ },
1588
+ {
1589
+ "type": "class",
1590
+ "name": "--ch5-slider--width-large:",
1591
+ "description": "description: Width of slider for size=large. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px, %\n show-theme-editor: true\n example: 400px \n related-theme-variable: --theme-ch5-slider--width-large\n",
1592
+ "value": "@extend ch5-button !optional;"
1593
+ },
1594
+ {
1595
+ "type": "class",
1596
+ "name": "--ch5-slider--width-x-large:",
1597
+ "description": "description: Width of slider for size=x-large. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px, %\n show-theme-editor: true\n example: 500px \n related-theme-variable: --theme-ch5-slider--width-x-large\n",
1598
+ "value": "@extend ch5-button !optional;"
1599
+ },
1600
+ {
1601
+ "type": "class",
1602
+ "name": "--ch5-slider--size-x-small-button-width:",
1603
+ "description": "description: Slider button width for size=x-small\n type: unit\n values: px\n show-theme-editor: true\n example: 24px \n related-theme-variable: --theme-ch5-slider--size-x-small-button-width\n",
1604
+ "value": "@extend ch5-button !optional;"
1605
+ },
1606
+ {
1607
+ "type": "class",
1608
+ "name": "--ch5-slider--size-x-small-button-height:",
1609
+ "description": "description: Slider button height for size=x-small\n type: unit\n values: px\n show-theme-editor: true\n example: 26px \n related-theme-variable: --theme-ch5-slider--size-x-small-button-height\n",
1610
+ "value": "@extend ch5-button !optional;"
1611
+ },
1612
+ {
1613
+ "type": "class",
1614
+ "name": "--ch5-slider--size-small-button-width:",
1615
+ "description": "description: Slider button width for size=small\n type: unit\n values: px\n show-theme-editor: true\n example: 26px \n related-theme-variable: --theme-ch5-slider--size-small-button-width\n",
1616
+ "value": "@extend ch5-button !optional;"
1617
+ },
1618
+ {
1619
+ "type": "class",
1620
+ "name": "--ch5-slider--size-small-button-height:",
1621
+ "description": "description: Slider button height for size=small\n type: unit\n values: px\n show-theme-editor: true\n example: 30px \n related-theme-variable: --theme-ch5-slider--size-small-button-height\n",
1622
+ "value": "@extend ch5-button !optional;"
1623
+ },
1624
+ {
1625
+ "type": "class",
1626
+ "name": "--ch5-slider--size-regular-button-width:",
1627
+ "description": "description: Slider button width for size=regular\n type: unit\n values: px\n show-theme-editor: true\n example: 30px \n related-theme-variable: --theme-ch5-slider--size-regular-button-width\n",
1628
+ "value": "@extend ch5-button !optional;"
1629
+ },
1630
+ {
1631
+ "type": "class",
1632
+ "name": "--ch5-slider--size-regular-button-height:",
1633
+ "description": "description: Slider button height for size=regular\n type: unit\n values: px\n show-theme-editor: true\n example: 36px \n related-theme-variable: --theme-ch5-slider--size-regular-button-height\n",
1634
+ "value": "@extend ch5-button !optional;"
1635
+ },
1636
+ {
1637
+ "type": "class",
1638
+ "name": "--ch5-slider--size-large-button-width:",
1639
+ "description": "description: Slider button width for size=large\n type: unit\n values: px\n show-theme-editor: true\n example: 34px \n related-theme-variable: --theme-ch5-slider--size-large-button-width\n",
1640
+ "value": "@extend ch5-button !optional;"
1641
+ },
1642
+ {
1643
+ "type": "class",
1644
+ "name": "--ch5-slider--size-large-button-height:",
1645
+ "description": "description: Slider button height for size=large\n type: unit\n values: px\n show-theme-editor: true\n example: 42px \n related-theme-variable: --theme-ch5-slider--size-large-button-height\n",
1646
+ "value": "@extend ch5-button !optional;"
1647
+ },
1648
+ {
1649
+ "type": "class",
1650
+ "name": "--ch5-slider--size-x-large-button-width:",
1651
+ "description": "description: Slider button width for size=x-large\n type: unit\n values: px\n show-theme-editor: true\n example: 40px \n related-theme-variable: --theme-ch5-slider--size-x-large-button-width\n",
1652
+ "value": "@extend ch5-button !optional;"
1653
+ },
1654
+ {
1655
+ "type": "class",
1656
+ "name": "--ch5-slider--size-x-large-button-height:",
1657
+ "description": "description: Slider button height for size=x-large\n type: unit\n values: px\n show-theme-editor: true\n example: 54px \n related-theme-variable: --theme-ch5-slider--size-x-large-button-height\n",
1658
+ "value": "@extend ch5-button !optional;"
1659
+ },
1660
+ {
1661
+ "type": "class",
1662
+ "name": "--ch5-slider--size-x-small-handle-width-rounded-rectangle:",
1663
+ "description": "description: Handle width for size=x-small when shape=rounded-rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 26px \n related-theme-variable: --theme-ch5-slider--size-x-small-handle-width-rounded-rectangle\n",
1664
+ "value": "@extend ch5-button !optional;"
1665
+ },
1666
+ {
1667
+ "type": "class",
1668
+ "name": "--ch5-slider--size-x-small-handle-height-rounded-rectangle:",
1669
+ "description": "description: Handle height for size=x-small when shape=rounded-rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 24px \n related-theme-variable: --theme-ch5-slider--size-x-small-handle-height-rounded-rectangle\n",
1670
+ "value": "@extend ch5-button !optional;"
1671
+ },
1672
+ {
1673
+ "type": "class",
1674
+ "name": "--ch5-slider--size-small-handle-width-rounded-rectangle:",
1675
+ "description": "description: Handle width for size=small when shape=rounded-rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 30px \n related-theme-variable: --theme-ch5-slider--size-small-handle-width-rounded-rectangle\n",
1676
+ "value": "@extend ch5-button !optional;"
1677
+ },
1678
+ {
1679
+ "type": "class",
1680
+ "name": "--ch5-slider--size-small-handle-height-rounded-rectangle:",
1681
+ "description": "description: Handle height for size=small when shape=rounded-rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 26px \n related-theme-variable: --theme-ch5-slider--size-small-handle-height-rounded-rectangle\n",
1682
+ "value": "@extend ch5-button !optional;"
1683
+ },
1684
+ {
1685
+ "type": "class",
1686
+ "name": "--ch5-slider--size-regular-handle-width-rounded-rectangle:",
1687
+ "description": "description: Handle width for size=regular when shape=rounded-rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 36px \n related-theme-variable: --theme-ch5-slider--size-regular-handle-width-rounded-rectangle\n",
1688
+ "value": "@extend ch5-button !optional;"
1689
+ },
1690
+ {
1691
+ "type": "class",
1692
+ "name": "--ch5-slider--size-regular-handle-height-rounded-rectangle:",
1693
+ "description": "description: Handle height for size=regular when shape=rounded-rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 30px \n related-theme-variable: --theme-ch5-slider--size-regular-handle-height-rounded-rectangle\n",
1694
+ "value": "@extend ch5-button !optional;"
1695
+ },
1696
+ {
1697
+ "type": "class",
1698
+ "name": "--ch5-slider--size-large-handle-width-rounded-rectangle:",
1699
+ "description": "description: Handle width for size=large when shape=rounded-rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 42px \n related-theme-variable: --theme-ch5-slider--size-large-handle-width-rounded-rectangle\n",
1700
+ "value": "@extend ch5-button !optional;"
1701
+ },
1702
+ {
1703
+ "type": "class",
1704
+ "name": "--ch5-slider--size-large-handle-height-rounded-rectangle:",
1705
+ "description": "description: Handle height for size=large when shape=rounded-rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 34px \n related-theme-variable: --theme-ch5-slider--size-large-handle-height-rounded-rectangle\n",
1706
+ "value": "@extend ch5-button !optional;"
1707
+ },
1708
+ {
1709
+ "type": "class",
1710
+ "name": "--ch5-slider--size-x-large-handle-width-rounded-rectangle:",
1711
+ "description": "description: Handle width for size=x-large when shape=rounded-rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 54px \n related-theme-variable: --theme-ch5-slider--size-x-large-handle-width-rounded-rectangle\n",
1712
+ "value": "@extend ch5-button !optional;"
1713
+ },
1714
+ {
1715
+ "type": "class",
1716
+ "name": "--ch5-slider--size-x-large-handle-height-rounded-rectangle:",
1717
+ "description": "description: Handle height for size=x-large when shape=rounded-rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 40px \n related-theme-variable: --theme-ch5-slider--size-x-large-handle-height-rounded-rectangle\n",
1718
+ "value": "@extend ch5-button !optional;"
1719
+ },
1720
+ {
1721
+ "type": "class",
1722
+ "name": "--ch5-slider--size-x-small-handle-width-rectangle:",
1723
+ "description": "description: Handle width for size=x-small when shape=rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 26px \n related-theme-variable: --theme-ch5-slider--size-x-small-handle-width-rectangle\n",
1724
+ "value": "@extend ch5-button !optional;"
1725
+ },
1726
+ {
1727
+ "type": "class",
1728
+ "name": "--ch5-slider--size-x-small-handle-height-rectangle:",
1729
+ "description": "description: Handle height for size=x-small when shape=rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 24px \n related-theme-variable: --theme-ch5-slider--size-x-small-handle-height-rectangle\n",
1730
+ "value": "@extend ch5-button !optional;"
1731
+ },
1732
+ {
1733
+ "type": "class",
1734
+ "name": "--ch5-slider--size-small-handle-width-rectangle:",
1735
+ "description": "description: Handle width for size=small when shape=rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 30px \n related-theme-variable: --theme-ch5-slider--size-small-handle-width-rectangle\n",
1736
+ "value": "@extend ch5-button !optional;"
1737
+ },
1738
+ {
1739
+ "type": "class",
1740
+ "name": "--ch5-slider--size-small-handle-height-rectangle:",
1741
+ "description": "description: Handle height for size=small when shape=rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 26px \n related-theme-variable: --theme-ch5-slider--size-small-handle-height-rectangle\n",
1742
+ "value": "@extend ch5-button !optional;"
1743
+ },
1744
+ {
1745
+ "type": "class",
1746
+ "name": "--ch5-slider--size-regular-handle-width-rectangle:",
1747
+ "description": "description: Handle width for size=regular when shape=rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 36px \n related-theme-variable: --theme-ch5-slider--size-regular-handle-width-rectangle\n",
1748
+ "value": "@extend ch5-button !optional;"
1749
+ },
1750
+ {
1751
+ "type": "class",
1752
+ "name": "--ch5-slider--size-regular-handle-height-rectangle:",
1753
+ "description": "description: Handle height for size=regular when shape=rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 30px \n related-theme-variable: --theme-ch5-slider--size-regular-handle-height-rectangle\n",
1754
+ "value": "@extend ch5-button !optional;"
1755
+ },
1756
+ {
1757
+ "type": "class",
1758
+ "name": "--ch5-slider--size-large-handle-width-rectangle:",
1759
+ "description": "description: Handle width for size=large when shape=rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 42px \n related-theme-variable: --theme-ch5-slider--size-large-handle-width-rectangle\n",
1760
+ "value": "@extend ch5-button !optional;"
1761
+ },
1762
+ {
1763
+ "type": "class",
1764
+ "name": "--ch5-slider--size-large-handle-height-rectangle:",
1765
+ "description": "description: Handle height for size=large when shape=rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 34px \n related-theme-variable: --theme-ch5-slider--size-large-handle-height-rectangle\n",
1766
+ "value": "@extend ch5-button !optional;"
1767
+ },
1768
+ {
1769
+ "type": "class",
1770
+ "name": "--ch5-slider--size-x-large-handle-width-rectangle:",
1771
+ "description": "description: Handle width for size=x-large when shape=rectangle. Note: If orientation is vertical then width variable will be set to height css property\n type: unit\n values: px\n show-theme-editor: true\n example: 54px \n related-theme-variable: --theme-ch5-slider--size-x-large-handle-width-rectangle\n",
1772
+ "value": "@extend ch5-button !optional;"
1773
+ },
1774
+ {
1775
+ "type": "class",
1776
+ "name": "--ch5-slider--size-x-large-handle-height-rectangle:",
1777
+ "description": "description: Handle height for size=x-large when shape=rectangle. Note: If orientation is vertical then height variable will be set to width css property\n type: unit\n values: px\n show-theme-editor: true\n example: 40px \n related-theme-variable: --theme-ch5-slider--size-x-large-handle-height-rectangle\n",
1778
+ "value": "@extend ch5-button !optional;"
1779
+ },
1780
+ {
1781
+ "type": "class",
1782
+ "name": "--ch5-slider--size-x-small-handle-width-circle:",
1783
+ "description": "description: Handle width for size=x-small when shape=circle\n type: unit\n values: px\n show-theme-editor: true\n example: 26px \n related-theme-variable: --theme-ch5-slider--size-x-small-handle-width-circle\n",
1784
+ "value": "@extend ch5-button !optional;"
1785
+ },
1786
+ {
1787
+ "type": "class",
1788
+ "name": "--ch5-slider--size-small-handle-width-circle:",
1789
+ "description": "description: Handle width for size=small when shape=circle\n type: unit\n values: px\n show-theme-editor: true\n example: 30px \n related-theme-variable: --theme-ch5-slider--size-small-handle-width-circle\n",
1790
+ "value": "@extend ch5-button !optional;"
1791
+ },
1792
+ {
1793
+ "type": "class",
1794
+ "name": "--ch5-slider--size-regular-handle-width-circle:",
1795
+ "description": "description: Handle width for size=regular when shape=circle\n type: unit\n values: px\n show-theme-editor: true\n example: 36px \n related-theme-variable: --theme-ch5-slider--size-regular-handle-width-circle\n",
1796
+ "value": "@extend ch5-button !optional;"
1797
+ },
1798
+ {
1799
+ "type": "class",
1800
+ "name": "--ch5-slider--size-large-handle-width-circle:",
1801
+ "description": "description: Handle width for size=large when shape=circle\n type: unit\n values: px\n show-theme-editor: true\n example: 42px \n related-theme-variable: --theme-ch5-slider--size-large-handle-width-circle\n",
1802
+ "value": "@extend ch5-button !optional;"
1803
+ },
1804
+ {
1805
+ "type": "class",
1806
+ "name": "--ch5-slider--size-x-large-handle-width-circle:",
1807
+ "description": "description: Handle width for size=x-large when shape=circle\n type: unit\n values: px\n show-theme-editor: true\n example: 54px \n related-theme-variable: --theme-ch5-slider--size-x-large-handle-width-circle\n",
1808
+ "value": "@extend ch5-button !optional;"
1809
+ },
1810
+ {
1811
+ "type": "class",
1812
+ "name": "--ch5-slider--size-x-small-handle-width-oval:",
1813
+ "description": "description: Handle width for size=x-small when shape=oval\n type: unit\n values: px\n show-theme-editor: true\n example: 26px \n related-theme-variable: --theme-ch5-slider--size-x-small-handle-width-oval\n",
1814
+ "value": "@extend ch5-button !optional;"
1815
+ },
1816
+ {
1817
+ "type": "class",
1818
+ "name": "--ch5-slider--size-small-handle-width-oval:",
1819
+ "description": "description: Handle width for size=small when shape=oval\n type: unit\n values: px\n show-theme-editor: true\n example: 30px \n related-theme-variable: --theme-ch5-slider--size-small-handle-width-oval\n",
1820
+ "value": "@extend ch5-button !optional;"
1821
+ },
1822
+ {
1823
+ "type": "class",
1824
+ "name": "--ch5-slider--size-regular-handle-width-oval:",
1825
+ "description": "description: Handle width for size=regular when shape=oval\n type: unit\n values: px\n show-theme-editor: true\n example: 36px \n related-theme-variable: --theme-ch5-slider--size-regular-handle-width-oval\n",
1826
+ "value": "@extend ch5-button !optional;"
1827
+ },
1828
+ {
1829
+ "type": "class",
1830
+ "name": "--ch5-slider--size-large-handle-width-oval:",
1831
+ "description": "description: Handle width for size=large when shape=oval\n type: unit\n values: px\n show-theme-editor: true\n example: 42px \n related-theme-variable: --theme-ch5-slider--size-large-handle-width-oval\n",
1832
+ "value": "@extend ch5-button !optional;"
1833
+ },
1834
+ {
1835
+ "type": "class",
1836
+ "name": "--ch5-slider--size-x-large-handle-width-oval:",
1837
+ "description": "description: Handle width for size=x-large when shape=oval\n type: unit\n values: px\n show-theme-editor: true\n example: 54px \n related-theme-variable: --theme-ch5-slider--size-x-large-handle-width-oval\n",
1838
+ "value": "@extend ch5-button !optional;"
1839
+ },
1840
+ {
1841
+ "type": "class",
1842
+ "name": "--ch5-slider--tooltip-font-size:",
1843
+ "description": "description: Font size of the tooltip\n type: unit\n values: px, %\n show-theme-editor: true\n example: 14px\n related-theme-variable: --theme-ch5-slider--tooltip-font-size\n",
1844
+ "value": "@extend ch5-button !optional;"
1845
+ },
1846
+ {
1847
+ "type": "class",
1848
+ "name": "--ch5-slider--tooltip-font-style:",
1849
+ "description": "description: Font style of the tooltip\n type: list\n values: normal, italic\n show-theme-editor: true\n example: normal\n related-theme-variable: --theme-ch5-slider--tooltip-font-style\n",
1850
+ "value": "@extend ch5-button !optional;"
1851
+ },
1852
+ {
1853
+ "type": "class",
1854
+ "name": "--ch5-slider--tooltip-font-weight:",
1855
+ "description": "description: Font weight of the tooltip\n type: list\n values: normal, bold\n show-theme-editor: true\n example: normal\n related-theme-variable: --theme-ch5-slider--tooltip-font-weight\n",
1856
+ "value": "@extend ch5-button !optional;"
1857
+ },
1858
+ {
1859
+ "type": "class",
1860
+ "name": "--ch5-slider--tooltip-on-spacing-vertical-orientation:",
1861
+ "description": "description: Tooltip spacing vertical slider\n type: unit\n values: px\n show-theme-editor: true\n example: 58px \n related-theme-variable: --theme-ch5-slider--tooltip-on-spacing-vertical-orientation\n",
1862
+ "value": "@extend ch5-button !optional;"
1863
+ },
1864
+ {
1865
+ "type": "class",
1866
+ "name": "--ch5-slider--tooltip-on-spacing-horizontal-orientation:",
1867
+ "description": "description: Tooltip spacing for horizontal slider\n type: unit\n values: px\n show-theme-editor: true\n example: 40px \n related-theme-variable: --theme-ch5-slider--tooltip-on-spacing-horizontal-orientation\n",
1868
+ "value": "@extend ch5-button !optional;"
1869
+ },
1870
+ {
1871
+ "type": "class",
1872
+ "name": "--ch5-slider--target-border-color:",
1873
+ "description": "description: Border color for slider target\n type: color\n values: rgb(35,35,35), #1a1a1a, red\n show-theme-editor: true\n example: #efefef\n related-theme-variable: --theme-ch5-slider--target-border-color\n",
1874
+ "value": "@extend ch5-button !optional;"
1875
+ },
1876
+ {
1877
+ "type": "class",
1878
+ "name": "--ch5-slider--connect-background-color:",
1879
+ "description": "description: Slider connect background color\n type: color\n values: rgb(35,35,35), #1a1a1a, red\n show-theme-editor: true\n example: #0099ff\n related-theme-variable: --theme-ch5-slider--connect-background-color\n",
1880
+ "value": "@extend ch5-button !optional;"
1881
+ },
1882
+ {
1883
+ "type": "class",
1884
+ "name": "--ch5-slider--connect-border-color:",
1885
+ "description": "description: Border color for slider connect\n type: color\n values: rgb(35,35,35), #1a1a1a, red\n show-theme-editor: true\n example: #efefef\n related-theme-variable: --theme-ch5-slider--connect-border-color\n",
1886
+ "value": "@extend ch5-button !optional;"
1887
+ },
1888
+ {
1889
+ "type": "class",
1890
+ "name": "--ch5-slider--connect-border-style:",
1891
+ "description": "description: Border style for Slider connect\n type: list\n values: none, solid, dotted, dashed, double, groove, ridge, inset, outset\n show-theme-editor: true\n example: solid \n related-theme-variable: --theme-ch5-slider--connect-border-style\n",
1892
+ "value": "@extend ch5-button !optional;"
1893
+ },
1894
+ {
1895
+ "type": "class",
1896
+ "name": "--ch5-slider--connect-border-width:",
1897
+ "description": "description: Width for slider connect\n type: unit\n values: px\n show-theme-editor: true\n example: 1px \n related-theme-variable: --theme-ch5-slider--connect-border-width\n",
1898
+ "value": "@extend ch5-button !optional;"
1899
+ },
1900
+ {
1901
+ "type": "class",
1902
+ "name": "--ch5-slider--target-background-color:",
1903
+ "description": "description: Slider target background color\n type: color\n values: rgb(35,35,35), #1a1a1a, red\n show-theme-editor: true\n example: #2f2f33\n related-theme-variable: --theme-ch5-slider--target-background-color\n",
1904
+ "value": "@extend ch5-button !optional;"
1905
+ },
1906
+ {
1907
+ "type": "class",
1908
+ "name": "--ch5-slider--handle-border-color:",
1909
+ "description": "description: Slider handle border color\n type: color\n values: rgb(35,35,35), #1a1a1a, red\n show-theme-editor: true\n example: #efefef\n related-theme-variable: --theme-ch5-slider--handle-border-color\n",
1910
+ "value": "@extend ch5-button !optional;"
1911
+ },
1912
+ {
1913
+ "type": "class",
1914
+ "name": "--ch5-slider--handle-background-color:",
1915
+ "description": "description: Slider handle background\n type: color\n values: rgb(35,35,35), #1a1a1a, red\n show-theme-editor: true\n example: #efefef\n related-theme-variable: --theme-ch5-slider--handle-background-color\n",
1916
+ "value": "@extend ch5-button !optional;"
1917
+ },
1918
+ {
1919
+ "type": "class",
1920
+ "name": "--ch5-slider--pips-color:",
1921
+ "description": "description: Slider pips color\n type: color\n values: rgb(35,35,35), #1a1a1a, red\n show-theme-editor: true\n example: #efefef\n related-theme-variable: --theme-ch5-slider--pips-color\n",
1922
+ "value": "@extend ch5-button !optional;"
1923
+ },
1924
+ {
1925
+ "type": "class",
1926
+ "name": "--ch5-slider--button-padding:",
1927
+ "description": "description: Slider button padding\n type: unit\n values: px\n show-theme-editor: true\n example: 0.25rem \n related-theme-variable: --theme-ch5-slider--button-padding\n",
1928
+ "value": "@extend ch5-button !optional;"
1929
+ },
1930
+ {
1931
+ "type": "class",
1932
+ "name": "--ch5-slider--button-content-line-height:",
1933
+ "description": "description: Slider button content line height\n type: number\n values: 1, 10, 100\n show-theme-editor: true\n example: 1.2 \n related-theme-variable: --theme-ch5-slider--button-content-line-height\n",
1934
+ "value": "@extend ch5-button !optional;"
1935
+ },
1936
+ {
1937
+ "type": "class",
1938
+ "name": "--ch5-slider--shape-rectangle-border-radius:",
1939
+ "description": "description: Border radius for slider when handleshape=\"rectangle\"\n type: unit\n values: px\n show-theme-editor: true\n example: 0\n related-theme-variable: --theme-ch5-slider--shape-rectangle-border-radius\n",
1940
+ "value": "@extend ch5-button !optional;"
1941
+ },
1942
+ {
1943
+ "type": "class",
1944
+ "name": "--ch5-slider--shape-circle-border-radius:",
1945
+ "description": "description: Border radius for slider when handleshape=\"circle\"\n type: unit\n values: px\n show-theme-editor: true\n example: 8px\n related-theme-variable: --theme-ch5-slider--shape-circle-border-radius\n",
1946
+ "value": "@extend ch5-button !optional;"
1947
+ },
1948
+ {
1949
+ "type": "class",
1950
+ "name": "--ch5-slider--shape-rounded-rectangle-border-radius:",
1951
+ "description": "description: Border radius for slider when handleshape=\"rounded-rectangle\"\n type: unit\n values: px\n show-theme-editor: true\n example: 8px\n related-theme-variable: --theme-ch5-slider--shape-rounded-rectangle-border-radius\n",
1952
+ "value": "@extend ch5-button !optional;"
1953
+ },
1954
+ {
1955
+ "type": "class",
1956
+ "name": "--ch5-slider--shape-oval-border-radius:",
1957
+ "description": "description: Border radius for slider when handleshape=\"oval\"\n type: unit\n values: px\n show-theme-editor: true\n example: 10px\n related-theme-variable: --theme-ch5-slider--shape-oval-border-radius\n",
1958
+ "value": "@extend ch5-button !optional;"
1959
+ },
1960
+ {
1961
+ "type": "class",
1962
+ "name": "--ch5-slider--shape-oval-handle-border-radius:",
1963
+ "description": "description: Border radius for slider handle when handleshape=\"oval\"\n type: unit\n values: px\n show-theme-editor: true\n example: 50%\n related-theme-variable: --theme-ch5-slider--shape-oval-handle-border-radius\n",
1964
+ "value": "@extend ch5-button !optional;"
1965
+ },
1966
+ {
1967
+ "type": "class",
1968
+ "name": "--ch5-slider--size-x-small-handle-height-oval:",
1969
+ "description": "description: Handle height for slider when handleshape=\"oval\" and handlesize=\"x-small\"\n type: unit\n values: px\n show-theme-editor: true\n example: 17px \n related-theme-variable: --theme-ch5-slider--size-x-small-handle-height-oval\n",
1970
+ "value": "@extend ch5-button !optional;"
1971
+ },
1972
+ {
1973
+ "type": "class",
1974
+ "name": "--ch5-slider--size-small-handle-height-oval:",
1975
+ "description": "description: Handle height for slider when handleshape=\"oval\" and handlesize=\"small\"\n type: unit\n values: px\n show-theme-editor: true\n example: 20px \n related-theme-variable: --theme-ch5-slider--size-small-handle-height-oval\n",
1976
+ "value": "@extend ch5-button !optional;"
1977
+ },
1978
+ {
1979
+ "type": "class",
1980
+ "name": "--ch5-slider--size-regular-handle-height-oval:",
1981
+ "description": "description: Handle height for slider when handleshape=\"oval\" and handlesize=\"regular\"\n type: unit\n values: px\n show-theme-editor: true\n example: 24px \n related-theme-variable: --theme-ch5-slider--size-regular-handle-height-oval\n",
1982
+ "value": "@extend ch5-button !optional;"
1983
+ },
1984
+ {
1985
+ "type": "class",
1986
+ "name": "--ch5-slider--size-large-handle-height-oval:",
1987
+ "description": "description: Handle height for slider when handleshape=\"oval\" and handlesize=\"large\"\n type: unit\n values: px\n show-theme-editor: true\n example: 28px \n related-theme-variable: --theme-ch5-slider--size-large-handle-height-oval\n",
1988
+ "value": "@extend ch5-button !optional;"
1989
+ },
1990
+ {
1991
+ "type": "class",
1992
+ "name": "--ch5-slider--size-x-large-handle-height-oval:",
1993
+ "description": "description: Handle height for slider when handleshape=\"oval\" and handlesize=\"x-large\"\n type: unit\n values: px\n show-theme-editor: true\n example: 36px \n related-theme-variable: --theme-ch5-slider--size-x-large-handle-height-oval\n",
1994
+ "value": "@extend ch5-button !optional;"
1995
+ },
1996
+ {
1997
+ "type": "class",
1998
+ "name": "--ch5-slider--handle-touch-padding:",
1999
+ "description": "description: Handle touch padding for slider\n type: unit\n values: px, %\n show-theme-editor: true\n example: 0px \n related-theme-variable: --theme-ch5-slider--handle-touch-padding\n",
2000
+ "value": "@extend ch5-button !optional;"
2001
+ },
2002
+ {
2003
+ "type": "class",
2004
+ "name": "--ch5-slider--label-text-decoration:",
2005
+ "description": "description: Text decoration for the slider label\n type: list\n values: none, underline, line-through\n show-theme-editor: false\n example: none\n related-theme-variable: --theme-ch5-slider--label-text-decoration\n",
2006
+ "value": "@extend ch5-button !optional;"
2007
+ },
2008
+ {
2009
+ "type": "class",
2010
+ "name": "--ch5-slider--label-font-size:",
2011
+ "description": "description: Font size for the slider label\n type: unit\n values: px, %\n show-theme-editor: true\n example: 14px\n related-theme-variable: --theme-ch5-slider--label-font-size\n",
2012
+ "value": "@extend ch5-button !optional;"
2013
+ },
2014
+ {
2015
+ "type": "class",
2016
+ "name": "--ch5-slider--label-font-weight:",
2017
+ "description": "description: Font weight for the slider label\n type: list\n values: normal, bold\n show-theme-editor: true\n example: normal\n related-theme-variable: --theme-ch5-slider--label-font-weight\n",
2018
+ "value": "@extend ch5-button !optional;"
2019
+ },
2020
+ {
2021
+ "type": "class",
2022
+ "name": "--ch5-slider--label-font-color:",
2023
+ "description": "description: Font color for the slider label\n type: color\n values: rgb(35,35,35), #1a1a1a, red\n show-theme-editor: true\n example: #ffffff\n related-theme-variable: --theme-ch5-slider--label-font-color\n",
2024
+ "value": "@extend ch5-button !optional;"
2025
+ },
2026
+ {
2027
+ "type": "class",
2028
+ "name": "--ch5-slider--label-letter-spacing:",
2029
+ "description": "description: Letter spacing for the slider label\n type: unit\n values: px\n show-theme-editor: false\n example: 72px\n related-theme-variable: --theme-ch5-slider--label-letter-spacing\n",
2030
+ "value": "@extend ch5-button !optional;"
2031
+ }
2032
+ ]
2033
+ }
2034
+ ]
2035
+ },
2036
+ {
2037
+ "group": "ch5-spinner",
2038
+ "schemadata": [
2039
+ {
2040
+ "type": "class",
2041
+ "metadata": [
2042
+ {
2043
+ "type": "class",
2044
+ "name": "ch5-spinner",
2045
+ "description": "Main class\n",
2046
+ "value": "-webkit-user-select: none; /* Chrome all / Safari all */\n -moz-user-select: none; /* Firefox all */\n -ms-user-select: none; /* IE 10+ */\n user-select: none;\n font-size: var(--ch5-spinner--font-size);\n font-style: var(--ch5-spinner--font-style);\n font-weight: var(--ch5-spinner--font-weight);\n cursor: pointer;\n width: 100%;\n \n /// @require .ch5-spinner\n /// Applied for spinner wrapper\n &__wrapper {\n overflow: hidden;\n position: relative;\n z-index: 9999;\n text-align: center;\n\n &:before,\n &:after {\n content: \"\";\n height: 30%;\n left: 0;\n right: 0;\n position: absolute;\n z-index: 9999;\n }\n\n &:after {\n background: linear-gradient(rgba(255, 255, 255, 0.05), #fff 120%);\n bottom: 0;\n }\n\n &:before {\n background: linear-gradient(#fff 5%, rgba(255, 255, 255, 0.05));\n top: 0;\n }\n }\n /// @require .ch5-spinner\n /// Applied for scroll animation\n &__scrollarea--animate {\n transition: all 0.5s ease;\n }\n /// @require .ch5-spinner\n /// Applied for the highlight section\n &__highlight {\n position: absolute;\n width: 100%;\n left: 0;\n right: 0;\n border-bottom: var(--ch5-spinner--border-width) var(--ch5-spinner--border-style) var(--ch5-spinner--highlight-border-color);\n box-shadow: 0px 0px 3px var(--ch5-spinner--highlight-box-shadow-color);\n }\n\n &__overlay {\n position: fixed;\n z-index: 999;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n background: var(--ch5-spinner--overlay-background-color);\n cursor: grabbing;\n opacity: 0;\n display: none;\n }\n /// @require .ch5-spinner\n /// Applied on the item\n &__item {\n color: var(--ch5-spinner--item-color);\n white-space: nowrap;\n transition: all 0.4s ease;\n justify-content: center;\n align-items: center;\n }\n /// @require .ch5-spinner\n /// Applied on the active item\n &--active {\n font-size: var(--ch5-spinner--font-size);\n color: var(--ch5-spinner--active-item-color);\n }\n /// @require .ch5-spinner\n /// Applied on the icon\n &__icon {\n font-size: var(--ch5-spinner--icon-size);\n padding: var(--ch5-spinner--icon-padding);\n margin: var(--ch5-spinner--icon-margin);\n }"
2047
+ },
2048
+ {
2049
+ "type": "class",
2050
+ "name": "ch5-spinner__wrapper",
2051
+ "description": "Applied for spinner wrapper",
2052
+ "value": "overflow: hidden;\n position: relative;\n z-index: 9999;\n text-align: center;\n\n &:before,\n &:after {\n content: \"\";\n height: 30%;\n left: 0;\n right: 0;\n position: absolute;\n z-index: 9999;\n }\n\n &:after {\n background: linear-gradient(rgba(255, 255, 255, 0.05), #fff 120%);\n bottom: 0;\n }\n\n &:before {\n background: linear-gradient(#fff 5%, rgba(255, 255, 255, 0.05));\n top: 0;\n }"
2053
+ },
2054
+ {
2055
+ "type": "class",
2056
+ "name": "ch5-spinner__scrollarea--animate",
2057
+ "description": "Applied for scroll animation",
2058
+ "value": "transition: all 0.5s ease;"
2059
+ },
2060
+ {
2061
+ "type": "class",
2062
+ "name": "ch5-spinner__highlight",
2063
+ "description": "Applied for the highlight section",
2064
+ "value": "position: absolute;\n width: 100%;\n left: 0;\n right: 0;\n border-bottom: var(--ch5-spinner--border-width) var(--ch5-spinner--border-style) var(--ch5-spinner--highlight-border-color);\n box-shadow: 0px 0px 3px var(--ch5-spinner--highlight-box-shadow-color);"
2065
+ },
2066
+ {
2067
+ "type": "class",
2068
+ "name": "ch5-spinner__item",
2069
+ "description": "Applied on the item",
2070
+ "value": "color: var(--ch5-spinner--item-color);\n white-space: nowrap;\n transition: all 0.4s ease;\n justify-content: center;\n align-items: center;"
2071
+ },
2072
+ {
2073
+ "type": "class",
2074
+ "name": "ch5-spinner--active",
2075
+ "description": "Applied on the active item",
2076
+ "value": "font-size: var(--ch5-spinner--font-size);\n color: var(--ch5-spinner--active-item-color);"
2077
+ },
2078
+ {
2079
+ "type": "class",
2080
+ "name": "ch5-spinner__icon",
2081
+ "description": "Applied on the icon",
2082
+ "value": "font-size: var(--ch5-spinner--icon-size);\n padding: var(--ch5-spinner--icon-padding);\n margin: var(--ch5-spinner--icon-margin);"
2083
+ }
2084
+ ]
2085
+ }
2086
+ ]
2087
+ },
2088
+ {
2089
+ "group": "ch5-subpage-reference-list",
2090
+ "schemadata": [
2091
+ {
2092
+ "type": "class",
2093
+ "metadata": [
2094
+ {
2095
+ "type": "class",
2096
+ "name": "ch5-subpage-reference-list",
2097
+ "description": "Main class\n",
2098
+ "value": "position: relative;\n overflow: scroll;\n white-space: nowrap;\n will-change: transform;\n user-select: none;\n display: grid;\n height: 100%;\n scrollbar-width: none; // needed to hide the firefox scrollbar\n background-color: var(--ch5-subpage-reference-list--background-color);\n padding-left: var(--ch5-subpage-reference-list--container-padding-left);\n padding-right: var(--ch5-subpage-reference-list--container-padding-right);\n padding-top: var(--ch5-subpage-reference-list--container-padding-top);\n padding-bottom: var(--ch5-subpage-reference-list--container-padding-bottom);\n\n &.active {\n cursor: -webkit-grabbing;\n }\n\n &.ch5-subpage-reference-list::-webkit-scrollbar {\n height: 0;\n width: 0;\n }\n\n & ~ .scrollbar-container {\n position: absolute;\n background-color: var(--ch5-subpage-reference-list--scrollbar-track-color);\n border-radius: var(--ch5-subpage-reference-list--scrollbar-border-radius);\n\n .scrollbar {\n position: absolute;\n will-change: width, transform;\n position: absolute;\n border-radius: var(--ch5-subpage-reference-list--scrollbar-border-radius);\n background: var(--ch5-subpage-reference-list--scrollbar-thumb-color);\n }\n }\n\n &.ch5-subpage-reference-list--scrollbar-true {\n & ~ .scrollbar-container {\n display: block;\n }\n }\n\n &.ch5-subpage-reference-list--scrollbar-false {\n & ~ .scrollbar-container {\n display: none;\n }\n }"
2099
+ },
2100
+ {
2101
+ "type": "class",
2102
+ "name": "ch5-subpage-reference-list--disabled",
2103
+ "description": "Applied when the subpage reference list is disabled\n",
2104
+ "value": "@include ch5-component-disabled();"
2105
+ },
2106
+ {
2107
+ "type": "class",
2108
+ "name": "ch5-subpage-reference-list--orientation-horizontal",
2109
+ "description": "Applied when orientation='horizontal'\n",
2110
+ "value": "grid-auto-flow: column;\n\n &.ch5-subpage-reference-list--center-items-true {\n justify-content: center;\n align-content: start;\n }\n\n &.ch5-subpage-reference-list--center-items-false {\n align-content: start;\n justify-content: start;\n }\n\n &.ch5-subpage-reference-list--stretch-both {\n align-content: stretch;\n justify-content: stretch;\n }\n\n /// Applied for the container of subpage\n .ch5-subpage-reference-list--subpage-container {\n height: 100%;\n padding: var(--ch5-subpage-reference-list--item-padding);\n }\n\n &.ch5-subpage-reference-list--stretch-both {\n .ch5-subpage-reference-list--subpage-container {\n width: 100%;\n }\n }\n\n &.ch5-subpage-reference-list--scrollbar-true {\n //padding-bottom: var(--ch5-subpage-reference-list--scrollbar-width);\n\n &~.scrollbar-container {\n width: 100%;\n bottom: calc(-1 * var(--ch5-subpage-reference-list--scrollbar-width));\n height: var(--ch5-subpage-reference-list--scrollbar-width);\n\n .scrollbar {\n height: 100%;\n }\n }\n }\n\n @for $var from 1 to 601 {\n &.ch5-subpage-reference-list--rows-#{$var} {\n grid-template-rows: repeat($var, 1fr);\n }\n }"
2111
+ },
2112
+ {
2113
+ "type": "class",
2114
+ "name": "ch5-subpage-reference-list--subpage-container",
2115
+ "description": "Applied for the container of subpage\n",
2116
+ "value": "height: 100%;\n padding: var(--ch5-subpage-reference-list--item-padding);"
2117
+ },
2118
+ {
2119
+ "type": "class",
2120
+ "name": "ch5-subpage-reference-list--orientation-vertical",
2121
+ "description": "Applied when orientation='vertical'\n",
2122
+ "value": "grid-auto-flow: row;\n\n &.ch5-subpage-reference-list--center-items-true {\n justify-content: start;\n align-content: center;\n }\n\n &.ch5-subpage-reference-list--center-items-false {\n align-content: start;\n justify-content: start;\n }\n\n &.ch5-subpage-reference-list--stretch-both {\n align-content: stretch;\n justify-content: stretch;\n }\n\n &.ch5-subpage-reference-list--scrollbar-true {\n //padding-right: var(--ch5-subpage-reference-list--scrollbar-width);\n\n &~.scrollbar-container {\n top: 0;\n height: 100%;\n right: calc(-1 * var(--ch5-subpage-reference-list--scrollbar-width));\n left: auto;\n width: var(--ch5-subpage-reference-list--scrollbar-width);\n\n .scrollbar {\n width: 100%;\n }\n }\n }\n\n .ch5-subpage-reference-list--subpage-container {\n width: 100%;\n padding: var(--ch5-subpage-reference-list--item-padding);\n }\n\n &.ch5-subpage-reference-list--stretch-both {\n .ch5-subpage-reference-list--subpage-container {\n height: 100%;\n }\n }\n\n @for $var from 1 to 601 {\n &.ch5-subpage-reference-list--columns-#{$var} {\n grid-template-columns: repeat($var, 1fr);\n }\n }"
2123
+ }
2124
+ ]
2125
+ }
2126
+ ]
2127
+ },
2128
+ {
2129
+ "group": "ch5-tab-button",
2130
+ "schemadata": [
2131
+ {
2132
+ "type": "class",
2133
+ "metadata": [
2134
+ {
2135
+ "type": "class",
2136
+ "name": "ch5-tab-button--button-type-default",
2137
+ "description": "Applied when buttonType='default'\n",
2138
+ "value": "// DO NOT DELETE - used for Component Reference"
2139
+ },
2140
+ {
2141
+ "type": "class",
2142
+ "name": "ch5-tab-button--button-type-danger",
2143
+ "description": "Applied when buttonType='danger'\n",
2144
+ "value": "// DO NOT DELETE - used for Component Reference"
2145
+ },
2146
+ {
2147
+ "type": "class",
2148
+ "name": "ch5-tab-button--button-type-text",
2149
+ "description": "Applied when buttonType='text'\n",
2150
+ "value": "// DO NOT DELETE - used for Component Reference"
2151
+ },
2152
+ {
2153
+ "type": "class",
2154
+ "name": "ch5-tab-button--button-type-warning",
2155
+ "description": "Applied when buttonType='warning'\n",
2156
+ "value": "// DO NOT DELETE - used for Component Reference"
2157
+ },
2158
+ {
2159
+ "type": "class",
2160
+ "name": "ch5-tab-button--button-type-info",
2161
+ "description": "Applied when buttonType='info'\n",
2162
+ "value": "// DO NOT DELETE - used for Component Reference"
2163
+ },
2164
+ {
2165
+ "type": "class",
2166
+ "name": "ch5-tab-button--button-type-success",
2167
+ "description": "Applied when buttonType='success'\n",
2168
+ "value": "// DO NOT DELETE - used for Component Reference"
2169
+ },
2170
+ {
2171
+ "type": "class",
2172
+ "name": "ch5-tab-button--button-type-primary",
2173
+ "description": "Applied when buttonType='primary'\n",
2174
+ "value": "// DO NOT DELETE - used for Component Reference"
2175
+ },
2176
+ {
2177
+ "type": "class",
2178
+ "name": "ch5-tab-button--button-type-secondary",
2179
+ "description": "Applied when buttonType='secondary'\n",
2180
+ "value": "// DO NOT DELETE - used for Component Reference"
2181
+ },
2182
+ {
2183
+ "type": "class",
2184
+ "name": "ch5-tab-button--button-icon-position-first",
2185
+ "description": "Applied when buttonIconPosition='first'\n",
2186
+ "value": "// DO NOT DELETE - used for Component Reference"
2187
+ },
2188
+ {
2189
+ "type": "class",
2190
+ "name": "ch5-tab-button--button-icon-position-last",
2191
+ "description": "Applied when buttonIconPosition='last'\n",
2192
+ "value": "// DO NOT DELETE - used for Component Reference"
2193
+ },
2194
+ {
2195
+ "type": "class",
2196
+ "name": "ch5-tab-button--button-icon-position-top",
2197
+ "description": "Applied when buttonIconPosition='top'\n",
2198
+ "value": "// DO NOT DELETE - used for Component Reference"
2199
+ },
2200
+ {
2201
+ "type": "class",
2202
+ "name": "ch5-tab-button--button-icon-position-bottom",
2203
+ "description": "Applied when buttonIconPosition='bottom'\n",
2204
+ "value": "// DO NOT DELETE - used for Component Reference"
2205
+ },
2206
+ {
2207
+ "type": "class",
2208
+ "name": "ch5-tab-button--button-shape-rectangle",
2209
+ "description": "Applied when buttonShape='rectangle'\n",
2210
+ "value": "// DO NOT DELETE - used for Component Reference"
2211
+ },
2212
+ {
2213
+ "type": "class",
2214
+ "name": "ch5-tab-button--button-shape-rounded-rectangle",
2215
+ "description": "Applied when buttonShape='rounded-rectangle'\n",
2216
+ "value": "// DO NOT DELETE - used for Component Reference"
2217
+ },
2218
+ {
2219
+ "type": "class",
2220
+ "name": "ch5-tab-button--button-shape-tab",
2221
+ "description": "Applied when buttonShape='tab'\n",
2222
+ "value": "// DO NOT DELETE - used for Component Reference"
2223
+ },
2224
+ {
2225
+ "type": "class",
2226
+ "name": "ch5-tab-button--start-tab-style",
2227
+ "description": "Applied for start tab button when orientation is horizontal and applied for top most tab button when orientation is vertical.\n",
2228
+ "value": "// DO NOT DELETE - used for Component Reference"
2229
+ },
2230
+ {
2231
+ "type": "class",
2232
+ "name": "ch5-tab-button--end-tab-style",
2233
+ "description": "Applied for end tab button when orientation is horizontal and applied for bottom most tab button when orientation is vertical.\n",
2234
+ "value": "// DO NOT DELETE - used for Component Reference"
2235
+ },
2236
+ {
2237
+ "type": "class",
2238
+ "name": "ch5-tab-button--center-tab-style",
2239
+ "description": "Applied for center tab buttons when orientation is horizontal and vertical.\n",
2240
+ "value": "// DO NOT DELETE - used for Component Reference"
2241
+ },
2242
+ {
2243
+ "type": "class",
2244
+ "name": "ch5-tab-button--pressed",
2245
+ "description": "Applied when buttonPressed='true'. Note - use !important css property to override the styles of child button. \n",
2246
+ "value": "// DO NOT DELETE - used for Component Reference"
2247
+ },
2248
+ {
2249
+ "type": "class",
2250
+ "name": "ch5-tab-button--selected",
2251
+ "description": "Applied when buttonSelected='true'. Note - use !important css property to override the styles of child button.\n",
2252
+ "value": "// DO NOT DELETE - used for Component Reference"
2253
+ },
2254
+ {
2255
+ "type": "class",
2256
+ "name": "ch5-tab-button",
2257
+ "description": "Main class\n",
2258
+ "value": "position: relative;\n user-select: none;\n will-change: transform;\n display: flex;\n height: auto;\n\n &.active {\n cursor: -webkit-grabbing;\n }"
2259
+ },
2260
+ {
2261
+ "type": "class",
2262
+ "name": "ch5-tab-button--disabled",
2263
+ "description": "Applied tab button is set to disabled\n",
2264
+ "value": "@include ch5-component-disabled();"
2265
+ },
2266
+ {
2267
+ "type": "class",
2268
+ "name": "ch5-tab-button--orientation-horizontal",
2269
+ "description": "Applied when orientation is horizontal\n",
2270
+ "value": ".ch5-tab-button--button-container { \n flex: 1 1;\n }"
2271
+ },
2272
+ {
2273
+ "type": "class",
2274
+ "name": "ch5-tab-button--orientation-vertical",
2275
+ "description": "Applied when orientation is vertical\n",
2276
+ "value": "flex-direction: column;"
2277
+ }
2278
+ ]
2279
+ }
2280
+ ]
2281
+ },
2282
+ {
2283
+ "group": "ch5-text",
2284
+ "schemadata": [
2285
+ {
2286
+ "type": "class",
2287
+ "metadata": [
2288
+ {
2289
+ "type": "class",
2290
+ "name": "ch5-text--vertical-alignment-top",
2291
+ "description": "Set verticalAlignment as top",
2292
+ "value": "display: flex;\n align-items: flex-start;"
2293
+ },
2294
+ {
2295
+ "type": "class",
2296
+ "name": "ch5-text--vertical-alignment-middle",
2297
+ "description": "Set verticalAlignment as middle",
2298
+ "value": "display: flex;\n align-items: center;"
2299
+ },
2300
+ {
2301
+ "type": "class",
2302
+ "name": "ch5-text--vertical-alignment-bottom",
2303
+ "description": "Set verticalAlignment as bottom",
2304
+ "value": "display: flex;\n align-items: flex-end;"
2305
+ },
2306
+ {
2307
+ "type": "class",
2308
+ "name": "ch5-text--horizontal-alignment-center",
2309
+ "description": "Set horizontalAlignment as center",
2310
+ "value": "text-align: center;\n padding: 0 var(--ch5-text--padding);"
2311
+ },
2312
+ {
2313
+ "type": "class",
2314
+ "name": "ch5-text--horizontal-alignment-left",
2315
+ "description": "Set horizontalAlignment as left",
2316
+ "value": "text-align: left;\n padding-right: var(--ch5-text--padding);"
2317
+ },
2318
+ {
2319
+ "type": "class",
2320
+ "name": "ch5-text--horizontal-alignment-right",
2321
+ "description": "Set horizontalAlignment as right",
2322
+ "value": "text-align: right;\n padding-left: var(--ch5-text--padding);"
2323
+ },
2324
+ {
2325
+ "type": "class",
2326
+ "name": "ch5-text",
2327
+ "description": "Main Class\n",
2328
+ "value": "position: relative;\n min-width: 64px;\n min-height: 44px;\n width: var(--ch5-text--width);\n height: var(--ch5-text--height);\n overflow: hidden;\n padding: var(--ch5-text--padding);\n color: var(--ch5-text--font-color);\n font-style: var(--ch5-text--font-style);\n font-size: var(--ch5-text--font-size);\n font-weight: var(--ch5-text--font-weight);\n letter-spacing: var(--ch5-text--letter-spacing);\n text-decoration: var(--ch5-text--text-decoration);\n background-color: var(--ch5-text--background-color);\n border-color: var(--ch5-text--border-color);\n border-width: var(--ch5-text--border-width);\n border-style: var(--ch5-text--border-style);\n border-top-left-radius: var(--ch5-text--border-top-left-radius);\n border-top-right-radius: var(--ch5-text--border-top-right-radius);\n border-bottom-left-radius: var(--ch5-text--border-bottom-left-radius);\n border-bottom-right-radius: var(--ch5-text--border-bottom-right-radius);\n\n /// Applied for the span element\n .ch5-text--span {\n display: inline-block;\n width: 100%;\n\n /// Applied when truncateText='true'\n &.ch5-text--truncate-text-true {\n text-overflow: ellipsis; // enables ellipsis\n white-space: nowrap; // keeps the text in a single line\n overflow: hidden; // keeps the element from overflowing its parent */\n }\n\n /// Applied when truncateText='false'\n &.ch5-text--truncate-text-false {\n white-space: nowrap; // keeps the text in a single line\n overflow: hidden; // keeps the element from overflowing its parent\n }\n\n /// Applied when multilineSupport='true'\n &.ch5-text--multiline-support-true {\n overflow: hidden;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 3; // start showing ellipsis when 3rd line is reached\n white-space: pre-wrap !important; // let the text wrap preserving spaces\n word-break: var(--ch5-text--word-break);\n }\n\n &.ch5-text--multiline-support-true.ch5-text--truncate-text-true {\n display: -webkit-box; \n }\n /// Applied when multilineSupport='false'\n &.ch5-text--multiline-support-false {\n white-space: nowrap; // keeps the text in a single line\n overflow: hidden; // keeps the element from overflowing its parent\n }\n }"
2329
+ },
2330
+ {
2331
+ "type": "class",
2332
+ "name": "ch5-text--span",
2333
+ "description": "Applied for the span element\n",
2334
+ "value": "display: inline-block;\n width: 100%;\n\n /// Applied when truncateText='true'\n &.ch5-text--truncate-text-true {\n text-overflow: ellipsis; // enables ellipsis\n white-space: nowrap; // keeps the text in a single line\n overflow: hidden; // keeps the element from overflowing its parent */\n }\n\n /// Applied when truncateText='false'\n &.ch5-text--truncate-text-false {\n white-space: nowrap; // keeps the text in a single line\n overflow: hidden; // keeps the element from overflowing its parent\n }\n\n /// Applied when multilineSupport='true'\n &.ch5-text--multiline-support-true {\n overflow: hidden;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 3; // start showing ellipsis when 3rd line is reached\n white-space: pre-wrap !important; // let the text wrap preserving spaces\n word-break: var(--ch5-text--word-break);\n }\n\n &.ch5-text--multiline-support-true.ch5-text--truncate-text-true {\n display: -webkit-box; \n }\n /// Applied when multilineSupport='false'\n &.ch5-text--multiline-support-false {\n white-space: nowrap; // keeps the text in a single line\n overflow: hidden; // keeps the element from overflowing its parent\n }"
2335
+ },
2336
+ {
2337
+ "type": "class",
2338
+ "name": "ch5-text--truncate-text-true",
2339
+ "description": "Applied when truncateText='true'\n",
2340
+ "value": "text-overflow: ellipsis; // enables ellipsis\n white-space: nowrap; // keeps the text in a single line\n overflow: hidden; // keeps the element from overflowing its parent */"
2341
+ },
2342
+ {
2343
+ "type": "class",
2344
+ "name": "ch5-text--truncate-text-false",
2345
+ "description": "Applied when truncateText='false'\n",
2346
+ "value": "white-space: nowrap; // keeps the text in a single line\n overflow: hidden; // keeps the element from overflowing its parent"
2347
+ },
2348
+ {
2349
+ "type": "class",
2350
+ "name": "ch5-text--multiline-support-true",
2351
+ "description": "Applied when multilineSupport='true'\n",
2352
+ "value": "overflow: hidden;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 3; // start showing ellipsis when 3rd line is reached\n white-space: pre-wrap !important; // let the text wrap preserving spaces\n word-break: var(--ch5-text--word-break);"
2353
+ },
2354
+ {
2355
+ "type": "class",
2356
+ "name": "ch5-text--multiline-support-false",
2357
+ "description": "Applied when multilineSupport='false'\n",
2358
+ "value": "white-space: nowrap; // keeps the text in a single line\n overflow: hidden; // keeps the element from overflowing its parent"
2359
+ },
2360
+ {
2361
+ "type": "class",
2362
+ "name": "ch5-text--disabled",
2363
+ "description": "Applied when disabled='true'\n",
2364
+ "value": "@include ch5-component-disabled();"
2365
+ }
2366
+ ]
2367
+ }
2368
+ ]
2369
+ },
2370
+ {
2371
+ "group": "ch5-textinput",
2372
+ "schemadata": [
2373
+ {
2374
+ "type": "class",
2375
+ "metadata": [
2376
+ {
2377
+ "type": "class",
2378
+ "name": "ch5-textinput--icon.ch5-textinput--icon-position-last",
2379
+ "description": "Applied on the icon when iconPosition attribute is set to 'last'\n",
2380
+ "value": "margin-right: 0;"
2381
+ },
2382
+ {
2383
+ "type": "class",
2384
+ "name": "ch5-textinput--icon.ch5-textinput--icon-position-first",
2385
+ "description": "Applied on the icon when iconPosition attribute is set to 'first'\n",
2386
+ "value": "margin-left: 0;"
2387
+ },
2388
+ {
2389
+ "type": "class",
2390
+ "name": "ch5-textinput",
2391
+ "description": "Main class\n",
2392
+ "value": "color: var(--ch5-textinput--mask-text-color);\n\n /// Applied on the label\n .ch5-textinput--label {\n display: block;\n color: var(--ch5-textinput--label-text-color);\n width: 100%;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n }\n\n .ch5-textinput-container {\n display: flex;\n align-items: center;\n border: var(--ch5-textinput--input-border-width) var(--ch5-textinput--input-border-style) var(--ch5-textinput--input-border-color);\n border-radius: var(--ch5-textinput--input-border-radius);\n height: 100%;\n width: 100%;\n\n /// Applied on the icon\n .ch5-textinput--icon {\n color: var(--ch5-textinput--icon-text-color);\n margin-top: var(--ch5-textinput--margin-top);\n margin-right: var(--ch5-textinput--margin-right);\n margin-bottom: var(--ch5-textinput--margin-bottom);\n margin-left: var(--ch5-textinput--margin-left);\n }\n\n >span {\n display: flex;\n position: relative;\n align-items: center;\n width: 100%;\n }\n\n /// Applied on the input\n .ch5-textinput--input {\n background: var(--ch5-textinput--input-background-color);\n border: 0;\n color: var(--ch5-textinput--input-text-color);\n width: 100%;\n\n /// Applied on the input when text-transform=\"none\"\n &.ch5-textinput--text-transform-none {\n text-transform: none;\n }\n\n /// Applied on the input when text-transform=\"capitalize\"\n &.ch5-textinput--text-transform-capitalize {\n text-transform: capitalize;\n }\n\n /// Applied on the input when text-transform=\"uppercase\"\n &.ch5-textinput--text-transform-uppercase {\n text-transform: uppercase;\n }\n\n /// Applied on the input when text-transform=\"lowercase\"\n &.ch5-textinput--text-transform-lowercase {\n text-transform: lowercase;\n }\n }\n\n .ch5-textinput-mask {\n width: 100%;\n font-style: var(--ch5-textinput--regular-font-style);\n position: absolute;\n top: 0;\n left: 0;\n pointer-events: none;\n }\n }\n\n /// Applied to main class when size=\"regular\"\n &.ch5-textinput--size-regular {\n width: var(--ch5-textinput--regular-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--regular-font-style);\n font-size: var(--ch5-textinput--regular-font-size);\n font-weight: var(--ch5-textinput--regular-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--regular-icon-font-size);\n font-weight: var(--ch5-textinput--regular-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--regular-input-padding);\n font-style: var(--ch5-textinput--regular-font-style);\n font-size: var(--ch5-textinput--regular-font-size);\n font-weight: var(--ch5-textinput--regular-font-weight);\n height: var(--ch5-textinput--regular-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 20px;\n font-size: var(--ch5-textinput--regular-font-size);\n font-weight: var(--ch5-textinput--regular-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--regular-mask-font-size);\n }\n }\n }\n\n /// Applied to main class when size=\"x-small\"\n &.ch5-textinput--size-x-small {\n width: var(--ch5-textinput--x-small-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--x-small-font-style);\n font-size: var(--ch5-textinput--x-small-font-size);\n font-weight: var(--ch5-textinput--x-small-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--x-small-icon-font-size);\n font-weight: var(--ch5-textinput--x-small-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--x-small-input-padding);\n font-style: var(--ch5-textinput--x-small-font-style);\n font-size: var(--ch5-textinput--x-small-font-size);\n font-weight: var(--ch5-textinput--x-small-font-weight);\n height: var(--ch5-textinput--x-small-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 10px;\n font-size: var(--ch5-textinput--x-small-font-size);\n font-weight: var(--ch5-textinput--x-small-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--x-small-mask-font-size);\n }\n }\n }\n\n /// Applied to main class when size=\"small\"\n &.ch5-textinput--size-small {\n width: var(--ch5-textinput--small-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--small-font-style);\n font-size: var(--ch5-textinput--small-font-size);\n font-weight: var(--ch5-textinput--small-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--small-icon-font-size);\n font-weight: var(--ch5-textinput--small-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--small-input-padding);\n font-style: var(--ch5-textinput--small-font-style);\n font-size: var(--ch5-textinput--small-font-size);\n font-weight: var(--ch5-textinput--small-font-weight);\n height: var(--ch5-textinput--small-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 15px;\n font-size: var(--ch5-textinput--small-font-size);\n font-weight: var(--ch5-textinput--small-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--small-mask-font-size);\n }\n }\n }\n\n /// Applied to main class when size=\"large\"\n &.ch5-textinput--size-large {\n width: var(--ch5-textinput--large-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--large-font-style);\n font-size: var(--ch5-textinput--large-font-size);\n font-weight: var(--ch5-textinput--large-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--large-icon-font-size);\n font-weight: var(--ch5-textinput--large-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--large-input-padding);\n font-style: var(--ch5-textinput--large-font-style);\n font-size: var(--ch5-textinput--large-font-size);\n font-weight: var(--ch5-textinput--large-font-weight);\n height: var(--ch5-textinput--large-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 20px;\n font-size: var(--ch5-textinput--large-font-size);\n font-weight: var(--ch5-textinput--large-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--large-mask-font-size);\n }\n }\n }\n\n /// Applied to main class when size=\"x-large\"\n &.ch5-textinput--size-x-large {\n width: var(--ch5-textinput--x-large-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--x-large-font-style);\n font-size: var(--ch5-textinput--x-large-font-size);\n font-weight: var(--ch5-textinput--x-large-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--x-large-icon-font-size);\n font-weight: var(--ch5-textinput--x-large-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--x-large-input-padding);\n font-style: var(--ch5-textinput--x-large-font-style);\n font-size: var(--ch5-textinput--x-large-font-size);\n font-weight: var(--ch5-textinput--x-large-font-weight);\n height: var(--ch5-textinput--x-large-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 22px;\n font-size: var(--ch5-textinput--x-large-font-size);\n font-weight: var(--ch5-textinput--x-large-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--x-large-mask-font-size);\n }\n }\n }\n\n &[stretch=\"content\"] {\n height: 100%;\n width: 100%;\n\n .ch5-textinput-container {\n height: 100%;\n width: 100%;\n\n .ch5-textinput--input {\n height: 100%;\n }\n }\n }\n\n &[stretch=\"width\"] {\n width: 100%;\n\n .ch5-textinput-container {\n width: 100%;\n }\n }\n\n &[stretch=\"fixed\"] {\n width: 400px;\n\n .ch5-textinput-container {\n width: 100%;\n }\n }"
2393
+ },
2394
+ {
2395
+ "type": "class",
2396
+ "name": "ch5-textinput--label",
2397
+ "description": "Applied on the label\n",
2398
+ "value": "display: block;\n color: var(--ch5-textinput--label-text-color);\n width: 100%;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;"
2399
+ },
2400
+ {
2401
+ "type": "class",
2402
+ "name": "ch5-textinput--icon",
2403
+ "description": "Applied on the icon\n",
2404
+ "value": "color: var(--ch5-textinput--icon-text-color);\n margin-top: var(--ch5-textinput--margin-top);\n margin-right: var(--ch5-textinput--margin-right);\n margin-bottom: var(--ch5-textinput--margin-bottom);\n margin-left: var(--ch5-textinput--margin-left);"
2405
+ },
2406
+ {
2407
+ "type": "class",
2408
+ "name": "ch5-textinput--input",
2409
+ "description": "Applied on the input\n",
2410
+ "value": "background: var(--ch5-textinput--input-background-color);\n border: 0;\n color: var(--ch5-textinput--input-text-color);\n width: 100%;\n\n /// Applied on the input when text-transform=\"none\"\n &.ch5-textinput--text-transform-none {\n text-transform: none;\n }\n\n /// Applied on the input when text-transform=\"capitalize\"\n &.ch5-textinput--text-transform-capitalize {\n text-transform: capitalize;\n }\n\n /// Applied on the input when text-transform=\"uppercase\"\n &.ch5-textinput--text-transform-uppercase {\n text-transform: uppercase;\n }\n\n /// Applied on the input when text-transform=\"lowercase\"\n &.ch5-textinput--text-transform-lowercase {\n text-transform: lowercase;\n }"
2411
+ },
2412
+ {
2413
+ "type": "class",
2414
+ "name": "ch5-textinput--text-transform-none",
2415
+ "description": "Applied on the input when text-transform=\"none\"\n",
2416
+ "value": "text-transform: none;"
2417
+ },
2418
+ {
2419
+ "type": "class",
2420
+ "name": "ch5-textinput--text-transform-capitalize",
2421
+ "description": "Applied on the input when text-transform=\"capitalize\"\n",
2422
+ "value": "text-transform: capitalize;"
2423
+ },
2424
+ {
2425
+ "type": "class",
2426
+ "name": "ch5-textinput--text-transform-uppercase",
2427
+ "description": "Applied on the input when text-transform=\"uppercase\"\n",
2428
+ "value": "text-transform: uppercase;"
2429
+ },
2430
+ {
2431
+ "type": "class",
2432
+ "name": "ch5-textinput--text-transform-lowercase",
2433
+ "description": "Applied on the input when text-transform=\"lowercase\"\n",
2434
+ "value": "text-transform: lowercase;"
2435
+ },
2436
+ {
2437
+ "type": "class",
2438
+ "name": "ch5-textinput--size-regular",
2439
+ "description": "Applied to main class when size=\"regular\"\n",
2440
+ "value": "width: var(--ch5-textinput--regular-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--regular-font-style);\n font-size: var(--ch5-textinput--regular-font-size);\n font-weight: var(--ch5-textinput--regular-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--regular-icon-font-size);\n font-weight: var(--ch5-textinput--regular-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--regular-input-padding);\n font-style: var(--ch5-textinput--regular-font-style);\n font-size: var(--ch5-textinput--regular-font-size);\n font-weight: var(--ch5-textinput--regular-font-weight);\n height: var(--ch5-textinput--regular-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 20px;\n font-size: var(--ch5-textinput--regular-font-size);\n font-weight: var(--ch5-textinput--regular-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--regular-mask-font-size);\n }\n }"
2441
+ },
2442
+ {
2443
+ "type": "class",
2444
+ "name": "ch5-textinput--size-x-small",
2445
+ "description": "Applied to main class when size=\"x-small\"\n",
2446
+ "value": "width: var(--ch5-textinput--x-small-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--x-small-font-style);\n font-size: var(--ch5-textinput--x-small-font-size);\n font-weight: var(--ch5-textinput--x-small-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--x-small-icon-font-size);\n font-weight: var(--ch5-textinput--x-small-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--x-small-input-padding);\n font-style: var(--ch5-textinput--x-small-font-style);\n font-size: var(--ch5-textinput--x-small-font-size);\n font-weight: var(--ch5-textinput--x-small-font-weight);\n height: var(--ch5-textinput--x-small-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 10px;\n font-size: var(--ch5-textinput--x-small-font-size);\n font-weight: var(--ch5-textinput--x-small-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--x-small-mask-font-size);\n }\n }"
2447
+ },
2448
+ {
2449
+ "type": "class",
2450
+ "name": "ch5-textinput--size-small",
2451
+ "description": "Applied to main class when size=\"small\"\n",
2452
+ "value": "width: var(--ch5-textinput--small-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--small-font-style);\n font-size: var(--ch5-textinput--small-font-size);\n font-weight: var(--ch5-textinput--small-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--small-icon-font-size);\n font-weight: var(--ch5-textinput--small-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--small-input-padding);\n font-style: var(--ch5-textinput--small-font-style);\n font-size: var(--ch5-textinput--small-font-size);\n font-weight: var(--ch5-textinput--small-font-weight);\n height: var(--ch5-textinput--small-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 15px;\n font-size: var(--ch5-textinput--small-font-size);\n font-weight: var(--ch5-textinput--small-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--small-mask-font-size);\n }\n }"
2453
+ },
2454
+ {
2455
+ "type": "class",
2456
+ "name": "ch5-textinput--size-large",
2457
+ "description": "Applied to main class when size=\"large\"\n",
2458
+ "value": "width: var(--ch5-textinput--large-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--large-font-style);\n font-size: var(--ch5-textinput--large-font-size);\n font-weight: var(--ch5-textinput--large-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--large-icon-font-size);\n font-weight: var(--ch5-textinput--large-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--large-input-padding);\n font-style: var(--ch5-textinput--large-font-style);\n font-size: var(--ch5-textinput--large-font-size);\n font-weight: var(--ch5-textinput--large-font-weight);\n height: var(--ch5-textinput--large-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 20px;\n font-size: var(--ch5-textinput--large-font-size);\n font-weight: var(--ch5-textinput--large-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--large-mask-font-size);\n }\n }"
2459
+ },
2460
+ {
2461
+ "type": "class",
2462
+ "name": "ch5-textinput--size-x-large",
2463
+ "description": "Applied to main class when size=\"x-large\"\n",
2464
+ "value": "width: var(--ch5-textinput--x-large-width);\n\n .ch5-textinput--label {\n font-style: var(--ch5-textinput--x-large-font-style);\n font-size: var(--ch5-textinput--x-large-font-size);\n font-weight: var(--ch5-textinput--x-large-font-weight);\n }\n\n .ch5-textinput-container {\n .ch5-textinput--icon {\n font-size: var(--ch5-textinput--x-large-icon-font-size);\n font-weight: var(--ch5-textinput--x-large-icon-font-weight);\n }\n\n .ch5-textinput--input {\n padding: var(--ch5-textinput--x-large-input-padding);\n font-style: var(--ch5-textinput--x-large-font-style);\n font-size: var(--ch5-textinput--x-large-font-size);\n font-weight: var(--ch5-textinput--x-large-font-weight);\n height: var(--ch5-textinput--x-large-height);\n }\n\n .ch5-textinput-mask {\n padding: 0 22px;\n font-size: var(--ch5-textinput--x-large-font-size);\n font-weight: var(--ch5-textinput--x-large-font-weight);\n }\n\n .ch5-textinput-mask--letter {\n font-size: var(--ch5-textinput--x-large-mask-font-size);\n }\n }"
2465
+ },
2466
+ {
2467
+ "type": "class",
2468
+ "name": "ch5-textinput--disabled",
2469
+ "description": "Added automatically based on the disabled attribute or by receiveStateEnable\n",
2470
+ "value": "@include ch5-component-disabled();"
2471
+ }
2472
+ ]
2473
+ }
2474
+ ]
2475
+ },
2476
+ {
2477
+ "group": "ch5-toggle",
2478
+ "schemadata": [
2479
+ {
2480
+ "type": "class",
2481
+ "metadata": [
2482
+ {
2483
+ "type": "class",
2484
+ "name": "ch5-toggle",
2485
+ "description": "This class is set on the container div for ch5-toggle\n",
2486
+ "value": "position: relative;\n display: inline-block;\n box-sizing: border-box;\n z-index: 1;\n\n &[hidden] {\n display: none;\n }\n\n div {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n /* ch5-toggle - label */\n /// Applied on label\n .ch5-toggle__label {\n display: inline-flex;\n vertical-align: middle;\n font-style: var(--ch5-toggle--label-font-style);\n font-size: var(--ch5-toggle--label-font-size);\n font-weight: var(--ch5-toggle--label-font-weight);\n color: var(--ch5-toggle--label-font-color);\n // margin: var(--ch5-toggle--label-margin);\n margin-top: var(--ch5-toggle--label-margin-top);\n margin-left: var(--ch5-toggle--label-margin-left);\n margin-bottom: var(--ch5-toggle--label-margin-bottom);\n margin-right: var(--ch5-toggle--label-margin-right);\n\n &[hidden] {\n display: none;\n }\n }\n\n .ch5-toggle__on-label,\n .ch5-toggle__off-label {\n word-wrap: normal;\n }\n\n .ch5-toggle__on-label {\n color: var(--ch5-toggle--on-text-font-color);\n font-style: var(--ch5-toggle--on-text-font-style);\n font-weight: var(--ch5-toggle--on-text-font-weight);\n }\n\n .ch5-toggle__off-label {\n color: var(--ch5-toggle--off-text-font-color);\n font-style: var(--ch5-toggle--off-text-font-style);\n font-weight: var(--ch5-toggle--off-text-font-weight);\n }\n\n /// Applied for on label\n .ch5-toggle__on-label,\n /// Applied for off label\n .ch5-toggle__off-label {\n margin: 0 2px 0 2px;\n }\n\n\n /// Applied for icon-on\n .ch5-toggle__on-icon {\n margin-top: var(--ch5-toggle--icon-on-margin-top);\n margin-bottom: var(--ch5-toggle--icon-on-margin-bottom);\n margin-left: var(--ch5-toggle--icon-on-margin-left);\n margin-right: var(--ch5-toggle--icon-on-margin-right);\n font-weight: var(--ch5-toggle--icon-on-font-weight);\n color: var(--ch5-toggle--icon-on-font-color);\n }\n\n /// Applied for icon-off\n .ch5-toggle__off-icon {\n margin-top: var(--ch5-toggle--icon-off-margin-top);\n margin-bottom: var(--ch5-toggle--icon-off-margin-bottom);\n margin-left: var(--ch5-toggle--icon-off-margin-left);\n margin-right: var(--ch5-toggle--icon-off-margin-right);\n font-weight: var(--ch5-toggle--icon-off-font-weight);\n color: var(--ch5-toggle--icon-off-font-color);\n }\n\n /* ch5-toggle - handle default */\n /// Applied on the handle\n .ch5-toggle__handle {\n position: relative;\n overflow: hidden;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n min-width: 80px;\n padding: 0;\n transition: all 0.4s ease-out;\n aspect-ratio: 3/1;\n\n /* ch5-toggle - on/off container */\n div {\n position: relative;\n z-index: 3;\n line-height: 2em;\n text-align: center;\n user-select: none;\n opacity: 0;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n\n &:first-of-type {\n opacity: 1;\n }\n }\n\n /* ch5-toggle - knob */\n a {\n position: absolute;\n right: 50%;\n top: 0;\n z-index: 2;\n display: block;\n width: 50%;\n height: 100%;\n padding: 0;\n transition: all 0.2s ease-out;\n }\n }\n\n /* ch5-toggle - circle shape */\n &.ch5-toggle--circle {\n .ch5-toggle__handle {\n border-radius: 1.75em;\n background-color: var(--ch5-toggle--circle-background-color);\n margin: var(--ch5-toggle--handle-circle-margin);\n\n div {\n width: 100%;\n transition: all 0.2s ease-out;\n\n &:first-of-type {\n text-align: center;\n padding-left: 1.75em;\n }\n\n &:last-of-type {\n display: none;\n text-align: center;\n padding-right: 1.75em;\n }\n }\n\n a {\n left: 0;\n top: 0;\n width: 33%;\n border-radius: 100%;\n background-color: var(--ch5-toggle--circle-knob-background-color);\n border-width: var(--ch5-toggle--circle-handle-border-width);\n border-style: var(--ch5-toggle--circle-handle-border-style);\n border-color: var(--ch5-toggle--circle-handle-off-border-color);\n }\n }\n }\n\n /* ch5-toggle - rectangle shape */\n &.ch5-toggle--rectangle {\n .ch5-toggle__handle {\n background: var(--ch5-toggle--rectangle-background-color);\n border-radius: 1px;\n box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;\n margin: var(--ch5-toggle--handle-rectangle-margin);\n\n div {\n display: inline-flex;\n width: 50%;\n transition: all 0.1s;\n }\n\n a {\n border-radius: 1px;\n background-color: var(--ch5-toggle--rectangle-handle-off-background-color);\n }\n }\n }\n\n /* ch5-toggle - checked/on */\n /// Applied when value is true\n &.ch5-toggle--on {\n .ch5-toggle__handle {\n a {\n right: 0%;\n }\n\n div:first-of-type {\n opacity: 0;\n }\n\n div:last-of-type {\n opacity: 1;\n }\n }\n\n /* ch5-toggle - circle shape checked/on */\n /// Class applied when shape='circle'\n &.ch5-toggle--circle {\n .ch5-toggle__handle {\n // box-shadow: inset 0 0 0 30px var(--ch5-toggle-handle-checked-color;\n background-color: var(--ch5-toggle--circle-handle-on-background-color);\n transition: background-color 0.3s linear;\n\n div:first-of-type {\n display: none;\n }\n\n div:last-of-type {\n display: flex;\n }\n\n a {\n left: 100%;\n margin-left: -33%;\n background-color: var(--ch5-toggle--circle-knob-background-color);\n border-color: var(--ch5-toggle--circle-handle-on-border-color);\n }\n }\n }\n\n /* ch5-toggle - rectangle shape checked/on */\n /// Class applied when shape='rectangle'\n &.ch5-toggle--rectangle {\n .ch5-toggle__handle {\n div {\n right: 0;\n }\n\n a {\n background-color: var(--ch5-toggle--rectangle-handle-on-background-color);\n }\n }\n }\n }\n\n /// Class applied when orientation='horizontal'\n &.ch5-toggle--horizontal {\n // Placeholder\n }\n\n /// Class applied when orientation='vertical'\n &.ch5-toggle--vertical {\n >div {\n padding: 50% 0;\n height: 0;\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n }\n }\n\n // 'rtl' support\n &.ch5-toggle--dir--rtl {\n .ch5-toggle__handle a {\n left: 50%;\n right: auto;\n }\n\n &.ch5-toggle--circle .ch5-toggle__handle div:first-of-type {\n padding-left: 0;\n padding-right: 1.75em;\n }\n\n &.ch5-toggle--circle .ch5-toggle__handle div:last-of-type {\n padding-right: 0;\n padding-left: 1.75em;\n }\n\n &.ch5-toggle--circle .ch5-toggle__handle a {\n right: auto;\n left: 100%;\n margin-left: -33%;\n }\n\n &.ch5-toggle--on {\n .ch5-toggle__handle a {\n left: 0;\n right: auto;\n }\n }\n\n &.ch5-toggle--on.ch5-toggle--circle {\n .ch5-toggle__handle a {\n left: 33%;\n }\n }\n }"
2487
+ },
2488
+ {
2489
+ "type": "class",
2490
+ "name": "ch5-toggle__label",
2491
+ "description": "Applied on label\n",
2492
+ "value": "display: inline-flex;\n vertical-align: middle;\n font-style: var(--ch5-toggle--label-font-style);\n font-size: var(--ch5-toggle--label-font-size);\n font-weight: var(--ch5-toggle--label-font-weight);\n color: var(--ch5-toggle--label-font-color);\n // margin: var(--ch5-toggle--label-margin);\n margin-top: var(--ch5-toggle--label-margin-top);\n margin-left: var(--ch5-toggle--label-margin-left);\n margin-bottom: var(--ch5-toggle--label-margin-bottom);\n margin-right: var(--ch5-toggle--label-margin-right);\n\n &[hidden] {\n display: none;\n }"
2493
+ },
2494
+ {
2495
+ "type": "class",
2496
+ "name": "ch5-toggle__on-label,\n",
2497
+ "description": "Applied for on label\n",
2498
+ "value": "margin: 0 2px 0 2px;"
2499
+ },
2500
+ {
2501
+ "type": "class",
2502
+ "name": "ch5-toggle__off-label",
2503
+ "description": "Applied for off label\n",
2504
+ "value": "margin: 0 2px 0 2px;"
2505
+ },
2506
+ {
2507
+ "type": "class",
2508
+ "name": "ch5-toggle__on-icon",
2509
+ "description": "Applied for icon-on\n",
2510
+ "value": "margin-top: var(--ch5-toggle--icon-on-margin-top);\n margin-bottom: var(--ch5-toggle--icon-on-margin-bottom);\n margin-left: var(--ch5-toggle--icon-on-margin-left);\n margin-right: var(--ch5-toggle--icon-on-margin-right);\n font-weight: var(--ch5-toggle--icon-on-font-weight);\n color: var(--ch5-toggle--icon-on-font-color);"
2511
+ },
2512
+ {
2513
+ "type": "class",
2514
+ "name": "ch5-toggle__off-icon",
2515
+ "description": "Applied for icon-off\n",
2516
+ "value": "margin-top: var(--ch5-toggle--icon-off-margin-top);\n margin-bottom: var(--ch5-toggle--icon-off-margin-bottom);\n margin-left: var(--ch5-toggle--icon-off-margin-left);\n margin-right: var(--ch5-toggle--icon-off-margin-right);\n font-weight: var(--ch5-toggle--icon-off-font-weight);\n color: var(--ch5-toggle--icon-off-font-color);"
2517
+ },
2518
+ {
2519
+ "type": "class",
2520
+ "name": "ch5-toggle__handle",
2521
+ "description": "Applied on the handle\n",
2522
+ "value": "position: relative;\n overflow: hidden;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n min-width: 80px;\n padding: 0;\n transition: all 0.4s ease-out;\n aspect-ratio: 3/1;\n\n /* ch5-toggle - on/off container */\n div {\n position: relative;\n z-index: 3;\n line-height: 2em;\n text-align: center;\n user-select: none;\n opacity: 0;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n\n &:first-of-type {\n opacity: 1;\n }\n }\n\n /* ch5-toggle - knob */\n a {\n position: absolute;\n right: 50%;\n top: 0;\n z-index: 2;\n display: block;\n width: 50%;\n height: 100%;\n padding: 0;\n transition: all 0.2s ease-out;\n }"
2523
+ },
2524
+ {
2525
+ "type": "class",
2526
+ "name": "ch5-toggle--on",
2527
+ "description": "Applied when value is true\n",
2528
+ "value": ".ch5-toggle__handle {\n a {\n right: 0%;\n }\n\n div:first-of-type {\n opacity: 0;\n }\n\n div:last-of-type {\n opacity: 1;\n }\n }\n\n /* ch5-toggle - circle shape checked/on */\n /// Class applied when shape='circle'\n &.ch5-toggle--circle {\n .ch5-toggle__handle {\n // box-shadow: inset 0 0 0 30px var(--ch5-toggle-handle-checked-color;\n background-color: var(--ch5-toggle--circle-handle-on-background-color);\n transition: background-color 0.3s linear;\n\n div:first-of-type {\n display: none;\n }\n\n div:last-of-type {\n display: flex;\n }\n\n a {\n left: 100%;\n margin-left: -33%;\n background-color: var(--ch5-toggle--circle-knob-background-color);\n border-color: var(--ch5-toggle--circle-handle-on-border-color);\n }\n }\n }\n\n /* ch5-toggle - rectangle shape checked/on */\n /// Class applied when shape='rectangle'\n &.ch5-toggle--rectangle {\n .ch5-toggle__handle {\n div {\n right: 0;\n }\n\n a {\n background-color: var(--ch5-toggle--rectangle-handle-on-background-color);\n }\n }\n }"
2529
+ },
2530
+ {
2531
+ "type": "class",
2532
+ "name": "ch5-toggle--circle",
2533
+ "description": "Class applied when shape='circle'\n",
2534
+ "value": ".ch5-toggle__handle {\n // box-shadow: inset 0 0 0 30px var(--ch5-toggle-handle-checked-color;\n background-color: var(--ch5-toggle--circle-handle-on-background-color);\n transition: background-color 0.3s linear;\n\n div:first-of-type {\n display: none;\n }\n\n div:last-of-type {\n display: flex;\n }\n\n a {\n left: 100%;\n margin-left: -33%;\n background-color: var(--ch5-toggle--circle-knob-background-color);\n border-color: var(--ch5-toggle--circle-handle-on-border-color);\n }\n }"
2535
+ },
2536
+ {
2537
+ "type": "class",
2538
+ "name": "ch5-toggle--rectangle",
2539
+ "description": "Class applied when shape='rectangle'\n",
2540
+ "value": ".ch5-toggle__handle {\n div {\n right: 0;\n }\n\n a {\n background-color: var(--ch5-toggle--rectangle-handle-on-background-color);\n }\n }"
2541
+ },
2542
+ {
2543
+ "type": "class",
2544
+ "name": "ch5-toggle--horizontal",
2545
+ "description": "Class applied when orientation='horizontal'\n",
2546
+ "value": "// Placeholder"
2547
+ },
2548
+ {
2549
+ "type": "class",
2550
+ "name": "ch5-toggle--vertical",
2551
+ "description": "Class applied when orientation='vertical'\n",
2552
+ "value": ">div {\n padding: 50% 0;\n height: 0;\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n }"
2553
+ },
2554
+ {
2555
+ "type": "class",
2556
+ "name": "ch5-toggle--disabled",
2557
+ "description": "Applied when toggle is disabled\n",
2558
+ "value": "@include ch5-component-disabled();"
2559
+ },
2560
+ {
2561
+ "type": "class",
2562
+ "name": "ch5-toggle__handle--size-regular",
2563
+ "description": "Applied when size='regular'\n",
2564
+ "value": "width: var(--ch5-toggle--handle-size-regular);\n\n .ch5-toggle__off-label,\n .ch5-toggle__on-label {\n display: table-cell;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .ch5-toggle__on-label {\n font-size: var(--ch5-toggle--on-label-regular-font-size);\n }\n\n .ch5-toggle__off-label {\n font-size: var(--ch5-toggle--off-label-regular-font-size);\n }\n\n .ch5-toggle__on-icon{\n font-size: var(--ch5-toggle--on-regular-icon-size);\n }\n\n .ch5-toggle__off-icon{\n font-size: var(--ch5-toggle--off-regular-icon-size);\n }"
2565
+ },
2566
+ {
2567
+ "type": "class",
2568
+ "name": "ch5-toggle__handle--size-x-small",
2569
+ "description": "Applied when size='x-small'\n",
2570
+ "value": "min-width: 80px;\n width: var(--ch5-toggle--handle-size-x-small);\n\n /* height: 16.66px; */\n .ch5-toggle__off-label,\n .ch5-toggle__on-label { \n display: table-cell;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .ch5-toggle__on-label {\n font-size: var(--ch5-toggle--on-label-x-small-font-size);\n }\n\n .ch5-toggle__off-label {\n font-size: var(--ch5-toggle--off-label-x-small-font-size);\n }\n\n .ch5-toggle__on-icon{\n font-size: var(--ch5-toggle--on-x-small-icon-size);\n }\n\n .ch5-toggle__off-icon{\n font-size: var(--ch5-toggle--off-x-small-icon-size);\n }"
2571
+ },
2572
+ {
2573
+ "type": "class",
2574
+ "name": "ch5-toggle__handle--size-small",
2575
+ "description": "Applied when size='small'\n",
2576
+ "value": "width: var(--ch5-toggle--handle-size-small);\n\n /* height: 25px; */\n .ch5-toggle__off-label,\n .ch5-toggle__on-label {\n display: table-cell;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .ch5-toggle__on-label {\n font-size: var(--ch5-toggle--on-label-small-font-size);\n }\n\n .ch5-toggle__off-label {\n font-size: var(--ch5-toggle--off-label-small-font-size);\n }\n\n .ch5-toggle__on-icon{\n font-size: var(--ch5-toggle--on-small-icon-size);\n }\n\n .ch5-toggle__off-icon{\n font-size: var(--ch5-toggle--off-small-icon-size);\n }"
2577
+ },
2578
+ {
2579
+ "type": "class",
2580
+ "name": "ch5-toggle__handle--size-large",
2581
+ "description": "Applied when size='large'\n",
2582
+ "value": "width: var(--ch5-toggle--handle-size-large);\n\n /* height: 41.66px; */\n .ch5-toggle__off-label,\n .ch5-toggle__on-label {\n display: table-cell;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .ch5-toggle__on-label {\n font-size: var(--ch5-toggle--on-label-large-font-size);\n }\n\n .ch5-toggle__off-label {\n font-size: var(--ch5-toggle--off-label-large-font-size);\n }\n\n .ch5-toggle__on-icon{\n font-size: var(--ch5-toggle--on-large-icon-size);\n }\n\n .ch5-toggle__off-icon{\n font-size: var(--ch5-toggle--off-large-icon-size);\n }"
2583
+ },
2584
+ {
2585
+ "type": "class",
2586
+ "name": "ch5-toggle__handle--size-x-large",
2587
+ "description": "Applied when size='x-large'\n",
2588
+ "value": "width: var(--ch5-toggle--handle-size-x-large);\n\n /* height: 50px; */\n .ch5-toggle__off-label,\n .ch5-toggle__on-label {\n display: table-cell;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .ch5-toggle__on-label {\n font-size: var(--ch5-toggle--on-label-x-large-font-size);\n }\n\n .ch5-toggle__off-label {\n font-size: var(--ch5-toggle--off-label-x-large-font-size);\n }\n\n .ch5-toggle__on-icon{\n font-size: var(--ch5-toggle--on-x-large-icon-size);\n }\n\n .ch5-toggle__off-icon{\n font-size: var(--ch5-toggle--off-x-large-icon-size);\n }"
2589
+ }
2590
+ ]
2591
+ }
2592
+ ]
2593
+ },
2594
+ {
2595
+ "group": "ch5-triggerview",
2596
+ "schemadata": [
2597
+ {
2598
+ "type": "class",
2599
+ "metadata": [
2600
+ {
2601
+ "type": "class",
2602
+ "name": "ch5-triggerview",
2603
+ "description": "The class added on the component\n",
2604
+ "value": "font-size: var(--ch5-triggerview--font-size);\n font-style: var(--ch5-triggerview--font-style);\n font-weight: var(--ch5-triggerview--font-weight);\n .swiper-container,\n .swiper {\n width: 100%;\n height: 100%;\n }\n .swiper-wrapper {\n position: relative;\n z-index: 1;\n display: inline-flex;\n -webkit-transition-property: -webkit-transform;\n transition-property: -webkit-transform;\n -o-transition-property: transform;\n transition-property: transform;\n transition-property: transform, -webkit-transform;\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n transition-timing-function: ease-out;\n }\n .slider-full-width-page {\n width: 100%;\n }"
2605
+ },
2606
+ {
2607
+ "type": "class",
2608
+ "name": "ch5-viewchild",
2609
+ "description": "The class added on the triggeview child component\n",
2610
+ "value": "box-sizing: border-box;"
2611
+ }
2612
+ ]
2613
+ }
2614
+ ]
2615
+ },
2616
+ {
2617
+ "group": "ch5-video",
2618
+ "schemadata": [
2619
+ {
2620
+ "type": "class",
2621
+ "metadata": [
2622
+ {
2623
+ "type": "class",
2624
+ "name": "ch5-video--aspect-ratio-16-9",
2625
+ "description": "Aspect Ratio 16:9\n",
2626
+ "value": "aspect-ratio: 16/9;"
2627
+ },
2628
+ {
2629
+ "type": "class",
2630
+ "name": "ch5-video--aspect-ratio-4-3",
2631
+ "description": "Aspect Ratio 4:3\n",
2632
+ "value": "aspect-ratio: 4/3;"
2633
+ },
2634
+ {
2635
+ "type": "class",
2636
+ "name": "ch5-video--size-xx-large",
2637
+ "description": "size=xx-large\n",
2638
+ "value": "width: var(--ch5-video--size-xx-large-min-w-651);"
2639
+ },
2640
+ {
2641
+ "type": "class",
2642
+ "name": "ch5-video--size-x-large",
2643
+ "description": "size=x-large\n",
2644
+ "value": "width: var(--ch5-video--size-x-large-min-w-651);"
2645
+ },
2646
+ {
2647
+ "type": "class",
2648
+ "name": "ch5-video--size-large",
2649
+ "description": "size=large\n",
2650
+ "value": "width: var(--ch5-video--size-large-min-w-651);"
2651
+ },
2652
+ {
2653
+ "type": "class",
2654
+ "name": "ch5-video--size-regular",
2655
+ "description": "size=regular\n",
2656
+ "value": "width: var(--ch5-video--size-regular-min-w-651);"
2657
+ },
2658
+ {
2659
+ "type": "class",
2660
+ "name": "ch5-video--size-small",
2661
+ "description": "size=small\n",
2662
+ "value": "width: var(--ch5-video--size-small-min-w-651);"
2663
+ },
2664
+ {
2665
+ "type": "class",
2666
+ "name": "ch5-video--size-x-small",
2667
+ "description": "size=x-small\n",
2668
+ "value": "width: var(--ch5-video--size-x-small-min-w-651);"
2669
+ },
2670
+ {
2671
+ "type": "class",
2672
+ "name": "ch5-video--stretch-true",
2673
+ "description": "stretch true\n",
2674
+ "value": "width: 100%;\n height: 100%;"
2675
+ },
2676
+ {
2677
+ "type": "class",
2678
+ "name": "ch5-video",
2679
+ "description": "Main class\n",
2680
+ "value": "display: inline-block;\n position: relative;\n overflow: hidden;\n background: var(--ch5-video--background-color);\n\n img {\n height: 100%;\n width: 100%;\n }\n\n img.hide {\n display: none;\n }\n\n .full-screen-icon {\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n right: 5px;\n top: 5px;\n padding: 2px;\n opacity: 1;\n border-radius: 100%;\n background-color: var(--ch5-video--full-screen-icon-background-color);\n transition: opacity 0.2s ease-in;\n\n &.hide {\n opacity: 0 !important;\n pointer-events: none !important;\n }\n\n .svgIconStyle {\n padding: 2px;\n width: var(--ch5-video--full-screen-icon-size);\n height: var(--ch5-video--full-screen-icon-size);\n fill: var(--ch5-video--full-screen-icon-fill-color);\n }\n\n &:hover {\n text-decoration: none;\n }\n }"
2681
+ },
2682
+ {
2683
+ "type": "class",
2684
+ "name": "ch5-video--disabled",
2685
+ "description": "Video disabled class\n",
2686
+ "value": "@include ch5-component-disabled();"
2687
+ }
2688
+ ]
2689
+ }
2690
+ ]
2691
+ },
2692
+ {
2693
+ "group": "ch5-video-switcher",
2694
+ "schemadata": [
2695
+ {
2696
+ "type": "class",
2697
+ "metadata": [
2698
+ {
2699
+ "type": "class",
2700
+ "name": "ch5-video-switcher",
2701
+ "description": "Class to set the container properties of ch5-video-switcher\n",
2702
+ "value": "width: var(--ch5-video-switcher--width);\n min-width: 240px;\n min-height: 200px;\n aspect-ratio: 9/6;\n\n display: flex;\n overflow: hidden;\n gap: var(--ch5-video-switcher--scrollbar-width);\n background-color: var(--ch5-video-switcher--background-color);\n scrollbar-width: none; // needed to hide the firefox scrollbar\n position: relative;\n border-radius: var(--ch5-video-switcher--border-radius);\n border-width: var(--ch5-video-switcher--border-width);\n border-style: var(--ch5-video-switcher--border-style);\n border-color: var(--ch5-video-switcher--border-color);\n\n &.ch5-video-switcher::-webkit-scrollbar {\n height: 0;\n width: 0;\n }\n\n // This is for source-list only\n .scrollbar-container {\n position: absolute;\n background-color: var(--ch5-video-switcher--scrollbar-track-color);\n border-radius: var(--ch5-video-switcher--scrollbar-border-radius);\n\n .scrollbar {\n position: absolute;\n will-change: width, transform;\n border-radius: var(--ch5-video-switcher--scrollbar-border-radius);\n background: var(--ch5-video-switcher--scrollbar-thumb-color);\n }\n }"
2703
+ },
2704
+ {
2705
+ "type": "class",
2706
+ "name": "ch5-video-switcher--disabled",
2707
+ "description": "Applied when the video switcher is disabled\n",
2708
+ "value": "@include ch5-component-disabled();"
2709
+ },
2710
+ {
2711
+ "type": "class",
2712
+ "name": "ch5-video-switcher--screen-list-display-screen-label-true",
2713
+ "description": "Applied when display screen label is set to true",
2714
+ "value": ".ch5-video-switcher--screen-list-label {\n display: block;\n }"
2715
+ },
2716
+ {
2717
+ "type": "class",
2718
+ "name": "ch5-video-switcher--screen-list-display-screen-label-false",
2719
+ "description": "Applied when display screen label is set to false",
2720
+ "value": ".ch5-video-switcher--screen-list-label {\n display: none;\n }"
2721
+ },
2722
+ {
2723
+ "type": "class",
2724
+ "name": "ch5-video-switcher--screen-list",
2725
+ "description": "Applied to the list of screens",
2726
+ "value": "display: grid;\n grid-gap: 2px; // Do not allow access as a variable\n overflow: hidden;\n align-items: center;\n justify-content: center;\n\n .screen-container {\n border-radius: var(--ch5-video-switcher--screen-container-border-radius);\n border-width: var(--ch5-video-switcher--screen-container-border-width);\n border-style: var(--ch5-video-switcher--screen-container-border-style);\n border-color: var(--ch5-video-switcher--screen-container-border-color);\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: flex-start;\n background-color: var(--ch5-video-switcher--screen-container-background-color);\n position: relative;\n padding: var(--ch5-video-switcher--screen-item-padding);\n overflow: hidden;\n\n .source-onscreen {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n width: 100% !important; // TODO - remove important after fixing in crcomlib\n height: 100% !important; // Checking for above\n\n .source-icon-url {\n background-repeat: no-repeat;\n background-size: contain;\n background-position: center;\n }\n\n .source-icon {\n font-size: calc(1em - var(--ch5-video-switcher--screen-item-padding));\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--ch5-video-switcher--source-list-icon-color);\n\n &.sg {\n background-position: 50%;\n background-repeat: no-repeat;\n background-size: contain;\n width: inherit;\n height: 30%;\n border: none;\n }\n }\n\n .ch5-video-switcher--source-list-label {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n text-align: center;\n font-size: calc(0.2em + 10px);\n font-weight: var(--ch5-video-switcher--source-list-label-weight);\n font-style: var(--ch5-video-switcher--source-list-label-style);\n color: var(--ch5-video-switcher--source-list-label-color);\n letter-spacing: var(--ch5-video-switcher--source-list-label-letter-spacing);\n padding: 0 5px;\n }\n }\n\n &.hideScreen {\n display: none;\n }\n }\n\n .ch5-video-switcher--screen-list-label:empty {\n display: none;\n }\n\n .ch5-video-switcher--screen-list-label {\n color: var(--ch5-video-switcher--screen-list-label-color);\n font-style: var(--ch5-video-switcher--screen-list-label-style);\n font-weight: var(--ch5-video-switcher--screen-list-label-weight);\n font-size: var(--ch5-video-switcher--screen-list-label-size);\n letter-spacing: var( --ch5-video-switcher--screen-list-label-letter-spacing);\n width: 100%;\n text-align: center;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n line-height: 1;\n min-height: var(--ch5-video-switcher--screen-list-label-size);\n user-select: none;\n }\n\n &-label {\n &-right {\n .ch5-video-switcher--screen-list-label {\n text-align: right;\n }\n }\n\n &-left {\n .ch5-video-switcher--screen-list-label {\n text-align: left;\n }\n }\n\n &-center {\n .ch5-video-switcher--screen-list-label {\n text-align: center;\n }\n }\n }"
2727
+ },
2728
+ {
2729
+ "type": "class",
2730
+ "name": "ch5-video-switcher--screen-aspect-ratio-stretch",
2731
+ "description": "Applied when screen aspect ratio is stretch\n",
2732
+ "value": ".screen-container {\n width: 100% !important;\n height: 100% !important;\n }"
2733
+ },
2734
+ {
2735
+ "type": "class",
2736
+ "name": "ch5-video-switcher--screen-aspect-ratio-16-9",
2737
+ "description": "Applied when screen aspect ratio is 16:9\n",
2738
+ "value": ".screen-container {\n aspect-ratio: 16/9;\n }"
2739
+ },
2740
+ {
2741
+ "type": "class",
2742
+ "name": "ch5-video-switcher--screen-aspect-ratio-4-3",
2743
+ "description": "Applied when screen aspect ratio is 4:3\n",
2744
+ "value": ".screen-container {\n aspect-ratio: 4/3;\n }"
2745
+ },
2746
+ {
2747
+ "type": "class",
2748
+ "name": "ch5-video-switcher--source-list",
2749
+ "description": "Applied to the list of sources",
2750
+ "value": "--number-of-source-list-divisions: 1;\n gap: calc(var(--ch5-video-switcher--source-list-gap) / var(--number-of-source-list-divisions));\n padding: 5px; // Do Not create variable\n\n display: grid;\n place-items: center;\n overflow: scroll;\n position: relative;\n scrollbar-width: none;\n user-select: none;\n white-space: nowrap;\n will-change: transform;\n\n &.ch5-video-switcher-source-list::-webkit-scrollbar {\n height: 0;\n width: 0;\n }\n\n &.active {\n cursor: -webkit-grabbing;\n }\n\n .source-container {\n // aspect-ratio: 1/1;\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n overflow: hidden;\n padding: var(--ch5-video-switcher--source-item-padding);\n // font-size: calc(var(--ch5-video-switcher--source-icon-size) - var(--ch5-video-switcher--source-item-padding));\n // font-size: calc(var(--ch5-video-switcher--width) / calc(10 * var(--number-of-source-list-divisions))); //calc(calc(calc(var(--ch5-video-switcher--source-icon-size) - var(--ch5-video-switcher--source-item-padding))) * 0.5);\n font-size: calc(max(240px, var(--ch5-video-switcher--width)) / 10);\n\n .source-icon-url {\n background-repeat: no-repeat;\n background-size: contain;\n background-position: center;\n height: calc(1.5 * var(--number-of-source-list-divisions));\n width: calc(1.5 * var(--number-of-source-list-divisions));\n }\n\n .source-icon {\n font-size: calc(1em / var(--number-of-source-list-divisions));\n aspect-ratio: 1/1;\n display: flex;\n align-items: center;\n justify-content: center;\n flex: 1;\n color: var(--ch5-video-switcher--source-list-icon-color); //TODo - check source list vs source icon\n\n &.sg {\n background-position: 50%;\n background-repeat: no-repeat;\n background-size: contain;\n width: 100%;\n border: none;\n }\n }\n\n .ch5-video-switcher--source-list-label {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n text-align: center;\n width: 100%;\n font-size: calc(calc(0.27em / var(--number-of-source-list-divisions)) + calc(4px / var(--number-of-source-list-divisions)));\n line-height: 1;\n font-weight: var(--ch5-video-switcher--source-list-label-weight);\n font-style: var(--ch5-video-switcher--source-list-label-style);\n color: var(--ch5-video-switcher--source-list-label-color);\n flex: 0 0 calc(22px / var(--number-of-source-list-divisions));\n letter-spacing: var(--ch5-video-switcher--source-list-label-letter-spacing);\n }\n\n .ch5-video-switcher--source-list-label:empty {\n display: none;\n }\n }"
2751
+ },
2752
+ {
2753
+ "type": "class",
2754
+ "name": "ch5-video-switcher--source-list-scrollbar-true",
2755
+ "description": "Applied when scrollbar is set to true",
2756
+ "value": ".scrollbar-container {\n display: block;\n }"
2757
+ },
2758
+ {
2759
+ "type": "class",
2760
+ "name": "ch5-video-switcher--source-list-scrollbar-false",
2761
+ "description": "Applied when scrollbar is set to false",
2762
+ "value": ".scrollbar-container {\n display: none;\n }"
2763
+ },
2764
+ {
2765
+ "type": "class",
2766
+ "name": "ch5-video-switcher--source-list-position-top",
2767
+ "description": "Applied when sourceListPosition='top'\n",
2768
+ "value": "flex-direction: column;\n overflow-y: hidden;\n\n &.ch5-video-switcher--source-list-scrollbar-true {\n .scrollbar-container {\n top: calc($ch5-video-switcher--source-size - 3px);\n }\n }"
2769
+ },
2770
+ {
2771
+ "type": "class",
2772
+ "name": "ch5-video-switcher--source-list-position-bottom",
2773
+ "description": "Applied when sourceListPosition='bottom'\n",
2774
+ "value": "flex-direction: column-reverse;\n overflow-y: hidden;\n\n &.ch5-video-switcher--source-list-scrollbar-true {\n .scrollbar-container {\n bottom: 0;\n }\n }"
2775
+ },
2776
+ {
2777
+ "type": "class",
2778
+ "name": "ch5-video-switcher--source-list-position-left",
2779
+ "description": "Applied when sourceListPosition='left'\n",
2780
+ "value": "flex-direction: row;\n overflow-x: hidden;\n\n &.ch5-video-switcher--source-list-scrollbar-true {\n .scrollbar-container {\n left: $ch5-video-switcher--source-size; // calc($ch5-video-switcher--source-size - var(--ch5-video-switcher--scrollbar-width));\n }\n }"
2781
+ },
2782
+ {
2783
+ "type": "class",
2784
+ "name": "ch5-video-switcher--source-list-position-right",
2785
+ "description": "Applied when sourceListPosition='right'\n",
2786
+ "value": "flex-direction: row-reverse;\n overflow-x: hidden;\n\n &.ch5-video-switcher--source-list-scrollbar-true {\n .scrollbar-container {\n right: 0;\n }\n }"
2787
+ }
2788
+ ]
2789
+ }
2790
+ ]
2791
+ },
2792
+ {
2793
+ "group": "ch5-wifi-signal-level-gauge",
2794
+ "schemadata": [
2795
+ {
2796
+ "type": "class",
2797
+ "metadata": [
2798
+ {
2799
+ "type": "class",
2800
+ "name": "ch5-wifi-signal-level-gauge--selected-false",
2801
+ "description": "class for deselected bar color\n",
2802
+ "value": "$trans: 0.3s linear;\n @if $alignmentValue == left {\n border-left-color: currentColor;\n } @else if $alignmentValue == right {\n border-right-color: currentColor;\n } @else if $alignmentValue == up {\n border-top-color: currentColor;\n } @else if $alignmentValue == down {\n border-bottom-color: currentColor;\n }\n transition: currentColor $trans;"
2803
+ },
2804
+ {
2805
+ "type": "class",
2806
+ "name": "ch5-wifi-signal-level-gauge--selected-true",
2807
+ "description": "class for selected bar color\n",
2808
+ "value": "$trans: 0.3s linear;\n @if $alignmentValue == left {\n border-left-color: currentColor;\n } @else if $alignmentValue == right {\n border-right-color: currentColor;\n } @else if $alignmentValue == up {\n border-top-color: currentColor;\n } @else if $alignmentValue == down {\n border-bottom-color: currentColor;\n }\n transition: currentColor $trans;"
2809
+ },
2810
+ {
2811
+ "type": "class",
2812
+ "name": "ch5-wifi-signal-level-gauge",
2813
+ "description": "Main class\n",
2814
+ "value": "position: relative;\n display: inline-block;\n\n .ch5-wifi-signal-level-gauge-middle-signal,\n .ch5-wifi-signal-level-gauge-bottom-signal,\n .ch5-wifi-signal-level-gauge-top-signal {\n border-color: transparent;\n border-style: solid;\n content: \"\";\n box-sizing: border-box;\n background-color: transparent;\n position: absolute;\n }"
2815
+ },
2816
+ {
2817
+ "type": "class",
2818
+ "name": "ch5-wifi-signal-level-gauge--disabled",
2819
+ "description": "Disabled Class\n",
2820
+ "value": "@include ch5-component-disabled();"
2821
+ },
2822
+ {
2823
+ "type": "class",
2824
+ "name": "ch5-wifi-signal-level-gauge--gauge-style-light",
2825
+ "description": "Applied when gaugeStyle='light'\n",
2826
+ "value": "// Placeholder"
2827
+ },
2828
+ {
2829
+ "type": "class",
2830
+ "name": "ch5-wifi-signal-level-gauge--gauge-style-accents",
2831
+ "description": "Applied when gaugeStyle='accents'\n",
2832
+ "value": "// Placeholder"
2833
+ },
2834
+ {
2835
+ "type": "class",
2836
+ "name": "ch5-wifi-signal-level-gauge--gauge-style-dark",
2837
+ "description": "Applied when gaugeStyle='dark'\n",
2838
+ "value": "// Placeholder"
2839
+ },
2840
+ {
2841
+ "type": "class",
2842
+ "name": "ch5-wifi-signal-level-gauge--alignment-up",
2843
+ "description": "Applied when alignment='up'\n",
2844
+ "value": "// Placeholder"
2845
+ },
2846
+ {
2847
+ "type": "class",
2848
+ "name": "ch5-wifi-signal-level-gauge--alignment-down",
2849
+ "description": "Applied when alignment='down'\n",
2850
+ "value": "// Placeholder"
2851
+ },
2852
+ {
2853
+ "type": "class",
2854
+ "name": "ch5-wifi-signal-level-gauge--alignment-left",
2855
+ "description": "Applied when alignment='left'\n",
2856
+ "value": "// Placeholder"
2857
+ },
2858
+ {
2859
+ "type": "class",
2860
+ "name": "ch5-wifi-signal-level-gauge--alignment-right",
2861
+ "description": "Applied when alignment='right'\n",
2862
+ "value": "// Placeholder"
2863
+ },
2864
+ {
2865
+ "type": "class",
2866
+ "name": "ch5-wifi-signal-level-gauge--size-regular",
2867
+ "description": "Applied when size='regular'\n",
2868
+ "value": "// Placeholder"
2869
+ },
2870
+ {
2871
+ "type": "class",
2872
+ "name": "ch5-wifi-signal-level-gauge--size-small",
2873
+ "description": "Applied when size='small'\n",
2874
+ "value": "// Placeholder"
2875
+ },
2876
+ {
2877
+ "type": "class",
2878
+ "name": "ch5-wifi-signal-level-gauge--size-large",
2879
+ "description": "Applied when size='large'\n",
2880
+ "value": "// Placeholder"
2881
+ },
2882
+ {
2883
+ "type": "class",
2884
+ "name": "ch5-wifi-signal-level-gauge--size-x-large",
2885
+ "description": "Applied when size='x-large'\n",
2886
+ "value": "// Placeholder"
2887
+ }
2888
+ ]
2889
+ }
2890
+ ]
2891
+ }
2892
+ ]