@gravitee/ui-particles-angular 7.58.0 → 8.0.0-angular15-be0770c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.component.mjs +4 -4
- package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.module.mjs +5 -5
- package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.service.mjs +3 -3
- package/esm2020/lib/gio-avatar/gio-avatar.component.mjs +7 -7
- package/esm2020/lib/gio-avatar/gio-avatar.module.mjs +5 -5
- package/esm2020/lib/gio-banner/gio-banner.component.mjs +29 -29
- package/esm2020/lib/gio-banner/gio-banner.module.mjs +5 -5
- package/esm2020/lib/gio-breadcrumb/gio-breadcrumb-item.directive.mjs +3 -3
- package/esm2020/lib/gio-breadcrumb/gio-breadcrumb.component.mjs +5 -5
- package/esm2020/lib/gio-breadcrumb/gio-breadcrumb.module.mjs +5 -5
- package/esm2020/lib/gio-clipboard/gio-clipboard-copy-icon.component.mjs +8 -8
- package/esm2020/lib/gio-clipboard/gio-clipboard-copy-wrapper.component.mjs +7 -7
- package/esm2020/lib/gio-clipboard/gio-clipboard.base.component.mjs +3 -3
- package/esm2020/lib/gio-clipboard/gio-clipboard.module.mjs +5 -5
- package/esm2020/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.component.mjs +13 -14
- package/esm2020/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.module.mjs +5 -5
- package/esm2020/lib/gio-confirm-dialog/gio-confirm-dialog.component.mjs +5 -5
- package/esm2020/lib/gio-confirm-dialog/gio-confirm-dialog.module.mjs +5 -5
- package/esm2020/lib/gio-form-cron/gio-form-cron-hint.component.mjs +3 -3
- package/esm2020/lib/gio-form-cron/gio-form-cron-label.component.mjs +3 -3
- package/esm2020/lib/gio-form-cron/gio-form-cron.component.mjs +24 -24
- package/esm2020/lib/gio-form-cron/gio-form-cron.module.mjs +13 -15
- package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.mjs +6 -6
- package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-empty/gio-form-file-picker-empty.component.mjs +3 -3
- package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-label/gio-form-file-picker-label.component.mjs +3 -3
- package/esm2020/lib/gio-form-file-picker/gio-form-file-picker.component.mjs +14 -14
- package/esm2020/lib/gio-form-file-picker/gio-form-file-picker.module.mjs +5 -5
- package/esm2020/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid-ignore.directive.mjs +3 -3
- package/esm2020/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.directive.mjs +9 -9
- package/esm2020/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.module.mjs +4 -4
- package/esm2020/lib/gio-form-headers/gio-form-headers-label.component.mjs +3 -3
- package/esm2020/lib/gio-form-headers/gio-form-headers.component.mjs +26 -26
- package/esm2020/lib/gio-form-headers/gio-form-headers.harness.mjs +2 -2
- package/esm2020/lib/gio-form-headers/gio-form-headers.module.mjs +12 -14
- package/esm2020/lib/gio-form-json-schema/gio-form-json-schema.component.mjs +17 -17
- package/esm2020/lib/gio-form-json-schema/gio-form-json-schema.module.mjs +61 -63
- package/esm2020/lib/gio-form-json-schema/gio-formly-json-schema.service.mjs +3 -3
- package/esm2020/lib/gio-form-json-schema/type-component/array-type.component.mjs +9 -9
- package/esm2020/lib/gio-form-json-schema/type-component/code-editor-type.component.mjs +10 -21
- package/esm2020/lib/gio-form-json-schema/type-component/headers-type.component.mjs +10 -10
- package/esm2020/lib/gio-form-json-schema/type-component/multischema-type.component.mjs +7 -7
- package/esm2020/lib/gio-form-json-schema/type-component/null-type.component.mjs +3 -3
- package/esm2020/lib/gio-form-json-schema/type-component/object-type.component.mjs +7 -7
- package/esm2020/lib/gio-form-json-schema/type-component/toggle-type.component.mjs +9 -9
- package/esm2020/lib/gio-form-json-schema/wrappers/gio-banner-wrapper.component.mjs +4 -4
- package/esm2020/lib/gio-form-json-schema/wrappers/gio-password-eye.component.mjs +10 -9
- package/esm2020/lib/gio-form-slide-toggle/gio-form-label.directive.mjs +9 -9
- package/esm2020/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.mjs +5 -5
- package/esm2020/lib/gio-form-slide-toggle/gio-form-slide-toggle.module.mjs +5 -6
- package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.component.mjs +67 -67
- package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.harness.mjs +14 -11
- package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.module.mjs +13 -15
- package/esm2020/lib/gio-icons/gio-icons.module.mjs +5 -5
- package/esm2020/lib/gio-license/gio-license-dialog/gio-license-dialog.component.mjs +7 -7
- package/esm2020/lib/gio-license/gio-license-dialog/gio-license-dialog.module.mjs +5 -6
- package/esm2020/lib/gio-license/gio-license.directive.mjs +3 -3
- package/esm2020/lib/gio-license/gio-license.module.mjs +5 -5
- package/esm2020/lib/gio-license/gio-license.service.mjs +3 -3
- package/esm2020/lib/gio-license/gio-license.testing.module.mjs +6 -6
- package/esm2020/lib/gio-license-expiration-notification/gio-license-expiration-notification.component.mjs +6 -6
- package/esm2020/lib/gio-license-expiration-notification/gio-license-expiration-notification.module.mjs +5 -5
- package/esm2020/lib/gio-loader/gio-loader.component.mjs +3 -3
- package/esm2020/lib/gio-loader/gio-loader.module.mjs +5 -5
- package/esm2020/lib/gio-mat-config/gio-mat-config.module.mjs +13 -6
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.mjs +24 -24
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.component.mjs +3 -3
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.module.mjs +6 -6
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.testing.component.mjs +3 -3
- package/esm2020/lib/gio-monaco-editor/services/gio-language-json.service.mjs +3 -3
- package/esm2020/lib/gio-monaco-editor/services/gio-monaco-editor.service.mjs +3 -3
- package/esm2020/lib/gio-pipe/gio.pipe.module.mjs +5 -5
- package/esm2020/lib/gio-pipe/safe.pipe.mjs +3 -3
- package/esm2020/lib/gio-prismjs/gio-prismjs.service.mjs +3 -3
- package/esm2020/lib/gio-radio-button/gio-radio-button-content.component.mjs +12 -12
- package/esm2020/lib/gio-radio-button/gio-radio-button.module.mjs +5 -5
- package/esm2020/lib/gio-save-bar/gio-save-bar.component.mjs +8 -8
- package/esm2020/lib/gio-save-bar/gio-save-bar.module.mjs +5 -5
- package/esm2020/lib/oem-theme/gio-menu/gio-menu-footer/gio-menu-footer.component.mjs +3 -3
- package/esm2020/lib/oem-theme/gio-menu/gio-menu-header/gio-menu-header.component.mjs +3 -3
- package/esm2020/lib/oem-theme/gio-menu/gio-menu-item/gio-menu-item.component.mjs +5 -5
- package/esm2020/lib/oem-theme/gio-menu/gio-menu-license-expiration-notification/gio-menu-license-expiration-notification.component.mjs +3 -3
- package/esm2020/lib/oem-theme/gio-menu/gio-menu-list/gio-menu-list.component.mjs +3 -3
- package/esm2020/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.component.mjs +6 -7
- package/esm2020/lib/oem-theme/gio-menu/gio-menu.component.mjs +5 -5
- package/esm2020/lib/oem-theme/gio-menu/gio-menu.module.mjs +5 -5
- package/esm2020/lib/oem-theme/gio-menu/gio-menu.service.mjs +3 -3
- package/esm2020/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.mjs +3 -3
- package/esm2020/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.mjs +5 -5
- package/esm2020/lib/oem-theme/gio-submenu/gio-submenu.component.mjs +6 -6
- package/esm2020/lib/oem-theme/gio-submenu/gio-submenu.module.mjs +5 -5
- package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.mjs +4 -4
- package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.mjs +4 -4
- package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.module.mjs +5 -5
- package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.component.mjs +3 -3
- package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.module.mjs +5 -5
- package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar.component.mjs +4 -4
- package/esm2020/lib/oem-theme/gio-top-bar/gio-top-bar.module.mjs +5 -5
- package/esm2020/lib/oem-theme/oem-theme.service.mjs +2 -2
- package/fesm2015/gravitee-ui-particles-angular-testing.mjs.map +1 -1
- package/fesm2015/gravitee-ui-particles-angular.mjs +651 -657
- package/fesm2015/gravitee-ui-particles-angular.mjs.map +1 -1
- package/fesm2020/gravitee-ui-particles-angular-testing.mjs.map +1 -1
- package/fesm2020/gravitee-ui-particles-angular.mjs +651 -657
- package/fesm2020/gravitee-ui-particles-angular.mjs.map +1 -1
- package/lib/gio-asciidoctor/gio-asciidoctor.component.d.ts +1 -1
- package/lib/gio-asciidoctor/gio-asciidoctor.service.d.ts +1 -1
- package/lib/gio-avatar/gio-avatar.component.d.ts +1 -1
- package/lib/gio-banner/gio-banner.component.d.ts +8 -8
- package/lib/gio-breadcrumb/gio-breadcrumb-item.directive.d.ts +1 -1
- package/lib/gio-breadcrumb/gio-breadcrumb.component.d.ts +1 -1
- package/lib/gio-clipboard/gio-clipboard-copy-icon.component.d.ts +1 -1
- package/lib/gio-clipboard/gio-clipboard-copy-wrapper.component.d.ts +1 -1
- package/lib/gio-clipboard/gio-clipboard.base.component.d.ts +1 -1
- package/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.component.d.ts +3 -5
- package/lib/gio-confirm-dialog/gio-confirm-dialog.component.d.ts +2 -2
- package/lib/gio-form-cron/gio-form-cron-hint.component.d.ts +1 -1
- package/lib/gio-form-cron/gio-form-cron-label.component.d.ts +1 -1
- package/lib/gio-form-cron/gio-form-cron.adapter.d.ts +1 -1
- package/lib/gio-form-cron/gio-form-cron.component.d.ts +3 -3
- package/lib/gio-form-cron/gio-form-cron.harness.d.ts +1 -1
- package/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.d.ts +1 -1
- package/lib/gio-form-file-picker/gio-form-file-picker-empty/gio-form-file-picker-empty.component.d.ts +1 -1
- package/lib/gio-form-file-picker/gio-form-file-picker-label/gio-form-file-picker-label.component.d.ts +1 -1
- package/lib/gio-form-file-picker/gio-form-file-picker.component.d.ts +2 -2
- package/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid-ignore.directive.d.ts +1 -1
- package/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.directive.d.ts +3 -3
- package/lib/gio-form-headers/gio-form-headers-label.component.d.ts +1 -1
- package/lib/gio-form-headers/gio-form-headers.component.d.ts +6 -6
- package/lib/gio-form-json-schema/gio-form-json-schema.component.d.ts +3 -3
- package/lib/gio-form-json-schema/model/GioJsonSchema.d.ts +3 -3
- package/lib/gio-form-json-schema/type-component/array-type.component.d.ts +1 -1
- package/lib/gio-form-json-schema/type-component/code-editor-type.component.d.ts +3 -3
- package/lib/gio-form-json-schema/type-component/headers-type.component.d.ts +2 -2
- package/lib/gio-form-json-schema/type-component/multischema-type.component.d.ts +1 -1
- package/lib/gio-form-json-schema/type-component/null-type.component.d.ts +1 -1
- package/lib/gio-form-json-schema/type-component/object-type.component.d.ts +1 -1
- package/lib/gio-form-json-schema/type-component/toggle-type.component.d.ts +2 -2
- package/lib/gio-form-json-schema/wrappers/gio-banner-wrapper.component.d.ts +1 -1
- package/lib/gio-form-json-schema/wrappers/gio-password-eye.component.d.ts +1 -1
- package/lib/gio-form-slide-toggle/gio-form-label.directive.d.ts +3 -3
- package/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.d.ts +2 -2
- package/lib/gio-form-tags-input/gio-form-tags-input.component.d.ts +4 -4
- package/lib/gio-form-tags-input/gio-form-tags-input.harness.d.ts +3 -3
- package/lib/gio-license/gio-license-dialog/gio-license-dialog.component.d.ts +2 -2
- package/lib/gio-license/gio-license.directive.d.ts +1 -1
- package/lib/gio-license/gio-license.service.d.ts +1 -1
- package/lib/gio-license-expiration-notification/gio-license-expiration-notification.component.d.ts +1 -1
- package/lib/gio-loader/gio-loader.component.d.ts +1 -1
- package/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.d.ts +1 -1
- package/lib/gio-monaco-editor/gio-monaco-editor.component.d.ts +2 -2
- package/lib/gio-monaco-editor/gio-monaco-editor.harness.d.ts +1 -1
- package/lib/gio-monaco-editor/gio-monaco-editor.testing.component.d.ts +1 -1
- package/lib/gio-monaco-editor/models/GioMonacoEditorConfig.d.ts +1 -1
- package/lib/gio-monaco-editor/models/MonacoEditorTheme.d.ts +1 -1
- package/lib/gio-pipe/safe.pipe.d.ts +1 -1
- package/lib/gio-radio-button/gio-radio-button-content.component.d.ts +3 -3
- package/lib/gio-save-bar/gio-save-bar.component.d.ts +3 -3
- package/lib/oem-theme/gio-menu/gio-menu-footer/gio-menu-footer.component.d.ts +1 -1
- package/lib/oem-theme/gio-menu/gio-menu-header/gio-menu-header.component.d.ts +1 -1
- package/lib/oem-theme/gio-menu/gio-menu-item/gio-menu-item.component.d.ts +1 -1
- package/lib/oem-theme/gio-menu/gio-menu-license-expiration-notification/gio-menu-license-expiration-notification.component.d.ts +1 -1
- package/lib/oem-theme/gio-menu/gio-menu-list/gio-menu-list.component.d.ts +1 -1
- package/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.component.d.ts +2 -2
- package/lib/oem-theme/gio-menu/gio-menu.component.d.ts +1 -1
- package/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.d.ts +1 -1
- package/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.d.ts +1 -1
- package/lib/oem-theme/gio-submenu/gio-submenu.component.d.ts +3 -3
- package/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.d.ts +2 -2
- package/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.d.ts +1 -1
- package/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.component.d.ts +1 -1
- package/lib/oem-theme/gio-top-bar/gio-top-bar.component.d.ts +2 -2
- package/lib/oem-theme/oem-theme.service.d.ts +1 -1
- package/package.json +14 -14
- package/src/lib/gio-button-toggle-group/gio-button-toggle-group.scss +1 -1
- package/src/lib/gio-radio-button/gio-radio-button.scss +23 -2
- package/src/lib/gio-table-light/gio-table-light.scss +2 -2
- package/src/scss/gio-mat-legacy-theme-variable.scss +100 -0
- package/src/scss/gio-mat-theme-variable.scss +12 -11
- package/src/scss/gio-mat-theme.scss +35 -2
- package/src/scss/index.scss +1 -0
- package/src/scss/mat-override/mat-button.scss +13 -0
- package/src/scss/mat-override/mat-card.scss +6 -0
- package/src/scss/mat-override/mat-form-field.scss +11 -0
- package/src/scss/mat-override/mat-list.scss +13 -0
- package/src/scss/mat-override/mat-option.scss +10 -2
- package/src/scss/mat-override/mat-table.scss +8 -0
- package/src/scss/mat-override/mat-tabs.scss +1 -0
- package/src/scss/theme/color/gio-palettes.stories.scss +36 -15
- package/testing/harnesses/div.harness.d.ts +1 -1
- package/testing/harnesses/span.harness.d.ts +1 -1
- package/testing/package.json +0 -10
- /package/{gravitee-ui-particles-angular.d.ts → index.d.ts} +0 -0
- /package/testing/{gravitee-ui-particles-angular-testing.d.ts → index.d.ts} +0 -0
|
@@ -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, never>;
|
|
26
26
|
}
|
|
@@ -2,7 +2,7 @@ import { Observable } from 'rxjs';
|
|
|
2
2
|
import { Asciidoctor } from 'asciidoctor';
|
|
3
3
|
import type AsciidoctorProcessor from 'asciidoctor';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
|
|
5
|
+
type AsciidoctorProcessor = typeof AsciidoctorProcessor;
|
|
6
6
|
declare global {
|
|
7
7
|
interface Window {
|
|
8
8
|
Asciidoctor: AsciidoctorProcessor;
|
|
@@ -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, never>;
|
|
21
21
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
export
|
|
2
|
+
export type GioBannerTypes = 'error' | 'info' | 'success' | 'warning';
|
|
3
3
|
export declare class GioBannerComponent {
|
|
4
4
|
type: GioBannerTypes;
|
|
5
5
|
icon?: string;
|
|
@@ -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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
18
18
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Injector, Type } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export
|
|
3
|
+
export type GioConfirmAndValidateDialogData = {
|
|
5
4
|
title?: string;
|
|
6
5
|
warning?: string;
|
|
7
6
|
content?: string | {
|
|
@@ -14,7 +13,6 @@ export declare type GioConfirmAndValidateDialogData = {
|
|
|
14
13
|
cancelButton?: string;
|
|
15
14
|
};
|
|
16
15
|
export declare class GioConfirmAndValidateDialogComponent {
|
|
17
|
-
dialogRef: MatDialogRef<GioConfirmAndValidateDialogComponent>;
|
|
18
16
|
private readonly parentInjector;
|
|
19
17
|
title: string;
|
|
20
18
|
warning?: string;
|
|
@@ -28,8 +26,8 @@ export declare class GioConfirmAndValidateDialogComponent {
|
|
|
28
26
|
cancelButton: string;
|
|
29
27
|
confirmValue?: string;
|
|
30
28
|
isValid: boolean;
|
|
31
|
-
constructor(
|
|
29
|
+
constructor(confirmDialogData: GioConfirmAndValidateDialogData, parentInjector: Injector);
|
|
32
30
|
onConfirmChange(confirmValue: string): void;
|
|
33
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioConfirmAndValidateDialogComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioConfirmAndValidateDialogComponent, "gio-confirm-and-validate-dialog", never, {}, {}, never, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioConfirmAndValidateDialogComponent, "gio-confirm-and-validate-dialog", never, {}, {}, never, never, false, never>;
|
|
35
33
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Injector, Type } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export
|
|
4
|
+
export type GioConfirmDialogData = {
|
|
5
5
|
title?: string;
|
|
6
6
|
content?: string | {
|
|
7
7
|
componentOutlet: Type<unknown>;
|
|
@@ -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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
5
5
|
}
|
|
@@ -11,7 +11,7 @@ export interface CronDisplay {
|
|
|
11
11
|
minutes?: number;
|
|
12
12
|
}
|
|
13
13
|
export declare const CRON_DISPLAY_MODES: readonly ["secondly", "minutely", "hourly", "daily", "weekly", "monthly", "custom"];
|
|
14
|
-
export
|
|
14
|
+
export type CronDisplayMode = (typeof CRON_DISPLAY_MODES)[number];
|
|
15
15
|
export declare const getDefaultCronDisplay: (mode: CronDisplayMode) => CronDisplay;
|
|
16
16
|
export declare const parseCronExpression: (cronExpression: string) => CronDisplay;
|
|
17
17
|
export declare const toCronExpression: (cronDisplay: Omit<CronDisplay, 'cronDescription'>) => string;
|
|
@@ -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,
|
|
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?:
|
|
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, never>;
|
|
41
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
2
2
|
import { MatButtonToggleGroupHarness } from '@angular/material/button-toggle/testing';
|
|
3
3
|
import { MatInputHarness } from '@angular/material/input/testing';
|
|
4
|
-
export
|
|
4
|
+
export type GioFormCronHarnessFilters = BaseHarnessFilters;
|
|
5
5
|
export declare class GioFormCronHarness extends ComponentHarness {
|
|
6
6
|
static hostSelector: string;
|
|
7
7
|
protected getModeToggleGroup: import("@angular/cdk/testing").AsyncFactoryFn<MatButtonToggleGroupHarness>;
|
|
@@ -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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
5
5
|
}
|
|
@@ -2,7 +2,7 @@ import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
|
2
2
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
3
3
|
import { ReadFile, ReadMode } from 'ngx-file-helpers';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
|
|
5
|
+
type FileValue = {
|
|
6
6
|
name: string;
|
|
7
7
|
isNew: boolean;
|
|
8
8
|
dataUrl: string;
|
|
@@ -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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
5
5
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
2
|
import { ElementRef, OnInit } from '@angular/core';
|
|
3
|
-
import { AbstractControl, ControlValueAccessor,
|
|
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
|
-
export
|
|
6
|
+
export type Header = {
|
|
7
7
|
key: string;
|
|
8
8
|
value: string;
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type FormHeaderFieldMapper = {
|
|
11
11
|
keyName: string;
|
|
12
12
|
valueName: string;
|
|
13
13
|
};
|
|
@@ -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:
|
|
19
|
-
headersFormArray:
|
|
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, never>;
|
|
42
42
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor,
|
|
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:
|
|
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, never>;
|
|
41
41
|
}
|
|
@@ -7,7 +7,7 @@ export interface GioConfig extends GioUiTypeConfig {
|
|
|
7
7
|
monacoEditorConfig?: GioMonacoEditorConfig;
|
|
8
8
|
enumLabelMap?: Record<string, string>;
|
|
9
9
|
}
|
|
10
|
-
|
|
10
|
+
type GioBannerConfig = {
|
|
11
11
|
title: string;
|
|
12
12
|
text: string;
|
|
13
13
|
} | {
|
|
@@ -16,7 +16,7 @@ declare type GioBannerConfig = {
|
|
|
16
16
|
/**
|
|
17
17
|
* Used to override the default formly type. It's useful when we want to use a custom component.
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
type GioUiTypeConfig = {
|
|
20
20
|
uiType?: 'gio-headers-array' | string;
|
|
21
21
|
uiTypeProps?: Record<string, unknown>;
|
|
22
22
|
};
|
|
@@ -33,5 +33,5 @@ declare module 'json-schema' {
|
|
|
33
33
|
}
|
|
34
34
|
import { JSONSchema7 } from 'json-schema';
|
|
35
35
|
import { GioMonacoEditorConfig } from '../type-component/code-editor-type.component';
|
|
36
|
-
export
|
|
36
|
+
export type GioJsonSchema = JSONSchema7;
|
|
37
37
|
export {};
|
|
@@ -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, never>;
|
|
7
7
|
}
|
|
@@ -3,16 +3,16 @@ import { FieldTypeConfig, FormlyFieldProps } from '@ngx-formly/core';
|
|
|
3
3
|
import { FieldType } from '@ngx-formly/material';
|
|
4
4
|
import { MonacoEditorLanguageConfig } from '../../gio-monaco-editor/gio-monaco-editor.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export
|
|
6
|
+
export type GioMonacoEditorConfig = {
|
|
7
7
|
language: 'json';
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
type CodeEditorProps = FormlyFieldProps & {
|
|
10
10
|
monacoEditorConfig?: GioMonacoEditorConfig;
|
|
11
11
|
};
|
|
12
12
|
export declare class GioFjsCodeEditorTypeComponent extends FieldType<FieldTypeConfig<CodeEditorProps>> implements OnInit {
|
|
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, never>;
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FieldType, FieldTypeConfig, FormlyFieldProps } from '@ngx-formly/core';
|
|
2
2
|
import { FormHeaderFieldMapper } from '../../gio-form-headers/gio-form-headers.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
|
|
4
|
+
type HeadersProps = FormlyFieldProps & {
|
|
5
5
|
outputConfig: {
|
|
6
6
|
keyName: string;
|
|
7
7
|
valueName: string;
|
|
@@ -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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
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, never>;
|
|
6
6
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FieldType, FieldTypeConfig, FormlyFieldProps } from '@ngx-formly/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
|
|
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
|
}
|
|
@@ -4,12 +4,12 @@ import { MatSlideToggle } from '@angular/material/slide-toggle';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class GioFormSlideToggleComponent implements AfterContentInit, OnDestroy {
|
|
6
6
|
private unsubscribe$;
|
|
7
|
-
appearance: '
|
|
7
|
+
appearance: 'fill' | 'outline';
|
|
8
8
|
innerMatSlideToggle: MatSlideToggle | null;
|
|
9
9
|
innerFormControlName: NgControl | null;
|
|
10
10
|
disabled: boolean;
|
|
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
|
}
|
|
@@ -5,12 +5,12 @@ import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
|
5
5
|
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
6
6
|
import { Observable, Subject } from 'rxjs';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export
|
|
9
|
-
export
|
|
8
|
+
export type Tags = Array<string>;
|
|
9
|
+
export type AutocompleteOptions = (string | {
|
|
10
10
|
value: string;
|
|
11
11
|
label: string;
|
|
12
12
|
})[];
|
|
13
|
-
export
|
|
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,
|
|
4
|
-
export
|
|
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
|
|
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
|
|
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
|
}
|