@duxweb/dvha-pro 1.0.24 → 1.0.26

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 (244) hide show
  1. package/dist/cjs/component.cjs +1 -1
  2. package/dist/cjs/components/chart/echart.cjs +1 -1
  3. package/dist/cjs/components/crop/imageCrop.cjs +1 -1
  4. package/dist/cjs/components/data/dynamicSelect.cjs +1 -1
  5. package/dist/cjs/components/data/selectModal.cjs +1 -1
  6. package/dist/cjs/components/designEditor/components/grid.cjs +1 -0
  7. package/dist/cjs/components/designEditor/editor/hook.cjs +1 -0
  8. package/dist/cjs/components/designEditor/editor/preview.cjs +1 -0
  9. package/dist/cjs/components/designEditor/editor/setting.cjs +1 -0
  10. package/dist/cjs/components/designEditor/editor.cjs +1 -0
  11. package/dist/cjs/components/form/drawerForm.cjs +1 -1
  12. package/dist/cjs/components/form/formItem.cjs +1 -1
  13. package/dist/cjs/components/form/formLayout.cjs +1 -1
  14. package/dist/cjs/components/form/modalForm.cjs +1 -1
  15. package/dist/cjs/components/form/pageForm.cjs +1 -1
  16. package/dist/cjs/components/form/settingForm.cjs +1 -1
  17. package/dist/cjs/components/formEditor/base/base.cjs +1 -0
  18. package/dist/cjs/components/formEditor/base/json.cjs +1 -0
  19. package/dist/cjs/components/formEditor/base/options.cjs +1 -0
  20. package/dist/cjs/components/formEditor/base/setting.cjs +1 -0
  21. package/dist/cjs/components/formEditor/components/cascader.cjs +1 -0
  22. package/dist/cjs/components/formEditor/components/cascaderAsync.cjs +1 -0
  23. package/dist/cjs/components/formEditor/components/checkbox.cjs +1 -0
  24. package/dist/cjs/components/formEditor/components/color.cjs +1 -0
  25. package/dist/cjs/components/formEditor/components/date.cjs +1 -0
  26. package/dist/cjs/components/formEditor/components/dynamicInput.cjs +1 -0
  27. package/dist/cjs/components/formEditor/components/dynamicTags.cjs +1 -0
  28. package/dist/cjs/components/formEditor/components/editor.cjs +1 -0
  29. package/dist/cjs/components/formEditor/components/input.cjs +1 -0
  30. package/dist/cjs/components/formEditor/components/inputNumber.cjs +1 -0
  31. package/dist/cjs/components/formEditor/components/mentionAsync.cjs +1 -0
  32. package/dist/cjs/components/formEditor/components/radio.cjs +1 -0
  33. package/dist/cjs/components/formEditor/components/region.cjs +1 -0
  34. package/dist/cjs/components/formEditor/components/select.cjs +1 -0
  35. package/dist/cjs/components/formEditor/components/selectAsync.cjs +1 -0
  36. package/dist/cjs/components/formEditor/components/sider.cjs +1 -0
  37. package/dist/cjs/components/formEditor/components/switch.cjs +1 -0
  38. package/dist/cjs/components/formEditor/components/time.cjs +1 -0
  39. package/dist/cjs/components/formEditor/components/transferAsync.cjs +1 -0
  40. package/dist/cjs/components/formEditor/components/treeSelect.cjs +1 -0
  41. package/dist/cjs/components/formEditor/components/treeSelectAsync.cjs +1 -0
  42. package/dist/cjs/components/formEditor/editor.cjs +1 -0
  43. package/dist/cjs/components/formEditor/json.cjs +1 -0
  44. package/dist/cjs/components/formEditor/preview.cjs +1 -0
  45. package/dist/cjs/components/formEditor/renderer.cjs +1 -0
  46. package/dist/cjs/components/icon/icon.cjs +1 -1
  47. package/dist/cjs/components/layout/grid.cjs +1 -0
  48. package/dist/cjs/components/layout/list.cjs +1 -1
  49. package/dist/cjs/components/layout/table.cjs +1 -1
  50. package/dist/cjs/components/level/level.cjs +1 -1
  51. package/dist/cjs/components/posterEditor/components/CanvasRuler.cjs +1 -0
  52. package/dist/cjs/components/posterEditor/elements/circle.cjs +1 -0
  53. package/dist/cjs/components/posterEditor/elements/image.cjs +1 -0
  54. package/dist/cjs/components/posterEditor/elements/index.cjs +1 -0
  55. package/dist/cjs/components/posterEditor/elements/rect.cjs +1 -0
  56. package/dist/cjs/components/posterEditor/elements/text.cjs +1 -0
  57. package/dist/cjs/components/posterEditor/hooks/usePosterEditor.cjs +1 -0
  58. package/dist/cjs/components/posterEditor/pages/LeftToolbar.cjs +1 -0
  59. package/dist/cjs/components/posterEditor/pages/Panel.cjs +1 -0
  60. package/dist/cjs/components/posterEditor/pages/PanelItem.cjs +1 -0
  61. package/dist/cjs/components/posterEditor/pages/RightPanel.cjs +1 -0
  62. package/dist/cjs/components/posterEditor/posterEditor.cjs +1 -0
  63. package/dist/cjs/components/table/table.cjs +1 -1
  64. package/dist/cjs/components/upload/file.cjs +1 -1
  65. package/dist/cjs/components/upload/image.cjs +1 -1
  66. package/dist/cjs/components/upload/manage/item.cjs +1 -1
  67. package/dist/cjs/components/upload/manager.cjs +1 -1
  68. package/dist/cjs/hooks/dialog.cjs +1 -1
  69. package/dist/cjs/hooks/drawer.cjs +1 -1
  70. package/dist/cjs/hooks/modal.cjs +1 -1
  71. package/dist/cjs/hooks/table/image.cjs +1 -1
  72. package/dist/cjs/hooks/table/media.cjs +1 -1
  73. package/dist/cjs/index.cjs +1 -1
  74. package/dist/cjs/langs/en-US.json.cjs +1 -1
  75. package/dist/cjs/langs/zh-CN.json.cjs +1 -1
  76. package/dist/cjs/pages/authLayout.cjs +1 -1
  77. package/dist/cjs/pages/layout/page.cjs +1 -1
  78. package/dist/cjs/pages/layout.cjs +1 -1
  79. package/dist/cjs/pages/login.cjs +1 -1
  80. package/dist/cjs/pages/menu/avatar.cjs +1 -1
  81. package/dist/cjs/pages/menu/button.cjs +1 -1
  82. package/dist/cjs/pages/menu/cmd.cjs +1 -1
  83. package/dist/cjs/pages/menu/main.cjs +1 -1
  84. package/dist/cjs/pages/menu/mobile.cjs +1 -1
  85. package/dist/cjs/pages/page404.cjs +1 -1
  86. package/dist/cjs/pages/pageStatus.cjs +1 -1
  87. package/dist/cjs/theme/uno.css.cjs +58 -2
  88. package/dist/esm/component.js +52 -48
  89. package/dist/esm/components/chart/echart.js +18 -15
  90. package/dist/esm/components/crop/imageCrop.js +19 -16
  91. package/dist/esm/components/data/dynamicSelect.js +20 -17
  92. package/dist/esm/components/data/selectModal.js +23 -20
  93. package/dist/esm/components/designEditor/components/grid.js +175 -0
  94. package/dist/esm/components/designEditor/editor/hook.js +87 -0
  95. package/dist/esm/components/designEditor/editor/preview.js +65 -0
  96. package/dist/esm/components/designEditor/editor/setting.js +98 -0
  97. package/dist/esm/components/designEditor/editor.js +161 -0
  98. package/dist/esm/components/form/drawerForm.js +25 -22
  99. package/dist/esm/components/form/formItem.js +33 -33
  100. package/dist/esm/components/form/formLayout.js +11 -11
  101. package/dist/esm/components/form/modalForm.js +30 -27
  102. package/dist/esm/components/form/pageForm.js +21 -18
  103. package/dist/esm/components/form/settingForm.js +14 -11
  104. package/dist/esm/components/formEditor/base/base.js +117 -0
  105. package/dist/esm/components/formEditor/base/json.js +39 -0
  106. package/dist/esm/components/formEditor/base/options.js +48 -0
  107. package/dist/esm/components/formEditor/base/setting.js +108 -0
  108. package/dist/esm/components/formEditor/components/cascader.js +219 -0
  109. package/dist/esm/components/formEditor/components/cascaderAsync.js +213 -0
  110. package/dist/esm/components/formEditor/components/checkbox.js +212 -0
  111. package/dist/esm/components/formEditor/components/color.js +156 -0
  112. package/dist/esm/components/formEditor/components/date.js +197 -0
  113. package/dist/esm/components/formEditor/components/dynamicInput.js +227 -0
  114. package/dist/esm/components/formEditor/components/dynamicTags.js +150 -0
  115. package/dist/esm/components/formEditor/components/editor.js +139 -0
  116. package/dist/esm/components/formEditor/components/input.js +211 -0
  117. package/dist/esm/components/formEditor/components/inputNumber.js +188 -0
  118. package/dist/esm/components/formEditor/components/mentionAsync.js +180 -0
  119. package/dist/esm/components/formEditor/components/radio.js +212 -0
  120. package/dist/esm/components/formEditor/components/region.js +167 -0
  121. package/dist/esm/components/formEditor/components/select.js +203 -0
  122. package/dist/esm/components/formEditor/components/selectAsync.js +214 -0
  123. package/dist/esm/components/formEditor/components/sider.js +168 -0
  124. package/dist/esm/components/formEditor/components/switch.js +153 -0
  125. package/dist/esm/components/formEditor/components/time.js +171 -0
  126. package/dist/esm/components/formEditor/components/transferAsync.js +193 -0
  127. package/dist/esm/components/formEditor/components/treeSelect.js +207 -0
  128. package/dist/esm/components/formEditor/components/treeSelectAsync.js +179 -0
  129. package/dist/esm/components/formEditor/editor.js +162 -0
  130. package/dist/esm/components/formEditor/json.js +24 -0
  131. package/dist/esm/components/formEditor/preview.js +38 -0
  132. package/dist/esm/components/formEditor/renderer.js +151 -0
  133. package/dist/esm/components/icon/icon.js +19 -16
  134. package/dist/esm/components/layout/grid.js +24 -0
  135. package/dist/esm/components/layout/list.js +29 -26
  136. package/dist/esm/components/layout/table.js +27 -24
  137. package/dist/esm/components/level/level.js +18 -15
  138. package/dist/esm/components/posterEditor/components/CanvasRuler.js +113 -0
  139. package/dist/esm/components/posterEditor/elements/circle.js +127 -0
  140. package/dist/esm/components/posterEditor/elements/image.js +131 -0
  141. package/dist/esm/components/posterEditor/elements/index.js +46 -0
  142. package/dist/esm/components/posterEditor/elements/rect.js +171 -0
  143. package/dist/esm/components/posterEditor/elements/text.js +206 -0
  144. package/dist/esm/components/posterEditor/hooks/usePosterEditor.js +434 -0
  145. package/dist/esm/components/posterEditor/pages/LeftToolbar.js +40 -0
  146. package/dist/esm/components/posterEditor/pages/Panel.js +31 -0
  147. package/dist/esm/components/posterEditor/pages/PanelItem.js +22 -0
  148. package/dist/esm/components/posterEditor/pages/RightPanel.js +422 -0
  149. package/dist/esm/components/posterEditor/posterEditor.js +228 -0
  150. package/dist/esm/components/table/table.js +18 -15
  151. package/dist/esm/components/upload/file.js +101 -90
  152. package/dist/esm/components/upload/image.js +109 -96
  153. package/dist/esm/components/upload/manage/item.js +18 -15
  154. package/dist/esm/components/upload/manager.js +68 -65
  155. package/dist/esm/hooks/dialog.js +19 -16
  156. package/dist/esm/hooks/drawer.js +19 -16
  157. package/dist/esm/hooks/modal.js +18 -15
  158. package/dist/esm/hooks/table/image.js +18 -15
  159. package/dist/esm/hooks/table/media.js +18 -15
  160. package/dist/esm/index.js +230 -202
  161. package/dist/esm/langs/en-US.json.js +10 -10
  162. package/dist/esm/langs/zh-CN.json.js +8 -8
  163. package/dist/esm/pages/authLayout.js +19 -16
  164. package/dist/esm/pages/layout/page.js +18 -15
  165. package/dist/esm/pages/layout.js +7 -6
  166. package/dist/esm/pages/login.js +19 -17
  167. package/dist/esm/pages/menu/avatar.js +23 -20
  168. package/dist/esm/pages/menu/button.js +18 -15
  169. package/dist/esm/pages/menu/cmd.js +29 -26
  170. package/dist/esm/pages/menu/main.js +28 -25
  171. package/dist/esm/pages/menu/mobile.js +18 -15
  172. package/dist/esm/pages/page404.js +16 -13
  173. package/dist/esm/pages/pageStatus.js +21 -18
  174. package/dist/esm/theme/uno.css.js +58 -2
  175. package/dist/types/components/designEditor/components/grid.d.ts +2 -0
  176. package/dist/types/components/designEditor/components/index.d.ts +1 -0
  177. package/dist/types/components/designEditor/editor/hook.d.ts +57 -0
  178. package/dist/types/components/designEditor/editor/index.d.ts +3 -0
  179. package/dist/types/components/designEditor/editor/preview.d.ts +15 -0
  180. package/dist/types/components/designEditor/editor/setting.d.ts +14 -0
  181. package/dist/types/components/designEditor/editor.d.ts +19 -0
  182. package/dist/types/components/designEditor/index.d.ts +3 -0
  183. package/dist/types/components/form/drawerForm.d.ts +2 -2
  184. package/dist/types/components/form/formLayout.d.ts +2 -2
  185. package/dist/types/components/form/modalForm.d.ts +2 -2
  186. package/dist/types/components/formEditor/base/base.d.ts +26 -0
  187. package/dist/types/components/formEditor/base/index.d.ts +4 -0
  188. package/dist/types/components/formEditor/base/json.d.ts +18 -0
  189. package/dist/types/components/formEditor/base/options.d.ts +23 -0
  190. package/dist/types/components/formEditor/base/setting.d.ts +13 -0
  191. package/dist/types/components/formEditor/components/cascader.d.ts +2 -0
  192. package/dist/types/components/formEditor/components/cascaderAsync.d.ts +2 -0
  193. package/dist/types/components/formEditor/components/checkbox.d.ts +2 -0
  194. package/dist/types/components/formEditor/components/color.d.ts +2 -0
  195. package/dist/types/components/formEditor/components/date.d.ts +2 -0
  196. package/dist/types/components/formEditor/components/dynamicInput.d.ts +2 -0
  197. package/dist/types/components/formEditor/components/dynamicTags.d.ts +2 -0
  198. package/dist/types/components/formEditor/components/editor.d.ts +2 -0
  199. package/dist/types/components/formEditor/components/index.d.ts +21 -0
  200. package/dist/types/components/formEditor/components/input.d.ts +2 -0
  201. package/dist/types/components/formEditor/components/inputNumber.d.ts +2 -0
  202. package/dist/types/components/formEditor/components/mentionAsync.d.ts +2 -0
  203. package/dist/types/components/formEditor/components/radio.d.ts +2 -0
  204. package/dist/types/components/formEditor/components/region.d.ts +2 -0
  205. package/dist/types/components/formEditor/components/select.d.ts +2 -0
  206. package/dist/types/components/formEditor/components/selectAsync.d.ts +2 -0
  207. package/dist/types/components/formEditor/components/sider.d.ts +2 -0
  208. package/dist/types/components/formEditor/components/switch.d.ts +2 -0
  209. package/dist/types/components/formEditor/components/time.d.ts +2 -0
  210. package/dist/types/components/formEditor/components/transferAsync.d.ts +2 -0
  211. package/dist/types/components/formEditor/components/treeSelect.d.ts +2 -0
  212. package/dist/types/components/formEditor/components/treeSelectAsync.d.ts +2 -0
  213. package/dist/types/components/formEditor/editor.d.ts +22 -0
  214. package/dist/types/components/formEditor/index.d.ts +2 -0
  215. package/dist/types/components/formEditor/json.d.ts +14 -0
  216. package/dist/types/components/formEditor/preview.d.ts +25 -0
  217. package/dist/types/components/formEditor/renderer.d.ts +58 -0
  218. package/dist/types/components/index.d.ts +4 -2
  219. package/dist/types/components/layout/filterLayout.d.ts +1 -1
  220. package/dist/types/components/layout/grid.d.ts +22 -0
  221. package/dist/types/components/layout/index.d.ts +1 -0
  222. package/dist/types/components/posterEditor/components/CanvasRuler.d.ts +43 -0
  223. package/dist/types/components/posterEditor/components/index.d.ts +1 -0
  224. package/dist/types/components/posterEditor/elements/circle.d.ts +3 -0
  225. package/dist/types/components/posterEditor/elements/image.d.ts +3 -0
  226. package/dist/types/components/posterEditor/elements/index.d.ts +15 -0
  227. package/dist/types/components/posterEditor/elements/rect.d.ts +3 -0
  228. package/dist/types/components/posterEditor/elements/text.d.ts +3 -0
  229. package/dist/types/components/posterEditor/elements/types.d.ts +51 -0
  230. package/dist/types/components/posterEditor/hooks/index.d.ts +1 -0
  231. package/dist/types/components/posterEditor/hooks/usePosterEditor.d.ts +48 -0
  232. package/dist/types/components/posterEditor/index.d.ts +4 -0
  233. package/dist/types/components/posterEditor/pages/LeftToolbar.d.ts +33 -0
  234. package/dist/types/components/posterEditor/pages/Panel.d.ts +11 -0
  235. package/dist/types/components/posterEditor/pages/PanelItem.d.ts +11 -0
  236. package/dist/types/components/posterEditor/pages/RightPanel.d.ts +208 -0
  237. package/dist/types/components/posterEditor/pages/index.d.ts +4 -0
  238. package/dist/types/components/posterEditor/posterEditor.d.ts +61 -0
  239. package/dist/types/components/posterEditor/types/editor.d.ts +47 -0
  240. package/dist/types/components/stats/number.d.ts +1 -1
  241. package/dist/types/components/upload/file.d.ts +5 -3
  242. package/dist/types/index.d.ts +1 -0
  243. package/dist/types/pages/layout/global.d.ts +0 -1
  244. package/package.json +7 -3
