@cloudscape-design/components 3.0.216 → 3.0.217

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 (348) hide show
  1. package/internal/environment.js +1 -1
  2. package/internal/manifest.json +1 -1
  3. package/package.json +1 -1
  4. package/test-utils/dom/alert/index.js +20 -40
  5. package/test-utils/dom/alert/index.js.map +1 -1
  6. package/test-utils/dom/annotation/index.js +24 -44
  7. package/test-utils/dom/annotation/index.js.map +1 -1
  8. package/test-utils/dom/app-layout/index.js +27 -47
  9. package/test-utils/dom/app-layout/index.js.map +1 -1
  10. package/test-utils/dom/area-chart/index.js +12 -32
  11. package/test-utils/dom/area-chart/index.js.map +1 -1
  12. package/test-utils/dom/attribute-editor/index.js +32 -57
  13. package/test-utils/dom/attribute-editor/index.js.map +1 -1
  14. package/test-utils/dom/autosuggest/index.js +76 -114
  15. package/test-utils/dom/autosuggest/index.js.map +1 -1
  16. package/test-utils/dom/badge/index.js +5 -25
  17. package/test-utils/dom/badge/index.js.map +1 -1
  18. package/test-utils/dom/bar-chart/index.js +5 -25
  19. package/test-utils/dom/bar-chart/index.js.map +1 -1
  20. package/test-utils/dom/box/index.js +5 -25
  21. package/test-utils/dom/box/index.js.map +1 -1
  22. package/test-utils/dom/breadcrumb-group/index.js +17 -37
  23. package/test-utils/dom/breadcrumb-group/index.js.map +1 -1
  24. package/test-utils/dom/button/index.js +16 -36
  25. package/test-utils/dom/button/index.js.map +1 -1
  26. package/test-utils/dom/button-dropdown/index.js +38 -59
  27. package/test-utils/dom/button-dropdown/index.js.map +1 -1
  28. package/test-utils/dom/calendar/index.js +20 -40
  29. package/test-utils/dom/calendar/index.js.map +1 -1
  30. package/test-utils/dom/cards/index.js +55 -83
  31. package/test-utils/dom/cards/index.js.map +1 -1
  32. package/test-utils/dom/checkbox/index.js +14 -34
  33. package/test-utils/dom/checkbox/index.js.map +1 -1
  34. package/test-utils/dom/code-editor/index.js +33 -53
  35. package/test-utils/dom/code-editor/index.js.map +1 -1
  36. package/test-utils/dom/collection-preferences/index.js +40 -65
  37. package/test-utils/dom/collection-preferences/index.js.map +1 -1
  38. package/test-utils/dom/collection-preferences/page-size-preference.js +12 -32
  39. package/test-utils/dom/collection-preferences/page-size-preference.js.map +1 -1
  40. package/test-utils/dom/collection-preferences/visible-content-preference.js +18 -38
  41. package/test-utils/dom/collection-preferences/visible-content-preference.js.map +1 -1
  42. package/test-utils/dom/column-layout/index.js +5 -25
  43. package/test-utils/dom/column-layout/index.js.map +1 -1
  44. package/test-utils/dom/container/index.js +11 -31
  45. package/test-utils/dom/container/index.js.map +1 -1
  46. package/test-utils/dom/content-layout/index.js +9 -29
  47. package/test-utils/dom/content-layout/index.js.map +1 -1
  48. package/test-utils/dom/date-input/index.js +5 -25
  49. package/test-utils/dom/date-input/index.js.map +1 -1
  50. package/test-utils/dom/date-picker/index.js +26 -47
  51. package/test-utils/dom/date-picker/index.js.map +1 -1
  52. package/test-utils/dom/date-range-picker/index.js +87 -119
  53. package/test-utils/dom/date-range-picker/index.js.map +1 -1
  54. package/test-utils/dom/expandable-section/index.js +15 -35
  55. package/test-utils/dom/expandable-section/index.js.map +1 -1
  56. package/test-utils/dom/flashbar/flash.js +18 -38
  57. package/test-utils/dom/flashbar/flash.js.map +1 -1
  58. package/test-utils/dom/flashbar/index.js +9 -29
  59. package/test-utils/dom/flashbar/index.js.map +1 -1
  60. package/test-utils/dom/form/index.js +15 -35
  61. package/test-utils/dom/form/index.js.map +1 -1
  62. package/test-utils/dom/form-field/index.js +21 -41
  63. package/test-utils/dom/form-field/index.js.map +1 -1
  64. package/test-utils/dom/grid/index.js +8 -28
  65. package/test-utils/dom/grid/index.js.map +1 -1
  66. package/test-utils/dom/header/index.js +15 -35
  67. package/test-utils/dom/header/index.js.map +1 -1
  68. package/test-utils/dom/help-panel/index.js +11 -31
  69. package/test-utils/dom/help-panel/index.js.map +1 -1
  70. package/test-utils/dom/hotspot/index.js +12 -32
  71. package/test-utils/dom/hotspot/index.js.map +1 -1
  72. package/test-utils/dom/icon/index.js +5 -25
  73. package/test-utils/dom/icon/index.js.map +1 -1
  74. package/test-utils/dom/index.js +133 -134
  75. package/test-utils/dom/index.js.map +1 -1
  76. package/test-utils/dom/input/base-input.js +35 -57
  77. package/test-utils/dom/input/base-input.js.map +1 -1
  78. package/test-utils/dom/input/index.js +7 -27
  79. package/test-utils/dom/input/index.js.map +1 -1
  80. package/test-utils/dom/internal/abstract-switch.js +12 -32
  81. package/test-utils/dom/internal/abstract-switch.js.map +1 -1
  82. package/test-utils/dom/internal/autosuggest-input.js +14 -34
  83. package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  84. package/test-utils/dom/internal/chart-filter.js +11 -31
  85. package/test-utils/dom/internal/chart-filter.js.map +1 -1
  86. package/test-utils/dom/internal/chart-legend.js +13 -33
  87. package/test-utils/dom/internal/chart-legend.js.map +1 -1
  88. package/test-utils/dom/internal/chart-popover.js +14 -34
  89. package/test-utils/dom/internal/chart-popover.js.map +1 -1
  90. package/test-utils/dom/internal/charts.js +20 -40
  91. package/test-utils/dom/internal/charts.js.map +1 -1
  92. package/test-utils/dom/internal/dropdown-host.js +89 -125
  93. package/test-utils/dom/internal/dropdown-host.js.map +1 -1
  94. package/test-utils/dom/internal/dropdown.js +7 -27
  95. package/test-utils/dom/internal/dropdown.js.map +1 -1
  96. package/test-utils/dom/internal/filtering-token.js +13 -33
  97. package/test-utils/dom/internal/filtering-token.js.map +1 -1
  98. package/test-utils/dom/internal/option.js +13 -33
  99. package/test-utils/dom/internal/option.js.map +1 -1
  100. package/test-utils/dom/internal/options-list.js +5 -25
  101. package/test-utils/dom/internal/options-list.js.map +1 -1
  102. package/test-utils/dom/line-chart/index.js +5 -25
  103. package/test-utils/dom/line-chart/index.js.map +1 -1
  104. package/test-utils/dom/link/index.js +5 -25
  105. package/test-utils/dom/link/index.js.map +1 -1
  106. package/test-utils/dom/mixed-line-bar-chart/index.js +29 -54
  107. package/test-utils/dom/mixed-line-bar-chart/index.js.map +1 -1
  108. package/test-utils/dom/modal/index.js +18 -38
  109. package/test-utils/dom/modal/index.js.map +1 -1
  110. package/test-utils/dom/multiselect/index.js +38 -61
  111. package/test-utils/dom/multiselect/index.js.map +1 -1
  112. package/test-utils/dom/pagination/index.js +19 -39
  113. package/test-utils/dom/pagination/index.js.map +1 -1
  114. package/test-utils/dom/pie-chart/index.js +22 -42
  115. package/test-utils/dom/pie-chart/index.js.map +1 -1
  116. package/test-utils/dom/popover/index.js +16 -39
  117. package/test-utils/dom/popover/index.js.map +1 -1
  118. package/test-utils/dom/progress-bar/index.js +13 -33
  119. package/test-utils/dom/progress-bar/index.js.map +1 -1
  120. package/test-utils/dom/property-filter/index.js +15 -35
  121. package/test-utils/dom/property-filter/index.js.map +1 -1
  122. package/test-utils/dom/radio-group/index.js +13 -33
  123. package/test-utils/dom/radio-group/index.js.map +1 -1
  124. package/test-utils/dom/radio-group/radio-button.js +12 -32
  125. package/test-utils/dom/radio-group/radio-button.js.map +1 -1
  126. package/test-utils/dom/s3-resource-selector/index.js +40 -70
  127. package/test-utils/dom/s3-resource-selector/index.js.map +1 -1
  128. package/test-utils/dom/segmented-control/index.js +9 -29
  129. package/test-utils/dom/segmented-control/index.js.map +1 -1
  130. package/test-utils/dom/select/index.js +28 -51
  131. package/test-utils/dom/select/index.js.map +1 -1
  132. package/test-utils/dom/side-navigation/index.js +41 -66
  133. package/test-utils/dom/side-navigation/index.js.map +1 -1
  134. package/test-utils/dom/space-between/index.js +5 -25
  135. package/test-utils/dom/space-between/index.js.map +1 -1
  136. package/test-utils/dom/spinner/index.js +5 -25
  137. package/test-utils/dom/spinner/index.js.map +1 -1
  138. package/test-utils/dom/split-panel/index.js +25 -45
  139. package/test-utils/dom/split-panel/index.js.map +1 -1
  140. package/test-utils/dom/status-indicator/index.js +5 -25
  141. package/test-utils/dom/status-indicator/index.js.map +1 -1
  142. package/test-utils/dom/table/index.js +76 -94
  143. package/test-utils/dom/table/index.js.map +1 -1
  144. package/test-utils/dom/tabs/index.js +19 -39
  145. package/test-utils/dom/tabs/index.js.map +1 -1
  146. package/test-utils/dom/tag-editor/index.js +19 -44
  147. package/test-utils/dom/tag-editor/index.js.map +1 -1
  148. package/test-utils/dom/text-content/index.js +5 -25
  149. package/test-utils/dom/text-content/index.js.map +1 -1
  150. package/test-utils/dom/text-filter/index.js +10 -30
  151. package/test-utils/dom/text-filter/index.js.map +1 -1
  152. package/test-utils/dom/textarea/index.js +16 -36
  153. package/test-utils/dom/textarea/index.js.map +1 -1
  154. package/test-utils/dom/tiles/index.js +17 -37
  155. package/test-utils/dom/tiles/index.js.map +1 -1
  156. package/test-utils/dom/tiles/tile.js +16 -36
  157. package/test-utils/dom/tiles/tile.js.map +1 -1
  158. package/test-utils/dom/time-input/index.js +5 -25
  159. package/test-utils/dom/time-input/index.js.map +1 -1
  160. package/test-utils/dom/toggle/index.js +14 -34
  161. package/test-utils/dom/toggle/index.js.map +1 -1
  162. package/test-utils/dom/token-group/index.js +14 -34
  163. package/test-utils/dom/token-group/index.js.map +1 -1
  164. package/test-utils/dom/token-group/token.js +12 -32
  165. package/test-utils/dom/token-group/token.js.map +1 -1
  166. package/test-utils/dom/top-navigation/1.0-beta/index.js +56 -91
  167. package/test-utils/dom/top-navigation/1.0-beta/index.js.map +1 -1
  168. package/test-utils/dom/top-navigation/index.js +73 -108
  169. package/test-utils/dom/top-navigation/index.js.map +1 -1
  170. package/test-utils/dom/tutorial-panel/index.js +38 -63
  171. package/test-utils/dom/tutorial-panel/index.js.map +1 -1
  172. package/test-utils/dom/tutorial-panel/tutorial.js +29 -49
  173. package/test-utils/dom/tutorial-panel/tutorial.js.map +1 -1
  174. package/test-utils/dom/wizard/index.js +33 -53
  175. package/test-utils/dom/wizard/index.js.map +1 -1
  176. package/test-utils/selectors/alert/index.js +20 -40
  177. package/test-utils/selectors/alert/index.js.map +1 -1
  178. package/test-utils/selectors/annotation/index.js +24 -44
  179. package/test-utils/selectors/annotation/index.js.map +1 -1
  180. package/test-utils/selectors/app-layout/index.js +27 -47
  181. package/test-utils/selectors/app-layout/index.js.map +1 -1
  182. package/test-utils/selectors/area-chart/index.js +12 -32
  183. package/test-utils/selectors/area-chart/index.js.map +1 -1
  184. package/test-utils/selectors/attribute-editor/index.js +32 -57
  185. package/test-utils/selectors/attribute-editor/index.js.map +1 -1
  186. package/test-utils/selectors/autosuggest/index.js +69 -103
  187. package/test-utils/selectors/autosuggest/index.js.map +1 -1
  188. package/test-utils/selectors/badge/index.js +5 -25
  189. package/test-utils/selectors/badge/index.js.map +1 -1
  190. package/test-utils/selectors/bar-chart/index.js +5 -25
  191. package/test-utils/selectors/bar-chart/index.js.map +1 -1
  192. package/test-utils/selectors/box/index.js +5 -25
  193. package/test-utils/selectors/box/index.js.map +1 -1
  194. package/test-utils/selectors/breadcrumb-group/index.js +17 -37
  195. package/test-utils/selectors/breadcrumb-group/index.js.map +1 -1
  196. package/test-utils/selectors/button/index.js +11 -31
  197. package/test-utils/selectors/button/index.js.map +1 -1
  198. package/test-utils/selectors/button-dropdown/index.js +30 -50
  199. package/test-utils/selectors/button-dropdown/index.js.map +1 -1
  200. package/test-utils/selectors/calendar/index.js +20 -40
  201. package/test-utils/selectors/calendar/index.js.map +1 -1
  202. package/test-utils/selectors/cards/index.js +55 -83
  203. package/test-utils/selectors/cards/index.js.map +1 -1
  204. package/test-utils/selectors/checkbox/index.js +14 -34
  205. package/test-utils/selectors/checkbox/index.js.map +1 -1
  206. package/test-utils/selectors/code-editor/index.js +25 -45
  207. package/test-utils/selectors/code-editor/index.js.map +1 -1
  208. package/test-utils/selectors/collection-preferences/index.js +40 -65
  209. package/test-utils/selectors/collection-preferences/index.js.map +1 -1
  210. package/test-utils/selectors/collection-preferences/page-size-preference.js +12 -32
  211. package/test-utils/selectors/collection-preferences/page-size-preference.js.map +1 -1
  212. package/test-utils/selectors/collection-preferences/visible-content-preference.js +18 -38
  213. package/test-utils/selectors/collection-preferences/visible-content-preference.js.map +1 -1
  214. package/test-utils/selectors/column-layout/index.js +5 -25
  215. package/test-utils/selectors/column-layout/index.js.map +1 -1
  216. package/test-utils/selectors/container/index.js +11 -31
  217. package/test-utils/selectors/container/index.js.map +1 -1
  218. package/test-utils/selectors/content-layout/index.js +9 -29
  219. package/test-utils/selectors/content-layout/index.js.map +1 -1
  220. package/test-utils/selectors/date-input/index.js +5 -25
  221. package/test-utils/selectors/date-input/index.js.map +1 -1
  222. package/test-utils/selectors/date-picker/index.js +22 -43
  223. package/test-utils/selectors/date-picker/index.js.map +1 -1
  224. package/test-utils/selectors/date-range-picker/index.js +81 -112
  225. package/test-utils/selectors/date-range-picker/index.js.map +1 -1
  226. package/test-utils/selectors/expandable-section/index.js +15 -35
  227. package/test-utils/selectors/expandable-section/index.js.map +1 -1
  228. package/test-utils/selectors/flashbar/flash.js +18 -38
  229. package/test-utils/selectors/flashbar/flash.js.map +1 -1
  230. package/test-utils/selectors/flashbar/index.js +9 -29
  231. package/test-utils/selectors/flashbar/index.js.map +1 -1
  232. package/test-utils/selectors/form/index.js +15 -35
  233. package/test-utils/selectors/form/index.js.map +1 -1
  234. package/test-utils/selectors/form-field/index.js +21 -41
  235. package/test-utils/selectors/form-field/index.js.map +1 -1
  236. package/test-utils/selectors/grid/index.js +8 -28
  237. package/test-utils/selectors/grid/index.js.map +1 -1
  238. package/test-utils/selectors/header/index.js +15 -35
  239. package/test-utils/selectors/header/index.js.map +1 -1
  240. package/test-utils/selectors/help-panel/index.js +11 -31
  241. package/test-utils/selectors/help-panel/index.js.map +1 -1
  242. package/test-utils/selectors/hotspot/index.js +12 -32
  243. package/test-utils/selectors/hotspot/index.js.map +1 -1
  244. package/test-utils/selectors/icon/index.js +5 -25
  245. package/test-utils/selectors/icon/index.js.map +1 -1
  246. package/test-utils/selectors/index.js +133 -134
  247. package/test-utils/selectors/index.js.map +1 -1
  248. package/test-utils/selectors/input/base-input.js +7 -27
  249. package/test-utils/selectors/input/base-input.js.map +1 -1
  250. package/test-utils/selectors/input/index.js +7 -27
  251. package/test-utils/selectors/input/index.js.map +1 -1
  252. package/test-utils/selectors/internal/abstract-switch.js +12 -32
  253. package/test-utils/selectors/internal/abstract-switch.js.map +1 -1
  254. package/test-utils/selectors/internal/autosuggest-input.js +14 -34
  255. package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  256. package/test-utils/selectors/internal/chart-filter.js +11 -31
  257. package/test-utils/selectors/internal/chart-filter.js.map +1 -1
  258. package/test-utils/selectors/internal/chart-legend.js +13 -33
  259. package/test-utils/selectors/internal/chart-legend.js.map +1 -1
  260. package/test-utils/selectors/internal/chart-popover.js +14 -34
  261. package/test-utils/selectors/internal/chart-popover.js.map +1 -1
  262. package/test-utils/selectors/internal/charts.js +20 -40
  263. package/test-utils/selectors/internal/charts.js.map +1 -1
  264. package/test-utils/selectors/internal/dropdown-host.js +59 -91
  265. package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  266. package/test-utils/selectors/internal/dropdown.js +7 -27
  267. package/test-utils/selectors/internal/dropdown.js.map +1 -1
  268. package/test-utils/selectors/internal/filtering-token.js +13 -33
  269. package/test-utils/selectors/internal/filtering-token.js.map +1 -1
  270. package/test-utils/selectors/internal/option.js +13 -33
  271. package/test-utils/selectors/internal/option.js.map +1 -1
  272. package/test-utils/selectors/internal/options-list.js +5 -25
  273. package/test-utils/selectors/internal/options-list.js.map +1 -1
  274. package/test-utils/selectors/line-chart/index.js +5 -25
  275. package/test-utils/selectors/line-chart/index.js.map +1 -1
  276. package/test-utils/selectors/link/index.js +5 -25
  277. package/test-utils/selectors/link/index.js.map +1 -1
  278. package/test-utils/selectors/mixed-line-bar-chart/index.js +29 -54
  279. package/test-utils/selectors/mixed-line-bar-chart/index.js.map +1 -1
  280. package/test-utils/selectors/modal/index.js +13 -33
  281. package/test-utils/selectors/modal/index.js.map +1 -1
  282. package/test-utils/selectors/multiselect/index.js +38 -61
  283. package/test-utils/selectors/multiselect/index.js.map +1 -1
  284. package/test-utils/selectors/pagination/index.js +19 -39
  285. package/test-utils/selectors/pagination/index.js.map +1 -1
  286. package/test-utils/selectors/pie-chart/index.js +22 -42
  287. package/test-utils/selectors/pie-chart/index.js.map +1 -1
  288. package/test-utils/selectors/popover/index.js +22 -45
  289. package/test-utils/selectors/popover/index.js.map +1 -1
  290. package/test-utils/selectors/progress-bar/index.js +13 -33
  291. package/test-utils/selectors/progress-bar/index.js.map +1 -1
  292. package/test-utils/selectors/property-filter/index.js +15 -35
  293. package/test-utils/selectors/property-filter/index.js.map +1 -1
  294. package/test-utils/selectors/radio-group/index.js +13 -33
  295. package/test-utils/selectors/radio-group/index.js.map +1 -1
  296. package/test-utils/selectors/radio-group/radio-button.js +12 -32
  297. package/test-utils/selectors/radio-group/radio-button.js.map +1 -1
  298. package/test-utils/selectors/s3-resource-selector/index.js +40 -70
  299. package/test-utils/selectors/s3-resource-selector/index.js.map +1 -1
  300. package/test-utils/selectors/segmented-control/index.js +9 -29
  301. package/test-utils/selectors/segmented-control/index.js.map +1 -1
  302. package/test-utils/selectors/select/index.js +28 -51
  303. package/test-utils/selectors/select/index.js.map +1 -1
  304. package/test-utils/selectors/side-navigation/index.js +41 -66
  305. package/test-utils/selectors/side-navigation/index.js.map +1 -1
  306. package/test-utils/selectors/space-between/index.js +5 -25
  307. package/test-utils/selectors/space-between/index.js.map +1 -1
  308. package/test-utils/selectors/spinner/index.js +5 -25
  309. package/test-utils/selectors/spinner/index.js.map +1 -1
  310. package/test-utils/selectors/split-panel/index.js +25 -45
  311. package/test-utils/selectors/split-panel/index.js.map +1 -1
  312. package/test-utils/selectors/status-indicator/index.js +5 -25
  313. package/test-utils/selectors/status-indicator/index.js.map +1 -1
  314. package/test-utils/selectors/table/index.js +76 -94
  315. package/test-utils/selectors/table/index.js.map +1 -1
  316. package/test-utils/selectors/tabs/index.js +19 -39
  317. package/test-utils/selectors/tabs/index.js.map +1 -1
  318. package/test-utils/selectors/tag-editor/index.js +19 -44
  319. package/test-utils/selectors/tag-editor/index.js.map +1 -1
  320. package/test-utils/selectors/text-content/index.js +5 -25
  321. package/test-utils/selectors/text-content/index.js.map +1 -1
  322. package/test-utils/selectors/text-filter/index.js +10 -30
  323. package/test-utils/selectors/text-filter/index.js.map +1 -1
  324. package/test-utils/selectors/textarea/index.js +7 -27
  325. package/test-utils/selectors/textarea/index.js.map +1 -1
  326. package/test-utils/selectors/tiles/index.js +17 -37
  327. package/test-utils/selectors/tiles/index.js.map +1 -1
  328. package/test-utils/selectors/tiles/tile.js +16 -36
  329. package/test-utils/selectors/tiles/tile.js.map +1 -1
  330. package/test-utils/selectors/time-input/index.js +5 -25
  331. package/test-utils/selectors/time-input/index.js.map +1 -1
  332. package/test-utils/selectors/toggle/index.js +14 -34
  333. package/test-utils/selectors/toggle/index.js.map +1 -1
  334. package/test-utils/selectors/token-group/index.js +14 -34
  335. package/test-utils/selectors/token-group/index.js.map +1 -1
  336. package/test-utils/selectors/token-group/token.js +12 -32
  337. package/test-utils/selectors/token-group/token.js.map +1 -1
  338. package/test-utils/selectors/top-navigation/1.0-beta/index.js +56 -91
  339. package/test-utils/selectors/top-navigation/1.0-beta/index.js.map +1 -1
  340. package/test-utils/selectors/top-navigation/index.js +73 -108
  341. package/test-utils/selectors/top-navigation/index.js.map +1 -1
  342. package/test-utils/selectors/tutorial-panel/index.js +38 -63
  343. package/test-utils/selectors/tutorial-panel/index.js.map +1 -1
  344. package/test-utils/selectors/tutorial-panel/tutorial.js +29 -49
  345. package/test-utils/selectors/tutorial-panel/tutorial.js.map +1 -1
  346. package/test-utils/selectors/wizard/index.js +33 -53
  347. package/test-utils/selectors/wizard/index.js.map +1 -1
  348. package/test-utils/tsconfig.tsbuildinfo +1 -1
