@esri/solutions-components 0.5.9 → 0.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/dist/assets/t9n/public-notification/resources.json +1 -1
  2. package/dist/assets/t9n/public-notification/resources_ar.json +5 -4
  3. package/dist/assets/t9n/public-notification/resources_bg.json +5 -4
  4. package/dist/assets/t9n/public-notification/resources_bs.json +5 -4
  5. package/dist/assets/t9n/public-notification/resources_ca.json +5 -4
  6. package/dist/assets/t9n/public-notification/resources_cs.json +5 -4
  7. package/dist/assets/t9n/public-notification/resources_da.json +5 -4
  8. package/dist/assets/t9n/public-notification/resources_de.json +5 -4
  9. package/dist/assets/t9n/public-notification/resources_el.json +5 -4
  10. package/dist/assets/t9n/public-notification/resources_en.json +1 -1
  11. package/dist/assets/t9n/public-notification/resources_es.json +5 -4
  12. package/dist/assets/t9n/public-notification/resources_et.json +5 -4
  13. package/dist/assets/t9n/public-notification/resources_fi.json +5 -4
  14. package/dist/assets/t9n/public-notification/resources_fr.json +5 -4
  15. package/dist/assets/t9n/public-notification/resources_he.json +5 -4
  16. package/dist/assets/t9n/public-notification/resources_hr.json +5 -4
  17. package/dist/assets/t9n/public-notification/resources_hu.json +5 -4
  18. package/dist/assets/t9n/public-notification/resources_id.json +5 -4
  19. package/dist/assets/t9n/public-notification/resources_it.json +5 -4
  20. package/dist/assets/t9n/public-notification/resources_ja.json +5 -4
  21. package/dist/assets/t9n/public-notification/resources_ko.json +5 -4
  22. package/dist/assets/t9n/public-notification/resources_lt.json +5 -4
  23. package/dist/assets/t9n/public-notification/resources_lv.json +5 -4
  24. package/dist/assets/t9n/public-notification/resources_nb.json +5 -4
  25. package/dist/assets/t9n/public-notification/resources_nl.json +5 -4
  26. package/dist/assets/t9n/public-notification/resources_pl.json +5 -4
  27. package/dist/assets/t9n/public-notification/resources_pt-BR.json +5 -4
  28. package/dist/assets/t9n/public-notification/resources_pt-PT.json +5 -4
  29. package/dist/assets/t9n/public-notification/resources_ro.json +5 -4
  30. package/dist/assets/t9n/public-notification/resources_ru.json +5 -4
  31. package/dist/assets/t9n/public-notification/resources_sk.json +5 -4
  32. package/dist/assets/t9n/public-notification/resources_sl.json +5 -4
  33. package/dist/assets/t9n/public-notification/resources_sr.json +5 -4
  34. package/dist/assets/t9n/public-notification/resources_sv.json +5 -4
  35. package/dist/assets/t9n/public-notification/resources_th.json +5 -4
  36. package/dist/assets/t9n/public-notification/resources_tr.json +5 -4
  37. package/dist/assets/t9n/public-notification/resources_uk.json +5 -4
  38. package/dist/assets/t9n/public-notification/resources_vi.json +5 -4
  39. package/dist/assets/t9n/public-notification/resources_zh-CN.json +5 -4
  40. package/dist/assets/t9n/public-notification/resources_zh-HK.json +5 -4
  41. package/dist/assets/t9n/public-notification/resources_zh-TW.json +5 -4
  42. package/dist/cjs/buffer-tools_4.cjs.entry.js +3 -3
  43. package/dist/cjs/calcite-input-text_5.cjs.entry.js +6 -11
  44. package/dist/cjs/{downloadUtils-4ef4b28b.js → downloadUtils-7a0fd3c0.js} +77 -20
  45. package/dist/cjs/{index.es-cbe67d5b.js → index.es-9965b78c.js} +1 -1
  46. package/dist/cjs/layer-table_2.cjs.entry.js +8 -3
  47. package/dist/cjs/loader.cjs.js +1 -1
  48. package/dist/cjs/public-notification.cjs.entry.js +56 -21
  49. package/dist/cjs/solutions-components.cjs.js +1 -1
  50. package/dist/collection/components/buffer-tools/buffer-tools.css +4 -0
  51. package/dist/collection/components/buffer-tools/buffer-tools.js +1 -1
  52. package/dist/collection/components/layer-table/layer-table.js +7 -2
  53. package/dist/collection/components/map-draw-tools/map-draw-tools.css +4 -0
  54. package/dist/collection/components/map-select-tools/map-select-tools.js +18 -1
  55. package/dist/collection/components/pdf-download/pdf-download.js +3 -9
  56. package/dist/collection/components/public-notification/public-notification.js +57 -21
  57. package/dist/collection/demos/new-public-notification.html +6 -4
  58. package/dist/collection/utils/downloadUtils.js +74 -19
  59. package/dist/collection/utils/downloadUtils.ts +93 -26
  60. package/dist/collection/utils/interfaces.ts +2 -2
  61. package/dist/components/buffer-tools2.js +2 -2
  62. package/dist/components/downloadUtils.js +75 -20
  63. package/dist/components/layer-table2.js +7 -2
  64. package/dist/components/map-draw-tools2.js +1 -1
  65. package/dist/components/map-select-tools2.js +3 -1
  66. package/dist/components/pdf-download2.js +3 -9
  67. package/dist/components/public-notification.js +57 -21
  68. package/dist/esm/buffer-tools_4.entry.js +3 -3
  69. package/dist/esm/calcite-combobox_3.entry.js +1 -1
  70. package/dist/esm/calcite-input-text_5.entry.js +7 -12
  71. package/dist/esm/{downloadUtils-2ebeb46d.js → downloadUtils-a447bab1.js} +77 -22
  72. package/dist/esm/{index.es-6dd27a48.js → index.es-b9cb902a.js} +2 -2
  73. package/dist/esm/layer-table_2.entry.js +9 -4
  74. package/dist/esm/loader.js +1 -1
  75. package/dist/esm/{mapViewUtils-ebbd4733.js → mapViewUtils-27dfdc29.js} +1 -1
  76. package/dist/esm/public-notification.entry.js +57 -22
  77. package/dist/esm/solutions-components.js +1 -1
  78. package/dist/solutions-components/demos/new-public-notification.html +6 -4
  79. package/dist/solutions-components/p-2f4e1ddf.entry.js +6 -0
  80. package/dist/solutions-components/{p-657caece.js → p-345f517c.js} +5 -5
  81. package/dist/solutions-components/{p-390d7de8.js → p-4b426bab.js} +1 -1
  82. package/dist/solutions-components/{p-b4d4b50a.entry.js → p-52b747fa.entry.js} +3 -3
  83. package/dist/solutions-components/p-62492a2d.entry.js +17 -0
  84. package/dist/solutions-components/{p-ad82c173.js → p-80757ebd.js} +1 -1
  85. package/dist/solutions-components/p-cf00a2ef.entry.js +6 -0
  86. package/dist/solutions-components/{p-83e3db8e.entry.js → p-db099e05.entry.js} +1 -1
  87. package/dist/solutions-components/solutions-components.esm.js +1 -1
  88. package/dist/solutions-components/utils/downloadUtils.ts +93 -26
  89. package/dist/solutions-components/utils/interfaces.ts +2 -2
  90. package/dist/types/components/map-select-tools/map-select-tools.d.ts +5 -0
  91. package/dist/types/components/public-notification/public-notification.d.ts +18 -11
  92. package/dist/types/components.d.ts +8 -0
  93. package/dist/types/utils/downloadUtils.d.ts +22 -8
  94. package/dist/types/utils/interfaces.d.ts +2 -2
  95. package/package.json +1 -1
  96. package/dist/solutions-components/p-6f27bea2.entry.js +0 -17
  97. package/dist/solutions-components/p-db82a9ce.entry.js +0 -6
  98. package/dist/solutions-components/p-deb90ce7.entry.js +0 -6
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Utwórz nową listę",
15
15
  "cancel": "Anuluj",
