@anzusystems/common-admin 0.0.65 → 0.0.67

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.
@@ -1170,6 +1170,11 @@ export declare const ACurrentUserDropdown: DefineComponent<{
1170
1170
  type: PropType<string>;
1171
1171
  required: true;
1172
1172
  };
1173
+ dataCy: {
1174
+ type: PropType<string | undefined>;
1175
+ required: false;
1176
+ default: string;
1177
+ };
1173
1178
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1174
1179
  currentUser: {
1175
1180
  type: PropType<AnzuUserMinimal | null | undefined>;
@@ -1183,7 +1188,14 @@ export declare const ACurrentUserDropdown: DefineComponent<{
1183
1188
  type: PropType<string>;
1184
1189
  required: true;
1185
1190
  };
1186
- }>>, {}>;
1191
+ dataCy: {
1192
+ type: PropType<string | undefined>;
1193
+ required: false;
1194
+ default: string;
1195
+ };
1196
+ }>>, {
1197
+ dataCy: string | undefined;
1198
+ }>;
1187
1199
 
1188
1200
  export declare const ADatatableConfigButton: DefineComponent<{
1189
1201
  columnsAll: {
@@ -3166,7 +3178,7 @@ export declare const ARow: DefineComponent<{
3166
3178
  dataCy: {
3167
3179
  type: PropType<string | undefined>;
3168
3180
  required: false;
3169
- default: string;
3181
+ default: undefined;
3170
3182
  };
3171
3183
  titleClass: {
3172
3184
  type: PropType<string | undefined>;
@@ -3187,7 +3199,7 @@ export declare const ARow: DefineComponent<{
3187
3199
  dataCy: {
3188
3200
  type: PropType<string | undefined>;
3189
3201
  required: false;
3190
- default: string;
3202
+ default: undefined;
3191
3203
  };
3192
3204
  titleClass: {
3193
3205
  type: PropType<string | undefined>;