taggedjs 2.5.7 → 2.5.8
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/js/subject.types.d.ts +1 -2
- package/js/tag/html.d.ts +2 -1
- package/js/tag/html.js.map +1 -1
- package/package.json +1 -1
package/js/subject.types.d.ts
CHANGED
|
@@ -9,10 +9,9 @@ export type WasTagSubject = Subject<TemplaterResult> & {
|
|
|
9
9
|
export type TagSubject = Subject<TemplaterResult> & {
|
|
10
10
|
tagSupport: TagSupport;
|
|
11
11
|
};
|
|
12
|
-
type RegularValue = string | number | boolean;
|
|
12
|
+
export type RegularValue = string | number | boolean;
|
|
13
13
|
export type DisplaySubject = Subject<RegularValue> & {
|
|
14
14
|
lastValue?: RegularValue;
|
|
15
15
|
clone?: Element | Text | Template;
|
|
16
16
|
insertBefore: InsertBefore;
|
|
17
17
|
};
|
|
18
|
-
export {};
|
package/js/tag/html.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { InputElementTargetEvent } from "../interpolations/ElementTargetEvent.interface";
|
|
2
|
+
import { RegularValue } from "../subject.types";
|
|
2
3
|
import { Tag } from "./Tag.class";
|
|
3
|
-
export type TagValues = (((e: InputElementTargetEvent) => any) |
|
|
4
|
+
export type TagValues = (((e: InputElementTargetEvent) => any) | RegularValue | null | undefined | Object)[];
|
|
4
5
|
export declare function html(strings: string[] | TemplateStringsArray, ...values: TagValues): Tag;
|
package/js/tag/html.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"html.js","sourceRoot":"","sources":["../../ts/tag/html.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"html.js","sourceRoot":"","sources":["../../ts/tag/html.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAIjC,MAAM,UAAU,IAAI,CAClB,OAAwC,EACxC,GAAG,MAAiB;IAEpB,OAAO,IAAI,GAAG,CAAC,OAAmB,EAAE,MAAM,CAAC,CAAA;AAC7C,CAAC"}
|