@alloy-js/core 0.17.0 → 0.18.0-dev.3
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/dist/src/binder.d.ts +2 -1
- package/dist/src/binder.d.ts.map +1 -1
- package/dist/src/binder.js +2 -2
- package/dist/src/code.d.ts +1 -1
- package/dist/src/code.d.ts.map +1 -1
- package/dist/src/components/Block.d.ts +1 -1
- package/dist/src/components/Block.d.ts.map +1 -1
- package/dist/src/components/Declaration.d.ts +1 -1
- package/dist/src/components/Declaration.d.ts.map +1 -1
- package/dist/src/components/Declaration.js +1 -1
- package/dist/src/components/For.d.ts +1 -1
- package/dist/src/components/For.d.ts.map +1 -1
- package/dist/src/components/For.js +1 -1
- package/dist/src/components/Indent.d.ts +1 -1
- package/dist/src/components/Indent.d.ts.map +1 -1
- package/dist/src/components/List.d.ts +1 -1
- package/dist/src/components/List.d.ts.map +1 -1
- package/dist/src/components/List.js +2 -1
- package/dist/src/components/MemberDeclaration.d.ts +2 -2
- package/dist/src/components/MemberDeclaration.d.ts.map +1 -1
- package/dist/src/components/MemberDeclaration.js +2 -1
- package/dist/src/components/MemberScope.d.ts +2 -2
- package/dist/src/components/MemberScope.d.ts.map +1 -1
- package/dist/src/components/Output.d.ts +1 -1
- package/dist/src/components/Output.d.ts.map +1 -1
- package/dist/src/components/Output.js +1 -1
- package/dist/src/components/Prose.d.ts +1 -1
- package/dist/src/components/Prose.d.ts.map +1 -1
- package/dist/src/components/ReferenceOrContent.d.ts +1 -1
- package/dist/src/components/ReferenceOrContent.d.ts.map +1 -1
- package/dist/src/components/Scope.d.ts +1 -1
- package/dist/src/components/Scope.d.ts.map +1 -1
- package/dist/src/components/Show.d.ts +1 -1
- package/dist/src/components/Show.d.ts.map +1 -1
- package/dist/src/components/SourceDirectory.d.ts +1 -1
- package/dist/src/components/SourceDirectory.d.ts.map +1 -1
- package/dist/src/components/SourceDirectory.js +1 -1
- package/dist/src/components/SourceFile.d.ts +1 -1
- package/dist/src/components/SourceFile.d.ts.map +1 -1
- package/dist/src/components/SourceFile.js +1 -1
- package/dist/src/components/StatementList.d.ts +1 -1
- package/dist/src/components/StatementList.d.ts.map +1 -1
- package/dist/src/components/Switch.d.ts +2 -2
- package/dist/src/components/Switch.d.ts.map +1 -1
- package/dist/src/components/Switch.js +2 -1
- package/dist/src/components/Wrap.d.ts +1 -1
- package/dist/src/components/Wrap.d.ts.map +1 -1
- package/dist/src/context/binder.d.ts +1 -1
- package/dist/src/context/binder.d.ts.map +1 -1
- package/dist/src/context/source-file.d.ts +1 -1
- package/dist/src/context/source-file.d.ts.map +1 -1
- package/dist/src/context.d.ts +2 -2
- package/dist/src/context.d.ts.map +1 -1
- package/dist/src/context.js +1 -1
- package/dist/src/debug.d.ts +1 -0
- package/dist/src/debug.d.ts.map +1 -1
- package/dist/src/debug.js +4 -1
- package/dist/src/index.d.ts +4 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +4 -1
- package/dist/src/jsx-runtime.d.ts +4 -281
- package/dist/src/jsx-runtime.d.ts.map +1 -1
- package/dist/src/jsx-runtime.js +3 -319
- package/dist/src/props-combinators.d.ts +19 -0
- package/dist/src/props-combinators.d.ts.map +1 -0
- package/dist/src/props-combinators.js +108 -0
- package/dist/src/reactive-union-set.d.ts.map +1 -1
- package/dist/src/reactive-union-set.js +1 -1
- package/dist/src/reactivity.d.ts +75 -0
- package/dist/src/reactivity.d.ts.map +1 -0
- package/dist/src/reactivity.js +141 -0
- package/dist/src/render.d.ts +5 -1
- package/dist/src/render.d.ts.map +1 -1
- package/dist/src/render.js +68 -15
- package/dist/src/runtime/component.d.ts +24 -0
- package/dist/src/runtime/component.d.ts.map +1 -0
- package/dist/src/runtime/component.js +19 -0
- package/dist/src/runtime/intrinsic.d.ts +168 -0
- package/dist/src/runtime/intrinsic.d.ts.map +1 -0
- package/dist/src/runtime/intrinsic.js +11 -0
- package/dist/src/slot.d.ts +2 -2
- package/dist/src/slot.d.ts.map +1 -1
- package/dist/src/slot.js +1 -1
- package/dist/src/stc.d.ts +1 -1
- package/dist/src/stc.d.ts.map +1 -1
- package/dist/src/sti.d.ts +7 -6
- package/dist/src/sti.d.ts.map +1 -1
- package/dist/src/sti.js +1 -1
- package/dist/src/symbols/flags.d.ts +70 -0
- package/dist/src/symbols/flags.d.ts.map +1 -0
- package/dist/src/symbols/flags.js +72 -0
- package/dist/src/symbols/index.d.ts +1 -0
- package/dist/src/symbols/index.d.ts.map +1 -1
- package/dist/src/symbols/index.js +1 -0
- package/dist/src/symbols/output-scope.d.ts +2 -24
- package/dist/src/symbols/output-scope.d.ts.map +1 -1
- package/dist/src/symbols/output-scope.js +1 -25
- package/dist/src/symbols/output-symbol.d.ts +2 -47
- package/dist/src/symbols/output-symbol.d.ts.map +1 -1
- package/dist/src/symbols/output-symbol.js +2 -48
- package/dist/src/symbols/symbol-flow.d.ts.map +1 -1
- package/dist/src/symbols/symbol-flow.js +2 -2
- package/dist/src/symbols/symbol-slot.d.ts +1 -1
- package/dist/src/symbols/symbol-slot.d.ts.map +1 -1
- package/dist/src/symbols/symbol-slot.js +1 -1
- package/dist/src/symbols/symbol-table.d.ts +3 -3
- package/dist/src/symbols/symbol-table.d.ts.map +1 -1
- package/dist/src/tap.d.ts +1 -1
- package/dist/src/tap.d.ts.map +1 -1
- package/dist/src/tracer.d.ts +60 -3
- package/dist/src/tracer.d.ts.map +1 -1
- package/dist/src/tracer.js +60 -5
- package/dist/src/utils.d.ts +4 -3
- package/dist/src/utils.d.ts.map +1 -1
- package/dist/src/utils.js +2 -1
- package/dist/test/props-with-defaults.test.js +1 -1
- package/dist/test/reactive-union-set.test.js +1 -1
- package/dist/test/reactivity/cleanup.test.js +2 -1
- package/dist/test/reactivity/memo.test.js +1 -1
- package/dist/test/reactivity/untrack.test.js +1 -1
- package/dist/test/rendering/memoization.test.js +2 -1
- package/dist/test/split-props.test.js +1 -1
- package/dist/test/symbols/output-scope.test.js +2 -1
- package/dist/test/symbols/output-symbol.test.js +4 -3
- package/dist/test/symbols/resolution.test.js +2 -1
- package/dist/test/symbols/utils.d.ts +3 -2
- package/dist/test/symbols/utils.d.ts.map +1 -1
- package/dist/test/symbols/utils.js +2 -1
- package/dist/testing/extend-expect.d.ts +15 -0
- package/dist/testing/extend-expect.d.ts.map +1 -1
- package/dist/testing/extend-expect.js +2 -1
- package/dist/testing/render.d.ts +1 -1
- package/dist/testing/render.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -4
- package/src/binder.ts +3 -5
- package/src/code.ts +1 -1
- package/src/components/Block.tsx +1 -1
- package/src/components/Declaration.tsx +2 -1
- package/src/components/For.tsx +2 -1
- package/src/components/Indent.tsx +1 -1
- package/src/components/List.tsx +3 -1
- package/src/components/MemberDeclaration.tsx +4 -3
- package/src/components/MemberScope.tsx +2 -2
- package/src/components/Output.tsx +2 -1
- package/src/components/Prose.tsx +1 -1
- package/src/components/ReferenceOrContent.tsx +1 -1
- package/src/components/Scope.tsx +1 -1
- package/src/components/Show.tsx +1 -1
- package/src/components/SourceDirectory.tsx +2 -1
- package/src/components/SourceFile.tsx +2 -1
- package/src/components/StatementList.tsx +1 -1
- package/src/components/Switch.tsx +2 -1
- package/src/components/Wrap.tsx +1 -1
- package/src/context/binder.ts +1 -1
- package/src/context/source-file.ts +1 -1
- package/src/context.ts +3 -7
- package/src/debug.ts +5 -1
- package/src/index.ts +4 -1
- package/src/jsx-runtime.ts +15 -690
- package/src/props-combinators.ts +148 -0
- package/src/reactive-union-set.ts +1 -1
- package/src/reactivity.ts +230 -0
- package/src/render.ts +97 -26
- package/src/runtime/component.ts +67 -0
- package/src/runtime/intrinsic.ts +199 -0
- package/src/slot.ts +3 -4
- package/src/stc.ts +2 -2
- package/src/sti.ts +11 -11
- package/src/symbols/flags.ts +82 -0
- package/src/symbols/index.ts +1 -0
- package/src/symbols/output-scope.ts +2 -29
- package/src/symbols/output-symbol.ts +2 -55
- package/src/symbols/symbol-flow.ts +3 -7
- package/src/symbols/symbol-slot.tsx +2 -1
- package/src/symbols/symbol-table.ts +3 -3
- package/src/tap.ts +1 -1
- package/src/tracer.ts +38 -4
- package/src/utils.tsx +7 -5
- package/temp/api.json +984 -1261
- package/test/props-with-defaults.test.ts +1 -1
- package/test/reactive-union-set.test.tsx +1 -1
- package/test/reactivity/cleanup.test.tsx +2 -1
- package/test/reactivity/memo.test.tsx +1 -1
- package/test/reactivity/untrack.test.ts +1 -1
- package/test/rendering/basic.test.tsx +1 -1
- package/test/rendering/memoization.test.tsx +1 -1
- package/test/split-props.test.ts +1 -1
- package/test/symbols/output-scope.test.ts +2 -4
- package/test/symbols/output-symbol.test.ts +4 -7
- package/test/symbols/resolution.test.ts +2 -4
- package/test/symbols/utils.ts +3 -5
- package/test/utils.test.tsx +1 -1
- package/testing/extend-expect.ts +16 -0
- package/testing/render.ts +1 -2
package/temp/api.json
CHANGED
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"text": ";"
|
|
196
196
|
}
|
|
197
197
|
],
|
|
198
|
-
"fileUrlPath": "src/
|
|
198
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
199
199
|
"releaseTag": "Public",
|
|
200
200
|
"name": "AlignIntrinsicElement",
|
|
201
201
|
"typeTokenRange": {
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
"text": ";"
|
|
1728
1728
|
}
|
|
1729
1729
|
],
|
|
1730
|
-
"fileUrlPath": "src/
|
|
1730
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
1731
1731
|
"releaseTag": "Public",
|
|
1732
1732
|
"name": "BreakParentIntrinsicElement",
|
|
1733
1733
|
"typeTokenRange": {
|
|
@@ -1758,7 +1758,7 @@
|
|
|
1758
1758
|
"text": ";"
|
|
1759
1759
|
}
|
|
1760
1760
|
],
|
|
1761
|
-
"fileUrlPath": "src/
|
|
1761
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
1762
1762
|
"releaseTag": "Public",
|
|
1763
1763
|
"name": "BrIntrinsicElement",
|
|
1764
1764
|
"typeTokenRange": {
|
|
@@ -1825,7 +1825,7 @@
|
|
|
1825
1825
|
"text": ";"
|
|
1826
1826
|
}
|
|
1827
1827
|
],
|
|
1828
|
-
"fileUrlPath": "src/
|
|
1828
|
+
"fileUrlPath": "src/runtime/component.ts",
|
|
1829
1829
|
"releaseTag": "Public",
|
|
1830
1830
|
"name": "Child",
|
|
1831
1831
|
"typeTokenRange": {
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
"text": ";"
|
|
1938
1938
|
}
|
|
1939
1939
|
],
|
|
1940
|
-
"fileUrlPath": "src/
|
|
1940
|
+
"fileUrlPath": "src/runtime/component.ts",
|
|
1941
1941
|
"releaseTag": "Public",
|
|
1942
1942
|
"name": "Children",
|
|
1943
1943
|
"typeTokenRange": {
|
|
@@ -2149,7 +2149,7 @@
|
|
|
2149
2149
|
"text": "> "
|
|
2150
2150
|
}
|
|
2151
2151
|
],
|
|
2152
|
-
"fileUrlPath": "src/
|
|
2152
|
+
"fileUrlPath": "src/runtime/component.ts",
|
|
2153
2153
|
"releaseTag": "Public",
|
|
2154
2154
|
"typeParameters": [
|
|
2155
2155
|
{
|
|
@@ -2454,7 +2454,7 @@
|
|
|
2454
2454
|
"text": "> "
|
|
2455
2455
|
}
|
|
2456
2456
|
],
|
|
2457
|
-
"fileUrlPath": "src/
|
|
2457
|
+
"fileUrlPath": "src/runtime/component.ts",
|
|
2458
2458
|
"releaseTag": "Public",
|
|
2459
2459
|
"typeParameters": [
|
|
2460
2460
|
{
|
|
@@ -2607,7 +2607,7 @@
|
|
|
2607
2607
|
"text": "> "
|
|
2608
2608
|
}
|
|
2609
2609
|
],
|
|
2610
|
-
"fileUrlPath": "src/
|
|
2610
|
+
"fileUrlPath": "src/runtime/component.ts",
|
|
2611
2611
|
"releaseTag": "Public",
|
|
2612
2612
|
"typeParameters": [
|
|
2613
2613
|
{
|
|
@@ -2682,7 +2682,7 @@
|
|
|
2682
2682
|
"text": "export interface Context "
|
|
2683
2683
|
}
|
|
2684
2684
|
],
|
|
2685
|
-
"fileUrlPath": "src/
|
|
2685
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
2686
2686
|
"releaseTag": "Public",
|
|
2687
2687
|
"name": "Context",
|
|
2688
2688
|
"preserveMemberOrder": false,
|
|
@@ -3195,7 +3195,7 @@
|
|
|
3195
3195
|
"text": ";"
|
|
3196
3196
|
}
|
|
3197
3197
|
],
|
|
3198
|
-
"fileUrlPath": "src/
|
|
3198
|
+
"fileUrlPath": "src/runtime/component.ts",
|
|
3199
3199
|
"returnTypeTokenRange": {
|
|
3200
3200
|
"startIndex": 10,
|
|
3201
3201
|
"endIndex": 12
|
|
@@ -3358,7 +3358,7 @@
|
|
|
3358
3358
|
"text": ";"
|
|
3359
3359
|
}
|
|
3360
3360
|
],
|
|
3361
|
-
"fileUrlPath": "src/
|
|
3361
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
3362
3362
|
"returnTypeTokenRange": {
|
|
3363
3363
|
"startIndex": 5,
|
|
3364
3364
|
"endIndex": 6
|
|
@@ -3478,8 +3478,8 @@
|
|
|
3478
3478
|
},
|
|
3479
3479
|
{
|
|
3480
3480
|
"kind": "Reference",
|
|
3481
|
-
"text": "
|
|
3482
|
-
"canonicalReference": "@alloy-js/core!
|
|
3481
|
+
"text": "IntrinsicElements",
|
|
3482
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
3483
3483
|
},
|
|
3484
3484
|
{
|
|
3485
3485
|
"kind": "Content",
|
|
@@ -3495,8 +3495,8 @@
|
|
|
3495
3495
|
},
|
|
3496
3496
|
{
|
|
3497
3497
|
"kind": "Reference",
|
|
3498
|
-
"text": "
|
|
3499
|
-
"canonicalReference": "@alloy-js/core!
|
|
3498
|
+
"text": "IntrinsicElements",
|
|
3499
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
3500
3500
|
},
|
|
3501
3501
|
{
|
|
3502
3502
|
"kind": "Content",
|
|
@@ -3520,7 +3520,7 @@
|
|
|
3520
3520
|
"text": ";"
|
|
3521
3521
|
}
|
|
3522
3522
|
],
|
|
3523
|
-
"fileUrlPath": "src/
|
|
3523
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
3524
3524
|
"returnTypeTokenRange": {
|
|
3525
3525
|
"startIndex": 9,
|
|
3526
3526
|
"endIndex": 11
|
|
@@ -4322,7 +4322,7 @@
|
|
|
4322
4322
|
"text": "export interface CustomContext "
|
|
4323
4323
|
}
|
|
4324
4324
|
],
|
|
4325
|
-
"fileUrlPath": "src/
|
|
4325
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
4326
4326
|
"releaseTag": "Public",
|
|
4327
4327
|
"name": "CustomContext",
|
|
4328
4328
|
"preserveMemberOrder": false,
|
|
@@ -4429,7 +4429,7 @@
|
|
|
4429
4429
|
"text": ";"
|
|
4430
4430
|
}
|
|
4431
4431
|
],
|
|
4432
|
-
"fileUrlPath": "src/
|
|
4432
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
4433
4433
|
"releaseTag": "Public",
|
|
4434
4434
|
"name": "CustomContextChildrenCallback",
|
|
4435
4435
|
"typeTokenRange": {
|
|
@@ -4800,7 +4800,7 @@
|
|
|
4800
4800
|
"text": ";"
|
|
4801
4801
|
}
|
|
4802
4802
|
],
|
|
4803
|
-
"fileUrlPath": "src/
|
|
4803
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
4804
4804
|
"releaseTag": "Public",
|
|
4805
4805
|
"name": "DedentIntrinsicElement",
|
|
4806
4806
|
"typeTokenRange": {
|
|
@@ -4831,7 +4831,7 @@
|
|
|
4831
4831
|
"text": ";"
|
|
4832
4832
|
}
|
|
4833
4833
|
],
|
|
4834
|
-
"fileUrlPath": "src/
|
|
4834
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
4835
4835
|
"releaseTag": "Public",
|
|
4836
4836
|
"name": "DedentToRootIntrinsicElement",
|
|
4837
4837
|
"typeTokenRange": {
|
|
@@ -4886,7 +4886,7 @@
|
|
|
4886
4886
|
"text": ";"
|
|
4887
4887
|
}
|
|
4888
4888
|
],
|
|
4889
|
-
"fileUrlPath": "src/
|
|
4889
|
+
"fileUrlPath": "src/props-combinators.ts",
|
|
4890
4890
|
"returnTypeTokenRange": {
|
|
4891
4891
|
"startIndex": 8,
|
|
4892
4892
|
"endIndex": 9
|
|
@@ -4936,7 +4936,7 @@
|
|
|
4936
4936
|
"text": "export interface Disposable "
|
|
4937
4937
|
}
|
|
4938
4938
|
],
|
|
4939
|
-
"fileUrlPath": "src/
|
|
4939
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
4940
4940
|
"releaseTag": "Public",
|
|
4941
4941
|
"name": "Disposable_2",
|
|
4942
4942
|
"preserveMemberOrder": false,
|
|
@@ -5004,7 +5004,7 @@
|
|
|
5004
5004
|
"text": ";"
|
|
5005
5005
|
}
|
|
5006
5006
|
],
|
|
5007
|
-
"fileUrlPath": "src/
|
|
5007
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
5008
5008
|
"returnTypeTokenRange": {
|
|
5009
5009
|
"startIndex": 5,
|
|
5010
5010
|
"endIndex": 6
|
|
@@ -5085,7 +5085,7 @@
|
|
|
5085
5085
|
"text": ";"
|
|
5086
5086
|
}
|
|
5087
5087
|
],
|
|
5088
|
-
"fileUrlPath": "src/
|
|
5088
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
5089
5089
|
"releaseTag": "Public",
|
|
5090
5090
|
"name": "ElementCache",
|
|
5091
5091
|
"typeTokenRange": {
|
|
@@ -5121,7 +5121,7 @@
|
|
|
5121
5121
|
"text": ";"
|
|
5122
5122
|
}
|
|
5123
5123
|
],
|
|
5124
|
-
"fileUrlPath": "src/
|
|
5124
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
5125
5125
|
"releaseTag": "Public",
|
|
5126
5126
|
"name": "ElementCacheKey",
|
|
5127
5127
|
"typeTokenRange": {
|
|
@@ -5220,7 +5220,7 @@
|
|
|
5220
5220
|
"text": ";"
|
|
5221
5221
|
}
|
|
5222
5222
|
],
|
|
5223
|
-
"fileUrlPath": "src/
|
|
5223
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
5224
5224
|
"releaseTag": "Public",
|
|
5225
5225
|
"name": "FillIntrinsicElement",
|
|
5226
5226
|
"typeTokenRange": {
|
|
@@ -5265,12 +5265,12 @@
|
|
|
5265
5265
|
},
|
|
5266
5266
|
{
|
|
5267
5267
|
"kind": "Content",
|
|
5268
|
-
"text": "<import(\"
|
|
5268
|
+
"text": "<import(\"./runtime/component.js\")."
|
|
5269
5269
|
},
|
|
5270
5270
|
{
|
|
5271
5271
|
"kind": "Reference",
|
|
5272
5272
|
"text": "Props",
|
|
5273
|
-
"canonicalReference": "@alloy-js/core
|
|
5273
|
+
"canonicalReference": "@alloy-js/core!Props:type"
|
|
5274
5274
|
},
|
|
5275
5275
|
{
|
|
5276
5276
|
"kind": "Content",
|
|
@@ -5345,12 +5345,12 @@
|
|
|
5345
5345
|
},
|
|
5346
5346
|
{
|
|
5347
5347
|
"kind": "Content",
|
|
5348
|
-
"text": "<import(\"
|
|
5348
|
+
"text": "<import(\"./runtime/component.js\")."
|
|
5349
5349
|
},
|
|
5350
5350
|
{
|
|
5351
5351
|
"kind": "Reference",
|
|
5352
5352
|
"text": "Props",
|
|
5353
|
-
"canonicalReference": "@alloy-js/core
|
|
5353
|
+
"canonicalReference": "@alloy-js/core!Props:type"
|
|
5354
5354
|
},
|
|
5355
5355
|
{
|
|
5356
5356
|
"kind": "Content",
|
|
@@ -5963,7 +5963,7 @@
|
|
|
5963
5963
|
"text": ";"
|
|
5964
5964
|
}
|
|
5965
5965
|
],
|
|
5966
|
-
"fileUrlPath": "src/
|
|
5966
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
5967
5967
|
"returnTypeTokenRange": {
|
|
5968
5968
|
"startIndex": 1,
|
|
5969
5969
|
"endIndex": 3
|
|
@@ -6043,7 +6043,7 @@
|
|
|
6043
6043
|
"text": ";"
|
|
6044
6044
|
}
|
|
6045
6045
|
],
|
|
6046
|
-
"fileUrlPath": "src/
|
|
6046
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
6047
6047
|
"returnTypeTokenRange": {
|
|
6048
6048
|
"startIndex": 1,
|
|
6049
6049
|
"endIndex": 2
|
|
@@ -6169,7 +6169,7 @@
|
|
|
6169
6169
|
"text": ";"
|
|
6170
6170
|
}
|
|
6171
6171
|
],
|
|
6172
|
-
"fileUrlPath": "src/
|
|
6172
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
6173
6173
|
"releaseTag": "Public",
|
|
6174
6174
|
"name": "GroupIntrinsicElement",
|
|
6175
6175
|
"typeTokenRange": {
|
|
@@ -6200,7 +6200,7 @@
|
|
|
6200
6200
|
"text": ";"
|
|
6201
6201
|
}
|
|
6202
6202
|
],
|
|
6203
|
-
"fileUrlPath": "src/
|
|
6203
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
6204
6204
|
"releaseTag": "Public",
|
|
6205
6205
|
"name": "HardlineIntrinsicElement",
|
|
6206
6206
|
"typeTokenRange": {
|
|
@@ -6231,7 +6231,7 @@
|
|
|
6231
6231
|
"text": ";"
|
|
6232
6232
|
}
|
|
6233
6233
|
],
|
|
6234
|
-
"fileUrlPath": "src/
|
|
6234
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
6235
6235
|
"releaseTag": "Public",
|
|
6236
6236
|
"name": "HbrIntrinsicElement",
|
|
6237
6237
|
"typeTokenRange": {
|
|
@@ -6262,7 +6262,7 @@
|
|
|
6262
6262
|
"text": ";"
|
|
6263
6263
|
}
|
|
6264
6264
|
],
|
|
6265
|
-
"fileUrlPath": "src/
|
|
6265
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
6266
6266
|
"releaseTag": "Public",
|
|
6267
6267
|
"name": "IfBreakIntrinsicElement",
|
|
6268
6268
|
"typeTokenRange": {
|
|
@@ -6340,7 +6340,7 @@
|
|
|
6340
6340
|
"text": ";"
|
|
6341
6341
|
}
|
|
6342
6342
|
],
|
|
6343
|
-
"fileUrlPath": "src/
|
|
6343
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
6344
6344
|
"releaseTag": "Public",
|
|
6345
6345
|
"name": "IndentIfBreakIntrinsicElement",
|
|
6346
6346
|
"typeTokenRange": {
|
|
@@ -6371,7 +6371,7 @@
|
|
|
6371
6371
|
"text": ";"
|
|
6372
6372
|
}
|
|
6373
6373
|
],
|
|
6374
|
-
"fileUrlPath": "src/
|
|
6374
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
6375
6375
|
"releaseTag": "Public",
|
|
6376
6376
|
"name": "IndentIntrinsicElement",
|
|
6377
6377
|
"typeTokenRange": {
|
|
@@ -6796,7 +6796,7 @@
|
|
|
6796
6796
|
"text": ";"
|
|
6797
6797
|
}
|
|
6798
6798
|
],
|
|
6799
|
-
"fileUrlPath": "src/
|
|
6799
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
6800
6800
|
"releaseTag": "Public",
|
|
6801
6801
|
"name": "IntrinsicElement",
|
|
6802
6802
|
"typeTokenRange": {
|
|
@@ -6819,8 +6819,8 @@
|
|
|
6819
6819
|
},
|
|
6820
6820
|
{
|
|
6821
6821
|
"kind": "Reference",
|
|
6822
|
-
"text": "
|
|
6823
|
-
"canonicalReference": "@alloy-js/core!
|
|
6822
|
+
"text": "IntrinsicElements",
|
|
6823
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
6824
6824
|
},
|
|
6825
6825
|
{
|
|
6826
6826
|
"kind": "Content",
|
|
@@ -6832,15 +6832,15 @@
|
|
|
6832
6832
|
},
|
|
6833
6833
|
{
|
|
6834
6834
|
"kind": "Reference",
|
|
6835
|
-
"text": "
|
|
6836
|
-
"canonicalReference": "@alloy-js/core!
|
|
6835
|
+
"text": "IntrinsicElements",
|
|
6836
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
6837
6837
|
},
|
|
6838
6838
|
{
|
|
6839
6839
|
"kind": "Content",
|
|
6840
6840
|
"text": "> "
|
|
6841
6841
|
}
|
|
6842
6842
|
],
|
|
6843
|
-
"fileUrlPath": "src/
|
|
6843
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
6844
6844
|
"releaseTag": "Public",
|
|
6845
6845
|
"typeParameters": [
|
|
6846
6846
|
{
|
|
@@ -6932,8 +6932,8 @@
|
|
|
6932
6932
|
},
|
|
6933
6933
|
{
|
|
6934
6934
|
"kind": "Reference",
|
|
6935
|
-
"text": "
|
|
6936
|
-
"canonicalReference": "@alloy-js/core!
|
|
6935
|
+
"text": "IntrinsicElements",
|
|
6936
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
6937
6937
|
},
|
|
6938
6938
|
{
|
|
6939
6939
|
"kind": "Content",
|
|
@@ -6970,7 +6970,7 @@
|
|
|
6970
6970
|
"text": "unique symbol"
|
|
6971
6971
|
}
|
|
6972
6972
|
],
|
|
6973
|
-
"fileUrlPath": "src/
|
|
6973
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
6974
6974
|
"isReadonly": true,
|
|
6975
6975
|
"releaseTag": "Public",
|
|
6976
6976
|
"name": "intrinsicElementKey",
|
|
@@ -6980,178 +6980,844 @@
|
|
|
6980
6980
|
}
|
|
6981
6981
|
},
|
|
6982
6982
|
{
|
|
6983
|
-
"kind": "
|
|
6984
|
-
"canonicalReference": "@alloy-js/core!
|
|
6983
|
+
"kind": "Interface",
|
|
6984
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface",
|
|
6985
6985
|
"docComment": "",
|
|
6986
6986
|
"excerptTokens": [
|
|
6987
6987
|
{
|
|
6988
6988
|
"kind": "Content",
|
|
6989
|
-
"text": "export
|
|
6990
|
-
},
|
|
6991
|
-
{
|
|
6992
|
-
"kind": "Content",
|
|
6993
|
-
"text": "any"
|
|
6994
|
-
},
|
|
6995
|
-
{
|
|
6996
|
-
"kind": "Content",
|
|
6997
|
-
"text": ">(item: "
|
|
6998
|
-
},
|
|
6999
|
-
{
|
|
7000
|
-
"kind": "Content",
|
|
7001
|
-
"text": "unknown"
|
|
7002
|
-
},
|
|
7003
|
-
{
|
|
7004
|
-
"kind": "Content",
|
|
7005
|
-
"text": ", component?: "
|
|
7006
|
-
},
|
|
7007
|
-
{
|
|
7008
|
-
"kind": "Reference",
|
|
7009
|
-
"text": "Component",
|
|
7010
|
-
"canonicalReference": "@alloy-js/core!Component:interface"
|
|
7011
|
-
},
|
|
7012
|
-
{
|
|
7013
|
-
"kind": "Content",
|
|
7014
|
-
"text": "<TProps>"
|
|
7015
|
-
},
|
|
7016
|
-
{
|
|
7017
|
-
"kind": "Content",
|
|
7018
|
-
"text": "): "
|
|
7019
|
-
},
|
|
7020
|
-
{
|
|
7021
|
-
"kind": "Reference",
|
|
7022
|
-
"text": "item",
|
|
7023
|
-
"canonicalReference": "@alloy-js/core!~item"
|
|
7024
|
-
},
|
|
7025
|
-
{
|
|
7026
|
-
"kind": "Content",
|
|
7027
|
-
"text": " is "
|
|
7028
|
-
},
|
|
7029
|
-
{
|
|
7030
|
-
"kind": "Reference",
|
|
7031
|
-
"text": "ComponentCreator",
|
|
7032
|
-
"canonicalReference": "@alloy-js/core!ComponentCreator:interface"
|
|
7033
|
-
},
|
|
7034
|
-
{
|
|
7035
|
-
"kind": "Content",
|
|
7036
|
-
"text": "<TProps>"
|
|
7037
|
-
},
|
|
7038
|
-
{
|
|
7039
|
-
"kind": "Content",
|
|
7040
|
-
"text": ";"
|
|
6989
|
+
"text": "export interface IntrinsicElements "
|
|
7041
6990
|
}
|
|
7042
6991
|
],
|
|
7043
|
-
"fileUrlPath": "src/
|
|
7044
|
-
"returnTypeTokenRange": {
|
|
7045
|
-
"startIndex": 8,
|
|
7046
|
-
"endIndex": 12
|
|
7047
|
-
},
|
|
6992
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
7048
6993
|
"releaseTag": "Public",
|
|
7049
|
-
"
|
|
7050
|
-
"
|
|
6994
|
+
"name": "IntrinsicElements",
|
|
6995
|
+
"preserveMemberOrder": false,
|
|
6996
|
+
"members": [
|
|
7051
6997
|
{
|
|
7052
|
-
"
|
|
7053
|
-
"
|
|
7054
|
-
|
|
7055
|
-
|
|
7056
|
-
|
|
7057
|
-
|
|
6998
|
+
"kind": "PropertySignature",
|
|
6999
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#align:member",
|
|
7000
|
+
"docComment": "/**\n * Indent the children of this component by either the number of characters\n * indicated by the `width` prop, or by the provided string indicated by the\n * `string` prop.\n */\n",
|
|
7001
|
+
"excerptTokens": [
|
|
7002
|
+
{
|
|
7003
|
+
"kind": "Content",
|
|
7004
|
+
"text": "align: "
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"kind": "Content",
|
|
7008
|
+
"text": "{\n children: "
|
|
7009
|
+
},
|
|
7010
|
+
{
|
|
7011
|
+
"kind": "Reference",
|
|
7012
|
+
"text": "Children",
|
|
7013
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7014
|
+
},
|
|
7015
|
+
{
|
|
7016
|
+
"kind": "Content",
|
|
7017
|
+
"text": ";\n width: number;\n } | {\n children: "
|
|
7018
|
+
},
|
|
7019
|
+
{
|
|
7020
|
+
"kind": "Reference",
|
|
7021
|
+
"text": "Children",
|
|
7022
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7023
|
+
},
|
|
7024
|
+
{
|
|
7025
|
+
"kind": "Content",
|
|
7026
|
+
"text": ";\n string: string;\n }"
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
"kind": "Content",
|
|
7030
|
+
"text": ";"
|
|
7031
|
+
}
|
|
7032
|
+
],
|
|
7033
|
+
"isReadonly": false,
|
|
7034
|
+
"isOptional": false,
|
|
7035
|
+
"releaseTag": "Public",
|
|
7036
|
+
"name": "align",
|
|
7037
|
+
"propertyTypeTokenRange": {
|
|
7038
|
+
"startIndex": 1,
|
|
7039
|
+
"endIndex": 6
|
|
7040
|
+
}
|
|
7058
7041
|
},
|
|
7059
7042
|
{
|
|
7060
|
-
"
|
|
7061
|
-
"
|
|
7062
|
-
|
|
7063
|
-
|
|
7064
|
-
|
|
7065
|
-
|
|
7066
|
-
|
|
7067
|
-
|
|
7068
|
-
|
|
7069
|
-
|
|
7070
|
-
|
|
7071
|
-
|
|
7072
|
-
|
|
7073
|
-
|
|
7074
|
-
|
|
7075
|
-
|
|
7043
|
+
"kind": "PropertySignature",
|
|
7044
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#br:member",
|
|
7045
|
+
"docComment": "/**\n * A regular line break. This will break if the line exceeds the print\n * width, otherwise it will be a space.\n */\n",
|
|
7046
|
+
"excerptTokens": [
|
|
7047
|
+
{
|
|
7048
|
+
"kind": "Content",
|
|
7049
|
+
"text": "br: "
|
|
7050
|
+
},
|
|
7051
|
+
{
|
|
7052
|
+
"kind": "Content",
|
|
7053
|
+
"text": "{}"
|
|
7054
|
+
},
|
|
7055
|
+
{
|
|
7056
|
+
"kind": "Content",
|
|
7057
|
+
"text": ";"
|
|
7058
|
+
}
|
|
7059
|
+
],
|
|
7060
|
+
"isReadonly": false,
|
|
7061
|
+
"isOptional": false,
|
|
7062
|
+
"releaseTag": "Public",
|
|
7063
|
+
"name": "br",
|
|
7064
|
+
"propertyTypeTokenRange": {
|
|
7076
7065
|
"startIndex": 1,
|
|
7077
7066
|
"endIndex": 2
|
|
7078
7067
|
}
|
|
7079
|
-
}
|
|
7080
|
-
],
|
|
7081
|
-
"name": "isComponentCreator"
|
|
7082
|
-
},
|
|
7083
|
-
{
|
|
7084
|
-
"kind": "Function",
|
|
7085
|
-
"canonicalReference": "@alloy-js/core!isCustomContext:function(1)",
|
|
7086
|
-
"docComment": "",
|
|
7087
|
-
"excerptTokens": [
|
|
7088
|
-
{
|
|
7089
|
-
"kind": "Content",
|
|
7090
|
-
"text": "export declare function isCustomContext(child: "
|
|
7091
|
-
},
|
|
7092
|
-
{
|
|
7093
|
-
"kind": "Reference",
|
|
7094
|
-
"text": "Children",
|
|
7095
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7096
|
-
},
|
|
7097
|
-
{
|
|
7098
|
-
"kind": "Content",
|
|
7099
|
-
"text": "): "
|
|
7100
|
-
},
|
|
7101
|
-
{
|
|
7102
|
-
"kind": "Reference",
|
|
7103
|
-
"text": "child",
|
|
7104
|
-
"canonicalReference": "@alloy-js/core!~child"
|
|
7105
|
-
},
|
|
7106
|
-
{
|
|
7107
|
-
"kind": "Content",
|
|
7108
|
-
"text": " is "
|
|
7109
|
-
},
|
|
7110
|
-
{
|
|
7111
|
-
"kind": "Reference",
|
|
7112
|
-
"text": "CustomContext",
|
|
7113
|
-
"canonicalReference": "@alloy-js/core!CustomContext:interface"
|
|
7114
7068
|
},
|
|
7115
7069
|
{
|
|
7116
|
-
"kind": "
|
|
7117
|
-
"
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
|
|
7128
|
-
|
|
7129
|
-
|
|
7130
|
-
|
|
7070
|
+
"kind": "PropertySignature",
|
|
7071
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#breakParent:member",
|
|
7072
|
+
"docComment": "/**\n * Force the parent group to break.\n */\n",
|
|
7073
|
+
"excerptTokens": [
|
|
7074
|
+
{
|
|
7075
|
+
"kind": "Content",
|
|
7076
|
+
"text": "breakParent: "
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
"kind": "Content",
|
|
7080
|
+
"text": "{}"
|
|
7081
|
+
},
|
|
7082
|
+
{
|
|
7083
|
+
"kind": "Content",
|
|
7084
|
+
"text": ";"
|
|
7085
|
+
}
|
|
7086
|
+
],
|
|
7087
|
+
"isReadonly": false,
|
|
7088
|
+
"isOptional": false,
|
|
7089
|
+
"releaseTag": "Public",
|
|
7090
|
+
"name": "breakParent",
|
|
7091
|
+
"propertyTypeTokenRange": {
|
|
7131
7092
|
"startIndex": 1,
|
|
7132
7093
|
"endIndex": 2
|
|
7133
|
-
}
|
|
7134
|
-
"isOptional": false
|
|
7135
|
-
}
|
|
7136
|
-
],
|
|
7137
|
-
"name": "isCustomContext"
|
|
7138
|
-
},
|
|
7139
|
-
{
|
|
7140
|
-
"kind": "Function",
|
|
7141
|
-
"canonicalReference": "@alloy-js/core!isIntrinsicElement:function(1)",
|
|
7142
|
-
"docComment": "",
|
|
7143
|
-
"excerptTokens": [
|
|
7144
|
-
{
|
|
7145
|
-
"kind": "Content",
|
|
7146
|
-
"text": "export declare function isIntrinsicElement(type: "
|
|
7147
|
-
},
|
|
7148
|
-
{
|
|
7149
|
-
"kind": "Content",
|
|
7150
|
-
"text": "unknown"
|
|
7094
|
+
}
|
|
7151
7095
|
},
|
|
7152
7096
|
{
|
|
7153
|
-
"kind": "
|
|
7154
|
-
"
|
|
7097
|
+
"kind": "PropertySignature",
|
|
7098
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#dedent:member",
|
|
7099
|
+
"docComment": "/**\n * Decrease the indentation level of the children of this component.\n * Indentation is determined by the print options provided to the Output\n * component or source file.\n */\n",
|
|
7100
|
+
"excerptTokens": [
|
|
7101
|
+
{
|
|
7102
|
+
"kind": "Content",
|
|
7103
|
+
"text": "dedent: "
|
|
7104
|
+
},
|
|
7105
|
+
{
|
|
7106
|
+
"kind": "Content",
|
|
7107
|
+
"text": "{\n children: "
|
|
7108
|
+
},
|
|
7109
|
+
{
|
|
7110
|
+
"kind": "Reference",
|
|
7111
|
+
"text": "Children",
|
|
7112
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7113
|
+
},
|
|
7114
|
+
{
|
|
7115
|
+
"kind": "Content",
|
|
7116
|
+
"text": ";\n }"
|
|
7117
|
+
},
|
|
7118
|
+
{
|
|
7119
|
+
"kind": "Content",
|
|
7120
|
+
"text": ";"
|
|
7121
|
+
}
|
|
7122
|
+
],
|
|
7123
|
+
"isReadonly": false,
|
|
7124
|
+
"isOptional": false,
|
|
7125
|
+
"releaseTag": "Public",
|
|
7126
|
+
"name": "dedent",
|
|
7127
|
+
"propertyTypeTokenRange": {
|
|
7128
|
+
"startIndex": 1,
|
|
7129
|
+
"endIndex": 4
|
|
7130
|
+
}
|
|
7131
|
+
},
|
|
7132
|
+
{
|
|
7133
|
+
"kind": "PropertySignature",
|
|
7134
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#dedentToRoot:member",
|
|
7135
|
+
"docComment": "/**\n * Decrease the indentation level to the root level specified by\n * `<markAsRoot />`, or else to no indentation.\n */\n",
|
|
7136
|
+
"excerptTokens": [
|
|
7137
|
+
{
|
|
7138
|
+
"kind": "Content",
|
|
7139
|
+
"text": "dedentToRoot: "
|
|
7140
|
+
},
|
|
7141
|
+
{
|
|
7142
|
+
"kind": "Content",
|
|
7143
|
+
"text": "{\n children: "
|
|
7144
|
+
},
|
|
7145
|
+
{
|
|
7146
|
+
"kind": "Reference",
|
|
7147
|
+
"text": "Children",
|
|
7148
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7149
|
+
},
|
|
7150
|
+
{
|
|
7151
|
+
"kind": "Content",
|
|
7152
|
+
"text": ";\n }"
|
|
7153
|
+
},
|
|
7154
|
+
{
|
|
7155
|
+
"kind": "Content",
|
|
7156
|
+
"text": ";"
|
|
7157
|
+
}
|
|
7158
|
+
],
|
|
7159
|
+
"isReadonly": false,
|
|
7160
|
+
"isOptional": false,
|
|
7161
|
+
"releaseTag": "Public",
|
|
7162
|
+
"name": "dedentToRoot",
|
|
7163
|
+
"propertyTypeTokenRange": {
|
|
7164
|
+
"startIndex": 1,
|
|
7165
|
+
"endIndex": 4
|
|
7166
|
+
}
|
|
7167
|
+
},
|
|
7168
|
+
{
|
|
7169
|
+
"kind": "PropertySignature",
|
|
7170
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#fill:member",
|
|
7171
|
+
"docComment": "/**\n * Similar to `group`, but will only place a line break before the last\n * segment to exceed the print width. This is useful for formatting\n * paragraphs of text where breaks are inserted prior to words which would\n * otherwise exceed the print width.\n */\n",
|
|
7172
|
+
"excerptTokens": [
|
|
7173
|
+
{
|
|
7174
|
+
"kind": "Content",
|
|
7175
|
+
"text": "fill: "
|
|
7176
|
+
},
|
|
7177
|
+
{
|
|
7178
|
+
"kind": "Content",
|
|
7179
|
+
"text": "{\n children: "
|
|
7180
|
+
},
|
|
7181
|
+
{
|
|
7182
|
+
"kind": "Reference",
|
|
7183
|
+
"text": "Children",
|
|
7184
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7185
|
+
},
|
|
7186
|
+
{
|
|
7187
|
+
"kind": "Content",
|
|
7188
|
+
"text": ";\n }"
|
|
7189
|
+
},
|
|
7190
|
+
{
|
|
7191
|
+
"kind": "Content",
|
|
7192
|
+
"text": ";"
|
|
7193
|
+
}
|
|
7194
|
+
],
|
|
7195
|
+
"isReadonly": false,
|
|
7196
|
+
"isOptional": false,
|
|
7197
|
+
"releaseTag": "Public",
|
|
7198
|
+
"name": "fill",
|
|
7199
|
+
"propertyTypeTokenRange": {
|
|
7200
|
+
"startIndex": 1,
|
|
7201
|
+
"endIndex": 4
|
|
7202
|
+
}
|
|
7203
|
+
},
|
|
7204
|
+
{
|
|
7205
|
+
"kind": "PropertySignature",
|
|
7206
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#group:member",
|
|
7207
|
+
"docComment": "/**\n * Attempt to render the children on a single line if possible. If a group\n * contains `<breakParent />` or a hard line, or if the group exceeds the\n * print width, all linebreaks in the group will be broken.\n */\n",
|
|
7208
|
+
"excerptTokens": [
|
|
7209
|
+
{
|
|
7210
|
+
"kind": "Content",
|
|
7211
|
+
"text": "group: "
|
|
7212
|
+
},
|
|
7213
|
+
{
|
|
7214
|
+
"kind": "Content",
|
|
7215
|
+
"text": "{\n shouldBreak?: boolean;\n id?: symbol;\n children: "
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"kind": "Reference",
|
|
7219
|
+
"text": "Children",
|
|
7220
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7221
|
+
},
|
|
7222
|
+
{
|
|
7223
|
+
"kind": "Content",
|
|
7224
|
+
"text": ";\n }"
|
|
7225
|
+
},
|
|
7226
|
+
{
|
|
7227
|
+
"kind": "Content",
|
|
7228
|
+
"text": ";"
|
|
7229
|
+
}
|
|
7230
|
+
],
|
|
7231
|
+
"isReadonly": false,
|
|
7232
|
+
"isOptional": false,
|
|
7233
|
+
"releaseTag": "Public",
|
|
7234
|
+
"name": "group",
|
|
7235
|
+
"propertyTypeTokenRange": {
|
|
7236
|
+
"startIndex": 1,
|
|
7237
|
+
"endIndex": 4
|
|
7238
|
+
}
|
|
7239
|
+
},
|
|
7240
|
+
{
|
|
7241
|
+
"kind": "PropertySignature",
|
|
7242
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#hardline:member",
|
|
7243
|
+
"docComment": "/**\n * A hard line break. This is a line that will always break, even if the\n * group does not exceed print width.\n */\n",
|
|
7244
|
+
"excerptTokens": [
|
|
7245
|
+
{
|
|
7246
|
+
"kind": "Content",
|
|
7247
|
+
"text": "hardline: "
|
|
7248
|
+
},
|
|
7249
|
+
{
|
|
7250
|
+
"kind": "Content",
|
|
7251
|
+
"text": "{}"
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"kind": "Content",
|
|
7255
|
+
"text": ";"
|
|
7256
|
+
}
|
|
7257
|
+
],
|
|
7258
|
+
"isReadonly": false,
|
|
7259
|
+
"isOptional": false,
|
|
7260
|
+
"releaseTag": "Public",
|
|
7261
|
+
"name": "hardline",
|
|
7262
|
+
"propertyTypeTokenRange": {
|
|
7263
|
+
"startIndex": 1,
|
|
7264
|
+
"endIndex": 2
|
|
7265
|
+
}
|
|
7266
|
+
},
|
|
7267
|
+
{
|
|
7268
|
+
"kind": "PropertySignature",
|
|
7269
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#hbr:member",
|
|
7270
|
+
"docComment": "/**\n * A hard line break. This is a line that will always break, even if the\n * group does not exceed print width.\n */\n",
|
|
7271
|
+
"excerptTokens": [
|
|
7272
|
+
{
|
|
7273
|
+
"kind": "Content",
|
|
7274
|
+
"text": "hbr: "
|
|
7275
|
+
},
|
|
7276
|
+
{
|
|
7277
|
+
"kind": "Content",
|
|
7278
|
+
"text": "{}"
|
|
7279
|
+
},
|
|
7280
|
+
{
|
|
7281
|
+
"kind": "Content",
|
|
7282
|
+
"text": ";"
|
|
7283
|
+
}
|
|
7284
|
+
],
|
|
7285
|
+
"isReadonly": false,
|
|
7286
|
+
"isOptional": false,
|
|
7287
|
+
"releaseTag": "Public",
|
|
7288
|
+
"name": "hbr",
|
|
7289
|
+
"propertyTypeTokenRange": {
|
|
7290
|
+
"startIndex": 1,
|
|
7291
|
+
"endIndex": 2
|
|
7292
|
+
}
|
|
7293
|
+
},
|
|
7294
|
+
{
|
|
7295
|
+
"kind": "PropertySignature",
|
|
7296
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#ifBreak:member",
|
|
7297
|
+
"docComment": "/**\n * Print children if the current group or already printed group specified by\n * `groupId` is broken. Otherwise, `flatContents` is printed instead.\n */\n",
|
|
7298
|
+
"excerptTokens": [
|
|
7299
|
+
{
|
|
7300
|
+
"kind": "Content",
|
|
7301
|
+
"text": "ifBreak: "
|
|
7302
|
+
},
|
|
7303
|
+
{
|
|
7304
|
+
"kind": "Content",
|
|
7305
|
+
"text": "{\n children: "
|
|
7306
|
+
},
|
|
7307
|
+
{
|
|
7308
|
+
"kind": "Reference",
|
|
7309
|
+
"text": "Children",
|
|
7310
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7311
|
+
},
|
|
7312
|
+
{
|
|
7313
|
+
"kind": "Content",
|
|
7314
|
+
"text": ";\n flatContents?: "
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"kind": "Reference",
|
|
7318
|
+
"text": "Children",
|
|
7319
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7320
|
+
},
|
|
7321
|
+
{
|
|
7322
|
+
"kind": "Content",
|
|
7323
|
+
"text": ";\n groupId?: symbol;\n }"
|
|
7324
|
+
},
|
|
7325
|
+
{
|
|
7326
|
+
"kind": "Content",
|
|
7327
|
+
"text": ";"
|
|
7328
|
+
}
|
|
7329
|
+
],
|
|
7330
|
+
"isReadonly": false,
|
|
7331
|
+
"isOptional": false,
|
|
7332
|
+
"releaseTag": "Public",
|
|
7333
|
+
"name": "ifBreak",
|
|
7334
|
+
"propertyTypeTokenRange": {
|
|
7335
|
+
"startIndex": 1,
|
|
7336
|
+
"endIndex": 6
|
|
7337
|
+
}
|
|
7338
|
+
},
|
|
7339
|
+
{
|
|
7340
|
+
"kind": "PropertySignature",
|
|
7341
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#indent:member",
|
|
7342
|
+
"docComment": "/**\n * Increase the indentation level of the children of this component.\n * Indentation is determined by the print options provided to the Output\n * component or source file.\n */\n",
|
|
7343
|
+
"excerptTokens": [
|
|
7344
|
+
{
|
|
7345
|
+
"kind": "Content",
|
|
7346
|
+
"text": "indent: "
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"kind": "Content",
|
|
7350
|
+
"text": "{\n children: "
|
|
7351
|
+
},
|
|
7352
|
+
{
|
|
7353
|
+
"kind": "Reference",
|
|
7354
|
+
"text": "Children",
|
|
7355
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7356
|
+
},
|
|
7357
|
+
{
|
|
7358
|
+
"kind": "Content",
|
|
7359
|
+
"text": ";\n }"
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
"kind": "Content",
|
|
7363
|
+
"text": ";"
|
|
7364
|
+
}
|
|
7365
|
+
],
|
|
7366
|
+
"isReadonly": false,
|
|
7367
|
+
"isOptional": false,
|
|
7368
|
+
"releaseTag": "Public",
|
|
7369
|
+
"name": "indent",
|
|
7370
|
+
"propertyTypeTokenRange": {
|
|
7371
|
+
"startIndex": 1,
|
|
7372
|
+
"endIndex": 4
|
|
7373
|
+
}
|
|
7374
|
+
},
|
|
7375
|
+
{
|
|
7376
|
+
"kind": "PropertySignature",
|
|
7377
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#indentIfBreak:member",
|
|
7378
|
+
"docComment": "/**\n * Indent the children of this component if the group specified by `groupId`\n * is broken (or not broken if `negate` is passed). The specified group must\n * already be printed.\n */\n",
|
|
7379
|
+
"excerptTokens": [
|
|
7380
|
+
{
|
|
7381
|
+
"kind": "Content",
|
|
7382
|
+
"text": "indentIfBreak: "
|
|
7383
|
+
},
|
|
7384
|
+
{
|
|
7385
|
+
"kind": "Content",
|
|
7386
|
+
"text": "{\n children: "
|
|
7387
|
+
},
|
|
7388
|
+
{
|
|
7389
|
+
"kind": "Reference",
|
|
7390
|
+
"text": "Children",
|
|
7391
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7392
|
+
},
|
|
7393
|
+
{
|
|
7394
|
+
"kind": "Content",
|
|
7395
|
+
"text": ";\n groupId: symbol;\n negate?: boolean;\n }"
|
|
7396
|
+
},
|
|
7397
|
+
{
|
|
7398
|
+
"kind": "Content",
|
|
7399
|
+
"text": ";"
|
|
7400
|
+
}
|
|
7401
|
+
],
|
|
7402
|
+
"isReadonly": false,
|
|
7403
|
+
"isOptional": false,
|
|
7404
|
+
"releaseTag": "Public",
|
|
7405
|
+
"name": "indentIfBreak",
|
|
7406
|
+
"propertyTypeTokenRange": {
|
|
7407
|
+
"startIndex": 1,
|
|
7408
|
+
"endIndex": 4
|
|
7409
|
+
}
|
|
7410
|
+
},
|
|
7411
|
+
{
|
|
7412
|
+
"kind": "PropertySignature",
|
|
7413
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#lbr:member",
|
|
7414
|
+
"docComment": "/**\n * A literal line break. This will always break, even if the group does not\n * exceed print width. The new line will ignore indentation.\n */\n",
|
|
7415
|
+
"excerptTokens": [
|
|
7416
|
+
{
|
|
7417
|
+
"kind": "Content",
|
|
7418
|
+
"text": "lbr: "
|
|
7419
|
+
},
|
|
7420
|
+
{
|
|
7421
|
+
"kind": "Content",
|
|
7422
|
+
"text": "{}"
|
|
7423
|
+
},
|
|
7424
|
+
{
|
|
7425
|
+
"kind": "Content",
|
|
7426
|
+
"text": ";"
|
|
7427
|
+
}
|
|
7428
|
+
],
|
|
7429
|
+
"isReadonly": false,
|
|
7430
|
+
"isOptional": false,
|
|
7431
|
+
"releaseTag": "Public",
|
|
7432
|
+
"name": "lbr",
|
|
7433
|
+
"propertyTypeTokenRange": {
|
|
7434
|
+
"startIndex": 1,
|
|
7435
|
+
"endIndex": 2
|
|
7436
|
+
}
|
|
7437
|
+
},
|
|
7438
|
+
{
|
|
7439
|
+
"kind": "PropertySignature",
|
|
7440
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#line:member",
|
|
7441
|
+
"docComment": "/**\n * A regular line break. This will break if the line exceeds the print\n * width, otherwise it will be a space.\n */\n",
|
|
7442
|
+
"excerptTokens": [
|
|
7443
|
+
{
|
|
7444
|
+
"kind": "Content",
|
|
7445
|
+
"text": "line: "
|
|
7446
|
+
},
|
|
7447
|
+
{
|
|
7448
|
+
"kind": "Content",
|
|
7449
|
+
"text": "{}"
|
|
7450
|
+
},
|
|
7451
|
+
{
|
|
7452
|
+
"kind": "Content",
|
|
7453
|
+
"text": ";"
|
|
7454
|
+
}
|
|
7455
|
+
],
|
|
7456
|
+
"isReadonly": false,
|
|
7457
|
+
"isOptional": false,
|
|
7458
|
+
"releaseTag": "Public",
|
|
7459
|
+
"name": "line",
|
|
7460
|
+
"propertyTypeTokenRange": {
|
|
7461
|
+
"startIndex": 1,
|
|
7462
|
+
"endIndex": 2
|
|
7463
|
+
}
|
|
7464
|
+
},
|
|
7465
|
+
{
|
|
7466
|
+
"kind": "PropertySignature",
|
|
7467
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#lineSuffix:member",
|
|
7468
|
+
"docComment": "/**\n * Print this content at the end of the line. Useful for things like line\n * comments.\n */\n",
|
|
7469
|
+
"excerptTokens": [
|
|
7470
|
+
{
|
|
7471
|
+
"kind": "Content",
|
|
7472
|
+
"text": "lineSuffix: "
|
|
7473
|
+
},
|
|
7474
|
+
{
|
|
7475
|
+
"kind": "Content",
|
|
7476
|
+
"text": "{\n children: "
|
|
7477
|
+
},
|
|
7478
|
+
{
|
|
7479
|
+
"kind": "Reference",
|
|
7480
|
+
"text": "Children",
|
|
7481
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7482
|
+
},
|
|
7483
|
+
{
|
|
7484
|
+
"kind": "Content",
|
|
7485
|
+
"text": ";\n }"
|
|
7486
|
+
},
|
|
7487
|
+
{
|
|
7488
|
+
"kind": "Content",
|
|
7489
|
+
"text": ";"
|
|
7490
|
+
}
|
|
7491
|
+
],
|
|
7492
|
+
"isReadonly": false,
|
|
7493
|
+
"isOptional": false,
|
|
7494
|
+
"releaseTag": "Public",
|
|
7495
|
+
"name": "lineSuffix",
|
|
7496
|
+
"propertyTypeTokenRange": {
|
|
7497
|
+
"startIndex": 1,
|
|
7498
|
+
"endIndex": 4
|
|
7499
|
+
}
|
|
7500
|
+
},
|
|
7501
|
+
{
|
|
7502
|
+
"kind": "PropertySignature",
|
|
7503
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#lineSuffixBoundary:member",
|
|
7504
|
+
"docComment": "/**\n * Force any line suffixes to print at this point.\n */\n",
|
|
7505
|
+
"excerptTokens": [
|
|
7506
|
+
{
|
|
7507
|
+
"kind": "Content",
|
|
7508
|
+
"text": "lineSuffixBoundary: "
|
|
7509
|
+
},
|
|
7510
|
+
{
|
|
7511
|
+
"kind": "Content",
|
|
7512
|
+
"text": "{}"
|
|
7513
|
+
},
|
|
7514
|
+
{
|
|
7515
|
+
"kind": "Content",
|
|
7516
|
+
"text": ";"
|
|
7517
|
+
}
|
|
7518
|
+
],
|
|
7519
|
+
"isReadonly": false,
|
|
7520
|
+
"isOptional": false,
|
|
7521
|
+
"releaseTag": "Public",
|
|
7522
|
+
"name": "lineSuffixBoundary",
|
|
7523
|
+
"propertyTypeTokenRange": {
|
|
7524
|
+
"startIndex": 1,
|
|
7525
|
+
"endIndex": 2
|
|
7526
|
+
}
|
|
7527
|
+
},
|
|
7528
|
+
{
|
|
7529
|
+
"kind": "PropertySignature",
|
|
7530
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#literalline:member",
|
|
7531
|
+
"docComment": "/**\n * A literal line break. This will always break, even if the group does not\n * exceed print width. The new line will ignore indentation.\n */\n",
|
|
7532
|
+
"excerptTokens": [
|
|
7533
|
+
{
|
|
7534
|
+
"kind": "Content",
|
|
7535
|
+
"text": "literalline: "
|
|
7536
|
+
},
|
|
7537
|
+
{
|
|
7538
|
+
"kind": "Content",
|
|
7539
|
+
"text": "{}"
|
|
7540
|
+
},
|
|
7541
|
+
{
|
|
7542
|
+
"kind": "Content",
|
|
7543
|
+
"text": ";"
|
|
7544
|
+
}
|
|
7545
|
+
],
|
|
7546
|
+
"isReadonly": false,
|
|
7547
|
+
"isOptional": false,
|
|
7548
|
+
"releaseTag": "Public",
|
|
7549
|
+
"name": "literalline",
|
|
7550
|
+
"propertyTypeTokenRange": {
|
|
7551
|
+
"startIndex": 1,
|
|
7552
|
+
"endIndex": 2
|
|
7553
|
+
}
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"kind": "PropertySignature",
|
|
7557
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#markAsRoot:member",
|
|
7558
|
+
"docComment": "/**\n * Mark the current indentation level as \"root\" for the purposes of literal\n * line breaks and `dedentToRoot`.\n */\n",
|
|
7559
|
+
"excerptTokens": [
|
|
7560
|
+
{
|
|
7561
|
+
"kind": "Content",
|
|
7562
|
+
"text": "markAsRoot: "
|
|
7563
|
+
},
|
|
7564
|
+
{
|
|
7565
|
+
"kind": "Content",
|
|
7566
|
+
"text": "{\n children: "
|
|
7567
|
+
},
|
|
7568
|
+
{
|
|
7569
|
+
"kind": "Reference",
|
|
7570
|
+
"text": "Children",
|
|
7571
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7572
|
+
},
|
|
7573
|
+
{
|
|
7574
|
+
"kind": "Content",
|
|
7575
|
+
"text": ";\n }"
|
|
7576
|
+
},
|
|
7577
|
+
{
|
|
7578
|
+
"kind": "Content",
|
|
7579
|
+
"text": ";"
|
|
7580
|
+
}
|
|
7581
|
+
],
|
|
7582
|
+
"isReadonly": false,
|
|
7583
|
+
"isOptional": false,
|
|
7584
|
+
"releaseTag": "Public",
|
|
7585
|
+
"name": "markAsRoot",
|
|
7586
|
+
"propertyTypeTokenRange": {
|
|
7587
|
+
"startIndex": 1,
|
|
7588
|
+
"endIndex": 4
|
|
7589
|
+
}
|
|
7590
|
+
},
|
|
7591
|
+
{
|
|
7592
|
+
"kind": "PropertySignature",
|
|
7593
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#sbr:member",
|
|
7594
|
+
"docComment": "/**\n * A soft line break. This will break if the line exceeds the print width,\n * otherwise it will be be nothing.\n */\n",
|
|
7595
|
+
"excerptTokens": [
|
|
7596
|
+
{
|
|
7597
|
+
"kind": "Content",
|
|
7598
|
+
"text": "sbr: "
|
|
7599
|
+
},
|
|
7600
|
+
{
|
|
7601
|
+
"kind": "Content",
|
|
7602
|
+
"text": "{}"
|
|
7603
|
+
},
|
|
7604
|
+
{
|
|
7605
|
+
"kind": "Content",
|
|
7606
|
+
"text": ";"
|
|
7607
|
+
}
|
|
7608
|
+
],
|
|
7609
|
+
"isReadonly": false,
|
|
7610
|
+
"isOptional": false,
|
|
7611
|
+
"releaseTag": "Public",
|
|
7612
|
+
"name": "sbr",
|
|
7613
|
+
"propertyTypeTokenRange": {
|
|
7614
|
+
"startIndex": 1,
|
|
7615
|
+
"endIndex": 2
|
|
7616
|
+
}
|
|
7617
|
+
},
|
|
7618
|
+
{
|
|
7619
|
+
"kind": "PropertySignature",
|
|
7620
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements#softline:member",
|
|
7621
|
+
"docComment": "/**\n * A soft line break. This will break if the line exceeds the print width,\n * otherwise it will be be nothing.\n */\n",
|
|
7622
|
+
"excerptTokens": [
|
|
7623
|
+
{
|
|
7624
|
+
"kind": "Content",
|
|
7625
|
+
"text": "softline: "
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"kind": "Content",
|
|
7629
|
+
"text": "{}"
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
"kind": "Content",
|
|
7633
|
+
"text": ";"
|
|
7634
|
+
}
|
|
7635
|
+
],
|
|
7636
|
+
"isReadonly": false,
|
|
7637
|
+
"isOptional": false,
|
|
7638
|
+
"releaseTag": "Public",
|
|
7639
|
+
"name": "softline",
|
|
7640
|
+
"propertyTypeTokenRange": {
|
|
7641
|
+
"startIndex": 1,
|
|
7642
|
+
"endIndex": 2
|
|
7643
|
+
}
|
|
7644
|
+
}
|
|
7645
|
+
],
|
|
7646
|
+
"extendsTokenRanges": []
|
|
7647
|
+
},
|
|
7648
|
+
{
|
|
7649
|
+
"kind": "Function",
|
|
7650
|
+
"canonicalReference": "@alloy-js/core!isComponentCreator:function(1)",
|
|
7651
|
+
"docComment": "",
|
|
7652
|
+
"excerptTokens": [
|
|
7653
|
+
{
|
|
7654
|
+
"kind": "Content",
|
|
7655
|
+
"text": "export declare function isComponentCreator<TProps = "
|
|
7656
|
+
},
|
|
7657
|
+
{
|
|
7658
|
+
"kind": "Content",
|
|
7659
|
+
"text": "any"
|
|
7660
|
+
},
|
|
7661
|
+
{
|
|
7662
|
+
"kind": "Content",
|
|
7663
|
+
"text": ">(item: "
|
|
7664
|
+
},
|
|
7665
|
+
{
|
|
7666
|
+
"kind": "Content",
|
|
7667
|
+
"text": "unknown"
|
|
7668
|
+
},
|
|
7669
|
+
{
|
|
7670
|
+
"kind": "Content",
|
|
7671
|
+
"text": ", component?: "
|
|
7672
|
+
},
|
|
7673
|
+
{
|
|
7674
|
+
"kind": "Reference",
|
|
7675
|
+
"text": "Component",
|
|
7676
|
+
"canonicalReference": "@alloy-js/core!Component:interface"
|
|
7677
|
+
},
|
|
7678
|
+
{
|
|
7679
|
+
"kind": "Content",
|
|
7680
|
+
"text": "<TProps>"
|
|
7681
|
+
},
|
|
7682
|
+
{
|
|
7683
|
+
"kind": "Content",
|
|
7684
|
+
"text": "): "
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
"kind": "Reference",
|
|
7688
|
+
"text": "item",
|
|
7689
|
+
"canonicalReference": "@alloy-js/core!~item"
|
|
7690
|
+
},
|
|
7691
|
+
{
|
|
7692
|
+
"kind": "Content",
|
|
7693
|
+
"text": " is "
|
|
7694
|
+
},
|
|
7695
|
+
{
|
|
7696
|
+
"kind": "Reference",
|
|
7697
|
+
"text": "ComponentCreator",
|
|
7698
|
+
"canonicalReference": "@alloy-js/core!ComponentCreator:interface"
|
|
7699
|
+
},
|
|
7700
|
+
{
|
|
7701
|
+
"kind": "Content",
|
|
7702
|
+
"text": "<TProps>"
|
|
7703
|
+
},
|
|
7704
|
+
{
|
|
7705
|
+
"kind": "Content",
|
|
7706
|
+
"text": ";"
|
|
7707
|
+
}
|
|
7708
|
+
],
|
|
7709
|
+
"fileUrlPath": "src/runtime/component.ts",
|
|
7710
|
+
"returnTypeTokenRange": {
|
|
7711
|
+
"startIndex": 8,
|
|
7712
|
+
"endIndex": 12
|
|
7713
|
+
},
|
|
7714
|
+
"releaseTag": "Public",
|
|
7715
|
+
"overloadIndex": 1,
|
|
7716
|
+
"parameters": [
|
|
7717
|
+
{
|
|
7718
|
+
"parameterName": "item",
|
|
7719
|
+
"parameterTypeTokenRange": {
|
|
7720
|
+
"startIndex": 3,
|
|
7721
|
+
"endIndex": 4
|
|
7722
|
+
},
|
|
7723
|
+
"isOptional": false
|
|
7724
|
+
},
|
|
7725
|
+
{
|
|
7726
|
+
"parameterName": "component",
|
|
7727
|
+
"parameterTypeTokenRange": {
|
|
7728
|
+
"startIndex": 5,
|
|
7729
|
+
"endIndex": 7
|
|
7730
|
+
},
|
|
7731
|
+
"isOptional": true
|
|
7732
|
+
}
|
|
7733
|
+
],
|
|
7734
|
+
"typeParameters": [
|
|
7735
|
+
{
|
|
7736
|
+
"typeParameterName": "TProps",
|
|
7737
|
+
"constraintTokenRange": {
|
|
7738
|
+
"startIndex": 0,
|
|
7739
|
+
"endIndex": 0
|
|
7740
|
+
},
|
|
7741
|
+
"defaultTypeTokenRange": {
|
|
7742
|
+
"startIndex": 1,
|
|
7743
|
+
"endIndex": 2
|
|
7744
|
+
}
|
|
7745
|
+
}
|
|
7746
|
+
],
|
|
7747
|
+
"name": "isComponentCreator"
|
|
7748
|
+
},
|
|
7749
|
+
{
|
|
7750
|
+
"kind": "Function",
|
|
7751
|
+
"canonicalReference": "@alloy-js/core!isCustomContext:function(1)",
|
|
7752
|
+
"docComment": "",
|
|
7753
|
+
"excerptTokens": [
|
|
7754
|
+
{
|
|
7755
|
+
"kind": "Content",
|
|
7756
|
+
"text": "export declare function isCustomContext(child: "
|
|
7757
|
+
},
|
|
7758
|
+
{
|
|
7759
|
+
"kind": "Reference",
|
|
7760
|
+
"text": "Children",
|
|
7761
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7762
|
+
},
|
|
7763
|
+
{
|
|
7764
|
+
"kind": "Content",
|
|
7765
|
+
"text": "): "
|
|
7766
|
+
},
|
|
7767
|
+
{
|
|
7768
|
+
"kind": "Reference",
|
|
7769
|
+
"text": "child",
|
|
7770
|
+
"canonicalReference": "@alloy-js/core!~child"
|
|
7771
|
+
},
|
|
7772
|
+
{
|
|
7773
|
+
"kind": "Content",
|
|
7774
|
+
"text": " is "
|
|
7775
|
+
},
|
|
7776
|
+
{
|
|
7777
|
+
"kind": "Reference",
|
|
7778
|
+
"text": "CustomContext",
|
|
7779
|
+
"canonicalReference": "@alloy-js/core!CustomContext:interface"
|
|
7780
|
+
},
|
|
7781
|
+
{
|
|
7782
|
+
"kind": "Content",
|
|
7783
|
+
"text": ";"
|
|
7784
|
+
}
|
|
7785
|
+
],
|
|
7786
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
7787
|
+
"returnTypeTokenRange": {
|
|
7788
|
+
"startIndex": 3,
|
|
7789
|
+
"endIndex": 6
|
|
7790
|
+
},
|
|
7791
|
+
"releaseTag": "Public",
|
|
7792
|
+
"overloadIndex": 1,
|
|
7793
|
+
"parameters": [
|
|
7794
|
+
{
|
|
7795
|
+
"parameterName": "child",
|
|
7796
|
+
"parameterTypeTokenRange": {
|
|
7797
|
+
"startIndex": 1,
|
|
7798
|
+
"endIndex": 2
|
|
7799
|
+
},
|
|
7800
|
+
"isOptional": false
|
|
7801
|
+
}
|
|
7802
|
+
],
|
|
7803
|
+
"name": "isCustomContext"
|
|
7804
|
+
},
|
|
7805
|
+
{
|
|
7806
|
+
"kind": "Function",
|
|
7807
|
+
"canonicalReference": "@alloy-js/core!isIntrinsicElement:function(1)",
|
|
7808
|
+
"docComment": "",
|
|
7809
|
+
"excerptTokens": [
|
|
7810
|
+
{
|
|
7811
|
+
"kind": "Content",
|
|
7812
|
+
"text": "export declare function isIntrinsicElement(type: "
|
|
7813
|
+
},
|
|
7814
|
+
{
|
|
7815
|
+
"kind": "Content",
|
|
7816
|
+
"text": "unknown"
|
|
7817
|
+
},
|
|
7818
|
+
{
|
|
7819
|
+
"kind": "Content",
|
|
7820
|
+
"text": "): "
|
|
7155
7821
|
},
|
|
7156
7822
|
{
|
|
7157
7823
|
"kind": "Reference",
|
|
@@ -7172,7 +7838,7 @@
|
|
|
7172
7838
|
"text": ";"
|
|
7173
7839
|
}
|
|
7174
7840
|
],
|
|
7175
|
-
"fileUrlPath": "src/
|
|
7841
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
7176
7842
|
"returnTypeTokenRange": {
|
|
7177
7843
|
"startIndex": 3,
|
|
7178
7844
|
"endIndex": 6
|
|
@@ -7386,280 +8052,94 @@
|
|
|
7386
8052
|
},
|
|
7387
8053
|
{
|
|
7388
8054
|
"kind": "Content",
|
|
7389
|
-
"text": "<T>"
|
|
7390
|
-
},
|
|
7391
|
-
{
|
|
7392
|
-
"kind": "Content",
|
|
7393
|
-
"text": ", options?: "
|
|
7394
|
-
},
|
|
7395
|
-
{
|
|
7396
|
-
"kind": "Reference",
|
|
7397
|
-
"text": "JoinOptions",
|
|
7398
|
-
"canonicalReference": "@alloy-js/core!JoinOptions:interface"
|
|
7399
|
-
},
|
|
7400
|
-
{
|
|
7401
|
-
"kind": "Content",
|
|
7402
|
-
"text": "): "
|
|
7403
|
-
},
|
|
7404
|
-
{
|
|
7405
|
-
"kind": "Reference",
|
|
7406
|
-
"text": "Children",
|
|
7407
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7408
|
-
},
|
|
7409
|
-
{
|
|
7410
|
-
"kind": "Content",
|
|
7411
|
-
"text": ";"
|
|
7412
|
-
}
|
|
7413
|
-
],
|
|
7414
|
-
"fileUrlPath": "src/utils.tsx",
|
|
7415
|
-
"returnTypeTokenRange": {
|
|
7416
|
-
"startIndex": 9,
|
|
7417
|
-
"endIndex": 10
|
|
7418
|
-
},
|
|
7419
|
-
"releaseTag": "Public",
|
|
7420
|
-
"overloadIndex": 1,
|
|
7421
|
-
"parameters": [
|
|
7422
|
-
{
|
|
7423
|
-
"parameterName": "src",
|
|
7424
|
-
"parameterTypeTokenRange": {
|
|
7425
|
-
"startIndex": 3,
|
|
7426
|
-
"endIndex": 6
|
|
7427
|
-
},
|
|
7428
|
-
"isOptional": false
|
|
7429
|
-
},
|
|
7430
|
-
{
|
|
7431
|
-
"parameterName": "options",
|
|
7432
|
-
"parameterTypeTokenRange": {
|
|
7433
|
-
"startIndex": 7,
|
|
7434
|
-
"endIndex": 8
|
|
7435
|
-
},
|
|
7436
|
-
"isOptional": true
|
|
7437
|
-
}
|
|
7438
|
-
],
|
|
7439
|
-
"typeParameters": [
|
|
7440
|
-
{
|
|
7441
|
-
"typeParameterName": "T",
|
|
7442
|
-
"constraintTokenRange": {
|
|
7443
|
-
"startIndex": 1,
|
|
7444
|
-
"endIndex": 2
|
|
7445
|
-
},
|
|
7446
|
-
"defaultTypeTokenRange": {
|
|
7447
|
-
"startIndex": 0,
|
|
7448
|
-
"endIndex": 0
|
|
7449
|
-
}
|
|
7450
|
-
}
|
|
7451
|
-
],
|
|
7452
|
-
"name": "join"
|
|
7453
|
-
},
|
|
7454
|
-
{
|
|
7455
|
-
"kind": "Interface",
|
|
7456
|
-
"canonicalReference": "@alloy-js/core!JoinOptions:interface",
|
|
7457
|
-
"docComment": "",
|
|
7458
|
-
"excerptTokens": [
|
|
7459
|
-
{
|
|
7460
|
-
"kind": "Content",
|
|
7461
|
-
"text": "export interface JoinOptions "
|
|
7462
|
-
}
|
|
7463
|
-
],
|
|
7464
|
-
"fileUrlPath": "src/utils.tsx",
|
|
7465
|
-
"releaseTag": "Public",
|
|
7466
|
-
"name": "JoinOptions",
|
|
7467
|
-
"preserveMemberOrder": false,
|
|
7468
|
-
"members": [
|
|
7469
|
-
{
|
|
7470
|
-
"kind": "PropertySignature",
|
|
7471
|
-
"canonicalReference": "@alloy-js/core!JoinOptions#ender:member",
|
|
7472
|
-
"docComment": "/**\n * When true, the joiner is placed at the end of the array. When a string,\n * that string is placed at the end of the array. The ender is only emitted\n * when the array has at least one element.\n */\n",
|
|
7473
|
-
"excerptTokens": [
|
|
7474
|
-
{
|
|
7475
|
-
"kind": "Content",
|
|
7476
|
-
"text": "ender?: "
|
|
7477
|
-
},
|
|
7478
|
-
{
|
|
7479
|
-
"kind": "Reference",
|
|
7480
|
-
"text": "Children",
|
|
7481
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7482
|
-
},
|
|
7483
|
-
{
|
|
7484
|
-
"kind": "Content",
|
|
7485
|
-
"text": ";"
|
|
7486
|
-
}
|
|
7487
|
-
],
|
|
7488
|
-
"isReadonly": false,
|
|
7489
|
-
"isOptional": true,
|
|
7490
|
-
"releaseTag": "Public",
|
|
7491
|
-
"name": "ender",
|
|
7492
|
-
"propertyTypeTokenRange": {
|
|
7493
|
-
"startIndex": 1,
|
|
7494
|
-
"endIndex": 2
|
|
7495
|
-
}
|
|
7496
|
-
},
|
|
7497
|
-
{
|
|
7498
|
-
"kind": "PropertySignature",
|
|
7499
|
-
"canonicalReference": "@alloy-js/core!JoinOptions#joiner:member",
|
|
7500
|
-
"docComment": "/**\n * The string to place between each element.\n */\n",
|
|
7501
|
-
"excerptTokens": [
|
|
7502
|
-
{
|
|
7503
|
-
"kind": "Content",
|
|
7504
|
-
"text": "joiner?: "
|
|
7505
|
-
},
|
|
7506
|
-
{
|
|
7507
|
-
"kind": "Reference",
|
|
7508
|
-
"text": "Children",
|
|
7509
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7510
|
-
},
|
|
7511
|
-
{
|
|
7512
|
-
"kind": "Content",
|
|
7513
|
-
"text": ";"
|
|
7514
|
-
}
|
|
7515
|
-
],
|
|
7516
|
-
"isReadonly": false,
|
|
7517
|
-
"isOptional": true,
|
|
7518
|
-
"releaseTag": "Public",
|
|
7519
|
-
"name": "joiner",
|
|
7520
|
-
"propertyTypeTokenRange": {
|
|
7521
|
-
"startIndex": 1,
|
|
7522
|
-
"endIndex": 2
|
|
7523
|
-
}
|
|
7524
|
-
},
|
|
7525
|
-
{
|
|
7526
|
-
"kind": "PropertySignature",
|
|
7527
|
-
"canonicalReference": "@alloy-js/core!JoinOptions#skipFalsy:member",
|
|
7528
|
-
"docComment": "/**\n * When true, falsy values with the exception of 0 are skipped.\n */\n",
|
|
7529
|
-
"excerptTokens": [
|
|
7530
|
-
{
|
|
7531
|
-
"kind": "Content",
|
|
7532
|
-
"text": "skipFalsy?: "
|
|
7533
|
-
},
|
|
7534
|
-
{
|
|
7535
|
-
"kind": "Content",
|
|
7536
|
-
"text": "boolean"
|
|
7537
|
-
},
|
|
7538
|
-
{
|
|
7539
|
-
"kind": "Content",
|
|
7540
|
-
"text": ";"
|
|
7541
|
-
}
|
|
7542
|
-
],
|
|
7543
|
-
"isReadonly": false,
|
|
7544
|
-
"isOptional": true,
|
|
7545
|
-
"releaseTag": "Public",
|
|
7546
|
-
"name": "skipFalsy",
|
|
7547
|
-
"propertyTypeTokenRange": {
|
|
7548
|
-
"startIndex": 1,
|
|
7549
|
-
"endIndex": 2
|
|
7550
|
-
}
|
|
7551
|
-
}
|
|
7552
|
-
],
|
|
7553
|
-
"extendsTokenRanges": []
|
|
7554
|
-
},
|
|
7555
|
-
{
|
|
7556
|
-
"kind": "Function",
|
|
7557
|
-
"canonicalReference": "@alloy-js/core!jsx:function(1)",
|
|
7558
|
-
"docComment": "",
|
|
7559
|
-
"excerptTokens": [
|
|
7560
|
-
{
|
|
7561
|
-
"kind": "Content",
|
|
7562
|
-
"text": "export declare function jsx(type: "
|
|
7563
|
-
},
|
|
7564
|
-
{
|
|
7565
|
-
"kind": "Reference",
|
|
7566
|
-
"text": "Component",
|
|
7567
|
-
"canonicalReference": "@alloy-js/core!Component:interface"
|
|
7568
|
-
},
|
|
7569
|
-
{
|
|
7570
|
-
"kind": "Content",
|
|
7571
|
-
"text": "<any>"
|
|
7572
|
-
},
|
|
7573
|
-
{
|
|
7574
|
-
"kind": "Content",
|
|
7575
|
-
"text": ", props: "
|
|
7576
|
-
},
|
|
7577
|
-
{
|
|
7578
|
-
"kind": "Reference",
|
|
7579
|
-
"text": "Record",
|
|
7580
|
-
"canonicalReference": "!Record:type"
|
|
7581
|
-
},
|
|
7582
|
-
{
|
|
7583
|
-
"kind": "Content",
|
|
7584
|
-
"text": "<string, unknown>"
|
|
7585
|
-
},
|
|
7586
|
-
{
|
|
7587
|
-
"kind": "Content",
|
|
7588
|
-
"text": "): "
|
|
7589
|
-
},
|
|
7590
|
-
{
|
|
7591
|
-
"kind": "Reference",
|
|
7592
|
-
"text": "ComponentCreator",
|
|
7593
|
-
"canonicalReference": "@alloy-js/core!ComponentCreator:interface"
|
|
8055
|
+
"text": "<T>"
|
|
7594
8056
|
},
|
|
7595
8057
|
{
|
|
7596
8058
|
"kind": "Content",
|
|
7597
|
-
"text": "
|
|
8059
|
+
"text": ", options?: "
|
|
7598
8060
|
},
|
|
7599
8061
|
{
|
|
7600
8062
|
"kind": "Reference",
|
|
7601
|
-
"text": "
|
|
7602
|
-
"canonicalReference": "!
|
|
8063
|
+
"text": "JoinOptions",
|
|
8064
|
+
"canonicalReference": "@alloy-js/core!JoinOptions:interface"
|
|
7603
8065
|
},
|
|
7604
8066
|
{
|
|
7605
8067
|
"kind": "Content",
|
|
7606
|
-
"text": "
|
|
8068
|
+
"text": "): "
|
|
8069
|
+
},
|
|
8070
|
+
{
|
|
8071
|
+
"kind": "Reference",
|
|
8072
|
+
"text": "Children",
|
|
8073
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7607
8074
|
},
|
|
7608
8075
|
{
|
|
7609
8076
|
"kind": "Content",
|
|
7610
8077
|
"text": ";"
|
|
7611
8078
|
}
|
|
7612
8079
|
],
|
|
7613
|
-
"fileUrlPath": "src/
|
|
8080
|
+
"fileUrlPath": "src/utils.tsx",
|
|
7614
8081
|
"returnTypeTokenRange": {
|
|
7615
|
-
"startIndex":
|
|
7616
|
-
"endIndex":
|
|
8082
|
+
"startIndex": 9,
|
|
8083
|
+
"endIndex": 10
|
|
7617
8084
|
},
|
|
7618
8085
|
"releaseTag": "Public",
|
|
7619
8086
|
"overloadIndex": 1,
|
|
7620
8087
|
"parameters": [
|
|
7621
8088
|
{
|
|
7622
|
-
"parameterName": "
|
|
8089
|
+
"parameterName": "src",
|
|
7623
8090
|
"parameterTypeTokenRange": {
|
|
7624
|
-
"startIndex":
|
|
7625
|
-
"endIndex":
|
|
8091
|
+
"startIndex": 3,
|
|
8092
|
+
"endIndex": 6
|
|
7626
8093
|
},
|
|
7627
8094
|
"isOptional": false
|
|
7628
8095
|
},
|
|
7629
8096
|
{
|
|
7630
|
-
"parameterName": "
|
|
8097
|
+
"parameterName": "options",
|
|
7631
8098
|
"parameterTypeTokenRange": {
|
|
7632
|
-
"startIndex":
|
|
7633
|
-
"endIndex":
|
|
8099
|
+
"startIndex": 7,
|
|
8100
|
+
"endIndex": 8
|
|
7634
8101
|
},
|
|
7635
|
-
"isOptional":
|
|
8102
|
+
"isOptional": true
|
|
7636
8103
|
}
|
|
7637
8104
|
],
|
|
7638
|
-
"
|
|
8105
|
+
"typeParameters": [
|
|
8106
|
+
{
|
|
8107
|
+
"typeParameterName": "T",
|
|
8108
|
+
"constraintTokenRange": {
|
|
8109
|
+
"startIndex": 1,
|
|
8110
|
+
"endIndex": 2
|
|
8111
|
+
},
|
|
8112
|
+
"defaultTypeTokenRange": {
|
|
8113
|
+
"startIndex": 0,
|
|
8114
|
+
"endIndex": 0
|
|
8115
|
+
}
|
|
8116
|
+
}
|
|
8117
|
+
],
|
|
8118
|
+
"name": "join"
|
|
7639
8119
|
},
|
|
7640
8120
|
{
|
|
7641
|
-
"kind": "
|
|
7642
|
-
"canonicalReference": "@alloy-js/core!
|
|
7643
|
-
"docComment": "
|
|
8121
|
+
"kind": "Interface",
|
|
8122
|
+
"canonicalReference": "@alloy-js/core!JoinOptions:interface",
|
|
8123
|
+
"docComment": "",
|
|
7644
8124
|
"excerptTokens": [
|
|
7645
8125
|
{
|
|
7646
8126
|
"kind": "Content",
|
|
7647
|
-
"text": "export
|
|
8127
|
+
"text": "export interface JoinOptions "
|
|
7648
8128
|
}
|
|
7649
8129
|
],
|
|
7650
|
-
"fileUrlPath": "src/
|
|
8130
|
+
"fileUrlPath": "src/utils.tsx",
|
|
7651
8131
|
"releaseTag": "Public",
|
|
7652
|
-
"name": "
|
|
8132
|
+
"name": "JoinOptions",
|
|
7653
8133
|
"preserveMemberOrder": false,
|
|
7654
8134
|
"members": [
|
|
7655
8135
|
{
|
|
7656
|
-
"kind": "
|
|
7657
|
-
"canonicalReference": "@alloy-js/core!
|
|
7658
|
-
"docComment": "",
|
|
8136
|
+
"kind": "PropertySignature",
|
|
8137
|
+
"canonicalReference": "@alloy-js/core!JoinOptions#ender:member",
|
|
8138
|
+
"docComment": "/**\n * When true, the joiner is placed at the end of the array. When a string,\n * that string is placed at the end of the array. The ender is only emitted\n * when the array has at least one element.\n */\n",
|
|
7659
8139
|
"excerptTokens": [
|
|
7660
8140
|
{
|
|
7661
8141
|
"kind": "Content",
|
|
7662
|
-
"text": "
|
|
8142
|
+
"text": "ender?: "
|
|
7663
8143
|
},
|
|
7664
8144
|
{
|
|
7665
8145
|
"kind": "Reference",
|
|
@@ -7671,829 +8151,72 @@
|
|
|
7671
8151
|
"text": ";"
|
|
7672
8152
|
}
|
|
7673
8153
|
],
|
|
8154
|
+
"isReadonly": false,
|
|
8155
|
+
"isOptional": true,
|
|
7674
8156
|
"releaseTag": "Public",
|
|
7675
|
-
"name": "
|
|
7676
|
-
"
|
|
8157
|
+
"name": "ender",
|
|
8158
|
+
"propertyTypeTokenRange": {
|
|
7677
8159
|
"startIndex": 1,
|
|
7678
8160
|
"endIndex": 2
|
|
7679
8161
|
}
|
|
7680
8162
|
},
|
|
7681
8163
|
{
|
|
7682
|
-
"kind": "
|
|
7683
|
-
"canonicalReference": "@alloy-js/core!
|
|
7684
|
-
"docComment": "",
|
|
7685
|
-
"excerptTokens": [
|
|
7686
|
-
{
|
|
7687
|
-
"kind": "Content",
|
|
7688
|
-
"text": "interface ElementAttributesProperty "
|
|
7689
|
-
}
|
|
7690
|
-
],
|
|
7691
|
-
"releaseTag": "Public",
|
|
7692
|
-
"name": "ElementAttributesProperty",
|
|
7693
|
-
"preserveMemberOrder": false,
|
|
7694
|
-
"members": [
|
|
7695
|
-
{
|
|
7696
|
-
"kind": "PropertySignature",
|
|
7697
|
-
"canonicalReference": "@alloy-js/core!JSX.ElementAttributesProperty#props:member",
|
|
7698
|
-
"docComment": "",
|
|
7699
|
-
"excerptTokens": [
|
|
7700
|
-
{
|
|
7701
|
-
"kind": "Content",
|
|
7702
|
-
"text": "props: "
|
|
7703
|
-
},
|
|
7704
|
-
{
|
|
7705
|
-
"kind": "Content",
|
|
7706
|
-
"text": "{}"
|
|
7707
|
-
},
|
|
7708
|
-
{
|
|
7709
|
-
"kind": "Content",
|
|
7710
|
-
"text": ";"
|
|
7711
|
-
}
|
|
7712
|
-
],
|
|
7713
|
-
"isReadonly": false,
|
|
7714
|
-
"isOptional": false,
|
|
7715
|
-
"releaseTag": "Public",
|
|
7716
|
-
"name": "props",
|
|
7717
|
-
"propertyTypeTokenRange": {
|
|
7718
|
-
"startIndex": 1,
|
|
7719
|
-
"endIndex": 2
|
|
7720
|
-
}
|
|
7721
|
-
}
|
|
7722
|
-
],
|
|
7723
|
-
"extendsTokenRanges": []
|
|
7724
|
-
},
|
|
7725
|
-
{
|
|
7726
|
-
"kind": "Interface",
|
|
7727
|
-
"canonicalReference": "@alloy-js/core!JSX.ElementChildrenAttribute:interface",
|
|
7728
|
-
"docComment": "",
|
|
7729
|
-
"excerptTokens": [
|
|
7730
|
-
{
|
|
7731
|
-
"kind": "Content",
|
|
7732
|
-
"text": "interface ElementChildrenAttribute "
|
|
7733
|
-
}
|
|
7734
|
-
],
|
|
7735
|
-
"releaseTag": "Public",
|
|
7736
|
-
"name": "ElementChildrenAttribute",
|
|
7737
|
-
"preserveMemberOrder": false,
|
|
7738
|
-
"members": [
|
|
7739
|
-
{
|
|
7740
|
-
"kind": "PropertySignature",
|
|
7741
|
-
"canonicalReference": "@alloy-js/core!JSX.ElementChildrenAttribute#children:member",
|
|
7742
|
-
"docComment": "",
|
|
7743
|
-
"excerptTokens": [
|
|
7744
|
-
{
|
|
7745
|
-
"kind": "Content",
|
|
7746
|
-
"text": "children: "
|
|
7747
|
-
},
|
|
7748
|
-
{
|
|
7749
|
-
"kind": "Content",
|
|
7750
|
-
"text": "{}"
|
|
7751
|
-
},
|
|
7752
|
-
{
|
|
7753
|
-
"kind": "Content",
|
|
7754
|
-
"text": ";"
|
|
7755
|
-
}
|
|
7756
|
-
],
|
|
7757
|
-
"isReadonly": false,
|
|
7758
|
-
"isOptional": false,
|
|
7759
|
-
"releaseTag": "Public",
|
|
7760
|
-
"name": "children",
|
|
7761
|
-
"propertyTypeTokenRange": {
|
|
7762
|
-
"startIndex": 1,
|
|
7763
|
-
"endIndex": 2
|
|
7764
|
-
}
|
|
7765
|
-
}
|
|
7766
|
-
],
|
|
7767
|
-
"extendsTokenRanges": []
|
|
7768
|
-
},
|
|
7769
|
-
{
|
|
7770
|
-
"kind": "TypeAlias",
|
|
7771
|
-
"canonicalReference": "@alloy-js/core!JSX.ElementType:type",
|
|
7772
|
-
"docComment": "",
|
|
8164
|
+
"kind": "PropertySignature",
|
|
8165
|
+
"canonicalReference": "@alloy-js/core!JoinOptions#joiner:member",
|
|
8166
|
+
"docComment": "/**\n * The string to place between each element.\n */\n",
|
|
7773
8167
|
"excerptTokens": [
|
|
7774
8168
|
{
|
|
7775
8169
|
"kind": "Content",
|
|
7776
|
-
"text": "
|
|
7777
|
-
},
|
|
7778
|
-
{
|
|
7779
|
-
"kind": "Content",
|
|
7780
|
-
"text": "string | "
|
|
8170
|
+
"text": "joiner?: "
|
|
7781
8171
|
},
|
|
7782
8172
|
{
|
|
7783
8173
|
"kind": "Reference",
|
|
7784
|
-
"text": "
|
|
7785
|
-
"canonicalReference": "@alloy-js/core!
|
|
7786
|
-
},
|
|
7787
|
-
{
|
|
7788
|
-
"kind": "Content",
|
|
7789
|
-
"text": "<any>"
|
|
8174
|
+
"text": "Children",
|
|
8175
|
+
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7790
8176
|
},
|
|
7791
8177
|
{
|
|
7792
8178
|
"kind": "Content",
|
|
7793
8179
|
"text": ";"
|
|
7794
8180
|
}
|
|
7795
8181
|
],
|
|
8182
|
+
"isReadonly": false,
|
|
8183
|
+
"isOptional": true,
|
|
7796
8184
|
"releaseTag": "Public",
|
|
7797
|
-
"name": "
|
|
7798
|
-
"
|
|
8185
|
+
"name": "joiner",
|
|
8186
|
+
"propertyTypeTokenRange": {
|
|
7799
8187
|
"startIndex": 1,
|
|
7800
|
-
"endIndex":
|
|
8188
|
+
"endIndex": 2
|
|
7801
8189
|
}
|
|
7802
8190
|
},
|
|
7803
8191
|
{
|
|
7804
|
-
"kind": "
|
|
7805
|
-
"canonicalReference": "@alloy-js/core!
|
|
7806
|
-
"docComment": "",
|
|
8192
|
+
"kind": "PropertySignature",
|
|
8193
|
+
"canonicalReference": "@alloy-js/core!JoinOptions#skipFalsy:member",
|
|
8194
|
+
"docComment": "/**\n * When true, falsy values with the exception of 0 are skipped.\n */\n",
|
|
7807
8195
|
"excerptTokens": [
|
|
7808
8196
|
{
|
|
7809
8197
|
"kind": "Content",
|
|
7810
|
-
"text": "
|
|
7811
|
-
}
|
|
7812
|
-
],
|
|
7813
|
-
"releaseTag": "Public",
|
|
7814
|
-
"name": "IntrinsicElements",
|
|
7815
|
-
"preserveMemberOrder": false,
|
|
7816
|
-
"members": [
|
|
7817
|
-
{
|
|
7818
|
-
"kind": "PropertySignature",
|
|
7819
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#align:member",
|
|
7820
|
-
"docComment": "/**\n * Indent the children of this component by either the number of characters\n * indicated by the `width` prop, or by the provided string indicated by the\n * `string` prop.\n */\n",
|
|
7821
|
-
"excerptTokens": [
|
|
7822
|
-
{
|
|
7823
|
-
"kind": "Content",
|
|
7824
|
-
"text": "align: "
|
|
7825
|
-
},
|
|
7826
|
-
{
|
|
7827
|
-
"kind": "Content",
|
|
7828
|
-
"text": "{\n children: "
|
|
7829
|
-
},
|
|
7830
|
-
{
|
|
7831
|
-
"kind": "Reference",
|
|
7832
|
-
"text": "Children",
|
|
7833
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7834
|
-
},
|
|
7835
|
-
{
|
|
7836
|
-
"kind": "Content",
|
|
7837
|
-
"text": ";\n width: number;\n } | {\n children: "
|
|
7838
|
-
},
|
|
7839
|
-
{
|
|
7840
|
-
"kind": "Reference",
|
|
7841
|
-
"text": "Children",
|
|
7842
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7843
|
-
},
|
|
7844
|
-
{
|
|
7845
|
-
"kind": "Content",
|
|
7846
|
-
"text": ";\n string: string;\n }"
|
|
7847
|
-
},
|
|
7848
|
-
{
|
|
7849
|
-
"kind": "Content",
|
|
7850
|
-
"text": ";"
|
|
7851
|
-
}
|
|
7852
|
-
],
|
|
7853
|
-
"isReadonly": false,
|
|
7854
|
-
"isOptional": false,
|
|
7855
|
-
"releaseTag": "Public",
|
|
7856
|
-
"name": "align",
|
|
7857
|
-
"propertyTypeTokenRange": {
|
|
7858
|
-
"startIndex": 1,
|
|
7859
|
-
"endIndex": 6
|
|
7860
|
-
}
|
|
7861
|
-
},
|
|
7862
|
-
{
|
|
7863
|
-
"kind": "PropertySignature",
|
|
7864
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#br:member",
|
|
7865
|
-
"docComment": "/**\n * A regular line break. This will break if the line exceeds the print\n * width, otherwise it will be a space.\n */\n",
|
|
7866
|
-
"excerptTokens": [
|
|
7867
|
-
{
|
|
7868
|
-
"kind": "Content",
|
|
7869
|
-
"text": "br: "
|
|
7870
|
-
},
|
|
7871
|
-
{
|
|
7872
|
-
"kind": "Content",
|
|
7873
|
-
"text": "{}"
|
|
7874
|
-
},
|
|
7875
|
-
{
|
|
7876
|
-
"kind": "Content",
|
|
7877
|
-
"text": ";"
|
|
7878
|
-
}
|
|
7879
|
-
],
|
|
7880
|
-
"isReadonly": false,
|
|
7881
|
-
"isOptional": false,
|
|
7882
|
-
"releaseTag": "Public",
|
|
7883
|
-
"name": "br",
|
|
7884
|
-
"propertyTypeTokenRange": {
|
|
7885
|
-
"startIndex": 1,
|
|
7886
|
-
"endIndex": 2
|
|
7887
|
-
}
|
|
7888
|
-
},
|
|
7889
|
-
{
|
|
7890
|
-
"kind": "PropertySignature",
|
|
7891
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#breakParent:member",
|
|
7892
|
-
"docComment": "/**\n * Force the parent group to break.\n */\n",
|
|
7893
|
-
"excerptTokens": [
|
|
7894
|
-
{
|
|
7895
|
-
"kind": "Content",
|
|
7896
|
-
"text": "breakParent: "
|
|
7897
|
-
},
|
|
7898
|
-
{
|
|
7899
|
-
"kind": "Content",
|
|
7900
|
-
"text": "{}"
|
|
7901
|
-
},
|
|
7902
|
-
{
|
|
7903
|
-
"kind": "Content",
|
|
7904
|
-
"text": ";"
|
|
7905
|
-
}
|
|
7906
|
-
],
|
|
7907
|
-
"isReadonly": false,
|
|
7908
|
-
"isOptional": false,
|
|
7909
|
-
"releaseTag": "Public",
|
|
7910
|
-
"name": "breakParent",
|
|
7911
|
-
"propertyTypeTokenRange": {
|
|
7912
|
-
"startIndex": 1,
|
|
7913
|
-
"endIndex": 2
|
|
7914
|
-
}
|
|
7915
|
-
},
|
|
7916
|
-
{
|
|
7917
|
-
"kind": "PropertySignature",
|
|
7918
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#dedent:member",
|
|
7919
|
-
"docComment": "/**\n * Decrease the indentation level of the children of this component.\n * Indentation is determined by the print options provided to the Output\n * component or source file.\n */\n",
|
|
7920
|
-
"excerptTokens": [
|
|
7921
|
-
{
|
|
7922
|
-
"kind": "Content",
|
|
7923
|
-
"text": "dedent: "
|
|
7924
|
-
},
|
|
7925
|
-
{
|
|
7926
|
-
"kind": "Content",
|
|
7927
|
-
"text": "{\n children: "
|
|
7928
|
-
},
|
|
7929
|
-
{
|
|
7930
|
-
"kind": "Reference",
|
|
7931
|
-
"text": "Children",
|
|
7932
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7933
|
-
},
|
|
7934
|
-
{
|
|
7935
|
-
"kind": "Content",
|
|
7936
|
-
"text": ";\n }"
|
|
7937
|
-
},
|
|
7938
|
-
{
|
|
7939
|
-
"kind": "Content",
|
|
7940
|
-
"text": ";"
|
|
7941
|
-
}
|
|
7942
|
-
],
|
|
7943
|
-
"isReadonly": false,
|
|
7944
|
-
"isOptional": false,
|
|
7945
|
-
"releaseTag": "Public",
|
|
7946
|
-
"name": "dedent",
|
|
7947
|
-
"propertyTypeTokenRange": {
|
|
7948
|
-
"startIndex": 1,
|
|
7949
|
-
"endIndex": 4
|
|
7950
|
-
}
|
|
7951
|
-
},
|
|
7952
|
-
{
|
|
7953
|
-
"kind": "PropertySignature",
|
|
7954
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#dedentToRoot:member",
|
|
7955
|
-
"docComment": "/**\n * Decrease the indentation level to the root level specified by\n * `<markAsRoot />`, or else to no indentation.\n */\n",
|
|
7956
|
-
"excerptTokens": [
|
|
7957
|
-
{
|
|
7958
|
-
"kind": "Content",
|
|
7959
|
-
"text": "dedentToRoot: "
|
|
7960
|
-
},
|
|
7961
|
-
{
|
|
7962
|
-
"kind": "Content",
|
|
7963
|
-
"text": "{\n children: "
|
|
7964
|
-
},
|
|
7965
|
-
{
|
|
7966
|
-
"kind": "Reference",
|
|
7967
|
-
"text": "Children",
|
|
7968
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
7969
|
-
},
|
|
7970
|
-
{
|
|
7971
|
-
"kind": "Content",
|
|
7972
|
-
"text": ";\n }"
|
|
7973
|
-
},
|
|
7974
|
-
{
|
|
7975
|
-
"kind": "Content",
|
|
7976
|
-
"text": ";"
|
|
7977
|
-
}
|
|
7978
|
-
],
|
|
7979
|
-
"isReadonly": false,
|
|
7980
|
-
"isOptional": false,
|
|
7981
|
-
"releaseTag": "Public",
|
|
7982
|
-
"name": "dedentToRoot",
|
|
7983
|
-
"propertyTypeTokenRange": {
|
|
7984
|
-
"startIndex": 1,
|
|
7985
|
-
"endIndex": 4
|
|
7986
|
-
}
|
|
7987
|
-
},
|
|
7988
|
-
{
|
|
7989
|
-
"kind": "PropertySignature",
|
|
7990
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#fill:member",
|
|
7991
|
-
"docComment": "/**\n * Similar to `group`, but will only place a line break before the last\n * segment to exceed the print width. This is useful for formatting\n * paragraphs of text where breaks are inserted prior to words which would\n * otherwise exceed the print width.\n */\n",
|
|
7992
|
-
"excerptTokens": [
|
|
7993
|
-
{
|
|
7994
|
-
"kind": "Content",
|
|
7995
|
-
"text": "fill: "
|
|
7996
|
-
},
|
|
7997
|
-
{
|
|
7998
|
-
"kind": "Content",
|
|
7999
|
-
"text": "{\n children: "
|
|
8000
|
-
},
|
|
8001
|
-
{
|
|
8002
|
-
"kind": "Reference",
|
|
8003
|
-
"text": "Children",
|
|
8004
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8005
|
-
},
|
|
8006
|
-
{
|
|
8007
|
-
"kind": "Content",
|
|
8008
|
-
"text": ";\n }"
|
|
8009
|
-
},
|
|
8010
|
-
{
|
|
8011
|
-
"kind": "Content",
|
|
8012
|
-
"text": ";"
|
|
8013
|
-
}
|
|
8014
|
-
],
|
|
8015
|
-
"isReadonly": false,
|
|
8016
|
-
"isOptional": false,
|
|
8017
|
-
"releaseTag": "Public",
|
|
8018
|
-
"name": "fill",
|
|
8019
|
-
"propertyTypeTokenRange": {
|
|
8020
|
-
"startIndex": 1,
|
|
8021
|
-
"endIndex": 4
|
|
8022
|
-
}
|
|
8023
|
-
},
|
|
8024
|
-
{
|
|
8025
|
-
"kind": "PropertySignature",
|
|
8026
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#group:member",
|
|
8027
|
-
"docComment": "/**\n * Attempt to render the children on a single line if possible. If a group\n * contains `<breakParent />` or a hard line, or if the group exceeds the\n * print width, all linebreaks in the group will be broken.\n */\n",
|
|
8028
|
-
"excerptTokens": [
|
|
8029
|
-
{
|
|
8030
|
-
"kind": "Content",
|
|
8031
|
-
"text": "group: "
|
|
8032
|
-
},
|
|
8033
|
-
{
|
|
8034
|
-
"kind": "Content",
|
|
8035
|
-
"text": "{\n shouldBreak?: boolean;\n id?: symbol;\n children: "
|
|
8036
|
-
},
|
|
8037
|
-
{
|
|
8038
|
-
"kind": "Reference",
|
|
8039
|
-
"text": "Children",
|
|
8040
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8041
|
-
},
|
|
8042
|
-
{
|
|
8043
|
-
"kind": "Content",
|
|
8044
|
-
"text": ";\n }"
|
|
8045
|
-
},
|
|
8046
|
-
{
|
|
8047
|
-
"kind": "Content",
|
|
8048
|
-
"text": ";"
|
|
8049
|
-
}
|
|
8050
|
-
],
|
|
8051
|
-
"isReadonly": false,
|
|
8052
|
-
"isOptional": false,
|
|
8053
|
-
"releaseTag": "Public",
|
|
8054
|
-
"name": "group",
|
|
8055
|
-
"propertyTypeTokenRange": {
|
|
8056
|
-
"startIndex": 1,
|
|
8057
|
-
"endIndex": 4
|
|
8058
|
-
}
|
|
8059
|
-
},
|
|
8060
|
-
{
|
|
8061
|
-
"kind": "PropertySignature",
|
|
8062
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#hardline:member",
|
|
8063
|
-
"docComment": "/**\n * A hard line break. This is a line that will always break, even if the\n * group does not exceed print width.\n */\n",
|
|
8064
|
-
"excerptTokens": [
|
|
8065
|
-
{
|
|
8066
|
-
"kind": "Content",
|
|
8067
|
-
"text": "hardline: "
|
|
8068
|
-
},
|
|
8069
|
-
{
|
|
8070
|
-
"kind": "Content",
|
|
8071
|
-
"text": "{}"
|
|
8072
|
-
},
|
|
8073
|
-
{
|
|
8074
|
-
"kind": "Content",
|
|
8075
|
-
"text": ";"
|
|
8076
|
-
}
|
|
8077
|
-
],
|
|
8078
|
-
"isReadonly": false,
|
|
8079
|
-
"isOptional": false,
|
|
8080
|
-
"releaseTag": "Public",
|
|
8081
|
-
"name": "hardline",
|
|
8082
|
-
"propertyTypeTokenRange": {
|
|
8083
|
-
"startIndex": 1,
|
|
8084
|
-
"endIndex": 2
|
|
8085
|
-
}
|
|
8086
|
-
},
|
|
8087
|
-
{
|
|
8088
|
-
"kind": "PropertySignature",
|
|
8089
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#hbr:member",
|
|
8090
|
-
"docComment": "/**\n * A hard line break. This is a line that will always break, even if the\n * group does not exceed print width.\n */\n",
|
|
8091
|
-
"excerptTokens": [
|
|
8092
|
-
{
|
|
8093
|
-
"kind": "Content",
|
|
8094
|
-
"text": "hbr: "
|
|
8095
|
-
},
|
|
8096
|
-
{
|
|
8097
|
-
"kind": "Content",
|
|
8098
|
-
"text": "{}"
|
|
8099
|
-
},
|
|
8100
|
-
{
|
|
8101
|
-
"kind": "Content",
|
|
8102
|
-
"text": ";"
|
|
8103
|
-
}
|
|
8104
|
-
],
|
|
8105
|
-
"isReadonly": false,
|
|
8106
|
-
"isOptional": false,
|
|
8107
|
-
"releaseTag": "Public",
|
|
8108
|
-
"name": "hbr",
|
|
8109
|
-
"propertyTypeTokenRange": {
|
|
8110
|
-
"startIndex": 1,
|
|
8111
|
-
"endIndex": 2
|
|
8112
|
-
}
|
|
8113
|
-
},
|
|
8114
|
-
{
|
|
8115
|
-
"kind": "PropertySignature",
|
|
8116
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#ifBreak:member",
|
|
8117
|
-
"docComment": "/**\n * Print children if the current group or already printed group specified by\n * `groupId` is broken. Otherwise, `flatContents` is printed instead.\n */\n",
|
|
8118
|
-
"excerptTokens": [
|
|
8119
|
-
{
|
|
8120
|
-
"kind": "Content",
|
|
8121
|
-
"text": "ifBreak: "
|
|
8122
|
-
},
|
|
8123
|
-
{
|
|
8124
|
-
"kind": "Content",
|
|
8125
|
-
"text": "{\n children: "
|
|
8126
|
-
},
|
|
8127
|
-
{
|
|
8128
|
-
"kind": "Reference",
|
|
8129
|
-
"text": "Children",
|
|
8130
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8131
|
-
},
|
|
8132
|
-
{
|
|
8133
|
-
"kind": "Content",
|
|
8134
|
-
"text": ";\n flatContents?: "
|
|
8135
|
-
},
|
|
8136
|
-
{
|
|
8137
|
-
"kind": "Reference",
|
|
8138
|
-
"text": "Children",
|
|
8139
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8140
|
-
},
|
|
8141
|
-
{
|
|
8142
|
-
"kind": "Content",
|
|
8143
|
-
"text": ";\n groupId?: symbol;\n }"
|
|
8144
|
-
},
|
|
8145
|
-
{
|
|
8146
|
-
"kind": "Content",
|
|
8147
|
-
"text": ";"
|
|
8148
|
-
}
|
|
8149
|
-
],
|
|
8150
|
-
"isReadonly": false,
|
|
8151
|
-
"isOptional": false,
|
|
8152
|
-
"releaseTag": "Public",
|
|
8153
|
-
"name": "ifBreak",
|
|
8154
|
-
"propertyTypeTokenRange": {
|
|
8155
|
-
"startIndex": 1,
|
|
8156
|
-
"endIndex": 6
|
|
8157
|
-
}
|
|
8158
|
-
},
|
|
8159
|
-
{
|
|
8160
|
-
"kind": "PropertySignature",
|
|
8161
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#indent:member",
|
|
8162
|
-
"docComment": "/**\n * Increase the indentation level of the children of this component.\n * Indentation is determined by the print options provided to the Output\n * component or source file.\n */\n",
|
|
8163
|
-
"excerptTokens": [
|
|
8164
|
-
{
|
|
8165
|
-
"kind": "Content",
|
|
8166
|
-
"text": "indent: "
|
|
8167
|
-
},
|
|
8168
|
-
{
|
|
8169
|
-
"kind": "Content",
|
|
8170
|
-
"text": "{\n children: "
|
|
8171
|
-
},
|
|
8172
|
-
{
|
|
8173
|
-
"kind": "Reference",
|
|
8174
|
-
"text": "Children",
|
|
8175
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8176
|
-
},
|
|
8177
|
-
{
|
|
8178
|
-
"kind": "Content",
|
|
8179
|
-
"text": ";\n }"
|
|
8180
|
-
},
|
|
8181
|
-
{
|
|
8182
|
-
"kind": "Content",
|
|
8183
|
-
"text": ";"
|
|
8184
|
-
}
|
|
8185
|
-
],
|
|
8186
|
-
"isReadonly": false,
|
|
8187
|
-
"isOptional": false,
|
|
8188
|
-
"releaseTag": "Public",
|
|
8189
|
-
"name": "indent",
|
|
8190
|
-
"propertyTypeTokenRange": {
|
|
8191
|
-
"startIndex": 1,
|
|
8192
|
-
"endIndex": 4
|
|
8193
|
-
}
|
|
8194
|
-
},
|
|
8195
|
-
{
|
|
8196
|
-
"kind": "PropertySignature",
|
|
8197
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#indentIfBreak:member",
|
|
8198
|
-
"docComment": "/**\n * Indent the children of this component if the group specified by `groupId`\n * is broken (or not broken if `negate` is passed). The specified group must\n * already be printed.\n */\n",
|
|
8199
|
-
"excerptTokens": [
|
|
8200
|
-
{
|
|
8201
|
-
"kind": "Content",
|
|
8202
|
-
"text": "indentIfBreak: "
|
|
8203
|
-
},
|
|
8204
|
-
{
|
|
8205
|
-
"kind": "Content",
|
|
8206
|
-
"text": "{\n children: "
|
|
8207
|
-
},
|
|
8208
|
-
{
|
|
8209
|
-
"kind": "Reference",
|
|
8210
|
-
"text": "Children",
|
|
8211
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8212
|
-
},
|
|
8213
|
-
{
|
|
8214
|
-
"kind": "Content",
|
|
8215
|
-
"text": ";\n groupId: symbol;\n negate?: boolean;\n }"
|
|
8216
|
-
},
|
|
8217
|
-
{
|
|
8218
|
-
"kind": "Content",
|
|
8219
|
-
"text": ";"
|
|
8220
|
-
}
|
|
8221
|
-
],
|
|
8222
|
-
"isReadonly": false,
|
|
8223
|
-
"isOptional": false,
|
|
8224
|
-
"releaseTag": "Public",
|
|
8225
|
-
"name": "indentIfBreak",
|
|
8226
|
-
"propertyTypeTokenRange": {
|
|
8227
|
-
"startIndex": 1,
|
|
8228
|
-
"endIndex": 4
|
|
8229
|
-
}
|
|
8230
|
-
},
|
|
8231
|
-
{
|
|
8232
|
-
"kind": "PropertySignature",
|
|
8233
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#lbr:member",
|
|
8234
|
-
"docComment": "/**\n * A literal line break. This will always break, even if the group does not\n * exceed print width. The new line will ignore indentation.\n */\n",
|
|
8235
|
-
"excerptTokens": [
|
|
8236
|
-
{
|
|
8237
|
-
"kind": "Content",
|
|
8238
|
-
"text": "lbr: "
|
|
8239
|
-
},
|
|
8240
|
-
{
|
|
8241
|
-
"kind": "Content",
|
|
8242
|
-
"text": "{}"
|
|
8243
|
-
},
|
|
8244
|
-
{
|
|
8245
|
-
"kind": "Content",
|
|
8246
|
-
"text": ";"
|
|
8247
|
-
}
|
|
8248
|
-
],
|
|
8249
|
-
"isReadonly": false,
|
|
8250
|
-
"isOptional": false,
|
|
8251
|
-
"releaseTag": "Public",
|
|
8252
|
-
"name": "lbr",
|
|
8253
|
-
"propertyTypeTokenRange": {
|
|
8254
|
-
"startIndex": 1,
|
|
8255
|
-
"endIndex": 2
|
|
8256
|
-
}
|
|
8257
|
-
},
|
|
8258
|
-
{
|
|
8259
|
-
"kind": "PropertySignature",
|
|
8260
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#line:member",
|
|
8261
|
-
"docComment": "/**\n * A regular line break. This will break if the line exceeds the print\n * width, otherwise it will be a space.\n */\n",
|
|
8262
|
-
"excerptTokens": [
|
|
8263
|
-
{
|
|
8264
|
-
"kind": "Content",
|
|
8265
|
-
"text": "line: "
|
|
8266
|
-
},
|
|
8267
|
-
{
|
|
8268
|
-
"kind": "Content",
|
|
8269
|
-
"text": "{}"
|
|
8270
|
-
},
|
|
8271
|
-
{
|
|
8272
|
-
"kind": "Content",
|
|
8273
|
-
"text": ";"
|
|
8274
|
-
}
|
|
8275
|
-
],
|
|
8276
|
-
"isReadonly": false,
|
|
8277
|
-
"isOptional": false,
|
|
8278
|
-
"releaseTag": "Public",
|
|
8279
|
-
"name": "line",
|
|
8280
|
-
"propertyTypeTokenRange": {
|
|
8281
|
-
"startIndex": 1,
|
|
8282
|
-
"endIndex": 2
|
|
8283
|
-
}
|
|
8284
|
-
},
|
|
8285
|
-
{
|
|
8286
|
-
"kind": "PropertySignature",
|
|
8287
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#lineSuffix:member",
|
|
8288
|
-
"docComment": "/**\n * Print this content at the end of the line. Useful for things like line\n * comments.\n */\n",
|
|
8289
|
-
"excerptTokens": [
|
|
8290
|
-
{
|
|
8291
|
-
"kind": "Content",
|
|
8292
|
-
"text": "lineSuffix: "
|
|
8293
|
-
},
|
|
8294
|
-
{
|
|
8295
|
-
"kind": "Content",
|
|
8296
|
-
"text": "{\n children: "
|
|
8297
|
-
},
|
|
8298
|
-
{
|
|
8299
|
-
"kind": "Reference",
|
|
8300
|
-
"text": "Children",
|
|
8301
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8302
|
-
},
|
|
8303
|
-
{
|
|
8304
|
-
"kind": "Content",
|
|
8305
|
-
"text": ";\n }"
|
|
8306
|
-
},
|
|
8307
|
-
{
|
|
8308
|
-
"kind": "Content",
|
|
8309
|
-
"text": ";"
|
|
8310
|
-
}
|
|
8311
|
-
],
|
|
8312
|
-
"isReadonly": false,
|
|
8313
|
-
"isOptional": false,
|
|
8314
|
-
"releaseTag": "Public",
|
|
8315
|
-
"name": "lineSuffix",
|
|
8316
|
-
"propertyTypeTokenRange": {
|
|
8317
|
-
"startIndex": 1,
|
|
8318
|
-
"endIndex": 4
|
|
8319
|
-
}
|
|
8320
|
-
},
|
|
8321
|
-
{
|
|
8322
|
-
"kind": "PropertySignature",
|
|
8323
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#lineSuffixBoundary:member",
|
|
8324
|
-
"docComment": "/**\n * Force any line suffixes to print at this point.\n */\n",
|
|
8325
|
-
"excerptTokens": [
|
|
8326
|
-
{
|
|
8327
|
-
"kind": "Content",
|
|
8328
|
-
"text": "lineSuffixBoundary: "
|
|
8329
|
-
},
|
|
8330
|
-
{
|
|
8331
|
-
"kind": "Content",
|
|
8332
|
-
"text": "{}"
|
|
8333
|
-
},
|
|
8334
|
-
{
|
|
8335
|
-
"kind": "Content",
|
|
8336
|
-
"text": ";"
|
|
8337
|
-
}
|
|
8338
|
-
],
|
|
8339
|
-
"isReadonly": false,
|
|
8340
|
-
"isOptional": false,
|
|
8341
|
-
"releaseTag": "Public",
|
|
8342
|
-
"name": "lineSuffixBoundary",
|
|
8343
|
-
"propertyTypeTokenRange": {
|
|
8344
|
-
"startIndex": 1,
|
|
8345
|
-
"endIndex": 2
|
|
8346
|
-
}
|
|
8347
|
-
},
|
|
8348
|
-
{
|
|
8349
|
-
"kind": "PropertySignature",
|
|
8350
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#literalline:member",
|
|
8351
|
-
"docComment": "/**\n * A literal line break. This will always break, even if the group does not\n * exceed print width. The new line will ignore indentation.\n */\n",
|
|
8352
|
-
"excerptTokens": [
|
|
8353
|
-
{
|
|
8354
|
-
"kind": "Content",
|
|
8355
|
-
"text": "literalline: "
|
|
8356
|
-
},
|
|
8357
|
-
{
|
|
8358
|
-
"kind": "Content",
|
|
8359
|
-
"text": "{}"
|
|
8360
|
-
},
|
|
8361
|
-
{
|
|
8362
|
-
"kind": "Content",
|
|
8363
|
-
"text": ";"
|
|
8364
|
-
}
|
|
8365
|
-
],
|
|
8366
|
-
"isReadonly": false,
|
|
8367
|
-
"isOptional": false,
|
|
8368
|
-
"releaseTag": "Public",
|
|
8369
|
-
"name": "literalline",
|
|
8370
|
-
"propertyTypeTokenRange": {
|
|
8371
|
-
"startIndex": 1,
|
|
8372
|
-
"endIndex": 2
|
|
8373
|
-
}
|
|
8374
|
-
},
|
|
8375
|
-
{
|
|
8376
|
-
"kind": "PropertySignature",
|
|
8377
|
-
"canonicalReference": "@alloy-js/core!JSX.IntrinsicElements#markAsRoot:member",
|
|
8378
|
-
"docComment": "/**\n * Mark the current indentation level as \"root\" for the purposes of literal\n * line breaks and `dedentToRoot`.\n */\n",
|
|
8379
|
-
"excerptTokens": [
|
|
8380
|
-
{
|
|
8381
|
-
"kind": "Content",
|
|
8382
|
-
"text": "markAsRoot: "
|
|
8383
|
-
},
|
|
8384
|
-
{
|
|
8385
|
-
"kind": "Content",
|
|
8386
|
-
"text": "{\n children: "
|
|
8387
|
-
},
|
|
8388
|
-
{
|
|
8389
|
-
"kind": "Reference",
|
|
8390
|
-
"text": "Children",
|
|
8391
|
-
"canonicalReference": "@alloy-js/core!Children:type"
|
|
8392
|
-
},
|
|
8393
|
-
{
|
|
8394
|
-
"kind": "Content",
|
|
8395
|
-
"text": ";\n }"
|
|
8396
|
-
},
|
|
8397
|
-
{
|
|
8398
|
-
"kind": "Content",
|
|
8399
|
-
"text": ";"
|
|
8400
|
-
}
|
|
8401
|
-
],
|
|
8402
|
-
"isReadonly": false,
|
|
8403
|
-
"isOptional": false,
|
|
8404
|
-
"releaseTag": "Public",
|
|
8405
|
-
"name": "markAsRoot",
|
|
8406
|
-
"propertyTypeTokenRange": {
|
|
8407
|
-
"startIndex": 1,
|
|
8408
|
-
"endIndex": 4
|
|
8409
|
-
}
|
|
8198
|
+
"text": "skipFalsy?: "
|
|
8410
8199
|
},
|
|
8411
8200
|
{
|
|
8412
|
-
"kind": "
|
|
8413
|
-
"
|
|
8414
|
-
"docComment": "/**\n * A soft line break. This will break if the line exceeds the print width,\n * otherwise it will be be nothing.\n */\n",
|
|
8415
|
-
"excerptTokens": [
|
|
8416
|
-
{
|
|
8417
|
-
"kind": "Content",
|
|
8418
|
-
"text": "sbr: "
|
|
8419
|
-
},
|
|
8420
|
-
{
|
|
8421
|
-
"kind": "Content",
|
|
8422
|
-
"text": "{}"
|
|
8423
|
-
},
|
|
8424
|
-
{
|
|
8425
|
-
"kind": "Content",
|
|
8426
|
-
"text": ";"
|
|
8427
|
-
}
|
|
8428
|
-
],
|
|
8429
|
-
"isReadonly": false,
|
|
8430
|
-
"isOptional": false,
|
|
8431
|
-
"releaseTag": "Public",
|
|
8432
|
-
"name": "sbr",
|
|
8433
|
-
"propertyTypeTokenRange": {
|
|
8434
|
-
"startIndex": 1,
|
|
8435
|
-
"endIndex": 2
|
|
8436
|
-
}
|
|
8201
|
+
"kind": "Content",
|
|
8202
|
+
"text": "boolean"
|
|
8437
8203
|
},
|
|
8438
8204
|
{
|
|
8439
|
-
"kind": "
|
|
8440
|
-
"
|
|
8441
|
-
"docComment": "/**\n * A soft line break. This will break if the line exceeds the print width,\n * otherwise it will be be nothing.\n */\n",
|
|
8442
|
-
"excerptTokens": [
|
|
8443
|
-
{
|
|
8444
|
-
"kind": "Content",
|
|
8445
|
-
"text": "softline: "
|
|
8446
|
-
},
|
|
8447
|
-
{
|
|
8448
|
-
"kind": "Content",
|
|
8449
|
-
"text": "{}"
|
|
8450
|
-
},
|
|
8451
|
-
{
|
|
8452
|
-
"kind": "Content",
|
|
8453
|
-
"text": ";"
|
|
8454
|
-
}
|
|
8455
|
-
],
|
|
8456
|
-
"isReadonly": false,
|
|
8457
|
-
"isOptional": false,
|
|
8458
|
-
"releaseTag": "Public",
|
|
8459
|
-
"name": "softline",
|
|
8460
|
-
"propertyTypeTokenRange": {
|
|
8461
|
-
"startIndex": 1,
|
|
8462
|
-
"endIndex": 2
|
|
8463
|
-
}
|
|
8205
|
+
"kind": "Content",
|
|
8206
|
+
"text": ";"
|
|
8464
8207
|
}
|
|
8465
8208
|
],
|
|
8466
|
-
"
|
|
8467
|
-
|
|
8468
|
-
|
|
8469
|
-
|
|
8470
|
-
|
|
8471
|
-
|
|
8472
|
-
|
|
8473
|
-
|
|
8474
|
-
"excerptTokens": [
|
|
8475
|
-
{
|
|
8476
|
-
"kind": "Content",
|
|
8477
|
-
"text": "jsxs: "
|
|
8478
|
-
},
|
|
8479
|
-
{
|
|
8480
|
-
"kind": "Content",
|
|
8481
|
-
"text": "typeof "
|
|
8482
|
-
},
|
|
8483
|
-
{
|
|
8484
|
-
"kind": "Reference",
|
|
8485
|
-
"text": "jsx",
|
|
8486
|
-
"canonicalReference": "@alloy-js/core!jsx:function"
|
|
8209
|
+
"isReadonly": false,
|
|
8210
|
+
"isOptional": true,
|
|
8211
|
+
"releaseTag": "Public",
|
|
8212
|
+
"name": "skipFalsy",
|
|
8213
|
+
"propertyTypeTokenRange": {
|
|
8214
|
+
"startIndex": 1,
|
|
8215
|
+
"endIndex": 2
|
|
8216
|
+
}
|
|
8487
8217
|
}
|
|
8488
8218
|
],
|
|
8489
|
-
"
|
|
8490
|
-
"isReadonly": true,
|
|
8491
|
-
"releaseTag": "Public",
|
|
8492
|
-
"name": "jsxs",
|
|
8493
|
-
"variableTypeTokenRange": {
|
|
8494
|
-
"startIndex": 1,
|
|
8495
|
-
"endIndex": 3
|
|
8496
|
-
}
|
|
8219
|
+
"extendsTokenRanges": []
|
|
8497
8220
|
},
|
|
8498
8221
|
{
|
|
8499
8222
|
"kind": "TypeAlias",
|
|
@@ -8518,7 +8241,7 @@
|
|
|
8518
8241
|
"text": ";"
|
|
8519
8242
|
}
|
|
8520
8243
|
],
|
|
8521
|
-
"fileUrlPath": "src/
|
|
8244
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
8522
8245
|
"releaseTag": "Public",
|
|
8523
8246
|
"name": "LbrIntrinsicElement",
|
|
8524
8247
|
"typeTokenRange": {
|
|
@@ -8549,7 +8272,7 @@
|
|
|
8549
8272
|
"text": ";"
|
|
8550
8273
|
}
|
|
8551
8274
|
],
|
|
8552
|
-
"fileUrlPath": "src/
|
|
8275
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
8553
8276
|
"releaseTag": "Public",
|
|
8554
8277
|
"name": "LineIntrinsicElement",
|
|
8555
8278
|
"typeTokenRange": {
|
|
@@ -8580,7 +8303,7 @@
|
|
|
8580
8303
|
"text": ";"
|
|
8581
8304
|
}
|
|
8582
8305
|
],
|
|
8583
|
-
"fileUrlPath": "src/
|
|
8306
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
8584
8307
|
"releaseTag": "Public",
|
|
8585
8308
|
"name": "LineSuffixBoundaryIntrinsicElement",
|
|
8586
8309
|
"typeTokenRange": {
|
|
@@ -8611,7 +8334,7 @@
|
|
|
8611
8334
|
"text": ";"
|
|
8612
8335
|
}
|
|
8613
8336
|
],
|
|
8614
|
-
"fileUrlPath": "src/
|
|
8337
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
8615
8338
|
"releaseTag": "Public",
|
|
8616
8339
|
"name": "LineSuffixIntrinsicElement",
|
|
8617
8340
|
"typeTokenRange": {
|
|
@@ -8749,7 +8472,7 @@
|
|
|
8749
8472
|
"text": ";"
|
|
8750
8473
|
}
|
|
8751
8474
|
],
|
|
8752
|
-
"fileUrlPath": "src/
|
|
8475
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
8753
8476
|
"releaseTag": "Public",
|
|
8754
8477
|
"name": "LiterallineIntrinsicElement",
|
|
8755
8478
|
"typeTokenRange": {
|
|
@@ -9105,7 +8828,7 @@
|
|
|
9105
8828
|
"text": ";"
|
|
9106
8829
|
}
|
|
9107
8830
|
],
|
|
9108
|
-
"fileUrlPath": "src/
|
|
8831
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
9109
8832
|
"releaseTag": "Public",
|
|
9110
8833
|
"name": "MarkAsRootIntrinsicElement",
|
|
9111
8834
|
"typeTokenRange": {
|
|
@@ -9124,12 +8847,12 @@
|
|
|
9124
8847
|
},
|
|
9125
8848
|
{
|
|
9126
8849
|
"kind": "Content",
|
|
9127
|
-
"text": "import(\"
|
|
8850
|
+
"text": "import(\"../runtime/component.js\")."
|
|
9128
8851
|
},
|
|
9129
8852
|
{
|
|
9130
8853
|
"kind": "Reference",
|
|
9131
8854
|
"text": "Component",
|
|
9132
|
-
"canonicalReference": "@alloy-js/core
|
|
8855
|
+
"canonicalReference": "@alloy-js/core!Component:interface"
|
|
9133
8856
|
},
|
|
9134
8857
|
{
|
|
9135
8858
|
"kind": "Content",
|
|
@@ -9160,12 +8883,12 @@
|
|
|
9160
8883
|
},
|
|
9161
8884
|
{
|
|
9162
8885
|
"kind": "Content",
|
|
9163
|
-
"text": "<import(\"
|
|
8886
|
+
"text": "<import(\"../runtime/component.js\")."
|
|
9164
8887
|
},
|
|
9165
8888
|
{
|
|
9166
8889
|
"kind": "Reference",
|
|
9167
8890
|
"text": "Component",
|
|
9168
|
-
"canonicalReference": "@alloy-js/core
|
|
8891
|
+
"canonicalReference": "@alloy-js/core!Component:interface"
|
|
9169
8892
|
},
|
|
9170
8893
|
{
|
|
9171
8894
|
"kind": "Content",
|
|
@@ -10070,7 +9793,7 @@
|
|
|
10070
9793
|
"text": ";"
|
|
10071
9794
|
}
|
|
10072
9795
|
],
|
|
10073
|
-
"fileUrlPath": "src/
|
|
9796
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
10074
9797
|
"returnTypeTokenRange": {
|
|
10075
9798
|
"startIndex": 5,
|
|
10076
9799
|
"endIndex": 6
|
|
@@ -10144,7 +9867,7 @@
|
|
|
10144
9867
|
"text": ";"
|
|
10145
9868
|
}
|
|
10146
9869
|
],
|
|
10147
|
-
"fileUrlPath": "src/
|
|
9870
|
+
"fileUrlPath": "src/props-combinators.ts",
|
|
10148
9871
|
"returnTypeTokenRange": {
|
|
10149
9872
|
"startIndex": 5,
|
|
10150
9873
|
"endIndex": 6
|
|
@@ -10237,7 +9960,7 @@
|
|
|
10237
9960
|
"text": ";"
|
|
10238
9961
|
}
|
|
10239
9962
|
],
|
|
10240
|
-
"fileUrlPath": "src/
|
|
9963
|
+
"fileUrlPath": "src/props-combinators.ts",
|
|
10241
9964
|
"returnTypeTokenRange": {
|
|
10242
9965
|
"startIndex": 7,
|
|
10243
9966
|
"endIndex": 8
|
|
@@ -10357,7 +10080,7 @@
|
|
|
10357
10080
|
"text": ";"
|
|
10358
10081
|
}
|
|
10359
10082
|
],
|
|
10360
|
-
"fileUrlPath": "src/
|
|
10083
|
+
"fileUrlPath": "src/props-combinators.ts",
|
|
10361
10084
|
"returnTypeTokenRange": {
|
|
10362
10085
|
"startIndex": 9,
|
|
10363
10086
|
"endIndex": 10
|
|
@@ -10797,7 +10520,7 @@
|
|
|
10797
10520
|
"text": ";"
|
|
10798
10521
|
}
|
|
10799
10522
|
],
|
|
10800
|
-
"fileUrlPath": "src/
|
|
10523
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
10801
10524
|
"returnTypeTokenRange": {
|
|
10802
10525
|
"startIndex": 3,
|
|
10803
10526
|
"endIndex": 4
|
|
@@ -12137,7 +11860,7 @@
|
|
|
12137
11860
|
"text": "export declare enum OutputScopeFlags "
|
|
12138
11861
|
}
|
|
12139
11862
|
],
|
|
12140
|
-
"fileUrlPath": "src/symbols/
|
|
11863
|
+
"fileUrlPath": "src/symbols/flags.ts",
|
|
12141
11864
|
"releaseTag": "Public",
|
|
12142
11865
|
"name": "OutputScopeFlags",
|
|
12143
11866
|
"preserveMemberOrder": false,
|
|
@@ -13272,7 +12995,7 @@
|
|
|
13272
12995
|
"text": "export declare enum OutputSymbolFlags "
|
|
13273
12996
|
}
|
|
13274
12997
|
],
|
|
13275
|
-
"fileUrlPath": "src/symbols/
|
|
12998
|
+
"fileUrlPath": "src/symbols/flags.ts",
|
|
13276
12999
|
"releaseTag": "Public",
|
|
13277
13000
|
"name": "OutputSymbolFlags",
|
|
13278
13001
|
"preserveMemberOrder": false,
|
|
@@ -13799,7 +13522,7 @@
|
|
|
13799
13522
|
"text": ";"
|
|
13800
13523
|
}
|
|
13801
13524
|
],
|
|
13802
|
-
"fileUrlPath": "src/
|
|
13525
|
+
"fileUrlPath": "src/render.ts",
|
|
13803
13526
|
"returnTypeTokenRange": {
|
|
13804
13527
|
"startIndex": 1,
|
|
13805
13528
|
"endIndex": 2
|
|
@@ -14056,7 +13779,7 @@
|
|
|
14056
13779
|
"text": ";"
|
|
14057
13780
|
}
|
|
14058
13781
|
],
|
|
14059
|
-
"fileUrlPath": "src/
|
|
13782
|
+
"fileUrlPath": "src/render.ts",
|
|
14060
13783
|
"returnTypeTokenRange": {
|
|
14061
13784
|
"startIndex": 1,
|
|
14062
13785
|
"endIndex": 2
|
|
@@ -14251,7 +13974,7 @@
|
|
|
14251
13974
|
"text": ";"
|
|
14252
13975
|
}
|
|
14253
13976
|
],
|
|
14254
|
-
"fileUrlPath": "src/
|
|
13977
|
+
"fileUrlPath": "src/runtime/component.ts",
|
|
14255
13978
|
"releaseTag": "Public",
|
|
14256
13979
|
"name": "Props",
|
|
14257
13980
|
"typeTokenRange": {
|
|
@@ -14392,7 +14115,7 @@
|
|
|
14392
14115
|
"text": ";"
|
|
14393
14116
|
}
|
|
14394
14117
|
],
|
|
14395
|
-
"fileUrlPath": "src/
|
|
14118
|
+
"fileUrlPath": "src/render.ts",
|
|
14396
14119
|
"returnTypeTokenRange": {
|
|
14397
14120
|
"startIndex": 6,
|
|
14398
14121
|
"endIndex": 7
|
|
@@ -15857,7 +15580,7 @@
|
|
|
15857
15580
|
"text": ";"
|
|
15858
15581
|
}
|
|
15859
15582
|
],
|
|
15860
|
-
"fileUrlPath": "src/
|
|
15583
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
15861
15584
|
"returnTypeTokenRange": {
|
|
15862
15585
|
"startIndex": 7,
|
|
15863
15586
|
"endIndex": 8
|
|
@@ -15907,7 +15630,7 @@
|
|
|
15907
15630
|
"text": "export interface RootOptions "
|
|
15908
15631
|
}
|
|
15909
15632
|
],
|
|
15910
|
-
"fileUrlPath": "src/
|
|
15633
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
15911
15634
|
"releaseTag": "Public",
|
|
15912
15635
|
"name": "RootOptions",
|
|
15913
15636
|
"preserveMemberOrder": false,
|
|
@@ -15970,7 +15693,7 @@
|
|
|
15970
15693
|
"text": ";"
|
|
15971
15694
|
}
|
|
15972
15695
|
],
|
|
15973
|
-
"fileUrlPath": "src/
|
|
15696
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
15974
15697
|
"releaseTag": "Public",
|
|
15975
15698
|
"name": "SbrIntrinsicElement",
|
|
15976
15699
|
"typeTokenRange": {
|
|
@@ -16479,7 +16202,7 @@
|
|
|
16479
16202
|
"text": ";"
|
|
16480
16203
|
}
|
|
16481
16204
|
],
|
|
16482
|
-
"fileUrlPath": "src/
|
|
16205
|
+
"fileUrlPath": "src/runtime/intrinsic.ts",
|
|
16483
16206
|
"releaseTag": "Public",
|
|
16484
16207
|
"name": "SoftlineIntrinsicElement",
|
|
16485
16208
|
"typeTokenRange": {
|
|
@@ -17229,7 +16952,7 @@
|
|
|
17229
16952
|
"text": ";"
|
|
17230
16953
|
}
|
|
17231
16954
|
],
|
|
17232
|
-
"fileUrlPath": "src/
|
|
16955
|
+
"fileUrlPath": "src/props-combinators.ts",
|
|
17233
16956
|
"returnTypeTokenRange": {
|
|
17234
16957
|
"startIndex": 10,
|
|
17235
16958
|
"endIndex": 12
|
|
@@ -17333,7 +17056,7 @@
|
|
|
17333
17056
|
"text": ";"
|
|
17334
17057
|
}
|
|
17335
17058
|
],
|
|
17336
|
-
"fileUrlPath": "src/
|
|
17059
|
+
"fileUrlPath": "src/props-combinators.ts",
|
|
17337
17060
|
"releaseTag": "Public",
|
|
17338
17061
|
"name": "SplitProps",
|
|
17339
17062
|
"typeParameters": [
|
|
@@ -17748,8 +17471,8 @@
|
|
|
17748
17471
|
},
|
|
17749
17472
|
{
|
|
17750
17473
|
"kind": "Reference",
|
|
17751
|
-
"text": "
|
|
17752
|
-
"canonicalReference": "@alloy-js/core!
|
|
17474
|
+
"text": "IntrinsicElements",
|
|
17475
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
17753
17476
|
},
|
|
17754
17477
|
{
|
|
17755
17478
|
"kind": "Content",
|
|
@@ -17824,8 +17547,8 @@
|
|
|
17824
17547
|
},
|
|
17825
17548
|
{
|
|
17826
17549
|
"kind": "Reference",
|
|
17827
|
-
"text": "
|
|
17828
|
-
"canonicalReference": "@alloy-js/core!
|
|
17550
|
+
"text": "IntrinsicElements",
|
|
17551
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
17829
17552
|
},
|
|
17830
17553
|
{
|
|
17831
17554
|
"kind": "Content",
|
|
@@ -17957,8 +17680,8 @@
|
|
|
17957
17680
|
},
|
|
17958
17681
|
{
|
|
17959
17682
|
"kind": "Reference",
|
|
17960
|
-
"text": "
|
|
17961
|
-
"canonicalReference": "@alloy-js/core!
|
|
17683
|
+
"text": "IntrinsicElements",
|
|
17684
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
17962
17685
|
},
|
|
17963
17686
|
{
|
|
17964
17687
|
"kind": "Content",
|
|
@@ -17979,8 +17702,8 @@
|
|
|
17979
17702
|
},
|
|
17980
17703
|
{
|
|
17981
17704
|
"kind": "Reference",
|
|
17982
|
-
"text": "
|
|
17983
|
-
"canonicalReference": "@alloy-js/core!
|
|
17705
|
+
"text": "IntrinsicElements",
|
|
17706
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
17984
17707
|
},
|
|
17985
17708
|
{
|
|
17986
17709
|
"kind": "Content",
|
|
@@ -17988,8 +17711,8 @@
|
|
|
17988
17711
|
},
|
|
17989
17712
|
{
|
|
17990
17713
|
"kind": "Reference",
|
|
17991
|
-
"text": "
|
|
17992
|
-
"canonicalReference": "@alloy-js/core!
|
|
17714
|
+
"text": "IntrinsicElements",
|
|
17715
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
17993
17716
|
},
|
|
17994
17717
|
{
|
|
17995
17718
|
"kind": "Content",
|
|
@@ -17997,8 +17720,8 @@
|
|
|
17997
17720
|
},
|
|
17998
17721
|
{
|
|
17999
17722
|
"kind": "Reference",
|
|
18000
|
-
"text": "
|
|
18001
|
-
"canonicalReference": "@alloy-js/core!
|
|
17723
|
+
"text": "IntrinsicElements",
|
|
17724
|
+
"canonicalReference": "@alloy-js/core!IntrinsicElements:interface"
|
|
18002
17725
|
},
|
|
18003
17726
|
{
|
|
18004
17727
|
"kind": "Content",
|
|
@@ -18418,7 +18141,7 @@
|
|
|
18418
18141
|
"text": ";"
|
|
18419
18142
|
}
|
|
18420
18143
|
],
|
|
18421
|
-
"fileUrlPath": "src/
|
|
18144
|
+
"fileUrlPath": "src/runtime/component.ts",
|
|
18422
18145
|
"returnTypeTokenRange": {
|
|
18423
18146
|
"startIndex": 8,
|
|
18424
18147
|
"endIndex": 16
|
|
@@ -19041,7 +18764,7 @@
|
|
|
19041
18764
|
"text": ";"
|
|
19042
18765
|
}
|
|
19043
18766
|
],
|
|
19044
|
-
"fileUrlPath": "src/
|
|
18767
|
+
"fileUrlPath": "src/reactivity.ts",
|
|
19045
18768
|
"returnTypeTokenRange": {
|
|
19046
18769
|
"startIndex": 3,
|
|
19047
18770
|
"endIndex": 4
|