@3t-transform/threeteeui 1.3.0 → 1.4.1

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 (211) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/{tttx-button_1_3_0.cjs.entry.js → tttx-button_1_4_1.cjs.entry.js} +2 -2
  3. package/dist/cjs/{tttx-checkbox-group-caption_1_3_0.cjs.entry.js → tttx-checkbox-group-caption_1_4_1.cjs.entry.js} +1 -1
  4. package/dist/cjs/{tttx-checkbox-group-heading_1_3_0.cjs.entry.js → tttx-checkbox-group-heading_1_4_1.cjs.entry.js} +1 -1
  5. package/dist/cjs/{tttx-checkbox-group_1_3_0.cjs.entry.js → tttx-checkbox-group_1_4_1.cjs.entry.js} +1 -1
  6. package/dist/cjs/{tttx-checkbox_1_3_0.cjs.entry.js → tttx-checkbox_1_4_1.cjs.entry.js} +2 -2
  7. package/dist/cjs/{tttx-data-pattern_1_3_0.cjs.entry.js → tttx-data-pattern_1_4_1.cjs.entry.js} +2 -2
  8. package/dist/cjs/{tttx-dialog-box_1_3_0.cjs.entry.js → tttx-dialog-box_1_4_1.cjs.entry.js} +3 -3
  9. package/dist/cjs/{tttx-dialog_1_3_0.cjs.entry.js → tttx-dialog_1_4_1.cjs.entry.js} +2 -2
  10. package/dist/cjs/{tttx-expander_1_3_0.cjs.entry.js → tttx-expander_1_4_1.cjs.entry.js} +2 -2
  11. package/dist/cjs/{tttx-filter_1_3_0_4.cjs.entry.js → tttx-filter_1_4_1_4.cjs.entry.js} +9 -9
  12. package/dist/cjs/{tttx-form_1_3_0.cjs.entry.js → tttx-form_1_4_1.cjs.entry.js} +77 -11
  13. package/dist/cjs/{tttx-icon_1_3_0.cjs.entry.js → tttx-icon_1_4_1.cjs.entry.js} +1 -1
  14. package/dist/cjs/{tttx-keyvalue-block_1_3_0.cjs.entry.js → tttx-keyvalue-block_1_4_1.cjs.entry.js} +1 -1
  15. package/dist/cjs/{tttx-loading-spinner_1_3_0.cjs.entry.js → tttx-loading-spinner_1_4_1.cjs.entry.js} +1 -1
  16. package/dist/cjs/{tttx-multiselect-box_1_3_0.cjs.entry.js → tttx-multiselect-box_1_4_1.cjs.entry.js} +6 -6
  17. package/dist/cjs/{tttx-percentage-bar_1_3_0.cjs.entry.js → tttx-percentage-bar_1_4_1.cjs.entry.js} +2 -2
  18. package/dist/cjs/{tttx-qrcode_1_3_0.cjs.entry.js → tttx-qrcode_1_4_1.cjs.entry.js} +1 -1
  19. package/dist/cjs/{tttx-select-box_1_3_0.cjs.entry.js → tttx-select-box_1_4_1.cjs.entry.js} +3 -3
  20. package/dist/cjs/tttx-standalone-input_1_4_1.cjs.entry.js +94 -0
  21. package/dist/cjs/{tttx-tabs_1_3_0.cjs.entry.js → tttx-tabs_1_4_1.cjs.entry.js} +4 -4
  22. package/dist/cjs/{tttx-tag_1_3_0.cjs.entry.js → tttx-tag_1_4_1.cjs.entry.js} +1 -1
  23. package/dist/cjs/{tttx-textarea_1_3_0.cjs.entry.js → tttx-textarea_1_4_1.cjs.entry.js} +2 -2
  24. package/dist/cjs/{tttx-tree-view_1_3_0.cjs.entry.js → tttx-tree-view_1_4_1.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/lib/validityCheck.js +9 -8
  55. package/dist/collection/components/molecules/tttx-form/tttx-form.css +28 -13
  56. package/dist/collection/components/molecules/tttx-form/tttx-form.js +206 -2
  57. package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +5 -5
  58. package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
  59. package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +46 -46
  60. package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +6 -6
  61. package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +33 -33
  62. package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +3 -3
  63. package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +16 -16
  64. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
  65. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
  66. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.css +28 -13
  67. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
  68. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
  69. package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
  70. package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
  71. package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
  72. package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
  73. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
  74. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
  75. package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
  76. package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
  77. package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +2 -2
  78. package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
  79. package/dist/components/index.d.ts +26 -26
  80. package/dist/components/index.js +26 -26
  81. package/dist/components/tttx-button.js +5 -5
  82. package/dist/components/{tttx-button_1_3_0.d.ts → tttx-button_1_4_1.d.ts} +4 -4
  83. package/dist/components/{tttx-button_1_3_0.js → tttx-button_1_4_1.js} +2 -2
  84. package/dist/components/tttx-checkbox-group-caption_1_4_1.d.ts +11 -0
  85. package/dist/components/{tttx-checkbox-group-caption_1_3_0.js → tttx-checkbox-group-caption_1_4_1.js} +5 -5
  86. package/dist/components/tttx-checkbox-group-heading_1_4_1.d.ts +11 -0
  87. package/dist/components/{tttx-checkbox-group-heading_1_3_0.js → tttx-checkbox-group-heading_1_4_1.js} +5 -5
  88. package/dist/components/tttx-checkbox-group_1_4_1.d.ts +11 -0
  89. package/dist/components/{tttx-checkbox-group_1_3_0.js → tttx-checkbox-group_1_4_1.js} +5 -5
  90. package/dist/components/{tttx-expander_1_3_0.d.ts → tttx-checkbox_1_4_1.d.ts} +4 -4
  91. package/dist/components/{tttx-checkbox_1_3_0.js → tttx-checkbox_1_4_1.js} +7 -7
  92. package/dist/components/tttx-data-pattern_1_4_1.d.ts +11 -0
  93. package/dist/components/{tttx-data-pattern_1_3_0.js → tttx-data-pattern_1_4_1.js} +13 -13
  94. package/dist/components/{tttx-dialog-box_1_3_0.d.ts → tttx-dialog-box_1_4_1.d.ts} +4 -4
  95. package/dist/components/{tttx-dialog-box_1_3_0.js → tttx-dialog-box_1_4_1.js} +9 -9
  96. package/dist/components/{tttx-filter_1_3_0.d.ts → tttx-dialog_1_4_1.d.ts} +4 -4
  97. package/dist/components/{tttx-dialog_1_3_0.js → tttx-dialog_1_4_1.js} +8 -8
  98. package/dist/components/{tttx-checkbox_1_3_0.d.ts → tttx-expander_1_4_1.d.ts} +4 -4
  99. package/dist/components/{tttx-expander_1_3_0.js → tttx-expander_1_4_1.js} +7 -7
  100. package/dist/components/tttx-filter.js +6 -6
  101. package/dist/components/{tttx-qrcode_1_3_0.d.ts → tttx-filter_1_4_1.d.ts} +4 -4
  102. package/dist/components/{tttx-filter_1_3_0.js → tttx-filter_1_4_1.js} +2 -2
  103. package/dist/components/{tttx-icon_1_3_0.d.ts → tttx-form_1_4_1.d.ts} +4 -4
  104. package/dist/components/{tttx-form_1_3_0.js → tttx-form_1_4_1.js} +89 -19
  105. package/dist/components/tttx-icon.js +3 -3
  106. package/dist/components/{tttx-list_1_3_0.d.ts → tttx-icon_1_4_1.d.ts} +4 -4
  107. package/dist/components/{tttx-icon_1_3_0.js → tttx-icon_1_4_1.js} +2 -2
  108. package/dist/components/tttx-keyvalue-block_1_4_1.d.ts +11 -0
  109. package/dist/components/{tttx-keyvalue-block_1_3_0.js → tttx-keyvalue-block_1_4_1.js} +5 -5
  110. package/dist/components/tttx-list.js +6 -6
  111. package/dist/components/{tttx-form_1_3_0.d.ts → tttx-list_1_4_1.d.ts} +4 -4
  112. package/dist/components/{tttx-list_1_3_0.js → tttx-list_1_4_1.js} +2 -2
  113. package/dist/components/tttx-loading-spinner_1_4_1.d.ts +11 -0
  114. package/dist/components/{tttx-loading-spinner_1_3_0.js → tttx-loading-spinner_1_4_1.js} +5 -5
  115. package/dist/components/tttx-multiselect-box_1_4_1.d.ts +11 -0
  116. package/dist/components/{tttx-multiselect-box_1_3_0.js → tttx-multiselect-box_1_4_1.js} +13 -13
  117. package/dist/components/tttx-percentage-bar_1_4_1.d.ts +11 -0
  118. package/dist/components/{tttx-percentage-bar_1_3_0.js → tttx-percentage-bar_1_4_1.js} +6 -6
  119. package/dist/components/{tttx-dialog_1_3_0.d.ts → tttx-qrcode_1_4_1.d.ts} +4 -4
  120. package/dist/components/{tttx-qrcode_1_3_0.js → tttx-qrcode_1_4_1.js} +5 -5
  121. package/dist/components/tttx-select-box.js +7 -7
  122. package/dist/components/tttx-select-box_1_4_1.d.ts +11 -0
  123. package/dist/components/{tttx-select-box_1_3_0.js → tttx-select-box_1_4_1.js} +2 -2
  124. package/dist/components/tttx-sorter.js +5 -5
  125. package/dist/components/tttx-sorter_1_4_1.d.ts +11 -0
  126. package/dist/components/{tttx-sorter_1_3_0.js → tttx-sorter_1_4_1.js} +2 -2
  127. package/dist/components/tttx-standalone-input.js +6 -6
  128. package/dist/components/tttx-standalone-input_1_4_1.d.ts +11 -0
  129. package/dist/components/{tttx-standalone-input_1_3_0.js → tttx-standalone-input_1_4_1.js} +2 -2
  130. package/dist/components/{tttx-tabs_1_3_0.d.ts → tttx-tabs_1_4_1.d.ts} +4 -4
  131. package/dist/components/{tttx-tabs_1_3_0.js → tttx-tabs_1_4_1.js} +9 -9
  132. package/dist/components/{tttx-tag_1_3_0.d.ts → tttx-tag_1_4_1.d.ts} +4 -4
  133. package/dist/components/{tttx-tag_1_3_0.js → tttx-tag_1_4_1.js} +5 -5
  134. package/dist/components/tttx-textarea_1_4_1.d.ts +11 -0
  135. package/dist/components/{tttx-textarea_1_3_0.js → tttx-textarea_1_4_1.js} +6 -6
  136. package/dist/components/tttx-toolbar.js +3 -3
  137. package/dist/components/{tttx-toolbar_1_3_0.d.ts → tttx-toolbar_1_4_1.d.ts} +4 -4
  138. package/dist/components/{tttx-toolbar_1_3_0.js → tttx-toolbar_1_4_1.js} +2 -2
  139. package/dist/components/tttx-tree-view_1_4_1.d.ts +11 -0
  140. package/dist/components/{tttx-tree-view_1_3_0.js → tttx-tree-view_1_4_1.js} +9 -9
  141. package/dist/esm/loader.js +1 -1
  142. package/dist/esm/{tttx-button_1_3_0.entry.js → tttx-button_1_4_1.entry.js} +2 -2
  143. package/dist/esm/{tttx-checkbox-group-caption_1_3_0.entry.js → tttx-checkbox-group-caption_1_4_1.entry.js} +1 -1
  144. package/dist/esm/{tttx-checkbox-group-heading_1_3_0.entry.js → tttx-checkbox-group-heading_1_4_1.entry.js} +1 -1
  145. package/dist/esm/{tttx-checkbox-group_1_3_0.entry.js → tttx-checkbox-group_1_4_1.entry.js} +1 -1
  146. package/dist/esm/{tttx-checkbox_1_3_0.entry.js → tttx-checkbox_1_4_1.entry.js} +2 -2
  147. package/dist/esm/{tttx-data-pattern_1_3_0.entry.js → tttx-data-pattern_1_4_1.entry.js} +2 -2
  148. package/dist/esm/{tttx-dialog-box_1_3_0.entry.js → tttx-dialog-box_1_4_1.entry.js} +3 -3
  149. package/dist/esm/{tttx-dialog_1_3_0.entry.js → tttx-dialog_1_4_1.entry.js} +2 -2
  150. package/dist/esm/{tttx-expander_1_3_0.entry.js → tttx-expander_1_4_1.entry.js} +2 -2
  151. package/dist/esm/{tttx-filter_1_3_0_4.entry.js → tttx-filter_1_4_1_4.entry.js} +6 -6
  152. package/dist/esm/{tttx-form_1_3_0.entry.js → tttx-form_1_4_1.entry.js} +77 -11
  153. package/dist/esm/{tttx-icon_1_3_0.entry.js → tttx-icon_1_4_1.entry.js} +1 -1
  154. package/dist/esm/{tttx-keyvalue-block_1_3_0.entry.js → tttx-keyvalue-block_1_4_1.entry.js} +1 -1
  155. package/dist/esm/{tttx-loading-spinner_1_3_0.entry.js → tttx-loading-spinner_1_4_1.entry.js} +1 -1
  156. package/dist/esm/{tttx-multiselect-box_1_3_0.entry.js → tttx-multiselect-box_1_4_1.entry.js} +6 -6
  157. package/dist/esm/{tttx-percentage-bar_1_3_0.entry.js → tttx-percentage-bar_1_4_1.entry.js} +2 -2
  158. package/dist/esm/{tttx-qrcode_1_3_0.entry.js → tttx-qrcode_1_4_1.entry.js} +1 -1
  159. package/dist/esm/{tttx-select-box_1_3_0.entry.js → tttx-select-box_1_4_1.entry.js} +3 -3
  160. package/dist/esm/tttx-standalone-input_1_4_1.entry.js +90 -0
  161. package/dist/esm/{tttx-tabs_1_3_0.entry.js → tttx-tabs_1_4_1.entry.js} +4 -4
  162. package/dist/esm/{tttx-tag_1_3_0.entry.js → tttx-tag_1_4_1.entry.js} +1 -1
  163. package/dist/esm/{tttx-textarea_1_3_0.entry.js → tttx-textarea_1_4_1.entry.js} +2 -2
  164. package/dist/esm/{tttx-tree-view_1_3_0.entry.js → tttx-tree-view_1_4_1.entry.js} +3 -3
  165. package/dist/esm/tttx.js +1 -1
  166. package/dist/tttx/p-0e515960.entry.js +1 -1
  167. package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
  168. package/dist/tttx/p-23f45005.entry.js +1 -1
  169. package/dist/tttx/p-3676cddd.entry.js +1 -1
  170. package/dist/tttx/p-56c8c353.entry.js +1 -1
  171. package/dist/tttx/p-59c7b049.entry.js +1 -1
  172. package/dist/tttx/p-5d2706b1.entry.js +1 -1
  173. package/dist/tttx/p-63ad6fb7.entry.js +1 -1
  174. package/dist/tttx/p-6b1c7a21.entry.js +1 -1
  175. package/dist/tttx/p-6deb8699.entry.js +1 -1
  176. package/dist/tttx/p-796f699a.entry.js +1 -1
  177. package/dist/tttx/p-81aaafa0.entry.js +1 -1
  178. package/dist/tttx/p-884f37d3.entry.js +1 -1
  179. package/dist/tttx/p-8b0b95b7.entry.js +1 -0
  180. package/dist/tttx/p-9434561e.entry.js +1 -1
  181. package/dist/tttx/p-983d63ff.entry.js +1 -1
  182. package/dist/tttx/p-a01e679a.entry.js +1 -1
  183. package/dist/tttx/p-a8e76e78.entry.js +1 -1
  184. package/dist/tttx/p-c08a54f9.entry.js +1 -0
  185. package/dist/tttx/p-c170e3b8.entry.js +1 -1
  186. package/dist/tttx/p-ee358ce4.entry.js +1 -1
  187. package/dist/tttx/p-f374e293.entry.js +1 -1
  188. package/dist/tttx/p-f4db1cf2.entry.js +1 -1
  189. package/dist/tttx/tttx.esm.js +1 -1
  190. package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +22 -0
  191. package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
  192. package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
  193. package/dist/types/components.d.ts +325 -304
  194. package/package.json +1 -1
  195. package/dist/cjs/tttx-standalone-input_1_3_0.cjs.entry.js +0 -94
  196. package/dist/components/tttx-checkbox-group-caption_1_3_0.d.ts +0 -11
  197. package/dist/components/tttx-checkbox-group-heading_1_3_0.d.ts +0 -11
  198. package/dist/components/tttx-checkbox-group_1_3_0.d.ts +0 -11
  199. package/dist/components/tttx-data-pattern_1_3_0.d.ts +0 -11
  200. package/dist/components/tttx-keyvalue-block_1_3_0.d.ts +0 -11
  201. package/dist/components/tttx-loading-spinner_1_3_0.d.ts +0 -11
  202. package/dist/components/tttx-multiselect-box_1_3_0.d.ts +0 -11
  203. package/dist/components/tttx-percentage-bar_1_3_0.d.ts +0 -11
  204. package/dist/components/tttx-select-box_1_3_0.d.ts +0 -11
  205. package/dist/components/tttx-sorter_1_3_0.d.ts +0 -11
  206. package/dist/components/tttx-standalone-input_1_3_0.d.ts +0 -11
  207. package/dist/components/tttx-textarea_1_3_0.d.ts +0 -11
  208. package/dist/components/tttx-tree-view_1_3_0.d.ts +0 -11
  209. package/dist/esm/tttx-standalone-input_1_3_0.entry.js +0 -90
  210. package/dist/tttx/p-822ec9dc.entry.js +0 -1
  211. package/dist/tttx/p-fe967031.entry.js +0 -1
@@ -37,14 +37,15 @@ function validityCheck(event) {
37
37
  // and cleared with
38
38
  // target.setCustomValidity('');
39
39
  //handle whitespace-only input
40
- if (target.value.length && !target.value.replace(/\s/g, '').length) {
41
- errorMessage = 'This field cannot be left blank';
42
- target.setCustomValidity(errorMessage);
43
- }
44
- else {
45
- errorMessage = '';
46
- if (target.setCustomValidity) // tests are dumb as a brick
47
- target.setCustomValidity('');
40
+ if (!target.hasAttribute('custom-validation-set')) {
41
+ if (target.value.length && !target.value.replace(/\s/g, '').length) {
42
+ errorMessage = 'This field cannot be left blank';
43
+ target.setCustomValidity(errorMessage);
44
+ }
45
+ else {
46
+ if (target.setCustomValidity) // tests are dumb as a brick
47
+ target.setCustomValidity('');
48
+ }
48
49
  }
49
50
  // Check the validity of the input field and set an error message if needed
50
51
  switch (true) {
@@ -190,7 +191,7 @@ function startDateComparisonValidator(event) {
190
191
  this.validityCheckWrapper(event);
191
192
  }
192
193
 
193
- const tttxFormCss = ".material-symbols-rounded{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.material-symbols-rounded{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}label{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label .optional{color:#757575;font-weight:normal}label .outer-container{position:relative}label .outer-container .left-icons,label .outer-container .right-icons{display:flex;position:absolute;height:24px;gap:8px}label .outer-container .left-icons tttx-icon,label .outer-container .right-icons tttx-icon{height:24px;width:24px}label .outer-container .left-icons{left:8px}label .outer-container .right-icons{right:8px}label .outer-container input,label .outer-container textarea{color:#212121;box-sizing:border-box;border:1px solid #d5d5d5;border-radius:4px;padding:0;padding-left:16px;padding-right:16px;margin-top:4px;}label .outer-container input.has-input-icon,label .outer-container textarea.has-input-icon{padding-left:40px}label .outer-container input.has-input-icon.has-left-icon,label .outer-container textarea.has-input-icon.has-left-icon{padding-left:72px}label .outer-container input.has-left-icon,label .outer-container textarea.has-left-icon{padding-left:40px}label .outer-container input.has-right-icon,label .outer-container textarea.has-right-icon{padding-right:40px}label .outer-container input.invalid,label .outer-container textarea.invalid{border:1px solid #dc0000}label .outer-container input:not([type=submit]),label .outer-container textarea:not([type=submit]){font-family:\"Roboto\", serif;width:100%;height:36px;font-size:16px;line-height:18.752px}label .outer-container input[type=radio],label .outer-container textarea[type=radio]{width:20px;height:20px}label .outer-container input[type=date],label .outer-container textarea[type=date]{background:white;display:block;min-width:calc(100% - 18px);line-height:37px}label .outer-container input[readonly],label .outer-container textarea[readonly]{cursor:default;pointer-events:none;user-select:none;color:gray}label .outer-container input:focus,label .outer-container textarea:focus{border-color:#1479c6}label .outer-container input:focus-visible,label .outer-container textarea:focus-visible{outline:none}label .outer-container textarea{padding:8px;height:auto;min-height:100px;resize:vertical}label .outer-container.inputBlock{display:flex;align-items:center;line-height:21px}label .outer-container.inputBlock .left-icons,label .outer-container.inputBlock .right-icons{margin-top:4px}label .outer-container.inputBlock.readonly{pointer-events:none;user-select:none;color:gray}label .outer-container.inputBlock.radioBlock{display:block}label .outer-container.inputInline{display:flex;white-space:nowrap;align-items:center;margin:0}label .outer-container.inputInline input{margin-top:0}label .secondarylabel{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label .errorBubble{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 .errorBubble:not(.visible){display:none}label .errorBubble span{color:#dc0000;font-size:16px;margin-right:4px}.material-symbols-rounded{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}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:block}fieldset{margin:0;padding:0;border:none}label{display:block;position:relative;margin-bottom:16px}.inlineLabel{font-weight:400;display:inline-block;vertical-align:top;padding-top:4px}input[type=checkbox]{width:18px;height:18px}input~label{font-weight:400}select{font-family:\"Roboto\", serif;box-sizing:border-box;width:100%;height:36px;padding:0 16px;font-size:16px;border:1px solid #d5d5d5;border-radius:4px;margin-top:4px}.placeholder{color:#9e9e9e}.placeholder option{color:initial}select.invalid:invalid{border:1px solid #dc0000}select~.errorBubble{position:relative;font-size:14px;font-weight:normal;width:100%;font-family:\"Roboto\", sans-serif;color:#dc0000;display:flex;align-content:center;align-items:center;justify-items:center}select~.errorBubble:not(.visible){visibility:hidden}select~.errorBubble span{color:#dc0000;font-size:16px;margin-right:4px;height:16px}select.invalid:invalid~.errorBubble{position:relative;font-size:14px;font-weight:normal;width:100%;font-family:\"Roboto\", sans-serif;color:#dc0000;visibility:visible}select:focus{border-color:#1479c6}select:focus-visible{outline:none}.button{padding:0 16px}.footer{display:flex;gap:16px;flex-direction:row-reverse}label.flex-label{display:flex;flex-direction:column;width:346px;box-sizing:border-box}label>.outer-container>input[type=date]{min-width:0;width:200px}label.flex-label input[type=time]{min-width:auto;text-align:center;width:130px;margin-left:16px}label>.outer-container>input[type=date],label.flex-label input[type=time]{line-height:36px}";
194
+ const tttxFormCss = ".material-symbols-rounded{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.material-symbols-rounded{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}label{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label .optional{color:#757575;font-weight:normal}label .outer-container{position:relative}label .outer-container .left-icons,label .outer-container .right-icons{display:flex;position:absolute;height:24px;gap:8px}label .outer-container .left-icons tttx-icon,label .outer-container .right-icons tttx-icon{height:24px;width:24px}label .outer-container .left-icons{left:8px}label .outer-container .right-icons{right:8px}label .outer-container input,label .outer-container textarea{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 .outer-container input.has-input-icon,label .outer-container textarea.has-input-icon{padding-left:40px}label .outer-container input.has-input-icon.has-left-icon,label .outer-container textarea.has-input-icon.has-left-icon{padding-left:72px}label .outer-container input.has-left-icon,label .outer-container textarea.has-left-icon{padding-left:40px}label .outer-container input.has-right-icon,label .outer-container textarea.has-right-icon{padding-right:40px}label .outer-container input.invalid,label .outer-container textarea.invalid{border:1px solid #dc0000}label .outer-container input:not([type=submit]),label .outer-container textarea:not([type=submit]){font-family:\"Roboto\", serif;width:100%;height:36px;font-size:16px;line-height:18.752px}label .outer-container input[type=radio],label .outer-container textarea[type=radio]{width:20px;height:20px}label .outer-container input[type=date],label .outer-container textarea[type=date]{background:white;display:block;min-width:calc(100% - 18px);line-height:37px}label .outer-container input[readonly],label .outer-container textarea[readonly]{cursor:default;pointer-events:none;user-select:none;color:gray}label .outer-container input:focus,label .outer-container textarea:focus{border-color:#1479c6}label .outer-container input:focus-visible,label .outer-container textarea:focus-visible{outline:none}label .outer-container textarea{padding:8px;height:auto;min-height:100px;resize:vertical}label .outer-container textarea.resize-none{resize:none}label .outer-container.inputBlock{display:flex;align-items:center;line-height:21px}label .outer-container.inputBlock .left-icons,label .outer-container.inputBlock .right-icons{margin-top:4px}label .outer-container.inputBlock.readonly{pointer-events:none;user-select:none;color:gray}label .outer-container.inputBlock.radioBlock{display:block}label .outer-container.inputInline{display:flex;white-space:nowrap;align-items:center;margin:0}label .outer-container.inputInline input{margin-top:0}label .secondarylabel{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label .errorBubble{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 .errorBubble:not(.visible){display:none}label .errorBubble span{color:#dc0000;font-size:16px;margin-right:4px}.material-symbols-rounded{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}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:block}fieldset{margin:0;padding:0;border:none}label{display:block;position:relative;margin-bottom:16px}.inlineLabel{font-weight:400;display:inline-block;vertical-align:top;padding-top:4px}input[type=checkbox]{width:18px;height:18px}input~label{font-weight:400}select{font-family:\"Roboto\", serif;box-sizing:border-box;width:100%;height:36px;padding:0 16px;font-size:16px;border:1px solid #d5d5d5;border-radius:4px;margin-top:4px}.placeholder{color:#9e9e9e}.placeholder option{color:initial}select.invalid:invalid{border:1px solid #dc0000}select~.errorBubble{position:relative;font-size:14px;font-weight:normal;width:100%;font-family:\"Roboto\", sans-serif;color:#dc0000;display:flex;align-content:center;align-items:center;justify-items:center}select~.errorBubble:not(.visible){visibility:hidden}select~.errorBubble span{color:#dc0000;font-size:16px;margin-right:4px;height:16px}select.invalid:invalid~.errorBubble{position:relative;font-size:14px;font-weight:normal;width:100%;font-family:\"Roboto\", sans-serif;color:#dc0000;visibility:visible}select:focus{border-color:#1479c6}select:focus-visible{outline:none}.button{padding:0 16px}.footer{display:flex;gap:16px;flex-direction:row-reverse}label.flex-label{display:flex;flex-direction:column;width:346px;box-sizing:border-box}label>.outer-container>input[type=date]{min-width:0;width:200px}label.flex-label input[type=time]{min-width:auto;text-align:center;width:130px;margin-left:16px}label>.outer-container>input[type=date],label.flex-label input[type=time]{line-height:36px}";
194
195
 
195
196
  const TttxForm = class {
196
197
  constructor(hostRef) {
@@ -273,6 +274,10 @@ const TttxForm = class {
273
274
  doSubmit(event) {
274
275
  // prevent the form from submitting normally
275
276
  event.preventDefault();
277
+ const allElements = this.fieldset.querySelectorAll('[custom-validation-set=true]');
278
+ if (allElements.length) {
279
+ return;
280
+ }
276
281
  // create a new FormData object with the form data
277
282
  const formData = new FormData(event.target);
278
283
  // get a list of checkboxes, if any, so we can manually set unchecked box data
@@ -322,7 +327,7 @@ const TttxForm = class {
322
327
  if ((_a = this._data) === null || _a === void 0 ? void 0 : _a[formKey]) {
323
328
  select.classList.remove('placeholder');
324
329
  }
325
- const tttxSelect = document.createElement('tttx-select-box_1_3_0');
330
+ const tttxSelect = document.createElement('tttx-select-box_1_4_1');
326
331
  tttxSelect.optionsData = (_b = formProperties.options) === null || _b === void 0 ? void 0 : _b.filter(o => !o.placeholder);
327
332
  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;
328
333
  tttxSelect.inline = false;
@@ -415,6 +420,9 @@ const TttxForm = class {
415
420
  if (formProperties.readonly) {
416
421
  input.readOnly = true;
417
422
  }
423
+ if (formProperties.resize === 'none') {
424
+ input.classList.add('resize-none');
425
+ }
418
426
  // Return the input element
419
427
  return input;
420
428
  }
@@ -817,6 +825,64 @@ const TttxForm = class {
817
825
  assignButtonReference(el) {
818
826
  this.submitButton = el;
819
827
  }
828
+ /**
829
+ * An external validation trigger to apply to a form field
830
+ * @param { string } fieldName The form field name to apply the validation too
831
+ * @param { string } message The validation message to display under the form field
832
+ */
833
+ async setValidationFor(fieldName, message) {
834
+ const formField = this.fieldset.querySelector(`[name=${fieldName}]`);
835
+ if (formField.disabled) {
836
+ return;
837
+ }
838
+ formField.setCustomValidity(message);
839
+ formField.setAttribute('custom-validation-set', 'true');
840
+ setErrorState(formField, true, message);
841
+ }
842
+ /**
843
+ * Clear the validation message on a given form field
844
+ * @param { string } fieldName The form field name to clear the validation of
845
+ */
846
+ async clearValidationFor(fieldName) {
847
+ const formField = this.fieldset.querySelector(`[name=${fieldName}]`);
848
+ formField.setCustomValidity('');
849
+ formField.removeAttribute('custom-validation-set');
850
+ setErrorState(formField, false, '');
851
+ }
852
+ /**
853
+ * Disable a form field and visually remove it from the form.
854
+ * If custom validation is set, this function will return without affecting the form field.
855
+ * @param { string } fieldName The form field name to disable
856
+ */
857
+ async disableFormField(fieldName) {
858
+ const formField = this.fieldset.querySelector(`[name=${fieldName}]`);
859
+ if (formField.hasAttribute('custom-validation-set')) {
860
+ return;
861
+ }
862
+ formField.disabled = true;
863
+ let parent = formField.parentElement;
864
+ do {
865
+ if (parent.nodeName !== 'LABEL') {
866
+ parent = parent.parentElement;
867
+ }
868
+ } while (parent.nodeName !== 'LABEL');
869
+ parent.style.display = 'none';
870
+ }
871
+ /**
872
+ * Enable a form field and visually add it back to the form.
873
+ * @param { string } fieldName The form field name to enable
874
+ */
875
+ async enableFormField(fieldName) {
876
+ const formField = this.fieldset.querySelector(`[name=${fieldName}]`);
877
+ formField.disabled = false;
878
+ let parent = formField.parentElement;
879
+ do {
880
+ if (parent.nodeName !== 'LABEL') {
881
+ parent = parent.parentElement;
882
+ }
883
+ } while (parent.nodeName !== 'LABEL');
884
+ parent.style.display = 'block';
885
+ }
820
886
  /**
821
887
  * Renders the component's template as a form element with a fieldset container. The form's
822
888
  * "onSubmit" event is bound to the "doSubmit" function, which handles the form submission
@@ -834,4 +900,4 @@ const TttxForm = class {
834
900
  };
835
901
  TttxForm.style = tttxFormCss;
836
902
 
837
- export { TttxForm as tttx_form_1_3_0 };
903
+ export { TttxForm as tttx_form_1_4_1 };
@@ -27,4 +27,4 @@ const TttxIcon = class {
27
27
  };
28
28
  TttxIcon.style = tttxIconCss;
29
29
 
30
- export { TttxIcon as tttx_icon_1_3_0 };
30
+ export { TttxIcon as tttx_icon_1_4_1 };
@@ -65,4 +65,4 @@ const TttxKeyvalueBlock = class {
65
65
  };
66
66
  TttxKeyvalueBlock.style = tttxKeyvalueBlockCss;
67
67
 
68
- export { TttxKeyvalueBlock as tttx_keyvalue_block_1_3_0 };
68
+ export { TttxKeyvalueBlock as tttx_keyvalue_block_1_4_1 };
@@ -19,4 +19,4 @@ const TttxLoadingSpinner = class {
19
19
  };
20
20
  TttxLoadingSpinner.style = tttxLoadingSpinnerCss;
21
21
 
22
- export { TttxLoadingSpinner as tttx_loading_spinner_1_3_0 };
22
+ export { TttxLoadingSpinner as tttx_loading_spinner_1_4_1 };
@@ -84,11 +84,11 @@ const TttxMultiselectBox = class {
84
84
  const sanitisedHTML = purify.sanitize(option.html, domSanitiserOptions);
85
85
  // This is tested in e2e tests
86
86
  /* istanbul ignore next */
87
- return (h("div", { class: `dropdown-option ${hideOption ? 'hidden' : ''} ${option.selected ? 'selected' : ''}`, onClick: this.onItemSelected.bind(this, option), key: option.label }, h("tttx-icon_1_3_0", { icon: checkboxIcon, color: checkboxColor, class: 'checkbox-icon' }), h("div", { innerHTML: sanitisedHTML })));
87
+ return (h("div", { class: `dropdown-option ${hideOption ? 'hidden' : ''} ${option.selected ? 'selected' : ''}`, onClick: this.onItemSelected.bind(this, option), key: option.label }, h("tttx-icon_1_4_1", { icon: checkboxIcon, color: checkboxColor, class: 'checkbox-icon' }), h("div", { innerHTML: sanitisedHTML })));
88
88
  }
89
89
  // This is tested in e2e tests
90
90
  /* istanbul ignore next */
91
- return (h("div", { class: `dropdown-option ${hideOption ? 'hidden' : ''} ${option.selected ? 'selected' : ''}`, onClick: this.onItemSelected.bind(this, option), key: option.label }, h("tttx-icon_1_3_0", { icon: checkboxIcon, color: checkboxColor, class: 'checkbox-icon' }), h("div", { class: "plaintext-option" }, option.label)));
91
+ return (h("div", { class: `dropdown-option ${hideOption ? 'hidden' : ''} ${option.selected ? 'selected' : ''}`, onClick: this.onItemSelected.bind(this, option), key: option.label }, h("tttx-icon_1_4_1", { icon: checkboxIcon, color: checkboxColor, class: 'checkbox-icon' }), h("div", { class: "plaintext-option" }, option.label)));
92
92
  }
93
93
  // This is tested in e2e tests
94
94
  /* istanbul ignore next */
@@ -120,11 +120,11 @@ const TttxMultiselectBox = class {
120
120
  if (!this.unsavedSelectedItems)
121
121
  this.unsavedSelectedItems = this.safelyCloneArray(this._optionsData);
122
122
  const chevronIcon = this.open ? 'expand_less' : 'expand_more';
123
- 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", onClick: this.onDropdownClicked.bind(this) }, this.dropdownSelectorContent(), h("div", { class: "dropdown-selector-chevron" }, h("tttx-icon_1_3_0", { icon: chevronIcon, color: "black" }))), this.open && (h("div", { class: "dropdown-body-container" }, h("div", { class: "dropdown-body", style: Object.assign({}, this.bodyOffset) }, this.searchEnabled &&
123
+ 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", onClick: this.onDropdownClicked.bind(this) }, this.dropdownSelectorContent(), h("div", { class: "dropdown-selector-chevron" }, h("tttx-icon_1_4_1", { icon: chevronIcon, color: "black" }))), this.open && (h("div", { class: "dropdown-body-container" }, h("div", { class: "dropdown-body", style: Object.assign({}, this.bodyOffset) }, this.searchEnabled &&
124
124
  /* istanbul ignore next */
125
- h("div", { class: "searchbox" }, h("tttx-standalone-input_1_3_0", { type: "text", placeholder: 'Search', label: "", required: true, showerrorbubble: false, iconleft: 'search', onInput: this.handleSearchInput.bind(this), inline: true })), h("div", { class: "dropdown-options-list" }, this.unsavedSelectedItems.map((option) => {
125
+ h("div", { class: "searchbox" }, h("tttx-standalone-input_1_4_1", { type: "text", placeholder: 'Search', label: "", required: true, showerrorbubble: false, iconleft: 'search', onInput: this.handleSearchInput.bind(this), inline: true })), h("div", { class: "dropdown-options-list" }, this.unsavedSelectedItems.map((option) => {
126
126
  return this.dropdownOption(option);
127
- })), h("div", { class: 'footer' }, h("tttx-button_1_3_0", { design: "primary", onClick: this.applyChanges.bind(this) }, "Apply"), h("tttx-button_1_3_0", { onClick: this.onCancel.bind(this) }, "Cancel"))))))));
127
+ })), h("div", { class: 'footer' }, h("tttx-button_1_4_1", { design: "primary", onClick: this.applyChanges.bind(this) }, "Apply"), h("tttx-button_1_4_1", { onClick: this.onCancel.bind(this) }, "Cancel"))))))));
128
128
  }
