@ecan-bi/datav 1.5.19 → 1.5.20
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/index.es.js +2533 -2507
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +31 -31
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +8 -0
- package/types/container/border/index.d.ts +8 -0
- package/types/container/border/props.d.ts +4 -0
- package/types/container/circulate/Circulate.vue.d.ts +8 -0
- package/types/container/circulate/index.d.ts +8 -0
- package/types/container/circulate/props.d.ts +4 -0
- package/types/container/tabs/Tabs.vue.d.ts +8 -0
- package/types/container/tabs/index.d.ts +8 -0
- package/types/container/tabs/props.d.ts +4 -0
- package/types/container/template/Template.vue.d.ts +8 -0
- package/types/container/template/index.d.ts +8 -0
- package/types/container/template/props.d.ts +4 -0
- package/types/control/button/Button.vue.d.ts +8 -0
- package/types/control/button/index.d.ts +8 -0
- package/types/control/button/props.d.ts +4 -0
- package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
- package/types/control/checkbox/index.d.ts +8 -0
- package/types/control/checkbox/props.d.ts +4 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
- package/types/control/date-picker/index.d.ts +8 -0
- package/types/control/date-picker/props.d.ts +4 -0
- package/types/control/input/Input.vue.d.ts +8 -0
- package/types/control/input/index.d.ts +8 -0
- package/types/control/input/props.d.ts +4 -0
- package/types/control/nav-tab/NavTab.vue.d.ts +8 -0
- package/types/control/nav-tab/index.d.ts +8 -0
- package/types/control/nav-tab/props.d.ts +4 -0
- package/types/control/radio/Radio.vue.d.ts +8 -0
- package/types/control/radio/index.d.ts +8 -0
- package/types/control/radio/props.d.ts +4 -0
- package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
- package/types/control/range-picker/index.d.ts +8 -0
- package/types/control/range-picker/props.d.ts +4 -0
- package/types/control/select/Select.vue.d.ts +13 -1
- package/types/control/select/index.d.ts +13 -1
- package/types/control/select/props.d.ts +4 -0
- package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
- package/types/control/tree-select/index.d.ts +4 -0
- package/types/control/tree-select/props.d.ts +4 -0
- package/types/graph/bar/Bar.vue.d.ts +8 -0
- package/types/graph/bar/index.d.ts +8 -0
- package/types/graph/bar/props.d.ts +4 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
- package/types/graph/combo-graph/index.d.ts +8 -0
- package/types/graph/combo-graph/props.d.ts +4 -0
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
- package/types/graph/custom-graph/index.d.ts +8 -0
- package/types/graph/custom-graph/props.d.ts +4 -0
- package/types/graph/line/Line.vue.d.ts +8 -0
- package/types/graph/line/index.d.ts +8 -0
- package/types/graph/line/props.d.ts +5 -0
- package/types/graph/pie/Pie.vue.d.ts +8 -0
- package/types/graph/pie/index.d.ts +8 -0
- package/types/graph/pie/props.d.ts +4 -0
- package/types/graph/radar/Radar.vue.d.ts +8 -0
- package/types/graph/radar/index.d.ts +8 -0
- package/types/graph/radar/props.d.ts +5 -0
- package/types/graph/scatter/Scatter.vue.d.ts +8 -0
- package/types/graph/scatter/index.d.ts +8 -0
- package/types/graph/scatter/props.d.ts +4 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
- package/types/laboratory/data-select/index.d.ts +8 -0
- package/types/laboratory/data-select/props.d.ts +4 -0
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
- package/types/laboratory/index-panel/index.d.ts +8 -0
- package/types/laboratory/index-panel/props.d.ts +4 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +13 -0
- package/types/laboratory/pivotTable/index.d.ts +13 -0
- package/types/laboratory/pivotTable/props.d.ts +4 -0
- package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -0
- package/types/laboratory/value-line/index.d.ts +8 -0
- package/types/laboratory/value-line/props.d.ts +5 -0
- package/types/map/map/Map.vue.d.ts +8 -0
- package/types/map/map/index.d.ts +8 -0
- package/types/map/map/props.d.ts +4 -0
- package/types/media/iframe/Iframe.vue.d.ts +8 -0
- package/types/media/iframe/index.d.ts +8 -0
- package/types/media/iframe/props.d.ts +4 -0
- package/types/media/image/Image.vue.d.ts +8 -0
- package/types/media/image/index.d.ts +8 -0
- package/types/media/image/props.d.ts +4 -0
- package/types/table/table/Table.vue.d.ts +8 -0
- package/types/table/table/index.d.ts +8 -0
- package/types/table/table/props.d.ts +4 -0
- package/types/text/counter/Counter.vue.d.ts +8 -0
- package/types/text/counter/index.d.ts +8 -0
- package/types/text/counter/props.d.ts +4 -0
- package/types/text/list/List.vue.d.ts +8 -0
- package/types/text/list/index.d.ts +8 -0
- package/types/text/list/props.d.ts +4 -0
- package/types/text/proportion/Proportion.vue.d.ts +8 -0
- package/types/text/proportion/index.d.ts +8 -0
- package/types/text/proportion/props.d.ts +4 -0
- package/types/text/rectangle/Rectangle.vue.d.ts +8 -0
- package/types/text/rectangle/index.d.ts +8 -0
- package/types/text/rectangle/props.d.ts +4 -0
- package/types/text/text/Text.vue.d.ts +8 -0
- package/types/text/text/index.d.ts +8 -0
- package/types/text/text/props.d.ts +4 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
- package/types/text/time-display/index.d.ts +8 -0
- package/types/text/time-display/props.d.ts +4 -0
- package/types/utils/props.d.ts +1 -0
package/package.json
CHANGED
|
@@ -235,6 +235,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
235
235
|
type?: import("vue").PropType<string>;
|
|
236
236
|
default?: string;
|
|
237
237
|
};
|
|
238
|
+
indDetailIconFontSize?: {
|
|
239
|
+
type?: import("vue").PropType<string>;
|
|
240
|
+
default?: string;
|
|
241
|
+
};
|
|
238
242
|
}, {
|
|
239
243
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
240
244
|
gradientStyle: import("vue").ComputedRef<{}>;
|
|
@@ -485,5 +489,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
485
489
|
type?: import("vue").PropType<string>;
|
|
486
490
|
default?: string;
|
|
487
491
|
};
|
|
492
|
+
indDetailIconFontSize?: {
|
|
493
|
+
type?: import("vue").PropType<string>;
|
|
494
|
+
default?: string;
|
|
495
|
+
};
|
|
488
496
|
}>>, {}>;
|
|
489
497
|
export default _sfc_main;
|
|
@@ -235,6 +235,10 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
235
235
|
type?: import("vue").PropType<string>;
|
|
236
236
|
default?: string;
|
|
237
237
|
};
|
|
238
|
+
indDetailIconFontSize?: {
|
|
239
|
+
type?: import("vue").PropType<string>;
|
|
240
|
+
default?: string;
|
|
241
|
+
};
|
|
238
242
|
}, {
|
|
239
243
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
240
244
|
gradientStyle: import("vue").ComputedRef<{}>;
|
|
@@ -485,6 +489,10 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
485
489
|
type?: import("vue").PropType<string>;
|
|
486
490
|
default?: string;
|
|
487
491
|
};
|
|
492
|
+
indDetailIconFontSize?: {
|
|
493
|
+
type?: import("vue").PropType<string>;
|
|
494
|
+
default?: string;
|
|
495
|
+
};
|
|
488
496
|
}>>, {}>> & Record<string, any>;
|
|
489
497
|
export default EcanBorder;
|
|
490
498
|
export * from './props';
|
|
@@ -264,5 +264,9 @@ export declare const borderComponentProps: {
|
|
|
264
264
|
type?: import("vue").PropType<string>;
|
|
265
265
|
default?: string;
|
|
266
266
|
};
|
|
267
|
+
indDetailIconFontSize?: {
|
|
268
|
+
type?: import("vue").PropType<string>;
|
|
269
|
+
default?: string;
|
|
270
|
+
};
|
|
267
271
|
};
|
|
268
272
|
export declare const borderEvents: string[];
|
|
@@ -210,6 +210,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
210
210
|
type?: import("vue").PropType<string>;
|
|
211
211
|
default?: string;
|
|
212
212
|
};
|
|
213
|
+
indDetailIconFontSize?: {
|
|
214
|
+
type?: import("vue").PropType<string>;
|
|
215
|
+
default?: string;
|
|
216
|
+
};
|
|
213
217
|
}, {
|
|
214
218
|
loading: import("vue").Ref<boolean>;
|
|
215
219
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -429,5 +433,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
429
433
|
type?: import("vue").PropType<string>;
|
|
430
434
|
default?: string;
|
|
431
435
|
};
|
|
436
|
+
indDetailIconFontSize?: {
|
|
437
|
+
type?: import("vue").PropType<string>;
|
|
438
|
+
default?: string;
|
|
439
|
+
};
|
|
432
440
|
}>>, {}>;
|
|
433
441
|
export default _sfc_main;
|
|
@@ -210,6 +210,10 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
210
210
|
type?: import("vue").PropType<string>;
|
|
211
211
|
default?: string;
|
|
212
212
|
};
|
|
213
|
+
indDetailIconFontSize?: {
|
|
214
|
+
type?: import("vue").PropType<string>;
|
|
215
|
+
default?: string;
|
|
216
|
+
};
|
|
213
217
|
}, {
|
|
214
218
|
loading: import("vue").Ref<boolean>;
|
|
215
219
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -429,6 +433,10 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
429
433
|
type?: import("vue").PropType<string>;
|
|
430
434
|
default?: string;
|
|
431
435
|
};
|
|
436
|
+
indDetailIconFontSize?: {
|
|
437
|
+
type?: import("vue").PropType<string>;
|
|
438
|
+
default?: string;
|
|
439
|
+
};
|
|
432
440
|
}>>, {}>> & Record<string, any>;
|
|
433
441
|
export default EcanCirculate;
|
|
434
442
|
export * from './props';
|
|
@@ -231,5 +231,9 @@ export declare const circulateComponentProps: {
|
|
|
231
231
|
type?: import("vue").PropType<string>;
|
|
232
232
|
default?: string;
|
|
233
233
|
};
|
|
234
|
+
indDetailIconFontSize?: {
|
|
235
|
+
type?: import("vue").PropType<string>;
|
|
236
|
+
default?: string;
|
|
237
|
+
};
|
|
234
238
|
};
|
|
235
239
|
export declare const circulateEvents: string[];
|
|
@@ -263,6 +263,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
263
263
|
type?: import("vue").PropType<string>;
|
|
264
264
|
default?: string;
|
|
265
265
|
};
|
|
266
|
+
indDetailIconFontSize?: {
|
|
267
|
+
type?: import("vue").PropType<string>;
|
|
268
|
+
default?: string;
|
|
269
|
+
};
|
|
266
270
|
}, {
|
|
267
271
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
268
272
|
activeKey: import("vue").Ref<number>;
|
|
@@ -543,5 +547,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
543
547
|
type?: import("vue").PropType<string>;
|
|
544
548
|
default?: string;
|
|
545
549
|
};
|
|
550
|
+
indDetailIconFontSize?: {
|
|
551
|
+
type?: import("vue").PropType<string>;
|
|
552
|
+
default?: string;
|
|
553
|
+
};
|
|
546
554
|
}>>, {}>;
|
|
547
555
|
export default _sfc_main;
|
|
@@ -263,6 +263,10 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
263
263
|
type?: import("vue").PropType<string>;
|
|
264
264
|
default?: string;
|
|
265
265
|
};
|
|
266
|
+
indDetailIconFontSize?: {
|
|
267
|
+
type?: import("vue").PropType<string>;
|
|
268
|
+
default?: string;
|
|
269
|
+
};
|
|
266
270
|
}, {
|
|
267
271
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
268
272
|
activeKey: import("vue").Ref<number>;
|
|
@@ -543,6 +547,10 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
543
547
|
type?: import("vue").PropType<string>;
|
|
544
548
|
default?: string;
|
|
545
549
|
};
|
|
550
|
+
indDetailIconFontSize?: {
|
|
551
|
+
type?: import("vue").PropType<string>;
|
|
552
|
+
default?: string;
|
|
553
|
+
};
|
|
546
554
|
}>>, {}>> & Record<string, any>;
|
|
547
555
|
export default EcanTabs;
|
|
548
556
|
export * from './props';
|
|
@@ -300,5 +300,9 @@ export declare const tabsComponentProps: {
|
|
|
300
300
|
type?: import("vue").PropType<string>;
|
|
301
301
|
default?: string;
|
|
302
302
|
};
|
|
303
|
+
indDetailIconFontSize?: {
|
|
304
|
+
type?: import("vue").PropType<string>;
|
|
305
|
+
default?: string;
|
|
306
|
+
};
|
|
303
307
|
};
|
|
304
308
|
export declare const tabsEvents: string[];
|
|
@@ -159,6 +159,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
160
160
|
default?: string;
|
|
161
161
|
};
|
|
162
|
+
indDetailIconFontSize?: {
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
165
|
+
};
|
|
162
166
|
}, {
|
|
163
167
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
164
168
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -322,5 +326,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
322
326
|
type?: import("vue").PropType<string>;
|
|
323
327
|
default?: string;
|
|
324
328
|
};
|
|
329
|
+
indDetailIconFontSize?: {
|
|
330
|
+
type?: import("vue").PropType<string>;
|
|
331
|
+
default?: string;
|
|
332
|
+
};
|
|
325
333
|
}>>, {}>;
|
|
326
334
|
export default _sfc_main;
|
|
@@ -159,6 +159,10 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
|
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
160
160
|
default?: string;
|
|
161
161
|
};
|
|
162
|
+
indDetailIconFontSize?: {
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
165
|
+
};
|
|
162
166
|
}, {
|
|
163
167
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
164
168
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -322,6 +326,10 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
|
|
|
322
326
|
type?: import("vue").PropType<string>;
|
|
323
327
|
default?: string;
|
|
324
328
|
};
|
|
329
|
+
indDetailIconFontSize?: {
|
|
330
|
+
type?: import("vue").PropType<string>;
|
|
331
|
+
default?: string;
|
|
332
|
+
};
|
|
325
333
|
}>>, {}>> & Record<string, any>;
|
|
326
334
|
export default EcanTemplate;
|
|
327
335
|
export * from './props';
|
|
@@ -168,5 +168,9 @@ export declare const templateComponentProps: {
|
|
|
168
168
|
type?: import("vue").PropType<string>;
|
|
169
169
|
default?: string;
|
|
170
170
|
};
|
|
171
|
+
indDetailIconFontSize?: {
|
|
172
|
+
type?: import("vue").PropType<string>;
|
|
173
|
+
default?: string;
|
|
174
|
+
};
|
|
171
175
|
};
|
|
172
176
|
export declare const templateEvents: string[];
|
|
@@ -183,6 +183,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
183
183
|
type?: import("vue").PropType<string>;
|
|
184
184
|
default?: string;
|
|
185
185
|
};
|
|
186
|
+
indDetailIconFontSize?: {
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
189
|
+
};
|
|
186
190
|
}, {
|
|
187
191
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
188
192
|
click: () => void;
|
|
@@ -375,5 +379,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
375
379
|
type?: import("vue").PropType<string>;
|
|
376
380
|
default?: string;
|
|
377
381
|
};
|
|
382
|
+
indDetailIconFontSize?: {
|
|
383
|
+
type?: import("vue").PropType<string>;
|
|
384
|
+
default?: string;
|
|
385
|
+
};
|
|
378
386
|
}>>, {}>;
|
|
379
387
|
export default _sfc_main;
|
|
@@ -183,6 +183,10 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
183
183
|
type?: import("vue").PropType<string>;
|
|
184
184
|
default?: string;
|
|
185
185
|
};
|
|
186
|
+
indDetailIconFontSize?: {
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
189
|
+
};
|
|
186
190
|
}, {
|
|
187
191
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
188
192
|
click: () => void;
|
|
@@ -375,6 +379,10 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
375
379
|
type?: import("vue").PropType<string>;
|
|
376
380
|
default?: string;
|
|
377
381
|
};
|
|
382
|
+
indDetailIconFontSize?: {
|
|
383
|
+
type?: import("vue").PropType<string>;
|
|
384
|
+
default?: string;
|
|
385
|
+
};
|
|
378
386
|
}>>, {}>> & Record<string, any>;
|
|
379
387
|
export default EcanButton;
|
|
380
388
|
export * from './props';
|
|
@@ -198,5 +198,9 @@ export declare const buttonComponentProps: {
|
|
|
198
198
|
type?: import("vue").PropType<string>;
|
|
199
199
|
default?: string;
|
|
200
200
|
};
|
|
201
|
+
indDetailIconFontSize?: {
|
|
202
|
+
type?: import("vue").PropType<string>;
|
|
203
|
+
default?: string;
|
|
204
|
+
};
|
|
201
205
|
};
|
|
202
206
|
export declare const buttonEvents: string[];
|
|
@@ -156,6 +156,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
156
156
|
type?: import("vue").PropType<string>;
|
|
157
157
|
default?: string;
|
|
158
158
|
};
|
|
159
|
+
indDetailIconFontSize?: {
|
|
160
|
+
type?: import("vue").PropType<string>;
|
|
161
|
+
default?: string;
|
|
162
|
+
};
|
|
159
163
|
}, {
|
|
160
164
|
myOption: import("vue").Ref<{
|
|
161
165
|
label: string;
|
|
@@ -324,5 +328,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
324
328
|
type?: import("vue").PropType<string>;
|
|
325
329
|
default?: string;
|
|
326
330
|
};
|
|
331
|
+
indDetailIconFontSize?: {
|
|
332
|
+
type?: import("vue").PropType<string>;
|
|
333
|
+
default?: string;
|
|
334
|
+
};
|
|
327
335
|
}>>, {}>;
|
|
328
336
|
export default _sfc_main;
|
|
@@ -155,6 +155,10 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
155
155
|
type?: import("vue").PropType<string>;
|
|
156
156
|
default?: string;
|
|
157
157
|
};
|
|
158
|
+
indDetailIconFontSize?: {
|
|
159
|
+
type?: import("vue").PropType<string>;
|
|
160
|
+
default?: string;
|
|
161
|
+
};
|
|
158
162
|
}, {
|
|
159
163
|
myOption: import("vue").Ref<{
|
|
160
164
|
label: string;
|
|
@@ -323,6 +327,10 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
323
327
|
type?: import("vue").PropType<string>;
|
|
324
328
|
default?: string;
|
|
325
329
|
};
|
|
330
|
+
indDetailIconFontSize?: {
|
|
331
|
+
type?: import("vue").PropType<string>;
|
|
332
|
+
default?: string;
|
|
333
|
+
};
|
|
326
334
|
}>>, {}>> & Record<string, any>;
|
|
327
335
|
export default EcanCheckbox;
|
|
328
336
|
export * from './props';
|
|
@@ -171,5 +171,9 @@ export declare const checkboxComponentProps: {
|
|
|
171
171
|
type?: import("vue").PropType<string>;
|
|
172
172
|
default?: string;
|
|
173
173
|
};
|
|
174
|
+
indDetailIconFontSize?: {
|
|
175
|
+
type?: import("vue").PropType<string>;
|
|
176
|
+
default?: string;
|
|
177
|
+
};
|
|
174
178
|
};
|
|
175
179
|
export declare const checkboxEvents: string[];
|
|
@@ -181,6 +181,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
181
181
|
type?: import("vue").PropType<string>;
|
|
182
182
|
default?: string;
|
|
183
183
|
};
|
|
184
|
+
indDetailIconFontSize?: {
|
|
185
|
+
type?: import("vue").PropType<string>;
|
|
186
|
+
default?: string;
|
|
187
|
+
};
|
|
184
188
|
}, {
|
|
185
189
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
186
190
|
getPopupContainer: () => HTMLElement;
|
|
@@ -468,5 +472,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
468
472
|
type?: import("vue").PropType<string>;
|
|
469
473
|
default?: string;
|
|
470
474
|
};
|
|
475
|
+
indDetailIconFontSize?: {
|
|
476
|
+
type?: import("vue").PropType<string>;
|
|
477
|
+
default?: string;
|
|
478
|
+
};
|
|
471
479
|
}>>, {}>;
|
|
472
480
|
export default _sfc_main;
|
|
@@ -179,6 +179,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
179
179
|
type?: import("vue").PropType<string>;
|
|
180
180
|
default?: string;
|
|
181
181
|
};
|
|
182
|
+
indDetailIconFontSize?: {
|
|
183
|
+
type?: import("vue").PropType<string>;
|
|
184
|
+
default?: string;
|
|
185
|
+
};
|
|
182
186
|
}, {
|
|
183
187
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
184
188
|
getPopupContainer: () => HTMLElement;
|
|
@@ -466,6 +470,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
466
470
|
type?: import("vue").PropType<string>;
|
|
467
471
|
default?: string;
|
|
468
472
|
};
|
|
473
|
+
indDetailIconFontSize?: {
|
|
474
|
+
type?: import("vue").PropType<string>;
|
|
475
|
+
default?: string;
|
|
476
|
+
};
|
|
469
477
|
}>>, {}>> & Record<string, any>;
|
|
470
478
|
export default EcanDatePicker;
|
|
471
479
|
export * from './props';
|
|
@@ -193,5 +193,9 @@ export declare const datePickerComponentProps: {
|
|
|
193
193
|
type?: import("vue").PropType<string>;
|
|
194
194
|
default?: string;
|
|
195
195
|
};
|
|
196
|
+
indDetailIconFontSize?: {
|
|
197
|
+
type?: import("vue").PropType<string>;
|
|
198
|
+
default?: string;
|
|
199
|
+
};
|
|
196
200
|
};
|
|
197
201
|
export declare const datePickerEvents: string[];
|
|
@@ -151,6 +151,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
151
151
|
type?: import("vue").PropType<string>;
|
|
152
152
|
default?: string;
|
|
153
153
|
};
|
|
154
|
+
indDetailIconFontSize?: {
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
157
|
+
};
|
|
154
158
|
}, {
|
|
155
159
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
156
160
|
myValue: import("vue").Ref<string>;
|
|
@@ -309,5 +313,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
309
313
|
type?: import("vue").PropType<string>;
|
|
310
314
|
default?: string;
|
|
311
315
|
};
|
|
316
|
+
indDetailIconFontSize?: {
|
|
317
|
+
type?: import("vue").PropType<string>;
|
|
318
|
+
default?: string;
|
|
319
|
+
};
|
|
312
320
|
}>>, {}>;
|
|
313
321
|
export default _sfc_main;
|
|
@@ -151,6 +151,10 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
151
151
|
type?: import("vue").PropType<string>;
|
|
152
152
|
default?: string;
|
|
153
153
|
};
|
|
154
|
+
indDetailIconFontSize?: {
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
157
|
+
};
|
|
154
158
|
}, {
|
|
155
159
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
156
160
|
myValue: import("vue").Ref<string>;
|
|
@@ -309,6 +313,10 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
309
313
|
type?: import("vue").PropType<string>;
|
|
310
314
|
default?: string;
|
|
311
315
|
};
|
|
316
|
+
indDetailIconFontSize?: {
|
|
317
|
+
type?: import("vue").PropType<string>;
|
|
318
|
+
default?: string;
|
|
319
|
+
};
|
|
312
320
|
}>>, {}>> & Record<string, any>;
|
|
313
321
|
export default EcanInput;
|
|
314
322
|
export * from './props';
|
|
@@ -158,5 +158,9 @@ export declare const inputComponentProps: {
|
|
|
158
158
|
type?: import("vue").PropType<string>;
|
|
159
159
|
default?: string;
|
|
160
160
|
};
|
|
161
|
+
indDetailIconFontSize?: {
|
|
162
|
+
type?: import("vue").PropType<string>;
|
|
163
|
+
default?: string;
|
|
164
|
+
};
|
|
161
165
|
};
|
|
162
166
|
export declare const inputEvents: string[];
|
|
@@ -195,6 +195,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
195
195
|
type?: import("vue").PropType<string>;
|
|
196
196
|
default?: string;
|
|
197
197
|
};
|
|
198
|
+
indDetailIconFontSize?: {
|
|
199
|
+
type?: import("vue").PropType<string>;
|
|
200
|
+
default?: string;
|
|
201
|
+
};
|
|
198
202
|
}, {
|
|
199
203
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
200
204
|
active: import("vue").Ref<number>;
|
|
@@ -398,5 +402,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
398
402
|
type?: import("vue").PropType<string>;
|
|
399
403
|
default?: string;
|
|
400
404
|
};
|
|
405
|
+
indDetailIconFontSize?: {
|
|
406
|
+
type?: import("vue").PropType<string>;
|
|
407
|
+
default?: string;
|
|
408
|
+
};
|
|
401
409
|
}>>, {}>;
|
|
402
410
|
export default _sfc_main;
|
|
@@ -195,6 +195,10 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
|
|
|
195
195
|
type?: import("vue").PropType<string>;
|
|
196
196
|
default?: string;
|
|
197
197
|
};
|
|
198
|
+
indDetailIconFontSize?: {
|
|
199
|
+
type?: import("vue").PropType<string>;
|
|
200
|
+
default?: string;
|
|
201
|
+
};
|
|
198
202
|
}, {
|
|
199
203
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
200
204
|
active: import("vue").Ref<number>;
|
|
@@ -398,6 +402,10 @@ export declare const EcanNavTab: import("../../utils/withInstall").SFCWithInstal
|
|
|
398
402
|
type?: import("vue").PropType<string>;
|
|
399
403
|
default?: string;
|
|
400
404
|
};
|
|
405
|
+
indDetailIconFontSize?: {
|
|
406
|
+
type?: import("vue").PropType<string>;
|
|
407
|
+
default?: string;
|
|
408
|
+
};
|
|
401
409
|
}>>, {}>> & Record<string, any>;
|
|
402
410
|
export default EcanNavTab;
|
|
403
411
|
export * from './props';
|
|
@@ -215,5 +215,9 @@ export declare const navTabComponentProps: {
|
|
|
215
215
|
type?: import("vue").PropType<string>;
|
|
216
216
|
default?: string;
|
|
217
217
|
};
|
|
218
|
+
indDetailIconFontSize?: {
|
|
219
|
+
type?: import("vue").PropType<string>;
|
|
220
|
+
default?: string;
|
|
221
|
+
};
|
|
218
222
|
};
|
|
219
223
|
export declare const navTabEvents: string[];
|
|
@@ -208,6 +208,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
208
208
|
type?: import("vue").PropType<string>;
|
|
209
209
|
default?: string;
|
|
210
210
|
};
|
|
211
|
+
indDetailIconFontSize?: {
|
|
212
|
+
type?: import("vue").PropType<string>;
|
|
213
|
+
default?: string;
|
|
214
|
+
};
|
|
211
215
|
}, {
|
|
212
216
|
myOption: import("vue").Ref<{
|
|
213
217
|
label: string;
|
|
@@ -441,5 +445,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
441
445
|
type?: import("vue").PropType<string>;
|
|
442
446
|
default?: string;
|
|
443
447
|
};
|
|
448
|
+
indDetailIconFontSize?: {
|
|
449
|
+
type?: import("vue").PropType<string>;
|
|
450
|
+
default?: string;
|
|
451
|
+
};
|
|
444
452
|
}>>, {}>;
|
|
445
453
|
export default _sfc_main;
|
|
@@ -207,6 +207,10 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
207
207
|
type?: import("vue").PropType<string>;
|
|
208
208
|
default?: string;
|
|
209
209
|
};
|
|
210
|
+
indDetailIconFontSize?: {
|
|
211
|
+
type?: import("vue").PropType<string>;
|
|
212
|
+
default?: string;
|
|
213
|
+
};
|
|
210
214
|
}, {
|
|
211
215
|
myOption: import("vue").Ref<{
|
|
212
216
|
label: string;
|
|
@@ -440,6 +444,10 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
440
444
|
type?: import("vue").PropType<string>;
|
|
441
445
|
default?: string;
|
|
442
446
|
};
|
|
447
|
+
indDetailIconFontSize?: {
|
|
448
|
+
type?: import("vue").PropType<string>;
|
|
449
|
+
default?: string;
|
|
450
|
+
};
|
|
443
451
|
}>>, {}>> & Record<string, any>;
|
|
444
452
|
export default EcanRadio;
|
|
445
453
|
export * from './props';
|
|
@@ -236,5 +236,9 @@ export declare const radioComponentProps: {
|
|
|
236
236
|
type?: import("vue").PropType<string>;
|
|
237
237
|
default?: string;
|
|
238
238
|
};
|
|
239
|
+
indDetailIconFontSize?: {
|
|
240
|
+
type?: import("vue").PropType<string>;
|
|
241
|
+
default?: string;
|
|
242
|
+
};
|
|
239
243
|
};
|
|
240
244
|
export declare const radioEvents: string[];
|
|
@@ -197,6 +197,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
197
197
|
type?: import("vue").PropType<string>;
|
|
198
198
|
default?: string;
|
|
199
199
|
};
|
|
200
|
+
indDetailIconFontSize?: {
|
|
201
|
+
type?: import("vue").PropType<string>;
|
|
202
|
+
default?: string;
|
|
203
|
+
};
|
|
200
204
|
}, {
|
|
201
205
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
202
206
|
getPopupContainer: () => HTMLElement;
|
|
@@ -587,5 +591,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
587
591
|
type?: import("vue").PropType<string>;
|
|
588
592
|
default?: string;
|
|
589
593
|
};
|
|
594
|
+
indDetailIconFontSize?: {
|
|
595
|
+
type?: import("vue").PropType<string>;
|
|
596
|
+
default?: string;
|
|
597
|
+
};
|
|
590
598
|
}>>, {}>;
|
|
591
599
|
export default _sfc_main;
|
|
@@ -195,6 +195,10 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
195
195
|
type?: import("vue").PropType<string>;
|
|
196
196
|
default?: string;
|
|
197
197
|
};
|
|
198
|
+
indDetailIconFontSize?: {
|
|
199
|
+
type?: import("vue").PropType<string>;
|
|
200
|
+
default?: string;
|
|
201
|
+
};
|
|
198
202
|
}, {
|
|
199
203
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
200
204
|
getPopupContainer: () => HTMLElement;
|
|
@@ -585,6 +589,10 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
585
589
|
type?: import("vue").PropType<string>;
|
|
586
590
|
default?: string;
|
|
587
591
|
};
|
|
592
|
+
indDetailIconFontSize?: {
|
|
593
|
+
type?: import("vue").PropType<string>;
|
|
594
|
+
default?: string;
|
|
595
|
+
};
|
|
588
596
|
}>>, {}>> & Record<string, any>;
|
|
589
597
|
export default EcanRangePicker;
|
|
590
598
|
export * from './props';
|
|
@@ -214,5 +214,9 @@ export declare const rangePickerComponentProps: {
|
|
|
214
214
|
type?: import("vue").PropType<string>;
|
|
215
215
|
default?: string;
|
|
216
216
|
};
|
|
217
|
+
indDetailIconFontSize?: {
|
|
218
|
+
type?: import("vue").PropType<string>;
|
|
219
|
+
default?: string;
|
|
220
|
+
};
|
|
217
221
|
};
|
|
218
222
|
export declare const rangePickerEvents: string[];
|
|
@@ -207,6 +207,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
207
207
|
type?: import("vue").PropType<string>;
|
|
208
208
|
default?: string;
|
|
209
209
|
};
|
|
210
|
+
indDetailIconFontSize?: {
|
|
211
|
+
type?: import("vue").PropType<string>;
|
|
212
|
+
default?: string;
|
|
213
|
+
};
|
|
210
214
|
}, {
|
|
211
215
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
212
216
|
getPopupContainer: () => HTMLElement;
|
|
@@ -234,8 +238,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
234
238
|
mobileSelectValue: import("vue").Ref<any[]>;
|
|
235
239
|
isCheckAll: import("vue").Ref<boolean>;
|
|
236
240
|
indeterminate: import("vue").Ref<boolean>;
|
|
241
|
+
hideCheckAll: import("vue").Ref<boolean>;
|
|
242
|
+
onSearch: (value: string) => void;
|
|
243
|
+
onSelect: () => void;
|
|
237
244
|
onOptionAll: (e: any) => void;
|
|
238
|
-
onDeselect: (
|
|
245
|
+
onDeselect: (_value: any, option: any) => void;
|
|
246
|
+
onDropdownVisibleChange: (open: boolean) => void;
|
|
239
247
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
248
|
data: {
|
|
241
249
|
type?: import("vue").PropType<import("./props").SelectOptions>;
|
|
@@ -445,5 +453,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
445
453
|
type?: import("vue").PropType<string>;
|
|
446
454
|
default?: string;
|
|
447
455
|
};
|
|
456
|
+
indDetailIconFontSize?: {
|
|
457
|
+
type?: import("vue").PropType<string>;
|
|
458
|
+
default?: string;
|
|
459
|
+
};
|
|
448
460
|
}>>, {}>;
|
|
449
461
|
export default _sfc_main;
|