hrenpack_js 2.0.3 → 2.0.4
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/{types.d.ts → lib/types.d.ts} +9 -9
- package/package.json +1 -1
- package/types.js +0 -2
- package/types.js.map +0 -1
- /package/{arraywork.d.ts → lib/arraywork.d.ts} +0 -0
- /package/{arraywork.d.ts.map → lib/arraywork.d.ts.map} +0 -0
- /package/{arraywork.js → lib/arraywork.js} +0 -0
- /package/{arraywork.js.map → lib/arraywork.js.map} +0 -0
- /package/{auto.d.ts → lib/auto.d.ts} +0 -0
- /package/{auto.d.ts.map → lib/auto.d.ts.map} +0 -0
- /package/{auto.js → lib/auto.js} +0 -0
- /package/{auto.js.map → lib/auto.js.map} +0 -0
- /package/{classes.d.ts → lib/classes.d.ts} +0 -0
- /package/{classes.d.ts.map → lib/classes.d.ts.map} +0 -0
- /package/{classes.js → lib/classes.js} +0 -0
- /package/{classes.js.map → lib/classes.js.map} +0 -0
- /package/{compiler.d.ts → lib/compiler.d.ts} +0 -0
- /package/{compiler.d.ts.map → lib/compiler.d.ts.map} +0 -0
- /package/{compiler.js → lib/compiler.js} +0 -0
- /package/{compiler.js.map → lib/compiler.js.map} +0 -0
- /package/{cookie.d.ts → lib/cookie.d.ts} +0 -0
- /package/{cookie.d.ts.map → lib/cookie.d.ts.map} +0 -0
- /package/{cookie.js → lib/cookie.js} +0 -0
- /package/{cookie.js.map → lib/cookie.js.map} +0 -0
- /package/{exceptions.d.ts → lib/exceptions.d.ts} +0 -0
- /package/{exceptions.d.ts.map → lib/exceptions.d.ts.map} +0 -0
- /package/{exceptions.js → lib/exceptions.js} +0 -0
- /package/{exceptions.js.map → lib/exceptions.js.map} +0 -0
- /package/{get_element_types.d.ts → lib/get_element_types.d.ts} +0 -0
- /package/{get_element_types.d.ts.map → lib/get_element_types.d.ts.map} +0 -0
- /package/{get_element_types.js → lib/get_element_types.js} +0 -0
- /package/{get_element_types.js.map → lib/get_element_types.js.map} +0 -0
- /package/{hrenpack.css → lib/hrenpack.css} +0 -0
- /package/{html.d.ts → lib/html.d.ts} +0 -0
- /package/{html.d.ts.map → lib/html.d.ts.map} +0 -0
- /package/{html.js → lib/html.js} +0 -0
- /package/{html.js.map → lib/html.js.map} +0 -0
- /package/{index.d.ts → lib/index.d.ts} +0 -0
- /package/{index.d.ts.map → lib/index.d.ts.map} +0 -0
- /package/{index.js → lib/index.js} +0 -0
- /package/{index.js.map → lib/index.js.map} +0 -0
- /package/{input.d.ts → lib/input.d.ts} +0 -0
- /package/{input.d.ts.map → lib/input.d.ts.map} +0 -0
- /package/{input.js → lib/input.js} +0 -0
- /package/{input.js.map → lib/input.js.map} +0 -0
- /package/{link.d.ts → lib/link.d.ts} +0 -0
- /package/{link.d.ts.map → lib/link.d.ts.map} +0 -0
- /package/{link.js → lib/link.js} +0 -0
- /package/{link.js.map → lib/link.js.map} +0 -0
- /package/{notifications.d.ts → lib/notifications.d.ts} +0 -0
- /package/{notifications.d.ts.map → lib/notifications.d.ts.map} +0 -0
- /package/{notifications.js → lib/notifications.js} +0 -0
- /package/{notifications.js.map → lib/notifications.js.map} +0 -0
- /package/{styles.d.ts → lib/styles.d.ts} +0 -0
- /package/{styles.d.ts.map → lib/styles.d.ts.map} +0 -0
- /package/{styles.js → lib/styles.js} +0 -0
- /package/{styles.js.map → lib/styles.js.map} +0 -0
- /package/{system.d.ts → lib/system.d.ts} +0 -0
- /package/{system.d.ts.map → lib/system.d.ts.map} +0 -0
- /package/{system.js → lib/system.js} +0 -0
- /package/{system.js.map → lib/system.js.map} +0 -0
- /package/{tags.d.ts → lib/tags.d.ts} +0 -0
- /package/{tags.d.ts.map → lib/tags.d.ts.map} +0 -0
- /package/{tags.js → lib/tags.js} +0 -0
- /package/{tags.js.map → lib/tags.js.map} +0 -0
- /package/{types.d.ts.map → lib/types.d.ts.map} +0 -0
- /package/{url.d.ts → lib/url.d.ts} +0 -0
- /package/{url.d.ts.map → lib/url.d.ts.map} +0 -0
- /package/{url.js → lib/url.js} +0 -0
- /package/{url.js.map → lib/url.js.map} +0 -0
- /package/{uuid.d.ts → lib/uuid.d.ts} +0 -0
- /package/{uuid.d.ts.map → lib/uuid.d.ts.map} +0 -0
- /package/{uuid.js → lib/uuid.js} +0 -0
- /package/{uuid.js.map → lib/uuid.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
type NullStr = string | null;
|
|
2
|
-
type NullNum = number | null;
|
|
3
|
-
type Dict = {
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
};
|
|
6
|
-
type StringDict = {
|
|
7
|
-
[key: string]: string;
|
|
8
|
-
};
|
|
9
|
-
type NumStr = number | string;
|
|
1
|
+
type NullStr = string | null;
|
|
2
|
+
type NullNum = number | null;
|
|
3
|
+
type Dict = {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
};
|
|
6
|
+
type StringDict = {
|
|
7
|
+
[key: string]: string;
|
|
8
|
+
};
|
|
9
|
+
type NumStr = number | string;
|
|
10
10
|
//# sourceMappingURL=types.d.ts.map
|
package/package.json
CHANGED
package/types.js
DELETED
package/types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["types.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{auto.js → lib/auto.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{html.js → lib/html.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{link.js → lib/link.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{tags.js → lib/tags.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{url.js → lib/url.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{uuid.js → lib/uuid.js}
RENAMED
|
File without changes
|
|
File without changes
|