@gravitee/ui-particles-angular 16.2.1-apim-11833-llm-proxy-ui-does-not-match-designs-fd54867 → 16.2.1-apim-11427-9396ebd

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,7 +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
530
  }
532
531
  type GioBannerConfig = {
533
532
  title: string;
@@ -887,7 +886,8 @@ type GioJsonSchemaContext = Record<string, unknown>;
887
886
 
888
887
  declare class GioFormlyJsonSchemaService {
889
888
  private readonly formlyJsonschema;
890
- constructor(formlyJsonschema: FormlyJsonschema);
889
+ private readonly builder;
890
+ constructor(formlyJsonschema: FormlyJsonschema, builder: FormlyFormBuilder);
891
891
  toFormlyFieldConfig(jsonSchema: GioJsonSchema, context?: GioJsonSchemaContext): FormlyFieldConfig;
892
892
  private displayIfMap;
893
893
  private uiTypeMap;
@@ -1021,14 +1021,6 @@ declare class GioElHelperWrapperComponent extends FieldWrapper implements AfterV
1021
1021
  static ɵcmp: i0.ɵɵComponentDeclaration<GioElHelperWrapperComponent, "gio-el-wrapper-wrapper", never, {}, {}, never, never, false, never>;
1022
1022
  }
1023
1023
 
1024
- declare class GioCurrencyPrefixWrapperComponent extends FieldWrapper implements AfterViewInit {
1025
- matPrefix: TemplateRef<unknown>;
1026
- hide: boolean;
1027
- ngAfterViewInit(): void;
1028
- static ɵfac: i0.ɵɵFactoryDeclaration<GioCurrencyPrefixWrapperComponent, never>;
1029
- static ɵcmp: i0.ɵɵComponentDeclaration<GioCurrencyPrefixWrapperComponent, "gio-currency-prefix-wrapper", never, {}, {}, never, never, false, never>;
1030
- }
1031
-
1032
1024
  declare class GioFormSlideToggleComponent implements AfterContentInit, OnDestroy {
1033
1025
  private unsubscribe$;
1034
1026
  appearance: 'fill' | 'outline';
@@ -1207,7 +1199,7 @@ declare class GioFormCronModule {
1207
1199
 
1208
1200
  declare class GioFormJsonSchemaModule {
1209
1201
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormJsonSchemaModule, never>;
1210
- 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]>;
1211
1203
  static ɵinj: i0.ɵɵInjectorDeclaration<GioFormJsonSchemaModule>;
1212
1204
  }
1213
1205
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "16.2.1-apim-11833-llm-proxy-ui-does-not-match-designs-fd54867",
3
+ "version": "16.2.1-apim-11427-9396ebd",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",