@esri/solutions-components 0.10.39 → 0.10.41

Sign up to get free protection for your applications and to get access to all the features.
Files changed (406) hide show
  1. package/dist/cjs/basemap-gallery_7.cjs.entry.js +26 -6
  2. package/dist/cjs/buffer-tools_3.cjs.entry.js +23 -3
  3. package/dist/cjs/calcite-alert_5.cjs.entry.js +40 -5
  4. package/dist/cjs/calcite-block_5.cjs.entry.js +75 -65
  5. package/dist/cjs/calcite-combobox_3.cjs.entry.js +11 -1
  6. package/dist/cjs/calcite-flow_4.cjs.entry.js +33 -10
  7. package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +119 -10
  8. package/dist/cjs/calcite-shell_3.cjs.entry.js +26 -4
  9. package/dist/cjs/card-manager_3.cjs.entry.js +41 -9
  10. package/dist/cjs/consent-manager.cjs.entry.js +12 -0
  11. package/dist/cjs/crowdsource-manager.cjs.entry.js +12 -13
  12. package/dist/cjs/crowdsource-reporter.cjs.entry.js +19 -9
  13. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  14. package/dist/cjs/feature-list.cjs.entry.js +13 -3
  15. package/dist/cjs/instant-apps-app-guide.cjs.entry.js +1 -1
  16. package/dist/cjs/instant-apps-export.cjs.entry.js +5 -1
  17. package/dist/cjs/instant-apps-landing-page.cjs.entry.js +1 -1
  18. package/dist/cjs/instant-apps-sign-in.cjs.entry.js +2 -2
  19. package/dist/cjs/instant-apps-time-filter.cjs.entry.js +6 -6
  20. package/dist/cjs/loader.cjs.js +1 -1
  21. package/dist/cjs/map-select-tools_3.cjs.entry.js +38 -6
  22. package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
  23. package/dist/cjs/public-notification.cjs.entry.js +11 -2
  24. package/dist/cjs/share-item.cjs.entry.js +1 -1
  25. package/dist/cjs/solution-configuration.cjs.entry.js +20 -5
  26. package/dist/cjs/solution-contents_3.cjs.entry.js +37 -7
  27. package/dist/cjs/solution-item-accordion.cjs.entry.js +11 -1
  28. package/dist/cjs/solution-item-icon.cjs.entry.js +1 -1
  29. package/dist/cjs/solutions-components.cjs.js +1 -1
  30. package/dist/cjs/spatial-ref.cjs.entry.js +16 -1
  31. package/dist/collection/collection-manifest.json +0 -7
  32. package/dist/collection/components/buffer-tools/buffer-tools.js +30 -1
  33. package/dist/collection/components/card-manager/card-manager.js +34 -2
  34. package/dist/collection/components/consent-manager/consent-manager.js +32 -0
  35. package/dist/collection/components/create-feature/create-feature.js +31 -2
  36. package/dist/collection/components/create-related-feature/create-related-feature.js +30 -1
  37. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +20 -22
  38. package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +38 -9
  39. package/dist/collection/components/deduct-calculator/deduct-calculator.js +1 -1
  40. package/dist/collection/components/delete-button/delete-button.js +31 -2
  41. package/dist/collection/components/delete-dialog/delete-dialog.js +33 -1
  42. package/dist/collection/components/edit-card/edit-card.js +30 -1
  43. package/dist/collection/components/feature-details/feature-details.js +24 -6
  44. package/dist/collection/components/feature-list/feature-list.js +32 -3
  45. package/dist/collection/components/floor-filter/floor-filter.js +1 -1
  46. package/dist/collection/components/info-card/info-card.js +36 -2
  47. package/dist/collection/components/json-editor/json-editor.js +38 -1
  48. package/dist/collection/components/layer-list/layer-list.js +35 -3
  49. package/dist/collection/components/layer-table/layer-table.js +34 -5
  50. package/dist/collection/components/map-card/map-card.js +31 -2
  51. package/dist/collection/components/map-draw-tools/map-draw-tools.js +30 -1
  52. package/dist/collection/components/map-fullscreen/map-fullscreen.js +1 -1
  53. package/dist/collection/components/map-layer-picker/map-layer-picker.js +30 -1
  54. package/dist/collection/components/map-legend/map-legend.js +1 -1
  55. package/dist/collection/components/map-picker/map-picker.js +30 -1
  56. package/dist/collection/components/map-search/map-search.js +1 -1
  57. package/dist/collection/components/map-select-tools/map-select-tools.js +15 -4
  58. package/dist/collection/components/map-tools/map-tools.js +30 -1
  59. package/dist/collection/components/pci-calculator/pci-calculator.js +1 -1
  60. package/dist/collection/components/pdf-download/pdf-download.js +33 -1
  61. package/dist/collection/components/public-notification/public-notification.js +13 -2
  62. package/dist/collection/components/refine-selection/refine-selection.js +15 -1
  63. package/dist/collection/components/share-item/share-item.js +1 -1
  64. package/dist/collection/components/solution-configuration/solution-configuration.js +38 -4
  65. package/dist/collection/components/solution-contents/solution-contents.js +1 -1
  66. package/dist/collection/components/solution-item/solution-item.js +37 -3
  67. package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +30 -1
  68. package/dist/collection/components/solution-item-details/solution-item-details.js +38 -1
  69. package/dist/collection/components/solution-item-icon/solution-item-icon.js +1 -1
  70. package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +35 -1
  71. package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +35 -1
  72. package/dist/collection/components/solution-resource-item/solution-resource-item.js +35 -1
  73. package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +35 -1
  74. package/dist/collection/components/solution-template-data/solution-template-data.js +35 -1
  75. package/dist/collection/components/solution-variables/solution-variables.js +35 -1
  76. package/dist/collection/components/spatial-ref/spatial-ref.js +35 -1
  77. package/dist/collection/demos/crowdsource-manager.html +0 -1
  78. package/dist/collection/demos/crowdsource-reporter.html +2 -2
  79. package/dist/components/buffer-tools2.js +15 -3
  80. package/dist/components/card-manager2.js +18 -3
  81. package/dist/components/consent-manager.js +15 -0
  82. package/dist/components/create-feature2.js +14 -2
  83. package/dist/components/create-related-feature2.js +13 -1
  84. package/dist/components/crowdsource-manager.js +14 -15
  85. package/dist/components/crowdsource-reporter.js +21 -9
  86. package/dist/components/deduct-calculator2.js +1 -1
  87. package/dist/components/delete-button2.js +16 -4
  88. package/dist/components/delete-dialog2.js +16 -1
  89. package/dist/components/edit-card2.js +13 -1
  90. package/dist/components/feature-details2.js +8 -6
  91. package/dist/components/feature-list2.js +15 -3
  92. package/dist/components/floor-filter2.js +1 -1
  93. package/dist/components/info-card2.js +19 -2
  94. package/dist/components/instant-apps-app-guide.js +1 -1
  95. package/dist/components/instant-apps-export.js +5 -1
  96. package/dist/components/instant-apps-filter-list2.js +75 -66
  97. package/dist/components/instant-apps-landing-page.js +1 -1
  98. package/dist/components/instant-apps-sign-in2.js +2 -2
  99. package/dist/components/instant-apps-time-filter.js +6 -6
  100. package/dist/components/json-editor2.js +21 -1
  101. package/dist/components/layer-list2.js +18 -3
  102. package/dist/components/layer-table2.js +17 -5
  103. package/dist/components/map-card2.js +14 -2
  104. package/dist/components/map-draw-tools2.js +13 -1
  105. package/dist/components/map-fullscreen2.js +1 -1
  106. package/dist/components/map-layer-picker2.js +13 -1
  107. package/dist/components/map-legend2.js +1 -1
  108. package/dist/components/map-picker2.js +13 -1
  109. package/dist/components/map-search2.js +1 -1
  110. package/dist/components/map-select-tools2.js +14 -4
  111. package/dist/components/map-tools2.js +13 -1
  112. package/dist/components/pci-calculator.js +1 -1
  113. package/dist/components/pdf-download2.js +16 -1
  114. package/dist/components/public-notification.js +12 -2
  115. package/dist/components/refine-selection2.js +14 -1
  116. package/dist/components/share-item.js +1 -1
  117. package/dist/components/solution-configuration.js +23 -6
  118. package/dist/components/solution-contents2.js +1 -1
  119. package/dist/components/solution-item-accordion.js +13 -1
  120. package/dist/components/solution-item-details2.js +22 -2
  121. package/dist/components/solution-item-icon2.js +1 -1
  122. package/dist/components/solution-item-sharing2.js +20 -3
  123. package/dist/components/solution-item2.js +22 -5
  124. package/dist/components/solution-organization-variables2.js +18 -1
  125. package/dist/components/solution-resource-item2.js +20 -3
  126. package/dist/components/solution-spatial-ref2.js +20 -3
  127. package/dist/components/solution-template-data2.js +20 -3
  128. package/dist/components/solution-variables2.js +18 -1
  129. package/dist/components/spatial-ref.js +18 -1
  130. package/dist/esm/basemap-gallery_7.entry.js +26 -6
  131. package/dist/esm/buffer-tools_3.entry.js +23 -3
  132. package/dist/esm/calcite-alert_5.entry.js +40 -5
  133. package/dist/esm/calcite-block_5.entry.js +75 -65
  134. package/dist/esm/calcite-combobox_3.entry.js +11 -1
  135. package/dist/esm/calcite-flow_4.entry.js +33 -10
  136. package/dist/esm/calcite-shell-panel_14.entry.js +119 -10
  137. package/dist/esm/calcite-shell_3.entry.js +26 -4
  138. package/dist/esm/card-manager_3.entry.js +41 -9
  139. package/dist/esm/consent-manager.entry.js +12 -0
  140. package/dist/esm/crowdsource-manager.entry.js +12 -13
  141. package/dist/esm/crowdsource-reporter.entry.js +19 -9
  142. package/dist/esm/deduct-calculator.entry.js +1 -1
  143. package/dist/esm/feature-list.entry.js +13 -3
  144. package/dist/esm/instant-apps-app-guide.entry.js +1 -1
  145. package/dist/esm/instant-apps-export.entry.js +5 -1
  146. package/dist/esm/instant-apps-landing-page.entry.js +1 -1
  147. package/dist/esm/instant-apps-sign-in.entry.js +2 -2
  148. package/dist/esm/instant-apps-time-filter.entry.js +6 -6
  149. package/dist/esm/loader.js +1 -1
  150. package/dist/esm/map-select-tools_3.entry.js +38 -6
  151. package/dist/esm/pci-calculator.entry.js +1 -1
  152. package/dist/esm/public-notification.entry.js +11 -2
  153. package/dist/esm/share-item.entry.js +1 -1
  154. package/dist/esm/solution-configuration.entry.js +20 -5
  155. package/dist/esm/solution-contents_3.entry.js +37 -7
  156. package/dist/esm/solution-item-accordion.entry.js +11 -1
  157. package/dist/esm/solution-item-icon.entry.js +1 -1
  158. package/dist/esm/solutions-components.js +1 -1
  159. package/dist/esm/spatial-ref.entry.js +16 -1
  160. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-app-guide/instant-apps-app-guide.css +1 -1
  161. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +43 -26
  162. package/dist/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-sign-in/instant-apps-sign-in.css +6 -0
  163. package/dist/solutions-components/demos/crowdsource-manager.html +0 -1
  164. package/dist/solutions-components/demos/crowdsource-reporter.html +2 -2
  165. package/dist/solutions-components/p-0a2e5861.entry.js +6 -0
  166. package/dist/solutions-components/{p-739ce6f3.entry.js → p-2f784608.entry.js} +1 -1
  167. package/dist/solutions-components/{p-1c2d0e90.entry.js → p-3e44cfab.entry.js} +1 -1
  168. package/dist/solutions-components/{p-841816a1.entry.js → p-41314f33.entry.js} +7 -7
  169. package/dist/solutions-components/{p-18089a0b.entry.js → p-471d5c7f.entry.js} +2 -2
  170. package/dist/solutions-components/p-5001cc41.entry.js +6 -0
  171. package/dist/solutions-components/p-523dcf4b.entry.js +6 -0
  172. package/dist/solutions-components/p-561c0e02.entry.js +6 -0
  173. package/dist/solutions-components/p-56beff4c.entry.js +6 -0
  174. package/dist/solutions-components/p-592f2000.entry.js +6 -0
  175. package/dist/solutions-components/p-5cbf3eed.entry.js +6 -0
  176. package/dist/solutions-components/p-62d8796c.entry.js +17 -0
  177. package/dist/solutions-components/p-6d1922cc.entry.js +6 -0
  178. package/dist/solutions-components/p-80e81af7.entry.js +6 -0
  179. package/dist/solutions-components/{p-82ddf716.entry.js → p-8e2f4995.entry.js} +1 -1
  180. package/dist/solutions-components/p-8f8c7045.entry.js +6 -0
  181. package/dist/solutions-components/p-953afbb3.entry.js +29 -0
  182. package/dist/solutions-components/{p-bb8b1ee2.entry.js → p-a2cf9fdc.entry.js} +1 -1
  183. package/dist/solutions-components/p-a7f56b28.entry.js +6 -0
  184. package/dist/solutions-components/{p-6502d0f8.entry.js → p-b7fbaeb7.entry.js} +1 -1
  185. package/dist/solutions-components/p-cced387c.entry.js +6 -0
  186. package/dist/solutions-components/{p-a5d79c86.entry.js → p-ce53e33d.entry.js} +2 -2
  187. package/dist/solutions-components/{p-59ccd27c.entry.js → p-d51c07d2.entry.js} +1 -1
  188. package/dist/solutions-components/p-d75cf651.entry.js +11 -0
  189. package/dist/solutions-components/p-d7afbe8d.entry.js +11 -0
  190. package/dist/solutions-components/p-e1e21798.entry.js +12 -0
  191. package/dist/solutions-components/p-e4107150.entry.js +6 -0
  192. package/dist/solutions-components/p-e9026f9a.entry.js +6 -0
  193. package/dist/solutions-components/solutions-components.esm.js +1 -1
  194. package/dist/types/components/buffer-tools/buffer-tools.d.ts +8 -0
  195. package/dist/types/components/card-manager/card-manager.d.ts +8 -0
  196. package/dist/types/components/consent-manager/consent-manager.d.ts +8 -0
  197. package/dist/types/components/create-feature/create-feature.d.ts +8 -0
  198. package/dist/types/components/create-related-feature/create-related-feature.d.ts +8 -0
  199. package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +4 -4
  200. package/dist/types/components/crowdsource-reporter/crowdsource-reporter.d.ts +8 -0
  201. package/dist/types/components/deduct-calculator/deduct-calculator.d.ts +1 -1
  202. package/dist/types/components/delete-button/delete-button.d.ts +9 -1
  203. package/dist/types/components/delete-dialog/delete-dialog.d.ts +8 -0
  204. package/dist/types/components/edit-card/edit-card.d.ts +8 -0
  205. package/dist/types/components/feature-details/feature-details.d.ts +4 -0
  206. package/dist/types/components/feature-list/feature-list.d.ts +8 -0
  207. package/dist/types/components/info-card/info-card.d.ts +8 -0
  208. package/dist/types/components/json-editor/json-editor.d.ts +8 -0
  209. package/dist/types/components/layer-list/layer-list.d.ts +8 -0
  210. package/dist/types/components/layer-table/layer-table.d.ts +9 -1
  211. package/dist/types/components/map-card/map-card.d.ts +8 -0
  212. package/dist/types/components/map-draw-tools/map-draw-tools.d.ts +8 -0
  213. package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +8 -0
  214. package/dist/types/components/map-picker/map-picker.d.ts +8 -0
  215. package/dist/types/components/map-select-tools/map-select-tools.d.ts +4 -0
  216. package/dist/types/components/map-tools/map-tools.d.ts +8 -0
  217. package/dist/types/components/pdf-download/pdf-download.d.ts +8 -0
  218. package/dist/types/components/public-notification/public-notification.d.ts +4 -0
  219. package/dist/types/components/refine-selection/refine-selection.d.ts +4 -0
  220. package/dist/types/components/solution-configuration/solution-configuration.d.ts +8 -0
  221. package/dist/types/components/solution-item/solution-item.d.ts +8 -0
  222. package/dist/types/components/solution-item-accordion/solution-item-accordion.d.ts +8 -0
  223. package/dist/types/components/solution-item-details/solution-item-details.d.ts +8 -0
  224. package/dist/types/components/solution-item-sharing/solution-item-sharing.d.ts +8 -0
  225. package/dist/types/components/solution-organization-variables/solution-organization-variables.d.ts +8 -0
  226. package/dist/types/components/solution-resource-item/solution-resource-item.d.ts +8 -0
  227. package/dist/types/components/solution-spatial-ref/solution-spatial-ref.d.ts +8 -0
  228. package/dist/types/components/solution-template-data/solution-template-data.d.ts +8 -0
  229. package/dist/types/components/solution-variables/solution-variables.d.ts +8 -0
  230. package/dist/types/components/spatial-ref/spatial-ref.d.ts +8 -0
  231. package/dist/types/components.d.ts +266 -120
  232. package/dist/types/preact.d.ts +0 -16
  233. package/package.json +8 -8
  234. package/dist/cjs/feature-comments.cjs.entry.js +0 -61
  235. package/dist/cjs/feature-form-flow-item.cjs.entry.js +0 -61
  236. package/dist/cjs/features-flow-item.cjs.entry.js +0 -61
  237. package/dist/cjs/layout-manager.cjs.entry.js +0 -114
  238. package/dist/cjs/list-flow-item.cjs.entry.js +0 -61
  239. package/dist/cjs/location-flow-item.cjs.entry.js +0 -61
  240. package/dist/cjs/refine-results-flow-item.cjs.entry.js +0 -61
  241. package/dist/collection/assets/t9n/feature-comments/resources.json +0 -3
  242. package/dist/collection/assets/t9n/feature-comments/resources_en.json +0 -3
  243. package/dist/collection/assets/t9n/feature-form-flow-item/resources.json +0 -3
  244. package/dist/collection/assets/t9n/feature-form-flow-item/resources_en.json +0 -3
  245. package/dist/collection/assets/t9n/layout-manager/resources.json +0 -7
  246. package/dist/collection/assets/t9n/layout-manager/resources_ar.json +0 -7
  247. package/dist/collection/assets/t9n/layout-manager/resources_bg.json +0 -7
  248. package/dist/collection/assets/t9n/layout-manager/resources_bs.json +0 -7
  249. package/dist/collection/assets/t9n/layout-manager/resources_ca.json +0 -7
  250. package/dist/collection/assets/t9n/layout-manager/resources_cs.json +0 -7
  251. package/dist/collection/assets/t9n/layout-manager/resources_da.json +0 -7
  252. package/dist/collection/assets/t9n/layout-manager/resources_de.json +0 -7
  253. package/dist/collection/assets/t9n/layout-manager/resources_el.json +0 -7
  254. package/dist/collection/assets/t9n/layout-manager/resources_en.json +0 -7
  255. package/dist/collection/assets/t9n/layout-manager/resources_es.json +0 -7
  256. package/dist/collection/assets/t9n/layout-manager/resources_et.json +0 -7
  257. package/dist/collection/assets/t9n/layout-manager/resources_fi.json +0 -7
  258. package/dist/collection/assets/t9n/layout-manager/resources_fr.json +0 -7
  259. package/dist/collection/assets/t9n/layout-manager/resources_he.json +0 -7
  260. package/dist/collection/assets/t9n/layout-manager/resources_hr.json +0 -7
  261. package/dist/collection/assets/t9n/layout-manager/resources_hu.json +0 -7
  262. package/dist/collection/assets/t9n/layout-manager/resources_id.json +0 -7
  263. package/dist/collection/assets/t9n/layout-manager/resources_it.json +0 -7
  264. package/dist/collection/assets/t9n/layout-manager/resources_ja.json +0 -7
  265. package/dist/collection/assets/t9n/layout-manager/resources_ko.json +0 -7
  266. package/dist/collection/assets/t9n/layout-manager/resources_lt.json +0 -7
  267. package/dist/collection/assets/t9n/layout-manager/resources_lv.json +0 -7
  268. package/dist/collection/assets/t9n/layout-manager/resources_nb.json +0 -7
  269. package/dist/collection/assets/t9n/layout-manager/resources_nl.json +0 -7
  270. package/dist/collection/assets/t9n/layout-manager/resources_pl.json +0 -7
  271. package/dist/collection/assets/t9n/layout-manager/resources_pt-BR.json +0 -7
  272. package/dist/collection/assets/t9n/layout-manager/resources_pt-PT.json +0 -7
  273. package/dist/collection/assets/t9n/layout-manager/resources_ro.json +0 -7
  274. package/dist/collection/assets/t9n/layout-manager/resources_ru.json +0 -7
  275. package/dist/collection/assets/t9n/layout-manager/resources_sk.json +0 -7
  276. package/dist/collection/assets/t9n/layout-manager/resources_sl.json +0 -7
  277. package/dist/collection/assets/t9n/layout-manager/resources_sr.json +0 -7
  278. package/dist/collection/assets/t9n/layout-manager/resources_sv.json +0 -7
  279. package/dist/collection/assets/t9n/layout-manager/resources_th.json +0 -7
  280. package/dist/collection/assets/t9n/layout-manager/resources_tr.json +0 -7
  281. package/dist/collection/assets/t9n/layout-manager/resources_uk.json +0 -7
  282. package/dist/collection/assets/t9n/layout-manager/resources_vi.json +0 -7
  283. package/dist/collection/assets/t9n/layout-manager/resources_zh-CN.json +0 -7
  284. package/dist/collection/assets/t9n/layout-manager/resources_zh-HK.json +0 -7
  285. package/dist/collection/assets/t9n/layout-manager/resources_zh-TW.json +0 -7
  286. package/dist/collection/assets/t9n/list-flow-item/resources.json +0 -3
  287. package/dist/collection/assets/t9n/list-flow-item/resources_en.json +0 -3
  288. package/dist/collection/assets/t9n/location-flow-item/resources.json +0 -3
  289. package/dist/collection/assets/t9n/location-flow-item/resources_en.json +0 -3
  290. package/dist/collection/components/feature-comments/feature-comments.css +0 -19
  291. package/dist/collection/components/feature-comments/feature-comments.js +0 -80
  292. package/dist/collection/components/feature-form-flow-item/feature-form-flow-item.css +0 -19
  293. package/dist/collection/components/feature-form-flow-item/feature-form-flow-item.js +0 -80
  294. package/dist/collection/components/features-flow-item/features-flow-item.css +0 -19
  295. package/dist/collection/components/features-flow-item/features-flow-item.js +0 -80
  296. package/dist/collection/components/layout-manager/layout-manager.css +0 -73
  297. package/dist/collection/components/layout-manager/layout-manager.js +0 -161
  298. package/dist/collection/components/list-flow-item/list-flow-item.css +0 -19
  299. package/dist/collection/components/list-flow-item/list-flow-item.js +0 -80
  300. package/dist/collection/components/location-flow-item/location-flow-item.css +0 -19
  301. package/dist/collection/components/location-flow-item/location-flow-item.js +0 -80
  302. package/dist/collection/components/refine-results-flow-item/refine-results-flow-item.css +0 -19
  303. package/dist/collection/components/refine-results-flow-item/refine-results-flow-item.js +0 -80
  304. package/dist/components/feature-comments.d.ts +0 -11
  305. package/dist/components/feature-comments.js +0 -76
  306. package/dist/components/feature-form-flow-item.d.ts +0 -11
  307. package/dist/components/feature-form-flow-item.js +0 -76
  308. package/dist/components/features-flow-item.d.ts +0 -11
  309. package/dist/components/features-flow-item.js +0 -76
  310. package/dist/components/layout-manager.d.ts +0 -11
  311. package/dist/components/layout-manager.js +0 -159
  312. package/dist/components/list-flow-item.d.ts +0 -11
  313. package/dist/components/list-flow-item.js +0 -76
  314. package/dist/components/location-flow-item.d.ts +0 -11
  315. package/dist/components/location-flow-item.js +0 -76
  316. package/dist/components/refine-results-flow-item.d.ts +0 -11
  317. package/dist/components/refine-results-flow-item.js +0 -76
  318. package/dist/esm/feature-comments.entry.js +0 -57
  319. package/dist/esm/feature-form-flow-item.entry.js +0 -57
  320. package/dist/esm/features-flow-item.entry.js +0 -57
  321. package/dist/esm/layout-manager.entry.js +0 -110
  322. package/dist/esm/list-flow-item.entry.js +0 -57
  323. package/dist/esm/location-flow-item.entry.js +0 -57
  324. package/dist/esm/refine-results-flow-item.entry.js +0 -57
  325. package/dist/solutions-components/assets/t9n/feature-comments/resources.json +0 -3
  326. package/dist/solutions-components/assets/t9n/feature-comments/resources_en.json +0 -3
  327. package/dist/solutions-components/assets/t9n/feature-form-flow-item/resources.json +0 -3
  328. package/dist/solutions-components/assets/t9n/feature-form-flow-item/resources_en.json +0 -3
  329. package/dist/solutions-components/assets/t9n/layout-manager/resources.json +0 -7
  330. package/dist/solutions-components/assets/t9n/layout-manager/resources_ar.json +0 -7
  331. package/dist/solutions-components/assets/t9n/layout-manager/resources_bg.json +0 -7
  332. package/dist/solutions-components/assets/t9n/layout-manager/resources_bs.json +0 -7
  333. package/dist/solutions-components/assets/t9n/layout-manager/resources_ca.json +0 -7
  334. package/dist/solutions-components/assets/t9n/layout-manager/resources_cs.json +0 -7
  335. package/dist/solutions-components/assets/t9n/layout-manager/resources_da.json +0 -7
  336. package/dist/solutions-components/assets/t9n/layout-manager/resources_de.json +0 -7
  337. package/dist/solutions-components/assets/t9n/layout-manager/resources_el.json +0 -7
  338. package/dist/solutions-components/assets/t9n/layout-manager/resources_en.json +0 -7
  339. package/dist/solutions-components/assets/t9n/layout-manager/resources_es.json +0 -7
  340. package/dist/solutions-components/assets/t9n/layout-manager/resources_et.json +0 -7
  341. package/dist/solutions-components/assets/t9n/layout-manager/resources_fi.json +0 -7
  342. package/dist/solutions-components/assets/t9n/layout-manager/resources_fr.json +0 -7
  343. package/dist/solutions-components/assets/t9n/layout-manager/resources_he.json +0 -7
  344. package/dist/solutions-components/assets/t9n/layout-manager/resources_hr.json +0 -7
  345. package/dist/solutions-components/assets/t9n/layout-manager/resources_hu.json +0 -7
  346. package/dist/solutions-components/assets/t9n/layout-manager/resources_id.json +0 -7
  347. package/dist/solutions-components/assets/t9n/layout-manager/resources_it.json +0 -7
  348. package/dist/solutions-components/assets/t9n/layout-manager/resources_ja.json +0 -7
  349. package/dist/solutions-components/assets/t9n/layout-manager/resources_ko.json +0 -7
  350. package/dist/solutions-components/assets/t9n/layout-manager/resources_lt.json +0 -7
  351. package/dist/solutions-components/assets/t9n/layout-manager/resources_lv.json +0 -7
  352. package/dist/solutions-components/assets/t9n/layout-manager/resources_nb.json +0 -7
  353. package/dist/solutions-components/assets/t9n/layout-manager/resources_nl.json +0 -7
  354. package/dist/solutions-components/assets/t9n/layout-manager/resources_pl.json +0 -7
  355. package/dist/solutions-components/assets/t9n/layout-manager/resources_pt-BR.json +0 -7
  356. package/dist/solutions-components/assets/t9n/layout-manager/resources_pt-PT.json +0 -7
  357. package/dist/solutions-components/assets/t9n/layout-manager/resources_ro.json +0 -7
  358. package/dist/solutions-components/assets/t9n/layout-manager/resources_ru.json +0 -7
  359. package/dist/solutions-components/assets/t9n/layout-manager/resources_sk.json +0 -7
  360. package/dist/solutions-components/assets/t9n/layout-manager/resources_sl.json +0 -7
  361. package/dist/solutions-components/assets/t9n/layout-manager/resources_sr.json +0 -7
  362. package/dist/solutions-components/assets/t9n/layout-manager/resources_sv.json +0 -7
  363. package/dist/solutions-components/assets/t9n/layout-manager/resources_th.json +0 -7
  364. package/dist/solutions-components/assets/t9n/layout-manager/resources_tr.json +0 -7
  365. package/dist/solutions-components/assets/t9n/layout-manager/resources_uk.json +0 -7
  366. package/dist/solutions-components/assets/t9n/layout-manager/resources_vi.json +0 -7
  367. package/dist/solutions-components/assets/t9n/layout-manager/resources_zh-CN.json +0 -7
  368. package/dist/solutions-components/assets/t9n/layout-manager/resources_zh-HK.json +0 -7
  369. package/dist/solutions-components/assets/t9n/layout-manager/resources_zh-TW.json +0 -7
  370. package/dist/solutions-components/assets/t9n/list-flow-item/resources.json +0 -3
  371. package/dist/solutions-components/assets/t9n/list-flow-item/resources_en.json +0 -3
  372. package/dist/solutions-components/assets/t9n/location-flow-item/resources.json +0 -3
  373. package/dist/solutions-components/assets/t9n/location-flow-item/resources_en.json +0 -3
  374. package/dist/solutions-components/p-04ab956c.entry.js +0 -6
  375. package/dist/solutions-components/p-06364211.entry.js +0 -6
  376. package/dist/solutions-components/p-1700f63a.entry.js +0 -6
  377. package/dist/solutions-components/p-1f07e21a.entry.js +0 -6
  378. package/dist/solutions-components/p-46416e11.entry.js +0 -6
  379. package/dist/solutions-components/p-5b3c0418.entry.js +0 -6
  380. package/dist/solutions-components/p-70c0050c.entry.js +0 -6
  381. package/dist/solutions-components/p-720de4db.entry.js +0 -6
  382. package/dist/solutions-components/p-74bcef23.entry.js +0 -11
  383. package/dist/solutions-components/p-750b3277.entry.js +0 -6
  384. package/dist/solutions-components/p-76154700.entry.js +0 -6
  385. package/dist/solutions-components/p-8779ee41.entry.js +0 -6
  386. package/dist/solutions-components/p-938bc915.entry.js +0 -6
  387. package/dist/solutions-components/p-9c4fef09.entry.js +0 -17
  388. package/dist/solutions-components/p-9d56f4b5.entry.js +0 -6
  389. package/dist/solutions-components/p-9da8a590.entry.js +0 -6
  390. package/dist/solutions-components/p-aac0c89c.entry.js +0 -6
  391. package/dist/solutions-components/p-be4c7ffd.entry.js +0 -6
  392. package/dist/solutions-components/p-ca3cbd29.entry.js +0 -6
  393. package/dist/solutions-components/p-d2612c30.entry.js +0 -6
  394. package/dist/solutions-components/p-df7de4b7.entry.js +0 -12
  395. package/dist/solutions-components/p-e1391389.entry.js +0 -29
  396. package/dist/solutions-components/p-e345f9c4.entry.js +0 -6
  397. package/dist/solutions-components/p-eadff42b.entry.js +0 -11
  398. package/dist/solutions-components/p-fa1c368c.entry.js +0 -6
  399. package/dist/solutions-components/p-ff3858c6.entry.js +0 -6
  400. package/dist/types/components/feature-comments/feature-comments.d.ts +0 -19
  401. package/dist/types/components/feature-form-flow-item/feature-form-flow-item.d.ts +0 -19
  402. package/dist/types/components/features-flow-item/features-flow-item.d.ts +0 -19
  403. package/dist/types/components/layout-manager/layout-manager.d.ts +0 -69
  404. package/dist/types/components/list-flow-item/list-flow-item.d.ts +0 -19
  405. package/dist/types/components/location-flow-item/location-flow-item.d.ts +0 -19
  406. package/dist/types/components/refine-results-flow-item/refine-results-flow-item.d.ts +0 -19
