@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.
- package/dist/chart-NHocZH22.js +1 -0
- package/dist/index-BLHbMaxB.js +1 -0
- package/dist/index-D22WGUVe.js +1 -0
- package/dist/index-b76YR_Js.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{xlsx-util-DbA3TyD9.js → xlsx-util-BoMFhSd9.js} +1 -1
- package/es/common/action-toolbar/action-toolbar.css +1 -1
- package/es/common/button-list/button-list.css +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.d.ts +3 -0
- package/es/common/custom-theme/custom-theme-model.mjs +168 -47
- package/es/common/custom-theme/custom-theme.controller.d.ts +87 -1
- package/es/common/custom-theme/custom-theme.controller.mjs +235 -5
- package/es/common/custom-theme/custom-theme.css +1 -1
- package/es/common/custom-theme/custom-theme.d.ts +5 -3
- package/es/common/custom-theme/custom-theme.mjs +190 -26
- package/es/common/nav-split/nav-split.mjs +0 -1
- package/es/common/no-data/no-data.css +1 -1
- package/es/common/no-data/no-data.d.ts +3 -3
- package/es/common/no-data/no-data.mjs +2 -2
- package/es/common/view-message/view-message.d.ts +5 -0
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/calendar/calendar-util.d.ts +24 -0
- package/es/control/calendar/calendar-util.mjs +21 -0
- package/es/control/calendar/calendar.css +1 -1
- package/es/control/calendar/calendar.d.ts +2 -0
- package/es/control/calendar/calendar.mjs +94 -25
- package/es/control/calendar/components/calendar-user/calendar-user.css +1 -0
- package/es/control/calendar/components/calendar-user/calendar-user.d.ts +15 -0
- package/es/control/calendar/components/calendar-user/calendar-user.mjs +133 -0
- package/es/control/calendar/components/calendar-user/index.d.ts +15 -0
- package/es/control/calendar/components/calendar-user/index.mjs +9 -0
- package/es/control/calendar/components/calendar-user/use-calendar-user.d.ts +17 -0
- package/es/control/calendar/components/calendar-user/use-calendar-user.mjs +59 -0
- package/es/control/calendar/components/calendar-week/calendar-week.css +1 -1
- package/es/control/calendar/components/calendar-week/calendar-week.mjs +3 -2
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +11 -0
- package/es/control/calendar/components/interface/calendar-user.d.ts +10 -0
- package/es/control/calendar/components/interface/calendar-user.mjs +20 -0
- package/es/control/calendar/components/interface/index.d.ts +1 -0
- package/es/control/calendar/components/interface/index.mjs +1 -0
- package/es/control/calendar/index.d.ts +2 -0
- package/es/control/caption-bar/caption-bar.css +1 -1
- package/es/control/chart/chart.css +1 -1
- package/es/control/chart/chart.d.ts +1 -0
- package/es/control/chart/chart.mjs +12 -5
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +85 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +1 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +36 -16
- package/es/control/dashboard/dashboard-design/dashboard-design.util.d.ts +10 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.util.mjs +246 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +1 -1
- package/es/control/data-view/data-view.css +1 -1
- package/es/control/data-view/data-view.mjs +8 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.d.ts +35 -0
- package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +93 -0
- package/es/control/form/form-detail/form-item/form-item.css +1 -1
- package/es/control/form/form-detail/form-item/form-item.mjs +49 -33
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +71 -0
- package/es/control/grid/grid/grid-control.util.mjs +2 -2
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.mjs +3 -2
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.mjs +9 -2
- package/es/control/toolbar/toolbar.css +1 -1
- package/es/control/toolbar/toolbar.d.ts +2 -2
- package/es/control/toolbar/toolbar.mjs +24 -11
- package/es/control/tree/index.d.ts +2 -0
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +2 -0
- package/es/control/tree/tree.mjs +87 -6
- package/es/control/wizard-panel/wizard-panel.mjs +3 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +3 -0
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.d.ts +66 -0
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.mjs +139 -0
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.d.ts +56 -0
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.mjs +178 -0
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +10 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +48 -4
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +10 -0
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +9 -2
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +12 -3
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +3 -1
- package/es/editor/data-picker/picker-editor.provider.mjs +0 -1
- package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +6 -0
- package/es/editor/dropdown-list/dropdown-list-editor.controller.mjs +13 -2
- package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +3 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +3 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +83 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +382 -0
- package/es/editor/dropdown-list/index.d.ts +1 -0
- package/es/editor/dropdown-list/index.mjs +1 -0
- package/es/editor/index.mjs +10 -0
- package/es/editor/span/span/span.mjs +1 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +2 -0
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +18 -5
- package/es/locale/en/index.d.ts +86 -26
- package/es/locale/en/index.mjs +69 -28
- package/es/locale/zh-CN/index.d.ts +87 -26
- package/es/locale/zh-CN/index.mjs +69 -28
- package/es/panel-component/index.mjs +2 -1
- package/es/panel-component/panel-app-header/panel-app-header.css +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/es/panel-component/user-action/user-action.css +1 -1
- package/es/panel-component/user-action/user-action.mjs +1 -5
- package/es/util/fullscreen/fullscreen-util.mjs +1 -1
- package/es/view/login-view/login-view.mjs +22 -15
- package/es/view/share-view/share-view.mjs +1 -6
- package/es/view-engine/custom-view.engine.d.ts +9 -0
- package/es/view-engine/custom-view.engine.mjs +17 -1
- package/es/view-engine/edit-view.engine.d.ts +6 -14
- package/es/view-engine/edit-view.engine.mjs +75 -162
- package/es/view-engine/index-view.engine.d.ts +7 -0
- package/es/view-engine/index-view.engine.mjs +17 -1
- package/es/view-engine/login-view.engine.mjs +10 -1
- package/es/view-engine/portal-view-engine.d.ts +31 -3
- package/es/view-engine/portal-view-engine.mjs +94 -2
- package/es/view-engine/tree-exp-view.engine.d.ts +14 -0
- package/es/view-engine/tree-exp-view.engine.mjs +24 -1
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +4 -0
- package/es/web-app/guard/auth-guard/auth-guard.d.ts +4 -3
- package/es/web-app/guard/auth-guard/auth-guard.mjs +26 -8
- package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +9 -0
- package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +21 -0
- package/lib/common/action-toolbar/action-toolbar.css +1 -1
- package/lib/common/button-list/button-list.css +1 -1
- package/lib/common/custom-theme/custom-theme-model.cjs +168 -47
- package/lib/common/custom-theme/custom-theme.cjs +188 -24
- package/lib/common/custom-theme/custom-theme.controller.cjs +235 -5
- package/lib/common/custom-theme/custom-theme.css +1 -1
- package/lib/common/nav-split/nav-split.cjs +0 -1
- package/lib/common/no-data/no-data.cjs +2 -2
- package/lib/common/no-data/no-data.css +1 -1
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/calendar/calendar-util.cjs +24 -0
- package/lib/control/calendar/calendar.cjs +94 -25
- package/lib/control/calendar/calendar.css +1 -1
- package/lib/control/calendar/components/calendar-user/calendar-user.cjs +135 -0
- package/lib/control/calendar/components/calendar-user/calendar-user.css +1 -0
- package/lib/control/calendar/components/calendar-user/index.cjs +14 -0
- package/lib/control/calendar/components/calendar-user/use-calendar-user.cjs +63 -0
- package/lib/control/calendar/components/calendar-week/calendar-week.cjs +3 -2
- package/lib/control/calendar/components/calendar-week/calendar-week.css +1 -1
- package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +11 -0
- package/lib/control/calendar/components/interface/calendar-user.cjs +23 -0
- package/lib/control/calendar/components/interface/index.cjs +3 -0
- package/lib/control/caption-bar/caption-bar.css +1 -1
- package/lib/control/chart/chart.cjs +12 -5
- package/lib/control/chart/chart.css +1 -1
- package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +35 -15
- package/lib/control/dashboard/dashboard-design/dashboard-design.util.cjs +248 -0
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +1 -1
- package/lib/control/data-view/data-view.cjs +8 -1
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/form/form-detail/form-item/composite-form-item/composite-form-item.cjs +98 -0
- package/lib/control/form/form-detail/form-item/form-item.cjs +48 -32
- package/lib/control/form/form-detail/form-item/form-item.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +2 -2
- package/lib/control/grid/grid/grid.cjs +3 -2
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
- package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
- package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
- package/lib/control/list/list.cjs +9 -2
- package/lib/control/list/list.css +1 -1
- package/lib/control/toolbar/toolbar.cjs +24 -11
- package/lib/control/toolbar/toolbar.css +1 -1
- package/lib/control/tree/tree.cjs +87 -6
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/wizard-panel/wizard-panel.cjs +3 -1
- package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +3 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.cjs +141 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.cjs +180 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
- package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +48 -4
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +10 -0
- package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +9 -2
- package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +12 -3
- package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +3 -1
- package/lib/editor/data-picker/picker-editor.provider.cjs +0 -1
- package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +13 -2
- package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +3 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +3 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +384 -0
- package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
- package/lib/editor/dropdown-list/index.cjs +2 -0
- package/lib/editor/index.cjs +10 -0
- package/lib/editor/span/span/span.cjs +1 -1
- package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +18 -5
- package/lib/locale/en/index.cjs +69 -28
- package/lib/locale/zh-CN/index.cjs +69 -28
- package/lib/panel-component/index.cjs +1 -0
- package/lib/panel-component/panel-app-header/panel-app-header.css +1 -1
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/lib/panel-component/user-action/user-action.cjs +1 -5
- package/lib/panel-component/user-action/user-action.css +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
- package/lib/view/login-view/login-view.cjs +20 -13
- package/lib/view/share-view/share-view.cjs +0 -5
- package/lib/view-engine/custom-view.engine.cjs +16 -0
- package/lib/view-engine/edit-view.engine.cjs +74 -161
- package/lib/view-engine/index-view.engine.cjs +17 -1
- package/lib/view-engine/login-view.engine.cjs +10 -1
- package/lib/view-engine/portal-view-engine.cjs +93 -1
- package/lib/view-engine/tree-exp-view.engine.cjs +23 -0
- package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +4 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +26 -8
- package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +21 -0
- package/package.json +8 -8
- package/dist/chart-DPS_XpZp.js +0 -1
- package/dist/index-CnCC-cC2.js +0 -1
- package/dist/index-Q4QqDXYJ.js +0 -4
- package/dist/index-X3QXftIl.js +0 -1
- /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
- /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":
|
|
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":
|
|
47
|
+
"preview-src-list": this.previewList
|
|
35
48
|
}, this.$attrs), null)]);
|
|
36
49
|
}
|
|
37
50
|
});
|
package/es/locale/en/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
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
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
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: {
|
package/es/locale/en/index.mjs
CHANGED
|
@@ -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
|
-
|
|
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: "
|
|
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
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
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
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
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
|
-
|
|
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
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
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
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
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: {
|