@ni/nimble-components 1.0.0-beta.99 → 1.0.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 (260) hide show
  1. package/README.md +63 -3
  2. package/dist/esm/button/index.d.ts +16 -0
  3. package/dist/esm/button/index.js +22 -0
  4. package/dist/esm/button/index.js.map +1 -1
  5. package/dist/esm/button/styles.js +19 -9
  6. package/dist/esm/button/styles.js.map +1 -1
  7. package/dist/esm/button/types.d.ts +3 -0
  8. package/dist/esm/button/types.js +0 -4
  9. package/dist/esm/button/types.js.map +1 -1
  10. package/dist/esm/checkbox/index.d.ts +11 -1
  11. package/dist/esm/checkbox/index.js +8 -2
  12. package/dist/esm/checkbox/index.js.map +1 -1
  13. package/dist/esm/checkbox/styles.js +4 -4
  14. package/dist/esm/checkbox/styles.js.map +1 -1
  15. package/dist/esm/drawer/index.d.ts +7 -3
  16. package/dist/esm/drawer/index.js +8 -9
  17. package/dist/esm/drawer/index.js.map +1 -1
  18. package/dist/esm/drawer/styles.js +8 -7
  19. package/dist/esm/drawer/styles.js.map +1 -1
  20. package/dist/esm/drawer/types.d.ts +2 -0
  21. package/dist/esm/drawer/types.js.map +1 -1
  22. package/dist/esm/icon-base/styles.js +6 -6
  23. package/dist/esm/icon-base/styles.js.map +1 -1
  24. package/dist/esm/icon-base/template.js +1 -1
  25. package/dist/esm/icon-base/types.d.ts +11 -0
  26. package/dist/esm/icon-base/types.js +12 -0
  27. package/dist/esm/icon-base/types.js.map +1 -0
  28. package/dist/esm/icons/access-control.d.ts +5 -0
  29. package/dist/esm/icons/access-control.js.map +1 -1
  30. package/dist/esm/icons/admin.d.ts +5 -0
  31. package/dist/esm/icons/admin.js.map +1 -1
  32. package/dist/esm/icons/administration.d.ts +5 -0
  33. package/dist/esm/icons/administration.js.map +1 -1
  34. package/dist/esm/icons/all-icons.d.ts +11 -0
  35. package/dist/esm/icons/all-icons.js +11 -0
  36. package/dist/esm/icons/all-icons.js.map +1 -1
  37. package/dist/esm/icons/check.d.ts +5 -0
  38. package/dist/esm/icons/check.js.map +1 -1
  39. package/dist/esm/icons/custom-applications.d.ts +5 -0
  40. package/dist/esm/icons/custom-applications.js.map +1 -1
  41. package/dist/esm/icons/custom-status.d.ts +12 -0
  42. package/dist/esm/icons/custom-status.js +12 -0
  43. package/dist/esm/icons/custom-status.js.map +1 -0
  44. package/dist/esm/icons/delete.d.ts +5 -0
  45. package/dist/esm/icons/delete.js.map +1 -1
  46. package/dist/esm/icons/done.d.ts +12 -0
  47. package/dist/esm/icons/done.js +12 -0
  48. package/dist/esm/icons/done.js.map +1 -0
  49. package/dist/esm/icons/fail.d.ts +12 -0
  50. package/dist/esm/icons/fail.js +12 -0
  51. package/dist/esm/icons/fail.js.map +1 -0
  52. package/dist/esm/icons/login.d.ts +5 -0
  53. package/dist/esm/icons/login.js.map +1 -1
  54. package/dist/esm/icons/logout.d.ts +5 -0
  55. package/dist/esm/icons/logout.js.map +1 -1
  56. package/dist/esm/icons/looping.d.ts +12 -0
  57. package/dist/esm/icons/looping.js +12 -0
  58. package/dist/esm/icons/looping.js.map +1 -0
  59. package/dist/esm/icons/managed-systems.d.ts +5 -0
  60. package/dist/esm/icons/managed-systems.js.map +1 -1
  61. package/dist/esm/icons/measurement-data-analysis.d.ts +5 -0
  62. package/dist/esm/icons/measurement-data-analysis.js.map +1 -1
  63. package/dist/esm/icons/running.d.ts +12 -0
  64. package/dist/esm/icons/running.js +12 -0
  65. package/dist/esm/icons/running.js.map +1 -0
  66. package/dist/esm/icons/settings.d.ts +5 -0
  67. package/dist/esm/icons/settings.js.map +1 -1
  68. package/dist/esm/icons/skipped.d.ts +12 -0
  69. package/dist/esm/icons/skipped.js +12 -0
  70. package/dist/esm/icons/skipped.js.map +1 -0
  71. package/dist/esm/icons/status.d.ts +12 -0
  72. package/dist/esm/icons/status.js +12 -0
  73. package/dist/esm/icons/status.js.map +1 -0
  74. package/dist/esm/icons/succeeded.d.ts +12 -0
  75. package/dist/esm/icons/succeeded.js +12 -0
  76. package/dist/esm/icons/succeeded.js.map +1 -0
  77. package/dist/esm/icons/terminated.d.ts +12 -0
  78. package/dist/esm/icons/terminated.js +12 -0
  79. package/dist/esm/icons/terminated.js.map +1 -0
  80. package/dist/esm/icons/test-insights.d.ts +5 -0
  81. package/dist/esm/icons/test-insights.js.map +1 -1
  82. package/dist/esm/icons/timed-out.d.ts +12 -0
  83. package/dist/esm/icons/timed-out.js +12 -0
  84. package/dist/esm/icons/timed-out.js.map +1 -0
  85. package/dist/esm/icons/utilities.d.ts +5 -0
  86. package/dist/esm/icons/utilities.js.map +1 -1
  87. package/dist/esm/icons/waiting.d.ts +12 -0
  88. package/dist/esm/icons/waiting.js +12 -0
  89. package/dist/esm/icons/waiting.js.map +1 -0
  90. package/dist/esm/listbox-option/index.d.ts +5 -0
  91. package/dist/esm/listbox-option/index.js +2 -0
  92. package/dist/esm/listbox-option/index.js.map +1 -1
  93. package/dist/esm/menu/index.d.ts +8 -1
  94. package/dist/esm/menu/index.js +5 -2
  95. package/dist/esm/menu/index.js.map +1 -1
  96. package/dist/esm/menu-item/index.d.ts +9 -12
  97. package/dist/esm/menu-item/index.js +5 -2
  98. package/dist/esm/menu-item/index.js.map +1 -1
  99. package/dist/esm/nimble-components/src/button/behaviors.d.ts +12 -0
  100. package/dist/esm/nimble-components/src/button/index.d.ts +33 -0
  101. package/dist/esm/nimble-components/src/button/styles.d.ts +1 -0
  102. package/dist/esm/nimble-components/src/button/types.d.ts +12 -0
  103. package/dist/esm/nimble-components/src/checkbox/index.d.ts +12 -0
  104. package/dist/esm/nimble-components/src/checkbox/styles.d.ts +1 -0
  105. package/dist/esm/nimble-components/src/drawer/animations.d.ts +14 -0
  106. package/dist/esm/nimble-components/src/drawer/index.d.ts +43 -0
  107. package/dist/esm/nimble-components/src/drawer/styles.d.ts +1 -0
  108. package/dist/esm/nimble-components/src/drawer/types.d.ts +12 -0
  109. package/dist/esm/nimble-components/src/icon-base/index.d.ts +12 -0
  110. package/dist/esm/nimble-components/src/icon-base/styles.d.ts +1 -0
  111. package/dist/esm/nimble-components/src/icon-base/template.d.ts +2 -0
  112. package/dist/esm/nimble-components/src/icon-base/types.d.ts +11 -0
  113. package/dist/esm/nimble-components/src/icons/access-control.d.ts +12 -0
  114. package/dist/esm/nimble-components/src/icons/admin.d.ts +12 -0
  115. package/dist/esm/nimble-components/src/icons/administration.d.ts +12 -0
  116. package/dist/esm/nimble-components/src/icons/all-icons.d.ts +24 -0
  117. package/dist/esm/nimble-components/src/icons/check.d.ts +12 -0
  118. package/dist/esm/nimble-components/src/icons/custom-applications.d.ts +12 -0
  119. package/dist/esm/nimble-components/src/icons/custom-status.d.ts +12 -0
  120. package/dist/esm/nimble-components/src/icons/delete.d.ts +12 -0
  121. package/dist/esm/nimble-components/src/icons/done.d.ts +12 -0
  122. package/dist/esm/nimble-components/src/icons/fail.d.ts +12 -0
  123. package/dist/esm/nimble-components/src/icons/login.d.ts +12 -0
  124. package/dist/esm/nimble-components/src/icons/logout.d.ts +12 -0
  125. package/dist/esm/nimble-components/src/icons/looping.d.ts +12 -0
  126. package/dist/esm/nimble-components/src/icons/managed-systems.d.ts +12 -0
  127. package/dist/esm/nimble-components/src/icons/measurement-data-analysis.d.ts +12 -0
  128. package/dist/esm/nimble-components/src/icons/running.d.ts +12 -0
  129. package/dist/esm/nimble-components/src/icons/settings.d.ts +12 -0
  130. package/dist/esm/nimble-components/src/icons/skipped.d.ts +12 -0
  131. package/dist/esm/nimble-components/src/icons/status.d.ts +12 -0
  132. package/dist/esm/nimble-components/src/icons/succeeded.d.ts +12 -0
  133. package/dist/esm/nimble-components/src/icons/terminated.d.ts +12 -0
  134. package/dist/esm/nimble-components/src/icons/test-insights.d.ts +12 -0
  135. package/dist/esm/nimble-components/src/icons/timed-out.d.ts +12 -0
  136. package/dist/esm/nimble-components/src/icons/utilities.d.ts +12 -0
  137. package/dist/esm/nimble-components/src/icons/waiting.d.ts +12 -0
  138. package/dist/esm/nimble-components/src/listbox-option/index.d.ts +15 -0
  139. package/dist/esm/nimble-components/src/listbox-option/styles.d.ts +1 -0
  140. package/dist/esm/nimble-components/src/menu/index.d.ts +12 -0
  141. package/dist/esm/nimble-components/src/menu/styles.d.ts +1 -0
  142. package/dist/esm/nimble-components/src/menu-item/index.d.ts +12 -0
  143. package/dist/esm/nimble-components/src/menu-item/styles.d.ts +1 -0
  144. package/dist/esm/nimble-components/src/number-field/index.d.ts +12 -0
  145. package/dist/esm/nimble-components/src/number-field/styles.d.ts +1 -0
  146. package/dist/esm/nimble-components/src/select/index.d.ts +16 -0
  147. package/dist/esm/nimble-components/src/select/styles.d.ts +1 -0
  148. package/dist/esm/nimble-components/src/tab/index.d.ts +12 -0
  149. package/dist/esm/nimble-components/src/tab/styles.d.ts +1 -0
  150. package/dist/esm/nimble-components/src/tab-panel/index.d.ts +12 -0
  151. package/dist/esm/nimble-components/src/tab-panel/styles.d.ts +1 -0
  152. package/dist/esm/nimble-components/src/tabs/index.d.ts +12 -0
  153. package/dist/esm/nimble-components/src/tabs/styles.d.ts +1 -0
  154. package/dist/esm/nimble-components/src/tabs-toolbar/index.d.ts +12 -0
  155. package/dist/esm/nimble-components/src/tabs-toolbar/styles.d.ts +1 -0
  156. package/dist/esm/nimble-components/src/tabs-toolbar/template.d.ts +1 -0
  157. package/dist/esm/nimble-components/src/testing/async-helpers.d.ts +10 -0
  158. package/dist/esm/nimble-components/src/text-field/index.d.ts +12 -0
  159. package/dist/esm/nimble-components/src/text-field/styles.d.ts +1 -0
  160. package/dist/esm/nimble-components/src/text-field/types.d.ts +3 -0
  161. package/dist/esm/nimble-components/src/theme-provider/design-token-comments.d.ts +6 -0
  162. package/dist/esm/nimble-components/src/theme-provider/design-token-names.d.ts +11 -0
  163. package/dist/esm/nimble-components/src/theme-provider/design-tokens.d.ts +42 -0
  164. package/dist/esm/nimble-components/src/theme-provider/index.d.ts +22 -0
  165. package/dist/esm/nimble-components/src/theme-provider/styles.d.ts +1 -0
  166. package/dist/esm/nimble-components/src/theme-provider/template.d.ts +2 -0
  167. package/dist/esm/{theme-provider/themes.d.ts → nimble-components/src/theme-provider/types.d.ts} +2 -1
  168. package/dist/esm/nimble-components/src/tree-item/index.d.ts +34 -0
  169. package/dist/esm/nimble-components/src/tree-item/styles.d.ts +3 -0
  170. package/dist/esm/nimble-components/src/tree-view/index.d.ts +22 -0
  171. package/dist/esm/nimble-components/src/tree-view/styles.d.ts +1 -0
  172. package/dist/esm/nimble-components/src/tree-view/types.d.ts +7 -0
  173. package/dist/esm/nimble-components/src/utilities/style/direction.d.ts +34 -0
  174. package/dist/esm/nimble-components/src/utilities/style/focus.d.ts +11 -0
  175. package/dist/esm/nimble-components/src/utilities/style/prefers-reduced-motion.d.ts +4 -0
  176. package/dist/esm/nimble-components/src/utilities/style/theme.d.ts +44 -0
  177. package/dist/esm/number-field/index.d.ts +8 -2
  178. package/dist/esm/number-field/index.js +8 -1
  179. package/dist/esm/number-field/index.js.map +1 -1
  180. package/dist/esm/number-field/styles.js +3 -3
  181. package/dist/esm/number-field/styles.js.map +1 -1
  182. package/dist/esm/select/index.d.ts +6 -2
  183. package/dist/esm/select/index.js +9 -5
  184. package/dist/esm/select/index.js.map +1 -1
  185. package/dist/esm/tab/index.d.ts +11 -1
  186. package/dist/esm/tab/index.js +8 -1
  187. package/dist/esm/tab/index.js.map +1 -1
  188. package/dist/esm/tab-panel/index.d.ts +11 -1
  189. package/dist/esm/tab-panel/index.js +8 -1
  190. package/dist/esm/tab-panel/index.js.map +1 -1
  191. package/dist/esm/tabs/index.d.ts +11 -1
  192. package/dist/esm/tabs/index.js +8 -1
  193. package/dist/esm/tabs/index.js.map +1 -1
  194. package/dist/esm/tabs-toolbar/index.d.ts +7 -1
  195. package/dist/esm/tabs-toolbar/index.js +1 -1
  196. package/dist/esm/tabs-toolbar/index.js.map +1 -1
  197. package/dist/esm/tabs-toolbar/styles.js +3 -2
  198. package/dist/esm/tabs-toolbar/styles.js.map +1 -1
  199. package/dist/esm/testing/async-helpers.d.ts +10 -0
  200. package/dist/esm/testing/async-helpers.js +12 -0
  201. package/dist/esm/testing/async-helpers.js.map +1 -0
  202. package/dist/esm/text-field/index.d.ts +8 -2
  203. package/dist/esm/text-field/index.js +8 -1
  204. package/dist/esm/text-field/index.js.map +1 -1
  205. package/dist/esm/text-field/styles.js +20 -8
  206. package/dist/esm/text-field/styles.js.map +1 -1
  207. package/dist/esm/text-field/types.d.ts +3 -0
  208. package/dist/esm/text-field/types.js +3 -0
  209. package/dist/esm/text-field/types.js.map +1 -0
  210. package/dist/esm/theme-provider/design-token-comments.d.ts +6 -0
  211. package/dist/esm/theme-provider/design-token-comments.js +45 -0
  212. package/dist/esm/theme-provider/design-token-comments.js.map +1 -0
  213. package/dist/esm/theme-provider/design-token-names.d.ts +11 -0
  214. package/dist/esm/theme-provider/design-token-names.js +51 -0
  215. package/dist/esm/theme-provider/design-token-names.js.map +1 -0
  216. package/dist/esm/theme-provider/design-tokens.d.ts +4 -10
  217. package/dist/esm/theme-provider/design-tokens.js +94 -109
  218. package/dist/esm/theme-provider/design-tokens.js.map +1 -1
  219. package/dist/esm/theme-provider/index.d.ts +18 -6
  220. package/dist/esm/theme-provider/index.js +51 -26
  221. package/dist/esm/theme-provider/index.js.map +1 -1
  222. package/dist/esm/theme-provider/styles.d.ts +1 -0
  223. package/dist/esm/theme-provider/styles.js +7 -0
  224. package/dist/esm/theme-provider/styles.js.map +1 -0
  225. package/dist/esm/theme-provider/template.d.ts +2 -2
  226. package/dist/esm/theme-provider/template.js.map +1 -1
  227. package/dist/esm/theme-provider/types.d.ts +7 -0
  228. package/dist/esm/theme-provider/types.js +8 -0
  229. package/dist/esm/theme-provider/types.js.map +1 -0
  230. package/dist/esm/tree-item/index.d.ts +7 -1
  231. package/dist/esm/tree-item/index.js +13 -12
  232. package/dist/esm/tree-item/index.js.map +1 -1
  233. package/dist/esm/tree-item/styles.js +9 -7
  234. package/dist/esm/tree-item/styles.js.map +1 -1
  235. package/dist/esm/tree-view/index.d.ts +9 -3
  236. package/dist/esm/tree-view/index.js +4 -3
  237. package/dist/esm/tree-view/index.js.map +1 -1
  238. package/dist/esm/tree-view/types.d.ts +2 -1
  239. package/dist/esm/tree-view/types.js +5 -5
  240. package/dist/esm/tree-view/types.js.map +1 -1
  241. package/dist/esm/utilities/style/direction.d.ts +34 -0
  242. package/dist/esm/utilities/style/direction.js +78 -0
  243. package/dist/esm/utilities/style/direction.js.map +1 -0
  244. package/dist/esm/utilities/style/focus.js +1 -1
  245. package/dist/esm/utilities/style/focus.js.map +1 -1
  246. package/dist/esm/utilities/style/prefers-reduced-motion.d.ts +4 -0
  247. package/dist/esm/utilities/style/prefers-reduced-motion.js +5 -0
  248. package/dist/esm/utilities/style/prefers-reduced-motion.js.map +1 -0
  249. package/dist/esm/utilities/style/theme.d.ts +44 -0
  250. package/dist/esm/utilities/style/theme.js +116 -0
  251. package/dist/esm/utilities/style/theme.js.map +1 -0
  252. package/dist/fonts.scss +3 -0
  253. package/dist/tokens-internal.scss +255 -0
  254. package/dist/tokens.scss +132 -0
  255. package/package.json +26 -17
  256. package/dist/esm/testing/dom-next-update.d.ts +0 -4
  257. package/dist/esm/testing/dom-next-update.js +0 -6
  258. package/dist/esm/testing/dom-next-update.js.map +0 -1
  259. package/dist/esm/theme-provider/themes.js +0 -8
  260. package/dist/esm/theme-provider/themes.js.map +0 -1
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-waiting-icon': WaitingIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'waiting' icon
9
+ */
10
+ export declare class WaitingIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { statusWaiting16X16 } from '@ni/nimble-tokens/dist-icons-esm/nimble-icons-inline';
2
+ import { Icon, registerIcon } from '../icon-base';
3
+ /**
4
+ * The icon component for the 'waiting' icon
5
+ */
6
+ export class WaitingIcon extends Icon {
7
+ constructor() {
8
+ super(statusWaiting16X16);
9
+ }
10
+ }
11
+ registerIcon('waiting-icon', WaitingIcon);
12
+ //# sourceMappingURL=waiting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"waiting.js","sourceRoot":"","sources":["../../../src/icons/waiting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAC;AAC1F,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAQlD;;GAEG;AACH,MAAM,OAAO,WAAY,SAAQ,IAAI;IACjC;QACI,KAAK,CAAC,kBAAkB,CAAC,CAAC;IAC9B,CAAC;CACJ;AAED,YAAY,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC"}
@@ -1,5 +1,10 @@
1
1
  import { ListboxOption as FoundationListboxOption } from '@microsoft/fast-foundation';
