@rocketui/vue 0.0.76 → 0.0.79

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.
@@ -316,6 +316,10 @@ export declare const RAvatar: DefineComponent<{
316
316
  }>;
317
317
 
318
318
  export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<{
319
+ class: {
320
+ type: PropType<string>;
321
+ default: string;
322
+ };
319
323
  variant: {
320
324
  type: PropType<"primary" | "error" | "success" | "warning" | "neutral">;
321
325
  default: string;
@@ -330,6 +334,7 @@ export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<{
330
334
  };
331
335
  animation: {
332
336
  type: PropType<boolean>;
337
+ default: boolean;
333
338
  };
334
339
  overlap: {
335
340
  type: PropType<boolean>;
@@ -340,6 +345,10 @@ export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<{
340
345
  default: boolean;
341
346
  };
342
347
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
348
+ class: {
349
+ type: PropType<string>;
350
+ default: string;
351
+ };
343
352
  variant: {
344
353
  type: PropType<"primary" | "error" | "success" | "warning" | "neutral">;
345
354
  default: string;
@@ -354,6 +363,7 @@ export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<{
354
363
  };
355
364
  animation: {
356
365
  type: PropType<boolean>;
366
+ default: boolean;
357
367
  };
358
368
  overlap: {
359
369
  type: PropType<boolean>;
@@ -366,9 +376,11 @@ export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<{
366
376
  }>> & {
367
377
  onClick?: ((...args: any[]) => any) | undefined;
368
378
  }, {
379
+ class: string;
369
380
  variant: "primary" | "error" | "success" | "warning" | "neutral";
370
381
  hover: boolean;
371
382
  placement: "bottom" | "left" | "right";
383
+ animation: boolean;
372
384
  overlap: boolean;
373
385
  outside: boolean;
374
386
  }>, {
@@ -708,6 +720,14 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<{
708
720
  type: PropType<boolean>;
709
721
  default: boolean;
710
722
  };
723
+ dropdownClass: {
724
+ type: PropType<string>;
725
+ default: string;
726
+ };
727
+ optionsClass: {
728
+ type: PropType<string>;
729
+ default: string;
730
+ };
711
731
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
712
732
  id: {
713
733
  type: PropType<string>;
@@ -759,6 +779,14 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<{
759
779
  type: PropType<boolean>;
760
780
  default: boolean;
761
781
  };
782
+ dropdownClass: {
783
+ type: PropType<string>;
784
+ default: string;
785
+ };
786
+ optionsClass: {
787
+ type: PropType<string>;
788
+ default: string;
789
+ };
762
790
  }>> & {
763
791
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
764
792
  }, {
@@ -774,6 +802,8 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<{
774
802
  multiple: boolean;
775
803
  searchable: boolean;
776
804
  closeOnSelect: boolean;
805
+ dropdownClass: string;
806
+ optionsClass: string;
777
807
  }>, {
778
808
  prepend?(_: {}): any;
779
809
  append?(_: {}): any;
@@ -7475,7 +7475,8 @@ 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
+ class: { default: "" }
7479
7480
  },
7480
7481
  emits: ["click"],
7481
7482
  setup(H) {
@@ -7486,11 +7487,12 @@ const a2 = ["data-state"], Z2 = ["onClick"], u2 = { class: "r-accordion__title"
7486
7487
  [`r-badge--${V.placement}`]: V.placement,
7487
7488
  [`r-badge--outside-${V.placement}`]: V.outside,
7488
7489
  "r-badge--hover": V.hover,
7489
- [`r-badge--${V.variant}`]: V.variant
7490
+ [`r-badge--${V.variant}`]: V.variant,
7491
+ [V.class]: V.class
7490
7492
  }));
7491
7493
  return (L, M) => (m(), Z("div", B2, [
7492
7494
  S("span", {
7493
- class: f([{ "animate-ping": V.animation }, s(C)])
7495
+ class: f([{ "animate-ping-2": V.animation }, s(C)])
7494
7496
  }, null, 2),
7495
7497
  S("span", {
7496
7498
  class: f(s(C))
@@ -8328,7 +8330,9 @@ const e5 = ["aria-disabled"], d5 = ["innerHTML"], t5 = /* @__PURE__ */ v({
8328
8330
  appendIcon: { default: "mdiChevronDown" },
8329
8331
  searchable: { type: Boolean, default: !1 },
8330
8332
  id: { default: "test" },
8331
- closeOnSelect: { type: Boolean, default: !0 }
8333
+ closeOnSelect: { type: Boolean, default: !0 },
8334
+ dropdownClass: { default: "" },
8335
+ optionsClass: { default: "" }
8332
8336
  },
8333
8337
  emits: ["update:modelValue"],
8334
8338
  setup(H, { emit: V }) {
@@ -8416,7 +8420,8 @@ const e5 = ["aria-disabled"], d5 = ["innerHTML"], t5 = /* @__PURE__ */ v({
8416
8420
  ref: e,
8417
8421
  class: f(["r-dropdown", {
8418
8422
  "r-dropdown--disabled": C.disabled,
8419
- "r-dropdown--loading": C.loading
8423
+ "r-dropdown--loading": C.loading,
8424
+ [C.dropdownClass]: C.dropdownClass
8420
8425
  }]),
8421
8426
  role: "select",
8422
8427
  onClick: (o) => n(o, F.click)
@@ -8484,7 +8489,8 @@ const e5 = ["aria-disabled"], d5 = ["innerHTML"], t5 = /* @__PURE__ */ v({
8484
8489
  content: d1(({ hide: F }) => [
8485
8490
  S("ul", {
8486
8491
  class: f(["r-dropdown-options", {
8487
- "r-dropdown-options--active": A.value
8492
+ "r-dropdown-options--active": A.value,
8493
+ [C.optionsClass]: C.optionsClass
8488
8494
  }])
8489
8495
  }, [
8490
8496
  (m(!0), Z(z, null, q(s(P), (o) => (m(), Z("li", {