@almadar/std 14.51.0 → 14.52.0

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.
Files changed (43) hide show
  1. package/behaviors/registry/core/atoms/std-app-layout.orb +25 -20
  2. package/behaviors/registry/core/atoms/std-stats.orb +217 -217
  3. package/behaviors/registry/variations/chrome/std-app-layout-bottomnav.orb +1 -1
  4. package/behaviors/registry/variations/chrome/std-app-layout-minimal.orb +1 -1
  5. package/behaviors/registry/variations/chrome/std-app-layout-topnav.orb +1 -1
  6. package/behaviors/registry/variations/detail/std-detail-inline.orb +1 -1
  7. package/behaviors/registry/variations/views/std-browse-calendar.orb +1 -1
  8. package/behaviors/registry/variations/views/std-browse-feed.orb +1 -1
  9. package/behaviors/registry/variations/views/std-browse-kanban.orb +1 -1
  10. package/behaviors/registry/variations/views/std-browse-map.orb +1 -1
  11. package/behaviors/registry/variations/views/std-graphs-area.orb +1 -1
  12. package/behaviors/registry/variations/views/std-graphs-scatter.orb +1 -1
  13. package/behaviors/registry/variations/views/std-stats-bignumber.orb +1 -1
  14. package/behaviors/registry/variations/views/std-stats-sparkline.orb +1 -1
  15. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +25 -20
  16. package/dist/behaviors/registry/core/atoms/std-stats.orb +217 -217
  17. package/dist/behaviors/registry/variations/chrome/std-app-layout-bottomnav.orb +1 -1
  18. package/dist/behaviors/registry/variations/chrome/std-app-layout-minimal.orb +1 -1
  19. package/dist/behaviors/registry/variations/chrome/std-app-layout-topnav.orb +1 -1
  20. package/dist/behaviors/registry/variations/detail/std-detail-inline.orb +1 -1
  21. package/dist/behaviors/registry/variations/views/std-browse-calendar.orb +1 -1
  22. package/dist/behaviors/registry/variations/views/std-browse-feed.orb +1 -1
  23. package/dist/behaviors/registry/variations/views/std-browse-kanban.orb +1 -1
  24. package/dist/behaviors/registry/variations/views/std-browse-map.orb +1 -1
  25. package/dist/behaviors/registry/variations/views/std-graphs-area.orb +1 -1
  26. package/dist/behaviors/registry/variations/views/std-graphs-scatter.orb +1 -1
  27. package/dist/behaviors/registry/variations/views/std-stats-bignumber.orb +1 -1
  28. package/dist/behaviors/registry/variations/views/std-stats-sparkline.orb +1 -1
  29. package/dist/registry/core/atoms/std-app-layout.orb +25 -20
  30. package/dist/registry/core/atoms/std-stats.orb +217 -217
  31. package/dist/registry/variations/chrome/std-app-layout-bottomnav.orb +1 -1
  32. package/dist/registry/variations/chrome/std-app-layout-minimal.orb +1 -1
  33. package/dist/registry/variations/chrome/std-app-layout-topnav.orb +1 -1
  34. package/dist/registry/variations/detail/std-detail-inline.orb +1 -1
  35. package/dist/registry/variations/views/std-browse-calendar.orb +1 -1
  36. package/dist/registry/variations/views/std-browse-feed.orb +1 -1
  37. package/dist/registry/variations/views/std-browse-kanban.orb +1 -1
  38. package/dist/registry/variations/views/std-browse-map.orb +1 -1
  39. package/dist/registry/variations/views/std-graphs-area.orb +1 -1
  40. package/dist/registry/variations/views/std-graphs-scatter.orb +1 -1
  41. package/dist/registry/variations/views/std-stats-bignumber.orb +1 -1
  42. package/dist/registry/variations/views/std-stats-sparkline.orb +1 -1
  43. package/package.json +1 -1
@@ -51,7 +51,7 @@
51
51
  "name": "KanbanBrowseItemBrowse",
52
52
  "linkedEntity": "KanbanBrowseItem",
53
53
  "config": {
54
- "viewPattern": "kanban-board"
54
+ "viewPattern": "data-grid"
55
55
  }
56
56
  }
57
57
  ],
@@ -51,7 +51,7 @@
51
51
  "name": "MapBrowseItemBrowse",
52
52
  "linkedEntity": "MapBrowseItem",
