@anzusystems/common-admin 1.47.0-beta.41 → 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,11 +591,14 @@ 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
- returnType: AssetSelectReturnType | AssetSelectReturnTypeValues;
601
+ returnType: AssetSelectReturnTypeType;
596
602
  configName: string;
597
603
  skipCurrentUserCheck: boolean;
598
604
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -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
  }>, {
@@ -1110,11 +1121,11 @@ declare let __VLS_typeProps_3: {
1110
1121
  };
1111
1122
 
1112
1123
  declare let __VLS_typeProps_4: {
1113
- assetType: DamAssetType | DamAssetTypeValues;
1124
+ assetType: DamAssetTypeType;
1114
1125
  minCount: number;
1115
1126
  maxCount: number;
1116
1127
  selectLicences: IntegerId[];
1117
- returnType?: AssetSelectReturnType | AssetSelectReturnTypeValues;
1128
+ returnType?: AssetSelectReturnTypeType;
1118
1129
  configName?: string;
1119
1130
  skipCurrentUserCheck?: boolean;
1120
1131
  };
@@ -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>;
@@ -2405,14 +2416,14 @@ priority: number;
2405
2416
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2406
2417
 
2407
2418
  export declare const AJobStatusChip: DefineComponent< {
2408
- value: JobStatus;
2419
+ value: JobStatusType;
2409
2420
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
2410
- value: JobStatus;
2421
+ value: JobStatusType;
2411
2422
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
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;
@@ -2444,9 +2455,9 @@ loginUrl: () => string;
2444
2455
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2445
2456
 
2446
2457
  export declare const ALogLevelChip: DefineComponent< {
2447
- level: LogLevel;
2458
+ level: LogLevelType;
2448
2459
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
2449
- level: LogLevel;
2460
+ level: LogLevelType;
2450
2461
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2451
2462
 
2452
2463
  export declare const ALogoutView: DefineComponent< {
@@ -2528,23 +2539,23 @@ export declare interface AnzuUserMinimal {
2528
2539
  }
2529
2540
 
2530
2541
  export declare const APermissionGrantEditor: DefineComponent< {
2531
- availableGrants: Grant[];
2532
- selectedGrant: Grant | undefined;
2533
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2534
- change: (data?: Grant | undefined) => any;
2542
+ availableGrants: GrantType[];
2543
+ selectedGrant: GrantType | undefined;
2544
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2545
+ change: (data?: GrantType | undefined) => any;
2535
2546
  }, string, PublicProps, Readonly<{
2536
- availableGrants: Grant[];
2537
- selectedGrant: Grant | undefined;
2547
+ availableGrants: GrantType[];
2548
+ selectedGrant: GrantType | undefined;
2538
2549
  }> & Readonly<{
2539
- onChange?: ((data?: Grant | undefined) => any) | undefined;
2550
+ onChange?: ((data?: GrantType | undefined) => any) | undefined;
2540
2551
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2541
2552
 
2542
2553
  export declare const APermissionValueChip: DefineComponent< {
2543
- grant: Grant;
2544
- grantOrigin: GrantOrigin;
2554
+ grant: GrantType;
2555
+ grantOrigin: GrantOriginType;
2545
2556
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
2546
- grant: Grant;
2547
- grantOrigin: GrantOrigin;
2557
+ grant: GrantType;
2558
+ grantOrigin: GrantOriginType;
2548
2559
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2549
2560
 
2550
2561
  /**
@@ -2671,15 +2682,16 @@ export declare interface AssetFileDownloadLink extends AnzuUserAndTimeTrackingAw
2671
2682
  _resourceName: 'imageFile';
2672
2683
  }
2673
2684
 
2674
- export declare enum AssetFileFailReason {
2675
- None = "none",
2676
- Unknown = "unknown",
2677
- InvalidChecksum = "invalid_checksum",
2678
- InvalidMimeType = "invalid_mime_type",
2679
- DownloadFailed = "download_failed",
2680
- InvalidSize = "invalid_size",
2681
- Default = "none"
2682
- }
2685
+ export declare const AssetFileFailReason: {
2686
+ readonly None: "none";
2687
+ readonly Unknown: "unknown";
2688
+ readonly InvalidChecksum: "invalid_checksum";
2689
+ readonly InvalidMimeType: "invalid_mime_type";
2690
+ readonly DownloadFailed: "download_failed";
2691
+ readonly InvalidSize: "invalid_size";
2692
+ };
2693
+
2694
+ export declare type AssetFileFailReasonType = (typeof AssetFileFailReason)[keyof typeof AssetFileFailReason];
2683
2695
 
2684
2696
  export declare interface AssetFileImage extends AnzuUserAndTimeTrackingAware, AssetFileMainRouteAware {
2685
2697
  id: DocId;
@@ -2714,16 +2726,17 @@ export declare interface AssetFileLink {
2714
2726
  requestedHeight: number;
2715
2727
  url: string;
2716
2728
  title: string;
2717
- type: AssetFileLinkType;
2729
+ type: AssetFileLinkTypeType;
2718
2730
  }
2719
2731
 
2720
2732
  export declare type AssetFileLinks = Record<'image_list' | 'image_table' | 'image_detail' | 'image_animated' | 'audio', AssetFileLink> | Record<string, never>;
2721
2733
 
2722
- export declare enum AssetFileLinkType {
2723
- Image = "image",
2724
- Audio = "audio",
2725
- Default = "image"
2726
- }
2734
+ export declare const AssetFileLinkType: {
2735
+ readonly Image: "image";
2736
+ readonly Audio: "audio";
2737
+ };
2738
+
2739
+ export declare type AssetFileLinkTypeType = (typeof AssetFileLinkType)[keyof typeof AssetFileLinkType];
2727
2740
 
2728
2741
  export declare interface AssetFileMainRouteAware {
2729
2742
  mainRoute?: AssetFileRoute;
@@ -2731,14 +2744,16 @@ export declare interface AssetFileMainRouteAware {
2731
2744
 
2732
2745
  export declare type AssetFileNullable = AssetFileImage | AssetFileAudio | AssetFileVideo | AssetFileDocument | null;
2733
2746
 
2734
- export declare enum AssetFileProcessStatus {
2735
- Uploading = "uploading",// file entity created and ready to receive chunks
2736
- Uploaded = "uploaded",// all chunks were sent
2737
- Stored = "stored",// File is stored and ready to processing
2738
- Duplicate = "duplicate",// AssetFile is duplicate of another asset
2739
- Processed = "processed",// file processed and ready to serve
2740
- Failed = "failed"
2741
- }
2747
+ export declare const AssetFileProcessStatus: {
2748
+ readonly Uploading: "uploading";
2749
+ readonly Uploaded: "uploaded";
2750
+ readonly Stored: "stored";
2751
+ readonly Duplicate: "duplicate";
2752
+ readonly Processed: "processed";
2753
+ readonly Failed: "failed";
2754
+ };
2755
+
2756
+ export declare type AssetFileProcessStatusType = (typeof AssetFileProcessStatus)[keyof typeof AssetFileProcessStatus];
2742
2757
 
2743
2758
  export declare interface AssetFileProperties {
2744
2759
  distributesInServices: DamDistributionServiceName[];
@@ -2750,17 +2765,20 @@ export declare interface AssetFileProperties {
2750
2765
 
2751
2766
  export declare interface AssetFileRoute {
2752
2767
  id: DocId;
2753
- status: AssetFileRouteStatus;
2768
+ status: AssetFileRouteStatusType;
2754
2769
  main: boolean;
2755
2770
  publicUrl: string;
2756
2771
  _resourceName: 'assetFileRoute';
2757
2772
  }
2758
2773
 
2759
- export declare enum AssetFileRouteStatus {
2760
- Disabled = "disabled",
2761
- Active = "active",
2762
- Default = "disabled"
2763
- }
2774
+ export declare const AssetFileRouteStatus: {
2775
+ readonly Disabled: "disabled";
2776
+ readonly Active: "active";
2777
+ };
2778
+
2779
+ export declare const AssetFileRouteStatusDefault: "disabled";
2780
+
2781
+ export declare type AssetFileRouteStatusType = (typeof AssetFileRouteStatus)[keyof typeof AssetFileRouteStatus];
2764
2782
 
2765
2783
  export declare interface AssetFileVideo extends AnzuUserAndTimeTrackingAware {
2766
2784
  id: DocId;
@@ -2795,29 +2813,29 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
2795
2813
  }
2796
2814
 
2797
2815
  declare interface AssetSelectReturnAsset {
2798
- type: 'asset';
2816
+ type: typeof AssetSelectReturnType.Asset;
2799
2817
  value: Array<AssetSearchListItemDto>;
2800
2818
  }
2801
2819
 
2802
2820
  declare interface AssetSelectReturnAssetId {
2803
- type: 'assetId';
2821
+ type: typeof AssetSelectReturnType.AssetId;
2804
2822
  value: Array<DocId>;
2805
2823
  }
2806
2824
 
2807
2825
  export declare type AssetSelectReturnData = AssetSelectReturnMainFileId | AssetSelectReturnAssetId | AssetSelectReturnAsset;
2808
2826
 
2809
2827
  declare interface AssetSelectReturnMainFileId {
2810
- type: 'mainFileId';
2828
+ type: typeof AssetSelectReturnType.MainFileId;
2811
2829
  value: Array<DocId>;
2812
2830
  }
2813
2831
 
2814
- declare enum AssetSelectReturnType {
2815
- MainFileId = "mainFileId",
2816
- AssetId = "assetId",
2817
- Asset = "asset"
2818
- }
2832
+ declare const AssetSelectReturnType: {
2833
+ readonly MainFileId: "mainFileId";
2834
+ readonly AssetId: "assetId";
2835
+ readonly Asset: "asset";
2836
+ };
2819
2837
 
2820
- declare type AssetSelectReturnTypeValues = `${AssetSelectReturnType}`;
2838
+ declare type AssetSelectReturnTypeType = (typeof AssetSelectReturnType)[keyof typeof AssetSelectReturnType];
2821
2839
 
2822
2840
  export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2823
2841
  props: __VLS_Prettify_2<Pick<Partial<{}> & Omit<{
@@ -2979,8 +2997,8 @@ hideModifiedAt: boolean;
2979
2997
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2980
2998
 
2981
2999
  declare interface Attributes {
2982
- assetType: DamAssetType;
2983
- assetStatus: DamAssetStatus;
3000
+ assetType: DamAssetTypeType;
3001
+ assetStatus: DamAssetStatusType;
2984
3002
  }
2985
3003
 
2986
3004
  declare interface AudioAttributes {
@@ -3466,9 +3484,12 @@ export declare interface DamAssetLicenceGroup extends AnzuUserAndTimeTrackingAwa
3466
3484
  }
3467
3485
 
3468
3486
  export declare const DamAssetLicenceGroupRemoteAutocomplete: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3487
+ "update:selected": (selected: ValueObjectOption<number>[]) => any;
3488
+ } & {
3469
3489
  "update:modelValue": (data: any) => any;
3470
3490
  }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
3471
3491
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
3492
+ "onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
3472
3493
  }>, {
3473
3494
  required: boolean;
3474
3495
  label: string;
@@ -3485,9 +3506,12 @@ export declare interface DamAssetLicenceMinimal {
3485
3506
  }
3486
3507
 
3487
3508
  export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3509
+ "update:selected": (selected: ValueObjectOption<number>[]) => any;
3510
+ } & {
3488
3511
  "update:modelValue": (data: any) => any;
3489
3512
  }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
3490
3513
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
3514
+ "onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
3491
3515
  }>, {
3492
3516
  required: boolean;
3493
3517
  label: string;
@@ -3499,27 +3523,31 @@ disableInitFetch: boolean;
3499
3523
  extSystemId: IntegerId | null;
3500
3524
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3501
3525
 
3502
- export declare enum DamAssetStatus {
3503
- Draft = "draft",
3504
- WithFile = "with_file",
3505
- Deleting = "deleting",
3506
- Default = "draft"
3507
- }
3526
+ export declare const DamAssetStatus: {
3527
+ readonly Draft: "draft";
3528
+ readonly WithFile: "with_file";
3529
+ readonly Deleting: "deleting";
3530
+ };
3508
3531
 
3509
- export declare enum DamAssetType {
3510
- Image = "image",
3511
- Audio = "audio",
3512
- Video = "video",
3513
- Document = "document",
3514
- Default = "image"
3515
- }
3532
+ export declare const DamAssetStatusDefault: "draft";
3533
+
3534
+ export declare type DamAssetStatusType = (typeof DamAssetStatus)[keyof typeof DamAssetStatus];
3535
+
3536
+ export declare const DamAssetType: {
3537
+ readonly Image: "image";
3538
+ readonly Audio: "audio";
3539
+ readonly Video: "video";
3540
+ readonly Document: "document";
3541
+ };
3542
+
3543
+ export declare const DamAssetTypeDefault: "image";
3516
3544
 
3517
- declare type DamAssetTypeValues = `${DamAssetType}`;
3545
+ export declare type DamAssetTypeType = (typeof DamAssetType)[keyof typeof DamAssetType];
3518
3546
 
3519
3547
  export declare interface DamAuthor extends DamAuthorMinimal, AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
3520
3548
  extSystem: IntegerId;
3521
3549
  flags: Flags_3;
3522
- type: DamAuthorType;
3550
+ type: DamAuthorTypeType;
3523
3551
  }
3524
3552
 
3525
3553
  export declare interface DamAuthorMinimal {
@@ -3528,13 +3556,16 @@ export declare interface DamAuthorMinimal {
3528
3556
  identifier: string;
3529
3557
  }
3530
3558
 
3531
- export declare enum DamAuthorType {
3532
- None = "none",
3533
- Internal = "internal",
3534
- External = "external",
3535
- Agency = "agency",
3536
- Default = "none"
3537
- }
3559
+ export declare const DamAuthorType: {
3560
+ readonly None: "none";
3561
+ readonly Internal: "internal";
3562
+ readonly External: "external";
3563
+ readonly Agency: "agency";
3564
+ };
3565
+
3566
+ export declare const DamAuthorTypeDefault: "none";
3567
+
3568
+ export declare type DamAuthorTypeType = (typeof DamAuthorType)[keyof typeof DamAuthorType];
3538
3569
 
3539
3570
  declare interface DamConfigLicenceExtSystem {
3540
3571
  extSystem: IntegerId;
@@ -3592,16 +3623,19 @@ export declare interface DamDistributionRequirementsConfig {
3592
3623
  requiredAuth: boolean;
3593
3624
  blockedBy: Array<DamDistributionServiceName>;
3594
3625
  categorySelect: DamDistributionRequirementsCategorySelectConfig;
3595
- strategy: DamDistributionRequirementStrategy;
3626
+ strategy: DamDistributionRequirementStrategyType;
3596
3627
  }
3597
3628
 
3598
- export declare enum DamDistributionRequirementStrategy {
3599
- None = "none",
3600
- AtLeastOne = "at_least_one",
3601
- OneFromType = "one_from_type",
3602
- WaitForAll = "wait_for_all",
3603
- Default = "none"
3604
- }
3629
+ export declare const DamDistributionRequirementStrategy: {
3630
+ readonly None: "none";
3631
+ readonly AtLeastOne: "at_least_one";
3632
+ readonly OneFromType: "one_from_type";
3633
+ readonly WaitForAll: "wait_for_all";
3634
+ };
3635
+
3636
+ export declare const DamDistributionRequirementStrategyDefault: "none";
3637
+
3638
+ export declare type DamDistributionRequirementStrategyType = (typeof DamDistributionRequirementStrategy)[keyof typeof DamDistributionRequirementStrategy];
3605
3639
 
3606
3640
  export declare type DamDistributionServiceName = string;
3607
3641
 
@@ -3611,7 +3645,7 @@ client: () => AxiosInstance;
3611
3645
  multiple?: boolean;
3612
3646
  label?: string;
3613
3647
  dataCy?: string;
3614
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3648
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3615
3649
  blur: (data: string[]) => any;
3616
3650
  "update:modelValue": (data: string[]) => any;
3617
3651
  }, string, PublicProps, Readonly<{
@@ -3629,20 +3663,25 @@ dataCy: string;
3629
3663
  multiple: boolean;
3630
3664
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3631
3665
 
3632
- export declare enum DamDistributionServiceType {
3633
- Youtube = "youtubeDistribution",
3634
- Jw = "jwDistribution",
3635
- Custom = "customDistribution"
3636
- }
3666
+ export declare const DamDistributionServiceType: {
3667
+ readonly Youtube: "youtubeDistribution";
3668
+ readonly Jw: "jwDistribution";
3669
+ readonly Custom: "customDistribution";
3670
+ };
3637
3671
 
3638
- export declare enum DamDistributionStatus {
3639
- Waiting = "waiting",
3640
- Distributing = "distributing",
3641
- RemoteProcessing = "remote_processing",
3642
- Distributed = "distributed",
3643
- Failed = "failed",
3644
- Default = "waiting"
3645
- }
3672
+ export declare type DamDistributionServiceTypeType = (typeof DamDistributionServiceType)[keyof typeof DamDistributionServiceType];
3673
+
3674
+ export declare const DamDistributionStatus: {
3675
+ readonly Waiting: "waiting";
3676
+ readonly Distributing: "distributing";
3677
+ readonly RemoteProcessing: "remote_processing";
3678
+ readonly Distributed: "distributed";
3679
+ readonly Failed: "failed";
3680
+ };
3681
+
3682
+ export declare const DamDistributionStatusDefault: "waiting";
3683
+
3684
+ export declare type DamDistributionStatusType = (typeof DamDistributionStatus)[keyof typeof DamDistributionStatus];
3646
3685
 
3647
3686
  export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderAssetName, {
3648
3687
  listingLimit: number;
@@ -3657,7 +3696,7 @@ client: () => AxiosInstance;
3657
3696
  multiple?: boolean;
3658
3697
  label?: string;
3659
3698
  dataCy?: string;
3660
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3699
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3661
3700
  blur: (data: string[]) => any;
3662
3701
  "update:modelValue": (data: string[]) => any;
3663
3702
  }, string, PublicProps, Readonly<{
@@ -3687,7 +3726,7 @@ export declare interface DamExtSystemAssetTypeExifMetadata {
3687
3726
  required: boolean;
3688
3727
  }
3689
3728
 
3690
- export declare interface DamExtSystemConfig extends Record<DamAssetType, DamExtSystemConfigItem> {
3729
+ export declare interface DamExtSystemConfig extends Record<DamAssetTypeType, DamExtSystemConfigItem> {
3691
3730
  assetExternalProviders: DamExternalProviderAssetConfig;
3692
3731
  audio: DamExtSystemConfigItem;
3693
3732
  video: DamExtSystemConfigItem;
@@ -3720,7 +3759,7 @@ clearable?: boolean;
3720
3759
  dataCy?: string;
3721
3760
  hideDetails?: boolean;
3722
3761
  disableInitFetch?: boolean;
3723
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3762
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3724
3763
  "update:modelValue": (data: any) => any;
3725
3764
  }, string, PublicProps, Readonly<{
3726
3765
  modelValue: IntegerId | null | IntegerId[] | any;
@@ -3782,9 +3821,9 @@ declare type DamNotificationAssetFileProcessed = DamNotificationEvent<typeof Dam
3782
3821
  declare interface DamNotificationAssetFileStatusData {
3783
3822
  id: DocId;
3784
3823
  asset: DocId;
3785
- status: AssetFileProcessStatus;
3786
- failReason: AssetFileFailReason;
3787
- assetType: DamAssetType;
3824
+ status: AssetFileProcessStatusType;
3825
+ failReason: AssetFileFailReasonType;
3826
+ assetType: DamAssetTypeType;
3788
3827
  originAssetFile: DocId;
3789
3828
  }
3790
3829
 
@@ -3801,7 +3840,7 @@ declare interface DamNotificationDistributionData {
3801
3840
  id: DocId;
3802
3841
  asset: DocId;
3803
3842
  assetFile: DocId;
3804
- status: DamDistributionStatus;
3843
+ status: DamDistributionStatusType;
3805
3844
  }
3806
3845
 
3807
3846
  declare type DamNotificationDistributionDistributed = DamNotificationEvent<typeof DamNotificationName.DistributionDistributed, DamNotificationDistributionData>;
@@ -3847,8 +3886,8 @@ export declare interface DamPrvConfig {
3847
3886
  [key: string]: {
3848
3887
  title: string;
3849
3888
  iconPath: string;
3850
- type: DamDistributionServiceType;
3851
- allowedRedistributeStatuses: Array<DamDistributionStatus>;
3889
+ type: DamDistributionServiceTypeType;
3890
+ allowedRedistributeStatuses: Array<DamDistributionStatusType>;
3852
3891
  };
3853
3892
  };
3854
3893
  colorSet: {
@@ -3870,7 +3909,7 @@ export declare interface DamPrvConfig {
3870
3909
  }
3871
3910
 
3872
3911
  export declare interface DamPubConfig {
3873
- userAuthType: UserAuthType;
3912
+ userAuthType: UserAuthTypeType;
3874
3913
  }
3875
3914
 
3876
3915
  export declare interface DamUploadStartResponse {
@@ -4052,12 +4091,12 @@ declare type fetchItemsByIdsType_2 = ((ids: IntegerId[]) => Promise<ValueObjectO
4052
4091
  declare type FetchItemsMinimalType = (pagination: Pagination, filterBag: FilterBag) => Promise<any[]>;
4053
4092
 
4054
4093
  declare interface FileAttributes {
4055
- status: AssetFileProcessStatus;
4094
+ status: AssetFileProcessStatusType;
4056
4095
  mimeType: string;
4057
4096
  size: number;
4058
4097
  originFileName: string;
4059
4098
  originUrl: string;
4060
- failReason: AssetFileFailReason;
4099
+ failReason: AssetFileFailReasonType;
4061
4100
  }
4062
4101
 
4063
4102
  export declare interface Filter<T = any> {
@@ -4098,22 +4137,28 @@ export declare const generateUUIDv1: () => any;
4098
4137
 
4099
4138
  export declare const generateUUIDv4: () => any;
4100
4139
 
4101
- export declare const getAssetTypeByMimeType: (mimeType: string, damConfigExtSystem: DamExtSystemConfig) => DamAssetType | null;
4140
+ export declare const getAssetTypeByMimeType: (mimeType: string, damConfigExtSystem: DamExtSystemConfig) => DamAssetTypeType | null;
4102
4141
 
4103
- export declare enum Grant {
4104
- Deny = 0,
4105
- AllowOwner = 1,
4106
- Allow = 2,
4107
- Default = 0
4108
- }
4142
+ export declare const Grant: {
4143
+ readonly Deny: 0;
4144
+ readonly AllowOwner: 1;
4145
+ readonly Allow: 2;
4146
+ };
4109
4147
 
4110
- export declare enum GrantOrigin {
4111
- Role = "role",
4112
- Group = "group",
4113
- User = "user",
4114
- DefaultGrant = "default",
4115
- Default = "default"
4116
- }
4148
+ export declare const GrantDefault: 0;
4149
+
4150
+ export declare const GrantOrigin: {
4151
+ readonly Role: "role";
4152
+ readonly Group: "group";
4153
+ readonly User: "user";
4154
+ readonly Default: "default";
4155
+ };
4156
+
4157
+ export declare const GrantOriginDefault: "default";
4158
+
4159
+ export declare type GrantOriginType = (typeof GrantOrigin)[keyof typeof GrantOrigin];
4160
+
4161
+ export declare type GrantType = (typeof Grant)[keyof typeof Grant];
4117
4162
 
4118
4163
  export declare const HTTP_STATUS_BAD_REQUEST = 400;
4119
4164
 
@@ -4947,7 +4992,7 @@ export declare interface JobBase<T extends JobBaseResource = JobBaseResource> ex
4947
4992
  readonly id: IntegerId;
4948
4993
  scheduledAt: DatetimeUTC;
4949
4994
  priority: number;
4950
- readonly status: JobStatus;
4995
+ readonly status: JobStatusType;
4951
4996
  readonly startedAt: DatetimeUTCNullable;
4952
4997
  readonly finishedAt: DatetimeUTCNullable;
4953
4998
  readonly lastBatchProcessedRecord: string;
@@ -4959,14 +5004,17 @@ export declare interface JobBase<T extends JobBaseResource = JobBaseResource> ex
4959
5004
 
4960
5005
  export declare type JobBaseResource = typeof JOB_RESOURCE_USER_DATA_DELETE | `job${string}`;
4961
5006
 
4962
- export declare enum JobStatus {
4963
- Waiting = "waiting",
4964
- Processing = "processing",
4965
- AwaitingBatchProcess = "awaiting_batch_process",
4966
- Done = "done",
4967
- Error = "error",
4968
- Default = "waiting"
4969
- }
5007
+ export declare const JobStatus: {
5008
+ readonly Waiting: "waiting";
5009
+ readonly Processing: "processing";
5010
+ readonly AwaitingBatchProcess: "awaiting_batch_process";
5011
+ readonly Done: "done";
5012
+ readonly Error: "error";
5013
+ };
5014
+
5015
+ export declare const JobStatusDefault: "waiting";
5016
+
5017
+ export declare type JobStatusType = (typeof JobStatus)[keyof typeof JobStatus];
4970
5018
 
4971
5019
  export declare interface JobUserDataDelete<T extends JobBaseResource = JobBaseResource> extends JobBase {
4972
5020
  targetUserId: IntegerIdNullable;
@@ -4992,7 +5040,7 @@ export declare interface Log {
4992
5040
  id: string;
4993
5041
  message: string;
4994
5042
  datetime: DatetimeUTC;
4995
- levelName: LogLevel;
5043
+ levelName: LogLevelType;
4996
5044
  context: {
4997
5045
  appVersion: string;
4998
5046
  appSystem: string;
@@ -5012,17 +5060,20 @@ export declare interface Log {
5012
5060
  _type: string;
5013
5061
  }
5014
5062
 
5015
- export declare enum LogLevel {
5016
- Debug = "DEBUG",
5017
- Info = "INFO",
5018
- Notice = "NOTICE",
5019
- Warning = "WARNING",
5020
- Error = "ERROR",
5021
- Critical = "CRITICAL",
5022
- Alert = "ALERT",
5023
- Emergency = "EMERGENCY",
5024
- Default = "INFO"
5025
- }
5063
+ export declare const LogLevel: {
5064
+ readonly Debug: "DEBUG";
5065
+ readonly Info: "INFO";
5066
+ readonly Notice: "NOTICE";
5067
+ readonly Warning: "WARNING";
5068
+ readonly Error: "ERROR";
5069
+ readonly Critical: "CRITICAL";
5070
+ readonly Alert: "ALERT";
5071
+ readonly Emergency: "EMERGENCY";
5072
+ };
5073
+
5074
+ export declare const LogLevelDefault: "INFO";
5075
+
5076
+ export declare type LogLevelType = (typeof LogLevel)[keyof typeof LogLevel];
5026
5077
 
5027
5078
  export declare function makeFilterHelper<T = any>(system?: string, subject?: string): (options?: Partial<MakeFilterOptions<T>>) => Filter<T>;
5028
5079
 
@@ -7220,11 +7271,11 @@ export declare interface Pagination {
7220
7271
 
7221
7272
  export declare interface PermissionConfig {
7222
7273
  roles: string[];
7223
- defaultGrants: Grant[];
7274
+ defaultGrants: GrantType[];
7224
7275
  config: {
7225
7276
  [subject: string]: {
7226
7277
  [action: string]: {
7227
- grants?: Grant[];
7278
+ grants?: GrantType[];
7228
7279
  };
7229
7280
  };
7230
7281
  };
@@ -7260,7 +7311,7 @@ export declare interface PermissionGroupMinimal {
7260
7311
  }
7261
7312
 
7262
7313
  declare type Permissions_2 = {
7263
- [key in AclValue]?: Grant;
7314
+ [key in AclValue]?: GrantType;
7264
7315
  };
7265
7316
  export { Permissions_2 as Permissions }
7266
7317
 
@@ -7404,16 +7455,20 @@ declare interface Texts {
7404
7455
  displayTitle: string;
7405
7456
  }
7406
7457
 
7407
- export declare enum Theme {
7408
- Light = "light",
7409
- Dark = "dark"
7410
- }
7458
+ export declare const Theme: {
7459
+ readonly Light: "light";
7460
+ readonly Dark: "dark";
7461
+ };
7411
7462
 
7412
- declare enum ThemeSettings {
7413
- Light = "light",
7414
- Dark = "dark",
7415
- Auto = "auto"
7416
- }
7463
+ declare const ThemeSettings: {
7464
+ readonly Light: "light";
7465
+ readonly Dark: "dark";
7466
+ readonly Auto: "auto";
7467
+ };
7468
+
7469
+ declare type ThemeSettingsType = (typeof ThemeSettings)[keyof typeof ThemeSettings];
7470
+
7471
+ declare type ThemeType = (typeof Theme)[keyof typeof Theme];
7417
7472
 
7418
7473
  export declare const timePretty: (isoDate: DatetimeUTC | DatetimeUTCNullable | string | null, edgeDateValue?: string) => string;
7419
7474
 
@@ -7439,11 +7494,11 @@ export declare interface UploadQueue {
7439
7494
  export declare interface UploadQueueItem {
7440
7495
  key: string;
7441
7496
  file: File | null;
7442
- status: UploadQueueItemStatus;
7443
- assetStatus: DamAssetStatus;
7497
+ status: UploadQueueItemStatusType;
7498
+ assetStatus: DamAssetStatusType;
7444
7499
  isDuplicate: boolean;
7445
- type: UploadQueueItemType;
7446
- assetType: DamAssetType;
7500
+ type: UploadQueueItemTypeType;
7501
+ assetType: DamAssetTypeType;
7447
7502
  displayTitle: string;
7448
7503
  assetId: DocIdNullable;
7449
7504
  duplicateAssetId: DocIdNullable;
@@ -7470,7 +7525,7 @@ export declare interface UploadQueueItem {
7470
7525
  error: {
7471
7526
  hasError: boolean;
7472
7527
  message: string;
7473
- assetFileFailReason: AssetFileFailReason;
7528
+ assetFileFailReason: AssetFileFailReasonType;
7474
7529
  };
7475
7530
  notificationFallbackTimer: ReturnType<typeof setTimeout> | undefined;
7476
7531
  notificationFallbackTry: number;
@@ -7478,22 +7533,26 @@ export declare interface UploadQueueItem {
7478
7533
  image: undefined | ImageAware;
7479
7534
  }
7480
7535
 
7481
- export declare enum UploadQueueItemStatus {
7482
- Loading = "loading",// loading additional api data
7483
- Waiting = "waiting",// waiting to be uploaded
7484
- Uploading = "uploading",// uploading right now
7485
- Processing = "processing",// all data sent by FE, server processing, waiting for notification, todo
7486
- Failed = "failed",// any error
7487
- Uploaded = "uploaded",// uploaded/ready after loading
7488
- Stop = "stop"
7489
- }
7536
+ export declare const UploadQueueItemStatus: {
7537
+ readonly Loading: "loading";
7538
+ readonly Waiting: "waiting";
7539
+ readonly Uploading: "uploading";
7540
+ readonly Processing: "processing";
7541
+ readonly Failed: "failed";
7542
+ readonly Uploaded: "uploaded";
7543
+ readonly Stop: "stop";
7544
+ };
7490
7545
 
7491
- export declare enum UploadQueueItemType {
7492
- File = "file",
7493
- Asset = "asset",
7494
- ExternalProviderAsset = "externalProviderAsset",
7495
- SlotFile = "slotFile"
7496
- }
7546
+ export declare type UploadQueueItemStatusType = (typeof UploadQueueItemStatus)[keyof typeof UploadQueueItemStatus];
7547
+
7548
+ export declare const UploadQueueItemType: {
7549
+ readonly File: "file";
7550
+ readonly Asset: "asset";
7551
+ readonly ExternalProviderAsset: "externalProviderAsset";
7552
+ readonly SlotFile: "slotFile";
7553
+ };
7554
+
7555
+ export declare type UploadQueueItemTypeType = (typeof UploadQueueItemType)[keyof typeof UploadQueueItemType];
7497
7556
 
7498
7557
  declare type UploadQueueKey = string;
7499
7558
 
@@ -7831,7 +7890,7 @@ export declare function useCustomDataFormElementType(): {
7831
7890
  } | undefined;
7832
7891
  };
7833
7892
 
7834
- export declare function useDamAcceptTypeAndSizeHelper(assetType: undefined | DamAssetType, damConfigExtSystem: DamExtSystemConfig): {
7893
+ export declare function useDamAcceptTypeAndSizeHelper(assetType: undefined | DamAssetTypeType, damConfigExtSystem: DamExtSystemConfig): {
7835
7894
  uploadSizes: ComputedRef< {
7836
7895
  [x: string]: number;
7837
7896
  }>;
@@ -7883,20 +7942,20 @@ export declare function useDamAuthorFactory(): {
7883
7942
 
7884
7943
  export declare function useDamAuthorType(): {
7885
7944
  authorTypeOptions: Ref< {
7886
- value: DamAuthorType;
7945
+ value: DamAuthorTypeType;
7887
7946
  title: string;
7888
7947
  color?: string | undefined;
7889
7948
  active?: false | undefined;
7890
7949
  subtitle?: string | undefined;
7891
- }[], ValueObjectOption<DamAuthorType>[] | {
7892
- value: DamAuthorType;
7950
+ }[], ValueObjectOption<DamAuthorTypeType>[] | {
7951
+ value: DamAuthorTypeType;
7893
7952
  title: string;
7894
7953
  color?: string | undefined;
7895
7954
  active?: false | undefined;
7896
7955
  subtitle?: string | undefined;
7897
7956
  }[]>;
7898
- getAuthorTypeOption: (value: DamAuthorType) => {
7899
- value: DamAuthorType;
7957
+ getAuthorTypeOption: (value: DamAuthorTypeType) => {
7958
+ value: DamAuthorTypeType;
7900
7959
  title: string;
7901
7960
  color?: string | undefined;
7902
7961
  active?: false | undefined;
@@ -8202,36 +8261,36 @@ export declare function useFilterHelpers(storeId?: string | undefined): {
8202
8261
 
8203
8262
  export declare function useGrant(): {
8204
8263
  grantOptions: Ref< {
8205
- value: Grant;
8264
+ value: GrantType;
8206
8265
  title: string;
8207
8266
  color?: string | undefined;
8208
8267
  active?: false | undefined;
8209
8268
  subtitle?: string | undefined;
8210
- }[], ValueObjectOption<Grant>[] | {
8211
- value: Grant;
8269
+ }[], ValueObjectOption<GrantType>[] | {
8270
+ value: GrantType;
8212
8271
  title: string;
8213
8272
  color?: string | undefined;
8214
8273
  active?: false | undefined;
8215
8274
  subtitle?: string | undefined;
8216
8275
  }[]>;
8217
- getGrantOption: (value: Grant) => ValueObjectOption<Grant>;
8276
+ getGrantOption: (value: GrantType) => ValueObjectOption<GrantType>;
8218
8277
  };
8219
8278
 
8220
8279
  export declare function useGrantOrigin(): {
8221
8280
  grantOriginOptions: Ref< {
8222
- value: GrantOrigin;
8281
+ value: GrantOriginType;
8223
8282
  title: string;
8224
8283
  color?: string | undefined;
8225
8284
  active?: false | undefined;
8226
8285
  subtitle?: string | undefined;
8227
- }[], ValueObjectOption<GrantOrigin>[] | {
8228
- value: GrantOrigin;
8286
+ }[], ValueObjectOption<GrantOriginType>[] | {
8287
+ value: GrantOriginType;
8229
8288
  title: string;
8230
8289
  color?: string | undefined;
8231
8290
  active?: false | undefined;
8232
8291
  subtitle?: string | undefined;
8233
8292
  }[]>;
8234
- getGrantOriginOption: (value: GrantOrigin) => ValueObjectOption<GrantOrigin>;
8293
+ getGrantOriginOption: (value: GrantOriginType) => ValueObjectOption<GrantOriginType>;
8235
8294
  };
8236
8295
 
8237
8296
  export { useI18n }
@@ -8269,19 +8328,19 @@ export declare function useJobBaseResource<T extends JobBaseResource = JobBaseRe
8269
8328
 
8270
8329
  export declare function useJobStatus(): {
8271
8330
  jobStatusOptions: Ref< {
8272
- value: JobStatus;
8331
+ value: JobStatusType;
8273
8332
  title: string;
8274
8333
  color?: string | undefined;
8275
8334
  active?: false | undefined;
8276
8335
  subtitle?: string | undefined;
8277
- }[], ValueObjectOption<JobStatus>[] | {
8278
- value: JobStatus;
8336
+ }[], ValueObjectOption<JobStatusType>[] | {
8337
+ value: JobStatusType;
8279
8338
  title: string;
8280
8339
  color?: string | undefined;
8281
8340
  active?: false | undefined;
8282
8341
  subtitle?: string | undefined;
8283
8342
  }[]>;
8284
- getJobStatusOption: (value: JobStatus) => ValueObjectOption<JobStatus>;
8343
+ getJobStatusOption: (value: JobStatusType) => ValueObjectOption<JobStatusType>;
8285
8344
  };
8286
8345
 
8287
8346
  export declare function useLanguageSettings(): {
@@ -8299,20 +8358,20 @@ export declare function useLoginStatus(to: RouteLocationNormalized): {
8299
8358
 
8300
8359
  export declare function useLogLevel(): {
8301
8360
  logLevelOptions: Ref< {
8302
- value: LogLevel;
8361
+ value: LogLevelType;
8303
8362
  title: string;
8304
8363
  color?: string | undefined;
8305
8364
  active?: false | undefined;
8306
8365
  subtitle?: string | undefined;
8307
- }[], ValueObjectOption<LogLevel>[] | {
8308
- value: LogLevel;
8366
+ }[], ValueObjectOption<LogLevelType>[] | {
8367
+ value: LogLevelType;
8309
8368
  title: string;
8310
8369
  color?: string | undefined;
8311
8370
  active?: false | undefined;
8312
8371
  subtitle?: string | undefined;
8313
8372
  }[]>;
8314
- getLogLevelOption: (value: LogLevel) => {
8315
- value: LogLevel;
8373
+ getLogLevelOption: (value: LogLevelType) => {
8374
+ value: LogLevelType;
8316
8375
  title: string;
8317
8376
  color?: string | undefined;
8318
8377
  active?: false | undefined;
@@ -8343,11 +8402,14 @@ export declare function usePermissionGroupFactory(): {
8343
8402
  createPermissionGroup: () => PermissionGroup;
8344
8403
  };
8345
8404
 
8346
- export declare enum UserAuthType {
8347
- JsonCredentials = "json_credentials",
8348
- OAuth2 = "oauth2",
8349
- Default = "json_credentials"
8350
- }
8405
+ export declare const UserAuthType: {
8406
+ readonly JsonCredentials: "json_credentials";
8407
+ readonly OAuth2: "oauth2";
8408
+ };
8409
+
8410
+ export declare const UserAuthTypeDefault: "json_credentials";
8411
+
8412
+ export declare type UserAuthTypeType = (typeof UserAuthType)[keyof typeof UserAuthType];
8351
8413
 
8352
8414
  export declare function useRemainingTime(): {
8353
8415
  remainingTimeShort: (seconds: number) => string;
@@ -8378,8 +8440,8 @@ export declare function useSubjectSelect<TItem>(datatableConfig: any, datatableH
8378
8440
  };
8379
8441
 
8380
8442
  export declare function useTheme(): {
8381
- settings: Readonly<Ref<ThemeSettings, ThemeSettings>>;
8382
- theme: Readonly<Ref<Theme, Theme>>;
8443
+ settings: Readonly<Ref<ThemeSettingsType, ThemeSettingsType>>;
8444
+ theme: Readonly<Ref<ThemeType, ThemeType>>;
8383
8445
  toolbarColor: Readonly<Ref<"white" | "#1A1A1A", "white" | "#1A1A1A">>;
8384
8446
  toggleTheme: () => void;
8385
8447
  setThemeAuto: () => void;
@@ -8388,7 +8450,7 @@ export declare function useTheme(): {
8388
8450
  };
8389
8451
 
8390
8452
  export declare function useUploadQueueItemFactory(): {
8391
- createDefault: (key: string, type: UploadQueueItemType, status: UploadQueueItemStatus, assetType: DamAssetType, chunkSize: number, licenceId: IntegerId) => UploadQueueItem;
8453
+ createDefault: (key: string, type: UploadQueueItemTypeType, status: UploadQueueItemStatusType, assetType: DamAssetTypeType, chunkSize: number, licenceId: IntegerId) => UploadQueueItem;
8392
8454
  };
8393
8455
 
8394
8456
  export declare function useValidate(): {