@gravitee/ui-particles-angular 7.52.0-renovate-angular-ac8cadc → 7.53.0-angular15-a856f7a

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 (200) hide show
  1. package/README.md +1 -1
  2. package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.component.mjs +5 -5
  3. package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.module.mjs +5 -5
  4. package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.service.mjs +4 -4
  5. package/esm2020/lib/gio-avatar/gio-avatar.component.mjs +7 -7
  6. package/esm2020/lib/gio-avatar/gio-avatar.module.mjs +5 -5
  7. package/esm2020/lib/gio-banner/gio-banner.component.mjs +30 -30
  8. package/esm2020/lib/gio-banner/gio-banner.module.mjs +6 -6
  9. package/esm2020/lib/gio-breadcrumb/gio-breadcrumb-item.directive.mjs +4 -4
  10. package/esm2020/lib/gio-breadcrumb/gio-breadcrumb.component.mjs +6 -6
  11. package/esm2020/lib/gio-breadcrumb/gio-breadcrumb.module.mjs +5 -5
  12. package/esm2020/lib/gio-clipboard/gio-clipboard-copy-icon.component.mjs +9 -9
  13. package/esm2020/lib/gio-clipboard/gio-clipboard-copy-wrapper.component.mjs +8 -8
  14. package/esm2020/lib/gio-clipboard/gio-clipboard.base.component.mjs +4 -4
  15. package/esm2020/lib/gio-clipboard/gio-clipboard.module.mjs +7 -7
  16. package/esm2020/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.component.mjs +13 -14
  17. package/esm2020/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.module.mjs +5 -5
  18. package/esm2020/lib/gio-confirm-dialog/gio-confirm-dialog.component.mjs +6 -6
  19. package/esm2020/lib/gio-confirm-dialog/gio-confirm-dialog.module.mjs +5 -5
  20. package/esm2020/lib/gio-form-cron/gio-form-cron-hint.component.mjs +4 -4
  21. package/esm2020/lib/gio-form-cron/gio-form-cron-label.component.mjs +4 -4
  22. package/esm2020/lib/gio-form-cron/gio-form-cron.component.mjs +28 -28
  23. package/esm2020/lib/gio-form-cron/gio-form-cron.harness.mjs +2 -2
  24. package/esm2020/lib/gio-form-cron/gio-form-cron.module.mjs +18 -20
  25. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.mjs +7 -7
  26. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-empty/gio-form-file-picker-empty.component.mjs +4 -4
  27. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-label/gio-form-file-picker-label.component.mjs +4 -4
  28. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker.component.mjs +14 -14
  29. package/esm2020/lib/gio-form-file-picker/gio-form-file-picker.module.mjs +5 -5
  30. package/esm2020/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid-ignore.directive.mjs +4 -4
  31. package/esm2020/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.directive.mjs +10 -10
  32. package/esm2020/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.module.mjs +5 -5
  33. package/esm2020/lib/gio-form-headers/gio-form-headers-label.component.mjs +4 -4
  34. package/esm2020/lib/gio-form-headers/gio-form-headers.component.mjs +26 -26
  35. package/esm2020/lib/gio-form-headers/gio-form-headers.harness.mjs +4 -4
  36. package/esm2020/lib/gio-form-headers/gio-form-headers.module.mjs +17 -19
  37. package/esm2020/lib/gio-form-json-schema/gio-form-json-schema.component.mjs +17 -17
  38. package/esm2020/lib/gio-form-json-schema/gio-form-json-schema.module.mjs +64 -66
  39. package/esm2020/lib/gio-form-json-schema/gio-formly-json-schema.service.mjs +4 -4
  40. package/esm2020/lib/gio-form-json-schema/type-component/array-type.component.mjs +10 -10
  41. package/esm2020/lib/gio-form-json-schema/type-component/code-editor-type.component.mjs +10 -21
  42. package/esm2020/lib/gio-form-json-schema/type-component/headers-type.component.mjs +11 -11
  43. package/esm2020/lib/gio-form-json-schema/type-component/multischema-type.component.mjs +8 -8
  44. package/esm2020/lib/gio-form-json-schema/type-component/null-type.component.mjs +4 -4
  45. package/esm2020/lib/gio-form-json-schema/type-component/object-type.component.mjs +8 -8
  46. package/esm2020/lib/gio-form-json-schema/type-component/toggle-type.component.mjs +10 -10
  47. package/esm2020/lib/gio-form-json-schema/wrappers/gio-banner-wrapper.component.mjs +5 -5
  48. package/esm2020/lib/gio-form-json-schema/wrappers/gio-password-eye.component.mjs +10 -9
  49. package/esm2020/lib/gio-form-slide-toggle/gio-form-label.directive.mjs +10 -10
  50. package/esm2020/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.mjs +6 -6
  51. package/esm2020/lib/gio-form-slide-toggle/gio-form-slide-toggle.module.mjs +5 -6
  52. package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.component.mjs +68 -68
  53. package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.harness.mjs +14 -11
  54. package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.module.mjs +13 -15
  55. package/esm2020/lib/gio-icons/gio-icons.module.mjs +5 -5
  56. package/esm2020/lib/gio-license/gio-license-dialog/gio-license-dialog.component.mjs +8 -8
  57. package/esm2020/lib/gio-license/gio-license-dialog/gio-license-dialog.module.mjs +5 -6
  58. package/esm2020/lib/gio-license/gio-license.directive.mjs +4 -4
  59. package/esm2020/lib/gio-license/gio-license.module.mjs +5 -5
  60. package/esm2020/lib/gio-license/gio-license.service.mjs +13 -4
  61. package/esm2020/lib/gio-license/gio-license.testing.module.mjs +6 -6
  62. package/esm2020/lib/gio-loader/gio-loader.component.mjs +4 -4
  63. package/esm2020/lib/gio-loader/gio-loader.module.mjs +5 -5
  64. package/esm2020/lib/gio-mat-config/gio-mat-config.module.mjs +13 -6
  65. package/esm2020/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.mjs +25 -25
  66. package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.component.mjs +4 -4
  67. package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.module.mjs +6 -6
  68. package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.testing.component.mjs +4 -4
  69. package/esm2020/lib/gio-monaco-editor/services/gio-language-json.service.mjs +4 -4
  70. package/esm2020/lib/gio-monaco-editor/services/gio-monaco-editor.service.mjs +4 -4
  71. package/esm2020/lib/gio-pipe/gio.pipe.module.mjs +5 -5
  72. package/esm2020/lib/gio-pipe/safe.pipe.mjs +4 -4
  73. package/esm2020/lib/gio-prismjs/gio-prismjs.service.mjs +4 -4
  74. package/esm2020/lib/gio-radio-button/gio-radio-button-content.component.mjs +13 -13
  75. package/esm2020/lib/gio-radio-button/gio-radio-button.module.mjs +6 -6
  76. package/esm2020/lib/gio-save-bar/gio-save-bar.component.mjs +8 -8
  77. package/esm2020/lib/gio-save-bar/gio-save-bar.module.mjs +7 -7
  78. package/esm2020/lib/oem-theme/gio-menu/gio-menu-footer/gio-menu-footer.component.mjs +4 -4
  79. package/esm2020/lib/oem-theme/gio-menu/gio-menu-header/gio-menu-header.component.mjs +4 -4
  80. package/esm2020/lib/oem-theme/gio-menu/gio-menu-item/gio-menu-item.component.mjs +6 -6
  81. package/esm2020/lib/oem-theme/gio-menu/gio-menu-list/gio-menu-list.component.mjs +4 -4
  82. package/esm2020/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.component.mjs +8 -8
  83. package/esm2020/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.harness.mjs +2 -2
  84. package/esm2020/lib/oem-theme/gio-menu/gio-menu.component.mjs +6 -6
  85. package/esm2020/lib/oem-theme/gio-menu/gio-menu.module.mjs +6 -6
  86. package/esm2020/lib/oem-theme/gio-menu/gio-menu.service.mjs +4 -4
  87. package/esm2020/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.mjs +4 -4
  88. package/esm2020/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.mjs +6 -6
  89. package/esm2020/lib/oem-theme/gio-submenu/gio-submenu.component.mjs +7 -7
  90. package/esm2020/lib/oem-theme/gio-submenu/gio-submenu.module.mjs +5 -5
  91. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.mjs +5 -5
  92. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.mjs +5 -5
  93. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.module.mjs +5 -5
  94. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.component.mjs +4 -4
  95. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.module.mjs +5 -5
  96. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar.component.mjs +5 -5
  97. package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar.module.mjs +5 -5
  98. package/esm2020/lib/oem-theme/oem-theme.service.mjs +2 -2
  99. package/fesm2015/gravitee-ui-particles-angular-testing.mjs.map +1 -1
  100. package/fesm2015/gravitee-ui-particles-angular.mjs +720 -704
  101. package/fesm2015/gravitee-ui-particles-angular.mjs.map +1 -1
  102. package/fesm2020/gravitee-ui-particles-angular-testing.mjs.map +1 -1
  103. package/fesm2020/gravitee-ui-particles-angular.mjs +720 -704
  104. package/fesm2020/gravitee-ui-particles-angular.mjs.map +1 -1
  105. package/lib/gio-asciidoctor/gio-asciidoctor.component.d.ts +1 -1
  106. package/lib/gio-asciidoctor/gio-asciidoctor.service.d.ts +1 -1
  107. package/lib/gio-avatar/gio-avatar.component.d.ts +1 -1
  108. package/lib/gio-banner/gio-banner.component.d.ts +8 -8
  109. package/lib/gio-banner/gio-banner.module.d.ts +2 -2
  110. package/lib/gio-breadcrumb/gio-breadcrumb-item.directive.d.ts +1 -1
  111. package/lib/gio-breadcrumb/gio-breadcrumb.component.d.ts +1 -1
  112. package/lib/gio-clipboard/gio-clipboard-copy-icon.component.d.ts +1 -1
  113. package/lib/gio-clipboard/gio-clipboard-copy-wrapper.component.d.ts +1 -1
  114. package/lib/gio-clipboard/gio-clipboard.base.component.d.ts +2 -2
  115. package/lib/gio-clipboard/gio-clipboard.module.d.ts +3 -3
  116. package/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.component.d.ts +3 -5
  117. package/lib/gio-confirm-dialog/gio-confirm-dialog.component.d.ts +2 -2
  118. package/lib/gio-form-cron/gio-form-cron-hint.component.d.ts +1 -1
  119. package/lib/gio-form-cron/gio-form-cron-label.component.d.ts +1 -1
  120. package/lib/gio-form-cron/gio-form-cron.adapter.d.ts +1 -1
  121. package/lib/gio-form-cron/gio-form-cron.component.d.ts +3 -3
  122. package/lib/gio-form-cron/gio-form-cron.harness.d.ts +2 -2
  123. package/lib/gio-form-cron/gio-form-cron.module.d.ts +6 -6
  124. package/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.d.ts +1 -1
  125. package/lib/gio-form-file-picker/gio-form-file-picker-empty/gio-form-file-picker-empty.component.d.ts +1 -1
  126. package/lib/gio-form-file-picker/gio-form-file-picker-label/gio-form-file-picker-label.component.d.ts +1 -1
  127. package/lib/gio-form-file-picker/gio-form-file-picker.component.d.ts +2 -2
  128. package/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid-ignore.directive.d.ts +1 -1
  129. package/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.directive.d.ts +3 -3
  130. package/lib/gio-form-headers/gio-form-headers-label.component.d.ts +1 -1
  131. package/lib/gio-form-headers/gio-form-headers.component.d.ts +6 -6
  132. package/lib/gio-form-headers/gio-form-headers.harness.d.ts +3 -3
  133. package/lib/gio-form-headers/gio-form-headers.module.d.ts +6 -6
  134. package/lib/gio-form-json-schema/gio-form-json-schema.component.d.ts +3 -3
  135. package/lib/gio-form-json-schema/gio-form-json-schema.module.d.ts +4 -4
  136. package/lib/gio-form-json-schema/model/GioJsonSchema.d.ts +3 -3
  137. package/lib/gio-form-json-schema/type-component/array-type.component.d.ts +1 -1
  138. package/lib/gio-form-json-schema/type-component/code-editor-type.component.d.ts +3 -3
  139. package/lib/gio-form-json-schema/type-component/headers-type.component.d.ts +2 -2
  140. package/lib/gio-form-json-schema/type-component/multischema-type.component.d.ts +1 -1
  141. package/lib/gio-form-json-schema/type-component/null-type.component.d.ts +1 -1
  142. package/lib/gio-form-json-schema/type-component/object-type.component.d.ts +1 -1
  143. package/lib/gio-form-json-schema/type-component/toggle-type.component.d.ts +2 -2
  144. package/lib/gio-form-json-schema/wrappers/gio-banner-wrapper.component.d.ts +1 -1
  145. package/lib/gio-form-json-schema/wrappers/gio-password-eye.component.d.ts +1 -1
  146. package/lib/gio-form-slide-toggle/gio-form-label.directive.d.ts +3 -3
  147. package/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.d.ts +2 -2
  148. package/lib/gio-form-tags-input/gio-form-tags-input.component.d.ts +6 -6
  149. package/lib/gio-form-tags-input/gio-form-tags-input.harness.d.ts +3 -3
  150. package/lib/gio-license/gio-license-dialog/gio-license-dialog.component.d.ts +2 -2
  151. package/lib/gio-license/gio-license.directive.d.ts +1 -1
  152. package/lib/gio-license/gio-license.service.d.ts +2 -1
  153. package/lib/gio-loader/gio-loader.component.d.ts +1 -1
  154. package/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.d.ts +2 -2
  155. package/lib/gio-monaco-editor/gio-monaco-editor.component.d.ts +2 -2
  156. package/lib/gio-monaco-editor/gio-monaco-editor.harness.d.ts +1 -1
  157. package/lib/gio-monaco-editor/gio-monaco-editor.testing.component.d.ts +1 -1
  158. package/lib/gio-monaco-editor/models/GioMonacoEditorConfig.d.ts +1 -1
  159. package/lib/gio-monaco-editor/models/MonacoEditorTheme.d.ts +1 -1
  160. package/lib/gio-pipe/safe.pipe.d.ts +1 -1
  161. package/lib/gio-radio-button/gio-radio-button-content.component.d.ts +3 -3
  162. package/lib/gio-radio-button/gio-radio-button.module.d.ts +2 -2
  163. package/lib/gio-save-bar/gio-save-bar.component.d.ts +3 -3
  164. package/lib/gio-save-bar/gio-save-bar.module.d.ts +3 -3
  165. package/lib/oem-theme/gio-menu/gio-menu-footer/gio-menu-footer.component.d.ts +1 -1
  166. package/lib/oem-theme/gio-menu/gio-menu-header/gio-menu-header.component.d.ts +1 -1
  167. package/lib/oem-theme/gio-menu/gio-menu-item/gio-menu-item.component.d.ts +1 -1
  168. package/lib/oem-theme/gio-menu/gio-menu-list/gio-menu-list.component.d.ts +1 -1
  169. package/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.component.d.ts +3 -3
  170. package/lib/oem-theme/gio-menu/gio-menu.component.d.ts +1 -1
  171. package/lib/oem-theme/gio-menu/gio-menu.module.d.ts +2 -2
  172. package/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.d.ts +1 -1
  173. package/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.d.ts +1 -1
  174. package/lib/oem-theme/gio-submenu/gio-submenu.component.d.ts +3 -3
  175. package/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.d.ts +2 -2
  176. package/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.d.ts +1 -1
  177. package/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.component.d.ts +1 -1
  178. package/lib/oem-theme/gio-top-bar/gio-top-bar.component.d.ts +2 -2
  179. package/lib/oem-theme/oem-theme.service.d.ts +1 -1
  180. package/package.json +13 -13
  181. package/src/lib/gio-button-toggle-group/gio-button-toggle-group.scss +1 -1
  182. package/src/lib/gio-radio-button/gio-radio-button.scss +23 -2
  183. package/src/lib/gio-table-light/gio-table-light.scss +2 -2
  184. package/src/scss/gio-mat-legacy-theme-variable.scss +100 -0
  185. package/src/scss/gio-mat-theme-variable.scss +11 -11
  186. package/src/scss/gio-mat-theme.scss +28 -1
  187. package/src/scss/index.scss +1 -0
  188. package/src/scss/mat-override/mat-button.scss +13 -0
  189. package/src/scss/mat-override/mat-card.scss +7 -0
  190. package/src/scss/mat-override/mat-form-field.scss +11 -0
  191. package/src/scss/mat-override/mat-list.scss +13 -0
  192. package/src/scss/mat-override/mat-option.scss +10 -2
  193. package/src/scss/mat-override/mat-table.scss +8 -0
  194. package/src/scss/mat-override/mat-tabs.scss +1 -0
  195. package/src/scss/theme/color/gio-palettes.stories.scss +36 -15
  196. package/testing/harnesses/div.harness.d.ts +1 -1
  197. package/testing/harnesses/span.harness.d.ts +1 -1
  198. package/testing/package.json +0 -10
  199. /package/{gravitee-ui-particles-angular.d.ts → index.d.ts} +0 -0
  200. /package/testing/{gravitee-ui-particles-angular-testing.d.ts → index.d.ts} +0 -0
