@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,10 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowCardStatus extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
statusCode: string;
|
|
5
|
+
statusMessage: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
showSpinner: boolean;
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
|
+
}
|
|
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,wCAAwC,CAAC;AAChD,OAAO,6DAA6D,CAAC;AACrE,OAAO,kCAAkC,CAAC;AAE1C,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,MAAM,CAAC,MAAM,4BAOX;IAE0B,UAAU,SAAM;IAChB,aAAa,SAAM;IACnB,WAAW,SAAM;IAChB,WAAW,UAAS;IAEjD,MAAM;CAeP"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { RuntimeFilterRole } from '../card.models.js';
|
|
3
|
+
export declare class AxebowCardTableHeader extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
opened: boolean;
|
|
6
|
+
filterDisplayText: string;
|
|
7
|
+
allLabel: string;
|
|
8
|
+
attentionLabel: string;
|
|
9
|
+
showAttention: boolean;
|
|
10
|
+
filterRoles: RuntimeFilterRole[];
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
|
+
private _onToggle;
|
|
13
|
+
private _onSelect;
|
|
14
|
+
}
|
|
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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { RevisionItem } from '../card.models.js';
|
|
3
|
+
export declare class AxebowCardVersionSelector extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
revisions: RevisionItem[];
|
|
6
|
+
displayedRevision: string;
|
|
7
|
+
private _formatRevision;
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
|
+
private _onChange;
|
|
10
|
+
}
|
|
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;AACjD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,2DAA2D,CAAC;AACnE,OAAO,2DAA2D,CAAC;AAEnE,qBACa,yBAA0B,SAAQ,UAAU;IACvD,MAAM,CAAC,MAAM,4BAyFX;IAEyB,SAAS,EAAE,YAAY,EAAE,CAAM;IAC9B,iBAAiB,SAAM;IAEnD,OAAO,CAAC,eAAe;IAMvB,MAAM;IAiBN,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,wCAAwC,CAAC;AAEhD,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,MAAM,CAAC,MAAM,4BAsBX;IAE0B,OAAO,SAAM;IACd,KAAK,EAAE,MAAM,EAAE,CAAM;IACpB,KAAK,SAA2B;IAE5D,MAAM;CAeP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-home-page-body.d.ts","sourceRoot":"","sources":["../../../src/components/custom-home-page-body/custom-home-page-body.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAElD,OAAO,qDAAqD,CAAC;AAE7D,qBACa,kBAAmB,SAAQ,UAAU;IAChD,MAAM,CAAC,MAAM,0BAA0B;IAEvC,MAAM;CAOP"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class DeployModalComponent extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
width: string;
|
|
5
|
+
height: string;
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=deploy-modal-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploy-modal-component.d.ts","sourceRoot":"","sources":["../../../src/components/deploy-modal-component/deploy-modal-component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,gCAAgC,CAAC;AACxC,OAAO,gCAAgC,CAAC;AAExC,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,4BAyBX;IAE0B,KAAK,SAAgB;IACrB,MAAM,SAAe;IAEjD,MAAM;CAWP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploy-modal-footer.d.ts","sourceRoot":"","sources":["../../../../src/components/deploy-modal-component/parts/deploy-modal-footer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAGvD,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,MAAM,CAAC,MAAM,4BASX;IAEF,MAAM;CASP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploy-modal-header.d.ts","sourceRoot":"","sources":["../../../../src/components/deploy-modal-component/parts/deploy-modal-header.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,kCAAkC,CAAC;AAE1C,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,MAAM,CAAC,MAAM,4BASX;IAEF,OAAO,CAAC,QAAQ;IAIhB,MAAM;CAcP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploy-page-body.d.ts","sourceRoot":"","sources":["../../../src/components/deploy-page-body/deploy-page-body.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAElD,OAAO,qDAAqD,CAAC;AAE7D,qBACa,cAAe,SAAQ,UAAU;IAC5C,MAAM,CAAC,MAAM,0BAA0B;IAEvC,MAAM;CAOP"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
export * from './styles/axebow-theme.js';
|
|
2
|
+
export * from './components/axebow-icon/axebow-icon.js';
|
|
3
|
+
export * from './components/axebow-filter-bar/axebow-filter-bar.js';
|
|
4
|
+
export * from './components/axebow-header/axebow-header.js';
|
|
5
|
+
export type { QuickAction } from './components/axebow-header/parts/axebow-quick-actions.js';
|
|
6
|
+
export type { ProfileMenuItem, FormattedNotificationVM } from './components/axebow-header/parts/axebow-header-actions.js';
|
|
7
|
+
export * from './components/axebow-sidebar/axebow-sidebar.js';
|
|
8
|
+
export * from './components/axebow-footer/axebow-footer.js';
|
|
9
|
+
export * from './components/axebow-breadcrumb-header/axebow-breadcrumb-header.js';
|
|
10
|
+
export * from './components/axebow-button/axebow-button.js';
|
|
11
|
+
export * from './components/axebow-search/axebow-search.js';
|
|
12
|
+
export * from './components/axebow-input/axebow-input-base.js';
|
|
13
|
+
export * from './components/axebow-input/axebow-text-input.js';
|
|
14
|
+
export * from './components/axebow-input/axebow-numeric-input.js';
|
|
15
|
+
export * from './components/axebow-input/axebow-checkbox-input.js';
|
|
16
|
+
export * from './components/axebow-input/axebow-carousel-input.js';
|
|
17
|
+
export * from './components/axebow-input/axebow-providers-input.js';
|
|
18
|
+
export * from './components/axebow-input/axebow-select-input.js';
|
|
19
|
+
export * from './components/axebow-input/axebow-input.js';
|
|
20
|
+
export * from './components/axebow-dialog/axebow-dialog.js';
|
|
21
|
+
export * from './components/axebow-collaborators-dialog/axebow-collaborators-dialog.js';
|
|
22
|
+
export * from './components/axebow-modals-confirmation/axebow-modals-confirmation.js';
|
|
23
|
+
export * from './components/axebow-modals-confirmation/axebow-modals-confirmation.models.js';
|
|
24
|
+
export * from './components/axebow-limits-counter/axebow-limits-counter.js';
|
|
25
|
+
export * from './components/axebow-resources-counter/axebow-resources-counter.js';
|
|
26
|
+
export * from './components/axebow-adjustment-resources-counter/axebow-adjustment-resources-counter.js';
|
|
27
|
+
export * from './components/axebow-drag-drop-upload-file/axebow-drag-drop-upload-file.js';
|
|
28
|
+
export * from './components/axebow-runtime-zip-dialog/axebow-runtime-zip-dialog.js';
|
|
29
|
+
export * from './components/cards/card.models.js';
|
|
30
|
+
export * from './components/axebow-more-actions/axebow-more-actions.js';
|
|
31
|
+
export * from './components/cards/axebow-base-card.js';
|
|
32
|
+
export * from './components/cards/parts/axebow-card-header.js';
|
|
33
|
+
export * from './components/cards/parts/axebow-card-cloud-logo.js';
|
|
34
|
+
export * from './components/cards/parts/axebow-card-version-selector.js';
|
|
35
|
+
export * from './components/cards/parts/axebow-role-tooltip.js';
|
|
36
|
+
export * from './components/cards/parts/axebow-card-stat-item.js';
|
|
37
|
+
export * from './components/cards/parts/axebow-card-stats-row.js';
|
|
38
|
+
export * from './components/cards/parts/axebow-card-filter-item.js';
|
|
39
|
+
export * from './components/cards/parts/axebow-card-filter.js';
|
|
40
|
+
export * from './components/cards/parts/axebow-card-table-header.js';
|
|
41
|
+
export * from './components/cards/parts/axebow-card-resource-row.js';
|
|
42
|
+
export * from './components/cards/parts/axebow-card-resource-table.js';
|
|
43
|
+
export * from './components/cards/parts/axebow-card-special-link.js';
|
|
44
|
+
export * from './components/cards/parts/axebow-card-attention-banner.js';
|
|
45
|
+
export * from './components/cards/parts/axebow-card-action-banner.js';
|
|
46
|
+
export * from './components/cards/parts/axebow-card-status.js';
|
|
47
|
+
export * from './components/cards/parts/axebow-card-footer.js';
|
|
48
|
+
export * from './components/axebow-alert/axebow-alert.js';
|
|
49
|
+
export * from './components/axebow-banner/axebow-banner.js';
|
|
50
|
+
export * from './components/axebow-draggable-service/axebow-draggable-service.js';
|
|
51
|
+
export * from './components/axebow-services-panel/axebow-services-panel.js';
|
|
52
|
+
export * from './components/axebow-channel-config-panel/axebow-channel-config-panel.js';
|
|
53
|
+
export * from './components/axebow-mesh-node-renderer/axebow-mesh-node-renderer.js';
|
|
54
|
+
export * from './components/axebow-help-bubble/axebow-help-bubble.js';
|
|
55
|
+
export * from './components/axebow-tooltip/axebow-tooltip.js';
|
|
56
|
+
export * from './components/axebow-number-card/axebow-number-card.js';
|
|
57
|
+
export * from './components/axebow-numbers-section/axebow-numbers-section.js';
|
|
58
|
+
export * from './components/axebow-pill/axebow-pill.js';
|
|
59
|
+
export * from './components/axebow-quick-tip-button/axebow-quick-tip-button.js';
|
|
60
|
+
export * from './components/axebow-infrastructure-card/axebow-infrastructure-card.js';
|
|
61
|
+
export * from './components/axebow-getting-started-card/axebow-getting-started-card.js';
|
|
62
|
+
export * from './components/axebow-marketplace-card/axebow-marketplace-card.js';
|
|
63
|
+
export * from './components/axebow-deploy-card/axebow-deploy-card.js';
|
|
64
|
+
export * from './components/axebow-resource-card/axebow-resource-card.js';
|
|
65
|
+
export * from './components/axebow-quick-tip-section/axebow-quick-tip-section.js';
|
|
66
|
+
export * from './components/axebow-tenant-resource-table/axebow-tenant-resource-table.js';
|
|
67
|
+
export * from './components/axebow-tenant-card/axebow-tenant-card.js';
|
|
68
|
+
export * from './components/axebow-switch/axebow-switch.js';
|
|
69
|
+
export * from './components/axebow-expandable-header/axebow-expandable-header.js';
|
|
70
|
+
export * from './components/axebow-actions-footer/axebow-actions-footer.js';
|
|
71
|
+
export * from './components/axebow-step-header/axebow-step-header.js';
|
|
72
|
+
export * from './components/axebow-tab-selector/axebow-tab-selector.js';
|
|
73
|
+
export * from './components/axebow-selector-slider/axebow-selector-slider.js';
|
|
74
|
+
export * from './components/axebow-deploy-summary/axebow-deploy-summary.js';
|
|
75
|
+
export * from './components/axebow-deploy-summary/axebow-deploy-summary.models.js';
|
|
76
|
+
export * from './components/axebow-summary/axebow-summary-key-value.js';
|
|
77
|
+
export * from './components/axebow-summary/axebow-resource-bar.js';
|
|
78
|
+
export * from './components/axebow-summary/axebow-summary-step-header.js';
|
|
79
|
+
export * from './components/axebow-summary/axebow-summary-step.js';
|
|
80
|
+
export * from './components/axebow-summary/axebow-summary-card.js';
|
|
81
|
+
export * from './components/deploy-modal-component/parts/deploy-modal-header.js';
|
|
82
|
+
export * from './components/deploy-modal-component/parts/deploy-modal-footer.js';
|
|
83
|
+
export * from './components/deploy-modal-component/deploy-modal-component.js';
|
|
84
|
+
export * from './components/deploy-page-body/deploy-page-body.js';
|
|
85
|
+
export * from './components/custom-home-page-body/custom-home-page-body.js';
|
|
86
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|