@gravitee/ui-particles-angular 7.58.0 → 8.0.0

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.
Files changed (159) hide show
  1. package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.component.mjs +4 -4
  2. package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.module.mjs +5 -5
  3. package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.service.mjs +4 -4
  4. package/esm2020/lib/gio-avatar/gio-avatar.component.mjs +4 -4
  5. package/esm2020/lib/gio-avatar/gio-avatar.module.mjs +5 -5
  6. package/esm2020/lib/gio-banner/gio-banner.component.mjs +25 -25
  7. package/esm2020/lib/gio-banner/gio-banner.module.mjs +5 -5
  8. package/esm2020/lib/gio-breadcrumb/gio-breadcrumb-item.directive.mjs +4 -4
  9. package/esm2020/lib/gio-breadcrumb/gio-breadcrumb.component.mjs +6 -6
  10. package/esm2020/lib/gio-breadcrumb/gio-breadcrumb.module.mjs +5 -5
  11. package/esm2020/lib/gio-clipboard/gio-clipboard-copy-icon.component.mjs +8 -8
  12. package/esm2020/lib/gio-clipboard/gio-clipboard-copy-wrapper.component.mjs +8 -8
  13. package/esm2020/lib/gio-clipboard/gio-clipboard.base.component.mjs +4 -4
  14. package/esm2020/lib/gio-clipboard/gio-clipboard.module.mjs +5 -5
  15. package/esm2020/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.component.mjs +8 -8
  16. package/esm2020/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.module.mjs +5 -5
  17. package/esm2020/lib/gio-confirm-dialog/gio-confirm-dialog.component.mjs +6 -6
  18. package/esm2020/lib/gio-confirm-dialog/gio-confirm-dialog.module.mjs +5 -5
  19. package/esm2020/lib/gio-form-cron/gio-form-cron-hint.component.mjs +4 -4
  20. package/esm2020/lib/gio-form-cron/gio-form-cron-label.component.mjs +4 -4
  21. package/esm2020/lib/gio-form-cron/gio-form-cron.component.mjs +23 -23
  22. package/esm2020/lib/gio-form-cron/gio-form-cron.module.mjs +13 -15
  23. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.mjs +6 -6
  24. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-empty/gio-form-file-picker-empty.component.mjs +4 -4
  25. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-label/gio-form-file-picker-label.component.mjs +4 -4
  26. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker.component.mjs +9 -9
  27. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker.module.mjs +5 -5
  28. package/esm2020/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid-ignore.directive.mjs +4 -4
  29. package/esm2020/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.directive.mjs +10 -10
  30. package/esm2020/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.module.mjs +5 -5
  31. package/esm2020/lib/gio-form-headers/gio-form-headers-label.component.mjs +4 -4
  32. package/esm2020/lib/gio-form-headers/gio-form-headers.component.mjs +25 -25
  33. package/esm2020/lib/gio-form-headers/gio-form-headers.module.mjs +12 -14
  34. package/esm2020/lib/gio-form-json-schema/gio-form-json-schema.component.mjs +8 -8
  35. package/esm2020/lib/gio-form-json-schema/gio-form-json-schema.module.mjs +61 -63
  36. package/esm2020/lib/gio-form-json-schema/gio-formly-json-schema.service.mjs +4 -4
  37. package/esm2020/lib/gio-form-json-schema/type-component/array-type.component.mjs +9 -9
  38. package/esm2020/lib/gio-form-json-schema/type-component/code-editor-type.component.mjs +10 -21
  39. package/esm2020/lib/gio-form-json-schema/type-component/headers-type.component.mjs +10 -10
  40. package/esm2020/lib/gio-form-json-schema/type-component/multischema-type.component.mjs +7 -7
  41. package/esm2020/lib/gio-form-json-schema/type-component/null-type.component.mjs +4 -4
  42. package/esm2020/lib/gio-form-json-schema/type-component/object-type.component.mjs +7 -7
  43. package/esm2020/lib/gio-form-json-schema/type-component/toggle-type.component.mjs +10 -10
  44. package/esm2020/lib/gio-form-json-schema/wrappers/gio-banner-wrapper.component.mjs +4 -4
  45. package/esm2020/lib/gio-form-json-schema/wrappers/gio-password-eye.component.mjs +5 -5
  46. package/esm2020/lib/gio-form-slide-toggle/gio-form-label.directive.mjs +10 -10
  47. package/esm2020/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.mjs +4 -4
  48. package/esm2020/lib/gio-form-slide-toggle/gio-form-slide-toggle.module.mjs +5 -6
  49. package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.component.mjs +11 -11
  50. package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.module.mjs +13 -15
  51. package/esm2020/lib/gio-icons/gio-icons.module.mjs +5 -5
  52. package/esm2020/lib/gio-license/gio-license-dialog/gio-license-dialog.component.mjs +7 -7
  53. package/esm2020/lib/gio-license/gio-license-dialog/gio-license-dialog.module.mjs +5 -6
  54. package/esm2020/lib/gio-license/gio-license.directive.mjs +4 -4
  55. package/esm2020/lib/gio-license/gio-license.module.mjs +5 -5
  56. package/esm2020/lib/gio-license/gio-license.service.mjs +4 -4
  57. package/esm2020/lib/gio-license/gio-license.testing.module.mjs +6 -6
  58. package/esm2020/lib/gio-license-expiration-notification/gio-license-expiration-notification.component.mjs +6 -6
  59. package/esm2020/lib/gio-license-expiration-notification/gio-license-expiration-notification.module.mjs +5 -5
  60. package/esm2020/lib/gio-loader/gio-loader.component.mjs +4 -4
  61. package/esm2020/lib/gio-loader/gio-loader.module.mjs +5 -5
  62. package/esm2020/lib/gio-mat-config/gio-mat-config.module.mjs +5 -5
  63. package/esm2020/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.mjs +4 -4
  64. package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.component.mjs +4 -4
  65. package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.module.mjs +6 -6
  66. package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.testing.component.mjs +4 -4
  67. package/esm2020/lib/gio-monaco-editor/services/gio-language-json.service.mjs +4 -4
  68. package/esm2020/lib/gio-monaco-editor/services/gio-monaco-editor.service.mjs +4 -4
  69. package/esm2020/lib/gio-pipe/gio.pipe.module.mjs +5 -5
  70. package/esm2020/lib/gio-pipe/safe.pipe.mjs +4 -4
  71. package/esm2020/lib/gio-prismjs/gio-prismjs.service.mjs +4 -4
  72. package/esm2020/lib/gio-radio-button/gio-radio-button-content.component.mjs +13 -13
  73. package/esm2020/lib/gio-radio-button/gio-radio-button.module.mjs +5 -5
  74. package/esm2020/lib/gio-save-bar/gio-save-bar.component.mjs +7 -7
  75. package/esm2020/lib/gio-save-bar/gio-save-bar.module.mjs +5 -5
  76. package/esm2020/lib/oem-theme/gio-menu/gio-menu-footer/gio-menu-footer.component.mjs +4 -4
  77. package/esm2020/lib/oem-theme/gio-menu/gio-menu-header/gio-menu-header.component.mjs +4 -4
  78. package/esm2020/lib/oem-theme/gio-menu/gio-menu-item/gio-menu-item.component.mjs +6 -6
  79. package/esm2020/lib/oem-theme/gio-menu/gio-menu-license-expiration-notification/gio-menu-license-expiration-notification.component.mjs +4 -4
  80. package/esm2020/lib/oem-theme/gio-menu/gio-menu-list/gio-menu-list.component.mjs +4 -4
  81. package/esm2020/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.component.mjs +8 -8
  82. package/esm2020/lib/oem-theme/gio-menu/gio-menu.component.mjs +6 -6
  83. package/esm2020/lib/oem-theme/gio-menu/gio-menu.module.mjs +5 -5
  84. package/esm2020/lib/oem-theme/gio-menu/gio-menu.service.mjs +4 -4
  85. package/esm2020/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.mjs +4 -4
  86. package/esm2020/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.mjs +6 -6
  87. package/esm2020/lib/oem-theme/gio-submenu/gio-submenu.component.mjs +7 -7
  88. package/esm2020/lib/oem-theme/gio-submenu/gio-submenu.module.mjs +5 -5
  89. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.mjs +4 -4
  90. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.mjs +4 -4
  91. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.module.mjs +5 -5
  92. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.component.mjs +4 -4
  93. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.module.mjs +5 -5
  94. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar.component.mjs +4 -4
  95. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar.module.mjs +5 -5
  96. package/fesm2015/gravitee-ui-particles-angular.mjs +511 -532
  97. package/fesm2015/gravitee-ui-particles-angular.mjs.map +1 -1
  98. package/fesm2020/gravitee-ui-particles-angular.mjs +511 -532
  99. package/fesm2020/gravitee-ui-particles-angular.mjs.map +1 -1
  100. package/lib/gio-asciidoctor/gio-asciidoctor.component.d.ts +1 -1
  101. package/lib/gio-avatar/gio-avatar.component.d.ts +1 -1
  102. package/lib/gio-banner/gio-banner.component.d.ts +7 -7
  103. package/lib/gio-breadcrumb/gio-breadcrumb-item.directive.d.ts +1 -1
  104. package/lib/gio-breadcrumb/gio-breadcrumb.component.d.ts +1 -1
  105. package/lib/gio-clipboard/gio-clipboard-copy-icon.component.d.ts +1 -1
  106. package/lib/gio-clipboard/gio-clipboard-copy-wrapper.component.d.ts +1 -1
  107. package/lib/gio-clipboard/gio-clipboard.base.component.d.ts +1 -1
  108. package/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.component.d.ts +1 -1
  109. package/lib/gio-confirm-dialog/gio-confirm-dialog.component.d.ts +1 -1
  110. package/lib/gio-form-cron/gio-form-cron-hint.component.d.ts +1 -1
  111. package/lib/gio-form-cron/gio-form-cron-label.component.d.ts +1 -1
  112. package/lib/gio-form-cron/gio-form-cron.component.d.ts +3 -3
  113. package/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.d.ts +1 -1
  114. package/lib/gio-form-file-picker/gio-form-file-picker-empty/gio-form-file-picker-empty.component.d.ts +1 -1
  115. package/lib/gio-form-file-picker/gio-form-file-picker-label/gio-form-file-picker-label.component.d.ts +1 -1
  116. package/lib/gio-form-file-picker/gio-form-file-picker.component.d.ts +1 -1
  117. package/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid-ignore.directive.d.ts +1 -1
  118. package/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.directive.d.ts +3 -3
  119. package/lib/gio-form-headers/gio-form-headers-label.component.d.ts +1 -1
  120. package/lib/gio-form-headers/gio-form-headers.component.d.ts +4 -4
  121. package/lib/gio-form-json-schema/gio-form-json-schema.component.d.ts +3 -3
  122. package/lib/gio-form-json-schema/type-component/array-type.component.d.ts +1 -1
  123. package/lib/gio-form-json-schema/type-component/code-editor-type.component.d.ts +1 -1
  124. package/lib/gio-form-json-schema/type-component/headers-type.component.d.ts +1 -1
  125. package/lib/gio-form-json-schema/type-component/multischema-type.component.d.ts +1 -1
  126. package/lib/gio-form-json-schema/type-component/null-type.component.d.ts +1 -1
  127. package/lib/gio-form-json-schema/type-component/object-type.component.d.ts +1 -1
  128. package/lib/gio-form-json-schema/type-component/toggle-type.component.d.ts +1 -1
  129. package/lib/gio-form-json-schema/wrappers/gio-banner-wrapper.component.d.ts +1 -1
  130. package/lib/gio-form-json-schema/wrappers/gio-password-eye.component.d.ts +1 -1
  131. package/lib/gio-form-slide-toggle/gio-form-label.directive.d.ts +3 -3
  132. package/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.d.ts +1 -1
  133. package/lib/gio-form-tags-input/gio-form-tags-input.component.d.ts +1 -1
  134. package/lib/gio-license/gio-license-dialog/gio-license-dialog.component.d.ts +1 -1
  135. package/lib/gio-license/gio-license.directive.d.ts +1 -1
  136. package/lib/gio-license-expiration-notification/gio-license-expiration-notification.component.d.ts +1 -1
  137. package/lib/gio-loader/gio-loader.component.d.ts +1 -1
  138. package/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.d.ts +1 -1
  139. package/lib/gio-monaco-editor/gio-monaco-editor.component.d.ts +1 -1
  140. package/lib/gio-monaco-editor/gio-monaco-editor.testing.component.d.ts +1 -1
  141. package/lib/gio-pipe/safe.pipe.d.ts +1 -1
  142. package/lib/gio-radio-button/gio-radio-button-content.component.d.ts +3 -3
  143. package/lib/gio-save-bar/gio-save-bar.component.d.ts +3 -3
  144. package/lib/oem-theme/gio-menu/gio-menu-footer/gio-menu-footer.component.d.ts +1 -1
  145. package/lib/oem-theme/gio-menu/gio-menu-header/gio-menu-header.component.d.ts +1 -1
  146. package/lib/oem-theme/gio-menu/gio-menu-item/gio-menu-item.component.d.ts +1 -1
  147. package/lib/oem-theme/gio-menu/gio-menu-license-expiration-notification/gio-menu-license-expiration-notification.component.d.ts +1 -1
  148. package/lib/oem-theme/gio-menu/gio-menu-list/gio-menu-list.component.d.ts +1 -1
  149. package/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.component.d.ts +1 -1
  150. package/lib/oem-theme/gio-menu/gio-menu.component.d.ts +1 -1
  151. package/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.d.ts +1 -1
  152. package/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.d.ts +1 -1
  153. package/lib/oem-theme/gio-submenu/gio-submenu.component.d.ts +2 -2
  154. package/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.d.ts +1 -1
  155. package/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.d.ts +1 -1
  156. package/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.component.d.ts +1 -1
  157. package/lib/oem-theme/gio-top-bar/gio-top-bar.component.d.ts +1 -1
  158. package/package.json +10 -10
  159. package/src/scss/theme/color/gio-palettes.stories.scss +36 -15
