Skip to content

Commit a4ba73f

Browse files
janechuCopilot
andcommitted
chore: regenerate build output after rebase
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9ea0f1f commit a4ba73f

23 files changed

Lines changed: 480 additions & 480 deletions

File tree

packages/fast-element/SIZES.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Bundle sizes for `@microsoft/fast-element` exports.
44

55
| Export | Minified | Gzip | Brotli |
66
|--------|----------|------|--------|
7-
| CDN Rollup Bundle | 65.03 KB | 19.31 KB | 17.30 KB |
8-
| FASTElement | 23.92 KB | 7.48 KB | 6.76 KB |
9-
| Updates | 3.69 KB | 1.51 KB | 1.28 KB |
10-
| Observable | 8.20 KB | 3.01 KB | 2.68 KB |
11-
| observable | 8.24 KB | 3.02 KB | 2.69 KB |
12-
| attr | 3.63 KB | 1.44 KB | 1.21 KB |
13-
| children | 6.22 KB | 2.37 KB | 2.08 KB |
14-
| css | 11.40 KB | 4.10 KB | 3.69 KB |
15-
| ref | 5.20 KB | 2.04 KB | 1.78 KB |
16-
| slotted | 6.01 KB | 2.30 KB | 2.02 KB |
17-
| volatile | 8.29 KB | 3.04 KB | 2.71 KB |
7+
| CDN Rollup Bundle | 64.76 KB | 19.24 KB | 17.23 KB |
8+
| FASTElement | 23.69 KB | 7.41 KB | 6.68 KB |
9+
| Updates | 3.45 KB | 1.43 KB | 1.21 KB |
10+
| Observable | 7.96 KB | 2.94 KB | 2.61 KB |
11+
| observable | 8.00 KB | 2.95 KB | 2.63 KB |
12+
| attr | 3.39 KB | 1.37 KB | 1.13 KB |
13+
| children | 5.99 KB | 2.29 KB | 2.01 KB |
14+
| css | 11.16 KB | 4.03 KB | 3.61 KB |
15+
| ref | 4.96 KB | 1.96 KB | 1.71 KB |
16+
| slotted | 5.78 KB | 2.23 KB | 1.95 KB |
17+
| volatile | 8.05 KB | 2.97 KB | 2.64 KB |
1818
| when | 2.40 KB | 978 B | 786 B |
19-
| html | 27.37 KB | 8.95 KB | 8.02 KB |
20-
| repeat | 31.03 KB | 9.88 KB | 8.88 KB |
19+
| html | 27.13 KB | 8.88 KB | 7.96 KB |
20+
| repeat | 30.79 KB | 9.81 KB | 8.82 KB |

packages/fast-html/test/fixtures/bindings/attribute/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title></title>
66
</head>
77
<body>
8-
<test-element type="checkbox"><template shadowrootmode="open" shadowroot="open"><input type="checkbox" disabled data-fe="1"></template></test-element>
9-
<test-element-property><template shadowrootmode="open" shadowroot="open"><input type="checkbox" disabled data-fe="1"></template></test-element-property>
10-
<test-element-expression><template shadowrootmode="open" shadowroot="open"><input disabled type="button" data-fe="1"></template></test-element-expression>
8+
<test-element type="checkbox"><template shadowrootmode="open" shadowroot="open"><input type="checkbox" disabled data-fe-c-0-1></template></test-element>
9+
<test-element-property><template shadowrootmode="open" shadowroot="open"><input type="checkbox" disabled data-fe-c-0-1></template></test-element-property>
10+
<test-element-expression><template shadowrootmode="open" shadowroot="open"><input disabled type="button" data-fe-c-0-1></template></test-element-expression>
1111
<f-template name="test-element">
1212
<template> <input type="{{type}}" disabled> </template>
1313
</f-template>

