@arcgis/portal-components 5.0.0-next.117 → 5.0.0-next.118

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 (42) hide show
  1. package/dist/cdn/{3PSMTUBG.js → 33NBHV55.js} +2 -2
  2. package/dist/cdn/{VLDE72BZ.js → AD6C7BMM.js} +2 -2
  3. package/dist/cdn/{CCLOTNB6.js → BUCQ4NBB.js} +1 -1
  4. package/dist/cdn/{WS6IK6QH.js → CG2WH3D5.js} +2 -2
  5. package/dist/cdn/{ABWQXWJR.js → DMDITQLW.js} +2 -2
  6. package/dist/cdn/{N5U4OBC3.js → LFFZFASW.js} +2 -2
  7. package/dist/cdn/{P33TIDZM.js → MSFCQWVT.js} +2 -2
  8. package/dist/cdn/{XZGNR4AH.js → QD263FJ3.js} +1 -1
  9. package/dist/cdn/{IQ4IC26S.js → S6JS75GH.js} +2 -2
  10. package/dist/cdn/{N5QR3ZVW.js → X5O3EPPN.js} +2 -2
  11. package/dist/cdn/{UFNERCPT.js → XKDMRQBF.js} +2 -2
  12. package/dist/cdn/{XAILWFIZ.js → YJDURQHU.js} +2 -2
  13. package/dist/cdn/{6IJW7AJM.js → ZLDSL6TA.js} +2 -2
  14. package/dist/cdn/{JAYECBNS.js → ZTCP4LUP.js} +2 -2
  15. package/dist/cdn/{TEDT6WUG.js → ZUT2TJI2.js} +1 -1
  16. package/dist/cdn/index.js +2 -2
  17. package/dist/chunks/common.js +1 -1
  18. package/dist/chunks/fieldAddDelete.js +1 -1
  19. package/dist/chunks/loadClassificationData.js +1 -1
  20. package/dist/chunks/requests.js +1 -1
  21. package/dist/chunks/runtime.js +1 -1
  22. package/dist/chunks/useT9n.js +1 -1
  23. package/dist/components/arcgis-portal-classification-banner/customElement.js +1 -1
  24. package/dist/components/arcgis-portal-classification-config/customElement.js +1 -1
  25. package/dist/components/arcgis-portal-classification-favorite/customElement.js +1 -1
  26. package/dist/components/arcgis-portal-classification-form-element/customElement.js +1 -1
  27. package/dist/components/arcgis-portal-extent-picker/customElement.js +1 -1
  28. package/dist/components/arcgis-portal-extent-picker-coord-field/customElement.js +1 -1
  29. package/dist/components/arcgis-portal-field-delete/customElement.js +1 -1
  30. package/dist/docs/api.json +327 -315
  31. package/dist/docs/docs.json +50 -50
  32. package/dist/docs/vscode.html-custom-data.json +6 -6
  33. package/dist/docs/web-types.json +7 -7
  34. package/dist/index.d.ts +6 -6
  35. package/dist/index.js +1 -1
  36. package/dist/loader.js +1 -1
  37. package/dist/types/components.d.ts +1 -0
  38. package/dist/types/lumina.d.ts +6 -6
  39. package/dist/types/preact.d.ts +6 -6
  40. package/dist/types/react.d.ts +6 -6
  41. package/dist/types/stencil.d.ts +6 -6
  42. package/package.json +3 -3
@@ -1,8 +1,8 @@
1
1
  {
2
- "timestamp": "2026-01-09T08:45:47",
2
+ "timestamp": "2026-01-10T04:41:13",
3
3
  "compiler": {
4
4
  "name": "@arcgis/lumina-compiler",
5
- "version": "5.0.0-next.117",
5
+ "version": "5.0.0-next.118",
6
6
  "typescriptVersion": "5.9.3"
7
7
  },
8
8
  "components": [
@@ -20,7 +20,7 @@
20
20
  },
21
21
  {
22
22
  "name": "superclass",
23
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
23
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
24
24
  }
25
25
  ],
26
26
  "encapsulation": "shadow",
@@ -110,12 +110,12 @@
110
110
  "default": "\"full\"",
111
111
  "values": [
112
112
  {
113
- "value": "full",
114
- "type": "string"
113
+ "type": "string",
114
+ "value": "full"
115
115
  },
116
116
  {
117
- "value": "preview",
118
- "type": "string"
117
+ "type": "string",
118
+ "value": "preview"
119
119
  }
120
120
  ],
