@vertigis/viewer-spec 56.4.0 → 56.5.1

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.
@@ -275,6 +275,62 @@
275
275
  </restriction>
276
276
  </simpleType>
277
277
  </attribute>
278
+ <attribute name="size">
279
+ <annotation>
280
+ <documentation xml:lang="en">
281
+ The desired size of the button. Web only.
282
+ </documentation>
283
+ </annotation>
284
+ <simpleType>
285
+ <restriction base="string">
286
+ <enumeration value="small" />
287
+ <enumeration value="medium" />
288
+ <enumeration value="large" />
289
+ </restriction>
290
+ </simpleType>
291
+ </attribute>
292
+ <attribute name="icon-position">
293
+ <annotation>
294
+ <documentation xml:lang="en">
295
+ The position of the icon with respect to the button text. Web only.
296
+ </documentation>
297
+ </annotation>
298
+ <simpleType>
299
+ <restriction base="string">
300
+ <enumeration value="above" />
301
+ <enumeration value="below" />
302
+ <enumeration value="before" />
303
+ <enumeration value="after" />
304
+ </restriction>
305
+ </simpleType>
306
+ </attribute>
307
+ <attribute name="background-color" type="string">
308
+ <annotation>
309
+ <documentation xml:lang="en">
310
+ The background color used by the button. Web only. This
311
+ can be in any format accepted by the ESRI JSAPI
312
+ Color constructor:
313
+ https://developers.arcgis.com/javascript/latest/api-reference/esri-Color.html
314
+ </documentation>
315
+ </annotation>
316
+ </attribute>
317
+ <attribute name="foreground-color" type="string">
318
+ <annotation>
319
+ <documentation xml:lang="en">
320
+ The foreground color used by the button. Web only. This
321
+ can be in any format accepted by the ESRI JSAPI
322
+ Color constructor:
323
+ https://developers.arcgis.com/javascript/latest/api-reference/esri-Color.html
324
+ </documentation>
325
+ </annotation>
326
+ </attribute>
327
+ <attribute name="border" type="boolean">
328
+ <annotation>
329
+ <documentation xml:lang="en">
330
+ Whether to show a border on this button. Web only.
331
+ </documentation>
332
+ </annotation>
333
+ </attribute>
278
334
  <attribute name="show-title" type="boolean" default="true">
279
335
  <annotation>
280
336
  <documentation xml:lang="en">
@@ -297,7 +353,7 @@
297
353
  <complexType>
298
354
  <complexContent>
299
355
  <extension base="tns:Component">
300
- <attribute name="style">
356
+ <attribute name="button-style">
301
357
  <annotation>
302
358
  <documentation xml:lang="en">
303
359
  The desired visual style for the button.
@@ -394,7 +450,7 @@
394
450
  <attribute name="style">
395
451
  <annotation>
396
452
  <documentation xml:lang="en">
397
- The desired visual style for the button.
453
+ The desired visual style for the expand button.
398
454
  </documentation>
399
455
  </annotation>
400
456
  <simpleType>
@@ -404,6 +460,36 @@
404
460
  </restriction>
405
461
  </simpleType>
406
462
  </attribute>
463
+ <attribute name="size">
464
+ <annotation>
465
+ <documentation xml:lang="en">
466
+ The desired size of the expand button. Web only.
467
+ </documentation>
468
+ </annotation>
469
+ <simpleType>
470
+ <restriction base="string">
471
+ <enumeration value="small" />
472
+ <enumeration value="medium" />
473
+ <enumeration value="large" />
474
+ </restriction>
475
+ </simpleType>
476
+ </attribute>
477
+ <attribute name="icon-position">
478
+ <annotation>
479
+ <documentation xml:lang="en">
480
+ The position of the icon with respect to the expand button text. Web
481
+ only.
482
+ </documentation>
483
+ </annotation>
484
+ <simpleType>
485
+ <restriction base="string">
486
+ <enumeration value="above" />
487
+ <enumeration value="below" />
488
+ <enumeration value="before" />
489
+ <enumeration value="after" />
490
+ </restriction>
491
+ </simpleType>
492
+ </attribute>
407
493
  </extension>