packages/fast-html/test/fixtures/bindings/content/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<title></title>
66
</head>
77
<body>
8-
<test-element text="Hello world"><template shadowrootmode="open" shadowroot="open"><!--fe:b-->Hello world<!--fe:/b--></template></test-element>
9-
<test-element-unescaped html="&lt;p&gt;Hello world&lt;/p&gt;"><template shadowrootmode="open" shadowroot="open"><!--fe:b--><p>Hello world</p><!--fe:/b--></template></test-element-unescaped>
8+
<test-element text="Hello world"><template shadowrootmode="open" shadowroot="open"><!--fe-b$$start$$0$$text-0$$fe-b-->Hello world<!--fe-b$$end$$0$$text-0$$fe-b--></template></test-element>
9+
<test-element-unescaped html="&lt;p&gt;Hello world&lt;/p&gt;"><template shadowrootmode="open" shadowroot="open"><!--fe-b$$start$$0$$html-0$$fe-b--><p>Hello world</p><!--fe-b$$end$$0$$html-0$$fe-b--></template></test-element-unescaped>
1010
<f-template name="test-element">
1111
<template>{{text}}</template>
1212
</f-template>

packages/fast-html/test/fixtures/bindings/dot-syntax/index.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
<title></title>
66
</head>
77
<body>
8-
<test-element><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->bar<!--fe:/b--></span>
9-
<span><!--fe:b--><!--fe:/b--></span>
10-
<span><!--fe:b-->FOO<!--fe:/b--></span>
11-
<button data-fe="1">Set b</button>
12-
<button data-fe="1">Set a.b1</button>
13-
<button data-fe="1">Set a.b2.c</button>
14-
<!--fe:b-->
15-
<!--fe:b--><!--fe:r-->
16-
<!--fe:b-->
17-
<div><!--fe:b-->Item 1<!--fe:/b--></div>
18-
<!--fe:/b-->
19-
<!--fe:/r--><!--fe:r-->
20-
<!--fe:b-->
21-
<div><!--fe:b-->Item 2<!--fe:/b--></div>
22-
<!--fe:/b-->
23-
<!--fe:/r--><!--fe:r-->
24-
<!--fe:b--><!--fe:/b-->
25-
<!--fe:/r--><!--fe:/b-->
26-
<!--fe:/b--></template></test-element>
8+
<test-element><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$object.b-0$$fe-b-->bar<!--fe-b$$end$$0$$object.b-0$$fe-b--></span>
9+
<span><!--fe-b$$start$$1$$object.a.b1-1$$fe-b--><!--fe-b$$end$$1$$object.a.b1-1$$fe-b--></span>
10+
<span><!--fe-b$$start$$2$$object.a.b2.c-2$$fe-b-->FOO<!--fe-b$$end$$2$$object.a.b2.c-2$$fe-b--></span>
11+
<button data-fe-c-3-1>Set b</button>
12+
<button data-fe-c-4-1>Set a.b1</button>
13+
<button data-fe-c-5-1>Set a.b2.c</button>
14+
<!--fe-b$$start$$6$$when-6$$fe-b-->
15+
<!--fe-b$$start$$0$$6-repeat-0$$fe-b--><!--fe-repeat$$start$$0$$fe-repeat-->
16+
<!--fe-b$$start$$0$$when-0$$fe-b-->
17+
<div><!--fe-b$$start$$0$$0-item.name-0$$fe-b-->Item 1<!--fe-b$$end$$0$$0-item.name-0$$fe-b--></div>
18+
<!--fe-b$$end$$0$$when-0$$fe-b-->
19+
<!--fe-repeat$$end$$0$$fe-repeat--><!--fe-repeat$$start$$1$$fe-repeat-->
20+
<!--fe-b$$start$$0$$when-0$$fe-b-->
21+
<div><!--fe-b$$start$$0$$0-item.name-0$$fe-b-->Item 2<!--fe-b$$end$$0$$0-item.name-0$$fe-b--></div>
22+
<!--fe-b$$end$$0$$when-0$$fe-b-->
23+
<!--fe-repeat$$end$$1$$fe-repeat--><!--fe-repeat$$start$$2$$fe-repeat-->
24+
<!--fe-b$$start$$0$$when-0$$fe-b--><!--fe-b$$end$$0$$when-0$$fe-b-->
25+
<!--fe-repeat$$end$$2$$fe-repeat--><!--fe-b$$end$$0$$6-repeat-0$$fe-b-->
26+
<!--fe-b$$end$$6$$when-6$$fe-b--></template></test-element>
2727
<f-template name="test-element">
2828
<template>
2929
<span>{{object.b}}</span>

