@anzusystems/common-admin 0.0.64 → 0.0.65
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 +11 -6
- package/dist/common-admin.es.js +675 -680
- package/dist/common-admin.es.js.map +1 -1
- package/package.json +3 -3
|
@@ -13,7 +13,9 @@ import type { ExtractPropTypes } from 'vue';
|
|
|
13
13
|
import type { I18n } from 'vue-i18n';
|
|
14
14
|
import type { InjectionKey } from 'vue';
|
|
15
15
|
import type { Method } from 'axios';
|
|
16
|
+
import type { OpUnitType } from 'dayjs';
|
|
16
17
|
import type { PropType } from 'vue';
|
|
18
|
+
import type { QUnitType } from 'dayjs';
|
|
17
19
|
import type { Ref } from 'vue';
|
|
18
20
|
import type { RouteLocationNormalized } from 'vue-router';
|
|
19
21
|
import type { RouteLocationRaw } from 'vue-router';
|
|
@@ -3677,9 +3679,9 @@ export declare type DatatableSortBy = {
|
|
|
3677
3679
|
order: 'asc' | 'desc';
|
|
3678
3680
|
} | null | undefined;
|
|
3679
3681
|
|
|
3680
|
-
export declare const dateDiff: (
|
|
3682
|
+
export declare const dateDiff: (date1: Date, date2: Date, unit?: QUnitType | OpUnitType) => number;
|
|
3681
3683
|
|
|
3682
|
-
export declare const dateModifyMinutes: (minutes?: number, date?: null | Date) => Date
|
|
3684
|
+
export declare const dateModifyMinutes: (minutes?: number, date?: null | Date) => Date;
|
|
3683
3685
|
|
|
3684
3686
|
export declare const dateNow: () => Date;
|
|
3685
3687
|
|
|
@@ -3699,6 +3701,8 @@ export declare const dateTimePretty: (isoDate: DatetimeUTC | DatetimeUTCNullable
|
|
|
3699
3701
|
|
|
3700
3702
|
export declare const dateTimeStartOfDay: (days?: number) => string;
|
|
3701
3703
|
|
|
3704
|
+
export declare const dateTimeToDate: (isoDate: DatetimeUTC | DatetimeUTCNullable | string) => Date;
|
|
3705
|
+
|
|
3702
3706
|
export declare type DatetimeUTC = string;
|
|
3703
3707
|
|
|
3704
3708
|
export declare type DatetimeUTCNullable = string | null;
|
|
@@ -3978,8 +3982,8 @@ export declare const messagesEn: {
|
|
|
3978
3982
|
download: string;
|
|
3979
3983
|
upload: string;
|
|
3980
3984
|
refresh: string;
|
|
3981
|
-
|
|
3982
|
-
|
|
3985
|
+
forwards: string;
|
|
3986
|
+
backwards: string;
|
|
3983
3987
|
};
|
|
3984
3988
|
model: {
|
|
3985
3989
|
system: string;
|
|
@@ -4351,8 +4355,8 @@ export declare const messagesSk: {
|
|
|
4351
4355
|
download: string;
|
|
4352
4356
|
upload: string;
|
|
4353
4357
|
refresh: string;
|
|
4354
|
-
|
|
4355
|
-
|
|
4358
|
+
forwards: string;
|
|
4359
|
+
backwards: string;
|
|
4356
4360
|
};
|
|
4357
4361
|
model: {
|
|
4358
4362
|
system: string;
|
|
@@ -4949,6 +4953,7 @@ export declare const useCommonVuetifyConfig: () => {
|
|
|
4949
4953
|
};
|
|
4950
4954
|
VSwitch: {
|
|
4951
4955
|
color: string;
|
|
4956
|
+
density: string;
|
|
4952
4957
|
};
|
|
4953
4958
|
VCard: {
|
|
4954
4959
|
variant: string;
|