@masterkeymaterial/ui 0.2.28 → 0.2.29
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.
|
@@ -6922,7 +6922,7 @@ class MkGrid {
|
|
|
6922
6922
|
};
|
|
6923
6923
|
}, ...(ngDevMode ? [{ debugName: "cfg" }] : /* istanbul ignore next */ []));
|
|
6924
6924
|
startSelected = computed(() => {
|
|
6925
|
-
const startSelected = this.
|
|
6925
|
+
const startSelected = this.config().startSelected;
|
|
6926
6926
|
if (startSelected) {
|
|
6927
6927
|
return startSelected.map(s => s?.toString() ?? '');
|
|
6928
6928
|
}
|