@anzusystems/common-admin 1.47.0-beta.49 → 1.47.0-beta.50
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 +7 -174
- package/package.json +4 -4
|
@@ -37,7 +37,6 @@ import { ShallowRef } from 'vue';
|
|
|
37
37
|
import { ShallowUnwrapRef } from 'vue';
|
|
38
38
|
import { Socket } from 'socket.io-client';
|
|
39
39
|
import { StoreDefinition } from 'pinia';
|
|
40
|
-
import { _UnwrapAll } from 'pinia';
|
|
41
40
|
import { UnwrapRef } from 'vue';
|
|
42
41
|
import { UseEventBusReturn } from '@vueuse/core';
|
|
43
42
|
import { useI18n } from '../vue-i18n/dist/vue-i18n.esm-bundler.js';
|
|
@@ -7988,182 +7987,16 @@ export declare function useDamConfigState(client?: undefined | (() => AxiosInsta
|
|
|
7988
7987
|
loadDamConfigDistributionCustomFormElements: (distributionServiceName: DamDistributionServiceName) => Promise<unknown>;
|
|
7989
7988
|
isDamPubConfigLoaded: () => boolean;
|
|
7990
7989
|
isDamPrvConfigLoaded: () => boolean;
|
|
7991
|
-
getDamConfigExtSystem: (extSystemId: IntegerId) =>
|
|
7992
|
-
assetExternalProviders: DamExternalProviderAssetConfig;
|
|
7993
|
-
audio: {
|
|
7994
|
-
sizeLimit: number;
|
|
7995
|
-
defaultFileVersion: string;
|
|
7996
|
-
versions: Array<string>;
|
|
7997
|
-
mimeTypes: Array<string>;
|
|
7998
|
-
distribution: {
|
|
7999
|
-
distributionServices: Array<DamDistributionServiceName>;
|
|
8000
|
-
distributionRequirements: Record<DamDistributionServiceName, DamDistributionRequirementsConfig>;
|
|
8001
|
-
};
|
|
8002
|
-
authors: {
|
|
8003
|
-
enabled: boolean;
|
|
8004
|
-
required: boolean;
|
|
8005
|
-
};
|
|
8006
|
-
keywords: {
|
|
8007
|
-
enabled: boolean;
|
|
8008
|
-
required: boolean;
|
|
8009
|
-
};
|
|
8010
|
-
customMetadataPinnedAmount: number;
|
|
8011
|
-
slots: string[];
|
|
8012
|
-
};
|
|
8013
|
-
video: {
|
|
8014
|
-
sizeLimit: number;
|
|
8015
|
-
defaultFileVersion: string;
|
|
8016
|
-
versions: Array<string>;
|
|
8017
|
-
mimeTypes: Array<string>;
|
|
8018
|
-
distribution: {
|
|
8019
|
-
distributionServices: Array<DamDistributionServiceName>;
|
|
8020
|
-
distributionRequirements: Record<DamDistributionServiceName, DamDistributionRequirementsConfig>;
|
|
8021
|
-
};
|
|
8022
|
-
authors: {
|
|
8023
|
-
enabled: boolean;
|
|
8024
|
-
required: boolean;
|
|
8025
|
-
};
|
|
8026
|
-
keywords: {
|
|
8027
|
-
enabled: boolean;
|
|
8028
|
-
required: boolean;
|
|
8029
|
-
};
|
|
8030
|
-
customMetadataPinnedAmount: number;
|
|
8031
|
-
slots: string[];
|
|
8032
|
-
};
|
|
8033
|
-
image: {
|
|
8034
|
-
sizeLimit: number;
|
|
8035
|
-
defaultFileVersion: string;
|
|
8036
|
-
versions: Array<string>;
|
|
8037
|
-
mimeTypes: Array<string>;
|
|
8038
|
-
distribution: {
|
|
8039
|
-
distributionServices: Array<DamDistributionServiceName>;
|
|
8040
|
-
distributionRequirements: Record<DamDistributionServiceName, DamDistributionRequirementsConfig>;
|
|
8041
|
-
};
|
|
8042
|
-
authors: {
|
|
8043
|
-
enabled: boolean;
|
|
8044
|
-
required: boolean;
|
|
8045
|
-
};
|
|
8046
|
-
keywords: {
|
|
8047
|
-
enabled: boolean;
|
|
8048
|
-
required: boolean;
|
|
8049
|
-
};
|
|
8050
|
-
customMetadataPinnedAmount: number;
|
|
8051
|
-
slots: string[];
|
|
8052
|
-
};
|
|
8053
|
-
document: {
|
|
8054
|
-
sizeLimit: number;
|
|
8055
|
-
defaultFileVersion: string;
|
|
8056
|
-
versions: Array<string>;
|
|
8057
|
-
mimeTypes: Array<string>;
|
|
8058
|
-
distribution: {
|
|
8059
|
-
distributionServices: Array<DamDistributionServiceName>;
|
|
8060
|
-
distributionRequirements: Record<DamDistributionServiceName, DamDistributionRequirementsConfig>;
|
|
8061
|
-
};
|
|
8062
|
-
authors: {
|
|
8063
|
-
enabled: boolean;
|
|
8064
|
-
required: boolean;
|
|
8065
|
-
};
|
|
8066
|
-
keywords: {
|
|
8067
|
-
enabled: boolean;
|
|
8068
|
-
required: boolean;
|
|
8069
|
-
};
|
|
8070
|
-
customMetadataPinnedAmount: number;
|
|
8071
|
-
slots: string[];
|
|
8072
|
-
};
|
|
8073
|
-
} | undefined;
|
|
7990
|
+
getDamConfigExtSystem: (extSystemId: IntegerId) => DamExtSystemConfig | undefined;
|
|
8074
7991
|
getDamConfigAssetCustomFormElements: (extSystemId: IntegerId) => {
|
|
8075
|
-
image:
|
|
8076
|
-
|
|
8077
|
-
|
|
8078
|
-
|
|
8079
|
-
position: number;
|
|
8080
|
-
attributes: {
|
|
8081
|
-
type: CustomDataFormElementTypeType;
|
|
8082
|
-
minValue: number | null;
|
|
8083
|
-
maxValue: number | null;
|
|
8084
|
-
minCount: number | null;
|
|
8085
|
-
maxCount: number | null;
|
|
8086
|
-
required: boolean;
|
|
8087
|
-
searchable: boolean;
|
|
8088
|
-
readonly: boolean;
|
|
8089
|
-
};
|
|
8090
|
-
createdAt: DatetimeUTC;
|
|
8091
|
-
modifiedAt: DatetimeUTC;
|
|
8092
|
-
modifiedBy: IntegerIdNullable;
|
|
8093
|
-
createdBy: IntegerIdNullable;
|
|
8094
|
-
_resourceName: string;
|
|
8095
|
-
_system: string;
|
|
8096
|
-
}[];
|
|
8097
|
-
audio: {
|
|
8098
|
-
id: DocId;
|
|
8099
|
-
property: string;
|
|
8100
|
-
name: string;
|
|
8101
|
-
position: number;
|
|
8102
|
-
attributes: {
|
|
8103
|
-
type: CustomDataFormElementTypeType;
|
|
8104
|
-
minValue: number | null;
|
|
8105
|
-
maxValue: number | null;
|
|
8106
|
-
minCount: number | null;
|
|
8107
|
-
maxCount: number | null;
|
|
8108
|
-
required: boolean;
|
|
8109
|
-
searchable: boolean;
|
|
8110
|
-
readonly: boolean;
|
|
8111
|
-
};
|
|
8112
|
-
createdAt: DatetimeUTC;
|
|
8113
|
-
modifiedAt: DatetimeUTC;
|
|
8114
|
-
modifiedBy: IntegerIdNullable;
|
|
8115
|
-
createdBy: IntegerIdNullable;
|
|
8116
|
-
_resourceName: string;
|
|
8117
|
-
_system: string;
|
|
8118
|
-
}[];
|
|
8119
|
-
video: {
|
|
8120
|
-
id: DocId;
|
|
8121
|
-
property: string;
|
|
8122
|
-
name: string;
|
|
8123
|
-
position: number;
|
|
8124
|
-
attributes: {
|
|
8125
|
-
type: CustomDataFormElementTypeType;
|
|
8126
|
-
minValue: number | null;
|
|
8127
|
-
maxValue: number | null;
|
|
8128
|
-
minCount: number | null;
|
|
8129
|
-
maxCount: number | null;
|
|
8130
|
-
required: boolean;
|
|
8131
|
-
searchable: boolean;
|
|
8132
|
-
readonly: boolean;
|
|
8133
|
-
};
|
|
8134
|
-
createdAt: DatetimeUTC;
|
|
8135
|
-
modifiedAt: DatetimeUTC;
|
|
8136
|
-
modifiedBy: IntegerIdNullable;
|
|
8137
|
-
createdBy: IntegerIdNullable;
|
|
8138
|
-
_resourceName: string;
|
|
8139
|
-
_system: string;
|
|
8140
|
-
}[];
|
|
8141
|
-
document: {
|
|
8142
|
-
id: DocId;
|
|
8143
|
-
property: string;
|
|
8144
|
-
name: string;
|
|
8145
|
-
position: number;
|
|
8146
|
-
attributes: {
|
|
8147
|
-
type: CustomDataFormElementTypeType;
|
|
8148
|
-
minValue: number | null;
|
|
8149
|
-
maxValue: number | null;
|
|
8150
|
-
minCount: number | null;
|
|
8151
|
-
maxCount: number | null;
|
|
8152
|
-
required: boolean;
|
|
8153
|
-
searchable: boolean;
|
|
8154
|
-
readonly: boolean;
|
|
8155
|
-
};
|
|
8156
|
-
createdAt: DatetimeUTC;
|
|
8157
|
-
modifiedAt: DatetimeUTC;
|
|
8158
|
-
modifiedBy: IntegerIdNullable;
|
|
8159
|
-
createdBy: IntegerIdNullable;
|
|
8160
|
-
_resourceName: string;
|
|
8161
|
-
_system: string;
|
|
8162
|
-
}[];
|
|
7992
|
+
image: CustomDataFormElement[];
|
|
7993
|
+
audio: CustomDataFormElement[];
|
|
7994
|
+
video: CustomDataFormElement[];
|
|
7995
|
+
document: CustomDataFormElement[];
|
|
8163
7996
|
} | undefined;
|
|
8164
7997
|
};
|
|
8165
7998
|
|
|
8166
|
-
export declare const useDamConfigStore: StoreDefinition<"commonAdminDamConfigStore",
|
|
7999
|
+
export declare const useDamConfigStore: StoreDefinition<"commonAdminDamConfigStore", Pick<{
|
|
8167
8000
|
initialized: {
|
|
8168
8001
|
damPubConfig: boolean;
|
|
8169
8002
|
damPrvConfig: boolean;
|
|
@@ -8185,7 +8018,7 @@ document: CustomDataFormElement[];
|
|
|
8185
8018
|
}>>;
|
|
8186
8019
|
damConfigDistributionCustomFormElements: ShallowRef<Map<string, CustomDataFormElement[]>, Map<string, CustomDataFormElement[]>>;
|
|
8187
8020
|
reset: () => void;
|
|
8188
|
-
}, "damPubConfig" | "damPrvConfig" | "initialized" | "damConfigExtSystem" | "damConfigLicenceExtSystem" | "damConfigAssetCustomFormElements" | "damConfigDistributionCustomFormElements"
|
|
8021
|
+
}, "damPubConfig" | "damPrvConfig" | "initialized" | "damConfigExtSystem" | "damConfigLicenceExtSystem" | "damConfigAssetCustomFormElements" | "damConfigDistributionCustomFormElements">, Pick<{
|
|
8189
8022
|
initialized: {
|
|
8190
8023
|
damPubConfig: boolean;
|
|
8191
8024
|
damPrvConfig: boolean;
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./styles": "./dist/style.css",
|
|
14
14
|
"./*": "./*"
|
|
15
15
|
},
|
|
16
|
-
"version": "1.47.0-beta.
|
|
16
|
+
"version": "1.47.0-beta.50",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@types/rusha": "^0.8.3",
|
|
52
52
|
"@types/sortablejs": "^1.15.8",
|
|
53
53
|
"@types/webfontloader": "^1.6.38",
|
|
54
|
-
"@typescript-eslint/parser": "^8.
|
|
54
|
+
"@typescript-eslint/parser": "^8.8.0",
|
|
55
55
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
56
56
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
57
57
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"eslint": "8.57.1",
|
|
67
67
|
"eslint-plugin-vue": "9.28.0",
|
|
68
68
|
"npm-run-all": "^4.1.5",
|
|
69
|
-
"pinia": "2.2.
|
|
69
|
+
"pinia": "2.2.3",
|
|
70
70
|
"postcss": "^8.4.47",
|
|
71
71
|
"postcss-html": "^1.7.0",
|
|
72
72
|
"postcss-prefix-selector": "^1.16.1",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@vueuse/integrations": "11.1.0",
|
|
99
99
|
"axios": "1.7.7",
|
|
100
100
|
"dayjs": "1.11.13",
|
|
101
|
-
"pinia": "2.2.
|
|
101
|
+
"pinia": "2.2.3",
|
|
102
102
|
"socket.io-client": "4.8.0",
|
|
103
103
|
"vue": "3.5.10",
|
|
104
104
|
"vue-i18n": "9.14.1",
|