@anzusystems/common-admin 1.47.0-beta.42 → 1.47.0-beta.43

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.
@@ -64,7 +64,7 @@ dataCy?: string;
64
64
  hideLabel?: boolean;
65
65
  collab?: CollabComponentConfig;
66
66
  disabled?: boolean;
67
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
67
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
68
68
  blur: (data: boolean) => any;
69
69
  focus: (data: boolean) => any;
70
70
  "update:modelValue": (data: boolean) => any;
@@ -105,7 +105,7 @@ clearable?: boolean;
105
105
  dataCy?: string;
106
106
  collab?: CollabComponentConfig;
107
107
  disabled?: boolean;
108
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
108
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
109
109
  blur: (data: any) => any;
110
110
  focus: (data: any) => any;
111
111
  "update:modelValue": (data: any) => any;
@@ -150,7 +150,7 @@ enableAdvanced?: boolean;
150
150
  enableTop?: boolean;
151
151
  hideButtons?: boolean;
152
152
  touched?: boolean;
153
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
153
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
154
154
  resetFilter: () => any;
155
155
  }, string, PublicProps, Readonly<{
156
156
  enableAdvanced?: boolean;
@@ -180,7 +180,7 @@ placeholder?: string;
180
180
  dataCy?: string;
181
181
  defaultValue?: DatetimeUTC | null | undefined;
182
182
  errorMessages?: string[];
183
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
183
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
184
184
  blur: () => any;
185
185
  focus: () => any;
186
186
  "update:modelValue": (data: string | null | undefined) => any;
@@ -221,13 +221,15 @@ defaultValue: string | null;
221
221
  hideSetToNow: boolean;
222
222
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
223
223
 
224
- declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
224
+ declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
225
225
  onCancel: () => any;
226
226
  }, string, PublicProps, Readonly<{}> & Readonly<{
227
227
  onOnCancel?: (() => any) | undefined;
228
228
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
229
229
 
230
230
  declare const __VLS_component_15: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
231
+ "update:modelValue": (modelValue: boolean) => any;
232
+ } & {
231
233
  onError: (data: any) => any;
232
234
  onConfirm: () => any;
233
235
  onOpen: () => any;
@@ -235,6 +237,7 @@ onClose: () => any;
235
237
  onSuccess: (data: any) => any;
236
238
  }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
237
239
  onOnError?: ((data: any) => any) | undefined;
240
+ "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
238
241
  onOnConfirm?: (() => any) | undefined;
239
242
  onOnOpen?: (() => any) | undefined;
240
243
  onOnClose?: (() => any) | undefined;
@@ -264,7 +267,7 @@ textOnly?: boolean;
264
267
  fallbackIdText?: boolean;
265
268
  wrapText?: boolean;
266
269
  closable?: boolean;
267
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
270
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
268
271
  onClose: (id: string | number | null | undefined) => any;
