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

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 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';
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';
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 i27 from '@angular/material/slide-toggle';
41
+ import * as i28 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,6 +527,8 @@ 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;
530
532
  }
531
533
  type GioBannerConfig = {
532
534
  title: string;
@@ -886,8 +888,7 @@ type GioJsonSchemaContext = Record<string, unknown>;
886
888
 
887
889
  declare class GioFormlyJsonSchemaService {
888
890
  private readonly formlyJsonschema;
889
- private readonly builder;
890
- constructor(formlyJsonschema: FormlyJsonschema, builder: FormlyFormBuilder);
891
+ constructor(formlyJsonschema: FormlyJsonschema);
891
892
  toFormlyFieldConfig(jsonSchema: GioJsonSchema, context?: GioJsonSchemaContext): FormlyFieldConfig;
892
893
  private displayIfMap;
893
894
  private uiTypeMap;
@@ -902,6 +903,7 @@ declare class GioFormlyJsonSchemaService {
902
903
  */
903
904
  private sanitizeOneOf;
904
905
  private deprecatedMap;
906
+ private uniqueValueMap;
905
907
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormlyJsonSchemaService, never>;
906
908
  static ɵprov: i0.ɵɵInjectableDeclaration<GioFormlyJsonSchemaService>;
907
909
  }
@@ -1021,6 +1023,14 @@ declare class GioElHelperWrapperComponent extends FieldWrapper implements AfterV
1021
1023
  static ɵcmp: i0.ɵɵComponentDeclaration<GioElHelperWrapperComponent, "gio-el-wrapper-wrapper", never, {}, {}, never, never, false, never>;
1022
1024
  }
1023
1025
 
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
+
1024
1034
  declare class GioFormSlideToggleComponent implements AfterContentInit, OnDestroy {
1025
1035
  private unsubscribe$;
1026
1036
  appearance: 'fill' | 'outline';
@@ -1199,7 +1209,7 @@ declare class GioFormCronModule {
1199
1209
 
1200
1210
  declare class GioFormJsonSchemaModule {
1201
1211
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormJsonSchemaModule, never>;
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]>;
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]>;
1203
1213
  static ɵinj: i0.ɵɵInjectorDeclaration<GioFormJsonSchemaModule>;
1204
1214
  }
1205
1215
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "16.2.1-apim-11427-9396ebd",
3
+ "version": "16.2.1-apim-11833-llm-proxy-ui-does-not-match-designs-d7b6a16",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,14 +55,14 @@
55
55
  "types": "./index.d.ts",
56
56
  "default": "./fesm2022/gravitee-ui-particles-angular.mjs"
57
57
  },
58
- "./gio-el": {
59
- "types": "./gio-el/index.d.ts",
60
- "default": "./fesm2022/gravitee-ui-particles-angular-gio-el.mjs"
61
- },
62
58
  "./gio-asciidoctor": {
63
59
  "types": "./gio-asciidoctor/index.d.ts",
64
60
  "default": "./fesm2022/gravitee-ui-particles-angular-gio-asciidoctor.mjs"
65
61
  },
62
+ "./gio-el": {
63
+ "types": "./gio-el/index.d.ts",
64
+ "default": "./fesm2022/gravitee-ui-particles-angular-gio-el.mjs"
65
+ },
66
66
  "./testing": {
67
67
  "types": "./testing/index.d.ts",
68
68
  "default": "./fesm2022/gravitee-ui-particles-angular-testing.mjs"