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.
Files changed (94) hide show
  1. package/dist/_components/CloseButton.vue.d.ts +1 -1
  2. package/dist/_components/CloseIcon.vue.d.ts +1 -1
  3. package/dist/_components/CommonIcon.vue.d.ts +1 -1
  4. package/dist/_components/CommonInput.vue.d.ts +3 -81
  5. package/dist/auto-imports.d.ts +5 -0
  6. package/dist/components/data/pagination/src/LewPagination.vue.d.ts +13 -2
  7. package/dist/components/data/pagination/src/props.d.ts +5 -0
  8. package/dist/components/data/tree/src/LewTreeItem.vue.d.ts +1 -1
  9. package/dist/components/feedback/drawer/src/LewDrawer.vue.d.ts +9 -36
  10. package/dist/components/feedback/drawer/src/props.d.ts +5 -18
  11. package/dist/components/feedback/index.d.ts +0 -1
  12. package/dist/components/feedback/modal/src/LewModal.vue.d.ts +9 -52
  13. package/dist/components/feedback/modal/src/props.d.ts +5 -26
  14. package/dist/components/feedback/popok/src/LewPopok.vue.d.ts +10 -444
  15. package/dist/components/feedback/popok/src/props.d.ts +5 -20
  16. package/dist/components/form/cascader/src/LewCascader.vue.d.ts +1 -1
  17. package/dist/components/form/color-picker/src/LewColorPicker.vue.d.ts +1 -1
  18. package/dist/components/form/date-picker/src/LewDatePicker.vue.d.ts +1 -1
  19. package/dist/components/form/date-range-picker/src/LewDateRangePicker.vue.d.ts +1 -1
  20. package/dist/components/form/form/src/LewForm.vue.d.ts +1 -1
  21. package/dist/components/form/form/src/LewFormItem.vue.d.ts +1 -1
  22. package/dist/components/form/index.d.ts +0 -1
  23. package/dist/components/form/input/src/LewInput.vue.d.ts +1 -76
  24. package/dist/components/form/input/src/props.d.ts +2 -36
  25. package/dist/components/form/input-number/src/LewInputNumber.vue.d.ts +1 -1
  26. package/dist/components/form/input-tag/src/LewInputTag.vue.d.ts +3 -81
  27. package/dist/components/form/select/src/LewSelect.vue.d.ts +9 -167
  28. package/dist/components/form/slider/src/LewSlider.vue.d.ts +1 -1
  29. package/dist/components/form/slider-range/src/LewSliderRange.vue.d.ts +1 -1
  30. package/dist/components/form/tabs/src/LewTabs.vue.d.ts +1 -1
  31. package/dist/components/form/textarea/src/LewTextarea.vue.d.ts +2 -2
  32. package/dist/components/form/tree-select/src/LewTreeSelect.vue.d.ts +11 -167
  33. package/dist/components/form/upload/src/LewUpload.vue.d.ts +6 -6
  34. package/dist/components/general/button/index.d.ts +4 -3
  35. package/dist/components/general/button/src/LewButton.vue.d.ts +5 -5
  36. package/dist/components/general/button/src/props.d.ts +3 -1
  37. package/dist/components/general/flex/src/LewFlex.vue.d.ts +1 -1
  38. package/dist/components/general/image/src/LewImage.vue.d.ts +1 -1
  39. package/dist/components/general/index.d.ts +0 -2
  40. package/dist/components/general/tag/src/LewTag.vue.d.ts +3 -3
  41. package/dist/components/navigation/index.d.ts +0 -3
  42. package/dist/directives/index.d.ts +0 -1
  43. package/dist/global.d.ts +0 -1
  44. package/dist/index.css +1 -1
  45. package/dist/index.js +11441 -12348
  46. package/dist/locals/de.d.ts +17 -13
  47. package/dist/locals/en.d.ts +17 -13
  48. package/dist/locals/es.d.ts +17 -13
  49. package/dist/locals/fr.d.ts +17 -13
  50. package/dist/locals/it.d.ts +17 -13
  51. package/dist/locals/ja.d.ts +17 -13
  52. package/dist/locals/ko.d.ts +17 -13
  53. package/dist/locals/pt.d.ts +17 -13
  54. package/dist/locals/zh.d.ts +17 -13
  55. package/dist/methods/dialog/src/LewDialog.vue.d.ts +10 -244
  56. package/dist/methods/dialog/src/props.d.ts +5 -20
  57. package/dist/methods/message/src/MessageContainer.vue.d.ts +9 -0
  58. package/dist/methods/message/src/MessageItem.vue.d.ts +6 -0
  59. package/dist/methods/message/src/index.d.ts +1 -0
  60. package/dist/types/components.d.ts +11 -21
  61. package/dist/types/directives.d.ts +0 -4
  62. package/dist/types/methods.d.ts +3 -4
  63. package/dist/utils/index.d.ts +4 -0
  64. package/dist/validators/typeValues.d.ts +1 -6
  65. package/package.json +2 -3
  66. package/dist/components/feedback/empty/index.d.ts +0 -2
  67. package/dist/components/feedback/empty/src/LewEmpty.vue.d.ts +0 -87
  68. package/dist/components/feedback/empty/src/props.d.ts +0 -37
  69. package/dist/components/form/input-table/index.d.ts +0 -3
  70. package/dist/components/form/input-table/src/FormModal.vue.d.ts +0 -271
  71. package/dist/components/form/input-table/src/LewInputTable.vue.d.ts +0 -794
  72. package/dist/components/form/input-table/src/emits.d.ts +0 -3
  73. package/dist/components/form/input-table/src/props.d.ts +0 -116
  74. package/dist/components/general/mark/index.d.ts +0 -2
  75. package/dist/components/general/mark/src/LewMark.vue.d.ts +0 -59
  76. package/dist/components/general/mark/src/props.d.ts +0 -24
  77. package/dist/components/general/title/index.d.ts +0 -3
  78. package/dist/components/general/title/src/LewTitle.vue.d.ts +0 -64
  79. package/dist/components/general/title/src/emits.d.ts +0 -3
  80. package/dist/components/general/title/src/props.d.ts +0 -25
  81. package/dist/components/navigation/back-top/index.d.ts +0 -7
  82. package/dist/components/navigation/back-top/src/LewBackTop.vue.d.ts +0 -61
  83. package/dist/components/navigation/back-top/src/emits.d.ts +0 -2
  84. package/dist/components/navigation/back-top/src/props.d.ts +0 -23
  85. package/dist/components/navigation/breadcrumb/index.d.ts +0 -7
  86. package/dist/components/navigation/breadcrumb/src/LewBreadcrumb.vue.d.ts +0 -35
  87. package/dist/components/navigation/breadcrumb/src/emits.d.ts +0 -5
  88. package/dist/components/navigation/breadcrumb/src/props.d.ts +0 -17
  89. package/dist/components/navigation/steps/index.d.ts +0 -8
  90. package/dist/components/navigation/steps/src/LewSteps.vue.d.ts +0 -75
  91. package/dist/components/navigation/steps/src/emits.d.ts +0 -4
  92. package/dist/components/navigation/steps/src/model.d.ts +0 -7
  93. package/dist/components/navigation/steps/src/props.d.ts +0 -33
  94. package/dist/directives/backtop/index.d.ts +0 -4
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;