121
121
  "optional": true,
@@ -126,13 +126,13 @@
126
126
  {
127
127
  "name": "componentOnReady",
128
128
  "returns": {
129
- "type": "Promise<void>",
129
+ "type": "Promise<this>",
130
130
  "docs": ""
131
131
  },
132
132
  "complexType": {
133
- "signature": "(): Promise<void>",
133
+ "signature": "(): Promise<this>",
134
134
  "parameters": [],
135
- "return": "Promise<void>",
135
+ "return": "Promise<this>",
136
136
  "references": {
137
137
  "Promise": {
138
138
  "location": "import",
@@ -141,7 +141,7 @@
141
141
  }
142
142
  }
143
143
  },
144
- "signature": "componentOnReady(): Promise<void>",
144
+ "signature": "componentOnReady(): Promise<this>",
145
145
  "parameters": [],
146
146
  "docs": "Create a promise that resolves once component is fully loaded.",
147
147
  "docsTags": [
@@ -151,7 +151,7 @@
151
151
  },
152
152
  {
153
153
  "name": "inheritedFrom",
154
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
154
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
155
155
  }
156
156
  ]
157
157
  },
@@ -198,7 +198,7 @@
198
198
  },
199
199
  {
200
200
  "name": "superclass",
201
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
201
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
202
202
  }
203
203
  ],
204
204
  "encapsulation": "shadow",
@@ -260,20 +260,20 @@
260
260
  "default": "\"idle\"",
261
261
  "values": [
262
262
  {
263
- "value": "error",
264
- "type": "string"
263
+ "type": "string",
264
+ "value": "error"
265
265
  },
266
266
  {
267
- "value": "idle",
268
- "type": "string"
267
+ "type": "string",
268
+ "value": "idle"
269
269
  },
270
270
  {
271
- "value": "loaded",
272
- "type": "string"
271
+ "type": "string",
272
+ "value": "loaded"
273
273
  },
274
274
  {
275
- "value": "loading",
276
- "type": "string"
275
+ "type": "string",
276
+ "value": "loading"
277
277
  }
278
278
  ],
279
279
  "optional": true,
@@ -323,13 +323,13 @@
323
323
  {
324
324
  "name": "componentOnReady",
325
325
  "returns": {
326
- "type": "Promise<void>",
326
+ "type": "Promise<this>",
327
327
  "docs": ""
328
328
  },
329
329
  "complexType": {
330
- "signature": "(): Promise<void>",
330
+ "signature": "(): Promise<this>",
331
331
  "parameters": [],
332
- "return": "Promise<void>",
332
+ "return": "Promise<this>",
333
333
  "references": {
334
334
  "Promise": {
335
335
  "location": "import",
@@ -338,7 +338,7 @@
338
338
  }
339
339
  }
340
340
  },
341
- "signature": "componentOnReady(): Promise<void>",
341
+ "signature": "componentOnReady(): Promise<this>",
342
342
  "parameters": [],
343
343
  "docs": "Create a promise that resolves once component is fully loaded.",
344
344
  "docsTags": [
@@ -348,7 +348,7 @@
348
348
  },
349
349
  {
350
350
  "name": "inheritedFrom",
351
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
351
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
352
352
  }
353
353
  ]
354
354
  },
@@ -453,7 +453,7 @@
453
453
  "docsTags": [
454
454
  {
455
455
  "name": "superclass",
456
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
456
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
457
457
  }
458
458
  ],
459
459
  "encapsulation": "shadow",
@@ -618,13 +618,13 @@
618
618
  {
619
619
  "name": "componentOnReady",
620
620
  "returns": {
621
- "type": "Promise<void>",
621
+ "type": "Promise<this>",
622
622
  "docs": ""
623
623
  },
624
624
  "complexType": {
625
- "signature": "(): Promise<void>",
625
+ "signature": "(): Promise<this>",
626
626
  "parameters": [],
627
- "return": "Promise<void>",
627
+ "return": "Promise<this>",
628
628
  "references": {
629
629
  "Promise": {
630
630
  "location": "import",
@@ -633,7 +633,7 @@
633
633
  }
634
634
  }
635
635
  },
636
- "signature": "componentOnReady(): Promise<void>",
636
+ "signature": "componentOnReady(): Promise<this>",
637
637
  "parameters": [],
638
638
  "docs": "Create a promise that resolves once component is fully loaded.",
639
639
  "docsTags": [
@@ -643,7 +643,7 @@
643
643
  },
644
644
  {
645
645
  "name": "inheritedFrom",
646
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
646
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
647
647
  }
648
648
  ]
