@rocketui/vue 0.2.24 → 0.2.26

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.
@@ -2227,6 +2227,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2227
2227
  noOptionsText: string;
2228
2228
  hideOptionCheckIcon: boolean;
2229
2229
  hideChipClear: boolean;
2230
+ tooltipClass: string;
2230
2231
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2231
2232
  "update:modelValue": (...args: any[]) => void;
2232
2233
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_8<SelectProps>, {
@@ -2252,6 +2253,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2252
2253
  noOptionsText: string;
2253
2254
  hideOptionCheckIcon: boolean;
2254
2255
  hideChipClear: boolean;
2256
+ tooltipClass: string;
2255
2257
  }>>> & {
2256
2258
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2257
2259
  }, {
@@ -2260,6 +2262,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
2260
2262
  prependIcon: string;
2261
2263
  appendIcon: string;
2262
2264
  options: any;
2265
+ tooltipClass: string;
2263
2266
  id: string;
2264
2267
  modelValue: any;
2265
2268
  clearable: boolean;
@@ -3018,6 +3021,14 @@ declare interface SelectProps {
3018
3021
  * <Dropdown hideChipClear />
3019
3022
  */
3020
3023
  hideChipClear?: boolean;
3024
+ /**
3025
+ * Tooltip class
3026
+ * @type {string}
3027
+ * @default ''
3028
+ * @example
3029
+ * <Dropdown tooltipClass="w-96" />
3030
+ */
3031
+ tooltipClass?: string;
3021
3032
  }
3022
3033
 
3023
3034
  declare interface Tab {
@@ -8867,7 +8867,8 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], W5 = /* @__PURE__ */ T({
8867
8867
  autocomplete: { default: "off" },
8868
8868
  noOptionsText: { default: "No options" },
8869
8869
  hideOptionCheckIcon: { type: Boolean, default: !1 },
8870
- hideChipClear: { type: Boolean, default: !1 }
8870
+ hideChipClear: { type: Boolean, default: !1 },
8871
+ tooltipClass: { default: "" }
8871
8872
  },
8872
8873
  emits: ["update:modelValue"],
8873
8874
  setup(H, { emit: V }) {
@@ -8974,7 +8975,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], W5 = /* @__PURE__ */ T({
8974
8975
  "outside-click": "",
8975
8976
  placement: "bottom",
8976
8977
  resizable: "",
8977
- "tooltip-class": "w-full",
8978
+ "tooltip-class": ["w-full", C.tooltipClass],
8978
8979
  "trigger-class": "w-full",
8979
8980
  triggers: ["click"],
8980
8981
  type: "dropdown",
@@ -9018,9 +9019,10 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], W5 = /* @__PURE__ */ T({
9018
9019
  C.chips ? (m(), E(Y2, {
9019
9020
  key: 1,
9020
9021
  clearable: !C.hideChipClear,
9022
+ ghost: "",
9021
9023
  label: s.label,
9022
9024
  "no-wrap": "",
9023
- variant: "info",
9025
+ variant: "primary",
9024
9026
  "onClick:close": (U) => P(U, s, _)
9025
9027
  }, null, 8, ["clearable", "label", "onClick:close"])) : (m(), Z("p", Q5, w(`${s.label}, `), 1))
9026
9028
  ])), 128)),
@@ -9128,7 +9130,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], W5 = /* @__PURE__ */ T({
9128
9130
  ], 2)
9129
9131
  ]),
9130
9132
  _: 3
9131
- }),
9133
+ }, 8, ["tooltip-class"]),
9132
9134
  n.$props.hideDetails ? p("", !0) : (m(), Z("div", q5, [
9133
9135
  C.errorMsg ? (m(), Z("div", j5, w(C.errorMsg), 1)) : p("", !0),
9134
9136
  C.hint ? (m(), Z("div", X5, w(C.hint), 1)) : p("", !0)