@alauda-fe/dynamic-plugin-shared 0.0.4-alpha.10 → 0.0.4-alpha.12

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.
@@ -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, KubernetesResource as KubernetesResource$1, ConfigurableField, ResourceSelectorPopupRef, ProjectService, ClusterDataItem, K8sResourceDefinition, K8sApiService, StringMap as StringMap$1, ResourceWriteParams, KubernetesSchemaService, OpenAPIV3SchemaObject as OpenAPIV3SchemaObject$1, Arrayable as Arrayable$1 } 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, K8sApiService, StringMap as StringMap$1, ResourceWriteParams, OpenAPIV3SchemaObject as OpenAPIV3SchemaObject$1, KubernetesSchemaService, Arrayable as Arrayable$1, Status as Status$1, Callback as Callback$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';
@@ -7,14 +7,14 @@ export { DeepPartial, DeepReadonly, Dictionary, ValueOf as LooseValueOf } from '
7
7
  import * as _alauda_code_editor from '@alauda/code-editor';
8
8
  import { IEditorConstructionOptions, MonacoEditor } from '@alauda/code-editor';
9
9
  import * as i1 from '@alauda/ui';
10
- import { Sort, ThemeService, AttrBoolean, FormItemControlDirective, MessageService, NotificationService, DialogRef, TooltipDirective, DateNavRange, DisabledTimeFn, TagType, TooltipComponent, BaseTooltip, FormItemWidth, OptionFilterFn, TrackFn, SelectFilterOption, InputComponent, SortDirection } from '@alauda/ui';
10
+ import { Sort, ThemeService, AttrBoolean, FormItemControlDirective, MessageService, NotificationService, DialogRef, TooltipDirective, DateNavRange, DisabledTimeFn, TagType, TooltipComponent, BaseTooltip, FormItemWidth, OptionFilterFn, TrackFn, SelectFilterOption, InputComponent, SortDirection, NotificationConfig, Status as Status$2 } from '@alauda/ui';
11
11
  import { Params, ParamMap, ActivatedRoute, ActivatedRouteSnapshot, CanDeactivate, RouterStateSnapshot, Router } from '@angular/router';
12
12
  import { CompareOperator } from 'compare-versions';
13
13
  export { CompareOperator as VersionCompareOperator, compareVersions as compareVersionToNum, satisfies as satisfiesVersion } from 'compare-versions';
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, Injector, EventEmitter, OnChanges, SimpleChanges, ApplicationRef, QueryList, InjectionToken, Signal, TrackByFunction } from '@angular/core';
17
+ import { AfterViewInit, OnDestroy, NgZone, PipeTransform, ChangeDetectorRef, OnInit, TemplateRef, ViewContainerRef, ElementRef, Injector, EventEmitter, OnChanges, SimpleChanges, ApplicationRef, QueryList, InjectionToken, Signal, TrackByFunction, AfterViewChecked } 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';
@@ -24,7 +24,9 @@ import * as _alauda_fe_dynamic_plugin_shared from '@alauda-fe/dynamic-plugin-sha
24
24
  import { DomSanitizer } from '@angular/platform-browser';
25
25
  import { DomPortalOutlet, ComponentPortal } from '@angular/cdk/portal';
26
26
  import { BaseResourceFormComponent } from 'ng-resource-form-util';
27
- import { HttpErrorResponse } from '@angular/common/http';
27
+ import * as _angular_common_http from '@angular/common/http';
28
+ import { HttpErrorResponse, HttpRequest, HttpInterceptor, HttpHandler } from '@angular/common/http';
29
+ import * as monaco_editor_esm_vs_editor_editor_api from 'monaco-editor/esm/vs/editor/editor.api';
28
30
 