@@ -6,12 +6,21 @@ import "@overlastic/vue";
6
6
  import "clsx";
7
7
  import "vue-echarts";
8
8
  import "@vueuse/core";
9
+ import "vue3-ace-editor";
10
+ import "ace-builds/src-noconflict/mode-vue";
11
+ import "ace-builds/src-noconflict/mode-javascript";
12
+ import "ace-builds/src-noconflict/mode-html";
13
+ import "ace-builds/src-noconflict/mode-json";
14
+ import "ace-builds/src-noconflict/mode-json5";
15
+ import "ace-builds/src-noconflict/theme-tomorrow_night";
16
+ import "ace-builds/src-noconflict/theme-tomorrow";
17
+ import "ace-builds/src-noconflict/ext-searchbox";
18
+ import "ace-builds/src-noconflict/ext-language_tools";
19
+ import "ace-builds/src-noconflict/mode-snippets";
9
20
  import "vue-cropper";
10
21
  import "jinrishici";
11
22
  import "lodash-es";
12
23
  import "vue-draggable-plus";
13
- import "aieditor";
14
- import "vee-validate";
15
24
  import "@vee-validate/i18n";
16
25
  import "colorizr";
17
26
  import "echarts";
@@ -21,27 +30,21 @@ import "@unocss/preset-typography";
21
30
  import "unocss/preset-wind4";