@@ -22,5 +22,5 @@ export declare class GioAsciidoctorComponent implements OnChanges, OnDestroy {
22
22
  ngOnDestroy(): void;
23
23
  private render;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<GioAsciidoctorComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<GioAsciidoctorComponent, "gio-asciidoctor", never, { "content": "content"; "src": "src"; }, {}, never, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioAsciidoctorComponent, "gio-asciidoctor", never, { "content": "content"; "src": "src"; }, {}, never, never, false>;
26
26
  }
@@ -17,5 +17,5 @@ export declare class GioAvatarComponent implements AfterViewInit, OnChanges {
17
17
  ngAfterViewInit(): void;
18
18
  onImgError(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<GioAvatarComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<GioAvatarComponent, "gio-avatar", never, { "src": "src"; "name": "name"; "size": "size"; "roundedBorder": "roundedBorder"; }, {}, never, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioAvatarComponent, "gio-avatar", never, { "src": "src"; "name": "name"; "size": "size"; "roundedBorder": "roundedBorder"; }, {}, never, never, false>;
21
21
  }
@@ -7,37 +7,37 @@ export declare class GioBannerComponent {
7
7
  collapse: boolean;
8
8
  toggleCollapse(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBannerComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerComponent, "gio-banner", never, { "type": "type"; "icon": "icon"; "collapsible": "collapsible"; }, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerComponent, "gio-banner", never, { "type": "type"; "icon": "icon"; "collapsible": "collapsible"; }, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"], false>;
11
11
  }
12
12
  export declare class GioBannerBodyDirective {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBannerBodyDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioBannerBodyDirective, "[gioBannerBody]", never, {}, {}, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioBannerBodyDirective, "[gioBannerBody]", never, {}, {}, never, never, false>;
15
15
  }
16
16
  export declare class GioBannerActionDirective {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBannerActionDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioBannerActionDirective, "[gioBannerAction]", never, {}, {}, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioBannerActionDirective, "[gioBannerAction]", never, {}, {}, never, never, false>;
19
19
  }
20
20
  export declare class GioBannerErrorComponent extends GioBannerComponent {
21
21
  type: GioBannerTypes;
22
22
  icon: string;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBannerErrorComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerErrorComponent, "gio-banner-error", never, {}, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerErrorComponent, "gio-banner-error", never, {}, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"], false>;
25
25
  }
26
26
  export declare class GioBannerInfoComponent extends GioBannerComponent {
27
27
  type: GioBannerTypes;
28
28
  icon: string;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBannerInfoComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerInfoComponent, "gio-banner-info", never, {}, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"]>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerInfoComponent, "gio-banner-info", never, {}, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"], false>;
31
31
  }
32
32
  export declare class GioBannerSuccessComponent extends GioBannerComponent {
33
33
  type: GioBannerTypes;
34
34
  icon: string;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBannerSuccessComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerSuccessComponent, "gio-banner-success", never, {}, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"]>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerSuccessComponent, "gio-banner-success", never, {}, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"], false>;
37
37
  }