129
129
  get el() { return getElement(this); }
130
130
  static get watchers() { return {
@@ -133,4 +133,4 @@ const TttxMultiselectBox = class {
133
133
  };
134
134
  TttxMultiselectBox.style = tttxMultiselectBoxCss;
135
135
 
136
- export { TttxMultiselectBox as tttx_multiselect_box_1_3_0 };
136
+ export { TttxMultiselectBox as tttx_multiselect_box_1_4_1 };
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h, H as Host } from './index-88bd2f60.js';
2
2
 
3
- const tttxPercentageBarCss = ".sc-tttx-percentage-bar_1_3_0-h{display:block}.progress.sc-tttx-percentage-bar_1_3_0{width:100%;background-color:#dbdbdb}.progress.sc-tttx-percentage-bar_1_3_0 .bar.sc-tttx-percentage-bar_1_3_0{height:20px}";
3
+ const tttxPercentageBarCss = ".sc-tttx-percentage-bar_1_4_1-h{display:block}.progress.sc-tttx-percentage-bar_1_4_1{width:100%;background-color:#dbdbdb}.progress.sc-tttx-percentage-bar_1_4_1 .bar.sc-tttx-percentage-bar_1_4_1{height:20px}";
4
4
 
5
5
  const TttxPercentageBar = class {
6
6
  constructor(hostRef) {
@@ -58,4 +58,4 @@ const TttxPercentageBar = class {
58
58
  };
59
59
  TttxPercentageBar.style = tttxPercentageBarCss;
60
60
 
61
- export { TttxPercentageBar as tttx_percentage_bar_1_3_0 };
61
+ export { TttxPercentageBar as tttx_percentage_bar_1_4_1 };
@@ -36,4 +36,4 @@ const TttxQrCode = class {
36
36
  };
37
37
  TttxQrCode.style = tttxQrcodeCss;
38
38
 
39
- export { TttxQrCode as tttx_qrcode_1_3_0 };
39
+ export { TttxQrCode as tttx_qrcode_1_4_1 };
@@ -61,7 +61,7 @@ const TttxSelectBox = class {
61
61
  let title;
62
62
  let subtitle;
63
63
  const chevronIcon = this.open ? 'expand_less' : 'expand_more';
64
- const icon = h("tttx-icon_1_3_0", { icon: chevronIcon, color: "black" });
64
+ const icon = h("tttx-icon_1_4_1", { icon: chevronIcon, color: "black" });
65
65
  let chevron = h("div", { class: 'dropdown-selector-chevron' }, icon);
66
66
  if (!this.selectedItem) {
67
67
  title = h("div", { class: "placeholder" }, this.placeholder);
@@ -120,7 +120,7 @@ const TttxSelectBox = class {
120
120
  return;
121
121
  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", 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 &&
122
122
  /* istanbul ignore next */
123
- h("div", { class: "searchbox" }, h("tttx-standalone-input_1_3_0", { type: "text", label: "", required: true, showerrorbubble: false, iconleft: 'search', onInput: this.handleSearchInput.bind(this) })), h("div", { class: "dropdown-options-list" }, this._optionsData.map((option) => {
123
+ h("div", { class: "searchbox" }, h("tttx-standalone-input_1_4_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) => {
124
124
  return this.dropdownOption(option);
125
125
  }))))))));
126
126
  }
@@ -131,4 +131,4 @@ const TttxSelectBox = class {
131
131
  };
132
132
  TttxSelectBox.style = tttxSelectBoxCss;
133
133
 
134
- export { TttxSelectBox as tttx_select_box_1_3_0 };
134
+ export { TttxSelectBox as tttx_select_box_1_4_1 };
@@ -0,0 +1,90 @@
1
+ import { r as registerInstance, c as createEvent, h, H as Host } from './index-88bd2f60.js';
2
+
3
+ const tttxStandaloneInputCss = ".material-symbols-rounded.sc-tttx-standalone-input_1_4_1{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.material-symbols-rounded.sc-tttx-standalone-input_1_4_1{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}label.sc-tttx-standalone-input_1_4_1{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label.sc-tttx-standalone-input_1_4_1 .optional.sc-tttx-standalone-input_1_4_1{color:#757575;font-weight:normal}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1{position:relative}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 .left-icons.sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 .right-icons.sc-tttx-standalone-input_1_4_1{display:flex;position:absolute;height:24px;gap:8px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 .left-icons.sc-tttx-standalone-input_1_4_1 tttx-icon.sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 .right-icons.sc-tttx-standalone-input_1_4_1 tttx-icon.sc-tttx-standalone-input_1_4_1{height:24px;width:24px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 .left-icons.sc-tttx-standalone-input_1_4_1{left:8px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 .right-icons.sc-tttx-standalone-input_1_4_1{right:8px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input.sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.sc-tttx-standalone-input_1_4_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_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input.has-input-icon.sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.has-input-icon.sc-tttx-standalone-input_1_4_1{padding-left:40px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input.has-input-icon.has-left-icon.sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.has-input-icon.has-left-icon.sc-tttx-standalone-input_1_4_1{padding-left:72px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input.has-left-icon.sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.has-left-icon.sc-tttx-standalone-input_1_4_1{padding-left:40px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input.has-right-icon.sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.has-right-icon.sc-tttx-standalone-input_1_4_1{padding-right:40px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input.invalid.sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.invalid.sc-tttx-standalone-input_1_4_1{border:1px solid #dc0000}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input.sc-tttx-standalone-input_1_4_1:not([type=submit]),label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.sc-tttx-standalone-input_1_4_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_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input[type=radio].sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea[type=radio].sc-tttx-standalone-input_1_4_1{width:20px;height:20px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input[type=date].sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea[type=date].sc-tttx-standalone-input_1_4_1{background:white;display:block;min-width:calc(100% - 18px);line-height:37px}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input[readonly].sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea[readonly].sc-tttx-standalone-input_1_4_1{cursor:default;pointer-events:none;user-select:none;color:gray}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input.sc-tttx-standalone-input_1_4_1:focus,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.sc-tttx-standalone-input_1_4_1:focus{border-color:#1479c6}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 input.sc-tttx-standalone-input_1_4_1:focus-visible,label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.sc-tttx-standalone-input_1_4_1:focus-visible{outline:none}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.sc-tttx-standalone-input_1_4_1{padding:8px;height:auto;min-height:100px;resize:vertical}label.sc-tttx-standalone-input_1_4_1 .outer-container.sc-tttx-standalone-input_1_4_1 textarea.resize-none.sc-tttx-standalone-input_1_4_1{resize:none}label.sc-tttx-standalone-input_1_4_1 .outer-container.inputBlock.sc-tttx-standalone-input_1_4_1{display:flex;align-items:center;line-height:21px}label.sc-tttx-standalone-input_1_4_1 .outer-container.inputBlock.sc-tttx-standalone-input_1_4_1 .left-icons.sc-tttx-standalone-input_1_4_1,label.sc-tttx-standalone-input_1_4_1 .outer-container.inputBlock.sc-tttx-standalone-input_1_4_1 .right-icons.sc-tttx-standalone-input_1_4_1{margin-top:4px}label.sc-tttx-standalone-input_1_4_1 .outer-container.inputBlock.readonly.sc-tttx-standalone-input_1_4_1{pointer-events:none;user-select:none;color:gray}label.sc-tttx-standalone-input_1_4_1 .outer-container.inputBlock.radioBlock.sc-tttx-standalone-input_1_4_1{display:block}label.sc-tttx-standalone-input_1_4_1 .outer-container.inputInline.sc-tttx-standalone-input_1_4_1{display:flex;white-space:nowrap;align-items:center;margin:0}label.sc-tttx-standalone-input_1_4_1 .outer-container.inputInline.sc-tttx-standalone-input_1_4_1 input.sc-tttx-standalone-input_1_4_1{margin-top:0}label.sc-tttx-standalone-input_1_4_1 .secondarylabel.sc-tttx-standalone-input_1_4_1{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label.sc-tttx-standalone-input_1_4_1 .errorBubble.sc-tttx-standalone-input_1_4_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_4_1 .errorBubble.sc-tttx-standalone-input_1_4_1:not(.visible){display:none}label.sc-tttx-standalone-input_1_4_1 .errorBubble.sc-tttx-standalone-input_1_4_1 span.sc-tttx-standalone-input_1_4_1{color:#dc0000;font-size:16px;margin-right:4px}.material-symbols-rounded.sc-tttx-standalone-input_1_4_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_4_1-h{display:block}";
4
+
5
+ const TttxInput = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ this.valueChanged = createEvent(this, "valueChanged", 7);
9
+ this.focusChanged = createEvent(this, "focusChanged", 7);
10
+ this.blurChanged = createEvent(this, "blurChanged", 7);
11
+ this.invalidChanged = createEvent(this, "invalidChanged", 7);
12
+ this.inputIconClick = createEvent(this, "inputIconClick", 7);
13
+ this.leftIconClick = createEvent(this, "leftIconClick", 7);
14
+ this.rightIconClick = createEvent(this, "rightIconClick", 7);
15
+ this.label = undefined;
16
+ this.secondarylabel = undefined;
17
+ this.showerrormsg = undefined;
18
+ this.showerrorbubble = true;
19
+ this.errormsg = undefined;
20
+ this.iconleft = undefined;
21
+ this.iconleftcolor = 'grey';
22
+ this.iconright = undefined;
23
+ this.iconrightcolor = 'grey';
24
+ this.inputicon = undefined;
25
+ this.inputiconcolor = 'grey';
26
+ this.inline = undefined;
27
+ this.inputautocapitalize = undefined;
28
+ this.inputautofocus = undefined;
29
+ this.inputkeyhint = undefined;
30
+ this.inputindex = undefined;
31
+ this.inputtitle = undefined;
32
+ this.autocomplete = undefined;
33
+ this.checked = undefined;
34
+ this.disabled = undefined;
35
+ this.max = undefined;
36
+ this.maxlength = undefined;
37
+ this.min = undefined;
38
+ this.minlength = undefined;
39
+ this.name = undefined;
40
+ this.pattern = undefined;
41
+ this.placeholder = undefined;
42
+ this.readonly = undefined;
43
+ this.required = undefined;
44
+ this.step = undefined;
45
+ this.type = 'text';
46
+ this.value = undefined;
47
+ }
48
+ handleChange(event) {
49
+ const target = event.target;
50
+ this.value = target.value;
51
+ this.valueChanged.emit(target.value);
52
+ }
53
+ handleFocus(event) {
54
+ const target = event.target;
55
+ this.focusChanged.emit(target.value);
56
+ }
57
+ handleBlur(event) {
58
+ const target = event.target;
59
+ this.blurChanged.emit(target.value);
60
+ }
61
+ handleInvalid(event) {
62
+ event.preventDefault();
63
+ const target = event.target;
64
+ this.invalidChanged.emit(target.value);
65
+ }
66
+ handleInputIconClick(event) {
67
+ event.preventDefault();
68
+ this.inputIconClick.emit();
69
+ }
70
+ handleLeftIconClick(event) {
71
+ event.preventDefault();
72
+ this.leftIconClick.emit();
73
+ }
74
+ handleRightIconClick(event) {
75
+ event.preventDefault();
76
+ this.rightIconClick.emit();
77
+ }
78
+ render() {
79
+ const classNames = [
80
+ this.showerrormsg ? 'invalid' : '',
81
+ this.inputicon ? 'has-input-icon' : '',
82
+ this.iconleft ? 'has-left-icon' : '',
83
+ this.iconright ? 'has-right-icon' : '',
84
+ ].join(' ');
85
+ 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_4_1", { class: "input-icon", icon: this.inputicon, color: this.inputiconcolor, onClick: this.handleInputIconClick.bind(this) })), this.iconleft && (h("tttx-icon_1_4_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_4_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)))));
86
+ }
87
+ };
88
+ TttxInput.style = tttxStandaloneInputCss;
89
+
90
+ export { TttxInput as tttx_standalone_input_1_4_1 };
@@ -2,7 +2,7 @@ import { r as registerInstance, c as createEvent, h, H as Host } from './index-8
2
2
  import { p as purify, d as domSanitiserOptions } from './domsanitiser.options-38a67458.js';
