@uniformdev/canvas 19.157.0 → 19.157.1-alpha.6
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.mts +2 -10
- package/dist/index.d.ts +2 -10
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
@@ -21736,11 +21736,7 @@ type CompositionFilters = Partial<Record<'entityId' | 'type' | 'uiStatus', {
|
|
21736
21736
|
in: string[];
|
21737
21737
|
} | {
|
21738
21738
|
nin: string[];
|
21739
|
-
}> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record
|
21740
|
-
eq: boolean | 'true' | 'false';
|
21741
|
-
} | {
|
21742
|
-
neq: boolean | 'true' | 'false';
|
21743
|
-
}> | Record<`isPattern[${'eq' | 'neq'}]`, boolean | 'true' | 'false'> | Record<`parameters.${string}`, {
|
21739
|
+
}> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record<`parameters.${string}`, {
|
21744
21740
|
match: string;
|
21745
21741
|
} | {
|
21746
21742
|
starts: string;
|
@@ -25135,11 +25131,7 @@ type Filters = Partial<Record<'entityId' | 'type' | 'uiStatus', {
|
|
25135
25131
|
in: string[];
|
25136
25132
|
} | {
|
25137
25133
|
nin: string[];
|
25138
|
-
}> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record
|
25139
|
-
eq: boolean | 'true' | 'false';
|
25140
|
-
} | {
|
25141
|
-
neq: boolean | 'true' | 'false';
|
25142
|
-
}> | Record<`isPattern[${'eq' | 'neq'}]`, boolean | 'true' | 'false'> | Record<`fields.${string}`, {
|
25134
|
+
}> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record<`fields.${string}`, {
|
25143
25135
|
match: string;
|
25144
25136
|
} | {
|
25145
25137
|
starts: string;
|
package/dist/index.d.ts
CHANGED
@@ -21736,11 +21736,7 @@ type CompositionFilters = Partial<Record<'entityId' | 'type' | 'uiStatus', {
|
|
21736
21736
|
in: string[];
|
21737
21737
|
} | {
|
21738
21738
|
nin: string[];
|
21739
|
-
}> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record
|
21740
|
-
eq: boolean | 'true' | 'false';
|
21741
|
-
} | {
|
21742
|
-
neq: boolean | 'true' | 'false';
|
21743
|
-
}> | Record<`isPattern[${'eq' | 'neq'}]`, boolean | 'true' | 'false'> | Record<`parameters.${string}`, {
|
21739
|
+
}> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record<`parameters.${string}`, {
|
21744
21740
|
match: string;
|
21745
21741
|
} | {
|
21746
21742
|
starts: string;
|
@@ -25135,11 +25131,7 @@ type Filters = Partial<Record<'entityId' | 'type' | 'uiStatus', {
|
|
25135
25131
|
in: string[];
|
25136
25132
|
} | {
|
25137
25133
|
nin: string[];
|
25138
|
-
}> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record
|
25139
|
-
eq: boolean | 'true' | 'false';
|
25140
|
-
} | {
|
25141
|
-
neq: boolean | 'true' | 'false';
|
25142
|
-
}> | Record<`isPattern[${'eq' | 'neq'}]`, boolean | 'true' | 'false'> | Record<`fields.${string}`, {
|
25134
|
+
}> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record<`fields.${string}`, {
|
25143
25135
|
match: string;
|
25144
25136
|
} | {
|
25145
25137
|
starts: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.157.
|
3
|
+
"version": "19.157.1-alpha.6+8ce226d0b4",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,8 +38,8 @@
|
|
38
38
|
"pusher-js": "8.2.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/assets": "19.157.
|
42
|
-
"@uniformdev/context": "19.157.
|
41
|
+
"@uniformdev/assets": "19.157.1-alpha.6+8ce226d0b4",
|
42
|
+
"@uniformdev/context": "19.157.1-alpha.6+8ce226d0b4",
|
43
43
|
"immer": "10.0.4"
|
44
44
|
},
|
45
45
|
"files": [
|
@@ -48,5 +48,5 @@
|
|
48
48
|
"publishConfig": {
|
49
49
|
"access": "public"
|
50
50
|
},
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "8ce226d0b4263f1ad5391ff56317a1d643cbaeff"
|
52
52
|
}
|