38
38
  export declare class GioBannerWarningComponent extends GioBannerComponent {
39
39
  type: GioBannerTypes;
40
40
  icon: string;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBannerWarningComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerWarningComponent, "gio-banner-warning", never, {}, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"]>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerWarningComponent, "gio-banner-warning", never, {}, {}, never, ["*", "[gioBannerBody]", "[gioBannerAction]"], false>;
43
43
  }
@@ -4,5 +4,5 @@ export declare class GioBreadcrumbItemDirective {
4
4
  templateRef: TemplateRef<unknown>;
5
5
  constructor(templateRef: TemplateRef<unknown>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBreadcrumbItemDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioBreadcrumbItemDirective, "[gioBreadcrumbItem]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioBreadcrumbItemDirective, "[gioBreadcrumbItem]", never, {}, {}, never, never, false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class GioBreadcrumbComponent {
5
5
  itemDirectives: QueryList<GioBreadcrumbItemDirective>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBreadcrumbComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<GioBreadcrumbComponent, "gio-breadcrumb", never, {}, {}, ["itemDirectives"], never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioBreadcrumbComponent, "gio-breadcrumb", never, {}, {}, ["itemDirectives"], never, false>;
8
8
  }
@@ -2,5 +2,5 @@ import { GioClipboardComponent } from './gio-clipboard.base.component';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class GioClipboardCopyIconComponent extends GioClipboardComponent {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<GioClipboardCopyIconComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<GioClipboardCopyIconComponent, "gio-clipboard-copy-icon", never, {}, {}, never, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioClipboardCopyIconComponent, "gio-clipboard-copy-icon", never, {}, {}, never, never, false>;
6
6
  }
@@ -2,5 +2,5 @@ import { GioClipboardComponent } from './gio-clipboard.base.component';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class GioClipboardCopyWrapperComponent extends GioClipboardComponent {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<GioClipboardCopyWrapperComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<GioClipboardCopyWrapperComponent, "[gioClipboardCopyWrapper]", never, {}, {}, never, ["*"]>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioClipboardCopyWrapperComponent, "[gioClipboardCopyWrapper]", never, {}, {}, never, ["*"], false>;
6
6
  }
@@ -14,5 +14,5 @@ export declare abstract class GioClipboardComponent {
14
14
  onCopied(success: boolean, tooltip: MatTooltip): void;
15
15
  onKeyupSpace(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<GioClipboardComponent, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioClipboardComponent, never, never, { "contentToCopy": "contentToCopy"; "alwaysVisible": "alwaysVisible"; "tabIndex": "tabIndex"; }, {}, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioClipboardComponent, never, never, { "contentToCopy": "contentToCopy"; "alwaysVisible": "alwaysVisible"; "tabIndex": "tabIndex"; }, {}, never, never, false>;
18
18
  }
@@ -31,5 +31,5 @@ export declare class GioConfirmAndValidateDialogComponent {
31
31
  constructor(dialogRef: MatDialogRef<GioConfirmAndValidateDialogComponent>, confirmDialogData: GioConfirmAndValidateDialogData, parentInjector: Injector);
32
32
  onConfirmChange(confirmValue: string): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<GioConfirmAndValidateDialogComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<GioConfirmAndValidateDialogComponent, "gio-confirm-and-validate-dialog", never, {}, {}, never, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioConfirmAndValidateDialogComponent, "gio-confirm-and-validate-dialog", never, {}, {}, never, never, false>;
35
35
  }
@@ -22,5 +22,5 @@ export declare class GioConfirmDialogComponent {
22
22
  cancelButton: string;
23
23
  constructor(dialogRef: MatDialogRef<GioConfirmDialogComponent>, confirmDialogData: GioConfirmDialogData, parentInjector: Injector);
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<GioConfirmDialogComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<GioConfirmDialogComponent, "gio-confirm-dialog", never, {}, {}, never, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioConfirmDialogComponent, "gio-confirm-dialog", never, {}, {}, never, never, false>;
26
26
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioFormCronHintComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormCronHintComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormCronHintComponent, "gio-form-cron-hint", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormCronHintComponent, "gio-form-cron-hint", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioFormCronLabelComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormCronLabelComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormCronLabelComponent, "gio-form-cron-label", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormCronLabelComponent, "gio-form-cron-label", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { FocusMonitor } from '@angular/cdk/a11y';
2
2
  import { ElementRef, NgZone, OnDestroy, OnInit } from '@angular/core';
3
- import { AbstractControl, ControlValueAccessor, FormGroup, ValidationErrors, Validator } from '@angular/forms';
3
+ import { AbstractControl, ControlValueAccessor, UntypedFormGroup, ValidationErrors, Validator } from '@angular/forms';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class GioFormCronComponent implements ControlValueAccessor, OnInit, OnDestroy, Validator {
6
6
  private readonly elRef;
@@ -13,7 +13,7 @@ export declare class GioFormCronComponent implements ControlValueAccessor, OnIni
13
13
  hours: number[];
14
14
  daysOfMonth: number[];
15
15
  daysOfWeek: string[];
16
- internalFormGroup?: FormGroup;
16
+ internalFormGroup?: UntypedFormGroup;
17
17
  value?: string;
18
18
  expressionDescription?: string;
19
19
  isDisabled: boolean;
@@ -37,5 +37,5 @@ export declare class GioFormCronComponent implements ControlValueAccessor, OnIni
37
37
  }): void;
38
38
  private refreshInternalForm;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormCronComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormCronComponent, "gio-form-cron", never, {}, {}, never, ["gio-form-cron-label", "gio-form-cron-hint"]>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormCronComponent, "gio-form-cron", never, {}, {}, never, ["gio-form-cron-label", "gio-form-cron-hint"], false>;
41
41
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioFormFilePickerAddButtonComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormFilePickerAddButtonComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormFilePickerAddButtonComponent, "gio-form-file-picker-add-button", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormFilePickerAddButtonComponent, "gio-form-file-picker-add-button", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioFormFilePickerEmptyComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormFilePickerEmptyComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormFilePickerEmptyComponent, "gio-form-file-picker-empty", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormFilePickerEmptyComponent, "gio-form-file-picker-empty", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioFormFilePickerLabelComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormFilePickerLabelComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormFilePickerLabelComponent, "gio-form-file-picker-label", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormFilePickerLabelComponent, "gio-form-file-picker-label", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -38,6 +38,6 @@ export declare class GioFormFilePickerComponent implements OnInit, ControlValueA
38
38
  private handleReceivedFileEvent;
39
39
  private emitFileValue;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormFilePickerComponent, [null, { optional: true; self: true; }]>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormFilePickerComponent, "gio-form-file-picker", never, { "multiple": "multiple"; "accept": "accept"; "disabled": "disabled"; }, {}, never, ["gio-form-file-picker-label", "gio-form-file-picker-add-button", "gio-form-file-picker-empty"]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormFilePickerComponent, "gio-form-file-picker", never, { "multiple": "multiple"; "accept": "accept"; "disabled": "disabled"; }, {}, never, ["gio-form-file-picker-label", "gio-form-file-picker-add-button", "gio-form-file-picker-empty"], false>;
42
42
  }
43
43
  export {};
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare const GIO_FORM_FOCUS_INVALID_IGNORE_SELECTOR = "gioFormFocusInvalidIgnore";
3
3
  export declare class GioFormFocusInvalidIgnoreDirective {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormFocusInvalidIgnoreDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioFormFocusInvalidIgnoreDirective, "[gioFormFocusInvalidIgnore]", never, {}, {}, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioFormFocusInvalidIgnoreDirective, "[gioFormFocusInvalidIgnore]", never, {}, {}, never, never, false>;
6
6
  }
@@ -8,15 +8,15 @@ export declare class GioBaseFormFocusInvalidDirective {
8
8
  protected focusOnFirstInvalid(): void;
9
9
  private getFirstInvalidControl;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBaseFormFocusInvalidDirective, [null, { optional: true; }]>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioBaseFormFocusInvalidDirective, never, never, {}, {}, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioBaseFormFocusInvalidDirective, never, never, {}, {}, never, never, false>;
12
12
  }
13
13
  export declare class GioFormFocusInvalidFormDirective extends GioBaseFormFocusInvalidDirective {
14
14
  onFormSubmit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormFocusInvalidFormDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioFormFocusInvalidFormDirective, "form[gioFormFocusInvalid]", never, {}, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioFormFocusInvalidFormDirective, "form[gioFormFocusInvalid]", never, {}, {}, never, never, false>;
17
17
  }
18
18
  export declare class GioButtonFocusInvalidButtonDirective extends GioBaseFormFocusInvalidDirective {
19
19
  onClick(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<GioButtonFocusInvalidButtonDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioButtonFocusInvalidButtonDirective, "button[gioFormFocusInvalid]", never, {}, {}, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioButtonFocusInvalidButtonDirective, "button[gioFormFocusInvalid]", never, {}, {}, never, never, false>;
22
22
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioFormHeadersLabelComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormHeadersLabelComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormHeadersLabelComponent, "gio-form-headers-label", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormHeadersLabelComponent, "gio-form-headers-label", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { FocusMonitor } from '@angular/cdk/a11y';
2
2
  import { ElementRef, OnInit } from '@angular/core';
3
- import { AbstractControl, ControlValueAccessor, FormArray, FormGroup, ValidationErrors, Validator } from '@angular/forms';
3
+ import { AbstractControl, ControlValueAccessor, UntypedFormArray, UntypedFormGroup, ValidationErrors, Validator } from '@angular/forms';
4
4
  import { Observable } from 'rxjs';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare type Header = {
@@ -15,8 +15,8 @@ export declare class GioFormHeadersComponent implements OnInit, ControlValueAcce
15
15
  private readonly fm;
16
16
  private readonly elRef;
17
17
  headerFieldMapper: FormHeaderFieldMapper;
18
- mainForm: FormGroup;
19
- headersFormArray: FormArray;
18
+ mainForm: UntypedFormGroup;
19
+ headersFormArray: UntypedFormArray;
20
20
  disabled: boolean;
21
21
  private headers;
22
22
  private _onChange;
@@ -38,5 +38,5 @@ export declare class GioFormHeadersComponent implements OnInit, ControlValueAcce
38
38
  private removeLastHeader;
39
39
  private _filter;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormHeadersComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormHeadersComponent, "gio-form-headers", never, { "headerFieldMapper": "headerFieldMapper"; }, {}, never, ["gio-form-headers-label"]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormHeadersComponent, "gio-form-headers", never, { "headerFieldMapper": "headerFieldMapper"; }, {}, never, ["gio-form-headers-label"], false>;
42
42
  }
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
- import { ControlValueAccessor, FormGroup, NgControl } from '@angular/forms';
2
+ import { ControlValueAccessor, UntypedFormGroup, NgControl } from '@angular/forms';
3
3
  import { FormlyFieldConfig, FormlyFormOptions } from '@ngx-formly/core';
4
4
  import { FocusMonitor } from '@angular/cdk/a11y';
5
5
  import { GioJsonSchema } from './model/GioJsonSchema';
@@ -15,7 +15,7 @@ export declare class GioFormJsonSchemaComponent implements ControlValueAccessor,
15
15
  private unsubscribe$;
16
16
  private gioFormFocusInvalidIgnore;
17
17
  set jsonSchema(jsonSchema: GioJsonSchema);
18
- formGroup: FormGroup;
18
+ formGroup: UntypedFormGroup;
19
19
  options: FormlyFormOptions;
20
20
  ready: EventEmitter<boolean>;
21
21
  private isReady;
@@ -37,5 +37,5 @@ export declare class GioFormJsonSchemaComponent implements ControlValueAccessor,
37
37
  registerOnTouched(fn: () => void): void;
38
38
  setDisabledState?(isDisabled: boolean): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormJsonSchemaComponent, [null, null, null, null, { optional: true; host: true; }]>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormJsonSchemaComponent, "gio-form-json-schema", never, { "jsonSchema": "jsonSchema"; "options": "options"; }, { "ready": "ready"; }, never, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormJsonSchemaComponent, "gio-form-json-schema", never, { "jsonSchema": "jsonSchema"; "options": "options"; }, { "ready": "ready"; }, never, never, false>;
41
41
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class GioFjsArrayTypeComponent extends FieldArrayType {
4
4
  collapse: boolean;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFjsArrayTypeComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsArrayTypeComponent, "gio-fjs-array-type", never, {}, {}, never, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsArrayTypeComponent, "gio-fjs-array-type", never, {}, {}, never, never, false>;
7
7
  }
@@ -13,6 +13,6 @@ export declare class GioFjsCodeEditorTypeComponent extends FieldType<FieldTypeCo
13
13
  languageConfig?: MonacoEditorLanguageConfig;
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFjsCodeEditorTypeComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsCodeEditorTypeComponent, "gio-fjs-code-editor-type", never, {}, {}, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsCodeEditorTypeComponent, "gio-fjs-code-editor-type", never, {}, {}, never, never, false>;
17
17
  }
18
18
  export {};
@@ -12,6 +12,6 @@ export declare class GioFjsHeadersTypeComponent extends FieldType<FieldTypeConfi
12
12
  collapse: boolean;
13
13
  get outputConfig(): FormHeaderFieldMapper;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFjsHeadersTypeComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsHeadersTypeComponent, "gio-fjs-headers-type", never, {}, {}, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsHeadersTypeComponent, "gio-fjs-headers-type", never, {}, {}, never, never, false>;
16
16
  }
17
17
  export {};
@@ -9,5 +9,5 @@ export declare class GioFjsMultiSchemaTypeComponent extends FieldType implements
9
9
  ngOnInit(): void;
10
10
  ngAfterViewChecked(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFjsMultiSchemaTypeComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsMultiSchemaTypeComponent, "gio-fjs-multi-schema-type", never, {}, {}, never, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsMultiSchemaTypeComponent, "gio-fjs-multi-schema-type", never, {}, {}, never, never, false>;
13
13
  }
@@ -2,5 +2,5 @@ import { FieldType } from '@ngx-formly/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class GioFjsNullTypeComponent extends FieldType {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFjsNullTypeComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsNullTypeComponent, "gio-fjs-null-type", never, {}, {}, never, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsNullTypeComponent, "gio-fjs-null-type", never, {}, {}, never, never, false>;
6
6
  }
