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

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;
@@ -86,8 +86,8 @@ field: CollabFieldName;
86
86
  cachedUsers: CollabCachedUsersMap;
87
87
  };
88
88
  disabled: boolean;
89
- label: string;
90
89
  dataCy: string;
90
+ label: string;
91
91
  hideLabel: boolean;
92
92
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
93
93
 
@@ -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;
@@ -135,8 +135,8 @@ field: CollabFieldName;
135
135
  cachedUsers: CollabCachedUsersMap;
136
136
  };
137
137
  disabled: boolean;
138
- label: string;
139
138
  dataCy: string;
139
+ label: string;
140
140
  errorMessage: string;
141
141
  v: any;
142
142
  hideLabel: boolean;
@@ -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;
@@ -211,8 +211,8 @@ required: boolean;
211
211
  disabled: boolean;
212
212
  type: "datetime";
213
213
  placeholder: string;
214
- label: string;
215
214
  dataCy: string;
215
+ label: string;
216
216
  hideLabel: boolean;
217
217
  errorMessages: string[];
218
218
  hideDetails: boolean;
@@ -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;
@@ -341,9 +344,9 @@ disabled: boolean;
341
344
  color: string;
342
345
  size: "small" | "x-small";
343
346
  loading: boolean;
347
+ dataCy: string;
344
348
  variant: ButtonVariantText;
345
349
  rounded: "pill";
346
- dataCy: string;
347
350
  buttonT: string;
348
351
  buttonClass: string;
349
352
  disableMore: boolean;
@@ -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;
@@ -676,10 +682,10 @@ disabled: boolean;
676
682
  help: string;
677
683
  type: string;
678
684
  placeholder: string;
685
+ dataCy: string;
679
686
  appendIcon: VuetifyIconValue;
680
687
  label: string;
681
688
  prependIcon: VuetifyIconValue;
682
- dataCy: string;
683
689
  errorMessage: string;
684
690
  v: any;
685
691
  hideLabel: boolean;
@@ -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;
@@ -735,10 +741,10 @@ cachedUsers: CollabCachedUsersMap;
735
741
  };
736
742
  disabled: boolean;
737
743
  help: string;
744
+ dataCy: string;
738
745
  appendIcon: string;
739
746
  label: string;
740
747
  prependIcon: string;
741
- dataCy: string;
742
748
  errorMessage: string;
743
749
  v: any;
744
750
  hideLabel: boolean;
@@ -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;
@@ -783,8 +789,8 @@ field: CollabFieldName;
783
789
  cachedUsers: CollabCachedUsersMap;
784
790
  };
785
791
  disabled: boolean;
786
- label: string;
787
792
  dataCy: string;
793
+ label: string;
788
794
  errorMessage: string;
789
795
  v: any;
790
796
  clearable: boolean;
@@ -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;
@@ -825,8 +831,8 @@ field: CollabFieldName;
825
831
  cachedUsers: CollabCachedUsersMap;
826
832
  };
827
833
  disabled: boolean;
828
- label: string;
829
834
  dataCy: string;
835
+ label: string;
830
836
  errorMessage: string;
831
837
  v: any;
832
838
  clearable: boolean;
