@almadar/std 13.1.1 → 13.1.2

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.
@@ -97,8 +97,8 @@
97
97
  "render-ui",
98
98
  "main",
99
99
  {
100
- "filters": "@config.filters",
101
100
  "type": "filter-group",
101
+ "filters": "@config.filters",
102
102
  "entity": "FilterTarget"
103
103
  }
104
104
  ]
@@ -123,9 +123,9 @@
123
123
  "render-ui",
124
124
  "main",
125
125
  {
126
+ "entity": "FilterTarget",
126
127
  "filters": "@config.filters",
127
- "type": "filter-group",
128
- "entity": "FilterTarget"
128
+ "type": "filter-group"
129
129
  }
130
130
  ]
131
131
  ]
@@ -145,13 +145,21 @@
145
145
  "@entity.value",
146
146
  ""
147
147
  ],
148
+ [
149
+ "emit",
150
+ "FILTER",
151
+ {
152
+ "value": "",
153
+ "field": ""
154
+ }
155
+ ],
148
156
  [
149
157
  "render-ui",
150
158
  "main",
151
159
  {
152
- "entity": "FilterTarget",
160
+ "filters": "@config.filters",
153
161
  "type": "filter-group",
154
- "filters": "@config.filters"
162
+ "entity": "FilterTarget"
155
163
  }
156
164
  ]
157
165
  ]
@@ -159,13 +167,13 @@
159
167
  ]
160
168
  },
161
169
  "config": {
162
- "event": {
163
- "type": "string",
164
- "default": "FILTER"
165
- },
166
170
  "filters": {
167
171
  "type": "[object]",
168
172
  "default": []
173
+ },
174
+ "event": {
175
+ "type": "string",
176
+ "default": "FILTER"
169
177
  }
170
178
  },
171
179
  "scope": "instance"
@@ -97,8 +97,8 @@
97
97
  "render-ui",
98
98
  "main",
99
99
  {
100
- "filters": "@config.filters",
101
100
  "type": "filter-group",
101
+ "filters": "@config.filters",
102
102
  "entity": "FilterTarget"
103
103
  }
104
104
  ]
@@ -123,9 +123,9 @@
123
123
  "render-ui",
124
124
  "main",
125
125
  {
126
+ "entity": "FilterTarget",
126
127
  "filters": "@config.filters",
127
- "type": "filter-group",
128
- "entity": "FilterTarget"
128
+ "type": "filter-group"
129
129
  }
130
130
  ]
131
131
  ]
@@ -145,13 +145,21 @@
145
145
  "@entity.value",
146
146
  ""
147
147
  ],
148
+ [
149
+ "emit",
150
+ "FILTER",
151
+ {
152
+ "value": "",
153
+ "field": ""
154
+ }
155
+ ],
148
156
  [
149
157
  "render-ui",
150
158
  "main",
151
159
  {
152
- "entity": "FilterTarget",
160
+ "filters": "@config.filters",
153
161
  "type": "filter-group",
154
- "filters": "@config.filters"
162
+ "entity": "FilterTarget"
155
163
  }
156
164
  ]
157
165
  ]
@@ -159,13 +167,13 @@
159
167
  ]
160
168
  },
161
169
  "config": {
162
- "event": {
163
- "type": "string",
164
- "default": "FILTER"
165
- },
166
170
  "filters": {
167
171
  "type": "[object]",
168
172
  "default": []
173
+ },
174
+ "event": {
175
+ "type": "string",
176
+ "default": "FILTER"
169
177
  }
170
178
  },
171
179
  "scope": "instance"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "13.1.1",
3
+ "version": "13.1.2",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",