22
31
  import "@vee-validate/i18n/dist/locale/en.json";
23
32
  import "@vee-validate/i18n/dist/locale/zh_CN.json";
33
+ import "vee-validate";
24
34
  import "vue-command-palette";
25
35
  import { DuxMenuMain as i } from "./main.js";
26
36
  import "@duxweb/dvha-naiveui";
27
37
  import "../page404.js";
38
+ import "short-unique-id";
39
+ import "aieditor";
28
40
  import "@iconify-json/tabler/icons.json";
41
+ import "../../components/posterEditor/elements/index.js";
42
+ import "fabric";
29
43
  import "mime";
30
- import "vue3-ace-editor";
31
- import "ace-builds/src-noconflict/mode-vue";
32
- import "ace-builds/src-noconflict/mode-javascript";
33
- import "ace-builds/src-noconflict/mode-html";
34
- import "ace-builds/src-noconflict/mode-json";
35
- import "ace-builds/src-noconflict/mode-json5";
36
- import "ace-builds/src-noconflict/theme-tomorrow_night";
37
- import "ace-builds/src-noconflict/theme-tomorrow";
38
- import "ace-builds/src-noconflict/ext-searchbox";
39
- import "ace-builds/src-noconflict/ext-language_tools";
40
- import "ace-builds/src-noconflict/mode-snippets";
41
44
  import "dayjs";
42
45
  import "@tanstack/vue-query";
43
46
  import { useUI as e } from "../../hooks/ui.js";
