@anzusystems/common-admin 1.47.0-alpha1 → 1.47.0-alpha10

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.
@@ -4261,6 +4261,68 @@ export declare const AIconGroup: DefineComponent<__VLS_WithDefaults_36<__VLS_Typ
4261
4261
  secondaryText: null | string;
4262
4262
  }, {}>;
4263
4263
 
4264
+ export declare const AImagePublicInput: DefineComponent<{
4265
+ modelValue: {
4266
+ required: true;
4267
+ type: PropType<IntegerIdNullable>;
4268
+ };
4269
+ dataCy: {
4270
+ type: PropType<string>;
4271
+ default: undefined;
4272
+ };
4273
+ image: {
4274
+ type: PropType<ImageAware>;
4275
+ default: undefined;
4276
+ };
4277
+ configName: {
4278
+ type: PropType<string>;
4279
+ default: string;
4280
+ };
4281
+ selectConfig: {
4282
+ type: PropType<ImageWidgetSelectConfig[]>;
4283
+ required: true;
4284
+ };
4285
+ labelT: {
4286
+ type: PropType<string>;
4287
+ default: string;
4288
+ };
4289
+ }, {
4290
+ submit: () => Promise<{
4291
+ asset: AssetDetailItemDto;
4292
+ image: ImageAware;
4293
+ } | undefined>;
4294
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
4295
+ modelValue: {
4296
+ required: true;
4297
+ type: PropType<IntegerIdNullable>;
4298
+ };
4299
+ dataCy: {
4300
+ type: PropType<string>;
4301
+ default: undefined;
4302
+ };
4303
+ image: {
4304
+ type: PropType<ImageAware>;
4305
+ default: undefined;
4306
+ };
4307
+ configName: {
4308
+ type: PropType<string>;
4309
+ default: string;
4310
+ };
4311
+ selectConfig: {
4312
+ type: PropType<ImageWidgetSelectConfig[]>;
4313
+ required: true;
4314
+ };
4315
+ labelT: {
4316
+ type: PropType<string>;
4317
+ default: string;
4318
+ };
4319
+ }>>, {
4320
+ dataCy: string;
4321
+ image: ImageAware;
4322
+ configName: string;
4323
+ labelT: string;
4324
+ }, {}>;
4325
+
4264
4326
  export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4265
4327
  modelValue: IntegerIdNullable;
4266
4328
  queueKey: UploadQueueKey;
@@ -4827,6 +4889,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4827
4889
  disableDefaultSort?: boolean | undefined;
4828
4890
  updatePosition?: boolean | undefined;
4829
4891
  positionField?: string | undefined;
4892
+ positionMultiplier?: number | undefined;
4830
4893
  showAddAfterButton?: boolean | undefined;
4831
4894
  showAddLastButton?: boolean | undefined;
4832
4895
  showDeleteButton?: boolean | undefined;
@@ -4841,6 +4904,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4841
4904
  disableDefaultSort: boolean;
4842
4905
  updatePosition: boolean;
4843
4906
  positionField: string;
4907
+ positionMultiplier: number;
4844
4908
  showAddAfterButton: boolean;
4845
4909
  showAddLastButton: boolean;
4846
4910
  showDeleteButton: boolean;
@@ -4872,6 +4936,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4872
4936
  disableDefaultSort?: boolean | undefined;
4873
4937
  updatePosition?: boolean | undefined;
4874
4938
  positionField?: string | undefined;
4939
+ positionMultiplier?: number | undefined;
4875
4940
  showAddAfterButton?: boolean | undefined;
4876
4941
  showAddLastButton?: boolean | undefined;
4877
4942
  showDeleteButton?: boolean | undefined;
@@ -4886,6 +4951,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4886
4951
  disableDefaultSort: boolean;
4887
4952
  updatePosition: boolean;
4888
4953
  positionField: string;
4954
+ positionMultiplier: number;
4889
4955
  showAddAfterButton: boolean;
4890
4956
  showAddLastButton: boolean;
4891
4957
  showDeleteButton: boolean;
@@ -4908,6 +4974,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS
4908
4974
  disableDefaultSort: boolean;
4909
4975
  updatePosition: boolean;
4910
4976
  positionField: string;
4977
+ positionMultiplier: number;
4911
4978
  showAddAfterButton: boolean;
4912
4979
  showAddLastButton: boolean;
4913
4980
  showDeleteButton: boolean;
@@ -6543,6 +6610,8 @@ export declare const i18n: I18n<{
6543
6610
  refresh: string;
6544
6611
  forwards: string;
6545
6612
  backwards: string;
6613
+ next: string;
6614
+ prev: string;
6546
6615
  loadMore: string;
6547
6616
  };
6548
6617
  model: {
@@ -7012,6 +7081,11 @@ export declare const i18n: I18n<{
7012
7081
  mimeType: string;
7013
7082
  };
7014
7083
  notificationsNotConnected: string;
7084
+ public: {
7085
+ idOrUrl: string;
7086
+ inputError: string;
7087
+ imagePreview: string;
7088
+ };
7015
7089
  };
7016
7090
  collab: {
7017
7091
  alert: {
@@ -7435,6 +7509,8 @@ export declare const messagesCs: {
7435
7509
  refresh: string;
7436
7510
  forwards: string;
7437
7511
  backwards: string;
7512
+ next: string;
7513
+ prev: string;
7438
7514
  loadMore: string;
7439
7515
  };
7440
7516
  model: {
@@ -7904,6 +7980,11 @@ export declare const messagesCs: {
7904
7980
  mimeType: string;
7905
7981
  };
7906
7982
  notificationsNotConnected: string;
7983
+ public: {
7984
+ idOrUrl: string;
7985
+ inputError: string;
7986
+ imagePreview: string;
7987
+ };
7907
7988
  };
7908
7989
  collab: {
7909
7990
  alert: {
@@ -8118,6 +8199,8 @@ export declare const messagesEn: {
8118
8199
  refresh: string;
8119
8200
  forwards: string;
8120
8201
  backwards: string;
8202
+ next: string;
8203
+ prev: string;
8121
8204
  loadMore: string;
8122
8205
  };
8123
8206
  model: {
@@ -8587,6 +8670,11 @@ export declare const messagesEn: {
8587
8670
  mimeType: string;
8588
8671
  };
8589
8672
  notificationsNotConnected: string;
8673
+ public: {
8674
+ idOrUrl: string;
8675
+ inputError: string;
8676
+ imagePreview: string;
8677
+ };
8590
8678
  };
8591
8679
  collab: {
8592
8680
  alert: {
@@ -8801,6 +8889,8 @@ export declare const messagesSk: {
8801
8889
  refresh: string;
8802
8890
  forwards: string;
8803
8891
  backwards: string;
8892
+ next: string;
8893
+ prev: string;
8804
8894
  loadMore: string;
8805
8895
  };
8806
8896
  model: {
@@ -9283,6 +9373,11 @@ export declare const messagesSk: {
9283
9373
  mimeType: string;
9284
9374
  };
9285
9375
  notificationsNotConnected: string;
9376
+ public: {
9377
+ idOrUrl: string;
9378
+ inputError: string;
9379
+ imagePreview: string;
9380
+ };
9286
9381
  };
9287
9382
  collab: {
9288
9383
  alert: {