16
16
  "done": "Gotowe",
17
- "selectPDFLabelOption": "Opcja etykiety PDF",
18
- "removeDuplicate": "ł_Remove duplicate labels_________________________ą:",
17
+ "selectPDFLabelOption": "ł_Format options_______________ą",
18
+ "removeDuplicate": "ł_Remove duplicates___________________ą:",
19
19
  "numDuplicates": "Duplikaty: {{n}}",
20
20
  "selectLayerAndAdd": "ł_Use selection tools to choose which features to include and then click Create list___________________________________________ą.",
21
21
  "selectSearchTip": "ł_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ą.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Opcje PDF",
36
36
  "csvOptions": "Opcje CSV",
37
37
  "refineSelection": "Doprecyzuj wybór",
38
- "refineTip": "ł_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________ą.",
38
+ "refineTip": "ł_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ą.",
39
39
  "refineTipNoSelections": "Brak selekcji do doprecyzowania. Przejdź do obszaru Moje listy, aby utworzyć listę obiektów.",
40
- "duplicatesTip": "ł_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________ą."
40
+ "duplicatesTip": "ł_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ą.",
41
+ "exportListsLabel": "ł_My lists_________________ą"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Criar nova lista",
15
15
  "cancel": "Cancelar",
16
16
  "done": "Concluir",
17
- "selectPDFLabelOption": "Opção de rótulo em PDF",
18
- "removeDuplicate": "ã_Remove duplicate labels_________________________Ç:",
17
+ "selectPDFLabelOption": "ã_Format options_______________Ç",
18
+ "removeDuplicate": "ã_Remove duplicates___________________Ç:",
19
19
  "numDuplicates": "{{n}} duplicados",