@@ -2,5 +2,5 @@ import { FieldType } from '@ngx-formly/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class GioFjsObjectTypeComponent extends FieldType {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFjsObjectTypeComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsObjectTypeComponent, "gio-fjs-object-type", never, {}, {}, never, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsObjectTypeComponent, "gio-fjs-object-type", never, {}, {}, never, never, false>;
6
6
  }
@@ -3,6 +3,6 @@ import * as i0 from "@angular/core";
3
3
  declare type ToggleProps = FormlyFieldProps;
4
4
  export declare class GioFjsToggleTypeComponent extends FieldType<FieldTypeConfig<ToggleProps>> {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFjsToggleTypeComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsToggleTypeComponent, "gio-fjs-toggle-type", never, {}, {}, never, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFjsToggleTypeComponent, "gio-fjs-toggle-type", never, {}, {}, never, never, false>;
7
7
  }
8
8
  export {};
@@ -2,5 +2,5 @@ import { FieldWrapper } from '@ngx-formly/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class GioBannerWrapperComponent extends FieldWrapper {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<GioBannerWrapperComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerWrapperComponent, "gio-banner-wrapper", never, {}, {}, never, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioBannerWrapperComponent, "gio-banner-wrapper", never, {}, {}, never, never, false>;
6
6
  }
