@cloudscape-design/components 3.0.216 → 3.0.218

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 (351) hide show
  1. package/internal/environment.js +1 -1
  2. package/internal/manifest.json +1 -1
  3. package/package.json +1 -1
  4. package/popover/styles.css.js +50 -50
  5. package/popover/styles.scoped.css +64 -63
  6. package/popover/styles.selectors.js +50 -50
  7. package/test-utils/dom/alert/index.js +20 -40
  8. package/test-utils/dom/alert/index.js.map +1 -1
  9. package/test-utils/dom/annotation/index.js +24 -44
  10. package/test-utils/dom/annotation/index.js.map +1 -1
  11. package/test-utils/dom/app-layout/index.js +27 -47
  12. package/test-utils/dom/app-layout/index.js.map +1 -1
  13. package/test-utils/dom/area-chart/index.js +12 -32
  14. package/test-utils/dom/area-chart/index.js.map +1 -1
  15. package/test-utils/dom/attribute-editor/index.js +32 -57
  16. package/test-utils/dom/attribute-editor/index.js.map +1 -1
  17. package/test-utils/dom/autosuggest/index.js +76 -114
  18. package/test-utils/dom/autosuggest/index.js.map +1 -1
  19. package/test-utils/dom/badge/index.js +5 -25
  20. package/test-utils/dom/badge/index.js.map +1 -1
  21. package/test-utils/dom/bar-chart/index.js +5 -25
  22. package/test-utils/dom/bar-chart/index.js.map +1 -1
  23. package/test-utils/dom/box/index.js +5 -25
  24. package/test-utils/dom/box/index.js.map +1 -1
  25. package/test-utils/dom/breadcrumb-group/index.js +17 -37
  26. package/test-utils/dom/breadcrumb-group/index.js.map +1 -1
  27. package/test-utils/dom/button/index.js +16 -36
  28. package/test-utils/dom/button/index.js.map +1 -1
  29. package/test-utils/dom/button-dropdown/index.js +38 -59
  30. package/test-utils/dom/button-dropdown/index.js.map +1 -1
  31. package/test-utils/dom/calendar/index.js +20 -40
  32. package/test-utils/dom/calendar/index.js.map +1 -1
  33. package/test-utils/dom/cards/index.js +55 -83
  34. package/test-utils/dom/cards/index.js.map +1 -1
  35. package/test-utils/dom/checkbox/index.js +14 -34
  36. package/test-utils/dom/checkbox/index.js.map +1 -1
  37. package/test-utils/dom/code-editor/index.js +33 -53
  38. package/test-utils/dom/code-editor/index.js.map +1 -1
  39. package/test-utils/dom/collection-preferences/index.js +40 -65
  40. package/test-utils/dom/collection-preferences/index.js.map +1 -1
  41. package/test-utils/dom/collection-preferences/page-size-preference.js +12 -32
  42. package/test-utils/dom/collection-preferences/page-size-preference.js.map +1 -1
  43. package/test-utils/dom/collection-preferences/visible-content-preference.js +18 -38
  44. package/test-utils/dom/collection-preferences/visible-content-preference.js.map +1 -1
  45. package/test-utils/dom/column-layout/index.js +5 -25
  46. package/test-utils/dom/column-layout/index.js.map +1 -1
  47. package/test-utils/dom/container/index.js +11 -31
  48. package/test-utils/dom/container/index.js.map +1 -1
  49. package/test-utils/dom/content-layout/index.js +9 -29
  50. package/test-utils/dom/content-layout/index.js.map +1 -1
  51. package/test-utils/dom/date-input/index.js +5 -25
  52. package/test-utils/dom/date-input/index.js.map +1 -1
  53. package/test-utils/dom/date-picker/index.js +26 -47
  54. package/test-utils/dom/date-picker/index.js.map +1 -1
  55. package/test-utils/dom/date-range-picker/index.js +87 -119
  56. package/test-utils/dom/date-range-picker/index.js.map +1 -1
  57. package/test-utils/dom/expandable-section/index.js +15 -35
  58. package/test-utils/dom/expandable-section/index.js.map +1 -1
  59. package/test-utils/dom/flashbar/flash.js +18 -38
  60. package/test-utils/dom/flashbar/flash.js.map +1 -1
  61. package/test-utils/dom/flashbar/index.js +9 -29
  62. package/test-utils/dom/flashbar/index.js.map +1 -1
  63. package/test-utils/dom/form/index.js +15 -35
  64. package/test-utils/dom/form/index.js.map +1 -1
  65. package/test-utils/dom/form-field/index.js +21 -41
  66. package/test-utils/dom/form-field/index.js.map +1 -1
  67. package/test-utils/dom/grid/index.js +8 -28
  68. package/test-utils/dom/grid/index.js.map +1 -1
  69. package/test-utils/dom/header/index.js +15 -35
  70. package/test-utils/dom/header/index.js.map +1 -1
  71. package/test-utils/dom/help-panel/index.js +11 -31
  72. package/test-utils/dom/help-panel/index.js.map +1 -1
  73. package/test-utils/dom/hotspot/index.js +12 -32
  74. package/test-utils/dom/hotspot/index.js.map +1 -1
  75. package/test-utils/dom/icon/index.js +5 -25
  76. package/test-utils/dom/icon/index.js.map +1 -1
  77. package/test-utils/dom/index.js +133 -134
  78. package/test-utils/dom/index.js.map +1 -1
  79. package/test-utils/dom/input/base-input.js +35 -57
  80. package/test-utils/dom/input/base-input.js.map +1 -1
  81. package/test-utils/dom/input/index.js +7 -27
  82. package/test-utils/dom/input/index.js.map +1 -1
  83. package/test-utils/dom/internal/abstract-switch.js +12 -32
  84. package/test-utils/dom/internal/abstract-switch.js.map +1 -1
  85. package/test-utils/dom/internal/autosuggest-input.js +14 -34
  86. package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  87. package/test-utils/dom/internal/chart-filter.js +11 -31
  88. package/test-utils/dom/internal/chart-filter.js.map +1 -1
  89. package/test-utils/dom/internal/chart-legend.js +13 -33
  90. package/test-utils/dom/internal/chart-legend.js.map +1 -1
  91. package/test-utils/dom/internal/chart-popover.js +14 -34
  92. package/test-utils/dom/internal/chart-popover.js.map +1 -1
  93. package/test-utils/dom/internal/charts.js +20 -40
  94. package/test-utils/dom/internal/charts.js.map +1 -1
  95. package/test-utils/dom/internal/dropdown-host.js +89 -125
  96. package/test-utils/dom/internal/dropdown-host.js.map +1 -1
  97. package/test-utils/dom/internal/dropdown.js +7 -27
  98. package/test-utils/dom/internal/dropdown.js.map +1 -1
  99. package/test-utils/dom/internal/filtering-token.js +13 -33
  100. package/test-utils/dom/internal/filtering-token.js.map +1 -1
  101. package/test-utils/dom/internal/option.js +13 -33
  102. package/test-utils/dom/internal/option.js.map +1 -1
  103. package/test-utils/dom/internal/options-list.js +5 -25
  104. package/test-utils/dom/internal/options-list.js.map +1 -1
  105. package/test-utils/dom/line-chart/index.js +5 -25
  106. package/test-utils/dom/line-chart/index.js.map +1 -1
  107. package/test-utils/dom/link/index.js +5 -25
  108. package/test-utils/dom/link/index.js.map +1 -1
  109. package/test-utils/dom/mixed-line-bar-chart/index.js +29 -54
  110. package/test-utils/dom/mixed-line-bar-chart/index.js.map +1 -1
  111. package/test-utils/dom/modal/index.js +18 -38
  112. package/test-utils/dom/modal/index.js.map +1 -1
  113. package/test-utils/dom/multiselect/index.js +38 -61
  114. package/test-utils/dom/multiselect/index.js.map +1 -1
  115. package/test-utils/dom/pagination/index.js +19 -39
  116. package/test-utils/dom/pagination/index.js.map +1 -1
  117. package/test-utils/dom/pie-chart/index.js +22 -42
  118. package/test-utils/dom/pie-chart/index.js.map +1 -1
  119. package/test-utils/dom/popover/index.js +16 -39
  120. package/test-utils/dom/popover/index.js.map +1 -1
  121. package/test-utils/dom/progress-bar/index.js +13 -33
  122. package/test-utils/dom/progress-bar/index.js.map +1 -1
  123. package/test-utils/dom/property-filter/index.js +15 -35
  124. package/test-utils/dom/property-filter/index.js.map +1 -1
  125. package/test-utils/dom/radio-group/index.js +13 -33
  126. package/test-utils/dom/radio-group/index.js.map +1 -1
  127. package/test-utils/dom/radio-group/radio-button.js +12 -32
  128. package/test-utils/dom/radio-group/radio-button.js.map +1 -1
  129. package/test-utils/dom/s3-resource-selector/index.js +40 -70
  130. package/test-utils/dom/s3-resource-selector/index.js.map +1 -1
  131. package/test-utils/dom/segmented-control/index.js +9 -29
  132. package/test-utils/dom/segmented-control/index.js.map +1 -1
  133. package/test-utils/dom/select/index.js +28 -51
  134. package/test-utils/dom/select/index.js.map +1 -1
  135. package/test-utils/dom/side-navigation/index.js +41 -66
  136. package/test-utils/dom/side-navigation/index.js.map +1 -1
  137. package/test-utils/dom/space-between/index.js +5 -25
  138. package/test-utils/dom/space-between/index.js.map +1 -1
  139. package/test-utils/dom/spinner/index.js +5 -25
  140. package/test-utils/dom/spinner/index.js.map +1 -1
  141. package/test-utils/dom/split-panel/index.js +25 -45
  142. package/test-utils/dom/split-panel/index.js.map +1 -1
  143. package/test-utils/dom/status-indicator/index.js +5 -25
  144. package/test-utils/dom/status-indicator/index.js.map +1 -1
  145. package/test-utils/dom/table/index.js +76 -94
  146. package/test-utils/dom/table/index.js.map +1 -1
  147. package/test-utils/dom/tabs/index.js +19 -39
  148. package/test-utils/dom/tabs/index.js.map +1 -1
  149. package/test-utils/dom/tag-editor/index.js +19 -44
  150. package/test-utils/dom/tag-editor/index.js.map +1 -1
  151. package/test-utils/dom/text-content/index.js +5 -25
  152. package/test-utils/dom/text-content/index.js.map +1 -1
  153. package/test-utils/dom/text-filter/index.js +10 -30
  154. package/test-utils/dom/text-filter/index.js.map +1 -1
  155. package/test-utils/dom/textarea/index.js +16 -36
  156. package/test-utils/dom/textarea/index.js.map +1 -1
  157. package/test-utils/dom/tiles/index.js +17 -37
  158. package/test-utils/dom/tiles/index.js.map +1 -1
  159. package/test-utils/dom/tiles/tile.js +16 -36
  160. package/test-utils/dom/tiles/tile.js.map +1 -1
  161. package/test-utils/dom/time-input/index.js +5 -25
  162. package/test-utils/dom/time-input/index.js.map +1 -1
  163. package/test-utils/dom/toggle/index.js +14 -34
  164. package/test-utils/dom/toggle/index.js.map +1 -1
  165. package/test-utils/dom/token-group/index.js +14 -34
  166. package/test-utils/dom/token-group/index.js.map +1 -1
  167. package/test-utils/dom/token-group/token.js +12 -32
  168. package/test-utils/dom/token-group/token.js.map +1 -1
  169. package/test-utils/dom/top-navigation/1.0-beta/index.js +56 -91
  170. package/test-utils/dom/top-navigation/1.0-beta/index.js.map +1 -1
  171. package/test-utils/dom/top-navigation/index.js +73 -108
  172. package/test-utils/dom/top-navigation/index.js.map +1 -1
  173. package/test-utils/dom/tutorial-panel/index.js +38 -63
  174. package/test-utils/dom/tutorial-panel/index.js.map +1 -1
  175. package/test-utils/dom/tutorial-panel/tutorial.js +29 -49
  176. package/test-utils/dom/tutorial-panel/tutorial.js.map +1 -1
  177. package/test-utils/dom/wizard/index.js +33 -53
  178. package/test-utils/dom/wizard/index.js.map +1 -1
  179. package/test-utils/selectors/alert/index.js +20 -40
  180. package/test-utils/selectors/alert/index.js.map +1 -1
  181. package/test-utils/selectors/annotation/index.js +24 -44
  182. package/test-utils/selectors/annotation/index.js.map +1 -1
  183. package/test-utils/selectors/app-layout/index.js +27 -47
  184. package/test-utils/selectors/app-layout/index.js.map +1 -1
  185. package/test-utils/selectors/area-chart/index.js +12 -32
  186. package/test-utils/selectors/area-chart/index.js.map +1 -1
  187. package/test-utils/selectors/attribute-editor/index.js +32 -57
  188. package/test-utils/selectors/attribute-editor/index.js.map +1 -1
  189. package/test-utils/selectors/autosuggest/index.js +69 -103
  190. package/test-utils/selectors/autosuggest/index.js.map +1 -1
  191. package/test-utils/selectors/badge/index.js +5 -25
  192. package/test-utils/selectors/badge/index.js.map +1 -1
  193. package/test-utils/selectors/bar-chart/index.js +5 -25
  194. package/test-utils/selectors/bar-chart/index.js.map +1 -1
  195. package/test-utils/selectors/box/index.js +5 -25
  196. package/test-utils/selectors/box/index.js.map +1 -1
  197. package/test-utils/selectors/breadcrumb-group/index.js +17 -37
  198. package/test-utils/selectors/breadcrumb-group/index.js.map +1 -1
  199. package/test-utils/selectors/button/index.js +11 -31
  200. package/test-utils/selectors/button/index.js.map +1 -1
  201. package/test-utils/selectors/button-dropdown/index.js +30 -50
  202. package/test-utils/selectors/button-dropdown/index.js.map +1 -1
  203. package/test-utils/selectors/calendar/index.js +20 -40
  204. package/test-utils/selectors/calendar/index.js.map +1 -1
  205. package/test-utils/selectors/cards/index.js +55 -83
  206. package/test-utils/selectors/cards/index.js.map +1 -1
  207. package/test-utils/selectors/checkbox/index.js +14 -34
  208. package/test-utils/selectors/checkbox/index.js.map +1 -1
  209. package/test-utils/selectors/code-editor/index.js +25 -45
  210. package/test-utils/selectors/code-editor/index.js.map +1 -1
  211. package/test-utils/selectors/collection-preferences/index.js +40 -65
  212. package/test-utils/selectors/collection-preferences/index.js.map +1 -1
  213. package/test-utils/selectors/collection-preferences/page-size-preference.js +12 -32
  214. package/test-utils/selectors/collection-preferences/page-size-preference.js.map +1 -1
  215. package/test-utils/selectors/collection-preferences/visible-content-preference.js +18 -38
  216. package/test-utils/selectors/collection-preferences/visible-content-preference.js.map +1 -1
  217. package/test-utils/selectors/column-layout/index.js +5 -25
  218. package/test-utils/selectors/column-layout/index.js.map +1 -1
  219. package/test-utils/selectors/container/index.js +11 -31
  220. package/test-utils/selectors/container/index.js.map +1 -1
  221. package/test-utils/selectors/content-layout/index.js +9 -29
  222. package/test-utils/selectors/content-layout/index.js.map +1 -1
  223. package/test-utils/selectors/date-input/index.js +5 -25
  224. package/test-utils/selectors/date-input/index.js.map +1 -1
  225. package/test-utils/selectors/date-picker/index.js +22 -43
  226. package/test-utils/selectors/date-picker/index.js.map +1 -1
  227. package/test-utils/selectors/date-range-picker/index.js +81 -112
  228. package/test-utils/selectors/date-range-picker/index.js.map +1 -1
  229. package/test-utils/selectors/expandable-section/index.js +15 -35
  230. package/test-utils/selectors/expandable-section/index.js.map +1 -1
  231. package/test-utils/selectors/flashbar/flash.js +18 -38
  232. package/test-utils/selectors/flashbar/flash.js.map +1 -1
  233. package/test-utils/selectors/flashbar/index.js +9 -29
  234. package/test-utils/selectors/flashbar/index.js.map +1 -1
  235. package/test-utils/selectors/form/index.js +15 -35
  236. package/test-utils/selectors/form/index.js.map +1 -1
  237. package/test-utils/selectors/form-field/index.js +21 -41
  238. package/test-utils/selectors/form-field/index.js.map +1 -1
  239. package/test-utils/selectors/grid/index.js +8 -28
  240. package/test-utils/selectors/grid/index.js.map +1 -1
  241. package/test-utils/selectors/header/index.js +15 -35
  242. package/test-utils/selectors/header/index.js.map +1 -1
  243. package/test-utils/selectors/help-panel/index.js +11 -31
  244. package/test-utils/selectors/help-panel/index.js.map +1 -1
  245. package/test-utils/selectors/hotspot/index.js +12 -32
  246. package/test-utils/selectors/hotspot/index.js.map +1 -1
  247. package/test-utils/selectors/icon/index.js +5 -25
  248. package/test-utils/selectors/icon/index.js.map +1 -1
  249. package/test-utils/selectors/index.js +133 -134
  250. package/test-utils/selectors/index.js.map +1 -1
  251. package/test-utils/selectors/input/base-input.js +7 -27
  252. package/test-utils/selectors/input/base-input.js.map +1 -1
  253. package/test-utils/selectors/input/index.js +7 -27
  254. package/test-utils/selectors/input/index.js.map +1 -1
  255. package/test-utils/selectors/internal/abstract-switch.js +12 -32
  256. package/test-utils/selectors/internal/abstract-switch.js.map +1 -1
  257. package/test-utils/selectors/internal/autosuggest-input.js +14 -34
  258. package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  259. package/test-utils/selectors/internal/chart-filter.js +11 -31
  260. package/test-utils/selectors/internal/chart-filter.js.map +1 -1
  261. package/test-utils/selectors/internal/chart-legend.js +13 -33
  262. package/test-utils/selectors/internal/chart-legend.js.map +1 -1
  263. package/test-utils/selectors/internal/chart-popover.js +14 -34
  264. package/test-utils/selectors/internal/chart-popover.js.map +1 -1
  265. package/test-utils/selectors/internal/charts.js +20 -40
  266. package/test-utils/selectors/internal/charts.js.map +1 -1
  267. package/test-utils/selectors/internal/dropdown-host.js +59 -91
  268. package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  269. package/test-utils/selectors/internal/dropdown.js +7 -27
  270. package/test-utils/selectors/internal/dropdown.js.map +1 -1
  271. package/test-utils/selectors/internal/filtering-token.js +13 -33
  272. package/test-utils/selectors/internal/filtering-token.js.map +1 -1
  273. package/test-utils/selectors/internal/option.js +13 -33
  274. package/test-utils/selectors/internal/option.js.map +1 -1
  275. package/test-utils/selectors/internal/options-list.js +5 -25
  276. package/test-utils/selectors/internal/options-list.js.map +1 -1
  277. package/test-utils/selectors/line-chart/index.js +5 -25
  278. package/test-utils/selectors/line-chart/index.js.map +1 -1
  279. package/test-utils/selectors/link/index.js +5 -25
  280. package/test-utils/selectors/link/index.js.map +1 -1
  281. package/test-utils/selectors/mixed-line-bar-chart/index.js +29 -54
  282. package/test-utils/selectors/mixed-line-bar-chart/index.js.map +1 -1
  283. package/test-utils/selectors/modal/index.js +13 -33
  284. package/test-utils/selectors/modal/index.js.map +1 -1
  285. package/test-utils/selectors/multiselect/index.js +38 -61
  286. package/test-utils/selectors/multiselect/index.js.map +1 -1
  287. package/test-utils/selectors/pagination/index.js +19 -39
  288. package/test-utils/selectors/pagination/index.js.map +1 -1
  289. package/test-utils/selectors/pie-chart/index.js +22 -42
  290. package/test-utils/selectors/pie-chart/index.js.map +1 -1
  291. package/test-utils/selectors/popover/index.js +22 -45
  292. package/test-utils/selectors/popover/index.js.map +1 -1
  293. package/test-utils/selectors/progress-bar/index.js +13 -33
  294. package/test-utils/selectors/progress-bar/index.js.map +1 -1
  295. package/test-utils/selectors/property-filter/index.js +15 -35
  296. package/test-utils/selectors/property-filter/index.js.map +1 -1
  297. package/test-utils/selectors/radio-group/index.js +13 -33
  298. package/test-utils/selectors/radio-group/index.js.map +1 -1
  299. package/test-utils/selectors/radio-group/radio-button.js +12 -32
  300. package/test-utils/selectors/radio-group/radio-button.js.map +1 -1
  301. package/test-utils/selectors/s3-resource-selector/index.js +40 -70
  302. package/test-utils/selectors/s3-resource-selector/index.js.map +1 -1
  303. package/test-utils/selectors/segmented-control/index.js +9 -29
  304. package/test-utils/selectors/segmented-control/index.js.map +1 -1
  305. package/test-utils/selectors/select/index.js +28 -51
  306. package/test-utils/selectors/select/index.js.map +1 -1
  307. package/test-utils/selectors/side-navigation/index.js +41 -66
  308. package/test-utils/selectors/side-navigation/index.js.map +1 -1
  309. package/test-utils/selectors/space-between/index.js +5 -25
  310. package/test-utils/selectors/space-between/index.js.map +1 -1
  311. package/test-utils/selectors/spinner/index.js +5 -25
  312. package/test-utils/selectors/spinner/index.js.map +1 -1
  313. package/test-utils/selectors/split-panel/index.js +25 -45
  314. package/test-utils/selectors/split-panel/index.js.map +1 -1
  315. package/test-utils/selectors/status-indicator/index.js +5 -25
  316. package/test-utils/selectors/status-indicator/index.js.map +1 -1
  317. package/test-utils/selectors/table/index.js +76 -94
  318. package/test-utils/selectors/table/index.js.map +1 -1
  319. package/test-utils/selectors/tabs/index.js +19 -39
  320. package/test-utils/selectors/tabs/index.js.map +1 -1
  321. package/test-utils/selectors/tag-editor/index.js +19 -44
  322. package/test-utils/selectors/tag-editor/index.js.map +1 -1
  323. package/test-utils/selectors/text-content/index.js +5 -25
  324. package/test-utils/selectors/text-content/index.js.map +1 -1
  325. package/test-utils/selectors/text-filter/index.js +10 -30
  326. package/test-utils/selectors/text-filter/index.js.map +1 -1
  327. package/test-utils/selectors/textarea/index.js +7 -27
  328. package/test-utils/selectors/textarea/index.js.map +1 -1
  329. package/test-utils/selectors/tiles/index.js +17 -37
  330. package/test-utils/selectors/tiles/index.js.map +1 -1
  331. package/test-utils/selectors/tiles/tile.js +16 -36
  332. package/test-utils/selectors/tiles/tile.js.map +1 -1
  333. package/test-utils/selectors/time-input/index.js +5 -25
  334. package/test-utils/selectors/time-input/index.js.map +1 -1
  335. package/test-utils/selectors/toggle/index.js +14 -34
  336. package/test-utils/selectors/toggle/index.js.map +1 -1
  337. package/test-utils/selectors/token-group/index.js +14 -34
  338. package/test-utils/selectors/token-group/index.js.map +1 -1
  339. package/test-utils/selectors/token-group/token.js +12 -32
  340. package/test-utils/selectors/token-group/token.js.map +1 -1
  341. package/test-utils/selectors/top-navigation/1.0-beta/index.js +56 -91
  342. package/test-utils/selectors/top-navigation/1.0-beta/index.js.map +1 -1
  343. package/test-utils/selectors/top-navigation/index.js +73 -108
  344. package/test-utils/selectors/top-navigation/index.js.map +1 -1
  345. package/test-utils/selectors/tutorial-panel/index.js +38 -63
  346. package/test-utils/selectors/tutorial-panel/index.js.map +1 -1
  347. package/test-utils/selectors/tutorial-panel/tutorial.js +29 -49
  348. package/test-utils/selectors/tutorial-panel/tutorial.js.map +1 -1
  349. package/test-utils/selectors/wizard/index.js +33 -53
  350. package/test-utils/selectors/wizard/index.js.map +1 -1
  351. package/test-utils/tsconfig.tsbuildinfo +1 -1
