@teambit/component 1.0.310 → 1.0.311
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_component_component-preview.js +1 -1
- package/artifacts/schema.json +395 -199
- package/component.ui.runtime.tsx +4 -0
- package/dist/component-fs.d.ts +0 -1
- package/dist/component.graphql.d.ts +9 -9
- package/dist/component.ui.runtime.d.ts +1 -2
- package/dist/component.ui.runtime.js +4 -0
- package/dist/component.ui.runtime.js.map +1 -1
- package/dist/{preview-1718853656395.js → preview-1719137078208.js} +2 -2
- package/dist/ui/component-model/component-model.d.ts +2 -2
- package/dist/ui/context/component-context.d.ts +0 -1
- package/package.json +17 -17
package/artifacts/schema.json
CHANGED
|
@@ -458,7 +458,8 @@
|
|
|
458
458
|
"character": 1
|
|
459
459
|
},
|
|
460
460
|
"raw": "/**\n * in-memory representation of a component.\n */",
|
|
461
|
-
"comment": "in-memory representation of a component."
|
|
461
|
+
"comment": "in-memory representation of a component.",
|
|
462
|
+
"tags": []
|
|
462
463
|
},
|
|
463
464
|
"signature": "class Component",
|
|
464
465
|
"name": "Component",
|
|
@@ -848,7 +849,8 @@
|
|
|
848
849
|
"character": 3
|
|
849
850
|
},
|
|
850
851
|
"raw": "/**\n * get aspect data from current state.\n */",
|
|
851
|
-
"comment": "get aspect data from current state."
|
|
852
|
+
"comment": "get aspect data from current state.",
|
|
853
|
+
"tags": []
|
|
852
854
|
},
|
|
853
855
|
"signature": "(method) Component.get(id: string): RawComponentMetadata | undefined",
|
|
854
856
|
"name": "get",
|
|
@@ -1171,7 +1173,8 @@
|
|
|
1171
1173
|
"character": 3
|
|
1172
1174
|
},
|
|
1173
1175
|
"raw": "/**\n * tag a component `Snap` with a semantic version. we follow SemVer specs as defined [here](https://semver.org/)).\n */",
|
|
1174
|
-
"comment": "tag a component `Snap` with a semantic version. we follow SemVer specs as defined [here](https://semver.org/))."
|
|
1176
|
+
"comment": "tag a component `Snap` with a semantic version. we follow SemVer specs as defined [here](https://semver.org/)).",
|
|
1177
|
+
"tags": []
|
|
1175
1178
|
},
|
|
1176
1179
|
"signature": "(method) Component.tag(version: SemVer): void",
|
|
1177
1180
|
"name": "tag",
|
|
@@ -1224,7 +1227,8 @@
|
|
|
1224
1227
|
"character": 3
|
|
1225
1228
|
},
|
|
1226
1229
|
"raw": "/**\n * determines whether this component is modified in the workspace.\n */",
|
|
1227
|
-
"comment": "determines whether this component is modified in the workspace."
|
|
1230
|
+
"comment": "determines whether this component is modified in the workspace.",
|
|
1231
|
+
"tags": []
|
|
1228
1232
|
},
|
|
1229
1233
|
"signature": "(method) Component.isModified(): Promise<boolean>",
|
|
1230
1234
|
"name": "isModified",
|
|
@@ -1266,7 +1270,8 @@
|
|
|
1266
1270
|
"character": 3
|
|
1267
1271
|
},
|
|
1268
1272
|
"raw": "/**\n * whether a component is marked as deleted.\n * warning! if this component is not the head, it might be deleted by a range later on.\n * to get accurate results, please use teambit.component/remove aspect, \"isDeleted\" method.\n */",
|
|
1269
|
-
"comment": "whether a component is marked as deleted.\nwarning! if this component is not the head, it might be deleted by a range later on.\nto get accurate results, please use teambit.component/remove aspect, \"isDeleted\" method."
|
|
1273
|
+
"comment": "whether a component is marked as deleted.\nwarning! if this component is not the head, it might be deleted by a range later on.\nto get accurate results, please use teambit.component/remove aspect, \"isDeleted\" method.",
|
|
1274
|
+
"tags": []
|
|
1270
1275
|
},
|
|
1271
1276
|
"signature": "(method) Component.isDeleted(): boolean",
|
|
1272
1277
|
"name": "isDeleted",
|
|
@@ -1297,7 +1302,8 @@
|
|
|
1297
1302
|
"character": 3
|
|
1298
1303
|
},
|
|
1299
1304
|
"raw": "/**\n * is component isOutdated\n */",
|
|
1300
|
-
"comment": "is component isOutdated"
|
|
1305
|
+
"comment": "is component isOutdated",
|
|
1306
|
+
"tags": []
|
|
1301
1307
|
},
|
|
1302
1308
|
"signature": "(method) Component.isOutdated(): boolean",
|
|
1303
1309
|
"name": "isOutdated",
|
|
@@ -1328,7 +1334,8 @@
|
|
|
1328
1334
|
"character": 3
|
|
1329
1335
|
},
|
|
1330
1336
|
"raw": "/**\n * determines whether this component is new.\n */",
|
|
1331
|
-
"comment": "determines whether this component is new."
|
|
1337
|
+
"comment": "determines whether this component is new.",
|
|
1338
|
+
"tags": []
|
|
1332
1339
|
},
|
|
1333
1340
|
"signature": "(method) Component.isNew(): Promise<boolean>",
|
|
1334
1341
|
"name": "isNew",
|
|
@@ -1370,7 +1377,8 @@
|
|
|
1370
1377
|
"character": 3
|
|
1371
1378
|
},
|
|
1372
1379
|
"raw": "/**\n * whether the component exists on the remote.\n */",
|
|
1373
|
-
"comment": "whether the component exists on the remote."
|
|
1380
|
+
"comment": "whether the component exists on the remote.",
|
|
1381
|
+
"tags": []
|
|
1374
1382
|
},
|
|
1375
1383
|
"signature": "(method) Component.isExported(): boolean",
|
|
1376
1384
|
"name": "isExported",
|
|
@@ -1710,7 +1718,8 @@
|
|
|
1710
1718
|
"character": 3
|
|
1711
1719
|
},
|
|
1712
1720
|
"raw": "/**\n * id.version can be either a tag or a hash.\n * if it's a hash, it may have a tag point to it. if it does, return the tag.\n */",
|
|
1713
|
-
"comment": "id.version can be either a tag or a hash.\nif it's a hash, it may have a tag point to it. if it does, return the tag."
|
|
1721
|
+
"comment": "id.version can be either a tag or a hash.\nif it's a hash, it may have a tag point to it. if it does, return the tag.",
|
|
1722
|
+
"tags": []
|
|
1714
1723
|
},
|
|
1715
1724
|
"signature": "(method) Component.getTag(): Tag | undefined",
|
|
1716
1725
|
"name": "getTag",
|
|
@@ -1760,7 +1769,8 @@
|
|
|
1760
1769
|
"character": 3
|
|
1761
1770
|
},
|
|
1762
1771
|
"raw": "/**\n * id.version can be either a tag or a hash.\n * if it's a tag, find the hash it points to.\n */",
|
|
1763
|
-
"comment": "id.version can be either a tag or a hash.\nif it's a tag, find the hash it points to."
|
|
1772
|
+
"comment": "id.version can be either a tag or a hash.\nif it's a tag, find the hash it points to.",
|
|
1773
|
+
"tags": []
|
|
1764
1774
|
},
|
|
1765
1775
|
"signature": "(method) Component.getSnapHash(): string | undefined",
|
|
1766
1776
|
"name": "getSnapHash",
|
|
@@ -1810,7 +1820,8 @@
|
|
|
1810
1820
|
"character": 3
|
|
1811
1821
|
},
|
|
1812
1822
|
"raw": "/**\n * in case a component is new, it returns undefined.\n * otherwise, it returns the Snap object (hash/parents/log) of the current component (according to the version in the id)\n */",
|
|
1813
|
-
"comment": "in case a component is new, it returns undefined.\notherwise, it returns the Snap object (hash/parents/log) of the current component (according to the version in the id)"
|
|
1823
|
+
"comment": "in case a component is new, it returns undefined.\notherwise, it returns the Snap object (hash/parents/log) of the current component (according to the version in the id)",
|
|
1824
|
+
"tags": []
|
|
1814
1825
|
},
|
|
1815
1826
|
"signature": "(method) Component.getCurrentSnap(): Promise<Snap | undefined>",
|
|
1816
1827
|
"name": "getCurrentSnap",
|
|
@@ -1873,7 +1884,8 @@
|
|
|
1873
1884
|
"character": 3
|
|
1874
1885
|
},
|
|
1875
1886
|
"raw": "/**\n * checkout the component to a different version in its working tree.\n */",
|
|
1876
|
-
"comment": "checkout the component to a different version in its working tree."
|
|
1887
|
+
"comment": "checkout the component to a different version in its working tree.",
|
|
1888
|
+
"tags": []
|
|
1877
1889
|
},
|
|
1878
1890
|
"signature": "(method) Component.checkout(version: SemVer): void",
|
|
1879
1891
|
"name": "checkout",
|
|
@@ -1926,7 +1938,8 @@
|
|
|
1926
1938
|
"character": 3
|
|
1927
1939
|
},
|
|
1928
1940
|
"raw": "/**\n * examine difference between two components.\n */",
|
|
1929
|
-
"comment": "examine difference between two components."
|
|
1941
|
+
"comment": "examine difference between two components.",
|
|
1942
|
+
"tags": []
|
|
1930
1943
|
},
|
|
1931
1944
|
"signature": "(method) Component.write(path: string, fs?: AnyFS): void",
|
|
1932
1945
|
"name": "write",
|
|
@@ -2142,7 +2155,8 @@
|
|
|
2142
2155
|
"character": 3
|
|
2143
2156
|
},
|
|
2144
2157
|
"raw": "/**\n * id of the component.\n */",
|
|
2145
|
-
"comment": "id of the component."
|
|
2158
|
+
"comment": "id of the component.",
|
|
2159
|
+
"tags": []
|
|
2146
2160
|
}
|
|
2147
2161
|
},
|
|
2148
2162
|
{
|
|
@@ -2213,7 +2227,8 @@
|
|
|
2213
2227
|
"character": 3
|
|
2214
2228
|
},
|
|
2215
2229
|
"raw": "/**\n * get function to retrieve aspect\n */",
|
|
2216
|
-
"comment": "get function to retrieve aspect"
|
|
2230
|
+
"comment": "get function to retrieve aspect",
|
|
2231
|
+
"tags": []
|
|
2217
2232
|
},
|
|
2218
2233
|
"signature": "(method) IComponent.get(aspectId: string): RawComponentMetadata | undefined"
|
|
2219
2234
|
},
|
|
@@ -2255,7 +2270,8 @@
|
|
|
2255
2270
|
"character": 3
|
|
2256
2271
|
},
|
|
2257
2272
|
"raw": "/**\n * determines whether a component is a modified state.\n * TODO: consider to remove after handling component descriptors correctly.\n */",
|
|
2258
|
-
"comment": "determines whether a component is a modified state.\nTODO: consider to remove after handling component descriptors correctly."
|
|
2273
|
+
"comment": "determines whether a component is a modified state.\nTODO: consider to remove after handling component descriptors correctly.",
|
|
2274
|
+
"tags": []
|
|
2259
2275
|
},
|
|
2260
2276
|
"signature": "(method) IComponent.isModified(): Promise<boolean>"
|
|
2261
2277
|
}
|
|
@@ -2385,7 +2401,8 @@
|
|
|
2385
2401
|
"character": 1
|
|
2386
2402
|
},
|
|
2387
2403
|
"raw": "/**\n * The virtual component filesystem\n */",
|
|
2388
|
-
"comment": "The virtual component filesystem"
|
|
2404
|
+
"comment": "The virtual component filesystem",
|
|
2405
|
+
"tags": []
|
|
2389
2406
|
},
|
|
2390
2407
|
"signature": "class ComponentFS",
|
|
2391
2408
|
"name": "ComponentFS",
|
|
@@ -2475,7 +2492,8 @@
|
|
|
2475
2492
|
"character": 3
|
|
2476
2493
|
},
|
|
2477
2494
|
"raw": "/**\n * filter all component files by regex.\n */",
|
|
2478
|
-
"comment": "filter all component files by regex."
|
|
2495
|
+
"comment": "filter all component files by regex.",
|
|
2496
|
+
"tags": []
|
|
2479
2497
|
},
|
|
2480
2498
|
"signature": "(method) ComponentFS.byRegex(extension: RegExp): AbstractVinyl[]",
|
|
2481
2499
|
"name": "byRegex",
|
|
@@ -2536,7 +2554,8 @@
|
|
|
2536
2554
|
"character": 3
|
|
2537
2555
|
},
|
|
2538
2556
|
"raw": "/**\n * filter all files using an array of glob patterns.\n */",
|
|
2539
|
-
"comment": "filter all files using an array of glob patterns."
|
|
2557
|
+
"comment": "filter all files using an array of glob patterns.",
|
|
2558
|
+
"tags": []
|
|
2540
2559
|
},
|
|
2541
2560
|
"signature": "(method) ComponentFS.byGlob(patterns: string[]): AbstractVinyl[]",
|
|
2542
2561
|
"name": "byGlob",
|
|
@@ -2679,7 +2698,7 @@
|
|
|
2679
2698
|
"_legacy": {
|
|
2680
2699
|
"scope": "teambit.component",
|
|
2681
2700
|
"name": "component",
|
|
2682
|
-
"version": "1.0.
|
|
2701
|
+
"version": "1.0.311"
|
|
2683
2702
|
},
|
|
2684
2703
|
"_scope": "teambit.component"
|
|
2685
2704
|
}
|
|
@@ -2713,7 +2732,8 @@
|
|
|
2713
2732
|
"character": 1
|
|
2714
2733
|
},
|
|
2715
2734
|
"raw": "/**\n * in-memory representation of the component configuration.\n */",
|
|
2716
|
-
"comment": "in-memory representation of the component configuration."
|
|
2735
|
+
"comment": "in-memory representation of the component configuration.",
|
|
2736
|
+
"tags": []
|
|
2717
2737
|
},
|
|
2718
2738
|
"signature": "class Config",
|
|
2719
2739
|
"name": "Config",
|
|
@@ -2859,7 +2879,8 @@
|
|
|
2859
2879
|
"character": 3
|
|
2860
2880
|
},
|
|
2861
2881
|
"raw": "/**\n * name of the component host.\n */",
|
|
2862
|
-
"comment": "name of the component host."
|
|
2882
|
+
"comment": "name of the component host.",
|
|
2883
|
+
"tags": []
|
|
2863
2884
|
},
|
|
2864
2885
|
"signature": "(property) ComponentFactory.name: string",
|
|
2865
2886
|
"name": "name",
|
|
@@ -2889,7 +2910,8 @@
|
|
|
2889
2910
|
"character": 3
|
|
2890
2911
|
},
|
|
2891
2912
|
"raw": "/**\n * path to the component host.\n */",
|
|
2892
|
-
"comment": "path to the component host."
|
|
2913
|
+
"comment": "path to the component host.",
|
|
2914
|
+
"tags": []
|
|
2893
2915
|
},
|
|
2894
2916
|
"signature": "(property) ComponentFactory.path: string",
|
|
2895
2917
|
"name": "path",
|
|
@@ -2939,7 +2961,8 @@
|
|
|
2939
2961
|
"character": 3
|
|
2940
2962
|
},
|
|
2941
2963
|
"raw": "/**\n * resolve a `string` component ID to an instance of a ComponentID.\n */",
|
|
2942
|
-
"comment": "resolve a `string` component ID to an instance of a ComponentID."
|
|
2964
|
+
"comment": "resolve a `string` component ID to an instance of a ComponentID.",
|
|
2965
|
+
"tags": []
|
|
2943
2966
|
},
|
|
2944
2967
|
"signature": "(method) ComponentFactory.resolveComponentId(id: string | BitId | ComponentID): Promise<ComponentID>",
|
|
2945
2968
|
"name": "resolveComponentId",
|
|
@@ -3045,7 +3068,8 @@
|
|
|
3045
3068
|
"character": 3
|
|
3046
3069
|
},
|
|
3047
3070
|
"raw": "/**\n * resolve multiple `string` component ID to an instance of a ComponentID.\n */",
|
|
3048
|
-
"comment": "resolve multiple `string` component ID to an instance of a ComponentID."
|
|
3071
|
+
"comment": "resolve multiple `string` component ID to an instance of a ComponentID.",
|
|
3072
|
+
"tags": []
|
|
3049
3073
|
},
|
|
3050
3074
|
"signature": "(method) ComponentFactory.resolveMultipleComponentIds(ids: (string | BitId | ComponentID)[]): Promise<ComponentID[]>",
|
|
3051
3075
|
"name": "resolveMultipleComponentIds",
|
|
@@ -3175,7 +3199,8 @@
|
|
|
3175
3199
|
"character": 3
|
|
3176
3200
|
},
|
|
3177
3201
|
"raw": "/**\n * returns a component by ID.\n */",
|
|
3178
|
-
"comment": "returns a component by ID."
|
|
3202
|
+
"comment": "returns a component by ID.",
|
|
3203
|
+
"tags": []
|
|
3179
3204
|
},
|
|
3180
3205
|
"signature": "(method) ComponentFactory.get(id: ComponentID): Promise<Component | undefined>",
|
|
3181
3206
|
"name": "get",
|
|
@@ -3262,7 +3287,8 @@
|
|
|
3262
3287
|
"character": 3
|
|
3263
3288
|
},
|
|
3264
3289
|
"raw": "/**\n * returns the legacy representation of a component with minimal loading.\n * when loaded from the workspace, it won't run any Harmony hooks and even won't load dependencies.\n * it's good to get raw aspects data or some basic properties.\n * use carefully. prefer using `get()` instead.\n */",
|
|
3265
|
-
"comment": "returns the legacy representation of a component with minimal loading.\nwhen loaded from the workspace, it won't run any Harmony hooks and even won't load dependencies.\nit's good to get raw aspects data or some basic properties.\nuse carefully. prefer using `get()` instead."
|
|
3290
|
+
"comment": "returns the legacy representation of a component with minimal loading.\nwhen loaded from the workspace, it won't run any Harmony hooks and even won't load dependencies.\nit's good to get raw aspects data or some basic properties.\nuse carefully. prefer using `get()` instead.",
|
|
3291
|
+
"tags": []
|
|
3266
3292
|
},
|
|
3267
3293
|
"signature": "(method) ComponentFactory.getLegacyMinimal(id: ComponentID): Promise<ConsumerComponent | undefined>",
|
|
3268
3294
|
"name": "getLegacyMinimal",
|
|
@@ -3350,7 +3376,8 @@
|
|
|
3350
3376
|
"character": 3
|
|
3351
3377
|
},
|
|
3352
3378
|
"raw": "/**\n * returns many components by ids.\n */",
|
|
3353
|
-
"comment": "returns many components by ids."
|
|
3379
|
+
"comment": "returns many components by ids.",
|
|
3380
|
+
"tags": []
|
|
3354
3381
|
},
|
|
3355
3382
|
"signature": "(method) ComponentFactory.getMany(ids: ComponentID[]): Promise<Component[]>",
|
|
3356
3383
|
"name": "getMany",
|
|
@@ -3434,7 +3461,8 @@
|
|
|
3434
3461
|
"character": 3
|
|
3435
3462
|
},
|
|
3436
3463
|
"raw": "/**\n * returns many components by their legacy representation.\n */",
|
|
3437
|
-
"comment": "returns many components by their legacy representation."
|
|
3464
|
+
"comment": "returns many components by their legacy representation.",
|
|
3465
|
+
"tags": []
|
|
3438
3466
|
},
|
|
3439
3467
|
"signature": "(method) ComponentFactory.getManyByLegacy(components: ConsumerComponent[]): Promise<Component[]>",
|
|
3440
3468
|
"name": "getManyByLegacy",
|
|
@@ -3514,7 +3542,8 @@
|
|
|
3514
3542
|
"character": 3
|
|
3515
3543
|
},
|
|
3516
3544
|
"raw": "/**\n * get a component from a remote without importing it\n */",
|
|
3517
|
-
"comment": "get a component from a remote without importing it"
|
|
3545
|
+
"comment": "get a component from a remote without importing it",
|
|
3546
|
+
"tags": []
|
|
3518
3547
|
},
|
|
3519
3548
|
"signature": "(property) ComponentFactory.getRemoteComponent?: ((id: ComponentID) => Promise<Component>) | undefined",
|
|
3520
3549
|
"name": "getRemoteComponent",
|
|
@@ -3593,7 +3622,8 @@
|
|
|
3593
3622
|
"character": 3
|
|
3594
3623
|
},
|
|
3595
3624
|
"raw": "/**\n * important - prefer using `getGraphIds()` if you don't need the component objects.\n * this method has a performance penalty. it must import all flattened-dependencies objects from the remotes.\n */",
|
|
3596
|
-
"comment": "important - prefer using `getGraphIds()` if you don't need the component objects.\nthis method has a performance penalty. it must import all flattened-dependencies objects from the remotes."
|
|
3625
|
+
"comment": "important - prefer using `getGraphIds()` if you don't need the component objects.\nthis method has a performance penalty. it must import all flattened-dependencies objects from the remotes.",
|
|
3626
|
+
"tags": []
|
|
3597
3627
|
},
|
|
3598
3628
|
"signature": "(method) ComponentFactory.getGraph(ids?: ComponentID[], shouldThrowOnMissingDep?: boolean): Promise<Graph<Component, string>>",
|
|
3599
3629
|
"name": "getGraph",
|
|
@@ -3714,7 +3744,8 @@
|
|
|
3714
3744
|
"character": 3
|
|
3715
3745
|
},
|
|
3716
3746
|
"raw": "/**\n * get graph of the given component-ids and all their dependencies (recursively/flattened).\n * the nodes are ComponentIds and is much faster than `this.getGraph()`.\n */",
|
|
3717
|
-
"comment": "get graph of the given component-ids and all their dependencies (recursively/flattened).\nthe nodes are ComponentIds and is much faster than `this.getGraph()`."
|
|
3747
|
+
"comment": "get graph of the given component-ids and all their dependencies (recursively/flattened).\nthe nodes are ComponentIds and is much faster than `this.getGraph()`.",
|
|
3748
|
+
"tags": []
|
|
3718
3749
|
},
|
|
3719
3750
|
"signature": "(method) ComponentFactory.getGraphIds(ids?: ComponentID[], shouldThrowOnMissingDep?: boolean): Promise<CompIdGraph>",
|
|
3720
3751
|
"name": "getGraphIds",
|
|
@@ -4009,7 +4040,8 @@
|
|
|
4009
4040
|
"character": 3
|
|
4010
4041
|
},
|
|
4011
4042
|
"raw": "/**\n * returns a specific state of a component by hash or semver.\n */",
|
|
4012
|
-
"comment": "returns a specific state of a component by hash or semver."
|
|
4043
|
+
"comment": "returns a specific state of a component by hash or semver.",
|
|
4044
|
+
"tags": []
|
|
4013
4045
|
},
|
|
4014
4046
|
"signature": "(method) ComponentFactory.getState(id: ComponentID, snapId: string): Promise<State>",
|
|
4015
4047
|
"name": "getState",
|
|
@@ -4097,7 +4129,8 @@
|
|
|
4097
4129
|
"character": 3
|
|
4098
4130
|
},
|
|
4099
4131
|
"raw": "/**\n * returns a specific snap of a component by hash.\n */",
|
|
4100
|
-
"comment": "returns a specific snap of a component by hash."
|
|
4132
|
+
"comment": "returns a specific snap of a component by hash.",
|
|
4133
|
+
"tags": []
|
|
4101
4134
|
},
|
|
4102
4135
|
"signature": "(method) ComponentFactory.getSnap(id: ComponentID, snapId: string): Promise<Snap>",
|
|
4103
4136
|
"name": "getSnap",
|
|
@@ -4185,7 +4218,8 @@
|
|
|
4185
4218
|
"character": 3
|
|
4186
4219
|
},
|
|
4187
4220
|
"raw": "/**\n * load aspects.\n * returns the loaded aspect ids including the loaded versions.\n */",
|
|
4188
|
-
"comment": "load aspects.\nreturns the loaded aspect ids including the loaded versions."
|
|
4221
|
+
"comment": "load aspects.\nreturns the loaded aspect ids including the loaded versions.",
|
|
4222
|
+
"tags": []
|
|
4189
4223
|
},
|
|
4190
4224
|
"signature": "(property) ComponentFactory.loadAspects: (ids: string[], throwOnError?: boolean, neededFor?: string, opts?: any) => Promise<string[]>",
|
|
4191
4225
|
"name": "loadAspects",
|
|
@@ -4335,7 +4369,8 @@
|
|
|
4335
4369
|
"character": 3
|
|
4336
4370
|
},
|
|
4337
4371
|
"raw": "/**\n * Resolve dirs for aspects\n */",
|
|
4338
|
-
"comment": "Resolve dirs for aspects"
|
|
4372
|
+
"comment": "Resolve dirs for aspects",
|
|
4373
|
+
"tags": []
|
|
4339
4374
|
},
|
|
4340
4375
|
"signature": "(property) ComponentFactory.resolveAspects: (runtimeName?: string, componentIds?: ComponentID[], opts?: ResolveAspectsOptions) => Promise<AspectDefinition[]>",
|
|
4341
4376
|
"name": "resolveAspects",
|
|
@@ -4474,7 +4509,8 @@
|
|
|
4474
4509
|
"character": 3
|
|
4475
4510
|
},
|
|
4476
4511
|
"raw": "/**\n * list all components in the host.\n */",
|
|
4477
|
-
"comment": "list all components in the host."
|
|
4512
|
+
"comment": "list all components in the host.",
|
|
4513
|
+
"tags": []
|
|
4478
4514
|
},
|
|
4479
4515
|
"signature": "(method) ComponentFactory.list(filter?: {\n offset: number;\n limit: number;\n}): Promise<Component[]>",
|
|
4480
4516
|
"name": "list",
|
|
@@ -4586,7 +4622,8 @@
|
|
|
4586
4622
|
"character": 3
|
|
4587
4623
|
},
|
|
4588
4624
|
"raw": "/**\n * list invalid components, such as components with missing files on the fs.\n */",
|
|
4589
|
-
"comment": "list invalid components, such as components with missing files on the fs."
|
|
4625
|
+
"comment": "list invalid components, such as components with missing files on the fs.",
|
|
4626
|
+
"tags": []
|
|
4590
4627
|
},
|
|
4591
4628
|
"signature": "(method) ComponentFactory.listInvalid(): Promise<InvalidComponent[]>",
|
|
4592
4629
|
"name": "listInvalid",
|
|
@@ -4713,7 +4750,8 @@
|
|
|
4713
4750
|
"character": 3
|
|
4714
4751
|
},
|
|
4715
4752
|
"raw": "/**\n * get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\n * it uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n * (among others) negate character \"!\" to exclude ids. See the package page for more supported characters.\n */",
|
|
4716
|
-
"comment": "get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\nit uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n(among others) negate character \"!\" to exclude ids. See the package page for more supported characters."
|
|
4753
|
+
"comment": "get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\nit uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n(among others) negate character \"!\" to exclude ids. See the package page for more supported characters.",
|
|
4754
|
+
"tags": []
|
|
4717
4755
|
},
|
|
4718
4756
|
"signature": "(method) ComponentFactory.idsByPattern(pattern: string, throwForNoMatch?: boolean): Promise<ComponentID[]>",
|
|
4719
4757
|
"name": "idsByPattern",
|
|
@@ -4986,7 +5024,8 @@
|
|
|
4986
5024
|
"character": 3
|
|
4987
5025
|
},
|
|
4988
5026
|
"raw": "/**\n * whether a component is not the same as its head.\n * for a new component, it'll return \"true\" as it has no head yet.\n * this is relevant for component from the workspace, where it can be locally changed. on the scope it's always false\n */",
|
|
4989
|
-
"comment": "whether a component is not the same as its head.\nfor a new component, it'll return \"true\" as it has no head yet.\nthis is relevant for component from the workspace, where it can be locally changed. on the scope it's always false"
|
|
5027
|
+
"comment": "whether a component is not the same as its head.\nfor a new component, it'll return \"true\" as it has no head yet.\nthis is relevant for component from the workspace, where it can be locally changed. on the scope it's always false",
|
|
5028
|
+
"tags": []
|
|
4990
5029
|
},
|
|
4991
5030
|
"signature": "(method) ComponentFactory.isModified(component: Component): Promise<boolean>",
|
|
4992
5031
|
"name": "isModified",
|
|
@@ -5049,7 +5088,8 @@
|
|
|
5049
5088
|
"character": 3
|
|
5050
5089
|
},
|
|
5051
5090
|
"raw": "/**\n * whether the component exists on the remote.\n */",
|
|
5052
|
-
"comment": "whether the component exists on the remote."
|
|
5091
|
+
"comment": "whether the component exists on the remote.",
|
|
5092
|
+
"tags": []
|
|
5053
5093
|
},
|
|
5054
5094
|
"signature": "(method) ComponentFactory.isExported(componentId: ComponentID): boolean",
|
|
5055
5095
|
"name": "isExported",
|
|
@@ -5106,7 +5146,8 @@
|
|
|
5106
5146
|
"character": 3
|
|
5107
5147
|
},
|
|
5108
5148
|
"raw": "/**\n * write the component to the filesystem when applicable (no-op for scope).\n * to change the component-path, specify the \"rootPath\", which should be a relative path inside the workspace.\n */",
|
|
5109
|
-
"comment": "write the component to the filesystem when applicable (no-op for scope).\nto change the component-path, specify the \"rootPath\", which should be a relative path inside the workspace."
|
|
5149
|
+
"comment": "write the component to the filesystem when applicable (no-op for scope).\nto change the component-path, specify the \"rootPath\", which should be a relative path inside the workspace.",
|
|
5150
|
+
"tags": []
|
|
5110
5151
|
},
|
|
5111
5152
|
"signature": "(method) ComponentFactory.write(component: Component, rootPath?: string): Promise<void>",
|
|
5112
5153
|
"name": "write",
|
|
@@ -5189,7 +5230,8 @@
|
|
|
5189
5230
|
"character": 3
|
|
5190
5231
|
},
|
|
5191
5232
|
"raw": "/**\n * determine whether host should be the prior one in case multiple hosts persist.\n */",
|
|
5192
|
-
"comment": "determine whether host should be the prior one in case multiple hosts persist."
|
|
5233
|
+
"comment": "determine whether host should be the prior one in case multiple hosts persist.",
|
|
5234
|
+
"tags": []
|
|
5193
5235
|
},
|
|
5194
5236
|
"signature": "(property) ComponentFactory.priority?: boolean | undefined",
|
|
5195
5237
|
"name": "priority",
|
|
@@ -5416,7 +5458,8 @@
|
|
|
5416
5458
|
"character": 3
|
|
5417
5459
|
},
|
|
5418
5460
|
"raw": "/**\n * Do not return results for the core aspects\n */",
|
|
5419
|
-
"comment": "Do not return results for the core aspects"
|
|
5461
|
+
"comment": "Do not return results for the core aspects",
|
|
5462
|
+
"tags": []
|
|
5420
5463
|
},
|
|
5421
5464
|
"signature": "(property) excludeCore?: boolean | undefined",
|
|
5422
5465
|
"name": "excludeCore",
|
|
@@ -5446,7 +5489,8 @@
|
|
|
5446
5489
|
"character": 3
|
|
5447
5490
|
},
|
|
5448
5491
|
"raw": "/**\n * Only return results for the provided list of ids\n */",
|
|
5449
|
-
"comment": "Only return results for the provided list of ids"
|
|
5492
|
+
"comment": "Only return results for the provided list of ids",
|
|
5493
|
+
"tags": []
|
|
5450
5494
|
},
|
|
5451
5495
|
"signature": "(property) requestedOnly?: boolean | undefined",
|
|
5452
5496
|
"name": "requestedOnly",
|
|
@@ -5476,7 +5520,8 @@
|
|
|
5476
5520
|
"character": 3
|
|
5477
5521
|
},
|
|
5478
5522
|
"raw": "/**\n * Only return results for aspects that have a path to the specified runtime name\n */",
|
|
5479
|
-
"comment": "Only return results for aspects that have a path to the specified runtime name"
|
|
5523
|
+
"comment": "Only return results for aspects that have a path to the specified runtime name",
|
|
5524
|
+
"tags": []
|
|
5480
5525
|
},
|
|
5481
5526
|
"signature": "(property) filterByRuntime?: boolean | undefined",
|
|
5482
5527
|
"name": "filterByRuntime",
|
|
@@ -5644,7 +5689,8 @@
|
|
|
5644
5689
|
"character": 1
|
|
5645
5690
|
},
|
|
5646
5691
|
"raw": "/**\n * list of aspects, each may have data and artifacts saved per component.\n */",
|
|
5647
|
-
"comment": "list of aspects, each may have data and artifacts saved per component."
|
|
5692
|
+
"comment": "list of aspects, each may have data and artifacts saved per component.",
|
|
5693
|
+
"tags": []
|
|
5648
5694
|
},
|
|
5649
5695
|
"signature": "class AspectList",
|
|
5650
5696
|
"name": "AspectList",
|
|
@@ -5852,7 +5898,8 @@
|
|
|
5852
5898
|
"character": 3
|
|
5853
5899
|
},
|
|
5854
5900
|
"raw": "/**\n * transform an aspect list into a new one without the given aspect ids\n */",
|
|
5855
|
-
"comment": "transform an aspect list into a new one without the given aspect ids"
|
|
5901
|
+
"comment": "transform an aspect list into a new one without the given aspect ids",
|
|
5902
|
+
"tags": []
|
|
5856
5903
|
},
|
|
5857
5904
|
"signature": "(method) AspectList.withoutEntries(aspectIds: string[]): AspectList",
|
|
5858
5905
|
"name": "withoutEntries",
|
|
@@ -5939,7 +5986,8 @@
|
|
|
5939
5986
|
"character": 3
|
|
5940
5987
|
},
|
|
5941
5988
|
"raw": "/**\n * get an aspect from the list using a serialized ID.\n */",
|
|
5942
|
-
"comment": "get an aspect from the list using a serialized ID."
|
|
5989
|
+
"comment": "get an aspect from the list using a serialized ID.",
|
|
5990
|
+
"tags": []
|
|
5943
5991
|
},
|
|
5944
5992
|
"signature": "(method) AspectList.get(id: string): AspectEntry | undefined",
|
|
5945
5993
|
"name": "get",
|
|
@@ -6010,7 +6058,8 @@
|
|
|
6010
6058
|
"character": 3
|
|
6011
6059
|
},
|
|
6012
6060
|
"raw": "/**\n * find aspect by component ID.\n */",
|
|
6013
|
-
"comment": "find aspect by component ID."
|
|
6061
|
+
"comment": "find aspect by component ID.",
|
|
6062
|
+
"tags": []
|
|
6014
6063
|
},
|
|
6015
6064
|
"signature": "(method) AspectList.find(id: ComponentID, ignoreVersion?: boolean): AspectEntry | undefined",
|
|
6016
6065
|
"name": "find",
|
|
@@ -6107,7 +6156,8 @@
|
|
|
6107
6156
|
"character": 3
|
|
6108
6157
|
},
|
|
6109
6158
|
"raw": "/**\n * transform an aspect list into a new one.\n */",
|
|
6110
|
-
"comment": "transform an aspect list into a new one."
|
|
6159
|
+
"comment": "transform an aspect list into a new one.",
|
|
6160
|
+
"tags": []
|
|
6111
6161
|
},
|
|
6112
6162
|
"signature": "(method) AspectList.map(predicate: (entry: AspectEntry) => AspectEntry): AspectList",
|
|
6113
6163
|
"name": "map",
|
|
@@ -6192,7 +6242,8 @@
|
|
|
6192
6242
|
"character": 3
|
|
6193
6243
|
},
|
|
6194
6244
|
"raw": "/**\n * transform an aspect list into a new one.\n */",
|
|
6195
|
-
"comment": "transform an aspect list into a new one."
|
|
6245
|
+
"comment": "transform an aspect list into a new one.",
|
|
6246
|
+
"tags": []
|
|
6196
6247
|
},
|
|
6197
6248
|
"signature": "(method) AspectList.pmap(predicate: (entry: AspectEntry) => Promise<AspectEntry>): Promise<AspectList>",
|
|
6198
6249
|
"name": "pmap",
|
|
@@ -7064,7 +7115,8 @@
|
|
|
7064
7115
|
"character": 1
|
|
7065
7116
|
},
|
|
7066
7117
|
"raw": "/**\n * `Snap` represents a sealed state of the component in the working tree.\n */",
|
|
7067
|
-
"comment": "`Snap` represents a sealed state of the component in the working tree."
|
|
7118
|
+
"comment": "`Snap` represents a sealed state of the component in the working tree.",
|
|
7119
|
+
"tags": []
|
|
7068
7120
|
},
|
|
7069
7121
|
"signature": "class Snap",
|
|
7070
7122
|
"name": "Snap",
|
|
@@ -7429,7 +7481,8 @@
|
|
|
7429
7481
|
"character": 1
|
|
7430
7482
|
},
|
|
7431
7483
|
"raw": "/**\n * author type.\n */",
|
|
7432
|
-
"comment": "author type."
|
|
7484
|
+
"comment": "author type.",
|
|
7485
|
+
"tags": []
|
|
7433
7486
|
},
|
|
7434
7487
|
"signature": "type Author = {\n displayName: string;\n name?: string | undefined;\n email: string;\n}",
|
|
7435
7488
|
"name": "Author",
|
|
@@ -7456,7 +7509,8 @@
|
|
|
7456
7509
|
"character": 3
|
|
7457
7510
|
},
|
|
7458
7511
|
"raw": "/**\n * author full name (for example: \"Ran Mizrahi\")\n */",
|
|
7459
|
-
"comment": "author full name (for example: \"Ran Mizrahi\")"
|
|
7512
|
+
"comment": "author full name (for example: \"Ran Mizrahi\")",
|
|
7513
|
+
"tags": []
|
|
7460
7514
|
},
|
|
7461
7515
|
"signature": "(property) displayName: string",
|
|
7462
7516
|
"name": "displayName",
|
|
@@ -7486,7 +7540,8 @@
|
|
|
7486
7540
|
"character": 3
|
|
7487
7541
|
},
|
|
7488
7542
|
"raw": "/**\n * author username (for example: \"ranm8\")\n */",
|
|
7489
|
-
"comment": "author username (for example: \"ranm8\")"
|
|
7543
|
+
"comment": "author username (for example: \"ranm8\")",
|
|
7544
|
+
"tags": []
|
|
7490
7545
|
},
|
|
7491
7546
|
"signature": "(property) name?: string | undefined",
|
|
7492
7547
|
"name": "name",
|
|
@@ -7516,7 +7571,8 @@
|
|
|
7516
7571
|
"character": 3
|
|
7517
7572
|
},
|
|
7518
7573
|
"raw": "/**\n * author email in a proper format (e.g. \"ran@bit.dev\")\n */",
|
|
7519
|
-
"comment": "author email in a proper format (e.g. \"ran@bit.dev\")"
|
|
7574
|
+
"comment": "author email in a proper format (e.g. \"ran@bit.dev\")",
|
|
7575
|
+
"tags": []
|
|
7520
7576
|
},
|
|
7521
7577
|
"signature": "(property) email: string",
|
|
7522
7578
|
"name": "email",
|
|
@@ -7558,7 +7614,8 @@
|
|
|
7558
7614
|
"character": 1
|
|
7559
7615
|
},
|
|
7560
7616
|
"raw": "/**\n * `Tag` provides a sematic reference to a specific state `Snap` in the working tree.\n */",
|
|
7561
|
-
"comment": "`Tag` provides a sematic reference to a specific state `Snap` in the working tree."
|
|
7617
|
+
"comment": "`Tag` provides a sematic reference to a specific state `Snap` in the working tree.",
|
|
7618
|
+
"tags": []
|
|
7562
7619
|
},
|
|
7563
7620
|
"signature": "class Tag",
|
|
7564
7621
|
"name": "Tag",
|
|
@@ -7641,7 +7698,8 @@
|
|
|
7641
7698
|
"character": 3
|
|
7642
7699
|
},
|
|
7643
7700
|
"raw": "/**\n * create a plain tag object.\n */",
|
|
7644
|
-
"comment": "create a plain tag object."
|
|
7701
|
+
"comment": "create a plain tag object.",
|
|
7702
|
+
"tags": []
|
|
7645
7703
|
},
|
|
7646
7704
|
"signature": "(method) Tag.toObject(): TagProps",
|
|
7647
7705
|
"name": "toObject",
|
|
@@ -7808,7 +7866,8 @@
|
|
|
7808
7866
|
"character": 3
|
|
7809
7867
|
},
|
|
7810
7868
|
"raw": "/**\n * id of the component.\n */",
|
|
7811
|
-
"comment": "id of the component."
|
|
7869
|
+
"comment": "id of the component.",
|
|
7870
|
+
"tags": []
|
|
7812
7871
|
},
|
|
7813
7872
|
"signature": "(property) IComponent.id: ComponentID",
|
|
7814
7873
|
"name": "id",
|
|
@@ -7843,7 +7902,8 @@
|
|
|
7843
7902
|
"character": 3
|
|
7844
7903
|
},
|
|
7845
7904
|
"raw": "/**\n * get function to retrieve aspect\n */",
|
|
7846
|
-
"comment": "get function to retrieve aspect"
|
|
7905
|
+
"comment": "get function to retrieve aspect",
|
|
7906
|
+
"tags": []
|
|
7847
7907
|
},
|
|
7848
7908
|
"signature": "(method) IComponent.get(aspectId: string): RawComponentMetadata | undefined",
|
|
7849
7909
|
"name": "get",
|
|
@@ -7915,7 +7975,8 @@
|
|
|
7915
7975
|
"character": 3
|
|
7916
7976
|
},
|
|
7917
7977
|
"raw": "/**\n * determines whether a component is a modified state.\n * TODO: consider to remove after handling component descriptors correctly.\n */",
|
|
7918
|
-
"comment": "determines whether a component is a modified state.\nTODO: consider to remove after handling component descriptors correctly."
|
|
7978
|
+
"comment": "determines whether a component is a modified state.\nTODO: consider to remove after handling component descriptors correctly.",
|
|
7979
|
+
"tags": []
|
|
7919
7980
|
},
|
|
7920
7981
|
"signature": "(method) IComponent.isModified(): Promise<boolean>",
|
|
7921
7982
|
"name": "isModified",
|
|
@@ -8245,7 +8306,8 @@
|
|
|
8245
8306
|
"character": 1
|
|
8246
8307
|
},
|
|
8247
8308
|
"raw": "/**\n * type for representing content-addressable filesystem hashes.\n */",
|
|
8248
|
-
"comment": "type for representing content-addressable filesystem hashes."
|
|
8309
|
+
"comment": "type for representing content-addressable filesystem hashes.",
|
|
8310
|
+
"tags": []
|
|
8249
8311
|
},
|
|
8250
8312
|
"signature": "type Hash = string",
|
|
8251
8313
|
"name": "Hash",
|
|
@@ -8293,7 +8355,8 @@
|
|
|
8293
8355
|
"character": 3
|
|
8294
8356
|
},
|
|
8295
8357
|
"raw": "/**\n * get snap by hash.\n */",
|
|
8296
|
-
"comment": "get snap by hash."
|
|
8358
|
+
"comment": "get snap by hash.",
|
|
8359
|
+
"tags": []
|
|
8297
8360
|
},
|
|
8298
8361
|
"signature": "(method) TagMap.byHash(hash: Hash): Tag | undefined",
|
|
8299
8362
|
"name": "byHash",
|
|
@@ -8345,7 +8408,8 @@
|
|
|
8345
8408
|
"character": 3
|
|
8346
8409
|
},
|
|
8347
8410
|
"raw": "/**\n * e.g.\n * {\n * alpha: '1.0.0-alpha.5',\n * dev: '2.2.4-dev.37\n * }\n */",
|
|
8348
|
-
"comment": "e.g.\n{\n alpha: '1.0.0-alpha.5',\n dev: '2.2.4-dev.37\n}"
|
|
8411
|
+
"comment": "e.g.\n{\n alpha: '1.0.0-alpha.5',\n dev: '2.2.4-dev.37\n}",
|
|
8412
|
+
"tags": []
|
|
8349
8413
|
},
|
|
8350
8414
|
"signature": "(method) TagMap.getPreReleaseLatestTags(): {\n [preRelease: string]: string;\n}",
|
|
8351
8415
|
"name": "getPreReleaseLatestTags",
|
|
@@ -8414,7 +8478,8 @@
|
|
|
8414
8478
|
"character": 3
|
|
8415
8479
|
},
|
|
8416
8480
|
"raw": "/**\n * Get a map that map snap hash to tag\n */",
|
|
8417
|
-
"comment": "Get a map that map snap hash to tag"
|
|
8481
|
+
"comment": "Get a map that map snap hash to tag",
|
|
8482
|
+
"tags": []
|
|
8418
8483
|
},
|
|
8419
8484
|
"signature": "(method) TagMap.getHashMap(): Map<Hash, Tag>",
|
|
8420
8485
|
"name": "getHashMap",
|
|
@@ -8465,7 +8530,8 @@
|
|
|
8465
8530
|
"character": 3
|
|
8466
8531
|
},
|
|
8467
8532
|
"raw": "/**\n * get the latest semver from the tag map.\n */",
|
|
8468
|
-
"comment": "get the latest semver from the tag map."
|
|
8533
|
+
"comment": "get the latest semver from the tag map.",
|
|
8534
|
+
"tags": []
|
|
8469
8535
|
},
|
|
8470
8536
|
"signature": "(method) TagMap.getLatest(): string",
|
|
8471
8537
|
"name": "getLatest",
|
|
@@ -8517,7 +8583,8 @@
|
|
|
8517
8583
|
"character": 3
|
|
8518
8584
|
},
|
|
8519
8585
|
"raw": "/**\n * get an array of all tags.\n */",
|
|
8520
|
-
"comment": "get an array of all tags."
|
|
8586
|
+
"comment": "get an array of all tags.",
|
|
8587
|
+
"tags": []
|
|
8521
8588
|
},
|
|
8522
8589
|
"signature": "(method) TagMap.toArray(): Tag[]",
|
|
8523
8590
|
"name": "toArray",
|
|
@@ -8720,7 +8787,7 @@
|
|
|
8720
8787
|
"_legacy": {
|
|
8721
8788
|
"scope": "teambit.component",
|
|
8722
8789
|
"name": "component",
|
|
8723
|
-
"version": "1.0.
|
|
8790
|
+
"version": "1.0.311"
|
|
8724
8791
|
},
|
|
8725
8792
|
"_scope": "teambit.component"
|
|
8726
8793
|
}
|
|
@@ -8753,7 +8820,8 @@
|
|
|
8753
8820
|
"character": 1
|
|
8754
8821
|
},
|
|
8755
8822
|
"raw": "/**\n * allows to index components -> values.\n */",
|
|
8756
|
-
"comment": "allows to index components -> values."
|
|
8823
|
+
"comment": "allows to index components -> values.",
|
|
8824
|
+
"tags": []
|
|
8757
8825
|
},
|
|
8758
8826
|
"signature": "class ComponentMap<T>",
|
|
8759
8827
|
"name": "ComponentMap",
|
|
@@ -8854,6 +8922,7 @@
|
|
|
8854
8922
|
"character": 3
|
|
8855
8923
|
},
|
|
8856
8924
|
"raw": "/**\n * @deprecated please use `get` instead\n */",
|
|
8925
|
+
"comment": "",
|
|
8857
8926
|
"tags": [
|
|
8858
8927
|
{
|
|
8859
8928
|
"__schema": "TagSchema",
|
|
@@ -8936,7 +9005,8 @@
|
|
|
8936
9005
|
"character": 3
|
|
8937
9006
|
},
|
|
8938
9007
|
"raw": "/**\n * get a value for a component.\n */",
|
|
8939
|
-
"comment": "get a value for a component."
|
|
9008
|
+
"comment": "get a value for a component.",
|
|
9009
|
+
"tags": []
|
|
8940
9010
|
},
|
|
8941
9011
|
"signature": "(method) ComponentMap<T>.get(component: Component): [Component, T] | undefined",
|
|
8942
9012
|
"name": "get",
|
|
@@ -8988,7 +9058,8 @@
|
|
|
8988
9058
|
"character": 3
|
|
8989
9059
|
},
|
|
8990
9060
|
"raw": "/**\n * get a value by the component-id\n */",
|
|
8991
|
-
"comment": "get a value by the component-id"
|
|
9061
|
+
"comment": "get a value by the component-id",
|
|
9062
|
+
"tags": []
|
|
8992
9063
|
},
|
|
8993
9064
|
"signature": "(method) ComponentMap<T>.getValueByComponentId(componentId: ComponentID): T | null",
|
|
8994
9065
|
"name": "getValueByComponentId",
|
|
@@ -9064,7 +9135,8 @@
|
|
|
9064
9135
|
"character": 3
|
|
9065
9136
|
},
|
|
9066
9137
|
"raw": "/**\n * returns an array.\n */",
|
|
9067
|
-
"comment": "returns an array."
|
|
9138
|
+
"comment": "returns an array.",
|
|
9139
|
+
"tags": []
|
|
9068
9140
|
},
|
|
9069
9141
|
"signature": "(method) ComponentMap<T>.toArray(): [Component, T][]",
|
|
9070
9142
|
"name": "toArray",
|
|
@@ -9095,7 +9167,8 @@
|
|
|
9095
9167
|
"character": 3
|
|
9096
9168
|
},
|
|
9097
9169
|
"raw": "/**\n * map entries and return a new component map.\n */",
|
|
9098
|
-
"comment": "map entries and return a new component map."
|
|
9170
|
+
"comment": "map entries and return a new component map.",
|
|
9171
|
+
"tags": []
|
|
9099
9172
|
},
|
|
9100
9173
|
"signature": "(method) ComponentMap<T>.map<NewType>(predicate: (value: T, component: Component) => NewType): ComponentMap<NewType>",
|
|
9101
9174
|
"name": "map",
|
|
@@ -9214,7 +9287,8 @@
|
|
|
9214
9287
|
"character": 3
|
|
9215
9288
|
},
|
|
9216
9289
|
"raw": "/**\n * map entries and return a new component map.\n */",
|
|
9217
|
-
"comment": "map entries and return a new component map."
|
|
9290
|
+
"comment": "map entries and return a new component map.",
|
|
9291
|
+
"tags": []
|
|
9218
9292
|
},
|
|
9219
9293
|
"signature": "(method) ComponentMap<T>.asyncMap<NewType>(predicate: (value: T, component: Component) => Promise<NewType>): Promise<ComponentMap<NewType>>",
|
|
9220
9294
|
"name": "asyncMap",
|
|
@@ -9357,7 +9431,8 @@
|
|
|
9357
9431
|
"character": 3
|
|
9358
9432
|
},
|
|
9359
9433
|
"raw": "/**\n * similar to Array.forEach, but here you get both, the value and the component.\n */",
|
|
9360
|
-
"comment": "similar to Array.forEach, but here you get both, the value and the component."
|
|
9434
|
+
"comment": "similar to Array.forEach, but here you get both, the value and the component.",
|
|
9435
|
+
"tags": []
|
|
9361
9436
|
},
|
|
9362
9437
|
"signature": "(method) ComponentMap<T>.forEach(predicate: (value: T, component: Component) => void): void",
|
|
9363
9438
|
"name": "forEach",
|
|
@@ -9462,7 +9537,8 @@
|
|
|
9462
9537
|
"character": 3
|
|
9463
9538
|
},
|
|
9464
9539
|
"raw": "/**\n * flatten values of all components into a single array.\n */",
|
|
9465
|
-
"comment": "flatten values of all components into a single array."
|
|
9540
|
+
"comment": "flatten values of all components into a single array.",
|
|
9541
|
+
"tags": []
|
|
9466
9542
|
},
|
|
9467
9543
|
"signature": "(method) ComponentMap<T>.flattenValue(): T[]",
|
|
9468
9544
|
"name": "flattenValue",
|
|
@@ -9501,7 +9577,8 @@
|
|
|
9501
9577
|
"character": 3
|
|
9502
9578
|
},
|
|
9503
9579
|
"raw": "/**\n * filter all components with empty values and return a new map.\n */",
|
|
9504
|
-
"comment": "filter all components with empty values and return a new map."
|
|
9580
|
+
"comment": "filter all components with empty values and return a new map.",
|
|
9581
|
+
"tags": []
|
|
9505
9582
|
},
|
|
9506
9583
|
"signature": "(method) ComponentMap<T>.filter(predicate: (value: T) => boolean): ComponentMap<T>",
|
|
9507
9584
|
"name": "filter",
|
|
@@ -9597,7 +9674,8 @@
|
|
|
9597
9674
|
"character": 3
|
|
9598
9675
|
},
|
|
9599
9676
|
"raw": "/**\n * get all component ids.\n */",
|
|
9600
|
-
"comment": "get all component ids."
|
|
9677
|
+
"comment": "get all component ids.",
|
|
9678
|
+
"tags": []
|
|
9601
9679
|
},
|
|
9602
9680
|
"signature": "(method) ComponentMap<T>.keys(): IterableIterator<string>",
|
|
9603
9681
|
"name": "keys",
|
|
@@ -10145,7 +10223,8 @@
|
|
|
10145
10223
|
"character": 3
|
|
10146
10224
|
},
|
|
10147
10225
|
"raw": "/**\n * register a new component host.\n */",
|
|
10148
|
-
"comment": "register a new component host."
|
|
10226
|
+
"comment": "register a new component host.",
|
|
10227
|
+
"tags": []
|
|
10149
10228
|
},
|
|
10150
10229
|
"signature": "(method) ComponentMain.registerHost(host: ComponentFactory): this",
|
|
10151
10230
|
"name": "registerHost",
|
|
@@ -10197,7 +10276,8 @@
|
|
|
10197
10276
|
"character": 3
|
|
10198
10277
|
},
|
|
10199
10278
|
"raw": "/**\n * important! avoid using this method.\n * seems like this method was written to work around a very specific case when the ComponentID of the aspects are\n * not available. in case of new components, to get the ComponentID, the workspace-aspect is needed to get the\n * default-scope. when this method is called from the scope, there is no way to get the real component-id.\n * instead, this method asks for the \"scope\", which when called by the scope-aspect is the current scope-name.\n * it may or may not be the real scope-name of the aspect.\n * to fix this possibly incorrect scope-name, the `workspace.resolveScopeAspectListIds()` checks whether the\n * scope-name is the same as scope.name, and if so, resolve it to the correct scope-name.\n */",
|
|
10200
|
-
"comment": "important! avoid using this method.\nseems like this method was written to work around a very specific case when the ComponentID of the aspects are\nnot available. in case of new components, to get the ComponentID, the workspace-aspect is needed to get the\ndefault-scope. when this method is called from the scope, there is no way to get the real component-id.\ninstead, this method asks for the \"scope\", which when called by the scope-aspect is the current scope-name.\nit may or may not be the real scope-name of the aspect.\nto fix this possibly incorrect scope-name, the `workspace.resolveScopeAspectListIds()` checks whether the\nscope-name is the same as scope.name, and if so, resolve it to the correct scope-name."
|
|
10279
|
+
"comment": "important! avoid using this method.\nseems like this method was written to work around a very specific case when the ComponentID of the aspects are\nnot available. in case of new components, to get the ComponentID, the workspace-aspect is needed to get the\ndefault-scope. when this method is called from the scope, there is no way to get the real component-id.\ninstead, this method asks for the \"scope\", which when called by the scope-aspect is the current scope-name.\nit may or may not be the real scope-name of the aspect.\nto fix this possibly incorrect scope-name, the `workspace.resolveScopeAspectListIds()` checks whether the\nscope-name is the same as scope.name, and if so, resolve it to the correct scope-name.",
|
|
10280
|
+
"tags": []
|
|
10201
10281
|
},
|
|
10202
10282
|
"signature": "(method) ComponentMain.createAspectListFromLegacy(legacyExtensionDataList: ExtensionDataList): AspectList",
|
|
10203
10283
|
"name": "createAspectListFromLegacy",
|
|
@@ -10350,7 +10430,8 @@
|
|
|
10350
10430
|
"character": 3
|
|
10351
10431
|
},
|
|
10352
10432
|
"raw": "/**\n * set the prior host.\n */",
|
|
10353
|
-
"comment": "set the prior host."
|
|
10433
|
+
"comment": "set the prior host.",
|
|
10434
|
+
"tags": []
|
|
10354
10435
|
},
|
|
10355
10436
|
"signature": "(method) ComponentMain.setHostPriority(id: string): this",
|
|
10356
10437
|
"name": "setHostPriority",
|
|
@@ -10402,7 +10483,8 @@
|
|
|
10402
10483
|
"character": 3
|
|
10403
10484
|
},
|
|
10404
10485
|
"raw": "/**\n * get component host by extension ID.\n */",
|
|
10405
|
-
"comment": "get component host by extension ID."
|
|
10486
|
+
"comment": "get component host by extension ID.",
|
|
10487
|
+
"tags": []
|
|
10406
10488
|
},
|
|
10407
10489
|
"signature": "(method) ComponentMain.getHost(id?: string): ComponentFactory",
|
|
10408
10490
|
"name": "getHost",
|
|
@@ -10645,7 +10727,8 @@
|
|
|
10645
10727
|
"character": 3
|
|
10646
10728
|
},
|
|
10647
10729
|
"raw": "/**\n * register a show fragment to display further information in the `bit show` command.\n */",
|
|
10648
|
-
"comment": "register a show fragment to display further information in the `bit show` command."
|
|
10730
|
+
"comment": "register a show fragment to display further information in the `bit show` command.",
|
|
10731
|
+
"tags": []
|
|
10649
10732
|
},
|
|
10650
10733
|
"signature": "(method) ComponentMain.registerShowFragments(showFragments: ShowFragment[]): this",
|
|
10651
10734
|
"name": "registerShowFragments",
|
|
@@ -11839,7 +11922,8 @@
|
|
|
11839
11922
|
"character": 3
|
|
11840
11923
|
},
|
|
11841
11924
|
"raw": "/** register widgets to the components listed in the command bar */",
|
|
11842
|
-
"comment": "register widgets to the components listed in the command bar"
|
|
11925
|
+
"comment": "register widgets to the components listed in the command bar",
|
|
11926
|
+
"tags": []
|
|
11843
11927
|
},
|
|
11844
11928
|
"signature": "(property) ComponentUI.registerSearchResultWidget: (...items: ComponentResultPlugin[]) => void",
|
|
11845
11929
|
"name": "registerSearchResultWidget",
|
|
@@ -12260,7 +12344,8 @@
|
|
|
12260
12344
|
"character": 3
|
|
12261
12345
|
},
|
|
12262
12346
|
"raw": "/**\n * text to be used in the mobile res dropdown\n */",
|
|
12263
|
-
"comment": "text to be used in the mobile res dropdown"
|
|
12347
|
+
"comment": "text to be used in the mobile res dropdown",
|
|
12348
|
+
"tags": []
|
|
12264
12349
|
},
|
|
12265
12350
|
"signature": "(property) Section.displayName?: string | undefined",
|
|
12266
12351
|
"name": "displayName",
|
|
@@ -12475,7 +12560,8 @@
|
|
|
12475
12560
|
"character": 3
|
|
12476
12561
|
},
|
|
12477
12562
|
"raw": "/**\n * component model.\n */",
|
|
12478
|
-
"comment": "component model."
|
|
12563
|
+
"comment": "component model.",
|
|
12564
|
+
"tags": []
|
|
12479
12565
|
},
|
|
12480
12566
|
"signature": "(property) component: ComponentModel",
|
|
12481
12567
|
"name": "component",
|
|
@@ -12505,7 +12591,8 @@
|
|
|
12505
12591
|
"character": 3
|
|
12506
12592
|
},
|
|
12507
12593
|
"raw": "/**\n * component children.\n */",
|
|
12508
|
-
"comment": "component children."
|
|
12594
|
+
"comment": "component children.",
|
|
12595
|
+
"tags": []
|
|
12509
12596
|
},
|
|
12510
12597
|
"signature": "(property) children: React.ReactNode",
|
|
12511
12598
|
"name": "children",
|
|
@@ -12565,7 +12652,8 @@
|
|
|
12565
12652
|
"character": 3
|
|
12566
12653
|
},
|
|
12567
12654
|
"raw": "/**\n * component model.\n */",
|
|
12568
|
-
"comment": "component model."
|
|
12655
|
+
"comment": "component model.",
|
|
12656
|
+
"tags": []
|
|
12569
12657
|
},
|
|
12570
12658
|
"signature": "(property) componentDescriptor?: ComponentDescriptor | undefined",
|
|
12571
12659
|
"name": "componentDescriptor",
|
|
@@ -12600,7 +12688,8 @@
|
|
|
12600
12688
|
"character": 3
|
|
12601
12689
|
},
|
|
12602
12690
|
"raw": "/**\n * component children.\n */",
|
|
12603
|
-
"comment": "component children."
|
|
12691
|
+
"comment": "component children.",
|
|
12692
|
+
"tags": []
|
|
12604
12693
|
},
|
|
12605
12694
|
"signature": "(property) children: React.ReactNode",
|
|
12606
12695
|
"name": "children",
|
|
@@ -13066,6 +13155,7 @@
|
|
|
13066
13155
|
"character": 3
|
|
13067
13156
|
},
|
|
13068
13157
|
"raw": "/**\n * @deprecated\n * use @property navPlugins\n */",
|
|
13158
|
+
"comment": "",
|
|
13069
13159
|
"tags": [
|
|
13070
13160
|
{
|
|
13071
13161
|
"__schema": "TagSchema",
|
|
@@ -13118,6 +13208,7 @@
|
|
|
13118
13208
|
"character": 3
|
|
13119
13209
|
},
|
|
13120
13210
|
"raw": "/**\n * @deprecated\n * use @property widgetPlugins\n */",
|
|
13211
|
+
"comment": "",
|
|
13121
13212
|
"tags": [
|
|
13122
13213
|
{
|
|
13123
13214
|
"__schema": "TagSchema",
|
|
@@ -13264,7 +13355,8 @@
|
|
|
13264
13355
|
"character": 3
|
|
13265
13356
|
},
|
|
13266
13357
|
"raw": "/**\n * A className to pass to the secondary nav, i.e dropdown\n */",
|
|
13267
|
-
"comment": "A className to pass to the secondary nav, i.e dropdown"
|
|
13358
|
+
"comment": "A className to pass to the secondary nav, i.e dropdown",
|
|
13359
|
+
"tags": []
|
|
13268
13360
|
},
|
|
13269
13361
|
"signature": "(property) secondaryNavClassName?: string | undefined",
|
|
13270
13362
|
"name": "secondaryNavClassName",
|
|
@@ -13523,7 +13615,8 @@
|
|
|
13523
13615
|
"character": 1
|
|
13524
13616
|
},
|
|
13525
13617
|
"raw": "/**\n * top bar menu.\n */",
|
|
13526
|
-
"comment": "top bar menu."
|
|
13618
|
+
"comment": "top bar menu.",
|
|
13619
|
+
"tags": []
|
|
13527
13620
|
},
|
|
13528
13621
|
"signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, }: MenuProps): React.JSX.Element",
|
|
13529
13622
|
"name": "ComponentMenu",
|
|
@@ -14838,7 +14931,8 @@
|
|
|
14838
14931
|
"character": 3
|
|
14839
14932
|
},
|
|
14840
14933
|
"raw": "/**\n * create an instance of a component from a plain object.\n */",
|
|
14841
|
-
"comment": "create an instance of a component from a plain object."
|
|
14934
|
+
"comment": "create an instance of a component from a plain object.",
|
|
14935
|
+
"tags": []
|
|
14842
14936
|
},
|
|
14843
14937
|
"signature": "(method) ComponentModel.from({ id, server, displayName, compositions, packageName, tags, deprecation, buildStatus, env, status, issuesCount, description, labels, host, latest, preview, size, logs, }: ComponentModelProps): ComponentModel",
|
|
14844
14938
|
"name": "from",
|
|
@@ -15324,7 +15418,8 @@
|
|
|
15324
15418
|
"character": 3
|
|
15325
15419
|
},
|
|
15326
15420
|
"raw": "/**\n * render a row into the `show` CLI.\n */",
|
|
15327
|
-
"comment": "render a row into the `show` CLI."
|
|
15421
|
+
"comment": "render a row into the `show` CLI.",
|
|
15422
|
+
"tags": []
|
|
15328
15423
|
},
|
|
15329
15424
|
"signature": "(method) ShowFragment.renderRow(component: Component): Promise<ShowRow>",
|
|
15330
15425
|
"name": "renderRow",
|
|
@@ -15387,7 +15482,8 @@
|
|
|
15387
15482
|
"character": 3
|
|
15388
15483
|
},
|
|
15389
15484
|
"raw": "/**\n * return a json output.\n */",
|
|
15390
|
-
"comment": "return a json output."
|
|
15485
|
+
"comment": "return a json output.",
|
|
15486
|
+
"tags": []
|
|
15391
15487
|
},
|
|
15392
15488
|
"signature": "(method) ShowFragment.json?(component: Component): Promise<JSONRow>",
|
|
15393
15489
|
"name": "json",
|
|
@@ -15451,7 +15547,8 @@
|
|
|
15451
15547
|
"character": 3
|
|
15452
15548
|
},
|
|
15453
15549
|
"raw": "/**\n * weight is used to determine the position of the fragment\n * within the `show` table.\n */",
|
|
15454
|
-
"comment": "weight is used to determine the position of the fragment\nwithin the `show` table."
|
|
15550
|
+
"comment": "weight is used to determine the position of the fragment\nwithin the `show` table.",
|
|
15551
|
+
"tags": []
|
|
15455
15552
|
},
|
|
15456
15553
|
"signature": "(property) ShowFragment.weight?: number | undefined",
|
|
15457
15554
|
"name": "weight",
|
|
@@ -15503,7 +15600,8 @@
|
|
|
15503
15600
|
"character": 3
|
|
15504
15601
|
},
|
|
15505
15602
|
"raw": "/**\n * title of the fragment\n */",
|
|
15506
|
-
"comment": "title of the fragment"
|
|
15603
|
+
"comment": "title of the fragment",
|
|
15604
|
+
"tags": []
|
|
15507
15605
|
},
|
|
15508
15606
|
"signature": "(property) ShowRow.title: string",
|
|
15509
15607
|
"name": "title",
|
|
@@ -15533,7 +15631,8 @@
|
|
|
15533
15631
|
"character": 3
|
|
15534
15632
|
},
|
|
15535
15633
|
"raw": "/**\n * content to render within the fragment.\n */",
|
|
15536
|
-
"comment": "content to render within the fragment."
|
|
15634
|
+
"comment": "content to render within the fragment.",
|
|
15635
|
+
"tags": []
|
|
15537
15636
|
},
|
|
15538
15637
|
"signature": "(property) ShowRow.content: string",
|
|
15539
15638
|
"name": "content",
|
|
@@ -15585,7 +15684,8 @@
|
|
|
15585
15684
|
"character": 3
|
|
15586
15685
|
},
|
|
15587
15686
|
"raw": "/**\n * name of the field.\n */",
|
|
15588
|
-
"comment": "name of the field."
|
|
15687
|
+
"comment": "name of the field.",
|
|
15688
|
+
"tags": []
|
|
15589
15689
|
},
|
|
15590
15690
|
"signature": "(property) JSONRow.title: string",
|
|
15591
15691
|
"name": "title",
|
|
@@ -15615,7 +15715,8 @@
|
|
|
15615
15715
|
"character": 3
|
|
15616
15716
|
},
|
|
15617
15717
|
"raw": "/**\n * json content.\n * TODO: change this from any to a more structured type (e.g. Serializable).\n */",
|
|
15618
|
-
"comment": "json content.\nTODO: change this from any to a more structured type (e.g. Serializable)."
|
|
15718
|
+
"comment": "json content.\nTODO: change this from any to a more structured type (e.g. Serializable).",
|
|
15719
|
+
"tags": []
|
|
15619
15720
|
},
|
|
15620
15721
|
"signature": "(property) JSONRow.json: any",
|
|
15621
15722
|
"name": "json",
|
|
@@ -15657,7 +15758,8 @@
|
|
|
15657
15758
|
"character": 1
|
|
15658
15759
|
},
|
|
15659
15760
|
"raw": "/**\n * in-memory representation of the component configuration.\n */",
|
|
15660
|
-
"comment": "in-memory representation of the component configuration."
|
|
15761
|
+
"comment": "in-memory representation of the component configuration.",
|
|
15762
|
+
"tags": []
|
|
15661
15763
|
},
|
|
15662
15764
|
"signature": "class Config",
|
|
15663
15765
|
"name": "Config",
|
|
@@ -17469,7 +17571,8 @@
|
|
|
17469
17571
|
"character": 3
|
|
17470
17572
|
},
|
|
17471
17573
|
"raw": "/**\n * id of the component.\n */",
|
|
17472
|
-
"comment": "id of the component."
|
|
17574
|
+
"comment": "id of the component.",
|
|
17575
|
+
"tags": []
|
|
17473
17576
|
},
|
|
17474
17577
|
"signature": "(property) IComponent.id: ComponentID",
|
|
17475
17578
|
"name": "id",
|
|
@@ -17504,7 +17607,8 @@
|
|
|
17504
17607
|
"character": 3
|
|
17505
17608
|
},
|
|
17506
17609
|
"raw": "/**\n * get function to retrieve aspect\n */",
|
|
17507
|
-
"comment": "get function to retrieve aspect"
|
|
17610
|
+
"comment": "get function to retrieve aspect",
|
|
17611
|
+
"tags": []
|
|
17508
17612
|
},
|
|
17509
17613
|
"signature": "(method) IComponent.get(aspectId: string): RawComponentMetadata | undefined",
|
|
17510
17614
|
"name": "get",
|
|
@@ -17576,7 +17680,8 @@
|
|
|
17576
17680
|
"character": 3
|
|
17577
17681
|
},
|
|
17578
17682
|
"raw": "/**\n * determines whether a component is a modified state.\n * TODO: consider to remove after handling component descriptors correctly.\n */",
|
|
17579
|
-
"comment": "determines whether a component is a modified state.\nTODO: consider to remove after handling component descriptors correctly."
|
|
17683
|
+
"comment": "determines whether a component is a modified state.\nTODO: consider to remove after handling component descriptors correctly.",
|
|
17684
|
+
"tags": []
|
|
17580
17685
|
},
|
|
17581
17686
|
"signature": "(method) IComponent.isModified(): Promise<boolean>",
|
|
17582
17687
|
"name": "isModified",
|
|
@@ -17837,7 +17942,8 @@
|
|
|
17837
17942
|
"character": 1
|
|
17838
17943
|
},
|
|
17839
17944
|
"raw": "/**\n * in-memory representation of a component.\n */",
|
|
17840
|
-
"comment": "in-memory representation of a component."
|
|
17945
|
+
"comment": "in-memory representation of a component.",
|
|
17946
|
+
"tags": []
|
|
17841
17947
|
},
|
|
17842
17948
|
"signature": "class Component",
|
|
17843
17949
|
"name": "Component",
|
|
@@ -18227,7 +18333,8 @@
|
|
|
18227
18333
|
"character": 3
|
|
18228
18334
|
},
|
|
18229
18335
|
"raw": "/**\n * get aspect data from current state.\n */",
|
|
18230
|
-
"comment": "get aspect data from current state."
|
|
18336
|
+
"comment": "get aspect data from current state.",
|
|
18337
|
+
"tags": []
|
|
18231
18338
|
},
|
|
18232
18339
|
"signature": "(method) Component.get(id: string): RawComponentMetadata | undefined",
|
|
18233
18340
|
"name": "get",
|
|
@@ -18550,7 +18657,8 @@
|
|
|
18550
18657
|
"character": 3
|
|
18551
18658
|
},
|
|
18552
18659
|
"raw": "/**\n * tag a component `Snap` with a semantic version. we follow SemVer specs as defined [here](https://semver.org/)).\n */",
|
|
18553
|
-
"comment": "tag a component `Snap` with a semantic version. we follow SemVer specs as defined [here](https://semver.org/))."
|
|
18660
|
+
"comment": "tag a component `Snap` with a semantic version. we follow SemVer specs as defined [here](https://semver.org/)).",
|
|
18661
|
+
"tags": []
|
|
18554
18662
|
},
|
|
18555
18663
|
"signature": "(method) Component.tag(version: SemVer): void",
|
|
18556
18664
|
"name": "tag",
|
|
@@ -18603,7 +18711,8 @@
|
|
|
18603
18711
|
"character": 3
|
|
18604
18712
|
},
|
|
18605
18713
|
"raw": "/**\n * determines whether this component is modified in the workspace.\n */",
|
|
18606
|
-
"comment": "determines whether this component is modified in the workspace."
|
|
18714
|
+
"comment": "determines whether this component is modified in the workspace.",
|
|
18715
|
+
"tags": []
|
|
18607
18716
|
},
|
|
18608
18717
|
"signature": "(method) Component.isModified(): Promise<boolean>",
|
|
18609
18718
|
"name": "isModified",
|
|
@@ -18645,7 +18754,8 @@
|
|
|
18645
18754
|
"character": 3
|
|
18646
18755
|
},
|
|
18647
18756
|
"raw": "/**\n * whether a component is marked as deleted.\n * warning! if this component is not the head, it might be deleted by a range later on.\n * to get accurate results, please use teambit.component/remove aspect, \"isDeleted\" method.\n */",
|
|
18648
|
-
"comment": "whether a component is marked as deleted.\nwarning! if this component is not the head, it might be deleted by a range later on.\nto get accurate results, please use teambit.component/remove aspect, \"isDeleted\" method."
|
|
18757
|
+
"comment": "whether a component is marked as deleted.\nwarning! if this component is not the head, it might be deleted by a range later on.\nto get accurate results, please use teambit.component/remove aspect, \"isDeleted\" method.",
|
|
18758
|
+
"tags": []
|
|
18649
18759
|
},
|
|
18650
18760
|
"signature": "(method) Component.isDeleted(): boolean",
|
|
18651
18761
|
"name": "isDeleted",
|
|
@@ -18676,7 +18786,8 @@
|
|
|
18676
18786
|
"character": 3
|
|
18677
18787
|
},
|
|
18678
18788
|
"raw": "/**\n * is component isOutdated\n */",
|
|
18679
|
-
"comment": "is component isOutdated"
|
|
18789
|
+
"comment": "is component isOutdated",
|
|
18790
|
+
"tags": []
|
|
18680
18791
|
},
|
|
18681
18792
|
"signature": "(method) Component.isOutdated(): boolean",
|
|
18682
18793
|
"name": "isOutdated",
|
|
@@ -18707,7 +18818,8 @@
|
|
|
18707
18818
|
"character": 3
|
|
18708
18819
|
},
|
|
18709
18820
|
"raw": "/**\n * determines whether this component is new.\n */",
|
|
18710
|
-
"comment": "determines whether this component is new."
|
|
18821
|
+
"comment": "determines whether this component is new.",
|
|
18822
|
+
"tags": []
|
|
18711
18823
|
},
|
|
18712
18824
|
"signature": "(method) Component.isNew(): Promise<boolean>",
|
|
18713
18825
|
"name": "isNew",
|
|
@@ -18749,7 +18861,8 @@
|
|
|
18749
18861
|
"character": 3
|
|
18750
18862
|
},
|
|
18751
18863
|
"raw": "/**\n * whether the component exists on the remote.\n */",
|
|
18752
|
-
"comment": "whether the component exists on the remote."
|
|
18864
|
+
"comment": "whether the component exists on the remote.",
|
|
18865
|
+
"tags": []
|
|
18753
18866
|
},
|
|
18754
18867
|
"signature": "(method) Component.isExported(): boolean",
|
|
18755
18868
|
"name": "isExported",
|
|
@@ -19089,7 +19202,8 @@
|
|
|
19089
19202
|
"character": 3
|
|
19090
19203
|
},
|
|
19091
19204
|
"raw": "/**\n * id.version can be either a tag or a hash.\n * if it's a hash, it may have a tag point to it. if it does, return the tag.\n */",
|
|
19092
|
-
"comment": "id.version can be either a tag or a hash.\nif it's a hash, it may have a tag point to it. if it does, return the tag."
|
|
19205
|
+
"comment": "id.version can be either a tag or a hash.\nif it's a hash, it may have a tag point to it. if it does, return the tag.",
|
|
19206
|
+
"tags": []
|
|
19093
19207
|
},
|
|
19094
19208
|
"signature": "(method) Component.getTag(): Tag | undefined",
|
|
19095
19209
|
"name": "getTag",
|
|
@@ -19139,7 +19253,8 @@
|
|
|
19139
19253
|
"character": 3
|
|
19140
19254
|
},
|
|
19141
19255
|
"raw": "/**\n * id.version can be either a tag or a hash.\n * if it's a tag, find the hash it points to.\n */",
|
|
19142
|
-
"comment": "id.version can be either a tag or a hash.\nif it's a tag, find the hash it points to."
|
|
19256
|
+
"comment": "id.version can be either a tag or a hash.\nif it's a tag, find the hash it points to.",
|
|
19257
|
+
"tags": []
|
|
19143
19258
|
},
|
|
19144
19259
|
"signature": "(method) Component.getSnapHash(): string | undefined",
|
|
19145
19260
|
"name": "getSnapHash",
|
|
@@ -19189,7 +19304,8 @@
|
|
|
19189
19304
|
"character": 3
|
|
19190
19305
|
},
|
|
19191
19306
|
"raw": "/**\n * in case a component is new, it returns undefined.\n * otherwise, it returns the Snap object (hash/parents/log) of the current component (according to the version in the id)\n */",
|
|
19192
|
-
"comment": "in case a component is new, it returns undefined.\notherwise, it returns the Snap object (hash/parents/log) of the current component (according to the version in the id)"
|
|
19307
|
+
"comment": "in case a component is new, it returns undefined.\notherwise, it returns the Snap object (hash/parents/log) of the current component (according to the version in the id)",
|
|
19308
|
+
"tags": []
|
|
19193
19309
|
},
|
|
19194
19310
|
"signature": "(method) Component.getCurrentSnap(): Promise<Snap | undefined>",
|
|
19195
19311
|
"name": "getCurrentSnap",
|
|
@@ -19252,7 +19368,8 @@
|
|
|
19252
19368
|
"character": 3
|
|
19253
19369
|
},
|
|
19254
19370
|
"raw": "/**\n * checkout the component to a different version in its working tree.\n */",
|
|
19255
|
-
"comment": "checkout the component to a different version in its working tree."
|
|
19371
|
+
"comment": "checkout the component to a different version in its working tree.",
|
|
19372
|
+
"tags": []
|
|
19256
19373
|
},
|
|
19257
19374
|
"signature": "(method) Component.checkout(version: SemVer): void",
|
|
19258
19375
|
"name": "checkout",
|
|
@@ -19305,7 +19422,8 @@
|
|
|
19305
19422
|
"character": 3
|
|
19306
19423
|
},
|
|
19307
19424
|
"raw": "/**\n * examine difference between two components.\n */",
|
|
19308
|
-
"comment": "examine difference between two components."
|
|
19425
|
+
"comment": "examine difference between two components.",
|
|
19426
|
+
"tags": []
|
|
19309
19427
|
},
|
|
19310
19428
|
"signature": "(method) Component.write(path: string, fs?: AnyFS): void",
|
|
19311
19429
|
"name": "write",
|
|
@@ -19521,7 +19639,8 @@
|
|
|
19521
19639
|
"character": 3
|
|
19522
19640
|
},
|
|
19523
19641
|
"raw": "/**\n * id of the component.\n */",
|
|
19524
|
-
"comment": "id of the component."
|
|
19642
|
+
"comment": "id of the component.",
|
|
19643
|
+
"tags": []
|
|
19525
19644
|
}
|
|
19526
19645
|
},
|
|
19527
19646
|
{
|
|
@@ -19592,7 +19711,8 @@
|
|
|
19592
19711
|
"character": 3
|
|
19593
19712
|
},
|
|
19594
19713
|
"raw": "/**\n * get function to retrieve aspect\n */",
|
|
19595
|
-
"comment": "get function to retrieve aspect"
|
|
19714
|
+
"comment": "get function to retrieve aspect",
|
|
19715
|
+
"tags": []
|
|
19596
19716
|
},
|
|
19597
19717
|
"signature": "(method) IComponent.get(aspectId: string): RawComponentMetadata | undefined"
|
|
19598
19718
|
},
|
|
@@ -19634,7 +19754,8 @@
|
|
|
19634
19754
|
"character": 3
|
|
19635
19755
|
},
|
|
19636
19756
|
"raw": "/**\n * determines whether a component is a modified state.\n * TODO: consider to remove after handling component descriptors correctly.\n */",
|
|
19637
|
-
"comment": "determines whether a component is a modified state.\nTODO: consider to remove after handling component descriptors correctly."
|
|
19757
|
+
"comment": "determines whether a component is a modified state.\nTODO: consider to remove after handling component descriptors correctly.",
|
|
19758
|
+
"tags": []
|
|
19638
19759
|
},
|
|
19639
19760
|
"signature": "(method) IComponent.isModified(): Promise<boolean>"
|
|
19640
19761
|
}
|
|
@@ -19774,7 +19895,8 @@
|
|
|
19774
19895
|
"character": 1
|
|
19775
19896
|
},
|
|
19776
19897
|
"raw": "/**\n * The virtual component filesystem\n */",
|
|
19777
|
-
"comment": "The virtual component filesystem"
|
|
19898
|
+
"comment": "The virtual component filesystem",
|
|
19899
|
+
"tags": []
|
|
19778
19900
|
},
|
|
19779
19901
|
"signature": "class ComponentFS",
|
|
19780
19902
|
"name": "ComponentFS",
|
|
@@ -19864,7 +19986,8 @@
|
|
|
19864
19986
|
"character": 3
|
|
19865
19987
|
},
|
|
19866
19988
|
"raw": "/**\n * filter all component files by regex.\n */",
|
|
19867
|
-
"comment": "filter all component files by regex."
|
|
19989
|
+
"comment": "filter all component files by regex.",
|
|
19990
|
+
"tags": []
|
|
19868
19991
|
},
|
|
19869
19992
|
"signature": "(method) ComponentFS.byRegex(extension: RegExp): AbstractVinyl[]",
|
|
19870
19993
|
"name": "byRegex",
|
|
@@ -19925,7 +20048,8 @@
|
|
|
19925
20048
|
"character": 3
|
|
19926
20049
|
},
|
|
19927
20050
|
"raw": "/**\n * filter all files using an array of glob patterns.\n */",
|
|
19928
|
-
"comment": "filter all files using an array of glob patterns."
|
|
20051
|
+
"comment": "filter all files using an array of glob patterns.",
|
|
20052
|
+
"tags": []
|
|
19929
20053
|
},
|
|
19930
20054
|
"signature": "(method) ComponentFS.byGlob(patterns: string[]): AbstractVinyl[]",
|
|
19931
20055
|
"name": "byGlob",
|
|
@@ -20068,7 +20192,7 @@
|
|
|
20068
20192
|
"_legacy": {
|
|
20069
20193
|
"scope": "teambit.component",
|
|
20070
20194
|
"name": "component",
|
|
20071
|
-
"version": "1.0.
|
|
20195
|
+
"version": "1.0.311"
|
|
20072
20196
|
},
|
|
20073
20197
|
"_scope": "teambit.component"
|
|
20074
20198
|
}
|
|
@@ -20103,7 +20227,8 @@
|
|
|
20103
20227
|
"character": 1
|
|
20104
20228
|
},
|
|
20105
20229
|
"raw": "/**\n * in-memory representation of the component configuration.\n */",
|
|
20106
|
-
"comment": "in-memory representation of the component configuration."
|
|
20230
|
+
"comment": "in-memory representation of the component configuration.",
|
|
20231
|
+
"tags": []
|
|
20107
20232
|
},
|
|
20108
20233
|
"signature": "class Config",
|
|
20109
20234
|
"name": "Config",
|
|
@@ -20533,7 +20658,8 @@
|
|
|
20533
20658
|
"character": 3
|
|
20534
20659
|
},
|
|
20535
20660
|
"raw": "/**\n * Do not return results for the core aspects\n */",
|
|
20536
|
-
"comment": "Do not return results for the core aspects"
|
|
20661
|
+
"comment": "Do not return results for the core aspects",
|
|
20662
|
+
"tags": []
|
|
20537
20663
|
},
|
|
20538
20664
|
"signature": "(property) excludeCore?: boolean | undefined",
|
|
20539
20665
|
"name": "excludeCore",
|
|
@@ -20563,7 +20689,8 @@
|
|
|
20563
20689
|
"character": 3
|
|
20564
20690
|
},
|
|
20565
20691
|
"raw": "/**\n * Only return results for the provided list of ids\n */",
|
|
20566
|
-
"comment": "Only return results for the provided list of ids"
|
|
20692
|
+
"comment": "Only return results for the provided list of ids",
|
|
20693
|
+
"tags": []
|
|
20567
20694
|
},
|
|
20568
20695
|
"signature": "(property) requestedOnly?: boolean | undefined",
|
|
20569
20696
|
"name": "requestedOnly",
|
|
@@ -20593,7 +20720,8 @@
|
|
|
20593
20720
|
"character": 3
|
|
20594
20721
|
},
|
|
20595
20722
|
"raw": "/**\n * Only return results for aspects that have a path to the specified runtime name\n */",
|
|
20596
|
-
"comment": "Only return results for aspects that have a path to the specified runtime name"
|
|
20723
|
+
"comment": "Only return results for aspects that have a path to the specified runtime name",
|
|
20724
|
+
"tags": []
|
|
20597
20725
|
},
|
|
20598
20726
|
"signature": "(property) filterByRuntime?: boolean | undefined",
|
|
20599
20727
|
"name": "filterByRuntime",
|
|
@@ -20636,7 +20764,8 @@
|
|
|
20636
20764
|
"character": 3
|
|
20637
20765
|
},
|
|
20638
20766
|
"raw": "/**\n * name of the component host.\n */",
|
|
20639
|
-
"comment": "name of the component host."
|
|
20767
|
+
"comment": "name of the component host.",
|
|
20768
|
+
"tags": []
|
|
20640
20769
|
},
|
|
20641
20770
|
"signature": "(property) ComponentFactory.name: string",
|
|
20642
20771
|
"name": "name",
|
|
@@ -20666,7 +20795,8 @@
|
|
|
20666
20795
|
"character": 3
|
|
20667
20796
|
},
|
|
20668
20797
|
"raw": "/**\n * path to the component host.\n */",
|
|
20669
|
-
"comment": "path to the component host."
|
|
20798
|
+
"comment": "path to the component host.",
|
|
20799
|
+
"tags": []
|
|
20670
20800
|
},
|
|
20671
20801
|
"signature": "(property) ComponentFactory.path: string",
|
|
20672
20802
|
"name": "path",
|
|
@@ -20716,7 +20846,8 @@
|
|
|
20716
20846
|
"character": 3
|
|
20717
20847
|
},
|
|
20718
20848
|
"raw": "/**\n * resolve a `string` component ID to an instance of a ComponentID.\n */",
|
|
20719
|
-
"comment": "resolve a `string` component ID to an instance of a ComponentID."
|
|
20849
|
+
"comment": "resolve a `string` component ID to an instance of a ComponentID.",
|
|
20850
|
+
"tags": []
|
|
20720
20851
|
},
|
|
20721
20852
|
"signature": "(method) ComponentFactory.resolveComponentId(id: string | BitId | ComponentID): Promise<ComponentID>",
|
|
20722
20853
|
"name": "resolveComponentId",
|
|
@@ -20822,7 +20953,8 @@
|
|
|
20822
20953
|
"character": 3
|
|
20823
20954
|
},
|
|
20824
20955
|
"raw": "/**\n * resolve multiple `string` component ID to an instance of a ComponentID.\n */",
|
|
20825
|
-
"comment": "resolve multiple `string` component ID to an instance of a ComponentID."
|
|
20956
|
+
"comment": "resolve multiple `string` component ID to an instance of a ComponentID.",
|
|
20957
|
+
"tags": []
|
|
20826
20958
|
},
|
|
20827
20959
|
"signature": "(method) ComponentFactory.resolveMultipleComponentIds(ids: (string | BitId | ComponentID)[]): Promise<ComponentID[]>",
|
|
20828
20960
|
"name": "resolveMultipleComponentIds",
|
|
@@ -20952,7 +21084,8 @@
|
|
|
20952
21084
|
"character": 3
|
|
20953
21085
|
},
|
|
20954
21086
|
"raw": "/**\n * returns a component by ID.\n */",
|
|
20955
|
-
"comment": "returns a component by ID."
|
|
21087
|
+
"comment": "returns a component by ID.",
|
|
21088
|
+
"tags": []
|
|
20956
21089
|
},
|
|
20957
21090
|
"signature": "(method) ComponentFactory.get(id: ComponentID): Promise<Component | undefined>",
|
|
20958
21091
|
"name": "get",
|
|
@@ -21039,7 +21172,8 @@
|
|
|
21039
21172
|
"character": 3
|
|
21040
21173
|
},
|
|
21041
21174
|
"raw": "/**\n * returns the legacy representation of a component with minimal loading.\n * when loaded from the workspace, it won't run any Harmony hooks and even won't load dependencies.\n * it's good to get raw aspects data or some basic properties.\n * use carefully. prefer using `get()` instead.\n */",
|
|
21042
|
-
"comment": "returns the legacy representation of a component with minimal loading.\nwhen loaded from the workspace, it won't run any Harmony hooks and even won't load dependencies.\nit's good to get raw aspects data or some basic properties.\nuse carefully. prefer using `get()` instead."
|
|
21175
|
+
"comment": "returns the legacy representation of a component with minimal loading.\nwhen loaded from the workspace, it won't run any Harmony hooks and even won't load dependencies.\nit's good to get raw aspects data or some basic properties.\nuse carefully. prefer using `get()` instead.",
|
|
21176
|
+
"tags": []
|
|
21043
21177
|
},
|
|
21044
21178
|
"signature": "(method) ComponentFactory.getLegacyMinimal(id: ComponentID): Promise<ConsumerComponent | undefined>",
|
|
21045
21179
|
"name": "getLegacyMinimal",
|
|
@@ -21127,7 +21261,8 @@
|
|
|
21127
21261
|
"character": 3
|
|
21128
21262
|
},
|
|
21129
21263
|
"raw": "/**\n * returns many components by ids.\n */",
|
|
21130
|
-
"comment": "returns many components by ids."
|
|
21264
|
+
"comment": "returns many components by ids.",
|
|
21265
|
+
"tags": []
|
|
21131
21266
|
},
|
|
21132
21267
|
"signature": "(method) ComponentFactory.getMany(ids: ComponentID[]): Promise<Component[]>",
|
|
21133
21268
|
"name": "getMany",
|
|
@@ -21211,7 +21346,8 @@
|
|
|
21211
21346
|
"character": 3
|
|
21212
21347
|
},
|
|
21213
21348
|
"raw": "/**\n * returns many components by their legacy representation.\n */",
|
|
21214
|
-
"comment": "returns many components by their legacy representation."
|
|
21349
|
+
"comment": "returns many components by their legacy representation.",
|
|
21350
|
+
"tags": []
|
|
21215
21351
|
},
|
|
21216
21352
|
"signature": "(method) ComponentFactory.getManyByLegacy(components: ConsumerComponent[]): Promise<Component[]>",
|
|
21217
21353
|
"name": "getManyByLegacy",
|
|
@@ -21291,7 +21427,8 @@
|
|
|
21291
21427
|
"character": 3
|
|
21292
21428
|
},
|
|
21293
21429
|
"raw": "/**\n * get a component from a remote without importing it\n */",
|
|
21294
|
-
"comment": "get a component from a remote without importing it"
|
|
21430
|
+
"comment": "get a component from a remote without importing it",
|
|
21431
|
+
"tags": []
|
|
21295
21432
|
},
|
|
21296
21433
|
"signature": "(property) ComponentFactory.getRemoteComponent?: ((id: ComponentID) => Promise<Component>) | undefined",
|
|
21297
21434
|
"name": "getRemoteComponent",
|
|
@@ -21370,7 +21507,8 @@
|
|
|
21370
21507
|
"character": 3
|
|
21371
21508
|
},
|
|
21372
21509
|
"raw": "/**\n * important - prefer using `getGraphIds()` if you don't need the component objects.\n * this method has a performance penalty. it must import all flattened-dependencies objects from the remotes.\n */",
|
|
21373
|
-
"comment": "important - prefer using `getGraphIds()` if you don't need the component objects.\nthis method has a performance penalty. it must import all flattened-dependencies objects from the remotes."
|
|
21510
|
+
"comment": "important - prefer using `getGraphIds()` if you don't need the component objects.\nthis method has a performance penalty. it must import all flattened-dependencies objects from the remotes.",
|
|
21511
|
+
"tags": []
|
|
21374
21512
|
},
|
|
21375
21513
|
"signature": "(method) ComponentFactory.getGraph(ids?: ComponentID[], shouldThrowOnMissingDep?: boolean): Promise<Graph<Component, string>>",
|
|
21376
21514
|
"name": "getGraph",
|
|
@@ -21491,7 +21629,8 @@
|
|
|
21491
21629
|
"character": 3
|
|
21492
21630
|
},
|
|
21493
21631
|
"raw": "/**\n * get graph of the given component-ids and all their dependencies (recursively/flattened).\n * the nodes are ComponentIds and is much faster than `this.getGraph()`.\n */",
|
|
21494
|
-
"comment": "get graph of the given component-ids and all their dependencies (recursively/flattened).\nthe nodes are ComponentIds and is much faster than `this.getGraph()`."
|
|
21632
|
+
"comment": "get graph of the given component-ids and all their dependencies (recursively/flattened).\nthe nodes are ComponentIds and is much faster than `this.getGraph()`.",
|
|
21633
|
+
"tags": []
|
|
21495
21634
|
},
|
|
21496
21635
|
"signature": "(method) ComponentFactory.getGraphIds(ids?: ComponentID[], shouldThrowOnMissingDep?: boolean): Promise<CompIdGraph>",
|
|
21497
21636
|
"name": "getGraphIds",
|
|
@@ -21786,7 +21925,8 @@
|
|
|
21786
21925
|
"character": 3
|
|
21787
21926
|
},
|
|
21788
21927
|
"raw": "/**\n * returns a specific state of a component by hash or semver.\n */",
|
|
21789
|
-
"comment": "returns a specific state of a component by hash or semver."
|
|
21928
|
+
"comment": "returns a specific state of a component by hash or semver.",
|
|
21929
|
+
"tags": []
|
|
21790
21930
|
},
|
|
21791
21931
|
"signature": "(method) ComponentFactory.getState(id: ComponentID, snapId: string): Promise<State>",
|
|
21792
21932
|
"name": "getState",
|
|
@@ -21874,7 +22014,8 @@
|
|
|
21874
22014
|
"character": 3
|
|
21875
22015
|
},
|
|
21876
22016
|
"raw": "/**\n * returns a specific snap of a component by hash.\n */",
|
|
21877
|
-
"comment": "returns a specific snap of a component by hash."
|
|
22017
|
+
"comment": "returns a specific snap of a component by hash.",
|
|
22018
|
+
"tags": []
|
|
21878
22019
|
},
|
|
21879
22020
|
"signature": "(method) ComponentFactory.getSnap(id: ComponentID, snapId: string): Promise<Snap>",
|
|
21880
22021
|
"name": "getSnap",
|
|
@@ -21962,7 +22103,8 @@
|
|
|
21962
22103
|
"character": 3
|
|
21963
22104
|
},
|
|
21964
22105
|
"raw": "/**\n * load aspects.\n * returns the loaded aspect ids including the loaded versions.\n */",
|
|
21965
|
-
"comment": "load aspects.\nreturns the loaded aspect ids including the loaded versions."
|
|
22106
|
+
"comment": "load aspects.\nreturns the loaded aspect ids including the loaded versions.",
|
|
22107
|
+
"tags": []
|
|
21966
22108
|
},
|
|
21967
22109
|
"signature": "(property) ComponentFactory.loadAspects: (ids: string[], throwOnError?: boolean, neededFor?: string, opts?: any) => Promise<string[]>",
|
|
21968
22110
|
"name": "loadAspects",
|
|
@@ -22112,7 +22254,8 @@
|
|
|
22112
22254
|
"character": 3
|
|
22113
22255
|
},
|
|
22114
22256
|
"raw": "/**\n * Resolve dirs for aspects\n */",
|
|
22115
|
-
"comment": "Resolve dirs for aspects"
|
|
22257
|
+
"comment": "Resolve dirs for aspects",
|
|
22258
|
+
"tags": []
|
|
22116
22259
|
},
|
|
22117
22260
|
"signature": "(property) ComponentFactory.resolveAspects: (runtimeName?: string, componentIds?: ComponentID[], opts?: ResolveAspectsOptions) => Promise<AspectDefinition[]>",
|
|
22118
22261
|
"name": "resolveAspects",
|
|
@@ -22251,7 +22394,8 @@
|
|
|
22251
22394
|
"character": 3
|
|
22252
22395
|
},
|
|
22253
22396
|
"raw": "/**\n * list all components in the host.\n */",
|
|
22254
|
-
"comment": "list all components in the host."
|
|
22397
|
+
"comment": "list all components in the host.",
|
|
22398
|
+
"tags": []
|
|
22255
22399
|
},
|
|
22256
22400
|
"signature": "(method) ComponentFactory.list(filter?: {\n offset: number;\n limit: number;\n}): Promise<Component[]>",
|
|
22257
22401
|
"name": "list",
|
|
@@ -22363,7 +22507,8 @@
|
|
|
22363
22507
|
"character": 3
|
|
22364
22508
|
},
|
|
22365
22509
|
"raw": "/**\n * list invalid components, such as components with missing files on the fs.\n */",
|
|
22366
|
-
"comment": "list invalid components, such as components with missing files on the fs."
|
|
22510
|
+
"comment": "list invalid components, such as components with missing files on the fs.",
|
|
22511
|
+
"tags": []
|
|
22367
22512
|
},
|
|
22368
22513
|
"signature": "(method) ComponentFactory.listInvalid(): Promise<InvalidComponent[]>",
|
|
22369
22514
|
"name": "listInvalid",
|
|
@@ -22490,7 +22635,8 @@
|
|
|
22490
22635
|
"character": 3
|
|
22491
22636
|
},
|
|
22492
22637
|
"raw": "/**\n * get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\n * it uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n * (among others) negate character \"!\" to exclude ids. See the package page for more supported characters.\n */",
|
|
22493
|
-
"comment": "get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\nit uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n(among others) negate character \"!\" to exclude ids. See the package page for more supported characters."
|
|
22638
|
+
"comment": "get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\nit uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n(among others) negate character \"!\" to exclude ids. See the package page for more supported characters.",
|
|
22639
|
+
"tags": []
|
|
22494
22640
|
},
|
|
22495
22641
|
"signature": "(method) ComponentFactory.idsByPattern(pattern: string, throwForNoMatch?: boolean): Promise<ComponentID[]>",
|
|
22496
22642
|
"name": "idsByPattern",
|
|
@@ -22763,7 +22909,8 @@
|
|
|
22763
22909
|
"character": 3
|
|
22764
22910
|
},
|
|
22765
22911
|
"raw": "/**\n * whether a component is not the same as its head.\n * for a new component, it'll return \"true\" as it has no head yet.\n * this is relevant for component from the workspace, where it can be locally changed. on the scope it's always false\n */",
|
|
22766
|
-
"comment": "whether a component is not the same as its head.\nfor a new component, it'll return \"true\" as it has no head yet.\nthis is relevant for component from the workspace, where it can be locally changed. on the scope it's always false"
|
|
22912
|
+
"comment": "whether a component is not the same as its head.\nfor a new component, it'll return \"true\" as it has no head yet.\nthis is relevant for component from the workspace, where it can be locally changed. on the scope it's always false",
|
|
22913
|
+
"tags": []
|
|
22767
22914
|
},
|
|
22768
22915
|
"signature": "(method) ComponentFactory.isModified(component: Component): Promise<boolean>",
|
|
22769
22916
|
"name": "isModified",
|
|
@@ -22826,7 +22973,8 @@
|
|
|
22826
22973
|
"character": 3
|
|
22827
22974
|
},
|
|
22828
22975
|
"raw": "/**\n * whether the component exists on the remote.\n */",
|
|
22829
|
-
"comment": "whether the component exists on the remote."
|
|
22976
|
+
"comment": "whether the component exists on the remote.",
|
|
22977
|
+
"tags": []
|
|
22830
22978
|
},
|
|
22831
22979
|
"signature": "(method) ComponentFactory.isExported(componentId: ComponentID): boolean",
|
|
22832
22980
|
"name": "isExported",
|
|
@@ -22883,7 +23031,8 @@
|
|
|
22883
23031
|
"character": 3
|
|
22884
23032
|
},
|
|
22885
23033
|
"raw": "/**\n * write the component to the filesystem when applicable (no-op for scope).\n * to change the component-path, specify the \"rootPath\", which should be a relative path inside the workspace.\n */",
|
|
22886
|
-
"comment": "write the component to the filesystem when applicable (no-op for scope).\nto change the component-path, specify the \"rootPath\", which should be a relative path inside the workspace."
|
|
23034
|
+
"comment": "write the component to the filesystem when applicable (no-op for scope).\nto change the component-path, specify the \"rootPath\", which should be a relative path inside the workspace.",
|
|
23035
|
+
"tags": []
|
|
22887
23036
|
},
|
|
22888
23037
|
"signature": "(method) ComponentFactory.write(component: Component, rootPath?: string): Promise<void>",
|
|
22889
23038
|
"name": "write",
|
|
@@ -22966,7 +23115,8 @@
|
|
|
22966
23115
|
"character": 3
|
|
22967
23116
|
},
|
|
22968
23117
|
"raw": "/**\n * determine whether host should be the prior one in case multiple hosts persist.\n */",
|
|
22969
|
-
"comment": "determine whether host should be the prior one in case multiple hosts persist."
|
|
23118
|
+
"comment": "determine whether host should be the prior one in case multiple hosts persist.",
|
|
23119
|
+
"tags": []
|
|
22970
23120
|
},
|
|
22971
23121
|
"signature": "(property) ComponentFactory.priority?: boolean | undefined",
|
|
22972
23122
|
"name": "priority",
|
|
@@ -23010,7 +23160,8 @@
|
|
|
23010
23160
|
"character": 1
|
|
23011
23161
|
},
|
|
23012
23162
|
"raw": "/**\n * list of aspects, each may have data and artifacts saved per component.\n */",
|
|
23013
|
-
"comment": "list of aspects, each may have data and artifacts saved per component."
|
|
23163
|
+
"comment": "list of aspects, each may have data and artifacts saved per component.",
|
|
23164
|
+
"tags": []
|
|
23014
23165
|
},
|
|
23015
23166
|
"signature": "class AspectList",
|
|
23016
23167
|
"name": "AspectList",
|
|
@@ -23218,7 +23369,8 @@
|
|
|
23218
23369
|
"character": 3
|
|
23219
23370
|
},
|
|
23220
23371
|
"raw": "/**\n * transform an aspect list into a new one without the given aspect ids\n */",
|
|
23221
|
-
"comment": "transform an aspect list into a new one without the given aspect ids"
|
|
23372
|
+
"comment": "transform an aspect list into a new one without the given aspect ids",
|
|
23373
|
+
"tags": []
|
|
23222
23374
|
},
|
|
23223
23375
|
"signature": "(method) AspectList.withoutEntries(aspectIds: string[]): AspectList",
|
|
23224
23376
|
"name": "withoutEntries",
|
|
@@ -23305,7 +23457,8 @@
|
|
|
23305
23457
|
"character": 3
|
|
23306
23458
|
},
|
|
23307
23459
|
"raw": "/**\n * get an aspect from the list using a serialized ID.\n */",
|
|
23308
|
-
"comment": "get an aspect from the list using a serialized ID."
|
|
23460
|
+
"comment": "get an aspect from the list using a serialized ID.",
|
|
23461
|
+
"tags": []
|
|
23309
23462
|
},
|
|
23310
23463
|
"signature": "(method) AspectList.get(id: string): AspectEntry | undefined",
|
|
23311
23464
|
"name": "get",
|
|
@@ -23376,7 +23529,8 @@
|
|
|
23376
23529
|
"character": 3
|
|
23377
23530
|
},
|
|
23378
23531
|
"raw": "/**\n * find aspect by component ID.\n */",
|
|
23379
|
-
"comment": "find aspect by component ID."
|
|
23532
|
+
"comment": "find aspect by component ID.",
|
|
23533
|
+
"tags": []
|
|
23380
23534
|
},
|
|
23381
23535
|
"signature": "(method) AspectList.find(id: ComponentID, ignoreVersion?: boolean): AspectEntry | undefined",
|
|
23382
23536
|
"name": "find",
|
|
@@ -23473,7 +23627,8 @@
|
|
|
23473
23627
|
"character": 3
|
|
23474
23628
|
},
|
|
23475
23629
|
"raw": "/**\n * transform an aspect list into a new one.\n */",
|
|
23476
|
-
"comment": "transform an aspect list into a new one."
|
|
23630
|
+
"comment": "transform an aspect list into a new one.",
|
|
23631
|
+
"tags": []
|
|
23477
23632
|
},
|
|
23478
23633
|
"signature": "(method) AspectList.map(predicate: (entry: AspectEntry) => AspectEntry): AspectList",
|
|
23479
23634
|
"name": "map",
|
|
@@ -23558,7 +23713,8 @@
|
|
|
23558
23713
|
"character": 3
|
|
23559
23714
|
},
|
|
23560
23715
|
"raw": "/**\n * transform an aspect list into a new one.\n */",
|
|
23561
|
-
"comment": "transform an aspect list into a new one."
|
|
23716
|
+
"comment": "transform an aspect list into a new one.",
|
|
23717
|
+
"tags": []
|
|
23562
23718
|
},
|
|
23563
23719
|
"signature": "(method) AspectList.pmap(predicate: (entry: AspectEntry) => Promise<AspectEntry>): Promise<AspectList>",
|
|
23564
23720
|
"name": "pmap",
|
|
@@ -24624,7 +24780,8 @@
|
|
|
24624
24780
|
"character": 1
|
|
24625
24781
|
},
|
|
24626
24782
|
"raw": "/**\n * `Tag` provides a sematic reference to a specific state `Snap` in the working tree.\n */",
|
|
24627
|
-
"comment": "`Tag` provides a sematic reference to a specific state `Snap` in the working tree."
|
|
24783
|
+
"comment": "`Tag` provides a sematic reference to a specific state `Snap` in the working tree.",
|
|
24784
|
+
"tags": []
|
|
24628
24785
|
},
|
|
24629
24786
|
"signature": "class Tag",
|
|
24630
24787
|
"name": "Tag",
|
|
@@ -24707,7 +24864,8 @@
|
|
|
24707
24864
|
"character": 3
|
|
24708
24865
|
},
|
|
24709
24866
|
"raw": "/**\n * create a plain tag object.\n */",
|
|
24710
|
-
"comment": "create a plain tag object."
|
|
24867
|
+
"comment": "create a plain tag object.",
|
|
24868
|
+
"tags": []
|
|
24711
24869
|
},
|
|
24712
24870
|
"signature": "(method) Tag.toObject(): TagProps",
|
|
24713
24871
|
"name": "toObject",
|
|
@@ -25085,7 +25243,8 @@
|
|
|
25085
25243
|
"character": 3
|
|
25086
25244
|
},
|
|
25087
25245
|
"raw": "/**\n * get snap by hash.\n */",
|
|
25088
|
-
"comment": "get snap by hash."
|
|
25246
|
+
"comment": "get snap by hash.",
|
|
25247
|
+
"tags": []
|
|
25089
25248
|
},
|
|
25090
25249
|
"signature": "(method) TagMap.byHash(hash: Hash): Tag | undefined",
|
|
25091
25250
|
"name": "byHash",
|
|
@@ -25137,7 +25296,8 @@
|
|
|
25137
25296
|
"character": 3
|
|
25138
25297
|
},
|
|
25139
25298
|
"raw": "/**\n * e.g.\n * {\n * alpha: '1.0.0-alpha.5',\n * dev: '2.2.4-dev.37\n * }\n */",
|
|
25140
|
-
"comment": "e.g.\n{\n alpha: '1.0.0-alpha.5',\n dev: '2.2.4-dev.37\n}"
|
|
25299
|
+
"comment": "e.g.\n{\n alpha: '1.0.0-alpha.5',\n dev: '2.2.4-dev.37\n}",
|
|
25300
|
+
"tags": []
|
|
25141
25301
|
},
|
|
25142
25302
|
"signature": "(method) TagMap.getPreReleaseLatestTags(): {\n [preRelease: string]: string;\n}",
|
|
25143
25303
|
"name": "getPreReleaseLatestTags",
|
|
@@ -25206,7 +25366,8 @@
|
|
|
25206
25366
|
"character": 3
|
|
25207
25367
|
},
|
|
25208
25368
|
"raw": "/**\n * Get a map that map snap hash to tag\n */",
|
|
25209
|
-
"comment": "Get a map that map snap hash to tag"
|
|
25369
|
+
"comment": "Get a map that map snap hash to tag",
|
|
25370
|
+
"tags": []
|
|
25210
25371
|
},
|
|
25211
25372
|
"signature": "(method) TagMap.getHashMap(): Map<Hash, Tag>",
|
|
25212
25373
|
"name": "getHashMap",
|
|
@@ -25257,7 +25418,8 @@
|
|
|
25257
25418
|
"character": 3
|
|
25258
25419
|
},
|
|
25259
25420
|
"raw": "/**\n * get the latest semver from the tag map.\n */",
|
|
25260
|
-
"comment": "get the latest semver from the tag map."
|
|
25421
|
+
"comment": "get the latest semver from the tag map.",
|
|
25422
|
+
"tags": []
|
|
25261
25423
|
},
|
|
25262
25424
|
"signature": "(method) TagMap.getLatest(): string",
|
|
25263
25425
|
"name": "getLatest",
|
|
@@ -25309,7 +25471,8 @@
|
|
|
25309
25471
|
"character": 3
|
|
25310
25472
|
},
|
|
25311
25473
|
"raw": "/**\n * get an array of all tags.\n */",
|
|
25312
|
-
"comment": "get an array of all tags."
|
|
25474
|
+
"comment": "get an array of all tags.",
|
|
25475
|
+
"tags": []
|
|
25313
25476
|
},
|
|
25314
25477
|
"signature": "(method) TagMap.toArray(): Tag[]",
|
|
25315
25478
|
"name": "toArray",
|
|
@@ -25512,7 +25675,7 @@
|
|
|
25512
25675
|
"_legacy": {
|
|
25513
25676
|
"scope": "teambit.component",
|
|
25514
25677
|
"name": "component",
|
|
25515
|
-
"version": "1.0.
|
|
25678
|
+
"version": "1.0.311"
|
|
25516
25679
|
},
|
|
25517
25680
|
"_scope": "teambit.component"
|
|
25518
25681
|
}
|
|
@@ -25723,7 +25886,8 @@
|
|
|
25723
25886
|
"character": 3
|
|
25724
25887
|
},
|
|
25725
25888
|
"raw": "/**\n * register a new component host.\n */",
|
|
25726
|
-
"comment": "register a new component host."
|
|
25889
|
+
"comment": "register a new component host.",
|
|
25890
|
+
"tags": []
|
|
25727
25891
|
},
|
|
25728
25892
|
"signature": "(method) ComponentMain.registerHost(host: ComponentFactory): this",
|
|
25729
25893
|
"name": "registerHost",
|
|
@@ -25775,7 +25939,8 @@
|
|
|
25775
25939
|
"character": 3
|
|
25776
25940
|
},
|
|
25777
25941
|
"raw": "/**\n * important! avoid using this method.\n * seems like this method was written to work around a very specific case when the ComponentID of the aspects are\n * not available. in case of new components, to get the ComponentID, the workspace-aspect is needed to get the\n * default-scope. when this method is called from the scope, there is no way to get the real component-id.\n * instead, this method asks for the \"scope\", which when called by the scope-aspect is the current scope-name.\n * it may or may not be the real scope-name of the aspect.\n * to fix this possibly incorrect scope-name, the `workspace.resolveScopeAspectListIds()` checks whether the\n * scope-name is the same as scope.name, and if so, resolve it to the correct scope-name.\n */",
|
|
25778
|
-
"comment": "important! avoid using this method.\nseems like this method was written to work around a very specific case when the ComponentID of the aspects are\nnot available. in case of new components, to get the ComponentID, the workspace-aspect is needed to get the\ndefault-scope. when this method is called from the scope, there is no way to get the real component-id.\ninstead, this method asks for the \"scope\", which when called by the scope-aspect is the current scope-name.\nit may or may not be the real scope-name of the aspect.\nto fix this possibly incorrect scope-name, the `workspace.resolveScopeAspectListIds()` checks whether the\nscope-name is the same as scope.name, and if so, resolve it to the correct scope-name."
|
|
25942
|
+
"comment": "important! avoid using this method.\nseems like this method was written to work around a very specific case when the ComponentID of the aspects are\nnot available. in case of new components, to get the ComponentID, the workspace-aspect is needed to get the\ndefault-scope. when this method is called from the scope, there is no way to get the real component-id.\ninstead, this method asks for the \"scope\", which when called by the scope-aspect is the current scope-name.\nit may or may not be the real scope-name of the aspect.\nto fix this possibly incorrect scope-name, the `workspace.resolveScopeAspectListIds()` checks whether the\nscope-name is the same as scope.name, and if so, resolve it to the correct scope-name.",
|
|
25943
|
+
"tags": []
|
|
25779
25944
|
},
|
|
25780
25945
|
"signature": "(method) ComponentMain.createAspectListFromLegacy(legacyExtensionDataList: ExtensionDataList): AspectList",
|
|
25781
25946
|
"name": "createAspectListFromLegacy",
|
|
@@ -25928,7 +26093,8 @@
|
|
|
25928
26093
|
"character": 3
|
|
25929
26094
|
},
|
|
25930
26095
|
"raw": "/**\n * set the prior host.\n */",
|
|
25931
|
-
"comment": "set the prior host."
|
|
26096
|
+
"comment": "set the prior host.",
|
|
26097
|
+
"tags": []
|
|
25932
26098
|
},
|
|
25933
26099
|
"signature": "(method) ComponentMain.setHostPriority(id: string): this",
|
|
25934
26100
|
"name": "setHostPriority",
|
|
@@ -25980,7 +26146,8 @@
|
|
|
25980
26146
|
"character": 3
|
|
25981
26147
|
},
|
|
25982
26148
|
"raw": "/**\n * get component host by extension ID.\n */",
|
|
25983
|
-
"comment": "get component host by extension ID."
|
|
26149
|
+
"comment": "get component host by extension ID.",
|
|
26150
|
+
"tags": []
|
|
25984
26151
|
},
|
|
25985
26152
|
"signature": "(method) ComponentMain.getHost(id?: string): ComponentFactory",
|
|
25986
26153
|
"name": "getHost",
|
|
@@ -26223,7 +26390,8 @@
|
|
|
26223
26390
|
"character": 3
|
|
26224
26391
|
},
|
|
26225
26392
|
"raw": "/**\n * register a show fragment to display further information in the `bit show` command.\n */",
|
|
26226
|
-
"comment": "register a show fragment to display further information in the `bit show` command."
|
|
26393
|
+
"comment": "register a show fragment to display further information in the `bit show` command.",
|
|
26394
|
+
"tags": []
|
|
26227
26395
|
},
|
|
26228
26396
|
"signature": "(method) ComponentMain.registerShowFragments(showFragments: ShowFragment[]): this",
|
|
26229
26397
|
"name": "registerShowFragments",
|
|
@@ -27614,7 +27782,8 @@
|
|
|
27614
27782
|
"character": 3
|
|
27615
27783
|
},
|
|
27616
27784
|
"raw": "/** register widgets to the components listed in the command bar */",
|
|
27617
|
-
"comment": "register widgets to the components listed in the command bar"
|
|
27785
|
+
"comment": "register widgets to the components listed in the command bar",
|
|
27786
|
+
"tags": []
|
|
27618
27787
|
},
|
|
27619
27788
|
"signature": "(property) ComponentUI.registerSearchResultWidget: (...items: ComponentResultPlugin[]) => void",
|
|
27620
27789
|
"name": "registerSearchResultWidget",
|
|
@@ -27959,7 +28128,7 @@
|
|
|
27959
28128
|
"__schema": "UnImplementedSchema",
|
|
27960
28129
|
"location": {
|
|
27961
28130
|
"filePath": "component.ui.runtime.tsx",
|
|
27962
|
-
"line":
|
|
28131
|
+
"line": 369,
|
|
27963
28132
|
"character": 16
|
|
27964
28133
|
},
|
|
27965
28134
|
"name": "ComponentUI",
|
|
@@ -27971,7 +28140,7 @@
|
|
|
27971
28140
|
"__schema": "UnImplementedSchema",
|
|
27972
28141
|
"location": {
|
|
27973
28142
|
"filePath": "component.ui.runtime.tsx",
|
|
27974
|
-
"line":
|
|
28143
|
+
"line": 371,
|
|
27975
28144
|
"character": 1
|
|
27976
28145
|
},
|
|
27977
28146
|
"name": "ComponentAspect.addRuntime(ComponentUI);",
|
|
@@ -28058,7 +28227,8 @@
|
|
|
28058
28227
|
"character": 3
|
|
28059
28228
|
},
|
|
28060
28229
|
"raw": "/**\n * text to be used in the mobile res dropdown\n */",
|
|
28061
|
-
"comment": "text to be used in the mobile res dropdown"
|
|
28230
|
+
"comment": "text to be used in the mobile res dropdown",
|
|
28231
|
+
"tags": []
|
|
28062
28232
|
},
|
|
28063
28233
|
"signature": "(property) Section.displayName?: string | undefined",
|
|
28064
28234
|
"name": "displayName",
|
|
@@ -28259,7 +28429,8 @@
|
|
|
28259
28429
|
"character": 3
|
|
28260
28430
|
},
|
|
28261
28431
|
"raw": "/**\n * component model.\n */",
|
|
28262
|
-
"comment": "component model."
|
|
28432
|
+
"comment": "component model.",
|
|
28433
|
+
"tags": []
|
|
28263
28434
|
},
|
|
28264
28435
|
"signature": "(property) component: ComponentModel",
|
|
28265
28436
|
"name": "component",
|
|
@@ -28289,7 +28460,8 @@
|
|
|
28289
28460
|
"character": 3
|
|
28290
28461
|
},
|
|
28291
28462
|
"raw": "/**\n * component children.\n */",
|
|
28292
|
-
"comment": "component children."
|
|
28463
|
+
"comment": "component children.",
|
|
28464
|
+
"tags": []
|
|
28293
28465
|
},
|
|
28294
28466
|
"signature": "(property) children: React.ReactNode",
|
|
28295
28467
|
"name": "children",
|
|
@@ -28407,7 +28579,8 @@
|
|
|
28407
28579
|
"character": 3
|
|
28408
28580
|
},
|
|
28409
28581
|
"raw": "/**\n * component model.\n */",
|
|
28410
|
-
"comment": "component model."
|
|
28582
|
+
"comment": "component model.",
|
|
28583
|
+
"tags": []
|
|
28411
28584
|
},
|
|
28412
28585
|
"signature": "(property) componentDescriptor?: ComponentDescriptor | undefined",
|
|
28413
28586
|
"name": "componentDescriptor",
|
|
@@ -28442,7 +28615,8 @@
|
|
|
28442
28615
|
"character": 3
|
|
28443
28616
|
},
|
|
28444
28617
|
"raw": "/**\n * component children.\n */",
|
|
28445
|
-
"comment": "component children."
|
|
28618
|
+
"comment": "component children.",
|
|
28619
|
+
"tags": []
|
|
28446
28620
|
},
|
|
28447
28621
|
"signature": "(property) children: React.ReactNode",
|
|
28448
28622
|
"name": "children",
|
|
@@ -29101,6 +29275,7 @@
|
|
|
29101
29275
|
"character": 3
|
|
29102
29276
|
},
|
|
29103
29277
|
"raw": "/**\n * @deprecated\n * use @property navPlugins\n */",
|
|
29278
|
+
"comment": "",
|
|
29104
29279
|
"tags": [
|
|
29105
29280
|
{
|
|
29106
29281
|
"__schema": "TagSchema",
|
|
@@ -29153,6 +29328,7 @@
|
|
|
29153
29328
|
"character": 3
|
|
29154
29329
|
},
|
|
29155
29330
|
"raw": "/**\n * @deprecated\n * use @property widgetPlugins\n */",
|
|
29331
|
+
"comment": "",
|
|
29156
29332
|
"tags": [
|
|
29157
29333
|
{
|
|
29158
29334
|
"__schema": "TagSchema",
|
|
@@ -29299,7 +29475,8 @@
|
|
|
29299
29475
|
"character": 3
|
|
29300
29476
|
},
|
|
29301
29477
|
"raw": "/**\n * A className to pass to the secondary nav, i.e dropdown\n */",
|
|
29302
|
-
"comment": "A className to pass to the secondary nav, i.e dropdown"
|
|
29478
|
+
"comment": "A className to pass to the secondary nav, i.e dropdown",
|
|
29479
|
+
"tags": []
|
|
29303
29480
|
},
|
|
29304
29481
|
"signature": "(property) secondaryNavClassName?: string | undefined",
|
|
29305
29482
|
"name": "secondaryNavClassName",
|
|
@@ -29865,7 +30042,8 @@
|
|
|
29865
30042
|
"character": 3
|
|
29866
30043
|
},
|
|
29867
30044
|
"raw": "/**\n * skip the right side.\n */",
|
|
29868
|
-
"comment": "skip the right side."
|
|
30045
|
+
"comment": "skip the right side.",
|
|
30046
|
+
"tags": []
|
|
29869
30047
|
},
|
|
29870
30048
|
"signature": "(property) skipRightSide?: boolean | undefined",
|
|
29871
30049
|
"name": "skipRightSide",
|
|
@@ -29895,7 +30073,8 @@
|
|
|
29895
30073
|
"character": 3
|
|
29896
30074
|
},
|
|
29897
30075
|
"raw": "/**\n * custom render the right side\n */",
|
|
29898
|
-
"comment": "custom render the right side"
|
|
30076
|
+
"comment": "custom render the right side",
|
|
30077
|
+
"tags": []
|
|
29899
30078
|
},
|
|
29900
30079
|
"signature": "(property) RightNode?: React.ReactNode",
|
|
29901
30080
|
"name": "RightNode",
|
|
@@ -29925,7 +30104,8 @@
|
|
|
29925
30104
|
"character": 3
|
|
29926
30105
|
},
|
|
29927
30106
|
"raw": "/**\n * slot for top bar menu nav items\n */",
|
|
29928
|
-
"comment": "slot for top bar menu nav items"
|
|
30107
|
+
"comment": "slot for top bar menu nav items",
|
|
30108
|
+
"tags": []
|
|
29929
30109
|
},
|
|
29930
30110
|
"signature": "(property) navigationSlot: OrderedNavigationSlot",
|
|
29931
30111
|
"name": "navigationSlot",
|
|
@@ -29956,7 +30136,8 @@
|
|
|
29956
30136
|
"character": 3
|
|
29957
30137
|
},
|
|
29958
30138
|
"raw": "/**\n * right side navigation menu item slot\n */",
|
|
29959
|
-
"comment": "right side navigation menu item slot"
|
|
30139
|
+
"comment": "right side navigation menu item slot",
|
|
30140
|
+
"tags": []
|
|
29960
30141
|
},
|
|
29961
30142
|
"signature": "(property) widgetSlot: OrderedNavigationSlot",
|
|
29962
30143
|
"name": "widgetSlot",
|
|
@@ -29987,7 +30168,8 @@
|
|
|
29987
30168
|
"character": 3
|
|
29988
30169
|
},
|
|
29989
30170
|
"raw": "/**\n * right side menu item slot\n */",
|
|
29990
|
-
"comment": "right side menu item slot"
|
|
30171
|
+
"comment": "right side menu item slot",
|
|
30172
|
+
"tags": []
|
|
29991
30173
|
},
|
|
29992
30174
|
"signature": "(property) rightSideMenuSlot: RightSideMenuSlot",
|
|
29993
30175
|
"name": "rightSideMenuSlot",
|
|
@@ -30018,7 +30200,8 @@
|
|
|
30018
30200
|
"character": 3
|
|
30019
30201
|
},
|
|
30020
30202
|
"raw": "/**\n * workspace or scope\n */",
|
|
30021
|
-
"comment": "workspace or scope"
|
|
30203
|
+
"comment": "workspace or scope",
|
|
30204
|
+
"tags": []
|
|
30022
30205
|
},
|
|
30023
30206
|
"signature": "(property) host: string",
|
|
30024
30207
|
"name": "host",
|
|
@@ -30048,7 +30231,8 @@
|
|
|
30048
30231
|
"character": 3
|
|
30049
30232
|
},
|
|
30050
30233
|
"raw": "/**\n * main dropdown item slot\n */",
|
|
30051
|
-
"comment": "main dropdown item slot"
|
|
30234
|
+
"comment": "main dropdown item slot",
|
|
30235
|
+
"tags": []
|
|
30052
30236
|
},
|
|
30053
30237
|
"signature": "(property) menuItemSlot: MenuItemSlot",
|
|
30054
30238
|
"name": "menuItemSlot",
|
|
@@ -30335,7 +30519,8 @@
|
|
|
30335
30519
|
"character": 1
|
|
30336
30520
|
},
|
|
30337
30521
|
"raw": "/**\n * top bar menu.\n */",
|
|
30338
|
-
"comment": "top bar menu."
|
|
30522
|
+
"comment": "top bar menu.",
|
|
30523
|
+
"tags": []
|
|
30339
30524
|
},
|
|
30340
30525
|
"signature": "function ComponentMenu({ navigationSlot, widgetSlot, className, host, menuItemSlot, consumeMethodSlot, rightSideMenuSlot, componentIdStr, skipRightSide, RightNode, useComponent, path, useComponentFilters, }: MenuProps): React.JSX.Element",
|
|
30341
30526
|
"name": "ComponentMenu",
|
|
@@ -32011,7 +32196,7 @@
|
|
|
32011
32196
|
"_legacy": {
|
|
32012
32197
|
"scope": "teambit.component",
|
|
32013
32198
|
"name": "component",
|
|
32014
|
-
"version": "1.0.
|
|
32199
|
+
"version": "1.0.311"
|
|
32015
32200
|
},
|
|
32016
32201
|
"_scope": "teambit.component"
|
|
32017
32202
|
}
|
|
@@ -32662,7 +32847,8 @@
|
|
|
32662
32847
|
"character": 3
|
|
32663
32848
|
},
|
|
32664
32849
|
"raw": "/**\n * Full dev server url.\n */",
|
|
32665
|
-
"comment": "Full dev server url."
|
|
32850
|
+
"comment": "Full dev server url.",
|
|
32851
|
+
"tags": []
|
|
32666
32852
|
},
|
|
32667
32853
|
"signature": "(property) url?: string | undefined",
|
|
32668
32854
|
"name": "url",
|
|
@@ -32692,7 +32878,8 @@
|
|
|
32692
32878
|
"character": 3
|
|
32693
32879
|
},
|
|
32694
32880
|
"raw": "/**\n * host of the component server (used mostly by cloud providers for remote scopes)\n */",
|
|
32695
|
-
"comment": "host of the component server (used mostly by cloud providers for remote scopes)"
|
|
32881
|
+
"comment": "host of the component server (used mostly by cloud providers for remote scopes)",
|
|
32882
|
+
"tags": []
|
|
32696
32883
|
},
|
|
32697
32884
|
"signature": "(property) host?: string | undefined",
|
|
32698
32885
|
"name": "host",
|
|
@@ -32722,7 +32909,8 @@
|
|
|
32722
32909
|
"character": 3
|
|
32723
32910
|
},
|
|
32724
32911
|
"raw": "/**\n * This is used mostly by cloud to proxy requests to the correct scope.\n */",
|
|
32725
|
-
"comment": "This is used mostly by cloud to proxy requests to the correct scope."
|
|
32912
|
+
"comment": "This is used mostly by cloud to proxy requests to the correct scope.",
|
|
32913
|
+
"tags": []
|
|
32726
32914
|
},
|
|
32727
32915
|
"signature": "(property) basePath?: string | undefined",
|
|
32728
32916
|
"name": "basePath",
|
|
@@ -33239,7 +33427,8 @@
|
|
|
33239
33427
|
"character": 3
|
|
33240
33428
|
},
|
|
33241
33429
|
"raw": "/**\n * create an instance of a component from a plain object.\n */",
|
|
33242
|
-
"comment": "create an instance of a component from a plain object."
|
|
33430
|
+
"comment": "create an instance of a component from a plain object.",
|
|
33431
|
+
"tags": []
|
|
33243
33432
|
},
|
|
33244
33433
|
"signature": "(method) ComponentModel.from({ id, server, displayName, compositions, packageName, tags, deprecation, buildStatus, env, status, issuesCount, description, labels, host, latest, preview, size, logs, }: ComponentModelProps): ComponentModel",
|
|
33245
33434
|
"name": "from",
|
|
@@ -33762,7 +33951,8 @@
|
|
|
33762
33951
|
"character": 3
|
|
33763
33952
|
},
|
|
33764
33953
|
"raw": "/**\n * render a row into the `show` CLI.\n */",
|
|
33765
|
-
"comment": "render a row into the `show` CLI."
|
|
33954
|
+
"comment": "render a row into the `show` CLI.",
|
|
33955
|
+
"tags": []
|
|
33766
33956
|
},
|
|
33767
33957
|
"signature": "(method) ShowFragment.renderRow(component: Component): Promise<ShowRow>",
|
|
33768
33958
|
"name": "renderRow",
|
|
@@ -33825,7 +34015,8 @@
|
|
|
33825
34015
|
"character": 3
|
|
33826
34016
|
},
|
|
33827
34017
|
"raw": "/**\n * return a json output.\n */",
|
|
33828
|
-
"comment": "return a json output."
|
|
34018
|
+
"comment": "return a json output.",
|
|
34019
|
+
"tags": []
|
|
33829
34020
|
},
|
|
33830
34021
|
"signature": "(method) ShowFragment.json?(component: Component): Promise<JSONRow>",
|
|
33831
34022
|
"name": "json",
|
|
@@ -33889,7 +34080,8 @@
|
|
|
33889
34080
|
"character": 3
|
|
33890
34081
|
},
|
|
33891
34082
|
"raw": "/**\n * weight is used to determine the position of the fragment\n * within the `show` table.\n */",
|
|
33892
|
-
"comment": "weight is used to determine the position of the fragment\nwithin the `show` table."
|
|
34083
|
+
"comment": "weight is used to determine the position of the fragment\nwithin the `show` table.",
|
|
34084
|
+
"tags": []
|
|
33893
34085
|
},
|
|
33894
34086
|
"signature": "(property) ShowFragment.weight?: number | undefined",
|
|
33895
34087
|
"name": "weight",
|
|
@@ -33932,7 +34124,8 @@
|
|
|
33932
34124
|
"character": 3
|
|
33933
34125
|
},
|
|
33934
34126
|
"raw": "/**\n * name of the field.\n */",
|
|
33935
|
-
"comment": "name of the field."
|
|
34127
|
+
"comment": "name of the field.",
|
|
34128
|
+
"tags": []
|
|
33936
34129
|
},
|
|
33937
34130
|
"signature": "(property) JSONRow.title: string",
|
|
33938
34131
|
"name": "title",
|
|
@@ -33962,7 +34155,8 @@
|
|
|
33962
34155
|
"character": 3
|
|
33963
34156
|
},
|
|
33964
34157
|
"raw": "/**\n * json content.\n * TODO: change this from any to a more structured type (e.g. Serializable).\n */",
|
|
33965
|
-
"comment": "json content.\nTODO: change this from any to a more structured type (e.g. Serializable)."
|
|
34158
|
+
"comment": "json content.\nTODO: change this from any to a more structured type (e.g. Serializable).",
|
|
34159
|
+
"tags": []
|
|
33966
34160
|
},
|
|
33967
34161
|
"signature": "(property) JSONRow.json: any",
|
|
33968
34162
|
"name": "json",
|
|
@@ -34005,7 +34199,8 @@
|
|
|
34005
34199
|
"character": 3
|
|
34006
34200
|
},
|
|
34007
34201
|
"raw": "/**\n * title of the fragment\n */",
|
|
34008
|
-
"comment": "title of the fragment"
|
|
34202
|
+
"comment": "title of the fragment",
|
|
34203
|
+
"tags": []
|
|
34009
34204
|
},
|
|
34010
34205
|
"signature": "(property) ShowRow.title: string",
|
|
34011
34206
|
"name": "title",
|
|
@@ -34035,7 +34230,8 @@
|
|
|
34035
34230
|
"character": 3
|
|
34036
34231
|
},
|
|
34037
34232
|
"raw": "/**\n * content to render within the fragment.\n */",
|
|
34038
|
-
"comment": "content to render within the fragment."
|
|
34233
|
+
"comment": "content to render within the fragment.",
|
|
34234
|
+
"tags": []
|
|
34039
34235
|
},
|
|
34040
34236
|
"signature": "(property) ShowRow.content: string",
|
|
34041
34237
|
"name": "content",
|
|
@@ -34500,7 +34696,7 @@
|
|
|
34500
34696
|
"componentId": {
|
|
34501
34697
|
"scope": "teambit.component",
|
|
34502
34698
|
"name": "component",
|
|
34503
|
-
"version": "1.0.
|
|
34699
|
+
"version": "1.0.311"
|
|
34504
34700
|
},
|
|
34505
34701
|
"taggedModuleExports": []
|
|
34506
34702
|
}
|