@anzusystems/common-admin 0.0.13 → 0.0.14
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 +22 -2
- package/dist/common-admin.es.js +580 -524
- package/dist/common-admin.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1194,7 +1194,7 @@ export declare const AFormBooleanToggle: DefineComponent<{
|
|
|
1194
1194
|
|
|
1195
1195
|
export declare const AFormDatetimePicker: DefineComponent<{
|
|
1196
1196
|
modelValue: {
|
|
1197
|
-
type: PropType<
|
|
1197
|
+
type: PropType<DatetimeUTCNullable | undefined>;
|
|
1198
1198
|
required: true;
|
|
1199
1199
|
};
|
|
1200
1200
|
label: {
|
|
@@ -1249,7 +1249,7 @@ export declare const AFormDatetimePicker: DefineComponent<{
|
|
|
1249
1249
|
};
|
|
1250
1250
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "click:append" | "blur")[], "update:modelValue" | "click:append" | "blur", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1251
1251
|
modelValue: {
|
|
1252
|
-
type: PropType<
|
|
1252
|
+
type: PropType<DatetimeUTCNullable | undefined>;
|
|
1253
1253
|
required: true;
|
|
1254
1254
|
};
|
|
1255
1255
|
label: {
|
|
@@ -2857,6 +2857,7 @@ export declare const messagesEn: {
|
|
|
2857
2857
|
saveAndClose: string;
|
|
2858
2858
|
close: string;
|
|
2859
2859
|
edit: string;
|
|
2860
|
+
detail: string;
|
|
2860
2861
|
submitFilter: string;
|
|
2861
2862
|
resetFilter: string;
|
|
2862
2863
|
advancedFilters: string;
|
|
@@ -2918,6 +2919,15 @@ export declare const messagesEn: {
|
|
|
2918
2919
|
roles: string;
|
|
2919
2920
|
permissionGroups: string;
|
|
2920
2921
|
permissions: string;
|
|
2922
|
+
person: {
|
|
2923
|
+
firstName: string;
|
|
2924
|
+
lastName: string;
|
|
2925
|
+
fullName: string;
|
|
2926
|
+
};
|
|
2927
|
+
avatar: {
|
|
2928
|
+
color: string;
|
|
2929
|
+
text: string;
|
|
2930
|
+
};
|
|
2921
2931
|
};
|
|
2922
2932
|
filter: {
|
|
2923
2933
|
id: string;
|
|
@@ -3151,6 +3161,7 @@ export declare const messagesSk: {
|
|
|
3151
3161
|
saveAndClose: string;
|
|
3152
3162
|
close: string;
|
|
3153
3163
|
edit: string;
|
|
3164
|
+
detail: string;
|
|
3154
3165
|
submitFilter: string;
|
|
3155
3166
|
resetFilter: string;
|
|
3156
3167
|
advancedFilters: string;
|
|
@@ -3212,6 +3223,15 @@ export declare const messagesSk: {
|
|
|
3212
3223
|
roles: string;
|
|
3213
3224
|
permissionGroups: string;
|
|
3214
3225
|
permissions: string;
|
|
3226
|
+
person: {
|
|
3227
|
+
firstName: string;
|
|
3228
|
+
lastName: string;
|
|
3229
|
+
fullName: string;
|
|
3230
|
+
};
|
|
3231
|
+
avatar: {
|
|
3232
|
+
color: string;
|
|
3233
|
+
text: string;
|
|
3234
|
+
};
|
|
3215
3235
|
};
|
|
3216
3236
|
filter: {
|
|
3217
3237
|
id: string;
|