@ibiz-template/vue3-components 0.5.7-alpha.4 → 0.5.7-alpha.6

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 (102) hide show
  1. package/dist/index-CzVC8rhd.js +1 -0
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/{xlsx-util-kzUgnbtt.js → xlsx-util-TVsJdNUI.js} +1 -1
  5. package/es/common/grid-setting/grid-setting.css +1 -1
  6. package/es/common/grid-setting/grid-setting.mjs +23 -4
  7. package/es/control/calendar/calendar.mjs +1 -1
  8. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +236 -0
  9. package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +2 -0
  10. package/es/control/data-view/data-view.mjs +3 -2
  11. package/es/control/drtab/drtab.css +1 -1
  12. package/es/control/form/form-detail/form-button/form-button.mjs +2 -1
  13. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +2124 -0
  14. package/es/control/grid/grid/grid-control.util.mjs +4 -0
  15. package/es/control/search-bar/filter-tree/filter-tree.d.ts +45 -14
  16. package/es/control/search-bar/filter-tree/filter-tree.mjs +42 -21
  17. package/es/control/search-bar/search-bar.mjs +8 -2
  18. package/es/control/tab-exp-panel/tab-exp-panel.mjs +32 -1
  19. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.css +1 -1
  20. package/es/editor/index.mjs +8 -0
  21. package/es/editor/span/span/span.d.ts +2 -0
  22. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +2 -2
  23. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.controller.d.ts +46 -0
  24. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.controller.mjs +93 -0
  25. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.css +1 -0
  26. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +81 -0
  27. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +187 -0
  28. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.provider.d.ts +17 -0
  29. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.provider.mjs +22 -0
  30. package/es/editor/user/ibiz-searchcond-edit/index.d.ts +3 -0
  31. package/es/editor/user/ibiz-searchcond-edit/index.mjs +5 -0
  32. package/es/editor/user/index.d.ts +1 -0
  33. package/es/editor/user/index.mjs +6 -0
  34. package/es/index.d.ts +0 -1
  35. package/es/index.mjs +0 -1
  36. package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  37. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.css +1 -1
  38. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  39. package/es/util/app-drawer/app-drawer-component.mjs +3 -2
  40. package/es/util/app-modal/app-modal-component.mjs +11 -2
  41. package/es/util/app-popover/app-popover-component.mjs +25 -2
  42. package/es/util/notification-util/notification-util.mjs +1 -0
  43. package/es/util/open-view-util/open-view-util.mjs +8 -1
  44. package/es/view-engine/report-view.engine.d.ts +19 -0
  45. package/es/view-engine/report-view.engine.mjs +37 -10
  46. package/es/view-engine/tab-exp-view.engine.mjs +3 -3
  47. package/lib/common/grid-setting/grid-setting.cjs +23 -4
  48. package/lib/common/grid-setting/grid-setting.css +1 -1
  49. package/lib/control/calendar/calendar.cjs +1 -1
  50. package/lib/control/data-view/data-view.cjs +3 -2
  51. package/lib/control/drtab/drtab.css +1 -1
  52. package/lib/control/form/form-detail/form-button/form-button.cjs +2 -1
  53. package/lib/control/grid/grid/grid-control.util.cjs +4 -0
  54. package/lib/control/search-bar/filter-tree/filter-tree.cjs +41 -20
  55. package/lib/control/search-bar/search-bar.cjs +8 -2
  56. package/lib/control/search-bar/search-groups/search-groups.cjs +2 -2
  57. package/lib/control/tab-exp-panel/tab-exp-panel.cjs +31 -0
  58. package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.css +1 -1
  59. package/lib/editor/html/wang-editor/wang-editor.cjs +2 -2
  60. package/lib/editor/index.cjs +8 -0
  61. package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +2 -2
  62. package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.cjs +189 -0
  63. package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.controller.cjs +95 -0
  64. package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.css +1 -0
  65. package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.provider.cjs +24 -0
  66. package/lib/editor/user/ibiz-searchcond-edit/index.cjs +11 -0
  67. package/lib/editor/user/index.cjs +12 -0
  68. package/lib/index.cjs +181 -183
  69. package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  70. package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +2 -2
  71. package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.css +1 -1
  72. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  73. package/lib/util/app-drawer/app-drawer-component.cjs +3 -2
  74. package/lib/util/app-modal/app-modal-component.cjs +11 -2
  75. package/lib/util/app-popover/app-popover-component.cjs +24 -1
  76. package/lib/util/confirm-util/confirm-util.cjs +5 -5
  77. package/lib/util/loading-util/loading-util.cjs +2 -2
  78. package/lib/util/message-util/message-util.cjs +5 -5
  79. package/lib/util/modal-util/modal-util.cjs +6 -6
  80. package/lib/util/notice-util/notice-util.cjs +3 -3
  81. package/lib/util/notification-util/notification-util.cjs +3 -2
  82. package/lib/util/open-view-util/open-view-util.cjs +8 -1
  83. package/lib/view-engine/report-view.engine.cjs +36 -9
  84. package/lib/view-engine/tab-exp-view.engine.cjs +2 -2
  85. package/package.json +6 -6
  86. package/dist/index-knHzHtox.js +0 -2
  87. package/es/devtool/devtool-action.css +0 -1
  88. package/es/devtool/devtool-action.d.ts +0 -26
  89. package/es/devtool/devtool-action.mjs +0 -219
  90. package/es/devtool/index.d.ts +0 -50
  91. package/es/devtool/index.mjs +0 -81
  92. package/es/devtool/interface/devtool-event.d.ts +0 -12
  93. package/es/devtool/interface/devtool-event.mjs +0 -1
  94. package/es/devtool/interface/devtool-view.d.ts +0 -15
  95. package/es/devtool/interface/devtool-view.mjs +0 -1
  96. package/es/node_modules/.pnpm/element-plus@2.4.2_vue@3.3.8/node_modules/element-plus/dist/locale/zh-cn.mjs +0 -131
  97. package/lib/devtool/devtool-action.cjs +0 -221
  98. package/lib/devtool/devtool-action.css +0 -1
  99. package/lib/devtool/index.cjs +0 -84
  100. package/lib/devtool/interface/devtool-event.cjs +0 -3
  101. package/lib/devtool/interface/devtool-view.cjs +0 -3
  102. package/lib/node_modules/.pnpm/element-plus@2.4.2_vue@3.3.8/node_modules/element-plus/dist/locale/zh-cn.cjs +0 -135