packages/fast-html/test/fixtures/bindings/event/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<title></title>
66
</head>
77
<body>
8-
<test-element foo="bar"><template shadowrootmode="open" shadowroot="open"><button data-fe="1">No arguments</button>
9-
<button data-fe="1">event argument (e, deprecated)</button>
10-
<button data-fe="1">modify foo</button>
11-
<button data-fe="1">event argument ($e)</button>
12-
<button data-fe="1">context argument ($c)</button>
13-
<button data-fe="1">multiple arguments ($e, $c)</button>
14-
<button data-fe="1">context event argument ($c.event)</button></template></test-element>
8+
<test-element foo="bar"><template shadowrootmode="open" shadowroot="open"><button data-fe-c-0-1>No arguments</button>
9+
<button data-fe-c-1-1>event argument (e, deprecated)</button>
10+
<button data-fe-c-2-1>modify foo</button>
11+
<button data-fe-c-3-1>event argument ($e)</button>
12+
<button data-fe-c-4-1>context argument ($c)</button>
13+
<button data-fe-c-5-1>multiple arguments ($e, $c)</button>
14+
<button data-fe-c-6-1>context event argument ($c.event)</button></template></test-element>
1515
<f-template name="test-element">
1616
<template>
1717
<button @click="{handleNoArgsClick()}">No arguments</button>

packages/fast-html/test/fixtures/bindings/host/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
</style>
2525
</head>
2626
<body>
27-
<host-event-element><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->Hello<!--fe:/b--></span></template></host-event-element>
28-
<host-multi-element disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->World<!--fe:/b--></span></template></host-multi-element>
29-
<host-static-element id="static-host"><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->first<!--fe:/b--> <!--fe:b-->second<!--fe:/b--></span></template></host-static-element>
30-
<host-events-element text="content text"><template shadowrootmode="open" shadowroot="open"><!--fe:b-->content text<!--fe:/b--></template></host-events-element>
31-
<host-multi-content-element first="a" second="b"><template shadowrootmode="open" shadowroot="open"><span first="a" second="b" data-fe="2"></span></template></host-multi-content-element>
32-
<host-text-binding-element text="text content"><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->text content<!--fe:/b--></span></template></host-text-binding-element>
33-
<host-property-element text="property test"><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->property test<!--fe:/b--></span></template></host-property-element>
34-
<host-all-types-element text="all types" attr="value" disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->all types<!--fe:/b--></span></template></host-all-types-element>
35-
<host-perm-attr-first text="perm attr first" attr="value" disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->perm attr first<!--fe:/b--></span></template></host-perm-attr-first>
36-
<host-perm-bool-first text="perm bool first" attr="value" disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->perm bool first<!--fe:/b--></span></template></host-perm-bool-first>
37-
<host-perm-prop-first text="perm prop first" attr="value" disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe:b-->perm prop first<!--fe:/b--></span></template></host-perm-prop-first>
27+
<host-event-element><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$greeting-0$$fe-b-->Hello<!--fe-b$$end$$0$$greeting-0$$fe-b--></span></template></host-event-element>
28+
<host-multi-element disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$text-0$$fe-b-->World<!--fe-b$$end$$0$$text-0$$fe-b--></span></template></host-multi-element>
29+
<host-static-element id="static-host"><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$first-0$$fe-b-->first<!--fe-b$$end$$0$$first-0$$fe-b--> <!--fe-b$$start$$1$$second-1$$fe-b-->second<!--fe-b$$end$$1$$second-1$$fe-b--></span></template></host-static-element>
30+
<host-events-element text="content text"><template shadowrootmode="open" shadowroot="open"><!--fe-b$$start$$0$$text-0$$fe-b-->content text<!--fe-b$$end$$0$$text-0$$fe-b--></template></host-events-element>
31+
<host-multi-content-element first="a" second="b"><template shadowrootmode="open" shadowroot="open"><span first="a" second="b" data-fe-c-0-2></span></template></host-multi-content-element>
32+
<host-text-binding-element text="text content"><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$text-0$$fe-b-->text content<!--fe-b$$end$$0$$text-0$$fe-b--></span></template></host-text-binding-element>
33+
<host-property-element text="property test"><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$text-0$$fe-b-->property test<!--fe-b$$end$$0$$text-0$$fe-b--></span></template></host-property-element>
34+
<host-all-types-element text="all types" attr="value" disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$text-0$$fe-b-->all types<!--fe-b$$end$$0$$text-0$$fe-b--></span></template></host-all-types-element>
35+
<host-perm-attr-first text="perm attr first" attr="value" disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$text-0$$fe-b-->perm attr first<!--fe-b$$end$$0$$text-0$$fe-b--></span></template></host-perm-attr-first>
36+
<host-perm-bool-first text="perm bool first" attr="value" disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$text-0$$fe-b-->perm bool first<!--fe-b$$end$$0$$text-0$$fe-b--></span></template></host-perm-bool-first>
37+
<host-perm-prop-first text="perm prop first" attr="value" disabled><template shadowrootmode="open" shadowroot="open"><span><!--fe-b$$start$$0$$text-0$$fe-b-->perm prop first<!--fe-b$$end$$0$$text-0$$fe-b--></span></template></host-perm-prop-first>
3838
<f-template name="host-event-element">
3939
<template @click="{handleClick()}">
4040
<span>{{greeting}}</span>

