jpf-mobx 1.0.125 → 1.0.127
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/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { controls, utilities, attributes, element, event, observableInterfaces, properties, root, style,
|
|
1
|
+
import { controls, utilities, attributes, element, event, observableInterfaces, properties, root, style, css } from "jpf";
|
|
2
2
|
export { controls };
|
|
3
3
|
export { utilities };
|
|
4
4
|
export { attributes };
|
|
@@ -8,5 +8,5 @@ export { observableInterfaces };
|
|
|
8
8
|
export { properties };
|
|
9
9
|
export { root };
|
|
10
10
|
export { style };
|
|
11
|
-
export {
|
|
11
|
+
export { css };
|
|
12
12
|
export * from "./observable";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { controls, utilities, attributes, element, event, observableInterfaces, observableImplementations, properties, root, style,
|
|
1
|
+
import { controls, utilities, attributes, element, event, observableInterfaces, observableImplementations, properties, root, style, css } from "jpf";
|
|
2
2
|
import { unwrap, isComputed, isObservableValue, isObservableArray, isObservableMap, isObservableSet, computed, observableValue, observableArray, observableMap, observableSet } from "./observable";
|
|
3
3
|
observableImplementations.implementations.unwrap = unwrap;
|
|
4
4
|
observableImplementations.implementations.isComputed = isComputed;
|
|
@@ -20,6 +20,6 @@ export { observableInterfaces };
|
|
|
20
20
|
export { properties };
|
|
21
21
|
export { root };
|
|
22
22
|
export { style };
|
|
23
|
-
export {
|
|
23
|
+
export { css };
|
|
24
24
|
export * from "./observable";
|
|
25
25
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,QAAQ,EACR,SAAS,EACT,UAAU,EACV,OAAO,EACP,KAAK,EACL,oBAAoB,EACpB,yBAAyB,EACzB,UAAU,EACV,IAAI,EACJ,KAAK,EACL,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,QAAQ,EACR,SAAS,EACT,UAAU,EACV,OAAO,EACP,KAAK,EACL,oBAAoB,EACpB,yBAAyB,EACzB,UAAU,EACV,IAAI,EACJ,KAAK,EACL,GAAG,EACN,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,eAAe,EAAE,eAAe,EAAE,QAAQ,EAAE,eAAe,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAGpM,yBAAyB,CAAC,eAAe,CAAC,MAAM,GAAG,MAAM,CAAC;AAC1D,yBAAyB,CAAC,eAAe,CAAC,UAAU,GAAG,UAAU,CAAC;AAClE,yBAAyB,CAAC,eAAe,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;AAChF,yBAAyB,CAAC,eAAe,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;AAChF,yBAAyB,CAAC,eAAe,CAAC,eAAe,GAAG,eAAe,CAAC;AAC5E,yBAAyB,CAAC,eAAe,CAAC,eAAe,GAAG,eAAe,CAAC;AAC5E,yBAAyB,CAAC,eAAe,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC9D,yBAAyB,CAAC,eAAe,CAAC,eAAe,GAAG,eAAe,CAAC;AAC5E,yBAAyB,CAAC,eAAe,CAAC,eAAe,GAAG,eAAe,CAAC;AAC5E,yBAAyB,CAAC,eAAe,CAAC,aAAa,GAAG,aAAa,CAAC;AACxE,yBAAyB,CAAC,eAAe,CAAC,aAAa,GAAG,aAAa,CAAC;AAExE,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,OAAO,EAAE,oBAAoB,EAAE,CAAA;AAC/B,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,OAAO,EAAE,GAAG,EAAE,CAAC;AACf,cAAc,cAAc,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jpf-mobx",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.127",
|
|
4
4
|
"description": "Javascript Presentation Foundation with mobx state management",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mvvm",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"tscVersion": "tsc -v"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"jpf": "5.0.
|
|
45
|
+
"jpf": "5.0.18",
|
|
46
46
|
"mobx": "6.12.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
package/src/index.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
properties,
|
|
10
10
|
root,
|
|
11
11
|
style,
|
|
12
|
-
|
|
12
|
+
css
|
|
13
13
|
} from "jpf";
|
|
14
14
|
|
|
15
15
|
import { unwrap, isComputed, isObservableValue, isObservableArray, isObservableMap, isObservableSet, computed, observableValue, observableArray, observableMap, observableSet } from "./observable";
|
|
@@ -36,5 +36,5 @@ export { observableInterfaces }
|
|
|
36
36
|
export { properties };
|
|
37
37
|
export { root };
|
|
38
38
|
export { style };
|
|
39
|
-
export {
|
|
39
|
+
export { css };
|
|
40
40
|
export * from "./observable";
|