@@ -1,37 +1,17 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var styles_selectors_js_1 = require("../../../segmented-control/styles.selectors.js");
22
- var SegmentedControlWrapper = /** @class */ (function (_super) {
23
- __extends(SegmentedControlWrapper, _super);
24
- function SegmentedControlWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- SegmentedControlWrapper.prototype.findSegments = function () {
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const styles_selectors_js_1 = require("../../../segmented-control/styles.selectors.js");
7
+ class SegmentedControlWrapper extends dom_1.ComponentWrapper {
8
+ findSegments() {
28
9
  return this.findAllByClassName(styles_selectors_js_1.default.segment);
29
- };
30
- SegmentedControlWrapper.prototype.findSelectedSegment = function () {
10
+ }
11
+ findSelectedSegment() {
31
12
  return this.findByClassName(styles_selectors_js_1.default.selected);
32
- };
33
- SegmentedControlWrapper.rootSelector = styles_selectors_js_1.default.root;
34
- return SegmentedControlWrapper;
35
- }(dom_1.ComponentWrapper));
13
+ }
14
+ }
36
15
  exports.default = SegmentedControlWrapper;
16
+ SegmentedControlWrapper.rootSelector = styles_selectors_js_1.default.root;
37
17
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/segmented-control/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,sFAAoE;AAEpE;IAAqD,2CAAgB;IAArE;;IAUA,CAAC;IAPC,8CAAY,GAAZ;QACE,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IACjD,CAAC;IAED,qDAAmB,GAAnB;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,QAAQ,CAAC,CAAC;IAC/C,CAAC;IARM,oCAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAS5C,8BAAC;CAAA,AAVD,CAAqD,sBAAgB,GAUpE;kBAVoB,uBAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/segmented-control/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,wFAAoE;AAEpE,MAAqB,uBAAwB,SAAQ,sBAAgB;IAGnE,YAAY;QACV,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IACjD,CAAC;IAED,mBAAmB;QACjB,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,QAAQ,CAAC,CAAC;IAC/C,CAAC;;AATH,0CAUC;AATQ,oCAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,19 +1,4 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
18
3
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
19
4
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -23,59 +8,51 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
23
8
  Object.defineProperty(exports, "__esModule", { value: true });
