voiptime-components 1.12.55 → 1.12.56
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.cjs.js +25 -25
- package/dist/index.d.ts +2 -8
- package/dist/index.es.js +2979 -3029
- package/dist/index.umd.js +25 -25
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -25,10 +25,7 @@ declare const __VLS_component: DefineComponent<VButtonProps, {}, {}, {}, {}, Com
|
|
|
25
25
|
tooltip: boolean;
|
|
26
26
|
tooltipPlacement: TooltipPlacement;
|
|
27
27
|
htmlType: "button" | "submit" | "reset";
|
|
28
|
-
|
|
29
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
30
|
-
buttonRef: HTMLButtonElement;
|
|
31
|
-
}, HTMLButtonElement>;
|
|
28
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
32
29
|
|
|
33
30
|
declare const __VLS_component_10: DefineComponent<CollapseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
34
31
|
change: (value: string[]) => any;
|
|
@@ -410,9 +407,7 @@ declare function __VLS_template(): {
|
|
|
410
407
|
slots: {
|
|
411
408
|
default?(_: {}): any;
|
|
412
409
|
};
|
|
413
|
-
refs: {
|
|
414
|
-
buttonRef: HTMLButtonElement;
|
|
415
|
-
};
|
|
410
|
+
refs: {};
|
|
416
411
|
rootEl: HTMLButtonElement;
|
|
417
412
|
};
|
|
418
413
|
|
|
@@ -1316,7 +1311,6 @@ export declare interface VButtonProps {
|
|
|
1316
1311
|
tooltipPlacement?: TooltipPlacement;
|
|
1317
1312
|
htmlType?: 'button' | 'submit' | 'reset';
|
|
1318
1313
|
color?: string;
|
|
1319
|
-
adaptive?: boolean;
|
|
1320
1314
|
}
|
|
1321
1315
|
|
|
1322
1316
|
declare type VButtonShape = 'circle' | 'square';
|