@3t-transform/threeteeui 1.5.1 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/{tttx-button_1_5_1.cjs.entry.js → tttx-button_1_5_3.cjs.entry.js} +2 -2
  3. package/dist/cjs/{tttx-checkbox-group-caption_1_5_1.cjs.entry.js → tttx-checkbox-group-caption_1_5_3.cjs.entry.js} +1 -1
  4. package/dist/cjs/{tttx-checkbox-group-heading_1_5_1.cjs.entry.js → tttx-checkbox-group-heading_1_5_3.cjs.entry.js} +1 -1
  5. package/dist/cjs/{tttx-checkbox-group_1_5_1.cjs.entry.js → tttx-checkbox-group_1_5_3.cjs.entry.js} +1 -1
  6. package/dist/cjs/{tttx-checkbox_1_5_1.cjs.entry.js → tttx-checkbox_1_5_3.cjs.entry.js} +2 -2
  7. package/dist/cjs/{tttx-data-pattern_1_5_1.cjs.entry.js → tttx-data-pattern_1_5_3.cjs.entry.js} +2 -2
  8. package/dist/cjs/tttx-datacard_1_5_3.cjs.entry.js +35 -0
  9. package/dist/cjs/{tttx-dialog-box_1_5_1.cjs.entry.js → tttx-dialog-box_1_5_3.cjs.entry.js} +3 -3
  10. package/dist/cjs/{tttx-dialog_1_5_1.cjs.entry.js → tttx-dialog_1_5_3.cjs.entry.js} +2 -2
  11. package/dist/cjs/{tttx-expander_1_5_1.cjs.entry.js → tttx-expander_1_5_3.cjs.entry.js} +2 -2
  12. package/dist/cjs/{tttx-filter_1_5_1_4.cjs.entry.js → tttx-filter_1_5_3_4.cjs.entry.js} +9 -9
  13. package/dist/cjs/{tttx-form_1_5_1.cjs.entry.js → tttx-form_1_5_3.cjs.entry.js} +2 -2
  14. package/dist/cjs/{tttx-icon_1_5_1.cjs.entry.js → tttx-icon_1_5_3.cjs.entry.js} +1 -1
  15. package/dist/cjs/{tttx-keyvalue-block_1_5_1.cjs.entry.js → tttx-keyvalue-block_1_5_3.cjs.entry.js} +1 -1
  16. package/dist/cjs/{tttx-loading-spinner_1_5_1.cjs.entry.js → tttx-loading-spinner_1_5_3.cjs.entry.js} +1 -1
  17. package/dist/cjs/{tttx-multiselect-box_1_5_1.cjs.entry.js → tttx-multiselect-box_1_5_3.cjs.entry.js} +7 -6
  18. package/dist/cjs/{tttx-percentage-bar_1_5_1.cjs.entry.js → tttx-percentage-bar_1_5_3.cjs.entry.js} +2 -2
  19. package/dist/cjs/{tttx-qrcode_1_5_1.cjs.entry.js → tttx-qrcode_1_5_3.cjs.entry.js} +1 -1
  20. package/dist/cjs/{tttx-select-box_1_5_1.cjs.entry.js → tttx-select-box_1_5_3.cjs.entry.js} +16 -6
  21. package/dist/cjs/tttx-standalone-input_1_5_3.cjs.entry.js +94 -0
  22. package/dist/cjs/{tttx-tabs_1_5_1.cjs.entry.js → tttx-tabs_1_5_3.cjs.entry.js} +4 -4
  23. package/dist/cjs/{tttx-tag_1_5_1.cjs.entry.js → tttx-tag_1_5_3.cjs.entry.js} +1 -1
  24. package/dist/cjs/{tttx-textarea_1_5_1.cjs.entry.js → tttx-textarea_1_5_3.cjs.entry.js} +2 -2
  25. package/dist/cjs/{tttx-tree-view_1_5_1.cjs.entry.js → tttx-tree-view_1_5_3.cjs.entry.js} +3 -3
  26. package/dist/cjs/tttx.cjs.js +1 -1
  27. package/dist/collection/collection-manifest.json +1 -0
  28. package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
  29. package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
  30. package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
  31. package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
  32. package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.css +87 -0
  33. package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.js +125 -0
  34. package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +52 -0
  35. package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +1 -1
  36. package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +1 -1
  37. package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +1 -1
  38. package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +6 -6
  39. package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +1 -1
  40. package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +1 -1
  41. package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.js +1 -1
  42. package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.stories.js +5 -5
  43. package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.js +1 -1
  44. package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.stories.js +1 -1
  45. package/dist/collection/components/atoms/tttx-tag/tttx-tag.js +1 -1
  46. package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
  47. package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption.js +1 -1
  48. package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading.js +1 -1
  49. package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.js +1 -1
  50. package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.stories.js +10 -10
  51. package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
  52. package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
  53. package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
  54. package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
  55. package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
  56. package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
  57. package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
  58. package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
  59. package/dist/collection/components/molecules/tttx-form/tttx-form.js +2 -2
  60. package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +5 -5
  61. package/dist/collection/components/molecules/tttx-list/tttx-list.js +7 -7
  62. package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +46 -46
  63. package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +7 -6
  64. package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +33 -33
  65. package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +47 -6
  66. package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +46 -16
  67. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
  68. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
  69. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
  70. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
  71. package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
  72. package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
  73. package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
  74. package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
  75. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
  76. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
  77. package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
  78. package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
  79. package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +2 -2
  80. package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
  81. package/dist/components/index.d.ts +27 -26
  82. package/dist/components/index.js +27 -26
  83. package/dist/components/tttx-button.js +5 -5
  84. package/dist/components/{tttx-button_1_5_1.d.ts → tttx-button_1_5_3.d.ts} +4 -4
  85. package/dist/components/{tttx-button_1_5_1.js → tttx-button_1_5_3.js} +2 -2
  86. package/dist/components/tttx-checkbox-group-caption_1_5_3.d.ts +11 -0
  87. package/dist/components/{tttx-checkbox-group-caption_1_5_1.js → tttx-checkbox-group-caption_1_5_3.js} +5 -5
  88. package/dist/components/tttx-checkbox-group-heading_1_5_3.d.ts +11 -0
  89. package/dist/components/{tttx-checkbox-group-heading_1_5_1.js → tttx-checkbox-group-heading_1_5_3.js} +5 -5
  90. package/dist/components/tttx-checkbox-group_1_5_3.d.ts +11 -0
  91. package/dist/components/{tttx-checkbox-group_1_5_1.js → tttx-checkbox-group_1_5_3.js} +5 -5
  92. package/dist/components/{tttx-expander_1_5_1.d.ts → tttx-checkbox_1_5_3.d.ts} +4 -4
  93. package/dist/components/{tttx-checkbox_1_5_1.js → tttx-checkbox_1_5_3.js} +7 -7
  94. package/dist/components/tttx-data-pattern_1_5_3.d.ts +11 -0
  95. package/dist/components/{tttx-data-pattern_1_5_1.js → tttx-data-pattern_1_5_3.js} +13 -13
  96. package/dist/components/{tttx-checkbox_1_5_1.d.ts → tttx-datacard_1_5_3.d.ts} +4 -4
  97. package/dist/components/tttx-datacard_1_5_3.js +61 -0
  98. package/dist/components/{tttx-dialog-box_1_5_1.d.ts → tttx-dialog-box_1_5_3.d.ts} +4 -4
  99. package/dist/components/{tttx-dialog-box_1_5_1.js → tttx-dialog-box_1_5_3.js} +9 -9
  100. package/dist/components/{tttx-filter_1_5_1.d.ts → tttx-dialog_1_5_3.d.ts} +4 -4
  101. package/dist/components/{tttx-dialog_1_5_1.js → tttx-dialog_1_5_3.js} +8 -8
  102. package/dist/components/tttx-expander_1_5_3.d.ts +11 -0
  103. package/dist/components/{tttx-expander_1_5_1.js → tttx-expander_1_5_3.js} +7 -7
  104. package/dist/components/tttx-filter.js +6 -6
  105. package/dist/components/{tttx-qrcode_1_5_1.d.ts → tttx-filter_1_5_3.d.ts} +4 -4
  106. package/dist/components/{tttx-filter_1_5_1.js → tttx-filter_1_5_3.js} +2 -2
  107. package/dist/components/{tttx-icon_1_5_1.d.ts → tttx-form_1_5_3.d.ts} +4 -4
  108. package/dist/components/{tttx-form_1_5_1.js → tttx-form_1_5_3.js} +9 -9
  109. package/dist/components/tttx-icon.js +3 -3
  110. package/dist/components/{tttx-list_1_5_1.d.ts → tttx-icon_1_5_3.d.ts} +4 -4
  111. package/dist/components/{tttx-icon_1_5_1.js → tttx-icon_1_5_3.js} +2 -2
  112. package/dist/components/tttx-keyvalue-block_1_5_3.d.ts +11 -0
  113. package/dist/components/{tttx-keyvalue-block_1_5_1.js → tttx-keyvalue-block_1_5_3.js} +5 -5
  114. package/dist/components/tttx-list.js +6 -6
  115. package/dist/components/{tttx-form_1_5_1.d.ts → tttx-list_1_5_3.d.ts} +4 -4
  116. package/dist/components/{tttx-list_1_5_1.js → tttx-list_1_5_3.js} +2 -2
  117. package/dist/components/tttx-loading-spinner_1_5_3.d.ts +11 -0
  118. package/dist/components/{tttx-loading-spinner_1_5_1.js → tttx-loading-spinner_1_5_3.js} +5 -5
  119. package/dist/components/tttx-multiselect-box_1_5_3.d.ts +11 -0
  120. package/dist/components/{tttx-multiselect-box_1_5_1.js → tttx-multiselect-box_1_5_3.js} +14 -13
  121. package/dist/components/tttx-percentage-bar_1_5_3.d.ts +11 -0
  122. package/dist/components/{tttx-percentage-bar_1_5_1.js → tttx-percentage-bar_1_5_3.js} +6 -6
  123. package/dist/components/{tttx-dialog_1_5_1.d.ts → tttx-qrcode_1_5_3.d.ts} +4 -4
  124. package/dist/components/{tttx-qrcode_1_5_1.js → tttx-qrcode_1_5_3.js} +5 -5
  125. package/dist/components/tttx-select-box.js +21 -10
  126. package/dist/components/tttx-select-box_1_5_3.d.ts +11 -0
  127. package/dist/components/{tttx-select-box_1_5_1.js → tttx-select-box_1_5_3.js} +2 -2
  128. package/dist/components/tttx-sorter.js +5 -5
  129. package/dist/components/tttx-sorter_1_5_3.d.ts +11 -0
  130. package/dist/components/{tttx-sorter_1_5_1.js → tttx-sorter_1_5_3.js} +2 -2
  131. package/dist/components/tttx-standalone-input.js +6 -6
  132. package/dist/components/tttx-standalone-input_1_5_3.d.ts +11 -0
  133. package/dist/components/{tttx-standalone-input_1_5_1.js → tttx-standalone-input_1_5_3.js} +2 -2
  134. package/dist/components/{tttx-tabs_1_5_1.d.ts → tttx-tabs_1_5_3.d.ts} +4 -4
  135. package/dist/components/{tttx-tabs_1_5_1.js → tttx-tabs_1_5_3.js} +9 -9
  136. package/dist/components/{tttx-tag_1_5_1.d.ts → tttx-tag_1_5_3.d.ts} +4 -4
  137. package/dist/components/{tttx-tag_1_5_1.js → tttx-tag_1_5_3.js} +5 -5
  138. package/dist/components/tttx-textarea_1_5_3.d.ts +11 -0
  139. package/dist/components/{tttx-textarea_1_5_1.js → tttx-textarea_1_5_3.js} +6 -6
  140. package/dist/components/tttx-toolbar.js +3 -3
  141. package/dist/components/{tttx-toolbar_1_5_1.d.ts → tttx-toolbar_1_5_3.d.ts} +4 -4
  142. package/dist/components/{tttx-toolbar_1_5_1.js → tttx-toolbar_1_5_3.js} +2 -2
  143. package/dist/components/tttx-tree-view_1_5_3.d.ts +11 -0
  144. package/dist/components/{tttx-tree-view_1_5_1.js → tttx-tree-view_1_5_3.js} +9 -9
  145. package/dist/esm/loader.js +1 -1
  146. package/dist/esm/{tttx-button_1_5_1.entry.js → tttx-button_1_5_3.entry.js} +2 -2
  147. package/dist/esm/{tttx-checkbox-group-caption_1_5_1.entry.js → tttx-checkbox-group-caption_1_5_3.entry.js} +1 -1
  148. package/dist/esm/{tttx-checkbox-group-heading_1_5_1.entry.js → tttx-checkbox-group-heading_1_5_3.entry.js} +1 -1
  149. package/dist/esm/{tttx-checkbox-group_1_5_1.entry.js → tttx-checkbox-group_1_5_3.entry.js} +1 -1
  150. package/dist/esm/{tttx-checkbox_1_5_1.entry.js → tttx-checkbox_1_5_3.entry.js} +2 -2
  151. package/dist/esm/{tttx-data-pattern_1_5_1.entry.js → tttx-data-pattern_1_5_3.entry.js} +2 -2
  152. package/dist/esm/tttx-datacard_1_5_3.entry.js +31 -0
  153. package/dist/esm/{tttx-dialog-box_1_5_1.entry.js → tttx-dialog-box_1_5_3.entry.js} +3 -3
  154. package/dist/esm/{tttx-dialog_1_5_1.entry.js → tttx-dialog_1_5_3.entry.js} +2 -2
  155. package/dist/esm/{tttx-expander_1_5_1.entry.js → tttx-expander_1_5_3.entry.js} +2 -2
  156. package/dist/esm/{tttx-filter_1_5_1_4.entry.js → tttx-filter_1_5_3_4.entry.js} +6 -6
  157. package/dist/esm/{tttx-form_1_5_1.entry.js → tttx-form_1_5_3.entry.js} +2 -2
  158. package/dist/esm/{tttx-icon_1_5_1.entry.js → tttx-icon_1_5_3.entry.js} +1 -1
  159. package/dist/esm/{tttx-keyvalue-block_1_5_1.entry.js → tttx-keyvalue-block_1_5_3.entry.js} +1 -1
  160. package/dist/esm/{tttx-loading-spinner_1_5_1.entry.js → tttx-loading-spinner_1_5_3.entry.js} +1 -1
  161. package/dist/esm/{tttx-multiselect-box_1_5_1.entry.js → tttx-multiselect-box_1_5_3.entry.js} +7 -6
  162. package/dist/esm/{tttx-percentage-bar_1_5_1.entry.js → tttx-percentage-bar_1_5_3.entry.js} +2 -2
  163. package/dist/esm/{tttx-qrcode_1_5_1.entry.js → tttx-qrcode_1_5_3.entry.js} +1 -1
  164. package/dist/esm/{tttx-select-box_1_5_1.entry.js → tttx-select-box_1_5_3.entry.js} +16 -6
  165. package/dist/esm/tttx-standalone-input_1_5_3.entry.js +90 -0
  166. package/dist/esm/{tttx-tabs_1_5_1.entry.js → tttx-tabs_1_5_3.entry.js} +4 -4
  167. package/dist/esm/{tttx-tag_1_5_1.entry.js → tttx-tag_1_5_3.entry.js} +1 -1
  168. package/dist/esm/{tttx-textarea_1_5_1.entry.js → tttx-textarea_1_5_3.entry.js} +2 -2
  169. package/dist/esm/{tttx-tree-view_1_5_1.entry.js → tttx-tree-view_1_5_3.entry.js} +3 -3
  170. package/dist/esm/tttx.js +1 -1
  171. package/dist/tttx/p-0e515960.entry.js +1 -1
  172. package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
  173. package/dist/tttx/p-23f45005.entry.js +1 -1
  174. package/dist/tttx/p-3676cddd.entry.js +1 -1
  175. package/dist/tttx/p-533499ec.entry.js +1 -0
  176. package/dist/tttx/p-56c8c353.entry.js +1 -1
  177. package/dist/tttx/p-59c7b049.entry.js +1 -1
  178. package/dist/tttx/p-5d2706b1.entry.js +1 -1
  179. package/dist/tttx/p-5fa512cb.entry.js +1 -1
  180. package/dist/tttx/p-63ad6fb7.entry.js +1 -1
  181. package/dist/tttx/p-6b1c7a21.entry.js +1 -1
  182. package/dist/tttx/p-796f699a.entry.js +1 -1
  183. package/dist/tttx/p-884f37d3.entry.js +1 -1
  184. package/dist/tttx/p-8b0b95b7.entry.js +1 -1
  185. package/dist/tttx/p-9434561e.entry.js +1 -1
  186. package/dist/tttx/p-983d63ff.entry.js +1 -1
  187. package/dist/tttx/p-a01e679a.entry.js +1 -1
  188. package/dist/tttx/p-a8e76e78.entry.js +1 -1
  189. package/dist/tttx/p-c08a54f9.entry.js +1 -1
  190. package/dist/tttx/p-c170e3b8.entry.js +1 -1
  191. package/dist/tttx/p-e5259a38.entry.js +1 -0
  192. package/dist/tttx/p-ee358ce4.entry.js +1 -1
  193. package/dist/tttx/p-f374e293.entry.js +1 -1
  194. package/dist/tttx/p-f4db1cf2.entry.js +1 -1
  195. package/dist/tttx/tttx.esm.js +1 -1
  196. package/dist/types/components/atoms/tttx-datacard/tttx-datacard.d.ts +9 -0
  197. package/dist/types/components/atoms/tttx-datacard/tttx-datacard.stories.d.ts +18 -0
  198. package/dist/types/components/molecules/tttx-list/tttx-list.d.ts +2 -2
  199. package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +4 -1
  200. package/dist/types/components/molecules/tttx-select-box/tttx-select-box.stories.d.ts +1 -0
  201. package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
  202. package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
  203. package/dist/types/components.d.ts +330 -304
  204. package/package.json +1 -1
  205. package/dist/cjs/tttx-standalone-input_1_5_1.cjs.entry.js +0 -94
  206. package/dist/components/tttx-checkbox-group-caption_1_5_1.d.ts +0 -11
  207. package/dist/components/tttx-checkbox-group-heading_1_5_1.d.ts +0 -11
  208. package/dist/components/tttx-checkbox-group_1_5_1.d.ts +0 -11
  209. package/dist/components/tttx-data-pattern_1_5_1.d.ts +0 -11
  210. package/dist/components/tttx-keyvalue-block_1_5_1.d.ts +0 -11
  211. package/dist/components/tttx-loading-spinner_1_5_1.d.ts +0 -11
  212. package/dist/components/tttx-multiselect-box_1_5_1.d.ts +0 -11
  213. package/dist/components/tttx-percentage-bar_1_5_1.d.ts +0 -11
  214. package/dist/components/tttx-select-box_1_5_1.d.ts +0 -11
  215. package/dist/components/tttx-sorter_1_5_1.d.ts +0 -11
  216. package/dist/components/tttx-standalone-input_1_5_1.d.ts +0 -11
  217. package/dist/components/tttx-textarea_1_5_1.d.ts +0 -11
  218. package/dist/components/tttx-tree-view_1_5_1.d.ts +0 -11
  219. package/dist/esm/tttx-standalone-input_1_5_1.entry.js +0 -90
  220. package/dist/tttx/p-7077c8ed.entry.js +0 -1