649
649
  }
@@ -667,7 +667,7 @@
667
667
  },
668
668
  {
669
669
  "name": "superclass",
670
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
670
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
671
671
  }
672
672
  ],
673
673
  "encapsulation": "shadow",
@@ -796,13 +796,13 @@
796
796
  {
797
797
  "name": "componentOnReady",
798
798
  "returns": {
799
- "type": "Promise<void>",
799
+ "type": "Promise<this>",
800
800
  "docs": ""
801
801
  },
802
802
  "complexType": {
803
- "signature": "(): Promise<void>",
803
+ "signature": "(): Promise<this>",
804
804
  "parameters": [],
805
- "return": "Promise<void>",
805
+ "return": "Promise<this>",
806
806
  "references": {
807
807
  "Promise": {
808
808
  "location": "import",
@@ -811,7 +811,7 @@
811
811
  }
812
812
  }
813
813
  },
814
- "signature": "componentOnReady(): Promise<void>",
814
+ "signature": "componentOnReady(): Promise<this>",
815
815
  "parameters": [],
816
816
  "docs": "Create a promise that resolves once component is fully loaded.",
817
817
  "docsTags": [
@@ -821,7 +821,7 @@
821
821
  },
822
822
  {
823
823
  "name": "inheritedFrom",
824
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
824
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
825
825
  }
826
826
  ]
827
827
  }
@@ -857,7 +857,7 @@
857
857
  "docsTags": [
858
858
  {
859
859
  "name": "superclass",
860
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
860
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
861
861
  }
862
862
  ],
863
863
  "encapsulation": "shadow",
@@ -1016,13 +1016,13 @@
1016
1016
  {
1017
1017
  "name": "componentOnReady",
1018
1018
  "returns": {
1019
- "type": "Promise<void>",
1019
+ "type": "Promise<this>",
1020
1020
  "docs": ""
1021
1021
  },
1022
1022
  "complexType": {
1023
- "signature": "(): Promise<void>",
1023
+ "signature": "(): Promise<this>",
1024
1024
  "parameters": [],
1025
- "return": "Promise<void>",
1025
+ "return": "Promise<this>",
1026
1026
  "references": {
1027
1027
  "Promise": {
1028
1028
  "location": "import",
@@ -1031,7 +1031,7 @@
1031
1031
  }
1032
1032
  }
1033
1033
  },
1034
- "signature": "componentOnReady(): Promise<void>",
1034
+ "signature": "componentOnReady(): Promise<this>",
1035
1035
  "parameters": [],
1036
1036
  "docs": "Create a promise that resolves once component is fully loaded.",
1037
1037
  "docsTags": [
@@ -1041,7 +1041,7 @@
1041
1041
  },
1042
1042
  {
1043
1043
  "name": "inheritedFrom",
1044
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
1044
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
1045
1045
  }
1046
1046
  ]
1047
1047
  },
@@ -1122,7 +1122,7 @@
1122
1122
  "docsTags": [
1123
1123
  {
1124
1124
  "name": "superclass",
1125
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
1125
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
1126
1126
  }
1127
1127
  ],
1128
1128
  "encapsulation": "shadow",
@@ -1257,13 +1257,13 @@
1257
1257
  {
1258
1258
  "name": "componentOnReady",
1259
1259
  "returns": {
1260
- "type": "Promise<void>",
1260
+ "type": "Promise<this>",
1261
1261
  "docs": ""
1262
1262
  },
1263
1263
  "complexType": {
1264
- "signature": "(): Promise<void>",
1264
+ "signature": "(): Promise<this>",
1265
1265
  "parameters": [],
1266
- "return": "Promise<void>",
1266
+ "return": "Promise<this>",
1267
1267
  "references": {
1268
1268
  "Promise": {
1269
1269
  "location": "import",
@@ -1272,7 +1272,7 @@
1272
1272
  }
1273
1273
  }
1274
1274
  },
1275
- "signature": "componentOnReady(): Promise<void>",
1275
+ "signature": "componentOnReady(): Promise<this>",
1276
1276
  "parameters": [],
1277
1277
  "docs": "Create a promise that resolves once component is fully loaded.",
1278
1278
  "docsTags": [
@@ -1282,7 +1282,7 @@
1282
1282
  },
1283
1283
  {
1284
1284
  "name": "inheritedFrom",
1285
- "text": "{\"name\":\"LitElement\",\"package\":\"@arcgis/lumina\"}"
1285
+ "text": "{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"
1286
1286
  }
1287
1287
  ]