53
53
  "config": {
54
- "viewPattern": "map"
54
+ "viewPattern": "map-view"
55
55
  }
56
56
  }
57
57
  ],
@@ -36,7 +36,7 @@
36
36
  "name": "AreaGraphItemGraph",
37
37
  "linkedEntity": "AreaGraphItem",
38
38
  "config": {
39
- "viewPattern": "area-chart"
39
+ "chartType": "area"
40
40
  }
41
41
  }
42
42
  ],
@@ -36,7 +36,7 @@
36
36
  "name": "ScatterGraphItemGraph",
37
37
  "linkedEntity": "ScatterGraphItem",
38
38
  "config": {
39
- "viewPattern": "scatter-plot"
39
+ "chartType": "scatter"
40
40
  }
41
41
  }
42
42
  ],
@@ -36,7 +36,7 @@
36
36
  "name": "BigNumberStatsItemStats",
37
37
  "linkedEntity": "BigNumberStatsItem",
38
38
  "config": {
39
- "viewPattern": "big-number"
39
+ "viewPattern": "data-grid"
40
40
  }
41
41
  }
42
42
  ],
@@ -36,7 +36,7 @@
36
36
  "name": "SparklineStatsItemStats",
37
37
  "linkedEntity": "SparklineStatsItem",
38
38
  "config": {
39
- "viewPattern": "sparkline"
39
+ "viewPattern": "data-grid"
40
40
  }
41
41
  }
42
42
  ],
@@ -132,7 +132,7 @@
132
132
  "render-ui",
133
133
  "main",
134
134
  {
135
- "navItems": "@config.navItems",
135
+ "notifications": "@config.notifications",
136
136
  "type": "@config.layoutPattern",
137
137
  "topBarActions": "@config.topBarActions",
138
138
  "children": [
@@ -140,16 +140,17 @@
140
140
  "children": [
141
141
  "@config.contentTrait"
142
142
  ],
143
- "direction": "vertical",
144
- "gap": "lg",
145
143
  "type": "stack",
146
- "className": "max-w-5xl mx-auto w-full"
144
+ "gap": "lg",
145
+ "className": "max-w-5xl mx-auto w-full",
146
+ "direction": "vertical"
147
147
  }
148
148
  ],
149
+ "navItems": "@config.navItems",
149
150
  "notificationClickEvent": "@config.notificationClickEvent",
150
- "notifications": "@config.notifications",
151
+ "appName": "@config.appName",
151
152
  "searchEvent": "@config.searchEvent",
152
- "appName": "@config.appName"
153
+ "layoutMode": "@config.layoutMode"
153
154
  }
154
155
  ]
155
156
  ]
@@ -177,18 +178,18 @@
177
178
  ]
178
179
  },
179
180
  "config": {
180
- "topBarActions": {
181
- "type": "[object]",
182
- "default": []
183
- },
184
- "notifications": {
185
- "type": "[object]",
186
- "default": []
181
+ "notificationClickEvent": {
182
+ "type": "string",
183
+ "default": "NOTIFY_CLICK"
187
184
  },
188
185
  "layoutPattern": {
189
186
  "type": "pattern",
190
187
  "default": "dashboard-layout"
191
188
  },
189
+ "detailSlot": {
190
+ "type": "slot",
191
+ "default": "modal"
192
+ },
192
193
  "navItems": {
193
194
  "type": "[object]",
194
195
  "default": []
@@ -196,21 +197,25 @@
196
197
  "contentTrait": {
197
198
  "type": "trait"
198
199
  },
199
- "detailSlot": {
200
- "type": "slot",
201
- "default": "modal"
200
+ "layoutMode": {
201
+ "type": "string",
202
+ "default": "sidebar"
202
203
  },
203
204
  "appName": {
204
205
  "type": "string",
205
206
  "default": "App"
206
207
  },
207
- "notificationClickEvent": {
208
- "type": "string",
209
- "default": "NOTIFY_CLICK"
210
- },
211
208
  "searchEvent": {
212
209
  "type": "string",
213
210
  "default": "SEARCH"
211
+ },
212
+ "notifications": {
213
+ "type": "[object]",
214
+ "default": []
215
+ },
216
+ "topBarActions": {
217
+ "type": "[object]",
218
+ "default": []
214
219
  }
215
220
  },
216
221
  "scope": "instance"