@kumori/aurora-wui-components 0.0.0-dev4069.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.adoc +2 -0
- package/dist/components/axebow-actions-footer/axebow-actions-footer.d.ts +38 -0
- package/dist/components/axebow-actions-footer/axebow-actions-footer.d.ts.map +1 -0
- package/dist/components/axebow-adjustment-resources-counter/axebow-adjustment-resources-counter.d.ts +13 -0
- package/dist/components/axebow-adjustment-resources-counter/axebow-adjustment-resources-counter.d.ts.map +1 -0
- package/dist/components/axebow-alert/axebow-alert.d.ts +28 -0
- package/dist/components/axebow-alert/axebow-alert.d.ts.map +1 -0
- package/dist/components/axebow-banner/axebow-banner.d.ts +27 -0
- package/dist/components/axebow-banner/axebow-banner.d.ts.map +1 -0
- package/dist/components/axebow-breadcrumb-header/axebow-breadcrumb-header.d.ts +24 -0
- package/dist/components/axebow-breadcrumb-header/axebow-breadcrumb-header.d.ts.map +1 -0
- package/dist/components/axebow-button/axebow-button.d.ts +36 -0
- package/dist/components/axebow-button/axebow-button.d.ts.map +1 -0
- package/dist/components/axebow-channel-config-panel/axebow-channel-config-panel.d.ts +10 -0
- package/dist/components/axebow-channel-config-panel/axebow-channel-config-panel.d.ts.map +1 -0
- package/dist/components/axebow-collaborators-dialog/axebow-collaborators-dialog.d.ts +65 -0
- package/dist/components/axebow-collaborators-dialog/axebow-collaborators-dialog.d.ts.map +1 -0
- package/dist/components/axebow-deploy-card/axebow-deploy-card.d.ts +18 -0
- package/dist/components/axebow-deploy-card/axebow-deploy-card.d.ts.map +1 -0
- package/dist/components/axebow-deploy-summary/axebow-deploy-summary.d.ts +47 -0
- package/dist/components/axebow-deploy-summary/axebow-deploy-summary.d.ts.map +1 -0
- package/dist/components/axebow-deploy-summary/axebow-deploy-summary.models.d.ts +125 -0
- package/dist/components/axebow-deploy-summary/axebow-deploy-summary.models.d.ts.map +1 -0
- package/dist/components/axebow-dialog/axebow-dialog.d.ts +36 -0
- package/dist/components/axebow-dialog/axebow-dialog.d.ts.map +1 -0
- package/dist/components/axebow-drag-drop-upload-file/axebow-drag-drop-upload-file.d.ts +23 -0
- package/dist/components/axebow-drag-drop-upload-file/axebow-drag-drop-upload-file.d.ts.map +1 -0
- package/dist/components/axebow-draggable-service/axebow-draggable-service.d.ts +15 -0
- package/dist/components/axebow-draggable-service/axebow-draggable-service.d.ts.map +1 -0
- package/dist/components/axebow-expandable-header/axebow-expandable-header.d.ts +18 -0
- package/dist/components/axebow-expandable-header/axebow-expandable-header.d.ts.map +1 -0
- package/dist/components/axebow-filter-bar/axebow-filter-bar.d.ts +32 -0
- package/dist/components/axebow-filter-bar/axebow-filter-bar.d.ts.map +1 -0
- package/dist/components/axebow-footer/axebow-footer.d.ts +21 -0
- package/dist/components/axebow-footer/axebow-footer.d.ts.map +1 -0
- package/dist/components/axebow-getting-started-card/axebow-getting-started-card.d.ts +24 -0
- package/dist/components/axebow-getting-started-card/axebow-getting-started-card.d.ts.map +1 -0
- package/dist/components/axebow-header/axebow-header.d.ts +36 -0
- package/dist/components/axebow-header/axebow-header.d.ts.map +1 -0
- package/dist/components/axebow-header/parts/axebow-header-actions.d.ts +50 -0
- package/dist/components/axebow-header/parts/axebow-header-actions.d.ts.map +1 -0
- package/dist/components/axebow-header/parts/axebow-quick-action-card.d.ts +9 -0
- package/dist/components/axebow-header/parts/axebow-quick-action-card.d.ts.map +1 -0
- package/dist/components/axebow-header/parts/axebow-quick-actions.d.ts +26 -0
- package/dist/components/axebow-header/parts/axebow-quick-actions.d.ts.map +1 -0
- package/dist/components/axebow-help-bubble/axebow-help-bubble.d.ts +19 -0
- package/dist/components/axebow-help-bubble/axebow-help-bubble.d.ts.map +1 -0
- package/dist/components/axebow-icon/axebow-icon.d.ts +13 -0
- package/dist/components/axebow-icon/axebow-icon.d.ts.map +1 -0
- package/dist/components/axebow-infrastructure-card/axebow-infrastructure-card.d.ts +18 -0
- package/dist/components/axebow-infrastructure-card/axebow-infrastructure-card.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-carousel-input.d.ts +20 -0
- package/dist/components/axebow-input/axebow-carousel-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-checkbox-input.d.ts +11 -0
- package/dist/components/axebow-input/axebow-checkbox-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-input-base.d.ts +36 -0
- package/dist/components/axebow-input/axebow-input-base.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-input.d.ts +52 -0
- package/dist/components/axebow-input/axebow-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-numeric-input.d.ts +29 -0
- package/dist/components/axebow-input/axebow-numeric-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-providers-input.d.ts +9 -0
- package/dist/components/axebow-input/axebow-providers-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-select-input.d.ts +49 -0
- package/dist/components/axebow-input/axebow-select-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-text-input.d.ts +6 -0
- package/dist/components/axebow-input/axebow-text-input.d.ts.map +1 -0
- package/dist/components/axebow-limits-counter/axebow-limits-counter.d.ts +10 -0
- package/dist/components/axebow-limits-counter/axebow-limits-counter.d.ts.map +1 -0
- package/dist/components/axebow-marketplace-card/axebow-marketplace-card.d.ts +45 -0
- package/dist/components/axebow-marketplace-card/axebow-marketplace-card.d.ts.map +1 -0
- package/dist/components/axebow-mesh-node-renderer/axebow-mesh-node-renderer.d.ts +53 -0
- package/dist/components/axebow-mesh-node-renderer/axebow-mesh-node-renderer.d.ts.map +1 -0
- package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.d.ts +90 -0
- package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.d.ts.map +1 -0
- package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.models.d.ts +14 -0
- package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.models.d.ts.map +1 -0
- package/dist/components/axebow-more-actions/axebow-more-actions.d.ts +23 -0
- package/dist/components/axebow-more-actions/axebow-more-actions.d.ts.map +1 -0
- package/dist/components/axebow-number-card/axebow-number-card.d.ts +15 -0
- package/dist/components/axebow-number-card/axebow-number-card.d.ts.map +1 -0
- package/dist/components/axebow-numbers-section/axebow-numbers-section.d.ts +17 -0
- package/dist/components/axebow-numbers-section/axebow-numbers-section.d.ts.map +1 -0
- package/dist/components/axebow-pill/axebow-pill.d.ts +27 -0
- package/dist/components/axebow-pill/axebow-pill.d.ts.map +1 -0
- package/dist/components/axebow-quick-tip-button/axebow-quick-tip-button.d.ts +19 -0
- package/dist/components/axebow-quick-tip-button/axebow-quick-tip-button.d.ts.map +1 -0
- package/dist/components/axebow-quick-tip-section/axebow-quick-tip-section.d.ts +36 -0
- package/dist/components/axebow-quick-tip-section/axebow-quick-tip-section.d.ts.map +1 -0
- package/dist/components/axebow-resource-card/axebow-resource-card.d.ts +24 -0
- package/dist/components/axebow-resource-card/axebow-resource-card.d.ts.map +1 -0
- package/dist/components/axebow-resources-counter/axebow-resources-counter.d.ts +13 -0
- package/dist/components/axebow-resources-counter/axebow-resources-counter.d.ts.map +1 -0
- package/dist/components/axebow-runtime-zip-dialog/axebow-runtime-zip-dialog.d.ts +42 -0
- package/dist/components/axebow-runtime-zip-dialog/axebow-runtime-zip-dialog.d.ts.map +1 -0
- package/dist/components/axebow-search/axebow-search.d.ts +13 -0
- package/dist/components/axebow-search/axebow-search.d.ts.map +1 -0
- package/dist/components/axebow-selector-slider/axebow-selector-slider.d.ts +27 -0
- package/dist/components/axebow-selector-slider/axebow-selector-slider.d.ts.map +1 -0
- package/dist/components/axebow-services-panel/axebow-services-panel.d.ts +23 -0
- package/dist/components/axebow-services-panel/axebow-services-panel.d.ts.map +1 -0
- package/dist/components/axebow-sidebar/axebow-sidebar.d.ts +36 -0
- package/dist/components/axebow-sidebar/axebow-sidebar.d.ts.map +1 -0
- package/dist/components/axebow-step-header/axebow-step-header.d.ts +11 -0
- package/dist/components/axebow-step-header/axebow-step-header.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-resource-bar.d.ts +12 -0
- package/dist/components/axebow-summary/axebow-resource-bar.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-summary-card.d.ts +14 -0
- package/dist/components/axebow-summary/axebow-summary-card.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-summary-key-value.d.ts +8 -0
- package/dist/components/axebow-summary/axebow-summary-key-value.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-summary-step-header.d.ts +19 -0
- package/dist/components/axebow-summary/axebow-summary-step-header.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-summary-step.d.ts +17 -0
- package/dist/components/axebow-summary/axebow-summary-step.d.ts.map +1 -0
- package/dist/components/axebow-switch/axebow-switch.d.ts +15 -0
- package/dist/components/axebow-switch/axebow-switch.d.ts.map +1 -0
- package/dist/components/axebow-tab-selector/axebow-tab-selector.d.ts +23 -0
- package/dist/components/axebow-tab-selector/axebow-tab-selector.d.ts.map +1 -0
- package/dist/components/axebow-tenant-card/axebow-tenant-card.d.ts +54 -0
- package/dist/components/axebow-tenant-card/axebow-tenant-card.d.ts.map +1 -0
- package/dist/components/axebow-tenant-resource-table/axebow-tenant-resource-table.d.ts +107 -0
- package/dist/components/axebow-tenant-resource-table/axebow-tenant-resource-table.d.ts.map +1 -0
- package/dist/components/axebow-tooltip/axebow-tooltip.d.ts +14 -0
- package/dist/components/axebow-tooltip/axebow-tooltip.d.ts.map +1 -0
- package/dist/components/cards/axebow-base-card.d.ts +61 -0
- package/dist/components/cards/axebow-base-card.d.ts.map +1 -0
- package/dist/components/cards/card.models.d.ts +47 -0
- package/dist/components/cards/card.models.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-action-banner.d.ts +10 -0
- package/dist/components/cards/parts/axebow-card-action-banner.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-attention-banner.d.ts +10 -0
- package/dist/components/cards/parts/axebow-card-attention-banner.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-cloud-logo.d.ts +8 -0
- package/dist/components/cards/parts/axebow-card-cloud-logo.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-filter-item.d.ts +9 -0
- package/dist/components/cards/parts/axebow-card-filter-item.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-filter.d.ts +19 -0
- package/dist/components/cards/parts/axebow-card-filter.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-footer.d.ts +20 -0
- package/dist/components/cards/parts/axebow-card-footer.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-header.d.ts +26 -0
- package/dist/components/cards/parts/axebow-card-header.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-resource-row.d.ts +11 -0
- package/dist/components/cards/parts/axebow-card-resource-row.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-resource-table.d.ts +9 -0
- package/dist/components/cards/parts/axebow-card-resource-table.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-special-link.d.ts +10 -0
- package/dist/components/cards/parts/axebow-card-special-link.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-stat-item.d.ts +11 -0
- package/dist/components/cards/parts/axebow-card-stat-item.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-stats-row.d.ts +11 -0
- package/dist/components/cards/parts/axebow-card-stats-row.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-status.d.ts +10 -0
- package/dist/components/cards/parts/axebow-card-status.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-table-header.d.ts +15 -0
- package/dist/components/cards/parts/axebow-card-table-header.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-version-selector.d.ts +11 -0
- 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/components/custom-home-page-body/custom-home-page-body.d.ts +6 -0
- package/dist/components/custom-home-page-body/custom-home-page-body.d.ts.map +1 -0
- package/dist/components/deploy-modal-component/deploy-modal-component.d.ts +8 -0
- package/dist/components/deploy-modal-component/deploy-modal-component.d.ts.map +1 -0
- package/dist/components/deploy-modal-component/parts/deploy-modal-footer.d.ts +6 -0
- package/dist/components/deploy-modal-component/parts/deploy-modal-footer.d.ts.map +1 -0
- package/dist/components/deploy-modal-component/parts/deploy-modal-header.d.ts +7 -0
- package/dist/components/deploy-modal-component/parts/deploy-modal-header.d.ts.map +1 -0
- package/dist/components/deploy-page-body/deploy-page-body.d.ts +6 -0
- package/dist/components/deploy-page-body/deploy-page-body.d.ts.map +1 -0
- package/dist/index.d.ts +86 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8469 -0
- package/dist/index.js.map +1 -0
- package/dist/playground/playground.d.ts +1 -0
- package/dist/playground/playground.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-adjustment-resources-counter.schema.d.ts +6 -0
- package/dist/playground/schemas/axebow-adjustment-resources-counter.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-base-card.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-base-card.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-breadcrumb-header.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-breadcrumb-header.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-button.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-button.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-filter-bar.schema.d.ts +10 -0
- package/dist/playground/schemas/axebow-filter-bar.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-footer.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-footer.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-header.schema.d.ts +12 -0
- package/dist/playground/schemas/axebow-header.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-icon.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-icon.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-modals-confirmation.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-modals-confirmation.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-more-actions.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-more-actions.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-search.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-search.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-selector-slider.schema.d.ts +6 -0
- package/dist/playground/schemas/axebow-selector-slider.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-sidebar.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-sidebar.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-tooltip.schema.d.ts +6 -0
- package/dist/playground/schemas/axebow-tooltip.schema.d.ts.map +1 -0
- package/dist/playground/schemas/types.d.ts +49 -0
- package/dist/playground/schemas/types.d.ts.map +1 -0
- package/dist/styles/axebow-theme.d.ts +8 -0
- package/dist/styles/axebow-theme.d.ts.map +1 -0
- package/dist/styles/common-styles.css +16 -0
- package/dist/styles/shoelace-style.css +49 -0
- package/dist/styles/tailwind.css +14 -0
- package/dist/styles/theme.css +116 -0
- package/package.json +62 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowSummaryStepHeader extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
stepNumber: number;
|
|
5
|
+
stepTitle: string;
|
|
6
|
+
valid: boolean;
|
|
7
|
+
collapsed: boolean;
|
|
8
|
+
canEdit: boolean;
|
|
9
|
+
isEditing: boolean;
|
|
10
|
+
editLabel: string;
|
|
11
|
+
editingLabel: string;
|
|
12
|
+
/** Whether the user has reached this step yet - unreached steps show greyed
|
|
13
|
+
* out with no expand affordance, but still show their title/divider. */
|
|
14
|
+
enabled: boolean;
|
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
16
|
+
private _handleToggle;
|
|
17
|
+
private _handleEdit;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=axebow-summary-step-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-summary-step-header.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-summary/axebow-summary-step-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAIlD,OAAO,+BAA+B,CAAC;AACvC,OAAO,qEAAqE,CAAC;AAE7E,qBACa,uBAAwB,SAAQ,UAAU;IACrD,MAAM,CAAC,MAAM,4BAAyC;IAE1B,UAAU,EAAG,MAAM,CAAC;IACpB,SAAS,SAAM;IACd,KAAK,UAAS;IACd,SAAS,UAAS;IAClB,OAAO,UAAQ;IACf,SAAS,UAAS;IACnB,SAAS,SAAU;IACnB,YAAY,SAAa;IACrD;6EACyE;IAC5C,OAAO,UAAQ;IAE5C,MAAM;IAmDN,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,WAAW;CAGpB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowSummaryStep extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
stepNumber: number;
|
|
5
|
+
stepTitle: string;
|
|
6
|
+
valid: boolean;
|
|
7
|
+
collapsed: boolean;
|
|
8
|
+
visible: boolean;
|
|
9
|
+
isEditing: boolean;
|
|
10
|
+
/** Whether the user has reached this step yet. Unreached steps still render
|
|
11
|
+
* their title and divider, just greyed out and without the expand affordance. */
|
|
12
|
+
enabled: boolean;
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
|
+
private _handleToggle;
|
|
15
|
+
private _handleEdit;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=axebow-summary-step.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-summary-step.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-summary/axebow-summary-step.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAIlD,OAAO,6DAA6D,CAAC;AACrE,OAAO,iCAAiC,CAAC;AAEzC,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,MAAM,CAAC,MAAM,4BAAyC;IAE1B,UAAU,EAAG,MAAM,CAAC;IACpB,SAAS,SAAM;IACd,KAAK,UAAS;IACd,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,SAAS,UAAS;IAC/C;sFACkF;IACrD,OAAO,UAAQ;IAE5C,MAAM;IAyBN,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,WAAW;CASpB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Purely presentational on/off switch: a thin, axebow-success-colored
|
|
4
|
+
* wrapper around sl-switch. Owns no state of its own - the caller tracks
|
|
5
|
+
* checked and reacts to onChange.
|
|
6
|
+
*/
|
|
7
|
+
export declare class AxebowSwitch extends LitElement {
|
|
8
|
+
static styles: import('lit').CSSResult[];
|
|
9
|
+
checked: boolean;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
size: 'small' | 'medium' | 'large';
|
|
12
|
+
onChange?: (checked: boolean) => void;
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=axebow-switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-switch.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-switch/axebow-switch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,2DAA2D,CAAC;AAGnE;;;;GAIG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BAOX;IAE2B,OAAO,UAAS;IAChB,QAAQ,UAAS;IAClB,IAAI,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAY;IAC1C,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAEtE,MAAM;CAaP"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Purely presentational tab selector. Tab count is derived from the
|
|
4
|
+
* slotted `tab-label-N`/`tab-panel-N` children - everything else (which
|
|
5
|
+
* tab is active, whether it's disabled) is driven by properties/events,
|
|
6
|
+
* the caller owns the actual selection state.
|
|
7
|
+
*/
|
|
8
|
+
export declare class AxebowTabSelector extends LitElement {
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
activeTab?: number;
|
|
11
|
+
private _activeTab;
|
|
12
|
+
private _tabCount;
|
|
13
|
+
private _observer;
|
|
14
|
+
static styles: import('lit').CSSResult[];
|
|
15
|
+
connectedCallback(): void;
|
|
16
|
+
disconnectedCallback(): void;
|
|
17
|
+
protected firstUpdated(): void;
|
|
18
|
+
protected updated(changedProperties: Map<string, unknown>): void;
|
|
19
|
+
private _updateTabCount;
|
|
20
|
+
private _selectTab;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=axebow-tab-selector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-tab-selector.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-tab-selector/axebow-tab-selector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAkB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC;;;;;GAKG;AACH,qBACa,iBAAkB,SAAQ,UAAU;IACA,QAAQ,UAAS;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEtC,OAAO,CAAC,UAAU,CAAK;IACvB,OAAO,CAAC,SAAS,CAAK;IAE/B,OAAO,CAAC,SAAS,CAAiC;IAElD,MAAM,CAAC,MAAM,4BA4BX;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;IAQvB,OAAO,CAAC,UAAU;IAMlB,MAAM;CAyCP"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { ActionMenuItem } from '../cards/card.models.js';
|
|
3
|
+
import { AccountRow, TenantResourceTableLabels } from '../axebow-tenant-resource-table/axebow-tenant-resource-table.js';
|
|
4
|
+
export interface ResourceStat {
|
|
5
|
+
icon: string;
|
|
6
|
+
label: string;
|
|
7
|
+
value: string | number;
|
|
8
|
+
}
|
|
9
|
+
export type TenantCardContentState = 'invitation' | 'empty' | 'table';
|
|
10
|
+
/**
|
|
11
|
+
* Purely presentational tenant summary card. Every string, number,
|
|
12
|
+
* callback and the content-area state (invitation / empty / table) are
|
|
13
|
+
* supplied by the caller - the component only lays things out and
|
|
14
|
+
* renders the nested resource table.
|
|
15
|
+
*/
|
|
16
|
+
export declare class AxebowTenantCard extends LitElement {
|
|
17
|
+
static styles: import('lit').CSSResult[];
|
|
18
|
+
planLabel: string;
|
|
19
|
+
isDeleting: boolean;
|
|
20
|
+
deletingLabel: string;
|
|
21
|
+
isLeaving: boolean;
|
|
22
|
+
leavingLabel: string;
|
|
23
|
+
tenantName: string;
|
|
24
|
+
roleText: string;
|
|
25
|
+
isPending: boolean;
|
|
26
|
+
rejectLabel: string;
|
|
27
|
+
acceptLabel: string;
|
|
28
|
+
onReject?: () => void;
|
|
29
|
+
onAccept?: () => void;
|
|
30
|
+
showCreateAccount: boolean;
|
|
31
|
+
createAccountLabel: string;
|
|
32
|
+
onCreateAccount?: () => void;
|
|
33
|
+
moreActions: ActionMenuItem[];
|
|
34
|
+
resourceStats: ResourceStat[];
|
|
35
|
+
showInvitedNotice: boolean;
|
|
36
|
+
invitedNoticeText: string;
|
|
37
|
+
showNoAccountsWarning: boolean;
|
|
38
|
+
noAccountsWarningText: string;
|
|
39
|
+
contentState: TenantCardContentState;
|
|
40
|
+
invitationText: string;
|
|
41
|
+
emptyTextPrefix: string;
|
|
42
|
+
emptyCreateAccountLabel: string;
|
|
43
|
+
emptyTextSuffix: string;
|
|
44
|
+
onEmptyCreateAccount?: () => void;
|
|
45
|
+
tableRows: AccountRow[];
|
|
46
|
+
tableLabels: TenantResourceTableLabels;
|
|
47
|
+
showActions: boolean;
|
|
48
|
+
showMoreActionsColumn: boolean;
|
|
49
|
+
private _renderPlanBadge;
|
|
50
|
+
private _renderTopRightActions;
|
|
51
|
+
private _renderContent;
|
|
52
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=axebow-tenant-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-tenant-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-tenant-card/axebow-tenant-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+CAA+C,CAAC;AACvD,OAAO,iEAAiE,CAAC;AACzE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,UAAU,EAAE,yBAAyB,EAAE,MAAM,iEAAiE,CAAC;AAG7H,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,MAAM,MAAM,sBAAsB,GAAG,YAAY,GAAG,OAAO,GAAG,OAAO,CAAC;AAEtE;;;;;GAKG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,MAAM,CAAC,MAAM,4BAQX;IAE0B,SAAS,SAAM;IACd,UAAU,UAAS;IACpB,aAAa,SAAM;IAClB,SAAS,UAAS;IACnB,YAAY,SAAM;IAElB,UAAU,SAAM;IAChB,QAAQ,SAAM;IAEb,SAAS,UAAS;IACnB,WAAW,SAAM;IACjB,WAAW,SAAM;IACb,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEzB,iBAAiB,UAAS;IAC3B,kBAAkB,SAAM;IACpB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,WAAW,EAAE,cAAc,EAAE,CAAM;IAEnC,aAAa,EAAE,YAAY,EAAE,CAAM;IACjC,iBAAiB,UAAS;IAC3B,iBAAiB,SAAM;IACtB,qBAAqB,UAAS;IAC/B,qBAAqB,SAAM;IAE3B,YAAY,EAAE,sBAAsB,CAAW;IAC/C,cAAc,SAAM;IACpB,eAAe,SAAM;IACrB,uBAAuB,SAAM;IAC7B,eAAe,SAAM;IACjB,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAEvC,SAAS,EAAE,UAAU,EAAE,CAAM;IACxB,WAAW,EAAG,yBAAyB,CAAC;IAC3C,WAAW,UAAS;IACpB,qBAAqB,UAAS;IAE3D,OAAO,CAAC,gBAAgB;IAgBxB,OAAO,CAAC,sBAAsB;IA6C9B,OAAO,CAAC,cAAc;IAmCtB,MAAM;CAiDP"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { ActionMenuItem } from '../cards/card.models.js';
|
|
3
|
+
export interface ChartSeries {
|
|
4
|
+
labels: string[];
|
|
5
|
+
data: number[];
|
|
6
|
+
max: number;
|
|
7
|
+
}
|
|
8
|
+
export interface UsageBreakdown {
|
|
9
|
+
current: {
|
|
10
|
+
storage: number;
|
|
11
|
+
volatileStorage: number;
|
|
12
|
+
nonReplicatedStorage: number;
|
|
13
|
+
persistentStorage: number;
|
|
14
|
+
};
|
|
15
|
+
limit: {
|
|
16
|
+
storage: {
|
|
17
|
+
max: number;
|
|
18
|
+
};
|
|
19
|
+
volatileStorage: {
|
|
20
|
+
max: number;
|
|
21
|
+
};
|
|
22
|
+
nonReplicatedStorage: {
|
|
23
|
+
max: number;
|
|
24
|
+
};
|
|
25
|
+
persistentStorage: {
|
|
26
|
+
max: number;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export interface StatusIcon {
|
|
31
|
+
iconName: string;
|
|
32
|
+
iconColor: string;
|
|
33
|
+
tooltip?: string;
|
|
34
|
+
spinner?: boolean;
|
|
35
|
+
}
|
|
36
|
+
export interface EnvironmentRow {
|
|
37
|
+
name: string;
|
|
38
|
+
vCpu: string;
|
|
39
|
+
vCpuChart: ChartSeries;
|
|
40
|
+
vCpuUtilizationPercent: string;
|
|
41
|
+
memory: string;
|
|
42
|
+
memoryChart: ChartSeries;
|
|
43
|
+
memoryUtilizationPercent: string;
|
|
44
|
+
storage: string;
|
|
45
|
+
usage: UsageBreakdown;
|
|
46
|
+
showDeployButton: boolean;
|
|
47
|
+
deployButtonLabel: string;
|
|
48
|
+
deployButtonDisabled: boolean;
|
|
49
|
+
onDeploy?: () => void;
|
|
50
|
+
moreActions?: ActionMenuItem[];
|
|
51
|
+
warningIcon?: StatusIcon;
|
|
52
|
+
}
|
|
53
|
+
export interface AccountRow {
|
|
54
|
+
id: string;
|
|
55
|
+
name: string;
|
|
56
|
+
logoUrl: string;
|
|
57
|
+
vCpu: string;
|
|
58
|
+
vCpuChart: ChartSeries;
|
|
59
|
+
vCpuUtilizationPercent: string;
|
|
60
|
+
memory: string;
|
|
61
|
+
memoryChart: ChartSeries;
|
|
62
|
+
memoryUtilizationPercent: string;
|
|
63
|
+
storage: string;
|
|
64
|
+
usage: UsageBreakdown;
|
|
65
|
+
statusIcon?: StatusIcon;
|
|
66
|
+
warningIcon?: StatusIcon;
|
|
67
|
+
showCreateEnvironmentButton: boolean;
|
|
68
|
+
createEnvironmentLabel: string;
|
|
69
|
+
onCreateEnvironment?: () => void;
|
|
70
|
+
moreActions?: ActionMenuItem[];
|
|
71
|
+
environments: EnvironmentRow[];
|
|
72
|
+
defaultExpanded?: boolean;
|
|
73
|
+
}
|
|
74
|
+
export interface TenantResourceTableLabels {
|
|
75
|
+
accountsEnv: string;
|
|
76
|
+
vCpu: string;
|
|
77
|
+
vCpuUtil: string;
|
|
78
|
+
memory: string;
|
|
79
|
+
memUtil: string;
|
|
80
|
+
storage: string;
|
|
81
|
+
actions: string;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Purely presentational expandable accounts/environments table. All
|
|
85
|
+
* numbers, chart series, labels and callbacks are pre-computed by the
|
|
86
|
+
* caller. The only state owned here is which account rows are expanded -
|
|
87
|
+
* a pure UI mechanic, not a business decision.
|
|
88
|
+
*/
|
|
89
|
+
export declare class AxebowTenantResourceTable extends LitElement {
|
|
90
|
+
static styles: import('lit').CSSResult[];
|
|
91
|
+
rows: AccountRow[];
|
|
92
|
+
labels: TenantResourceTableLabels;
|
|
93
|
+
showActions: boolean;
|
|
94
|
+
showMoreActionsColumn: boolean;
|
|
95
|
+
private _expanded;
|
|
96
|
+
private _initialized;
|
|
97
|
+
protected willUpdate(changed: Map<string, unknown>): void;
|
|
98
|
+
private _toggle;
|
|
99
|
+
private _renderDivider;
|
|
100
|
+
private _renderHeader;
|
|
101
|
+
private _renderChartCell;
|
|
102
|
+
private _renderStatusIcon;
|
|
103
|
+
private _renderAccountRow;
|
|
104
|
+
private _renderEnvironmentRow;
|
|
105
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
106
|
+
}
|
|
107
|
+
//# sourceMappingURL=axebow-tenant-resource-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-tenant-resource-table.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-tenant-resource-table/axebow-tenant-resource-table.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+CAA+C,CAAC;AACvD,OAAO,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAI9D,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,CAAC;QAAC,oBAAoB,EAAE,MAAM,CAAC;QAAC,iBAAiB,EAAE,MAAM,CAAA;KAAE,CAAC;IAC/G,KAAK,EAAE;QACL,OAAO,EAAE;YAAE,GAAG,EAAE,MAAM,CAAA;SAAE,CAAC;QACzB,eAAe,EAAE;YAAE,GAAG,EAAE,MAAM,CAAA;SAAE,CAAC;QACjC,oBAAoB,EAAE;YAAE,GAAG,EAAE,MAAM,CAAA;SAAE,CAAC;QACtC,iBAAiB,EAAE;YAAE,GAAG,EAAE,MAAM,CAAA;SAAE,CAAC;KACpC,CAAC;CACH;AAED,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,WAAW,CAAC;IACvB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,WAAW,CAAC;IACzB,wBAAwB,EAAE,MAAM,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,cAAc,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,cAAc,EAAE,CAAC;IAC/B,WAAW,CAAC,EAAE,UAAU,CAAC;CAC1B;AAED,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,WAAW,CAAC;IACvB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,WAAW,CAAC;IACzB,wBAAwB,EAAE,MAAM,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,cAAc,CAAC;IACtB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,2BAA2B,EAAE,OAAO,CAAC;IACrC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,WAAW,CAAC,EAAE,cAAc,EAAE,CAAC;IAC/B,YAAY,EAAE,cAAc,EAAE,CAAC;IAC/B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,yBAAyB;IACxC,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,qBACa,yBAA0B,SAAQ,UAAU;IACvD,MAAM,CAAC,MAAM,4BAQX;IAEyB,IAAI,EAAE,UAAU,EAAE,CAAM;IACnB,MAAM,EAAG,yBAAyB,CAAC;IACtC,WAAW,UAAS;IACpB,qBAAqB,UAAS;IAElD,OAAO,CAAC,SAAS,CAAqB;IAC/C,OAAO,CAAC,YAAY,CAAS;IAE7B,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAOlD,OAAO,CAAC,OAAO;IAOf,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,aAAa;IAsCrB,OAAO,CAAC,gBAAgB;IAiBxB,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,iBAAiB;IAiEzB,OAAO,CAAC,qBAAqB;IA2D7B,MAAM;CAQP"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export type IconSize = 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
3
|
+
export declare class AxebowTooltip extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
icon: string;
|
|
6
|
+
color: string;
|
|
7
|
+
size: string;
|
|
8
|
+
content: string;
|
|
9
|
+
placement: 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end';
|
|
10
|
+
hoist: boolean;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=axebow-tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-tooltip/axebow-tooltip.ts"],"names":[],"mappings":"AACA,OAAO,EAAwB,UAAU,EAAE,MAAM,KAAK,CAAC;AAEvD,OAAO,6DAA6D,CAAC;AACrE,OAAO,+BAA+B,CAAC;AAEvC,MAAM,MAAM,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;AAEzF,qBACa,aAAc,SAAQ,UAAU;IAC3C,MAAM,CAAC,MAAM,4BAQX;IAE0B,IAAI,SAAU;IACd,KAAK,SAA2B;IAChC,IAAI,EAAE,MAAM,CAAQ;IACpB,OAAO,SAAM;IACb,SAAS,EAAE,KAAK,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,aAAa,GAAG,WAAW,GAAG,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,CAAS;IAC1K,KAAK,UAAQ;IACb,QAAQ,UAAS;IAE9C,MAAM;CAsBP"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { ActionMenuItem, CardBadge, CardFilterItem, CardType, MainStatsType, RevisionItem, RoleTooltipContent, RuntimeFilterRole, TableStatsType } from './card.models.js';
|
|
3
|
+
export declare class AxebowBaseCard extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
cardType: CardType;
|
|
6
|
+
name: string;
|
|
7
|
+
logoSrc: string | null;
|
|
8
|
+
tenantOrAccount: string;
|
|
9
|
+
badge: CardBadge;
|
|
10
|
+
subtitle: string;
|
|
11
|
+
mainStats: MainStatsType[];
|
|
12
|
+
tableStats: TableStatsType[];
|
|
13
|
+
attentionThreshold: number;
|
|
14
|
+
filterItems: CardFilterItem[];
|
|
15
|
+
selected: string | null;
|
|
16
|
+
filterOpened: boolean;
|
|
17
|
+
emptyLabel: string;
|
|
18
|
+
emptyActionLabel: string;
|
|
19
|
+
attentionLabel: string;
|
|
20
|
+
showAttention: boolean;
|
|
21
|
+
isPlainRole: boolean;
|
|
22
|
+
isDeleting: boolean;
|
|
23
|
+
isDisabled: boolean;
|
|
24
|
+
revisions: RevisionItem[];
|
|
25
|
+
displayedRevision: string;
|
|
26
|
+
isDeployed: boolean;
|
|
27
|
+
deployedLabel: string;
|
|
28
|
+
filterRoles: RuntimeFilterRole[];
|
|
29
|
+
filterDisplayText: string;
|
|
30
|
+
allLabel: string;
|
|
31
|
+
borderColor: string;
|
|
32
|
+
statusCode: string;
|
|
33
|
+
statusMessage: string;
|
|
34
|
+
serviceDetailLabel: string;
|
|
35
|
+
showActionBanner: boolean;
|
|
36
|
+
showWarningBanner: boolean;
|
|
37
|
+
manageLabel: string;
|
|
38
|
+
askOwnerLabel: string;
|
|
39
|
+
invalidCredsLabel: string;
|
|
40
|
+
limitReachedLabel: string;
|
|
41
|
+
andLabel: string;
|
|
42
|
+
actionBannerLabel: string;
|
|
43
|
+
notAllowedLabel: string;
|
|
44
|
+
moreActionsOpen: boolean;
|
|
45
|
+
moreActionsOptions: ActionMenuItem[];
|
|
46
|
+
isFreeIaaS: boolean;
|
|
47
|
+
closeLabel: string;
|
|
48
|
+
moreActionsLabel: string;
|
|
49
|
+
freeIaasLabel: string;
|
|
50
|
+
freeIaasTitle: string;
|
|
51
|
+
freeIaasDesc: string;
|
|
52
|
+
haLabel: string;
|
|
53
|
+
haTitle: string;
|
|
54
|
+
role: string;
|
|
55
|
+
roleTooltips: Record<string, RoleTooltipContent>;
|
|
56
|
+
roleTooltipColor: string;
|
|
57
|
+
private static readonly SIZE_CLASSES;
|
|
58
|
+
private _hasAttention;
|
|
59
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
60
|
+
}
|
|
61
|
+
//# 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,yCAAyC,CAAC;AACjD,OAAO,sCAAsC,CAAC;AAC9C,OAAO,+BAA+B,CAAC;AAEvC,qBACa,cAAe,SAAQ,UAAU;IAC5C,MAAM,CAAC,MAAM,4BAYX;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;IAEhC,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;IACvB,eAAe,SAAM;IAEpB,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,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAKlC;IAEF,OAAO,CAAC,aAAa;IAKrB,MAAM;CAsJP"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export type CardType = 'account' | 'environment' | 'tenant' | 'runtime';
|
|
2
|
+
export type CardBadge = 'free-iaas' | 'ha' | 'none';
|
|
3
|
+
export interface CardFilterItem {
|
|
4
|
+
name: string;
|
|
5
|
+
showAttention: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface RevisionItem {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export interface TableStatsType {
|
|
11
|
+
title: string;
|
|
12
|
+
value: number | string;
|
|
13
|
+
percentage: number;
|
|
14
|
+
icon: string;
|
|
15
|
+
iconRotation?: number;
|
|
16
|
+
minValue?: number | string;
|
|
17
|
+
maxValue?: number | string;
|
|
18
|
+
tagValue?: string;
|
|
19
|
+
isSecondary?: boolean;
|
|
20
|
+
hidden?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export interface MainStatsType {
|
|
23
|
+
title: string;
|
|
24
|
+
value: number;
|
|
25
|
+
label: string;
|
|
26
|
+
onClickLabel?: () => void;
|
|
27
|
+
active?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export interface ActionMenuItem {
|
|
30
|
+
label: string;
|
|
31
|
+
icon: string;
|
|
32
|
+
type: 'primary' | 'secondary' | 'tertiary' | 'error' | 'warning';
|
|
33
|
+
onTap: (e: Event) => void;
|
|
34
|
+
}
|
|
35
|
+
export interface RuntimeFilterRole {
|
|
36
|
+
name: string;
|
|
37
|
+
logo?: string;
|
|
38
|
+
instances: Array<{
|
|
39
|
+
name: string;
|
|
40
|
+
needsAttention: boolean;
|
|
41
|
+
}>;
|
|
42
|
+
}
|
|
43
|
+
export interface RoleTooltipContent {
|
|
44
|
+
title: string;
|
|
45
|
+
items: string[];
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=card.models.d.ts.map
|
|
@@ -0,0 +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;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowCardActionBanner extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
label: string;
|
|
5
|
+
isPlainRole: boolean;
|
|
6
|
+
notAllowedLabel: string;
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
|
+
private _onClick;
|
|
9
|
+
}
|
|
10
|
+
//# 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,4BAWX;IAE0B,KAAK,SAAkB;IACtB,WAAW,UAAS;IACrB,eAAe,SAAM;IAEjD,MAAM;IAkBN,OAAO,CAAC,QAAQ;CAGjB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowCardAttentionBanner extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
isPlainRole: boolean;
|
|
5
|
+
label: string;
|
|
6
|
+
askOwnerLabel: string;
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
|
+
private _onClick;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=axebow-card-attention-banner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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,kCAAkC,CAAC;AAE1C,qBACa,yBAA0B,SAAQ,UAAU;IACvD,MAAM,CAAC,MAAM,4BAWX;IAE2B,WAAW,UAAS;IACrB,KAAK,SAAkB;IACvB,aAAa,SAAiD;IAE1F,MAAM;IAkBN,OAAO,CAAC,QAAQ;CAGjB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowCardCloudLogo extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
src: string | null;
|
|
5
|
+
size: 'small' | 'large';
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=axebow-card-cloud-logo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowCardFilterItem extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
name: string;
|
|
5
|
+
showAttention: boolean;
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
|
+
private _onClick;
|
|
8
|
+
}
|
|
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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { CardFilterItem } from '../card.models.js';
|
|
3
|
+
export declare class AxebowCardFilter extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
items: CardFilterItem[];
|
|
6
|
+
selected: string | null;
|
|
7
|
+
emptyLabel: string;
|
|
8
|
+
emptyActionLabel: string;
|
|
9
|
+
attentionLabel: string;
|
|
10
|
+
showAttention: boolean;
|
|
11
|
+
opened: boolean;
|
|
12
|
+
isPlainRole: boolean;
|
|
13
|
+
isDisabled: boolean;
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
|
+
private _onToggle;
|
|
16
|
+
private _onSelect;
|
|
17
|
+
private _onEmptyAction;
|
|
18
|
+
}
|
|
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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { ActionMenuItem } from '../card.models.js';
|
|
3
|
+
export declare class AxebowCardFooter extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
isFreeIaaS: boolean;
|
|
6
|
+
isPlainRole: boolean;
|
|
7
|
+
statusCode: string;
|
|
8
|
+
statusMessage: string;
|
|
9
|
+
borderColor: string;
|
|
10
|
+
showSpinner: boolean;
|
|
11
|
+
moreActionsOpen: boolean;
|
|
12
|
+
moreActionsOptions: ActionMenuItem[];
|
|
13
|
+
closeLabel: string;
|
|
14
|
+
moreActionsLabel: string;
|
|
15
|
+
actionLabel: string;
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
|
+
private _onToggled;
|
|
18
|
+
private _onAction;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=axebow-card-footer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;IA2CN,OAAO,CAAC,UAAU;IAMlB,OAAO,CAAC,SAAS;CAGlB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { CardBadge, CardType, RevisionItem, RoleTooltipContent } from '../card.models.js';
|
|
3
|
+
export declare class AxebowCardHeader extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
logoSrc: string | null;
|
|
6
|
+
tenantOrAccount: string;
|
|
7
|
+
name: string;
|
|
8
|
+
badge: CardBadge;
|
|
9
|
+
subtitle: string;
|
|
10
|
+
cardType: CardType;
|
|
11
|
+
revisions: RevisionItem[];
|
|
12
|
+
displayedRevision: string;
|
|
13
|
+
freeIaasLabel: string;
|
|
14
|
+
freeIaasTitle: string;
|
|
15
|
+
freeIaasDesc: string;
|
|
16
|
+
haLabel: string;
|
|
17
|
+
haTitle: string;
|
|
18
|
+
role: string;
|
|
19
|
+
roleTooltips: Record<string, RoleTooltipContent>;
|
|
20
|
+
roleTooltipColor: string;
|
|
21
|
+
private _renderBadge;
|
|
22
|
+
private _headerHeight;
|
|
23
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
24
|
+
private _onRevisionChange;
|
|
25
|
+
}
|
|
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,wCAAwC,CAAC;AAChD,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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { TableStatsType } from '../card.models.js';
|
|
3
|
+
export declare class AxebowCardResourceRow extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
stat: TableStatsType;
|
|
6
|
+
attentionThreshold: number;
|
|
7
|
+
isLast: boolean;
|
|
8
|
+
allEmpty: boolean;
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
|
+
}
|
|
11
|
+
//# 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;IACf,QAAQ,UAAS;IAE9C,MAAM;CA+CP"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { TableStatsType } from '../card.models.js';
|
|
3
|
+
export declare class AxebowCardResourceTable extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
rows: TableStatsType[];
|
|
6
|
+
attentionThreshold: number;
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=axebow-card-resource-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,+BAA+B,CAAC;AAEvC,qBACa,uBAAwB,SAAQ,UAAU;IACrD,MAAM,CAAC,MAAM,4BAGX;IAEyB,IAAI,EAAE,cAAc,EAAE,CAAM;IAC3B,kBAAkB,SAAM;IAEpD,MAAM;CAoBP"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowCardSpecialLink extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
label: string;
|
|
5
|
+
color: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
|
+
private _onClick;
|
|
9
|
+
}
|
|
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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowCardStatItem extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
value: number;
|
|
5
|
+
title: string;
|
|
6
|
+
label: string;
|
|
7
|
+
active: boolean;
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
|
+
private _onClick;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=axebow-card-stat-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;IAE3C,MAAM;IAmBN,OAAO,CAAC,QAAQ;CAKjB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { CardType, MainStatsType } from '../card.models.js';
|
|
3
|
+
export declare class AxebowCardStatsRow extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
stats: MainStatsType[];
|
|
6
|
+
cardType: CardType;
|
|
7
|
+
private _hasButtons;
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
|
+
private _handleLabelClick;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=axebow-card-stats-row.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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,QAAQ,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,4BAA4B,CAAC;AAEpC,qBACa,kBAAmB,SAAQ,UAAU;IAChD,MAAM,CAAC,MAAM,4BAGX;IAEyB,KAAK,EAAE,aAAa,EAAE,CAAM;IAC3B,QAAQ,EAAE,QAAQ,CAAa;IAE3D,OAAO,CAAC,WAAW;IAInB,MAAM;IAoBN,OAAO,CAAC,iBAAiB;CAK1B"}
|