@platox/pivot-table 0.0.33 → 0.0.35

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 (165) hide show
  1. package/es/dashboard-workbench/components/add-module-btn/index.d.ts +11 -0
  2. package/es/dashboard-workbench/components/add-module-btn/index.js +97 -0
  3. package/es/dashboard-workbench/components/add-module-btn/index.js.map +1 -0
  4. package/es/dashboard-workbench/components/add-module-modal/add-calendar-modal/custome-data.d.ts +20 -0
  5. package/es/dashboard-workbench/components/add-module-modal/add-calendar-modal/custome-data.js +169 -0
  6. package/es/dashboard-workbench/components/add-module-modal/add-calendar-modal/custome-data.js.map +1 -0
  7. package/es/dashboard-workbench/components/add-module-modal/add-calendar-modal/index.d.ts +13 -0
  8. package/es/dashboard-workbench/components/add-module-modal/add-calendar-modal/index.js +82 -0
  9. package/es/dashboard-workbench/components/add-module-modal/add-calendar-modal/index.js.map +1 -0
  10. package/es/dashboard-workbench/components/add-module-modal/add-chart-modal/custome-data.d.ts +29 -0
  11. package/es/dashboard-workbench/components/add-module-modal/add-chart-modal/custome-data.js +328 -0
  12. package/es/dashboard-workbench/components/add-module-modal/add-chart-modal/custome-data.js.map +1 -0
  13. package/es/dashboard-workbench/components/add-module-modal/add-chart-modal/custome-styles.d.ts +15 -0
  14. package/es/dashboard-workbench/components/add-module-modal/add-chart-modal/custome-styles.js +58 -0
  15. package/es/dashboard-workbench/components/add-module-modal/add-chart-modal/custome-styles.js.map +1 -0
  16. package/es/dashboard-workbench/components/add-module-modal/add-chart-modal/index.d.ts +13 -0
  17. package/es/dashboard-workbench/components/add-module-modal/add-chart-modal/index.js +114 -0
  18. package/es/dashboard-workbench/components/add-module-modal/add-chart-modal/index.js.map +1 -0
  19. package/es/dashboard-workbench/components/add-module-modal/add-statistics-modal/custome-data.d.ts +20 -0
  20. package/es/dashboard-workbench/components/add-module-modal/add-statistics-modal/custome-data.js +180 -0
  21. package/es/dashboard-workbench/components/add-module-modal/add-statistics-modal/custome-data.js.map +1 -0
  22. package/es/dashboard-workbench/components/add-module-modal/add-statistics-modal/custome-styles.d.ts +13 -0
  23. package/es/dashboard-workbench/components/add-module-modal/add-statistics-modal/custome-styles.js +119 -0
  24. package/es/dashboard-workbench/components/add-module-modal/add-statistics-modal/custome-styles.js.map +1 -0
  25. package/es/dashboard-workbench/components/add-module-modal/add-statistics-modal/index.d.ts +13 -0
  26. package/es/dashboard-workbench/components/add-module-modal/add-statistics-modal/index.js +111 -0
  27. package/es/dashboard-workbench/components/add-module-modal/add-statistics-modal/index.js.map +1 -0
  28. package/es/dashboard-workbench/components/add-module-modal/components/condition-modal/debounce-select.d.ts +12 -0
  29. package/es/dashboard-workbench/components/add-module-modal/components/condition-modal/debounce-select.js +44 -0
  30. package/es/dashboard-workbench/components/add-module-modal/components/condition-modal/debounce-select.js.map +1 -0
  31. package/es/dashboard-workbench/components/add-module-modal/components/condition-modal/index.d.ts +21 -0
  32. package/es/dashboard-workbench/components/add-module-modal/components/condition-modal/index.js +510 -0
  33. package/es/dashboard-workbench/components/add-module-modal/components/condition-modal/index.js.map +1 -0
  34. package/es/dashboard-workbench/components/add-module-modal/components/condition-modal/utils.d.ts +25 -0
  35. package/es/dashboard-workbench/components/add-module-modal/components/select-color/index.d.ts +12 -0
  36. package/es/dashboard-workbench/components/add-module-modal/components/select-color/index.js +45 -0
  37. package/es/dashboard-workbench/components/add-module-modal/components/select-color/index.js.map +1 -0
  38. package/es/dashboard-workbench/components/module-content/calendar-module/index.d.ts +14 -0
  39. package/es/dashboard-workbench/components/module-content/calendar-module/index.js +229 -0
  40. package/es/dashboard-workbench/components/module-content/calendar-module/index.js.map +1 -0
  41. package/es/dashboard-workbench/components/module-content/calendar-module/locales/en.d.ts +7 -0
  42. package/es/dashboard-workbench/components/module-content/calendar-module/locales/en.js +10 -0
  43. package/es/dashboard-workbench/components/module-content/calendar-module/locales/en.js.map +1 -0
  44. package/es/dashboard-workbench/components/module-content/calendar-module/locales/zh.d.ts +22 -0
  45. package/es/dashboard-workbench/components/module-content/calendar-module/locales/zh.js +29 -0
  46. package/es/dashboard-workbench/components/module-content/calendar-module/locales/zh.js.map +1 -0
  47. package/es/dashboard-workbench/components/module-content/chart-module/Empty.d.ts +5 -0
  48. package/es/dashboard-workbench/components/module-content/chart-module/Empty.js +30 -0
  49. package/es/dashboard-workbench/components/module-content/chart-module/Empty.js.map +1 -0
  50. package/es/dashboard-workbench/components/module-content/chart-module/base-chart/index.d.ts +8 -0
  51. package/es/dashboard-workbench/components/module-content/chart-module/base-chart/index.js +62 -0
  52. package/es/dashboard-workbench/components/module-content/chart-module/base-chart/index.js.map +1 -0
  53. package/es/dashboard-workbench/components/module-content/chart-module/index.d.ts +14 -0
  54. package/es/dashboard-workbench/components/module-content/chart-module/index.js +406 -0
  55. package/es/dashboard-workbench/components/module-content/chart-module/index.js.map +1 -0
  56. package/es/dashboard-workbench/components/module-content/chart-module/utils.d.ts +9 -0
  57. package/es/dashboard-workbench/components/module-content/chart-module/utils.js +200 -0
  58. package/es/dashboard-workbench/components/module-content/chart-module/utils.js.map +1 -0
  59. package/es/dashboard-workbench/components/module-content/index.d.ts +31 -0
  60. package/es/dashboard-workbench/components/module-content/index.js +81 -0
  61. package/es/dashboard-workbench/components/module-content/index.js.map +1 -0
  62. package/es/dashboard-workbench/components/module-content/statistics-module/index.d.ts +15 -0
  63. package/es/dashboard-workbench/components/module-content/statistics-module/index.js +305 -0
  64. package/es/dashboard-workbench/components/module-content/statistics-module/index.js.map +1 -0
  65. package/es/dashboard-workbench/components/module-content/statistics-module/utils.d.ts +4 -0
  66. package/es/dashboard-workbench/components/module-content/statistics-module/utils.js +41 -0
  67. package/es/dashboard-workbench/components/module-content/statistics-module/utils.js.map +1 -0
  68. package/es/dashboard-workbench/components/module-content/text-module/editor/index.d.ts +7 -0
  69. package/es/dashboard-workbench/components/module-content/text-module/editor/index.js +224 -0
  70. package/es/dashboard-workbench/components/module-content/text-module/editor/index.js.map +1 -0
  71. package/es/dashboard-workbench/components/module-content/text-module/editor/useDebounce.d.ts +2 -0
  72. package/es/dashboard-workbench/components/module-content/text-module/editor/useDebounce.js +24 -0
  73. package/es/dashboard-workbench/components/module-content/text-module/editor/useDebounce.js.map +1 -0
  74. package/es/dashboard-workbench/components/module-content/text-module/index.d.ts +7 -0
  75. package/es/dashboard-workbench/components/module-content/text-module/index.js +11 -0
  76. package/es/dashboard-workbench/components/module-content/text-module/index.js.map +1 -0
  77. package/es/dashboard-workbench/components/module-content/utils.d.ts +15 -0
  78. package/es/dashboard-workbench/components/module-content/utils.js +113 -0
  79. package/es/dashboard-workbench/components/module-content/utils.js.map +1 -0
  80. package/es/dashboard-workbench/components/module-header/index.d.ts +12 -0
  81. package/es/dashboard-workbench/components/module-header/index.js +115 -0
  82. package/es/dashboard-workbench/components/module-header/index.js.map +1 -0
  83. package/es/dashboard-workbench/components/ui/modal/editor-header.d.ts +12 -0
  84. package/es/dashboard-workbench/components/ui/modal/editor-header.js +59 -0
  85. package/es/dashboard-workbench/components/ui/modal/editor-header.js.map +1 -0
  86. package/es/dashboard-workbench/components/ui/modal/index.module.less.js +9 -0
  87. package/es/dashboard-workbench/components/ui/modal/index.module.less.js.map +1 -0
  88. package/es/dashboard-workbench/context.d.ts +16 -0
  89. package/es/dashboard-workbench/context.js +21 -0
  90. package/es/dashboard-workbench/context.js.map +1 -0
  91. package/es/dashboard-workbench/icon/icon-bar-percentage.d.ts +2 -0
  92. package/es/dashboard-workbench/icon/icon-bar-percentage.js +17 -0
  93. package/es/dashboard-workbench/icon/icon-bar-percentage.js.map +1 -0
  94. package/es/dashboard-workbench/icon/icon-bar-pile.d.ts +2 -0
  95. package/es/dashboard-workbench/icon/icon-bar-pile.js +17 -0
  96. package/es/dashboard-workbench/icon/icon-bar-pile.js.map +1 -0
  97. package/es/dashboard-workbench/icon/icon-bar.d.ts +2 -0
  98. package/es/dashboard-workbench/icon/icon-bar.js +13 -0
  99. package/es/dashboard-workbench/icon/icon-bar.js.map +1 -0
  100. package/es/dashboard-workbench/icon/icon-calendar.d.ts +2 -0
  101. package/es/dashboard-workbench/icon/icon-calendar.js +40 -0
  102. package/es/dashboard-workbench/icon/icon-calendar.js.map +1 -0
  103. package/es/dashboard-workbench/icon/icon-drag.d.ts +2 -0
  104. package/es/dashboard-workbench/icon/icon-drag.js +25 -0
  105. package/es/dashboard-workbench/icon/icon-drag.js.map +1 -0
  106. package/es/dashboard-workbench/icon/icon-editor.d.ts +2 -0
  107. package/es/dashboard-workbench/icon/icon-editor.js +40 -0
  108. package/es/dashboard-workbench/icon/icon-editor.js.map +1 -0
  109. package/es/dashboard-workbench/icon/icon-empty.d.ts +2 -0
  110. package/es/dashboard-workbench/icon/icon-empty.js +139 -0
  111. package/es/dashboard-workbench/icon/icon-empty.js.map +1 -0
  112. package/es/dashboard-workbench/icon/icon-line-smooth.d.ts +2 -0
  113. package/es/dashboard-workbench/icon/icon-line-smooth.js +28 -0
  114. package/es/dashboard-workbench/icon/icon-line-smooth.js.map +1 -0
  115. package/es/dashboard-workbench/icon/icon-line.d.ts +2 -0
  116. package/es/dashboard-workbench/icon/icon-line.js +28 -0
  117. package/es/dashboard-workbench/icon/icon-line.js.map +1 -0
  118. package/es/dashboard-workbench/icon/icon-move.d.ts +2 -0
  119. package/es/dashboard-workbench/icon/icon-move.js +25 -0
  120. package/es/dashboard-workbench/icon/icon-move.js.map +1 -0
  121. package/es/dashboard-workbench/icon/icon-pie-circular.d.ts +2 -0
  122. package/es/dashboard-workbench/icon/icon-pie-circular.js +30 -0
  123. package/es/dashboard-workbench/icon/icon-pie-circular.js.map +1 -0
  124. package/es/dashboard-workbench/icon/icon-pie.d.ts +2 -0
  125. package/es/dashboard-workbench/icon/icon-pie.js +24 -0
  126. package/es/dashboard-workbench/icon/icon-pie.js.map +1 -0
  127. package/es/dashboard-workbench/icon/icon-statistics.d.ts +2 -0
  128. package/es/dashboard-workbench/icon/icon-statistics.js +37 -0
  129. package/es/dashboard-workbench/icon/icon-statistics.js.map +1 -0
  130. package/es/dashboard-workbench/icon/icon-strip-bar-percentage.d.ts +2 -0
  131. package/es/dashboard-workbench/icon/icon-strip-bar-percentage.js +105 -0
  132. package/es/dashboard-workbench/icon/icon-strip-bar-percentage.js.map +1 -0
  133. package/es/dashboard-workbench/icon/icon-strip-bar-pile.d.ts +2 -0
  134. package/es/dashboard-workbench/icon/icon-strip-bar-pile.js +105 -0
  135. package/es/dashboard-workbench/icon/icon-strip-bar-pile.js.map +1 -0
  136. package/es/dashboard-workbench/icon/icon-strip-bar.d.ts +2 -0
  137. package/es/dashboard-workbench/icon/icon-strip-bar.js +57 -0
  138. package/es/dashboard-workbench/icon/icon-strip-bar.js.map +1 -0
  139. package/es/dashboard-workbench/index.d.ts +33 -0
  140. package/es/dashboard-workbench/index.js +414 -0
  141. package/es/dashboard-workbench/index.js.map +1 -0
  142. package/es/dashboard-workbench/lang/en-US.d.ts +147 -0
  143. package/es/dashboard-workbench/lang/en-US.js +158 -0
  144. package/es/dashboard-workbench/lang/en-US.js.map +1 -0
  145. package/es/dashboard-workbench/lang/index.d.ts +2 -0
  146. package/es/dashboard-workbench/lang/index.js +25 -0
  147. package/es/dashboard-workbench/lang/index.js.map +1 -0
  148. package/es/dashboard-workbench/lang/zh-CN.d.ts +147 -0
  149. package/es/dashboard-workbench/lang/zh-CN.js +158 -0
  150. package/es/dashboard-workbench/lang/zh-CN.js.map +1 -0
  151. package/es/dashboard-workbench/types.d.ts +22 -0
  152. package/es/dashboard-workbench/utils/index.d.ts +9 -0
  153. package/es/dashboard-workbench/utils/index.js +30 -0
  154. package/es/dashboard-workbench/utils/index.js.map +1 -0
  155. package/es/index.d.ts +1 -0
  156. package/es/index.js +5 -0
  157. package/es/index.js.map +1 -0
  158. package/es/style.css +1 -0
  159. package/package.json +25 -24
  160. package/umd/pivot-table.umd.cjs +178 -0
  161. package/umd/style.css +1 -0
  162. package/index.d.ts +0 -98
  163. package/lib/index.js +0 -52222
  164. package/lib/index.umd.cjs +0 -178
  165. package/lib/style.css +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-move.js","sources":["../../../packages/dashboard-workbench/icon/icon-move.tsx"],"sourcesContent":["const IconMove = () => {\n return (\n <svg\n width=\"1em\"\n height=\"1em\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-icon=\"MoreVerticalOutlined\"\n >\n <path\n d=\"M12 5.5A1.75 1.75 0 1 1 12 2a1.75 1.75 0 0 1 0 3.5Zm0 8.225a1.75 1.75 0 1 1 0-3.5 1.75 1.75 0 0 1 0 3.5ZM12 22a1.75 1.75 0 1 1 0-3.5 1.75 1.75 0 0 1 0 3.5Z\"\n fill=\"currentColor\"\n ></path>\n </svg>\n )\n}\n\nexport default IconMove\n"],"names":[],"mappings":";AAAA,MAAM,WAAW,MAAM;AAEnB,SAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,OAAM;AAAA,MACN,QAAO;AAAA,MACP,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACN,aAAU;AAAA,MAEV,UAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EACH;AAEJ;"}
