@yklyklpackages/message-card 0.6.3 → 0.8.0
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/components/MessageCard.d.ts +4 -2
- package/dist/components/MessageCard.d.ts.map +1 -1
- package/dist/components/action/dispatcher.d.ts.map +1 -1
- package/dist/components/action/handlers.d.ts +5 -1
- package/dist/components/action/handlers.d.ts.map +1 -1
- package/dist/components/core/ComponentRenderer.d.ts.map +1 -1
- package/dist/components/core/LayoutWrapper.d.ts +1 -0
- package/dist/components/core/LayoutWrapper.d.ts.map +1 -1
- package/dist/components/core/LeafWrapper.d.ts.map +1 -1
- package/dist/components/core/templateAdapter.d.ts.map +1 -1
- package/dist/components/layout/AbsoluteViewLayout.d.ts.map +1 -1
- package/dist/components/layout/AnimationLayout.d.ts.map +1 -1
- package/dist/components/layout/FullRowLayout.d.ts +0 -1
- package/dist/components/layout/FullRowLayout.d.ts.map +1 -1
- package/dist/components/layout/JDHCardLayout.d.ts +23 -0
- package/dist/components/layout/JDHCardLayout.d.ts.map +1 -0
- package/dist/components/layout/MultipleColumnLayout.d.ts +3 -7
- package/dist/components/layout/MultipleColumnLayout.d.ts.map +1 -1
- package/dist/components/layout/RadioGroupLayout.d.ts +2 -0
- package/dist/components/layout/RadioGroupLayout.d.ts.map +1 -0
- package/dist/components/layout/ResponsiveTwoColumnLayout.d.ts +13 -0
- package/dist/components/layout/ResponsiveTwoColumnLayout.d.ts.map +1 -0
- package/dist/components/layout/ScrollViewLayout.d.ts +3 -2
- package/dist/components/layout/ScrollViewLayout.d.ts.map +1 -1
- package/dist/components/message/MessageContainer.d.ts +6 -1
- package/dist/components/message/MessageContainer.d.ts.map +1 -1
- package/dist/components/render/Button/index.d.ts +13 -0
- package/dist/components/render/Button/index.d.ts.map +1 -0
- package/dist/components/render/ButtonJDH.d.ts +13 -0
- package/dist/components/render/ButtonJDH.d.ts.map +1 -0
- package/dist/components/render/Checkbox.d.ts +1 -13
- package/dist/components/render/Checkbox.d.ts.map +1 -1
- package/dist/components/render/ChoiceJDH.d.ts +14 -0
- package/dist/components/render/ChoiceJDH.d.ts.map +1 -0
- package/dist/components/render/Image.d.ts +2 -2
- package/dist/components/render/Image.d.ts.map +1 -1
- package/dist/components/render/Input.d.ts +1 -13
- package/dist/components/render/Input.d.ts.map +1 -1
- package/dist/components/render/InputJDH.d.ts +15 -0
- package/dist/components/render/InputJDH.d.ts.map +1 -0
- package/dist/components/render/Markdown.d.ts +2 -2
- package/dist/components/render/Markdown.d.ts.map +1 -1
- package/dist/components/render/Radio.d.ts +1 -13
- package/dist/components/render/Radio.d.ts.map +1 -1
- package/dist/components/render/Select.d.ts +1 -13
- package/dist/components/render/Select.d.ts.map +1 -1
- package/dist/components/render/Text.d.ts +2 -2
- package/dist/components/render/Text.d.ts.map +1 -1
- package/dist/components/render/TextareaJDH.d.ts +15 -0
- package/dist/components/render/TextareaJDH.d.ts.map +1 -0
- package/dist/components/theme/ScreenTheme375.d.ts.map +1 -1
- package/dist/components/theme/ThemeContext.d.ts.map +1 -1
- package/dist/components/theme/ZhiYiPCTheme.d.ts +4 -0
- package/dist/components/theme/ZhiYiPCTheme.d.ts.map +1 -0
- package/dist/components/theme/defaultTheme.d.ts.map +1 -1
- package/dist/components/types/component.d.ts +1 -6
- package/dist/components/types/component.d.ts.map +1 -1
- package/dist/components/utils/ResponsiveContext.d.ts +1 -0
- package/dist/components/utils/ResponsiveContext.d.ts.map +1 -1
- package/dist/components/utils/styleHelpers.d.ts +56 -19
- package/dist/components/utils/styleHelpers.d.ts.map +1 -1
- package/dist/components/validator/ComponentValidator.d.ts.map +1 -1
- package/dist/index.cjs +6886 -25561
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6899 -25558
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +6817 -25491
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +451 -0
- package/package.json +8 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResponsiveContext.d.ts","sourceRoot":"","sources":["../../../src/components/utils/ResponsiveContext.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ResponsiveContext.d.ts","sourceRoot":"","sources":["../../../src/components/utils/ResponsiveContext.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,IAAI,GAAG,MAAM,CAAC;CAC/B;AAED,eAAO,MAAM,iBAAiB,gDAG5B,CAAC;AAEH,eAAO,MAAM,aAAa,6BAAsC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties } from 'react';
|
|
2
|
-
import { ILayoutCommonProps, IRenderCommonProps } from '@jdh-cross/aui-types';
|
|
2
|
+
import { IJDHButtonRenderComponent, IJDHChoiceRenderComponent, IImageRenderComponent, IJDHInputRenderComponent, ILayoutCommonProps, IMargin, IPadding, IRenderCommonProps, IJDHTextareaRenderComponent, IBoxShadow } from '@jdh-cross/aui-types';
|
|
3
3
|
import { Theme, LayoutProps, CommonProps } from '../types/component';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -16,7 +16,7 @@ export declare const baseContainerStyle: (props?: CommonProps, scale?: number) =
|
|
|
16
16
|
* - horizontal: true 表示横向布局(Two/Three/Four),false 表示纵向(FullRow)
|
|
17
17
|
*/
|
|
18
18
|
export declare const containerGapStyle: (gap?: number) => CSSProperties;
|
|
19
|
-
export declare const childGapStyle: (index: number, count: number, gap?: number, horizontal?: boolean, scale?: number) => CSSProperties;
|
|
19
|
+
export declare const childGapStyle: (index: number, count: number, theme: Theme, gap?: number | string, horizontal?: boolean, scale?: number, isWrap?: boolean) => CSSProperties;
|
|
20
20
|
/**
|
|
21
21
|
* padding处理
|
|
22
22
|
* 将 padding 参数转换为内联样式
|
|
@@ -26,8 +26,11 @@ export declare const childGapStyle: (index: number, count: number, gap?: number,
|
|
|
26
26
|
* - 四元组:[top, right, bottom, left]
|
|
27
27
|
*/
|
|
28
28
|
export declare const resolveSpace: (val: string | number | undefined, theme: Theme, scale?: number) => string | number | undefined;
|
|
29
|
-
export declare const
|
|
30
|
-
export declare const
|
|
29
|
+
export declare const paddingLogogramToStyle: (padding: ILayoutCommonProps["padding"] | undefined, theme: Theme, scale?: number) => CSSProperties;
|
|
30
|
+
export declare const marginLogogramToStyle: (margin: ILayoutCommonProps["margin"] | undefined, theme: Theme, scale?: number) => CSSProperties;
|
|
31
|
+
export declare const marginAndPaddingToStyle: (marginAndPadding: IMargin & IPadding, theme: Theme, scale?: number) => CSSProperties;
|
|
32
|
+
export declare const resolvedLineHeight: (lineHeight: number | string, theme: Theme, scale?: number, notAddUnit?: boolean) => string | number;
|
|
33
|
+
export declare const resolvedFontSize: (lineHeight: number | string, theme: Theme, scale?: number, notAddUnit?: boolean) => string | number;
|
|
31
34
|
/**
|
|
32
35
|
* 主题相关辅助:文本样式
|
|
33
36
|
*/
|
|
@@ -39,19 +42,16 @@ export declare const textStyleFromTheme: (theme: Theme, opts?: IRenderCommonProp
|
|
|
39
42
|
* flex布局处理
|
|
40
43
|
*/
|
|
41
44
|
export declare const justifyContentToStyle: (alignItems?: ILayoutCommonProps["alignItems"], justifyContent?: ILayoutCommonProps["justifyContent"]) => CSSProperties;
|
|
45
|
+
export declare const backgroundToStyle: (background: any, theme: any) => CSSProperties;
|
|
42
46
|
export declare const borderRadiusToStyle: (borderRadius: any, theme: any, scale?: number) => CSSProperties;
|
|
43
47
|
export declare const borderToStyle: (border: ILayoutCommonProps["border"], theme: Theme, scale?: number) => CSSProperties;
|
|
48
|
+
export declare const resolveBoxShadow: ({ boxShadow }: {
|
|
49
|
+
boxShadow?: IBoxShadow;
|
|
50
|
+
}, theme: Theme, scale?: number) => string;
|
|
44
51
|
/**
|
|
45
52
|
* 图片适配(objectFit)
|
|
46
53
|
*/
|
|
47
|
-
export declare const imageStyleFromProps: (props:
|
|
48
|
-
width?: number | string;
|
|
49
|
-
height?: number | string;
|
|
50
|
-
fit?: CSSProperties["objectFit"];
|
|
51
|
-
display?: string;
|
|
52
|
-
style?: CSSProperties;
|
|
53
|
-
[key: string]: any;
|
|
54
|
-
}, theme: Theme, scale?: number) => CSSProperties;
|
|
54
|
+
export declare const imageStyleFromProps: (props: IImageRenderComponent["props"], theme: Theme, scale?: number) => CSSProperties;
|
|
55
55
|
export declare const imageViewStyleFromProps: (props: any, theme: any, scale?: number) => CSSProperties;
|
|
56
56
|
/**
|
|
57
57
|
* 等分列宽
|
|
@@ -60,7 +60,7 @@ export declare const fractionWidth: (percent: string) => CSSProperties;
|
|
|
60
60
|
/**
|
|
61
61
|
* 构建布局子项容器基础样式
|
|
62
62
|
*/
|
|
63
|
-
export declare const buildItemContainerStyle: (index: number, count: number, props?: LayoutProps, horizontal?: boolean, scale?: number) => CSSProperties;
|
|
63
|
+
export declare const buildItemContainerStyle: (index: number, count: number, theme: Theme, props?: LayoutProps, horizontal?: boolean, scale?: number, isWrap?: boolean) => CSSProperties;
|
|
64
64
|
/**
|
|
65
65
|
* 构建布局容器的基础样式(flex)
|
|
66
66
|
*/
|
|
@@ -69,10 +69,47 @@ export declare const buildLayoutContainerStyle: (props: ILayoutCommonProps | und
|
|
|
69
69
|
* 定位布局容器的基础样式
|
|
70
70
|
*/
|
|
71
71
|
export declare const buildAbsoluteLayoutStyle: (props: ILayoutCommonProps | undefined, direction: "column" | "row" | undefined, theme: Theme, scale?: number) => CSSProperties;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
72
|
+
export declare const runStyle: (val: string | number | (string | number)[] | undefined, scale?: number, notAddUnit?: boolean) => string | number;
|
|
73
|
+
export declare const resolveColor: (color: string, theme: Theme) => any;
|
|
74
|
+
export declare const buildJDHCardLayoutStyle: (props: (Pick<ILayoutCommonProps, "margin" | "hideComponent"> & {
|
|
75
|
+
title?: string;
|
|
76
|
+
subDescription?: string;
|
|
77
|
+
}) | undefined, theme: Theme, scale?: number) => {
|
|
78
|
+
warpStyle: CSSProperties;
|
|
79
|
+
containerStyle: CSSProperties;
|
|
80
|
+
titleWrapStyle: CSSProperties;
|
|
81
|
+
titleStyle: CSSProperties;
|
|
82
|
+
titleLeftSlotStyle: CSSProperties;
|
|
83
|
+
titleRightSlotStyle: CSSProperties;
|
|
84
|
+
subDescriptionStyle: CSSProperties;
|
|
85
|
+
contentStyle: CSSProperties;
|
|
86
|
+
};
|
|
87
|
+
export declare const buildJDHChoiceRenderStyle: (props: IJDHChoiceRenderComponent["props"], isSelected: boolean, theme: Theme, scale?: number) => {
|
|
88
|
+
wrapStyle: CSSProperties;
|
|
89
|
+
labelLineStyle: CSSProperties;
|
|
90
|
+
labelStyle: CSSProperties;
|
|
91
|
+
subDescriptionStyle: CSSProperties;
|
|
92
|
+
imgTopStyle: CSSProperties;
|
|
93
|
+
imgLeftStyle: CSSProperties;
|
|
94
|
+
};
|
|
95
|
+
export declare const buildJDHButtonRenderStyle: (props: IJDHButtonRenderComponent["props"], theme: Theme, scale?: number) => {
|
|
96
|
+
wrapStyle: CSSProperties;
|
|
97
|
+
iconStyle: CSSProperties;
|
|
98
|
+
arrowStyle: CSSProperties;
|
|
99
|
+
};
|
|
100
|
+
export declare const buildJDHInputRenderStyle: (props: IJDHInputRenderComponent["props"], theme: Theme, scale?: number) => {
|
|
101
|
+
wrapStyle: CSSProperties;
|
|
102
|
+
inputStyle: CSSProperties;
|
|
103
|
+
clearStyle: CSSProperties;
|
|
104
|
+
clearIconStyle: CSSProperties;
|
|
105
|
+
msgStyle: CSSProperties;
|
|
106
|
+
passwordStyle: CSSProperties;
|
|
107
|
+
passwordIconStyle: CSSProperties;
|
|
108
|
+
};
|
|
109
|
+
export declare const buildJDHTextareaRenderStyle: (props: IJDHTextareaRenderComponent["props"], value: string, theme: Theme, scale?: number) => {
|
|
110
|
+
wrapStyle: CSSProperties;
|
|
111
|
+
textareaStyle: CSSProperties;
|
|
112
|
+
msgStyle: CSSProperties;
|
|
113
|
+
maxLengthTipsStyle: CSSProperties;
|
|
114
|
+
};
|
|
78
115
|
//# sourceMappingURL=styleHelpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styleHelpers.d.ts","sourceRoot":"","sources":["../../../src/components/utils/styleHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EACV,kBAAkB,EAClB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"styleHelpers.d.ts","sourceRoot":"","sources":["../../../src/components/utils/styleHelpers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComponentValidator.d.ts","sourceRoot":"","sources":["../../../src/components/validator/ComponentValidator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAG3D;;;;GAIG;AAEH,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAID,eAAO,MAAM,YAAY,GACvB,OAAO,cAAc,EAAE,EACvB,kBAAkB,KACjB,
|
|
1
|
+
{"version":3,"file":"ComponentValidator.d.ts","sourceRoot":"","sources":["../../../src/components/validator/ComponentValidator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAG3D;;;;GAIG;AAEH,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAID,eAAO,MAAM,YAAY,GACvB,OAAO,cAAc,EAAE,EACvB,kBAAkB,KACjB,cA4DF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,cAAc,EAAE,EAAE,QAAQ,MAAM,SAQtE,CAAC"}
|