20
20
  "selectLayerAndAdd": "ã_Use selection tools to choose which features to include and then click Create list___________________________________________Ç.",
21
21
  "selectSearchTip": "ã_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________Ç.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Opções do PDF",
36
36
  "csvOptions": "Opções do CSV",
37
37
  "refineSelection": "Refinar seleção",
38
- "refineTip": "ã_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________Ç.",
38
+ "refineTip": "ã_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________Ç.",
39
39
  "refineTipNoSelections": "Não há seleções para refinar. Vá até Minhas listas para criar uma lista de feições.",
40
- "duplicatesTip": "ã_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________Ç."
40
+ "duplicatesTip": "ã_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________Ç.",
41
+ "exportListsLabel": "ã_My lists_________________Ç"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Criar nova lista",
15
15
  "cancel": "Cancelar",
16
16
  "done": "Concluído",
17
- "selectPDFLabelOption": "Opção de etiqueta de PDF",
18
- "removeDuplicate": "ã_Remove duplicate labels_________________________Ç:",
17
+ "selectPDFLabelOption": "ã_Format options_______________Ç",
18
+ "removeDuplicate": "ã_Remove duplicates___________________Ç:",
19
19
  "numDuplicates": "{{n}} duplicados",
20
20
  "selectLayerAndAdd": "ã_Use selection tools to choose which features to include and then click Create list___________________________________________Ç.",
21
21
  "selectSearchTip": "ã_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________Ç.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Opções de PDF",
36
36
  "csvOptions": "Opções de CSV",
37
37
  "refineSelection": "Refinar seleção",
38
- "refineTip": "ã_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________Ç.",
38
+ "refineTip": "ã_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________Ç.",
39
39
  "refineTipNoSelections": "Não existem seleções para refinar. Aceda a As minhas listas para criar uma lista de elementos.",
40
- "duplicatesTip": "ã_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________Ç."
40
+ "duplicatesTip": "ã_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________Ç.",
41
+ "exportListsLabel": "ã_My lists_________________Ç"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Creare listă nouă",
15
15
  "cancel": "Anulare",
16
16
  "done": "Gata",
17
- "selectPDFLabelOption": "Opțiune etichetă PDF",
18
- "removeDuplicate": "Ă_Remove duplicate labels_________________________ș:",
17
+ "selectPDFLabelOption": "Ă_Format options_______________ș",
18
+ "removeDuplicate": "Ă_Remove duplicates___________________ș:",
19
19
  "numDuplicates": "{{n}} duplicate",
20
20
  "selectLayerAndAdd": "Ă_Use selection tools to choose which features to include and then click Create list___________________________________________ș.",
21
21
  "selectSearchTip": "Ă_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ș.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Opțiuni PDF",
36
36
  "csvOptions": "Opțiuni CSV",
37
37
  "refineSelection": "Rafinare selecție",
38
- "refineTip": "Ă_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________ș.",
38
+ "refineTip": "Ă_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ș.",
39
39
  "refineTipNoSelections": "Nu există selecții de rafinat. Accesați Listele mele pentru a crea o listă de obiecte spațiale.",
40
- "duplicatesTip": "Ă_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________ș."
40
+ "duplicatesTip": "Ă_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ș.",
41
+ "exportListsLabel": "Ă_My lists_________________ș"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Создать новый список",
15
15
  "cancel": "Отмена",
16
16
  "done": "Готово",
17
- "selectPDFLabelOption": "Опция надписи в PDF",
18
- "removeDuplicate": "Ж_Remove duplicate labels_________________________Я:",
17
+ "selectPDFLabelOption": "Ж_Format options_______________Я",
18
+ "removeDuplicate": "Ж_Remove duplicates___________________Я:",
19
19
  "numDuplicates": "{{n}} дубликатов",
20
20
  "selectLayerAndAdd": "Ж_Use selection tools to choose which features to include and then click Create list___________________________________________Я.",
21
21
  "selectSearchTip": "Ж_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________Я.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Опции PDF",
36
36
  "csvOptions": "Опции CSV",
37
37
  "refineSelection": "Уточните выборку",
38
- "refineTip": "Ж_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________Я.",
38
+ "refineTip": "Ж_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________Я.",
39
39
  "refineTipNoSelections": "Выборки для уточнения отсутствуют. Перейдите в Мои списки, чтобы создать список объектов.",
40
- "duplicatesTip": "Ж_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________Я."
40
+ "duplicatesTip": "Ж_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________Я.",
41
+ "exportListsLabel": "Ж_My lists_________________Я"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Vytvoriť nový zoznam",
15
15
  "cancel": "Zrušiť",
16
16
  "done": "Hotovo",