29
31
  /**
30
32
  * @packageDocumentation
@@ -5203,7 +5205,23 @@ declare class TestTagComponent {
5203
5205
  static ɵcmp: i0.ɵɵComponentDeclaration<TestTagComponent, "acl-test-tag", never, {}, {}, never, never, true, never>;
5204
5206
  }
5205
5207
 
5206
- declare class AclTableVirtualComponent<T> implements AfterViewInit, OnDestroy {
5208
+ declare class AclTableVirtualHeaderDefDirective {
5209
+ templateRef: TemplateRef<any>;
5210
+ static ɵfac: i0.ɵɵFactoryDeclaration<AclTableVirtualHeaderDefDirective, never>;
5211
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AclTableVirtualHeaderDefDirective, "[aclTableVirtualHeader]", never, {}, {}, never, never, true, never>;
5212
+ }
5213
+ declare class AclTableVirtualRowDefDirective<T> {
5214
+ templateRef: TemplateRef<any>;
5215
+ static ɵfac: i0.ɵɵFactoryDeclaration<AclTableVirtualRowDefDirective<any>, never>;
5216
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AclTableVirtualRowDefDirective<any>, "[aclTableVirtualRow]", never, {}, {}, never, never, true, never>;
5217
+ }
5218
+ declare class AclTableVirtualPlaceholderDefDirective {
5219
+ templateRef: TemplateRef<any>;
5220
+ static ɵfac: i0.ɵɵFactoryDeclaration<AclTableVirtualPlaceholderDefDirective, never>;
5221
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AclTableVirtualPlaceholderDefDirective, "[aclTableVirtualPlaceholder]", never, {}, {}, never, never, true, never>;
5222
+ }
5223
+
5224
+ declare class AclTableVirtualComponent<T> implements AfterViewChecked, OnDestroy {
5207
5225
  dataSource: T[];
5208
5226
  itemSize: number;
5209
5227
  minBufferPx: number;
@@ -5216,8 +5234,11 @@ declare class AclTableVirtualComponent<T> implements AfterViewInit, OnDestroy {
5216
5234
  placeholderTemplate?: TemplateRef<any>;
5217
5235
  viewport?: CdkVirtualScrollViewport;
5218
5236
  scrollContainerRef: ElementRef<HTMLElement>;
5237
+ headerRow: ElementRef<HTMLElement>;
5238
+ private checked$;
5219
5239
  private destroy$;
5220
- ngAfterViewInit(): void;
5240
+ ngAfterViewChecked(): void;
5241
+ onHeaderRowScroll(ev: Event): void;
5221
5242
  ngOnDestroy(): void;
5222
5243
  private getScroller;
5223
5244
  private placeClass;
@@ -5227,27 +5248,7 @@ declare class AclTableVirtualComponent<T> implements AfterViewInit, OnDestroy {
5227
5248
  static ɵcmp: i0.ɵɵComponentDeclaration<AclTableVirtualComponent<any>, "acl-table-virtual", ["aclTableVirtual"], { "dataSource": { "alias": "dataSource"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "minBufferPx": { "alias": "minBufferPx"; "required": false; }; "maxBufferPx": { "alias": "maxBufferPx"; "required": false; }; "height": { "alias": "height"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "placeholderActive": { "alias": "placeholderActive"; "required": false; }; }, {}, ["headerTemplate", "rowTemplate", "placeholderTemplate"], never, true, never>;
5228
5249
  }
5229
5250
 
5230
- declare class AclTableVirtualHeaderDefDirective {
5231
- templateRef: TemplateRef<any>;
5232
- static ɵfac: i0.ɵɵFactoryDeclaration<AclTableVirtualHeaderDefDirective, never>;
5233
- static ɵdir: i0.ɵɵDirectiveDeclaration<AclTableVirtualHeaderDefDirective, "[aclTableVirtualHeader]", never, {}, {}, never, never, true, never>;
5234
- }
5235
- declare class AclTableVirtualRowDefDirective<T> {
5236
- templateRef: TemplateRef<any>;
5237
- static ɵfac: i0.ɵɵFactoryDeclaration<AclTableVirtualRowDefDirective<any>, never>;
5238
- static ɵdir: i0.ɵɵDirectiveDeclaration<AclTableVirtualRowDefDirective<any>, "[aclTableVirtualRow]", never, {}, {}, never, never, true, never>;
5239
- }
5240
- declare class AclTableVirtualPlaceholderDefDirective {
5241
- templateRef: TemplateRef<any>;
5242
- static ɵfac: i0.ɵɵFactoryDeclaration<AclTableVirtualPlaceholderDefDirective, never>;
5243
- static ɵdir: i0.ɵɵDirectiveDeclaration<AclTableVirtualPlaceholderDefDirective, "[aclTableVirtualPlaceholder]", never, {}, {}, never, never, true, never>;
5244
- }
5245
-
5246
- declare class AclTableVirtualModule {
5247
- static ɵfac: i0.ɵɵFactoryDeclaration<AclTableVirtualModule, never>;
5248
- static ɵmod: i0.ɵɵNgModuleDeclaration<AclTableVirtualModule, never, [typeof AclTableVirtualComponent, typeof AclTableVirtualHeaderDefDirective, typeof AclTableVirtualRowDefDirective, typeof AclTableVirtualPlaceholderDefDirective], [typeof AclTableVirtualComponent, typeof AclTableVirtualHeaderDefDirective, typeof AclTableVirtualRowDefDirective, typeof AclTableVirtualPlaceholderDefDirective]>;
5249
- static ɵinj: i0.ɵɵInjectorDeclaration<AclTableVirtualModule>;
5250
- }
5251
+ declare const TABLE_VIRTUAL_MODULE: readonly [typeof AclTableVirtualComponent, typeof AclTableVirtualHeaderDefDirective, typeof AclTableVirtualRowDefDirective, typeof AclTableVirtualPlaceholderDefDirective];
5251
5252
 
5252
5253
  declare class TerminatingTagComponent {
5253
5254
  resource: KubernetesResource$1;
@@ -5455,21 +5456,74 @@ declare class K8sYamlDisplayDialogComponent {
5455
5456
  static ɵcmp: i0.ɵɵComponentDeclaration<K8sYamlDisplayDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
5456
5457
  }
5457
5458
 
5458
- declare class ResourceYamlDisplayComponent<T extends KubernetesResource> {
5459
+ declare class ResourceYamlDisplayComponent<T extends KubernetesResource> implements AfterViewInit, OnDestroy {
5460
+ private destroy$;
5459
5461
  concise$$: BehaviorSubject<boolean>;
5460
5462
  reduce$$: BehaviorSubject<boolean>;
5463
+ showSidebar$$: BehaviorSubject<boolean>;
5464
+ showDebugPanel$$: BehaviorSubject<boolean>;
5465
+ modelUri: string;
5466
+ private yamlSchemaService;
5467
+ private monacoEditor;
5468
+ private registeredSchemas;
5469
+ private pendingSchemas;
5470
+ codeEditorRef: {
5471
+ editor: monaco_editor_esm_vs_editor_editor_api.editor.IStandaloneCodeEditor;
5472
+ };
5461
5473
  hasWrapper: boolean;
5474
+ showDebugInfo: boolean;
5462
5475
  conciseEnable: boolean;
5463
5476
  manageFieldActionEnable: boolean;
5477
+ sidebarEnable: boolean;
5478
+ schemaEnable: boolean;
5479
+ exampleEnable: boolean;
5480
+ autoFoldManagedFields: boolean;
5481
+ schema: OpenAPIV3SchemaObject$1;
5464
5482
  resource: Arrayable<T>;
5465
5483
  readonly resource$: Observable<Arrayable<T>>;
5466
- readonly yamlUtil: YamlUtilService;
5484
+ readonly schema$: Observable<OpenAPIV3SchemaObject$1>;
5485
+ minimap: boolean;
5486
+ clusterName: string;
5487
+ yamlReadMinimapOptions: _alauda_code_editor.IEditorConstructionOptions;
5488
+ yamlReadOptions: _alauda_code_editor.IEditorConstructionOptions;
5489
+ hasFolded: boolean;
5490
+ /**
5491
+ * 自动获取的 schema,当没有手动提供 schema 时使用
5492
+ */
5493
+ autoSchema$: Observable<OpenAPIV3SchemaObject$1>;
5494
+ /**
5495
+ * 最终使用的 schema,优先使用手动提供的,否则使用自动获取的
5496
+ */
5497
+ finalSchema$: Observable<OpenAPIV3SchemaObject$1>;
5498
+ private readonly yamlUtil;
5499
+ private readonly schemaService;
5500
+ private readonly monacoLanguageService;
5501
+ constructor();
5467
5502
  yaml$: Observable<string>;
