@castlabs/ui 7.9.2 → 7.9.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/dist/castlabs-ui-editor.css +1 -1
- package/dist/castlabs-ui-editor.umd.js +1 -1
- package/dist/castlabs-ui.common.js +2 -2
- package/dist/castlabs-ui.common.js.map +1 -1
- package/dist/castlabs-ui.core.js +3 -3
- package/dist/castlabs-ui.css +1 -1
- package/dist/castlabs-ui.module.js +3 -3
- package/dist/castlabs-ui.umd.js +3 -3
- package/dist/castlabs-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/styles/layout/meta.scss +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @castlabs/ui v7.9.
|
|
1
|
+
/* @castlabs/ui v7.9.3 */
|
|
2
2
|
|
|
3
3
|
/*!
|
|
4
4
|
* Bootstrap v5.3.8 (https://getbootstrap.com/)
|
|
@@ -1037,7 +1037,7 @@ export function clCopyData (data) {
|
|
|
1037
1037
|
* @param {ComponentCustomProperties} component Vue component to set the loaded flag on.
|
|
1038
1038
|
* @param {function[]} forced Array of callbacks will always run (forced)
|
|
1039
1039
|
* @param {function[]} optional (Optional) Array of callbacks that will only load if not yet loaded (non-forced)
|
|
1040
|
-
* @param {boolean} loading If false, the component.loading Promise
|
|
1040
|
+
* @param {boolean} loading If false, the component.loading Promise won’t be handled.
|
|
1041
1041
|
* @returns A promise of all the triggered callbacks.
|
|
1042
1042
|
* @deprecated use clReload() instead
|
|
1043
1043
|
*/
|
|
@@ -1081,7 +1081,7 @@ export function clReloadStore (component, forced = [], optional = [], loading =
|
|
|
1081
1081
|
* @param {ComponentCustomProperties} component Vue component to set the loaded flag on.
|
|
1082
1082
|
* @param {function[]} forced Array of callbacks will always run (forced)
|
|
1083
1083
|
* @param {function[]} optional (Optional) Array of callbacks that will only load if not yet loaded (non-forced)
|
|
1084
|
-
* @param {boolean} loading If false, the component.loading Promise
|
|
1084
|
+
* @param {boolean} loading If false, the component.loading Promise won’t be handled.
|
|
1085
1085
|
* @returns A promise of all the triggered callbacks.
|
|
1086
1086
|
*/
|
|
1087
1087
|
export function clReload (component, forced = [], optional = [], loading = true) {
|