@@ -1,65 +1,45 @@
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 selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var styles_selectors_js_1 = require("../../../tabs/styles.selectors.js");
22
- var TabsWrapper = /** @class */ (function (_super) {
23
- __extends(TabsWrapper, _super);
24
- function TabsWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const styles_selectors_js_1 = require("../../../tabs/styles.selectors.js");
7
+ class TabsWrapper extends selectors_1.ComponentWrapper {
27
8
  /**
28
9
  * Finds all tab headers and returns the clickable elements from their labels.
29
10
  */
30
- TabsWrapper.prototype.findTabLinks = function () {
11
+ findTabLinks() {
31
12
  return this.findAllByClassName(styles_selectors_js_1.default['tabs-tab-link']);
32
- };
13
+ }
33
14
  /**
34
15
  * Finds the tab at the given position (1-based) and returns the clickable element from its tab label.
35
16
  *
36
17
  * @param index 1-based index of the clickable element to return
37
18
  */
38
- TabsWrapper.prototype.findTabLinkByIndex = function (index) {
39
- return this.find(".".concat(styles_selectors_js_1.default['tabs-tab'], ":nth-child(").concat(index, ") .").concat(styles_selectors_js_1.default['tabs-tab-link']));
40
- };
19
+ findTabLinkByIndex(index) {
20
+ return this.find(`.${styles_selectors_js_1.default['tabs-tab']}:nth-child(${index}) .${styles_selectors_js_1.default['tabs-tab-link']}`);
21
+ }
41
22
  /**
42
23
  * Finds the tab with the given ID and returns the clickable element from its tab label.
43
24
  *
44
25
  * @param index ID of the clickable element to return
45
26
  */
46
- TabsWrapper.prototype.findTabLinkById = function (id) {
47
- return this.find(".".concat(styles_selectors_js_1.default['tabs-tab-link'], "[data-testid=\"").concat(id, "\"]"));
48
- };
27
+ findTabLinkById(id) {
28
+ return this.find(`.${styles_selectors_js_1.default['tabs-tab-link']}[data-testid="${id}"]`);
29
+ }
49
30
  /**
50
31
  * Finds the currently active tab and returns the clickable element from its tab label.
51
32
  */
52
- TabsWrapper.prototype.findActiveTab = function () {
53
- return this.find(".".concat(styles_selectors_js_1.default['tabs-tab-active']));
54
- };
33
+ findActiveTab() {
34
+ return this.find(`.${styles_selectors_js_1.default['tabs-tab-active']}`);
35
+ }
55
36
  /**
56
37
  * Finds the currently displayed tab content and returns it.
57
38
  */
58
- TabsWrapper.prototype.findTabContent = function () {
59
- return this.find(".".concat(styles_selectors_js_1.default['tabs-content-active']));
60
- };
61
- TabsWrapper.rootSelector = styles_selectors_js_1.default.root;
62
- return TabsWrapper;
63
- }(selectors_1.ComponentWrapper));
39
+ findTabContent() {
40
+ return this.find(`.${styles_selectors_js_1.default['tabs-content-active']}`);
41
+ }
42
+ }
64
43
  exports.default = TabsWrapper;