@@ -0,0 +1,2 @@
1
+ declare const IconPieCircular: () => import("react/jsx-runtime").JSX.Element;
2
+ export default IconPieCircular;
@@ -0,0 +1,30 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const IconPieCircular = () => {
3
+ return /* @__PURE__ */ jsxs("svg", { width: "72", height: "48", viewBox: "0 0 72 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4
+ /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ d: "M20 24C20 32.8366 27.1634 40 36 40C44.8366 40 52 32.8366 52 24C52 15.1634 44.8366 8 36 8C27.1634 8 20 15.1634 20 24ZM46.3944 24C46.3944 29.7407 41.7407 34.3944 36 34.3944C30.2593 34.3944 25.6056 29.7407 25.6056 24C25.6056 18.2593 30.2593 13.6056 36 13.6056C41.7407 13.6056 46.3944 18.2593 46.3944 24Z",
8
+ fill: "#5b65f4"
9
+ }
10
+ ),
11
+ /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M52 24C52 19.7565 50.3143 15.6869 47.3137 12.6863C44.3131 9.68571 40.2435 8 36 8V13.6056C38.7568 13.6056 41.4006 14.7007 43.35 16.65C45.2993 18.5994 46.3944 21.2432 46.3944 24H52Z",
15
+ fill: "#959bee"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M52 24C52 20.9896 51.1507 18.0403 49.5497 15.4909L44.8026 18.4721C45.8427 20.1283 46.3944 22.0443 46.3944 24H52Z",
22
+ fill: "#cdcff9"
23
+ }
24
+ )
25
+ ] });
26
+ };
27
+ export {
28
+ IconPieCircular as default
29
+ };
30
+ //# sourceMappingURL=icon-pie-circular.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-pie-circular.js","sources":["../../../packages/dashboard-workbench/icon/icon-pie-circular.tsx"],"sourcesContent":["const IconPieCircular = () => {\n return (\n <svg width=\"72\" height=\"48\" viewBox=\"0 0 72 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M20 24C20 32.8366 27.1634 40 36 40C44.8366 40 52 32.8366 52 24C52 15.1634 44.8366 8 36 8C27.1634 8 20 15.1634 20 24ZM46.3944 24C46.3944 29.7407 41.7407 34.3944 36 34.3944C30.2593 34.3944 25.6056 29.7407 25.6056 24C25.6056 18.2593 30.2593 13.6056 36 13.6056C41.7407 13.6056 46.3944 18.2593 46.3944 24Z\"\n fill=\"#5b65f4\"\n ></path>\n <path\n d=\"M52 24C52 19.7565 50.3143 15.6869 47.3137 12.6863C44.3131 9.68571 40.2435 8 36 8V13.6056C38.7568 13.6056 41.4006 14.7007 43.35 16.65C45.2993 18.5994 46.3944 21.2432 46.3944 24H52Z\"\n fill=\"#959bee\"\n ></path>\n <path\n d=\"M52 24C52 20.9896 51.1507 18.0403 49.5497 15.4909L44.8026 18.4721C45.8427 20.1283 46.3944 22.0443 46.3944 24H52Z\"\n fill=\"#cdcff9\"\n ></path>\n </svg>\n )\n}\n\nexport default IconPieCircular\n"],"names":[],"mappings":";AAAA,MAAM,kBAAkB,MAAM;AAE1B,SAAA,qBAAC,OAAI,EAAA,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,MAAA;AAAA,IAAA;AAAA,EACN,GACH;AAEJ;"}
@@ -0,0 +1,2 @@
1
+ declare const IconPie: () => import("react/jsx-runtime").JSX.Element;
2
+ export default IconPie;
@@ -0,0 +1,24 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const IconPie = () => {
3
+ return /* @__PURE__ */ jsxs("svg", { width: "72", height: "48", viewBox: "0 0 72 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4
+ /* @__PURE__ */ jsx("circle", { cx: "16", cy: "16", r: "16", transform: "matrix(-1 0 0 1 52 8)", fill: "#5b65f4" }),
5
+ /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ d: "M36 8.5C36 8.22386 36.224 7.99918 36.5 8.00781C40.5621 8.13468 44.4312 9.80377 47.3137 12.6863C50.3143 15.6869 52 19.7565 52 24C52 28.2435 50.3143 32.3131 47.3137 35.3137C44.4312 38.1962 40.5621 39.8653 36.5 39.9922C36.224 40.0008 36 39.7761 36 39.5L36 24V8.5Z",
9
+ fill: "#959bee"
10
+ }
11
+ ),
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M46.9602 34.9602C47.1554 35.1554 47.1559 35.4726 46.9547 35.6617C45.5468 36.9842 43.91 38.0418 42.1229 38.7821C40.3358 39.5223 38.4306 39.9318 36.4999 39.9922C36.2239 40.0008 36 39.7761 36 39.5L36 25.2071C36 24.7617 36.5386 24.5386 36.8536 24.8536L46.9602 34.9602Z",
16
+ fill: "#cdcff9"
17
+ }
18
+ )
19
+ ] });
20
+ };
21
+ export {
22
+ IconPie as default
23
+ };
24
+ //# sourceMappingURL=icon-pie.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-pie.js","sources":["../../../packages/dashboard-workbench/icon/icon-pie.tsx"],"sourcesContent":["const IconPie = () => {\n return (\n <svg width=\"72\" height=\"48\" viewBox=\"0 0 72 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <circle cx=\"16\" cy=\"16\" r=\"16\" transform=\"matrix(-1 0 0 1 52 8)\" fill=\"#5b65f4\"></circle>\n <path\n d=\"M36 8.5C36 8.22386 36.224 7.99918 36.5 8.00781C40.5621 8.13468 44.4312 9.80377 47.3137 12.6863C50.3143 15.6869 52 19.7565 52 24C52 28.2435 50.3143 32.3131 47.3137 35.3137C44.4312 38.1962 40.5621 39.8653 36.5 39.9922C36.224 40.0008 36 39.7761 36 39.5L36 24V8.5Z\"\n fill=\"#959bee\"\n ></path>\n <path\n d=\"M46.9602 34.9602C47.1554 35.1554 47.1559 35.4726 46.9547 35.6617C45.5468 36.9842 43.91 38.0418 42.1229 38.7821C40.3358 39.5223 38.4306 39.9318 36.4999 39.9922C36.2239 40.0008 36 39.7761 36 39.5L36 25.2071C36 24.7617 36.5386 24.5386 36.8536 24.8536L46.9602 34.9602Z\"\n fill=\"#cdcff9\"\n ></path>\n </svg>\n )\n}\n\nexport default IconPie\n"],"names":[],"mappings":";AAAA,MAAM,UAAU,MAAM;AAElB,SAAA,qBAAC,OAAI,EAAA,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA;AAAA,IAAC,oBAAA,UAAA,EAAO,IAAG,MAAK,IAAG,MAAK,GAAE,MAAK,WAAU,yBAAwB,MAAK,UAAU,CAAA;AAAA,IAChF;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,MAAA;AAAA,IAAA;AAAA,EACN,GACH;AAEJ;"}
@@ -0,0 +1,2 @@
1
+ declare const IconStatistics: () => import("react/jsx-runtime").JSX.Element;
2
+ export default IconStatistics;
@@ -0,0 +1,37 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const IconStatistics = () => {
3
+ return /* @__PURE__ */ jsxs("svg", { width: "72", height: "48", viewBox: "0 0 72 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4
+ /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ d: "M59.3348 27.8581C59.3348 28.6621 59.0708 29.2801 58.5428 29.7121C58.0268 30.1441 57.3848 30.3601 56.6168 30.3601C55.8488 30.3601 55.2008 30.1441 54.6728 29.7121C54.1568 29.2801 53.8988 28.6621 53.8988 27.8581V26.1481C53.8988 25.3441 54.1568 24.7261 54.6728 24.2941C55.2008 23.8621 55.8488 23.6461 56.6168 23.6461C57.3848 23.6461 58.0268 23.8621 58.5428 24.2941C59.0708 24.7261 59.3348 25.3441 59.3348 26.1481V27.8581ZM50.9648 21.5401C50.9648 22.3441 50.7008 22.9621 50.1728 23.3941C49.6568 23.8261 49.0148 24.0421 48.2468 24.0421C47.4788 24.0421 46.8308 23.8261 46.3028 23.3941C45.7868 22.9621 45.5288 22.3441 45.5288 21.5401V19.8301C45.5288 19.0261 45.7868 18.4081 46.3028 17.9761C46.8308 17.5441 47.4788 17.3281 48.2468 17.3281C49.0148 17.3281 49.6568 17.5441 50.1728 17.9761C50.7008 18.4081 50.9648 19.0261 50.9648 19.8301V21.5401ZM56.6168 17.4361L50.5148 30.2521H48.2468L54.3488 17.4361H56.6168ZM48.8768 21.4681V19.9021C48.8768 19.4341 48.6668 19.2001 48.2468 19.2001C47.8268 19.2001 47.6168 19.4341 47.6168 19.9021V21.4681C47.6168 21.9361 47.8268 22.1701 48.2468 22.1701C48.6668 22.1701 48.8768 21.9361 48.8768 21.4681ZM57.2468 27.7861V26.2201C57.2468 25.7521 57.0368 25.5181 56.6168 25.5181C56.1968 25.5181 55.9868 25.7521 55.9868 26.2201V27.7861C55.9868 28.2541 56.1968 28.4881 56.6168 28.4881C57.0368 28.4881 57.2468 28.2541 57.2468 27.7861Z",
8
+ fill: "#5b65f4"
9
+ }
10
+ ),
11
+ /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M44.0049 26.4181C44.0049 27.6901 43.5969 28.6681 42.7809 29.3521C41.9649 30.0241 40.9509 30.3601 39.7389 30.3601C38.9829 30.3601 38.2929 30.2341 37.6689 29.9821C37.0569 29.7181 36.5349 29.2741 36.1029 28.6501C35.6829 28.0261 35.4729 27.2581 35.4729 26.3461H38.4249C38.4249 26.7781 38.5449 27.1141 38.7849 27.3541C39.0369 27.5821 39.3549 27.6961 39.7389 27.6961C40.1349 27.6961 40.4529 27.5821 40.6929 27.3541C40.9329 27.1141 41.0529 26.7721 41.0529 26.3281C41.0529 25.9441 40.9209 25.6261 40.6569 25.3741C40.4049 25.1101 40.0809 24.9781 39.6849 24.9781H39.2709V22.4221H39.6849C40.0929 22.4221 40.3989 22.3021 40.6029 22.0621C40.8069 21.8221 40.9089 21.5401 40.9089 21.2161C40.9089 20.8321 40.7949 20.5321 40.5669 20.3161C40.3389 20.1001 40.0629 19.9921 39.7389 19.9921C39.4149 19.9921 39.1389 20.1001 38.9109 20.3161C38.6829 20.5321 38.5689 20.8261 38.5689 21.1981H35.6169C35.6169 20.0221 36.0069 19.0861 36.7869 18.3901C37.5789 17.6821 38.5629 17.3281 39.7389 17.3281C40.9269 17.3281 41.9109 17.6881 42.6909 18.4081C43.4709 19.1161 43.8609 20.0221 43.8609 21.1261C43.8609 22.2301 43.4169 23.0641 42.5289 23.6281C43.5129 24.3121 44.0049 25.2421 44.0049 26.4181Z",
15
+ fill: "#5b65f4"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M33.9128 30.2521H25.6688V27.5881L30.3128 22.5481C30.7448 22.0801 30.9608 21.6241 30.9608 21.1801C30.9608 20.8201 30.8588 20.5321 30.6548 20.3161C30.4628 20.1001 30.1808 19.9921 29.8088 19.9921C29.4848 19.9921 29.2028 20.0881 28.9628 20.2801C28.7348 20.4721 28.6208 20.7901 28.6208 21.2341H25.6688C25.6688 20.0221 26.0648 19.0681 26.8568 18.3721C27.6608 17.6761 28.6448 17.3281 29.8088 17.3281C31.0208 17.3281 32.0048 17.6761 32.7608 18.3721C33.5288 19.0681 33.9128 20.0101 33.9128 21.1981C33.9128 21.8221 33.7928 22.3501 33.5528 22.7821C33.3128 23.2141 32.9048 23.7361 32.3288 24.3481L29.2688 27.5881H33.9128V30.2521Z",
22
+ fill: "#5b65f4"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M22.021 30.2525H19.069V20.5865L16.333 22.9625V19.8125L19.069 17.4365H22.021V30.2525Z",
29
+ fill: "#5b65f4"
30
+ }
31
+ )
32
+ ] });
33
+ };
34
+ export {
35
+ IconStatistics as default
36
+ };
37
+ //# sourceMappingURL=icon-statistics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-statistics.js","sources":["../../../packages/dashboard-workbench/icon/icon-statistics.tsx"],"sourcesContent":["const IconStatistics = () => {\n return (\n <svg width=\"72\" height=\"48\" viewBox=\"0 0 72 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M59.3348 27.8581C59.3348 28.6621 59.0708 29.2801 58.5428 29.7121C58.0268 30.1441 57.3848 30.3601 56.6168 30.3601C55.8488 30.3601 55.2008 30.1441 54.6728 29.7121C54.1568 29.2801 53.8988 28.6621 53.8988 27.8581V26.1481C53.8988 25.3441 54.1568 24.7261 54.6728 24.2941C55.2008 23.8621 55.8488 23.6461 56.6168 23.6461C57.3848 23.6461 58.0268 23.8621 58.5428 24.2941C59.0708 24.7261 59.3348 25.3441 59.3348 26.1481V27.8581ZM50.9648 21.5401C50.9648 22.3441 50.7008 22.9621 50.1728 23.3941C49.6568 23.8261 49.0148 24.0421 48.2468 24.0421C47.4788 24.0421 46.8308 23.8261 46.3028 23.3941C45.7868 22.9621 45.5288 22.3441 45.5288 21.5401V19.8301C45.5288 19.0261 45.7868 18.4081 46.3028 17.9761C46.8308 17.5441 47.4788 17.3281 48.2468 17.3281C49.0148 17.3281 49.6568 17.5441 50.1728 17.9761C50.7008 18.4081 50.9648 19.0261 50.9648 19.8301V21.5401ZM56.6168 17.4361L50.5148 30.2521H48.2468L54.3488 17.4361H56.6168ZM48.8768 21.4681V19.9021C48.8768 19.4341 48.6668 19.2001 48.2468 19.2001C47.8268 19.2001 47.6168 19.4341 47.6168 19.9021V21.4681C47.6168 21.9361 47.8268 22.1701 48.2468 22.1701C48.6668 22.1701 48.8768 21.9361 48.8768 21.4681ZM57.2468 27.7861V26.2201C57.2468 25.7521 57.0368 25.5181 56.6168 25.5181C56.1968 25.5181 55.9868 25.7521 55.9868 26.2201V27.7861C55.9868 28.2541 56.1968 28.4881 56.6168 28.4881C57.0368 28.4881 57.2468 28.2541 57.2468 27.7861Z\"\n fill=\"#5b65f4\"\n ></path>\n <path\n d=\"M44.0049 26.4181C44.0049 27.6901 43.5969 28.6681 42.7809 29.3521C41.9649 30.0241 40.9509 30.3601 39.7389 30.3601C38.9829 30.3601 38.2929 30.2341 37.6689 29.9821C37.0569 29.7181 36.5349 29.2741 36.1029 28.6501C35.6829 28.0261 35.4729 27.2581 35.4729 26.3461H38.4249C38.4249 26.7781 38.5449 27.1141 38.7849 27.3541C39.0369 27.5821 39.3549 27.6961 39.7389 27.6961C40.1349 27.6961 40.4529 27.5821 40.6929 27.3541C40.9329 27.1141 41.0529 26.7721 41.0529 26.3281C41.0529 25.9441 40.9209 25.6261 40.6569 25.3741C40.4049 25.1101 40.0809 24.9781 39.6849 24.9781H39.2709V22.4221H39.6849C40.0929 22.4221 40.3989 22.3021 40.6029 22.0621C40.8069 21.8221 40.9089 21.5401 40.9089 21.2161C40.9089 20.8321 40.7949 20.5321 40.5669 20.3161C40.3389 20.1001 40.0629 19.9921 39.7389 19.9921C39.4149 19.9921 39.1389 20.1001 38.9109 20.3161C38.6829 20.5321 38.5689 20.8261 38.5689 21.1981H35.6169C35.6169 20.0221 36.0069 19.0861 36.7869 18.3901C37.5789 17.6821 38.5629 17.3281 39.7389 17.3281C40.9269 17.3281 41.9109 17.6881 42.6909 18.4081C43.4709 19.1161 43.8609 20.0221 43.8609 21.1261C43.8609 22.2301 43.4169 23.0641 42.5289 23.6281C43.5129 24.3121 44.0049 25.2421 44.0049 26.4181Z\"\n fill=\"#5b65f4\"\n ></path>\n <path\n d=\"M33.9128 30.2521H25.6688V27.5881L30.3128 22.5481C30.7448 22.0801 30.9608 21.6241 30.9608 21.1801C30.9608 20.8201 30.8588 20.5321 30.6548 20.3161C30.4628 20.1001 30.1808 19.9921 29.8088 19.9921C29.4848 19.9921 29.2028 20.0881 28.9628 20.2801C28.7348 20.4721 28.6208 20.7901 28.6208 21.2341H25.6688C25.6688 20.0221 26.0648 19.0681 26.8568 18.3721C27.6608 17.6761 28.6448 17.3281 29.8088 17.3281C31.0208 17.3281 32.0048 17.6761 32.7608 18.3721C33.5288 19.0681 33.9128 20.0101 33.9128 21.1981C33.9128 21.8221 33.7928 22.3501 33.5528 22.7821C33.3128 23.2141 32.9048 23.7361 32.3288 24.3481L29.2688 27.5881H33.9128V30.2521Z\"\n fill=\"#5b65f4\"\n ></path>\n <path\n d=\"M22.021 30.2525H19.069V20.5865L16.333 22.9625V19.8125L19.069 17.4365H22.021V30.2525Z\"\n fill=\"#5b65f4\"\n ></path>\n </svg>\n )\n}\n\nexport default IconStatistics\n"],"names":[],"mappings":";AAAA,MAAM,iBAAiB,MAAM;AAEzB,SAAA,qBAAC,OAAI,EAAA,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,MAAA;AAAA,IAAA;AAAA,EACN,GACH;AAEJ;"}
@@ -0,0 +1,2 @@
1
+ declare const IconStripBarPercentage: () => import("react/jsx-runtime").JSX.Element;
2
+ export default IconStripBarPercentage;
@@ -0,0 +1,105 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const IconStripBarPercentage = () => {
3
+ return /* @__PURE__ */ jsxs("svg", { width: "72", height: "48", viewBox: "0 0 72 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4
+ /* @__PURE__ */ jsx(
5
+ "rect",
6
+ {
7
+ x: "58",
8
+ y: "11",
9
+ width: "4",
10
+ height: "15",
11
+ rx: "0.5",
12
+ transform: "rotate(90 58 11)",
13
+ fill: "#959bee"
14
+ }
15
+ ),
16
+ /* @__PURE__ */ jsx(
17
+ "rect",
18
+ {
19
+ x: "42",
20
+ y: "11",
21
+ width: "4",
22
+ height: "28",
23
+ rx: "0.5",
24
+ transform: "rotate(90 42 11)",
25
+ fill: "#5b65f5"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ jsx(
29
+ "rect",
30
+ {
31
+ x: "58",
32
+ y: "18",
33
+ width: "4",
34
+ height: "21.5",
35
+ rx: "0.5",
36
+ transform: "rotate(90 58 18)",
37
+ fill: "#959bee"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ jsx(
41
+ "rect",
42
+ {
43
+ x: "35.5",
44
+ y: "18",
45
+ width: "4",
46
+ height: "21.5",
47
+ rx: "0.5",
48
+ transform: "rotate(90 35.5 18)",
49
+ fill: "#5b65f5"
50
+ }
51
+ ),
52
+ /* @__PURE__ */ jsx(
53
+ "rect",
54
+ {
55
+ x: "58",
56
+ y: "25",
57
+ width: "4",
58
+ height: "34",
59
+ rx: "0.5",
60
+ transform: "rotate(90 58 25)",
61
+ fill: "#959bee"
62
+ }
63
+ ),
64
+ /* @__PURE__ */ jsx(
65
+ "rect",
66
+ {
67
+ x: "23",
68
+ y: "25",
69
+ width: "4",
70
+ height: "9",
71
+ rx: "0.5",
72
+ transform: "rotate(90 23 25)",
73
+ fill: "#5b65f5"
74
+ }
75
+ ),
76
+ /* @__PURE__ */ jsx(
77
+ "rect",
78
+ {
79
+ x: "58",
80
+ y: "32",
81
+ width: "4",
82
+ height: "17",
83
+ rx: "0.5",
84
+ transform: "rotate(90 58 32)",
85
+ fill: "#959bee"
86
+ }
87
+ ),
88
+ /* @__PURE__ */ jsx(
89
+ "rect",
90
+ {
91
+ x: "40",
92
+ y: "32",
93
+ width: "4",
94
+ height: "26",
95
+ rx: "0.5",
96
+ transform: "rotate(90 40 32)",
97
+ fill: "#5b65f5"
98
+ }
99
+ )
100
+ ] });
101
+ };
102
+ export {
103
+ IconStripBarPercentage as default
104
+ };
105
+ //# sourceMappingURL=icon-strip-bar-percentage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-strip-bar-percentage.js","sources":["../../../packages/dashboard-workbench/icon/icon-strip-bar-percentage.tsx"],"sourcesContent":["const IconStripBarPercentage = () => {\n return (\n <svg width=\"72\" height=\"48\" viewBox=\"0 0 72 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect\n x=\"58\"\n y=\"11\"\n width=\"4\"\n height=\"15\"\n rx=\"0.5\"\n transform=\"rotate(90 58 11)\"\n fill=\"#959bee\"\n ></rect>\n <rect\n x=\"42\"\n y=\"11\"\n width=\"4\"\n height=\"28\"\n rx=\"0.5\"\n transform=\"rotate(90 42 11)\"\n fill=\"#5b65f5\"\n ></rect>\n <rect\n x=\"58\"\n y=\"18\"\n width=\"4\"\n height=\"21.5\"\n rx=\"0.5\"\n transform=\"rotate(90 58 18)\"\n fill=\"#959bee\"\n ></rect>\n <rect\n x=\"35.5\"\n y=\"18\"\n width=\"4\"\n height=\"21.5\"\n rx=\"0.5\"\n transform=\"rotate(90 35.5 18)\"\n fill=\"#5b65f5\"\n ></rect>\n <rect\n x=\"58\"\n y=\"25\"\n width=\"4\"\n height=\"34\"\n rx=\"0.5\"\n transform=\"rotate(90 58 25)\"\n fill=\"#959bee\"\n ></rect>\n <rect\n x=\"23\"\n y=\"25\"\n width=\"4\"\n height=\"9\"\n rx=\"0.5\"\n transform=\"rotate(90 23 25)\"\n fill=\"#5b65f5\"\n ></rect>\n <rect\n x=\"58\"\n y=\"32\"\n width=\"4\"\n height=\"17\"\n rx=\"0.5\"\n transform=\"rotate(90 58 32)\"\n fill=\"#959bee\"\n ></rect>\n <rect\n x=\"40\"\n y=\"32\"\n width=\"4\"\n height=\"26\"\n rx=\"0.5\"\n transform=\"rotate(90 40 32)\"\n fill=\"#5b65f5\"\n ></rect>\n </svg>\n )\n}\n\nexport default IconStripBarPercentage\n"],"names":[],"mappings":";AAAA,MAAM,yBAAyB,MAAM;AAEjC,SAAA,qBAAC,OAAI,EAAA,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IAAA;AAAA,EACN,GACH;AAEJ;"}
@@ -0,0 +1,2 @@
1
+ declare const IconStripBarPile: () => import("react/jsx-runtime").JSX.Element;
2
+ export default IconStripBarPile;
@@ -0,0 +1,105 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const IconStripBarPile = () => {
3
+ return /* @__PURE__ */ jsxs("svg", { width: "72", height: "48", viewBox: "0 0 72 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4
+ /* @__PURE__ */ jsx(
5
+ "rect",
6
+ {
7
+ x: "40",
8
+ y: "11",
9
+ width: "4",
10
+ height: "15",
11
+ rx: "0.5",
12
+ transform: "rotate(90 40 11)",
13
+ fill: "#959bee"
14
+ }
15
+ ),
16
+ /* @__PURE__ */ jsx(
17
+ "rect",
18
+ {
19
+ x: "24",
20
+ y: "11",
21
+ width: "4",
22
+ height: "8",
23
+ rx: "0.5",
24
+ transform: "rotate(90 24 11)",
25
+ fill: "#5b65f5"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ jsx(
29
+ "rect",
30
+ {
31
+ x: "48",
32
+ y: "18",
33
+ width: "4",
34
+ height: "15.5",
35
+ rx: "0.5",
36
+ transform: "rotate(90 48 18)",
37
+ fill: "#959bee"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ jsx(
41
+ "rect",
42
+ {
43
+ x: "31.5",
44
+ y: "18",
45
+ width: "4",
46
+ height: "15.5",
47
+ rx: "0.5",
48
+ transform: "rotate(90 31.5 18)",
49
+ fill: "#5b65f5"
50
+ }
51
+ ),
52
+ /* @__PURE__ */ jsx(
53
+ "rect",
54
+ {
55
+ x: "60",
56
+ y: "25",
57
+ width: "4",
58
+ height: "34",
59
+ rx: "0.5",
60
+ transform: "rotate(90 60 25)",
61
+ fill: "#959bee"
62
+ }
63
+ ),
64
+ /* @__PURE__ */ jsx(
65
+ "rect",
66
+ {
67
+ x: "25",
68
+ y: "25",
69
+ width: "4",
70
+ height: "9",
71
+ rx: "0.5",
72
+ transform: "rotate(90 25 25)",
73
+ fill: "#5b65f5"
74
+ }
75
+ ),
76
+ /* @__PURE__ */ jsx(
77
+ "rect",
78
+ {
79
+ x: "43",
80
+ y: "32",
81
+ width: "4",
82
+ height: "13",
83
+ rx: "0.5",
84
+ transform: "rotate(90 43 32)",
85
+ fill: "#959bee"
86
+ }
87
+ ),
88
+ /* @__PURE__ */ jsx(
89
+ "rect",
90
+ {
91
+ x: "29",
92
+ y: "32",
93
+ width: "4",
94
+ height: "13",
95
+ rx: "0.5",
96
+ transform: "rotate(90 29 32)",
97
+ fill: "#5b65f5"
98
+ }
99
+ )
100
+ ] });
101
+ };
102
+ export {
103
+ IconStripBarPile as default
104
+ };
105
+ //# sourceMappingURL=icon-strip-bar-pile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-strip-bar-pile.js","sources":["../../../packages/dashboard-workbench/icon/icon-strip-bar-pile.tsx"],"sourcesContent":["const IconStripBarPile = () => {\n return (\n <svg width=\"72\" height=\"48\" viewBox=\"0 0 72 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect\n x=\"40\"\n y=\"11\"\n width=\"4\"\n height=\"15\"\n rx=\"0.5\"\n transform=\"rotate(90 40 11)\"\n fill=\"#959bee\"\n ></rect>\n <rect\n x=\"24\"\n y=\"11\"\n width=\"4\"\n height=\"8\"\n rx=\"0.5\"\n transform=\"rotate(90 24 11)\"\n fill=\"#5b65f5\"\n ></rect>\n <rect\n x=\"48\"\n y=\"18\"\n width=\"4\"\n height=\"15.5\"\n rx=\"0.5\"\n transform=\"rotate(90 48 18)\"\n fill=\"#959bee\"\n ></rect>\n <rect\n x=\"31.5\"\n y=\"18\"\n width=\"4\"\n height=\"15.5\"\n rx=\"0.5\"\n transform=\"rotate(90 31.5 18)\"\n fill=\"#5b65f5\"\n ></rect>\n <rect\n x=\"60\"\n y=\"25\"\n width=\"4\"\n height=\"34\"\n rx=\"0.5\"\n transform=\"rotate(90 60 25)\"\n fill=\"#959bee\"\n ></rect>\n <rect\n x=\"25\"\n y=\"25\"\n width=\"4\"\n height=\"9\"\n rx=\"0.5\"\n transform=\"rotate(90 25 25)\"\n fill=\"#5b65f5\"\n ></rect>\n <rect\n x=\"43\"\n y=\"32\"\n width=\"4\"\n height=\"13\"\n rx=\"0.5\"\n transform=\"rotate(90 43 32)\"\n fill=\"#959bee\"\n ></rect>\n <rect\n x=\"29\"\n y=\"32\"\n width=\"4\"\n height=\"13\"\n rx=\"0.5\"\n transform=\"rotate(90 29 32)\"\n fill=\"#5b65f5\"\n ></rect>\n </svg>\n )\n}\n\nexport default IconStripBarPile\n"],"names":[],"mappings":";AAAA,MAAM,mBAAmB,MAAM;AAE3B,SAAA,qBAAC,OAAI,EAAA,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IAAA;AAAA,EACN,GACH;AAEJ;"}
@@ -0,0 +1,2 @@
1
+ declare const IconStripBar: () => import("react/jsx-runtime").JSX.Element;
2
+ export default IconStripBar;
@@ -0,0 +1,57 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const IconStripBar = () => {
3
+ return /* @__PURE__ */ jsxs("svg", { width: "72", height: "48", viewBox: "0 0 72 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4
+ /* @__PURE__ */ jsx(
5
+ "rect",
6
+ {
7
+ x: "31",
8
+ y: "11",
9
+ width: "4",
10
+ height: "15",
11
+ rx: "0.5",
12
+ transform: "rotate(90 31 11)",
13
+ fill: "#5b65f5"
14
+ }
15
+ ),
16
+ /* @__PURE__ */ jsx(
17
+ "rect",
18
+ {
19
+ x: "44",
20
+ y: "18",
21
+ width: "4",
22
+ height: "28",
23
+ rx: "0.5",
24
+ transform: "rotate(90 44 18)",
25
+ fill: "#5b65f5"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ jsx(
29
+ "rect",
30
+ {
31
+ x: "56",
32
+ y: "25",
33
+ width: "4",
34
+ height: "40",
35
+ rx: "0.5",
36
+ transform: "rotate(90 56 25)",
37
+ fill: "#5b65f5"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ jsx(
41
+ "rect",
42
+ {
43
+ x: "36",
44
+ y: "32",
45
+ width: "4",
46
+ height: "20",
47
+ rx: "0.5",
48
+ transform: "rotate(90 36 32)",
49
+ fill: "#5b65f5"
50
+ }
51
+ )
52
+ ] });
53
+ };
54
+ export {
55
+ IconStripBar as default
56
+ };
57
+ //# sourceMappingURL=icon-strip-bar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-strip-bar.js","sources":["../../../packages/dashboard-workbench/icon/icon-strip-bar.tsx"],"sourcesContent":["const IconStripBar = () => {\n return (\n <svg width=\"72\" height=\"48\" viewBox=\"0 0 72 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect\n x=\"31\"\n y=\"11\"\n width=\"4\"\n height=\"15\"\n rx=\"0.5\"\n transform=\"rotate(90 31 11)\"\n fill=\"#5b65f5\"\n ></rect>\n <rect\n x=\"44\"\n y=\"18\"\n width=\"4\"\n height=\"28\"\n rx=\"0.5\"\n transform=\"rotate(90 44 18)\"\n fill=\"#5b65f5\"\n ></rect>\n <rect\n x=\"56\"\n y=\"25\"\n width=\"4\"\n height=\"40\"\n rx=\"0.5\"\n transform=\"rotate(90 56 25)\"\n fill=\"#5b65f5\"\n ></rect>\n <rect\n x=\"36\"\n y=\"32\"\n width=\"4\"\n height=\"20\"\n rx=\"0.5\"\n transform=\"rotate(90 36 32)\"\n fill=\"#5b65f5\"\n ></rect>\n </svg>\n )\n}\n\nexport default IconStripBar\n"],"names":[],"mappings":";AAAA,MAAM,eAAe,MAAM;AAEvB,SAAA,qBAAC,OAAI,EAAA,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,MAAK,QAAO,OAAM,8BAChE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IACN;AAAA,IACD;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,WAAU;AAAA,QACV,MAAK;AAAA,MAAA;AAAA,IAAA;AAAA,EACN,GACH;AAEJ;"}
@@ -0,0 +1,33 @@
1
+ import { default as React } from 'react';
2
+ import { Layout } from 'react-grid-layout';
3
+ import { ModuleData } from './components/module-content';
4
+ import { EnumDataApi, ModuleConfigDataTypes, ModuleDataApi, SourceDataTypes } from './types';
5
+ interface DashboardWorkbenchProps {
6
+ sourceData?: SourceDataTypes[];
7
+ moduleConfigData?: ModuleConfigDataTypes;
8
+ fieldMap?: Record<string, string>;
9
+ lang?: 'zh-CN' | 'en-US';
10
+ moduleDataApi?: ModuleDataApi;
11
+ enumDataApi?: EnumDataApi;
12
+ onCreateModule?: (val: ModuleData) => Promise<{
13
+ data: ModuleData;
14
+ }>;
15
+ onUpdateModule?: (val: ModuleData) => Promise<{
16
+ data: ModuleData;
17
+ }>;
18
+ onDeleteModule?: (val: string) => Promise<{
19
+ data: ModuleData;
20
+ }>;
21
+ onLayoutChange?: (layout: Layout[]) => void;
22
+ className?: string;
23
+ cols?: {
24
+ lg: number;
25
+ md: number;
26
+ sm: number;
27
+ xs: number;
28
+ xxs: number;
29
+ };
30
+ rowHeight?: number;
31
+ }
32
+ declare const _default: React.MemoExoticComponent<(props: DashboardWorkbenchProps) => import("react/jsx-runtime").JSX.Element>;
33
+ export default _default;