@@ -7,6 +7,6 @@ export declare class GioPasswordEyeWrapperComponent extends FieldWrapper impleme
7
7
  ngAfterViewInit(): void;
8
8
  addonEyeClick($event: Event): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<GioPasswordEyeWrapperComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<GioPasswordEyeWrapperComponent, "gio-password-eye-wrapper", never, {}, {}, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioPasswordEyeWrapperComponent, "gio-password-eye-wrapper", never, {}, {}, never, never, false>;
11
11
  }
12
12
  export declare function passwordEyeExtension(field: FormlyFieldConfig): void;
@@ -1,13 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioFormLabelComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormLabelComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormLabelComponent, "gio-form-label", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormLabelComponent, "gio-form-label", never, {}, {}, never, ["*"], false>;
5
5
  }
6
6
  export declare class GioFormPrefixDirective {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormPrefixDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioFormPrefixDirective, "[gioFormPrefix]", never, {}, {}, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioFormPrefixDirective, "[gioFormPrefix]", never, {}, {}, never, never, false>;
9
9
  }
10
10
  export declare class GioFormSlideToggleDirective {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormSlideToggleDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioFormSlideToggleDirective, "[gioFormSlideToggle]", never, {}, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioFormSlideToggleDirective, "[gioFormSlideToggle]", never, {}, {}, never, never, false>;
13
13
  }