17
- "selectPDFLabelOption": "Možnosť popisu PDF",
18
- "removeDuplicate": "ĺ_Remove duplicate labels_________________________ľ:",
17
+ "selectPDFLabelOption": "ĺ_Format options_______________ľ",
18
+ "removeDuplicate": "ĺ_Remove duplicates___________________ľ:",
19
19
  "numDuplicates": "{{n}} duplikátov",
20
20
  "selectLayerAndAdd": "ĺ_Use selection tools to choose which features to include and then click Create list___________________________________________ľ.",
21
21
  "selectSearchTip": "ĺ_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ľ.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Možnosti PDF",
36
36
  "csvOptions": "Možnosti CSV",
37
37
  "refineSelection": "Spresniť výber",
38
- "refineTip": "ĺ_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________ľ.",
38
+ "refineTip": "ĺ_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ľ.",
39
39
  "refineTipNoSelections": "Neexistujú žiadne výbery na spresnenie. Prejdite do časti Moje zoznamy a vytvorte zoznam prvkov.",
40
- "duplicatesTip": "ĺ_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________ľ."
40
+ "duplicatesTip": "ĺ_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ľ.",
41
+ "exportListsLabel": "ĺ_My lists_________________ľ"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Ustvari nov seznam",
15
15
  "cancel": "Prekliči",
16
16
  "done": "Končano",
17
- "selectPDFLabelOption": "Možnost oznake PDF",
18
- "removeDuplicate": "Š_Remove duplicate labels_________________________č:",
17
+ "selectPDFLabelOption": "Š_Format options_______________č",
18
+ "removeDuplicate": "Š_Remove duplicates___________________č:",
19
19
  "numDuplicates": "Število podvojitev {{n}}",
20
20
  "selectLayerAndAdd": "Š_Use selection tools to choose which features to include and then click Create list___________________________________________č.",
21
21
  "selectSearchTip": "Š_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________č.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Možnosti PDF",
36
36
  "csvOptions": "Možnosti CSV",
37
37
  "refineSelection": "Natančno določi izbiro",
38
- "refineTip": "Š_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________č.",
38
+ "refineTip": "Š_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________č.",
39
39
  "refineTipNoSelections": "Za izpopolnitev ni na voljo nobene izbire. Pojdite na Moji seznami, da ustvarite seznam geoobjektov.",
40
- "duplicatesTip": "Š_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________č."
40
+ "duplicatesTip": "Š_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________č.",
41
+ "exportListsLabel": "Š_My lists_________________č"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Kreiraj novu listu",
15
15
  "cancel": "Otkaži",
16
16
  "done": "Završeno",
17
- "selectPDFLabelOption": "Opcija PDF oznake",
18
- "removeDuplicate": "Č_Remove duplicate labels_________________________ž:",
17
+ "selectPDFLabelOption": "Č_Format options_______________ž",
18
+ "removeDuplicate": "Č_Remove duplicates___________________ž:",
19
19
  "numDuplicates": "{{n}} duplikata",
20
20
  "selectLayerAndAdd": "Č_Use selection tools to choose which features to include and then click Create list___________________________________________ž.",
21
21
  "selectSearchTip": "Č_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ž.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Opcije PDF datoteke",
36
36
  "csvOptions": "Opcije CSV datoteke",
37
37
  "refineSelection": "Precizirajte selekciju",
38
- "refineTip": "Č_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________ž.",
38
+ "refineTip": "Č_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ž.",
39
39
  "refineTipNoSelections": "Nema selekcija za preciziranje. Idite u Moje liste da biste kreirali listu geoobjekata.",
40
- "duplicatesTip": "Č_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________ž."
40
+ "duplicatesTip": "Č_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ž.",
41
+ "exportListsLabel": "Č_My lists_________________ž"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Skapa ny lista",
15
15
  "cancel": "Avbryt",
16
16
  "done": "Klar",
17
- "selectPDFLabelOption": "PDF-etikettalternativ",
18
- "removeDuplicate": "Å_Remove duplicate labels_________________________ö:",
17
+ "selectPDFLabelOption": "Å_Format options_______________ö",
18
+ "removeDuplicate": "Å_Remove duplicates___________________ö:",
19
19
  "numDuplicates": "{{n}} dubbletter",
20
20
  "selectLayerAndAdd": "Å_Use selection tools to choose which features to include and then click Create list___________________________________________ö.",
21
21
  "selectSearchTip": "Å_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ö.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "PDF-alternativ",
36
36
  "csvOptions": "CSV-alternativ",
37
37
  "refineSelection": "Förfina urval",
38
- "refineTip": "Å_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________ö.",
38
+ "refineTip": "Å_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ö.",
39
39
  "refineTipNoSelections": "Det finns inga val att förfina. Gå till Mina listor för att skapa en lista över geoobjekt.",
40
- "duplicatesTip": "Å_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________ö."
40
+ "duplicatesTip": "Å_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ö.",
41
+ "exportListsLabel": "Å_My lists_________________ö"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "สร้างรายการใหม่",
15
15
  "cancel": "ยกเลิก",
