@anzusystems/common-admin 1.47.0-beta.285 → 1.47.0-beta.287

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.
@@ -25,7 +25,6 @@ import { ComponentPublicInstance } from 'vue';
25
25
  import { ComputedRef } from 'vue';
26
26
  import { CreateComponentPublicInstanceWithMixins } from 'vue';
27
27
  import { CSSProperties } from 'vue';
28
- import { DamAssetTypeType as DamAssetTypeType_2 } from '../../lib';
29
28
  import { DamMedia as DamMedia_2 } from '../../types/MediaAware';
30
29
  import { DamMediaTypeType } from '../../types/MediaAware';
31
30
  import { DatetimeUTCNullable as DatetimeUTCNullable_2 } from '../../types/common';
@@ -2105,7 +2104,6 @@ $props: {
2105
2104
  readonly modelValue: boolean;
2106
2105
  readonly saving: boolean;
2107
2106
  readonly loading: boolean;
2108
- readonly type: DamAssetTypeType_2 | null;
2109
2107
  readonly expand?: boolean | undefined;
2110
2108
  readonly showDamAuthors?: boolean | undefined;
2111
2109
  readonly onEditAsset?: ((data: string) => any) | undefined;
@@ -2130,7 +2128,6 @@ $options: ComponentOptionsBase<Readonly<{
2130
2128
  modelValue: boolean;
2131
2129
  saving: boolean;
2132
2130
  loading: boolean;
2133
- type: DamAssetTypeType_2 | null;
2134
2131
  expand?: boolean;
2135
2132
  showDamAuthors?: boolean;
2136
2133
  }> & Readonly<{
@@ -2173,7 +2170,6 @@ showDamAuthors: boolean;
2173
2170
  modelValue: boolean;
2174
2171
  saving: boolean;
2175
2172
  loading: boolean;
2176
- type: DamAssetTypeType_2 | null;
2177
2173
  expand?: boolean;
2178
2174
  showDamAuthors?: boolean;
2179
2175
  }> & Readonly<{
@@ -2649,7 +2645,6 @@ $props: {
2649
2645
  readonly modelValue: boolean;
2650
2646
  readonly saving: boolean;
2651
2647
  readonly loading: boolean;
2652
- readonly type: DamAssetTypeType_2 | null;
2653
2648
  readonly expand?: boolean | undefined;
2654
2649
  readonly showDamAuthors?: boolean | undefined;
2655
2650
  readonly onEditAsset?: ((data: string) => any) | undefined;
@@ -2674,7 +2669,6 @@ $options: ComponentOptionsBase<Readonly<{
2674
2669
  modelValue: boolean;
2675
2670
  saving: boolean;
2676
2671
  loading: boolean;
2677
- type: DamAssetTypeType_2 | null;
2678
2672
  expand?: boolean;
2679
2673
  showDamAuthors?: boolean;
2680
2674
  }> & Readonly<{
@@ -2717,7 +2711,6 @@ showDamAuthors: boolean;
2717
2711
  modelValue: boolean;
2718
2712
  saving: boolean;
2719
2713
  loading: boolean;
2720
- type: DamAssetTypeType_2 | null;
2721
2714
  expand?: boolean;
2722
2715
  showDamAuthors?: boolean;
2723
2716
  }> & Readonly<{
@@ -8264,7 +8257,6 @@ declare function __VLS_template_24(): {
8264
8257
  readonly modelValue: boolean;
8265
8258
  readonly saving: boolean;
8266
8259
  readonly loading: boolean;
8267
- readonly type: DamAssetTypeType_2 | null;
8268
8260
  readonly expand?: boolean | undefined;
8269
8261
  readonly showDamAuthors?: boolean | undefined;
8270
8262
  readonly onEditAsset?: ((data: string) => any) | undefined;
@@ -8289,7 +8281,6 @@ declare function __VLS_template_24(): {
8289
8281
  modelValue: boolean;
8290
8282
  saving: boolean;
8291
8283
  loading: boolean;
8292
- type: DamAssetTypeType_2 | null;
8293
8284
  expand?: boolean;
8294
8285
  showDamAuthors?: boolean;
8295
8286
  }> & Readonly<{
@@ -8332,7 +8323,6 @@ declare function __VLS_template_24(): {
8332
8323
  modelValue: boolean;
8333
8324
  saving: boolean;
8334
8325
  loading: boolean;
8335
- type: DamAssetTypeType_2 | null;
8336
8326
  expand?: boolean;
8337
8327
  showDamAuthors?: boolean;
8338
8328
  }> & Readonly<{
@@ -8842,7 +8832,6 @@ declare function __VLS_template_25(): {
8842
8832
  readonly modelValue: boolean;
8843
8833
  readonly saving: boolean;
8844
8834
  readonly loading: boolean;
8845
- readonly type: DamAssetTypeType_2 | null;
8846
8835
  readonly expand?: boolean | undefined;
8847
8836
  readonly showDamAuthors?: boolean | undefined;
8848
8837
  readonly onEditAsset?: ((data: string) => any) | undefined;
@@ -8867,7 +8856,6 @@ declare function __VLS_template_25(): {
8867
8856
  modelValue: boolean;
8868
8857
  saving: boolean;
8869
8858
  loading: boolean;
8870
- type: DamAssetTypeType_2 | null;
8871
8859
  expand?: boolean;
8872
8860
  showDamAuthors?: boolean;
8873
8861
  }> & Readonly<{
@@ -8910,7 +8898,6 @@ declare function __VLS_template_25(): {
8910
8898
  modelValue: boolean;
8911
8899
  saving: boolean;
8912
8900
  loading: boolean;
8913
- type: DamAssetTypeType_2 | null;
8914
8901
  expand?: boolean;
8915
8902
  showDamAuthors?: boolean;
8916
8903
  }> & Readonly<{
@@ -18493,6 +18480,11 @@ export declare const useCommonVuetifyConfig: () => {
18493
18480
  density: string;
18494
18481
  color: string;
18495
18482
  };
18483
+ VNumberInput: {
18484
+ variant: string;
18485
+ density: string;
18486
+ color: string;
18487
+ };
18496
18488
  VSwitch: {
18497
18489
  color: string;
18498
18490
  density: string;