@@ -11,5 +11,5 @@ export declare class GioFormSlideToggleComponent implements AfterContentInit, On
11
11
  ngAfterContentInit(): void;
12
12
  ngOnDestroy(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormSlideToggleComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormSlideToggleComponent, "gio-form-slide-toggle", never, { "appearance": "appearance"; }, {}, ["innerMatSlideToggle", "innerFormControlName"], ["[gioFormPrefix]", "[gioFormSlideToggle]", "gio-form-label", "*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormSlideToggleComponent, "gio-form-slide-toggle", never, { "appearance": "appearance"; }, {}, ["innerMatSlideToggle", "innerFormControlName"], ["[gioFormPrefix]", "[gioFormSlideToggle]", "gio-form-label", "*"], false>;
15
15
  }
@@ -90,5 +90,5 @@ export declare class GioFormTagsInputComponent implements MatFormFieldControl<Ta
90
90
  onMatChipTokenEnd(): void;
91
91
  private initAutocomplete;
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<GioFormTagsInputComponent, [{ optional: true; self: true; }, null, null, null]>;
93
- static ɵcmp: i0.ɵɵComponentDeclaration<GioFormTagsInputComponent, "gio-form-tags-input", never, { "ariaLabel": "aria-label"; "addOnBlur": "addOnBlur"; "tagValidationHook": "tagValidationHook"; "autocompleteOptions": "autocompleteOptions"; "displayValueWith": "displayValueWith"; "useAutocompleteOptionValueOnly": "useAutocompleteOptionValueOnly"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; }, {}, never, never>;
93
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioFormTagsInputComponent, "gio-form-tags-input", never, { "ariaLabel": "aria-label"; "addOnBlur": "addOnBlur"; "tagValidationHook": "tagValidationHook"; "autocompleteOptions": "autocompleteOptions"; "displayValueWith": "displayValueWith"; "useAutocompleteOptionValueOnly": "useAutocompleteOptionValueOnly"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; }, {}, never, never, false>;
94
94
  }
