@ibiz-template/vue3-components 0.7.38-alpha.31 → 0.7.38-alpha.43

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 (226) hide show
  1. package/dist/chart-NHocZH22.js +1 -0
  2. package/dist/index-BLHbMaxB.js +1 -0
  3. package/dist/index-D22WGUVe.js +1 -0
  4. package/dist/index-b76YR_Js.js +4 -0
  5. package/dist/index.min.css +1 -1
  6. package/dist/index.system.min.js +1 -1
  7. package/dist/{xlsx-util-DbA3TyD9.js → xlsx-util-BoMFhSd9.js} +1 -1
  8. package/es/common/action-toolbar/action-toolbar.css +1 -1
  9. package/es/common/button-list/button-list.css +1 -1
  10. package/es/common/custom-filter-condition/custom-filter-condition.d.ts +3 -0
  11. package/es/common/custom-theme/custom-theme-model.mjs +168 -47
  12. package/es/common/custom-theme/custom-theme.controller.d.ts +87 -1
  13. package/es/common/custom-theme/custom-theme.controller.mjs +235 -5
  14. package/es/common/custom-theme/custom-theme.css +1 -1
  15. package/es/common/custom-theme/custom-theme.d.ts +5 -3
  16. package/es/common/custom-theme/custom-theme.mjs +190 -26
  17. package/es/common/nav-split/nav-split.mjs +0 -1
  18. package/es/common/no-data/no-data.css +1 -1
  19. package/es/common/no-data/no-data.d.ts +3 -3
  20. package/es/common/no-data/no-data.mjs +2 -2
  21. package/es/common/view-message/view-message.d.ts +5 -0
  22. package/es/control/app-menu/app-menu.css +1 -1
  23. package/es/control/calendar/calendar-util.d.ts +24 -0
  24. package/es/control/calendar/calendar-util.mjs +21 -0
  25. package/es/control/calendar/calendar.css +1 -1
  26. package/es/control/calendar/calendar.d.ts +2 -0
  27. package/es/control/calendar/calendar.mjs +94 -25
  28. package/es/control/calendar/components/calendar-user/calendar-user.css +1 -0
  29. package/es/control/calendar/components/calendar-user/calendar-user.d.ts +15 -0
  30. package/es/control/calendar/components/calendar-user/calendar-user.mjs +133 -0
  31. package/es/control/calendar/components/calendar-user/index.d.ts +15 -0
  32. package/es/control/calendar/components/calendar-user/index.mjs +9 -0
  33. package/es/control/calendar/components/calendar-user/use-calendar-user.d.ts +17 -0
  34. package/es/control/calendar/components/calendar-user/use-calendar-user.mjs +59 -0
  35. package/es/control/calendar/components/calendar-week/calendar-week.css +1 -1
  36. package/es/control/calendar/components/calendar-week/calendar-week.mjs +3 -2
  37. package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +11 -0
  38. package/es/control/calendar/components/interface/calendar-user.d.ts +10 -0
  39. package/es/control/calendar/components/interface/calendar-user.mjs +20 -0
  40. package/es/control/calendar/components/interface/index.d.ts +1 -0
  41. package/es/control/calendar/components/interface/index.mjs +1 -0
  42. package/es/control/calendar/index.d.ts +2 -0
  43. package/es/control/caption-bar/caption-bar.css +1 -1
  44. package/es/control/chart/chart.css +1 -1
  45. package/es/control/chart/chart.d.ts +1 -0
  46. package/es/control/chart/chart.mjs +12 -5
  47. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +85 -0
  48. package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +1 -0
  49. package/es/control/dashboard/dashboard-design/dashboard-design.mjs +36 -16
  50. package/es/control/dashboard/dashboard-design/dashboard-design.util.d.ts +10 -0
  51. package/es/control/dashboard/dashboard-design/dashboard-design.util.mjs +246 -0
  52. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +1 -1
  53. package/es/control/data-view/data-view.css +1 -1
  54. package/es/control/data-view/data-view.mjs +8 -1
  55. package/es/control/drtab/drtab-control.util.mjs +1 -1
  56. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.d.ts +35 -0
  57. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +93 -0
  58. package/es/control/form/form-detail/form-item/form-item.css +1 -1
  59. package/es/control/form/form-detail/form-item/form-item.mjs +49 -33
  60. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +71 -0
  61. package/es/control/grid/grid/grid-control.util.mjs +2 -2
  62. package/es/control/grid/grid/grid.css +1 -1
  63. package/es/control/grid/grid/grid.mjs +3 -2
  64. package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  65. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  66. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
  67. package/es/control/list/list.css +1 -1
  68. package/es/control/list/list.mjs +9 -2
  69. package/es/control/toolbar/toolbar.css +1 -1
  70. package/es/control/toolbar/toolbar.d.ts +2 -2
  71. package/es/control/toolbar/toolbar.mjs +24 -11
  72. package/es/control/tree/index.d.ts +2 -0
  73. package/es/control/tree/tree.css +1 -1
  74. package/es/control/tree/tree.d.ts +2 -0
  75. package/es/control/tree/tree.mjs +87 -6
  76. package/es/control/wizard-panel/wizard-panel.mjs +3 -1
  77. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +3 -0
  78. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
  79. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.d.ts +66 -0
  80. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.mjs +139 -0
  81. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
  82. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.d.ts +56 -0
  83. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.mjs +178 -0
  84. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +10 -1
  85. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +48 -4
  86. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +10 -0
  87. package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +9 -2
  88. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +12 -3
  89. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +3 -1
  90. package/es/editor/data-picker/picker-editor.provider.mjs +0 -1
  91. package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +6 -0
  92. package/es/editor/dropdown-list/dropdown-list-editor.controller.mjs +13 -2
  93. package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +3 -0
  94. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  95. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +3 -0
  96. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
  97. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +83 -0
  98. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +382 -0
  99. package/es/editor/dropdown-list/index.d.ts +1 -0
  100. package/es/editor/dropdown-list/index.mjs +1 -0
  101. package/es/editor/index.mjs +10 -0
  102. package/es/editor/span/span/span.mjs +1 -1
  103. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +2 -0
  104. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +18 -5
  105. package/es/locale/en/index.d.ts +86 -26
  106. package/es/locale/en/index.mjs +69 -28
  107. package/es/locale/zh-CN/index.d.ts +87 -26
  108. package/es/locale/zh-CN/index.mjs +69 -28
  109. package/es/panel-component/index.mjs +2 -1
  110. package/es/panel-component/panel-app-header/panel-app-header.css +1 -1
  111. package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
  112. package/es/panel-component/user-action/user-action.css +1 -1
  113. package/es/panel-component/user-action/user-action.mjs +1 -5
  114. package/es/util/fullscreen/fullscreen-util.mjs +1 -1
  115. package/es/view/login-view/login-view.mjs +22 -15
  116. package/es/view/share-view/share-view.mjs +1 -6
  117. package/es/view-engine/custom-view.engine.d.ts +9 -0
  118. package/es/view-engine/custom-view.engine.mjs +17 -1
  119. package/es/view-engine/edit-view.engine.d.ts +6 -14
  120. package/es/view-engine/edit-view.engine.mjs +75 -162
  121. package/es/view-engine/index-view.engine.d.ts +7 -0
  122. package/es/view-engine/index-view.engine.mjs +17 -1
  123. package/es/view-engine/login-view.engine.mjs +10 -1
  124. package/es/view-engine/portal-view-engine.d.ts +31 -3
  125. package/es/view-engine/portal-view-engine.mjs +94 -2
  126. package/es/view-engine/tree-exp-view.engine.d.ts +14 -0
  127. package/es/view-engine/tree-exp-view.engine.mjs +24 -1
  128. package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +4 -0
  129. package/es/web-app/guard/auth-guard/auth-guard.d.ts +4 -3
  130. package/es/web-app/guard/auth-guard/auth-guard.mjs +26 -8
  131. package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +9 -0
  132. package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +21 -0
  133. package/lib/common/action-toolbar/action-toolbar.css +1 -1
  134. package/lib/common/button-list/button-list.css +1 -1
  135. package/lib/common/custom-theme/custom-theme-model.cjs +168 -47
  136. package/lib/common/custom-theme/custom-theme.cjs +188 -24
  137. package/lib/common/custom-theme/custom-theme.controller.cjs +235 -5
  138. package/lib/common/custom-theme/custom-theme.css +1 -1
  139. package/lib/common/nav-split/nav-split.cjs +0 -1
  140. package/lib/common/no-data/no-data.cjs +2 -2
  141. package/lib/common/no-data/no-data.css +1 -1
  142. package/lib/control/app-menu/app-menu.css +1 -1
  143. package/lib/control/calendar/calendar-util.cjs +24 -0
  144. package/lib/control/calendar/calendar.cjs +94 -25
  145. package/lib/control/calendar/calendar.css +1 -1
  146. package/lib/control/calendar/components/calendar-user/calendar-user.cjs +135 -0
  147. package/lib/control/calendar/components/calendar-user/calendar-user.css +1 -0
  148. package/lib/control/calendar/components/calendar-user/index.cjs +14 -0
  149. package/lib/control/calendar/components/calendar-user/use-calendar-user.cjs +63 -0
  150. package/lib/control/calendar/components/calendar-week/calendar-week.cjs +3 -2
  151. package/lib/control/calendar/components/calendar-week/calendar-week.css +1 -1
  152. package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +11 -0
  153. package/lib/control/calendar/components/interface/calendar-user.cjs +23 -0
  154. package/lib/control/calendar/components/interface/index.cjs +3 -0
  155. package/lib/control/caption-bar/caption-bar.css +1 -1
  156. package/lib/control/chart/chart.cjs +12 -5
  157. package/lib/control/chart/chart.css +1 -1
  158. package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +35 -15
  159. package/lib/control/dashboard/dashboard-design/dashboard-design.util.cjs +248 -0
  160. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +1 -1
  161. package/lib/control/data-view/data-view.cjs +8 -1
  162. package/lib/control/data-view/data-view.css +1 -1
  163. package/lib/control/drtab/drtab-control.util.cjs +1 -1
  164. package/lib/control/form/form-detail/form-item/composite-form-item/composite-form-item.cjs +98 -0
  165. package/lib/control/form/form-detail/form-item/form-item.cjs +48 -32
  166. package/lib/control/form/form-detail/form-item/form-item.css +1 -1
  167. package/lib/control/grid/grid/grid-control.util.cjs +2 -2
  168. package/lib/control/grid/grid/grid.cjs +3 -2
  169. package/lib/control/grid/grid/grid.css +1 -1
  170. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  171. package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  172. package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
  173. package/lib/control/list/list.cjs +9 -2
  174. package/lib/control/list/list.css +1 -1
  175. package/lib/control/toolbar/toolbar.cjs +24 -11
  176. package/lib/control/toolbar/toolbar.css +1 -1
  177. package/lib/control/tree/tree.cjs +87 -6
  178. package/lib/control/tree/tree.css +1 -1
  179. package/lib/control/wizard-panel/wizard-panel.cjs +3 -1
  180. package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +3 -0
  181. package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.cjs +141 -0
  182. package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
  183. package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.cjs +180 -0
  184. package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
  185. package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +48 -4
  186. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +10 -0
  187. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +9 -2
  188. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +12 -3
  189. package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +3 -1
  190. package/lib/editor/data-picker/picker-editor.provider.cjs +0 -1
  191. package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +13 -2
  192. package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +3 -0
  193. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +3 -0
  194. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  195. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +384 -0
  196. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
  197. package/lib/editor/dropdown-list/index.cjs +2 -0
  198. package/lib/editor/index.cjs +10 -0
  199. package/lib/editor/span/span/span.cjs +1 -1
  200. package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +18 -5
  201. package/lib/locale/en/index.cjs +69 -28
  202. package/lib/locale/zh-CN/index.cjs +69 -28
  203. package/lib/panel-component/index.cjs +1 -0
  204. package/lib/panel-component/panel-app-header/panel-app-header.css +1 -1
  205. package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
  206. package/lib/panel-component/user-action/user-action.cjs +1 -5
  207. package/lib/panel-component/user-action/user-action.css +1 -1
  208. package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
  209. package/lib/view/login-view/login-view.cjs +20 -13
  210. package/lib/view/share-view/share-view.cjs +0 -5
  211. package/lib/view-engine/custom-view.engine.cjs +16 -0
  212. package/lib/view-engine/edit-view.engine.cjs +74 -161
  213. package/lib/view-engine/index-view.engine.cjs +17 -1
  214. package/lib/view-engine/login-view.engine.cjs +10 -1
  215. package/lib/view-engine/portal-view-engine.cjs +93 -1
  216. package/lib/view-engine/tree-exp-view.engine.cjs +23 -0
  217. package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +4 -0
  218. package/lib/web-app/guard/auth-guard/auth-guard.cjs +26 -8
  219. package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +21 -0
  220. package/package.json +8 -8
  221. package/dist/chart-DPS_XpZp.js +0 -1
  222. package/dist/index-CnCC-cC2.js +0 -1
  223. package/dist/index-Q4QqDXYJ.js +0 -4
  224. package/dist/index-X3QXftIl.js +0 -1
  225. /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.32_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.43_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
  226. /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.32_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.43_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