3
3
  import './_commonjsHelpers-9943807e.js';
4
4
 
5
- const tttxTabsCss = ".material-symbols-rounded.sc-tttx-tabs_1_3_0{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-tabs_1_3_0-h{display:block}.tab-bar.sc-tttx-tabs_1_3_0{display:flex;height:52px}.tab-bar.sc-tttx-tabs_1_3_0>.left-navigation.sc-tttx-tabs_1_3_0,.tab-bar.sc-tttx-tabs_1_3_0>.right-navigation.sc-tttx-tabs_1_3_0{padding:14px 8px;cursor:pointer}.tab-bar.sc-tttx-tabs_1_3_0>.left-navigation.sc-tttx-tabs_1_3_0>*.sc-tttx-tabs_1_3_0,.tab-bar.sc-tttx-tabs_1_3_0>.right-navigation.sc-tttx-tabs_1_3_0>*.sc-tttx-tabs_1_3_0{height:24px;width:24px;cursor:pointer}.tab-bar.sc-tttx-tabs_1_3_0>.tabs-container.sc-tttx-tabs_1_3_0{display:flex;border-bottom:1px solid #d5d5d5}.tab-bar.sc-tttx-tabs_1_3_0>.tabs-container.wide.sc-tttx-tabs_1_3_0{flex-grow:1}.tab-bar.sc-tttx-tabs_1_3_0>.tabs-container.sc-tttx-tabs_1_3_0>*[role=tab].sc-tttx-tabs_1_3_0{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_3_0>.tabs-container.sc-tttx-tabs_1_3_0>*[role=tab].sc-tttx-tabs_1_3_0:hover{background-color:rgba(17, 17, 17, 0.05)}.tab-bar.sc-tttx-tabs_1_3_0>.tabs-container.sc-tttx-tabs_1_3_0>*[role=tab][aria-selected].sc-tttx-tabs_1_3_0{color:#212121;cursor:default;border-bottom:3px solid #1579c6}";
5
+ const tttxTabsCss = ".material-symbols-rounded.sc-tttx-tabs_1_4_1{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-tabs_1_4_1-h{display:block}.tab-bar.sc-tttx-tabs_1_4_1{display:flex;height:52px}.tab-bar.sc-tttx-tabs_1_4_1>.left-navigation.sc-tttx-tabs_1_4_1,.tab-bar.sc-tttx-tabs_1_4_1>.right-navigation.sc-tttx-tabs_1_4_1{padding:14px 8px;cursor:pointer}.tab-bar.sc-tttx-tabs_1_4_1>.left-navigation.sc-tttx-tabs_1_4_1>*.sc-tttx-tabs_1_4_1,.tab-bar.sc-tttx-tabs_1_4_1>.right-navigation.sc-tttx-tabs_1_4_1>*.sc-tttx-tabs_1_4_1{height:24px;width:24px;cursor:pointer}.tab-bar.sc-tttx-tabs_1_4_1>.tabs-container.sc-tttx-tabs_1_4_1{display:flex;border-bottom:1px solid #d5d5d5}.tab-bar.sc-tttx-tabs_1_4_1>.tabs-container.wide.sc-tttx-tabs_1_4_1{flex-grow:1}.tab-bar.sc-tttx-tabs_1_4_1>.tabs-container.sc-tttx-tabs_1_4_1>*[role=tab].sc-tttx-tabs_1_4_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_4_1>.tabs-container.sc-tttx-tabs_1_4_1>*[role=tab].sc-tttx-tabs_1_4_1:hover{background-color:rgba(17, 17, 17, 0.05)}.tab-bar.sc-tttx-tabs_1_4_1>.tabs-container.sc-tttx-tabs_1_4_1>*[role=tab][aria-selected].sc-tttx-tabs_1_4_1{color:#212121;cursor:default;border-bottom:3px solid #1579c6}";
6
6
 