@@ -12,5 +12,5 @@ export declare class GioLicenseDialogComponent {
12
12
  constructor(dialogRef: MatDialogRef<GioLicenseDialogData>, dialogData: GioLicenseDialogData);
13
13
  onClose(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<GioLicenseDialogComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<GioLicenseDialogComponent, "gio-license-dialog", never, {}, {}, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioLicenseDialogComponent, "gio-license-dialog", never, {}, {}, never, never, false>;
16
16
  }
@@ -16,5 +16,5 @@ export declare class GioLicenseDirective implements OnInit, OnDestroy {
16
16
  ngOnDestroy(): void;
17
17
  private click;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<GioLicenseDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioLicenseDirective, "[gioLicense]", never, { "gioLicense": "gioLicense"; }, {}, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioLicenseDirective, "[gioLicense]", never, { "gioLicense": "gioLicense"; }, {}, never, never, false>;
20
20
  }
@@ -13,5 +13,5 @@ export declare class GioLicenseExpirationNotificationComponent implements OnInit
13
13
  ngOnChanges(changes: SimpleChanges): void;
14
14
  private transformDateWithoutHours;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<GioLicenseExpirationNotificationComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<GioLicenseExpirationNotificationComponent, "gio-license-expiration-notification", never, { "expirationDate": "expirationDate"; "showCallToAction": "showCallToAction"; "callToActionMessage": "callToActionMessage"; "link": "link"; "inError": "inError"; }, {}, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioLicenseExpirationNotificationComponent, "gio-license-expiration-notification", never, { "expirationDate": "expirationDate"; "showCallToAction": "showCallToAction"; "callToActionMessage": "callToActionMessage"; "link": "link"; "inError": "inError"; }, {}, never, never, false>;
17
17
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioLoaderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioLoaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioLoaderComponent, "gio-loader", never, {}, {}, never, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioLoaderComponent, "gio-loader", never, {}, {}, never, never, false>;
5
5
  }
@@ -41,5 +41,5 @@ export declare class GioMonacoEditorFormFieldDirective implements OnInit, DoChec
41
41
  setDescribedByIds(ids: string[]): void;
42
42
  onContainerClick(_event: MouseEvent): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMonacoEditorFormFieldDirective, [null, null, null, null, { optional: true; host: true; self: true; }]>;
44
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioMonacoEditorFormFieldDirective, "[gioMonacoEditorFormField]", never, { "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; }, {}, never>;
44
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioMonacoEditorFormFieldDirective, "[gioMonacoEditorFormField]", never, { "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; }, {}, never, never, false>;
45
45
  }
@@ -46,5 +46,5 @@ export declare class GioMonacoEditorComponent implements ControlValueAccessor, A
46
46
  private setupEditor;
47
47
  private setupLanguage;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMonacoEditorComponent, [null, null, null, null, null, null, { optional: true; self: true; }]>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<GioMonacoEditorComponent, "gio-monaco-editor", never, { "languageConfig": "languageConfig"; "options": "options"; "disableMiniMap": "disableMiniMap"; }, {}, never, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMonacoEditorComponent, "gio-monaco-editor", never, { "languageConfig": "languageConfig"; "options": "options"; "disableMiniMap": "disableMiniMap"; }, {}, never, never, false>;
50
50
  }
@@ -8,5 +8,5 @@ export declare class GioMonacoEditorTestingComponent extends GioMonacoEditorComp
8
8
  get getValue(): string;
9
9
  changeValue(value: string): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMonacoEditorTestingComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<GioMonacoEditorTestingComponent, "gio-monaco-editor", never, {}, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMonacoEditorTestingComponent, "gio-monaco-editor", never, {}, {}, never, never, false>;
12
12
  }
@@ -6,5 +6,5 @@ export declare class SafePipe implements PipeTransform {
6
6
  constructor(sanitizer: DomSanitizer);
7
7
  transform(value: string | undefined, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SafePipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "safe">;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "safe", false>;
10
10
  }
@@ -1,14 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioRadioButtonTitleComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioRadioButtonTitleComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioRadioButtonTitleComponent, "gio-radio-button-title", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioRadioButtonTitleComponent, "gio-radio-button-title", never, {}, {}, never, ["*"], false>;
5
5
  }
