@lowdefy/blocks-antd 4.0.0-alpha.29 → 4.0.0-alpha.30
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/blocks/Affix/Affix.js +43 -0
- package/dist/blocks/Affix/schema.json +34 -0
- package/dist/blocks/Affix/style.less +17 -0
- package/dist/blocks/Alert/Alert.js +78 -0
- package/dist/blocks/Alert/schema.json +62 -0
- package/dist/blocks/Alert/style.less +17 -0
- package/dist/blocks/AutoComplete/AutoComplete.js +86 -0
- package/dist/blocks/AutoComplete/schema.json +148 -0
- package/dist/blocks/AutoComplete/style.less +17 -0
- package/dist/blocks/Avatar/Avatar.js +49 -0
- package/dist/blocks/Avatar/schema.json +71 -0
- package/dist/blocks/Avatar/style.less +17 -0
- package/dist/blocks/Badge/Badge.js +44 -0
- package/dist/blocks/Badge/schema.json +70 -0
- package/dist/blocks/Badge/style.less +17 -0
- package/dist/blocks/Breadcrumb/Breadcrumb.js +79 -0
- package/dist/blocks/Breadcrumb/schema.json +78 -0
- package/dist/blocks/Breadcrumb/style.less +17 -0
- package/dist/blocks/Button/Button.js +77 -0
- package/dist/blocks/Button/schema.json +91 -0
- package/dist/blocks/Button/style.less +17 -0
- package/dist/blocks/ButtonSelector/ButtonSelector.js +91 -0
- package/dist/blocks/ButtonSelector/schema.json +188 -0
- package/dist/blocks/ButtonSelector/style.less +18 -0
- package/dist/blocks/Card/Card.js +50 -0
- package/dist/blocks/Card/schema.json +58 -0
- package/dist/blocks/Card/style.less +17 -0
- package/dist/blocks/CheckboxSelector/CheckboxSelector.js +97 -0
- package/dist/blocks/CheckboxSelector/schema.json +193 -0
- package/dist/blocks/CheckboxSelector/style.less +19 -0
- package/dist/blocks/CheckboxSwitch/CheckboxSwitch.js +74 -0
- package/dist/blocks/CheckboxSwitch/schema.json +105 -0
- package/dist/blocks/CheckboxSwitch/style.less +19 -0
- package/dist/blocks/Collapse/Collapse.js +89 -0
- package/dist/blocks/Collapse/schema.json +90 -0
- package/dist/blocks/Collapse/style.less +17 -0
- package/dist/blocks/Comment/Comment.js +56 -0
- package/dist/blocks/Comment/schema.json +39 -0
- package/dist/blocks/Comment/style.less +18 -0
- package/dist/blocks/ConfirmModal/ConfirmModal.js +96 -0
- package/dist/blocks/ConfirmModal/schema.json +122 -0
- package/dist/blocks/ConfirmModal/style.less +17 -0
- package/dist/blocks/Content/Content.js +31 -0
- package/dist/blocks/Content/schema.json +16 -0
- package/dist/blocks/Content/style.less +17 -0
- package/dist/blocks/ControlledList/ControlledList.js +137 -0
- package/dist/blocks/ControlledList/schema.json +68 -0
- package/dist/blocks/ControlledList/style.less +19 -0
- package/dist/blocks/DateRangeSelector/DateRangeSelector.js +102 -0
- package/dist/blocks/DateRangeSelector/schema.json +221 -0
- package/dist/blocks/DateRangeSelector/style.less +18 -0
- package/dist/blocks/DateSelector/DateSelector.js +90 -0
- package/dist/blocks/DateSelector/schema.json +183 -0
- package/dist/blocks/DateSelector/style.less +18 -0
- package/dist/blocks/DateTimeSelector/DateTimeSelector.js +98 -0
- package/dist/blocks/DateTimeSelector/schema.json +215 -0
- package/dist/blocks/DateTimeSelector/style.less +18 -0
- package/dist/blocks/Descriptions/Descriptions.js +83 -0
- package/dist/blocks/Descriptions/schema.json +186 -0
- package/dist/blocks/Descriptions/style.less +17 -0
- package/dist/blocks/Divider/Divider.js +37 -0
- package/dist/blocks/Divider/schema.json +35 -0
- package/dist/blocks/Divider/style.less +17 -0
- package/dist/blocks/Drawer/Drawer.js +104 -0
- package/dist/blocks/Drawer/schema.json +113 -0
- package/dist/blocks/Drawer/style.less +17 -0
- package/dist/blocks/Footer/Footer.js +36 -0
- package/dist/blocks/Footer/schema.json +16 -0
- package/dist/blocks/Footer/style.less +17 -0
- package/dist/blocks/Header/Header.js +36 -0
- package/dist/blocks/Header/schema.json +22 -0
- package/dist/blocks/Header/style.less +17 -0
- package/dist/blocks/Label/Label.js +116 -0
- package/dist/blocks/Label/getLabelCol.js +55 -0
- package/dist/blocks/Label/getWrapperCol.js +69 -0
- package/dist/blocks/Label/labelLogic.js +106 -0
- package/dist/blocks/Label/schema.json +62 -0
- package/dist/blocks/Label/style.less +34 -0
- package/dist/blocks/Layout/Layout.js +30 -0
- package/dist/blocks/Layout/schema.json +16 -0
- package/dist/blocks/Layout/style.less +17 -0
- package/dist/blocks/Menu/Menu.js +209 -0
- package/dist/blocks/Menu/schema.json +236 -0
- package/dist/blocks/Menu/style.less +17 -0
- package/dist/blocks/Message/Message.js +53 -0
- package/dist/blocks/Message/schema.json +48 -0
- package/dist/blocks/Message/style.less +17 -0
- package/dist/blocks/MobileMenu/MobileMenu.js +128 -0
- package/dist/blocks/MobileMenu/schema.json +236 -0
- package/dist/blocks/MobileMenu/style.less +19 -0
- package/dist/blocks/Modal/Modal.js +130 -0
- package/dist/blocks/Modal/schema.json +118 -0
- package/dist/blocks/Modal/style.less +17 -0
- package/dist/blocks/MonthSelector/MonthSelector.js +90 -0
- package/dist/blocks/MonthSelector/schema.json +183 -0
- package/dist/blocks/MonthSelector/style.less +18 -0
- package/dist/blocks/MultipleSelector/MultipleSelector.js +146 -0
- package/dist/blocks/MultipleSelector/schema.json +239 -0
- package/dist/blocks/MultipleSelector/style.less +18 -0
- package/dist/blocks/Notification/Notification.js +77 -0
- package/dist/blocks/Notification/schema.json +85 -0
- package/dist/blocks/Notification/style.less +18 -0
- package/dist/blocks/NumberInput/NumberInput.js +82 -0
- package/dist/blocks/NumberInput/schema.json +157 -0
- package/dist/blocks/NumberInput/style.less +18 -0
- package/dist/blocks/PageHCF/PageHCF.js +70 -0
- package/dist/blocks/PageHCF/schema.json +64 -0
- package/dist/blocks/PageHCF/style.less +20 -0
- package/dist/blocks/PageHCSF/PageHCSF.js +98 -0
- package/dist/blocks/PageHCSF/schema.json +148 -0
- package/dist/blocks/PageHCSF/style.less +21 -0
- package/dist/blocks/PageHSCF/PageHSCF.js +98 -0
- package/dist/blocks/PageHSCF/schema.json +147 -0
- package/dist/blocks/PageHSCF/style.less +21 -0
- package/dist/blocks/PageHeaderMenu/PageHeaderMenu.js +302 -0
- package/dist/blocks/PageHeaderMenu/schema.json +215 -0
- package/dist/blocks/PageHeaderMenu/style.less +23 -0
- package/dist/blocks/PageSHCF/PageSHCF.js +98 -0
- package/dist/blocks/PageSHCF/schema.json +148 -0
- package/dist/blocks/PageSHCF/style.less +21 -0
- package/dist/blocks/PageSiderMenu/PageSiderMenu.js +409 -0
- package/dist/blocks/PageSiderMenu/schema.json +283 -0
- package/dist/blocks/PageSiderMenu/style.less +26 -0
- package/dist/blocks/Pagination/Pagination.js +98 -0
- package/dist/blocks/Pagination/schema.json +75 -0
- package/dist/blocks/Pagination/style.less +17 -0
- package/dist/blocks/Paragraph/Paragraph.js +102 -0
- package/dist/blocks/Paragraph/schema.json +131 -0
- package/dist/blocks/Paragraph/style.less +17 -0
- package/dist/blocks/ParagraphInput/ParagraphInput.js +125 -0
- package/dist/blocks/ParagraphInput/schema.json +162 -0
- package/dist/blocks/ParagraphInput/style.less +17 -0
- package/dist/blocks/PasswordInput/PasswordInput.js +78 -0
- package/dist/blocks/PasswordInput/schema.json +123 -0
- package/dist/blocks/PasswordInput/style.less +18 -0
- package/dist/blocks/Progress/Progress.js +42 -0
- package/dist/blocks/Progress/schema.json +76 -0
- package/dist/blocks/Progress/style.less +17 -0
- package/dist/blocks/RadioSelector/RadioSelector.js +96 -0
- package/dist/blocks/RadioSelector/schema.json +190 -0
- package/dist/blocks/RadioSelector/style.less +19 -0
- package/dist/blocks/RatingSlider/RatingSlider.js +240 -0
- package/dist/blocks/RatingSlider/schema.json +169 -0
- package/dist/blocks/RatingSlider/style.less +19 -0
- package/dist/blocks/Result/Result.js +48 -0
- package/dist/blocks/Result/schema.json +30 -0
- package/dist/blocks/Result/style.less +17 -0
- package/dist/blocks/Selector/Selector.js +140 -0
- package/dist/blocks/Selector/schema.json +236 -0
- package/dist/blocks/Selector/style.less +18 -0
- package/dist/blocks/Sider/Sider.js +85 -0
- package/dist/blocks/Sider/schema.json +71 -0
- package/dist/blocks/Sider/style.less +17 -0
- package/dist/blocks/Statistic/Statistic.js +51 -0
- package/dist/blocks/Statistic/schema.json +74 -0
- package/dist/blocks/Statistic/style.less +17 -0
- package/dist/blocks/Switch/Switch.js +101 -0
- package/dist/blocks/Switch/schema.json +136 -0
- package/dist/blocks/Switch/style.less +18 -0
- package/dist/blocks/Tabs/Tabs.js +108 -0
- package/dist/blocks/Tabs/schema.json +97 -0
- package/dist/blocks/Tabs/style.less +17 -0
- package/dist/blocks/TextArea/TextArea.js +87 -0
- package/dist/blocks/TextArea/schema.json +164 -0
- package/dist/blocks/TextArea/style.less +18 -0
- package/dist/blocks/TextInput/TextInput.js +92 -0
- package/dist/blocks/TextInput/schema.json +149 -0
- package/dist/blocks/TextInput/style.less +18 -0
- package/dist/blocks/TimelineList/TimelineList.js +102 -0
- package/dist/blocks/TimelineList/schema.json +65 -0
- package/dist/blocks/TimelineList/style.less +17 -0
- package/dist/blocks/Title/Title.js +109 -0
- package/dist/blocks/Title/schema.json +136 -0
- package/dist/blocks/Title/style.less +17 -0
- package/dist/blocks/TitleInput/TitleInput.js +122 -0
- package/dist/blocks/TitleInput/schema.json +171 -0
- package/dist/blocks/TitleInput/style.less +17 -0
- package/dist/blocks/Tooltip/Tooltip.js +48 -0
- package/dist/blocks/Tooltip/schema.json +91 -0
- package/dist/blocks/Tooltip/style.less +17 -0
- package/dist/blocks/WeekSelector/WeekSelector.js +91 -0
- package/dist/blocks/WeekSelector/schema.json +183 -0
- package/dist/blocks/WeekSelector/style.less +18 -0
- package/dist/blocks.js +74 -0
- package/dist/color.js +85 -0
- package/dist/disabledDate.js +45 -0
- package/dist/getUniqueValues.js +30 -0
- package/dist/getValueIndex.js +42 -0
- package/dist/style.less +17 -0
- package/dist/types.js +31 -0
- package/dist/useRunAfterUpdate.js +29 -0
- package/dist/validationExamples.js +40 -0
- package/package.json +7 -7
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"properties": {
|
|
7
|
+
"buttonStyle": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"enum": ["solid", "outline"],
|
|
10
|
+
"default": "solid",
|
|
11
|
+
"description": "Style of the selected option button."
|
|
12
|
+
},
|
|
13
|
+
"color": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "Selected button color.",
|
|
16
|
+
"docs": {
|
|
17
|
+
"displayType": "color"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"disabled": {
|
|
21
|
+
"type": "boolean",
|
|
22
|
+
"default": false,
|
|
23
|
+
"description": "Disable the block if true."
|
|
24
|
+
},
|
|
25
|
+
"inputStyle": {
|
|
26
|
+
"type": "object",
|
|
27
|
+
"description": "Css style to applied to input.",
|
|
28
|
+
"docs": {
|
|
29
|
+
"displayType": "yaml"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"options": {
|
|
33
|
+
"default": [],
|
|
34
|
+
"oneOf": [
|
|
35
|
+
{
|
|
36
|
+
"type": "array",
|
|
37
|
+
"description": "Options can either be an array of primitive values, on an array of label, value pairs - supports html.",
|
|
38
|
+
"items": {
|
|
39
|
+
"type": "string"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "array",
|
|
44
|
+
"description": "Options can either be an array of primitive values, on an array of label, value pairs.",
|
|
45
|
+
"items": {
|
|
46
|
+
"type": "number"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"type": "array",
|
|
51
|
+
"description": "Options can either be an array of primitive values, on an array of label, value pairs.",
|
|
52
|
+
"items": {
|
|
53
|
+
"type": "boolean"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"type": "array",
|
|
58
|
+
"description": "Options can either be an array of primitive values, on an array of label, value pairs.",
|
|
59
|
+
"items": {
|
|
60
|
+
"type": "object",
|
|
61
|
+
"required": ["value"],
|
|
62
|
+
"properties": {
|
|
63
|
+
"label": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"description": "Value label shown to user - supports html."
|
|
66
|
+
},
|
|
67
|
+
"value": {
|
|
68
|
+
"description": "Value selected. Can be of any type.",
|
|
69
|
+
"oneOf": [
|
|
70
|
+
{
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "number"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"type": "boolean"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"type": "object"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"type": "array"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"docs": {
|
|
87
|
+
"displayType": "yaml"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"disabled": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"default": false,
|
|
93
|
+
"description": "Disable the option if true."
|
|
94
|
+
},
|
|
95
|
+
"style": {
|
|
96
|
+
"type": "object",
|
|
97
|
+
"description": "Css style to applied to option.",
|
|
98
|
+
"docs": {
|
|
99
|
+
"displayType": "yaml"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"size": {
|
|
108
|
+
"type": "string",
|
|
109
|
+
"enum": ["small", "default", "large"],
|
|
110
|
+
"default": "default",
|
|
111
|
+
"description": "Size of the block."
|
|
112
|
+
},
|
|
113
|
+
"label": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"description": "Label properties.",
|
|
116
|
+
"additionalProperties": false,
|
|
117
|
+
"properties": {
|
|
118
|
+
"align": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"enum": ["left", "right"],
|
|
121
|
+
"default": "left",
|
|
122
|
+
"description": "Align label left or right when inline."
|
|
123
|
+
},
|
|
124
|
+
"colon": {
|
|
125
|
+
"type": "boolean",
|
|
126
|
+
"default": true,
|
|
127
|
+
"description": "Append label with colon."
|
|
128
|
+
},
|
|
129
|
+
"extra": {
|
|
130
|
+
"type": "string",
|
|
131
|
+
"description": "Extra text to display beneath the content - supports html."
|
|
132
|
+
},
|
|
133
|
+
"title": {
|
|
134
|
+
"type": "string",
|
|
135
|
+
"description": "Label title - supports html."
|
|
136
|
+
},
|
|
137
|
+
"span": {
|
|
138
|
+
"type": "number",
|
|
139
|
+
"description": "Label inline span."
|
|
140
|
+
},
|
|
141
|
+
"disabled": {
|
|
142
|
+
"type": "boolean",
|
|
143
|
+
"default": false,
|
|
144
|
+
"description": "Hide input label."
|
|
145
|
+
},
|
|
146
|
+
"hasFeedback": {
|
|
147
|
+
"type": "boolean",
|
|
148
|
+
"default": true,
|
|
149
|
+
"description": "Display feedback extra from validation, this does not disable validation."
|
|
150
|
+
},
|
|
151
|
+
"inline": {
|
|
152
|
+
"type": "boolean",
|
|
153
|
+
"default": false,
|
|
154
|
+
"description": "Render input and label inline."
|
|
155
|
+
},
|
|
156
|
+
"extraStyle": {
|
|
157
|
+
"type": "object",
|
|
158
|
+
"description": "Css style to applied to label extra.",
|
|
159
|
+
"docs": {
|
|
160
|
+
"displayType": "yaml"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"feedbackStyle": {
|
|
164
|
+
"type": "object",
|
|
165
|
+
"description": "Css style to applied to label feedback.",
|
|
166
|
+
"docs": {
|
|
167
|
+
"displayType": "yaml"
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"title": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"description": "Title to describe the input component, if no title is specified the block id is displayed - supports html."
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"events": {
|
|
179
|
+
"type": "object",
|
|
180
|
+
"additionalProperties": false,
|
|
181
|
+
"properties": {
|
|
182
|
+
"onChange": {
|
|
183
|
+
"type": "array",
|
|
184
|
+
"description": "Trigger actions when selection is changed."
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2022 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
@import 'antd/lib/radio/style/index.less';
|
|
18
|
+
@import '../Label/style.less';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2022 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/ import React from 'react';
|
|
16
|
+
import { Card } from 'antd';
|
|
17
|
+
import { blockDefaultProps, renderHtml } from '@lowdefy/block-utils';
|
|
18
|
+
const CardBlock = ({ blockId , content , properties , methods , events })=>/*#__PURE__*/ React.createElement(Card, {
|
|
19
|
+
id: blockId,
|
|
20
|
+
title: content.title ? content.title() : renderHtml({
|
|
21
|
+
html: properties.title,
|
|
22
|
+
methods
|
|
23
|
+
}),
|
|
24
|
+
headStyle: methods.makeCssClass(properties.headerStyle, true),
|
|
25
|
+
bodyStyle: methods.makeCssClass(properties.bodyStyle, true),
|
|
26
|
+
bordered: properties.bordered,
|
|
27
|
+
extra: content.extra && content.extra(),
|
|
28
|
+
hoverable: properties.hoverable,
|
|
29
|
+
size: properties.size,
|
|
30
|
+
type: properties.inner ? 'inner' : null,
|
|
31
|
+
onClick: ()=>methods.triggerEvent({
|
|
32
|
+
name: 'onClick'
|
|
33
|
+
}),
|
|
34
|
+
className: methods.makeCssClass([
|
|
35
|
+
{
|
|
36
|
+
outline: 'none',
|
|
37
|
+
cursor: events.onClick && 'pointer'
|
|
38
|
+
},
|
|
39
|
+
properties.style,
|
|
40
|
+
])
|
|
41
|
+
}, content.content && content.content());
|
|
42
|
+
CardBlock.defaultProps = blockDefaultProps;
|
|
43
|
+
CardBlock.meta = {
|
|
44
|
+
category: 'container',
|
|
45
|
+
icons: [],
|
|
46
|
+
styles: [
|
|
47
|
+
'blocks/Card/style.less'
|
|
48
|
+
]
|
|
49
|
+
};
|
|
50
|
+
export default CardBlock;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"properties": {
|
|
7
|
+
"bordered": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"default": true,
|
|
10
|
+
"description": "Toggles rendering of the border around the card."
|
|
11
|
+
},
|
|
12
|
+
"hoverable": {
|
|
13
|
+
"type": "boolean",
|
|
14
|
+
"default": false,
|
|
15
|
+
"description": "Lift up when hovering card."
|
|
16
|
+
},
|
|
17
|
+
"headerStyle": {
|
|
18
|
+
"type": "object",
|
|
19
|
+
"description": "Css style to applied to card header.",
|
|
20
|
+
"docs": {
|
|
21
|
+
"displayType": "yaml"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"bodyStyle": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"description": "Css style to applied to card body.",
|
|
27
|
+
"docs": {
|
|
28
|
+
"displayType": "yaml"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"inner": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": false,
|
|
34
|
+
"description": "Change the card style to inner."
|
|
35
|
+
},
|
|
36
|
+
"size": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"enum": ["default", "small"],
|
|
39
|
+
"default": "default",
|
|
40
|
+
"description": "Size of the card."
|
|
41
|
+
},
|
|
42
|
+
"title": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"description": "Title to show in the title area - supports html. Overwritten by blocks in the title content area."
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"events": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"additionalProperties": false,
|
|
51
|
+
"properties": {
|
|
52
|
+
"onClick": {
|
|
53
|
+
"type": "array",
|
|
54
|
+
"description": "Trigger actions when the Card is clicked."
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2022 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
@import 'antd/lib/card/style/index.less';
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2022 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/ import React from 'react';
|
|
16
|
+
import { Checkbox, Space } from 'antd';
|
|
17
|
+
import { type } from '@lowdefy/helpers';
|
|
18
|
+
import { blockDefaultProps, renderHtml } from '@lowdefy/block-utils';
|
|
19
|
+
import Label from '../Label/Label.js';
|
|
20
|
+
import getValueIndex from '../../getValueIndex.js';
|
|
21
|
+
import getUniqueValues from '../../getUniqueValues.js';
|
|
22
|
+
const CheckboxSelector = ({ blockId , components , events , loading , properties , required , validation , value , methods , })=>{
|
|
23
|
+
const uniqueValueOptions = getUniqueValues(properties.options || []);
|
|
24
|
+
return /*#__PURE__*/ React.createElement(Label, {
|
|
25
|
+
blockId: blockId,
|
|
26
|
+
components: components,
|
|
27
|
+
events: events,
|
|
28
|
+
properties: {
|
|
29
|
+
title: properties.title,
|
|
30
|
+
size: properties.size,
|
|
31
|
+
...properties.label
|
|
32
|
+
},
|
|
33
|
+
validation: validation,
|
|
34
|
+
required: required,
|
|
35
|
+
content: {
|
|
36
|
+
content: ()=>/*#__PURE__*/ React.createElement(Checkbox.Group, {
|
|
37
|
+
id: `${blockId}_input`,
|
|
38
|
+
className: methods.makeCssClass([
|
|
39
|
+
properties.color && {
|
|
40
|
+
'& > label > span.ant-checkbox-checked:not(.ant-checkbox-disabled) > span': {
|
|
41
|
+
backgroundColor: `${properties.color} !important`,
|
|
42
|
+
borderColor: `${properties.color} !important`
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
properties.inputStyle,
|
|
46
|
+
]),
|
|
47
|
+
disabled: properties.disabled || loading,
|
|
48
|
+
onChange: (newVal)=>{
|
|
49
|
+
const val = [];
|
|
50
|
+
newVal.forEach((nv)=>{
|
|
51
|
+
val.push(type.isPrimitive(uniqueValueOptions[nv]) ? uniqueValueOptions[nv] : uniqueValueOptions[nv].value);
|
|
52
|
+
});
|
|
53
|
+
methods.setValue(val);
|
|
54
|
+
methods.triggerEvent({
|
|
55
|
+
name: 'onChange'
|
|
56
|
+
});
|
|
57
|
+
},
|
|
58
|
+
value: getValueIndex(value, uniqueValueOptions, true)
|
|
59
|
+
}, /*#__PURE__*/ React.createElement(Space, {
|
|
60
|
+
direction: properties.direction,
|
|
61
|
+
wrap: type.isNone(properties.wrap) ? true : properties.wrap,
|
|
62
|
+
align: type.isNone(properties.align) ? 'start' : properties.align
|
|
63
|
+
}, uniqueValueOptions.map((opt, i)=>type.isPrimitive(opt) ? /*#__PURE__*/ React.createElement(Checkbox, {
|
|
64
|
+
id: `${blockId}_${i}`,
|
|
65
|
+
key: i,
|
|
66
|
+
value: `${i}`
|
|
67
|
+
}, renderHtml({
|
|
68
|
+
html: `${opt}`,
|
|
69
|
+
methods
|
|
70
|
+
})) : /*#__PURE__*/ React.createElement(Checkbox, {
|
|
71
|
+
id: `${blockId}_${i}`,
|
|
72
|
+
key: i,
|
|
73
|
+
value: `${i}`,
|
|
74
|
+
disabled: opt.disabled,
|
|
75
|
+
className: methods.makeCssClass(opt.style)
|
|
76
|
+
}, type.isNone(opt.label) ? renderHtml({
|
|
77
|
+
html: `${opt.value}`,
|
|
78
|
+
methods
|
|
79
|
+
}) : renderHtml({
|
|
80
|
+
html: opt.label,
|
|
81
|
+
methods
|
|
82
|
+
})))))
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
};
|
|
86
|
+
CheckboxSelector.defaultProps = blockDefaultProps;
|
|
87
|
+
CheckboxSelector.meta = {
|
|
88
|
+
valueType: 'array',
|
|
89
|
+
category: 'input',
|
|
90
|
+
icons: [
|
|
91
|
+
...Label.meta.icons
|
|
92
|
+
],
|
|
93
|
+
styles: [
|
|
94
|
+
'blocks/CheckboxSelector/style.less'
|
|
95
|
+
]
|
|
96
|
+
};
|
|
97
|
+
export default CheckboxSelector;
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"type": "object",
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"properties": {
|
|
7
|
+
"align": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"enum": ["start", "end", "center", "baseline"],
|
|
10
|
+
"default": "start",
|
|
11
|
+
"description": "Align options."
|
|
12
|
+
},
|
|
13
|
+
"color": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "Selected checkbox color.",
|
|
16
|
+
"docs": {
|
|
17
|
+
"displayType": "color"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"disabled": {
|
|
21
|
+
"type": "boolean",
|
|
22
|
+
"default": false,
|
|
23
|
+
"description": "Disable the block if true."
|
|
24
|
+
},
|
|
25
|
+
"direction": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"enum": ["horizontal", "vertical"],
|
|
28
|
+
"default": "horizontal",
|
|
29
|
+
"description": "List options horizontally or vertical."
|
|
30
|
+
},
|
|
31
|
+
"wrap": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": true,
|
|
34
|
+
"description": "Specifies wrapping of options. Applies when 'direction' is 'horizontal'."
|
|
35
|
+
},
|
|
36
|
+
"inputStyle": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"description": "Css style to applied to input.",
|
|
39
|
+
"docs": {
|
|
40
|
+
"displayType": "yaml"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"options": {
|
|
44
|
+
"default": [],
|
|
45
|
+
"oneOf": [
|
|
46
|
+
{
|
|
47
|
+
"type": "array",
|
|
48
|
+
"description": "Options can either be an array of primitive values, on an array of label, value pairs - supports html.",
|
|
49
|
+
"items": {
|
|
50
|
+
"type": "string"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"type": "array",
|
|
55
|
+
"description": "Options can either be an array of primitive values, on an array of label, value pairs.",
|
|
56
|
+
"items": {
|
|
57
|
+
"type": "number"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "array",
|
|
62
|
+
"description": "Options can either be an array of primitive values, on an array of label, value pairs.",
|
|
63
|
+
"items": {
|
|
64
|
+
"type": "boolean"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"type": "array",
|
|
69
|
+
"description": "Options can either be an array of primitive values, on an array of label, value pairs.",
|
|
70
|
+
"items": {
|
|
71
|
+
"type": "object",
|
|
72
|
+
"required": ["value"],
|
|
73
|
+
"properties": {
|
|
74
|
+
"label": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"description": "Value label shown to user."
|
|
77
|
+
},
|
|
78
|
+
"value": {
|
|
79
|
+
"description": "Value selected. Can be of any type - supports html.",
|
|
80
|
+
"oneOf": [
|
|
81
|
+
{
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"type": "number"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"type": "boolean"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"type": "object"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "array"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"docs": {
|
|
98
|
+
"displayType": "yaml"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"disabled": {
|
|
102
|
+
"type": "boolean",
|
|
103
|
+
"default": false,
|
|
104
|
+
"description": "Disable the option if true."
|
|
105
|
+
},
|
|
106
|
+
"style": {
|
|
107
|
+
"type": "object",
|
|
108
|
+
"description": "Css style to applied to option.",
|
|
109
|
+
"docs": {
|
|
110
|
+
"displayType": "yaml"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
"label": {
|
|
119
|
+
"type": "object",
|
|
120
|
+
"description": "Label properties.",
|
|
121
|
+
"additionalProperties": false,
|
|
122
|
+
"properties": {
|
|
123
|
+
"align": {
|
|
124
|
+
"type": "string",
|
|
125
|
+
"enum": ["left", "right"],
|
|
126
|
+
"default": "left",
|
|
127
|
+
"description": "Align label left or right when inline."
|
|
128
|
+
},
|
|
129
|
+
"colon": {
|
|
130
|
+
"type": "boolean",
|
|
131
|
+
"default": true,
|
|
132
|
+
"description": "Append label with colon."
|
|
133
|
+
},
|
|
134
|
+
"extra": {
|
|
135
|
+
"type": "string",
|
|
136
|
+
"description": "Extra text to display beneath the content - supports html."
|
|
137
|
+
},
|
|
138
|
+
"title": {
|
|
139
|
+
"type": "string",
|
|
140
|
+
"description": "Label title - supports html."
|
|
141
|
+
},
|
|
142
|
+
"span": {
|
|
143
|
+
"type": "number",
|
|
144
|
+
"description": "Label inline span."
|
|
145
|
+
},
|
|
146
|
+
"disabled": {
|
|
147
|
+
"type": "boolean",
|
|
148
|
+
"default": false,
|
|
149
|
+
"description": "Hide input label."
|
|
150
|
+
},
|
|
151
|
+
"hasFeedback": {
|
|
152
|
+
"type": "boolean",
|
|
153
|
+
"default": true,
|
|
154
|
+
"description": "Display feedback extra from validation, this does not disable validation."
|
|
155
|
+
},
|
|
156
|
+
"inline": {
|
|
157
|
+
"type": "boolean",
|
|
158
|
+
"default": false,
|
|
159
|
+
"description": "Render input and label inline."
|
|
160
|
+
},
|
|
161
|
+
"extraStyle": {
|
|
162
|
+
"type": "object",
|
|
163
|
+
"description": "Css style to applied to label extra.",
|
|
164
|
+
"docs": {
|
|
165
|
+
"displayType": "yaml"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"feedbackStyle": {
|
|
169
|
+
"type": "object",
|
|
170
|
+
"description": "Css style to applied to label feedback.",
|
|
171
|
+
"docs": {
|
|
172
|
+
"displayType": "yaml"
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"title": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"description": "Title to describe the input component, if no title is specified the block id is displayed - supports html."
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"events": {
|
|
184
|
+
"type": "object",
|
|
185
|
+
"additionalProperties": false,
|
|
186
|
+
"properties": {
|
|
187
|
+
"onChange": {
|
|
188
|
+
"type": "array",
|
|
189
|
+
"description": "Trigger actions when selection is changed."
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2022 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
@import 'antd/lib/checkbox/style/index.less';
|
|
18
|
+
@import 'antd/lib/space/style/index.less';
|
|
19
|
+
@import '../Label/style.less';
|