@@ -592,8 +592,6 @@ declare module "preact/src/jsx" {
592
592
  "onrefreshGraphics"?: (event: CustomEvent<any>) => void;
593
593
  }
594
594
 
595
- "feature-comments": JSX.SolutionsFeatureComments & JSXInternal.HTMLAttributes<HTMLSolutionsFeatureCommentsElement>
596
-
597
595
  "feature-details": Omit<JSX.SolutionsFeatureDetails, "onLoadingStatus" | "onCommentSelect" | "onAddComment" | "onLikeOrDislikeClicked" | "onFeatureSelectionChange"> & JSXInternal.HTMLAttributes<HTMLSolutionsFeatureDetailsElement> & {
598
596
  "onloadingStatus"?: (event: CustomEvent<any>) => void;
599
597
  "oncommentSelect"?: (event: CustomEvent<any>) => void;
@@ -602,14 +600,10 @@ declare module "preact/src/jsx" {
602
600
  "onfeatureSelectionChange"?: (event: CustomEvent<any>) => void;
603
601
  }
604
602
 
605
- "feature-form-flow-item": JSX.SolutionsFeatureFormFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsFeatureFormFlowItemElement>
606
-
607
603
  "feature-list": Omit<JSX.SolutionsFeatureList, "onFeatureSelect"> & JSXInternal.HTMLAttributes<HTMLSolutionsFeatureListElement> & {
608
604
  "onfeatureSelect"?: (event: CustomEvent<any>) => void;
609
605
  }
610
606
 
611
- "features-flow-item": JSX.SolutionsFeaturesFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsFeaturesFlowItemElement>
612
-
613
607
  "floor-filter": Omit<JSX.SolutionsFloorFilter, "onFacilityChanged" | "onLevelChanged" | "onSiteChanged"> & JSXInternal.HTMLAttributes<HTMLSolutionsFloorFilterElement> & {
614
608
  "onfacilityChanged"?: (event: CustomEvent<any>) => void;
615
609
  "onlevelChanged"?: (event: CustomEvent<any>) => void;
@@ -735,14 +729,6 @@ declare module "preact/src/jsx" {
735
729
  "ontoggleFilter"?: (event: CustomEvent<any>) => void;
736
730
  }
737
731
 
738
- "layout-manager": Omit<JSX.SolutionsLayoutManager, "onLayoutChanged"> & JSXInternal.HTMLAttributes<HTMLSolutionsLayoutManagerElement> & {
739
- "onlayoutChanged"?: (event: CustomEvent<any>) => void;
740
- }
741
-
742
- "list-flow-item": JSX.SolutionsListFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsListFlowItemElement>
743
-
744
- "location-flow-item": JSX.SolutionsLocationFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsLocationFlowItemElement>
745
-
746
732
  "map-card": Omit<JSX.SolutionsMapCard, "onMapChanged" | "onBeforeMapChanged" | "onToggleFilter" | "onClearSelection"> & JSXInternal.HTMLAttributes<HTMLSolutionsMapCardElement> & {
747
733
  "onmapChanged"?: (event: CustomEvent<any>) => void;
748
734
  "onbeforeMapChanged"?: (event: CustomEvent<any>) => void;
@@ -789,8 +775,6 @@ declare module "preact/src/jsx" {
789
775
  "onsearchConfigurationChange"?: (event: CustomEvent<any>) => void;
790
776
  }
791
777
 
792
- "refine-results-flow-item": JSX.SolutionsRefineResultsFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsRefineResultsFlowItemElement>
793
-
794
778
  "refine-selection": Omit<JSX.SolutionsRefineSelection, "onSelectionLoadingChange" | "onSelectionSetsChanged"> & JSXInternal.HTMLAttributes<HTMLSolutionsRefineSelectionElement> & {
795
779
  "onselectionLoadingChange"?: (event: CustomEvent<any>) => void;
796
780
  "onselectionSetsChanged"?: (event: CustomEvent<any>) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solutions-components",
3
- "version": "0.10.39",
3
+ "version": "0.10.41",
4
4
  "description": "Web Components for Esri's Solutions Applications",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -32,15 +32,15 @@
32
32
  "copy:instant-app-component-assests": "ncp node_modules/@esri/instant-apps-components/dist/assets src/assets && ncp node_modules/@esri/instant-apps-components/dist/assets src/demos/assets"
33
33
  },
34
34
  "devDependencies": {
35
- "@babel/core": "^7.25.7",
35
+ "@babel/core": "^7.26.0",
36
36
  "@babel/preset-env": "^7.25.8",
37
37
  "@babel/preset-typescript": "^7.24.7",
38
- "@babel/types": "^7.25.4",
38
+ "@babel/types": "^7.26.0",
39
39
  "@esri/arcgis-rest-service-admin": "^3.7.0",
40
40
  "@esri/calcite-components": "^2.13.0",
41
41
  "@esri/calcite-design-tokens": "^2.2.0",
42
42
  "@esri/eslint-plugin-calcite-components": "^1.2.1",
43
- "@esri/instant-apps-components": "^1.0.0-beta.280",
43
+ "@esri/instant-apps-components": "^1.0.0-beta.288",
44
44
  "@esri/solution-common": "5.6.7",
45
45
  "@esri/telemetry": "8.0.0",
46
46
  "@esri/telemetry-amazon": "3.0.1",
@@ -50,7 +50,7 @@
50
50
  "@stencil/sass": "^3.0.12",
51
51
  "@stencil/store": "^2.0.16",
52
52
  "@types/jest": "^29.5.13",
53
- "@types/node": "^22.5.5",
53
+ "@types/node": "^22.8.1",
54
54
  "@typescript-eslint/eslint-plugin": "^7.18.0",
55
55
  "@typescript-eslint/parser": "^7.18.0",
56
56
  "@typescript-eslint/typescript-estree": "^8.7.0",
@@ -62,7 +62,7 @@
62
62
  "eslint-config-prettier": "9.1.0",
63
63
  "eslint-plugin-jest": "^28.8.2",
64
64
  "eslint-plugin-prettier": "5.2.1",
65
- "eslint-plugin-react": "7.37.1",
65
+ "eslint-plugin-react": "7.37.2",
66
66
  "eslint-plugin-unicorn": "^56.0.0",
67
67
  "esri-loader": "^3.7.0",
68
68
  "form-request-submit-polyfill": "^2.0.0",
@@ -83,7 +83,7 @@
83
83
  "workbox-build": "^7.1.1"
84
84
  },
85
85
  "dependencies": {
86
- "@arcgis/core": ">=4.31.0-next.20241016 <4.32",
86
+ "@arcgis/core": ">=4.31.0-next.20241030 <4.32",
87
87
  "@esri/arcgis-html-sanitizer": "^4.0.3",
88
88
  "@esri/arcgis-rest-auth": "^3.7.0",
89
89
  "@esri/arcgis-rest-feature-layer": "^3.7.0",
@@ -99,7 +99,7 @@
99
99
  "jspdf": "^2.5.2",
100
100
  "minimist": "^1.2.8",
101
101
  "pdf-lib": "^1.17.1",
102
- "templates-common-library-esm": "npm:templates-common-library@0.0.504-esm"
102
+ "templates-common-library-esm": "npm:templates-common-library@0.0.581-esm"
103
103
  },
104
104
  "repository": {
105
105
  "type": "git",
@@ -1,61 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- 'use strict';
7
-
8
- Object.defineProperty(exports, '__esModule', { value: true });
9
-
10
- const index = require('./index-4b68e4b4.js');
11
-
12
- const featureCommentsCss = ":host{display:block}";
13
- const FeatureCommentsStyle0 = featureCommentsCss;
14
-
15
- const FeatureComments = class {
16
- constructor(hostRef) {
17
- index.registerInstance(this, hostRef);
18
- }
19
- get el() { return index.getElement(this); }
20
- //--------------------------------------------------------------------------
21
- //
22
- // Properties (public)
23
- //
24
- //--------------------------------------------------------------------------
25
- //--------------------------------------------------------------------------
26
- //
27
- // State (internal)
28
- //
29
- //--------------------------------------------------------------------------
30
- //--------------------------------------------------------------------------
31
- //
32
- // Properties (protected)
33
- //
34
- //--------------------------------------------------------------------------
35
- //--------------------------------------------------------------------------
36
- //
37
- // Watch handlers
38
- //
39
- //--------------------------------------------------------------------------
40
- //--------------------------------------------------------------------------
41
- //
42
- // Methods (public)
43
- //
44
- //--------------------------------------------------------------------------
45
- //--------------------------------------------------------------------------
46
- //
47
- // Events (public)
48
- //
49
- //--------------------------------------------------------------------------
50
- //--------------------------------------------------------------------------
51
- //
52
- // Functions (lifecycle)
53
- //
54
- //--------------------------------------------------------------------------
55
- render() {
56
- return (index.h(index.Host, { key: 'b58aca4fb9f05091f7b4c9a622755afed968a539' }, index.h("slot", { key: '806ab314b95a05252b5d558722b3dcb68e9b5b44' })));
57
- }
58
- };
59
- FeatureComments.style = FeatureCommentsStyle0;
60
-
61
- exports.feature_comments = FeatureComments;
@@ -1,61 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- 'use strict';
7
-
8
- Object.defineProperty(exports, '__esModule', { value: true });
9
-
10
- const index = require('./index-4b68e4b4.js');
11
-
12
- const featureFormFlowItemCss = ":host{display:block}";
13
- const FeatureFormFlowItemStyle0 = featureFormFlowItemCss;
14
-
15
- const FeatureFormFlowItem = class {
16
- constructor(hostRef) {
17
- index.registerInstance(this, hostRef);
18
- }
19
- get el() { return index.getElement(this); }
20
- //--------------------------------------------------------------------------
21
- //
22
- // Properties (public)
23
- //
24
- //--------------------------------------------------------------------------
25
- //--------------------------------------------------------------------------
26
- //
27
- // State (internal)
28
- //
29
- //--------------------------------------------------------------------------
30
- //--------------------------------------------------------------------------
31
- //
32
- // Properties (protected)
33
- //
34
- //--------------------------------------------------------------------------
35
- //--------------------------------------------------------------------------
36
- //
37
- // Watch handlers
38
- //
39
- //--------------------------------------------------------------------------
40
- //--------------------------------------------------------------------------
41
- //
42
- // Methods (public)
43
- //
44
- //--------------------------------------------------------------------------
45
- //--------------------------------------------------------------------------
46
- //
47
- // Events (public)
48
- //
49
- //--------------------------------------------------------------------------
50
- //--------------------------------------------------------------------------
51
- //
52
- // Functions (lifecycle)
53
- //
54
- //--------------------------------------------------------------------------
55
- render() {
56
- return (index.h(index.Host, { key: 'ada36a5353ae5c21f81ab8ffea24fab3312acc85' }, index.h("slot", { key: '424cb194632c9ea0ade6cf848e01a414c05abc42' })));
57
- }
58
- };
59
- FeatureFormFlowItem.style = FeatureFormFlowItemStyle0;
60
-
61
- exports.feature_form_flow_item = FeatureFormFlowItem;
@@ -1,61 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- 'use strict';
7
-
8
- Object.defineProperty(exports, '__esModule', { value: true });
9
-
10
- const index = require('./index-4b68e4b4.js');
11
-
12
- const featuresFlowItemCss = ":host{display:block}";
13
- const FeaturesFlowItemStyle0 = featuresFlowItemCss;
14
-
15
- const FeaturesFlowItem = class {
16
- constructor(hostRef) {
17
- index.registerInstance(this, hostRef);
18
- }
19
- get el() { return index.getElement(this); }
20
- //--------------------------------------------------------------------------
21
- //
22
- // Properties (public)
23
- //
24
- //--------------------------------------------------------------------------
25
- //--------------------------------------------------------------------------
26
- //
27
- // State (internal)
28
- //
29
- //--------------------------------------------------------------------------
30
- //--------------------------------------------------------------------------
31
- //
32
- // Properties (protected)
33
- //
34
- //--------------------------------------------------------------------------
35
- //--------------------------------------------------------------------------
36
- //
37
- // Watch handlers
38
- //
39
- //--------------------------------------------------------------------------
40
- //--------------------------------------------------------------------------
41
- //
42
- // Methods (public)
43
- //
44
- //--------------------------------------------------------------------------
45
- //--------------------------------------------------------------------------
46
- //
47
- // Events (public)
48
- //
49
- //--------------------------------------------------------------------------
50
- //--------------------------------------------------------------------------
51
- //
52
- // Functions (lifecycle)
53
- //
54
- //--------------------------------------------------------------------------
55
- render() {
56
- return (index.h(index.Host, { key: 'b775a26ab493f17e0e93ba5713b407566d37683d' }, index.h("slot", { key: '05f063062f8cced80ae18d36e7ef08abe6b15839' })));
57
- }
58
- };
59
- FeaturesFlowItem.style = FeaturesFlowItemStyle0;
60
-
61
- exports.features_flow_item = FeaturesFlowItem;
@@ -1,114 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- 'use strict';
7
-
8
- Object.defineProperty(exports, '__esModule', { value: true });
9
-
10
- const index = require('./index-4b68e4b4.js');
11
- const locale = require('./locale-339b55f0.js');
12
- const interfaces = require('./interfaces-09c4c40e.js');
13
- require('./esri-loader-08dc41bd.js');
14
- require('./_commonjsHelpers-baf43783.js');
15
-
16
- const layoutManagerCss = ":host{display:block}.action-center{-webkit-box-align:center;-webkit-align-items:center;-ms-grid-row-align:center;align-items:center;align-content:center;justify-content:center}.display-flex{display:flex}.icon-color{--calcite-color-icon-color:var(--calcite-color-brand)}.icon{cursor:pointer}.tooltip-message{padding:5px 8px;font-weight:var(--calcite-font-weight-normal);color:var(--calcite-color-text-2)}.header-text{font-size:var(--calcite-font-size-0);font-weight:var(--calcite-font-weight-medium);padding-inline:0.75rem;padding-block:0.875rem;line-height:1.25rem}.img-background{background-repeat:no-repeat;background-size:100% 100%;width:38px;height:26px}.grid-background{background-image:url('../../assets/data/images/grid.png')}.horizontal-background{background-image:url('../../assets/data/images/horizontal.png')}.vertical-background{background-image:url('../../assets/data/images/vertical.png')}";
17
- const LayoutManagerStyle0 = layoutManagerCss;
18
-
19
- const LayoutManager = class {
20
- constructor(hostRef) {
21
- index.registerInstance(this, hostRef);
22
- this.layoutChanged = index.createEvent(this, "layoutChanged", 7);
23
- this._translations = undefined;
24
- }
25
- get el() { return index.getElement(this); }
26
- //--------------------------------------------------------------------------
27
- //
28
- // Properties (protected)
29
- //
30
- //--------------------------------------------------------------------------
31
- /**
32
- * Controls the layout of the application
33
- */
34
- _layoutMode = interfaces.ELayoutMode.GRID;
35
- //--------------------------------------------------------------------------
36
- //
37
- // Watch handlers
38
- //
39
- //--------------------------------------------------------------------------
40
- //--------------------------------------------------------------------------
41
- //
42
- // Methods (public)
43
- //
44
- //--------------------------------------------------------------------------
45
- //--------------------------------------------------------------------------
46
- //
47
- // Events (public)
48
- //
49
- //--------------------------------------------------------------------------
50
- /**
51
- * Emitted when the layout should change
52
- */
53
- layoutChanged;
54
- //--------------------------------------------------------------------------
55
- //
56
- // Functions (lifecycle)
57
- //
58
- //--------------------------------------------------------------------------
59
- /**
60
- * StencilJS: Called once just after the component is first connected to the DOM.
61
- *
62
- * @returns Promise when complete
63
- */
64
- async componentWillLoad() {
65
- await this._getTranslations();
66
- }
67
- /**
68
- * Renders the component.
69
- */
70
- render() {
71
- return (index.h(index.Host, { key: '030b3a829da8eceb1ed2588ec9d0cf56e6c3b801' }, index.h("div", { key: 'c883b792dae7fd3118d50ca19529ad215812636a', class: "display-flex" }, index.h("div", { key: '24a8dacb438879ad29ad216d904c0c12229937c8', class: "display-flex action-center" }, index.h("calcite-icon", { key: 'd8ab7b953f906c807a5a3b8f6a38736e5da7308e', class: "icon icon-color", icon: "information", id: "app-information-icon", scale: "s" }), index.h("calcite-popover", { key: 'f43e72d3edbb29dadd4d7bf16e0f2028f16fa515', closable: true, label: "", referenceElement: "app-information-icon" }, index.h("span", { key: '0059d393750540cbcfe0051a9440447c261ec99f', class: "tooltip-message" }, this._translations.appInfo))), index.h("div", { key: 'ea6e944271a0538cc6c8558c08c9940f9a84a6bf', class: "header-text" }, this._translations.layout), this._getAction("grid-background", interfaces.ELayoutMode.GRID, this._translations.grid), this._getAction("vertical-background", interfaces.ELayoutMode.VERTICAL, this._translations.vertical), this._getAction("horizontal-background", interfaces.ELayoutMode.HORIZONTAL, this._translations.horizontal))));
72
- }
73
- //--------------------------------------------------------------------------
74
- //
75
- // Functions (protected)
76
- //
77
- //--------------------------------------------------------------------------
78
- /**
79
- * Store and emit the current layout mode
80
- *
81
- * @param imgClass string the css class to use
82
- * @param layoutMode ELayoutMode the associated layout mode for the current action
83
- * @param tip string the value to display as the tooltip for the action
84
- *
85
- * @protected
86
- */
87
- _getAction(imgClass, layoutMode, tip) {
88
- return (index.h("div", null, index.h("calcite-action", { alignment: "center", appearance: "transparent", compact: false, id: imgClass, indicator: layoutMode === this._layoutMode, onClick: () => { this._setLayoutMode(layoutMode); }, text: "" }, index.h("div", { class: imgClass + " img-background" })), index.h("calcite-tooltip", { label: "", placement: "bottom", "reference-element": imgClass }, index.h("span", null, tip))));
89
- }
90
- /**
91
- * Store and emit the current layout mode
92
- *
93
- * @param layoutMode ELayoutMode the current layout mode
94
- *
95
- * @protected
96
- */
97
- _setLayoutMode(layoutMode) {
98
- this._layoutMode = layoutMode;
99
- this.layoutChanged.emit(this._layoutMode);
100
- }
101
- /**
102
- * Fetches the component's translations
103
- *
104
- * @returns Promise when complete
105
- * @protected
106
- */
107
- async _getTranslations() {
108
- const messages = await locale.getLocaleComponentStrings(this.el);
109
- this._translations = messages[0];
110
- }
111
- };
112
- LayoutManager.style = LayoutManagerStyle0;
113
-
114
- exports.layout_manager = LayoutManager;
@@ -1,61 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- 'use strict';
7
-
8
- Object.defineProperty(exports, '__esModule', { value: true });
9
-
10
- const index = require('./index-4b68e4b4.js');
11
-
12
- const listFlowItemCss = ":host{display:block}";
13
- const ListFlowItemStyle0 = listFlowItemCss;
14
-
15
- const ListFlowItem = class {
16
- constructor(hostRef) {
17
- index.registerInstance(this, hostRef);
18
- }
19
- get el() { return index.getElement(this); }
20
- //--------------------------------------------------------------------------
21
- //
22
- // Properties (public)
23
- //
24
- //--------------------------------------------------------------------------
25
- //--------------------------------------------------------------------------
26
- //
27
- // State (internal)
28
- //
29
- //--------------------------------------------------------------------------
30
- //--------------------------------------------------------------------------
31
- //
32
- // Properties (protected)
33
- //
34
- //--------------------------------------------------------------------------
35
- //--------------------------------------------------------------------------
36
- //
37
- // Watch handlers
38
- //
39
- //--------------------------------------------------------------------------
40
- //--------------------------------------------------------------------------
41
- //
42
- // Methods (public)
43
- //
44
- //--------------------------------------------------------------------------
45
- //--------------------------------------------------------------------------
46
- //
47
- // Events (public)
48
- //
49
- //--------------------------------------------------------------------------
50
- //--------------------------------------------------------------------------
51
- //
52
- // Functions (lifecycle)
53
- //
54
- //--------------------------------------------------------------------------
55
- render() {
56
- return (index.h(index.Host, { key: 'e241883e9516ea61cd50c0f6b023bbc51870b4a1' }, index.h("slot", { key: 'ec5f8579ecdbee858ec2ec200e3183aacb19c9ba' })));
57
- }
58
- };
59
- ListFlowItem.style = ListFlowItemStyle0;
60
-
61
- exports.list_flow_item = ListFlowItem;
@@ -1,61 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- 'use strict';
7
-
8
- Object.defineProperty(exports, '__esModule', { value: true });
9
-
10
- const index = require('./index-4b68e4b4.js');
11
-
12
- const locationFlowItemCss = ":host{display:block}";
13
- const LocationFlowItemStyle0 = locationFlowItemCss;
14
-
15
- const LocationFlowItem = class {
16
- constructor(hostRef) {
17
- index.registerInstance(this, hostRef);
18
- }
19
- get el() { return index.getElement(this); }
20
- //--------------------------------------------------------------------------
21
- //
22
- // Properties (public)
23
- //
24
- //--------------------------------------------------------------------------
25
- //--------------------------------------------------------------------------
26
- //
27
- // State (internal)
28
- //
29
- //--------------------------------------------------------------------------
30
- //--------------------------------------------------------------------------
31
- //
32
- // Properties (protected)
33
- //
34
- //--------------------------------------------------------------------------
35
- //--------------------------------------------------------------------------
36
- //
37
- // Watch handlers
38
- //
39
- //--------------------------------------------------------------------------
40
- //--------------------------------------------------------------------------
41
- //
42
- // Methods (public)
43
- //
44
- //--------------------------------------------------------------------------
45
- //--------------------------------------------------------------------------
46
- //
47
- // Events (public)
48
- //
49
- //--------------------------------------------------------------------------
50
- //--------------------------------------------------------------------------
51
- //
52
- // Functions (lifecycle)
53
- //
54
- //--------------------------------------------------------------------------
55
- render() {
56
- return (index.h(index.Host, { key: '65473b5e82ede7018cc249c583e09be2981172ed' }, index.h("slot", { key: '0d637e47de593df9cd1e716538742996d9de682e' })));
57
- }
58
- };
59
- LocationFlowItem.style = LocationFlowItemStyle0;
60
-
61
- exports.location_flow_item = LocationFlowItem;
@@ -1,61 +0,0 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- 'use strict';
7
-
8
- Object.defineProperty(exports, '__esModule', { value: true });
9
-
10
- const index = require('./index-4b68e4b4.js');
11
-
12
- const refineResultsFlowItemCss = ":host{display:block}";
13
- const RefineResultsFlowItemStyle0 = refineResultsFlowItemCss;
14
-
15
- const RefineResultsFlowItem = class {
16
- constructor(hostRef) {
17
- index.registerInstance(this, hostRef);
18
- }
19
- get el() { return index.getElement(this); }
20
- //--------------------------------------------------------------------------
21
- //
22
- // Properties (public)
23
- //
24
- //--------------------------------------------------------------------------
25
- //--------------------------------------------------------------------------
26
- //
27
- // State (internal)
28
- //
29
- //--------------------------------------------------------------------------
30
- //--------------------------------------------------------------------------
31
- //
32
- // Properties (protected)
33
- //
34
- //--------------------------------------------------------------------------
35
- //--------------------------------------------------------------------------
36
- //
37
- // Watch handlers
38
- //
39
- //--------------------------------------------------------------------------
40
- //--------------------------------------------------------------------------
41
- //
42
- // Methods (public)
43
- //
44
- //--------------------------------------------------------------------------
45
- //--------------------------------------------------------------------------
46
- //
47
- // Events (public)
48
- //
49
- //--------------------------------------------------------------------------
50
- //--------------------------------------------------------------------------
51
- //
52
- // Functions (lifecycle)
53
- //
54
- //--------------------------------------------------------------------------
55
- render() {
56
- return (index.h(index.Host, { key: '8ec15e773311b95aec1c779869fdce9dc656e47a' }, index.h("slot", { key: 'cf88af8b0dfe0f31a4c7200c891bd8561b7c4804' })));
57
- }
58
- };
59
- RefineResultsFlowItem.style = RefineResultsFlowItemStyle0;
60
-
61
- exports.refine_results_flow_item = RefineResultsFlowItem;
@@ -1,7 +0,0 @@
1
- {
2
- "layout": "Layout",
3
- "grid": "Grid",
4
- "vertical": "Vertical",
5
- "horizontal": "Horizontal",
6
- "appInfo": "Some basic information about the app"
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "layout": "تخطيط",
3
- "grid": "شبكة",
4
- "vertical": "رأسي",
5
- "horizontal": "أفقياً",
6
- "appInfo": "بعض المعلومات الأساسية عن التطبيق"
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "layout": "Оформление",
3
- "grid": "Мрежа",
4
- "vertical": "Вертикално",
5
- "horizontal": "Хоризонтално",
6
- "appInfo": "Малко основна информация за приложението"
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "layout": "Razmještaj",
3
- "grid": "Mreža",
4
- "vertical": "Okomito",
5
- "horizontal": "Vodoravno",
6
- "appInfo": "Neki osnovni podaci o aplikaciji"
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "layout": "Disseny",
3
- "grid": "Quadrícula",
4
- "vertical": "Vertical",
5
- "horizontal": "Horitzontal",
6
- "appInfo": "Informació bàsica sobre l'aplicació"
7
- }