@next-bricks/presentational-bricks 1.239.6 → 1.240.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/CHANGELOG.md +30 -0
- package/deploy/contract.yaml +111 -111
- package/dist/bricks.json +28 -28
- package/dist/index.35752d5e.js +2 -0
- package/dist/index.35752d5e.js.map +1 -0
- package/package.json +3 -3
- package/dist/index.64b0a920.js +0 -2
- package/dist/index.64b0a920.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.240.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.239.8...@next-bricks/presentational-bricks@1.240.0) (2022-03-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* adapt to the dark theme ([ba68bf2](https://github.com/easyops-cn/next-basics/commit/ba68bf2a97ee80147112699c574a140d318bdf15)), closes [Refs#BRICK_STORE-2651](https://github.com/Refs/issues/BRICK_STORE-2651)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.239.8](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.239.7...@next-bricks/presentational-bricks@1.239.8) (2022-03-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* 修改presentational-bricks.collapsible-card-item样式 Closes BRICK_STORE-2652 ([9fe136c](https://github.com/easyops-cn/next-basics/commit/9fe136c7a589cf94195020dbb3d9f41ac268d32c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [1.239.7](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.239.6...@next-bricks/presentational-bricks@1.239.7) (2022-03-28)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
## [1.239.6](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.239.5...@next-bricks/presentational-bricks@1.239.6) (2022-03-22)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
package/deploy/contract.yaml
CHANGED
|
@@ -1,208 +1,208 @@
|
|
|
1
1
|
contracts:
|
|
2
2
|
- type: brick
|
|
3
3
|
brick: presentational-bricks.general-iframe
|
|
4
|
-
version: 1.
|
|
5
|
-
- type: brick
|
|
6
|
-
brick: presentational-bricks.brick-timeline
|
|
7
|
-
version: 1.239.6
|
|
4
|
+
version: 1.240.0
|
|
8
5
|
- type: brick
|
|
9
6
|
brick: presentational-bricks.brick-tag
|
|
10
|
-
version: 1.
|
|
11
|
-
- type: brick
|
|
12
|
-
brick: presentational-bricks.brick-descriptions
|
|
13
|
-
version: 1.239.6
|
|
7
|
+
version: 1.240.0
|
|
14
8
|
- type: brick
|
|
15
9
|
brick: presentational-bricks.brick-tree
|
|
16
|
-
version: 1.
|
|
10
|
+
version: 1.240.0
|
|
11
|
+
- type: brick
|
|
12
|
+
brick: presentational-bricks.brick-timeline
|
|
13
|
+
version: 1.240.0
|
|
14
|
+
- type: brick
|
|
15
|
+
brick: presentational-bricks.brick-descriptions
|
|
16
|
+
version: 1.240.0
|
|
17
17
|
- type: brick
|
|
18
18
|
brick: presentational-bricks.brick-list
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.240.0
|
|
20
20
|
- type: brick
|
|
21
21
|
brick: presentational-bricks.brick-general-search
|
|
22
|
-
version: 1.
|
|
23
|
-
- type: brick
|
|
24
|
-
brick: presentational-bricks.brick-table
|
|
25
|
-
version: 1.239.6
|
|
22
|
+
version: 1.240.0
|
|
26
23
|
- type: brick
|
|
27
24
|
brick: presentational-bricks.brick-button
|
|
28
|
-
version: 1.
|
|
25
|
+
version: 1.240.0
|
|
26
|
+
- type: brick
|
|
27
|
+
brick: presentational-bricks.brick-table
|
|
28
|
+
version: 1.240.0
|
|
29
29
|
- type: brick
|
|
30
30
|
brick: presentational-bricks.brick-delete-confirm
|
|
31
|
-
version: 1.
|
|
31
|
+
version: 1.240.0
|
|
32
32
|
- type: brick
|
|
33
33
|
brick: presentational-bricks.brick-humanize-time
|
|
34
|
-
version: 1.
|
|
34
|
+
version: 1.240.0
|
|
35
35
|
- type: brick
|
|
36
36
|
brick: presentational-bricks.general-pagination
|
|
37
|
-
version: 1.
|
|
37
|
+
version: 1.240.0
|
|
38
|
+
- type: brick
|
|
39
|
+
brick: presentational-bricks.brick-link
|
|
40
|
+
version: 1.240.0
|
|
38
41
|
- type: brick
|
|
39
42
|
brick: presentational-bricks.template-breadcrumb
|
|
40
|
-
version: 1.
|
|
43
|
+
version: 1.240.0
|
|
41
44
|
- type: brick
|
|
42
45
|
brick: presentational-bricks.brick-input
|
|
43
|
-
version: 1.
|
|
46
|
+
version: 1.240.0
|
|
44
47
|
- type: brick
|
|
45
|
-
brick: presentational-bricks.brick-
|
|
46
|
-
version: 1.
|
|
48
|
+
brick: presentational-bricks.brick-alert-level
|
|
49
|
+
version: 1.240.0
|
|
50
|
+
- type: brick
|
|
51
|
+
brick: presentational-bricks.brick-utils
|
|
52
|
+
version: 1.240.0
|
|
47
53
|
- type: brick
|
|
48
54
|
brick: presentational-bricks.brick-value-mapping
|
|
49
|
-
version: 1.
|
|
55
|
+
version: 1.240.0
|
|
50
56
|
- type: brick
|
|
51
57
|
brick: presentational-bricks.brick-cluster-type
|
|
52
|
-
version: 1.
|
|
53
|
-
- type: brick
|
|
54
|
-
brick: presentational-bricks.brick-alert-level
|
|
55
|
-
version: 1.239.6
|
|
58
|
+
version: 1.240.0
|
|
56
59
|
- type: brick
|
|
57
|
-
brick: presentational-bricks.brick-
|
|
58
|
-
version: 1.
|
|
60
|
+
brick: presentational-bricks.brick-display-structs
|
|
61
|
+
version: 1.240.0
|
|
59
62
|
- type: brick
|
|
60
63
|
brick: presentational-bricks.brick-collection-instance-execution
|
|
61
|
-
version: 1.
|
|
62
|
-
- type: brick
|
|
63
|
-
brick: presentational-bricks.brick-alert-value
|
|
64
|
-
version: 1.239.6
|
|
64
|
+
version: 1.240.0
|
|
65
65
|
- type: brick
|
|
66
66
|
brick: presentational-bricks.brick-conditional-display
|
|
67
|
-
version: 1.
|
|
67
|
+
version: 1.240.0
|
|
68
68
|
- type: brick
|
|
69
|
-
brick: presentational-bricks.brick-
|
|
70
|
-
version: 1.
|
|
69
|
+
brick: presentational-bricks.brick-alert-value
|
|
70
|
+
version: 1.240.0
|
|
71
71
|
- type: brick
|
|
72
|
-
brick: presentational-bricks.
|
|
73
|
-
version: 1.
|
|
72
|
+
brick: presentational-bricks.brick-user
|
|
73
|
+
version: 1.240.0
|
|
74
74
|
- type: brick
|
|
75
|
-
brick: presentational-bricks.
|
|
76
|
-
version: 1.
|
|
75
|
+
brick: presentational-bricks.cost-time
|
|
76
|
+
version: 1.240.0
|
|
77
77
|
- type: brick
|
|
78
78
|
brick: presentational-bricks.brick-alert-number
|
|
79
|
-
version: 1.
|
|
79
|
+
version: 1.240.0
|
|
80
80
|
- type: brick
|
|
81
|
-
brick: presentational-bricks.brick-
|
|
82
|
-
version: 1.
|
|
83
|
-
- type: brick
|
|
84
|
-
brick: presentational-bricks.datetime-selector
|
|
85
|
-
version: 1.239.6
|
|
81
|
+
brick: presentational-bricks.brick-alert-status
|
|
82
|
+
version: 1.240.0
|
|
86
83
|
- type: brick
|
|
87
84
|
brick: presentational-bricks.brick-alert
|
|
88
|
-
version: 1.
|
|
85
|
+
version: 1.240.0
|
|
86
|
+
- type: brick
|
|
87
|
+
brick: presentational-bricks.datetime-selector
|
|
88
|
+
version: 1.240.0
|
|
89
89
|
- type: brick
|
|
90
90
|
brick: presentational-bricks.dropdown-select
|
|
91
|
-
version: 1.
|
|
91
|
+
version: 1.240.0
|
|
92
92
|
- type: brick
|
|
93
93
|
brick: presentational-bricks.brick-result
|
|
94
|
-
version: 1.
|
|
94
|
+
version: 1.240.0
|
|
95
95
|
- type: brick
|
|
96
96
|
brick: presentational-bricks.button-wrapper
|
|
97
|
-
version: 1.
|
|
97
|
+
version: 1.240.0
|
|
98
98
|
- type: brick
|
|
99
99
|
brick: presentational-bricks.general-list
|
|
100
|
-
version: 1.
|
|
100
|
+
version: 1.240.0
|
|
101
|
+
- type: brick
|
|
102
|
+
brick: presentational-bricks.collapsible-card-item
|
|
103
|
+
version: 1.240.0
|
|
101
104
|
- type: brick
|
|
102
105
|
brick: presentational-bricks.brick-quick-entries
|
|
103
|
-
version: 1.
|
|
106
|
+
version: 1.240.0
|
|
107
|
+
- type: brick
|
|
108
|
+
brick: presentational-bricks.single-field-edit
|
|
109
|
+
version: 1.240.0
|
|
104
110
|
- type: brick
|
|
105
111
|
brick: presentational-bricks.brick-placeholder
|
|
106
|
-
version: 1.
|
|
112
|
+
version: 1.240.0
|
|
107
113
|
- type: brick
|
|
108
114
|
brick: presentational-bricks.general-carousel
|
|
109
|
-
version: 1.
|
|
110
|
-
- type: brick
|
|
111
|
-
brick: presentational-bricks.single-field-edit
|
|
112
|
-
version: 1.239.6
|
|
115
|
+
version: 1.240.0
|
|
113
116
|
- type: brick
|
|
114
|
-
brick: presentational-bricks.
|
|
115
|
-
version: 1.
|
|
117
|
+
brick: presentational-bricks.agent-status
|
|
118
|
+
version: 1.240.0
|
|
116
119
|
- type: brick
|
|
117
120
|
brick: presentational-bricks.dynamic-content
|
|
118
|
-
version: 1.
|
|
119
|
-
- type: brick
|
|
120
|
-
brick: presentational-bricks.agent-status
|
|
121
|
-
version: 1.239.6
|
|
121
|
+
version: 1.240.0
|
|
122
122
|
- type: brick
|
|
123
123
|
brick: presentational-bricks.general-video
|
|
124
|
-
version: 1.
|
|
124
|
+
version: 1.240.0
|
|
125
125
|
- type: brick
|
|
126
126
|
brick: presentational-bricks.entry-card-item
|
|
127
|
-
version: 1.
|
|
128
|
-
- type: brick
|
|
129
|
-
brick: presentational-bricks.brick-divider
|
|
130
|
-
version: 1.239.6
|
|
127
|
+
version: 1.240.0
|
|
131
128
|
- type: brick
|
|
132
129
|
brick: presentational-bricks.log-display
|
|
133
|
-
version: 1.
|
|
130
|
+
version: 1.240.0
|
|
134
131
|
- type: brick
|
|
135
|
-
brick: presentational-bricks.
|
|
136
|
-
version: 1.
|
|
132
|
+
brick: presentational-bricks.brick-divider
|
|
133
|
+
version: 1.240.0
|
|
137
134
|
- type: brick
|
|
138
|
-
brick: presentational-bricks.general-
|
|
139
|
-
version: 1.
|
|
135
|
+
brick: presentational-bricks.general-tooltip
|
|
136
|
+
version: 1.240.0
|
|
140
137
|
- type: brick
|
|
141
138
|
brick: presentational-bricks.general-label
|
|
142
|
-
version: 1.
|
|
139
|
+
version: 1.240.0
|
|
143
140
|
- type: brick
|
|
144
|
-
brick: presentational-bricks.
|
|
145
|
-
version: 1.
|
|
141
|
+
brick: presentational-bricks.general-transfer
|
|
142
|
+
version: 1.240.0
|
|
146
143
|
- type: brick
|
|
147
144
|
brick: presentational-bricks.basic-progress
|
|
148
|
-
version: 1.
|
|
145
|
+
version: 1.240.0
|
|
149
146
|
- type: brick
|
|
150
147
|
brick: presentational-bricks.calendar
|
|
151
|
-
version: 1.
|
|
148
|
+
version: 1.240.0
|
|
152
149
|
- type: brick
|
|
153
|
-
brick: presentational-bricks.
|
|
154
|
-
version: 1.
|
|
150
|
+
brick: presentational-bricks.copyable-text
|
|
151
|
+
version: 1.240.0
|
|
155
152
|
- type: brick
|
|
156
153
|
brick: presentational-bricks.avatar-upload
|
|
157
|
-
version: 1.
|
|
154
|
+
version: 1.240.0
|
|
155
|
+
- type: brick
|
|
156
|
+
brick: presentational-bricks.general-badge
|
|
157
|
+
version: 1.240.0
|
|
158
158
|
- type: brick
|
|
159
159
|
brick: presentational-bricks.brick-illustration
|
|
160
|
-
version: 1.
|
|
160
|
+
version: 1.240.0
|
|
161
161
|
- type: brick
|
|
162
|
-
brick: presentational-bricks.
|
|
163
|
-
version: 1.
|
|
162
|
+
brick: presentational-bricks.brick-rate
|
|
163
|
+
version: 1.240.0
|
|
164
|
+
- type: brick
|
|
165
|
+
brick: presentational-bricks.general-image
|
|
166
|
+
version: 1.240.0
|
|
164
167
|
- type: brick
|
|
165
168
|
brick: presentational-bricks.info-display-card-list
|
|
166
|
-
version: 1.
|
|
169
|
+
version: 1.240.0
|
|
167
170
|
- type: brick
|
|
168
171
|
brick: presentational-bricks.dynamic-grid-container
|
|
169
|
-
version: 1.
|
|
170
|
-
- type: brick
|
|
171
|
-
brick: presentational-bricks.general-image
|
|
172
|
-
version: 1.239.6
|
|
172
|
+
version: 1.240.0
|
|
173
173
|
- type: brick
|
|
174
174
|
brick: presentational-bricks.general-slider
|
|
175
|
-
version: 1.
|
|
176
|
-
- type: brick
|
|
177
|
-
brick: presentational-bricks.text-collapse
|
|
178
|
-
version: 1.239.6
|
|
175
|
+
version: 1.240.0
|
|
179
176
|
- type: brick
|
|
180
177
|
brick: presentational-bricks.rank-table
|
|
181
|
-
version: 1.
|
|
178
|
+
version: 1.240.0
|
|
182
179
|
- type: brick
|
|
183
180
|
brick: presentational-bricks.basic-icon
|
|
184
|
-
version: 1.
|
|
181
|
+
version: 1.240.0
|
|
185
182
|
- type: brick
|
|
186
183
|
brick: presentational-bricks.dropdown-button
|
|
187
|
-
version: 1.
|
|
184
|
+
version: 1.240.0
|
|
188
185
|
- type: brick
|
|
189
|
-
brick: presentational-bricks.
|
|
190
|
-
version: 1.
|
|
186
|
+
brick: presentational-bricks.text-collapse
|
|
187
|
+
version: 1.240.0
|
|
191
188
|
- type: brick
|
|
192
|
-
brick: presentational-bricks.
|
|
193
|
-
version: 1.
|
|
189
|
+
brick: presentational-bricks.crontab-display
|
|
190
|
+
version: 1.240.0
|
|
194
191
|
- type: brick
|
|
195
192
|
brick: presentational-bricks.brick-code-display
|
|
196
|
-
version: 1.
|
|
193
|
+
version: 1.240.0
|
|
197
194
|
- type: brick
|
|
198
|
-
brick: presentational-bricks.
|
|
199
|
-
version: 1.
|
|
195
|
+
brick: presentational-bricks.code-editor
|
|
196
|
+
version: 1.240.0
|
|
200
197
|
- type: brick
|
|
201
198
|
brick: presentational-bricks.brick-collapse-card
|
|
202
|
-
version: 1.
|
|
199
|
+
version: 1.240.0
|
|
200
|
+
- type: brick
|
|
201
|
+
brick: presentational-bricks.card-item
|
|
202
|
+
version: 1.240.0
|
|
203
203
|
- type: brick
|
|
204
204
|
brick: presentational-bricks.brick-form
|
|
205
|
-
version: 1.
|
|
205
|
+
version: 1.240.0
|
|
206
206
|
deps:
|
|
207
207
|
- type: contract
|
|
208
208
|
contract: easyops.api.cmdb.instance.PostSearch
|
|
@@ -210,18 +210,18 @@ contracts:
|
|
|
210
210
|
- type: contract
|
|
211
211
|
contract: easyops.api.object_store.object_store.PutObject
|
|
212
212
|
version: '*'
|
|
213
|
-
- type: brick
|
|
214
|
-
brick: presentational-bricks.modal-confirm
|
|
215
|
-
version: 1.239.6
|
|
216
213
|
- type: brick
|
|
217
214
|
brick: presentational-bricks.statistic-card
|
|
218
|
-
version: 1.
|
|
215
|
+
version: 1.240.0
|
|
219
216
|
- type: brick
|
|
220
217
|
brick: presentational-bricks.markdown-display
|
|
221
|
-
version: 1.
|
|
218
|
+
version: 1.240.0
|
|
219
|
+
- type: brick
|
|
220
|
+
brick: presentational-bricks.modal-confirm
|
|
221
|
+
version: 1.240.0
|
|
222
222
|
- type: brick
|
|
223
223
|
brick: presentational-bricks.markdown-editor
|
|
224
|
-
version: 1.
|
|
224
|
+
version: 1.240.0
|
|
225
225
|
deps:
|
|
226
226
|
- type: contract
|
|
227
227
|
contract: easyops.api.object_store.object_store.PutObject
|
package/dist/bricks.json
CHANGED
|
@@ -1,76 +1,76 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bricks": [
|
|
3
3
|
"presentational-bricks.general-iframe",
|
|
4
|
-
"presentational-bricks.brick-timeline",
|
|
5
4
|
"presentational-bricks.brick-tag",
|
|
6
|
-
"presentational-bricks.brick-descriptions",
|
|
7
5
|
"presentational-bricks.brick-tree",
|
|
6
|
+
"presentational-bricks.brick-timeline",
|
|
7
|
+
"presentational-bricks.brick-descriptions",
|
|
8
8
|
"presentational-bricks.brick-list",
|
|
9
9
|
"presentational-bricks.brick-general-search",
|
|
10
|
-
"presentational-bricks.brick-table",
|
|
11
10
|
"presentational-bricks.brick-button",
|
|
11
|
+
"presentational-bricks.brick-table",
|
|
12
12
|
"presentational-bricks.brick-delete-confirm",
|
|
13
13
|
"presentational-bricks.brick-humanize-time",
|
|
14
14
|
"presentational-bricks.general-pagination",
|
|
15
|
+
"presentational-bricks.brick-link",
|
|
15
16
|
"presentational-bricks.template-breadcrumb",
|
|
16
17
|
"presentational-bricks.brick-input",
|
|
17
|
-
"presentational-bricks.brick-link",
|
|
18
|
-
"presentational-bricks.brick-value-mapping",
|
|
19
|
-
"presentational-bricks.brick-cluster-type",
|
|
20
18
|
"presentational-bricks.brick-alert-level",
|
|
21
19
|
"presentational-bricks.brick-utils",
|
|
20
|
+
"presentational-bricks.brick-value-mapping",
|
|
21
|
+
"presentational-bricks.brick-cluster-type",
|
|
22
|
+
"presentational-bricks.brick-display-structs",
|
|
22
23
|
"presentational-bricks.brick-collection-instance-execution",
|
|
23
|
-
"presentational-bricks.brick-alert-value",
|
|
24
24
|
"presentational-bricks.brick-conditional-display",
|
|
25
|
-
"presentational-bricks.brick-
|
|
25
|
+
"presentational-bricks.brick-alert-value",
|
|
26
|
+
"presentational-bricks.brick-user",
|
|
26
27
|
"presentational-bricks.cost-time",
|
|
27
|
-
"presentational-bricks.brick-alert-status",
|
|
28
28
|
"presentational-bricks.brick-alert-number",
|
|
29
|
-
"presentational-bricks.brick-
|
|
30
|
-
"presentational-bricks.datetime-selector",
|
|
29
|
+
"presentational-bricks.brick-alert-status",
|
|
31
30
|
"presentational-bricks.brick-alert",
|
|
31
|
+
"presentational-bricks.datetime-selector",
|
|
32
32
|
"presentational-bricks.dropdown-select",
|
|
33
33
|
"presentational-bricks.brick-result",
|
|
34
34
|
"presentational-bricks.button-wrapper",
|
|
35
35
|
"presentational-bricks.general-list",
|
|
36
|
+
"presentational-bricks.collapsible-card-item",
|
|
36
37
|
"presentational-bricks.brick-quick-entries",
|
|
38
|
+
"presentational-bricks.single-field-edit",
|
|
37
39
|
"presentational-bricks.brick-placeholder",
|
|
38
40
|
"presentational-bricks.general-carousel",
|
|
39
|
-
"presentational-bricks.single-field-edit",
|
|
40
|
-
"presentational-bricks.collapsible-card-item",
|
|
41
|
-
"presentational-bricks.dynamic-content",
|
|
42
41
|
"presentational-bricks.agent-status",
|
|
42
|
+
"presentational-bricks.dynamic-content",
|
|
43
43
|
"presentational-bricks.general-video",
|
|
44
44
|
"presentational-bricks.entry-card-item",
|
|
45
|
-
"presentational-bricks.brick-divider",
|
|
46
45
|
"presentational-bricks.log-display",
|
|
46
|
+
"presentational-bricks.brick-divider",
|
|
47
47
|
"presentational-bricks.general-tooltip",
|
|
48
|
-
"presentational-bricks.general-transfer",
|
|
49
48
|
"presentational-bricks.general-label",
|
|
50
|
-
"presentational-bricks.
|
|
49
|
+
"presentational-bricks.general-transfer",
|
|
51
50
|
"presentational-bricks.basic-progress",
|
|
52
51
|
"presentational-bricks.calendar",
|
|
53
|
-
"presentational-bricks.
|
|
52
|
+
"presentational-bricks.copyable-text",
|
|
54
53
|
"presentational-bricks.avatar-upload",
|
|
55
|
-
"presentational-bricks.brick-illustration",
|
|
56
54
|
"presentational-bricks.general-badge",
|
|
55
|
+
"presentational-bricks.brick-illustration",
|
|
56
|
+
"presentational-bricks.brick-rate",
|
|
57
|
+
"presentational-bricks.general-image",
|
|
57
58
|
"presentational-bricks.info-display-card-list",
|
|
58
59
|
"presentational-bricks.dynamic-grid-container",
|
|
59
|
-
"presentational-bricks.general-image",
|
|
60
60
|
"presentational-bricks.general-slider",
|
|
61
|
-
"presentational-bricks.text-collapse",
|
|
62
61
|
"presentational-bricks.rank-table",
|
|
63
62
|
"presentational-bricks.basic-icon",
|
|
64
63
|
"presentational-bricks.dropdown-button",
|
|
64
|
+
"presentational-bricks.text-collapse",
|
|
65
65
|
"presentational-bricks.crontab-display",
|
|
66
|
-
"presentational-bricks.code-editor",
|
|
67
66
|
"presentational-bricks.brick-code-display",
|
|
68
|
-
"presentational-bricks.
|
|
67
|
+
"presentational-bricks.code-editor",
|
|
69
68
|
"presentational-bricks.brick-collapse-card",
|
|
69
|
+
"presentational-bricks.card-item",
|
|
70
70
|
"presentational-bricks.brick-form",
|
|
71
|
-
"presentational-bricks.modal-confirm",
|
|
72
71
|
"presentational-bricks.statistic-card",
|
|
73
72
|
"presentational-bricks.markdown-display",
|
|
73
|
+
"presentational-bricks.modal-confirm",
|
|
74
74
|
"presentational-bricks.markdown-editor"
|
|
75
75
|
],
|
|
76
76
|
"processors": [
|
|
@@ -81,16 +81,16 @@
|
|
|
81
81
|
"ace",
|
|
82
82
|
"react-dnd"
|
|
83
83
|
],
|
|
84
|
-
"filePath": "bricks/presentational-bricks/dist/index.
|
|
84
|
+
"filePath": "bricks/presentational-bricks/dist/index.35752d5e.js",
|
|
85
85
|
"editors": [
|
|
86
|
-
"presentational-bricks.brick-table--editor",
|
|
87
86
|
"presentational-bricks.brick-quick-entries--editor",
|
|
87
|
+
"presentational-bricks.brick-table--editor",
|
|
88
88
|
"presentational-bricks.brick-link--editor",
|
|
89
89
|
"presentational-bricks.statistic-card--editor",
|
|
90
90
|
"presentational-bricks.brick-descriptions--editor",
|
|
91
|
-
"presentational-bricks.brick-alert--editor",
|
|
92
91
|
"presentational-bricks.brick-result--editor",
|
|
93
|
-
"presentational-bricks.brick-tree--editor"
|
|
92
|
+
"presentational-bricks.brick-tree--editor",
|
|
93
|
+
"presentational-bricks.brick-alert--editor"
|
|
94
94
|
],
|
|
95
95
|
"editorsJsFilePath": "bricks/presentational-bricks/dist/editors/editors.38198ded.js"
|
|
96
96
|
}
|