@fkui/vue 6.3.0 → 6.3.1

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.
@@ -129,7 +129,11 @@ id: string;
129
129
  focusRef: HTMLElement | null;
130
130
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
131
131
 
132
- declare const __VLS_component_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
132
+ declare const __VLS_component_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
133
+ update: () => any;
134
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
135
+ onUpdate?: (() => any) | undefined;
136
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
133
137
 
134
138
  declare const __VLS_component_4: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {
135
139
  disabled: boolean;
@@ -1003,7 +1007,7 @@ resolveNewModelValue(viewValue: string): unknown;
1003
1007
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
1004
1008
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
1005
1009
  setViewValueToFormattedValueOrFallbackToValue(): void;
1006
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
1010
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
1007
1011
  id: {
1008
1012
  type: StringConstructor;
1009
1013
  required: false;
@@ -1312,8 +1316,8 @@ activeOption: string | null;
1312
1316
  activeOptionId: string;
1313
1317
  inputNode: HTMLInputElement;
1314
1318
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1315
- close: () => any;
1316
1319
  select: (option: string) => any;
1320
+ close: () => any;
1317
1321
  }, string, PublicProps, Readonly<{
1318
1322
  id: string;
1319
1323
  isOpen: boolean;
@@ -1322,8 +1326,8 @@ activeOption: string | null;
1322
1326
  activeOptionId: string;
1323
1327
  inputNode: HTMLInputElement;
1324
1328
  }> & Readonly<{
1325
- onClose?: (() => any) | undefined;
1326
1329
  onSelect?: ((option: string) => any) | undefined;
1330
+ onClose?: (() => any) | undefined;
1327
1331
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1328
1332
  listbox: HTMLUListElement;
1329
1333
  }, HTMLDivElement>;
@@ -1460,7 +1464,7 @@ resolveNewModelValue(viewValue: string): unknown;
1460
1464
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
1461
1465
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
1462
1466
  setViewValueToFormattedValueOrFallbackToValue(): void;
1463
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
1467
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
1464
1468
  id: {
1465
1469
  type: StringConstructor;
1466
1470
  required: false;
@@ -1769,8 +1773,8 @@ activeOption: string | null;
1769
1773
  activeOptionId: string;
1770
1774
  inputNode: HTMLInputElement;
1771
1775
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1772
- close: () => any;
1773
1776
  select: (option: string) => any;
1777
+ close: () => any;
1774
1778
  }, string, PublicProps, Readonly<{
1775
1779
  id: string;
1776
1780
  isOpen: boolean;
@@ -1779,8 +1783,8 @@ activeOption: string | null;
1779
1783
  activeOptionId: string;
1780
1784
  inputNode: HTMLInputElement;
1781
1785
  }> & Readonly<{
1782
- onClose?: (() => any) | undefined;
1783
1786
  onSelect?: ((option: string) => any) | undefined;
1787
+ onClose?: (() => any) | undefined;
1784
1788
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1785
1789
  listbox: HTMLUListElement;
1786
1790
  }, HTMLDivElement>;
@@ -1836,7 +1840,7 @@ required: true;
1836
1840
  }>, {}, {}, {}, {
1837
1841
  onClickDay(date: FDate): void;
1838
1842
  onChangeMonth(date: FDate): void;
1839
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
1843
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "click")[], "update:modelValue" | "click", PublicProps, Readonly<ExtractPropTypes< {
1840
1844
  /**
1841
1845
  * Active month.
1842
1846
  * @model
@@ -1904,7 +1908,7 @@ onClickPreviousButton(): void;
1904
1908
  onClickNextButton(): void;
1905
1909
  getDateText(value: FDate): string;
1906
1910
  isFocused(ref: string): boolean;
1907
- }, ComponentOptions, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
1911
+ }, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", PublicProps, Readonly<ExtractPropTypes< {
1908
1912
  modelValue: {
1909
1913
  type: PropType<FDate>;
1910
1914
  required: true;
@@ -1999,7 +2003,7 @@ onClickDay(date: FDate): void;
1999
2003
  onKeydownDay(date: FDate, event: KeyboardEvent): Promise<void>;
2000
2004
  isDayFocused(date: FDate): boolean;
2001
2005
  getTabindex(date: FDate): 0 | -1;
2002
- }, ComponentOptions, ComponentOptionsMixin, ("change" | "click" | "update:modelValue")[], "change" | "click" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
2006
+ }, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "change" | "click")[], "update:modelValue" | "change" | "click", PublicProps, Readonly<ExtractPropTypes< {
2003
2007
  modelValue: {
2004
2008
  type: PropType<FDate>;
2005
2009
  required: true;
@@ -2231,7 +2235,7 @@ onValidity({ detail }: CustomEvent<ValidityEvent>): void;
2231
2235
  enter(element: Element): void;
2232
2236
  afterEnter(element: Element): void;
2233
2237
  leave(element: Element): void;
2234
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
2238
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", PublicProps, Readonly<ExtractPropTypes< {
2235
2239
  /**
2236
2240
  * Set to `true`, empty string `""` or string `"disabled"` to disable this input field.
2237
2241
  */
@@ -2391,7 +2395,7 @@ resolveNewModelValue(viewValue: string): unknown;
2391
2395
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
2392
2396
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
2393
2397
  setViewValueToFormattedValueOrFallbackToValue(): void;
2394
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
2398
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
2395
2399
  id: {
2396
2400
  type: StringConstructor;
2397
2401
  required: false;
@@ -2700,8 +2704,8 @@ activeOption: string | null;
2700
2704
  activeOptionId: string;
2701
2705
  inputNode: HTMLInputElement;
2702
2706
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2703
- close: () => any;
2704
2707
  select: (option: string) => any;
2708
+ close: () => any;
2705
2709
  }, string, PublicProps, Readonly<{
2706
2710
  id: string;
2707
2711
  isOpen: boolean;
@@ -2710,8 +2714,8 @@ activeOption: string | null;
2710
2714
  activeOptionId: string;
2711
2715
  inputNode: HTMLInputElement;
2712
2716
  }> & Readonly<{
2713
- onClose?: (() => any) | undefined;
2714
2717
  onSelect?: ((option: string) => any) | undefined;
2718
+ onClose?: (() => any) | undefined;
2715
2719
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
2716
2720
  listbox: HTMLUListElement;
2717
2721
  }, HTMLDivElement>;
@@ -2877,12 +2881,12 @@ validator(value: string): boolean;
2877
2881
  }>> & Readonly<{
2878
2882
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
2879
2883
  }>, {
2880
- focus: "on" | "off" | "open";
2881
2884
  size: string;
2882
2885
  content: string;
2883
2886
  isOpen: boolean;
2884
2887
  fullscreen: boolean;
2885
2888
  ariaCloseText: string;
2889
+ focus: "on" | "off" | "open";
2886
2890
  heading: string;
2887
2891
  buttons: FModalButtonDescriptor[];
2888
2892
  }, {}, {
@@ -2973,12 +2977,12 @@ validator(value: string): boolean;
2973
2977
  onClose?: ((...args: any[]) => any) | undefined;
2974
2978
  }>, {
2975
2979
  type: "" | "warning" | "error" | "information";
2976
- focus: "on" | "off" | "open";
2977
2980
  size: string;
2978
2981
  isOpen: boolean;
2979
2982
  fullscreen: boolean;
2980
2983
  id: string;
2981
2984
  ariaCloseText: string;
2985
+ focus: "on" | "off" | "open";
2982
2986
  }, {}, {
2983
2987
  FIcon: DefineComponent<ExtractPropTypes< {
2984
2988
  name: {
@@ -3087,7 +3091,7 @@ doHandlePopupMenuTabKey(action: MenuAction): boolean;
3087
3091
  onKeyDown(event: KeyboardEvent): Promise<void>;
3088
3092
  setFocusOnItem(index: number): Promise<void>;
3089
3093
  activateItem(index: number): Promise<void>;
3090
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "select")[], "close" | "select", PublicProps, Readonly<ExtractPropTypes< {
3094
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "close")[], "select" | "close", PublicProps, Readonly<ExtractPropTypes< {
3091
3095
  /**
3092
3096
  * Toggle open/closed popup.
3093
3097
  */
@@ -3570,7 +3574,7 @@ resolveNewModelValue(viewValue: string): unknown;
3570
3574
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
3571
3575
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
3572
3576
  setViewValueToFormattedValueOrFallbackToValue(): void;
3573
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
3577
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
3574
3578
  id: {
3575
3579
  type: StringConstructor;
3576
3580
  required: false;
@@ -3879,8 +3883,8 @@ activeOption: string | null;
3879
3883
  activeOptionId: string;
3880
3884
  inputNode: HTMLInputElement;
3881
3885
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3882
- close: () => any;
3883
3886
  select: (option: string) => any;
3887
+ close: () => any;
3884
3888
  }, string, PublicProps, Readonly<{
3885
3889
  id: string;
3886
3890
  isOpen: boolean;
@@ -3889,8 +3893,8 @@ activeOption: string | null;
3889
3893
  activeOptionId: string;
3890
3894
  inputNode: HTMLInputElement;
3891
3895
  }> & Readonly<{
3892
- onClose?: (() => any) | undefined;
3893
3896
  onSelect?: ((option: string) => any) | undefined;
3897
+ onClose?: (() => any) | undefined;
3894
3898
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3895
3899
  listbox: HTMLUListElement;
3896
3900
  }, HTMLDivElement>;
@@ -3918,13 +3922,14 @@ parser: ParseFunction<number>;
3918
3922
  export declare const FDataTable: <T extends object>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3919
3923
  props: __VLS_PrettifyLocal_2<Pick<Partial<{
3920
3924
  scroll: TableScroll;
3925
+ keyAttribute: string;
3921
3926
  striped: boolean;
3922
3927
  }> & Omit<{
3923
3928
  readonly scroll: TableScroll;
3924
3929
  readonly rows: T[];
3925
- readonly keyAttribute: string;
3926
3930
  readonly striped: boolean;
3927
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "scroll" | "striped">, "rows" | "keyAttribute" | ("scroll" | "striped")> & {} & Partial<{}>> & PublicProps;
3931
+ readonly keyAttribute?: string | undefined;
3932
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "scroll" | "keyAttribute" | "striped">, "rows" | ("scroll" | "keyAttribute" | "striped")> & {} & Partial<{}>> & PublicProps;
3928
3933
  expose(exposed: ShallowUnwrapRef< {}>): void;
3929
3934
  attrs: any;
3930
3935
  slots: {
@@ -4039,7 +4044,7 @@ isDateEnabled(day: FDate): boolean;
4039
4044
  isDaySelected(date: FDate): boolean;
4040
4045
  highlightDay(date: FDate): boolean;
4041
4046
  updateTextFieldValue(newValue: string): Promise<void>;
4042
- }, ComponentOptions, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
4047
+ }, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", PublicProps, Readonly<ExtractPropTypes< {
4043
4048
  /** Selected day.
4044
4049
  * @model
4045
4050
  */
@@ -4137,7 +4142,7 @@ required: true;
4137
4142
  }>, {}, {}, {}, {
4138
4143
  onClickDay(date: FDate): void;
4139
4144
  onChangeMonth(date: FDate): void;
4140
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
4145
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "click")[], "update:modelValue" | "click", PublicProps, Readonly<ExtractPropTypes< {
4141
4146
  modelValue: {
4142
4147
  type: PropType<FDate>;
4143
4148
  required: true;
@@ -4189,7 +4194,7 @@ onClickPreviousButton(): void;
4189
4194
  onClickNextButton(): void;
4190
4195
  getDateText(value: FDate): string;
4191
4196
  isFocused(ref: string): boolean;
4192
- }, ComponentOptions, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
4197
+ }, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", PublicProps, Readonly<ExtractPropTypes< {
4193
4198
  modelValue: {
4194
4199
  type: PropType<FDate>;
4195
4200
  required: true;
@@ -4284,7 +4289,7 @@ onClickDay(date: FDate): void;
4284
4289
  onKeydownDay(date: FDate, event: KeyboardEvent): Promise<void>;
4285
4290
  isDayFocused(date: FDate): boolean;
4286
4291
  getTabindex(date: FDate): 0 | -1;
4287
- }, ComponentOptions, ComponentOptionsMixin, ("change" | "click" | "update:modelValue")[], "change" | "click" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
4292
+ }, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "change" | "click")[], "update:modelValue" | "change" | "click", PublicProps, Readonly<ExtractPropTypes< {
4288
4293
  modelValue: {
4289
4294
  type: PropType<FDate>;
4290
4295
  required: true;
@@ -4562,7 +4567,7 @@ resolveNewModelValue(viewValue: string): unknown;
4562
4567
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
4563
4568
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
4564
4569
  setViewValueToFormattedValueOrFallbackToValue(): void;
4565
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
4570
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
4566
4571
  id: {
4567
4572
  type: StringConstructor;
4568
4573
  required: false;
@@ -4871,8 +4876,8 @@ activeOption: string | null;
4871
4876
  activeOptionId: string;
4872
4877
  inputNode: HTMLInputElement;
4873
4878
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4874
- close: () => any;
4875
4879
  select: (option: string) => any;
4880
+ close: () => any;
4876
4881
  }, string, PublicProps, Readonly<{
4877
4882
  id: string;
4878
4883
  isOpen: boolean;
@@ -4881,8 +4886,8 @@ activeOption: string | null;
4881
4886
  activeOptionId: string;
4882
4887
  inputNode: HTMLInputElement;
4883
4888
  }> & Readonly<{
4884
- onClose?: (() => any) | undefined;
4885
4889
  onSelect?: ((option: string) => any) | undefined;
4890
+ onClose?: (() => any) | undefined;
4886
4891
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
4887
4892
  listbox: HTMLUListElement;
4888
4893
  }, HTMLDivElement>;
@@ -5205,7 +5210,7 @@ onValidity({ detail }: CustomEvent<ValidityEvent>): void;
5205
5210
  onPendingValidity(): void;
5206
5211
  configureValidators(): void;
5207
5212
  configureExtendedValidation(elements: HTMLInputElement[]): void;
5208
- }, ComponentOptions, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
5213
+ }, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
5209
5214
  /**
5210
5215
  * The id for the input id attribute.
5211
5216
  * The id for the label for attribute.
@@ -5352,7 +5357,7 @@ resolveNewModelValue(viewValue: string): unknown;
5352
5357
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
5353
5358
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
5354
5359
  setViewValueToFormattedValueOrFallbackToValue(): void;
5355
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
5360
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
5356
5361
  id: {
5357
5362
  type: StringConstructor;
5358
5363
  required: false;
@@ -5661,8 +5666,8 @@ activeOption: string | null;
5661
5666
  activeOptionId: string;
5662
5667
  inputNode: HTMLInputElement;
5663
5668
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5664
- close: () => any;
5665
5669
  select: (option: string) => any;
5670
+ close: () => any;
5666
5671
  }, string, PublicProps, Readonly<{
5667
5672
  id: string;
5668
5673
  isOpen: boolean;
@@ -5671,8 +5676,8 @@ activeOption: string | null;
5671
5676
  activeOptionId: string;
5672
5677
  inputNode: HTMLInputElement;
5673
5678
  }> & Readonly<{
5674
- onClose?: (() => any) | undefined;
5675
5679
  onSelect?: ((option: string) => any) | undefined;
5680
+ onClose?: (() => any) | undefined;
5676
5681
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
5677
5682
  listbox: HTMLUListElement;
5678
5683
  }, HTMLDivElement>;
@@ -6928,7 +6933,7 @@ preparedButtons(): FModalButton[];
6928
6933
  onClose(): void;
6929
6934
  onSubmit(): Promise<void>;
6930
6935
  onCancel(): void;
6931
- }, ComponentOptions, ComponentOptionsMixin, ("cancel" | "close" | "submit")[], "cancel" | "close" | "submit", PublicProps, Readonly<ExtractPropTypes< {
6936
+ }, ComponentOptions, ComponentOptionsMixin, ("close" | "submit" | "cancel")[], "close" | "submit" | "cancel", PublicProps, Readonly<ExtractPropTypes< {
6932
6937
  /**
6933
6938
  * Enable fullscreen mode in mobile.
6934
6939
  */