24
9
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
25
10
  // SPDX-License-Identifier: Apache-2.0
26
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
27
- var styles_selectors_js_1 = require("../../../select/styles.selectors.js");
28
- var styles_selectors_js_2 = require("../../../select/parts/styles.selectors.js");
29
- var styles_selectors_js_3 = require("../../../input/styles.selectors.js");
30
- var styles_selectors_js_4 = require("../../../internal/components/button-trigger/styles.selectors.js");
31
- var styles_selectors_js_5 = require("../../../internal/components/dropdown-status/styles.selectors.js");
32
- var styles_selectors_js_6 = require("../../../internal/components/dropdown-status/styles.selectors.js");
33
- var input_1 = require("../input");
34
- var dropdown_host_1 = require("../internal/dropdown-host");
35
- var SelectWrapper = /** @class */ (function (_super) {
36
- __extends(SelectWrapper, _super);
37
- function SelectWrapper() {
38
- return _super !== null && _super.apply(this, arguments) || this;
39
- }
11
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
12
+ const styles_selectors_js_1 = require("../../../select/styles.selectors.js");
13
+ const styles_selectors_js_2 = require("../../../select/parts/styles.selectors.js");
14
+ const styles_selectors_js_3 = require("../../../input/styles.selectors.js");
15
+ const styles_selectors_js_4 = require("../../../internal/components/button-trigger/styles.selectors.js");
16
+ const styles_selectors_js_5 = require("../../../internal/components/dropdown-status/styles.selectors.js");
17
+ const styles_selectors_js_6 = require("../../../internal/components/dropdown-status/styles.selectors.js");
18
+ const input_1 = require("../input");
19
+ const dropdown_host_1 = require("../internal/dropdown-host");
20
+ class SelectWrapper extends dropdown_host_1.default {
40
21
  /**
41
22
  * @param options
42
23
  * * expandToViewport (boolean) - Use this when the component under test is rendered with an `expandToViewport` flag.
43
24
  */
44
- SelectWrapper.prototype.findErrorRecoveryButton = function (options) {
45
- if (options === void 0) { options = { expandToViewport: false }; }
25
+ findErrorRecoveryButton(options = { expandToViewport: false }) {
46
26
  return this.findDropdown(options).findByClassName(styles_selectors_js_6.default.recovery);
47
- };
27
+ }
48
28
  /**
49
29
  * @param options
50
30
  * * expandToViewport (boolean) - Use this when the component under test is rendered with an `expandToViewport` flag.
51
31
  */
52
- SelectWrapper.prototype.findStatusIndicator = function (options) {
53
- if (options === void 0) { options = { expandToViewport: false }; }
32
+ findStatusIndicator(options = { expandToViewport: false }) {
54
33
  return this.findDropdown(options).findByClassName(styles_selectors_js_5.default.root);
55
- };
34
+ }
56
35
  /**
57
36
  * Returns the input that is used for filtering. Returns `null` if `enableFiltering` is not set to `true`.
58
37
  * @param options
59
38
  * * expandToViewport (boolean) - Use this when the component under test is rendered with an `expandToViewport` flag.
60
39
  */
61
- SelectWrapper.prototype.findFilteringInput = function (options) {
62
- if (options === void 0) { options = { expandToViewport: false }; }
63
- return this.findDropdown(options).findComponent(".".concat(styles_selectors_js_3.default['input-container']), input_1.default);
64
- };
65
- SelectWrapper.prototype.findPlaceholder = function () {
40
+ findFilteringInput(options = { expandToViewport: false }) {
41
+ return this.findDropdown(options).findComponent(`.${styles_selectors_js_3.default['input-container']}`, input_1.default);
42
+ }
43
+ findPlaceholder() {
66
44
  return this.findByClassName(styles_selectors_js_2.default.placeholder);
67
- };
68
- SelectWrapper.prototype.findTrigger = function () {
45
+ }
46
+ findTrigger() {
69
47
  return this.findByClassName(styles_selectors_js_4.default['button-trigger']);
70
- };
71
- SelectWrapper.prototype.isDisabled = function () {
48
+ }
49
+ isDisabled() {
72
50
  return this.findTrigger().getElement().disabled;
73
- };
74
- SelectWrapper.rootSelector = styles_selectors_js_1.default.root;
75
- __decorate([
76
- dom_1.usesDom
77
- ], SelectWrapper.prototype, "isDisabled", null);
78
- return SelectWrapper;
79
- }(dropdown_host_1.default));
51
+ }
52
+ }
53
+ SelectWrapper.rootSelector = styles_selectors_js_1.default.root;
54
+ __decorate([
55
+ dom_1.usesDom
56
+ ], SelectWrapper.prototype, "isDisabled", null);
80
57
  exports.default = SelectWrapper;