7
7
  const TttxTabs = class {
8
8
  constructor(hostRef) {
@@ -77,11 +77,11 @@ const TttxTabs = class {
77
77
  return;
78
78
  }
79
79
  const selectedTab = this._tabs.find(tab => tab.selected);
80
- 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_3_0", { icon: "navigate_before", color: "black" }))), h("div", { class: 'tabs-container' + (this.wide ? ' wide' : '') }, this._tabs.map(tab => {
80
+ 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_4_1", { icon: "navigate_before", color: "black" }))), h("div", { class: 'tabs-container' + (this.wide ? ' wide' : '') }, this._tabs.map(tab => {
81
81
  return (h("a", { key: tab.id, id: tab.id, role: "tab", "aria-controls": tab.controls, tabindex: tab.tabIndex, "aria-selected": tab.selected, onClick: () => {
82
82
  this.handleTabClick(tab);
83
83
  } }, tab.tabName));
84
- })), this.navigation && (h("div", { class: "right-navigation", tabindex: "0", onClick: this.handleRightNavigation.bind(this) }, h("tttx-icon_1_3_0", { 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 })))));
84
+ })), this.navigation && (h("div", { class: "right-navigation", tabindex: "0", onClick: this.handleRightNavigation.bind(this) }, h("tttx-icon_1_4_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
85
  }
86
86
  static get watchers() { return {
87
87
  "tabs": ["onDataChange"]
@@ -89,4 +89,4 @@ const TttxTabs = class {
89
89
  };
90
90
  TttxTabs.style = tttxTabsCss;
91
91
 
92
- export { TttxTabs as tttx_tabs_1_3_0 };
92
+ export { TttxTabs as tttx_tabs_1_4_1 };
@@ -15,4 +15,4 @@ const TttxTag = class {
15
15
  };
16
16
  TttxTag.style = tttxTagCss;
17
17
 
18
- export { TttxTag as tttx_tag_1_3_0 };
18
+ export { TttxTag as tttx_tag_1_4_1 };
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host } from './index-88bd2f60.js';
2
2
 
3
- const tttxTextareaCss = ".material-symbols-rounded.sc-tttx-textarea_1_3_0{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-textarea_1_3_0-h{display:block}label.sc-tttx-textarea_1_3_0{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label.sc-tttx-textarea_1_3_0 .textarea-container.sc-tttx-textarea_1_3_0{position:relative}label.sc-tttx-textarea_1_3_0 .textarea-container.sc-tttx-textarea_1_3_0 textarea.sc-tttx-textarea_1_3_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_3_0 .textarea-container.sc-tttx-textarea_1_3_0 textarea.no-label.sc-tttx-textarea_1_3_0{margin-top:0}label.sc-tttx-textarea_1_3_0 .textarea-container.sc-tttx-textarea_1_3_0 textarea.sc-tttx-textarea_1_3_0~.errorBubble.sc-tttx-textarea_1_3_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_3_0 .textarea-container.sc-tttx-textarea_1_3_0 textarea.sc-tttx-textarea_1_3_0~.errorBubble.sc-tttx-textarea_1_3_0:not(.visible){display:none}label.sc-tttx-textarea_1_3_0 .textarea-container.sc-tttx-textarea_1_3_0 textarea.sc-tttx-textarea_1_3_0~.errorBubble.sc-tttx-textarea_1_3_0 span.sc-tttx-textarea_1_3_0{color:#dc0000;font-size:16px;margin-right:4px}label.sc-tttx-textarea_1_3_0 .textarea-container.sc-tttx-textarea_1_3_0 textarea.sc-tttx-textarea_1_3_0:focus{border-color:#1479c6}label.sc-tttx-textarea_1_3_0 .textarea-container.sc-tttx-textarea_1_3_0 textarea.sc-tttx-textarea_1_3_0:focus-visible{outline:none}label.sc-tttx-textarea_1_3_0 .secondarylabel.sc-tttx-textarea_1_3_0{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label.sc-tttx-textarea_1_3_0 .optional.sc-tttx-textarea_1_3_0{color:#757575;font-weight:normal}";
3
+ const tttxTextareaCss = ".material-symbols-rounded.sc-tttx-textarea_1_4_1{font-variation-settings:\"FILL\" 1, \"wght\" 400, \"GRAD\" 0, \"opsz\" 24}.sc-tttx-textarea_1_4_1-h{display:block}label.sc-tttx-textarea_1_4_1{font-weight:500;font-size:16px;line-height:18.752px;color:#212121}label.sc-tttx-textarea_1_4_1 .textarea-container.sc-tttx-textarea_1_4_1{position:relative}label.sc-tttx-textarea_1_4_1 .textarea-container.sc-tttx-textarea_1_4_1 textarea.sc-tttx-textarea_1_4_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_4_1 .textarea-container.sc-tttx-textarea_1_4_1 textarea.no-label.sc-tttx-textarea_1_4_1{margin-top:0}label.sc-tttx-textarea_1_4_1 .textarea-container.sc-tttx-textarea_1_4_1 textarea.sc-tttx-textarea_1_4_1~.errorBubble.sc-tttx-textarea_1_4_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_4_1 .textarea-container.sc-tttx-textarea_1_4_1 textarea.sc-tttx-textarea_1_4_1~.errorBubble.sc-tttx-textarea_1_4_1:not(.visible){display:none}label.sc-tttx-textarea_1_4_1 .textarea-container.sc-tttx-textarea_1_4_1 textarea.sc-tttx-textarea_1_4_1~.errorBubble.sc-tttx-textarea_1_4_1 span.sc-tttx-textarea_1_4_1{color:#dc0000;font-size:16px;margin-right:4px}label.sc-tttx-textarea_1_4_1 .textarea-container.sc-tttx-textarea_1_4_1 textarea.sc-tttx-textarea_1_4_1:focus{border-color:#1479c6}label.sc-tttx-textarea_1_4_1 .textarea-container.sc-tttx-textarea_1_4_1 textarea.sc-tttx-textarea_1_4_1:focus-visible{outline:none}label.sc-tttx-textarea_1_4_1 .secondarylabel.sc-tttx-textarea_1_4_1{color:#757575;font-size:14px;line-height:16.408px;font-weight:normal;display:flex;margin-top:4px}label.sc-tttx-textarea_1_4_1 .optional.sc-tttx-textarea_1_4_1{color:#757575;font-weight:normal}";
4
4
 
5
5
  const TttxTextarea = class {
6
6
  constructor(hostRef) {
@@ -52,4 +52,4 @@ const TttxTextarea = class {
52
52
  };
53
53
  TttxTextarea.style = tttxTextareaCss;
54
54
 
55
- export { TttxTextarea as tttx_textarea_1_3_0 };
55
+ export { TttxTextarea as tttx_textarea_1_4_1 };
@@ -59,7 +59,7 @@ const TttxTreeView = class {
59
59
  event.stopPropagation();
60
60
  this.onClickHandler(event, node);
61
61
  }
62
- } }, h("tttx-button_1_3_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 => {
62
+ } }, h("tttx-button_1_4_1", { 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 => {
63
63
  return this.renderNode(childNode);
64
64
  })))) : null));