packages/fast-html/test/fixtures/directives/children/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title></title>
66
</head>
77
<body>
8-
<test-element><template shadowrootmode="open" shadowroot="open"><ul data-fe="1"><!--fe:b--><!--fe:r--><li><!--fe:b-->Foo<!--fe:/b--></li><!--fe:/r--><!--fe:r--><li><!--fe:b-->Bar<!--fe:/b--></li><!--fe:/r--><!--fe:/b--></ul></template></test-element>
8+
<test-element><template shadowrootmode="open" shadowroot="open"><ul data-fe-c-0-1><!--fe-b$$start$$1$$repeat-1$$fe-b--><!--fe-repeat$$start$$0$$fe-repeat--><li><!--fe-b$$start$$0$$item-0$$fe-b-->Foo<!--fe-b$$end$$0$$item-0$$fe-b--></li><!--fe-repeat$$end$$0$$fe-repeat--><!--fe-repeat$$start$$1$$fe-repeat--><li><!--fe-b$$start$$0$$item-0$$fe-b-->Bar<!--fe-b$$end$$0$$item-0$$fe-b--></li><!--fe-repeat$$end$$1$$fe-repeat--><!--fe-b$$end$$1$$repeat-1$$fe-b--></ul></template></test-element>
99
<f-template name="test-element">
1010
<template><ul f-children="{listItems}"><f-repeat value="{{item in list}}"><li>{{item}}</li></f-repeat></ul></template>
1111
</f-template>

packages/fast-html/test/fixtures/directives/ref/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title></title>
66
</head>
77
<body>
8-
<test-element><template shadowrootmode="open" shadowroot="open"><video data-fe="1"></video></template></test-element>
8+
<test-element><template shadowrootmode="open" shadowroot="open"><video data-fe-c-0-1></video></template></test-element>
99
<f-template name="test-element">
1010
<template><video f-ref="{video}"></video></template>
1111
</f-template>

