lew-ui 2.7.93 → 2.8.2
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/_components/CloseButton.vue.d.ts +1 -1
- package/dist/_components/CloseIcon.vue.d.ts +1 -1
- package/dist/_components/CommonIcon.vue.d.ts +1 -1
- package/dist/_components/CommonInput.vue.d.ts +3 -81
- package/dist/auto-imports.d.ts +5 -0
- package/dist/components/data/pagination/src/LewPagination.vue.d.ts +13 -2
- package/dist/components/data/pagination/src/props.d.ts +5 -0
- package/dist/components/data/tree/src/LewTreeItem.vue.d.ts +1 -1
- package/dist/components/feedback/drawer/src/LewDrawer.vue.d.ts +9 -36
- package/dist/components/feedback/drawer/src/props.d.ts +5 -18
- package/dist/components/feedback/index.d.ts +0 -1
- package/dist/components/feedback/modal/src/LewModal.vue.d.ts +9 -52
- package/dist/components/feedback/modal/src/props.d.ts +5 -26
- package/dist/components/feedback/popok/src/LewPopok.vue.d.ts +10 -444
- package/dist/components/feedback/popok/src/props.d.ts +5 -20
- package/dist/components/form/cascader/src/LewCascader.vue.d.ts +1 -1
- package/dist/components/form/color-picker/src/LewColorPicker.vue.d.ts +1 -1
- package/dist/components/form/date-picker/src/LewDatePicker.vue.d.ts +1 -1
- package/dist/components/form/date-range-picker/src/LewDateRangePicker.vue.d.ts +1 -1
- package/dist/components/form/form/src/LewForm.vue.d.ts +1 -1
- package/dist/components/form/form/src/LewFormItem.vue.d.ts +1 -1
- package/dist/components/form/index.d.ts +0 -1
- package/dist/components/form/input/src/LewInput.vue.d.ts +1 -76
- package/dist/components/form/input/src/props.d.ts +2 -36
- package/dist/components/form/input-number/src/LewInputNumber.vue.d.ts +1 -1
- package/dist/components/form/input-tag/src/LewInputTag.vue.d.ts +3 -81
- package/dist/components/form/select/src/LewSelect.vue.d.ts +9 -167
- package/dist/components/form/slider/src/LewSlider.vue.d.ts +1 -1
- package/dist/components/form/slider-range/src/LewSliderRange.vue.d.ts +1 -1
- package/dist/components/form/tabs/src/LewTabs.vue.d.ts +1 -1
- package/dist/components/form/textarea/src/LewTextarea.vue.d.ts +2 -2
- package/dist/components/form/tree-select/src/LewTreeSelect.vue.d.ts +11 -167
- package/dist/components/form/upload/src/LewUpload.vue.d.ts +6 -6
- package/dist/components/general/button/index.d.ts +4 -3
- package/dist/components/general/button/src/LewButton.vue.d.ts +5 -5
- package/dist/components/general/button/src/props.d.ts +3 -1
- package/dist/components/general/flex/src/LewFlex.vue.d.ts +1 -1
- package/dist/components/general/image/src/LewImage.vue.d.ts +1 -1
- package/dist/components/general/index.d.ts +0 -2
- package/dist/components/general/tag/src/LewTag.vue.d.ts +3 -3
- package/dist/components/navigation/index.d.ts +0 -3
- package/dist/directives/index.d.ts +0 -1
- package/dist/global.d.ts +0 -1
- package/dist/index.css +1 -1
- package/dist/index.js +11441 -12348
- package/dist/locals/de.d.ts +17 -13
- package/dist/locals/en.d.ts +17 -13
- package/dist/locals/es.d.ts +17 -13
- package/dist/locals/fr.d.ts +17 -13
- package/dist/locals/it.d.ts +17 -13
- package/dist/locals/ja.d.ts +17 -13
- package/dist/locals/ko.d.ts +17 -13
- package/dist/locals/pt.d.ts +17 -13
- package/dist/locals/zh.d.ts +17 -13
- package/dist/methods/dialog/src/LewDialog.vue.d.ts +10 -244
- package/dist/methods/dialog/src/props.d.ts +5 -20
- package/dist/methods/message/src/MessageContainer.vue.d.ts +9 -0
- package/dist/methods/message/src/MessageItem.vue.d.ts +6 -0
- package/dist/methods/message/src/index.d.ts +1 -0
- package/dist/types/components.d.ts +11 -21
- package/dist/types/directives.d.ts +0 -4
- package/dist/types/methods.d.ts +3 -4
- package/dist/utils/index.d.ts +4 -0
- package/dist/validators/typeValues.d.ts +1 -6
- package/package.json +2 -3
- package/dist/components/feedback/empty/index.d.ts +0 -2
- package/dist/components/feedback/empty/src/LewEmpty.vue.d.ts +0 -87
- package/dist/components/feedback/empty/src/props.d.ts +0 -37
- package/dist/components/form/input-table/index.d.ts +0 -3
- package/dist/components/form/input-table/src/FormModal.vue.d.ts +0 -271
- package/dist/components/form/input-table/src/LewInputTable.vue.d.ts +0 -794
- package/dist/components/form/input-table/src/emits.d.ts +0 -3
- package/dist/components/form/input-table/src/props.d.ts +0 -116
- package/dist/components/general/mark/index.d.ts +0 -2
- package/dist/components/general/mark/src/LewMark.vue.d.ts +0 -59
- package/dist/components/general/mark/src/props.d.ts +0 -24
- package/dist/components/general/title/index.d.ts +0 -3
- package/dist/components/general/title/src/LewTitle.vue.d.ts +0 -64
- package/dist/components/general/title/src/emits.d.ts +0 -3
- package/dist/components/general/title/src/props.d.ts +0 -25
- package/dist/components/navigation/back-top/index.d.ts +0 -7
- package/dist/components/navigation/back-top/src/LewBackTop.vue.d.ts +0 -61
- package/dist/components/navigation/back-top/src/emits.d.ts +0 -2
- package/dist/components/navigation/back-top/src/props.d.ts +0 -23
- package/dist/components/navigation/breadcrumb/index.d.ts +0 -7
- package/dist/components/navigation/breadcrumb/src/LewBreadcrumb.vue.d.ts +0 -35
- package/dist/components/navigation/breadcrumb/src/emits.d.ts +0 -5
- package/dist/components/navigation/breadcrumb/src/props.d.ts +0 -17
- package/dist/components/navigation/steps/index.d.ts +0 -8
- package/dist/components/navigation/steps/src/LewSteps.vue.d.ts +0 -75
- package/dist/components/navigation/steps/src/emits.d.ts +0 -4
- package/dist/components/navigation/steps/src/model.d.ts +0 -7
- package/dist/components/navigation/steps/src/props.d.ts +0 -33
- package/dist/directives/backtop/index.d.ts +0 -4
package/dist/locals/de.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
textarea: {
|
|
44
44
|
placeholder: string;
|
|
45
|
+
resizeHandle: string;
|
|
45
46
|
};
|
|
46
47
|
inputNumber: {
|
|
47
48
|
placeholder: string;
|
|
@@ -72,34 +73,25 @@ declare const _default: {
|
|
|
72
73
|
placeholderStart: string;
|
|
73
74
|
placeholderEnd: string;
|
|
74
75
|
};
|
|
75
|
-
inputTable: {
|
|
76
|
-
addText: string;
|
|
77
|
-
deleteConfirm: string;
|
|
78
|
-
delete: string;
|
|
79
|
-
cancel: string;
|
|
80
|
-
deleteConfirmContent: string;
|
|
81
|
-
minRows: string;
|
|
82
|
-
maxRows: string;
|
|
83
|
-
uniqueFieldExist: string;
|
|
84
|
-
save: string;
|
|
85
|
-
modelTitle: string;
|
|
86
|
-
editTitle: string;
|
|
87
|
-
};
|
|
88
76
|
drawer: {
|
|
89
77
|
closeText: string;
|
|
90
78
|
okText: string;
|
|
79
|
+
confirmText: string;
|
|
91
80
|
};
|
|
92
81
|
modal: {
|
|
93
82
|
closeText: string;
|
|
94
83
|
okText: string;
|
|
84
|
+
confirmText: string;
|
|
95
85
|
};
|
|
96
86
|
dialog: {
|
|
97
87
|
cancelText: string;
|
|
98
88
|
okText: string;
|
|
89
|
+
confirmText: string;
|
|
99
90
|
};
|
|
100
91
|
popok: {
|
|
101
92
|
cancelText: string;
|
|
102
93
|
okText: string;
|
|
94
|
+
confirmText: string;
|
|
103
95
|
};
|
|
104
96
|
colorPicker: {
|
|
105
97
|
placeholder: string;
|
|
@@ -123,6 +115,18 @@ declare const _default: {
|
|
|
123
115
|
pagination: {
|
|
124
116
|
pageSize: string;
|
|
125
117
|
jumpTo: string;
|
|
118
|
+
jumpConfirm: string;
|
|
119
|
+
summary: string;
|
|
120
|
+
perPage: string;
|
|
121
|
+
prevSection: string;
|
|
122
|
+
nextSection: string;
|
|
123
|
+
navLabel: string;
|
|
124
|
+
jumpGroup: string;
|
|
125
|
+
prevPage: string;
|
|
126
|
+
nextPage: string;
|
|
127
|
+
};
|
|
128
|
+
contextMenu: {
|
|
129
|
+
noActions: string;
|
|
126
130
|
};
|
|
127
131
|
empty: {
|
|
128
132
|
title: string;
|
package/dist/locals/en.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
textarea: {
|
|
44
44
|
placeholder: string;
|
|
45
|
+
resizeHandle: string;
|
|
45
46
|
};
|
|
46
47
|
inputNumber: {
|
|
47
48
|
placeholder: string;
|
|
@@ -72,34 +73,25 @@ declare const _default: {
|
|
|
72
73
|
placeholderStart: string;
|
|
73
74
|
placeholderEnd: string;
|
|
74
75
|
};
|
|
75
|
-
inputTable: {
|
|
76
|
-
addText: string;
|
|
77
|
-
deleteConfirm: string;
|
|
78
|
-
delete: string;
|
|
79
|
-
cancel: string;
|
|
80
|
-
deleteConfirmContent: string;
|
|
81
|
-
minRows: string;
|
|
82
|
-
maxRows: string;
|
|
83
|
-
uniqueFieldExist: string;
|
|
84
|
-
save: string;
|
|
85
|
-
modelTitle: string;
|
|
86
|
-
editTitle: string;
|
|
87
|
-
};
|
|
88
76
|
drawer: {
|
|
89
77
|
closeText: string;
|
|
90
78
|
okText: string;
|
|
79
|
+
confirmText: string;
|
|
91
80
|
};
|
|
92
81
|
modal: {
|
|
93
82
|
closeText: string;
|
|
94
83
|
okText: string;
|
|
84
|
+
confirmText: string;
|
|
95
85
|
};
|
|
96
86
|
dialog: {
|
|
97
87
|
cancelText: string;
|
|
98
88
|
okText: string;
|
|
89
|
+
confirmText: string;
|
|
99
90
|
};
|
|
100
91
|
popok: {
|
|
101
92
|
cancelText: string;
|
|
102
93
|
okText: string;
|
|
94
|
+
confirmText: string;
|
|
103
95
|
};
|
|
104
96
|
colorPicker: {
|
|
105
97
|
placeholder: string;
|
|
@@ -123,6 +115,18 @@ declare const _default: {
|
|
|
123
115
|
pagination: {
|
|
124
116
|
pageSize: string;
|
|
125
117
|
jumpTo: string;
|
|
118
|
+
jumpConfirm: string;
|
|
119
|
+
summary: string;
|
|
120
|
+
perPage: string;
|
|
121
|
+
prevSection: string;
|
|
122
|
+
nextSection: string;
|
|
123
|
+
navLabel: string;
|
|
124
|
+
jumpGroup: string;
|
|
125
|
+
prevPage: string;
|
|
126
|
+
nextPage: string;
|
|
127
|
+
};
|
|
128
|
+
contextMenu: {
|
|
129
|
+
noActions: string;
|
|
126
130
|
};
|
|
127
131
|
empty: {
|
|
128
132
|
title: string;
|
package/dist/locals/es.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
textarea: {
|
|
44
44
|
placeholder: string;
|
|
45
|
+
resizeHandle: string;
|
|
45
46
|
};
|
|
46
47
|
inputNumber: {
|
|
47
48
|
placeholder: string;
|
|
@@ -72,34 +73,25 @@ declare const _default: {
|
|
|
72
73
|
placeholderStart: string;
|
|
73
74
|
placeholderEnd: string;
|
|
74
75
|
};
|
|
75
|
-
inputTable: {
|
|
76
|
-
addText: string;
|
|
77
|
-
deleteConfirm: string;
|
|
78
|
-
delete: string;
|
|
79
|
-
cancel: string;
|
|
80
|
-
deleteConfirmContent: string;
|
|
81
|
-
minRows: string;
|
|
82
|
-
maxRows: string;
|
|
83
|
-
uniqueFieldExist: string;
|
|
84
|
-
save: string;
|
|
85
|
-
modelTitle: string;
|
|
86
|
-
editTitle: string;
|
|
87
|
-
};
|
|
88
76
|
drawer: {
|
|
89
77
|
closeText: string;
|
|
90
78
|
okText: string;
|
|
79
|
+
confirmText: string;
|
|
91
80
|
};
|
|
92
81
|
modal: {
|
|
93
82
|
closeText: string;
|
|
94
83
|
okText: string;
|
|
84
|
+
confirmText: string;
|
|
95
85
|
};
|
|
96
86
|
dialog: {
|
|
97
87
|
cancelText: string;
|
|
98
88
|
okText: string;
|
|
89
|
+
confirmText: string;
|
|
99
90
|
};
|
|
100
91
|
popok: {
|
|
101
92
|
cancelText: string;
|
|
102
93
|
okText: string;
|
|
94
|
+
confirmText: string;
|
|
103
95
|
};
|
|
104
96
|
colorPicker: {
|
|
105
97
|
placeholder: string;
|
|
@@ -123,6 +115,18 @@ declare const _default: {
|
|
|
123
115
|
pagination: {
|
|
124
116
|
pageSize: string;
|
|
125
117
|
jumpTo: string;
|
|
118
|
+
jumpConfirm: string;
|
|
119
|
+
summary: string;
|
|
120
|
+
perPage: string;
|
|
121
|
+
prevSection: string;
|
|
122
|
+
nextSection: string;
|
|
123
|
+
navLabel: string;
|
|
124
|
+
jumpGroup: string;
|
|
125
|
+
prevPage: string;
|
|
126
|
+
nextPage: string;
|
|
127
|
+
};
|
|
128
|
+
contextMenu: {
|
|
129
|
+
noActions: string;
|
|
126
130
|
};
|
|
127
131
|
empty: {
|
|
128
132
|
title: string;
|
package/dist/locals/fr.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
textarea: {
|
|
44
44
|
placeholder: string;
|
|
45
|
+
resizeHandle: string;
|
|
45
46
|
};
|
|
46
47
|
inputNumber: {
|
|
47
48
|
placeholder: string;
|
|
@@ -72,34 +73,25 @@ declare const _default: {
|
|
|
72
73
|
placeholderStart: string;
|
|
73
74
|
placeholderEnd: string;
|
|
74
75
|
};
|
|
75
|
-
inputTable: {
|
|
76
|
-
addText: string;
|
|
77
|
-
deleteConfirm: string;
|
|
78
|
-
delete: string;
|
|
79
|
-
cancel: string;
|
|
80
|
-
deleteConfirmContent: string;
|
|
81
|
-
minRows: string;
|
|
82
|
-
maxRows: string;
|
|
83
|
-
uniqueFieldExist: string;
|
|
84
|
-
save: string;
|
|
85
|
-
modelTitle: string;
|
|
86
|
-
editTitle: string;
|
|
87
|
-
};
|
|
88
76
|
drawer: {
|
|
89
77
|
closeText: string;
|
|
90
78
|
okText: string;
|
|
79
|
+
confirmText: string;
|
|
91
80
|
};
|
|
92
81
|
modal: {
|
|
93
82
|
closeText: string;
|
|
94
83
|
okText: string;
|
|
84
|
+
confirmText: string;
|
|
95
85
|
};
|
|
96
86
|
dialog: {
|
|
97
87
|
cancelText: string;
|
|
98
88
|
okText: string;
|
|
89
|
+
confirmText: string;
|
|
99
90
|
};
|
|
100
91
|
popok: {
|
|
101
92
|
cancelText: string;
|
|
102
93
|
okText: string;
|
|
94
|
+
confirmText: string;
|
|
103
95
|
};
|
|
104
96
|
colorPicker: {
|
|
105
97
|
placeholder: string;
|
|
@@ -123,6 +115,18 @@ declare const _default: {
|
|
|
123
115
|
pagination: {
|
|
124
116
|
pageSize: string;
|
|
125
117
|
jumpTo: string;
|
|
118
|
+
jumpConfirm: string;
|
|
119
|
+
summary: string;
|
|
120
|
+
perPage: string;
|
|
121
|
+
prevSection: string;
|
|
122
|
+
nextSection: string;
|
|
123
|
+
navLabel: string;
|
|
124
|
+
jumpGroup: string;
|
|
125
|
+
prevPage: string;
|
|
126
|
+
nextPage: string;
|
|
127
|
+
};
|
|
128
|
+
contextMenu: {
|
|
129
|
+
noActions: string;
|
|
126
130
|
};
|
|
127
131
|
empty: {
|
|
128
132
|
title: string;
|
package/dist/locals/it.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
textarea: {
|
|
44
44
|
placeholder: string;
|
|
45
|
+
resizeHandle: string;
|
|
45
46
|
};
|
|
46
47
|
inputNumber: {
|
|
47
48
|
placeholder: string;
|
|
@@ -72,34 +73,25 @@ declare const _default: {
|
|
|
72
73
|
placeholderStart: string;
|
|
73
74
|
placeholderEnd: string;
|
|
74
75
|
};
|
|
75
|
-
inputTable: {
|
|
76
|
-
addText: string;
|
|
77
|
-
deleteConfirm: string;
|
|
78
|
-
delete: string;
|
|
79
|
-
cancel: string;
|
|
80
|
-
deleteConfirmContent: string;
|
|
81
|
-
minRows: string;
|
|
82
|
-
maxRows: string;
|
|
83
|
-
uniqueFieldExist: string;
|
|
84
|
-
save: string;
|
|
85
|
-
modelTitle: string;
|
|
86
|
-
editTitle: string;
|
|
87
|
-
};
|
|
88
76
|
drawer: {
|
|
89
77
|
closeText: string;
|
|
90
78
|
okText: string;
|
|
79
|
+
confirmText: string;
|
|
91
80
|
};
|
|
92
81
|
modal: {
|
|
93
82
|
closeText: string;
|
|
94
83
|
okText: string;
|
|
84
|
+
confirmText: string;
|
|
95
85
|
};
|
|
96
86
|
dialog: {
|
|
97
87
|
cancelText: string;
|
|
98
88
|
okText: string;
|
|
89
|
+
confirmText: string;
|
|
99
90
|
};
|
|
100
91
|
popok: {
|
|
101
92
|
cancelText: string;
|
|
102
93
|
okText: string;
|
|
94
|
+
confirmText: string;
|
|
103
95
|
};
|
|
104
96
|
colorPicker: {
|
|
105
97
|
placeholder: string;
|
|
@@ -123,6 +115,18 @@ declare const _default: {
|
|
|
123
115
|
pagination: {
|
|
124
116
|
pageSize: string;
|
|
125
117
|
jumpTo: string;
|
|
118
|
+
jumpConfirm: string;
|
|
119
|
+
summary: string;
|
|
120
|
+
perPage: string;
|
|
121
|
+
prevSection: string;
|
|
122
|
+
nextSection: string;
|
|
123
|
+
navLabel: string;
|
|
124
|
+
jumpGroup: string;
|
|
125
|
+
prevPage: string;
|
|
126
|
+
nextPage: string;
|
|
127
|
+
};
|
|
128
|
+
contextMenu: {
|
|
129
|
+
noActions: string;
|
|
126
130
|
};
|
|
127
131
|
empty: {
|
|
128
132
|
title: string;
|
package/dist/locals/ja.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
textarea: {
|
|
44
44
|
placeholder: string;
|
|
45
|
+
resizeHandle: string;
|
|
45
46
|
};
|
|
46
47
|
inputNumber: {
|
|
47
48
|
placeholder: string;
|
|
@@ -72,34 +73,25 @@ declare const _default: {
|
|
|
72
73
|
placeholderStart: string;
|
|
73
74
|
placeholderEnd: string;
|
|
74
75
|
};
|
|
75
|
-
inputTable: {
|
|
76
|
-
addText: string;
|
|
77
|
-
deleteConfirm: string;
|
|
78
|
-
delete: string;
|
|
79
|
-
cancel: string;
|
|
80
|
-
deleteConfirmContent: string;
|
|
81
|
-
minRows: string;
|
|
82
|
-
maxRows: string;
|
|
83
|
-
uniqueFieldExist: string;
|
|
84
|
-
save: string;
|
|
85
|
-
modelTitle: string;
|
|
86
|
-
editTitle: string;
|
|
87
|
-
};
|
|
88
76
|
drawer: {
|
|
89
77
|
closeText: string;
|
|
90
78
|
okText: string;
|
|
79
|
+
confirmText: string;
|
|
91
80
|
};
|
|
92
81
|
modal: {
|
|
93
82
|
closeText: string;
|
|
94
83
|
okText: string;
|
|
84
|
+
confirmText: string;
|
|
95
85
|
};
|
|
96
86
|
dialog: {
|
|
97
87
|
cancelText: string;
|
|
98
88
|
okText: string;
|
|
89
|
+
confirmText: string;
|
|
99
90
|
};
|
|
100
91
|
popok: {
|
|
101
92
|
cancelText: string;
|
|
102
93
|
okText: string;
|
|
94
|
+
confirmText: string;
|
|
103
95
|
};
|
|
104
96
|
colorPicker: {
|
|
105
97
|
placeholder: string;
|
|
@@ -123,6 +115,18 @@ declare const _default: {
|
|
|
123
115
|
pagination: {
|
|
124
116
|
pageSize: string;
|
|
125
117
|
jumpTo: string;
|
|
118
|
+
jumpConfirm: string;
|
|
119
|
+
summary: string;
|
|
120
|
+
perPage: string;
|
|
121
|
+
prevSection: string;
|
|
122
|
+
nextSection: string;
|
|
123
|
+
navLabel: string;
|
|
124
|
+
jumpGroup: string;
|
|
125
|
+
prevPage: string;
|
|
126
|
+
nextPage: string;
|
|
127
|
+
};
|
|
128
|
+
contextMenu: {
|
|
129
|
+
noActions: string;
|
|
126
130
|
};
|
|
127
131
|
empty: {
|
|
128
132
|
title: string;
|
package/dist/locals/ko.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
textarea: {
|
|
44
44
|
placeholder: string;
|
|
45
|
+
resizeHandle: string;
|
|
45
46
|
};
|
|
46
47
|
inputNumber: {
|
|
47
48
|
placeholder: string;
|
|
@@ -72,34 +73,25 @@ declare const _default: {
|
|
|
72
73
|
placeholderStart: string;
|
|
73
74
|
placeholderEnd: string;
|
|
74
75
|
};
|
|
75
|
-
inputTable: {
|
|
76
|
-
addText: string;
|
|
77
|
-
deleteConfirm: string;
|
|
78
|
-
delete: string;
|
|
79
|
-
cancel: string;
|
|
80
|
-
deleteConfirmContent: string;
|
|
81
|
-
minRows: string;
|
|
82
|
-
maxRows: string;
|
|
83
|
-
uniqueFieldExist: string;
|
|
84
|
-
save: string;
|
|
85
|
-
modelTitle: string;
|
|
86
|
-
editTitle: string;
|
|
87
|
-
};
|
|
88
76
|
drawer: {
|
|
89
77
|
closeText: string;
|
|
90
78
|
okText: string;
|
|
79
|
+
confirmText: string;
|
|
91
80
|
};
|
|
92
81
|
modal: {
|
|
93
82
|
closeText: string;
|
|
94
83
|
okText: string;
|
|
84
|
+
confirmText: string;
|
|
95
85
|
};
|
|
96
86
|
dialog: {
|
|
97
87
|
cancelText: string;
|
|
98
88
|
okText: string;
|
|
89
|
+
confirmText: string;
|
|
99
90
|
};
|
|
100
91
|
popok: {
|
|
101
92
|
cancelText: string;
|
|
102
93
|
okText: string;
|
|
94
|
+
confirmText: string;
|
|
103
95
|
};
|
|
104
96
|
colorPicker: {
|
|
105
97
|
placeholder: string;
|
|
@@ -123,6 +115,18 @@ declare const _default: {
|
|
|
123
115
|
pagination: {
|
|
124
116
|
pageSize: string;
|
|
125
117
|
jumpTo: string;
|
|
118
|
+
jumpConfirm: string;
|
|
119
|
+
summary: string;
|
|
120
|
+
perPage: string;
|
|
121
|
+
prevSection: string;
|
|
122
|
+
nextSection: string;
|
|
123
|
+
navLabel: string;
|
|
124
|
+
jumpGroup: string;
|
|
125
|
+
prevPage: string;
|
|
126
|
+
nextPage: string;
|
|
127
|
+
};
|
|
128
|
+
contextMenu: {
|
|
129
|
+
noActions: string;
|
|
126
130
|
};
|
|
127
131
|
empty: {
|
|
128
132
|
title: string;
|
package/dist/locals/pt.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
textarea: {
|
|
44
44
|
placeholder: string;
|
|
45
|
+
resizeHandle: string;
|
|
45
46
|
};
|
|
46
47
|
inputNumber: {
|
|
47
48
|
placeholder: string;
|
|
@@ -72,34 +73,25 @@ declare const _default: {
|
|
|
72
73
|
placeholderStart: string;
|
|
73
74
|
placeholderEnd: string;
|
|
74
75
|
};
|
|
75
|
-
inputTable: {
|
|
76
|
-
addText: string;
|
|
77
|
-
deleteConfirm: string;
|
|
78
|
-
delete: string;
|
|
79
|
-
cancel: string;
|
|
80
|
-
deleteConfirmContent: string;
|
|
81
|
-
minRows: string;
|
|
82
|
-
maxRows: string;
|
|
83
|
-
uniqueFieldExist: string;
|
|
84
|
-
save: string;
|
|
85
|
-
modelTitle: string;
|
|
86
|
-
editTitle: string;
|
|
87
|
-
};
|
|
88
76
|
drawer: {
|
|
89
77
|
closeText: string;
|
|
90
78
|
okText: string;
|
|
79
|
+
confirmText: string;
|
|
91
80
|
};
|
|
92
81
|
modal: {
|
|
93
82
|
closeText: string;
|
|
94
83
|
okText: string;
|
|
84
|
+
confirmText: string;
|
|
95
85
|
};
|
|
96
86
|
dialog: {
|
|
97
87
|
cancelText: string;
|
|
98
88
|
okText: string;
|
|
89
|
+
confirmText: string;
|
|
99
90
|
};
|
|
100
91
|
popok: {
|
|
101
92
|
cancelText: string;
|
|
102
93
|
okText: string;
|
|
94
|
+
confirmText: string;
|
|
103
95
|
};
|
|
104
96
|
colorPicker: {
|
|
105
97
|
placeholder: string;
|
|
@@ -123,6 +115,18 @@ declare const _default: {
|
|
|
123
115
|
pagination: {
|
|
124
116
|
pageSize: string;
|
|
125
117
|
jumpTo: string;
|
|
118
|
+
jumpConfirm: string;
|
|
119
|
+
summary: string;
|
|
120
|
+
perPage: string;
|
|
121
|
+
prevSection: string;
|
|
122
|
+
nextSection: string;
|
|
123
|
+
navLabel: string;
|
|
124
|
+
jumpGroup: string;
|
|
125
|
+
prevPage: string;
|
|
126
|
+
nextPage: string;
|
|
127
|
+
};
|
|
128
|
+
contextMenu: {
|
|
129
|
+
noActions: string;
|
|
126
130
|
};
|
|
127
131
|
empty: {
|
|
128
132
|
title: string;
|
package/dist/locals/zh.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const _default: {
|
|
|
42
42
|
};
|
|
43
43
|
textarea: {
|
|
44
44
|
placeholder: string;
|
|
45
|
+
resizeHandle: string;
|
|
45
46
|
};
|
|
46
47
|
inputNumber: {
|
|
47
48
|
placeholder: string;
|
|
@@ -72,34 +73,25 @@ declare const _default: {
|
|
|
72
73
|
placeholderStart: string;
|
|
73
74
|
placeholderEnd: string;
|
|
74
75
|
};
|
|
75
|
-
inputTable: {
|
|
76
|
-
addText: string;
|
|
77
|
-
deleteConfirm: string;
|
|
78
|
-
delete: string;
|
|
79
|
-
cancel: string;
|
|
80
|
-
deleteConfirmContent: string;
|
|
81
|
-
minRows: string;
|
|
82
|
-
maxRows: string;
|
|
83
|
-
uniqueFieldExist: string;
|
|
84
|
-
save: string;
|
|
85
|
-
modelTitle: string;
|
|
86
|
-
editTitle: string;
|
|
87
|
-
};
|
|
88
76
|
drawer: {
|
|
89
77
|
closeText: string;
|
|
90
78
|
okText: string;
|
|
79
|
+
confirmText: string;
|
|
91
80
|
};
|
|
92
81
|
modal: {
|
|
93
82
|
closeText: string;
|
|
94
83
|
okText: string;
|
|
84
|
+
confirmText: string;
|
|
95
85
|
};
|
|
96
86
|
dialog: {
|
|
97
87
|
cancelText: string;
|
|
98
88
|
okText: string;
|
|
89
|
+
confirmText: string;
|
|
99
90
|
};
|
|
100
91
|
popok: {
|
|
101
92
|
cancelText: string;
|
|
102
93
|
okText: string;
|
|
94
|
+
confirmText: string;
|
|
103
95
|
};
|
|
104
96
|
colorPicker: {
|
|
105
97
|
placeholder: string;
|
|
@@ -123,6 +115,18 @@ declare const _default: {
|
|
|
123
115
|
pagination: {
|
|
124
116
|
pageSize: string;
|
|
125
117
|
jumpTo: string;
|
|
118
|
+
jumpConfirm: string;
|
|
119
|
+
summary: string;
|
|
120
|
+
perPage: string;
|
|
121
|
+
prevSection: string;
|
|
122
|
+
nextSection: string;
|
|
123
|
+
navLabel: string;
|
|
124
|
+
jumpGroup: string;
|
|
125
|
+
prevPage: string;
|
|
126
|
+
nextPage: string;
|
|
127
|
+
};
|
|
128
|
+
contextMenu: {
|
|
129
|
+
noActions: string;
|
|
126
130
|
};
|
|
127
131
|
empty: {
|
|
128
132
|
title: string;
|