@3t-transform/threeteeui 0.2.121 → 1.0.0

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 (235) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/{tttx-button.cjs.entry.js → tttx-button_localcomponent.cjs.entry.js} +2 -2
  3. package/dist/cjs/{tttx-checkbox-group-caption.cjs.entry.js → tttx-checkbox-group-caption_localcomponent.cjs.entry.js} +1 -1
  4. package/dist/cjs/{tttx-checkbox-group-heading.cjs.entry.js → tttx-checkbox-group-heading_localcomponent.cjs.entry.js} +1 -1
  5. package/dist/cjs/{tttx-checkbox-group.cjs.entry.js → tttx-checkbox-group_localcomponent.cjs.entry.js} +1 -1
  6. package/dist/cjs/{tttx-checkbox.cjs.entry.js → tttx-checkbox_localcomponent.cjs.entry.js} +2 -2
  7. package/dist/cjs/tttx-data-pattern_localcomponent.cjs.entry.js +23 -0
  8. package/dist/cjs/{tttx-dialog-box.cjs.entry.js → tttx-dialog-box_localcomponent.cjs.entry.js} +3 -3
  9. package/dist/cjs/{tttx-dialog.cjs.entry.js → tttx-dialog_localcomponent.cjs.entry.js} +2 -2
  10. package/dist/cjs/{tttx-expander.cjs.entry.js → tttx-expander_localcomponent.cjs.entry.js} +2 -2
  11. package/dist/cjs/{tttx-filter_4.cjs.entry.js → tttx-filter_localcomponent_4.cjs.entry.js} +9 -9
  12. package/dist/cjs/{tttx-form.cjs.entry.js → tttx-form_localcomponent.cjs.entry.js} +2 -8
  13. package/dist/cjs/{tttx-icon.cjs.entry.js → tttx-icon_localcomponent.cjs.entry.js} +1 -1
  14. package/dist/cjs/{tttx-keyvalue-block.cjs.entry.js → tttx-keyvalue-block_localcomponent.cjs.entry.js} +1 -1
  15. package/dist/cjs/{tttx-loading-spinner.cjs.entry.js → tttx-loading-spinner_localcomponent.cjs.entry.js} +1 -1
  16. package/dist/cjs/{tttx-multiselect-box.cjs.entry.js → tttx-multiselect-box_localcomponent.cjs.entry.js} +6 -6
  17. package/dist/cjs/{tttx-percentage-bar.cjs.entry.js → tttx-percentage-bar_localcomponent.cjs.entry.js} +2 -2
  18. package/dist/cjs/{tttx-qrcode.cjs.entry.js → tttx-qrcode_localcomponent.cjs.entry.js} +1 -1
  19. package/dist/cjs/{tttx-select-box.cjs.entry.js → tttx-select-box_localcomponent.cjs.entry.js} +3 -3
  20. package/dist/cjs/tttx-standalone-input_localcomponent.cjs.entry.js +94 -0
  21. package/dist/cjs/{tttx-tabs.cjs.entry.js → tttx-tabs_localcomponent.cjs.entry.js} +4 -4
  22. package/dist/cjs/{tttx-tag.cjs.entry.js → tttx-tag_localcomponent.cjs.entry.js} +1 -1
  23. package/dist/cjs/{tttx-textarea.cjs.entry.js → tttx-textarea_localcomponent.cjs.entry.js} +2 -2
  24. package/dist/cjs/{tttx-tree-view.cjs.entry.js → tttx-tree-view_localcomponent.cjs.entry.js} +3 -3
  25. package/dist/cjs/tttx.cjs.js +1 -1
  26. package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
  27. package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
  28. package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
  29. package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
  30. package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +1 -1
  31. package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +1 -1
  32. package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +1 -1
  33. package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +6 -6
  34. package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +1 -1
  35. package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +1 -1
  36. package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.js +1 -1
  37. package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.stories.js +5 -5
  38. package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.js +1 -1
  39. package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.stories.js +1 -1
  40. package/dist/collection/components/atoms/tttx-tag/tttx-tag.js +1 -1
  41. package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
  42. package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption.js +1 -1
  43. package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading.js +1 -1
  44. package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.js +1 -1
  45. package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.stories.js +10 -10
  46. package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
  47. package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
  48. package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
  49. package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
  50. package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
  51. package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
  52. package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
  53. package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
  54. package/dist/collection/components/molecules/tttx-form/tttx-form.js +2 -14
  55. package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +5 -5
  56. package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
  57. package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +46 -46
  58. package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +6 -6
  59. package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +33 -33
  60. package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +3 -3
  61. package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +16 -16
  62. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
  63. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
  64. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
  65. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
  66. package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
  67. package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
  68. package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
  69. package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
  70. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
  71. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
  72. package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
  73. package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
  74. package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +2 -2
  75. package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
  76. package/dist/components/index.d.ts +26 -26
  77. package/dist/components/index.js +26 -26
  78. package/dist/components/tttx-button.js +57 -4
  79. package/dist/components/{tttx-data-pattern.d.ts → tttx-button_localcomponent.d.ts} +4 -4
  80. package/dist/components/tttx-button_localcomponent.js +6 -0
  81. package/dist/components/tttx-checkbox-group-caption_localcomponent.d.ts +11 -0
  82. package/dist/components/{tttx-checkbox-group-caption.js → tttx-checkbox-group-caption_localcomponent.js} +7 -7
  83. package/dist/components/tttx-checkbox-group-heading_localcomponent.d.ts +11 -0
  84. package/dist/components/{tttx-checkbox-group-heading.js → tttx-checkbox-group-heading_localcomponent.js} +7 -7
  85. package/dist/components/tttx-checkbox-group_localcomponent.d.ts +11 -0
  86. package/dist/components/{tttx-checkbox-group.js → tttx-checkbox-group_localcomponent.js} +7 -7
  87. package/dist/components/{tttx-checkbox-group.d.ts → tttx-checkbox_localcomponent.d.ts} +4 -4
  88. package/dist/components/{tttx-checkbox.js → tttx-checkbox_localcomponent.js} +10 -10
  89. package/dist/components/tttx-data-pattern_localcomponent.d.ts +11 -0
  90. package/dist/components/tttx-data-pattern_localcomponent.js +84 -0
  91. package/dist/components/tttx-dialog-box_localcomponent.d.ts +11 -0
  92. package/dist/components/{tttx-dialog-box.js → tttx-dialog-box_localcomponent.js} +13 -13
  93. package/dist/components/tttx-dialog_localcomponent.d.ts +11 -0
  94. package/dist/components/{tttx-dialog.js → tttx-dialog_localcomponent.js} +12 -12
  95. package/dist/components/tttx-expander_localcomponent.d.ts +11 -0
  96. package/dist/components/{tttx-expander.js → tttx-expander_localcomponent.js} +10 -10
  97. package/dist/components/tttx-filter.js +223 -4
  98. package/dist/components/tttx-filter_localcomponent.d.ts +11 -0
  99. package/dist/components/tttx-filter_localcomponent.js +6 -0
  100. package/dist/components/{tttx-button.d.ts → tttx-form_localcomponent.d.ts} +4 -4
  101. package/dist/components/{tttx-form.js → tttx-form_localcomponent.js} +14 -20
  102. package/dist/components/tttx-icon.js +38 -4
  103. package/dist/components/{tttx-checkbox.d.ts → tttx-icon_localcomponent.d.ts} +4 -4
  104. package/dist/components/tttx-icon_localcomponent.js +6 -0
  105. package/dist/components/tttx-keyvalue-block_localcomponent.d.ts +11 -0
  106. package/dist/components/{tttx-keyvalue-block.js → tttx-keyvalue-block_localcomponent.js} +7 -7
  107. package/dist/components/tttx-list.js +92 -4
  108. package/dist/components/{tttx-dialog.d.ts → tttx-list_localcomponent.d.ts} +4 -4
  109. package/dist/components/tttx-list_localcomponent.js +6 -0
  110. package/dist/components/tttx-loading-spinner_localcomponent.d.ts +11 -0
  111. package/dist/components/{tttx-loading-spinner.js → tttx-loading-spinner_localcomponent.js} +7 -7
  112. package/dist/components/tttx-multiselect-box_localcomponent.d.ts +11 -0
  113. package/dist/components/{tttx-multiselect-box.js → tttx-multiselect-box_localcomponent.js} +18 -18
  114. package/dist/components/tttx-percentage-bar_localcomponent.d.ts +11 -0
  115. package/dist/components/{tttx-percentage-bar.js → tttx-percentage-bar_localcomponent.js} +8 -8
  116. package/dist/components/tttx-qrcode_localcomponent.d.ts +11 -0
  117. package/dist/components/{tttx-qrcode.js → tttx-qrcode_localcomponent.js} +5 -5
  118. package/dist/components/tttx-select-box.js +169 -4
  119. package/dist/components/tttx-select-box_localcomponent.d.ts +11 -0
  120. package/dist/components/tttx-select-box_localcomponent.js +6 -0
  121. package/dist/components/tttx-sorter.js +142 -4
  122. package/dist/components/tttx-sorter_localcomponent.d.ts +11 -0
  123. package/dist/components/tttx-sorter_localcomponent.js +6 -0
  124. package/dist/components/tttx-standalone-input.js +141 -4
  125. package/dist/components/tttx-standalone-input_localcomponent.d.ts +11 -0
  126. package/dist/components/tttx-standalone-input_localcomponent.js +6 -0
  127. package/dist/components/{tttx-dialog-box.d.ts → tttx-tabs_localcomponent.d.ts} +4 -4
  128. package/dist/components/{tttx-tabs.js → tttx-tabs_localcomponent.js} +12 -12
  129. package/dist/components/{tttx-select-box.d.ts → tttx-tag_localcomponent.d.ts} +4 -4
  130. package/dist/components/{tttx-tag.js → tttx-tag_localcomponent.js} +7 -7
  131. package/dist/components/tttx-textarea_localcomponent.d.ts +11 -0
  132. package/dist/components/{tttx-textarea.js → tttx-textarea_localcomponent.js} +8 -8
  133. package/dist/components/tttx-toolbar.js +47 -4
  134. package/dist/components/{tttx-keyvalue-block.d.ts → tttx-toolbar_localcomponent.d.ts} +4 -4
  135. package/dist/components/tttx-toolbar_localcomponent.js +6 -0
  136. package/dist/components/tttx-tree-view_localcomponent.d.ts +11 -0
  137. package/dist/components/{tttx-tree-view.js → tttx-tree-view_localcomponent.js} +13 -13
  138. package/dist/esm/loader.js +1 -1
  139. package/dist/esm/{tttx-button.entry.js → tttx-button_localcomponent.entry.js} +2 -2
  140. package/dist/esm/{tttx-checkbox-group-caption.entry.js → tttx-checkbox-group-caption_localcomponent.entry.js} +1 -1
  141. package/dist/esm/{tttx-checkbox-group-heading.entry.js → tttx-checkbox-group-heading_localcomponent.entry.js} +1 -1
  142. package/dist/esm/{tttx-checkbox-group.entry.js → tttx-checkbox-group_localcomponent.entry.js} +1 -1
  143. package/dist/esm/{tttx-checkbox.entry.js → tttx-checkbox_localcomponent.entry.js} +2 -2
  144. package/dist/esm/tttx-data-pattern_localcomponent.entry.js +19 -0
  145. package/dist/esm/{tttx-dialog-box.entry.js → tttx-dialog-box_localcomponent.entry.js} +3 -3
  146. package/dist/esm/{tttx-dialog.entry.js → tttx-dialog_localcomponent.entry.js} +2 -2
  147. package/dist/esm/{tttx-expander.entry.js → tttx-expander_localcomponent.entry.js} +2 -2
  148. package/dist/esm/{tttx-filter_4.entry.js → tttx-filter_localcomponent_4.entry.js} +6 -6
  149. package/dist/esm/{tttx-form.entry.js → tttx-form_localcomponent.entry.js} +2 -8
  150. package/dist/esm/{tttx-icon.entry.js → tttx-icon_localcomponent.entry.js} +1 -1
  151. package/dist/esm/{tttx-keyvalue-block.entry.js → tttx-keyvalue-block_localcomponent.entry.js} +1 -1
  152. package/dist/esm/{tttx-loading-spinner.entry.js → tttx-loading-spinner_localcomponent.entry.js} +1 -1
  153. package/dist/esm/{tttx-multiselect-box.entry.js → tttx-multiselect-box_localcomponent.entry.js} +6 -6
  154. package/dist/esm/{tttx-percentage-bar.entry.js → tttx-percentage-bar_localcomponent.entry.js} +2 -2
  155. package/dist/esm/{tttx-qrcode.entry.js → tttx-qrcode_localcomponent.entry.js} +1 -1
  156. package/dist/esm/{tttx-select-box.entry.js → tttx-select-box_localcomponent.entry.js} +3 -3
  157. package/dist/esm/tttx-standalone-input_localcomponent.entry.js +90 -0
  158. package/dist/esm/{tttx-tabs.entry.js → tttx-tabs_localcomponent.entry.js} +4 -4
  159. package/dist/esm/{tttx-tag.entry.js → tttx-tag_localcomponent.entry.js} +1 -1
  160. package/dist/esm/{tttx-textarea.entry.js → tttx-textarea_localcomponent.entry.js} +2 -2
  161. package/dist/esm/{tttx-tree-view.entry.js → tttx-tree-view_localcomponent.entry.js} +3 -3
  162. package/dist/esm/tttx.js +1 -1
  163. package/dist/tttx/{p-54cedeca.entry.js → p-05c242f0.entry.js} +1 -1
  164. package/dist/tttx/{p-bf48f423.entry.js → p-0e515960.entry.js} +1 -1
  165. package/dist/tttx/{p-02017641.entry.js → p-1e5ff5f8.entry.js} +1 -1
  166. package/dist/tttx/p-1f6cb3c3.entry.js +1 -0
  167. package/dist/tttx/p-23f45005.entry.js +1 -0
  168. package/dist/tttx/p-56c8c353.entry.js +1 -0
  169. package/dist/tttx/{p-065ad72e.entry.js → p-59c7b049.entry.js} +1 -1
  170. package/dist/tttx/p-5b3e1fae.entry.js +1 -0
  171. package/dist/tttx/p-63ad6fb7.entry.js +1 -0
  172. package/dist/tttx/p-6704ac94.entry.js +1 -0
  173. package/dist/tttx/p-6abfd043.entry.js +1 -0
  174. package/dist/tttx/p-72ede7d8.entry.js +1 -0
  175. package/dist/tttx/{p-06a0f85e.entry.js → p-796f699a.entry.js} +1 -1
  176. package/dist/tttx/p-7a7fb9b3.entry.js +1 -0
  177. package/dist/tttx/{p-30da2278.entry.js → p-87481935.entry.js} +1 -1
  178. package/dist/tttx/{p-d59980ee.entry.js → p-9434561e.entry.js} +1 -1
  179. package/dist/tttx/{p-866047c1.entry.js → p-a01e679a.entry.js} +1 -1
  180. package/dist/tttx/p-a8e76e78.entry.js +1 -0
  181. package/dist/tttx/{p-bdee8c29.entry.js → p-c170e3b8.entry.js} +1 -1
  182. package/dist/tttx/p-c3d6914a.entry.js +1 -0
  183. package/dist/tttx/p-ee358ce4.entry.js +1 -0
  184. package/dist/tttx/{p-e0ed9a93.entry.js → p-f374e293.entry.js} +1 -1
  185. package/dist/tttx/p-fe967031.entry.js +1 -0
  186. package/dist/tttx/tttx.esm.js +1 -1
  187. package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +0 -6
  188. package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
  189. package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
  190. package/dist/types/components.d.ts +318 -318
  191. package/package.json +3 -2
  192. package/dist/cjs/tttx-data-pattern.cjs.entry.js +0 -23
  193. package/dist/cjs/tttx-standalone-input.cjs.entry.js +0 -94
  194. package/dist/components/tttx-button2.js +0 -59
  195. package/dist/components/tttx-checkbox-group-caption.d.ts +0 -11
  196. package/dist/components/tttx-checkbox-group-heading.d.ts +0 -11
  197. package/dist/components/tttx-data-pattern.js +0 -84
  198. package/dist/components/tttx-expander.d.ts +0 -11
  199. package/dist/components/tttx-filter.d.ts +0 -11
  200. package/dist/components/tttx-filter2.js +0 -225
  201. package/dist/components/tttx-form.d.ts +0 -11
  202. package/dist/components/tttx-icon.d.ts +0 -11
  203. package/dist/components/tttx-icon2.js +0 -40
  204. package/dist/components/tttx-list.d.ts +0 -11
  205. package/dist/components/tttx-list2.js +0 -94
  206. package/dist/components/tttx-loading-spinner.d.ts +0 -11
  207. package/dist/components/tttx-multiselect-box.d.ts +0 -11
  208. package/dist/components/tttx-percentage-bar.d.ts +0 -11
  209. package/dist/components/tttx-qrcode.d.ts +0 -11
  210. package/dist/components/tttx-select-box2.js +0 -171
  211. package/dist/components/tttx-sorter.d.ts +0 -11
  212. package/dist/components/tttx-sorter2.js +0 -144
  213. package/dist/components/tttx-standalone-input.d.ts +0 -11
  214. package/dist/components/tttx-standalone-input2.js +0 -143
  215. package/dist/components/tttx-tabs.d.ts +0 -11
  216. package/dist/components/tttx-tag.d.ts +0 -11
  217. package/dist/components/tttx-textarea.d.ts +0 -11
  218. package/dist/components/tttx-toolbar.d.ts +0 -11
  219. package/dist/components/tttx-toolbar2.js +0 -49
  220. package/dist/components/tttx-tree-view.d.ts +0 -11
  221. package/dist/esm/tttx-data-pattern.entry.js +0 -19
  222. package/dist/esm/tttx-standalone-input.entry.js +0 -90
  223. package/dist/tttx/p-0a1a9da5.entry.js +0 -1
  224. package/dist/tttx/p-0bd3d6cd.entry.js +0 -1
  225. package/dist/tttx/p-0d962a44.entry.js +0 -1
  226. package/dist/tttx/p-1ecf24cc.entry.js +0 -1
  227. package/dist/tttx/p-2f46fcbc.entry.js +0 -1
  228. package/dist/tttx/p-36f0dc1d.entry.js +0 -1
  229. package/dist/tttx/p-4e2bc070.entry.js +0 -1
  230. package/dist/tttx/p-706901da.entry.js +0 -1
  231. package/dist/tttx/p-71a8ab3d.entry.js +0 -1
  232. package/dist/tttx/p-872cd825.entry.js +0 -1
  233. package/dist/tttx/p-8fd1d664.entry.js +0 -1
  234. package/dist/tttx/p-c45c095c.entry.js +0 -1
  235. package/dist/tttx/p-d21cec88.entry.js +0 -1