packages/fast-html/test/fixtures/directives/repeat/index.html

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,52 +6,52 @@
66
</head>
77
<body>
88
<test-element item_parent="Bat"><template shadowrootmode="open" shadowroot="open"><ul>
9-
<!--fe:b--><!--fe:r-->
10-
<li><!--fe:b-->Foo<!--fe:/b--> - <!--fe:b-->Bat<!--fe:/b--></li>
11-
<!--fe:/r--><!--fe:r-->
12-
<li><!--fe:b-->Bar<!--fe:/b--> - <!--fe:b-->Bat<!--fe:/b--></li>
13-
<!--fe:/r--><!--fe:/b-->
9+
<!--fe-b$$start$$0$$repeat-0$$fe-b--><!--fe-repeat$$start$$0$$fe-repeat-->
10+
<li><!--fe-b$$start$$0$$item-0$$fe-b-->Foo<!--fe-b$$end$$0$$item-0$$fe-b--> - <!--fe-b$$start$$1$$item_parent-1$$fe-b-->Bat<!--fe-b$$end$$1$$item_parent-1$$fe-b--></li>
11+
<!--fe-repeat$$end$$0$$fe-repeat--><!--fe-repeat$$start$$1$$fe-repeat-->
12+
<li><!--fe-b$$start$$0$$item-0$$fe-b-->Bar<!--fe-b$$end$$0$$item-0$$fe-b--> - <!--fe-b$$start$$1$$item_parent-1$$fe-b-->Bat<!--fe-b$$end$$1$$item_parent-1$$fe-b--></li>
13+
<!--fe-repeat$$end$$1$$fe-repeat--><!--fe-b$$end$$0$$repeat-0$$fe-b-->
1414
</ul></template></test-element>
1515
<test-element-with-observer-map item_parent="Bat"><template shadowrootmode="open" shadowroot="open"><ul>
16-
<!--fe:b--><!--fe:r-->
17-
<li><!--fe:b-->Foo<!--fe:/b--> - <!--fe:b-->Bat<!--fe:/b--></li>
18-
<!--fe:/r--><!--fe:r-->
19-
<li><!--fe:b-->Bar<!--fe:/b--> - <!--fe:b-->Bat<!--fe:/b--></li>
20-
<!--fe:/r--><!--fe:/b-->
16+
<!--fe-b$$start$$0$$repeat-0$$fe-b--><!--fe-repeat$$start$$0$$fe-repeat-->
17+
<li><!--fe-b$$start$$0$$item-0$$fe-b-->Foo<!--fe-b$$end$$0$$item-0$$fe-b--> - <!--fe-b$$start$$1$$item_parent-1$$fe-b-->Bat<!--fe-b$$end$$1$$item_parent-1$$fe-b--></li>
18+
<!--fe-repeat$$end$$0$$fe-repeat--><!--fe-repeat$$start$$1$$fe-repeat-->
19+
<li><!--fe-b$$start$$0$$item-0$$fe-b-->Bar<!--fe-b$$end$$0$$item-0$$fe-b--> - <!--fe-b$$start$$1$$item_parent-1$$fe-b-->Bat<!--fe-b$$end$$1$$item_parent-1$$fe-b--></li>
20+
<!--fe-repeat$$end$$1$$fe-repeat--><!--fe-b$$end$$0$$repeat-0$$fe-b-->
2121
</ul></template></test-element-with-observer-map>
2222
<test-element-inner-when><template shadowrootmode="open" shadowroot="open"><ul>
23-
<!--fe:b--><!--fe:r-->
24-
<!--fe:b--><!--fe:/b-->
25-
<!--fe:/r--><!--fe:r-->
26-
<!--fe:b--><!--fe:/b-->
27-
<!--fe:/r--><!--fe:/b-->
23+
<!--fe-b$$start$$0$$repeat-0$$fe-b--><!--fe-repeat$$start$$0$$fe-repeat-->
24+
<!--fe-b$$start$$0$$when-0$$fe-b--><!--fe-b$$end$$0$$when-0$$fe-b-->
25+
<!--fe-repeat$$end$$0$$fe-repeat--><!--fe-repeat$$start$$1$$fe-repeat-->
26+
<!--fe-b$$start$$0$$when-0$$fe-b--><!--fe-b$$end$$0$$when-0$$fe-b-->
27+
<!--fe-repeat$$end$$1$$fe-repeat--><!--fe-b$$end$$0$$repeat-0$$fe-b-->
2828
</ul></template></test-element-inner-when>
2929
<test-element-interval-updates><template shadowrootmode="open" shadowroot="open"><ul>
30-
<!--fe:b--><!--fe:r-->
30+
<!--fe-b$$start$$0$$repeat-0$$fe-b--><!--fe-repeat$$start$$0$$fe-repeat-->
3131
<li>
3232
<svg width="20px" height="20px">
33-
<use href="sprites.svg#repeat-icon" data-fe="1"></use>
33+
<use href="sprites.svg#repeat-icon" data-fe-c-0-1></use>
3434
</svg>
3535
</li>
36-
<!--fe:/r--><!--fe:/b-->
36+
<!--fe-repeat$$end$$0$$fe-repeat--><!--fe-b$$end$$0$$repeat-0$$fe-b-->
3737

