ll-plus 2.0.9 → 2.0.11

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 (175) hide show
  1. package/es/component.mjs +6 -0
  2. package/es/component.mjs.map +1 -1
  3. package/es/components/cascader/index.d.ts +705 -0
  4. package/es/components/cascader/src/cascader.vue.d.ts +705 -0
  5. package/es/components/cascader/src/cascader.vue2.mjs +3 -3
  6. package/es/components/cascader/src/cascader.vue2.mjs.map +1 -1
  7. package/es/components/index.d.ts +3 -0
  8. package/es/components/index.mjs +4 -0
  9. package/es/components/index.mjs.map +1 -1
  10. package/es/components/modal/index.d.ts +1511 -0
  11. package/es/components/modal/src/modal.vue.d.ts +1511 -0
  12. package/es/components/modal/src/modal.vue2.mjs +3 -4
  13. package/es/components/modal/src/modal.vue2.mjs.map +1 -1
  14. package/es/components/segmented/index.d.ts +192 -0
  15. package/es/components/segmented/index.mjs +10 -0
  16. package/es/components/segmented/index.mjs.map +1 -0
  17. package/es/components/segmented/src/segmented.d.ts +4 -0
  18. package/es/components/segmented/src/segmented.mjs +2 -0
  19. package/es/components/segmented/src/segmented.mjs.map +1 -0
  20. package/es/components/segmented/src/segmented.vue.d.ts +185 -0
  21. package/es/components/segmented/src/segmented.vue.mjs +8 -0
  22. package/es/components/segmented/src/segmented.vue.mjs.map +1 -0
  23. package/es/components/segmented/src/segmented.vue2.mjs +33 -0
  24. package/es/components/segmented/src/segmented.vue2.mjs.map +1 -0
  25. package/es/components/steps/index.d.ts +581 -0
  26. package/es/components/steps/index.mjs +10 -0
  27. package/es/components/steps/index.mjs.map +1 -0
  28. package/es/components/steps/src/steps.d.ts +4 -0
  29. package/es/components/steps/src/steps.mjs +2 -0
  30. package/es/components/steps/src/steps.mjs.map +1 -0
  31. package/es/components/steps/src/steps.vue.d.ts +574 -0
  32. package/es/components/steps/src/steps.vue.mjs +8 -0
  33. package/es/components/steps/src/steps.vue.mjs.map +1 -0
  34. package/es/components/steps/src/steps.vue2.mjs +34 -0
  35. package/es/components/steps/src/steps.vue2.mjs.map +1 -0
  36. package/es/components/switch/src/switch.d.ts +2 -0
  37. package/es/components/switch/src/switch.mjs +15 -4
  38. package/es/components/switch/src/switch.mjs.map +1 -1
  39. package/es/components/table/src/components/main-table.vue2.mjs +8 -1
  40. package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
  41. package/es/components/table/src/table.vue2.mjs +2 -1
  42. package/es/components/table/src/table.vue2.mjs.map +1 -1
  43. package/es/components/tree/index.d.ts +1813 -0
  44. package/es/components/tree/index.mjs +10 -0
  45. package/es/components/tree/index.mjs.map +1 -0
  46. package/es/components/tree/src/tree.d.ts +13 -0
  47. package/es/components/tree/src/tree.mjs +14 -0
  48. package/es/components/tree/src/tree.mjs.map +1 -0
  49. package/es/components/tree/src/tree.vue.d.ts +1806 -0
  50. package/es/components/tree/src/tree.vue.mjs +8 -0
  51. package/es/components/tree/src/tree.vue.mjs.map +1 -0
  52. package/es/components/tree/src/tree.vue2.mjs +55 -0
  53. package/es/components/tree/src/tree.vue2.mjs.map +1 -0
  54. package/es/index.mjs +4 -0
  55. package/es/index.mjs.map +1 -1
  56. package/index.full.js +232 -89
  57. package/index.full.min.js +11 -13
  58. package/index.full.min.js.map +1 -1
  59. package/index.full.min.mjs +20 -22
  60. package/index.full.min.mjs.map +1 -1
  61. package/index.full.mjs +230 -91
  62. package/lib/component.js +28 -22
  63. package/lib/component.js.map +1 -1
  64. package/lib/components/cascader/index.d.ts +705 -0
  65. package/lib/components/cascader/src/cascader.vue.d.ts +705 -0
  66. package/lib/components/cascader/src/cascader.vue2.js +2 -2
  67. package/lib/components/cascader/src/cascader.vue2.js.map +1 -1
  68. package/lib/components/index.d.ts +3 -0
  69. package/lib/components/index.js +31 -23
  70. package/lib/components/index.js.map +1 -1
  71. package/lib/components/modal/index.d.ts +1511 -0
  72. package/lib/components/modal/src/modal.vue.d.ts +1511 -0
  73. package/lib/components/modal/src/modal.vue2.js +2 -3
  74. package/lib/components/modal/src/modal.vue2.js.map +1 -1
  75. package/lib/components/segmented/index.d.ts +192 -0
  76. package/lib/components/segmented/index.js +15 -0
  77. package/lib/components/segmented/index.js.map +1 -0
  78. package/lib/components/segmented/src/segmented.d.ts +4 -0
  79. package/lib/components/segmented/src/segmented.js +4 -0
  80. package/lib/components/segmented/src/segmented.js.map +1 -0
  81. package/lib/components/segmented/src/segmented.vue.d.ts +185 -0
  82. package/lib/components/segmented/src/segmented.vue.js +12 -0
  83. package/lib/components/segmented/src/segmented.vue.js.map +1 -0
  84. package/lib/components/segmented/src/segmented.vue2.js +37 -0
  85. package/lib/components/segmented/src/segmented.vue2.js.map +1 -0
  86. package/lib/components/steps/index.d.ts +581 -0
  87. package/lib/components/steps/index.js +15 -0
  88. package/lib/components/steps/index.js.map +1 -0
  89. package/lib/components/steps/src/steps.d.ts +4 -0
  90. package/lib/components/steps/src/steps.js +4 -0
  91. package/lib/components/steps/src/steps.js.map +1 -0
  92. package/lib/components/steps/src/steps.vue.d.ts +574 -0
  93. package/lib/components/steps/src/steps.vue.js +12 -0
  94. package/lib/components/steps/src/steps.vue.js.map +1 -0
  95. package/lib/components/steps/src/steps.vue2.js +38 -0
  96. package/lib/components/steps/src/steps.vue2.js.map +1 -0
  97. package/lib/components/switch/src/switch.d.ts +2 -0
  98. package/lib/components/switch/src/switch.js +15 -4
  99. package/lib/components/switch/src/switch.js.map +1 -1
  100. package/lib/components/table/src/components/main-table.vue2.js +8 -1
  101. package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
  102. package/lib/components/table/src/table.vue2.js +2 -1
  103. package/lib/components/table/src/table.vue2.js.map +1 -1
  104. package/lib/components/tree/index.d.ts +1813 -0
  105. package/lib/components/tree/index.js +16 -0
  106. package/lib/components/tree/index.js.map +1 -0
  107. package/lib/components/tree/src/tree.d.ts +13 -0
  108. package/lib/components/tree/src/tree.js +16 -0
  109. package/lib/components/tree/src/tree.js.map +1 -0
  110. package/lib/components/tree/src/tree.vue.d.ts +1806 -0
  111. package/lib/components/tree/src/tree.vue.js +12 -0
  112. package/lib/components/tree/src/tree.vue.js.map +1 -0
  113. package/lib/components/tree/src/tree.vue2.js +59 -0
  114. package/lib/components/tree/src/tree.vue2.js.map +1 -0
  115. package/lib/index.js +31 -23
  116. package/lib/index.js.map +1 -1
  117. package/package.json +1 -1
  118. package/theme-chalk/css/advanced-filtering.css +3 -3
  119. package/theme-chalk/css/button.css +1 -1
  120. package/theme-chalk/css/cascader.css +3 -3
  121. package/theme-chalk/css/checkbox.css +3 -3
  122. package/theme-chalk/css/descriptions.css +3 -3
  123. package/theme-chalk/css/drawer.css +3 -3
  124. package/theme-chalk/css/dropdown.css +3 -3
  125. package/theme-chalk/css/form.css +3 -3
  126. package/theme-chalk/css/index.css +3 -3
  127. package/theme-chalk/css/input-number.css +3 -3
  128. package/theme-chalk/css/input.css +3 -3
  129. package/theme-chalk/css/modal.css +3 -3
  130. package/theme-chalk/css/switch.css +3 -3
  131. package/theme-chalk/css/table.css +3 -3
  132. package/theme-chalk/css/tabs-simple.css +3 -3
  133. package/types/packages/components/cascader/index.d.ts +705 -0
  134. package/types/packages/components/cascader/src/cascader.vue.d.ts +705 -0
  135. package/types/packages/components/index.d.ts +3 -0
  136. package/types/packages/components/modal/index.d.ts +1511 -0
  137. package/types/packages/components/modal/src/modal.vue.d.ts +1511 -0
  138. package/types/packages/components/segmented/index.d.ts +192 -0
  139. package/types/packages/components/segmented/src/segmented.d.ts +4 -0
  140. package/types/packages/components/segmented/src/segmented.vue.d.ts +185 -0
  141. package/types/packages/components/steps/index.d.ts +581 -0
  142. package/types/packages/components/steps/src/steps.d.ts +4 -0
  143. package/types/packages/components/steps/src/steps.vue.d.ts +574 -0
  144. package/types/packages/components/switch/src/switch.d.ts +2 -0
  145. package/types/packages/components/tree/index.d.ts +1813 -0
  146. package/types/packages/components/tree/src/tree.d.ts +13 -0
  147. package/types/packages/components/tree/src/tree.vue.d.ts +1806 -0
  148. package/es/locale/index.d.ts +0 -10
  149. package/es/locale/index.mjs +0 -6
  150. package/es/locale/index.mjs.map +0 -1
  151. package/es/locale/lang/en_US.d.ts +0 -144
  152. package/es/locale/lang/en_US.mjs +0 -147
  153. package/es/locale/lang/en_US.mjs.map +0 -1
  154. package/es/locale/lang/zh_CN.d.ts +0 -169
  155. package/es/locale/lang/zh_CN.mjs +0 -172
  156. package/es/locale/lang/zh_CN.mjs.map +0 -1
  157. package/es/locale/lang/zh_TW.d.ts +0 -125
  158. package/es/locale/lang/zh_TW.mjs +0 -128
  159. package/es/locale/lang/zh_TW.mjs.map +0 -1
  160. package/lib/locale/index.d.ts +0 -10
  161. package/lib/locale/index.js +0 -12
  162. package/lib/locale/index.js.map +0 -1
  163. package/lib/locale/lang/en_US.d.ts +0 -144
  164. package/lib/locale/lang/en_US.js +0 -151
  165. package/lib/locale/lang/en_US.js.map +0 -1
  166. package/lib/locale/lang/zh_CN.d.ts +0 -169
  167. package/lib/locale/lang/zh_CN.js +0 -176
  168. package/lib/locale/lang/zh_CN.js.map +0 -1
  169. package/lib/locale/lang/zh_TW.d.ts +0 -125
  170. package/lib/locale/lang/zh_TW.js +0 -132
  171. package/lib/locale/lang/zh_TW.js.map +0 -1
  172. package/types/packages/locale/index.d.ts +0 -10
  173. package/types/packages/locale/lang/en_US.d.ts +0 -144
  174. package/types/packages/locale/lang/zh_CN.d.ts +0 -169
  175. package/types/packages/locale/lang/zh_TW.d.ts +0 -125
