@pisell/materials 6.11.230 → 6.11.232
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +2 -2
- package/build/lowcode/view.js +2 -2
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
- package/es/components/PisellCards/index.d.ts +1 -0
- package/es/components/PisellFields/index.d.ts +1 -0
- package/es/components/PisellLayouts/index.d.ts +1 -0
- package/es/components/PisellMetrics/index.d.ts +1 -0
- package/es/components/PisellTabbar/PisellTabbar.js +2 -8
- package/es/components/PisellTabbar/constants.js +3 -3
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.js +2 -8
- package/es/components/batch-editor/fields/index.d.ts +1 -0
- package/es/components/calendar/index.d.ts +1 -0
- package/es/components/checkbox/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +7 -6
- package/es/components/date-picker/index.d.ts +1 -0
- package/es/components/filter/components/items/index.d.ts +1 -0
- package/es/components/filter/components/items/text/Editor/index.d.ts +1 -0
- package/es/components/filter/components/items/text/Preview/index.d.ts +1 -0
- package/es/components/filter/components/items/text/index.d.ts +1 -0
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +1 -0
- package/es/components/pisellDatePicker/index.d.ts +1 -0
- package/es/components/pisellModal/components/index.d.ts +1 -0
- package/es/components/radio/index.d.ts +1 -0
- package/es/components/skeleton/index.d.ts +1 -0
- package/es/components/table/Table/fields/date/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/index.d.ts +1 -0
- package/es/components/table/Table/fields/index.d.ts +1 -0
- package/es/components/table/Table/fields/link/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/index.d.ts +1 -0
- package/es/components/table/Table/fields/select/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/index.d.ts +1 -0
- package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +1 -0
- package/es/components/upload/index.d.ts +1 -0
- package/es/components/virtual-keyboard/Time/utils.d.ts +1 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
- package/lib/components/PisellCards/index.d.ts +1 -0
- package/lib/components/PisellFields/index.d.ts +1 -0
- package/lib/components/PisellLayouts/index.d.ts +1 -0
- package/lib/components/PisellMetrics/index.d.ts +1 -0
- package/lib/components/PisellTabbar/PisellTabbar.js +2 -10
- package/lib/components/PisellTabbar/constants.js +3 -3
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.js +2 -10
- package/lib/components/batch-editor/fields/index.d.ts +1 -0
- package/lib/components/calendar/index.d.ts +1 -0
- package/lib/components/checkbox/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +7 -6
- package/lib/components/date-picker/index.d.ts +1 -0
- package/lib/components/filter/components/items/index.d.ts +1 -0
- package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -0
- package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -0
- package/lib/components/filter/components/items/text/index.d.ts +1 -0
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +1 -0
- package/lib/components/pisellDatePicker/index.d.ts +1 -0
- package/lib/components/pisellModal/components/index.d.ts +1 -0
- package/lib/components/radio/index.d.ts +1 -0
- package/lib/components/skeleton/index.d.ts +1 -0
- package/lib/components/table/Table/fields/date/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/index.d.ts +1 -0
- package/lib/components/table/Table/fields/index.d.ts +1 -0
- package/lib/components/table/Table/fields/link/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/index.d.ts +1 -0
- package/lib/components/table/Table/fields/select/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/index.d.ts +1 -0
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/time-picker/index.d.ts +1 -0
- package/lib/components/upload/index.d.ts +1 -0
- package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -0
- package/lowcode/pisell-group-view/meta.ts +1 -1
- package/package.json +3 -3
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* <PisellFields.Number value={123} viewMode="readonly" />
|
|
10
10
|
* <PisellFields.Currency value={1000} currencySymbol="$" />
|
|
11
11
|
*/
|
|
12
|
+
/// <reference types="react" />
|
|
12
13
|
declare const PisellFields: {
|
|
13
14
|
SingleLineText: import("react").NamedExoticComponent<import("../pisellSingleLineText").PisellSingleLineTextProps>;
|
|
14
15
|
LongText: import("react").NamedExoticComponent<import("../pisellLongText").PisellLongTextProps>;
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* <Content />
|
|
14
14
|
* </PisellLayouts.ScrollView>
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" />
|
|
16
17
|
declare const PisellLayouts: {
|
|
17
18
|
BasicGrid: <T>(props: import("../PisellBasicGrid").PisellBasicGridProps<T>) => import("react").JSX.Element;
|
|
18
19
|
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("../PisellScrollView").PisellScrollViewProps, "ref"> & import("react").RefAttributes<import("../PisellScrollView").PisellScrollViewRef>>;
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* />
|
|
14
14
|
* <PisellMetrics.StatisticList data={[...]} />
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" />
|
|
16
17
|
declare const PisellMetrics: {
|
|
17
18
|
MetricCard: import("react").FC<import("../pisellMetricCard").PisellMetricCardProps>;
|
|
18
19
|
StatisticList: (props: import("../pisellStatisticList").PisellStatisticListProps) => import("react").JSX.Element;
|
|
@@ -484,7 +484,7 @@ var PisellTabbar = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
484
484
|
style: {
|
|
485
485
|
display: 'flex',
|
|
486
486
|
alignItems: 'center',
|
|
487
|
-
|
|
487
|
+
justifyContent: 'center'
|
|
488
488
|
}
|
|
489
489
|
}, /*#__PURE__*/React.createElement(Iconfont, {
|
|
490
490
|
type: "pisell2-search-lg",
|
|
@@ -492,13 +492,7 @@ var PisellTabbar = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
492
492
|
color: '#fff',
|
|
493
493
|
fontSize: 20
|
|
494
494
|
}
|
|
495
|
-
})
|
|
496
|
-
type: "pisell2-scan",
|
|
497
|
-
style: {
|
|
498
|
-
color: '#fff',
|
|
499
|
-
fontSize: 20
|
|
500
|
-
}
|
|
501
|
-
}), /*#__PURE__*/React.createElement("span", null, "Find"))
|
|
495
|
+
}))
|
|
502
496
|
});
|
|
503
497
|
return renderLevelNCard(_cardProps, level);
|
|
504
498
|
}
|
|
@@ -7,19 +7,19 @@ export var DEFAULT_LEVEL_CONFIG = {
|
|
|
7
7
|
level1: {
|
|
8
8
|
superTabsBg: '#3b2865',
|
|
9
9
|
cardWidth: 106,
|
|
10
|
-
cardHeight:
|
|
10
|
+
cardHeight: 48,
|
|
11
11
|
paddingLeft: 0
|
|
12
12
|
},
|
|
13
13
|
level2: {
|
|
14
14
|
superTabsBg: '#7F56DA',
|
|
15
15
|
cardWidth: 120,
|
|
16
|
-
cardHeight:
|
|
16
|
+
cardHeight: 48,
|
|
17
17
|
paddingLeft: 20
|
|
18
18
|
},
|
|
19
19
|
level3: {
|
|
20
20
|
superTabsBg: '#344054',
|
|
21
21
|
cardWidth: 120,
|
|
22
|
-
cardHeight:
|
|
22
|
+
cardHeight: 48,
|
|
23
23
|
paddingLeft: 40
|
|
24
24
|
}
|
|
25
25
|
};
|
|
@@ -243,7 +243,7 @@ var PisellTabbar = function PisellTabbar(props, ref) {
|
|
|
243
243
|
style: {
|
|
244
244
|
display: 'flex',
|
|
245
245
|
alignItems: 'center',
|
|
246
|
-
|
|
246
|
+
justifyContent: 'center'
|
|
247
247
|
}
|
|
248
248
|
}, /*#__PURE__*/React.createElement(Iconfont, {
|
|
249
249
|
type: "pisell2-search-lg",
|
|
@@ -251,13 +251,7 @@ var PisellTabbar = function PisellTabbar(props, ref) {
|
|
|
251
251
|
color: '#000',
|
|
252
252
|
fontSize: 20
|
|
253
253
|
}
|
|
254
|
-
})
|
|
255
|
-
type: "pisell2-scan",
|
|
256
|
-
style: {
|
|
257
|
-
color: '#000',
|
|
258
|
-
fontSize: 20
|
|
259
|
-
}
|
|
260
|
-
}), /*#__PURE__*/React.createElement("span", null, "Find"))
|
|
254
|
+
}))
|
|
261
255
|
});
|
|
262
256
|
return renderNormalCard(_cardProps, level);
|
|
263
257
|
}
|
|
@@ -52,9 +52,9 @@ declare const useTableProps: (props: UseTablePropsProps) => {
|
|
|
52
52
|
show: boolean;
|
|
53
53
|
title: string;
|
|
54
54
|
width: number;
|
|
55
|
-
align: "
|
|
55
|
+
align: "left" | "right" | "center";
|
|
56
56
|
fixed: false | "left" | "right";
|
|
57
|
-
type: "
|
|
57
|
+
type: "link" | "button";
|
|
58
58
|
items: OperationItem[];
|
|
59
59
|
} | undefined;
|
|
60
60
|
operationContent?: {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const formFieldMap: {
|
|
2
3
|
FormItemCheckbox: import("react").FC<{}> & {
|
|
3
4
|
Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
|
|
@@ -80,11 +81,7 @@ declare const formFieldMap: {
|
|
|
80
81
|
extraParams?: Record<string, any> | undefined;
|
|
81
82
|
}) => import("react").JSX.Element;
|
|
82
83
|
};
|
|
83
|
-
declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
|
|
84
|
-
Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
|
|
85
|
-
} & {
|
|
86
|
-
Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
|
|
87
|
-
}) | import("react").FC<import("./ColorPicker/type").ColorPickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<(import("antd").DatePickerProps & import("../dataSourceForm/utils").WithModeProps) & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<import("./Input/type").InputProps> & {
|
|
84
|
+
declare const getFieldComponent: (fieldComponent: string) => (import("react").FC<import("./Input/type").InputProps> & {
|
|
88
85
|
JSON: import("react").FC<any>;
|
|
89
86
|
Password: import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
|
|
90
87
|
TextArea: import("react").FC<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
|
|
@@ -105,6 +102,10 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
|
|
|
105
102
|
fieldKey?: string | undefined;
|
|
106
103
|
} & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
|
|
107
104
|
}) | (import("react").FC<{}> & {
|
|
105
|
+
Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
|
|
106
|
+
} & {
|
|
107
|
+
Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
|
|
108
|
+
}) | import("react").FC<import("./ColorPicker/type").ColorPickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<(import("antd").DatePickerProps & import("../dataSourceForm/utils").WithModeProps) & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<{}> & {
|
|
108
109
|
Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
|
|
109
110
|
} & {
|
|
110
111
|
Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
|
|
@@ -117,7 +118,7 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
|
|
|
117
118
|
} & {
|
|
118
119
|
dataSource?: any;
|
|
119
120
|
extraParams?: Record<string, any> | undefined;
|
|
120
|
-
}) => import("react").JSX.Element) | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & {
|
|
121
|
+
}) => import("react").JSX.Element) | import("react").FC<any> | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & {
|
|
121
122
|
onChange: (value: string) => void;
|
|
122
123
|
} & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | import("react").FC<import("./DateRangePicker/type").DateRangePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Upload/type").UploadProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | ((props: import("./RecordListWrapper/type").RecordListWrapperProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps & {
|
|
123
124
|
options?: any;
|
|
@@ -155,7 +155,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
|
|
|
155
155
|
sort?: SortType | undefined;
|
|
156
156
|
mode: "" | "localStorage" | "remote";
|
|
157
157
|
currentViewMode: ModeType;
|
|
158
|
-
}) => ("filters" | "
|
|
158
|
+
}) => ("filters" | "filter_setting" | "group_by" | "order_by" | "column_setting" | "view_mode" | "gallery_setting")[];
|
|
159
159
|
export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
|
|
160
160
|
export declare const stringify: (obj: Record<string, any>) => string;
|
|
161
161
|
export {};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* <PisellFields.Number value={123} viewMode="readonly" />
|
|
10
10
|
* <PisellFields.Currency value={1000} currencySymbol="$" />
|
|
11
11
|
*/
|
|
12
|
+
/// <reference types="react" />
|
|
12
13
|
declare const PisellFields: {
|
|
13
14
|
SingleLineText: import("react").NamedExoticComponent<import("../pisellSingleLineText").PisellSingleLineTextProps>;
|
|
14
15
|
LongText: import("react").NamedExoticComponent<import("../pisellLongText").PisellLongTextProps>;
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* <Content />
|
|
14
14
|
* </PisellLayouts.ScrollView>
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" />
|
|
16
17
|
declare const PisellLayouts: {
|
|
17
18
|
BasicGrid: <T>(props: import("../PisellBasicGrid").PisellBasicGridProps<T>) => import("react").JSX.Element;
|
|
18
19
|
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("../PisellScrollView").PisellScrollViewProps, "ref"> & import("react").RefAttributes<import("../PisellScrollView").PisellScrollViewRef>>;
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* />
|
|
14
14
|
* <PisellMetrics.StatisticList data={[...]} />
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" />
|
|
16
17
|
declare const PisellMetrics: {
|
|
17
18
|
MetricCard: import("react").FC<import("../pisellMetricCard").PisellMetricCardProps>;
|
|
18
19
|
StatisticList: (props: import("../pisellStatisticList").PisellStatisticListProps) => import("react").JSX.Element;
|
|
@@ -468,7 +468,7 @@ var PisellTabbar = (0, import_react.forwardRef)(
|
|
|
468
468
|
style: {
|
|
469
469
|
display: "flex",
|
|
470
470
|
alignItems: "center",
|
|
471
|
-
|
|
471
|
+
justifyContent: "center"
|
|
472
472
|
}
|
|
473
473
|
},
|
|
474
474
|
/* @__PURE__ */ import_react.default.createElement(
|
|
@@ -477,15 +477,7 @@ var PisellTabbar = (0, import_react.forwardRef)(
|
|
|
477
477
|
type: "pisell2-search-lg",
|
|
478
478
|
style: { color: "#fff", fontSize: 20 }
|
|
479
479
|
}
|
|
480
|
-
)
|
|
481
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
482
|
-
import_iconfont.default,
|
|
483
|
-
{
|
|
484
|
-
type: "pisell2-scan",
|
|
485
|
-
style: { color: "#fff", fontSize: 20 }
|
|
486
|
-
}
|
|
487
|
-
),
|
|
488
|
-
/* @__PURE__ */ import_react.default.createElement("span", null, "Find")
|
|
480
|
+
)
|
|
489
481
|
)
|
|
490
482
|
};
|
|
491
483
|
return renderLevelNCard(_cardProps, level);
|
|
@@ -30,19 +30,19 @@ var DEFAULT_LEVEL_CONFIG = {
|
|
|
30
30
|
level1: {
|
|
31
31
|
superTabsBg: "#3b2865",
|
|
32
32
|
cardWidth: 106,
|
|
33
|
-
cardHeight:
|
|
33
|
+
cardHeight: 48,
|
|
34
34
|
paddingLeft: 0
|
|
35
35
|
},
|
|
36
36
|
level2: {
|
|
37
37
|
superTabsBg: "#7F56DA",
|
|
38
38
|
cardWidth: 120,
|
|
39
|
-
cardHeight:
|
|
39
|
+
cardHeight: 48,
|
|
40
40
|
paddingLeft: 20
|
|
41
41
|
},
|
|
42
42
|
level3: {
|
|
43
43
|
superTabsBg: "#344054",
|
|
44
44
|
cardWidth: 120,
|
|
45
|
-
cardHeight:
|
|
45
|
+
cardHeight: 48,
|
|
46
46
|
paddingLeft: 40
|
|
47
47
|
}
|
|
48
48
|
};
|
|
@@ -221,7 +221,7 @@ var PisellTabbar = (props, ref) => {
|
|
|
221
221
|
style: {
|
|
222
222
|
display: "flex",
|
|
223
223
|
alignItems: "center",
|
|
224
|
-
|
|
224
|
+
justifyContent: "center"
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
/* @__PURE__ */ import_react.default.createElement(
|
|
@@ -230,15 +230,7 @@ var PisellTabbar = (props, ref) => {
|
|
|
230
230
|
type: "pisell2-search-lg",
|
|
231
231
|
style: { color: "#000", fontSize: 20 }
|
|
232
232
|
}
|
|
233
|
-
)
|
|
234
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
235
|
-
import_iconfont.default,
|
|
236
|
-
{
|
|
237
|
-
type: "pisell2-scan",
|
|
238
|
-
style: { color: "#000", fontSize: 20 }
|
|
239
|
-
}
|
|
240
|
-
),
|
|
241
|
-
/* @__PURE__ */ import_react.default.createElement("span", null, "Find")
|
|
233
|
+
)
|
|
242
234
|
)
|
|
243
235
|
};
|
|
244
236
|
return renderNormalCard(_cardProps, level);
|
|
@@ -52,9 +52,9 @@ declare const useTableProps: (props: UseTablePropsProps) => {
|
|
|
52
52
|
show: boolean;
|
|
53
53
|
title: string;
|
|
54
54
|
width: number;
|
|
55
|
-
align: "
|
|
55
|
+
align: "left" | "right" | "center";
|
|
56
56
|
fixed: false | "left" | "right";
|
|
57
|
-
type: "
|
|
57
|
+
type: "link" | "button";
|
|
58
58
|
items: OperationItem[];
|
|
59
59
|
} | undefined;
|
|
60
60
|
operationContent?: {
|