38-
<!--fe:b--><!--fe:r-->
38+
<!--fe-b$$start$$1$$repeat-1$$fe-b--><!--fe-repeat$$start$$0$$fe-repeat-->
3939
<li>
4040
<svg width="20px" height="20px">
41-
<use href="sprites.svg#repeat-icon" data-fe="1"></use>
41+
<use href="sprites.svg#repeat-icon" data-fe-c-0-1></use>
4242
</svg>
4343
</li>
44-
<!--fe:/r--><!--fe:/b-->
44+
<!--fe-repeat$$end$$0$$fe-repeat--><!--fe-b$$end$$1$$repeat-1$$fe-b-->
4545
</ul></template></test-element-interval-updates>
4646
<test-element-no-item-repeat-binding><template shadowrootmode="open" shadowroot="open"><ul>
47-
<!--fe:b--><!--fe:/b-->
47+
<!--fe-b$$start$$0$$repeat-0$$fe-b--><!--fe-b$$end$$0$$repeat-0$$fe-b-->
4848
</ul></template></test-element-no-item-repeat-binding>
4949
<test-element-empty-array><template shadowrootmode="open" shadowroot="open"><ul>
50-
<!--fe:b--><!--fe:/b-->
50+
<!--fe-b$$start$$0$$repeat-0$$fe-b--><!--fe-b$$end$$0$$repeat-0$$fe-b-->
5151
</ul></template></test-element-empty-array>
52-
<test-element-event><template shadowrootmode="open" shadowroot="open"><!--fe:b--><!--fe:r-->
53-
<button data-fe="1">Click</button>
54-
<!--fe:/r--><!--fe:/b--></template></test-element-event>
52+
<test-element-event><template shadowrootmode="open" shadowroot="open"><!--fe-b$$start$$0$$repeat-0$$fe-b--><!--fe-repeat$$start$$0$$fe-repeat-->
53+
<button data-fe-c-0-1>Click</button>
54+
<!--fe-repeat$$end$$0$$fe-repeat--><!--fe-b$$end$$0$$repeat-0$$fe-b--></template></test-element-event>
5555
<f-template name="test-element">
5656
<template>
5757
<ul>

packages/fast-html/test/fixtures/directives/slotted/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title></title>
66
</head>
77
<body>
8-
<test-element><template shadowrootmode="open" shadowroot="open"><slot data-fe="1"></slot>
9-
<slot name="foo" data-fe="1"></slot>
10-
<slot name="bar" data-fe="1"></slot></template>
8+
<test-element><template shadowrootmode="open" shadowroot="open"><slot data-fe-c-0-1></slot>
9+
<slot name="foo" data-fe-c-1-1></slot>
10+
<slot name="bar" data-fe-c-2-1></slot></template>
1111
<div>Slotted</div>
1212
Not slotted
1313
<ul slot="foo"><li>Item 1</li><li>Item 2</li></ul>

0 commit comments

Comments
 (0)