@kumori/aurora-wui-components 0.0.264-dev4114.18 → 0.0.264-dev4114.2
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/dist/components/axebow-service-detail-header/axebow-service-detail-header.d.ts +0 -1
- package/dist/components/axebow-service-detail-header/axebow-service-detail-header.d.ts.map +1 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -618
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/axebow-refresh-period-panel/axebow-refresh-period-panel.d.ts +0 -20
- package/dist/components/axebow-refresh-period-panel/axebow-refresh-period-panel.d.ts.map +0 -1
- package/dist/components/axebow-role-card/axebow-role-card.d.ts +0 -18
- package/dist/components/axebow-role-card/axebow-role-card.d.ts.map +0 -1
- package/dist/components/axebow-role-container-dropdown/axebow-role-container-dropdown.d.ts +0 -41
- package/dist/components/axebow-role-container-dropdown/axebow-role-container-dropdown.d.ts.map +0 -1
- package/dist/components/axebow-time-range-panel/axebow-time-range-panel.d.ts +0 -29
- package/dist/components/axebow-time-range-panel/axebow-time-range-panel.d.ts.map +0 -1
- package/dist/components/axebow-underline-tab-selector/axebow-underline-tab-selector.d.ts +0 -18
- package/dist/components/axebow-underline-tab-selector/axebow-underline-tab-selector.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export interface RefreshPeriodItem {
|
|
3
|
-
label: string;
|
|
4
|
-
value: number;
|
|
5
|
-
selected: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare class AxebowRefreshPeriodPanel extends LitElement {
|
|
8
|
-
static styles: import('lit').CSSResult[];
|
|
9
|
-
title: string;
|
|
10
|
-
buttonText: string;
|
|
11
|
-
offLabel: string;
|
|
12
|
-
offSelected: boolean;
|
|
13
|
-
periods: RefreshPeriodItem[];
|
|
14
|
-
refreshNowLabel: string;
|
|
15
|
-
isManualRefreshing: boolean;
|
|
16
|
-
private _handleSelect;
|
|
17
|
-
private _handleRefreshNow;
|
|
18
|
-
render(): import('lit-html').TemplateResult<1>;
|
|
19
|
-
}
|
|
20
|
-
//# sourceMappingURL=axebow-refresh-period-panel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-refresh-period-panel.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-refresh-period-panel/axebow-refresh-period-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+DAA+D,CAAC;AACvE,OAAO,uDAAuD,CAAC;AAC/D,OAAO,iEAAiE,CAAC;AACzE,OAAO,6DAA6D,CAAC;AAIrE,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,4BAmBX;IAE0B,KAAK,SAAM;IACX,UAAU,SAAM;IAChB,QAAQ,SAAM;IACb,WAAW,UAAS;IACjB,OAAO,EAAE,iBAAiB,EAAE,CAAM;IACtC,eAAe,SAAM;IACpB,kBAAkB,UAAS;IAExD,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,iBAAiB,CAEvB;IAEF,MAAM;CA6CP"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export interface RoleCardResource {
|
|
3
|
-
title: string;
|
|
4
|
-
value: string;
|
|
5
|
-
unit: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class AxebowRoleCard extends LitElement {
|
|
8
|
-
static styles: import('lit').CSSResult[];
|
|
9
|
-
name: string;
|
|
10
|
-
logoUrl: string;
|
|
11
|
-
descriptionPrefix: string;
|
|
12
|
-
description: string;
|
|
13
|
-
resourceLimitsTitle: string;
|
|
14
|
-
resources: RoleCardResource[];
|
|
15
|
-
private _renderResource;
|
|
16
|
-
render(): import('lit-html').TemplateResult<1>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=axebow-role-card.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-role-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-role-card/axebow-role-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,6DAA6D,CAAC;AACrE,OAAO,yDAAyD,CAAC;AAIjE,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,qBACa,cAAe,SAAQ,UAAU;IAC5C,MAAM,CAAC,MAAM,4BAmBX;IAE0B,IAAI,SAAM;IACV,OAAO,SAAM;IACb,iBAAiB,SAAM;IACvB,WAAW,SAAM;IACjB,mBAAmB,SAAM;IACrB,SAAS,EAAE,gBAAgB,EAAE,CAAM;IAEnE,OAAO,CAAC,eAAe;IAUvB,MAAM;CAiCP"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export interface RoleContainerItem {
|
|
3
|
-
name: string;
|
|
4
|
-
selected: boolean;
|
|
5
|
-
}
|
|
6
|
-
export interface RoleContainerInstanceItem {
|
|
7
|
-
name: string;
|
|
8
|
-
logoUrl: string;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
containers: RoleContainerItem[];
|
|
11
|
-
}
|
|
12
|
-
export interface RoleContainerRoleItem {
|
|
13
|
-
name: string;
|
|
14
|
-
instances: RoleContainerInstanceItem[];
|
|
15
|
-
}
|
|
16
|
-
export interface RoleContainerSelection {
|
|
17
|
-
type: 'all' | 'instance' | 'container';
|
|
18
|
-
role?: string;
|
|
19
|
-
instanceIdx?: number;
|
|
20
|
-
container?: string;
|
|
21
|
-
}
|
|
22
|
-
export declare class AxebowRoleContainerDropdown extends LitElement {
|
|
23
|
-
static styles: import('lit').CSSResult[];
|
|
24
|
-
title: string;
|
|
25
|
-
buttonText: string;
|
|
26
|
-
allContainersLabel: string;
|
|
27
|
-
allContainersSelected: boolean;
|
|
28
|
-
roles: RoleContainerRoleItem[];
|
|
29
|
-
clearAllLabel: string;
|
|
30
|
-
applyFilterLabel: string;
|
|
31
|
-
private _emitToggle;
|
|
32
|
-
private _handleClearAll;
|
|
33
|
-
private _handleApplyFilter;
|
|
34
|
-
private _renderAllContainersOption;
|
|
35
|
-
private _handleItemClick;
|
|
36
|
-
private _renderInstance;
|
|
37
|
-
private _renderContainer;
|
|
38
|
-
private _renderFooter;
|
|
39
|
-
render(): import('lit-html').TemplateResult<1>;
|
|
40
|
-
}
|
|
41
|
-
//# sourceMappingURL=axebow-role-container-dropdown.d.ts.map
|
package/dist/components/axebow-role-container-dropdown/axebow-role-container-dropdown.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-role-container-dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-role-container-dropdown/axebow-role-container-dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+DAA+D,CAAC;AACvE,OAAO,uDAAuD,CAAC;AAC/D,OAAO,iEAAiE,CAAC;AACzE,OAAO,+DAA+D,CAAC;AAIvE,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,iBAAiB,EAAE,CAAC;CACjC;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,yBAAyB,EAAE,CAAC;CACxC;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,KAAK,GAAG,UAAU,GAAG,WAAW,CAAC;IACvC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBACa,2BAA4B,SAAQ,UAAU;IACzD,MAAM,CAAC,MAAM,4BA6BX;IAE0B,KAAK,SAAM;IACX,UAAU,SAAM;IAChB,kBAAkB,SAAM;IACvB,qBAAqB,UAAS;IAC3B,KAAK,EAAE,qBAAqB,EAAE,CAAM;IACxC,aAAa,SAAM;IACnB,gBAAgB,SAAM;IAElD,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,eAAe,CAErB;IAEF,OAAO,CAAC,kBAAkB,CAGxB;IAEF,OAAO,CAAC,0BAA0B;IAUlC,OAAO,CAAC,gBAAgB;IAOxB,OAAO,CAAC,eAAe;IAsBvB,OAAO,CAAC,gBAAgB;IAiBxB,OAAO,CAAC,aAAa;IAsBrB,MAAM;CAyBP"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export interface TimeRangeItem {
|
|
3
|
-
label: string;
|
|
4
|
-
value: number;
|
|
5
|
-
selected: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare class AxebowTimeRangePanel extends LitElement {
|
|
8
|
-
static styles: import('lit').CSSResult[];
|
|
9
|
-
title: string;
|
|
10
|
-
buttonText: string;
|
|
11
|
-
searchPlaceholder: string;
|
|
12
|
-
searchValue: string;
|
|
13
|
-
ranges: TimeRangeItem[];
|
|
14
|
-
absoluteTitle: string;
|
|
15
|
-
fromLabel: string;
|
|
16
|
-
fromValue: string;
|
|
17
|
-
toLabel: string;
|
|
18
|
-
toValue: string;
|
|
19
|
-
applyLabel: string;
|
|
20
|
-
private _emit;
|
|
21
|
-
private _handleSearchChange;
|
|
22
|
-
private _handleRangeSelect;
|
|
23
|
-
private _handleFromChange;
|
|
24
|
-
private _handleApply;
|
|
25
|
-
private _renderQuickRanges;
|
|
26
|
-
private _renderAbsoluteTimeSection;
|
|
27
|
-
render(): import('lit-html').TemplateResult<1>;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=axebow-time-range-panel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-time-range-panel.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-time-range-panel/axebow-time-range-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,mCAAmC,CAAC;AAC3C,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+DAA+D,CAAC;AACvE,OAAO,uDAAuD,CAAC;AAC/D,OAAO,iEAAiE,CAAC;AACzE,OAAO,yDAAyD,CAAC;AAIjE,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,4BAoBX;IAE0B,KAAK,SAAM;IACX,UAAU,SAAM;IAChB,iBAAiB,SAAM;IACvB,WAAW,SAAM;IACb,MAAM,EAAE,aAAa,EAAE,CAAM;IACjC,aAAa,SAAM;IACnB,SAAS,SAAM;IACf,SAAS,SAAM;IACf,OAAO,SAAM;IACb,OAAO,SAAM;IACb,UAAU,SAAM;IAE5C,OAAO,CAAC,KAAK;IAIb,OAAO,CAAC,mBAAmB,CAEzB;IAEF,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,iBAAiB,CAEvB;IAEF,OAAO,CAAC,YAAY,CAGlB;IAEF,OAAO,CAAC,kBAAkB;IAqB1B,OAAO,CAAC,0BAA0B;IA0BlC,MAAM;CAmBP"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class AxebowUnderlineTabSelector extends LitElement {
|
|
3
|
-
disabled: boolean;
|
|
4
|
-
activeTab?: number;
|
|
5
|
-
private _activeTab;
|
|
6
|
-
private _tabCount;
|
|
7
|
-
private _tabDisabled;
|
|
8
|
-
private _observer;
|
|
9
|
-
static styles: import('lit').CSSResult[];
|
|
10
|
-
connectedCallback(): void;
|
|
11
|
-
disconnectedCallback(): void;
|
|
12
|
-
protected firstUpdated(): void;
|
|
13
|
-
protected updated(changedProperties: Map<string, unknown>): void;
|
|
14
|
-
private _updateTabCount;
|
|
15
|
-
private _selectTab;
|
|
16
|
-
render(): import('lit-html').TemplateResult<1>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=axebow-underline-tab-selector.d.ts.map
|
package/dist/components/axebow-underline-tab-selector/axebow-underline-tab-selector.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-underline-tab-selector.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-underline-tab-selector/axebow-underline-tab-selector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAkB,MAAM,KAAK,CAAC;AAKvD,qBACa,0BAA2B,SAAQ,UAAU;IACT,QAAQ,UAAS;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEtC,OAAO,CAAC,UAAU,CAAK;IACvB,OAAO,CAAC,SAAS,CAAK;IACtB,OAAO,CAAC,YAAY,CAAiB;IAE9C,OAAO,CAAC,SAAS,CAAiC;IAElD,MAAM,CAAC,MAAM,4BAgBX;IAEF,iBAAiB;IAOjB,oBAAoB;IAKpB,SAAS,CAAC,YAAY;IAItB,SAAS,CAAC,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IASzD,OAAO,CAAC,eAAe;IAavB,OAAO,CAAC,UAAU;IAMlB,MAAM;CAkCP"}
|