81
58
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/select/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAAiF;AACjF,2EAA+D;AAC/D,iFAA0E;AAC1E,0EAA6D;AAC7D,uGAAkG;AAClG,wGAAoG;AACpG,wGAA4F;AAC5F,kCAAoC;AACpC,2DAAqE;AAErE;IAA2C,iCAA4B;IAAvE;;IAwCA,CAAC;IArCC;;;OAGG;IACH,+CAAuB,GAAvB,UAAwB,OAAqC;QAArC,wBAAA,EAAA,YAAY,gBAAgB,EAAE,KAAK,EAAE;QAC3D,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,eAAe,CAAC,6BAAY,CAAC,QAAQ,CAAC,CAAC;IAC3E,CAAC;IAED;;;OAGG;IACH,2CAAmB,GAAnB,UAAoB,OAAqC;QAArC,wBAAA,EAAA,YAAY,gBAAgB,EAAE,KAAK,EAAE;QACvD,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,eAAe,CAAC,6BAAoB,CAAC,IAAI,CAAC,CAAC;IAC/E,CAAC;IAED;;;;OAIG;IACH,0CAAkB,GAAlB,UAAmB,OAAqC;QAArC,wBAAA,EAAA,YAAY,gBAAgB,EAAE,KAAK,EAAE;QACtD,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,aAAa,CAAC,WAAI,6BAAW,CAAC,iBAAiB,CAAC,CAAE,EAAE,eAAY,CAAC,CAAC;IACtG,CAAC;IAED,uCAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAiB,CAAC,WAAW,CAAC,CAAC;IAC7D,CAAC;IAED,mCAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAmB,CAAC,gBAAgB,CAAC,CAAE,CAAC;IACtE,CAAC;IAGD,kCAAU,GAAV;QACE,OAAQ,IAAI,CAAC,WAAW,EAAE,CAAC,UAAU,EAAwB,CAAC,QAAQ,CAAC;IACzE,CAAC;IAtCM,0BAAY,GAAW,6BAAY,CAAC,IAAI,CAAC;IAoChD;QADC,aAAO;mDAGP;IACH,oBAAC;CAAA,AAxCD,CAA2C,uBAA4B,GAwCtE;kBAxCoB,aAAa"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/select/index.ts"],"names":[],"mappings":";;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAAiF;AACjF,6EAA+D;AAC/D,mFAA0E;AAC1E,4EAA6D;AAC7D,yGAAkG;AAClG,0GAAoG;AACpG,0GAA4F;AAC5F,oCAAoC;AACpC,6DAAqE;AAErE,MAAqB,aAAc,SAAQ,uBAA4B;IAGrE;;;OAGG;IACH,uBAAuB,CAAC,OAAO,GAAG,EAAE,gBAAgB,EAAE,KAAK,EAAE;QAC3D,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,eAAe,CAAC,6BAAY,CAAC,QAAQ,CAAC,CAAC;IAC3E,CAAC;IAED;;;OAGG;IACH,mBAAmB,CAAC,OAAO,GAAG,EAAE,gBAAgB,EAAE,KAAK,EAAE;QACvD,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,eAAe,CAAC,6BAAoB,CAAC,IAAI,CAAC,CAAC;IAC/E,CAAC;IAED;;;;OAIG;IACH,kBAAkB,CAAC,OAAO,GAAG,EAAE,gBAAgB,EAAE,KAAK,EAAE;QACtD,OAAO,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,aAAa,CAAC,IAAI,6BAAW,CAAC,iBAAiB,CAAC,EAAE,EAAE,eAAY,CAAC,CAAC;IACtG,CAAC;IAED,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAiB,CAAC,WAAW,CAAC,CAAC;IAC7D,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAmB,CAAC,gBAAgB,CAAC,CAAE,CAAC;IACtE,CAAC;IAGD,UAAU;QACR,OAAQ,IAAI,CAAC,WAAW,EAAE,CAAC,UAAU,EAAwB,CAAC,QAAQ,CAAC;IACzE,CAAC;;AAtCM,0BAAY,GAAW,6BAAY,CAAC,IAAI,CAAC;AAoChD;IADC,aAAO;+CAGP;AAvCH,gCAwCC"}
@@ -1,84 +1,59 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  exports.SideNavigationItemWrapper = void 0;
19
4
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
20
5
  // SPDX-License-Identifier: Apache-2.0
