@microsoft/fast-element 2.0.0-beta.25 → 2.0.0-beta.26
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/CHANGELOG.json +21 -0
- package/CHANGELOG.md +10 -1
- package/dist/dts/index.d.ts +29 -29
- package/dist/esm/index.js +29 -29
- package/package.json +15 -15
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/fast-element",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Fri, 18 Aug 2023 00:04:40 GMT",
|
|
6
|
+
"tag": "@microsoft/fast-element_v2.0.0-beta.26",
|
|
7
|
+
"version": "2.0.0-beta.26",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "chhol@microsoft.com",
|
|
12
|
+
"package": "@microsoft/fast-element",
|
|
13
|
+
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
|
|
14
|
+
"comment": "BREAKING: update fast-element export paths to include extensions"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "chhol@microsoft.com",
|
|
18
|
+
"package": "@microsoft/fast-element",
|
|
19
|
+
"commit": "8a23a94530ec7e6fb269c149bd70ca97e662dbf4",
|
|
20
|
+
"comment": "update fast-element exports to be explicit"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
4
25
|
{
|
|
5
26
|
"date": "Sat, 12 Aug 2023 00:26:36 GMT",
|
|
6
27
|
"tag": "@microsoft/fast-element_v2.0.0-beta.25",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# Change Log - @microsoft/fast-element
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 18 Aug 2023 00:04:40 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.0.0-beta.26
|
|
8
|
+
|
|
9
|
+
Fri, 18 Aug 2023 00:04:40 GMT
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
|
|
13
|
+
- BREAKING: update fast-element export paths to include extensions (chhol@microsoft.com)
|
|
14
|
+
- update fast-element exports to be explicit (chhol@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## 2.0.0-beta.25
|
|
8
17
|
|
|
9
18
|
Sat, 12 Aug 2023 00:26:36 GMT
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
export type { Callable, Constructable, Class, Disposable, FASTGlobal, TrustedTypesPolicy, } from "./interfaces.js";
|
|
2
2
|
export { FAST, emptyArray } from "./platform.js";
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
3
|
+
export { DOMAspect, DOMSink, DOMPolicy, DOM } from "./dom.js";
|
|
4
|
+
export { Accessor, Expression, ExecutionContext, ExpressionController, ExpressionObserver, ExpressionNotifier, Observable, observable, ObservationRecord, SourceLifetime, volatile, } from "./observation/observable.js";
|
|
5
|
+
export { Notifier, PropertyChangeNotifier, Subscriber, SubscriberSet, } from "./observation/notifier.js";
|
|
6
|
+
export { ArrayObserver, LengthObserver, lengthOf, Splice, SpliceStrategy, SpliceStrategySupport, } from "./observation/arrays.js";
|
|
7
|
+
export { UpdateQueue, Updates } from "./observation/update-queue.js";
|
|
8
|
+
export { Binding, BindingDirective } from "./binding/binding.js";
|
|
9
|
+
export { listener, oneWay } from "./binding/one-way.js";
|
|
10
|
+
export { oneTime } from "./binding/one-time.js";
|
|
11
|
+
export { normalizeBinding } from "./binding/normalize.js";
|
|
12
|
+
export { ComposableStyles, ConstructibleStyleStrategy, ElementStyles, } from "./styles/element-styles.js";
|
|
13
|
+
export { css, CSSTemplateTag, CSSValue } from "./styles/css.js";
|
|
14
|
+
export { AddBehavior, cssDirective, CSSDirective, CSSDirectiveDefinition, } from "./styles/css-directive.js";
|
|
15
|
+
export { HostController, HostBehavior } from "./styles/host.js";
|
|
16
|
+
export { StyleStrategy, StyleTarget } from "./styles/style-strategy.js";
|
|
17
|
+
export { CSSBindingDirective } from "./styles/css-binding-directive.js";
|
|
18
|
+
export { CaptureType, ElementViewTemplate, html, HTMLTemplateCompilationResult, HTMLTemplateTag, InlineTemplateDirective, SyntheticViewTemplate, TemplateValue, ViewTemplate, } from "./templating/template.js";
|
|
19
|
+
export { CompilationStrategy, Compiler } from "./templating/compiler.js";
|
|
20
20
|
export { Markup, Parser } from "./templating/markup.js";
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
21
|
+
export { ContentTemplate, ContentView, HTMLBindingDirective, } from "./templating/html-binding-directive.js";
|
|
22
|
+
export { AddViewBehaviorFactory, Aspected, CompiledViewBehaviorFactory, htmlDirective, HTMLDirective, HTMLDirectiveDefinition, PartialHTMLDirectiveDefinition, StatelessAttachedAttributeDirective, ViewBehavior, ViewBehaviorFactory, ViewBehaviorTargets, ViewController, } from "./templating/html-directive.js";
|
|
23
|
+
export { ref, RefDirective } from "./templating/ref.js";
|
|
24
|
+
export { when } from "./templating/when.js";
|
|
25
|
+
export { repeat, RepeatBehavior, RepeatDirective, RepeatOptions, } from "./templating/repeat.js";
|
|
26
|
+
export { slotted, SlottedDirective, SlottedDirectiveOptions, } from "./templating/slotted.js";
|
|
27
|
+
export { children, ChildrenDirective, ChildrenDirectiveOptions, ChildListDirectiveOptions, SubtreeDirectiveOptions, } from "./templating/children.js";
|
|
28
|
+
export { ElementView, HTMLView, SyntheticView, View } from "./templating/view.js";
|
|
29
|
+
export { elements, ElementsFilter, NodeBehaviorOptions, NodeObservationDirective, } from "./templating/node-observation.js";
|
|
30
|
+
export { customElement, FASTElement } from "./components/fast-element.js";
|
|
31
|
+
export { FASTElementDefinition, PartialFASTElementDefinition, ShadowRootOptions, } from "./components/fast-definitions.js";
|
|
32
|
+
export { attr, AttributeConfiguration, AttributeDefinition, AttributeMode, booleanConverter, DecoratorAttributeConfiguration, nullableBooleanConverter, nullableNumberConverter, ValueConverter, } from "./components/attributes.js";
|
|
33
33
|
export { ElementController, ElementControllerStrategy, } from "./components/element-controller.js";
|
package/dist/esm/index.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
export { FAST, emptyArray } from "./platform.js";
|
|
2
2
|
// DOM
|
|
3
|
-
export
|
|
3
|
+
export { DOMAspect, DOM } from "./dom.js";
|
|
4
4
|
// Observation
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
5
|
+
export { ExecutionContext, Observable, observable, SourceLifetime, volatile, } from "./observation/observable.js";
|
|
6
|
+
export { PropertyChangeNotifier, SubscriberSet, } from "./observation/notifier.js";
|
|
7
|
+
export { ArrayObserver, lengthOf, Splice, SpliceStrategy, SpliceStrategySupport, } from "./observation/arrays.js";
|
|
8
|
+
export { Updates } from "./observation/update-queue.js";
|
|
9
9
|
// Binding
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
10
|
+
export { Binding } from "./binding/binding.js";
|
|
11
|
+
export { listener, oneWay } from "./binding/one-way.js";
|
|
12
|
+
export { oneTime } from "./binding/one-time.js";
|
|
13
|
+
export { normalizeBinding } from "./binding/normalize.js";
|
|
14
14
|
// Styles
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
15
|
+
export { ElementStyles, } from "./styles/element-styles.js";
|
|
16
|
+
export { css } from "./styles/css.js";
|
|
17
|
+
export { cssDirective, CSSDirective, } from "./styles/css-directive.js";
|
|
18
|
+
export {} from "./styles/host.js";
|
|
19
|
+
export {} from "./styles/style-strategy.js";
|
|
20
|
+
export { CSSBindingDirective } from "./styles/css-binding-directive.js";
|
|
21
21
|
// Templating
|
|
22
|
-
export
|
|
23
|
-
export
|
|
22
|
+
export { html, InlineTemplateDirective, ViewTemplate, } from "./templating/template.js";
|
|
23
|
+
export { Compiler } from "./templating/compiler.js";
|
|
24
24
|
export { Markup, Parser } from "./templating/markup.js";
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
25
|
+
export { HTMLBindingDirective, } from "./templating/html-binding-directive.js";
|
|
26
|
+
export { htmlDirective, HTMLDirective, StatelessAttachedAttributeDirective, } from "./templating/html-directive.js";
|
|
27
|
+
export { ref, RefDirective } from "./templating/ref.js";
|
|
28
|
+
export { when } from "./templating/when.js";
|
|
29
|
+
export { repeat, RepeatBehavior, RepeatDirective, } from "./templating/repeat.js";
|
|
30
|
+
export { slotted, SlottedDirective, } from "./templating/slotted.js";
|
|
31
|
+
export { children, ChildrenDirective, } from "./templating/children.js";
|
|
32
|
+
export { HTMLView } from "./templating/view.js";
|
|
33
|
+
export { elements, NodeObservationDirective, } from "./templating/node-observation.js";
|
|
34
34
|
// Components
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
35
|
+
export { customElement, FASTElement } from "./components/fast-element.js";
|
|
36
|
+
export { FASTElementDefinition, } from "./components/fast-definitions.js";
|
|
37
|
+
export { attr, AttributeConfiguration, AttributeDefinition, booleanConverter, nullableBooleanConverter, nullableNumberConverter, } from "./components/attributes.js";
|
|
38
38
|
export { ElementController, } from "./components/element-controller.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/fast-element",
|
|
3
3
|
"description": "A library for constructing Web Components",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.26",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Microsoft",
|
|
7
7
|
"url": "https://discord.gg/FcSNfg4"
|
|
@@ -26,59 +26,59 @@
|
|
|
26
26
|
"development": "./dist/esm/index.debug.js",
|
|
27
27
|
"default": "./dist/esm/index.js"
|
|
28
28
|
},
|
|
29
|
-
"./debug": {
|
|
29
|
+
"./debug.js": {
|
|
30
30
|
"types": "./dist/dts/debug.d.ts",
|
|
31
31
|
"default": "./dist/esm/debug.js"
|
|
32
32
|
},
|
|
33
|
-
"./binding/two-way": {
|
|
33
|
+
"./binding/two-way.js": {
|
|
34
34
|
"types": "./dist/dts/binding/two-way.d.ts",
|
|
35
35
|
"default": "./dist/esm/binding/two-way.js"
|
|
36
36
|
},
|
|
37
|
-
"./binding/signal": {
|
|
37
|
+
"./binding/signal.js": {
|
|
38
38
|
"types": "./dist/dts/binding/signal.d.ts",
|
|
39
39
|
"default": "./dist/esm/binding/signal.js"
|
|
40
40
|
},
|
|
41
|
-
"./render": {
|
|
41
|
+
"./render.js": {
|
|
42
42
|
"types": "./dist/dts/templating/render.d.ts",
|
|
43
43
|
"default": "./dist/esm/templating/render.js"
|
|
44
44
|
},
|
|
45
|
-
"./utilities": {
|
|
45
|
+
"./utilities.js": {
|
|
46
46
|
"types": "./dist/dts/utilities.d.ts",
|
|
47
47
|
"default": "./dist/esm/utilities.js"
|
|
48
48
|
},
|
|
49
|
-
"./state": {
|
|
49
|
+
"./state.js": {
|
|
50
50
|
"types": "./dist/dts/state/exports.d.ts",
|
|
51
51
|
"default": "./dist/esm/state/exports.js"
|
|
52
52
|
},
|
|
53
|
-
"./context": {
|
|
53
|
+
"./context.js": {
|
|
54
54
|
"types": "./dist/dts/context.d.ts",
|
|
55
55
|
"default": "./dist/esm/context.js"
|
|
56
56
|
},
|
|
57
|
-
"./metadata": {
|
|
57
|
+
"./metadata.js": {
|
|
58
58
|
"types": "./dist/dts/metadata.d.ts",
|
|
59
59
|
"default": "./dist/esm/metadata.js"
|
|
60
60
|
},
|
|
61
|
-
"./testing": {
|
|
61
|
+
"./testing.js": {
|
|
62
62
|
"types": "./dist/dts/testing/exports.d.ts",
|
|
63
63
|
"default": "./dist/esm/testing/exports.js"
|
|
64
64
|
},
|
|
65
|
-
"./di": {
|
|
65
|
+
"./di.js": {
|
|
66
66
|
"types": "./dist/dts/di/di.d.ts",
|
|
67
67
|
"default": "./dist/esm/di/di.js"
|
|
68
68
|
},
|
|
69
|
-
"./element-hydration": {
|
|
69
|
+
"./element-hydration.js": {
|
|
70
70
|
"types": "./dist/dts/components/hydration.d.ts",
|
|
71
71
|
"default": "./dist/esm/components/hydration.js"
|
|
72
72
|
},
|
|
73
|
-
"./install-element-hydration": {
|
|
73
|
+
"./install-element-hydration.js": {
|
|
74
74
|
"types": "./dist/dts/components/install-hydration.d.ts",
|
|
75
75
|
"default": "./dist/esm/components/install-hydration.js"
|
|
76
76
|
},
|
|
77
|
-
"./pending-task": {
|
|
77
|
+
"./pending-task.js": {
|
|
78
78
|
"types": "./dist/dts/pending-task.d.ts",
|
|
79
79
|
"default": "./dist/esm/pending-task.js"
|
|
80
80
|
},
|
|
81
|
-
"./dom-policy": {
|
|
81
|
+
"./dom-policy.js": {
|
|
82
82
|
"types": "./dist/dts/dom-policy.d.ts",
|
|
83
83
|
"default": "./dist/esm/dom-policy.js"
|
|
84
84
|
},
|