@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
package/README.adoc
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { LitElement, TemplateResult } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Purely presentational wizard/step action bar: a divider followed by a
|
|
4
|
+
* configurable row of buttons (cancel, optional previous, optional
|
|
5
|
+
* secondary action, primary action). Owns no fixed positioning or
|
|
6
|
+
* page-layout integration - the caller decides how and where to place it,
|
|
7
|
+
* and the bar itself just grows/shrinks up to its 1174px design width.
|
|
8
|
+
*/
|
|
9
|
+
export declare class AxebowActionsFooter extends LitElement {
|
|
10
|
+
static styles: import('lit').CSSResult[];
|
|
11
|
+
cancelLabel: string;
|
|
12
|
+
onCancel: () => void;
|
|
13
|
+
previousLabel: string;
|
|
14
|
+
onPrevious: () => void;
|
|
15
|
+
actionLabel: string | TemplateResult<1>;
|
|
16
|
+
onAction: () => void;
|
|
17
|
+
isActionDisabled: boolean;
|
|
18
|
+
actionVariant: string;
|
|
19
|
+
actionClass: string;
|
|
20
|
+
secondaryActionLabel: string | TemplateResult<1>;
|
|
21
|
+
onSecondaryAction: () => void;
|
|
22
|
+
isSecondaryActionDisabled: boolean;
|
|
23
|
+
secondaryActionVariant: string;
|
|
24
|
+
secondaryActionOutline: boolean;
|
|
25
|
+
text: string;
|
|
26
|
+
/** Caps the bar's own width before it centers itself in whatever the host
|
|
27
|
+
* gives it. Defaults to the original 1174px design width; callers that
|
|
28
|
+
* already constrain the host to the exact width they want (e.g. to match
|
|
29
|
+
* a sibling column) pass 'none' so this stops re-centering independently. */
|
|
30
|
+
maxWidth: string;
|
|
31
|
+
/** Shows a top-edge-only shadow signaling the bar is floating over page
|
|
32
|
+
* content. Scoped to this same maxWidth-capped box (not the host's full
|
|
33
|
+
* width), so callers that reserve extra host space for a sibling (e.g. a
|
|
34
|
+
* summary column) never get the shadow bleeding into that reserved area. */
|
|
35
|
+
isOverlappingContent: boolean;
|
|
36
|
+
render(): TemplateResult<1>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=axebow-actions-footer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-actions-footer.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-actions-footer/axebow-actions-footer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAGvE,OAAO,6DAA6D,CAAC;AACrE,OAAO,mCAAmC,CAAC;AAG3C;;;;;;GAMG;AACH,qBACa,mBAAoB,SAAQ,UAAU;IACjD,MAAM,CAAC,MAAM,4BAQX;IAE0B,WAAW,SAAY;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAY;IAEpC,aAAa,SAAM;IACf,UAAU,EAAE,MAAM,IAAI,CAAY;IAEtC,WAAW,EAAE,MAAM,GAAG,cAAc,CAAC,CAAC,CAAC,CAAe;IAClD,QAAQ,EAAE,MAAM,IAAI,CAAY;IACnC,gBAAgB,UAAS;IAC1B,aAAa,SAAa;IAC1B,WAAW,SAAM;IAEjB,oBAAoB,EAAE,MAAM,GAAG,cAAc,CAAC,CAAC,CAAC,CAAM;IAClD,iBAAiB,EAAE,MAAM,IAAI,CAAY;IAC5C,yBAAyB,UAAS;IACnC,sBAAsB,SAAa;IAClC,sBAAsB,UAAS;IAEhC,IAAI,SAAM;IAEtC;;;kFAG8E;IAClD,QAAQ,SAAe;IAEnD;;;iFAG6E;IAChD,oBAAoB,UAAS;IAE1D,MAAM;CA8DP"}
|
package/dist/components/axebow-adjustment-resources-counter/axebow-adjustment-resources-counter.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowAdjustmentResourcesCounter extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
type: 'normal' | 'boxed';
|
|
5
|
+
criticalHighlight: boolean;
|
|
6
|
+
number: number;
|
|
7
|
+
description: string;
|
|
8
|
+
tooltipText: string;
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
|
+
private _renderBoxed;
|
|
11
|
+
private _renderNormal;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=axebow-adjustment-resources-counter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-adjustment-resources-counter.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-adjustment-resources-counter/axebow-adjustment-resources-counter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAGvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,qCAAqC,CAAC;AAE7C,qBACa,gCAAiC,SAAQ,UAAU;IAC5D,MAAM,CAAC,MAAM,4BAOX;IAE0B,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAY;IACnC,iBAAiB,UAAS;IAC3B,MAAM,SAAK;IACX,WAAW,SAAM;IACjB,WAAW,SAAM;IAE7C,MAAM;IAWN,OAAO,CAAC,YAAY;IAmBpB,OAAO,CAAC,aAAa;CAUxB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export type AlertVariant = 'success' | 'info' | 'neutral' | 'warning' | 'error';
|
|
3
|
+
/**
|
|
4
|
+
* Purely presentational toast/alert. Holds no business state of its own -
|
|
5
|
+
* message, variant and the close/action callbacks are supplied by the
|
|
6
|
+
* caller. `visible` is a controlled prop; the component only calls
|
|
7
|
+
* `onClose` once its own hide animation finishes, it never removes itself
|
|
8
|
+
* from the DOM.
|
|
9
|
+
*/
|
|
10
|
+
export declare class AxebowAlert extends LitElement {
|
|
11
|
+
variant: AlertVariant;
|
|
12
|
+
message: string;
|
|
13
|
+
closable: boolean;
|
|
14
|
+
visible: boolean;
|
|
15
|
+
actionLabel: string;
|
|
16
|
+
closeLabel: string;
|
|
17
|
+
onAction?: () => void;
|
|
18
|
+
onClose?: () => void;
|
|
19
|
+
duration: number;
|
|
20
|
+
private _isClosing;
|
|
21
|
+
private _autoCloseTimeout?;
|
|
22
|
+
static styles: import('lit').CSSResult[];
|
|
23
|
+
connectedCallback(): void;
|
|
24
|
+
disconnectedCallback(): void;
|
|
25
|
+
private _handleClose;
|
|
26
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=axebow-alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-alert.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-alert/axebow-alert.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAIvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAE3C,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAUhF;;;;;;GAMG;AACH,qBACa,WAAY,SAAQ,UAAU;IACb,OAAO,EAAE,YAAY,CAAU;IAC/B,OAAO,SAAM;IACZ,QAAQ,UAAQ;IAChB,OAAO,UAAS;IACjB,WAAW,SAAM;IACjB,UAAU,SAAW;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAEzB,QAAQ,SAAQ;IAE5C,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,iBAAiB,CAAC,CAAgC;IAE1D,MAAM,CAAC,MAAM,4BAoCX;IAEF,iBAAiB;IAOjB,oBAAoB;IAKpB,OAAO,CAAC,YAAY;IAapB,MAAM;CAuCP"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export type BannerType = 'info' | 'success' | 'warning' | 'error';
|
|
3
|
+
/**
|
|
4
|
+
* Purely presentational inline banner - message content comes in via the
|
|
5
|
+
* default slot, everything else (type, icon, sizing, auto-hide duration)
|
|
6
|
+
* is caller-supplied properties. Holds no business logic of its own beyond
|
|
7
|
+
* the optional auto-hide timer, which only toggles its own visibility and
|
|
8
|
+
* notifies the caller via `dismiss`.
|
|
9
|
+
*/
|
|
10
|
+
export declare class AxebowBanner extends LitElement {
|
|
11
|
+
type: BannerType;
|
|
12
|
+
dismissible: boolean;
|
|
13
|
+
iconName: string | null;
|
|
14
|
+
rounded: boolean;
|
|
15
|
+
compact: boolean;
|
|
16
|
+
durationMs?: number;
|
|
17
|
+
private autoHideTimer?;
|
|
18
|
+
private visible;
|
|
19
|
+
static styles: import('lit').CSSResult[];
|
|
20
|
+
disconnectedCallback(): void;
|
|
21
|
+
updated(changedProps: Map<string, any>): void;
|
|
22
|
+
private setupAutoHide;
|
|
23
|
+
private clearAutoHideTimer;
|
|
24
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
25
|
+
private getDefaultIcon;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=axebow-banner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-banner.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-banner/axebow-banner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAIvD,OAAO,+BAA+B,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAElE;;;;;;GAMG;AACH,qBACa,YAAa,SAAQ,UAAU;IACd,IAAI,EAAE,UAAU,CAAU;IACzB,WAAW,EAAE,OAAO,CAAS;IAC9B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC9B,OAAO,EAAE,OAAO,CAAS;IACzB,OAAO,EAAE,OAAO,CAAS;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IAEhD,OAAO,CAAC,aAAa,CAAC,CAAgC;IAE7C,OAAO,CAAC,OAAO,CAAQ;IAEhC,MAAM,CAAC,MAAM,4BAQX;IAEF,oBAAoB;IAKpB,OAAO,CAAC,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC;IAMtC,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,kBAAkB;IAO1B,MAAM;IA4CN,OAAO,CAAC,cAAc;CAavB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export interface BreadcrumbSecondaryPage {
|
|
3
|
+
label: string;
|
|
4
|
+
onClick?: () => void;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Purely presentational page breadcrumb: optional home block, optional
|
|
8
|
+
* clickable secondary-page trail, the current page title, and an optional
|
|
9
|
+
* "required field" note. Receives all copy and navigation as properties.
|
|
10
|
+
*/
|
|
11
|
+
export declare class AxebowBreadcrumbHeader extends LitElement {
|
|
12
|
+
static styles: import('lit').CSSResult[];
|
|
13
|
+
padded: boolean;
|
|
14
|
+
paddingBottom: string;
|
|
15
|
+
showHomeBlock: boolean;
|
|
16
|
+
onHomeClick: () => void;
|
|
17
|
+
showSecondaryPages: boolean;
|
|
18
|
+
secondaryPages: BreadcrumbSecondaryPage[];
|
|
19
|
+
mainPage: string;
|
|
20
|
+
showRequiredField: boolean;
|
|
21
|
+
requiredFieldLabel: string;
|
|
22
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=axebow-breadcrumb-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-breadcrumb-header.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-breadcrumb-header/axebow-breadcrumb-header.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAEvC,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;;;GAIG;AACH,qBACa,sBAAuB,SAAQ,UAAU;IACpD,MAAM,CAAC,MAAM,4BAQX;IAE2B,MAAM,UAAS;IAChB,aAAa,SAAU;IACtB,aAAa,UAAQ;IAClB,WAAW,EAAE,MAAM,IAAI,CAAY;IACtC,kBAAkB,UAAS;IAC7B,cAAc,EAAE,uBAAuB,EAAE,CAAM;IAC9C,QAAQ,SAAM;IACb,iBAAiB,UAAS;IAC3B,kBAAkB,SAAM;IAEpD,MAAM;CA4CP"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowButton extends LitElement {
|
|
3
|
+
variant: 'default' | 'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'text';
|
|
4
|
+
size: 'small' | 'medium' | 'large';
|
|
5
|
+
outline: boolean;
|
|
6
|
+
pill: boolean;
|
|
7
|
+
circle: boolean;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
caret: boolean;
|
|
11
|
+
type: 'button' | 'submit' | 'reset';
|
|
12
|
+
href?: string;
|
|
13
|
+
target?: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
value?: string;
|
|
16
|
+
fixedWidth?: string;
|
|
17
|
+
fixedHeight?: string;
|
|
18
|
+
paddingTop?: string;
|
|
19
|
+
paddingRight?: string;
|
|
20
|
+
paddingBottom?: string;
|
|
21
|
+
paddingLeft?: string;
|
|
22
|
+
/**
|
|
23
|
+
* 'simple' keeps each variant's own hover treatment (the default,
|
|
24
|
+
* unchanged). 'border' switches to the boxed hover look shared by
|
|
25
|
+
* axebow-more-actions: an anti-flash-white background with rounded
|
|
26
|
+
* corners, regardless of variant.
|
|
27
|
+
*/
|
|
28
|
+
hoverStyle: 'simple' | 'border';
|
|
29
|
+
constructor();
|
|
30
|
+
updated(changed: Map<string, unknown>): void;
|
|
31
|
+
private _syncPaddingVar;
|
|
32
|
+
private _guardDisabledClick;
|
|
33
|
+
static styles: import('lit').CSSResult[];
|
|
34
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=axebow-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-button.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-button/axebow-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAkB,MAAM,KAAK,CAAC;AAIvD,OAAO,2DAA2D,CAAC;AAEnE,qBACa,YAAa,SAAQ,UAAU;IACC,OAAO,EAC9C,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,QAAQ,GACR,MAAM,CAAa;IAEoB,IAAI,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAY;IAC7C,OAAO,UAAS;IAChB,IAAI,UAAS;IACb,MAAM,UAAS;IACZ,QAAQ,UAAS;IACpB,OAAO,UAAS;IAChB,KAAK,UAAS;IAC9B,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAY;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IAEjD;;;;;OAKG;IACyB,UAAU,EAAE,QAAQ,GAAG,QAAQ,CAAY;;IAOvE,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC;IAerC,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,mBAAmB,CAKzB;IAEF,MAAM,CAAC,MAAM,4BAqLX;IAEF,MAAM;CAyBP"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export declare class AxebowChannelConfigPanel extends LitElement {
|
|
3
|
+
static styles: import('lit').CSSResult[];
|
|
4
|
+
empty: boolean;
|
|
5
|
+
channelTypeLabel: string;
|
|
6
|
+
canEditAll: boolean;
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
|
+
private _handleDelete;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=axebow-channel-config-panel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-channel-config-panel.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-channel-config-panel/axebow-channel-config-panel.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,4BASX;IAC2B,KAAK,UAAQ;IACd,gBAAgB,SAAM;IACrB,UAAU,UAAQ;IAE/C,MAAM;IA2CN,OAAO,CAAC,aAAa;CAGtB"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { Option } from '../axebow-input/axebow-input.js';
|
|
3
|
+
export type CollaboratorRoleOption = Option;
|
|
4
|
+
export interface CollaboratorRow {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
email: string;
|
|
8
|
+
permission: string;
|
|
9
|
+
invitePending: boolean;
|
|
10
|
+
isYou: boolean;
|
|
11
|
+
}
|
|
12
|
+
export interface CollaboratorsDialogLabels {
|
|
13
|
+
dialogTitle: string;
|
|
14
|
+
descriptionPrefix: string;
|
|
15
|
+
userIdLabel: string;
|
|
16
|
+
userIdHelp: string;
|
|
17
|
+
emailPlaceholder: string;
|
|
18
|
+
selectPermission: string;
|
|
19
|
+
inviteButton: string;
|
|
20
|
+
actualCollaborators: string;
|
|
21
|
+
noCollaborators: string;
|
|
22
|
+
inviteToCollaborate: string;
|
|
23
|
+
inviteSent: string;
|
|
24
|
+
roleHeader: string;
|
|
25
|
+
updateUserAction: string;
|
|
26
|
+
resendInviteAction: string;
|
|
27
|
+
removeAction: string;
|
|
28
|
+
closeButton: string;
|
|
29
|
+
updateButton: string;
|
|
30
|
+
closeAriaLabel: string;
|
|
31
|
+
}
|
|
32
|
+
export declare class AxebowCollaboratorsDialog extends LitElement {
|
|
33
|
+
open: boolean;
|
|
34
|
+
tenantName: string;
|
|
35
|
+
collaborators: CollaboratorRow[];
|
|
36
|
+
roleOptions: CollaboratorRoleOption[];
|
|
37
|
+
labels: CollaboratorsDialogLabels;
|
|
38
|
+
newEmails: string[];
|
|
39
|
+
currentInput: string;
|
|
40
|
+
newPermission: string;
|
|
41
|
+
onEmailsChange?: (emails: string[]) => void;
|
|
42
|
+
onCurrentInputChange?: (value: string) => void;
|
|
43
|
+
onPermissionChange?: (value: string) => void;
|
|
44
|
+
onInvite?: () => void;
|
|
45
|
+
selectedRole: Record<string, string>;
|
|
46
|
+
onSelectRole?: (email: string, role: string) => void;
|
|
47
|
+
onUpdateRole?: (email: string) => void;
|
|
48
|
+
onUpdateAllRoles?: () => void;
|
|
49
|
+
onResendInvite?: (email: string) => void;
|
|
50
|
+
onRemoveCollaborator?: (row: CollaboratorRow) => void;
|
|
51
|
+
onClose?: () => void;
|
|
52
|
+
private readonly roleControlClasses;
|
|
53
|
+
static styles: import('lit').CSSResult[];
|
|
54
|
+
private get _hasAnyInput();
|
|
55
|
+
private get _hasPendingRoleChanges();
|
|
56
|
+
private _roleLabel;
|
|
57
|
+
private _initializeRole;
|
|
58
|
+
private _handleTagInputKeyDown;
|
|
59
|
+
private _handleTagInputChange;
|
|
60
|
+
private _commitCurrentInput;
|
|
61
|
+
private _removeEmail;
|
|
62
|
+
private _handleMenuClick;
|
|
63
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=axebow-collaborators-dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-collaborators-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-collaborators-dialog/axebow-collaborators-dialog.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Purely presentational deploy-source action card. Title, icon, deploy
|
|
4
|
+
* label and the click callback are all supplied by the caller - the
|
|
5
|
+
* component owns no navigation or deployment logic of its own.
|
|
6
|
+
*/
|
|
7
|
+
export declare class AxebowDeployCard extends LitElement {
|
|
8
|
+
title: string;
|
|
9
|
+
icon: string;
|
|
10
|
+
deployLabel: string;
|
|
11
|
+
onClick?: () => void;
|
|
12
|
+
width: string;
|
|
13
|
+
height: string;
|
|
14
|
+
private _deployHovered;
|
|
15
|
+
static styles: import('lit').CSSResult[];
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=axebow-deploy-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-deploy-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-deploy-card/axebow-deploy-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAG3C;;;;GAIG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAClB,KAAK,SAAM;IACX,IAAI,SAAM;IACV,WAAW,SAAM;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,KAAK,SAAgB;IACrB,MAAM,SAAc;IAEvC,OAAO,CAAC,cAAc,CAAS;IAExC,MAAM,CAAC,MAAM,4BAgBX;IAEF,MAAM;CAkCP"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
import { DeploySummaryInfo, DeploySummaryResourceLimits, DeploySummaryIdentificationStep, DeploySummaryResourcesStep, DeploySummaryScalingStep, DeploySummaryChannelsStep, DeploySummaryConfigurationStep } from './axebow-deploy-summary.models.js';
|
|
3
|
+
/**
|
|
4
|
+
* Purely presentational deploy-wizard summary panel. Every figure, label
|
|
5
|
+
* and per-step visibility/validity flag comes in via properties, already
|
|
6
|
+
* computed and translated by the caller - this component only lays the
|
|
7
|
+
* sections out and forwards the `axebow-summary-step` toggle/edit events
|
|
8
|
+
* (which already bubble+compose on their own) and the download click.
|
|
9
|
+
*
|
|
10
|
+
* Body copy is uniformly 14px (text-base in this design system's scale) -
|
|
11
|
+
* only step titles and the "Autoscaling" section title keep their larger
|
|
12
|
+
* size. Every field name renders in black, every value in axebow-gray.
|
|
13
|
+
*/
|
|
14
|
+
export declare class AxebowDeploySummary extends LitElement {
|
|
15
|
+
static styles: import('lit').CSSResult[];
|
|
16
|
+
summaryTitle: string;
|
|
17
|
+
minimized: boolean;
|
|
18
|
+
showDownloadButton: boolean;
|
|
19
|
+
downloadLabel: string;
|
|
20
|
+
deploymentInfo?: DeploySummaryInfo;
|
|
21
|
+
resourceLimits?: DeploySummaryResourceLimits;
|
|
22
|
+
identification?: DeploySummaryIdentificationStep;
|
|
23
|
+
resources?: DeploySummaryResourcesStep;
|
|
24
|
+
scaling?: DeploySummaryScalingStep;
|
|
25
|
+
channels?: DeploySummaryChannelsStep;
|
|
26
|
+
configuration?: DeploySummaryConfigurationStep;
|
|
27
|
+
/** Bumped by the caller whenever the wizard advances a step, to scroll the summary into view. */
|
|
28
|
+
currentStep: number;
|
|
29
|
+
protected updated(changedProperties: PropertyValues): void;
|
|
30
|
+
private _scrollToBottom;
|
|
31
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
32
|
+
private _renderDeploymentInfo;
|
|
33
|
+
private _renderResourceLimits;
|
|
34
|
+
/** label:value pair with the shared black-name/gray-value convention. */
|
|
35
|
+
private _field;
|
|
36
|
+
private _renderIdentificationStep;
|
|
37
|
+
private _renderRegistrySummary;
|
|
38
|
+
private _renderResourcesStep;
|
|
39
|
+
private _renderScalingStep;
|
|
40
|
+
private _renderAutoscalingInfo;
|
|
41
|
+
private _renderChannelsStep;
|
|
42
|
+
private _renderChannelGroup;
|
|
43
|
+
private _renderNameValueGrid;
|
|
44
|
+
private _renderConfigurationStep;
|
|
45
|
+
private _handleDownloadBundle;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=axebow-deploy-summary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-deploy-summary.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-deploy-summary/axebow-deploy-summary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAIvE,OAAO,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EACV,iBAAiB,EACjB,2BAA2B,EAC3B,+BAA+B,EAC/B,0BAA0B,EAC1B,wBAAwB,EACxB,yBAAyB,EAEzB,8BAA8B,EAE/B,MAAM,mCAAmC,CAAC;AAE3C;;;;;;;;;;GAUG;AACH,qBACa,mBAAoB,SAAQ,UAAU;IACjD,MAAM,CAAC,MAAM,4BAyBX;IAE0B,YAAY,SAAM;IACjB,SAAS,UAAS;IAClB,kBAAkB,UAAS;IAC5B,aAAa,SAAM;IAEf,cAAc,CAAC,EAAE,iBAAiB,CAAC;IACnC,cAAc,CAAC,EAAE,2BAA2B,CAAC;IAE7C,cAAc,CAAC,EAAE,+BAA+B,CAAC;IACjD,SAAS,CAAC,EAAE,0BAA0B,CAAC;IACvC,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC,QAAQ,CAAC,EAAE,yBAAyB,CAAC;IACrC,aAAa,CAAC,EAAE,8BAA8B,CAAC;IAE/E,iGAAiG;IACrE,WAAW,SAAK;IAE5C,SAAS,CAAC,OAAO,CAAC,iBAAiB,EAAE,cAAc;IAUnD,OAAO,CAAC,eAAe;IAcvB,MAAM;IA4BN,OAAO,CAAC,qBAAqB;IA4B7B,OAAO,CAAC,qBAAqB;IA2B7B,yEAAyE;IACzE,OAAO,CAAC,MAAM;IASd,OAAO,CAAC,yBAAyB;IAwCjC,OAAO,CAAC,sBAAsB;IAqB9B,OAAO,CAAC,oBAAoB;IAwB5B,OAAO,CAAC,kBAAkB;IAuB1B,OAAO,CAAC,sBAAsB;IAmB9B,OAAO,CAAC,mBAAmB;IAyC3B,OAAO,CAAC,mBAAmB;IAmC3B,OAAO,CAAC,oBAAoB;IAiB5B,OAAO,CAAC,wBAAwB;IAsChC,OAAO,CAAC,qBAAqB;CAG9B"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
export interface DeploySummaryKeyValue {
|
|
2
|
+
label: string;
|
|
3
|
+
value: string;
|
|
4
|
+
}
|
|
5
|
+
export interface DeploySummaryInfo {
|
|
6
|
+
subscriptionPlan: DeploySummaryKeyValue;
|
|
7
|
+
tenant: DeploySummaryKeyValue;
|
|
8
|
+
account: DeploySummaryKeyValue;
|
|
9
|
+
cloudProviderLabel: string;
|
|
10
|
+
cloudProviderLogoSrc?: string;
|
|
11
|
+
cloudProviderLogoAlt?: string;
|
|
12
|
+
environment: DeploySummaryKeyValue;
|
|
13
|
+
}
|
|
14
|
+
export interface DeploySummaryResourceBar {
|
|
15
|
+
icon: string;
|
|
16
|
+
label: string;
|
|
17
|
+
current: number;
|
|
18
|
+
limit: number;
|
|
19
|
+
percentage: number;
|
|
20
|
+
rotate?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface DeploySummaryResourceLimits {
|
|
23
|
+
limitsAvailableLabel: string;
|
|
24
|
+
cpu: DeploySummaryResourceBar;
|
|
25
|
+
memory: DeploySummaryResourceBar;
|
|
26
|
+
}
|
|
27
|
+
export interface DeploySummaryStepMeta {
|
|
28
|
+
/** Whether this step is part of the current flow at all (e.g. scaling is skipped for marketplace non-components). */
|
|
29
|
+
visible: boolean;
|
|
30
|
+
/** Whether the user has reached this step yet - unreached steps still show their title/divider, just greyed out. */
|
|
31
|
+
enabled: boolean;
|
|
32
|
+
stepNumber: number;
|
|
33
|
+
stepTitle: string;
|
|
34
|
+
valid: boolean;
|
|
35
|
+
collapsed: boolean;
|
|
36
|
+
isEditing: boolean;
|
|
37
|
+
}
|
|
38
|
+
export interface DeploySummaryRegistryInfo {
|
|
39
|
+
containerRegistryLabel: string;
|
|
40
|
+
value: string;
|
|
41
|
+
logoSrc?: string;
|
|
42
|
+
credentialSecret?: string;
|
|
43
|
+
registryCredentialsLabel: string;
|
|
44
|
+
}
|
|
45
|
+
export interface DeploySummaryIdentificationStep extends DeploySummaryStepMeta {
|
|
46
|
+
serviceNameLabel: string;
|
|
47
|
+
serviceName?: string;
|
|
48
|
+
projectLabel: string;
|
|
49
|
+
project?: string;
|
|
50
|
+
registry?: DeploySummaryRegistryInfo;
|
|
51
|
+
imageNameLabel: string;
|
|
52
|
+
imageName?: string;
|
|
53
|
+
entrypointLabel: string;
|
|
54
|
+
entrypoint?: string;
|
|
55
|
+
commandLabel: string;
|
|
56
|
+
cmd?: string;
|
|
57
|
+
}
|
|
58
|
+
export interface DeploySummaryFigure {
|
|
59
|
+
label: string;
|
|
60
|
+
value: number;
|
|
61
|
+
unit: string;
|
|
62
|
+
hasError?: boolean;
|
|
63
|
+
}
|
|
64
|
+
export interface DeploySummaryResourcesStep extends DeploySummaryStepMeta {
|
|
65
|
+
cpus: DeploySummaryFigure;
|
|
66
|
+
limitCpus: DeploySummaryFigure;
|
|
67
|
+
memory: DeploySummaryFigure;
|
|
68
|
+
}
|
|
69
|
+
export interface DeploySummaryThreshold {
|
|
70
|
+
value: number | string;
|
|
71
|
+
hasError?: boolean;
|
|
72
|
+
}
|
|
73
|
+
export interface DeploySummaryAutoscalingConfig {
|
|
74
|
+
title: string;
|
|
75
|
+
minLabel: string;
|
|
76
|
+
maxLabel: string;
|
|
77
|
+
minReplicas?: DeploySummaryThreshold;
|
|
78
|
+
maxReplicas?: DeploySummaryThreshold;
|
|
79
|
+
scaleDownCpuLabel: string;
|
|
80
|
+
cpuDown?: string;
|
|
81
|
+
andLabel: string;
|
|
82
|
+
scaleDownMemoryLabel: string;
|
|
83
|
+
memoryDown?: string;
|
|
84
|
+
cooldownLabel: string;
|
|
85
|
+
histeresys?: string;
|
|
86
|
+
}
|
|
87
|
+
export interface DeploySummaryScalingStep extends DeploySummaryStepMeta {
|
|
88
|
+
isAutoscaling: boolean;
|
|
89
|
+
fixedReplicasLabel: string;
|
|
90
|
+
fixedReplicas: number;
|
|
91
|
+
autoscaling?: DeploySummaryAutoscalingConfig;
|
|
92
|
+
}
|
|
93
|
+
export interface DeploySummaryChannel {
|
|
94
|
+
name: string;
|
|
95
|
+
isPublic?: boolean;
|
|
96
|
+
port?: number;
|
|
97
|
+
linked: string[];
|
|
98
|
+
}
|
|
99
|
+
export interface DeploySummaryChannelGroup {
|
|
100
|
+
label: string;
|
|
101
|
+
channels: DeploySummaryChannel[];
|
|
102
|
+
}
|
|
103
|
+
export interface DeploySummaryChannelsStep extends DeploySummaryStepMeta {
|
|
104
|
+
linkedToLabel: string;
|
|
105
|
+
noChannelsLabel: string;
|
|
106
|
+
serverChannels?: DeploySummaryChannelGroup;
|
|
107
|
+
clientChannels?: DeploySummaryChannelGroup;
|
|
108
|
+
duplexChannels?: DeploySummaryChannelGroup;
|
|
109
|
+
}
|
|
110
|
+
export interface DeploySummaryConfigItem {
|
|
111
|
+
name: string;
|
|
112
|
+
value: string;
|
|
113
|
+
/** Mount path, when this item is a path-based resource (e.g. a volume) - shown in
|
|
114
|
+
* the separate Name/Path listing below the regular Name/Value one instead of it. */
|
|
115
|
+
path?: string;
|
|
116
|
+
}
|
|
117
|
+
export interface DeploySummaryConfigurationStep extends DeploySummaryStepMeta {
|
|
118
|
+
variableNameLabel: string;
|
|
119
|
+
variableValueLabel: string;
|
|
120
|
+
pathNameLabel: string;
|
|
121
|
+
pathValueLabel: string;
|
|
122
|
+
noConfigVarsLabel: string;
|
|
123
|
+
items: DeploySummaryConfigItem[];
|
|
124
|
+
}
|
|
125
|
+
//# sourceMappingURL=axebow-deploy-summary.models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-deploy-summary.models.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-deploy-summary/axebow-deploy-summary.models.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export type DialogType = 'basic' | 'form' | 'custom';
|
|
3
|
+
export type DialogButtonVariant = 'default' | 'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'text';
|
|
4
|
+
export interface DialogButtonConfig {
|
|
5
|
+
label: string;
|
|
6
|
+
variant?: DialogButtonVariant;
|
|
7
|
+
outline?: boolean;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
loading?: boolean;
|
|
10
|
+
onClick?: () => void;
|
|
11
|
+
}
|
|
12
|
+
export declare class AxebowDialog extends LitElement {
|
|
13
|
+
static styles: import('lit').CSSResult[];
|
|
14
|
+
open: boolean;
|
|
15
|
+
type: DialogType;
|
|
16
|
+
dialogTitle: string;
|
|
17
|
+
icon: string;
|
|
18
|
+
iconColor: string;
|
|
19
|
+
description: string;
|
|
20
|
+
button1?: DialogButtonConfig;
|
|
21
|
+
button2?: DialogButtonConfig;
|
|
22
|
+
button3?: DialogButtonConfig;
|
|
23
|
+
canCancel: boolean;
|
|
24
|
+
cancelLabel: string;
|
|
25
|
+
onCancel?: () => void;
|
|
26
|
+
canClose: boolean;
|
|
27
|
+
closeLabel: string;
|
|
28
|
+
onClose?: () => void;
|
|
29
|
+
closeIcon: string;
|
|
30
|
+
closeIconColor: string;
|
|
31
|
+
private _hasDescriptionSlotContent;
|
|
32
|
+
private _onDescriptionSlotChange;
|
|
33
|
+
private get _buttons();
|
|
34
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=axebow-dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-dialog/axebow-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,2DAA2D,CAAC;AACnE,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAG3C,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AACrD,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEhH,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BAaX;IAE0C,IAAI,UAAS;IAC7B,IAAI,EAAE,UAAU,CAAW;IAC3B,WAAW,SAAM;IACjB,IAAI,SAAM;IACV,SAAS,SAAM;IACf,WAAW,SAAM;IAEb,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAEhC,SAAS,UAAS;IACnB,WAAW,SAAY;IACnB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEzB,QAAQ,UAAS;IAClB,UAAU,SAAW;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,SAAS,SAAW;IACpB,cAAc,SAA2B;IAE5D,OAAO,CAAC,0BAA0B,CAAS;IAEpD,OAAO,CAAC,wBAAwB;IAOhC,OAAO,KAAK,QAAQ,GAEnB;IAED,MAAM;CAmEP"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export interface UploadZoneLabels {
|
|
3
|
+
invalidZipStructure: string;
|
|
4
|
+
clickToSelectDifferent: string;
|
|
5
|
+
clickToUpload: string;
|
|
6
|
+
orDragAndDrop: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class AxebowDragDropUploadFile extends LitElement {
|
|
9
|
+
fileName: string;
|
|
10
|
+
fileSizeLabel: string;
|
|
11
|
+
errorMessage: string;
|
|
12
|
+
labels: UploadZoneLabels;
|
|
13
|
+
onFileSelected?: (file: File | null) => void;
|
|
14
|
+
private _isDragging;
|
|
15
|
+
static styles: import('lit').CSSResult[];
|
|
16
|
+
private _triggerFileInput;
|
|
17
|
+
private _handleFileSelection;
|
|
18
|
+
private _handleDrop;
|
|
19
|
+
private _handleDragOver;
|
|
20
|
+
private _handleDragLeave;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=axebow-drag-drop-upload-file.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-drag-drop-upload-file.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-drag-drop-upload-file/axebow-drag-drop-upload-file.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,uDAAuD,CAAC;AAI/D,MAAM,WAAW,gBAAgB;IAC/B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,qBACa,wBAAyB,SAAQ,UAAU;IAC1B,QAAQ,SAAM;IACd,aAAa,SAAM;IACnB,YAAY,SAAM;IACd,MAAM,EAAG,gBAAgB,CAAC;IAC1B,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAC;IAEpE,OAAO,CAAC,WAAW,CAAS;IAErC,MAAM,CAAC,MAAM,4BAqBX;IAEF,OAAO,CAAC,iBAAiB,CAEvB;IAEF,OAAO,CAAC,oBAAoB,CAG1B;IAEF,OAAO,CAAC,WAAW,CAKjB;IAEF,OAAO,CAAC,eAAe,CAIrB;IAEF,OAAO,CAAC,gBAAgB,CAItB;IAEF,MAAM;CA2DP"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { RevisionItem } from '../cards/card.models.js';
|
|
3
|
+
export declare class AxebowDraggableService extends LitElement {
|
|
4
|
+
static styles: import('lit').CSSResult[];
|
|
5
|
+
serviceName: string;
|
|
6
|
+
resourcesSummary: string;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
showVersionSelector: boolean;
|
|
9
|
+
revisions: RevisionItem[];
|
|
10
|
+
displayedRevision: string;
|
|
11
|
+
dragData: string;
|
|
12
|
+
private _handleDragStart;
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=axebow-draggable-service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-draggable-service.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-draggable-service/axebow-draggable-service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gDAAgD,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE5D,qBACa,sBAAuB,SAAQ,UAAU;IACpD,MAAM,CAAC,MAAM,4BAQX;IAE0B,WAAW,SAAM;IACjB,gBAAgB,SAAM;IACrB,QAAQ,UAAS;IACjB,mBAAmB,UAAS;IAC9B,SAAS,EAAE,YAAY,EAAE,CAAM;IAC9B,iBAAiB,SAAM;IACvB,QAAQ,SAAM;IAE1C,OAAO,CAAC,gBAAgB;IAMxB,MAAM;CA6BP"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Purely presentational expand/collapse section header: divider, a title
|
|
4
|
+
* row (title + switch + state label + help tooltip), a slotted content
|
|
5
|
+
* area shown only while expanded, and a closing divider. The caller owns
|
|
6
|
+
* the expanded state, the switch's on/off labels and the tooltip copy -
|
|
7
|
+
* this component only toggles visibility and lays things out.
|
|
8
|
+
*/
|
|
9
|
+
export declare class AxebowExpandableHeader extends LitElement {
|
|
10
|
+
static styles: import('lit').CSSResult[];
|
|
11
|
+
title: string;
|
|
12
|
+
expanded: boolean;
|
|
13
|
+
stateLabel: string;
|
|
14
|
+
tooltipContent: string;
|
|
15
|
+
onToggle?: (expanded: boolean) => void;
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=axebow-expandable-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-expandable-header.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-expandable-header/axebow-expandable-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,6DAA6D,CAAC;AACrE,OAAO,qCAAqC,CAAC;AAC7C,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAG3C;;;;;;GAMG;AACH,qBACa,sBAAuB,SAAQ,UAAU;IACpD,MAAM,CAAC,MAAM,4BAUX;IAE0B,KAAK,SAAM;IACV,QAAQ,UAAS;IAClB,UAAU,SAAM;IAChB,cAAc,SAAM;IAChB,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvE,MAAM;CAqBP"}
|