@rocketui/vue 0.2.92 → 0.2.93-beta.1
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
CHANGED
|
@@ -2524,7 +2524,6 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
|
|
|
2524
2524
|
selectAllText: string;
|
|
2525
2525
|
disableDeselect: boolean;
|
|
2526
2526
|
maxVisibleChips: number;
|
|
2527
|
-
persistent: boolean;
|
|
2528
2527
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2529
2528
|
"update:modelValue": (...args: any[]) => void;
|
|
2530
2529
|
clear: (...args: any[]) => void;
|
|
@@ -2557,7 +2556,6 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
|
|
|
2557
2556
|
selectAllText: string;
|
|
2558
2557
|
disableDeselect: boolean;
|
|
2559
2558
|
maxVisibleChips: number;
|
|
2560
|
-
persistent: boolean;
|
|
2561
2559
|
}>>> & {
|
|
2562
2560
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2563
2561
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -2570,7 +2568,6 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
|
|
|
2570
2568
|
clearable: boolean;
|
|
2571
2569
|
options: any;
|
|
2572
2570
|
tooltipClass: string;
|
|
2573
|
-
persistent: boolean;
|
|
2574
2571
|
modelValue: any;
|
|
2575
2572
|
placeholder: string;
|
|
2576
2573
|
chips: boolean;
|
|
@@ -3542,14 +3539,6 @@ declare interface SelectProps {
|
|
|
3542
3539
|
* <Dropdown :maxVisibleChips="3" />
|
|
3543
3540
|
*/
|
|
3544
3541
|
maxVisibleChips?: number;
|
|
3545
|
-
/**
|
|
3546
|
-
* Persistent dropdown
|
|
3547
|
-
* @type {boolean}
|
|
3548
|
-
* @default false
|
|
3549
|
-
* @example
|
|
3550
|
-
* <Dropdown :persistent="true" />
|
|
3551
|
-
*/
|
|
3552
|
-
persistent?: boolean;
|
|
3553
3542
|
}
|
|
3554
3543
|
|
|
3555
3544
|
declare interface Tab {
|
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -8995,8 +8995,7 @@ const i3 = ["id", "aria-disabled"], A3 = ["innerHTML"], e3 = ["id"], d3 = ["id"]
|
|
|
8995
8995
|
showSelectAll: { type: Boolean, default: !1 },
|
|
8996
8996
|
selectAllText: { default: "Select all" },
|
|
8997
8997
|
disableDeselect: { type: Boolean, default: !1 },
|
|
8998
|
-
maxVisibleChips: { default: 2 }
|
|
8999
|
-
persistent: { type: Boolean, default: !1 }
|
|
8998
|
+
maxVisibleChips: { default: 2 }
|
|
9000
8999
|
},
|
|
9001
9000
|
emits: ["update:modelValue", "clear", "removeOption"],
|
|
9002
9001
|
setup(H, { emit: V }) {
|
|
@@ -9168,6 +9167,11 @@ const i3 = ["id", "aria-disabled"], A3 = ["innerHTML"], e3 = ["id"], d3 = ["id"]
|
|
|
9168
9167
|
(t) => {
|
|
9169
9168
|
N();
|
|
9170
9169
|
}
|
|
9170
|
+
), W(
|
|
9171
|
+
() => M.value,
|
|
9172
|
+
(t) => {
|
|
9173
|
+
t && d.value ? u(d.value) : !t && d.value && o(d.value);
|
|
9174
|
+
}
|
|
9171
9175
|
), q1(() => {
|
|
9172
9176
|
M.value && d.value && o(d.value);
|
|
9173
9177
|
}), (t, s) => (m(), a("div", {
|
|
@@ -9186,7 +9190,6 @@ const i3 = ["id", "aria-disabled"], A3 = ["innerHTML"], e3 = ["id"], d3 = ["id"]
|
|
|
9186
9190
|
"tooltip-class": ["w-full", C.tooltipClass],
|
|
9187
9191
|
"trigger-class": "w-full",
|
|
9188
9192
|
triggers: ["click"],
|
|
9189
|
-
persistent: C.persistent,
|
|
9190
9193
|
type: "dropdown",
|
|
9191
9194
|
onHide: s[1] || (s[1] = (P) => {
|
|
9192
9195
|
_(P);
|
|
@@ -9439,7 +9442,7 @@ const i3 = ["id", "aria-disabled"], A3 = ["innerHTML"], e3 = ["id"], d3 = ["id"]
|
|
|
9439
9442
|
], 10, c3)
|
|
9440
9443
|
]),
|
|
9441
9444
|
_: 3
|
|
9442
|
-
}, 8, ["id", "disabled", "tooltip-class"
|
|
9445
|
+
}, 8, ["id", "disabled", "tooltip-class"]),
|
|
9443
9446
|
t.$props.hideDetails ? g("", !0) : (m(), a("div", {
|
|
9444
9447
|
key: 0,
|
|
9445
9448
|
id: `${t.id}-details`,
|