@arcgis/portal-components 5.0.0-next.116 → 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.
- package/dist/cdn/{K5L3YOUF.js → 33NBHV55.js} +2 -2
- package/dist/cdn/{KDVM6C5Q.js → AD6C7BMM.js} +2 -2
- package/dist/cdn/{ALYGRC36.js → BUCQ4NBB.js} +1 -1
- package/dist/cdn/{4FHRCQHI.js → CG2WH3D5.js} +2 -2
- package/dist/cdn/{AWPRSWV5.js → DMDITQLW.js} +2 -2
- package/dist/cdn/{KX2HU3FG.js → LFFZFASW.js} +2 -2
- package/dist/cdn/{DSKYNH53.js → MSFCQWVT.js} +2 -2
- package/dist/cdn/{FF6MYDIX.js → QD263FJ3.js} +1 -1
- package/dist/cdn/{VKIXAGE5.js → S6JS75GH.js} +2 -2
- package/dist/cdn/{U6LXGT66.js → X5O3EPPN.js} +2 -2
- package/dist/cdn/{QR7HHI5E.js → XKDMRQBF.js} +2 -2
- package/dist/cdn/{Y6SYGSC7.js → YJDURQHU.js} +2 -2
- package/dist/cdn/{CN3O3UDI.js → ZLDSL6TA.js} +2 -2
- package/dist/cdn/{7QTESPYS.js → ZTCP4LUP.js} +2 -2
- package/dist/cdn/{36UVYLRL.js → ZUT2TJI2.js} +1 -1
- package/dist/cdn/index.js +2 -2
- package/dist/chunks/common.js +1 -1
- package/dist/chunks/fieldAddDelete.js +1 -1
- package/dist/chunks/loadClassificationData.js +1 -1
- package/dist/chunks/requests.js +1 -1
- package/dist/chunks/runtime.js +1 -1
- package/dist/chunks/useT9n.js +1 -1
- package/dist/components/arcgis-portal-classification-banner/customElement.js +1 -1
- package/dist/components/arcgis-portal-classification-config/customElement.js +1 -1
- package/dist/components/arcgis-portal-classification-favorite/customElement.js +1 -1
- package/dist/components/arcgis-portal-classification-form-element/customElement.js +1 -1
- package/dist/components/arcgis-portal-extent-picker/customElement.js +1 -1
- package/dist/components/arcgis-portal-extent-picker-coord-field/customElement.js +1 -1
- package/dist/components/arcgis-portal-field-delete/customElement.js +1 -1
- package/dist/docs/api.json +327 -315
- package/dist/docs/docs.json +50 -50
- package/dist/docs/vscode.html-custom-data.json +6 -6
- package/dist/docs/web-types.json +7 -7
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1 -1
- package/dist/loader.js +1 -1
- package/dist/types/components.d.ts +1 -0
- package/dist/types/lumina.d.ts +6 -6
- package/dist/types/preact.d.ts +6 -6
- package/dist/types/react.d.ts +6 -6
- package/dist/types/stencil.d.ts +6 -6
- package/package.json +3 -3
package/dist/docs/api.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-01-
|
|
2
|
+
"timestamp": "2026-01-10T04:41:13",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@arcgis/lumina-compiler",
|
|
5
|
-
"version": "5.0.0-next.
|
|
5
|
+
"version": "5.0.0-next.118",
|
|
6
6
|
"typescriptVersion": "5.9.3"
|
|
7
7
|
},
|
|
8
8
|
"schemaVersion": "2.1.0",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"customElement": true,
|
|
18
18
|
"name": "ArcgisPortalClassificationBanner",
|
|
19
19
|
"tagName": "arcgis-portal-classification-banner",
|
|
20
|
+
"pascalCaseName": "ArcgisPortalClassificationBanner",
|
|
20
21
|
"docsTags": [
|
|
21
22
|
{
|
|
22
23
|
"name": "internal",
|
|
@@ -24,62 +25,11 @@
|
|
|
24
25
|
}
|
|
25
26
|
],
|
|
26
27
|
"superclass": {
|
|
27
|
-
"name": "
|
|
28
|
+
"name": "PublicLitElement",
|
|
29
|
+
"module": "PublicLitElement",
|
|
28
30
|
"package": "@arcgis/lumina"
|
|
29
31
|
},
|
|
30
|
-
"pascalCaseName": "ArcgisPortalClassificationBanner",
|
|
31
|
-
"importPath": "components/arcgis-portal-classification-banner",
|
|
32
32
|
"members": [
|
|
33
|
-
{
|
|
34
|
-
"kind": "method",
|
|
35
|
-
"name": "componentOnReady",
|
|
36
|
-
"return": {
|
|
37
|
-
"type": {
|
|
38
|
-
"text": "Promise<void>",
|
|
39
|
-
"references": [
|
|
40
|
-
{
|
|
41
|
-
"module": "lib/lib.es5.d.ts",
|
|
42
|
-
"name": "Promise",
|
|
43
|
-
"package": "typescript",
|
|
44
|
-
"start": 0,
|
|
45
|
-
"end": 7
|
|
46
|
-
}
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
51
|
-
"signature": "(): Promise<void>",
|
|
52
|
-
"inheritedFrom": {
|
|
53
|
-
"name": "LitElement",
|
|
54
|
-
"package": "@arcgis/lumina"
|
|
55
|
-
},
|
|
56
|
-
"docsTags": [
|
|
57
|
-
{
|
|
58
|
-
"name": "example",
|
|
59
|
-
"text": "```js\nconst arcgisPortalClassificationBanner = document.querySelector(\"arcgis-portal-classification-banner\");\ndocument.body.append(arcgisPortalClassificationBanner);\nawait arcgisPortalClassificationBanner.componentOnReady();\nconsole.log(\"arcgis-portal-classification-banner is ready to go!\");\n```"
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"kind": "method",
|
|
65
|
-
"name": "destroy",
|
|
66
|
-
"description": "Permanently destroy the component",
|
|
67
|
-
"return": {
|
|
68
|
-
"type": {
|
|
69
|
-
"text": "Promise<void>",
|
|
70
|
-
"references": [
|
|
71
|
-
{
|
|
72
|
-
"name": "Promise",
|
|
73
|
-
"package": "typescript",
|
|
74
|
-
"module": "lib/lib.es5.d.ts",
|
|
75
|
-
"start": 0,
|
|
76
|
-
"end": 7
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"signature": "(): Promise<void>"
|
|
82
|
-
},
|
|
83
33
|
{
|
|
84
34
|
"kind": "field",
|
|
85
35
|
"name": "missingExistingClassification",
|
|
@@ -136,17 +86,68 @@
|
|
|
136
86
|
"text": "\"full\" | \"preview\"",
|
|
137
87
|
"values": [
|
|
138
88
|
{
|
|
139
|
-
"
|
|
140
|
-
"
|
|
89
|
+
"type": "string",
|
|
90
|
+
"value": "full"
|
|
141
91
|
},
|
|
142
92
|
{
|
|
143
|
-
"
|
|
144
|
-
"
|
|
93
|
+
"type": "string",
|
|
94
|
+
"value": "preview"
|
|
145
95
|
}
|
|
146
96
|
]
|
|
147
97
|
},
|
|
148
98
|
"default": "\"full\"",
|
|
149
99
|
"attribute": "variant"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"kind": "method",
|
|
103
|
+
"name": "componentOnReady",
|
|
104
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
105
|
+
"docsTags": [
|
|
106
|
+
{
|
|
107
|
+
"name": "example",
|
|
108
|
+
"text": "```js\nconst arcgisPortalClassificationBanner = document.querySelector(\"arcgis-portal-classification-banner\");\ndocument.body.append(arcgisPortalClassificationBanner);\nawait arcgisPortalClassificationBanner.componentOnReady();\nconsole.log(\"arcgis-portal-classification-banner is ready to go!\");\n```"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"return": {
|
|
112
|
+
"type": {
|
|
113
|
+
"text": "Promise<this>",
|
|
114
|
+
"references": [
|
|
115
|
+
{
|
|
116
|
+
"module": "lib/lib.es5.d.ts",
|
|
117
|
+
"name": "Promise",
|
|
118
|
+
"package": "typescript",
|
|
119
|
+
"start": 0,
|
|
120
|
+
"end": 7
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"inheritedFrom": {
|
|
126
|
+
"name": "PublicLitElement",
|
|
127
|
+
"module": "PublicLitElement",
|
|
128
|
+
"package": "@arcgis/lumina"
|
|
129
|
+
},
|
|
130
|
+
"signature": "(): Promise<this>"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"kind": "method",
|
|
134
|
+
"name": "destroy",
|
|
135
|
+
"description": "Permanently destroy the component",
|
|
136
|
+
"return": {
|
|
137
|
+
"type": {
|
|
138
|
+
"text": "Promise<void>",
|
|
139
|
+
"references": [
|
|
140
|
+
{
|
|
141
|
+
"name": "Promise",
|
|
142
|
+
"package": "typescript",
|
|
143
|
+
"module": "lib/lib.es5.d.ts",
|
|
144
|
+
"start": 0,
|
|
145
|
+
"end": 7
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"signature": "(): Promise<void>"
|
|
150
151
|
}
|
|
151
152
|
],
|
|
152
153
|
"attributes": [
|
|
@@ -185,19 +186,20 @@
|
|
|
185
186
|
"text": "\"full\" | \"preview\"",
|
|
186
187
|
"values": [
|
|
187
188
|
{
|
|
188
|
-
"
|
|
189
|
-
"
|
|
189
|
+
"type": "string",
|
|
190
|
+
"value": "full"
|
|
190
191
|
},
|
|
191
192
|
{
|
|
192
|
-
"
|
|
193
|
-
"
|
|
193
|
+
"type": "string",
|
|
194
|
+
"value": "preview"
|
|
194
195
|
}
|
|
195
196
|
]
|
|
196
197
|
},
|
|
197
198
|
"default": "\"full\"",
|
|
198
199
|
"fieldName": "variant"
|
|
199
200
|
}
|
|
200
|
-
]
|
|
201
|
+
],
|
|
202
|
+
"importPath": "components/arcgis-portal-classification-banner"
|
|
201
203
|
}
|
|
202
204
|
],
|
|
203
205
|
"exports": [
|
|
@@ -220,6 +222,7 @@
|
|
|
220
222
|
"customElement": true,
|
|
221
223
|
"name": "ArcgisPortalClassificationConfig",
|
|
222
224
|
"tagName": "arcgis-portal-classification-config",
|
|
225
|
+
"pascalCaseName": "ArcgisPortalClassificationConfig",
|
|
223
226
|
"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.",
|
|
224
227
|
"docsTags": [
|
|
225
228
|
{
|
|
@@ -227,66 +230,20 @@
|
|
|
227
230
|
}
|
|
228
231
|
],
|
|
229
232
|
"superclass": {
|
|
230
|
-
"name": "
|
|
233
|
+
"name": "PublicLitElement",
|
|
234
|
+
"module": "PublicLitElement",
|
|
231
235
|
"package": "@arcgis/lumina"
|
|
232
236
|
},
|
|
233
|
-
"pascalCaseName": "ArcgisPortalClassificationConfig",
|
|
234
|
-
"importPath": "components/arcgis-portal-classification-config",
|
|
235
237
|
"members": [
|
|
236
|
-
{
|
|
237
|
-
"kind": "method",
|
|
238
|
-
"name": "componentOnReady",
|
|
239
|
-
"return": {
|
|
240
|
-
"type": {
|
|
241
|
-
"text": "Promise<void>",
|
|
242
|
-
"references": [
|
|
243
|
-
{
|
|
244
|
-
"module": "lib/lib.es5.d.ts",
|
|
245
|
-
"name": "Promise",
|
|
246
|
-
"package": "typescript",
|
|
247
|
-
"start": 0,
|
|
248
|
-
"end": 7
|
|
249
|
-
}
|
|
250
|
-
]
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
254
|
-
"signature": "(): Promise<void>",
|
|
255
|
-
"inheritedFrom": {
|
|
256
|
-
"name": "LitElement",
|
|
257
|
-
"package": "@arcgis/lumina"
|
|
258
|
-
},
|
|
259
|
-
"docsTags": [
|
|
260
|
-
{
|
|
261
|
-
"name": "example",
|
|
262
|
-
"text": "```js\nconst arcgisPortalClassificationConfig = document.querySelector(\"arcgis-portal-classification-config\");\ndocument.body.append(arcgisPortalClassificationConfig);\nawait arcgisPortalClassificationConfig.componentOnReady();\nconsole.log(\"arcgis-portal-classification-config is ready to go!\");\n```"
|
|
263
|
-
}
|
|
264
|
-
]
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"kind": "method",
|
|
268
|
-
"name": "destroy",
|
|
269
|
-
"description": "Permanently destroy the component.",
|
|
270
|
-
"return": {
|
|
271
|
-
"type": {
|
|
272
|
-
"text": "Promise<void>",
|
|
273
|
-
"references": [
|
|
274
|
-
{
|
|
275
|
-
"name": "Promise",
|
|
276
|
-
"package": "typescript",
|
|
277
|
-
"module": "lib/lib.es5.d.ts",
|
|
278
|
-
"start": 0,
|
|
279
|
-
"end": 7
|
|
280
|
-
}
|
|
281
|
-
]
|
|
282
|
-
}
|
|
283
|
-
},
|
|
284
|
-
"signature": "(): Promise<void>"
|
|
285
|
-
},
|
|
286
238
|
{
|
|
287
239
|
"kind": "field",
|
|
288
240
|
"name": "portalItem",
|
|
289
241
|
"description": "The portal item to display the classification banner for.",
|
|
242
|
+
"docsTags": [
|
|
243
|
+
{
|
|
244
|
+
"name": "required"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
290
247
|
"type": {
|
|
291
248
|
"text": "PortalItem | undefined",
|
|
292
249
|
"references": [
|
|
@@ -307,32 +264,7 @@
|
|
|
307
264
|
"type": "undefined"
|
|
308
265
|
}
|
|
309
266
|
]
|
|
310
|
-
}
|
|
311
|
-
"docsTags": [
|
|
312
|
-
{
|
|
313
|
-
"name": "required"
|
|
314
|
-
}
|
|
315
|
-
]
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"kind": "method",
|
|
319
|
-
"name": "resetForm",
|
|
320
|
-
"description": "Reset the form to the initial classification values from the portalItem",
|
|
321
|
-
"return": {
|
|
322
|
-
"type": {
|
|
323
|
-
"text": "Promise<void>",
|
|
324
|
-
"references": [
|
|
325
|
-
{
|
|
326
|
-
"name": "Promise",
|
|
327
|
-
"package": "typescript",
|
|
328
|
-
"module": "lib/lib.es5.d.ts",
|
|
329
|
-
"start": 0,
|
|
330
|
-
"end": 7
|
|
331
|
-
}
|
|
332
|
-
]
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
"signature": "(): Promise<void>"
|
|
267
|
+
}
|
|
336
268
|
},
|
|
337
269
|
{
|
|
338
270
|
"kind": "field",
|
|
@@ -342,20 +274,20 @@
|
|
|
342
274
|
"text": "\"error\" | \"idle\" | \"loaded\" | \"loading\"",
|
|
343
275
|
"values": [
|
|
344
276
|
{
|
|
345
|
-
"
|
|
346
|
-
"
|
|
277
|
+
"type": "string",
|
|
278
|
+
"value": "error"
|
|
347
279
|
},
|
|
348
280
|
{
|
|
349
|
-
"
|
|
350
|
-
"
|
|
281
|
+
"type": "string",
|
|
282
|
+
"value": "idle"
|
|
351
283
|
},
|
|
352
284
|
{
|
|
353
|
-
"
|
|
354
|
-
"
|
|
285
|
+
"type": "string",
|
|
286
|
+
"value": "loaded"
|
|
355
287
|
},
|
|
356
288
|
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
289
|
+
"type": "string",
|
|
290
|
+
"value": "loading"
|
|
359
291
|
}
|
|
360
292
|
]
|
|
361
293
|
},
|
|
@@ -380,10 +312,50 @@
|
|
|
380
312
|
"attribute": "valid",
|
|
381
313
|
"reflects": true
|
|
382
314
|
},
|
|
315
|
+
{
|
|
316
|
+
"kind": "field",
|
|
317
|
+
"name": "values",
|
|
318
|
+
"description": "The edited classification values of the portal item.",
|
|
319
|
+
"type": {
|
|
320
|
+
"text": "{\n [x: string]: any;\n}"
|
|
321
|
+
},
|
|
322
|
+
"attribute": "values"
|
|
323
|
+
},
|
|
383
324
|
{
|
|
384
325
|
"kind": "method",
|
|
385
|
-
"name": "
|
|
386
|
-
"description": "
|
|
326
|
+
"name": "componentOnReady",
|
|
327
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
328
|
+
"docsTags": [
|
|
329
|
+
{
|
|
330
|
+
"name": "example",
|
|
331
|
+
"text": "```js\nconst arcgisPortalClassificationConfig = document.querySelector(\"arcgis-portal-classification-config\");\ndocument.body.append(arcgisPortalClassificationConfig);\nawait arcgisPortalClassificationConfig.componentOnReady();\nconsole.log(\"arcgis-portal-classification-config is ready to go!\");\n```"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"return": {
|
|
335
|
+
"type": {
|
|
336
|
+
"text": "Promise<this>",
|
|
337
|
+
"references": [
|
|
338
|
+
{
|
|
339
|
+
"module": "lib/lib.es5.d.ts",
|
|
340
|
+
"name": "Promise",
|
|
341
|
+
"package": "typescript",
|
|
342
|
+
"start": 0,
|
|
343
|
+
"end": 7
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"inheritedFrom": {
|
|
349
|
+
"name": "PublicLitElement",
|
|
350
|
+
"module": "PublicLitElement",
|
|
351
|
+
"package": "@arcgis/lumina"
|
|
352
|
+
},
|
|
353
|
+
"signature": "(): Promise<this>"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"kind": "method",
|
|
357
|
+
"name": "destroy",
|
|
358
|
+
"description": "Permanently destroy the component.",
|
|
387
359
|
"return": {
|
|
388
360
|
"type": {
|
|
389
361
|
"text": "Promise<void>",
|
|
@@ -401,13 +373,44 @@
|
|
|
401
373
|
"signature": "(): Promise<void>"
|
|
402
374
|
},
|
|
403
375
|
{
|
|
404
|
-
"kind": "
|
|
405
|
-
"name": "
|
|
406
|
-
"description": "
|
|
407
|
-
"
|
|
408
|
-
"
|
|
376
|
+
"kind": "method",
|
|
377
|
+
"name": "resetForm",
|
|
378
|
+
"description": "Reset the form to the initial classification values from the portalItem",
|
|
379
|
+
"return": {
|
|
380
|
+
"type": {
|
|
381
|
+
"text": "Promise<void>",
|
|
382
|
+
"references": [
|
|
383
|
+
{
|
|
384
|
+
"name": "Promise",
|
|
385
|
+
"package": "typescript",
|
|
386
|
+
"module": "lib/lib.es5.d.ts",
|
|
387
|
+
"start": 0,
|
|
388
|
+
"end": 7
|
|
389
|
+
}
|
|
390
|
+
]
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"signature": "(): Promise<void>"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"kind": "method",
|
|
397
|
+
"name": "validateForm",
|
|
398
|
+
"description": "Validates the form and sets the formValidationErrors state.",
|
|
399
|
+
"return": {
|
|
400
|
+
"type": {
|
|
401
|
+
"text": "Promise<void>",
|
|
402
|
+
"references": [
|
|
403
|
+
{
|
|
404
|
+
"name": "Promise",
|
|
405
|
+
"package": "typescript",
|
|
406
|
+
"module": "lib/lib.es5.d.ts",
|
|
407
|
+
"start": 0,
|
|
408
|
+
"end": 7
|
|
409
|
+
}
|
|
410
|
+
]
|
|
411
|
+
}
|
|
409
412
|
},
|
|
410
|
-
"
|
|
413
|
+
"signature": "(): Promise<void>"
|
|
411
414
|
}
|
|
412
415
|
],
|
|
413
416
|
"attributes": [
|
|
@@ -418,20 +421,20 @@
|
|
|
418
421
|
"text": "\"error\" | \"idle\" | \"loaded\" | \"loading\"",
|
|
419
422
|
"values": [
|
|
420
423
|
{
|
|
421
|
-
"
|
|
422
|
-
"
|
|
424
|
+
"type": "string",
|
|
425
|
+
"value": "error"
|
|
423
426
|
},
|
|
424
427
|
{
|
|
425
|
-
"
|
|
426
|
-
"
|
|
428
|
+
"type": "string",
|
|
429
|
+
"value": "idle"
|
|
427
430
|
},
|
|
428
431
|
{
|
|
429
|
-
"
|
|
430
|
-
"
|
|
432
|
+
"type": "string",
|
|
433
|
+
"value": "loaded"
|
|
431
434
|
},
|
|
432
435
|
{
|
|
433
|
-
"
|
|
434
|
-
"
|
|
436
|
+
"type": "string",
|
|
437
|
+
"value": "loading"
|
|
435
438
|
}
|
|
436
439
|
]
|
|
437
440
|
},
|
|
@@ -469,7 +472,8 @@
|
|
|
469
472
|
"text": "{ name: \"values\" | \"valid\" | \"status\"; }"
|
|
470
473
|
}
|
|
471
474
|
}
|
|
472
|
-
]
|
|
475
|
+
],
|
|
476
|
+
"importPath": "components/arcgis-portal-classification-config"
|
|
473
477
|
}
|
|
474
478
|
],
|
|
475
479
|
"exports": [
|
|
@@ -492,12 +496,12 @@
|
|
|
492
496
|
"customElement": true,
|
|
493
497
|
"name": "ArcgisPortalClassificationFavorite",
|
|
494
498
|
"tagName": "arcgis-portal-classification-favorite",
|
|
499
|
+
"pascalCaseName": "ArcgisPortalClassificationFavorite",
|
|
495
500
|
"superclass": {
|
|
496
|
-
"name": "
|
|
501
|
+
"name": "PublicLitElement",
|
|
502
|
+
"module": "PublicLitElement",
|
|
497
503
|
"package": "@arcgis/lumina"
|
|
498
504
|
},
|
|
499
|
-
"pascalCaseName": "ArcgisPortalClassificationFavorite",
|
|
500
|
-
"importPath": "components/arcgis-portal-classification-favorite",
|
|
501
505
|
"members": [
|
|
502
506
|
{
|
|
503
507
|
"kind": "field",
|
|
@@ -514,36 +518,6 @@
|
|
|
514
518
|
"text": "{\n [x: string]: any;\n}"
|
|
515
519
|
}
|
|
516
520
|
},
|
|
517
|
-
{
|
|
518
|
-
"kind": "method",
|
|
519
|
-
"name": "componentOnReady",
|
|
520
|
-
"return": {
|
|
521
|
-
"type": {
|
|
522
|
-
"text": "Promise<void>",
|
|
523
|
-
"references": [
|
|
524
|
-
{
|
|
525
|
-
"module": "lib/lib.es5.d.ts",
|
|
526
|
-
"name": "Promise",
|
|
527
|
-
"package": "typescript",
|
|
528
|
-
"start": 0,
|
|
529
|
-
"end": 7
|
|
530
|
-
}
|
|
531
|
-
]
|
|
532
|
-
}
|
|
533
|
-
},
|
|
534
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
535
|
-
"signature": "(): Promise<void>",
|
|
536
|
-
"inheritedFrom": {
|
|
537
|
-
"name": "LitElement",
|
|
538
|
-
"package": "@arcgis/lumina"
|
|
539
|
-
},
|
|
540
|
-
"docsTags": [
|
|
541
|
-
{
|
|
542
|
-
"name": "example",
|
|
543
|
-
"text": "```js\nconst arcgisPortalClassificationFavorite = document.querySelector(\"arcgis-portal-classification-favorite\");\ndocument.body.append(arcgisPortalClassificationFavorite);\nawait arcgisPortalClassificationFavorite.componentOnReady();\nconsole.log(\"arcgis-portal-classification-favorite is ready to go!\");\n```"
|
|
544
|
-
}
|
|
545
|
-
]
|
|
546
|
-
},
|
|
547
521
|
{
|
|
548
522
|
"kind": "field",
|
|
549
523
|
"name": "favoriteClassifications",
|
|
@@ -635,6 +609,37 @@
|
|
|
635
609
|
}
|
|
636
610
|
]
|
|
637
611
|
}
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"kind": "method",
|
|
615
|
+
"name": "componentOnReady",
|
|
616
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
617
|
+
"docsTags": [
|
|
618
|
+
{
|
|
619
|
+
"name": "example",
|
|
620
|
+
"text": "```js\nconst arcgisPortalClassificationFavorite = document.querySelector(\"arcgis-portal-classification-favorite\");\ndocument.body.append(arcgisPortalClassificationFavorite);\nawait arcgisPortalClassificationFavorite.componentOnReady();\nconsole.log(\"arcgis-portal-classification-favorite is ready to go!\");\n```"
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"return": {
|
|
624
|
+
"type": {
|
|
625
|
+
"text": "Promise<this>",
|
|
626
|
+
"references": [
|
|
627
|
+
{
|
|
628
|
+
"module": "lib/lib.es5.d.ts",
|
|
629
|
+
"name": "Promise",
|
|
630
|
+
"package": "typescript",
|
|
631
|
+
"start": 0,
|
|
632
|
+
"end": 7
|
|
633
|
+
}
|
|
634
|
+
]
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"inheritedFrom": {
|
|
638
|
+
"name": "PublicLitElement",
|
|
639
|
+
"module": "PublicLitElement",
|
|
640
|
+
"package": "@arcgis/lumina"
|
|
641
|
+
},
|
|
642
|
+
"signature": "(): Promise<this>"
|
|
638
643
|
}
|
|
639
644
|
],
|
|
640
645
|
"attributes": [
|
|
@@ -651,7 +656,8 @@
|
|
|
651
656
|
"default": "\"\"",
|
|
652
657
|
"fieldName": "selectedFavoriteClassificationName"
|
|
653
658
|
}
|
|
654
|
-
]
|
|
659
|
+
],
|
|
660
|
+
"importPath": "components/arcgis-portal-classification-favorite"
|
|
655
661
|
}
|
|
656
662
|
],
|
|
657
663
|
"exports": [
|
|
@@ -674,6 +680,7 @@
|
|
|
674
680
|
"customElement": true,
|
|
675
681
|
"name": "ArcgisPortalClassificationFormElement",
|
|
676
682
|
"tagName": "arcgis-portal-classification-form-element",
|
|
683
|
+
"pascalCaseName": "ArcgisPortalClassificationFormElement",
|
|
677
684
|
"description": "A web component that renders form elements for a classification schema attribute.",
|
|
678
685
|
"docsTags": [
|
|
679
686
|
{
|
|
@@ -681,11 +688,10 @@
|
|
|
681
688
|
}
|
|
682
689
|
],
|
|
683
690
|
"superclass": {
|
|
684
|
-
"name": "
|
|
691
|
+
"name": "PublicLitElement",
|
|
692
|
+
"module": "PublicLitElement",
|
|
685
693
|
"package": "@arcgis/lumina"
|
|
686
694
|
},
|
|
687
|
-
"pascalCaseName": "ArcgisPortalClassificationFormElement",
|
|
688
|
-
"importPath": "components/arcgis-portal-classification-form-element",
|
|
689
695
|
"members": [
|
|
690
696
|
{
|
|
691
697
|
"kind": "field",
|
|
@@ -876,36 +882,6 @@
|
|
|
876
882
|
},
|
|
877
883
|
"attribute": "attribute-key"
|
|
878
884
|
},
|
|
879
|
-
{
|
|
880
|
-
"kind": "method",
|
|
881
|
-
"name": "componentOnReady",
|
|
882
|
-
"return": {
|
|
883
|
-
"type": {
|
|
884
|
-
"text": "Promise<void>",
|
|
885
|
-
"references": [
|
|
886
|
-
{
|
|
887
|
-
"module": "lib/lib.es5.d.ts",
|
|
888
|
-
"name": "Promise",
|
|
889
|
-
"package": "typescript",
|
|
890
|
-
"start": 0,
|
|
891
|
-
"end": 7
|
|
892
|
-
}
|
|
893
|
-
]
|
|
894
|
-
}
|
|
895
|
-
},
|
|
896
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
897
|
-
"signature": "(): Promise<void>",
|
|
898
|
-
"inheritedFrom": {
|
|
899
|
-
"name": "LitElement",
|
|
900
|
-
"package": "@arcgis/lumina"
|
|
901
|
-
},
|
|
902
|
-
"docsTags": [
|
|
903
|
-
{
|
|
904
|
-
"name": "example",
|
|
905
|
-
"text": "```js\nconst arcgisPortalClassificationFormElement = document.querySelector(\"arcgis-portal-classification-form-element\");\ndocument.body.append(arcgisPortalClassificationFormElement);\nawait arcgisPortalClassificationFormElement.componentOnReady();\nconsole.log(\"arcgis-portal-classification-form-element is ready to go!\");\n```"
|
|
906
|
-
}
|
|
907
|
-
]
|
|
908
|
-
},
|
|
909
885
|
{
|
|
910
886
|
"kind": "field",
|
|
911
887
|
"name": "isRequiredErrors",
|
|
@@ -935,6 +911,37 @@
|
|
|
935
911
|
"type": {
|
|
936
912
|
"text": "unknown"
|
|
937
913
|
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"kind": "method",
|
|
917
|
+
"name": "componentOnReady",
|
|
918
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
919
|
+
"docsTags": [
|
|
920
|
+
{
|
|
921
|
+
"name": "example",
|
|
922
|
+
"text": "```js\nconst arcgisPortalClassificationFormElement = document.querySelector(\"arcgis-portal-classification-form-element\");\ndocument.body.append(arcgisPortalClassificationFormElement);\nawait arcgisPortalClassificationFormElement.componentOnReady();\nconsole.log(\"arcgis-portal-classification-form-element is ready to go!\");\n```"
|
|
923
|
+
}
|
|
924
|
+
],
|
|
925
|
+
"return": {
|
|
926
|
+
"type": {
|
|
927
|
+
"text": "Promise<this>",
|
|
928
|
+
"references": [
|
|
929
|
+
{
|
|
930
|
+
"module": "lib/lib.es5.d.ts",
|
|
931
|
+
"name": "Promise",
|
|
932
|
+
"package": "typescript",
|
|
933
|
+
"start": 0,
|
|
934
|
+
"end": 7
|
|
935
|
+
}
|
|
936
|
+
]
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
"inheritedFrom": {
|
|
940
|
+
"name": "PublicLitElement",
|
|
941
|
+
"module": "PublicLitElement",
|
|
942
|
+
"package": "@arcgis/lumina"
|
|
943
|
+
},
|
|
944
|
+
"signature": "(): Promise<this>"
|
|
938
945
|
}
|
|
939
946
|
],
|
|
940
947
|
"attributes": [
|
|
@@ -959,7 +966,8 @@
|
|
|
959
966
|
"text": "{\n [x: string]: unknown;\n}"
|
|
960
967
|
}
|
|
961
968
|
}
|
|
962
|
-
]
|
|
969
|
+
],
|
|
970
|
+
"importPath": "components/arcgis-portal-classification-form-element"
|
|
963
971
|
}
|
|
964
972
|
],
|
|
965
973
|
"exports": [
|
|
@@ -982,13 +990,13 @@
|
|
|
982
990
|
"customElement": true,
|
|
983
991
|
"name": "ArcgisPortalExtentPicker",
|
|
984
992
|
"tagName": "arcgis-portal-extent-picker",
|
|
993
|
+
"pascalCaseName": "ArcgisPortalExtentPicker",
|
|
985
994
|
"description": "To select extent value from a map or by entering coordinates.",
|
|
986
995
|
"superclass": {
|
|
987
|
-
"name": "
|
|
996
|
+
"name": "PublicLitElement",
|
|
997
|
+
"module": "PublicLitElement",
|
|
988
998
|
"package": "@arcgis/lumina"
|
|
989
999
|
},
|
|
990
|
-
"pascalCaseName": "ArcgisPortalExtentPicker",
|
|
991
|
-
"importPath": "components/arcgis-portal-extent-picker",
|
|
992
1000
|
"members": [
|
|
993
1001
|
{
|
|
994
1002
|
"kind": "field",
|
|
@@ -1005,36 +1013,6 @@
|
|
|
1005
1013
|
"default": "false",
|
|
1006
1014
|
"attribute": "active"
|
|
1007
1015
|
},
|
|
1008
|
-
{
|
|
1009
|
-
"kind": "method",
|
|
1010
|
-
"name": "componentOnReady",
|
|
1011
|
-
"return": {
|
|
1012
|
-
"type": {
|
|
1013
|
-
"text": "Promise<void>",
|
|
1014
|
-
"references": [
|
|
1015
|
-
{
|
|
1016
|
-
"module": "lib/lib.es5.d.ts",
|
|
1017
|
-
"name": "Promise",
|
|
1018
|
-
"package": "typescript",
|
|
1019
|
-
"start": 0,
|
|
1020
|
-
"end": 7
|
|
1021
|
-
}
|
|
1022
|
-
]
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
1026
|
-
"signature": "(): Promise<void>",
|
|
1027
|
-
"inheritedFrom": {
|
|
1028
|
-
"name": "LitElement",
|
|
1029
|
-
"package": "@arcgis/lumina"
|
|
1030
|
-
},
|
|
1031
|
-
"docsTags": [
|
|
1032
|
-
{
|
|
1033
|
-
"name": "example",
|
|
1034
|
-
"text": "```js\nconst arcgisPortalExtentPicker = document.querySelector(\"arcgis-portal-extent-picker\");\ndocument.body.append(arcgisPortalExtentPicker);\nawait arcgisPortalExtentPicker.componentOnReady();\nconsole.log(\"arcgis-portal-extent-picker is ready to go!\");\n```"
|
|
1035
|
-
}
|
|
1036
|
-
]
|
|
1037
|
-
},
|
|
1038
1016
|
{
|
|
1039
1017
|
"kind": "field",
|
|
1040
1018
|
"name": "contentOnly",
|
|
@@ -1072,17 +1050,6 @@
|
|
|
1072
1050
|
"text": "{\n ymin: string;\n ymax: string;\n xmin: string;\n xmax: string;\n}"
|
|
1073
1051
|
}
|
|
1074
1052
|
},
|
|
1075
|
-
{
|
|
1076
|
-
"kind": "method",
|
|
1077
|
-
"name": "getExtent",
|
|
1078
|
-
"description": "Returns the current extent value",
|
|
1079
|
-
"return": {
|
|
1080
|
-
"type": {
|
|
1081
|
-
"text": "{ extent: ExtentValue; }"
|
|
1082
|
-
}
|
|
1083
|
-
},
|
|
1084
|
-
"signature": "(): ExtentObj"
|
|
1085
|
-
},
|
|
1086
1053
|
{
|
|
1087
1054
|
"kind": "field",
|
|
1088
1055
|
"name": "isArea",
|
|
@@ -1129,6 +1096,48 @@
|
|
|
1129
1096
|
}
|
|
1130
1097
|
]
|
|
1131
1098
|
}
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"kind": "method",
|
|
1102
|
+
"name": "componentOnReady",
|
|
1103
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
1104
|
+
"docsTags": [
|
|
1105
|
+
{
|
|
1106
|
+
"name": "example",
|
|
1107
|
+
"text": "```js\nconst arcgisPortalExtentPicker = document.querySelector(\"arcgis-portal-extent-picker\");\ndocument.body.append(arcgisPortalExtentPicker);\nawait arcgisPortalExtentPicker.componentOnReady();\nconsole.log(\"arcgis-portal-extent-picker is ready to go!\");\n```"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"return": {
|
|
1111
|
+
"type": {
|
|
1112
|
+
"text": "Promise<this>",
|
|
1113
|
+
"references": [
|
|
1114
|
+
{
|
|
1115
|
+
"module": "lib/lib.es5.d.ts",
|
|
1116
|
+
"name": "Promise",
|
|
1117
|
+
"package": "typescript",
|
|
1118
|
+
"start": 0,
|
|
1119
|
+
"end": 7
|
|
1120
|
+
}
|
|
1121
|
+
]
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
"inheritedFrom": {
|
|
1125
|
+
"name": "PublicLitElement",
|
|
1126
|
+
"module": "PublicLitElement",
|
|
1127
|
+
"package": "@arcgis/lumina"
|
|
1128
|
+
},
|
|
1129
|
+
"signature": "(): Promise<this>"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"kind": "method",
|
|
1133
|
+
"name": "getExtent",
|
|
1134
|
+
"description": "Returns the current extent value",
|
|
1135
|
+
"return": {
|
|
1136
|
+
"type": {
|
|
1137
|
+
"text": "{ extent: ExtentValue; }"
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"signature": "(): ExtentObj"
|
|
1132
1141
|
}
|
|
1133
1142
|
],
|
|
1134
1143
|
"attributes": [
|
|
@@ -1223,7 +1232,8 @@
|
|
|
1223
1232
|
"text": "{ extent: ExtentValue; }"
|
|
1224
1233
|
}
|
|
1225
1234
|
}
|
|
1226
|
-
]
|
|
1235
|
+
],
|
|
1236
|
+
"importPath": "components/arcgis-portal-extent-picker"
|
|
1227
1237
|
}
|
|
1228
1238
|
],
|
|
1229
1239
|
"exports": [
|
|
@@ -1246,43 +1256,13 @@
|
|
|
1246
1256
|
"customElement": true,
|
|
1247
1257
|
"name": "ArcgisPortalFieldDelete",
|
|
1248
1258
|
"tagName": "arcgis-portal-field-delete",
|
|
1259
|
+
"pascalCaseName": "ArcgisPortalFieldDelete",
|
|
1249
1260
|
"superclass": {
|
|
1250
|
-
"name": "
|
|
1261
|
+
"name": "PublicLitElement",
|
|
1262
|
+
"module": "PublicLitElement",
|
|
1251
1263
|
"package": "@arcgis/lumina"
|
|
1252
1264
|
},
|
|
1253
|
-
"pascalCaseName": "ArcgisPortalFieldDelete",
|
|
1254
|
-
"importPath": "components/arcgis-portal-field-delete",
|
|
1255
1265
|
"members": [
|
|
1256
|
-
{
|
|
1257
|
-
"kind": "method",
|
|
1258
|
-
"name": "componentOnReady",
|
|
1259
|
-
"return": {
|
|
1260
|
-
"type": {
|
|
1261
|
-
"text": "Promise<void>",
|
|
1262
|
-
"references": [
|
|
1263
|
-
{
|
|
1264
|
-
"module": "lib/lib.es5.d.ts",
|
|
1265
|
-
"name": "Promise",
|
|
1266
|
-
"package": "typescript",
|
|
1267
|
-
"start": 0,
|
|
1268
|
-
"end": 7
|
|
1269
|
-
}
|
|
1270
|
-
]
|
|
1271
|
-
}
|
|
1272
|
-
},
|
|
1273
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
1274
|
-
"signature": "(): Promise<void>",
|
|
1275
|
-
"inheritedFrom": {
|
|
1276
|
-
"name": "LitElement",
|
|
1277
|
-
"package": "@arcgis/lumina"
|
|
1278
|
-
},
|
|
1279
|
-
"docsTags": [
|
|
1280
|
-
{
|
|
1281
|
-
"name": "example",
|
|
1282
|
-
"text": "```js\nconst arcgisPortalFieldDelete = document.querySelector(\"arcgis-portal-field-delete\");\ndocument.body.append(arcgisPortalFieldDelete);\nawait arcgisPortalFieldDelete.componentOnReady();\nconsole.log(\"arcgis-portal-field-delete is ready to go!\");\n```"
|
|
1283
|
-
}
|
|
1284
|
-
]
|
|
1285
|
-
},
|
|
1286
1266
|
{
|
|
1287
1267
|
"kind": "field",
|
|
1288
1268
|
"name": "config",
|
|
@@ -1383,6 +1363,37 @@
|
|
|
1383
1363
|
}
|
|
1384
1364
|
]
|
|
1385
1365
|
}
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "method",
|
|
1369
|
+
"name": "componentOnReady",
|
|
1370
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
1371
|
+
"docsTags": [
|
|
1372
|
+
{
|
|
1373
|
+
"name": "example",
|
|
1374
|
+
"text": "```js\nconst arcgisPortalFieldDelete = document.querySelector(\"arcgis-portal-field-delete\");\ndocument.body.append(arcgisPortalFieldDelete);\nawait arcgisPortalFieldDelete.componentOnReady();\nconsole.log(\"arcgis-portal-field-delete is ready to go!\");\n```"
|
|
1375
|
+
}
|
|
1376
|
+
],
|
|
1377
|
+
"return": {
|
|
1378
|
+
"type": {
|
|
1379
|
+
"text": "Promise<this>",
|
|
1380
|
+
"references": [
|
|
1381
|
+
{
|
|
1382
|
+
"module": "lib/lib.es5.d.ts",
|
|
1383
|
+
"name": "Promise",
|
|
1384
|
+
"package": "typescript",
|
|
1385
|
+
"start": 0,
|
|
1386
|
+
"end": 7
|
|
1387
|
+
}
|
|
1388
|
+
]
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
"inheritedFrom": {
|
|
1392
|
+
"name": "PublicLitElement",
|
|
1393
|
+
"module": "PublicLitElement",
|
|
1394
|
+
"package": "@arcgis/lumina"
|
|
1395
|
+
},
|
|
1396
|
+
"signature": "(): Promise<this>"
|
|
1386
1397
|
}
|
|
1387
1398
|
],
|
|
1388
1399
|
"events": [
|
|
@@ -1419,7 +1430,8 @@
|
|
|
1419
1430
|
"text": "void"
|
|
1420
1431
|
}
|
|
1421
1432
|
}
|
|
1422
|
-
]
|
|
1433
|
+
],
|
|
1434
|
+
"importPath": "components/arcgis-portal-field-delete"
|
|
1423
1435
|
}
|
|
1424
1436
|
],
|
|
1425
1437
|
"exports": [
|