@@ -7121,12 +7126,12 @@ validator(value: string): boolean;
7121
7126
  onClose?: ((...args: any[]) => any) | undefined;
7122
7127
  }>, {
7123
7128
  type: "" | "warning" | "error" | "information";
7124
- focus: "on" | "off" | "open";
7125
7129
  size: string;
7126
7130
  isOpen: boolean;
7127
7131
  fullscreen: boolean;
7128
7132
  id: string;
7129
7133
  ariaCloseText: string;
7134
+ focus: "on" | "off" | "open";
7130
7135
  }, {}, {
7131
7136
  FIcon: DefineComponent<ExtractPropTypes< {
7132
7137
  name: {
@@ -7609,8 +7614,9 @@ export declare function findParentByName(vm: ComponentPublicInstance | undefined
7609
7614
 
7610
7615
  export declare const FInteractiveTable: <T extends object, K extends keyof T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7611
7616
  props: __VLS_PrettifyLocal_3<Pick<Partial<{
7612
- scroll: TableScroll;
7613
7617
  modelValue: T[] | undefined;
7618
+ scroll: TableScroll;
7619
+ keyAttribute: string;
7614
7620
  striped: boolean;
7615
7621
  hover: boolean;
7616
7622
  expandableAttribute: string;
@@ -7629,7 +7635,6 @@ export declare const FInteractiveTable: <T extends object, K extends keyof T>(__
7629
7635
  }> & Omit<{
7630
7636
  readonly scroll: TableScroll;
7631
7637
  readonly rows: T[];
7632
- readonly keyAttribute: string;
7633
7638
  readonly striped: boolean;
7634
7639
  readonly hover: boolean;
7635
7640
  readonly expandableAttribute: string;
@@ -7637,6 +7642,7 @@ export declare const FInteractiveTable: <T extends object, K extends keyof T>(__
7637
7642
  readonly selectable: boolean;
7638
7643
  readonly showActive: boolean;
7639
7644
  readonly modelValue?: T[] | undefined;
7645
+ readonly keyAttribute?: string | undefined;
7640
7646
  readonly active?: ([{
7641
7647
  type: PropType<T | undefined>;
7642
7648
  required: false;
@@ -7646,15 +7652,15 @@ export declare const FInteractiveTable: <T extends object, K extends keyof T>(__
7646
7652
  required: false;
7647
7653
  default: () => undefined;
7648
7654
  }) | undefined;
7649
- readonly onChange?: ((row: T) => any) | undefined;
7650
- readonly onClick?: ((row: T) => any) | undefined;
7651
7655
  readonly onSelect?: ((row: T) => any) | undefined;
7652
7656
  readonly onCollapse?: ((row: T) => any) | undefined;
7653
7657
  readonly "onUpdate:modelValue"?: ((rows: T[]) => any) | undefined;
7658
+ readonly onChange?: ((row: T) => any) | undefined;
7659
+ readonly onClick?: ((row: T) => any) | undefined;
7654
7660
  readonly onExpand?: ((row: T) => any) | undefined;
7655
7661
  readonly onUnselect?: ((row: T) => any) | undefined;
7656
7662
  readonly "onUpdate:active"?: ((row: T) => any) | undefined;
7657
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "scroll" | "modelValue" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active">, "onChange" | "onClick" | "onSelect" | "onUpdate:modelValue" | "rows" | "keyAttribute" | "onCollapse" | "onExpand" | "onUnselect" | "onUpdate:active" | ("scroll" | "modelValue" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active")> & {} & Partial<{}>> & PublicProps;
7663
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "modelValue" | "scroll" | "keyAttribute" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active">, "onChange" | "onClick" | "onSelect" | "onUpdate:modelValue" | "rows" | "onCollapse" | "onExpand" | "onUnselect" | "onUpdate:active" | ("modelValue" | "scroll" | "keyAttribute" | "striped" | "hover" | "expandableAttribute" | "expandableDescribedby" | "selectable" | "showActive" | "active")> & {} & Partial<{}>> & PublicProps;
7658
7664
  expose(exposed: ShallowUnwrapRef< {}>): void;
7659
7665
  attrs: any;
7660
7666
  slots: {
@@ -7681,7 +7687,7 @@ export declare const FInteractiveTable: <T extends object, K extends keyof T>(__
7681
7687
  }): any;
7682
7688
  empty?(_: {}): any;
7683
7689
  };
7684
- emit: ((evt: "change", row: T) => void) & ((evt: "click", row: T) => void) & ((evt: "select", row: T) => void) & ((evt: "collapse", row: T) => void) & ((evt: "update:modelValue", rows: T[]) => void) & ((evt: "expand", row: T) => void) & ((evt: "unselect", row: T) => void) & ((evt: "update:active", row: T) => void);
7690
+ emit: ((evt: "select", row: T) => void) & ((evt: "collapse", row: T) => void) & ((evt: "update:modelValue", rows: T[]) => void) & ((evt: "change", row: T) => void) & ((evt: "click", row: T) => void) & ((evt: "expand", row: T) => void) & ((evt: "unselect", row: T) => void) & ((evt: "update:active", row: T) => void);
7685
7691
  }>) => VNode & {
7686
7692
  __ctx?: Awaited<typeof __VLS_setup>;
7687
7693
  };
@@ -8038,6 +8044,7 @@ export declare const FList: <T extends object>(__VLS_props: NonNullable<Awaited<
8038
8044
  elementId: string;
8039
8045
  modelValue: T[] | undefined;
8040
8046
  checkbox: boolean;
8047
+ keyAttribute: string;
8041
8048
  selectable: boolean;
8042
8049
  active: [{
8043
8050
  type: PropType<T | undefined>;
@@ -8052,9 +8059,9 @@ export declare const FList: <T extends object>(__VLS_props: NonNullable<Awaited<
8052
8059
  readonly elementId: string;
8053
8060
  readonly items: T[];
8054
8061
  readonly checkbox: boolean;
8055
- readonly keyAttribute: string;
8056
8062
  readonly selectable: boolean;
8057
8063
  readonly modelValue?: T[] | undefined;
8064
+ readonly keyAttribute?: string | undefined;
8058
8065
  readonly active?: ([{
8059
8066
  type: PropType<T | undefined>;
8060
8067
  required: false;
@@ -8064,13 +8071,13 @@ export declare const FList: <T extends object>(__VLS_props: NonNullable<Awaited<
8064
8071
  required: false;
8065
8072
  default: () => undefined;
8066
8073
  }) | undefined;
8067
- readonly onChange?: ((item: T) => any) | undefined;
8068
- readonly onClick?: ((item: T) => any) | undefined;
8069
8074
  readonly onSelect?: ((item: T) => any) | undefined;
8070
8075
  readonly "onUpdate:modelValue"?: ((item: T[]) => any) | undefined;
8076
+ readonly onChange?: ((item: T) => any) | undefined;
8077
+ readonly onClick?: ((item: T) => any) | undefined;
8071
8078
  readonly onUnselect?: ((item: T) => any) | undefined;
8072
8079
  readonly "onUpdate:active"?: ((item: T) => any) | undefined;
8073
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "elementId" | "modelValue" | "checkbox" | "selectable" | "active">, "onChange" | "onClick" | "onSelect" | "items" | "onUpdate:modelValue" | "keyAttribute" | "onUnselect" | "onUpdate:active" | ("elementId" | "modelValue" | "checkbox" | "selectable" | "active")> & {} & Partial<{}>> & PublicProps;
8080
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "elementId" | "modelValue" | "checkbox" | "keyAttribute" | "selectable" | "active">, "onChange" | "onClick" | "onSelect" | "items" | "onUpdate:modelValue" | "onUnselect" | "onUpdate:active" | ("elementId" | "modelValue" | "checkbox" | "keyAttribute" | "selectable" | "active")> & {} & Partial<{}>> & PublicProps;
8074
8081
  expose(exposed: ShallowUnwrapRef< {}>): void;
8075
8082
  attrs: any;
8076
8083
  slots: {
@@ -8086,7 +8093,7 @@ export declare const FList: <T extends object>(__VLS_props: NonNullable<Awaited<
8086
8093
  item: T;
8087
8094
  }): any;
8088
8095
  };
8089
- emit: ((evt: "change", item: T) => void) & ((evt: "click", item: T) => void) & ((evt: "select", item: T) => void) & ((evt: "update:modelValue", item: T[]) => void) & ((evt: "unselect", item: T) => void) & ((evt: "update:active", item: T) => void);
8096
+ emit: ((evt: "select", item: T) => void) & ((evt: "update:modelValue", item: T[]) => void) & ((evt: "change", item: T) => void) & ((evt: "click", item: T) => void) & ((evt: "unselect", item: T) => void) & ((evt: "update:active", item: T) => void);
8090
8097
  }>) => VNode & {
8091
8098
  __ctx?: Awaited<typeof __VLS_setup>;
8092
8099
  };
@@ -8612,12 +8619,12 @@ validator(value: string): boolean;
8612
8619
  onClose?: ((...args: any[]) => any) | undefined;
8613
8620
  }>, {
8614
8621
  type: "" | "warning" | "error" | "information";
8615
- focus: "on" | "off" | "open";
8616
8622
  size: string;
8617
8623
  isOpen: boolean;
8618
8624
  fullscreen: boolean;
8619
8625
  id: string;
8620
8626
  ariaCloseText: string;
8627
+ focus: "on" | "off" | "open";
8621
8628
  }, {}, {
8622
8629
  FIcon: DefineComponent<ExtractPropTypes< {
8623
8630
  name: {
@@ -8987,7 +8994,7 @@ activateItem(index: number): Promise<void>;
8987
8994
  setFocusedItemIndex(index: number): void;
8988
8995
  onKeyUp(event: KeyboardEvent): void;
8989
8996
  onKeyDown(event: KeyboardEvent): Promise<void>;
8990
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "select" | "update:modelValue" | "update:focusedItem")[], "close" | "select" | "update:modelValue" | "update:focusedItem", PublicProps, Readonly<ExtractPropTypes< {
8997
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "close" | "update:modelValue" | "update:focusedItem")[], "select" | "close" | "update:modelValue" | "update:focusedItem", PublicProps, Readonly<ExtractPropTypes< {
8991
8998
  modelValue: {
8992
8999
  type: StringConstructor;
8993
9000
  required: false;
@@ -9294,7 +9301,7 @@ resolveNewModelValue(viewValue: string): unknown;
9294
9301
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
9295
9302
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
9296
9303
  setViewValueToFormattedValueOrFallbackToValue(): void;
9297
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
9304
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
9298
9305
  id: {
9299
9306
  type: StringConstructor;
9300
9307
  required: false;
@@ -9603,8 +9610,8 @@ activeOption: string | null;
9603
9610
  activeOptionId: string;
9604
9611
  inputNode: HTMLInputElement;
9605
9612
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9606
- close: () => any;
9607
9613
  select: (option: string) => any;
9614
+ close: () => any;
9608
9615
  }, string, PublicProps, Readonly<{
9609
9616
  id: string;
9610
9617
  isOpen: boolean;
@@ -9613,8 +9620,8 @@ activeOption: string | null;
9613
9620
  activeOptionId: string;
9614
9621
  inputNode: HTMLInputElement;
9615
9622
  }> & Readonly<{
9616
- onClose?: (() => any) | undefined;
9617
9623
  onSelect?: ((option: string) => any) | undefined;
9624
+ onClose?: (() => any) | undefined;
9618
9625
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
9619
9626
  listbox: HTMLUListElement;
9620
9627
  }, HTMLDivElement>;
@@ -9932,7 +9939,7 @@ resolveNewModelValue(viewValue: string): unknown;
9932
9939
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
9933
9940
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
9934
9941
  setViewValueToFormattedValueOrFallbackToValue(): void;
9935
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
9942
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
9936
9943
  id: {
9937
9944
  type: StringConstructor;
9938
9945
  required: false;
@@ -10241,8 +10248,8 @@ activeOption: string | null;
10241
10248
  activeOptionId: string;
10242
10249
  inputNode: HTMLInputElement;
10243
10250
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10244
- close: () => any;
10245
10251
  select: (option: string) => any;
10252
+ close: () => any;
10246
10253
  }, string, PublicProps, Readonly<{
10247
10254
  id: string;
10248
10255
  isOpen: boolean;
@@ -10251,8 +10258,8 @@ activeOption: string | null;
10251
10258
  activeOptionId: string;
10252
10259
  inputNode: HTMLInputElement;
10253
10260
  }> & Readonly<{
10254
- onClose?: (() => any) | undefined;
10255
10261
  onSelect?: ((option: string) => any) | undefined;
10262
+ onClose?: (() => any) | undefined;
10256
10263
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
10257
10264
  listbox: HTMLUListElement;
10258
10265
  }, HTMLDivElement>;
@@ -10651,7 +10658,7 @@ resolveNewModelValue(viewValue: string): unknown;
10651
10658
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
10652
10659
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
10653
10660
  setViewValueToFormattedValueOrFallbackToValue(): void;
10654
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
10661
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
10655
10662
  id: {
10656
10663
  type: StringConstructor;
10657
10664
  required: false;
@@ -10960,8 +10967,8 @@ activeOption: string | null;
10960
10967
  activeOptionId: string;
10961
10968
  inputNode: HTMLInputElement;
10962
10969
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10963
- close: () => any;
10964
10970
  select: (option: string) => any;
10971
+ close: () => any;
10965
10972
  }, string, PublicProps, Readonly<{
10966
10973
  id: string;
10967
10974
  isOpen: boolean;
@@ -10970,8 +10977,8 @@ activeOption: string | null;
10970
10977
  activeOptionId: string;
10971
10978
  inputNode: HTMLInputElement;
10972
10979
  }> & Readonly<{
10973
- onClose?: (() => any) | undefined;
10974
10980
  onSelect?: ((option: string) => any) | undefined;
10981
+ onClose?: (() => any) | undefined;
10975
10982
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
10976
10983
  listbox: HTMLUListElement;
10977
10984
  }, HTMLDivElement>;
@@ -11130,7 +11137,7 @@ resolveNewModelValue(viewValue: string): unknown;
11130
11137
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
11131
11138
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
11132
11139
  setViewValueToFormattedValueOrFallbackToValue(): void;
11133
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
11140
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
11134
11141
  id: {
11135
11142
  type: StringConstructor;
11136
11143
  required: false;
@@ -11439,8 +11446,8 @@ activeOption: string | null;
11439
11446
  activeOptionId: string;
11440
11447
  inputNode: HTMLInputElement;
11441
11448
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11442
- close: () => any;
11443
11449
  select: (option: string) => any;
11450
+ close: () => any;
11444
11451
  }, string, PublicProps, Readonly<{
11445
11452
  id: string;
11446
11453
  isOpen: boolean;
@@ -11449,8 +11456,8 @@ activeOption: string | null;
11449
11456
  activeOptionId: string;
11450
11457
  inputNode: HTMLInputElement;
11451
11458
  }> & Readonly<{
11452
- onClose?: (() => any) | undefined;
11453
11459
  onSelect?: ((option: string) => any) | undefined;
11460
+ onClose?: (() => any) | undefined;
11454
11461
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
11455
11462
  listbox: HTMLUListElement;
11456
11463
  }, HTMLDivElement>;
@@ -11517,7 +11524,7 @@ onValidity({ detail }: CustomEvent<ValidityEvent>): void;
11517
11524
  onPendingValidity(): void;
11518
11525
  configureValidators(): void;
11519
11526
  configureExtendedValidation(elements: HTMLInputElement[]): void;
11520
- }, ComponentOptions, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
11527
+ }, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
11521
11528
  /**
11522
11529
  * The id for the input id attribute.
11523
11530
  * The id for the label for attribute.
@@ -11655,7 +11662,7 @@ resolveNewModelValue(viewValue: string): unknown;
11655
11662
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
11656
11663
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
11657
11664
  setViewValueToFormattedValueOrFallbackToValue(): void;
11658
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
11665
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
11659
11666
  id: {
11660
11667
  type: StringConstructor;
11661
11668
  required: false;
@@ -11964,8 +11971,8 @@ activeOption: string | null;
11964
11971
  activeOptionId: string;
11965
11972
  inputNode: HTMLInputElement;
11966
11973
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11967
- close: () => any;
11968
11974
  select: (option: string) => any;
11975
+ close: () => any;
11969
11976
  }, string, PublicProps, Readonly<{
11970
11977
  id: string;
11971
11978
  isOpen: boolean;
@@ -11974,8 +11981,8 @@ activeOption: string | null;
11974
11981
  activeOptionId: string;
11975
11982
  inputNode: HTMLInputElement;
11976
11983
  }> & Readonly<{
11977
- onClose?: (() => any) | undefined;
11978
11984
  onSelect?: ((option: string) => any) | undefined;
11985
+ onClose?: (() => any) | undefined;
11979
11986
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
11980
11987
  listbox: HTMLUListElement;
11981
11988
  }, HTMLDivElement>;
@@ -12105,7 +12112,7 @@ resolveNewModelValue(viewValue: string): unknown;
12105
12112
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
12106
12113
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
12107
12114
  setViewValueToFormattedValueOrFallbackToValue(): void;
12108
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
12115
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
12109
12116
  id: {
12110
12117
  type: StringConstructor;
12111
12118
  required: false;
@@ -12414,8 +12421,8 @@ activeOption: string | null;
12414
12421
  activeOptionId: string;
12415
12422
  inputNode: HTMLInputElement;
12416
12423
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12417
- close: () => any;
12418
12424
  select: (option: string) => any;
12425
+ close: () => any;
12419
12426
  }, string, PublicProps, Readonly<{
12420
12427
  id: string;
12421
12428
  isOpen: boolean;
@@ -12424,8 +12431,8 @@ activeOption: string | null;
12424
12431
  activeOptionId: string;
12425
12432
  inputNode: HTMLInputElement;
12426
12433
  }> & Readonly<{
12427
- onClose?: (() => any) | undefined;
12428
12434
  onSelect?: ((option: string) => any) | undefined;
12435
+ onClose?: (() => any) | undefined;
12429
12436
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
12430
12437
  listbox: HTMLUListElement;
12431
12438
  }, HTMLDivElement>;
@@ -12564,7 +12571,7 @@ resolveNewModelValue(viewValue: string): unknown;
12564
12571
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
12565
12572
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
12566
12573
  setViewValueToFormattedValueOrFallbackToValue(): void;
12567
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
12574
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
12568
12575
  id: {
12569
12576
  type: StringConstructor;
12570
12577
  required: false;
@@ -12873,8 +12880,8 @@ activeOption: string | null;
12873
12880
  activeOptionId: string;
12874
12881
  inputNode: HTMLInputElement;
12875
12882
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12876
- close: () => any;
12877
12883
  select: (option: string) => any;
12884
+ close: () => any;
12878
12885
  }, string, PublicProps, Readonly<{
12879
12886
  id: string;
12880
12887
  isOpen: boolean;
@@ -12883,8 +12890,8 @@ activeOption: string | null;
12883
12890
  activeOptionId: string;
12884
12891
  inputNode: HTMLInputElement;
12885
12892
  }> & Readonly<{
12886
- onClose?: (() => any) | undefined;
12887
12893
  onSelect?: ((option: string) => any) | undefined;
12894
+ onClose?: (() => any) | undefined;
12888
12895
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
12889
12896
  listbox: HTMLUListElement;
12890
12897
  }, HTMLDivElement>;
@@ -13033,7 +13040,7 @@ onValidity({ detail }: CustomEvent<ValidityEvent>): Promise<void>;
13033
13040
  enter(element: Element): void;
13034
13041
  afterEnter(element: Element): void;
13035
13042
  leave(element: Element): void;
13036
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
13043
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", PublicProps, Readonly<ExtractPropTypes< {
13037
13044
  /**
13038
13045
  * Set to `true`, empty string `""` or string `"disabled"` to disable this input field.
13039
13046
  */
@@ -13107,7 +13114,7 @@ onInput(event: Event): void;
13107
13114
  onChange(event: Event): void;
13108
13115
  onBlur(event: Event): void;
13109
13116
  onUpdate(event: Event): void;
13110
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue" | "update")[], "blur" | "change" | "update:modelValue" | "update", PublicProps, Readonly<ExtractPropTypes< {
13117
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur" | "update")[], "update:modelValue" | "change" | "blur" | "update", PublicProps, Readonly<ExtractPropTypes< {
13111
13118
  id: {
13112
13119
  type: StringConstructor;
13113
13120
  required: false;
@@ -13236,7 +13243,7 @@ resolveNewModelValue(viewValue: string): unknown;
13236
13243
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
13237
13244
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
13238
13245
  setViewValueToFormattedValueOrFallbackToValue(): void;
13239
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
13246
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
13240
13247
  id: {
13241
13248
  type: StringConstructor;
13242
13249
  required: false;
@@ -13545,8 +13552,8 @@ activeOption: string | null;
13545
13552
  activeOptionId: string;
13546
13553
  inputNode: HTMLInputElement;
13547
13554
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13548
- close: () => any;
13549
13555
  select: (option: string) => any;
13556
+ close: () => any;
13550
13557
  }, string, PublicProps, Readonly<{
13551
13558
  id: string;
13552
13559
  isOpen: boolean;
@@ -13555,8 +13562,8 @@ activeOption: string | null;
13555
13562
  activeOptionId: string;
13556
13563
  inputNode: HTMLInputElement;
13557
13564
  }> & Readonly<{
13558
- onClose?: (() => any) | undefined;
13559
13565
  onSelect?: ((option: string) => any) | undefined;
13566
+ onClose?: (() => any) | undefined;
13560
13567
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
13561
13568
  listbox: HTMLUListElement;
13562
13569
  }, HTMLDivElement>;
@@ -13693,7 +13700,7 @@ set(value: unknown): void;
13693
13700
  };
13694
13701
  }, {
13695
13702
  onValidity({ detail }: CustomEvent<ValidityEvent>): Promise<void>;
13696
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
13703
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", PublicProps, Readonly<ExtractPropTypes< {
13697
13704
  /**
13698
13705
  * The id for the select id attribute.
13699
13706
  * The id for the label for attribute.
@@ -14698,7 +14705,7 @@ resolveNewModelValue(viewValue: string): unknown;
14698
14705
  syncViewValueAfterModelUpdate(newModelValue: unknown): void | never;
14699
14706
  triggerComponentValidityEvent(validityEvent: ValidityEvent): void;
14700
14707
  setViewValueToFormattedValueOrFallbackToValue(): void;
14701
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "update:modelValue")[], "blur" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
14708
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "change" | "blur")[], "update:modelValue" | "change" | "blur", PublicProps, Readonly<ExtractPropTypes< {
14702
14709
  /**
14703
14710
  * The id for the input id attribute.
14704
14711
  * The id for the label for attribute.
@@ -15070,8 +15077,8 @@ activeOption: string | null;
15070
15077
  activeOptionId: string;
15071
15078
  inputNode: HTMLInputElement;
15072
15079
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15073
- close: () => any;
15074
15080
  select: (option: string) => any;
15081
+ close: () => any;
15075
15082
  }, string, PublicProps, Readonly<{
15076
15083
  id: string;
15077
15084
  isOpen: boolean;
@@ -15080,8 +15087,8 @@ activeOption: string | null;
15080
15087
  activeOptionId: string;
15081
15088
  inputNode: HTMLInputElement;
15082
15089
  }> & Readonly<{
15083
- onClose?: (() => any) | undefined;
15084
15090
  onSelect?: ((option: string) => any) | undefined;
15091
+ onClose?: (() => any) | undefined;
15085
15092
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
15086
15093
  listbox: HTMLUListElement;
15087
15094
  }, HTMLDivElement>;
@@ -15158,7 +15165,7 @@ isOpen: boolean;
15158
15165
  hasHeader(): boolean;
15159
15166
  }, {
15160
15167
  /* Excluded from this release type: onClickToggle */
15161
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("toggle" | "update:modelValue")[], "toggle" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
15168
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "toggle")[], "update:modelValue" | "toggle", PublicProps, Readonly<ExtractPropTypes< {
15162
15169
  /**
15163
15170
  * Element to attach tooltip toggle button.
15164
15171
  *
@@ -16502,7 +16509,7 @@ onClickDay(date: FDate): void;
16502
16509
  onKeydownDay(date: FDate, event: KeyboardEvent): Promise<void>;
16503
16510
  isDayFocused(date: FDate): boolean;
16504
16511
  getTabindex(date: FDate): 0 | -1;
16505
- }, ComponentOptions, ComponentOptionsMixin, ("change" | "click" | "update:modelValue")[], "change" | "click" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
16512
+ }, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "change" | "click")[], "update:modelValue" | "change" | "click", PublicProps, Readonly<ExtractPropTypes< {
16506
16513
  /**
16507
16514
  * Active month.
16508
16515
  * @model
@@ -16681,7 +16688,7 @@ onClickPreviousButton(): void;
16681
16688
  onClickNextButton(): void;
16682
16689
  getDateText(value: FDate): string;
16683
16690
  isFocused(ref: string): boolean;
16684
- }, ComponentOptions, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
16691
+ }, ComponentOptions, ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", PublicProps, Readonly<ExtractPropTypes< {
16685
16692
  /**
16686
16693
  * Focused month.
16687
16694
  */
@@ -16764,11 +16771,11 @@ rotate: string;
16764
16771
  }, {}, string, ComponentProvideOptions, true, {}, any>;
16765
16772
 
16766
16773
  export declare const IComboboxDropdown: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16767
- close: () => any;
16768
16774
  select: (option: string) => any;
16775
+ close: () => any;
16769
16776
  }, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
16770
- onClose?: (() => any) | undefined;
16771
16777
  onSelect?: ((option: string) => any) | undefined;
16778
+ onClose?: (() => any) | undefined;
16772
16779
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
16773
16780
  listbox: HTMLUListElement;
16774
16781
  }, HTMLDivElement>;
@@ -17355,7 +17362,7 @@ activateItem(index: number): Promise<void>;
17355
17362
  setFocusedItemIndex(index: number): void;
17356
17363
  onKeyUp(event: KeyboardEvent): void;
17357
17364
  onKeyDown(event: KeyboardEvent): Promise<void>;
17358
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "select" | "update:modelValue" | "update:focusedItem")[], "close" | "select" | "update:modelValue" | "update:focusedItem", PublicProps, Readonly<ExtractPropTypes< {
17365
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "close" | "update:modelValue" | "update:focusedItem")[], "select" | "close" | "update:modelValue" | "update:focusedItem", PublicProps, Readonly<ExtractPropTypes< {
17359
17366
  /**
17360
17367
  * Key of the currently selected and highlighted item.
17361
17368
  *