21
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
22
- var expandable_section_1 = require("../expandable-section");
23
- var styles_selectors_js_1 = require("../../../side-navigation/styles.selectors.js");
24
- var SideNavigationWrapper = /** @class */ (function (_super) {
25
- __extends(SideNavigationWrapper, _super);
26
- function SideNavigationWrapper() {
27
- return _super !== null && _super.apply(this, arguments) || this;
28
- }
29
- SideNavigationWrapper.prototype.findHeader = function () {
6
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
7
+ const expandable_section_1 = require("../expandable-section");
8
+ const styles_selectors_js_1 = require("../../../side-navigation/styles.selectors.js");
9
+ class SideNavigationWrapper extends dom_1.ComponentWrapper {
10
+ findHeader() {
30
11
  return this.findByClassName(styles_selectors_js_1.default.header);
31
- };
32
- SideNavigationWrapper.prototype.findHeaderLink = function () {
12
+ }
13
+ findHeaderLink() {
33
14
  return this.findByClassName(styles_selectors_js_1.default['header-link']);
34
- };
35
- SideNavigationWrapper.prototype.findLinkByHref = function (href) {
36
- return this.find(".".concat(styles_selectors_js_1.default.link, "[href=\"").concat(href, "\"]"));
37
- };
38
- SideNavigationWrapper.prototype.findActiveLink = function () {
15
+ }
16
+ findLinkByHref(href) {
17
+ return this.find(`.${styles_selectors_js_1.default.link}[href="${href}"]`);
18
+ }
19
+ findActiveLink() {
39
20
  return this.findByClassName(styles_selectors_js_1.default['link-active']);
40
- };
41
- SideNavigationWrapper.prototype.findItemByIndex = function (index) {
42
- return this.findComponent(".".concat(styles_selectors_js_1.default['list-variant-root'], " > li:nth-child(").concat(index, ")"), SideNavigationItemWrapper);
43
- };
44
- SideNavigationWrapper.rootSelector = styles_selectors_js_1.default.root;
45
- return SideNavigationWrapper;
46
- }(dom_1.ComponentWrapper));
21
+ }
22
+ findItemByIndex(index) {
23
+ return this.findComponent(`.${styles_selectors_js_1.default['list-variant-root']} > li:nth-child(${index})`, SideNavigationItemWrapper);
24
+ }
25
+ }
47
26
  exports.default = SideNavigationWrapper;
