@esri/solutions-components 0.10.23 → 0.10.24
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.
- package/dist/cjs/{calcite-accordion-item.cjs.entry.js → calcite-accordion_2.cjs.entry.js} +83 -1
- package/dist/cjs/calcite-alert_5.cjs.entry.js +2 -2
- package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +6 -6
- package/dist/cjs/{calcite-tree_3.cjs.entry.js → calcite-tree_2.cjs.entry.js} +0 -317
- package/dist/cjs/card-manager_3.cjs.entry.js +4 -4
- package/dist/cjs/{downloadUtils-470f6a27.js → downloadUtils-17f08e5e.js} +235 -160
- package/dist/cjs/feature-list.cjs.entry.js +2 -2
- package/dist/cjs/{index.es-6387d8fb.js → index.es-2518dd41.js} +36 -47
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-select-tools_3.cjs.entry.js +1 -1
- package/dist/cjs/{popupUtils-c38f840d.js → popupUtils-24306e6b.js} +1 -1
- package/dist/cjs/public-notification.cjs.entry.js +1 -1
- package/dist/cjs/solution-contents_3.cjs.entry.js +1 -1
- package/dist/cjs/solution-item-accordion.cjs.entry.js +233 -0
- package/dist/cjs/solution-item-icon.cjs.entry.js +328 -0
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/cjs/spatial-ref.cjs.entry.js +1 -1
- package/dist/collection/assets/t9n/solution-item-accordion/resources.json +3 -0
- package/dist/collection/assets/t9n/solution-item-accordion/resources_en.json +3 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/layer-table/layer-table.js +3 -3
- package/dist/collection/components/solution-item-accordion/solution-item-accordion.css +23 -0
- package/dist/collection/components/solution-item-accordion/solution-item-accordion.js +287 -0
- package/dist/collection/components/solution-item-details/solution-item-details.js +1 -1
- package/dist/collection/components/solution-item-icon/solution-item-icon.js +1 -1
- package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +1 -1
- package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +1 -1
- package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -1
- package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +1 -1
- package/dist/collection/components/solution-template-data/solution-template-data.js +1 -1
- package/dist/collection/components/solution-variables/solution-variables.js +1 -1
- package/dist/collection/components/spatial-ref/spatial-ref.js +1 -1
- package/dist/collection/demos/solution-item-accordion.html +345 -0
- package/dist/collection/utils/interfaces.ts +11 -0
- package/dist/{esm/calcite-accordion-item.entry.js → components/accordion-item.js} +47 -16
- package/dist/{esm/calcite-accordion.entry.js → components/accordion.js} +36 -10
- package/dist/components/calcite-accordion-item.js +1 -222
- package/dist/components/calcite-accordion.js +1 -110
- package/dist/components/downloadUtils.js +234 -159
- package/dist/components/index.es.js +35 -46
- package/dist/components/layer-table2.js +3 -3
- package/dist/components/solution-item-accordion.d.ts +11 -0
- package/dist/components/solution-item-accordion.js +336 -0
- package/dist/components/solution-item-details2.js +1 -1
- package/dist/components/solution-item-icon2.js +1 -1
- package/dist/components/solution-item-sharing2.js +1 -1
- package/dist/components/solution-organization-variables2.js +1 -1
- package/dist/components/solution-resource-item2.js +1 -1
- package/dist/components/solution-spatial-ref2.js +1 -1
- package/dist/components/solution-template-data2.js +1 -1
- package/dist/components/solution-variables2.js +1 -1
- package/dist/components/spatial-ref.js +1 -1
- package/dist/esm/{ExpandToggle-b5147279.js → ExpandToggle-9289b7ca.js} +1 -1
- package/dist/esm/{ar-e0e64e78.js → ar-8dded5d5.js} +8 -8
- package/dist/esm/{bg-d2d8dbe0.js → bg-c1cdf619.js} +8 -8
- package/dist/esm/{bs-d883901d.js → bs-a40506a4.js} +8 -8
- package/dist/esm/buffer-tools_3.entry.js +1 -1
- package/dist/esm/{ca-064729ad.js → ca-67879a0c.js} +8 -8
- package/dist/esm/calcite-accordion_2.entry.js +279 -0
- package/dist/esm/calcite-action-bar.entry.js +4 -4
- package/dist/esm/calcite-action-group.entry.js +3 -3
- package/dist/esm/calcite-action-menu_2.entry.js +3 -3
- package/dist/esm/calcite-action-pad_2.entry.js +4 -4
- package/dist/esm/calcite-action_2.entry.js +6 -6
- package/dist/esm/calcite-alert_5.entry.js +6 -6
- package/dist/esm/calcite-avatar.entry.js +1 -1
- package/dist/esm/calcite-block-section.entry.js +3 -3
- package/dist/esm/calcite-block_5.entry.js +9 -9
- package/dist/esm/calcite-button.entry.js +5 -5
- package/dist/esm/calcite-card-group.entry.js +1 -1
- package/dist/esm/calcite-card.entry.js +3 -3
- package/dist/esm/calcite-carousel.entry.js +3 -3
- package/dist/esm/calcite-checkbox.entry.js +3 -3
- package/dist/esm/calcite-chip-group.entry.js +1 -1
- package/dist/esm/calcite-chip_2.entry.js +4 -4
- package/dist/esm/calcite-color-picker-hex-input_2.entry.js +1 -1
- package/dist/esm/calcite-color-picker.entry.js +3 -3
- package/dist/esm/calcite-combobox-item-group.entry.js +2 -2
- package/dist/esm/calcite-combobox_3.entry.js +8 -8
- package/dist/esm/calcite-date-picker-day_3.entry.js +3 -3
- package/dist/esm/calcite-dialog.entry.js +5 -5
- package/dist/esm/calcite-dropdown_2.entry.js +3 -3
- package/dist/esm/calcite-fab.entry.js +1 -1
- package/dist/esm/calcite-filter_5.entry.js +3 -3
- package/dist/esm/calcite-graph_2.entry.js +4 -4
- package/dist/esm/calcite-icon_2.entry.js +2 -2
- package/dist/esm/calcite-inline-editable.entry.js +4 -4
- package/dist/esm/calcite-input-number.entry.js +5 -5
- package/dist/esm/calcite-input-text.entry.js +5 -5
- package/dist/esm/{calcite-input-time-picker-66e7a9f3.js → calcite-input-time-picker-37845feb.js} +56 -56
- package/dist/esm/calcite-input-time-picker.entry.js +8 -8
- package/dist/esm/calcite-input-time-zone.entry.js +5 -5
- package/dist/esm/calcite-input_2.entry.js +5 -5
- package/dist/esm/calcite-label.entry.js +2 -2
- package/dist/esm/calcite-link.entry.js +1 -1
- package/dist/esm/calcite-menu-item.entry.js +3 -3
- package/dist/esm/calcite-menu.entry.js +3 -3
- package/dist/esm/calcite-meter.entry.js +3 -3
- package/dist/esm/calcite-modal_3.entry.js +5 -5
- package/dist/esm/calcite-navigation.entry.js +1 -1
- package/dist/esm/calcite-notice.entry.js +4 -4
- package/dist/esm/calcite-option_2.entry.js +3 -3
- package/dist/esm/calcite-pagination.entry.js +3 -3
- package/dist/esm/calcite-pick-list-group.entry.js +1 -1
- package/dist/esm/calcite-pick-list-item.entry.js +3 -3
- package/dist/esm/calcite-pick-list.entry.js +2 -2
- package/dist/esm/calcite-radio-button-group.entry.js +1 -1
- package/dist/esm/calcite-radio-button.entry.js +3 -3
- package/dist/esm/calcite-rating.entry.js +5 -5
- package/dist/esm/calcite-scrim.entry.js +3 -3
- package/dist/esm/calcite-segmented-control_2.entry.js +3 -3
- package/dist/esm/calcite-sheet.entry.js +3 -3
- package/dist/esm/calcite-shell-center-row.entry.js +1 -1
- package/dist/esm/calcite-shell-panel_14.entry.js +10 -10
- package/dist/esm/calcite-sortable-list.entry.js +1 -1
- package/dist/esm/calcite-stepper-item.entry.js +3 -3
- package/dist/esm/calcite-stepper.entry.js +3 -3
- package/dist/esm/calcite-switch.entry.js +3 -3
- package/dist/esm/calcite-table-cell_2.entry.js +3 -3
- package/dist/esm/calcite-table-row.entry.js +1 -1
- package/dist/esm/calcite-table.entry.js +3 -3
- package/dist/esm/calcite-text-area.entry.js +5 -5
- package/dist/esm/calcite-tile-group.entry.js +1 -1
- package/dist/esm/calcite-tile.entry.js +1 -1
- package/dist/esm/calcite-time-picker.entry.js +4 -4
- package/dist/esm/calcite-tip-manager.entry.js +3 -3
- package/dist/esm/calcite-tip.entry.js +3 -3
- package/dist/esm/calcite-tooltip.entry.js +3 -3
- package/dist/esm/{calcite-tree_3.entry.js → calcite-tree_2.entry.js} +3 -319
- package/dist/esm/card-manager_3.entry.js +4 -4
- package/dist/esm/{cs-3751e560.js → cs-b01aecfc.js} +8 -8
- package/dist/esm/{da-227f8ad5.js → da-87ac64be.js} +8 -8
- package/dist/esm/{date-87a67cb4.js → date-7a1345c1.js} +1 -1
- package/dist/esm/{de-a5d2b25b.js → de-0eb6c065.js} +8 -8
- package/dist/esm/{de-at-66232b80.js → de-at-2db1a5d5.js} +8 -8
- package/dist/esm/{de-ch-1264ed4c.js → de-ch-063c0a6b.js} +8 -8
- package/dist/esm/{dom-63d2d41c.js → dom-451ed293.js} +1 -1
- package/dist/esm/{downloadUtils-d1f791c5.js → downloadUtils-4a34c86a.js} +235 -160
- package/dist/esm/{el-f5bf7ca3.js → el-eb29e645.js} +8 -8
- package/dist/esm/{en-au-2ac8f62e.js → en-au-00f884ad.js} +8 -8
- package/dist/esm/{en-ca-a1602b49.js → en-ca-1e7456d7.js} +8 -8
- package/dist/esm/{en-gb-28354b2e.js → en-gb-60a33692.js} +8 -8
- package/dist/esm/{es-feb7aad2.js → es-74f8b164.js} +8 -8
- package/dist/esm/{es-mx-5d64f899.js → es-mx-2bfa704a.js} +8 -8
- package/dist/esm/{et-173d2f49.js → et-b1a2d978.js} +8 -8
- package/dist/esm/feature-list.entry.js +2 -2
- package/dist/esm/{fi-ff9bb719.js → fi-70441d5b.js} +8 -8
- package/dist/esm/{floating-ui-c7ae81d9.js → floating-ui-4b1f5138.js} +1 -1
- package/dist/esm/{focusTrapComponent-833b1234.js → focusTrapComponent-b9709e71.js} +1 -1
- package/dist/esm/{form-08e1bcb7.js → form-fa4c471b.js} +1 -1
- package/dist/esm/{fr-e3af6835.js → fr-cea05ec9.js} +8 -8
- package/dist/esm/{fr-ch-491f1abe.js → fr-ch-8faa2fcf.js} +8 -8
- package/dist/esm/{he-47aa8dde.js → he-058ece46.js} +8 -8
- package/dist/esm/{hi-1700df3e.js → hi-163a268e.js} +8 -8
- package/dist/esm/{hr-68b828f5.js → hr-2b69b2ad.js} +8 -8
- package/dist/esm/{hu-df6a8f29.js → hu-e46e0cb6.js} +8 -8
- package/dist/esm/{id-8091582d.js → id-ebccdbbb.js} +8 -8
- package/dist/esm/{index.es-decad494.js → index.es-5f44061b.js} +36 -47
- package/dist/esm/{it-1f5e149d.js → it-813be6d0.js} +8 -8
- package/dist/esm/{it-ch-bf7fcac6.js → it-ch-bc95119e.js} +8 -8
- package/dist/esm/{ja-a5117166.js → ja-3488d28c.js} +8 -8
- package/dist/esm/{ko-9d7a9e79.js → ko-54faa268.js} +8 -8
- package/dist/esm/{label-4c4e06d6.js → label-414f1003.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{locale-4441c976.js → locale-337dc231.js} +1 -1
- package/dist/esm/{lt-2e1c53de.js → lt-8c773940.js} +8 -8
- package/dist/esm/{lv-ca1ba866.js → lv-4882a326.js} +8 -8
- package/dist/esm/map-select-tools_3.entry.js +1 -1
- package/dist/esm/{mk-421d0d41.js → mk-d045a827.js} +8 -8
- package/dist/esm/{nb-5b103e32.js → nb-529fd6f8.js} +8 -8
- package/dist/esm/{nl-eac33461.js → nl-ebd398ac.js} +8 -8
- package/dist/esm/{openCloseComponent-c8c8645b.js → openCloseComponent-80c6ee4b.js} +1 -1
- package/dist/esm/{pl-03531ccb.js → pl-4cd334ed.js} +8 -8
- package/dist/esm/{popupUtils-4e0a103f.js → popupUtils-3ccb86bd.js} +1 -1
- package/dist/esm/{pt-b5d8bffc.js → pt-be0c86a5.js} +8 -8
- package/dist/esm/{pt-br-dee45728.js → pt-br-29226fc3.js} +8 -8
- package/dist/esm/public-notification.entry.js +1 -1
- package/dist/esm/{ro-df6cb584.js → ro-6555f5dd.js} +8 -8
- package/dist/esm/{ru-e7c02faa.js → ru-67b5c59c.js} +8 -8
- package/dist/esm/{shared-list-render-cadae2eb.js → shared-list-render-c8da5fde.js} +1 -1
- package/dist/esm/{sk-cae387d2.js → sk-81f19081.js} +8 -8
- package/dist/esm/{sl-2892ad87.js → sl-4b892d99.js} +8 -8
- package/dist/esm/solution-contents_3.entry.js +1 -1
- package/dist/esm/solution-item-accordion.entry.js +229 -0
- package/dist/esm/solution-item-icon.entry.js +324 -0
- package/dist/esm/solutions-components.js +1 -1
- package/dist/esm/spatial-ref.entry.js +1 -1
- package/dist/esm/{sr-11e6839f.js → sr-6cb6f797.js} +8 -8
- package/dist/esm/{sv-fd5c6ca5.js → sv-aacab364.js} +8 -8
- package/dist/esm/{t9n-b7ea1a61.js → t9n-7d4462c0.js} +1 -1
- package/dist/esm/{th-170cf6b1.js → th-6b423678.js} +8 -8
- package/dist/esm/{time-a7f1020b.js → time-b0bba3f9.js} +1 -1
- package/dist/esm/{tr-1d6ca382.js → tr-0e2b854e.js} +8 -8
- package/dist/esm/{uk-35eec84e.js → uk-af0a30cc.js} +8 -8
- package/dist/esm/{utils-62514064.js → utils-37bc2853.js} +1 -1
- package/dist/esm/{vi-2713ee26.js → vi-62071c6f.js} +8 -8
- package/dist/esm/{zh-cn-ed066014.js → zh-cn-8f53db2f.js} +8 -8
- package/dist/esm/{zh-hk-a118dced.js → zh-hk-a8c68b9c.js} +8 -8
- package/dist/esm/{zh-tw-c9bbf220.js → zh-tw-3006115d.js} +8 -8
- package/dist/solutions-components/assets/t9n/solution-item-accordion/resources.json +3 -0
- package/dist/solutions-components/assets/t9n/solution-item-accordion/resources_en.json +3 -0
- package/dist/solutions-components/demos/solution-item-accordion.html +345 -0
- package/dist/solutions-components/{p-02ea30d1.entry.js → p-00cfce5b.entry.js} +1 -1
- package/dist/solutions-components/{p-ac11cf8f.entry.js → p-01510268.entry.js} +1 -1
- package/dist/solutions-components/{p-cd5a9034.entry.js → p-030e5077.entry.js} +1 -1
- package/dist/solutions-components/{p-de3ee7a6.entry.js → p-075a3c9d.entry.js} +1 -1
- package/dist/solutions-components/{p-267ef1b8.entry.js → p-0bd7752a.entry.js} +1 -1
- package/dist/solutions-components/{p-8c6a301f.entry.js → p-109cabd8.entry.js} +2 -2
- package/dist/solutions-components/{p-87f928a5.entry.js → p-116927af.entry.js} +3 -3
- package/dist/solutions-components/{p-8da5aeea.entry.js → p-118e1989.entry.js} +1 -1
- package/dist/solutions-components/p-16261018.js +11 -0
- package/dist/solutions-components/{p-c5facecd.entry.js → p-16d721ef.entry.js} +1 -1
- package/dist/solutions-components/{p-f7bc99fb.entry.js → p-1794a1aa.entry.js} +3 -3
- package/dist/solutions-components/{p-cf9e6515.entry.js → p-19697807.entry.js} +2 -2
- package/dist/solutions-components/{p-25b5ffea.js → p-1a7c4e9a.js} +1 -1
- package/dist/solutions-components/{p-5067d77e.entry.js → p-1c5f17cb.entry.js} +1 -1
- package/dist/solutions-components/p-1cfc581f.js +11 -0
- package/dist/solutions-components/{p-d784f756.entry.js → p-20393dcf.entry.js} +1 -1
- package/dist/solutions-components/{p-4e7aa926.js → p-203b4081.js} +1 -1
- package/dist/solutions-components/p-228c3bf3.entry.js +17 -0
- package/dist/solutions-components/{p-e4ef6f49.js → p-24192cfe.js} +1 -1
- package/dist/solutions-components/{p-d75ef009.entry.js → p-25ee25ea.entry.js} +2 -2
- package/dist/solutions-components/{p-7b2ef872.entry.js → p-2756e4ac.entry.js} +1 -1
- package/dist/solutions-components/{p-691cb5f4.js → p-290dee0b.js} +2 -2
- package/dist/solutions-components/{p-aa68a36e.entry.js → p-2ace1fe7.entry.js} +2 -2
- package/dist/solutions-components/{p-8bb2c169.js → p-2afb3a2b.js} +1 -1
- package/dist/solutions-components/{p-95c3b305.entry.js → p-2b212cd0.entry.js} +1 -1
- package/dist/solutions-components/p-2c00221b.js +6 -0
- package/dist/solutions-components/{p-3c1ecf85.entry.js → p-2fafe489.entry.js} +1 -1
- package/dist/solutions-components/{p-9560a1fd.entry.js → p-30b555dc.entry.js} +1 -1
- package/dist/solutions-components/{p-347d9ce0.js → p-328fbcb5.js} +1 -1
- package/dist/solutions-components/{p-aa341d46.entry.js → p-32cf5a71.entry.js} +1 -1
- package/dist/solutions-components/{p-712873f0.js → p-33fe9a28.js} +1 -1
- package/dist/solutions-components/{p-80f49acc.js → p-35f33a32.js} +1 -1
- package/dist/solutions-components/p-374d0fdc.entry.js +6 -0
- package/dist/solutions-components/{p-fb3e0eae.js → p-3955461a.js} +1 -1
- package/dist/solutions-components/p-39e9ae5c.entry.js +6 -0
- package/dist/solutions-components/{p-54a9017c.entry.js → p-3f6d5f14.entry.js} +1 -1
- package/dist/solutions-components/{p-1a06bf01.js → p-3fb350ea.js} +1 -1
- package/dist/solutions-components/{p-a79f4c52.entry.js → p-41744516.entry.js} +1 -1
- package/dist/solutions-components/{p-c40b0ec5.js → p-4182a628.js} +3 -3
- package/dist/solutions-components/{p-304cef31.js → p-42552409.js} +3 -3
- package/dist/solutions-components/{p-0e851a4b.js → p-4336e44a.js} +1 -1
- package/dist/solutions-components/{p-c25e8c35.js → p-441f1992.js} +1 -1
- package/dist/solutions-components/{p-fa68f43a.entry.js → p-451b483d.entry.js} +1 -1
- package/dist/solutions-components/{p-9bc84681.js → p-472be784.js} +1 -1
- package/dist/solutions-components/p-48c58b28.js +6 -0
- package/dist/solutions-components/{p-ca6055a3.js → p-4993c7b1.js} +1 -1
- package/dist/solutions-components/{p-b8ce880d.js → p-4a35785b.js} +1 -1
- package/dist/solutions-components/{p-de8121a4.js → p-4d97016e.js} +1 -1
- package/dist/solutions-components/{p-990d8b4b.js → p-4f4f00a9.js} +1 -1
- package/dist/solutions-components/{p-b3e8da19.entry.js → p-50203a2d.entry.js} +1 -1
- package/dist/solutions-components/{p-19b466d0.js → p-546a2802.js} +1 -1
- package/dist/solutions-components/{p-66b01781.js → p-54fa7a94.js} +2 -2
- package/dist/solutions-components/{p-04294b8e.js → p-57b673e2.js} +1 -1
- package/dist/solutions-components/{p-c163b67f.js → p-593a6f17.js} +1 -1
- package/dist/solutions-components/{p-5a3cab12.entry.js → p-5c0d42e9.entry.js} +1 -1
- package/dist/solutions-components/{p-9fa7a7ad.entry.js → p-5cef36d6.entry.js} +1 -1
- package/dist/solutions-components/{p-2aa44a02.entry.js → p-5d4efa42.entry.js} +2 -2
- package/dist/solutions-components/{p-7fce703f.entry.js → p-5d8a5e53.entry.js} +1 -1
- package/dist/solutions-components/{p-c7046172.entry.js → p-5fe92f6e.entry.js} +2 -2
- package/dist/solutions-components/{p-da80cfbc.entry.js → p-6384a9a5.entry.js} +1 -1
- package/dist/solutions-components/{p-b8f33145.js → p-6518727d.js} +1 -1
- package/dist/solutions-components/{p-52f19286.entry.js → p-67392838.entry.js} +1 -1
- package/dist/solutions-components/{p-54b7e680.js → p-6e0b76ce.js} +1 -1
- package/dist/solutions-components/{p-1017609e.js → p-6e3f1d71.js} +2 -2
- package/dist/solutions-components/{p-5f7c1e49.js → p-6f39a13f.js} +1 -1
- package/dist/solutions-components/{p-0b6e5486.js → p-71c0a413.js} +1 -1
- package/dist/solutions-components/{p-fedbf657.entry.js → p-728ec094.entry.js} +1 -1
- package/dist/solutions-components/{p-b8b78283.entry.js → p-72d0eda0.entry.js} +1 -1
- package/dist/solutions-components/p-743ad3a7.entry.js +6 -0
- package/dist/solutions-components/{p-732bb88c.entry.js → p-78c438c0.entry.js} +1 -1
- package/dist/solutions-components/{p-1ef6a1c2.entry.js → p-7b63f249.entry.js} +1 -1
- package/dist/solutions-components/{p-91b7a7dc.entry.js → p-7f090468.entry.js} +1 -1
- package/dist/solutions-components/{p-770a0e12.js → p-7f31be6a.js} +1 -1
- package/dist/solutions-components/{p-cb07016a.entry.js → p-8419b5a1.entry.js} +2 -2
- package/dist/solutions-components/{p-dfeb6a2e.entry.js → p-86ca6cfe.entry.js} +1 -1
- package/dist/solutions-components/{p-66afdfdd.entry.js → p-8846430d.entry.js} +3 -3
- package/dist/solutions-components/{p-508b2b7b.js → p-89ddc916.js} +1 -1
- package/dist/solutions-components/{p-9db30b19.entry.js → p-89f14b8a.entry.js} +1 -1
- package/dist/solutions-components/{p-23dd68de.entry.js → p-8ae73529.entry.js} +2 -2
- package/dist/solutions-components/{p-64bf4d2e.entry.js → p-8badcaf5.entry.js} +1 -1
- package/dist/solutions-components/{p-eb2859d6.js → p-8eacc640.js} +1 -1
- package/dist/solutions-components/{p-798b9928.entry.js → p-8f840208.entry.js} +1 -1
- package/dist/solutions-components/{p-c7eaade6.entry.js → p-9232245b.entry.js} +1 -1
- package/dist/solutions-components/{p-1490c752.js → p-926664d9.js} +1 -1
- package/dist/solutions-components/{p-919e9de7.entry.js → p-92de7cd3.entry.js} +1 -1
- package/dist/solutions-components/{p-9c5f4347.js → p-96919110.js} +1 -1
- package/dist/solutions-components/{p-222e0445.entry.js → p-981afe9e.entry.js} +1 -1
- package/dist/solutions-components/{p-550da58b.js → p-9901e971.js} +1 -1
- package/dist/solutions-components/{p-986ff43b.entry.js → p-9957c7b8.entry.js} +1 -1
- package/dist/solutions-components/{p-6b0fa1eb.entry.js → p-9c6f2672.entry.js} +1 -1
- package/dist/solutions-components/{p-bb0f549a.js → p-a0ef9cee.js} +1 -1
- package/dist/solutions-components/{p-d47abf9b.entry.js → p-a16449b2.entry.js} +1 -1
- package/dist/solutions-components/{p-08d1cc1f.js → p-a2d4c97e.js} +2 -2
- package/dist/solutions-components/{p-bae65813.entry.js → p-a68f4775.entry.js} +1 -1
- package/dist/solutions-components/{p-79f78acc.entry.js → p-a8d4a522.entry.js} +1 -1
- package/dist/solutions-components/{p-6c080ac7.entry.js → p-a9f65057.entry.js} +1 -1
- package/dist/solutions-components/{p-40175313.entry.js → p-ab8f4820.entry.js} +2 -2
- package/dist/solutions-components/{p-f6f2018a.js → p-abc30e04.js} +1 -1
- package/dist/solutions-components/{p-c0d25be5.entry.js → p-ac7868a6.entry.js} +1 -1
- package/dist/solutions-components/{p-9524e5e4.js → p-acf135cc.js} +1 -1
- package/dist/solutions-components/{p-b96233e3.entry.js → p-af3e49d8.entry.js} +1 -1
- package/dist/solutions-components/p-af8a7aff.entry.js +6 -0
- package/dist/solutions-components/{p-924ec704.js → p-b3b042df.js} +1 -1
- package/dist/solutions-components/{p-8fb06a85.entry.js → p-b6b4c707.entry.js} +1 -1
- package/dist/solutions-components/{p-4c179300.entry.js → p-b7a49673.entry.js} +1 -1
- package/dist/solutions-components/{p-40f5df15.entry.js → p-b955a19b.entry.js} +1 -1
- package/dist/solutions-components/{p-c4953b5e.entry.js → p-b9eefee6.entry.js} +2 -2
- package/dist/solutions-components/p-bb9492ed.js +6 -0
- package/dist/solutions-components/{p-8537518d.entry.js → p-bc86c87d.entry.js} +2 -2
- package/dist/solutions-components/{p-8614d1a0.entry.js → p-bd3c130b.entry.js} +1 -1
- package/dist/solutions-components/{p-e74bc7b3.js → p-bdc425fc.js} +1 -1
- package/dist/solutions-components/{p-92ba99ff.js → p-beba6703.js} +1 -1
- package/dist/solutions-components/{p-cd6eee11.js → p-c1242d4b.js} +1 -1
- package/dist/solutions-components/{p-a4e35c2d.entry.js → p-c26ac7d9.entry.js} +1 -1
- package/dist/solutions-components/{p-b76ed1c7.entry.js → p-c3782a7e.entry.js} +2 -2
- package/dist/solutions-components/{p-936037e4.js → p-c5520bba.js} +1 -1
- package/dist/solutions-components/{p-29a09798.js → p-c58ec2d0.js} +3 -3
- package/dist/solutions-components/{p-53b5a39e.js → p-c5d26e3a.js} +1 -1
- package/dist/solutions-components/{p-a37d1b17.entry.js → p-c8325ead.entry.js} +1 -1
- package/dist/solutions-components/{p-94ae78d6.js → p-cba777d2.js} +1 -1
- package/dist/solutions-components/{p-01dae909.js → p-d1371897.js} +1 -1
- package/dist/solutions-components/{p-d1cc620f.entry.js → p-d6c50190.entry.js} +1 -1
- package/dist/solutions-components/{p-fcd33b4f.js → p-d726e895.js} +1 -1
- package/dist/solutions-components/{p-270ead49.js → p-d8a54947.js} +1 -1
- package/dist/solutions-components/{p-a85fd786.entry.js → p-da6e25cb.entry.js} +1 -1
- package/dist/solutions-components/{p-ee9b7fab.js → p-db2c82ad.js} +1 -1
- package/dist/solutions-components/{p-e0ee0556.entry.js → p-dbcfdc6d.entry.js} +1 -1
- package/dist/solutions-components/{p-67c34d05.entry.js → p-ddc97e93.entry.js} +1 -1
- package/dist/solutions-components/{p-74fbad1c.js → p-dec62e5d.js} +30 -31
- package/dist/solutions-components/{p-245c35ce.js → p-e013e797.js} +1 -1
- package/dist/solutions-components/{p-0d6b3f44.js → p-e3bb02cc.js} +1 -1
- package/dist/solutions-components/{p-5440c8dd.js → p-e5ec69a4.js} +1 -1
- package/dist/solutions-components/p-e8aa44e2.entry.js +6 -0
- package/dist/solutions-components/{p-49bbe45e.js → p-ea119eee.js} +1 -1
- package/dist/solutions-components/{p-062f4457.js → p-ec59efb8.js} +1 -1
- package/dist/solutions-components/{p-bc6cf10f.entry.js → p-ef360459.entry.js} +1 -1
- package/dist/solutions-components/{p-0dc73313.js → p-f14d11f1.js} +1 -1
- package/dist/solutions-components/{p-6319ca20.js → p-f4d6771a.js} +1 -1
- package/dist/solutions-components/{p-5f705984.js → p-f4e30ab2.js} +1 -1
- package/dist/solutions-components/{p-7ae41cd8.js → p-f7680693.js} +1 -1
- package/dist/solutions-components/{p-9277a339.entry.js → p-faf7740b.entry.js} +1 -1
- package/dist/solutions-components/{p-707ee1d1.entry.js → p-fb95ec69.entry.js} +2 -2
- package/dist/solutions-components/{p-2264e8d5.entry.js → p-fbf86656.entry.js} +1 -1
- package/dist/solutions-components/{p-7c854814.js → p-fd730974.js} +2 -2
- package/dist/solutions-components/{p-4fe5e9c3.entry.js → p-ff96d7ee.entry.js} +3 -3
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/interfaces.ts +11 -0
- package/dist/types/components/solution-item-accordion/solution-item-accordion.d.ts +117 -0
- package/dist/types/components.d.ts +23 -2
- package/dist/types/preact.d.ts +2 -0
- package/dist/types/utils/interfaces.d.ts +10 -0
- package/package.json +6 -6
- package/dist/cjs/calcite-accordion.cjs.entry.js +0 -95
- package/dist/solutions-components/p-2007eaa4.entry.js +0 -6
- package/dist/solutions-components/p-23ce9afa.entry.js +0 -11
- package/dist/solutions-components/p-2d17790c.js +0 -6
- package/dist/solutions-components/p-2e06ec97.js +0 -6
- package/dist/solutions-components/p-33db098c.js +0 -6
- package/dist/solutions-components/p-3a47fde6.entry.js +0 -11
- package/dist/solutions-components/p-79f5a8be.js +0 -11
- package/dist/solutions-components/p-a5e64f6b.entry.js +0 -6
- package/dist/solutions-components/p-d36878db.js +0 -11
- package/dist/solutions-components/p-fd79adec.entry.js +0 -6
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
|
|
6
|
+
<title>Solution Item Accordion</title>
|
|
7
|
+
<!--
|
|
8
|
+
| Copyright 2024 Esri
|
|
9
|
+
|
|
|
10
|
+
| Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
+
| you may not use this file except in compliance with the License.
|
|
12
|
+
| You may obtain a copy of the License at
|
|
13
|
+
|
|
|
14
|
+
| http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
|
|
|
16
|
+
| Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
| distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
| See the License for the specific language governing permissions and
|
|
20
|
+
| limitations under the License.
|
|
21
|
+
-->
|
|
22
|
+
<style>
|
|
23
|
+
.main {
|
|
24
|
+
background-color: var(--calcite-color-foreground-1);
|
|
25
|
+
display: grid;
|
|
26
|
+
align-self: center;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.column {
|
|
30
|
+
min-width: 300px;
|
|
31
|
+
padding: 1rem;
|
|
32
|
+
border: 1px solid var(--calcite-color-border-2);
|
|
33
|
+
}
|
|
34
|
+
</style>
|
|
35
|
+
|
|
36
|
+
<script type="module" src="https://js.arcgis.com/calcite-components/2.12.2/calcite.esm.js"></script>
|
|
37
|
+
<link rel="stylesheet" type="text/css" href="https://js.arcgis.com/calcite-components/2.12.2/calcite.css" />
|
|
38
|
+
<link rel="stylesheet" href="../solutions-components.css" type="text/css">
|
|
39
|
+
|
|
40
|
+
<script type="module" src="../solutions-components.esm.js"></script>
|
|
41
|
+
|
|
42
|
+
<script>
|
|
43
|
+
function addValues() {
|
|
44
|
+
const demo = document.getElementById("demo");
|
|
45
|
+
demo.templateInfos = [
|
|
46
|
+
{
|
|
47
|
+
"id": "31758ff487e5485893234eba01c79b77",
|
|
48
|
+
"type": "Web Mapping Application",
|
|
49
|
+
"title": "Citizen Problem Reporter",
|
|
50
|
+
"typeKeywords": [
|
|
51
|
+
"JavaScript",
|
|
52
|
+
"Map",
|
|
53
|
+
"Mapping Site",
|
|
54
|
+
"Online Map",
|
|
55
|
+
"Web Map"
|
|
56
|
+
],
|
|
57
|
+
"description": "A Crowdsource Reporter app used by the general public to submit non-emergency requests in their community."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "86599d4eeabc417d99578b6a1f7ab03a",
|
|
61
|
+
"type": "Web Mapping Application",
|
|
62
|
+
"title": "Citizen Problem Manager",
|
|
63
|
+
"typeKeywords": [
|
|
64
|
+
"JavaScript",
|
|
65
|
+
"Map",
|
|
66
|
+
"Mapping Site",
|
|
67
|
+
"Online Map",
|
|
68
|
+
"Web Map"
|
|
69
|
+
],
|
|
70
|
+
"description": "A Crowdsource Manager app used by local government personnel to triage non-emergency requests and update the status of each."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "d2054e602d6146afb6a25d309e27370b",
|
|
74
|
+
"type": "CSV",
|
|
75
|
+
"title": "Request Types",
|
|
76
|
+
"typeKeywords": [
|
|
77
|
+
"CSV"
|
|
78
|
+
],
|
|
79
|
+
"description": "A CSV used by the Citizen Problem Reporter app to define the request categories and types."
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": "954675e532574bc4a8c7f2358ebff437",
|
|
83
|
+
"type": "Form",
|
|
84
|
+
"title": "Citizen Problem Satisfaction Survey",
|
|
85
|
+
"typeKeywords": [
|
|
86
|
+
"Form",
|
|
87
|
+
"Survey123",
|
|
88
|
+
"Survey123 Connect",
|
|
89
|
+
"xForm"
|
|
90
|
+
],
|
|
91
|
+
"description": "An ArcGIS Survey123 form used by the general public to report their satisfaction regarding the service requested."
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "80f9f143f8fd4df8a46a8054b245e6dd",
|
|
95
|
+
"type": "Dashboard",
|
|
96
|
+
"title": "Citizen Problem Dashboard",
|
|
97
|
+
"typeKeywords": [
|
|
98
|
+
"Arcade Data Expression",
|
|
99
|
+
"ArcGIS Dashboards",
|
|
100
|
+
"Dashboard",
|
|
101
|
+
"Extent Filter",
|
|
102
|
+
"Operations Dashboard",
|
|
103
|
+
"Relative Date Filter"
|
|
104
|
+
],
|
|
105
|
+
"description": "An ArcGIS Dashboards app used by local government personnel to monitor non-emergency requests and satisfaction survey responses."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "4d33ef6ca616432aaa4179b091d84db9",
|
|
109
|
+
"type": "Hub Site Application",
|
|
110
|
+
"title": "Citizen Request Center",
|
|
111
|
+
"typeKeywords": [
|
|
112
|
+
"Hub",
|
|
113
|
+
"hubSite",
|
|
114
|
+
"hubSolution",
|
|
115
|
+
"JavaScript",
|
|
116
|
+
"Map",
|
|
117
|
+
"Mapping Site",
|
|
118
|
+
"Online Map",
|
|
119
|
+
"OpenData",
|
|
120
|
+
"Ready To Use",
|
|
121
|
+
"selfConfigured",
|
|
122
|
+
"Web Map",
|
|
123
|
+
"Registered App"
|
|
124
|
+
],
|
|
125
|
+
"description": "An ArcGIS Hub site used by the general public to learn how they can submit a non-emergency request to help improve the community."
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"id": "cc06da1fa54a45c4b2a1762df957ffcd",
|
|
129
|
+
"type": "Group",
|
|
130
|
+
"title": "Citizen Problem Reporter",
|
|
131
|
+
"typeKeywords": [],
|
|
132
|
+
"description": "A group used in the Citizen Problem Reporter app to submit nonemergency problems in their community."
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": "e6a0f7410f524fac9e6f4ce7ce950480",
|
|
136
|
+
"type": "Web Map",
|
|
137
|
+
"title": "Citizen Problem Dashboard",
|
|
138
|
+
"typeKeywords": [
|
|
139
|
+
"ArcGIS Online",
|
|
140
|
+
"Collector",
|
|
141
|
+
"Data Editing",
|
|
142
|
+
"Explorer Web Map",
|
|
143
|
+
"Map",
|
|
144
|
+
"Online Map",
|
|
145
|
+
"useOnly",
|
|
146
|
+
"Web Map"
|
|
147
|
+
],
|
|
148
|
+
"description": "A map used in the Citizen Problem Reporter Dashboard to monitor non-emergency requests."
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "1563c627529a4b038e32113a4f491d91",
|
|
152
|
+
"type": "Web Map",
|
|
153
|
+
"title": "Citizen Problem Survey",
|
|
154
|
+
"typeKeywords": [
|
|
155
|
+
"ArcGIS Online",
|
|
156
|
+
"Explorer Web Map",
|
|
157
|
+
"Map",
|
|
158
|
+
"Online Map",
|
|
159
|
+
"useOnly",
|
|
160
|
+
"Web Map"
|
|
161
|
+
],
|
|
162
|
+
"description": "A map used in the Citizen Problem Reporter Dashboard to monitor satisfaction survey responses."
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "e0b46c3a56b04d3c8659dc69dd763b93",
|
|
166
|
+
"type": "Group",
|
|
167
|
+
"title": "Citizen Problem Manager",
|
|
168
|
+
"typeKeywords": [],
|
|
169
|
+
"description": "A group used in the Citizen Problem Manager app to triage non-emergency problems and requests and update the status as needed."
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"id": "390746c7baf04df9bff478f9d14f4e70",
|
|
173
|
+
"type": "Feature Service",
|
|
174
|
+
"title": "Requests_public",
|
|
175
|
+
"typeKeywords": [
|
|
176
|
+
"ArcGIS Server",
|
|
177
|
+
"Data",
|
|
178
|
+
"Feature Access",
|
|
179
|
+
"Feature Service",
|
|
180
|
+
"Multilayer",
|
|
181
|
+
"Service",
|
|
182
|
+
"Hosted Service",
|
|
183
|
+
"View Service"
|
|
184
|
+
],
|
|
185
|
+
"description": "A public view of non-emergency requests submitted by general public and internal staff."
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": "bda9fcc1178b43c3af872fdb1fdaf36b",
|
|
189
|
+
"type": "Feature Service",
|
|
190
|
+
"title": "SatisfactionSurveys_public",
|
|
191
|
+
"typeKeywords": [
|
|
192
|
+
"ArcGIS Server",
|
|
193
|
+
"Data",
|
|
194
|
+
"Feature Access",
|
|
195
|
+
"Feature Service",
|
|
196
|
+
"Service",
|
|
197
|
+
"Singlelayer",
|
|
198
|
+
"Table",
|
|
199
|
+
"Hosted Service",
|
|
200
|
+
"View Service"
|
|
201
|
+
],
|
|
202
|
+
"description": "A feature layer view used to share satisfaction survey results with the public."
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"id": "28c68d4ce4a04bceba3857f4b2135f68",
|
|
206
|
+
"type": "Hub Page",
|
|
207
|
+
"title": "Manage Requests",
|
|
208
|
+
"typeKeywords": [
|
|
209
|
+
"Hub",
|
|
210
|
+
"hubPage",
|
|
211
|
+
"JavaScript",
|
|
212
|
+
"Map",
|
|
213
|
+
"Mapping Site",
|
|
214
|
+
"Online Map",
|
|
215
|
+
"OpenData",
|
|
216
|
+
"selfConfigured",
|
|
217
|
+
"Web Map"
|
|
218
|
+
],
|
|
219
|
+
"description": "An ArcGIS Hub Page used by local government personnel to triage and monitor the response to non-emergency problems and requests in the community."
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"id": "e60b649516fd411ba21538dca263ecca",
|
|
223
|
+
"type": "Feature Service",
|
|
224
|
+
"title": "SatisfactionSurveys_submit",
|
|
225
|
+
"typeKeywords": [
|
|
226
|
+
"ArcGIS Server",
|
|
227
|
+
"Data",
|
|
228
|
+
"Feature Access",
|
|
229
|
+
"Feature Service",
|
|
230
|
+
"Public Data Collection",
|
|
231
|
+
"Service",
|
|
232
|
+
"Singlelayer",
|
|
233
|
+
"Table",
|
|
234
|
+
"Hosted Service",
|
|
235
|
+
"View Service"
|
|
236
|
+
],
|
|
237
|
+
"description": "A feature layer view used by the Citizen Problem Satisfaction Survey form to submit satisfaction survey responses."
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"id": "3d0cd75e700a4eda962663d2da393940",
|
|
241
|
+
"type": "Web Map",
|
|
242
|
+
"title": "Citizen Problem Reporter",
|
|
243
|
+
"typeKeywords": [
|
|
244
|
+
"ArcGIS Online",
|
|
245
|
+
"Collector",
|
|
246
|
+
"Data Editing",
|
|
247
|
+
"Explorer Web Map",
|
|
248
|
+
"Map",
|
|
249
|
+
"Online Map",
|
|
250
|
+
"useOnly",
|
|
251
|
+
"Web Map"
|
|
252
|
+
],
|
|
253
|
+
"description": "A map used in the Citizen Problem Reporter app to submit non-emergency requests in the community."
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"id": "757ab315deb140789c717d4c390f5f29",
|
|
257
|
+
"type": "Feature Service",
|
|
258
|
+
"title": "Requests_reporter",
|
|
259
|
+
"typeKeywords": [
|
|
260
|
+
"ArcGIS Server",
|
|
261
|
+
"Data",
|
|
262
|
+
"Feature Access",
|
|
263
|
+
"Feature Service",
|
|
264
|
+
"Multilayer",
|
|
265
|
+
"Public Data Collection",
|
|
266
|
+
"Service",
|
|
267
|
+
"Hosted Service",
|
|
268
|
+
"View Service"
|
|
269
|
+
],
|
|
270
|
+
"description": "A feature layer view used by the Citizen Problem Reporter app to submit non-emergency problems and requests in the community."
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "9daf5761f0974c2ba20afa6e8c386d0e",
|
|
274
|
+
"type": "Feature Service",
|
|
275
|
+
"title": "Requests",
|
|
276
|
+
"typeKeywords": [
|
|
277
|
+
"ArcGIS Server",
|
|
278
|
+
"Data",
|
|
279
|
+
"Feature Access",
|
|
280
|
+
"Feature Service",
|
|
281
|
+
"Metadata",
|
|
282
|
+
"Multilayer",
|
|
283
|
+
"Service",
|
|
284
|
+
"Hosted Service"
|
|
285
|
+
],
|
|
286
|
+
"description": "Non-emergency requests submitted by general public and internal staff."
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"id": "9f308af70d084b949dff7a79910e6a93",
|
|
290
|
+
"type": "Web Map",
|
|
291
|
+
"title": "Citizen Problem Manager",
|
|
292
|
+
"typeKeywords": [
|
|
293
|
+
"ArcGIS Online",
|
|
294
|
+
"Collector",
|
|
295
|
+
"Data Editing",
|
|
296
|
+
"Explorer Web Map",
|
|
297
|
+
"Map",
|
|
298
|
+
"Online Map",
|
|
299
|
+
"useOnly",
|
|
300
|
+
"Web Map"
|
|
301
|
+
],
|
|
302
|
+
"description": "A map used in the Citizen Problem Manager app to triage non-emergency requests and update the status of each"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": "da70a4d1ebf7488bbf75dcf681f218b5",
|
|
306
|
+
"type": "Feature Service",
|
|
307
|
+
"title": "Requests_survey",
|
|
308
|
+
"typeKeywords": [
|
|
309
|
+
"ArcGIS Server",
|
|
310
|
+
"Data",
|
|
311
|
+
"Feature Access",
|
|
312
|
+
"Feature Service",
|
|
313
|
+
"Multi Services View",
|
|
314
|
+
"Service",
|
|
315
|
+
"Singlelayer",
|
|
316
|
+
"Hosted Service",
|
|
317
|
+
"View Service"
|
|
318
|
+
],
|
|
319
|
+
"description": "A feature layer view used to monitor survey results reported by general public through Citizen Problem Satisfaction Survey."
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "20ba141f80384ff1ad797002e2d4cb90",
|
|
323
|
+
"type": "Feature Service",
|
|
324
|
+
"title": "SatisfactionSurveys",
|
|
325
|
+
"typeKeywords": [
|
|
326
|
+
"ArcGIS Server",
|
|
327
|
+
"Data",
|
|
328
|
+
"Feature Access",
|
|
329
|
+
"Feature Service",
|
|
330
|
+
"Metadata",
|
|
331
|
+
"Service",
|
|
332
|
+
"Hosted Service"
|
|
333
|
+
],
|
|
334
|
+
"description": "Satisfaction survey responses submitted by general public."
|
|
335
|
+
}
|
|
336
|
+
];
|
|
337
|
+
}
|
|
338
|
+
</script>
|
|
339
|
+
</head>
|
|
340
|
+
|
|
341
|
+
<body onload="addValues()">
|
|
342
|
+
<solution-item-accordion id="demo" class="main column"></solution-item-accordion>
|
|
343
|
+
</body>
|
|
344
|
+
|
|
345
|
+
</html>
|
|
@@ -365,6 +365,17 @@ export interface ITemplateData {
|
|
|
365
365
|
value?: any;
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
+
/**
|
|
369
|
+
* Stores the id, type, and title for a given template
|
|
370
|
+
*/
|
|
371
|
+
export interface ITemplateInfo {
|
|
372
|
+
id: string;
|
|
373
|
+
title: string;
|
|
374
|
+
type: string;
|
|
375
|
+
typeKeywords: string[];
|
|
376
|
+
description: string;
|
|
377
|
+
}
|
|
378
|
+
|
|
368
379
|
/**
|
|
369
380
|
* Stores updated templates that contain runtime changes from the user
|
|
370
381
|
*/
|
|
@@ -3,15 +3,13 @@
|
|
|
3
3
|
* Licensed under the Apache License, Version 2.0
|
|
4
4
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5
5
|
*/
|
|
6
|
-
import {
|
|
7
|
-
import { c as connectConditionalSlotComponent, d as disconnectConditionalSlotComponent } from './conditionalSlot
|
|
8
|
-
import {
|
|
9
|
-
import { C as CSS_UTILITY } from './resources
|
|
10
|
-
import { g as getIconScale } from './component
|
|
11
|
-
import { s as setUpLoadableComponent, a as setComponentLoaded, c as componentFocusable } from './loadable
|
|
12
|
-
import './
|
|
13
|
-
import './browser-a791205e.js';
|
|
14
|
-
import './guid-42656051.js';
|
|
6
|
+
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
7
|
+
import { c as connectConditionalSlotComponent, d as disconnectConditionalSlotComponent } from './conditionalSlot.js';
|
|
8
|
+
import { a as getSlotted, g as getElementDir, t as toAriaBoolean, c as closestElementCrossShadowBoundary } from './dom.js';
|
|
9
|
+
import { C as CSS_UTILITY } from './resources.js';
|
|
10
|
+
import { g as getIconScale } from './component.js';
|
|
11
|
+
import { s as setUpLoadableComponent, a as setComponentLoaded, c as componentFocusable } from './loadable.js';
|
|
12
|
+
import { d as defineCustomElement$1 } from './icon.js';
|
|
15
13
|
|
|
16
14
|
/*!
|
|
17
15
|
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
@@ -45,9 +43,11 @@ const IDS = {
|
|
|
45
43
|
const accordionItemCss = ".icon-position--end,.icon-position--start{--calcite-internal-accordion-item-icon-rotation:calc(90deg * -1);--calcite-internal-accordion-item-active-icon-rotation:0deg;--calcite-internal-accordion-item-icon-rotation-rtl:90deg;--calcite-internal-accordion-item-active-icon-rotation-rtl:0deg}:host{position:relative;display:flex;flex-direction:column;text-decoration-line:none;color:var(--calcite-accordion-text-color, var(--calcite-color-text-3));border-width:0}.icon-position--start{--calcite-internal-accordion-item-flex-direction:row-reverse;--calcite-internal-accordion-item-icon-spacing-start:0;--calcite-internal-accordion-item-icon-spacing-end:var(--calcite-internal-accordion-icon-margin)}.icon-position--end{--calcite-internal-accordion-item-flex-direction:row;--calcite-internal-accordion-item-icon-spacing-start:var(--calcite-internal-accordion-icon-margin);--calcite-internal-accordion-item-icon-spacing-end:0}.icon-position--end:not(.icon-type--plus-minus){--calcite-internal-accordion-item-icon-rotation:0deg;--calcite-internal-accordion-item-active-icon-rotation:180deg;--calcite-internal-accordion-item-icon-rotation-rtl:0deg;--calcite-internal-accordion-item-active-icon-rotation-rtl:calc(180deg * -1)}.content,.header{border-block-end-width:var(--calcite-border-width-sm);border-block-end-style:solid;border-color:var(--calcite-accordion-border-color, var(--calcite-color-border-2))}.header-content,.content{padding:var(--calcite-accordion-item-content-space, var(--calcite-internal-accordion-item-padding, var(--calcite-internal-accordion-item-spacing-unit, 0.5rem 0.75rem)))}.header{display:flex;align-items:stretch}.header *{display:inline-flex;align-items:center;transition-duration:150ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);word-wrap:break-word;word-break:break-word}.header-content{flex-grow:1;cursor:pointer;outline-color:transparent;flex-direction:var(--calcite-internal-accordion-item-flex-direction)}.header-content:focus{outline:2px solid var(--calcite-ui-focus-color, var(--calcite-color-brand));outline-offset:calc(\n -2px *\n calc(\n 1 -\n 2 * clamp(\n 0,\n var(--calcite-offset-invert-focus),\n 1\n )\n )\n )}.header-content:focus,.header-content:hover,.header-content:active{color:var(--calcite-accordion-text-color-hover, var(--calcite-color-text-2))}.header-content:focus .expand-icon,.header-content:focus .heading,.header-content:hover .expand-icon,.header-content:hover .heading,.header-content:active .expand-icon,.header-content:active .heading{color:var(--calcite-accordion-text-color-pressed, var(--calcite-color-text-1))}.header-container{inline-size:100%}.header-text{margin-block:0px;flex-grow:1;flex-direction:column;padding-block:0px;text-align:initial;margin-inline-end:auto}.heading,.description{display:flex;inline-size:100%}.heading{font-weight:var(--calcite-font-weight-medium)}.actions-start,.actions-end{display:flex;align-items:center}.icon{display:flex;align-items:center;transition-duration:150ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);margin-inline-end:var(--calcite-internal-accordion-item-icon-spacing-start);margin-inline-start:var(--calcite-internal-accordion-item-icon-spacing-end)}.icon--start{margin-inline-end:var(--calcite-internal-accordion-icon-margin)}.icon--end{margin-inline-end:var(--calcite-internal-accordion-icon-margin);margin-inline-start:var(--calcite-internal-accordion-icon-margin)}.expand-icon{color:var(--calcite-accordion-text-color, var(--calcite-color-text-3));margin-inline-start:var(--calcite-internal-accordion-item-icon-spacing-start);margin-inline-end:var(--calcite-internal-accordion-item-icon-spacing-end);transform:rotate(var(--calcite-internal-accordion-item-icon-rotation))}.calcite--rtl .expand-icon{transform:rotate(var(--calcite-internal-accordion-item-icon-rotation-rtl))}.description{margin-block-start:0.25rem}.content{display:none;padding-block-start:0px;text-align:initial}:host(:not(:focus):not(:hover):not([expanded])) .heading{color:var(--calcite-accordion-text-color-hover, var(--calcite-color-text-2))}:host([expanded]){color:var(--calcite-accordion-text-color-pressed, var(--calcite-color-text-1))}:host([expanded]) .header{border-block-end-color:transparent}:host([expanded]) .expand-icon{color:var(--calcite-accordion-text-color-hover, var(--calcite-color-text-2));transform:rotate(var(--calcite-internal-accordion-item-active-icon-rotation))}:host([expanded]) .calcite--rtl .expand-icon{transform:rotate(var(--calcite-internal-accordion-item-active-icon-rotation-rtl))}:host([expanded]) .description{color:var(--calcite-accordion-text-color-hover, var(--calcite-color-text-2))}:host([expanded]) .content{display:block}@media (forced-colors: active){:host([expanded]) .header{border-block-end:none}:host([expanded]) .heading{font-weight:bolder}.header-content:hover .heading,.header-content:focus .heading{text-decoration:underline}}:host([hidden]){display:none}[hidden]{display:none}";
|
|
46
44
|
const CalciteAccordionItemStyle0 = accordionItemCss;
|
|
47
45
|
|
|
48
|
-
const AccordionItem = class {
|
|
49
|
-
constructor(
|
|
50
|
-
|
|
46
|
+
const AccordionItem = /*@__PURE__*/ proxyCustomElement(class AccordionItem extends HTMLElement {
|
|
47
|
+
constructor() {
|
|
48
|
+
super();
|
|
49
|
+
this.__registerHost();
|
|
50
|
+
this.__attachShadow();
|
|
51
51
|
this.calciteInternalAccordionItemSelect = createEvent(this, "calciteInternalAccordionItemSelect", 6);
|
|
52
52
|
this.calciteInternalAccordionItemClose = createEvent(this, "calciteInternalAccordionItemClose", 6);
|
|
53
53
|
//--------------------------------------------------------------------------
|
|
@@ -191,8 +191,39 @@ const AccordionItem = class {
|
|
|
191
191
|
requestedAccordionItem: this.el,
|
|
192
192
|
});
|
|
193
193
|
}
|
|
194
|
-
get el() { return
|
|
195
|
-
}
|
|
196
|
-
|
|
194
|
+
get el() { return this; }
|
|
195
|
+
static get style() { return CalciteAccordionItemStyle0; }
|
|
196
|
+
}, [1, "calcite-accordion-item", {
|
|
197
|
+
"expanded": [1540],
|
|
198
|
+
"heading": [1],
|
|
199
|
+
"description": [1],
|
|
200
|
+
"iconStart": [513, "icon-start"],
|
|
201
|
+
"iconEnd": [513, "icon-end"],
|
|
202
|
+
"iconFlipRtl": [513, "icon-flip-rtl"],
|
|
203
|
+
"iconPosition": [1, "icon-position"],
|
|
204
|
+
"iconType": [1, "icon-type"],
|
|
205
|
+
"accordionParent": [16],
|
|
206
|
+
"scale": [1],
|
|
207
|
+
"setFocus": [64]
|
|
208
|
+
}, [[0, "keydown", "keyDownHandler"], [16, "calciteInternalAccordionChange", "updateActiveItemOnChange"], [4, "calciteInternalAccordionItemsSync", "accordionItemSyncHandler"]]]);
|
|
209
|
+
function defineCustomElement() {
|
|
210
|
+
if (typeof customElements === "undefined") {
|
|
211
|
+
return;
|
|
212
|
+
}
|
|
213
|
+
const components = ["calcite-accordion-item", "calcite-icon"];
|
|
214
|
+
components.forEach(tagName => { switch (tagName) {
|
|
215
|
+
case "calcite-accordion-item":
|
|
216
|
+
if (!customElements.get(tagName)) {
|
|
217
|
+
customElements.define(tagName, AccordionItem);
|
|
218
|
+
}
|
|
219
|
+
break;
|
|
220
|
+
case "calcite-icon":
|
|
221
|
+
if (!customElements.get(tagName)) {
|
|
222
|
+
defineCustomElement$1();
|
|
223
|
+
}
|
|
224
|
+
break;
|
|
225
|
+
} });
|
|
226
|
+
}
|
|
227
|
+
defineCustomElement();
|
|
197
228
|
|
|
198
|
-
export { AccordionItem as
|
|
229
|
+
export { AccordionItem as A, defineCustomElement as d };
|
|
@@ -3,9 +3,8 @@
|
|
|
3
3
|
* Licensed under the Apache License, Version 2.0
|
|
4
4
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
5
5
|
*/
|
|
6
|
-
import {
|
|
7
|
-
import { c as createObserver } from './observers
|
|
8
|
-
import './browser-a791205e.js';
|
|
6
|
+
import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
|
|
7
|
+
import { c as createObserver } from './observers.js';
|
|
9
8
|
|
|
10
9
|
/*!
|
|
11
10
|
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
@@ -20,9 +19,11 @@ const CSS = {
|
|
|
20
19
|
const accordionCss = ":host{position:relative;display:block;max-inline-size:100%;line-height:1.5rem}.accordion{border-width:1px;border-block-end-width:0px;border-style:solid;border-color:var(--calcite-accordion-border-color, var(--calcite-color-border-2));background-color:var(--calcite-accordion-background-color, var(--calcite-color-foreground-1))}.accordion--transparent{--calcite-accordion-border-color:transparent;border-color:var(--calcite-color-transparent);background-color:var(--calcite-color-transparent)}:host([scale=s]){--calcite-internal-accordion-item-spacing-unit:0.25rem;--calcite-internal-accordion-icon-margin:0.5rem;--calcite-internal-accordion-item-padding:var(--calcite-internal-accordion-item-spacing-unit) 0.5rem;font-size:var(--calcite-font-size--2);line-height:1rem}:host([scale=m]){--calcite-internal-accordion-item-spacing-unit:0.5rem;--calcite-internal-accordion-icon-margin:0.75rem;--calcite-internal-accordion-item-padding:var(--calcite-internal-accordion-item-spacing-unit) 0.75rem;font-size:var(--calcite-font-size--1);line-height:1rem}:host([scale=l]){--calcite-internal-accordion-item-spacing-unit:0.75rem;--calcite-internal-accordion-icon-margin:1rem;--calcite-internal-accordion-item-padding:var(--calcite-internal-accordion-item-spacing-unit) 1rem;font-size:var(--calcite-font-size-0);line-height:1.25rem}:host([hidden]){display:none}[hidden]{display:none}";
|
|
21
20
|
const CalciteAccordionStyle0 = accordionCss;
|
|
22
21
|
|
|
23
|
-
const Accordion = class {
|
|
24
|
-
constructor(
|
|
25
|
-
|
|
22
|
+
const Accordion = /*@__PURE__*/ proxyCustomElement(class Accordion extends HTMLElement {
|
|
23
|
+
constructor() {
|
|
24
|
+
super();
|
|
25
|
+
this.__registerHost();
|
|
26
|
+
this.__attachShadow();
|
|
26
27
|
this.calciteInternalAccordionChange = createEvent(this, "calciteInternalAccordionChange", 6);
|
|
27
28
|
this.mutationObserver = createObserver("mutation", () => this.updateAccordionItems());
|
|
28
29
|
this.appearance = "solid";
|
|
@@ -78,14 +79,39 @@ const Accordion = class {
|
|
|
78
79
|
// sync props on items across shadow DOM
|
|
79
80
|
document.dispatchEvent(new CustomEvent("calciteInternalAccordionItemsSync"));
|
|
80
81
|
}
|
|
81
|
-
get el() { return
|
|
82
|
+
get el() { return this; }
|
|
82
83
|
static get watchers() { return {
|
|
83
84
|
"iconPosition": ["handlePropsChange"],
|
|
84
85
|
"iconType": ["handlePropsChange"],
|
|
85
86
|
"scale": ["handlePropsChange"],
|
|
86
87
|
"selectionMode": ["handlePropsChange"]
|
|
87
88
|
}; }
|
|
88
|
-
}
|
|
89
|
-
|
|
89
|
+
static get style() { return CalciteAccordionStyle0; }
|
|
90
|
+
}, [1, "calcite-accordion", {
|
|
91
|
+
"appearance": [513],
|
|
92
|
+
"iconPosition": [513, "icon-position"],
|
|
93
|
+
"iconType": [513, "icon-type"],
|
|
94
|
+
"scale": [513],
|
|
95
|
+
"selectionMode": [513, "selection-mode"]
|
|
96
|
+
}, [[0, "calciteInternalAccordionItemSelect", "updateActiveItemOnChange"]], {
|
|
97
|
+
"iconPosition": ["handlePropsChange"],
|
|
98
|
+
"iconType": ["handlePropsChange"],
|
|
99
|
+
"scale": ["handlePropsChange"],
|
|
100
|
+
"selectionMode": ["handlePropsChange"]
|
|
101
|
+
}]);
|
|
102
|
+
function defineCustomElement() {
|
|
103
|
+
if (typeof customElements === "undefined") {
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
106
|
+
const components = ["calcite-accordion"];
|
|
107
|
+
components.forEach(tagName => { switch (tagName) {
|
|
108
|
+
case "calcite-accordion":
|
|
109
|
+
if (!customElements.get(tagName)) {
|
|
110
|
+
customElements.define(tagName, Accordion);
|
|
111
|
+
}
|
|
112
|
+
break;
|
|
113
|
+
} });
|
|
114
|
+
}
|
|
115
|
+
defineCustomElement();
|
|
90
116
|
|
|
91
|
-
export { Accordion as
|
|
117
|
+
export { Accordion as A, defineCustomElement as d };
|