@@ -8,30 +8,43 @@ const IBizImagePreview = /* @__PURE__ */ defineComponent({
8
8
  props: getUploadProps(),
9
9
  emits: getEditorEmits(),
10
10
  setup(props) {
11
+ var _a;
11
12
  const ns = useNamespace("image-preview");
12
13
  const c = props.controller;
14
+ const result = ((_a = c.editorParams) == null ? void 0 : _a.STOPPROPAGATION) !== "false";
13
15
  const showFormDefaultContent = computed(() => {
14
16
  if (props.controlParams && props.controlParams.editmode === "hover" && !props.readonly) {
15
17
  return true;
16
18
  }
17
19
  return false;
18
20
  });
21
+ const onClick = (event) => {
22
+ if (result) {
23
+ event.stopPropagation();
24
+ }
25
+ };
26
+ const previewList = computed(() => {
27
+ if (!result) {
28
+ return [];
29
+ }
30
+ return [props.value];
31
+ });
19
32
  return {
20
33
  ns,
21
34
  c,
22
- showFormDefaultContent
35
+ showFormDefaultContent,
36
+ previewList,
37
+ onClick
23
38
  };
24
39
  },
25
40
  render() {
26
41
  return createVNode("div", {
27
42
  "class": [this.ns.b(), this.ns.is("show-default", this.showFormDefaultContent)],
28
- "onClick": (e) => {
29
- e.stopPropagation();
30
- }
43
+ "onClick": this.onClick
31
44
  }, [createVNode(resolveComponent("el-image"), mergeProps({
32
45
  "fit": "contain",
33
46
  "src": this.value,
34
- "preview-src-list": [this.value]
47
+ "preview-src-list": this.previewList
35
48
  }, this.$attrs), null)]);
36
49
  }
37
50
  });