16
16
  "done": "สำเร็จ",
17
- "selectPDFLabelOption": "ตัวเลือกป้ายกำกับ PDF",
18
- "removeDuplicate": "ก้_Remove duplicate labels_________________________ษฺ:",
17
+ "selectPDFLabelOption": "ก้_Format options_______________ษฺ",
18
+ "removeDuplicate": "ก้_Remove duplicates___________________ษฺ:",
19
19
  "numDuplicates": "{{n}} รายการซ้ำ",
20
20
  "selectLayerAndAdd": "ก้_Use selection tools to choose which features to include and then click Create list___________________________________________ษฺ.",
21
21
  "selectSearchTip": "ก้_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ษฺ.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "ตัวเลือก PDF",
36
36
  "csvOptions": "ตัวเลือก CSV",
37
37
  "refineSelection": "ปรับแต่งการเลือก",
38
- "refineTip": "ก้_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________ษฺ.",
38
+ "refineTip": "ก้_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ษฺ.",
39
39
  "refineTipNoSelections": "ไม่มีการเลือกที่จะปรับแต่ง ไปที่ รายการของฉัน เพื่อสร้างรายการฟีเจอร์",
40
- "duplicatesTip": "ก้_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________ษฺ."
40
+ "duplicatesTip": "ก้_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ษฺ.",
41
+ "exportListsLabel": "ก้_My lists_________________ษฺ"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Yeni liste oluştur",
15
15
  "cancel": "İptal",
16
16
  "done": "Bitti",
17
- "selectPDFLabelOption": "PDF etiketi seçeneği",
18
- "removeDuplicate": "ı_Remove duplicate labels_________________________İ:",
17
+ "selectPDFLabelOption": "ı_Format options_______________İ",
18
+ "removeDuplicate": "ı_Remove duplicates___________________İ:",
19
19
  "numDuplicates": "{{n}} yineleme",
20
20
  "selectLayerAndAdd": "ı_Use selection tools to choose which features to include and then click Create list___________________________________________İ.",
21
21
  "selectSearchTip": "ı_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________İ.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "PDF Seçenekleri",
36
36
  "csvOptions": "CSV Seçenekleri",
37
37
  "refineSelection": "Seçimi iyileştir",
38
- "refineTip": "ı_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________İ.",
38
+ "refineTip": "ı_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________İ.",
39
39
  "refineTipNoSelections": "İyileştirilecek bir seçim yok. Bir detaylar listesi oluşturmak için Listelerime gidin.",
40
- "duplicatesTip": "ı_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________İ."
40
+ "duplicatesTip": "ı_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________İ.",
41
+ "exportListsLabel": "ı_My lists_________________İ"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Створити новий список",
15
15
  "cancel": "Скасувати",
16
16
  "done": "Готово",
17
- "selectPDFLabelOption": "Параметр напису PDF",
18
- "removeDuplicate": "ґ_Remove duplicate labels_________________________Ї:",
17
+ "selectPDFLabelOption": "ґ_Format options_______________Ї",
18
+ "removeDuplicate": "ґ_Remove duplicates___________________Ї:",
19
19
  "numDuplicates": "{{n}} дублікати",
20
20
  "selectLayerAndAdd": "ґ_Use selection tools to choose which features to include and then click Create list___________________________________________Ї.",
21
21
  "selectSearchTip": "ґ_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________Ї.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Опції PDF",
36
36
  "csvOptions": "Опції CSV",
37
37
  "refineSelection": "Уточнити вибірку",
38
- "refineTip": "ґ_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________Ї.",
38
+ "refineTip": "ґ_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________Ї.",
39
39
  "refineTipNoSelections": "Немає вибірок для уточнення. Перейдіть в «Мої списки», щоб створити список об’єктів.",
40
- "duplicatesTip": "ґ_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________Ї."
40
+ "duplicatesTip": "ґ_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________Ї.",
41
+ "exportListsLabel": "ґ_My lists_________________Ї"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "Tạo danh sách mới",
15
15
  "cancel": "Hủy",
16
16
  "done": "Hoàn tất",
17
- "selectPDFLabelOption": "Tùy chọn nhãn PDF",
18
- "removeDuplicate": "Đ_Remove duplicate labels_________________________ớ:",
17
+ "selectPDFLabelOption": "Đ_Format options_______________ớ",
18
+ "removeDuplicate": "Đ_Remove duplicates___________________ớ:",
19
19
  "numDuplicates": "{{n}} mục trùng lặp",
20
20
  "selectLayerAndAdd": "Đ_Use selection tools to choose which features to include and then click Create list___________________________________________ớ.",
21
21
  "selectSearchTip": "Đ_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ớ.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "Tùy chọn PDF",
36
36
  "csvOptions": "Tùy chọn CSV",
