@next-bricks/presentational-bricks 1.264.3 → 1.264.6
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 +77 -73
- package/deploy/package.conf.yaml +1 -1
- package/dist/bricks.json +1 -1
- package/dist/index.5f68a6af.js +2 -0
- package/dist/index.5f68a6af.js.map +1 -0
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.27801fd5.js.map +1 -1
- package/dist/stories-asserts/presentational-bricks.basic-icon.ea75fea17bd93d55.svg +14 -0
- package/dist/stories-asserts/presentational-bricks.basic-progress.a0c0fa16c36a8177.svg +38 -0
- package/dist/stories-asserts/presentational-bricks.brick-alert.58af96cf1f780658.svg +157 -0
- package/dist/stories-asserts/presentational-bricks.brick-collapse-card.42724c1e838edbc9.svg +34 -0
- package/dist/stories-asserts/presentational-bricks.brick-descriptions.1dadf98ade65e029.svg +26 -0
- package/dist/stories-asserts/presentational-bricks.brick-general-search.5fb9346b08821b50.svg +24 -0
- package/dist/stories-asserts/presentational-bricks.brick-humanize-time.9a6be44ba10e1ceb.svg +17 -0
- package/dist/stories-asserts/presentational-bricks.brick-illustration.60947d019bfe28ca.svg +17 -0
- package/dist/stories-asserts/presentational-bricks.brick-quick-entries.ae6d3c405710af94.svg +20 -0
- package/dist/stories-asserts/presentational-bricks.brick-rate.b5a1928a51396d67.svg +17 -0
- package/dist/stories-asserts/presentational-bricks.brick-result.db488ce6d801a224.svg +16 -0
- package/dist/stories-asserts/presentational-bricks.brick-table.5b56d2e2f447d2bb.svg +33 -0
- package/dist/stories-asserts/presentational-bricks.brick-tag.e32a00dc70f720c9.svg +35 -0
- package/dist/stories-asserts/presentational-bricks.brick-timeline.bef268f822052deb.svg +22 -0
- package/dist/stories-asserts/presentational-bricks.brick-tree.8c85962300b7c89b.svg +110 -0
- package/dist/stories-asserts/presentational-bricks.brick-user.b741417d24b97429.svg +19 -0
- package/dist/stories-asserts/presentational-bricks.brick-utils.7034f53a0b09f43c.svg +16 -0
- package/dist/stories-asserts/presentational-bricks.brick-value-mapping.f0d29d617c0dc83b.svg +26 -0
- package/dist/stories-asserts/presentational-bricks.card-item.7ad5a5aa063cd195.svg +23 -0
- package/dist/stories-asserts/presentational-bricks.collapsible-card-item.94eb029a982e858f.svg +38 -0
- package/dist/stories-asserts/presentational-bricks.copyable-text.2009d9183c80fdb4.svg +51 -0
- package/dist/stories-asserts/presentational-bricks.crontab-display.658cc8fde5592082.svg +14 -0
- package/dist/stories-asserts/presentational-bricks.datetime-selector.6f856dbdde392e94.svg +71 -0
- package/dist/stories-asserts/presentational-bricks.dropdown-button.3c51513bcf7e1e93.svg +41 -0
- package/dist/stories-asserts/presentational-bricks.dropdown-select.880e5dcbbf1dd9d9.svg +33 -0
- package/dist/stories-asserts/presentational-bricks.entry-card-item.38c8ad9a9f4d3bfe.svg +41 -0
- package/dist/stories-asserts/presentational-bricks.general-badge.73c9b7a07f9c949c.svg +26 -0
- package/dist/stories-asserts/presentational-bricks.general-carousel.7b625fccfdba2456.svg +19 -0
- package/dist/stories-asserts/presentational-bricks.general-iframe.be986d1c0a585642.svg +14 -0
- package/dist/stories-asserts/presentational-bricks.general-image.20974afa2318771c.svg +51 -0
- package/dist/stories-asserts/presentational-bricks.general-label.d368966d421a8a06.svg +43 -0
- package/dist/stories-asserts/presentational-bricks.general-pagination.9695b24ea2e72b4e.svg +23 -0
- package/dist/stories-asserts/presentational-bricks.general-tooltip.36e938ee56b05a45.svg +13 -0
- package/dist/stories-asserts/presentational-bricks.general-transfer.0682c32f2cf25034.svg +135 -0
- package/dist/stories-asserts/presentational-bricks.info-display-card-list.a380de064185b5de.svg +83 -0
- package/dist/stories-asserts/presentational-bricks.log-display.efb3a8135d791982.svg +14 -0
- package/dist/stories-asserts/presentational-bricks.markdown-display.c1eaedbe92cbf11b.svg +107 -0
- package/dist/stories-asserts/presentational-bricks.markdown-editor.f427cfd9d52f4646.svg +108 -0
- package/dist/stories-asserts/presentational-bricks.modal-confirm.9182fce3c8798600.svg +31 -0
- package/dist/stories-asserts/presentational-bricks.rank-table.7fbdf79a3439ffbe.svg +48 -0
- package/dist/stories.json +113 -165
- package/package.json +7 -6
- package/dist/index.c51784c0.js +0 -2
- package/dist/index.c51784c0.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.264.6](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.264.5...@next-bricks/presentational-bricks@1.264.6) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.264.5](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.264.4...@next-bricks/presentational-bricks@1.264.5) (2022-09-09)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* fix category ([c0a253f](https://github.com/easyops-cn/next-basics/commit/c0a253f9500a54dd6e585c03c3cecf0136148193))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [1.264.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.264.3...@next-bricks/presentational-bricks@1.264.4) (2022-09-09)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* refine brick user, don't request all users info ([538a184](https://github.com/easyops-cn/next-basics/commit/538a18480c08387e6fae80da09a2d67c14993ee4))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
## [1.264.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.264.2...@next-bricks/presentational-bricks@1.264.3) (2022-09-08)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @next-bricks/presentational-bricks
|
package/deploy/contract.yaml
CHANGED
|
@@ -1,211 +1,215 @@
|
|
|
1
1
|
contracts:
|
|
2
2
|
- type: brick
|
|
3
3
|
brick: presentational-bricks.general-iframe
|
|
4
|
-
version: 1.264.
|
|
4
|
+
version: 1.264.6
|
|
5
5
|
- type: brick
|
|
6
6
|
brick: presentational-bricks.brick-tag
|
|
7
|
-
version: 1.264.
|
|
7
|
+
version: 1.264.6
|
|
8
8
|
- type: brick
|
|
9
9
|
brick: presentational-bricks.brick-timeline
|
|
10
|
-
version: 1.264.
|
|
10
|
+
version: 1.264.6
|
|
11
11
|
- type: brick
|
|
12
12
|
brick: presentational-bricks.brick-descriptions
|
|
13
|
-
version: 1.264.
|
|
13
|
+
version: 1.264.6
|
|
14
14
|
- type: brick
|
|
15
15
|
brick: presentational-bricks.brick-tree
|
|
16
|
-
version: 1.264.
|
|
16
|
+
version: 1.264.6
|
|
17
17
|
- type: brick
|
|
18
18
|
brick: presentational-bricks.brick-list
|
|
19
|
-
version: 1.264.
|
|
19
|
+
version: 1.264.6
|
|
20
20
|
- type: brick
|
|
21
21
|
brick: presentational-bricks.brick-table
|
|
22
|
-
version: 1.264.
|
|
22
|
+
version: 1.264.6
|
|
23
23
|
- type: brick
|
|
24
24
|
brick: presentational-bricks.brick-general-search
|
|
25
|
-
version: 1.264.
|
|
25
|
+
version: 1.264.6
|
|
26
26
|
- type: brick
|
|
27
27
|
brick: presentational-bricks.brick-button
|
|
28
|
-
version: 1.264.
|
|
28
|
+
version: 1.264.6
|
|
29
29
|
- type: brick
|
|
30
30
|
brick: presentational-bricks.brick-delete-confirm
|
|
31
|
-
version: 1.264.
|
|
31
|
+
version: 1.264.6
|
|
32
32
|
- type: brick
|
|
33
33
|
brick: presentational-bricks.brick-humanize-time
|
|
34
|
-
version: 1.264.
|
|
34
|
+
version: 1.264.6
|
|
35
35
|
- type: brick
|
|
36
36
|
brick: presentational-bricks.general-pagination
|
|
37
|
-
version: 1.264.
|
|
37
|
+
version: 1.264.6
|
|
38
38
|
- type: brick
|
|
39
39
|
brick: presentational-bricks.brick-link
|
|
40
|
-
version: 1.264.
|
|
40
|
+
version: 1.264.6
|
|
41
41
|
- type: brick
|
|
42
42
|
brick: presentational-bricks.template-breadcrumb
|
|
43
|
-
version: 1.264.
|
|
43
|
+
version: 1.264.6
|
|
44
44
|
- type: brick
|
|
45
45
|
brick: presentational-bricks.brick-input
|
|
46
|
-
version: 1.264.
|
|
46
|
+
version: 1.264.6
|
|
47
47
|
- type: brick
|
|
48
48
|
brick: presentational-bricks.brick-utils
|
|
49
|
-
version: 1.264.
|
|
49
|
+
version: 1.264.6
|
|
50
50
|
- type: brick
|
|
51
51
|
brick: presentational-bricks.brick-value-mapping
|
|
52
|
-
version: 1.264.
|
|
52
|
+
version: 1.264.6
|
|
53
53
|
- type: brick
|
|
54
54
|
brick: presentational-bricks.brick-cluster-type
|
|
55
|
-
version: 1.264.
|
|
55
|
+
version: 1.264.6
|
|
56
56
|
- type: brick
|
|
57
57
|
brick: presentational-bricks.brick-alert-level
|
|
58
|
-
version: 1.264.
|
|
58
|
+
version: 1.264.6
|
|
59
59
|
- type: brick
|
|
60
60
|
brick: presentational-bricks.brick-alert-value
|
|
61
|
-
version: 1.264.
|
|
61
|
+
version: 1.264.6
|
|
62
62
|
- type: brick
|
|
63
63
|
brick: presentational-bricks.brick-display-structs
|
|
64
|
-
version: 1.264.
|
|
64
|
+
version: 1.264.6
|
|
65
65
|
- type: brick
|
|
66
66
|
brick: presentational-bricks.brick-conditional-display
|
|
67
|
-
version: 1.264.
|
|
67
|
+
version: 1.264.6
|
|
68
68
|
- type: brick
|
|
69
69
|
brick: presentational-bricks.brick-collection-instance-execution
|
|
70
|
-
version: 1.264.
|
|
70
|
+
version: 1.264.6
|
|
71
71
|
- type: brick
|
|
72
72
|
brick: presentational-bricks.brick-alert-number
|
|
73
|
-
version: 1.264.
|
|
73
|
+
version: 1.264.6
|
|
74
74
|
- type: brick
|
|
75
75
|
brick: presentational-bricks.brick-user
|
|
76
|
-
version: 1.264.
|
|
76
|
+
version: 1.264.6
|
|
77
|
+
deps:
|
|
78
|
+
- type: contract
|
|
79
|
+
contract: easyops.api.user_service.user_admin.SearchAllUsersInfo
|
|
80
|
+
version: 1.0.0
|
|
77
81
|
- type: brick
|
|
78
82
|
brick: presentational-bricks.cost-time
|
|
79
|
-
version: 1.264.
|
|
83
|
+
version: 1.264.6
|
|
80
84
|
- type: brick
|
|
81
85
|
brick: presentational-bricks.brick-alert-status
|
|
82
|
-
version: 1.264.
|
|
86
|
+
version: 1.264.6
|
|
83
87
|
- type: brick
|
|
84
88
|
brick: presentational-bricks.datetime-selector
|
|
85
|
-
version: 1.264.
|
|
89
|
+
version: 1.264.6
|
|
86
90
|
- type: brick
|
|
87
91
|
brick: presentational-bricks.brick-alert
|
|
88
|
-
version: 1.264.
|
|
92
|
+
version: 1.264.6
|
|
89
93
|
- type: brick
|
|
90
94
|
brick: presentational-bricks.brick-result
|
|
91
|
-
version: 1.264.
|
|
95
|
+
version: 1.264.6
|
|
92
96
|
- type: brick
|
|
93
97
|
brick: presentational-bricks.dropdown-select
|
|
94
|
-
version: 1.264.
|
|
98
|
+
version: 1.264.6
|
|
95
99
|
- type: brick
|
|
96
100
|
brick: presentational-bricks.button-wrapper
|
|
97
|
-
version: 1.264.
|
|
101
|
+
version: 1.264.6
|
|
98
102
|
- type: brick
|
|
99
103
|
brick: presentational-bricks.general-list
|
|
100
|
-
version: 1.264.
|
|
104
|
+
version: 1.264.6
|
|
101
105
|
- type: brick
|
|
102
106
|
brick: presentational-bricks.brick-quick-entries
|
|
103
|
-
version: 1.264.
|
|
107
|
+
version: 1.264.6
|
|
104
108
|
- type: brick
|
|
105
109
|
brick: presentational-bricks.collapsible-card-item
|
|
106
|
-
version: 1.264.
|
|
110
|
+
version: 1.264.6
|
|
107
111
|
- type: brick
|
|
108
112
|
brick: presentational-bricks.single-field-edit
|
|
109
|
-
version: 1.264.
|
|
113
|
+
version: 1.264.6
|
|
110
114
|
- type: brick
|
|
111
115
|
brick: presentational-bricks.brick-placeholder
|
|
112
|
-
version: 1.264.
|
|
116
|
+
version: 1.264.6
|
|
113
117
|
- type: brick
|
|
114
118
|
brick: presentational-bricks.general-carousel
|
|
115
|
-
version: 1.264.
|
|
119
|
+
version: 1.264.6
|
|
116
120
|
- type: brick
|
|
117
121
|
brick: presentational-bricks.agent-status
|
|
118
|
-
version: 1.264.
|
|
122
|
+
version: 1.264.6
|
|
119
123
|
- type: brick
|
|
120
124
|
brick: presentational-bricks.dynamic-content
|
|
121
|
-
version: 1.264.
|
|
125
|
+
version: 1.264.6
|
|
122
126
|
- type: brick
|
|
123
127
|
brick: presentational-bricks.entry-card-item
|
|
124
|
-
version: 1.264.
|
|
128
|
+
version: 1.264.6
|
|
125
129
|
- type: brick
|
|
126
130
|
brick: presentational-bricks.general-video
|
|
127
|
-
version: 1.264.
|
|
131
|
+
version: 1.264.6
|
|
128
132
|
- type: brick
|
|
129
133
|
brick: presentational-bricks.log-display
|
|
130
|
-
version: 1.264.
|
|
134
|
+
version: 1.264.6
|
|
131
135
|
- type: brick
|
|
132
136
|
brick: presentational-bricks.brick-divider
|
|
133
|
-
version: 1.264.
|
|
137
|
+
version: 1.264.6
|
|
134
138
|
- type: brick
|
|
135
139
|
brick: presentational-bricks.general-tooltip
|
|
136
|
-
version: 1.264.
|
|
140
|
+
version: 1.264.6
|
|
137
141
|
- type: brick
|
|
138
142
|
brick: presentational-bricks.general-transfer
|
|
139
|
-
version: 1.264.
|
|
143
|
+
version: 1.264.6
|
|
140
144
|
- type: brick
|
|
141
145
|
brick: presentational-bricks.general-label
|
|
142
|
-
version: 1.264.
|
|
146
|
+
version: 1.264.6
|
|
143
147
|
- type: brick
|
|
144
148
|
brick: presentational-bricks.basic-progress
|
|
145
|
-
version: 1.264.
|
|
149
|
+
version: 1.264.6
|
|
146
150
|
- type: brick
|
|
147
151
|
brick: presentational-bricks.copyable-text
|
|
148
|
-
version: 1.264.
|
|
152
|
+
version: 1.264.6
|
|
149
153
|
- type: brick
|
|
150
154
|
brick: presentational-bricks.calendar
|
|
151
|
-
version: 1.264.
|
|
155
|
+
version: 1.264.6
|
|
152
156
|
- type: brick
|
|
153
157
|
brick: presentational-bricks.avatar-upload
|
|
154
|
-
version: 1.264.
|
|
158
|
+
version: 1.264.6
|
|
155
159
|
- type: brick
|
|
156
160
|
brick: presentational-bricks.general-badge
|
|
157
|
-
version: 1.264.
|
|
161
|
+
version: 1.264.6
|
|
158
162
|
- type: brick
|
|
159
163
|
brick: presentational-bricks.brick-rate
|
|
160
|
-
version: 1.264.
|
|
164
|
+
version: 1.264.6
|
|
161
165
|
- type: brick
|
|
162
166
|
brick: presentational-bricks.general-image
|
|
163
|
-
version: 1.264.
|
|
167
|
+
version: 1.264.6
|
|
164
168
|
- type: brick
|
|
165
169
|
brick: presentational-bricks.info-display-card-list
|
|
166
|
-
version: 1.264.
|
|
170
|
+
version: 1.264.6
|
|
167
171
|
- type: brick
|
|
168
172
|
brick: presentational-bricks.brick-illustration
|
|
169
|
-
version: 1.264.
|
|
173
|
+
version: 1.264.6
|
|
170
174
|
- type: brick
|
|
171
175
|
brick: presentational-bricks.dynamic-grid-container
|
|
172
|
-
version: 1.264.
|
|
176
|
+
version: 1.264.6
|
|
173
177
|
- type: brick
|
|
174
178
|
brick: presentational-bricks.general-slider
|
|
175
|
-
version: 1.264.
|
|
179
|
+
version: 1.264.6
|
|
176
180
|
- type: brick
|
|
177
181
|
brick: presentational-bricks.rank-table
|
|
178
|
-
version: 1.264.
|
|
182
|
+
version: 1.264.6
|
|
179
183
|
- type: brick
|
|
180
184
|
brick: presentational-bricks.dropdown-button
|
|
181
|
-
version: 1.264.
|
|
185
|
+
version: 1.264.6
|
|
182
186
|
- type: brick
|
|
183
187
|
brick: presentational-bricks.basic-icon
|
|
184
|
-
version: 1.264.
|
|
188
|
+
version: 1.264.6
|
|
185
189
|
- type: brick
|
|
186
190
|
brick: presentational-bricks.text-collapse
|
|
187
|
-
version: 1.264.
|
|
191
|
+
version: 1.264.6
|
|
188
192
|
- type: brick
|
|
189
193
|
brick: presentational-bricks.table-transfer
|
|
190
|
-
version: 1.264.
|
|
194
|
+
version: 1.264.6
|
|
191
195
|
- type: brick
|
|
192
196
|
brick: presentational-bricks.code-editor
|
|
193
|
-
version: 1.264.
|
|
197
|
+
version: 1.264.6
|
|
194
198
|
- type: brick
|
|
195
199
|
brick: presentational-bricks.crontab-display
|
|
196
|
-
version: 1.264.
|
|
200
|
+
version: 1.264.6
|
|
197
201
|
- type: brick
|
|
198
202
|
brick: presentational-bricks.brick-code-display
|
|
199
|
-
version: 1.264.
|
|
203
|
+
version: 1.264.6
|
|
200
204
|
- type: brick
|
|
201
205
|
brick: presentational-bricks.card-item
|
|
202
|
-
version: 1.264.
|
|
206
|
+
version: 1.264.6
|
|
203
207
|
- type: brick
|
|
204
208
|
brick: presentational-bricks.brick-collapse-card
|
|
205
|
-
version: 1.264.
|
|
209
|
+
version: 1.264.6
|
|
206
210
|
- type: brick
|
|
207
211
|
brick: presentational-bricks.brick-form
|
|
208
|
-
version: 1.264.
|
|
212
|
+
version: 1.264.6
|
|
209
213
|
deps:
|
|
210
214
|
- type: contract
|
|
211
215
|
contract: easyops.api.cmdb.instance.PostSearch
|
|
@@ -215,16 +219,16 @@ contracts:
|
|
|
215
219
|
version: '*'
|
|
216
220
|
- type: brick
|
|
217
221
|
brick: presentational-bricks.modal-confirm
|
|
218
|
-
version: 1.264.
|
|
222
|
+
version: 1.264.6
|
|
219
223
|
- type: brick
|
|
220
224
|
brick: presentational-bricks.statistic-card
|
|
221
|
-
version: 1.264.
|
|
225
|
+
version: 1.264.6
|
|
222
226
|
- type: brick
|
|
223
227
|
brick: presentational-bricks.markdown-display
|
|
224
|
-
version: 1.264.
|
|
228
|
+
version: 1.264.6
|
|
225
229
|
- type: brick
|
|
226
230
|
brick: presentational-bricks.markdown-editor
|
|
227
|
-
version: 1.264.
|
|
231
|
+
version: 1.264.6
|
|
228
232
|
deps:
|
|
229
233
|
- type: contract
|
|
230
234
|
contract: easyops.api.object_store.object_store.PutObject
|
package/deploy/package.conf.yaml
CHANGED
package/dist/bricks.json
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"ace",
|
|
83
83
|
"react-dnd"
|
|
84
84
|
],
|
|
85
|
-
"filePath": "bricks/presentational-bricks/dist/index.
|
|
85
|
+
"filePath": "bricks/presentational-bricks/dist/index.5f68a6af.js",
|
|
86
86
|
"editors": [
|
|
87
87
|
"presentational-bricks.brick-quick-entries--editor",
|
|
88
88
|
"presentational-bricks.brick-table--editor",
|