@e280/sly 0.2.0-18 → 0.2.0-19
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/README.md +2 -1
- package/package.json +1 -1
- package/s/base/index.ts +3 -3
- package/s/index.ts +1 -0
- package/x/base/index.d.ts +3 -3
- package/x/base/index.js +3 -3
- package/x/base/index.js.map +1 -1
- package/x/demo/views/counter.d.ts +2 -2
- package/x/demo/views/demo.d.ts +1 -1
- package/x/index.d.ts +1 -0
- package/x/index.html +1 -1
- package/x/index.js +1 -0
- package/x/index.js.map +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,8 @@ npm install @e280/sly lit @e280/strata @e280/stz
|
|
|
33
33
|
> - 🐢 [@e280/scute](https://github.com/e280/scute), our buildy-bundly-buddy
|
|
34
34
|
|
|
35
35
|
> [!TIP]
|
|
36
|
-
> you can import everything in sly from `@e280/sly`,
|
|
36
|
+
> you can import everything in sly from `@e280/sly`,
|
|
37
|
+
> or from specific subpackages like `@e280/sly/view`, `@e280/sly/dom`, etc...
|
|
37
38
|
|
|
38
39
|
|
|
39
40
|
|
package/package.json
CHANGED
package/s/base/index.ts
CHANGED
package/s/index.ts
CHANGED
package/x/base/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "
|
|
2
|
-
export * from "
|
|
3
|
-
export * from "
|
|
1
|
+
export * from "./css-reset.js";
|
|
2
|
+
export * from "./element.js";
|
|
3
|
+
export * from "./use.js";
|
package/x/base/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "
|
|
2
|
-
export * from "
|
|
3
|
-
export * from "
|
|
1
|
+
export * from "./css-reset.js";
|
|
2
|
+
export * from "./element.js";
|
|
3
|
+
export * from "./use.js";
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
package/x/base/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../s/base/index.ts"],"names":[],"mappings":"AACA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../s/base/index.ts"],"names":[],"mappings":"AACA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA"}
|
|
@@ -6,12 +6,12 @@ declare const CounterComponent_base: import("../../index.js").ComponentClass<{
|
|
|
6
6
|
step: NumberConstructor;
|
|
7
7
|
}>;
|
|
8
8
|
readonly shadow: ShadowRoot;
|
|
9
|
-
#use: import("../../
|
|
9
|
+
#use: import("../../index.js").Use;
|
|
10
10
|
#mountCount: number;
|
|
11
11
|
#reactor: import("../../base/utils/reactor.js").Reactor;
|
|
12
12
|
#attrWatcher: import("../../base/utils/attr-watcher.js").AttrWatcher;
|
|
13
13
|
createShadow(): ShadowRoot;
|
|
14
|
-
render(_use: import("../../
|
|
14
|
+
render(_use: import("../../index.js").Use): import("../../index.js").Content;
|
|
15
15
|
updateNow: () => void;
|
|
16
16
|
update: import("@e280/stz").DebounceReturn<() => void>;
|
|
17
17
|
connectedCallback(): void;
|
package/x/demo/views/demo.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const DemoComponent_base: import("../../index.js").ComponentClass<typeof import("../../
|
|
1
|
+
declare const DemoComponent_base: import("../../index.js").ComponentClass<typeof import("../../index.js").BaseElement, []>;
|
|
2
2
|
export declare class DemoComponent extends DemoComponent_base {
|
|
3
3
|
}
|
|
4
4
|
export {};
|
package/x/index.d.ts
CHANGED
package/x/index.html
CHANGED
|
@@ -131,7 +131,7 @@ body {
|
|
|
131
131
|
<img class=icon alt="" src="/assets/favicon.png"/>
|
|
132
132
|
<h1>sly testing page</h1>
|
|
133
133
|
<p><a href="https://github.com/e280/sly">github.com/e280/sly</a></p>
|
|
134
|
-
<p class=lil>v0.2.0-
|
|
134
|
+
<p class=lil>v0.2.0-19</p>
|
|
135
135
|
|
|
136
136
|
<fastcount-element></fastcount-element>
|
|
137
137
|
<counter-component start=280 step=2>component</counter-component>
|
package/x/index.js
CHANGED
package/x/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../s/index.ts"],"names":[],"mappings":"AACA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../s/index.ts"],"names":[],"mappings":"AACA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA"}
|