2
2
  export type { ListboxOption };
3
+ declare global {
4
+ interface HTMLElementTagNameMap {
5
+ 'nimble-listbox-option': ListboxOption;
6
+ }
7
+ }
3
8
  /**
4
9
  * A nimble-styled HTML listbox option
5
10
  */
@@ -22,6 +22,8 @@ class ListboxOption extends FoundationListboxOption {
22
22
  }
23
23
  const nimbleListboxOption = ListboxOption.compose({
24
24
  baseName: 'listbox-option',
25
+ baseClass: FoundationListboxOption,
26
+ // @ts-expect-error FAST templates have incorrect type, see: https://github.com/microsoft/fast/issues/5047
25
27
  template,
26
28
  styles
27
29
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/listbox-option/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,YAAY,EACZ,aAAa,IAAI,uBAAuB,EACxC,qBAAqB,IAAI,QAAQ,EACpC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAIlC;;GAEG;AACH,MAAM,aAAc,SAAQ,uBAAuB;IAC/C,+DAA+D;IAC/D,IAAW,KAAK;QACZ,OAAO,KAAK,CAAC,KAAK,CAAC;IACvB,CAAC;IAED,IAAW,KAAK,CAAC,KAAa;QAC1B,yBAAyB;QACzB,KAAK,CAAC,KAAK,GAAG,GAAG,KAAK,EAAE,CAAC;QAEzB,IAAI,IAAI,CAAC,eAAe,CAAC,WAAW,EAAE;YAClC,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;SAC1C;IACL,CAAC;IAEe,iBAAiB;QAC7B,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;IAC3C,CAAC;CACJ;AAED,MAAM,mBAAmB,GAAG,aAAa,CAAC,OAAO,CAAC;IAC9C,QAAQ,EAAE,gBAAgB;IAC1B,QAAQ;IACR,MAAM;CACT,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/listbox-option/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,YAAY,EACZ,aAAa,IAAI,uBAAuB,EACxC,qBAAqB,IAAI,QAAQ,EACpC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAUlC;;GAEG;AACH,MAAM,aAAc,SAAQ,uBAAuB;IAC/C,+DAA+D;IAC/D,IAAW,KAAK;QACZ,OAAO,KAAK,CAAC,KAAK,CAAC;IACvB,CAAC;IAED,IAAW,KAAK,CAAC,KAAa;QAC1B,yBAAyB;QACzB,KAAK,CAAC,KAAK,GAAG,GAAG,KAAK,EAAE,CAAC;QAEzB,IAAI,IAAI,CAAC,eAAe,CAAC,WAAW,EAAE;YAClC,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;SAC1C;IACL,CAAC;IAEe,iBAAiB;QAC7B,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;IAC3C,CAAC;CACJ;AAED,MAAM,mBAAmB,GAAG,aAAa,CAAC,OAAO,CAAC;IAC9C,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,uBAAuB;IAClC,0GAA0G;IAC1G,QAAQ;IACR,MAAM;CACT,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC"}
@@ -1,5 +1,12 @@
1
1
  import { Menu as FoundationMenu } from '@microsoft/fast-foundation';
2
+ export type { Menu };
3
+ declare global {
4
+ interface HTMLElementTagNameMap {
5
+ 'nimble-menu': Menu;
6
+ }
7
+ }
2
8
  /**
3
9
  * A nimble-styled menu
4
10
  */
5
- export { FoundationMenu as Menu };
11
+ declare class Menu extends FoundationMenu {
12
+ }
@@ -3,7 +3,8 @@ import { styles } from './styles';
3
3
  /**
4
4
  * A nimble-styled menu
5
5
  */
6
- export { FoundationMenu as Menu };
6
+ class Menu extends FoundationMenu {
7
+ }
7
8
  /**
8
9
  * A function that returns a nimble-menu registration for configuring the component with a DesignSystem.
9
10
  * Implements {@link @microsoft/fast-foundation#menuTemplate}
@@ -13,8 +14,10 @@ export { FoundationMenu as Menu };
13
14
  * Generates HTML Element: \<nimble-menu\>
14
15
  *
15
16
  */
16
- const nimbleMenu = FoundationMenu.compose({
17
+ const nimbleMenu = Menu.compose({
17
18
  baseName: 'menu',
19
+ baseClass: FoundationMenu,
20
+ // @ts-expect-error FAST templates have incorrect type, see: https://github.com/microsoft/fast/issues/5047
18
21
  template,
19
22
  styles
20
23
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,YAAY,EACZ,IAAI,IAAI,cAAc,EACtB,YAAY,IAAI,QAAQ,EAC3B,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;GAEG;AACH,OAAO,EAAE,cAAc,IAAI,IAAI,EAAE,CAAC;AAElC;;;;;;;;GAQG;AACH,MAAM,UAAU,GAAG,cAAc,CAAC,OAAO,CAAC;IACtC,QAAQ,EAAE,MAAM;IAChB,QAAQ;IACR,MAAM;CACT,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,YAAY,EACZ,IAAI,IAAI,cAAc,EACtB,YAAY,IAAI,QAAQ,EAC3B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAUlC;;GAEG;AACH,MAAM,IAAK,SAAQ,cAAc;CAAG;AAEpC;;;;;;;;GAQG;AACH,MAAM,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC;IAC5B,QAAQ,EAAE,MAAM;IAChB,SAAS,EAAE,cAAc;IACzB,0GAA0G;IAC1G,QAAQ;IACR,MAAM;CACT,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC,CAAC"}
@@ -1,15 +1,12 @@
1
- import { MenuItem as FoundationMenuItem, MenuItemOptions } from '@microsoft/fast-foundation';
1
+ import { MenuItem as FoundationMenuItem } from '@microsoft/fast-foundation';
2
+ export type { MenuItem };
3
+ declare global {
4
+ interface HTMLElementTagNameMap {
5
+ 'nimble-menu-item': MenuItem;
6
+ }
7
+ }
2
8
  /**
3
9
  * A nimble-styled menu-item
4
10
  */
5
- export { FoundationMenuItem as MenuItem };
6
- /**
7
- * A function that returns a nimble-menu-item registration for configuring the component with a DesignSystem.
8
- * Implements {@link @microsoft/fast-foundation#menuItemTemplate}
9
- *
10
- * @public
11
- * @remarks
12
- * Generates HTML Element: \<nimble-menu-item\>
13
- *
14
- */
15
- export declare const nimbleMenuItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<MenuItemOptions> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<MenuItemOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
11
+ declare class MenuItem extends FoundationMenuItem {
12
+ }
@@ -3,7 +3,8 @@ import { styles } from './styles';
3
3
  /**
4
4
  * A nimble-styled menu-item
5
5
  */
6
- export { FoundationMenuItem as MenuItem };
6
+ class MenuItem extends FoundationMenuItem {
7
+ }
7
8
  /**
8
9
  * A function that returns a nimble-menu-item registration for configuring the component with a DesignSystem.
9
10
  * Implements {@link @microsoft/fast-foundation#menuItemTemplate}
@@ -13,8 +14,10 @@ export { FoundationMenuItem as MenuItem };
13
14
  * Generates HTML Element: \<nimble-menu-item\>
14
15
  *
15
16
  */
16
- export const nimbleMenuItem = FoundationMenuItem.compose({
17
+ const nimbleMenuItem = MenuItem.compose({
17
18
  baseName: 'menu-item',
19
+ baseClass: FoundationMenuItem,
20
+ // @ts-expect-error FAST templates have incorrect type, see: https://github.com/microsoft/fast/issues/5047
18
21
  template,
19
22
  styles
20
23
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/menu-item/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,YAAY,EACZ,QAAQ,IAAI,kBAAkB,EAC9B,gBAAgB,IAAI,QAAQ,EAE/B,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,QAAQ,EAAE,CAAC;AAE1C;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,kBAAkB,CAAC,OAAO,CAAkB;IACtE,QAAQ,EAAE,WAAW;IACrB,QAAQ;IACR,MAAM;CACT,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,cAAc,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/menu-item/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,YAAY,EACZ,QAAQ,IAAI,kBAAkB,EAC9B,gBAAgB,IAAI,QAAQ,EAE/B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAUlC;;GAEG;AACH,MAAM,QAAS,SAAQ,kBAAkB;CAAG;AAE5C;;;;;;;;GAQG;AACH,MAAM,cAAc,GAAG,QAAQ,CAAC,OAAO,CAAkB;IACrD,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,kBAAkB;IAC7B,0GAA0G;IAC1G,QAAQ;IACR,MAAM;CACT,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,cAAc,EAAE,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { Behavior, ElementStyles } from '@microsoft/fast-element';
2
+ import type { ButtonAppearance } from './types';
3
+ /**
4
+ * Behavior that will conditionally apply a stylesheet based on the element's
5
+ * appearance property
6
+ *
7
+ * @param value - The value of the appearance property
8
+ * @param styles - The styles to be applied when condition matches
9
+ *
10
+ * @public
11
+ */
12
+ export declare function appearanceBehavior(value: ButtonAppearance, styles: ElementStyles): Behavior;
@@ -0,0 +1,33 @@
1
+ import { Button as FoundationButton } from '@microsoft/fast-foundation';
2
+ import { ButtonAppearance } from './types';
3
+ export type { Button };
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'nimble-button': Button;
7
+ }
8
+ }
9
+ /**
10
+ * A nimble-styled HTML button
11
+ */
12
+ declare class Button extends FoundationButton {
13
+ /**
14
+ * The appearance the button should have.
15
+ *
16
+ * @public
17
+ * @remarks
18
+ * HTML Attribute: appearance
19
+ */
20
+ appearance: ButtonAppearance;
21
+ /**
22
+ * Specify as 'true' to hide the text content of the button. The button will
23
+ * become square, and the text content will be used as the label of the button
24
+ * for accessibility purposes.
25
+ *
26
+ * @public
27
+ * @remarks
28
+ * HTML Attribute: content-hidden
29
+ */
30
+ contentHidden: boolean;
31
+ private readonly contentId;
32
+ connectedCallback(): void;
33
+ }
@@ -0,0 +1 @@
1
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Types of button appearance.
3
+ * @public
4
+ */
5
+ import type { Button } from '@microsoft/fast-foundation';
6
+ export declare enum ButtonAppearance {
7
+ Outline = "outline",
8
+ Ghost = "ghost",
9
+ Block = "block"
10
+ }
11
+ export declare type ButtonAppearanceAttribute = `${ButtonAppearance}`;
12
+ export declare type ButtonType = Button['type'];
@@ -0,0 +1,12 @@
1
+ import { Checkbox as FoundationCheckbox } from '@microsoft/fast-foundation';
2
+ export type { Checkbox };
3
+ declare global {
4
+ interface HTMLElementTagNameMap {
5
+ 'nimble-checkbox': Checkbox;
6
+ }
7
+ }
8
+ /**
9
+ * A nimble-styled checkbox control.
10
+ */
11
+ declare class Checkbox extends FoundationCheckbox {
12
+ }
@@ -0,0 +1 @@
1
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,14 @@
1
+ export declare const animationConfig: {
2
+ slideLeftKeyframes: Keyframe[];
3
+ slideRightKeyframes: Keyframe[];
4
+ fadeOverlayKeyframes: Keyframe[];
5
+ slideInOptions: {
6
+ duration: number;
7
+ easing: string;
8
+ };
9
+ slideOutOptions: {
10
+ duration: number;
11
+ easing: string;
12
+ direction: string;
13
+ };
14
+ };
@@ -0,0 +1,43 @@
1
+ import { Dialog as FoundationDialog } from '@microsoft/fast-foundation';
2
+ import { DrawerLocation, DrawerState } from './types';
3
+ export type { Drawer };
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'nimble-drawer': Drawer;
7
+ }
8
+ }
9
+ /**
10
+ * Drawer/Sidenav control. Shows content in a panel on the left / right side of the screen,
11
+ * which animates to be visible with a slide-in / slide-out animation.
12
+ * Configured via 'location', 'state', 'modal', 'preventDismiss' properties.
13
+ */
14
+ declare class Drawer extends FoundationDialog {
15
+ location: DrawerLocation;
16
+ state: DrawerState;
17
+ /**
18
+ * True to prevent dismissing the drawer when the overlay outside the drawer is clicked.
19
+ * Only applicable when 'modal' is set to true (i.e. when the overlay is used).
20
+ * HTML Attribute: prevent-dismiss
21
+ */
22
+ preventDismiss: boolean;
23
+ private readonly propertiesToWatch;
24
+ private propertyChangeNotifier?;
25
+ private animationDurationMilliseconds;
26
+ private animationGroup?;
27
+ private animationsEnabledChangedHandler?;
28
+ private propertyChangeSubscriber?;
29
+ connectedCallback(): void;
30
+ disconnectedCallback(): void;
31
+ show(): void;
32
+ hide(): void;
33
+ dismiss(): void;
34
+ private onPropertyChange;
35
+ private onHiddenChanged;
36
+ private onLocationChanged;
37
+ private onStateChanged;
38
+ private updateAnimationDuration;
39
+ private animateOpening;
40
+ private animateClosing;
41
+ private animateOpenClose;
42
+ private cancelCurrentAnimation;
43
+ }
@@ -0,0 +1 @@
1
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,12 @@
1
+ export declare enum DrawerLocation {
2
+ Left = "left",
3
+ Right = "right"
4
+ }
5
+ export declare type DrawerLocationAttribute = `${DrawerLocation}`;
6
+ export declare enum DrawerState {
7
+ Opening = "opening",
8
+ Opened = "opened",
9
+ Closing = "closing",
10
+ Closed = "closed"
11
+ }
12
+ export declare type DrawerStateAttribute = `${DrawerState}`;
@@ -0,0 +1,12 @@
1
+ import { FoundationElement } from '@microsoft/fast-foundation';
2
+ import type { NimbleIcon } from '@ni/nimble-tokens/dist-icons-esm/nimble-icons-inline';
3
+ /**
4
+ * The base class for icon components
5
+ */
6
+ export declare class Icon extends FoundationElement {
7
+ icon: NimbleIcon;
8
+ constructor(icon: NimbleIcon);
9
+ }
10
+ declare type IconClass = typeof Icon;
11
+ export declare const registerIcon: (baseName: string, iconClass: IconClass) => void;
12
+ export {};
@@ -0,0 +1 @@
1
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -0,0 +1,2 @@
1
+ import type { Icon } from '.';
2
+ export declare const template: import("@microsoft/fast-element").ViewTemplate<Icon, any>;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Predefined icon status states
3
+ * @public
4
+ */
5
+ export declare enum IconStatus {
6
+ Fail = "fail",
7
+ Warning = "warning",
8
+ Pass = "pass",
9
+ Regular = "regular"
10
+ }
11
+ export declare type IconStatusAttribute = `${IconStatus}`;
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-access-control-icon': AccessControlIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'access-control' icon
9
+ */
10
+ export declare class AccessControlIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-admin-icon': AdminIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'admin' icon
9
+ */
10
+ export declare class AdminIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-administration-icon': AdministrationIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'administration' icon
9
+ */
10
+ export declare class AdministrationIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,24 @@
1
+ export { AccessControlIcon } from './access-control';
2
+ export { AdminIcon } from './admin';
3
+ export { AdministrationIcon } from './administration';
4
+ export { CheckIcon } from './check';
5
+ export { CustomApplicationsIcon } from './custom-applications';
6
+ export { CustomStatusIcon } from './custom-status';
7
+ export { DeleteIcon } from './delete';
8
+ export { DoneIcon } from './done';
9
+ export { FailIcon } from './fail';
10
+ export { LoginIcon } from './login';
11
+ export { LogoutIcon } from './logout';
12
+ export { LoopingIcon } from './looping';
13
+ export { ManagedSystemsIcon } from './managed-systems';
14
+ export { MeasurementDataAnalysisIcon } from './measurement-data-analysis';
15
+ export { RunningIcon } from './running';
16
+ export { SettingsIcon } from './settings';
17
+ export { SkippedIcon } from './skipped';
18
+ export { StatusIcon } from './status';
19
+ export { SucceededIcon } from './succeeded';
20
+ export { TerminatedIcon } from './terminated';
21
+ export { TestInsightsIcon } from './test-insights';
22
+ export { TimedOutIcon } from './timed-out';
23
+ export { UtilitiesIcon } from './utilities';
24
+ export { WaitingIcon } from './waiting';
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-check-icon': CheckIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'check' icon
9
+ */
10
+ export declare class CheckIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-custom-applications-icon': CustomApplicationsIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'custom-applications' icon
9
+ */
10
+ export declare class CustomApplicationsIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-custom-status-icon': CustomStatusIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'custom-status' icon
9
+ */
10
+ export declare class CustomStatusIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-delete-icon': DeleteIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'delete' icon
9
+ */
10
+ export declare class DeleteIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-done-icon': DoneIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'done' icon
9
+ */
10
+ export declare class DoneIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-fail-icon': FailIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'fail' icon
9
+ */
10
+ export declare class FailIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-login-icon': LoginIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'login' icon
9
+ */
10
+ export declare class LoginIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-logout-icon': LogoutIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'logout' icon
9
+ */
10
+ export declare class LogoutIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-looping-icon': LoopingIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'looping' icon
9
+ */
10
+ export declare class LoopingIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-managed-systems-icon': ManagedSystemsIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'managed-systems' icon
9
+ */
10
+ export declare class ManagedSystemsIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-measurement-data-analysis-icon': MeasurementDataAnalysisIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'measurement-data-analysis' icon
9
+ */
10
+ export declare class MeasurementDataAnalysisIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-running-icon': RunningIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'running' icon
9
+ */
10
+ export declare class RunningIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-settings-icon': SettingsIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'settings' icon
9
+ */
10
+ export declare class SettingsIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-skipped-icon': SkippedIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'skipped' icon
9
+ */
10
+ export declare class SkippedIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-status-icon': StatusIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'status' icon
9
+ */
10
+ export declare class StatusIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-succeeded-icon': SucceededIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'succeeded' icon
9
+ */
10
+ export declare class SucceededIcon extends Icon {
11
+ constructor();
12
+ }
@@ -0,0 +1,12 @@
1
+ import { Icon } from '../icon-base';
2
+ declare global {
3
+ interface HTMLElementTagNameMap {
4
+ 'nimble-terminated-icon': TerminatedIcon;
5
+ }
6
+ }
7
+ /**
8
+ * The icon component for the 'terminated' icon
9
+ */
10
+ export declare class TerminatedIcon extends Icon {
11
+ constructor();
12
+ }