@@ -36,7 +36,7 @@ const TttxQrCode = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
36
36
  }
37
37
  get hostElement() { return this; }
38
38
  static get style() { return tttxQrcodeCss; }
39
- }, [1, "tttx-qrcode_1_5_1", {
39
+ }, [1, "tttx-qrcode_1_5_3", {
40
40
  "link": [1025],
41
41
  "size": [1026]
42
42
  }]);
@@ -44,9 +44,9 @@ function defineCustomElement$1() {
44
44
  if (typeof customElements === "undefined") {
45
45
  return;
46
46
  }
47
- const components = ["tttx-qrcode_1_5_1"];
47
+ const components = ["tttx-qrcode_1_5_3"];
48
48
  components.forEach(tagName => { switch (tagName) {
49
- case "tttx-qrcode_1_5_1":
49
+ case "tttx-qrcode_1_5_3":
50
50
  if (!customElements.get(tagName)) {
51
51
  customElements.define(tagName, TttxQrCode);
52
52
  }
@@ -54,7 +54,7 @@ function defineCustomElement$1() {
54
54
  } });
55
55
  }
56
56
 
57
- const TttxQrcode_1_5_1 = TttxQrCode;
57
+ const TttxQrcode_1_5_3 = TttxQrCode;
58
58
  const defineCustomElement = defineCustomElement$1;
59
59
 
60
- export { TttxQrcode_1_5_1, defineCustomElement };
60
+ export { TttxQrcode_1_5_3, defineCustomElement };
@@ -12,6 +12,7 @@ const TttxSelectBox = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
12
12
  this.__attachShadow();
13
13
  this.selectItemEvent = createEvent(this, "selectItemEvent", 3);
14
14
  this.toggleOpen = createEvent(this, "toggleOpen", 3);
15
+ this.searchUpdated = createEvent(this, "multiselectSearchUpdated", 7);
15
16
  this.bodyOffset = {};
16
17
  this.optionsData = null;
17
18
  this.label = undefined;
@@ -19,6 +20,7 @@ const TttxSelectBox = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
19
20
  this.placeholder = '';
20
21
  this.searchEnabled = undefined;
21
22
  this.selectedValue = undefined;
23
+ this.useExternalFiltering = undefined;
22
24
  this.showErrorMsg = undefined;
23
25
  this.showErrorBubble = false;
24
26
  this.errorMsg = undefined;
@@ -69,7 +71,7 @@ const TttxSelectBox = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
69
71
  let title;
70
72
  let subtitle;
71
73
  const chevronIcon = this.open ? 'expand_less' : 'expand_more';
72
- const icon = h("tttx-icon_1_5_1", { icon: chevronIcon, color: "black" });
74
+ const icon = h("tttx-icon_1_5_3", { icon: chevronIcon, color: "black" });
73
75
  let chevron = h("div", { class: "dropdown-selector-chevron" }, icon);
74
76
  if (!this.selectedItem) {
75
77
  title = h("div", { class: "placeholder" }, this.placeholder);
@@ -101,8 +103,16 @@ const TttxSelectBox = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
101
103
  return (h("div", { class: `dropdown-option ${hideOption ? 'hidden' : ''} ${selected ? 'selected' : ''}`, onClick: this.onItemSelected.bind(this, option), key: option.label }, option.label));
102
104
  }
103
105
  handleSearchInput(event) {
104
- const target = event.target;
105
- this.searchTerm = target.value;
106
+ const searchInput = event.target.value;
107
+ if (this.useExternalFiltering) {
108
+ // emit event with the latest search value
109
+ clearTimeout(this.searchFilterTimeout);
110
+ this.searchFilterTimeout = setTimeout((filterValue) => {
111
+ this.searchUpdated.emit(filterValue);
112
+ }, 500, searchInput);
113
+ return;
114
+ }
115
+ this.searchTerm = searchInput;
106
116
  }
107
117
  calculateDropdownMenuOffset() {
108
118
  const dropdownSelector = this.el.shadowRoot.querySelector('.dropdown-selector');
@@ -134,22 +144,23 @@ const TttxSelectBox = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
134
144
  if (!this.optionsData)
135
145
  return;
136
146
  const invalidClass = this.showErrorMsg ? 'invalid' : '';
137
- return (h(Host, { class: this.inline ? 'inline' : 'block' }, this.label && h("div", { class: "label" }, this.label), h("div", { tabindex: "0", class: "dropdown-container" }, h("div", { class: ['dropdown-selector', invalidClass].join(' '), ref: el => (this.dropdownSelector = el), onClick: this.onDropdownClicked.bind(this) }, this.dropdownSelectorContent()), this.open && (h("div", { class: "dropdown-body-container" }, h("div", { class: "dropdown-body", style: Object.assign({ width: `${this.dropdownSelector.offsetWidth}px` }, this.bodyOffset) }, this.searchEnabled && (h("div", { class: "searchbox" }, h("tttx-standalone-input_1_5_1", { type: "text", label: "", required: true, showerrorbubble: false, iconleft: "search", onInput: this.handleSearchInput.bind(this) }))), h("div", { class: "dropdown-options-list" }, this._optionsData.map((option) => {
147
+ return (h(Host, { class: this.inline ? 'inline' : 'block' }, this.label && h("div", { class: "label" }, this.label), h("div", { tabindex: "0", class: "dropdown-container" }, h("div", { class: ['dropdown-selector', invalidClass].join(' '), ref: el => (this.dropdownSelector = el), onClick: this.onDropdownClicked.bind(this) }, this.dropdownSelectorContent()), this.open && (h("div", { class: "dropdown-body-container" }, h("div", { class: "dropdown-body", style: Object.assign({ width: `${this.dropdownSelector.offsetWidth}px` }, this.bodyOffset) }, this.searchEnabled && (h("div", { class: "searchbox" }, h("tttx-standalone-input_1_5_3", { type: "text", label: "", required: true, showerrorbubble: false, iconleft: "search", onInput: this.handleSearchInput.bind(this) }))), h("div", { class: "dropdown-options-list" }, this._optionsData.map((option) => {
138
148
  return this.dropdownOption(option);
139
- }))))), this.showErrorBubble && (h("span", { class: ['errorBubble', this.showErrorMsg && this.errorMsg ? 'visible' : ''].join(' ') }, h("tttx-icon_1_5_1", { icon: "warning", color: "#dc0000", size: 16 }), " ", this.errorMsg)))));
149
+ }))))), this.showErrorBubble && (h("span", { class: ['errorBubble', this.showErrorMsg && this.errorMsg ? 'visible' : ''].join(' ') }, h("tttx-icon_1_5_3", { icon: "warning", color: "#dc0000", size: 16 }), " ", this.errorMsg)))));
140
150
  }
141
151
  get el() { return this; }
142
152
  static get watchers() { return {
143
153
  "optionsData": ["setOptionsData"]
144
154
  }; }
145
155
  static get style() { return tttxSelectBoxCss; }
146
- }, [1, "tttx-select-box_1_5_1", {
156
+ }, [1, "tttx-select-box_1_5_3", {
147
157
  "optionsData": [1, "options-data"],
148
158
  "label": [1],
149
159
  "inline": [4],
150
160
  "placeholder": [1],
151
161
  "searchEnabled": [4, "search-enabled"],
152
162
  "selectedValue": [1, "selected-value"],
163
+ "useExternalFiltering": [4, "use-external-filtering"],
153
164
  "showErrorMsg": [4, "show-error-msg"],
154
165
  "showErrorBubble": [4, "show-error-bubble"],
155
166
  "errorMsg": [1, "error-msg"],
@@ -162,19 +173,19 @@ function defineCustomElement() {
162
173
  if (typeof customElements === "undefined") {
163
174
  return;
164
175
  }
165
- const components = ["tttx-select-box_1_5_1", "tttx-icon_1_5_1", "tttx-standalone-input_1_5_1"];
176
+ const components = ["tttx-select-box_1_5_3", "tttx-icon_1_5_3", "tttx-standalone-input_1_5_3"];
166
177
  components.forEach(tagName => { switch (tagName) {
167
- case "tttx-select-box_1_5_1":
178
+ case "tttx-select-box_1_5_3":
168
179
  if (!customElements.get(tagName)) {
169
180
  customElements.define(tagName, TttxSelectBox);
170
181
  }
171
182
  break;
172
- case "tttx-icon_1_5_1":
183
+ case "tttx-icon_1_5_3":
173
184
  if (!customElements.get(tagName)) {
174
185
  defineCustomElement$2();
175
186
  }
176
187
  break;
177
- case "tttx-standalone-input_1_5_1":
188
+ case "tttx-standalone-input_1_5_3":
178
189
  if (!customElements.get(tagName)) {
179
190
  defineCustomElement$1();
180
191
  }
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TttxSelectBox_1_5_3 extends Components.TttxSelectBox_1_5_3, HTMLElement {}
4
+ export const TttxSelectBox_1_5_3: {
5
+ prototype: TttxSelectBox_1_5_3;
6
+ new (): TttxSelectBox_1_5_3;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -1,6 +1,6 @@
1
1
  import { T as TttxSelectBox, d as defineCustomElement$1 } from './tttx-select-box.js';
2
2
 
3
- const TttxSelectBox_1_5_1 = TttxSelectBox;
3
+ const TttxSelectBox_1_5_3 = TttxSelectBox;
4
4
  const defineCustomElement = defineCustomElement$1;
5
5
 
6
- export { TttxSelectBox_1_5_1, defineCustomElement };
6
+ export { TttxSelectBox_1_5_3, defineCustomElement };
@@ -106,13 +106,13 @@ const TttxSorter = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
106
106
  const selectedOption = this.selectedField;
107
107
  const dropdownSelectorClassNameModifier = this.dropdownExpand ? '--expanded' : '';
108
108
  const sorterKey = `sorter__${this.sorterKey}`;
109
- return (h(Host, { id: sorterKey }, h("div", { tabindex: 0, class: `sorter-container ${dropdownSelectorClassNameModifier}` }, h("button", { class: "arrow-toggle-button", type: "button", onClick: this.onSortToggleClick.bind(this) }, h("tttx-icon_1_5_1", { icon: arrowIcon, color: "black" })), h("div", { class: "dropdown-selector", onClick: this.onDropdownClicked.bind(this) }, h("div", { class: "dropdown-selector-button" }, h("div", { class: "dropdown-selector-text" }, selectedOption), h("div", { class: "dropdown-selector-chevron" }, h("tttx-icon_1_5_1", { icon: chevronIcon, color: "black" })))), this.dropdownExpand && (h("div", { class: "dropdown-options-list" }, parsedFieldOptionsData.sorterOptions.map(option => {
109
+ return (h(Host, { id: sorterKey }, h("div", { tabindex: 0, class: `sorter-container ${dropdownSelectorClassNameModifier}` }, h("button", { class: "arrow-toggle-button", type: "button", onClick: this.onSortToggleClick.bind(this) }, h("tttx-icon_1_5_3", { icon: arrowIcon, color: "black" })), h("div", { class: "dropdown-selector", onClick: this.onDropdownClicked.bind(this) }, h("div", { class: "dropdown-selector-button" }, h("div", { class: "dropdown-selector-text" }, selectedOption), h("div", { class: "dropdown-selector-chevron" }, h("tttx-icon_1_5_3", { icon: chevronIcon, color: "black" })))), this.dropdownExpand && (h("div", { class: "dropdown-options-list" }, parsedFieldOptionsData.sorterOptions.map(option => {
110
110
  return (h("div", { class: "dropdown-option", tabIndex: -1, onClick: this.onDropdownSelected.bind(this), key: option.optionLabel }, option.optionLabel));
111
111
  }))))));
112
112
  }
113
113
  get el() { return this; }
114
114
  static get style() { return tttxSorterCss; }
115
- }, [1, "tttx-sorter_1_5_1", {
115
+ }, [1, "tttx-sorter_1_5_3", {
116
116
  "sorterKey": [1, "sorter-key"],
117
117
  "defaultSortDirection": [1, "default-sort-direction"],
118
118
  "fieldOptionsData": [1, "field-options-data"],
@@ -126,14 +126,14 @@ function defineCustomElement() {
126
126
  if (typeof customElements === "undefined") {
127
127
  return;
128
128
  }
129
- const components = ["tttx-sorter_1_5_1", "tttx-icon_1_5_1"];
129
+ const components = ["tttx-sorter_1_5_3", "tttx-icon_1_5_3"];
130
130
  components.forEach(tagName => { switch (tagName) {
131
- case "tttx-sorter_1_5_1":
131
+ case "tttx-sorter_1_5_3":
132
132
  if (!customElements.get(tagName)) {
133
133
  customElements.define(tagName, TttxSorter);
134
134
  }
135
135
  break;
136
- case "tttx-icon_1_5_1":
136
+ case "tttx-icon_1_5_3":
137
137
  if (!customElements.get(tagName)) {
138
138
  defineCustomElement$1();
139
139
  }
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TttxSorter_1_5_3 extends Components.TttxSorter_1_5_3, HTMLElement {}
4
+ export const TttxSorter_1_5_3: {
5
+ prototype: TttxSorter_1_5_3;
6
+ new (): TttxSorter_1_5_3;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -1,6 +1,6 @@
1
1
  import { T as TttxSorter, d as defineCustomElement$1 } from './tttx-sorter.js';
2
2
 
3
- const TttxSorter_1_5_1 = TttxSorter;
3
+ const TttxSorter_1_5_3 = TttxSorter;
4
4
  const defineCustomElement = defineCustomElement$1;
5
5
 
6
- export { TttxSorter_1_5_1, defineCustomElement };
6
+ export { TttxSorter_1_5_3, defineCustomElement };
@@ -1,7 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
2
  import { d as defineCustomElement$1 } from './tttx-icon.js';
3
3
 
4
- const tttxStandaloneInputCss = ".material-symbols-rounded.sc-tttx-standalone-input_1_5_1{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.material-symbols-rounded.sc-tttx-standalone-input_1_5_1{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}label.sc-tttx-standalone-input_1_5_1{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label.sc-tttx-standalone-input_1_5_1 .optional.sc-tttx-standalone-input_1_5_1{color:#757575;font-weight:normal}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1{position:relative}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 .left-icons.sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 .right-icons.sc-tttx-standalone-input_1_5_1{display:flex;position:absolute;height:24px;gap:8px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 .left-icons.sc-tttx-standalone-input_1_5_1 tttx-icon.sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 .right-icons.sc-tttx-standalone-input_1_5_1 tttx-icon.sc-tttx-standalone-input_1_5_1{height:24px;width:24px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 .left-icons.sc-tttx-standalone-input_1_5_1{left:8px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 .right-icons.sc-tttx-standalone-input_1_5_1{right:8px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input.sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.sc-tttx-standalone-input_1_5_1{color:#212121;box-sizing:border-box;border:1px solid #d5d5d5;border-radius:4px;margin-top:4px;padding:0;padding-left:16px;padding-right:16px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input.has-input-icon.sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.has-input-icon.sc-tttx-standalone-input_1_5_1{padding-left:40px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input.has-input-icon.has-left-icon.sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.has-input-icon.has-left-icon.sc-tttx-standalone-input_1_5_1{padding-left:72px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input.has-left-icon.sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.has-left-icon.sc-tttx-standalone-input_1_5_1{padding-left:40px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input.has-right-icon.sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.has-right-icon.sc-tttx-standalone-input_1_5_1{padding-right:40px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input.invalid.sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.invalid.sc-tttx-standalone-input_1_5_1{border:1px solid #dc0000}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input.sc-tttx-standalone-input_1_5_1:not([type=submit]),label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.sc-tttx-standalone-input_1_5_1:not([type=submit]){font-family:\"Roboto\", serif;width:100%;height:36px;font-size:16px;line-height:18.752px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input[type=radio].sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea[type=radio].sc-tttx-standalone-input_1_5_1{width:20px;height:20px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input[type=date].sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea[type=date].sc-tttx-standalone-input_1_5_1{background:white;display:block;min-width:calc(100% - 18px);line-height:37px}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input[readonly].sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea[readonly].sc-tttx-standalone-input_1_5_1{cursor:default;pointer-events:none;user-select:none;color:gray}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input.sc-tttx-standalone-input_1_5_1:focus,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.sc-tttx-standalone-input_1_5_1:focus{border-color:#1479c6}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 input.sc-tttx-standalone-input_1_5_1:focus-visible,label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.sc-tttx-standalone-input_1_5_1:focus-visible{outline:none}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.sc-tttx-standalone-input_1_5_1{padding:8px;height:auto;min-height:100px;resize:vertical}label.sc-tttx-standalone-input_1_5_1 .outer-container.sc-tttx-standalone-input_1_5_1 textarea.resize-none.sc-tttx-standalone-input_1_5_1{resize:none}label.sc-tttx-standalone-input_1_5_1 .outer-container.inputBlock.sc-tttx-standalone-input_1_5_1{display:flex;align-items:center;line-height:21px}label.sc-tttx-standalone-input_1_5_1 .outer-container.inputBlock.sc-tttx-standalone-input_1_5_1 .left-icons.sc-tttx-standalone-input_1_5_1,label.sc-tttx-standalone-input_1_5_1 .outer-container.inputBlock.sc-tttx-standalone-input_1_5_1 .right-icons.sc-tttx-standalone-input_1_5_1{margin-top:4px}label.sc-tttx-standalone-input_1_5_1 .outer-container.inputBlock.readonly.sc-tttx-standalone-input_1_5_1{pointer-events:none;user-select:none;color:gray}label.sc-tttx-standalone-input_1_5_1 .outer-container.inputBlock.radioBlock.sc-tttx-standalone-input_1_5_1{display:block}label.sc-tttx-standalone-input_1_5_1 .outer-container.inputInline.sc-tttx-standalone-input_1_5_1{display:flex;white-space:nowrap;align-items:center;margin:0}label.sc-tttx-standalone-input_1_5_1 .outer-container.inputInline.sc-tttx-standalone-input_1_5_1 input.sc-tttx-standalone-input_1_5_1{margin-top:0}label.sc-tttx-standalone-input_1_5_1 .secondarylabel.sc-tttx-standalone-input_1_5_1{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label.sc-tttx-standalone-input_1_5_1 .errorBubble.sc-tttx-standalone-input_1_5_1{position:relative;font-size:14px;line-height:16.408px;font-weight:normal;width:100%;font-family:\"Roboto\", sans-serif;color:#dc0000;display:flex;align-content:center;align-items:center;justify-items:center;margin-top:4px}label.sc-tttx-standalone-input_1_5_1 .errorBubble.sc-tttx-standalone-input_1_5_1:not(.visible){display:none}label.sc-tttx-standalone-input_1_5_1 .errorBubble.sc-tttx-standalone-input_1_5_1 span.sc-tttx-standalone-input_1_5_1{color:#dc0000;font-size:16px;margin-right:4px}.material-symbols-rounded.sc-tttx-standalone-input_1_5_1{font-family:\"Material Symbols Rounded\", sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#9e9e9e}.sc-tttx-standalone-input_1_5_1-h{display:block}";
4
+ const tttxStandaloneInputCss = ".material-symbols-rounded.sc-tttx-standalone-input_1_5_3{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.material-symbols-rounded.sc-tttx-standalone-input_1_5_3{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}label.sc-tttx-standalone-input_1_5_3{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label.sc-tttx-standalone-input_1_5_3 .optional.sc-tttx-standalone-input_1_5_3{color:#757575;font-weight:normal}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3{position:relative}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 .left-icons.sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 .right-icons.sc-tttx-standalone-input_1_5_3{display:flex;position:absolute;height:24px;gap:8px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 .left-icons.sc-tttx-standalone-input_1_5_3 tttx-icon.sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 .right-icons.sc-tttx-standalone-input_1_5_3 tttx-icon.sc-tttx-standalone-input_1_5_3{height:24px;width:24px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 .left-icons.sc-tttx-standalone-input_1_5_3{left:8px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 .right-icons.sc-tttx-standalone-input_1_5_3{right:8px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input.sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.sc-tttx-standalone-input_1_5_3{color:#212121;box-sizing:border-box;border:1px solid #d5d5d5;border-radius:4px;margin-top:4px;padding:0;padding-left:16px;padding-right:16px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input.has-input-icon.sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.has-input-icon.sc-tttx-standalone-input_1_5_3{padding-left:40px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input.has-input-icon.has-left-icon.sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.has-input-icon.has-left-icon.sc-tttx-standalone-input_1_5_3{padding-left:72px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input.has-left-icon.sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.has-left-icon.sc-tttx-standalone-input_1_5_3{padding-left:40px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input.has-right-icon.sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.has-right-icon.sc-tttx-standalone-input_1_5_3{padding-right:40px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input.invalid.sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.invalid.sc-tttx-standalone-input_1_5_3{border:1px solid #dc0000}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input.sc-tttx-standalone-input_1_5_3:not([type=submit]),label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.sc-tttx-standalone-input_1_5_3:not([type=submit]){font-family:\"Roboto\", serif;width:100%;height:36px;font-size:16px;line-height:18.752px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input[type=radio].sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea[type=radio].sc-tttx-standalone-input_1_5_3{width:20px;height:20px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input[type=date].sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea[type=date].sc-tttx-standalone-input_1_5_3{background:white;display:block;min-width:calc(100% - 18px);line-height:37px}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input[readonly].sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea[readonly].sc-tttx-standalone-input_1_5_3{cursor:default;pointer-events:none;user-select:none;color:gray}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input.sc-tttx-standalone-input_1_5_3:focus,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.sc-tttx-standalone-input_1_5_3:focus{border-color:#1479c6}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 input.sc-tttx-standalone-input_1_5_3:focus-visible,label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.sc-tttx-standalone-input_1_5_3:focus-visible{outline:none}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.sc-tttx-standalone-input_1_5_3{padding:8px;height:auto;min-height:100px;resize:vertical}label.sc-tttx-standalone-input_1_5_3 .outer-container.sc-tttx-standalone-input_1_5_3 textarea.resize-none.sc-tttx-standalone-input_1_5_3{resize:none}label.sc-tttx-standalone-input_1_5_3 .outer-container.inputBlock.sc-tttx-standalone-input_1_5_3{display:flex;align-items:center;line-height:21px}label.sc-tttx-standalone-input_1_5_3 .outer-container.inputBlock.sc-tttx-standalone-input_1_5_3 .left-icons.sc-tttx-standalone-input_1_5_3,label.sc-tttx-standalone-input_1_5_3 .outer-container.inputBlock.sc-tttx-standalone-input_1_5_3 .right-icons.sc-tttx-standalone-input_1_5_3{margin-top:4px}label.sc-tttx-standalone-input_1_5_3 .outer-container.inputBlock.readonly.sc-tttx-standalone-input_1_5_3{pointer-events:none;user-select:none;color:gray}label.sc-tttx-standalone-input_1_5_3 .outer-container.inputBlock.radioBlock.sc-tttx-standalone-input_1_5_3{display:block}label.sc-tttx-standalone-input_1_5_3 .outer-container.inputInline.sc-tttx-standalone-input_1_5_3{display:flex;white-space:nowrap;align-items:center;margin:0}label.sc-tttx-standalone-input_1_5_3 .outer-container.inputInline.sc-tttx-standalone-input_1_5_3 input.sc-tttx-standalone-input_1_5_3{margin-top:0}label.sc-tttx-standalone-input_1_5_3 .secondarylabel.sc-tttx-standalone-input_1_5_3{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label.sc-tttx-standalone-input_1_5_3 .errorBubble.sc-tttx-standalone-input_1_5_3{position:relative;font-size:14px;line-height:16.408px;font-weight:normal;width:100%;font-family:\"Roboto\", sans-serif;color:#dc0000;display:flex;align-content:center;align-items:center;justify-items:center;margin-top:4px}label.sc-tttx-standalone-input_1_5_3 .errorBubble.sc-tttx-standalone-input_1_5_3:not(.visible){display:none}label.sc-tttx-standalone-input_1_5_3 .errorBubble.sc-tttx-standalone-input_1_5_3 span.sc-tttx-standalone-input_1_5_3{color:#dc0000;font-size:16px;margin-right:4px}.material-symbols-rounded.sc-tttx-standalone-input_1_5_3{font-family:\"Material Symbols Rounded\", sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#9e9e9e}.sc-tttx-standalone-input_1_5_3-h{display:block}";
5
5
 
6
6
  const TttxInput = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
7
7
  constructor() {
@@ -84,10 +84,10 @@ const TttxInput = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
84
84
  this.iconleft ? 'has-left-icon' : '',
85
85
  this.iconright ? 'has-right-icon' : '',
86
86
  ].join(' ');
87
- return (h(Host, null, h("label", null, this.label, !this.required ? h("span", { class: "optional" }, "\u00A0(optional)") : '', h("div", { class: ['outer-container', this.inline ? 'inputInline' : 'inputBlock'].join(' ') }, h("input", { class: classNames, autocapitalize: this.inputautocapitalize, autofocus: this.inputautofocus, enterkeyhint: this.inputkeyhint, tabindex: this.inputindex, title: this.inputtitle, autocomplete: this.autocomplete, checked: this.checked, disabled: this.disabled, max: this.max, maxlength: this.maxlength, min: this.min, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, step: this.step, type: this.type, value: this.value, onBlur: this.handleBlur.bind(this), onFocus: this.handleFocus.bind(this), onInput: this.handleChange.bind(this), onInvalid: this.handleInvalid.bind(this) }), (this.inputicon || this.iconleft) && (h("span", { class: "left-icons" }, this.inputicon && (h("tttx-icon_1_5_1", { class: "input-icon", icon: this.inputicon, color: this.inputiconcolor, onClick: this.handleInputIconClick.bind(this) })), this.iconleft && (h("tttx-icon_1_5_1", { class: "left-icon", icon: this.iconleft, color: this.iconleftcolor, onClick: this.handleLeftIconClick.bind(this) })))), this.iconright && (h("span", { class: "right-icons" }, h("tttx-icon_1_5_1", { class: "right-icon", icon: this.iconright, color: this.iconrightcolor, onClick: this.handleRightIconClick.bind(this) })))), this.secondarylabel && h("span", { class: "secondarylabel" }, this.secondarylabel), this.showerrorbubble && (h("span", { class: ['errorBubble', this.showerrormsg && this.errormsg ? 'visible' : ''].join(' ') }, h("span", { class: "material-symbols-rounded" }, "warning"), " ", this.errormsg)))));
87
+ return (h(Host, null, h("label", null, this.label, !this.required ? h("span", { class: "optional" }, "\u00A0(optional)") : '', h("div", { class: ['outer-container', this.inline ? 'inputInline' : 'inputBlock'].join(' ') }, h("input", { class: classNames, autocapitalize: this.inputautocapitalize, autofocus: this.inputautofocus, enterkeyhint: this.inputkeyhint, tabindex: this.inputindex, title: this.inputtitle, autocomplete: this.autocomplete, checked: this.checked, disabled: this.disabled, max: this.max, maxlength: this.maxlength, min: this.min, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readonly: this.readonly, required: this.required, step: this.step, type: this.type, value: this.value, onBlur: this.handleBlur.bind(this), onFocus: this.handleFocus.bind(this), onInput: this.handleChange.bind(this), onInvalid: this.handleInvalid.bind(this) }), (this.inputicon || this.iconleft) && (h("span", { class: "left-icons" }, this.inputicon && (h("tttx-icon_1_5_3", { class: "input-icon", icon: this.inputicon, color: this.inputiconcolor, onClick: this.handleInputIconClick.bind(this) })), this.iconleft && (h("tttx-icon_1_5_3", { class: "left-icon", icon: this.iconleft, color: this.iconleftcolor, onClick: this.handleLeftIconClick.bind(this) })))), this.iconright && (h("span", { class: "right-icons" }, h("tttx-icon_1_5_3", { class: "right-icon", icon: this.iconright, color: this.iconrightcolor, onClick: this.handleRightIconClick.bind(this) })))), this.secondarylabel && h("span", { class: "secondarylabel" }, this.secondarylabel), this.showerrorbubble && (h("span", { class: ['errorBubble', this.showerrormsg && this.errormsg ? 'visible' : ''].join(' ') }, h("span", { class: "material-symbols-rounded" }, "warning"), " ", this.errormsg)))));
88
88
  }
89
89
  static get style() { return tttxStandaloneInputCss; }
90
- }, [2, "tttx-standalone-input_1_5_1", {
90
+ }, [2, "tttx-standalone-input_1_5_3", {
91
91
  "label": [1],
92
92
  "secondarylabel": [1],
93
93
  "showerrormsg": [4],
@@ -125,14 +125,14 @@ function defineCustomElement() {
125
125
  if (typeof customElements === "undefined") {
126
126
  return;
127
127
  }
128
- const components = ["tttx-standalone-input_1_5_1", "tttx-icon_1_5_1"];
128
+ const components = ["tttx-standalone-input_1_5_3", "tttx-icon_1_5_3"];
129
129
  components.forEach(tagName => { switch (tagName) {
130
- case "tttx-standalone-input_1_5_1":
130
+ case "tttx-standalone-input_1_5_3":
131
131
  if (!customElements.get(tagName)) {
132
132
  customElements.define(tagName, TttxInput);
133
133
  }
134
134
  break;
135
- case "tttx-icon_1_5_1":
135
+ case "tttx-icon_1_5_3":
136
136
  if (!customElements.get(tagName)) {
137
137
  defineCustomElement$1();
138
138
  }
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TttxStandaloneInput_1_5_3 extends Components.TttxStandaloneInput_1_5_3, HTMLElement {}
4
+ export const TttxStandaloneInput_1_5_3: {
5
+ prototype: TttxStandaloneInput_1_5_3;
6
+ new (): TttxStandaloneInput_1_5_3;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -1,6 +1,6 @@
1
1
  import { T as TttxInput, d as defineCustomElement$1 } from './tttx-standalone-input.js';
2
2
 
3
- const TttxStandaloneInput_1_5_1 = TttxInput;
3
+ const TttxStandaloneInput_1_5_3 = TttxInput;
4
4
  const defineCustomElement = defineCustomElement$1;
5
5
 
6
- export { TttxStandaloneInput_1_5_1, defineCustomElement };
6
+ export { TttxStandaloneInput_1_5_3, defineCustomElement };
@@ -1,9 +1,9 @@
1
1
  import type { Components, JSX } from "../types/components";
2
2
 
3
- interface TttxTabs_1_5_1 extends Components.TttxTabs_1_5_1, HTMLElement {}
4
- export const TttxTabs_1_5_1: {
5
- prototype: TttxTabs_1_5_1;
6
- new (): TttxTabs_1_5_1;
3
+ interface TttxTabs_1_5_3 extends Components.TttxTabs_1_5_3, HTMLElement {}
4
+ export const TttxTabs_1_5_3: {
5
+ prototype: TttxTabs_1_5_3;
6
+ new (): TttxTabs_1_5_3;
7
7
  };
8
8
  /**
9
9
  * Used to define this component and all nested components recursively.
@@ -2,7 +2,7 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/
2
2
  import { p as purify, d as domSanitiserOptions } from './domsanitiser.options.js';
3
3
  import { d as defineCustomElement$2 } from './tttx-icon.js';
4
4
 
5
- const tttxTabsCss = ".material-symbols-rounded.sc-tttx-tabs_1_5_1{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-tabs_1_5_1-h{display:block}.tab-bar.sc-tttx-tabs_1_5_1{display:flex;height:52px}.tab-bar.sc-tttx-tabs_1_5_1>.left-navigation.sc-tttx-tabs_1_5_1,.tab-bar.sc-tttx-tabs_1_5_1>.right-navigation.sc-tttx-tabs_1_5_1{padding:14px 8px;cursor:pointer}.tab-bar.sc-tttx-tabs_1_5_1>.left-navigation.sc-tttx-tabs_1_5_1>*.sc-tttx-tabs_1_5_1,.tab-bar.sc-tttx-tabs_1_5_1>.right-navigation.sc-tttx-tabs_1_5_1>*.sc-tttx-tabs_1_5_1{height:24px;width:24px;cursor:pointer}.tab-bar.sc-tttx-tabs_1_5_1>.tabs-container.sc-tttx-tabs_1_5_1{display:flex;border-bottom:1px solid #d5d5d5}.tab-bar.sc-tttx-tabs_1_5_1>.tabs-container.wide.sc-tttx-tabs_1_5_1{flex-grow:1}.tab-bar.sc-tttx-tabs_1_5_1>.tabs-container.sc-tttx-tabs_1_5_1>*[role=tab].sc-tttx-tabs_1_5_1{padding:18px 16px;line-height:16.408px;font-size:14px;font-weight:500;text-transform:uppercase;user-select:none;color:#757575;cursor:pointer}.tab-bar.sc-tttx-tabs_1_5_1>.tabs-container.sc-tttx-tabs_1_5_1>*[role=tab].sc-tttx-tabs_1_5_1:hover{background-color:rgba(17, 17, 17, 0.05)}.tab-bar.sc-tttx-tabs_1_5_1>.tabs-container.sc-tttx-tabs_1_5_1>*[role=tab][aria-selected].sc-tttx-tabs_1_5_1{color:#212121;cursor:default;border-bottom:3px solid #1579c6}";
5
+ const tttxTabsCss = ".material-symbols-rounded.sc-tttx-tabs_1_5_3{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-tabs_1_5_3-h{display:block}.tab-bar.sc-tttx-tabs_1_5_3{display:flex;height:52px}.tab-bar.sc-tttx-tabs_1_5_3>.left-navigation.sc-tttx-tabs_1_5_3,.tab-bar.sc-tttx-tabs_1_5_3>.right-navigation.sc-tttx-tabs_1_5_3{padding:14px 8px;cursor:pointer}.tab-bar.sc-tttx-tabs_1_5_3>.left-navigation.sc-tttx-tabs_1_5_3>*.sc-tttx-tabs_1_5_3,.tab-bar.sc-tttx-tabs_1_5_3>.right-navigation.sc-tttx-tabs_1_5_3>*.sc-tttx-tabs_1_5_3{height:24px;width:24px;cursor:pointer}.tab-bar.sc-tttx-tabs_1_5_3>.tabs-container.sc-tttx-tabs_1_5_3{display:flex;border-bottom:1px solid #d5d5d5}.tab-bar.sc-tttx-tabs_1_5_3>.tabs-container.wide.sc-tttx-tabs_1_5_3{flex-grow:1}.tab-bar.sc-tttx-tabs_1_5_3>.tabs-container.sc-tttx-tabs_1_5_3>*[role=tab].sc-tttx-tabs_1_5_3{padding:18px 16px;line-height:16.408px;font-size:14px;font-weight:500;text-transform:uppercase;user-select:none;color:#757575;cursor:pointer}.tab-bar.sc-tttx-tabs_1_5_3>.tabs-container.sc-tttx-tabs_1_5_3>*[role=tab].sc-tttx-tabs_1_5_3:hover{background-color:rgba(17, 17, 17, 0.05)}.tab-bar.sc-tttx-tabs_1_5_3>.tabs-container.sc-tttx-tabs_1_5_3>*[role=tab][aria-selected].sc-tttx-tabs_1_5_3{color:#212121;cursor:default;border-bottom:3px solid #1579c6}";
6
6
 
7
7
  const TttxTabs = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
8
8
  constructor() {
@@ -78,17 +78,17 @@ const TttxTabs = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
78
78
  return;
79
79
  }
80
80
  const selectedTab = this._tabs.find(tab => tab.selected);
81
- return (h(Host, null, h("div", null, h("div", { class: "tab-bar", role: "tablist", "aria-label": this.tabsName, ref: el => (this.tabList = el) }, this.navigation && (h("div", { class: "left-navigation", tabindex: "0", onClick: this.handleLeftNavigation.bind(this) }, h("tttx-icon_1_5_1", { icon: "navigate_before", color: "black" }))), h("div", { class: 'tabs-container' + (this.wide ? ' wide' : '') }, this._tabs.map(tab => {
81
+ return (h(Host, null, h("div", null, h("div", { class: "tab-bar", role: "tablist", "aria-label": this.tabsName, ref: el => (this.tabList = el) }, this.navigation && (h("div", { class: "left-navigation", tabindex: "0", onClick: this.handleLeftNavigation.bind(this) }, h("tttx-icon_1_5_3", { icon: "navigate_before", color: "black" }))), h("div", { class: 'tabs-container' + (this.wide ? ' wide' : '') }, this._tabs.map(tab => {
82
82
  return (h("a", { key: tab.id, id: tab.id, role: "tab", "aria-controls": tab.controls, tabindex: tab.tabIndex, "aria-selected": tab.selected, onClick: () => {
83
83
  this.handleTabClick(tab);
84
84
  } }, tab.tabName));
85
- })), this.navigation && (h("div", { class: "right-navigation", tabindex: "0", onClick: this.handleRightNavigation.bind(this) }, h("tttx-icon_1_5_1", { icon: "navigate_next", color: "black" })))), selectedTab && (h("article", { key: selectedTab.id, id: selectedTab.controls, role: "tabpanel", tabindex: "0", "aria-labelledby": selectedTab.id, "aria-expanded": selectedTab.selected, innerHTML: purify.sanitize(selectedTab.pageContent, domSanitiserOptions), hidden: !selectedTab.selected })))));
85
+ })), this.navigation && (h("div", { class: "right-navigation", tabindex: "0", onClick: this.handleRightNavigation.bind(this) }, h("tttx-icon_1_5_3", { icon: "navigate_next", color: "black" })))), selectedTab && (h("article", { key: selectedTab.id, id: selectedTab.controls, role: "tabpanel", tabindex: "0", "aria-labelledby": selectedTab.id, "aria-expanded": selectedTab.selected, innerHTML: purify.sanitize(selectedTab.pageContent, domSanitiserOptions), hidden: !selectedTab.selected })))));
86
86
  }
87
87
  static get watchers() { return {
88
88
  "tabs": ["onDataChange"]
89
89
  }; }
90
90
  static get style() { return tttxTabsCss; }
91
- }, [2, "tttx-tabs_1_5_1", {
91
+ }, [2, "tttx-tabs_1_5_3", {
92
92
  "tabsName": [1, "tabs-name"],
93
93
  "navigation": [4],
94
94
  "wide": [4],
@@ -99,14 +99,14 @@ function defineCustomElement$1() {
99
99
  if (typeof customElements === "undefined") {
100
100
  return;
101
101
  }
102
- const components = ["tttx-tabs_1_5_1", "tttx-icon_1_5_1"];
102
+ const components = ["tttx-tabs_1_5_3", "tttx-icon_1_5_3"];
103
103
  components.forEach(tagName => { switch (tagName) {
104
- case "tttx-tabs_1_5_1":
104
+ case "tttx-tabs_1_5_3":
105
105
  if (!customElements.get(tagName)) {
106
106
  customElements.define(tagName, TttxTabs);
107
107
  }
108
108
  break;
109
- case "tttx-icon_1_5_1":
109
+ case "tttx-icon_1_5_3":
110
110
  if (!customElements.get(tagName)) {
111
111
  defineCustomElement$2();
112
112
  }
@@ -114,7 +114,7 @@ function defineCustomElement$1() {
114
114
  } });
115
115
  }
116
116
 
117
- const TttxTabs_1_5_1 = TttxTabs;
117
+ const TttxTabs_1_5_3 = TttxTabs;
118
118
  const defineCustomElement = defineCustomElement$1;
119
119
 
120
- export { TttxTabs_1_5_1, defineCustomElement };
120
+ export { TttxTabs_1_5_3, defineCustomElement };
@@ -1,9 +1,9 @@
1
1
  import type { Components, JSX } from "../types/components";
2
2
 
3
- interface TttxTag_1_5_1 extends Components.TttxTag_1_5_1, HTMLElement {}
4
- export const TttxTag_1_5_1: {
5
- prototype: TttxTag_1_5_1;
6
- new (): TttxTag_1_5_1;
3
+ interface TttxTag_1_5_3 extends Components.TttxTag_1_5_3, HTMLElement {}
4
+ export const TttxTag_1_5_3: {
5
+ prototype: TttxTag_1_5_3;
6
+ new (): TttxTag_1_5_3;
7
7
  };
8
8
  /**
9
9
  * Used to define this component and all nested components recursively.
@@ -15,7 +15,7 @@ const TttxTag = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
15
15
  return (h(Host, null, h("div", { class: "tag", style: { 'background-color': this.color, color: this.textColor } }, h("span", null, this.text))));
16
16
  }
17
17
  static get style() { return tttxTagCss; }
18
- }, [1, "tttx-tag_1_5_1", {
18
+ }, [1, "tttx-tag_1_5_3", {
19
19
  "text": [1],
20
20
  "color": [1],
21
21
  "textColor": [1, "text-color"]
@@ -24,9 +24,9 @@ function defineCustomElement$1() {
24
24
  if (typeof customElements === "undefined") {
25
25
  return;
26
26
  }
27
- const components = ["tttx-tag_1_5_1"];
27
+ const components = ["tttx-tag_1_5_3"];
28
28
  components.forEach(tagName => { switch (tagName) {
29
- case "tttx-tag_1_5_1":
29
+ case "tttx-tag_1_5_3":
30
30
  if (!customElements.get(tagName)) {
31
31
  customElements.define(tagName, TttxTag);
32
32
  }
@@ -34,7 +34,7 @@ function defineCustomElement$1() {
34
34
  } });
35
35
  }
36
36
 
37
- const TttxTag_1_5_1 = TttxTag;
37
+ const TttxTag_1_5_3 = TttxTag;
38
38
  const defineCustomElement = defineCustomElement$1;
39
39
 
40
- export { TttxTag_1_5_1, defineCustomElement };
40
+ export { TttxTag_1_5_3, defineCustomElement };
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TttxTextarea_1_5_3 extends Components.TttxTextarea_1_5_3, HTMLElement {}
4
+ export const TttxTextarea_1_5_3: {
5
+ prototype: TttxTextarea_1_5_3;
6
+ new (): TttxTextarea_1_5_3;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -1,6 +1,6 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
2
 
3
- const tttxTextareaCss = ".material-symbols-rounded.sc-tttx-textarea_1_5_1{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-textarea_1_5_1-h{display:block}label.sc-tttx-textarea_1_5_1{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label.sc-tttx-textarea_1_5_1 .textarea-container.sc-tttx-textarea_1_5_1{position:relative}label.sc-tttx-textarea_1_5_1 .textarea-container.sc-tttx-textarea_1_5_1 textarea.sc-tttx-textarea_1_5_1{font-family:\"Roboto\", serif;box-sizing:border-box;width:100%;padding:9px 16px;font-size:16px;line-height:18.752px;border:1px solid #d5d5d5;border-radius:4px;margin-top:8px;resize:none}label.sc-tttx-textarea_1_5_1 .textarea-container.sc-tttx-textarea_1_5_1 textarea.no-label.sc-tttx-textarea_1_5_1{margin-top:0}label.sc-tttx-textarea_1_5_1 .textarea-container.sc-tttx-textarea_1_5_1 textarea.sc-tttx-textarea_1_5_1~.errorBubble.sc-tttx-textarea_1_5_1{font-size:14px;line-height:16.408px;font-weight:normal;width:100%;font-family:\"Roboto\", sans-serif;color:#dc0000;display:flex;align-content:center;align-items:center;justify-items:center;margin-top:4px}label.sc-tttx-textarea_1_5_1 .textarea-container.sc-tttx-textarea_1_5_1 textarea.sc-tttx-textarea_1_5_1~.errorBubble.sc-tttx-textarea_1_5_1:not(.visible){display:none}label.sc-tttx-textarea_1_5_1 .textarea-container.sc-tttx-textarea_1_5_1 textarea.sc-tttx-textarea_1_5_1~.errorBubble.sc-tttx-textarea_1_5_1 span.sc-tttx-textarea_1_5_1{color:#dc0000;font-size:16px;margin-right:4px}label.sc-tttx-textarea_1_5_1 .textarea-container.sc-tttx-textarea_1_5_1 textarea.sc-tttx-textarea_1_5_1:focus{border-color:#1479c6}label.sc-tttx-textarea_1_5_1 .textarea-container.sc-tttx-textarea_1_5_1 textarea.sc-tttx-textarea_1_5_1:focus-visible{outline:none}label.sc-tttx-textarea_1_5_1 .secondarylabel.sc-tttx-textarea_1_5_1{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label.sc-tttx-textarea_1_5_1 .optional.sc-tttx-textarea_1_5_1{color:#757575;font-weight:normal}";
3
+ const tttxTextareaCss = ".material-symbols-rounded.sc-tttx-textarea_1_5_3{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-textarea_1_5_3-h{display:block}label.sc-tttx-textarea_1_5_3{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label.sc-tttx-textarea_1_5_3 .textarea-container.sc-tttx-textarea_1_5_3{position:relative}label.sc-tttx-textarea_1_5_3 .textarea-container.sc-tttx-textarea_1_5_3 textarea.sc-tttx-textarea_1_5_3{font-family:\"Roboto\", serif;box-sizing:border-box;width:100%;padding:9px 16px;font-size:16px;line-height:18.752px;border:1px solid #d5d5d5;border-radius:4px;margin-top:8px;resize:none}label.sc-tttx-textarea_1_5_3 .textarea-container.sc-tttx-textarea_1_5_3 textarea.no-label.sc-tttx-textarea_1_5_3{margin-top:0}label.sc-tttx-textarea_1_5_3 .textarea-container.sc-tttx-textarea_1_5_3 textarea.sc-tttx-textarea_1_5_3~.errorBubble.sc-tttx-textarea_1_5_3{font-size:14px;line-height:16.408px;font-weight:normal;width:100%;font-family:\"Roboto\", sans-serif;color:#dc0000;display:flex;align-content:center;align-items:center;justify-items:center;margin-top:4px}label.sc-tttx-textarea_1_5_3 .textarea-container.sc-tttx-textarea_1_5_3 textarea.sc-tttx-textarea_1_5_3~.errorBubble.sc-tttx-textarea_1_5_3:not(.visible){display:none}label.sc-tttx-textarea_1_5_3 .textarea-container.sc-tttx-textarea_1_5_3 textarea.sc-tttx-textarea_1_5_3~.errorBubble.sc-tttx-textarea_1_5_3 span.sc-tttx-textarea_1_5_3{color:#dc0000;font-size:16px;margin-right:4px}label.sc-tttx-textarea_1_5_3 .textarea-container.sc-tttx-textarea_1_5_3 textarea.sc-tttx-textarea_1_5_3:focus{border-color:#1479c6}label.sc-tttx-textarea_1_5_3 .textarea-container.sc-tttx-textarea_1_5_3 textarea.sc-tttx-textarea_1_5_3:focus-visible{outline:none}label.sc-tttx-textarea_1_5_3 .secondarylabel.sc-tttx-textarea_1_5_3{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label.sc-tttx-textarea_1_5_3 .optional.sc-tttx-textarea_1_5_3{color:#757575;font-weight:normal}";
4
4
 
5
5
  const TttxTextarea = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
6
6
  constructor() {
@@ -51,7 +51,7 @@ const TttxTextarea = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
51
51
  return (h(Host, null, h("label", null, this.label, !this.required ? h("span", { class: "optional" }, "\u00A0(optional)") : '', h("div", { class: "textarea-container" }, h("textarea", { rows: this.rows, class: classNames, autofocus: this.textareaautofocus, enterkeyhint: this.inputkeyhint, tabindex: this.inputindex, title: this.inputtitle, disabled: this.disabled, maxlength: this.maxlength, name: this.name, placeholder: this.placeholder, readonly: this.readonly, required: this.required, value: this.value, onBlur: this.handleBlur.bind(this), onFocus: this.handleFocus.bind(this), onInput: this.handleChange.bind(this), onInvalid: this.handleInvalid.bind(this) }), this.secondarylabel && h("span", { class: "secondarylabel" }, this.secondarylabel), this.showerrorbubble && (h("span", { class: ['errorBubble', this.showerrormsg && this.errormsg ? 'visible' : ''].join(' ') }, h("span", { class: "material-symbols-rounded validationicon" }, "warning"), " ", this.errormsg))))));
52
52
  }
53
53
  static get style() { return tttxTextareaCss; }
54
- }, [2, "tttx-textarea_1_5_1", {
54
+ }, [2, "tttx-textarea_1_5_3", {
55
55
  "label": [1],
56
56
  "secondarylabel": [1],
57
57
  "showerrormsg": [4],
@@ -74,9 +74,9 @@ function defineCustomElement$1() {
74
74
  if (typeof customElements === "undefined") {
75
75
  return;
76
76
  }
77
- const components = ["tttx-textarea_1_5_1"];
77
+ const components = ["tttx-textarea_1_5_3"];
78
78
  components.forEach(tagName => { switch (tagName) {
79
- case "tttx-textarea_1_5_1":
79
+ case "tttx-textarea_1_5_3":
80
80
  if (!customElements.get(tagName)) {
81
81
  customElements.define(tagName, TttxTextarea);
82
82
  }
@@ -84,7 +84,7 @@ function defineCustomElement$1() {
84
84
  } });
85
85
  }
86
86
 
87
- const TttxTextarea_1_5_1 = TttxTextarea;
87
+ const TttxTextarea_1_5_3 = TttxTextarea;
88
88
  const defineCustomElement = defineCustomElement$1;
89
89
 
90
- export { TttxTextarea_1_5_1, defineCustomElement };
90
+ export { TttxTextarea_1_5_3, defineCustomElement };
@@ -28,7 +28,7 @@ const TttxToolbar = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
28
28
  return (h(Host, null, h("div", { class: `container ${this.border ? 'bordered' : ''} ${this.viewSize}` }, h("slot", { name: 'before' }), h("slot", { name: 'center' }), h("slot", { name: 'after' }))));
29
29
  }
30
30
  static get style() { return tttxToolbarCss; }
31
- }, [1, "tttx-toolbar_1_5_1", {
31
+ }, [1, "tttx-toolbar_1_5_3", {
32
32
  "border": [4],
33
33
  "viewSize": [32]
34
34
  }, [[9, "resize", "handleResize"]]]);
@@ -36,9 +36,9 @@ function defineCustomElement() {
36
36
  if (typeof customElements === "undefined") {
37
37
  return;
38
38
  }
39
- const components = ["tttx-toolbar_1_5_1"];
39
+ const components = ["tttx-toolbar_1_5_3"];
40
40
  components.forEach(tagName => { switch (tagName) {
41
- case "tttx-toolbar_1_5_1":
41
+ case "tttx-toolbar_1_5_3":
42
42
  if (!customElements.get(tagName)) {
43
43
  customElements.define(tagName, TttxToolbar);
44
44
  }
@@ -1,9 +1,9 @@
1
1
  import type { Components, JSX } from "../types/components";
2
2
 
3
- interface TttxToolbar_1_5_1 extends Components.TttxToolbar_1_5_1, HTMLElement {}
4
- export const TttxToolbar_1_5_1: {
5
- prototype: TttxToolbar_1_5_1;
6
- new (): TttxToolbar_1_5_1;
3
+ interface TttxToolbar_1_5_3 extends Components.TttxToolbar_1_5_3, HTMLElement {}
4
+ export const TttxToolbar_1_5_3: {
5
+ prototype: TttxToolbar_1_5_3;
6
+ new (): TttxToolbar_1_5_3;
7
7
  };
8
8
  /**
9
9
  * Used to define this component and all nested components recursively.
@@ -1,6 +1,6 @@
1
1
  import { T as TttxToolbar, d as defineCustomElement$1 } from './tttx-toolbar.js';
2
2
 
3
- const TttxToolbar_1_5_1 = TttxToolbar;
3
+ const TttxToolbar_1_5_3 = TttxToolbar;
4
4
  const defineCustomElement = defineCustomElement$1;
5
5
 
6
- export { TttxToolbar_1_5_1, defineCustomElement };
6
+ export { TttxToolbar_1_5_3, defineCustomElement };
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TttxTreeView_1_5_3 extends Components.TttxTreeView_1_5_3, HTMLElement {}
4
+ export const TttxTreeView_1_5_3: {
5
+ prototype: TttxTreeView_1_5_3;
6
+ new (): TttxTreeView_1_5_3;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;