@@ -1,221 +0,0 @@
1
- 'use strict';
2
-
3
- var vue = require('vue');
4
- var vue3Util = require('@ibiz-template/vue3-util');
5
- require('./devtool-action.css');
6
- var vueRouter = require('vue-router');
7
-
8
- "use strict";
9
- function _isSlot(s) {
10
- return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
11
- }
12
- const DevtoolAction = /* @__PURE__ */ vue.defineComponent({
13
- name: "IBizDevtoolAction",
14
- setup() {
15
- var _a;
16
- const ns = vue3Util.useNamespace("devtool-action");
17
- const evt = vue.inject("devtool-evt");
18
- const items = vue.ref([]);
19
- const activeItem = vue.ref(null);
20
- const isShow = vue.ref(false);
21
- const height = vue.ref("");
22
- const activeCollapse = vue.ref(["context", "params"]);
23
- const router = vueRouter.useRouter();
24
- const instance = (_a = vue.getCurrentInstance()) == null ? void 0 : _a.proxy;
25
- router.afterEach(() => {
26
- if (instance) {
27
- activeItem.value = null;
28
- instance.$forceUpdate();
29
- }
30
- });
31
- const getObjEntriesArray = (obj) => {
32
- if (!obj) {
33
- return [];
34
- }
35
- return Object.entries(obj).map(([key, value]) => {
36
- return {
37
- key,
38
- value: Object.prototype.toString.call(value) === "[object Object]" ? JSON.stringify(value) : "".concat(value)
39
- };
40
- });
41
- };
42
- const contextArray = vue.computed(() => {
43
- if (!activeItem.value) {
44
- return [];
45
- }
46
- return getObjEntriesArray(activeItem.value.controller.context);
47
- });
48
- const paramsArray = vue.computed(() => {
49
- if (!activeItem.value) {
50
- return [];
51
- }
52
- return getObjEntriesArray(activeItem.value.controller.params);
53
- });
54
- const onDataChange = (data) => {
55
- items.value = [...data.values()];
56
- };
57
- const keydownHandle = (e) => {
58
- if ((e.ctrlKey || e.metaKey) && e.code === "F12") {
59
- isShow.value = !isShow.value;
60
- }
61
- };
62
- const onItemClick = (item) => {
63
- var _a2;
64
- if (item.key === ((_a2 = activeItem.value) == null ? void 0 : _a2.key)) {
65
- activeItem.value = null;
66
- } else {
67
- activeItem.value = item;
68
- }
69
- };
70
- const copy = (value) => {
71
- if (!value) {
72
- return;
73
- }
74
- const result = ibiz.util.text.copy(value);
75
- if (result) {
76
- ibiz.message.success("\u62F7\u8D1D\u6210\u529F!");
77
- } else {
78
- ibiz.message.error("\u62F7\u8D1D\u5931\u8D25\uFF0C\u6D4F\u89C8\u5668copy\u64CD\u4F5C\u4E0D\u88AB\u652F\u6301\u6216\u672A\u88AB\u542F\u7528!");
79
- }
80
- };
81
- const minimize = () => {
82
- height.value = "44px";
83
- };
84
- const expand = () => {
85
- height.value = "100%";
86
- };
87
- const close = () => {
88
- isShow.value = false;
89
- };
90
- const onMouseEnter = (item) => {
91
- const el = vue.unref(item.dom);
92
- if (el) {
93
- el.style.outline = "3px solid #409EFF";
94
- }
95
- };
96
- const onMouseLeave = (item) => {
97
- const el = vue.unref(item.dom);
98
- if (el) {
99
- el.style.outline = "";
100
- }
101
- };
102
- vue.onMounted(() => {
103
- evt.on("change", onDataChange);
104
- document.addEventListener("keydown", keydownHandle);
105
- });
106
- vue.onUnmounted(() => {
107
- evt.off("change", onDataChange);
108
- document.removeEventListener("keydown", keydownHandle);
109
- });
110
- return {
111
- ns,
112
- items,
113
- activeItem,
114
- height,
115
- isShow,
116
- activeCollapse,
117
- contextArray,
118
- paramsArray,
119
- onItemClick,
120
- copy,
121
- minimize,
122
- expand,
123
- close,
124
- onMouseEnter,
125
- onMouseLeave
126
- };
127
- },
128
- render() {
129
- let _slot, _slot2;
130
- if (!this.isShow) {
131
- return;
132
- }
133
- return vue.createVNode("div", {
134
- "class": this.ns.b(),
135
- "style": {
136
- height: this.height
137
- }
138
- }, [this.activeItem ? vue.createVNode("div", {
139
- "class": this.ns.b("collapse")
140
- }, [vue.createVNode(vue.resolveComponent("el-collapse"), {
141
- "modelValue": this.activeCollapse,
142
- "onUpdate:modelValue": ($event) => this.activeCollapse = $event
143
- }, {
144
- default: () => [vue.createVNode(vue.resolveComponent("el-collapse-item"), {
145
- "title": "\u5E94\u7528\u4E0A\u4E0B\u6587",
146
- "name": "context"
147
- }, _isSlot(_slot = this.contextArray.map((item) => vue.createVNode("div", {
148
- "class": this.ns.b("collapse-item")
149
- }, [vue.createVNode("div", {
150
- "class": this.ns.be("collapse-item", "key"),
151
- "title": item.key,
152
- "onClick": () => this.copy(item.key)
153
- }, [item.key]), vue.createVNode("div", {
154
- "class": this.ns.be("collapse-item", "value"),
155
- "title": item.value,
156
- "onClick": () => this.copy(item.value)
157
- }, ["\uFF1A".concat(item.value)])]))) ? _slot : {
158
- default: () => [_slot]
159
- }), vue.createVNode(vue.resolveComponent("el-collapse-item"), {
160
- "title": "\u89C6\u56FE\u53C2\u6570",
161
- "name": "params"
162
- }, _isSlot(_slot2 = this.paramsArray.map((item) => vue.createVNode("div", {
163
- "class": this.ns.b("collapse-item")
164
- }, [vue.createVNode("div", {
165
- "class": this.ns.be("collapse-item", "key"),
166
- "title": item.key,
167
- "onClick": () => this.copy(item.key)
168
- }, [item.key]), vue.createVNode("div", {
169
- "class": this.ns.be("collapse-item", "value"),
170
- "title": item.value,
171
- "onClick": () => this.copy(item.value)
172
- }, ["\uFF1A".concat(item.value)])]))) ? _slot2 : {
173
- default: () => [_slot2]
174
- })]
175
- })]) : null, vue.createVNode("div", {
176
- "class": this.ns.b("container")
177
- }, [vue.createVNode("div", {
178
- "class": this.ns.b("header")
179
- }, [vue.createVNode("ion-icon", {
180
- "name": "remove-outline",
181
- "onClick": this.minimize
182
- }, null), vue.createVNode("ion-icon", {
183
- "name": "expand-outline",
184
- "onClick": this.expand
185
- }, null), vue.createVNode("ion-icon", {
186
- "name": "close-outline",
187
- "onClick": this.close
188
- }, null)]), vue.createVNode("div", {
189
- "class": this.ns.b("content")
190
- }, [this.items.map((item) => {
191
- var _a;
192
- if (!item.controller.isActive) {
193
- return null;
194
- }
195
- const {
196
- caption,
197
- name
198
- } = item.controller.model;
199
- const text = "".concat(caption || "", "\uFF08").concat(name || "", "\uFF09");
200
- const type = ((_a = this.activeItem) == null ? void 0 : _a.key) === item.key ? "success" : "";
201
- return vue.createVNode("div", {
202
- "key": item.key,
203
- "class": this.ns.b("item")
204
- }, [vue.createVNode(vue.resolveComponent("el-tag"), {
205
- "type": type,
206
- "class": this.ns.be("item", "text"),
207
- "title": text,
208
- "onClick": () => this.onItemClick(item),
209
- "onMouseenter": () => this.onMouseEnter(item),
210
- "onMouseleave": () => this.onMouseLeave(item)
211
- }, _isSlot(text) ? text : {
212
- default: () => [text]
213
- }), vue.createVNode("div", {
214
- "class": this.ns.be("item", "button"),
215
- "onClick": () => this.copy(name)
216
- }, [vue.createTextVNode("\u62F7\u8D1D")])]);
217
- })])])]);
218
- }
219
- });
220
-
221
- exports.DevtoolAction = DevtoolAction;
@@ -1 +0,0 @@
1
- .ibiz-devtool-action{position:absolute;right:0;bottom:0;z-index:9999;display:flex;height:100%;font-size:13px;color:#fff;background:rgba(96,98,102,.8);transition:all .5s}.ibiz-devtool-action-collapse{flex:0 0 auto;width:320px;padding:0 12px;margin-top:44px;margin-bottom:12px;overflow:auto;border-right:1px solid #999}.ibiz-devtool-action-collapse-item{display:flex;align-items:center;padding-bottom:4px}.ibiz-devtool-action-collapse-item__key{flex:0 0 auto;width:40%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.ibiz-devtool-action-collapse-item__key:hover{color:#dbe6ff}.ibiz-devtool-action-collapse-item__value{flex:0 0 auto;width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.ibiz-devtool-action-collapse-item__value:hover{color:#dbe6ff}.ibiz-devtool-action-container{display:flex;flex:0 0 auto;flex-direction:column;width:400px;padding:12px}.ibiz-devtool-action-header{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;height:20px;margin-bottom:12px}.ibiz-devtool-action-header ion-icon{margin-right:12px;font-size:20px;cursor:pointer}.ibiz-devtool-action-header ion-icon:last-child{margin-right:0}.ibiz-devtool-action-content{display:flex;flex:0 0 auto;flex-direction:column;height:calc(100% - 32px);overflow:auto}.ibiz-devtool-action-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.ibiz-devtool-action-item__text{display:flex;flex:1 1 0;justify-content:flex-start;height:auto;padding:4px 6px;margin-right:16px;overflow:hidden;line-height:normal;cursor:pointer}.ibiz-devtool-action-item__text>.el-tag__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ibiz-devtool-action-item__button{flex:0 0 auto;cursor:pointer}.ibiz-devtool-action-item__button:hover{color:#409eff}
@@ -1,84 +0,0 @@
1
- 'use strict';
2
-
3
- var vue = require('vue');
4
- var qxUtil = require('qx-util');
5
- var ElementPlus = require('element-plus');
6
- var zhCn = require('../node_modules/.pnpm/element-plus@2.4.2_vue@3.3.8/node_modules/element-plus/dist/locale/zh-cn.cjs');
7
- var devtoolAction = require('./devtool-action.cjs');
8
-
9
- "use strict";
10
- var __defProp = Object.defineProperty;
11
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
12
- var __publicField = (obj, key, value) => {
13
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
14
- return value;
15
- };
16
- class Devtool {
17
- constructor() {
18
- /**
19
- * 视图map
20
- *
21
- * @author zhanghengfeng
22
- * @date 2023-08-28 18:08:16
23
- */
24
- __publicField(this, "viewMap", /* @__PURE__ */ new Map());
25
- /**
26
- * 事件中心
27
- *
28
- * @author zhanghengfeng
29
- * @date 2023-08-28 18:08:43
30
- */
31
- __publicField(this, "evt", new qxUtil.QXEvent());
32
- }
33
- /**
34
- * 初始化devtool工具
35
- *
36
- * @author zhanghengfeng
37
- * @date 2023-08-28 18:08:24
38
- * @param {Router} router
39
- */
40
- init(router) {
41
- const devtool2 = document.createElement("div");
42
- devtool2.classList.add("devtool");
43
- document.body.append(devtool2);
44
- const app = vue.createApp(devtoolAction.DevtoolAction);
45
- app.use(router);
46
- app.use(ElementPlus, {
47
- locale: zhCn.default
48
- });
49
- app.provide("devtool-evt", this.evt);
50
- app.mount(devtool2);
51
- }
52
- /**
53
- * 注册视图
54
- *
55
- * @author zhanghengfeng
56
- * @date 2023-08-28 18:08:25
57
- * @param {string} key
58
- * @param {ViewController} controller
59
- * @param {(Ref<HTMLElement | null>)} dom
60
- */
61
- registerView(key, controller, dom) {
62
- this.viewMap.set(key, {
63
- key,
64
- controller,
65
- dom
66
- });
67
- this.evt.emit("change", this.viewMap);
68
- }
69
- /**
70
- * 注销视图
71
- *
72
- * @author zhanghengfeng
73
- * @date 2023-08-28 18:08:39
74
- * @param {string} key
75
- */
76
- unRegisterView(key) {
77
- this.viewMap.delete(key);
78
- this.evt.emit("change", this.viewMap);
79
- }
80
- }
81
- const devtool = new Devtool();
82
-
83
- exports.Devtool = Devtool;
84
- exports.devtool = devtool;
@@ -1,3 +0,0 @@
1
- 'use strict';
2
-
3
- "use strict";
@@ -1,3 +0,0 @@
1
- 'use strict';
2
-
3
- "use strict";
@@ -1,135 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- /*! Element Plus v2.4.2 */
6
-
7
- var zhCn = {
8
- name: "zh-cn",
9
- el: {
10
- colorpicker: {
11
- confirm: "\u786E\u5B9A",
12
- clear: "\u6E05\u7A7A"
13
- },
14
- datepicker: {
15
- now: "\u6B64\u523B",
16
- today: "\u4ECA\u5929",
17
- cancel: "\u53D6\u6D88",
18
- clear: "\u6E05\u7A7A",
19
- confirm: "\u786E\u5B9A",
20
- selectDate: "\u9009\u62E9\u65E5\u671F",
21
- selectTime: "\u9009\u62E9\u65F6\u95F4",
22
- startDate: "\u5F00\u59CB\u65E5\u671F",
23
- startTime: "\u5F00\u59CB\u65F6\u95F4",
24
- endDate: "\u7ED3\u675F\u65E5\u671F",
25
- endTime: "\u7ED3\u675F\u65F6\u95F4",
26
- prevYear: "\u524D\u4E00\u5E74",
27
- nextYear: "\u540E\u4E00\u5E74",
28
- prevMonth: "\u4E0A\u4E2A\u6708",
29
- nextMonth: "\u4E0B\u4E2A\u6708",
30
- year: "\u5E74",
31
- month1: "1 \u6708",
32
- month2: "2 \u6708",
33
- month3: "3 \u6708",
34
- month4: "4 \u6708",
35
- month5: "5 \u6708",
36
- month6: "6 \u6708",
37
- month7: "7 \u6708",
38
- month8: "8 \u6708",
39
- month9: "9 \u6708",
40
- month10: "10 \u6708",
41
- month11: "11 \u6708",
42
- month12: "12 \u6708",
43
- weeks: {
44
- sun: "\u65E5",
45
- mon: "\u4E00",
46
- tue: "\u4E8C",
47
- wed: "\u4E09",
48
- thu: "\u56DB",
49
- fri: "\u4E94",
50
- sat: "\u516D"
51
- },
52
- months: {
53
- jan: "\u4E00\u6708",
54
- feb: "\u4E8C\u6708",
55
- mar: "\u4E09\u6708",
56
- apr: "\u56DB\u6708",
57
- may: "\u4E94\u6708",
58
- jun: "\u516D\u6708",
59
- jul: "\u4E03\u6708",
60
- aug: "\u516B\u6708",
61
- sep: "\u4E5D\u6708",
62
- oct: "\u5341\u6708",
63
- nov: "\u5341\u4E00\u6708",
64
- dec: "\u5341\u4E8C\u6708"
65
- }
66
- },
67
- select: {
68
- loading: "\u52A0\u8F7D\u4E2D",
69
- noMatch: "\u65E0\u5339\u914D\u6570\u636E",
70
- noData: "\u65E0\u6570\u636E",
71
- placeholder: "\u8BF7\u9009\u62E9"
72
- },
73
- cascader: {
74
- noMatch: "\u65E0\u5339\u914D\u6570\u636E",
75
- loading: "\u52A0\u8F7D\u4E2D",
76
- placeholder: "\u8BF7\u9009\u62E9",
77
- noData: "\u6682\u65E0\u6570\u636E"
78
- },
79
- pagination: {
80
- goto: "\u524D\u5F80",
81
- pagesize: "\u6761/\u9875",
82
- total: "\u5171 {total} \u6761",
83
- pageClassifier: "\u9875",
84
- page: "\u9875",
85
- prev: "\u4E0A\u4E00\u9875",
86
- next: "\u4E0B\u4E00\u9875",
87
- currentPage: "\u7B2C {pager} \u9875",
88
- prevPages: "\u5411\u524D {pager} \u9875",
89
- nextPages: "\u5411\u540E {pager} \u9875",
90
- deprecationWarning: "\u4F60\u4F7F\u7528\u4E86\u4E00\u4E9B\u5DF2\u88AB\u5E9F\u5F03\u7684\u7528\u6CD5\uFF0C\u8BF7\u53C2\u8003 el-pagination \u7684\u5B98\u65B9\u6587\u6863"
91
- },
92
- messagebox: {
93
- title: "\u63D0\u793A",
94
- confirm: "\u786E\u5B9A",
95
- cancel: "\u53D6\u6D88",
96
- error: "\u8F93\u5165\u7684\u6570\u636E\u4E0D\u5408\u6CD5!"
97
- },
98
- upload: {
99
- deleteTip: "\u6309 delete \u952E\u53EF\u5220\u9664",
100
- delete: "\u5220\u9664",
101
- preview: "\u67E5\u770B\u56FE\u7247",
102
- continue: "\u7EE7\u7EED\u4E0A\u4F20"
103
- },
104
- table: {
105
- emptyText: "\u6682\u65E0\u6570\u636E",
106
- confirmFilter: "\u7B5B\u9009",
107
- resetFilter: "\u91CD\u7F6E",
108
- clearFilter: "\u5168\u90E8",
109
- sumText: "\u5408\u8BA1"
110
- },
111
- tree: {
112
- emptyText: "\u6682\u65E0\u6570\u636E"
113
- },
114
- transfer: {
115
- noMatch: "\u65E0\u5339\u914D\u6570\u636E",
116
- noData: "\u65E0\u6570\u636E",
117
- titles: ["\u5217\u8868 1", "\u5217\u8868 2"],
118
- filterPlaceholder: "\u8BF7\u8F93\u5165\u641C\u7D22\u5185\u5BB9",
119
- noCheckedFormat: "\u5171 {total} \u9879",
120
- hasCheckedFormat: "\u5DF2\u9009 {checked}/{total} \u9879"
121
- },
122
- image: {
123
- error: "\u52A0\u8F7D\u5931\u8D25"
124
- },
125
- pageHeader: {
126
- title: "\u8FD4\u56DE"
127
- },
128
- popconfirm: {
129
- confirmButtonText: "\u786E\u5B9A",
130
- cancelButtonText: "\u53D6\u6D88"
131
- }
132
- }
133
- };
134
-
135
- exports.default = zhCn;