408
494
  </complexContent>
409
495
  </complexType>
@@ -652,7 +738,35 @@
652
738
  </annotation>
653
739
  <complexType>
654
740
  <complexContent>
655
- <extension base="tns:ComponentWithChildren" />
741
+ <extension base="tns:ComponentWithChildren">
742
+ <attribute name="style">
743
+ <annotation>
744
+ <documentation xml:lang="en">
745
+ The desired visual style for the button. Web only.
746
+ </documentation>
747
+ </annotation>
748
+ <simpleType>
749
+ <restriction base="string">
750
+ <enumeration value="round" />
751
+ <enumeration value="square" />
752
+ </restriction>
753
+ </simpleType>
754
+ </attribute>
755
+ <attribute name="size">
756
+ <annotation>
757
+ <documentation xml:lang="en">
758
+ The desired size of the button. Web only.
759
+ </documentation>
760
+ </annotation>
761
+ <simpleType>
762
+ <restriction base="string">
763
+ <enumeration value="small" />
764
+ <enumeration value="medium" />
765
+ <enumeration value="large" />
766
+ </restriction>
767
+ </simpleType>
768
+ </attribute>
769
+ </extension>
656
770
  </complexContent>
657
771
  </complexType>
658
772
  </element>
@@ -719,7 +833,22 @@
719
833
  <complexType>
720
834
  <complexContent>
721
835
  <extension base="tns:Component">
722
- <attribute name="action-button-size" default="medium">
836
+ <attribute name="button-style" default="medium">
837
+ <annotation>
838
+ <documentation xml:lang="en">
839
+ The desired size for the action buttons. Web
840
+ only.
841
+ </documentation>
842
+ </annotation>
843
+ <simpleType>
844
+ <restriction base="string">
845
+ <enumeration value="small" />
846
+ <enumeration value="medium" />
847
+ <enumeration value="large" />
848
+ </restriction>
849
+ </simpleType>
850
+ </attribute>
851
+ <attribute name="button-size" default="medium">
723
852
  <annotation>
724
853
  <documentation xml:lang="en">
725
854
  The desired size for the action buttons. Web
@@ -169,7 +169,7 @@
169
169
  <attribute name="style">
170
170
  <annotation>
171
171
  <documentation xml:lang="en">
172
- The desired visual style for the button.
172
+ The desired visual style for the 3d toggle button.
173
173
  </documentation>
174
174
  </annotation>
175
175
  <simpleType>
@@ -206,7 +206,7 @@
206
206
  <complexType>
207
207
  <complexContent>
208
208
  <extension base="base:Component">
209
- <attribute name="style">
209
+ <attribute name="button-style">
210
210
  <annotation>
211
211
  <documentation xml:lang="en">
212
212
  The desired visual style for the button.
@@ -388,21 +388,7 @@
388
388
  </annotation>
389
389
  <complexType>
390
390
  <complexContent>
391
- <extension base="base:Component">
392
- <attribute name="style">
393
- <annotation>
394
- <documentation xml:lang="en">
395
- The desired visual style for the button.
396
- </documentation>
397
- </annotation>
398
- <simpleType>
399
- <restriction base="string">
400
- <enumeration value="round" />
401
- <enumeration value="square" />
402
- </restriction>
403
- </simpleType>
404
- </attribute>
405
- </extension>
391
+ <extension base="base:Component" />
406
392
  </complexContent>
407
393
  </complexType>
408
394
  </element>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.4.0",
3
+ "version": "56.5.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "56.4.0";
4
+ export declare const version = "56.5.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "56.4.0";
4
+ export const version = "56.5.1";