@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.
Files changed (214) hide show
  1. package/README.adoc +2 -0
  2. package/dist/components/axebow-actions-footer/axebow-actions-footer.d.ts +38 -0
  3. package/dist/components/axebow-actions-footer/axebow-actions-footer.d.ts.map +1 -0
  4. package/dist/components/axebow-adjustment-resources-counter/axebow-adjustment-resources-counter.d.ts +13 -0
  5. package/dist/components/axebow-adjustment-resources-counter/axebow-adjustment-resources-counter.d.ts.map +1 -0
  6. package/dist/components/axebow-alert/axebow-alert.d.ts +28 -0
  7. package/dist/components/axebow-alert/axebow-alert.d.ts.map +1 -0
  8. package/dist/components/axebow-banner/axebow-banner.d.ts +27 -0
  9. package/dist/components/axebow-banner/axebow-banner.d.ts.map +1 -0
  10. package/dist/components/axebow-breadcrumb-header/axebow-breadcrumb-header.d.ts +24 -0
  11. package/dist/components/axebow-breadcrumb-header/axebow-breadcrumb-header.d.ts.map +1 -0
  12. package/dist/components/axebow-button/axebow-button.d.ts +36 -0
  13. package/dist/components/axebow-button/axebow-button.d.ts.map +1 -0
  14. package/dist/components/axebow-channel-config-panel/axebow-channel-config-panel.d.ts +10 -0
  15. package/dist/components/axebow-channel-config-panel/axebow-channel-config-panel.d.ts.map +1 -0
  16. package/dist/components/axebow-collaborators-dialog/axebow-collaborators-dialog.d.ts +65 -0
  17. package/dist/components/axebow-collaborators-dialog/axebow-collaborators-dialog.d.ts.map +1 -0
  18. package/dist/components/axebow-deploy-card/axebow-deploy-card.d.ts +18 -0
  19. package/dist/components/axebow-deploy-card/axebow-deploy-card.d.ts.map +1 -0
  20. package/dist/components/axebow-deploy-summary/axebow-deploy-summary.d.ts +47 -0
  21. package/dist/components/axebow-deploy-summary/axebow-deploy-summary.d.ts.map +1 -0
  22. package/dist/components/axebow-deploy-summary/axebow-deploy-summary.models.d.ts +125 -0
  23. package/dist/components/axebow-deploy-summary/axebow-deploy-summary.models.d.ts.map +1 -0
  24. package/dist/components/axebow-dialog/axebow-dialog.d.ts +36 -0
  25. package/dist/components/axebow-dialog/axebow-dialog.d.ts.map +1 -0
  26. package/dist/components/axebow-drag-drop-upload-file/axebow-drag-drop-upload-file.d.ts +23 -0
  27. package/dist/components/axebow-drag-drop-upload-file/axebow-drag-drop-upload-file.d.ts.map +1 -0
  28. package/dist/components/axebow-draggable-service/axebow-draggable-service.d.ts +15 -0
  29. package/dist/components/axebow-draggable-service/axebow-draggable-service.d.ts.map +1 -0
  30. package/dist/components/axebow-expandable-header/axebow-expandable-header.d.ts +18 -0
  31. package/dist/components/axebow-expandable-header/axebow-expandable-header.d.ts.map +1 -0
  32. package/dist/components/axebow-filter-bar/axebow-filter-bar.d.ts +32 -0
  33. package/dist/components/axebow-filter-bar/axebow-filter-bar.d.ts.map +1 -0
  34. package/dist/components/axebow-footer/axebow-footer.d.ts +21 -0
  35. package/dist/components/axebow-footer/axebow-footer.d.ts.map +1 -0
  36. package/dist/components/axebow-getting-started-card/axebow-getting-started-card.d.ts +24 -0
  37. package/dist/components/axebow-getting-started-card/axebow-getting-started-card.d.ts.map +1 -0
  38. package/dist/components/axebow-header/axebow-header.d.ts +36 -0
  39. package/dist/components/axebow-header/axebow-header.d.ts.map +1 -0
  40. package/dist/components/axebow-header/parts/axebow-header-actions.d.ts +50 -0
  41. package/dist/components/axebow-header/parts/axebow-header-actions.d.ts.map +1 -0
  42. package/dist/components/axebow-header/parts/axebow-quick-action-card.d.ts +9 -0
  43. package/dist/components/axebow-header/parts/axebow-quick-action-card.d.ts.map +1 -0
  44. package/dist/components/axebow-header/parts/axebow-quick-actions.d.ts +26 -0
  45. package/dist/components/axebow-header/parts/axebow-quick-actions.d.ts.map +1 -0
  46. package/dist/components/axebow-help-bubble/axebow-help-bubble.d.ts +19 -0
  47. package/dist/components/axebow-help-bubble/axebow-help-bubble.d.ts.map +1 -0
  48. package/dist/components/axebow-icon/axebow-icon.d.ts +13 -0
  49. package/dist/components/axebow-icon/axebow-icon.d.ts.map +1 -0
  50. package/dist/components/axebow-infrastructure-card/axebow-infrastructure-card.d.ts +18 -0
  51. package/dist/components/axebow-infrastructure-card/axebow-infrastructure-card.d.ts.map +1 -0
  52. package/dist/components/axebow-input/axebow-carousel-input.d.ts +20 -0
  53. package/dist/components/axebow-input/axebow-carousel-input.d.ts.map +1 -0
  54. package/dist/components/axebow-input/axebow-checkbox-input.d.ts +11 -0
  55. package/dist/components/axebow-input/axebow-checkbox-input.d.ts.map +1 -0
  56. package/dist/components/axebow-input/axebow-input-base.d.ts +36 -0
  57. package/dist/components/axebow-input/axebow-input-base.d.ts.map +1 -0
  58. package/dist/components/axebow-input/axebow-input.d.ts +52 -0
  59. package/dist/components/axebow-input/axebow-input.d.ts.map +1 -0
  60. package/dist/components/axebow-input/axebow-numeric-input.d.ts +29 -0
  61. package/dist/components/axebow-input/axebow-numeric-input.d.ts.map +1 -0
  62. package/dist/components/axebow-input/axebow-providers-input.d.ts +9 -0
  63. package/dist/components/axebow-input/axebow-providers-input.d.ts.map +1 -0
  64. package/dist/components/axebow-input/axebow-select-input.d.ts +49 -0
  65. package/dist/components/axebow-input/axebow-select-input.d.ts.map +1 -0
  66. package/dist/components/axebow-input/axebow-text-input.d.ts +6 -0
  67. package/dist/components/axebow-input/axebow-text-input.d.ts.map +1 -0
  68. package/dist/components/axebow-limits-counter/axebow-limits-counter.d.ts +10 -0
  69. package/dist/components/axebow-limits-counter/axebow-limits-counter.d.ts.map +1 -0
  70. package/dist/components/axebow-marketplace-card/axebow-marketplace-card.d.ts +45 -0
  71. package/dist/components/axebow-marketplace-card/axebow-marketplace-card.d.ts.map +1 -0
  72. package/dist/components/axebow-mesh-node-renderer/axebow-mesh-node-renderer.d.ts +53 -0
  73. package/dist/components/axebow-mesh-node-renderer/axebow-mesh-node-renderer.d.ts.map +1 -0
  74. package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.d.ts +90 -0
  75. package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.d.ts.map +1 -0
  76. package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.models.d.ts +14 -0
  77. package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.models.d.ts.map +1 -0
  78. package/dist/components/axebow-more-actions/axebow-more-actions.d.ts +23 -0
  79. package/dist/components/axebow-more-actions/axebow-more-actions.d.ts.map +1 -0
  80. package/dist/components/axebow-number-card/axebow-number-card.d.ts +15 -0
  81. package/dist/components/axebow-number-card/axebow-number-card.d.ts.map +1 -0
  82. package/dist/components/axebow-numbers-section/axebow-numbers-section.d.ts +17 -0
  83. package/dist/components/axebow-numbers-section/axebow-numbers-section.d.ts.map +1 -0
  84. package/dist/components/axebow-pill/axebow-pill.d.ts +27 -0
  85. package/dist/components/axebow-pill/axebow-pill.d.ts.map +1 -0
  86. package/dist/components/axebow-quick-tip-button/axebow-quick-tip-button.d.ts +19 -0
  87. package/dist/components/axebow-quick-tip-button/axebow-quick-tip-button.d.ts.map +1 -0
  88. package/dist/components/axebow-quick-tip-section/axebow-quick-tip-section.d.ts +36 -0
  89. package/dist/components/axebow-quick-tip-section/axebow-quick-tip-section.d.ts.map +1 -0
  90. package/dist/components/axebow-resource-card/axebow-resource-card.d.ts +24 -0
  91. package/dist/components/axebow-resource-card/axebow-resource-card.d.ts.map +1 -0
  92. package/dist/components/axebow-resources-counter/axebow-resources-counter.d.ts +13 -0
  93. package/dist/components/axebow-resources-counter/axebow-resources-counter.d.ts.map +1 -0
  94. package/dist/components/axebow-runtime-zip-dialog/axebow-runtime-zip-dialog.d.ts +42 -0
  95. package/dist/components/axebow-runtime-zip-dialog/axebow-runtime-zip-dialog.d.ts.map +1 -0
  96. package/dist/components/axebow-search/axebow-search.d.ts +13 -0
  97. package/dist/components/axebow-search/axebow-search.d.ts.map +1 -0
  98. package/dist/components/axebow-selector-slider/axebow-selector-slider.d.ts +27 -0
  99. package/dist/components/axebow-selector-slider/axebow-selector-slider.d.ts.map +1 -0
  100. package/dist/components/axebow-services-panel/axebow-services-panel.d.ts +23 -0
  101. package/dist/components/axebow-services-panel/axebow-services-panel.d.ts.map +1 -0
  102. package/dist/components/axebow-sidebar/axebow-sidebar.d.ts +36 -0
  103. package/dist/components/axebow-sidebar/axebow-sidebar.d.ts.map +1 -0
  104. package/dist/components/axebow-step-header/axebow-step-header.d.ts +11 -0
  105. package/dist/components/axebow-step-header/axebow-step-header.d.ts.map +1 -0
  106. package/dist/components/axebow-summary/axebow-resource-bar.d.ts +12 -0
  107. package/dist/components/axebow-summary/axebow-resource-bar.d.ts.map +1 -0
  108. package/dist/components/axebow-summary/axebow-summary-card.d.ts +14 -0
  109. package/dist/components/axebow-summary/axebow-summary-card.d.ts.map +1 -0
  110. package/dist/components/axebow-summary/axebow-summary-key-value.d.ts +8 -0
  111. package/dist/components/axebow-summary/axebow-summary-key-value.d.ts.map +1 -0
  112. package/dist/components/axebow-summary/axebow-summary-step-header.d.ts +19 -0
  113. package/dist/components/axebow-summary/axebow-summary-step-header.d.ts.map +1 -0
  114. package/dist/components/axebow-summary/axebow-summary-step.d.ts +17 -0
  115. package/dist/components/axebow-summary/axebow-summary-step.d.ts.map +1 -0
  116. package/dist/components/axebow-switch/axebow-switch.d.ts +15 -0
  117. package/dist/components/axebow-switch/axebow-switch.d.ts.map +1 -0
  118. package/dist/components/axebow-tab-selector/axebow-tab-selector.d.ts +23 -0
  119. package/dist/components/axebow-tab-selector/axebow-tab-selector.d.ts.map +1 -0
  120. package/dist/components/axebow-tenant-card/axebow-tenant-card.d.ts +54 -0
  121. package/dist/components/axebow-tenant-card/axebow-tenant-card.d.ts.map +1 -0
  122. package/dist/components/axebow-tenant-resource-table/axebow-tenant-resource-table.d.ts +107 -0
  123. package/dist/components/axebow-tenant-resource-table/axebow-tenant-resource-table.d.ts.map +1 -0
  124. package/dist/components/axebow-tooltip/axebow-tooltip.d.ts +14 -0
  125. package/dist/components/axebow-tooltip/axebow-tooltip.d.ts.map +1 -0
  126. package/dist/components/cards/axebow-base-card.d.ts +61 -0
  127. package/dist/components/cards/axebow-base-card.d.ts.map +1 -0
  128. package/dist/components/cards/card.models.d.ts +47 -0
  129. package/dist/components/cards/card.models.d.ts.map +1 -0
  130. package/dist/components/cards/parts/axebow-card-action-banner.d.ts +10 -0
  131. package/dist/components/cards/parts/axebow-card-action-banner.d.ts.map +1 -0
  132. package/dist/components/cards/parts/axebow-card-attention-banner.d.ts +10 -0
  133. package/dist/components/cards/parts/axebow-card-attention-banner.d.ts.map +1 -0
  134. package/dist/components/cards/parts/axebow-card-cloud-logo.d.ts +8 -0
  135. package/dist/components/cards/parts/axebow-card-cloud-logo.d.ts.map +1 -0
  136. package/dist/components/cards/parts/axebow-card-filter-item.d.ts +9 -0
  137. package/dist/components/cards/parts/axebow-card-filter-item.d.ts.map +1 -0
  138. package/dist/components/cards/parts/axebow-card-filter.d.ts +19 -0
  139. package/dist/components/cards/parts/axebow-card-filter.d.ts.map +1 -0
  140. package/dist/components/cards/parts/axebow-card-footer.d.ts +20 -0
  141. package/dist/components/cards/parts/axebow-card-footer.d.ts.map +1 -0
  142. package/dist/components/cards/parts/axebow-card-header.d.ts +26 -0
  143. package/dist/components/cards/parts/axebow-card-header.d.ts.map +1 -0
  144. package/dist/components/cards/parts/axebow-card-resource-row.d.ts +11 -0
  145. package/dist/components/cards/parts/axebow-card-resource-row.d.ts.map +1 -0
  146. package/dist/components/cards/parts/axebow-card-resource-table.d.ts +9 -0
  147. package/dist/components/cards/parts/axebow-card-resource-table.d.ts.map +1 -0
  148. package/dist/components/cards/parts/axebow-card-special-link.d.ts +10 -0
  149. package/dist/components/cards/parts/axebow-card-special-link.d.ts.map +1 -0
  150. package/dist/components/cards/parts/axebow-card-stat-item.d.ts +11 -0
  151. package/dist/components/cards/parts/axebow-card-stat-item.d.ts.map +1 -0
  152. package/dist/components/cards/parts/axebow-card-stats-row.d.ts +11 -0
  153. package/dist/components/cards/parts/axebow-card-stats-row.d.ts.map +1 -0
  154. package/dist/components/cards/parts/axebow-card-status.d.ts +10 -0
  155. package/dist/components/cards/parts/axebow-card-status.d.ts.map +1 -0
  156. package/dist/components/cards/parts/axebow-card-table-header.d.ts +15 -0
  157. package/dist/components/cards/parts/axebow-card-table-header.d.ts.map +1 -0
  158. package/dist/components/cards/parts/axebow-card-version-selector.d.ts +11 -0
  159. package/dist/components/cards/parts/axebow-card-version-selector.d.ts.map +1 -0
  160. package/dist/components/cards/parts/axebow-role-tooltip.d.ts +9 -0
  161. package/dist/components/cards/parts/axebow-role-tooltip.d.ts.map +1 -0
  162. package/dist/components/custom-home-page-body/custom-home-page-body.d.ts +6 -0
  163. package/dist/components/custom-home-page-body/custom-home-page-body.d.ts.map +1 -0
  164. package/dist/components/deploy-modal-component/deploy-modal-component.d.ts +8 -0
  165. package/dist/components/deploy-modal-component/deploy-modal-component.d.ts.map +1 -0
  166. package/dist/components/deploy-modal-component/parts/deploy-modal-footer.d.ts +6 -0
  167. package/dist/components/deploy-modal-component/parts/deploy-modal-footer.d.ts.map +1 -0
  168. package/dist/components/deploy-modal-component/parts/deploy-modal-header.d.ts +7 -0
  169. package/dist/components/deploy-modal-component/parts/deploy-modal-header.d.ts.map +1 -0
  170. package/dist/components/deploy-page-body/deploy-page-body.d.ts +6 -0
  171. package/dist/components/deploy-page-body/deploy-page-body.d.ts.map +1 -0
  172. package/dist/index.d.ts +86 -0
  173. package/dist/index.d.ts.map +1 -0
  174. package/dist/index.js +8469 -0
  175. package/dist/index.js.map +1 -0
  176. package/dist/playground/playground.d.ts +1 -0
  177. package/dist/playground/playground.d.ts.map +1 -0
  178. package/dist/playground/schemas/axebow-adjustment-resources-counter.schema.d.ts +6 -0
  179. package/dist/playground/schemas/axebow-adjustment-resources-counter.schema.d.ts.map +1 -0
  180. package/dist/playground/schemas/axebow-base-card.schema.d.ts +9 -0
  181. package/dist/playground/schemas/axebow-base-card.schema.d.ts.map +1 -0
  182. package/dist/playground/schemas/axebow-breadcrumb-header.schema.d.ts +9 -0
  183. package/dist/playground/schemas/axebow-breadcrumb-header.schema.d.ts.map +1 -0
  184. package/dist/playground/schemas/axebow-button.schema.d.ts +8 -0
  185. package/dist/playground/schemas/axebow-button.schema.d.ts.map +1 -0
  186. package/dist/playground/schemas/axebow-filter-bar.schema.d.ts +10 -0
  187. package/dist/playground/schemas/axebow-filter-bar.schema.d.ts.map +1 -0
  188. package/dist/playground/schemas/axebow-footer.schema.d.ts +9 -0
  189. package/dist/playground/schemas/axebow-footer.schema.d.ts.map +1 -0
  190. package/dist/playground/schemas/axebow-header.schema.d.ts +12 -0
  191. package/dist/playground/schemas/axebow-header.schema.d.ts.map +1 -0
  192. package/dist/playground/schemas/axebow-icon.schema.d.ts +8 -0
  193. package/dist/playground/schemas/axebow-icon.schema.d.ts.map +1 -0
  194. package/dist/playground/schemas/axebow-modals-confirmation.schema.d.ts +8 -0
  195. package/dist/playground/schemas/axebow-modals-confirmation.schema.d.ts.map +1 -0
  196. package/dist/playground/schemas/axebow-more-actions.schema.d.ts +9 -0
  197. package/dist/playground/schemas/axebow-more-actions.schema.d.ts.map +1 -0
  198. package/dist/playground/schemas/axebow-search.schema.d.ts +8 -0
  199. package/dist/playground/schemas/axebow-search.schema.d.ts.map +1 -0
  200. package/dist/playground/schemas/axebow-selector-slider.schema.d.ts +6 -0
  201. package/dist/playground/schemas/axebow-selector-slider.schema.d.ts.map +1 -0
  202. package/dist/playground/schemas/axebow-sidebar.schema.d.ts +9 -0
  203. package/dist/playground/schemas/axebow-sidebar.schema.d.ts.map +1 -0
  204. package/dist/playground/schemas/axebow-tooltip.schema.d.ts +6 -0
  205. package/dist/playground/schemas/axebow-tooltip.schema.d.ts.map +1 -0
  206. package/dist/playground/schemas/types.d.ts +49 -0
  207. package/dist/playground/schemas/types.d.ts.map +1 -0
  208. package/dist/styles/axebow-theme.d.ts +8 -0
  209. package/dist/styles/axebow-theme.d.ts.map +1 -0
  210. package/dist/styles/common-styles.css +16 -0
  211. package/dist/styles/shoelace-style.css +49 -0
  212. package/dist/styles/tailwind.css +14 -0
  213. package/dist/styles/theme.css +116 -0
  214. package/package.json +62 -0
