@anzusystems/common-admin 1.47.0-beta.20 → 1.47.0-beta.22

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.
@@ -105,8 +105,8 @@ field: CollabFieldName;
105
105
  cachedUsers: CollabCachedUsersMap;
106
106
  };
107
107
  disabled: boolean;
108
- dataCy: string;
109
108
  label: string;
109
+ dataCy: string;
110
110
  hideLabel: boolean;
111
111
  }, {}>;
112
112
 
@@ -178,8 +178,8 @@ cachedUsers: CollabCachedUsersMap;
178
178
  };
179
179
  disabled: boolean;
180
180
  required: boolean;
181
- dataCy: string;
182
181
  label: string;
182
+ dataCy: string;
183
183
  errorMessage: string;
184
184
  v: any;
185
185
  hideLabel: boolean;
@@ -290,8 +290,8 @@ disabled: boolean;
290
290
  type: "datetime";
291
291
  placeholder: string;
292
292
  required: boolean;
293
- dataCy: string;
294
293
  label: string;
294
+ dataCy: string;
295
295
  hideLabel: boolean;
296
296
  errorMessages: string[];
297
297
  hideDetails: boolean;
@@ -490,9 +490,9 @@ disabled: boolean;
490
490
  color: string;
491
491
  size: "small" | "x-small";
492
492
  loading: boolean;
493
- dataCy: string;
494
493
  variant: ButtonVariantText;
495
494
  rounded: "pill";
495
+ dataCy: string;
496
496
  buttonT: string;
497
497
  buttonClass: string;
498
498
  disableMore: boolean;
@@ -967,10 +967,10 @@ help: string;
967
967
  type: string;
968
968
  placeholder: string;
969
969
  required: boolean;
970
- dataCy: string;
971
970
  appendIcon: VuetifyIconValue;
972
971
  label: string;
973
972
  prependIcon: VuetifyIconValue;
973
+ dataCy: string;
974
974
  errorMessage: string;
975
975
  v: any;
976
976
  hideLabel: boolean;
@@ -1052,10 +1052,10 @@ cachedUsers: CollabCachedUsersMap;
1052
1052
  disabled: boolean;
1053
1053
  help: string;
1054
1054
  required: boolean;
1055
- dataCy: string;
1056
1055
  appendIcon: string;
1057
1056
  label: string;
1058
1057
  prependIcon: string;
1058
+ dataCy: string;
1059
1059
  errorMessage: string;
1060
1060
  v: any;
1061
1061
  hideLabel: boolean;
@@ -1118,8 +1118,8 @@ cachedUsers: CollabCachedUsersMap;
1118
1118
  };
1119
1119
  disabled: boolean;
1120
1120
  required: boolean;
1121
- dataCy: string;
1122
1121
  label: string;
1122
+ dataCy: string;
1123
1123
  errorMessage: string;
1124
1124
  v: any;
1125
1125
  clearable: boolean;
@@ -1178,8 +1178,8 @@ field: CollabFieldName;
1178
1178
  cachedUsers: CollabCachedUsersMap;
1179
1179
  };
1180
1180
  disabled: boolean;
1181
- dataCy: string;
1182
1181
  label: string;
1182
+ dataCy: string;
1183
1183
  errorMessage: string;
1184
1184
  v: any;
1185
1185
  clearable: boolean;
@@ -1905,7 +1905,31 @@ declare function __VLS_template_22(): {
1905
1905
 
1906
1906
  declare function __VLS_template_23(): {
1907
1907
  append?(_: {
1908
- image: ImageCreateUpdateAware | null;
1908
+ image: {
1909
+ id: IntegerId;
1910
+ texts: {
1911
+ description: string;
1912
+ source: string;
1913
+ };
1914
+ dam: {
1915
+ damId: DocId;
1916
+ licenceId: IntegerId;
1917
+ regionPosition: number;
1918
+ };
1919
+ position?: number | undefined;
1920
+ } | {
1921
+ id?: IntegerId | undefined;
1922
+ texts: {
1923
+ description: string;
1924
+ source: string;
1925
+ };
1926
+ position?: number | undefined;
1927
+ dam: {
1928
+ damId: DocId;
1929
+ licenceId: IntegerId;
1930
+ regionPosition: number;
1931
+ };
1932
+ } | null;
1909
1933
  }): any;
1910
1934
  };
1911
1935
 
@@ -3519,8 +3543,8 @@ size: number;
3519
3543
  variant: string;
3520
3544
  }>>>, {
3521
3545
  size: number;
3522
- dataCy: string;
3523
3546
  variant: ButtonVariant;
3547
+ dataCy: string;
3524
3548
  buttonT: string;
3525
3549
  buttonClass: string;
3526
3550
  }, {}>;
@@ -3597,8 +3621,8 @@ onDeleteRecord?: (() => any) | undefined;
3597
3621
  disabled: boolean;
3598
3622
  color: string;
3599
3623
  size: number;
3600
- dataCy: string;
3601
3624
  variant: ButtonVariant;
3625
+ dataCy: string;
3602
3626
  buttonT: string;
3603
3627
  buttonClass: string;
3604
3628
  dialogMessageT: string;
@@ -3655,8 +3679,8 @@ onEditRecord?: (() => any) | undefined;
3655
3679
  }, {
3656
3680
  size: number;
3657
3681
  loading: boolean;
3658
- dataCy: string;
3659
3682
  variant: ButtonVariant;
3683
+ dataCy: string;
3660
3684
  buttonT: string;
3661
3685
  buttonClass: string;
3662
3686
  routeParams: any | undefined;
@@ -3739,8 +3763,8 @@ onSaveRecord?: (() => any) | undefined;
3739
3763
  disabled: boolean;
3740
3764
  size: number;
3741
3765
  loading: boolean;
3742
- dataCy: string;
3743
3766
  variant: ButtonVariant;
3767
+ dataCy: string;
3744
3768
  buttonT: string;
3745
3769
  buttonClass: string;
3746
3770
  }, {}>;
