@gsc-basic/components 1.0.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1055) hide show
  1. package/LICENSE +6 -0
  2. package/README.md +4 -0
  3. package/dist/es/Button/index.js +14 -0
  4. package/dist/es/Button/src/Button.css +14 -0
  5. package/dist/es/Button/src/Button.vue.js +14 -0
  6. package/dist/{lib/src → es}/Button/src/Button2.css +14 -1
  7. package/dist/es/CodeEditor/index.js +14 -0
  8. package/dist/es/CodeEditor/src/index.css +14 -0
  9. package/dist/es/CodeEditor/src/index.vue.js +14 -0
  10. package/dist/es/{src/CodeEditor → CodeEditor}/src/index2.css +14 -1
  11. package/dist/es/ConfigProvider/index.js +14 -0
  12. package/dist/es/ConfigProvider/src/configProvider.js +14 -0
  13. package/dist/es/ConfigProvider/src/configProviderProps.js +14 -0
  14. package/dist/es/ConfigProvider/src/constants.js +14 -0
  15. package/dist/es/ConfigProvider/src/useGlobalConfig.js +14 -0
  16. package/dist/es/CountTo/index.js +14 -0
  17. package/dist/es/CountTo/src/index.css +14 -0
  18. package/dist/es/CountTo/src/index.vue.js +14 -0
  19. package/dist/es/Ellipsis/index.js +14 -0
  20. package/dist/es/Ellipsis/src/components/JsEllipsis.css +14 -0
  21. package/dist/es/Ellipsis/src/components/JsEllipsis.vue.js +14 -0
  22. package/dist/es/Ellipsis/src/components/NativeEllipsis.css +14 -0
  23. package/dist/es/Ellipsis/src/components/NativeEllipsis.vue.js +14 -0
  24. package/dist/es/Ellipsis/src/components/NativeEllipsis2.css +14 -0
  25. package/dist/es/{src/Grid/src/components/ActionBar.css → Ellipsis/src/index.css} +14 -1
  26. package/dist/es/Ellipsis/src/index.vue.js +14 -0
  27. package/dist/es/Ellipsis/src/utils/utils.js +14 -0
  28. package/dist/es/Form/index.js +14 -0
  29. package/dist/{lib/src → es}/Form/src/Form.css +14 -1
  30. package/dist/es/Form/src/Form.vue.js +14 -0
  31. package/dist/es/{src/Form → Form}/src/styles/form.css +13 -0
  32. package/dist/es/Grid/index.js +14 -0
  33. package/dist/{lib/src → es}/Grid/src/Grid.css +14 -1
  34. package/dist/es/Grid/src/Grid.vue.js +14 -0
  35. package/dist/es/Grid/src/components/ActionBar.css +14 -0
  36. package/dist/es/Grid/src/components/ActionBar.vue.js +14 -0
  37. package/dist/es/Grid/src/components/CellEditor.css +14 -0
  38. package/dist/es/Grid/src/components/CellEditor.vue.js +14 -0
  39. package/dist/{lib/src → es}/Grid/src/components/CellEditor2.css +14 -1
  40. package/dist/es/{src/Grid → Grid}/src/components/ColumnFilter.css +14 -1
  41. package/dist/es/Grid/src/components/ColumnFilter.vue.js +14 -0
  42. package/dist/es/{src/Grid → Grid}/src/components/ColumnSettings.css +14 -1
  43. package/dist/es/Grid/src/components/ColumnSettings.vue.js +14 -0
  44. package/dist/{lib/src → es}/Grid/src/components/DataTable.css +14 -1
  45. package/dist/es/Grid/src/components/DataTable.vue.js +14 -0
  46. package/dist/es/{src/Grid → Grid}/src/components/Pager.css +14 -1
  47. package/dist/es/Grid/src/components/Pager.vue.js +14 -0
  48. package/dist/es/{src/Grid → Grid}/src/components/QueryBar.css +14 -1
  49. package/dist/es/Grid/src/components/QueryBar.vue.js +14 -0
  50. package/dist/es/Grid/src/composables/useCellEditor.js +14 -0
  51. package/dist/es/Grid/src/composables/useGridTable.js +14 -0
  52. package/dist/es/{src/Grid → Grid}/src/styles/table.css +13 -0
  53. package/dist/es/Marquee/index.js +14 -0
  54. package/dist/es/Marquee/src/index.css +14 -0
  55. package/dist/es/Marquee/src/index.vue.js +14 -0
  56. package/dist/es/{src/Form/src/Form.css → Marquee/src/index2.css} +14 -1
  57. package/dist/es/Overlay/index.js +14 -0
  58. package/dist/es/Overlay/src/Message.css +14 -0
  59. package/dist/es/Overlay/src/Message.vue.js +14 -0
  60. package/dist/es/{src/Overlay → Overlay}/src/Message2.css +14 -1
  61. package/dist/es/Overlay/src/Modal.css +14 -0
  62. package/dist/es/Overlay/src/Modal.vue.js +14 -0
  63. package/dist/es/{src/Overlay → Overlay}/src/Modal2.css +14 -1
  64. package/dist/es/Overlay/src/Notice.css +14 -0
  65. package/dist/es/Overlay/src/Notice.vue.js +14 -0
  66. package/dist/es/{src/Overlay → Overlay}/src/Notice2.css +14 -1
  67. package/dist/es/RichTextEditor/index.js +14 -0
  68. package/dist/es/RichTextEditor/src/ToolbarPanel.css +14 -0
  69. package/dist/es/RichTextEditor/src/ToolbarPanel.vue.js +14 -0
  70. package/dist/es/RichTextEditor/src/ToolbarPanel2.css +14 -0
  71. package/dist/es/{src/Grid/src/components/CellEditor2.css → RichTextEditor/src/components/BlockquoteButton.css} +14 -1
  72. package/dist/es/RichTextEditor/src/components/BlockquoteButton.vue.js +14 -0
  73. package/dist/es/{src/Grid/src/Grid.css → RichTextEditor/src/components/CodeBlockButton.css} +14 -1
  74. package/dist/es/RichTextEditor/src/components/CodeBlockButton.vue.js +14 -0
  75. package/dist/es/{src/Button/src/Button2.css → RichTextEditor/src/components/ColorHighlightPopover.css} +14 -1
  76. package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.vue.js +14 -0
  77. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.css +14 -0
  78. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +14 -0
  79. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.css +14 -0
  80. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +14 -0
  81. package/dist/es/RichTextEditor/src/components/ImageUploadButton.css +14 -0
  82. package/dist/es/RichTextEditor/src/components/ImageUploadButton.vue.js +14 -0
  83. package/dist/es/RichTextEditor/src/components/LinkPopover.css +14 -0
  84. package/dist/es/RichTextEditor/src/components/LinkPopover.vue.js +14 -0
  85. package/dist/{lib/src/Grid/src/components/ActionBar.css → es/RichTextEditor/src/components/ListDropdownMenu.css} +14 -1
  86. package/dist/es/RichTextEditor/src/components/ListDropdownMenu.vue.js +14 -0
  87. package/dist/es/RichTextEditor/src/components/MarkButton.css +14 -0
  88. package/dist/es/RichTextEditor/src/components/MarkButton.vue.js +14 -0
  89. package/dist/es/RichTextEditor/src/components/TableButton.css +14 -0
  90. package/dist/es/RichTextEditor/src/components/TableButton.vue.js +14 -0
  91. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.css +14 -0
  92. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +14 -0
  93. package/dist/es/RichTextEditor/src/components/TextColorPopover.css +14 -0
  94. package/dist/es/RichTextEditor/src/components/TextColorPopover.vue.js +14 -0
  95. package/dist/es/RichTextEditor/src/components/ToolbarGroup.css +14 -0
  96. package/dist/es/RichTextEditor/src/components/ToolbarGroup.vue.js +14 -0
  97. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.css +14 -0
  98. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.vue.js +14 -0
  99. package/dist/es/RichTextEditor/src/components/UndoRedoButton.css +14 -0
  100. package/dist/es/RichTextEditor/src/components/UndoRedoButton.vue.js +14 -0
  101. package/dist/es/RichTextEditor/src/components/VideoUploadButton.css +14 -0
  102. package/dist/es/RichTextEditor/src/components/VideoUploadButton.vue.js +14 -0
  103. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.css +14 -0
  104. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.vue.js +14 -0
  105. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.css +14 -0
  106. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +14 -0
  107. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.css +14 -0
  108. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.vue.js +14 -0
  109. package/dist/es/RichTextEditor/src/components/basic/SelectMenu2.css +14 -0
  110. package/dist/es/RichTextEditor/src/components/icons.js +14 -0
  111. package/dist/es/RichTextEditor/src/constant/index.js +14 -0
  112. package/dist/es/RichTextEditor/src/extensions/video.js +14 -0
  113. package/dist/es/RichTextEditor/src/index.css +14 -0
  114. package/dist/es/RichTextEditor/src/index.vue.js +14 -0
  115. package/dist/es/RichTextEditor/src/index2.css +14 -0
  116. package/dist/es/RichTextEditor/src/props.js +14 -0
  117. package/dist/es/ScaleScreen/index.js +14 -0
  118. package/dist/es/ScaleScreen/src/index.css +14 -0
  119. package/dist/es/ScaleScreen/src/index.vue.js +14 -0
  120. package/dist/es/{src/ScaleScreen → ScaleScreen}/src/index2.css +13 -0
  121. package/dist/es/Transition/index.js +14 -0
  122. package/dist/es/Transition/src/CollapseTransition.css +14 -0
  123. package/dist/es/Transition/src/CollapseTransition.vue.js +14 -0
  124. package/dist/es/Transition/src/CreateTransition.js +16 -0
  125. package/dist/es/Transition/src/ExpandTransition.js +14 -0
  126. package/dist/es/Transition/src/style/index.css +14 -0
  127. package/dist/es/VideoBackground/index.js +14 -0
  128. package/dist/es/VideoBackground/src/helper.js +14 -0
  129. package/dist/es/VideoBackground/src/index.css +14 -0
  130. package/dist/es/VideoBackground/src/index.vue.js +14 -0
  131. package/dist/es/VideoBackground/src/index2.css +14 -0
  132. package/dist/es/{src/VideoBackground → VideoBackground}/src/index3.css +13 -0
  133. package/dist/es/VideoBackground/src/videoBackground.js +14 -0
  134. package/dist/es/VideoPlayer/index.js +14 -0
  135. package/dist/es/VideoPlayer/src/index.css +14 -0
  136. package/dist/es/VideoPlayer/src/index.vue.js +14 -0
  137. package/dist/es/VideoPlayer/src/localeSetting.js +14 -0
  138. package/dist/es/VirtualScroll/index.js +14 -0
  139. package/dist/es/VirtualScroll/src/index.css +14 -0
  140. package/dist/es/VirtualScroll/src/index.vue.js +14 -0
  141. package/dist/es/VirtualScroll/src/index.vue2.js +14 -0
  142. package/dist/es/VirtualScroll/src/index2.css +14 -0
  143. package/dist/es/_virtual/_commonjsHelpers.js +14 -0
  144. package/dist/es/_virtual/_plugin-vue_export-helper.js +14 -9
  145. package/dist/es/_virtual/delegate.js +14 -0
  146. package/dist/es/_virtual/download.js +14 -0
  147. package/dist/es/_virtual/download2.js +14 -0
  148. package/dist/es/_virtual/index.js +14 -0
  149. package/dist/es/_virtual/index2.js +14 -0
  150. package/dist/es/hooks/useLocale.js +14 -0
  151. package/dist/es/hooks/useNamespace.js +14 -0
  152. package/dist/es/index.js +14 -53
  153. package/dist/es/locale/lang/en-US.js +14 -0
  154. package/dist/es/locale/lang/ja-JP.js +14 -0
  155. package/dist/es/locale/lang/zh-CN.js +14 -0
  156. package/dist/es/node_modules/@codemirror/autocomplete/dist/index.js +14 -1371
  157. package/dist/es/node_modules/@codemirror/commands/dist/index.js +14 -844
  158. package/dist/es/node_modules/@codemirror/lang-java/dist/index.js +16 -38
  159. package/dist/es/node_modules/@codemirror/lang-javascript/dist/index.js +30 -300
  160. package/dist/es/node_modules/@codemirror/lang-json/dist/index.js +16 -48
  161. package/dist/es/node_modules/@codemirror/lang-python/dist/index.js +25 -399
  162. package/dist/es/node_modules/@codemirror/lang-sql/dist/index.js +17 -497
  163. package/dist/es/node_modules/@codemirror/lang-xml/dist/index.js +17 -216
  164. package/dist/es/node_modules/@codemirror/lang-yaml/dist/index.js +16 -51
  165. package/dist/es/node_modules/@codemirror/language/dist/index.js +14 -1299
  166. package/dist/es/node_modules/@codemirror/lint/dist/index.js +16 -649
  167. package/dist/es/node_modules/@codemirror/search/dist/index.js +15 -839
  168. package/dist/es/node_modules/@codemirror/state/dist/index.js +14 -2643
  169. package/dist/es/node_modules/@codemirror/theme-one-dark/dist/index.js +14 -132
  170. package/dist/es/node_modules/@codemirror/view/dist/index.js +14 -7365
  171. package/dist/es/node_modules/@lezer/common/dist/index.js +15 -1431
  172. package/dist/es/node_modules/@lezer/highlight/dist/index.js +14 -637
  173. package/dist/es/node_modules/@lezer/java/dist/index.js +14 -62
  174. package/dist/es/node_modules/@lezer/javascript/dist/index.js +14 -161
  175. package/dist/es/node_modules/@lezer/json/dist/index.js +14 -34
  176. package/dist/es/node_modules/@lezer/lr/dist/index.js +14 -1309
  177. package/dist/es/node_modules/@lezer/python/dist/index.js +14 -221
  178. package/dist/es/node_modules/@lezer/xml/dist/index.js +14 -100
  179. package/dist/es/node_modules/@lezer/yaml/dist/index.js +14 -274
  180. package/dist/es/node_modules/@marijn/find-cluster-break/src/index.js +14 -69
  181. package/dist/es/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +14 -178
  182. package/dist/es/node_modules/@tanstack/form-core/dist/esm/EventClient.js +14 -13
  183. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +14 -406
  184. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FormApi.js +14 -772
  185. package/dist/es/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +14 -55
  186. package/dist/es/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +15 -109
  187. package/dist/es/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +14 -45
  188. package/dist/es/node_modules/@tanstack/form-core/dist/esm/utils.js +14 -213
  189. package/dist/es/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +14 -29
  190. package/dist/es/node_modules/@tanstack/store/dist/esm/derived.js +14 -74
  191. package/dist/es/node_modules/@tanstack/store/dist/esm/scheduler.js +14 -79
  192. package/dist/es/node_modules/@tanstack/store/dist/esm/store.js +14 -21
  193. package/dist/es/node_modules/@tanstack/store/dist/esm/types.js +14 -6
  194. package/dist/es/node_modules/@tanstack/table-core/build/lib/index.js +14 -1885
  195. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useField.js +14 -38
  196. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useForm.js +14 -33
  197. package/dist/es/node_modules/@tanstack/vue-store/dist/esm/index.js +14 -48
  198. package/dist/es/node_modules/@tanstack/vue-table/build/lib/index.js +14 -159
  199. package/dist/es/node_modules/@tiptap/core/dist/index.js +14 -0
  200. package/dist/es/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +14 -0
  201. package/dist/es/node_modules/@tiptap/extension-blockquote/dist/index.js +15 -0
  202. package/dist/es/node_modules/@tiptap/extension-bold/dist/index.js +15 -0
  203. package/dist/es/node_modules/@tiptap/extension-character-count/dist/index.js +14 -0
  204. package/dist/es/node_modules/@tiptap/extension-code/dist/index.js +14 -0
  205. package/dist/es/node_modules/@tiptap/extension-code-block/dist/index.js +14 -0
  206. package/dist/es/node_modules/@tiptap/extension-document/dist/index.js +14 -0
  207. package/dist/es/node_modules/@tiptap/extension-hard-break/dist/index.js +14 -0
  208. package/dist/es/node_modules/@tiptap/extension-heading/dist/index.js +14 -0
  209. package/dist/es/node_modules/@tiptap/extension-highlight/dist/index.js +14 -0
  210. package/dist/es/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +14 -0
  211. package/dist/es/node_modules/@tiptap/extension-image/dist/index.js +14 -0
  212. package/dist/es/node_modules/@tiptap/extension-italic/dist/index.js +14 -0
  213. package/dist/es/node_modules/@tiptap/extension-link/dist/index.js +14 -0
  214. package/dist/es/node_modules/@tiptap/extension-list/dist/index.js +14 -0
  215. package/dist/es/node_modules/@tiptap/extension-paragraph/dist/index.js +14 -0
  216. package/dist/es/node_modules/@tiptap/extension-strike/dist/index.js +14 -0
  217. package/dist/es/node_modules/@tiptap/extension-subscript/dist/index.js +14 -0
  218. package/dist/es/node_modules/@tiptap/extension-superscript/dist/index.js +14 -0
  219. package/dist/es/node_modules/@tiptap/extension-table/dist/index.js +14 -0
  220. package/dist/es/node_modules/@tiptap/extension-task-item/dist/index.js +14 -0
  221. package/dist/es/node_modules/@tiptap/extension-task-list/dist/index.js +14 -0
  222. package/dist/es/node_modules/@tiptap/extension-text/dist/index.js +14 -0
  223. package/dist/es/node_modules/@tiptap/extension-text-align/dist/index.js +14 -0
  224. package/dist/es/node_modules/@tiptap/extension-text-style/dist/index.js +14 -0
  225. package/dist/es/node_modules/@tiptap/extension-underline/dist/index.js +14 -0
  226. package/dist/es/node_modules/@tiptap/extensions/dist/index.js +14 -0
  227. package/dist/es/node_modules/@tiptap/starter-kit/dist/index.js +14 -0
  228. package/dist/es/node_modules/@tiptap/vue-3/dist/index.js +14 -0
  229. package/dist/es/node_modules/@vueuse/core/dist/index.js +14 -125
  230. package/dist/es/node_modules/@vueuse/shared/dist/index.js +14 -55
  231. package/dist/es/node_modules/codemirror/dist/index.js +14 -40
  232. package/dist/es/node_modules/crelt/index.js +14 -27
  233. package/dist/es/node_modules/delegate/src/closest.js +14 -0
  234. package/dist/es/node_modules/delegate/src/delegate.js +14 -0
  235. package/dist/es/node_modules/downloadjs/download.js +14 -0
  236. package/dist/es/node_modules/eventemitter3/index.js +14 -0
  237. package/dist/es/node_modules/linkifyjs/dist/linkify.js +14 -0
  238. package/dist/es/node_modules/lodash-es/_DataView.js +14 -0
  239. package/dist/es/node_modules/lodash-es/_Hash.js +14 -20
  240. package/dist/es/node_modules/lodash-es/_ListCache.js +14 -20
  241. package/dist/es/node_modules/lodash-es/_Map.js +14 -6
  242. package/dist/es/node_modules/lodash-es/_MapCache.js +14 -20
  243. package/dist/es/node_modules/lodash-es/_Promise.js +14 -0
  244. package/dist/es/node_modules/lodash-es/_Set.js +14 -0
  245. package/dist/es/node_modules/lodash-es/_Stack.js +14 -0
  246. package/dist/es/node_modules/lodash-es/_Symbol.js +14 -5
  247. package/dist/es/node_modules/lodash-es/_Uint8Array.js +14 -0
  248. package/dist/es/node_modules/lodash-es/_WeakMap.js +14 -0
  249. package/dist/es/node_modules/lodash-es/_apply.js +14 -0
  250. package/dist/es/node_modules/lodash-es/_arrayEach.js +14 -0
  251. package/dist/es/node_modules/lodash-es/_arrayFilter.js +14 -0
  252. package/dist/es/node_modules/lodash-es/_arrayLikeKeys.js +14 -0
  253. package/dist/es/node_modules/lodash-es/_arrayMap.js +14 -8
  254. package/dist/es/node_modules/lodash-es/_arrayPush.js +14 -0
  255. package/dist/es/node_modules/lodash-es/_assignValue.js +14 -0
  256. package/dist/es/node_modules/lodash-es/_assocIndexOf.js +14 -10
  257. package/dist/es/node_modules/lodash-es/_baseAssignValue.js +14 -0
  258. package/dist/es/node_modules/lodash-es/_baseClone.js +14 -0
  259. package/dist/es/node_modules/lodash-es/_baseFlatten.js +14 -0
  260. package/dist/es/node_modules/lodash-es/_baseGet.js +14 -11
  261. package/dist/es/node_modules/lodash-es/_baseGetAllKeys.js +14 -0
  262. package/dist/es/node_modules/lodash-es/_baseGetTag.js +14 -10
  263. package/dist/es/node_modules/lodash-es/_baseIsArguments.js +14 -0
  264. package/dist/es/node_modules/lodash-es/_baseIsMap.js +14 -0
  265. package/dist/es/node_modules/lodash-es/_baseIsNative.js +14 -16
  266. package/dist/es/node_modules/lodash-es/_baseIsRegExp.js +14 -0
  267. package/dist/es/node_modules/lodash-es/_baseIsSet.js +14 -0
  268. package/dist/es/node_modules/lodash-es/_baseIsTypedArray.js +14 -0
  269. package/dist/es/node_modules/lodash-es/_baseKeysIn.js +14 -0
  270. package/dist/es/node_modules/lodash-es/_baseSetToString.js +14 -0
  271. package/dist/es/node_modules/lodash-es/_baseSlice.js +14 -0
  272. package/dist/es/node_modules/lodash-es/_baseTimes.js +14 -0
  273. package/dist/es/node_modules/lodash-es/_baseToString.js +14 -18
  274. package/dist/es/node_modules/lodash-es/_baseUnary.js +14 -0
  275. package/dist/es/node_modules/lodash-es/_baseUnset.js +14 -0
  276. package/dist/es/node_modules/lodash-es/_castPath.js +14 -10
  277. package/dist/es/node_modules/lodash-es/_cloneArrayBuffer.js +14 -0
  278. package/dist/es/node_modules/lodash-es/_cloneBuffer.js +14 -0
  279. package/dist/es/node_modules/lodash-es/_cloneDataView.js +14 -0
  280. package/dist/es/node_modules/lodash-es/_cloneRegExp.js +14 -0
  281. package/dist/es/node_modules/lodash-es/_cloneSymbol.js +14 -0
  282. package/dist/es/node_modules/lodash-es/_cloneTypedArray.js +14 -0
  283. package/dist/es/node_modules/lodash-es/_copyObject.js +14 -0
  284. package/dist/es/node_modules/lodash-es/_coreJsData.js +14 -5
  285. package/dist/es/node_modules/lodash-es/_customOmitClone.js +14 -0
  286. package/dist/es/node_modules/lodash-es/_defineProperty.js +14 -0
  287. package/dist/es/node_modules/lodash-es/_flatRest.js +14 -0
  288. package/dist/es/node_modules/lodash-es/_freeGlobal.js +14 -4
  289. package/dist/es/node_modules/lodash-es/_getAllKeysIn.js +14 -0
  290. package/dist/es/node_modules/lodash-es/_getMapData.js +14 -8
  291. package/dist/es/node_modules/lodash-es/_getNative.js +14 -9
  292. package/dist/es/node_modules/lodash-es/_getPrototype.js +14 -0
  293. package/dist/es/node_modules/lodash-es/_getRawTag.js +14 -15
  294. package/dist/es/node_modules/lodash-es/_getSymbols.js +14 -0
  295. package/dist/es/node_modules/lodash-es/_getSymbolsIn.js +14 -0
  296. package/dist/es/node_modules/lodash-es/_getTag.js +14 -0
  297. package/dist/es/node_modules/lodash-es/_getValue.js +14 -6
  298. package/dist/es/node_modules/lodash-es/_hashClear.js +14 -7
  299. package/dist/es/node_modules/lodash-es/_hashDelete.js +14 -7
  300. package/dist/es/node_modules/lodash-es/_hashGet.js +14 -13
  301. package/dist/es/node_modules/lodash-es/_hashHas.js +14 -9
  302. package/dist/es/node_modules/lodash-es/_hashSet.js +14 -9
  303. package/dist/es/node_modules/lodash-es/_initCloneArray.js +14 -0
  304. package/dist/es/node_modules/lodash-es/_initCloneByTag.js +14 -0
  305. package/dist/es/node_modules/lodash-es/_isFlattenable.js +14 -0
  306. package/dist/es/node_modules/lodash-es/_isIndex.js +14 -0
  307. package/dist/es/node_modules/lodash-es/_isKey.js +14 -12
  308. package/dist/es/node_modules/lodash-es/_isKeyable.js +14 -7
  309. package/dist/es/node_modules/lodash-es/_isMasked.js +14 -11
  310. package/dist/es/node_modules/lodash-es/_isPrototype.js +14 -0
  311. package/dist/es/node_modules/lodash-es/_listCacheClear.js +14 -6
  312. package/dist/es/node_modules/lodash-es/_listCacheDelete.js +14 -12
  313. package/dist/es/node_modules/lodash-es/_listCacheGet.js +14 -8
  314. package/dist/es/node_modules/lodash-es/_listCacheHas.js +14 -7
  315. package/dist/es/node_modules/lodash-es/_listCacheSet.js +14 -8
  316. package/dist/es/node_modules/lodash-es/_mapCacheClear.js +14 -13
  317. package/dist/es/node_modules/lodash-es/_mapCacheDelete.js +14 -8
  318. package/dist/es/node_modules/lodash-es/_mapCacheGet.js +14 -7
  319. package/dist/es/node_modules/lodash-es/_mapCacheHas.js +14 -7
  320. package/dist/es/node_modules/lodash-es/_mapCacheSet.js +14 -8
  321. package/dist/es/node_modules/lodash-es/_memoizeCapped.js +14 -11
  322. package/dist/es/node_modules/lodash-es/_nativeCreate.js +14 -5
  323. package/dist/es/node_modules/lodash-es/_nativeKeysIn.js +14 -0
  324. package/dist/es/node_modules/lodash-es/_nodeUtil.js +14 -0
  325. package/dist/es/node_modules/lodash-es/_objectToString.js +14 -7
  326. package/dist/es/node_modules/lodash-es/_overArg.js +14 -0
  327. package/dist/es/node_modules/lodash-es/_overRest.js +14 -0
  328. package/dist/es/node_modules/lodash-es/_parent.js +14 -0
  329. package/dist/es/node_modules/lodash-es/_root.js +14 -5
  330. package/dist/es/node_modules/lodash-es/_setToString.js +14 -0
  331. package/dist/es/node_modules/lodash-es/_shortOut.js +14 -0
  332. package/dist/es/node_modules/lodash-es/_stackClear.js +14 -0
  333. package/dist/es/node_modules/lodash-es/_stackDelete.js +14 -0
  334. package/dist/es/node_modules/lodash-es/_stackGet.js +14 -0
  335. package/dist/es/node_modules/lodash-es/_stackHas.js +14 -0
  336. package/dist/es/node_modules/lodash-es/_stackSet.js +14 -0
  337. package/dist/es/node_modules/lodash-es/_stringToPath.js +14 -10
  338. package/dist/es/node_modules/lodash-es/_toKey.js +14 -10
  339. package/dist/es/node_modules/lodash-es/_toSource.js +14 -17
  340. package/dist/es/node_modules/lodash-es/constant.js +14 -0
  341. package/dist/es/node_modules/lodash-es/eq.js +14 -6
  342. package/dist/es/node_modules/lodash-es/flatten.js +14 -0
  343. package/dist/es/node_modules/lodash-es/get.js +14 -8
  344. package/dist/es/node_modules/lodash-es/identity.js +14 -0
  345. package/dist/es/node_modules/lodash-es/isArguments.js +14 -0
  346. package/dist/es/node_modules/lodash-es/isArray.js +14 -4
  347. package/dist/es/node_modules/lodash-es/isArrayLike.js +14 -0
  348. package/dist/es/node_modules/lodash-es/isBuffer.js +14 -0
  349. package/dist/es/node_modules/lodash-es/isFinite.js +14 -0
  350. package/dist/es/node_modules/lodash-es/isFunction.js +14 -12
  351. package/dist/es/node_modules/lodash-es/isLength.js +14 -0
  352. package/dist/es/node_modules/lodash-es/isMap.js +14 -0
  353. package/dist/es/node_modules/lodash-es/isNaN.js +14 -0
  354. package/dist/es/node_modules/lodash-es/isNil.js +14 -6
  355. package/dist/es/node_modules/lodash-es/isNumber.js +14 -0
  356. package/dist/es/node_modules/lodash-es/isObject.js +14 -7
  357. package/dist/es/node_modules/lodash-es/isObjectLike.js +14 -6
  358. package/dist/es/node_modules/lodash-es/isPlainObject.js +14 -0
  359. package/dist/es/node_modules/lodash-es/isRegExp.js +14 -0
  360. package/dist/es/node_modules/lodash-es/isSet.js +14 -0
  361. package/dist/es/node_modules/lodash-es/isString.js +14 -10
  362. package/dist/es/node_modules/lodash-es/isSymbol.js +14 -9
  363. package/dist/es/node_modules/lodash-es/isTypedArray.js +14 -0
  364. package/dist/es/node_modules/lodash-es/keysIn.js +14 -0
  365. package/dist/es/node_modules/lodash-es/last.js +14 -0
  366. package/dist/es/node_modules/lodash-es/memoize.js +14 -18
  367. package/dist/es/node_modules/lodash-es/omit.js +14 -0
  368. package/dist/es/node_modules/lodash-es/stubArray.js +14 -0
  369. package/dist/es/node_modules/lodash-es/stubFalse.js +14 -0
  370. package/dist/es/node_modules/lodash-es/toString.js +14 -7
  371. package/dist/es/node_modules/orderedmap/dist/index.js +14 -0
  372. package/dist/es/node_modules/prosemirror-commands/dist/index.js +14 -0
  373. package/dist/es/node_modules/prosemirror-dropcursor/dist/index.js +14 -0
  374. package/dist/es/node_modules/prosemirror-gapcursor/dist/index.js +14 -0
  375. package/dist/es/node_modules/prosemirror-history/dist/index.js +14 -0
  376. package/dist/es/node_modules/prosemirror-keymap/dist/index.js +14 -0
  377. package/dist/es/node_modules/prosemirror-model/dist/index.js +14 -0
  378. package/dist/es/node_modules/prosemirror-schema-list/dist/index.js +14 -0
  379. package/dist/es/node_modules/prosemirror-state/dist/index.js +14 -0
  380. package/dist/es/node_modules/prosemirror-tables/dist/index.js +14 -0
  381. package/dist/es/node_modules/prosemirror-transform/dist/index.js +14 -0
  382. package/dist/es/node_modules/prosemirror-view/dist/index.js +14 -0
  383. package/dist/es/node_modules/rope-sequence/dist/index.js +14 -0
  384. package/dist/es/node_modules/style-mod/src/style-mod.js +14 -109
  385. package/dist/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +14 -132
  386. package/dist/es/node_modules/w3c-keyname/index.js +14 -93
  387. package/dist/es/node_modules/xgplayer/dist/index.min.css +14 -0
  388. package/dist/es/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +14 -0
  389. package/dist/es/node_modules/xgplayer/es/constant.js +14 -0
  390. package/dist/es/node_modules/xgplayer/es/defaultConfig.js +14 -0
  391. package/dist/es/node_modules/xgplayer/es/error.js +14 -0
  392. package/dist/es/node_modules/xgplayer/es/events.js +14 -0
  393. package/dist/es/node_modules/xgplayer/es/index.umd.js +14 -0
  394. package/dist/es/node_modules/xgplayer/es/instManager.js +14 -0
  395. package/dist/es/node_modules/xgplayer/es/lang/en.js +14 -0
  396. package/dist/es/node_modules/xgplayer/es/lang/i18n.js +14 -0
  397. package/dist/es/node_modules/xgplayer/es/lang/jp.js +14 -0
  398. package/dist/es/node_modules/xgplayer/es/lang/zh-cn.js +14 -0
  399. package/dist/es/node_modules/xgplayer/es/mediaProxy.js +14 -0
  400. package/dist/es/node_modules/xgplayer/es/player.js +14 -0
  401. package/dist/es/node_modules/xgplayer/es/plugin/basePlugin.js +14 -0
  402. package/dist/es/node_modules/xgplayer/es/plugin/hooksDescriptor.js +14 -0
  403. package/dist/es/node_modules/xgplayer/es/plugin/plugin.js +14 -0
  404. package/dist/es/node_modules/xgplayer/es/plugin/pluginsManager.js +14 -0
  405. package/dist/es/node_modules/xgplayer/es/plugin/preset.js +14 -0
  406. package/dist/es/node_modules/xgplayer/es/plugin/resizeObserver.js +14 -0
  407. package/dist/es/node_modules/xgplayer/es/plugins/assets/back.js +14 -0
  408. package/dist/es/node_modules/xgplayer/es/plugins/assets/download.js +14 -0
  409. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +14 -0
  410. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitFull.js +14 -0
  411. package/dist/es/node_modules/xgplayer/es/plugins/assets/loading.js +14 -0
  412. package/dist/es/node_modules/xgplayer/es/plugins/assets/pause.js +14 -0
  413. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIcon.js +14 -0
  414. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +14 -0
  415. package/dist/es/node_modules/xgplayer/es/plugins/assets/play.js +14 -0
  416. package/dist/es/node_modules/xgplayer/es/plugins/assets/playNext.js +14 -0
  417. package/dist/es/node_modules/xgplayer/es/plugins/assets/replay.js +14 -0
  418. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +14 -0
  419. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestFull.js +14 -0
  420. package/dist/es/node_modules/xgplayer/es/plugins/assets/rotate.js +14 -0
  421. package/dist/es/node_modules/xgplayer/es/plugins/assets/seekicon.js +14 -0
  422. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +14 -0
  423. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +14 -0
  424. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +14 -0
  425. package/dist/es/node_modules/xgplayer/es/plugins/common/iconPlugin.js +14 -0
  426. package/dist/es/node_modules/xgplayer/es/plugins/common/iconTools.js +14 -0
  427. package/dist/es/node_modules/xgplayer/es/plugins/common/optionList.js +14 -0
  428. package/dist/es/node_modules/xgplayer/es/plugins/common/optionsIcon.js +14 -0
  429. package/dist/es/node_modules/xgplayer/es/plugins/common/thumbnail.js +14 -0
  430. package/dist/es/node_modules/xgplayer/es/plugins/controls/index.js +14 -0
  431. package/dist/es/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +14 -0
  432. package/dist/es/node_modules/xgplayer/es/plugins/definition/index.js +14 -0
  433. package/dist/es/node_modules/xgplayer/es/plugins/download/index.js +14 -0
  434. package/dist/es/node_modules/xgplayer/es/plugins/dynamicBg/index.js +15 -0
  435. package/dist/es/node_modules/xgplayer/es/plugins/enter/index.js +14 -0
  436. package/dist/es/node_modules/xgplayer/es/plugins/error/index.js +14 -0
  437. package/dist/es/node_modules/xgplayer/es/plugins/fpsDetect/index.js +14 -0
  438. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +14 -0
  439. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/index.js +14 -0
  440. package/dist/es/node_modules/xgplayer/es/plugins/gapJump/index.js +14 -0
  441. package/dist/es/node_modules/xgplayer/es/plugins/keyboard/index.js +14 -0
  442. package/dist/es/node_modules/xgplayer/es/plugins/loading/index.js +14 -0
  443. package/dist/es/node_modules/xgplayer/es/plugins/logger/index.js +15 -0
  444. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/index.js +14 -0
  445. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +14 -0
  446. package/dist/es/node_modules/xgplayer/es/plugins/mobile/index.js +14 -0
  447. package/dist/es/node_modules/xgplayer/es/plugins/mobile/touch.js +14 -0
  448. package/dist/es/node_modules/xgplayer/es/plugins/pc/index.js +14 -0
  449. package/dist/es/node_modules/xgplayer/es/plugins/pip/index.js +14 -0
  450. package/dist/es/node_modules/xgplayer/es/plugins/play/index.js +14 -0
  451. package/dist/es/node_modules/xgplayer/es/plugins/playNext/index.js +14 -0
  452. package/dist/es/node_modules/xgplayer/es/plugins/playbackRate/index.js +14 -0
  453. package/dist/es/node_modules/xgplayer/es/plugins/poster/index.js +14 -0
  454. package/dist/es/node_modules/xgplayer/es/plugins/progress/index.js +14 -0
  455. package/dist/es/node_modules/xgplayer/es/plugins/progress/innerList.js +14 -0
  456. package/dist/es/node_modules/xgplayer/es/plugins/progress/miniProgress.js +14 -0
  457. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +14 -0
  458. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/index.js +14 -0
  459. package/dist/es/node_modules/xgplayer/es/plugins/prompt/index.js +14 -0
  460. package/dist/es/node_modules/xgplayer/es/plugins/replay/index.js +14 -0
  461. package/dist/es/node_modules/xgplayer/es/plugins/rotate/index.js +14 -0
  462. package/dist/es/node_modules/xgplayer/es/plugins/screenShot/index.js +14 -0
  463. package/dist/es/node_modules/xgplayer/es/plugins/start/index.js +14 -0
  464. package/dist/es/node_modules/xgplayer/es/plugins/stats/index.js +14 -0
  465. package/dist/es/node_modules/xgplayer/es/plugins/testspeed/index.js +14 -0
  466. package/dist/es/node_modules/xgplayer/es/plugins/time/index.js +14 -0
  467. package/dist/es/node_modules/xgplayer/es/plugins/time/timesegments.js +14 -0
  468. package/dist/es/node_modules/xgplayer/es/plugins/volume/index.js +14 -0
  469. package/dist/es/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +14 -0
  470. package/dist/es/node_modules/xgplayer/es/presets/default.js +14 -0
  471. package/dist/es/node_modules/xgplayer/es/state.js +14 -0
  472. package/dist/es/node_modules/xgplayer/es/stateClassMap.js +14 -0
  473. package/dist/es/node_modules/xgplayer/es/utils/database.js +14 -0
  474. package/dist/es/node_modules/xgplayer/es/utils/debug.js +14 -0
  475. package/dist/es/node_modules/xgplayer/es/utils/draggabilly.js +14 -0
  476. package/dist/es/node_modules/xgplayer/es/utils/sniffer.js +14 -0
  477. package/dist/es/node_modules/xgplayer/es/utils/util.js +14 -0
  478. package/dist/es/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +14 -0
  479. package/dist/es/node_modules/xgplayer/es/version.js +14 -0
  480. package/dist/es/packages/components/index.js +14 -0
  481. package/dist/es/{src/styles → styles}/tokens.css +13 -0
  482. package/dist/lib/Button/index.js +14 -0
  483. package/dist/lib/Button/src/Button.css +14 -0
  484. package/dist/lib/Button/src/Button.vue.js +14 -0
  485. package/dist/lib/Button/src/Button2.css +14 -0
  486. package/dist/lib/CodeEditor/index.js +14 -0
  487. package/dist/lib/CodeEditor/src/index.css +14 -0
  488. package/dist/lib/CodeEditor/src/index.vue.js +14 -0
  489. package/dist/lib/{src/CodeEditor → CodeEditor}/src/index2.css +14 -1
  490. package/dist/lib/ConfigProvider/index.js +14 -0
  491. package/dist/lib/ConfigProvider/src/configProvider.js +14 -0
  492. package/dist/lib/ConfigProvider/src/configProviderProps.js +14 -0
  493. package/dist/lib/ConfigProvider/src/constants.js +14 -0
  494. package/dist/lib/ConfigProvider/src/useGlobalConfig.js +14 -0
  495. package/dist/lib/CountTo/index.js +14 -0
  496. package/dist/lib/CountTo/src/index.css +14 -0
  497. package/dist/lib/CountTo/src/index.vue.js +14 -0
  498. package/dist/lib/Ellipsis/index.js +14 -0
  499. package/dist/lib/Ellipsis/src/components/JsEllipsis.css +14 -0
  500. package/dist/lib/Ellipsis/src/components/JsEllipsis.vue.js +14 -0
  501. package/dist/lib/Ellipsis/src/components/NativeEllipsis.css +14 -0
  502. package/dist/lib/Ellipsis/src/components/NativeEllipsis.vue.js +14 -0
  503. package/dist/lib/Ellipsis/src/components/NativeEllipsis2.css +14 -0
  504. package/dist/lib/Ellipsis/src/index.css +14 -0
  505. package/dist/lib/Ellipsis/src/index.vue.js +14 -0
  506. package/dist/lib/Ellipsis/src/utils/utils.js +14 -0
  507. package/dist/lib/Form/index.js +14 -0
  508. package/dist/lib/Form/src/Form.css +14 -0
  509. package/dist/lib/Form/src/Form.vue.js +14 -0
  510. package/dist/lib/{src/Form → Form}/src/styles/form.css +13 -0
  511. package/dist/lib/Grid/index.js +14 -0
  512. package/dist/lib/Grid/src/Grid.css +14 -0
  513. package/dist/lib/Grid/src/Grid.vue.js +14 -0
  514. package/dist/lib/Grid/src/components/ActionBar.css +14 -0
  515. package/dist/lib/Grid/src/components/ActionBar.vue.js +14 -0
  516. package/dist/lib/Grid/src/components/CellEditor.css +14 -0
  517. package/dist/lib/Grid/src/components/CellEditor.vue.js +14 -0
  518. package/dist/lib/Grid/src/components/CellEditor2.css +14 -0
  519. package/dist/lib/{src/Grid → Grid}/src/components/ColumnFilter.css +14 -1
  520. package/dist/lib/Grid/src/components/ColumnFilter.vue.js +14 -0
  521. package/dist/lib/{src/Grid → Grid}/src/components/ColumnSettings.css +14 -1
  522. package/dist/lib/Grid/src/components/ColumnSettings.vue.js +14 -0
  523. package/dist/{es/src → lib}/Grid/src/components/DataTable.css +14 -1
  524. package/dist/lib/Grid/src/components/DataTable.vue.js +14 -0
  525. package/dist/lib/{src/Grid → Grid}/src/components/Pager.css +14 -1
  526. package/dist/lib/Grid/src/components/Pager.vue.js +14 -0
  527. package/dist/lib/{src/Grid → Grid}/src/components/QueryBar.css +14 -1
  528. package/dist/lib/Grid/src/components/QueryBar.vue.js +14 -0
  529. package/dist/lib/Grid/src/composables/useCellEditor.js +14 -0
  530. package/dist/lib/Grid/src/composables/useGridTable.js +14 -0
  531. package/dist/lib/{src/Grid → Grid}/src/styles/table.css +13 -0
  532. package/dist/lib/Marquee/index.js +14 -0
  533. package/dist/lib/Marquee/src/index.css +14 -0
  534. package/dist/lib/Marquee/src/index.vue.js +14 -0
  535. package/dist/lib/Marquee/src/index2.css +14 -0
  536. package/dist/lib/Overlay/index.js +14 -0
  537. package/dist/lib/Overlay/src/Message.css +14 -0
  538. package/dist/lib/Overlay/src/Message.vue.js +14 -0
  539. package/dist/lib/{src/Overlay → Overlay}/src/Message2.css +14 -1
  540. package/dist/lib/Overlay/src/Modal.css +14 -0
  541. package/dist/lib/Overlay/src/Modal.vue.js +14 -0
  542. package/dist/lib/{src/Overlay → Overlay}/src/Modal2.css +14 -1
  543. package/dist/lib/Overlay/src/Notice.css +14 -0
  544. package/dist/lib/Overlay/src/Notice.vue.js +14 -0
  545. package/dist/lib/{src/Overlay → Overlay}/src/Notice2.css +14 -1
  546. package/dist/lib/RichTextEditor/index.js +14 -0
  547. package/dist/lib/RichTextEditor/src/ToolbarPanel.css +14 -0
  548. package/dist/lib/RichTextEditor/src/ToolbarPanel.vue.js +14 -0
  549. package/dist/lib/RichTextEditor/src/ToolbarPanel2.css +14 -0
  550. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.css +14 -0
  551. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.vue.js +14 -0
  552. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.css +14 -0
  553. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.vue.js +14 -0
  554. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.css +14 -0
  555. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.vue.js +14 -0
  556. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.css +14 -0
  557. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +14 -0
  558. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.css +14 -0
  559. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +14 -0
  560. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.css +14 -0
  561. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.vue.js +14 -0
  562. package/dist/lib/RichTextEditor/src/components/LinkPopover.css +14 -0
  563. package/dist/lib/RichTextEditor/src/components/LinkPopover.vue.js +14 -0
  564. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.css +14 -0
  565. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.vue.js +14 -0
  566. package/dist/lib/RichTextEditor/src/components/MarkButton.css +14 -0
  567. package/dist/lib/RichTextEditor/src/components/MarkButton.vue.js +14 -0
  568. package/dist/lib/RichTextEditor/src/components/TableButton.css +14 -0
  569. package/dist/lib/RichTextEditor/src/components/TableButton.vue.js +14 -0
  570. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.css +14 -0
  571. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +14 -0
  572. package/dist/lib/RichTextEditor/src/components/TextColorPopover.css +14 -0
  573. package/dist/lib/RichTextEditor/src/components/TextColorPopover.vue.js +14 -0
  574. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.css +14 -0
  575. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.vue.js +14 -0
  576. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.css +14 -0
  577. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.vue.js +14 -0
  578. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.css +14 -0
  579. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.vue.js +14 -0
  580. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.css +14 -0
  581. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.vue.js +14 -0
  582. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.css +14 -0
  583. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.vue.js +14 -0
  584. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.css +14 -0
  585. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +14 -0
  586. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.css +14 -0
  587. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.vue.js +14 -0
  588. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu2.css +14 -0
  589. package/dist/lib/RichTextEditor/src/components/icons.js +14 -0
  590. package/dist/lib/RichTextEditor/src/constant/index.js +14 -0
  591. package/dist/lib/RichTextEditor/src/extensions/video.js +14 -0
  592. package/dist/lib/RichTextEditor/src/index.css +14 -0
  593. package/dist/lib/RichTextEditor/src/index.vue.js +14 -0
  594. package/dist/lib/RichTextEditor/src/index2.css +14 -0
  595. package/dist/lib/RichTextEditor/src/props.js +14 -0
  596. package/dist/lib/ScaleScreen/index.js +14 -0
  597. package/dist/lib/ScaleScreen/src/index.css +14 -0
  598. package/dist/lib/ScaleScreen/src/index.vue.js +14 -0
  599. package/dist/lib/{src/ScaleScreen → ScaleScreen}/src/index2.css +13 -0
  600. package/dist/lib/Transition/index.js +14 -0
  601. package/dist/lib/Transition/src/CollapseTransition.css +14 -0
  602. package/dist/lib/Transition/src/CollapseTransition.vue.js +14 -0
  603. package/dist/lib/Transition/src/CreateTransition.js +14 -0
  604. package/dist/lib/Transition/src/ExpandTransition.js +14 -0
  605. package/dist/lib/Transition/src/style/index.css +14 -0
  606. package/dist/lib/VideoBackground/index.js +14 -0
  607. package/dist/lib/VideoBackground/src/helper.js +14 -0
  608. package/dist/lib/VideoBackground/src/index.css +14 -0
  609. package/dist/lib/VideoBackground/src/index.vue.js +14 -0
  610. package/dist/lib/VideoBackground/src/index2.css +14 -0
  611. package/dist/lib/{src/VideoBackground → VideoBackground}/src/index3.css +13 -0
  612. package/dist/lib/VideoBackground/src/videoBackground.js +14 -0
  613. package/dist/lib/VideoPlayer/index.js +14 -0
  614. package/dist/lib/VideoPlayer/src/index.css +14 -0
  615. package/dist/lib/VideoPlayer/src/index.vue.js +14 -0
  616. package/dist/lib/VideoPlayer/src/localeSetting.js +14 -0
  617. package/dist/lib/VirtualScroll/index.js +14 -0
  618. package/dist/lib/VirtualScroll/src/index.css +14 -0
  619. package/dist/lib/VirtualScroll/src/index.vue.js +14 -0
  620. package/dist/lib/VirtualScroll/src/index.vue2.js +14 -0
  621. package/dist/lib/VirtualScroll/src/index2.css +14 -0
  622. package/dist/lib/_virtual/_commonjsHelpers.js +14 -0
  623. package/dist/lib/_virtual/_plugin-vue_export-helper.js +14 -1
  624. package/dist/lib/_virtual/delegate.js +14 -0
  625. package/dist/lib/_virtual/download.js +14 -0
  626. package/dist/lib/_virtual/download2.js +14 -0
  627. package/dist/lib/_virtual/index.js +14 -0
  628. package/dist/lib/_virtual/index2.js +14 -0
  629. package/dist/lib/hooks/useLocale.js +14 -0
  630. package/dist/lib/hooks/useNamespace.js +14 -0
  631. package/dist/lib/index.js +14 -1
  632. package/dist/lib/locale/lang/en-US.js +14 -0
  633. package/dist/lib/locale/lang/ja-JP.js +14 -0
  634. package/dist/lib/locale/lang/zh-CN.js +14 -0
  635. package/dist/lib/node_modules/@codemirror/autocomplete/dist/index.js +14 -1
  636. package/dist/lib/node_modules/@codemirror/commands/dist/index.js +14 -1
  637. package/dist/lib/node_modules/@codemirror/lang-java/dist/index.js +14 -1
  638. package/dist/lib/node_modules/@codemirror/lang-javascript/dist/index.js +14 -13
  639. package/dist/lib/node_modules/@codemirror/lang-json/dist/index.js +14 -1
  640. package/dist/lib/node_modules/@codemirror/lang-python/dist/index.js +14 -3
  641. package/dist/lib/node_modules/@codemirror/lang-sql/dist/index.js +14 -2
  642. package/dist/lib/node_modules/@codemirror/lang-xml/dist/index.js +14 -1
  643. package/dist/lib/node_modules/@codemirror/lang-yaml/dist/index.js +14 -1
  644. package/dist/lib/node_modules/@codemirror/language/dist/index.js +14 -1
  645. package/dist/lib/node_modules/@codemirror/lint/dist/index.js +14 -1
  646. package/dist/lib/node_modules/@codemirror/search/dist/index.js +14 -2
  647. package/dist/lib/node_modules/@codemirror/state/dist/index.js +14 -5
  648. package/dist/lib/node_modules/@codemirror/theme-one-dark/dist/index.js +14 -1
  649. package/dist/lib/node_modules/@codemirror/view/dist/index.js +14 -5
  650. package/dist/lib/node_modules/@lezer/common/dist/index.js +14 -1
  651. package/dist/lib/node_modules/@lezer/highlight/dist/index.js +14 -1
  652. package/dist/lib/node_modules/@lezer/java/dist/index.js +14 -1
  653. package/dist/lib/node_modules/@lezer/javascript/dist/index.js +14 -1
  654. package/dist/lib/node_modules/@lezer/json/dist/index.js +14 -1
  655. package/dist/lib/node_modules/@lezer/lr/dist/index.js +14 -1
  656. package/dist/lib/node_modules/@lezer/python/dist/index.js +14 -1
  657. package/dist/lib/node_modules/@lezer/xml/dist/index.js +14 -1
  658. package/dist/lib/node_modules/@lezer/yaml/dist/index.js +14 -1
  659. package/dist/lib/node_modules/@marijn/find-cluster-break/src/index.js +14 -1
  660. package/dist/lib/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +14 -1
  661. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/EventClient.js +14 -1
  662. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +14 -1
  663. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FormApi.js +14 -1
  664. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +14 -1
  665. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +14 -1
  666. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +14 -1
  667. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/utils.js +14 -1
  668. package/dist/lib/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +14 -1
  669. package/dist/lib/node_modules/@tanstack/store/dist/esm/derived.js +14 -1
  670. package/dist/lib/node_modules/@tanstack/store/dist/esm/scheduler.js +14 -1
  671. package/dist/lib/node_modules/@tanstack/store/dist/esm/store.js +14 -1
  672. package/dist/lib/node_modules/@tanstack/store/dist/esm/types.js +14 -1
  673. package/dist/lib/node_modules/@tanstack/table-core/build/lib/index.js +14 -4
  674. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useField.js +14 -1
  675. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useForm.js +14 -1
  676. package/dist/lib/node_modules/@tanstack/vue-store/dist/esm/index.js +14 -1
  677. package/dist/lib/node_modules/@tanstack/vue-table/build/lib/index.js +14 -1
  678. package/dist/lib/node_modules/@tiptap/core/dist/index.js +14 -0
  679. package/dist/lib/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +14 -0
  680. package/dist/lib/node_modules/@tiptap/extension-blockquote/dist/index.js +14 -0
  681. package/dist/lib/node_modules/@tiptap/extension-bold/dist/index.js +14 -0
  682. package/dist/lib/node_modules/@tiptap/extension-character-count/dist/index.js +14 -0
  683. package/dist/lib/node_modules/@tiptap/extension-code/dist/index.js +14 -0
  684. package/dist/lib/node_modules/@tiptap/extension-code-block/dist/index.js +14 -0
  685. package/dist/lib/node_modules/@tiptap/extension-document/dist/index.js +14 -0
  686. package/dist/lib/node_modules/@tiptap/extension-hard-break/dist/index.js +14 -0
  687. package/dist/lib/node_modules/@tiptap/extension-heading/dist/index.js +14 -0
  688. package/dist/lib/node_modules/@tiptap/extension-highlight/dist/index.js +14 -0
  689. package/dist/lib/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +14 -0
  690. package/dist/lib/node_modules/@tiptap/extension-image/dist/index.js +14 -0
  691. package/dist/lib/node_modules/@tiptap/extension-italic/dist/index.js +14 -0
  692. package/dist/lib/node_modules/@tiptap/extension-link/dist/index.js +14 -0
  693. package/dist/lib/node_modules/@tiptap/extension-list/dist/index.js +14 -0
  694. package/dist/lib/node_modules/@tiptap/extension-paragraph/dist/index.js +14 -0
  695. package/dist/lib/node_modules/@tiptap/extension-strike/dist/index.js +14 -0
  696. package/dist/lib/node_modules/@tiptap/extension-subscript/dist/index.js +14 -0
  697. package/dist/lib/node_modules/@tiptap/extension-superscript/dist/index.js +14 -0
  698. package/dist/lib/node_modules/@tiptap/extension-table/dist/index.js +14 -0
  699. package/dist/lib/node_modules/@tiptap/extension-task-item/dist/index.js +14 -0
  700. package/dist/lib/node_modules/@tiptap/extension-task-list/dist/index.js +14 -0
  701. package/dist/lib/node_modules/@tiptap/extension-text/dist/index.js +14 -0
  702. package/dist/lib/node_modules/@tiptap/extension-text-align/dist/index.js +14 -0
  703. package/dist/lib/node_modules/@tiptap/extension-text-style/dist/index.js +14 -0
  704. package/dist/lib/node_modules/@tiptap/extension-underline/dist/index.js +14 -0
  705. package/dist/lib/node_modules/@tiptap/extensions/dist/index.js +14 -0
  706. package/dist/lib/node_modules/@tiptap/starter-kit/dist/index.js +14 -0
  707. package/dist/lib/node_modules/@tiptap/vue-3/dist/index.js +14 -0
  708. package/dist/lib/node_modules/@vueuse/core/dist/index.js +14 -1
  709. package/dist/lib/node_modules/@vueuse/shared/dist/index.js +14 -1
  710. package/dist/lib/node_modules/codemirror/dist/index.js +14 -1
  711. package/dist/lib/node_modules/crelt/index.js +14 -1
  712. package/dist/lib/node_modules/delegate/src/closest.js +14 -0
  713. package/dist/lib/node_modules/delegate/src/delegate.js +14 -0
  714. package/dist/lib/node_modules/downloadjs/download.js +14 -0
  715. package/dist/lib/node_modules/eventemitter3/index.js +14 -0
  716. package/dist/lib/node_modules/linkifyjs/dist/linkify.js +14 -0
  717. package/dist/lib/node_modules/lodash-es/_DataView.js +14 -0
  718. package/dist/lib/node_modules/lodash-es/_Hash.js +14 -1
  719. package/dist/lib/node_modules/lodash-es/_ListCache.js +14 -1
  720. package/dist/lib/node_modules/lodash-es/_Map.js +14 -1
  721. package/dist/lib/node_modules/lodash-es/_MapCache.js +14 -1
  722. package/dist/lib/node_modules/lodash-es/_Promise.js +14 -0
  723. package/dist/lib/node_modules/lodash-es/_Set.js +14 -0
  724. package/dist/lib/node_modules/lodash-es/_Stack.js +14 -0
  725. package/dist/lib/node_modules/lodash-es/_Symbol.js +14 -1
  726. package/dist/lib/node_modules/lodash-es/_Uint8Array.js +14 -0
  727. package/dist/lib/node_modules/lodash-es/_WeakMap.js +14 -0
  728. package/dist/lib/node_modules/lodash-es/_apply.js +14 -0
  729. package/dist/lib/node_modules/lodash-es/_arrayEach.js +14 -0
  730. package/dist/lib/node_modules/lodash-es/_arrayFilter.js +14 -0
  731. package/dist/lib/node_modules/lodash-es/_arrayLikeKeys.js +14 -0
  732. package/dist/lib/node_modules/lodash-es/_arrayMap.js +14 -1
  733. package/dist/lib/node_modules/lodash-es/_arrayPush.js +14 -0
  734. package/dist/lib/node_modules/lodash-es/_assignValue.js +14 -0
  735. package/dist/lib/node_modules/lodash-es/_assocIndexOf.js +14 -1
  736. package/dist/lib/node_modules/lodash-es/_baseAssignValue.js +14 -0
  737. package/dist/lib/node_modules/lodash-es/_baseClone.js +14 -0
  738. package/dist/lib/node_modules/lodash-es/_baseFlatten.js +14 -0
  739. package/dist/lib/node_modules/lodash-es/_baseGet.js +14 -1
  740. package/dist/lib/node_modules/lodash-es/_baseGetAllKeys.js +14 -0
  741. package/dist/lib/node_modules/lodash-es/_baseGetTag.js +14 -1
  742. package/dist/lib/node_modules/lodash-es/_baseIsArguments.js +14 -0
  743. package/dist/lib/node_modules/lodash-es/_baseIsMap.js +14 -0
  744. package/dist/lib/node_modules/lodash-es/_baseIsNative.js +14 -1
  745. package/dist/lib/node_modules/lodash-es/_baseIsRegExp.js +14 -0
  746. package/dist/lib/node_modules/lodash-es/_baseIsSet.js +14 -0
  747. package/dist/lib/node_modules/lodash-es/_baseIsTypedArray.js +14 -0
  748. package/dist/lib/node_modules/lodash-es/_baseKeysIn.js +14 -0
  749. package/dist/lib/node_modules/lodash-es/_baseSetToString.js +14 -0
  750. package/dist/lib/node_modules/lodash-es/_baseSlice.js +14 -0
  751. package/dist/lib/node_modules/lodash-es/_baseTimes.js +14 -0
  752. package/dist/lib/node_modules/lodash-es/_baseToString.js +14 -1
  753. package/dist/lib/node_modules/lodash-es/_baseUnary.js +14 -0
  754. package/dist/lib/node_modules/lodash-es/_baseUnset.js +14 -0
  755. package/dist/lib/node_modules/lodash-es/_castPath.js +14 -1
  756. package/dist/lib/node_modules/lodash-es/_cloneArrayBuffer.js +14 -0
  757. package/dist/lib/node_modules/lodash-es/_cloneBuffer.js +14 -0
  758. package/dist/lib/node_modules/lodash-es/_cloneDataView.js +14 -0
  759. package/dist/lib/node_modules/lodash-es/_cloneRegExp.js +14 -0
  760. package/dist/lib/node_modules/lodash-es/_cloneSymbol.js +14 -0
  761. package/dist/lib/node_modules/lodash-es/_cloneTypedArray.js +14 -0
  762. package/dist/lib/node_modules/lodash-es/_copyObject.js +14 -0
  763. package/dist/lib/node_modules/lodash-es/_coreJsData.js +14 -1
  764. package/dist/lib/node_modules/lodash-es/_customOmitClone.js +14 -0
  765. package/dist/lib/node_modules/lodash-es/_defineProperty.js +14 -0
  766. package/dist/lib/node_modules/lodash-es/_flatRest.js +14 -0
  767. package/dist/lib/node_modules/lodash-es/_freeGlobal.js +14 -1
  768. package/dist/lib/node_modules/lodash-es/_getAllKeysIn.js +14 -0
  769. package/dist/lib/node_modules/lodash-es/_getMapData.js +14 -1
  770. package/dist/lib/node_modules/lodash-es/_getNative.js +14 -1
  771. package/dist/lib/node_modules/lodash-es/_getPrototype.js +14 -0
  772. package/dist/lib/node_modules/lodash-es/_getRawTag.js +14 -1
  773. package/dist/lib/node_modules/lodash-es/_getSymbols.js +14 -0
  774. package/dist/lib/node_modules/lodash-es/_getSymbolsIn.js +14 -0
  775. package/dist/lib/node_modules/lodash-es/_getTag.js +14 -0
  776. package/dist/lib/node_modules/lodash-es/_getValue.js +14 -1
  777. package/dist/lib/node_modules/lodash-es/_hashClear.js +14 -1
  778. package/dist/lib/node_modules/lodash-es/_hashDelete.js +14 -1
  779. package/dist/lib/node_modules/lodash-es/_hashGet.js +14 -1
  780. package/dist/lib/node_modules/lodash-es/_hashHas.js +14 -1
  781. package/dist/lib/node_modules/lodash-es/_hashSet.js +14 -1
  782. package/dist/lib/node_modules/lodash-es/_initCloneArray.js +14 -0
  783. package/dist/lib/node_modules/lodash-es/_initCloneByTag.js +14 -0
  784. package/dist/lib/node_modules/lodash-es/_isFlattenable.js +14 -0
  785. package/dist/lib/node_modules/lodash-es/_isIndex.js +14 -0
  786. package/dist/lib/node_modules/lodash-es/_isKey.js +14 -1
  787. package/dist/lib/node_modules/lodash-es/_isKeyable.js +14 -1
  788. package/dist/lib/node_modules/lodash-es/_isMasked.js +14 -1
  789. package/dist/lib/node_modules/lodash-es/_isPrototype.js +14 -0
  790. package/dist/lib/node_modules/lodash-es/_listCacheClear.js +14 -1
  791. package/dist/lib/node_modules/lodash-es/_listCacheDelete.js +14 -1
  792. package/dist/lib/node_modules/lodash-es/_listCacheGet.js +14 -1
  793. package/dist/lib/node_modules/lodash-es/_listCacheHas.js +14 -1
  794. package/dist/lib/node_modules/lodash-es/_listCacheSet.js +14 -1
  795. package/dist/lib/node_modules/lodash-es/_mapCacheClear.js +14 -1
  796. package/dist/lib/node_modules/lodash-es/_mapCacheDelete.js +14 -1
  797. package/dist/lib/node_modules/lodash-es/_mapCacheGet.js +14 -1
  798. package/dist/lib/node_modules/lodash-es/_mapCacheHas.js +14 -1
  799. package/dist/lib/node_modules/lodash-es/_mapCacheSet.js +14 -1
  800. package/dist/lib/node_modules/lodash-es/_memoizeCapped.js +14 -1
  801. package/dist/lib/node_modules/lodash-es/_nativeCreate.js +14 -1
  802. package/dist/lib/node_modules/lodash-es/_nativeKeysIn.js +14 -0
  803. package/dist/lib/node_modules/lodash-es/_nodeUtil.js +14 -0
  804. package/dist/lib/node_modules/lodash-es/_objectToString.js +14 -1
  805. package/dist/lib/node_modules/lodash-es/_overArg.js +14 -0
  806. package/dist/lib/node_modules/lodash-es/_overRest.js +14 -0
  807. package/dist/lib/node_modules/lodash-es/_parent.js +14 -0
  808. package/dist/lib/node_modules/lodash-es/_root.js +14 -1
  809. package/dist/lib/node_modules/lodash-es/_setToString.js +14 -0
  810. package/dist/lib/node_modules/lodash-es/_shortOut.js +14 -0
  811. package/dist/lib/node_modules/lodash-es/_stackClear.js +14 -0
  812. package/dist/lib/node_modules/lodash-es/_stackDelete.js +14 -0
  813. package/dist/lib/node_modules/lodash-es/_stackGet.js +14 -0
  814. package/dist/lib/node_modules/lodash-es/_stackHas.js +14 -0
  815. package/dist/lib/node_modules/lodash-es/_stackSet.js +14 -0
  816. package/dist/lib/node_modules/lodash-es/_stringToPath.js +14 -1
  817. package/dist/lib/node_modules/lodash-es/_toKey.js +14 -1
  818. package/dist/lib/node_modules/lodash-es/_toSource.js +14 -1
  819. package/dist/lib/node_modules/lodash-es/constant.js +14 -0
  820. package/dist/lib/node_modules/lodash-es/eq.js +14 -1
  821. package/dist/lib/node_modules/lodash-es/flatten.js +14 -0
  822. package/dist/lib/node_modules/lodash-es/get.js +14 -1
  823. package/dist/lib/node_modules/lodash-es/identity.js +14 -0
  824. package/dist/lib/node_modules/lodash-es/isArguments.js +14 -0
  825. package/dist/lib/node_modules/lodash-es/isArray.js +14 -1
  826. package/dist/lib/node_modules/lodash-es/isArrayLike.js +14 -0
  827. package/dist/lib/node_modules/lodash-es/isBuffer.js +14 -0
  828. package/dist/lib/node_modules/lodash-es/isFinite.js +14 -0
  829. package/dist/lib/node_modules/lodash-es/isFunction.js +14 -1
  830. package/dist/lib/node_modules/lodash-es/isLength.js +14 -0
  831. package/dist/lib/node_modules/lodash-es/isMap.js +14 -0
  832. package/dist/lib/node_modules/lodash-es/isNaN.js +14 -0
  833. package/dist/lib/node_modules/lodash-es/isNil.js +14 -1
  834. package/dist/lib/node_modules/lodash-es/isNumber.js +14 -0
  835. package/dist/lib/node_modules/lodash-es/isObject.js +14 -1
  836. package/dist/lib/node_modules/lodash-es/isObjectLike.js +14 -1
  837. package/dist/lib/node_modules/lodash-es/isPlainObject.js +14 -0
  838. package/dist/lib/node_modules/lodash-es/isRegExp.js +14 -0
  839. package/dist/lib/node_modules/lodash-es/isSet.js +14 -0
  840. package/dist/lib/node_modules/lodash-es/isString.js +14 -1
  841. package/dist/lib/node_modules/lodash-es/isSymbol.js +14 -1
  842. package/dist/lib/node_modules/lodash-es/isTypedArray.js +14 -0
  843. package/dist/lib/node_modules/lodash-es/keysIn.js +14 -0
  844. package/dist/lib/node_modules/lodash-es/last.js +14 -0
  845. package/dist/lib/node_modules/lodash-es/memoize.js +14 -1
  846. package/dist/lib/node_modules/lodash-es/omit.js +14 -0
  847. package/dist/lib/node_modules/lodash-es/stubArray.js +14 -0
  848. package/dist/lib/node_modules/lodash-es/stubFalse.js +14 -0
  849. package/dist/lib/node_modules/lodash-es/toString.js +14 -1
  850. package/dist/lib/node_modules/orderedmap/dist/index.js +14 -0
  851. package/dist/lib/node_modules/prosemirror-commands/dist/index.js +14 -0
  852. package/dist/lib/node_modules/prosemirror-dropcursor/dist/index.js +14 -0
  853. package/dist/lib/node_modules/prosemirror-gapcursor/dist/index.js +14 -0
  854. package/dist/lib/node_modules/prosemirror-history/dist/index.js +14 -0
  855. package/dist/lib/node_modules/prosemirror-keymap/dist/index.js +14 -0
  856. package/dist/lib/node_modules/prosemirror-model/dist/index.js +14 -0
  857. package/dist/lib/node_modules/prosemirror-schema-list/dist/index.js +14 -0
  858. package/dist/lib/node_modules/prosemirror-state/dist/index.js +14 -0
  859. package/dist/lib/node_modules/prosemirror-tables/dist/index.js +14 -0
  860. package/dist/lib/node_modules/prosemirror-transform/dist/index.js +14 -0
  861. package/dist/lib/node_modules/prosemirror-view/dist/index.js +14 -0
  862. package/dist/lib/node_modules/rope-sequence/dist/index.js +14 -0
  863. package/dist/lib/node_modules/style-mod/src/style-mod.js +14 -3
  864. package/dist/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +14 -1
  865. package/dist/lib/node_modules/w3c-keyname/index.js +14 -1
  866. package/dist/lib/node_modules/xgplayer/dist/index.min.css +14 -0
  867. package/dist/lib/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +14 -0
  868. package/dist/lib/node_modules/xgplayer/es/constant.js +14 -0
  869. package/dist/lib/node_modules/xgplayer/es/defaultConfig.js +14 -0
  870. package/dist/lib/node_modules/xgplayer/es/error.js +14 -0
  871. package/dist/lib/node_modules/xgplayer/es/events.js +14 -0
  872. package/dist/lib/node_modules/xgplayer/es/index.umd.js +14 -0
  873. package/dist/lib/node_modules/xgplayer/es/instManager.js +14 -0
  874. package/dist/lib/node_modules/xgplayer/es/lang/en.js +14 -0
  875. package/dist/lib/node_modules/xgplayer/es/lang/i18n.js +14 -0
  876. package/dist/lib/node_modules/xgplayer/es/lang/jp.js +14 -0
  877. package/dist/lib/node_modules/xgplayer/es/lang/zh-cn.js +14 -0
  878. package/dist/lib/node_modules/xgplayer/es/mediaProxy.js +14 -0
  879. package/dist/lib/node_modules/xgplayer/es/player.js +14 -0
  880. package/dist/lib/node_modules/xgplayer/es/plugin/basePlugin.js +14 -0
  881. package/dist/lib/node_modules/xgplayer/es/plugin/hooksDescriptor.js +14 -0
  882. package/dist/lib/node_modules/xgplayer/es/plugin/plugin.js +14 -0
  883. package/dist/lib/node_modules/xgplayer/es/plugin/pluginsManager.js +14 -0
  884. package/dist/lib/node_modules/xgplayer/es/plugin/preset.js +14 -0
  885. package/dist/lib/node_modules/xgplayer/es/plugin/resizeObserver.js +14 -0
  886. package/dist/lib/node_modules/xgplayer/es/plugins/assets/back.js +14 -0
  887. package/dist/lib/node_modules/xgplayer/es/plugins/assets/download.js +14 -0
  888. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +14 -0
  889. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitFull.js +14 -0
  890. package/dist/lib/node_modules/xgplayer/es/plugins/assets/loading.js +14 -0
  891. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pause.js +14 -0
  892. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIcon.js +14 -0
  893. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +14 -0
  894. package/dist/lib/node_modules/xgplayer/es/plugins/assets/play.js +14 -0
  895. package/dist/lib/node_modules/xgplayer/es/plugins/assets/playNext.js +14 -0
  896. package/dist/lib/node_modules/xgplayer/es/plugins/assets/replay.js +14 -0
  897. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +14 -0
  898. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestFull.js +14 -0
  899. package/dist/lib/node_modules/xgplayer/es/plugins/assets/rotate.js +14 -0
  900. package/dist/lib/node_modules/xgplayer/es/plugins/assets/seekicon.js +14 -0
  901. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +14 -0
  902. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +14 -0
  903. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +14 -0
  904. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconPlugin.js +14 -0
  905. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconTools.js +14 -0
  906. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionList.js +14 -0
  907. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionsIcon.js +14 -0
  908. package/dist/lib/node_modules/xgplayer/es/plugins/common/thumbnail.js +14 -0
  909. package/dist/lib/node_modules/xgplayer/es/plugins/controls/index.js +14 -0
  910. package/dist/lib/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +14 -0
  911. package/dist/lib/node_modules/xgplayer/es/plugins/definition/index.js +14 -0
  912. package/dist/lib/node_modules/xgplayer/es/plugins/download/index.js +14 -0
  913. package/dist/lib/node_modules/xgplayer/es/plugins/dynamicBg/index.js +14 -0
  914. package/dist/lib/node_modules/xgplayer/es/plugins/enter/index.js +14 -0
  915. package/dist/lib/node_modules/xgplayer/es/plugins/error/index.js +14 -0
  916. package/dist/lib/node_modules/xgplayer/es/plugins/fpsDetect/index.js +14 -0
  917. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +14 -0
  918. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/index.js +14 -0
  919. package/dist/lib/node_modules/xgplayer/es/plugins/gapJump/index.js +14 -0
  920. package/dist/lib/node_modules/xgplayer/es/plugins/keyboard/index.js +14 -0
  921. package/dist/lib/node_modules/xgplayer/es/plugins/loading/index.js +14 -0
  922. package/dist/lib/node_modules/xgplayer/es/plugins/logger/index.js +14 -0
  923. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/index.js +14 -0
  924. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +14 -0
  925. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/index.js +14 -0
  926. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/touch.js +14 -0
  927. package/dist/lib/node_modules/xgplayer/es/plugins/pc/index.js +14 -0
  928. package/dist/lib/node_modules/xgplayer/es/plugins/pip/index.js +14 -0
  929. package/dist/lib/node_modules/xgplayer/es/plugins/play/index.js +14 -0
  930. package/dist/lib/node_modules/xgplayer/es/plugins/playNext/index.js +14 -0
  931. package/dist/lib/node_modules/xgplayer/es/plugins/playbackRate/index.js +14 -0
  932. package/dist/lib/node_modules/xgplayer/es/plugins/poster/index.js +14 -0
  933. package/dist/lib/node_modules/xgplayer/es/plugins/progress/index.js +14 -0
  934. package/dist/lib/node_modules/xgplayer/es/plugins/progress/innerList.js +14 -0
  935. package/dist/lib/node_modules/xgplayer/es/plugins/progress/miniProgress.js +14 -0
  936. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +14 -0
  937. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/index.js +14 -0
  938. package/dist/lib/node_modules/xgplayer/es/plugins/prompt/index.js +14 -0
  939. package/dist/lib/node_modules/xgplayer/es/plugins/replay/index.js +14 -0
  940. package/dist/lib/node_modules/xgplayer/es/plugins/rotate/index.js +14 -0
  941. package/dist/lib/node_modules/xgplayer/es/plugins/screenShot/index.js +14 -0
  942. package/dist/lib/node_modules/xgplayer/es/plugins/start/index.js +14 -0
  943. package/dist/lib/node_modules/xgplayer/es/plugins/stats/index.js +14 -0
  944. package/dist/lib/node_modules/xgplayer/es/plugins/testspeed/index.js +14 -0
  945. package/dist/lib/node_modules/xgplayer/es/plugins/time/index.js +14 -0
  946. package/dist/lib/node_modules/xgplayer/es/plugins/time/timesegments.js +14 -0
  947. package/dist/lib/node_modules/xgplayer/es/plugins/volume/index.js +14 -0
  948. package/dist/lib/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +14 -0
  949. package/dist/lib/node_modules/xgplayer/es/presets/default.js +14 -0
  950. package/dist/lib/node_modules/xgplayer/es/state.js +14 -0
  951. package/dist/lib/node_modules/xgplayer/es/stateClassMap.js +14 -0
  952. package/dist/lib/node_modules/xgplayer/es/utils/database.js +14 -0
  953. package/dist/lib/node_modules/xgplayer/es/utils/debug.js +14 -0
  954. package/dist/lib/node_modules/xgplayer/es/utils/draggabilly.js +14 -0
  955. package/dist/lib/node_modules/xgplayer/es/utils/sniffer.js +14 -0
  956. package/dist/lib/node_modules/xgplayer/es/utils/util.js +14 -0
  957. package/dist/lib/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +14 -0
  958. package/dist/lib/node_modules/xgplayer/es/version.js +14 -0
  959. package/dist/lib/packages/components/index.js +14 -0
  960. package/dist/lib/{src/styles → styles}/tokens.css +13 -0
  961. package/package.json +32 -16
  962. package/dist/es/src/Button/index.js +0 -6
  963. package/dist/es/src/Button/src/Button.css +0 -1
  964. package/dist/es/src/Button/src/Button.vue.js +0 -41
  965. package/dist/es/src/CodeEditor/index.js +0 -6
  966. package/dist/es/src/CodeEditor/src/index.css +0 -1
  967. package/dist/es/src/CodeEditor/src/index.vue.js +0 -131
  968. package/dist/es/src/ConfigProvider/index.js +0 -6
  969. package/dist/es/src/ConfigProvider/src/configProvider.js +0 -14
  970. package/dist/es/src/ConfigProvider/src/configProviderProps.js +0 -22
  971. package/dist/es/src/ConfigProvider/src/constants.js +0 -9
  972. package/dist/es/src/ConfigProvider/src/useGlobalConfig.js +0 -45
  973. package/dist/es/src/Form/index.js +0 -6
  974. package/dist/es/src/Form/src/Form.vue.js +0 -208
  975. package/dist/es/src/Grid/index.js +0 -6
  976. package/dist/es/src/Grid/src/Grid.vue.js +0 -180
  977. package/dist/es/src/Grid/src/components/ActionBar.vue.js +0 -65
  978. package/dist/es/src/Grid/src/components/CellEditor.css +0 -1
  979. package/dist/es/src/Grid/src/components/CellEditor.vue.js +0 -132
  980. package/dist/es/src/Grid/src/components/ColumnFilter.vue.js +0 -72
  981. package/dist/es/src/Grid/src/components/ColumnSettings.vue.js +0 -109
  982. package/dist/es/src/Grid/src/components/DataTable.vue.js +0 -556
  983. package/dist/es/src/Grid/src/components/Pager.vue.js +0 -64
  984. package/dist/es/src/Grid/src/components/QueryBar.vue.js +0 -156
  985. package/dist/es/src/Grid/src/composables/useCellEditor.js +0 -20
  986. package/dist/es/src/Grid/src/composables/useGridTable.js +0 -213
  987. package/dist/es/src/Overlay/index.js +0 -61
  988. package/dist/es/src/Overlay/src/Message.css +0 -1
  989. package/dist/es/src/Overlay/src/Message.vue.js +0 -36
  990. package/dist/es/src/Overlay/src/Modal.css +0 -1
  991. package/dist/es/src/Overlay/src/Modal.vue.js +0 -67
  992. package/dist/es/src/Overlay/src/Notice.css +0 -1
  993. package/dist/es/src/Overlay/src/Notice.vue.js +0 -37
  994. package/dist/es/src/ScaleScreen/index.js +0 -6
  995. package/dist/es/src/ScaleScreen/src/index.css +0 -1
  996. package/dist/es/src/ScaleScreen/src/index.vue.js +0 -115
  997. package/dist/es/src/VideoBackground/index.js +0 -6
  998. package/dist/es/src/VideoBackground/src/helper.js +0 -29
  999. package/dist/es/src/VideoBackground/src/index.css +0 -1
  1000. package/dist/es/src/VideoBackground/src/index.vue.js +0 -108
  1001. package/dist/es/src/VideoBackground/src/index2.css +0 -1
  1002. package/dist/es/src/VideoBackground/src/videoBackground.js +0 -31
  1003. package/dist/es/src/hooks/useLocale.js +0 -24
  1004. package/dist/es/src/hooks/useNamespace.js +0 -8
  1005. package/dist/es/src/index.js +0 -44
  1006. package/dist/es/src/locale/lang/en-US.js +0 -72
  1007. package/dist/es/src/locale/lang/ja-JP.js +0 -72
  1008. package/dist/es/src/locale/lang/zh-CN.js +0 -72
  1009. package/dist/lib/src/Button/index.js +0 -1
  1010. package/dist/lib/src/Button/src/Button.css +0 -1
  1011. package/dist/lib/src/Button/src/Button.vue.js +0 -1
  1012. package/dist/lib/src/CodeEditor/index.js +0 -1
  1013. package/dist/lib/src/CodeEditor/src/index.css +0 -1
  1014. package/dist/lib/src/CodeEditor/src/index.vue.js +0 -1
  1015. package/dist/lib/src/ConfigProvider/index.js +0 -1
  1016. package/dist/lib/src/ConfigProvider/src/configProvider.js +0 -1
  1017. package/dist/lib/src/ConfigProvider/src/configProviderProps.js +0 -1
  1018. package/dist/lib/src/ConfigProvider/src/constants.js +0 -1
  1019. package/dist/lib/src/ConfigProvider/src/useGlobalConfig.js +0 -1
  1020. package/dist/lib/src/Form/index.js +0 -1
  1021. package/dist/lib/src/Form/src/Form.vue.js +0 -1
  1022. package/dist/lib/src/Grid/index.js +0 -1
  1023. package/dist/lib/src/Grid/src/Grid.vue.js +0 -1
  1024. package/dist/lib/src/Grid/src/components/ActionBar.vue.js +0 -1
  1025. package/dist/lib/src/Grid/src/components/CellEditor.css +0 -1
  1026. package/dist/lib/src/Grid/src/components/CellEditor.vue.js +0 -1
  1027. package/dist/lib/src/Grid/src/components/ColumnFilter.vue.js +0 -1
  1028. package/dist/lib/src/Grid/src/components/ColumnSettings.vue.js +0 -1
  1029. package/dist/lib/src/Grid/src/components/DataTable.vue.js +0 -1
  1030. package/dist/lib/src/Grid/src/components/Pager.vue.js +0 -1
  1031. package/dist/lib/src/Grid/src/components/QueryBar.vue.js +0 -1
  1032. package/dist/lib/src/Grid/src/composables/useCellEditor.js +0 -1
  1033. package/dist/lib/src/Grid/src/composables/useGridTable.js +0 -1
  1034. package/dist/lib/src/Overlay/index.js +0 -1
  1035. package/dist/lib/src/Overlay/src/Message.css +0 -1
  1036. package/dist/lib/src/Overlay/src/Message.vue.js +0 -1
  1037. package/dist/lib/src/Overlay/src/Modal.css +0 -1
  1038. package/dist/lib/src/Overlay/src/Modal.vue.js +0 -1
  1039. package/dist/lib/src/Overlay/src/Notice.css +0 -1
  1040. package/dist/lib/src/Overlay/src/Notice.vue.js +0 -1
  1041. package/dist/lib/src/ScaleScreen/index.js +0 -1
  1042. package/dist/lib/src/ScaleScreen/src/index.css +0 -1
  1043. package/dist/lib/src/ScaleScreen/src/index.vue.js +0 -1
  1044. package/dist/lib/src/VideoBackground/index.js +0 -1
  1045. package/dist/lib/src/VideoBackground/src/helper.js +0 -1
  1046. package/dist/lib/src/VideoBackground/src/index.css +0 -1
  1047. package/dist/lib/src/VideoBackground/src/index.vue.js +0 -1
  1048. package/dist/lib/src/VideoBackground/src/index2.css +0 -1
  1049. package/dist/lib/src/VideoBackground/src/videoBackground.js +0 -1
  1050. package/dist/lib/src/hooks/useLocale.js +0 -1
  1051. package/dist/lib/src/hooks/useNamespace.js +0 -1
  1052. package/dist/lib/src/index.js +0 -1
  1053. package/dist/lib/src/locale/lang/en-US.js +0 -1
  1054. package/dist/lib/src/locale/lang/ja-JP.js +0 -1
  1055. package/dist/lib/src/locale/lang/zh-CN.js +0 -1
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ [data-v-2a3d6420],[data-v-2a3d6420]:before,[data-v-2a3d6420]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-2a3d6420]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.space-y-3[data-v-2a3d6420]>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:.75rem;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:0rem;margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.px-4[data-v-2a3d6420]{padding-left:1rem;padding-right:1rem}.py-3[data-v-2a3d6420]{padding-top:.75rem;padding-bottom:.75rem}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./Grid.css');require('./styles/table.css');const e=require("vue"),t=require("./components/QueryBar.vue.js"),a=require("./components/ActionBar.vue.js"),o=require("./components/Pager.vue.js"),l=require("./components/DataTable.vue.js"),u=require("./components/ColumnSettings.vue.js"),r=require("./composables/useGridTable.js");/* empty css */;/* empty css */const n=require("../../_virtual/_plugin-vue_export-helper.js"),i={class:"gsc-grid space-y-3"},c={class:"gsc-card gsc-card-pad"},s={class:"gsc-card"},d={key:0,class:"px-4 py-3 gsc-divider-top"},p={__name:"Grid",props:{data:{type:Array,default:()=>[]},request:{type:Function},mode:{type:String,default:"server"},columns:{type:Array,default:()=>[]},pagination:{type:[Boolean,Object],default:()=>({page:1,pageSize:10})},query:{type:Object,default:()=>({})},filterSchema:{type:Array,default:()=>[]},actions:{type:Object,default:()=>({})},rowKey:{type:String,default:"id"},rowSelection:{type:Boolean,default:!1},virtual:{type:Boolean,default:!1},rowHeight:{type:Number,default:40},height:{type:Number,default:400}},emits:["update:query","selection-change","load","cell-change","update:modelValue","info"],setup(n,{emit:p}){const g=n,m=p,v=g.filterSchema||[],y=e.computed(()=>g.columns||[]),f=e.computed(()=>!!g.rowSelection),h=e.computed(()=>!1!==g.pagination),w=e.computed(()=>{const e=g.actions||{},t=e.left||e.leftActions||[];return Array.isArray(t)?t:[]}),S=e.computed(()=>{const e=g.actions||{},t=e.right||e.rightActions||[];return Array.isArray(t)?t:[]}),b=e.computed(()=>!1!==(g.actions||{}).showColumnSettings),q=r.useGridTable({data:g.data,request:g.request,mode:g.mode,pageSize:g.pagination&&g.pagination.pageSize||10,initialQuery:g.query,columns:g.columns,rowKey:g.rowKey,enableRowSelection:f.value}),k=e.computed(()=>!!q.loading.value),C=e.computed({get:()=>q.query.value||{},set(e){q.setQuery(e||{})}}),V=e.computed({get:()=>q.page.value,set(e){q.page.value=e}}),j=e.computed({get:()=>q.pageSize.value,set(e){q.pageSize.value=e}}),B=e.computed(()=>q.total.value||0);function N(e){const t=e||{};q.setQuery(t),q.load()}function _(e){const t=e||{};q.setQuery(t),q.load()}function A({key:e,value:t}){const a={...q.query.value||{}};null!=t&&""!==t?a[e]=t:delete a[e],q.setQuery(a),q.load()}function $(e){m("selection-change",e||[])}function z(e){"client"===g.mode?q.setData((q.rows.value||[]).slice()):m("cell-change",{rowKey:e?.row?.[g.rowKey],column:e?.column,value:e?.value,row:e?.row}),m("update:modelValue",(q.rows.value||[]).slice())}return e.watch(()=>g.data,e=>{q.setData(e||[])},{deep:!0}),e.watch(()=>g.columns,e=>{q.setColumns(e||[])},{deep:!0}),e.watch(()=>q.query.value,e=>{m("update:query",e)},{deep:!0}),(r,n)=>(e.openBlock(),e.createElementBlock("div",i,[e.unref(v).length?(e.openBlock(),e.createBlock(t.default,{key:0,modelValue:C.value,"onUpdate:modelValue":n[0]||(n[0]=e=>C.value=e),schema:e.unref(v),loading:k.value,onSearch:N,onReset:_},null,8,["modelValue","schema","loading"])):e.createCommentVNode("",!0),e.createElementVNode("div",c,[e.createVNode(a.default,{loading:k.value,"left-actions":w.value,"right-actions":S.value,onInfo:n[1]||(n[1]=e=>r.$emit("info"))},e.createSlots({right:e.withCtx(()=>[e.renderSlot(r.$slots,"actions-right",{},()=>[b.value?(e.openBlock(),e.createBlock(u.default,{key:0,table:e.unref(q).table},null,8,["table"])):e.createCommentVNode("",!0)],!0)]),_:2},[r.$slots["actions-left"]?{name:"left",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"actions-left",{},void 0,!0)]),key:"0"}:void 0]),1032,["loading","left-actions","right-actions"])]),e.createElementVNode("div",s,[e.createVNode(l.default,{table:e.unref(q).table,mode:g.mode,loading:k.value,virtual:g.virtual,height:g.height,"row-height":g.rowHeight,"enable-row-selection":f.value,onSelectionChange:$,onCellChange:z,onServerFilterChange:A},e.createSlots({_:2},[e.renderList(y.value,t=>({name:`cell-${t.key}`,fn:e.withCtx(a=>[r.$slots[`cell-${t.key}`]?e.renderSlot(r.$slots,`cell-${t.key}`,{key:0,value:a.value,row:a.row},void 0,!0):e.createCommentVNode("",!0)])}))]),1032,["table","mode","loading","virtual","height","row-height","enable-row-selection"]),h.value?(e.openBlock(),e.createElementBlock("div",d,[e.createVNode(o.default,{page:V.value,"page-size":j.value,total:B.value,"onUpdate:page":n[2]||(n[2]=e=>{V.value=e}),"onUpdate:pageSize":n[3]||(n[3]=e=>{j.value=e})},null,8,["page","page-size","total"])])):e.createCommentVNode("",!0)])]))}},g=n.default(p,[["__scopeId","data-v-2a3d6420"]]);exports.default=g;
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ [data-v-cc57d7a0],[data-v-cc57d7a0]:before,[data-v-cc57d7a0]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-cc57d7a0]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.flex[data-v-cc57d7a0]{display:flex}.items-center[data-v-cc57d7a0]{align-items:center}.justify-between[data-v-cc57d7a0]{justify-content:space-between}.gap-2[data-v-cc57d7a0]{gap:.5rem}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./ActionBar.css');const e=require("vue"),t=require("../../../hooks/useLocale.js"),r=require("../../../Button/index.js");;/* empty css */const o=require("../../../_virtual/_plugin-vue_export-helper.js"),a={class:"flex items-center justify-between"},i={class:"flex items-center gap-2"},n={class:"flex items-center gap-2"},l={__name:"ActionBar",props:{loading:{type:Boolean,default:!1},leftActions:{type:Array,default:()=>[]},rightActions:{type:Array,default:()=>[]}},emits:["export","info","action"],setup(o,{emit:l}){const c=o,s=l,{t:d}=t.useLocale(),u=e.computed(()=>{const e=Array.isArray(c.leftActions)?c.leftActions:[];return e.length?e:[{key:"export",text:d("gsc.grid.actionBar.export"),variant:"primary"},{key:"info",text:d("gsc.grid.actionBar.info"),variant:"default"}]}),p=e.computed(()=>Array.isArray(c.rightActions)?c.rightActions:[]);function f(e){const t=e?.key;s("action",{key:t,action:e}),"export"===t&&s("export"),"info"===t&&s("info");try{e?.onClick?.()}catch{}}return(t,l)=>(e.openBlock(),e.createElementBlock("div",a,[e.createElementVNode("div",i,[e.renderSlot(t.$slots,"left",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.value,t=>(e.openBlock(),e.createBlock(e.unref(r.GscButton),{key:t.key,variant:t.variant||"default",disabled:o.loading||!!t.disabled,onClick:e=>f(t)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.text),1)]),_:2},1032,["variant","disabled","onClick"]))),128))],!0)]),e.createElementVNode("div",n,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,t=>(e.openBlock(),e.createBlock(e.unref(r.GscButton),{key:t.key,variant:t.variant||"default",disabled:o.loading||!!t.disabled,onClick:e=>f(t)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.text),1)]),_:2},1032,["variant","disabled","onClick"]))),128)),e.renderSlot(t.$slots,"right",{},void 0,!0)])]))}},c=o.default(l,[["__scopeId","data-v-cc57d7a0"]]);exports.default=c;
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ .gsc-cell-editor[data-v-3e2da6e3]{display:flex;flex-direction:column}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./CellEditor2.css');require('./CellEditor.css');const e=require("vue"),t=require("../../../Button/index.js"),l=require("../composables/useCellEditor.js");/* empty css */;/* empty css */const n=require("../../../_virtual/_plugin-vue_export-helper.js"),o={class:"gsc-cell-editor"},r=["value"],i={key:0},u={class:"mt-2 flex gap-2 justify-end"},c={__name:"CellEditor",props:{modelValue:[String,Number,Date],type:{type:String,default:"text"},options:Array},emits:["update:modelValue","commit","cancel"],setup(n,{emit:c}){const a=n,s=c,{localValue:d,updateLocal:f,commit:p,cancel:m}=l.useCellEditor(a,s),v=e.ref(null);function y(e){const t=e.target.innerHTML;f(t)}return e.onMounted(()=>{"rich-text"===a.type&&v.value&&(v.value.innerHTML=d.value||"")}),(l,c)=>(e.openBlock(),e.createElementBlock("div",o,["custom"===n.type?e.renderSlot(l.$slots,"custom",{key:0,modelValue:n.modelValue,update:e.unref(f),commit:e.unref(p),cancel:e.unref(m)},void 0,!0):"select"===n.type?e.withDirectives((e.openBlock(),e.createElementBlock("select",{key:1,"onUpdate:modelValue":c[0]||(c[0]=t=>e.isRef(d)?d.value=t:null),class:"gsc-control",onKeydown:[c[1]||(c[1]=e.withKeys(e.withModifiers((...t)=>e.unref(p)&&e.unref(p)(...t),["prevent"]),["enter"])),c[2]||(c[2]=e.withKeys(e.withModifiers((...t)=>e.unref(m)&&e.unref(m)(...t),["prevent"]),["esc"]))]},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.options||[],t=>(e.openBlock(),e.createElementBlock("option",{key:t.value,value:t.value},e.toDisplayString(t.label),9,r))),128))],544)),[[e.vModelSelect,e.unref(d)]]):"date"===n.type?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:2,"onUpdate:modelValue":c[3]||(c[3]=t=>e.isRef(d)?d.value=t:null),type:"date",class:"gsc-control",onKeydown:[c[4]||(c[4]=e.withKeys(e.withModifiers((...t)=>e.unref(p)&&e.unref(p)(...t),["prevent"]),["enter"])),c[5]||(c[5]=e.withKeys(e.withModifiers((...t)=>e.unref(m)&&e.unref(m)(...t),["prevent"]),["esc"]))]},null,544)),[[e.vModelText,e.unref(d)]]):"datetime-local"===n.type?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:3,"onUpdate:modelValue":c[6]||(c[6]=t=>e.isRef(d)?d.value=t:null),type:"datetime-local",class:"gsc-control",onKeydown:[c[7]||(c[7]=e.withKeys(e.withModifiers((...t)=>e.unref(p)&&e.unref(p)(...t),["prevent"]),["enter"])),c[8]||(c[8]=e.withKeys(e.withModifiers((...t)=>e.unref(m)&&e.unref(m)(...t),["prevent"]),["esc"]))]},null,544)),[[e.vModelText,e.unref(d)]]):"number"===n.type?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:4,"onUpdate:modelValue":c[9]||(c[9]=t=>e.isRef(d)?d.value=t:null),type:"number",class:"gsc-control",onKeydown:[c[10]||(c[10]=e.withKeys(e.withModifiers((...t)=>e.unref(p)&&e.unref(p)(...t),["prevent"]),["enter"])),c[11]||(c[11]=e.withKeys(e.withModifiers((...t)=>e.unref(m)&&e.unref(m)(...t),["prevent"]),["esc"]))]},null,544)),[[e.vModelText,e.unref(d),void 0,{number:!0}]]):"rich-text"===n.type?(e.openBlock(),e.createElementBlock(e.Fragment,{key:5},[l.$slots.custom?(e.openBlock(),e.createElementBlock("div",i,[e.renderSlot(l.$slots,"custom",{modelValue:e.unref(d),update:e.unref(f),commit:e.unref(p),cancel:e.unref(m)},void 0,!0)])):(e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"richRef",ref:v,contenteditable:"",class:"gsc-textarea",onInput:y},e.toDisplayString(e.unref(d)),545))],64)):e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:6,"onUpdate:modelValue":c[12]||(c[12]=t=>e.isRef(d)?d.value=t:null),class:"gsc-control",onKeydown:[c[13]||(c[13]=e.withKeys(e.withModifiers((...t)=>e.unref(p)&&e.unref(p)(...t),["prevent"]),["enter"])),c[14]||(c[14]=e.withKeys(e.withModifiers((...t)=>e.unref(m)&&e.unref(m)(...t),["prevent"]),["esc"]))]},null,544)),[[e.vModelText,e.unref(d)]]),e.createElementVNode("div",u,[e.createVNode(e.unref(t.GscButton),{variant:"primary",onClick:e.unref(p)},{default:e.withCtx(()=>[...c[15]||(c[15]=[e.createTextVNode(" OK ",-1)])]),_:1},8,["onClick"]),e.createVNode(e.unref(t.GscButton),{variant:"default",onClick:e.unref(m)},{default:e.withCtx(()=>[...c[16]||(c[16]=[e.createTextVNode(" Cancel ",-1)])]),_:1},8,["onClick"])])]))}},a=n.default(c,[["__scopeId","data-v-3e2da6e3"]]);exports.default=a;
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ [data-v-3e2da6e3],[data-v-3e2da6e3]:before,[data-v-3e2da6e3]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-3e2da6e3]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.mt-2[data-v-3e2da6e3]{margin-top:.5rem}.flex[data-v-3e2da6e3]{display:flex}.justify-end[data-v-3e2da6e3]{justify-content:flex-end}.gap-2[data-v-3e2da6e3]{gap:.5rem}
@@ -1 +1,14 @@
1
- [data-v-aa324207],[data-v-aa324207]:before,[data-v-aa324207]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-aa324207]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute[data-v-aa324207]{position:absolute}.left-0[data-v-aa324207]{left:0}.top-full[data-v-aa324207]{top:100%}.z-20[data-v-aa324207]{z-index:20}.mt-2[data-v-aa324207]{margin-top:.5rem}.mt-3[data-v-aa324207]{margin-top:.75rem}.min-w-44[data-v-aa324207]{min-width:11rem}.flex[data-v-aa324207]{display:flex}.justify-end[data-v-aa324207]{justify-content:flex-end}.gap-2[data-v-aa324207]{gap:.5rem}.p-3[data-v-aa324207]{padding:.75rem}
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ [data-v-a0a8794b],[data-v-a0a8794b]:before,[data-v-a0a8794b]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-a0a8794b]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute[data-v-a0a8794b]{position:absolute}.left-0[data-v-a0a8794b]{left:0}.top-full[data-v-a0a8794b]{top:100%}.z-20[data-v-a0a8794b]{z-index:20}.mt-2[data-v-a0a8794b]{margin-top:.5rem}.mt-3[data-v-a0a8794b]{margin-top:.75rem}.min-w-44[data-v-a0a8794b]{min-width:11rem}.flex[data-v-a0a8794b]{display:flex}.justify-end[data-v-a0a8794b]{justify-content:flex-end}.gap-2[data-v-a0a8794b]{gap:.5rem}.p-3[data-v-a0a8794b]{padding:.75rem}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./ColumnFilter.css');const e=require("vue"),t=require("../../../hooks/useLocale.js"),l=require("../../../Button/index.js");;/* empty css */const o=require("../../../_virtual/_plugin-vue_export-helper.js"),a={value:""},r=["value"],n=["onKeydown"],u={class:"mt-3 flex gap-2 justify-end"},i={__name:"ColumnFilter",props:{value:[String,Number],type:{type:String,default:"text"},options:Array},emits:["update:value","apply","clear"],setup(o,{emit:i}){const c=o,s=i,{t:p}=t.useLocale(),d=e.ref(c.value??"");function v(){s("update:value",d.value),s("apply")}function m(){d.value="",s("update:value",""),s("clear")}return e.watch(()=>c.value,e=>{d.value=e??""}),(t,i)=>(e.openBlock(),e.createElementBlock("div",{class:"gsc-popover absolute top-full left-0 mt-2 min-w-44 p-3 z-20",onClick:i[2]||(i[2]=e.withModifiers(()=>{},["stop"]))},["select"===o.type?e.withDirectives((e.openBlock(),e.createElementBlock("select",{key:0,"onUpdate:modelValue":i[0]||(i[0]=e=>d.value=e),class:"gsc-control"},[e.createElementVNode("option",a,e.toDisplayString(e.unref(p)("gsc.grid.columnFilter.all")),1),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.options||[],t=>(e.openBlock(),e.createElementBlock("option",{key:t.value,value:t.value},e.toDisplayString(t.label),9,r))),128))],512)),[[e.vModelSelect,d.value]]):e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:1,"onUpdate:modelValue":i[1]||(i[1]=e=>d.value=e),type:"text",class:"gsc-control",onKeydown:e.withKeys(e.withModifiers(v,["prevent"]),["enter"])},null,40,n)),[[e.vModelText,d.value]]),e.createElementVNode("div",u,[e.createVNode(e.unref(l.GscButton),{variant:"default",onClick:m},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)("gsc.grid.columnFilter.clear")),1)]),_:1}),e.createVNode(e.unref(l.GscButton),{variant:"primary",onClick:v},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)("gsc.grid.columnFilter.apply")),1)]),_:1})])]))}},c=o.default(i,[["__scopeId","data-v-a0a8794b"]]);exports.default=c;
@@ -1 +1,14 @@
1
- [data-v-ac85ebd4],[data-v-ac85ebd4]:before,[data-v-ac85ebd4]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-ac85ebd4]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute[data-v-ac85ebd4]{position:absolute}.relative[data-v-ac85ebd4]{position:relative}.right-0[data-v-ac85ebd4]{right:0}.z-20[data-v-ac85ebd4]{z-index:20}.mt-1[data-v-ac85ebd4]{margin-top:.25rem}.mt-2[data-v-ac85ebd4]{margin-top:.5rem}.max-h-64[data-v-ac85ebd4]{max-height:16rem}.w-72[data-v-ac85ebd4]{width:18rem}.flex[data-v-ac85ebd4]{display:flex}.table[data-v-ac85ebd4]{display:table}.cursor-pointer[data-v-ac85ebd4]{cursor:pointer}.items-center[data-v-ac85ebd4]{align-items:center}.justify-between[data-v-ac85ebd4]{justify-content:space-between}.gap-2[data-v-ac85ebd4]{gap:.5rem}.overflow-auto[data-v-ac85ebd4]{overflow:auto}.truncate[data-v-ac85ebd4]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-md[data-v-ac85ebd4]{border-radius:.375rem}.hover\:bg-\[rgba\(0\,0\,0\,0\.02\)\][data-v-ac85ebd4]:hover{--un-bg-opacity:.02;background-color:#00000005;background-color:rgba(0,0,0,var(--un-bg-opacity))}.p-2[data-v-ac85ebd4]{padding:.5rem}.px-2[data-v-ac85ebd4]{padding-left:.5rem;padding-right:.5rem}.py-1[data-v-ac85ebd4]{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5[data-v-ac85ebd4]{padding-top:.375rem;padding-bottom:.375rem}.pr-1[data-v-ac85ebd4]{padding-right:.25rem}.pt-2[data-v-ac85ebd4]{padding-top:.5rem}.text-sm[data-v-ac85ebd4]{font-size:.875rem;line-height:1.25rem}.text-\[rgba\(0\,0\,0\,0\.88\)\][data-v-ac85ebd4]{--un-text-opacity:.88;color:#000000e0;color:rgba(0,0,0,var(--un-text-opacity))}.font-medium[data-v-ac85ebd4]{font-weight:500}
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ [data-v-e7aee950],[data-v-e7aee950]:before,[data-v-e7aee950]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-e7aee950]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute[data-v-e7aee950]{position:absolute}.relative[data-v-e7aee950]{position:relative}.right-0[data-v-e7aee950]{right:0}.z-20[data-v-e7aee950]{z-index:20}.mt-1[data-v-e7aee950]{margin-top:.25rem}.mt-2[data-v-e7aee950]{margin-top:.5rem}.max-h-64[data-v-e7aee950]{max-height:16rem}.w-72[data-v-e7aee950]{width:18rem}.flex[data-v-e7aee950]{display:flex}.table[data-v-e7aee950]{display:table}.cursor-pointer[data-v-e7aee950]{cursor:pointer}.items-center[data-v-e7aee950]{align-items:center}.justify-between[data-v-e7aee950]{justify-content:space-between}.gap-2[data-v-e7aee950]{gap:.5rem}.overflow-auto[data-v-e7aee950]{overflow:auto}.truncate[data-v-e7aee950]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-md[data-v-e7aee950]{border-radius:.375rem}.hover\:bg-\[rgba\(0\,0\,0\,0\.02\)\][data-v-e7aee950]:hover{--un-bg-opacity:.02;background-color:#00000005;background-color:rgba(0,0,0,var(--un-bg-opacity))}.p-2[data-v-e7aee950]{padding:.5rem}.px-2[data-v-e7aee950]{padding-left:.5rem;padding-right:.5rem}.py-1[data-v-e7aee950]{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5[data-v-e7aee950]{padding-top:.375rem;padding-bottom:.375rem}.pr-1[data-v-e7aee950]{padding-right:.25rem}.pt-2[data-v-e7aee950]{padding-top:.5rem}.text-sm[data-v-e7aee950]{font-size:.875rem;line-height:1.25rem}.text-\[rgba\(0\,0\,0\,0\.88\)\][data-v-e7aee950]{--un-text-opacity:.88;color:#000000e0;color:rgba(0,0,0,var(--un-text-opacity))}.font-medium[data-v-e7aee950]{font-weight:500}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./ColumnSettings.css');const e=require("vue"),t=require("../../../hooks/useLocale.js"),n=require("../../../Button/index.js");;/* empty css */const o=require("../../../_virtual/_plugin-vue_export-helper.js"),l={class:"relative"},r={class:"flex items-center justify-between px-2 py-1"},c={class:"text-sm font-medium text-[rgba(0,0,0,0.88)]"},i={class:"max-h-64 overflow-auto pr-1 mt-1"},a=["checked","onChange"],s=["title"],u={class:"mt-2 flex items-center justify-between gap-2 gsc-divider-top pt-2"},d={__name:"ColumnSettings",props:{table:{type:Object,required:!0}},setup(o){const d=o,g=e.ref(!1),{t:p}=t.useLocale(),m=e.computed(()=>{try{return d.table.getAllLeafColumns?.()||[]}catch{return[]}});function f(){m.value.forEach(e=>e.toggleVisibility(!0))}function v(){m.value.forEach(e=>e.toggleVisibility(!1))}function x(){g.value=!1}return e.onMounted(()=>{document.addEventListener("click",x)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",x)}),(t,o)=>(e.openBlock(),e.createElementBlock("div",l,[e.createVNode(e.unref(n.GscButton),{type:"button",variant:"default",onClick:o[0]||(o[0]=e.withModifiers(e=>g.value=!g.value,["stop"]))},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)("gsc.grid.columnSettings.trigger")),1)]),_:1}),g.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"gsc-popover absolute right-0 mt-2 w-72 p-2 z-20",onClick:o[2]||(o[2]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("div",r,[e.createElementVNode("div",c,e.toDisplayString(e.unref(p)("gsc.grid.columnSettings.title")),1),e.createVNode(e.unref(n.GscButton),{type:"button",variant:"text",onClick:o[1]||(o[1]=e=>g.value=!1)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)("gsc.grid.columnSettings.close")),1)]),_:1})]),e.createElementVNode("div",i,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,t=>(e.openBlock(),e.createElementBlock("label",{key:t.id,class:"flex items-center gap-2 px-2 py-1.5 rounded-md hover:bg-[rgba(0,0,0,0.02)] cursor-pointer"},[e.createElementVNode("input",{type:"checkbox",class:"gsc-checkbox",checked:t.getIsVisible(),onChange:e=>t.toggleVisibility(!!e.target.checked)},null,40,a),e.createElementVNode("span",{class:"text-sm truncate",title:String(t.columnDef?.header??t.id)},e.toDisplayString(String(t.columnDef?.header??t.id)),9,s)]))),128))]),e.createElementVNode("div",u,[e.createVNode(e.unref(n.GscButton),{type:"button",variant:"default",class:"px-2",onClick:f},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)("gsc.grid.columnSettings.checkAll")),1)]),_:1}),e.createVNode(e.unref(n.GscButton),{type:"button",variant:"default",class:"px-2",onClick:v},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)("gsc.grid.columnSettings.uncheckAll")),1)]),_:1})])])):e.createCommentVNode("",!0)]))}},g=o.default(d,[["__scopeId","data-v-e7aee950"]]);exports.default=g;
@@ -1 +1,14 @@
1
- [data-v-506c5c98],[data-v-506c5c98]:before,[data-v-506c5c98]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-506c5c98]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-material-symbols\:filter-alt-outline[data-v-506c5c98]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' vertical-align='-0.125em' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 20q-.425 0-.712-.288T10 19v-6L4.2 5.6q-.375-.5-.112-1.05T5 4h14q.65 0 .913.55T19.8 5.6L14 13v6q0 .425-.288.713T13 20zm1-7.7L16.95 6h-9.9zm0 0'/%3E%3C/svg%3E");-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' vertical-align='-0.125em' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 20q-.425 0-.712-.288T10 19v-6L4.2 5.6q-.375-.5-.112-1.05T5 4h14q.65 0 .913.55T19.8 5.6L14 13v6q0 .425-.288.713T13 20zm1-7.7L16.95 6h-9.9zm0 0'/%3E%3C/svg%3E") no-repeat;mask:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' vertical-align='-0.125em' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 20q-.425 0-.712-.288T10 19v-6L4.2 5.6q-.375-.5-.112-1.05T5 4h14q.65 0 .913.55T19.8 5.6L14 13v6q0 .425-.288.713T13 20zm1-7.7L16.95 6h-9.9zm0 0'/%3E%3C/svg%3E") no-repeat;-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;vertical-align:-.125em;display:inline-block;width:1em;height:1em}.absolute[data-v-506c5c98]{position:absolute}.relative[data-v-506c5c98]{position:relative}.sticky[data-v-506c5c98]{position:sticky}.right-0[data-v-506c5c98]{right:0}.top-0[data-v-506c5c98]{top:0}.z-10[data-v-506c5c98]{z-index:10}.ml-auto[data-v-506c5c98]{margin-left:auto}.mt-0\.5[data-v-506c5c98]{margin-top:.125rem}.h-6[data-v-506c5c98]{height:1.5rem}.h-full[data-v-506c5c98]{height:100%}.min-w-0[data-v-506c5c98]{min-width:0}.w-2[data-v-506c5c98]{width:.5rem}.w-full[data-v-506c5c98]{width:100%}.flex[data-v-506c5c98]{display:flex}.flex-1[data-v-506c5c98]{flex:1 1 0%}.shrink-0[data-v-506c5c98]{flex-shrink:0}.table[data-v-506c5c98]{display:table}.cursor-pointer[data-v-506c5c98]{cursor:pointer}.cursor-grab[data-v-506c5c98]{cursor:grab}.cursor-col-resize[data-v-506c5c98]{cursor:col-resize}.select-none[data-v-506c5c98]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.items-start[data-v-506c5c98]{align-items:flex-start}.items-center[data-v-506c5c98]{align-items:center}.gap-1[data-v-506c5c98]{gap:.25rem}.gap-2[data-v-506c5c98]{gap:.5rem}.overflow-auto[data-v-506c5c98]{overflow:auto}.truncate[data-v-506c5c98]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words[data-v-506c5c98]{overflow-wrap:break-word}.px[data-v-506c5c98]{padding-left:1rem;padding-right:1rem}.px-2[data-v-506c5c98]{padding-left:.5rem;padding-right:.5rem}.px-3[data-v-506c5c98]{padding-left:.75rem;padding-right:.75rem}.py-10[data-v-506c5c98]{padding-top:2.5rem;padding-bottom:2.5rem}.text-center[data-v-506c5c98]{text-align:center}.align-top[data-v-506c5c98]{vertical-align:top}.text-sm[data-v-506c5c98]{font-size:.875rem;line-height:1.25rem}.text-xs[data-v-506c5c98]{font-size:.75rem;line-height:1rem}.text-\[rgba\(0\,0\,0\,0\.25\)\][data-v-506c5c98]{--un-text-opacity:.25;color:#00000040;color:rgba(0,0,0,var(--un-text-opacity))}.text-\[rgba\(0\,0\,0\,0\.45\)\][data-v-506c5c98],.hover\:text-\[rgba\(0\,0\,0\,0\.45\)\][data-v-506c5c98]:hover{--un-text-opacity:.45;color:#00000073;color:rgba(0,0,0,var(--un-text-opacity))}
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ [data-v-41fc8372],[data-v-41fc8372]:before,[data-v-41fc8372]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-41fc8372]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-material-symbols\:filter-alt-outline[data-v-41fc8372]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' vertical-align='-0.125em' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 20q-.425 0-.712-.288T10 19v-6L4.2 5.6q-.375-.5-.112-1.05T5 4h14q.65 0 .913.55T19.8 5.6L14 13v6q0 .425-.288.713T13 20zm1-7.7L16.95 6h-9.9zm0 0'/%3E%3C/svg%3E");-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' vertical-align='-0.125em' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 20q-.425 0-.712-.288T10 19v-6L4.2 5.6q-.375-.5-.112-1.05T5 4h14q.65 0 .913.55T19.8 5.6L14 13v6q0 .425-.288.713T13 20zm1-7.7L16.95 6h-9.9zm0 0'/%3E%3C/svg%3E") no-repeat;mask:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' vertical-align='-0.125em' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 20q-.425 0-.712-.288T10 19v-6L4.2 5.6q-.375-.5-.112-1.05T5 4h14q.65 0 .913.55T19.8 5.6L14 13v6q0 .425-.288.713T13 20zm1-7.7L16.95 6h-9.9zm0 0'/%3E%3C/svg%3E") no-repeat;-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;vertical-align:-.125em;display:inline-block;width:1em;height:1em}.absolute[data-v-41fc8372]{position:absolute}.relative[data-v-41fc8372]{position:relative}.sticky[data-v-41fc8372]{position:sticky}.right-0[data-v-41fc8372]{right:0}.top-0[data-v-41fc8372]{top:0}.z-10[data-v-41fc8372]{z-index:10}.ml-auto[data-v-41fc8372]{margin-left:auto}.mt-0\.5[data-v-41fc8372]{margin-top:.125rem}.h-6[data-v-41fc8372]{height:1.5rem}.h-full[data-v-41fc8372]{height:100%}.min-w-0[data-v-41fc8372]{min-width:0}.w-2[data-v-41fc8372]{width:.5rem}.w-full[data-v-41fc8372]{width:100%}.flex[data-v-41fc8372]{display:flex}.flex-1[data-v-41fc8372]{flex:1 1 0%}.shrink-0[data-v-41fc8372]{flex-shrink:0}.table[data-v-41fc8372]{display:table}.cursor-pointer[data-v-41fc8372]{cursor:pointer}.cursor-grab[data-v-41fc8372]{cursor:grab}.cursor-col-resize[data-v-41fc8372]{cursor:col-resize}.select-none[data-v-41fc8372]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.items-start[data-v-41fc8372]{align-items:flex-start}.items-center[data-v-41fc8372]{align-items:center}.gap-1[data-v-41fc8372]{gap:.25rem}.gap-2[data-v-41fc8372]{gap:.5rem}.overflow-auto[data-v-41fc8372]{overflow:auto}.truncate[data-v-41fc8372]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words[data-v-41fc8372]{overflow-wrap:break-word}.px[data-v-41fc8372]{padding-left:1rem;padding-right:1rem}.px-2[data-v-41fc8372]{padding-left:.5rem;padding-right:.5rem}.px-3[data-v-41fc8372]{padding-left:.75rem;padding-right:.75rem}.py-10[data-v-41fc8372]{padding-top:2.5rem;padding-bottom:2.5rem}.text-center[data-v-41fc8372]{text-align:center}.align-top[data-v-41fc8372]{vertical-align:top}.text-sm[data-v-41fc8372]{font-size:.875rem;line-height:1.25rem}.text-xs[data-v-41fc8372]{font-size:.75rem;line-height:1rem}.text-\[rgba\(0\,0\,0\,0\.25\)\][data-v-41fc8372]{--un-text-opacity:.25;color:#00000040;color:rgba(0,0,0,var(--un-text-opacity))}.text-\[rgba\(0\,0\,0\,0\.45\)\][data-v-41fc8372],.hover\:text-\[rgba\(0\,0\,0\,0\.45\)\][data-v-41fc8372]:hover{--un-text-opacity:.45;color:#00000073;color:rgba(0,0,0,var(--un-text-opacity))}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./DataTable.css');const e=require("vue"),t=require("../../../node_modules/@tanstack/vue-table/build/lib/index.js"),l=require("./ColumnFilter.vue.js"),o=require("./CellEditor.vue.js"),n=require("../../../hooks/useLocale.js"),c=require("../../../Button/index.js");;/* empty css */const r=require("../../../_virtual/_plugin-vue_export-helper.js"),a={class:"w-full"},i={class:"gsc-table"},u={class:"gsc-thead sticky top-0 z-10"},s=["checked",".indeterminate"],d=["onDrop"],m={class:"flex items-center gap-2 min-w-0"},p=["onClick"],g=["title","onDragstart"],k={class:"truncate"},f={key:0,class:"text-[rgba(0,0,0,0.45)] text-xs"},v=["onMousedown"],h=["checked","onChange"],y=["onDblclick"],B={key:1,class:"flex items-start gap-2"},x={class:"min-w-0 flex-1"},b={key:1,class:"break-words"},C={key:0},w=["colspan"],S={key:1,class:"w-full"},E={class:"gsc-table"},V={class:"gsc-thead sticky top-0 z-10"},N=["checked",".indeterminate"],D=["onDrop"],z={class:"flex items-center gap-2 min-w-0"},R=["onClick"],M=["title","onDragstart"],$={class:"truncate"},F={key:0,class:"text-[rgba(0,0,0,0.45)] text-xs"},I=["onMousedown"],L={class:"gsc-table"},_=["checked","onChange"],P=["onDblclick"],A={key:1,class:"break-words"},j={key:0},T=["colspan"],q={__name:"DataTable",props:{table:{type:Object,required:!0},mode:{type:String,default:"server"},loading:{type:Boolean,default:!1},virtual:{type:Boolean,default:!1},height:{type:[Number,String],default:400},rowHeight:{type:Number,default:40},enableRowSelection:{type:Boolean,default:!1}},emits:["selection-change","cell-change","server-filter-change"],setup(r,{emit:q}){const H=r,O=q,{t:U}=n.useLocale(),G=e.computed(()=>H.table),W=e.computed(()=>{try{return G.value.getHeaderGroups?.()||[]}catch{return[]}}),K=e.computed(()=>{try{return G.value.getRowModel?.().rows||[]}catch{return[]}}),J=e.computed(()=>(G.value.getVisibleLeafColumns?.()||[]).length+(H.enableRowSelection?1:0));function Q(e){const t=e.getIsSorted?.();return"asc"===t?"↑":"desc"===t?"↓":""}function X(e,t){const l=t.column;if(!l.getCanSort?.())return;const o=!!e?.shiftKey;l.toggleSorting?.(void 0,o)}const Y=e.ref(null);function Z(e,t){Y.value=t?.id??null;try{e.dataTransfer.effectAllowed="move",e.dataTransfer.setData("text/plain",String(t?.id??""))}catch{}}function ee(e){const t=e?.getIsPinned?.();return"left"===t?"left":"right"===t?"right":"center"}function te(e,t,l){const o=e.indexOf(t),n=e.indexOf(l);if(-1===o||-1===n)return e;if(o===n)return e;const c=e.slice();return c.splice(o,1),c.splice(n,0,t),c}function le(e,t){const l=t?.id;let o=Y.value;try{const t=e.dataTransfer.getData("text/plain");t&&(o=t)}catch{}if(!o||!l||o===l)return void(Y.value=null);const n=(G.value.getAllLeafColumns?.()||[]).filter(Boolean),c=n.find(e=>e.id===o),r=n.find(e=>e.id===l);if(!c||!r)return void(Y.value=null);const a=ee(c);if(a!==ee(r))return void(Y.value=null);const i=n.filter(e=>"left"===ee(e)).map(e=>e.id),u=n.filter(e=>"center"===ee(e)).map(e=>e.id),s=n.filter(e=>"right"===ee(e)).map(e=>e.id);let d=i,m=u,p=s;"left"===a?d=te(i,o,l):"right"===a?p=te(s,o,l):m=te(u,o,l),G.value.setColumnOrder?.([...d,...m,...p]),Y.value=null}function oe(e){const t=e.getIsPinned?.();if("left"===t){return{position:"sticky",left:`${(e.getStart?.("left")??0)+(H.enableRowSelection?44:0)}px`,zIndex:2}}if("right"===t){return{position:"sticky",right:`${e.getAfter?.("right")??0}px`,zIndex:2}}return{}}const ne=e.computed(()=>H.enableRowSelection?{width:"44px",minWidth:"44px",position:"sticky",left:"0px",zIndex:4}:{}),ce=e.computed(()=>H.enableRowSelection?{width:"44px",minWidth:"44px",position:"sticky",left:"0px",zIndex:3}:{}),re=e.computed(()=>{if(H.virtual)return{};const e=H.height;return null==e||""===e?{}:"number"==typeof e?{height:`${e}px`,overflow:"auto"}:"auto"===e||"100%"===e?{height:"100%",overflow:"auto"}:{height:String(e),overflow:"auto"}});function ae(e){const t=e.column,l=e.getSize?.();return{width:l?`${l}px`:void 0,minWidth:t.columnDef?.minSize?`${t.columnDef.minSize}px`:void 0,position:"relative",...oe(t)}}function ie(e){const t=e.column,l=t.getSize?.();return{width:l?`${l}px`:void 0,minWidth:t.columnDef?.minSize?`${t.columnDef.minSize}px`:void 0,...oe(t)}}const ue=e.ref(null),se=e.reactive({});function de(e){const t=e?.columnDef?.meta?.col;return!!(t?.filterable||t?.filterType||t?.filterOptions)}function me(e){const t=e?.columnDef?.meta?.col;return t?.filterType||"text"}function pe(e){const t=e?.columnDef?.meta?.col;return t?.filterOptions||[]}function ge(e){ue.value=ue.value===e?null:e}function ke(e,t){se[e]=t}function fe(e){if("server"===H.mode)return O("server-filter-change",{key:e,value:se[e]}),void(ue.value=null);const t=G.value.getColumn?.(e);t?.setFilterValue?.(se[e]),ue.value=null}function ve(e){if(se[e]="","server"===H.mode)return O("server-filter-change",{key:e,value:""}),void(ue.value=null);const t=G.value.getColumn?.(e);t?.setFilterValue?.(""),ue.value=null}function he(){ue.value=null}e.onMounted(()=>{document.addEventListener("click",he)}),e.onBeforeUnmount(()=>{document.removeEventListener("click",he)}),e.watch(()=>G.value.getState?.().rowSelection,()=>{if(H.enableRowSelection)try{const e=G.value.getSelectedRowModel?.().rows||[];O("selection-change",e.map(e=>e.original))}catch{}},{deep:!0});const ye=e.reactive({});function Be(e,t){return`${e.id}::${t.id}`}function xe(e){const t=e?.columnDef?.meta?.col;return!!t?.editor}function be(e){const t=e?.columnDef?.meta?.col;return t?.editor?"input"===t.editor?"text":t.editor:"text"}function Ce(e){const t=e?.columnDef?.meta?.col;return t?.options||[]}function we(e,t){if(!xe(t))return;const l=Be(e,t);ye[l]=e.original?.[t.id]}function Se(e,t){const l=Be(e,t);return Object.prototype.hasOwnProperty.call(ye,l)}function Ee(e,t){const l=Be(e,t);return ye[l]}function Ve(e,t,l){const o=Be(e,t);ye[o]=l}function Ne(e,t){const l=Be(e,t);delete ye[l]}function De(e,t,l){const o=Be(e,t);try{e.original[t.id]=l}catch{}O("cell-change",{row:e.original,rowId:e.id,column:t.id,value:l}),delete ye[o]}const ze=e.ref(0);function Re(e){ze.value=e.target.scrollTop||0}const Me=e.computed(()=>Math.ceil(H.height/H.rowHeight)+6),$e=e.computed(()=>Math.max(0,Math.floor((ze.value||0)/H.rowHeight))),Fe=e.computed(()=>$e.value+Me.value),Ie=e.computed(()=>K.value.slice($e.value,Fe.value)),Le=e.computed(()=>$e.value*H.rowHeight),_e=e.computed(()=>Math.max(0,(K.value.length-Fe.value)*H.rowHeight));return(n,q)=>(e.openBlock(),e.createElementBlock("div",a,[r.virtual?(e.openBlock(),e.createElementBlock("div",S,[e.createElementVNode("table",E,[e.createElementVNode("thead",V,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(W.value,o=>(e.openBlock(),e.createElementBlock("tr",{key:o.id},[r.enableRowSelection?(e.openBlock(),e.createElementBlock("th",{key:0,class:"gsc-th text-center",style:e.normalizeStyle(ne.value)},[e.createElementVNode("input",{type:"checkbox",class:"gsc-checkbox",checked:G.value.getIsAllPageRowsSelected?.(),".indeterminate":G.value.getIsSomePageRowsSelected?.(),onChange:q[2]||(q[2]=e=>G.value.toggleAllPageRowsSelected?.(!!e.target.checked))},null,40,N)],4)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.headers,o=>(e.openBlock(),e.createElementBlock("th",{key:o.id,class:"gsc-th",style:e.normalizeStyle(ae(o)),onDragover:q[3]||(q[3]=e.withModifiers(()=>{},["prevent"])),onDrop:e=>le(e,o.column)},[e.createElementVNode("div",z,[e.createElementVNode("div",{class:e.normalizeClass(["flex items-center gap-1 min-w-0",o.column.getCanSort?.()?"cursor-pointer":""]),onClick:e=>X(e,o)},[e.createElementVNode("span",{class:"text-[rgba(0,0,0,0.25)] hover:text-[rgba(0,0,0,0.45)] cursor-grab select-none",title:e.unref(U)("gsc.grid.table.dragReorder"),draggable:"true",onDragstart:e=>Z(e,o.column)}," ⋮⋮ ",40,M),e.createElementVNode("span",$,[o.isPlaceholder?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(t.FlexRender),{key:0,render:o.column.columnDef.header,props:o.getContext()},null,8,["render","props"]))]),o.column.getCanSort?.()?(e.openBlock(),e.createElementBlock("span",F,e.toDisplayString(Q(o.column)),1)):e.createCommentVNode("",!0)],10,R),de(o.column)?(e.openBlock(),e.createBlock(e.unref(c.GscButton),{key:0,type:"button",variant:"text",size:"icon",class:"ml-auto gsc-btn-icon-sm",title:e.unref(U)("gsc.grid.table.filter"),"aria-label":e.unref(U)("gsc.grid.table.filter"),onClick:e.withModifiers(e=>ge(o.column.id),["stop"])},{default:e.withCtx(()=>[...q[6]||(q[6]=[e.createElementVNode("i",{class:"i-material-symbols:filter-alt-outline","aria-hidden":"true"},null,-1)])]),_:1},8,["title","aria-label","onClick"])):e.createCommentVNode("",!0)]),ue.value===o.column.id?(e.openBlock(),e.createBlock(l.default,{key:0,value:se[o.column.id],type:me(o.column),options:pe(o.column),"onUpdate:value":e=>ke(o.column.id,e),onApply:e=>fe(o.column.id),onClear:e=>ve(o.column.id)},null,8,["value","type","options","onUpdate:value","onApply","onClear"])):e.createCommentVNode("",!0),o.column.getCanResize?.()?(e.openBlock(),e.createElementBlock("div",{key:1,class:"absolute right-0 top-0 h-full w-2 cursor-col-resize",onMousedown:e.withModifiers(e=>o.getResizeHandler?.()(e),["prevent"])},null,40,I)):e.createCommentVNode("",!0)],44,D))),128))]))),128))])]),e.createElementVNode("div",{class:"overflow-auto",style:e.normalizeStyle({height:`${r.height}px`}),onScroll:Re},[e.createElementVNode("div",{style:e.normalizeStyle({height:`${Le.value}px`})},null,4),e.createElementVNode("table",L,[e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Ie.value,l=>(e.openBlock(),e.createElementBlock("tr",{key:l.id,class:"gsc-tr",style:e.normalizeStyle({height:`${r.rowHeight}px`})},[r.enableRowSelection?(e.openBlock(),e.createElementBlock("td",{key:0,class:"gsc-td text-center",style:e.normalizeStyle(ce.value)},[e.createElementVNode("input",{type:"checkbox",class:"gsc-checkbox",checked:l.getIsSelected?.(),onChange:e=>l.toggleSelected?.(!!e.target.checked)},null,40,_)],4)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.getVisibleCells(),n=>(e.openBlock(),e.createElementBlock("td",{key:n.id,class:"gsc-td align-top",style:e.normalizeStyle(ie(n)),onDblclick:e=>we(l,n.column)},[Se(l,n.column)?(e.openBlock(),e.createBlock(o.default,{key:0,"model-value":Ee(l,n.column),type:be(n.column),options:Ce(n.column),onUpdateModelValue:e=>Ve(l,n.column,e),onCommit:e=>De(l,n.column,e),onCancel:e=>Ne(l,n.column)},null,8,["model-value","type","options","onUpdateModelValue","onCommit","onCancel"])):(e.openBlock(),e.createElementBlock("span",A,[e.createVNode(e.unref(t.FlexRender),{render:n.column.columnDef.cell,props:n.getContext()},null,8,["render","props"])]))],44,P))),128))],4))),128)),0===Ie.value.length?(e.openBlock(),e.createElementBlock("tr",j,[e.createElementVNode("td",{colspan:J.value,class:"px-3 py-10 text-center text-sm text-[rgba(0,0,0,0.45)]"},e.toDisplayString(r.loading?e.unref(U)("gsc.grid.table.loading"):e.unref(U)("gsc.grid.table.empty")),9,T)])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",{style:e.normalizeStyle({height:`${_e.value}px`})},null,4)],36)])):(e.openBlock(),e.createElementBlock("div",{key:0,class:"overflow-auto",style:e.normalizeStyle(re.value)},[e.createElementVNode("table",i,[e.createElementVNode("thead",u,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(W.value,o=>(e.openBlock(),e.createElementBlock("tr",{key:o.id},[r.enableRowSelection?(e.openBlock(),e.createElementBlock("th",{key:0,class:"gsc-th text-center",style:e.normalizeStyle(ne.value)},[e.createElementVNode("input",{type:"checkbox",class:"gsc-checkbox",checked:G.value.getIsAllPageRowsSelected?.(),".indeterminate":G.value.getIsSomePageRowsSelected?.(),onChange:q[0]||(q[0]=e=>G.value.toggleAllPageRowsSelected?.(!!e.target.checked))},null,40,s)],4)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.headers,o=>(e.openBlock(),e.createElementBlock("th",{key:o.id,class:"gsc-th",style:e.normalizeStyle(ae(o)),onDragover:q[1]||(q[1]=e.withModifiers(()=>{},["prevent"])),onDrop:e=>le(e,o.column)},[e.createElementVNode("div",m,[e.createElementVNode("div",{class:e.normalizeClass(["flex items-center gap-1 min-w-0",o.column.getCanSort?.()?"cursor-pointer":""]),onClick:e=>X(e,o)},[e.createElementVNode("span",{class:"text-[rgba(0,0,0,0.25)] hover:text-[rgba(0,0,0,0.45)] cursor-grab select-none",title:e.unref(U)("gsc.grid.table.dragReorder"),draggable:"true",onDragstart:e=>Z(e,o.column)}," ⋮⋮ ",40,g),e.createElementVNode("span",k,[o.isPlaceholder?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(t.FlexRender),{key:0,render:o.column.columnDef.header,props:o.getContext()},null,8,["render","props"]))]),o.column.getCanSort?.()?(e.openBlock(),e.createElementBlock("span",f,e.toDisplayString(Q(o.column)),1)):e.createCommentVNode("",!0)],10,p),de(o.column)?(e.openBlock(),e.createBlock(e.unref(c.GscButton),{key:0,type:"button",variant:"text",size:"icon",class:"ml-auto gsc-btn-icon-sm",title:e.unref(U)("gsc.grid.table.filter"),"aria-label":e.unref(U)("gsc.grid.table.filter"),onClick:e.withModifiers(e=>ge(o.column.id),["stop"])},{default:e.withCtx(()=>[...q[4]||(q[4]=[e.createElementVNode("i",{class:"i-material-symbols:filter-alt-outline","aria-hidden":"true"},null,-1)])]),_:1},8,["title","aria-label","onClick"])):e.createCommentVNode("",!0)]),ue.value===o.column.id?(e.openBlock(),e.createBlock(l.default,{key:0,value:se[o.column.id],type:me(o.column),options:pe(o.column),"onUpdate:value":e=>ke(o.column.id,e),onApply:e=>fe(o.column.id),onClear:e=>ve(o.column.id)},null,8,["value","type","options","onUpdate:value","onApply","onClear"])):e.createCommentVNode("",!0),o.column.getCanResize?.()?(e.openBlock(),e.createElementBlock("div",{key:1,class:"absolute right-0 top-0 h-full w-2 cursor-col-resize",onMousedown:e.withModifiers(e=>o.getResizeHandler?.()(e),["prevent"])},null,40,v)):e.createCommentVNode("",!0)],44,d))),128))]))),128))]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(K.value,l=>(e.openBlock(),e.createElementBlock("tr",{key:l.id,class:"gsc-tr"},[r.enableRowSelection?(e.openBlock(),e.createElementBlock("td",{key:0,class:"gsc-td text-center",style:e.normalizeStyle(ce.value)},[e.createElementVNode("input",{type:"checkbox",class:"gsc-checkbox",checked:l.getIsSelected?.(),onChange:e=>l.toggleSelected?.(!!e.target.checked)},null,40,h)],4)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.getVisibleCells(),r=>(e.openBlock(),e.createElementBlock("td",{key:r.id,class:"gsc-td align-top",style:e.normalizeStyle(ie(r)),onDblclick:e=>we(l,r.column)},[n.$slots[`cell-${r.column.id}`]?e.renderSlot(n.$slots,`cell-${r.column.id}`,{key:0,value:r.getValue(),row:l.original},void 0,!0):(e.openBlock(),e.createElementBlock("div",B,[e.createElementVNode("div",x,[Se(l,r.column)?(e.openBlock(),e.createBlock(o.default,{key:0,"model-value":Ee(l,r.column),type:be(r.column),options:Ce(r.column),onUpdateModelValue:e=>Ve(l,r.column,e),onCommit:e=>De(l,r.column,e),onCancel:e=>Ne(l,r.column)},null,8,["model-value","type","options","onUpdateModelValue","onCommit","onCancel"])):(e.openBlock(),e.createElementBlock("span",b,[e.createVNode(e.unref(t.FlexRender),{render:r.column.columnDef.cell,props:r.getContext()},null,8,["render","props"])]))]),xe(r.column)&&!Se(l,r.column)?(e.openBlock(),e.createBlock(e.unref(c.GscButton),{key:0,variant:"default",class:"shrink-0 mt-0.5 px-2 h-6 text-xs",onClick:e.withModifiers(e=>we(l,r.column),["stop"])},{default:e.withCtx(()=>[...q[5]||(q[5]=[e.createTextVNode(" ✎ ",-1)])]),_:1},8,["onClick"])):e.createCommentVNode("",!0)]))],44,y))),128))]))),128)),0===K.value.length?(e.openBlock(),e.createElementBlock("tr",C,[e.createElementVNode("td",{colspan:J.value,class:"px-3 py-10 text-center text-sm text-[rgba(0,0,0,0.45)]"},e.toDisplayString(r.loading?e.unref(U)("gsc.grid.table.loading"):e.unref(U)("gsc.grid.table.empty")),9,w)])):e.createCommentVNode("",!0)])])],4))]))}},H=r.default(q,[["__scopeId","data-v-41fc8372"]]);exports.default=H;
@@ -1 +1,14 @@
1
- [data-v-729972d8],[data-v-729972d8]:before,[data-v-729972d8]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-729972d8]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.text-sm[data-v-729972d8]{font-size:.875rem;line-height:1.25rem}
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ [data-v-6df635e7],[data-v-6df635e7]:before,[data-v-6df635e7]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-6df635e7]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.text-sm[data-v-6df635e7]{font-size:.875rem;line-height:1.25rem}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./Pager.css');const e=require("vue"),t=require("../../../hooks/useLocale.js"),a=require("../../../Button/index.js");;/* empty css */const l=require("../../../_virtual/_plugin-vue_export-helper.js"),r={class:"gsc-pager"},o={class:"text-sm gsc-text-secondary"},s=["value"],u=["value"],n={class:"gsc-pager-jumper text-sm"},i=["value"],c={class:"gsc-text-secondary"},p={__name:"Pager",props:{page:{type:Number,default:1},pageSize:{type:Number,default:10},total:{type:Number,default:0},pageSizeOptions:{type:Array,default:()=>[10,20,50,100]}},emits:["update:page","update:pageSize"],setup(l){const p=l,{t:d}=t.useLocale(),g=e.computed(()=>Math.max(1,Math.ceil((p.total||0)/(p.pageSize||1))));return(t,p)=>(e.openBlock(),e.createElementBlock("div",r,[e.createElementVNode("div",o,e.toDisplayString(e.unref(d)("gsc.grid.pager.total",{total:l.total})),1),e.createElementVNode("select",{class:"gsc-control gsc-control-auto",value:l.pageSize,onChange:p[0]||(p[0]=e=>t.$emit("update:pageSize",Number(e.target.value)))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.pageSizeOptions,t=>(e.openBlock(),e.createElementBlock("option",{key:t,value:t},e.toDisplayString(e.unref(d)("gsc.grid.pager.pageSize",{size:t})),9,u))),128))],40,s),e.createVNode(e.unref(a.GscButton),{variant:"default",size:"icon",disabled:l.page<=1,onClick:p[1]||(p[1]=e=>t.$emit("update:page",l.page-1))},{default:e.withCtx(()=>[...p[4]||(p[4]=[e.createElementVNode("span",{"aria-hidden":"true"},"‹",-1)])]),_:1},8,["disabled"]),e.createElementVNode("div",n,[e.createElementVNode("input",{class:"gsc-control gsc-control-page gsc-control-center",value:l.page,onChange:p[2]||(p[2]=e=>t.$emit("update:page",Number(e.target.value||1)))},null,40,i),e.createElementVNode("span",c,"/ "+e.toDisplayString(g.value),1)]),e.createVNode(e.unref(a.GscButton),{variant:"default",size:"icon",disabled:l.page>=g.value,onClick:p[3]||(p[3]=e=>t.$emit("update:page",l.page+1))},{default:e.withCtx(()=>[...p[5]||(p[5]=[e.createElementVNode("span",{"aria-hidden":"true"},"›",-1)])]),_:1},8,["disabled"])]))}},d=l.default(p,[["__scopeId","data-v-6df635e7"]]);exports.default=d;
@@ -1 +1,14 @@
1
- [data-v-366b3fad],[data-v-366b3fad]:before,[data-v-366b3fad]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-366b3fad]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.container[data-v-366b3fad]{width:100%}@media(min-width:576px){.container[data-v-366b3fad]{max-width:576px}}@media(min-width:768px){.container[data-v-366b3fad]{max-width:768px}}@media(min-width:992px){.container[data-v-366b3fad]{max-width:992px}}@media(min-width:1200px){.container[data-v-366b3fad]{max-width:1200px}}@media(min-width:1600px){.container[data-v-366b3fad]{max-width:1600px}}@media(min-width:2000px){.container[data-v-366b3fad]{max-width:2000px}}.flex[data-v-366b3fad]{display:flex}.resize[data-v-366b3fad]{resize:both}.items-center[data-v-366b3fad]{align-items:center}.gap-2[data-v-366b3fad]{gap:.5rem}
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ [data-v-12df738c],[data-v-12df738c]:before,[data-v-12df738c]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-12df738c]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.container[data-v-12df738c]{width:100%}@media(min-width:576px){.container[data-v-12df738c]{max-width:576px}}@media(min-width:768px){.container[data-v-12df738c]{max-width:768px}}@media(min-width:992px){.container[data-v-12df738c]{max-width:992px}}@media(min-width:1200px){.container[data-v-12df738c]{max-width:1200px}}@media(min-width:1600px){.container[data-v-12df738c]{max-width:1600px}}@media(min-width:2000px){.container[data-v-12df738c]{max-width:2000px}}.flex[data-v-12df738c]{display:flex}.resize[data-v-12df738c]{resize:both}.items-center[data-v-12df738c]{align-items:center}.gap-2[data-v-12df738c]{gap:.5rem}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./QueryBar.css');const e=require("vue"),t=require("../../../hooks/useLocale.js"),n=require("../../../Form/index.js"),a=require("../../../Button/index.js");;/* empty css */const r=require("../../../_virtual/_plugin-vue_export-helper.js"),o={class:"actions-left"},l={class:"actions-right flex items-center gap-2"},u={__name:"QueryBar",props:{schema:{type:Array,default:()=>[]},modelValue:{type:Object,default:()=>({})},loading:{type:Boolean,default:!1}},emits:["update:modelValue","search","reset"],setup(r,{emit:u}){const i=r,d=u,{t:s}=t.useLocale(),c=e.ref(!0),f=e.ref(null);const p=e.computed(()=>function(e=[]){return(e||[]).filter(Boolean).map(e=>({key:e.key,label:e.label??e.title??e.key,type:e.type??"text",placeholder:e.placeholder,options:e.options,span:e.span,startKey:e.startKey,endKey:e.endKey,showTime:e.showTime||e.withTime||!1,defaultValue:e.defaultValue})).filter(e=>"dateRange"===e.type?!(!e.startKey||!e.endKey):!!e.key)}(i.schema)),m=e.ref("undefined"!=typeof window?window.innerWidth:1200);function y(){"undefined"!=typeof window&&(m.value=window.innerWidth)}e.onMounted(()=>{"undefined"!=typeof window&&window.addEventListener("resize",y)}),e.onBeforeUnmount(()=>{"undefined"!=typeof window&&window.removeEventListener("resize",y)});const v=e.computed(()=>{const e=m.value||1200;return e>=3840?8:e>=2560?7:e>=1920?6:e>=1536?5:e>=1280?4:e>=1024?3:e>=768?2:1});function g(e){if(!e)return 1;if("dateRange"===e.type)return 2;const t=Number(e.span||0);return t>=1?t:1}const h=e.computed(()=>{const e=v.value,t=function(e,t){let n=1,a=0;for(const r of e){const e=Math.min(g(r),t);a+e>t?(n+=1,a=e):a+=e}return n}(p.value,e);return t>2}),w=e.computed(()=>{const e=p.value,t=v.value;if(!h.value)return e;if(!c.value)return e;const n=[];let a=1,r=0;for(const o of e){const e=Math.min(g(o),t);if(r+e>t?(a+=1,r=e):r+=e,a>2)break;n.push(o)}return n}),x=e.computed(()=>{const e=v.value||1;if(e<=2)return{gridColumn:"1 / -1",display:"flex",justifyContent:"flex-end",gap:"8px",alignItems:"center"};return{gridColumn:`${Math.max(1,e-1)} / span 2`,display:"flex",justifyContent:"flex-end",gap:"6px",alignItems:"center"}});function V(){try{f.value?.submit()}catch{}}function B(){try{f.value?.reset()}catch{}}return(t,u)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(n.GscForm),{ref_key:"innerForm",ref:f,schema:w.value,"model-value":i.modelValue,"show-actions":!1,"onUpdate:modelValue":u[1]||(u[1]=e=>d("update:modelValue",e)),onSubmit:u[2]||(u[2]=e=>{d("update:modelValue",e),d("search",e)}),onReset:u[3]||(u[3]=e=>{d("update:modelValue",e),d("reset",e)})},{actions:e.withCtx(()=>[e.createElementVNode("div",{class:"gsc-form-actions-unified",style:e.normalizeStyle(x.value)},[e.createElementVNode("div",o,[e.createVNode(e.unref(a.GscButton),{variant:"default",disabled:r.loading,onClick:B},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(s)("gsc.grid.queryBar.action.reset")),1)]),_:1},8,["disabled"])]),e.createElementVNode("div",l,[e.createVNode(e.unref(a.GscButton),{variant:"primary",disabled:r.loading,onClick:V},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(s)("gsc.grid.queryBar.action.search")),1)]),_:1},8,["disabled"]),h.value?(e.openBlock(),e.createBlock(e.unref(a.GscButton),{key:0,variant:"link",onClick:u[0]||(u[0]=e=>c.value=!c.value)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(c.value?e.unref(s)("gsc.grid.queryBar.action.expand"):e.unref(s)("gsc.grid.queryBar.action.collapse")),1)]),_:1})):e.createCommentVNode("",!0)])],4)]),_:1},8,["schema","model-value"]),e.renderSlot(t.$slots,"extra",{},void 0,!0)],64))}},i=r.default(u,[["__scopeId","data-v-12df738c"]]);exports.default=i;
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");exports.useCellEditor=function(l,u){const t=e.ref(l.modelValue??"");return e.watch(()=>l.modelValue,e=>{t.value=e??""}),{localValue:t,updateLocal:function(e){t.value=e,u("update:modelValue",e)},commit:function(){u("commit",t.value),u("update:modelValue",t.value)},cancel:function(){u("cancel")}}};
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t=require("../../../node_modules/@tanstack/vue-table/build/lib/index.js"),a=require("../../../node_modules/@tanstack/table-core/build/lib/index.js");function l(e=[]){return(e||[]).map(e=>({key:e.key,title:e.title??e.label??e.key,width:e.width,minWidth:e.minWidth,fixed:e.fixed,sortable:!!e.sortable,filterable:!!e.filterable,filterType:e.filterType,filterOptions:e.filterOptions,formatter:e.formatter,editor:e.editor,options:e.options}))}exports.useGridTable=function(n={}){const{data:i=[],request:o,mode:u="server",pageSize:r=10,initialQuery:d={},columns:g=[],rowKey:c="id",enableRowSelection:s=!1}=n,v=e.ref(g||[]),f=e.ref(Array.isArray(i)?(i||[]).slice():(i?.value||[]).slice()),p=e.ref({...d||{}}),m=e.ref(0),y=e.ref(!1),b=e.ref({pageIndex:0,pageSize:r}),h=e.ref([]),w=e.ref({}),S=e.ref({left:[],right:[]}),x=e.ref({}),R=function(t){return e.computed(()=>l(t.value).map(e=>({id:e.key,accessorKey:e.key,header:e.title,size:e.width,minSize:e.minWidth??40,enableSorting:e.sortable,enableResizing:!0,enableHiding:!0,enablePinning:!0,meta:{col:e},cell:t=>{const a=t.getValue();if("function"==typeof e.formatter)try{return e.formatter(a,{row:t.row.original,index:t.row.index})}catch{return String(a??"")}return String(a??"")}})))}(v),C=e.computed(()=>"server"===u&&"function"==typeof o),M=t.useVueTable({get data(){return f.value},get columns(){return R.value},getRowId:(e,t)=>{const a=e&&e[c];return String(0===a||a?a:t)},state:{get sorting(){return h.value},get pagination(){return b.value},get columnVisibility(){return w.value},get columnPinning(){return S.value},get rowSelection(){return x.value}},onSortingChange:e=>{h.value=a.functionalUpdate(e,h.value),C.value&&(b.value={...b.value,pageIndex:0})},onPaginationChange:e=>{b.value=a.functionalUpdate(e,b.value)},onColumnVisibilityChange:e=>{w.value=a.functionalUpdate(e,w.value)},onColumnPinningChange:e=>{S.value=a.functionalUpdate(e,S.value)},enableRowSelection:!!s,onRowSelectionChange:e=>{x.value=a.functionalUpdate(e,x.value)},manualPagination:C.value,manualSorting:C.value,manualFiltering:C.value,pageCount:e.computed(()=>{const e=b.value.pageSize||1;return Math.max(1,Math.ceil((m.value||0)/e))}),enableColumnResizing:!0,columnResizeMode:"onChange",getCoreRowModel:a.getCoreRowModel(),getSortedRowModel:a.getSortedRowModel(),getFilteredRowModel:a.getFilteredRowModel(),getPaginationRowModel:a.getPaginationRowModel()}),z=e.computed({get:()=>(b.value.pageIndex||0)+1,set:e=>{const t=Math.max(1,Number(e||1));b.value={...b.value,pageIndex:t-1}}}),P=e.computed({get:()=>b.value.pageSize,set:e=>{const t=Math.max(1,Number(e||r));b.value={pageIndex:0,pageSize:t}}}),k=e.computed(()=>{const e=h.value&&h.value[0];return{id:e?.id??null,desc:!!e?.desc}}),I=e.computed(()=>{const e=M.getRowModel();return(e?.rows||[]).map(e=>e.original)});async function q(){if(C.value){y.value=!0;try{const e=await o({page:z.value,pageSize:P.value,query:p.value,sort:k.value,sorts:h.value});f.value=(e?.records||[]).slice(),m.value=Number(e?.total??f.value.length)}finally{y.value=!1}}else m.value=f.value.length}function j(e=[]){f.value=(e||[]).slice(),C.value||(m.value=f.value.length)}return i&&"object"==typeof i&&Object.prototype.hasOwnProperty.call(i,"value")&&e.watch(()=>i.value,e=>{j(e||[])},{deep:!0}),e.watch(()=>[b.value.pageIndex,b.value.pageSize,k.value.id,k.value.desc],()=>{C.value&&q()}),e.watch(()=>p.value,()=>{C.value&&q()},{deep:!0}),C.value?q():m.value=f.value.length,{table:M,loading:y,query:p,page:z,pageSize:P,total:m,rows:I,sort:function(e){if(!e)return;const t=M.getColumn(e);if(t&&"function"==typeof t.toggleSorting)return void t.toggleSorting(void 0,!1);const a=h.value?.[0];h.value=a?.id===e?[{id:e,desc:!a.desc}]:[{id:e,desc:!1}]},sortState:k,sorting:h,columnVisibility:w,columnPinning:S,rowSelection:x,load:q,setQuery:function(e={}){p.value={...e||{}},C.value&&(b.value={...b.value,pageIndex:0})},setData:j,setColumns:function(e=[]){v.value=(e||[]).slice();try{const t=l(e||[]),a=t.filter(e=>"left"===e.fixed).map(e=>e.key),n=t.filter(e=>"right"===e.fixed).map(e=>e.key);M.setColumnPinning?.({left:a,right:n})}catch{}},mode:u}};
@@ -1 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
1
14
  .gsc-grid{color:var(--gsc-basic-text-primary);font-size:14px;line-height:1.5715}.gsc-grid .gsc-text-secondary{color:var(--gsc-basic-text-secondary)}.gsc-grid .gsc-card{border:1px solid var(--gsc-basic-divider);border-radius:8px;background:var(--gsc-basic-bg);box-shadow:var(--gsc-basic-shadow-light)}.gsc-grid .gsc-card-pad{padding:12px 16px}.gsc-grid .gsc-pager{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.gsc-grid .gsc-pager .gsc-pager-jumper{display:inline-flex;align-items:center;gap:8px}.gsc-grid .gsc-table{width:100%;border-collapse:collapse;table-layout:fixed}.gsc-grid .gsc-thead{background:var(--gsc-basic-bg-hover)}.gsc-grid .gsc-th{border-bottom:1px solid var(--gsc-basic-divider);padding:10px 12px;text-align:left;font-weight:500;color:var(--gsc-basic-text-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.gsc-grid .gsc-td{border-bottom:1px solid var(--gsc-basic-divider);padding:8px 12px;color:var(--gsc-basic-text-primary);background:var(--gsc-basic-bg)}.gsc-grid .gsc-tr{transition:background-color .2s}.gsc-grid .gsc-tr:hover,.gsc-grid .gsc-tr:hover .gsc-td{background:var(--gsc-basic-bg-hover)}.gsc-grid .gsc-divider-top{border-top:1px solid var(--gsc-basic-divider)}.gsc-grid .gsc-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid var(--gsc-basic-border);border-radius:4px;background:var(--gsc-basic-bg);display:inline-grid;place-content:center;cursor:pointer;vertical-align:middle;transition:border-color .2s,background-color .2s,box-shadow .2s}.gsc-grid .gsc-checkbox:hover{border-color:var(--gsc-basic-primary-hover)}.gsc-grid .gsc-checkbox:focus-visible{outline:none;box-shadow:var(--gsc-basic-focus-shadow)}.gsc-grid .gsc-checkbox:checked{background:var(--gsc-basic-primary);color:var(--gsc-basic-text-primary)}.gsc-grid .gsc-checkbox:checked:after{content:"";width:4px;height:8px;border:2px solid var(--gsc-basic-bg);border-top:0;border-left:0;transform:rotate(45deg);margin-top:-1px}.gsc-grid .gsc-checkbox:indeterminate{background:var(--gsc-basic-primary);border-color:var(--gsc-basic-primary)}.gsc-grid .gsc-checkbox:indeterminate:after{content:"";width:8px;height:2px;background:var(--gsc-basic-bg);border-radius:1px}.gsc-grid .gsc-popover{border:1px solid var(--gsc-basic-divider);border-radius:10px;background:var(--gsc-basic-bg);box-shadow:var(--gsc-basic-shadow-popover)}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@gsc-basic/utils"),t=require("./src/index.vue.js"),r=e.withInstall(t.default);exports.GscMarquee=r;
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ .gsc-basic-marquee{display:flex!important;position:relative}.gsc-basic-marquee.horizontal{overflow-x:hidden!important;flex-direction:row!important;width:100%;height:-moz-max-content;height:max-content}.gsc-basic-marquee.horizontal>.marquee{display:flex;flex-direction:row;align-items:center}.gsc-basic-marquee.horizontal>.overlay:after{transform:rotate(180deg);right:0;top:0}.gsc-basic-marquee.horizontal>.overlay:before,.gsc-basic-marquee.horizontal>.overlay:after{background:linear-gradient(to right,var(--gradient-color));height:100%;width:var(--gradient-length)}.gsc-basic-marquee.vertical{overflow-y:hidden!important;flex-direction:column!important;height:100%;width:-moz-max-content;width:max-content}.gsc-basic-marquee.vertical>.marquee{display:flex;flex-direction:column;align-items:center}.gsc-basic-marquee.vertical>.overlay:after{transform:rotate(-180deg);left:0;bottom:0}.gsc-basic-marquee.vertical>.overlay:before,.gsc-basic-marquee.vertical>.overlay:after{background:linear-gradient(to bottom,var(--gradient-color));height:var(--gradient-length);width:100%}.gsc-basic-marquee:hover>.marquee{animation-play-state:var(--pause-on-hover)}.gsc-basic-marquee:active>.marquee{animation-play-state:var(--pause-on-click)}.gsc-basic-marquee>.marquee{flex:0 0 auto;min-width:var(--min-width);min-height:var(--min-height);z-index:1;animation:var(--orientation) var(--duration) linear var(--delay) var(--loops);animation-play-state:var(--pause-animation);animation-direction:var(--direction)}.gsc-basic-marquee>.overlay{position:absolute;width:100%;height:100%}.gsc-basic-marquee>.overlay:before{left:0;top:0}.gsc-basic-marquee>.transparent-overlay{position:absolute;width:100%;height:100%}.gsc-basic-marquee>.overlay:before,.gsc-basic-marquee>.overlay:after{content:"";position:absolute;z-index:2}@keyframes scrollX{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scrollY{0%{transform:translateY(0)}to{transform:translateY(-100%)}}
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./index2.css');require('./index.css');const e=require("vue"),a=require("../../hooks/useNamespace.js");/* empty css */;/* empty css */const l=require("../../_virtual/_plugin-vue_export-helper.js"),t=require("../../node_modules/lodash-es/isFinite.js"),n={key:1,"aria-hidden":!0,class:"marquee"},r=Object.assign({name:"GscMarquee"},{__name:"index",props:{vertical:{type:Boolean,default:!1},direction:{type:String,default:"normal"},duration:{type:Number,default:28},delay:{type:Number,default:1},loop:{type:Number,default:0},clone:{type:Boolean,default:!1},gradient:{type:Boolean,default:!1},gradientColor:{type:Array,default:()=>[255,255,255]},gradientLength:{type:String},pauseOnHover:{type:Boolean,default:!0},pauseOnClick:{type:Boolean,default:!1},pause:{type:Boolean,default:!1},animateOnOverflowOnly:{type:Boolean,default:!1}},emits:["complete","loop-complete","pause","resume","overflow-detected","overflow-cleared"],setup(l,{emit:r}){const o=l,u=r,{prefixCls:i}=a.useNamespace("marquee"),v=e.ref(0),s=e.ref("100%"),d=e.ref("100%"),c=e.ref(0),p=e.ref(!1),f=e.ref(!0),m=e.ref(0),y=e.ref(0),O=e.ref(0),g=e.ref(0),h=e.ref(!1),k=e.ref(!1),w=e.ref(0),C=e.ref(null),$=e.ref("200px"),B=e.ref(!1),q=e.ref(null),_=e.ref(null),H=async()=>{await(async()=>{o.vertical&&(p.value=!0),setInterval(()=>{if(s.value="0%",d.value="0%",null!==q.value&&null!==_.value&&q.value&&_.value){if(o.vertical&&"clientHeight"in q.value&&"clientHeight"in _.value){g.value=q.value.clientHeight,O.value=_.value.clientHeight;const e=Math.ceil(O.value/g.value);return v.value=t.default(e)?e:0,p.value=!1,v.value}if(!o.vertical&&"clientWidth"in q.value&&"clientWidth"in _.value){if(y.value=q.value.clientWidth,m.value=_.value.clientWidth,o.animateOnOverflowOnly)return y.value<m.value?(f.value=!0,u("overflow-detected")):(f.value=!1,u("overflow-cleared")),0;const e=Math.ceil(m.value/y.value);return v.value=t.default(e)?e:0,v.value}return s.value="100%",d.value="100%",0}return s.value="100%",d.value="100%",0},100)})(),c.value++};e.watch(y,async()=>{o.clone&&H()}),e.watch(m,async()=>{(o.clone||o.animateOnOverflowOnly)&&H()}),e.watch(()=>o.pause,(e,a)=>{e!==a&&u(e?"resume":"pause")});const M=()=>{o.pauseOnHover&&(u("pause"),h.value=!0)},N=()=>{o.pauseOnHover&&(u("resume"),h.value=!1)},b=()=>{o.pauseOnClick&&(u("pause"),k.value=!0)},x=()=>{o.pauseOnClick&&(u("resume"),k.value=!1)},S=e.computed(()=>o.pause||o.vertical&&p.value||o.animateOnOverflowOnly&&f.value?"paused":"running"),j=e.computed(()=>o.pauseOnHover&&(h.value||k.value)||!o.pauseOnHover&&"paused"===S.value?"paused":"running"),E=e.computed(()=>o.pauseOnHover&&h.value||o.pauseOnClick&&k.value||!o.pauseOnHover&&"paused"===S.value?"paused":"running"),z=e.computed(()=>{const e={"--duration":`${o.duration}s`,"--delay":`${o.delay}s`,"--direction":`${o.direction}`,"--pause-on-hover":`${j.value}`,"--pause-on-click":`${E.value}`,"--pause-animation":`${S.value}`,"--loops":`${0===o.loop?"infinite":o.loop}`,"--gradient-color":`rgba(${o.gradientColor[0]}, ${o.gradientColor[1]}, ${o.gradientColor[2]}, 1), rgba(${o.gradientColor[0]}, ${o.gradientColor[1]}, ${o.gradientColor[2]}, 0)`,"--gradient-length":`${$.value}`,"--min-width":`${s.value}`,"--min-height":`${d.value}`},a={"--orientation":"scrollX",orientation:"horizontal"};o.vertical&&(a["--orientation"]="scrollY");return{...e,...a}}),I=e.computed(()=>!!o.gradient);return e.onMounted(async()=>{o.gradient&&o.gradientLength&&($.value=o.gradientLength),o.vertical&&o.animateOnOverflowOnly&&console.warn("The `animateOnOverflowOnly` prop is not supported for vertical marquees."),B.value=!0,C.value=setInterval(()=>{w.value++,0!==o.loop&&w.value===o.loop&&(u("complete"),clearInterval(C.value)),u("loop-complete")},1e3*o.duration)}),e.onBeforeUnmount(()=>{clearInterval(C.value)}),(a,t)=>B.value?(e.openBlock(),e.createElementBlock("div",{key:c.value,class:e.normalizeClass([e.unref(i),{vertical:l.vertical,horizontal:!l.vertical}]),style:e.normalizeStyle(z.value),onMouseenter:M,onMouseleave:N,onMousedown:b,onMouseup:x},[e.createElementVNode("div",{ref_key:"marqueeOverlayContainer",ref:_,class:"transparent-overlay","aria-hidden":!0},null,512),I.value?(e.openBlock(),e.createElementBlock("div",{key:0,"aria-hidden":!0,class:e.normalizeClass(["overlay",{vertical:l.vertical,horizontal:!l.vertical}])},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"marqueeContent",ref:q,class:"marquee"},[e.renderSlot(a.$slots,"default",{},void 0,!0)],512),!l.animateOnOverflowOnly||l.animateOnOverflowOnly&&!f.value?(e.openBlock(),e.createElementBlock("div",n,[e.renderSlot(a.$slots,"default",{},void 0,!0)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value,l=>(e.openBlock(),e.createElementBlock("div",{key:l,"aria-hidden":!0,class:"marquee cloned"},[e.renderSlot(a.$slots,"default",{},void 0,!0)]))),128))],38)):e.createCommentVNode("",!0)}}),o=l.default(r,[["__scopeId","data-v-f1f0ed6e"]]);exports.default=o;
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.0.4
11
+ Build Time: 2026/2/11 18:34:19
12
+ Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
13
+ */
14
+ [data-v-f1f0ed6e],[data-v-f1f0ed6e]:before,[data-v-f1f0ed6e]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-f1f0ed6e]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute[data-v-f1f0ed6e],[absolute=""][data-v-f1f0ed6e]{position:absolute}.relative[data-v-f1f0ed6e]{position:relative}.hidden[data-v-f1f0ed6e]{display:none}.flex[data-v-f1f0ed6e]{display:flex}.transform[data-v-f1f0ed6e]{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}