@arcgis/common-components 5.0.0-next.117 → 5.0.0-next.119
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/{CWCUPQNZ.js → 2B3244CN.js} +2 -2
- package/dist/cdn/{6F46EKAV.js → 5YPTL2KD.js} +1 -1
- package/dist/cdn/{P7UM2CD6.js → BPV4N5IY.js} +1 -1
- package/dist/cdn/{JXXHTYT5.js → ELM2NYTM.js} +2 -2
- package/dist/cdn/{GODTU7XS.js → F2AAUSRV.js} +2 -2
- package/dist/cdn/{3ZLA4F26.js → GGCHOACN.js} +2 -2
- package/dist/cdn/{AQYGP7P7.js → I2CVXOBI.js} +2 -2
- package/dist/cdn/{NO3XDOEQ.js → I7PT6WOH.js} +2 -2
- package/dist/cdn/{KLH6QQLH.js → J7ICHJQ4.js} +2 -2
- package/dist/cdn/{XVG75NIN.js → JUVGVYAA.js} +2 -2
- package/dist/cdn/{4MZZWZXV.js → N3X3MDDH.js} +2 -2
- package/dist/cdn/{YKAKGUKV.js → OGO6OC3E.js} +2 -2
- package/dist/cdn/{QBAZJTPF.js → P4CJAKJY.js} +2 -2
- package/dist/cdn/{G46ZZRHA.js → Q4ZKPK6U.js} +1 -1
- package/dist/cdn/{L5CKYMQ2.js → SRLY6G7W.js} +1 -1
- package/dist/cdn/{JDAVDYNR.js → SVTJARJM.js} +2 -2
- package/dist/cdn/{TCAGZL35.js → T6PAXX23.js} +2 -2
- package/dist/cdn/{GK5SOX6S.js → TNH7A5WH.js} +2 -2
- package/dist/cdn/{KJVFRRWP.js → U5R3YGZT.js} +2 -2
- package/dist/cdn/{DPO3J5IM.js → VT3OVMVA.js} +2 -2
- package/dist/cdn/{NJVOU7GQ.js → WBAJEFQ6.js} +2 -2
- package/dist/cdn/{JNIZNZWY.js → XMFZU2WO.js} +2 -2
- package/dist/cdn/{ZTSOXL4L.js → ZKBB63HR.js} +1 -1
- package/dist/cdn/index.js +2 -2
- package/dist/chunks/commonEnums.js +1 -1
- package/dist/chunks/commonFunctions.js +1 -1
- package/dist/chunks/resources.js +1 -1
- package/dist/chunks/runtime.js +1 -1
- package/dist/chunks/useT9n.js +1 -1
- package/dist/components/arcgis-ckeditor5/customElement.js +1 -1
- package/dist/components/arcgis-ckeditor5-popover/customElement.js +1 -1
- package/dist/components/arcgis-color-input/customElement.js +1 -1
- package/dist/components/arcgis-field-info/customElement.js +1 -1
- package/dist/components/arcgis-field-pick-list/customElement.js +1 -1
- package/dist/components/arcgis-histogram/customElement.js +1 -1
- package/dist/components/arcgis-label-input/customElement.js +1 -1
- package/dist/components/arcgis-picker-input/customElement.js +1 -1
- package/dist/components/arcgis-ramp-color/customElement.js +1 -1
- package/dist/components/arcgis-ramp-color-break/customElement.js +1 -1
- package/dist/components/arcgis-ramp-opacity/customElement.js +1 -1
- package/dist/components/arcgis-slider/customElement.js +1 -1
- package/dist/components/arcgis-slider-input/customElement.js +1 -1
- package/dist/components/arcgis-ticks/customElement.js +1 -1
- package/dist/components/arcgis-unique-values-list/customElement.js +1 -1
- package/dist/docs/api.json +1273 -1243
- package/dist/docs/docs.json +218 -218
- package/dist/docs/vscode.html-custom-data.json +15 -15
- package/dist/docs/web-types.json +16 -16
- package/dist/index.d.ts +15 -15
- 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 +15 -15
- package/dist/types/preact.d.ts +15 -15
- package/dist/types/react.d.ts +15 -15
- package/dist/types/stencil.d.ts +15 -15
- 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-11T04:41:41",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@arcgis/lumina-compiler",
|
|
5
|
-
"version": "5.0.0-next.
|
|
5
|
+
"version": "5.0.0-next.119",
|
|
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": "ArcgisCkeditor5",
|
|
19
19
|
"tagName": "arcgis-ckeditor5",
|
|
20
|
+
"pascalCaseName": "ArcgisCkeditor5",
|
|
20
21
|
"demos": [
|
|
21
22
|
{
|
|
22
23
|
"description": "Docs",
|
|
@@ -24,12 +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
32
|
"encapsulation": "none",
|
|
31
|
-
"pascalCaseName": "ArcgisCkeditor5",
|
|
32
|
-
"importPath": "components/arcgis-ckeditor5",
|
|
33
33
|
"members": [
|
|
34
34
|
{
|
|
35
35
|
"kind": "field",
|
|
@@ -46,36 +46,6 @@
|
|
|
46
46
|
"default": "false",
|
|
47
47
|
"attribute": "can-resize-vertically"
|
|
48
48
|
},
|
|
49
|
-
{
|
|
50
|
-
"kind": "method",
|
|
51
|
-
"name": "componentOnReady",
|
|
52
|
-
"return": {
|
|
53
|
-
"type": {
|
|
54
|
-
"text": "Promise<void>",
|
|
55
|
-
"references": [
|
|
56
|
-
{
|
|
57
|
-
"module": "lib/lib.es5.d.ts",
|
|
58
|
-
"name": "Promise",
|
|
59
|
-
"package": "typescript",
|
|
60
|
-
"start": 0,
|
|
61
|
-
"end": 7
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
67
|
-
"signature": "(): Promise<void>",
|
|
68
|
-
"inheritedFrom": {
|
|
69
|
-
"name": "LitElement",
|
|
70
|
-
"package": "@arcgis/lumina"
|
|
71
|
-
},
|
|
72
|
-
"docsTags": [
|
|
73
|
-
{
|
|
74
|
-
"name": "example",
|
|
75
|
-
"text": "```js\nconst arcgisCkeditor5 = document.querySelector(\"arcgis-ckeditor5\");\ndocument.body.append(arcgisCkeditor5);\nawait arcgisCkeditor5.componentOnReady();\nconsole.log(\"arcgis-ckeditor5 is ready to go!\");\n```"
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
},
|
|
79
49
|
{
|
|
80
50
|
"kind": "field",
|
|
81
51
|
"name": "currentLanguage",
|
|
@@ -121,38 +91,18 @@
|
|
|
121
91
|
"text": "\"html\" | \"markdown\"",
|
|
122
92
|
"values": [
|
|
123
93
|
{
|
|
124
|
-
"
|
|
125
|
-
"
|
|
94
|
+
"type": "string",
|
|
95
|
+
"value": "html"
|
|
126
96
|
},
|
|
127
97
|
{
|
|
128
|
-
"
|
|
129
|
-
"
|
|
98
|
+
"type": "string",
|
|
99
|
+
"value": "markdown"
|
|
130
100
|
}
|
|
131
101
|
]
|
|
132
102
|
},
|
|
133
103
|
"default": "\"html\"",
|
|
134
104
|
"attribute": "editor-type"
|
|
135
105
|
},
|
|
136
|
-
{
|
|
137
|
-
"kind": "method",
|
|
138
|
-
"name": "getData",
|
|
139
|
-
"description": "Get the current data in the editor.",
|
|
140
|
-
"return": {
|
|
141
|
-
"type": {
|
|
142
|
-
"text": "Promise<any>",
|
|
143
|
-
"references": [
|
|
144
|
-
{
|
|
145
|
-
"name": "Promise",
|
|
146
|
-
"package": "typescript",
|
|
147
|
-
"module": "lib/lib.es5.d.ts",
|
|
148
|
-
"start": 0,
|
|
149
|
-
"end": 7
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"signature": "(): Promise<any>"
|
|
155
|
-
},
|
|
156
106
|
{
|
|
157
107
|
"kind": "field",
|
|
158
108
|
"name": "groupFieldsAndExpressions",
|
|
@@ -245,6 +195,71 @@
|
|
|
245
195
|
"default": "false",
|
|
246
196
|
"attribute": "read-only"
|
|
247
197
|
},
|
|
198
|
+
{
|
|
199
|
+
"kind": "field",
|
|
200
|
+
"name": "textData",
|
|
201
|
+
"description": "Input data for editor in html / markdown text format",
|
|
202
|
+
"type": {
|
|
203
|
+
"text": "string",
|
|
204
|
+
"values": [
|
|
205
|
+
{
|
|
206
|
+
"type": "string"
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
},
|
|
210
|
+
"attribute": "text-data"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"kind": "method",
|
|
214
|
+
"name": "componentOnReady",
|
|
215
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
216
|
+
"docsTags": [
|
|
217
|
+
{
|
|
218
|
+
"name": "example",
|
|
219
|
+
"text": "```js\nconst arcgisCkeditor5 = document.querySelector(\"arcgis-ckeditor5\");\ndocument.body.append(arcgisCkeditor5);\nawait arcgisCkeditor5.componentOnReady();\nconsole.log(\"arcgis-ckeditor5 is ready to go!\");\n```"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"return": {
|
|
223
|
+
"type": {
|
|
224
|
+
"text": "Promise<this>",
|
|
225
|
+
"references": [
|
|
226
|
+
{
|
|
227
|
+
"module": "lib/lib.es5.d.ts",
|
|
228
|
+
"name": "Promise",
|
|
229
|
+
"package": "typescript",
|
|
230
|
+
"start": 0,
|
|
231
|
+
"end": 7
|
|
232
|
+
}
|
|
233
|
+
]
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"inheritedFrom": {
|
|
237
|
+
"name": "PublicLitElement",
|
|
238
|
+
"module": "PublicLitElement",
|
|
239
|
+
"package": "@arcgis/lumina"
|
|
240
|
+
},
|
|
241
|
+
"signature": "(): Promise<this>"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"kind": "method",
|
|
245
|
+
"name": "getData",
|
|
246
|
+
"description": "Get the current data in the editor.",
|
|
247
|
+
"return": {
|
|
248
|
+
"type": {
|
|
249
|
+
"text": "Promise<any>",
|
|
250
|
+
"references": [
|
|
251
|
+
{
|
|
252
|
+
"name": "Promise",
|
|
253
|
+
"package": "typescript",
|
|
254
|
+
"module": "lib/lib.es5.d.ts",
|
|
255
|
+
"start": 0,
|
|
256
|
+
"end": 7
|
|
257
|
+
}
|
|
258
|
+
]
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
"signature": "(): Promise<any>"
|
|
262
|
+
},
|
|
248
263
|
{
|
|
249
264
|
"kind": "method",
|
|
250
265
|
"name": "setFocus",
|
|
@@ -264,20 +279,6 @@
|
|
|
264
279
|
}
|
|
265
280
|
},
|
|
266
281
|
"signature": "(): Promise<void>"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"kind": "field",
|
|
270
|
-
"name": "textData",
|
|
271
|
-
"description": "Input data for editor in html / markdown text format",
|
|
272
|
-
"type": {
|
|
273
|
-
"text": "string",
|
|
274
|
-
"values": [
|
|
275
|
-
{
|
|
276
|
-
"type": "string"
|
|
277
|
-
}
|
|
278
|
-
]
|
|
279
|
-
},
|
|
280
|
-
"attribute": "text-data"
|
|
281
282
|
}
|
|
282
283
|
],
|
|
283
284
|
"attributes": [
|
|
@@ -329,12 +330,12 @@
|
|
|
329
330
|
"text": "\"html\" | \"markdown\"",
|
|
330
331
|
"values": [
|
|
331
332
|
{
|
|
332
|
-
"
|
|
333
|
-
"
|
|
333
|
+
"type": "string",
|
|
334
|
+
"value": "html"
|
|
334
335
|
},
|
|
335
336
|
{
|
|
336
|
-
"
|
|
337
|
-
"
|
|
337
|
+
"type": "string",
|
|
338
|
+
"value": "markdown"
|
|
338
339
|
}
|
|
339
340
|
]
|
|
340
341
|
},
|
|
@@ -506,7 +507,8 @@
|
|
|
506
507
|
]
|
|
507
508
|
}
|
|
508
509
|
}
|
|
509
|
-
]
|
|
510
|
+
],
|
|
511
|
+
"importPath": "components/arcgis-ckeditor5"
|
|
510
512
|
}
|
|
511
513
|
],
|
|
512
514
|
"exports": [
|
|
@@ -529,6 +531,7 @@
|
|
|
529
531
|
"customElement": true,
|
|
530
532
|
"name": "ArcgisCkeditor5Popover",
|
|
531
533
|
"tagName": "arcgis-ckeditor5-popover",
|
|
534
|
+
"pascalCaseName": "ArcgisCkeditor5Popover",
|
|
532
535
|
"demos": [
|
|
533
536
|
{
|
|
534
537
|
"description": "Docs",
|
|
@@ -536,42 +539,11 @@
|
|
|
536
539
|
}
|
|
537
540
|
],
|
|
538
541
|
"superclass": {
|
|
539
|
-
"name": "
|
|
542
|
+
"name": "PublicLitElement",
|
|
543
|
+
"module": "PublicLitElement",
|
|
540
544
|
"package": "@arcgis/lumina"
|
|
541
545
|
},
|
|
542
|
-
"pascalCaseName": "ArcgisCkeditor5Popover",
|
|
543
|
-
"importPath": "components/arcgis-ckeditor5-popover",
|
|
544
546
|
"members": [
|
|
545
|
-
{
|
|
546
|
-
"kind": "method",
|
|
547
|
-
"name": "componentOnReady",
|
|
548
|
-
"return": {
|
|
549
|
-
"type": {
|
|
550
|
-
"text": "Promise<void>",
|
|
551
|
-
"references": [
|
|
552
|
-
{
|
|
553
|
-
"module": "lib/lib.es5.d.ts",
|
|
554
|
-
"name": "Promise",
|
|
555
|
-
"package": "typescript",
|
|
556
|
-
"start": 0,
|
|
557
|
-
"end": 7
|
|
558
|
-
}
|
|
559
|
-
]
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
563
|
-
"signature": "(): Promise<void>",
|
|
564
|
-
"inheritedFrom": {
|
|
565
|
-
"name": "LitElement",
|
|
566
|
-
"package": "@arcgis/lumina"
|
|
567
|
-
},
|
|
568
|
-
"docsTags": [
|
|
569
|
-
{
|
|
570
|
-
"name": "example",
|
|
571
|
-
"text": "```js\nconst arcgisCkeditor5Popover = document.querySelector(\"arcgis-ckeditor5-popover\");\ndocument.body.append(arcgisCkeditor5Popover);\nawait arcgisCkeditor5Popover.componentOnReady();\nconsole.log(\"arcgis-ckeditor5-popover is ready to go!\");\n```"
|
|
572
|
-
}
|
|
573
|
-
]
|
|
574
|
-
},
|
|
575
547
|
{
|
|
576
548
|
"kind": "field",
|
|
577
549
|
"name": "guid",
|
|
@@ -642,6 +614,37 @@
|
|
|
642
614
|
]
|
|
643
615
|
}
|
|
644
616
|
},
|
|
617
|
+
{
|
|
618
|
+
"kind": "method",
|
|
619
|
+
"name": "componentOnReady",
|
|
620
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
621
|
+
"docsTags": [
|
|
622
|
+
{
|
|
623
|
+
"name": "example",
|
|
624
|
+
"text": "```js\nconst arcgisCkeditor5Popover = document.querySelector(\"arcgis-ckeditor5-popover\");\ndocument.body.append(arcgisCkeditor5Popover);\nawait arcgisCkeditor5Popover.componentOnReady();\nconsole.log(\"arcgis-ckeditor5-popover is ready to go!\");\n```"
|
|
625
|
+
}
|
|
626
|
+
],
|
|
627
|
+
"return": {
|
|
628
|
+
"type": {
|
|
629
|
+
"text": "Promise<this>",
|
|
630
|
+
"references": [
|
|
631
|
+
{
|
|
632
|
+
"module": "lib/lib.es5.d.ts",
|
|
633
|
+
"name": "Promise",
|
|
634
|
+
"package": "typescript",
|
|
635
|
+
"start": 0,
|
|
636
|
+
"end": 7
|
|
637
|
+
}
|
|
638
|
+
]
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
"inheritedFrom": {
|
|
642
|
+
"name": "PublicLitElement",
|
|
643
|
+
"module": "PublicLitElement",
|
|
644
|
+
"package": "@arcgis/lumina"
|
|
645
|
+
},
|
|
646
|
+
"signature": "(): Promise<this>"
|
|
647
|
+
},
|
|
645
648
|
{
|
|
646
649
|
"kind": "method",
|
|
647
650
|
"name": "reposition",
|
|
@@ -721,7 +724,8 @@
|
|
|
721
724
|
"text": "{\n guid: string;\n data?: string | undefined;\n}"
|
|
722
725
|
}
|
|
723
726
|
}
|
|
724
|
-
]
|
|
727
|
+
],
|
|
728
|
+
"importPath": "components/arcgis-ckeditor5-popover"
|
|
725
729
|
}
|
|
726
730
|
],
|
|
727
731
|
"exports": [
|
|
@@ -744,6 +748,7 @@
|
|
|
744
748
|
"customElement": true,
|
|
745
749
|
"name": "ArcgisColorInput",
|
|
746
750
|
"tagName": "arcgis-color-input",
|
|
751
|
+
"pascalCaseName": "ArcgisColorInput",
|
|
747
752
|
"demos": [
|
|
748
753
|
{
|
|
749
754
|
"description": "Docs",
|
|
@@ -751,11 +756,10 @@
|
|
|
751
756
|
}
|
|
752
757
|
],
|
|
753
758
|
"superclass": {
|
|
754
|
-
"name": "
|
|
759
|
+
"name": "PublicLitElement",
|
|
760
|
+
"module": "PublicLitElement",
|
|
755
761
|
"package": "@arcgis/lumina"
|
|
756
762
|
},
|
|
757
|
-
"pascalCaseName": "ArcgisColorInput",
|
|
758
|
-
"importPath": "components/arcgis-color-input",
|
|
759
763
|
"members": [
|
|
760
764
|
{
|
|
761
765
|
"kind": "field",
|
|
@@ -772,26 +776,6 @@
|
|
|
772
776
|
"default": "false",
|
|
773
777
|
"attribute": "clearable"
|
|
774
778
|
},
|
|
775
|
-
{
|
|
776
|
-
"kind": "method",
|
|
777
|
-
"name": "close",
|
|
778
|
-
"description": "Close the component.",
|
|
779
|
-
"return": {
|
|
780
|
-
"type": {
|
|
781
|
-
"text": "Promise<void>",
|
|
782
|
-
"references": [
|
|
783
|
-
{
|
|
784
|
-
"name": "Promise",
|
|
785
|
-
"package": "typescript",
|
|
786
|
-
"module": "lib/lib.es5.d.ts",
|
|
787
|
-
"start": 0,
|
|
788
|
-
"end": 7
|
|
789
|
-
}
|
|
790
|
-
]
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
"signature": "(): Promise<void>"
|
|
794
|
-
},
|
|
795
779
|
{
|
|
796
780
|
"kind": "field",
|
|
797
781
|
"name": "color",
|
|
@@ -821,36 +805,6 @@
|
|
|
821
805
|
"default": "false",
|
|
822
806
|
"attribute": "compact"
|
|
823
807
|
},
|
|
824
|
-
{
|
|
825
|
-
"kind": "method",
|
|
826
|
-
"name": "componentOnReady",
|
|
827
|
-
"return": {
|
|
828
|
-
"type": {
|
|
829
|
-
"text": "Promise<void>",
|
|
830
|
-
"references": [
|
|
831
|
-
{
|
|
832
|
-
"module": "lib/lib.es5.d.ts",
|
|
833
|
-
"name": "Promise",
|
|
834
|
-
"package": "typescript",
|
|
835
|
-
"start": 0,
|
|
836
|
-
"end": 7
|
|
837
|
-
}
|
|
838
|
-
]
|
|
839
|
-
}
|
|
840
|
-
},
|
|
841
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
842
|
-
"signature": "(): Promise<void>",
|
|
843
|
-
"inheritedFrom": {
|
|
844
|
-
"name": "LitElement",
|
|
845
|
-
"package": "@arcgis/lumina"
|
|
846
|
-
},
|
|
847
|
-
"docsTags": [
|
|
848
|
-
{
|
|
849
|
-
"name": "example",
|
|
850
|
-
"text": "```js\nconst arcgisColorInput = document.querySelector(\"arcgis-color-input\");\ndocument.body.append(arcgisColorInput);\nawait arcgisColorInput.componentOnReady();\nconsole.log(\"arcgis-color-input is ready to go!\");\n```"
|
|
851
|
-
}
|
|
852
|
-
]
|
|
853
|
-
},
|
|
854
808
|
{
|
|
855
809
|
"kind": "field",
|
|
856
810
|
"name": "disabled",
|
|
@@ -897,88 +851,88 @@
|
|
|
897
851
|
"text": "\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"leading\" | \"leading-end\" | \"leading-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\" | \"trailing\" | \"trailing-end\" | \"trailing-start\"",
|
|
898
852
|
"values": [
|
|
899
853
|
{
|
|
900
|
-
"
|
|
901
|
-
"
|
|
854
|
+
"type": "string",
|
|
855
|
+
"value": "auto"
|
|
902
856
|
},
|
|
903
857
|
{
|
|
904
|
-
"
|
|
905
|
-
"
|
|
858
|
+
"type": "string",
|
|
859
|
+
"value": "auto-end"
|
|
906
860
|
},
|
|
907
861
|
{
|
|
908
|
-
"
|
|
909
|
-
"
|
|
862
|
+
"type": "string",
|
|
863
|
+
"value": "auto-start"
|
|
910
864
|
},
|
|
911
865
|
{
|
|
912
|
-
"
|
|
913
|
-
"
|
|
866
|
+
"type": "string",
|
|
867
|
+
"value": "bottom"
|
|
914
868
|
},
|
|
915
869
|
{
|
|
916
|
-
"
|
|
917
|
-
"
|
|
870
|
+
"type": "string",
|
|
871
|
+
"value": "bottom-end"
|
|
918
872
|
},
|
|
919
873
|
{
|
|
920
|
-
"
|
|
921
|
-
"
|
|
874
|
+
"type": "string",
|
|
875
|
+
"value": "bottom-start"
|
|
922
876
|
},
|
|
923
877
|
{
|
|
924
|
-
"
|
|
925
|
-
"
|
|
878
|
+
"type": "string",
|
|
879
|
+
"value": "leading"
|
|
926
880
|
},
|
|
927
881
|
{
|
|
928
|
-
"
|
|
929
|
-
"
|
|
882
|
+
"type": "string",
|
|
883
|
+
"value": "leading-end"
|
|
930
884
|
},
|
|
931
885
|
{
|
|
932
|
-
"
|
|
933
|
-
"
|
|
886
|
+
"type": "string",
|
|
887
|
+
"value": "leading-start"
|
|
934
888
|
},
|
|
935
889
|
{
|
|
936
|
-
"
|
|
937
|
-
"
|
|
890
|
+
"type": "string",
|
|
891
|
+
"value": "left"
|
|
938
892
|
},
|
|
939
893
|
{
|
|
940
|
-
"
|
|
941
|
-
"
|
|
894
|
+
"type": "string",
|
|
895
|
+
"value": "left-end"
|
|
942
896
|
},
|
|
943
897
|
{
|
|
944
|
-
"
|
|
945
|
-
"
|
|
898
|
+
"type": "string",
|
|
899
|
+
"value": "left-start"
|
|
946
900
|
},
|
|
947
901
|
{
|
|
948
|
-
"
|
|
949
|
-
"
|
|
902
|
+
"type": "string",
|
|
903
|
+
"value": "right"
|
|
950
904
|
},
|
|
951
905
|
{
|
|
952
|
-
"
|
|
953
|
-
"
|
|
906
|
+
"type": "string",
|
|
907
|
+
"value": "right-end"
|
|
954
908
|
},
|
|
955
909
|
{
|
|
956
|
-
"
|
|
957
|
-
"
|
|
910
|
+
"type": "string",
|
|
911
|
+
"value": "right-start"
|
|
958
912
|
},
|
|
959
913
|
{
|
|
960
|
-
"
|
|
961
|
-
"
|
|
914
|
+
"type": "string",
|
|
915
|
+
"value": "top"
|
|
962
916
|
},
|
|
963
917
|
{
|
|
964
|
-
"
|
|
965
|
-
"
|
|
918
|
+
"type": "string",
|
|
919
|
+
"value": "top-end"
|
|
966
920
|
},
|
|
967
921
|
{
|
|
968
|
-
"
|
|
969
|
-
"
|
|
922
|
+
"type": "string",
|
|
923
|
+
"value": "top-start"
|
|
970
924
|
},
|
|
971
925
|
{
|
|
972
|
-
"
|
|
973
|
-
"
|
|
926
|
+
"type": "string",
|
|
927
|
+
"value": "trailing"
|
|
974
928
|
},
|
|
975
929
|
{
|
|
976
|
-
"
|
|
977
|
-
"
|
|
930
|
+
"type": "string",
|
|
931
|
+
"value": "trailing-end"
|
|
978
932
|
},
|
|
979
933
|
{
|
|
980
|
-
"
|
|
981
|
-
"
|
|
934
|
+
"type": "string",
|
|
935
|
+
"value": "trailing-start"
|
|
982
936
|
}
|
|
983
937
|
]
|
|
984
938
|
},
|
|
@@ -1001,26 +955,6 @@
|
|
|
1001
955
|
]
|
|
1002
956
|
}
|
|
1003
957
|
},
|
|
1004
|
-
{
|
|
1005
|
-
"kind": "method",
|
|
1006
|
-
"name": "setFocus",
|
|
1007
|
-
"description": "Set focus on the component.",
|
|
1008
|
-
"return": {
|
|
1009
|
-
"type": {
|
|
1010
|
-
"text": "Promise<void>",
|
|
1011
|
-
"references": [
|
|
1012
|
-
{
|
|
1013
|
-
"name": "Promise",
|
|
1014
|
-
"package": "typescript",
|
|
1015
|
-
"module": "lib/lib.es5.d.ts",
|
|
1016
|
-
"start": 0,
|
|
1017
|
-
"end": 7
|
|
1018
|
-
}
|
|
1019
|
-
]
|
|
1020
|
-
}
|
|
1021
|
-
},
|
|
1022
|
-
"signature": "(): Promise<void>"
|
|
1023
|
-
},
|
|
1024
958
|
{
|
|
1025
959
|
"kind": "field",
|
|
1026
960
|
"name": "showTransparency",
|
|
@@ -1050,6 +984,77 @@
|
|
|
1050
984
|
},
|
|
1051
985
|
"default": "\"arcgis-color-input-storage-colors\"",
|
|
1052
986
|
"attribute": "storage-id"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"kind": "method",
|
|
990
|
+
"name": "close",
|
|
991
|
+
"description": "Close the component.",
|
|
992
|
+
"return": {
|
|
993
|
+
"type": {
|
|
994
|
+
"text": "Promise<void>",
|
|
995
|
+
"references": [
|
|
996
|
+
{
|
|
997
|
+
"name": "Promise",
|
|
998
|
+
"package": "typescript",
|
|
999
|
+
"module": "lib/lib.es5.d.ts",
|
|
1000
|
+
"start": 0,
|
|
1001
|
+
"end": 7
|
|
1002
|
+
}
|
|
1003
|
+
]
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"signature": "(): Promise<void>"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"kind": "method",
|
|
1010
|
+
"name": "componentOnReady",
|
|
1011
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
1012
|
+
"docsTags": [
|
|
1013
|
+
{
|
|
1014
|
+
"name": "example",
|
|
1015
|
+
"text": "```js\nconst arcgisColorInput = document.querySelector(\"arcgis-color-input\");\ndocument.body.append(arcgisColorInput);\nawait arcgisColorInput.componentOnReady();\nconsole.log(\"arcgis-color-input is ready to go!\");\n```"
|
|
1016
|
+
}
|
|
1017
|
+
],
|
|
1018
|
+
"return": {
|
|
1019
|
+
"type": {
|
|
1020
|
+
"text": "Promise<this>",
|
|
1021
|
+
"references": [
|
|
1022
|
+
{
|
|
1023
|
+
"module": "lib/lib.es5.d.ts",
|
|
1024
|
+
"name": "Promise",
|
|
1025
|
+
"package": "typescript",
|
|
1026
|
+
"start": 0,
|
|
1027
|
+
"end": 7
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"inheritedFrom": {
|
|
1033
|
+
"name": "PublicLitElement",
|
|
1034
|
+
"module": "PublicLitElement",
|
|
1035
|
+
"package": "@arcgis/lumina"
|
|
1036
|
+
},
|
|
1037
|
+
"signature": "(): Promise<this>"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"kind": "method",
|
|
1041
|
+
"name": "setFocus",
|
|
1042
|
+
"description": "Set focus on the component.",
|
|
1043
|
+
"return": {
|
|
1044
|
+
"type": {
|
|
1045
|
+
"text": "Promise<void>",
|
|
1046
|
+
"references": [
|
|
1047
|
+
{
|
|
1048
|
+
"name": "Promise",
|
|
1049
|
+
"package": "typescript",
|
|
1050
|
+
"module": "lib/lib.es5.d.ts",
|
|
1051
|
+
"start": 0,
|
|
1052
|
+
"end": 7
|
|
1053
|
+
}
|
|
1054
|
+
]
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
"signature": "(): Promise<void>"
|
|
1053
1058
|
}
|
|
1054
1059
|
],
|
|
1055
1060
|
"attributes": [
|
|
@@ -1129,88 +1134,88 @@
|
|
|
1129
1134
|
"text": "\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"leading\" | \"leading-end\" | \"leading-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\" | \"trailing\" | \"trailing-end\" | \"trailing-start\"",
|
|
1130
1135
|
"values": [
|
|
1131
1136
|
{
|
|
1132
|
-
"
|
|
1133
|
-
"
|
|
1137
|
+
"type": "string",
|
|
1138
|
+
"value": "auto"
|
|
1134
1139
|
},
|
|
1135
1140
|
{
|
|
1136
|
-
"
|
|
1137
|
-
"
|
|
1141
|
+
"type": "string",
|
|
1142
|
+
"value": "auto-end"
|
|
1138
1143
|
},
|
|
1139
1144
|
{
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1145
|
+
"type": "string",
|
|
1146
|
+
"value": "auto-start"
|
|
1142
1147
|
},
|
|
1143
1148
|
{
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1149
|
+
"type": "string",
|
|
1150
|
+
"value": "bottom"
|
|
1146
1151
|
},
|
|
1147
1152
|
{
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1153
|
+
"type": "string",
|
|
1154
|
+
"value": "bottom-end"
|
|
1150
1155
|
},
|
|
1151
1156
|
{
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1157
|
+
"type": "string",
|
|
1158
|
+
"value": "bottom-start"
|
|
1154
1159
|
},
|
|
1155
1160
|
{
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1161
|
+
"type": "string",
|
|
1162
|
+
"value": "leading"
|
|
1158
1163
|
},
|
|
1159
1164
|
{
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
1165
|
+
"type": "string",
|
|
1166
|
+
"value": "leading-end"
|
|
1162
1167
|
},
|
|
1163
1168
|
{
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1169
|
+
"type": "string",
|
|
1170
|
+
"value": "leading-start"
|
|
1166
1171
|
},
|
|
1167
1172
|
{
|
|
1168
|
-
"
|
|
1169
|
-
"
|
|
1173
|
+
"type": "string",
|
|
1174
|
+
"value": "left"
|
|
1170
1175
|
},
|
|
1171
1176
|
{
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1177
|
+
"type": "string",
|
|
1178
|
+
"value": "left-end"
|
|
1174
1179
|
},
|
|
1175
1180
|
{
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
1181
|
+
"type": "string",
|
|
1182
|
+
"value": "left-start"
|
|
1178
1183
|
},
|
|
1179
1184
|
{
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1185
|
+
"type": "string",
|
|
1186
|
+
"value": "right"
|
|
1182
1187
|
},
|
|
1183
1188
|
{
|
|
1184
|
-
"
|
|
1185
|
-
"
|
|
1189
|
+
"type": "string",
|
|
1190
|
+
"value": "right-end"
|
|
1186
1191
|
},
|
|
1187
1192
|
{
|
|
1188
|
-
"
|
|
1189
|
-
"
|
|
1193
|
+
"type": "string",
|
|
1194
|
+
"value": "right-start"
|
|
1190
1195
|
},
|
|
1191
1196
|
{
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1197
|
+
"type": "string",
|
|
1198
|
+
"value": "top"
|
|
1194
1199
|
},
|
|
1195
1200
|
{
|
|
1196
|
-
"
|
|
1197
|
-
"
|
|
1201
|
+
"type": "string",
|
|
1202
|
+
"value": "top-end"
|
|
1198
1203
|
},
|
|
1199
1204
|
{
|
|
1200
|
-
"
|
|
1201
|
-
"
|
|
1205
|
+
"type": "string",
|
|
1206
|
+
"value": "top-start"
|
|
1202
1207
|
},
|
|
1203
1208
|
{
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1209
|
+
"type": "string",
|
|
1210
|
+
"value": "trailing"
|
|
1206
1211
|
},
|
|
1207
1212
|
{
|
|
1208
|
-
"
|
|
1209
|
-
"
|
|
1213
|
+
"type": "string",
|
|
1214
|
+
"value": "trailing-end"
|
|
1210
1215
|
},
|
|
1211
1216
|
{
|
|
1212
|
-
"
|
|
1213
|
-
"
|
|
1217
|
+
"type": "string",
|
|
1218
|
+
"value": "trailing-start"
|
|
1214
1219
|
}
|
|
1215
1220
|
]
|
|
1216
1221
|
},
|
|
@@ -1327,7 +1332,8 @@
|
|
|
1327
1332
|
]
|
|
1328
1333
|
}
|
|
1329
1334
|
}
|
|
1330
|
-
]
|
|
1335
|
+
],
|
|
1336
|
+
"importPath": "components/arcgis-color-input"
|
|
1331
1337
|
}
|
|
1332
1338
|
],
|
|
1333
1339
|
"exports": [
|
|
@@ -1350,6 +1356,7 @@
|
|
|
1350
1356
|
"customElement": true,
|
|
1351
1357
|
"name": "ArcgisFieldInfo",
|
|
1352
1358
|
"tagName": "arcgis-field-info",
|
|
1359
|
+
"pascalCaseName": "ArcgisFieldInfo",
|
|
1353
1360
|
"demos": [
|
|
1354
1361
|
{
|
|
1355
1362
|
"description": "Docs",
|
|
@@ -1357,42 +1364,11 @@
|
|
|
1357
1364
|
}
|
|
1358
1365
|
],
|
|
1359
1366
|
"superclass": {
|
|
1360
|
-
"name": "
|
|
1367
|
+
"name": "PublicLitElement",
|
|
1368
|
+
"module": "PublicLitElement",
|
|
1361
1369
|
"package": "@arcgis/lumina"
|
|
1362
1370
|
},
|
|
1363
|
-
"pascalCaseName": "ArcgisFieldInfo",
|
|
1364
|
-
"importPath": "components/arcgis-field-info",
|
|
1365
1371
|
"members": [
|
|
1366
|
-
{
|
|
1367
|
-
"kind": "method",
|
|
1368
|
-
"name": "componentOnReady",
|
|
1369
|
-
"return": {
|
|
1370
|
-
"type": {
|
|
1371
|
-
"text": "Promise<void>",
|
|
1372
|
-
"references": [
|
|
1373
|
-
{
|
|
1374
|
-
"module": "lib/lib.es5.d.ts",
|
|
1375
|
-
"name": "Promise",
|
|
1376
|
-
"package": "typescript",
|
|
1377
|
-
"start": 0,
|
|
1378
|
-
"end": 7
|
|
1379
|
-
}
|
|
1380
|
-
]
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
1384
|
-
"signature": "(): Promise<void>",
|
|
1385
|
-
"inheritedFrom": {
|
|
1386
|
-
"name": "LitElement",
|
|
1387
|
-
"package": "@arcgis/lumina"
|
|
1388
|
-
},
|
|
1389
|
-
"docsTags": [
|
|
1390
|
-
{
|
|
1391
|
-
"name": "example",
|
|
1392
|
-
"text": "```js\nconst arcgisFieldInfo = document.querySelector(\"arcgis-field-info\");\ndocument.body.append(arcgisFieldInfo);\nawait arcgisFieldInfo.componentOnReady();\nconsole.log(\"arcgis-field-info is ready to go!\");\n```"
|
|
1393
|
-
}
|
|
1394
|
-
]
|
|
1395
|
-
},
|
|
1396
1372
|
{
|
|
1397
1373
|
"kind": "field",
|
|
1398
1374
|
"name": "fieldName",
|
|
@@ -1673,26 +1649,6 @@
|
|
|
1673
1649
|
]
|
|
1674
1650
|
}
|
|
1675
1651
|
},
|
|
1676
|
-
{
|
|
1677
|
-
"kind": "method",
|
|
1678
|
-
"name": "refresh",
|
|
1679
|
-
"description": "Refresh the field info display after external changes are made.",
|
|
1680
|
-
"return": {
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "Promise<void>",
|
|
1683
|
-
"references": [
|
|
1684
|
-
{
|
|
1685
|
-
"name": "Promise",
|
|
1686
|
-
"package": "typescript",
|
|
1687
|
-
"module": "lib/lib.es5.d.ts",
|
|
1688
|
-
"start": 0,
|
|
1689
|
-
"end": 7
|
|
1690
|
-
}
|
|
1691
|
-
]
|
|
1692
|
-
}
|
|
1693
|
-
},
|
|
1694
|
-
"signature": "(): Promise<void>"
|
|
1695
|
-
},
|
|
1696
1652
|
{
|
|
1697
1653
|
"kind": "field",
|
|
1698
1654
|
"name": "view",
|
|
@@ -1718,6 +1674,57 @@
|
|
|
1718
1674
|
}
|
|
1719
1675
|
]
|
|
1720
1676
|
}
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "method",
|
|
1680
|
+
"name": "componentOnReady",
|
|
1681
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
1682
|
+
"docsTags": [
|
|
1683
|
+
{
|
|
1684
|
+
"name": "example",
|
|
1685
|
+
"text": "```js\nconst arcgisFieldInfo = document.querySelector(\"arcgis-field-info\");\ndocument.body.append(arcgisFieldInfo);\nawait arcgisFieldInfo.componentOnReady();\nconsole.log(\"arcgis-field-info is ready to go!\");\n```"
|
|
1686
|
+
}
|
|
1687
|
+
],
|
|
1688
|
+
"return": {
|
|
1689
|
+
"type": {
|
|
1690
|
+
"text": "Promise<this>",
|
|
1691
|
+
"references": [
|
|
1692
|
+
{
|
|
1693
|
+
"module": "lib/lib.es5.d.ts",
|
|
1694
|
+
"name": "Promise",
|
|
1695
|
+
"package": "typescript",
|
|
1696
|
+
"start": 0,
|
|
1697
|
+
"end": 7
|
|
1698
|
+
}
|
|
1699
|
+
]
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
"inheritedFrom": {
|
|
1703
|
+
"name": "PublicLitElement",
|
|
1704
|
+
"module": "PublicLitElement",
|
|
1705
|
+
"package": "@arcgis/lumina"
|
|
1706
|
+
},
|
|
1707
|
+
"signature": "(): Promise<this>"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "method",
|
|
1711
|
+
"name": "refresh",
|
|
1712
|
+
"description": "Refresh the field info display after external changes are made.",
|
|
1713
|
+
"return": {
|
|
1714
|
+
"type": {
|
|
1715
|
+
"text": "Promise<void>",
|
|
1716
|
+
"references": [
|
|
1717
|
+
{
|
|
1718
|
+
"name": "Promise",
|
|
1719
|
+
"package": "typescript",
|
|
1720
|
+
"module": "lib/lib.es5.d.ts",
|
|
1721
|
+
"start": 0,
|
|
1722
|
+
"end": 7
|
|
1723
|
+
}
|
|
1724
|
+
]
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"signature": "(): Promise<void>"
|
|
1721
1728
|
}
|
|
1722
1729
|
],
|
|
1723
1730
|
"attributes": [
|
|
@@ -1792,7 +1799,8 @@
|
|
|
1792
1799
|
},
|
|
1793
1800
|
"deprecated": "use arcgisComplete instead."
|
|
1794
1801
|
}
|
|
1795
|
-
]
|
|
1802
|
+
],
|
|
1803
|
+
"importPath": "components/arcgis-field-info"
|
|
1796
1804
|
}
|
|
1797
1805
|
],
|
|
1798
1806
|
"exports": [
|
|
@@ -1815,6 +1823,7 @@
|
|
|
1815
1823
|
"customElement": true,
|
|
1816
1824
|
"name": "ArcgisFieldPickList",
|
|
1817
1825
|
"tagName": "arcgis-field-pick-list",
|
|
1826
|
+
"pascalCaseName": "ArcgisFieldPickList",
|
|
1818
1827
|
"description": "A component that displays a list of fields for selection, inside a popover (default) or just as a list.",
|
|
1819
1828
|
"demos": [
|
|
1820
1829
|
{
|
|
@@ -1823,42 +1832,11 @@
|
|
|
1823
1832
|
}
|
|
1824
1833
|
],
|
|
1825
1834
|
"superclass": {
|
|
1826
|
-
"name": "
|
|
1835
|
+
"name": "PublicLitElement",
|
|
1836
|
+
"module": "PublicLitElement",
|
|
1827
1837
|
"package": "@arcgis/lumina"
|
|
1828
1838
|
},
|
|
1829
|
-
"pascalCaseName": "ArcgisFieldPickList",
|
|
1830
|
-
"importPath": "components/arcgis-field-pick-list",
|
|
1831
1839
|
"members": [
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "method",
|
|
1834
|
-
"name": "componentOnReady",
|
|
1835
|
-
"return": {
|
|
1836
|
-
"type": {
|
|
1837
|
-
"text": "Promise<void>",
|
|
1838
|
-
"references": [
|
|
1839
|
-
{
|
|
1840
|
-
"module": "lib/lib.es5.d.ts",
|
|
1841
|
-
"name": "Promise",
|
|
1842
|
-
"package": "typescript",
|
|
1843
|
-
"start": 0,
|
|
1844
|
-
"end": 7
|
|
1845
|
-
}
|
|
1846
|
-
]
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
1850
|
-
"signature": "(): Promise<void>",
|
|
1851
|
-
"inheritedFrom": {
|
|
1852
|
-
"name": "LitElement",
|
|
1853
|
-
"package": "@arcgis/lumina"
|
|
1854
|
-
},
|
|
1855
|
-
"docsTags": [
|
|
1856
|
-
{
|
|
1857
|
-
"name": "example",
|
|
1858
|
-
"text": "```js\nconst arcgisFieldPickList = document.querySelector(\"arcgis-field-pick-list\");\ndocument.body.append(arcgisFieldPickList);\nawait arcgisFieldPickList.componentOnReady();\nconsole.log(\"arcgis-field-pick-list is ready to go!\");\n```"
|
|
1859
|
-
}
|
|
1860
|
-
]
|
|
1861
|
-
},
|
|
1862
1840
|
{
|
|
1863
1841
|
"kind": "field",
|
|
1864
1842
|
"name": "customExpressionCheck",
|
|
@@ -1978,6 +1956,7 @@
|
|
|
1978
1956
|
{
|
|
1979
1957
|
"kind": "field",
|
|
1980
1958
|
"name": "groupFieldsAndExpressions",
|
|
1959
|
+
"deprecated": "Pass in grouped lists of fields instead.\nIf true, fields and expressions are placed in separate groups.",
|
|
1981
1960
|
"type": {
|
|
1982
1961
|
"text": "boolean",
|
|
1983
1962
|
"values": [
|
|
@@ -1987,7 +1966,6 @@
|
|
|
1987
1966
|
]
|
|
1988
1967
|
},
|
|
1989
1968
|
"default": "false",
|
|
1990
|
-
"deprecated": "Pass in grouped lists of fields instead.\nIf true, fields and expressions are placed in separate groups.",
|
|
1991
1969
|
"attribute": "group-fields-and-expressions"
|
|
1992
1970
|
},
|
|
1993
1971
|
{
|
|
@@ -2273,6 +2251,7 @@
|
|
|
2273
2251
|
{
|
|
2274
2252
|
"kind": "field",
|
|
2275
2253
|
"name": "mapView",
|
|
2254
|
+
"deprecated": "use view instead",
|
|
2276
2255
|
"type": {
|
|
2277
2256
|
"text": "View<LayerView>",
|
|
2278
2257
|
"references": [
|
|
@@ -2293,8 +2272,7 @@
|
|
|
2293
2272
|
"end": 14
|
|
2294
2273
|
}
|
|
2295
2274
|
]
|
|
2296
|
-
}
|
|
2297
|
-
"deprecated": "use view instead"
|
|
2275
|
+
}
|
|
2298
2276
|
},
|
|
2299
2277
|
{
|
|
2300
2278
|
"kind": "field",
|
|
@@ -2341,26 +2319,6 @@
|
|
|
2341
2319
|
]
|
|
2342
2320
|
}
|
|
2343
2321
|
},
|
|
2344
|
-
{
|
|
2345
|
-
"kind": "method",
|
|
2346
|
-
"name": "reposition",
|
|
2347
|
-
"description": "Reposition the component.",
|
|
2348
|
-
"return": {
|
|
2349
|
-
"type": {
|
|
2350
|
-
"text": "Promise<void>",
|
|
2351
|
-
"references": [
|
|
2352
|
-
{
|
|
2353
|
-
"name": "Promise",
|
|
2354
|
-
"package": "typescript",
|
|
2355
|
-
"module": "lib/lib.es5.d.ts",
|
|
2356
|
-
"start": 0,
|
|
2357
|
-
"end": 7
|
|
2358
|
-
}
|
|
2359
|
-
]
|
|
2360
|
-
}
|
|
2361
|
-
},
|
|
2362
|
-
"signature": "(): Promise<void>"
|
|
2363
|
-
},
|
|
2364
2322
|
{
|
|
2365
2323
|
"kind": "field",
|
|
2366
2324
|
"name": "selectedFields",
|
|
@@ -2378,62 +2336,10 @@
|
|
|
2378
2336
|
]
|
|
2379
2337
|
}
|
|
2380
2338
|
},
|
|
2381
|
-
{
|
|
2382
|
-
"kind": "method",
|
|
2383
|
-
"name": "setDisabled",
|
|
2384
|
-
"description": "Control whether the component is disabled.",
|
|
2385
|
-
"parameters": [
|
|
2386
|
-
{
|
|
2387
|
-
"name": "disable",
|
|
2388
|
-
"type": {
|
|
2389
|
-
"text": "boolean",
|
|
2390
|
-
"values": [
|
|
2391
|
-
{
|
|
2392
|
-
"type": "boolean"
|
|
2393
|
-
}
|
|
2394
|
-
]
|
|
2395
|
-
}
|
|
2396
|
-
}
|
|
2397
|
-
],
|
|
2398
|
-
"return": {
|
|
2399
|
-
"type": {
|
|
2400
|
-
"text": "Promise<void>",
|
|
2401
|
-
"references": [
|
|
2402
|
-
{
|
|
2403
|
-
"name": "Promise",
|
|
2404
|
-
"package": "typescript",
|
|
2405
|
-
"module": "lib/lib.es5.d.ts",
|
|
2406
|
-
"start": 0,
|
|
2407
|
-
"end": 7
|
|
2408
|
-
}
|
|
2409
|
-
]
|
|
2410
|
-
}
|
|
2411
|
-
},
|
|
2412
|
-
"signature": "(disable: boolean): Promise<void>"
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"kind": "method",
|
|
2416
|
-
"name": "setFocus",
|
|
2417
|
-
"description": "Set focus on the component.",
|
|
2418
|
-
"return": {
|
|
2419
|
-
"type": {
|
|
2420
|
-
"text": "Promise<void>",
|
|
2421
|
-
"references": [
|
|
2422
|
-
{
|
|
2423
|
-
"name": "Promise",
|
|
2424
|
-
"package": "typescript",
|
|
2425
|
-
"module": "lib/lib.es5.d.ts",
|
|
2426
|
-
"start": 0,
|
|
2427
|
-
"end": 7
|
|
2428
|
-
}
|
|
2429
|
-
]
|
|
2430
|
-
}
|
|
2431
|
-
},
|
|
2432
|
-
"signature": "(): Promise<void>"
|
|
2433
|
-
},
|
|
2434
2339
|
{
|
|
2435
2340
|
"kind": "field",
|
|
2436
2341
|
"name": "showCancel",
|
|
2342
|
+
"deprecated": "use hideCancel instead",
|
|
2437
2343
|
"type": {
|
|
2438
2344
|
"text": "boolean",
|
|
2439
2345
|
"values": [
|
|
@@ -2443,7 +2349,6 @@
|
|
|
2443
2349
|
]
|
|
2444
2350
|
},
|
|
2445
2351
|
"default": "true",
|
|
2446
|
-
"deprecated": "use hideCancel instead",
|
|
2447
2352
|
"attribute": "show-cancel"
|
|
2448
2353
|
},
|
|
2449
2354
|
{
|
|
@@ -2539,6 +2444,7 @@
|
|
|
2539
2444
|
{
|
|
2540
2445
|
"kind": "field",
|
|
2541
2446
|
"name": "showSort",
|
|
2447
|
+
"deprecated": "use hideSort instead",
|
|
2542
2448
|
"type": {
|
|
2543
2449
|
"text": "boolean",
|
|
2544
2450
|
"values": [
|
|
@@ -2548,7 +2454,6 @@
|
|
|
2548
2454
|
]
|
|
2549
2455
|
},
|
|
2550
2456
|
"default": "true",
|
|
2551
|
-
"deprecated": "use hideSort instead",
|
|
2552
2457
|
"attribute": "show-sort"
|
|
2553
2458
|
},
|
|
2554
2459
|
{
|
|
@@ -2559,20 +2464,20 @@
|
|
|
2559
2464
|
"text": "\"default\" | \"display\" | \"field\" | \"type\"",
|
|
2560
2465
|
"values": [
|
|
2561
2466
|
{
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2467
|
+
"type": "string",
|
|
2468
|
+
"value": "default"
|
|
2564
2469
|
},
|
|
2565
2470
|
{
|
|
2566
|
-
"
|
|
2567
|
-
"
|
|
2471
|
+
"type": "string",
|
|
2472
|
+
"value": "display"
|
|
2568
2473
|
},
|
|
2569
2474
|
{
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2475
|
+
"type": "string",
|
|
2476
|
+
"value": "field"
|
|
2572
2477
|
},
|
|
2573
2478
|
{
|
|
2574
|
-
"
|
|
2575
|
-
"
|
|
2479
|
+
"type": "string",
|
|
2480
|
+
"value": "type"
|
|
2576
2481
|
}
|
|
2577
2482
|
]
|
|
2578
2483
|
},
|
|
@@ -2604,6 +2509,110 @@
|
|
|
2604
2509
|
}
|
|
2605
2510
|
]
|
|
2606
2511
|
}
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"kind": "method",
|
|
2515
|
+
"name": "componentOnReady",
|
|
2516
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
2517
|
+
"docsTags": [
|
|
2518
|
+
{
|
|
2519
|
+
"name": "example",
|
|
2520
|
+
"text": "```js\nconst arcgisFieldPickList = document.querySelector(\"arcgis-field-pick-list\");\ndocument.body.append(arcgisFieldPickList);\nawait arcgisFieldPickList.componentOnReady();\nconsole.log(\"arcgis-field-pick-list is ready to go!\");\n```"
|
|
2521
|
+
}
|
|
2522
|
+
],
|
|
2523
|
+
"return": {
|
|
2524
|
+
"type": {
|
|
2525
|
+
"text": "Promise<this>",
|
|
2526
|
+
"references": [
|
|
2527
|
+
{
|
|
2528
|
+
"module": "lib/lib.es5.d.ts",
|
|
2529
|
+
"name": "Promise",
|
|
2530
|
+
"package": "typescript",
|
|
2531
|
+
"start": 0,
|
|
2532
|
+
"end": 7
|
|
2533
|
+
}
|
|
2534
|
+
]
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
"inheritedFrom": {
|
|
2538
|
+
"name": "PublicLitElement",
|
|
2539
|
+
"module": "PublicLitElement",
|
|
2540
|
+
"package": "@arcgis/lumina"
|
|
2541
|
+
},
|
|
2542
|
+
"signature": "(): Promise<this>"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"kind": "method",
|
|
2546
|
+
"name": "reposition",
|
|
2547
|
+
"description": "Reposition the component.",
|
|
2548
|
+
"return": {
|
|
2549
|
+
"type": {
|
|
2550
|
+
"text": "Promise<void>",
|
|
2551
|
+
"references": [
|
|
2552
|
+
{
|
|
2553
|
+
"name": "Promise",
|
|
2554
|
+
"package": "typescript",
|
|
2555
|
+
"module": "lib/lib.es5.d.ts",
|
|
2556
|
+
"start": 0,
|
|
2557
|
+
"end": 7
|
|
2558
|
+
}
|
|
2559
|
+
]
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2562
|
+
"signature": "(): Promise<void>"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"kind": "method",
|
|
2566
|
+
"name": "setDisabled",
|
|
2567
|
+
"description": "Control whether the component is disabled.",
|
|
2568
|
+
"parameters": [
|
|
2569
|
+
{
|
|
2570
|
+
"name": "disable",
|
|
2571
|
+
"type": {
|
|
2572
|
+
"text": "boolean",
|
|
2573
|
+
"values": [
|
|
2574
|
+
{
|
|
2575
|
+
"type": "boolean"
|
|
2576
|
+
}
|
|
2577
|
+
]
|
|
2578
|
+
}
|
|
2579
|
+
}
|
|
2580
|
+
],
|
|
2581
|
+
"return": {
|
|
2582
|
+
"type": {
|
|
2583
|
+
"text": "Promise<void>",
|
|
2584
|
+
"references": [
|
|
2585
|
+
{
|
|
2586
|
+
"name": "Promise",
|
|
2587
|
+
"package": "typescript",
|
|
2588
|
+
"module": "lib/lib.es5.d.ts",
|
|
2589
|
+
"start": 0,
|
|
2590
|
+
"end": 7
|
|
2591
|
+
}
|
|
2592
|
+
]
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
"signature": "(disable: boolean): Promise<void>"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"kind": "method",
|
|
2599
|
+
"name": "setFocus",
|
|
2600
|
+
"description": "Set focus on the component.",
|
|
2601
|
+
"return": {
|
|
2602
|
+
"type": {
|
|
2603
|
+
"text": "Promise<void>",
|
|
2604
|
+
"references": [
|
|
2605
|
+
{
|
|
2606
|
+
"name": "Promise",
|
|
2607
|
+
"package": "typescript",
|
|
2608
|
+
"module": "lib/lib.es5.d.ts",
|
|
2609
|
+
"start": 0,
|
|
2610
|
+
"end": 7
|
|
2611
|
+
}
|
|
2612
|
+
]
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
"signature": "(): Promise<void>"
|
|
2607
2616
|
}
|
|
2608
2617
|
],
|
|
2609
2618
|
"attributes": [
|
|
@@ -2874,20 +2883,20 @@
|
|
|
2874
2883
|
"text": "\"default\" | \"display\" | \"field\" | \"type\"",
|
|
2875
2884
|
"values": [
|
|
2876
2885
|
{
|
|
2877
|
-
"
|
|
2878
|
-
"
|
|
2886
|
+
"type": "string",
|
|
2887
|
+
"value": "default"
|
|
2879
2888
|
},
|
|
2880
2889
|
{
|
|
2881
|
-
"
|
|
2882
|
-
"
|
|
2890
|
+
"type": "string",
|
|
2891
|
+
"value": "display"
|
|
2883
2892
|
},
|
|
2884
2893
|
{
|
|
2885
|
-
"
|
|
2886
|
-
"
|
|
2894
|
+
"type": "string",
|
|
2895
|
+
"value": "field"
|
|
2887
2896
|
},
|
|
2888
2897
|
{
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
2898
|
+
"type": "string",
|
|
2899
|
+
"value": "type"
|
|
2891
2900
|
}
|
|
2892
2901
|
]
|
|
2893
2902
|
},
|
|
@@ -2960,20 +2969,20 @@
|
|
|
2960
2969
|
"text": "\"default\" | \"display\" | \"field\" | \"type\"",
|
|
2961
2970
|
"values": [
|
|
2962
2971
|
{
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2972
|
+
"type": "string",
|
|
2973
|
+
"value": "default"
|
|
2965
2974
|
},
|
|
2966
2975
|
{
|
|
2967
|
-
"
|
|
2968
|
-
"
|
|
2976
|
+
"type": "string",
|
|
2977
|
+
"value": "display"
|
|
2969
2978
|
},
|
|
2970
2979
|
{
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2980
|
+
"type": "string",
|
|
2981
|
+
"value": "field"
|
|
2973
2982
|
},
|
|
2974
2983
|
{
|
|
2975
|
-
"
|
|
2976
|
-
"
|
|
2984
|
+
"type": "string",
|
|
2985
|
+
"value": "type"
|
|
2977
2986
|
}
|
|
2978
2987
|
]
|
|
2979
2988
|
},
|
|
@@ -2986,20 +2995,20 @@
|
|
|
2986
2995
|
"text": "\"default\" | \"display\" | \"field\" | \"type\"",
|
|
2987
2996
|
"values": [
|
|
2988
2997
|
{
|
|
2989
|
-
"
|
|
2990
|
-
"
|
|
2998
|
+
"type": "string",
|
|
2999
|
+
"value": "default"
|
|
2991
3000
|
},
|
|
2992
3001
|
{
|
|
2993
|
-
"
|
|
2994
|
-
"
|
|
3002
|
+
"type": "string",
|
|
3003
|
+
"value": "display"
|
|
2995
3004
|
},
|
|
2996
3005
|
{
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
3006
|
+
"type": "string",
|
|
3007
|
+
"value": "field"
|
|
2999
3008
|
},
|
|
3000
3009
|
{
|
|
3001
|
-
"
|
|
3002
|
-
"
|
|
3010
|
+
"type": "string",
|
|
3011
|
+
"value": "type"
|
|
3003
3012
|
}
|
|
3004
3013
|
]
|
|
3005
3014
|
}
|
|
@@ -3026,7 +3035,8 @@
|
|
|
3026
3035
|
"name": "no-fields",
|
|
3027
3036
|
"description": "A slot for content, e.g. a message, that displays if the list of fields is empty."
|
|
3028
3037
|
}
|
|
3029
|
-
]
|
|
3038
|
+
],
|
|
3039
|
+
"importPath": "components/arcgis-field-pick-list"
|
|
3030
3040
|
}
|
|
3031
3041
|
],
|
|
3032
3042
|
"exports": [
|
|
@@ -3049,6 +3059,7 @@
|
|
|
3049
3059
|
"customElement": true,
|
|
3050
3060
|
"name": "ArcgisHistogram",
|
|
3051
3061
|
"tagName": "arcgis-histogram",
|
|
3062
|
+
"pascalCaseName": "ArcgisHistogram",
|
|
3052
3063
|
"description": "Renders a histogram to visualize the spread of a dataset based on [bins](#bins) representing buckets, or sub-ranges, of\ndata. Each [bin](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-types.html#HistogramBin) is defined by a minimum and maximum value and a total count.\n\nYou can generate the underlying histogram's bins with the [histogram](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-histogram.html)\nmodule, then apply them to the component, as shown in the example below.\n\n```js\nconst params = {\n layer: povLayer,\n field: \"POP_POVERTY\",\n normalizationField: \"TOTPOP_CY\",\n numBins: 30\n};\n\nconst results = await histogram(params);\nconst histogramElement = document.querySelector(\"arcgis-histogram\");\n\nhistogramElement.bins = results.bins;\nhistogramElement.min = results.minValue;\nhistogramElement.max = results.maxValue;\n```\n\nOther properties of this component allow you to display meaningful values on the histogram, such as the [average](#average),\n[one standard deviation](#standardDeviation), and the [dataLines](#dataLines) properties.\n\nThe [layout](#layout) property allows you to set the orientation of the histogram, and the [colorStops](#colorStops)\nproperty allows you to set a gradient or color scheme for the histogram bars.\n\n<a name=\"image-annotations\"></a>\nSee the image below for a summary of the configurable options available on this slider.\n\n\n\nThe [colorStops](#colorStops) property may be used to define a color scheme for the histogram bars.\n\n\n\n**See also:**\n- [histogram module](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-histogram.html)",
|
|
3053
3064
|
"demos": [
|
|
3054
3065
|
{
|
|
@@ -3093,26 +3104,15 @@
|
|
|
3093
3104
|
}
|
|
3094
3105
|
],
|
|
3095
3106
|
"superclass": {
|
|
3096
|
-
"name": "
|
|
3107
|
+
"name": "PublicLitElement",
|
|
3108
|
+
"module": "PublicLitElement",
|
|
3097
3109
|
"package": "@arcgis/lumina"
|
|
3098
3110
|
},
|
|
3099
|
-
"pascalCaseName": "ArcgisHistogram",
|
|
3100
|
-
"importPath": "components/arcgis-histogram",
|
|
3101
3111
|
"members": [
|
|
3102
3112
|
{
|
|
3103
3113
|
"kind": "field",
|
|
3104
3114
|
"name": "average",
|
|
3105
3115
|
"description": "The statistical average of the data in the histogram. You would typically\nget this value from the `avg` property of\n[SummaryStatisticsResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-summaryStatistics.html#SummaryStatisticsResult),\nwhich is the result of the\n[summaryStatistics](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-summaryStatistics.html#summaryStatistics) function.\n\nWhen set, this value will render on the histogram with a symbol indicating it is the average.",
|
|
3106
|
-
"type": {
|
|
3107
|
-
"text": "number",
|
|
3108
|
-
"values": [
|
|
3109
|
-
{
|
|
3110
|
-
"type": "number"
|
|
3111
|
-
}
|
|
3112
|
-
]
|
|
3113
|
-
},
|
|
3114
|
-
"attribute": "average",
|
|
3115
|
-
"reflects": true,
|
|
3116
3116
|
"docsTags": [
|
|
3117
3117
|
{
|
|
3118
3118
|
"name": "see",
|
|
@@ -3126,12 +3126,32 @@
|
|
|
3126
3126
|
"name": "example",
|
|
3127
3127
|
"text": "```js\nhistogram.average = 34.5;\n```"
|
|
3128
3128
|
}
|
|
3129
|
-
]
|
|
3129
|
+
],
|
|
3130
|
+
"type": {
|
|
3131
|
+
"text": "number",
|
|
3132
|
+
"values": [
|
|
3133
|
+
{
|
|
3134
|
+
"type": "number"
|
|
3135
|
+
}
|
|
3136
|
+
]
|
|
3137
|
+
},
|
|
3138
|
+
"attribute": "average",
|
|
3139
|
+
"reflects": true
|
|
3130
3140
|
},
|
|
3131
3141
|
{
|
|
3132
3142
|
"kind": "field",
|
|
3133
3143
|
"name": "bins",
|
|
3134
3144
|
"description": "An array of objects representing each bin in the histogram. This\ninformation is typically returned from the\n[histogram](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-histogram.html#histogram) function.",
|
|
3145
|
+
"docsTags": [
|
|
3146
|
+
{
|
|
3147
|
+
"name": "example",
|
|
3148
|
+
"text": "```js\n// sets the bins of the histogram from the bins in the histogram() result\nhistogram.bins = histogramResult.bins;\n```"
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"name": "example",
|
|
3152
|
+
"text": "```js\n// Creates a histogram with 7 bins.\nhistogram.bins = [\n { minValue: 0, maxValue: 10, count: 4 },\n { minValue: 10.1, maxValue: 20, count: 14 },\n { minValue: 20.1, maxValue: 30, count: 9 },\n { minValue: 30.1, maxValue: 40, count: 34 },\n { minValue: 40.1, maxValue: 50, count: 351 },\n { minValue: 50.1, maxValue: 60, count: 100 },\n { minValue: 60.1, maxValue: 70, count: 1 }\n];\n```"
|
|
3153
|
+
}
|
|
3154
|
+
],
|
|
3135
3155
|
"type": {
|
|
3136
3156
|
"text": "Array<HistogramBin>",
|
|
3137
3157
|
"references": [
|
|
@@ -3151,17 +3171,7 @@
|
|
|
3151
3171
|
"end": 18
|
|
3152
3172
|
}
|
|
3153
3173
|
]
|
|
3154
|
-
}
|
|
3155
|
-
"docsTags": [
|
|
3156
|
-
{
|
|
3157
|
-
"name": "example",
|
|
3158
|
-
"text": "```js\n// sets the bins of the histogram from the bins in the histogram() result\nhistogram.bins = histogramResult.bins;\n```"
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"name": "example",
|
|
3162
|
-
"text": "```js\n// Creates a histogram with 7 bins.\nhistogram.bins = [\n { minValue: 0, maxValue: 10, count: 4 },\n { minValue: 10.1, maxValue: 20, count: 14 },\n { minValue: 20.1, maxValue: 30, count: 9 },\n { minValue: 30.1, maxValue: 40, count: 34 },\n { minValue: 40.1, maxValue: 50, count: 351 },\n { minValue: 50.1, maxValue: 60, count: 100 },\n { minValue: 60.1, maxValue: 70, count: 1 }\n];\n```"
|
|
3163
|
-
}
|
|
3164
|
-
]
|
|
3174
|
+
}
|
|
3165
3175
|
},
|
|
3166
3176
|
{
|
|
3167
3177
|
"kind": "field",
|
|
@@ -3182,6 +3192,16 @@
|
|
|
3182
3192
|
"kind": "field",
|
|
3183
3193
|
"name": "colorStops",
|
|
3184
3194
|
"description": "An array of color stops used to define the color scheme for the histogram bars.\nThere are two types of color stops:\n- **Continuous color stops**: Each stop is defined by a color and a value. The color of the bar is determined by interpolating between the\n colors of the stops surrounding the value of the bin.\n- **Classed color stops**: Each stop is defined by a color and a minValue and maxValue. The color of the bar is determined by the color of the stop\n that contains the value of the bin.",
|
|
3195
|
+
"docsTags": [
|
|
3196
|
+
{
|
|
3197
|
+
"name": "example",
|
|
3198
|
+
"text": "```js\n// Define continuous color stops on the histogram.\n// The color of the bar is determined by interpolating between the colors of the stops surrounding the value of the bin.\nhistogram.colorStops = [\n { color: \"#ff0000\", value: 0 },\n { color: \"#ffff00\", value: 50 },\n { color: \"#00ff00\", value: 100 }\n];\n```"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"name": "example",
|
|
3202
|
+
"text": "```js\n// Define classed color stops on the histogram.\n// The color of the bar is determined by the color of the stop that contains the value of the bin.\nhistogram.colorStops = [\n { color: \"#ff0000\", minValue: 0, maxValue: 50 },\n { color: \"#00ff00\", minValue: 50, maxValue: 100 },\n];\n```"
|
|
3203
|
+
}
|
|
3204
|
+
],
|
|
3185
3205
|
"type": {
|
|
3186
3206
|
"text": "Array<{\n color: HistogramColor;\n value: number;\n}> | Array<{\n color?: HistogramColor | undefined;\n minValue: number;\n maxValue: number;\n}>",
|
|
3187
3207
|
"references": [
|
|
@@ -3208,52 +3228,26 @@
|
|
|
3208
3228
|
"type": "Array<{\n color?: HistogramColor | undefined;\n minValue: number;\n maxValue: number;\n}>"
|
|
3209
3229
|
}
|
|
3210
3230
|
]
|
|
3211
|
-
}
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"kind": "field",
|
|
3235
|
+
"name": "dataLines",
|
|
3236
|
+
"description": "When set, renders lines on the histogram that indicate important or\nmeaningful values to the end user.",
|
|
3212
3237
|
"docsTags": [
|
|
3213
3238
|
{
|
|
3214
3239
|
"name": "example",
|
|
3215
|
-
"text": "```js\n//
|
|
3240
|
+
"text": "```js\n// will render lines at the 25th, 50th, 75th, and 99th percentiles\nhistogram.dataLines = [{\n value: 30,\n label: \"25 pctl\"\n}, {\n value: 45,\n label: \"50 pctl\"\n}, {\n value: 65,\n label: \"75 pctl\"\n}, {\n value: 89,\n label: \"99 pctl\"\n}];\n```"
|
|
3216
3241
|
},
|
|
3217
3242
|
{
|
|
3218
3243
|
"name": "example",
|
|
3219
|
-
"text": "```js\n//
|
|
3244
|
+
"text": "```js\n// calculate standard deviations from mean using stats\n// returned from smart mapping statistic methods\nconst stddevs = smartMappingUtils.getDeviationValues(stats.stddev, stats.avg, 2);\nhistogram.dataLines = stddevs.map((stddev) => {\n return {\n value: stddev\n };\n});\n```"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "see",
|
|
3248
|
+
"text": "[smartMappingUtils.getDeviationValues](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-smartMapping-support-utils.html#getDeviationValues)"
|
|
3220
3249
|
}
|
|
3221
|
-
]
|
|
3222
|
-
},
|
|
3223
|
-
{
|
|
3224
|
-
"kind": "method",
|
|
3225
|
-
"name": "componentOnReady",
|
|
3226
|
-
"return": {
|
|
3227
|
-
"type": {
|
|
3228
|
-
"text": "Promise<void>",
|
|
3229
|
-
"references": [
|
|
3230
|
-
{
|
|
3231
|
-
"module": "lib/lib.es5.d.ts",
|
|
3232
|
-
"name": "Promise",
|
|
3233
|
-
"package": "typescript",
|
|
3234
|
-
"start": 0,
|
|
3235
|
-
"end": 7
|
|
3236
|
-
}
|
|
3237
|
-
]
|
|
3238
|
-
}
|
|
3239
|
-
},
|
|
3240
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
3241
|
-
"signature": "(): Promise<void>",
|
|
3242
|
-
"inheritedFrom": {
|
|
3243
|
-
"name": "LitElement",
|
|
3244
|
-
"package": "@arcgis/lumina"
|
|
3245
|
-
},
|
|
3246
|
-
"docsTags": [
|
|
3247
|
-
{
|
|
3248
|
-
"name": "example",
|
|
3249
|
-
"text": "```js\nconst arcgisHistogram = document.querySelector(\"arcgis-histogram\");\ndocument.body.append(arcgisHistogram);\nawait arcgisHistogram.componentOnReady();\nconsole.log(\"arcgis-histogram is ready to go!\");\n```"
|
|
3250
|
-
}
|
|
3251
|
-
]
|
|
3252
|
-
},
|
|
3253
|
-
{
|
|
3254
|
-
"kind": "field",
|
|
3255
|
-
"name": "dataLines",
|
|
3256
|
-
"description": "When set, renders lines on the histogram that indicate important or\nmeaningful values to the end user.",
|
|
3250
|
+
],
|
|
3257
3251
|
"type": {
|
|
3258
3252
|
"text": "Array<{\n value: number;\n label?: string | number | nullish;\n}>",
|
|
3259
3253
|
"references": [
|
|
@@ -3265,21 +3259,7 @@
|
|
|
3265
3259
|
"end": 5
|
|
3266
3260
|
}
|
|
3267
3261
|
]
|
|
3268
|
-
}
|
|
3269
|
-
"docsTags": [
|
|
3270
|
-
{
|
|
3271
|
-
"name": "example",
|
|
3272
|
-
"text": "```js\n// will render lines at the 25th, 50th, 75th, and 99th percentiles\nhistogram.dataLines = [{\n value: 30,\n label: \"25 pctl\"\n}, {\n value: 45,\n label: \"50 pctl\"\n}, {\n value: 65,\n label: \"75 pctl\"\n}, {\n value: 89,\n label: \"99 pctl\"\n}];\n```"
|
|
3273
|
-
},
|
|
3274
|
-
{
|
|
3275
|
-
"name": "example",
|
|
3276
|
-
"text": "```js\n// calculate standard deviations from mean using stats\n// returned from smart mapping statistic methods\nconst stddevs = smartMappingUtils.getDeviationValues(stats.stddev, stats.avg, 2);\nhistogram.dataLines = stddevs.map((stddev) => {\n return {\n value: stddev\n };\n});\n```"
|
|
3277
|
-
},
|
|
3278
|
-
{
|
|
3279
|
-
"name": "see",
|
|
3280
|
-
"text": "[smartMappingUtils.getDeviationValues](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-smartMapping-support-utils.html#getDeviationValues)"
|
|
3281
|
-
}
|
|
3282
|
-
]
|
|
3262
|
+
}
|
|
3283
3263
|
},
|
|
3284
3264
|
{
|
|
3285
3265
|
"kind": "field",
|
|
@@ -3315,57 +3295,47 @@
|
|
|
3315
3295
|
"kind": "field",
|
|
3316
3296
|
"name": "labelFormatFunction",
|
|
3317
3297
|
"description": "A function used to format labels on the histogram. Overrides the default label formatter.",
|
|
3318
|
-
"type": {
|
|
3319
|
-
"text": "(((value: number) => string))"
|
|
3320
|
-
},
|
|
3321
3298
|
"docsTags": [
|
|
3322
3299
|
{
|
|
3323
3300
|
"name": "example",
|
|
3324
3301
|
"text": "```js\n// For thumb values, rounds each label to whole numbers.\nslider.labelFormatFunction = (value) => {\n return value.toFixed(0);\n}\n```"
|
|
3325
3302
|
}
|
|
3326
|
-
]
|
|
3303
|
+
],
|
|
3304
|
+
"type": {
|
|
3305
|
+
"text": "(((value: number) => string))"
|
|
3306
|
+
}
|
|
3327
3307
|
},
|
|
3328
3308
|
{
|
|
3329
3309
|
"kind": "field",
|
|
3330
3310
|
"name": "layout",
|
|
3331
3311
|
"description": "Determines the orientation of the histogram.",
|
|
3312
|
+
"docsTags": [
|
|
3313
|
+
{
|
|
3314
|
+
"name": "example",
|
|
3315
|
+
"text": "```js\nhistogram.layout = \"vertical\";\n```"
|
|
3316
|
+
}
|
|
3317
|
+
],
|
|
3332
3318
|
"type": {
|
|
3333
3319
|
"text": "\"horizontal\" | \"vertical\"",
|
|
3334
3320
|
"values": [
|
|
3335
3321
|
{
|
|
3336
|
-
"
|
|
3337
|
-
"
|
|
3322
|
+
"type": "string",
|
|
3323
|
+
"value": "horizontal"
|
|
3338
3324
|
},
|
|
3339
3325
|
{
|
|
3340
|
-
"
|
|
3341
|
-
"
|
|
3326
|
+
"type": "string",
|
|
3327
|
+
"value": "vertical"
|
|
3342
3328
|
}
|
|
3343
3329
|
]
|
|
3344
3330
|
},
|
|
3345
3331
|
"default": "\"horizontal\"",
|
|
3346
3332
|
"attribute": "layout",
|
|
3347
|
-
"reflects": true
|
|
3348
|
-
"docsTags": [
|
|
3349
|
-
{
|
|
3350
|
-
"name": "example",
|
|
3351
|
-
"text": "```js\nhistogram.layout = \"vertical\";\n```"
|
|
3352
|
-
}
|
|
3353
|
-
]
|
|
3333
|
+
"reflects": true
|
|
3354
3334
|
},
|
|
3355
3335
|
{
|
|
3356
3336
|
"kind": "field",
|
|
3357
3337
|
"name": "max",
|
|
3358
3338
|
"description": "The maximum value or bound of the entire histogram. This\nshould match the maximum bound of the last [bin](#bins).",
|
|
3359
|
-
"type": {
|
|
3360
|
-
"text": "number",
|
|
3361
|
-
"values": [
|
|
3362
|
-
{
|
|
3363
|
-
"type": "number"
|
|
3364
|
-
}
|
|
3365
|
-
]
|
|
3366
|
-
},
|
|
3367
|
-
"attribute": "max",
|
|
3368
|
-
"reflects": true,
|
|
3369
3339
|
"docsTags": [
|
|
3370
3340
|
{
|
|
3371
3341
|
"name": "example",
|
|
@@ -3375,7 +3345,17 @@
|
|
|
3375
3345
|
"name": "example",
|
|
3376
3346
|
"text": "```js\n// sets result returned from a smart mapping method\n// to the histogram\nhistogram.max = response.statistics.max;\n```"
|
|
3377
3347
|
}
|
|
3378
|
-
]
|
|
3348
|
+
],
|
|
3349
|
+
"type": {
|
|
3350
|
+
"text": "number",
|
|
3351
|
+
"values": [
|
|
3352
|
+
{
|
|
3353
|
+
"type": "number"
|
|
3354
|
+
}
|
|
3355
|
+
]
|
|
3356
|
+
},
|
|
3357
|
+
"attribute": "max",
|
|
3358
|
+
"reflects": true
|
|
3379
3359
|
},
|
|
3380
3360
|
{
|
|
3381
3361
|
"kind": "field",
|
|
@@ -3389,16 +3369,6 @@
|
|
|
3389
3369
|
"kind": "field",
|
|
3390
3370
|
"name": "min",
|
|
3391
3371
|
"description": "The minimum value or bound of the entire histogram. This\nshould match the minimum bound of the first [bin](#bins).",
|
|
3392
|
-
"type": {
|
|
3393
|
-
"text": "number",
|
|
3394
|
-
"values": [
|
|
3395
|
-
{
|
|
3396
|
-
"type": "number"
|
|
3397
|
-
}
|
|
3398
|
-
]
|
|
3399
|
-
},
|
|
3400
|
-
"attribute": "min",
|
|
3401
|
-
"reflects": true,
|
|
3402
3372
|
"docsTags": [
|
|
3403
3373
|
{
|
|
3404
3374
|
"name": "example",
|
|
@@ -3408,7 +3378,17 @@
|
|
|
3408
3378
|
"name": "example",
|
|
3409
3379
|
"text": "```js\n// sets result returned from a smart mapping method\n// to the histogram\nhistogram.min = response.statistics.min;\n```"
|
|
3410
3380
|
}
|
|
3411
|
-
]
|
|
3381
|
+
],
|
|
3382
|
+
"type": {
|
|
3383
|
+
"text": "number",
|
|
3384
|
+
"values": [
|
|
3385
|
+
{
|
|
3386
|
+
"type": "number"
|
|
3387
|
+
}
|
|
3388
|
+
]
|
|
3389
|
+
},
|
|
3390
|
+
"attribute": "min",
|
|
3391
|
+
"reflects": true
|
|
3412
3392
|
},
|
|
3413
3393
|
{
|
|
3414
3394
|
"kind": "field",
|
|
@@ -3423,6 +3403,37 @@
|
|
|
3423
3403
|
},
|
|
3424
3404
|
"attribute": "standard-deviation",
|
|
3425
3405
|
"reflects": true
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"kind": "method",
|
|
3409
|
+
"name": "componentOnReady",
|
|
3410
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
3411
|
+
"docsTags": [
|
|
3412
|
+
{
|
|
3413
|
+
"name": "example",
|
|
3414
|
+
"text": "```js\nconst arcgisHistogram = document.querySelector(\"arcgis-histogram\");\ndocument.body.append(arcgisHistogram);\nawait arcgisHistogram.componentOnReady();\nconsole.log(\"arcgis-histogram is ready to go!\");\n```"
|
|
3415
|
+
}
|
|
3416
|
+
],
|
|
3417
|
+
"return": {
|
|
3418
|
+
"type": {
|
|
3419
|
+
"text": "Promise<this>",
|
|
3420
|
+
"references": [
|
|
3421
|
+
{
|
|
3422
|
+
"module": "lib/lib.es5.d.ts",
|
|
3423
|
+
"name": "Promise",
|
|
3424
|
+
"package": "typescript",
|
|
3425
|
+
"start": 0,
|
|
3426
|
+
"end": 7
|
|
3427
|
+
}
|
|
3428
|
+
]
|
|
3429
|
+
}
|
|
3430
|
+
},
|
|
3431
|
+
"inheritedFrom": {
|
|
3432
|
+
"name": "PublicLitElement",
|
|
3433
|
+
"module": "PublicLitElement",
|
|
3434
|
+
"package": "@arcgis/lumina"
|
|
3435
|
+
},
|
|
3436
|
+
"signature": "(): Promise<this>"
|
|
3426
3437
|
}
|
|
3427
3438
|
],
|
|
3428
3439
|
"attributes": [
|
|
@@ -3487,12 +3498,12 @@
|
|
|
3487
3498
|
"text": "\"horizontal\" | \"vertical\"",
|
|
3488
3499
|
"values": [
|
|
3489
3500
|
{
|
|
3490
|
-
"
|
|
3491
|
-
"
|
|
3501
|
+
"type": "string",
|
|
3502
|
+
"value": "horizontal"
|
|
3492
3503
|
},
|
|
3493
3504
|
{
|
|
3494
|
-
"
|
|
3495
|
-
"
|
|
3505
|
+
"type": "string",
|
|
3506
|
+
"value": "vertical"
|
|
3496
3507
|
}
|
|
3497
3508
|
]
|
|
3498
3509
|
},
|
|
@@ -3547,7 +3558,8 @@
|
|
|
3547
3558
|
"name": "--arcgis-histogram-stop-color",
|
|
3548
3559
|
"description": "Specifies the default color for color stops."
|
|
3549
3560
|
}
|
|
3550
|
-
]
|
|
3561
|
+
],
|
|
3562
|
+
"importPath": "components/arcgis-histogram"
|
|
3551
3563
|
}
|
|
3552
3564
|
],
|
|
3553
3565
|
"exports": [
|
|
@@ -3570,6 +3582,7 @@
|
|
|
3570
3582
|
"customElement": true,
|
|
3571
3583
|
"name": "ArcgisLabelInput",
|
|
3572
3584
|
"tagName": "arcgis-label-input",
|
|
3585
|
+
"pascalCaseName": "ArcgisLabelInput",
|
|
3573
3586
|
"demos": [
|
|
3574
3587
|
{
|
|
3575
3588
|
"description": "Docs",
|
|
@@ -3585,11 +3598,10 @@
|
|
|
3585
3598
|
}
|
|
3586
3599
|
],
|
|
3587
3600
|
"superclass": {
|
|
3588
|
-
"name": "
|
|
3601
|
+
"name": "PublicLitElement",
|
|
3602
|
+
"module": "PublicLitElement",
|
|
3589
3603
|
"package": "@arcgis/lumina"
|
|
3590
3604
|
},
|
|
3591
|
-
"pascalCaseName": "ArcgisLabelInput",
|
|
3592
|
-
"importPath": "components/arcgis-label-input",
|
|
3593
3605
|
"members": [
|
|
3594
3606
|
{
|
|
3595
3607
|
"kind": "field",
|
|
@@ -3599,16 +3611,16 @@
|
|
|
3599
3611
|
"text": "\"center\" | \"end\" | \"start\"",
|
|
3600
3612
|
"values": [
|
|
3601
3613
|
{
|
|
3602
|
-
"
|
|
3603
|
-
"
|
|
3614
|
+
"type": "string",
|
|
3615
|
+
"value": "center"
|
|
3604
3616
|
},
|
|
3605
3617
|
{
|
|
3606
|
-
"
|
|
3607
|
-
"
|
|
3618
|
+
"type": "string",
|
|
3619
|
+
"value": "end"
|
|
3608
3620
|
},
|
|
3609
3621
|
{
|
|
3610
|
-
"
|
|
3611
|
-
"
|
|
3622
|
+
"type": "string",
|
|
3623
|
+
"value": "start"
|
|
3612
3624
|
}
|
|
3613
3625
|
]
|
|
3614
3626
|
},
|
|
@@ -3617,65 +3629,15 @@
|
|
|
3617
3629
|
"reflects": true
|
|
3618
3630
|
},
|
|
3619
3631
|
{
|
|
3620
|
-
"kind": "
|
|
3621
|
-
"name": "
|
|
3622
|
-
"
|
|
3623
|
-
"type": {
|
|
3624
|
-
"text": "Promise<void>",
|
|
3625
|
-
"references": [
|
|
3626
|
-
{
|
|
3627
|
-
"module": "lib/lib.es5.d.ts",
|
|
3628
|
-
"name": "Promise",
|
|
3629
|
-
"package": "typescript",
|
|
3630
|
-
"start": 0,
|
|
3631
|
-
"end": 7
|
|
3632
|
-
}
|
|
3633
|
-
]
|
|
3634
|
-
}
|
|
3635
|
-
},
|
|
3636
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
3637
|
-
"signature": "(): Promise<void>",
|
|
3638
|
-
"inheritedFrom": {
|
|
3639
|
-
"name": "LitElement",
|
|
3640
|
-
"package": "@arcgis/lumina"
|
|
3641
|
-
},
|
|
3642
|
-
"docsTags": [
|
|
3643
|
-
{
|
|
3644
|
-
"name": "example",
|
|
3645
|
-
"text": "```js\nconst arcgisLabelInput = document.querySelector(\"arcgis-label-input\");\ndocument.body.append(arcgisLabelInput);\nawait arcgisLabelInput.componentOnReady();\nconsole.log(\"arcgis-label-input is ready to go!\");\n```"
|
|
3646
|
-
}
|
|
3647
|
-
]
|
|
3648
|
-
},
|
|
3649
|
-
{
|
|
3650
|
-
"kind": "method",
|
|
3651
|
-
"name": "edit",
|
|
3652
|
-
"description": "Initiates the edit mode for the component.",
|
|
3653
|
-
"return": {
|
|
3654
|
-
"type": {
|
|
3655
|
-
"text": "Promise<void>",
|
|
3656
|
-
"references": [
|
|
3657
|
-
{
|
|
3658
|
-
"name": "Promise",
|
|
3659
|
-
"package": "typescript",
|
|
3660
|
-
"module": "lib/lib.es5.d.ts",
|
|
3661
|
-
"start": 0,
|
|
3662
|
-
"end": 7
|
|
3663
|
-
}
|
|
3664
|
-
]
|
|
3665
|
-
}
|
|
3666
|
-
},
|
|
3632
|
+
"kind": "field",
|
|
3633
|
+
"name": "editing",
|
|
3634
|
+
"description": "Indicates whether the component is in edit mode.\nThis value changes when user interacts with the component or when [edit()](#edit) is called.\nThe value is always `false` when the component is in [read-only](#readOnly) mode.",
|
|
3667
3635
|
"docsTags": [
|
|
3668
3636
|
{
|
|
3669
3637
|
"name": "see",
|
|
3670
|
-
"text": "[
|
|
3638
|
+
"text": "[edit()](#edit)"
|
|
3671
3639
|
}
|
|
3672
3640
|
],
|
|
3673
|
-
"signature": "(): Promise<void>"
|
|
3674
|
-
},
|
|
3675
|
-
{
|
|
3676
|
-
"kind": "field",
|
|
3677
|
-
"name": "editing",
|
|
3678
|
-
"description": "Indicates whether the component is in edit mode.\nThis value changes when user interacts with the component or when [edit()](#edit) is called.\nThe value is always `false` when the component is in [read-only](#readOnly) mode.",
|
|
3679
3641
|
"type": {
|
|
3680
3642
|
"text": "boolean",
|
|
3681
3643
|
"values": [
|
|
@@ -3687,13 +3649,7 @@
|
|
|
3687
3649
|
"default": "false",
|
|
3688
3650
|
"readonly": true,
|
|
3689
3651
|
"attribute": "editing",
|
|
3690
|
-
"reflects": true
|
|
3691
|
-
"docsTags": [
|
|
3692
|
-
{
|
|
3693
|
-
"name": "see",
|
|
3694
|
-
"text": "[edit()](#edit)"
|
|
3695
|
-
}
|
|
3696
|
-
]
|
|
3652
|
+
"reflects": true
|
|
3697
3653
|
},
|
|
3698
3654
|
{
|
|
3699
3655
|
"kind": "field",
|
|
@@ -3743,6 +3699,63 @@
|
|
|
3743
3699
|
"default": "0",
|
|
3744
3700
|
"attribute": "value",
|
|
3745
3701
|
"reflects": true
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"kind": "method",
|
|
3705
|
+
"name": "componentOnReady",
|
|
3706
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
3707
|
+
"docsTags": [
|
|
3708
|
+
{
|
|
3709
|
+
"name": "example",
|
|
3710
|
+
"text": "```js\nconst arcgisLabelInput = document.querySelector(\"arcgis-label-input\");\ndocument.body.append(arcgisLabelInput);\nawait arcgisLabelInput.componentOnReady();\nconsole.log(\"arcgis-label-input is ready to go!\");\n```"
|
|
3711
|
+
}
|
|
3712
|
+
],
|
|
3713
|
+
"return": {
|
|
3714
|
+
"type": {
|
|
3715
|
+
"text": "Promise<this>",
|
|
3716
|
+
"references": [
|
|
3717
|
+
{
|
|
3718
|
+
"module": "lib/lib.es5.d.ts",
|
|
3719
|
+
"name": "Promise",
|
|
3720
|
+
"package": "typescript",
|
|
3721
|
+
"start": 0,
|
|
3722
|
+
"end": 7
|
|
3723
|
+
}
|
|
3724
|
+
]
|
|
3725
|
+
}
|
|
3726
|
+
},
|
|
3727
|
+
"inheritedFrom": {
|
|
3728
|
+
"name": "PublicLitElement",
|
|
3729
|
+
"module": "PublicLitElement",
|
|
3730
|
+
"package": "@arcgis/lumina"
|
|
3731
|
+
},
|
|
3732
|
+
"signature": "(): Promise<this>"
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"kind": "method",
|
|
3736
|
+
"name": "edit",
|
|
3737
|
+
"description": "Initiates the edit mode for the component.",
|
|
3738
|
+
"docsTags": [
|
|
3739
|
+
{
|
|
3740
|
+
"name": "see",
|
|
3741
|
+
"text": "[editing](#editing)"
|
|
3742
|
+
}
|
|
3743
|
+
],
|
|
3744
|
+
"return": {
|
|
3745
|
+
"type": {
|
|
3746
|
+
"text": "Promise<void>",
|
|
3747
|
+
"references": [
|
|
3748
|
+
{
|
|
3749
|
+
"name": "Promise",
|
|
3750
|
+
"package": "typescript",
|
|
3751
|
+
"module": "lib/lib.es5.d.ts",
|
|
3752
|
+
"start": 0,
|
|
3753
|
+
"end": 7
|
|
3754
|
+
}
|
|
3755
|
+
]
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
"signature": "(): Promise<void>"
|
|
3746
3759
|
}
|
|
3747
3760
|
],
|
|
3748
3761
|
"attributes": [
|
|
@@ -3753,16 +3766,16 @@
|
|
|
3753
3766
|
"text": "\"center\" | \"end\" | \"start\"",
|
|
3754
3767
|
"values": [
|
|
3755
3768
|
{
|
|
3756
|
-
"
|
|
3757
|
-
"
|
|
3769
|
+
"type": "string",
|
|
3770
|
+
"value": "center"
|
|
3758
3771
|
},
|
|
3759
3772
|
{
|
|
3760
|
-
"
|
|
3761
|
-
"
|
|
3773
|
+
"type": "string",
|
|
3774
|
+
"value": "end"
|
|
3762
3775
|
},
|
|
3763
3776
|
{
|
|
3764
|
-
"
|
|
3765
|
-
"
|
|
3777
|
+
"type": "string",
|
|
3778
|
+
"value": "start"
|
|
3766
3779
|
}
|
|
3767
3780
|
]
|
|
3768
3781
|
},
|
|
@@ -3821,7 +3834,8 @@
|
|
|
3821
3834
|
},
|
|
3822
3835
|
"cancelable": false
|
|
3823
3836
|
}
|
|
3824
|
-
]
|
|
3837
|
+
],
|
|
3838
|
+
"importPath": "components/arcgis-label-input"
|
|
3825
3839
|
}
|
|
3826
3840
|
],
|
|
3827
3841
|
"exports": [
|
|
@@ -3844,6 +3858,7 @@
|
|
|
3844
3858
|
"customElement": true,
|
|
3845
3859
|
"name": "ArcgisPickerInput",
|
|
3846
3860
|
"tagName": "arcgis-picker-input",
|
|
3861
|
+
"pascalCaseName": "ArcgisPickerInput",
|
|
3847
3862
|
"demos": [
|
|
3848
3863
|
{
|
|
3849
3864
|
"description": "Docs",
|
|
@@ -3851,62 +3866,11 @@
|
|
|
3851
3866
|
}
|
|
3852
3867
|
],
|
|
3853
3868
|
"superclass": {
|
|
3854
|
-
"name": "
|
|
3869
|
+
"name": "PublicLitElement",
|
|
3870
|
+
"module": "PublicLitElement",
|
|
3855
3871
|
"package": "@arcgis/lumina"
|
|
3856
3872
|
},
|
|
3857
|
-
"pascalCaseName": "ArcgisPickerInput",
|
|
3858
|
-
"importPath": "components/arcgis-picker-input",
|
|
3859
3873
|
"members": [
|
|
3860
|
-
{
|
|
3861
|
-
"kind": "method",
|
|
3862
|
-
"name": "close",
|
|
3863
|
-
"description": "Close the component.",
|
|
3864
|
-
"return": {
|
|
3865
|
-
"type": {
|
|
3866
|
-
"text": "Promise<void>",
|
|
3867
|
-
"references": [
|
|
3868
|
-
{
|
|
3869
|
-
"name": "Promise",
|
|
3870
|
-
"package": "typescript",
|
|
3871
|
-
"module": "lib/lib.es5.d.ts",
|
|
3872
|
-
"start": 0,
|
|
3873
|
-
"end": 7
|
|
3874
|
-
}
|
|
3875
|
-
]
|
|
3876
|
-
}
|
|
3877
|
-
},
|
|
3878
|
-
"signature": "(): Promise<void>"
|
|
3879
|
-
},
|
|
3880
|
-
{
|
|
3881
|
-
"kind": "method",
|
|
3882
|
-
"name": "componentOnReady",
|
|
3883
|
-
"return": {
|
|
3884
|
-
"type": {
|
|
3885
|
-
"text": "Promise<void>",
|
|
3886
|
-
"references": [
|
|
3887
|
-
{
|
|
3888
|
-
"module": "lib/lib.es5.d.ts",
|
|
3889
|
-
"name": "Promise",
|
|
3890
|
-
"package": "typescript",
|
|
3891
|
-
"start": 0,
|
|
3892
|
-
"end": 7
|
|
3893
|
-
}
|
|
3894
|
-
]
|
|
3895
|
-
}
|
|
3896
|
-
},
|
|
3897
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
3898
|
-
"signature": "(): Promise<void>",
|
|
3899
|
-
"inheritedFrom": {
|
|
3900
|
-
"name": "LitElement",
|
|
3901
|
-
"package": "@arcgis/lumina"
|
|
3902
|
-
},
|
|
3903
|
-
"docsTags": [
|
|
3904
|
-
{
|
|
3905
|
-
"name": "example",
|
|
3906
|
-
"text": "```js\nconst arcgisPickerInput = document.querySelector(\"arcgis-picker-input\");\ndocument.body.append(arcgisPickerInput);\nawait arcgisPickerInput.componentOnReady();\nconsole.log(\"arcgis-picker-input is ready to go!\");\n```"
|
|
3907
|
-
}
|
|
3908
|
-
]
|
|
3909
|
-
},
|
|
3910
3874
|
{
|
|
3911
3875
|
"kind": "field",
|
|
3912
3876
|
"name": "disabled",
|
|
@@ -4000,6 +3964,57 @@
|
|
|
4000
3964
|
]
|
|
4001
3965
|
}
|
|
4002
3966
|
},
|
|
3967
|
+
{
|
|
3968
|
+
"kind": "method",
|
|
3969
|
+
"name": "close",
|
|
3970
|
+
"description": "Close the component.",
|
|
3971
|
+
"return": {
|
|
3972
|
+
"type": {
|
|
3973
|
+
"text": "Promise<void>",
|
|
3974
|
+
"references": [
|
|
3975
|
+
{
|
|
3976
|
+
"name": "Promise",
|
|
3977
|
+
"package": "typescript",
|
|
3978
|
+
"module": "lib/lib.es5.d.ts",
|
|
3979
|
+
"start": 0,
|
|
3980
|
+
"end": 7
|
|
3981
|
+
}
|
|
3982
|
+
]
|
|
3983
|
+
}
|
|
3984
|
+
},
|
|
3985
|
+
"signature": "(): Promise<void>"
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"kind": "method",
|
|
3989
|
+
"name": "componentOnReady",
|
|
3990
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
3991
|
+
"docsTags": [
|
|
3992
|
+
{
|
|
3993
|
+
"name": "example",
|
|
3994
|
+
"text": "```js\nconst arcgisPickerInput = document.querySelector(\"arcgis-picker-input\");\ndocument.body.append(arcgisPickerInput);\nawait arcgisPickerInput.componentOnReady();\nconsole.log(\"arcgis-picker-input is ready to go!\");\n```"
|
|
3995
|
+
}
|
|
3996
|
+
],
|
|
3997
|
+
"return": {
|
|
3998
|
+
"type": {
|
|
3999
|
+
"text": "Promise<this>",
|
|
4000
|
+
"references": [
|
|
4001
|
+
{
|
|
4002
|
+
"module": "lib/lib.es5.d.ts",
|
|
4003
|
+
"name": "Promise",
|
|
4004
|
+
"package": "typescript",
|
|
4005
|
+
"start": 0,
|
|
4006
|
+
"end": 7
|
|
4007
|
+
}
|
|
4008
|
+
]
|
|
4009
|
+
}
|
|
4010
|
+
},
|
|
4011
|
+
"inheritedFrom": {
|
|
4012
|
+
"name": "PublicLitElement",
|
|
4013
|
+
"module": "PublicLitElement",
|
|
4014
|
+
"package": "@arcgis/lumina"
|
|
4015
|
+
},
|
|
4016
|
+
"signature": "(): Promise<this>"
|
|
4017
|
+
},
|
|
4003
4018
|
{
|
|
4004
4019
|
"kind": "method",
|
|
4005
4020
|
"name": "setFocus",
|
|
@@ -4092,7 +4107,8 @@
|
|
|
4092
4107
|
"text": "void"
|
|
4093
4108
|
}
|
|
4094
4109
|
}
|
|
4095
|
-
]
|
|
4110
|
+
],
|
|
4111
|
+
"importPath": "components/arcgis-picker-input"
|
|
4096
4112
|
}
|
|
4097
4113
|
],
|
|
4098
4114
|
"exports": [
|
|
@@ -4115,6 +4131,7 @@
|
|
|
4115
4131
|
"customElement": true,
|
|
4116
4132
|
"name": "ArcgisRampColor",
|
|
4117
4133
|
"tagName": "arcgis-ramp-color",
|
|
4134
|
+
"pascalCaseName": "ArcgisRampColor",
|
|
4118
4135
|
"demos": [
|
|
4119
4136
|
{
|
|
4120
4137
|
"description": "Docs",
|
|
@@ -4134,42 +4151,11 @@
|
|
|
4134
4151
|
}
|
|
4135
4152
|
],
|
|
4136
4153
|
"superclass": {
|
|
4137
|
-
"name": "
|
|
4154
|
+
"name": "PublicLitElement",
|
|
4155
|
+
"module": "PublicLitElement",
|
|
4138
4156
|
"package": "@arcgis/lumina"
|
|
4139
4157
|
},
|
|
4140
|
-
"pascalCaseName": "ArcgisRampColor",
|
|
4141
|
-
"importPath": "components/arcgis-ramp-color",
|
|
4142
4158
|
"members": [
|
|
4143
|
-
{
|
|
4144
|
-
"kind": "method",
|
|
4145
|
-
"name": "componentOnReady",
|
|
4146
|
-
"return": {
|
|
4147
|
-
"type": {
|
|
4148
|
-
"text": "Promise<void>",
|
|
4149
|
-
"references": [
|
|
4150
|
-
{
|
|
4151
|
-
"module": "lib/lib.es5.d.ts",
|
|
4152
|
-
"name": "Promise",
|
|
4153
|
-
"package": "typescript",
|
|
4154
|
-
"start": 0,
|
|
4155
|
-
"end": 7
|
|
4156
|
-
}
|
|
4157
|
-
]
|
|
4158
|
-
}
|
|
4159
|
-
},
|
|
4160
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
4161
|
-
"signature": "(): Promise<void>",
|
|
4162
|
-
"inheritedFrom": {
|
|
4163
|
-
"name": "LitElement",
|
|
4164
|
-
"package": "@arcgis/lumina"
|
|
4165
|
-
},
|
|
4166
|
-
"docsTags": [
|
|
4167
|
-
{
|
|
4168
|
-
"name": "example",
|
|
4169
|
-
"text": "```js\nconst arcgisRampColor = document.querySelector(\"arcgis-ramp-color\");\ndocument.body.append(arcgisRampColor);\nawait arcgisRampColor.componentOnReady();\nconsole.log(\"arcgis-ramp-color is ready to go!\");\n```"
|
|
4170
|
-
}
|
|
4171
|
-
]
|
|
4172
|
-
},
|
|
4173
4159
|
{
|
|
4174
4160
|
"kind": "field",
|
|
4175
4161
|
"name": "layout",
|
|
@@ -4177,12 +4163,12 @@
|
|
|
4177
4163
|
"text": "\"horizontal\" | \"vertical\"",
|
|
4178
4164
|
"values": [
|
|
4179
4165
|
{
|
|
4180
|
-
"
|
|
4181
|
-
"
|
|
4166
|
+
"type": "string",
|
|
4167
|
+
"value": "horizontal"
|
|
4182
4168
|
},
|
|
4183
4169
|
{
|
|
4184
|
-
"
|
|
4185
|
-
"
|
|
4170
|
+
"type": "string",
|
|
4171
|
+
"value": "vertical"
|
|
4186
4172
|
}
|
|
4187
4173
|
]
|
|
4188
4174
|
},
|
|
@@ -4239,6 +4225,37 @@
|
|
|
4239
4225
|
}
|
|
4240
4226
|
]
|
|
4241
4227
|
}
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"kind": "method",
|
|
4231
|
+
"name": "componentOnReady",
|
|
4232
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
4233
|
+
"docsTags": [
|
|
4234
|
+
{
|
|
4235
|
+
"name": "example",
|
|
4236
|
+
"text": "```js\nconst arcgisRampColor = document.querySelector(\"arcgis-ramp-color\");\ndocument.body.append(arcgisRampColor);\nawait arcgisRampColor.componentOnReady();\nconsole.log(\"arcgis-ramp-color is ready to go!\");\n```"
|
|
4237
|
+
}
|
|
4238
|
+
],
|
|
4239
|
+
"return": {
|
|
4240
|
+
"type": {
|
|
4241
|
+
"text": "Promise<this>",
|
|
4242
|
+
"references": [
|
|
4243
|
+
{
|
|
4244
|
+
"module": "lib/lib.es5.d.ts",
|
|
4245
|
+
"name": "Promise",
|
|
4246
|
+
"package": "typescript",
|
|
4247
|
+
"start": 0,
|
|
4248
|
+
"end": 7
|
|
4249
|
+
}
|
|
4250
|
+
]
|
|
4251
|
+
}
|
|
4252
|
+
},
|
|
4253
|
+
"inheritedFrom": {
|
|
4254
|
+
"name": "PublicLitElement",
|
|
4255
|
+
"module": "PublicLitElement",
|
|
4256
|
+
"package": "@arcgis/lumina"
|
|
4257
|
+
},
|
|
4258
|
+
"signature": "(): Promise<this>"
|
|
4242
4259
|
}
|
|
4243
4260
|
],
|
|
4244
4261
|
"attributes": [
|
|
@@ -4248,12 +4265,12 @@
|
|
|
4248
4265
|
"text": "\"horizontal\" | \"vertical\"",
|
|
4249
4266
|
"values": [
|
|
4250
4267
|
{
|
|
4251
|
-
"
|
|
4252
|
-
"
|
|
4268
|
+
"type": "string",
|
|
4269
|
+
"value": "horizontal"
|
|
4253
4270
|
},
|
|
4254
4271
|
{
|
|
4255
|
-
"
|
|
4256
|
-
"
|
|
4272
|
+
"type": "string",
|
|
4273
|
+
"value": "vertical"
|
|
4257
4274
|
}
|
|
4258
4275
|
]
|
|
4259
4276
|
},
|
|
@@ -4286,7 +4303,8 @@
|
|
|
4286
4303
|
"default": "0",
|
|
4287
4304
|
"fieldName": "min"
|
|
4288
4305
|
}
|
|
4289
|
-
]
|
|
4306
|
+
],
|
|
4307
|
+
"importPath": "components/arcgis-ramp-color"
|
|
4290
4308
|
}
|
|
4291
4309
|
],
|
|
4292
4310
|
"exports": [
|
|
@@ -4309,6 +4327,7 @@
|
|
|
4309
4327
|
"customElement": true,
|
|
4310
4328
|
"name": "ArcgisRampColorBreak",
|
|
4311
4329
|
"tagName": "arcgis-ramp-color-break",
|
|
4330
|
+
"pascalCaseName": "ArcgisRampColorBreak",
|
|
4312
4331
|
"demos": [
|
|
4313
4332
|
{
|
|
4314
4333
|
"description": "Docs",
|
|
@@ -4324,42 +4343,11 @@
|
|
|
4324
4343
|
}
|
|
4325
4344
|
],
|
|
4326
4345
|
"superclass": {
|
|
4327
|
-
"name": "
|
|
4346
|
+
"name": "PublicLitElement",
|
|
4347
|
+
"module": "PublicLitElement",
|
|
4328
4348
|
"package": "@arcgis/lumina"
|
|
4329
4349
|
},
|
|
4330
|
-
"pascalCaseName": "ArcgisRampColorBreak",
|
|
4331
|
-
"importPath": "components/arcgis-ramp-color-break",
|
|
4332
4350
|
"members": [
|
|
4333
|
-
{
|
|
4334
|
-
"kind": "method",
|
|
4335
|
-
"name": "componentOnReady",
|
|
4336
|
-
"return": {
|
|
4337
|
-
"type": {
|
|
4338
|
-
"text": "Promise<void>",
|
|
4339
|
-
"references": [
|
|
4340
|
-
{
|
|
4341
|
-
"module": "lib/lib.es5.d.ts",
|
|
4342
|
-
"name": "Promise",
|
|
4343
|
-
"package": "typescript",
|
|
4344
|
-
"start": 0,
|
|
4345
|
-
"end": 7
|
|
4346
|
-
}
|
|
4347
|
-
]
|
|
4348
|
-
}
|
|
4349
|
-
},
|
|
4350
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
4351
|
-
"signature": "(): Promise<void>",
|
|
4352
|
-
"inheritedFrom": {
|
|
4353
|
-
"name": "LitElement",
|
|
4354
|
-
"package": "@arcgis/lumina"
|
|
4355
|
-
},
|
|
4356
|
-
"docsTags": [
|
|
4357
|
-
{
|
|
4358
|
-
"name": "example",
|
|
4359
|
-
"text": "```js\nconst arcgisRampColorBreak = document.querySelector(\"arcgis-ramp-color-break\");\ndocument.body.append(arcgisRampColorBreak);\nawait arcgisRampColorBreak.componentOnReady();\nconsole.log(\"arcgis-ramp-color-break is ready to go!\");\n```"
|
|
4360
|
-
}
|
|
4361
|
-
]
|
|
4362
|
-
},
|
|
4363
4351
|
{
|
|
4364
4352
|
"kind": "field",
|
|
4365
4353
|
"name": "layout",
|
|
@@ -4367,12 +4355,12 @@
|
|
|
4367
4355
|
"text": "\"horizontal\" | \"vertical\"",
|
|
4368
4356
|
"values": [
|
|
4369
4357
|
{
|
|
4370
|
-
"
|
|
4371
|
-
"
|
|
4358
|
+
"type": "string",
|
|
4359
|
+
"value": "horizontal"
|
|
4372
4360
|
},
|
|
4373
4361
|
{
|
|
4374
|
-
"
|
|
4375
|
-
"
|
|
4362
|
+
"type": "string",
|
|
4363
|
+
"value": "vertical"
|
|
4376
4364
|
}
|
|
4377
4365
|
]
|
|
4378
4366
|
},
|
|
@@ -4428,6 +4416,37 @@
|
|
|
4428
4416
|
}
|
|
4429
4417
|
]
|
|
4430
4418
|
}
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"kind": "method",
|
|
4422
|
+
"name": "componentOnReady",
|
|
4423
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
4424
|
+
"docsTags": [
|
|
4425
|
+
{
|
|
4426
|
+
"name": "example",
|
|
4427
|
+
"text": "```js\nconst arcgisRampColorBreak = document.querySelector(\"arcgis-ramp-color-break\");\ndocument.body.append(arcgisRampColorBreak);\nawait arcgisRampColorBreak.componentOnReady();\nconsole.log(\"arcgis-ramp-color-break is ready to go!\");\n```"
|
|
4428
|
+
}
|
|
4429
|
+
],
|
|
4430
|
+
"return": {
|
|
4431
|
+
"type": {
|
|
4432
|
+
"text": "Promise<this>",
|
|
4433
|
+
"references": [
|
|
4434
|
+
{
|
|
4435
|
+
"module": "lib/lib.es5.d.ts",
|
|
4436
|
+
"name": "Promise",
|
|
4437
|
+
"package": "typescript",
|
|
4438
|
+
"start": 0,
|
|
4439
|
+
"end": 7
|
|
4440
|
+
}
|
|
4441
|
+
]
|
|
4442
|
+
}
|
|
4443
|
+
},
|
|
4444
|
+
"inheritedFrom": {
|
|
4445
|
+
"name": "PublicLitElement",
|
|
4446
|
+
"module": "PublicLitElement",
|
|
4447
|
+
"package": "@arcgis/lumina"
|
|
4448
|
+
},
|
|
4449
|
+
"signature": "(): Promise<this>"
|
|
4431
4450
|
}
|
|
4432
4451
|
],
|
|
4433
4452
|
"attributes": [
|
|
@@ -4437,12 +4456,12 @@
|
|
|
4437
4456
|
"text": "\"horizontal\" | \"vertical\"",
|
|
4438
4457
|
"values": [
|
|
4439
4458
|
{
|
|
4440
|
-
"
|
|
4441
|
-
"
|
|
4459
|
+
"type": "string",
|
|
4460
|
+
"value": "horizontal"
|
|
4442
4461
|
},
|
|
4443
4462
|
{
|
|
4444
|
-
"
|
|
4445
|
-
"
|
|
4463
|
+
"type": "string",
|
|
4464
|
+
"value": "vertical"
|
|
4446
4465
|
}
|
|
4447
4466
|
]
|
|
4448
4467
|
},
|
|
@@ -4475,7 +4494,8 @@
|
|
|
4475
4494
|
"default": "0",
|
|
4476
4495
|
"fieldName": "min"
|
|
4477
4496
|
}
|
|
4478
|
-
]
|
|
4497
|
+
],
|
|
4498
|
+
"importPath": "components/arcgis-ramp-color-break"
|
|
4479
4499
|
}
|
|
4480
4500
|
],
|
|
4481
4501
|
"exports": [
|
|
@@ -4498,6 +4518,7 @@
|
|
|
4498
4518
|
"customElement": true,
|
|
4499
4519
|
"name": "ArcgisRampOpacity",
|
|
4500
4520
|
"tagName": "arcgis-ramp-opacity",
|
|
4521
|
+
"pascalCaseName": "ArcgisRampOpacity",
|
|
4501
4522
|
"demos": [
|
|
4502
4523
|
{
|
|
4503
4524
|
"description": "Docs",
|
|
@@ -4513,42 +4534,11 @@
|
|
|
4513
4534
|
}
|
|
4514
4535
|
],
|
|
4515
4536
|
"superclass": {
|
|
4516
|
-
"name": "
|
|
4537
|
+
"name": "PublicLitElement",
|
|
4538
|
+
"module": "PublicLitElement",
|
|
4517
4539
|
"package": "@arcgis/lumina"
|
|
4518
4540
|
},
|
|
4519
|
-
"pascalCaseName": "ArcgisRampOpacity",
|
|
4520
|
-
"importPath": "components/arcgis-ramp-opacity",
|
|
4521
4541
|
"members": [
|
|
4522
|
-
{
|
|
4523
|
-
"kind": "method",
|
|
4524
|
-
"name": "componentOnReady",
|
|
4525
|
-
"return": {
|
|
4526
|
-
"type": {
|
|
4527
|
-
"text": "Promise<void>",
|
|
4528
|
-
"references": [
|
|
4529
|
-
{
|
|
4530
|
-
"module": "lib/lib.es5.d.ts",
|
|
4531
|
-
"name": "Promise",
|
|
4532
|
-
"package": "typescript",
|
|
4533
|
-
"start": 0,
|
|
4534
|
-
"end": 7
|
|
4535
|
-
}
|
|
4536
|
-
]
|
|
4537
|
-
}
|
|
4538
|
-
},
|
|
4539
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
4540
|
-
"signature": "(): Promise<void>",
|
|
4541
|
-
"inheritedFrom": {
|
|
4542
|
-
"name": "LitElement",
|
|
4543
|
-
"package": "@arcgis/lumina"
|
|
4544
|
-
},
|
|
4545
|
-
"docsTags": [
|
|
4546
|
-
{
|
|
4547
|
-
"name": "example",
|
|
4548
|
-
"text": "```js\nconst arcgisRampOpacity = document.querySelector(\"arcgis-ramp-opacity\");\ndocument.body.append(arcgisRampOpacity);\nawait arcgisRampOpacity.componentOnReady();\nconsole.log(\"arcgis-ramp-opacity is ready to go!\");\n```"
|
|
4549
|
-
}
|
|
4550
|
-
]
|
|
4551
|
-
},
|
|
4552
4542
|
{
|
|
4553
4543
|
"kind": "field",
|
|
4554
4544
|
"name": "fillColor",
|
|
@@ -4582,12 +4572,12 @@
|
|
|
4582
4572
|
"text": "\"horizontal\" | \"vertical\"",
|
|
4583
4573
|
"values": [
|
|
4584
4574
|
{
|
|
4585
|
-
"
|
|
4586
|
-
"
|
|
4575
|
+
"type": "string",
|
|
4576
|
+
"value": "horizontal"
|
|
4587
4577
|
},
|
|
4588
4578
|
{
|
|
4589
|
-
"
|
|
4590
|
-
"
|
|
4579
|
+
"type": "string",
|
|
4580
|
+
"value": "vertical"
|
|
4591
4581
|
}
|
|
4592
4582
|
]
|
|
4593
4583
|
},
|
|
@@ -4637,6 +4627,37 @@
|
|
|
4637
4627
|
}
|
|
4638
4628
|
]
|
|
4639
4629
|
}
|
|
4630
|
+
},
|
|
4631
|
+
{
|
|
4632
|
+
"kind": "method",
|
|
4633
|
+
"name": "componentOnReady",
|
|
4634
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
4635
|
+
"docsTags": [
|
|
4636
|
+
{
|
|
4637
|
+
"name": "example",
|
|
4638
|
+
"text": "```js\nconst arcgisRampOpacity = document.querySelector(\"arcgis-ramp-opacity\");\ndocument.body.append(arcgisRampOpacity);\nawait arcgisRampOpacity.componentOnReady();\nconsole.log(\"arcgis-ramp-opacity is ready to go!\");\n```"
|
|
4639
|
+
}
|
|
4640
|
+
],
|
|
4641
|
+
"return": {
|
|
4642
|
+
"type": {
|
|
4643
|
+
"text": "Promise<this>",
|
|
4644
|
+
"references": [
|
|
4645
|
+
{
|
|
4646
|
+
"module": "lib/lib.es5.d.ts",
|
|
4647
|
+
"name": "Promise",
|
|
4648
|
+
"package": "typescript",
|
|
4649
|
+
"start": 0,
|
|
4650
|
+
"end": 7
|
|
4651
|
+
}
|
|
4652
|
+
]
|
|
4653
|
+
}
|
|
4654
|
+
},
|
|
4655
|
+
"inheritedFrom": {
|
|
4656
|
+
"name": "PublicLitElement",
|
|
4657
|
+
"module": "PublicLitElement",
|
|
4658
|
+
"package": "@arcgis/lumina"
|
|
4659
|
+
},
|
|
4660
|
+
"signature": "(): Promise<this>"
|
|
4640
4661
|
}
|
|
4641
4662
|
],
|
|
4642
4663
|
"attributes": [
|
|
@@ -4658,12 +4679,12 @@
|
|
|
4658
4679
|
"text": "\"horizontal\" | \"vertical\"",
|
|
4659
4680
|
"values": [
|
|
4660
4681
|
{
|
|
4661
|
-
"
|
|
4662
|
-
"
|
|
4682
|
+
"type": "string",
|
|
4683
|
+
"value": "horizontal"
|
|
4663
4684
|
},
|
|
4664
4685
|
{
|
|
4665
|
-
"
|
|
4666
|
-
"
|
|
4686
|
+
"type": "string",
|
|
4687
|
+
"value": "vertical"
|
|
4667
4688
|
}
|
|
4668
4689
|
]
|
|
4669
4690
|
},
|
|
@@ -4696,7 +4717,8 @@
|
|
|
4696
4717
|
"default": "0",
|
|
4697
4718
|
"fieldName": "min"
|
|
4698
4719
|
}
|
|
4699
|
-
]
|
|
4720
|
+
],
|
|
4721
|
+
"importPath": "components/arcgis-ramp-opacity"
|
|
4700
4722
|
}
|
|
4701
4723
|
],
|
|
4702
4724
|
"exports": [
|
|
@@ -4719,6 +4741,7 @@
|
|
|
4719
4741
|
"customElement": true,
|
|
4720
4742
|
"name": "ArcgisSlider",
|
|
4721
4743
|
"tagName": "arcgis-slider",
|
|
4744
|
+
"pascalCaseName": "ArcgisSlider",
|
|
4722
4745
|
"demos": [
|
|
4723
4746
|
{
|
|
4724
4747
|
"description": "Docs",
|
|
@@ -4822,35 +4845,34 @@
|
|
|
4822
4845
|
}
|
|
4823
4846
|
],
|
|
4824
4847
|
"superclass": {
|
|
4825
|
-
"name": "
|
|
4848
|
+
"name": "PublicLitElement",
|
|
4849
|
+
"module": "PublicLitElement",
|
|
4826
4850
|
"package": "@arcgis/lumina"
|
|
4827
4851
|
},
|
|
4828
|
-
"pascalCaseName": "ArcgisSlider",
|
|
4829
|
-
"importPath": "components/arcgis-slider",
|
|
4830
4852
|
"members": [
|
|
4831
4853
|
{
|
|
4832
4854
|
"kind": "field",
|
|
4833
4855
|
"name": "activeValue",
|
|
4834
4856
|
"description": "The currently active value of the slider.\n\nIt can be:\n- `undefined` when no value is active\n- a `number` when a single value is active\n- `\"all\"` when the range is active\n\nListen to `arcgisActiveValueChange` to be notified when a value becomes active or inactive.",
|
|
4857
|
+
"docsTags": [
|
|
4858
|
+
{
|
|
4859
|
+
"name": "see",
|
|
4860
|
+
"text": "[arcgisActiveValueChange](#arcgisActiveValueChange)"
|
|
4861
|
+
}
|
|
4862
|
+
],
|
|
4835
4863
|
"type": {
|
|
4836
4864
|
"text": "\"all\" | number",
|
|
4837
4865
|
"values": [
|
|
4838
4866
|
{
|
|
4839
|
-
"
|
|
4840
|
-
"
|
|
4867
|
+
"type": "string",
|
|
4868
|
+
"value": "all"
|
|
4841
4869
|
},
|
|
4842
4870
|
{
|
|
4843
4871
|
"type": "number"
|
|
4844
4872
|
}
|
|
4845
4873
|
]
|
|
4846
4874
|
},
|
|
4847
|
-
"readonly": true
|
|
4848
|
-
"docsTags": [
|
|
4849
|
-
{
|
|
4850
|
-
"name": "see",
|
|
4851
|
-
"text": "[arcgisActiveValueChange](#arcgisActiveValueChange)"
|
|
4852
|
-
}
|
|
4853
|
-
]
|
|
4875
|
+
"readonly": true
|
|
4854
4876
|
},
|
|
4855
4877
|
{
|
|
4856
4878
|
"kind": "field",
|
|
@@ -4868,67 +4890,18 @@
|
|
|
4868
4890
|
"attribute": "allow-values-overlap"
|
|
4869
4891
|
},
|
|
4870
4892
|
{
|
|
4871
|
-
"kind": "field",
|
|
4872
|
-
"name": "autoDestroyDisabled",
|
|
4873
|
-
"type": {
|
|
4874
|
-
"text": "boolean",
|
|
4875
|
-
"values": [
|
|
4876
|
-
{
|
|
4877
|
-
"type": "boolean"
|
|
4878
|
-
}
|
|
4879
|
-
]
|
|
4880
|
-
},
|
|
4881
|
-
"default": "false",
|
|
4882
|
-
"attribute": "auto-destroy-disabled"
|
|
4883
|
-
},
|
|
4884
|
-
{
|
|
4885
|
-
"kind": "method",
|
|
4886
|
-
"name": "componentOnReady",
|
|
4887
|
-
"return": {
|
|
4888
|
-
"type": {
|
|
4889
|
-
"text": "Promise<void>",
|
|
4890
|
-
"references": [
|
|
4891
|
-
{
|
|
4892
|
-
"module": "lib/lib.es5.d.ts",
|
|
4893
|
-
"name": "Promise",
|
|
4894
|
-
"package": "typescript",
|
|
4895
|
-
"start": 0,
|
|
4896
|
-
"end": 7
|
|
4897
|
-
}
|
|
4898
|
-
]
|
|
4899
|
-
}
|
|
4900
|
-
},
|
|
4901
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
4902
|
-
"signature": "(): Promise<void>",
|
|
4903
|
-
"inheritedFrom": {
|
|
4904
|
-
"name": "LitElement",
|
|
4905
|
-
"package": "@arcgis/lumina"
|
|
4906
|
-
},
|
|
4907
|
-
"docsTags": [
|
|
4908
|
-
{
|
|
4909
|
-
"name": "example",
|
|
4910
|
-
"text": "```js\nconst arcgisSlider = document.querySelector(\"arcgis-slider\");\ndocument.body.append(arcgisSlider);\nawait arcgisSlider.componentOnReady();\nconsole.log(\"arcgis-slider is ready to go!\");\n```"
|
|
4911
|
-
}
|
|
4912
|
-
]
|
|
4913
|
-
},
|
|
4914
|
-
{
|
|
4915
|
-
"kind": "method",
|
|
4916
|
-
"name": "destroy",
|
|
4917
|
-
"return": {
|
|
4918
|
-
"type": {
|
|
4919
|
-
"text": "Promise<void>",
|
|
4920
|
-
"references": [
|
|
4921
|
-
{
|
|
4922
|
-
"name": "Promise",
|
|
4923
|
-
"package": "typescript",
|
|
4924
|
-
"module": "lib/lib.es5.d.ts",
|
|
4925
|
-
"start": 0,
|
|
4926
|
-
"end": 7
|
|
4927
|
-
}
|
|
4928
|
-
]
|
|
4929
|
-
}
|
|
4893
|
+
"kind": "field",
|
|
4894
|
+
"name": "autoDestroyDisabled",
|
|
4895
|
+
"type": {
|
|
4896
|
+
"text": "boolean",
|
|
4897
|
+
"values": [
|
|
4898
|
+
{
|
|
4899
|
+
"type": "boolean"
|
|
4900
|
+
}
|
|
4901
|
+
]
|
|
4930
4902
|
},
|
|
4931
|
-
"
|
|
4903
|
+
"default": "false",
|
|
4904
|
+
"attribute": "auto-destroy-disabled"
|
|
4932
4905
|
},
|
|
4933
4906
|
{
|
|
4934
4907
|
"kind": "field",
|
|
@@ -4954,16 +4927,16 @@
|
|
|
4954
4927
|
"text": "\"end\" | \"none\" | \"start\"",
|
|
4955
4928
|
"values": [
|
|
4956
4929
|
{
|
|
4957
|
-
"
|
|
4958
|
-
"
|
|
4930
|
+
"type": "string",
|
|
4931
|
+
"value": "end"
|
|
4959
4932
|
},
|
|
4960
4933
|
{
|
|
4961
|
-
"
|
|
4962
|
-
"
|
|
4934
|
+
"type": "string",
|
|
4935
|
+
"value": "none"
|
|
4963
4936
|
},
|
|
4964
4937
|
{
|
|
4965
|
-
"
|
|
4966
|
-
"
|
|
4938
|
+
"type": "string",
|
|
4939
|
+
"value": "start"
|
|
4967
4940
|
}
|
|
4968
4941
|
]
|
|
4969
4942
|
},
|
|
@@ -4974,16 +4947,6 @@
|
|
|
4974
4947
|
"kind": "field",
|
|
4975
4948
|
"name": "fullRangeMax",
|
|
4976
4949
|
"description": "Used to define the full range displayed by the slider.\n\nThe full range is visualized by the track while the [min](#min) and [max](#max) defines the subset of allowed values for the thumbs.",
|
|
4977
|
-
"type": {
|
|
4978
|
-
"text": "number",
|
|
4979
|
-
"values": [
|
|
4980
|
-
{
|
|
4981
|
-
"type": "number"
|
|
4982
|
-
}
|
|
4983
|
-
]
|
|
4984
|
-
},
|
|
4985
|
-
"attribute": "full-range-max",
|
|
4986
|
-
"reflects": true,
|
|
4987
4950
|
"docsTags": [
|
|
4988
4951
|
{
|
|
4989
4952
|
"name": "see",
|
|
@@ -4993,12 +4956,7 @@
|
|
|
4993
4956
|
"name": "example",
|
|
4994
4957
|
"text": "Slider with a full range from 0 to 100, while only allowing thumb values between 25 and 75.\n```html\n<arcgis-slider full-range-min=\"0\" full-range-max=\"100\" min=\"25\" max=\"75\" values=\"50\"></arcgis-slider>\n```"
|
|
4995
4958
|
}
|
|
4996
|
-
]
|
|
4997
|
-
},
|
|
4998
|
-
{
|
|
4999
|
-
"kind": "field",
|
|
5000
|
-
"name": "fullRangeMin",
|
|
5001
|
-
"description": "Used to define the full range displayed by the slider.\n\nThe full range is visualized by the track while the [min](#min) and [max](#max) defines the subset of allowed values for the thumbs.",
|
|
4959
|
+
],
|
|
5002
4960
|
"type": {
|
|
5003
4961
|
"text": "number",
|
|
5004
4962
|
"values": [
|
|
@@ -5007,8 +4965,13 @@
|
|
|
5007
4965
|
}
|
|
5008
4966
|
]
|
|
5009
4967
|
},
|
|
5010
|
-
"attribute": "full-range-
|
|
5011
|
-
"reflects": true
|
|
4968
|
+
"attribute": "full-range-max",
|
|
4969
|
+
"reflects": true
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"kind": "field",
|
|
4973
|
+
"name": "fullRangeMin",
|
|
4974
|
+
"description": "Used to define the full range displayed by the slider.\n\nThe full range is visualized by the track while the [min](#min) and [max](#max) defines the subset of allowed values for the thumbs.",
|
|
5012
4975
|
"docsTags": [
|
|
5013
4976
|
{
|
|
5014
4977
|
"name": "see",
|
|
@@ -5018,7 +4981,17 @@
|
|
|
5018
4981
|
"name": "example",
|
|
5019
4982
|
"text": "Slider with a full range from 0 to 100, while only allowing thumb values between 25 and 75.\n```html\n<arcgis-slider full-range-min=\"0\" full-range-max=\"100\" min=\"25\" max=\"75\" values=\"50\"></arcgis-slider>\n```"
|
|
5020
4983
|
}
|
|
5021
|
-
]
|
|
4984
|
+
],
|
|
4985
|
+
"type": {
|
|
4986
|
+
"text": "number",
|
|
4987
|
+
"values": [
|
|
4988
|
+
{
|
|
4989
|
+
"type": "number"
|
|
4990
|
+
}
|
|
4991
|
+
]
|
|
4992
|
+
},
|
|
4993
|
+
"attribute": "full-range-min",
|
|
4994
|
+
"reflects": true
|
|
5022
4995
|
},
|
|
5023
4996
|
{
|
|
5024
4997
|
"kind": "field",
|
|
@@ -5045,12 +5018,12 @@
|
|
|
5045
5018
|
"text": "\"horizontal\" | \"vertical\"",
|
|
5046
5019
|
"values": [
|
|
5047
5020
|
{
|
|
5048
|
-
"
|
|
5049
|
-
"
|
|
5021
|
+
"type": "string",
|
|
5022
|
+
"value": "horizontal"
|
|
5050
5023
|
},
|
|
5051
5024
|
{
|
|
5052
|
-
"
|
|
5053
|
-
"
|
|
5025
|
+
"type": "string",
|
|
5026
|
+
"value": "vertical"
|
|
5054
5027
|
}
|
|
5055
5028
|
]
|
|
5056
5029
|
},
|
|
@@ -5062,16 +5035,6 @@
|
|
|
5062
5035
|
"kind": "field",
|
|
5063
5036
|
"name": "max",
|
|
5064
5037
|
"description": "The maximum possible data/thumb value of the slider.\n\nTo display the `max` value's label on the slider, set [showRangeLabels](#showRangeLabels) to `true`.\nTo allow the end user to modify the max value, set [rangeLabelsEditingEnabled](#rangeLabelsEditingEnabled) to `true`.",
|
|
5065
|
-
"type": {
|
|
5066
|
-
"text": "number",
|
|
5067
|
-
"values": [
|
|
5068
|
-
{
|
|
5069
|
-
"type": "number"
|
|
5070
|
-
}
|
|
5071
|
-
]
|
|
5072
|
-
},
|
|
5073
|
-
"attribute": "max",
|
|
5074
|
-
"reflects": true,
|
|
5075
5038
|
"docsTags": [
|
|
5076
5039
|
{
|
|
5077
5040
|
"name": "see",
|
|
@@ -5081,7 +5044,17 @@
|
|
|
5081
5044
|
"name": "see",
|
|
5082
5045
|
"text": "[showRangeLabels](#showRangeLabels)"
|
|
5083
5046
|
}
|
|
5084
|
-
]
|
|
5047
|
+
],
|
|
5048
|
+
"type": {
|
|
5049
|
+
"text": "number",
|
|
5050
|
+
"values": [
|
|
5051
|
+
{
|
|
5052
|
+
"type": "number"
|
|
5053
|
+
}
|
|
5054
|
+
]
|
|
5055
|
+
},
|
|
5056
|
+
"attribute": "max",
|
|
5057
|
+
"reflects": true
|
|
5085
5058
|
},
|
|
5086
5059
|
{
|
|
5087
5060
|
"kind": "field",
|
|
@@ -5094,16 +5067,6 @@
|
|
|
5094
5067
|
"kind": "field",
|
|
5095
5068
|
"name": "min",
|
|
5096
5069
|
"description": "The minimum possible data/thumb value of the slider.\n\nTo display the `min` value's label on the slider, set [showRangeLabels](#showRangeLabels) to `true`.\nTo allow the end user to modify the min value, set [rangeLabelsEditingEnabled](#rangeLabelsEditingEnabled) to `true`.",
|
|
5097
|
-
"type": {
|
|
5098
|
-
"text": "number",
|
|
5099
|
-
"values": [
|
|
5100
|
-
{
|
|
5101
|
-
"type": "number"
|
|
5102
|
-
}
|
|
5103
|
-
]
|
|
5104
|
-
},
|
|
5105
|
-
"attribute": "min",
|
|
5106
|
-
"reflects": true,
|
|
5107
5070
|
"docsTags": [
|
|
5108
5071
|
{
|
|
5109
5072
|
"name": "see",
|
|
@@ -5113,7 +5076,17 @@
|
|
|
5113
5076
|
"name": "see",
|
|
5114
5077
|
"text": "[showRangeLabels](#showRangeLabels)"
|
|
5115
5078
|
}
|
|
5116
|
-
]
|
|
5079
|
+
],
|
|
5080
|
+
"type": {
|
|
5081
|
+
"text": "number",
|
|
5082
|
+
"values": [
|
|
5083
|
+
{
|
|
5084
|
+
"type": "number"
|
|
5085
|
+
}
|
|
5086
|
+
]
|
|
5087
|
+
},
|
|
5088
|
+
"attribute": "min",
|
|
5089
|
+
"reflects": true
|
|
5117
5090
|
},
|
|
5118
5091
|
{
|
|
5119
5092
|
"kind": "field",
|
|
@@ -5154,12 +5127,12 @@
|
|
|
5154
5127
|
"text": "\"leading\" | \"trailing\"",
|
|
5155
5128
|
"values": [
|
|
5156
5129
|
{
|
|
5157
|
-
"
|
|
5158
|
-
"
|
|
5130
|
+
"type": "string",
|
|
5131
|
+
"value": "leading"
|
|
5159
5132
|
},
|
|
5160
5133
|
{
|
|
5161
|
-
"
|
|
5162
|
-
"
|
|
5134
|
+
"type": "string",
|
|
5135
|
+
"value": "trailing"
|
|
5163
5136
|
}
|
|
5164
5137
|
]
|
|
5165
5138
|
},
|
|
@@ -5171,6 +5144,12 @@
|
|
|
5171
5144
|
"kind": "field",
|
|
5172
5145
|
"name": "precision",
|
|
5173
5146
|
"description": "Defines how slider thumb values should be rounded. This number indicates the number\nof decimal places slider thumb _values_ should round to when they have been moved.\n\nThis value also indicates the precision of thumb labels when the data range\nis less than `10` (i.e. `(max - min) < 10`).\n\nWhen the data range is larger than `10`, labels display with a precision of\nno more than two decimal places, though actual slider thumb values will maintain the\nprecision specified in this property.\n\nFor example, given the default precision of `4`, and the following slider configuration,\nThe labels of the thumbs will display two decimal places, but the precision of the actual\nthumb values will not be lost even when the user slides or moves the thumb.\n\nKeep in mind this property rounds thumb [values](#values) and shouldn't be used exclusively\nfor formatting purposes. To format thumb `labels`, use the [labelFormatter](#labelFormatter)\nproperty.",
|
|
5147
|
+
"docsTags": [
|
|
5148
|
+
{
|
|
5149
|
+
"name": "example",
|
|
5150
|
+
"text": "// thumb label will display 50.43\n// thumb value will maintain precision, so value will remain at 50.4331\n```html\n<arcgis-slider min=\"0\" max=\"100\" values=\"50.4331\" precision=\"4\"></arcgis-slider>\n```"
|
|
5151
|
+
}
|
|
5152
|
+
],
|
|
5174
5153
|
"type": {
|
|
5175
5154
|
"text": "number",
|
|
5176
5155
|
"values": [
|
|
@@ -5181,13 +5160,7 @@
|
|
|
5181
5160
|
},
|
|
5182
5161
|
"default": "4",
|
|
5183
5162
|
"attribute": "precision",
|
|
5184
|
-
"reflects": true
|
|
5185
|
-
"docsTags": [
|
|
5186
|
-
{
|
|
5187
|
-
"name": "example",
|
|
5188
|
-
"text": "// thumb label will display 50.43\n// thumb value will maintain precision, so value will remain at 50.4331\n```html\n<arcgis-slider min=\"0\" max=\"100\" values=\"50.4331\" precision=\"4\"></arcgis-slider>\n```"
|
|
5189
|
-
}
|
|
5190
|
-
]
|
|
5163
|
+
"reflects": true
|
|
5191
5164
|
},
|
|
5192
5165
|
{
|
|
5193
5166
|
"kind": "field",
|
|
@@ -5212,12 +5185,12 @@
|
|
|
5212
5185
|
"text": "\"center\" | \"trailing\"",
|
|
5213
5186
|
"values": [
|
|
5214
5187
|
{
|
|
5215
|
-
"
|
|
5216
|
-
"
|
|
5188
|
+
"type": "string",
|
|
5189
|
+
"value": "center"
|
|
5217
5190
|
},
|
|
5218
5191
|
{
|
|
5219
|
-
"
|
|
5220
|
-
"
|
|
5192
|
+
"type": "string",
|
|
5193
|
+
"value": "trailing"
|
|
5221
5194
|
}
|
|
5222
5195
|
]
|
|
5223
5196
|
},
|
|
@@ -5260,6 +5233,16 @@
|
|
|
5260
5233
|
"kind": "field",
|
|
5261
5234
|
"name": "steps",
|
|
5262
5235
|
"description": "Sets steps, or intervals, on the slider that restrict user\ninput to specific values. If an array of numbers is passed to this\nproperty, the slider thumbs may only be moved to the positions\nspecified in the array.\n\nIf a single number is set, then steps are set along the entire\nslider range at an interval of the provided value. In this scenario,\nthe user may only slide the thumbs to values at the provided interval.\nFor example, if a value of `0.5` is set here, and the slider\n[min](#min) is `0` and the slider [max](#max) is `10`, then the user will\nonly be able to update the thumbs to values of 0, 0.5, 1.0, 1.5, 2.0, etc.",
|
|
5236
|
+
"docsTags": [
|
|
5237
|
+
{
|
|
5238
|
+
"name": "example",
|
|
5239
|
+
"text": "```html\n// set steps at an interval of 0.5. So the\n// slider thumb snaps at values of 0.5, 1.0, 1.5, etc.\n<arcgis-slider min=\"0\" max=\"10\" steps=\"0.5\" values=\"5\"></arcgis-slider>\n```"
|
|
5240
|
+
},
|
|
5241
|
+
{
|
|
5242
|
+
"name": "example",
|
|
5243
|
+
"text": "```html\n// Set steps at specific slider positions\n<arcgis-slider min=\"0\" max=\"100\" steps=\"5, 10, 15, 20, 25, 30, 35, 40\" values=\"15, 30\"></arcgis-slider>\n```"
|
|
5244
|
+
}
|
|
5245
|
+
],
|
|
5263
5246
|
"type": {
|
|
5264
5247
|
"text": "Array<number> | number",
|
|
5265
5248
|
"references": [
|
|
@@ -5280,17 +5263,7 @@
|
|
|
5280
5263
|
}
|
|
5281
5264
|
]
|
|
5282
5265
|
},
|
|
5283
|
-
"attribute": "steps"
|
|
5284
|
-
"docsTags": [
|
|
5285
|
-
{
|
|
5286
|
-
"name": "example",
|
|
5287
|
-
"text": "```html\n// set steps at an interval of 0.5. So the\n// slider thumb snaps at values of 0.5, 1.0, 1.5, etc.\n<arcgis-slider min=\"0\" max=\"10\" steps=\"0.5\" values=\"5\"></arcgis-slider>\n```"
|
|
5288
|
-
},
|
|
5289
|
-
{
|
|
5290
|
-
"name": "example",
|
|
5291
|
-
"text": "```html\n// Set steps at specific slider positions\n<arcgis-slider min=\"0\" max=\"100\" steps=\"5, 10, 15, 20, 25, 30, 35, 40\" values=\"15, 30\"></arcgis-slider>\n```"
|
|
5292
|
-
}
|
|
5293
|
-
]
|
|
5266
|
+
"attribute": "steps"
|
|
5294
5267
|
},
|
|
5295
5268
|
{
|
|
5296
5269
|
"kind": "field",
|
|
@@ -5300,16 +5273,16 @@
|
|
|
5300
5273
|
"text": "\"always\" | \"auto\" | \"hidden\"",
|
|
5301
5274
|
"values": [
|
|
5302
5275
|
{
|
|
5303
|
-
"
|
|
5304
|
-
"
|
|
5276
|
+
"type": "string",
|
|
5277
|
+
"value": "always"
|
|
5305
5278
|
},
|
|
5306
5279
|
{
|
|
5307
|
-
"
|
|
5308
|
-
"
|
|
5280
|
+
"type": "string",
|
|
5281
|
+
"value": "auto"
|
|
5309
5282
|
},
|
|
5310
5283
|
{
|
|
5311
|
-
"
|
|
5312
|
-
"
|
|
5284
|
+
"type": "string",
|
|
5285
|
+
"value": "hidden"
|
|
5313
5286
|
}
|
|
5314
5287
|
]
|
|
5315
5288
|
},
|
|
@@ -5340,12 +5313,12 @@
|
|
|
5340
5313
|
"text": "\"leading\" | \"trailing\"",
|
|
5341
5314
|
"values": [
|
|
5342
5315
|
{
|
|
5343
|
-
"
|
|
5344
|
-
"
|
|
5316
|
+
"type": "string",
|
|
5317
|
+
"value": "leading"
|
|
5345
5318
|
},
|
|
5346
5319
|
{
|
|
5347
|
-
"
|
|
5348
|
-
"
|
|
5320
|
+
"type": "string",
|
|
5321
|
+
"value": "trailing"
|
|
5349
5322
|
}
|
|
5350
5323
|
]
|
|
5351
5324
|
},
|
|
@@ -5370,6 +5343,56 @@
|
|
|
5370
5343
|
]
|
|
5371
5344
|
},
|
|
5372
5345
|
"attribute": "values"
|
|
5346
|
+
},
|
|
5347
|
+
{
|
|
5348
|
+
"kind": "method",
|
|
5349
|
+
"name": "componentOnReady",
|
|
5350
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
5351
|
+
"docsTags": [
|
|
5352
|
+
{
|
|
5353
|
+
"name": "example",
|
|
5354
|
+
"text": "```js\nconst arcgisSlider = document.querySelector(\"arcgis-slider\");\ndocument.body.append(arcgisSlider);\nawait arcgisSlider.componentOnReady();\nconsole.log(\"arcgis-slider is ready to go!\");\n```"
|
|
5355
|
+
}
|
|
5356
|
+
],
|
|
5357
|
+
"return": {
|
|
5358
|
+
"type": {
|
|
5359
|
+
"text": "Promise<this>",
|
|
5360
|
+
"references": [
|
|
5361
|
+
{
|
|
5362
|
+
"module": "lib/lib.es5.d.ts",
|
|
5363
|
+
"name": "Promise",
|
|
5364
|
+
"package": "typescript",
|
|
5365
|
+
"start": 0,
|
|
5366
|
+
"end": 7
|
|
5367
|
+
}
|
|
5368
|
+
]
|
|
5369
|
+
}
|
|
5370
|
+
},
|
|
5371
|
+
"inheritedFrom": {
|
|
5372
|
+
"name": "PublicLitElement",
|
|
5373
|
+
"module": "PublicLitElement",
|
|
5374
|
+
"package": "@arcgis/lumina"
|
|
5375
|
+
},
|
|
5376
|
+
"signature": "(): Promise<this>"
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"kind": "method",
|
|
5380
|
+
"name": "destroy",
|
|
5381
|
+
"return": {
|
|
5382
|
+
"type": {
|
|
5383
|
+
"text": "Promise<void>",
|
|
5384
|
+
"references": [
|
|
5385
|
+
{
|
|
5386
|
+
"name": "Promise",
|
|
5387
|
+
"package": "typescript",
|
|
5388
|
+
"module": "lib/lib.es5.d.ts",
|
|
5389
|
+
"start": 0,
|
|
5390
|
+
"end": 7
|
|
5391
|
+
}
|
|
5392
|
+
]
|
|
5393
|
+
}
|
|
5394
|
+
},
|
|
5395
|
+
"signature": "(): Promise<void>"
|
|
5373
5396
|
}
|
|
5374
5397
|
],
|
|
5375
5398
|
"attributes": [
|
|
@@ -5421,16 +5444,16 @@
|
|
|
5421
5444
|
"text": "\"end\" | \"none\" | \"start\"",
|
|
5422
5445
|
"values": [
|
|
5423
5446
|
{
|
|
5424
|
-
"
|
|
5425
|
-
"
|
|
5447
|
+
"type": "string",
|
|
5448
|
+
"value": "end"
|
|
5426
5449
|
},
|
|
5427
5450
|
{
|
|
5428
|
-
"
|
|
5429
|
-
"
|
|
5451
|
+
"type": "string",
|
|
5452
|
+
"value": "none"
|
|
5430
5453
|
},
|
|
5431
5454
|
{
|
|
5432
|
-
"
|
|
5433
|
-
"
|
|
5455
|
+
"type": "string",
|
|
5456
|
+
"value": "start"
|
|
5434
5457
|
}
|
|
5435
5458
|
]
|
|
5436
5459
|
},
|
|
@@ -5470,12 +5493,12 @@
|
|
|
5470
5493
|
"text": "\"horizontal\" | \"vertical\"",
|
|
5471
5494
|
"values": [
|
|
5472
5495
|
{
|
|
5473
|
-
"
|
|
5474
|
-
"
|
|
5496
|
+
"type": "string",
|
|
5497
|
+
"value": "horizontal"
|
|
5475
5498
|
},
|
|
5476
5499
|
{
|
|
5477
|
-
"
|
|
5478
|
-
"
|
|
5500
|
+
"type": "string",
|
|
5501
|
+
"value": "vertical"
|
|
5479
5502
|
}
|
|
5480
5503
|
]
|
|
5481
5504
|
},
|
|
@@ -5543,12 +5566,12 @@
|
|
|
5543
5566
|
"text": "\"leading\" | \"trailing\"",
|
|
5544
5567
|
"values": [
|
|
5545
5568
|
{
|
|
5546
|
-
"
|
|
5547
|
-
"
|
|
5569
|
+
"type": "string",
|
|
5570
|
+
"value": "leading"
|
|
5548
5571
|
},
|
|
5549
5572
|
{
|
|
5550
|
-
"
|
|
5551
|
-
"
|
|
5573
|
+
"type": "string",
|
|
5574
|
+
"value": "trailing"
|
|
5552
5575
|
}
|
|
5553
5576
|
]
|
|
5554
5577
|
},
|
|
@@ -5590,12 +5613,12 @@
|
|
|
5590
5613
|
"text": "\"center\" | \"trailing\"",
|
|
5591
5614
|
"values": [
|
|
5592
5615
|
{
|
|
5593
|
-
"
|
|
5594
|
-
"
|
|
5616
|
+
"type": "string",
|
|
5617
|
+
"value": "center"
|
|
5595
5618
|
},
|
|
5596
5619
|
{
|
|
5597
|
-
"
|
|
5598
|
-
"
|
|
5620
|
+
"type": "string",
|
|
5621
|
+
"value": "trailing"
|
|
5599
5622
|
}
|
|
5600
5623
|
]
|
|
5601
5624
|
},
|
|
@@ -5650,16 +5673,16 @@
|
|
|
5650
5673
|
"text": "\"always\" | \"auto\" | \"hidden\"",
|
|
5651
5674
|
"values": [
|
|
5652
5675
|
{
|
|
5653
|
-
"
|
|
5654
|
-
"
|
|
5676
|
+
"type": "string",
|
|
5677
|
+
"value": "always"
|
|
5655
5678
|
},
|
|
5656
5679
|
{
|
|
5657
|
-
"
|
|
5658
|
-
"
|
|
5680
|
+
"type": "string",
|
|
5681
|
+
"value": "auto"
|
|
5659
5682
|
},
|
|
5660
5683
|
{
|
|
5661
|
-
"
|
|
5662
|
-
"
|
|
5684
|
+
"type": "string",
|
|
5685
|
+
"value": "hidden"
|
|
5663
5686
|
}
|
|
5664
5687
|
]
|
|
5665
5688
|
},
|
|
@@ -5687,12 +5710,12 @@
|
|
|
5687
5710
|
"text": "\"leading\" | \"trailing\"",
|
|
5688
5711
|
"values": [
|
|
5689
5712
|
{
|
|
5690
|
-
"
|
|
5691
|
-
"
|
|
5713
|
+
"type": "string",
|
|
5714
|
+
"value": "leading"
|
|
5692
5715
|
},
|
|
5693
5716
|
{
|
|
5694
|
-
"
|
|
5695
|
-
"
|
|
5717
|
+
"type": "string",
|
|
5718
|
+
"value": "trailing"
|
|
5696
5719
|
}
|
|
5697
5720
|
]
|
|
5698
5721
|
},
|
|
@@ -5770,7 +5793,8 @@
|
|
|
5770
5793
|
"name": "popover",
|
|
5771
5794
|
"description": "A slot for custom content to be rendered in the popover."
|
|
5772
5795
|
}
|
|
5773
|
-
]
|
|
5796
|
+
],
|
|
5797
|
+
"importPath": "components/arcgis-slider"
|
|
5774
5798
|
}
|
|
5775
5799
|
],
|
|
5776
5800
|
"exports": [
|
|
@@ -5793,6 +5817,7 @@
|
|
|
5793
5817
|
"customElement": true,
|
|
5794
5818
|
"name": "ArcgisSliderInput",
|
|
5795
5819
|
"tagName": "arcgis-slider-input",
|
|
5820
|
+
"pascalCaseName": "ArcgisSliderInput",
|
|
5796
5821
|
"demos": [
|
|
5797
5822
|
{
|
|
5798
5823
|
"description": "Docs",
|
|
@@ -5800,42 +5825,11 @@
|
|
|
5800
5825
|
}
|
|
5801
5826
|
],
|
|
5802
5827
|
"superclass": {
|
|
5803
|
-
"name": "
|
|
5828
|
+
"name": "PublicLitElement",
|
|
5829
|
+
"module": "PublicLitElement",
|
|
5804
5830
|
"package": "@arcgis/lumina"
|
|
5805
5831
|
},
|
|
5806
|
-
"pascalCaseName": "ArcgisSliderInput",
|
|
5807
|
-
"importPath": "components/arcgis-slider-input",
|
|
5808
5832
|
"members": [
|
|
5809
|
-
{
|
|
5810
|
-
"kind": "method",
|
|
5811
|
-
"name": "componentOnReady",
|
|
5812
|
-
"return": {
|
|
5813
|
-
"type": {
|
|
5814
|
-
"text": "Promise<void>",
|
|
5815
|
-
"references": [
|
|
5816
|
-
{
|
|
5817
|
-
"module": "lib/lib.es5.d.ts",
|
|
5818
|
-
"name": "Promise",
|
|
5819
|
-
"package": "typescript",
|
|
5820
|
-
"start": 0,
|
|
5821
|
-
"end": 7
|
|
5822
|
-
}
|
|
5823
|
-
]
|
|
5824
|
-
}
|
|
5825
|
-
},
|
|
5826
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
5827
|
-
"signature": "(): Promise<void>",
|
|
5828
|
-
"inheritedFrom": {
|
|
5829
|
-
"name": "LitElement",
|
|
5830
|
-
"package": "@arcgis/lumina"
|
|
5831
|
-
},
|
|
5832
|
-
"docsTags": [
|
|
5833
|
-
{
|
|
5834
|
-
"name": "example",
|
|
5835
|
-
"text": "```js\nconst arcgisSliderInput = document.querySelector(\"arcgis-slider-input\");\ndocument.body.append(arcgisSliderInput);\nawait arcgisSliderInput.componentOnReady();\nconsole.log(\"arcgis-slider-input is ready to go!\");\n```"
|
|
5836
|
-
}
|
|
5837
|
-
]
|
|
5838
|
-
},
|
|
5839
5833
|
{
|
|
5840
5834
|
"kind": "field",
|
|
5841
5835
|
"name": "disabled",
|
|
@@ -5951,23 +5945,54 @@
|
|
|
5951
5945
|
}
|
|
5952
5946
|
]
|
|
5953
5947
|
},
|
|
5954
|
-
"default": "50",
|
|
5955
|
-
"attribute": "value"
|
|
5956
|
-
},
|
|
5957
|
-
{
|
|
5958
|
-
"kind": "field",
|
|
5959
|
-
"name": "withSteppers",
|
|
5960
|
-
"description": "If true, adds up/down arrows to the input.",
|
|
5961
|
-
"type": {
|
|
5962
|
-
"text": "boolean",
|
|
5963
|
-
"values": [
|
|
5964
|
-
{
|
|
5965
|
-
"type": "boolean"
|
|
5966
|
-
}
|
|
5967
|
-
]
|
|
5948
|
+
"default": "50",
|
|
5949
|
+
"attribute": "value"
|
|
5950
|
+
},
|
|
5951
|
+
{
|
|
5952
|
+
"kind": "field",
|
|
5953
|
+
"name": "withSteppers",
|
|
5954
|
+
"description": "If true, adds up/down arrows to the input.",
|
|
5955
|
+
"type": {
|
|
5956
|
+
"text": "boolean",
|
|
5957
|
+
"values": [
|
|
5958
|
+
{
|
|
5959
|
+
"type": "boolean"
|
|
5960
|
+
}
|
|
5961
|
+
]
|
|
5962
|
+
},
|
|
5963
|
+
"default": "false",
|
|
5964
|
+
"attribute": "with-steppers"
|
|
5965
|
+
},
|
|
5966
|
+
{
|
|
5967
|
+
"kind": "method",
|
|
5968
|
+
"name": "componentOnReady",
|
|
5969
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
5970
|
+
"docsTags": [
|
|
5971
|
+
{
|
|
5972
|
+
"name": "example",
|
|
5973
|
+
"text": "```js\nconst arcgisSliderInput = document.querySelector(\"arcgis-slider-input\");\ndocument.body.append(arcgisSliderInput);\nawait arcgisSliderInput.componentOnReady();\nconsole.log(\"arcgis-slider-input is ready to go!\");\n```"
|
|
5974
|
+
}
|
|
5975
|
+
],
|
|
5976
|
+
"return": {
|
|
5977
|
+
"type": {
|
|
5978
|
+
"text": "Promise<this>",
|
|
5979
|
+
"references": [
|
|
5980
|
+
{
|
|
5981
|
+
"module": "lib/lib.es5.d.ts",
|
|
5982
|
+
"name": "Promise",
|
|
5983
|
+
"package": "typescript",
|
|
5984
|
+
"start": 0,
|
|
5985
|
+
"end": 7
|
|
5986
|
+
}
|
|
5987
|
+
]
|
|
5988
|
+
}
|
|
5989
|
+
},
|
|
5990
|
+
"inheritedFrom": {
|
|
5991
|
+
"name": "PublicLitElement",
|
|
5992
|
+
"module": "PublicLitElement",
|
|
5993
|
+
"package": "@arcgis/lumina"
|
|
5968
5994
|
},
|
|
5969
|
-
"
|
|
5970
|
-
"attribute": "with-steppers"
|
|
5995
|
+
"signature": "(): Promise<this>"
|
|
5971
5996
|
}
|
|
5972
5997
|
],
|
|
5973
5998
|
"attributes": [
|
|
@@ -6121,7 +6146,8 @@
|
|
|
6121
6146
|
]
|
|
6122
6147
|
}
|
|
6123
6148
|
}
|
|
6124
|
-
]
|
|
6149
|
+
],
|
|
6150
|
+
"importPath": "components/arcgis-slider-input"
|
|
6125
6151
|
}
|
|
6126
6152
|
],
|
|
6127
6153
|
"exports": [
|
|
@@ -6144,6 +6170,7 @@
|
|
|
6144
6170
|
"customElement": true,
|
|
6145
6171
|
"name": "ArcgisTicks",
|
|
6146
6172
|
"tagName": "arcgis-ticks",
|
|
6173
|
+
"pascalCaseName": "ArcgisTicks",
|
|
6147
6174
|
"demos": [
|
|
6148
6175
|
{
|
|
6149
6176
|
"description": "Docs",
|
|
@@ -6195,42 +6222,11 @@
|
|
|
6195
6222
|
}
|
|
6196
6223
|
],
|
|
6197
6224
|
"superclass": {
|
|
6198
|
-
"name": "
|
|
6225
|
+
"name": "PublicLitElement",
|
|
6226
|
+
"module": "PublicLitElement",
|
|
6199
6227
|
"package": "@arcgis/lumina"
|
|
6200
6228
|
},
|
|
6201
|
-
"pascalCaseName": "ArcgisTicks",
|
|
6202
|
-
"importPath": "components/arcgis-ticks",
|
|
6203
6229
|
"members": [
|
|
6204
|
-
{
|
|
6205
|
-
"kind": "method",
|
|
6206
|
-
"name": "componentOnReady",
|
|
6207
|
-
"return": {
|
|
6208
|
-
"type": {
|
|
6209
|
-
"text": "Promise<void>",
|
|
6210
|
-
"references": [
|
|
6211
|
-
{
|
|
6212
|
-
"module": "lib/lib.es5.d.ts",
|
|
6213
|
-
"name": "Promise",
|
|
6214
|
-
"package": "typescript",
|
|
6215
|
-
"start": 0,
|
|
6216
|
-
"end": 7
|
|
6217
|
-
}
|
|
6218
|
-
]
|
|
6219
|
-
}
|
|
6220
|
-
},
|
|
6221
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
6222
|
-
"signature": "(): Promise<void>",
|
|
6223
|
-
"inheritedFrom": {
|
|
6224
|
-
"name": "LitElement",
|
|
6225
|
-
"package": "@arcgis/lumina"
|
|
6226
|
-
},
|
|
6227
|
-
"docsTags": [
|
|
6228
|
-
{
|
|
6229
|
-
"name": "example",
|
|
6230
|
-
"text": "```js\nconst arcgisTicks = document.querySelector(\"arcgis-ticks\");\ndocument.body.append(arcgisTicks);\nawait arcgisTicks.componentOnReady();\nconsole.log(\"arcgis-ticks is ready to go!\");\n```"
|
|
6231
|
-
}
|
|
6232
|
-
]
|
|
6233
|
-
},
|
|
6234
6230
|
{
|
|
6235
6231
|
"kind": "field",
|
|
6236
6232
|
"name": "interactive",
|
|
@@ -6287,12 +6283,12 @@
|
|
|
6287
6283
|
"text": "\"leading\" | \"trailing\"",
|
|
6288
6284
|
"values": [
|
|
6289
6285
|
{
|
|
6290
|
-
"
|
|
6291
|
-
"
|
|
6286
|
+
"type": "string",
|
|
6287
|
+
"value": "leading"
|
|
6292
6288
|
},
|
|
6293
6289
|
{
|
|
6294
|
-
"
|
|
6295
|
-
"
|
|
6290
|
+
"type": "string",
|
|
6291
|
+
"value": "trailing"
|
|
6296
6292
|
}
|
|
6297
6293
|
]
|
|
6298
6294
|
},
|
|
@@ -6308,12 +6304,12 @@
|
|
|
6308
6304
|
"text": "\"horizontal\" | \"vertical\"",
|
|
6309
6305
|
"values": [
|
|
6310
6306
|
{
|
|
6311
|
-
"
|
|
6312
|
-
"
|
|
6307
|
+
"type": "string",
|
|
6308
|
+
"value": "horizontal"
|
|
6313
6309
|
},
|
|
6314
6310
|
{
|
|
6315
|
-
"
|
|
6316
|
-
"
|
|
6311
|
+
"type": "string",
|
|
6312
|
+
"value": "vertical"
|
|
6317
6313
|
}
|
|
6318
6314
|
]
|
|
6319
6315
|
},
|
|
@@ -6371,31 +6367,31 @@
|
|
|
6371
6367
|
"kind": "field",
|
|
6372
6368
|
"name": "mode",
|
|
6373
6369
|
"description": "The mode or method of positioning ticks along the component. It drives how [values](https://developers.arcgis.com/javascript/latest/references/common-components/arcgis-ticks/#values) is interpreted.\n- `count`: Places a fixed number of ticks (provided in the [values](https://developers.arcgis.com/javascript/latest/references/common-components/arcgis-ticks/#values) property) at equal distances from each other.\n- `percent`: [values](https://developers.arcgis.com/javascript/latest/references/common-components/arcgis-ticks/#values) is interpreted as percentage. If [values](https://developers.arcgis.com/javascript/latest/references/common-components/arcgis-ticks/#values) is a number, it indicates the interval between ticks. If it is an array, it indicates the percentage values at which to place the ticks.\n- `value`: Indicates that ticks will only be placed at the values specified in the property.",
|
|
6370
|
+
"docsTags": [
|
|
6371
|
+
{
|
|
6372
|
+
"name": "see",
|
|
6373
|
+
"text": "[values](https://developers.arcgis.com/javascript/latest/references/common-components/arcgis-ticks/#values)"
|
|
6374
|
+
}
|
|
6375
|
+
],
|
|
6374
6376
|
"type": {
|
|
6375
6377
|
"text": "\"count\" | \"percent\" | \"value\"",
|
|
6376
6378
|
"values": [
|
|
6377
6379
|
{
|
|
6378
|
-
"
|
|
6379
|
-
"
|
|
6380
|
+
"type": "string",
|
|
6381
|
+
"value": "count"
|
|
6380
6382
|
},
|
|
6381
6383
|
{
|
|
6382
|
-
"
|
|
6383
|
-
"
|
|
6384
|
+
"type": "string",
|
|
6385
|
+
"value": "percent"
|
|
6384
6386
|
},
|
|
6385
6387
|
{
|
|
6386
|
-
"
|
|
6387
|
-
"
|
|
6388
|
+
"type": "string",
|
|
6389
|
+
"value": "value"
|
|
6388
6390
|
}
|
|
6389
6391
|
]
|
|
6390
6392
|
},
|
|
6391
6393
|
"default": "\"count\"",
|
|
6392
|
-
"attribute": "mode"
|
|
6393
|
-
"docsTags": [
|
|
6394
|
-
{
|
|
6395
|
-
"name": "see",
|
|
6396
|
-
"text": "[values](https://developers.arcgis.com/javascript/latest/references/common-components/arcgis-ticks/#values)"
|
|
6397
|
-
}
|
|
6398
|
-
]
|
|
6394
|
+
"attribute": "mode"
|
|
6399
6395
|
},
|
|
6400
6396
|
{
|
|
6401
6397
|
"kind": "field",
|
|
@@ -6431,6 +6427,12 @@
|
|
|
6431
6427
|
"kind": "field",
|
|
6432
6428
|
"name": "values",
|
|
6433
6429
|
"description": "Indicates where ticks will be rendered along the component.\nSee the description for [mode](https://developers.arcgis.com/javascript/latest/references/common-components/arcgis-ticks/#mode) for more information about how this property is interpreted by each mode.",
|
|
6430
|
+
"docsTags": [
|
|
6431
|
+
{
|
|
6432
|
+
"name": "see",
|
|
6433
|
+
"text": "[mode](https://developers.arcgis.com/javascript/latest/references/common-components/arcgis-ticks/#mode)"
|
|
6434
|
+
}
|
|
6435
|
+
],
|
|
6434
6436
|
"type": {
|
|
6435
6437
|
"text": "Array<number> | number",
|
|
6436
6438
|
"references": [
|
|
@@ -6451,13 +6453,38 @@
|
|
|
6451
6453
|
}
|
|
6452
6454
|
]
|
|
6453
6455
|
},
|
|
6454
|
-
"attribute": "values"
|
|
6456
|
+
"attribute": "values"
|
|
6457
|
+
},
|
|
6458
|
+
{
|
|
6459
|
+
"kind": "method",
|
|
6460
|
+
"name": "componentOnReady",
|
|
6461
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
6455
6462
|
"docsTags": [
|
|
6456
6463
|
{
|
|
6457
|
-
"name": "
|
|
6458
|
-
"text": "
|
|
6464
|
+
"name": "example",
|
|
6465
|
+
"text": "```js\nconst arcgisTicks = document.querySelector(\"arcgis-ticks\");\ndocument.body.append(arcgisTicks);\nawait arcgisTicks.componentOnReady();\nconsole.log(\"arcgis-ticks is ready to go!\");\n```"
|
|
6466
|
+
}
|
|
6467
|
+
],
|
|
6468
|
+
"return": {
|
|
6469
|
+
"type": {
|
|
6470
|
+
"text": "Promise<this>",
|
|
6471
|
+
"references": [
|
|
6472
|
+
{
|
|
6473
|
+
"module": "lib/lib.es5.d.ts",
|
|
6474
|
+
"name": "Promise",
|
|
6475
|
+
"package": "typescript",
|
|
6476
|
+
"start": 0,
|
|
6477
|
+
"end": 7
|
|
6478
|
+
}
|
|
6479
|
+
]
|
|
6459
6480
|
}
|
|
6460
|
-
|
|
6481
|
+
},
|
|
6482
|
+
"inheritedFrom": {
|
|
6483
|
+
"name": "PublicLitElement",
|
|
6484
|
+
"module": "PublicLitElement",
|
|
6485
|
+
"package": "@arcgis/lumina"
|
|
6486
|
+
},
|
|
6487
|
+
"signature": "(): Promise<this>"
|
|
6461
6488
|
}
|
|
6462
6489
|
],
|
|
6463
6490
|
"attributes": [
|
|
@@ -6496,12 +6523,12 @@
|
|
|
6496
6523
|
"text": "\"leading\" | \"trailing\"",
|
|
6497
6524
|
"values": [
|
|
6498
6525
|
{
|
|
6499
|
-
"
|
|
6500
|
-
"
|
|
6526
|
+
"type": "string",
|
|
6527
|
+
"value": "leading"
|
|
6501
6528
|
},
|
|
6502
6529
|
{
|
|
6503
|
-
"
|
|
6504
|
-
"
|
|
6530
|
+
"type": "string",
|
|
6531
|
+
"value": "trailing"
|
|
6505
6532
|
}
|
|
6506
6533
|
]
|
|
6507
6534
|
},
|
|
@@ -6515,12 +6542,12 @@
|
|
|
6515
6542
|
"text": "\"horizontal\" | \"vertical\"",
|
|
6516
6543
|
"values": [
|
|
6517
6544
|
{
|
|
6518
|
-
"
|
|
6519
|
-
"
|
|
6545
|
+
"type": "string",
|
|
6546
|
+
"value": "horizontal"
|
|
6520
6547
|
},
|
|
6521
6548
|
{
|
|
6522
|
-
"
|
|
6523
|
-
"
|
|
6549
|
+
"type": "string",
|
|
6550
|
+
"value": "vertical"
|
|
6524
6551
|
}
|
|
6525
6552
|
]
|
|
6526
6553
|
},
|
|
@@ -6576,16 +6603,16 @@
|
|
|
6576
6603
|
"text": "\"count\" | \"percent\" | \"value\"",
|
|
6577
6604
|
"values": [
|
|
6578
6605
|
{
|
|
6579
|
-
"
|
|
6580
|
-
"
|
|
6606
|
+
"type": "string",
|
|
6607
|
+
"value": "count"
|
|
6581
6608
|
},
|
|
6582
6609
|
{
|
|
6583
|
-
"
|
|
6584
|
-
"
|
|
6610
|
+
"type": "string",
|
|
6611
|
+
"value": "percent"
|
|
6585
6612
|
},
|
|
6586
6613
|
{
|
|
6587
|
-
"
|
|
6588
|
-
"
|
|
6614
|
+
"type": "string",
|
|
6615
|
+
"value": "value"
|
|
6589
6616
|
}
|
|
6590
6617
|
]
|
|
6591
6618
|
},
|
|
@@ -6657,7 +6684,8 @@
|
|
|
6657
6684
|
"name": "--arcgis-ticks-gap",
|
|
6658
6685
|
"description": "Specifies the gap between the ticks and labels."
|
|
6659
6686
|
}
|
|
6660
|
-
]
|
|
6687
|
+
],
|
|
6688
|
+
"importPath": "components/arcgis-ticks"
|
|
6661
6689
|
}
|
|
6662
6690
|
],
|
|
6663
6691
|
"exports": [
|
|
@@ -6680,6 +6708,7 @@
|
|
|
6680
6708
|
"customElement": true,
|
|
6681
6709
|
"name": "ArcgisUniqueValuesList",
|
|
6682
6710
|
"tagName": "arcgis-unique-values-list",
|
|
6711
|
+
"pascalCaseName": "ArcgisUniqueValuesList",
|
|
6683
6712
|
"description": "Displays a list of unique values taking into account field type formatting and field domains.",
|
|
6684
6713
|
"demos": [
|
|
6685
6714
|
{
|
|
@@ -6688,42 +6717,11 @@
|
|
|
6688
6717
|
}
|
|
6689
6718
|
],
|
|
6690
6719
|
"superclass": {
|
|
6691
|
-
"name": "
|
|
6720
|
+
"name": "PublicLitElement",
|
|
6721
|
+
"module": "PublicLitElement",
|
|
6692
6722
|
"package": "@arcgis/lumina"
|
|
6693
6723
|
},
|
|
6694
|
-
"pascalCaseName": "ArcgisUniqueValuesList",
|
|
6695
|
-
"importPath": "components/arcgis-unique-values-list",
|
|
6696
6724
|
"members": [
|
|
6697
|
-
{
|
|
6698
|
-
"kind": "method",
|
|
6699
|
-
"name": "componentOnReady",
|
|
6700
|
-
"return": {
|
|
6701
|
-
"type": {
|
|
6702
|
-
"text": "Promise<void>",
|
|
6703
|
-
"references": [
|
|
6704
|
-
{
|
|
6705
|
-
"module": "lib/lib.es5.d.ts",
|
|
6706
|
-
"name": "Promise",
|
|
6707
|
-
"package": "typescript",
|
|
6708
|
-
"start": 0,
|
|
6709
|
-
"end": 7
|
|
6710
|
-
}
|
|
6711
|
-
]
|
|
6712
|
-
}
|
|
6713
|
-
},
|
|
6714
|
-
"description": "Create a promise that resolves once component is fully loaded.",
|
|
6715
|
-
"signature": "(): Promise<void>",
|
|
6716
|
-
"inheritedFrom": {
|
|
6717
|
-
"name": "LitElement",
|
|
6718
|
-
"package": "@arcgis/lumina"
|
|
6719
|
-
},
|
|
6720
|
-
"docsTags": [
|
|
6721
|
-
{
|
|
6722
|
-
"name": "example",
|
|
6723
|
-
"text": "```js\nconst arcgisUniqueValuesList = document.querySelector(\"arcgis-unique-values-list\");\ndocument.body.append(arcgisUniqueValuesList);\nawait arcgisUniqueValuesList.componentOnReady();\nconsole.log(\"arcgis-unique-values-list is ready to go!\");\n```"
|
|
6724
|
-
}
|
|
6725
|
-
]
|
|
6726
|
-
},
|
|
6727
6725
|
{
|
|
6728
6726
|
"kind": "field",
|
|
6729
6727
|
"name": "fieldName",
|
|
@@ -6738,26 +6736,6 @@
|
|
|
6738
6736
|
},
|
|
6739
6737
|
"attribute": "field-name"
|
|
6740
6738
|
},
|
|
6741
|
-
{
|
|
6742
|
-
"kind": "method",
|
|
6743
|
-
"name": "getUniqueValues",
|
|
6744
|
-
"description": "Get all unique values.\nE.g. to be used to limit how often these unique values need to be requested from the layer.",
|
|
6745
|
-
"return": {
|
|
6746
|
-
"type": {
|
|
6747
|
-
"text": "Promise<{\n uniqueValues: Array<UniqueValueCountInfo>;\n partialUniqueValues: boolean;\n} | undefined>",
|
|
6748
|
-
"references": [
|
|
6749
|
-
{
|
|
6750
|
-
"name": "Promise",
|
|
6751
|
-
"package": "typescript",
|
|
6752
|
-
"module": "lib/lib.es5.d.ts",
|
|
6753
|
-
"start": 0,
|
|
6754
|
-
"end": 7
|
|
6755
|
-
}
|
|
6756
|
-
]
|
|
6757
|
-
}
|
|
6758
|
-
},
|
|
6759
|
-
"signature": "(): Promise<{ uniqueValues: __esri.UniqueValuesResultUniqueValueInfos[]; partialUniqueValues: boolean; } | undefined>"
|
|
6760
|
-
},
|
|
6761
6739
|
{
|
|
6762
6740
|
"kind": "field",
|
|
6763
6741
|
"name": "layer",
|
|
@@ -6980,26 +6958,6 @@
|
|
|
6980
6958
|
]
|
|
6981
6959
|
}
|
|
6982
6960
|
},
|
|
6983
|
-
{
|
|
6984
|
-
"kind": "method",
|
|
6985
|
-
"name": "setFocus",
|
|
6986
|
-
"description": "Sets focus on component",
|
|
6987
|
-
"return": {
|
|
6988
|
-
"type": {
|
|
6989
|
-
"text": "Promise<void>",
|
|
6990
|
-
"references": [
|
|
6991
|
-
{
|
|
6992
|
-
"name": "Promise",
|
|
6993
|
-
"package": "typescript",
|
|
6994
|
-
"module": "lib/lib.es5.d.ts",
|
|
6995
|
-
"start": 0,
|
|
6996
|
-
"end": 7
|
|
6997
|
-
}
|
|
6998
|
-
]
|
|
6999
|
-
}
|
|
7000
|
-
},
|
|
7001
|
-
"signature": "(): Promise<void>"
|
|
7002
|
-
},
|
|
7003
6961
|
{
|
|
7004
6962
|
"kind": "field",
|
|
7005
6963
|
"name": "showFilterLength",
|
|
@@ -7023,16 +6981,16 @@
|
|
|
7023
6981
|
"text": "\"count\" | \"name\" | \"selected\"",
|
|
7024
6982
|
"values": [
|
|
7025
6983
|
{
|
|
7026
|
-
"
|
|
7027
|
-
"
|
|
6984
|
+
"type": "string",
|
|
6985
|
+
"value": "count"
|
|
7028
6986
|
},
|
|
7029
6987
|
{
|
|
7030
|
-
"
|
|
7031
|
-
"
|
|
6988
|
+
"type": "string",
|
|
6989
|
+
"value": "name"
|
|
7032
6990
|
},
|
|
7033
6991
|
{
|
|
7034
|
-
"
|
|
7035
|
-
"
|
|
6992
|
+
"type": "string",
|
|
6993
|
+
"value": "selected"
|
|
7036
6994
|
}
|
|
7037
6995
|
]
|
|
7038
6996
|
},
|
|
@@ -7096,6 +7054,77 @@
|
|
|
7096
7054
|
}
|
|
7097
7055
|
]
|
|
7098
7056
|
}
|
|
7057
|
+
},
|
|
7058
|
+
{
|
|
7059
|
+
"kind": "method",
|
|
7060
|
+
"name": "componentOnReady",
|
|
7061
|
+
"description": "Create a promise that resolves once component is fully loaded.",
|
|
7062
|
+
"docsTags": [
|
|
7063
|
+
{
|
|
7064
|
+
"name": "example",
|
|
7065
|
+
"text": "```js\nconst arcgisUniqueValuesList = document.querySelector(\"arcgis-unique-values-list\");\ndocument.body.append(arcgisUniqueValuesList);\nawait arcgisUniqueValuesList.componentOnReady();\nconsole.log(\"arcgis-unique-values-list is ready to go!\");\n```"
|
|
7066
|
+
}
|
|
7067
|
+
],
|
|
7068
|
+
"return": {
|
|
7069
|
+
"type": {
|
|
7070
|
+
"text": "Promise<this>",
|
|
7071
|
+
"references": [
|
|
7072
|
+
{
|
|
7073
|
+
"module": "lib/lib.es5.d.ts",
|
|
7074
|
+
"name": "Promise",
|
|
7075
|
+
"package": "typescript",
|
|
7076
|
+
"start": 0,
|
|
7077
|
+
"end": 7
|
|
7078
|
+
}
|
|
7079
|
+
]
|
|
7080
|
+
}
|
|
7081
|
+
},
|
|
7082
|
+
"inheritedFrom": {
|
|
7083
|
+
"name": "PublicLitElement",
|
|
7084
|
+
"module": "PublicLitElement",
|
|
7085
|
+
"package": "@arcgis/lumina"
|
|
7086
|
+
},
|
|
7087
|
+
"signature": "(): Promise<this>"
|
|
7088
|
+
},
|
|
7089
|
+
{
|
|
7090
|
+
"kind": "method",
|
|
7091
|
+
"name": "getUniqueValues",
|
|
7092
|
+
"description": "Get all unique values.\nE.g. to be used to limit how often these unique values need to be requested from the layer.",
|
|
7093
|
+
"return": {
|
|
7094
|
+
"type": {
|
|
7095
|
+
"text": "Promise<{\n uniqueValues: Array<UniqueValueCountInfo>;\n partialUniqueValues: boolean;\n} | undefined>",
|
|
7096
|
+
"references": [
|
|
7097
|
+
{
|
|
7098
|
+
"name": "Promise",
|
|
7099
|
+
"package": "typescript",
|
|
7100
|
+
"module": "lib/lib.es5.d.ts",
|
|
7101
|
+
"start": 0,
|
|
7102
|
+
"end": 7
|
|
7103
|
+
}
|
|
7104
|
+
]
|
|
7105
|
+
}
|
|
7106
|
+
},
|
|
7107
|
+
"signature": "(): Promise<{ uniqueValues: __esri.UniqueValuesResultUniqueValueInfos[]; partialUniqueValues: boolean; } | undefined>"
|
|
7108
|
+
},
|
|
7109
|
+
{
|
|
7110
|
+
"kind": "method",
|
|
7111
|
+
"name": "setFocus",
|
|
7112
|
+
"description": "Sets focus on component",
|
|
7113
|
+
"return": {
|
|
7114
|
+
"type": {
|
|
7115
|
+
"text": "Promise<void>",
|
|
7116
|
+
"references": [
|
|
7117
|
+
{
|
|
7118
|
+
"name": "Promise",
|
|
7119
|
+
"package": "typescript",
|
|
7120
|
+
"module": "lib/lib.es5.d.ts",
|
|
7121
|
+
"start": 0,
|
|
7122
|
+
"end": 7
|
|
7123
|
+
}
|
|
7124
|
+
]
|
|
7125
|
+
}
|
|
7126
|
+
},
|
|
7127
|
+
"signature": "(): Promise<void>"
|
|
7099
7128
|
}
|
|
7100
7129
|
],
|
|
7101
7130
|
"attributes": [
|
|
@@ -7174,16 +7203,16 @@
|
|
|
7174
7203
|
"text": "\"count\" | \"name\" | \"selected\"",
|
|
7175
7204
|
"values": [
|
|
7176
7205
|
{
|
|
7177
|
-
"
|
|
7178
|
-
"
|
|
7206
|
+
"type": "string",
|
|
7207
|
+
"value": "count"
|
|
7179
7208
|
},
|
|
7180
7209
|
{
|
|
7181
|
-
"
|
|
7182
|
-
"
|
|
7210
|
+
"type": "string",
|
|
7211
|
+
"value": "name"
|
|
7183
7212
|
},
|
|
7184
7213
|
{
|
|
7185
|
-
"
|
|
7186
|
-
"
|
|
7214
|
+
"type": "string",
|
|
7215
|
+
"value": "selected"
|
|
7187
7216
|
}
|
|
7188
7217
|
]
|
|
7189
7218
|
},
|
|
@@ -7229,7 +7258,8 @@
|
|
|
7229
7258
|
]
|
|
7230
7259
|
}
|
|
7231
7260
|
}
|
|
7232
|
-
]
|
|
7261
|
+
],
|
|
7262
|
+
"importPath": "components/arcgis-unique-values-list"
|
|
7233
7263
|
}
|
|
7234
7264
|
],
|
|
7235
7265
|
"exports": [
|