@next-bricks/basic-bricks 1.159.2 → 1.162.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 +51 -155
- package/deploy/contract.yaml +44 -44
- package/deploy/package.conf.yaml +1 -1
- package/dist/bricks.json +6 -5
- package/dist/editors/editors.44aca742.js +2 -0
- package/dist/editors/editors.44aca742.js.map +1 -0
- package/dist/index.06f1f117.js +11 -0
- package/dist/index.06f1f117.js.map +1 -0
- package/dist/stories.json +25 -0
- package/package.json +2 -2
- package/dist/editors/editors.13cf2643.js +0 -2
- package/dist/editors/editors.13cf2643.js.map +0 -1
- package/dist/index.b43ceae1.js +0 -11
- package/dist/index.b43ceae1.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,319 +3,215 @@
|
|
|
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
|
-
|
|
6
|
+
# [1.162.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.161.0...@next-bricks/basic-bricks@1.162.0) (2022-01-17)
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
###
|
|
9
|
+
### Features
|
|
10
10
|
|
|
11
|
-
*
|
|
11
|
+
* add property of `page-title-scale` for micro-view/micro-app ([e053cac](https://github.com/easyops-cn/next-basics/commit/e053cacb9e34a5eb660e20f31cd995b91b665787))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
# [1.161.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.160.1...@next-bricks/basic-bricks@1.161.0) (2022-01-14)
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
###
|
|
21
|
-
|
|
22
|
-
* menu style ([4fa22f9](https://github.com/easyops-cn/next-basics/commit/4fa22f9f1b127c3c8706b89d24b17aa5b5ebd02d))
|
|
20
|
+
### Features
|
|
23
21
|
|
|
22
|
+
* **Anchor:** add props: disabledJump, event: anchor.click/anchor.change ([996e3a1](https://github.com/easyops-cn/next-basics/commit/996e3a1be097780d261b1f9d41ed23887d630a8f))
|
|
23
|
+
* **Anchor:** update unit test ([1258ec2](https://github.com/easyops-cn/next-basics/commit/1258ec2080b1b369b1a0ddbdf11e5030538a69fd))
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
# [1.159.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.158.1...@next-bricks/basic-bricks@1.159.0) (2021-12-30)
|
|
29
28
|
|
|
29
|
+
## [1.160.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.160.0...@next-bricks/basic-bricks@1.160.1) (2022-01-13)
|
|
30
30
|
|
|
31
31
|
### Bug Fixes
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
- **basic-bricks:** 修复 fold-brick-v2 折叠触发异常 ([5b19263](https://github.com/easyops-cn/next-basics/commit/5b19263ecd17bfa13c702cc8f61d152280351fe8))
|
|
34
|
+
- custom button style ([db5955a](https://github.com/easyops-cn/next-basics/commit/db5955abd0c23abab87759e7bebeea7c5d126926))
|
|
34
35
|
|
|
36
|
+
# [1.160.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.159.2...@next-bricks/basic-bricks@1.160.0) (2022-01-12)
|
|
35
37
|
|
|
36
38
|
### Features
|
|
37
39
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
+
- button style ([599aa02](https://github.com/easyops-cn/next-basics/commit/599aa020bd21f070ab8eef7265ea81d39c8d8917))
|
|
41
|
+
- **fold-brick-v2:** add editor ([e8ac347](https://github.com/easyops-cn/next-basics/commit/e8ac3475fa8598e7972b0598f041b688ca1b491e))
|
|
42
|
+
- **fold-brick-v2:** update unit test ([5d9ed20](https://github.com/easyops-cn/next-basics/commit/5d9ed20f4d8d87496b9b99c4c1e0c0c769b86fbb))
|
|
40
43
|
|
|
44
|
+
## [1.159.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.159.1...@next-bricks/basic-bricks@1.159.2) (2022-01-10)
|
|
41
45
|
|
|
46
|
+
### Bug Fixes
|
|
42
47
|
|
|
48
|
+
- fix menu style ([1e3ecac](https://github.com/easyops-cn/next-basics/commit/1e3ecacfe1c37855ef1a4e27e77cebbac8789760))
|
|
43
49
|
|
|
44
|
-
## [1.
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @next-bricks/basic-bricks
|
|
47
|
-
|
|
50
|
+
## [1.159.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.159.0...@next-bricks/basic-bricks@1.159.1) (2022-01-04)
|
|
48
51
|
|
|
52
|
+
### Bug Fixes
|
|
49
53
|
|
|
54
|
+
- menu style ([4fa22f9](https://github.com/easyops-cn/next-basics/commit/4fa22f9f1b127c3c8706b89d24b17aa5b5ebd02d))
|
|
50
55
|
|
|
56
|
+
# [1.159.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.158.1...@next-bricks/basic-bricks@1.159.0) (2021-12-30)
|
|
51
57
|
|
|
52
|
-
|
|
58
|
+
### Bug Fixes
|
|
53
59
|
|
|
60
|
+
- replace with css varibales ([6053d52](https://github.com/easyops-cn/next-basics/commit/6053d52fd4f421076cffefc3cf34a663debb413c))
|
|
54
61
|
|
|
55
62
|
### Features
|
|
56
63
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
64
|
+
- **basic-bricks:** add buttonStyle property ([586aeb5](https://github.com/easyops-cn/next-basics/commit/586aeb5d9c6841ea0201df2a2172772295fdc24a))
|
|
61
65
|
|
|
66
|
+
## [1.158.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.158.0...@next-bricks/basic-bricks@1.158.1) (2021-12-29)
|
|
62
67
|
|
|
63
|
-
|
|
68
|
+
**Note:** Version bump only for package @next-bricks/basic-bricks
|
|
64
69
|
|
|
70
|
+
# [1.158.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.157.0...@next-bricks/basic-bricks@1.158.0) (2021-12-20)
|
|
65
71
|
|
|
66
72
|
### Features
|
|
67
73
|
|
|
68
|
-
|
|
69
|
-
|
|
74
|
+
- **basic-bricks:** customSwitchConfig 支持文字 ([d8477b6](https://github.com/easyops-cn/next-basics/commit/d8477b6fe5e2c9131ebf832e7d8705b054dcdc36))
|
|
70
75
|
|
|
76
|
+
# [1.157.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.156.2...@next-bricks/basic-bricks@1.157.0) (2021-12-07)
|
|
71
77
|
|
|
78
|
+
### Features
|
|
72
79
|
|
|
80
|
+
- 丰富接口异常情况页面错误处理 ([1a51f72](https://github.com/easyops-cn/next-basics/commit/1a51f7248f63f9ad40e83c796a855ea8ad1eadb2))
|
|
73
81
|
|
|
74
82
|
## [1.156.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.156.1...@next-bricks/basic-bricks@1.156.2) (2021-11-25)
|
|
75
83
|
|
|
76
84
|
**Note:** Version bump only for package @next-bricks/basic-bricks
|
|
77
85
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
86
|
## [1.156.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.156.0...@next-bricks/basic-bricks@1.156.1) (2021-11-23)
|
|
83
87
|
|
|
84
|
-
|
|
85
88
|
### Bug Fixes
|
|
86
89
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
- **drawer:** 抽屉外侧按钮样式 ([d42931e](https://github.com/easyops-cn/next-basics/commit/d42931e1b3fe5a8318be9cdb46cb7e8ff23b15d1))
|
|
92
91
|
|
|
93
92
|
# [1.156.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.155.5...@next-bricks/basic-bricks@1.156.0) (2021-11-23)
|
|
94
93
|
|
|
95
|
-
|
|
96
94
|
### Features
|
|
97
95
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
96
|
+
- support common breadcrumb ([#857](https://github.com/easyops-cn/next-basics/issues/857)) ([ab53a45](https://github.com/easyops-cn/next-basics/commit/ab53a45bf273e84beeb19ab52223cbe148b88771))
|
|
103
97
|
|
|
104
98
|
## [1.155.5](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.155.4...@next-bricks/basic-bricks@1.155.5) (2021-11-21)
|
|
105
99
|
|
|
106
100
|
**Note:** Version bump only for package @next-bricks/basic-bricks
|
|
107
101
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
102
|
## [1.155.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.155.3...@next-bricks/basic-bricks@1.155.4) (2021-11-13)
|
|
113
103
|
|
|
114
|
-
|
|
115
104
|
### Bug Fixes
|
|
116
105
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
106
|
+
- **drawer:** 抽屉外侧按钮样式 ([fb4e5a3](https://github.com/easyops-cn/next-basics/commit/fb4e5a3e36266debb0d06e4d0319c29416434b88))
|
|
122
107
|
|
|
123
108
|
## [1.155.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.155.2...@next-bricks/basic-bricks@1.155.3) (2021-11-12)
|
|
124
109
|
|
|
125
|
-
|
|
126
110
|
### Bug Fixes
|
|
127
111
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
112
|
+
- **drawer:** 抽屉未打开时预渲染 ([213a87b](https://github.com/easyops-cn/next-basics/commit/213a87b24f4c181b3435ac58c24f079480a5285f))
|
|
133
113
|
|
|
134
114
|
## [1.155.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.155.1...@next-bricks/basic-bricks@1.155.2) (2021-11-08)
|
|
135
115
|
|
|
136
|
-
|
|
137
116
|
### Bug Fixes
|
|
138
117
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
118
|
+
- fix favicon selector ([b9005df](https://github.com/easyops-cn/next-basics/commit/b9005df7f64f42679955731a043bb6c7a7b63517))
|
|
144
119
|
|
|
145
120
|
## [1.155.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.155.0...@next-bricks/basic-bricks@1.155.1) (2021-11-08)
|
|
146
121
|
|
|
147
122
|
**Note:** Version bump only for package @next-bricks/basic-bricks
|
|
148
123
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
124
|
# [1.155.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.154.1...@next-bricks/basic-bricks@1.155.0) (2021-11-03)
|
|
154
125
|
|
|
155
|
-
|
|
156
126
|
### Bug Fixes
|
|
157
127
|
|
|
158
|
-
|
|
159
|
-
|
|
128
|
+
- **MenuBar:** 修复 logo 越界问题 ([8aa8a7e](https://github.com/easyops-cn/next-basics/commit/8aa8a7ec7612d2d4ca5e4ec815c3b426927680f9))
|
|
160
129
|
|
|
161
130
|
### Features
|
|
162
131
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
132
|
+
- 可隐藏的登出按钮 ([a581561](https://github.com/easyops-cn/next-basics/commit/a5815610b635f483d385e1137d9ab9e158474f66))
|
|
168
133
|
|
|
169
134
|
## [1.154.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.154.0...@next-bricks/basic-bricks@1.154.1) (2021-11-01)
|
|
170
135
|
|
|
171
|
-
|
|
172
136
|
### Bug Fixes
|
|
173
137
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
138
|
+
- **drawer:** drawer 外侧开关按钮 ([ed971ef](https://github.com/easyops-cn/next-basics/commit/ed971effa2d1b4e2cce69ce6bb5549e8b8b2082b))
|
|
179
139
|
|
|
180
140
|
# [1.154.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.153.0...@next-bricks/basic-bricks@1.154.0) (2021-11-01)
|
|
181
141
|
|
|
182
|
-
|
|
183
142
|
### Features
|
|
184
143
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
144
|
+
- **basic-bricks:** popover-container support highlight ([a8d418f](https://github.com/easyops-cn/next-basics/commit/a8d418f89627af15b2d927033e4c928c8d8f077c))
|
|
190
145
|
|
|
191
146
|
# [1.153.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.152.0...@next-bricks/basic-bricks@1.153.0) (2021-10-31)
|
|
192
147
|
|
|
193
|
-
|
|
194
148
|
### Features
|
|
195
149
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
150
|
+
- **general-signup:** first commit ([5eac8d7](https://github.com/easyops-cn/next-basics/commit/5eac8d7606e753bd84074af73ec7ef7aad3e1234)), closes [Refs#EASYOPSAIR-12](https://github.com/Refs/issues/EASYOPSAIR-12)
|
|
201
151
|
|
|
202
152
|
# [1.152.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.151.0...@next-bricks/basic-bricks@1.152.0) (2021-10-30)
|
|
203
153
|
|
|
204
|
-
|
|
205
154
|
### Features
|
|
206
155
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
156
|
+
- **LogoBar:** logo 支持不设置 link ([dea170c](https://github.com/easyops-cn/next-basics/commit/dea170c3487b255daf4bfb6c40b3c89c0e6d285f))
|
|
212
157
|
|
|
213
158
|
# [1.151.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.150.0...@next-bricks/basic-bricks@1.151.0) (2021-10-29)
|
|
214
159
|
|
|
215
|
-
|
|
216
160
|
### Features
|
|
217
161
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
162
|
+
- **basic-bricks:** popover-container support zIndex ([3bf8b48](https://github.com/easyops-cn/next-basics/commit/3bf8b48cafe337f51f4b917e79abc5b332706c64))
|
|
223
163
|
|
|
224
164
|
# [1.150.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.149.4...@next-bricks/basic-bricks@1.150.0) (2021-10-17)
|
|
225
165
|
|
|
226
|
-
|
|
227
166
|
### Features
|
|
228
167
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
168
|
+
- 国际化 refs LAUNCHPAD-75 ([5d344fe](https://github.com/easyops-cn/next-basics/commit/5d344fe31e33dc7e0b4a106c3abdd28a19461607))
|
|
234
169
|
|
|
235
170
|
## [1.149.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.149.3...@next-bricks/basic-bricks@1.149.4) (2021-10-16)
|
|
236
171
|
|
|
237
|
-
|
|
238
172
|
### Bug Fixes
|
|
239
173
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
174
|
+
- **drawer:** fix 浮层抽屉关闭后漏出一点儿 ([e26ccd3](https://github.com/easyops-cn/next-basics/commit/e26ccd3f63591e0b001d4b7382501eeb43e09b3c))
|
|
245
175
|
|
|
246
176
|
## [1.149.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.149.2...@next-bricks/basic-bricks@1.149.3) (2021-10-15)
|
|
247
177
|
|
|
248
|
-
|
|
249
178
|
### Bug Fixes
|
|
250
179
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
180
|
+
- **drawer:** 抽屉添加悬浮样式 ([7a1b3f3](https://github.com/easyops-cn/next-basics/commit/7a1b3f3e06352063691a2e7b421ece928def5b00))
|
|
256
181
|
|
|
257
182
|
## [1.149.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.149.1...@next-bricks/basic-bricks@1.149.2) (2021-10-15)
|
|
258
183
|
|
|
259
|
-
|
|
260
184
|
### Bug Fixes
|
|
261
185
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
186
|
+
- **general-custom-buttons:** icon buttonType support danger sty ([0612e23](https://github.com/easyops-cn/next-basics/commit/0612e235ee182f7e9e8165d9184add5d1dc8d24f))
|
|
267
187
|
|
|
268
188
|
## [1.149.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.149.0...@next-bricks/basic-bricks@1.149.1) (2021-10-13)
|
|
269
189
|
|
|
270
|
-
|
|
271
190
|
### Bug Fixes
|
|
272
191
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
192
|
+
- **general-custom-buttons:** fix style of icon buttonType ([8b9b11e](https://github.com/easyops-cn/next-basics/commit/8b9b11ecb34054b2f32ba4c69eccf759cc4bf84f))
|
|
278
193
|
|
|
279
194
|
# [1.149.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.148.0...@next-bricks/basic-bricks@1.149.0) (2021-10-12)
|
|
280
195
|
|
|
281
|
-
|
|
282
196
|
### Features
|
|
283
197
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
198
|
+
- **basic-bricks:** general-custom-buttons CustomButton add danger property ([2af505e](https://github.com/easyops-cn/next-basics/commit/2af505ee9a50f6f587817e384a58d49949dd3a0c))
|
|
289
199
|
|
|
290
200
|
# [1.148.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.147.1...@next-bricks/basic-bricks@1.148.0) (2021-09-29)
|
|
291
201
|
|
|
292
|
-
|
|
293
202
|
### Features
|
|
294
203
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
204
|
+
- general modal support after close event ([5501ca5](https://github.com/easyops-cn/next-basics/commit/5501ca5e45d0cf561e1236ec910e48826eca1f56))
|
|
300
205
|
|
|
301
206
|
## [1.147.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.147.0...@next-bricks/basic-bricks@1.147.1) (2021-09-28)
|
|
302
207
|
|
|
303
208
|
**Note:** Version bump only for package @next-bricks/basic-bricks
|
|
304
209
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
210
|
# [1.147.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.146.0...@next-bricks/basic-bricks@1.147.0) (2021-09-26)
|
|
310
211
|
|
|
311
|
-
|
|
312
212
|
### Features
|
|
313
213
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
214
|
+
- update dependencies and yarn.lock ([410d132](https://github.com/easyops-cn/next-basics/commit/410d1329081c33cc5a571cf937f0b50eb56129b4))
|
|
319
215
|
|
|
320
216
|
# [1.146.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.145.0...@next-bricks/basic-bricks@1.146.0) (2021-09-23)
|
|
321
217
|
|
package/deploy/contract.yaml
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
contracts:
|
|
2
2
|
- type: brick
|
|
3
3
|
brick: basic-bricks.redirect-to
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.162.0
|
|
5
5
|
- type: brick
|
|
6
6
|
brick: basic-bricks.home-redirect
|
|
7
|
-
version: 1.
|
|
7
|
+
version: 1.162.0
|
|
8
8
|
- type: brick
|
|
9
9
|
brick: basic-bricks.grid-layout
|
|
10
|
-
version: 1.
|
|
10
|
+
version: 1.162.0
|
|
11
11
|
- type: brick
|
|
12
12
|
brick: basic-bricks.transform-agent
|
|
13
|
-
version: 1.
|
|
13
|
+
version: 1.162.0
|
|
14
14
|
- type: brick
|
|
15
15
|
brick: basic-bricks.micro-view
|
|
16
|
-
version: 1.
|
|
16
|
+
version: 1.162.0
|
|
17
17
|
- type: brick
|
|
18
18
|
brick: basic-bricks.micro-app
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.162.0
|
|
20
20
|
- type: brick
|
|
21
21
|
brick: basic-bricks.menu-bar
|
|
22
|
-
version: 1.
|
|
22
|
+
version: 1.162.0
|
|
23
23
|
- type: brick
|
|
24
24
|
brick: basic-bricks.app-bar
|
|
25
|
-
version: 1.
|
|
25
|
+
version: 1.162.0
|
|
26
26
|
deps:
|
|
27
27
|
- type: contract
|
|
28
28
|
contract: easyops.api.user_service.launchpad.CreateCollection
|
|
@@ -44,97 +44,97 @@ contracts:
|
|
|
44
44
|
version: '*'
|
|
45
45
|
- type: brick
|
|
46
46
|
brick: basic-bricks.general-button
|
|
47
|
-
version: 1.
|
|
47
|
+
version: 1.162.0
|
|
48
48
|
- type: brick
|
|
49
49
|
brick: basic-bricks.page-not-found
|
|
50
|
-
version: 1.
|
|
50
|
+
version: 1.162.0
|
|
51
51
|
- type: brick
|
|
52
52
|
brick: basic-bricks.page-error
|
|
53
|
-
version: 1.
|
|
53
|
+
version: 1.162.0
|
|
54
54
|
- type: brick
|
|
55
55
|
brick: basic-bricks.loading-bar
|
|
56
|
-
version: 1.
|
|
56
|
+
version: 1.162.0
|
|
57
57
|
- type: brick
|
|
58
58
|
brick: basic-bricks.page-title
|
|
59
|
-
version: 1.
|
|
59
|
+
version: 1.162.0
|
|
60
60
|
- type: brick
|
|
61
61
|
brick: basic-bricks.index-card
|
|
62
|
-
version: 1.
|
|
62
|
+
version: 1.162.0
|
|
63
63
|
- type: brick
|
|
64
64
|
brick: basic-bricks.print-button
|
|
65
|
-
version: 1.
|
|
66
|
-
- type: brick
|
|
67
|
-
brick: basic-bricks.general-card
|
|
68
|
-
version: 1.159.2
|
|
65
|
+
version: 1.162.0
|
|
69
66
|
- type: brick
|
|
70
67
|
brick: basic-bricks.sub-menu
|
|
71
|
-
version: 1.
|
|
68
|
+
version: 1.162.0
|
|
72
69
|
- type: brick
|
|
73
70
|
brick: basic-bricks.general-modal
|
|
74
|
-
version: 1.
|
|
71
|
+
version: 1.162.0
|
|
75
72
|
- type: brick
|
|
76
73
|
brick: basic-bricks.general-drawer
|
|
77
|
-
version: 1.
|
|
74
|
+
version: 1.162.0
|
|
75
|
+
- type: brick
|
|
76
|
+
brick: basic-bricks.general-card
|
|
77
|
+
version: 1.162.0
|
|
78
78
|
- type: brick
|
|
79
79
|
brick: basic-bricks.general-custom-buttons
|
|
80
|
-
version: 1.
|
|
80
|
+
version: 1.162.0
|
|
81
81
|
- type: brick
|
|
82
82
|
brick: basic-bricks.delete-confirm-modal
|
|
83
|
-
version: 1.
|
|
83
|
+
version: 1.162.0
|
|
84
84
|
- type: brick
|
|
85
85
|
brick: basic-bricks.multiple-columns-card
|
|
86
|
-
version: 1.
|
|
86
|
+
version: 1.162.0
|
|
87
87
|
- type: brick
|
|
88
88
|
brick: basic-bricks.list-container
|
|
89
|
-
version: 1.
|
|
90
|
-
- type: brick
|
|
91
|
-
brick: basic-bricks.script-brick
|
|
92
|
-
version: 1.159.2
|
|
89
|
+
version: 1.162.0
|
|
93
90
|
- type: brick
|
|
94
91
|
brick: basic-bricks.magic-brick
|
|
95
|
-
version: 1.
|
|
92
|
+
version: 1.162.0
|
|
96
93
|
- type: brick
|
|
97
94
|
brick: basic-bricks.popover-container
|
|
98
|
-
version: 1.
|
|
95
|
+
version: 1.162.0
|
|
96
|
+
- type: brick
|
|
97
|
+
brick: basic-bricks.script-brick
|
|
98
|
+
version: 1.162.0
|
|
99
99
|
- type: brick
|
|
100
100
|
brick: basic-bricks.fold-brick
|
|
101
|
-
version: 1.
|
|
101
|
+
version: 1.162.0
|
|
102
102
|
- type: brick
|
|
103
103
|
brick: basic-bricks.advanced-list-container
|
|
104
|
-
version: 1.
|
|
104
|
+
version: 1.162.0
|
|
105
105
|
- type: brick
|
|
106
106
|
brick: basic-bricks.advance-list-container
|
|
107
|
-
version: 1.
|
|
107
|
+
version: 1.162.0
|
|
108
108
|
- type: brick
|
|
109
109
|
brick: basic-bricks.fold-brick-v2
|
|
110
|
-
version: 1.
|
|
110
|
+
version: 1.162.0
|
|
111
111
|
- type: brick
|
|
112
112
|
brick: basic-bricks.sub-menu-filter
|
|
113
|
-
version: 1.
|
|
113
|
+
version: 1.162.0
|
|
114
114
|
- type: brick
|
|
115
115
|
brick: basic-bricks.general-notification
|
|
116
|
-
version: 1.
|
|
116
|
+
version: 1.162.0
|
|
117
117
|
- type: brick
|
|
118
118
|
brick: basic-bricks.general-hotkeys
|
|
119
|
-
version: 1.
|
|
119
|
+
version: 1.162.0
|
|
120
120
|
- type: brick
|
|
121
121
|
brick: basic-bricks.general-timer
|
|
122
|
-
version: 1.
|
|
122
|
+
version: 1.162.0
|
|
123
123
|
- type: brick
|
|
124
124
|
brick: basic-bricks.export-json-file
|
|
125
|
-
version: 1.
|
|
125
|
+
version: 1.162.0
|
|
126
126
|
- type: brick
|
|
127
127
|
brick: basic-bricks.brick-error
|
|
128
|
-
version: 1.
|
|
128
|
+
version: 1.162.0
|
|
129
129
|
- type: brick
|
|
130
130
|
brick: basic-bricks.easy-view
|
|
131
|
-
version: 1.
|
|
131
|
+
version: 1.162.0
|
|
132
132
|
- type: brick
|
|
133
133
|
brick: basic-bricks.header-bar
|
|
134
|
-
version: 1.
|
|
134
|
+
version: 1.162.0
|
|
135
135
|
- type: brick
|
|
136
136
|
brick: basic-bricks.general-anchor
|
|
137
|
-
version: 1.
|
|
137
|
+
version: 1.162.0
|
|
138
138
|
- type: brick
|
|
139
139
|
brick: basic-bricks.general-title
|
|
140
|
-
version: 1.
|
|
140
|
+
version: 1.162.0
|
package/deploy/package.conf.yaml
CHANGED
package/dist/bricks.json
CHANGED
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"basic-bricks.page-title",
|
|
16
16
|
"basic-bricks.index-card",
|
|
17
17
|
"basic-bricks.print-button",
|
|
18
|
-
"basic-bricks.general-card",
|
|
19
18
|
"basic-bricks.sub-menu",
|
|
20
19
|
"basic-bricks.general-modal",
|
|
21
20
|
"basic-bricks.general-drawer",
|
|
21
|
+
"basic-bricks.general-card",
|
|
22
22
|
"basic-bricks.general-custom-buttons",
|
|
23
23
|
"basic-bricks.delete-confirm-modal",
|
|
24
24
|
"basic-bricks.multiple-columns-card",
|
|
25
25
|
"basic-bricks.list-container",
|
|
26
|
-
"basic-bricks.script-brick",
|
|
27
26
|
"basic-bricks.magic-brick",
|
|
28
27
|
"basic-bricks.popover-container",
|
|
28
|
+
"basic-bricks.script-brick",
|
|
29
29
|
"basic-bricks.fold-brick",
|
|
30
30
|
"basic-bricks.advanced-list-container",
|
|
31
31
|
"basic-bricks.advance-list-container",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"processors": [],
|
|
45
45
|
"providers": [],
|
|
46
46
|
"dll": [],
|
|
47
|
-
"filePath": "bricks/basic-bricks/dist/index.
|
|
47
|
+
"filePath": "bricks/basic-bricks/dist/index.06f1f117.js",
|
|
48
48
|
"editors": [
|
|
49
49
|
"basic-bricks.any-brick--editor",
|
|
50
50
|
"basic-bricks.any-route--editor",
|
|
@@ -59,7 +59,8 @@
|
|
|
59
59
|
"basic-bricks.general-custom-buttons--editor",
|
|
60
60
|
"basic-bricks.easy-view--editor",
|
|
61
61
|
"basic-bricks.page-title--editor",
|
|
62
|
-
"basic-bricks.list-container--editor"
|
|
62
|
+
"basic-bricks.list-container--editor",
|
|
63
|
+
"basic-bricks.fold-brick-v2--editor"
|
|
63
64
|
],
|
|
64
|
-
"editorsJsFilePath": "bricks/basic-bricks/dist/editors/editors.
|
|
65
|
+
"editorsJsFilePath": "bricks/basic-bricks/dist/editors/editors.44aca742.js"
|
|
65
66
|
}
|