@alauda-fe/common 1.0.3 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/a-chart/base-chart.d.ts +2 -2
- package/a-chart/chart.component.d.ts +3 -2
- package/a-chart/types.d.ts +5 -0
- package/a-metric-chart/a-metric-chart.component.d.ts +45 -2
- package/a-metric-chart/a-metric-chart.module.d.ts +2 -2
- package/a-metric-chart/utils/util.d.ts +1 -1
- package/api/acp-common-api.service.d.ts +26 -0
- package/api/cluster-version.service.d.ts +0 -3
- package/api/project-api.service.d.ts +5 -0
- package/api/public-api.d.ts +1 -0
- package/assets/icons/prod-icons.js +1 -1
- package/core/constants/patterns.d.ts +5 -0
- package/core/constants/status-icons.d.ts +1 -0
- package/core/directives/aui-code-editor.directive.d.ts +13 -0
- package/core/directives/feature-gate.directive.d.ts +1 -1
- package/core/directives/public-api.d.ts +2 -0
- package/core/guards/feature.guard.d.ts +1 -1
- package/core/module.d.ts +10 -10
- package/core/pipes/k8s-util.pipe.d.ts +13 -13
- package/core/pipes/k8s-util.pipe.module.d.ts +6 -1
- package/core/pipes/public-api.d.ts +3 -0
- package/{scm/pure-pipe/module.d.ts → core/pipes/pure.pipe.module.d.ts} +3 -0
- package/core/services/context.service.d.ts +1 -1
- package/core/utils/unit.d.ts +1 -0
- package/disabled-container/disabled-container.component.d.ts +1 -1
- package/disabled-container/disabled-container.module.d.ts +4 -4
- package/effect-directive/module.d.ts +1 -1
- package/esm2022/a-chart/a-chart.module.mjs +1 -1
- package/esm2022/a-chart/base-chart.mjs +7 -7
- package/esm2022/a-chart/chart.component.mjs +11 -3
- package/esm2022/a-chart/types.mjs +7 -2
- package/esm2022/a-metric-chart/a-metric-chart.component.mjs +38 -13
- package/esm2022/a-metric-chart/a-metric-chart.module.mjs +6 -8
- package/esm2022/a-metric-chart/bar-gauge/bar-gauge.component.mjs +6 -5
- package/esm2022/a-metric-chart/stat-chart/stat-chart.component.mjs +26 -12
- package/esm2022/a-metric-chart/table-chart/table-chart.component.mjs +3 -3
- package/esm2022/a-metric-chart/utils/util.mjs +6 -5
- package/esm2022/api/acp-common-api.service.mjs +34 -0
- package/esm2022/api/cluster-version.service.mjs +1 -7
- package/esm2022/api/project-api.service.mjs +17 -4
- package/esm2022/api/public-api.mjs +2 -1
- package/esm2022/array-form-table/form/component.mjs +2 -2
- package/esm2022/array-form-table/key-value-table/component.mjs +2 -2
- package/esm2022/business/resource-select/module.mjs +2 -2
- package/esm2022/chart/chart.module.mjs +1 -1
- package/esm2022/core/constants/patterns.mjs +6 -1
- package/esm2022/core/constants/status-icons.mjs +2 -1
- package/esm2022/core/directives/aui-code-editor.directive.mjs +30 -0
- package/esm2022/core/directives/declare.directive.mjs +27 -0
- package/esm2022/core/directives/feature-gate.directive.mjs +3 -3
- package/esm2022/core/directives/public-api.mjs +3 -1
- package/esm2022/core/guards/feature.guard.mjs +3 -5
- package/esm2022/core/module.mjs +19 -17
- package/esm2022/core/pipes/calc.pipe.mjs +21 -0
- package/esm2022/core/pipes/k8s-util.pipe.mjs +27 -27
- package/esm2022/core/pipes/k8s-util.pipe.module.mjs +8 -5
- package/esm2022/core/pipes/public-api.mjs +4 -1
- package/esm2022/core/pipes/pure.pipe.mjs +26 -0
- package/esm2022/core/pipes/pure.pipe.module.mjs +21 -0
- package/esm2022/core/services/context.service.mjs +5 -3
- package/esm2022/core/utils/common.mjs +3 -3
- package/esm2022/core/utils/unit.mjs +5 -1
- package/esm2022/disabled-container/disabled-container.component.mjs +7 -5
- package/esm2022/disabled-container/disabled-container.module.mjs +7 -11
- package/esm2022/effect-directive/module.mjs +4 -5
- package/esm2022/exec/module.mjs +3 -4
- package/esm2022/form/errors-mapper/errors-mapper.module.mjs +13 -4
- package/esm2022/form/labels-editor/component.mjs +8 -8
- package/esm2022/form/taints-editor/component.mjs +4 -6
- package/esm2022/form/validators/strong-password/strong-password-validator.directive.mjs +9 -10
- package/esm2022/form/validators/utils.mjs +47 -2
- package/esm2022/graphql/graphql.module.mjs +62 -0
- package/esm2022/graphql/graphql.service.mjs +45 -0
- package/esm2022/graphql/public-api.mjs +4 -0
- package/esm2022/graphql/queries.mjs +29 -0
- package/esm2022/graphql/types.mjs +6 -0
- package/esm2022/grid-layout/utils/grid.utils.mjs +2 -20
- package/esm2022/help-document/directive.mjs +3 -2
- package/esm2022/help-document/module.mjs +6 -4
- package/esm2022/k8s-shared/update-key-value-dialog/component.mjs +3 -2
- package/esm2022/license/license-error/module.mjs +1 -1
- package/esm2022/multi-search/action-input/component.mjs +6 -7
- package/esm2022/multi-search/form/component.mjs +3 -4
- package/esm2022/multi-search/multi-search-tags/component.mjs +9 -9
- package/esm2022/overview-banner/overview-banner.component.mjs +5 -5
- package/esm2022/overview-banner/overview-banner.module.mjs +7 -7
- package/esm2022/page-guard/module.mjs +7 -4
- package/esm2022/page-scaffold/navigation/breadcrumb/breadcrumb-slot.directive.mjs +3 -2
- package/esm2022/page-scaffold/navigation/breadcrumb/breadcrumb.component.mjs +23 -5
- package/esm2022/page-scaffold/navigation/breadcrumb/module.mjs +16 -31
- package/esm2022/page-scaffold/navigation/lottie-icons/lottie-icon.directive.mjs +3 -2
- package/esm2022/page-scaffold/navigation/lottie-icons/module.mjs +6 -3
- package/esm2022/page-scaffold/navigation/nav-menu/nav-menu.module.mjs +4 -4
- package/esm2022/page-scaffold/page-header/common-layout/common-layout.module.mjs +5 -7
- package/esm2022/page-scaffold/page-header/header-notify/header-notify.module.mjs +4 -4
- package/esm2022/page-scaffold/page-header/help-menu/module.mjs +13 -14
- package/esm2022/pie-derivative-chart/pie-derivative-chart.module.mjs +2 -2
- package/esm2022/public-api.mjs +2 -2
- package/esm2022/searchable-selector/module.mjs +1 -1
- package/esm2022/skeleton/module.mjs +1 -1
- package/esm2022/table/module.mjs +5 -5
- package/esm2022/translate/en.json +44 -1
- package/esm2022/translate/translate.directive.mjs +7 -7
- package/esm2022/translate/translate.module.mjs +18 -17
- package/esm2022/translate/translate.pipe.mjs +4 -3
- package/esm2022/translate/zh.json +42 -1
- package/esm2022/widget/card-section/card-section.component.mjs +23 -6
- package/esm2022/widget/current-time/component.mjs +6 -4
- package/esm2022/widget/date-range-picker/component.mjs +12 -9
- package/esm2022/widget/foldable-item-in-table/component.mjs +28 -6
- package/esm2022/widget/password-input/component.mjs +283 -0
- package/esm2022/widget/public-api.mjs +8 -1
- package/esm2022/widget/resource-multi-select/component.mjs +211 -0
- package/esm2022/widget/resource-multi-select/util.mjs +24 -0
- package/esm2022/{scm → widget}/search-panel/component.mjs +1 -1
- package/esm2022/{scm → widget}/search-panel/helper.directive.mjs +1 -1
- package/esm2022/{scm → widget}/search-panel/search-item/component.mjs +1 -1
- package/esm2022/widget/status-icon/status-icon.component.mjs +2 -2
- package/esm2022/widget/tags-label/component.mjs +2 -3
- package/esm2022/widget/terminating-tag/component.mjs +7 -4
- package/esm2022/{scm → widget}/text-ellipsis/component.mjs +1 -1
- package/esm2022/widget/text-with-url/component.mjs +6 -4
- package/esm2022/widget/widget.module.mjs +54 -86
- package/esm2022/widget/zero-state/zero-state.component.mjs +6 -6
- package/esm2022/xterm/xterm-terminal/xterm-terminal.component.mjs +102 -65
- package/exec/module.d.ts +1 -1
- package/form/errors-mapper/errors-mapper.module.d.ts +6 -0
- package/form/validators/strong-password/strong-password-validator.directive.d.ts +3 -3
- package/form/validators/utils.d.ts +3 -0
- package/graphql/graphql.module.d.ts +12 -0
- package/graphql/graphql.service.d.ts +14 -0
- package/graphql/public-api.d.ts +3 -0
- package/graphql/queries.d.ts +5 -0
- package/graphql/types.d.ts +46 -0
- package/help-document/directive.d.ts +1 -1
- package/help-document/module.d.ts +7 -7
- package/overview-banner/overview-banner.component.d.ts +1 -1
- package/overview-banner/overview-banner.module.d.ts +4 -3
- package/package.json +1 -1
- package/page-guard/module.d.ts +4 -1
- package/page-scaffold/navigation/breadcrumb/breadcrumb-slot.directive.d.ts +1 -1
- package/page-scaffold/navigation/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/page-scaffold/navigation/breadcrumb/module.d.ts +8 -6
- package/page-scaffold/navigation/lottie-icons/lottie-icon.directive.d.ts +1 -1
- package/page-scaffold/navigation/lottie-icons/module.d.ts +4 -1
- package/page-scaffold/page-header/common-layout/common-layout.module.d.ts +2 -2
- package/page-scaffold/page-header/help-menu/module.d.ts +6 -5
- package/public-api.d.ts +1 -1
- package/styles/tailwind-preset.scss +1 -1
- package/translate/translate.directive.d.ts +3 -3
- package/translate/translate.module.d.ts +97 -4
- package/translate/translate.pipe.d.ts +1 -1
- package/widget/card-section/card-section.component.d.ts +4 -2
- package/widget/current-time/component.d.ts +1 -1
- package/widget/foldable-item-in-table/component.d.ts +1 -1
- package/{scm → widget}/password-input/component.d.ts +1 -1
- package/widget/public-api.d.ts +7 -0
- package/widget/terminating-tag/component.d.ts +1 -1
- package/widget/text-with-url/component.d.ts +1 -1
- package/widget/widget.module.d.ts +37 -21
- package/xterm/xterm-terminal/xterm-terminal.component.d.ts +14 -1
- package/esm2022/scm/declare.directive.mjs +0 -27
- package/esm2022/scm/password-input/component.mjs +0 -261
- package/esm2022/scm/password-input/module.mjs +0 -67
- package/esm2022/scm/password-input/public-api.mjs +0 -3
- package/esm2022/scm/public-api.mjs +0 -10
- package/esm2022/scm/pure-pipe/calc.pipe.mjs +0 -21
- package/esm2022/scm/pure-pipe/module.mjs +0 -18
- package/esm2022/scm/pure-pipe/public-api.mjs +0 -4
- package/esm2022/scm/pure-pipe/pure.pipe.mjs +0 -26
- package/esm2022/scm/resource-multi-select/component.mjs +0 -212
- package/esm2022/scm/resource-multi-select/util.mjs +0 -24
- package/scm/password-input/module.d.ts +0 -14
- package/scm/password-input/public-api.d.ts +0 -2
- package/scm/public-api.d.ts +0 -9
- package/scm/pure-pipe/public-api.d.ts +0 -3
- /package/{scm → core/directives}/declare.directive.d.ts +0 -0
- /package/{scm/pure-pipe → core/pipes}/calc.pipe.d.ts +0 -0
- /package/{scm/pure-pipe → core/pipes}/pure.pipe.d.ts +0 -0
- /package/{scm → widget}/resource-multi-select/component.d.ts +0 -0
- /package/{scm → widget}/resource-multi-select/util.d.ts +0 -0
- /package/{scm → widget}/search-panel/component.d.ts +0 -0
- /package/{scm → widget}/search-panel/helper.directive.d.ts +0 -0
- /package/{scm → widget}/search-panel/search-item/component.d.ts +0 -0
- /package/{scm → widget}/text-ellipsis/component.d.ts +0 -0
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class OverviewBannerComponent {
|
|
4
4
|
option: OverviewBannerOption;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverviewBannerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OverviewBannerComponent, "acl-overview-banner", never, { "option": { "alias": "option"; "required": false; }; }, {}, never, never,
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverviewBannerComponent, "acl-overview-banner", never, { "option": { "alias": "option"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./overview-banner.component";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated use `OverviewBannerComponent`
|
|
5
|
+
*/
|
|
5
6
|
export declare class OverviewBannerModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OverviewBannerModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OverviewBannerModule, [typeof i1.OverviewBannerComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OverviewBannerModule, never, [typeof i1.OverviewBannerComponent], [typeof i1.OverviewBannerComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<OverviewBannerModule>;
|
|
9
10
|
}
|
package/package.json
CHANGED
package/page-guard/module.d.ts
CHANGED
|
@@ -3,7 +3,10 @@ import { PageGuardContentDirective, PageGuardDescriptionDirective, PageGuardOper
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./component/component";
|
|
5
5
|
import * as i2 from "./component/helper-directives";
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const PAGE_GUARD_MODULE: readonly [typeof PageGuardComponent, typeof PageGuardContentDirective, typeof PageGuardDescriptionDirective, typeof PageGuardOperationDirective, typeof PageGuardImageDirective];
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated use `PAGE_GUARD_MODULE`
|
|
9
|
+
*/
|
|
7
10
|
export declare class PageGuardModule {
|
|
8
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageGuardModule, never>;
|
|
9
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<PageGuardModule, never, [typeof i1.PageGuardComponent, typeof i2.PageGuardContentDirective, typeof i2.PageGuardDescriptionDirective, typeof i2.PageGuardOperationDirective, typeof i2.PageGuardImageDirective], [typeof i1.PageGuardComponent, typeof i2.PageGuardContentDirective, typeof i2.PageGuardDescriptionDirective, typeof i2.PageGuardOperationDirective, typeof i2.PageGuardImageDirective]>;
|
|
@@ -8,5 +8,5 @@ export declare class BreadcrumbSlotDirective implements OnInit, OnDestroy {
|
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
ngOnDestroy(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbSlotDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbSlotDirective, "[aclBreadcrumbSlot]", never, {}, {}, never, never,
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbSlotDirective, "[aclBreadcrumbSlot]", never, {}, {}, never, never, true, never>;
|
|
12
12
|
}
|
|
@@ -36,5 +36,5 @@ export declare class BreadcrumbComponent implements OnInit, OnChanges {
|
|
|
36
36
|
private restNode;
|
|
37
37
|
private linkToUrl;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "acl-breadcrumb", never, { "configs": { "alias": "configs"; "required": false; }; "groups": { "alias": "groups"; "required": false; }; "activatedKey": { "alias": "activatedKey"; "required": false; }; "_subItems": { "alias": "subItems"; "required": false; }; }, {}, never, never,
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "acl-breadcrumb", never, { "configs": { "alias": "configs"; "required": false; }; "groups": { "alias": "groups"; "required": false; }; "activatedKey": { "alias": "activatedKey"; "required": false; }; "_subItems": { "alias": "subItems"; "required": false; }; }, {}, never, never, true, never>;
|
|
40
40
|
}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
+
import { BreadcrumbSlotDirective } from './breadcrumb-slot.directive';
|
|
2
|
+
import { BreadcrumbComponent } from './breadcrumb.component';
|
|
1
3
|
import * as i0 from "@angular/core";
|
|
2
4
|
import * as i1 from "./breadcrumb-slot.directive";
|
|
3
5
|
import * as i2 from "./breadcrumb.component";
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
import * as i3 from "@alauda/ui";
|
|
7
|
+
export declare const COMMON_BREADCRUMB_MODULE: readonly [typeof BreadcrumbSlotDirective, typeof BreadcrumbComponent];
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated use `COMMON_BREADCRUMB_MODULE`
|
|
10
|
+
*/
|
|
9
11
|
export declare class BreadcrumbModule {
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbSlotDirective, typeof i2.BreadcrumbComponent
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, never, [typeof i1.BreadcrumbSlotDirective, typeof i2.BreadcrumbComponent, typeof i3.BreadcrumbComponent, typeof i3.BreadcrumbItemComponent], [typeof i1.BreadcrumbSlotDirective, typeof i2.BreadcrumbComponent, typeof i3.BreadcrumbComponent, typeof i3.BreadcrumbItemComponent]>;
|
|
12
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
|
|
13
15
|
}
|
|
@@ -20,5 +20,5 @@ export declare class NavLottieIconDirective implements OnInit, OnDestroy {
|
|
|
20
20
|
jumpFrame(frame?: number): void;
|
|
21
21
|
ngOnDestroy(): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavLottieIconDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavLottieIconDirective, "[aclNavLottieIcon],acl-nav-lottie-icon", never, { "animData": { "alias": "animData"; "required": false; }; "animDataKey": { "alias": "animDataKey"; "required": false; }; "aniConfig": { "alias": "aniConfig"; "required": false; }; "frame": { "alias": "frame"; "required": false; }; }, { "aniInit": "aniInit"; }, never, never,
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavLottieIconDirective, "[aclNavLottieIcon],acl-nav-lottie-icon", never, { "animData": { "alias": "animData"; "required": false; }; "animDataKey": { "alias": "animDataKey"; "required": false; }; "aniConfig": { "alias": "aniConfig"; "required": false; }; "frame": { "alias": "frame"; "required": false; }; }, { "aniInit": "aniInit"; }, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./lottie-icon.directive";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated use `NavLottieIconDirective`
|
|
5
|
+
*/
|
|
3
6
|
export declare class NavLottieIconModule {
|
|
4
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavLottieIconModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NavLottieIconModule, [typeof i1.NavLottieIconDirective],
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavLottieIconModule, never, [typeof i1.NavLottieIconDirective], [typeof i1.NavLottieIconDirective]>;
|
|
6
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavLottieIconModule>;
|
|
7
10
|
}
|
|
@@ -4,13 +4,13 @@ import * as i2 from "./namespace-select/component";
|
|
|
4
4
|
import * as i3 from "@alauda/ui";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "../../../translate/translate.module";
|
|
7
|
-
import * as i6 from "../../../
|
|
7
|
+
import * as i6 from "../../../core/pipes/pure.pipe";
|
|
8
8
|
import * as i7 from "../../../core/pipes/img-header.pipe";
|
|
9
9
|
import * as i8 from "../../../core/pipes/safe.pipe";
|
|
10
10
|
import * as i9 from "../../../widget/loading-mask/loading-mask.component";
|
|
11
11
|
import * as i10 from "../../../core/pipes/k8s-util.pipe.module";
|
|
12
12
|
export declare class CommonLayoutModule {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CommonLayoutModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CommonLayoutModule, [typeof i1.ProductSelectComponent, typeof i2.NamespaceSelectComponent], [typeof i3.DialogModule, typeof i4.CommonModule, typeof i3.DropdownModule, typeof i3.InputModule, typeof i3.IconModule, typeof i5.TranslateModule, typeof i3.TooltipModule, typeof i3.StepsModule, typeof i6.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CommonLayoutModule, [typeof i1.ProductSelectComponent, typeof i2.NamespaceSelectComponent], [typeof i3.DialogModule, typeof i4.CommonModule, typeof i3.DropdownModule, typeof i3.InputModule, typeof i3.IconModule, typeof i5.TranslateModule, typeof i3.TooltipModule, typeof i3.StepsModule, typeof i6.PurePipe, typeof i7.ImgHeaderPipe, typeof i8.SafePipe, typeof i9.LoadingMaskComponent, typeof i10.K8sUtilPipeModule], [typeof i1.ProductSelectComponent, typeof i2.NamespaceSelectComponent]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<CommonLayoutModule>;
|
|
16
16
|
}
|
|
@@ -2,12 +2,13 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./component/component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@alauda/ui";
|
|
5
|
-
import * as i4 from "../../../
|
|
6
|
-
import * as i5 from "../../../
|
|
7
|
-
import * as i6 from "../../../
|
|
8
|
-
import * as i7 from "../../../
|
|
5
|
+
import * as i4 from "../../../widget/widget.module";
|
|
6
|
+
import * as i5 from "../../../core/module";
|
|
7
|
+
import * as i6 from "../../../help-document/module";
|
|
8
|
+
import * as i7 from "../../../translate/translate.pipe";
|
|
9
|
+
import * as i8 from "../../../translate/translate.directive";
|
|
9
10
|
export declare class HelpMenuModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<HelpMenuModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HelpMenuModule, [typeof i1.HelpMenuComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i3.DropdownModule, typeof
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HelpMenuModule, [typeof i1.HelpMenuComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i3.DropdownModule, typeof i3.DialogModule, typeof i3.ButtonModule, typeof i4.WidgetModule, typeof i5.CoreModule, typeof i3.TooltipModule, typeof i6.HelpDocumentModule, typeof i7.TranslatePipe, typeof i8.TranslateDirective, typeof i8.TranslateMatchDirective, typeof i8.TranslateTextDirective], [typeof i1.HelpMenuComponent]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<HelpMenuModule>;
|
|
13
14
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ export * from './page-guard/public-api';
|
|
|
27
27
|
export * from './page-scaffold/public-api';
|
|
28
28
|
export * from './table/public-api';
|
|
29
29
|
export * from './feature-gate-forbidden/public-api';
|
|
30
|
-
export * from './scm/public-api';
|
|
31
30
|
export * from './multi-search/public-api';
|
|
32
31
|
export * from './exec/public-api';
|
|
33
32
|
export * from './searchable-selector/public-api';
|
|
@@ -41,3 +40,4 @@ export * from './iframe-config/public-api';
|
|
|
41
40
|
export * from './effect-directive/public-api';
|
|
42
41
|
export * from './xterm/public-api';
|
|
43
42
|
export * from './k8s-shared/public-api';
|
|
43
|
+
export * from './graphql/public-api';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.\!tw-visible{visibility:visible!important}.tw-invisible{visibility:hidden}.tw-fixed{position:fixed}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-left-0{left:0}.tw-right-\[16px\]{right:16px}.tw-top-0{top:0}.tw-top-\[12px\]{top:12px}.tw-mb-12{margin-bottom:12px}.tw-mb-20{margin-bottom:20px}.tw-mb-4{margin-bottom:4px}.tw-ml-6{margin-left:6px}.tw-ml-\[-4px\]{margin-left:-4px}.tw-ml-\[4px\]{margin-left:4px}.tw-mr-16{margin-right:16px}.tw-mr-4{margin-right:4px}.tw-mr-6{margin-right:6px}.tw-mr-8{margin-right:8px}.tw-mr-\[4px\]{margin-right:4px}.tw-mt-0{margin-top:0}.tw-mt-8{margin-top:8px}.tw-line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.tw-block{display:block}.tw-flex{display:flex}.tw-hidden{display:none}.tw-h-0{height:0}.tw-h-\[100\%\]{height:100%}.tw-h-\[100vh\]{height:100vh}.tw-h-\[200px\]{height:200px}.tw-h-\[22px\]{height:22px}.tw-h-full{height:100%}.tw-min-h-\[360px\]{min-height:360px}.tw-w-\[100\%\]{width:100%}.tw-w-\[200px\]{width:200px}.tw-w-full{width:100%}.tw-min-w-\[160px\]{min-width:160px}.tw-min-w-\[220px\]{min-width:220px}.tw-min-w-\[260px\]{min-width:260px}.tw-max-w-\[400px\]{max-width:400px}.tw-max-w-\[45\%\]{max-width:45%}.tw-flex-1{flex:1 1 0%}.tw-flex-shrink-0{flex-shrink:0}.tw-cursor-pointer{cursor:pointer}.tw-select-none{user-select:none}.tw-list-disc{list-style-type:disc}.tw-flex-row{flex-direction:row}.tw-flex-col{flex-direction:column}.tw-items-start{align-items:flex-start}.tw-items-center{align-items:center}.tw-justify-start{justify-content:flex-start}.tw-justify-end{justify-content:flex-end}.tw-justify-center{justify-content:center}.tw-overflow-hidden{overflow:hidden}.tw-overflow-y-auto{overflow-y:auto}.tw-overflow-x-hidden{overflow-x:hidden}.tw-text-ellipsis{text-overflow:ellipsis}.tw-break-words{overflow-wrap:break-word}.tw-break-all{word-break:break-all}.tw-bg-n-10{background-color:rgb(var(--aui-color-n-10))}.tw-bg-n-8{background-color:rgb(var(--aui-color-n-8))}.tw-bg-p-6{background-color:rgb(var(--aui-color-p-6))}.tw-p-12{padding:12px}.tw-p-\[12px_16px\]{padding:12px 16px}.tw-py-8{padding-bottom:8px;padding-top:8px}.tw-pl-8{padding-left:8px}.tw-pr-16{padding-right:16px}.tw-text-center{text-align:center}.tw-text-l{font-size:var(--aui-font-size-l)}.tw-text-m{font-size:var(--aui-font-size-m)}.tw-text-s{font-size:var(--aui-font-size-s)}.tw-text-xl{font-size:var(--aui-font-size-xl)}.tw-font-bold{font-weight:var(--aui-font-weight-bold)}.tw-font-bolder{font-weight:var(--aui-font-weight-bolder)}.tw-leading-m{line-height:var(--aui-line-height-m)}.\!tw-text-n-2{color:rgb(var(--aui-color-n-2))!important}.tw-text-help-text{color:rgb(var(--aui-color-help-text))}.tw-text-main-text{color:rgb(var(--aui-color-main-text))}.tw-text-n-1{color:rgb(var(--aui-color-n-1))}.tw-text-n-2{color:rgb(var(--aui-color-n-2))}.tw-text-n-4{color:rgb(var(--aui-color-n-4))}.tw-text-p-2{color:rgb(var(--aui-color-p-2))}.tw-text-primary{color:rgb(var(--aui-color-primary))}.tw-text-red{color:rgb(var(--aui-color-red))}.tw-size-\[16px\]{height:16px;width:16px}.tw-icon-l{font-size:var(--aui-icon-size-l)}.tw-icon-m{font-size:var(--aui-icon-size-m)}.tw-leading-text-xl{font-size:var(--aui-font-size-xl);line-height:var(--aui-line-height-xl)}.tw-required-mark:before{--tw-text-opacity:1;--tw-content:"*";color:rgb(235 98 98/var(--tw-text-opacity));content:var(--tw-content);margin-right:var(--aui-spacing-s)}.tw-text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hover\:\!tw-text-primary:hover{color:rgb(var(--aui-color-primary))!important}.hover\:tw-text-primary:hover{color:rgb(var(--aui-color-primary))}html[lang=en] .lang-en\:\!tw-w-\[230px\]{width:230px!important}
|
|
1
|
+
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.\!tw-visible{visibility:visible!important}.tw-invisible{visibility:hidden}.tw-fixed{position:fixed}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-left-0{left:0}.tw-right-\[16px\]{right:16px}.tw-top-0{top:0}.tw-top-\[12px\]{top:12px}.tw-mb-12{margin-bottom:12px}.tw-mb-20{margin-bottom:20px}.tw-mb-4{margin-bottom:4px}.tw-ml-6{margin-left:6px}.tw-ml-\[-4px\]{margin-left:-4px}.tw-ml-\[4px\]{margin-left:4px}.tw-mr-16{margin-right:16px}.tw-mr-4{margin-right:4px}.tw-mr-6{margin-right:6px}.tw-mr-8{margin-right:8px}.tw-mr-\[4px\]{margin-right:4px}.tw-mt-0{margin-top:0}.tw-mt-8{margin-top:8px}.tw-line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.tw-block{display:block}.tw-flex{display:flex}.tw-hidden{display:none}.tw-h-0{height:0}.tw-h-\[100\%\]{height:100%}.tw-h-\[100vh\]{height:100vh}.tw-h-\[200px\]{height:200px}.tw-h-\[22px\]{height:22px}.tw-h-full{height:100%}.tw-min-h-\[360px\]{min-height:360px}.tw-w-\[100\%\]{width:100%}.tw-w-\[200px\]{width:200px}.tw-w-full{width:100%}.tw-min-w-\[160px\]{min-width:160px}.tw-min-w-\[220px\]{min-width:220px}.tw-min-w-\[260px\]{min-width:260px}.tw-max-w-\[400px\]{max-width:400px}.tw-max-w-\[45\%\]{max-width:45%}.tw-flex-1{flex:1 1 0%}.tw-flex-shrink-0{flex-shrink:0}.tw-cursor-pointer{cursor:pointer}.tw-select-none{user-select:none}.tw-list-disc{list-style-type:disc}.tw-flex-row{flex-direction:row}.tw-flex-col{flex-direction:column}.tw-items-start{align-items:flex-start}.tw-items-center{align-items:center}.tw-justify-start{justify-content:flex-start}.tw-justify-end{justify-content:flex-end}.tw-justify-center{justify-content:center}.tw-overflow-hidden{overflow:hidden}.tw-overflow-y-auto{overflow-y:auto}.tw-overflow-x-hidden{overflow-x:hidden}.tw-text-ellipsis{text-overflow:ellipsis}.tw-break-words{overflow-wrap:break-word}.tw-break-all{word-break:break-all}.tw-bg-n-10{background-color:rgb(var(--aui-color-n-10))}.tw-bg-n-8{background-color:rgb(var(--aui-color-n-8))}.tw-bg-p-6{background-color:rgb(var(--aui-color-p-6))}.tw-p-12{padding:12px}.tw-p-\[12px_16px\]{padding:12px 16px}.tw-py-8{padding-bottom:8px;padding-top:8px}.tw-pl-8{padding-left:8px}.tw-pr-16{padding-right:16px}.tw-text-center{text-align:center}.\!tw-text-s{font-size:var(--aui-font-size-s)!important}.tw-text-l{font-size:var(--aui-font-size-l)}.tw-text-m{font-size:var(--aui-font-size-m)}.tw-text-s{font-size:var(--aui-font-size-s)}.tw-text-xl{font-size:var(--aui-font-size-xl)}.tw-font-bold{font-weight:var(--aui-font-weight-bold)}.tw-font-bolder{font-weight:var(--aui-font-weight-bolder)}.tw-leading-m{line-height:var(--aui-line-height-m)}.\!tw-text-n-2{color:rgb(var(--aui-color-n-2))!important}.tw-text-help-text{color:rgb(var(--aui-color-help-text))}.tw-text-main-text{color:rgb(var(--aui-color-main-text))}.tw-text-n-1{color:rgb(var(--aui-color-n-1))}.tw-text-n-2{color:rgb(var(--aui-color-n-2))}.tw-text-n-4{color:rgb(var(--aui-color-n-4))}.tw-text-p-2{color:rgb(var(--aui-color-p-2))}.tw-text-primary{color:rgb(var(--aui-color-primary))}.tw-text-red{color:rgb(var(--aui-color-red))}.tw-size-\[16px\]{height:16px;width:16px}.tw-icon-l{font-size:var(--aui-icon-size-l)}.tw-icon-m{font-size:var(--aui-icon-size-m)}.tw-leading-text-xl{font-size:var(--aui-font-size-xl);line-height:var(--aui-line-height-xl)}.tw-required-mark:before{--tw-text-opacity:1;--tw-content:"*";color:rgb(235 98 98/var(--tw-text-opacity));content:var(--tw-content);margin-right:var(--aui-spacing-s)}.tw-text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hover\:\!tw-text-primary:hover{color:rgb(var(--aui-color-primary))!important}.hover\:tw-text-primary:hover{color:rgb(var(--aui-color-primary))}html[lang=en] .lang-en\:\!tw-w-\[230px\]{width:230px!important}
|
|
@@ -33,7 +33,7 @@ export declare class TranslateDirective implements DoCheck {
|
|
|
33
33
|
private applyChanges;
|
|
34
34
|
addView(view: TranslateView): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<TranslateDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TranslateDirective, "[aclTranslate]", never, { "aclTranslate": { "alias": "aclTranslate"; "required": false; }; }, {}, never, never,
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TranslateDirective, "[aclTranslate]", never, { "aclTranslate": { "alias": "aclTranslate"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
38
38
|
export declare class TranslateMatchDirective {
|
|
39
39
|
private readonly templateRef;
|
|
@@ -41,12 +41,12 @@ export declare class TranslateMatchDirective {
|
|
|
41
41
|
constructor(templateRef: TemplateRef<any>, aclTranslate: TranslateDirective);
|
|
42
42
|
set aclTranslateMatch(val: string);
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<TranslateMatchDirective, [null, { host: true; }]>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TranslateMatchDirective, "[aclTranslateMatch]", never, { "aclTranslateMatch": { "alias": "aclTranslateMatch"; "required": false; }; }, {}, never, never,
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TranslateMatchDirective, "[aclTranslateMatch]", never, { "aclTranslateMatch": { "alias": "aclTranslateMatch"; "required": false; }; }, {}, never, never, true, never>;
|
|
45
45
|
}
|
|
46
46
|
export declare class TranslateTextDirective {
|
|
47
47
|
private readonly aclTranslate;
|
|
48
48
|
constructor(templateRef: TemplateRef<any>, aclTranslate: TranslateDirective);
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<TranslateTextDirective, [null, { host: true; }]>;
|
|
50
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TranslateTextDirective, "[aclTranslateText]", never, {}, {}, never, never,
|
|
50
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TranslateTextDirective, "[aclTranslateText]", never, {}, {}, never, never, true, never>;
|
|
51
51
|
}
|
|
52
52
|
export {};
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @packageDocumentation
|
|
3
|
+
* @module translate
|
|
4
|
+
*/
|
|
1
5
|
import { ModuleWithProviders } from '@angular/core';
|
|
6
|
+
import { TranslateDirective, TranslateMatchDirective, TranslateTextDirective } from './translate.directive';
|
|
7
|
+
import { TranslatePipe } from './translate.pipe';
|
|
2
8
|
import { TranslateOptions } from './types';
|
|
3
9
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./translate.
|
|
5
|
-
import * as i2 from "./translate.
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
10
|
+
import * as i1 from "./translate.pipe";
|
|
11
|
+
import * as i2 from "./translate.directive";
|
|
7
12
|
export declare const DEFAULT_LOCALES: ("zh" | "en")[];
|
|
8
13
|
export declare const DEFAULT_LOCALE: string;
|
|
9
14
|
export declare const FALLBACK_LOCALE: string;
|
|
@@ -566,6 +571,47 @@ export declare const CORE_TRANSLATIONS: Readonly<{
|
|
|
566
571
|
logical_and: string;
|
|
567
572
|
logical_or: string;
|
|
568
573
|
detail_info: string;
|
|
574
|
+
value_duplication: string;
|
|
575
|
+
image_tag_input_placeholder: string;
|
|
576
|
+
regexp_tip_image_tag: string;
|
|
577
|
+
integration_project_name: string;
|
|
578
|
+
update_description: string;
|
|
579
|
+
regexp_tip_integer_pattern: string;
|
|
580
|
+
dot: string;
|
|
581
|
+
forbid: string;
|
|
582
|
+
enable: string;
|
|
583
|
+
everyday: string;
|
|
584
|
+
and: string;
|
|
585
|
+
code_editor_clear: string;
|
|
586
|
+
code_editor_dark_theme: string;
|
|
587
|
+
code_editor_exit_fullscreen: string;
|
|
588
|
+
code_editor_export: string;
|
|
589
|
+
code_editor_find: string;
|
|
590
|
+
code_editor_fold: string;
|
|
591
|
+
code_editor_format: string;
|
|
592
|
+
code_editor_fullscreen: string;
|
|
593
|
+
code_editor_import: string;
|
|
594
|
+
code_editor_light_theme: string;
|
|
595
|
+
code_editor_readonly: string;
|
|
596
|
+
code_editor_copied: string;
|
|
597
|
+
code_editor_recover: string;
|
|
598
|
+
code_editor_show_diff: string;
|
|
599
|
+
code_editor_writable: string;
|
|
600
|
+
cron_trigger_period: string;
|
|
601
|
+
cron_trigger_fast_mode: string;
|
|
602
|
+
cron_trigger_custom_mode: string;
|
|
603
|
+
cron_trigger_template: string;
|
|
604
|
+
cron_trigger_template_1: string;
|
|
605
|
+
cron_trigger_template_2: string;
|
|
606
|
+
cron_trigger_template_3: string;
|
|
607
|
+
cron_trigger_template_4: string;
|
|
608
|
+
cron_trigger_template_5: string;
|
|
609
|
+
cron_next_trigger_time: string;
|
|
610
|
+
cron_next_trigger_time_cur_time: string;
|
|
611
|
+
cron_trigger_params_config_hint: string;
|
|
612
|
+
cron_trigger_format_error: string;
|
|
613
|
+
cron_format_hint_1: string;
|
|
614
|
+
cron_format_hint_2: string;
|
|
569
615
|
};
|
|
570
616
|
en: {
|
|
571
617
|
cluster: string;
|
|
@@ -1125,11 +1171,58 @@ export declare const CORE_TRANSLATIONS: Readonly<{
|
|
|
1125
1171
|
logical_and: string;
|
|
1126
1172
|
logical_or: string;
|
|
1127
1173
|
detail_info: string;
|
|
1174
|
+
value_duplication: string;
|
|
1175
|
+
image_tag_input_placeholder: string;
|
|
1176
|
+
regexp_tip_image_tag: string;
|
|
1177
|
+
forbid_action: string;
|
|
1178
|
+
enable_action: string;
|
|
1179
|
+
integration_project_name: string;
|
|
1180
|
+
update_description: string;
|
|
1181
|
+
regexp_tip_integer_pattern: string;
|
|
1182
|
+
dot: string;
|
|
1183
|
+
forbid: string;
|
|
1184
|
+
enable: string;
|
|
1185
|
+
everyday: string;
|
|
1186
|
+
and: string;
|
|
1187
|
+
code_editor_clear: string;
|
|
1188
|
+
code_editor_dark_theme: string;
|
|
1189
|
+
code_editor_exit_fullscreen: string;
|
|
1190
|
+
code_editor_export: string;
|
|
1191
|
+
code_editor_find: string;
|
|
1192
|
+
code_editor_copied: string;
|
|
1193
|
+
code_editor_fold: string;
|
|
1194
|
+
code_editor_format: string;
|
|
1195
|
+
code_editor_fullscreen: string;
|
|
1196
|
+
code_editor_import: string;
|
|
1197
|
+
code_editor_light_theme: string;
|
|
1198
|
+
code_editor_readonly: string;
|
|
1199
|
+
code_editor_recover: string;
|
|
1200
|
+
code_editor_show_diff: string;
|
|
1201
|
+
code_editor_writable: string;
|
|
1202
|
+
cron_trigger_period: string;
|
|
1203
|
+
cron_trigger_fast_mode: string;
|
|
1204
|
+
cron_trigger_custom_mode: string;
|
|
1205
|
+
cron_trigger_template: string;
|
|
1206
|
+
cron_trigger_template_1: string;
|
|
1207
|
+
cron_trigger_template_2: string;
|
|
1208
|
+
cron_trigger_template_3: string;
|
|
1209
|
+
cron_trigger_template_4: string;
|
|
1210
|
+
cron_trigger_template_5: string;
|
|
1211
|
+
cron_next_trigger_time: string;
|
|
1212
|
+
cron_next_trigger_time_cur_time: string;
|
|
1213
|
+
cron_trigger_params_config_hint: string;
|
|
1214
|
+
cron_trigger_format_error: string;
|
|
1215
|
+
cron_format_hint_1: string;
|
|
1216
|
+
cron_format_hint_2: string;
|
|
1128
1217
|
};
|
|
1129
1218
|
}>;
|
|
1219
|
+
export declare const TRANSLATE_MODULE: readonly [typeof TranslatePipe, typeof TranslateDirective, typeof TranslateMatchDirective, typeof TranslateTextDirective];
|
|
1220
|
+
/**
|
|
1221
|
+
* @deprecated use `TranslatePipe` or `TRANSLATE_MODULE` except `.forRoot`
|
|
1222
|
+
*/
|
|
1130
1223
|
export declare class TranslateModule {
|
|
1131
1224
|
static forRoot<T extends string>(options?: TranslateOptions<T>): ModuleWithProviders<TranslateModule>;
|
|
1132
1225
|
static ɵfac: i0.ɵɵFactoryDeclaration<TranslateModule, never>;
|
|
1133
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TranslateModule, [typeof i1.
|
|
1226
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TranslateModule, never, [typeof i1.TranslatePipe, typeof i2.TranslateDirective, typeof i2.TranslateMatchDirective, typeof i2.TranslateTextDirective], [typeof i1.TranslatePipe, typeof i2.TranslateDirective, typeof i2.TranslateMatchDirective, typeof i2.TranslateTextDirective]>;
|
|
1134
1227
|
static ɵinj: i0.ɵɵInjectorDeclaration<TranslateModule>;
|
|
1135
1228
|
}
|
|
@@ -21,5 +21,5 @@ export declare class TranslatePipe<T extends string> implements PipeTransform, O
|
|
|
21
21
|
private dispose;
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe<any>, never>;
|
|
24
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe<any>, "translate",
|
|
24
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe<any>, "translate", true>;
|
|
25
25
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class CardSectionComponent {
|
|
3
|
-
title: string
|
|
4
|
+
title: string | TemplateRef<unknown>;
|
|
4
5
|
bordered: boolean;
|
|
6
|
+
isTemplateRef: (label: any) => label is TemplateRef<unknown>;
|
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSectionComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardSectionComponent, "acl-card-section", never, { "title": { "alias": "title"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; }, {}, never, ["*"],
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardSectionComponent, "acl-card-section", never, { "title": { "alias": "title"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
9
|
}
|
|
@@ -10,5 +10,5 @@ export declare class CurrentTimeComponent {
|
|
|
10
10
|
time$: Observable<string>;
|
|
11
11
|
constructor(time: TimeService);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CurrentTimeComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CurrentTimeComponent, "acl-current-time", never, { "utc": { "alias": "utc"; "required": false; }; "format": { "alias": "format"; "required": false; }; }, {}, never, never,
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CurrentTimeComponent, "acl-current-time", never, { "utc": { "alias": "utc"; "required": false; }; "format": { "alias": "format"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -18,5 +18,5 @@ export declare class FoldableItemInTableComponent<T> {
|
|
|
18
18
|
maxHeight: string;
|
|
19
19
|
};
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoldableItemInTableComponent<any>, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoldableItemInTableComponent<any>, "acl-foldable-item-in-table", never, { "hint": { "alias": "hint"; "required": false; }; "itemTpl": { "alias": "itemTpl"; "required": false; }; "itemTitle": { "alias": "itemTitle"; "required": false; }; "folded": { "alias": "folded"; "required": false; }; "items": { "alias": "items"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoldableItemInTableComponent<any>, "acl-foldable-item-in-table", never, { "hint": { "alias": "hint"; "required": false; }; "itemTpl": { "alias": "itemTpl"; "required": false; }; "itemTitle": { "alias": "itemTitle"; "required": false; }; "folded": { "alias": "folded"; "required": false; }; "items": { "alias": "items"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -35,5 +35,5 @@ export declare class PasswordInputComponent extends BaseNestedFormControlPure<st
|
|
|
35
35
|
validateConfirmPassword(password: string): (control: AbstractControl) => ValidationErrors;
|
|
36
36
|
updatePasswd(): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "acl-password-input", never, { "initPassword": { "alias": "initPassword"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "specialChars": { "alias": "specialChars"; "required": false; }; "strongPassword": { "alias": "strongPassword"; "required": false; }; "enableConfirm": { "alias": "enableConfirm"; "required": false; }; "width": { "alias": "width"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "encoding": { "alias": "encoding"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "isUpdate": { "alias": "isUpdate"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never,
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputComponent, "acl-password-input", never, { "initPassword": { "alias": "initPassword"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "specialChars": { "alias": "specialChars"; "required": false; }; "strongPassword": { "alias": "strongPassword"; "required": false; }; "enableConfirm": { "alias": "enableConfirm"; "required": false; }; "width": { "alias": "width"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "encoding": { "alias": "encoding"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "isUpdate": { "alias": "isUpdate"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
39
|
}
|
package/widget/public-api.d.ts
CHANGED
|
@@ -16,3 +16,10 @@ export * from './text-tooltip/directive';
|
|
|
16
16
|
export * from './date-range-picker/public-api';
|
|
17
17
|
export * from './tags-label/component';
|
|
18
18
|
export * from './status-icon/status-icon.component';
|
|
19
|
+
export * from './text-ellipsis/component';
|
|
20
|
+
export * from './password-input/component';
|
|
21
|
+
export { ResourceMultiSelectComponent } from './resource-multi-select/component';
|
|
22
|
+
export { isSelectAll, ALL_VALUE, checkValueExit, } from './resource-multi-select/util';
|
|
23
|
+
export { SearchItemComponent } from './search-panel/search-item/component';
|
|
24
|
+
export { SearchPanelComponent } from './search-panel/component';
|
|
25
|
+
export { SearchItemLabelDirective } from './search-panel/helper.directive';
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TerminatingTagComponent {
|
|
4
4
|
resource: KubernetesResource;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TerminatingTagComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TerminatingTagComponent, "acl-deleting-tag", never, { "resource": { "alias": "resource"; "required": false; }; }, {}, never, never,
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TerminatingTagComponent, "acl-deleting-tag", never, { "resource": { "alias": "resource"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -3,7 +3,7 @@ export declare class TextWithUrlComponent {
|
|
|
3
3
|
text: string;
|
|
4
4
|
parseUrlInText: typeof parseUrlInText;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextWithUrlComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextWithUrlComponent, "acl-text-with-url", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, never,
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextWithUrlComponent, "acl-text-with-url", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
8
8
|
export declare function parseUrlInText(text: string): Text[];
|
|
9
9
|
export interface Text {
|
|
@@ -1,26 +1,42 @@
|
|
|
1
|
+
import { DisabledContainerComponent } from '../disabled-container/public-api';
|
|
2
|
+
import { CardSectionComponent } from './card-section/card-section.component';
|
|
3
|
+
import { ConfirmDeleteComponent, ConfirmDeleteContentDirective, ConfirmDeleteLabelDirective, ConfirmDeleteTipDirective } from './confirm-delete/confirm-delete.component';
|
|
4
|
+
import { CurrentTimeComponent } from './current-time/component';
|
|
5
|
+
import { FieldSetColumnComponent, FieldSetColumnGroupComponent, FieldSetGroupComponent, FieldSetItemActionDirective, FieldSetItemComponent } from './field-set';
|
|
6
|
+
import { FoldableBlockComponent } from './foldable-block/component';
|
|
7
|
+
import { FoldableItemInTableComponent } from './foldable-item-in-table/component';
|
|
8
|
+
import { LoadingMaskComponent } from './loading-mask/loading-mask.component';
|
|
9
|
+
import { RelativeTimeComponent } from './relative-time/component';
|
|
10
|
+
import { ResourceMultiSelectComponent } from './resource-multi-select/component';
|
|
11
|
+
import { SelectPrefixLabelDirective } from './select-prefix-label/directive';
|
|
12
|
+
import { TerminatingTagComponent } from './terminating-tag/component';
|
|
13
|
+
import { TextEllipsisComponent } from './text-ellipsis/component';
|
|
14
|
+
import { TextWithUrlComponent } from './text-with-url/component';
|
|
15
|
+
import { ZeroStateComponent } from './zero-state/zero-state.component';
|
|
1
16
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "./
|
|
14
|
-
import * as i13 from "./
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "./
|
|
18
|
-
import * as i17 from "./
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
import * as i1 from "./zero-state/zero-state.component";
|
|
18
|
+
import * as i2 from "./loading-mask/loading-mask.component";
|
|
19
|
+
import * as i3 from "./confirm-delete/confirm-delete.component";
|
|
20
|
+
import * as i4 from "./foldable-block/component";
|
|
21
|
+
import * as i5 from "./relative-time/component";
|
|
22
|
+
import * as i6 from "../disabled-container/disabled-container.component";
|
|
23
|
+
import * as i7 from "./terminating-tag/component";
|
|
24
|
+
import * as i8 from "./foldable-item-in-table/component";
|
|
25
|
+
import * as i9 from "./select-prefix-label/directive";
|
|
26
|
+
import * as i10 from "./text-with-url/component";
|
|
27
|
+
import * as i11 from "./card-section/card-section.component";
|
|
28
|
+
import * as i12 from "./current-time/component";
|
|
29
|
+
import * as i13 from "./text-ellipsis/component";
|
|
30
|
+
import * as i14 from "./resource-multi-select/component";
|
|
31
|
+
import * as i15 from "./field-set/item/component";
|
|
32
|
+
import * as i16 from "./field-set/group/component";
|
|
33
|
+
import * as i17 from "./field-set/column/component";
|
|
34
|
+
export declare const WIDGET_MODULE: readonly [typeof ZeroStateComponent, typeof LoadingMaskComponent, typeof ConfirmDeleteComponent, typeof FoldableBlockComponent, typeof RelativeTimeComponent, typeof ConfirmDeleteContentDirective, typeof ConfirmDeleteLabelDirective, typeof ConfirmDeleteTipDirective, typeof DisabledContainerComponent, typeof TerminatingTagComponent, typeof FoldableItemInTableComponent, typeof SelectPrefixLabelDirective, typeof TextWithUrlComponent, typeof CardSectionComponent, typeof CurrentTimeComponent, typeof TextEllipsisComponent, typeof ResourceMultiSelectComponent, typeof FieldSetItemActionDirective, typeof FieldSetItemComponent, typeof FieldSetGroupComponent, typeof FieldSetColumnComponent, typeof FieldSetColumnGroupComponent];
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated use `WIDGET_MODULE`
|
|
37
|
+
*/
|
|
22
38
|
export declare class WidgetModule {
|
|
23
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, [typeof i1.
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, never, [typeof i1.ZeroStateComponent, typeof i2.LoadingMaskComponent, typeof i3.ConfirmDeleteComponent, typeof i4.FoldableBlockComponent, typeof i5.RelativeTimeComponent, typeof i3.ConfirmDeleteContentDirective, typeof i3.ConfirmDeleteLabelDirective, typeof i3.ConfirmDeleteTipDirective, typeof i6.DisabledContainerComponent, typeof i7.TerminatingTagComponent, typeof i8.FoldableItemInTableComponent, typeof i9.SelectPrefixLabelDirective, typeof i10.TextWithUrlComponent, typeof i11.CardSectionComponent, typeof i12.CurrentTimeComponent, typeof i13.TextEllipsisComponent, typeof i14.ResourceMultiSelectComponent, typeof i15.FieldSetItemActionDirective, typeof i15.FieldSetItemComponent, typeof i16.FieldSetGroupComponent, typeof i17.FieldSetColumnComponent, typeof i17.FieldSetColumnGroupComponent], [typeof i1.ZeroStateComponent, typeof i2.LoadingMaskComponent, typeof i3.ConfirmDeleteComponent, typeof i4.FoldableBlockComponent, typeof i5.RelativeTimeComponent, typeof i3.ConfirmDeleteContentDirective, typeof i3.ConfirmDeleteLabelDirective, typeof i3.ConfirmDeleteTipDirective, typeof i6.DisabledContainerComponent, typeof i7.TerminatingTagComponent, typeof i8.FoldableItemInTableComponent, typeof i9.SelectPrefixLabelDirective, typeof i10.TextWithUrlComponent, typeof i11.CardSectionComponent, typeof i12.CurrentTimeComponent, typeof i13.TextEllipsisComponent, typeof i14.ResourceMultiSelectComponent, typeof i15.FieldSetItemActionDirective, typeof i15.FieldSetItemComponent, typeof i16.FieldSetGroupComponent, typeof i17.FieldSetColumnComponent, typeof i17.FieldSetColumnGroupComponent]>;
|
|
25
41
|
static ɵinj: i0.ɵɵInjectorDeclaration<WidgetModule>;
|
|
26
42
|
}
|
|
@@ -2,11 +2,24 @@ import { DialogRef, DialogService, SearchComponent, ThemeService } from '@alauda
|
|
|
2
2
|
import { ChangeDetectorRef, TemplateRef } from '@angular/core';
|
|
3
3
|
import { XtermComponent } from '../xterm.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
export interface XtermTerminalActionConfig {
|
|
6
|
+
find?: boolean;
|
|
7
|
+
copy?: boolean;
|
|
8
|
+
fullscreen?: boolean;
|
|
9
|
+
export?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const BASE_XTERM_TERMINAL_ACTIONS: {
|
|
12
|
+
find: boolean;
|
|
13
|
+
copy: boolean;
|
|
14
|
+
fullscreen: boolean;
|
|
15
|
+
export: boolean;
|
|
16
|
+
};
|
|
5
17
|
export declare class XtermTerminalComponent {
|
|
6
18
|
private readonly dialog;
|
|
7
19
|
cdr: ChangeDetectorRef;
|
|
8
20
|
private readonly theme;
|
|
9
21
|
logs: string | string[];
|
|
22
|
+
actionConfig: XtermTerminalActionConfig;
|
|
10
23
|
logXtermComponent: XtermComponent;
|
|
11
24
|
searchInputRef: SearchComponent;
|
|
12
25
|
viewTemplateRef: TemplateRef<any>;
|
|
@@ -27,5 +40,5 @@ export declare class XtermTerminalComponent {
|
|
|
27
40
|
copy(): void;
|
|
28
41
|
write(logs: string | string[]): void;
|
|
29
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<XtermTerminalComponent, [null, null, { optional: true; }]>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XtermTerminalComponent, "acl-xterm-terminal", never, { "logs": { "alias": "logs"; "required": false; }; }, {}, never, ["[aclXtermTerminalToolbarLeft]", "[aclXtermTerminalToolbarRight]"], true, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XtermTerminalComponent, "acl-xterm-terminal", never, { "logs": { "alias": "logs"; "required": false; }; "actionConfig": { "alias": "actionConfig"; "required": false; }; }, {}, never, ["[aclXtermTerminalToolbarLeft]", "[aclXtermTerminalToolbarRight]"], true, never>;
|
|
31
44
|
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { Directive, Input, TemplateRef, ViewContainerRef, inject, } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class DeclareDirective {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.viewContainerRef = inject(ViewContainerRef);
|
|
6
|
-
this.templateRef = inject((TemplateRef));
|
|
7
|
-
}
|
|
8
|
-
set declare(declare) {
|
|
9
|
-
this.viewContainerRef.clear();
|
|
10
|
-
this.viewContainerRef.createEmbeddedView(this.templateRef, {
|
|
11
|
-
declare,
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
static { this.ɵfac = function DeclareDirective_Factory(t) { return new (t || DeclareDirective)(); }; }
|
|
15
|
-
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: DeclareDirective, selectors: [["", "declare", ""]], inputs: { declare: "declare" }, standalone: true }); }
|
|
16
|
-
}
|
|
17
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DeclareDirective, [{
|
|
18
|
-
type: Directive,
|
|
19
|
-
args: [{
|
|
20
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
21
|
-
selector: '[declare]',
|
|
22
|
-
standalone: true,
|
|
23
|
-
}]
|
|
24
|
-
}], null, { declare: [{
|
|
25
|
-
type: Input
|
|
26
|
-
}] }); })();
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVjbGFyZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9zcmMvc2NtL2RlY2xhcmUuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsS0FBSyxFQUNMLFdBQVcsRUFDWCxnQkFBZ0IsRUFDaEIsTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDOztBQU92QixNQUFNLE9BQU8sZ0JBQWdCO0lBTDdCO1FBTW1CLHFCQUFnQixHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQzVDLGdCQUFXLEdBQUcsTUFBTSxDQUFDLENBQUEsV0FBZ0IsQ0FBQSxDQUFDLENBQUM7S0FTekQ7SUFQQyxJQUNJLE9BQU8sQ0FBQyxPQUFnQjtRQUMxQixJQUFJLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxFQUFFLENBQUM7UUFDOUIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUU7WUFDekQsT0FBTztTQUNSLENBQUMsQ0FBQztJQUNMLENBQUM7aUZBVlUsZ0JBQWdCO29FQUFoQixnQkFBZ0I7O3VGQUFoQixnQkFBZ0I7Y0FMNUIsU0FBUztlQUFDO2dCQUNULDhEQUE4RDtnQkFDOUQsUUFBUSxFQUFFLFdBQVc7Z0JBQ3JCLFVBQVUsRUFBRSxJQUFJO2FBQ2pCO2dCQU1LLE9BQU87a0JBRFYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIERpcmVjdGl2ZSxcbiAgSW5wdXQsXG4gIFRlbXBsYXRlUmVmLFxuICBWaWV3Q29udGFpbmVyUmVmLFxuICBpbmplY3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9kaXJlY3RpdmUtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdbZGVjbGFyZV0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBEZWNsYXJlRGlyZWN0aXZlIHtcbiAgcHJpdmF0ZSByZWFkb25seSB2aWV3Q29udGFpbmVyUmVmID0gaW5qZWN0KFZpZXdDb250YWluZXJSZWYpO1xuICBwcml2YXRlIHJlYWRvbmx5IHRlbXBsYXRlUmVmID0gaW5qZWN0KFRlbXBsYXRlUmVmPGFueT4pO1xuXG4gIEBJbnB1dCgpXG4gIHNldCBkZWNsYXJlKGRlY2xhcmU6IHVua25vd24pIHtcbiAgICB0aGlzLnZpZXdDb250YWluZXJSZWYuY2xlYXIoKTtcbiAgICB0aGlzLnZpZXdDb250YWluZXJSZWYuY3JlYXRlRW1iZWRkZWRWaWV3KHRoaXMudGVtcGxhdGVSZWYsIHtcbiAgICAgIGRlY2xhcmUsXG4gICAgfSk7XG4gIH1cbn1cbiJdfQ==
|