1288
1288
  }
@@ -4,7 +4,7 @@
4
4
  "tags": [
5
5
  {
6
6
  "name": "arcgis-portal-classification-banner",
7
- "description": "### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component",
7
+ "description": "### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component",
8
8
  "attributes": [
9
9
  {
10
10
  "name": "missing-existing-classification",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  {
35
35
  "name": "arcgis-portal-classification-config",
36
- "description": "The `arcgis-portal-classification-config` component enables users to edit or provide a classification schema to a portal item through a user-friendly form. The schema is saved to the associated portal item.\n--\n\n### Events\n- **arcgisPropertyChange** - Event emitted when component property values status, values, or valid change.\n\n### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component.\n- `resetForm(): Promise<void>` - Reset the form to the initial classification values from the portalItem\n- `validateForm(): Promise<void>` - Validates the form and sets the formValidationErrors state.",
36
+ "description": "The `arcgis-portal-classification-config` component enables users to edit or provide a classification schema to a portal item through a user-friendly form. The schema is saved to the associated portal item.\n--\n\n### Events\n- **arcgisPropertyChange** - Event emitted when component property values status, values, or valid change.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component.\n- `resetForm(): Promise<void>` - Reset the form to the initial classification values from the portalItem\n- `validateForm(): Promise<void>` - Validates the form and sets the formValidationErrors state.",
37
37
  "attributes": [
38
38
  {
39
39
  "name": "status",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  {
70
70
  "name": "arcgis-portal-classification-favorite",
71
- "description": "### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.",
71
+ "description": "### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.",
72
72
  "attributes": [
73
73
  {
74
74
  "name": "selected-favorite-classification-name",
@@ -79,7 +79,7 @@
79
79
  },
80
80
  {
81
81
  "name": "arcgis-portal-classification-form-element",
82
- "description": "A web component that renders form elements for a classification schema attribute.\n--\n\n### Events\n- **arcgisAttributeValueChange** - The attribute value has changed.\n\n### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.",
82
+ "description": "A web component that renders form elements for a classification schema attribute.\n--\n\n### Events\n- **arcgisAttributeValueChange** - The attribute value has changed.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.",
83
83
  "attributes": [
84
84
  {
85
85
  "name": "attribute-key",
@@ -90,7 +90,7 @@
90
90
  },
91
91
  {
92
92
  "name": "arcgis-portal-extent-picker",
93
- "description": "To select extent value from a map or by entering coordinates.\n--\n\n### Events\n- **arcgisExtentPickerChange** - Emitted when the extent value changes\n- **arcgisExtentPickerClose** - Emitted when the dialog is closed\n- **arcgisExtentPickerSave** - Emitted when the save button is clicked\n\n### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.\n- `getExtent(): ExtentObj` - Returns the current extent value",
93
+ "description": "To select extent value from a map or by entering coordinates.\n--\n\n### Events\n- **arcgisExtentPickerChange** - Emitted when the extent value changes\n- **arcgisExtentPickerClose** - Emitted when the dialog is closed\n- **arcgisExtentPickerSave** - Emitted when the save button is clicked\n\n### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.\n- `getExtent(): ExtentObj` - Returns the current extent value",
94
94
  "attributes": [
95
95
  {
96
96
  "name": "active",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  {
124
124
  "name": "arcgis-portal-field-delete",
125
- "description": "### Events\n- **arcgisBeforeDelete** - Emitted when the user initiates the delete process.\n- **arcgisBeforeModalClose** - Emitted before the modal is closed if the alert is handled in consumer.\n- **arcgisClose** - Emitted when the component is closed for any reason.\n- **arcgisFieldsDeleted** - Emitted when the field is successfully deleted.\n\n### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.",
125
+ "description": "### Events\n- **arcgisBeforeDelete** - Emitted when the user initiates the delete process.\n- **arcgisBeforeModalClose** - Emitted before the modal is closed if the alert is handled in consumer.\n- **arcgisClose** - Emitted when the component is closed for any reason.\n- **arcgisFieldsDeleted** - Emitted when the field is successfully deleted.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.",
126
126
  "attributes": [],
127
127
  "references": []
128
128
  }
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@arcgis/portal-components",
4
- "version": "5.0.0-next.117",
4
+ "version": "5.0.0-next.118",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "elements": [
9
9
  {
10
10
  "name": "arcgis-portal-classification-banner",
11
- "description": "### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component",
11
+ "description": "### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component",
12
12
  "attributes": [
13
13
  {
14
14
  "name": "missing-existing-classification",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  {
69
69
  "name": "arcgis-portal-classification-config",
70
- "description": "The `arcgis-portal-classification-config` component enables users to edit or provide a classification schema to a portal item through a user-friendly form. The schema is saved to the associated portal item.\n--\n\n### Events\n- **arcgisPropertyChange** - Event emitted when component property values status, values, or valid change.\n\n### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component.\n- `resetForm(): Promise<void>` - Reset the form to the initial classification values from the portalItem\n- `validateForm(): Promise<void>` - Validates the form and sets the formValidationErrors state.",
70
+ "description": "The `arcgis-portal-classification-config` component enables users to edit or provide a classification schema to a portal item through a user-friendly form. The schema is saved to the associated portal item.\n--\n\n### Events\n- **arcgisPropertyChange** - Event emitted when component property values status, values, or valid change.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component.\n- `resetForm(): Promise<void>` - Reset the form to the initial classification values from the portalItem\n- `validateForm(): Promise<void>` - Validates the form and sets the formValidationErrors state.",
71
71
  "attributes": [
72
72
  {
73
73
  "name": "status",
@@ -137,7 +137,7 @@
137
137
  },
138
138
  {
139
139
  "name": "arcgis-portal-classification-favorite",
140
- "description": "### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.",
140
+ "description": "### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.",
141
141
  "attributes": [
142
142
  {
143
143
  "name": "selected-favorite-classification-name",
@@ -187,7 +187,7 @@
187
187
  },
188
188
  {
189
189
  "name": "arcgis-portal-classification-form-element",
190
- "description": "A web component that renders form elements for a classification schema attribute.\n--\n\n### Events\n- **arcgisAttributeValueChange** - The attribute value has changed.\n\n### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.",
190
+ "description": "A web component that renders form elements for a classification schema attribute.\n--\n\n### Events\n- **arcgisAttributeValueChange** - The attribute value has changed.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.",
191
191
  "attributes": [
192
192
  {
193
193
  "name": "attribute-key",
@@ -237,7 +237,7 @@
237
237
  },
238
238
  {
239
239
  "name": "arcgis-portal-extent-picker",
240
- "description": "To select extent value from a map or by entering coordinates.\n--\n\n### Events\n- **arcgisExtentPickerChange** - Emitted when the extent value changes\n- **arcgisExtentPickerClose** - Emitted when the dialog is closed\n- **arcgisExtentPickerSave** - Emitted when the save button is clicked\n\n### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.\n- `getExtent(): ExtentObj` - Returns the current extent value",
240
+ "description": "To select extent value from a map or by entering coordinates.\n--\n\n### Events\n- **arcgisExtentPickerChange** - Emitted when the extent value changes\n- **arcgisExtentPickerClose** - Emitted when the dialog is closed\n- **arcgisExtentPickerSave** - Emitted when the save button is clicked\n\n### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.\n- `getExtent(): ExtentObj` - Returns the current extent value",
241
241
  "attributes": [
242
242
  {
243
243
  "name": "active",
@@ -354,7 +354,7 @@
354
354
  },
355
355
  {
356
356
  "name": "arcgis-portal-field-delete",
357
- "description": "### Events\n- **arcgisBeforeDelete** - Emitted when the user initiates the delete process.\n- **arcgisBeforeModalClose** - Emitted before the modal is closed if the alert is handled in consumer.\n- **arcgisClose** - Emitted when the component is closed for any reason.\n- **arcgisFieldsDeleted** - Emitted when the field is successfully deleted.\n\n### Methods\n- `componentOnReady(): Promise<void>` - Create a promise that resolves once component is fully loaded.",
357
+ "description": "### Events\n- **arcgisBeforeDelete** - Emitted when the user initiates the delete process.\n- **arcgisBeforeModalClose** - Emitted before the modal is closed if the alert is handled in consumer.\n- **arcgisClose** - Emitted when the component is closed for any reason.\n- **arcgisFieldsDeleted** - Emitted when the field is successfully deleted.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Create a promise that resolves once component is fully loaded.",
358
358
  "attributes": [],
359
359
  "events": [
360
360
  {
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- import type { ArcgisPortalClassificationBanner } from "./components/arcgis-portal-classification-banner/index.js";
2
- import type { ArcgisPortalClassificationConfig } from "./components/arcgis-portal-classification-config/index.js";
3
- import type { ArcgisPortalClassificationFavorite } from "./components/arcgis-portal-classification-favorite/index.js";
4
- import type { ArcgisPortalClassificationFormElement } from "./components/arcgis-portal-classification-form-element/index.js";
5
- import type { ArcgisPortalExtentPicker } from "./components/arcgis-portal-extent-picker/index.js";
6
- import type { ArcgisPortalFieldDelete } from "./components/arcgis-portal-field-delete/index.js";
1
+ import type { ArcgisPortalClassificationBanner } from "./components/arcgis-portal-classification-banner/customElement.js";
2
+ import type { ArcgisPortalClassificationConfig } from "./components/arcgis-portal-classification-config/customElement.js";
3
+ import type { ArcgisPortalClassificationFavorite } from "./components/arcgis-portal-classification-favorite/customElement.js";
4
+ import type { ArcgisPortalClassificationFormElement } from "./components/arcgis-portal-classification-form-element/customElement.js";
5
+ import type { ArcgisPortalExtentPicker } from "./components/arcgis-portal-extent-picker/customElement.js";
6
+ import type { ArcgisPortalFieldDelete } from "./components/arcgis-portal-field-delete/customElement.js";
7
7
 
8
8
  /**
9
9
  * Place in this file any utility functions you wish to expose for the consumers
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { g as a, s as t } from "./chunks/runtime.js";
2
2
  import { c as o, a as r } from "./chunks/fieldAddDelete.js";
3
3
  /*! All material copyright Esri, All Rights Reserved, unless otherwise specified.
4
4
  See https://js.arcgis.com/5.0/esri/copyright.txt for details.
5
- v5.0.0-next.117 */
5
+ v5.0.0-next.118 */
6
6
  export {
7
7
  o as canAddField,
8
8
  r as canDeleteField,
package/dist/loader.js CHANGED
@@ -2,7 +2,7 @@ import { r as e } from "./chunks/runtime.js";
2
2
  import { makeDefineCustomElements as t } from "@arcgis/lumina";
3
3
  /*! All material copyright Esri, All Rights Reserved, unless otherwise specified.
4
4
  See https://js.arcgis.com/5.0/esri/copyright.txt for details.
5
- v5.0.0-next.117 */
5
+ v5.0.0-next.118 */
6
6
  const r = t(e, {
7
7
  "arcgis-portal-classification-banner": [() => import("./components/arcgis-portal-classification-banner/customElement.js"), "autoDestroyDisabled,missingExistingClassification,portalItem:,validationErrors,variant;destroy"],
8
8
  "arcgis-portal-classification-config": [() => import("./components/arcgis-portal-classification-config/customElement.js"), "autoDestroyDisabled,portalItem:,status,valid,values;destroy,resetForm,validateForm"],
@@ -1 +1,2 @@
1
+ /** @deprecated import from stencil.d.ts instead */
1
2
  export * from "./stencil.js";
@@ -1,10 +1,10 @@
1
1
  /// <reference types="../index.d.ts" />
2
- import type { ArcgisPortalClassificationBanner } from "../components/arcgis-portal-classification-banner/index.js";
3
- import type { ArcgisPortalClassificationConfig } from "../components/arcgis-portal-classification-config/index.js";
4
- import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-portal-classification-favorite/index.js";
5
- import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/index.js";
6
- import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/index.js";
7
- import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/index.js";
2
+ import type { ArcgisPortalClassificationBanner } from "../components/arcgis-portal-classification-banner/customElement.js";
3
+ import type { ArcgisPortalClassificationConfig } from "../components/arcgis-portal-classification-config/customElement.js";
4
+ import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-portal-classification-favorite/customElement.js";
5
+ import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/customElement.js";
6
+ import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/customElement.js";
7
+ import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/customElement.js";
8
8
  import type { h, EventHandler } from "@arcgis/lumina";
9
9
 
10
10
  interface LuminaArcgisPortalClassificationBanner extends Partial<Pick<ArcgisPortalClassificationBanner, 'missingExistingClassification' | 'portalItem' | 'validationErrors' | 'variant'>>, h.JSX.HTMLAttributes<HTMLArcgisPortalClassificationBannerElement> {
@@ -1,10 +1,10 @@
1
1
  /// <reference types="../index.d.ts" />
2
- import type { ArcgisPortalClassificationBanner } from "../components/arcgis-portal-classification-banner/index.js";
3
- import type { ArcgisPortalClassificationConfig } from "../components/arcgis-portal-classification-config/index.js";
4
- import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-portal-classification-favorite/index.js";
5
- import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/index.js";
6
- import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/index.js";
7
- import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/index.js";
2
+ import type { ArcgisPortalClassificationBanner } from "../components/arcgis-portal-classification-banner/customElement.js";
3
+ import type { ArcgisPortalClassificationConfig } from "../components/arcgis-portal-classification-config/customElement.js";
4
+ import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-portal-classification-favorite/customElement.js";
5
+ import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/customElement.js";
6
+ import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/customElement.js";
7
+ import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/customElement.js";
8
8
  import { HTMLAttributes } from "preact";
9
9
  import type { EventHandler } from "@arcgis/lumina";
10
10
 
@@ -1,10 +1,10 @@
1
1
  /// <reference types="../index.d.ts" />
2
- import type { ArcgisPortalClassificationBanner } from "../components/arcgis-portal-classification-banner/index.js";
3
- import type { ArcgisPortalClassificationConfig } from "../components/arcgis-portal-classification-config/index.js";
4
- import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-portal-classification-favorite/index.js";
5
- import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/index.js";
6
- import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/index.js";
7
- import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/index.js";
2
+ import type { ArcgisPortalClassificationBanner } from "../components/arcgis-portal-classification-banner/customElement.js";
3
+ import type { ArcgisPortalClassificationConfig } from "../components/arcgis-portal-classification-config/customElement.js";
4
+ import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-portal-classification-favorite/customElement.js";
5
+ import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/customElement.js";
6
+ import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/customElement.js";
7
+ import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/customElement.js";
8
8
  import type { HTMLProps } from 'react';
9
9
  import type { EventHandler } from "@arcgis/lumina";
10
10
 
@@ -1,10 +1,10 @@
1
1
  /// <reference types="../index.d.ts" />
2
- import type { ArcgisPortalClassificationBanner } from "../components/arcgis-portal-classification-banner/index.js";
3
- import type { ArcgisPortalClassificationConfig } from "../components/arcgis-portal-classification-config/index.js";
4
- import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-portal-classification-favorite/index.js";
5
- import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/index.js";
6
- import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/index.js";
7
- import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/index.js";
2
+ import type { ArcgisPortalClassificationBanner } from "../components/arcgis-portal-classification-banner/customElement.js";
3
+ import type { ArcgisPortalClassificationConfig } from "../components/arcgis-portal-classification-config/customElement.js";
4
+ import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-portal-classification-favorite/customElement.js";
5
+ import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/customElement.js";
6
+ import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/customElement.js";
7
+ import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/customElement.js";
8
8
  import { JSXBase as StencilJsx } from "@stencil/core/internal";
9
9
  import type { EventHandler } from "@arcgis/lumina";
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components",
3
- "version": "5.0.0-next.117",
3
+ "version": "5.0.0-next.118",
4
4
  "description": "ArcGIS Portal Components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -38,8 +38,8 @@
38
38
  ],
39
39
  "license": "SEE LICENSE IN LICENSE.md",
40
40
  "dependencies": {
41
- "@arcgis/lumina": "5.0.0-next.117",
42
- "@arcgis/toolkit": "5.0.0-next.117",
41
+ "@arcgis/lumina": "5.0.0-next.118",
42
+ "@arcgis/toolkit": "5.0.0-next.118",
43
43
  "@lit/task": "^1.0.3",
44
44
  "lit": "^3.3.0",
45
45
  "tslib": "^2.8.1"