@@ -1,9 +1,9 @@
1
1
  import type { Components, JSX } from "../types/components";
2
2
 
3
- interface TttxSelectBox extends Components.TttxSelectBox, HTMLElement {}
4
- export const TttxSelectBox: {
5
- prototype: TttxSelectBox;
6
- new (): TttxSelectBox;
3
+ interface TttxTag_1_0_0 extends Components.TttxTag_1_0_0, HTMLElement {}
4
+ export const TttxTag_1_0_0: {
5
+ prototype: TttxTag_1_0_0;
6
+ new (): TttxTag_1_0_0;
7
7
  };
8
8
  /**
9
9
  * Used to define this component and all nested components recursively.
@@ -2,7 +2,7 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal
2
2
 
3
3
  const tttxTagCss = ".material-symbols-rounded{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}button{cursor:pointer}.button{font-family:Roboto, serif;box-sizing:border-box;height:36px;min-width:36px;padding:0;margin:0;background:transparent;color:#212121;border:1px solid #c8c8c8;border-radius:4px;text-transform:uppercase;display:flex;justify-content:left;align-items:center;font-size:14px;font-weight:500}.button-content{display:block;padding:0 16px}.icon-left,.icon-right{margin-top:4px}.iconleft{padding-left:8px}.iconleft .button-content{padding-left:4px}.iconright{padding-right:8px}.iconright .button-content{padding-right:4px}.notext{padding:0 6px}.button:active{background:rgba(17, 17, 17, 0.2);border:1px solid #d5d5d5}.primary{background:#1479c6;border:1px solid #1479c6;color:white}.primary:active{background:#1464a2;border:1px solid #1464a2}.borderless{background:transparent;border:none;color:#212121}.borderless:active{background:rgba(17, 17, 17, 0.2);border:none}.borderless-circle{background:transparent;border:none;color:#212121;border-radius:50%}.borderless-circle:active{border:none}.borderless-circle:focus{border-color:transparent}.danger{background:#dc0000;border:1px solid #dc0000;color:white}.danger:active{background:#b00000;border:1px solid #b00000}.disabled{background:#aeaeae;border:none;color:#4c4c4c;cursor:not-allowed}.disabled:active{background:#aeaeae;border:none;color:#4c4c4c;cursor:not-allowed}@media (hover: hover){.button:hover{background:rgba(17, 17, 17, 0.1);border:1px solid #d5d5d5}.primary:hover{background:#146eb3;border:1px solid #146eb3}.borderless:hover{background:rgba(17, 17, 17, 0.1);border:none}.borderless-circle:hover{background:rgba(17, 17, 17, 0.1);border:none}.danger:hover{background:#c60000;border:1px solid #c60000}.disabled:hover{background:#aeaeae;border:none;color:#4c4c4c;cursor:not-allowed}}:host{display:inline-block}.tag{border-radius:20px;padding:4px;font-family:\"Roboto\", sans-serif;font-size:14px;font-weight:400}.tag span{margin-left:4px;margin-right:4px}.icon{height:18px;width:18px;font-weight:400}";
4
4
 
5
- const TttxTag$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
5
+ const TttxTag = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
6
6
  constructor() {
7
7
  super();
8
8
  this.__registerHost();
@@ -15,7 +15,7 @@ const TttxTag$1 = /*@__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", {
18
+ }, [1, "tttx-tag_1_0_0", {
19
19
  "text": [1],
20
20
  "color": [1],
21
21
  "textColor": [1, "text-color"]
@@ -24,17 +24,17 @@ function defineCustomElement$1() {
24
24
  if (typeof customElements === "undefined") {
25
25
  return;
26
26
  }
27
- const components = ["tttx-tag"];
27
+ const components = ["tttx-tag_1_0_0"];
28
28
  components.forEach(tagName => { switch (tagName) {
29
- case "tttx-tag":
29
+ case "tttx-tag_1_0_0":
30
30
  if (!customElements.get(tagName)) {
31
- customElements.define(tagName, TttxTag$1);
31
+ customElements.define(tagName, TttxTag);
32
32
  }
33
33
  break;
34
34
  } });
35
35
  }
36
36
 
37
- const TttxTag = TttxTag$1;
37
+ const TttxTag_1_0_0 = TttxTag;
38
38
  const defineCustomElement = defineCustomElement$1;
39
39
 
40
- export { TttxTag, defineCustomElement };
40
+ export { TttxTag_1_0_0, defineCustomElement };
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TttxTextarea_1_0_0 extends Components.TttxTextarea_1_0_0, HTMLElement {}
4
+ export const TttxTextarea_1_0_0: {
5
+ prototype: TttxTextarea_1_0_0;
6
+ new (): TttxTextarea_1_0_0;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -1,8 +1,8 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
2
 
3
- const tttxTextareaCss = ".material-symbols-rounded.sc-tttx-textarea{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-textarea-h{display:block}label.sc-tttx-textarea{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label.sc-tttx-textarea .textarea-container.sc-tttx-textarea{position:relative}label.sc-tttx-textarea .textarea-container.sc-tttx-textarea textarea.sc-tttx-textarea{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 .textarea-container.sc-tttx-textarea textarea.no-label.sc-tttx-textarea{margin-top:0}label.sc-tttx-textarea .textarea-container.sc-tttx-textarea textarea.sc-tttx-textarea~.errorBubble.sc-tttx-textarea{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 .textarea-container.sc-tttx-textarea textarea.sc-tttx-textarea~.errorBubble.sc-tttx-textarea:not(.visible){display:none}label.sc-tttx-textarea .textarea-container.sc-tttx-textarea textarea.sc-tttx-textarea~.errorBubble.sc-tttx-textarea span.sc-tttx-textarea{color:#dc0000;font-size:16px;margin-right:4px}label.sc-tttx-textarea .textarea-container.sc-tttx-textarea textarea.sc-tttx-textarea:focus{border-color:#1479c6}label.sc-tttx-textarea .textarea-container.sc-tttx-textarea textarea.sc-tttx-textarea:focus-visible{outline:none}label.sc-tttx-textarea .secondarylabel.sc-tttx-textarea{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label.sc-tttx-textarea .optional.sc-tttx-textarea{color:#757575;font-weight:normal}";
3
+ const tttxTextareaCss = ".material-symbols-rounded.sc-tttx-textarea_1_0_0{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-textarea_1_0_0-h{display:block}label.sc-tttx-textarea_1_0_0{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label.sc-tttx-textarea_1_0_0 .textarea-container.sc-tttx-textarea_1_0_0{position:relative}label.sc-tttx-textarea_1_0_0 .textarea-container.sc-tttx-textarea_1_0_0 textarea.sc-tttx-textarea_1_0_0{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_0_0 .textarea-container.sc-tttx-textarea_1_0_0 textarea.no-label.sc-tttx-textarea_1_0_0{margin-top:0}label.sc-tttx-textarea_1_0_0 .textarea-container.sc-tttx-textarea_1_0_0 textarea.sc-tttx-textarea_1_0_0~.errorBubble.sc-tttx-textarea_1_0_0{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_0_0 .textarea-container.sc-tttx-textarea_1_0_0 textarea.sc-tttx-textarea_1_0_0~.errorBubble.sc-tttx-textarea_1_0_0:not(.visible){display:none}label.sc-tttx-textarea_1_0_0 .textarea-container.sc-tttx-textarea_1_0_0 textarea.sc-tttx-textarea_1_0_0~.errorBubble.sc-tttx-textarea_1_0_0 span.sc-tttx-textarea_1_0_0{color:#dc0000;font-size:16px;margin-right:4px}label.sc-tttx-textarea_1_0_0 .textarea-container.sc-tttx-textarea_1_0_0 textarea.sc-tttx-textarea_1_0_0:focus{border-color:#1479c6}label.sc-tttx-textarea_1_0_0 .textarea-container.sc-tttx-textarea_1_0_0 textarea.sc-tttx-textarea_1_0_0:focus-visible{outline:none}label.sc-tttx-textarea_1_0_0 .secondarylabel.sc-tttx-textarea_1_0_0{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label.sc-tttx-textarea_1_0_0 .optional.sc-tttx-textarea_1_0_0{color:#757575;font-weight:normal}";
4
4
 
5
- const TttxTextarea$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
5
+ const TttxTextarea = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
6
6
  constructor() {
7
7
  super();
8
8
  this.__registerHost();
@@ -51,7 +51,7 @@ const TttxTextarea$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
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", {
54
+ }, [2, "tttx-textarea_1_0_0", {
55
55
  "label": [1],
56
56
  "secondarylabel": [1],
57
57
  "showerrormsg": [4],
@@ -74,17 +74,17 @@ function defineCustomElement$1() {
74
74
  if (typeof customElements === "undefined") {
75
75
  return;
76
76
  }
77
- const components = ["tttx-textarea"];
77
+ const components = ["tttx-textarea_1_0_0"];
78
78
  components.forEach(tagName => { switch (tagName) {
79
- case "tttx-textarea":
79
+ case "tttx-textarea_1_0_0":
80
80
  if (!customElements.get(tagName)) {
81
- customElements.define(tagName, TttxTextarea$1);
81
+ customElements.define(tagName, TttxTextarea);
82
82
  }
83
83
  break;
84
84
  } });
85
85
  }
86
86
 
87
- const TttxTextarea = TttxTextarea$1;
87
+ const TttxTextarea_1_0_0 = TttxTextarea;
88
88
  const defineCustomElement = defineCustomElement$1;
89
89
 
90
- export { TttxTextarea, defineCustomElement };
90
+ export { TttxTextarea_1_0_0, defineCustomElement };
@@ -1,6 +1,49 @@
1
- import { T as TttxToolbar$1, d as defineCustomElement$1 } from './tttx-toolbar2.js';
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
2
 
3
- const TttxToolbar = TttxToolbar$1;
4
- const defineCustomElement = defineCustomElement$1;
3
+ const tttxToolbarCss = ".container{display:flex;align-items:flex-end;row-gap:8px;padding:8px 0;flex-wrap:wrap}.container.bordered{border-bottom:1px solid #d5d5d5}.desktop ::slotted([slot=before]){flex:1 1 0px}.desktop ::slotted([slot=center]){flex:0 1 fit-content}.desktop ::slotted([slot=after]){flex:1 1 0px}::slotted([slot=before]){display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px}::slotted([slot=center]){display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;gap:8px}::slotted([slot=after]){display:flex;justify-content:end;align-items:flex-end;flex-wrap:wrap;gap:8px}";
5
4
 
6
- export { TttxToolbar, defineCustomElement };
5
+ const TttxToolbar = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
6
+ constructor() {
7
+ super();
8
+ this.__registerHost();
9
+ this.__attachShadow();
10
+ this.border = true;
11
+ this.viewSize = undefined;
12
+ }
13
+ handleResize() {
14
+ this.setViewSize();
15
+ }
16
+ async componentWillLoad() {
17
+ this.setViewSize();
18
+ }
19
+ setViewSize() {
20
+ if (window.innerWidth < 698) {
21
+ this.viewSize = 'mobile';
22
+ }
23
+ else {
24
+ this.viewSize = 'desktop';
25
+ }
26
+ }
27
+ render() {
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
+ }
30
+ static get style() { return tttxToolbarCss; }
31
+ }, [1, "tttx-toolbar_1_0_0", {
32
+ "border": [4],
33
+ "viewSize": [32]
34
+ }, [[9, "resize", "handleResize"]]]);
35
+ function defineCustomElement() {
36
+ if (typeof customElements === "undefined") {
37
+ return;
38
+ }
39
+ const components = ["tttx-toolbar_1_0_0"];
40
+ components.forEach(tagName => { switch (tagName) {
41
+ case "tttx-toolbar_1_0_0":
42
+ if (!customElements.get(tagName)) {
43
+ customElements.define(tagName, TttxToolbar);
44
+ }
45
+ break;
46
+ } });
47
+ }
48
+
49
+ export { TttxToolbar as T, defineCustomElement as d };
@@ -1,9 +1,9 @@
1
1
  import type { Components, JSX } from "../types/components";
2
2
 
3
- interface TttxKeyvalueBlock extends Components.TttxKeyvalueBlock, HTMLElement {}
4
- export const TttxKeyvalueBlock: {
5
- prototype: TttxKeyvalueBlock;
6
- new (): TttxKeyvalueBlock;
3
+ interface TttxToolbar_1_0_0 extends Components.TttxToolbar_1_0_0, HTMLElement {}
4
+ export const TttxToolbar_1_0_0: {
5
+ prototype: TttxToolbar_1_0_0;
6
+ new (): TttxToolbar_1_0_0;
7
7
  };
8
8
  /**
9
9
  * Used to define this component and all nested components recursively.
@@ -0,0 +1,6 @@
1
+ import { T as TttxToolbar, d as defineCustomElement$1 } from './tttx-toolbar.js';
2
+
3
+ const TttxToolbar_1_0_0 = TttxToolbar;
4
+ const defineCustomElement = defineCustomElement$1;
5
+
6
+ export { TttxToolbar_1_0_0, defineCustomElement };
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TttxTreeView_1_0_0 extends Components.TttxTreeView_1_0_0, HTMLElement {}
4
+ export const TttxTreeView_1_0_0: {
5
+ prototype: TttxTreeView_1_0_0;
6
+ new (): TttxTreeView_1_0_0;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -1,11 +1,11 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
2
2
  import { p as purify, d as domSanitiserOptions } from './domsanitiser.options.js';
3
- import { d as defineCustomElement$3 } from './tttx-button2.js';
4
- import { d as defineCustomElement$2 } from './tttx-icon2.js';
3
+ import { d as defineCustomElement$3 } from './tttx-button.js';
4
+ import { d as defineCustomElement$2 } from './tttx-icon.js';
5
5
 
6
6
  const tttxTreeViewCss = ".material-symbols-rounded{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.tree-view-element{margin-left:-50px}.inline-tree-item{display:flex;align-items:center}.element{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;width:100%}.element-row{min-height:36px;font-family:\"Roboto\", serif;font-size:16px;padding:8px 0px;position:relative}.element-row::before{content:\"\";position:absolute;left:-50%;bottom:0;right:0;border-bottom:1px solid #d5d5d5;pointer-events:none}.element-row.rowSelected::before{content:\"\";position:absolute;left:-50%;top:0;bottom:0;right:0;background-color:rgba(17, 17, 17, 0.1);pointer-events:none}li{list-style-type:none}.toggleNode{padding-right:3px}.padding-icon{padding:6px 6px;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.treeNode{width:100%;font-weight:500}.treeLeaf{width:100%;font-weight:400}.borderless:active{outline-style:none}@media (hover: hover){.element-row.rowHover:hover{cursor:pointer}.element-row.rowHover:hover::before{content:\"\";position:absolute;left:-50%;top:0;bottom:0;background-color:rgba(17, 17, 17, 0.05);opacity:0.5;right:0;pointer-events:none}}";
7
7
 
8
- const TttxTreeView$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
8
+ const TttxTreeView = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
9
9
  constructor() {
10
10
  super();
11
11
  this.__registerHost();
@@ -85,7 +85,7 @@ const TttxTreeView$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
85
85
  event.stopPropagation();
86
86
  this.onClickHandler('row', event, node);
87
87
  }
88
- } }, h("tttx-button", { class: "toggleNode", design: "borderless-circle", notext: true, icon: options.expanderIcon, color: "black", onClick: event => this.toggleNode(node, event) }), this.htmlcode('treeNode', node, options.checkboxIcon, options.checkboxColor)), node.isOpen ? (h("ul", null, h("div", { class: "child-node" }, node.child.map(childNode => {
88
+ } }, h("tttx-button_1_0_0", { class: "toggleNode", design: "borderless-circle", notext: true, icon: options.expanderIcon, color: "black", onClick: event => this.toggleNode(node, event) }), this.htmlcode('treeNode', node, options.checkboxIcon, options.checkboxColor)), node.isOpen ? (h("ul", null, h("div", { class: "child-node" }, node.child.map(childNode => {
89
89
  return this.renderNode(childNode);
90
90
  })))) : null));
91
91
  }
@@ -99,7 +99,7 @@ const TttxTreeView$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
99
99
  }
100
100
  }
101
101
  htmlcode(type, node, check_box, check_boxColor) {
102
- const htmlcode = (h("div", { class: "inline-tree-item element" }, node.hasCheckbox && (h("tttx-button", { design: "borderless-circle", notext: true, icon: check_box, iconcolor: check_boxColor, class: "padding-icon checkbox", onClick: event => this.handleCheckboxChange(node, event) })), !node.html && node.hasIcon && h("tttx-icon", { icon: node.icon, color: node.iconColor, class: "padding-icon" }), !node.html && h("div", { class: type }, node.title), node.html && h("div", { class: type, innerHTML: purify.sanitize(node.html, domSanitiserOptions) })));
102
+ const htmlcode = (h("div", { class: "inline-tree-item element" }, node.hasCheckbox && (h("tttx-button_1_0_0", { design: "borderless-circle", notext: true, icon: check_box, iconcolor: check_boxColor, class: "padding-icon checkbox", onClick: event => this.handleCheckboxChange(node, event) })), !node.html && node.hasIcon && h("tttx-icon_1_0_0", { icon: node.icon, color: node.iconColor, class: "padding-icon" }), !node.html && h("div", { class: type }, node.title), node.html && h("div", { class: type, innerHTML: purify.sanitize(node.html, domSanitiserOptions) })));
103
103
  return htmlcode;
104
104
  }
105
105
  render() {
@@ -111,7 +111,7 @@ const TttxTreeView$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
111
111
  return (h("div", { class: "tree-view-element" }, h("ul", null, this.treeData.map((node) => this.renderNode(node)))));
112
112
  }
113
113
  static get style() { return tttxTreeViewCss; }
114
- }, [1, "tttx-tree-view", {
114
+ }, [1, "tttx-tree-view_1_0_0", {
115
115
  "data": [1040],
116
116
  "firstSelected": [1028, "first-selected"],
117
117
  "treeData": [32],
@@ -121,19 +121,19 @@ function defineCustomElement$1() {
121
121
  if (typeof customElements === "undefined") {
122
122
  return;
123
123
  }
124
- const components = ["tttx-tree-view", "tttx-button", "tttx-icon"];
124
+ const components = ["tttx-tree-view_1_0_0", "tttx-button_1_0_0", "tttx-icon_1_0_0"];
125
125
  components.forEach(tagName => { switch (tagName) {
126
- case "tttx-tree-view":
126
+ case "tttx-tree-view_1_0_0":
127
127
  if (!customElements.get(tagName)) {
128
- customElements.define(tagName, TttxTreeView$1);
128
+ customElements.define(tagName, TttxTreeView);
129
129
  }
130
130
  break;
131
- case "tttx-button":
131
+ case "tttx-button_1_0_0":
132
132
  if (!customElements.get(tagName)) {
133
133
  defineCustomElement$3();
134
134
  }
135
135
  break;
136
- case "tttx-icon":
136
+ case "tttx-icon_1_0_0":
137
137
  if (!customElements.get(tagName)) {
138
138
  defineCustomElement$2();
139
139
  }
@@ -141,7 +141,7 @@ function defineCustomElement$1() {
141
141
  } });
142
142
  }
143
143
 
144
- const TttxTreeView = TttxTreeView$1;
144
+ const TttxTreeView_1_0_0 = TttxTreeView;
145
145
  const defineCustomElement = defineCustomElement$1;
146
146
 
147
- export { TttxTreeView, defineCustomElement };
147
+ export { TttxTreeView_1_0_0, defineCustomElement };
@@ -11,7 +11,7 @@ const patchEsm = () => {
11
11
  const defineCustomElements = (win, options) => {
12
12
  if (typeof window === 'undefined') return Promise.resolve();
13
13
  return patchEsm().then(() => {
14
- return bootstrapLazy([["tttx-data-pattern",[[1,"tttx-data-pattern",{"data":[1],"sorteroptions":[1],"filteroptions":[1],"filterheader":[1]}]]],["tttx-form",[[1,"tttx-form",{"formschema":[1025],"data":[1032],"submit":[64],"setSelectOptions":[64]}]]],["tttx-multiselect-box",[[1,"tttx-multiselect-box",{"optionsData":[1,"options-data"],"label":[1],"inline":[4],"placeholder":[1],"searchEnabled":[4,"search-enabled"],"htmlVisibleValue":[4,"html-visible-value"],"visibleValue":[1,"visible-value"],"open":[32],"unsavedSelectedItems":[32],"searchTerm":[32]},[[0,"closeSelectBox","handleCloseSelectBox"],[0,"blur","handleBlur"]]]]],["tttx-dialog",[[1,"tttx-dialog",{"header":[1],"type":[1],"size":[1],"open":[4],"allowOverflow":[4,"allow-overflow"],"closeEnabled":[4,"close-enabled"],"elementSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-dialog-box",[[1,"tttx-dialog-box",{"data":[1025],"size":[1],"open":[1028],"allowOverflow":[4,"allow-overflow"],"elementSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-tree-view",[[1,"tttx-tree-view",{"data":[1040],"firstSelected":[1028,"first-selected"],"treeData":[32],"selectedId":[32]}]]],["tttx-checkbox",[[0,"tttx-checkbox",{"checkboxId":[1,"checkbox-id"],"label":[1],"inline":[4],"indeterminate":[4],"checked":[4]}]]],["tttx-expander",[[1,"tttx-expander",{"name":[1],"open":[4],"lefticon":[1],"lefticoncolor":[1],"isExpanded":[32]}]]],["tttx-tabs",[[2,"tttx-tabs",{"tabsName":[1,"tabs-name"],"navigation":[4],"wide":[4],"tabs":[1],"_tabs":[32]},[[0,"keydown","handleKeyDown"]]]]],["tttx-checkbox-group",[[1,"tttx-checkbox-group"]]],["tttx-checkbox-group-caption",[[4,"tttx-checkbox-group-caption"]]],["tttx-checkbox-group-heading",[[4,"tttx-checkbox-group-heading"]]],["tttx-keyvalue-block",[[1,"tttx-keyvalue-block",{"keyvalues":[1],"horizontal":[4],"spacedout":[4],"_elements":[32]}]]],["tttx-loading-spinner",[[1,"tttx-loading-spinner",{"loadingMessage":[1028,"loading-message"],"size":[1025]}]]],["tttx-percentage-bar",[[2,"tttx-percentage-bar",{"percentage":[8],"thresholds":[1],"color":[1],"min":[1],"labelid":[1],"_percentage":[32],"_ranges":[32],"_min":[32]}]]],["tttx-qrcode",[[1,"tttx-qrcode",{"link":[1025],"size":[1026]}]]],["tttx-tag",[[1,"tttx-tag",{"text":[1],"color":[1],"textColor":[1,"text-color"]}]]],["tttx-textarea",[[2,"tttx-textarea",{"label":[1],"secondarylabel":[1],"showerrormsg":[4],"showerrorbubble":[4],"errormsg":[1],"rows":[2],"textareaautofocus":[4],"inputkeyhint":[1],"inputindex":[8],"inputtitle":[1],"disabled":[4],"maxlength":[8],"name":[1],"placeholder":[1],"readonly":[8],"required":[4],"value":[1032]}]]],["tttx-icon",[[1,"tttx-icon",{"icon":[1],"color":[1]}]]],["tttx-standalone-input",[[2,"tttx-standalone-input",{"label":[1],"secondarylabel":[1],"showerrormsg":[4],"showerrorbubble":[4],"errormsg":[1],"iconleft":[1],"iconleftcolor":[1],"iconright":[1],"iconrightcolor":[1],"inputicon":[1],"inputiconcolor":[1],"inline":[4],"inputautocapitalize":[1],"inputautofocus":[4],"inputkeyhint":[1],"inputindex":[8],"inputtitle":[1],"autocomplete":[1],"checked":[4],"disabled":[4],"max":[8],"maxlength":[8],"min":[8],"minlength":[8],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[8],"required":[4],"step":[8],"type":[1],"value":[1032]}]]],["tttx-select-box",[[1,"tttx-select-box",{"optionsData":[1,"options-data"],"label":[1],"inline":[4],"placeholder":[1],"searchEnabled":[4,"search-enabled"],"selectedValue":[1,"selected-value"],"open":[32],"selectedItem":[32],"searchTerm":[32],"setSelectedItem":[64]},[[0,"closeSelectBox","handleCloseSelectBox"],[0,"blur","handleBlur"]]]]],["tttx-filter_4",[[1,"tttx-filter",{"filterKey":[1,"filter-key"],"filterOptions":[1,"filter-options"],"showSelectAll":[4,"show-select-all"],"showSearchField":[4,"show-search-field"],"showOptionIcons":[4,"show-option-icons"],"filterButtonStyle":[1,"filter-button-style"],"filterHeader":[1,"filter-header"],"defaultFilterOptions":[1,"default-filter-options"],"popoverWidth":[1,"popover-width"],"showPopover":[32],"displayedFilterSettings":[32],"selectedFilters":[32],"filterSearchTerm":[32],"allSelected":[32]},[[0,"closeFilter","handleCloseFilter"]]],[1,"tttx-list",{"data":[1025],"name":[1],"_data":[32]}],[1,"tttx-sorter",{"sorterKey":[1,"sorter-key"],"defaultSortDirection":[1,"default-sort-direction"],"fieldOptionsData":[1,"field-options-data"],"defaultOption":[1,"default-option"],"selectedField":[32],"sortDirection":[32],"dropdownExpand":[32],"dropdownOptions":[32]},[[0,"closeSorter","handleCloseSorter"]]],[1,"tttx-toolbar",{"border":[4],"viewSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-button",[[1,"tttx-button",{"notext":[4],"icon":[1],"iconposition":[1],"iconcolor":[1025],"design":[1]}]]]], options);
14
+ return bootstrapLazy([["tttx-data-pattern_1_0_0",[[1,"tttx-data-pattern_1_0_0",{"data":[1],"sorteroptions":[1],"filteroptions":[1],"filterheader":[1]}]]],["tttx-form_1_0_0",[[1,"tttx-form_1_0_0",{"formschema":[1025],"data":[1032],"submit":[64],"setSelectOptions":[64]}]]],["tttx-multiselect-box_1_0_0",[[1,"tttx-multiselect-box_1_0_0",{"optionsData":[1,"options-data"],"label":[1],"inline":[4],"placeholder":[1],"searchEnabled":[4,"search-enabled"],"htmlVisibleValue":[4,"html-visible-value"],"visibleValue":[1,"visible-value"],"open":[32],"unsavedSelectedItems":[32],"searchTerm":[32]},[[0,"closeSelectBox","handleCloseSelectBox"],[0,"blur","handleBlur"]]]]],["tttx-dialog-box_1_0_0",[[1,"tttx-dialog-box_1_0_0",{"data":[1025],"size":[1],"open":[1028],"allowOverflow":[4,"allow-overflow"],"elementSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-dialog_1_0_0",[[1,"tttx-dialog_1_0_0",{"header":[1],"type":[1],"size":[1],"open":[4],"allowOverflow":[4,"allow-overflow"],"closeEnabled":[4,"close-enabled"],"elementSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-tree-view_1_0_0",[[1,"tttx-tree-view_1_0_0",{"data":[1040],"firstSelected":[1028,"first-selected"],"treeData":[32],"selectedId":[32]}]]],["tttx-checkbox_1_0_0",[[0,"tttx-checkbox_1_0_0",{"checkboxId":[1,"checkbox-id"],"label":[1],"inline":[4],"indeterminate":[4],"checked":[4]}]]],["tttx-expander_1_0_0",[[1,"tttx-expander_1_0_0",{"name":[1],"open":[4],"lefticon":[1],"lefticoncolor":[1],"isExpanded":[32]}]]],["tttx-tabs_1_0_0",[[2,"tttx-tabs_1_0_0",{"tabsName":[1,"tabs-name"],"navigation":[4],"wide":[4],"tabs":[1],"_tabs":[32]},[[0,"keydown","handleKeyDown"]]]]],["tttx-checkbox-group-caption_1_0_0",[[4,"tttx-checkbox-group-caption_1_0_0"]]],["tttx-checkbox-group-heading_1_0_0",[[4,"tttx-checkbox-group-heading_1_0_0"]]],["tttx-checkbox-group_1_0_0",[[1,"tttx-checkbox-group_1_0_0"]]],["tttx-keyvalue-block_1_0_0",[[1,"tttx-keyvalue-block_1_0_0",{"keyvalues":[1],"horizontal":[4],"spacedout":[4],"_elements":[32]}]]],["tttx-loading-spinner_1_0_0",[[1,"tttx-loading-spinner_1_0_0",{"loadingMessage":[1028,"loading-message"],"size":[1025]}]]],["tttx-percentage-bar_1_0_0",[[2,"tttx-percentage-bar_1_0_0",{"percentage":[8],"thresholds":[1],"color":[1],"min":[1],"labelid":[1],"_percentage":[32],"_ranges":[32],"_min":[32]}]]],["tttx-qrcode_1_0_0",[[1,"tttx-qrcode_1_0_0",{"link":[1025],"size":[1026]}]]],["tttx-tag_1_0_0",[[1,"tttx-tag_1_0_0",{"text":[1],"color":[1],"textColor":[1,"text-color"]}]]],["tttx-textarea_1_0_0",[[2,"tttx-textarea_1_0_0",{"label":[1],"secondarylabel":[1],"showerrormsg":[4],"showerrorbubble":[4],"errormsg":[1],"rows":[2],"textareaautofocus":[4],"inputkeyhint":[1],"inputindex":[8],"inputtitle":[1],"disabled":[4],"maxlength":[8],"name":[1],"placeholder":[1],"readonly":[8],"required":[4],"value":[1032]}]]],["tttx-icon_1_0_0",[[1,"tttx-icon_1_0_0",{"icon":[1],"color":[1]}]]],["tttx-standalone-input_1_0_0",[[2,"tttx-standalone-input_1_0_0",{"label":[1],"secondarylabel":[1],"showerrormsg":[4],"showerrorbubble":[4],"errormsg":[1],"iconleft":[1],"iconleftcolor":[1],"iconright":[1],"iconrightcolor":[1],"inputicon":[1],"inputiconcolor":[1],"inline":[4],"inputautocapitalize":[1],"inputautofocus":[4],"inputkeyhint":[1],"inputindex":[8],"inputtitle":[1],"autocomplete":[1],"checked":[4],"disabled":[4],"max":[8],"maxlength":[8],"min":[8],"minlength":[8],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[8],"required":[4],"step":[8],"type":[1],"value":[1032]}]]],["tttx-select-box_1_0_0",[[1,"tttx-select-box_1_0_0",{"optionsData":[1,"options-data"],"label":[1],"inline":[4],"placeholder":[1],"searchEnabled":[4,"search-enabled"],"selectedValue":[1,"selected-value"],"open":[32],"selectedItem":[32],"searchTerm":[32],"setSelectedItem":[64]},[[0,"closeSelectBox","handleCloseSelectBox"],[0,"blur","handleBlur"]]]]],["tttx-filter_1_0_0_4",[[1,"tttx-filter_1_0_0",{"filterKey":[1,"filter-key"],"filterOptions":[1,"filter-options"],"showSelectAll":[4,"show-select-all"],"showSearchField":[4,"show-search-field"],"showOptionIcons":[4,"show-option-icons"],"filterButtonStyle":[1,"filter-button-style"],"filterHeader":[1,"filter-header"],"defaultFilterOptions":[1,"default-filter-options"],"popoverWidth":[1,"popover-width"],"showPopover":[32],"displayedFilterSettings":[32],"selectedFilters":[32],"filterSearchTerm":[32],"allSelected":[32]},[[0,"closeFilter","handleCloseFilter"]]],[1,"tttx-list_1_0_0",{"data":[1025],"name":[1],"_data":[32]}],[1,"tttx-sorter_1_0_0",{"sorterKey":[1,"sorter-key"],"defaultSortDirection":[1,"default-sort-direction"],"fieldOptionsData":[1,"field-options-data"],"defaultOption":[1,"default-option"],"selectedField":[32],"sortDirection":[32],"dropdownExpand":[32],"dropdownOptions":[32]},[[0,"closeSorter","handleCloseSorter"]]],[1,"tttx-toolbar_1_0_0",{"border":[4],"viewSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-button_1_0_0",[[1,"tttx-button_1_0_0",{"notext":[4],"icon":[1],"iconposition":[1],"iconcolor":[1025],"design":[1]}]]]], options);
15
15
  });
16
16
  };
17
17
 
@@ -24,9 +24,9 @@ const TttxButton = class {
24
24
  }
25
25
  render() {
26
26
  this._iconcolor = this.iconcolor;
27
- return (h(Host, null, h("button", { class: `button ${this._design} ${this.icon ? 'withicon' : ''} ${this.icon && this.iconposition ? 'icon' + this.iconposition : ''} ${this.notext ? 'notext' : ''}` }, this.icon && this.iconposition === 'left' && (h("div", { class: "icon-left" }, h("tttx-icon", { icon: this.icon, color: this._iconcolor }))), !this.notext && (h("div", { class: "button-content" }, h("slot", null))), this.icon && this.iconposition === 'right' && (h("div", { class: "icon-right" }, h("tttx-icon", { icon: this.icon, color: this._iconcolor }))))));
27
+ return (h(Host, null, h("button", { class: `button ${this._design} ${this.icon ? 'withicon' : ''} ${this.icon && this.iconposition ? 'icon' + this.iconposition : ''} ${this.notext ? 'notext' : ''}` }, this.icon && this.iconposition === 'left' && (h("div", { class: "icon-left" }, h("tttx-icon_1_0_0", { icon: this.icon, color: this._iconcolor }))), !this.notext && (h("div", { class: "button-content" }, h("slot", null))), this.icon && this.iconposition === 'right' && (h("div", { class: "icon-right" }, h("tttx-icon_1_0_0", { icon: this.icon, color: this._iconcolor }))))));
28
28
  }
29
29
  };
30
30
  TttxButton.style = tttxButtonCss;
31
31
 
32
- export { TttxButton as tttx_button };
32
+ export { TttxButton as tttx_button_1_0_0 };
@@ -12,4 +12,4 @@ const TttxCheckboxGroupCaption = class {
12
12
  };
13
13
  TttxCheckboxGroupCaption.style = tttxCheckboxGroupCss;
14
14
 
15
- export { TttxCheckboxGroupCaption as tttx_checkbox_group_caption };
15
+ export { TttxCheckboxGroupCaption as tttx_checkbox_group_caption_1_0_0 };
@@ -12,4 +12,4 @@ const TttxCheckboxGroupHeading = class {
12
12
  };
13
13
  TttxCheckboxGroupHeading.style = tttxCheckboxGroupCss;
14
14
 
15
- export { TttxCheckboxGroupHeading as tttx_checkbox_group_heading };
15
+ export { TttxCheckboxGroupHeading as tttx_checkbox_group_heading_1_0_0 };
@@ -12,4 +12,4 @@ const TttxCheckboxGroup = class {
12
12
  };
13
13
  TttxCheckboxGroup.style = tttxCheckboxGroupCss;
14
14
 
15
- export { TttxCheckboxGroup as tttx_checkbox_group };
15
+ export { TttxCheckboxGroup as tttx_checkbox_group_1_0_0 };
@@ -28,7 +28,7 @@ const TttxCheckbox = class {
28
28
  render() {
29
29
  const checkBoxIcon = this.checked ? 'check_box' : 'check_box_outline_blank';
30
30
  const renderedIcon = this.indeterminate ? 'indeterminate_check_box' : checkBoxIcon;
31
- return (h(Host, null, h("label", { class: `tttx-checkbox ${this.inline ? '--inline' : ''}` }, h("input", { class: "tttx-checkbox__input", type: "checkbox", id: this.checkboxId, checked: this.checked, ref: (el) => this.checkbox = el }), h("tttx-icon", { color: this.checked ? 'blue' : 'grey', icon: renderedIcon, onClick: this.onClick.bind(this) }), h("span", { class: "tttx-checkbox__label" }, this.label))));
31
+ return (h(Host, null, h("label", { class: `tttx-checkbox ${this.inline ? '--inline' : ''}` }, h("input", { class: "tttx-checkbox__input", type: "checkbox", id: this.checkboxId, checked: this.checked, ref: (el) => this.checkbox = el }), h("tttx-icon_1_0_0", { color: this.checked ? 'blue' : 'grey', icon: renderedIcon, onClick: this.onClick.bind(this) }), h("span", { class: "tttx-checkbox__label" }, this.label))));
32
32
  }
33
33
  static get watchers() { return {
34
34
  "indeterminate": ["watchIndeterminateChange"]
@@ -36,4 +36,4 @@ const TttxCheckbox = class {
36
36
  };
37
37
  TttxCheckbox.style = tttxCheckboxCss;
38
38
 
39
- export { TttxCheckbox as tttx_checkbox };
39
+ export { TttxCheckbox as tttx_checkbox_1_0_0 };
@@ -0,0 +1,19 @@
1
+ import { r as registerInstance, h, H as Host } from './index-88bd2f60.js';
2
+
3
+ const tttxDataPatternCss = ":host{display:block}";
4
+
5
+ const TttxDataPattern = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ this.data = undefined;
9
+ this.sorteroptions = undefined;
10
+ this.filteroptions = undefined;
11
+ this.filterheader = 'Filter';
12
+ }
13
+ render() {
14
+ return (h(Host, null, h("div", { class: "container" }, h("tttx-toolbar_1_0_0", { border: true }, h("span", { slot: "before" }, h("tttx-sorter_1_0_0", { sorterKey: "data-pattern-list", fieldOptionsData: this.sorteroptions, defaultOption: "Sort by" }), h("tttx-filter_1_0_0", { "filter-options": JSON.stringify(this.filteroptions), showSelectAll: false, "show-option-icons": true, "filter-header": this.filterheader, "filter-key": "data-pattern-list" })), h("span", { slot: "after" }, h("tttx-standalone-input_1_0_0", { class: "qualifications-filter", showerrorbubble: false, inputicon: "search", inline: true, required: true, placeholder: "Search", type: "text", maxlength: 30 }))), h("tttx-toolbar_1_0_0", { border: false }, h("span", { slot: "before" }, h("tttx-button_1_0_0", { design: "primary", icon: "add" }, "Add"))), h("tttx-list_1_0_0", { data: this.data }))));
15
+ }
16
+ };
17
+ TttxDataPattern.style = tttxDataPatternCss;
18
+
19
+ export { TttxDataPattern as tttx_data_pattern_1_0_0 };
@@ -52,7 +52,7 @@ const TttxDialogBox = class {
52
52
  const iconColor = header.iconColor;
53
53
  const iconEnabled = header.hasIcon ? true : false;
54
54
  const closeEnabled = header.hasClose ? true : false;
55
- return (h("div", { class: "dialog-box-header" }, iconEnabled && h("tttx-icon", { class: "dialog-box-icon", icon: iconName, color: iconColor }), h("h3", { class: "dialog-box-title" }, title), closeEnabled && (h("div", { class: "dialog-box-align-right close-button", onClick: () => this.onCloseClickHandler() }, h("tttx-icon", { class: "dialog-box-icon-close dialog-box-clickable", icon: "close", color: "black" })))));
55
+ return (h("div", { class: "dialog-box-header" }, iconEnabled && h("tttx-icon_1_0_0", { class: "dialog-box-icon", icon: iconName, color: iconColor }), h("h3", { class: "dialog-box-title" }, title), closeEnabled && (h("div", { class: "dialog-box-align-right close-button", onClick: () => this.onCloseClickHandler() }, h("tttx-icon_1_0_0", { class: "dialog-box-icon-close dialog-box-clickable", icon: "close", color: "black" })))));
56
56
  }
57
57
  renderContent(content) {
58
58
  if (content.isCustomHtml) {
@@ -69,7 +69,7 @@ const TttxDialogBox = class {
69
69
  const button2Enabled = button.length > 1;
70
70
  const button3Enabled = button.length == 3;
71
71
  const isMobile = this.elementSize === 'mobile';
72
- return (h("div", { class: "dialog-box-footer" }, h("div", { class: "dialog-box-align-right" }, button3Enabled && (h("tttx-button", { class: "dialog-box-spacing-button", onClick: () => this.onButtonClickHandler(3), design: button[2].type, notext: isMobile, icon: button[2].icon }, !isMobile && button[2].name)), button2Enabled && (h("tttx-button", { class: "dialog-box-spacing-button", onClick: () => this.onButtonClickHandler(2), design: button[1].type, icon: button[1].icon }, button[1].name)), button1Enabled && (h("tttx-button", { onClick: () => this.onButtonClickHandler(1), design: button[0].type, icon: button[0].icon }, button[0].name)))));
72
+ return (h("div", { class: "dialog-box-footer" }, h("div", { class: "dialog-box-align-right" }, button3Enabled && (h("tttx-button_1_0_0", { class: "dialog-box-spacing-button", onClick: () => this.onButtonClickHandler(3), design: button[2].type, notext: isMobile, icon: button[2].icon }, !isMobile && button[2].name)), button2Enabled && (h("tttx-button_1_0_0", { class: "dialog-box-spacing-button", onClick: () => this.onButtonClickHandler(2), design: button[1].type, icon: button[1].icon }, button[1].name)), button1Enabled && (h("tttx-button_1_0_0", { onClick: () => this.onButtonClickHandler(1), design: button[0].type, icon: button[0].icon }, button[0].name)))));
73
73
  }
74
74
  componentWillLoad() {
75
75
  if (window.innerWidth < 698) {
@@ -94,4 +94,4 @@ const TttxDialogBox = class {
94
94
  };
95
95
  TttxDialogBox.style = tttxDialogBoxCss;
96
96
 
97
- export { TttxDialogBox as tttx_dialog_box };
97
+ export { TttxDialogBox as tttx_dialog_box_1_0_0 };
@@ -46,7 +46,7 @@ const TttxDialog = class {
46
46
  renderHeader() {
47
47
  const iconEnabled = typeof this.type !== 'undefined';
48
48
  const { iconName, iconColor } = this.headerIconDetails(iconEnabled);
49
- return (h("div", { class: `padding header ${this.type || ''}` }, iconEnabled && h("tttx-icon", { class: "icon", icon: iconName, color: iconColor }), h("h3", { class: "title", title: this.header }, this.header), this.closeEnabled && (h("tttx-button", { class: "align-right close-button", design: "borderless-circle", icon: "close", color: "black", notext: true, onClick: () => this.onCloseClickHandler() }))));
49
+ return (h("div", { class: `padding header ${this.type || ''}` }, iconEnabled && h("tttx-icon_1_0_0", { class: "icon", icon: iconName, color: iconColor }), h("h3", { class: "title", title: this.header }, this.header), this.closeEnabled && (h("tttx-button_1_0_0", { class: "align-right close-button", design: "borderless-circle", icon: "close", color: "black", notext: true, onClick: () => this.onCloseClickHandler() }))));
50
50
  }
51
51
  body() {
52
52
  return (h("div", { class: `body ${!this.allowOverflow ? 'overflow-hidden' : ''}` }, h("span", { class: "body-content" }, h("slot", null))));
@@ -74,4 +74,4 @@ const TttxDialog = class {
74
74
  };
75
75
  TttxDialog.style = tttxDialogCss;
76
76
 
77
- export { TttxDialog as tttx_dialog };
77
+ export { TttxDialog as tttx_dialog_1_0_0 };
@@ -26,9 +26,9 @@ const TttxExpander = class {
26
26
  this.toggleExpander.emit({ open: this.isExpanded, name: this.name });
27
27
  }
28
28
  render() {
29
- return (h(Host, null, h("details", { class: "expander", open: this.open, "aria-owns": "expanderContent", "aria-expanded": `${this.isExpanded}`, onClick: this.handleExpand.bind(this), ref: el => (this.expander = el) }, h("summary", { class: "panel" }, h("span", { class: "panel-frame" }, this.lefticon && (h("span", { class: "left-icons" }, h("tttx-icon", { icon: this.lefticon, color: this.lefticoncolor }))), h("span", { class: "name" }, this.name)), h("span", { class: "expand-button" }, h("tttx-icon", { class: "open", icon: "expand_more", color: "black" }), h("tttx-icon", { class: "closed", icon: "chevron_right", color: "black" }))), h("div", { id: "expanderContent", class: "content", tabindex: "0" }, h("slot", null)))));
29
+ return (h(Host, null, h("details", { class: "expander", open: this.open, "aria-owns": "expanderContent", "aria-expanded": `${this.isExpanded}`, onClick: this.handleExpand.bind(this), ref: el => (this.expander = el) }, h("summary", { class: "panel" }, h("span", { class: "panel-frame" }, this.lefticon && (h("span", { class: "left-icons" }, h("tttx-icon_1_0_0", { icon: this.lefticon, color: this.lefticoncolor }))), h("span", { class: "name" }, this.name)), h("span", { class: "expand-button" }, h("tttx-icon_1_0_0", { class: "open", icon: "expand_more", color: "black" }), h("tttx-icon_1_0_0", { class: "closed", icon: "chevron_right", color: "black" }))), h("div", { id: "expanderContent", class: "content", tabindex: "0" }, h("slot", null)))));
30
30
  }
31
31
  };
32
32
  TttxExpander.style = tttxExpanderCss;
33
33
 
34
- export { TttxExpander as tttx_expander };
34
+ export { TttxExpander as tttx_expander_1_0_0 };
@@ -178,10 +178,10 @@ const TttxFilter = class {
178
178
  const selectAllCheckboxColor = this.allSelected ? 'blue' : 'grey';
179
179
  const buttonStyleClassNameModifier = this.getFilterButtonClassName(this.filterButtonStyle);
180
180
  const filterKey = `filter__${this.filterKey}`;
181
- return (h(Host, { id: filterKey }, h("div", { class: 'filter-container' }, h("button", { class: `filter-button ${buttonStyleClassNameModifier}`, type: 'button', onClick: this.onFilterButtonClick.bind(this) }, h("tttx-icon", { icon: 'filter_list', class: 'filter-icon', color: 'black' }), "Filter"), this.showPopover && (h("div", { class: `filter-popover-container ${filterPopoverContainerClassNameModifier}`, style: { width: this.popoverWidth } }, h("div", { class: 'filter-header' }, this.filterHeader), this.showSearchField ? (h("div", { class: 'search-field-container' }, h("tttx-icon", { icon: 'search', class: 'search-icon' }), h("input", { type: 'text', class: 'search-input', placeholder: 'Search', value: this.filterSearchTerm, onInput: this.handleFilterChange.bind(this) }))) : (''), h("div", { class: 'filter-options-container' }, this.showSelectAll ? (h("div", { class: 'filter-option', tabIndex: -1, onClick: this.onSelectAllClick.bind(this) }, h("tttx-icon", { icon: selectAllCheckboxIcon, color: selectAllCheckboxColor, class: 'select-all-icon' }), h("label", { class: 'filter-label' }, "Select all"))) : (''), this.displayedFilterSettings.map((option) => {
181
+ return (h(Host, { id: filterKey }, h("div", { class: 'filter-container' }, h("button", { class: `filter-button ${buttonStyleClassNameModifier}`, type: 'button', onClick: this.onFilterButtonClick.bind(this) }, h("tttx-icon_1_0_0", { icon: 'filter_list', class: 'filter-icon', color: 'black' }), "Filter"), this.showPopover && (h("div", { class: `filter-popover-container ${filterPopoverContainerClassNameModifier}`, style: { width: this.popoverWidth } }, h("div", { class: 'filter-header' }, this.filterHeader), this.showSearchField ? (h("div", { class: 'search-field-container' }, h("tttx-icon_1_0_0", { icon: 'search', class: 'search-icon' }), h("input", { type: 'text', class: 'search-input', placeholder: 'Search', value: this.filterSearchTerm, onInput: this.handleFilterChange.bind(this) }))) : (''), h("div", { class: 'filter-options-container' }, this.showSelectAll ? (h("div", { class: 'filter-option', tabIndex: -1, onClick: this.onSelectAllClick.bind(this) }, h("tttx-icon_1_0_0", { icon: selectAllCheckboxIcon, color: selectAllCheckboxColor, class: 'select-all-icon' }), h("label", { class: 'filter-label' }, "Select all"))) : (''), this.displayedFilterSettings.map((option) => {
182
182
  const checkboxIcon = this.selectedFilters.includes(option.optionText) ? 'check_box' : 'check_box_outline_blank';
183
183
  const checkboxColor = this.selectedFilters.includes(option.optionText) ? 'blue' : 'grey';
184
- return h("div", { class: 'filter-option', tabIndex: -1, onClick: () => this.onFilterOptionSelected(option.optionText), key: option.optionText }, h("tttx-icon", { icon: checkboxIcon, color: checkboxColor, class: 'checkbox-icon' }), this.showOptionIcons && h("tttx-icon", { icon: option.optionIcon, color: option.optionIconColor }), h("label", { class: 'filter-label' }, option.optionText));
184
+ return h("div", { class: 'filter-option', tabIndex: -1, onClick: () => this.onFilterOptionSelected(option.optionText), key: option.optionText }, h("tttx-icon_1_0_0", { icon: checkboxIcon, color: checkboxColor, class: 'checkbox-icon' }), this.showOptionIcons && h("tttx-icon_1_0_0", { icon: option.optionIcon, color: option.optionIconColor }), h("label", { class: 'filter-label' }, option.optionText));
185
185
  })), h("div", { class: 'filter-popover-button-container' }, h("button", { type: 'button', class: 'close-button', onClick: this.onCloseButtonClick.bind(this) }, "Close"), h("button", { type: 'button', class: 'apply-button', onClick: this.onApplyFilterButtonClick.bind(this) }, "Apply")))))));
186
186
  }
187
187
  get el() { return getElement(this); }
@@ -232,9 +232,9 @@ const TttxList = class {
232
232
  }
233
233
  renderListItem(item) {
234
234
  const cleanHTML = purify.sanitize(item.element, domSanitiserOptions);
235
- return (h(Fragment, null, item.hasCheckbox && (h("div", { class: "checkbox" }, h("tttx-icon", { icon: item.checked ? 'check_box' : 'check_box_outline_blank', color: item.checked ? 'blue' : 'grey', onClick: event => {
235
+ return (h(Fragment, null, item.hasCheckbox && (h("div", { class: "checkbox" }, h("tttx-icon_1_0_0", { icon: item.checked ? 'check_box' : 'check_box_outline_blank', color: item.checked ? 'blue' : 'grey', onClick: event => {
236
236
  this.onRowCheckboxHandler(event, item);
237
- } }))), item.element && h("span", { class: "item-content", innerHTML: cleanHTML }), item.icon && (h("span", { class: "icons" }, h("tttx-icon", { class: "align-right", icon: item.icon, color: 'black' })))));
237
+ } }))), item.element && h("span", { class: "item-content", innerHTML: cleanHTML }), item.icon && (h("span", { class: "icons" }, h("tttx-icon_1_0_0", { class: "align-right", icon: item.icon, color: 'black' })))));
238
238
  }
239
239
  render() {
240
240
  if (!this._data)
@@ -356,7 +356,7 @@ const TttxSorter = class {
356
356
  const selectedOption = this.selectedField;
357
357
  const dropdownSelectorClassNameModifier = this.dropdownExpand ? '--expanded' : '';
358
358
  const sorterKey = `sorter__${this.sorterKey}`;
359
- 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", { 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", { icon: chevronIcon, color: "black" })))), this.dropdownExpand && (h("div", { class: "dropdown-options-list" }, parsedFieldOptionsData.sorterOptions.map(option => {
359
+ 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_0_0", { 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_0_0", { icon: chevronIcon, color: "black" })))), this.dropdownExpand && (h("div", { class: "dropdown-options-list" }, parsedFieldOptionsData.sorterOptions.map(option => {
360
360
  return (h("div", { class: "dropdown-option", tabIndex: -1, onClick: this.onDropdownSelected.bind(this), key: option.optionLabel }, option.optionLabel));
361
361
  }))))));
362
362
  }
@@ -392,4 +392,4 @@ const TttxToolbar = class {
392
392
  };
393
393
  TttxToolbar.style = tttxToolbarCss;
394
394
 
395
- export { TttxFilter as tttx_filter, TttxList as tttx_list, TttxSorter as tttx_sorter, TttxToolbar as tttx_toolbar };
395
+ export { TttxFilter as tttx_filter_1_0_0, TttxList as tttx_list_1_0_0, TttxSorter as tttx_sorter_1_0_0, TttxToolbar as tttx_toolbar_1_0_0 };
@@ -208,12 +208,6 @@ const TttxForm = class {
208
208
  *
209
209
  * @param {SubmitEvent} event - The event object for the form submission.
210
210
  * @returns {void}
211
- *
212
- * @example
213
- * const form = document.getElementById('myForm');
214
- * form.addEventListener('submit', (event) => {
215
- * doSubmit(event);
216
- * });
217
211
  */
218
212
  doSubmit(event) {
219
213
  // prevent the form from submitting normally
@@ -266,7 +260,7 @@ const TttxForm = class {
266
260
  });
267
261
  if ((_a = this._data) === null || _a === void 0 ? void 0 : _a[formKey])
268
262
  select.classList.remove('placeholder');
269
- const tttxSelect = document.createElement('tttx-select-box');
263
+ const tttxSelect = document.createElement('tttx-select-box_1_0_0');
270
264
  tttxSelect.optionsData = (_b = formProperties.options) === null || _b === void 0 ? void 0 : _b.filter(o => !o.placeholder);
271
265
  tttxSelect.placeholder = (_d = (_c = formProperties.options) === null || _c === void 0 ? void 0 : _c.filter(o => o.placeholder)[0]) === null || _d === void 0 ? void 0 : _d.label;
272
266
  tttxSelect.inline = false;
@@ -804,4 +798,4 @@ const TttxForm = class {
804
798
  };
805
799
  TttxForm.style = tttxFormCss;
806
800
 
807
- export { TttxForm as tttx_form };
801
+ export { TttxForm as tttx_form_1_0_0 };
@@ -19,4 +19,4 @@ const TttxIcon = class {
19
19
  };
20
20
  TttxIcon.style = tttxIconCss;
21
21
 
22
- export { TttxIcon as tttx_icon };
22
+ export { TttxIcon as tttx_icon_1_0_0 };
@@ -65,4 +65,4 @@ const TttxKeyvalueBlock = class {
65
65
  };
66
66
  TttxKeyvalueBlock.style = tttxKeyvalueBlockCss;
67
67
 
68
- export { TttxKeyvalueBlock as tttx_keyvalue_block };
68
+ export { TttxKeyvalueBlock as tttx_keyvalue_block_1_0_0 };
@@ -19,4 +19,4 @@ const TttxLoadingSpinner = class {
19
19
  };
20
20
  TttxLoadingSpinner.style = tttxLoadingSpinnerCss;
21
21
 
22
- export { TttxLoadingSpinner as tttx_loading_spinner };
22
+ export { TttxLoadingSpinner as tttx_loading_spinner_1_0_0 };