@@ -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
  }>, {
@@ -1327,8 +1338,8 @@ size?: number;
1327
1338
  variant?: ButtonVariant;
1328
1339
  }> & Readonly<{}>, {
1329
1340
  size: number;
1330
- variant: ButtonVariant;
1331
1341
  dataCy: string;
1342
+ variant: ButtonVariant;
1332
1343
  buttonT: string;
1333
1344
  buttonClass: string;
1334
1345
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -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;
@@ -1375,8 +1386,8 @@ onDeleteRecord?: (() => any) | undefined;
1375
1386
  disabled: boolean;
1376
1387
  color: string;
1377
1388
  size: number;
1378
- variant: ButtonVariant;
1379
1389
  dataCy: string;
1390
+ variant: ButtonVariant;
1380
1391
  buttonT: string;
1381
1392
  buttonClass: string;
1382
1393
  dialogMessageT: string;
@@ -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;
@@ -1415,8 +1426,8 @@ onEditRecord?: (() => any) | undefined;
1415
1426
  }>, {
1416
1427
  size: number;
1417
1428
  loading: boolean;
1418
- variant: ButtonVariant;
1419
1429
  dataCy: string;
1430
+ variant: ButtonVariant;
1420
1431
  buttonT: string;
1421
1432
  buttonClass: string;
1422
1433
  routeParams: any | undefined;
@@ -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;
@@ -1471,8 +1482,8 @@ onSaveRecord?: (() => any) | undefined;
1471
1482
  disabled: boolean;
1472
1483
  size: number;
1473
1484
  loading: boolean;
1474
- variant: ButtonVariant;
1475
1485
  dataCy: string;
1486
+ variant: ButtonVariant;
1476
1487
  buttonT: string;
1477
1488
  buttonClass: string;
1478
1489
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -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;
@@ -1572,8 +1583,8 @@ falseT?: string;
1572
1583
  }> & Readonly<{
1573
1584
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
1574
1585
  }>, {
1575
- label: string;
1576
1586
  dataCy: string;
1587
+ label: string;
1577
1588
  allT: string;
1578
1589
  trueT: string;
1579
1590
  falseT: string;
@@ -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<{
@@ -2310,8 +2321,8 @@ cachedUsers: CollabCachedUsersMap;
2310
2321
  };
2311
2322
  image: ImageAware;
2312
2323
  width: number;
2313
- label: string;
2314
2324
  dataCy: string;
2325
+ label: string;
2315
2326
  readonly: boolean;
2316
2327
  configName: string;
2317
2328
  expandOptions: boolean;
@@ -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[];
@@ -2350,8 +2361,8 @@ callDeleteApiOnRemove?: boolean;
2350
2361
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
2351
2362
  }>, {
2352
2363
  width: number;
2353
- label: string;
2354
2364
  dataCy: string;
2365
+ label: string;
2355
2366
  readonly: boolean;
2356
2367
  configName: string;
2357
2368
  callDeleteApiOnRemove: boolean;
@@ -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,13 +3484,16 @@ 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
- label: string;
3482
3495
  dataCy: string;
3496
+ label: string;
3483
3497
  hideDetails: boolean;
3484
3498
  clearable: boolean;
3485
3499
  multiple: boolean;
@@ -3492,13 +3506,16 @@ 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
- label: string;
3501
3517
  dataCy: string;
3518
+ label: string;
3502
3519
  hideDetails: boolean;
3503
3520
  clearable: boolean;
3504
3521
  multiple: boolean;
@@ -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<{
@@ -3641,8 +3658,8 @@ dataCy?: string;
3641
3658
  onBlur?: ((data: string[]) => any) | undefined;
3642
3659
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
3643
3660
  }>, {
3644
- label: string;
3645
3661
  dataCy: string;
3662
+ label: string;
3646
3663
  multiple: boolean;
3647
3664
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3648
3665
 
@@ -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<{
@@ -3692,8 +3709,8 @@ dataCy?: string;
3692
3709
  onBlur?: ((data: string[]) => any) | undefined;
3693
3710
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
3694
3711
  }>, {
3695
- label: string;
3696
3712
  dataCy: string;
3713
+ label: string;
3697
3714
  multiple: boolean;
3698
3715
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3699
3716
 
@@ -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;
@@ -3758,8 +3775,8 @@ disableInitFetch?: boolean;
3758
3775
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
3759
3776
  }>, {
3760
3777
  required: boolean;
3761
- label: string;
3762
3778
  dataCy: string;
3779
+ label: string;
3763
3780
  hideDetails: boolean;
3764
3781
  clearable: boolean;
3765
3782
  multiple: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anzusystems/common-admin",
3
- "packageManager": "yarn@4.4.1",
3
+ "packageManager": "yarn@4.5.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -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.44",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -44,30 +44,30 @@
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.17.7",
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",
58
58
  "@vue/tsconfig": "^0.5.1",
59
59
  "@vuelidate/core": "^2.0.3",
60
60
  "@vuelidate/validators": "^2.0.4",
61
- "@vueuse/core": "^11.0.3",
62
- "@vueuse/integrations": "^11.0.3",
61
+ "@vueuse/core": "^11.1.0",
62
+ "@vueuse/integrations": "^11.1.0",
63
63
  "axios": "1.7.7",
64
64
  "cropperjs": "^1.6.2",
65
65
  "dayjs": "1.11.13",
66
- "eslint": "8.57.0",
66
+ "eslint": "8.57.1",
67
67
  "eslint-plugin-vue": "9.28.0",
68
68
  "npm-run-all": "^4.1.5",
69
69
  "pinia": "2.2.2",
70
- "postcss": "^8.4.45",
70
+ "postcss": "^8.4.47",
71
71
  "postcss-html": "^1.7.0",
72
72
  "postcss-prefix-selector": "^1.16.1",
73
73
  "prettier": "^3.3.3",
@@ -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.5",
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.6",
88
88
  "vue-i18n": "9.14.0",
89
- "vue-router": "4.4.3",
89
+ "vue-router": "4.4.5",
90
90
  "vue-tsc": "2.1.6",
91
91
  "vuetify": "3.7.1",
92
92
  "webfontloader": "^1.6.28"
@@ -94,15 +94,15 @@
94
94
  "peerDependencies": {
95
95
  "@vuelidate/core": "2.0.3",
96
96
  "@vuelidate/validators": "2.0.4",
97
- "@vueuse/core": "11.0.3",
98
- "@vueuse/integrations": "11.0.3",
97
+ "@vueuse/core": "11.1.0",
98
+ "@vueuse/integrations": "11.1.0",
99
99
  "axios": "1.7.7",
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.6",
104
104
  "vue-i18n": "9.14.0",
105
- "vue-router": "4.4.3",
105
+ "vue-router": "4.4.5",
106
106
  "vuetify": "3.7.1"
107
107
  },
108
108
  "peerDependenciesMeta": {