@@ -3892,8 +3916,8 @@ falseT: string;
3892
3916
  }>>> & {
3893
3917
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
3894
3918
  }, {
3895
- dataCy: string;
3896
3919
  label: string;
3920
+ dataCy: string;
3897
3921
  allT: string;
3898
3922
  trueT: string;
3899
3923
  falseT: string;
@@ -4866,9 +4890,9 @@ cachedUsers: CollabCachedUsersMap;
4866
4890
  image: ImageAware;
4867
4891
  width: number;
4868
4892
  required: boolean;
4869
- dataCy: string;
4870
4893
  label: string;
4871
4894
  readonly: boolean;
4895
+ dataCy: string;
4872
4896
  configName: string;
4873
4897
  expandOptions: boolean;
4874
4898
  expandMetadata: boolean;
@@ -4928,9 +4952,9 @@ callDeleteApiOnRemove: boolean;
4928
4952
  "onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
4929
4953
  }, {
4930
4954
  width: number;
4931
- dataCy: string;
4932
4955
  label: string;
4933
4956
  readonly: boolean;
4957
+ dataCy: string;
4934
4958
  configName: string;
4935
4959
  callDeleteApiOnRemove: boolean;
4936
4960
  }, {}>;
@@ -6073,7 +6097,7 @@ export declare function createDatatableColumnsConfig(config: ColumnConfig[], col
6073
6097
  fixed: boolean;
6074
6098
  }[];
6075
6099
  columnsVisible: ComputedRef<any>;
6076
- columnsHidden: Ref<string[], string[]>;
6100
+ columnsHidden: Ref<string[]>;
6077
6101
  updateSortBy: (sortBy: any) => void;
6078
6102
  pagination: Pagination;
6079
6103
  };
@@ -6161,8 +6185,8 @@ disableInitFetch: boolean;
6161
6185
  "onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
6162
6186
  }, {
6163
6187
  required: boolean;
6164
- dataCy: string;
6165
6188
  label: string;
6189
+ dataCy: string;
6166
6190
  hideDetails: boolean;
6167
6191
  clearable: boolean;
6168
6192
  multiple: boolean;
@@ -6200,8 +6224,8 @@ disableInitFetch: boolean;
6200
6224
  "onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
6201
6225
  }, {
6202
6226
  required: boolean;
6203
- dataCy: string;
6204
6227
  label: string;
6228
+ dataCy: string;
6205
6229
  hideDetails: boolean;
6206
6230
  clearable: boolean;
6207
6231
  multiple: boolean;
@@ -6342,8 +6366,8 @@ dataCy: string;
6342
6366
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6343
6367
  onBlur?: ((data: string[]) => any) | undefined;
6344
6368
  }, {
6345
- dataCy: string;
6346
6369
  label: string;
6370
+ dataCy: string;
6347
6371
  multiple: boolean;
6348
6372
  }, {}>;
6349
6373
 
@@ -6396,8 +6420,8 @@ dataCy: string;
6396
6420
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6397
6421
  onBlur?: ((data: string[]) => any) | undefined;
6398
6422
  }, {
6399
- dataCy: string;
6400
6423
  label: string;
6424
+ dataCy: string;
6401
6425
  multiple: boolean;
6402
6426
  }, {}>;
6403
6427
 
