@dao-style/core 1.32.0 → 1.33.1-beta.1

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.
@@ -0,0 +1,66 @@
1
+ const e = {
2
+ core: {
3
+ actionIcon: {
4
+ tooltip: {
5
+ refresh: "刷新",
6
+ columnSetting: "列设置"
7
+ }
8
+ },
9
+ dialog: {
10
+ confirm: "确定",
11
+ cancel: "取消"
12
+ },
13
+ drawer: {
14
+ confirm: "确定",
15
+ cancel: "取消"
16
+ },
17
+ pagination: {
18
+ total: "共 {n} 项",
19
+ page: "{v} 项"
20
+ },
21
+ toolbar: {
22
+ searchPlaceholder: "搜索",
23
+ clear: "清除条件"
24
+ },
25
+ select: {
26
+ noData: "暂无数据",
27
+ search: "搜索",
28
+ loading: "加载中...",
29
+ selectAll: "全选"
30
+ },
31
+ switch: {
32
+ on: "启用",
33
+ off: "未启用"
34
+ },
35
+ transfer: {
36
+ checkAll: "全选",
37
+ clear: "清空",
38
+ selectedText: "已选择 {n} 项"
39
+ },
40
+ batchBar: {
41
+ removeText: "删除",
42
+ deselectText: "取消选中",
43
+ selectedFormat: "选中 {n} 项"
44
+ },
45
+ empty: {
46
+ title: "暂无数据"
47
+ },
48
+ table: {
49
+ columnSetting: {
50
+ title: "列设置",
51
+ search: "搜索",
52
+ confirm: "确定",
53
+ cancel: "取消",
54
+ tooltip: "表格首列始终展示",
55
+ noMatch: "无匹配内容"
56
+ }
57
+ }
58
+ }
59
+ }, t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
60
+ __proto__: null,
61
+ default: e
62
+ }, Symbol.toStringTag, { value: "Module" }));
63
+ export {
64
+ t as _,
65
+ e as z
66
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e={core:{actionIcon:{tooltip:{refresh:"刷新",columnSetting:"列设置"}},dialog:{confirm:"确定",cancel:"取消"},drawer:{confirm:"确定",cancel:"取消"},pagination:{total:"共 {n} 项",page:"{v} 项"},toolbar:{searchPlaceholder:"搜索",clear:"清除条件"},select:{noData:"暂无数据",search:"搜索",loading:"加载中...",selectAll:"全选"},switch:{on:"启用",off:"未启用"},transfer:{checkAll:"全选",clear:"清空",selectedText:"已选择 {n} 项"},batchBar:{removeText:"删除",deselectText:"取消选中",selectedFormat:"选中 {n} 项"},empty:{title:"暂无数据"},table:{columnSetting:{title:"列设置",search:"搜索",confirm:"确定",cancel:"取消",tooltip:"表格首列始终展示",noMatch:"无匹配内容"}}}},t=Object.freeze(Object.defineProperty({__proto__:null,default:e},Symbol.toStringTag,{value:"Module"}));exports.__vite_glob_0_3=t;exports.zhCN=e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dao-style/core",
3
- "version": "1.32.0",
3
+ "version": "1.33.1-beta.1",
4
4
  "scripts": {
5
5
  "commit": "git-cz",
6
6
  "dev": "npm run dev:docs",