@rocketui/vue 0.1.23 → 0.1.24
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
|
@@ -2892,9 +2892,9 @@ declare interface SelectProps {
|
|
|
2892
2892
|
* @type {string}
|
|
2893
2893
|
* @default 'No options'
|
|
2894
2894
|
* @example
|
|
2895
|
-
* <Dropdown
|
|
2895
|
+
* <Dropdown noOptionsText="No options" />
|
|
2896
2896
|
*/
|
|
2897
|
-
|
|
2897
|
+
noOptionsText?: string;
|
|
2898
2898
|
}
|
|
2899
2899
|
|
|
2900
2900
|
declare interface Tab {
|
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -8861,7 +8861,7 @@ const E5 = ["aria-disabled"], _5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
|
|
|
8861
8861
|
hint: {},
|
|
8862
8862
|
hideDetails: { type: Boolean, default: !1 },
|
|
8863
8863
|
autocomplete: { default: "off" },
|
|
8864
|
-
|
|
8864
|
+
noOptionsText: {}
|
|
8865
8865
|
},
|
|
8866
8866
|
emits: ["update:modelValue"],
|
|
8867
8867
|
setup(H, { emit: V }) {
|
|
@@ -9092,7 +9092,7 @@ const E5 = ["aria-disabled"], _5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
|
|
|
9092
9092
|
], 10, U5))), 128)),
|
|
9093
9093
|
y.value.length === 0 ? (m(), n("li", K5, [
|
|
9094
9094
|
f(s.$slots, "not-options", {}, () => [
|
|
9095
|
-
R1(w(C.
|
|
9095
|
+
R1(w(C.noOptionsText || "No options"), 1)
|
|
9096
9096
|
])
|
|
9097
9097
|
])) : c("", !0)
|
|
9098
9098
|
], 2)
|