star-horse-lowcode 2.8.49 → 2.8.50
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/README.md +5 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +4 -4
- package/dist/types/index.d.ts +50 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -602,6 +602,21 @@ title?(_: {}): any;
|
|
|
602
602
|
|
|
603
603
|
declare const __VLS_component_6: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
604
604
|
|
|
605
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_45, {
|
|
606
|
+
getConfigInfo: () => any;
|
|
607
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
608
|
+
"update:modelValue": (...args: any[]) => void;
|
|
609
|
+
}, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
|
|
610
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
611
|
+
}>, {
|
|
612
|
+
title: string;
|
|
613
|
+
direction: string;
|
|
614
|
+
compSize: string;
|
|
615
|
+
modelValue: boolean;
|
|
616
|
+
hideDefaultConfig: boolean;
|
|
617
|
+
resizable: boolean;
|
|
618
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
619
|
+
|
|
605
620
|
declare type __VLS_Props = ContainerPreps;
|
|
606
621
|
|
|
607
622
|
declare type __VLS_Props_10 = ItemPreps;
|
|
@@ -680,6 +695,15 @@ declare type __VLS_Props_43 = ItemPreps;
|
|
|
680
695
|
|
|
681
696
|
declare type __VLS_Props_44 = ItemPreps;
|
|
682
697
|
|
|
698
|
+
declare type __VLS_Props_45 = {
|
|
699
|
+
hideDefaultConfig?: boolean;
|
|
700
|
+
modelValue: boolean;
|
|
701
|
+
direction?: string;
|
|
702
|
+
resizable?: boolean;
|
|
703
|
+
title?: string;
|
|
704
|
+
compSize?: string;
|
|
705
|
+
};
|
|
706
|
+
|
|
683
707
|
declare type __VLS_Props_5 = ItemPreps;
|
|
684
708
|
|
|
685
709
|
declare type __VLS_Props_6 = ItemPreps;
|
|
@@ -1076,6 +1100,22 @@ declare function __VLS_template_6(): {
|
|
|
1076
1100
|
rootEl: HTMLDivElement;
|
|
1077
1101
|
};
|
|
1078
1102
|
|
|
1103
|
+
declare function __VLS_template_7(): {
|
|
1104
|
+
attrs: Partial<{}>;
|
|
1105
|
+
slots: {
|
|
1106
|
+
header?(_: {}): any;
|
|
1107
|
+
header?(_: {}): any;
|
|
1108
|
+
content?(_: {}): any;
|
|
1109
|
+
content?(_: {}): any;
|
|
1110
|
+
default?(_: {}): any;
|
|
1111
|
+
default?(_: {}): any;
|
|
1112
|
+
footer?(_: {}): any;
|
|
1113
|
+
footer?(_: {}): any;
|
|
1114
|
+
};
|
|
1115
|
+
refs: {};
|
|
1116
|
+
rootEl: any;
|
|
1117
|
+
};
|
|
1118
|
+
|
|
1079
1119
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1080
1120
|
|
|
1081
1121
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
@@ -1088,6 +1128,8 @@ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
|
1088
1128
|
|
|
1089
1129
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
1090
1130
|
|
|
1131
|
+
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1132
|
+
|
|
1091
1133
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
1092
1134
|
new (): {
|
|
1093
1135
|
$slots: S;
|
|
@@ -1124,6 +1166,12 @@ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
|
1124
1166
|
};
|
|
1125
1167
|
};
|
|
1126
1168
|
|
|
1169
|
+
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
1170
|
+
new (): {
|
|
1171
|
+
$slots: S;
|
|
1172
|
+
};
|
|
1173
|
+
};
|
|
1174
|
+
|
|
1127
1175
|
/**
|
|
1128
1176
|
* 解析表单字段信息及层级
|
|
1129
1177
|
*/
|
|
@@ -3914,6 +3962,8 @@ export declare interface OrderByInfo {
|
|
|
3914
3962
|
ascOrDesc: string;
|
|
3915
3963
|
}
|
|
3916
3964
|
|
|
3965
|
+
export declare const PageConfig: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
3966
|
+
|
|
3917
3967
|
/**
|
|
3918
3968
|
* 页面属性信息
|
|
3919
3969
|
*/
|