@anzusystems/common-admin 0.0.64 → 0.0.66

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.
@@ -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';
@@ -1168,6 +1170,11 @@ export declare const ACurrentUserDropdown: DefineComponent<{
1168
1170
  type: PropType<string>;
1169
1171
  required: true;
1170
1172
  };
1173
+ dataCy: {
1174
+ type: PropType<string | undefined>;
1175
+ required: false;
1176
+ default: string;
1177
+ };
1171
1178
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1172
1179
  currentUser: {
1173
1180
  type: PropType<AnzuUserMinimal | null | undefined>;
@@ -1181,7 +1188,14 @@ export declare const ACurrentUserDropdown: DefineComponent<{
1181
1188
  type: PropType<string>;
1182
1189
  required: true;
1183
1190
  };
1184
- }>>, {}>;
1191
+ dataCy: {
1192
+ type: PropType<string | undefined>;
1193
+ required: false;
1194
+ default: string;
1195
+ };
1196
+ }>>, {
1197
+ dataCy: string | undefined;
1198
+ }>;
1185
1199
 
1186
1200
  export declare const ADatatableConfigButton: DefineComponent<{
1187
1201
  columnsAll: {
@@ -3164,7 +3178,7 @@ export declare const ARow: DefineComponent<{
3164
3178
  dataCy: {
3165
3179
  type: PropType<string | undefined>;
3166
3180
  required: false;
3167
- default: string;
3181
+ default: undefined;
3168
3182
  };
3169
3183
  titleClass: {
3170
3184
  type: PropType<string | undefined>;
@@ -3185,7 +3199,7 @@ export declare const ARow: DefineComponent<{
3185
3199
  dataCy: {
3186
3200
  type: PropType<string | undefined>;
3187
3201
  required: false;
3188
- default: string;
3202
+ default: undefined;
3189
3203
  };
3190
3204
  titleClass: {
3191
3205
  type: PropType<string | undefined>;
@@ -3677,9 +3691,9 @@ export declare type DatatableSortBy = {
3677
3691
  order: 'asc' | 'desc';
3678
3692
  } | null | undefined;
3679
3693
 
3680
- export declare const dateDiff: (isoDate1: Date, isoDate2: Date) => number;
3694
+ export declare const dateDiff: (date1: Date, date2: Date, unit?: QUnitType | OpUnitType) => number;
3681
3695
 
3682
- export declare const dateModifyMinutes: (minutes?: number, date?: null | Date) => Date | undefined;
3696
+ export declare const dateModifyMinutes: (minutes?: number, date?: null | Date) => Date;
3683
3697
 
3684
3698
  export declare const dateNow: () => Date;
3685
3699
 
@@ -3699,6 +3713,8 @@ export declare const dateTimePretty: (isoDate: DatetimeUTC | DatetimeUTCNullable
3699
3713
 
3700
3714
  export declare const dateTimeStartOfDay: (days?: number) => string;
3701
3715
 
3716
+ export declare const dateTimeToDate: (isoDate: DatetimeUTC | DatetimeUTCNullable | string) => Date;
3717
+
3702
3718
  export declare type DatetimeUTC = string;
3703
3719
 
3704
3720
  export declare type DatetimeUTCNullable = string | null;
@@ -3978,8 +3994,8 @@ export declare const messagesEn: {
3978
3994
  download: string;
3979
3995
  upload: string;
3980
3996
  refresh: string;
3981
- "forwards ": string;
3982
- "backwards ": string;
3997
+ forwards: string;
3998
+ backwards: string;
3983
3999
  };
3984
4000
  model: {
3985
4001
  system: string;
@@ -4351,8 +4367,8 @@ export declare const messagesSk: {
4351
4367
  download: string;
4352
4368
  upload: string;
4353
4369
  refresh: string;
4354
- "forwards ": string;
4355
- "backwards ": string;
4370
+ forwards: string;
4371
+ backwards: string;
4356
4372
  };
4357
4373
  model: {
4358
4374
  system: string;
@@ -4949,6 +4965,7 @@ export declare const useCommonVuetifyConfig: () => {
4949
4965
  };
4950
4966
  VSwitch: {
4951
4967
  color: string;
4968
+ density: string;
4952
4969
  };
4953
4970
  VCard: {
4954
4971
  variant: string;