@@ -1,8 +1,8 @@
1
1
  import { FieldType, FieldTypeConfig, FormlyFieldProps } from '@ngx-formly/core';
2
2
  import * as i0 from "@angular/core";
3
- declare type ToggleProps = FormlyFieldProps;
3
+ 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, never>;
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, never>;
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, never>;
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, never>;
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, never>;
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, never>;
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import { AfterContentInit, OnDestroy } from '@angular/core';
2
2
  import { NgControl } from '@angular/forms';
3
- import { MatSlideToggle } from '@angular/material/slide-toggle';
3
+ import { MatLegacySlideToggle as MatSlideToggle } from '@angular/material/legacy-slide-toggle';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class GioFormSlideToggleComponent implements AfterContentInit, OnDestroy {
6
6
  private unsubscribe$;
@@ -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, never>;
15
15
  }
@@ -1,16 +1,16 @@
1
1
  import { FocusMonitor } from '@angular/cdk/a11y';
2
2
  import { ChangeDetectorRef, DoCheck, ElementRef, OnDestroy } from '@angular/core';
3
3
  import { ControlValueAccessor, NgControl } from '@angular/forms';
4
- import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
5
- import { MatFormFieldControl } from '@angular/material/form-field';
4
+ import { MatLegacyAutocompleteSelectedEvent as MatAutocompleteSelectedEvent } from '@angular/material/legacy-autocomplete';
5
+ import { MatLegacyFormFieldControl as MatFormFieldControl } from '@angular/material/legacy-form-field';
6
6
  import { Observable, Subject } from 'rxjs';