@@ -60,6 +60,8 @@ declare const _default: {
60
60
  cannotEmpty: string;
61
61
  unadaptedLayout: string;
62
62
  placeholderIdentifier: string;
63
+ refresh: string;
64
+ wxQrcodeCaption: string;
63
65
  };
64
66
  plugin: {
65
67
  failureConfigurationLoad: string;
@@ -314,6 +316,19 @@ declare const _default: {
314
316
  unconfigured: string;
315
317
  unconfiguredEntities: string;
316
318
  };
319
+ voiceUtil: {
320
+ textToSpeechError: string;
321
+ };
322
+ encyptionUtil: {
323
+ encryptionError: string;
324
+ publicKeyPemError: string;
325
+ };
326
+ customThemeUtil: {
327
+ saveSuccess: string;
328
+ saveError: string;
329
+ resetSuccess: string;
330
+ resetError: string;
331
+ };
317
332
  };
318
333
  };
319
334
  deLogic: {
@@ -533,6 +548,7 @@ declare const _default: {
533
548
  dingTalkCodeErrir: string;
534
549
  dingTalkAuthError: string;
535
550
  appIdError: string;
551
+ oauthOpenAccessIdError: string;
536
552
  noImplemented: string;
537
553
  };
538
554
  };
@@ -623,6 +639,9 @@ declare const _default: {
623
639
  noLogicalNodesConfigured: string;
624
640
  };
