@gravitee/ui-particles-angular 16.2.2 → 16.2.3
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/index.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ import * as i3$2 from '@angular/material/dialog';
|
|
|
28
28
|
import { MatDialogRef, MatDialog } from '@angular/material/dialog';
|
|
29
29
|
import { JSONSchema7 } from 'json-schema';
|
|
30
30
|
import * as i16 from '@ngx-formly/core';
|
|
31
|
-
import { FieldTypeConfig, FormlyFieldProps,
|
|
31
|
+
import { FieldTypeConfig, FormlyFieldProps, FormlyFieldConfig, FormlyFormOptions, FieldType as FieldType$1, FieldArrayType, FieldWrapper } from '@ngx-formly/core';
|
|
32
32
|
import * as i17 from '@ngx-formly/material';
|
|
33
33
|
import { FieldType } from '@ngx-formly/material';
|
|
34
34
|
import Monaco, { editor } from 'monaco-editor';
|
|
@@ -523,6 +523,7 @@ interface GioConfig extends GioUiTypeConfig {
|
|
|
523
523
|
displayIf?: GioIfConfig;
|
|
524
524
|
disableIf?: GioIfConfig;
|
|
525
525
|
banner?: GioBannerConfig;
|
|
526
|
+
uniqueItemProperties?: string[];
|
|
526
527
|
monacoEditorConfig?: GioMonacoEditorConfig;
|
|
527
528
|
enumLabelMap?: Record<string, string>;
|
|
528
529
|
uiBorder?: 'none' | 'full';
|
|
@@ -886,8 +887,7 @@ type GioJsonSchemaContext = Record<string, unknown>;
|
|
|
886
887
|
|
|
887
888
|
declare class GioFormlyJsonSchemaService {
|
|
888
889
|
private readonly formlyJsonschema;
|
|
889
|
-
|
|
890
|
-
constructor(formlyJsonschema: FormlyJsonschema, builder: FormlyFormBuilder);
|
|
890
|
+
constructor(formlyJsonschema: FormlyJsonschema);
|
|
891
891
|
toFormlyFieldConfig(jsonSchema: GioJsonSchema, context?: GioJsonSchemaContext): FormlyFieldConfig;
|
|
892
892
|
private displayIfMap;
|
|
893
893
|
private uiTypeMap;
|
|
@@ -902,6 +902,7 @@ declare class GioFormlyJsonSchemaService {
|
|
|
902
902
|
*/
|
|
903
903
|
private sanitizeOneOf;
|
|
904
904
|
private deprecatedMap;
|
|
905
|
+
private uniqueValueMap;
|
|
905
906
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioFormlyJsonSchemaService, never>;
|
|
906
907
|
static ɵprov: i0.ɵɵInjectableDeclaration<GioFormlyJsonSchemaService>;
|
|
907
908
|
}
|