@@ -6478,8 +6502,8 @@ disableInitFetch: boolean;
6478
6502
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6479
6503
  }, {
6480
6504
  required: boolean;
6481
- dataCy: string;
6482
6505
  label: string;
6506
+ dataCy: string;
6483
6507
  hideDetails: boolean;
6484
6508
  clearable: boolean;
6485
6509
  multiple: boolean;
@@ -6734,8 +6758,8 @@ export declare function defineBreadcrumbs(items: ComputedRef<Array<BreadcrumbIte
6734
6758
  * @template M Minimal type
6735
6759
  */
6736
6760
  export declare function defineCached<I extends DocId | IntegerId, T extends Record<DocId | IntegerId, any>, M extends Record<DocId | IntegerId, any>>(mapFullToMinimal: (source: T) => M, mapIdToMinimal: (id: I) => M, fetchCallback: (ids: I[]) => Promise<T[]>, idProp?: string, maxLimit?: number): {
6737
- cache: Ref<Map<I, CachedItem<M>>, Map<I, CachedItem<M>>>;
6738
- toFetch: Ref<Set<I>, Set<I>>;
6761
+ cache: Ref<Map<I, CachedItem<M>>>;
6762
+ toFetch: Ref<Set<I>>;
6739
6763
  fetch: () => Promisify_2<Promise<T[]>>;
6740
6764
  immediateFetch: () => Promise<T[]>;
6741
6765
  add: (...args: AddToCachedArgs<I>) => void;
@@ -7614,7 +7638,7 @@ export declare type Immutable<T> = {
7614
7638
 
7615
7639
  export declare function initDamNotifications(): {
7616
7640
  openConnection: () => void;
7617
- damNotificationsInitialized: Ref<boolean, boolean>;
7641
+ damNotificationsInitialized: Ref<boolean>;
7618
7642
  };
7619
7643
 
7620
7644
  /**
@@ -9910,7 +9934,7 @@ declare interface Metadata_2 {
9910
9934
  export declare function modifyLanguageSettings(configAvailableLanguages: LanguageCode[], configDefaultLanguage: LanguageCode): {
9911
9935
  addMessages: (language: LanguageCode, messages: any) => void;
9912
9936
  initializeLanguage: () => void;
9913
- currentLanguageCode: Readonly<Ref<"default" | LanguageCode, "default" | LanguageCode>>;
9937
+ currentLanguageCode: Readonly<Ref<"default" | LanguageCode>>;
9914
9938
  setLanguage: (code: LanguageCode) => false | LanguageCode;
9915
9939
  allLanguages: Language[];
9916
9940
  };
@@ -10283,7 +10307,7 @@ declare type UseCachedType = () => {
10283
10307
 
10284
10308
  export declare function useCollabAnyDataChange(room: CollabRoom, disableAutoUnsubscribe?: boolean): {
10285
10309
  addCollabAnyDataChangeListener: (callback: (field: CollabFieldName, data: CollabFieldDataEnvelope) => void) => void;
10286
- unsubscribeCollabAnyDataChangeListener: Ref<Fn | undefined, Fn | undefined>;
10310
+ unsubscribeCollabAnyDataChangeListener: Ref<Fn | undefined>;
10287
10311
  changeCollabAnyData: (field: CollabFieldName, data: CollabFieldData, callback?: Fn | undefined) => void;
10288
10312
  objectSetDataByField: <T extends object>(field: CollabFieldName, data: CollabFieldDataEnvelope, objectToUpdate: MaybeRef<T>) => void;
10289
10313
  acquireCollabAnyLock: (field: CollabFieldName, options?: Partial<CollabFieldLockOptions>) => void;
@@ -10296,7 +10320,7 @@ export declare function useCollabApprovedRequestToTakeModerationEventBus(): UseE
10296
10320
 
10297
10321
  export declare function useCollabCurrentUserId(): {
10298
10322
  setCollabUserCurrentId: (value: IntegerIdNullable) => void;
10299
- currentUserId: Ref<IntegerIdNullable, IntegerIdNullable>;
10323
+ currentUserId: Ref<IntegerIdNullable>;
10300
10324
  };
10301
10325
 
10302
10326
  export declare function useCollabField(room: CollabRoom, field: CollabFieldName, disableAutoUnsubscribe?: boolean): {
@@ -10308,9 +10332,9 @@ export declare function useCollabField(room: CollabRoom, field: CollabFieldName,
10308
10332
  changeCollabFieldData: (data: CollabFieldData) => void;
10309
10333
  lockedByUser: ComputedRef<number | null>;
10310
10334
  collabFieldDataBufferState: Reactive<Map<string, Map<string, unknown>>>;
10311
- unsubscribeCollabFieldDataChangeListener: Ref<Fn | undefined, Fn | undefined>;
10312
- unsubscribeCollabFieldLockStatusListener: Ref<Fn | undefined, Fn | undefined>;
10313
- unsubscribeCollabGatheringBufferData: Ref<Fn | undefined, Fn | undefined>;
10335
+ unsubscribeCollabFieldDataChangeListener: Ref<Fn | undefined>;
10336
+ unsubscribeCollabFieldLockStatusListener: Ref<Fn | undefined>;
10337
+ unsubscribeCollabGatheringBufferData: Ref<Fn | undefined>;
10314
10338
  };
10315
10339
 
10316
10340
  export declare function useCollabFieldLockStatusEventBus(): UseEventBusReturn<CollabFieldLockStatusEvent, CollabFieldLockStatusPayload>;
@@ -10371,15 +10395,15 @@ export declare function useCollabRoom(room: CollabRoom, watchForNewUsers?: boole
10371
10395
  collabRoomInfo: ComputedRef<CollabRoomInfo>;
10372
10396
  collabRoomLocks: ComputedRef<Map<string, CollabUserIdNullable>>;
10373
10397
  collabFieldDataBufferState: Reactive<Map<string, Map<string, unknown>>>;
10374
- alertedOccupiedRooms: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>, Set<string> | (Set<string> & Omit<Set<string>, keyof Set<any>>)>;
10375
- unsubscribeJoinRequestListener: Ref<Fn | undefined, Fn | undefined>;
10376
- unsubscribeApprovedJoinRequestListener: Ref<Fn | undefined, Fn | undefined>;
10377
- unsubscribeRejectedJoinRequestListener: Ref<Fn | undefined, Fn | undefined>;
10378
- unsubscribeRequestToTakeModerationListener: Ref<Fn | undefined, Fn | undefined>;
10379
- unsubscribeApprovedRequestToTakeModerationListener: Ref<Fn | undefined, Fn | undefined>;
10380
- unsubscribeRejectedRequestToTakeModerationListener: Ref<Fn | undefined, Fn | undefined>;
10381
- unsubscribeKickedFromRoomListener: Ref<Fn | undefined, Fn | undefined>;
10382
- unsubscribeCollabStartingListener: Ref<Fn | undefined, Fn | undefined>;
10398
+ alertedOccupiedRooms: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>>;
10399
+ unsubscribeJoinRequestListener: Ref<Fn | undefined>;
10400
+ unsubscribeApprovedJoinRequestListener: Ref<Fn | undefined>;
10401
+ unsubscribeRejectedJoinRequestListener: Ref<Fn | undefined>;
10402
+ unsubscribeRequestToTakeModerationListener: Ref<Fn | undefined>;
10403
+ unsubscribeApprovedRequestToTakeModerationListener: Ref<Fn | undefined>;
10404
+ unsubscribeRejectedRequestToTakeModerationListener: Ref<Fn | undefined>;
10405
+ unsubscribeKickedFromRoomListener: Ref<Fn | undefined>;
10406
+ unsubscribeCollabStartingListener: Ref<Fn | undefined>;
10383
10407
  };
10384
10408
 
10385
10409
  export declare function useCollabRoomDataChangeEventBus(): UseEventBusReturn<CollabRoomDataChangedEvent, CollabFieldDataEnvelope>;
@@ -10390,8 +10414,8 @@ startedCallback: (data: CollabRoomPlainData) => void;
10390
10414
 
10391
10415
  export declare function useCollabState(): {
10392
10416
  collabReconnecting: ComputedRef<boolean>;
10393
- collabConnected: Ref<boolean, boolean>;
10394
- collabSocket: Ref<Socket<CollabServerToClientEvents, CollabClientToServerEvents> | undefined, Socket<CollabServerToClientEvents, CollabClientToServerEvents> | undefined>;
10417
+ collabConnected: Ref<boolean>;
10418
+ collabSocket: Ref<Socket<CollabServerToClientEvents, CollabClientToServerEvents> | undefined>;
10395
10419
  collabRoomInfoState: Reactive<Map<string, CollabRoomInfo>>;
10396
10420
  collabFieldLocksState: Reactive<Map<string, Map<string, CollabUserIdNullable>>>;
10397
10421
  collabFieldDataBufferState: Reactive<Map<string, Map<string, unknown>>>;
@@ -10402,12 +10426,6 @@ export declare function useCommonAdminCollabOptions(): {
10402
10426
  collabOptions: Ref< {
10403
10427
  enabled: boolean;
10404
10428
  socketUrl: string;
10405
- }, {
10406
- enabled: boolean;
10407
- socketUrl: string;
10408
- } | {
10409
- enabled: boolean;
10410
- socketUrl: string;
10411
10429
  }>;
10412
10430
  };
10413
10431
 
@@ -10538,7 +10556,7 @@ export declare const useCommonVuetifyConfig: () => {
10538
10556
  };
10539
10557
 
10540
10558
  export declare function useCustomDataForm(): {
10541
- showAll: Ref<boolean, boolean>;
10559
+ showAll: Ref<boolean>;
10542
10560
  toggleForm: () => void;
10543
10561
  };
10544
10562
 
@@ -10549,12 +10567,6 @@ export declare function useCustomDataFormElementType(): {
10549
10567
  color?: string | undefined;
10550
10568
  active?: false | undefined;
10551
10569
  subtitle?: string | undefined;
10552
- }[], ValueObjectOption<CustomDataFormElementTypeType>[] | {
10553
- value: CustomDataFormElementTypeType;
10554
- title: string;
10555
- color?: string | undefined;
10556
- active?: false | undefined;
10557
- subtitle?: string | undefined;
10558
10570
  }[]>;
10559
10571
  getCustomDataFormElementTypeOption: (value: CustomDataFormElementTypeType) => {
10560
10572
  value: CustomDataFormElementTypeType;
@@ -10622,12 +10634,6 @@ export declare function useDamAuthorType(): {
10622
10634
  color?: string | undefined;
10623
10635
  active?: false | undefined;
10624
10636
  subtitle?: string | undefined;
10625
- }[], ValueObjectOption<DamAuthorType>[] | {
10626
- value: DamAuthorType;
10627
- title: string;
10628
- color?: string | undefined;
10629
- active?: false | undefined;
10630
- subtitle?: string | undefined;
10631
10637
  }[]>;
10632
10638
  getAuthorTypeOption: (value: DamAuthorType) => {
10633
10639
  value: DamAuthorType;
@@ -10883,12 +10889,6 @@ export declare function useDamDistributionServiceType(): {
10883
10889
  color?: string | undefined;
10884
10890
  active?: false | undefined;
10885
10891
  subtitle?: string | undefined;
10886
- }[], ValueObjectOption<string>[] | {
10887
- value: string;
10888
- title: string;
10889
- color?: string | undefined;
10890
- active?: false | undefined;
10891
- subtitle?: string | undefined;
10892
10892
  }[]>;
10893
10893
  getDistributionServiceTypeOption: (value: string) => {
10894
10894
  value: string;
@@ -10908,12 +10908,12 @@ export declare function useDamNotifications(): {
10908
10908
  };
10909
10909
 
10910
10910
  export declare function useDamUploadChunkSize(apiTimeout?: number): {
10911
- lastChunkSize: Ref<number, number>;
10911
+ lastChunkSize: Ref<number>;
10912
10912
  updateChunkSize: (speed: number | null) => boolean;
10913
10913
  };
10914
10914
 
10915
10915
  export declare function useDropzoneGlobalDragState(): {
10916
- isDraggingFile: Ref<boolean, boolean>;
10916
+ isDraggingFile: Ref<boolean>;
10917
10917
  initGlobalDragState: () => void;
10918
10918
  destroyGlobalDragState: () => void;
10919
10919
  };
@@ -10940,12 +10940,6 @@ export declare function useGrant(): {
10940
10940
  color?: string | undefined;
10941
10941
  active?: false | undefined;
10942
10942
  subtitle?: string | undefined;
10943
- }[], ValueObjectOption<Grant>[] | {
10944
- value: Grant;
10945
- title: string;
10946
- color?: string | undefined;
10947
- active?: false | undefined;
10948
- subtitle?: string | undefined;
10949
10943
  }[]>;
10950
10944
  getGrantOption: (value: Grant) => ValueObjectOption<Grant>;
10951
10945
  };
@@ -10957,12 +10951,6 @@ export declare function useGrantOrigin(): {
10957
10951
  color?: string | undefined;
10958
10952
  active?: false | undefined;
10959
10953
  subtitle?: string | undefined;
10960
- }[], ValueObjectOption<GrantOrigin>[] | {
10961
- value: GrantOrigin;
10962
- title: string;
10963
- color?: string | undefined;
10964
- active?: false | undefined;
10965
- subtitle?: string | undefined;
10966
10954
  }[]>;
10967
10955
  getGrantOriginOption: (value: GrantOrigin) => ValueObjectOption<GrantOrigin>;
10968
10956
  };
@@ -10990,12 +10978,6 @@ export declare function useJobBaseResource<T extends JobBaseResource = JobBaseRe
10990
10978
  color?: string | undefined;
10991
10979
  active?: false | undefined;
10992
10980
  subtitle?: string | undefined;
10993
- }[], ValueObjectOption<T>[] | {
10994
- value: UnwrapRef<T>;
10995
- title: string;
10996
- color?: string | undefined;
10997
- active?: false | undefined;
10998
- subtitle?: string | undefined;
10999
10981
  }[]>;
11000
10982
  getJobResourceOption: (value: T) => ValueObjectOption<T>;
11001
10983
  };
@@ -11007,22 +10989,16 @@ export declare function useJobStatus(): {
11007
10989
  color?: string | undefined;
11008
10990
  active?: false | undefined;
11009
10991
  subtitle?: string | undefined;
11010
- }[], ValueObjectOption<JobStatus>[] | {
11011
- value: JobStatus;
11012
- title: string;
11013
- color?: string | undefined;
11014
- active?: false | undefined;
11015
- subtitle?: string | undefined;
11016
10992
  }[]>;
11017
10993
  getJobStatusOption: (value: JobStatus) => ValueObjectOption<JobStatus>;
11018
10994
  };
11019
10995
 
11020
10996
  export declare function useLanguageSettings(): {
11021
- currentLanguageCode: Readonly<Ref<"default" | LanguageCode, "default" | LanguageCode>>;
10997
+ currentLanguageCode: Readonly<Ref<"default" | LanguageCode>>;
11022
10998
  };
11023
10999
 
11024
11000
  export declare function useLoginStatus(to: RouteLocationNormalized): {
11025
- status: Readonly<Ref<string | null, string | null>>;
11001
+ status: Readonly<Ref<string | null>>;
11026
11002
  isStatusNotDefined: () => boolean;
11027
11003
  isStatusLoginSuccess: () => boolean;
11028
11004
  isStatusSsoCommunicationFailure: () => boolean;
@@ -11037,12 +11013,6 @@ export declare function useLogLevel(): {
11037
11013
  color?: string | undefined;
11038
11014
  active?: false | undefined;
11039
11015
  subtitle?: string | undefined;
11040
- }[], ValueObjectOption<LogLevel>[] | {
11041
- value: LogLevel;
11042
- title: string;
11043
- color?: string | undefined;
11044
- active?: false | undefined;
11045
- subtitle?: string | undefined;
11046
11016
  }[]>;
11047
11017
  getLogLevelOption: (value: LogLevel) => {
11048
11018
  value: LogLevel;
@@ -11088,19 +11058,19 @@ export declare function useRemainingTime(): {
11088
11058
  };
11089
11059
 
11090
11060
  export declare function useSubjectSelect<TItem>(datatableConfig: any, datatableHiddenColumns: any, system: string, subject: string, fetch: (pag: Pagination, fb: FilterBag) => Promise<Array<TItem>>, filter: FilterBag): {
11091
- items: Ref<TItem[], TItem[]>;
11092
- selected: Ref<TItem[], TItem[]>;
11061
+ items: Ref<TItem[]>;
11062
+ selected: Ref<TItem[]>;
11093
11063
  pagination: Pagination;
11094
11064
  columnsVisible: ComputedRef<any>;
11095
- columnsHidden: Ref<string[], string[]>;
11065
+ columnsHidden: Ref<string[]>;
11096
11066
  columnsAll: {
11097
11067
  key: string;
11098
11068
  title?: string;
11099
11069
  sortable: boolean;
11100
11070
  fixed: boolean;
11101
11071
  }[];
11102
- filterTouched: Ref<boolean, boolean>;
11103
- loading: Ref<boolean, boolean>;
11072
+ filterTouched: Ref<boolean>;
11073
+ loading: Ref<boolean>;
11104
11074
  onRowClick: (event: Event) => void;
11105
11075
  onFetchNextPage: () => Promise<void>;
11106
11076
  onOpen: () => void;
@@ -11111,9 +11081,9 @@ export declare function useSubjectSelect<TItem>(datatableConfig: any, datatableH
11111
11081
  };
11112
11082
 
11113
11083
  export declare function useTheme(): {
11114
- settings: Readonly<Ref<ThemeSettings, ThemeSettings>>;
11115
- theme: Readonly<Ref<Theme, Theme>>;
11116
- toolbarColor: Readonly<Ref<"white" | "#1A1A1A", "white" | "#1A1A1A">>;
11084
+ settings: Readonly<Ref<ThemeSettings>>;
11085
+ theme: Readonly<Ref<Theme>>;
11086
+ toolbarColor: Readonly<Ref<"white" | "#1A1A1A">>;
11117
11087
  toggleTheme: () => void;
11118
11088
  setThemeAuto: () => void;
11119
11089
  setThemeDark: () => void;
@@ -11197,130 +11167,3 @@ export declare type VuetifyIconValue = string;
11197
11167
  export declare const yearNow: () => string;
11198
11168
 
11199
11169
  export { }
11200
-
11201
-
11202
- declare module 'vue' {
11203
- interface GlobalComponents {
11204
- }
11205
- }
11206
-
11207
-
11208
- declare global {
11209
- type __VLS_IntrinsicElements = import('vue/jsx-runtime').JSX.IntrinsicElements;
11210
- type __VLS_Element = import('vue/jsx-runtime').JSX.Element;
11211
- type __VLS_GlobalComponents = import('vue').GlobalComponents & Pick<typeof import('vue'), 'Transition' | 'TransitionGroup' | 'KeepAlive' | 'Suspense' | 'Teleport'>;
11212
- type __VLS_IsAny<T> = 0 extends 1 & T ? true : false;
11213
- type __VLS_PickNotAny<A, B> = __VLS_IsAny<A> extends true ? B : A;
11214
- const __VLS_intrinsicElements: __VLS_IntrinsicElements;
11215
- function __VLS_getVForSourceType(source: number): [number, number, number][];
11216
- function __VLS_getVForSourceType(source: string): [string, number, number][];
11217
- function __VLS_getVForSourceType<T extends any[]>(source: T): [
11218
- item: T[number],
11219
- key: number,
11220
- index: number
11221
- ][];
11222
- function __VLS_getVForSourceType<T extends {
11223
- [Symbol.iterator](): Iterator<any>;
11224
- }>(source: T): [
11225
- item: T extends {
11226
- [Symbol.iterator](): Iterator<infer T1>;
11227
- } ? T1 : never,
11228
- key: number,
11229
- index: undefined
11230
- ][];
11231
- function __VLS_getVForSourceType<T extends number | {
11232
- [Symbol.iterator](): Iterator<any>;
11233
- }>(source: T): [
11234
- item: number | (Exclude<T, number> extends {
11235
- [Symbol.iterator](): Iterator<infer T1>;
11236
- } ? T1 : never),
11237
- key: number,
11238
- index: undefined
11239
- ][];
11240
- function __VLS_getVForSourceType<T>(source: T): [
11241
- item: T[keyof T],
11242
- key: keyof T,
11243
- index: number
11244
- ][];
11245
- function __VLS_getSlotParams<T>(slot: T): Parameters<__VLS_PickNotAny<NonNullable<T>, (...args: any[]) => any>>;
11246
- function __VLS_getSlotParam<T>(slot: T): Parameters<__VLS_PickNotAny<NonNullable<T>, (...args: any[]) => any>>[0];
11247
- function __VLS_directiveFunction<T>(dir: T): T extends import('vue').ObjectDirective<infer E, infer V> | import('vue').FunctionDirective<infer E, infer V> ? (value: V) => void : T;
11248
- function __VLS_withScope<T, K>(ctx: T, scope: K): ctx is T & K;
11249
- function __VLS_makeOptional<T>(t: T): {
11250
- [K in keyof T]?: T[K];
11251
- };
11252
- function __VLS_nonNullable<T>(t: T): T extends null | undefined ? never : T;
11253
- type __VLS_SelfComponent<N, C> = string extends N ? {} : N extends string ? {
11254
- [P in N]: C;
11255
- } : {};
11256
- type __VLS_WithComponent<N0 extends string, LocalComponents, N1 extends string, N2 extends string, N3 extends string> = N1 extends keyof LocalComponents ? N1 extends N0 ? Pick<LocalComponents, N0 extends keyof LocalComponents ? N0 : never> : {
11257
- [K in N0]: LocalComponents[N1];
11258
- } : N2 extends keyof LocalComponents ? N2 extends N0 ? Pick<LocalComponents, N0 extends keyof LocalComponents ? N0 : never> : {
11259
- [K in N0]: LocalComponents[N2];
11260
- } : N3 extends keyof LocalComponents ? N3 extends N0 ? Pick<LocalComponents, N0 extends keyof LocalComponents ? N0 : never> : {
11261
- [K in N0]: LocalComponents[N3];
11262
- } : N1 extends keyof __VLS_GlobalComponents ? N1 extends N0 ? Pick<__VLS_GlobalComponents, N0 extends keyof __VLS_GlobalComponents ? N0 : never> : {
11263
- [K in N0]: __VLS_GlobalComponents[N1];
11264
- } : N2 extends keyof __VLS_GlobalComponents ? N2 extends N0 ? Pick<__VLS_GlobalComponents, N0 extends keyof __VLS_GlobalComponents ? N0 : never> : {
11265
- [K in N0]: __VLS_GlobalComponents[N2];
11266
- } : N3 extends keyof __VLS_GlobalComponents ? N3 extends N0 ? Pick<__VLS_GlobalComponents, N0 extends keyof __VLS_GlobalComponents ? N0 : never> : {
11267
- [K in N0]: __VLS_GlobalComponents[N3];
11268
- } : {
11269
- [K in N0]: unknown;
11270
- };
11271
- function __VLS_asFunctionalComponent<T, K = T extends new (...args: any) => any ? InstanceType<T> : unknown>(t: T, instance?: K): T extends new (...args: any) => any ? (props: (K extends {
11272
- $props: infer Props;
11273
- } ? Props : any) & Record<string, unknown>, ctx?: any) => __VLS_Element & {
11274
- __ctx?: {
11275
- attrs?: any;
11276
- slots?: K extends {
11277
- $slots: infer Slots;
11278
- } ? Slots : any;
11279
- emit?: K extends {
11280
- $emit: infer Emit;
11281
- } ? Emit : any;
11282
- } & {
11283
- props?: (K extends {
11284
- $props: infer Props;
11285
- } ? Props : any) & Record<string, unknown>;
11286
- expose?(exposed: K): void;
11287
- };
11288
- } : T extends () => any ? (props: {}, ctx?: any) => ReturnType<T> : T extends (...args: any) => any ? T : (_: {} & Record<string, unknown>, ctx?: any) => {
11289
- __ctx?: {
11290
- attrs?: any;
11291
- expose?: any;
11292
- slots?: any;
11293
- emit?: any;
11294
- props?: {} & Record<string, unknown>;
11295
- };
11296
- };
11297
- function __VLS_elementAsFunction<T>(tag: T, endTag?: T): (_: T & Record<string, unknown>) => void;
11298
- function __VLS_functionalComponentArgsRest<T extends (...args: any) => any>(t: T): Parameters<T>['length'] extends 2 ? [any] : [];
11299
- function __VLS_pickFunctionalComponentCtx<T, K>(comp: T, compInstance: K): __VLS_PickNotAny<'__ctx' extends keyof __VLS_PickNotAny<K, {}> ? K extends {
11300
- __ctx?: infer Ctx;
11301
- } ? Ctx : never : any, T extends (props: any, ctx: infer Ctx) => any ? Ctx : any>;
11302
- type __VLS_FunctionalComponentProps<T, K> = '__ctx' extends keyof __VLS_PickNotAny<K, {}> ? K extends {
11303
- __ctx?: {
11304
- props?: infer P;
11305
- };
11306
- } ? NonNullable<P> : never : T extends (props: infer P, ...args: any) => any ? P : {};
11307
- type __VLS_IsFunction<T, K> = K extends keyof T ? __VLS_IsAny<T[K]> extends false ? unknown extends T[K] ? false : true : false : false;
11308
- function __VLS_normalizeSlot<S>(s: S): S extends () => infer R ? (props: {}) => R : S;
11309
- /**
11310
- * emit
11311
- */
11312
- type __VLS_UnionToIntersection<U> = (U extends unknown ? (arg: U) => unknown : never) extends ((arg: infer P) => unknown) ? P : never;
11313
- type __VLS_OverloadUnionInner<T, U = unknown> = U & T extends (...args: infer A) => infer R ? U extends T ? never : __VLS_OverloadUnionInner<T, Pick<T, keyof T> & U & ((...args: A) => R)> | ((...args: A) => R) : never;
11314
- type __VLS_OverloadUnion<T> = Exclude<__VLS_OverloadUnionInner<(() => never) & T>, T extends () => never ? never : () => never>;
11315
- type __VLS_ConstructorOverloads<T> = __VLS_OverloadUnion<T> extends infer F ? F extends (event: infer E, ...args: infer A) => any ? {
11316
- [K in E & string]: (...args: A) => void;
11317
- } : never : never;
11318
- type __VLS_NormalizeEmits<T> = __VLS_PrettifyGlobal<__VLS_UnionToIntersection<__VLS_ConstructorOverloads<T> & {
11319
- [K in keyof T]: T[K] extends any[] ? {
11320
- (...args: T[K]): void;
11321
- } : never;
11322
- }>>;
11323
- type __VLS_PrettifyGlobal<T> = {
11324
- [K in keyof T]: T[K];
11325
- } & {};
11326
- }
@@ -1,4 +1,4 @@
1
- import { R as s, S as t, T as o, U as i, V as r, W as n, K as l, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as S, _ as T, a as C, c as D, ar as g, aq as F, as as y, O as E, G as B, ap as R, aa as L, ai as h, aj as I, au as U, D as O, E as f, C as P, z as _, B as v, F as k, L as N, X as M, A as V, x as w, y as z, u as H, $ as G, v as x, Y as j, t as J, Z as q, w as W, s as Q, l as K, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as na, am as la, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Sa, a7 as Ta, aB as Ca, aC as Da, aE as ga, f as Fa, h as ya, b as Ea, af as Ba, ag as Ra, ah as La, a6 as ha, i as Ia, a0 as Ua, a1 as Oa, a2 as fa, a4 as Pa, M as _a, aD as va, Q as ka, N as Na, dW as Ma, d$ as Va, dY as wa, e2 as za, e4 as Ha, e5 as Ga, bn as xa, bp as ja, bo as Ja, d7 as qa, dR as Wa, dQ as Qa, di as Ka, dJ as Xa, dK as Ya, dF as Za, dE as $a, dP as ae, dO as ee, dN as se, dI as te, bw as oe, bx as ie, cc as re, cb as ne, aA as le, az as ue, bz as ce, by as Ae, bF as me, bA as de, ay as be, bB as pe, bC as Se, aw as Te, ax as Ce, bE as De, d8 as ge, bc as Fe, be as ye, dc as Ee, da as Be, de as Re, db as Le, d9 as he, dd as Ie, df as Ue, bk as Oe, bl as fe, bg as Pe, dh as _e, dg as ve, d6 as ke, d5 as Ne, aP as Me, bu as Ve, bv as we, bD as ze, cF as He, cG as Ge, cH as xe, cI as je, cJ as Je, cK as qe, cL as We, cO as Qe, cM as Ke, cy as Xe, cx as Ye, cv as Ze, cw as $e, cz as as, bs as es, bt as ss, bq as ts, br as os, d_ as is, e1 as rs, dV as ns, cu as ls, cB as us, cA as cs, bJ as As, aM as ms, dG as ds, cT as bs, e9 as ps, cq as Ss, cj as Ts, cl as Cs, co as Ds, ce as gs, ch as Fs, cg as ys, ci as Es, cf as Bs, cm as Rs, ck as Ls, ba as hs, bb as Is, aO as Us, cC as Os, cX as fs, cW as Ps, cV as _s, cU as vs, ea as ks, cZ as Ns, cY as Ms, d1 as Vs, c$ as ws, c_ as zs, aU as Hs, cD as Gs, cE as xs, e8 as js, dT as Js, b0 as qs, dU as Ws, dZ as Qs, dX as Ks, e0 as Xs, e3 as Ys, bO as Zs, bQ as $s, dM as at, dL as et, bj as st, bU as tt, bR as ot, bK as it, bN as rt, bL as nt, bP as lt, bV as ut, bS as ct, bX as At, bM as mt, bi as dt, bW as bt, bT as pt, cs as St, e7 as Tt, aI as Ct, d2 as Dt, d3 as gt, d4 as Ft, aR as yt, ct as Et, c0 as Bt, b$ as Rt, bZ as Lt, bY as ht, b_ as It, cr as Ut, cS as Ot, c8 as ft, c7 as Pt, c4 as _t, c2 as vt, c1 as kt, c6 as Nt, c3 as Mt, c5 as Vt, c9 as wt, ca as zt, cp as Ht, cd as Gt, d0 as xt, aK as jt, bG as Jt, cN as qt, a$ as Wt, ds as Qt, dx as Kt, dA as Xt, dm as Yt, dp as Zt, dH as $t, dw as ao, dr as eo, dk as so, dz as to, dD as oo, du as io, dy as ro, dB as no, dC as lo, dq as uo, dt as co, dv as Ao, dn as mo, dl as bo, b9 as po, bm as So, e6 as To, aV as Co, aW as Do, a_ as go, b7 as Fo, b4 as yo, b5 as Eo, aX as Bo, dS as Ro, b6 as Lo, b3 as ho, b1 as Io, aZ as Uo, b2 as Oo, aL as fo, aH as Po, bd as _o, bf as vo, b8 as ko, cP as No, cQ as Mo, cR as Vo, aQ as wo, bh as zo, aS as Ho, aF as Go, aG as xo, bH as jo, bI as Jo, aJ as qo, aT as Wo, aN as Qo, aY as Ko, dj as Xo, cn as Yo } from "./lib-CqAfxcR4.js";
1
+ import { R as s, S as t, T as o, U as i, V as r, W as n, K as l, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as S, _ as T, a as C, c as D, ar as g, aq as F, as as y, O as E, G as B, ap as R, aa as L, ai as h, aj as I, au as U, D as O, E as f, C as P, z as _, B as v, F as k, L as N, X as M, A as V, x as w, y as z, u as H, $ as G, v as x, Y as j, t as J, Z as q, w as W, s as Q, l as K, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as na, am as la, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Sa, a7 as Ta, aB as Ca, aC as Da, aE as ga, f as Fa, h as ya, b as Ea, af as Ba, ag as Ra, ah as La, a6 as ha, i as Ia, a0 as Ua, a1 as Oa, a2 as fa, a4 as Pa, M as _a, aD as va, Q as ka, N as Na, dW as Ma, d$ as Va, dY as wa, e2 as za, e4 as Ha, e5 as Ga, bn as xa, bp as ja, bo as Ja, d7 as qa, dR as Wa, dQ as Qa, di as Ka, dJ as Xa, dK as Ya, dF as Za, dE as $a, dP as ae, dO as ee, dN as se, dI as te, bw as oe, bx as ie, cc as re, cb as ne, aA as le, az as ue, bz as ce, by as Ae, bF as me, bA as de, ay as be, bB as pe, bC as Se, aw as Te, ax as Ce, bE as De, d8 as ge, bc as Fe, be as ye, dc as Ee, da as Be, de as Re, db as Le, d9 as he, dd as Ie, df as Ue, bk as Oe, bl as fe, bg as Pe, dh as _e, dg as ve, d6 as ke, d5 as Ne, aP as Me, bu as Ve, bv as we, bD as ze, cF as He, cG as Ge, cH as xe, cI as je, cJ as Je, cK as qe, cL as We, cO as Qe, cM as Ke, cy as Xe, cx as Ye, cv as Ze, cw as $e, cz as as, bs as es, bt as ss, bq as ts, br as os, d_ as is, e1 as rs, dV as ns, cu as ls, cB as us, cA as cs, bJ as As, aM as ms, dG as ds, cT as bs, e9 as ps, cq as Ss, cj as Ts, cl as Cs, co as Ds, ce as gs, ch as Fs, cg as ys, ci as Es, cf as Bs, cm as Rs, ck as Ls, ba as hs, bb as Is, aO as Us, cC as Os, cX as fs, cW as Ps, cV as _s, cU as vs, ea as ks, cZ as Ns, cY as Ms, d1 as Vs, c$ as ws, c_ as zs, aU as Hs, cD as Gs, cE as xs, e8 as js, dT as Js, b0 as qs, dU as Ws, dZ as Qs, dX as Ks, e0 as Xs, e3 as Ys, bO as Zs, bQ as $s, dM as at, dL as et, bj as st, bU as tt, bR as ot, bK as it, bN as rt, bL as nt, bP as lt, bV as ut, bS as ct, bX as At, bM as mt, bi as dt, bW as bt, bT as pt, cs as St, e7 as Tt, aI as Ct, d2 as Dt, d3 as gt, d4 as Ft, aR as yt, ct as Et, c0 as Bt, b$ as Rt, bZ as Lt, bY as ht, b_ as It, cr as Ut, cS as Ot, c8 as ft, c7 as Pt, c4 as _t, c2 as vt, c1 as kt, c6 as Nt, c3 as Mt, c5 as Vt, c9 as wt, ca as zt, cp as Ht, cd as Gt, d0 as xt, aK as jt, bG as Jt, cN as qt, a$ as Wt, ds as Qt, dx as Kt, dA as Xt, dm as Yt, dp as Zt, dH as $t, dw as ao, dr as eo, dk as so, dz as to, dD as oo, du as io, dy as ro, dB as no, dC as lo, dq as uo, dt as co, dv as Ao, dn as mo, dl as bo, b9 as po, bm as So, e6 as To, aV as Co, aW as Do, a_ as go, b7 as Fo, b4 as yo, b5 as Eo, aX as Bo, dS as Ro, b6 as Lo, b3 as ho, b1 as Io, aZ as Uo, b2 as Oo, aL as fo, aH as Po, bd as _o, bf as vo, b8 as ko, cP as No, cQ as Mo, cR as Vo, aQ as wo, bh as zo, aS as Ho, aF as Go, aG as xo, bH as jo, bI as Jo, aJ as qo, aT as Wo, aN as Qo, aY as Ko, dj as Xo, cn as Yo } from "./lib-CO4EISxz.js";
2
2
  import { useI18n as $o } from "vue-i18n";
3
3
  export {
4
4
  s as AActionCloseButton,