@kumori/aurora-wui-components 0.0.5 → 0.0.6
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-icon/axebow-icon.d.ts +12 -0
- package/dist/components/axebow-icon/axebow-icon.d.ts.map +1 -0
- package/dist/components/{aurora-more-actions/aurora-more-actions.d.ts → axebow-more-actions/axebow-more-actions.d.ts} +2 -2
- package/dist/components/axebow-more-actions/axebow-more-actions.d.ts.map +1 -0
- package/dist/components/cards/{aurora-base-card.d.ts → axebow-base-card.d.ts} +6 -3
- package/dist/components/cards/axebow-base-card.d.ts.map +1 -0
- package/dist/components/cards/card.models.d.ts +4 -0
- package/dist/components/cards/card.models.d.ts.map +1 -1
- package/dist/components/cards/parts/{aurora-card-action-banner.d.ts → axebow-card-action-banner.d.ts} +2 -2
- package/dist/components/cards/parts/axebow-card-action-banner.d.ts.map +1 -0
- package/dist/components/cards/parts/{aurora-card-attention-banner.d.ts → axebow-card-attention-banner.d.ts} +2 -2
- package/dist/components/cards/parts/{aurora-card-attention-banner.d.ts.map → axebow-card-attention-banner.d.ts.map} +1 -1
- package/dist/components/cards/parts/{aurora-card-cloud-logo.d.ts → axebow-card-cloud-logo.d.ts} +2 -2
- package/dist/components/cards/parts/{aurora-card-cloud-logo.d.ts.map → axebow-card-cloud-logo.d.ts.map} +1 -1
- package/dist/components/cards/parts/{aurora-card-filter-item.d.ts → axebow-card-filter-item.d.ts} +2 -2
- package/dist/components/cards/parts/axebow-card-filter-item.d.ts.map +1 -0
- package/dist/components/cards/parts/{aurora-card-filter.d.ts → axebow-card-filter.d.ts} +2 -2
- package/dist/components/cards/parts/axebow-card-filter.d.ts.map +1 -0
- package/dist/components/cards/parts/{aurora-card-footer.d.ts → axebow-card-footer.d.ts} +2 -2
- package/dist/components/cards/parts/{aurora-card-footer.d.ts.map → axebow-card-footer.d.ts.map} +1 -1
- package/dist/components/cards/parts/{aurora-card-header.d.ts → axebow-card-header.d.ts} +6 -3
- package/dist/components/cards/parts/axebow-card-header.d.ts.map +1 -0
- package/dist/components/cards/parts/{aurora-card-resource-row.d.ts → axebow-card-resource-row.d.ts} +2 -2
- package/dist/components/cards/parts/axebow-card-resource-row.d.ts.map +1 -0
- package/dist/components/cards/parts/{aurora-card-resource-table.d.ts → axebow-card-resource-table.d.ts} +2 -2
- package/dist/components/cards/parts/{aurora-card-resource-table.d.ts.map → axebow-card-resource-table.d.ts.map} +1 -1
- package/dist/components/cards/parts/{aurora-card-special-link.d.ts → axebow-card-special-link.d.ts} +2 -2
- package/dist/components/cards/parts/axebow-card-special-link.d.ts.map +1 -0
- package/dist/components/cards/parts/{aurora-card-stat-item.d.ts → axebow-card-stat-item.d.ts} +2 -2
- package/dist/components/cards/parts/{aurora-card-stat-item.d.ts.map → axebow-card-stat-item.d.ts.map} +1 -1
- package/dist/components/cards/parts/{aurora-card-stats-row.d.ts → axebow-card-stats-row.d.ts} +2 -2
- package/dist/components/cards/parts/{aurora-card-stats-row.d.ts.map → axebow-card-stats-row.d.ts.map} +1 -1
- package/dist/components/cards/parts/{aurora-card-status.d.ts → axebow-card-status.d.ts} +2 -2
- package/dist/components/cards/parts/axebow-card-status.d.ts.map +1 -0
- package/dist/components/cards/parts/{aurora-card-table-header.d.ts → axebow-card-table-header.d.ts} +2 -2
- package/dist/components/cards/parts/axebow-card-table-header.d.ts.map +1 -0
- package/dist/components/cards/parts/{aurora-card-version-selector.d.ts → axebow-card-version-selector.d.ts} +2 -2
- package/dist/components/cards/parts/axebow-card-version-selector.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-role-tooltip.d.ts +9 -0
- package/dist/components/cards/parts/axebow-role-tooltip.d.ts.map +1 -0
- package/dist/index.d.ts +20 -18
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +349 -237
- package/dist/index.js.map +1 -1
- package/dist/styles/{aurora-theme.d.ts → axebow-theme.d.ts} +2 -2
- package/dist/styles/axebow-theme.d.ts.map +1 -0
- package/package.json +2 -1
- package/dist/components/aurora-more-actions/aurora-more-actions.d.ts.map +0 -1
- package/dist/components/cards/aurora-base-card.d.ts.map +0 -1
- package/dist/components/cards/parts/aurora-card-action-banner.d.ts.map +0 -1
- package/dist/components/cards/parts/aurora-card-filter-item.d.ts.map +0 -1
- package/dist/components/cards/parts/aurora-card-filter.d.ts.map +0 -1
- package/dist/components/cards/parts/aurora-card-header.d.ts.map +0 -1
- package/dist/components/cards/parts/aurora-card-resource-row.d.ts.map +0 -1
- package/dist/components/cards/parts/aurora-card-special-link.d.ts.map +0 -1
- package/dist/components/cards/parts/aurora-card-status.d.ts.map +0 -1
- package/dist/components/cards/parts/aurora-card-table-header.d.ts.map +0 -1
- package/dist/components/cards/parts/aurora-card-version-selector.d.ts.map +0 -1
- package/dist/styles/aurora-theme.d.ts.map +0 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowIcon extends LitElement {
|
|
3
|
+
iconName: string;
|
|
4
|
+
iconColor: string;
|
|
5
|
+
rotate: number;
|
|
6
|
+
filled: boolean;
|
|
7
|
+
size: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
8
|
+
marginBottom: number;
|
|
9
|
+
static styles: import('lit').CSSResult;
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=axebow-icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-icon.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-icon/axebow-icon.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,UAAU,EAAE,MAAM,KAAK,CAAC;AAGlD,qBACa,UAAW,SAAQ,UAAU;IACZ,QAAQ,SAAU;IAClB,SAAS,SAA2B;IACpC,MAAM,SAAK;IACV,MAAM,UAAS;IAChB,IAAI,EAAE,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAY;IACnF,YAAY,SAAK;IAE7C,MAAM,CAAC,MAAM,0BAA0B;IAEvC,MAAM;CAuCP"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { ActionMenuItem } from './../cards/card.models.js';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class AxebowMoreActions extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
open: boolean;
|
|
6
6
|
placement: 'top' | 'bottom';
|
|
@@ -20,4 +20,4 @@ export declare class AuroraMoreActions extends LitElement {
|
|
|
20
20
|
private _handleSlotClick;
|
|
21
21
|
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
23
|
-
//# sourceMappingURL=
|
|
23
|
+
//# sourceMappingURL=axebow-more-actions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-more-actions.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-more-actions/axebow-more-actions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,+BAA+B,CAAC;AAEvC,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,MAAM,CAAC,MAAM,4BAGX;IAE2B,IAAI,UAAS;IACd,SAAS,EAAE,KAAK,GAAG,QAAQ,CAAY;IACtC,QAAQ,UAAS;IACnB,OAAO,EAAE,cAAc,EAAE,CAAM;IAC9B,KAAK,SAAM;IACX,QAAQ,SAAM;IACb,WAAW,UAAS;IACrB,UAAU,SAAW;IACrB,gBAAgB,SAAU;IAE7C,OAAO,CAAC,SAAS,CAAwB;IAElD,iBAAiB;IAMjB,oBAAoB;IAMpB,OAAO,CAAC,mBAAmB,CAKzB;IAEF,OAAO,CAAC,aAAa,CAKnB;IAEF,OAAO,CAAC,OAAO;IAcf,OAAO,CAAC,gBAAgB;IAKxB,MAAM;CAkDP"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
import { ActionMenuItem, CardBadge, CardFilterItem, CardType, MainStatsType, RevisionItem, RuntimeFilterRole, TableStatsType } from './card.models.js';
|
|
3
|
-
export declare class
|
|
2
|
+
import { ActionMenuItem, CardBadge, CardFilterItem, CardType, MainStatsType, RevisionItem, RoleTooltipContent, RuntimeFilterRole, TableStatsType } from './card.models.js';
|
|
3
|
+
export declare class AxebowBaseCard extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
cardType: CardType;
|
|
6
6
|
name: string;
|
|
@@ -51,6 +51,9 @@ export declare class AuroraBaseCard extends LitElement {
|
|
|
51
51
|
freeIaasDesc: string;
|
|
52
52
|
haLabel: string;
|
|
53
53
|
haTitle: string;
|
|
54
|
+
role: string;
|
|
55
|
+
roleTooltips: Record<string, RoleTooltipContent>;
|
|
56
|
+
roleTooltipColor: string;
|
|
54
57
|
render(): import('lit-html').TemplateResult<1>;
|
|
55
58
|
}
|
|
56
|
-
//# sourceMappingURL=
|
|
59
|
+
//# sourceMappingURL=axebow-base-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-base-card.d.ts","sourceRoot":"","sources":["../../../src/components/cards/axebow-base-card.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EACL,cAAc,EACd,SAAS,EACT,cAAc,EACd,QAAQ,EACR,aAAa,EACb,YAAY,EACZ,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACf,MAAM,kBAAkB,CAAC;AAC1B,OAAO,iDAAiD,CAAC;AACzD,OAAO,+BAA+B,CAAC;AACvC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,+BAA+B,CAAC;AACvC,OAAO,qCAAqC,CAAC;AAC7C,OAAO,uCAAuC,CAAC;AAC/C,OAAO,+BAA+B,CAAC;AAEvC,qBACa,cAAe,SAAQ,UAAU;IAC5C,MAAM,CAAC,MAAM,4BAoBX;IAEiE,QAAQ,EAAE,QAAQ,CAAa;IACtE,IAAI,SAAM;IACV,OAAO,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC9B,eAAe,SAAM;IACrB,KAAK,EAAE,SAAS,CAAU;IAC1B,QAAQ,SAAM;IAEf,SAAS,EAAE,aAAa,EAAE,CAAM;IAC9B,OAAO,UAAS;IAElB,UAAU,EAAE,cAAc,EAAE,CAAM;IACjC,kBAAkB,SAAM;IAEzB,WAAW,EAAE,cAAc,EAAE,CAAM;IAClC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC9B,YAAY,UAAS;IACtB,UAAU,SAAM;IAChB,gBAAgB,SAAM;IACtB,cAAc,SAAsB;IACnC,aAAa,UAAS;IACtB,WAAW,UAAS;IACpB,UAAU,UAAS;IACnB,UAAU,UAAS;IAErB,SAAS,EAAE,YAAY,EAAE,CAAM;IAC9B,iBAAiB,SAAM;IACtB,UAAU,UAAS;IACpB,aAAa,SAAc;IAE5B,WAAW,EAAE,iBAAiB,EAAE,CAAM;IACrC,iBAAiB,SAAM;IACvB,QAAQ,SAA2B;IAEnC,WAAW,SAAM;IACjB,UAAU,SAAM;IAChB,aAAa,SAAM;IACnB,kBAAkB,SAAoB;IAErC,gBAAgB,UAAS;IACzB,iBAAiB,UAAS;IAC3B,WAAW,SAAY;IACvB,aAAa,SAAoB;IACjC,iBAAiB,SAA0B;IAC3C,iBAAiB,SAAoB;IACrC,QAAQ,SAAS;IACjB,iBAAiB,SAAM;IAEtB,eAAe,UAAS;IAC1B,kBAAkB,EAAE,cAAc,EAAE,CAAM;IACxC,UAAU,UAAS;IACpB,UAAU,SAAW;IACrB,gBAAgB,SAAU;IAE1B,aAAa,SAAe;IAC5B,aAAa,SAAyB;IACtC,YAAY,SAAgD;IAC5D,OAAO,SAAsB;IAC7B,OAAO,SAA+B;IAEtC,IAAI,SAAM;IACV,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAM;IACtD,gBAAgB,SAA2B;IAEvE,MAAM;CAyIP"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.models.d.ts","sourceRoot":"","sources":["../../../src/components/cards/card.models.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,aAAa,GAAG,QAAQ,GAAG,SAAS,CAAC;AAExE,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,IAAI,GAAG,MAAM,CAAC;AAEpD,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,OAAO,GAAG,SAAS,CAAC;IACjE,KAAK,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;CAC3B;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,cAAc,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;CAC7D"}
|
|
1
|
+
{"version":3,"file":"card.models.d.ts","sourceRoot":"","sources":["../../../src/components/cards/card.models.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,aAAa,GAAG,QAAQ,GAAG,SAAS,CAAC;AAExE,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,IAAI,GAAG,MAAM,CAAC;AAEpD,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,OAAO,GAAG,SAAS,CAAC;IACjE,KAAK,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;CAC3B;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,cAAc,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;CAC7D;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class AxebowCardActionBanner extends LitElement {
|
|
3
3
|
static styles: import('lit').CSSResult[];
|
|
4
4
|
label: string;
|
|
5
5
|
render(): import('lit-html').TemplateResult<1>;
|
|
6
6
|
private _onClick;
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=axebow-card-action-banner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-card-action-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-action-banner.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,kCAAkC,CAAC;AAE1C,qBACa,sBAAuB,SAAQ,UAAU;IACpD,MAAM,CAAC,MAAM,4BAQX;IAE0B,KAAK,SAAkB;IAEnD,MAAM;IAWN,OAAO,CAAC,QAAQ;CAGjB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { CardType, TableStatsType } from '../card.models.js';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class AxebowCardAttentionBanner extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
cardType: CardType;
|
|
6
6
|
tableStats: TableStatsType[];
|
|
@@ -17,4 +17,4 @@ export declare class AuroraCardAttentionBanner extends LitElement {
|
|
|
17
17
|
render(): import('lit-html').TemplateResult<1>;
|
|
18
18
|
private _onManage;
|
|
19
19
|
}
|
|
20
|
-
//# sourceMappingURL=
|
|
20
|
+
//# sourceMappingURL=axebow-card-attention-banner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"axebow-card-attention-banner.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-attention-banner.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,+BAA+B,CAAC;AAEvC,qBACa,yBAA0B,SAAQ,UAAU;IACvD,MAAM,CAAC,MAAM,4BAMX;IAE0B,QAAQ,EAAE,QAAQ,CAAa;IAChC,UAAU,EAAE,cAAc,EAAE,CAAM;IACjC,SAAS,SAAM;IACd,WAAW,UAAS;IACpB,kBAAkB,UAAS;IAC5B,WAAW,SAAY;IACvB,aAAa,SAAoB;IACjC,iBAAiB,SAA0B;IAC3C,iBAAiB,SAAoB;IACrC,QAAQ,SAAS;IAE7C,OAAO,CAAC,YAAY;IAOpB,OAAO,CAAC,WAAW;IAMnB,MAAM;IAwBN,OAAO,CAAC,SAAS;CAGlB"}
|
package/dist/components/cards/parts/{aurora-card-cloud-logo.d.ts → axebow-card-cloud-logo.d.ts}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class AxebowCardCloudLogo extends LitElement {
|
|
3
3
|
static styles: import('lit').CSSResult[];
|
|
4
4
|
src: string | null;
|
|
5
5
|
size: 'small' | 'large';
|
|
6
6
|
render(): import('lit-html').TemplateResult<1>;
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=axebow-card-cloud-logo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"axebow-card-cloud-logo.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-cloud-logo.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAGvD,qBACa,mBAAoB,SAAQ,UAAU;IACjD,MAAM,CAAC,MAAM,4BAGX;IAE0B,GAAG,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC1B,IAAI,EAAE,OAAO,GAAG,OAAO,CAAW;IAE9D,MAAM;CAOP"}
|
package/dist/components/cards/parts/{aurora-card-filter-item.d.ts → axebow-card-filter-item.d.ts}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class AxebowCardFilterItem extends LitElement {
|
|
3
3
|
static styles: import('lit').CSSResult[];
|
|
4
4
|
name: string;
|
|
5
5
|
showAttention: boolean;
|
|
6
6
|
render(): import('lit-html').TemplateResult<1>;
|
|
7
7
|
private _onClick;
|
|
8
8
|
}
|
|
9
|
-
//# sourceMappingURL=
|
|
9
|
+
//# sourceMappingURL=axebow-card-filter-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-card-filter-item.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-filter-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,kCAAkC,CAAC;AAE1C,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,4BAGX;IAE0B,IAAI,SAAM;IACT,aAAa,UAAS;IAEnD,MAAM;IAcN,OAAO,CAAC,QAAQ;CAKjB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { CardFilterItem } from '../card.models.js';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class AxebowCardFilter extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
items: CardFilterItem[];
|
|
6
6
|
selected: string | null;
|
|
@@ -16,4 +16,4 @@ export declare class AuroraCardFilter extends LitElement {
|
|
|
16
16
|
private _onSelect;
|
|
17
17
|
private _onEmptyAction;
|
|
18
18
|
}
|
|
19
|
-
//# sourceMappingURL=
|
|
19
|
+
//# sourceMappingURL=axebow-card-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-card-filter.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-filter.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,8BAA8B,CAAC;AAEtC,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,MAAM,CAAC,MAAM,4BAGX;IAEyB,KAAK,EAAE,cAAc,EAAE,CAAM;IAC5B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC/B,UAAU,SAAM;IAChB,gBAAgB,SAAM;IACtB,cAAc,SAAsB;IACnC,aAAa,UAAS;IACtB,MAAM,UAAS;IACf,WAAW,UAAS;IACpB,UAAU,UAAS;IAEhD,MAAM;IAiDN,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,cAAc;CAGvB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { ActionMenuItem } from '../card.models.js';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class AxebowCardFooter extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
isFreeIaaS: boolean;
|
|
6
6
|
isPlainRole: boolean;
|
|
@@ -17,4 +17,4 @@ export declare class AuroraCardFooter extends LitElement {
|
|
|
17
17
|
private _onToggled;
|
|
18
18
|
private _onAction;
|
|
19
19
|
}
|
|
20
|
-
//# sourceMappingURL=
|
|
20
|
+
//# sourceMappingURL=axebow-card-footer.d.ts.map
|
package/dist/components/cards/parts/{aurora-card-footer.d.ts.map → axebow-card-footer.d.ts.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"axebow-card-footer.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-footer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,oDAAoD,CAAC;AAC5D,OAAO,yBAAyB,CAAC;AAEjC,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,MAAM,CAAC,MAAM,4BAGX;IAE2B,UAAU,UAAS;IACnB,WAAW,UAAS;IACrB,UAAU,SAAM;IAChB,aAAa,SAAM;IACnB,WAAW,SAAM;IAChB,WAAW,UAAS;IACpB,eAAe,UAAS;IAC1B,kBAAkB,EAAE,cAAc,EAAE,CAAM;IACzC,UAAU,SAAW;IACrB,gBAAgB,SAAU;IAC1B,WAAW,SAAM;IAE7C,MAAM;IAiCN,OAAO,CAAC,UAAU;IAMlB,OAAO,CAAC,SAAS;CAGlB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
import { CardBadge, CardType, RevisionItem } from '../card.models.js';
|
|
3
|
-
export declare class
|
|
2
|
+
import { CardBadge, CardType, RevisionItem, RoleTooltipContent } from '../card.models.js';
|
|
3
|
+
export declare class AxebowCardHeader extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
logoSrc: string | null;
|
|
6
6
|
tenantOrAccount: string;
|
|
@@ -15,9 +15,12 @@ export declare class AuroraCardHeader extends LitElement {
|
|
|
15
15
|
freeIaasDesc: string;
|
|
16
16
|
haLabel: string;
|
|
17
17
|
haTitle: string;
|
|
18
|
+
role: string;
|
|
19
|
+
roleTooltips: Record<string, RoleTooltipContent>;
|
|
20
|
+
roleTooltipColor: string;
|
|
18
21
|
private _renderBadge;
|
|
19
22
|
private _headerHeight;
|
|
20
23
|
render(): import('lit-html').TemplateResult<1>;
|
|
21
24
|
private _onRevisionChange;
|
|
22
25
|
}
|
|
23
|
-
//# sourceMappingURL=
|
|
26
|
+
//# sourceMappingURL=axebow-card-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-card-header.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-header.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC1F,OAAO,6DAA6D,CAAC;AACrE,OAAO,yDAAyD,CAAC;AACjE,OAAO,kCAAkC,CAAC;AAC1C,OAAO,6BAA6B,CAAC;AACrC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,0BAA0B,CAAC;AAElC,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,MAAM,CAAC,MAAM,4BAMX;IAE0B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC9B,eAAe,SAAM;IACrB,IAAI,SAAM;IACV,KAAK,EAAE,SAAS,CAAU;IAC1B,QAAQ,SAAM;IACd,QAAQ,EAAE,QAAQ,CAAa;IAChC,SAAS,EAAE,YAAY,EAAE,CAAM;IAC9B,iBAAiB,SAAM;IACvB,aAAa,SAAe;IAC5B,aAAa,SAAyB;IACtC,YAAY,SAAgD;IAC5D,OAAO,SAAsB;IAC7B,OAAO,SAA+B;IACtC,IAAI,SAAM;IACV,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAM;IACtD,gBAAgB,SAA2B;IAEvE,OAAO,CAAC,YAAY;IAyBpB,OAAO,CAAC,aAAa;IAarB,MAAM;IAwEN,OAAO,CAAC,iBAAiB;CAG1B"}
|
package/dist/components/cards/parts/{aurora-card-resource-row.d.ts → axebow-card-resource-row.d.ts}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { TableStatsType } from '../card.models.js';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class AxebowCardResourceRow extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
stat: TableStatsType;
|
|
6
6
|
attentionThreshold: number;
|
|
7
7
|
isLast: boolean;
|
|
8
8
|
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=
|
|
10
|
+
//# sourceMappingURL=axebow-card-resource-row.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-card-resource-row.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-resource-row.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,qBACa,qBAAsB,SAAQ,UAAU;IACnD,MAAM,CAAC,MAAM,4BAGX;IAE0B,IAAI,EAAG,cAAc,CAAC;IACtB,kBAAkB,SAAM;IACvB,MAAM,UAAS;IAE5C,MAAM;CAyCP"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { CardType, TableStatsType } from '../card.models.js';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class AxebowCardResourceTable extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
rows: TableStatsType[];
|
|
6
6
|
attentionThreshold: number;
|
|
@@ -17,4 +17,4 @@ export declare class AuroraCardResourceTable extends LitElement {
|
|
|
17
17
|
private _hasAttention;
|
|
18
18
|
render(): import('lit-html').TemplateResult<1>;
|
|
19
19
|
}
|
|
20
|
-
//# sourceMappingURL=
|
|
20
|
+
//# sourceMappingURL=axebow-card-resource-table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"axebow-card-resource-table.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-resource-table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,mCAAmC,CAAC;AAC3C,OAAO,gCAAgC,CAAC;AACxC,OAAO,+BAA+B,CAAC;AAEvC,qBACa,uBAAwB,SAAQ,UAAU;IACrD,MAAM,CAAC,MAAM,4BAGX;IAEyB,IAAI,EAAE,cAAc,EAAE,CAAM;IAC3B,kBAAkB,SAAM;IACxB,QAAQ,EAAE,QAAQ,CAAa;IAC9B,WAAW,UAAS;IACpB,gBAAgB,UAAS;IACzB,iBAAiB,UAAS;IAC3B,WAAW,SAAY;IACvB,aAAa,SAAoB;IACjC,iBAAiB,SAA0B;IAC3C,iBAAiB,SAAoB;IACrC,QAAQ,SAAS;IACjB,iBAAiB,SAAM;IAEnD,OAAO,CAAC,aAAa;IAKrB,MAAM;CAkDP"}
|
package/dist/components/cards/parts/{aurora-card-special-link.d.ts → axebow-card-special-link.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class AxebowCardSpecialLink extends LitElement {
|
|
3
3
|
static styles: import('lit').CSSResult[];
|
|
4
4
|
label: string;
|
|
5
5
|
color: string;
|
|
@@ -7,4 +7,4 @@ export declare class AuroraCardSpecialLink extends LitElement {
|
|
|
7
7
|
render(): import('lit-html').TemplateResult<1>;
|
|
8
8
|
private _onClick;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=
|
|
10
|
+
//# sourceMappingURL=axebow-card-special-link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-card-special-link.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-special-link.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,kCAAkC,CAAC;AAE1C,qBACa,qBAAsB,SAAQ,UAAU;IACnD,MAAM,CAAC,MAAM,4BAGX;IAE0B,KAAK,SAAM;IACX,KAAK,SAAyB;IAC9B,IAAI,SAAmB;IAEnD,MAAM;IASN,OAAO,CAAC,QAAQ;CAGjB"}
|
package/dist/components/cards/parts/{aurora-card-stat-item.d.ts → axebow-card-stat-item.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class AxebowCardStatItem extends LitElement {
|
|
3
3
|
static styles: import('lit').CSSResult[];
|
|
4
4
|
value: number;
|
|
5
5
|
title: string;
|
|
@@ -9,4 +9,4 @@ export declare class AuroraCardStatItem extends LitElement {
|
|
|
9
9
|
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
private _onClick;
|
|
11
11
|
}
|
|
12
|
-
//# sourceMappingURL=
|
|
12
|
+
//# sourceMappingURL=axebow-card-stat-item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"axebow-card-stat-item.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-stat-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAGvD,qBACa,kBAAmB,SAAQ,UAAU;IAChD,MAAM,CAAC,MAAM,4BAGX;IAE0B,KAAK,EAAE,MAAM,CAAK;IAClB,KAAK,SAAM;IACX,KAAK,SAAM;IACV,MAAM,UAAQ;IACd,OAAO,UAAS;IAE7C,MAAM;IAaN,OAAO,CAAC,QAAQ;CAKjB"}
|
package/dist/components/cards/parts/{aurora-card-stats-row.d.ts → axebow-card-stats-row.d.ts}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { MainStatsType } from '../card.models.js';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class AxebowCardStatsRow extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
stats: MainStatsType[];
|
|
6
6
|
compact: boolean;
|
|
7
7
|
render(): import('lit-html').TemplateResult<1>;
|
|
8
8
|
private _handleLabelClick;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=
|
|
10
|
+
//# sourceMappingURL=axebow-card-stats-row.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"axebow-card-stats-row.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-stats-row.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,4BAA4B,CAAC;AAEpC,qBACa,kBAAmB,SAAQ,UAAU;IAChD,MAAM,CAAC,MAAM,4BAGX;IAEyB,KAAK,EAAE,aAAa,EAAE,CAAM;IAC1B,OAAO,UAAS;IAE7C,MAAM;IAmBN,OAAO,CAAC,iBAAiB;CAK1B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class AxebowCardStatus extends LitElement {
|
|
3
3
|
static styles: import('lit').CSSResult[];
|
|
4
4
|
statusCode: string;
|
|
5
5
|
statusMessage: string;
|
|
@@ -7,4 +7,4 @@ export declare class AuroraCardStatus extends LitElement {
|
|
|
7
7
|
showSpinner: boolean;
|
|
8
8
|
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=
|
|
10
|
+
//# sourceMappingURL=axebow-card-status.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-card-status.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-status.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,6DAA6D,CAAC;AACrE,OAAO,kCAAkC,CAAC;AAE1C,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,MAAM,CAAC,MAAM,4BAMX;IAE0B,UAAU,SAAM;IAChB,aAAa,SAAM;IACnB,WAAW,SAAM;IAChB,WAAW,UAAS;IAEjD,MAAM;CAeP"}
|
package/dist/components/cards/parts/{aurora-card-table-header.d.ts → axebow-card-table-header.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { RuntimeFilterRole } from '../card.models.js';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class AxebowCardTableHeader extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
opened: boolean;
|
|
6
6
|
filterDisplayText: string;
|
|
@@ -12,4 +12,4 @@ export declare class AuroraCardTableHeader extends LitElement {
|
|
|
12
12
|
private _onToggle;
|
|
13
13
|
private _onSelect;
|
|
14
14
|
}
|
|
15
|
-
//# sourceMappingURL=
|
|
15
|
+
//# sourceMappingURL=axebow-card-table-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-card-table-header.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-table-header.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,kCAAkC,CAAC;AAE1C,qBACa,qBAAsB,SAAQ,UAAU;IACnD,MAAM,CAAC,MAAM,4BAGX;IAE2B,MAAM,UAAS;IAChB,iBAAiB,SAAM;IACvB,QAAQ,SAA2B;IACnC,cAAc,SAAsB;IACnC,aAAa,UAAS;IACxB,WAAW,EAAE,iBAAiB,EAAE,CAAM;IAEjE,MAAM;IAkDN,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,SAAS;CAGlB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { RevisionItem } from '../card.models.js';
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class AxebowCardVersionSelector extends LitElement {
|
|
4
4
|
static styles: import('lit').CSSResult[];
|
|
5
5
|
revisions: RevisionItem[];
|
|
6
6
|
displayedRevision: string;
|
|
@@ -8,4 +8,4 @@ export declare class AuroraCardVersionSelector extends LitElement {
|
|
|
8
8
|
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
private _onChange;
|
|
10
10
|
}
|
|
11
|
-
//# sourceMappingURL=
|
|
11
|
+
//# sourceMappingURL=axebow-card-version-selector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-card-version-selector.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-card-version-selector.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,qBACa,yBAA0B,SAAQ,UAAU;IACvD,MAAM,CAAC,MAAM,4BAyBX;IAEyB,SAAS,EAAE,YAAY,EAAE,CAAM;IAC9B,iBAAiB,SAAM;IAEnD,OAAO,CAAC,eAAe;IAMvB,MAAM;IAQN,OAAO,CAAC,SAAS;CAIlB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowRoleTooltip extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
heading: string;
|
|
5
|
+
items: string[];
|
|
6
|
+
color: string;
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=axebow-role-tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-role-tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/cards/parts/axebow-role-tooltip.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,6DAA6D,CAAC;AAErE,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,MAAM,CAAC,MAAM,4BAqBX;IAE0B,OAAO,SAAM;IACd,KAAK,EAAE,MAAM,EAAE,CAAM;IACpB,KAAK,SAA2B;IAE5D,MAAM;CAeP"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
export * from './styles/
|
|
1
|
+
export * from './styles/axebow-theme.js';
|
|
2
|
+
export * from './components/axebow-icon/axebow-icon.js';
|
|
2
3
|
export * from './components/cards/card.models.js';
|
|
3
|
-
export * from './components/
|
|
4
|
-
export * from './components/cards/
|
|
5
|
-
export * from './components/cards/parts/
|
|
6
|
-
export * from './components/cards/parts/
|
|
7
|
-
export * from './components/cards/parts/
|
|
8
|
-
export * from './components/cards/parts/
|
|
9
|
-
export * from './components/cards/parts/
|
|
10
|
-
export * from './components/cards/parts/
|
|
11
|
-
export * from './components/cards/parts/
|
|
12
|
-
export * from './components/cards/parts/
|
|
13
|
-
export * from './components/cards/parts/
|
|
14
|
-
export * from './components/cards/parts/
|
|
15
|
-
export * from './components/cards/parts/
|
|
16
|
-
export * from './components/cards/parts/
|
|
17
|
-
export * from './components/cards/parts/
|
|
18
|
-
export * from './components/cards/parts/
|
|
19
|
-
export * from './components/cards/parts/
|
|
4
|
+
export * from './components/axebow-more-actions/axebow-more-actions.js';
|
|
5
|
+
export * from './components/cards/axebow-base-card.js';
|
|
6
|
+
export * from './components/cards/parts/axebow-card-header.js';
|
|
7
|
+
export * from './components/cards/parts/axebow-card-cloud-logo.js';
|
|
8
|
+
export * from './components/cards/parts/axebow-card-version-selector.js';
|
|
9
|
+
export * from './components/cards/parts/axebow-role-tooltip.js';
|
|
10
|
+
export * from './components/cards/parts/axebow-card-stat-item.js';
|
|
11
|
+
export * from './components/cards/parts/axebow-card-stats-row.js';
|
|
12
|
+
export * from './components/cards/parts/axebow-card-filter-item.js';
|
|
13
|
+
export * from './components/cards/parts/axebow-card-filter.js';
|
|
14
|
+
export * from './components/cards/parts/axebow-card-table-header.js';
|
|
15
|
+
export * from './components/cards/parts/axebow-card-resource-row.js';
|
|
16
|
+
export * from './components/cards/parts/axebow-card-resource-table.js';
|
|
17
|
+
export * from './components/cards/parts/axebow-card-special-link.js';
|
|
18
|
+
export * from './components/cards/parts/axebow-card-attention-banner.js';
|
|
19
|
+
export * from './components/cards/parts/axebow-card-action-banner.js';
|
|
20
|
+
export * from './components/cards/parts/axebow-card-status.js';
|
|
21
|
+
export * from './components/cards/parts/axebow-card-footer.js';
|
|
20
22
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,yDAAyD,CAAC;AACxE,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,mDAAmD,CAAC;AAClE,cAAc,mDAAmD,CAAC;AAClE,cAAc,qDAAqD,CAAC;AACpE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,sDAAsD,CAAC;AACrE,cAAc,sDAAsD,CAAC;AACrE,cAAc,wDAAwD,CAAC;AACvE,cAAc,sDAAsD,CAAC;AACrE,cAAc,0DAA0D,CAAC;AACzE,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,yDAAyD,CAAC;AACxE,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,iDAAiD,CAAC;AAChE,cAAc,mDAAmD,CAAC;AAClE,cAAc,mDAAmD,CAAC;AAClE,cAAc,qDAAqD,CAAC;AACpE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,sDAAsD,CAAC;AACrE,cAAc,sDAAsD,CAAC;AACrE,cAAc,wDAAwD,CAAC;AACvE,cAAc,sDAAsD,CAAC;AACrE,cAAc,0DAA0D,CAAC;AACzE,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC"}
|