@vonage/vivid 4.5.0 → 4.6.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 +1091 -187
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/index.cjs +62 -56
- package/index.js +20 -19
- package/lib/components.d.ts +1 -0
- package/lib/menu/menu.d.ts +2 -1
- package/lib/number-field/number-field.d.ts +3 -1
- package/lib/searchable-select/definition.d.ts +4 -0
- package/lib/searchable-select/locale.d.ts +6 -0
- package/lib/searchable-select/option-tag.d.ts +14 -0
- package/lib/searchable-select/option-tag.template.d.ts +4 -0
- package/lib/searchable-select/searchable-select.d.ts +29 -0
- package/lib/searchable-select/searchable-select.form-associated.d.ts +10 -0
- package/lib/searchable-select/searchable-select.template.d.ts +4 -0
- package/lib/select/select.d.ts +3 -1
- package/lib/tab/locale.d.ts +3 -0
- package/lib/tab/tab.d.ts +5 -1
- package/lib/tag/definition.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +3 -1
- package/locales/de-DE.cjs +12 -0
- package/locales/de-DE.js +12 -0
- package/locales/en-GB.cjs +12 -0
- package/locales/en-GB.js +12 -0
- package/locales/en-US.cjs +12 -0
- package/locales/en-US.js +12 -0
- package/locales/ja-JP.cjs +12 -0
- package/locales/ja-JP.js +12 -0
- package/locales/zh-CN.cjs +12 -0
- package/locales/zh-CN.js +12 -0
- package/package.json +1 -1
- package/popup/index.cjs +1 -1
- package/popup/index.js +1 -1
- package/searchable-select/index.cjs +5 -0
- package/searchable-select/index.js +3 -0
- package/select/index.cjs +1 -1
- package/select/index.js +1 -1
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +1 -1
- package/shared/definition11.cjs +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition14.cjs +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition16.cjs +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition18.cjs +2 -2
- package/shared/definition18.js +2 -2
- package/shared/definition19.cjs +2 -2
- package/shared/definition19.js +2 -2
- package/shared/definition20.cjs +14 -34
- package/shared/definition20.js +14 -34
- package/shared/definition21.cjs +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition26.cjs +1 -1
- package/shared/definition26.js +1 -1
- package/shared/definition29.cjs +4 -0
- package/shared/definition29.js +4 -0
- package/shared/definition30.cjs +2 -1
- package/shared/definition30.js +2 -1
- package/shared/definition35.cjs +12 -7
- package/shared/definition35.js +12 -7
- package/shared/definition36.cjs +50 -207
- package/shared/definition36.js +51 -207
- package/shared/definition4.cjs +1 -1
- package/shared/definition4.js +1 -1
- package/shared/definition42.cjs +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition43.cjs +993 -645
- package/shared/definition43.js +989 -642
- package/shared/definition44.cjs +723 -112
- package/shared/definition44.js +722 -111
- package/shared/definition45.cjs +121 -80
- package/shared/definition45.js +119 -78
- package/shared/definition46.cjs +81 -614
- package/shared/definition46.js +80 -612
- package/shared/definition47.cjs +608 -114
- package/shared/definition47.js +606 -113
- package/shared/definition48.cjs +116 -134
- package/shared/definition48.js +115 -133
- package/shared/definition49.cjs +149 -19
- package/shared/definition49.js +148 -18
- package/shared/definition5.cjs +1 -1
- package/shared/definition5.js +1 -1
- package/shared/definition50.cjs +21 -82
- package/shared/definition50.js +20 -81
- package/shared/definition51.cjs +77 -539
- package/shared/definition51.js +76 -538
- package/shared/definition52.cjs +568 -28
- package/shared/definition52.js +567 -27
- package/shared/definition53.cjs +28 -123
- package/shared/definition53.js +26 -122
- package/shared/definition54.cjs +115 -295
- package/shared/definition54.js +114 -294
- package/shared/definition55.cjs +251 -311
- package/shared/definition55.js +251 -311
- package/shared/definition56.cjs +299 -780
- package/shared/definition56.js +298 -779
- package/shared/definition57.cjs +800 -102
- package/shared/definition57.js +799 -101
- package/shared/definition58.cjs +92 -63
- package/shared/definition58.js +91 -62
- package/shared/definition59.cjs +117 -75
- package/shared/definition59.js +116 -74
- package/shared/definition60.cjs +70 -285
- package/shared/definition60.js +71 -286
- package/shared/definition61.cjs +274 -66146
- package/shared/definition61.js +273 -66145
- package/shared/definition62.cjs +66160 -27
- package/shared/definition62.js +66158 -25
- package/shared/definition63.cjs +24 -1952
- package/shared/definition63.js +23 -1950
- package/shared/definition64.cjs +1976 -0
- package/shared/definition64.js +1971 -0
- package/shared/listbox-option.cjs +204 -0
- package/shared/listbox-option.js +201 -0
- package/shared/listbox.cjs +3 -3
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/presentationDate.cjs +2 -2
- package/shared/presentationDate.js +2 -2
- package/shared/scrollIntoView.cjs +51 -0
- package/shared/scrollIntoView.js +49 -0
- package/shared/slider.template.cjs +1 -1
- package/shared/slider.template.js +1 -1
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/utils/scrollIntoView.d.ts +1 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +1 -1
- package/split-button/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/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.cjs +1 -1
- package/switch/index.js +1 -1
- package/tab/index.cjs +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +1 -1
- package/toggletip/index.cjs +1 -1
- package/toggletip/index.js +1 -1
- package/tooltip/index.cjs +1 -1
- package/tooltip/index.js +1 -1
- package/tree-item/index.cjs +1 -1
- package/tree-item/index.js +1 -1
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +1 -1
- package/video-player/index.js +1 -1
- package/vivid.api.json +295 -0
- package/api-extractor.json +0 -25
- package/tsdoc-metadata.json +0 -11
package/vivid.api.json
CHANGED
|
@@ -5333,6 +5333,101 @@
|
|
|
5333
5333
|
"endIndex": 9
|
|
5334
5334
|
}
|
|
5335
5335
|
},
|
|
5336
|
+
{
|
|
5337
|
+
"kind": "Function",
|
|
5338
|
+
"canonicalReference": "@vonage/vivid!optionTagDefinition:function(1)",
|
|
5339
|
+
"docComment": "",
|
|
5340
|
+
"excerptTokens": [
|
|
5341
|
+
{
|
|
5342
|
+
"kind": "Content",
|
|
5343
|
+
"text": "optionTagDefinition: (overrideDefinition?: "
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"kind": "Content",
|
|
5347
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"kind": "Reference",
|
|
5351
|
+
"text": "OverrideFoundationElementDefinition",
|
|
5352
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
5353
|
+
},
|
|
5354
|
+
{
|
|
5355
|
+
"kind": "Content",
|
|
5356
|
+
"text": "<"
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"kind": "Reference",
|
|
5360
|
+
"text": "FoundationElementDefinition",
|
|
5361
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
5362
|
+
},
|
|
5363
|
+
{
|
|
5364
|
+
"kind": "Content",
|
|
5365
|
+
"text": "> | undefined"
|
|
5366
|
+
},
|
|
5367
|
+
{
|
|
5368
|
+
"kind": "Content",
|
|
5369
|
+
"text": ") => "
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"kind": "Content",
|
|
5373
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"kind": "Reference",
|
|
5377
|
+
"text": "FoundationElementRegistry",
|
|
5378
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"kind": "Content",
|
|
5382
|
+
"text": "<"
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"kind": "Reference",
|
|
5386
|
+
"text": "FoundationElementDefinition",
|
|
5387
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "Content",
|
|
5391
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
5392
|
+
},
|
|
5393
|
+
{
|
|
5394
|
+
"kind": "Reference",
|
|
5395
|
+
"text": "Constructable",
|
|
5396
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"kind": "Content",
|
|
5400
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
5401
|
+
},
|
|
5402
|
+
{
|
|
5403
|
+
"kind": "Reference",
|
|
5404
|
+
"text": "FoundationElement",
|
|
5405
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
5406
|
+
},
|
|
5407
|
+
{
|
|
5408
|
+
"kind": "Content",
|
|
5409
|
+
"text": ">>"
|
|
5410
|
+
}
|
|
5411
|
+
],
|
|
5412
|
+
"fileUrlPath": "../../dist/libs/components/lib/searchable-select/definition.d.ts",
|
|
5413
|
+
"returnTypeTokenRange": {
|
|
5414
|
+
"startIndex": 7,
|
|
5415
|
+
"endIndex": 16
|
|
5416
|
+
},
|
|
5417
|
+
"releaseTag": "Public",
|
|
5418
|
+
"overloadIndex": 1,
|
|
5419
|
+
"parameters": [
|
|
5420
|
+
{
|
|
5421
|
+
"parameterName": "overrideDefinition",
|
|
5422
|
+
"parameterTypeTokenRange": {
|
|
5423
|
+
"startIndex": 1,
|
|
5424
|
+
"endIndex": 6
|
|
5425
|
+
},
|
|
5426
|
+
"isOptional": true
|
|
5427
|
+
}
|
|
5428
|
+
],
|
|
5429
|
+
"name": "optionTagDefinition"
|
|
5430
|
+
},
|
|
5336
5431
|
{
|
|
5337
5432
|
"kind": "Function",
|
|
5338
5433
|
"canonicalReference": "@vonage/vivid!paginationDefinition:function(1)",
|
|
@@ -8280,6 +8375,52 @@
|
|
|
8280
8375
|
],
|
|
8281
8376
|
"name": "registerRangeSlider"
|
|
8282
8377
|
},
|
|
8378
|
+
{
|
|
8379
|
+
"kind": "Function",
|
|
8380
|
+
"canonicalReference": "@vonage/vivid!registerSearchableSelect:function(1)",
|
|
8381
|
+
"docComment": "",
|
|
8382
|
+
"excerptTokens": [
|
|
8383
|
+
{
|
|
8384
|
+
"kind": "Content",
|
|
8385
|
+
"text": "registerSearchableSelect: (prefix?: "
|
|
8386
|
+
},
|
|
8387
|
+
{
|
|
8388
|
+
"kind": "Content",
|
|
8389
|
+
"text": "string"
|
|
8390
|
+
},
|
|
8391
|
+
{
|
|
8392
|
+
"kind": "Content",
|
|
8393
|
+
"text": ") => "
|
|
8394
|
+
},
|
|
8395
|
+
{
|
|
8396
|
+
"kind": "Content",
|
|
8397
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
8398
|
+
},
|
|
8399
|
+
{
|
|
8400
|
+
"kind": "Reference",
|
|
8401
|
+
"text": "DesignSystem",
|
|
8402
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
8403
|
+
}
|
|
8404
|
+
],
|
|
8405
|
+
"fileUrlPath": "../../dist/libs/components/lib/searchable-select/definition.d.ts",
|
|
8406
|
+
"returnTypeTokenRange": {
|
|
8407
|
+
"startIndex": 3,
|
|
8408
|
+
"endIndex": 5
|
|
8409
|
+
},
|
|
8410
|
+
"releaseTag": "Public",
|
|
8411
|
+
"overloadIndex": 1,
|
|
8412
|
+
"parameters": [
|
|
8413
|
+
{
|
|
8414
|
+
"parameterName": "prefix",
|
|
8415
|
+
"parameterTypeTokenRange": {
|
|
8416
|
+
"startIndex": 1,
|
|
8417
|
+
"endIndex": 2
|
|
8418
|
+
},
|
|
8419
|
+
"isOptional": true
|
|
8420
|
+
}
|
|
8421
|
+
],
|
|
8422
|
+
"name": "registerSearchableSelect"
|
|
8423
|
+
},
|
|
8283
8424
|
{
|
|
8284
8425
|
"kind": "Function",
|
|
8285
8426
|
"canonicalReference": "@vonage/vivid!registerSelect:function(1)",
|
|
@@ -9280,6 +9421,101 @@
|
|
|
9280
9421
|
"endIndex": 11
|
|
9281
9422
|
}
|
|
9282
9423
|
},
|
|
9424
|
+
{
|
|
9425
|
+
"kind": "Function",
|
|
9426
|
+
"canonicalReference": "@vonage/vivid!searchableSelectDefinition:function(1)",
|
|
9427
|
+
"docComment": "",
|
|
9428
|
+
"excerptTokens": [
|
|
9429
|
+
{
|
|
9430
|
+
"kind": "Content",
|
|
9431
|
+
"text": "searchableSelectDefinition: (overrideDefinition?: "
|
|
9432
|
+
},
|
|
9433
|
+
{
|
|
9434
|
+
"kind": "Content",
|
|
9435
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
9436
|
+
},
|
|
9437
|
+
{
|
|
9438
|
+
"kind": "Reference",
|
|
9439
|
+
"text": "OverrideFoundationElementDefinition",
|
|
9440
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
9441
|
+
},
|
|
9442
|
+
{
|
|
9443
|
+
"kind": "Content",
|
|
9444
|
+
"text": "<"
|
|
9445
|
+
},
|
|
9446
|
+
{
|
|
9447
|
+
"kind": "Reference",
|
|
9448
|
+
"text": "FoundationElementDefinition",
|
|
9449
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
9450
|
+
},
|
|
9451
|
+
{
|
|
9452
|
+
"kind": "Content",
|
|
9453
|
+
"text": "> | undefined"
|
|
9454
|
+
},
|
|
9455
|
+
{
|
|
9456
|
+
"kind": "Content",
|
|
9457
|
+
"text": ") => "
|
|
9458
|
+
},
|
|
9459
|
+
{
|
|
9460
|
+
"kind": "Content",
|
|
9461
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
9462
|
+
},
|
|
9463
|
+
{
|
|
9464
|
+
"kind": "Reference",
|
|
9465
|
+
"text": "FoundationElementRegistry",
|
|
9466
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
9467
|
+
},
|
|
9468
|
+
{
|
|
9469
|
+
"kind": "Content",
|
|
9470
|
+
"text": "<"
|
|
9471
|
+
},
|
|
9472
|
+
{
|
|
9473
|
+
"kind": "Reference",
|
|
9474
|
+
"text": "FoundationElementDefinition",
|
|
9475
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
9476
|
+
},
|
|
9477
|
+
{
|
|
9478
|
+
"kind": "Content",
|
|
9479
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
9480
|
+
},
|
|
9481
|
+
{
|
|
9482
|
+
"kind": "Reference",
|
|
9483
|
+
"text": "Constructable",
|
|
9484
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
9485
|
+
},
|
|
9486
|
+
{
|
|
9487
|
+
"kind": "Content",
|
|
9488
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
9489
|
+
},
|
|
9490
|
+
{
|
|
9491
|
+
"kind": "Reference",
|
|
9492
|
+
"text": "FoundationElement",
|
|
9493
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
9494
|
+
},
|
|
9495
|
+
{
|
|
9496
|
+
"kind": "Content",
|
|
9497
|
+
"text": ">>"
|
|
9498
|
+
}
|
|
9499
|
+
],
|
|
9500
|
+
"fileUrlPath": "../../dist/libs/components/lib/searchable-select/definition.d.ts",
|
|
9501
|
+
"returnTypeTokenRange": {
|
|
9502
|
+
"startIndex": 7,
|
|
9503
|
+
"endIndex": 16
|
|
9504
|
+
},
|
|
9505
|
+
"releaseTag": "Public",
|
|
9506
|
+
"overloadIndex": 1,
|
|
9507
|
+
"parameters": [
|
|
9508
|
+
{
|
|
9509
|
+
"parameterName": "overrideDefinition",
|
|
9510
|
+
"parameterTypeTokenRange": {
|
|
9511
|
+
"startIndex": 1,
|
|
9512
|
+
"endIndex": 6
|
|
9513
|
+
},
|
|
9514
|
+
"isOptional": true
|
|
9515
|
+
}
|
|
9516
|
+
],
|
|
9517
|
+
"name": "searchableSelectDefinition"
|
|
9518
|
+
},
|
|
9283
9519
|
{
|
|
9284
9520
|
"kind": "Function",
|
|
9285
9521
|
"canonicalReference": "@vonage/vivid!selectableBoxDefinition:function(1)",
|
|
@@ -11404,6 +11640,65 @@
|
|
|
11404
11640
|
],
|
|
11405
11641
|
"name": "tagGroupDefinition"
|
|
11406
11642
|
},
|
|
11643
|
+
{
|
|
11644
|
+
"kind": "Variable",
|
|
11645
|
+
"canonicalReference": "@vonage/vivid!tagRegistries:var",
|
|
11646
|
+
"docComment": "",
|
|
11647
|
+
"excerptTokens": [
|
|
11648
|
+
{
|
|
11649
|
+
"kind": "Content",
|
|
11650
|
+
"text": "tagRegistries: "
|
|
11651
|
+
},
|
|
11652
|
+
{
|
|
11653
|
+
"kind": "Content",
|
|
11654
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
11655
|
+
},
|
|
11656
|
+
{
|
|
11657
|
+
"kind": "Reference",
|
|
11658
|
+
"text": "FoundationElementRegistry",
|
|
11659
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
11660
|
+
},
|
|
11661
|
+
{
|
|
11662
|
+
"kind": "Content",
|
|
11663
|
+
"text": "<"
|
|
11664
|
+
},
|
|
11665
|
+
{
|
|
11666
|
+
"kind": "Reference",
|
|
11667
|
+
"text": "FoundationElementDefinition",
|
|
11668
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
11669
|
+
},
|
|
11670
|
+
{
|
|
11671
|
+
"kind": "Content",
|
|
11672
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
11673
|
+
},
|
|
11674
|
+
{
|
|
11675
|
+
"kind": "Reference",
|
|
11676
|
+
"text": "Constructable",
|
|
11677
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
11678
|
+
},
|
|
11679
|
+
{
|
|
11680
|
+
"kind": "Content",
|
|
11681
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
11682
|
+
},
|
|
11683
|
+
{
|
|
11684
|
+
"kind": "Reference",
|
|
11685
|
+
"text": "FoundationElement",
|
|
11686
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
11687
|
+
},
|
|
11688
|
+
{
|
|
11689
|
+
"kind": "Content",
|
|
11690
|
+
"text": ">>[]"
|
|
11691
|
+
}
|
|
11692
|
+
],
|
|
11693
|
+
"fileUrlPath": "../../dist/libs/components/lib/tag/definition.d.ts",
|
|
11694
|
+
"isReadonly": true,
|
|
11695
|
+
"releaseTag": "Public",
|
|
11696
|
+
"name": "tagRegistries",
|
|
11697
|
+
"variableTypeTokenRange": {
|
|
11698
|
+
"startIndex": 1,
|
|
11699
|
+
"endIndex": 10
|
|
11700
|
+
}
|
|
11701
|
+
},
|
|
11407
11702
|
{
|
|
11408
11703
|
"kind": "TypeAlias",
|
|
11409
11704
|
"canonicalReference": "@vonage/vivid!TagShape:type",
|
package/api-extractor.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"projectFolder": "../../../libs/components",
|
|
4
|
-
"mainEntryPointFilePath": "index.d.ts",
|
|
5
|
-
"docModel": {
|
|
6
|
-
"enabled": true,
|
|
7
|
-
"apiJsonFilePath": "<unscopedPackageName>.api.json"
|
|
8
|
-
},
|
|
9
|
-
"dtsRollup": {
|
|
10
|
-
"enabled": false
|
|
11
|
-
},
|
|
12
|
-
"apiReport": {
|
|
13
|
-
"enabled": false
|
|
14
|
-
},
|
|
15
|
-
"messages": {
|
|
16
|
-
"extractorMessageReporting": {
|
|
17
|
-
"ae-missing-release-tag": {
|
|
18
|
-
"logLevel": "none"
|
|
19
|
-
},
|
|
20
|
-
"ae-forgotten-export": {
|
|
21
|
-
"logLevel": "none"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
package/tsdoc-metadata.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.47.7"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|