@rocketui/vue 0.0.80 → 0.0.82
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/rocket-ui-vue.d.ts +0 -6
- package/dist/rocket-ui-vue.js +4 -5
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.d.ts
CHANGED
|
@@ -429,9 +429,6 @@ export declare const RButton: __VLS_WithTemplateSlots_4<DefineComponent<{
|
|
|
429
429
|
color: {
|
|
430
430
|
type: PropType<ButtonColor>;
|
|
431
431
|
};
|
|
432
|
-
to: {
|
|
433
|
-
type: PropType<string>;
|
|
434
|
-
};
|
|
435
432
|
variant: {
|
|
436
433
|
type: PropType<ButtonType>;
|
|
437
434
|
default: string;
|
|
@@ -472,9 +469,6 @@ export declare const RButton: __VLS_WithTemplateSlots_4<DefineComponent<{
|
|
|
472
469
|
color: {
|
|
473
470
|
type: PropType<ButtonColor>;
|
|
474
471
|
};
|
|
475
|
-
to: {
|
|
476
|
-
type: PropType<string>;
|
|
477
|
-
};
|
|
478
472
|
variant: {
|
|
479
473
|
type: PropType<ButtonType>;
|
|
480
474
|
default: string;
|
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -7512,8 +7512,7 @@ const a2 = ["data-state"], Z2 = ["onClick"], u2 = { class: "r-accordion__title"
|
|
|
7512
7512
|
icon: { type: Boolean, default: !1 },
|
|
7513
7513
|
size: { default: "medium" },
|
|
7514
7514
|
height: { default: "" },
|
|
7515
|
-
block: { type: Boolean, default: !1 }
|
|
7516
|
-
to: null
|
|
7515
|
+
block: { type: Boolean, default: !1 }
|
|
7517
7516
|
},
|
|
7518
7517
|
emits: ["click"],
|
|
7519
7518
|
setup(H) {
|
|
@@ -7526,9 +7525,9 @@ const a2 = ["data-state"], Z2 = ["onClick"], u2 = { class: "r-accordion__title"
|
|
|
7526
7525
|
"r-button--only-icon": V.icon,
|
|
7527
7526
|
"r-button--block": V.block
|
|
7528
7527
|
})), L = k(() => ({
|
|
7529
|
-
small:
|
|
7530
|
-
medium:
|
|
7531
|
-
large:
|
|
7528
|
+
small: 16,
|
|
7529
|
+
medium: 16,
|
|
7530
|
+
large: 20
|
|
7532
7531
|
})[V.size || "medium"]), M = k(() => ({
|
|
7533
7532
|
height: V.height ? `${V.height}px` : ""
|
|
7534
7533
|
}));
|