@alauda-fe/dynamic-plugin-shared 0.0.4-alpha.3 → 0.0.4-alpha.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alauda-fe/dynamic-plugin-shared",
|
|
3
|
-
"version": "0.0.4-alpha.
|
|
3
|
+
"version": "0.0.4-alpha.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@alauda/code-editor": "^5.1.0",
|
|
6
6
|
"@alauda-fe/dynamic-plugin-sdk": "0.0.1-alpha.21",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"@angular/router": "^21.1.1",
|
|
17
17
|
"ab64": "^0.1.1",
|
|
18
18
|
"compare-versions": "^6.1.0",
|
|
19
|
+
"cronstrue": "^2.50.0",
|
|
19
20
|
"cron-parser": "^4.9.0",
|
|
20
21
|
"dayjs": "^1.11.9",
|
|
21
22
|
"lodash-es": "^4.17.21",
|
package/styles/lib.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tw-mb-12{margin-bottom:12px}.tw-mb-4{margin-bottom:4px}.tw-ml-6{margin-left:6px}.tw-ml-8{margin-left:8px}.tw-ml-\[-4px\]{margin-left:-4px}.tw-mr-4{margin-right:4px}.tw-mr-8{margin-right:8px}.tw-mt-0{margin-top:0}.tw-flex{display:flex}.tw-h-\[22px\]{height:22px}.tw-h-\[8px\]{height:8px}.tw-w-full{width:100%}.tw-min-w-\[160px\]{min-width:160px}.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-flex-col{flex-direction:column}.tw-items-center{align-items:center}.tw-justify-end{justify-content:flex-end}.tw-overflow-hidden{overflow:hidden}.tw-text-ellipsis{text-overflow:ellipsis}.tw-bg-p-6{background-color:rgb(var(--aui-color-p-6))}.tw-text-center{text-align:center}.\!tw-text-s{font-size:var(--aui-font-size-s)!important}.tw-text-m{font-size:var(--aui-font-size-m)}.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-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-red{color:rgb(var(--aui-color-red))}.tw-icon-m{font-size:var(--aui-icon-size-m)}.hover\:tw-text-primary:hover{color:rgb(var(--aui-color-primary))}
|
|
1
|
+
.tw-mb-12{margin-bottom:12px}.tw-mb-4{margin-bottom:4px}.tw-ml-6{margin-left:6px}.tw-ml-8{margin-left:8px}.tw-ml-\[-4px\]{margin-left:-4px}.tw-mr-4{margin-right:4px}.tw-mr-8{margin-right:8px}.tw-mt-0{margin-top:0}.tw-flex{display:flex}.tw-h-\[22px\]{height:22px}.tw-h-\[8px\]{height:8px}.tw-w-full{width:100%}.tw-min-w-\[160px\]{min-width:160px}.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-flex-col{flex-direction:column}.tw-items-center{align-items:center}.tw-justify-end{justify-content:flex-end}.tw-justify-between{justify-content:space-between}.tw-overflow-hidden{overflow:hidden}.tw-text-ellipsis{text-overflow:ellipsis}.tw-bg-p-6{background-color:rgb(var(--aui-color-p-6))}.tw-text-center{text-align:center}.\!tw-text-s{font-size:var(--aui-font-size-s)!important}.tw-text-m{font-size:var(--aui-font-size-m)}.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-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-red{color:rgb(var(--aui-color-red))}.tw-icon-m{font-size:var(--aui-icon-size-m)}.hover\:tw-text-primary:hover{color:rgb(var(--aui-color-primary))}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _alauda_fe_dynamic_plugin_sdk from '@alauda-fe/dynamic-plugin-sdk';
|
|
2
|
-
import { WorkspaceParams, TranslateService, TimeService, TranslatePipe, TranslateKey, FeatureGateService, WatchAPIResponse, K8sUtilService, Translation, TranslationValue, K8sResourceDefinition, ResourceType as ResourceType$1, K8sApiService, StringMap as StringMap$1, ResourceWriteParams } from '@alauda-fe/dynamic-plugin-sdk';
|
|
2
|
+
import { WorkspaceParams, TranslateService, TimeService, TranslatePipe, TranslateKey, FeatureGateService, WatchAPIResponse, K8sUtilService, Translation, TranslationValue, KubernetesResource as KubernetesResource$1, ConfigurableField, ResourceSelectorPopupRef, ProjectService, ClusterDataItem, K8sResourceDefinition, ResourceType as ResourceType$1, K8sApiService, StringMap as StringMap$1, ResourceWriteParams, OpenAPIV3SchemaObject as OpenAPIV3SchemaObject$1, Arrayable as Arrayable$1 } from '@alauda-fe/dynamic-plugin-sdk';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { Observable, Subject, BehaviorSubject, ReplaySubject, Subscription } from 'rxjs';
|
|
5
5
|
import { Primitive, ValueOf as ValueOf$1, UnionToIntersection } from 'ts-essentials';
|
|
@@ -14,7 +14,7 @@ export { CompareOperator as VersionCompareOperator, compareVersions as compareVe
|
|
|
14
14
|
import * as _angular_forms from '@angular/forms';
|
|
15
15
|
import { AsyncValidatorFn, ValidatorFn, AbstractControl, FormArray, ControlContainer, NgControl, Validator, ValidationErrors, DefaultValueAccessor, ControlValueAccessor, AsyncValidator, MaxLengthValidator, MinLengthValidator, NgForm, FormGroupDirective, FormGroup, FormBuilder, FormControl } from '@angular/forms';
|
|
16
16
|
import * as i0 from '@angular/core';
|
|
17
|
-
import { AfterViewInit, OnDestroy, NgZone, PipeTransform, ChangeDetectorRef, OnInit, TemplateRef, ViewContainerRef, ElementRef,
|
|
17
|
+
import { AfterViewInit, OnDestroy, NgZone, PipeTransform, ChangeDetectorRef, OnInit, TemplateRef, ViewContainerRef, ElementRef, Injector, EventEmitter, OnChanges, SimpleChanges, Renderer2, ApplicationRef, QueryList, InjectionToken, Signal, TrackByFunction } from '@angular/core';
|
|
18
18
|
import { MarkedOptions } from 'marked';
|
|
19
19
|
import { DecimalPipe, Location } from '@angular/common';
|
|
20
20
|
import { CdkScrollable, CdkVirtualForOfContext, CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
@@ -214,7 +214,46 @@ interface OpenAPIV3SchemaObject {
|
|
|
214
214
|
default?: any;
|
|
215
215
|
additionalProperties?: OpenAPIV3SchemaObject;
|
|
216
216
|
}
|
|
217
|
+
interface OpenAPIV3SchemaObjects {
|
|
218
|
+
[name: string]: OpenAPIV3SchemaObject;
|
|
219
|
+
}
|
|
217
220
|
type JSONSchema6TypeName = 'string' | 'number' | 'integer' | 'boolean' | 'object' | 'array' | 'null' | 'any';
|
|
221
|
+
interface OpenAPIV2Document {
|
|
222
|
+
swagger: string;
|
|
223
|
+
info: {
|
|
224
|
+
title: string;
|
|
225
|
+
version: string;
|
|
226
|
+
description?: string;
|
|
227
|
+
};
|
|
228
|
+
host?: string;
|
|
229
|
+
basePath?: string;
|
|
230
|
+
schemes?: string[];
|
|
231
|
+
consumes?: string[];
|
|
232
|
+
produces?: string[];
|
|
233
|
+
paths: Record<string, any>;
|
|
234
|
+
definitions: Record<string, OpenAPIV3SchemaObject>;
|
|
235
|
+
parameters?: Record<string, any>;
|
|
236
|
+
responses?: Record<string, any>;
|
|
237
|
+
securityDefinitions?: Record<string, any>;
|
|
238
|
+
security?: any[];
|
|
239
|
+
tags?: any[];
|
|
240
|
+
externalDocs?: any;
|
|
241
|
+
}
|
|
242
|
+
interface SchemaProperty {
|
|
243
|
+
name: string;
|
|
244
|
+
type: string;
|
|
245
|
+
description?: string;
|
|
246
|
+
required: boolean;
|
|
247
|
+
properties?: {
|
|
248
|
+
[key: string]: OpenAPIV3SchemaObject;
|
|
249
|
+
};
|
|
250
|
+
items?: OpenAPIV3SchemaObject;
|
|
251
|
+
}
|
|
252
|
+
interface SchemaBreadcrumb {
|
|
253
|
+
name: string;
|
|
254
|
+
path: string[];
|
|
255
|
+
schema: OpenAPIV3SchemaObject;
|
|
256
|
+
}
|
|
218
257
|
|
|
219
258
|
/**
|
|
220
259
|
* 此文件只维护 所有的 k8s 原生类型
|
|
@@ -2420,7 +2459,7 @@ declare const compareVersion: {
|
|
|
2420
2459
|
gte: (v1: string, v2: string) => boolean;
|
|
2421
2460
|
cmp: (v1: string, v2: string, operator: CompareOperator) => boolean;
|
|
2422
2461
|
};
|
|
2423
|
-
declare const compareMinorVersion: (v1: string, v2: string) =>
|
|
2462
|
+
declare const compareMinorVersion: (v1: string, v2: string) => 0 | 1 | -1;
|
|
2424
2463
|
|
|
2425
2464
|
type AvailableResourceType = (typeof RESOURCE_MAC_TYPES)[number];
|
|
2426
2465
|
interface ResourceControl {
|
|
@@ -2807,11 +2846,11 @@ declare class ReadonlyFieldDirective implements OnInit, OnDestroy {
|
|
|
2807
2846
|
aclReadonlyField$: Observable<boolean>;
|
|
2808
2847
|
hidden: boolean;
|
|
2809
2848
|
private isControlRequired;
|
|
2810
|
-
private spanComponentRef
|
|
2849
|
+
private spanComponentRef?;
|
|
2850
|
+
private templateViewRef?;
|
|
2811
2851
|
private readonly templateContext;
|
|
2812
2852
|
private readonly destroy$;
|
|
2813
2853
|
readonly control: NgControl;
|
|
2814
|
-
readonly cfr: ComponentFactoryResolver;
|
|
2815
2854
|
readonly viewContainerRef: ViewContainerRef;
|
|
2816
2855
|
readonly injector: Injector;
|
|
2817
2856
|
readonly controlDirective: FormItemControlDirective;
|
|
@@ -2823,6 +2862,8 @@ declare class ReadonlyFieldDirective implements OnInit, OnDestroy {
|
|
|
2823
2862
|
private applyValidators;
|
|
2824
2863
|
private clearValidators;
|
|
2825
2864
|
ngOnDestroy(): void;
|
|
2865
|
+
private attachReadonlyView;
|
|
2866
|
+
private detachReadonlyView;
|
|
2826
2867
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReadonlyFieldDirective, never>;
|
|
2827
2868
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ReadonlyFieldDirective, "[aclReadonlyField]", never, { "aclReadonlyField": { "alias": "aclReadonlyField"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "template": { "alias": "aclReadonlyFieldTemplate"; "required": false; }; "context": { "alias": "aclReadonlyFieldTemplateContext"; "required": false; }; }, {}, never, never, true, never>;
|
|
2828
2869
|
}
|
|
@@ -2859,7 +2900,7 @@ declare class ScrollToFirstInvalidDirective {
|
|
|
2859
2900
|
readonly cdkScrollable: CdkScrollable;
|
|
2860
2901
|
labelOffset: number;
|
|
2861
2902
|
aclScrollToFirstInvalid: boolean | '';
|
|
2862
|
-
get containerEl():
|
|
2903
|
+
get containerEl(): (Window & typeof globalThis) | HTMLElement;
|
|
2863
2904
|
onSubmit(): void;
|
|
2864
2905
|
scrollToFirstInvalid(): void;
|
|
2865
2906
|
getFirstInvalidInput(): HTMLElement;
|
|
@@ -3851,7 +3892,7 @@ declare class BaseNestedFormControl<V, M = V> implements AfterViewInit, OnDestro
|
|
|
3851
3892
|
protected asyncValidator: boolean;
|
|
3852
3893
|
protected cdr: ChangeDetectorRef;
|
|
3853
3894
|
protected destroy$$: Subject<void>;
|
|
3854
|
-
protected hostForm:
|
|
3895
|
+
protected hostForm: FormGroupDirective | NgForm;
|
|
3855
3896
|
constructor();
|
|
3856
3897
|
ngAfterViewInit(): void;
|
|
3857
3898
|
ngOnDestroy(): void;
|
|
@@ -4448,7 +4489,7 @@ declare class MultiSearchActionInputComponent extends BaseResourceFormComponent<
|
|
|
4448
4489
|
}>;
|
|
4449
4490
|
editing: EventEmitter<void>;
|
|
4450
4491
|
delete: EventEmitter<void>;
|
|
4451
|
-
|
|
4492
|
+
search: EventEmitter<void>;
|
|
4452
4493
|
inputRef: InputComponent;
|
|
4453
4494
|
toolTipRef: TooltipDirective;
|
|
4454
4495
|
get hiddenState(): boolean;
|
|
@@ -4540,7 +4581,7 @@ declare class MultiSearchActionInputComponent extends BaseResourceFormComponent<
|
|
|
4540
4581
|
isConditionSelected(current: string, conditionsModel: string): boolean;
|
|
4541
4582
|
isValueSelected: (current: string, conditionsModel: string, condition: SearchConditionModel) => boolean;
|
|
4542
4583
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSearchActionInputComponent, never>;
|
|
4543
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSearchActionInputComponent, "acl-multi-search-action-input", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "conditionCreatable": { "alias": "conditionCreatable"; "required": false; }; "isEditing": { "alias": "isEditing"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "autoScroll": { "alias": "autoScroll"; "required": false; }; "conditionConfig": { "alias": "conditionConfig"; "required": false; }; "showFootAction": { "alias": "showFootAction"; "required": false; }; "existingConditions": { "alias": "existingConditions"; "required": false; }; }, { "completed": "completed"; "editing": "editing"; "delete": "delete"; "
|
|
4584
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSearchActionInputComponent, "acl-multi-search-action-input", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "conditionCreatable": { "alias": "conditionCreatable"; "required": false; }; "isEditing": { "alias": "isEditing"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "autoScroll": { "alias": "autoScroll"; "required": false; }; "conditionConfig": { "alias": "conditionConfig"; "required": false; }; "showFootAction": { "alias": "showFootAction"; "required": false; }; "existingConditions": { "alias": "existingConditions"; "required": false; }; }, { "completed": "completed"; "editing": "editing"; "delete": "delete"; "search": "search"; }, never, never, true, never>;
|
|
4544
4585
|
}
|
|
4545
4586
|
|
|
4546
4587
|
declare class MultiSearchTagsComponent {
|
|
@@ -4552,7 +4593,7 @@ declare class MultiSearchTagsComponent {
|
|
|
4552
4593
|
removeCondition: EventEmitter<SearchConditionModel>;
|
|
4553
4594
|
setConditionEditing: EventEmitter<SearchConditionModel>;
|
|
4554
4595
|
setConditionDeleting: EventEmitter<number>;
|
|
4555
|
-
|
|
4596
|
+
search: EventEmitter<void>;
|
|
4556
4597
|
completed: EventEmitter<{
|
|
4557
4598
|
activeCondition: SearchConditionModel;
|
|
4558
4599
|
toContinue: boolean;
|
|
@@ -4564,7 +4605,7 @@ declare class MultiSearchTagsComponent {
|
|
|
4564
4605
|
getConditionLabel(condition: SearchConditionModel): string;
|
|
4565
4606
|
getValueContent(condition: SearchConditionModel): string;
|
|
4566
4607
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSearchTagsComponent, never>;
|
|
4567
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSearchTagsComponent, "acl-multi-search-tags", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "conditionCreatable": { "alias": "conditionCreatable"; "required": false; }; "conditionConfig": { "alias": "conditionConfig"; "required": false; }; "existingConditions": { "alias": "existingConditions"; "required": false; }; "showFootAction": { "alias": "showFootAction"; "required": false; }; }, { "removeCondition": "removeCondition"; "setConditionEditing": "setConditionEditing"; "setConditionDeleting": "setConditionDeleting"; "
|
|
4608
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSearchTagsComponent, "acl-multi-search-tags", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "conditionCreatable": { "alias": "conditionCreatable"; "required": false; }; "conditionConfig": { "alias": "conditionConfig"; "required": false; }; "existingConditions": { "alias": "existingConditions"; "required": false; }; "showFootAction": { "alias": "showFootAction"; "required": false; }; }, { "removeCondition": "removeCondition"; "setConditionEditing": "setConditionEditing"; "setConditionDeleting": "setConditionDeleting"; "search": "search"; "completed": "completed"; }, never, ["*"], true, never>;
|
|
4568
4609
|
}
|
|
4569
4610
|
|
|
4570
4611
|
declare const DEFAULT_OPERATOR: string;
|
|
@@ -4577,7 +4618,7 @@ declare class MultiSearchComponent implements OnDestroy {
|
|
|
4577
4618
|
conditionConfig$: Observable<SearchConditionConfig[]>;
|
|
4578
4619
|
autoScroll: boolean;
|
|
4579
4620
|
searchSuffix: boolean;
|
|
4580
|
-
|
|
4621
|
+
search: EventEmitter<SearchCondition[]>;
|
|
4581
4622
|
showFootAction: boolean;
|
|
4582
4623
|
conditionsChange: EventEmitter<SearchCondition[]>;
|
|
4583
4624
|
normalInputComponent: MultiSearchActionInputComponent;
|
|
@@ -4625,7 +4666,7 @@ declare class MultiSearchComponent implements OnDestroy {
|
|
|
4625
4666
|
conditionInAction(condition: SearchConditionModel): boolean;
|
|
4626
4667
|
ngOnDestroy(): void;
|
|
4627
4668
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSearchComponent, never>;
|
|
4628
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSearchComponent, "acl-multi-search", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "conditionCreatable": { "alias": "conditionCreatable"; "required": false; }; "conditions": { "alias": "conditions"; "required": false; }; "conditionConfig": { "alias": "conditionConfig"; "required": false; }; "autoScroll": { "alias": "autoScroll"; "required": false; }; "searchSuffix": { "alias": "searchSuffix"; "required": false; }; "showFootAction": { "alias": "showFootAction"; "required": false; }; }, { "
|
|
4669
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSearchComponent, "acl-multi-search", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "conditionCreatable": { "alias": "conditionCreatable"; "required": false; }; "conditions": { "alias": "conditions"; "required": false; }; "conditionConfig": { "alias": "conditionConfig"; "required": false; }; "autoScroll": { "alias": "autoScroll"; "required": false; }; "searchSuffix": { "alias": "searchSuffix"; "required": false; }; "showFootAction": { "alias": "showFootAction"; "required": false; }; }, { "search": "search"; "conditionsChange": "conditionsChange"; }, never, never, true, never>;
|
|
4629
4670
|
}
|
|
4630
4671
|
|
|
4631
4672
|
/**
|
|
@@ -4937,11 +4978,11 @@ declare class K8SResourcePagedList<R extends KubernetesResource = KubernetesReso
|
|
|
4937
4978
|
loading$: Observable<boolean>;
|
|
4938
4979
|
items$: Observable<R[]>;
|
|
4939
4980
|
totalItems$: Observable<number>;
|
|
4940
|
-
loadError$: Observable<
|
|
4981
|
+
loadError$: Observable<HttpErrorResponse | Status>;
|
|
4941
4982
|
$loading: Signal<boolean>;
|
|
4942
4983
|
$items: Signal<R[]>;
|
|
4943
4984
|
$totalItems: Signal<number>;
|
|
4944
|
-
$loadError: Signal<
|
|
4985
|
+
$loadError: Signal<HttpErrorResponse | Status>;
|
|
4945
4986
|
constructor(config: PagedListConfig<R, P>);
|
|
4946
4987
|
reload(): void;
|
|
4947
4988
|
private sourceLoadState;
|
|
@@ -4991,22 +5032,15 @@ declare function queryListParams(): (queryParams: Params) => void;
|
|
|
4991
5032
|
|
|
4992
5033
|
declare const K8S_RESOURCE_LIST_MODULE: readonly [typeof K8SResourceListFooterComponent, typeof K8sListFooterNoDataDirective, typeof K8sListFooterLoadingErrorDirective];
|
|
4993
5034
|
|
|
5035
|
+
declare class TableHeaderCellDefDirective {
|
|
5036
|
+
aclTableHeaderCellDef: string;
|
|
5037
|
+
templateRef: TemplateRef<any>;
|
|
5038
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCellDefDirective, never>;
|
|
5039
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDefDirective, "[aclTableHeaderCellDef]", never, { "aclTableHeaderCellDef": { "alias": "aclTableHeaderCellDef"; "required": false; }; }, {}, never, never, true, never>;
|
|
5040
|
+
}
|
|
4994
5041
|
declare class TableCellDefDirective<Item extends object> {
|
|
4995
|
-
templateRef: TemplateRef<{
|
|
4996
|
-
$implicit: Item;
|
|
4997
|
-
index: number;
|
|
4998
|
-
even: boolean;
|
|
4999
|
-
odd: boolean;
|
|
5000
|
-
last: boolean;
|
|
5001
|
-
}>;
|
|
5002
5042
|
aclTableCellDef: string;
|
|
5003
|
-
|
|
5004
|
-
$implicit: Item;
|
|
5005
|
-
index: number;
|
|
5006
|
-
even: boolean;
|
|
5007
|
-
odd: boolean;
|
|
5008
|
-
last: boolean;
|
|
5009
|
-
}>);
|
|
5043
|
+
templateRef: TemplateRef<any>;
|
|
5010
5044
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDefDirective<any>, never>;
|
|
5011
5045
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDefDirective<any>, "[aclTableCellDef]", never, { "aclTableCellDef": { "alias": "aclTableCellDef"; "required": false; }; }, {}, never, never, true, never>;
|
|
5012
5046
|
}
|
|
@@ -5014,7 +5048,7 @@ declare class TableCellDefDirective<Item extends object> {
|
|
|
5014
5048
|
declare const KNOWN_COLUMNS: Set<string>;
|
|
5015
5049
|
declare class TableUtilService<Item extends object, K8sUtil extends K8sUtilService = K8sUtilService> {
|
|
5016
5050
|
readonly k8sUtil: K8sUtil;
|
|
5017
|
-
constructor(
|
|
5051
|
+
constructor();
|
|
5018
5052
|
getValueFromPath(item: Item, name?: string, path?: TableColumnDefPath<Item, unknown>, context?: unknown): string | number;
|
|
5019
5053
|
defaultFilterFn(items: Item[], columnDefs: Array<TableColumnDef<Item, unknown>>, activeSort?: Sort, filterParams?: Record<string, unknown>, context?: unknown): Item[];
|
|
5020
5054
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableUtilService<any, any>, never>;
|
|
@@ -5154,13 +5188,7 @@ declare class TableComponent<Item extends object, Context = TableUtilService<Ite
|
|
|
5154
5188
|
normalizeColumnDefSort(column: TableColumnDef<Item, Context>): TableColumnDef<Item, Context, object, string, string | number>;
|
|
5155
5189
|
onSortChange($event: Sort): void;
|
|
5156
5190
|
normalizeActionColumnDef(column: TableColumnDef<Item, Context>): NormalizedTableColumnDef<Item, Context>;
|
|
5157
|
-
getColumnTemplate(column: string): TemplateRef<
|
|
5158
|
-
$implicit: Item;
|
|
5159
|
-
index: number;
|
|
5160
|
-
even: boolean;
|
|
5161
|
-
odd: boolean;
|
|
5162
|
-
last: boolean;
|
|
5163
|
-
}>;
|
|
5191
|
+
getColumnTemplate(column: string): TemplateRef<any>;
|
|
5164
5192
|
trackByFn(index: number, item: Item): string | number;
|
|
5165
5193
|
onUpdate(data: Item, columnDef: TableColumnDef<Item, Context>): void;
|
|
5166
5194
|
getValue<T, F extends (...args: unknown[]) => T>(functionOrValue: T | F, ...args: Parameters<F>): T;
|
|
@@ -5169,7 +5197,7 @@ declare class TableComponent<Item extends object, Context = TableUtilService<Ite
|
|
|
5169
5197
|
}
|
|
5170
5198
|
|
|
5171
5199
|
declare function defaultFilter<T extends string | number>(value: T, filterValue: T, _item: unknown, name: string): boolean;
|
|
5172
|
-
declare function defaultSorter<T>(a: T, b: T):
|
|
5200
|
+
declare function defaultSorter<T>(a: T, b: T): 0 | 1 | -1;
|
|
5173
5201
|
|
|
5174
5202
|
declare class NamespaceBadgeComponent {
|
|
5175
5203
|
name: string;
|
|
@@ -5228,6 +5256,41 @@ declare class AclTableVirtualModule {
|
|
|
5228
5256
|
static ɵinj: i0.ɵɵInjectorDeclaration<AclTableVirtualModule>;
|
|
5229
5257
|
}
|
|
5230
5258
|
|
|
5259
|
+
declare class TerminatingTagComponent {
|
|
5260
|
+
resource: KubernetesResource$1;
|
|
5261
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TerminatingTagComponent, never>;
|
|
5262
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TerminatingTagComponent, "acl-deleting-tag", never, { "resource": { "alias": "resource"; "required": false; }; }, {}, never, never, true, never>;
|
|
5263
|
+
}
|
|
5264
|
+
|
|
5265
|
+
declare class PluginClusterSelectorComponent implements AfterViewInit {
|
|
5266
|
+
value: string;
|
|
5267
|
+
valueChange: EventEmitter<string>;
|
|
5268
|
+
disabled: boolean;
|
|
5269
|
+
disabled$: Observable<boolean>;
|
|
5270
|
+
projectName: string;
|
|
5271
|
+
popupTemplate: TemplateRef<any>;
|
|
5272
|
+
fields: ConfigurableField[];
|
|
5273
|
+
isActive: boolean;
|
|
5274
|
+
popupRef: ResourceSelectorPopupRef;
|
|
5275
|
+
private readonly popupService;
|
|
5276
|
+
private readonly cdr;
|
|
5277
|
+
private readonly elementRef;
|
|
5278
|
+
private readonly http;
|
|
5279
|
+
projectApi: ProjectService;
|
|
5280
|
+
displayFields: ConfigurableField[];
|
|
5281
|
+
filterClusters$: Observable<string[]>;
|
|
5282
|
+
getFilterFn(filterClusters: string[]): (clusters: ClusterDataItem[]) => ClusterDataItem[];
|
|
5283
|
+
ngAfterViewInit(): void;
|
|
5284
|
+
openPopup(): void;
|
|
5285
|
+
closePopup(): void;
|
|
5286
|
+
onSelect(item: {
|
|
5287
|
+
name: string;
|
|
5288
|
+
}): void;
|
|
5289
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PluginClusterSelectorComponent, never>;
|
|
5290
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PluginClusterSelectorComponent, "acl-plugin-cluster-selector", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "projectName": { "alias": "projectName"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
5291
|
+
static ngAcceptInputType_disabled: unknown;
|
|
5292
|
+
}
|
|
5293
|
+
|
|
5231
5294
|
declare class UpdateDescriptionDialogComponent<T extends KubernetesResource> {
|
|
5232
5295
|
private readonly dialogRef;
|
|
5233
5296
|
private readonly k8sApi;
|
|
@@ -5371,6 +5434,41 @@ declare class K8sResourceMarkComponent {
|
|
|
5371
5434
|
static ɵcmp: i0.ɵɵComponentDeclaration<K8sResourceMarkComponent, "acl-k8s-mark", never, { "size": { "alias": "size"; "required": false; }; "kind": { "alias": "kind"; "required": false; "isSignal": true; }; "apiVersion": { "alias": "apiVersion"; "required": false; "isSignal": true; }; "resource": { "alias": "resource"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
5372
5435
|
}
|
|
5373
5436
|
|
|
5437
|
+
declare class KubernetesSchemaService {
|
|
5438
|
+
private readonly http;
|
|
5439
|
+
private initialized;
|
|
5440
|
+
private readonly schemaCache;
|
|
5441
|
+
private readonly schemaCache$$;
|
|
5442
|
+
private ensureInitialized;
|
|
5443
|
+
/**
|
|
5444
|
+
* 获取当前集群的 OpenAPI schema
|
|
5445
|
+
*/
|
|
5446
|
+
getOpenAPISchema(cluster: string): Observable<OpenAPIV2Document | null>;
|
|
5447
|
+
/**
|
|
5448
|
+
* 根据 Kubernetes 资源类型获取对应的 schema
|
|
5449
|
+
*/
|
|
5450
|
+
getResourceSchema(apiVersion: string, kind: string, cluster: string): Observable<OpenAPIV3SchemaObject | null>;
|
|
5451
|
+
/**
|
|
5452
|
+
* 获取所有可用的资源定义
|
|
5453
|
+
*/
|
|
5454
|
+
getAllResourceDefinitions(cluster: string): Observable<Record<string, OpenAPIV3SchemaObject> | null>;
|
|
5455
|
+
/**
|
|
5456
|
+
* 清理缓存
|
|
5457
|
+
*/
|
|
5458
|
+
clearCache(): void;
|
|
5459
|
+
/**
|
|
5460
|
+
* 获取缓存状态
|
|
5461
|
+
*/
|
|
5462
|
+
getCacheStatus(): Observable<Map<string, OpenAPIV2Document>>;
|
|
5463
|
+
/**
|
|
5464
|
+
* 从 Kubernetes API 获取 OpenAPI schema
|
|
5465
|
+
*/
|
|
5466
|
+
private fetchOpenAPISchema;
|
|
5467
|
+
private getDefinitionKey;
|
|
5468
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KubernetesSchemaService, never>;
|
|
5469
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<KubernetesSchemaService>;
|
|
5470
|
+
}
|
|
5471
|
+
|
|
5374
5472
|
type IEditorConstructionOptions = monaco_editor_esm_vs_editor_editor_api.editor.IEditorConstructionOptions & {
|
|
5375
5473
|
language?: string;
|
|
5376
5474
|
tabSize?: number;
|
|
@@ -5384,6 +5482,8 @@ declare const readonlyOptions: IEditorConstructionOptions;
|
|
|
5384
5482
|
declare const yamlReadOptions: IEditorConstructionOptions;
|
|
5385
5483
|
declare const yamlWriteOptions: IEditorConstructionOptions;
|
|
5386
5484
|
declare const textWriteOptions: IEditorConstructionOptions;
|
|
5485
|
+
declare const yamlWriteMinimapOptions: IEditorConstructionOptions;
|
|
5486
|
+
declare const yamlReadMinimapOptions: IEditorConstructionOptions;
|
|
5387
5487
|
declare const logsReadOptions: IEditorConstructionOptions;
|
|
5388
5488
|
|
|
5389
5489
|
interface CodeDisplayDialogData {
|
|
@@ -5432,6 +5532,100 @@ declare class ResourceYamlDisplayComponent<T extends KubernetesResource> {
|
|
|
5432
5532
|
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceYamlDisplayComponent<any>, "acl-resource-yaml-display", never, { "hasWrapper": { "alias": "hasWrapper"; "required": false; }; "conciseEnable": { "alias": "conciseEnable"; "required": false; }; "manageFieldActionEnable": { "alias": "manageFieldActionEnable"; "required": false; }; "resource": { "alias": "resource"; "required": false; }; }, {}, never, never, true, never>;
|
|
5433
5533
|
}
|
|
5434
5534
|
|
|
5535
|
+
/**
|
|
5536
|
+
* 编辑器实例获取器接口
|
|
5537
|
+
*/
|
|
5538
|
+
interface EditorInstanceProvider {
|
|
5539
|
+
getEditorInstance(): monaco_editor_esm_vs_editor_editor_api.editor.IStandaloneCodeEditor | null;
|
|
5540
|
+
}
|
|
5541
|
+
|
|
5542
|
+
interface YamlExample {
|
|
5543
|
+
title: string;
|
|
5544
|
+
description: string;
|
|
5545
|
+
yaml: string;
|
|
5546
|
+
snippet?: boolean;
|
|
5547
|
+
}
|
|
5548
|
+
|
|
5549
|
+
declare class ResourceYamlEditorComponent<T extends KubernetesResource$1> implements ControlValueAccessor, OnDestroy, EditorInstanceProvider, AfterViewInit {
|
|
5550
|
+
private destroy$;
|
|
5551
|
+
private _value;
|
|
5552
|
+
private _originalValue;
|
|
5553
|
+
private onChange;
|
|
5554
|
+
private onTouched;
|
|
5555
|
+
showSidebar$$: BehaviorSubject<boolean>;
|
|
5556
|
+
showDebugPanel$$: BehaviorSubject<boolean>;
|
|
5557
|
+
modelUri: string;
|
|
5558
|
+
private yamlSchemaService;
|
|
5559
|
+
private monacoEditor;
|
|
5560
|
+
private registeredSchemas;
|
|
5561
|
+
readonly yamlUtil: YamlUtilService;
|
|
5562
|
+
readonly schemaService: KubernetesSchemaService;
|
|
5563
|
+
private readonly monacoLanguageService;
|
|
5564
|
+
private codeEditorRef;
|
|
5565
|
+
hasWrapper: boolean;
|
|
5566
|
+
showDebugInfo: boolean;
|
|
5567
|
+
sidebarEnable: boolean;
|
|
5568
|
+
schema: OpenAPIV3SchemaObject$1;
|
|
5569
|
+
schemaEnable: boolean;
|
|
5570
|
+
exampleEnable: boolean;
|
|
5571
|
+
resource: Arrayable$1<T>;
|
|
5572
|
+
autoFoldManagedFields: boolean;
|
|
5573
|
+
set originalValue(value: string);
|
|
5574
|
+
get originalValue(): string;
|
|
5575
|
+
options: _alauda_fe_dynamic_plugin_shared.IEditorConstructionOptions;
|
|
5576
|
+
actionsConfig: _alauda_code_editor.CodeEditorActionsConfig;
|
|
5577
|
+
tryYaml: EventEmitter<string>;
|
|
5578
|
+
readonly resource$: Observable<Arrayable$1<T>>;
|
|
5579
|
+
readonly schema$: Observable<OpenAPIV3SchemaObject$1>;
|
|
5580
|
+
autoFillNamespace: boolean;
|
|
5581
|
+
extraExamples: YamlExample[];
|
|
5582
|
+
clusterName: string;
|
|
5583
|
+
namespace: string;
|
|
5584
|
+
hasFolded: boolean;
|
|
5585
|
+
/**
|
|
5586
|
+
* 自动获取的 schema,当没有手动提供 schema 时使用
|
|
5587
|
+
*/
|
|
5588
|
+
autoSchema$: Observable<_alauda_fe_dynamic_plugin_shared.OpenAPIV3SchemaObject>;
|
|
5589
|
+
/**
|
|
5590
|
+
* 最终使用的 schema,优先使用手动提供的,否则使用自动获取的
|
|
5591
|
+
*/
|
|
5592
|
+
finalSchema$: Observable<_alauda_fe_dynamic_plugin_shared.OpenAPIV3SchemaObject>;
|
|
5593
|
+
constructor();
|
|
5594
|
+
ngAfterViewInit(): void;
|
|
5595
|
+
selfFoldManagedFields(): void;
|
|
5596
|
+
get value(): string;
|
|
5597
|
+
set value(val: string);
|
|
5598
|
+
writeValue(value: string): void;
|
|
5599
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
5600
|
+
registerOnTouched(fn: () => void): void;
|
|
5601
|
+
toggleSidebar(): void;
|
|
5602
|
+
toggleDebugInfo(): void;
|
|
5603
|
+
getCurrentResource(): T | null;
|
|
5604
|
+
getCurrentSchema(): OpenAPIV3SchemaObject$1 | null;
|
|
5605
|
+
getDebugInfo(): {
|
|
5606
|
+
hasResource: boolean;
|
|
5607
|
+
resourceApiVersion: string;
|
|
5608
|
+
resourceKind: string;
|
|
5609
|
+
hasManualSchema: boolean;
|
|
5610
|
+
};
|
|
5611
|
+
onTryYaml(yamlContent: string): void;
|
|
5612
|
+
/**
|
|
5613
|
+
* 设置 YAML schema 以提供 hover 提示和自动完成
|
|
5614
|
+
*/
|
|
5615
|
+
setYamlSchema(resource: T, schema: OpenAPIV3SchemaObject$1): void;
|
|
5616
|
+
/**
|
|
5617
|
+
* 获取 Monaco 编辑器实例
|
|
5618
|
+
*/
|
|
5619
|
+
getEditorInstance(): monaco_editor_esm_vs_editor_editor_api.editor.IStandaloneCodeEditor | null;
|
|
5620
|
+
/**
|
|
5621
|
+
* 手动折叠 managedFields
|
|
5622
|
+
*/
|
|
5623
|
+
foldManagedFields(): void;
|
|
5624
|
+
ngOnDestroy(): void;
|
|
5625
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceYamlEditorComponent<any>, never>;
|
|
5626
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceYamlEditorComponent<any>, "acl-resource-yaml-editor", never, { "hasWrapper": { "alias": "hasWrapper"; "required": false; }; "showDebugInfo": { "alias": "showDebugInfo"; "required": false; }; "sidebarEnable": { "alias": "sidebarEnable"; "required": false; }; "schema": { "alias": "schema"; "required": false; }; "schemaEnable": { "alias": "schemaEnable"; "required": false; }; "exampleEnable": { "alias": "exampleEnable"; "required": false; }; "resource": { "alias": "resource"; "required": false; }; "autoFoldManagedFields": { "alias": "autoFoldManagedFields"; "required": false; }; "originalValue": { "alias": "originalValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "actionsConfig": { "alias": "actionsConfig"; "required": false; }; "autoFillNamespace": { "alias": "autoFillNamespace"; "required": false; }; "extraExamples": { "alias": "extraExamples"; "required": false; }; "clusterName": { "alias": "clusterName"; "required": false; }; "namespace": { "alias": "namespace"; "required": false; }; }, { "tryYaml": "tryYaml"; }, never, never, true, never>;
|
|
5627
|
+
}
|
|
5628
|
+
|
|
5435
5629
|
declare const ARRAY_TABLE_FORM_ERROR_BG: string;
|
|
5436
5630
|
declare const rowBackgroundColorFn: <T extends AbstractControl>({ invalid, }: T) => string;
|
|
5437
5631
|
declare const noShowRowError: () => boolean;
|
|
@@ -5504,7 +5698,7 @@ declare class ArrayFormTableComponent implements OnDestroy {
|
|
|
5504
5698
|
addDisabled: boolean | '';
|
|
5505
5699
|
actionColumnDivider: boolean | '';
|
|
5506
5700
|
showZeroState: boolean;
|
|
5507
|
-
get formDirective():
|
|
5701
|
+
get formDirective(): FormGroupDirective | NgForm;
|
|
5508
5702
|
/**
|
|
5509
5703
|
* 自定义是否展示错误内容
|
|
5510
5704
|
* 例如 control 是 FormGroup,只有在内部子 control 错误时才需要展示错误内容
|
|
@@ -5735,5 +5929,5 @@ declare class AsyncDataLoader<D = unknown, P = StringMap> implements DataStateAd
|
|
|
5735
5929
|
|
|
5736
5930
|
declare const ASYNC_DATA_MODULE: readonly [typeof PageStateComponent, typeof ErrorStateComponent, typeof ErrorStateComponent];
|
|
5737
5931
|
|
|
5738
|
-
export { ACTION, AIT_API_GROUP, ALL, ALL_VALUE, ANNOTATIONS, API_GATEWAY, ARGOCD_GROUP, ARRAY_FORM_TABLE_MODULE, ARRAY_TABLE_FORM_ERROR_BG, ASSIGN_ALL, ASYNC_DATA_MODULE, AccessMode, AccessModes, AclTableVirtualComponent, AclTableVirtualHeaderDefDirective, AclTableVirtualModule, AclTableVirtualPlaceholderDefDirective, AclTableVirtualRowDefDirective, AlaudaDeployStatus, AlaudaRunningStatus, ArrayFormTableComponent, ArrayFormTableFooterDirective, ArrayFormTableHeaderDirective, ArrayFormTableRowControlDirective, ArrayFormTableRowDirective, ArrayFormTableRowErrorDirective, ArrayFormTableRowSeparatorDirective, ArrayFormTableZeroStateDirective, AsyncDataLoader, AsyncFunctionValidatorDirective, AuiCodeEditorHelperDirective, BASE_TIMEZONE, BaseFormContainer, BaseNestedFormControl, BaseNestedFormControlPure, BaseStringMapFormComponent, Bracket, CHART_PICKER_TIME_RANGES, CLUSTER, COMMON_RESOURCE_DEFINITIONS, CORE_UNITS, CORE_UNIT_REG, CREATE, CREATED_AT, CREATION_TIMESTAMP, CREATOR, CRON_ENABLE_7_FOR_SUNDAY, CRON_FORMAT_ERROR, CRON_MIN_INTERVAL_ERROR, CRYPTO_HEADER_KEY, CRYPTO_KEY, CRYPTO_RANDOM_HEADER_KEY, CRYPTO_TYPE, CUSTOM, CUSTOMIZED, CUSTOM_RANGE, CalcPipe, CardSectionComponent, ClickOutsideDirective, CloudHelmRequestStateEnum, CodeDisplayDialogComponent, CoerceNumberDirective, ConfirmDeleteComponent, ConfirmDeleteContentDirective, ConfirmDeleteLabelDirective, ConfirmDeleteTipDirective, ControlValueTraceDirective, CronHumanReadablePipe, CronWeekDays, CrontabNextPipe, CurrentTimeComponent, DATE_FORMAT, DATE_TIME_FORMAT, DEFAULT_CODE_EDITOR_OPTIONS, DEFAULT_CONTAINER_ANNOTATION, DEFAULT_OPERATOR, DEFAULT_OPTIONS, DEFAULT_REASON, DELIMITER, DESCRIPTION, DISPLAY_NAME, DNS1123SubdomainValidator, DOMAIN_PATTERN, DOMAIN_PATTERN_BASE, DOT, DOWNGRADE_WATCH_ENABLED, DOWNGRADE_WATCH_POLLING, DUPLICATE_ERROR_KEY, DUPLICATION_JUSTIFY_STRATEGY, DataSource, DateRangePickerComponent, DeclareDirective, DefaultStatusColorMapper, DefaultStatusIconMapper, DeleteType, DeletingTagComponent, DisabledContainerComponent, DisabledDirective, DragHandleDirective, DurationPipe, E2eAttributeBindingDirective, EFFECT_DIRECTIVE_MODULE, EMAIL_PATTERN, EMPTY, ERRORS_MAPPER_MODULE, ESCAPE_DEACTIVATE_CHECK, ErrorStateComponent, ErrorsMapperComponent, ErrorsMapperDirective, FALSE, FIELDSET_GROUP_COMPONENTS, FeatureGateDirective, FieldSetColumnComponent, FieldSetColumnGroupComponent, FieldSetGroupComponent, FieldSetItemActionDirective, FieldSetItemComponent, FileResultType, FoldableBlockComponent, FoldableItemInTableComponent, FormItemMarginEffectDirective, FunctionValidatorDirective, GLOBAL_CLUSTER, GenericStatusColor, GenericStatusIcon, GuardStatus, HTTP_ADDRESS_PATTERN, HTTP_DUAL_IP_OR_DOMAIN_PATTERN, HTTP_IP_OR_DOMAIN_PATTERN, HYPHEN, HelmRequestPhaseEnum, HelpDocDirective, HelpDocUrlPipe, HelpDocumentComponent, HelpDocumentService, IMAGE_TAG_PATTERN, INT_PATTERN, INT_ZERO_PATTERN, IPV4_IPV6_ADDRESS_HOSTNAME_PORT_PATTERN, IPV6_ADDRESS_HOSTNAME_PATTERN, IPV6_ADDRESS_HOSTNAME_PORT_PATTERN, IPV6_PATTERN_BASE, IP_ADDRESS_HOSTNAME_PATTERN, IP_ADDRESS_HOSTNAME_PATTERN_EXTEND, IP_ADDRESS_HOSTNAME_PORT_PATTERN, IP_ADDRESS_PATTERN, IP_ADDRESS_PORT_PATTERN, IP_ADDRESS_SUBNET_PATTERN, IP_PATTERN, IP_PATTERN_BASE, IP_V4_OR_V6_PATTERN, IP_V6_ADDRESS_PATTERN, IP_V6_PATTERN, InterceptDeactivateDirective, InterceptDeactivateGuard, InterceptDeactivateService, JobStatusColorMapper, JobStatusEnum, JobStatusIconMapper, K8SResourceList, K8SResourceListFooterComponent, K8SResourcePagedList, K8S_APP_API_GROUP, K8S_CORE_API_GROUP, K8S_RESOURCE_LABEL_KEY_NAME_PATTERN, K8S_RESOURCE_LABEL_KEY_PREFIX_PATTERN, K8S_RESOURCE_LABEL_VALUE_PATTERN, K8S_RESOURCE_LIST_MODULE, K8S_RESOURCE_NAME_START_WITH_CHARS_ONLY, K8S_RESOURCE_TRANSLATE_KEY, K8sListFooterLoadingErrorDirective, K8sListFooterNoDataDirective, K8sResourceAction, K8sResourceMarkComponent, K8sResourceTranslateKeyPipe, K8sSharedUtilService, K8sYamlDisplayDialogComponent, KNOWN_COLUMNS, KeyValueFormTableComponent, KeyValueTableComponent, LABELS, LINK, LOCAL_STORAGE_KEY_THEME_MODE, ListDisplayComponent, ListenResizeDirective, LoadAction, LocaleTransformPipe, MACHINE_API_GROUP, METADATA, MUTABLE_BASIC_OPTIONS, MUTABLE_MODULE, MarkedPipe, MaxLengthValidatorDirective, MaxValidatorDirective, MinLengthValidatorDirective, MinValidatorDirective, MinimumFormatPipe, MosaicComponent, MosaicLeftDirective, MosaicRightDirective, MultiSearchActionInputComponent, MultiSearchAdvanced, MultiSearchBasic, MultiSearchComponent, MutableDirective, NAME, NAMESPACE, NOTIFICATION_SERVER_NAME, NOTIFY_DURATION_HEADER, NOTIFY_ON_ERROR_HEADER, NOTIFY_ON_ERROR_HEADERS, NOT_NOTIFY_ON_ERROR_HEADERS, NUMBER_PATTERN, NamespaceBadgeComponent, NotBeValidatorDirective, OAM_GROUP, OnResizeChangeService, OneOfValidatorDirective, OverviewBannerComponent, PACKAGE_RUNTIME_VALUE, PAGE_GUARD_MODULE, PLATFORM_OPS_MODE, PORT_PATTERN, POSITIVE_INT_PATTERN, POSITIVE_NUMBER_PATTERN, PREFIX_LABEL_CLASS, PROJECT, PUBLIC_NAMESPACE, PageGuardComponent, PageGuardContentDirective, PageGuardDescriptionDirective, PageGuardImageDirective, PageGuardOperationDirective, PageStateComponent, ParseJsonTranslatePipe, PasswordInputComponent, PodStatusColorMapper, PodStatusComponent, PodStatusEnum, PodStatusIconMapper, PreventClipboardDirective, PreventDirective, PreventHandler, ProductKey, REASON_MAP, RESOURCE_MAC_TYPES, RESOURCE_REQUIREMENT_KEYS, ReadonlyFieldDirective, Reason, RelativeTimeComponent, RequestPool, ResizeDirective, ResourceLabelComponent, ResourceMultiSelectComponent, ResourceYamlDisplayComponent, SERVICE_PORT_BASE_PROTOCOLS, SERVICE_PORT_PROTOCOLS, SERVICE_SESSION_AFFINITIES, SERVICE_TYPES, SLASH, SPACE, SPEC, STATUS, STRATEGY_JUDGE_MAPPER, STRONG_PASSWORD_SPECIAL_CHARS, ScrollBorderObserverDirective, ScrollToFirstInvalidDirective, ScrollToFirstInvalidMarkerDirective, SearchItemComponent, SearchItemLabelDirective, SearchPanelComponent, SecretType, SelectPrefixLabelDirective, SpanComponent, StatusIconComponent, StopDirective, StringArrayFormTableComponent, StrongPasswordDirective, StrongPasswordTooltipComponent, TEMPLATE_OPTIONS, TIMEZONES, TIME_FORMAT, TOKEN_HELP_DOC_DATA, TRUE, TableCellDefDirective, TableComponent, TableCustomColumnsComponent, TableUtilService, TagsLabelComponent, TaintEffect, TestTagComponent, TextEllipsisComponent, TextTooltipDirective, TextWithUrlComponent, ThemeTransformPipe, TimezoneDisplayPipe, TolerationOperator, TrimDirective, UNDERSCORE, UNITS, UNIT_REG, UPDATE, UPDATED_AT, UPDATED__AT, UpdateDescriptionDialogComponent, UpdateDisplayNameDialogComponent, UpdateKeyValueDialogComponent, UploadFileComponent, UserSecurityPolicyRule, UserState, VOLUME_SNAPSHOT_GROUP, ValidateRowDuplicateService, ValidatorsDirective, VolumeMode, VolumeModes, VolumeTypeEnum, WEEK_DAYS, WILDCARD, WORKSPACE_PARAMS, WorkloadKind, WorkloadStatusColorMapper, WorkloadStatusEnum, WorkloadStatusIconComponent, WorkloadStatusIconMapper, YamlUtilService, ZeroStateComponent, addUnitCoreM, addUnitGi, addUnitMi, appendImageHeader, atobWithFallback, buildImageAddress, buildUrl, checkValueExit, clearWindowsXtermTools, commonOptions, compareMinorVersion, compareVersion, copyValue, createActions, createNestedFormControl, cronValidator, cronValidatorBasic, dataTransfer, dateValueOf, defaultFilter, defaultSorter, emptyObjectRemoveRuleFactory, errorColor, extractListParamsFromRoute, extractPagedListParams, extractWorkspace, extractWorkspaceFromRoute, filterEmptyValue, filterTrees, findPath, firstPath, formatCPU, formatMemory, formatNumber, genControlDepsMap, getAppropriateMemory, getBaseHref, getCpu, getCronWeekDayNumbers, getDisabledState, getDisabledState$, getHelpDocUrl, getHostname, getJobStatus, getK8sResourceAnnotationErrorMapper, getK8sResourceAnnotationErrorMapper$, getK8sResourceLabelErrorMapper, getK8sResourceLabelErrorMapper$, getMemory, getPickerTimeRanges, getPodAggregatedStatus, getPodIPs, getPodStatus, getPrivateIP, getPrivateIPv4, getPrivateIPv6, getRelativePath, getResourceLimitAsyncValidatorFn, getResourceLimitValidatorFn, getResourceValue, getResourceViewModel, getToPath, getValidVersion, getWorkloadStatus, initGreaterValidator, isAbsoluteUrl, isB, isCronFieldCountCorrect, isCronWeekDayCorrect, isCronWeekDaysContinuous, isErrorMessage, isJsonObjectString, isK8sResource, isL, isR, isSelectAll, isT, isValidRID, isValidWorkspace, k8sResourceAnnotationKeyValidator, k8sResourceAnnotationValidator, k8sResourceLabelKeyValidator, k8sResourceLabelValidator, k8sResourceLabelValueValidator, loadEnv, logsActions, logsReadOptions, mapTrees, matchExpressionsToString, matchLabelsToString, maxParallelByHttpVersion, noShowRowError, normalizeParams, numToStr, parseDaemonSetStatus, parseDeploymentStatus, parseImageAddress, parseRID, parseStatefulSetStatus, parseToWorkloadStatus, parseUrlInText, parseValidImageName, parseValueAndUnit, parseVersion, parseWorkspace, prefixFilterRuleFactory, primaryColor, queryListParams, randomPassword, readonlyOptions, reduceTrees, removeDirtyFieldsBeforeUpdate, resourceUnits, rowBackgroundColorFn, safeAssign, scrollIntoView, setNode, setupErrorMapper, shortNum, sortByCreationTimestamp, stringToMatchLabels, stringifyRID, stringifyWorkspace, successColor, tableSort, tableSortAdvance, tagRenderDefault, textWriteOptions, toLowerFirstLetter, toNumber, toPercent, toPx, toUnitGi, toUnitI, toUnitMi, toUnitNum, toUnitNumM, trackByName, trackByUid, transferResource, updateActions, versionRegex, viewActions, warnColor, withLoadState, workspaceToPath, yamlFilterField, yamlReadOptions, yamlWriteOptions };
|
|
5739
|
-
export type { APIResourceItem, APIResourceList, AccessTokenInfo, Affinity, AlaudaProductStatus, AnyArray, Arrayable, AsyncLoadState, AvailableResourceType, Callback, Certificate, Cluster, ClusterSpec, ClusterStatus, ClusterStatusCondition, ClusterStatusReason, CodeDisplayDialogData, Condition, ConfigMap, ConfigMapKeyRef, ConfigMapRef, ConfigMapVolumeSource, ConfigWithParams, ConfigWithRoute, ConfirmDeleteData, Container, ContainerPort, ContainerState, ContainerStateRunning, ContainerStateTerminated, ContainerStateWaiting, ContainerStatus, CronJob, CronJobSpec, CronJobStatus, CronWeekDay, CsiVolumeSource, Cursor, CursorX, CursorY, CustomResourceDefinition, CustomResourceDefinitionVersion, DaemonSet, DaemonSetSpec, DaemonSetStatus, DaemonSetUpdateStrategy, DaemonSetUpdateStrategyType, DataError, DataMapper, DataStateAdapter, DatePickerLocale, DateRangePickerModel, DefaultExtraMapper, DeleteResourceApi, Deployment, DeploymentSpec, DeploymentStatus, DeploymentStrategy, DeploymentStrategyType, DiffTimeUnit, DisabledResult, DragRange, EmptyDirVolumeSource, Encoding, EnvFromSource, EnvVar, EnvVarSource, Environments, EphemeralContainer, EphemeralVolumeSource, ErrorMapper, ErrorMapperInterface, ErrorsMapperFn, ExecAction, FetchSeed, Fetcher, FileResult, FormatValue, GenericWorkloadStatus, HTTPGetAction, HTTPHeader, HTTPIngressPath, HTTPIngressRuleValue, HelmRequest, HelmRequestClusterSyncResult, HelmRequestClusterSyncResults, HelmRequestCondition, HelmRequestHttp, HelmRequestOci, HelmRequestSpec, HostAliases, HostPathVolumeSource, IEditorConstructionOptions, Idp, IfEqual, Ingress, IngressBackend, IngressLoadBalancerStatus, IngressRule, IngressSpec, IngressStatus, IngressTLS, InsertFn, ItemsScanner, JSONSchema6TypeName, Job, JobSpec, JobStatus, JobTemplateSpec, K8sEvent, K8sEventSeries, K8sEventSource, K8sYamlDisplayDialogData, KeyToPath, KeyValue, KeyValueTuple, Keys, KubernetesResource, KubernetesResourceList, KubernetesSubject, LabelSelector, LabelSelectorRequirement, LdapConfig, LdapGroupSearch, LdapUserSearch, LimitRange, LimitRangeItem, LimitRangeSpec, LimitType, ListFetchParams, ListParams, LiteralUnion, LoadBalancerIngress, LoadSnapshot, LoadState$1 as LoadState, LoaderConfig, LoaderConfigWithInterval, LocalObjectReference, LocaleDisplay, MatchValueFn, MultiSearchOption, MutableOptions, NameSpaceResourceRatio, Namespace, NamespaceStatus, Node, NodeAffinity, NodeAffinityTerm, NodeSelectorTerm, NodeStatus, NodeStatusReason, NodeStatusType, NodeTaint, NormalizedDefaultExtraMapper, NormalizedTableColumnActionExtra, NormalizedTableColumnActionExtraItem, NormalizedTableColumnDef, NotBeValue, Nullable, ObjectFieldSelector, ObjectMeta, ObjectReference, ObservableType, OidcConfig, OneOfValue, OpenAPIV3SchemaObject, Options, OverviewBannerOption, OwnerReference, PagedListConfig, Pagination, PersistentVolumeClaim, PersistentVolumeClaimDataSource, PersistentVolumeClaimSpec, PersistentVolumeClaimStatus, PersistentVolumeClaimVolumeSource, PickerTimeRange, Pod, PodAffinity, PodAffinityTerm, PodLifeCycle, PodLifeCycleHook, PodSpec, PodSpecAffinity, PodStatus, PodTemplateSpec, Point, PreferredAffinity, Probe, ProductBase, ProductBaseSpec, ProductBaseStatus, ProductEntry, ProductEntrySpec, ProductEntryStatus, ProductStatus, ProductStatusCondition, Project, ProjectCluster, ProjectSpec, QueryDisabledFunc, Readonlyable, RequiredAffinity, ResizeCursor, ResizeEvent, ResourceAttributes, ResourceControl, ResourceFieldSelector, ResourceIdentifier, ResourceListParams, ResourceMacFormModal, ResourceMacKey, ResourceMacs, ResourcePatch, ResourceRequirementFormModal, ResourceRequirementKey, ResourceRequirementStrict, ResourceRequirements, RoleCustomRule, RoleRule, RoleTemplate, RoleTemplateSpec, RollingUpdateDaemonSet, RollingUpdateDeployment, RollingUpdateStatefulSetStrategy, SafeAssignOptions, ScopeSelector, ScopedResourceSelectorRequirement, SearchCondition, SearchConditionConfig, SearchConditionModel, SearchTagConfig, Secret, SecretKeyRef, SecretRef, SecretVolumeSource, SelfResourceAttributes, SelfSubjectAccessReview, SelfSubjectAccessReviewSpec, Service, ServicePort, ServicePortBaseProtocol, ServicePortProtocol, ServiceSessionAffinity, ServiceSpec, ServiceType, StatefulSet, StatefulSetSpec, StatefulSetStatus, StatefulSetUpdateStrategy, StatefulSetUpdateStrategyType, Status, StrategyFn, StreamListLoader, StreamListLoaderSnapshot, StringMap, SubjectAccessReview, SubjectAccessReviewSpec, SubjectAccessReviewStatus, TCPSocketAction, TableColumn, TableColumnActionConfig, TableColumnActionDisabledHandler, TableColumnActionExtra, TableColumnActionExtraItem, TableColumnActionTooltipHandler, TableColumnDef, TableColumnDefPath, TableColumnDefs, TableColumnNameExtra, TableColumnSort, TableColumnSortDirection, TableColumnSortHandler, TableColumnTranslateHandler, TableColumns, TableFilterFn, Text, Tls, Toleration, Tree, TreeFilter, TreeMapper, TreeReducer, TypeMeta, UnaryObservableFunction, UntypedKubernetesResource, UpdateKeyValueDialogData, User, UserBinding, UserBindingSpec, UserGroup, UserGroupSpec, UserList, UserPolicy, UserPolicyRule, UserRole, UserRoleNamespace, UserSpec, ValueOf, VersionObject, Volume, VolumeMount, Watcher, WatcherParams, WebhookType, WeightedNodeAffinityTerm, WeightedPodAffinityTerm, WithLoadState, Workload, WorkloadStatus, Workspace, WorkspaceDetailParams, WorkspaceListParams, YamlFilterItem };
|
|
5932
|
+
export { ACTION, AIT_API_GROUP, ALL, ALL_VALUE, ANNOTATIONS, API_GATEWAY, ARGOCD_GROUP, ARRAY_FORM_TABLE_MODULE, ARRAY_TABLE_FORM_ERROR_BG, ASSIGN_ALL, ASYNC_DATA_MODULE, AccessMode, AccessModes, AclTableVirtualComponent, AclTableVirtualHeaderDefDirective, AclTableVirtualModule, AclTableVirtualPlaceholderDefDirective, AclTableVirtualRowDefDirective, AlaudaDeployStatus, AlaudaRunningStatus, ArrayFormTableComponent, ArrayFormTableFooterDirective, ArrayFormTableHeaderDirective, ArrayFormTableRowControlDirective, ArrayFormTableRowDirective, ArrayFormTableRowErrorDirective, ArrayFormTableRowSeparatorDirective, ArrayFormTableZeroStateDirective, AsyncDataLoader, AsyncFunctionValidatorDirective, AuiCodeEditorHelperDirective, BASE_TIMEZONE, BaseFormContainer, BaseNestedFormControl, BaseNestedFormControlPure, BaseStringMapFormComponent, Bracket, CHART_PICKER_TIME_RANGES, CLUSTER, COMMON_RESOURCE_DEFINITIONS, CORE_UNITS, CORE_UNIT_REG, CREATE, CREATED_AT, CREATION_TIMESTAMP, CREATOR, CRON_ENABLE_7_FOR_SUNDAY, CRON_FORMAT_ERROR, CRON_MIN_INTERVAL_ERROR, CRYPTO_HEADER_KEY, CRYPTO_KEY, CRYPTO_RANDOM_HEADER_KEY, CRYPTO_TYPE, CUSTOM, CUSTOMIZED, CUSTOM_RANGE, CalcPipe, CardSectionComponent, ClickOutsideDirective, CloudHelmRequestStateEnum, CodeDisplayDialogComponent, CoerceNumberDirective, ConfirmDeleteComponent, ConfirmDeleteContentDirective, ConfirmDeleteLabelDirective, ConfirmDeleteTipDirective, ControlValueTraceDirective, CronHumanReadablePipe, CronWeekDays, CrontabNextPipe, CurrentTimeComponent, DATE_FORMAT, DATE_TIME_FORMAT, DEFAULT_CODE_EDITOR_OPTIONS, DEFAULT_CONTAINER_ANNOTATION, DEFAULT_OPERATOR, DEFAULT_OPTIONS, DEFAULT_REASON, DELIMITER, DESCRIPTION, DISPLAY_NAME, DNS1123SubdomainValidator, DOMAIN_PATTERN, DOMAIN_PATTERN_BASE, DOT, DOWNGRADE_WATCH_ENABLED, DOWNGRADE_WATCH_POLLING, DUPLICATE_ERROR_KEY, DUPLICATION_JUSTIFY_STRATEGY, DataSource, DateRangePickerComponent, DeclareDirective, DefaultStatusColorMapper, DefaultStatusIconMapper, DeleteType, DeletingTagComponent, DisabledContainerComponent, DisabledDirective, DragHandleDirective, DurationPipe, E2eAttributeBindingDirective, EFFECT_DIRECTIVE_MODULE, EMAIL_PATTERN, EMPTY, ERRORS_MAPPER_MODULE, ESCAPE_DEACTIVATE_CHECK, ErrorStateComponent, ErrorsMapperComponent, ErrorsMapperDirective, FALSE, FIELDSET_GROUP_COMPONENTS, FeatureGateDirective, FieldSetColumnComponent, FieldSetColumnGroupComponent, FieldSetGroupComponent, FieldSetItemActionDirective, FieldSetItemComponent, FileResultType, FoldableBlockComponent, FoldableItemInTableComponent, FormItemMarginEffectDirective, FunctionValidatorDirective, GLOBAL_CLUSTER, GenericStatusColor, GenericStatusIcon, GuardStatus, HTTP_ADDRESS_PATTERN, HTTP_DUAL_IP_OR_DOMAIN_PATTERN, HTTP_IP_OR_DOMAIN_PATTERN, HYPHEN, HelmRequestPhaseEnum, HelpDocDirective, HelpDocUrlPipe, HelpDocumentComponent, HelpDocumentService, IMAGE_TAG_PATTERN, INT_PATTERN, INT_ZERO_PATTERN, IPV4_IPV6_ADDRESS_HOSTNAME_PORT_PATTERN, IPV6_ADDRESS_HOSTNAME_PATTERN, IPV6_ADDRESS_HOSTNAME_PORT_PATTERN, IPV6_PATTERN_BASE, IP_ADDRESS_HOSTNAME_PATTERN, IP_ADDRESS_HOSTNAME_PATTERN_EXTEND, IP_ADDRESS_HOSTNAME_PORT_PATTERN, IP_ADDRESS_PATTERN, IP_ADDRESS_PORT_PATTERN, IP_ADDRESS_SUBNET_PATTERN, IP_PATTERN, IP_PATTERN_BASE, IP_V4_OR_V6_PATTERN, IP_V6_ADDRESS_PATTERN, IP_V6_PATTERN, InterceptDeactivateDirective, InterceptDeactivateGuard, InterceptDeactivateService, JobStatusColorMapper, JobStatusEnum, JobStatusIconMapper, K8SResourceList, K8SResourceListFooterComponent, K8SResourcePagedList, K8S_APP_API_GROUP, K8S_CORE_API_GROUP, K8S_RESOURCE_LABEL_KEY_NAME_PATTERN, K8S_RESOURCE_LABEL_KEY_PREFIX_PATTERN, K8S_RESOURCE_LABEL_VALUE_PATTERN, K8S_RESOURCE_LIST_MODULE, K8S_RESOURCE_NAME_START_WITH_CHARS_ONLY, K8S_RESOURCE_TRANSLATE_KEY, K8sListFooterLoadingErrorDirective, K8sListFooterNoDataDirective, K8sResourceAction, K8sResourceMarkComponent, K8sResourceTranslateKeyPipe, K8sSharedUtilService, K8sYamlDisplayDialogComponent, KNOWN_COLUMNS, KeyValueFormTableComponent, KeyValueTableComponent, KubernetesSchemaService, LABELS, LINK, LOCAL_STORAGE_KEY_THEME_MODE, ListDisplayComponent, ListenResizeDirective, LoadAction, LocaleTransformPipe, MACHINE_API_GROUP, METADATA, MUTABLE_BASIC_OPTIONS, MUTABLE_MODULE, MarkedPipe, MaxLengthValidatorDirective, MaxValidatorDirective, MinLengthValidatorDirective, MinValidatorDirective, MinimumFormatPipe, MosaicComponent, MosaicLeftDirective, MosaicRightDirective, MultiSearchActionInputComponent, MultiSearchAdvanced, MultiSearchBasic, MultiSearchComponent, MutableDirective, NAME, NAMESPACE, NOTIFICATION_SERVER_NAME, NOTIFY_DURATION_HEADER, NOTIFY_ON_ERROR_HEADER, NOTIFY_ON_ERROR_HEADERS, NOT_NOTIFY_ON_ERROR_HEADERS, NUMBER_PATTERN, NamespaceBadgeComponent, NotBeValidatorDirective, OAM_GROUP, OnResizeChangeService, OneOfValidatorDirective, OverviewBannerComponent, PACKAGE_RUNTIME_VALUE, PAGE_GUARD_MODULE, PLATFORM_OPS_MODE, PORT_PATTERN, POSITIVE_INT_PATTERN, POSITIVE_NUMBER_PATTERN, PREFIX_LABEL_CLASS, PROJECT, PUBLIC_NAMESPACE, PageGuardComponent, PageGuardContentDirective, PageGuardDescriptionDirective, PageGuardImageDirective, PageGuardOperationDirective, PageStateComponent, ParseJsonTranslatePipe, PasswordInputComponent, PluginClusterSelectorComponent, PodStatusColorMapper, PodStatusComponent, PodStatusEnum, PodStatusIconMapper, PreventClipboardDirective, PreventDirective, PreventHandler, ProductKey, REASON_MAP, RESOURCE_MAC_TYPES, RESOURCE_REQUIREMENT_KEYS, ReadonlyFieldDirective, Reason, RelativeTimeComponent, RequestPool, ResizeDirective, ResourceLabelComponent, ResourceMultiSelectComponent, ResourceYamlDisplayComponent, ResourceYamlEditorComponent, SERVICE_PORT_BASE_PROTOCOLS, SERVICE_PORT_PROTOCOLS, SERVICE_SESSION_AFFINITIES, SERVICE_TYPES, SLASH, SPACE, SPEC, STATUS, STRATEGY_JUDGE_MAPPER, STRONG_PASSWORD_SPECIAL_CHARS, ScrollBorderObserverDirective, ScrollToFirstInvalidDirective, ScrollToFirstInvalidMarkerDirective, SearchItemComponent, SearchItemLabelDirective, SearchPanelComponent, SecretType, SelectPrefixLabelDirective, SpanComponent, StatusIconComponent, StopDirective, StringArrayFormTableComponent, StrongPasswordDirective, StrongPasswordTooltipComponent, TEMPLATE_OPTIONS, TIMEZONES, TIME_FORMAT, TOKEN_HELP_DOC_DATA, TRUE, TableCellDefDirective, TableComponent, TableCustomColumnsComponent, TableHeaderCellDefDirective, TableUtilService, TagsLabelComponent, TaintEffect, TerminatingTagComponent, TestTagComponent, TextEllipsisComponent, TextTooltipDirective, TextWithUrlComponent, ThemeTransformPipe, TimezoneDisplayPipe, TolerationOperator, TrimDirective, UNDERSCORE, UNITS, UNIT_REG, UPDATE, UPDATED_AT, UPDATED__AT, UpdateDescriptionDialogComponent, UpdateDisplayNameDialogComponent, UpdateKeyValueDialogComponent, UploadFileComponent, UserSecurityPolicyRule, UserState, VOLUME_SNAPSHOT_GROUP, ValidateRowDuplicateService, ValidatorsDirective, VolumeMode, VolumeModes, VolumeTypeEnum, WEEK_DAYS, WILDCARD, WORKSPACE_PARAMS, WorkloadKind, WorkloadStatusColorMapper, WorkloadStatusEnum, WorkloadStatusIconComponent, WorkloadStatusIconMapper, YamlUtilService, ZeroStateComponent, addUnitCoreM, addUnitGi, addUnitMi, appendImageHeader, atobWithFallback, buildImageAddress, buildUrl, checkValueExit, clearWindowsXtermTools, commonOptions, compareMinorVersion, compareVersion, copyValue, createActions, createNestedFormControl, cronValidator, cronValidatorBasic, dataTransfer, dateValueOf, defaultFilter, defaultSorter, emptyObjectRemoveRuleFactory, errorColor, extractListParamsFromRoute, extractPagedListParams, extractWorkspace, extractWorkspaceFromRoute, filterEmptyValue, filterTrees, findPath, firstPath, formatCPU, formatMemory, formatNumber, genControlDepsMap, getAppropriateMemory, getBaseHref, getCpu, getCronWeekDayNumbers, getDisabledState, getDisabledState$, getHelpDocUrl, getHostname, getJobStatus, getK8sResourceAnnotationErrorMapper, getK8sResourceAnnotationErrorMapper$, getK8sResourceLabelErrorMapper, getK8sResourceLabelErrorMapper$, getMemory, getPickerTimeRanges, getPodAggregatedStatus, getPodIPs, getPodStatus, getPrivateIP, getPrivateIPv4, getPrivateIPv6, getRelativePath, getResourceLimitAsyncValidatorFn, getResourceLimitValidatorFn, getResourceValue, getResourceViewModel, getToPath, getValidVersion, getWorkloadStatus, initGreaterValidator, isAbsoluteUrl, isB, isCronFieldCountCorrect, isCronWeekDayCorrect, isCronWeekDaysContinuous, isErrorMessage, isJsonObjectString, isK8sResource, isL, isR, isSelectAll, isT, isValidRID, isValidWorkspace, k8sResourceAnnotationKeyValidator, k8sResourceAnnotationValidator, k8sResourceLabelKeyValidator, k8sResourceLabelValidator, k8sResourceLabelValueValidator, loadEnv, logsActions, logsReadOptions, mapTrees, matchExpressionsToString, matchLabelsToString, maxParallelByHttpVersion, noShowRowError, normalizeParams, numToStr, parseDaemonSetStatus, parseDeploymentStatus, parseImageAddress, parseRID, parseStatefulSetStatus, parseToWorkloadStatus, parseUrlInText, parseValidImageName, parseValueAndUnit, parseVersion, parseWorkspace, prefixFilterRuleFactory, primaryColor, queryListParams, randomPassword, readonlyOptions, reduceTrees, removeDirtyFieldsBeforeUpdate, resourceUnits, rowBackgroundColorFn, safeAssign, scrollIntoView, setNode, setupErrorMapper, shortNum, sortByCreationTimestamp, stringToMatchLabels, stringifyRID, stringifyWorkspace, successColor, tableSort, tableSortAdvance, tagRenderDefault, textWriteOptions, toLowerFirstLetter, toNumber, toPercent, toPx, toUnitGi, toUnitI, toUnitMi, toUnitNum, toUnitNumM, trackByName, trackByUid, transferResource, updateActions, versionRegex, viewActions, warnColor, withLoadState, workspaceToPath, yamlFilterField, yamlReadMinimapOptions, yamlReadOptions, yamlWriteMinimapOptions, yamlWriteOptions };
|
|
5933
|
+
export type { APIResourceItem, APIResourceList, AccessTokenInfo, Affinity, AlaudaProductStatus, AnyArray, Arrayable, AsyncLoadState, AvailableResourceType, Callback, Certificate, Cluster, ClusterSpec, ClusterStatus, ClusterStatusCondition, ClusterStatusReason, CodeDisplayDialogData, Condition, ConfigMap, ConfigMapKeyRef, ConfigMapRef, ConfigMapVolumeSource, ConfigWithParams, ConfigWithRoute, ConfirmDeleteData, Container, ContainerPort, ContainerState, ContainerStateRunning, ContainerStateTerminated, ContainerStateWaiting, ContainerStatus, CronJob, CronJobSpec, CronJobStatus, CronWeekDay, CsiVolumeSource, Cursor, CursorX, CursorY, CustomResourceDefinition, CustomResourceDefinitionVersion, DaemonSet, DaemonSetSpec, DaemonSetStatus, DaemonSetUpdateStrategy, DaemonSetUpdateStrategyType, DataError, DataMapper, DataStateAdapter, DatePickerLocale, DateRangePickerModel, DefaultExtraMapper, DeleteResourceApi, Deployment, DeploymentSpec, DeploymentStatus, DeploymentStrategy, DeploymentStrategyType, DiffTimeUnit, DisabledResult, DragRange, EmptyDirVolumeSource, Encoding, EnvFromSource, EnvVar, EnvVarSource, Environments, EphemeralContainer, EphemeralVolumeSource, ErrorMapper, ErrorMapperInterface, ErrorsMapperFn, ExecAction, FetchSeed, Fetcher, FileResult, FormatValue, GenericWorkloadStatus, HTTPGetAction, HTTPHeader, HTTPIngressPath, HTTPIngressRuleValue, HelmRequest, HelmRequestClusterSyncResult, HelmRequestClusterSyncResults, HelmRequestCondition, HelmRequestHttp, HelmRequestOci, HelmRequestSpec, HostAliases, HostPathVolumeSource, IEditorConstructionOptions, Idp, IfEqual, Ingress, IngressBackend, IngressLoadBalancerStatus, IngressRule, IngressSpec, IngressStatus, IngressTLS, InsertFn, ItemsScanner, JSONSchema6TypeName, Job, JobSpec, JobStatus, JobTemplateSpec, K8sEvent, K8sEventSeries, K8sEventSource, K8sYamlDisplayDialogData, KeyToPath, KeyValue, KeyValueTuple, Keys, KubernetesResource, KubernetesResourceList, KubernetesSubject, LabelSelector, LabelSelectorRequirement, LdapConfig, LdapGroupSearch, LdapUserSearch, LimitRange, LimitRangeItem, LimitRangeSpec, LimitType, ListFetchParams, ListParams, LiteralUnion, LoadBalancerIngress, LoadSnapshot, LoadState$1 as LoadState, LoaderConfig, LoaderConfigWithInterval, LocalObjectReference, LocaleDisplay, MatchValueFn, MultiSearchOption, MutableOptions, NameSpaceResourceRatio, Namespace, NamespaceStatus, Node, NodeAffinity, NodeAffinityTerm, NodeSelectorTerm, NodeStatus, NodeStatusReason, NodeStatusType, NodeTaint, NormalizedDefaultExtraMapper, NormalizedTableColumnActionExtra, NormalizedTableColumnActionExtraItem, NormalizedTableColumnDef, NotBeValue, Nullable, ObjectFieldSelector, ObjectMeta, ObjectReference, ObservableType, OidcConfig, OneOfValue, OpenAPIV2Document, OpenAPIV3SchemaObject, OpenAPIV3SchemaObjects, Options, OverviewBannerOption, OwnerReference, PagedListConfig, Pagination, PersistentVolumeClaim, PersistentVolumeClaimDataSource, PersistentVolumeClaimSpec, PersistentVolumeClaimStatus, PersistentVolumeClaimVolumeSource, PickerTimeRange, Pod, PodAffinity, PodAffinityTerm, PodLifeCycle, PodLifeCycleHook, PodSpec, PodSpecAffinity, PodStatus, PodTemplateSpec, Point, PreferredAffinity, Probe, ProductBase, ProductBaseSpec, ProductBaseStatus, ProductEntry, ProductEntrySpec, ProductEntryStatus, ProductStatus, ProductStatusCondition, Project, ProjectCluster, ProjectSpec, QueryDisabledFunc, Readonlyable, RequiredAffinity, ResizeCursor, ResizeEvent, ResourceAttributes, ResourceControl, ResourceFieldSelector, ResourceIdentifier, ResourceListParams, ResourceMacFormModal, ResourceMacKey, ResourceMacs, ResourcePatch, ResourceRequirementFormModal, ResourceRequirementKey, ResourceRequirementStrict, ResourceRequirements, RoleCustomRule, RoleRule, RoleTemplate, RoleTemplateSpec, RollingUpdateDaemonSet, RollingUpdateDeployment, RollingUpdateStatefulSetStrategy, SafeAssignOptions, SchemaBreadcrumb, SchemaProperty, ScopeSelector, ScopedResourceSelectorRequirement, SearchCondition, SearchConditionConfig, SearchConditionModel, SearchTagConfig, Secret, SecretKeyRef, SecretRef, SecretVolumeSource, SelfResourceAttributes, SelfSubjectAccessReview, SelfSubjectAccessReviewSpec, Service, ServicePort, ServicePortBaseProtocol, ServicePortProtocol, ServiceSessionAffinity, ServiceSpec, ServiceType, StatefulSet, StatefulSetSpec, StatefulSetStatus, StatefulSetUpdateStrategy, StatefulSetUpdateStrategyType, Status, StrategyFn, StreamListLoader, StreamListLoaderSnapshot, StringMap, SubjectAccessReview, SubjectAccessReviewSpec, SubjectAccessReviewStatus, TCPSocketAction, TableColumn, TableColumnActionConfig, TableColumnActionDisabledHandler, TableColumnActionExtra, TableColumnActionExtraItem, TableColumnActionTooltipHandler, TableColumnDef, TableColumnDefPath, TableColumnDefs, TableColumnNameExtra, TableColumnSort, TableColumnSortDirection, TableColumnSortHandler, TableColumnTranslateHandler, TableColumns, TableFilterFn, Text, Tls, Toleration, Tree, TreeFilter, TreeMapper, TreeReducer, TypeMeta, UnaryObservableFunction, UntypedKubernetesResource, UpdateKeyValueDialogData, User, UserBinding, UserBindingSpec, UserGroup, UserGroupSpec, UserList, UserPolicy, UserPolicyRule, UserRole, UserRoleNamespace, UserSpec, ValueOf, VersionObject, Volume, VolumeMount, Watcher, WatcherParams, WebhookType, WeightedNodeAffinityTerm, WeightedPodAffinityTerm, WithLoadState, Workload, WorkloadStatus, Workspace, WorkspaceDetailParams, WorkspaceListParams, YamlFilterItem };
|