@rocketui/vue 0.0.76 → 0.0.77
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 +21 -0
- package/dist/rocket-ui-vue.js +8 -4
- 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
|
@@ -330,6 +330,7 @@ export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<{
|
|
|
330
330
|
};
|
|
331
331
|
animation: {
|
|
332
332
|
type: PropType<boolean>;
|
|
333
|
+
default: boolean;
|
|
333
334
|
};
|
|
334
335
|
overlap: {
|
|
335
336
|
type: PropType<boolean>;
|
|
@@ -354,6 +355,7 @@ export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<{
|
|
|
354
355
|
};
|
|
355
356
|
animation: {
|
|
356
357
|
type: PropType<boolean>;
|
|
358
|
+
default: boolean;
|
|
357
359
|
};
|
|
358
360
|
overlap: {
|
|
359
361
|
type: PropType<boolean>;
|
|
@@ -369,6 +371,7 @@ export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<{
|
|
|
369
371
|
variant: "primary" | "error" | "success" | "warning" | "neutral";
|
|
370
372
|
hover: boolean;
|
|
371
373
|
placement: "bottom" | "left" | "right";
|
|
374
|
+
animation: boolean;
|
|
372
375
|
overlap: boolean;
|
|
373
376
|
outside: boolean;
|
|
374
377
|
}>, {
|
|
@@ -708,6 +711,14 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
|
708
711
|
type: PropType<boolean>;
|
|
709
712
|
default: boolean;
|
|
710
713
|
};
|
|
714
|
+
dropdownClass: {
|
|
715
|
+
type: PropType<string>;
|
|
716
|
+
default: string;
|
|
717
|
+
};
|
|
718
|
+
optionsClass: {
|
|
719
|
+
type: PropType<string>;
|
|
720
|
+
default: string;
|
|
721
|
+
};
|
|
711
722
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
712
723
|
id: {
|
|
713
724
|
type: PropType<string>;
|
|
@@ -759,6 +770,14 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
|
759
770
|
type: PropType<boolean>;
|
|
760
771
|
default: boolean;
|
|
761
772
|
};
|
|
773
|
+
dropdownClass: {
|
|
774
|
+
type: PropType<string>;
|
|
775
|
+
default: string;
|
|
776
|
+
};
|
|
777
|
+
optionsClass: {
|
|
778
|
+
type: PropType<string>;
|
|
779
|
+
default: string;
|
|
780
|
+
};
|
|
762
781
|
}>> & {
|
|
763
782
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
764
783
|
}, {
|
|
@@ -774,6 +793,8 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
|
774
793
|
multiple: boolean;
|
|
775
794
|
searchable: boolean;
|
|
776
795
|
closeOnSelect: boolean;
|
|
796
|
+
dropdownClass: string;
|
|
797
|
+
optionsClass: string;
|
|
777
798
|
}>, {
|
|
778
799
|
prepend?(_: {}): any;
|
|
779
800
|
append?(_: {}): any;
|
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -7475,7 +7475,7 @@ const a2 = ["data-state"], Z2 = ["onClick"], u2 = { class: "r-accordion__title"
|
|
|
7475
7475
|
overlap: { type: Boolean, default: !1 },
|
|
7476
7476
|
hover: { type: Boolean, default: !1 },
|
|
7477
7477
|
outside: { type: Boolean, default: !1 },
|
|
7478
|
-
animation: { type: Boolean }
|
|
7478
|
+
animation: { type: Boolean, default: !1 }
|
|
7479
7479
|
},
|
|
7480
7480
|
emits: ["click"],
|
|
7481
7481
|
setup(H) {
|
|
@@ -8328,7 +8328,9 @@ const e5 = ["aria-disabled"], d5 = ["innerHTML"], t5 = /* @__PURE__ */ v({
|
|
|
8328
8328
|
appendIcon: { default: "mdiChevronDown" },
|
|
8329
8329
|
searchable: { type: Boolean, default: !1 },
|
|
8330
8330
|
id: { default: "test" },
|
|
8331
|
-
closeOnSelect: { type: Boolean, default: !0 }
|
|
8331
|
+
closeOnSelect: { type: Boolean, default: !0 },
|
|
8332
|
+
dropdownClass: { default: "" },
|
|
8333
|
+
optionsClass: { default: "" }
|
|
8332
8334
|
},
|
|
8333
8335
|
emits: ["update:modelValue"],
|
|
8334
8336
|
setup(H, { emit: V }) {
|
|
@@ -8416,7 +8418,8 @@ const e5 = ["aria-disabled"], d5 = ["innerHTML"], t5 = /* @__PURE__ */ v({
|
|
|
8416
8418
|
ref: e,
|
|
8417
8419
|
class: f(["r-dropdown", {
|
|
8418
8420
|
"r-dropdown--disabled": C.disabled,
|
|
8419
|
-
"r-dropdown--loading": C.loading
|
|
8421
|
+
"r-dropdown--loading": C.loading,
|
|
8422
|
+
[C.dropdownClass]: C.dropdownClass
|
|
8420
8423
|
}]),
|
|
8421
8424
|
role: "select",
|
|
8422
8425
|
onClick: (o) => n(o, F.click)
|
|
@@ -8484,7 +8487,8 @@ const e5 = ["aria-disabled"], d5 = ["innerHTML"], t5 = /* @__PURE__ */ v({
|
|
|
8484
8487
|
content: d1(({ hide: F }) => [
|
|
8485
8488
|
S("ul", {
|
|
8486
8489
|
class: f(["r-dropdown-options", {
|
|
8487
|
-
"r-dropdown-options--active": A.value
|
|
8490
|
+
"r-dropdown-options--active": A.value,
|
|
8491
|
+
[C.optionsClass]: C.optionsClass
|
|
8488
8492
|
}])
|
|
8489
8493
|
}, [
|
|
8490
8494
|
(m(!0), Z(z, null, q(s(P), (o) => (m(), Z("li", {
|