@ecan-bi/datav 1.4.8 → 1.4.9
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 +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- 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/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 +8 -0
- package/types/control/select/index.d.ts +8 -0
- 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/pivotTable/PivotTableContainer.vue.d.ts +12 -0
- package/types/laboratory/pivotTable/index.d.ts +12 -0
- package/types/laboratory/pivotTable/props.d.ts +4 -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/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
|
@@ -191,6 +191,10 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
191
191
|
type?: import("vue").PropType<any>;
|
|
192
192
|
default?: any;
|
|
193
193
|
};
|
|
194
|
+
componentDoc?: {
|
|
195
|
+
type?: import("vue").PropType<null>;
|
|
196
|
+
default?: null;
|
|
197
|
+
};
|
|
194
198
|
}, {
|
|
195
199
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
196
200
|
gradientStyle: import("vue").ComputedRef<{
|
|
@@ -401,6 +405,10 @@ export declare const EcanBorder: import('../../utils/withInstall').SFCWithInstal
|
|
|
401
405
|
type?: import("vue").PropType<any>;
|
|
402
406
|
default?: any;
|
|
403
407
|
};
|
|
408
|
+
componentDoc?: {
|
|
409
|
+
type?: import("vue").PropType<null>;
|
|
410
|
+
default?: null;
|
|
411
|
+
};
|
|
404
412
|
}>>, {}>> & Record<string, any>;
|
|
405
413
|
export default EcanBorder;
|
|
406
414
|
export * from './props';
|
|
@@ -216,5 +216,9 @@ export declare const borderComponentProps: {
|
|
|
216
216
|
type?: import("vue").PropType<any>;
|
|
217
217
|
default?: any;
|
|
218
218
|
};
|
|
219
|
+
componentDoc?: {
|
|
220
|
+
type?: import("vue").PropType<null>;
|
|
221
|
+
default?: null;
|
|
222
|
+
};
|
|
219
223
|
};
|
|
220
224
|
export declare const borderEvents: string[];
|
|
@@ -178,6 +178,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
178
178
|
type?: import("vue").PropType<any>;
|
|
179
179
|
default?: any;
|
|
180
180
|
};
|
|
181
|
+
componentDoc?: {
|
|
182
|
+
type?: import("vue").PropType<null>;
|
|
183
|
+
default?: null;
|
|
184
|
+
};
|
|
181
185
|
}, {
|
|
182
186
|
loading: import("vue").Ref<boolean>;
|
|
183
187
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -365,5 +369,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
365
369
|
type?: import("vue").PropType<any>;
|
|
366
370
|
default?: any;
|
|
367
371
|
};
|
|
372
|
+
componentDoc?: {
|
|
373
|
+
type?: import("vue").PropType<null>;
|
|
374
|
+
default?: null;
|
|
375
|
+
};
|
|
368
376
|
}>>, {}>;
|
|
369
377
|
export default _sfc_main;
|
|
@@ -178,6 +178,10 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
178
178
|
type?: import("vue").PropType<any>;
|
|
179
179
|
default?: any;
|
|
180
180
|
};
|
|
181
|
+
componentDoc?: {
|
|
182
|
+
type?: import("vue").PropType<null>;
|
|
183
|
+
default?: null;
|
|
184
|
+
};
|
|
181
185
|
}, {
|
|
182
186
|
loading: import("vue").Ref<boolean>;
|
|
183
187
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -365,6 +369,10 @@ export declare const EcanCirculate: import('../../utils/withInstall').SFCWithIns
|
|
|
365
369
|
type?: import("vue").PropType<any>;
|
|
366
370
|
default?: any;
|
|
367
371
|
};
|
|
372
|
+
componentDoc?: {
|
|
373
|
+
type?: import("vue").PropType<null>;
|
|
374
|
+
default?: null;
|
|
375
|
+
};
|
|
368
376
|
}>>, {}>> & Record<string, any>;
|
|
369
377
|
export default EcanCirculate;
|
|
370
378
|
export * from './props';
|
|
@@ -198,5 +198,9 @@ export declare const circulateComponentProps: {
|
|
|
198
198
|
type?: import("vue").PropType<any>;
|
|
199
199
|
default?: any;
|
|
200
200
|
};
|
|
201
|
+
componentDoc?: {
|
|
202
|
+
type?: import("vue").PropType<null>;
|
|
203
|
+
default?: null;
|
|
204
|
+
};
|
|
201
205
|
};
|
|
202
206
|
export declare const circulateEvents: string[];
|
|
@@ -231,6 +231,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
231
231
|
type?: import("vue").PropType<any>;
|
|
232
232
|
default?: any;
|
|
233
233
|
};
|
|
234
|
+
componentDoc?: {
|
|
235
|
+
type?: import("vue").PropType<null>;
|
|
236
|
+
default?: null;
|
|
237
|
+
};
|
|
234
238
|
}, {
|
|
235
239
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
236
240
|
activeKey: import("vue").Ref<number>;
|
|
@@ -479,5 +483,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
479
483
|
type?: import("vue").PropType<any>;
|
|
480
484
|
default?: any;
|
|
481
485
|
};
|
|
486
|
+
componentDoc?: {
|
|
487
|
+
type?: import("vue").PropType<null>;
|
|
488
|
+
default?: null;
|
|
489
|
+
};
|
|
482
490
|
}>>, {}>;
|
|
483
491
|
export default _sfc_main;
|
|
@@ -231,6 +231,10 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
231
231
|
type?: import("vue").PropType<any>;
|
|
232
232
|
default?: any;
|
|
233
233
|
};
|
|
234
|
+
componentDoc?: {
|
|
235
|
+
type?: import("vue").PropType<null>;
|
|
236
|
+
default?: null;
|
|
237
|
+
};
|
|
234
238
|
}, {
|
|
235
239
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
236
240
|
activeKey: import("vue").Ref<number>;
|
|
@@ -479,6 +483,10 @@ export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<
|
|
|
479
483
|
type?: import("vue").PropType<any>;
|
|
480
484
|
default?: any;
|
|
481
485
|
};
|
|
486
|
+
componentDoc?: {
|
|
487
|
+
type?: import("vue").PropType<null>;
|
|
488
|
+
default?: null;
|
|
489
|
+
};
|
|
482
490
|
}>>, {}>> & Record<string, any>;
|
|
483
491
|
export default EcanTabs;
|
|
484
492
|
export * from './props';
|
|
@@ -131,6 +131,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
131
131
|
type?: import("vue").PropType<any>;
|
|
132
132
|
default?: any;
|
|
133
133
|
};
|
|
134
|
+
componentDoc?: {
|
|
135
|
+
type?: import("vue").PropType<null>;
|
|
136
|
+
default?: null;
|
|
137
|
+
};
|
|
134
138
|
}, {
|
|
135
139
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
136
140
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -266,5 +270,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
266
270
|
type?: import("vue").PropType<any>;
|
|
267
271
|
default?: any;
|
|
268
272
|
};
|
|
273
|
+
componentDoc?: {
|
|
274
|
+
type?: import("vue").PropType<null>;
|
|
275
|
+
default?: null;
|
|
276
|
+
};
|
|
269
277
|
}>>, {}>;
|
|
270
278
|
export default _sfc_main;
|
|
@@ -131,6 +131,10 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
|
|
|
131
131
|
type?: import("vue").PropType<any>;
|
|
132
132
|
default?: any;
|
|
133
133
|
};
|
|
134
|
+
componentDoc?: {
|
|
135
|
+
type?: import("vue").PropType<null>;
|
|
136
|
+
default?: null;
|
|
137
|
+
};
|
|
134
138
|
}, {
|
|
135
139
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
136
140
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -266,6 +270,10 @@ export declare const EcanTemplate: import('../../utils/withInstall').SFCWithInst
|
|
|
266
270
|
type?: import("vue").PropType<any>;
|
|
267
271
|
default?: any;
|
|
268
272
|
};
|
|
273
|
+
componentDoc?: {
|
|
274
|
+
type?: import("vue").PropType<null>;
|
|
275
|
+
default?: null;
|
|
276
|
+
};
|
|
269
277
|
}>>, {}>> & Record<string, any>;
|
|
270
278
|
export default EcanTemplate;
|
|
271
279
|
export * from './props';
|
|
@@ -140,5 +140,9 @@ export declare const templateComponentProps: {
|
|
|
140
140
|
type?: import("vue").PropType<any>;
|
|
141
141
|
default?: any;
|
|
142
142
|
};
|
|
143
|
+
componentDoc?: {
|
|
144
|
+
type?: import("vue").PropType<null>;
|
|
145
|
+
default?: null;
|
|
146
|
+
};
|
|
143
147
|
};
|
|
144
148
|
export declare const templateEvents: string[];
|
|
@@ -155,6 +155,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
155
155
|
type?: import("vue").PropType<any>;
|
|
156
156
|
default?: any;
|
|
157
157
|
};
|
|
158
|
+
componentDoc?: {
|
|
159
|
+
type?: import("vue").PropType<null>;
|
|
160
|
+
default?: null;
|
|
161
|
+
};
|
|
158
162
|
}, {
|
|
159
163
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
160
164
|
click: () => void;
|
|
@@ -319,5 +323,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
319
323
|
type?: import("vue").PropType<any>;
|
|
320
324
|
default?: any;
|
|
321
325
|
};
|
|
326
|
+
componentDoc?: {
|
|
327
|
+
type?: import("vue").PropType<null>;
|
|
328
|
+
default?: null;
|
|
329
|
+
};
|
|
322
330
|
}>>, {}>;
|
|
323
331
|
export default _sfc_main;
|
|
@@ -155,6 +155,10 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
155
155
|
type?: import("vue").PropType<any>;
|
|
156
156
|
default?: any;
|
|
157
157
|
};
|
|
158
|
+
componentDoc?: {
|
|
159
|
+
type?: import("vue").PropType<null>;
|
|
160
|
+
default?: null;
|
|
161
|
+
};
|
|
158
162
|
}, {
|
|
159
163
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
160
164
|
click: () => void;
|
|
@@ -319,6 +323,10 @@ export declare const EcanButton: import('../../utils/withInstall').SFCWithInstal
|
|
|
319
323
|
type?: import("vue").PropType<any>;
|
|
320
324
|
default?: any;
|
|
321
325
|
};
|
|
326
|
+
componentDoc?: {
|
|
327
|
+
type?: import("vue").PropType<null>;
|
|
328
|
+
default?: null;
|
|
329
|
+
};
|
|
322
330
|
}>>, {}>> & Record<string, any>;
|
|
323
331
|
export default EcanButton;
|
|
324
332
|
export * from './props';
|
|
@@ -170,5 +170,9 @@ export declare const buttonComponentProps: {
|
|
|
170
170
|
type?: import("vue").PropType<any>;
|
|
171
171
|
default?: any;
|
|
172
172
|
};
|
|
173
|
+
componentDoc?: {
|
|
174
|
+
type?: import("vue").PropType<null>;
|
|
175
|
+
default?: null;
|
|
176
|
+
};
|
|
173
177
|
};
|
|
174
178
|
export declare const buttonEvents: string[];
|
|
@@ -128,6 +128,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
128
128
|
type?: import("vue").PropType<any>;
|
|
129
129
|
default?: any;
|
|
130
130
|
};
|
|
131
|
+
componentDoc?: {
|
|
132
|
+
type?: import("vue").PropType<null>;
|
|
133
|
+
default?: null;
|
|
134
|
+
};
|
|
131
135
|
}, {
|
|
132
136
|
myOption: import("vue").Ref<{
|
|
133
137
|
label: string;
|
|
@@ -268,5 +272,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
268
272
|
type?: import("vue").PropType<any>;
|
|
269
273
|
default?: any;
|
|
270
274
|
};
|
|
275
|
+
componentDoc?: {
|
|
276
|
+
type?: import("vue").PropType<null>;
|
|
277
|
+
default?: null;
|
|
278
|
+
};
|
|
271
279
|
}>>, {}>;
|
|
272
280
|
export default _sfc_main;
|
|
@@ -127,6 +127,10 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
127
127
|
type?: import("vue").PropType<any>;
|
|
128
128
|
default?: any;
|
|
129
129
|
};
|
|
130
|
+
componentDoc?: {
|
|
131
|
+
type?: import("vue").PropType<null>;
|
|
132
|
+
default?: null;
|
|
133
|
+
};
|
|
130
134
|
}, {
|
|
131
135
|
myOption: import("vue").Ref<{
|
|
132
136
|
label: string;
|
|
@@ -267,6 +271,10 @@ export declare const EcanCheckbox: import('../../utils/withInstall').SFCWithInst
|
|
|
267
271
|
type?: import("vue").PropType<any>;
|
|
268
272
|
default?: any;
|
|
269
273
|
};
|
|
274
|
+
componentDoc?: {
|
|
275
|
+
type?: import("vue").PropType<null>;
|
|
276
|
+
default?: null;
|
|
277
|
+
};
|
|
270
278
|
}>>, {}>> & Record<string, any>;
|
|
271
279
|
export default EcanCheckbox;
|
|
272
280
|
export * from './props';
|
|
@@ -143,5 +143,9 @@ export declare const checkboxComponentProps: {
|
|
|
143
143
|
type?: import("vue").PropType<any>;
|
|
144
144
|
default?: any;
|
|
145
145
|
};
|
|
146
|
+
componentDoc?: {
|
|
147
|
+
type?: import("vue").PropType<null>;
|
|
148
|
+
default?: null;
|
|
149
|
+
};
|
|
146
150
|
};
|
|
147
151
|
export declare const checkboxEvents: string[];
|
|
@@ -141,6 +141,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
141
141
|
type?: import("vue").PropType<any>;
|
|
142
142
|
default?: any;
|
|
143
143
|
};
|
|
144
|
+
componentDoc?: {
|
|
145
|
+
type?: import("vue").PropType<null>;
|
|
146
|
+
default?: null;
|
|
147
|
+
};
|
|
144
148
|
}, {
|
|
145
149
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
146
150
|
getPopupContainer: () => HTMLElement;
|
|
@@ -387,5 +391,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
387
391
|
type?: import("vue").PropType<any>;
|
|
388
392
|
default?: any;
|
|
389
393
|
};
|
|
394
|
+
componentDoc?: {
|
|
395
|
+
type?: import("vue").PropType<null>;
|
|
396
|
+
default?: null;
|
|
397
|
+
};
|
|
390
398
|
}>>, {}>;
|
|
391
399
|
export default _sfc_main;
|
|
@@ -139,6 +139,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
139
139
|
type?: import("vue").PropType<any>;
|
|
140
140
|
default?: any;
|
|
141
141
|
};
|
|
142
|
+
componentDoc?: {
|
|
143
|
+
type?: import("vue").PropType<null>;
|
|
144
|
+
default?: null;
|
|
145
|
+
};
|
|
142
146
|
}, {
|
|
143
147
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
144
148
|
getPopupContainer: () => HTMLElement;
|
|
@@ -385,6 +389,10 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
385
389
|
type?: import("vue").PropType<any>;
|
|
386
390
|
default?: any;
|
|
387
391
|
};
|
|
392
|
+
componentDoc?: {
|
|
393
|
+
type?: import("vue").PropType<null>;
|
|
394
|
+
default?: null;
|
|
395
|
+
};
|
|
388
396
|
}>>, {}>> & Record<string, any>;
|
|
389
397
|
export default EcanDatePicker;
|
|
390
398
|
export * from './props';
|
|
@@ -150,5 +150,9 @@ export declare const datePickerComponentProps: {
|
|
|
150
150
|
type?: import("vue").PropType<any>;
|
|
151
151
|
default?: any;
|
|
152
152
|
};
|
|
153
|
+
componentDoc?: {
|
|
154
|
+
type?: import("vue").PropType<null>;
|
|
155
|
+
default?: null;
|
|
156
|
+
};
|
|
153
157
|
};
|
|
154
158
|
export declare const datePickerEvents: string[];
|
|
@@ -123,6 +123,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
123
123
|
type?: import("vue").PropType<any>;
|
|
124
124
|
default?: any;
|
|
125
125
|
};
|
|
126
|
+
componentDoc?: {
|
|
127
|
+
type?: import("vue").PropType<null>;
|
|
128
|
+
default?: null;
|
|
129
|
+
};
|
|
126
130
|
}, {
|
|
127
131
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
128
132
|
myValue: import("vue").Ref<string>;
|
|
@@ -253,5 +257,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
253
257
|
type?: import("vue").PropType<any>;
|
|
254
258
|
default?: any;
|
|
255
259
|
};
|
|
260
|
+
componentDoc?: {
|
|
261
|
+
type?: import("vue").PropType<null>;
|
|
262
|
+
default?: null;
|
|
263
|
+
};
|
|
256
264
|
}>>, {}>;
|
|
257
265
|
export default _sfc_main;
|
|
@@ -123,6 +123,10 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
123
123
|
type?: import("vue").PropType<any>;
|
|
124
124
|
default?: any;
|
|
125
125
|
};
|
|
126
|
+
componentDoc?: {
|
|
127
|
+
type?: import("vue").PropType<null>;
|
|
128
|
+
default?: null;
|
|
129
|
+
};
|
|
126
130
|
}, {
|
|
127
131
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
128
132
|
myValue: import("vue").Ref<string>;
|
|
@@ -253,6 +257,10 @@ export declare const EcanInput: import('../../utils/withInstall').SFCWithInstall
|
|
|
253
257
|
type?: import("vue").PropType<any>;
|
|
254
258
|
default?: any;
|
|
255
259
|
};
|
|
260
|
+
componentDoc?: {
|
|
261
|
+
type?: import("vue").PropType<null>;
|
|
262
|
+
default?: null;
|
|
263
|
+
};
|
|
256
264
|
}>>, {}>> & Record<string, any>;
|
|
257
265
|
export default EcanInput;
|
|
258
266
|
export * from './props';
|
|
@@ -130,5 +130,9 @@ export declare const inputComponentProps: {
|
|
|
130
130
|
type?: import("vue").PropType<any>;
|
|
131
131
|
default?: any;
|
|
132
132
|
};
|
|
133
|
+
componentDoc?: {
|
|
134
|
+
type?: import("vue").PropType<null>;
|
|
135
|
+
default?: null;
|
|
136
|
+
};
|
|
133
137
|
};
|
|
134
138
|
export declare const inputEvents: string[];
|
|
@@ -180,6 +180,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
180
180
|
type?: import("vue").PropType<any>;
|
|
181
181
|
default?: any;
|
|
182
182
|
};
|
|
183
|
+
componentDoc?: {
|
|
184
|
+
type?: import("vue").PropType<null>;
|
|
185
|
+
default?: null;
|
|
186
|
+
};
|
|
183
187
|
}, {
|
|
184
188
|
myOption: import("vue").Ref<{
|
|
185
189
|
label: string;
|
|
@@ -385,5 +389,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
385
389
|
type?: import("vue").PropType<any>;
|
|
386
390
|
default?: any;
|
|
387
391
|
};
|
|
392
|
+
componentDoc?: {
|
|
393
|
+
type?: import("vue").PropType<null>;
|
|
394
|
+
default?: null;
|
|
395
|
+
};
|
|
388
396
|
}>>, {}>;
|
|
389
397
|
export default _sfc_main;
|
|
@@ -179,6 +179,10 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
179
179
|
type?: import("vue").PropType<any>;
|
|
180
180
|
default?: any;
|
|
181
181
|
};
|
|
182
|
+
componentDoc?: {
|
|
183
|
+
type?: import("vue").PropType<null>;
|
|
184
|
+
default?: null;
|
|
185
|
+
};
|
|
182
186
|
}, {
|
|
183
187
|
myOption: import("vue").Ref<{
|
|
184
188
|
label: string;
|
|
@@ -384,6 +388,10 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
384
388
|
type?: import("vue").PropType<any>;
|
|
385
389
|
default?: any;
|
|
386
390
|
};
|
|
391
|
+
componentDoc?: {
|
|
392
|
+
type?: import("vue").PropType<null>;
|
|
393
|
+
default?: null;
|
|
394
|
+
};
|
|
387
395
|
}>>, {}>> & Record<string, any>;
|
|
388
396
|
export default EcanRadio;
|
|
389
397
|
export * from './props';
|
|
@@ -208,5 +208,9 @@ export declare const radioComponentProps: {
|
|
|
208
208
|
type?: import("vue").PropType<any>;
|
|
209
209
|
default?: any;
|
|
210
210
|
};
|
|
211
|
+
componentDoc?: {
|
|
212
|
+
type?: import("vue").PropType<null>;
|
|
213
|
+
default?: null;
|
|
214
|
+
};
|
|
211
215
|
};
|
|
212
216
|
export declare const radioEvents: string[];
|
|
@@ -169,6 +169,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
169
169
|
type?: import("vue").PropType<any>;
|
|
170
170
|
default?: any;
|
|
171
171
|
};
|
|
172
|
+
componentDoc?: {
|
|
173
|
+
type?: import("vue").PropType<null>;
|
|
174
|
+
default?: null;
|
|
175
|
+
};
|
|
172
176
|
}, {
|
|
173
177
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
174
178
|
getPopupContainer: () => HTMLElement;
|
|
@@ -531,5 +535,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
531
535
|
type?: import("vue").PropType<any>;
|
|
532
536
|
default?: any;
|
|
533
537
|
};
|
|
538
|
+
componentDoc?: {
|
|
539
|
+
type?: import("vue").PropType<null>;
|
|
540
|
+
default?: null;
|
|
541
|
+
};
|
|
534
542
|
}>>, {}>;
|
|
535
543
|
export default _sfc_main;
|
|
@@ -167,6 +167,10 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
167
167
|
type?: import("vue").PropType<any>;
|
|
168
168
|
default?: any;
|
|
169
169
|
};
|
|
170
|
+
componentDoc?: {
|
|
171
|
+
type?: import("vue").PropType<null>;
|
|
172
|
+
default?: null;
|
|
173
|
+
};
|
|
170
174
|
}, {
|
|
171
175
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
172
176
|
getPopupContainer: () => HTMLElement;
|
|
@@ -529,6 +533,10 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
529
533
|
type?: import("vue").PropType<any>;
|
|
530
534
|
default?: any;
|
|
531
535
|
};
|
|
536
|
+
componentDoc?: {
|
|
537
|
+
type?: import("vue").PropType<null>;
|
|
538
|
+
default?: null;
|
|
539
|
+
};
|
|
532
540
|
}>>, {}>> & Record<string, any>;
|
|
533
541
|
export default EcanRangePicker;
|
|
534
542
|
export * from './props';
|
|
@@ -186,5 +186,9 @@ export declare const rangePickerComponentProps: {
|
|
|
186
186
|
type?: import("vue").PropType<any>;
|
|
187
187
|
default?: any;
|
|
188
188
|
};
|
|
189
|
+
componentDoc?: {
|
|
190
|
+
type?: import("vue").PropType<null>;
|
|
191
|
+
default?: null;
|
|
192
|
+
};
|
|
189
193
|
};
|
|
190
194
|
export declare const rangePickerEvents: string[];
|
|
@@ -171,6 +171,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
171
171
|
type?: import("vue").PropType<any>;
|
|
172
172
|
default?: any;
|
|
173
173
|
};
|
|
174
|
+
componentDoc?: {
|
|
175
|
+
type?: import("vue").PropType<null>;
|
|
176
|
+
default?: null;
|
|
177
|
+
};
|
|
174
178
|
}, {
|
|
175
179
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
176
180
|
getPopupContainer: () => HTMLElement;
|
|
@@ -369,5 +373,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
369
373
|
type?: import("vue").PropType<any>;
|
|
370
374
|
default?: any;
|
|
371
375
|
};
|
|
376
|
+
componentDoc?: {
|
|
377
|
+
type?: import("vue").PropType<null>;
|
|
378
|
+
default?: null;
|
|
379
|
+
};
|
|
372
380
|
}>>, {}>;
|
|
373
381
|
export default _sfc_main;
|
|
@@ -171,6 +171,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
171
171
|
type?: import("vue").PropType<any>;
|
|
172
172
|
default?: any;
|
|
173
173
|
};
|
|
174
|
+
componentDoc?: {
|
|
175
|
+
type?: import("vue").PropType<null>;
|
|
176
|
+
default?: null;
|
|
177
|
+
};
|
|
174
178
|
}, {
|
|
175
179
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
176
180
|
getPopupContainer: () => HTMLElement;
|
|
@@ -369,6 +373,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
369
373
|
type?: import("vue").PropType<any>;
|
|
370
374
|
default?: any;
|
|
371
375
|
};
|
|
376
|
+
componentDoc?: {
|
|
377
|
+
type?: import("vue").PropType<null>;
|
|
378
|
+
default?: null;
|
|
379
|
+
};
|
|
372
380
|
}>>, {}>> & Record<string, any>;
|
|
373
381
|
export default EcanSelect;
|
|
374
382
|
export * from './props';
|
|
@@ -201,5 +201,9 @@ export declare const selectComponentProps: {
|
|
|
201
201
|
type?: import("vue").PropType<any>;
|
|
202
202
|
default?: any;
|
|
203
203
|
};
|
|
204
|
+
componentDoc?: {
|
|
205
|
+
type?: import("vue").PropType<null>;
|
|
206
|
+
default?: null;
|
|
207
|
+
};
|
|
204
208
|
};
|
|
205
209
|
export declare const selectEvents: string[];
|
|
@@ -160,6 +160,10 @@ declare const _sfc_main: {
|
|
|
160
160
|
type?: import("vue").PropType<any>;
|
|
161
161
|
default?: any;
|
|
162
162
|
};
|
|
163
|
+
componentDoc?: {
|
|
164
|
+
type?: import("vue").PropType<null>;
|
|
165
|
+
default?: null;
|
|
166
|
+
};
|
|
163
167
|
};
|
|
164
168
|
setup(props: any): {
|
|
165
169
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -160,6 +160,10 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
160
160
|
type?: import("vue").PropType<any>;
|
|
161
161
|
default?: any;
|
|
162
162
|
};
|
|
163
|
+
componentDoc?: {
|
|
164
|
+
type?: import("vue").PropType<null>;
|
|
165
|
+
default?: null;
|
|
166
|
+
};
|
|
163
167
|
};
|
|
164
168
|
setup(props: any): {
|
|
165
169
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -181,5 +181,9 @@ export declare const treeSelectComponentProps: {
|
|
|
181
181
|
type?: import("vue").PropType<any>;
|
|
182
182
|
default?: any;
|
|
183
183
|
};
|
|
184
|
+
componentDoc?: {
|
|
185
|
+
type?: import("vue").PropType<null>;
|
|
186
|
+
default?: null;
|
|
187
|
+
};
|
|
184
188
|
};
|
|
185
189
|
export declare const treeSelectEvents: string[];
|
|
@@ -548,6 +548,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
548
548
|
type?: import("vue").PropType<any>;
|
|
549
549
|
default?: any;
|
|
550
550
|
};
|
|
551
|
+
componentDoc?: {
|
|
552
|
+
type?: import("vue").PropType<null>;
|
|
553
|
+
default?: null;
|
|
554
|
+
};
|
|
551
555
|
}, {
|
|
552
556
|
option: import("vue").ComputedRef<{
|
|
553
557
|
textStyle: {
|
|
@@ -1293,5 +1297,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1293
1297
|
type?: import("vue").PropType<any>;
|
|
1294
1298
|
default?: any;
|
|
1295
1299
|
};
|
|
1300
|
+
componentDoc?: {
|
|
1301
|
+
type?: import("vue").PropType<null>;
|
|
1302
|
+
default?: null;
|
|
1303
|
+
};
|
|
1296
1304
|
}>>, {}>;
|
|
1297
1305
|
export default _sfc_main;
|