5468
- editorOptions: _alauda_code_editor.IEditorConstructionOptions;
5503
+ get editorOptions(): _alauda_code_editor.IEditorConstructionOptions;
5469
5504
  viewActions: _alauda_code_editor.CodeEditorActionsConfig;
5470
5505
  conciseChange(value: boolean): void;
5506
+ toggleSidebar(): void;
5507
+ toggleDebugInfo(): void;
5508
+ getCurrentResource(): T | null;
5509
+ getCurrentSchema(): OpenAPIV3SchemaObject$1 | null;
5510
+ selfFoldManagedFields(): void;
5511
+ /**
5512
+ * 设置 YAML schema 以提供 hover 提示和自动完成
5513
+ */
5514
+ setYamlSchema(resource: T, schema: OpenAPIV3SchemaObject$1): void;
5515
+ ngAfterViewInit(): void;
5516
+ /**
5517
+ * 获取 Monaco Editor 实例
5518
+ */
5519
+ getEditorInstance(): monaco_editor_esm_vs_editor_editor_api.editor.IStandaloneCodeEditor | null;
5520
+ /**
5521
+ * 自动折叠 managedFields 字段
5522
+ */
5523
+ foldManagedFields(): void;
5524
+ ngOnDestroy(): void;
5471
5525
  static ɵfac: i0.ɵɵFactoryDeclaration<ResourceYamlDisplayComponent<any>, never>;
