@uf_lee/leeui 1.0.66 → 1.0.67

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.
@@ -17,4 +17,4 @@ export declare const setComponentProps: (item: ComData, modelValue?: any) => Rec
17
17
  */
18
18
  export declare const setItemComponentSlots: (slots: Slots, slotsProps: Recordable | undefined, field: string) => Recordable;
19
19
  export declare function transFormSchemaToComData(schema: FormSchema): ComData;
20
- export declare function transTableSchemaToComData(schema: TableSchema): ComData;
20
+ export declare function transTableSchemaToComData(schema: TableSchema, rowData?: any): ComData;
@@ -25,6 +25,7 @@ export type ComData = {
25
25
  componentProps?: {
26
26
  slots?: Recordable;
27
27
  } & ComponentProps;
28
+ rowData?: any;
28
29
  slots?: Recordable;
29
30
  };
30
31
  export type ComponentName = "Text" | "Link" | "Button" | "Icon" | "Avatar" | "Image" | "Divider" | "Badge" | "Radio" | "RadioButton" | "Checkbox" | "CheckboxButton" | "Input" | "Autocomplete" | "InputNumber" | "Select" | "Cascader" | "Switch" | "Slider" | "TimePicker" | "DatePicker" | "Rate" | "ColorPicker" | "Transfer" | "TimeSelect" | "SelectV2" | "Mention" | "InputTag" | "TreeSelect";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uf_lee/leeui",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "自己的组件库",
5
5
  "main": "dist/leeui.umd.js",
6
6
  "module": "dist/leeui.es.js",