@@ -0,0 +1,53 @@
1
+ /**
2
+ * Purely presentational DOM builders for the mesh canvas' service node
3
+ * cards. Not a custom element - X6's `Shape.HTML.register` needs a raw
4
+ * `HTMLElement` back synchronously, so these are plain functions instead.
5
+ * Every label and per-channel tooltip is already-translated text supplied
6
+ * by the caller (no translation calls in here); wiring these into X6
7
+ * (shape registration, event → cell-id resolution, hover/trash-button
8
+ * business logic) stays in the frontend's surface.node-renderer.ts.
9
+ */
10
+ export interface AxebowMeshChannelData {
11
+ readonly id: string;
12
+ readonly name: string;
13
+ readonly isPublic?: boolean;
14
+ readonly port?: number;
15
+ readonly portNum?: string;
16
+ readonly protocol?: string;
17
+ readonly showIcon?: boolean;
18
+ readonly needsPort?: boolean;
19
+ readonly isDuplicate?: boolean;
20
+ readonly duplicateClass?: string;
21
+ /** Already-formatted tooltip shown on the gateway icon, when showIcon is set. */
22
+ readonly gatewayTooltip?: string;
23
+ /** Already-translated tooltip for the "port not configured" warning icon. */
24
+ readonly portWarningTooltip?: string;
25
+ /** Already-translated tooltip for the "duplicate channel name" error icon. */
26
+ readonly duplicateTooltip?: string;
27
+ }
28
+ export interface AxebowMeshNodeLabels {
29
+ serverChannelsTitle: string;
30
+ clientChannelsTitle: string;
31
+ duplexChannelsTitle: string;
32
+ noChannelsText: string;
33
+ }
34
+ export declare function createElement<K extends keyof HTMLElementTagNameMap>(tag: K, className?: string, textContent?: string): HTMLElementTagNameMap[K];
35
+ export declare function createIcon(iconName: string, color: string, size: string, title?: string): HTMLElement;
36
+ export declare function buildAddButton(channelType: string): HTMLElement;
37
+ export interface AxebowMainNodeData {
38
+ label: string;
39
+ serverChannels?: AxebowMeshChannelData[];
40
+ clientChannels?: AxebowMeshChannelData[];
41
+ duplexChannels?: AxebowMeshChannelData[];
42
+ }
43
+ export declare function buildMainNodeContent(data: AxebowMainNodeData, labels: AxebowMeshNodeLabels, serverAddButton: HTMLElement | null, clientAddButton: HTMLElement | null, duplexAddButton: HTMLElement | null): HTMLElement;
44
+ export interface AxebowExternalNodeData extends AxebowMainNodeData {
45
+ additionalClass?: string;
46
+ labelClass?: string;
47
+ }
48
+ export declare function buildExternalNodeContent(data: AxebowExternalNodeData, labels: Pick<AxebowMeshNodeLabels, 'serverChannelsTitle' | 'clientChannelsTitle' | 'noChannelsText'>): {
49
+ root: HTMLElement;
50
+ trashButton: HTMLElement;
51
+ trashIcon: HTMLElement;
52
+ };
53
+ //# sourceMappingURL=axebow-mesh-node-renderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-mesh-node-renderer.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-mesh-node-renderer/axebow-mesh-node-renderer.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC/B,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,iFAAiF;IACjF,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,6EAA6E;IAC7E,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC,8EAA8E;IAC9E,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CACpC;AAED,MAAM,WAAW,oBAAoB;IACnC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,wBAAgB,aAAa,CAAC,CAAC,SAAS,MAAM,qBAAqB,EACjE,GAAG,EAAE,CAAC,EACN,SAAS,CAAC,EAAE,MAAM,EAClB,WAAW,CAAC,EAAE,MAAM,GACnB,qBAAqB,CAAC,CAAC,CAAC,CAK1B;AAED,wBAAgB,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,WAAW,CAOrG;AA4FD,wBAAgB,cAAc,CAAC,WAAW,EAAE,MAAM,GAAG,WAAW,CAqB/D;AAQD,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACzC,cAAc,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACzC,cAAc,CAAC,EAAE,qBAAqB,EAAE,CAAC;CAC1C;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,kBAAkB,EACxB,MAAM,EAAE,oBAAoB,EAC5B,eAAe,EAAE,WAAW,GAAG,IAAI,EACnC,eAAe,EAAE,WAAW,GAAG,IAAI,EACnC,eAAe,EAAE,WAAW,GAAG,IAAI,GAClC,WAAW,CAoCb;AAED,MAAM,WAAW,sBAAuB,SAAQ,kBAAkB;IAChE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,sBAAsB,EAC5B,MAAM,EAAE,IAAI,CAAC,oBAAoB,EAAE,qBAAqB,GAAG,qBAAqB,GAAG,gBAAgB,CAAC,GACnG;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,WAAW,EAAE,WAAW,CAAC;IAAC,SAAS,EAAE,WAAW,CAAA;CAAE,CAuCzE"}
@@ -0,0 +1,90 @@
1
+ import { LitElement } from 'lit';
2
+ import { ConfirmationSeverity, ConfirmationIntent, ConfirmationFormData } from './axebow-modals-confirmation.models.js';
3
+ /**
4
+ * `<axebow-modals-confirmation>` is a confirmation modal component designed following
5
+ * SOLID principles, DRY/KISS practices, and exact design specifications from Figma.
6
+ *
7
+ * It supports 4 severities (Destructive, Error, Neutral, Success), decisional/informational intents,
8
+ * an optional 4-field confirmation form with password visibility toggle, optional hyperlink,
9
+ * and customizable slots.
10
+ */
11
+ export declare class AxebowModalsConfirmation extends LitElement {
12
+ static styles: import('lit').CSSResult[];
13
+ open: boolean;
14
+ inline: boolean;
15
+ backgroundColor?: string;
16
+ severity: ConfirmationSeverity;
17
+ intent: ConfirmationIntent;
18
+ popUpTittle: string;
19
+ /** Alias for popUpTittle */
20
+ get popUpTitle(): string;
21
+ set popUpTitle(value: string);
22
+ textBody: string;
23
+ showIconOnTitle: boolean;
24
+ showForm: boolean;
25
+ showHyperlink: boolean;
26
+ hyperlinkText: string;
27
+ hyperlinkHref?: string;
28
+ showFooter: boolean;
29
+ showSecondaryCTA: boolean;
30
+ showPrimaryCTA: boolean;
31
+ secondaryButtonText: string;
32
+ primaryButtonText: string;
33
+ secondaryButtonTooltip?: string;
34
+ secondaryButtonDisabled: boolean;
35
+ primaryButtonTooltip?: string;
36
+ primaryButtonDisabled: boolean;
37
+ canClose: boolean;
38
+ entityName: string;
39
+ private _providerUsername;
40
+ private _providerPassword;
41
+ private _domain;
42
+ private _confirmText;
43
+ private _showPassword;
44
+ iconName?: string;
45
+ iconColor?: string;
46
+ /**
47
+ * Returns severity configuration according to design specifications:
48
+ * - Success: green check_circle icon, standard blue buttons
49
+ * - Error: red error icon, standard blue buttons
50
+ * - Neutral: blue info icon, standard blue buttons
51
+ * - Destructive: red error icon, RED buttons (#E93A3A)
52
+ */
53
+ private get _severityConfig();
54
+ /**
55
+ * Helper to retrieve current form payload object
56
+ */
57
+ getFormData(): ConfirmationFormData;
58
+ /**
59
+ * Reset form fields to initial empty state
60
+ */
61
+ resetForm(): void;
62
+ private _notifyFormChange;
63
+ private _handleClose;
64
+ private _handleSecondaryClick;
65
+ private _handlePrimaryClick;
66
+ private _handleHyperlinkClick;
67
+ /**
68
+ * Renders the top header section (Icon 32x32 + Title + Close icon 24x24)
69
+ */
70
+ private _renderHeader;
71
+ /**
72
+ * Renders the 4-field confirmation form (indented 47px from left, gap 16px between fields)
73
+ */
74
+ private _renderForm;
75
+ /**
76
+ * Renders the action footer (Width 483px, indented 47px, hyperlink + buttons)
77
+ */
78
+ private _renderFooter;
79
+ /**
80
+ * Renders the complete modal content layout (flex column, gap 32px)
81
+ */
82
+ private _renderContent;
83
+ render(): import('lit-html').TemplateResult<1>;
84
+ }
85
+ declare global {
86
+ interface HTMLElementTagNameMap {
87
+ 'axebow-modals-confirmation': AxebowModalsConfirmation;
88
+ }
89
+ }
90
+ //# sourceMappingURL=axebow-modals-confirmation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-modals-confirmation.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-modals-confirmation/axebow-modals-confirmation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,2DAA2D,CAAC;AACnE,OAAO,yDAAyD,CAAC;AACjE,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAE3C,OAAO,KAAK,EACV,oBAAoB,EACpB,kBAAkB,EAClB,oBAAoB,EAErB,MAAM,wCAAwC,CAAC;AAEhD;;;;;;;GAOG;AACH,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,4BA+IX;IAG0C,IAAI,UAAQ;IAC3B,MAAM,UAAS;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,oBAAoB,CAAa;IAC3C,MAAM,EAAE,kBAAkB,CAAgB;IAE1C,WAAW,SAAmB;IAC1D,4BAA4B;IAC5B,IACI,UAAU,IAAI,MAAM,CAEvB;IACD,IAAI,UAAU,CAAC,KAAK,EAAE,MAAM,EAE3B;IAE2B,QAAQ,SAC2E;IAElF,eAAe,UAAQ;IACvB,QAAQ,UAAQ;IAChB,aAAa,UAAS;IACvB,aAAa,SAAgB;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAC;IAEtB,UAAU,UAAQ;IAClB,gBAAgB,UAAQ;IACxB,cAAc,UAAQ;IACvB,mBAAmB,SAAsB;IACzC,iBAAiB,SAAoB;IACrC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAC/B,uBAAuB,UAAS;IACjC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,UAAS;IAE9B,QAAQ,UAAQ;IACjB,UAAU,SAAiB;IAG9C,OAAO,CAAC,iBAAiB,CAAM;IAC/B,OAAO,CAAC,iBAAiB,CAAM;IAC/B,OAAO,CAAC,OAAO,CAAM;IACrB,OAAO,CAAC,YAAY,CAAM;IAC1B,OAAO,CAAC,aAAa,CAAS;IAGX,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IAE/C;;;;;;OAMG;IACH,OAAO,KAAK,eAAe,GAoB1B;IAED;;OAEG;IACI,WAAW,IAAI,oBAAoB;IAS1C;;OAEG;IACI,SAAS,IAAI,IAAI;IAQxB,OAAO,CAAC,iBAAiB;IAWzB,OAAO,CAAC,YAAY;IAYpB,OAAO,CAAC,qBAAqB;IAe7B,OAAO,CAAC,mBAAmB;IAe3B,OAAO,CAAC,qBAAqB;IAc7B;;OAEG;IACH,OAAO,CAAC,aAAa;IAuCrB;;OAEG;IACH,OAAO,CAAC,WAAW;IAsFnB;;OAEG;IACH,OAAO,CAAC,aAAa;IA8ErB;;OAEG;IACH,OAAO,CAAC,cAAc;IAUtB,MAAM;CA0BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,4BAA4B,EAAE,wBAAwB,CAAC;KACxD;CACF"}
@@ -0,0 +1,14 @@
1
+ export type ConfirmationSeverity = 'Destructive' | 'Error' | 'Neutral' | 'Success';
2
+ export type ConfirmationIntent = 'Decisional' | 'Informational';
3
+ export interface ConfirmationFormData {
4
+ providerUsername?: string;
5
+ providerPassword?: string;
6
+ domain?: string;
7
+ confirmText?: string;
8
+ }
9
+ export interface ConfirmationModalPayload {
10
+ severity: ConfirmationSeverity;
11
+ intent: ConfirmationIntent;
12
+ formData?: ConfirmationFormData;
13
+ }
14
+ //# sourceMappingURL=axebow-modals-confirmation.models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-modals-confirmation.models.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-modals-confirmation/axebow-modals-confirmation.models.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,aAAa,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;AAEnF,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,eAAe,CAAC;AAEhE,MAAM,WAAW,oBAAoB;IACnC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,wBAAwB;IACvC,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,MAAM,EAAE,kBAAkB,CAAC;IAC3B,QAAQ,CAAC,EAAE,oBAAoB,CAAC;CACjC"}
@@ -0,0 +1,23 @@
1
+ import { LitElement } from 'lit';
2
+ import { ActionMenuItem } from './../cards/card.models.js';
3
+ export declare class AxebowMoreActions extends LitElement {
4
+ static styles: import('lit').CSSResult[];
5
+ open: boolean;
6
+ placement: 'top' | 'bottom';
7
+ disabled: boolean;
8
+ options: ActionMenuItem[];
9
+ title: string;
10
+ iconName: string;
11
+ openToRight: boolean;
12
+ closeLabel: string;
13
+ moreActionsLabel: string;
14
+ private _fixedPos;
15
+ connectedCallback(): void;
16
+ disconnectedCallback(): void;
17
+ private _handleOutsideClick;
18
+ private _handleScroll;
19
+ private _toggle;
20
+ private _handleSlotClick;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
23
+ //# sourceMappingURL=axebow-more-actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-more-actions.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-more-actions/axebow-more-actions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,+BAA+B,CAAC;AAEvC,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,MAAM,CAAC,MAAM,4BAGX;IAE2B,IAAI,UAAS;IACd,SAAS,EAAE,KAAK,GAAG,QAAQ,CAAY;IACtC,QAAQ,UAAS;IACnB,OAAO,EAAE,cAAc,EAAE,CAAM;IAC9B,KAAK,SAAM;IACX,QAAQ,SAAM;IACb,WAAW,UAAS;IACrB,UAAU,SAAW;IACrB,gBAAgB,SAAU;IAE7C,OAAO,CAAC,SAAS,CAAwB;IAElD,iBAAiB;IAMjB,oBAAoB;IAMpB,OAAO,CAAC,mBAAmB,CAKzB;IAEF,OAAO,CAAC,aAAa,CAKnB;IAEF,OAAO,CAAC,OAAO;IAcf,OAAO,CAAC,gBAAgB;IAKxB,MAAM;CAkDP"}
@@ -0,0 +1,15 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Purely presentational stat card. Clickability and navigation are
4
+ * entirely up to the caller via `onClick` - the component itself never
5
+ * knows about routes.
6
+ */
7
+ export declare class AxebowNumberCard extends LitElement {
8
+ static styles: import('lit').CSSResult[];
9
+ icon: string;
10
+ number: number;
11
+ label: string;
12
+ onClick?: () => void;
13
+ render(): import('lit-html').TemplateResult<1>;
14
+ }
15
+ //# sourceMappingURL=axebow-number-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-number-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-number-card/axebow-number-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC;;;;GAIG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,MAAM,CAAC,MAAM,4BAOX;IAE0B,IAAI,SAAM;IACV,MAAM,SAAK;IACX,KAAK,SAAM;IACP,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErD,MAAM;CAqBP"}
@@ -0,0 +1,17 @@
1
+ import { LitElement } from 'lit';
2
+ export interface NumberCardItem {
3
+ icon: string;
4
+ number: number;
5
+ label: string;
6
+ onClick?: () => void;
7
+ }
8
+ /**
9
+ * Purely presentational row of stat cards. Wraps to multiple lines on
10
+ * narrow viewports since each card has a fixed width.
11
+ */
12
+ export declare class AxebowNumbersSection extends LitElement {
13
+ static styles: import('lit').CSSResult;
14
+ items: NumberCardItem[];
15
+ render(): import('lit-html').TemplateResult<1>;
16
+ }
17
+ //# sourceMappingURL=axebow-numbers-section.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-numbers-section.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-numbers-section/axebow-numbers-section.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,MAAM,KAAK,CAAC;AAElD,OAAO,6CAA6C,CAAC;AAGrD,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;;GAGG;AACH,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,0BAA0B;IAEZ,KAAK,EAAE,cAAc,EAAE,CAAM;IAExD,MAAM;CAgBP"}
@@ -0,0 +1,27 @@
1
+ import { LitElement } from 'lit';
2
+ export interface PillItem {
3
+ icon?: string;
4
+ image?: string;
5
+ label: string;
6
+ buttonText: string;
7
+ buttonIcon?: string;
8
+ onClick?: () => void;
9
+ }
10
+ /**
11
+ * Purely presentational call-to-action pill. Width fills whatever flex
12
+ * row the caller puts it in; height hugs its own content - neither is
13
+ * hardcoded here.
14
+ */
15
+ export declare class AxebowPill extends LitElement {
16
+ icon: string;
17
+ image: string;
18
+ label: string;
19
+ buttonText: string;
20
+ buttonIcon: string;
21
+ onClick?: () => void;
22
+ static styles: import('lit').CSSResult[];
23
+ render(): import('lit-html').TemplateResult<1>;
24
+ private _handleMouseEnter;
25
+ private _handleMouseLeave;
26
+ }
27
+ //# sourceMappingURL=axebow-pill.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-pill.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-pill/axebow-pill.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAG3C,MAAM,WAAW,QAAQ;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;;;GAIG;AACH,qBACa,UAAW,SAAQ,UAAU;IACZ,IAAI,SAAM;IACV,KAAK,SAAM;IACX,KAAK,SAAM;IACX,UAAU,SAAM;IAChB,UAAU,SAAM;IACZ,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErD,MAAM,CAAC,MAAM,4BAeX;IAEF,MAAM;IA6BN,OAAO,CAAC,iBAAiB;IAOzB,OAAO,CAAC,iBAAiB;CAM1B"}
@@ -0,0 +1,19 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Purely presentational header/collapse toggle for the quick-tip section.
4
+ * `paddingBottom` (the floating collapsed button's bottom offset, so it
5
+ * clears the app footer) and `onToggle` are both supplied by the caller -
6
+ * the component owns no footer-tracking or navigation logic of its own.
7
+ */
8
+ export declare class AxebowQuickTipButton extends LitElement {
9
+ label: string;
10
+ showLabel: string;
11
+ collapsed: boolean;
12
+ isStarted: boolean;
13
+ paddingBottom: number;
14
+ onToggle?: () => void;
15
+ static styles: import('lit').CSSResult[];
16
+ render(): import('lit-html').TemplateResult<1>;
17
+ private _renderFloatingButton;
18
+ }
19
+ //# sourceMappingURL=axebow-quick-tip-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-quick-tip-button.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-quick-tip-button/axebow-quick-tip-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAkB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC;;;;;GAKG;AACH,qBACa,oBAAqB,SAAQ,UAAU;IACtB,KAAK,SAAM;IACX,SAAS,SAAM;IACd,SAAS,UAAS;IAClB,SAAS,UAAS;IACnB,aAAa,SAAM;IACf,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtD,MAAM,CAAC,MAAM,4BAgDX;IAEF,MAAM;IAsBN,OAAO,CAAC,qBAAqB;CAU9B"}
@@ -0,0 +1,36 @@
1
+ import { LitElement } from 'lit';
2
+ import { InfrastructureItem } from '../axebow-infrastructure-card/axebow-infrastructure-card.js';
3
+ import { PillItem } from '../axebow-pill/axebow-pill.js';
4
+ /**
5
+ * Purely presentational composition of the quick-tip toggle button, the
6
+ * infrastructure explainer card and the getting-started card. Owns only
7
+ * the expand/collapse animation and scroll-into-view UI mechanics - every
8
+ * piece of copy, image, callback and the footer-clearance offset come
9
+ * from the caller.
10
+ */
11
+ export declare class AxebowQuickTipSection extends LitElement {
12
+ static styles: import('lit').CSSResult[];
13
+ showContent: boolean;
14
+ isStarted: boolean;
15
+ paddingBottom: number;
16
+ onToggle?: () => void;
17
+ buttonLabel: string;
18
+ buttonShowLabel: string;
19
+ infrastructureHeading: string;
20
+ infrastructureImageUrl: string;
21
+ infrastructureItems: InfrastructureItem[];
22
+ gettingStartedHeading: string;
23
+ gettingStartedDescription: string;
24
+ pills: PillItem[];
25
+ contactUrl: string;
26
+ contactLabel: string;
27
+ dontShowAgainLabel: string;
28
+ dontShowAgain: boolean;
29
+ onDontShowAgainChange?: (checked: boolean) => void;
30
+ notNowLabel: string;
31
+ onNotNow?: () => void;
32
+ private _contentSection?;
33
+ updated(changedProperties: Map<string | number | symbol, unknown>): void;
34
+ render(): import('lit-html').TemplateResult<1>;
35
+ }
36
+ //# sourceMappingURL=axebow-quick-tip-section.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-quick-tip-section.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-quick-tip-section/axebow-quick-tip-section.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAkB,MAAM,KAAK,CAAC;AAEvD,OAAO,uDAAuD,CAAC;AAC/D,OAAO,6DAA6D,CAAC;AACrE,OAAO,+DAA+D,CAAC;AACvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6DAA6D,CAAC;AACtG,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAG9D;;;;;;GAMG;AACH,qBACa,qBAAsB,SAAQ,UAAU;IACnD,MAAM,CAAC,MAAM,4BA0BX;IAE2B,WAAW,UAAQ;IACnB,SAAS,UAAS;IACnB,aAAa,SAAM;IACf,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAE1B,WAAW,SAAM;IACjB,eAAe,SAAM;IAErB,qBAAqB,SAAM;IAC3B,sBAAsB,SAAM;IAC7B,mBAAmB,EAAE,kBAAkB,EAAE,CAAM;IAE9C,qBAAqB,SAAM;IAC3B,yBAAyB,SAAM;IAChC,KAAK,EAAE,QAAQ,EAAE,CAAM;IAEtB,UAAU,SAAM;IAChB,YAAY,SAAM;IAClB,kBAAkB,SAAM;IACvB,aAAa,UAAS;IACnB,qBAAqB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACvD,WAAW,SAAM;IACb,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B,OAAO,CAAC,eAAe,CAAC,CAAc;IAEjE,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC;IASjE,MAAM;CAsCP"}
@@ -0,0 +1,24 @@
1
+ import { LitElement } from 'lit';
2
+ export interface ResourceCardRow {
3
+ icon: string;
4
+ label: string;
5
+ count: number;
6
+ freeCount?: string;
7
+ onSeeInNewTab?: () => void;
8
+ onSeeHere?: () => void;
9
+ }
10
+ /**
11
+ * Purely presentational tenant resource summary card. Every row (icon,
12
+ * label, count) and every navigation callback are supplied by the
13
+ * caller - the component owns no routing or window-opening logic of
14
+ * its own.
15
+ */
16
+ export declare class AxebowResourceCard extends LitElement {
17
+ tenantName: string;
18
+ rows: ResourceCardRow[];
19
+ seeInNewTabLabel: string;
20
+ seeHereLabel: string;
21
+ static styles: import('lit').CSSResult[];
22
+ render(): import('lit-html').TemplateResult<1>;
23
+ }
24
+ //# sourceMappingURL=axebow-resource-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-resource-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-resource-card/axebow-resource-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED;;;;;GAKG;AACH,qBACa,kBAAmB,SAAQ,UAAU;IACpB,UAAU,SAAM;IACjB,IAAI,EAAE,eAAe,EAAE,CAAM;IAC5B,gBAAgB,SAAM;IACtB,YAAY,SAAM;IAE9C,MAAM,CAAC,MAAM,4BAOX;IAEF,MAAM;CA+DP"}
@@ -0,0 +1,13 @@
1
+ import { LitElement } from 'lit';
2
+ export interface ResourceLimitItem {
3
+ label: string;
4
+ current: string;
5
+ limit: string;
6
+ unit?: string;
7
+ }
8
+ export declare class AxebowResourcesCounter extends LitElement {
9
+ items: ResourceLimitItem[];
10
+ static styles: import('lit').CSSResult[];
11
+ render(): import('lit-html').TemplateResult<1>;
12
+ }
13
+ //# sourceMappingURL=axebow-resources-counter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-resources-counter.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-resources-counter/axebow-resources-counter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,mDAAmD,CAAC;AAI3D,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,qBACa,sBAAuB,SAAQ,UAAU;IACzB,KAAK,EAAE,iBAAiB,EAAE,CAAM;IAE3D,MAAM,CAAC,MAAM,4BAQX;IAEF,MAAM;CAiBP"}
@@ -0,0 +1,42 @@
1
+ import { LitElement } from 'lit';
2
+ import { ResourceLimitItem } from '../axebow-resources-counter/axebow-resources-counter.js';
3
+ import { UploadZoneLabels } from '../axebow-drag-drop-upload-file/axebow-drag-drop-upload-file.js';
4
+ export interface RuntimeZipDialogLabels extends UploadZoneLabels {
5
+ title: string;
6
+ uploadDescriptionPrefix: string;
7
+ environmentResourcesInfo: string;
8
+ zipWarningStrong: string;
9
+ zipWarningEg: string;
10
+ zipWarningCannotValidate: string;
11
+ zipWarningFailing: string;
12
+ serviceName: string;
13
+ serviceNamePlaceholder: string;
14
+ serviceNameHelp: string;
15
+ dslDeployment: string;
16
+ deploy: string;
17
+ cancel: string;
18
+ }
19
+ export declare class AxebowRuntimeZipDialog extends LitElement {
20
+ open: boolean;
21
+ labels: RuntimeZipDialogLabels;
22
+ tenantName: string;
23
+ accountName: string;
24
+ environmentName: string;
25
+ resourceLimits: ResourceLimitItem[];
26
+ serviceName: string;
27
+ serviceNameError: string;
28
+ onServiceNameInput?: (value: string) => void;
29
+ isDslZip: boolean;
30
+ onDslChange?: (checked: boolean) => void;
31
+ fileName: string;
32
+ fileSizeLabel: string;
33
+ fileError: string;
34
+ onFileSelected?: (file: File | null) => void;
35
+ isDeployEnabled: boolean;
36
+ isDeploying: boolean;
37
+ onDeploy?: () => void;
38
+ onClose?: () => void;
39
+ static styles: import('lit').CSSResult[];
40
+ render(): import('lit-html').TemplateResult<1>;
41
+ }
42
+ //# sourceMappingURL=axebow-runtime-zip-dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-runtime-zip-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-runtime-zip-dialog/axebow-runtime-zip-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,2DAA2D,CAAC;AACnE,OAAO,6DAA6D,CAAC;AACrE,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,mCAAmC,CAAC;AAC3C,OAAO,mCAAmC,CAAC;AAC3C,OAAO,iCAAiC,CAAC;AACzC,OAAO,yDAAyD,CAAC;AACjE,OAAO,iEAAiE,CAAC;AACzE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yDAAyD,CAAC;AACjG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iEAAiE,CAAC;AAIxG,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,KAAK,EAAE,MAAM,CAAC;IACd,uBAAuB,EAAE,MAAM,CAAC;IAChC,wBAAwB,EAAE,MAAM,CAAC;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,wBAAwB,EAAE,MAAM,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,qBACa,sBAAuB,SAAQ,UAAU;IACR,IAAI,UAAS;IACzB,MAAM,EAAG,sBAAsB,CAAC;IAEpC,UAAU,SAAM;IAChB,WAAW,SAAM;IACjB,eAAe,SAAM;IACtB,cAAc,EAAE,iBAAiB,EAAE,CAAM;IAExC,WAAW,SAAM;IACjB,gBAAgB,SAAM;IAClB,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEhD,QAAQ,UAAS;IACd,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAE7C,QAAQ,SAAM;IACd,aAAa,SAAM;IACnB,SAAS,SAAM;IACX,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAC;IAEhD,eAAe,UAAS;IACxB,WAAW,UAAS;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErD,MAAM,CAAC,MAAM,4BAmCX;IAEF,MAAM;CAoGP"}
@@ -0,0 +1,13 @@
1
+ import { LitElement, PropertyValues } from 'lit';
2
+ export declare class AxebowSearch extends LitElement {
3
+ static styles: import('lit').CSSResult[];
4
+ value: string;
5
+ placeholder: string;
6
+ width?: string;
7
+ protected updated(changed: PropertyValues): void;
8
+ private _emitChange;
9
+ private _onInput;
10
+ private _onClear;
11
+ render(): import('lit-html').TemplateResult<1>;
12
+ }
13
+ //# sourceMappingURL=axebow-search.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-search.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-search/axebow-search.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEvE,OAAO,+BAA+B,CAAC;AACvC,OAAO,yDAAyD,CAAC;AAEjE,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BA8BX;IAE0B,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IAE3C,SAAS,CAAC,OAAO,CAAC,OAAO,EAAE,cAAc;IAazC,OAAO,CAAC,WAAW;IAMnB,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,QAAQ;IAIhB,MAAM;CAOP"}
@@ -0,0 +1,27 @@
1
+ import { LitElement } from 'lit';
2
+ export type SelectorSliderPosition = number | 'min' | 'middle' | 'max';
3
+ export declare class AxebowSelectorSlider extends LitElement {
4
+ static styles: import('lit').CSSResult[];
5
+ quantity: SelectorSliderPosition;
6
+ minTag: string | number;
7
+ mediumTag: string | number;
8
+ maxTag: string | number;
9
+ min?: number;
10
+ max?: number;
11
+ step: number;
12
+ disabled: boolean;
13
+ get value(): SelectorSliderPosition;
14
+ set value(val: SelectorSliderPosition);
15
+ private _trackContainer;
16
+ private _isDragging;
17
+ private get _minVal();
18
+ private get _maxVal();
19
+ private get _numericQuantity();
20
+ private get _percentage();
21
+ private _setValue;
22
+ private _handlePointerDown;
23
+ private _updateFromPointer;
24
+ private _handleKeyDown;
25
+ render(): import('lit-html').TemplateResult<1>;
26
+ }
27
+ //# sourceMappingURL=axebow-selector-slider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-selector-slider.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-selector-slider/axebow-selector-slider.ts"],"names":[],"mappings":"AAEA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAGvD,MAAM,MAAM,sBAAsB,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,KAAK,CAAC;AAEvE,qBACa,oBAAqB,SAAQ,UAAU;IAClD,MAAM,CAAC,MAAM,4BASX;IAEyC,QAAQ,EAAE,sBAAsB,CAAK;IACpE,MAAM,EAAE,MAAM,GAAG,MAAM,CAAK;IAC5B,SAAS,EAAE,MAAM,GAAG,MAAM,CAAO;IACjC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAO;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,SAAK;IACR,QAAQ,UAAS;IAE9C,IACI,KAAK,IAAI,sBAAsB,CAElC;IACD,IAAI,KAAK,CAAC,GAAG,EAAE,sBAAsB,EAEpC;IAEiC,OAAO,CAAC,eAAe,CAAe;IAExE,OAAO,CAAC,WAAW,CAAS;IAE5B,OAAO,KAAK,OAAO,GAIlB;IAED,OAAO,KAAK,OAAO,GAIlB;IAED,OAAO,KAAK,gBAAgB,GAU3B;IAED,OAAO,KAAK,WAAW,GAMtB;IAED,OAAO,CAAC,SAAS;IAgBjB,OAAO,CAAC,kBAAkB;IAqB1B,OAAO,CAAC,kBAAkB;IAiB1B,OAAO,CAAC,cAAc;IAsBtB,MAAM;CAoDP"}
@@ -0,0 +1,23 @@
1
+ import { LitElement } from 'lit';
2
+ export interface AxebowServiceListItem {
3
+ name: string;
4
+ resourcesSummary: string;
5
+ disabled: boolean;
6
+ dragData: string;
7
+ }
8
+ export declare class AxebowServicesPanel extends LitElement {
9
+ static styles: import('lit').CSSResult[];
10
+ collapsed: boolean;
11
+ services: AxebowServiceListItem[];
12
+ searchTerm: string;
13
+ title: string;
14
+ dragDropText: string;
15
+ searchPlaceholder: string;
16
+ noServicesFoundText: string;
17
+ render(): import('lit-html').TemplateResult<1>;
18
+ private _renderCard;
19
+ private _renderServicesList;
20
+ private _handleToggle;
21
+ private _handleSearchChange;
22
+ }
23
+ //# sourceMappingURL=axebow-services-panel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-services-panel.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-services-panel/axebow-services-panel.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,yDAAyD,CAAC;AAEjE,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CAClB;AACD,qBACa,mBAAoB,SAAQ,UAAU;IACjD,MAAM,CAAC,MAAM,4BASX;IAE2B,SAAS,UAAQ;IACnB,QAAQ,EAAE,qBAAqB,EAAE,CAAM;IACtC,UAAU,SAAM;IAEhB,KAAK,SAAM;IACX,YAAY,SAAM;IAClB,iBAAiB,SAAM;IACvB,mBAAmB,SAAM;IAErD,MAAM;IAyBN,OAAO,CAAC,WAAW;IAwBnB,OAAO,CAAC,mBAAmB;IAoB3B,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,mBAAmB;CAG5B"}
@@ -0,0 +1,36 @@
1
+ import { LitElement } from 'lit';
2
+ export interface NavItem {
3
+ key: string;
4
+ label: string;
5
+ icon: string;
6
+ onClick: () => void;
7
+ isRoot?: boolean;
8
+ openInNewTab?: boolean;
9
+ }
10
+ export interface NavDivider {
11
+ divider: true;
12
+ }
13
+ export type SidebarEntry = NavItem | NavDivider;
14
+ /**
15
+ * Purely presentational app sidebar. Receives fully-resolved nav entries,
16
+ * the currently-selected item key, and the reserved bottom padding (driven
17
+ * by the app's own footer-height tracking); owns only hover-tooltip UI
18
+ * state.
19
+ */
20
+ export declare class AxebowSidebar extends LitElement {
21
+ static styles: import('lit').CSSResult[];
22
+ items: SidebarEntry[];
23
+ bottomItems: NavItem[];
24
+ selectedKey: string | null;
25
+ paddingBottom: number;
26
+ private hoveredItem;
27
+ private tooltipTop;
28
+ private tooltipLeft;
29
+ private handleMouseEnter;
30
+ private handleMouseLeave;
31
+ private _isSelected;
32
+ render(): import('lit-html').TemplateResult<1>;
33
+ private _renderNavItem;
34
+ private _renderBottomItem;
35
+ }
36
+ //# sourceMappingURL=axebow-sidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-sidebar/axebow-sidebar.ts"],"names":[],"mappings":"AAEA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AACvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,6DAA6D,CAAC;AAErE,MAAM,WAAW,OAAO;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,IAAI,CAAC;CACf;AAED,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,UAAU,CAAC;AAEhD;;;;;GAKG;AACH,qBACa,aAAc,SAAQ,UAAU;IAC3C,MAAM,CAAC,MAAM,4BAQX;IAEyB,KAAK,EAAE,YAAY,EAAE,CAAM;IAC3B,WAAW,EAAE,OAAO,EAAE,CAAM;IAC3B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAClC,aAAa,SAAM;IAEtC,OAAO,CAAC,WAAW,CAAwB;IAC3C,OAAO,CAAC,UAAU,CAAK;IACvB,OAAO,CAAC,WAAW,CAAK;IAEjC,OAAO,CAAC,gBAAgB;IAQxB,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,WAAW;IAInB,MAAM;IAoCN,OAAO,CAAC,cAAc;IA2BtB,OAAO,CAAC,iBAAiB;CAwB1B"}
@@ -0,0 +1,11 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class AxebowStepHeader extends LitElement {
3
+ static styles: import('lit').CSSResult[];
4
+ step: string;
5
+ stepTitle: string;
6
+ stepCount: string;
7
+ stepLabel: string;
8
+ ofLabel: string;
9
+ render(): import('lit-html').TemplateResult<1>;
10
+ }
11
+ //# sourceMappingURL=axebow-step-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-step-header.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-step-header/axebow-step-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAGvC,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,MAAM,CAAC,MAAM,4BAOX;IAE0B,IAAI,SAAM;IACV,SAAS,SAAM;IACf,SAAS,SAAM;IACf,SAAS,SAAU;IACnB,OAAO,SAAQ;IAE3C,MAAM;CAWP"}
@@ -0,0 +1,12 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class AxebowResourceBar extends LitElement {
3
+ static styles: import('lit').CSSResult[];
4
+ icon: string;
5
+ label: string;
6
+ current: number;
7
+ limit: number;
8
+ percentage: number;
9
+ rotate: string;
10
+ render(): import('lit-html').TemplateResult<1>;
11
+ }
12
+ //# sourceMappingURL=axebow-resource-bar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-resource-bar.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-summary/axebow-resource-bar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAIlD,OAAO,+BAA+B,CAAC;AAEvC,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,MAAM,CAAC,MAAM,4BAAyC;IAE1B,IAAI,SAAM;IACV,KAAK,SAAM;IACX,OAAO,SAAK;IACZ,KAAK,SAAK;IACV,UAAU,SAAK;IACf,MAAM,SAAO;IAEzC,MAAM;CA6BP"}
@@ -0,0 +1,14 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class AxebowSummaryCard extends LitElement {
3
+ static styles: import('lit').CSSResult[];
4
+ title: string;
5
+ minimized: boolean;
6
+ isSummaryOpen: boolean;
7
+ render(): import('lit-html').TemplateResult<1>;
8
+ private _renderMinimizedView;
9
+ private _renderHeader;
10
+ private _toggleMinimize;
11
+ private _toggleMobileSummary;
12
+ scrollToBottom(): void;
13
+ }
14
+ //# sourceMappingURL=axebow-summary-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-summary-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-summary/axebow-summary-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAIvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,uDAAuD,CAAC;AAC/D,OAAO,6DAA6D,CAAC;AAErE,qBACa,iBAAkB,SAAQ,UAAU;IAC/C,MAAM,CAAC,MAAM,4BAaX;IAE0B,KAAK,SAAa;IACjB,SAAS,UAAS;IAEtC,aAAa,UAAQ;IAE9B,MAAM;IAwBN,OAAO,CAAC,oBAAoB;IAsB5B,OAAO,CAAC,aAAa;IA4BrB,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,oBAAoB;IAMrB,cAAc;CAMtB"}
@@ -0,0 +1,8 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class AxebowSummaryKeyValue extends LitElement {
3
+ static styles: import('lit').CSSResult[];
4
+ label: string;
5
+ value: string;
6
+ render(): import('lit-html').TemplateResult<1>;
7
+ }
8
+ //# sourceMappingURL=axebow-summary-key-value.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-summary-key-value.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-summary/axebow-summary-key-value.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAKvD,qBACa,qBAAsB,SAAQ,UAAU;IACnD,MAAM,CAAC,MAAM,4BASX;IAE0B,KAAK,EAAG,MAAM,CAAC;IACf,KAAK,EAAG,MAAM,CAAC;IAE3C,MAAM;CAQP"}