@@ -1,144 +0,0 @@
1
- declare const _default: {
2
- app: {
3
- searchNotData: string;
4
- toSearch: string;
5
- toNavigate: string;
6
- };
7
- countdown: {
8
- normalText: string;
9
- sendText: string;
10
- };
11
- cropper: {
12
- selectImage: string;
13
- uploadSuccess: string;
14
- modalTitle: string;
15
- okText: string;
16
- btn_reset: string;
17
- btn_rotate_left: string;
18
- btn_rotate_right: string;
19
- btn_scale_x: string;
20
- btn_scale_y: string;
21
- btn_zoom_in: string;
22
- btn_zoom_out: string;
23
- preview: string;
24
- };
25
- drawer: {
26
- loadingText: string;
27
- cancelText: string;
28
- okText: string;
29
- };
30
- excel: {
31
- exportModalTitle: string;
32
- fileType: string;
33
- fileName: string;
34
- };
35
- form: {
36
- fold: string;
37
- unfold: string;
38
- maxTip: string;
39
- apiSelectNotFound: string;
40
- };
41
- icon: {
42
- placeholder: string;
43
- search: string;
44
- copy: string;
45
- };
46
- menu: {
47
- search: string;
48
- };
49
- modal: {
50
- cancelText: string;
51
- okText: string;
52
- close: string;
53
- maximize: string;
54
- restore: string;
55
- };
56
- table: {
57
- settingDens: string;
58
- settingDensDefault: string;
59
- settingDensMiddle: string;
60
- settingDensSmall: string;
61
- settingColumn: string;
62
- settingColumnShow: string;
63
- settingIndexColumnShow: string;
64
- settingSelectColumnShow: string;
65
- settingFixedLeft: string;
66
- settingFixedRight: string;
67
- settingFullScreen: string;
68
- index: string;
69
- total: string;
70
- };
71
- time: {
72
- before: string;
73
- after: string;
74
- just: string;
75
- seconds: string;
76
- minutes: string;
77
- hours: string;
78
- days: string;
79
- };
80
- tree: {
81
- reload: string;
82
- selectAll: string;
83
- unSelectAll: string;
84
- expandAll: string;
85
- unExpandAll: string;
86
- checkStrictly: string;
87
- checkUnStrictly: string;
88
- };
89
- upload: {
90
- save: string;
91
- upload: string;
92
- imgUpload: string;
93
- uploaded: string;
94
- operating: string;
95
- del: string;
96
- download: string;
97
- saveWarn: string;
98
- saveError: string;
99
- preview: string;
100
- choose: string;
101
- accept: string;
102
- acceptUpload: string;
103
- maxSize: string;
104
- maxSizeMultiple: string;
105
- maxNumber: string;
106
- legend: string;
107
- fileName: string;
108
- fileSize: string;
109
- fileStatue: string;
110
- startUpload: string;
111
- uploadSuccess: string;
112
- uploadError: string;
113
- uploading: string;
114
- uploadWait: string;
115
- reUploadFailed: string;
116
- };
117
- verify: {
118
- error: string;
119
- time: string;
120
- redoTip: string;
121
- dragText: string;
122
- successText: string;
123
- };
124
- LlTable: {
125
- operate: string;
126
- dragSuccessful: string;
127
- dragFailed: string;
128
- pagination: {
129
- total: string;
130
- };
131
- };
132
- LlAreaSelect: {
133
- provinceCityDistrict: string;
134
- allData: string;
135
- selected: string;
136
- clearTheList: string;
137
- };
138
- LlCalculate: {
139
- isStorageplaceholder: string;
140
- otherPlaceholder: string;
141
- warning: string;
142
- };
143
- };
144
- export default _default;
@@ -1,169 +0,0 @@
1
- declare const _default: {
2
- name: string;
3
- common: {
4
- okText: string;
5
- continueText: string;
6
- closeText: string;
7
- cancelText: string;
8
- loadingText: string;
9
- saveText: string;
10
- delText: string;
11
- resetText: string;
12
- searchText: string;
13
- queryText: string;
14
- addText: string;
15
- editText: string;
16
- detailText: string;
17
- moreText: string;
18
- exportText: string;
19
- importText: string;
20
- cleanText: string;
21
- closeList: string;
22
- inputText: string;
23
- chooseText: string;
24
- redo: string;
25
- back: string;
26
- expandAll: string;
27
- collapseAll: string;
28
- superQuery: string;
29
- light: string;
30
- dark: string;
31
- tipTitle: string;
32
- delTip: string;
33
- prev: string;
34
- next: string;
35
- keyword: string;
36
- enterKeyword: string;
37
- leftTreeSearchText: string;
38
- drawerSearchText: string;
39
- description: string;
40
- trueText: string;
41
- falseText: string;
42
- disabled: string;
43
- offline: string;
44
- online: string;
45
- };
46
- app: {
47
- searchNotData: string;
48
- toSearch: string;
49
- toNavigate: string;
50
- };
51
- countdown: {
52
- normalText: string;
53
- sendText: string;
54
- };
55
- cropper: {
56
- selectImage: string;
57
- uploadSuccess: string;
58
- modalTitle: string;
59
- okText: string;
60
- btn_reset: string;
61
- btn_rotate_left: string;
62
- btn_rotate_right: string;
63
- btn_scale_x: string;
64
- btn_scale_y: string;
65
- btn_zoom_in: string;
66
- btn_zoom_out: string;
67
- preview: string;
68
- };
69
- drawer: {
70
- loadingText: string;
71
- cancelText: string;
72
- okText: string;
73
- };
74
- excel: {
75
- exportModalTitle: string;
76
- fileType: string;
77
- fileName: string;
78
- };
79
- form: {
80
- fold: string;
81
- unfold: string;
82
- maxTip: string;
83
- apiSelectNotFound: string;
84
- };
85
- icon: {
86
- placeholder: string;
87
- search: string;
88
- copy: string;
89
- };
90
- menu: {
91
- search: string;
92
- };
93
- modal: {
94
- cancelText: string;
95
- okText: string;
96
- close: string;
97
- maximize: string;
98
- restore: string;
99
- };
100
- table: {
101
- settingDens: string;
102
- settingDensDefault: string;
103
- settingDensMiddle: string;
104
- settingDensSmall: string;
105
- settingColumn: string;
106
- settingColumnShow: string;
107
- settingIndexColumnShow: string;
108
- settingSelectColumnShow: string;
109
- settingFixedLeft: string;
110
- settingFixedRight: string;
111
- settingFullScreen: string;
112
- index: string;
113
- total: string;
114
- };
115
- time: {
116
- before: string;
117
- after: string;
118
- just: string;
119
- seconds: string;
120
- minutes: string;
121
- hours: string;
122
- days: string;
123
- };
124
- tree: {
125
- reload: string;
126
- selectAll: string;
127
- unSelectAll: string;
128
- expandAll: string;
129
- unExpandAll: string;
130
- checkStrictly: string;
131
- checkUnStrictly: string;
132
- };
133
- upload: {
134
- save: string;
135
- upload: string;
136
- imgUpload: string;
137
- uploaded: string;
138
- operating: string;
139
- del: string;
140
- download: string;
141
- saveWarn: string;
142
- saveError: string;
143
- preview: string;
144
- choose: string;
145
- accept: string;
146
- acceptUpload: string;
147
- maxSize: string;
148
- maxSizeMultiple: string;
149
- maxNumber: string;
150
- legend: string;
151
- fileName: string;
152
- fileSize: string;
153
- fileStatue: string;
154
- startUpload: string;
155
- uploadSuccess: string;
156
- uploadError: string;
157
- uploading: string;
158
- uploadWait: string;
159
- reUploadFailed: string;
160
- };
161
- verify: {
162
- error: string;
163
- time: string;
164
- redoTip: string;
165
- dragText: string;
166
- successText: string;
167
- };
168
- };
169
- export default _default;
@@ -1,125 +0,0 @@
1
- declare const _default: {
2
- app: {
3
- searchNotData: string;
4
- toSearch: string;
5
- toNavigate: string;
6
- };
7
- countdown: {
8
- normalText: string;
9
- sendText: string;
10
- };
11
- cropper: {
12
- selectImage: string;
13
- uploadSuccess: string;
14
- modalTitle: string;
15
- okText: string;
16
- btn_reset: string;
17
- btn_rotate_left: string;
18
- btn_rotate_right: string;
19
- btn_scale_x: string;
20
- btn_scale_y: string;
21
- btn_zoom_in: string;
22
- btn_zoom_out: string;
23
- preview: string;
24
- };
25
- drawer: {
26
- loadingText: string;
27
- cancelText: string;
28
- okText: string;
29
- };
30
- excel: {
31
- exportModalTitle: string;
32
- fileType: string;
33
- fileName: string;
34
- };
35
- form: {
36
- fold: string;
37
- unfold: string;
38
- maxTip: string;
39
- apiSelectNotFound: string;
40
- };
41
- icon: {
42
- placeholder: string;
43
- search: string;
44
- copy: string;
45
- };
46
- menu: {
47
- search: string;
48
- };
49
- modal: {
50
- cancelText: string;
51
- okText: string;
52
- close: string;
53
- maximize: string;
54
- restore: string;
55
- };
56
- table: {
57
- settingDens: string;
58
- settingDensDefault: string;
59
- settingDensMiddle: string;
60
- settingDensSmall: string;
61
- settingColumn: string;
62
- settingColumnShow: string;
63
- settingIndexColumnShow: string;
64
- settingSelectColumnShow: string;
65
- settingFixedLeft: string;
66
- settingFixedRight: string;
67
- settingFullScreen: string;
68
- index: string;
69
- total: string;
70
- };
71
- time: {
72
- before: string;
73
- after: string;
74
- just: string;
75
- seconds: string;
76
- minutes: string;
77
- hours: string;
78
- days: string;
79
- };
80
- tree: {
81
- reload: string;
82
- selectAll: string;
83
- unSelectAll: string;
84
- expandAll: string;
85
- unExpandAll: string;
86
- checkStrictly: string;
87
- checkUnStrictly: string;
88
- };
89
- upload: {
90
- save: string;
91
- upload: string;
92
- imgUpload: string;
93
- uploaded: string;
94
- operating: string;
95
- del: string;
96
- download: string;
97
- saveWarn: string;
98
- saveError: string;
99
- preview: string;
100
- choose: string;
101
- accept: string;
102
- acceptUpload: string;
103
- maxSize: string;
104
- maxSizeMultiple: string;
105
- maxNumber: string;
106
- legend: string;
107
- fileName: string;
108
- fileSize: string;
109
- fileStatue: string;
110
- startUpload: string;
111
- uploadSuccess: string;
112
- uploadError: string;
113
- uploading: string;
114
- uploadWait: string;
115
- reUploadFailed: string;
116
- };
117
- verify: {
118
- error: string;
119
- time: string;
120
- redoTip: string;
121
- dragText: string;
122
- successText: string;
123
- };
124
- };
125
- export default _default;