@vonage/vivid 3.0.0-next.134 → 3.0.0-next.136
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/combobox/index.js +3 -1
- package/custom-elements.json +455 -0
- package/index.js +12 -6
- package/lib/components.d.ts +4 -0
- package/lib/menu-item/menu-item.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +2 -2
- package/lib/select/definition.d.ts +3 -0
- package/lib/select/index.d.ts +1 -0
- package/lib/select/select.d.ts +17 -0
- package/lib/select/select.template.d.ts +4 -0
- package/lib/tab/definition.d.ts +3 -0
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +9 -0
- package/lib/tab/tab.template.d.ts +3 -0
- package/lib/tab-panel/definition.d.ts +3 -0
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +3 -0
- package/lib/tab-panel/tab-panel.template.d.ts +2 -0
- package/lib/tabs/definition.d.ts +3 -0
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +10 -0
- package/lib/tabs/tabs.template.d.ts +2 -0
- package/lib/text-area/text-area.d.ts +2 -2
- package/lib/text-field/text-field.d.ts +2 -2
- package/listbox/index.js +2 -0
- package/note/index.js +1 -0
- package/number-field/index.js +3 -3
- package/option/index.js +1 -0
- package/package.json +1 -1
- package/select/index.js +34 -0
- package/shared/definition.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.js +4 -11
- package/shared/definition19.js +2 -2
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +1 -1
- package/shared/definition23.js +1 -1
- package/shared/definition25.js +2 -2
- package/shared/definition27.js +20 -8
- package/shared/definition29.js +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition31.js +3 -2
- package/shared/definition32.js +1 -1
- package/shared/definition33.js +1 -1
- package/shared/definition34.js +1 -1
- package/shared/definition35.js +1 -1
- package/shared/definition36.js +618 -70
- package/shared/definition37.js +66 -572
- package/shared/definition38.js +526 -81
- package/shared/definition39.js +85 -218
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +51 -103
- package/shared/definition41.js +23 -68
- package/shared/definition42.js +440 -0
- package/shared/definition43.js +281 -0
- package/shared/definition44.js +119 -0
- package/shared/definition45.js +77 -0
- package/shared/definition5.js +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +1 -1
- package/shared/definition9.js +1 -1
- package/shared/form-elements.js +19 -13
- package/shared/listbox.js +2 -9
- package/shared/numbers.js +10 -1
- package/shared/patterns/focus.d.ts +1 -1
- package/shared/patterns/form-elements/form-elements.d.ts +20 -8
- package/shared/select.options.js +10 -0
- package/shared/strings.js +9 -0
- package/shared/text-field.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -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/switch/index.js +2 -1
- package/tab/index.js +16 -0
- package/tab-panel/index.js +4 -0
- package/tabs/index.js +24 -0
- package/text-area/index.js +1 -1
- package/text-field/index.js +1 -1
- package/tooltip/index.js +1 -1
- package/vivid.api.json +420 -0
package/vivid.api.json
CHANGED
|
@@ -2639,6 +2639,34 @@
|
|
|
2639
2639
|
"endIndex": 3
|
|
2640
2640
|
}
|
|
2641
2641
|
},
|
|
2642
|
+
{
|
|
2643
|
+
"kind": "Variable",
|
|
2644
|
+
"canonicalReference": "@vonage/vivid!registerSelect:var",
|
|
2645
|
+
"docComment": "",
|
|
2646
|
+
"excerptTokens": [
|
|
2647
|
+
{
|
|
2648
|
+
"kind": "Content",
|
|
2649
|
+
"text": "registerSelect: "
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"kind": "Content",
|
|
2653
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"kind": "Reference",
|
|
2657
|
+
"text": "DesignSystem",
|
|
2658
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"fileUrlPath": "../../dist/libs/components/lib/select/definition.d.ts",
|
|
2662
|
+
"isReadonly": true,
|
|
2663
|
+
"releaseTag": "Public",
|
|
2664
|
+
"name": "registerSelect",
|
|
2665
|
+
"variableTypeTokenRange": {
|
|
2666
|
+
"startIndex": 1,
|
|
2667
|
+
"endIndex": 3
|
|
2668
|
+
}
|
|
2669
|
+
},
|
|
2642
2670
|
{
|
|
2643
2671
|
"kind": "Variable",
|
|
2644
2672
|
"canonicalReference": "@vonage/vivid!registerSideDrawer:var",
|
|
@@ -2723,6 +2751,90 @@
|
|
|
2723
2751
|
"endIndex": 3
|
|
2724
2752
|
}
|
|
2725
2753
|
},
|
|
2754
|
+
{
|
|
2755
|
+
"kind": "Variable",
|
|
2756
|
+
"canonicalReference": "@vonage/vivid!registerTab:var",
|
|
2757
|
+
"docComment": "",
|
|
2758
|
+
"excerptTokens": [
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "Content",
|
|
2761
|
+
"text": "registerTab: "
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"kind": "Content",
|
|
2765
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"kind": "Reference",
|
|
2769
|
+
"text": "DesignSystem",
|
|
2770
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
2771
|
+
}
|
|
2772
|
+
],
|
|
2773
|
+
"fileUrlPath": "../../dist/libs/components/lib/tab/definition.d.ts",
|
|
2774
|
+
"isReadonly": true,
|
|
2775
|
+
"releaseTag": "Public",
|
|
2776
|
+
"name": "registerTab",
|
|
2777
|
+
"variableTypeTokenRange": {
|
|
2778
|
+
"startIndex": 1,
|
|
2779
|
+
"endIndex": 3
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"kind": "Variable",
|
|
2784
|
+
"canonicalReference": "@vonage/vivid!registerTabPanel:var",
|
|
2785
|
+
"docComment": "",
|
|
2786
|
+
"excerptTokens": [
|
|
2787
|
+
{
|
|
2788
|
+
"kind": "Content",
|
|
2789
|
+
"text": "registerTabPanel: "
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "Content",
|
|
2793
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "Reference",
|
|
2797
|
+
"text": "DesignSystem",
|
|
2798
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
2799
|
+
}
|
|
2800
|
+
],
|
|
2801
|
+
"fileUrlPath": "../../dist/libs/components/lib/tab-panel/definition.d.ts",
|
|
2802
|
+
"isReadonly": true,
|
|
2803
|
+
"releaseTag": "Public",
|
|
2804
|
+
"name": "registerTabPanel",
|
|
2805
|
+
"variableTypeTokenRange": {
|
|
2806
|
+
"startIndex": 1,
|
|
2807
|
+
"endIndex": 3
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"kind": "Variable",
|
|
2812
|
+
"canonicalReference": "@vonage/vivid!registerTabs:var",
|
|
2813
|
+
"docComment": "",
|
|
2814
|
+
"excerptTokens": [
|
|
2815
|
+
{
|
|
2816
|
+
"kind": "Content",
|
|
2817
|
+
"text": "registerTabs: "
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "Content",
|
|
2821
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"kind": "Reference",
|
|
2825
|
+
"text": "DesignSystem",
|
|
2826
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
2827
|
+
}
|
|
2828
|
+
],
|
|
2829
|
+
"fileUrlPath": "../../dist/libs/components/lib/tabs/definition.d.ts",
|
|
2830
|
+
"isReadonly": true,
|
|
2831
|
+
"releaseTag": "Public",
|
|
2832
|
+
"name": "registerTabs",
|
|
2833
|
+
"variableTypeTokenRange": {
|
|
2834
|
+
"startIndex": 1,
|
|
2835
|
+
"endIndex": 3
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2726
2838
|
{
|
|
2727
2839
|
"kind": "Variable",
|
|
2728
2840
|
"canonicalReference": "@vonage/vivid!registerTextArea:var",
|
|
@@ -2807,6 +2919,83 @@
|
|
|
2807
2919
|
"endIndex": 3
|
|
2808
2920
|
}
|
|
2809
2921
|
},
|
|
2922
|
+
{
|
|
2923
|
+
"kind": "Variable",
|
|
2924
|
+
"canonicalReference": "@vonage/vivid!selectDefinition:var",
|
|
2925
|
+
"docComment": "",
|
|
2926
|
+
"excerptTokens": [
|
|
2927
|
+
{
|
|
2928
|
+
"kind": "Content",
|
|
2929
|
+
"text": "selectDefinition: "
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"kind": "Content",
|
|
2933
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"kind": "Reference",
|
|
2937
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2938
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "Content",
|
|
2942
|
+
"text": "<"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "Reference",
|
|
2946
|
+
"text": "SelectOptions",
|
|
2947
|
+
"canonicalReference": "@microsoft/fast-foundation!SelectOptions:type"
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"kind": "Content",
|
|
2951
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
"kind": "Reference",
|
|
2955
|
+
"text": "FoundationElementRegistry",
|
|
2956
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"kind": "Content",
|
|
2960
|
+
"text": "<"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"kind": "Reference",
|
|
2964
|
+
"text": "SelectOptions",
|
|
2965
|
+
"canonicalReference": "@microsoft/fast-foundation!SelectOptions:type"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"kind": "Content",
|
|
2969
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"kind": "Reference",
|
|
2973
|
+
"text": "Constructable",
|
|
2974
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"kind": "Content",
|
|
2978
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"kind": "Reference",
|
|
2982
|
+
"text": "FoundationElement",
|
|
2983
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"kind": "Content",
|
|
2987
|
+
"text": ">>"
|
|
2988
|
+
}
|
|
2989
|
+
],
|
|
2990
|
+
"fileUrlPath": "../../dist/libs/components/lib/select/definition.d.ts",
|
|
2991
|
+
"isReadonly": true,
|
|
2992
|
+
"releaseTag": "Public",
|
|
2993
|
+
"name": "selectDefinition",
|
|
2994
|
+
"variableTypeTokenRange": {
|
|
2995
|
+
"startIndex": 1,
|
|
2996
|
+
"endIndex": 14
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2810
2999
|
{
|
|
2811
3000
|
"kind": "Variable",
|
|
2812
3001
|
"canonicalReference": "@vonage/vivid!sideDrawerDefinition:var",
|
|
@@ -3038,6 +3227,237 @@
|
|
|
3038
3227
|
"endIndex": 14
|
|
3039
3228
|
}
|
|
3040
3229
|
},
|
|
3230
|
+
{
|
|
3231
|
+
"kind": "Variable",
|
|
3232
|
+
"canonicalReference": "@vonage/vivid!tabDefinition:var",
|
|
3233
|
+
"docComment": "",
|
|
3234
|
+
"excerptTokens": [
|
|
3235
|
+
{
|
|
3236
|
+
"kind": "Content",
|
|
3237
|
+
"text": "tabDefinition: "
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"kind": "Content",
|
|
3241
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"kind": "Reference",
|
|
3245
|
+
"text": "OverrideFoundationElementDefinition",
|
|
3246
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"kind": "Content",
|
|
3250
|
+
"text": "<"
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"kind": "Reference",
|
|
3254
|
+
"text": "FoundationElementDefinition",
|
|
3255
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"kind": "Content",
|
|
3259
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"kind": "Reference",
|
|
3263
|
+
"text": "FoundationElementRegistry",
|
|
3264
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"kind": "Content",
|
|
3268
|
+
"text": "<"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"kind": "Reference",
|
|
3272
|
+
"text": "FoundationElementDefinition",
|
|
3273
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"kind": "Content",
|
|
3277
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"kind": "Reference",
|
|
3281
|
+
"text": "Constructable",
|
|
3282
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"kind": "Content",
|
|
3286
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"kind": "Reference",
|
|
3290
|
+
"text": "FoundationElement",
|
|
3291
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"kind": "Content",
|
|
3295
|
+
"text": ">>"
|
|
3296
|
+
}
|
|
3297
|
+
],
|
|
3298
|
+
"fileUrlPath": "../../dist/libs/components/lib/tab/definition.d.ts",
|
|
3299
|
+
"isReadonly": true,
|
|
3300
|
+
"releaseTag": "Public",
|
|
3301
|
+
"name": "tabDefinition",
|
|
3302
|
+
"variableTypeTokenRange": {
|
|
3303
|
+
"startIndex": 1,
|
|
3304
|
+
"endIndex": 14
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"kind": "Variable",
|
|
3309
|
+
"canonicalReference": "@vonage/vivid!tabPanelDefinition:var",
|
|
3310
|
+
"docComment": "",
|
|
3311
|
+
"excerptTokens": [
|
|
3312
|
+
{
|
|
3313
|
+
"kind": "Content",
|
|
3314
|
+
"text": "tabPanelDefinition: "
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
"kind": "Content",
|
|
3318
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"kind": "Reference",
|
|
3322
|
+
"text": "OverrideFoundationElementDefinition",
|
|
3323
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"kind": "Content",
|
|
3327
|
+
"text": "<"
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
"kind": "Reference",
|
|
3331
|
+
"text": "FoundationElementDefinition",
|
|
3332
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"kind": "Content",
|
|
3336
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"kind": "Reference",
|
|
3340
|
+
"text": "FoundationElementRegistry",
|
|
3341
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "Content",
|
|
3345
|
+
"text": "<"
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "Reference",
|
|
3349
|
+
"text": "FoundationElementDefinition",
|
|
3350
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"kind": "Content",
|
|
3354
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"kind": "Reference",
|
|
3358
|
+
"text": "Constructable",
|
|
3359
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"kind": "Content",
|
|
3363
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"kind": "Reference",
|
|
3367
|
+
"text": "FoundationElement",
|
|
3368
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"kind": "Content",
|
|
3372
|
+
"text": ">>"
|
|
3373
|
+
}
|
|
3374
|
+
],
|
|
3375
|
+
"fileUrlPath": "../../dist/libs/components/lib/tab-panel/definition.d.ts",
|
|
3376
|
+
"isReadonly": true,
|
|
3377
|
+
"releaseTag": "Public",
|
|
3378
|
+
"name": "tabPanelDefinition",
|
|
3379
|
+
"variableTypeTokenRange": {
|
|
3380
|
+
"startIndex": 1,
|
|
3381
|
+
"endIndex": 14
|
|
3382
|
+
}
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"kind": "Variable",
|
|
3386
|
+
"canonicalReference": "@vonage/vivid!tabsDefinition:var",
|
|
3387
|
+
"docComment": "",
|
|
3388
|
+
"excerptTokens": [
|
|
3389
|
+
{
|
|
3390
|
+
"kind": "Content",
|
|
3391
|
+
"text": "tabsDefinition: "
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"kind": "Content",
|
|
3395
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"kind": "Reference",
|
|
3399
|
+
"text": "OverrideFoundationElementDefinition",
|
|
3400
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "Content",
|
|
3404
|
+
"text": "<"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"kind": "Reference",
|
|
3408
|
+
"text": "FoundationElementDefinition",
|
|
3409
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"kind": "Content",
|
|
3413
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
3414
|
+
},
|
|
3415
|
+
{
|
|
3416
|
+
"kind": "Reference",
|
|
3417
|
+
"text": "FoundationElementRegistry",
|
|
3418
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"kind": "Content",
|
|
3422
|
+
"text": "<"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"kind": "Reference",
|
|
3426
|
+
"text": "FoundationElementDefinition",
|
|
3427
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"kind": "Content",
|
|
3431
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"kind": "Reference",
|
|
3435
|
+
"text": "Constructable",
|
|
3436
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"kind": "Content",
|
|
3440
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"kind": "Reference",
|
|
3444
|
+
"text": "FoundationElement",
|
|
3445
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"kind": "Content",
|
|
3449
|
+
"text": ">>"
|
|
3450
|
+
}
|
|
3451
|
+
],
|
|
3452
|
+
"fileUrlPath": "../../dist/libs/components/lib/tabs/definition.d.ts",
|
|
3453
|
+
"isReadonly": true,
|
|
3454
|
+
"releaseTag": "Public",
|
|
3455
|
+
"name": "tabsDefinition",
|
|
3456
|
+
"variableTypeTokenRange": {
|
|
3457
|
+
"startIndex": 1,
|
|
3458
|
+
"endIndex": 14
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3041
3461
|
{
|
|
3042
3462
|
"kind": "Variable",
|
|
3043
3463
|
"canonicalReference": "@vonage/vivid!textAreaDefinition:var",
|