@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,32 @@
1
+ import { LitElement } from 'lit';
2
+ export interface AxebowFilterBarOption {
3
+ label: string;
4
+ value: string;
5
+ }
6
+ export interface AxebowFilterBarItem {
7
+ key: string;
8
+ label: string;
9
+ placeholder: string;
10
+ value: string;
11
+ options: AxebowFilterBarOption[];
12
+ separate?: boolean;
13
+ }
14
+ /**
15
+ * Purely presentational row of dropdown filters. Receives fully-resolved
16
+ * items to render and only emits `option-change`; it holds no business
17
+ * state, that is the responsibility of the consumer.
18
+ */
19
+ export declare class AxebowFilterBar extends LitElement {
20
+ static styles: import('lit').CSSResult[];
21
+ items: AxebowFilterBarItem[];
22
+ private _resizeObserver?;
23
+ connectedCallback(): void;
24
+ disconnectedCallback(): void;
25
+ firstUpdated(): void;
26
+ updated(): void;
27
+ private _updateSeparateLayout;
28
+ private _onChange;
29
+ private _renderItem;
30
+ render(): import('lit-html').TemplateResult<1>;
31
+ }
32
+ //# sourceMappingURL=axebow-filter-bar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-filter-bar.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-filter-bar/axebow-filter-bar.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,2DAA2D,CAAC;AACnE,OAAO,2DAA2D,CAAC;AAEnE,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,qBAAqB,EAAE,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;;GAIG;AACH,qBACa,eAAgB,SAAQ,UAAU;IAC7C,MAAM,CAAC,MAAM,4BAgDX;IAEyB,KAAK,EAAE,mBAAmB,EAAE,CAAM;IAE7D,OAAO,CAAC,eAAe,CAAC,CAAiB;IAEzC,iBAAiB;IAKjB,oBAAoB;IAKpB,YAAY;IAMZ,OAAO;IAIP,OAAO,CAAC,qBAAqB;IAa7B,OAAO,CAAC,SAAS;IAKjB,OAAO,CAAC,WAAW;IA2BnB,MAAM;CAOP"}
@@ -0,0 +1,21 @@
1
+ import { LitElement } from 'lit';
2
+ export interface FooterLink {
3
+ label: string;
4
+ url: string;
5
+ onClick: () => void;
6
+ }
7
+ /**
8
+ * Purely presentational site footer. Receives already-filtered, already
9
+ * translated links; owns only the footer-height broadcast used by
10
+ * axebow-sidebar to reserve bottom padding.
11
+ */
12
+ export declare class AxebowFooter extends LitElement {
13
+ static styles: import('lit').CSSResult[];
14
+ links: FooterLink[];
15
+ private resizeObserver?;
16
+ connectedCallback(): void;
17
+ disconnectedCallback(): void;
18
+ private emitFooterHeight;
19
+ render(): import('lit-html').TemplateResult<1>;
20
+ }
21
+ //# sourceMappingURL=axebow-footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-footer.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-footer/axebow-footer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AAEvC,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED;;;;GAIG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,MAAM,CAAC,MAAM,4BAWX;IAEyB,KAAK,EAAE,UAAU,EAAE,CAAM;IAEpD,OAAO,CAAC,cAAc,CAAC,CAAiB;IAExC,iBAAiB;IAWjB,oBAAoB;IAOpB,OAAO,CAAC,gBAAgB,CAiBtB;IAEF,MAAM;CAmBP"}
@@ -0,0 +1,24 @@
1
+ import { LitElement } from 'lit';
2
+ import { PillItem } from '../axebow-pill/axebow-pill.js';
3
+ /**
4
+ * Purely presentational "let's start it" card. Title, description and
5
+ * the already-translated pill configs (each carrying its own `onClick`)
6
+ * are all supplied by the caller. The contact button only renders when
7
+ * `contactUrl` is given - whether that link is configured is decided by
8
+ * the caller, not here.
9
+ */
10
+ export declare class AxebowGettingStartedCard extends LitElement {
11
+ static styles: import('lit').CSSResult;
12
+ heading: string;
13
+ description: string;
14
+ pills: PillItem[];
15
+ contactUrl: string;
16
+ contactLabel: string;
17
+ dontShowAgainLabel: string;
18
+ dontShowAgain: boolean;
19
+ onDontShowAgainChange?: (checked: boolean) => void;
20
+ notNowLabel: string;
21
+ onNotNow?: () => void;
22
+ render(): import('lit-html').TemplateResult<1>;
23
+ }
24
+ //# sourceMappingURL=axebow-getting-started-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-getting-started-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-getting-started-card/axebow-getting-started-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,MAAM,KAAK,CAAC;AAElD,OAAO,6DAA6D,CAAC;AACrE,OAAO,+DAA+D,CAAC;AACvE,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAG9D;;;;;;GAMG;AACH,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,0BAA0B;IAEX,OAAO,SAAM;IACb,WAAW,SAAM;IAClB,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;IAEtD,MAAM;CA+CP"}
@@ -0,0 +1,36 @@
1
+ import { LitElement } from 'lit';
2
+ import { QuickAction } from './parts/axebow-quick-actions.js';
3
+ import { ProfileMenuItem, FormattedNotificationVM } from './parts/axebow-header-actions.js';
4
+ /**
5
+ * Purely presentational app header. Receives fully-resolved data and
6
+ * callback props; quick-actions open state and the notifications
7
+ * unread-only filter are owned by their respective sub-components.
8
+ */
9
+ export declare class AxebowHeader extends LitElement {
10
+ minimal: boolean;
11
+ logoUrl: string;
12
+ logoAlt: string;
13
+ onLogoClick: () => void;
14
+ userName: string;
15
+ quickActionsLabel: string;
16
+ quickActions: QuickAction[];
17
+ profileMenuItems: ProfileMenuItem[];
18
+ logoutLabel: string;
19
+ onLogout: () => void;
20
+ notificationsLabel: string;
21
+ notifications: FormattedNotificationVM[];
22
+ actionNeededNotifications: FormattedNotificationVM[];
23
+ myNotificationsTabLabel: string;
24
+ actionNeededTabLabel: string;
25
+ noNotificationsLabel: string;
26
+ noUnreadNotificationsLabel: string;
27
+ noActionNotificationsLabel: string;
28
+ showUnreadOnlyLabel: string;
29
+ onLabel: string;
30
+ offLabel: string;
31
+ markAllAsReadLabel: string;
32
+ onMarkAllAsRead: () => void;
33
+ static styles: import('lit').CSSResult[];
34
+ render(): import('lit-html').TemplateResult<1>;
35
+ }
36
+ //# sourceMappingURL=axebow-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-header.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-header/axebow-header.ts"],"names":[],"mappings":"AAEA,OAAO,EAAQ,UAAU,EAAa,MAAM,KAAK,CAAC;AAElD,OAAO,iCAAiC,CAAC;AACzC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAEjG;;;;GAIG;AACH,qBACa,YAAa,SAAQ,UAAU;IACE,OAAO,UAAS;IAChC,OAAO,SAAM;IACb,OAAO,SAAM;IACT,WAAW,EAAE,MAAM,IAAI,CAAY;IACvC,QAAQ,SAAM;IACd,iBAAiB,SAAM;IACxB,YAAY,EAAE,WAAW,EAAE,CAAM;IACjC,gBAAgB,EAAE,eAAe,EAAE,CAAM;IACxC,WAAW,SAAM;IACb,QAAQ,EAAE,MAAM,IAAI,CAAY;IACpC,kBAAkB,SAAM;IACzB,aAAa,EAAE,uBAAuB,EAAE,CAAM;IAC9C,yBAAyB,EAAE,uBAAuB,EAAE,CAAM;IACzD,uBAAuB,SAAM;IAC7B,oBAAoB,SAAM;IAC1B,oBAAoB,SAAM;IAC1B,0BAA0B,SAAM;IAChC,0BAA0B,SAAM;IAChC,mBAAmB,SAAM;IACzB,OAAO,SAAM;IACb,QAAQ,SAAM;IACd,kBAAkB,SAAM;IACpB,eAAe,EAAE,MAAM,IAAI,CAAY;IAEvE,MAAM,CAAC,MAAM,4BAAyC;IAEtD,MAAM;CAiDP"}
@@ -0,0 +1,50 @@
1
+ import { LitElement } from 'lit';
2
+ export interface ProfileMenuItem {
3
+ name: string;
4
+ onClick: () => void;
5
+ }
6
+ export interface NotificationAction {
7
+ label: string;
8
+ color: string;
9
+ action: () => void;
10
+ }
11
+ export interface FormattedNotificationVM {
12
+ id: string;
13
+ title: string;
14
+ description: string;
15
+ icon: string;
16
+ color: string;
17
+ status: 'read' | 'unread';
18
+ date: string;
19
+ callToAction: boolean;
20
+ actions?: NotificationAction[];
21
+ onClick: () => void;
22
+ }
23
+ /**
24
+ * Right-hand header cluster: notifications dropdown + profile menu.
25
+ */
26
+ export declare class AxebowHeaderActions extends LitElement {
27
+ static styles: import('lit').CSSResult[];
28
+ userName: string;
29
+ profileMenuItems: ProfileMenuItem[];
30
+ logoutLabel: string;
31
+ onLogout: () => void;
32
+ notificationsLabel: string;
33
+ notifications: FormattedNotificationVM[];
34
+ actionNeededNotifications: FormattedNotificationVM[];
35
+ myNotificationsTabLabel: string;
36
+ actionNeededTabLabel: string;
37
+ noNotificationsLabel: string;
38
+ noUnreadNotificationsLabel: string;
39
+ noActionNotificationsLabel: string;
40
+ showUnreadOnlyLabel: string;
41
+ onLabel: string;
42
+ offLabel: string;
43
+ markAllAsReadLabel: string;
44
+ onMarkAllAsRead: () => void;
45
+ private showUnreadOnly;
46
+ private handleShowUnreadOnlyChange;
47
+ render(): import('lit-html').TemplateResult<1>;
48
+ private renderNotificationCard;
49
+ }
50
+ //# sourceMappingURL=axebow-header-actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-header-actions.d.ts","sourceRoot":"","sources":["../../../../src/components/axebow-header/parts/axebow-header-actions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,+DAA+D,CAAC;AACvE,OAAO,uDAAuD,CAAC;AAC/D,OAAO,2DAA2D,CAAC;AACnE,OAAO,iEAAiE,CAAC;AACzE,OAAO,qDAAqD,CAAC;AAC7D,OAAO,iEAAiE,CAAC;AAEzE,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC/B,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED;;GAEG;AACH,qBACa,mBAAoB,SAAQ,UAAU;IACjD,MAAM,CAAC,MAAM,4BAeX;IAE0B,QAAQ,SAAM;IACf,gBAAgB,EAAE,eAAe,EAAE,CAAM;IACxC,WAAW,SAAM;IACb,QAAQ,EAAE,MAAM,IAAI,CAAY;IACpC,kBAAkB,SAAM;IACzB,aAAa,EAAE,uBAAuB,EAAE,CAAM;IAC9C,yBAAyB,EAAE,uBAAuB,EAAE,CAAM;IACzD,uBAAuB,SAAM;IAC7B,oBAAoB,SAAM;IAC1B,oBAAoB,SAAM;IAC1B,0BAA0B,SAAM;IAChC,0BAA0B,SAAM;IAChC,mBAAmB,SAAM;IACzB,OAAO,SAAM;IACb,QAAQ,SAAM;IACd,kBAAkB,SAAM;IACpB,eAAe,EAAE,MAAM,IAAI,CAAY;IAE9D,OAAO,CAAC,cAAc,CAAS;IAExC,OAAO,CAAC,0BAA0B;IAIlC,MAAM;IAmHN,OAAO,CAAC,sBAAsB;CA0C/B"}
@@ -0,0 +1,9 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class AxebowQuickActionCard extends LitElement {
3
+ static styles: import('lit').CSSResult[];
4
+ icon: string;
5
+ label: string;
6
+ render(): import('lit-html').TemplateResult<1>;
7
+ private _onClick;
8
+ }
9
+ //# sourceMappingURL=axebow-quick-action-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-quick-action-card.d.ts","sourceRoot":"","sources":["../../../../src/components/axebow-header/parts/axebow-quick-action-card.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,kCAAkC,CAAC;AAE1C,qBACa,qBAAsB,SAAQ,UAAU;IACnD,MAAM,CAAC,MAAM,4BAA4D;IAE7C,IAAI,SAAM;IACV,KAAK,SAAM;IAEvC,MAAM;IAYN,OAAO,CAAC,QAAQ;CAGjB"}
@@ -0,0 +1,26 @@
1
+ import { LitElement } from 'lit';
2
+ export interface QuickAction {
3
+ icon: string;
4
+ label: string;
5
+ visible: boolean;
6
+ onClick: () => void;
7
+ }
8
+ /**
9
+ * Trigger + flyout panel. Drops below the trigger, offset by the trigger's own
10
+ * width so it clears the sidebar column instead of appearing underneath it.
11
+ * First 3 actions render as the infra-creation row, the rest as the
12
+ * deploy/service row (wraps after 3 to match the 168px card width).
13
+ */
14
+ export declare class AxebowQuickActions extends LitElement {
15
+ static styles: import('lit').CSSResult[];
16
+ label: string;
17
+ actions: QuickAction[];
18
+ private open;
19
+ connectedCallback(): void;
20
+ disconnectedCallback(): void;
21
+ private _handleOutsideClick;
22
+ private _toggle;
23
+ private _select;
24
+ render(): import('lit-html').TemplateResult<1>;
25
+ }
26
+ //# sourceMappingURL=axebow-quick-actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-quick-actions.d.ts","sourceRoot":"","sources":["../../../../src/components/axebow-header/parts/axebow-quick-actions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,+BAA+B,CAAC;AAEvC,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED;;;;;GAKG;AACH,qBACa,kBAAmB,SAAQ,UAAU;IAChD,MAAM,CAAC,MAAM,4BAAmE;IAEpD,KAAK,SAAM;IACZ,OAAO,EAAE,WAAW,EAAE,CAAM;IAE9C,OAAO,CAAC,IAAI,CAAS;IAE9B,iBAAiB;IAKjB,oBAAoB;IAKpB,OAAO,CAAC,mBAAmB,CAIzB;IAEF,OAAO,CAAC,OAAO;IAKf,OAAO,CAAC,OAAO;IAKf,MAAM;CAiEP"}
@@ -0,0 +1,19 @@
1
+ import { LitElement } from 'lit';
2
+ export interface HelpBubbleOption {
3
+ label: string;
4
+ url: string;
5
+ }
6
+ /**
7
+ * Purely presentational floating help bubble. Which links to show (and
8
+ * their already-translated labels) are supplied entirely by the caller -
9
+ * the component only owns its own open/closed hover state and opens the
10
+ * given URL in a new tab.
11
+ */
12
+ export declare class AxebowHelpBubble extends LitElement {
13
+ options: HelpBubbleOption[];
14
+ private _isOpen;
15
+ static styles: import('lit').CSSResult;
16
+ private _openLink;
17
+ render(): import('lit-html').TemplateResult<1>;
18
+ }
19
+ //# sourceMappingURL=axebow-help-bubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-help-bubble.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-help-bubble/axebow-help-bubble.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAGlD,OAAO,+BAA+B,CAAC;AAEvC,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;;;;GAKG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IACnB,OAAO,EAAE,gBAAgB,EAAE,CAAM;IAEnD,OAAO,CAAC,OAAO,CAAS;IAEjC,MAAM,CAAC,MAAM,0BAA0B;IAEvC,OAAO,CAAC,SAAS;IAIjB,MAAM;CAuCP"}
@@ -0,0 +1,13 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class AxebowIcon extends LitElement {
3
+ iconName: string;
4
+ iconColor: string;
5
+ rotate: number;
6
+ filled: boolean;
7
+ size: string;
8
+ marginBottom: number;
9
+ static styles: import('lit').CSSResult;
10
+ private _getFontSize;
11
+ render(): import('lit-html').TemplateResult<1>;
12
+ }
13
+ //# sourceMappingURL=axebow-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-icon.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-icon/axebow-icon.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,UAAU,EAAE,MAAM,KAAK,CAAC;AAGlD,qBACa,UAAW,SAAQ,UAAU;IACZ,QAAQ,SAAU;IAClB,SAAS,SAA2B;IACpC,MAAM,SAAK;IACV,MAAM,UAAS;IAChB,IAAI,EAAE,MAAM,CAAY;IACxB,YAAY,SAAK;IAE7C,MAAM,CAAC,MAAM,0BAA0B;IAEvC,OAAO,CAAC,YAAY;IAkCpB,MAAM;CAmBP"}
@@ -0,0 +1,18 @@
1
+ import { LitElement } from 'lit';
2
+ export interface InfrastructureItem {
3
+ title: string;
4
+ description: string;
5
+ }
6
+ /**
7
+ * Purely presentational "how your infrastructure is organized" card.
8
+ * Heading, image and the already-translated item list are all supplied
9
+ * by the caller.
10
+ */
11
+ export declare class AxebowInfrastructureCard extends LitElement {
12
+ static styles: import('lit').CSSResult;
13
+ heading: string;
14
+ imageUrl: string;
15
+ items: InfrastructureItem[];
16
+ render(): import('lit-html').TemplateResult<1>;
17
+ }
18
+ //# sourceMappingURL=axebow-infrastructure-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-infrastructure-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-infrastructure-card/axebow-infrastructure-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,MAAM,KAAK,CAAC;AAIlD,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,qBACa,wBAAyB,SAAQ,UAAU;IACtD,MAAM,CAAC,MAAM,0BAA0B;IAEX,OAAO,SAAM;IACb,QAAQ,SAAM;IACf,KAAK,EAAE,kBAAkB,EAAE,CAAM;IAE5D,MAAM;CAwBP"}
@@ -0,0 +1,20 @@
1
+ import { AxebowInputBase } from './axebow-input-base.js';
2
+ export interface CarouselItem {
3
+ id: string;
4
+ content: string;
5
+ registry?: string;
6
+ name?: string;
7
+ }
8
+ export declare class AxebowCarouselInput extends AxebowInputBase {
9
+ static styles: import('lit').CSSResult[];
10
+ carouselItems: CarouselItem[];
11
+ carouselItemRenderer?: (item: CarouselItem) => unknown;
12
+ private _slidesPerPage;
13
+ private _carouselEl?;
14
+ private _resizeObserver?;
15
+ connectedCallback(): void;
16
+ disconnectedCallback(): void;
17
+ protected firstUpdated(): void;
18
+ render(): import('lit-html').TemplateResult;
19
+ }
20
+ //# sourceMappingURL=axebow-carousel-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-carousel-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-carousel-input.ts"],"names":[],"mappings":"AAEA,OAAO,+DAA+D,CAAC;AACvE,OAAO,yEAAyE,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAiBD,qBACa,mBAAoB,SAAQ,eAAe;IACtD,MAAM,CAAC,MAAM,4BA2BX;IAEyB,aAAa,EAAE,YAAY,EAAE,CAAM;IAC9B,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,OAAO,CAAC;IAE9E,OAAO,CAAC,cAAc,CAA2C;IAEpD,OAAO,CAAC,WAAW,CAAC,CAAc;IACxD,OAAO,CAAC,eAAe,CAAC,CAAiB;IAEzC,iBAAiB;IAQjB,oBAAoB;IAKpB,SAAS,CAAC,YAAY;IAItB,MAAM;CA2BP"}
@@ -0,0 +1,11 @@
1
+ import { AxebowInputBase } from './axebow-input-base.js';
2
+ export interface CheckboxOption {
3
+ value: string;
4
+ label: string;
5
+ }
6
+ export declare class AxebowCheckboxInput extends AxebowInputBase {
7
+ static styles: import('lit').CSSResult[];
8
+ options: CheckboxOption[];
9
+ render(): import('lit-html').TemplateResult;
10
+ }
11
+ //# sourceMappingURL=axebow-checkbox-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-checkbox-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-checkbox-input.ts"],"names":[],"mappings":"AAEA,OAAO,+DAA+D,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,qBACa,mBAAoB,SAAQ,eAAe;IACtD,MAAM,CAAC,MAAM,4BAkBX;IAEyB,OAAO,EAAE,cAAc,EAAE,CAAM;IAE1D,MAAM;CAuBP"}
@@ -0,0 +1,36 @@
1
+ import { LitElement, TemplateResult } from 'lit';
2
+ /**
3
+ * Template-method base for every axebow-*-input control: owns the shared
4
+ * label/description/error wrapper markup and the disabled-aware value
5
+ * change plumbing. Concrete inputs only implement their own field markup
6
+ * via render().
7
+ */
8
+ export declare abstract class AxebowInputBase extends LitElement {
9
+ static baseStyles: import('lit').CSSResult[];
10
+ value: string;
11
+ placeholder: string;
12
+ label: string;
13
+ description: string;
14
+ required: boolean;
15
+ disabled: boolean;
16
+ hasError: boolean;
17
+ errorMessage: string;
18
+ maxlength?: number;
19
+ callback?: (e: Event) => void;
20
+ compact: boolean;
21
+ protected handleChange(e: Event): void;
22
+ /**
23
+ * Every inter-element gap here is a single explicit margin (no
24
+ * contributing flex `gap` on the container) so each one is an
25
+ * independently overridable CSS custom property. Defaults reproduce
26
+ * the historical spacing (16px label->description, 12px
27
+ * description->content/content->error, 8px label->content when there's
28
+ * no description) - concrete inputs that need different spacing (e.g.
29
+ * the carousel's tighter label/description rhythm) just set
30
+ * `--axebow-input-label-gap` / `--axebow-input-description-gap` on
31
+ * their own :host.
32
+ */
33
+ protected renderWrapper(content: TemplateResult): TemplateResult;
34
+ protected renderFixedField(content: TemplateResult): TemplateResult;
35
+ }
36
+ //# sourceMappingURL=axebow-input-base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-input-base.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-input-base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAIvE,OAAO,+BAA+B,CAAC;AAEvC;;;;;GAKG;AACH,8BAAsB,eAAgB,SAAQ,UAAU;IACtD,MAAM,CAAC,UAAU,4BAyDf;IAE0B,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,WAAW,SAAM;IAChB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IAClB,YAAY,SAAM;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACjC,OAAO,UAAS;IAE7C,SAAS,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK;IAO/B;;;;;;;;;;OAUG;IACH,SAAS,CAAC,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,cAAc;IA2ChE,SAAS,CAAC,gBAAgB,CAAC,OAAO,EAAE,cAAc,GAAG,cAAc;CA8BpE"}
@@ -0,0 +1,52 @@
1
+ import { LitElement, TemplateResult } from 'lit';
2
+ import { CarouselItem } from './axebow-carousel-input.js';
3
+ import { AddDialogLabels } from './axebow-select-input.js';
4
+ export type ControlType = 'input' | 'select' | 'carousel' | 'numeric' | 'integer' | 'checkbox' | 'providers';
5
+ export interface Option {
6
+ value: string;
7
+ label: string | TemplateResult;
8
+ }
9
+ export type { CarouselItem, AddDialogLabels };
10
+ /**
11
+ * Factory/dispatcher: picks the right concrete axebow-*-input for the
12
+ * requested controlType and forwards the shared props to it. Adding a new
13
+ * control type only means adding a case here (Open/Closed) - callers never
14
+ * need to know which concrete input backs a given controlType.
15
+ */
16
+ export declare class AxebowInput extends LitElement {
17
+ static styles: import('lit').CSSResult[];
18
+ value: string;
19
+ placeholder: string;
20
+ label: string;
21
+ description: string;
22
+ required: boolean;
23
+ callback?: (e: Event) => void;
24
+ controlType: ControlType;
25
+ options: Option[];
26
+ carouselItems: CarouselItem[];
27
+ disabled: boolean;
28
+ carouselItemRenderer?: (item: CarouselItem) => unknown;
29
+ errorMessage: string;
30
+ hasError: boolean;
31
+ max: number;
32
+ min: number;
33
+ maxlength?: number;
34
+ allowAddNew: boolean;
35
+ addNewLabel: string;
36
+ emptyOptionLabel: string;
37
+ showAddDialogInside: boolean;
38
+ clearable: boolean;
39
+ onAddNew?: (newItem: {
40
+ value: string;
41
+ label: string;
42
+ description?: string;
43
+ }) => void;
44
+ addDialogLabels: AddDialogLabels;
45
+ compact: boolean;
46
+ fixedWidth?: string;
47
+ fixedHeight?: string;
48
+ showStepper: boolean;
49
+ stepAmount: number;
50
+ render(): TemplateResult<1>;
51
+ }
52
+ //# sourceMappingURL=axebow-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAEvE,OAAO,yDAAyD,CAAC;AAGjE,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,eAAe,EAA6B,MAAM,0BAA0B,CAAC;AACtF,OAAO,wBAAwB,CAAC;AAChC,OAAO,2BAA2B,CAAC;AACnC,OAAO,0BAA0B,CAAC;AAClC,OAAO,4BAA4B,CAAC;AACpC,OAAO,4BAA4B,CAAC;AACpC,OAAO,6BAA6B,CAAC;AAErC,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,CAAC;AAC7G,MAAM,WAAW,MAAM;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,cAAc,CAAC;CAChC;AAED,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE9C;;;;;GAKG;AACH,qBACa,WAAY,SAAQ,UAAU;IACzC,MAAM,CAAC,MAAM,4BASX;IAE0B,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,WAAW,SAAM;IAChB,QAAQ,UAAS;IACd,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC,WAAW,EAAE,WAAW,CAAW;IACpC,OAAO,EAAE,MAAM,EAAE,CAAM;IACvB,aAAa,EAAE,YAAY,EAAE,CAAM;IACf,QAAQ,UAAS;IAChC,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,OAAO,CAAC;IAC3D,YAAY,SAAM;IACjB,QAAQ,UAAS;IAClB,GAAG,SAA2B;IAC9B,GAAG,SAAK;IACR,SAAS,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,UAAS;IACrB,WAAW,SAAkB;IAC7B,gBAAgB,SAAmB;IAClC,mBAAmB,UAAQ;IAC3B,SAAS,UAAQ;IACd,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACrF,eAAe,EAAE,eAAe,CAA6B;IAChE,OAAO,UAAS;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,UAAQ;IACpB,UAAU,SAAK;IAE3C,MAAM;CAiJP"}
@@ -0,0 +1,29 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { AxebowInputBase } from './axebow-input-base.js';
3
+ export declare class AxebowNumericInput extends AxebowInputBase {
4
+ static styles: import('lit').CSSResult[];
5
+ max: number;
6
+ min: number;
7
+ integerOnly: boolean;
8
+ /** Opt-in exact size for the field itself - the sl-input box, not the
9
+ * label/description column above it (e.g. fixedWidth '6.1875rem' for a
10
+ * 99px-wide field, fixedHeight '2.5rem' for 40px). Left unset, every
11
+ * existing caller keeps the field's previous default sizing unchanged. */
12
+ fixedWidth?: string;
13
+ fixedHeight?: string;
14
+ /** 22x38 +/- stepper flush against the field's right border, wired to
15
+ * the same min/max/integerOnly rules as typed input. This is the
16
+ * app-wide standard look for every numeric/integer field (the native
17
+ * browser spinner is always suppressed in favor of it) - on by default,
18
+ * size varies per caller via fixedWidth/fixedHeight. Only turn it off
19
+ * for a specific instance that truly needs the bare field. */
20
+ showStepper: boolean;
21
+ stepAmount: number;
22
+ updated(changed: PropertyValues): void;
23
+ protected handleChange(e: Event): void;
24
+ protected handleKeyDown(e: KeyboardEvent): void;
25
+ private _bumpValue;
26
+ private _renderStepper;
27
+ render(): import('lit-html').TemplateResult;
28
+ }
29
+ //# sourceMappingURL=axebow-numeric-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-numeric-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-numeric-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAGhD,OAAO,yDAAyD,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,qBACa,kBAAmB,SAAQ,eAAe;IACrD,MAAM,CAAC,MAAM,4BAiFX;IAE0B,GAAG,SAA2B;IAC9B,GAAG,SAAK;IACP,WAAW,UAAS;IAEjD;;;+EAG2E;IAC/C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAEjD;;;;;mEAK+D;IAClC,WAAW,UAAQ;IACpB,UAAU,SAAK;IAE3C,OAAO,CAAC,OAAO,EAAE,cAAc;IAyB/B,SAAS,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK;IAgB/B,SAAS,CAAC,aAAa,CAAC,CAAC,EAAE,aAAa;IAMxC,OAAO,CAAC,UAAU;IAYlB,OAAO,CAAC,cAAc;IA2BtB,MAAM;CAoBP"}
@@ -0,0 +1,9 @@
1
+ import { AxebowInputBase } from './axebow-input-base.js';
2
+ import { CarouselItem } from './axebow-carousel-input.js';
3
+ export declare class AxebowProvidersInput extends AxebowInputBase {
4
+ static styles: import('lit').CSSResult[];
5
+ carouselItems: CarouselItem[];
6
+ carouselItemRenderer?: (item: CarouselItem) => unknown;
7
+ render(): import('lit-html').TemplateResult;
8
+ }
9
+ //# sourceMappingURL=axebow-providers-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-providers-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-providers-input.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBACa,oBAAqB,SAAQ,eAAe;IACvD,MAAM,CAAC,MAAM,4BAAmC;IAErB,aAAa,EAAE,YAAY,EAAE,CAAM;IAC9B,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,OAAO,CAAC;IAEvF,MAAM;CAgBP"}
@@ -0,0 +1,49 @@
1
+ import { TemplateResult } from 'lit';
2
+ import { AxebowInputBase } from './axebow-input-base.js';
3
+ export interface SelectOption {
4
+ value: string;
5
+ label: string | TemplateResult;
6
+ }
7
+ /**
8
+ * Copy for the built-in "add new option" dialog. Grouped into one object
9
+ * (rather than flat props) since it's a single cohesive sub-feature only
10
+ * relevant when allowAddNew is set; the host app supplies its own
11
+ * translated strings, this component holds no i18n dependency of its own.
12
+ */
13
+ export interface AddDialogLabels {
14
+ title: string;
15
+ intro: string;
16
+ nameLabel: string;
17
+ namePlaceholder: string;
18
+ requiredField: string;
19
+ duplicateItem: string;
20
+ cancel: string;
21
+ save: string;
22
+ }
23
+ export declare const DEFAULT_ADD_DIALOG_LABELS: AddDialogLabels;
24
+ export declare class AxebowSelectInput extends AxebowInputBase {
25
+ static styles: import('lit').CSSResult[];
26
+ options: SelectOption[];
27
+ allowAddNew: boolean;
28
+ addNewLabel: string;
29
+ emptyOptionLabel: string;
30
+ showAddDialogInside: boolean;
31
+ clearable: boolean;
32
+ onAddNew?: (newItem: {
33
+ value: string;
34
+ label: string;
35
+ description?: string;
36
+ }) => void;
37
+ addDialogLabels: AddDialogLabels;
38
+ private showAddDialog;
39
+ private newItemName;
40
+ private newItemDescription;
41
+ private handleSelectChange;
42
+ private createSlug;
43
+ private saveNewItem;
44
+ private cancelNewItem;
45
+ private closeAddDialog;
46
+ private handleDialogKeydown;
47
+ render(): TemplateResult;
48
+ }
49
+ //# sourceMappingURL=axebow-select-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-select-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-select-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAEhD,OAAO,2DAA2D,CAAC;AACnE,OAAO,2DAA2D,CAAC;AACnE,OAAO,2DAA2D,CAAC;AACnE,OAAO,mCAAmC,CAAC;AAC3C,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,cAAc,CAAC;CAChC;AAED;;;;;GAKG;AACH,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,yBAAyB,EAAE,eASvC,CAAC;AAEF,qBACa,iBAAkB,SAAQ,eAAe;IACpD,MAAM,CAAC,MAAM,4BAiBX;IAEyB,OAAO,EAAE,YAAY,EAAE,CAAM;IAC3B,WAAW,UAAS;IACrB,WAAW,SAAkB;IAC7B,gBAAgB,SAAmB;IAClC,mBAAmB,UAAQ;IAC3B,SAAS,UAAQ;IACd,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACrF,eAAe,EAAE,eAAe,CAA6B;IAEpF,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,WAAW,CAAM;IACzB,OAAO,CAAC,kBAAkB,CAAM;IAEzC,OAAO,CAAC,kBAAkB;IAqB1B,OAAO,CAAC,UAAU;IAWlB,OAAO,CAAC,WAAW;IAuBnB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,cAAc;IAQtB,OAAO,CAAC,mBAAmB;IAO3B,MAAM;CA8DP"}
@@ -0,0 +1,6 @@
1
+ import { AxebowInputBase } from './axebow-input-base.js';
2
+ export declare class AxebowTextInput extends AxebowInputBase {
3
+ static styles: import('lit').CSSResult[];
4
+ render(): import('lit-html').TemplateResult;
5
+ }
6
+ //# sourceMappingURL=axebow-text-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-text-input.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-text-input.ts"],"names":[],"mappings":"AAEA,OAAO,yDAAyD,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,qBACa,eAAgB,SAAQ,eAAe;IAClD,MAAM,CAAC,MAAM,4BAaX;IAEF,MAAM;CAgBP"}
@@ -0,0 +1,10 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class AxebowLimitsCounter extends LitElement {
3
+ label: string;
4
+ current: string;
5
+ limit: string;
6
+ unit: string;
7
+ static styles: import('lit').CSSResult[];
8
+ render(): import('lit-html').TemplateResult<1>;
9
+ }
10
+ //# sourceMappingURL=axebow-limits-counter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-limits-counter.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-limits-counter/axebow-limits-counter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAKvD,qBACa,mBAAoB,SAAQ,UAAU;IACrB,KAAK,SAAM;IACX,OAAO,SAAM;IACb,KAAK,SAAM;IACX,IAAI,SAAM;IAEtC,MAAM,CAAC,MAAM,4BAQX;IAEF,MAAM;CASP"}
@@ -0,0 +1,45 @@
1
+ import { LitElement } from 'lit';
2
+ export interface MarketplaceCardResource {
3
+ icon: string;
4
+ iconRotate?: number;
5
+ text: string;
6
+ exceedsLimit?: boolean;
7
+ }
8
+ /**
9
+ * Purely presentational marketplace item card. Every label, resource
10
+ * figure, badge color and the deploy callback are supplied by the
11
+ * caller - the component owns no domain, translation or resource
12
+ * availability logic of its own.
13
+ */
14
+ export declare class AxebowMarketplaceCard extends LitElement {
15
+ logoSrc: string;
16
+ name: string;
17
+ version: string;
18
+ versions: string[];
19
+ domain: string;
20
+ domainColor: string;
21
+ description: string;
22
+ resources: MarketplaceCardResource[];
23
+ disabled: boolean;
24
+ badgeLabel: string;
25
+ badgeIcon: string;
26
+ badgeIconColor: string;
27
+ badgeWidth: string;
28
+ badgeBgColor: string;
29
+ badgeTextColor: string;
30
+ deployLabel: string;
31
+ onDeploy?: () => void;
32
+ private _deployHovered;
33
+ private _versionsOpen;
34
+ connectedCallback(): void;
35
+ disconnectedCallback(): void;
36
+ private _handleOutsideClick;
37
+ private _closeVersions;
38
+ static styles: import('lit').CSSResult[];
39
+ private _hasResourceWarning;
40
+ private _renderResources;
41
+ private _renderVersionSelector;
42
+ private _renderBadge;
43
+ render(): import('lit-html').TemplateResult<1>;
44
+ }
45
+ //# sourceMappingURL=axebow-marketplace-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-marketplace-card.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-marketplace-card/axebow-marketplace-card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAG3C,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;;;;GAKG;AACH,qBACa,qBAAsB,SAAQ,UAAU;IACvB,OAAO,SAAM;IACb,IAAI,SAAM;IACV,OAAO,SAAM;IACd,QAAQ,EAAE,MAAM,EAAE,CAAM;IACvB,MAAM,SAAM;IACZ,WAAW,SAA2B;IACtC,WAAW,SAAM;IAClB,SAAS,EAAE,uBAAuB,EAAE,CAAM;IACxC,QAAQ,UAAS;IAElB,UAAU,SAAM;IAChB,SAAS,SAAM;IACf,cAAc,SAAwB;IACtC,UAAU,SAAe;IACzB,YAAY,SAAiC;IAC7C,cAAc,SAA2B;IAEzC,WAAW,SAAM;IACb,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAE7C,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,aAAa,CAAS;IAEvC,iBAAiB;IAKjB,oBAAoB;IAKpB,OAAO,CAAC,mBAAmB,CAIzB;IAEF,OAAO,CAAC,cAAc;IAItB,MAAM,CAAC,MAAM,4BAcX;IAEF,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,gBAAgB;IA6BxB,OAAO,CAAC,sBAAsB;IAqC9B,OAAO,CAAC,YAAY;IAkBpB,MAAM;CA0DP"}