@epie/bi-crud 2.0.23 → 2.0.24

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.
@@ -14365,6 +14365,79 @@ function useComponent(app) {
14365
14365
  }
14366
14366
  }
14367
14367
 
14368
+ var zhCN = {
14369
+ epie: {
14370
+ crud: {
14371
+ add: "新增",
14372
+ refresh: "刷新",
14373
+ edit: "编辑",
14374
+ delete: "删除",
14375
+ multidelete: "批量删除",
14376
+ select: "选择",
14377
+ unselect: "取消选择",
14378
+ action: "操作",
14379
+ nomethodinservice: "[配置] Service 中不存在 {name} 方法",
14380
+ responseformaterror: "[响应] 格式错误!",
14381
+ order: {
14382
+ desc: "{name} - 降序",
14383
+ asc: "{name} - 升序"
14384
+ },
14385
+ actiondel: {
14386
+ tip: "提示",
14387
+ prompt: "此操作将永久删除选中数据,是否继续?",
14388
+ cancel: "取消",
14389
+ ok: "确定",
14390
+ success: "删除成功"
14391
+ },
14392
+ descriptions: {
14393
+ title: "{title} - 详情"
14394
+ },
14395
+ form: {
14396
+ show: "查看更多",
14397
+ hide: "隐藏内容",
14398
+ title: "自定义表单",
14399
+ save: "保存",
14400
+ cancel: "取消",
14401
+ cannotbeempty: "{name} 不能为空"
14402
+ },
14403
+ inlinesearch: {
14404
+ search: "搜索",
14405
+ reset: "重置"
14406
+ },
14407
+ upsert: {
14408
+ success: "保存成功",
14409
+ invalid: "[异常] epie-upsert 组件不存在",
14410
+ edit: "编辑",
14411
+ add: "新增"
14412
+ },
14413
+ advsearch: {
14414
+ title: "高级搜索",
14415
+ search: "搜索",
14416
+ reset: "重置",
14417
+ clear: "清空",
14418
+ close: "取消"
14419
+ },
14420
+ export: {
14421
+ label: "导出",
14422
+ success: "导出成功",
14423
+ failed: "导出失败: {msg}",
14424
+ ok: "确定",
14425
+ cancel: "取消",
14426
+ prompt: "即将按照最近一次查询条件导出"
14427
+ },
14428
+ filtergroup: {
14429
+ search: "search",
14430
+ reset: "reset"
14431
+ },
14432
+ searchkey: {
14433
+ pleaseinput: "请输入",
14434
+ pleaseinputkey: "请输入关键字",
14435
+ search: "搜索"
14436
+ }
14437
+ }
14438
+ }
14439
+ };
14440
+
14368
14441
  const Crud = {
14369
14442
  install(app, options) {
14370
14443
  const {
@@ -14396,4 +14469,4 @@ const Crud = {
14396
14469
  };
14397
14470
  // export { ContextMenu } from "./components/context-menu";
14398
14471
 
14399
- export { EpieDescriptions, EpieInlineSearch, components, crudList, Crud as default, emitter$1 as emitter, epieDescriptionsProps, epieInlineSearchProps, useAdvSearch, useBrowser, useComponent, useCore, useCrud, useDescriptions, useDialog, useForm, usePermission, useProxy, useRefs, useSetPermission, useTable, useTools, useUpsert };
14472
+ export { EpieDescriptions, EpieInlineSearch, components, crudList, Crud as default, emitter$1 as emitter, EnglishEpie as enUSEpie, epieDescriptionsProps, epieInlineSearchProps, useAdvSearch, useBrowser, useComponent, useCore, useCrud, useDescriptions, useDialog, useForm, usePermission, useProxy, useRefs, useSetPermission, useTable, useTools, useUpsert, zhCN as zhCNEpie };
@@ -14368,6 +14368,79 @@
14368
14368
  }
14369
14369
  }
14370
14370
 
14371
+ var zhCN = {
14372
+ epie: {
14373
+ crud: {
14374
+ add: "新增",
14375
+ refresh: "刷新",
14376
+ edit: "编辑",
14377
+ delete: "删除",
14378
+ multidelete: "批量删除",
14379
+ select: "选择",
14380
+ unselect: "取消选择",
14381
+ action: "操作",
14382
+ nomethodinservice: "[配置] Service 中不存在 {name} 方法",
14383
+ responseformaterror: "[响应] 格式错误!",
14384
+ order: {
14385
+ desc: "{name} - 降序",
14386
+ asc: "{name} - 升序"
14387
+ },
14388
+ actiondel: {
14389
+ tip: "提示",
14390
+ prompt: "此操作将永久删除选中数据,是否继续?",
14391
+ cancel: "取消",
14392
+ ok: "确定",
14393
+ success: "删除成功"
14394
+ },
14395
+ descriptions: {
14396
+ title: "{title} - 详情"
14397
+ },
14398
+ form: {
14399
+ show: "查看更多",
14400
+ hide: "隐藏内容",
14401
+ title: "自定义表单",
14402
+ save: "保存",
14403
+ cancel: "取消",
14404
+ cannotbeempty: "{name} 不能为空"
14405
+ },
14406
+ inlinesearch: {
14407
+ search: "搜索",
14408
+ reset: "重置"
14409
+ },
14410
+ upsert: {
14411
+ success: "保存成功",
14412
+ invalid: "[异常] epie-upsert 组件不存在",
14413
+ edit: "编辑",
14414
+ add: "新增"
14415
+ },
14416
+ advsearch: {
14417
+ title: "高级搜索",
14418
+ search: "搜索",
14419
+ reset: "重置",
14420
+ clear: "清空",
14421
+ close: "取消"
14422
+ },
14423
+ export: {
14424
+ label: "导出",
14425
+ success: "导出成功",
14426
+ failed: "导出失败: {msg}",
14427
+ ok: "确定",
14428
+ cancel: "取消",
14429
+ prompt: "即将按照最近一次查询条件导出"
14430
+ },
14431
+ filtergroup: {
14432
+ search: "search",
14433
+ reset: "reset"
14434
+ },
14435
+ searchkey: {
14436
+ pleaseinput: "请输入",
14437
+ pleaseinputkey: "请输入关键字",
14438
+ search: "搜索"
14439
+ }
14440
+ }
14441
+ }
14442
+ };
14443
+
14371
14444
  const Crud = {
14372
14445
  install(app, options) {
14373
14446
  const {
@@ -14405,6 +14478,7 @@
14405
14478
  exports.crudList = crudList;
14406
14479
  exports["default"] = Crud;
14407
14480
  exports.emitter = emitter$1;
14481
+ exports.enUSEpie = EnglishEpie;
14408
14482
  exports.epieDescriptionsProps = epieDescriptionsProps;
14409
14483
  exports.epieInlineSearchProps = epieInlineSearchProps;
14410
14484
  exports.useAdvSearch = useAdvSearch;
@@ -14422,6 +14496,7 @@
14422
14496
  exports.useTable = useTable;
14423
14497
  exports.useTools = useTools;
14424
14498
  exports.useUpsert = useUpsert;
14499
+ exports.zhCNEpie = zhCN;
14425
14500
 
14426
14501
  Object.defineProperty(exports, '__esModule', { value: true });
14427
14502
 
package/lib/index.d.ts CHANGED
@@ -9,3 +9,4 @@ export * from "./emitter";
9
9
  export * from "./hooks";
10
10
  export * from "./types";
11
11
  export * from "./components";
12
+ export * from "./locales";
@@ -0,0 +1,2 @@
1
+ export { default as zhCNEpie } from './zh-CN';
2
+ export { default as enUSEpie } from './en-US';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epie/bi-crud",
3
3
  "simpleName": "bi-crud",
4
- "version": "2.0.23",
4
+ "version": "2.0.24",
5
5
  "private": false,
6
6
  "main": "lib/bi-crud.umd.js",
7
7
  "module": "lib/bi-crud.esm.js",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@element-plus/icons-vue": "^2.0.6",
26
- "@epie/bi-crud": "^2.0.20",
26
+ "@epie/bi-crud": "^2.0.23",
27
27
  "array.prototype.flat": "^1.2.4",
28
28
  "clone-deep": "^4.0.1",
29
29
  "core-js": "^3.21.1",