625
641
  utils: {
642
+ encryptionUitl: {
643
+ failed: string;
644
+ };
626
645
  anime: {
627
646
  noExistEndpointElement: string;
628
647
  noExistAnimationElement: string;
@@ -738,6 +757,7 @@ declare const _default: {
738
757
  loginView: {
739
758
  passwordLength: string;
740
759
  login: string;
760
+ thirdAuthFail: string;
741
761
  };
742
762
  subAppRefView: {
743
763
  jump: string;
@@ -797,7 +817,19 @@ declare const _default: {
797
817
  customTheme: {
798
818
  themeColor: string;
799
819
  light: string;
800
- studio_dark: string;
820
+ dark: string;
821
+ blue: string;
822
+ user1: string;
823
+ user2: string;
824
+ user3: string;
825
+ saveAndShare: string;
826
+ resetAndShare: string;
827
+ resetConfirmation: string;
828
+ resetConfirmationDesc: string;
829
+ resetConfirmationGlobalDesc: string;
830
+ closeModelEdit: string;
831
+ modelEdit: string;
832
+ adminOperation: string;
801
833
  confirmCopyLink: string;
802
834
  preview: string;
803
835
  save: string;
@@ -838,15 +870,15 @@ declare const _default: {
838
870
  primaryLightHoverColorDesc: string;
839
871
  primaryLightActiveColor: string;
840
872
  primaryLightActiveColorDesc: string;
841
- textIcon: string;
842
- mainTextIconColor: string;
843
- mianTextIconColorDesc: string;
844
- minorTextIconColor: string;
845
- minorTextIconColorDesc: string;
846
- secondaryTextIconColor: string;
847
- secondaryTextIconColorDesc: string;
848
- lastTextIconColor: string;
849
- lastTextIconColorDesc: string;
873
+ text: string;
874
+ mainTextColor: string;
875
+ mianTextColorDesc: string;
876
+ minorTextColor: string;
877
+ minorTextColorDesc: string;
878
+ secondaryTextColor: string;
879
+ secondaryTextColorDesc: string;
880
+ lastTextColor: string;
881
+ lastTextColorDesc: string;
850
882
  linkColor: string;
851
883
  textLinkColor: string;
852
884
  textLinkColorDesc: string;
@@ -887,23 +919,29 @@ declare const _default: {
887
919
  disabledFill: string;
888
920
  disabledFillDesc: string;
889
921
  sidebar: string;
890
- sidebarBg: string;
891
- sidebarBgDesc: string;
892
- sidebarHoverBgColor: string;
893
- sidebarHoverBgColorDesc: string;
894
- sidebarSelectBgColor: string;
895
- sidebarSelectBgColorDesc: string;
896
- sidebarColor: string;
897
- sidebarColorDesc: string;
898
922
  top: string;
899
- topBgColor: string;
900
- topBgColorDesc: string;
901
- topColor: string;
902
- topColorDesc: string;
903
- topHoverBgColor: string;
904
- topHoverBgColorDesc: string;
905
- topSelectBgColor: string;
906
- topSelectBgColorDesc: string;
923
+ mainColor: string;
924
+ mainColorDesc: string;
925
+ secondaryColor: string;
926
+ secondaryColorDesc: string;
927
+ mainBgColor: string;
928
+ mainBgColorDesc: string;
929
+ secondaryBgColor: string;
930
+ secondaryBgColorDesc: string;
931
+ iconMainColor: string;
932
+ iconMainColorDesc: string;
933
+ iconSecondaryColor: string;
934
+ iconSecondaryColorDesc: string;
935
+ appMenuColor: string;
936
+ appMenuColorDesc: string;
937
+ appMenuHoverColor: string;
938
+ appMenuHoverColorDesc: string;
939
+ appMenuHoverBgColor: string;
940
+ appMenuHoverBgColorDesc: string;
941
+ appMenuActiveColor: string;
942
+ appMenuActiveColorDesc: string;
943
+ appMenuActiveBgColor: string;
944
+ appMenuActiveBgColorDesc: string;
907
945
  ctrl: string;
908
946
  grid: string;
909
947
  gridHeaderBg: string;
@@ -1003,6 +1041,17 @@ declare const _default: {
1003
1041
  saturday: string;
1004
1042
  };
1005
1043
  };
1044
+ calendarUser: {
1045
+ weeks: {
1046
+ monday: string;
1047
+ tuesday: string;
1048
+ wednesday: string;
1049
+ thursday: string;
1050
+ friday: string;
1051
+ saturday: string;
1052
+ sunday: string;
1053
+ };
1054
+ };
1006
1055
  };
1007
1056
  chart: {
1008
1057
  chartPlaceholder: string;
@@ -1299,6 +1348,17 @@ declare const _default: {
1299
1348
  emojiPicker: {
1300
1349
  addEmoji: string;
1301
1350
  };
1351
+ colorPicker: {
1352
+ systemColor: string;
1353
+ templateColor: string;
1354
+ simpleBlue: string;
1355
+ autumnOrange: string;
1356
+ Macaroon: string;
1357
+ mintGreen: string;
1358
+ selector: string;
1359
+ textValue: string;
1360
+ add: string;
1361
+ };
1302
1362
  };
1303
1363
  panelComponent: {
1304
1364
  authUserinfo: {
@@ -50,7 +50,8 @@ var index = {
50
50
  },
51
51
  loginView: {
52
52
  passwordLength: "The password length cannot be less than 6 digits",
53
- login: "Login"
53
+ login: "Login",
54
+ thirdAuthFail: "Third party login authorization failed"
54
55
  },
55
56
  subAppRefView: {
56
57
  jump: "Redirect"
@@ -111,10 +112,22 @@ var index = {
111
112
  customTheme: {
112
113
  themeColor: "Theme color",
113
114
  light: "Bright color",
114
- studio_dark: "Dark",
115
+ dark: "Dark",
116
+ blue: "Blue",
117
+ user1: "USER1",
118
+ user2: "USER2",
119
+ user3: "USER3",
120
+ saveAndShare: "Apply to global",
121
+ resetAndShare: "Reset to global",
122
+ resetConfirmation: "Reset confirmation",
123
+ resetConfirmationDesc: "Please confirm if it is necessary to reset the currently selected theme and load global default data?",
124
+ resetConfirmationGlobalDesc: "Please confirm if it is necessary to reset the global default data?",
125
+ closeModelEdit: "Close json model editing",
126
+ modelEdit: "Json model editing",
127
+ adminOperation: "Administrator operation",
115
128
  confirmCopyLink: "Confirm copy link",
116
129
  preview: "Preview",
117
- save: "Save",
130
+ save: "Apply",
118
131
  reset: "Reset",
119
132
  share: "Share",
120
133
  app: "Apply",
@@ -152,15 +165,15 @@ var index = {
152
165
  primaryLightHoverColorDesc: "Light version with main colors suspended",
153
166
  primaryLightActiveColor: "Main light activation colors",
154
167
  primaryLightActiveColorDesc: "Light version main color activation state",
155
- textIcon: "Text/Icon color",
156
- mainTextIconColor: "Text icon main color",
157
- mianTextIconColorDesc: "Text/Icon colors - most important",
158
- minorTextIconColor: "Text icon slightly less colored",
159
- minorTextIconColorDesc: "Text/Icon color - slightly Minor",
160
- secondaryTextIconColor: "Text icon secondary color",
161
- secondaryTextIconColorDesc: "Text/Icon color - secondary",
162
- lastTextIconColor: "Text icon minimum color",
163
- lastTextIconColorDesc: "Text/Icon color - least significant",
168
+ text: "Text color",
169
+ mainTextColor: "Text main color",
170
+ mianTextColorDesc: "Text colors - most important",
171
+ minorTextColor: "Text slightly less colored",
172
+ minorTextColorDesc: "Text color - slightly Minor",
173
+ secondaryTextColor: "Text secondary color",
174
+ secondaryTextColorDesc: "Text color - secondary",
175
+ lastTextColor: "Text minimum color",
176
+ lastTextColorDesc: "Text color - least significant",
164
177
  linkColor: "Link color",
165
178
  textLinkColor: "Text link color",
166
179
  textLinkColorDesc: "Link color - Most important",
@@ -201,23 +214,29 @@ var index = {
201
214
  disabledFill: "Disable fill color",
202
215
  disabledFillDesc: "Disabled state - Fill",
203
216
  sidebar: "Side navigation bar",
204
- sidebarBg: "Background color",
205
- sidebarBgDesc: "Side navigation bar background color",
206
- sidebarHoverBgColor: "Hover color",
207
- sidebarHoverBgColorDesc: "The sidebar navigation menu suspends colors",
208
- sidebarSelectBgColor: "Selected color",
209
- sidebarSelectBgColorDesc: "Side navigation bar menu Select color",
210
- sidebarColor: "Font Color",
211
- sidebarColorDesc: "Side navigation bar font color",
212
217
  top: "Top navigation bar",
213
- topBgColor: "Background color",
214
- topBgColorDesc: "Top navigation bar background color",
215
- topColor: "Font Color",
216
- topColorDesc: "Top navigation bar font color",
217
- topHoverBgColor: "Hover color",
218
- topHoverBgColorDesc: "Top navigation bar suspension color",
219
- topSelectBgColor: "Selected color",
220
- topSelectBgColorDesc: "Top navigation bar select color",
218
+ mainColor: "Main font color",
219
+ mainColorDesc: "Main color of navigation bar font",
220
+ secondaryColor: "Font secondary color",
221
+ secondaryColorDesc: "Navigation bar font secondary color",
222
+ mainBgColor: "Background main color",
223
+ mainBgColorDesc: "Main color of navigation bar background ",
224
+ secondaryBgColor: "Background secondary color",
225
+ secondaryBgColorDesc: "Navigation bar background secondary color",
226
+ iconMainColor: "Icon main color",
227
+ iconMainColorDesc: "Main color of navigation bar ICONS",
228
+ iconSecondaryColor: "Icon secondary color",
229
+ iconSecondaryColorDesc: "Navigation bar icon secondary color ",
230
+ appMenuColor: "Menu colors",
231
+ appMenuColorDesc: "Navigation bar Application Menu Font color",
232
+ appMenuHoverColor: "Menu Suspension color",
233
+ appMenuHoverColorDesc: "Navigation bar Application Menu Font Suspension color",
234
+ appMenuHoverBgColor: "Menu suspended background color",
235
+ appMenuHoverBgColorDesc: "Navigation bar apply menu suspension background color",
236
+ appMenuActiveColor: "Menu color selection",
237
+ appMenuActiveColorDesc: "Navigation bar application menu Select Font color ",
238
+ appMenuActiveBgColor: "Menu select Background color",
239
+ appMenuActiveBgColorDesc: "navigation application menu to select the background color",
221
240
  ctrl: "control",
222
241
  grid: "Table",
223
242
  gridHeaderBg: "Table header Background color",
@@ -316,6 +335,17 @@ var index = {
316
335
  friday: "Fri",
317
336
  saturday: "Sat"
318
337
  }
338
+ },
339
+ calendarUser: {
340
+ weeks: {
341
+ monday: "Mon",
342
+ tuesday: "Tue",
343
+ wednesday: "Wed",
344
+ thursday: "Thu",
345
+ friday: "Fri",
346
+ saturday: "Sat",
347
+ sunday: "Sun"
348
+ }
319
349
  }
320
350
  },
321
351
  chart: {
@@ -614,6 +644,17 @@ var index = {
614
644
  },
615
645
  emojiPicker: {
616
646
  addEmoji: "Add emoji"
647
+ },
648
+ colorPicker: {
649
+ systemColor: "System Color",
650
+ templateColor: "Template Color",
651
+ simpleBlue: "Simple Blue",
652
+ autumnOrange: "Autumn Orange",
653
+ Macaroon: "Macaroon",
654
+ mintGreen: "Mint Green",
655
+ selector: "Selector",
656
+ textValue: "Text",
657
+ add: "Add"
617
658
  }
618
659
  },
619
660
  panelComponent: {
@@ -60,6 +60,8 @@ declare const _default: {
60
60
  cannotEmpty: string;
61
61
  unadaptedLayout: string;
62
62
  placeholderIdentifier: string;
63
+ refresh: string;
64
+ wxQrcodeCaption: string;
63
65
  };
64
66
  plugin: {
65
67
  failureConfigurationLoad: string;
@@ -314,6 +316,19 @@ declare const _default: {
314
316
  unconfigured: string;
315
317
  unconfiguredEntities: string;
316
318
  };
319
+ voiceUtil: {
320
+ textToSpeechError: string;
321
+ };
322
+ encyptionUtil: {
323
+ encryptionError: string;
324
+ publicKeyPemError: string;
325
+ };
326
+ customThemeUtil: {
327
+ saveSuccess: string;
328
+ saveError: string;
329
+ resetSuccess: string;
330
+ resetError: string;
331
+ };
317
332
  };
318
333
  };
319
334
  deLogic: {
@@ -452,6 +467,7 @@ declare const _default: {
452
467
  editorStyleType: string;
453
468
  editorTypePredefinedType: string;
454
469
  editorType: string;
470
+ formMemberPlugin: string;
455
471
  formMemberType: string;
456
472
  tableColumnPlugin: string;
457
473
  tableColumnType: string;
@@ -531,6 +547,7 @@ declare const _default: {
531
547
  dingTalkCodeErrir: string;
532
548
  dingTalkAuthError: string;
533
549
  appIdError: string;
550
+ oauthOpenAccessIdError: string;
534
551
  noImplemented: string;
535
552
  };
536
553
  };
@@ -621,6 +638,9 @@ declare const _default: {
621
638
  noLogicalNodesConfigured: string;
622
639
  };
623
640
  utils: {
641
+ encryptionUitl: {
642
+ failed: string;
643
+ };
624
644
  anime: {
625
645
  noExistEndpointElement: string;
626
646
  noExistAnimationElement: string;
@@ -736,6 +756,7 @@ declare const _default: {
736
756
  loginView: {
737
757
  passwordLength: string;
738
758
  login: string;
759
+ thirdAuthFail: string;
739
760
  };
740
761
  subAppRefView: {
741
762
  jump: string;
@@ -795,7 +816,19 @@ declare const _default: {
795
816
  customTheme: {
796
817
  themeColor: string;
797
818
  light: string;
798
- studio_dark: string;
819
+ dark: string;
820
+ blue: string;
821
+ user1: string;
822
+ user2: string;
823
+ user3: string;
824
+ saveAndShare: string;
825
+ resetAndShare: string;
826
+ resetConfirmation: string;
827
+ resetConfirmationDesc: string;
828
+ resetConfirmationGlobalDesc: string;
829
+ closeModelEdit: string;
830
+ modelEdit: string;
831
+ adminOperation: string;
799
832
  confirmCopyLink: string;
800
833
  preview: string;
801
834
  save: string;
@@ -836,15 +869,15 @@ declare const _default: {
836
869
  primaryLightHoverColorDesc: string;
837
870
  primaryLightActiveColor: string;
838
871
  primaryLightActiveColorDesc: string;
839
- textIcon: string;
840
- mainTextIconColor: string;
841
- mianTextIconColorDesc: string;
842
- minorTextIconColor: string;
843
- minorTextIconColorDesc: string;
844
- secondaryTextIconColor: string;
845
- secondaryTextIconColorDesc: string;
846
- lastTextIconColor: string;
847
- lastTextIconColorDesc: string;
872
+ text: string;
873
+ mainTextColor: string;
874
+ mianTextColorDesc: string;
875
+ minorTextColor: string;
876
+ minorTextColorDesc: string;
877
+ secondaryTextColor: string;
878
+ secondaryTextColorDesc: string;
879
+ lastTextColor: string;
880
+ lastTextColorDesc: string;
848
881
  linkColor: string;
849
882
  textLinkColor: string;
850
883
  textLinkColorDesc: string;
@@ -885,23 +918,29 @@ declare const _default: {
885
918
  disabledFill: string;
886
919
  disabledFillDesc: string;
887
920
  sidebar: string;
888
- sidebarBg: string;
889
- sidebarBgDesc: string;
890
- sidebarHoverBgColor: string;
891
- sidebarHoverBgColorDesc: string;
892
- sidebarSelectBgColor: string;
893
- sidebarSelectBgColorDesc: string;
894
- sidebarColor: string;
895
- sidebarColorDesc: string;
896
921
  top: string;
897
- topBgColor: string;
898
- topBgColorDesc: string;
899
- topColor: string;
900
- topColorDesc: string;
901
- topHoverBgColor: string;
902
- topHoverBgColorDesc: string;
903
- topSelectBgColor: string;
904
- topSelectBgColorDesc: string;
922
+ mainColor: string;
923
+ mainColorDesc: string;
924
+ secondaryColor: string;
925
+ secondaryColorDesc: string;
926
+ mainBgColor: string;
927
+ mainBgColorDesc: string;
928
+ secondaryBgColor: string;
929
+ secondaryBgColorDesc: string;
930
+ iconMainColor: string;
931
+ iconMainColorDesc: string;
932
+ iconSecondaryColor: string;
933
+ iconSecondaryColorDesc: string;
934
+ appMenuColor: string;
935
+ appMenuColorDesc: string;
936
+ appMenuHoverColor: string;
937
+ appMenuHoverColorDesc: string;
938
+ appMenuHoverBgColor: string;
939
+ appMenuHoverBgColorDesc: string;
940
+ appMenuActiveColor: string;
941
+ appMenuActiveColorDesc: string;
942
+ appMenuActiveBgColor: string;
943
+ appMenuActiveBgColorDesc: string;
905
944
  ctrl: string;
906
945
  grid: string;
907
946
  gridHeaderBg: string;
@@ -997,6 +1036,17 @@ declare const _default: {
997
1036
  saturday: string;
998
1037
  };
999
1038
  };
1039
+ calendarUser: {
1040
+ weeks: {
1041
+ monday: string;
1042
+ tuesday: string;
1043
+ wednesday: string;
1044
+ thursday: string;
1045
+ friday: string;
1046
+ saturday: string;
1047
+ sunday: string;
1048
+ };
1049
+ };
1000
1050
  };
1001
1051
  chart: {
1002
1052
  chartPlaceholder: string;
@@ -1293,6 +1343,17 @@ declare const _default: {
1293
1343
  emojiPicker: {
1294
1344
  addEmoji: string;
1295
1345
  };
1346
+ colorPicker: {
1347
+ systemColor: string;
1348
+ templateColor: string;
1349
+ simpleBlue: string;
1350
+ autumnOrange: string;
1351
+ Macaroon: string;
1352
+ mintGreen: string;
1353
+ selector: string;
1354
+ textValue: string;
1355
+ add: string;
1356
+ };
1296
1357
  };
1297
1358
  panelComponent: {
1298
1359
  authUserinfo: {