6
6
  export declare class GioRadioButtonSubitleComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<GioRadioButtonSubitleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<GioRadioButtonSubitleComponent, "gio-radio-button-subtitle", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioRadioButtonSubitleComponent, "gio-radio-button-subtitle", never, {}, {}, never, ["*"], false>;
9
9
  }
10
10
  export declare class GioRadioButtonContentComponent {
11
11
  icon: string | undefined;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GioRadioButtonContentComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<GioRadioButtonContentComponent, "gio-radio-button-content", never, { "icon": "icon"; }, {}, never, ["gio-radio-button-title", "gio-radio-button-subtitle"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioRadioButtonContentComponent, "gio-radio-button-content", never, { "icon": "icon"; }, {}, never, ["gio-radio-button-title", "gio-radio-button-subtitle"], false>;
14
14
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
2
+ import { UntypedFormGroup } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class GioSaveBarComponent {
5
5
  isSubmitted: boolean;
@@ -11,7 +11,7 @@ export declare class GioSaveBarComponent {
11
11
  */
12
12
  invalidState?: boolean;
13
13
  creationMode: boolean;
14
- form?: FormGroup;
14
+ form?: UntypedFormGroup;
15
15
  private hasSubmitLock;
16
16
  formInitialValues?: unknown;
17
17
  hideSubmitButton: boolean;
@@ -24,5 +24,5 @@ export declare class GioSaveBarComponent {
24
24
  onDisableSubmitLock(): void;
25
25
  onSubmitClicked(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<GioSaveBarComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<GioSaveBarComponent, "gio-save-bar", never, { "opened": "opened"; "invalidState": "invalidState"; "creationMode": "creationMode"; "form": "form"; "formInitialValues": "formInitialValues"; "hideSubmitButton": "hideSubmitButton"; "hideDiscardButton": "hideDiscardButton"; }, { "resetClicked": "resetClicked"; "submitted": "submitted"; "submittedInvalidState": "submittedInvalidState"; }, never, ["*"]>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioSaveBarComponent, "gio-save-bar", never, { "opened": "opened"; "invalidState": "invalidState"; "creationMode": "creationMode"; "form": "form"; "formInitialValues": "formInitialValues"; "hideSubmitButton": "hideSubmitButton"; "hideDiscardButton": "hideDiscardButton"; }, { "resetClicked": "resetClicked"; "submitted": "submitted"; "submittedInvalidState": "submittedInvalidState"; }, never, ["*"], false>;
28
28
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioMenuFooterComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuFooterComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuFooterComponent, "gio-menu-footer", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuFooterComponent, "gio-menu-footer", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioMenuHeaderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuHeaderComponent, "gio-menu-header", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuHeaderComponent, "gio-menu-header", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -15,5 +15,5 @@ export declare class GioMenuItemComponent implements OnDestroy {
15
15
  onClick($event: MouseEvent): void;
16
16
  onKeydownHandler($event: KeyboardEvent): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuItemComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuItemComponent, "gio-menu-item", never, { "icon": "icon"; "iconRight": "iconRight"; "active": "active"; "outlined": "outlined"; }, {}, never, ["*"]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuItemComponent, "gio-menu-item", never, { "icon": "icon"; "iconRight": "iconRight"; "active": "active"; "outlined": "outlined"; }, {}, never, ["*"], false>;
19
19
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioMenuLicenseExpirationNotificationComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuLicenseExpirationNotificationComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuLicenseExpirationNotificationComponent, "gio-menu-license-expiration-notification", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuLicenseExpirationNotificationComponent, "gio-menu-license-expiration-notification", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioMenuListComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuListComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuListComponent, "gio-menu-list", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuListComponent, "gio-menu-list", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -13,5 +13,5 @@ export declare class GioMenuSelectorComponent {
13
13
  selectChange: EventEmitter<string>;
14
14
  onSelectionChange($event: MatSelectChange): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuSelectorComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuSelectorComponent, "gio-menu-selector", never, { "selectorTitle": "selectorTitle"; "selectorItems": "selectorItems"; "selectedItemValue": "selectedItemValue"; "tabIndex": "tabIndex"; }, { "selectChange": "selectChange"; }, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuSelectorComponent, "gio-menu-selector", never, { "selectorTitle": "selectorTitle"; "selectorItems": "selectorItems"; "selectedItemValue": "selectedItemValue"; "tabIndex": "tabIndex"; }, { "selectChange": "selectChange"; }, never, never, false>;
17
17
  }
@@ -10,5 +10,5 @@ export declare class GioMenuComponent implements OnChanges {
10
10
  reduceMenu(reduced: boolean | null): void;
11
11
  onMouseLeave(reduced: boolean | null): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuComponent, "gio-menu", never, { "reduced": "reduced"; }, {}, never, ["gio-menu-header", "gio-menu-list", "gio-menu-license-expiration-notification", "gio-menu-footer"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuComponent, "gio-menu", never, { "reduced": "reduced"; }, {}, never, ["gio-menu-header", "gio-menu-list", "gio-menu-license-expiration-notification", "gio-menu-footer"], false>;
14
14
  }
@@ -4,5 +4,5 @@ export declare class GioSubmenuGroupComponent {
4
4
  title: string;
5
5
  theme: GioSubmenuTheme;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<GioSubmenuGroupComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuGroupComponent, "gio-submenu-group", never, { "title": "title"; "theme": "theme"; }, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuGroupComponent, "gio-submenu-group", never, { "title": "title"; "theme": "theme"; }, {}, never, ["*"], false>;
8
8
  }