Skip to content

Commit ab066c7

Browse files
Merge pull request #36 from webdevnerdstuff/dev
v1.0.0-beta-2
2 parents 6690ac8 + 3439626 commit ab066c7

14 files changed

+2625
-2485
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ TBD
66
[main] (@webdevnerdstuff)
77
* Official release depends on when the Vue team decides if they are going to keep experimental `defineModel` feature. [Blog](https://blog.vuejs.org/posts/vue-3-3#definemodel)
88

9+
## v1.0.0-beta-2
10+
11-09-23
11+
[main] (@webdevnerdstuff)
12+
* Update lab components to regular components due to Vuetify official releases
13+
* Update packages
14+
* Update Vuetify to v^3.4.0
15+
* Update docs
16+
917
## v1.0.0-beta-1.12
1018
10-30-2023
1119
[main] (@webdevnerdstuff)

dist/plugin/VInlineCheckbox.vue.d.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4747
type: globalThis.PropType<boolean>;
4848
default: boolean;
4949
};
50-
item: {
51-
type: globalThis.PropType<Record<string, unknown>>;
52-
};
5350
underlined: {
5451
type: globalThis.PropType<boolean>;
5552
default: boolean;
5653
};
54+
item: {
55+
type: globalThis.PropType<Record<string, unknown>>;
56+
};
5757
required: {
5858
type: globalThis.PropType<boolean>;
5959
};
@@ -296,13 +296,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
296296
type: globalThis.PropType<boolean>;
297297
default: boolean;
298298
};
299-
item: {
300-
type: globalThis.PropType<Record<string, unknown>>;
301-
};
302299
underlined: {
303300
type: globalThis.PropType<boolean>;
304301
default: boolean;
305302
};
303+
item: {
304+
type: globalThis.PropType<Record<string, unknown>>;
305+
};
306306
required: {
307307
type: globalThis.PropType<boolean>;
308308
};

dist/plugin/VInlineCustomField.vue.d.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4545
clearIcon: {
4646
type: globalThis.PropType<string>;
4747
};
48-
item: {
49-
type: globalThis.PropType<Record<string, unknown>>;
50-
};
5148
underlined: {
5249
type: globalThis.PropType<boolean>;
5350
default: boolean;
5451
};
52+
item: {
53+
type: globalThis.PropType<Record<string, unknown>>;
54+
};
5555
required: {
5656
type: globalThis.PropType<boolean>;
5757
};
@@ -272,13 +272,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
272272
clearIcon: {
273273
type: globalThis.PropType<string>;
274274
};
275-
item: {
276-
type: globalThis.PropType<Record<string, unknown>>;
277-
};
278275
underlined: {
279276
type: globalThis.PropType<boolean>;
280277
default: boolean;
281278
};
279+
item: {
280+
type: globalThis.PropType<Record<string, unknown>>;
281+
};
282282
required: {
283283
type: globalThis.PropType<boolean>;
284284
};

dist/plugin/VInlineSelect.vue.d.ts

+12-12
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5555
default: boolean;
5656
};
5757
itemTitle: {
58-
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
58+
type: globalThis.PropType<string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
5959
default: string;
6060
};
6161
itemValue: {
62-
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
62+
type: globalThis.PropType<string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
6363
default: string;
6464
};
6565
hideSelected: {
@@ -70,13 +70,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
7070
type: globalThis.PropType<boolean>;
7171
default: boolean;
7272
};
73-
item: {
74-
type: globalThis.PropType<Record<string, unknown>>;
75-
};
7673
underlined: {
7774
type: globalThis.PropType<boolean>;
7875
default: boolean;
7976
};
77+
item: {
78+
type: globalThis.PropType<Record<string, unknown>>;
79+
};
8080
required: {
8181
type: globalThis.PropType<boolean>;
8282
};
@@ -299,11 +299,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
299299
default: boolean;
300300
};
301301
itemTitle: {
302-
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
302+
type: globalThis.PropType<string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
303303
default: string;
304304
};
305305
itemValue: {
306-
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
306+
type: globalThis.PropType<string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
307307
default: string;
308308
};
309309
hideSelected: {
@@ -314,13 +314,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
314314
type: globalThis.PropType<boolean>;
315315
default: boolean;
316316
};
317-
item: {
318-
type: globalThis.PropType<Record<string, unknown>>;
319-
};
320317
underlined: {
321318
type: globalThis.PropType<boolean>;
322319
default: boolean;
323320
};
321+
item: {
322+
type: globalThis.PropType<Record<string, unknown>>;
323+
};
324324
required: {
325325
type: globalThis.PropType<boolean>;
326326
};
@@ -497,8 +497,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
497497
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
498498
clearIcon: string;
499499
clearable: boolean;
500-
itemTitle: string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
501-
itemValue: string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
500+
itemTitle: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
501+
itemValue: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
502502
hideSelected: boolean;
503503
menu: boolean;
504504
underlined: boolean;