5472
- 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>;
5526
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResourceYamlDisplayComponent<any>, "acl-resource-yaml-display", never, { "hasWrapper": { "alias": "hasWrapper"; "required": false; }; "showDebugInfo": { "alias": "showDebugInfo"; "required": false; }; "conciseEnable": { "alias": "conciseEnable"; "required": false; }; "manageFieldActionEnable": { "alias": "manageFieldActionEnable"; "required": false; }; "sidebarEnable": { "alias": "sidebarEnable"; "required": false; }; "schemaEnable": { "alias": "schemaEnable"; "required": false; }; "exampleEnable": { "alias": "exampleEnable"; "required": false; }; "autoFoldManagedFields": { "alias": "autoFoldManagedFields"; "required": false; }; "schema": { "alias": "schema"; "required": false; }; "resource": { "alias": "resource"; "required": false; }; "minimap": { "alias": "minimap"; "required": false; }; "clusterName": { "alias": "clusterName"; "required": false; }; }, {}, never, never, true, never>;
5473
5527
  }
5474
5528
 
5475
5529
  /**
@@ -5646,6 +5700,7 @@ declare class ArrayFormTableComponent implements OnDestroy {
5646
5700
  addDisabled: boolean | '';
5647
5701
  actionColumnDivider: boolean | '';
5648
5702
  showZeroState: boolean;
5703
+ injector: Injector;
5649
5704
  get formDirective(): NgForm | FormGroupDirective;
5650
5705
  /**
5651
5706
  * 自定义是否展示错误内容
@@ -5877,5 +5932,198 @@ declare class AsyncDataLoader<D = unknown, P = StringMap> implements DataStateAd
5877
5932
 
5878
5933
  declare const ASYNC_DATA_MODULE: readonly [typeof PageStateComponent, typeof ErrorStateComponent, typeof ErrorStateComponent];
5879
5934
 
5880
- 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, BUILT_IN_YAML_EXAMPLES, 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, 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, compareMinorVersion, compareVersion, copyValue, 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, logsReadOptions, mapTrees, matchExpressionsToString, matchLabelsToString, maxParallelByHttpVersion, noShowRowError, normalizeParams, numToStr, parseDaemonSetStatus, parseDeploymentStatus, parseImageAddress, parseRID, parseStatefulSetStatus, parseToWorkloadStatus, parseUrlInText, parseValidImageName, parseValueAndUnit, parseVersion, parseWorkspace, prefixFilterRuleFactory, primaryColor, queryListParams, randomPassword, reduceTrees, removeDirtyFieldsBeforeUpdate, resourceUnits, rowBackgroundColorFn, safeAssign, scrollIntoView, setNode, setupErrorMapper, shortNum, sortByCreationTimestamp, stringToMatchLabels, stringifyRID, stringifyWorkspace, successColor, tableSort, tableSortAdvance, tagRenderDefault, toLowerFirstLetter, toNumber, toPercent, toPx, toUnitGi, toUnitI, toUnitMi, toUnitNum, toUnitNumM, trackByName, trackByUid, transferResource, versionRegex, warnColor, withLoadState, workspaceToPath, yamlFilterField };
5881
- 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, 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 };
5935
+ /**
5936
+ * @packageDocumentation
5937
+ * @module notification
5938
+ */
5939
+
5940
+ declare const ZH_ERRORS: StringMap;
5941
+ declare const DEFAULT_ZH_ERROR = "\u7F51\u7EDC\u9519\u8BEF";
5942
+
5943
+ declare class FeedbackNotificationComponent {
5944
+ primary: string;
5945
+ secondary: string;
5946
+ content?: string;
5947
+ pre: boolean;
5948
+ onPrimary: EventEmitter<void>;
5949
+ onSecondary: EventEmitter<void>;
5950
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackNotificationComponent, never>;
5951
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackNotificationComponent, "ng-component", never, { "primary": { "alias": "primary"; "required": false; }; "secondary": { "alias": "secondary"; "required": false; }; "content": { "alias": "content"; "required": false; }; "pre": { "alias": "pre"; "required": false; }; }, { "onPrimary": "onPrimary"; "onSecondary": "onSecondary"; }, never, never, true, never>;
5952
+ }
5953
+ type FeedbackNotificationProps = Partial<Pick<FeedbackNotificationComponent, 'primary' | 'secondary' | 'content' | 'pre'>>;
5954
+
5955
+ declare function isK8sErrorStatus(e: any): e is Status$1;
5956
+
5957
+ /**
5958
+ * @packageDocumentation
5959
+ * @module notification
5960
+ */
5961
+
5962
+ interface NotificationHttpRequest<T = unknown> extends HttpRequest<T> {
5963
+ requestAt?: number;
5964
+ }
5965
+ type FeedbackNotificationPropsWithEvents = Omit<FeedbackNotificationProps, 'content' | 'primary' | 'secondary'> & Partial<{
5966
+ content: unknown;
5967
+ summary: unknown;
5968
+ primary: string | true;
5969
+ secondary: string | true;
5970
+ onPrimary: Callback$1;
5971
+ onSecondary: Callback$1;
5972
+ }>;
5973
+ type FeedbackNotificationConfig = Omit<NotificationConfig, 'contentRef'>;
5974
+ declare class NotificationUtilService {
5975
+ private readonly injector;
5976
+ private readonly dialog;
5977
+ private readonly time;
5978
+ private readonly notification;
5979
+ viewDetail(json: unknown, title?: string, notificationId?: string): void;
5980
+ createFeedback(config: FeedbackNotificationConfig, { content, onPrimary, onSecondary, pre, primary, secondary, summary, }?: FeedbackNotificationPropsWithEvents): void;
5981
+ private normalizeJson;
5982
+ notify(status: Status$2): void;
5983
+ notify(req: NotificationHttpRequest, res: HttpErrorResponse): Promise<void>;
5984
+ private getResErrorMessage;
5985
+ private getAllHeaders;
5986
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationUtilService, never>;
5987
+ static ɵprov: i0.ɵɵInjectableDeclaration<NotificationUtilService>;
5988
+ }
5989
+
5990
+ declare const WRITABLE_METHODS: readonly ["delete", "patch", "post", "put"];
5991
+ type WritableMethod = (typeof WRITABLE_METHODS)[number];
5992
+ interface StatusErrorResponse extends Status$1 {
5993
+ __origin__: HttpErrorResponse;
5994
+ }
5995
+ declare class ResourceErrorInterceptor implements HttpInterceptor {
5996
+ notificationUtil: NotificationUtilService;
5997
+ intercept(req: NotificationHttpRequest, next: HttpHandler): rxjs.Observable<_angular_common_http.HttpEvent<any>>;
5998
+ private notifyOnError;
5999
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResourceErrorInterceptor, never>;
6000
+ static ɵprov: i0.ɵɵInjectableDeclaration<ResourceErrorInterceptor>;
6001
+ }
6002
+
6003
+ declare class GraphLinksComponent {
6004
+ static ɵfac: i0.ɵɵFactoryDeclaration<GraphLinksComponent, never>;
6005
+ static ɵcmp: i0.ɵɵComponentDeclaration<GraphLinksComponent, "acl-graph-links", never, {}, {}, never, ["[aclGraphLink]"], true, never>;
6006
+ }
6007
+
6008
+ declare class GraphActionsComponent {
6009
+ position: string;
6010
+ get positionClass(): Record<string, boolean>;
6011
+ handleMouseDown(e: MouseEvent): void;
6012
+ static ɵfac: i0.ɵɵFactoryDeclaration<GraphActionsComponent, never>;
6013
+ static ɵcmp: i0.ɵɵComponentDeclaration<GraphActionsComponent, "acl-graph-actions", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], true, never>;
6014
+ }
6015
+
6016
+ interface TransformState {
6017
+ origin: [OriginX, OriginY];
6018
+ translate: readonly [number, number];
6019
+ scale: number;
6020
+ }
6021
+ interface Rects {
6022
+ canvasRect: Rect;
6023
+ surfaceRect: Rect;
6024
+ }
6025
+ interface Rect {
6026
+ top: number;
6027
+ bottom: number;
6028
+ left: number;
6029
+ right: number;
6030
+ width: number;
6031
+ height: number;
6032
+ offsetTop: number;
6033
+ offsetLeft: number;
6034
+ offsetWidth: number;
6035
+ offsetHeight: number;
6036
+ }
6037
+ type TransformAction = (transform: TransformState, rects: Rects) => Partial<TransformState>;
6038
+ type NodeID = string | number;
6039
+ interface GraphNode {
6040
+ getRect: () => Rect;
6041
+ el?: ElementRef<HTMLElement>;
6042
+ }
6043
+ type OriginX = 'center' | 'left' | 'right';
6044
+ type OriginY = 'center' | 'top' | 'bottom';
6045
+ type NodeEdge = 'top' | 'bottom' | 'left' | 'right';
6046
+ type Points = [[number, number], [number, number]];
6047
+
6048
+ declare class GraphCanvasComponent implements OnInit, AfterViewInit, OnDestroy {
6049
+ minScale: number;
6050
+ maxScale: number;
6051
+ originX: OriginX;
6052
+ originY: OriginY;
6053
+ boundary: number;
6054
+ loading: boolean;
6055
+ loadFailed: boolean;
6056
+ retry: EventEmitter<void>;
6057
+ private readonly canvasRef;
6058
+ private readonly surfaceRef;
6059
+ readonly getCanvasRect: () => Rect;
6060
+ private graphStore;
6061
+ private readonly getSurfaceRect;
6062
+ private dragStartPoint;
6063
+ transformState: TransformState;
6064
+ get dragging(): boolean;
6065
+ get canvasStyle(): {
6066
+ padding: string;
6067
+ justifyContent: string;
6068
+ alignItems: string;
6069
+ cursor: string;
6070
+ };
6071
+ get surfaceStyle(): {
6072
+ transformOrigin: string;
6073
+ transform: string;
6074
+ };
6075
+ ngOnInit(): void;
6076
+ ngAfterViewInit(): void;
6077
+ ngOnDestroy(): void;
6078
+ handleWheelEvent(e: WheelEvent): void;
6079
+ handleMouseDown(e: MouseEvent): void;
6080
+ handleMouseMove(e: MouseEvent): void;
6081
+ handleMouseUp(): void;
6082
+ zoomByWheel(v: number, pointerPosition: [number, number]): void;
6083
+ zoomByDefaultStep(direction: 'in' | 'out'): void;
6084
+ zoomOriginal(): void;
6085
+ zoomOverview(): void;
6086
+ move(x: number, y: number): void;
6087
+ dispatchTransform(action: TransformAction): void;
6088
+ static ɵfac: i0.ɵɵFactoryDeclaration<GraphCanvasComponent, never>;
6089
+ static ɵcmp: i0.ɵɵComponentDeclaration<GraphCanvasComponent, "acl-graph-canvas", never, { "minScale": { "alias": "minScale"; "required": false; }; "maxScale": { "alias": "maxScale"; "required": false; }; "originX": { "alias": "originX"; "required": false; }; "originY": { "alias": "originY"; "required": false; }; "boundary": { "alias": "boundary"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadFailed": { "alias": "loadFailed"; "required": false; }; }, { "retry": "retry"; }, never, ["*", "acl-graph-links", "acl-graph-actions"], true, never>;
6090
+ }
6091
+
6092
+ declare class GraphLinkComponent implements OnDestroy {
6093
+ from: NodeID;
6094
+ to: NodeID;
6095
+ direction: 'h' | 'v';
6096
+ radius: number;
6097
+ arrow: boolean;
6098
+ color: string;
6099
+ path: (points: Points) => string;
6100
+ parallelDirection: (a: number, b: number, al: number, bl: number) => [number, number];
6101
+ verticalDirection: (a: number, b: number, al: number, bl: number) => [number, number];
6102
+ private readonly onDestroy$$;
6103
+ points: Points;
6104
+ get arrowTransform(): string;
6105
+ private readonly store;
6106
+ private readonly cdr;
6107
+ constructor();
6108
+ ngOnDestroy(): void;
6109
+ private findPoints;
6110
+ unScale(points: Points): Points;
6111
+ static ɵfac: i0.ɵɵFactoryDeclaration<GraphLinkComponent, never>;
6112
+ static ɵcmp: i0.ɵɵComponentDeclaration<GraphLinkComponent, "g[aclGraphLink]", never, { "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; "arrow": { "alias": "arrow"; "required": false; }; "color": { "alias": "color"; "required": false; }; "path": { "alias": "path"; "required": false; }; "parallelDirection": { "alias": "parallelDirection"; "required": false; }; "verticalDirection": { "alias": "verticalDirection"; "required": false; }; }, {}, never, never, true, never>;
6113
+ }
6114
+
6115
+ declare class GraphNodeDirective implements OnInit, OnDestroy {
6116
+ id: NodeID;
6117
+ hostRect: () => _alauda_fe_dynamic_plugin_shared.Rect;
6118
+ private readonly el;
6119
+ private readonly store;
6120
+ ngOnInit(): void;
6121
+ ngOnDestroy(): void;
6122
+ static ɵfac: i0.ɵɵFactoryDeclaration<GraphNodeDirective, never>;
6123
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GraphNodeDirective, "[aclGraphNode]", never, { "id": { "alias": "aclGraphNode"; "required": false; }; }, {}, never, never, true, never>;
6124
+ }
6125
+
6126
+ declare const GRAPH_COMPONENTS: (typeof GraphLinksComponent)[];
6127
+
6128
+ 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, AclTableVirtualPlaceholderDefDirective, AclTableVirtualRowDefDirective, AlaudaDeployStatus, AlaudaRunningStatus, ArrayFormTableComponent, ArrayFormTableFooterDirective, ArrayFormTableHeaderDirective, ArrayFormTableRowControlDirective, ArrayFormTableRowDirective, ArrayFormTableRowErrorDirective, ArrayFormTableRowSeparatorDirective, ArrayFormTableZeroStateDirective, AsyncDataLoader, AsyncFunctionValidatorDirective, AuiCodeEditorHelperDirective, BASE_TIMEZONE, BUILT_IN_YAML_EXAMPLES, 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, DEFAULT_ZH_ERROR, 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, FeedbackNotificationComponent, FieldSetColumnComponent, FieldSetColumnGroupComponent, FieldSetGroupComponent, FieldSetItemActionDirective, FieldSetItemComponent, FileResultType, FoldableBlockComponent, FoldableItemInTableComponent, FormItemMarginEffectDirective, FunctionValidatorDirective, GLOBAL_CLUSTER, GRAPH_COMPONENTS, GenericStatusColor, GenericStatusIcon, GraphActionsComponent, GraphCanvasComponent, GraphLinkComponent, GraphLinksComponent, GraphNodeDirective, 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, NotificationUtilService, 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, ResourceErrorInterceptor, 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, TABLE_VIRTUAL_MODULE, 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, WRITABLE_METHODS, WorkloadKind, WorkloadStatusColorMapper, WorkloadStatusEnum, WorkloadStatusIconComponent, WorkloadStatusIconMapper, YamlUtilService, ZH_ERRORS, ZeroStateComponent, addUnitCoreM, addUnitGi, addUnitMi, appendImageHeader, atobWithFallback, buildImageAddress, buildUrl, checkValueExit, clearWindowsXtermTools, compareMinorVersion, compareVersion, copyValue, 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, isK8sErrorStatus, isK8sResource, isL, isR, isSelectAll, isT, isValidRID, isValidWorkspace, k8sResourceAnnotationKeyValidator, k8sResourceAnnotationValidator, k8sResourceLabelKeyValidator, k8sResourceLabelValidator, k8sResourceLabelValueValidator, loadEnv, logsReadOptions, mapTrees, matchExpressionsToString, matchLabelsToString, maxParallelByHttpVersion, noShowRowError, normalizeParams, numToStr, parseDaemonSetStatus, parseDeploymentStatus, parseImageAddress, parseRID, parseStatefulSetStatus, parseToWorkloadStatus, parseUrlInText, parseValidImageName, parseValueAndUnit, parseVersion, parseWorkspace, prefixFilterRuleFactory, primaryColor, queryListParams, randomPassword, reduceTrees, removeDirtyFieldsBeforeUpdate, resourceUnits, rowBackgroundColorFn, safeAssign, scrollIntoView, setNode, setupErrorMapper, shortNum, sortByCreationTimestamp, stringToMatchLabels, stringifyRID, stringifyWorkspace, successColor, tableSort, tableSortAdvance, tagRenderDefault, toLowerFirstLetter, toNumber, toPercent, toPx, toUnitGi, toUnitI, toUnitMi, toUnitNum, toUnitNumM, trackByName, trackByUid, transferResource, versionRegex, warnColor, withLoadState, workspaceToPath, yamlFilterField };
6129
+ 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, FeedbackNotificationConfig, FeedbackNotificationProps, FeedbackNotificationPropsWithEvents, FetchSeed, Fetcher, FileResult, FormatValue, GenericWorkloadStatus, GraphNode, HTTPGetAction, HTTPHeader, HTTPIngressPath, HTTPIngressRuleValue, HelmRequest, HelmRequestClusterSyncResult, HelmRequestClusterSyncResults, HelmRequestCondition, HelmRequestHttp, HelmRequestOci, HelmRequestSpec, HostAliases, HostPathVolumeSource, 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, NodeEdge, NodeID, NodeSelectorTerm, NodeStatus, NodeStatusReason, NodeStatusType, NodeTaint, NormalizedDefaultExtraMapper, NormalizedTableColumnActionExtra, NormalizedTableColumnActionExtraItem, NormalizedTableColumnDef, NotBeValue, NotificationHttpRequest, Nullable, ObjectFieldSelector, ObjectMeta, ObjectReference, ObservableType, OidcConfig, OneOfValue, OpenAPIV2Document, OpenAPIV3SchemaObject, OpenAPIV3SchemaObjects, Options, OriginX, OriginY, OverviewBannerOption, OwnerReference, PagedListConfig, Pagination, PersistentVolumeClaim, PersistentVolumeClaimDataSource, PersistentVolumeClaimSpec, PersistentVolumeClaimStatus, PersistentVolumeClaimVolumeSource, PickerTimeRange, Pod, PodAffinity, PodAffinityTerm, PodLifeCycle, PodLifeCycleHook, PodSpec, PodSpecAffinity, PodStatus, PodTemplateSpec, Point, Points, PreferredAffinity, Probe, ProductBase, ProductBaseSpec, ProductBaseStatus, ProductEntry, ProductEntrySpec, ProductEntryStatus, ProductStatus, ProductStatusCondition, Project, ProjectCluster, ProjectSpec, QueryDisabledFunc, Readonlyable, Rect, Rects, 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, StatusErrorResponse, 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, TransformAction, TransformState, 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, WritableMethod, YamlFilterItem };