@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,74 +1,49 @@
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 checkbox_1 = require("../checkbox");
23
- var modal_1 = require("../modal");
24
- var visible_content_preference_1 = require("./visible-content-preference");
25
- var page_size_preference_1 = require("./page-size-preference");
26
- var styles_selectors_js_1 = require("../../../collection-preferences/styles.selectors.js");
27
- var PreferencesModalWrapper = /** @class */ (function (_super) {
28
- __extends(PreferencesModalWrapper, _super);
29
- function PreferencesModalWrapper() {
30
- 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 checkbox_1 = require("../checkbox");
8
+ const modal_1 = require("../modal");
9
+ const visible_content_preference_1 = require("./visible-content-preference");
10
+ const page_size_preference_1 = require("./page-size-preference");
11
+ const styles_selectors_js_1 = require("../../../collection-preferences/styles.selectors.js");
12
+ class PreferencesModalWrapper extends modal_1.default {
13
+ findCancelButton() {
14
+ return this.findComponent(`.${styles_selectors_js_1.default['cancel-button']}`, button_1.default);
31
15
  }
32
- PreferencesModalWrapper.prototype.findCancelButton = function () {
33
- return this.findComponent(".".concat(styles_selectors_js_1.default['cancel-button']), button_1.default);
34
- };
35
- PreferencesModalWrapper.prototype.findConfirmButton = function () {
36
- return this.findComponent(".".concat(styles_selectors_js_1.default['confirm-button']), button_1.default);
37
- };
38
- PreferencesModalWrapper.prototype.findWrapLinesPreference = function () {
39
- return this.findComponent(".".concat(styles_selectors_js_1.default['wrap-lines']), checkbox_1.default);
40
- };
41
- PreferencesModalWrapper.prototype.findStripedRowsPreference = function () {
42
- return this.findComponent(".".concat(styles_selectors_js_1.default['striped-rows']), checkbox_1.default);
43
- };
44
- PreferencesModalWrapper.prototype.findContentDensityPreference = function () {
45
- return this.findComponent(".".concat(styles_selectors_js_1.default['content-density']), checkbox_1.default);
46
- };
47
- PreferencesModalWrapper.prototype.findPageSizePreference = function () {
48
- return this.findComponent(".".concat(page_size_preference_1.default.rootSelector), page_size_preference_1.default);
49
- };
50
- PreferencesModalWrapper.prototype.findVisibleContentPreference = function () {
51
- return this.findComponent(".".concat(visible_content_preference_1.default.rootSelector), visible_content_preference_1.default);
52
- };
53
- PreferencesModalWrapper.prototype.findCustomPreference = function () {
16
+ findConfirmButton() {
17
+ return this.findComponent(`.${styles_selectors_js_1.default['confirm-button']}`, button_1.default);
18
+ }
19
+ findWrapLinesPreference() {
20
+ return this.findComponent(`.${styles_selectors_js_1.default['wrap-lines']}`, checkbox_1.default);
21
+ }
22
+ findStripedRowsPreference() {
23
+ return this.findComponent(`.${styles_selectors_js_1.default['striped-rows']}`, checkbox_1.default);
24
+ }
25
+ findContentDensityPreference() {
26
+ return this.findComponent(`.${styles_selectors_js_1.default['content-density']}`, checkbox_1.default);
27
+ }
28
+ findPageSizePreference() {
29
+ return this.findComponent(`.${page_size_preference_1.default.rootSelector}`, page_size_preference_1.default);
30
+ }
31
+ findVisibleContentPreference() {
32
+ return this.findComponent(`.${visible_content_preference_1.default.rootSelector}`, visible_content_preference_1.default);
33
+ }
34
+ findCustomPreference() {
54
35
  return this.findByClassName(styles_selectors_js_1.default.custom);
55
- };
56
- PreferencesModalWrapper.rootSelector = styles_selectors_js_1.default['modal-root'];
57
- return PreferencesModalWrapper;
58
- }(modal_1.default));
59
- var CollectionPreferencesWrapper = /** @class */ (function (_super) {
60
- __extends(CollectionPreferencesWrapper, _super);
61
- function CollectionPreferencesWrapper() {
62
- return _super !== null && _super.apply(this, arguments) || this;
63
36
  }
64
- CollectionPreferencesWrapper.prototype.findModal = function () {
65
- return (0, dom_1.createWrapper)().findComponent(".".concat(styles_selectors_js_1.default['modal-root']), PreferencesModalWrapper);
66
- };
67
- CollectionPreferencesWrapper.prototype.findTriggerButton = function () {
68
- return this.findComponent(".".concat(styles_selectors_js_1.default['trigger-button']), button_1.default);
69
- };
70
- CollectionPreferencesWrapper.rootSelector = styles_selectors_js_1.default.root;
71
- return CollectionPreferencesWrapper;
72
- }(dom_1.ComponentWrapper));
37
+ }
38
+ PreferencesModalWrapper.rootSelector = styles_selectors_js_1.default['modal-root'];
39
+ class CollectionPreferencesWrapper extends dom_1.ComponentWrapper {
40
+ findModal() {
41
+ return (0, dom_1.createWrapper)().findComponent(`.${styles_selectors_js_1.default['modal-root']}`, PreferencesModalWrapper);
42
+ }
43
+ findTriggerButton() {
44
+ return this.findComponent(`.${styles_selectors_js_1.default['trigger-button']}`, button_1.default);
45
+ }
46
+ }
73
47
  exports.default = CollectionPreferencesWrapper;
48
+ CollectionPreferencesWrapper.rootSelector = styles_selectors_js_1.default.root;
74
49
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/collection-preferences/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAAyG;AACzG,oCAAsC;AACtC,wCAA0C;AAC1C,kCAAoC;AACpC,2EAA2E;AAC3E,+DAA+D;AAC/D,2FAAyE;AAEzE;IAAsC,2CAAY;IAAlD;;IAkCA,CAAC;IA/BC,kDAAgB,GAAhB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,eAAe,CAAC,CAAE,EAAE,gBAAa,CAAC,CAAC;IAC1E,CAAC;IAED,mDAAiB,GAAjB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,gBAAgB,CAAC,CAAE,EAAE,gBAAa,CAAC,CAAC;IAC3E,CAAC;IAED,yDAAuB,GAAvB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,YAAY,CAAC,CAAE,EAAE,kBAAe,CAAC,CAAC;IACzE,CAAC;IAED,2DAAyB,GAAzB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,cAAc,CAAC,CAAE,EAAE,kBAAe,CAAC,CAAC;IAC3E,CAAC;IAED,8DAA4B,GAA5B;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,iBAAiB,CAAC,CAAE,EAAE,kBAAe,CAAC,CAAC;IAC9E,CAAC;IAED,wDAAsB,GAAtB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,8BAAyB,CAAC,YAAY,CAAE,EAAE,8BAAyB,CAAC,CAAC;IACrG,CAAC;IAED,8DAA4B,GAA5B;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,oCAA+B,CAAC,YAAY,CAAE,EAAE,oCAA+B,CAAC,CAAC;IACjH,CAAC;IAED,sDAAoB,GAApB;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAhCM,oCAAY,GAAG,6BAAM,CAAC,YAAY,CAAC,CAAC;IAiC7C,8BAAC;CAAA,AAlCD,CAAsC,eAAY,GAkCjD;AAED;IAA0D,gDAAgB;IAA1E;;IAUA,CAAC;IAPC,gDAAS,GAAT;QACE,OAAO,IAAA,mBAAa,GAAE,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,YAAY,CAAC,CAAE,EAAE,uBAAuB,CAAC,CAAC;IAC5F,CAAC;IAED,wDAAiB,GAAjB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,gBAAgB,CAAC,CAAE,EAAE,gBAAa,CAAE,CAAC;IAC5E,CAAC;IARM,yCAAY,GAAG,6BAAM,CAAC,IAAI,CAAC;IASpC,mCAAC;CAAA,AAVD,CAA0D,sBAAgB,GAUzE;kBAVoB,4BAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/collection-preferences/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAAyG;AACzG,sCAAsC;AACtC,0CAA0C;AAC1C,oCAAoC;AACpC,6EAA2E;AAC3E,iEAA+D;AAC/D,6FAAyE;AAEzE,MAAM,uBAAwB,SAAQ,eAAY;IAGhD,gBAAgB;QACd,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,eAAe,CAAC,EAAE,EAAE,gBAAa,CAAC,CAAC;IAC1E,CAAC;IAED,iBAAiB;QACf,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,gBAAgB,CAAC,EAAE,EAAE,gBAAa,CAAC,CAAC;IAC3E,CAAC;IAED,uBAAuB;QACrB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,YAAY,CAAC,EAAE,EAAE,kBAAe,CAAC,CAAC;IACzE,CAAC;IAED,yBAAyB;QACvB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,cAAc,CAAC,EAAE,EAAE,kBAAe,CAAC,CAAC;IAC3E,CAAC;IAED,4BAA4B;QAC1B,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,iBAAiB,CAAC,EAAE,EAAE,kBAAe,CAAC,CAAC;IAC9E,CAAC;IAED,sBAAsB;QACpB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,8BAAyB,CAAC,YAAY,EAAE,EAAE,8BAAyB,CAAC,CAAC;IACrG,CAAC;IAED,4BAA4B;QAC1B,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,oCAA+B,CAAC,YAAY,EAAE,EAAE,oCAA+B,CAAC,CAAC;IACjH,CAAC;IAED,oBAAoB;QAClB,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;;AAhCM,oCAAY,GAAG,6BAAM,CAAC,YAAY,CAAC,CAAC;AAmC7C,MAAqB,4BAA6B,SAAQ,sBAAgB;IAGxE,SAAS;QACP,OAAO,IAAA,mBAAa,GAAE,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,YAAY,CAAC,EAAE,EAAE,uBAAuB,CAAC,CAAC;IAC5F,CAAC;IAED,iBAAiB;QACf,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,gBAAgB,CAAC,EAAE,EAAE,gBAAa,CAAE,CAAC;IAC5E,CAAC;;AATH,+CAUC;AATQ,yCAAY,GAAG,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,39 +1,19 @@
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 form_field_1 = require("../form-field");
22
- var radio_group_1 = require("../radio-group");
23
- var styles_selectors_js_1 = require("../../../collection-preferences/styles.selectors.js");
24
- var PageSizePreferenceWrapper = /** @class */ (function (_super) {
25
- __extends(PageSizePreferenceWrapper, _super);
26
- function PageSizePreferenceWrapper() {
27
- return _super !== null && _super.apply(this, arguments) || this;
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const form_field_1 = require("../form-field");
7
+ const radio_group_1 = require("../radio-group");
8
+ const styles_selectors_js_1 = require("../../../collection-preferences/styles.selectors.js");
9
+ class PageSizePreferenceWrapper extends dom_1.ComponentWrapper {
10
+ findTitle() {
11
+ return this.findComponent(`.${styles_selectors_js_1.default['page-size-form-field']}`, form_field_1.default).findLabel();
28
12
  }
29
- PageSizePreferenceWrapper.prototype.findTitle = function () {
30
- return this.findComponent(".".concat(styles_selectors_js_1.default['page-size-form-field']), form_field_1.default).findLabel();
31
- };
32
- PageSizePreferenceWrapper.prototype.findOptions = function () {
33
- return this.findComponent(".".concat(styles_selectors_js_1.default['page-size-radio-group']), radio_group_1.default).findButtons();
34
- };
35
- PageSizePreferenceWrapper.rootSelector = styles_selectors_js_1.default['page-size'];
36
- return PageSizePreferenceWrapper;
37
- }(dom_1.ComponentWrapper));
13
+ findOptions() {
14
+ return this.findComponent(`.${styles_selectors_js_1.default['page-size-radio-group']}`, radio_group_1.default).findButtons();
15
+ }
16
+ }
38
17
  exports.default = PageSizePreferenceWrapper;
18
+ PageSizePreferenceWrapper.rootSelector = styles_selectors_js_1.default['page-size'];
39
19
  //# sourceMappingURL=page-size-preference.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"page-size-preference.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/collection-preferences/page-size-preference.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,4CAA6C;AAC7C,8CAA+C;AAE/C,2FAAyE;AAEzE;IAAuD,6CAAgB;IAAvE;;IASA,CAAC;IANC,6CAAS,GAAT;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,sBAAsB,CAAC,CAAE,EAAE,oBAAgB,CAAE,CAAC,SAAS,EAAG,CAAC;IAClG,CAAC;IACD,+CAAW,GAAX;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,uBAAuB,CAAC,CAAE,EAAE,qBAAiB,CAAE,CAAC,WAAW,EAAE,CAAC;IACrG,CAAC;IAPM,sCAAY,GAAG,6BAAM,CAAC,WAAW,CAAC,CAAC;IAQ5C,gCAAC;CAAA,AATD,CAAuD,sBAAgB,GAStE;kBAToB,yBAAyB"}
1
+ {"version":3,"file":"page-size-preference.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/collection-preferences/page-size-preference.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,8CAA6C;AAC7C,gDAA+C;AAE/C,6FAAyE;AAEzE,MAAqB,yBAA0B,SAAQ,sBAAgB;IAGrE,SAAS;QACP,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,sBAAsB,CAAC,EAAE,EAAE,oBAAgB,CAAE,CAAC,SAAS,EAAG,CAAC;IAClG,CAAC;IACD,WAAW;QACT,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,uBAAuB,CAAC,EAAE,EAAE,qBAAiB,CAAE,CAAC,WAAW,EAAE,CAAC;IACrG,CAAC;;AARH,4CASC;AARQ,sCAAY,GAAG,6BAAM,CAAC,WAAW,CAAC,CAAC"}
@@ -1,53 +1,33 @@
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 toggle_1 = require("../toggle");
22
- var styles_selectors_js_1 = require("../../../collection-preferences/styles.selectors.js");
23
- var getClassName = function (suffix) { return styles_selectors_js_1.default["visible-content-".concat(suffix)]; };
24
- var VisibleContentPreferenceWrapper = /** @class */ (function (_super) {
25
- __extends(VisibleContentPreferenceWrapper, _super);
26
- function VisibleContentPreferenceWrapper() {
27
- return _super !== null && _super.apply(this, arguments) || this;
28
- }
29
- VisibleContentPreferenceWrapper.prototype.findTitle = function () {
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const toggle_1 = require("../toggle");
7
+ const styles_selectors_js_1 = require("../../../collection-preferences/styles.selectors.js");
8
+ const getClassName = (suffix) => styles_selectors_js_1.default[`visible-content-${suffix}`];
9
+ class VisibleContentPreferenceWrapper extends dom_1.ComponentWrapper {
10
+ findTitle() {
30
11
  return this.findByClassName(getClassName('title'));
31
- };
32
- VisibleContentPreferenceWrapper.prototype.findOptionsGroups = function () {
12
+ }
13
+ findOptionsGroups() {
33
14
  return this.findAllByClassName(getClassName('group'));
34
- };
35
- VisibleContentPreferenceWrapper.prototype.findOptions = function () {
15
+ }
16
+ findOptions() {
36
17
  return this.findAllByClassName(getClassName('option'));
37
- };
18
+ }
38
19
  /**
39
20
  * Returns a content selector toggle.
40
21
  *
41
22
  * @param groupIndex 1-based index of the content group.
42
23
  * @param optionIndex 1-based index of the option to return within the group.
43
24
  */
44
- VisibleContentPreferenceWrapper.prototype.findToggleByIndex = function (groupIndex, optionIndex) {
45
- var groupSelector = ".".concat(getClassName('groups'), " > *:nth-child(").concat(groupIndex, ")");
46
- var optionSelector = ".".concat(getClassName('option'), ":nth-child(").concat(optionIndex, ")");
47
- return this.findComponent("".concat(groupSelector, " ").concat(optionSelector, " .").concat(getClassName('toggle')), toggle_1.default);
48
- };
49
- VisibleContentPreferenceWrapper.rootSelector = styles_selectors_js_1.default['visible-content'];
50
- return VisibleContentPreferenceWrapper;
51
- }(dom_1.ComponentWrapper));
25
+ findToggleByIndex(groupIndex, optionIndex) {
26
+ const groupSelector = `.${getClassName('groups')} > *:nth-child(${groupIndex})`;
27
+ const optionSelector = `.${getClassName('option')}:nth-child(${optionIndex})`;
28
+ return this.findComponent(`${groupSelector} ${optionSelector} .${getClassName('toggle')}`, toggle_1.default);
29
+ }
30
+ }
52
31
  exports.default = VisibleContentPreferenceWrapper;
32
+ VisibleContentPreferenceWrapper.rootSelector = styles_selectors_js_1.default['visible-content'];
53
33
  //# sourceMappingURL=visible-content-preference.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"visible-content-preference.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/collection-preferences/visible-content-preference.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,oCAAsC;AACtC,2FAAyE;AAEzE,IAAM,YAAY,GAAG,UAAC,MAAc,IAAa,OAAA,6BAAM,CAAC,0BAAmB,MAAM,CAAE,CAAC,EAAnC,CAAmC,CAAC;AAErF;IAA6D,mDAAgB;IAA7E;;IA0BA,CAAC;IAvBC,mDAAS,GAAT;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,YAAY,CAAC,OAAO,CAAC,CAAE,CAAC;IACtD,CAAC;IAED,2DAAiB,GAAjB;QACE,OAAO,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC;IACxD,CAAC;IAED,qDAAW,GAAX;QACE,OAAO,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;IACzD,CAAC;IAED;;;;;OAKG;IACH,2DAAiB,GAAjB,UAAkB,UAAkB,EAAE,WAAmB;QACvD,IAAM,aAAa,GAAG,WAAI,YAAY,CAAC,QAAQ,CAAC,4BAAkB,UAAU,MAAG,CAAC;QAChF,IAAM,cAAc,GAAG,WAAI,YAAY,CAAC,QAAQ,CAAC,wBAAc,WAAW,MAAG,CAAC;QAC9E,OAAO,IAAI,CAAC,aAAa,CAAC,UAAG,aAAa,cAAI,cAAc,eAAK,YAAY,CAAC,QAAQ,CAAC,CAAE,EAAE,gBAAa,CAAC,CAAC;IAC5G,CAAC;IAxBM,4CAAY,GAAG,6BAAM,CAAC,iBAAiB,CAAC,CAAC;IAyBlD,sCAAC;CAAA,AA1BD,CAA6D,sBAAgB,GA0B5E;kBA1BoB,+BAA+B"}
1
+ {"version":3,"file":"visible-content-preference.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/collection-preferences/visible-content-preference.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,sCAAsC;AACtC,6FAAyE;AAEzE,MAAM,YAAY,GAAG,CAAC,MAAc,EAAU,EAAE,CAAC,6BAAM,CAAC,mBAAmB,MAAM,EAAE,CAAC,CAAC;AAErF,MAAqB,+BAAgC,SAAQ,sBAAgB;IAG3E,SAAS;QACP,OAAO,IAAI,CAAC,eAAe,CAAC,YAAY,CAAC,OAAO,CAAC,CAAE,CAAC;IACtD,CAAC;IAED,iBAAiB;QACf,OAAO,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC;IACxD,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;IACzD,CAAC;IAED;;;;;OAKG;IACH,iBAAiB,CAAC,UAAkB,EAAE,WAAmB;QACvD,MAAM,aAAa,GAAG,IAAI,YAAY,CAAC,QAAQ,CAAC,kBAAkB,UAAU,GAAG,CAAC;QAChF,MAAM,cAAc,GAAG,IAAI,YAAY,CAAC,QAAQ,CAAC,cAAc,WAAW,GAAG,CAAC;QAC9E,OAAO,IAAI,CAAC,aAAa,CAAC,GAAG,aAAa,IAAI,cAAc,KAAK,YAAY,CAAC,QAAQ,CAAC,EAAE,EAAE,gBAAa,CAAC,CAAC;IAC5G,CAAC;;AAzBH,kDA0BC;AAzBQ,4CAAY,GAAG,6BAAM,CAAC,iBAAiB,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 grid_1 = require("../grid");
21
- var styles_selectors_js_1 = require("../../../column-layout/styles.selectors.js");
22
- var ColumnLayoutWrapper = /** @class */ (function (_super) {
23
- __extends(ColumnLayoutWrapper, _super);
24
- function ColumnLayoutWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- ColumnLayoutWrapper.rootSelector = styles_selectors_js_1.default['column-layout'];
28
- return ColumnLayoutWrapper;
29
- }(grid_1.default));
5
+ const grid_1 = require("../grid");
6
+ const styles_selectors_js_1 = require("../../../column-layout/styles.selectors.js");
7
+ class ColumnLayoutWrapper extends grid_1.default {
8
+ }
30
9
  exports.default = ColumnLayoutWrapper;
10
+ ColumnLayoutWrapper.rootSelector = styles_selectors_js_1.default['column-layout'];
31
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/column-layout/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gCAAkC;AAClC,kFAAgE;AAEhE;IAAiD,uCAAW;IAA5D;;IAEA,CAAC;IADQ,gCAAY,GAAW,6BAAM,CAAC,eAAe,CAAC,CAAC;IACxD,0BAAC;CAAA,AAFD,CAAiD,cAAW,GAE3D;kBAFoB,mBAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/column-layout/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,kCAAkC;AAClC,oFAAgE;AAEhE,MAAqB,mBAAoB,SAAQ,cAAW;;AAA5D,sCAEC;AADQ,gCAAY,GAAW,6BAAM,CAAC,eAAe,CAAC,CAAC"}
@@ -1,40 +1,20 @@
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("../../../container/styles.selectors.js");
22
- var ContainerWrapper = /** @class */ (function (_super) {
23
- __extends(ContainerWrapper, _super);
24
- function ContainerWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- ContainerWrapper.prototype.findHeader = function () {
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const styles_selectors_js_1 = require("../../../container/styles.selectors.js");
7
+ class ContainerWrapper extends dom_1.ComponentWrapper {
8
+ findHeader() {
28
9
  return this.findByClassName(styles_selectors_js_1.default.header);
29
- };
30
- ContainerWrapper.prototype.findContent = function () {
10
+ }
11
+ findContent() {
31
12
  return this.findByClassName(styles_selectors_js_1.default.content);
32
- };
33
- ContainerWrapper.prototype.findFooter = function () {
13
+ }
14
+ findFooter() {
34
15
  return this.findByClassName(styles_selectors_js_1.default.footer);
35
- };
36
- ContainerWrapper.rootSelector = styles_selectors_js_1.default.root;
37
- return ContainerWrapper;
38
- }(dom_1.ComponentWrapper));
16
+ }
17
+ }
39
18
  exports.default = ContainerWrapper;
19
+ ContainerWrapper.rootSelector = styles_selectors_js_1.default.root;
40
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/container/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,8EAA4D;AAE5D;IAA8C,oCAAgB;IAA9D;;IAcA,CAAC;IAXC,qCAAU,GAAV;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAED,sCAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAE,CAAC;IAC/C,CAAC;IAED,qCAAU,GAAV;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAZM,6BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAa5C,uBAAC;CAAA,AAdD,CAA8C,sBAAgB,GAc7D;kBAdoB,gBAAgB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/container/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,gFAA4D;AAE5D,MAAqB,gBAAiB,SAAQ,sBAAgB;IAG5D,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAE,CAAC;IAC/C,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;;AAbH,mCAcC;AAbQ,6BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -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("../../../content-layout/styles.selectors.js");
22
- var ContentLayoutWrapper = /** @class */ (function (_super) {
23
- __extends(ContentLayoutWrapper, _super);
24
- function ContentLayoutWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- ContentLayoutWrapper.prototype.findHeader = function () {
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const styles_selectors_js_1 = require("../../../content-layout/styles.selectors.js");
7
+ class ContentLayoutWrapper extends dom_1.ComponentWrapper {
8
+ findHeader() {
28
9
  return this.findByClassName(styles_selectors_js_1.default.header);
29
- };
30
- ContentLayoutWrapper.prototype.findContent = function () {
10
+ }
11
+ findContent() {
31
12
  return this.findByClassName(styles_selectors_js_1.default.content);
32
- };
33
- ContentLayoutWrapper.rootSelector = styles_selectors_js_1.default.layout;
34
- return ContentLayoutWrapper;
35
- }(dom_1.ComponentWrapper));
13
+ }
14
+ }
36
15
  exports.default = ContentLayoutWrapper;
16
+ ContentLayoutWrapper.rootSelector = styles_selectors_js_1.default.layout;
37
17
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/content-layout/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,mFAAiE;AAEjE;IAAkD,wCAAgC;IAAlF;;IAUA,CAAC;IAPC,yCAAU,GAAV;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAED,0CAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAE,CAAC;IAC/C,CAAC;IARM,iCAAY,GAAW,6BAAM,CAAC,MAAM,CAAC;IAS9C,2BAAC;CAAA,AAVD,CAAkD,sBAAgB,GAUjE;kBAVoB,oBAAoB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/content-layout/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,qFAAiE;AAEjE,MAAqB,oBAAqB,SAAQ,sBAAgC;IAGhF,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAE,CAAC;IAC/C,CAAC;;AATH,uCAUC;AATQ,iCAAY,GAAW,6BAAM,CAAC,MAAM,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("../../../date-input/styles.selectors.js");
22
- var DateInputWrapper = /** @class */ (function (_super) {
23
- __extends(DateInputWrapper, _super);
24
- function DateInputWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- DateInputWrapper.rootSelector = styles_selectors_js_1.default.root;
28
- return DateInputWrapper;
29
- }(base_input_1.default));
5
+ const base_input_1 = require("../input/base-input");
6
+ const styles_selectors_js_1 = require("../../../date-input/styles.selectors.js");
7
+ class DateInputWrapper extends base_input_1.default {
8
+ }
30
9
  exports.default = DateInputWrapper;
10
+ DateInputWrapper.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/date-input/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,kDAAmD;AACnD,+EAAgE;AAEhE;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/dom/date-input/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,oDAAmD;AACnD,iFAAgE;AAEhE,MAAqB,gBAAiB,SAAQ,oBAAgB;;AAA9D,mCAEC;AADQ,6BAAY,GAAW,6BAAS,CAAC,IAAI,CAAC"}
@@ -1,21 +1,6 @@
1
1
  "use strict";
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // SPDX-License-Identifier: Apache-2.0
4
- var __extends = (this && this.__extends) || (function () {
5
- var extendStatics = function (d, b) {
6
- extendStatics = Object.setPrototypeOf ||
7
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
8
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
9
- return extendStatics(d, b);
10
- };
11
- return function (d, b) {
12
- if (typeof b !== "function" && b !== null)
13
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
14
- extendStatics(d, b);
15
- function __() { this.constructor = d; }
16
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
17
- };
18
- })();
19
4
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
20
5
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
21
6
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -23,34 +8,29 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
23
8
  return c > 3 && r && Object.defineProperty(target, key, r), r;
24
9
  };
25
10
  Object.defineProperty(exports, "__esModule", { value: true });
26
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
27
- var styles_selectors_js_1 = require("../../../date-picker/styles.selectors.js");
28
- var styles_selectors_js_2 = require("../../../calendar/styles.selectors.js");
29
- var button_1 = require("../button");
30
- var calendar_1 = require("../calendar");
31
- var base_input_1 = require("../input/base-input");
32
- var dropdown_1 = require("../internal/dropdown");
33
- var DatePickerWrapper = /** @class */ (function (_super) {
34
- __extends(DatePickerWrapper, _super);
35
- function DatePickerWrapper() {
36
- return _super !== null && _super.apply(this, arguments) || this;
37
- }
11
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
12
+ const styles_selectors_js_1 = require("../../../date-picker/styles.selectors.js");
13
+ const styles_selectors_js_2 = require("../../../calendar/styles.selectors.js");
14
+ const button_1 = require("../button");
15
+ const calendar_1 = require("../calendar");
16
+ const base_input_1 = require("../input/base-input");
17
+ const dropdown_1 = require("../internal/dropdown");
18
+ class DatePickerWrapper extends base_input_1.default {
38
19
  /**
39
20
  * @param options
40
21
  * * expandToViewport (boolean) - Use this when the component under test is rendered with an `expandToViewport` flag.
41
22
  */
42
- DatePickerWrapper.prototype.findCalendar = function (options) {
43
- if (options === void 0) { options = { expandToViewport: false }; }
44
- var wrapper = options.expandToViewport ? (0, dom_1.createWrapper)() : this;
45
- return wrapper.findComponent(".".concat(styles_selectors_js_2.default.root), calendar_1.default);
46
- };
47
- DatePickerWrapper.prototype.findCalendarDropdown = function () {
48
- var dropdown = new dropdown_1.default(this.getElement());
23
+ findCalendar(options = { expandToViewport: false }) {
24
+ const wrapper = options.expandToViewport ? (0, dom_1.createWrapper)() : this;
25
+ return wrapper.findComponent(`.${styles_selectors_js_2.default.root}`, calendar_1.default);
26
+ }
27
+ findCalendarDropdown() {
28
+ const dropdown = new dropdown_1.default(this.getElement());
49
29
  return dropdown.findOpenDropdown();
50
- };
51
- DatePickerWrapper.prototype.findOpenCalendarButton = function () {
52
- return this.findComponent(".".concat(styles_selectors_js_1.default['open-calendar-button']), button_1.default);
53
- };
30
+ }
31
+ findOpenCalendarButton() {
32
+ return this.findComponent(`.${styles_selectors_js_1.default['open-calendar-button']}`, button_1.default);
33
+ }
54
34
  /**
55
35
  * Sets the value of the component and calls the `onChange` handler.
56
36
  * The value needs to use the "YYYY/MM/DD" format,
@@ -58,14 +38,13 @@ var DatePickerWrapper = /** @class */ (function (_super) {
58
38
  *
59
39
  * @param value The value the input is set to, using the "YYYY/MM/DD" format.
60
40
  */
61
- DatePickerWrapper.prototype.setInputValue = function (value) {
62
- return _super.prototype.setInputValue.call(this, value);
63
- };
64
- DatePickerWrapper.rootSelector = styles_selectors_js_1.default.root;
65
- __decorate([
66
- dom_1.usesDom
67
- ], DatePickerWrapper.prototype, "setInputValue", null);
68
- return DatePickerWrapper;
69
- }(base_input_1.default));
41
+ setInputValue(value) {
42
+ return super.setInputValue(value);
43
+ }
44
+ }
45
+ DatePickerWrapper.rootSelector = styles_selectors_js_1.default.root;
46
+ __decorate([
47
+ dom_1.usesDom
48
+ ], DatePickerWrapper.prototype, "setInputValue", null);
70
49
  exports.default = DatePickerWrapper;
71
50
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/date-picker/index.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;AAEtC,8DAAgG;AAChG,gFAA8D;AAC9D,6EAAmE;AACnE,oCAAsC;AACtC,wCAA0C;AAC1C,kDAAmD;AACnD,iDAAmD;AAEnD;IAA+C,qCAAgB;IAA/D;;IA+BA,CAAC;IA5BC;;;OAGG;IACH,wCAAY,GAAZ,UAAa,OAAqC;QAArC,wBAAA,EAAA,YAAY,gBAAgB,EAAE,KAAK,EAAE;QAChD,IAAM,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAA,mBAAa,GAAE,CAAC,CAAC,CAAC,IAAI,CAAC;QAClE,OAAO,OAAO,CAAC,aAAa,CAAC,WAAI,6BAAc,CAAC,IAAI,CAAE,EAAE,kBAAe,CAAC,CAAC;IAC3E,CAAC;IAED,gDAAoB,GAApB;QACE,IAAM,QAAQ,GAAG,IAAI,kBAAe,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;QACxD,OAAO,QAAQ,CAAC,gBAAgB,EAAE,CAAC;IACrC,CAAC;IAED,kDAAsB,GAAtB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,sBAAsB,CAAC,CAAE,EAAE,gBAAa,CAAE,CAAC;IAClF,CAAC;IAED;;;;;;OAMG;IACM,yCAAa,GAAb,UAAc,KAAa;QAClC,OAAO,iBAAM,aAAa,YAAC,KAAK,CAAC,CAAC;IACpC,CAAC;IA7BM,8BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IA2BjC;QAAR,aAAO;0DAEP;IACH,wBAAC;CAAA,AA/BD,CAA+C,oBAAgB,GA+B9D;kBA/BoB,iBAAiB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/date-picker/index.ts"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;;;;;;;;AAEtC,gEAAgG;AAChG,kFAA8D;AAC9D,+EAAmE;AACnE,sCAAsC;AACtC,0CAA0C;AAC1C,oDAAmD;AACnD,mDAAmD;AAEnD,MAAqB,iBAAkB,SAAQ,oBAAgB;IAG7D;;;OAGG;IACH,YAAY,CAAC,OAAO,GAAG,EAAE,gBAAgB,EAAE,KAAK,EAAE;QAChD,MAAM,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAA,mBAAa,GAAE,CAAC,CAAC,CAAC,IAAI,CAAC;QAClE,OAAO,OAAO,CAAC,aAAa,CAAC,IAAI,6BAAc,CAAC,IAAI,EAAE,EAAE,kBAAe,CAAC,CAAC;IAC3E,CAAC;IAED,oBAAoB;QAClB,MAAM,QAAQ,GAAG,IAAI,kBAAe,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;QACxD,OAAO,QAAQ,CAAC,gBAAgB,EAAE,CAAC;IACrC,CAAC;IAED,sBAAsB;QACpB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,sBAAsB,CAAC,EAAE,EAAE,gBAAa,CAAE,CAAC;IAClF,CAAC;IAED;;;;;;OAMG;IACM,aAAa,CAAC,KAAa;QAClC,OAAO,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;;AA7BM,8BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;AA2BjC;IAAR,aAAO;sDAEP;AA9BH,oCA+BC"}