7
7
  import * as i0 from "@angular/core";
8
- export declare type Tags = Array<string>;
9
- export declare type AutocompleteOptions = (string | {
8
+ export type Tags = Array<string>;
9
+ export type AutocompleteOptions = (string | {
10
10
  value: string;
11
11
  label: string;
12
12
  })[];
13
- export declare type DisplayValueWithFn = (value: string) => Observable<string>;
13
+ export type DisplayValueWithFn = (value: string) => Observable<string>;
14
14
  export declare class GioFormTagsInputComponent implements MatFormFieldControl<Tags>, ControlValueAccessor, DoCheck, OnDestroy {
15
15
  readonly ngControl: NgControl;
16
16
  private readonly elRef;
@@ -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, never>;
94
94
  }
@@ -1,7 +1,7 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate, TestKey } from '@angular/cdk/testing';
2
2
  import { MatAutocompleteHarness } from '@angular/material/autocomplete/testing';
3
- import { MatChipHarness, MatChipListHarness } from '@angular/material/chips/testing';
4
- export declare type GioFormTagsInputHarnessFilters = BaseHarnessFilters;
3
+ import { MatChipHarness, MatChipGridHarness } from '@angular/material/chips/testing';
4
+ export type GioFormTagsInputHarnessFilters = BaseHarnessFilters;
5
5
  export declare class GioFormTagsInputHarness extends ComponentHarness {
6
6
  static hostSelector: string;
7
7
  /**
@@ -12,7 +12,7 @@ export declare class GioFormTagsInputHarness extends ComponentHarness {
12
12
  * @return a `HarnessPredicate` configured with the given options.
13
13
  */
14
14
  static with(options?: GioFormTagsInputHarnessFilters): HarnessPredicate<GioFormTagsInputHarness>;
15
- protected getMatChipListHarness: import("@angular/cdk/testing").AsyncFactoryFn<MatChipListHarness>;
15
+ protected getMatChipGridHarness: import("@angular/cdk/testing").AsyncFactoryFn<MatChipGridHarness>;
16
16
  protected getMatChipsHarness: import("@angular/cdk/testing").AsyncFactoryFn<MatChipHarness[]>;
17
17
  isDisabled(): Promise<boolean>;
18
18
  getTags(): Promise<string[]>;
@@ -1,7 +1,7 @@
1
1
  import { MatDialogRef } from '@angular/material/dialog';
2
2
  import { FeatureInfo } from '../gio-license.service';
3
3
  import * as i0 from "@angular/core";
4
- export declare type GioLicenseDialogData = {
4
+ export type GioLicenseDialogData = {
5
5
  featureInfo: FeatureInfo;
6
6
  trialURL: string;
7
7
  };
@@ -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, never>;
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, never>;
20
20
  }
@@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { MatDialog } from '@angular/material/dialog';
4
4
  import * as i0 from "@angular/core";
5
- export declare type License = {
5
+ export type License = {
6
6
  tier: string;
7
7
  packs: Array<string>;
8
8
  features: Array<string>;
@@ -39,6 +39,7 @@ export declare class GioLicenseService {
39
39
  constructor(http: HttpClient, licenseConfiguration: LicenseConfiguration, matDialog: MatDialog);
40
40
  getLicense$(): Observable<License>;
41
41
  isMissingFeature$(licenseOptions: LicenseOptions | undefined): Observable<boolean>;
42
+ hasAllFeatures$(licenseOptions: LicenseOptions[] | undefined): Observable<boolean>;
42
43
  getFeatureInfo(licenseOptions: LicenseOptions): FeatureInfo;
43
44
  getTrialURL(licenseOptions: LicenseOptions): string;
44
45
  isOEM$(): Observable<boolean>;
@@ -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, never>;
5
5
  }
@@ -1,7 +1,7 @@
1
1
  import { FocusMonitor } from '@angular/cdk/a11y';
2
2
  import { ChangeDetectorRef, DoCheck, ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
3
3
  import { NgControl } from '@angular/forms';
4
- import { MatFormFieldControl } from '@angular/material/form-field';
4
+ import { MatLegacyFormFieldControl as MatFormFieldControl } from '@angular/material/legacy-form-field';
5
5
  import { Subject } from 'rxjs';
6
6
  import { GioMonacoEditorComponent } from './gio-monaco-editor.component';
7
7
  import * as i0 from "@angular/core";
@@ -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, never>;
45
45
  }
@@ -6,7 +6,7 @@ import { GioMonacoEditorConfig } from './models/GioMonacoEditorConfig';
6
6
  import { GioLanguageJsonService } from './services/gio-language-json.service';
7
7
  import { GioMonacoEditorService } from './services/gio-monaco-editor.service';
8
8
  import * as i0 from "@angular/core";
9
- export declare type MonacoEditorLanguageConfig = {
9
+ export type MonacoEditorLanguageConfig = {
10
10
  language: 'json' | 'markdown';
11
11
  schemas: {
12
12
  uri: string;
@@ -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, never>;
50
50
  }
@@ -1,6 +1,6 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, HarnessPredicate, LocatorFactory } from '@angular/cdk/testing';
2
2
  export declare const ConfigureTestingGioMonacoEditor: () => void;
3
- export declare type GioMonacoEditorHarnessFilters = BaseHarnessFilters;
3
+ export type GioMonacoEditorHarnessFilters = BaseHarnessFilters;
4
4
  export declare class GioMonacoEditorHarness extends ComponentHarness {
5
5
  static hostSelector: string;
6
6
  constructor(locatorFactory: LocatorFactory);
@@ -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, never>;
12
12
  }
@@ -1,6 +1,6 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  import { MonacoEditorTheme } from './MonacoEditorTheme';
3
- export declare type GioMonacoEditorConfig = {
3
+ export type GioMonacoEditorConfig = {
4
4
  theme?: MonacoEditorTheme;
5
5
  };
6
6
  export declare const GIO_MONACO_EDITOR_CONFIG: InjectionToken<GioMonacoEditorConfig>;
@@ -1 +1 @@
1
- export declare type MonacoEditorTheme = `vs` | `vs-dark` | `hc-black` | 'hc-light';
1
+ export type MonacoEditorTheme = `vs` | `vs-dark` | `hc-black` | 'hc-light';
@@ -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, never>;
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, never>;
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, never>;
14
14
  }
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./gio-radio-button-content.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/radio";
4
+ import * as i3 from "@angular/material/legacy-radio";
5
5
  import * as i4 from "../gio-icons/gio-icons.module";
6
6
  export declare class GioRadioButtonModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<GioRadioButtonModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<GioRadioButtonModule, [typeof i1.GioRadioButtonContentComponent, typeof i1.GioRadioButtonTitleComponent, typeof i1.GioRadioButtonSubitleComponent], [typeof i2.CommonModule, typeof i3.MatRadioModule, typeof i4.GioIconsModule], [typeof i1.GioRadioButtonContentComponent, typeof i1.GioRadioButtonTitleComponent, typeof i1.GioRadioButtonSubitleComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GioRadioButtonModule, [typeof i1.GioRadioButtonContentComponent, typeof i1.GioRadioButtonTitleComponent, typeof i1.GioRadioButtonSubitleComponent], [typeof i2.CommonModule, typeof i3.MatLegacyRadioModule, typeof i4.GioIconsModule], [typeof i1.GioRadioButtonContentComponent, typeof i1.GioRadioButtonTitleComponent, typeof i1.GioRadioButtonSubitleComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<GioRadioButtonModule>;
10
10
  }
@@ -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, never>;
28
28
  }
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./gio-save-bar.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/card";
5
- import * as i4 from "@angular/material/button";
4
+ import * as i3 from "@angular/material/legacy-card";
5
+ import * as i4 from "@angular/material/legacy-button";
6
6
  export declare class GioSaveBarModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<GioSaveBarModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<GioSaveBarModule, [typeof i1.GioSaveBarComponent], [typeof i2.CommonModule, typeof i3.MatCardModule, typeof i4.MatButtonModule], [typeof i1.GioSaveBarComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GioSaveBarModule, [typeof i1.GioSaveBarComponent], [typeof i2.CommonModule, typeof i3.MatLegacyCardModule, typeof i4.MatLegacyButtonModule], [typeof i1.GioSaveBarComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<GioSaveBarModule>;
10
10
  }
@@ -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, never>;
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, never>;
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, never>;
19
19
  }
@@ -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, never>;
5
5
  }
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { MatSelectChange } from '@angular/material/select';
2
+ import { MatLegacySelectChange as MatSelectChange } from '@angular/material/legacy-select';
3
3
  import * as i0 from "@angular/core";
4
- export declare type SelectorItem = {
4
+ export type SelectorItem = {
5
5
  value: string;
6
6
  displayValue: string;
7
7
  };
@@ -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, never>;
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-footer"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuComponent, "gio-menu", never, { "reduced": "reduced"; }, {}, never, ["gio-menu-header", "gio-menu-list", "gio-menu-footer"], false, never>;
14
14
  }
@@ -8,9 +8,9 @@ import * as i6 from "./gio-menu-selector/gio-menu-selector.component";
8
8
  import * as i7 from "@angular/common";
9
9
  import * as i8 from "@angular/material/icon";
10
10
  import * as i9 from "../../gio-icons/gio-icons.module";
11
- import * as i10 from "@angular/material/select";
11
+ import * as i10 from "@angular/material/legacy-select";
12
12
  export declare class GioMenuModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<GioMenuModule, [typeof i1.GioMenuComponent, typeof i2.GioMenuItemComponent, typeof i3.GioMenuFooterComponent, typeof i4.GioMenuListComponent, typeof i5.GioMenuHeaderComponent, typeof i6.GioMenuSelectorComponent], [typeof i7.CommonModule, typeof i8.MatIconModule, typeof i9.GioIconsModule, typeof i10.MatSelectModule], [typeof i1.GioMenuComponent, typeof i2.GioMenuItemComponent, typeof i3.GioMenuFooterComponent, typeof i4.GioMenuListComponent, typeof i5.GioMenuHeaderComponent, typeof i6.GioMenuSelectorComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GioMenuModule, [typeof i1.GioMenuComponent, typeof i2.GioMenuItemComponent, typeof i3.GioMenuFooterComponent, typeof i4.GioMenuListComponent, typeof i5.GioMenuHeaderComponent, typeof i6.GioMenuSelectorComponent], [typeof i7.CommonModule, typeof i8.MatIconModule, typeof i9.GioIconsModule, typeof i10.MatLegacySelectModule], [typeof i1.GioMenuComponent, typeof i2.GioMenuItemComponent, typeof i3.GioMenuFooterComponent, typeof i4.GioMenuListComponent, typeof i5.GioMenuHeaderComponent, typeof i6.GioMenuSelectorComponent]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<GioMenuModule>;
16
16
  }
@@ -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, never>;
8
8
  }
@@ -5,5 +5,5 @@ export declare class GioSubmenuItemComponent {
5
5
  private gioSubmenuItem;
6
6
  onKeydownHandler(event: KeyboardEvent): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<GioSubmenuItemComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuItemComponent, "gio-submenu-item", never, { "active": "active"; "iconRight": "iconRight"; }, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuItemComponent, "gio-submenu-item", never, { "active": "active"; "iconRight": "iconRight"; }, {}, never, ["*"], false, never>;
9
9
  }
@@ -3,9 +3,9 @@ import { GioMenuService, OverlayOptions } from '../gio-menu';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class GioSubmenuTitleDirective {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<GioSubmenuTitleDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<GioSubmenuTitleDirective, "[gioSubmenuTitle]", never, {}, {}, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GioSubmenuTitleDirective, "[gioSubmenuTitle]", never, {}, {}, never, never, false, never>;
7
7
  }
8
- export declare type GioSubmenuTheme = 'dark' | 'light';
8
+ export type GioSubmenuTheme = 'dark' | 'light';
9
9
  export declare class GioSubmenuComponent implements AfterViewInit, OnDestroy {
10
10
  private readonly gioMenuService;
11
11
  private readonly changeDetectorRef;
@@ -24,5 +24,5 @@ export declare class GioSubmenuComponent implements AfterViewInit, OnDestroy {
24
24
  onMouseLeave(): void;
25
25
  onKeydownHandler(event: KeyboardEvent): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<GioSubmenuComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuComponent, "gio-submenu", never, { "theme": "theme"; "static": "static"; }, {}, never, ["[gioSubmenuTitle]", "*"]>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuComponent, "gio-submenu", never, { "theme": "theme"; "static": "static"; }, {}, never, ["[gioSubmenuTitle]", "*"], false, never>;
28
28
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- export declare type GioTopBarProductTypes = 'am' | 'apim' | 'cockpit';
2
+ export type GioTopBarProductTypes = 'am' | 'apim' | 'cockpit';
3
3
  export declare class GioTopBarContentComponent {
4
4
  type: GioTopBarProductTypes;
5
5
  productName: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<GioTopBarContentComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<GioTopBarContentComponent, "gio-top-bar-content", never, { "type": "type"; "productName": "productName"; }, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioTopBarContentComponent, "gio-top-bar-content", never, { "type": "type"; "productName": "productName"; }, {}, never, never, false, never>;
8
8
  }
@@ -3,5 +3,5 @@ export declare class GioTopBarLinkComponent {
3
3
  url: string;
4
4
  name: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<GioTopBarLinkComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<GioTopBarLinkComponent, "gio-top-bar-link", never, { "url": "url"; "name": "name"; }, {}, never, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioTopBarLinkComponent, "gio-top-bar-link", never, { "url": "url"; "name": "name"; }, {}, never, never, false, never>;
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class GioTopBarMenuComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GioTopBarMenuComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<GioTopBarMenuComponent, "gio-top-bar-menu", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioTopBarMenuComponent, "gio-top-bar-menu", never, {}, {}, never, ["*"], false, never>;
5
5
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- export declare type GioTopBarTypes = 'am' | 'apim' | 'cockpit';
2
+ export type GioTopBarTypes = 'am' | 'apim' | 'cockpit';
3
3
  export declare class GioTopBarComponent {
4
4
  type: GioTopBarTypes;
5
5
  productName: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<GioTopBarComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<GioTopBarComponent, "gio-top-bar", never, { "type": "type"; "productName": "productName"; }, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<GioTopBarComponent, "gio-top-bar", never, { "type": "type"; "productName": "productName"; }, {}, never, ["*"], false, never>;
8
8
  }
@@ -8,9 +8,9 @@ export declare const OEM_THEME_ARG_TYPES: {
8
8
  };
9
9
  logo: {
10
10
  control: string;
11
- defaultValue: string;
12
11
  };
13
12
  };
13
+ export declare const OEM_DEFAULT_LOGO = "data:image/png;base64,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";
14
14
  export interface OemTheme {
15
15
  menuBackground: string;
16
16
  menuActive: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "7.52.0-renovate-angular-ac8cadc",
3
+ "version": "7.53.0-angular15-a856f7a",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,15 +15,15 @@
15
15
  "tslib": "2.3.1"
16
16
  },
17
17
  "peerDependencies": {
18
- "@angular/animations": "^13.3.0",
19
- "@angular/cdk": "^13.3.0",
20
- "@angular/common": "^13.3.0",
21
- "@angular/core": "^13.3.0",
22
- "@angular/forms": "^13.3.0",
23
- "@angular/material": "^13.3.0",
24
- "@ngx-formly/core": "^6.1.8",
25
- "@ngx-formly/material": "^6.1.8",
26
- "asciidoctor": "^2.2.6",
18
+ "@angular/animations": "^14.0.0",
19
+ "@angular/cdk": "^14.0.0",
20
+ "@angular/common": "^14.0.0",
21
+ "@angular/core": "^14.0.0",
22
+ "@angular/forms": "^14.0.0",
23
+ "@angular/material": "^14.0.0",
24
+ "@ngx-formly/core": "^6.2.2",
25
+ "@ngx-formly/material": "^6.2.2",
26
+ "asciidoctor": "^2.2.6 || ^3.0.0",
27
27
  "ngx-file-helpers": "^7.0.0",
28
28
  "prismjs": "^1.29.0"
29
29
  },
@@ -49,13 +49,13 @@
49
49
  "esm2020": "esm2020/gravitee-ui-particles-angular.mjs",
50
50
  "fesm2020": "fesm2020/gravitee-ui-particles-angular.mjs",
51
51
  "fesm2015": "fesm2015/gravitee-ui-particles-angular.mjs",
52
- "typings": "gravitee-ui-particles-angular.d.ts",
52
+ "typings": "index.d.ts",
53
53
  "exports": {
54
54
  "./package.json": {
55
55
  "default": "./package.json"
56
56
  },
57
57
  ".": {
58
- "types": "./gravitee-ui-particles-angular.d.ts",
58
+ "types": "./index.d.ts",
59
59
  "esm2020": "./esm2020/gravitee-ui-particles-angular.mjs",
60
60
  "es2020": "./fesm2020/gravitee-ui-particles-angular.mjs",
61
61
  "es2015": "./fesm2015/gravitee-ui-particles-angular.mjs",
@@ -63,7 +63,7 @@
63
63
  "default": "./fesm2020/gravitee-ui-particles-angular.mjs"
64
64
  },
65
65
  "./testing": {
66
- "types": "./testing/gravitee-ui-particles-angular-testing.d.ts",
66
+ "types": "./testing/index.d.ts",
67
67
  "esm2020": "./esm2020/testing/gravitee-ui-particles-angular-testing.mjs",
68
68
  "es2020": "./fesm2020/gravitee-ui-particles-angular-testing.mjs",
69
69
  "es2015": "./fesm2015/gravitee-ui-particles-angular-testing.mjs",
@@ -28,7 +28,7 @@ $typography: map.get(theme.$mat-theme, typography);
28
28
  margin-bottom: 16px;
29
29
 
30
30
  .mat-button-toggle {
31
- @include mat.typography-level($typography, body-2);
31
+ @include mat.typography-level($typography, subtitle-2);
32
32
 
33
33
  display: flex;
34
34
  flex-direction: row;