37
37
  "refineSelection": "Lựa chọn tinh chỉnh",
38
- "refineTip": "Đ_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________ớ.",
38
+ "refineTip": "Đ_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ớ.",
39
39
  "refineTipNoSelections": "Không có lựa chọn nào để tinh chỉnh. Đến Danh sách của tôi để tạo danh sách đối tượng.",
40
- "duplicatesTip": "Đ_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________ớ."
40
+ "duplicatesTip": "Đ_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ớ.",
41
+ "exportListsLabel": "Đ_My lists_________________ớ"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "新建列表",
15
15
  "cancel": "取消",
16
16
  "done": "完成",
17
- "selectPDFLabelOption": "PDF 标注选项",
18
- "removeDuplicate": "试_Remove duplicate labels_________________________验:",
17
+ "selectPDFLabelOption": "试_Format options_______________验",
18
+ "removeDuplicate": "试_Remove duplicates___________________验:",
19
19
  "numDuplicates": "{{n}} 个重复项",
20
20
  "selectLayerAndAdd": "试_Use selection tools to choose which features to include and then click Create list___________________________________________验.",
21
21
  "selectSearchTip": "试_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________验.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "PDF 选项",
36
36
  "csvOptions": "CSV 选项",
37
37
  "refineSelection": "优化选择",
38
- "refineTip": "试_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________验.",
38
+ "refineTip": "试_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________验.",
39
39
  "refineTipNoSelections": "不存在要优化的选择内容。 转到“我的列表”以创建要素列表。",
40
- "duplicatesTip": "试_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________验."
40
+ "duplicatesTip": "试_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________验.",
41
+ "exportListsLabel": "试_My lists_________________验"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "建立新清單",
15
15
  "cancel": "取消",
16
16
  "done": "完成",
17
- "selectPDFLabelOption": "PDF 標籤選項",
18
- "removeDuplicate": "試_Remove duplicate labels_________________________驗:",
17
+ "selectPDFLabelOption": "試_Format options_______________驗",
18
+ "removeDuplicate": "試_Remove duplicates___________________驗:",
19
19
  "numDuplicates": "{{n}} 個重複項目",
20
20
  "selectLayerAndAdd": "試_Use selection tools to choose which features to include and then click Create list___________________________________________驗.",
21
21
  "selectSearchTip": "試_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________驗.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "PDF 選項",
36
36
  "csvOptions": "CSV 選項",
37
37
  "refineSelection": "精細化選擇",
38
- "refineTip": "試_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________驗.",
38
+ "refineTip": "試_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________驗.",
39
39
  "refineTipNoSelections": "沒有要精細化的選擇。 移至「我的清單」以建立圖徵清單。",
40
- "duplicatesTip": "試_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________驗."
40
+ "duplicatesTip": "試_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________驗.",
41
+ "exportListsLabel": "試_My lists_________________驗"
41
42
  }
@@ -14,8 +14,8 @@
14
14
  "stepTwoFull": "建立新清單",
15
15
  "cancel": "取消",
16
16
  "done": "完成",
17
- "selectPDFLabelOption": "PDF 標籤選項",
18
- "removeDuplicate": "試_Remove duplicate labels_________________________驗:",
17
+ "selectPDFLabelOption": "試_Format options_______________驗",
18
+ "removeDuplicate": "試_Remove duplicates___________________驗:",
19
19
  "numDuplicates": "{{n}} 個重複項目",
20
20
  "selectLayerAndAdd": "試_Use selection tools to choose which features to include and then click Create list___________________________________________驗.",
21
21
  "selectSearchTip": "試_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________驗.",
@@ -35,7 +35,8 @@
35
35
  "pdfOptions": "PDF 選項",
36
36
  "csvOptions": "CSV 選項",
37
37
  "refineSelection": "精細化選擇",
38
- "refineTip": "試_Refine and finalize your lists by using sketch tools to add or remove features across all selection sets______________________________________________________驗.",
38
+ "refineTip": "試_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________驗.",
39
39
  "refineTipNoSelections": "沒有要精細化的選擇。 移至「我的清單」以建立圖徵清單。",
40
- "duplicatesTip": "試_Duplicate features are always removed. When enabled labels from each layer will be compared and any duplicate labels will be removed____________________________________________________________________驗."
40
+ "duplicatesTip": "試_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________驗.",
41
+ "exportListsLabel": "試_My lists_________________驗"
41
42
  }
@@ -26,7 +26,7 @@ require('./resources-1f836572.js');
26
26
  require('./observers-b0934d2a.js');
27
27
  require('./index-e1b1954f.js');
28
28
 
29
- const bufferToolsCss = ":host{display:block}.c-container{display:inline-flex}.flex-1{flex:\"1\"}.padding-end-1{-webkit-padding-end:1rem;padding-inline-end:1rem}";
29
+ const bufferToolsCss = ":host{display:block}.c-container{display:inline-flex}.flex-1{flex:\"1\"}.padding-end-1{-webkit-padding-end:1rem;padding-inline-end:1rem}.w-50{width:50%}";
30
30
 
