@almadar/std 3.1.2 → 3.1.3
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/exports/molecules/std-list.orb +2 -1
- package/behaviors/exports/validation-report.json +18 -0
- package/dist/behaviors/exports/molecules/std-list.orb +2 -1
- package/dist/behaviors/exports/validation-report.json +18 -0
- package/dist/behaviors/functions/index.d.ts +60 -0
- package/dist/behaviors/functions/index.js +6 -6
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +6 -6
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/molecules/std-list.orb +2 -1
- package/dist/exports/validation-report.json +18 -0
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "std-list",
|
|
4
|
+
"errors": 0,
|
|
5
|
+
"warnings": 1,
|
|
6
|
+
"output": [
|
|
7
|
+
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
8
|
+
"Validating schema: /home/osamah/kflow.ai.builder/packages/almadar-std/behaviors/exports/molecules/std-list.orb",
|
|
9
|
+
"Schema validation warnings:",
|
|
10
|
+
" ⚠️ [CIRCUIT_MODAL_EXIT_INCOMPLETE] orbitals[0].traits[0].transitions[Single(\"deleting\")->CONFIRM_DELETE->browsing]: Transition Single(\"deleting\")--[CONFIRM_DELETE]-->browsing closes modal but doesn't re-render main slot. Main view will show stale content.",
|
|
11
|
+
" 💡 Add render-ui(\"main\", {...}) alongside render-ui(\"modal\", null) to refresh the main view after closing the modal",
|
|
12
|
+
" ⚠️ [CIRCUIT_MODAL_EXIT_INCOMPLETE] orbitals[0].traits[0].transitions[Single(\"deleting\")->CANCEL->browsing]: Transition Single(\"deleting\")--[CANCEL]-->browsing closes modal but doesn't re-render main slot. Main view will show stale content.",
|
|
13
|
+
" 💡 Add render-ui(\"main\", {...}) alongside render-ui(\"modal\", null) to refresh the main view after closing the modal",
|
|
14
|
+
" ⚠️ [CIRCUIT_MODAL_EXIT_INCOMPLETE] orbitals[0].traits[0].transitions[Single(\"deleting\")->CLOSE->browsing]: Transition Single(\"deleting\")--[CLOSE]-->browsing closes modal but doesn't re-render main slot. Main view will show stale content.",
|
|
15
|
+
" 💡 Add render-ui(\"main\", {...}) alongside render-ui(\"modal\", null) to refresh the main view after closing the modal"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
]
|
package/dist/index.js
CHANGED
|
@@ -10492,7 +10492,7 @@ function resolve45(params) {
|
|
|
10492
10492
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
10493
10493
|
detailFields: params.detailFields ?? nonIdFields.map((f) => f.name),
|
|
10494
10494
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
10495
|
-
persistence: params.persistence ?? "
|
|
10495
|
+
persistence: params.persistence ?? "persistent",
|
|
10496
10496
|
collection: params.collection,
|
|
10497
10497
|
pageTitle: params.pageTitle ?? p,
|
|
10498
10498
|
createButtonLabel: params.createButtonLabel ?? `Create ${entityName}`,
|
|
@@ -10706,7 +10706,7 @@ function resolve46(params) {
|
|
|
10706
10706
|
nonIdFields,
|
|
10707
10707
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
10708
10708
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
10709
|
-
persistence: params.persistence ?? "
|
|
10709
|
+
persistence: params.persistence ?? "persistent",
|
|
10710
10710
|
collection: params.collection,
|
|
10711
10711
|
pageTitle: params.pageTitle ?? "Shopping Cart",
|
|
10712
10712
|
addButtonLabel: params.addButtonLabel ?? "Add Item",
|
|
@@ -10901,7 +10901,7 @@ function resolve47(params) {
|
|
|
10901
10901
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
10902
10902
|
detailFields: params.detailFields ?? nonIdFields.map((f) => f.name),
|
|
10903
10903
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
10904
|
-
persistence: params.persistence ?? "
|
|
10904
|
+
persistence: params.persistence ?? "persistent",
|
|
10905
10905
|
collection: params.collection,
|
|
10906
10906
|
pageTitle: params.pageTitle ?? p,
|
|
10907
10907
|
createButtonLabel: params.createButtonLabel ?? `Create ${entityName}`,
|
|
@@ -11040,7 +11040,7 @@ function resolve48(params) {
|
|
|
11040
11040
|
nonIdFields,
|
|
11041
11041
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
11042
11042
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
11043
|
-
persistence: params.persistence ?? "
|
|
11043
|
+
persistence: params.persistence ?? "persistent",
|
|
11044
11044
|
collection: params.collection,
|
|
11045
11045
|
pageTitle: params.pageTitle ?? `${p} Inventory`,
|
|
11046
11046
|
addLabel: params.addLabel ?? `Add ${entityName}`,
|
|
@@ -11209,7 +11209,7 @@ function resolve49(params) {
|
|
|
11209
11209
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
11210
11210
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
11211
11211
|
detailFields: params.detailFields ?? nonIdFields.map((f) => f.name),
|
|
11212
|
-
persistence: params.persistence ?? "
|
|
11212
|
+
persistence: params.persistence ?? "persistent",
|
|
11213
11213
|
collection: params.collection,
|
|
11214
11214
|
pageTitle: params.pageTitle ?? p,
|
|
11215
11215
|
composerTitle: params.composerTitle ?? `New ${entityName}`,
|
|
@@ -11358,7 +11358,7 @@ function resolve50(params) {
|
|
|
11358
11358
|
nonIdFields,
|
|
11359
11359
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
11360
11360
|
detailFields: params.detailFields ?? nonIdFields.map((f) => f.name),
|
|
11361
|
-
persistence: params.persistence ?? "
|
|
11361
|
+
persistence: params.persistence ?? "persistent",
|
|
11362
11362
|
collection: params.collection,
|
|
11363
11363
|
pageTitle: params.pageTitle ?? `${p} Picker`,
|
|
11364
11364
|
selectLabel: params.selectLabel ?? `Select ${entityName}`,
|