@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.
@@ -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, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
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>;
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.51.1"
8
+ "packageVersion": "7.52.2"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/vue-labs",
3
- "version": "6.3.0",
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.3.0",
63
- "@fkui/design": "^6.3.0",
64
- "@fkui/logic": "^6.3.0",
65
- "@fkui/vue": "^6.3.0",
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": "b971dc60326c5eb1c73318733f36c5f1776504b2"
78
+ "gitHead": "a5c516be9b76d94394962a524abaf3e6efe0a7be"
79
79
  }