44
+ TabsWrapper.rootSelector = styles_selectors_js_1.default.root;
65
45
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/tabs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgG;AAChG,yEAAuD;AACvD;IAAyC,+BAAgB;IAAzD;;IAyCA,CAAC;IAtCC;;OAEG;IACH,kCAAY,GAAZ;QACE,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAM,CAAC,eAAe,CAAC,CAAC,CAAC;IAC1D,CAAC;IAED;;;;OAIG;IACH,wCAAkB,GAAlB,UAAmB,KAAa;QAC9B,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,UAAU,CAAC,wBAAc,KAAK,gBAAM,6BAAM,CAAC,eAAe,CAAC,CAAE,CAAC,CAAC;IAC7F,CAAC;IAED;;;;OAIG;IACH,qCAAe,GAAf,UAAgB,EAAU;QACxB,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,eAAe,CAAC,4BAAiB,EAAE,QAAI,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,mCAAa,GAAb;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,iBAAiB,CAAC,CAAE,CAAC,CAAC;IACpD,CAAC;IAED;;OAEG;IACH,oCAAc,GAAd;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,qBAAqB,CAAC,CAAE,CAAC,CAAC;IACxD,CAAC;IAvCM,wBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAwC5C,kBAAC;CAAA,AAzCD,CAAyC,4BAAgB,GAyCxD;kBAzCoB,WAAW"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/tabs/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgG;AAChG,2EAAuD;AACvD,MAAqB,WAAY,SAAQ,4BAAgB;IAGvD;;OAEG;IACH,YAAY;QACV,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAM,CAAC,eAAe,CAAC,CAAC,CAAC;IAC1D,CAAC;IAED;;;;OAIG;IACH,kBAAkB,CAAC,KAAa;QAC9B,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,UAAU,CAAC,cAAc,KAAK,MAAM,6BAAM,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED;;;;OAIG;IACH,eAAe,CAAC,EAAU;QACxB,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,eAAe,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,aAAa;QACX,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC;IACpD,CAAC;IAED;;OAEG;IACH,cAAc;QACZ,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,qBAAqB,CAAC,EAAE,CAAC,CAAC;IACxD,CAAC;;AAxCH,8BAyCC;AAxCQ,wBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,63 +1,38 @@
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.TagEditorRowWrapper = void 0;
19
- var styles_selectors_js_1 = require("../../../tag-editor/styles.selectors.js");
20
- var styles_selectors_js_2 = require("../../../attribute-editor/styles.selectors.js");
21
- var link_1 = require("../link");
22
- var attribute_editor_1 = require("../attribute-editor");
23
- var TagEditorRowWrapper = /** @class */ (function (_super) {
24
- __extends(TagEditorRowWrapper, _super);
25
- function TagEditorRowWrapper() {
26
- return _super !== null && _super.apply(this, arguments) || this;
4
+ const styles_selectors_js_1 = require("../../../tag-editor/styles.selectors.js");
5
+ const styles_selectors_js_2 = require("../../../attribute-editor/styles.selectors.js");
6
+ const link_1 = require("../link");
7
+ const attribute_editor_1 = require("../attribute-editor");
8
+ class TagEditorRowWrapper extends attribute_editor_1.AttributeEditorRowWrapper {
9
+ findUndoButton() {
10
+ return this.findComponent(`.${styles_selectors_js_1.default['undo-button']}`, link_1.default);
27
11
  }
28
- TagEditorRowWrapper.prototype.findUndoButton = function () {
29
- return this.findComponent(".".concat(styles_selectors_js_1.default['undo-button']), link_1.default);
30
- };
31
- return TagEditorRowWrapper;
32
- }(attribute_editor_1.AttributeEditorRowWrapper));
12
+ }
33
13
  exports.TagEditorRowWrapper = TagEditorRowWrapper;
34
- var TagEditorWrapper = /** @class */ (function (_super) {
35
- __extends(TagEditorWrapper, _super);
36
- function TagEditorWrapper() {
37
- return _super !== null && _super.apply(this, arguments) || this;
38
- }
14
+ class TagEditorWrapper extends attribute_editor_1.default {
39
15
  /**
40
16
  * Returns a row for a given index.
41
17
  *
42
18
  * @param row 1-based row index
43
19
  */
44
- TagEditorWrapper.prototype.findRow = function (row) {
45
- return this.findComponent(".".concat(styles_selectors_js_2.default.row, ":nth-child(").concat(row, ")"), TagEditorRowWrapper);
46
- };
20
+ findRow(row) {
21
+ return this.findComponent(`.${styles_selectors_js_2.default.row}:nth-child(${row})`, TagEditorRowWrapper);
22
+ }
47
23
  /**
48
24
  * Returns all rows.
49
25
  *
50
26
  * To find a specific row use the `findRow(n)` function as chaining `findRows().get(n)` can return unexpected results.
51
27
  * @see findRow
52
28
  */
53
- TagEditorWrapper.prototype.findRows = function () {
54
- return this.findAllByClassName(styles_selectors_js_2.default.row).map(function (i) { return new TagEditorRowWrapper(i.getElement()); });
55
- };
56
- TagEditorWrapper.prototype.findLoadingText = function () {
29
+ findRows() {
30
+ return this.findAllByClassName(styles_selectors_js_2.default.row).map(i => new TagEditorRowWrapper(i.getElement()));
31
+ }
32
+ findLoadingText() {
57
33
  return this.findByClassName(styles_selectors_js_1.default.loading);
58
- };
59
- TagEditorWrapper.rootSelector = styles_selectors_js_1.default.root;
60
- return TagEditorWrapper;
61
- }(attribute_editor_1.default));
34
+ }
35
+ }
62
36
  exports.default = TagEditorWrapper;
37
+ TagEditorWrapper.rootSelector = styles_selectors_js_1.default.root;
63
38
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/tag-editor/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAGA,+EAA6D;AAC7D,qFAAkF;AAClF,gCAAkC;AAClC,wDAAwF;AACxF;IAAyC,uCAAyB;IAAlE;;IAIA,CAAC;IAHC,4CAAc,GAAd;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,aAAa,CAAC,CAAE,EAAE,cAAW,CAAC,CAAC;IACtE,CAAC;IACH,0BAAC;AAAD,CAAC,AAJD,CAAyC,4CAAyB,GAIjE;AAJY,kDAAmB;AAKhC;IAA8C,oCAAsB;IAApE;;IAwBA,CAAC;IArBC;;;;OAIG;IACH,kCAAO,GAAP,UAAQ,GAAW;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAqB,CAAC,GAAG,wBAAc,GAAG,MAAG,EAAE,mBAAmB,CAAC,CAAC;IACpG,CAAC;IAED;;;;;OAKG;IACH,mCAAQ,GAAR;QACE,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAqB,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,UAAA,CAAC,IAAI,OAAA,IAAI,mBAAmB,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,EAAvC,CAAuC,CAAC,CAAC;IAC9G,CAAC;IACD,0CAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IAtBM,6BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAuB5C,uBAAC;CAAA,AAxBD,CAA8C,0BAAsB,GAwBnE;kBAxBoB,gBAAgB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/tag-editor/index.ts"],"names":[],"mappings":";;;AAGA,iFAA6D;AAC7D,uFAAkF;AAClF,kCAAkC;AAClC,0DAAwF;AACxF,MAAa,mBAAoB,SAAQ,4CAAyB;IAChE,cAAc;QACZ,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,aAAa,CAAC,EAAE,EAAE,cAAW,CAAC,CAAC;IACtE,CAAC;CACF;AAJD,kDAIC;AACD,MAAqB,gBAAiB,SAAQ,0BAAsB;IAGlE;;;;OAIG;IACH,OAAO,CAAC,GAAW;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAqB,CAAC,GAAG,cAAc,GAAG,GAAG,EAAE,mBAAmB,CAAC,CAAC;IACpG,CAAC;IAED;;;;;OAKG;IACH,QAAQ;QACN,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAqB,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,mBAAmB,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;IAC9G,CAAC;IACD,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;;AAvBH,mCAwBC;AAvBQ,6BAAY,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 selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var styles_selectors_js_1 = require("../../../text-content/styles.selectors.js");
22
- var TextContentWrapper = /** @class */ (function (_super) {
23
- __extends(TextContentWrapper, _super);
24
- function TextContentWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- TextContentWrapper.rootSelector = styles_selectors_js_1.default['text-content'];
28
- return TextContentWrapper;
29
- }(selectors_1.ComponentWrapper));
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const styles_selectors_js_1 = require("../../../text-content/styles.selectors.js");
7
+ class TextContentWrapper extends selectors_1.ComponentWrapper {
8
+ }
30
9
  exports.default = TextContentWrapper;
10
+ TextContentWrapper.rootSelector = styles_selectors_js_1.default['text-content'];
31
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/text-content/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgF;AAChF,iFAA+D;AAC/D;IAAgD,sCAAgB;IAAhE;;IAEA,CAAC;IADQ,+BAAY,GAAW,6BAAM,CAAC,cAAc,CAAC,CAAC;IACvD,yBAAC;CAAA,AAFD,CAAgD,4BAAgB,GAE/D;kBAFoB,kBAAkB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/text-content/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgF;AAChF,mFAA+D;AAC/D,MAAqB,kBAAmB,SAAQ,4BAAgB;;AAAhE,qCAEC;AADQ,+BAAY,GAAW,6BAAM,CAAC,cAAc,CAAC,CAAC"}
@@ -1,38 +1,18 @@
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 selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var styles_selectors_js_1 = require("../../../text-filter/styles.selectors.js");
22
- var input_1 = require("../input");
23
- var TextFilterWrapper = /** @class */ (function (_super) {
24
- __extends(TextFilterWrapper, _super);
25
- function TextFilterWrapper() {
26
- return _super !== null && _super.apply(this, arguments) || this;
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const styles_selectors_js_1 = require("../../../text-filter/styles.selectors.js");
7
+ const input_1 = require("../input");
8
+ class TextFilterWrapper extends selectors_1.ComponentWrapper {
9
+ findInput() {
10
+ return this.findComponent(`.${styles_selectors_js_1.default.input}`, input_1.default);
27
11
  }
28
- TextFilterWrapper.prototype.findInput = function () {
29
- return this.findComponent(".".concat(styles_selectors_js_1.default.input), input_1.default);
30
- };
31
- TextFilterWrapper.prototype.findResultsCount = function () {
12
+ findResultsCount() {
32
13
  return this.findByClassName(styles_selectors_js_1.default.results);
33
- };
34
- TextFilterWrapper.rootSelector = styles_selectors_js_1.default.root;
35
- return TextFilterWrapper;
36
- }(selectors_1.ComponentWrapper));
14
+ }
15
+ }
37
16
  exports.default = TextFilterWrapper;
17
+ TextFilterWrapper.rootSelector = styles_selectors_js_1.default.root;
38
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/text-filter/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgG;AAChG,gFAA8D;AAC9D,kCAAoC;AACpC;IAA+C,qCAAgB;IAA/D;;IAQA,CAAC;IANC,qCAAS,GAAT;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,KAAK,CAAE,EAAE,eAAY,CAAE,CAAC;IAC/D,CAAC;IACD,4CAAgB,GAAhB;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAE,CAAC;IAC/C,CAAC;IANM,8BAAY,GAAG,6BAAM,CAAC,IAAI,CAAC;IAOpC,wBAAC;CAAA,AARD,CAA+C,4BAAgB,GAQ9D;kBARoB,iBAAiB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/text-filter/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgG;AAChG,kFAA8D;AAC9D,oCAAoC;AACpC,MAAqB,iBAAkB,SAAQ,4BAAgB;IAE7D,SAAS;QACP,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,KAAK,EAAE,EAAE,eAAY,CAAE,CAAC;IAC/D,CAAC;IACD,gBAAgB;QACd,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAE,CAAC;IAC/C,CAAC;;AAPH,oCAQC;AAPQ,8BAAY,GAAG,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,32 +1,12 @@
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
- var selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
19
- var styles_selectors_js_1 = require("../../../textarea/styles.selectors.js");
20
- var TextareaWrapper = /** @class */ (function (_super) {
21
- __extends(TextareaWrapper, _super);
22
- function TextareaWrapper() {
23
- return _super !== null && _super.apply(this, arguments) || this;
3
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
4
+ const styles_selectors_js_1 = require("../../../textarea/styles.selectors.js");
5
+ class TextareaWrapper extends selectors_1.ComponentWrapper {
6
+ findNativeTextarea() {
7
+ return this.find(`.${styles_selectors_js_1.default.textarea}`);
24
8
  }
25
- TextareaWrapper.prototype.findNativeTextarea = function () {
26
- return this.find(".".concat(styles_selectors_js_1.default.textarea));
27
- };
28
- TextareaWrapper.rootSelector = styles_selectors_js_1.default.root;
29
- return TextareaWrapper;
30
- }(selectors_1.ComponentWrapper));
9
+ }
31
10
  exports.default = TextareaWrapper;
11
+ TextareaWrapper.rootSelector = styles_selectors_js_1.default.root;
32
12
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/textarea/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAGA,0EAAgG;AAChG,6EAA8D;AAC9D;IAA6C,mCAAgB;IAA7D;;IAWA,CAAC;IATC,4CAAkB,GAAlB;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAS,CAAC,QAAQ,CAAE,CAAE,CAAC;IAC9C,CAAC;IAHM,4BAAY,GAAW,6BAAS,CAAC,IAAI,CAAC;IAU/C,sBAAC;CAAA,AAXD,CAA6C,4BAAgB,GAW5D;kBAXoB,eAAe"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/textarea/index.ts"],"names":[],"mappings":";;AAGA,4EAAgG;AAChG,+EAA8D;AAC9D,MAAqB,eAAgB,SAAQ,4BAAgB;IAE3D,kBAAkB;QAChB,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAS,CAAC,QAAQ,EAAE,CAAE,CAAC;IAC9C,CAAC;;AAJH,kCAWC;AAVQ,4BAAY,GAAW,6BAAS,CAAC,IAAI,CAAC"}
@@ -1,44 +1,24 @@
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 selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var utils_1 = require("@cloudscape-design/test-utils-core/utils");
22
- var tile_1 = require("./tile");
23
- var styles_selectors_js_1 = require("../../../tiles/styles.selectors.js");
24
- var TilesWrapper = /** @class */ (function (_super) {
25
- __extends(TilesWrapper, _super);
26
- function TilesWrapper() {
27
- return _super !== null && _super.apply(this, arguments) || this;
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const utils_1 = require("@cloudscape-design/test-utils-core/utils");
7
+ const tile_1 = require("./tile");
8
+ const styles_selectors_js_1 = require("../../../tiles/styles.selectors.js");
9
+ class TilesWrapper extends selectors_1.ComponentWrapper {
10
+ findItems() {
11
+ return this.findAllByClassName(styles_selectors_js_1.default['tile-container']).map(r => new tile_1.default(r.getElement()));
28
12
  }
29
- TilesWrapper.prototype.findItems = function () {
30
- return this.findAllByClassName(styles_selectors_js_1.default['tile-container']).map(function (r) { return new tile_1.default(r.getElement()); });
31
- };
32
- TilesWrapper.prototype.findInputByValue = function (value) {
33
- var safeValue = (0, utils_1.escapeSelector)(value);
34
- return this.find("input[value=\"".concat(safeValue, "\"]"));
35
- };
36
- TilesWrapper.prototype.findItemByValue = function (value) {
37
- var toReplace = (0, utils_1.escapeSelector)(value);
38
- return this.findComponent(".".concat(tile_1.default.rootSelector, "[data-value=\"").concat(toReplace, "\"]"), tile_1.default);
39
- };
40
- TilesWrapper.rootSelector = styles_selectors_js_1.default.root;
41
- return TilesWrapper;
42
- }(selectors_1.ComponentWrapper));
13
+ findInputByValue(value) {
14
+ const safeValue = (0, utils_1.escapeSelector)(value);
15
+ return this.find(`input[value="${safeValue}"]`);
16
+ }
17
+ findItemByValue(value) {
18
+ const toReplace = (0, utils_1.escapeSelector)(value);
19
+ return this.findComponent(`.${tile_1.default.rootSelector}[data-value="${toReplace}"]`, tile_1.default);
20
+ }
21
+ }
43
22
  exports.default = TilesWrapper;
23
+ TilesWrapper.rootSelector = styles_selectors_js_1.default.root;
44
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/tiles/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgG;AAChG,kEAA0E;AAC1E,+BAAiC;AACjC,0EAAwD;AACxD;IAA0C,gCAAgB;IAA1D;;IAaA,CAAC;IAXC,gCAAS,GAAT;QACE,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,UAAA,CAAC,IAAI,OAAA,IAAI,cAAW,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,EAA/B,CAA+B,CAAC,CAAC;IACrG,CAAC;IACD,uCAAgB,GAAhB,UAAiB,KAAa;QAC5B,IAAM,SAAS,GAAG,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,IAAI,CAAC,wBAAgB,SAAS,QAAI,CAAC,CAAC;IAClD,CAAC;IACD,sCAAe,GAAf,UAAgB,KAAa;QAC3B,IAAM,SAAS,GAAG,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,cAAW,CAAC,YAAY,2BAAgB,SAAS,QAAI,EAAE,cAAW,CAAC,CAAC;IACpG,CAAC;IAXM,yBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAY5C,mBAAC;CAAA,AAbD,CAA0C,4BAAgB,GAazD;kBAboB,YAAY"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/tiles/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgG;AAChG,oEAA0E;AAC1E,iCAAiC;AACjC,4EAAwD;AACxD,MAAqB,YAAa,SAAQ,4BAAgB;IAExD,SAAS;QACP,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,cAAW,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;IACrG,CAAC;IACD,gBAAgB,CAAC,KAAa;QAC5B,MAAM,SAAS,GAAG,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,SAAS,IAAI,CAAC,CAAC;IAClD,CAAC;IACD,eAAe,CAAC,KAAa;QAC3B,MAAM,SAAS,GAAG,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,cAAW,CAAC,YAAY,gBAAgB,SAAS,IAAI,EAAE,cAAW,CAAC,CAAC;IACpG,CAAC;;AAZH,+BAaC;AAZQ,yBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,47 +1,27 @@
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 selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var radio_button_1 = require("../radio-group/radio-button");
22
- var styles_selectors_js_1 = require("../../../tiles/styles.selectors.js");
23
- var TileWrapper = /** @class */ (function (_super) {
24
- __extends(TileWrapper, _super);
25
- function TileWrapper() {
26
- return _super !== null && _super.apply(this, arguments) || this;
27
- }
28
- TileWrapper.prototype.findRadioButton = function () {
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const radio_button_1 = require("../radio-group/radio-button");
7
+ const styles_selectors_js_1 = require("../../../tiles/styles.selectors.js");
8
+ class TileWrapper extends selectors_1.ElementWrapper {
9
+ findRadioButton() {
29
10
  return new radio_button_1.default(this.getElement());
30
- };
31
- TileWrapper.prototype.findLabel = function () {
11
+ }
12
+ findLabel() {
32
13
  return this.findRadioButton().findLabel();
33
- };
34
- TileWrapper.prototype.findDescription = function () {
14
+ }
15
+ findDescription() {
35
16
  return this.findRadioButton().findDescription();
36
- };
37
- TileWrapper.prototype.findImage = function () {
17
+ }
18
+ findImage() {
38
19
  return this.findByClassName(styles_selectors_js_1.default.image);
39
- };
40
- TileWrapper.prototype.findNativeInput = function () {
20
+ }
21
+ findNativeInput() {
41
22
  return this.findRadioButton().findNativeInput();
42
- };
43
- TileWrapper.rootSelector = styles_selectors_js_1.default['tile-container'];
44
- return TileWrapper;
45
- }(selectors_1.ElementWrapper));
23
+ }
24
+ }
46
25
  exports.default = TileWrapper;
26
+ TileWrapper.rootSelector = styles_selectors_js_1.default['tile-container'];
47
27
  //# sourceMappingURL=tile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tile.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/tiles/tile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAA8E;AAC9E,4DAA6D;AAC7D,0EAAwD;AACxD;IAAyC,+BAAc;IAAvD;;IAiBA,CAAC;IAfS,qCAAe,GAAvB;QACE,OAAO,IAAI,sBAAkB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;IACnD,CAAC;IACD,+BAAS,GAAT;QACE,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,SAAS,EAAE,CAAC;IAC5C,CAAC;IACD,qCAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,eAAe,EAAE,CAAC;IAClD,CAAC;IACD,+BAAS,GAAT;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,KAAK,CAAE,CAAC;IAC7C,CAAC;IACD,qCAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,eAAe,EAAE,CAAC;IAClD,CAAC;IAfM,wBAAY,GAAW,6BAAM,CAAC,gBAAgB,CAAC,CAAC;IAgBzD,kBAAC;CAAA,AAjBD,CAAyC,0BAAc,GAiBtD;kBAjBoB,WAAW"}
1
+ {"version":3,"file":"tile.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/tiles/tile.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAA8E;AAC9E,8DAA6D;AAC7D,4EAAwD;AACxD,MAAqB,WAAY,SAAQ,0BAAc;IAE7C,eAAe;QACrB,OAAO,IAAI,sBAAkB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;IACnD,CAAC;IACD,SAAS;QACP,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,SAAS,EAAE,CAAC;IAC5C,CAAC;IACD,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,eAAe,EAAE,CAAC;IAClD,CAAC;IACD,SAAS;QACP,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,KAAK,CAAE,CAAC;IAC7C,CAAC;IACD,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,eAAe,EAAE,CAAC;IAClD,CAAC;;AAhBH,8BAiBC;AAhBQ,wBAAY,GAAW,6BAAM,CAAC,gBAAgB,CAAC,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 base_input_1 = require("../input/base-input");
21
- var styles_selectors_js_1 = require("../../../time-input/styles.selectors.js");
22
- var TimeInputWrapper = /** @class */ (function (_super) {
23
- __extends(TimeInputWrapper, _super);
24
- function TimeInputWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- TimeInputWrapper.rootSelector = styles_selectors_js_1.default.root;
28
- return TimeInputWrapper;
29
- }(base_input_1.default));
5
+ const base_input_1 = require("../input/base-input");
6
+ const styles_selectors_js_1 = require("../../../time-input/styles.selectors.js");
7
+ class TimeInputWrapper extends base_input_1.default {
8
+ }
30
9
  exports.default = TimeInputWrapper;
10
+ TimeInputWrapper.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/selectors/time-input/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,kDAAmD;AACnD,+EAAgE;AAChE;IAA8C,oCAAgB;IAA9D;;IAEA,CAAC;IADQ,6BAAY,GAAW,6BAAS,CAAC,IAAI,CAAC;IAC/C,uBAAC;CAAA,AAFD,CAA8C,oBAAgB,GAE7D;kBAFoB,gBAAgB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/time-input/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,oDAAmD;AACnD,iFAAgE;AAChE,MAAqB,gBAAiB,SAAQ,oBAAgB;;AAA9D,mCAEC;AADQ,6BAAY,GAAW,6BAAS,CAAC,IAAI,CAAC"}
@@ -1,44 +1,24 @@
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 selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var styles_selectors_js_1 = require("../../../toggle/styles.selectors.js");
22
- var abstract_switch_1 = require("../internal/abstract-switch");
23
- var ToggleWrapper = /** @class */ (function (_super) {
24
- __extends(ToggleWrapper, _super);
25
- function ToggleWrapper() {
26
- return _super !== null && _super.apply(this, arguments) || this;
27
- }
28
- ToggleWrapper.prototype.findAbstractSwitch = function () {
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const styles_selectors_js_1 = require("../../../toggle/styles.selectors.js");
7
+ const abstract_switch_1 = require("../internal/abstract-switch");
8
+ class ToggleWrapper extends selectors_1.ComponentWrapper {
9
+ findAbstractSwitch() {
29
10
  return new abstract_switch_1.default(this.getElement());
30
- };
31
- ToggleWrapper.prototype.findLabel = function () {
11
+ }
12
+ findLabel() {
32
13
  return this.findAbstractSwitch().findLabel();
33
- };
34
- ToggleWrapper.prototype.findNativeInput = function () {
14
+ }
15
+ findNativeInput() {
35
16
  return this.findAbstractSwitch().findNativeInput();
36
- };
37
- ToggleWrapper.prototype.findDescription = function () {
17
+ }
18
+ findDescription() {
38
19
  return this.findAbstractSwitch().findDescription();
39
- };
40
- ToggleWrapper.rootSelector = styles_selectors_js_1.default.root;
41
- return ToggleWrapper;
42
- }(selectors_1.ComponentWrapper));
20
+ }
21
+ }
43
22
  exports.default = ToggleWrapper;
23
+ ToggleWrapper.rootSelector = styles_selectors_js_1.default.root;
44
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/toggle/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgG;AAChG,2EAAyD;AACzD,+DAAgE;AAChE;IAA2C,iCAAgB;IAA3D;;IAcA,CAAC;IAZS,0CAAkB,GAA1B;QACE,OAAO,IAAI,yBAAqB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;IACtD,CAAC;IACD,iCAAS,GAAT;QACE,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,SAAS,EAAE,CAAC;IAC/C,CAAC;IACD,uCAAe,GAAf;QACE,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,eAAe,EAAE,CAAC;IACrD,CAAC;IACD,uCAAe,GAAf;QACE,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,eAAe,EAAE,CAAC;IACrD,CAAC;IAZM,0BAAY,GAAG,6BAAM,CAAC,IAAI,CAAC;IAapC,oBAAC;CAAA,AAdD,CAA2C,4BAAgB,GAc1D;kBAdoB,aAAa"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/toggle/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgG;AAChG,6EAAyD;AACzD,iEAAgE;AAChE,MAAqB,aAAc,SAAQ,4BAAgB;IAEjD,kBAAkB;QACxB,OAAO,IAAI,yBAAqB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;IACtD,CAAC;IACD,SAAS;QACP,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,SAAS,EAAE,CAAC;IAC/C,CAAC;IACD,eAAe;QACb,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,eAAe,EAAE,CAAC;IACrD,CAAC;IACD,eAAe;QACb,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,eAAe,EAAE,CAAC;IACrD,CAAC;;AAbH,gCAcC;AAbQ,0BAAY,GAAG,6BAAM,CAAC,IAAI,CAAC"}