@anzusystems/common-admin 1.47.0-beta.197 → 1.47.0-beta.199

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.
@@ -5662,17 +5662,21 @@ declare type __VLS_Props_75 = {
5662
5662
  };
5663
5663
 
5664
5664
  declare type __VLS_Props_76 = {
5665
+ extSystem: IntegerId;
5666
+ };
5667
+
5668
+ declare type __VLS_Props_77 = {
5665
5669
  id: null | undefined | IntegerId;
5666
5670
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
5667
5671
  };
5668
5672
 
5669
- declare type __VLS_Props_77 = {
5673
+ declare type __VLS_Props_78 = {
5670
5674
  label?: string;
5671
5675
  seconds?: number;
5672
5676
  parentheses?: boolean;
5673
5677
  };
5674
5678
 
5675
- declare type __VLS_Props_78 = {
5679
+ declare type __VLS_Props_79 = {
5676
5680
  collabRoom: CollabRoom;
5677
5681
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
5678
5682
  isEdit?: boolean;
@@ -5680,7 +5684,12 @@ declare type __VLS_Props_78 = {
5680
5684
  fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
5681
5685
  };
5682
5686
 
5683
- declare type __VLS_Props_79 = {
5687
+ declare type __VLS_Props_8 = {
5688
+ grant: GrantType;
5689
+ grantOrigin: GrantOriginType;
5690
+ };
5691
+
5692
+ declare type __VLS_Props_80 = {
5684
5693
  assetType: DamAssetTypeType;
5685
5694
  minCount: number;
5686
5695
  maxCount: number;
@@ -5696,12 +5705,7 @@ declare type __VLS_Props_79 = {
5696
5705
  initialPaginationSort?: DatatableSortBy;
5697
5706
  };
5698
5707
 
5699
- declare type __VLS_Props_8 = {
5700
- grant: GrantType;
5701
- grantOrigin: GrantOriginType;
5702
- };
5703
-
5704
- declare type __VLS_Props_80 = {
5708
+ declare type __VLS_Props_81 = {
5705
5709
  modelValue: boolean | null;
5706
5710
  dataCy?: string;
5707
5711
  label?: string | undefined;
@@ -5710,7 +5714,7 @@ declare type __VLS_Props_80 = {
5710
5714
  falseT?: string;
5711
5715
  };
5712
5716
 
5713
- declare type __VLS_Props_81 = {
5717
+ declare type __VLS_Props_82 = {
5714
5718
  modelValue: IntegerId | null | IntegerId[] | any;
5715
5719
  client: () => AxiosInstance;
5716
5720
  label?: string | undefined;
@@ -5722,7 +5726,7 @@ declare type __VLS_Props_81 = {
5722
5726
  disableInitFetch?: boolean;
5723
5727
  };
5724
5728
 
5725
- declare type __VLS_Props_82 = {
5729
+ declare type __VLS_Props_83 = {
5726
5730
  modelValue: string[];
5727
5731
  client: () => AxiosInstance;
5728
5732
  multiple?: boolean;
@@ -5730,7 +5734,7 @@ declare type __VLS_Props_82 = {
5730
5734
  dataCy?: string;
5731
5735
  };
5732
5736
 
5733
- declare type __VLS_Props_83 = {
5737
+ declare type __VLS_Props_84 = {
5734
5738
  modelValue: string[];
5735
5739
  client: () => AxiosInstance;
5736
5740
  multiple?: boolean;
@@ -5738,7 +5742,7 @@ declare type __VLS_Props_83 = {
5738
5742
  dataCy?: string;
5739
5743
  };
5740
5744
 
5741
- declare type __VLS_Props_84 = {
5745
+ declare type __VLS_Props_85 = {
5742
5746
  modelValue: IntegerId | null | IntegerId[] | any;
5743
5747
  client: () => AxiosInstance;
5744
5748
  label?: string | undefined;
@@ -5751,7 +5755,7 @@ declare type __VLS_Props_84 = {
5751
5755
  disableInitFetch?: boolean;
5752
5756
  };
5753
5757
 
5754
- declare type __VLS_Props_85 = {
5758
+ declare type __VLS_Props_86 = {
5755
5759
  modelValue: IntegerId | null | IntegerId[] | any;
5756
5760
  client: () => AxiosInstance;
5757
5761
  label?: string | undefined;
@@ -5763,23 +5767,16 @@ declare type __VLS_Props_85 = {
5763
5767
  disableInitFetch?: boolean;
5764
5768
  };
5765
5769
 
5766
- declare type __VLS_Props_86 = {
5767
- extSystem: IntegerId;
5768
- };
5769
-
5770
5770
  declare type __VLS_Props_87 = {
5771
5771
  extSystem: IntegerId;
5772
5772
  };
5773
5773
 
5774
5774
  declare type __VLS_Props_88 = {
5775
- configName?: string;
5775
+ extSystem: IntegerId;
5776
5776
  };
5777
5777
 
5778
5778
  declare type __VLS_Props_89 = {
5779
- title?: string | undefined;
5780
- logoUrl?: string | undefined;
5781
- loginUrl?: undefined | (() => string);
5782
- dataCy?: string;
5779
+ configName?: string;
5783
5780
  };
5784
5781
 
5785
5782
  declare type __VLS_Props_9 = {
@@ -5788,17 +5785,24 @@ declare type __VLS_Props_9 = {
5788
5785
  };
5789
5786
 
5790
5787
  declare type __VLS_Props_90 = {
5791
- logoutUrl?: undefined | (() => string);
5788
+ title?: string | undefined;
5789
+ logoUrl?: string | undefined;
5790
+ loginUrl?: undefined | (() => string);
5791
+ dataCy?: string;
5792
5792
  };
5793
5793
 
5794
5794
  declare type __VLS_Props_91 = {
5795
- returnRouteName: string;
5795
+ logoutUrl?: undefined | (() => string);
5796
5796
  };
5797
5797
 
5798
5798
  declare type __VLS_Props_92 = {
5799
5799
  returnRouteName: string;
5800
5800
  };
5801
5801
 
5802
+ declare type __VLS_Props_93 = {
5803
+ returnRouteName: string;
5804
+ };
5805
+
5802
5806
  declare type __VLS_PublicProps = {
5803
5807
  modelValue: DocId | IntegerId | DocId[] | IntegerId[] | null | any;
5804
5808
  'selected'?: DocId | IntegerId | DocId[] | IntegerId[] | null | any;
@@ -5806,19 +5810,19 @@ declare type __VLS_PublicProps = {
5806
5810
 
5807
5811
  declare type __VLS_PublicProps_10 = {
5808
5812
  'selected'?: ValueObjectOption<IntegerId>[];
5809
- } & __VLS_Props_85;
5813
+ } & __VLS_Props_86;
5810
5814
 
5811
5815
  declare type __VLS_PublicProps_11 = {
5812
5816
  modelValue: Filter;
5813
- } & __VLS_Props_86;
5817
+ } & __VLS_Props_87;
5814
5818
 
5815
5819
  declare type __VLS_PublicProps_12 = {
5816
5820
  modelValue: Filter;
5817
- } & __VLS_Props_87;
5821
+ } & __VLS_Props_88;
5818
5822
 
5819
5823
  declare type __VLS_PublicProps_13 = {
5820
5824
  modelValue: Filter;
5821
- } & __VLS_Props_88;
5825
+ } & __VLS_Props_89;
5822
5826
 
5823
5827
  declare type __VLS_PublicProps_2 = {
5824
5828
  'showAdvanced'?: boolean;
@@ -5850,11 +5854,11 @@ declare type __VLS_PublicProps_7 = {
5850
5854
  declare type __VLS_PublicProps_8 = {
5851
5855
  modelValue?: boolean;
5852
5856
  'sort'?: number;
5853
- } & __VLS_Props_79;
5857
+ } & __VLS_Props_80;
5854
5858
 
5855
5859
  declare type __VLS_PublicProps_9 = {
5856
5860
  'selected'?: ValueObjectOption<IntegerId>[];
5857
- } & __VLS_Props_84;
5861
+ } & __VLS_Props_85;
5858
5862
 
5859
5863
  declare function __VLS_template(): {
5860
5864
  attrs: Partial<{}>;
@@ -10829,9 +10833,9 @@ readonly: boolean;
10829
10833
  randomColor: boolean;
10830
10834
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
10831
10835
 
10832
- export declare const ABooleanSelect: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
10836
+ export declare const ABooleanSelect: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
10833
10837
  "update:modelValue": (data: boolean | null) => any;
10834
- }, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{
10838
+ }, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{
10835
10839
  "onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
10836
10840
  }>, {
10837
10841
  label: string;
@@ -10881,9 +10885,9 @@ export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<
10881
10885
 
10882
10886
  export declare type AclValue = `${string}_${string}_${string}`;
10883
10887
 
10884
- export declare const ACollabCountdown: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
10888
+ export declare const ACollabCountdown: DefineComponent<__VLS_Props_78, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
10885
10889
  done: () => any;
10886
- }, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{
10890
+ }, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{
10887
10891
  onDone?: (() => any) | undefined;
10888
10892
  }>, {
10889
10893
  label: string;
@@ -10891,9 +10895,9 @@ seconds: number;
10891
10895
  parentheses: boolean;
10892
10896
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
10893
10897
 
10894
- export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_76, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_76> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
10898
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
10895
10899
 
10896
- export declare const ACollabManagement: DefineComponent<__VLS_Props_78, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{}>, {
10900
+ export declare const ACollabManagement: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{}>, {
10897
10901
  isEdit: boolean;
10898
10902
  addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
10899
10903
  fetchCachedUsers: () => Promisify<Promise<any>>;
@@ -11583,7 +11587,7 @@ onAfterChange?: ((code: LanguageCode) => any) | undefined;
11583
11587
 
11584
11588
  export declare const ALogData: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11585
11589
 
11586
- export declare const ALoginView: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{}>, {
11590
+ export declare const ALoginView: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {
11587
11591
  title: string;
11588
11592
  dataCy: string;
11589
11593
  logoUrl: string;
@@ -11592,11 +11596,11 @@ loginUrl: () => string;
11592
11596
 
11593
11597
  export declare const ALogLevelChip: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11594
11598
 
11595
- export declare const ALogoutView: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {
11599
+ export declare const ALogoutView: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {
11596
11600
  logoutUrl: () => string;
11597
11601
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11598
11602
 
11599
- export declare const ANotFoundView: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11603
+ export declare const ANotFoundView: DefineComponent<__VLS_Props_93, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_93> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11600
11604
 
11601
11605
  export declare class AnzuApiDependencyExistsError extends Error {
11602
11606
  dependencies: string[];
@@ -12058,7 +12062,7 @@ declare interface AudioAttributes {
12058
12062
  bitrate: number;
12059
12063
  }
12060
12064
 
12061
- export declare const AUnauthorizedView: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12065
+ export declare const AUnauthorizedView: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12062
12066
 
12063
12067
  export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{}>, {
12064
12068
  hideCreatedAt: boolean;
@@ -12531,6 +12535,17 @@ export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElemen
12531
12535
 
12532
12536
  export declare type CustomDataValue = boolean | string | number | string[] | number[];
12533
12537
 
12538
+ export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_76, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_76> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
12539
+ cropper: ShallowUnwrapRef< {
12540
+ enable: () => void;
12541
+ disable: () => void;
12542
+ destroy: () => void;
12543
+ getImageData: () => Cropper.ImageData | undefined;
12544
+ getData: () => Cropper.Data | undefined;
12545
+ setData: (data: Cropper.SetDataOptions) => Cropper | undefined;
12546
+ }> | null;
12547
+ }, any>;
12548
+
12534
12549
  export declare interface DamAssetLicence extends DamAssetLicenceMinimal, AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
12535
12550
  extSystem: IntegerIdNullable;
12536
12551
  extId: string;
@@ -12713,10 +12728,10 @@ export declare type DamDistributionRequirementStrategyType = (typeof DamDistribu
12713
12728
 
12714
12729
  export declare type DamDistributionServiceName = string;
12715
12730
 
12716
- export declare const DamDistributionServiceSelect: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12731
+ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12717
12732
  blur: (data: string[]) => any;
12718
12733
  "update:modelValue": (data: string[]) => any;
12719
- }, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{
12734
+ }, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
12720
12735
  onBlur?: ((data: string[]) => any) | undefined;
12721
12736
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
12722
12737
  }>, {
@@ -12752,10 +12767,10 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
12752
12767
 
12753
12768
  export declare type DamExternalProviderAssetName = string;
12754
12769
 
12755
- export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12770
+ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12756
12771
  blur: (data: string[]) => any;
12757
12772
  "update:modelValue": (data: string[]) => any;
12758
- }, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{
12773
+ }, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{
12759
12774
  onBlur?: ((data: string[]) => any) | undefined;
12760
12775
  "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
12761
12776
  }>, {
@@ -12780,7 +12795,7 @@ export declare interface DamExtSystemConfig extends Record<DamAssetTypeType, Dam
12780
12795
  assetExternalProviders: DamExternalProviderAssetConfig;
12781
12796
  audio: DamExtSystemConfigItem;
12782
12797
  video: DamExtSystemConfigItem;
12783
- image: DamExtSystemConfigItem;
12798
+ image: DamExtSystemConfigItemImage;
12784
12799
  document: DamExtSystemConfigItem;
12785
12800
  }
12786
12801
 
@@ -12796,12 +12811,17 @@ export declare interface DamExtSystemConfigItem {
12796
12811
  slots: string[];
12797
12812
  }
12798
12813
 
12814
+ export declare interface DamExtSystemConfigItemImage extends DamExtSystemConfigItem {
12815
+ roiWidth: number;
12816
+ roiHeight: number;
12817
+ }
12818
+
12799
12819
  export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
12800
12820
  }
12801
12821
 
12802
- export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12822
+ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12803
12823
  "update:modelValue": (data: any) => any;
12804
- }, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{
12824
+ }, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{
12805
12825
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
12806
12826
  }>, {
12807
12827
  required: boolean;