@anzusystems/common-admin 1.46.0-alpha4 → 1.46.0-alpha6
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 +5 -0
- package/dist/common-admin.es.js +302 -301
- package/dist/common-admin.es.js.map +1 -1
- package/dist/{lib-QtpR7vvw.js → lib-1RXKZwBR.js} +9980 -12196
- package/dist/lib-1RXKZwBR.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/{webfontloader-8p5HbdWQ.js → webfontloader-nq-GLfP6.js} +2 -2
- package/dist/{webfontloader-8p5HbdWQ.js.map → webfontloader-nq-GLfP6.js.map} +1 -1
- package/package.json +7 -3
- package/dist/lib-QtpR7vvw.js.map +0 -1
|
@@ -4260,6 +4260,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4260
4260
|
collab?: CollabComponentConfig;
|
|
4261
4261
|
label?: string | undefined;
|
|
4262
4262
|
readonly?: boolean | undefined;
|
|
4263
|
+
required?: boolean | undefined;
|
|
4263
4264
|
dataCy?: string | undefined;
|
|
4264
4265
|
expandOptions?: boolean | undefined;
|
|
4265
4266
|
expandMetadata?: boolean | undefined;
|
|
@@ -4272,6 +4273,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4272
4273
|
label: undefined;
|
|
4273
4274
|
image: undefined;
|
|
4274
4275
|
readonly: boolean;
|
|
4276
|
+
required: boolean;
|
|
4275
4277
|
lockable: boolean;
|
|
4276
4278
|
lockedById: undefined;
|
|
4277
4279
|
dataCy: undefined;
|
|
@@ -4295,6 +4297,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4295
4297
|
collab?: CollabComponentConfig;
|
|
4296
4298
|
label?: string | undefined;
|
|
4297
4299
|
readonly?: boolean | undefined;
|
|
4300
|
+
required?: boolean | undefined;
|
|
4298
4301
|
dataCy?: string | undefined;
|
|
4299
4302
|
expandOptions?: boolean | undefined;
|
|
4300
4303
|
expandMetadata?: boolean | undefined;
|
|
@@ -4307,6 +4310,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4307
4310
|
label: undefined;
|
|
4308
4311
|
image: undefined;
|
|
4309
4312
|
readonly: boolean;
|
|
4313
|
+
required: boolean;
|
|
4310
4314
|
lockable: boolean;
|
|
4311
4315
|
lockedById: undefined;
|
|
4312
4316
|
dataCy: undefined;
|
|
@@ -4326,6 +4330,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4326
4330
|
cachedUsers: CollabCachedUsersMap;
|
|
4327
4331
|
};
|
|
4328
4332
|
image: ImageAware;
|
|
4333
|
+
required: boolean;
|
|
4329
4334
|
label: string;
|
|
4330
4335
|
dataCy: string;
|
|
4331
4336
|
readonly: boolean;
|