star-horse-lowcode 3.0.1 → 3.0.2
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 +1 -1
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -5353,10 +5353,12 @@ viewFlag: boolean;
|
|
|
5353
5353
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5354
5354
|
|
|
5355
5355
|
export declare const StarHorseDataSelector: DefineComponent<DataSelectorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5356
|
+
change: (selectData: any) => any;
|
|
5356
5357
|
"update:modelValue": (modelValue: any) => any;
|
|
5357
5358
|
selectedData: (selectData: any) => any;
|
|
5358
5359
|
"update:selectedData": (selectData: any) => any;
|
|
5359
5360
|
}, string, PublicProps, Readonly<DataSelectorProps> & Readonly<{
|
|
5361
|
+
onChange?: (selectData: any) => any;
|
|
5360
5362
|
"onUpdate:modelValue"?: (modelValue: any) => any;
|
|
5361
5363
|
onSelectedData?: (selectData: any) => any;
|
|
5362
5364
|
"onUpdate:selectedData"?: (selectData: any) => any;
|