meixioacomponent 2.0.59 → 2.0.60
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/lib/components/base/baseGuide/GuideControl.d.ts +44 -44
- package/lib/components/base/baseGuide/GuideControl.js +238 -238
- package/lib/components/dynamicmount/DynamicMountClass.d.ts +15 -15
- package/lib/components/dynamicmount/DynamicMountClass.js +65 -65
- package/lib/components/dynamicmount/index.d.ts +4 -4
- package/lib/components/dynamicmount/index.js +71 -71
- package/lib/components/index.d.ts +110 -111
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +244 -250
- package/lib/config/LinkViewClass.d.ts +56 -56
- package/lib/config/LinkViewClass.js +154 -154
- package/lib/config/ProTableLocalConfigManage/ProTableLocalConfigManage.d.ts +12 -12
- package/lib/config/ProTableLocalConfigManage/ProTableLocalConfigManage.js +68 -68
- package/lib/config/componentConfig.d.ts +3 -3
- package/lib/config/componentConfig.js +71 -71
- package/lib/config/uploadRequest.d.ts +2 -2
- package/lib/config/uploadRequest.js +87 -87
- package/lib/config/use/UseGuide.d.ts +8 -8
- package/lib/config/use/UseGuide.js +33 -33
- package/lib/config/use/UseImg.d.ts +9 -9
- package/lib/config/use/UseImg.js +45 -45
- package/lib/config/use/UseUpload.d.ts +12 -12
- package/lib/config/use/UseUpload.js +79 -79
- package/lib/config/use/UseViewVideo.d.ts +11 -11
- package/lib/config/use/UseViewVideo.js +41 -41
- package/lib/config/use/UseWait.d.ts +4 -4
- package/lib/config/use/UseWait.js +21 -21
- package/lib/config/use/WaitPlugin.d.ts +25 -25
- package/lib/config/use/WaitPlugin.js +106 -106
- package/lib/config/use/useConfirm/UseConfirm.d.ts +6 -6
- package/lib/config/use/useConfirm/UseConfirm.js +33 -33
- package/lib/config/use/useConfirm/UseNotify.d.ts +6 -6
- package/lib/config/use/useConfirm/UseNotify.js +18 -18
- package/lib/config/use/useConfirm/executeConfirm.d.ts +2 -2
- package/lib/config/use/useConfirm/executeConfirm.js +11 -11
- package/lib/config/use/useConfirm/registerConfirm.d.ts +4 -4
- package/lib/config/use/useConfirm/registerConfirm.js +8 -8
- package/lib/meixioacomponent.common.js +23649 -24907
- package/lib/meixioacomponent.umd.js +23678 -24936
- package/lib/meixioacomponent.umd.min.js +3 -3
- package/lib/plugin/PluginByReferenceByOss.d.ts +1 -1
- package/lib/plugin/PluginByReferenceByOss.js +16 -16
- package/lib/style/tdesignStyle.less +21 -21
- package/lib/typings/type.d.ts +405 -405
- package/lib/typings/type.js +2 -2
- package/lib/useType/useType.d.ts +27 -27
- package/lib/useType/useType.js +89 -89
- package/package.json +2 -2
- package/packages/components/base/baseAnchor/baseAnchor.vue +168 -168
- package/packages/components/base/baseAnchor/baseAnchorV2.vue +165 -165
- package/packages/components/base/baseArea/api.js +6 -6
- package/packages/components/base/baseArea/area.js +14979 -14979
- package/packages/components/base/baseArea/areaConfig.js +7 -7
- package/packages/components/base/baseArea/baseArea.vue +590 -590
- package/packages/components/base/baseArea/baseAreaV2.vue +144 -144
- package/packages/components/base/baseArea/baseAreaV21.vue +156 -156
- package/packages/components/base/baseArea/index.js +6 -6
- package/packages/components/base/baseAreaByMultiple/baseAreaByMultiple.vue +70 -70
- package/packages/components/base/baseAreaByMultiple/index.js +7 -7
- package/packages/components/base/baseButton/baseButton.vue +85 -85
- package/packages/components/base/baseButton/index.js +6 -6
- package/packages/components/base/baseDrawer/index.vue +1 -1
- package/packages/components/base/baseInput/baseInput.vue +98 -98
- package/packages/components/base/baseSelect/baseSelect.vue +102 -102
- package/packages/components/base/baseSelect/index.js +6 -6
- package/packages/components/base/baseStoreSelect/index.vue +1 -1
- package/packages/components/base/baseTimeRangePicker/baseTimeRangePicker.vue +59 -59
- package/packages/components/base/baseTimeRangePicker/index.js +7 -7
- package/packages/components/base/baseToggle/toggle.vue +9 -8
- package/packages/components/base/tDateRangePicker/index.js +5 -5
- package/packages/components/base/tDateRangePicker/tDateRangePicker.vue +102 -111
- package/packages/components/dynamicmount/DynamicMountClass.js +64 -64
- package/packages/components/dynamicmount/index.js +69 -69
- package/packages/components/hooks/useHookByBaseArea.js +49 -49
- package/packages/components/hooks/useHookByGuide.js +46 -46
- package/packages/components/hooks/useHookByUpload.js +130 -130
- package/packages/components/index.js +241 -247
- package/packages/components/index.ts +5 -13
- package/packages/components/mixins/mixinsByBaseArea.js +53 -53
- package/packages/components/mixins/tableSectionMixins.js +0 -1
- package/packages/components/proPageTable/oa_pro_table.vue +1 -1
- package/packages/components/style/tdesignStyle.less +21 -21
- package/packages/config/LinkViewClass.js +152 -152
- package/packages/config/ProTableLocalConfigManage/ProTableLocalConfigManage.js +75 -75
- package/packages/config/ProTableLocalConfigManage/ProTableLocalConfigManage.ts +99 -99
- package/packages/config/componentConfig.js +68 -68
- package/packages/config/use/UseGuide.js +43 -43
- package/packages/config/use/UseImg.js +46 -46
- package/packages/config/use/UseUpload.js +79 -79
- package/packages/config/use/UseViewVideo.js +40 -40
- package/packages/config/use/UseWait.js +18 -18
- package/packages/config/use/WaitPlugin.js +106 -106
- package/packages/config/use/useConfirm/UseConfirm.js +31 -31
- package/packages/config/use/useConfirm/UseConfirm.ts +34 -34
- package/packages/config/use/useConfirm/UseNotify.js +16 -16
- package/packages/config/use/useConfirm/UseNotify.ts +18 -18
- package/packages/config/use/useConfirm/executeConfirm.js +8 -8
- package/packages/config/use/useConfirm/executeConfirm.ts +6 -6
- package/packages/config/use/useConfirm/registerConfirm.js +8 -8
- package/packages/config/use/useConfirm/registerConfirm.ts +7 -7
- package/packages/plugin/PluginByReferenceByOss.js +16 -16
- package/packages/plugin/PluginByReferenceByOss.ts +11 -11
- package/packages/typings/type.js +2 -2
- package/packages/useType/useType.js +90 -90
- package/packages/utils/utils.js +14 -1
- package/tsconfig.json +3 -3
- package/lib/config/TransferTDComponent.d.ts +0 -2
- package/lib/config/TransferTDComponent.d.ts.map +0 -1
- package/lib/config/TransferTDComponent.js +0 -31
- package/packages/components/base/tInput/index.js +0 -6
- package/packages/components/base/tInput/tInput.vue +0 -149
- package/packages/components/base/tInputNumber/index.js +0 -6
- package/packages/components/base/tInputNumber/tInputNumber.vue +0 -104
- package/packages/components/base/tSelect/index.js +0 -0
- package/packages/components/base/tSelect/tSelect.vue +0 -176
- package/packages/config/TransferTDComponent.js +0 -31
- package/packages/config/TransferTDComponent.ts +0 -23
package/lib/components/index.js
CHANGED
|
@@ -1,250 +1,244 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const baseAnchor_1 = __importDefault(require("./base/baseAnchor"));
|
|
7
|
-
const baseAppendix_1 = __importDefault(require("./base/baseAppendix"));
|
|
8
|
-
const baseArea_1 = __importDefault(require("./base/baseArea"));
|
|
9
|
-
const baseAreaByMultiple_1 = __importDefault(require("./base/baseAreaByMultiple"));
|
|
10
|
-
const baseAvatar_1 = __importDefault(require("./base/baseAvatar"));
|
|
11
|
-
const baseButtonHandle_1 = __importDefault(require("./base/baseButtonHandle"));
|
|
12
|
-
const baseDefaultSvg_1 = __importDefault(require("./base/baseDefaultSvg"));
|
|
13
|
-
const baseDialog_1 = __importDefault(require("./base/baseDialog"));
|
|
14
|
-
const baseDialogTable_1 = __importDefault(require("./base/baseDialogTable"));
|
|
15
|
-
const baseDrawer_1 = __importDefault(require("./base/baseDrawer"));
|
|
16
|
-
const baseEdito_1 = __importDefault(require("./base/baseEdito"));
|
|
17
|
-
const baseFixedHeader_1 = __importDefault(require("./base/baseFixedHeader"));
|
|
18
|
-
const baseIcon_1 = __importDefault(require("./base/baseIcon"));
|
|
19
|
-
const baseImageViewer_1 = __importDefault(require("./base/baseImageViewer"));
|
|
20
|
-
const baseImg_1 = __importDefault(require("./base/baseImg"));
|
|
21
|
-
const baseInforWrap_1 = __importDefault(require("./base/baseInforWrap"));
|
|
22
|
-
const baseLineInfoGroup_1 = __importDefault(require("./base/baseLineInfoGroup"));
|
|
23
|
-
const baseLineInfoItem_1 = __importDefault(require("./base/baseLineInfoItem"));
|
|
24
|
-
const basePageHeader_1 = __importDefault(require("./base/basePageHeader"));
|
|
25
|
-
const basePagination_1 = __importDefault(require("./base/basePagination"));
|
|
26
|
-
const basePlainTable_1 = __importDefault(require("./base/basePlainTable"));
|
|
27
|
-
const baseSection_1 = __importDefault(require("./base/baseSection"));
|
|
28
|
-
const baseSkeleton_1 = __importDefault(require("./base/baseSkeleton"));
|
|
29
|
-
const baseSvg_1 = __importDefault(require("./base/baseSvg"));
|
|
30
|
-
const baseUploadImgAndName_1 = __importDefault(require("./base/baseUploadImgAndName"));
|
|
31
|
-
const baseTimeTypeSelect_1 = __importDefault(require("./base/baseTimeTypeSelect"));
|
|
32
|
-
const baseToggle_1 = __importDefault(require("./base/baseToggle"));
|
|
33
|
-
const baseUploadItem_1 = __importDefault(require("./base/baseUpload/baseUploadItem"));
|
|
34
|
-
const baseUpload_1 = __importDefault(require("./base/baseUpload/baseUpload"));
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
53
|
-
const
|
|
54
|
-
const
|
|
55
|
-
const
|
|
56
|
-
const
|
|
57
|
-
const
|
|
58
|
-
const
|
|
59
|
-
const
|
|
60
|
-
|
|
61
|
-
const
|
|
62
|
-
|
|
63
|
-
const
|
|
64
|
-
const
|
|
65
|
-
const
|
|
66
|
-
|
|
67
|
-
const
|
|
68
|
-
|
|
69
|
-
const
|
|
70
|
-
const
|
|
71
|
-
const
|
|
72
|
-
const
|
|
73
|
-
const
|
|
74
|
-
const
|
|
75
|
-
const
|
|
76
|
-
const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
require("
|
|
80
|
-
|
|
81
|
-
const
|
|
82
|
-
const
|
|
83
|
-
const
|
|
84
|
-
const
|
|
85
|
-
const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
return new UseNotify_1.default().toMountedConfirm(type, options);
|
|
246
|
-
},
|
|
247
|
-
TransferTDComponent: TransferTDComponent_1.TransferTDComponent
|
|
248
|
-
};
|
|
249
|
-
window[`meixioacomponent`] = meixioacomponent;
|
|
250
|
-
exports.default = meixioacomponent;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const baseAnchor_1 = __importDefault(require("./base/baseAnchor"));
|
|
7
|
+
const baseAppendix_1 = __importDefault(require("./base/baseAppendix"));
|
|
8
|
+
const baseArea_1 = __importDefault(require("./base/baseArea"));
|
|
9
|
+
const baseAreaByMultiple_1 = __importDefault(require("./base/baseAreaByMultiple"));
|
|
10
|
+
const baseAvatar_1 = __importDefault(require("./base/baseAvatar"));
|
|
11
|
+
const baseButtonHandle_1 = __importDefault(require("./base/baseButtonHandle"));
|
|
12
|
+
const baseDefaultSvg_1 = __importDefault(require("./base/baseDefaultSvg"));
|
|
13
|
+
const baseDialog_1 = __importDefault(require("./base/baseDialog"));
|
|
14
|
+
const baseDialogTable_1 = __importDefault(require("./base/baseDialogTable"));
|
|
15
|
+
const baseDrawer_1 = __importDefault(require("./base/baseDrawer"));
|
|
16
|
+
const baseEdito_1 = __importDefault(require("./base/baseEdito"));
|
|
17
|
+
const baseFixedHeader_1 = __importDefault(require("./base/baseFixedHeader"));
|
|
18
|
+
const baseIcon_1 = __importDefault(require("./base/baseIcon"));
|
|
19
|
+
const baseImageViewer_1 = __importDefault(require("./base/baseImageViewer"));
|
|
20
|
+
const baseImg_1 = __importDefault(require("./base/baseImg"));
|
|
21
|
+
const baseInforWrap_1 = __importDefault(require("./base/baseInforWrap"));
|
|
22
|
+
const baseLineInfoGroup_1 = __importDefault(require("./base/baseLineInfoGroup"));
|
|
23
|
+
const baseLineInfoItem_1 = __importDefault(require("./base/baseLineInfoItem"));
|
|
24
|
+
const basePageHeader_1 = __importDefault(require("./base/basePageHeader"));
|
|
25
|
+
const basePagination_1 = __importDefault(require("./base/basePagination"));
|
|
26
|
+
const basePlainTable_1 = __importDefault(require("./base/basePlainTable"));
|
|
27
|
+
const baseSection_1 = __importDefault(require("./base/baseSection"));
|
|
28
|
+
const baseSkeleton_1 = __importDefault(require("./base/baseSkeleton"));
|
|
29
|
+
const baseSvg_1 = __importDefault(require("./base/baseSvg"));
|
|
30
|
+
const baseUploadImgAndName_1 = __importDefault(require("./base/baseUploadImgAndName"));
|
|
31
|
+
const baseTimeTypeSelect_1 = __importDefault(require("./base/baseTimeTypeSelect"));
|
|
32
|
+
const baseToggle_1 = __importDefault(require("./base/baseToggle"));
|
|
33
|
+
const baseUploadItem_1 = __importDefault(require("./base/baseUpload/baseUploadItem"));
|
|
34
|
+
const baseUpload_1 = __importDefault(require("./base/baseUpload/baseUpload"));
|
|
35
|
+
const tDateRangePicker_1 = __importDefault(require("./base/tDateRangePicker"));
|
|
36
|
+
const baseTimeRangePicker_1 = __importDefault(require("./base/baseTimeRangePicker"));
|
|
37
|
+
const upload_1 = __importDefault(require("./base/upload"));
|
|
38
|
+
const dialogFormIndex_1 = __importDefault(require("./proForm/dialogForm/dialogFormIndex"));
|
|
39
|
+
const index_1 = __importDefault(require("./proForm/proForm/index"));
|
|
40
|
+
const index_2 = __importDefault(require("./proForm/proFormWrap/index"));
|
|
41
|
+
const index_3 = __importDefault(require("./proPageTable/index"));
|
|
42
|
+
const baseMoverVerifiBar_1 = __importDefault(require("./base/baseMoverVerifiBar"));
|
|
43
|
+
const baseTimeLine_1 = __importDefault(require("./base/baseTimeLine"));
|
|
44
|
+
const basePopoverButton_1 = __importDefault(require("./base/basePopoverButton"));
|
|
45
|
+
const baseTreeSelect_1 = __importDefault(require("./base/baseTreeSelect"));
|
|
46
|
+
const baseUploadTemplate_1 = __importDefault(require("./base/baseUploadTemplate"));
|
|
47
|
+
const vue_cropper_1 = __importDefault(require("vue-cropper"));
|
|
48
|
+
const baseList_1 = __importDefault(require("./base/baseList"));
|
|
49
|
+
const baseNumberInput_1 = __importDefault(require("./base/baseNumberInput"));
|
|
50
|
+
const baseStoreSelect_1 = __importDefault(require("./base/baseStoreSelect"));
|
|
51
|
+
const proFormItem_1 = __importDefault(require("./proForm/proForm/proFormItem"));
|
|
52
|
+
const baseSingleImgUpload_1 = __importDefault(require("./base/baseSingleImgUpload"));
|
|
53
|
+
const baseGuide_1 = __importDefault(require("./base/baseGuide"));
|
|
54
|
+
const baseText_1 = __importDefault(require("./base/baseText"));
|
|
55
|
+
const baseTag_1 = __importDefault(require("./base/baseTag"));
|
|
56
|
+
const oaProTableSearch_1 = __importDefault(require("./proPageTable/oaProTableSearch"));
|
|
57
|
+
const baseWait_1 = __importDefault(require("./base/baseWait"));
|
|
58
|
+
const vuedraggable_1 = __importDefault(require("vuedraggable"));
|
|
59
|
+
const baseButton_1 = __importDefault(require("./base/baseButton"));
|
|
60
|
+
// js 文件相关
|
|
61
|
+
const theme_1 = __importDefault(require("../config/theme/theme"));
|
|
62
|
+
const dynamicmount_1 = __importDefault(require("./dynamicmount"));
|
|
63
|
+
const componentConfig_1 = __importDefault(require("../config/componentConfig"));
|
|
64
|
+
const DynamicMountClass_1 = __importDefault(require("./dynamicmount/DynamicMountClass"));
|
|
65
|
+
const SelectStore_1 = __importDefault(require("../config/selectStore/SelectStore"));
|
|
66
|
+
//
|
|
67
|
+
const UseWait_1 = __importDefault(require("../config/use/UseWait"));
|
|
68
|
+
const UseImg_1 = __importDefault(require("../config/use/UseImg"));
|
|
69
|
+
const useDrag_1 = __importDefault(require("../config/use/useDrag"));
|
|
70
|
+
const UseResize_1 = __importDefault(require("../config/use/UseResize"));
|
|
71
|
+
const UseUpload_1 = __importDefault(require("../config/use/UseUpload"));
|
|
72
|
+
const useFixedHeader_1 = __importDefault(require("../config/use/useFixedHeader"));
|
|
73
|
+
const useCropper_1 = __importDefault(require("../config/use/useCropper"));
|
|
74
|
+
const UseViewVideo_1 = __importDefault(require("../config/use/UseViewVideo"));
|
|
75
|
+
const UseGuide_1 = __importDefault(require("../config/use/UseGuide"));
|
|
76
|
+
const LinkViewClass_1 = __importDefault(require("../config/LinkViewClass"));
|
|
77
|
+
require("tdesign-vue/es/style/index.css");
|
|
78
|
+
//组件库type类型
|
|
79
|
+
const useType_1 = require("../useType/useType");
|
|
80
|
+
const ProTableLocalConfigManage_1 = __importDefault(require("../config/ProTableLocalConfigManage/ProTableLocalConfigManage"));
|
|
81
|
+
const executeConfirm_1 = require("../config/use/useConfirm/executeConfirm");
|
|
82
|
+
const registerConfirm_1 = __importDefault(require("../config/use/useConfirm/registerConfirm"));
|
|
83
|
+
const UseNotify_1 = __importDefault(require("../config/use/useConfirm/UseNotify"));
|
|
84
|
+
const PluginByReferenceByOss_1 = require("../plugin/PluginByReferenceByOss");
|
|
85
|
+
const meixicomponents = [
|
|
86
|
+
baseAnchor_1.default,
|
|
87
|
+
baseAppendix_1.default,
|
|
88
|
+
baseArea_1.default,
|
|
89
|
+
baseAvatar_1.default,
|
|
90
|
+
baseButtonHandle_1.default,
|
|
91
|
+
baseDefaultSvg_1.default,
|
|
92
|
+
baseDialog_1.default,
|
|
93
|
+
baseDialogTable_1.default,
|
|
94
|
+
baseDrawer_1.default,
|
|
95
|
+
baseEdito_1.default,
|
|
96
|
+
baseFixedHeader_1.default,
|
|
97
|
+
baseIcon_1.default,
|
|
98
|
+
baseImageViewer_1.default,
|
|
99
|
+
baseImg_1.default,
|
|
100
|
+
baseInforWrap_1.default,
|
|
101
|
+
baseLineInfoGroup_1.default,
|
|
102
|
+
baseLineInfoItem_1.default,
|
|
103
|
+
basePageHeader_1.default,
|
|
104
|
+
baseAreaByMultiple_1.default,
|
|
105
|
+
basePagination_1.default,
|
|
106
|
+
basePlainTable_1.default,
|
|
107
|
+
baseSection_1.default,
|
|
108
|
+
baseSkeleton_1.default,
|
|
109
|
+
baseSvg_1.default,
|
|
110
|
+
baseTimeTypeSelect_1.default,
|
|
111
|
+
baseToggle_1.default,
|
|
112
|
+
baseUploadItem_1.default,
|
|
113
|
+
baseUpload_1.default,
|
|
114
|
+
upload_1.default,
|
|
115
|
+
dialogFormIndex_1.default,
|
|
116
|
+
index_1.default,
|
|
117
|
+
index_2.default,
|
|
118
|
+
index_3.default,
|
|
119
|
+
baseMoverVerifiBar_1.default,
|
|
120
|
+
baseTimeLine_1.default,
|
|
121
|
+
basePopoverButton_1.default,
|
|
122
|
+
baseTreeSelect_1.default,
|
|
123
|
+
baseUploadTemplate_1.default,
|
|
124
|
+
baseList_1.default,
|
|
125
|
+
baseNumberInput_1.default,
|
|
126
|
+
baseStoreSelect_1.default,
|
|
127
|
+
proFormItem_1.default,
|
|
128
|
+
baseSingleImgUpload_1.default,
|
|
129
|
+
baseGuide_1.default,
|
|
130
|
+
baseText_1.default,
|
|
131
|
+
baseTag_1.default,
|
|
132
|
+
oaProTableSearch_1.default,
|
|
133
|
+
baseWait_1.default,
|
|
134
|
+
vuedraggable_1.default,
|
|
135
|
+
baseUploadImgAndName_1.default,
|
|
136
|
+
baseButton_1.default,
|
|
137
|
+
tDateRangePicker_1.default,
|
|
138
|
+
baseTimeRangePicker_1.default
|
|
139
|
+
];
|
|
140
|
+
const install = (Vue) => {
|
|
141
|
+
componentConfig_1.default.Vue = Vue;
|
|
142
|
+
meixicomponents.forEach((baseComponent) => {
|
|
143
|
+
Vue.component(baseComponent.name, baseComponent);
|
|
144
|
+
});
|
|
145
|
+
Vue.use(dynamicmount_1.default);
|
|
146
|
+
Vue.use(vue_cropper_1.default);
|
|
147
|
+
Vue.use(registerConfirm_1.default);
|
|
148
|
+
window[`meixiComponentPlugin`] = {
|
|
149
|
+
SelectStore: SelectStore_1.default,
|
|
150
|
+
UseDrag: useDrag_1.default,
|
|
151
|
+
UseResize: UseResize_1.default,
|
|
152
|
+
DynamicMountClass: DynamicMountClass_1.default,
|
|
153
|
+
};
|
|
154
|
+
window[`meixiComponentConfig`] = componentConfig_1.default;
|
|
155
|
+
componentConfig_1.default.createDialogCacheWrap();
|
|
156
|
+
componentConfig_1.default.eventBus = new componentConfig_1.default.Vue();
|
|
157
|
+
ProTableLocalConfigManage_1.default.initByProTableLocalConfigManage();
|
|
158
|
+
(0, PluginByReferenceByOss_1.PluginByReferenceByOss)(Vue);
|
|
159
|
+
};
|
|
160
|
+
//
|
|
161
|
+
if (typeof window !== "undefined" && window[`Vue`]) {
|
|
162
|
+
install(window[`Vue`]);
|
|
163
|
+
}
|
|
164
|
+
// @ts-ignore
|
|
165
|
+
const meixioacomponent = {
|
|
166
|
+
install,
|
|
167
|
+
componentConfig: componentConfig_1.default,
|
|
168
|
+
meixicomponents,
|
|
169
|
+
baseAnchor: baseAnchor_1.default,
|
|
170
|
+
baseAppendix: baseAppendix_1.default,
|
|
171
|
+
baseArea: baseArea_1.default,
|
|
172
|
+
baseAvatar: baseAvatar_1.default,
|
|
173
|
+
baseButtonHandle: baseButtonHandle_1.default,
|
|
174
|
+
baseDefaultSvg: baseDefaultSvg_1.default,
|
|
175
|
+
baseDialog: baseDialog_1.default,
|
|
176
|
+
baseDialogTable: baseDialogTable_1.default,
|
|
177
|
+
baseDrawer: baseDrawer_1.default,
|
|
178
|
+
baseEdito: baseEdito_1.default,
|
|
179
|
+
baseFixedHeader: baseFixedHeader_1.default,
|
|
180
|
+
Icon: baseIcon_1.default,
|
|
181
|
+
baseImageViewer: baseImageViewer_1.default,
|
|
182
|
+
baseImg: baseImg_1.default,
|
|
183
|
+
baseInforWrap: baseInforWrap_1.default,
|
|
184
|
+
baseLineInfoGroup: baseLineInfoGroup_1.default,
|
|
185
|
+
baseLineInfoItem: baseLineInfoItem_1.default,
|
|
186
|
+
basePageHeader: basePageHeader_1.default,
|
|
187
|
+
basePagination: basePagination_1.default,
|
|
188
|
+
basePlainTable: basePlainTable_1.default,
|
|
189
|
+
baseSection: baseSection_1.default,
|
|
190
|
+
baseAreaByMultiple: baseAreaByMultiple_1.default,
|
|
191
|
+
baseSkeleton: baseSkeleton_1.default,
|
|
192
|
+
baseSvg: baseSvg_1.default,
|
|
193
|
+
baseTimeTypeSelect: baseTimeTypeSelect_1.default,
|
|
194
|
+
baseToggle: baseToggle_1.default,
|
|
195
|
+
baseUploadItem: baseUploadItem_1.default,
|
|
196
|
+
baseUpload: baseUpload_1.default,
|
|
197
|
+
tDateRangePicker: tDateRangePicker_1.default,
|
|
198
|
+
upload: upload_1.default,
|
|
199
|
+
baseDialogForm: dialogFormIndex_1.default,
|
|
200
|
+
baseForm: index_1.default,
|
|
201
|
+
baseFormWrap: index_2.default,
|
|
202
|
+
baseProTable: index_3.default,
|
|
203
|
+
baseMoverVerifiBar: baseMoverVerifiBar_1.default,
|
|
204
|
+
baseTimeLine: baseTimeLine_1.default,
|
|
205
|
+
baseUploadImgAndName: baseUploadImgAndName_1.default,
|
|
206
|
+
basePopoverButton: basePopoverButton_1.default,
|
|
207
|
+
baseTreeSelect: baseTreeSelect_1.default,
|
|
208
|
+
baseUploadTemplate: baseUploadTemplate_1.default,
|
|
209
|
+
baseNumberInput: baseNumberInput_1.default,
|
|
210
|
+
baseStoreSelect: baseStoreSelect_1.default,
|
|
211
|
+
baseFormItem: proFormItem_1.default,
|
|
212
|
+
baseSingleImgUpload: baseSingleImgUpload_1.default,
|
|
213
|
+
baseGuide: baseGuide_1.default,
|
|
214
|
+
baseText: baseText_1.default,
|
|
215
|
+
baseTag: baseTag_1.default,
|
|
216
|
+
oaProTableSearch: oaProTableSearch_1.default,
|
|
217
|
+
baseWait: baseWait_1.default,
|
|
218
|
+
Theme: theme_1.default,
|
|
219
|
+
SelectStore: SelectStore_1.default,
|
|
220
|
+
useImg: UseImg_1.default,
|
|
221
|
+
UseDrag: useDrag_1.default,
|
|
222
|
+
UseResize: UseResize_1.default,
|
|
223
|
+
useUpload: UseUpload_1.default,
|
|
224
|
+
useFixedHeader: useFixedHeader_1.default,
|
|
225
|
+
useCropper: useCropper_1.default,
|
|
226
|
+
useViewVideo: UseViewVideo_1.default,
|
|
227
|
+
useGuide: UseGuide_1.default,
|
|
228
|
+
DynamicMountClass: DynamicMountClass_1.default,
|
|
229
|
+
baseTimeRangePicker: baseTimeRangePicker_1.default,
|
|
230
|
+
useWait: UseWait_1.default,
|
|
231
|
+
LinkViewClass: LinkViewClass_1.default,
|
|
232
|
+
//type 类型
|
|
233
|
+
useTableColumnParamsType: useType_1.useTableColumnParamsType,
|
|
234
|
+
useFormItemParamsType: useType_1.useFormItemParamsType,
|
|
235
|
+
useProScreenParamsItem: useType_1.useProScreenParamsItem,
|
|
236
|
+
useConfirm: (body, title, options) => {
|
|
237
|
+
return (0, executeConfirm_1.executeConfirm)(body, title, options);
|
|
238
|
+
},
|
|
239
|
+
useNotify: (type, options) => {
|
|
240
|
+
return new UseNotify_1.default().toMountedConfirm(type, options);
|
|
241
|
+
}
|
|
242
|
+
};
|
|
243
|
+
window[`meixioacomponent`] = meixioacomponent;
|
|
244
|
+
exports.default = meixioacomponent;
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import { LinkViewClassInterface, LinkViewClassParamsInterface, pageConfigType } from "../typings/type";
|
|
2
|
-
declare class LinkViewClass implements LinkViewClassInterface {
|
|
3
|
-
delFn: null | Function;
|
|
4
|
-
exportFn: null;
|
|
5
|
-
tableData: any[];
|
|
6
|
-
pageProps: {
|
|
7
|
-
total: number;
|
|
8
|
-
size: number;
|
|
9
|
-
current: number;
|
|
10
|
-
};
|
|
11
|
-
pageConfig: null | pageConfigType;
|
|
12
|
-
activeIndex: number;
|
|
13
|
-
tablePermission: {
|
|
14
|
-
value: boolean;
|
|
15
|
-
key: string;
|
|
16
|
-
};
|
|
17
|
-
editPermission: {
|
|
18
|
-
value: boolean;
|
|
19
|
-
key: string;
|
|
20
|
-
};
|
|
21
|
-
delPermission: {
|
|
22
|
-
value: boolean;
|
|
23
|
-
key: string;
|
|
24
|
-
};
|
|
25
|
-
addPermission: {
|
|
26
|
-
value: boolean;
|
|
27
|
-
key: string;
|
|
28
|
-
};
|
|
29
|
-
refreshTableData: null;
|
|
30
|
-
drawerInstance: null;
|
|
31
|
-
superDrawerMountedCallback: null;
|
|
32
|
-
isLocalTablePagination: string | null;
|
|
33
|
-
constructor(params: LinkViewClassParamsInterface);
|
|
34
|
-
setPermissions(param: LinkViewClassParamsInterface): void;
|
|
35
|
-
jugePermission(): void;
|
|
36
|
-
init(params: LinkViewClassParamsInterface): void;
|
|
37
|
-
setPageProps(params: LinkViewClassParamsInterface): void;
|
|
38
|
-
setLocalPagination(value: object): void;
|
|
39
|
-
setDefaultPageProps(): void;
|
|
40
|
-
onHandNextData(): void;
|
|
41
|
-
onHandPreData(): void;
|
|
42
|
-
hasNextTableData(): boolean;
|
|
43
|
-
hasPreTableData(): boolean;
|
|
44
|
-
getTableDataForActiveIndex(): any;
|
|
45
|
-
getPageProps(): {
|
|
46
|
-
total: number;
|
|
47
|
-
size: number;
|
|
48
|
-
current: number;
|
|
49
|
-
};
|
|
50
|
-
getTableData(): {};
|
|
51
|
-
getPageConfig(): pageConfigType | null;
|
|
52
|
-
getPermission(key: any): any;
|
|
53
|
-
setActiveIndex(index: any): void;
|
|
54
|
-
deleteTableDataItemByProperty(property: string, value: any): void;
|
|
55
|
-
}
|
|
56
|
-
export default LinkViewClass;
|
|
1
|
+
import { LinkViewClassInterface, LinkViewClassParamsInterface, pageConfigType } from "../typings/type";
|
|
2
|
+
declare class LinkViewClass implements LinkViewClassInterface {
|
|
3
|
+
delFn: null | Function;
|
|
4
|
+
exportFn: null;
|
|
5
|
+
tableData: any[];
|
|
6
|
+
pageProps: {
|
|
7
|
+
total: number;
|
|
8
|
+
size: number;
|
|
9
|
+
current: number;
|
|
10
|
+
};
|
|
11
|
+
pageConfig: null | pageConfigType;
|
|
12
|
+
activeIndex: number;
|
|
13
|
+
tablePermission: {
|
|
14
|
+
value: boolean;
|
|
15
|
+
key: string;
|
|
16
|
+
};
|
|
17
|
+
editPermission: {
|
|
18
|
+
value: boolean;
|
|
19
|
+
key: string;
|
|
20
|
+
};
|
|
21
|
+
delPermission: {
|
|
22
|
+
value: boolean;
|
|
23
|
+
key: string;
|
|
24
|
+
};
|
|
25
|
+
addPermission: {
|
|
26
|
+
value: boolean;
|
|
27
|
+
key: string;
|
|
28
|
+
};
|
|
29
|
+
refreshTableData: null;
|
|
30
|
+
drawerInstance: null;
|
|
31
|
+
superDrawerMountedCallback: null;
|
|
32
|
+
isLocalTablePagination: string | null;
|
|
33
|
+
constructor(params: LinkViewClassParamsInterface);
|
|
34
|
+
setPermissions(param: LinkViewClassParamsInterface): void;
|
|
35
|
+
jugePermission(): void;
|
|
36
|
+
init(params: LinkViewClassParamsInterface): void;
|
|
37
|
+
setPageProps(params: LinkViewClassParamsInterface): void;
|
|
38
|
+
setLocalPagination(value: object): void;
|
|
39
|
+
setDefaultPageProps(): void;
|
|
40
|
+
onHandNextData(): void;
|
|
41
|
+
onHandPreData(): void;
|
|
42
|
+
hasNextTableData(): boolean;
|
|
43
|
+
hasPreTableData(): boolean;
|
|
44
|
+
getTableDataForActiveIndex(): any;
|
|
45
|
+
getPageProps(): {
|
|
46
|
+
total: number;
|
|
47
|
+
size: number;
|
|
48
|
+
current: number;
|
|
49
|
+
};
|
|
50
|
+
getTableData(): {};
|
|
51
|
+
getPageConfig(): pageConfigType | null;
|
|
52
|
+
getPermission(key: any): any;
|
|
53
|
+
setActiveIndex(index: any): void;
|
|
54
|
+
deleteTableDataItemByProperty(property: string, value: any): void;
|
|
55
|
+
}
|
|
56
|
+
export default LinkViewClass;
|
|
57
57
|
//# sourceMappingURL=LinkViewClass.d.ts.map
|