star-horse-lowcode 2.7.69 → 2.7.70
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/assets/index.css +1 -1
- package/dist/index.es.js +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -70502,7 +70502,7 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
|
|
|
70502
70502
|
);
|
|
70503
70503
|
let isFullScreen = ref(props.fullScreen);
|
|
70504
70504
|
const dialogStyle = computed(() => {
|
|
70505
|
-
return { "
|
|
70505
|
+
return { "height": isFullScreen.value ? "100%" : props.boxHeight };
|
|
70506
70506
|
});
|
|
70507
70507
|
const beforeClose = () => {
|
|
70508
70508
|
emits("closeAction");
|
|
@@ -70761,7 +70761,7 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
|
|
|
70761
70761
|
|
|
70762
70762
|
/* unplugin-vue-components disabled */
|
|
70763
70763
|
|
|
70764
|
-
const __unplugin_components_0$8 = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["__scopeId", "data-v-
|
|
70764
|
+
const __unplugin_components_0$8 = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["__scopeId", "data-v-82fe5996"]]);
|
|
70765
70765
|
|
|
70766
70766
|
const StarHorseDialog = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
70767
70767
|
__proto__: null,
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7085,10 +7085,10 @@ default: string;
|
|
|
7085
7085
|
data: any;
|
|
7086
7086
|
title: string;
|
|
7087
7087
|
size: string;
|
|
7088
|
+
height: number;
|
|
7088
7089
|
width: number;
|
|
7089
7090
|
color: string;
|
|
7090
7091
|
cursor: string;
|
|
7091
|
-
height: number;
|
|
7092
7092
|
backgroundColor: string;
|
|
7093
7093
|
borderOffset: number;
|
|
7094
7094
|
borderColor: string;
|
|
@@ -7727,8 +7727,8 @@ onRemoveData?: (...args: any[]) => any;
|
|
|
7727
7727
|
onChangeCollapse?: (...args: any[]) => any;
|
|
7728
7728
|
"onUpdate:treeDatas"?: (value: any) => any;
|
|
7729
7729
|
}>, {
|
|
7730
|
-
checkStrictly: boolean;
|
|
7731
7730
|
height: number;
|
|
7731
|
+
checkStrictly: boolean;
|
|
7732
7732
|
preps: any;
|
|
7733
7733
|
showCheckBox: boolean;
|
|
7734
7734
|
expand: boolean;
|