@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
package/dist/behaviors/index.js
CHANGED
|
@@ -6977,7 +6977,7 @@ function resolve45(params) {
|
|
|
6977
6977
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
6978
6978
|
detailFields: params.detailFields ?? nonIdFields.map((f) => f.name),
|
|
6979
6979
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
6980
|
-
persistence: params.persistence ?? "
|
|
6980
|
+
persistence: params.persistence ?? "persistent",
|
|
6981
6981
|
collection: params.collection,
|
|
6982
6982
|
pageTitle: params.pageTitle ?? p,
|
|
6983
6983
|
createButtonLabel: params.createButtonLabel ?? `Create ${entityName}`,
|
|
@@ -7191,7 +7191,7 @@ function resolve46(params) {
|
|
|
7191
7191
|
nonIdFields,
|
|
7192
7192
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
7193
7193
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
7194
|
-
persistence: params.persistence ?? "
|
|
7194
|
+
persistence: params.persistence ?? "persistent",
|
|
7195
7195
|
collection: params.collection,
|
|
7196
7196
|
pageTitle: params.pageTitle ?? "Shopping Cart",
|
|
7197
7197
|
addButtonLabel: params.addButtonLabel ?? "Add Item",
|
|
@@ -7386,7 +7386,7 @@ function resolve47(params) {
|
|
|
7386
7386
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
7387
7387
|
detailFields: params.detailFields ?? nonIdFields.map((f) => f.name),
|
|
7388
7388
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
7389
|
-
persistence: params.persistence ?? "
|
|
7389
|
+
persistence: params.persistence ?? "persistent",
|
|
7390
7390
|
collection: params.collection,
|
|
7391
7391
|
pageTitle: params.pageTitle ?? p,
|
|
7392
7392
|
createButtonLabel: params.createButtonLabel ?? `Create ${entityName}`,
|
|
@@ -7525,7 +7525,7 @@ function resolve48(params) {
|
|
|
7525
7525
|
nonIdFields,
|
|
7526
7526
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
7527
7527
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
7528
|
-
persistence: params.persistence ?? "
|
|
7528
|
+
persistence: params.persistence ?? "persistent",
|
|
7529
7529
|
collection: params.collection,
|
|
7530
7530
|
pageTitle: params.pageTitle ?? `${p} Inventory`,
|
|
7531
7531
|
addLabel: params.addLabel ?? `Add ${entityName}`,
|
|
@@ -7694,7 +7694,7 @@ function resolve49(params) {
|
|
|
7694
7694
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
7695
7695
|
formFields: params.formFields ?? nonIdFields.map((f) => f.name),
|
|
7696
7696
|
detailFields: params.detailFields ?? nonIdFields.map((f) => f.name),
|
|
7697
|
-
persistence: params.persistence ?? "
|
|
7697
|
+
persistence: params.persistence ?? "persistent",
|
|
7698
7698
|
collection: params.collection,
|
|
7699
7699
|
pageTitle: params.pageTitle ?? p,
|
|
7700
7700
|
composerTitle: params.composerTitle ?? `New ${entityName}`,
|
|
@@ -7843,7 +7843,7 @@ function resolve50(params) {
|
|
|
7843
7843
|
nonIdFields,
|
|
7844
7844
|
listFields: params.listFields ?? nonIdFields.slice(0, 3).map((f) => f.name),
|
|
7845
7845
|
detailFields: params.detailFields ?? nonIdFields.map((f) => f.name),
|
|
7846
|
-
persistence: params.persistence ?? "
|
|
7846
|
+
persistence: params.persistence ?? "persistent",
|
|
7847
7847
|
collection: params.collection,
|
|
7848
7848
|
pageTitle: params.pageTitle ?? `${p} Picker`,
|
|
7849
7849
|
selectLabel: params.selectLabel ?? `Select ${entityName}`,
|