dist/plugin/VInlineSwitch.vue.d.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4343
type: globalThis.PropType<boolean>;
4444
default: boolean;
4545
};
46-
item: {
47-
type: globalThis.PropType<Record<string, unknown>>;
48-
};
4946
underlined: {
5047
type: globalThis.PropType<boolean>;
5148
default: boolean;
5249
};
50+
item: {
51+
type: globalThis.PropType<Record<string, unknown>>;
52+
};
5353
required: {
5454
type: globalThis.PropType<boolean>;
5555
};
@@ -252,13 +252,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
252252
type: globalThis.PropType<boolean>;
253253
default: boolean;
254254
};
255-
item: {
256-
type: globalThis.PropType<Record<string, unknown>>;
257-
};
258255
underlined: {
259256
type: globalThis.PropType<boolean>;
260257
default: boolean;
261258
};
259+
item: {
260+
type: globalThis.PropType<Record<string, unknown>>;
261+
};
262262
required: {
263263
type: globalThis.PropType<boolean>;
264264
};

dist/plugin/VInlineTextField.vue.d.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4545
clearIcon: {
4646
type: globalThis.PropType<string>;
4747
};
48-
item: {
49-
type: globalThis.PropType<Record<string, unknown>>;
50-
};
5148
underlined: {
5249
type: globalThis.PropType<boolean>;
5350
default: boolean;
5451
};
52+
item: {
53+
type: globalThis.PropType<Record<string, unknown>>;
54+
};
5555
required: {
5656
type: globalThis.PropType<boolean>;
5757
};
@@ -272,13 +272,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
272272
clearIcon: {
273273
type: globalThis.PropType<string>;
274274
};
275-
item: {
276-
type: globalThis.PropType<Record<string, unknown>>;
277-
};
278275
underlined: {
279276
type: globalThis.PropType<boolean>;
280277
default: boolean;
281278
};
279+
item: {
280+
type: globalThis.PropType<Record<string, unknown>>;
281+
};
282282
required: {
283283
type: globalThis.PropType<boolean>;
284284
};

dist/plugin/VInlineTextarea.vue.d.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4545
clearIcon: {
4646
type: globalThis.PropType<string>;
4747
};
48-
item: {
49-
type: globalThis.PropType<Record<string, unknown>>;
50-
};
5148
underlined: {
5249
type: globalThis.PropType<boolean>;
5350
default: boolean;
5451
};
52+
item: {
53+
type: globalThis.PropType<Record<string, unknown>>;
54+
};
5555
required: {
5656
type: globalThis.PropType<boolean>;
5757
};
@@ -280,13 +280,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
280280
clearIcon: {
281281
type: globalThis.PropType<string>;
282282
};
283-
item: {
284-
type: globalThis.PropType<Record<string, unknown>>;
285-
};
286283
underlined: {
287284
type: globalThis.PropType<boolean>;
288285
default: boolean;
289286
};
287+
item: {
288+
type: globalThis.PropType<Record<string, unknown>>;
289+
};
290290
required: {
291291
type: globalThis.PropType<boolean>;
292292
};

0 commit comments

Comments
 (0)