@fkui/vue-labs 6.3.0 → 6.4.0
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/types/index.d.ts
CHANGED
|
@@ -229,7 +229,7 @@ resolveNewModelValue(viewValue: string): unknown;
|
|
|
229
229
|
syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
|
|
230
230
|
triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
|
|
231
231
|
setViewValueToFormattedValueOrFallbackToValue(): void;
|
|
232
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
232
|
+
}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
|
|
233
233
|
id: {
|
|
234
234
|
type: StringConstructor;
|
|
235
235
|
required: false;
|
|
@@ -538,8 +538,8 @@ activeOption: string | null;
|
|
|
538
538
|
activeOptionId: string;
|
|
539
539
|
inputNode: HTMLInputElement;
|
|
540
540
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
541
|
-
close: () => any;
|
|
542
541
|
select: (option: string) => any;
|
|
542
|
+
close: () => any;
|
|
543
543
|
}, string, PublicProps, Readonly<{
|
|
544
544
|
id: string;
|
|
545
545
|
isOpen: boolean;
|
|
@@ -548,8 +548,8 @@ activeOption: string | null;
|
|
|
548
548
|
activeOptionId: string;
|
|
549
549
|
inputNode: HTMLInputElement;
|
|
550
550
|
}> & Readonly<{
|
|
551
|
-
onClose?: (() => any) | undefined;
|
|
552
551
|
onSelect?: ((option: string) => any) | undefined;
|
|
552
|
+
onClose?: (() => any) | undefined;
|
|
553
553
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
554
554
|
listbox: HTMLUListElement;
|
|
555
555
|
}, HTMLDivElement>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue-labs",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.4.0",
|
|
4
4
|
"description": "Experimental and unstable FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"unit:watch": "jest --watch"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@fkui/date": "^6.
|
|
63
|
-
"@fkui/design": "^6.
|
|
64
|
-
"@fkui/logic": "^6.
|
|
65
|
-
"@fkui/vue": "^6.
|
|
62
|
+
"@fkui/date": "^6.4.0",
|
|
63
|
+
"@fkui/design": "^6.4.0",
|
|
64
|
+
"@fkui/logic": "^6.4.0",
|
|
65
|
+
"@fkui/vue": "^6.4.0",
|
|
66
66
|
"html-validate": ">= 7.9.0",
|
|
67
67
|
"vue": "^3.5.0"
|
|
68
68
|
},
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"node": ">= 20",
|
|
76
76
|
"npm": ">= 7"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "a5c516be9b76d94394962a524abaf3e6efe0a7be"
|
|
79
79
|
}
|