@almadar/std 7.4.1 → 7.4.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.
- package/behaviors/registry/atoms/std-modal.orb +15 -9
- package/behaviors/registry/molecules/std-inventory.orb +489 -445
- package/behaviors/registry/molecules/std-list.orb +492 -616
- package/dist/behaviors/behaviors-registry.json +1650 -667
- package/dist/behaviors/exports-reader.js +23 -8
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +5 -3
- package/dist/behaviors/functions/index.js +22 -8
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +24 -9
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +23 -8
- package/dist/behaviors/query.js.map +1 -1
- package/dist/behaviors/registry/atoms/std-modal.orb +15 -9
- package/dist/behaviors/registry/molecules/std-inventory.orb +489 -445
- package/dist/behaviors/registry/molecules/std-list.orb +492 -616
- package/dist/behaviors-registry.json +1650 -667
- package/dist/index.d.ts +1 -1
- package/dist/index.js +24 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -320,6 +320,7 @@ __export(functions_exports, {
|
|
|
320
320
|
stdInventoryInventoryItemAddTrait: () => stdInventoryInventoryItemAddTrait,
|
|
321
321
|
stdInventoryInventoryItemBrowseTrait: () => stdInventoryInventoryItemBrowseTrait,
|
|
322
322
|
stdInventoryInventoryItemDropTrait: () => stdInventoryInventoryItemDropTrait,
|
|
323
|
+
stdInventoryInventoryItemPersistorTrait: () => stdInventoryInventoryItemPersistorTrait,
|
|
323
324
|
stdInventoryInventoryItemUseTrait: () => stdInventoryInventoryItemUseTrait,
|
|
324
325
|
stdInventoryPage: () => stdInventoryPage,
|
|
325
326
|
stdInventoryPanel: () => stdInventoryPanel,
|
|
@@ -336,7 +337,7 @@ __export(functions_exports, {
|
|
|
336
337
|
stdListListItemCreateTrait: () => stdListListItemCreateTrait,
|
|
337
338
|
stdListListItemDeleteTrait: () => stdListListItemDeleteTrait,
|
|
338
339
|
stdListListItemEditTrait: () => stdListListItemEditTrait,
|
|
339
|
-
|
|
340
|
+
stdListListItemPersistorTrait: () => stdListListItemPersistorTrait,
|
|
340
341
|
stdListPage: () => stdListPage,
|
|
341
342
|
stdLms: () => stdLms,
|
|
342
343
|
stdLmsCourseBrowseTrait: () => stdLmsCourseBrowseTrait,
|
|
@@ -4950,6 +4951,19 @@ function stdInventoryInventoryItemDropTrait(params) {
|
|
|
4950
4951
|
...params.config !== void 0 ? { config: params.config } : {}
|
|
4951
4952
|
});
|
|
4952
4953
|
}
|
|
4954
|
+
function stdInventoryInventoryItemPersistorTrait(params) {
|
|
4955
|
+
return makeTraitRef({
|
|
4956
|
+
from: BEHAVIOR_PATH92,
|
|
4957
|
+
ref: `${ALIAS92}.traits.InventoryItemPersistor`,
|
|
4958
|
+
linkedEntity: params.entityName,
|
|
4959
|
+
...params.traitName !== void 0 ? { name: params.traitName } : {},
|
|
4960
|
+
...params.events !== void 0 ? { events: params.events } : {},
|
|
4961
|
+
...params.effects !== void 0 ? { effects: params.effects } : {},
|
|
4962
|
+
...params.listens !== void 0 ? { listens: params.listens } : {},
|
|
4963
|
+
...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
|
|
4964
|
+
...params.config !== void 0 ? { config: params.config } : {}
|
|
4965
|
+
});
|
|
4966
|
+
}
|
|
4953
4967
|
function stdInventoryPage(params) {
|
|
4954
4968
|
return makePageRef({
|
|
4955
4969
|
from: BEHAVIOR_PATH92,
|
|
@@ -4972,7 +4986,8 @@ function stdInventory(params) {
|
|
|
4972
4986
|
stdInventoryInventoryItemBrowseTrait(params),
|
|
4973
4987
|
stdInventoryInventoryItemAddTrait(params),
|
|
4974
4988
|
stdInventoryInventoryItemUseTrait(params),
|
|
4975
|
-
stdInventoryInventoryItemDropTrait(params)
|
|
4989
|
+
stdInventoryInventoryItemDropTrait(params),
|
|
4990
|
+
stdInventoryInventoryItemPersistorTrait(params)
|
|
4976
4991
|
],
|
|
4977
4992
|
pages: [
|
|
4978
4993
|
stdInventoryPage(params)
|
|
@@ -5020,10 +5035,10 @@ function stdListListItemEditTrait(params) {
|
|
|
5020
5035
|
...params.config !== void 0 ? { config: params.config } : {}
|
|
5021
5036
|
});
|
|
5022
5037
|
}
|
|
5023
|
-
function
|
|
5038
|
+
function stdListListItemDeleteTrait(params) {
|
|
5024
5039
|
return makeTraitRef({
|
|
5025
5040
|
from: BEHAVIOR_PATH93,
|
|
5026
|
-
ref: `${ALIAS93}.traits.
|
|
5041
|
+
ref: `${ALIAS93}.traits.ListItemDelete`,
|
|
5027
5042
|
linkedEntity: params.entityName,
|
|
5028
5043
|
...params.traitName !== void 0 ? { name: params.traitName } : {},
|
|
5029
5044
|
...params.events !== void 0 ? { events: params.events } : {},
|
|
@@ -5033,10 +5048,10 @@ function stdListListItemViewTrait(params) {
|
|
|
5033
5048
|
...params.config !== void 0 ? { config: params.config } : {}
|
|
5034
5049
|
});
|
|
5035
5050
|
}
|
|
5036
|
-
function
|
|
5051
|
+
function stdListListItemPersistorTrait(params) {
|
|
5037
5052
|
return makeTraitRef({
|
|
5038
5053
|
from: BEHAVIOR_PATH93,
|
|
5039
|
-
ref: `${ALIAS93}.traits.
|
|
5054
|
+
ref: `${ALIAS93}.traits.ListItemPersistor`,
|
|
5040
5055
|
linkedEntity: params.entityName,
|
|
5041
5056
|
...params.traitName !== void 0 ? { name: params.traitName } : {},
|
|
5042
5057
|
...params.events !== void 0 ? { events: params.events } : {},
|
|
@@ -5068,8 +5083,8 @@ function stdList(params) {
|
|
|
5068
5083
|
stdListListItemBrowseTrait(params),
|
|
5069
5084
|
stdListListItemCreateTrait(params),
|
|
5070
5085
|
stdListListItemEditTrait(params),
|
|
5071
|
-
|
|
5072
|
-
|
|
5086
|
+
stdListListItemDeleteTrait(params),
|
|
5087
|
+
stdListListItemPersistorTrait(params)
|
|
5073
5088
|
],
|
|
5074
5089
|
pages: [
|
|
5075
5090
|
stdListPage(params)
|