@iankibetsh/shframework 4.7.3 → 4.7.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/dist/library.js +1 -1
- package/dist/library.mjs +1 -1
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -6811,7 +6811,7 @@ return (_ctx, _cache) => {
|
|
|
6811
6811
|
"success-callback": "departmentAdded",
|
|
6812
6812
|
"current-data": department.value,
|
|
6813
6813
|
onDepartmentAdded: departmentAdded,
|
|
6814
|
-
action: "
|
|
6814
|
+
action: "sh-departments",
|
|
6815
6815
|
fields: ['name','description']
|
|
6816
6816
|
}, null, 8 /* PROPS */, ["current-data"])
|
|
6817
6817
|
]),
|
package/dist/library.mjs
CHANGED
|
@@ -6799,7 +6799,7 @@ return (_ctx, _cache) => {
|
|
|
6799
6799
|
"success-callback": "departmentAdded",
|
|
6800
6800
|
"current-data": department.value,
|
|
6801
6801
|
onDepartmentAdded: departmentAdded,
|
|
6802
|
-
action: "
|
|
6802
|
+
action: "sh-departments",
|
|
6803
6803
|
fields: ['name','description']
|
|
6804
6804
|
}, null, 8 /* PROPS */, ["current-data"])
|
|
6805
6805
|
]),
|