@alifd/chat 0.3.39 → 0.3.40-beta.1
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/es/ai-loading/types.d.ts +1 -0
- package/es/button/button.d.ts +1 -2
- package/es/button/button.js +13 -19
- package/es/button/group.js +5 -42
- package/es/button/main.scss +36 -77
- package/es/card/main.scss +1 -1
- package/es/checkbox-group/main.scss +6 -7
- package/es/checkbox-group/types.d.ts +6 -0
- package/es/code-view/index.d.ts +11 -0
- package/es/code-view/index.js +63 -0
- package/es/code-view/main.scss +54 -0
- package/es/code-view/style.d.ts +4 -0
- package/es/code-view/style.js +4 -0
- package/es/code-view/types.d.ts +27 -0
- package/es/code-view/types.js +1 -0
- package/es/collapse/index.d.ts +157 -0
- package/es/collapse/index.js +20 -0
- package/es/collapse/main.scss +95 -0
- package/es/collapse/style.d.ts +2 -0
- package/es/collapse/style.js +2 -0
- package/es/collapse/types.d.ts +82 -0
- package/es/collapse/types.js +2 -0
- package/es/core/variables.scss +27 -12
- package/es/date-picker/DatePicker.d.ts +5 -0
- package/es/date-picker/DatePicker.js +15 -0
- package/es/date-picker/MonthPicker.d.ts +4 -0
- package/es/date-picker/MonthPicker.js +15 -0
- package/es/date-picker/RangePicker.d.ts +4 -0
- package/es/date-picker/RangePicker.js +17 -0
- package/es/date-picker/YearPicker.d.ts +4 -0
- package/es/date-picker/YearPicker.js +15 -0
- package/es/date-picker/index.d.ts +5 -23
- package/es/date-picker/index.js +11 -29
- package/es/date-picker/main.scss +23 -1
- package/es/date-picker/style.d.ts +1 -0
- package/es/date-picker/style.js +1 -0
- package/es/date-picker/types.d.ts +161 -81
- package/es/float-button/hooks/useAutoAlign.d.ts +1 -1
- package/es/form/style.d.ts +0 -1
- package/es/form/style.js +2 -1
- package/es/form/types.d.ts +3 -517
- package/es/form/types.js +5 -1
- package/es/html-render/index.d.ts +1 -1
- package/es/html-render/index.js +204 -99
- package/es/html-render/main.scss +27 -8
- package/es/html-render/style.d.ts +1 -0
- package/es/html-render/style.js +1 -0
- package/es/icon/index.d.ts +1 -1
- package/es/index.d.ts +3 -0
- package/es/index.js +4 -1
- package/es/input/index.d.ts +1 -1
- package/es/input/index.js +16 -6
- package/es/input/main.scss +25 -0
- package/es/input/style.d.ts +1 -0
- package/es/input/style.js +1 -0
- package/es/input/types.d.ts +58 -15
- package/es/markdown/index.d.ts +1 -2
- package/es/markdown/index.js +26 -15
- package/es/markdown/main.scss +4 -3
- package/es/markdown/style.d.ts +2 -1
- package/es/markdown/style.js +2 -1
- package/es/markdown/types.d.ts +20 -9
- package/es/message/index.d.ts +4 -4
- package/es/person-picker/index.d.ts +3 -190
- package/es/person-picker/index.js +23 -21
- package/es/person-picker/main.scss +15 -1
- package/es/person-picker/types.d.ts +53 -11
- package/es/radio-group/index.d.ts +1 -1
- package/es/radio-group/index.js +9 -3
- package/es/radio-group/main.scss +13 -5
- package/es/radio-group/types.d.ts +5 -3
- package/es/reference/index.d.ts +1 -1
- package/es/reference/index.js +14 -15
- package/es/reference/main.scss +1 -1
- package/es/reference/types.d.ts +1 -0
- package/es/select/button.d.ts +3 -0
- package/es/select/button.js +70 -0
- package/es/select/index.d.ts +79 -79
- package/es/select/index.js +13 -57
- package/es/select/main.scss +22 -4
- package/es/select/types.d.ts +108 -1
- package/es/step/index.js +2 -2
- package/es/step/main.scss +115 -66
- package/es/step/types.d.ts +13 -2
- package/es/table/index.d.ts +12 -0
- package/es/table/index.js +23 -0
- package/es/table/main.scss +30 -0
- package/es/table/style.d.ts +2 -0
- package/es/table/style.js +2 -0
- package/es/table/types.d.ts +98 -0
- package/es/table/types.js +1 -0
- package/es/tag/index.d.ts +5 -3
- package/es/tag/index.js +18 -2
- package/es/tag/main.scss +20 -4
- package/es/tag/types.d.ts +55 -0
- package/es/text/index.js +67 -22
- package/es/text/main.scss +4 -1
- package/es/text/types.d.ts +8 -0
- package/es/time-picker/index.d.ts +6 -15
- package/es/time-picker/index.js +71 -24
- package/es/time-picker/main.scss +19 -1
- package/es/time-picker/style.d.ts +1 -0
- package/es/time-picker/style.js +1 -0
- package/es/time-picker/types.d.ts +133 -8
- package/es/tool-status/index.d.ts +1 -1
- package/es/tool-status/index.js +1 -1
- package/es/tool-status/main.scss +2 -1
- package/es/tool-status/types.d.ts +7 -2
- package/es/utils/func.d.ts +1 -0
- package/es/utils/func.js +13 -0
- package/es/utils/github-dark.scss +137 -0
- package/es/utils/github.scss +137 -0
- package/es/utils/hoc/main.scss +166 -0
- package/es/utils/hoc/withLabel.d.ts +94 -0
- package/es/utils/hoc/withLabel.js +57 -0
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +1 -0
- package/lib/ai-loading/types.d.ts +1 -0
- package/lib/button/button.d.ts +1 -2
- package/lib/button/button.js +13 -19
- package/lib/button/group.js +4 -41
- package/lib/button/main.scss +36 -77
- package/lib/card/main.scss +1 -1
- package/lib/checkbox-group/main.scss +6 -7
- package/lib/checkbox-group/types.d.ts +6 -0
- package/lib/code-view/index.d.ts +11 -0
- package/lib/code-view/index.js +66 -0
- package/lib/code-view/main.scss +54 -0
- package/lib/code-view/style.d.ts +4 -0
- package/lib/code-view/style.js +6 -0
- package/lib/code-view/types.d.ts +27 -0
- package/lib/code-view/types.js +2 -0
- package/lib/collapse/index.d.ts +157 -0
- package/lib/collapse/index.js +22 -0
- package/lib/collapse/main.scss +95 -0
- package/lib/collapse/style.d.ts +2 -0
- package/lib/collapse/style.js +4 -0
- package/lib/collapse/types.d.ts +82 -0
- package/lib/collapse/types.js +3 -0
- package/lib/core/variables.scss +27 -12
- package/lib/date-picker/DatePicker.d.ts +5 -0
- package/lib/date-picker/DatePicker.js +17 -0
- package/lib/date-picker/MonthPicker.d.ts +4 -0
- package/lib/date-picker/MonthPicker.js +17 -0
- package/lib/date-picker/RangePicker.d.ts +4 -0
- package/lib/date-picker/RangePicker.js +19 -0
- package/lib/date-picker/YearPicker.d.ts +4 -0
- package/lib/date-picker/YearPicker.js +17 -0
- package/lib/date-picker/index.d.ts +5 -23
- package/lib/date-picker/index.js +10 -27
- package/lib/date-picker/main.scss +23 -1
- package/lib/date-picker/style.d.ts +1 -0
- package/lib/date-picker/style.js +1 -0
- package/lib/date-picker/types.d.ts +161 -81
- package/lib/float-button/hooks/useAutoAlign.d.ts +1 -1
- package/lib/form/style.d.ts +0 -1
- package/lib/form/style.js +1 -2
- package/lib/form/types.d.ts +3 -517
- package/lib/form/types.js +4 -1
- package/lib/html-render/index.d.ts +1 -1
- package/lib/html-render/index.js +203 -98
- package/lib/html-render/main.scss +27 -8
- package/lib/html-render/style.d.ts +1 -0
- package/lib/html-render/style.js +1 -0
- package/lib/icon/index.d.ts +1 -1
- package/lib/index.d.ts +3 -0
- package/lib/index.js +8 -2
- package/lib/input/index.d.ts +1 -1
- package/lib/input/index.js +16 -6
- package/lib/input/main.scss +25 -0
- package/lib/input/style.d.ts +1 -0
- package/lib/input/style.js +1 -0
- package/lib/input/types.d.ts +58 -15
- package/lib/markdown/index.d.ts +1 -2
- package/lib/markdown/index.js +26 -15
- package/lib/markdown/main.scss +4 -3
- package/lib/markdown/style.d.ts +2 -1
- package/lib/markdown/style.js +2 -1
- package/lib/markdown/types.d.ts +20 -9
- package/lib/message/index.d.ts +4 -4
- package/lib/person-picker/index.d.ts +3 -190
- package/lib/person-picker/index.js +22 -20
- package/lib/person-picker/main.scss +15 -1
- package/lib/person-picker/types.d.ts +53 -11
- package/lib/radio-group/index.d.ts +1 -1
- package/lib/radio-group/index.js +8 -2
- package/lib/radio-group/main.scss +13 -5
- package/lib/radio-group/types.d.ts +5 -3
- package/lib/reference/index.d.ts +1 -1
- package/lib/reference/index.js +17 -18
- package/lib/reference/main.scss +1 -1
- package/lib/reference/types.d.ts +1 -0
- package/lib/select/button.d.ts +3 -0
- package/lib/select/button.js +74 -0
- package/lib/select/index.d.ts +79 -79
- package/lib/select/index.js +11 -55
- package/lib/select/main.scss +22 -4
- package/lib/select/types.d.ts +108 -1
- package/lib/step/index.js +2 -2
- package/lib/step/main.scss +115 -66
- package/lib/step/types.d.ts +13 -2
- package/lib/table/index.d.ts +12 -0
- package/lib/table/index.js +25 -0
- package/lib/table/main.scss +30 -0
- package/lib/table/style.d.ts +2 -0
- package/lib/table/style.js +4 -0
- package/lib/table/types.d.ts +98 -0
- package/lib/table/types.js +2 -0
- package/lib/tag/index.d.ts +5 -3
- package/lib/tag/index.js +17 -1
- package/lib/tag/main.scss +20 -4
- package/lib/tag/types.d.ts +55 -0
- package/lib/text/index.js +66 -21
- package/lib/text/main.scss +4 -1
- package/lib/text/types.d.ts +8 -0
- package/lib/time-picker/index.d.ts +6 -15
- package/lib/time-picker/index.js +71 -23
- package/lib/time-picker/main.scss +19 -1
- package/lib/time-picker/style.d.ts +1 -0
- package/lib/time-picker/style.js +1 -0
- package/lib/time-picker/types.d.ts +133 -8
- package/lib/tool-status/index.d.ts +1 -1
- package/lib/tool-status/index.js +1 -1
- package/lib/tool-status/main.scss +2 -1
- package/lib/tool-status/types.d.ts +7 -2
- package/lib/utils/func.d.ts +1 -0
- package/lib/utils/func.js +15 -0
- package/lib/utils/github-dark.scss +137 -0
- package/lib/utils/github.scss +137 -0
- package/lib/utils/hoc/main.scss +166 -0
- package/lib/utils/hoc/withLabel.d.ts +94 -0
- package/lib/utils/hoc/withLabel.js +60 -0
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +1 -0
- package/package.json +49 -4
- package/es/form/index.d.ts +0 -23
- package/es/form/index.js +0 -33
- package/es/form/main.scss +0 -5
- package/lib/form/index.d.ts +0 -23
- package/lib/form/index.js +0 -35
- package/lib/form/main.scss +0 -5
|
@@ -1,123 +1,203 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type { Dayjs } from 'dayjs';
|
|
2
|
+
import type { WithLabelProps } from '../utils/hoc/withLabel';
|
|
2
3
|
/**
|
|
3
|
-
*
|
|
4
|
-
* @api
|
|
4
|
+
* 时间选择器配置
|
|
5
5
|
*/
|
|
6
|
-
export
|
|
6
|
+
export interface ShowTimeConfig {
|
|
7
|
+
format?: string;
|
|
8
|
+
defaultValue?: Dayjs | string;
|
|
9
|
+
}
|
|
7
10
|
/**
|
|
8
|
-
* @api
|
|
11
|
+
* @api DatePicker属性
|
|
9
12
|
*/
|
|
10
|
-
export interface
|
|
13
|
+
export interface DatePickerProps {
|
|
14
|
+
/**
|
|
15
|
+
* 日期格式
|
|
16
|
+
* @en Date format
|
|
17
|
+
* @defaultValue 'YYYY-MM-DD'
|
|
18
|
+
*/
|
|
19
|
+
format?: string;
|
|
20
|
+
/**
|
|
21
|
+
* 选择的日期值
|
|
22
|
+
* @en Selected date value
|
|
23
|
+
*/
|
|
24
|
+
value?: Dayjs | null;
|
|
25
|
+
/**
|
|
26
|
+
* 默认日期值
|
|
27
|
+
* @en Default date value
|
|
28
|
+
*/
|
|
29
|
+
defaultValue?: Dayjs | null;
|
|
30
|
+
/**
|
|
31
|
+
* 日期值改变时的回调
|
|
32
|
+
* @en Callback when date changes
|
|
33
|
+
*/
|
|
34
|
+
onChange?: (date: Dayjs | null, dateString: string) => void;
|
|
35
|
+
/**
|
|
36
|
+
* 是否显示时间选择
|
|
37
|
+
* @en Whether to show time picker
|
|
38
|
+
*/
|
|
39
|
+
showTime?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* 时间面板配置
|
|
42
|
+
* @en Time panel configuration
|
|
43
|
+
*/
|
|
44
|
+
timePanelProps?: ShowTimeConfig;
|
|
45
|
+
/**
|
|
46
|
+
* 占位符文本
|
|
47
|
+
* @en Placeholder text
|
|
48
|
+
*/
|
|
49
|
+
placeholder?: string;
|
|
11
50
|
/**
|
|
12
|
-
*
|
|
51
|
+
* 自定义类名
|
|
52
|
+
* @en Custom className
|
|
13
53
|
*/
|
|
14
|
-
|
|
54
|
+
className?: string;
|
|
55
|
+
/**
|
|
56
|
+
* 大小
|
|
57
|
+
* @en Size
|
|
58
|
+
*/
|
|
59
|
+
size?: 'small' | 'medium' | 'large';
|
|
15
60
|
}
|
|
16
|
-
type HTMLAttributesWeak = Omit<React.ButtonHTMLAttributes<HTMLElement>, 'type' | 'onClick'>;
|
|
17
61
|
/**
|
|
18
|
-
* @api
|
|
62
|
+
* @api YearPicker属性
|
|
19
63
|
*/
|
|
20
|
-
export interface
|
|
64
|
+
export interface YearPickerProps {
|
|
21
65
|
/**
|
|
22
|
-
*
|
|
23
|
-
* @en
|
|
24
|
-
* @defaultValue '
|
|
66
|
+
* 年份格式
|
|
67
|
+
* @en Year format
|
|
68
|
+
* @defaultValue 'YYYY'
|
|
25
69
|
*/
|
|
26
|
-
|
|
70
|
+
format?: string;
|
|
27
71
|
/**
|
|
28
|
-
*
|
|
29
|
-
* @
|
|
72
|
+
* 选择的年份值
|
|
73
|
+
* @en Selected year value
|
|
30
74
|
*/
|
|
31
|
-
|
|
75
|
+
value?: Dayjs | null;
|
|
32
76
|
/**
|
|
33
|
-
*
|
|
34
|
-
* @en
|
|
35
|
-
* @defaultValue 'medium'
|
|
77
|
+
* 默认年份值
|
|
78
|
+
* @en Default year value
|
|
36
79
|
*/
|
|
37
|
-
|
|
80
|
+
defaultValue?: Dayjs | null;
|
|
38
81
|
/**
|
|
39
|
-
*
|
|
40
|
-
* @en
|
|
41
|
-
* @example
|
|
42
|
-
* \{ loading: <Icon type="loading"/> \}
|
|
82
|
+
* 年份值改变时的回调
|
|
83
|
+
* @en Callback when year changes
|
|
43
84
|
*/
|
|
44
|
-
|
|
45
|
-
loading?: React.ReactNode;
|
|
46
|
-
};
|
|
85
|
+
onChange?: (date: Dayjs | null, dateString: string) => void;
|
|
47
86
|
/**
|
|
48
|
-
*
|
|
49
|
-
* @en
|
|
50
|
-
* @defaultValue 默认根据 size 自动映射,映射规则:
|
|
51
|
-
* size:large -\> `small`
|
|
52
|
-
* size:medium -\> `xs`
|
|
53
|
-
* size:small -\> `xs`
|
|
87
|
+
* 占位符文本
|
|
88
|
+
* @en Placeholder text
|
|
54
89
|
*/
|
|
55
|
-
|
|
90
|
+
placeholder?: string;
|
|
56
91
|
/**
|
|
57
|
-
*
|
|
58
|
-
* @en
|
|
59
|
-
* @defaultValue 'button'
|
|
60
|
-
* @remarks 仅当 component = 'button' 时使用
|
|
92
|
+
* 自定义类名
|
|
93
|
+
* @en Custom className
|
|
61
94
|
*/
|
|
62
|
-
|
|
95
|
+
className?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 大小
|
|
98
|
+
* @en Size
|
|
99
|
+
*/
|
|
100
|
+
size?: 'small' | 'medium' | 'large';
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @api MonthPicker属性
|
|
104
|
+
*/
|
|
105
|
+
export interface MonthPickerProps {
|
|
106
|
+
/**
|
|
107
|
+
* 月份格式
|
|
108
|
+
* @en Month format
|
|
109
|
+
* @defaultValue 'YYYY-MM'
|
|
110
|
+
*/
|
|
111
|
+
format?: string;
|
|
112
|
+
/**
|
|
113
|
+
* 选择的月份值
|
|
114
|
+
* @en Selected month value
|
|
115
|
+
*/
|
|
116
|
+
value?: Dayjs | null;
|
|
117
|
+
/**
|
|
118
|
+
* 默认月份值
|
|
119
|
+
* @en Default month value
|
|
120
|
+
*/
|
|
121
|
+
defaultValue?: Dayjs | null;
|
|
122
|
+
/**
|
|
123
|
+
* 月份值改变时的回调
|
|
124
|
+
* @en Callback when month changes
|
|
125
|
+
*/
|
|
126
|
+
onChange?: (date: Dayjs | null, dateString: string) => void;
|
|
127
|
+
/**
|
|
128
|
+
* 占位符文本
|
|
129
|
+
* @en Placeholder text
|
|
130
|
+
*/
|
|
131
|
+
placeholder?: string;
|
|
132
|
+
/**
|
|
133
|
+
* 自定义类名
|
|
134
|
+
* @en Custom className
|
|
135
|
+
*/
|
|
136
|
+
className?: string;
|
|
137
|
+
/**
|
|
138
|
+
* 大小
|
|
139
|
+
* @en Size
|
|
140
|
+
*/
|
|
141
|
+
size?: 'small' | 'medium' | 'large';
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* @api RangePicker属性
|
|
145
|
+
*/
|
|
146
|
+
export interface RangePickerProps {
|
|
63
147
|
/**
|
|
64
|
-
*
|
|
65
|
-
* @en
|
|
66
|
-
* @
|
|
148
|
+
* 日期格式
|
|
149
|
+
* @en Date format
|
|
150
|
+
* @defaultValue 'YYYY-MM-DD'
|
|
67
151
|
*/
|
|
68
|
-
|
|
152
|
+
format?: string;
|
|
69
153
|
/**
|
|
70
|
-
*
|
|
71
|
-
* @en
|
|
72
|
-
* @defaultValue
|
|
154
|
+
* 选择器模式
|
|
155
|
+
* @en Picker mode
|
|
156
|
+
* @defaultValue 'date'
|
|
73
157
|
*/
|
|
74
|
-
|
|
158
|
+
mode?: 'date' | 'month' | 'year';
|
|
75
159
|
/**
|
|
76
|
-
*
|
|
77
|
-
* @en
|
|
78
|
-
* @defaultValue false
|
|
160
|
+
* 时间范围值
|
|
161
|
+
* @en Date range value
|
|
79
162
|
*/
|
|
80
|
-
|
|
163
|
+
value?: [Dayjs | null, Dayjs | null];
|
|
81
164
|
/**
|
|
82
|
-
*
|
|
83
|
-
* @en
|
|
84
|
-
* @defaultValue false
|
|
165
|
+
* 默认时间范围值
|
|
166
|
+
* @en Default date range value
|
|
85
167
|
*/
|
|
86
|
-
|
|
168
|
+
defaultValue?: [Dayjs | null, Dayjs | null];
|
|
87
169
|
/**
|
|
88
|
-
*
|
|
89
|
-
* @en
|
|
90
|
-
* @defaultValue false
|
|
170
|
+
* 时间范围值改变时的回调
|
|
171
|
+
* @en Callback when date range changes
|
|
91
172
|
*/
|
|
92
|
-
|
|
173
|
+
onChange?: (dates: [Dayjs | null, Dayjs | null], dateStrings: [string, string]) => void;
|
|
93
174
|
/**
|
|
94
|
-
*
|
|
95
|
-
* @en
|
|
96
|
-
* @defaultValue false
|
|
175
|
+
* 是否显示时间选择
|
|
176
|
+
* @en Whether to show time picker
|
|
97
177
|
*/
|
|
98
|
-
|
|
178
|
+
showTime?: boolean;
|
|
99
179
|
/**
|
|
100
|
-
*
|
|
101
|
-
* @en
|
|
180
|
+
* 时间面板配置
|
|
181
|
+
* @en Time panel configuration
|
|
102
182
|
*/
|
|
103
|
-
|
|
183
|
+
timePanelProps?: ShowTimeConfig;
|
|
104
184
|
/**
|
|
105
|
-
*
|
|
106
|
-
* @
|
|
107
|
-
* @skip
|
|
185
|
+
* 占位符文本
|
|
186
|
+
* @en Placeholder text
|
|
108
187
|
*/
|
|
109
|
-
|
|
188
|
+
placeholder?: string | [string, string];
|
|
110
189
|
/**
|
|
111
|
-
*
|
|
112
|
-
* @
|
|
113
|
-
* @skip
|
|
190
|
+
* 自定义类名
|
|
191
|
+
* @en Custom className
|
|
114
192
|
*/
|
|
115
|
-
|
|
193
|
+
className?: string;
|
|
116
194
|
/**
|
|
117
|
-
*
|
|
118
|
-
* @
|
|
119
|
-
* @skip
|
|
195
|
+
* 大小
|
|
196
|
+
* @en Size
|
|
120
197
|
*/
|
|
121
|
-
|
|
198
|
+
size?: 'small' | 'medium' | 'large';
|
|
122
199
|
}
|
|
123
|
-
export
|
|
200
|
+
export type DatePickerWithLabelProps = DatePickerProps & WithLabelProps;
|
|
201
|
+
export type YearPickerWithLabelProps = YearPickerProps & WithLabelProps;
|
|
202
|
+
export type MonthPickerWithLabelProps = MonthPickerProps & WithLabelProps;
|
|
203
|
+
export type RangePickerWithLabelProps = RangePickerProps & WithLabelProps;
|
|
@@ -11,7 +11,7 @@ trigger: HTMLElement | null, // 触发器dom
|
|
|
11
11
|
defaultMaxHeight?: number;
|
|
12
12
|
safeAreaMargin?: Margin;
|
|
13
13
|
}): {
|
|
14
|
-
align: "
|
|
14
|
+
align: "b" | "br" | "rt" | "tr" | "r" | "t" | "l" | "tl" | "bl" | "lt" | "lb" | "rb" | undefined;
|
|
15
15
|
update: (dom?: HTMLElement | null | undefined) => void;
|
|
16
16
|
maxHeight: number;
|
|
17
17
|
};
|
package/es/form/style.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@alifd/next/lib/input/style2';
|
package/es/form/style.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
// 展示 Form demo 所必须的文件
|