48
- var SideNavigationItemWrapper = /** @class */ (function (_super) {
49
- __extends(SideNavigationItemWrapper, _super);
50
- function SideNavigationItemWrapper() {
51
- return _super !== null && _super.apply(this, arguments) || this;
27
+ SideNavigationWrapper.rootSelector = styles_selectors_js_1.default.root;
28
+ class SideNavigationItemWrapper extends dom_1.ElementWrapper {
29
+ findSection() {
30
+ return this.findComponent(`.${styles_selectors_js_1.default.section}`, expandable_section_1.default);
52
31
  }
53
- SideNavigationItemWrapper.prototype.findSection = function () {
54
- return this.findComponent(".".concat(styles_selectors_js_1.default.section), expandable_section_1.default);
55
- };
56
- SideNavigationItemWrapper.prototype.findSectionGroup = function () {
32
+ findSectionGroup() {
57
33
  return this.findByClassName(styles_selectors_js_1.default['section-group']);
58
- };
59
- SideNavigationItemWrapper.prototype.findSectionGroupTitle = function () {
34
+ }
35
+ findSectionGroupTitle() {
60
36
  return this.findByClassName(styles_selectors_js_1.default['section-group-title']);
61
- };
62
- SideNavigationItemWrapper.prototype.findExpandableLinkGroup = function () {
63
- return this.findComponent(".".concat(styles_selectors_js_1.default['expandable-link-group']), expandable_section_1.default);
64
- };
65
- SideNavigationItemWrapper.prototype.findDivider = function () {
37
+ }
38
+ findExpandableLinkGroup() {
39
+ return this.findComponent(`.${styles_selectors_js_1.default['expandable-link-group']}`, expandable_section_1.default);
40
+ }
41
+ findDivider() {
66
42
  return this.findByClassName(styles_selectors_js_1.default.divider);
67
- };
68
- SideNavigationItemWrapper.prototype.findLink = function () {
43
+ }
44
+ findLink() {
69
45
  return this.findByClassName(styles_selectors_js_1.default.link);
70
- };
71
- SideNavigationItemWrapper.prototype.findSectionTitle = function () {
46
+ }
47
+ findSectionTitle() {
72
48
  var _a, _b;
73
49
  return (_b = (_a = this.findSection()) === null || _a === void 0 ? void 0 : _a.findHeader()) !== null && _b !== void 0 ? _b : null;
74
- };
75
- SideNavigationItemWrapper.prototype.findItemByIndex = function (index) {
76
- return this.findComponent("li:nth-child(".concat(index, ")"), SideNavigationItemWrapper);
77
- };
78
- SideNavigationItemWrapper.prototype.findItems = function () {
79
- return this.findAll('li').map(function (wrapper) { return new SideNavigationItemWrapper(wrapper.getElement()); });
80
- };
81
- return SideNavigationItemWrapper;
82
- }(dom_1.ElementWrapper));
50
+ }
51
+ findItemByIndex(index) {
52
+ return this.findComponent(`li:nth-child(${index})`, SideNavigationItemWrapper);
53
+ }
54
+ findItems() {
55
+ return this.findAll('li').map(wrapper => new SideNavigationItemWrapper(wrapper.getElement()));
56
+ }
57
+ }
83
58
  exports.SideNavigationItemWrapper = SideNavigationItemWrapper;
84
59
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/side-navigation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,4DAA6D;AAC7D,oFAAkE;AAElE;IAAmD,yCAAgB;IAAnE;;IAsBA,CAAC;IAnBC,0CAAU,GAAV;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAED,8CAAc,GAAd;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,aAAa,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,8CAAc,GAAd,UAAe,IAAY;QACzB,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,IAAI,qBAAU,IAAI,QAAI,CAAC,CAAC;IACtD,CAAC;IAED,8CAAc,GAAd;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,aAAa,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,+CAAe,GAAf,UAAgB,KAAa;QAC3B,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,mBAAmB,CAAC,6BAAmB,KAAK,MAAG,EAAE,yBAAyB,CAAC,CAAC;IACnH,CAAC;IApBM,kCAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAqB5C,4BAAC;CAAA,AAtBD,CAAmD,sBAAgB,GAsBlE;kBAtBoB,qBAAqB;AAwB1C;IAA+C,6CAAc;IAA7D;;IAoCA,CAAC;IAnCC,+CAAW,GAAX;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,OAAO,CAAE,EAAE,4BAAwB,CAAC,CAAC;IAC5E,CAAC;IAED,oDAAgB,GAAhB;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,eAAe,CAAC,CAAC,CAAC;IACvD,CAAC;IAED,yDAAqB,GAArB;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,qBAAqB,CAAC,CAAC,CAAC;IAC7D,CAAC;IAED,2DAAuB,GAAvB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,uBAAuB,CAAC,CAAE,EAAE,4BAAwB,CAAC,CAAC;IAC7F,CAAC;IAED,+CAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IAED,4CAAQ,GAAR;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IAED,oDAAgB,GAAhB;;QACE,OAAO,MAAA,MAAA,IAAI,CAAC,WAAW,EAAE,0CAAE,UAAU,EAAE,mCAAI,IAAI,CAAC;IAClD,CAAC;IAED,mDAAe,GAAf,UAAgB,KAAa;QAC3B,OAAO,IAAI,CAAC,aAAa,CAAC,uBAAgB,KAAK,MAAG,EAAE,yBAAyB,CAAC,CAAC;IACjF,CAAC;IAED,6CAAS,GAAT;QACE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,UAAA,OAAO,IAAI,OAAA,IAAI,yBAAyB,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,EAAnD,CAAmD,CAAC,CAAC;IAChG,CAAC;IACH,gCAAC;AAAD,CAAC,AApCD,CAA+C,oBAAc,GAoC5D;AApCY,8DAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/side-navigation/index.ts"],"names":[],"mappings":";;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,8DAA6D;AAC7D,sFAAkE;AAElE,MAAqB,qBAAsB,SAAQ,sBAAgB;IAGjE,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAED,cAAc;QACZ,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,aAAa,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,cAAc,CAAC,IAAY;QACzB,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,IAAI,UAAU,IAAI,IAAI,CAAC,CAAC;IACtD,CAAC;IAED,cAAc;QACZ,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,aAAa,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,eAAe,CAAC,KAAa;QAC3B,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,mBAAmB,CAAC,mBAAmB,KAAK,GAAG,EAAE,yBAAyB,CAAC,CAAC;IACnH,CAAC;;AArBH,wCAsBC;AArBQ,kCAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;AAuB5C,MAAa,yBAA0B,SAAQ,oBAAc;IAC3D,WAAW;QACT,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,OAAO,EAAE,EAAE,4BAAwB,CAAC,CAAC;IAC5E,CAAC;IAED,gBAAgB;QACd,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,eAAe,CAAC,CAAC,CAAC;IACvD,CAAC;IAED,qBAAqB;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,qBAAqB,CAAC,CAAC,CAAC;IAC7D,CAAC;IAED,uBAAuB;QACrB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,uBAAuB,CAAC,EAAE,EAAE,4BAAwB,CAAC,CAAC;IAC7F,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IAED,gBAAgB;;QACd,OAAO,MAAA,MAAA,IAAI,CAAC,WAAW,EAAE,0CAAE,UAAU,EAAE,mCAAI,IAAI,CAAC;IAClD,CAAC;IAED,eAAe,CAAC,KAAa;QAC3B,OAAO,IAAI,CAAC,aAAa,CAAC,gBAAgB,KAAK,GAAG,EAAE,yBAAyB,CAAC,CAAC;IACjF,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,yBAAyB,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;IAChG,CAAC;CACF;AApCD,8DAoCC"}
@@ -1,31 +1,11 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var styles_selectors_js_1 = require("../../../space-between/styles.selectors.js");
22
- var SpaceBetweenWrapper = /** @class */ (function (_super) {
23
- __extends(SpaceBetweenWrapper, _super);
24
- function SpaceBetweenWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- SpaceBetweenWrapper.rootSelector = styles_selectors_js_1.default.root;
28
- return SpaceBetweenWrapper;
29
- }(dom_1.ComponentWrapper));
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const styles_selectors_js_1 = require("../../../space-between/styles.selectors.js");
7
+ class SpaceBetweenWrapper extends dom_1.ComponentWrapper {
8
+ }
30
9
  exports.default = SpaceBetweenWrapper;
10
+ SpaceBetweenWrapper.rootSelector = styles_selectors_js_1.default.root;
31
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/space-between/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0E;AAC1E,kFAAgE;AAEhE;IAAiD,uCAAmC;IAApF;;IAEA,CAAC;IADQ,gCAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAC5C,0BAAC;CAAA,AAFD,CAAiD,sBAAgB,GAEhE;kBAFoB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/space-between/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0E;AAC1E,oFAAgE;AAEhE,MAAqB,mBAAoB,SAAQ,sBAAmC;;AAApF,sCAEC;AADQ,gCAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,31 +1,11 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var styles_selectors_js_1 = require("../../../spinner/styles.selectors.js");
22
- var SpinnerWrapper = /** @class */ (function (_super) {
23
- __extends(SpinnerWrapper, _super);
24
- function SpinnerWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- SpinnerWrapper.rootSelector = styles_selectors_js_1.default.root;
28
- return SpinnerWrapper;
29
- }(dom_1.ComponentWrapper));
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const styles_selectors_js_1 = require("../../../spinner/styles.selectors.js");
7
+ class SpinnerWrapper extends dom_1.ComponentWrapper {
8
+ }
30
9
  exports.default = SpinnerWrapper;
10
+ SpinnerWrapper.rootSelector = styles_selectors_js_1.default.root;
31
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/spinner/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0E;AAC1E,4EAA0D;AAE1D;IAA4C,kCAAmC;IAA/E;;IAEA,CAAC;IADQ,2BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAC5C,qBAAC;CAAA,AAFD,CAA4C,sBAAgB,GAE3D;kBAFoB,cAAc"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/spinner/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0E;AAC1E,8EAA0D;AAE1D,MAAqB,cAAe,SAAQ,sBAAmC;;AAA/E,iCAEC;AADQ,2BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,61 +1,41 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var button_1 = require("../button");
22
- var styles_selectors_js_1 = require("../../../split-panel/styles.selectors.js");
23
- var SplitPanelWrapper = /** @class */ (function (_super) {
24
- __extends(SplitPanelWrapper, _super);
25
- function SplitPanelWrapper() {
26
- return _super !== null && _super.apply(this, arguments) || this;
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const button_1 = require("../button");
7
+ const styles_selectors_js_1 = require("../../../split-panel/styles.selectors.js");
8
+ class SplitPanelWrapper extends dom_1.ComponentWrapper {
9
+ findHeader() {
10
+ return this.find(`.${styles_selectors_js_1.default['header-text']}`);
27
11
  }
28
- SplitPanelWrapper.prototype.findHeader = function () {
29
- return this.find(".".concat(styles_selectors_js_1.default['header-text']));
30
- };
31
- SplitPanelWrapper.prototype.findPreferencesButton = function () {
32
- return this.findComponent(".".concat(styles_selectors_js_1.default['preferences-button']), button_1.default);
33
- };
34
- SplitPanelWrapper.prototype.findCloseButton = function () {
35
- return this.findComponent(".".concat(styles_selectors_js_1.default['close-button']), button_1.default);
36
- };
37
- SplitPanelWrapper.prototype.findOpenButton = function () {
38
- return this.findComponent(".".concat(styles_selectors_js_1.default['open-button']), button_1.default);
39
- };
40
- SplitPanelWrapper.prototype.findSlider = function () {
12
+ findPreferencesButton() {
13
+ return this.findComponent(`.${styles_selectors_js_1.default['preferences-button']}`, button_1.default);
14
+ }
15
+ findCloseButton() {
16
+ return this.findComponent(`.${styles_selectors_js_1.default['close-button']}`, button_1.default);
17
+ }
18
+ findOpenButton() {
19
+ return this.findComponent(`.${styles_selectors_js_1.default['open-button']}`, button_1.default);
20
+ }
21
+ findSlider() {
41
22
  return this.findByClassName(styles_selectors_js_1.default.slider);
42
- };
23
+ }
43
24
  /**
44
25
  * Returns the same panel if it's currently open in bottom position. If not, it returns null.
45
26
  * Use this method to assert the panel position.
46
27
  */
47
- SplitPanelWrapper.prototype.findOpenPanelBottom = function () {
48
- return this.matches(".".concat(styles_selectors_js_1.default['position-bottom'], ":not(.").concat(styles_selectors_js_1.default['drawer-closed'], ")"));
49
- };
28
+ findOpenPanelBottom() {
29
+ return this.matches(`.${styles_selectors_js_1.default['position-bottom']}:not(.${styles_selectors_js_1.default['drawer-closed']})`);
30
+ }
50
31
  /**
51
32
  * Returns the same panel if it's currently open in side position. If not, it returns null.
52
33
  * Use this method to assert the panel position.
53
34
  */
54
- SplitPanelWrapper.prototype.findOpenPanelSide = function () {
55
- return this.matches(".".concat(styles_selectors_js_1.default['position-side'], ":not(.").concat(styles_selectors_js_1.default['drawer-closed'], ")"));
56
- };
57
- SplitPanelWrapper.rootSelector = styles_selectors_js_1.default.root;
58
- return SplitPanelWrapper;
59
- }(dom_1.ComponentWrapper));
35
+ findOpenPanelSide() {
36
+ return this.matches(`.${styles_selectors_js_1.default['position-side']}:not(.${styles_selectors_js_1.default['drawer-closed']})`);
37
+ }
38
+ }
60
39
  exports.default = SplitPanelWrapper;
40
+ SplitPanelWrapper.rootSelector = styles_selectors_js_1.default.root;
61
41
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/split-panel/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,oCAAsC;AACtC,gFAA8D;AAE9D;IAA+C,qCAAgB;IAA/D;;IAsCA,CAAC;IAnCC,sCAAU,GAAV;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,aAAa,CAAC,CAAE,CAAE,CAAC;IACjD,CAAC;IAED,iDAAqB,GAArB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,oBAAoB,CAAC,CAAE,EAAE,gBAAa,CAAC,CAAC;IAC/E,CAAC;IAED,2CAAe,GAAf;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,cAAc,CAAC,CAAE,EAAE,gBAAa,CAAC,CAAC;IACzE,CAAC;IAED,0CAAc,GAAd;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,aAAa,CAAC,CAAE,EAAE,gBAAa,CAAC,CAAC;IACxE,CAAC;IAED,sCAAU,GAAV;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAED;;;OAGG;IACH,+CAAmB,GAAnB;QACE,OAAO,IAAI,CAAC,OAAO,CAAC,WAAI,6BAAM,CAAC,iBAAiB,CAAC,mBAAS,6BAAM,CAAC,eAAe,CAAC,MAAG,CAAC,CAAC;IACxF,CAAC;IAED;;;OAGG;IACH,6CAAiB,GAAjB;QACE,OAAO,IAAI,CAAC,OAAO,CAAC,WAAI,6BAAM,CAAC,eAAe,CAAC,mBAAS,6BAAM,CAAC,eAAe,CAAC,MAAG,CAAC,CAAC;IACtF,CAAC;IApCM,8BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAqC5C,wBAAC;CAAA,AAtCD,CAA+C,sBAAgB,GAsC9D;kBAtCoB,iBAAiB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/split-panel/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,sCAAsC;AACtC,kFAA8D;AAE9D,MAAqB,iBAAkB,SAAQ,sBAAgB;IAG7D,UAAU;QACR,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,aAAa,CAAC,EAAE,CAAE,CAAC;IACjD,CAAC;IAED,qBAAqB;QACnB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,gBAAa,CAAC,CAAC;IAC/E,CAAC;IAED,eAAe;QACb,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,cAAc,CAAC,EAAE,EAAE,gBAAa,CAAC,CAAC;IACzE,CAAC;IAED,cAAc;QACZ,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,aAAa,CAAC,EAAE,EAAE,gBAAa,CAAC,CAAC;IACxE,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAED;;;OAGG;IACH,mBAAmB;QACjB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,6BAAM,CAAC,iBAAiB,CAAC,SAAS,6BAAM,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;IACxF,CAAC;IAED;;;OAGG;IACH,iBAAiB;QACf,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,6BAAM,CAAC,eAAe,CAAC,SAAS,6BAAM,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;IACtF,CAAC;;AArCH,oCAsCC;AArCQ,8BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,31 +1,11 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var styles_selectors_js_1 = require("../../../status-indicator/styles.selectors.js");
22
- var StatusIndicatorWrapper = /** @class */ (function (_super) {
23
- __extends(StatusIndicatorWrapper, _super);
24
- function StatusIndicatorWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- StatusIndicatorWrapper.rootSelector = styles_selectors_js_1.default.root;
28
- return StatusIndicatorWrapper;
29
- }(dom_1.ComponentWrapper));
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const styles_selectors_js_1 = require("../../../status-indicator/styles.selectors.js");
7
+ class StatusIndicatorWrapper extends dom_1.ComponentWrapper {
8
+ }
30
9
  exports.default = StatusIndicatorWrapper;
10
+ StatusIndicatorWrapper.rootSelector = styles_selectors_js_1.default.root;
31
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/status-indicator/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0E;AAC1E,qFAAmE;AAEnE;IAAoD,0CAAmC;IAAvF;;IAEA,CAAC;IADQ,mCAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAC5C,6BAAC;CAAA,AAFD,CAAoD,sBAAgB,GAEnE;kBAFoB,sBAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/status-indicator/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0E;AAC1E,uFAAmE;AAEnE,MAAqB,sBAAuB,SAAQ,sBAAmC;;AAAvF,yCAEC;AADQ,mCAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}