@juit/vue-z 0.0.32 → 0.0.34
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/index.css +1 -1
- package/dist/index.d.ts +13 -13
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
package/dist/index.css
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ import type { Screen as Screen_2 } from 'quasar';
|
|
|
27
27
|
import type { ValidationRule } from 'quasar';
|
|
28
28
|
import type { VNode } from 'vue';
|
|
29
29
|
|
|
30
|
-
declare const __VLS_component: DefineComponent<__VLS_Props,
|
|
30
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
|
|
32
32
|
declare const __VLS_component_10: DefineComponent<ExtractPropTypes< {
|
|
33
33
|
readonly: {
|
|
@@ -1799,7 +1799,7 @@ type: StringConstructor;
|
|
|
1799
1799
|
required: false;
|
|
1800
1800
|
default: string;
|
|
1801
1801
|
};
|
|
1802
|
-
}>,
|
|
1802
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1803
1803
|
label: {
|
|
1804
1804
|
type: StringConstructor;
|
|
1805
1805
|
required: false;
|
|
@@ -1978,7 +1978,7 @@ type: PropType<boolean | undefined>;
|
|
|
1978
1978
|
required: false;
|
|
1979
1979
|
default: undefined;
|
|
1980
1980
|
};
|
|
1981
|
-
}>,
|
|
1981
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1982
1982
|
cancel: () => any;
|
|
1983
1983
|
save: () => any;
|
|
1984
1984
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -2152,7 +2152,7 @@ required: true;
|
|
|
2152
2152
|
selection: {
|
|
2153
2153
|
type: PropType<any[]>;
|
|
2154
2154
|
};
|
|
2155
|
-
}>,
|
|
2155
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2156
2156
|
"update:modelValue": (value: ZTableState) => any;
|
|
2157
2157
|
"update:selection": (value: any[] | undefined) => any;
|
|
2158
2158
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -2313,7 +2313,7 @@ onRowDblclick: ((event: PointerEvent, row: any, index: number) => void) | undefi
|
|
|
2313
2313
|
onRowContextmenu: ((event: PointerEvent, row: any, index: number) => void) | undefined;
|
|
2314
2314
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2315
2315
|
|
|
2316
|
-
declare const __VLS_component_3: DefineComponent<QBtnGroupProps,
|
|
2316
|
+
declare const __VLS_component_3: DefineComponent<QBtnGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<QBtnGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2317
2317
|
|
|
2318
2318
|
declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
|
|
2319
2319
|
readonly: {
|
|
@@ -2358,7 +2358,7 @@ type: StringConstructor;
|
|
|
2358
2358
|
required: false;
|
|
2359
2359
|
default: string;
|
|
2360
2360
|
};
|
|
2361
|
-
}>,
|
|
2361
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2362
2362
|
readonly: {
|
|
2363
2363
|
readonly type: PropType<boolean | undefined>;
|
|
2364
2364
|
readonly required: false;
|
|
@@ -3467,7 +3467,7 @@ default: boolean;
|
|
|
3467
3467
|
modelValue: {
|
|
3468
3468
|
type: PropType<string>;
|
|
3469
3469
|
};
|
|
3470
|
-
}>,
|
|
3470
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3471
3471
|
"update:modelValue": (value: string | undefined) => any;
|
|
3472
3472
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3473
3473
|
readonly: {
|
|
@@ -4097,7 +4097,7 @@ type: PropType<boolean | undefined>;
|
|
|
4097
4097
|
required: false;
|
|
4098
4098
|
default: undefined;
|
|
4099
4099
|
};
|
|
4100
|
-
}>,
|
|
4100
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4101
4101
|
/** The value to display in this label */
|
|
4102
4102
|
value: {
|
|
4103
4103
|
type: PropType<string | number | boolean | null | undefined>;
|
|
@@ -4689,7 +4689,7 @@ type: PropType<() => void>;
|
|
|
4689
4689
|
required: false;
|
|
4690
4690
|
default: () => void;
|
|
4691
4691
|
};
|
|
4692
|
-
}>,
|
|
4692
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4693
4693
|
tag: {
|
|
4694
4694
|
type: StringConstructor;
|
|
4695
4695
|
required: true;
|
|
@@ -4757,7 +4757,7 @@ modelValue: {
|
|
|
4757
4757
|
type: PropType<boolean>;
|
|
4758
4758
|
required: true;
|
|
4759
4759
|
};
|
|
4760
|
-
}>,
|
|
4760
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4761
4761
|
"update:modelValue": (value: boolean) => any;
|
|
4762
4762
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4763
4763
|
readonly: {
|
|
@@ -4831,7 +4831,7 @@ modelValue: {
|
|
|
4831
4831
|
type: PropType<number>;
|
|
4832
4832
|
required: true;
|
|
4833
4833
|
};
|
|
4834
|
-
}>,
|
|
4834
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4835
4835
|
"update:modelValue": (value: number) => any;
|
|
4836
4836
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4837
4837
|
readonly: {
|
|
@@ -4986,7 +4986,7 @@ required: true;
|
|
|
4986
4986
|
modelValue: {
|
|
4987
4987
|
type: PropType<string>;
|
|
4988
4988
|
};
|
|
4989
|
-
}>,
|
|
4989
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4990
4990
|
"update:modelValue": (value: string | undefined) => any;
|
|
4991
4991
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4992
4992
|
readonly: {
|
|
@@ -5088,7 +5088,7 @@ modelValue: {
|
|
|
5088
5088
|
type: PropType<boolean>;
|
|
5089
5089
|
required: true;
|
|
5090
5090
|
};
|
|
5091
|
-
}>,
|
|
5091
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5092
5092
|
"update:modelValue": (value: boolean) => any;
|
|
5093
5093
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5094
5094
|
readonly: {
|
package/dist/index.js
CHANGED
|
@@ -731,8 +731,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
731
731
|
_: 3
|
|
732
732
|
})
|
|
733
733
|
]),
|
|
734
|
-
_:
|
|
735
|
-
},
|
|
734
|
+
_: 3
|
|
735
|
+
}, 8, ["icon", "disable", "class", "tooltip"])
|
|
736
736
|
]),
|
|
737
737
|
_: 3
|
|
738
738
|
}, 8, ["readonly", "bottom-slots", "editable", "disabled", "lazy-rules"]);
|
|
@@ -1866,8 +1866,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
1866
1866
|
}, null, -1)),
|
|
1867
1867
|
_slots.default ? renderSlot(_ctx.$slots, "default", { key: 0 }) : createCommentVNode("", true)
|
|
1868
1868
|
]),
|
|
1869
|
-
_: 3
|
|
1870
|
-
__: [0]
|
|
1869
|
+
_: 3
|
|
1871
1870
|
}, 16)
|
|
1872
1871
|
]),
|
|
1873
1872
|
_: 3
|
|
@@ -3569,7 +3568,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
3569
3568
|
};
|
|
3570
3569
|
}
|
|
3571
3570
|
});
|
|
3572
|
-
const ZLabel = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
3571
|
+
const ZLabel = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-56de1241"]]);
|
|
3573
3572
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
3574
3573
|
...{ name: "ZNullableNumber", inheritAttrs: false },
|
|
3575
3574
|
__name: "nullable-number",
|