@anzusystems/common-admin 1.40.0-alpha20 → 1.40.0-alpha21
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.
- package/dist/common-admin.es.d.ts +24 -29
- package/package.json +5 -5
|
@@ -1666,8 +1666,8 @@ export declare const AActionCloseButton: DefineComponent<__VLS_WithDefaults_37<_
|
|
|
1666
1666
|
dataCy: string;
|
|
1667
1667
|
size: number;
|
|
1668
1668
|
}>>>, {
|
|
1669
|
-
size: number;
|
|
1670
1669
|
dataCy: string;
|
|
1670
|
+
size: number;
|
|
1671
1671
|
buttonClass: string;
|
|
1672
1672
|
buttonT: string;
|
|
1673
1673
|
routeName: string;
|
|
@@ -1702,8 +1702,8 @@ export declare const AActionCreateButton: DefineComponent<__VLS_WithDefaults_38<
|
|
|
1702
1702
|
variant: string;
|
|
1703
1703
|
}>>>, {
|
|
1704
1704
|
variant: ButtonVariant;
|
|
1705
|
-
size: number;
|
|
1706
1705
|
dataCy: string;
|
|
1706
|
+
size: number;
|
|
1707
1707
|
buttonClass: string;
|
|
1708
1708
|
buttonT: string;
|
|
1709
1709
|
}, {}>;
|
|
@@ -1780,8 +1780,8 @@ export declare const AActionDeleteButton: DefineComponent<__VLS_WithDefaults_39<
|
|
|
1780
1780
|
color: string;
|
|
1781
1781
|
variant: ButtonVariant;
|
|
1782
1782
|
disabled: boolean;
|
|
1783
|
-
size: number;
|
|
1784
1783
|
dataCy: string;
|
|
1784
|
+
size: number;
|
|
1785
1785
|
buttonClass: string;
|
|
1786
1786
|
buttonT: string;
|
|
1787
1787
|
dialogMessageT: string;
|
|
@@ -1837,9 +1837,9 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_40<__
|
|
|
1837
1837
|
onEditRecord?: (() => any) | undefined;
|
|
1838
1838
|
}, {
|
|
1839
1839
|
variant: ButtonVariant;
|
|
1840
|
+
dataCy: string;
|
|
1840
1841
|
size: number;
|
|
1841
1842
|
loading: boolean;
|
|
1842
|
-
dataCy: string;
|
|
1843
1843
|
buttonClass: string;
|
|
1844
1844
|
buttonT: string;
|
|
1845
1845
|
routeParams: any | undefined;
|
|
@@ -1876,8 +1876,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
|
|
|
1876
1876
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
1877
1877
|
}, {
|
|
1878
1878
|
disabled: boolean;
|
|
1879
|
-
loading: boolean;
|
|
1880
1879
|
dataCy: string;
|
|
1880
|
+
loading: boolean;
|
|
1881
1881
|
buttonClass: string;
|
|
1882
1882
|
buttonT: string;
|
|
1883
1883
|
}, {}>;
|
|
@@ -1921,9 +1921,9 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_42<__
|
|
|
1921
1921
|
}, {
|
|
1922
1922
|
variant: ButtonVariant;
|
|
1923
1923
|
disabled: boolean;
|
|
1924
|
+
dataCy: string;
|
|
1924
1925
|
size: number;
|
|
1925
1926
|
loading: boolean;
|
|
1926
|
-
dataCy: string;
|
|
1927
1927
|
buttonClass: string;
|
|
1928
1928
|
buttonT: string;
|
|
1929
1929
|
}, {}>;
|
|
@@ -2160,9 +2160,9 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_10<DefineComponent<__VLS
|
|
|
2160
2160
|
variant: ButtonVariantText;
|
|
2161
2161
|
rounded: "pill";
|
|
2162
2162
|
disabled: boolean;
|
|
2163
|
+
dataCy: string;
|
|
2163
2164
|
size: "small" | "x-small";
|
|
2164
2165
|
loading: boolean;
|
|
2165
|
-
dataCy: string;
|
|
2166
2166
|
buttonClass: string;
|
|
2167
2167
|
buttonT: string;
|
|
2168
2168
|
disableMore: boolean;
|
|
@@ -2285,8 +2285,8 @@ export declare const AChipNoLink: __VLS_WithTemplateSlots_3<DefineComponent<__VL
|
|
|
2285
2285
|
dataCy: undefined;
|
|
2286
2286
|
}>>>, {
|
|
2287
2287
|
color: string;
|
|
2288
|
-
size: string;
|
|
2289
2288
|
dataCy: string;
|
|
2289
|
+
size: string;
|
|
2290
2290
|
}, {}>, {
|
|
2291
2291
|
default?(_: {}): any;
|
|
2292
2292
|
}>;
|
|
@@ -3135,9 +3135,9 @@ export declare const AFormDatetimePicker: DefineComponent<__VLS_WithDefaults_10<
|
|
|
3135
3135
|
onBlur?: ((data: string | number | null) => any) | undefined;
|
|
3136
3136
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3137
3137
|
}, {
|
|
3138
|
+
dataCy: string;
|
|
3138
3139
|
required: boolean;
|
|
3139
3140
|
label: string;
|
|
3140
|
-
dataCy: string;
|
|
3141
3141
|
clearable: boolean;
|
|
3142
3142
|
errorMessage: string;
|
|
3143
3143
|
v: any;
|
|
@@ -3182,8 +3182,8 @@ export declare const AFormFlagDatetimePicker: DefineComponent<__VLS_WithDefaults
|
|
|
3182
3182
|
onBlur?: ((data: string | number | null) => any) | undefined;
|
|
3183
3183
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3184
3184
|
}, {
|
|
3185
|
-
label: string;
|
|
3186
3185
|
dataCy: string;
|
|
3186
|
+
label: string;
|
|
3187
3187
|
clearable: boolean;
|
|
3188
3188
|
errorMessage: string;
|
|
3189
3189
|
v: any;
|
|
@@ -3489,9 +3489,9 @@ export declare const AFormTextarea: DefineComponent<__VLS_WithDefaults_9<__VLS_T
|
|
|
3489
3489
|
}, {
|
|
3490
3490
|
appendIcon: VuetifyIconValue;
|
|
3491
3491
|
prependIcon: VuetifyIconValue;
|
|
3492
|
+
dataCy: string;
|
|
3492
3493
|
required: boolean;
|
|
3493
3494
|
label: string;
|
|
3494
|
-
dataCy: string;
|
|
3495
3495
|
hideLabel: boolean;
|
|
3496
3496
|
errorMessage: string;
|
|
3497
3497
|
v: any;
|
|
@@ -3560,9 +3560,9 @@ export declare const AFormTextField: DefineComponent<__VLS_WithDefaults_8<__VLS_
|
|
|
3560
3560
|
appendIcon: VuetifyIconValue;
|
|
3561
3561
|
prependIcon: VuetifyIconValue;
|
|
3562
3562
|
type: string;
|
|
3563
|
+
dataCy: string;
|
|
3563
3564
|
required: boolean;
|
|
3564
3565
|
label: string;
|
|
3565
|
-
dataCy: string;
|
|
3566
3566
|
hideLabel: boolean;
|
|
3567
3567
|
step: number;
|
|
3568
3568
|
errorMessage: string;
|
|
@@ -3621,10 +3621,10 @@ export declare const AFormValueObjectOptionsSelect: DefineComponent<__VLS_WithDe
|
|
|
3621
3621
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
3622
3622
|
onBlur?: ((data: any) => any) | undefined;
|
|
3623
3623
|
}, {
|
|
3624
|
+
dataCy: string;
|
|
3624
3625
|
multiple: boolean;
|
|
3625
3626
|
required: boolean;
|
|
3626
3627
|
label: string;
|
|
3627
|
-
dataCy: string;
|
|
3628
3628
|
hideLabel: boolean;
|
|
3629
3629
|
clearable: boolean;
|
|
3630
3630
|
hideDetails: boolean;
|
|
@@ -3722,9 +3722,9 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_T
|
|
|
3722
3722
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
3723
3723
|
}, {
|
|
3724
3724
|
width: number;
|
|
3725
|
+
dataCy: string;
|
|
3725
3726
|
image: ImageAware;
|
|
3726
3727
|
label: string;
|
|
3727
|
-
dataCy: string;
|
|
3728
3728
|
readonly: boolean;
|
|
3729
3729
|
configName: string;
|
|
3730
3730
|
expandOptions: boolean;
|
|
@@ -3785,8 +3785,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64
|
|
|
3785
3785
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
3786
3786
|
}, {
|
|
3787
3787
|
width: number;
|
|
3788
|
-
label: string;
|
|
3789
3788
|
dataCy: string;
|
|
3789
|
+
label: string;
|
|
3790
3790
|
readonly: boolean;
|
|
3791
3791
|
configName: string;
|
|
3792
3792
|
callDeleteApiOnRemove: boolean;
|
|
@@ -4575,9 +4575,9 @@ declare enum AssetSelectReturnType {
|
|
|
4575
4575
|
}
|
|
4576
4576
|
|
|
4577
4577
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
4578
|
+
pagination: Pagination;
|
|
4578
4579
|
submitFilter: Fn;
|
|
4579
4580
|
resetFilter: Fn;
|
|
4580
|
-
pagination: Pagination;
|
|
4581
4581
|
loading?: boolean | undefined;
|
|
4582
4582
|
modelValue?: boolean | undefined;
|
|
4583
4583
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -4619,9 +4619,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
4619
4619
|
open: () => void;
|
|
4620
4620
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
4621
4621
|
props: {
|
|
4622
|
+
pagination: Pagination;
|
|
4622
4623
|
submitFilter: Fn;
|
|
4623
4624
|
resetFilter: Fn;
|
|
4624
|
-
pagination: Pagination;
|
|
4625
4625
|
loading?: boolean | undefined;
|
|
4626
4626
|
modelValue?: boolean | undefined;
|
|
4627
4627
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -4667,9 +4667,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
4667
4667
|
}> & {
|
|
4668
4668
|
__ctx?: {
|
|
4669
4669
|
props: {
|
|
4670
|
+
pagination: Pagination;
|
|
4670
4671
|
submitFilter: Fn;
|
|
4671
4672
|
resetFilter: Fn;
|
|
4672
|
-
pagination: Pagination;
|
|
4673
4673
|
loading?: boolean | undefined;
|
|
4674
4674
|
modelValue?: boolean | undefined;
|
|
4675
4675
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -4773,8 +4773,8 @@ export declare const ATableCopyIdButton: DefineComponent<__VLS_WithDefaults_47<_
|
|
|
4773
4773
|
dataCy: string;
|
|
4774
4774
|
size: string;
|
|
4775
4775
|
}>>>, {
|
|
4776
|
-
size: 'small' | 'x-small';
|
|
4777
4776
|
dataCy: string;
|
|
4777
|
+
size: 'small' | 'x-small';
|
|
4778
4778
|
buttonClass: string;
|
|
4779
4779
|
buttonT: string;
|
|
4780
4780
|
notifyT: string;
|
|
@@ -8819,21 +8819,16 @@ export declare function useDamConfigState(client?: undefined | (() => AxiosInsta
|
|
|
8819
8819
|
damPubConfig: boolean;
|
|
8820
8820
|
damPrvConfig: boolean;
|
|
8821
8821
|
};
|
|
8822
|
-
damPubConfig:
|
|
8823
|
-
damPrvConfig:
|
|
8824
|
-
damConfigExtSystem:
|
|
8825
|
-
damConfigAssetCustomFormElements:
|
|
8826
|
-
image: CustomDataFormElement[];
|
|
8827
|
-
audio: CustomDataFormElement[];
|
|
8828
|
-
video: CustomDataFormElement[];
|
|
8829
|
-
document: CustomDataFormElement[];
|
|
8830
|
-
}>> | ShallowRef<Map<number, {
|
|
8822
|
+
damPubConfig: ShallowRef<DamPubConfig>;
|
|
8823
|
+
damPrvConfig: ShallowRef<DamPrvConfig>;
|
|
8824
|
+
damConfigExtSystem: ShallowRef<Map<number, DamExtSystemConfig>>;
|
|
8825
|
+
damConfigAssetCustomFormElements: ShallowRef<Map<number, {
|
|
8831
8826
|
image: CustomDataFormElement[];
|
|
8832
8827
|
audio: CustomDataFormElement[];
|
|
8833
8828
|
video: CustomDataFormElement[];
|
|
8834
8829
|
document: CustomDataFormElement[];
|
|
8835
8830
|
}>>;
|
|
8836
|
-
damConfigDistributionCustomFormElements:
|
|
8831
|
+
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>>;
|
|
8837
8832
|
loadDamPrvConfig: () => Promise<unknown>;
|
|
8838
8833
|
loadDamPubConfig: () => Promise<unknown>;
|
|
8839
8834
|
loadDamConfigExtSystem: (extSystemId: IntegerId) => Promise<unknown>;
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./styles": "./dist/style.css",
|
|
14
14
|
"./*": "./*"
|
|
15
15
|
},
|
|
16
|
-
"version": "1.40.0-
|
|
16
|
+
"version": "1.40.0-alpha21",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@kyvg/vue3-notification": "^3.1.1",
|
|
41
41
|
"@mdi/font": "^7.3.67",
|
|
42
42
|
"@rushstack/eslint-patch": "^1.6.1",
|
|
43
|
-
"@types/node": "^20.10.
|
|
43
|
+
"@types/node": "^20.10.5",
|
|
44
44
|
"@types/rusha": "^0.8.3",
|
|
45
45
|
"@types/sortablejs": "^1.15.7",
|
|
46
46
|
"@types/webfontloader": "^1.6.38",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"vite": "5.0.10",
|
|
80
80
|
"vite-plugin-dts": "^3.6.4",
|
|
81
81
|
"vite-plugin-vuetify": "^2.0.1",
|
|
82
|
-
"vitepress": "1.0.0-rc.
|
|
83
|
-
"vue": "3.3.
|
|
82
|
+
"vitepress": "1.0.0-rc.32",
|
|
83
|
+
"vue": "3.3.12",
|
|
84
84
|
"vue-flatpickr-component": "^11.0.3",
|
|
85
85
|
"vue-i18n": "9.8.0",
|
|
86
86
|
"vue-router": "4.2.5",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"dayjs": "1.11.10",
|
|
98
98
|
"flatpickr": "4.6.13",
|
|
99
99
|
"pinia": "2.1.7",
|
|
100
|
-
"vue": "3.3.
|
|
100
|
+
"vue": "3.3.12",
|
|
101
101
|
"vue-i18n": "9.8.0",
|
|
102
102
|
"vue-router": "4.2.5",
|
|
103
103
|
"vuetify": "3.4.7"
|