@symbo.ls/atoms 2.11.270 → 2.11.276
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/Collection.js +3 -3
- package/package.json +2 -2
package/Collection.js
CHANGED
|
@@ -71,7 +71,7 @@ export const Collection = {
|
|
|
71
71
|
return data
|
|
72
72
|
},
|
|
73
73
|
|
|
74
|
-
$
|
|
74
|
+
$stateCollection: (param, el, state) => {
|
|
75
75
|
if (!param) return
|
|
76
76
|
|
|
77
77
|
if (isString(param)) {
|
|
@@ -114,7 +114,7 @@ export const Collection = {
|
|
|
114
114
|
return obj
|
|
115
115
|
},
|
|
116
116
|
|
|
117
|
-
$
|
|
117
|
+
$propsCollection: (param, el, state) => {
|
|
118
118
|
if (!param) return
|
|
119
119
|
|
|
120
120
|
if (isString(param)) {
|
|
@@ -155,7 +155,7 @@ export const Collection = {
|
|
|
155
155
|
el.content = obj
|
|
156
156
|
|
|
157
157
|
// const set = () => {
|
|
158
|
-
// el.set(obj, { preventDefineUpdate: '$
|
|
158
|
+
// el.set(obj, { preventDefineUpdate: '$propsCollection' })
|
|
159
159
|
// }
|
|
160
160
|
|
|
161
161
|
// if (el.props && el.props.lazyLoad) {
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/atoms",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.276",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "ce33b49ad632d606b7304fbda48bade4aa368667",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@domql/state": "latest",
|
|
9
9
|
"@domql/utils": "latest",
|