65
65
  }
@@ -73,7 +73,7 @@ const TttxTreeView = class {
73
73
  }
74
74
  }
75
75
  htmlcode(type, node, check_box, check_boxColor) {
76
- const htmlcode = (h("div", { class: "inline-tree-item element" }, node.hasCheckbox && (h("tttx-button_1_3_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_3_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) })));
76
+ const htmlcode = (h("div", { class: "inline-tree-item element" }, node.hasCheckbox && (h("tttx-button_1_4_1", { 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_4_1", { 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) })));
77
77
  return htmlcode;
78
78
  }
79
79
  render() {
@@ -85,4 +85,4 @@ const TttxTreeView = class {
85
85
  };
86
86
  TttxTreeView.style = tttxTreeViewCss;
87
87
 
88
- export { TttxTreeView as tttx_tree_view_1_3_0 };
88
+ export { TttxTreeView as tttx_tree_view_1_4_1 };
package/dist/esm/tttx.js CHANGED
@@ -14,5 +14,5 @@ const patchBrowser = () => {
14
14
  };
15
15
 
16
16
  patchBrowser().then(options => {
17
- return bootstrapLazy([["tttx-data-pattern_1_3_0",[[1,"tttx-data-pattern_1_3_0",{"data":[1],"sorteroptions":[1],"filteroptions":[1],"filterheader":[1]}]]],["tttx-form_1_3_0",[[1,"tttx-form_1_3_0",{"formschema":[1025],"data":[1032],"submit":[64],"setSelectOptions":[64]}]]],["tttx-multiselect-box_1_3_0",[[1,"tttx-multiselect-box_1_3_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_3_0",[[1,"tttx-dialog-box_1_3_0",{"data":[1025],"size":[1],"open":[1028],"allowOverflow":[4,"allow-overflow"],"elementSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-dialog_1_3_0",[[1,"tttx-dialog_1_3_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_3_0",[[1,"tttx-tree-view_1_3_0",{"data":[1040],"treeData":[32]}]]],["tttx-checkbox_1_3_0",[[0,"tttx-checkbox_1_3_0",{"checkboxId":[1,"checkbox-id"],"label":[1],"inline":[4],"indeterminate":[4],"checked":[4]}]]],["tttx-expander_1_3_0",[[1,"tttx-expander_1_3_0",{"name":[1],"open":[4],"lefticon":[1],"lefticoncolor":[1],"isExpanded":[32]}]]],["tttx-tabs_1_3_0",[[2,"tttx-tabs_1_3_0",{"tabsName":[1,"tabs-name"],"navigation":[4],"wide":[4],"tabs":[1],"_tabs":[32]},[[0,"keydown","handleKeyDown"]]]]],["tttx-checkbox-group-caption_1_3_0",[[4,"tttx-checkbox-group-caption_1_3_0"]]],["tttx-checkbox-group-heading_1_3_0",[[4,"tttx-checkbox-group-heading_1_3_0"]]],["tttx-checkbox-group_1_3_0",[[1,"tttx-checkbox-group_1_3_0"]]],["tttx-keyvalue-block_1_3_0",[[1,"tttx-keyvalue-block_1_3_0",{"keyvalues":[1],"horizontal":[4],"spacedout":[4],"_elements":[32]}]]],["tttx-loading-spinner_1_3_0",[[1,"tttx-loading-spinner_1_3_0",{"loadingMessage":[1028,"loading-message"],"size":[1025]}]]],["tttx-percentage-bar_1_3_0",[[2,"tttx-percentage-bar_1_3_0",{"percentage":[8],"thresholds":[1],"color":[1],"min":[1],"labelid":[1],"_percentage":[32],"_ranges":[32],"_min":[32]}]]],["tttx-qrcode_1_3_0",[[1,"tttx-qrcode_1_3_0",{"link":[1025],"size":[1026]}]]],["tttx-tag_1_3_0",[[1,"tttx-tag_1_3_0",{"text":[1],"color":[1],"textColor":[1,"text-color"]}]]],["tttx-textarea_1_3_0",[[2,"tttx-textarea_1_3_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_3_0",[[1,"tttx-icon_1_3_0",{"icon":[1],"color":[1],"size":[1026]}]]],["tttx-standalone-input_1_3_0",[[2,"tttx-standalone-input_1_3_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_3_0",[[1,"tttx-select-box_1_3_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_3_0_4",[[1,"tttx-filter_1_3_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_3_0",{"data":[1025],"name":[1],"_data":[32]}],[1,"tttx-sorter_1_3_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_3_0",{"border":[4],"viewSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-button_1_3_0",[[1,"tttx-button_1_3_0",{"notext":[4],"icon":[1],"iconposition":[1],"iconcolor":[1025],"design":[1]}]]]], options);
17
+ return bootstrapLazy([["tttx-data-pattern_1_4_1",[[1,"tttx-data-pattern_1_4_1",{"data":[1],"sorteroptions":[1],"filteroptions":[1],"filterheader":[1]}]]],["tttx-form_1_4_1",[[1,"tttx-form_1_4_1",{"formschema":[1025],"data":[1032],"submit":[64],"setSelectOptions":[64],"setValidationFor":[64],"clearValidationFor":[64],"disableFormField":[64],"enableFormField":[64]}]]],["tttx-multiselect-box_1_4_1",[[1,"tttx-multiselect-box_1_4_1",{"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_4_1",[[1,"tttx-dialog-box_1_4_1",{"data":[1025],"size":[1],"open":[1028],"allowOverflow":[4,"allow-overflow"],"elementSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-dialog_1_4_1",[[1,"tttx-dialog_1_4_1",{"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_4_1",[[1,"tttx-tree-view_1_4_1",{"data":[1040],"treeData":[32]}]]],["tttx-checkbox_1_4_1",[[0,"tttx-checkbox_1_4_1",{"checkboxId":[1,"checkbox-id"],"label":[1],"inline":[4],"indeterminate":[4],"checked":[4]}]]],["tttx-expander_1_4_1",[[1,"tttx-expander_1_4_1",{"name":[1],"open":[4],"lefticon":[1],"lefticoncolor":[1],"isExpanded":[32]}]]],["tttx-tabs_1_4_1",[[2,"tttx-tabs_1_4_1",{"tabsName":[1,"tabs-name"],"navigation":[4],"wide":[4],"tabs":[1],"_tabs":[32]},[[0,"keydown","handleKeyDown"]]]]],["tttx-checkbox-group-caption_1_4_1",[[4,"tttx-checkbox-group-caption_1_4_1"]]],["tttx-checkbox-group-heading_1_4_1",[[4,"tttx-checkbox-group-heading_1_4_1"]]],["tttx-checkbox-group_1_4_1",[[1,"tttx-checkbox-group_1_4_1"]]],["tttx-keyvalue-block_1_4_1",[[1,"tttx-keyvalue-block_1_4_1",{"keyvalues":[1],"horizontal":[4],"spacedout":[4],"_elements":[32]}]]],["tttx-loading-spinner_1_4_1",[[1,"tttx-loading-spinner_1_4_1",{"loadingMessage":[1028,"loading-message"],"size":[1025]}]]],["tttx-percentage-bar_1_4_1",[[2,"tttx-percentage-bar_1_4_1",{"percentage":[8],"thresholds":[1],"color":[1],"min":[1],"labelid":[1],"_percentage":[32],"_ranges":[32],"_min":[32]}]]],["tttx-qrcode_1_4_1",[[1,"tttx-qrcode_1_4_1",{"link":[1025],"size":[1026]}]]],["tttx-tag_1_4_1",[[1,"tttx-tag_1_4_1",{"text":[1],"color":[1],"textColor":[1,"text-color"]}]]],["tttx-textarea_1_4_1",[[2,"tttx-textarea_1_4_1",{"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_4_1",[[1,"tttx-icon_1_4_1",{"icon":[1],"color":[1],"size":[1026]}]]],["tttx-standalone-input_1_4_1",[[2,"tttx-standalone-input_1_4_1",{"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_4_1",[[1,"tttx-select-box_1_4_1",{"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_4_1_4",[[1,"tttx-filter_1_4_1",{"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_4_1",{"data":[1025],"name":[1],"_data":[32]}],[1,"tttx-sorter_1_4_1",{"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_4_1",{"border":[4],"viewSize":[32]},[[9,"resize","handleResize"]]]]],["tttx-button_1_4_1",[[1,"tttx-button_1_4_1",{"notext":[4],"icon":[1],"iconposition":[1],"iconcolor":[1025],"design":[1]}]]]], options);
18
18
  });
@@ -1 +1 @@
1
- import{r,h as t,g as n}from"./p-d490353a.js";import{c as e}from"./p-112455b1.js";var i=e((function(r){window,r.exports=function(r){var t={};function n(e){if(t[e])return t[e].exports;var i=t[e]={i:e,l:!1,exports:{}};return r[e].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=r,n.c=t,n.d=function(r,t,e){n.o(r,t)||Object.defineProperty(r,t,{enumerable:!0,get:e})},n.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},n.t=function(r,t){if(1&t&&(r=n(r)),8&t)return r;if(4&t&&"object"==typeof r&&r&&r.__esModule)return r;var e=Object.create(null);if(n.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:r}),2&t&&"string"!=typeof r)for(var i in r)n.d(e,i,function(t){return r[t]}.bind(null,i));return e},n.n=function(r){var t=r&&r.__esModule?function(){return r.default}:function(){return r};return n.d(t,"a",t),t},n.o=function(r,t){return Object.prototype.hasOwnProperty.call(r,t)},n.p="",n(n.s=3)}([function(r,t){Object.defineProperty(t,"__esModule",{value:!0}),t.QRMode={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},t.QRErrorCorrectLevel={L:1,M:0,Q:3,H:2},t.QRMaskPattern={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7}},function(r,t){Object.defineProperty(t,"__esModule",{value:!0}),t.QRMath={glog:function(r){if(r<1)throw new Error("glog("+r+")");return t.QRMath.LOG_TABLE[r]},gexp:function(r){for(;r<0;)r+=255;for(;r>=256;)r-=255;return t.QRMath.EXP_TABLE[r]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(var n=0;n<8;n++)t.QRMath.EXP_TABLE[n]=1<<n;for(n=8;n<256;n++)t.QRMath.EXP_TABLE[n]=t.QRMath.EXP_TABLE[n-4]^t.QRMath.EXP_TABLE[n-5]^t.QRMath.EXP_TABLE[n-6]^t.QRMath.EXP_TABLE[n-8];for(n=0;n<255;n++)t.QRMath.LOG_TABLE[t.QRMath.EXP_TABLE[n]]=n},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(1),i=function(){function r(r,t){if(null==r.length)throw new Error(r.length+"/"+t);for(var n=0;n<r.length&&0===r[n];)n++;this.num=new Array(r.length-n+t);for(var e=0;e<r.length-n;e++)this.num[e]=r[e+n]}return r.prototype.get=function(r){return this.num[r]},r.prototype.getLength=function(){return this.num.length},r.prototype.multiply=function(t){for(var n=new Array(this.getLength()+t.getLength()-1),i=0;i<this.getLength();i++)for(var o=0;o<t.getLength();o++)n[i+o]^=e.QRMath.gexp(e.QRMath.glog(this.get(i))+e.QRMath.glog(t.get(o)));return new r(n,0)},r.prototype.mod=function(t){if(this.getLength()-t.getLength()<0)return this;for(var n=e.QRMath.glog(this.get(0))-e.QRMath.glog(t.get(0)),i=new Array(this.getLength()),o=0;o<this.getLength();o++)i[o]=this.get(o);for(o=0;o<t.getLength();o++)i[o]^=e.QRMath.gexp(e.QRMath.glog(t.get(o))+n);return new r(i,0).mod(t)},r}();t.default=i},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(4),i=n(5),o=n(6),s=n(7),f=n(2),u=n(0),a=n(0);t.QRErrorCorrectLevel=a.QRErrorCorrectLevel;var h=function(){function r(r,t){this.typeNumber=r,this.errorCorrectLevel=t,this.modules=null,this.moduleCount=0,this.dataCache=null,this.dataList=[]}return r.prototype.addData=function(r){var t=new i.default(r);this.dataList.push(t),this.dataCache=null},r.prototype.isDark=function(r,t){if(r<0||this.moduleCount<=r||t<0||this.moduleCount<=t)throw new Error(r+","+t);return this.modules[r][t]},r.prototype.getModuleCount=function(){return this.moduleCount},r.prototype.make=function(){if(this.typeNumber<1){var r=void 0;for(r=1;r<40;r++){for(var t=s.default.getRSBlocks(r,this.errorCorrectLevel),n=new o.default,i=0,f=0;f<t.length;f++)i+=t[f].dataCount;for(f=0;f<this.dataList.length;f++){var u=this.dataList[f];n.put(u.mode,4),n.put(u.getLength(),e.QRUtil.getLengthInBits(u.mode,r)),u.write(n)}if(n.getLengthInBits()<=8*i)break}this.typeNumber=r}this.makeImpl(!1,this.getBestMaskPattern())},r.prototype.makeImpl=function(t,n){this.moduleCount=4*this.typeNumber+17,this.modules=new Array(this.moduleCount);for(var e=0;e<this.moduleCount;e++){this.modules[e]=new Array(this.moduleCount);for(var i=0;i<this.moduleCount;i++)this.modules[e][i]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(t,n),this.typeNumber>=7&&this.setupTypeNumber(t),null==this.dataCache&&(this.dataCache=r.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,n)},r.prototype.setupPositionProbePattern=function(r,t){for(var n=-1;n<=7;n++)if(!(r+n<=-1||this.moduleCount<=r+n))for(var e=-1;e<=7;e++)t+e<=-1||this.moduleCount<=t+e||(this.modules[r+n][t+e]=n>=0&&n<=6&&(0===e||6===e)||e>=0&&e<=6&&(0===n||6===n)||n>=2&&n<=4&&e>=2&&e<=4)},r.prototype.getBestMaskPattern=function(){for(var r=0,t=0,n=0;n<8;n++){this.makeImpl(!0,n);var i=e.QRUtil.getLostPoint(this);(0===n||r>i)&&(r=i,t=n)}return t},r.prototype.createMovieClip=function(r,t,n){var e=r.createEmptyMovieClip(t,n);this.make();for(var i=0;i<this.modules.length;i++)for(var o=1*i,s=0;s<this.modules[i].length;s++){var f=1*s;this.modules[i][s]&&(e.beginFill(0,100),e.moveTo(f,o),e.lineTo(f+1,o),e.lineTo(f+1,o+1),e.lineTo(f,o+1),e.endFill())}return e},r.prototype.setupTimingPattern=function(){for(var r=8;r<this.moduleCount-8;r++)null==this.modules[r][6]&&(this.modules[r][6]=r%2==0);for(var t=8;t<this.moduleCount-8;t++)null==this.modules[6][t]&&(this.modules[6][t]=t%2==0)},r.prototype.setupPositionAdjustPattern=function(){for(var r=e.QRUtil.getPatternPosition(this.typeNumber),t=0;t<r.length;t++)for(var n=0;n<r.length;n++){var i=r[t],o=r[n];if(null==this.modules[i][o])for(var s=-2;s<=2;s++)for(var f=-2;f<=2;f++)this.modules[i+s][o+f]=-2===s||2===s||-2===f||2===f||0===s&&0===f}},r.prototype.setupTypeNumber=function(r){for(var t=e.QRUtil.getBCHTypeNumber(this.typeNumber),n=0;n<18;n++){var i=!r&&1==(t>>n&1);this.modules[Math.floor(n/3)][n%3+this.moduleCount-8-3]=i}for(n=0;n<18;n++)i=!r&&1==(t>>n&1),this.modules[n%3+this.moduleCount-8-3][Math.floor(n/3)]=i},r.prototype.setupTypeInfo=function(r,t){for(var n=e.QRUtil.getBCHTypeInfo(this.errorCorrectLevel<<3|t),i=0;i<15;i++){var o=!r&&1==(n>>i&1);i<6?this.modules[i][8]=o:i<8?this.modules[i+1][8]=o:this.modules[this.moduleCount-15+i][8]=o}for(i=0;i<15;i++)o=!r&&1==(n>>i&1),i<8?this.modules[8][this.moduleCount-i-1]=o:i<9?this.modules[8][15-i-1+1]=o:this.modules[8][15-i-1]=o;this.modules[this.moduleCount-8][8]=!r},r.prototype.mapData=function(r,t){for(var n=-1,i=this.moduleCount-1,o=7,s=0,f=this.moduleCount-1;f>0;f-=2)for(6===f&&f--;;){for(var u=0;u<2;u++)if(null==this.modules[i][f-u]){var a=!1;s<r.length&&(a=1==(r[s]>>>o&1)),e.QRUtil.getMask(t,i,f-u)&&(a=!a),this.modules[i][f-u]=a,-1==--o&&(s++,o=7)}if((i+=n)<0||this.moduleCount<=i){i-=n,n=-n;break}}},r.createData=function(t,n,i){for(var f=s.default.getRSBlocks(t,n),u=new o.default,a=0;a<i.length;a++){var h=i[a];u.put(h.mode,4),u.put(h.getLength(),e.QRUtil.getLengthInBits(h.mode,t)),h.write(u)}var c=0;for(a=0;a<f.length;a++)c+=f[a].dataCount;if(u.getLengthInBits()>8*c)throw new Error("code length overflow. ("+u.getLengthInBits()+">"+8*c+")");for(u.getLengthInBits()+4<=8*c&&u.put(0,4);u.getLengthInBits()%8!=0;)u.putBit(!1);for(;!(u.getLengthInBits()>=8*c||(u.put(r.PAD0,8),u.getLengthInBits()>=8*c));)u.put(r.PAD1,8);return r.createBytes(u,f)},r.createBytes=function(r,t){for(var n=0,i=0,o=0,s=new Array(t.length),u=new Array(t.length),a=0;a<t.length;a++){var h=t[a].dataCount,c=t[a].totalCount-h;i=Math.max(i,h),o=Math.max(o,c),s[a]=new Array(h);for(var v=0;v<s[a].length;v++)s[a][v]=255&r.buffer[v+n];n+=h;var l=e.QRUtil.getErrorCorrectPolynomial(c),w=new f.default(s[a],l.getLength()-1).mod(l);for(u[a]=new Array(l.getLength()-1),v=0;v<u[a].length;v++){var d=v+w.getLength()-u[a].length;u[a][v]=d>=0?w.get(d):0}}var M=0;for(v=0;v<t.length;v++)M+=t[v].totalCount;var b=new Array(M),E=0;for(v=0;v<i;v++)for(a=0;a<t.length;a++)v<s[a].length&&(b[E++]=s[a][v]);for(v=0;v<o;v++)for(a=0;a<t.length;a++)v<u[a].length&&(b[E++]=u[a][v]);return b},r.createCanvas=function(t){var n=Object.assign({width:256,height:256,correctLevel:u.QRErrorCorrectLevel.H,background:"#ffffff",foreground:"#000000"},t),e=new r(-1,n.correctLevel);e.addData(n.text),e.make();var i=document.createElement("canvas");i.width=n.width,i.height=n.height;for(var o=i.getContext("2d"),s=n.width/e.getModuleCount(),f=n.height/e.getModuleCount(),a=0;a<e.getModuleCount();a++)for(var h=0;h<e.getModuleCount();h++){o.fillStyle=e.isDark(a,h)?n.foreground:n.background;var c=Math.ceil((h+1)*s)-Math.floor(h*s),v=Math.ceil((a+1)*f)-Math.floor(a*f);o.fillRect(Math.round(h*s),Math.round(a*f),c,v)}return i},r.setCanvas=function(t,n){var e=document.getElementById(t);e.innerHTML="",e.appendChild(r.createCanvas(n))},r.PAD0=236,r.PAD1=17,r}();t.QRCode=h},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(0),i=n(1),o=n(2);t.QRUtil={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(r){for(var n=r<<10;t.QRUtil.getBCHDigit(n)-t.QRUtil.getBCHDigit(t.QRUtil.G15)>=0;)n^=t.QRUtil.G15<<t.QRUtil.getBCHDigit(n)-t.QRUtil.getBCHDigit(t.QRUtil.G15);return(r<<10|n)^t.QRUtil.G15_MASK},getBCHTypeNumber:function(r){for(var n=r<<12;t.QRUtil.getBCHDigit(n)-t.QRUtil.getBCHDigit(t.QRUtil.G18)>=0;)n^=t.QRUtil.G18<<t.QRUtil.getBCHDigit(n)-t.QRUtil.getBCHDigit(t.QRUtil.G18);return r<<12|n},getBCHDigit:function(r){for(var t=0;0!==r;)t++,r>>>=1;return t},getPatternPosition:function(r){return t.QRUtil.PATTERN_POSITION_TABLE[r-1]},getMask:function(r,t,n){switch(r){case e.QRMaskPattern.PATTERN000:return(t+n)%2==0;case e.QRMaskPattern.PATTERN001:return t%2==0;case e.QRMaskPattern.PATTERN010:return n%3==0;case e.QRMaskPattern.PATTERN011:return(t+n)%3==0;case e.QRMaskPattern.PATTERN100:return(Math.floor(t/2)+Math.floor(n/3))%2==0;case e.QRMaskPattern.PATTERN101:return t*n%2+t*n%3==0;case e.QRMaskPattern.PATTERN110:return(t*n%2+t*n%3)%2==0;case e.QRMaskPattern.PATTERN111:return(t*n%3+(t+n)%2)%2==0;default:throw new Error("bad maskPattern:"+r)}},getErrorCorrectPolynomial:function(r){for(var t=new o.default([1],0),n=0;n<r;n++)t=t.multiply(new o.default([1,i.QRMath.gexp(n)],0));return t},getLengthInBits:function(r,t){if(t>=1&&t<10)switch(r){case e.QRMode.MODE_NUMBER:return 10;case e.QRMode.MODE_ALPHA_NUM:return 9;case e.QRMode.MODE_8BIT_BYTE:case e.QRMode.MODE_KANJI:return 8;default:throw new Error("mode:"+r)}else if(t<27)switch(r){case e.QRMode.MODE_NUMBER:return 12;case e.QRMode.MODE_ALPHA_NUM:return 11;case e.QRMode.MODE_8BIT_BYTE:return 16;case e.QRMode.MODE_KANJI:return 10;default:throw new Error("mode:"+r)}else{if(!(t<41))throw new Error("type:"+t);switch(r){case e.QRMode.MODE_NUMBER:return 14;case e.QRMode.MODE_ALPHA_NUM:return 13;case e.QRMode.MODE_8BIT_BYTE:return 16;case e.QRMode.MODE_KANJI:return 12;default:throw new Error("mode:"+r)}}},getLostPoint:function(r){for(var t=r.getModuleCount(),n=0,e=0;e<t;e++)for(var i=0;i<t;i++){for(var o=0,s=r.isDark(e,i),f=-1;f<=1;f++)if(!(e+f<0||t<=e+f))for(var u=-1;u<=1;u++)i+u<0||t<=i+u||0===f&&0===u||s===r.isDark(e+f,i+u)&&o++;o>5&&(n+=3+o-5)}for(e=0;e<t-1;e++)for(i=0;i<t-1;i++){var a=0;r.isDark(e,i)&&a++,r.isDark(e+1,i)&&a++,r.isDark(e,i+1)&&a++,r.isDark(e+1,i+1)&&a++,0!==a&&4!==a||(n+=3)}for(e=0;e<t;e++)for(i=0;i<t-6;i++)r.isDark(e,i)&&!r.isDark(e,i+1)&&r.isDark(e,i+2)&&r.isDark(e,i+3)&&r.isDark(e,i+4)&&!r.isDark(e,i+5)&&r.isDark(e,i+6)&&(n+=40);for(i=0;i<t;i++)for(e=0;e<t-6;e++)r.isDark(e,i)&&!r.isDark(e+1,i)&&r.isDark(e+2,i)&&r.isDark(e+3,i)&&r.isDark(e+4,i)&&!r.isDark(e+5,i)&&r.isDark(e+6,i)&&(n+=40);var h=0;for(i=0;i<t;i++)for(e=0;e<t;e++)r.isDark(e,i)&&h++;return n+Math.abs(100*h/t/t-50)/5*10}}},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(0),i=function(){function r(r){this.mode=e.QRMode.MODE_8BIT_BYTE,this.data=r}return r.prototype.getLength=function(){return this.data.length},r.prototype.write=function(r){for(var t=0;t<this.data.length;t++)r.put(this.data.charCodeAt(t),8)},r}();t.default=i},function(r,t){Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function r(){this.buffer=[],this.length=0}return r.prototype.get=function(r){var t=Math.floor(r/8);return 1==(this.buffer[t]>>>7-r%8&1)},r.prototype.put=function(r,t){for(var n=0;n<t;n++)this.putBit(1==(r>>>t-n-1&1))},r.prototype.getLengthInBits=function(){return this.length},r.prototype.putBit=function(r){var t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),r&&(this.buffer[t]|=128>>>this.length%8),this.length++},r}();t.default=n},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(0),i=function(){function r(r,t){this.totalCount=r,this.dataCount=t}return r.getRSBlocks=function(t,n){var e=this.getRsBlockTable(t,n);if(void 0===e)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+n);for(var i=e.length/3,o=[],s=0;s<i;s++)for(var f=e[3*s],u=e[3*s+1],a=e[3*s+2],h=0;h<f;h++)o.push(new r(u,a));return o},r.getRsBlockTable=function(r,t){switch(t){case e.QRErrorCorrectLevel.L:return this.RS_BLOCK_TABLE[4*(r-1)];case e.QRErrorCorrectLevel.M:return this.RS_BLOCK_TABLE[4*(r-1)+1];case e.QRErrorCorrectLevel.Q:return this.RS_BLOCK_TABLE[4*(r-1)+2];case e.QRErrorCorrectLevel.H:return this.RS_BLOCK_TABLE[4*(r-1)+3];default:return}},r.RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],r}();t.default=i}])}));const o=class{constructor(t){r(this,t),this.link="https://example.com",this.size=258}componentDidLoad(){this.setShadowCanvas("qrcode",{width:this.size,height:this.size,correctLevel:i.QRErrorCorrectLevel.H,background:"#ffffff",foreground:"#000000",text:this.link})}setShadowCanvas(r,t){const n=this.hostElement.shadowRoot.getElementById(r);n.innerHTML="",n.appendChild(i.QRCode.createCanvas(t))}render(){return t("div",{id:"qrcode"})}get hostElement(){return n(this)}};o.style="";export{o as tttx_qrcode_1_3_0}
1
+ import{r,h as t,g as n}from"./p-d490353a.js";import{c as e}from"./p-112455b1.js";var i=e((function(r){window,r.exports=function(r){var t={};function n(e){if(t[e])return t[e].exports;var i=t[e]={i:e,l:!1,exports:{}};return r[e].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=r,n.c=t,n.d=function(r,t,e){n.o(r,t)||Object.defineProperty(r,t,{enumerable:!0,get:e})},n.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},n.t=function(r,t){if(1&t&&(r=n(r)),8&t)return r;if(4&t&&"object"==typeof r&&r&&r.__esModule)return r;var e=Object.create(null);if(n.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:r}),2&t&&"string"!=typeof r)for(var i in r)n.d(e,i,function(t){return r[t]}.bind(null,i));return e},n.n=function(r){var t=r&&r.__esModule?function(){return r.default}:function(){return r};return n.d(t,"a",t),t},n.o=function(r,t){return Object.prototype.hasOwnProperty.call(r,t)},n.p="",n(n.s=3)}([function(r,t){Object.defineProperty(t,"__esModule",{value:!0}),t.QRMode={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},t.QRErrorCorrectLevel={L:1,M:0,Q:3,H:2},t.QRMaskPattern={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7}},function(r,t){Object.defineProperty(t,"__esModule",{value:!0}),t.QRMath={glog:function(r){if(r<1)throw new Error("glog("+r+")");return t.QRMath.LOG_TABLE[r]},gexp:function(r){for(;r<0;)r+=255;for(;r>=256;)r-=255;return t.QRMath.EXP_TABLE[r]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(var n=0;n<8;n++)t.QRMath.EXP_TABLE[n]=1<<n;for(n=8;n<256;n++)t.QRMath.EXP_TABLE[n]=t.QRMath.EXP_TABLE[n-4]^t.QRMath.EXP_TABLE[n-5]^t.QRMath.EXP_TABLE[n-6]^t.QRMath.EXP_TABLE[n-8];for(n=0;n<255;n++)t.QRMath.LOG_TABLE[t.QRMath.EXP_TABLE[n]]=n},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(1),i=function(){function r(r,t){if(null==r.length)throw new Error(r.length+"/"+t);for(var n=0;n<r.length&&0===r[n];)n++;this.num=new Array(r.length-n+t);for(var e=0;e<r.length-n;e++)this.num[e]=r[e+n]}return r.prototype.get=function(r){return this.num[r]},r.prototype.getLength=function(){return this.num.length},r.prototype.multiply=function(t){for(var n=new Array(this.getLength()+t.getLength()-1),i=0;i<this.getLength();i++)for(var o=0;o<t.getLength();o++)n[i+o]^=e.QRMath.gexp(e.QRMath.glog(this.get(i))+e.QRMath.glog(t.get(o)));return new r(n,0)},r.prototype.mod=function(t){if(this.getLength()-t.getLength()<0)return this;for(var n=e.QRMath.glog(this.get(0))-e.QRMath.glog(t.get(0)),i=new Array(this.getLength()),o=0;o<this.getLength();o++)i[o]=this.get(o);for(o=0;o<t.getLength();o++)i[o]^=e.QRMath.gexp(e.QRMath.glog(t.get(o))+n);return new r(i,0).mod(t)},r}();t.default=i},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(4),i=n(5),o=n(6),s=n(7),f=n(2),u=n(0),a=n(0);t.QRErrorCorrectLevel=a.QRErrorCorrectLevel;var h=function(){function r(r,t){this.typeNumber=r,this.errorCorrectLevel=t,this.modules=null,this.moduleCount=0,this.dataCache=null,this.dataList=[]}return r.prototype.addData=function(r){var t=new i.default(r);this.dataList.push(t),this.dataCache=null},r.prototype.isDark=function(r,t){if(r<0||this.moduleCount<=r||t<0||this.moduleCount<=t)throw new Error(r+","+t);return this.modules[r][t]},r.prototype.getModuleCount=function(){return this.moduleCount},r.prototype.make=function(){if(this.typeNumber<1){var r=void 0;for(r=1;r<40;r++){for(var t=s.default.getRSBlocks(r,this.errorCorrectLevel),n=new o.default,i=0,f=0;f<t.length;f++)i+=t[f].dataCount;for(f=0;f<this.dataList.length;f++){var u=this.dataList[f];n.put(u.mode,4),n.put(u.getLength(),e.QRUtil.getLengthInBits(u.mode,r)),u.write(n)}if(n.getLengthInBits()<=8*i)break}this.typeNumber=r}this.makeImpl(!1,this.getBestMaskPattern())},r.prototype.makeImpl=function(t,n){this.moduleCount=4*this.typeNumber+17,this.modules=new Array(this.moduleCount);for(var e=0;e<this.moduleCount;e++){this.modules[e]=new Array(this.moduleCount);for(var i=0;i<this.moduleCount;i++)this.modules[e][i]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(t,n),this.typeNumber>=7&&this.setupTypeNumber(t),null==this.dataCache&&(this.dataCache=r.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,n)},r.prototype.setupPositionProbePattern=function(r,t){for(var n=-1;n<=7;n++)if(!(r+n<=-1||this.moduleCount<=r+n))for(var e=-1;e<=7;e++)t+e<=-1||this.moduleCount<=t+e||(this.modules[r+n][t+e]=n>=0&&n<=6&&(0===e||6===e)||e>=0&&e<=6&&(0===n||6===n)||n>=2&&n<=4&&e>=2&&e<=4)},r.prototype.getBestMaskPattern=function(){for(var r=0,t=0,n=0;n<8;n++){this.makeImpl(!0,n);var i=e.QRUtil.getLostPoint(this);(0===n||r>i)&&(r=i,t=n)}return t},r.prototype.createMovieClip=function(r,t,n){var e=r.createEmptyMovieClip(t,n);this.make();for(var i=0;i<this.modules.length;i++)for(var o=1*i,s=0;s<this.modules[i].length;s++){var f=1*s;this.modules[i][s]&&(e.beginFill(0,100),e.moveTo(f,o),e.lineTo(f+1,o),e.lineTo(f+1,o+1),e.lineTo(f,o+1),e.endFill())}return e},r.prototype.setupTimingPattern=function(){for(var r=8;r<this.moduleCount-8;r++)null==this.modules[r][6]&&(this.modules[r][6]=r%2==0);for(var t=8;t<this.moduleCount-8;t++)null==this.modules[6][t]&&(this.modules[6][t]=t%2==0)},r.prototype.setupPositionAdjustPattern=function(){for(var r=e.QRUtil.getPatternPosition(this.typeNumber),t=0;t<r.length;t++)for(var n=0;n<r.length;n++){var i=r[t],o=r[n];if(null==this.modules[i][o])for(var s=-2;s<=2;s++)for(var f=-2;f<=2;f++)this.modules[i+s][o+f]=-2===s||2===s||-2===f||2===f||0===s&&0===f}},r.prototype.setupTypeNumber=function(r){for(var t=e.QRUtil.getBCHTypeNumber(this.typeNumber),n=0;n<18;n++){var i=!r&&1==(t>>n&1);this.modules[Math.floor(n/3)][n%3+this.moduleCount-8-3]=i}for(n=0;n<18;n++)i=!r&&1==(t>>n&1),this.modules[n%3+this.moduleCount-8-3][Math.floor(n/3)]=i},r.prototype.setupTypeInfo=function(r,t){for(var n=e.QRUtil.getBCHTypeInfo(this.errorCorrectLevel<<3|t),i=0;i<15;i++){var o=!r&&1==(n>>i&1);i<6?this.modules[i][8]=o:i<8?this.modules[i+1][8]=o:this.modules[this.moduleCount-15+i][8]=o}for(i=0;i<15;i++)o=!r&&1==(n>>i&1),i<8?this.modules[8][this.moduleCount-i-1]=o:i<9?this.modules[8][15-i-1+1]=o:this.modules[8][15-i-1]=o;this.modules[this.moduleCount-8][8]=!r},r.prototype.mapData=function(r,t){for(var n=-1,i=this.moduleCount-1,o=7,s=0,f=this.moduleCount-1;f>0;f-=2)for(6===f&&f--;;){for(var u=0;u<2;u++)if(null==this.modules[i][f-u]){var a=!1;s<r.length&&(a=1==(r[s]>>>o&1)),e.QRUtil.getMask(t,i,f-u)&&(a=!a),this.modules[i][f-u]=a,-1==--o&&(s++,o=7)}if((i+=n)<0||this.moduleCount<=i){i-=n,n=-n;break}}},r.createData=function(t,n,i){for(var f=s.default.getRSBlocks(t,n),u=new o.default,a=0;a<i.length;a++){var h=i[a];u.put(h.mode,4),u.put(h.getLength(),e.QRUtil.getLengthInBits(h.mode,t)),h.write(u)}var c=0;for(a=0;a<f.length;a++)c+=f[a].dataCount;if(u.getLengthInBits()>8*c)throw new Error("code length overflow. ("+u.getLengthInBits()+">"+8*c+")");for(u.getLengthInBits()+4<=8*c&&u.put(0,4);u.getLengthInBits()%8!=0;)u.putBit(!1);for(;!(u.getLengthInBits()>=8*c||(u.put(r.PAD0,8),u.getLengthInBits()>=8*c));)u.put(r.PAD1,8);return r.createBytes(u,f)},r.createBytes=function(r,t){for(var n=0,i=0,o=0,s=new Array(t.length),u=new Array(t.length),a=0;a<t.length;a++){var h=t[a].dataCount,c=t[a].totalCount-h;i=Math.max(i,h),o=Math.max(o,c),s[a]=new Array(h);for(var v=0;v<s[a].length;v++)s[a][v]=255&r.buffer[v+n];n+=h;var l=e.QRUtil.getErrorCorrectPolynomial(c),w=new f.default(s[a],l.getLength()-1).mod(l);for(u[a]=new Array(l.getLength()-1),v=0;v<u[a].length;v++){var d=v+w.getLength()-u[a].length;u[a][v]=d>=0?w.get(d):0}}var M=0;for(v=0;v<t.length;v++)M+=t[v].totalCount;var b=new Array(M),E=0;for(v=0;v<i;v++)for(a=0;a<t.length;a++)v<s[a].length&&(b[E++]=s[a][v]);for(v=0;v<o;v++)for(a=0;a<t.length;a++)v<u[a].length&&(b[E++]=u[a][v]);return b},r.createCanvas=function(t){var n=Object.assign({width:256,height:256,correctLevel:u.QRErrorCorrectLevel.H,background:"#ffffff",foreground:"#000000"},t),e=new r(-1,n.correctLevel);e.addData(n.text),e.make();var i=document.createElement("canvas");i.width=n.width,i.height=n.height;for(var o=i.getContext("2d"),s=n.width/e.getModuleCount(),f=n.height/e.getModuleCount(),a=0;a<e.getModuleCount();a++)for(var h=0;h<e.getModuleCount();h++){o.fillStyle=e.isDark(a,h)?n.foreground:n.background;var c=Math.ceil((h+1)*s)-Math.floor(h*s),v=Math.ceil((a+1)*f)-Math.floor(a*f);o.fillRect(Math.round(h*s),Math.round(a*f),c,v)}return i},r.setCanvas=function(t,n){var e=document.getElementById(t);e.innerHTML="",e.appendChild(r.createCanvas(n))},r.PAD0=236,r.PAD1=17,r}();t.QRCode=h},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(0),i=n(1),o=n(2);t.QRUtil={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(r){for(var n=r<<10;t.QRUtil.getBCHDigit(n)-t.QRUtil.getBCHDigit(t.QRUtil.G15)>=0;)n^=t.QRUtil.G15<<t.QRUtil.getBCHDigit(n)-t.QRUtil.getBCHDigit(t.QRUtil.G15);return(r<<10|n)^t.QRUtil.G15_MASK},getBCHTypeNumber:function(r){for(var n=r<<12;t.QRUtil.getBCHDigit(n)-t.QRUtil.getBCHDigit(t.QRUtil.G18)>=0;)n^=t.QRUtil.G18<<t.QRUtil.getBCHDigit(n)-t.QRUtil.getBCHDigit(t.QRUtil.G18);return r<<12|n},getBCHDigit:function(r){for(var t=0;0!==r;)t++,r>>>=1;return t},getPatternPosition:function(r){return t.QRUtil.PATTERN_POSITION_TABLE[r-1]},getMask:function(r,t,n){switch(r){case e.QRMaskPattern.PATTERN000:return(t+n)%2==0;case e.QRMaskPattern.PATTERN001:return t%2==0;case e.QRMaskPattern.PATTERN010:return n%3==0;case e.QRMaskPattern.PATTERN011:return(t+n)%3==0;case e.QRMaskPattern.PATTERN100:return(Math.floor(t/2)+Math.floor(n/3))%2==0;case e.QRMaskPattern.PATTERN101:return t*n%2+t*n%3==0;case e.QRMaskPattern.PATTERN110:return(t*n%2+t*n%3)%2==0;case e.QRMaskPattern.PATTERN111:return(t*n%3+(t+n)%2)%2==0;default:throw new Error("bad maskPattern:"+r)}},getErrorCorrectPolynomial:function(r){for(var t=new o.default([1],0),n=0;n<r;n++)t=t.multiply(new o.default([1,i.QRMath.gexp(n)],0));return t},getLengthInBits:function(r,t){if(t>=1&&t<10)switch(r){case e.QRMode.MODE_NUMBER:return 10;case e.QRMode.MODE_ALPHA_NUM:return 9;case e.QRMode.MODE_8BIT_BYTE:case e.QRMode.MODE_KANJI:return 8;default:throw new Error("mode:"+r)}else if(t<27)switch(r){case e.QRMode.MODE_NUMBER:return 12;case e.QRMode.MODE_ALPHA_NUM:return 11;case e.QRMode.MODE_8BIT_BYTE:return 16;case e.QRMode.MODE_KANJI:return 10;default:throw new Error("mode:"+r)}else{if(!(t<41))throw new Error("type:"+t);switch(r){case e.QRMode.MODE_NUMBER:return 14;case e.QRMode.MODE_ALPHA_NUM:return 13;case e.QRMode.MODE_8BIT_BYTE:return 16;case e.QRMode.MODE_KANJI:return 12;default:throw new Error("mode:"+r)}}},getLostPoint:function(r){for(var t=r.getModuleCount(),n=0,e=0;e<t;e++)for(var i=0;i<t;i++){for(var o=0,s=r.isDark(e,i),f=-1;f<=1;f++)if(!(e+f<0||t<=e+f))for(var u=-1;u<=1;u++)i+u<0||t<=i+u||0===f&&0===u||s===r.isDark(e+f,i+u)&&o++;o>5&&(n+=3+o-5)}for(e=0;e<t-1;e++)for(i=0;i<t-1;i++){var a=0;r.isDark(e,i)&&a++,r.isDark(e+1,i)&&a++,r.isDark(e,i+1)&&a++,r.isDark(e+1,i+1)&&a++,0!==a&&4!==a||(n+=3)}for(e=0;e<t;e++)for(i=0;i<t-6;i++)r.isDark(e,i)&&!r.isDark(e,i+1)&&r.isDark(e,i+2)&&r.isDark(e,i+3)&&r.isDark(e,i+4)&&!r.isDark(e,i+5)&&r.isDark(e,i+6)&&(n+=40);for(i=0;i<t;i++)for(e=0;e<t-6;e++)r.isDark(e,i)&&!r.isDark(e+1,i)&&r.isDark(e+2,i)&&r.isDark(e+3,i)&&r.isDark(e+4,i)&&!r.isDark(e+5,i)&&r.isDark(e+6,i)&&(n+=40);var h=0;for(i=0;i<t;i++)for(e=0;e<t;e++)r.isDark(e,i)&&h++;return n+Math.abs(100*h/t/t-50)/5*10}}},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(0),i=function(){function r(r){this.mode=e.QRMode.MODE_8BIT_BYTE,this.data=r}return r.prototype.getLength=function(){return this.data.length},r.prototype.write=function(r){for(var t=0;t<this.data.length;t++)r.put(this.data.charCodeAt(t),8)},r}();t.default=i},function(r,t){Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function r(){this.buffer=[],this.length=0}return r.prototype.get=function(r){var t=Math.floor(r/8);return 1==(this.buffer[t]>>>7-r%8&1)},r.prototype.put=function(r,t){for(var n=0;n<t;n++)this.putBit(1==(r>>>t-n-1&1))},r.prototype.getLengthInBits=function(){return this.length},r.prototype.putBit=function(r){var t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),r&&(this.buffer[t]|=128>>>this.length%8),this.length++},r}();t.default=n},function(r,t,n){Object.defineProperty(t,"__esModule",{value:!0});var e=n(0),i=function(){function r(r,t){this.totalCount=r,this.dataCount=t}return r.getRSBlocks=function(t,n){var e=this.getRsBlockTable(t,n);if(void 0===e)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+n);for(var i=e.length/3,o=[],s=0;s<i;s++)for(var f=e[3*s],u=e[3*s+1],a=e[3*s+2],h=0;h<f;h++)o.push(new r(u,a));return o},r.getRsBlockTable=function(r,t){switch(t){case e.QRErrorCorrectLevel.L:return this.RS_BLOCK_TABLE[4*(r-1)];case e.QRErrorCorrectLevel.M:return this.RS_BLOCK_TABLE[4*(r-1)+1];case e.QRErrorCorrectLevel.Q:return this.RS_BLOCK_TABLE[4*(r-1)+2];case e.QRErrorCorrectLevel.H:return this.RS_BLOCK_TABLE[4*(r-1)+3];default:return}},r.RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],r}();t.default=i}])}));const o=class{constructor(t){r(this,t),this.link="https://example.com",this.size=258}componentDidLoad(){this.setShadowCanvas("qrcode",{width:this.size,height:this.size,correctLevel:i.QRErrorCorrectLevel.H,background:"#ffffff",foreground:"#000000",text:this.link})}setShadowCanvas(r,t){const n=this.hostElement.shadowRoot.getElementById(r);n.innerHTML="",n.appendChild(i.QRCode.createCanvas(t))}render(){return t("div",{id:"qrcode"})}get hostElement(){return n(this)}};o.style="";export{o as tttx_qrcode_1_4_1}
@@ -1 +1 @@
1
- import{r as o,h as t,H as n}from"./p-d490353a.js";const e=class{constructor(t){o(this,t)}render(){return t(n,null,t("div",{class:"tttx-checkbox-group__heading"},t("slot",null)))}};e.style='.material-symbols-rounded{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.tttx-checkbox-group{display:flex;flex-direction:column}.tttx-checkbox-group__caption{color:#757575;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:18.752px;margin-bottom:4px}.tttx-checkbox-group__heading{color:#212121;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:16.408px;margin-bottom:4px}';export{e as tttx_checkbox_group_heading_1_3_0}
1
+ import{r as o,h as t,H as n}from"./p-d490353a.js";const e=class{constructor(t){o(this,t)}render(){return t(n,null,t("div",{class:"tttx-checkbox-group__heading"},t("slot",null)))}};e.style='.material-symbols-rounded{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.tttx-checkbox-group{display:flex;flex-direction:column}.tttx-checkbox-group__caption{color:#757575;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:18.752px;margin-bottom:4px}.tttx-checkbox-group__heading{color:#212121;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:16.408px;margin-bottom:4px}';export{e as tttx_checkbox_group_heading_1_4_1}