@vonage/vivid 4.12.1 → 4.13.0
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/custom-elements.json +1388 -128
- package/lib/file-picker/file-picker.d.ts +6 -0
- package/lib/menu/menu.d.ts +16 -3
- package/lib/menu-item/menu-item.d.ts +10 -2
- package/lib/option/option.d.ts +27 -7
- package/lib/switch/switch.d.ts +5 -2
- package/lib/switch/switch.form-associated.d.ts +10 -0
- package/lib/tabs/tabs.d.ts +3 -2
- package/lib/text-area/text-area.d.ts +25 -3
- package/lib/text-area/text-field.form-associated.d.ts +10 -0
- package/lib/text-field/text-field.d.ts +28 -3
- package/lib/text-field/text-field.form-associated.d.ts +10 -0
- package/package.json +1 -1
- package/shared/definition11.cjs +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition17.cjs +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition20.cjs +2 -1
- package/shared/definition20.js +2 -1
- package/shared/definition21.cjs +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition24.cjs +1 -1
- package/shared/definition24.js +1 -1
- package/shared/definition25.cjs +24 -3
- package/shared/definition25.js +24 -3
- package/shared/definition29.cjs +358 -559
- package/shared/definition29.js +359 -560
- package/shared/definition30.cjs +2 -0
- package/shared/definition30.js +2 -0
- package/shared/definition35.cjs +222 -2
- package/shared/definition35.js +222 -2
- package/shared/definition36.cjs +149 -14
- package/shared/definition36.js +150 -15
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition47.cjs +5 -14
- package/shared/definition47.js +1 -10
- package/shared/definition49.cjs +65 -90
- package/shared/definition49.js +66 -91
- package/shared/definition51.cjs +1 -1
- package/shared/definition51.js +1 -1
- package/shared/definition52.cjs +15 -1
- package/shared/definition52.js +15 -1
- package/shared/definition55.cjs +160 -180
- package/shared/definition55.js +160 -180
- package/shared/definition56.cjs +3 -307
- package/shared/definition56.js +5 -309
- package/shared/definition57.cjs +8 -7
- package/shared/definition57.js +3 -2
- package/shared/definition64.cjs +18 -7
- package/shared/definition64.js +19 -8
- package/shared/listbox.cjs +198 -3
- package/shared/listbox.js +197 -2
- package/shared/{direction.cjs → localization.cjs} +12 -3
- package/shared/{direction.js → localization.js} +12 -3
- package/shared/presentationDate.cjs +8 -8
- package/shared/presentationDate.js +1 -1
- package/shared/text-field2.cjs +538 -194
- package/shared/text-field2.js +539 -195
- package/styles/core/all.css +21 -1
- package/styles/core/theme.css +21 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/vivid.api.json +44 -0
- package/shared/Reflector.cjs +0 -71
- package/shared/Reflector.js +0 -69
- package/shared/listbox-option.cjs +0 -204
- package/shared/listbox-option.js +0 -201
package/custom-elements.json
CHANGED
|
@@ -718,11 +718,11 @@
|
|
|
718
718
|
],
|
|
719
719
|
"slots": [
|
|
720
720
|
{
|
|
721
|
-
"description": "The main content of the
|
|
721
|
+
"description": "The main content of the Alert.",
|
|
722
722
|
"name": "main"
|
|
723
723
|
},
|
|
724
724
|
{
|
|
725
|
-
"description": "Add action items to
|
|
725
|
+
"description": "Add action items to the Alert using this slot.",
|
|
726
726
|
"name": "action-items"
|
|
727
727
|
},
|
|
728
728
|
{
|
|
@@ -737,7 +737,9 @@
|
|
|
737
737
|
"type": {
|
|
738
738
|
"text": "| string\n\t\t| null"
|
|
739
739
|
},
|
|
740
|
-
"default": "null"
|
|
740
|
+
"default": "null",
|
|
741
|
+
"description": "Allows setting a custom aria-label for the dismiss button.",
|
|
742
|
+
"privacy": "public"
|
|
741
743
|
},
|
|
742
744
|
{
|
|
743
745
|
"kind": "field",
|
|
@@ -754,7 +756,7 @@
|
|
|
754
756
|
"text": "boolean"
|
|
755
757
|
},
|
|
756
758
|
"default": "false",
|
|
757
|
-
"description": "
|
|
759
|
+
"description": "Adds a close button to the Alert.",
|
|
758
760
|
"privacy": "public"
|
|
759
761
|
},
|
|
760
762
|
{
|
|
@@ -764,7 +766,7 @@
|
|
|
764
766
|
"text": "AlertPlacement | undefined"
|
|
765
767
|
},
|
|
766
768
|
"default": "'bottom'",
|
|
767
|
-
"description": "
|
|
769
|
+
"description": "The placement of the Alert on the screen.",
|
|
768
770
|
"privacy": "public"
|
|
769
771
|
},
|
|
770
772
|
{
|
|
@@ -773,7 +775,7 @@
|
|
|
773
775
|
"type": {
|
|
774
776
|
"text": "string | undefined"
|
|
775
777
|
},
|
|
776
|
-
"description": "
|
|
778
|
+
"description": "Adds a headline to the Alert.",
|
|
777
779
|
"privacy": "public"
|
|
778
780
|
},
|
|
779
781
|
{
|
|
@@ -782,7 +784,7 @@
|
|
|
782
784
|
"type": {
|
|
783
785
|
"text": "string | undefined"
|
|
784
786
|
},
|
|
785
|
-
"description": "
|
|
787
|
+
"description": "The main text of the Alert.",
|
|
786
788
|
"privacy": "public"
|
|
787
789
|
},
|
|
788
790
|
{
|
|
@@ -791,7 +793,7 @@
|
|
|
791
793
|
"type": {
|
|
792
794
|
"text": "string | undefined"
|
|
793
795
|
},
|
|
794
|
-
"description": "
|
|
796
|
+
"description": "The icon to display in the Alert. Takes precedence over the connotation's icon.",
|
|
795
797
|
"privacy": "public"
|
|
796
798
|
},
|
|
797
799
|
{
|
|
@@ -801,7 +803,7 @@
|
|
|
801
803
|
"text": "number"
|
|
802
804
|
},
|
|
803
805
|
"default": "0",
|
|
804
|
-
"description": "
|
|
806
|
+
"description": "Timeout after which the Alert will close.",
|
|
805
807
|
"privacy": "public"
|
|
806
808
|
},
|
|
807
809
|
{
|
|
@@ -810,7 +812,7 @@
|
|
|
810
812
|
"type": {
|
|
811
813
|
"text": "AlertConnotation | undefined"
|
|
812
814
|
},
|
|
813
|
-
"description": "
|
|
815
|
+
"description": "Sets an appropriate icon / icon color for the connotation.",
|
|
814
816
|
"privacy": "public"
|
|
815
817
|
},
|
|
816
818
|
{
|
|
@@ -819,7 +821,7 @@
|
|
|
819
821
|
"type": {
|
|
820
822
|
"text": "AlertStrategy | undefined"
|
|
821
823
|
},
|
|
822
|
-
"description": "
|
|
824
|
+
"description": "Controls the `position` of the Alert.",
|
|
823
825
|
"privacy": "public"
|
|
824
826
|
},
|
|
825
827
|
{
|
|
@@ -829,7 +831,7 @@
|
|
|
829
831
|
"text": "boolean"
|
|
830
832
|
},
|
|
831
833
|
"default": "false",
|
|
832
|
-
"description": "
|
|
834
|
+
"description": "Open state of the Alert.",
|
|
833
835
|
"privacy": "public"
|
|
834
836
|
},
|
|
835
837
|
{
|
|
@@ -880,14 +882,14 @@
|
|
|
880
882
|
"type": {
|
|
881
883
|
"text": "CustomEvent<undefined>"
|
|
882
884
|
},
|
|
883
|
-
"description": "Fired when the
|
|
885
|
+
"description": "Fired when the Alert is opened",
|
|
884
886
|
"name": "open"
|
|
885
887
|
},
|
|
886
888
|
{
|
|
887
889
|
"type": {
|
|
888
890
|
"text": "CustomEvent<undefined>"
|
|
889
891
|
},
|
|
890
|
-
"description": "Fired when the
|
|
892
|
+
"description": "Fired when the Alert is closed",
|
|
891
893
|
"name": "close"
|
|
892
894
|
}
|
|
893
895
|
],
|
|
@@ -898,6 +900,7 @@
|
|
|
898
900
|
"text": "| string\n\t\t| null"
|
|
899
901
|
},
|
|
900
902
|
"default": "null",
|
|
903
|
+
"description": "Allows setting a custom aria-label for the dismiss button.",
|
|
901
904
|
"fieldName": "dismissButtonAriaLabel"
|
|
902
905
|
},
|
|
903
906
|
{
|
|
@@ -905,7 +908,7 @@
|
|
|
905
908
|
"text": "boolean"
|
|
906
909
|
},
|
|
907
910
|
"default": "false",
|
|
908
|
-
"description": "
|
|
911
|
+
"description": "Adds a close button to the Alert.",
|
|
909
912
|
"fieldName": "removable"
|
|
910
913
|
},
|
|
911
914
|
{
|
|
@@ -913,7 +916,7 @@
|
|
|
913
916
|
"text": "AlertPlacement | undefined"
|
|
914
917
|
},
|
|
915
918
|
"default": "'bottom'",
|
|
916
|
-
"description": "
|
|
919
|
+
"description": "The placement of the Alert on the screen.",
|
|
917
920
|
"fieldName": "placement"
|
|
918
921
|
},
|
|
919
922
|
{
|
|
@@ -921,7 +924,7 @@
|
|
|
921
924
|
"type": {
|
|
922
925
|
"text": "string | undefined"
|
|
923
926
|
},
|
|
924
|
-
"description": "
|
|
927
|
+
"description": "Adds a headline to the Alert.",
|
|
925
928
|
"fieldName": "headline"
|
|
926
929
|
},
|
|
927
930
|
{
|
|
@@ -929,7 +932,7 @@
|
|
|
929
932
|
"type": {
|
|
930
933
|
"text": "string | undefined"
|
|
931
934
|
},
|
|
932
|
-
"description": "
|
|
935
|
+
"description": "The main text of the Alert.",
|
|
933
936
|
"fieldName": "text"
|
|
934
937
|
},
|
|
935
938
|
{
|
|
@@ -937,7 +940,7 @@
|
|
|
937
940
|
"type": {
|
|
938
941
|
"text": "string | undefined"
|
|
939
942
|
},
|
|
940
|
-
"description": "
|
|
943
|
+
"description": "The icon to display in the Alert. Takes precedence over the connotation's icon.",
|
|
941
944
|
"fieldName": "icon"
|
|
942
945
|
},
|
|
943
946
|
{
|
|
@@ -945,7 +948,7 @@
|
|
|
945
948
|
"text": "number"
|
|
946
949
|
},
|
|
947
950
|
"default": "0",
|
|
948
|
-
"description": "
|
|
951
|
+
"description": "Timeout after which the Alert will close.",
|
|
949
952
|
"fieldName": "timeoutms"
|
|
950
953
|
},
|
|
951
954
|
{
|
|
@@ -953,7 +956,7 @@
|
|
|
953
956
|
"type": {
|
|
954
957
|
"text": "AlertConnotation | undefined"
|
|
955
958
|
},
|
|
956
|
-
"description": "
|
|
959
|
+
"description": "Sets an appropriate icon / icon color for the connotation.",
|
|
957
960
|
"fieldName": "connotation"
|
|
958
961
|
},
|
|
959
962
|
{
|
|
@@ -961,7 +964,7 @@
|
|
|
961
964
|
"type": {
|
|
962
965
|
"text": "AlertStrategy | undefined"
|
|
963
966
|
},
|
|
964
|
-
"description": "
|
|
967
|
+
"description": "Controls the `position` of the Alert.",
|
|
965
968
|
"fieldName": "strategy"
|
|
966
969
|
},
|
|
967
970
|
{
|
|
@@ -969,7 +972,7 @@
|
|
|
969
972
|
"text": "boolean"
|
|
970
973
|
},
|
|
971
974
|
"default": "false",
|
|
972
|
-
"description": "
|
|
975
|
+
"description": "Open state of the Alert.",
|
|
973
976
|
"fieldName": "open"
|
|
974
977
|
}
|
|
975
978
|
],
|
|
@@ -8187,6 +8190,102 @@
|
|
|
8187
8190
|
"description": "The size the file-uploader should have.",
|
|
8188
8191
|
"privacy": "public"
|
|
8189
8192
|
},
|
|
8193
|
+
{
|
|
8194
|
+
"kind": "field",
|
|
8195
|
+
"name": "invalidFileTypeError",
|
|
8196
|
+
"type": {
|
|
8197
|
+
"text": "string | undefined"
|
|
8198
|
+
},
|
|
8199
|
+
"description": "Overrides the localized error message for invalid file type",
|
|
8200
|
+
"privacy": "public"
|
|
8201
|
+
},
|
|
8202
|
+
{
|
|
8203
|
+
"kind": "method",
|
|
8204
|
+
"name": "invalidFileTypeErrorChanged",
|
|
8205
|
+
"return": {
|
|
8206
|
+
"type": {
|
|
8207
|
+
"text": "void"
|
|
8208
|
+
}
|
|
8209
|
+
},
|
|
8210
|
+
"parameters": [
|
|
8211
|
+
{
|
|
8212
|
+
"name": "_oldValue",
|
|
8213
|
+
"type": {
|
|
8214
|
+
"text": "string"
|
|
8215
|
+
}
|
|
8216
|
+
},
|
|
8217
|
+
{
|
|
8218
|
+
"name": "newValue",
|
|
8219
|
+
"type": {
|
|
8220
|
+
"text": "string"
|
|
8221
|
+
}
|
|
8222
|
+
}
|
|
8223
|
+
]
|
|
8224
|
+
},
|
|
8225
|
+
{
|
|
8226
|
+
"kind": "field",
|
|
8227
|
+
"name": "maxFilesExceededError",
|
|
8228
|
+
"type": {
|
|
8229
|
+
"text": "string | undefined"
|
|
8230
|
+
},
|
|
8231
|
+
"description": "Overrides the localized error message for max file exceed",
|
|
8232
|
+
"privacy": "public"
|
|
8233
|
+
},
|
|
8234
|
+
{
|
|
8235
|
+
"kind": "method",
|
|
8236
|
+
"name": "maxFilesExceededErrorChanged",
|
|
8237
|
+
"return": {
|
|
8238
|
+
"type": {
|
|
8239
|
+
"text": "void"
|
|
8240
|
+
}
|
|
8241
|
+
},
|
|
8242
|
+
"parameters": [
|
|
8243
|
+
{
|
|
8244
|
+
"name": "_oldValue",
|
|
8245
|
+
"type": {
|
|
8246
|
+
"text": "string"
|
|
8247
|
+
}
|
|
8248
|
+
},
|
|
8249
|
+
{
|
|
8250
|
+
"name": "newValue",
|
|
8251
|
+
"type": {
|
|
8252
|
+
"text": "string"
|
|
8253
|
+
}
|
|
8254
|
+
}
|
|
8255
|
+
]
|
|
8256
|
+
},
|
|
8257
|
+
{
|
|
8258
|
+
"kind": "field",
|
|
8259
|
+
"name": "fileTooBigError",
|
|
8260
|
+
"type": {
|
|
8261
|
+
"text": "string | undefined"
|
|
8262
|
+
},
|
|
8263
|
+
"description": "Overrides the localized error message for file too big",
|
|
8264
|
+
"privacy": "public"
|
|
8265
|
+
},
|
|
8266
|
+
{
|
|
8267
|
+
"kind": "method",
|
|
8268
|
+
"name": "fileTooBigErrorChanged",
|
|
8269
|
+
"return": {
|
|
8270
|
+
"type": {
|
|
8271
|
+
"text": "void"
|
|
8272
|
+
}
|
|
8273
|
+
},
|
|
8274
|
+
"parameters": [
|
|
8275
|
+
{
|
|
8276
|
+
"name": "_oldValue",
|
|
8277
|
+
"type": {
|
|
8278
|
+
"text": "string"
|
|
8279
|
+
}
|
|
8280
|
+
},
|
|
8281
|
+
{
|
|
8282
|
+
"name": "newValue",
|
|
8283
|
+
"type": {
|
|
8284
|
+
"text": "string"
|
|
8285
|
+
}
|
|
8286
|
+
}
|
|
8287
|
+
]
|
|
8288
|
+
},
|
|
8190
8289
|
{
|
|
8191
8290
|
"kind": "method",
|
|
8192
8291
|
"name": "nameChanged",
|
|
@@ -8382,6 +8481,30 @@
|
|
|
8382
8481
|
},
|
|
8383
8482
|
"description": "The size the file-uploader should have.",
|
|
8384
8483
|
"fieldName": "size"
|
|
8484
|
+
},
|
|
8485
|
+
{
|
|
8486
|
+
"name": "invalid-file-type-error",
|
|
8487
|
+
"type": {
|
|
8488
|
+
"text": "string | undefined"
|
|
8489
|
+
},
|
|
8490
|
+
"description": "Overrides the localized error message for invalid file type",
|
|
8491
|
+
"fieldName": "invalidFileTypeError"
|
|
8492
|
+
},
|
|
8493
|
+
{
|
|
8494
|
+
"name": "max-files-exceeded-error",
|
|
8495
|
+
"type": {
|
|
8496
|
+
"text": "string | undefined"
|
|
8497
|
+
},
|
|
8498
|
+
"description": "Overrides the localized error message for max file exceed",
|
|
8499
|
+
"fieldName": "maxFilesExceededError"
|
|
8500
|
+
},
|
|
8501
|
+
{
|
|
8502
|
+
"name": "file-too-big-error",
|
|
8503
|
+
"type": {
|
|
8504
|
+
"text": "string | undefined"
|
|
8505
|
+
},
|
|
8506
|
+
"description": "Overrides the localized error message for file too big",
|
|
8507
|
+
"fieldName": "fileTooBigError"
|
|
8385
8508
|
}
|
|
8386
8509
|
],
|
|
8387
8510
|
"superclass": {
|
|
@@ -9212,6 +9335,132 @@
|
|
|
9212
9335
|
}
|
|
9213
9336
|
],
|
|
9214
9337
|
"members": [
|
|
9338
|
+
{
|
|
9339
|
+
"kind": "field",
|
|
9340
|
+
"name": "menuItems",
|
|
9341
|
+
"type": {
|
|
9342
|
+
"text": "Element[] | undefined"
|
|
9343
|
+
},
|
|
9344
|
+
"privacy": "private"
|
|
9345
|
+
},
|
|
9346
|
+
{
|
|
9347
|
+
"kind": "field",
|
|
9348
|
+
"name": "expandedItem",
|
|
9349
|
+
"type": {
|
|
9350
|
+
"text": "MenuItem | null"
|
|
9351
|
+
},
|
|
9352
|
+
"privacy": "private",
|
|
9353
|
+
"default": "null"
|
|
9354
|
+
},
|
|
9355
|
+
{
|
|
9356
|
+
"kind": "field",
|
|
9357
|
+
"name": "focusIndex",
|
|
9358
|
+
"type": {
|
|
9359
|
+
"text": "number"
|
|
9360
|
+
},
|
|
9361
|
+
"privacy": "private",
|
|
9362
|
+
"default": "-1",
|
|
9363
|
+
"description": "The index of the focusable element in the items array\ndefaults to -1"
|
|
9364
|
+
},
|
|
9365
|
+
{
|
|
9366
|
+
"kind": "field",
|
|
9367
|
+
"name": "focusableElementRoles",
|
|
9368
|
+
"type": {
|
|
9369
|
+
"text": "{ [key: string]: string }"
|
|
9370
|
+
},
|
|
9371
|
+
"privacy": "private",
|
|
9372
|
+
"static": true,
|
|
9373
|
+
"default": "roleForMenuItem"
|
|
9374
|
+
},
|
|
9375
|
+
{
|
|
9376
|
+
"kind": "method",
|
|
9377
|
+
"name": "focus",
|
|
9378
|
+
"return": {
|
|
9379
|
+
"type": {
|
|
9380
|
+
"text": "void"
|
|
9381
|
+
}
|
|
9382
|
+
},
|
|
9383
|
+
"description": "Moves focus into the menu. If there is a child with the `autofocus` attribute, it will be focused.\nOtherwise, the first focusable child will be focused.",
|
|
9384
|
+
"privacy": "public"
|
|
9385
|
+
},
|
|
9386
|
+
{
|
|
9387
|
+
"kind": "method",
|
|
9388
|
+
"name": "collapseExpandedItem",
|
|
9389
|
+
"return": {
|
|
9390
|
+
"type": {
|
|
9391
|
+
"text": "void"
|
|
9392
|
+
}
|
|
9393
|
+
},
|
|
9394
|
+
"description": "Collapses any expanded Menu Items.",
|
|
9395
|
+
"privacy": "public"
|
|
9396
|
+
},
|
|
9397
|
+
{
|
|
9398
|
+
"kind": "field",
|
|
9399
|
+
"name": "handleItemFocus",
|
|
9400
|
+
"privacy": "private"
|
|
9401
|
+
},
|
|
9402
|
+
{
|
|
9403
|
+
"kind": "field",
|
|
9404
|
+
"name": "handleExpandedChanged",
|
|
9405
|
+
"privacy": "private"
|
|
9406
|
+
},
|
|
9407
|
+
{
|
|
9408
|
+
"kind": "field",
|
|
9409
|
+
"name": "removeItemListeners",
|
|
9410
|
+
"privacy": "private"
|
|
9411
|
+
},
|
|
9412
|
+
{
|
|
9413
|
+
"kind": "field",
|
|
9414
|
+
"name": "setItems",
|
|
9415
|
+
"privacy": "private"
|
|
9416
|
+
},
|
|
9417
|
+
{
|
|
9418
|
+
"kind": "method",
|
|
9419
|
+
"name": "domChildren",
|
|
9420
|
+
"privacy": "private",
|
|
9421
|
+
"return": {
|
|
9422
|
+
"type": {
|
|
9423
|
+
"text": "Element[]"
|
|
9424
|
+
}
|
|
9425
|
+
},
|
|
9426
|
+
"description": "get an array of valid DOM children"
|
|
9427
|
+
},
|
|
9428
|
+
{
|
|
9429
|
+
"kind": "field",
|
|
9430
|
+
"name": "isMenuItemElement",
|
|
9431
|
+
"privacy": "private",
|
|
9432
|
+
"description": "check if the item is a menu item"
|
|
9433
|
+
},
|
|
9434
|
+
{
|
|
9435
|
+
"kind": "field",
|
|
9436
|
+
"name": "isFocusableElement",
|
|
9437
|
+
"privacy": "private",
|
|
9438
|
+
"description": "check if the item is focusable"
|
|
9439
|
+
},
|
|
9440
|
+
{
|
|
9441
|
+
"kind": "method",
|
|
9442
|
+
"name": "setFocus",
|
|
9443
|
+
"privacy": "private",
|
|
9444
|
+
"return": {
|
|
9445
|
+
"type": {
|
|
9446
|
+
"text": "void"
|
|
9447
|
+
}
|
|
9448
|
+
},
|
|
9449
|
+
"parameters": [
|
|
9450
|
+
{
|
|
9451
|
+
"name": "focusIndex",
|
|
9452
|
+
"type": {
|
|
9453
|
+
"text": "number"
|
|
9454
|
+
}
|
|
9455
|
+
},
|
|
9456
|
+
{
|
|
9457
|
+
"name": "adjustment",
|
|
9458
|
+
"type": {
|
|
9459
|
+
"text": "number"
|
|
9460
|
+
}
|
|
9461
|
+
}
|
|
9462
|
+
]
|
|
9463
|
+
},
|
|
9215
9464
|
{
|
|
9216
9465
|
"kind": "field",
|
|
9217
9466
|
"name": "ariaLabel",
|
|
@@ -9352,14 +9601,6 @@
|
|
|
9352
9601
|
"type": {
|
|
9353
9602
|
"text": "HTMLElement[] | undefined"
|
|
9354
9603
|
}
|
|
9355
|
-
},
|
|
9356
|
-
{
|
|
9357
|
-
"kind": "field",
|
|
9358
|
-
"name": "handleFocusOut"
|
|
9359
|
-
},
|
|
9360
|
-
{
|
|
9361
|
-
"kind": "field",
|
|
9362
|
-
"name": "domChildren"
|
|
9363
9604
|
}
|
|
9364
9605
|
],
|
|
9365
9606
|
"events": [
|
|
@@ -9431,7 +9672,7 @@
|
|
|
9431
9672
|
}
|
|
9432
9673
|
],
|
|
9433
9674
|
"superclass": {
|
|
9434
|
-
"name": "
|
|
9675
|
+
"name": "FoundationElement",
|
|
9435
9676
|
"package": "@microsoft/fast-foundation"
|
|
9436
9677
|
},
|
|
9437
9678
|
"vividComponent": {
|
|
@@ -9598,100 +9839,137 @@
|
|
|
9598
9839
|
"members": [
|
|
9599
9840
|
{
|
|
9600
9841
|
"kind": "field",
|
|
9601
|
-
"name": "
|
|
9842
|
+
"name": "disabled",
|
|
9602
9843
|
"type": {
|
|
9603
|
-
"text": "
|
|
9844
|
+
"text": "boolean"
|
|
9604
9845
|
},
|
|
9605
|
-
"description": "
|
|
9846
|
+
"description": "The disabled state of the element.",
|
|
9606
9847
|
"privacy": "public"
|
|
9607
9848
|
},
|
|
9608
9849
|
{
|
|
9609
9850
|
"kind": "field",
|
|
9610
|
-
"name": "
|
|
9851
|
+
"name": "expanded",
|
|
9611
9852
|
"type": {
|
|
9612
|
-
"text": "
|
|
9853
|
+
"text": "boolean"
|
|
9613
9854
|
},
|
|
9614
|
-
"description": "
|
|
9855
|
+
"description": "The expanded state of the element.",
|
|
9615
9856
|
"privacy": "public"
|
|
9616
9857
|
},
|
|
9617
9858
|
{
|
|
9618
9859
|
"kind": "field",
|
|
9619
|
-
"name": "
|
|
9860
|
+
"name": "role",
|
|
9620
9861
|
"type": {
|
|
9621
|
-
"text": "
|
|
9862
|
+
"text": "MenuItemRole"
|
|
9622
9863
|
},
|
|
9623
|
-
"description": "The
|
|
9864
|
+
"description": "The role of the element.",
|
|
9624
9865
|
"privacy": "public"
|
|
9625
9866
|
},
|
|
9626
9867
|
{
|
|
9627
9868
|
"kind": "field",
|
|
9628
|
-
"name": "
|
|
9869
|
+
"name": "checked",
|
|
9629
9870
|
"type": {
|
|
9630
9871
|
"text": "boolean"
|
|
9631
9872
|
},
|
|
9632
|
-
"
|
|
9633
|
-
"description": "Controls the placement of the menu item's checkmark or radio icon.",
|
|
9873
|
+
"description": "The checked value of the element.",
|
|
9634
9874
|
"privacy": "public"
|
|
9635
9875
|
},
|
|
9636
9876
|
{
|
|
9637
9877
|
"kind": "field",
|
|
9638
|
-
"name": "
|
|
9878
|
+
"name": "observer",
|
|
9639
9879
|
"type": {
|
|
9640
|
-
"text": "
|
|
9880
|
+
"text": "MutationObserver | undefined"
|
|
9641
9881
|
},
|
|
9642
|
-
"
|
|
9643
|
-
"privacy": "public"
|
|
9882
|
+
"privacy": "private"
|
|
9644
9883
|
},
|
|
9645
9884
|
{
|
|
9646
9885
|
"kind": "field",
|
|
9647
|
-
"name": "
|
|
9648
|
-
"
|
|
9649
|
-
"text": "HTMLElement[] | undefined"
|
|
9650
|
-
}
|
|
9886
|
+
"name": "invoke",
|
|
9887
|
+
"privacy": "private"
|
|
9651
9888
|
},
|
|
9652
9889
|
{
|
|
9653
9890
|
"kind": "field",
|
|
9654
|
-
"name": "
|
|
9655
|
-
"privacy": "private",
|
|
9891
|
+
"name": "text",
|
|
9656
9892
|
"type": {
|
|
9657
|
-
"text": "
|
|
9893
|
+
"text": "string | undefined"
|
|
9658
9894
|
},
|
|
9659
|
-
"
|
|
9660
|
-
|
|
9661
|
-
{
|
|
9662
|
-
"kind": "method",
|
|
9663
|
-
"name": "#updateSubmenu"
|
|
9895
|
+
"description": "Indicates the menu item's text.",
|
|
9896
|
+
"privacy": "public"
|
|
9664
9897
|
},
|
|
9665
9898
|
{
|
|
9666
|
-
"kind": "
|
|
9667
|
-
"name": "
|
|
9899
|
+
"kind": "field",
|
|
9900
|
+
"name": "textSecondary",
|
|
9901
|
+
"type": {
|
|
9902
|
+
"text": "string | undefined"
|
|
9903
|
+
},
|
|
9904
|
+
"description": "Indicates the menu item's secondary text.",
|
|
9905
|
+
"privacy": "public"
|
|
9668
9906
|
},
|
|
9669
9907
|
{
|
|
9670
|
-
"kind": "
|
|
9671
|
-
"name": "
|
|
9908
|
+
"kind": "field",
|
|
9909
|
+
"name": "connotation",
|
|
9910
|
+
"type": {
|
|
9911
|
+
"text": "MenuItemConnotation | undefined"
|
|
9912
|
+
},
|
|
9913
|
+
"description": "The connotation the fab should have.",
|
|
9914
|
+
"privacy": "public"
|
|
9672
9915
|
},
|
|
9673
9916
|
{
|
|
9674
9917
|
"kind": "field",
|
|
9675
|
-
"name": "
|
|
9676
|
-
"
|
|
9918
|
+
"name": "checkTrailing",
|
|
9919
|
+
"type": {
|
|
9920
|
+
"text": "boolean"
|
|
9921
|
+
},
|
|
9922
|
+
"default": "false",
|
|
9923
|
+
"description": "Controls the placement of the menu item's checkmark or radio icon.",
|
|
9924
|
+
"privacy": "public"
|
|
9677
9925
|
},
|
|
9678
9926
|
{
|
|
9679
9927
|
"kind": "field",
|
|
9680
|
-
"name": "
|
|
9928
|
+
"name": "checkedAppearance",
|
|
9929
|
+
"type": {
|
|
9930
|
+
"text": "CheckAppearance | undefined"
|
|
9931
|
+
},
|
|
9932
|
+
"description": "Controls the appearance of the check indicator.",
|
|
9933
|
+
"privacy": "public"
|
|
9934
|
+
},
|
|
9935
|
+
{
|
|
9936
|
+
"kind": "field",
|
|
9937
|
+
"name": "trailingMetaSlottedContent",
|
|
9938
|
+
"type": {
|
|
9939
|
+
"text": "HTMLElement[] | undefined"
|
|
9940
|
+
}
|
|
9941
|
+
},
|
|
9942
|
+
{
|
|
9943
|
+
"kind": "field",
|
|
9944
|
+
"name": "#submenuArray",
|
|
9681
9945
|
"privacy": "private",
|
|
9682
|
-
"
|
|
9946
|
+
"type": {
|
|
9947
|
+
"text": "Menu[]"
|
|
9948
|
+
},
|
|
9949
|
+
"default": "[]"
|
|
9683
9950
|
},
|
|
9684
9951
|
{
|
|
9685
9952
|
"kind": "method",
|
|
9686
|
-
"name": "
|
|
9953
|
+
"name": "updateSubmenu",
|
|
9954
|
+
"privacy": "private"
|
|
9687
9955
|
},
|
|
9688
9956
|
{
|
|
9689
|
-
"kind": "
|
|
9690
|
-
"name": "
|
|
9957
|
+
"kind": "method",
|
|
9958
|
+
"name": "#collapseExpandedItem"
|
|
9959
|
+
},
|
|
9960
|
+
{
|
|
9961
|
+
"kind": "method",
|
|
9962
|
+
"name": "#expandedChange"
|
|
9691
9963
|
},
|
|
9692
9964
|
{
|
|
9693
9965
|
"kind": "field",
|
|
9694
|
-
"name": "
|
|
9966
|
+
"name": "#syntheticClickEvents",
|
|
9967
|
+
"privacy": "private",
|
|
9968
|
+
"default": "new WeakSet<Event>()"
|
|
9969
|
+
},
|
|
9970
|
+
{
|
|
9971
|
+
"kind": "method",
|
|
9972
|
+
"name": "#emitSyntheticClick"
|
|
9695
9973
|
}
|
|
9696
9974
|
],
|
|
9697
9975
|
"events": [
|
|
@@ -9711,6 +9989,35 @@
|
|
|
9711
9989
|
}
|
|
9712
9990
|
],
|
|
9713
9991
|
"attributes": [
|
|
9992
|
+
{
|
|
9993
|
+
"type": {
|
|
9994
|
+
"text": "boolean"
|
|
9995
|
+
},
|
|
9996
|
+
"description": "The disabled state of the element.",
|
|
9997
|
+
"fieldName": "disabled"
|
|
9998
|
+
},
|
|
9999
|
+
{
|
|
10000
|
+
"type": {
|
|
10001
|
+
"text": "boolean"
|
|
10002
|
+
},
|
|
10003
|
+
"description": "The expanded state of the element.",
|
|
10004
|
+
"fieldName": "expanded"
|
|
10005
|
+
},
|
|
10006
|
+
{
|
|
10007
|
+
"name": "role",
|
|
10008
|
+
"type": {
|
|
10009
|
+
"text": "MenuItemRole"
|
|
10010
|
+
},
|
|
10011
|
+
"description": "The role of the element.",
|
|
10012
|
+
"fieldName": "role"
|
|
10013
|
+
},
|
|
10014
|
+
{
|
|
10015
|
+
"type": {
|
|
10016
|
+
"text": "boolean"
|
|
10017
|
+
},
|
|
10018
|
+
"description": "The checked value of the element.",
|
|
10019
|
+
"fieldName": "checked"
|
|
10020
|
+
},
|
|
9714
10021
|
{
|
|
9715
10022
|
"name": "text",
|
|
9716
10023
|
"type": {
|
|
@@ -9754,7 +10061,7 @@
|
|
|
9754
10061
|
}
|
|
9755
10062
|
],
|
|
9756
10063
|
"superclass": {
|
|
9757
|
-
"name": "
|
|
10064
|
+
"name": "FoundationElement",
|
|
9758
10065
|
"package": "@microsoft/fast-foundation"
|
|
9759
10066
|
},
|
|
9760
10067
|
"vividComponent": {
|
|
@@ -11394,7 +11701,7 @@
|
|
|
11394
11701
|
"declarations": [
|
|
11395
11702
|
{
|
|
11396
11703
|
"kind": "class",
|
|
11397
|
-
"description": "",
|
|
11704
|
+
"description": "An Option Custom HTML Element.\nImplements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .",
|
|
11398
11705
|
"name": "ListboxOption",
|
|
11399
11706
|
"cssProperties": [
|
|
11400
11707
|
{
|
|
@@ -11439,65 +11746,337 @@
|
|
|
11439
11746
|
"members": [
|
|
11440
11747
|
{
|
|
11441
11748
|
"kind": "field",
|
|
11442
|
-
"name": "
|
|
11749
|
+
"name": "checked",
|
|
11443
11750
|
"type": {
|
|
11444
|
-
"text": "
|
|
11751
|
+
"text": "boolean | undefined"
|
|
11445
11752
|
},
|
|
11753
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
11754
|
+
"privacy": "public"
|
|
11755
|
+
},
|
|
11756
|
+
{
|
|
11757
|
+
"kind": "method",
|
|
11758
|
+
"name": "checkedChanged",
|
|
11446
11759
|
"privacy": "public",
|
|
11447
|
-
"
|
|
11760
|
+
"return": {
|
|
11761
|
+
"type": {
|
|
11762
|
+
"text": "void"
|
|
11763
|
+
}
|
|
11764
|
+
},
|
|
11765
|
+
"parameters": [
|
|
11766
|
+
{
|
|
11767
|
+
"name": "_",
|
|
11768
|
+
"type": {
|
|
11769
|
+
"text": "boolean | unknown"
|
|
11770
|
+
},
|
|
11771
|
+
"description": "the previous checked value"
|
|
11772
|
+
},
|
|
11773
|
+
{
|
|
11774
|
+
"name": "next",
|
|
11775
|
+
"optional": true,
|
|
11776
|
+
"type": {
|
|
11777
|
+
"text": "boolean"
|
|
11778
|
+
},
|
|
11779
|
+
"description": "the current checked value"
|
|
11780
|
+
}
|
|
11781
|
+
],
|
|
11782
|
+
"description": "Updates the ariaChecked property when the checked property changes."
|
|
11448
11783
|
},
|
|
11449
11784
|
{
|
|
11450
11785
|
"kind": "field",
|
|
11451
|
-
"name": "
|
|
11786
|
+
"name": "defaultSelected",
|
|
11787
|
+
"type": {
|
|
11788
|
+
"text": "boolean"
|
|
11789
|
+
},
|
|
11790
|
+
"default": "false",
|
|
11791
|
+
"description": "The defaultSelected state of the option.",
|
|
11792
|
+
"privacy": "public"
|
|
11793
|
+
},
|
|
11794
|
+
{
|
|
11795
|
+
"kind": "method",
|
|
11796
|
+
"name": "defaultSelectedChanged",
|
|
11797
|
+
"privacy": "protected",
|
|
11798
|
+
"return": {
|
|
11799
|
+
"type": {
|
|
11800
|
+
"text": "void"
|
|
11801
|
+
}
|
|
11802
|
+
}
|
|
11452
11803
|
},
|
|
11453
11804
|
{
|
|
11454
11805
|
"kind": "field",
|
|
11455
|
-
"name": "
|
|
11806
|
+
"name": "disabled",
|
|
11456
11807
|
"type": {
|
|
11457
|
-
"text": "
|
|
11808
|
+
"text": "boolean"
|
|
11809
|
+
},
|
|
11810
|
+
"description": "The disabled state of the option.",
|
|
11811
|
+
"privacy": "public"
|
|
11812
|
+
},
|
|
11813
|
+
{
|
|
11814
|
+
"kind": "method",
|
|
11815
|
+
"name": "disabledChanged",
|
|
11816
|
+
"privacy": "protected",
|
|
11817
|
+
"return": {
|
|
11818
|
+
"type": {
|
|
11819
|
+
"text": "void"
|
|
11820
|
+
}
|
|
11458
11821
|
}
|
|
11459
11822
|
},
|
|
11460
11823
|
{
|
|
11461
11824
|
"kind": "field",
|
|
11462
|
-
"name": "
|
|
11825
|
+
"name": "selectedAttribute",
|
|
11826
|
+
"type": {
|
|
11827
|
+
"text": "boolean"
|
|
11828
|
+
},
|
|
11829
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
11830
|
+
"privacy": "public"
|
|
11831
|
+
},
|
|
11832
|
+
{
|
|
11833
|
+
"kind": "method",
|
|
11834
|
+
"name": "selectedAttributeChanged",
|
|
11835
|
+
"privacy": "protected",
|
|
11836
|
+
"return": {
|
|
11837
|
+
"type": {
|
|
11838
|
+
"text": "void"
|
|
11839
|
+
}
|
|
11840
|
+
}
|
|
11841
|
+
},
|
|
11842
|
+
{
|
|
11843
|
+
"kind": "field",
|
|
11844
|
+
"name": "selected",
|
|
11845
|
+
"type": {
|
|
11846
|
+
"text": "boolean"
|
|
11847
|
+
},
|
|
11848
|
+
"description": "The checked state of the control.",
|
|
11849
|
+
"privacy": "public"
|
|
11850
|
+
},
|
|
11851
|
+
{
|
|
11852
|
+
"kind": "method",
|
|
11853
|
+
"name": "selectedChanged",
|
|
11854
|
+
"privacy": "protected",
|
|
11855
|
+
"return": {
|
|
11856
|
+
"type": {
|
|
11857
|
+
"text": "void"
|
|
11858
|
+
}
|
|
11859
|
+
}
|
|
11860
|
+
},
|
|
11861
|
+
{
|
|
11862
|
+
"kind": "field",
|
|
11863
|
+
"name": "dirtyValue",
|
|
11864
|
+
"type": {
|
|
11865
|
+
"text": "boolean"
|
|
11866
|
+
},
|
|
11867
|
+
"default": "false",
|
|
11868
|
+
"description": "Track whether the value has been changed from the initial value"
|
|
11869
|
+
},
|
|
11870
|
+
{
|
|
11871
|
+
"kind": "field",
|
|
11872
|
+
"name": "initialValue",
|
|
11463
11873
|
"type": {
|
|
11464
11874
|
"text": "string"
|
|
11875
|
+
},
|
|
11876
|
+
"privacy": "protected",
|
|
11877
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set."
|
|
11878
|
+
},
|
|
11879
|
+
{
|
|
11880
|
+
"kind": "method",
|
|
11881
|
+
"name": "initialValueChanged",
|
|
11882
|
+
"return": {
|
|
11883
|
+
"type": {
|
|
11884
|
+
"text": "void"
|
|
11885
|
+
}
|
|
11465
11886
|
}
|
|
11466
|
-
}
|
|
11467
|
-
],
|
|
11468
|
-
"attributes": [
|
|
11887
|
+
},
|
|
11469
11888
|
{
|
|
11470
|
-
"
|
|
11889
|
+
"kind": "field",
|
|
11890
|
+
"name": "_label",
|
|
11471
11891
|
"type": {
|
|
11472
11892
|
"text": "string | undefined"
|
|
11473
11893
|
},
|
|
11474
|
-
"
|
|
11894
|
+
"privacy": "public",
|
|
11895
|
+
"description": ""
|
|
11475
11896
|
},
|
|
11476
11897
|
{
|
|
11898
|
+
"kind": "field",
|
|
11477
11899
|
"name": "label",
|
|
11900
|
+
"type": {
|
|
11901
|
+
"text": "string"
|
|
11902
|
+
}
|
|
11903
|
+
},
|
|
11904
|
+
{
|
|
11905
|
+
"kind": "field",
|
|
11906
|
+
"name": "_text",
|
|
11478
11907
|
"type": {
|
|
11479
11908
|
"text": "string | undefined"
|
|
11480
11909
|
},
|
|
11481
|
-
"
|
|
11910
|
+
"privacy": "public",
|
|
11911
|
+
"description": ""
|
|
11912
|
+
},
|
|
11913
|
+
{
|
|
11914
|
+
"kind": "field",
|
|
11915
|
+
"name": "text"
|
|
11916
|
+
},
|
|
11917
|
+
{
|
|
11918
|
+
"kind": "field",
|
|
11919
|
+
"name": "value",
|
|
11920
|
+
"type": {
|
|
11921
|
+
"text": "string"
|
|
11922
|
+
}
|
|
11923
|
+
},
|
|
11924
|
+
{
|
|
11925
|
+
"kind": "field",
|
|
11926
|
+
"name": "form",
|
|
11927
|
+
"type": {
|
|
11928
|
+
"text": "HTMLFormElement | null"
|
|
11929
|
+
},
|
|
11930
|
+
"readonly": true
|
|
11931
|
+
},
|
|
11932
|
+
{
|
|
11933
|
+
"kind": "field",
|
|
11934
|
+
"name": "proxy",
|
|
11935
|
+
"default": "new Option(\n\t\t\tthis.text,\n\t\t\t// @ts-expect-error Propery is used before it is assigned\n\t\t\tthis.initialValue,\n\t\t\tthis.defaultSelected,\n\t\t\tthis.selected\n\t\t)",
|
|
11936
|
+
"description": ""
|
|
11482
11937
|
}
|
|
11483
11938
|
],
|
|
11484
|
-
"
|
|
11485
|
-
|
|
11486
|
-
|
|
11487
|
-
|
|
11488
|
-
|
|
11489
|
-
|
|
11490
|
-
|
|
11491
|
-
|
|
11492
|
-
|
|
11493
|
-
|
|
11494
|
-
|
|
11495
|
-
|
|
11496
|
-
|
|
11497
|
-
|
|
11498
|
-
|
|
11499
|
-
|
|
11500
|
-
|
|
11939
|
+
"attributes": [
|
|
11940
|
+
{
|
|
11941
|
+
"type": {
|
|
11942
|
+
"text": "boolean"
|
|
11943
|
+
},
|
|
11944
|
+
"description": "The disabled state of the option.",
|
|
11945
|
+
"fieldName": "disabled"
|
|
11946
|
+
},
|
|
11947
|
+
{
|
|
11948
|
+
"name": "selected",
|
|
11949
|
+
"type": {
|
|
11950
|
+
"text": "boolean"
|
|
11951
|
+
},
|
|
11952
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
11953
|
+
"fieldName": "selectedAttribute"
|
|
11954
|
+
},
|
|
11955
|
+
{
|
|
11956
|
+
"name": "value",
|
|
11957
|
+
"type": {
|
|
11958
|
+
"text": "string"
|
|
11959
|
+
},
|
|
11960
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
11961
|
+
"fieldName": "initialValue"
|
|
11962
|
+
},
|
|
11963
|
+
{
|
|
11964
|
+
"name": "label",
|
|
11965
|
+
"type": {
|
|
11966
|
+
"text": "string | undefined"
|
|
11967
|
+
},
|
|
11968
|
+
"fieldName": "_label"
|
|
11969
|
+
},
|
|
11970
|
+
{
|
|
11971
|
+
"name": "text",
|
|
11972
|
+
"type": {
|
|
11973
|
+
"text": "string | undefined"
|
|
11974
|
+
},
|
|
11975
|
+
"fieldName": "_text"
|
|
11976
|
+
}
|
|
11977
|
+
],
|
|
11978
|
+
"superclass": {
|
|
11979
|
+
"name": "FoundationElement",
|
|
11980
|
+
"package": "@microsoft/fast-foundation"
|
|
11981
|
+
},
|
|
11982
|
+
"vividComponent": {
|
|
11983
|
+
"public": true,
|
|
11984
|
+
"name": "option"
|
|
11985
|
+
}
|
|
11986
|
+
},
|
|
11987
|
+
{
|
|
11988
|
+
"kind": "class",
|
|
11989
|
+
"description": "States and properties relating to the ARIA `option` role.",
|
|
11990
|
+
"name": "DelegatesARIAListboxOption",
|
|
11991
|
+
"cssProperties": [
|
|
11992
|
+
{
|
|
11993
|
+
"name": "--vvd-option-accent-primary",
|
|
11994
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
11995
|
+
},
|
|
11996
|
+
{
|
|
11997
|
+
"name": "--vvd-option-accent-primary-text",
|
|
11998
|
+
"default": "var(--vvd-color-canvas)"
|
|
11999
|
+
},
|
|
12000
|
+
{
|
|
12001
|
+
"name": "--vvd-option-accent-primary-increment",
|
|
12002
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
12003
|
+
},
|
|
12004
|
+
{
|
|
12005
|
+
"name": "--vvd-option-accent-firm",
|
|
12006
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
12007
|
+
},
|
|
12008
|
+
{
|
|
12009
|
+
"name": "--vvd-option-accent-faint",
|
|
12010
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
12011
|
+
},
|
|
12012
|
+
{
|
|
12013
|
+
"name": "--vvd-option-accent-soft",
|
|
12014
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
12015
|
+
},
|
|
12016
|
+
{
|
|
12017
|
+
"name": "--vvd-option-accent-pale",
|
|
12018
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
12019
|
+
},
|
|
12020
|
+
{
|
|
12021
|
+
"name": "--vvd-option-accent-dim",
|
|
12022
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
12023
|
+
}
|
|
12024
|
+
],
|
|
12025
|
+
"members": [
|
|
12026
|
+
{
|
|
12027
|
+
"kind": "field",
|
|
12028
|
+
"name": "ariaChecked",
|
|
12029
|
+
"type": {
|
|
12030
|
+
"text": "'true' | 'false' | string | null"
|
|
12031
|
+
},
|
|
12032
|
+
"description": "See https://www.w3.org/TR/wai-aria-1.2/#option for more information.",
|
|
12033
|
+
"privacy": "public"
|
|
12034
|
+
},
|
|
12035
|
+
{
|
|
12036
|
+
"kind": "field",
|
|
12037
|
+
"name": "ariaPosInSet",
|
|
12038
|
+
"type": {
|
|
12039
|
+
"text": "string | null"
|
|
12040
|
+
},
|
|
12041
|
+
"description": "See https://www.w3.org/TR/wai-aria-1.2/#option for more information.",
|
|
12042
|
+
"privacy": "public"
|
|
12043
|
+
},
|
|
12044
|
+
{
|
|
12045
|
+
"kind": "field",
|
|
12046
|
+
"name": "ariaSelected",
|
|
12047
|
+
"type": {
|
|
12048
|
+
"text": "'true' | 'false' | string | null"
|
|
12049
|
+
},
|
|
12050
|
+
"description": "See https://www.w3.org/TR/wai-aria-1.2/#option for more information.",
|
|
12051
|
+
"privacy": "public"
|
|
12052
|
+
},
|
|
12053
|
+
{
|
|
12054
|
+
"kind": "field",
|
|
12055
|
+
"name": "ariaSetSize",
|
|
12056
|
+
"type": {
|
|
12057
|
+
"text": "string | null"
|
|
12058
|
+
},
|
|
12059
|
+
"description": "See https://www.w3.org/TR/wai-aria-1.2/#option for more information.",
|
|
12060
|
+
"privacy": "public"
|
|
12061
|
+
}
|
|
12062
|
+
]
|
|
12063
|
+
}
|
|
12064
|
+
],
|
|
12065
|
+
"exports": [
|
|
12066
|
+
{
|
|
12067
|
+
"kind": "js",
|
|
12068
|
+
"name": "ListboxOption",
|
|
12069
|
+
"declaration": {
|
|
12070
|
+
"name": "ListboxOption",
|
|
12071
|
+
"module": "libs/components/src/lib/option/option.ts"
|
|
12072
|
+
}
|
|
12073
|
+
},
|
|
12074
|
+
{
|
|
12075
|
+
"kind": "js",
|
|
12076
|
+
"name": "DelegatesARIAListboxOption",
|
|
12077
|
+
"declaration": {
|
|
12078
|
+
"name": "DelegatesARIAListboxOption",
|
|
12079
|
+
"module": "libs/components/src/lib/option/option.ts"
|
|
11501
12080
|
}
|
|
11502
12081
|
}
|
|
11503
12082
|
]
|
|
@@ -16013,6 +16592,43 @@
|
|
|
16013
16592
|
}
|
|
16014
16593
|
]
|
|
16015
16594
|
},
|
|
16595
|
+
{
|
|
16596
|
+
"kind": "javascript-module",
|
|
16597
|
+
"path": "libs/components/src/lib/switch/switch.form-associated.ts",
|
|
16598
|
+
"declarations": [
|
|
16599
|
+
{
|
|
16600
|
+
"kind": "class",
|
|
16601
|
+
"description": "",
|
|
16602
|
+
"name": "FormAssociatedSwitch",
|
|
16603
|
+
"members": [
|
|
16604
|
+
{
|
|
16605
|
+
"kind": "field",
|
|
16606
|
+
"name": "proxy"
|
|
16607
|
+
}
|
|
16608
|
+
],
|
|
16609
|
+
"mixins": [
|
|
16610
|
+
{
|
|
16611
|
+
"name": "CheckableFormAssociated",
|
|
16612
|
+
"package": "@microsoft/fast-foundation"
|
|
16613
|
+
}
|
|
16614
|
+
],
|
|
16615
|
+
"superclass": {
|
|
16616
|
+
"name": "_Switch",
|
|
16617
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
16618
|
+
}
|
|
16619
|
+
}
|
|
16620
|
+
],
|
|
16621
|
+
"exports": [
|
|
16622
|
+
{
|
|
16623
|
+
"kind": "js",
|
|
16624
|
+
"name": "FormAssociatedSwitch",
|
|
16625
|
+
"declaration": {
|
|
16626
|
+
"name": "FormAssociatedSwitch",
|
|
16627
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
16628
|
+
}
|
|
16629
|
+
}
|
|
16630
|
+
]
|
|
16631
|
+
},
|
|
16016
16632
|
{
|
|
16017
16633
|
"kind": "javascript-module",
|
|
16018
16634
|
"path": "libs/components/src/lib/switch/switch.ts",
|
|
@@ -16161,6 +16777,45 @@
|
|
|
16161
16777
|
},
|
|
16162
16778
|
"description": "Indicates the switch's connotation.",
|
|
16163
16779
|
"privacy": "public"
|
|
16780
|
+
},
|
|
16781
|
+
{
|
|
16782
|
+
"kind": "field",
|
|
16783
|
+
"name": "readOnly",
|
|
16784
|
+
"type": {
|
|
16785
|
+
"text": "boolean"
|
|
16786
|
+
},
|
|
16787
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
16788
|
+
"privacy": "public"
|
|
16789
|
+
},
|
|
16790
|
+
{
|
|
16791
|
+
"kind": "method",
|
|
16792
|
+
"name": "updateForm",
|
|
16793
|
+
"privacy": "private",
|
|
16794
|
+
"return": {
|
|
16795
|
+
"type": {
|
|
16796
|
+
"text": "void"
|
|
16797
|
+
}
|
|
16798
|
+
}
|
|
16799
|
+
},
|
|
16800
|
+
{
|
|
16801
|
+
"kind": "field",
|
|
16802
|
+
"name": "defaultChecked",
|
|
16803
|
+
"type": {
|
|
16804
|
+
"text": "boolean"
|
|
16805
|
+
},
|
|
16806
|
+
"default": "!!this.checkedAttribute"
|
|
16807
|
+
},
|
|
16808
|
+
{
|
|
16809
|
+
"kind": "field",
|
|
16810
|
+
"name": "checked"
|
|
16811
|
+
},
|
|
16812
|
+
{
|
|
16813
|
+
"kind": "field",
|
|
16814
|
+
"name": "proxy",
|
|
16815
|
+
"inheritedFrom": {
|
|
16816
|
+
"name": "FormAssociatedSwitch",
|
|
16817
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
16818
|
+
}
|
|
16164
16819
|
}
|
|
16165
16820
|
],
|
|
16166
16821
|
"events": [
|
|
@@ -16188,11 +16843,19 @@
|
|
|
16188
16843
|
},
|
|
16189
16844
|
"description": "Indicates the switch's connotation.",
|
|
16190
16845
|
"fieldName": "connotation"
|
|
16846
|
+
},
|
|
16847
|
+
{
|
|
16848
|
+
"name": "readonly",
|
|
16849
|
+
"type": {
|
|
16850
|
+
"text": "boolean"
|
|
16851
|
+
},
|
|
16852
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
16853
|
+
"fieldName": "readOnly"
|
|
16191
16854
|
}
|
|
16192
16855
|
],
|
|
16193
16856
|
"superclass": {
|
|
16194
|
-
"name": "
|
|
16195
|
-
"
|
|
16857
|
+
"name": "FormAssociatedSwitch",
|
|
16858
|
+
"module": "/libs/components/src/lib/switch/switch.form-associated"
|
|
16196
16859
|
},
|
|
16197
16860
|
"vividComponent": {
|
|
16198
16861
|
"public": true,
|
|
@@ -16639,6 +17302,14 @@
|
|
|
16639
17302
|
},
|
|
16640
17303
|
"default": "'--_tabs-active-tab-inline-size'"
|
|
16641
17304
|
},
|
|
17305
|
+
{
|
|
17306
|
+
"kind": "variable",
|
|
17307
|
+
"name": "TABLIST_COLUMN",
|
|
17308
|
+
"type": {
|
|
17309
|
+
"text": "string"
|
|
17310
|
+
},
|
|
17311
|
+
"default": "'--_tabs-tablist-column'"
|
|
17312
|
+
},
|
|
16642
17313
|
{
|
|
16643
17314
|
"kind": "class",
|
|
16644
17315
|
"description": "",
|
|
@@ -16899,7 +17570,7 @@
|
|
|
16899
17570
|
"kind": "field",
|
|
16900
17571
|
"name": "gutters",
|
|
16901
17572
|
"type": {
|
|
16902
|
-
"text": "
|
|
17573
|
+
"text": "TabsGutters | undefined"
|
|
16903
17574
|
},
|
|
16904
17575
|
"description": "sets the initial preferred margin from predefined available options",
|
|
16905
17576
|
"privacy": "public"
|
|
@@ -16914,6 +17585,15 @@
|
|
|
16914
17585
|
"description": "sets overflow to the tab-panel",
|
|
16915
17586
|
"privacy": "public"
|
|
16916
17587
|
},
|
|
17588
|
+
{
|
|
17589
|
+
"kind": "field",
|
|
17590
|
+
"name": "tabsLayout",
|
|
17591
|
+
"type": {
|
|
17592
|
+
"text": "'align-start' | 'stretch' | undefined"
|
|
17593
|
+
},
|
|
17594
|
+
"description": "Controls the layout of the tabs.",
|
|
17595
|
+
"privacy": "public"
|
|
17596
|
+
},
|
|
16917
17597
|
{
|
|
16918
17598
|
"kind": "method",
|
|
16919
17599
|
"name": "#updateScrollStatus"
|
|
@@ -17012,7 +17692,7 @@
|
|
|
17012
17692
|
{
|
|
17013
17693
|
"name": "gutters",
|
|
17014
17694
|
"type": {
|
|
17015
|
-
"text": "
|
|
17695
|
+
"text": "TabsGutters | undefined"
|
|
17016
17696
|
},
|
|
17017
17697
|
"description": "sets the initial preferred margin from predefined available options",
|
|
17018
17698
|
"fieldName": "gutters"
|
|
@@ -17025,6 +17705,14 @@
|
|
|
17025
17705
|
"default": "false",
|
|
17026
17706
|
"description": "sets overflow to the tab-panel",
|
|
17027
17707
|
"fieldName": "scrollablePanel"
|
|
17708
|
+
},
|
|
17709
|
+
{
|
|
17710
|
+
"name": "tabs-layout",
|
|
17711
|
+
"type": {
|
|
17712
|
+
"text": "'align-start' | 'stretch' | undefined"
|
|
17713
|
+
},
|
|
17714
|
+
"description": "Controls the layout of the tabs.",
|
|
17715
|
+
"fieldName": "tabsLayout"
|
|
17028
17716
|
}
|
|
17029
17717
|
],
|
|
17030
17718
|
"superclass": {
|
|
@@ -17046,6 +17734,14 @@
|
|
|
17046
17734
|
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
17047
17735
|
}
|
|
17048
17736
|
},
|
|
17737
|
+
{
|
|
17738
|
+
"kind": "js",
|
|
17739
|
+
"name": "TABLIST_COLUMN",
|
|
17740
|
+
"declaration": {
|
|
17741
|
+
"name": "TABLIST_COLUMN",
|
|
17742
|
+
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
17743
|
+
}
|
|
17744
|
+
},
|
|
17049
17745
|
{
|
|
17050
17746
|
"kind": "js",
|
|
17051
17747
|
"name": "Tabs",
|
|
@@ -17915,6 +18611,16 @@
|
|
|
17915
18611
|
"kind": "javascript-module",
|
|
17916
18612
|
"path": "libs/components/src/lib/text-area/text-area.ts",
|
|
17917
18613
|
"declarations": [
|
|
18614
|
+
{
|
|
18615
|
+
"kind": "variable",
|
|
18616
|
+
"name": "TextAreaResize",
|
|
18617
|
+
"type": {
|
|
18618
|
+
"text": "{\n\t/**\n\t * No resize.\n\t */\n\tnone: 'none',\n\n\t/**\n\t * Resize vertically and horizontally.\n\t */\n\tboth: 'both',\n\n\t/**\n\t * Resize horizontally.\n\t */\n\thorizontal: 'horizontal',\n\n\t/**\n\t * Resize vertically.\n\t */\n\tvertical: 'vertical',\n}"
|
|
18619
|
+
},
|
|
18620
|
+
"default": "{\n\t/**\n\t * No resize.\n\t */\n\tnone: 'none',\n\n\t/**\n\t * Resize vertically and horizontally.\n\t */\n\tboth: 'both',\n\n\t/**\n\t * Resize horizontally.\n\t */\n\thorizontal: 'horizontal',\n\n\t/**\n\t * Resize vertically.\n\t */\n\tvertical: 'vertical',\n}",
|
|
18621
|
+
"description": "Resize mode for a TextArea",
|
|
18622
|
+
"privacy": "public"
|
|
18623
|
+
},
|
|
17918
18624
|
{
|
|
17919
18625
|
"kind": "class",
|
|
17920
18626
|
"description": "",
|
|
@@ -18026,32 +18732,255 @@
|
|
|
18026
18732
|
"members": [
|
|
18027
18733
|
{
|
|
18028
18734
|
"kind": "field",
|
|
18029
|
-
"name": "
|
|
18735
|
+
"name": "readOnly",
|
|
18030
18736
|
"type": {
|
|
18031
|
-
"text": "
|
|
18737
|
+
"text": "boolean"
|
|
18032
18738
|
},
|
|
18033
|
-
"description": "
|
|
18739
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
18034
18740
|
"privacy": "public"
|
|
18035
18741
|
},
|
|
18036
18742
|
{
|
|
18037
18743
|
"kind": "field",
|
|
18038
|
-
"name": "
|
|
18039
|
-
"privacy": "private",
|
|
18744
|
+
"name": "resize",
|
|
18040
18745
|
"type": {
|
|
18041
|
-
"text": "
|
|
18042
|
-
}
|
|
18043
|
-
|
|
18044
|
-
|
|
18045
|
-
|
|
18746
|
+
"text": "TextAreaResize"
|
|
18747
|
+
},
|
|
18748
|
+
"description": "The resize mode of the element.",
|
|
18749
|
+
"privacy": "public"
|
|
18750
|
+
},
|
|
18046
18751
|
{
|
|
18752
|
+
"kind": "field",
|
|
18753
|
+
"name": "autofocus",
|
|
18047
18754
|
"type": {
|
|
18048
|
-
"text": "
|
|
18755
|
+
"text": "boolean"
|
|
18049
18756
|
},
|
|
18050
|
-
"description": "
|
|
18051
|
-
"
|
|
18052
|
-
}
|
|
18053
|
-
|
|
18054
|
-
|
|
18757
|
+
"description": "Indicates that this element should get focus after the page finishes loading.",
|
|
18758
|
+
"privacy": "public"
|
|
18759
|
+
},
|
|
18760
|
+
{
|
|
18761
|
+
"kind": "field",
|
|
18762
|
+
"name": "formId",
|
|
18763
|
+
"type": {
|
|
18764
|
+
"text": "string"
|
|
18765
|
+
},
|
|
18766
|
+
"description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
|
|
18767
|
+
"privacy": "public"
|
|
18768
|
+
},
|
|
18769
|
+
{
|
|
18770
|
+
"kind": "field",
|
|
18771
|
+
"name": "list",
|
|
18772
|
+
"type": {
|
|
18773
|
+
"text": "string"
|
|
18774
|
+
},
|
|
18775
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
18776
|
+
"privacy": "public"
|
|
18777
|
+
},
|
|
18778
|
+
{
|
|
18779
|
+
"kind": "field",
|
|
18780
|
+
"name": "maxlength",
|
|
18781
|
+
"type": {
|
|
18782
|
+
"text": "number"
|
|
18783
|
+
},
|
|
18784
|
+
"description": "The maximum number of characters a user can enter.",
|
|
18785
|
+
"privacy": "public"
|
|
18786
|
+
},
|
|
18787
|
+
{
|
|
18788
|
+
"kind": "field",
|
|
18789
|
+
"name": "minlength",
|
|
18790
|
+
"type": {
|
|
18791
|
+
"text": "number"
|
|
18792
|
+
},
|
|
18793
|
+
"description": "The minimum number of characters a user can enter.",
|
|
18794
|
+
"privacy": "public"
|
|
18795
|
+
},
|
|
18796
|
+
{
|
|
18797
|
+
"kind": "field",
|
|
18798
|
+
"name": "name",
|
|
18799
|
+
"type": {
|
|
18800
|
+
"text": "string"
|
|
18801
|
+
},
|
|
18802
|
+
"description": "The name of the element.",
|
|
18803
|
+
"privacy": "public"
|
|
18804
|
+
},
|
|
18805
|
+
{
|
|
18806
|
+
"kind": "field",
|
|
18807
|
+
"name": "placeholder",
|
|
18808
|
+
"type": {
|
|
18809
|
+
"text": "string"
|
|
18810
|
+
},
|
|
18811
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
18812
|
+
"privacy": "public"
|
|
18813
|
+
},
|
|
18814
|
+
{
|
|
18815
|
+
"kind": "field",
|
|
18816
|
+
"name": "cols",
|
|
18817
|
+
"type": {
|
|
18818
|
+
"text": "number"
|
|
18819
|
+
},
|
|
18820
|
+
"default": "20",
|
|
18821
|
+
"description": "Sizes the element horizontally by a number of character columns.",
|
|
18822
|
+
"privacy": "public"
|
|
18823
|
+
},
|
|
18824
|
+
{
|
|
18825
|
+
"kind": "field",
|
|
18826
|
+
"name": "rows",
|
|
18827
|
+
"type": {
|
|
18828
|
+
"text": "number"
|
|
18829
|
+
},
|
|
18830
|
+
"description": "Sizes the element vertically by a number of character rows.",
|
|
18831
|
+
"privacy": "public"
|
|
18832
|
+
},
|
|
18833
|
+
{
|
|
18834
|
+
"kind": "field",
|
|
18835
|
+
"name": "spellcheck",
|
|
18836
|
+
"type": {
|
|
18837
|
+
"text": "boolean"
|
|
18838
|
+
},
|
|
18839
|
+
"description": "Sets if the element is eligible for spell checking\nbut the UA.",
|
|
18840
|
+
"privacy": "public"
|
|
18841
|
+
},
|
|
18842
|
+
{
|
|
18843
|
+
"kind": "method",
|
|
18844
|
+
"name": "select",
|
|
18845
|
+
"description": "Selects all the text in the text area",
|
|
18846
|
+
"privacy": "public"
|
|
18847
|
+
},
|
|
18848
|
+
{
|
|
18849
|
+
"kind": "method",
|
|
18850
|
+
"name": "validate",
|
|
18851
|
+
"return": {
|
|
18852
|
+
"type": {
|
|
18853
|
+
"text": "void"
|
|
18854
|
+
}
|
|
18855
|
+
},
|
|
18856
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}"
|
|
18857
|
+
},
|
|
18858
|
+
{
|
|
18859
|
+
"kind": "field",
|
|
18860
|
+
"name": "wrap",
|
|
18861
|
+
"type": {
|
|
18862
|
+
"text": "TextAreaWrap | undefined"
|
|
18863
|
+
},
|
|
18864
|
+
"description": "The wrap attribute",
|
|
18865
|
+
"privacy": "public"
|
|
18866
|
+
},
|
|
18867
|
+
{
|
|
18868
|
+
"kind": "field",
|
|
18869
|
+
"name": "#reflectToTextArea",
|
|
18870
|
+
"privacy": "private",
|
|
18871
|
+
"type": {
|
|
18872
|
+
"text": "Reflector<this, HTMLTextAreaElement> | undefined"
|
|
18873
|
+
}
|
|
18874
|
+
},
|
|
18875
|
+
{
|
|
18876
|
+
"kind": "field",
|
|
18877
|
+
"name": "proxy",
|
|
18878
|
+
"inheritedFrom": {
|
|
18879
|
+
"name": "FormAssociatedTextArea",
|
|
18880
|
+
"module": "libs/components/src/lib/text-area/text-field.form-associated.ts"
|
|
18881
|
+
}
|
|
18882
|
+
}
|
|
18883
|
+
],
|
|
18884
|
+
"events": [
|
|
18885
|
+
{
|
|
18886
|
+
"type": {
|
|
18887
|
+
"text": "CustomEvent<undefined>"
|
|
18888
|
+
},
|
|
18889
|
+
"description": "Emits a custom 'change' event when the textarea emits a change event",
|
|
18890
|
+
"name": "change"
|
|
18891
|
+
}
|
|
18892
|
+
],
|
|
18893
|
+
"attributes": [
|
|
18894
|
+
{
|
|
18895
|
+
"type": {
|
|
18896
|
+
"text": "boolean"
|
|
18897
|
+
},
|
|
18898
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
18899
|
+
"fieldName": "readOnly"
|
|
18900
|
+
},
|
|
18901
|
+
{
|
|
18902
|
+
"name": "resize",
|
|
18903
|
+
"type": {
|
|
18904
|
+
"text": "TextAreaResize"
|
|
18905
|
+
},
|
|
18906
|
+
"description": "The resize mode of the element.",
|
|
18907
|
+
"fieldName": "resize"
|
|
18908
|
+
},
|
|
18909
|
+
{
|
|
18910
|
+
"type": {
|
|
18911
|
+
"text": "boolean"
|
|
18912
|
+
},
|
|
18913
|
+
"description": "Indicates that this element should get focus after the page finishes loading.",
|
|
18914
|
+
"fieldName": "autofocus"
|
|
18915
|
+
},
|
|
18916
|
+
{
|
|
18917
|
+
"name": "form",
|
|
18918
|
+
"type": {
|
|
18919
|
+
"text": "string"
|
|
18920
|
+
},
|
|
18921
|
+
"description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
|
|
18922
|
+
"fieldName": "formId"
|
|
18923
|
+
},
|
|
18924
|
+
{
|
|
18925
|
+
"name": "list",
|
|
18926
|
+
"type": {
|
|
18927
|
+
"text": "string"
|
|
18928
|
+
},
|
|
18929
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
18930
|
+
"fieldName": "list"
|
|
18931
|
+
},
|
|
18932
|
+
{
|
|
18933
|
+
"type": {
|
|
18934
|
+
"text": "number"
|
|
18935
|
+
},
|
|
18936
|
+
"description": "The maximum number of characters a user can enter.",
|
|
18937
|
+
"fieldName": "maxlength"
|
|
18938
|
+
},
|
|
18939
|
+
{
|
|
18940
|
+
"type": {
|
|
18941
|
+
"text": "number"
|
|
18942
|
+
},
|
|
18943
|
+
"description": "The minimum number of characters a user can enter.",
|
|
18944
|
+
"fieldName": "minlength"
|
|
18945
|
+
},
|
|
18946
|
+
{
|
|
18947
|
+
"name": "name",
|
|
18948
|
+
"type": {
|
|
18949
|
+
"text": "string"
|
|
18950
|
+
},
|
|
18951
|
+
"description": "The name of the element.",
|
|
18952
|
+
"fieldName": "name"
|
|
18953
|
+
},
|
|
18954
|
+
{
|
|
18955
|
+
"name": "placeholder",
|
|
18956
|
+
"type": {
|
|
18957
|
+
"text": "string"
|
|
18958
|
+
},
|
|
18959
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
18960
|
+
"fieldName": "placeholder"
|
|
18961
|
+
},
|
|
18962
|
+
{
|
|
18963
|
+
"type": {
|
|
18964
|
+
"text": "number"
|
|
18965
|
+
},
|
|
18966
|
+
"default": "20",
|
|
18967
|
+
"description": "Sizes the element horizontally by a number of character columns.",
|
|
18968
|
+
"fieldName": "cols"
|
|
18969
|
+
},
|
|
18970
|
+
{
|
|
18971
|
+
"type": {
|
|
18972
|
+
"text": "number"
|
|
18973
|
+
},
|
|
18974
|
+
"description": "Sizes the element vertically by a number of character rows.",
|
|
18975
|
+
"fieldName": "rows"
|
|
18976
|
+
},
|
|
18977
|
+
{
|
|
18978
|
+
"type": {
|
|
18979
|
+
"text": "boolean"
|
|
18980
|
+
},
|
|
18981
|
+
"description": "Sets if the element is eligible for spell checking\nbut the UA.",
|
|
18982
|
+
"fieldName": "spellcheck"
|
|
18983
|
+
},
|
|
18055
18984
|
{
|
|
18056
18985
|
"name": "wrap",
|
|
18057
18986
|
"type": {
|
|
@@ -18062,8 +18991,8 @@
|
|
|
18062
18991
|
}
|
|
18063
18992
|
],
|
|
18064
18993
|
"superclass": {
|
|
18065
|
-
"name": "
|
|
18066
|
-
"
|
|
18994
|
+
"name": "FormAssociatedTextArea",
|
|
18995
|
+
"module": "/libs/components/src/lib/text-area/text-field.form-associated"
|
|
18067
18996
|
},
|
|
18068
18997
|
"vividComponent": {
|
|
18069
18998
|
"public": true,
|
|
@@ -18082,6 +19011,14 @@
|
|
|
18082
19011
|
}
|
|
18083
19012
|
],
|
|
18084
19013
|
"exports": [
|
|
19014
|
+
{
|
|
19015
|
+
"kind": "js",
|
|
19016
|
+
"name": "TextAreaResize",
|
|
19017
|
+
"declaration": {
|
|
19018
|
+
"name": "TextAreaResize",
|
|
19019
|
+
"module": "libs/components/src/lib/text-area/text-area.ts"
|
|
19020
|
+
}
|
|
19021
|
+
},
|
|
18085
19022
|
{
|
|
18086
19023
|
"kind": "js",
|
|
18087
19024
|
"name": "TextArea",
|
|
@@ -18092,6 +19029,43 @@
|
|
|
18092
19029
|
}
|
|
18093
19030
|
]
|
|
18094
19031
|
},
|
|
19032
|
+
{
|
|
19033
|
+
"kind": "javascript-module",
|
|
19034
|
+
"path": "libs/components/src/lib/text-area/text-field.form-associated.ts",
|
|
19035
|
+
"declarations": [
|
|
19036
|
+
{
|
|
19037
|
+
"kind": "class",
|
|
19038
|
+
"description": "",
|
|
19039
|
+
"name": "FormAssociatedTextArea",
|
|
19040
|
+
"members": [
|
|
19041
|
+
{
|
|
19042
|
+
"kind": "field",
|
|
19043
|
+
"name": "proxy"
|
|
19044
|
+
}
|
|
19045
|
+
],
|
|
19046
|
+
"mixins": [
|
|
19047
|
+
{
|
|
19048
|
+
"name": "FormAssociated",
|
|
19049
|
+
"package": "@microsoft/fast-foundation"
|
|
19050
|
+
}
|
|
19051
|
+
],
|
|
19052
|
+
"superclass": {
|
|
19053
|
+
"name": "_TextArea",
|
|
19054
|
+
"module": "libs/components/src/lib/text-area/text-field.form-associated.ts"
|
|
19055
|
+
}
|
|
19056
|
+
}
|
|
19057
|
+
],
|
|
19058
|
+
"exports": [
|
|
19059
|
+
{
|
|
19060
|
+
"kind": "js",
|
|
19061
|
+
"name": "FormAssociatedTextArea",
|
|
19062
|
+
"declaration": {
|
|
19063
|
+
"name": "FormAssociatedTextArea",
|
|
19064
|
+
"module": "libs/components/src/lib/text-area/text-field.form-associated.ts"
|
|
19065
|
+
}
|
|
19066
|
+
}
|
|
19067
|
+
]
|
|
19068
|
+
},
|
|
18095
19069
|
{
|
|
18096
19070
|
"kind": "javascript-module",
|
|
18097
19071
|
"path": "libs/components/src/lib/text-field/definition.ts",
|
|
@@ -18148,10 +19122,57 @@
|
|
|
18148
19122
|
}
|
|
18149
19123
|
]
|
|
18150
19124
|
},
|
|
19125
|
+
{
|
|
19126
|
+
"kind": "javascript-module",
|
|
19127
|
+
"path": "libs/components/src/lib/text-field/text-field.form-associated.ts",
|
|
19128
|
+
"declarations": [
|
|
19129
|
+
{
|
|
19130
|
+
"kind": "class",
|
|
19131
|
+
"description": "",
|
|
19132
|
+
"name": "FormAssociatedTextField",
|
|
19133
|
+
"members": [
|
|
19134
|
+
{
|
|
19135
|
+
"kind": "field",
|
|
19136
|
+
"name": "proxy"
|
|
19137
|
+
}
|
|
19138
|
+
],
|
|
19139
|
+
"mixins": [
|
|
19140
|
+
{
|
|
19141
|
+
"name": "FormAssociated",
|
|
19142
|
+
"package": "@microsoft/fast-foundation"
|
|
19143
|
+
}
|
|
19144
|
+
],
|
|
19145
|
+
"superclass": {
|
|
19146
|
+
"name": "_TextField",
|
|
19147
|
+
"module": "libs/components/src/lib/text-field/text-field.form-associated.ts"
|
|
19148
|
+
}
|
|
19149
|
+
}
|
|
19150
|
+
],
|
|
19151
|
+
"exports": [
|
|
19152
|
+
{
|
|
19153
|
+
"kind": "js",
|
|
19154
|
+
"name": "FormAssociatedTextField",
|
|
19155
|
+
"declaration": {
|
|
19156
|
+
"name": "FormAssociatedTextField",
|
|
19157
|
+
"module": "libs/components/src/lib/text-field/text-field.form-associated.ts"
|
|
19158
|
+
}
|
|
19159
|
+
}
|
|
19160
|
+
]
|
|
19161
|
+
},
|
|
18151
19162
|
{
|
|
18152
19163
|
"kind": "javascript-module",
|
|
18153
19164
|
"path": "libs/components/src/lib/text-field/text-field.ts",
|
|
18154
19165
|
"declarations": [
|
|
19166
|
+
{
|
|
19167
|
+
"kind": "variable",
|
|
19168
|
+
"name": "TextFieldType",
|
|
19169
|
+
"type": {
|
|
19170
|
+
"text": "{\n\t/**\n\t * An email TextField\n\t */\n\temail: 'email',\n\n\t/**\n\t * A password TextField\n\t */\n\tpassword: 'password',\n\n\t/**\n\t * A telephone TextField\n\t */\n\ttel: 'tel',\n\n\t/**\n\t * A text TextField\n\t */\n\ttext: 'text',\n\n\t/**\n\t * A URL TextField\n\t */\n\turl: 'url',\n}"
|
|
19171
|
+
},
|
|
19172
|
+
"default": "{\n\t/**\n\t * An email TextField\n\t */\n\temail: 'email',\n\n\t/**\n\t * A password TextField\n\t */\n\tpassword: 'password',\n\n\t/**\n\t * A telephone TextField\n\t */\n\ttel: 'tel',\n\n\t/**\n\t * A text TextField\n\t */\n\ttext: 'text',\n\n\t/**\n\t * A URL TextField\n\t */\n\turl: 'url',\n}",
|
|
19173
|
+
"description": "Text field sub-types",
|
|
19174
|
+
"privacy": "public"
|
|
19175
|
+
},
|
|
18155
19176
|
{
|
|
18156
19177
|
"kind": "class",
|
|
18157
19178
|
"description": "Base class for text-field",
|
|
@@ -18205,6 +19226,107 @@
|
|
|
18205
19226
|
}
|
|
18206
19227
|
],
|
|
18207
19228
|
"members": [
|
|
19229
|
+
{
|
|
19230
|
+
"kind": "field",
|
|
19231
|
+
"name": "readOnly",
|
|
19232
|
+
"type": {
|
|
19233
|
+
"text": "boolean"
|
|
19234
|
+
},
|
|
19235
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
19236
|
+
"privacy": "public"
|
|
19237
|
+
},
|
|
19238
|
+
{
|
|
19239
|
+
"kind": "field",
|
|
19240
|
+
"name": "autofocus",
|
|
19241
|
+
"type": {
|
|
19242
|
+
"text": "boolean"
|
|
19243
|
+
},
|
|
19244
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
19245
|
+
"privacy": "public"
|
|
19246
|
+
},
|
|
19247
|
+
{
|
|
19248
|
+
"kind": "field",
|
|
19249
|
+
"name": "placeholder",
|
|
19250
|
+
"type": {
|
|
19251
|
+
"text": "string"
|
|
19252
|
+
},
|
|
19253
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
19254
|
+
"privacy": "public"
|
|
19255
|
+
},
|
|
19256
|
+
{
|
|
19257
|
+
"kind": "field",
|
|
19258
|
+
"name": "type",
|
|
19259
|
+
"type": {
|
|
19260
|
+
"text": "TextFieldType"
|
|
19261
|
+
},
|
|
19262
|
+
"description": "Allows setting a type or mode of text.",
|
|
19263
|
+
"privacy": "public"
|
|
19264
|
+
},
|
|
19265
|
+
{
|
|
19266
|
+
"kind": "field",
|
|
19267
|
+
"name": "list",
|
|
19268
|
+
"type": {
|
|
19269
|
+
"text": "string"
|
|
19270
|
+
},
|
|
19271
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
19272
|
+
"privacy": "public"
|
|
19273
|
+
},
|
|
19274
|
+
{
|
|
19275
|
+
"kind": "field",
|
|
19276
|
+
"name": "maxlength",
|
|
19277
|
+
"type": {
|
|
19278
|
+
"text": "number"
|
|
19279
|
+
},
|
|
19280
|
+
"description": "The maximum number of characters a user can enter.",
|
|
19281
|
+
"privacy": "public"
|
|
19282
|
+
},
|
|
19283
|
+
{
|
|
19284
|
+
"kind": "field",
|
|
19285
|
+
"name": "minlength",
|
|
19286
|
+
"type": {
|
|
19287
|
+
"text": "number"
|
|
19288
|
+
},
|
|
19289
|
+
"description": "The minimum number of characters a user can enter.",
|
|
19290
|
+
"privacy": "public"
|
|
19291
|
+
},
|
|
19292
|
+
{
|
|
19293
|
+
"kind": "field",
|
|
19294
|
+
"name": "pattern",
|
|
19295
|
+
"type": {
|
|
19296
|
+
"text": "string"
|
|
19297
|
+
},
|
|
19298
|
+
"description": "A regular expression that the value must match to pass validation.",
|
|
19299
|
+
"privacy": "public"
|
|
19300
|
+
},
|
|
19301
|
+
{
|
|
19302
|
+
"kind": "field",
|
|
19303
|
+
"name": "size",
|
|
19304
|
+
"type": {
|
|
19305
|
+
"text": "number"
|
|
19306
|
+
},
|
|
19307
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
19308
|
+
"privacy": "public"
|
|
19309
|
+
},
|
|
19310
|
+
{
|
|
19311
|
+
"kind": "field",
|
|
19312
|
+
"name": "spellcheck",
|
|
19313
|
+
"type": {
|
|
19314
|
+
"text": "boolean"
|
|
19315
|
+
},
|
|
19316
|
+
"description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
|
|
19317
|
+
"privacy": "public"
|
|
19318
|
+
},
|
|
19319
|
+
{
|
|
19320
|
+
"kind": "method",
|
|
19321
|
+
"name": "select",
|
|
19322
|
+
"description": "Selects all the text in the text field",
|
|
19323
|
+
"privacy": "public"
|
|
19324
|
+
},
|
|
19325
|
+
{
|
|
19326
|
+
"kind": "method",
|
|
19327
|
+
"name": "validate",
|
|
19328
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}"
|
|
19329
|
+
},
|
|
18208
19330
|
{
|
|
18209
19331
|
"kind": "field",
|
|
18210
19332
|
"name": "appearance",
|
|
@@ -18298,6 +19420,14 @@
|
|
|
18298
19420
|
{
|
|
18299
19421
|
"kind": "method",
|
|
18300
19422
|
"name": "#updateMirroredHelperText"
|
|
19423
|
+
},
|
|
19424
|
+
{
|
|
19425
|
+
"kind": "field",
|
|
19426
|
+
"name": "proxy",
|
|
19427
|
+
"inheritedFrom": {
|
|
19428
|
+
"name": "FormAssociatedTextField",
|
|
19429
|
+
"module": "libs/components/src/lib/text-field/text-field.form-associated.ts"
|
|
19430
|
+
}
|
|
18301
19431
|
}
|
|
18302
19432
|
],
|
|
18303
19433
|
"events": [
|
|
@@ -18310,6 +19440,81 @@
|
|
|
18310
19440
|
}
|
|
18311
19441
|
],
|
|
18312
19442
|
"attributes": [
|
|
19443
|
+
{
|
|
19444
|
+
"name": "readonly",
|
|
19445
|
+
"type": {
|
|
19446
|
+
"text": "boolean"
|
|
19447
|
+
},
|
|
19448
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
19449
|
+
"fieldName": "readOnly"
|
|
19450
|
+
},
|
|
19451
|
+
{
|
|
19452
|
+
"type": {
|
|
19453
|
+
"text": "boolean"
|
|
19454
|
+
},
|
|
19455
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
19456
|
+
"fieldName": "autofocus"
|
|
19457
|
+
},
|
|
19458
|
+
{
|
|
19459
|
+
"name": "placeholder",
|
|
19460
|
+
"type": {
|
|
19461
|
+
"text": "string"
|
|
19462
|
+
},
|
|
19463
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
19464
|
+
"fieldName": "placeholder"
|
|
19465
|
+
},
|
|
19466
|
+
{
|
|
19467
|
+
"name": "type",
|
|
19468
|
+
"type": {
|
|
19469
|
+
"text": "TextFieldType"
|
|
19470
|
+
},
|
|
19471
|
+
"description": "Allows setting a type or mode of text.",
|
|
19472
|
+
"fieldName": "type"
|
|
19473
|
+
},
|
|
19474
|
+
{
|
|
19475
|
+
"name": "list",
|
|
19476
|
+
"type": {
|
|
19477
|
+
"text": "string"
|
|
19478
|
+
},
|
|
19479
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
19480
|
+
"fieldName": "list"
|
|
19481
|
+
},
|
|
19482
|
+
{
|
|
19483
|
+
"type": {
|
|
19484
|
+
"text": "number"
|
|
19485
|
+
},
|
|
19486
|
+
"description": "The maximum number of characters a user can enter.",
|
|
19487
|
+
"fieldName": "maxlength"
|
|
19488
|
+
},
|
|
19489
|
+
{
|
|
19490
|
+
"type": {
|
|
19491
|
+
"text": "number"
|
|
19492
|
+
},
|
|
19493
|
+
"description": "The minimum number of characters a user can enter.",
|
|
19494
|
+
"fieldName": "minlength"
|
|
19495
|
+
},
|
|
19496
|
+
{
|
|
19497
|
+
"name": "pattern",
|
|
19498
|
+
"type": {
|
|
19499
|
+
"text": "string"
|
|
19500
|
+
},
|
|
19501
|
+
"description": "A regular expression that the value must match to pass validation.",
|
|
19502
|
+
"fieldName": "pattern"
|
|
19503
|
+
},
|
|
19504
|
+
{
|
|
19505
|
+
"type": {
|
|
19506
|
+
"text": "number"
|
|
19507
|
+
},
|
|
19508
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
19509
|
+
"fieldName": "size"
|
|
19510
|
+
},
|
|
19511
|
+
{
|
|
19512
|
+
"type": {
|
|
19513
|
+
"text": "boolean"
|
|
19514
|
+
},
|
|
19515
|
+
"description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
|
|
19516
|
+
"fieldName": "spellcheck"
|
|
19517
|
+
},
|
|
18313
19518
|
{
|
|
18314
19519
|
"name": "appearance",
|
|
18315
19520
|
"type": {
|
|
@@ -18349,8 +19554,8 @@
|
|
|
18349
19554
|
}
|
|
18350
19555
|
],
|
|
18351
19556
|
"superclass": {
|
|
18352
|
-
"name": "
|
|
18353
|
-
"
|
|
19557
|
+
"name": "FormAssociatedTextField",
|
|
19558
|
+
"module": "/libs/components/src/lib/text-field/text-field.form-associated"
|
|
18354
19559
|
},
|
|
18355
19560
|
"vividComponent": {
|
|
18356
19561
|
"public": true,
|
|
@@ -18366,9 +19571,56 @@
|
|
|
18366
19571
|
}
|
|
18367
19572
|
]
|
|
18368
19573
|
}
|
|
19574
|
+
},
|
|
19575
|
+
{
|
|
19576
|
+
"kind": "class",
|
|
19577
|
+
"description": "Includes ARIA states and properties relating to the ARIA textbox role",
|
|
19578
|
+
"name": "DelegatesARIATextbox",
|
|
19579
|
+
"cssProperties": [
|
|
19580
|
+
{
|
|
19581
|
+
"name": "--vvd-text-field-accent-primary",
|
|
19582
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
19583
|
+
},
|
|
19584
|
+
{
|
|
19585
|
+
"name": "--vvd-text-field-accent-primary-text",
|
|
19586
|
+
"default": "var(--vvd-color-canvas)"
|
|
19587
|
+
},
|
|
19588
|
+
{
|
|
19589
|
+
"name": "--vvd-text-field-accent-primary-increment",
|
|
19590
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
19591
|
+
},
|
|
19592
|
+
{
|
|
19593
|
+
"name": "--vvd-text-field-accent-intermediate",
|
|
19594
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
19595
|
+
},
|
|
19596
|
+
{
|
|
19597
|
+
"name": "--vvd-text-field-accent-firm",
|
|
19598
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
19599
|
+
},
|
|
19600
|
+
{
|
|
19601
|
+
"name": "--vvd-text-field-accent-fierce",
|
|
19602
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
19603
|
+
},
|
|
19604
|
+
{
|
|
19605
|
+
"name": "--vvd-text-field-accent-faint",
|
|
19606
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
19607
|
+
},
|
|
19608
|
+
{
|
|
19609
|
+
"name": "--vvd-text-field-accent-soft",
|
|
19610
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
19611
|
+
}
|
|
19612
|
+
]
|
|
18369
19613
|
}
|
|
18370
19614
|
],
|
|
18371
19615
|
"exports": [
|
|
19616
|
+
{
|
|
19617
|
+
"kind": "js",
|
|
19618
|
+
"name": "TextFieldType",
|
|
19619
|
+
"declaration": {
|
|
19620
|
+
"name": "TextFieldType",
|
|
19621
|
+
"module": "libs/components/src/lib/text-field/text-field.ts"
|
|
19622
|
+
}
|
|
19623
|
+
},
|
|
18372
19624
|
{
|
|
18373
19625
|
"kind": "js",
|
|
18374
19626
|
"name": "TextField",
|
|
@@ -18376,6 +19628,14 @@
|
|
|
18376
19628
|
"name": "TextField",
|
|
18377
19629
|
"module": "libs/components/src/lib/text-field/text-field.ts"
|
|
18378
19630
|
}
|
|
19631
|
+
},
|
|
19632
|
+
{
|
|
19633
|
+
"kind": "js",
|
|
19634
|
+
"name": "DelegatesARIATextbox",
|
|
19635
|
+
"declaration": {
|
|
19636
|
+
"name": "DelegatesARIATextbox",
|
|
19637
|
+
"module": "libs/components/src/lib/text-field/text-field.ts"
|
|
19638
|
+
}
|
|
18379
19639
|
}
|
|
18380
19640
|
]
|
|
18381
19641
|
},
|