31
31
  const BufferTools = class {
32
32
  constructor(hostRef) {
@@ -185,7 +185,7 @@ const BufferTools = class {
185
185
  * @protected
186
186
  */
187
187
  _getTextBoxDisplay() {
188
- return (index.h("div", { class: "c-container" }, index.h("calcite-input", { class: "padding-end-1", max: this.max && this.max > 0 ? this.max : undefined, min: this.min, "number-button-type": "vertical", onCalciteInputInput: (evt) => this._setDistance(evt), placeholder: "0", type: "number", value: this.distance ? this.distance.toString() : undefined }), index.h("calcite-select", { class: "flex-1", label: "label", onCalciteSelectChange: () => this._setUnit(this._unitElement.value), ref: (el) => { this._unitElement = el; } }, this._getUnits())));
188
+ return (index.h("div", { class: "c-container" }, index.h("calcite-input", { class: "padding-end-1 w-50", max: this.max && this.max > 0 ? this.max : undefined, min: this.min, "number-button-type": "vertical", onCalciteInputInput: (evt) => this._setDistance(evt), placeholder: "0", type: "number", value: this.distance ? this.distance.toString() : undefined }), index.h("calcite-select", { class: "flex-1 w-50", label: "label", onCalciteSelectChange: () => this._setUnit(this._unitElement.value), ref: (el) => { this._unitElement = el; } }, this._getUnits())));
189
189
  }
190
190
  /**
191
191
  * Render distance control as a slider
@@ -1126,7 +1126,7 @@ const Slider = class {
1126
1126
  };
1127
1127
  Slider.style = sliderCss;
1128
1128
 
1129
- const mapDrawToolsCss = ":host{display:block}.border{outline:1px solid var(--calcite-ui-border-input)}.div-visible{display:inherit}.div-not-visible{display:none !important}.padding-top-1-2{padding-top:.5rem}.main-label{display:flex;float:left}html[dir=\"rtl\"] .main-label{display:flex;float:right}.margin-top-1{margin-top:1rem}.border-left{border-left:1px solid rgba(110,110,110,.3)}.border-left[dir=\"rtl\"]{border-right:1px solid rgba(110,110,110,.3)}.esri-widget{box-sizing:border-box;color:#323232;font-size:14px;font-family:\"Avenir Next\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;line-height:1.3em;background-color:#fff;--esri-widget-padding-v:12px;--esri-widget-padding-h:15px;--esri-widget-padding:var(--esri-widget-padding-v) var(--esri-widget-padding-h)}.esri-sketch__panel{align-items:center;display:flex;flex-flow:row wrap;padding:0}.esri-sketch__section{align-items:center;display:flex;flex-flow:row wrap;padding:0 7px;margin:6px 0}";
1129
+ const mapDrawToolsCss = ":host{display:block}.border{outline:1px solid var(--calcite-ui-border-input)}.div-visible{display:inherit}.div-not-visible{display:none !important}.padding-top-1-2{padding-top:.5rem}.main-label{display:flex;float:left}html[dir=\"rtl\"] .main-label{display:flex;float:right}.margin-top-1{margin-top:1rem}.border-left{border-left:1px solid rgba(110,110,110,.3)}.border-left[dir=\"rtl\"]{border-right:1px solid rgba(110,110,110,.3)}.esri-widget{box-sizing:border-box;color:#323232;font-size:14px;font-family:\"Avenir Next\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;line-height:1.3em;background-color:#fff;--esri-widget-padding-v:12px;--esri-widget-padding-h:15px;--esri-widget-padding:var(--esri-widget-padding-v) var(--esri-widget-padding-h)}.esri-sketch__panel{align-items:center;display:flex;flex-flow:row wrap;padding:0}.esri-sketch__section{align-items:center;display:flex;flex-flow:row wrap;padding:0 7px;margin:6px 0}.esri-sketch__section.esri-sketch__info-section>calcite-action:first-of-type{display:none}";
1130
1130
 
1131
1131
  const MapDrawTools = class {
1132
1132
  constructor(hostRef) {
@@ -24,7 +24,7 @@ const mapViewUtils = require('./mapViewUtils-c45571b9.js');
24
24
  const interfaces = require('./interfaces-842c84a1.js');
25
25
  const publicNotificationStore = require('./publicNotificationStore-cd1a32c3.js');
26
26
  const locale$1 = require('./locale-b113c6b2.js');
27
- const downloadUtils = require('./downloadUtils-4ef4b28b.js');
27
+ const downloadUtils = require('./downloadUtils-7a0fd3c0.js');
28
28
  require('./guid-c58d5ead.js');
29
29
  require('./key-d55baa11.js');
30
30
  require('./index-e1b1954f.js');
@@ -509,6 +509,7 @@ const MapSelectTools = class {
509
509
  this.noResultText = undefined;
510
510
  this.searchConfiguration = undefined;
511
511
  this.selectionSet = undefined;
512
+ this.selectionLayerIds = [];
512
513
  this.selectLayerView = undefined;
513
514
  this.sketchLineSymbol = undefined;
514
515
  this.sketchPointSymbol = undefined;
@@ -651,7 +652,7 @@ const MapSelectTools = class {
651
652
  */
652
653
  _getUseLayerFeaturesOptions() {
653
654
  const useLayerFeaturesClass = this._useLayerFeaturesEnabled ? "div-visible" : "div-not-visible";
654
- return (index.h("div", null, index.h("div", { class: "padding-top-1 display-flex" }, index.h("calcite-label", { class: "label-margin-0 w-100", layout: "inline-space-between" }, index.h("div", { class: "tooltip-container" }, this._translations.useLayerFeatures, index.h("calcite-icon", { class: "padding-start-1-2 icon", icon: "question", id: "use-layer-features-icon", scale: "s" }))), index.h("calcite-popover", { closable: true, label: "", referenceElement: "use-layer-features-icon" }, index.h("span", { class: "tooltip-message" }, this._translations.useLayerFeaturesTooltip)), index.h("calcite-switch", { checked: this._useLayerFeaturesEnabled, onCalciteSwitchChange: () => { this._useLayerFeaturesEnabledChanged(); } })), index.h("div", { class: useLayerFeaturesClass + " padding-top-1" }, index.h("map-layer-picker", { enabledLayerIds: this.enabledLayerIds, mapView: this.mapView, onLayerSelectionChange: (evt) => { void this._layerSelectionChange(evt); }, selectedLayerIds: this.layerViews.map(l => l.layer.id), selectionMode: "single" }))));
655
+ return (index.h("div", null, index.h("div", { class: "padding-top-1 display-flex" }, index.h("calcite-label", { class: "label-margin-0 w-100", layout: "inline-space-between" }, index.h("div", { class: "tooltip-container" }, this._translations.useLayerFeatures, index.h("calcite-icon", { class: "padding-start-1-2 icon", icon: "question", id: "use-layer-features-icon", scale: "s" }))), index.h("calcite-popover", { closable: true, label: "", referenceElement: "use-layer-features-icon" }, index.h("span", { class: "tooltip-message" }, this._translations.useLayerFeaturesTooltip)), index.h("calcite-switch", { checked: this._useLayerFeaturesEnabled, onCalciteSwitchChange: () => { this._useLayerFeaturesEnabledChanged(); } })), index.h("div", { class: useLayerFeaturesClass + " padding-top-1" }, index.h("map-layer-picker", { enabledLayerIds: this.selectionLayerIds, mapView: this.mapView, onLayerSelectionChange: (evt) => { void this._layerSelectionChange(evt); }, selectedLayerIds: this.layerViews.map(l => l.layer.id), selectionMode: "single" }))));
655
656
  }
656
657
  /**
657
658
  * Renders the number of selected features
@@ -1448,11 +1449,8 @@ const PdfDownload = class {
1448
1449
  * @returns Promise resolving when function is done
1449
1450
  */
1450
1451
  async downloadCSV(exportInfos, removeDuplicates, addColumnTitle = true) {
1451
- Object.keys(exportInfos).forEach(k => {
1452
- const exportInfo = exportInfos[k];
1453
- void downloadUtils.downloadCSV(exportInfo.selectionSetNames, exportInfo.layerView.layer, exportInfo.ids, true, // formatUsingLayerPopup
1454
- removeDuplicates, addColumnTitle);
1455
- });
1452
+ void downloadUtils.downloadCSV(exportInfos, true, // formatUsingLayerPopup
1453
+ removeDuplicates, addColumnTitle);
1456
1454
  }
1457
1455
  /**
1458
1456
  * Downloads pdf of mailing labels for the provided list of ids
@@ -1464,10 +1462,7 @@ const PdfDownload = class {
1464
1462
  * @returns Promise resolving when function is done
1465
1463
  */
1466
1464
  async downloadPDF(exportInfos, removeDuplicates = false, title = "", initialImageDataUrl = "") {
1467
- Object.keys(exportInfos).forEach(k => {
1468
- const exportInfo = exportInfos[k];
1469
- void downloadUtils.downloadPDF(exportInfo.selectionSetNames, exportInfo.layerView.layer, exportInfo.ids, this._labelInfoElement.selectedOption.value, removeDuplicates, title, initialImageDataUrl);
1470
- });
1465
+ void downloadUtils.downloadPDF(exportInfos, this._labelInfoElement.selectedOption.value, removeDuplicates, title, initialImageDataUrl);
1471
1466
  }
1472
1467
  //--------------------------------------------------------------------------
1473
1468
  //