@almadar/std 13.0.2 → 13.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/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +175 -175
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +173 -173
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1031 -1031
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +757 -757
- package/behaviors/registry/core/atoms/std-browse.orb +17 -17
- package/behaviors/registry/core/atoms/std-filter.orb +38 -38
- package/behaviors/registry/core/atoms/std-pagination.orb +33 -33
- package/behaviors/registry/core/atoms/std-search.orb +47 -37
- package/behaviors/registry/core/molecules/std-filtered-list.orb +20 -46
- package/dist/behaviors/behaviors-registry.json +169 -89
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +175 -175
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +173 -173
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1031 -1031
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +757 -757
- package/dist/behaviors/registry/core/atoms/std-browse.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-filter.orb +38 -38
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-search.orb +47 -37
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +20 -46
- package/dist/behaviors-registry.json +169 -89
- package/package.json +1 -1
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"config": {
|
|
65
65
|
"filters": [
|
|
66
66
|
{
|
|
67
|
+
"filterType": "select",
|
|
68
|
+
"field": "status",
|
|
69
|
+
"label": "Status",
|
|
67
70
|
"options": [
|
|
68
71
|
"active",
|
|
69
72
|
"inactive",
|
|
70
73
|
"pending"
|
|
71
|
-
]
|
|
72
|
-
"field": "status",
|
|
73
|
-
"label": "Status",
|
|
74
|
-
"filterType": "select"
|
|
74
|
+
]
|
|
75
75
|
}
|
|
76
76
|
],
|
|
77
77
|
"event": "FILTER"
|
|
@@ -85,47 +85,21 @@
|
|
|
85
85
|
"fields": [
|
|
86
86
|
{
|
|
87
87
|
"label": "Name",
|
|
88
|
-
"
|
|
89
|
-
"
|
|
88
|
+
"variant": "h4",
|
|
89
|
+
"name": "name"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
|
+
"label": "Description",
|
|
92
93
|
"variant": "caption",
|
|
93
|
-
"name": "description"
|
|
94
|
-
"label": "Description"
|
|
94
|
+
"name": "description"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"label": "Status",
|
|
98
|
-
"
|
|
99
|
-
"
|
|
98
|
+
"variant": "badge",
|
|
99
|
+
"name": "status"
|
|
100
100
|
}
|
|
101
101
|
]
|
|
102
|
-
}
|
|
103
|
-
"listens": [
|
|
104
|
-
{
|
|
105
|
-
"event": "SearchResultLoaded",
|
|
106
|
-
"triggers": "INIT",
|
|
107
|
-
"source": {
|
|
108
|
-
"kind": "trait",
|
|
109
|
-
"trait": "FilteredItemSearch"
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"event": "FilterTargetLoaded",
|
|
114
|
-
"triggers": "INIT",
|
|
115
|
-
"source": {
|
|
116
|
-
"kind": "trait",
|
|
117
|
-
"trait": "FilteredItemFilter"
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"event": "PagedItemLoaded",
|
|
122
|
-
"triggers": "INIT",
|
|
123
|
-
"source": {
|
|
124
|
-
"kind": "trait",
|
|
125
|
-
"trait": "FilteredItemPagination"
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
]
|
|
102
|
+
}
|
|
129
103
|
},
|
|
130
104
|
{
|
|
131
105
|
"ref": "Pagination.traits.PagedItemPagination",
|
|
@@ -224,11 +198,14 @@
|
|
|
224
198
|
"main",
|
|
225
199
|
{
|
|
226
200
|
"gap": "md",
|
|
201
|
+
"type": "stack",
|
|
227
202
|
"direction": "vertical",
|
|
228
203
|
"className": "max-w-5xl mx-auto w-full",
|
|
229
|
-
"type": "stack",
|
|
230
204
|
"children": [
|
|
231
205
|
{
|
|
206
|
+
"gap": "sm",
|
|
207
|
+
"align": "center",
|
|
208
|
+
"direction": "horizontal",
|
|
232
209
|
"children": [
|
|
233
210
|
{
|
|
234
211
|
"name": "list",
|
|
@@ -236,26 +213,23 @@
|
|
|
236
213
|
},
|
|
237
214
|
{
|
|
238
215
|
"type": "typography",
|
|
239
|
-
"
|
|
240
|
-
"
|
|
216
|
+
"variant": "h2",
|
|
217
|
+
"content": "Filtered List"
|
|
241
218
|
}
|
|
242
219
|
],
|
|
243
|
-
"
|
|
244
|
-
"align": "center",
|
|
245
|
-
"type": "stack",
|
|
246
|
-
"direction": "horizontal"
|
|
220
|
+
"type": "stack"
|
|
247
221
|
},
|
|
248
222
|
{
|
|
249
223
|
"type": "divider"
|
|
250
224
|
},
|
|
251
225
|
{
|
|
226
|
+
"direction": "horizontal",
|
|
252
227
|
"children": [
|
|
253
228
|
"@trait.FilteredItemSearch",
|
|
254
229
|
"@trait.FilteredItemFilter"
|
|
255
230
|
],
|
|
256
231
|
"gap": "sm",
|
|
257
|
-
"type": "stack"
|
|
258
|
-
"direction": "horizontal"
|
|
232
|
+
"type": "stack"
|
|
259
233
|
},
|
|
260
234
|
"@trait.FilteredItemBrowse",
|
|
261
235
|
"@trait.FilteredItemPagination"
|