@gravitee/ui-particles-angular 16.2.2-apim-11833-llm-proxy-ui-does-not-match-designs-bace35e → 16.2.2-renovate-all-devdependencies-minor-patch-e74d6cd

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
@@ -27,9 +27,9 @@ import { MatChipGridHarness, MatChipHarness } from '@angular/material/chips/test
27
27
  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
- import * as i17 from '@ngx-formly/core';
31
- import { FieldTypeConfig, FormlyFieldProps, FormlyFieldConfig, FormlyFormOptions, FieldType as FieldType$1, FieldArrayType, FieldWrapper } from '@ngx-formly/core';
32
- import * as i18 from '@ngx-formly/material';
30
+ import * as i16 from '@ngx-formly/core';
31
+ import { FieldTypeConfig, FormlyFieldProps, FormlyFormBuilder, FormlyFieldConfig, FormlyFormOptions, FieldType as FieldType$1, FieldArrayType, FieldWrapper } from '@ngx-formly/core';
32
+ import * as i17 from '@ngx-formly/material';
33
33
  import { FieldType } from '@ngx-formly/material';
34
34
  import Monaco, { editor } from 'monaco-editor';
35
35
  import * as i10 from '@angular/material/core';
@@ -38,7 +38,7 @@ import { MatInputHarness } from '@angular/material/input/testing';
38
38
  import * as i7$1 from 'ngx-file-helpers';
39
39
  import { ReadMode, ReadFile } from 'ngx-file-helpers';
40
40
  import { FormlyJsonschema } from '@ngx-formly/core/json-schema';
41
- import * as i28 from '@angular/material/slide-toggle';
41
+ import * as i27 from '@angular/material/slide-toggle';
42
42
  import { MatSlideToggle } from '@angular/material/slide-toggle';
43
43
  import * as i5$1 from '@angular/material/tooltip';
44
44
  import { MatTooltip } from '@angular/material/tooltip';
@@ -527,8 +527,6 @@ interface GioConfig extends GioUiTypeConfig {
527
527
  enumLabelMap?: Record<string, string>;
528
528
  uiBorder?: 'none' | 'full';
529
529
  el?: boolean;
530
- currency?: boolean;
531
- unique?: boolean;
532
530
  }