44
- const Y = /* @__PURE__ */ p({
47
+ const oo = /* @__PURE__ */ p({
45
48
  name: "DuxMobileMenu",
46
49
  props: {},
47
50
  setup(l) {
@@ -61,5 +64,5 @@ const Y = /* @__PURE__ */ p({
61
64
  }
62
65
  });
63
66
  export {
64
- Y as DuxMobileMenu
67
+ oo as DuxMobileMenu
65
68
  };
@@ -12,12 +12,21 @@ import "@tanstack/vue-query";
12
12
  import "@duxweb/dvha-naiveui";
13
13
  import "@vueuse/core";
14
14
  import "pinia";
15
+ import "vue3-ace-editor";
16
+ import "ace-builds/src-noconflict/mode-vue";
17
+ import "ace-builds/src-noconflict/mode-javascript";
18
+ import "ace-builds/src-noconflict/mode-html";
19
+ import "ace-builds/src-noconflict/mode-json";
20
+ import "ace-builds/src-noconflict/mode-json5";
21
+ import "ace-builds/src-noconflict/theme-tomorrow_night";
22
+ import "ace-builds/src-noconflict/theme-tomorrow";
23
+ import "ace-builds/src-noconflict/ext-searchbox";
24
+ import "ace-builds/src-noconflict/ext-language_tools";
25
+ import "ace-builds/src-noconflict/mode-snippets";
15
26
  import "vue-cropper";
16
27
  import "jinrishici";
17
28
  import "vue-draggable-plus";
18
29
  import { DuxDrawEmpty as f } from "../components/draw/drawEmpty.js";
19
- import "aieditor";
20
- import "vee-validate";
21
30
  import "@vee-validate/i18n";
22
31
  import "colorizr";
23
32
  import "echarts";
@@ -27,20 +36,14 @@ import "@unocss/preset-typography";
27
36
  import "unocss/preset-wind4";
28
37
  import "@vee-validate/i18n/dist/locale/en.json";
29
38
  import "@vee-validate/i18n/dist/locale/zh_CN.json";
39
+ import "vee-validate";
30
40
  import "vue-command-palette";
31
41
  import { DuxPageStatus as d } from "./pageStatus.js";
42
+ import "short-unique-id";
43
+ import "aieditor";
32
44
  import "@iconify-json/tabler/icons.json";
33
- import "vue3-ace-editor";
34
- import "ace-builds/src-noconflict/mode-vue";
35
- import "ace-builds/src-noconflict/mode-javascript";
36
- import "ace-builds/src-noconflict/mode-html";
37
- import "ace-builds/src-noconflict/mode-json";
38
- import "ace-builds/src-noconflict/mode-json5";
39
- import "ace-builds/src-noconflict/theme-tomorrow_night";
40
- import "ace-builds/src-noconflict/theme-tomorrow";
41
- import "ace-builds/src-noconflict/ext-searchbox";
42
- import "ace-builds/src-noconflict/ext-language_tools";
43
- import "ace-builds/src-noconflict/mode-snippets";
45
+ import "../components/posterEditor/elements/index.js";
46
+ import "fabric";
44
47
  function g(o) {
45
48
  return typeof o == "function" || Object.prototype.toString.call(o) === "[object Object]" && !u(o);
46
49
  }
@@ -1,5 +1,5 @@
1
- import { defineComponent as e, createVNode as t } from "vue";
2
- import { DuxCard as o } from "../components/card/card.js";
1
+ import { defineComponent as o, createVNode as t } from "vue";
2
+ import { DuxCard as e } from "../components/card/card.js";
3
3
  import "clsx";
4
4
  import "naive-ui";
5
5
  import "vue-echarts";
@@ -13,11 +13,20 @@ import "@tanstack/vue-query";
13
13
  import "@duxweb/dvha-naiveui";
14
14
  import "@vueuse/core";
15
15
  import "pinia";
16
+ import "vue3-ace-editor";
17
+ import "ace-builds/src-noconflict/mode-vue";
18
+ import "ace-builds/src-noconflict/mode-javascript";
19
+ import "ace-builds/src-noconflict/mode-html";
20
+ import "ace-builds/src-noconflict/mode-json";
21
+ import "ace-builds/src-noconflict/mode-json5";
22
+ import "ace-builds/src-noconflict/theme-tomorrow_night";
23
+ import "ace-builds/src-noconflict/theme-tomorrow";
24
+ import "ace-builds/src-noconflict/ext-searchbox";
25
+ import "ace-builds/src-noconflict/ext-language_tools";
26
+ import "ace-builds/src-noconflict/mode-snippets";
16
27
  import "vue-cropper";
17
28
  import "jinrishici";
18
29
  import "vue-draggable-plus";
19
- import "aieditor";
20
- import "vee-validate";
21
30
  import "@vee-validate/i18n";
22
31
  import "colorizr";
23
32
  import "echarts";
@@ -27,21 +36,15 @@ import "@unocss/preset-typography";
27
36
  import "unocss/preset-wind4";
28
37
  import "@vee-validate/i18n/dist/locale/en.json";
29
38
  import "@vee-validate/i18n/dist/locale/zh_CN.json";
39
+ import "vee-validate";
30
40
  import "vue-command-palette";
31
41
  import "./page404.js";
42
+ import "short-unique-id";
43
+ import "aieditor";
32
44
  import "@iconify-json/tabler/icons.json";
33
- import "vue3-ace-editor";
34
- import "ace-builds/src-noconflict/mode-vue";
35
- import "ace-builds/src-noconflict/mode-javascript";
36
- import "ace-builds/src-noconflict/mode-html";
37
- import "ace-builds/src-noconflict/mode-json";
38
- import "ace-builds/src-noconflict/mode-json5";
39
- import "ace-builds/src-noconflict/theme-tomorrow_night";
40
- import "ace-builds/src-noconflict/theme-tomorrow";
41
- import "ace-builds/src-noconflict/ext-searchbox";
42
- import "ace-builds/src-noconflict/ext-language_tools";
43
- import "ace-builds/src-noconflict/mode-snippets";
44
- const W = /* @__PURE__ */ e({
45
+ import "../components/posterEditor/elements/index.js";
46
+ import "fabric";
47
+ const Z = /* @__PURE__ */ o({
45
48
  name: "DuxPageStatus",
46
49
  props: {
47
50
  title: String,
@@ -54,7 +57,7 @@ const W = /* @__PURE__ */ e({
54
57
  setup(r, {
55
58
  slots: i
56
59
  }) {
57
- return () => t(o, {
60
+ return () => t(e, {
58
61
  class: "size-full flex items-center justify-center",
59
62
  bordered: r.bordered
60
63
  }, {
@@ -75,5 +78,5 @@ const W = /* @__PURE__ */ e({
75
78
  }
76
79
  });
77
80
  export {
78
- W as DuxPageStatus
81
+ Z as DuxPageStatus
79
82
  };
@@ -1,5 +1,5 @@
1
1
  const r = `/* layer: properties */
2
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-text-opacity:100%;--un-bg-opacity:100%;--un-from-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-shadow-opacity:100%;--un-ease:initial;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-border-opacity:100%;--un-fill-opacity:100%;--un-to-opacity:100%;--un-outline-style:solid;}}
2
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-from-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-bg-opacity:100%;--un-text-opacity:100%;--un-shadow-opacity:100%;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-border-opacity:100%;--un-ease:initial;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-to-opacity:100%;--un-fill-opacity:100%;--un-outline-style:solid;}}
3
3
  @property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
4
4
  @property --un-outline-style{syntax:"*";inherits:false;initial-value:solid;}
5
5
  @property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@@ -917,13 +917,24 @@ input:where([type='button'], [type='reset'], [type='submit']),
917
917
  }
918
918
  /* layer: icons */
919
919
  .i-tabler\\:alert-triangle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 9v4m-1.637-9.409L2.257 17.125a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636-2.87L13.637 3.59a1.914 1.914 0 0 0-3.274 0zM12 16h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
920
+ .i-tabler\\:arrow-bar-to-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h16m-8-6V4m0 10l4-4m-4 4l-4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
921
+ .i-tabler\\:arrow-bar-to-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 10v10m0-10l4 4m-4-4l-4 4M4 4h16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
920
922
  .i-tabler\\:arrow-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m6-6l-6 6m-6-6l6 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
921
923
  .i-tabler\\:arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M5 12l6 6m-6-6l6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
924
+ .i-tabler\\:arrow-narrow-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m4-4l-4 4m-4-4l4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
925
+ .i-tabler\\:arrow-narrow-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m4-10l-4-4M8 9l4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
926
+ .i-tabler\\:arrows-move{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m18 9l3 3l-3 3m-3-3h6M6 9l-3 3l3 3m-3-3h6m0 6l3 3l3-3m-3-3v6m3-15l-3-3l-3 3m3-3v6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
927
+ .i-tabler\\:at{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0'/%3E%3Cpath d='M16 12v1.5a2.5 2.5 0 0 0 5 0V12a9 9 0 1 0-5.5 8.28'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
928
+ .i-tabler\\:binary-tree{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 20a2 2 0 1 0-4 0a2 2 0 0 0 4 0M16 4a2 2 0 1 0-4 0a2 2 0 0 0 4 0m0 16a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-5-8a2 2 0 1 0-4 0a2 2 0 0 0 4 0m10 0a2 2 0 1 0-4 0a2 2 0 0 0 4 0M5.058 18.306l2.88-4.606m2.123-3.397l2.877-4.604m-2.873 8.006l2.876 4.6M15.063 5.7l2.881 4.61'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
922
929
  .i-tabler\\:brightness-half{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 9a3 3 0 0 0 0 6z'/%3E%3Cpath d='M6 6h3.5L12 3.5L14.5 6H18v3.5l2.5 2.5l-2.5 2.5V18h-3.5L12 20.5L9.5 18H6v-3.5L3.5 12L6 9.5z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
930
+ .i-tabler\\:calendar-due{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm12-4v4M8 3v4m-4 4h16'/%3E%3Cpath d='M11 16a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
923
931
  .i-tabler\\:check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 12l5 5L20 7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
924
932
  .i-tabler\\:chevrons-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 7l5 5l5-5M7 13l5 5l5-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
933
+ .i-tabler\\:circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12a9 9 0 1 0 18 0a9 9 0 1 0-18 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
925
934
  .i-tabler\\:circle-check-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3.34a10 10 0 1 1-14.995 8.984L2 12l.005-.324A10 10 0 0 1 17 3.34m-1.293 5.953a1 1 0 0 0-1.32-.083l-.094.083L11 12.585l-1.293-1.292l-.094-.083a1 1 0 0 0-1.403 1.403l.083.094l2 2l.094.083a1 1 0 0 0 1.226 0l.094-.083l4-4l.083-.094a1 1 0 0 0-.083-1.32'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
935
+ .i-tabler\\:circle-dot{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M11 12a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 1 0-18 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
926
936
  .i-tabler\\:circle-x-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3.34a10 10 0 1 1-14.995 8.984L2 12l.005-.324A10 10 0 0 1 17 3.34m-6.489 5.8a1 1 0 0 0-1.218 1.567L10.585 12l-1.292 1.293l-.083.094a1 1 0 0 0 1.497 1.32L12 13.415l1.293 1.292l.094.083a1 1 0 0 0 1.32-1.497L13.415 12l1.292-1.293l.083-.094a1 1 0 0 0-1.497-1.32L12 10.585l-1.293-1.292l-.094-.083z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
937
+ .i-tabler\\:clock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
927
938
  .i-tabler\\:columns{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h5.5M4 10h5.5M4 14h5.5M4 18h5.5m5-12H20m-5.5 4H20m-5.5 4H20m-5.5 4H20'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
928
939
  .i-tabler\\:copy{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M7 9.667A2.667 2.667 0 0 1 9.667 7h8.666A2.667 2.667 0 0 1 21 9.667v8.666A2.667 2.667 0 0 1 18.333 21H9.667A2.667 2.667 0 0 1 7 18.333z'/%3E%3Cpath d='M4.012 16.737A2 2 0 0 1 3 15V5c0-1.1.9-2 2-2h10c.75 0 1.158.385 1.5 1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
929
940
  .i-tabler\\:cursor-text{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 12h4M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3m6-16a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -931,24 +942,41 @@ input:where([type='button'], [type='reset'], [type='submit']),
931
942
  .i-tabler\\:database-import{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 6c0 1.657 3.582 3 8 3s8-1.343 8-3s-3.582-3-8-3s-8 1.343-8 3'/%3E%3Cpath d='M4 6v6c0 1.657 3.582 3 8 3c.856 0 1.68-.05 2.454-.144M20 12V6'/%3E%3Cpath d='M4 12v6c0 1.657 3.582 3 8 3q.256 0 .51-.006M19 22v-6m3 3l-3-3l-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
932
943
  .i-tabler\\:device-desktop-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.5 16H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v7.5M19 22v-6m3 3l-3-3l-3 3m-9 1h5m-3-4v4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
933
944
  .i-tabler\\:device-floppy{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 4h10l4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2'/%3E%3Cpath d='M10 14a2 2 0 1 0 4 0a2 2 0 1 0-4 0m4-10v4H8V4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
945
+ .i-tabler\\:directions{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 21v-4m0-4V9m0-4V3m-2 18h4M8 5v4h11l2-2l-2-2zm6 8v4H6l-2-2l2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
934
946
  .i-tabler\\:dots-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 12a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0-14a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
935
947
  .i-tabler\\:download{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M7 11l5 5l5-5m-5-7v12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
948
+ .i-tabler\\:edit{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M7 7H6a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-1'/%3E%3Cpath d='M20.385 6.585a2.1 2.1 0 0 0-2.97-2.97L9 12v3h3zM16 5l3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
936
949
  .i-tabler\\:exclamation-circle-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3.34A10 10 0 1 1 2 12l.005-.324A10 10 0 0 1 17 3.34M12 15a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V16a1 1 0 0 0-1-1m0-7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
937
950
  .i-tabler\\:eye{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 12a2 2 0 1 0 4 0a2 2 0 0 0-4 0'/%3E%3Cpath d='M21 12q-3.6 6-9 6t-9-6q3.6-6 9-6t9 6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
938
951
  .i-tabler\\:eye-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10.585 10.587a2 2 0 0 0 2.829 2.828'/%3E%3Cpath d='M16.681 16.673A8.7 8.7 0 0 1 12 18q-5.4 0-9-6q1.908-3.18 4.32-4.674m2.86-1.146A9 9 0 0 1 12 6q5.4 0 9 6q-1 1.665-2.138 2.87M3 3l18 18'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
939
952
  .i-tabler\\:file-export{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M14 3v4a1 1 0 0 0 1 1h4'/%3E%3Cpath d='M11.5 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v5m-5 6h7m-3-3l3 3l-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
940
953
  .i-tabler\\:folder{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
954
+ .i-tabler\\:forms{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3m7-14h7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-7M5 7H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h1m12-5h.01M13 12h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
955
+ .i-tabler\\:grid-4x4{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 6h18M3 12h18M3 18h18M6 3v18m6-18v18m6-18v18'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
941
956
  .i-tabler\\:grid-dots{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 5a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0M4 12a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0M4 19a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
957
+ .i-tabler\\:hexagons{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 18v-5l4-2l4 2v5l-4 2zm4-7V6l4-2l4 2v5m-4 2l4-2l4 2v5l-4 2l-4-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
942
958
  .i-tabler\\:info-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0m9-3h.01'/%3E%3Cpath d='M11 12h1v4h1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
943
959
  .i-tabler\\:info-circle-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1-19.995.324L2 12l.004-.28C2.152 6.327 6.57 2 12 2m0 9h-1l-.117.007a1 1 0 0 0 0 1.986L11 13v3l.007.117a1 1 0 0 0 .876.876L12 17h1l.117-.007a1 1 0 0 0 .876-.876L14 16l-.007-.117a1 1 0 0 0-.764-.857l-.112-.02L13 15v-3l-.007-.117a1 1 0 0 0-.876-.876zm.01-3l-.127.007a1 1 0 0 0 0 1.986L12 10l.127-.007a1 1 0 0 0 0-1.986z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
944
960
  .i-tabler\\:language{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 5h7M9 3v2c0 4.418-2.239 8-5 8'/%3E%3Cpath d='M5 9c0 2.144 2.952 3.908 6.7 4m.3 7l4-9l4 9m-.9-2h-6.2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
961
+ .i-tabler\\:layout{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm0 9a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm10-9a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
962
+ .i-tabler\\:layout-align-bottom{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h16M9 6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
963
+ .i-tabler\\:layout-align-center{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 4v5m0 6v5m-6-9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
964
+ .i-tabler\\:layout-align-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4v16m4-9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
965
+ .i-tabler\\:layout-align-middle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 12h5m6 0h5M9 8a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
966
+ .i-tabler\\:layout-align-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 4v16M4 11a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
967
+ .i-tabler\\:layout-align-top{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16M9 10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
968
+ .i-tabler\\:layout-distribute-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16M4 20h16M6 11a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
969
+ .i-tabler\\:layout-distribute-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4v16M20 4v16M9 8a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
945
970
  .i-tabler\\:layout-sidebar-inactive{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm5-2v1m0 4v1m0 4v1m0 4v1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
946
971
  .i-tabler\\:layout-sidebar-right-inactive{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm11-2v1m0 4v1m0 4v1m0 4v1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
947
972
  .i-tabler\\:link{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 15l6-6m-4-3l.463-.536a5 5 0 0 1 7.071 7.072L18 13m-5 5l-.397.534a5.07 5.07 0 0 1-7.127 0a4.97 4.97 0 0 1 0-7.071L6 11'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
973
+ .i-tabler\\:list-tree{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 6h11m-8 6h8m-5 6h5M5 6v.01M8 12v.01M11 18v.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
974
+ .i-tabler\\:loader{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 6V3m4.25 4.75L18.4 5.6M18 12h3m-4.75 4.25l2.15 2.15M12 18v3m-4.25-4.75L5.6 18.4M6 12H3m4.75-4.25L5.6 5.6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
948
975
  .i-tabler\\:lock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M5 13a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2z'/%3E%3Cpath d='M11 16a1 1 0 1 0 2 0a1 1 0 0 0-2 0m-3-5V7a4 4 0 1 1 8 0v4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
949
976
  .i-tabler\\:logout{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M14 8V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-2'/%3E%3Cpath d='M9 12h12l-3-3m0 6l3-3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
950
977
  .i-tabler\\:menu-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
951
978
  .i-tabler\\:moon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3h.393a7.5 7.5 0 0 0 7.92 12.446A9 9 0 1 1 12 2.992z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
979
+ .i-tabler\\:number{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 17V7l7 10V7m4 10h5m-5-7a2.5 3 0 1 0 5 0a2.5 3 0 1 0-5 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
952
980
  .i-tabler\\:palette{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 21a9 9 0 0 1 0-18c4.97 0 9 3.582 9 8c0 1.06-.474 2.078-1.318 2.828S17.693 15 16.5 15H14a2 2 0 0 0-1 3.75A1.3 1.3 0 0 1 12 21'/%3E%3Cpath d='M7.5 10.5a1 1 0 1 0 2 0a1 1 0 1 0-2 0m4-3a1 1 0 1 0 2 0a1 1 0 1 0-2 0m4 3a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
953
981
  .i-tabler\\:pencil{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h4L18.5 9.5a2.828 2.828 0 1 0-4-4L4 16zm9.5-13.5l4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
954
982
  .i-tabler\\:pencil-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h4L18.5 9.5a2.828 2.828 0 1 0-4-4L4 16zm9.5-13.5l4 4M19 16v6m3-3l-3 3l-3-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -959,8 +987,17 @@ input:where([type='button'], [type='reset'], [type='submit']),
959
987
  .i-tabler\\:rotate{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.95 11a8 8 0 1 0-.5 4m.5 5v-5h-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
960
988
  .i-tabler\\:rotate-clockwise{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
961
989
  .i-tabler\\:search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
990
+ .i-tabler\\:select{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='m9 11l3 3l3-3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
991
+ .i-tabler\\:separator{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12v.01M7 12h10m4 0v.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
992
+ .i-tabler\\:square{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
993
+ .i-tabler\\:square-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
962
994
  .i-tabler\\:sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0m-5 0h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
995
+ .i-tabler\\:tag{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3Cpath d='M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592-5.592a2.41 2.41 0 0 0 0-3.408l-7.71-7.71A2 2 0 0 0 11.172 3H6a3 3 0 0 0-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
996
+ .i-tabler\\:toggle-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 12a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3Cpath d='M2 12a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6v0a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
997
+ .i-tabler\\:transfer{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10H4l5.5-6M4 14h16l-5.5 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
963
998
  .i-tabler\\:trash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h16m-10 4v6m4-6v6M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
999
+ .i-tabler\\:trash-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h16M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3m-5 5l4 4m0-4l-4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1000
+ .i-tabler\\:typography{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h3m7 0h7M6.9 15h6.9m-3.6-8.7L16 20M5 20l6-16h2l7 16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
964
1001
  .i-tabler\\:upload{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M7 9l5-5l5 5m-5-5v12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
965
1002
  .i-tabler\\:user{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7a4 4 0 1 0 8 0a4 4 0 0 0-8 0M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
966
1003
  .i-tabler\\:x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -1056,6 +1093,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1056
1093
  .pb-4{padding-bottom:calc(var(--spacing) * 4);}
1057
1094
  .pe-10{padding-inline-end:calc(var(--spacing) * 10);}
1058
1095
  .pe-3{padding-inline-end:calc(var(--spacing) * 3);}
1096
+ .pl-12{padding-left:calc(var(--spacing) * 12);}
1059
1097
  .pl-2{padding-left:calc(var(--spacing) * 2);}
1060
1098
  .pl-4{padding-left:calc(var(--spacing) * 4);}
1061
1099
  .pr-4{padding-right:calc(var(--spacing) * 4);}
@@ -1063,6 +1101,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1063
1101
  .ps-3{padding-inline-start:calc(var(--spacing) * 3);}
1064
1102
  .pt-0\\.5{padding-top:calc(var(--spacing) * 0.5);}
1065
1103
  .pt-1{padding-top:calc(var(--spacing) * 1);}
1104
+ .pt-12{padding-top:calc(var(--spacing) * 12);}
1066
1105
  .pt-2{padding-top:calc(var(--spacing) * 2);}
1067
1106
  .pt-4{padding-top:calc(var(--spacing) * 4);}
1068
1107
  .pt-6{padding-top:calc(var(--spacing) * 6);}
@@ -1074,6 +1113,8 @@ input:where([type='button'], [type='reset'], [type='submit']),
1074
1113
  .dark .dark\\:border{border-width:1px;}
1075
1114
  .border-0{border-width:0px;}
1076
1115
  .border-b{border-bottom-width:1px;}
1116
+ .border-l{border-left-width:1px;}
1117
+ .border-r{border-right-width:1px;}
1077
1118
  .border-t{border-top-width:1px;}
1078
1119
  .border-primary,
1079
1120
  .group:hover .group-hover\\:border-primary{border-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
@@ -1087,7 +1128,10 @@ input:where([type='button'], [type='reset'], [type='submit']),
1087
1128
  .rounded-sm{border-radius:var(--radius-sm);}
1088
1129
  .rounded-b{border-bottom-left-radius:var(--radius-DEFAULT);border-bottom-right-radius:var(--radius-DEFAULT);}
1089
1130
  .rounded-t{border-top-left-radius:var(--radius-DEFAULT);border-top-right-radius:var(--radius-DEFAULT);}
1131
+ .rounded-br{border-bottom-right-radius:var(--radius-DEFAULT);}
1132
+ .rounded-tl{border-top-left-radius:var(--radius-DEFAULT);}
1090
1133
  .border-dashed{--un-border-style:dashed;border-style:dashed;}
1134
+ .border-solid{--un-border-style:solid;border-style:solid;}
1091
1135
  .bg-error{background-color:color-mix(in srgb, var(--colors-error-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1092
1136
  .bg-gray-600{background-color:color-mix(in srgb, var(--colors-gray-600) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-600)) var(--un-text-opacity, 100%), transparent) */;}
1093
1137
  .bg-gray-800{background-color:color-mix(in srgb, var(--colors-gray-800) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
@@ -1145,6 +1189,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1145
1189
  .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}
1146
1190
  .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
1147
1191
  .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
1192
+ .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
1148
1193
  .grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}
1149
1194
  .size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10);}
1150
1195
  .size-12{width:calc(var(--spacing) * 12);height:calc(var(--spacing) * 12);}
@@ -1183,6 +1228,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1183
1228
  .max-h-500{max-height:calc(var(--spacing) * 500);}
1184
1229
  .max-h-500px{max-height:500px;}
1185
1230
  .max-w-180{max-width:calc(var(--spacing) * 180);}
1231
+ .max-w-2xl{max-width:var(--container-2xl);}
1186
1232
  .max-w-full{max-width:100%;}
1187
1233
  .min-h-0{min-height:calc(var(--spacing) * 0);}
1188
1234
  .min-h-1{min-height:calc(var(--spacing) * 1);}
@@ -1192,13 +1238,16 @@ input:where([type='button'], [type='reset'], [type='submit']),
1192
1238
  .w-120{width:calc(var(--spacing) * 120);}
1193
1239
  .w-120px{width:120px;}
1194
1240
  .w-15{width:calc(var(--spacing) * 15);}
1241
+ .w-180px{width:180px;}
1195
1242
  .w-200px{width:200px;}
1243
+ .w-220px{width:220px;}
1196
1244
  .w-26{width:calc(var(--spacing) * 26);}
1197
1245
  .w-30{width:calc(var(--spacing) * 30);}
1198
1246
  .w-4{width:calc(var(--spacing) * 4);}
1199
1247
  .w-40{width:calc(var(--spacing) * 40);}
1200
1248
  .w-400px{width:400px;}
1201
1249
  .w-5{width:calc(var(--spacing) * 5);}
1250
+ .w-60{width:calc(var(--spacing) * 60);}
1202
1251
  .w-70{width:calc(var(--spacing) * 70);}
1203
1252
  .w-auto{width:auto;}
1204
1253
  .w-full{width:100%;}
@@ -1221,6 +1270,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1221
1270
  .whitespace-nowrap{white-space:nowrap;}
1222
1271
  .text-pretty{text-wrap:pretty;}
1223
1272
  .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
1273
+ .italic{font-style:italic;}
1224
1274
  .ring{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(1px + var(--un-ring-offset-width)) var(--un-ring-color, currentColor);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
1225
1275
  .dark .dark\\:shadow-gray-950\\/80{--un-shadow-color:color-mix(in srgb, var(--colors-gray-950) 80%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1226
1276
  .shadow,
@@ -1261,12 +1311,14 @@ input:where([type='button'], [type='reset'], [type='submit']),
1261
1311
  .bottom-2{bottom:calc(var(--spacing) * 2);}
1262
1312
  .left-0{left:calc(var(--spacing) * 0);}
1263
1313
  .left-2{left:calc(var(--spacing) * 2);}
1314
+ .left-6{left:calc(var(--spacing) * 6);}
1264
1315
  .right-0{right:calc(var(--spacing) * 0);}
1265
1316
  .right-2{right:calc(var(--spacing) * 2);}
1266
1317
  .right-2\\.5{right:calc(var(--spacing) * 2.5);}
1267
1318
  .top-0{top:calc(var(--spacing) * 0);}
1268
1319
  .top-1\\.3{top:calc(var(--spacing) * 1.3);}
1269
1320
  .top-2{top:calc(var(--spacing) * 2);}
1321
+ .top-6{top:calc(var(--spacing) * 6);}
1270
1322
  .top-7{top:calc(var(--spacing) * 7);}
1271
1323
  .justify-start{justify-content:flex-start;}
1272
1324
  .justify-end{justify-content:flex-end;}
@@ -1279,6 +1331,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1279
1331
  .z-1{z-index:1;}
1280
1332
  .overflow-auto{overflow:auto;}
1281
1333
  .overflow-hidden{overflow:hidden;}
1334
+ .overflow-y-auto{overflow-y:auto;}
1282
1335
  .fill-primary{fill:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-fill-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1283
1336
  .dark .dark\\:from-\\[color-mix\\(in_oklch\\,theme\\(colors\\.primary\\.DEFAULT\\)\\,theme\\(colors\\.gray\\.950\\)_95\\%\\)\\]{--un-gradient-from:color-mix(in oklab, color-mix(in oklch,color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent),color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) 95%) var(--un-from-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops, var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position));}
1284
1337
  .from-\\[color-mix\\(in_oklch\\,theme\\(colors\\.primary\\.DEFAULT\\)\\,white_95\\%\\)\\]{--un-gradient-from:color-mix(in oklab, color-mix(in oklch,color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent),white 95%) var(--un-from-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops, var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position));}
@@ -1307,11 +1360,14 @@ input:where([type='button'], [type='reset'], [type='submit']),
1307
1360
  .placeholder\\:text-dimmed::placeholder{color:color-mix(in oklab, rgb(var(--ui-text-dimmed)) var(--un-text-opacity, 100%), transparent);--un-text-opacity:100%;}
1308
1361
  .text-muted{color:color-mix(in oklab, rgb(var(--ui-text-muted)) var(--un-text-opacity, 100%), transparent);--un-text-opacity:100%;}
1309
1362
  .text-highlighted{color:color-mix(in oklab, rgb(var(--ui-text-highlighted)) var(--un-text-opacity, 100%), transparent);--un-text-opacity:100%;}
1363
+ .text-inverted{color:color-mix(in oklab, rgb(var(--ui-text-inverted)) var(--un-text-opacity, 100%), transparent);--un-text-opacity:100%;}
1364
+ .hover\\:text-inverted\\/80:hover{color:color-mix(in oklab, rgb(var(--ui-text-inverted)) var(--un-text-opacity, 100%), transparent);--un-text-opacity:80%;}
1310
1365
  .bg-default{background-color:color-mix(in oklab, rgb(var(--ui-bg)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
1311
1366
  .hover\\:bg-default:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
1312
1367
  .bg-default\\/80{background-color:color-mix(in oklab, rgb(var(--ui-bg)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:80%;}
1313
1368
  .bg-muted,
1314
1369
  .dark .dark\\:bg-muted{background-color:color-mix(in oklab, rgb(var(--ui-bg-muted)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
1370
+ .hover\\:bg-muted:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg-muted)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
1315
1371
  .bg-elevated{background-color:color-mix(in oklab, rgb(var(--ui-bg-elevated)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
1316
1372
  .hover\\:bg-elevated:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg-elevated)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
1317
1373
  .dark .dark\\:hover\\:bg-accented\\/50:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg-accented)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:50%;}
@@ -1381,7 +1437,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1381
1437
  }
1382
1438
  @media (min-width: 48rem){
1383
1439
  .md\\:m-4{margin:calc(var(--spacing) * 4);}
1384
- .md\\:mt-1{margin-top:calc(var(--spacing) * 1);}
1440
+ .md\\:mb-1{margin-bottom:calc(var(--spacing) * 1);}
1385
1441
  .md\\:p-10{padding:calc(var(--spacing) * 10);}
1386
1442
  .md\\:text-left{text-align:left;}
1387
1443
  .md\\:rounded-lg{border-radius:var(--radius-lg);}
@@ -0,0 +1,2 @@
1
+ import type { PageEditorComponent } from '../editor/hook';
2
+ export declare function duxFormEditorGrid(t: any): PageEditorComponent;
@@ -0,0 +1 @@
1
+ export * from './grid';
@@ -0,0 +1,57 @@
1
+ import type { JsonSchemaNode } from '@duxweb/dvha-core';
2
+ import type { ComputedRef, Ref } from 'vue';
3
+ export interface PageEditorJsonProps {
4
+ options?: Record<string, any>;
5
+ children?: PageEditorData[] | PageEditorData[][];
6
+ model?: Record<string, any>;
7
+ convertToJsonSchema?: (children: PageEditorData[] | PageEditorData[][], childModel?: Record<string, any>) => JsonSchemaNode[];
8
+ }
9
+ export interface PageEditorComponent {
10
+ name: string;
11
+ icon: string;
12
+ group?: string;
13
+ label?: string;
14
+ component: (props?: Record<string, any>) => any;
15
+ setting?: (props?: Record<string, any>) => any;
16
+ nested?: boolean;
17
+ settingDefault?: Record<string, any>;
18
+ json?: (props?: PageEditorJsonProps) => JsonSchemaNode;
19
+ }
20
+ export interface PageEditorGroup {
21
+ name: string;
22
+ label: string;
23
+ icon: string;
24
+ children?: PageEditorComponent[];
25
+ }
26
+ export interface PageEditorData {
27
+ key: string;
28
+ name: string;
29
+ options?: Record<string, any>;
30
+ children?: PageEditorData[];
31
+ }
32
+ export interface PageEditorSettingPage {
33
+ component?: (props?: Record<string, any>) => any;
34
+ default?: Record<string, any>;
35
+ }
36
+ export interface UseEditorResult {
37
+ clearComponent: () => void;
38
+ addComponent: (data: PageEditorComponent) => void;
39
+ clearGroup: () => void;
40
+ addGroup: (data: PageEditorGroup) => void;
41
+ getData: (key?: string) => PageEditorData | undefined;
42
+ copyData: (key: string, index: number) => void;
43
+ deleteData: (key: string, index: number) => void;
44
+ tree: ComputedRef<PageEditorGroup[]>;
45
+ components: Ref<PageEditorComponent[]>;
46
+ group: Ref<PageEditorGroup[]>;
47
+ selected: Ref<string | undefined>;
48
+ value: Ref<UseEditorValue>;
49
+ settingPage: PageEditorSettingPage | undefined;
50
+ }
51
+ export interface UseEditorValue {
52
+ config: Record<string, any>;
53
+ data: PageEditorData[];
54
+ }
55
+ export declare function useEditor({ settingPage }: {
56
+ settingPage?: PageEditorSettingPage;
57
+ }): UseEditorResult;
@@ -0,0 +1,3 @@
1
+ export * from './hook';
2
+ export * from './preview';
3
+ export * from './setting';
@@ -0,0 +1,15 @@
1
+ import type { PropType } from 'vue';
2
+ import type { PageEditorData } from './hook';
3
+ export declare const DuxWidgetEditorPreview: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ class: StringConstructor;
5
+ select: StringConstructor;
6
+ modelValue: PropType<PageEditorData[]>;
7
+ onUpdate: FunctionConstructor;
8
+ onSelect: FunctionConstructor;
9
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ class: StringConstructor;
11
+ select: StringConstructor;
12
+ modelValue: PropType<PageEditorData[]>;
13
+ onUpdate: FunctionConstructor;
14
+ onSelect: FunctionConstructor;
15
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,14 @@
1
+ import type { PropType, VNode } from 'vue';
2
+ import type { UseEditorResult } from './hook';
3
+ export declare const WidgetEditorSetting: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ actionRender: PropType<(editor?: UseEditorResult) => VNode>;
5
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
+ actionRender: PropType<(editor?: UseEditorResult) => VNode>;
7
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ export declare const WidgetEditorSettingCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9
+ title: StringConstructor;
10
+ icon: StringConstructor;
11
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ title: StringConstructor;
13
+ icon: StringConstructor;
14
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;