269
272
  }, string, PublicProps, Readonly<{
270
273
  id?: null | undefined | IntegerId | DocId;
@@ -321,7 +324,7 @@ size?: undefined | "small" | "x-small";
321
324
  variant?: ButtonVariantText;
322
325
  rounded?: "pill" | undefined;
323
326
  color?: string;
324
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
327
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
325
328
  onClick: () => any;
326
329
  }, string, PublicProps, Readonly<{
327
330
  buttonT?: string;
@@ -403,7 +406,7 @@ removeById: (id: DocId | IntegerId) => SortableItemNewPositions;
403
406
  removeByIndex: (index: number) => SortableItemNewPositions;
404
407
  updateData: (id: DocId | IntegerId, data: SortablePropItem, position: number | null, dirty?: boolean | null) => void;
405
408
  updateDataAtIndex: (index: number, data: SortablePropItem, position: number | null, dirty?: boolean | null) => void;
406
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
409
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
407
410
  "update:modelValue": (data: any[]) => any;
408
411
  onEnd: (data: SortableItemNewPositions) => any;
409
412
  onStart: () => any;
@@ -478,7 +481,7 @@ addAfterId: (targetId: DocId | IntegerId | null, data: any, childrenAllowed: boo
478
481
  addChildToId: (targetId: DocId | IntegerId, data: any, childrenAllowed: boolean) => void;
479
482
  removeById: (id: DocId | IntegerId) => SortableItemNewPositions;
480
483
  updateData: (id: DocId | IntegerId, data: any, children: Array<SortableNestedItem> | undefined | null, position: number | null, dirty?: boolean | null, parent?: DocId | IntegerId | null | undefined) => void;
481
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
484
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
482
485
  "update:modelValue": (data: SortableNested<any>) => any;
483
486
  onEnd: (data: SortableItemNewPositions) => any;
484
487
  onAddAfter: (data: SortableNestedItem<any>) => any;
@@ -528,7 +531,7 @@ pinnedCount?: number;
528
531
  readonly?: boolean;
529
532
  }, {
530
533
  validate: () => Promise<boolean>;
531
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
534
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
532
535
  "update:modelValue": (data: any) => any;
533
536
  anyChange: () => any;
534
537
  }, string, PublicProps, Readonly<{
@@ -588,8 +591,11 @@ damHeight: number;
588
591
  declare const __VLS_component_24: DefineComponent<__VLS_PublicProps_5, {
589
592
  open: () => void;
590
593
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
594
+ "update:modelValue": (modelValue: boolean) => any;
595
+ } & {
591
596
  onConfirm: (data: AssetSelectReturnData) => any;
592
597
  }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
598
+ "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
593
599
  onOnConfirm?: ((data: AssetSelectReturnData) => any) | undefined;
594
600
  }>, {
595
601
  returnType: AssetSelectReturnTypeType;
@@ -637,7 +643,7 @@ disabled?: boolean;
637
643
  placeholder?: undefined | string;
638
644
  persistentPlaceholder?: boolean;
639
645
  help?: string | undefined;
640
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
646
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
641
647
  blur: (data: string | number | null | undefined) => any;
642
648
  focus: (data: string | number | null | undefined) => any;
643
649
  "update:modelValue": (data: string | number | null | undefined) => any;
@@ -702,7 +708,7 @@ rows?: number;
702
708
  collab?: CollabComponentConfig | undefined;
703
709
  disabled?: boolean | undefined;
704
710
  help?: string | undefined;
705
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
711
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
706
712
  blur: (data: string | null | undefined) => any;
707
713
  focus: (data: string | null | undefined) => any;
708
714
  "update:modelValue": (data: string | null | undefined) => any;
@@ -755,7 +761,7 @@ dataCy?: string;
755
761
  clearable?: boolean;
756
762
  collab?: CollabComponentConfig;
757
763
  disabled?: boolean;
758
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
764
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
759
765
  blur: (data: string | number | null | undefined) => any;
760
766
  focus: (data: string | number | null | undefined) => any;
761
767
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => any;
@@ -800,7 +806,7 @@ clearable?: boolean;
800
806
  defaultActivationValue?: DatetimeUTCNullable | "now" | (() => DatetimeUTCNullable);
801
807
  collab?: CollabComponentConfig;
802
808
  disabled?: boolean;
803
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
809
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
804
810
  blur: (data: string | number | null) => any;
805
811
  "update:modelValue": (data: DatetimeUTCNullable | undefined) => any;
806
812
  "click:append": (data: string | number | null) => any;
@@ -834,6 +840,9 @@ defaultActivationValue: DatetimeUTCNullable | "now" | (() => DatetimeUTCNullable
834
840
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
835
841
 
836
842
  declare const __VLS_component_9: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
843
+ "update:modelValue": (modelValue: any) => any;
844
+ "update:selected": (selected: any) => any;
845
+ } & {
837
846
  blur: (data: string | number | string[] | number[] | null) => any;
838
847
  focus: (data: string | number | string[] | number[] | null) => any;
839
848
  searchChange: (data: string) => any;
@@ -841,6 +850,8 @@ searchChangeDebounced: (data: string) => any;
841
850
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
842
851
  onBlur?: ((data: string | number | string[] | number[] | null) => any) | undefined;
843
852
  onFocus?: ((data: string | number | string[] | number[] | null) => any) | undefined;
853
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
854
+ "onUpdate:selected"?: ((selected: any) => any) | undefined;
844
855
  onSearchChange?: ((data: string) => any) | undefined;
845
856
  onSearchChangeDebounced?: ((data: string) => any) | undefined;
846
857
  }>, {
@@ -1351,7 +1362,7 @@ color?: string | undefined;
1351
1362
  size?: number;
1352
1363
  }, {
1353
1364
  closeDialog: () => void;
1354
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1365
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1355
1366
  deleteRecord: () => any;
1356
1367
  }, string, PublicProps, Readonly<{
1357
1368
  variant?: ButtonVariant;
@@ -1398,7 +1409,7 @@ dataCy?: string;
1398
1409
  loading?: boolean;
1399
1410
  size?: number;
1400
1411
  variant?: ButtonVariant;
1401
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1412
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1402
1413
  editRecord: () => any;
1403
1414
  }, string, PublicProps, Readonly<{
1404
1415
  routeName: string;
@@ -1429,7 +1440,7 @@ buttonClass?: string;
1429
1440
  dataCy?: string;
1430
1441
  loading?: boolean;
1431
1442
  disabled?: boolean;
1432
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1443
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1433
1444
  saveRecordAndClose: () => any;
1434
1445
  }, string, PublicProps, Readonly<{
1435
1446
  buttonT?: string;
@@ -1455,7 +1466,7 @@ loading?: boolean;
1455
1466
  disabled?: boolean;
1456
1467
  size?: number;
1457
1468
  variant?: ButtonVariant;
1458
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1469
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1459
1470
  saveRecord: () => any;
1460
1471
  }, string, PublicProps, Readonly<{
1461
1472
  buttonT?: string;
@@ -1532,7 +1543,7 @@ readonly?: boolean;
1532
1543
  required?: boolean;
1533
1544
  randomColor?: boolean;
1534
1545
  hideLabel?: boolean;
1535
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1546
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1536
1547
  "update:modelValue": (data: string) => any;
1537
1548
  }, string, PublicProps, Readonly<{
1538
1549
  modelValue: string;
@@ -1560,7 +1571,7 @@ label?: string | undefined;
1560
1571
  allT?: string;
1561
1572
  trueT?: string;
1562
1573
  falseT?: string;
1563
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1574
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1564
1575
  "update:modelValue": (data: boolean | null) => any;
1565
1576
  }, string, PublicProps, Readonly<{
1566
1577
  modelValue: boolean | null;
@@ -1631,7 +1642,7 @@ export declare const ACollabCountdown: DefineComponent< {
1631
1642
  label?: string;
1632
1643
  seconds?: number;
1633
1644
  parentheses?: boolean;
1634
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1645
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1635
1646
  done: () => any;
1636
1647
  }, string, PublicProps, Readonly<{
1637
1648
  label?: string;
@@ -1762,7 +1773,7 @@ export declare const ACustomDataFormElement: DefineComponent< {
1762
1773
  modelValue: any;
1763
1774
  config: CustomDataFormElement;
1764
1775
  validationScope?: ValidationScope;
1765
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1776
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1766
1777
  blur: (data: any) => any;
1767
1778
  "update:modelValue": (data: {
1768
1779
  property: string;
@@ -1812,7 +1823,7 @@ columnsHidden: Array<string>;
1812
1823
  buttonT?: string;
1813
1824
  buttonClass?: string;
1814
1825
  dataCy?: string;
1815
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1826
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1816
1827
  "update:columnsHidden": (data: string[]) => any;
1817
1828
  }, string, PublicProps, Readonly<{
1818
1829
  columnsAll: ColumnInternalValues[];
@@ -1832,7 +1843,7 @@ export declare const ADatatableOrdering: DefineComponent< {
1832
1843
  variant?: "default" | "most-relevant";
1833
1844
  modelValue?: number;
1834
1845
  customOptions?: undefined | DatatableOrderingOptions;
1835
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1846
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1836
1847
  "update:modelValue": (data: number) => any;
1837
1848
  sortByChange: (data: DatatableOrderingOption) => any;
1838
1849
  }, string, PublicProps, Readonly<{
@@ -1852,7 +1863,7 @@ export declare const ADatatablePagination: DefineComponent< {
1852
1863
  modelValue: Pagination;
1853
1864
  itemsPerPageOptions?: number[];
1854
1865
  hideRecordsPerPage?: boolean;
1855
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1866
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1856
1867
  change: () => any;
1857
1868
  "update:modelValue": (data: Pagination) => any;
1858
1869
  }, string, PublicProps, Readonly<{
@@ -1889,7 +1900,7 @@ export declare const AFilterAdvancedButton: DefineComponent< {
1889
1900
  tooltipT?: string;
1890
1901
  buttonClass?: string;
1891
1902
  dataCy?: string;
1892
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1903
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1893
1904
  advancedFilter: () => any;
1894
1905
  }, string, PublicProps, Readonly<{
1895
1906
  tooltipT?: string;
@@ -1907,7 +1918,7 @@ export declare const AFilterBooleanGroup: DefineComponent< {
1907
1918
  modelValue: Filter;
1908
1919
  dataCyTrue?: string;
1909
1920
  dataCyFalse?: string;
1910
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1921
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1911
1922
  "update:modelValue": (data: any) => any;
1912
1923
  }, string, PublicProps, Readonly<{
1913
1924
  modelValue: Filter;
@@ -1926,7 +1937,7 @@ dataCy?: string;
1926
1937
  allT?: string;
1927
1938
  trueT?: string;
1928
1939
  falseT?: string;
1929
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1940
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1930
1941
  "update:modelValue": (data: any) => any;
1931
1942
  }, string, PublicProps, Readonly<{
1932
1943
  modelValue: Filter;
@@ -1946,7 +1957,7 @@ falseT: string;
1946
1957
  export declare const AFilterDatetimePicker: DefineComponent< {
1947
1958
  modelValue: Filter;
1948
1959
  dataCy?: string;
1949
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1960
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1950
1961
  "update:modelValue": (data: any) => any;
1951
1962
  }, string, PublicProps, Readonly<{
1952
1963
  modelValue: Filter;
@@ -1960,7 +1971,7 @@ dataCy: string;
1960
1971
  export declare const AFilterInteger: DefineComponent< {
1961
1972
  modelValue: Filter;
1962
1973
  dataCy?: string;
1963
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1974
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1964
1975
  "update:modelValue": (data: Filter<any>) => any;
1965
1976
  }, string, PublicProps, Readonly<{
1966
1977
  modelValue: Filter;
@@ -2006,7 +2017,7 @@ filterByField?: string;
2006
2017
  filterSortBy?: string | null;
2007
2018
  disableInitFetch?: boolean | undefined;
2008
2019
  placeholder?: string | undefined;
2009
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2020
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2010
2021
  "update:modelValue": (data: Filter<any>) => any;
2011
2022
  }, string, PublicProps, Readonly<{
2012
2023
  modelValue: Filter;
@@ -2030,7 +2041,7 @@ export declare const AFilterResetButton: DefineComponent< {
2030
2041
  tooltipT?: string;
2031
2042
  buttonClass?: string;
2032
2043
  dataCy?: string;
2033
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2044
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2034
2045
  reset: () => any;
2035
2046
  }, string, PublicProps, Readonly<{
2036
2047
  tooltipT?: string;
@@ -2048,7 +2059,7 @@ export declare const AFilterString: DefineComponent< {
2048
2059
  modelValue: Filter;
2049
2060
  placeholder?: string | undefined;
2050
2061
  dataCy?: string;
2051
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2062
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2052
2063
  "update:modelValue": (data: Filter<any>) => any;
2053
2064
  }, string, PublicProps, Readonly<{
2054
2065
  modelValue: Filter;
@@ -2066,7 +2077,7 @@ buttonT?: string;
2066
2077
  buttonClass?: string;
2067
2078
  dataCy?: string;
2068
2079
  touched?: boolean;
2069
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2080
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2070
2081
  submit: () => any;
2071
2082
  }, string, PublicProps, Readonly<{
2072
2083
  buttonT?: string;
@@ -2085,7 +2096,7 @@ touched: boolean;
2085
2096
  export declare const AFilterValueObjectOptionsSelect: DefineComponent< {
2086
2097
  modelValue: Filter;
2087
2098
  items: ValueObjectOption<string | number>[];
2088
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2099
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2089
2100
  change: () => any;
2090
2101
  "update:modelValue": (data: any) => any;
2091
2102
  }, string, PublicProps, Readonly<{
@@ -2121,7 +2132,7 @@ loading?: boolean;
2121
2132
  useCached: UseCachedType;
2122
2133
  itemTitle?: string;
2123
2134
  itemValue?: string;
2124
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2135
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2125
2136
  blur: (data: string | number | string[] | number[] | null | undefined) => any;
2126
2137
  focus: (data: string | number | string[] | number[] | null | undefined) => any;
2127
2138
  "update:modelValue": (data: string | number | string[] | number[] | null | undefined) => any;
@@ -2173,7 +2184,7 @@ label?: string | undefined;
2173
2184
  hideDetails?: boolean | undefined;
2174
2185
  hideLabel?: boolean | undefined;
2175
2186
  v?: any;
2176
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2187
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2177
2188
  "update:modelValue": (data: boolean) => any;
2178
2189
  }, string, PublicProps, Readonly<{
2179
2190
  modelValue: boolean;
@@ -2200,7 +2211,7 @@ label?: string | undefined;
2200
2211
  hideDetails?: boolean | undefined;
2201
2212
  hideLabel?: boolean | undefined;
2202
2213
  v?: any;
2203
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2214
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2204
2215
  "update:modelValue": (data: boolean) => any;
2205
2216
  }, string, PublicProps, Readonly<{
2206
2217
  modelValue: boolean;
@@ -2249,7 +2260,7 @@ asset: AssetDetailItemDto;
2249
2260
  image: ImageAware;
2250
2261
  } | undefined>;
2251
2262
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2252
- 'update:modelValue': (modelValue: IntegerIdNullable) => any;
2263
+ "update:modelValue": (modelValue: IntegerIdNullable) => any;
2253
2264
  }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
2254
2265
  "onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
2255
2266
  }>, {
@@ -2278,7 +2289,7 @@ width?: number | undefined;
2278
2289
  callDeleteApiOnRemove?: boolean;
2279
2290
  }, {
2280
2291
  metadataConfirm: () => void;
2281
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2292
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2282
2293
  "update:modelValue": (data: IntegerIdNullable) => any;
2283
2294
  afterMetadataSaveSuccess: () => any;
2284
2295
  }, string, PublicProps, Readonly<{
@@ -2333,7 +2344,7 @@ width?: number | undefined;
2333
2344
  callDeleteApiOnRemove?: boolean;
2334
2345
  }, {
2335
2346
  saveImages: () => Promise<boolean>;
2336
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2347
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2337
2348
  "update:modelValue": (data: number[]) => any;
2338
2349
  }, string, PublicProps, Readonly<{
2339
2350
  modelValue: IntegerId[];
@@ -2391,7 +2402,7 @@ images: ImageAware[];
2391
2402
  export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, ReturnType<typeof __VLS_template_23>>;
2392
2403
 
2393
2404
  export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2394
- 'update:modelValue': (modelValue: JobBase<`job${string}`>) => any;
2405
+ "update:modelValue": (modelValue: JobBase<`job${string}`>) => any;
2395
2406
  }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
2396
2407
  "onUpdate:modelValue"?: ((modelValue: JobBase<`job${string}`>) => any) | undefined;
2397
2408
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -2412,7 +2423,7 @@ value: JobStatusType;
2412
2423
 
2413
2424
  export declare const ALanguageSelect: DefineComponent< {
2414
2425
  system: string;
2415
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2426
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2416
2427
  afterChange: (code: LanguageCode) => any;
2417
2428
  }, string, PublicProps, Readonly<{
2418
2429
  system: string;
@@ -2530,7 +2541,7 @@ export declare interface AnzuUserMinimal {
2530
2541
  export declare const APermissionGrantEditor: DefineComponent< {
2531
2542
  availableGrants: GrantType[];
2532
2543
  selectedGrant: GrantType | undefined;
2533
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2544
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2534
2545
  change: (data?: GrantType | undefined) => any;
2535
2546
  }, string, PublicProps, Readonly<{
2536
2547
  availableGrants: GrantType[];
@@ -3473,9 +3484,12 @@ export declare interface DamAssetLicenceGroup extends AnzuUserAndTimeTrackingAwa
3473
3484
  }
3474
3485
 
3475
3486
  export declare const DamAssetLicenceGroupRemoteAutocomplete: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3487
+ "update:selected": (selected: ValueObjectOption<number>[]) => any;
3488
+ } & {
3476
3489
  "update:modelValue": (data: any) => any;
3477
3490
  }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
3478
3491
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
3492
+ "onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
3479
3493
  }>, {
3480
3494
  required: boolean;
3481
3495
  label: string;
@@ -3492,9 +3506,12 @@ export declare interface DamAssetLicenceMinimal {
3492
3506
  }
3493
3507
 
3494
3508
  export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3509
+ "update:selected": (selected: ValueObjectOption<number>[]) => any;
3510
+ } & {
3495
3511
  "update:modelValue": (data: any) => any;
3496
3512
  }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
3497
3513
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
3514
+ "onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
3498
3515
  }>, {
3499
3516
  required: boolean;
3500
3517
  label: string;
@@ -3628,7 +3645,7 @@ client: () => AxiosInstance;
3628
3645
  multiple?: boolean;
3629
3646
  label?: string;
3630
3647
  dataCy?: string;
3631
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3648
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3632
3649
  blur: (data: string[]) => any;
3633
3650
  "update:modelValue": (data: string[]) => any;
3634
3651
  }, string, PublicProps, Readonly<{
@@ -3679,7 +3696,7 @@ client: () => AxiosInstance;
3679
3696
  multiple?: boolean;
3680
3697
  label?: string;
3681
3698
  dataCy?: string;
3682
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3699
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3683
3700
  blur: (data: string[]) => any;
3684
3701
  "update:modelValue": (data: string[]) => any;
3685
3702
  }, string, PublicProps, Readonly<{
@@ -3742,7 +3759,7 @@ clearable?: boolean;
3742
3759
  dataCy?: string;
3743
3760
  hideDetails?: boolean;
3744
3761
  disableInitFetch?: boolean;
3745
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3762
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3746
3763
  "update:modelValue": (data: any) => any;
3747
3764
  }, string, PublicProps, Readonly<{
3748
3765
  modelValue: IntegerId | null | IntegerId[] | any;
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "./styles": "./dist/style.css",
14
14
  "./*": "./*"
15
15
  },
16
- "version": "1.47.0-beta.42",
16
+ "version": "1.47.0-beta.43",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -44,14 +44,14 @@
44
44
  "@kyvg/vue3-notification": "^3.3.0",
45
45
  "@mdi/font": "^7.4.47",
46
46
  "@rushstack/eslint-patch": "^1.10.4",
47
- "@shikijs/vitepress-twoslash": "^1.16.2",
48
- "@stylistic/eslint-plugin": "^2.7.2",
47
+ "@shikijs/vitepress-twoslash": "^1.16.3",
48
+ "@stylistic/eslint-plugin": "^2.8.0",
49
49
  "@tsconfig/node18": "^18.2.4",
50
50
  "@types/node": "^20.16.5",
51
51
  "@types/rusha": "^0.8.3",
52
52
  "@types/sortablejs": "^1.15.8",
53
53
  "@types/webfontloader": "^1.6.38",
54
- "@typescript-eslint/parser": "^8.4.0",
54
+ "@typescript-eslint/parser": "^8.5.0",
55
55
  "@vitejs/plugin-vue": "^5.1.3",
56
56
  "@vue/eslint-config-prettier": "^9.0.0",
57
57
  "@vue/eslint-config-typescript": "^13.0.0",
@@ -80,13 +80,13 @@
80
80
  "stylelint-config-standard-scss": "^13.1.0",
81
81
  "typescript": "5.5.4",
82
82
  "uuid": "^10.0.0",
83
- "vite": "5.4.3",
83
+ "vite": "5.4.4",
84
84
  "vite-plugin-dts": "^4.1.1",
85
85
  "vite-plugin-vuetify": "^2.0.4",
86
86
  "vitepress": "1.3.4",
87
- "vue": "3.5.3",
87
+ "vue": "3.5.4",
88
88
  "vue-i18n": "9.14.0",
89
- "vue-router": "4.4.3",
89
+ "vue-router": "4.4.4",
90
90
  "vue-tsc": "2.1.6",
91
91
  "vuetify": "3.7.1",
92
92
  "webfontloader": "^1.6.28"
@@ -100,9 +100,9 @@
100
100
  "dayjs": "1.11.13",
101
101
  "pinia": "2.2.2",
102
102
  "socket.io-client": "4.7.5",
103
- "vue": "3.5.3",
103
+ "vue": "3.5.4",
104
104
  "vue-i18n": "9.14.0",
105
- "vue-router": "4.4.3",
105
+ "vue-router": "4.4.4",
106
106
  "vuetify": "3.7.1"
107
107
  },
108
108
  "peerDependenciesMeta": {