533
531
  type GioBannerConfig = {
534
532
  title: string;
@@ -888,7 +886,8 @@ type GioJsonSchemaContext = Record<string, unknown>;
888
886
 
889
887
  declare class GioFormlyJsonSchemaService {
890
888
  private readonly formlyJsonschema;
891
- constructor(formlyJsonschema: FormlyJsonschema);
889
+ private readonly builder;
890
+ constructor(formlyJsonschema: FormlyJsonschema, builder: FormlyFormBuilder);
892
891
  toFormlyFieldConfig(jsonSchema: GioJsonSchema, context?: GioJsonSchemaContext): FormlyFieldConfig;
893
892
  private displayIfMap;
894
893
  private uiTypeMap;
@@ -903,7 +902,6 @@ declare class GioFormlyJsonSchemaService {
903
902
  */
904
903
  private sanitizeOneOf;
905
904
  private deprecatedMap;
906
- private uniqueValueMap;
907
905
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormlyJsonSchemaService, never>;
908
906
  static ɵprov: i0.ɵɵInjectableDeclaration<GioFormlyJsonSchemaService>;
909
907
  }
@@ -1023,14 +1021,6 @@ declare class GioElHelperWrapperComponent extends FieldWrapper implements AfterV
1023
1021
  static ɵcmp: i0.ɵɵComponentDeclaration<GioElHelperWrapperComponent, "gio-el-wrapper-wrapper", never, {}, {}, never, never, false, never>;
1024
1022
  }
1025
1023
 
1026
- declare class GioCurrencyPrefixWrapperComponent extends FieldWrapper implements AfterViewInit {
1027
- matPrefix: TemplateRef<unknown>;
1028
- hide: boolean;
1029
- ngAfterViewInit(): void;
1030
- static ɵfac: i0.ɵɵFactoryDeclaration<GioCurrencyPrefixWrapperComponent, never>;
1031
- static ɵcmp: i0.ɵɵComponentDeclaration<GioCurrencyPrefixWrapperComponent, "gio-currency-prefix-wrapper", never, {}, {}, never, never, false, never>;
1032
- }
1033
-
1034
1024
  declare class GioFormSlideToggleComponent implements AfterContentInit, OnDestroy {
1035
1025
  private unsubscribe$;
1036
1026
  appearance: 'fill' | 'outline';
@@ -1209,7 +1199,7 @@ declare class GioFormCronModule {
1209
1199
 
1210
1200
  declare class GioFormJsonSchemaModule {
1211
1201
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormJsonSchemaModule, never>;
1212
- static ɵmod: i0.ɵɵNgModuleDeclaration<GioFormJsonSchemaModule, [typeof GioFormJsonSchemaComponent, typeof GioFjsNullTypeComponent, typeof GioFjsObjectTypeComponent, typeof GioFjsMultiSchemaTypeComponent, typeof GioFjsArrayTypeComponent, typeof GioFjsToggleTypeComponent, typeof GioFjsHeadersTypeComponent, typeof GioFjsCodeEditorTypeComponent, typeof GioFjsCronTypeComponent, typeof GioBannerWrapperComponent, typeof GioPasswordEyeWrapperComponent, typeof GioElHelperWrapperComponent, typeof GioCurrencyPrefixWrapperComponent], [typeof i2.CommonModule, typeof i3$1.A11yModule, typeof i6.ReactiveFormsModule, typeof i17.FormlyModule, typeof i18.FormlyMaterialModule, typeof i5.MatInputModule, typeof GioIconsModule, typeof GioFormSlideToggleModule, typeof GioFormHeadersModule, typeof GioMonacoEditorModule, typeof GioFormCronModule, typeof GioPopoverComponent, typeof PopoverTriggerDirective, typeof GioElPromptComponent, typeof i28.MatSlideToggleModule, typeof i4.MatButtonModule, typeof GioElAssistantComponent], [typeof GioFormJsonSchemaComponent, typeof i17.FormlyModule]>;
1202
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GioFormJsonSchemaModule, [typeof GioFormJsonSchemaComponent, typeof GioFjsNullTypeComponent, typeof GioFjsObjectTypeComponent, typeof GioFjsMultiSchemaTypeComponent, typeof GioFjsArrayTypeComponent, typeof GioFjsToggleTypeComponent, typeof GioFjsHeadersTypeComponent, typeof GioFjsCodeEditorTypeComponent, typeof GioFjsCronTypeComponent, typeof GioBannerWrapperComponent, typeof GioPasswordEyeWrapperComponent, typeof GioElHelperWrapperComponent], [typeof i2.CommonModule, typeof i3$1.A11yModule, typeof i6.ReactiveFormsModule, typeof i16.FormlyModule, typeof i17.FormlyMaterialModule, typeof i5.MatInputModule, typeof GioIconsModule, typeof GioFormSlideToggleModule, typeof GioFormHeadersModule, typeof GioMonacoEditorModule, typeof GioFormCronModule, typeof GioPopoverComponent, typeof PopoverTriggerDirective, typeof GioElPromptComponent, typeof i27.MatSlideToggleModule, typeof i4.MatButtonModule, typeof GioElAssistantComponent], [typeof GioFormJsonSchemaComponent, typeof i16.FormlyModule]>;
1213
1203
  static ɵinj: i0.ɵɵInjectorDeclaration<GioFormJsonSchemaModule>;
1214
1204
  }
1215
1205
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "16.2.2-apim-11833-llm-proxy-ui-does-not-match-designs-bace35e",
3
+ "version": "16.2.2-renovate-all-devdependencies-minor-patch-e74d6cd",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",