@next-bricks/presentational-bricks 1.228.4 → 1.229.2

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/deploy/contract.yaml +225 -0
  3. package/dist/bricks.json +2 -1
  4. package/dist/editors/editors.38198ded.js +2 -0
  5. package/dist/editors/editors.38198ded.js.map +1 -0
  6. package/dist/index.9fc21c96.js +2 -0
  7. package/dist/index.9fc21c96.js.map +1 -0
  8. package/dist/lazy-bricks/brick-code-display.dd92.33cb2a1e.js +10 -0
  9. package/dist/lazy-bricks/brick-code-display.dd92.33cb2a1e.js.map +1 -0
  10. package/dist/lazy-bricks/brick-collapse-card.dd92.e8bb0c90.js +2 -0
  11. package/dist/lazy-bricks/brick-collapse-card.dd92.e8bb0c90.js.map +1 -0
  12. package/dist/lazy-bricks/card-item.dd92.39ce68fe.js +2 -0
  13. package/dist/lazy-bricks/card-item.dd92.39ce68fe.js.map +1 -0
  14. package/dist/lazy-bricks/{code-editor.dd92.d4061869.js → code-editor.dd92.52955eb6.js} +2 -2
  15. package/dist/lazy-bricks/code-editor.dd92.52955eb6.js.map +1 -0
  16. package/dist/lazy-bricks/crontab-display.dd92.3a613b50.js +2 -0
  17. package/dist/lazy-bricks/{crontab-display.dd92.72342199.js.map → crontab-display.dd92.3a613b50.js.map} +1 -1
  18. package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.435336a9.js +7 -0
  19. package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.435336a9.js.map +1 -0
  20. package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.405bbbc6.js +2 -0
  21. package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.405bbbc6.js.map +1 -0
  22. package/dist/stories.json +14 -0
  23. package/package.json +4 -4
  24. package/dist/editors/editors.d61ddc0c.js +0 -2
  25. package/dist/editors/editors.d61ddc0c.js.map +0 -1
  26. package/dist/index.2a4b3f13.js +0 -2
  27. package/dist/index.2a4b3f13.js.map +0 -1
  28. package/dist/lazy-bricks/brick-code-display.dd92.565f9b63.js +0 -10
  29. package/dist/lazy-bricks/brick-code-display.dd92.565f9b63.js.map +0 -1
  30. package/dist/lazy-bricks/brick-collapse-card.dd92.ccd4835e.js +0 -2
  31. package/dist/lazy-bricks/brick-collapse-card.dd92.ccd4835e.js.map +0 -1
  32. package/dist/lazy-bricks/card-item.dd92.9312e38d.js +0 -2
  33. package/dist/lazy-bricks/card-item.dd92.9312e38d.js.map +0 -1
  34. package/dist/lazy-bricks/code-editor.dd92.d4061869.js.map +0 -1
  35. package/dist/lazy-bricks/crontab-display.dd92.72342199.js +0 -2
  36. package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.8e6155ea.js +0 -7
  37. package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.8e6155ea.js.map +0 -1
  38. package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.03d18d3e.js +0 -2
  39. package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.03d18d3e.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
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.229.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.229.1...@next-bricks/presentational-bricks@1.229.2) (2021-11-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * should not render if no src property ([a930c7b](https://github.com/easyops-cn/next-basics/commit/a930c7b5a358a2823c8c8199477c34826b6a0241))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.229.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.229.0...@next-bricks/presentational-bricks@1.229.1) (2021-11-19)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **presentational-bricks:** modify rank-table `small` style ([ad21a34](https://github.com/easyops-cn/next-basics/commit/ad21a3468aa6982421a8bf23838c1a0d544e5760))
23
+
24
+
25
+
26
+
27
+
28
+ # [1.229.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.228.5...@next-bricks/presentational-bricks@1.229.0) (2021-11-18)
29
+
30
+
31
+ ### Features
32
+
33
+ * support images to compress and support detele un use images ([f103e7d](https://github.com/easyops-cn/next-basics/commit/f103e7dc738926177c34feba30cb355915af84d2))
34
+ * update type ([e59bee0](https://github.com/easyops-cn/next-basics/commit/e59bee0c5052769617eb5b28cfac0f55e60137bb))
35
+ * update unit test ([2491b14](https://github.com/easyops-cn/next-basics/commit/2491b140a4b8e3aacdf2436f0d7042ae076a5f70))
36
+ * 更新删除图片匹配逻辑 ([0e87178](https://github.com/easyops-cn/next-basics/commit/0e87178ef6bf40ffc25302ccf02c1315262fddaf))
37
+
38
+
39
+
40
+
41
+
42
+ ## [1.228.5](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.228.4...@next-bricks/presentational-bricks@1.228.5) (2021-11-11)
43
+
44
+
45
+ ### Bug Fixes
46
+
47
+ * brick-link支持label颜色设置和下划线 closed MONITOR-2419 ([d7a3936](https://github.com/easyops-cn/next-basics/commit/d7a3936f5b94a112449dee74b0ee5a0cdc32eb46))
48
+
49
+
50
+
51
+
52
+
6
53
  ## [1.228.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.228.3...@next-bricks/presentational-bricks@1.228.4) (2021-11-08)
7
54
 
8
55
  **Note:** Version bump only for package @next-bricks/presentational-bricks
@@ -0,0 +1,225 @@
1
+ contracts:
2
+ - type: brick
3
+ brick: presentational-bricks.general-iframe
4
+ version: 1.229.2
5
+ - type: brick
6
+ brick: presentational-bricks.brick-tag
7
+ version: 1.229.2
8
+ - type: brick
9
+ brick: presentational-bricks.brick-timeline
10
+ version: 1.229.2
11
+ - type: brick
12
+ brick: presentational-bricks.brick-descriptions
13
+ version: 1.229.2
14
+ - type: brick
15
+ brick: presentational-bricks.brick-tree
16
+ version: 1.229.2
17
+ - type: brick
18
+ brick: presentational-bricks.brick-list
19
+ version: 1.229.2
20
+ - type: brick
21
+ brick: presentational-bricks.brick-table
22
+ version: 1.229.2
23
+ - type: brick
24
+ brick: presentational-bricks.brick-general-search
25
+ version: 1.229.2
26
+ - type: brick
27
+ brick: presentational-bricks.brick-button
28
+ version: 1.229.2
29
+ - type: brick
30
+ brick: presentational-bricks.brick-delete-confirm
31
+ version: 1.229.2
32
+ - type: brick
33
+ brick: presentational-bricks.brick-humanize-time
34
+ version: 1.229.2
35
+ - type: brick
36
+ brick: presentational-bricks.general-pagination
37
+ version: 1.229.2
38
+ - type: brick
39
+ brick: presentational-bricks.brick-link
40
+ version: 1.229.2
41
+ - type: brick
42
+ brick: presentational-bricks.template-breadcrumb
43
+ version: 1.229.2
44
+ - type: brick
45
+ brick: presentational-bricks.brick-input
46
+ version: 1.229.2
47
+ - type: brick
48
+ brick: presentational-bricks.brick-utils
49
+ version: 1.229.2
50
+ - type: brick
51
+ brick: presentational-bricks.brick-value-mapping
52
+ version: 1.229.2
53
+ - type: brick
54
+ brick: presentational-bricks.brick-cluster-type
55
+ version: 1.229.2
56
+ - type: brick
57
+ brick: presentational-bricks.brick-alert-level
58
+ version: 1.229.2
59
+ - type: brick
60
+ brick: presentational-bricks.brick-alert-value
61
+ version: 1.229.2
62
+ - type: brick
63
+ brick: presentational-bricks.brick-display-structs
64
+ version: 1.229.2
65
+ - type: brick
66
+ brick: presentational-bricks.brick-conditional-display
67
+ version: 1.229.2
68
+ - type: brick
69
+ brick: presentational-bricks.brick-collection-instance-execution
70
+ version: 1.229.2
71
+ - type: brick
72
+ brick: presentational-bricks.brick-alert-number
73
+ version: 1.229.2
74
+ - type: brick
75
+ brick: presentational-bricks.brick-user
76
+ version: 1.229.2
77
+ - type: brick
78
+ brick: presentational-bricks.cost-time
79
+ version: 1.229.2
80
+ - type: brick
81
+ brick: presentational-bricks.brick-alert-status
82
+ version: 1.229.2
83
+ - type: brick
84
+ brick: presentational-bricks.datetime-selector
85
+ version: 1.229.2
86
+ - type: brick
87
+ brick: presentational-bricks.brick-alert
88
+ version: 1.229.2
89
+ - type: brick
90
+ brick: presentational-bricks.brick-result
91
+ version: 1.229.2
92
+ - type: brick
93
+ brick: presentational-bricks.dropdown-select
94
+ version: 1.229.2
95
+ - type: brick
96
+ brick: presentational-bricks.button-wrapper
97
+ version: 1.229.2
98
+ - type: brick
99
+ brick: presentational-bricks.general-list
100
+ version: 1.229.2
101
+ - type: brick
102
+ brick: presentational-bricks.brick-quick-entries
103
+ version: 1.229.2
104
+ - type: brick
105
+ brick: presentational-bricks.collapsible-card-item
106
+ version: 1.229.2
107
+ - type: brick
108
+ brick: presentational-bricks.single-field-edit
109
+ version: 1.229.2
110
+ - type: brick
111
+ brick: presentational-bricks.brick-placeholder
112
+ version: 1.229.2
113
+ - type: brick
114
+ brick: presentational-bricks.general-carousel
115
+ version: 1.229.2
116
+ - type: brick
117
+ brick: presentational-bricks.agent-status
118
+ version: 1.229.2
119
+ - type: brick
120
+ brick: presentational-bricks.dynamic-content
121
+ version: 1.229.2
122
+ - type: brick
123
+ brick: presentational-bricks.entry-card-item
124
+ version: 1.229.2
125
+ - type: brick
126
+ brick: presentational-bricks.general-video
127
+ version: 1.229.2
128
+ - type: brick
129
+ brick: presentational-bricks.log-display
130
+ version: 1.229.2
131
+ - type: brick
132
+ brick: presentational-bricks.brick-divider
133
+ version: 1.229.2
134
+ - type: brick
135
+ brick: presentational-bricks.general-tooltip
136
+ version: 1.229.2
137
+ - type: brick
138
+ brick: presentational-bricks.general-transfer
139
+ version: 1.229.2
140
+ - type: brick
141
+ brick: presentational-bricks.general-label
142
+ version: 1.229.2
143
+ - type: brick
144
+ brick: presentational-bricks.basic-progress
145
+ version: 1.229.2
146
+ - type: brick
147
+ brick: presentational-bricks.copyable-text
148
+ version: 1.229.2
149
+ - type: brick
150
+ brick: presentational-bricks.calendar
151
+ version: 1.229.2
152
+ - type: brick
153
+ brick: presentational-bricks.avatar-upload
154
+ version: 1.229.2
155
+ - type: brick
156
+ brick: presentational-bricks.general-badge
157
+ version: 1.229.2
158
+ - type: brick
159
+ brick: presentational-bricks.brick-rate
160
+ version: 1.229.2
161
+ - type: brick
162
+ brick: presentational-bricks.general-image
163
+ version: 1.229.2
164
+ - type: brick
165
+ brick: presentational-bricks.info-display-card-list
166
+ version: 1.229.2
167
+ - type: brick
168
+ brick: presentational-bricks.brick-illustration
169
+ version: 1.229.2
170
+ - type: brick
171
+ brick: presentational-bricks.dynamic-grid-container
172
+ version: 1.229.2
173
+ - type: brick
174
+ brick: presentational-bricks.general-slider
175
+ version: 1.229.2
176
+ - type: brick
177
+ brick: presentational-bricks.rank-table
178
+ version: 1.229.2
179
+ - type: brick
180
+ brick: presentational-bricks.dropdown-button
181
+ version: 1.229.2
182
+ - type: brick
183
+ brick: presentational-bricks.basic-icon
184
+ version: 1.229.2
185
+ - type: brick
186
+ brick: presentational-bricks.code-editor
187
+ version: 1.229.2
188
+ - type: brick
189
+ brick: presentational-bricks.crontab-display
190
+ version: 1.229.2
191
+ - type: brick
192
+ brick: presentational-bricks.brick-code-display
193
+ version: 1.229.2
194
+ - type: brick
195
+ brick: presentational-bricks.card-item
196
+ version: 1.229.2
197
+ - type: brick
198
+ brick: presentational-bricks.brick-collapse-card
199
+ version: 1.229.2
200
+ - type: brick
201
+ brick: presentational-bricks.brick-form
202
+ version: 1.229.2
203
+ deps:
204
+ - type: contract
205
+ contract: easyops.api.cmdb.instance.PostSearch
206
+ version: '*'
207
+ - type: contract
208
+ contract: easyops.api.object_store.object_store.PutObject
209
+ version: '*'
210
+ - type: brick
211
+ brick: presentational-bricks.modal-confirm
212
+ version: 1.229.2
213
+ - type: brick
214
+ brick: presentational-bricks.statistic-card
215
+ version: 1.229.2
216
+ - type: brick
217
+ brick: presentational-bricks.markdown-display
218
+ version: 1.229.2
219
+ - type: brick
220
+ brick: presentational-bricks.markdown-editor
221
+ version: 1.229.2
222
+ deps:
223
+ - type: contract
224
+ contract: easyops.api.object_store.object_store.PutObject
225
+ version: '*'
package/dist/bricks.json CHANGED
@@ -80,6 +80,7 @@
80
80
  "ace",
81
81
  "react-dnd"
82
82
  ],
83
+ "filePath": "bricks/presentational-bricks/dist/index.9fc21c96.js",
83
84
  "editors": [
84
85
  "presentational-bricks.brick-quick-entries--editor",
85
86
  "presentational-bricks.brick-table--editor",
@@ -90,5 +91,5 @@
90
91
  "presentational-bricks.brick-alert--editor",
91
92
  "presentational-bricks.brick-tree--editor"
92
93
  ],
93
- "editorsJsFilePath": "bricks/presentational-bricks/dist/editors/editors.d61ddc0c.js"
94
+ "editorsJsFilePath": "bricks/presentational-bricks/dist/editors/editors.38198ded.js"
94
95
  }
@@ -0,0 +1,2 @@
1
+ !function(e){var n={};function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var i in e)t.d(r,i,function(n){return e[n]}.bind(null,i));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="",t(t.s=19)}([function(e,n,t){e.exports=t(6)("q1tI")},function(e,n,t){e.exports=t(6)("WnDu")},function(e,n,t){"use strict";var r,i=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},o=function(){var e={};return function(n){if(void 0===e[n]){var t=document.querySelector(n);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(e){t=null}e[n]=t}return e[n]}}(),a=[];function c(e){for(var n=-1,t=0;t<a.length;t++)if(a[t].identifier===e){n=t;break}return n}function l(e,n){for(var t={},r=[],i=0;i<e.length;i++){var o=e[i],l=n.base?o[0]+n.base:o[0],d=t[l]||0,s="".concat(l," ").concat(d);t[l]=d+1;var u=c(s),p={css:o[1],media:o[2],sourceMap:o[3]};-1!==u?(a[u].references++,a[u].updater(p)):a.push({identifier:s,updater:g(p,n),references:1}),r.push(s)}return r}function d(e){var n=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var i=t.nc;i&&(r.nonce=i)}if(Object.keys(r).forEach((function(e){n.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(n);else{var a=o(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(n)}return n}var s,u=(s=[],function(e,n){return s[e]=n,s.filter(Boolean).join("\n")});function p(e,n,t,r){var i=t?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=u(n,i);else{var o=document.createTextNode(i),a=e.childNodes;a[n]&&e.removeChild(a[n]),a.length?e.insertBefore(o,a[n]):e.appendChild(o)}}function f(e,n,t){var r=t.css,i=t.media,o=t.sourceMap;if(i?e.setAttribute("media",i):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var b=null,m=0;function g(e,n){var t,r,i;if(n.singleton){var o=m++;t=b||(b=d(n)),r=p.bind(null,t,o,!1),i=p.bind(null,t,o,!0)}else t=d(n),r=f.bind(null,t,n),i=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)};return r(e),function(n){if(n){if(n.css===e.css&&n.media===e.media&&n.sourceMap===e.sourceMap)return;r(e=n)}else i()}}e.exports=function(e,n){(n=n||{}).singleton||"boolean"==typeof n.singleton||(n.singleton=i());var t=l(e=e||[],n);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<t.length;r++){var i=c(t[r]);a[i].references--}for(var o=l(e,n),d=0;d<t.length;d++){var s=c(t[d]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}t=o}}}},function(e,n,t){"use strict";e.exports=function(e){var n=[];return n.toString=function(){return this.map((function(n){var t=e(n);return n[2]?"@media ".concat(n[2]," {").concat(t,"}"):t})).join("")},n.i=function(e,t,r){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(r)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(i[a]=!0)}for(var c=0;c<e.length;c++){var l=[].concat(e[c]);r&&i[l[0]]||(t&&(l[2]?l[2]="".concat(t," and ").concat(l[2]):l[2]=t),n.push(l))}},n}},function(e,n,t){e.exports=t(6)("LvDl")},function(e,n,t){e.exports=t(6)("A+yw")},function(e,n){e.exports=DllOfEditorBricksHelper},function(e,n,t){"use strict";var r=t(3),i=t.n(r)()((function(e){return e[1]}));i.push([e.i,'.card--4Ff-GYSf {\n border-radius: var(--editor-brick-border-radius);\n border: 1px solid var(--editor-brick-stroke-color);\n background: #fff;\n display: grid;\n grid-template-columns: 1f;\n grid-gap: 1px;\n padding: 8px;\n}\n\n.row--2IogrCtz {\n display: grid;\n grid-gap: 1px;\n}\n\n.cell--10gfSJi1 {\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 12px;\n}\n\n.cell--10gfSJi1:not(:last-child)::after {\n content: "";\n position: absolute;\n right: -1px;\n top: 12px;\n bottom: 12px;\n width: 1px;\n background: var(--editor-brick-stroke-color);\n}\n\n.row--2IogrCtz:not(:first-child) > .cell--10gfSJi1::before {\n content: "";\n position: absolute;\n top: -1px;\n left: 12px;\n right: 12px;\n height: 1px;\n background: var(--editor-brick-stroke-color);\n}\n\n.icon--3eJe2UF3 {\n width: 40px;\n height: 40px;\n border-radius: 50%;\n background: var(--editor-brick-skeleton-bg);\n}\n\n.text--hQJvL34q {\n width: 66px;\n height: 13px;\n margin-top: 13px;\n background: var(--editor-brick-skeleton-bg-light);\n}\n',""]),i.locals={card:"card--4Ff-GYSf",row:"row--2IogrCtz",cell:"cell--10gfSJi1",icon:"icon--3eJe2UF3",text:"text--hQJvL34q"},n.a=i},function(e,n,t){"use strict";var r=t(3),i=t.n(r)()((function(e){return e[1]}));i.push([e.i,".table--3MFFVN-n {\n background: var(--editor-brick-stroke-color);\n border-radius: var(--editor-brick-border-radius);\n border: 1px solid var(--editor-brick-stroke-color);\n display: grid;\n grid-gap: 1px;\n overflow: hidden;\n}\n\n.row--3TXAAHFu {\n display: flex;\n flex-wrap: nowrap;\n background: #fff;\n}\n\n.head--3NSrFOUW {\n background: #fafafa;\n}\n\n.body--ezjorDh4 {\n background: #fff;\n}\n\n.checkbox--2eNavKzc {\n width: 16px;\n height: 16px;\n margin: 16px;\n border-radius: var(--editor-brick-border-radius);\n border: 1px solid var(--editor-brick-stroke-color);\n background: var(--editor-brick-skeleton-bg-light);\n}\n\n.cell--1fCYiMG1 {\n flex: 1;\n height: 50px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.content--2BS2EN8a {\n height: 12px;\n width: 67%;\n background: var(--editor-brick-skeleton-bg-light);\n}\n\n.body--ezjorDh4 .cell--1fCYiMG1:last-child .content--2BS2EN8a {\n background: var(--editor-brick-skeleton-bg-blue);\n}\n",""]),i.locals={table:"table--3MFFVN-n",row:"row--3TXAAHFu",head:"head--3NSrFOUW",body:"body--ezjorDh4",checkbox:"checkbox--2eNavKzc",cell:"cell--1fCYiMG1",content:"content--2BS2EN8a"},n.a=i},function(e,n,t){"use strict";var r=t(3),i=t.n(r)()((function(e){return e[1]}));i.push([e.i,".card--3FL1DPl6 {\n border-radius: var(--editor-brick-border-radius);\n border: 1px solid var(--editor-brick-stroke-color);\n background: #fff;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 36px 46px;\n flex-wrap: nowrap;\n}\n\n.description--2bZBhkH1 {\n overflow: hidden;\n min-width: 0;\n}\n\n.value--24UVmx8S {\n color: rgba(22, 123, 224, 0.6);\n font-size: 42px;\n line-height: 46px;\n white-space: nowrap;\n}\n\n.valuePlaceholder--3hSyRMJy {\n width: 48px;\n height: 46px;\n background: var(--editor-brick-skeleton-bg-blue);\n}\n\n.title--21Dpbtt2 {\n font-size: 16px;\n color: #8c8c8c;\n margin-top: 12px;\n line-height: 20px;\n}\n\n.titlePlaceholder--160Vcnu9 {\n width: 64px;\n height: 20px;\n background: var(--editor-brick-skeleton-bg);\n}\n\n.icon--3nMjq4dw {\n flex-shrink: 0;\n width: 88px;\n height: 88px;\n background: rgba(199, 227, 255, 0.3);\n border-radius: 50%;\n}\n",""]),i.locals={card:"card--3FL1DPl6",description:"description--2bZBhkH1",value:"value--24UVmx8S",valuePlaceholder:"valuePlaceholder--3hSyRMJy",title:"title--21Dpbtt2",titlePlaceholder:"titlePlaceholder--160Vcnu9",icon:"icon--3nMjq4dw"},n.a=i},function(e,n,t){"use strict";var r=t(3),i=t.n(r)()((function(e){return e[1]}));i.push([e.i,".linkContainer--gfVK8G-a {\n color: var(--antd-link-color);\n padding: 5px 10px;\n min-height: var(--editor-brick-base-height);\n white-space: normal;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n .linkContainer--gfVK8G-a.empty--2-zOaia5 {\n border-radius: var(--editor-brick-border-radius);\n background: var(--editor-brick-skeleton-bg-light);\n }\n",""]),i.locals={linkContainer:"linkContainer--gfVK8G-a",empty:"empty--2-zOaia5"},n.a=i},function(e,n,t){"use strict";var r=t(3),i=t.n(r)()((function(e){return e[1]}));i.push([e.i,".descriptionContainer--1cwCX4-I {\n padding: 20px;\n border: 1px solid var(--editor-brick-stroke-color);\n border-radius: var(--editor-brick-border-radius);\n}\n\n .descriptionContainer--1cwCX4-I .title--1cOIO0ec {\n height: 20px;\n background-color: var(--editor-brick-skeleton-bg);\n margin-bottom: 20px;\n width: 60px;\n }\n\n .descriptionContainer--1cwCX4-I .content--22Z1-Swl {\n display: grid;\n grid-gap: 20px;\n gap: 20px;\n align-items: center;\n height: 100px;\n grid-template-rows: 1fr 1fr;\n }\n\n .descriptionContainer--1cwCX4-I .content--22Z1-Swl .item--3ABClY6g {\n height: 20px;\n background-color: var(--editor-brick-skeleton-bg-light);\n }\n",""]),i.locals={descriptionContainer:"descriptionContainer--1cwCX4-I",title:"title--1cOIO0ec",content:"content--22Z1-Swl",item:"item--3ABClY6g"},n.a=i},function(e,n,t){"use strict";var r=t(3),i=t.n(r)()((function(e){return e[1]}));i.push([e.i,".resultContainer--1Gjcwmrj {\n display: flex;\n flex-direction: column;\n justify-content: center;\n padding: var(--card-content-gap);\n gap: 20px;\n}\n\n .resultContainer--1Gjcwmrj .icon--3eNcCdfh {\n height: 130px;\n font-size: 100px;\n color: var(--editor-brick-stroke-color);\n }\n\n .resultContainer--1Gjcwmrj .contentWrapper--2YYWcZXT {\n display: flex;\n flex-direction: column;\n align-items: center;\n }\n\n .resultContainer--1Gjcwmrj .contentWrapper--2YYWcZXT .content--1j217at9 {\n height: 20px;\n width: 220px;\n background-color: var(--editor-brick-skeleton-bg-light);\n }\n",""]),i.locals={resultContainer:"resultContainer--1Gjcwmrj",icon:"icon--3eNcCdfh",contentWrapper:"contentWrapper--2YYWcZXT",content:"content--1j217at9"},n.a=i},function(e,n,t){"use strict";var r=t(3),i=t.n(r)()((function(e){return e[1]}));i.push([e.i,'.alertContainer--VqtSf4_t {\n display: flex;\n gap: 15px;\n padding: var(--card-content-gap);\n border-radius: var(--editor-brick-border-radius);\n border: 1px solid var(--editor-brick-stroke-color);\n}\n\n .alertContainer--VqtSf4_t .icon--39UNjXiz {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n width: 26px;\n height: 26px;\n border-radius: 50%;\n background-color: #0071eb;\n }\n\n .alertContainer--VqtSf4_t .icon--39UNjXiz::before {\n content: "";\n display: inline-block;\n width: 2px;\n height: 12px;\n background-color: #fff;\n border-radius: 50%;\n }\n\n .alertContainer--VqtSf4_t .content--3qhaVAu_ {\n flex: 1;\n display: flex;\n flex-direction: column;\n gap: 10px;\n }\n\n .alertContainer--VqtSf4_t .content--3qhaVAu_ .title--1J58GhaJ {\n display: flex;\n gap: 10px;\n align-items: center;\n }\n\n .alertContainer--VqtSf4_t .content--3qhaVAu_ .title--1J58GhaJ .message--39QdTNZi {\n flex: 1;\n height: 28px;\n background-color: var(--editor-brick-stroke-color);\n }\n\n .alertContainer--VqtSf4_t .content--3qhaVAu_ .description--E6ljb3YM {\n height: 28px;\n background-color: var(--editor-brick-skeleton-bg-light);\n }\n',""]),i.locals={alertContainer:"alertContainer--VqtSf4_t",icon:"icon--39UNjXiz",content:"content--3qhaVAu_",title:"title--1J58GhaJ",message:"message--39QdTNZi",description:"description--E6ljb3YM"},n.a=i},function(e,n,t){"use strict";var r=t(3),i=t.n(r)()((function(e){return e[1]}));i.push([e.i,".treeContainer--2Yh_xIDY {\n min-height: 695px;\n padding: 20px 30px;\n border: 1px solid var(--editor-brick-stroke-color);\n border-radius: var(--editor-brick-border-radius);\n}\n .treeContainer--2Yh_xIDY .item--3ArGjXqy {\n height: 15px;\n width: 80px;\n margin-bottom: 10px;\n background: var(--editor-brick-skeleton-bg-light);\n }\n",""]),i.locals={treeContainer:"treeContainer--2Yh_xIDY",item:"item--3ArGjXqy"},n.a=i},function(e,n){e.exports=dll},function(e,n,t){e.exports=t(15)("TSYQ")},function(e,n,t){e.exports=t(15)("RBnf")},function(e,n,t){var r;t.p="".concat(null!==(r=window.PUBLIC_ROOT)&&void 0!==r?r:"","bricks/presentational-bricks/dist/editors/")},function(e,n,t){"use strict";t.r(n);t(18);var r=t(0),i=t.n(r),o=t(4),a=t(1),c=t(2),l=t.n(c),d=t(7),s={insert:"head",singleton:!1},u=(l()(d.a,s),d.a.locals||{});customElements.define("presentational-bricks.brick-quick-entries--editor",Object(a.EditorElementFactory)((function(e){var{nodeUid:n}=e,t=Object(a.useBuilderNode)({nodeUid:n}),{column:r,row:c}=t.$$parsedProperties;return"number"!=typeof r&&(r=1),"number"!=typeof c&&(c=1),i.a.createElement(a.EditorContainer,{nodeUid:n},i.a.createElement("div",{className:u.card},Object(o.range)(0,c).map(e=>i.a.createElement("div",{key:e,className:u.row,style:{gridTemplateColumns:"repeat(".concat(r,", 1fr)")}},Object(o.range)(0,r).map(e=>i.a.createElement("div",{key:e,className:u.cell},i.a.createElement("div",{className:u.icon}),i.a.createElement("div",{className:u.text})))))))}),{selfLayout:a.EditorSelfLayout.BLOCK}));var p=t(5),f=t(8),b={insert:"head",singleton:!1},m=(l()(f.a,b),f.a.locals||{});customElements.define("presentational-bricks.brick-table--editor",Object(a.EditorElementFactory)((function(e){var{nodeUid:n}=e,t=Object(a.useBuilderNode)({nodeUid:n}),{columns:r,configProps:c={}}=t.$$parsedProperties,l=(null==r?void 0:r.length)||3;return i.a.createElement(a.EditorContainer,{nodeUid:n},i.a.createElement("div",{className:m.table},Object(o.range)(0,3).map(e=>i.a.createElement("div",{key:e,className:"".concat(m.row," ").concat(0===e?m.head:m.body)},c.rowSelection&&i.a.createElement("span",{className:m.checkbox}),Object(o.range)(0,l).map(n=>{var t=null==r?void 0:r[n],o=Object(p.smartDisplayForEvaluableString)(null==t?void 0:t.title),a=null==t?void 0:t.headerBrick;return i.a.createElement("div",{key:n,className:m.cell},0===e&&o&&!a?i.a.createElement("span",null,o):i.a.createElement("div",{className:m.content}))})))))}),{selfLayout:a.EditorSelfLayout.BLOCK}));var g=t(9),h={insert:"head",singleton:!1},v=(l()(g.a,h),g.a.locals||{});customElements.define("presentational-bricks.statistic-card--editor",Object(a.EditorElementFactory)((function(e){var{nodeUid:n}=e,t=Object(a.useBuilderNode)({nodeUid:n}),{cardTitle:r,value:o}=t.$$parsedProperties,c=Object(p.smartDisplayForEvaluableString)(r,"","<% … %>");return i.a.createElement(a.EditorContainer,{nodeUid:n},i.a.createElement("div",{className:v.card},i.a.createElement("div",{className:v.description},i.a.createElement("div",{className:v.value},o||i.a.createElement("div",{className:v.valuePlaceholder})),i.a.createElement("div",{className:v.title},c||i.a.createElement("div",{className:v.titlePlaceholder}))),i.a.createElement("div",{className:v.icon})))}),{selfLayout:a.EditorSelfLayout.BLOCK}));var x=t(16),k=t.n(x),y=t(10),E={insert:"head",singleton:!1},C=(l()(y.a,E),y.a.locals||{});customElements.define("presentational-bricks.brick-link--editor",Object(a.EditorElementFactory)((function(e){var{nodeUid:n}=e,t=Object(a.useBuilderNode)({nodeUid:n}),{label:r}=t.$$parsedProperties;return Object(p.smartDisplayForEvaluableString)(r,"","<% … %>"),i.a.createElement(a.EditorContainer,{nodeUid:n},i.a.createElement("div",{className:k()(C.linkContainer,{[C.empty]:!r})},r))}),{selfLayout:a.EditorSelfLayout.INLINE}));var N=t(11),w={insert:"head",singleton:!1},j=(l()(N.a,w),N.a.locals||{});customElements.define("presentational-bricks.brick-descriptions--editor",Object(a.EditorElementFactory)((function(e){var{nodeUid:n}=e,t=Object(a.useBuilderNode)({nodeUid:n}),{column:r=3}=t.$$parsedProperties;return i.a.createElement(a.EditorContainer,{nodeUid:n},i.a.createElement("div",{className:j.descriptionContainer},i.a.createElement("div",{className:j.title}),i.a.createElement("div",{className:j.content,style:{gridTemplateColumns:"repeat(".concat(r,", 1fr)")}},Object(o.range)(0,2*r).map((e,n)=>i.a.createElement("div",{key:n,className:j.item})))))}),{selfLayout:a.EditorSelfLayout.BLOCK}));var S=t(17),O=t(12),U={insert:"head",singleton:!1},L=(l()(O.a,U),O.a.locals||{});customElements.define("presentational-bricks.brick-result--editor",Object(a.EditorElementFactory)((function(e){var{nodeUid:n}=e;return Object(a.useBuilderNode)({nodeUid:n}),i.a.createElement(a.EditorContainer,{nodeUid:n},i.a.createElement("div",{className:L.resultContainer},i.a.createElement("div",{className:L.contentWrapper},i.a.createElement("div",{className:L.icon},i.a.createElement(S.PictureFilled,null)),i.a.createElement("div",{className:L.content})),i.a.createElement(a.SlotContainer,{nodeUid:n,slotName:"content"})))}),{selfLayout:a.EditorSelfLayout.BLOCK}));var B=t(13),F={insert:"head",singleton:!1},I=(l()(B.a,F),B.a.locals||{});customElements.define("presentational-bricks.brick-alert--editor",Object(a.EditorElementFactory)((function(e){var{nodeUid:n}=e,t=Object(a.useBuilderNode)({nodeUid:n}),{showIcon:r,enableMessageSlot:o,enableDescSlot:c,enableActionSlot:l,description:d}=t.$$parsedProperties;return i.a.createElement(a.EditorContainer,{nodeUid:n},i.a.createElement("div",{className:I.alertContainer},r&&i.a.createElement("span",{className:I.icon}),i.a.createElement("div",{className:I.content},i.a.createElement("div",{className:I.title},o?i.a.createElement(a.SlotContainer,{nodeUid:n,slotName:"message",slotContainerStyle:{flex:2},showOutlineIfEmpty:!0}):i.a.createElement("div",{className:I.message}),l&&i.a.createElement(a.SlotContainer,{nodeUid:n,slotName:"action",slotContentLayout:a.EditorSlotContentLayout.INLINE,slotContainerStyle:{flex:1},showOutlineIfEmpty:!0})),c?i.a.createElement(a.SlotContainer,{nodeUid:n,slotName:"description",showOutlineIfEmpty:!0}):d&&i.a.createElement("div",{className:I.description}))))}),{selfLayout:a.EditorSelfLayout.BLOCK}));var P=t(14),M={insert:"head",singleton:!1},_=(l()(P.a,M),P.a.locals||{});customElements.define("presentational-bricks.brick-tree--editor",Object(a.EditorElementFactory)((function(e){var{nodeUid:n}=e;return Object(a.useBuilderNode)({nodeUid:n}),i.a.createElement(a.EditorContainer,{nodeUid:n},i.a.createElement("div",{className:_.treeContainer},Object(o.range)(0,4).map((e,n)=>i.a.createElement("div",{key:n,className:_.item}))))}),{selfLayout:a.EditorSelfLayout.BLOCK}))}]);
2
+ //# sourceMappingURL=editors.38198ded.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///delegated ./node_modules/react/index.js from dll-reference DllOfEditorBricksHelper","webpack:///delegated ./node_modules/@next-core/editor-bricks-helper/dist/index.esm.js from dll-reference DllOfEditorBricksHelper","webpack:///./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack:///./node_modules/css-loader/dist/runtime/api.js","webpack:///delegated ./node_modules/lodash/lodash.js from dll-reference DllOfEditorBricksHelper","webpack:///delegated ./node_modules/@next-core/brick-utils/dist/index.esm.js from dll-reference DllOfEditorBricksHelper","webpack:///external \"DllOfEditorBricksHelper\"","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-quick-entries/brick-quick-entries.editor.module.css","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-table/brick-table.editor.module.css","webpack:///./bricks/presentational-bricks/src/editor-bricks/statistic-card/statistic-card.editor.module.css","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-link/brick-link.editor.module.css","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-descriptions/brick-descriptions.editor.module.css","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-result/brick-result.editor.module.css","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-alert/brick-alert.editor.module.css","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-tree/brick-tree.editor.module.css","webpack:///external \"dll\"","webpack:///delegated ./node_modules/classnames/index.js from dll-reference dll","webpack:///delegated ./node_modules/@ant-design/icons/es/index.js from dll-reference dll","webpack:///./bricks/presentational-bricks/src/editor-bricks/_/public-path.js","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-quick-entries/brick-quick-entries.editor.module.css?95cb","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-quick-entries/brick-quick-entries.editor.tsx","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-table/brick-table.editor.module.css?4003","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-table/brick-table.editor.tsx","webpack:///./bricks/presentational-bricks/src/editor-bricks/statistic-card/statistic-card.editor.module.css?c590","webpack:///./bricks/presentational-bricks/src/editor-bricks/statistic-card/statistic-card.editor.tsx","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-link/brick-link.editor.module.css?7735","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-link/brick-link.editor.tsx","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-descriptions/brick-descriptions.editor.module.css?8779","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-descriptions/brick-descriptions.editor.tsx","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-result/brick-result.editor.module.css?4c82","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-result/brick-result.editor.tsx","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-alert/brick-alert.editor.module.css?0877","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-alert/brick-alert.editor.tsx","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-tree/brick-tree.editor.module.css?d146","webpack:///./bricks/presentational-bricks/src/editor-bricks/brick-tree/brick-tree.editor.tsx"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","memo","isOldIE","Boolean","window","document","all","atob","getTarget","target","styleTarget","querySelector","HTMLIFrameElement","contentDocument","head","e","stylesInDom","getIndexByIdentifier","identifier","result","length","modulesToDom","list","options","idCountMap","identifiers","item","id","base","count","concat","index","obj","css","media","sourceMap","references","updater","push","addStyle","insertStyleElement","style","createElement","attributes","nonce","keys","forEach","setAttribute","insert","Error","appendChild","textStore","replaceText","replacement","filter","join","applyToSingletonTag","remove","styleSheet","cssText","cssNode","createTextNode","childNodes","removeChild","insertBefore","applyToTag","removeAttribute","btoa","unescape","encodeURIComponent","JSON","stringify","firstChild","singleton","singletonCounter","update","styleIndex","parentNode","removeStyleElement","newObj","lastIdentifiers","newList","toString","newLastIdentifiers","_i","_index","splice","cssWithMappingToString","this","map","content","mediaQuery","dedupe","alreadyImportedModules","DllOfEditorBricksHelper","___CSS_LOADER_EXPORT___","locals","dll","__webpack_public_path__","PUBLIC_ROOT","customElements","define","EditorElementFactory","nodeUid","node","useBuilderNode","column","row","$$parsedProperties","className","styles","card","range","gridTemplateColumns","cell","icon","text","selfLayout","EditorSelfLayout","BLOCK","columns","tableColumnsProps","configProps","table","rowIndex","body","rowSelection","checkbox","columnIndex","curColumn","columnTitle","smartDisplayForEvaluableString","title","isUseBrick","headerBrick","cardTitle","displayTitle","description","valuePlaceholder","titlePlaceholder","label","classNames","linkContainer","empty","INLINE","descriptionContainer","_","resultContainer","contentWrapper","slotName","showIcon","enableMessageSlot","enableDescSlot","enableActionSlot","alertContainer","slotContainerStyle","flex","showOutlineIfEmpty","message","slotContentLayout","EditorSlotContentLayout","treeContainer"],"mappings":"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","file":"editors.38198ded.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 19);\n","module.exports = (__webpack_require__(6))(\"q1tI\");","module.exports = (__webpack_require__(6))(\"WnDu\");","\"use strict\";\n\nvar isOldIE = function isOldIE() {\n var memo;\n return function memorize() {\n if (typeof memo === 'undefined') {\n // Test for IE <= 9 as proposed by Browserhacks\n // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n // Tests for existence of standard globals is to allow style-loader\n // to operate correctly into non-standard environments\n // @see https://github.com/webpack-contrib/style-loader/issues/177\n memo = Boolean(window && document && document.all && !window.atob);\n }\n\n return memo;\n };\n}();\n\nvar getTarget = function getTarget() {\n var memo = {};\n return function memorize(target) {\n if (typeof memo[target] === 'undefined') {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n };\n}();\n\nvar stylesInDom = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDom.length; i++) {\n if (stylesInDom[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var index = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3]\n };\n\n if (index !== -1) {\n stylesInDom[index].references++;\n stylesInDom[index].updater(obj);\n } else {\n stylesInDom.push({\n identifier: identifier,\n updater: addStyle(obj, options),\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction insertStyleElement(options) {\n var style = document.createElement('style');\n var attributes = options.attributes || {};\n\n if (typeof attributes.nonce === 'undefined') {\n var nonce = typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n\n if (nonce) {\n attributes.nonce = nonce;\n }\n }\n\n Object.keys(attributes).forEach(function (key) {\n style.setAttribute(key, attributes[key]);\n });\n\n if (typeof options.insert === 'function') {\n options.insert(style);\n } else {\n var target = getTarget(options.insert || 'head');\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n }\n\n return style;\n}\n\nfunction removeStyleElement(style) {\n // istanbul ignore if\n if (style.parentNode === null) {\n return false;\n }\n\n style.parentNode.removeChild(style);\n}\n/* istanbul ignore next */\n\n\nvar replaceText = function replaceText() {\n var textStore = [];\n return function replace(index, replacement) {\n textStore[index] = replacement;\n return textStore.filter(Boolean).join('\\n');\n };\n}();\n\nfunction applyToSingletonTag(style, index, remove, obj) {\n var css = remove ? '' : obj.media ? \"@media \".concat(obj.media, \" {\").concat(obj.css, \"}\") : obj.css; // For old IE\n\n /* istanbul ignore if */\n\n if (style.styleSheet) {\n style.styleSheet.cssText = replaceText(index, css);\n } else {\n var cssNode = document.createTextNode(css);\n var childNodes = style.childNodes;\n\n if (childNodes[index]) {\n style.removeChild(childNodes[index]);\n }\n\n if (childNodes.length) {\n style.insertBefore(cssNode, childNodes[index]);\n } else {\n style.appendChild(cssNode);\n }\n }\n}\n\nfunction applyToTag(style, options, obj) {\n var css = obj.css;\n var media = obj.media;\n var sourceMap = obj.sourceMap;\n\n if (media) {\n style.setAttribute('media', media);\n } else {\n style.removeAttribute('media');\n }\n\n if (sourceMap && typeof btoa !== 'undefined') {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n}\n\nvar singleton = null;\nvar singletonCounter = 0;\n\nfunction addStyle(obj, options) {\n var style;\n var update;\n var remove;\n\n if (options.singleton) {\n var styleIndex = singletonCounter++;\n style = singleton || (singleton = insertStyleElement(options));\n update = applyToSingletonTag.bind(null, style, styleIndex, false);\n remove = applyToSingletonTag.bind(null, style, styleIndex, true);\n } else {\n style = insertStyleElement(options);\n update = applyToTag.bind(null, style, options);\n\n remove = function remove() {\n removeStyleElement(style);\n };\n }\n\n update(obj);\n return function updateStyle(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {\n return;\n }\n\n update(obj = newObj);\n } else {\n remove();\n }\n };\n}\n\nmodule.exports = function (list, options) {\n options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n // tags it will allow on a page\n\n if (!options.singleton && typeof options.singleton !== 'boolean') {\n options.singleton = isOldIE();\n }\n\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n if (Object.prototype.toString.call(newList) !== '[object Array]') {\n return;\n }\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDom[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDom[_index].references === 0) {\n stylesInDom[_index].updater();\n\n stylesInDom.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","module.exports = (__webpack_require__(6))(\"LvDl\");","module.exports = (__webpack_require__(6))(\"A+yw\");","module.exports = DllOfEditorBricksHelper;","// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".card--4Ff-GYSf {\\n border-radius: var(--editor-brick-border-radius);\\n border: 1px solid var(--editor-brick-stroke-color);\\n background: #fff;\\n display: grid;\\n grid-template-columns: 1f;\\n grid-gap: 1px;\\n padding: 8px;\\n}\\n\\n.row--2IogrCtz {\\n display: grid;\\n grid-gap: 1px;\\n}\\n\\n.cell--10gfSJi1 {\\n position: relative;\\n display: flex;\\n flex-direction: column;\\n justify-content: center;\\n align-items: center;\\n padding: 12px;\\n}\\n\\n.cell--10gfSJi1:not(:last-child)::after {\\n content: \\\"\\\";\\n position: absolute;\\n right: -1px;\\n top: 12px;\\n bottom: 12px;\\n width: 1px;\\n background: var(--editor-brick-stroke-color);\\n}\\n\\n.row--2IogrCtz:not(:first-child) > .cell--10gfSJi1::before {\\n content: \\\"\\\";\\n position: absolute;\\n top: -1px;\\n left: 12px;\\n right: 12px;\\n height: 1px;\\n background: var(--editor-brick-stroke-color);\\n}\\n\\n.icon--3eJe2UF3 {\\n width: 40px;\\n height: 40px;\\n border-radius: 50%;\\n background: var(--editor-brick-skeleton-bg);\\n}\\n\\n.text--hQJvL34q {\\n width: 66px;\\n height: 13px;\\n margin-top: 13px;\\n background: var(--editor-brick-skeleton-bg-light);\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"card\": \"card--4Ff-GYSf\",\n\t\"row\": \"row--2IogrCtz\",\n\t\"cell\": \"cell--10gfSJi1\",\n\t\"icon\": \"icon--3eJe2UF3\",\n\t\"text\": \"text--hQJvL34q\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".table--3MFFVN-n {\\n background: var(--editor-brick-stroke-color);\\n border-radius: var(--editor-brick-border-radius);\\n border: 1px solid var(--editor-brick-stroke-color);\\n display: grid;\\n grid-gap: 1px;\\n overflow: hidden;\\n}\\n\\n.row--3TXAAHFu {\\n display: flex;\\n flex-wrap: nowrap;\\n background: #fff;\\n}\\n\\n.head--3NSrFOUW {\\n background: #fafafa;\\n}\\n\\n.body--ezjorDh4 {\\n background: #fff;\\n}\\n\\n.checkbox--2eNavKzc {\\n width: 16px;\\n height: 16px;\\n margin: 16px;\\n border-radius: var(--editor-brick-border-radius);\\n border: 1px solid var(--editor-brick-stroke-color);\\n background: var(--editor-brick-skeleton-bg-light);\\n}\\n\\n.cell--1fCYiMG1 {\\n flex: 1;\\n height: 50px;\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n}\\n\\n.content--2BS2EN8a {\\n height: 12px;\\n width: 67%;\\n background: var(--editor-brick-skeleton-bg-light);\\n}\\n\\n.body--ezjorDh4 .cell--1fCYiMG1:last-child .content--2BS2EN8a {\\n background: var(--editor-brick-skeleton-bg-blue);\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"table\": \"table--3MFFVN-n\",\n\t\"row\": \"row--3TXAAHFu\",\n\t\"head\": \"head--3NSrFOUW\",\n\t\"body\": \"body--ezjorDh4\",\n\t\"checkbox\": \"checkbox--2eNavKzc\",\n\t\"cell\": \"cell--1fCYiMG1\",\n\t\"content\": \"content--2BS2EN8a\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".card--3FL1DPl6 {\\n border-radius: var(--editor-brick-border-radius);\\n border: 1px solid var(--editor-brick-stroke-color);\\n background: #fff;\\n display: flex;\\n justify-content: space-between;\\n align-items: center;\\n padding: 36px 46px;\\n flex-wrap: nowrap;\\n}\\n\\n.description--2bZBhkH1 {\\n overflow: hidden;\\n min-width: 0;\\n}\\n\\n.value--24UVmx8S {\\n color: rgba(22, 123, 224, 0.6);\\n font-size: 42px;\\n line-height: 46px;\\n white-space: nowrap;\\n}\\n\\n.valuePlaceholder--3hSyRMJy {\\n width: 48px;\\n height: 46px;\\n background: var(--editor-brick-skeleton-bg-blue);\\n}\\n\\n.title--21Dpbtt2 {\\n font-size: 16px;\\n color: #8c8c8c;\\n margin-top: 12px;\\n line-height: 20px;\\n}\\n\\n.titlePlaceholder--160Vcnu9 {\\n width: 64px;\\n height: 20px;\\n background: var(--editor-brick-skeleton-bg);\\n}\\n\\n.icon--3nMjq4dw {\\n flex-shrink: 0;\\n width: 88px;\\n height: 88px;\\n background: rgba(199, 227, 255, 0.3);\\n border-radius: 50%;\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"card\": \"card--3FL1DPl6\",\n\t\"description\": \"description--2bZBhkH1\",\n\t\"value\": \"value--24UVmx8S\",\n\t\"valuePlaceholder\": \"valuePlaceholder--3hSyRMJy\",\n\t\"title\": \"title--21Dpbtt2\",\n\t\"titlePlaceholder\": \"titlePlaceholder--160Vcnu9\",\n\t\"icon\": \"icon--3nMjq4dw\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".linkContainer--gfVK8G-a {\\n color: var(--antd-link-color);\\n padding: 5px 10px;\\n min-height: var(--editor-brick-base-height);\\n white-space: normal;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n .linkContainer--gfVK8G-a.empty--2-zOaia5 {\\n border-radius: var(--editor-brick-border-radius);\\n background: var(--editor-brick-skeleton-bg-light);\\n }\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"linkContainer\": \"linkContainer--gfVK8G-a\",\n\t\"empty\": \"empty--2-zOaia5\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".descriptionContainer--1cwCX4-I {\\n padding: 20px;\\n border: 1px solid var(--editor-brick-stroke-color);\\n border-radius: var(--editor-brick-border-radius);\\n}\\n\\n .descriptionContainer--1cwCX4-I .title--1cOIO0ec {\\n height: 20px;\\n background-color: var(--editor-brick-skeleton-bg);\\n margin-bottom: 20px;\\n width: 60px;\\n }\\n\\n .descriptionContainer--1cwCX4-I .content--22Z1-Swl {\\n display: grid;\\n grid-gap: 20px;\\n gap: 20px;\\n align-items: center;\\n height: 100px;\\n grid-template-rows: 1fr 1fr;\\n }\\n\\n .descriptionContainer--1cwCX4-I .content--22Z1-Swl .item--3ABClY6g {\\n height: 20px;\\n background-color: var(--editor-brick-skeleton-bg-light);\\n }\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"descriptionContainer\": \"descriptionContainer--1cwCX4-I\",\n\t\"title\": \"title--1cOIO0ec\",\n\t\"content\": \"content--22Z1-Swl\",\n\t\"item\": \"item--3ABClY6g\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".resultContainer--1Gjcwmrj {\\n display: flex;\\n flex-direction: column;\\n justify-content: center;\\n padding: var(--card-content-gap);\\n gap: 20px;\\n}\\n\\n .resultContainer--1Gjcwmrj .icon--3eNcCdfh {\\n height: 130px;\\n font-size: 100px;\\n color: var(--editor-brick-stroke-color);\\n }\\n\\n .resultContainer--1Gjcwmrj .contentWrapper--2YYWcZXT {\\n display: flex;\\n flex-direction: column;\\n align-items: center;\\n }\\n\\n .resultContainer--1Gjcwmrj .contentWrapper--2YYWcZXT .content--1j217at9 {\\n height: 20px;\\n width: 220px;\\n background-color: var(--editor-brick-skeleton-bg-light);\\n }\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"resultContainer\": \"resultContainer--1Gjcwmrj\",\n\t\"icon\": \"icon--3eNcCdfh\",\n\t\"contentWrapper\": \"contentWrapper--2YYWcZXT\",\n\t\"content\": \"content--1j217at9\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".alertContainer--VqtSf4_t {\\n display: flex;\\n gap: 15px;\\n padding: var(--card-content-gap);\\n border-radius: var(--editor-brick-border-radius);\\n border: 1px solid var(--editor-brick-stroke-color);\\n}\\n\\n .alertContainer--VqtSf4_t .icon--39UNjXiz {\\n display: inline-flex;\\n justify-content: center;\\n align-items: center;\\n width: 26px;\\n height: 26px;\\n border-radius: 50%;\\n background-color: #0071eb;\\n }\\n\\n .alertContainer--VqtSf4_t .icon--39UNjXiz::before {\\n content: \\\"\\\";\\n display: inline-block;\\n width: 2px;\\n height: 12px;\\n background-color: #fff;\\n border-radius: 50%;\\n }\\n\\n .alertContainer--VqtSf4_t .content--3qhaVAu_ {\\n flex: 1;\\n display: flex;\\n flex-direction: column;\\n gap: 10px;\\n }\\n\\n .alertContainer--VqtSf4_t .content--3qhaVAu_ .title--1J58GhaJ {\\n display: flex;\\n gap: 10px;\\n align-items: center;\\n }\\n\\n .alertContainer--VqtSf4_t .content--3qhaVAu_ .title--1J58GhaJ .message--39QdTNZi {\\n flex: 1;\\n height: 28px;\\n background-color: var(--editor-brick-stroke-color);\\n }\\n\\n .alertContainer--VqtSf4_t .content--3qhaVAu_ .description--E6ljb3YM {\\n height: 28px;\\n background-color: var(--editor-brick-skeleton-bg-light);\\n }\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"alertContainer\": \"alertContainer--VqtSf4_t\",\n\t\"icon\": \"icon--39UNjXiz\",\n\t\"content\": \"content--3qhaVAu_\",\n\t\"title\": \"title--1J58GhaJ\",\n\t\"message\": \"message--39QdTNZi\",\n\t\"description\": \"description--E6ljb3YM\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".treeContainer--2Yh_xIDY {\\n min-height: 695px;\\n padding: 20px 30px;\\n border: 1px solid var(--editor-brick-stroke-color);\\n border-radius: var(--editor-brick-border-radius);\\n}\\n .treeContainer--2Yh_xIDY .item--3ArGjXqy {\\n height: 15px;\\n width: 80px;\\n margin-bottom: 10px;\\n background: var(--editor-brick-skeleton-bg-light);\\n }\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"treeContainer\": \"treeContainer--2Yh_xIDY\",\n\t\"item\": \"item--3ArGjXqy\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","module.exports = dll;","module.exports = (__webpack_require__(15))(\"TSYQ\");","module.exports = (__webpack_require__(15))(\"RBnf\");","__webpack_public_path__ = `${window.PUBLIC_ROOT ?? \"\"}bricks/presentational-bricks/dist/editors/`;","import api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--13-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--13-2!./brick-quick-entries.editor.module.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import React from \"react\";\nimport { range } from \"lodash\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\n\nimport styles from \"./brick-quick-entries.editor.module.css\";\n\ninterface BrickQuickEntriesProperties {\n column?: number;\n row?: number;\n}\n\nexport function BrickQuickEntriesEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<BrickQuickEntriesProperties>({ nodeUid });\n let { column, row } = node.$$parsedProperties;\n if (typeof column !== \"number\") {\n column = 1;\n }\n if (typeof row !== \"number\") {\n row = 1;\n }\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.card}>\n {range(0, row).map((r) => (\n <div\n key={r}\n className={styles.row}\n style={{\n gridTemplateColumns: `repeat(${column}, 1fr)`,\n }}\n >\n {range(0, column).map((c) => (\n <div key={c} className={styles.cell}>\n <div className={styles.icon}></div>\n <div className={styles.text}></div>\n </div>\n ))}\n </div>\n ))}\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"presentational-bricks.brick-quick-entries--editor\",\n EditorElementFactory(BrickQuickEntriesEditor, {\n selfLayout: EditorSelfLayout.BLOCK,\n })\n);\n","import api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--13-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--13-2!./brick-table.editor.module.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import React from \"react\";\nimport { range } from \"lodash\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport { TableProps } from \"antd/lib/table\";\nimport { UseBrickConf } from \"@next-core/brick-types\";\nimport { smartDisplayForEvaluableString } from \"@next-core/brick-utils\";\n\nimport styles from \"./brick-table.editor.module.css\";\n\ninterface ColumnsProps {\n dataIndex: string;\n key: string;\n title: string;\n headerBrick: {\n useBrick: UseBrickConf;\n };\n}\ninterface BrickTableProps {\n columns: ColumnsProps[];\n configProps?: TableProps<any>;\n}\n\nexport function BrickTableEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<BrickTableProps>({ nodeUid });\n const {\n columns: tableColumnsProps,\n configProps = {},\n } = node.$$parsedProperties;\n\n const rows = 3;\n const columns = tableColumnsProps?.length || 3;\n\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.table}>\n {range(0, rows).map((rowIndex) => (\n <div\n key={rowIndex}\n className={`${styles.row} ${\n rowIndex === 0 ? styles.head : styles.body\n }`}\n >\n {configProps.rowSelection && <span className={styles.checkbox} />}\n {range(0, columns).map((columnIndex) => {\n const curColumn = tableColumnsProps?.[columnIndex];\n const columnTitle = smartDisplayForEvaluableString(\n curColumn?.title\n );\n const isUseBrick = curColumn?.headerBrick;\n return (\n <div key={columnIndex} className={styles.cell}>\n {rowIndex === 0 && columnTitle && !isUseBrick ? (\n <span>{columnTitle}</span>\n ) : (\n <div className={styles.content}></div>\n )}\n </div>\n );\n })}\n </div>\n ))}\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"presentational-bricks.brick-table--editor\",\n EditorElementFactory(BrickTableEditor, {\n selfLayout: EditorSelfLayout.BLOCK,\n })\n);\n","import api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--13-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--13-2!./statistic-card.editor.module.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import React from \"react\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport { smartDisplayForEvaluableString } from \"@next-core/brick-utils\";\n\nimport styles from \"./statistic-card.editor.module.css\";\n\ninterface StatisticCardProperties {\n cardTitle?: string;\n value?: string;\n}\n\nexport function StatisticCardEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<StatisticCardProperties>({ nodeUid });\n const { cardTitle, value } = node.$$parsedProperties;\n const displayTitle = smartDisplayForEvaluableString(cardTitle, \"\", \"<% … %>\");\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.card}>\n <div className={styles.description}>\n <div className={styles.value}>\n {value || <div className={styles.valuePlaceholder}></div>}\n </div>\n <div className={styles.title}>\n {displayTitle || <div className={styles.titlePlaceholder}></div>}\n </div>\n </div>\n <div className={styles.icon}></div>\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"presentational-bricks.statistic-card--editor\",\n EditorElementFactory(StatisticCardEditor, {\n selfLayout: EditorSelfLayout.BLOCK,\n })\n);\n","import api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--13-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--13-2!./brick-link.editor.module.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import React from \"react\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport { smartDisplayForEvaluableString } from \"@next-core/brick-utils\";\nimport classNames from \"classnames\";\nimport styles from \"./brick-link.editor.module.css\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface BrickLinkProperties {\n label: string;\n}\n\nexport function BrickLinkEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<BrickLinkProperties>({ nodeUid });\n const { label } = node.$$parsedProperties;\n const displayLabel = smartDisplayForEvaluableString(label, \"\", \"<% … %>\");\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div\n className={classNames(styles.linkContainer, { [styles.empty]: !label })}\n >\n {label}\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"presentational-bricks.brick-link--editor\",\n EditorElementFactory(BrickLinkEditor, {\n selfLayout: EditorSelfLayout.INLINE,\n })\n);\n","import api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--13-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--13-2!./brick-descriptions.editor.module.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import React from \"react\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport { range } from \"lodash\";\nimport styles from \"./brick-descriptions.editor.module.css\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface BrickDescriptionsProperties {\n column: number;\n}\n\nexport function BrickDescriptionsEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<BrickDescriptionsProperties>({ nodeUid });\n const { column = 3 } = node.$$parsedProperties;\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.descriptionContainer}>\n <div className={styles.title}></div>\n <div\n className={styles.content}\n style={{ gridTemplateColumns: `repeat(${column}, 1fr)` }}\n >\n {range(0, column * 2).map((_, index) => (\n <div key={index} className={styles.item} />\n ))}\n </div>\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"presentational-bricks.brick-descriptions--editor\",\n EditorElementFactory(BrickDescriptionsEditor, {\n selfLayout: EditorSelfLayout.BLOCK,\n })\n);\n","import api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--13-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--13-2!./brick-result.editor.module.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import React from \"react\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n SlotContainer,\n} from \"@next-core/editor-bricks-helper\";\nimport { PictureFilled } from \"@ant-design/icons\";\nimport styles from \"./brick-result.editor.module.css\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface BrickResultProperties {\n // someProps?: string;\n}\n\nexport function BrickResultEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<BrickResultProperties>({ nodeUid });\n // const { someProps } = node.$$parsedProperties;\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.resultContainer}>\n <div className={styles.contentWrapper}>\n <div className={styles.icon}>\n <PictureFilled />\n </div>\n <div className={styles.content}></div>\n </div>\n <SlotContainer nodeUid={nodeUid} slotName=\"content\"></SlotContainer>\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"presentational-bricks.brick-result--editor\",\n EditorElementFactory(BrickResultEditor, {\n selfLayout: EditorSelfLayout.BLOCK,\n })\n);\n","import api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--13-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--13-2!./brick-alert.editor.module.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import React from \"react\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n SlotContainer,\n EditorSlotContentLayout,\n} from \"@next-core/editor-bricks-helper\";\nimport styles from \"./brick-alert.editor.module.css\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface BrickAlertProperties {\n showIcon?: boolean;\n description?: string;\n enableMessageSlot?: boolean;\n enableDescSlot?: boolean;\n enableActionSlot: boolean;\n}\n\nexport function BrickAlertEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<BrickAlertProperties>({ nodeUid });\n const {\n showIcon,\n enableMessageSlot,\n enableDescSlot,\n enableActionSlot,\n description,\n } = node.$$parsedProperties;\n\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.alertContainer}>\n {showIcon && <span className={styles.icon}></span>}\n\n <div className={styles.content}>\n <div className={styles.title}>\n {enableMessageSlot ? (\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"message\"\n slotContainerStyle={{ flex: 2 }}\n showOutlineIfEmpty\n />\n ) : (\n <div className={styles.message} />\n )}\n {enableActionSlot && (\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"action\"\n slotContentLayout={EditorSlotContentLayout.INLINE}\n slotContainerStyle={{ flex: 1 }}\n showOutlineIfEmpty\n />\n )}\n </div>\n {enableDescSlot ? (\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"description\"\n showOutlineIfEmpty\n />\n ) : (\n description && <div className={styles.description} />\n )}\n </div>\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"presentational-bricks.brick-alert--editor\",\n EditorElementFactory(BrickAlertEditor, {\n selfLayout: EditorSelfLayout.BLOCK,\n })\n);\n","import api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--13-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--13-2!./brick-tree.editor.module.css\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import React from \"react\";\nimport { range } from \"lodash\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport styles from \"./brick-tree.editor.module.css\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface BrickTreeProperties {\n // someProps?: string;\n}\n\nexport function BrickTreeEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<BrickTreeProperties>({ nodeUid });\n\n // const { someProps } = node.$$parsedProperties;\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.treeContainer}>\n {range(0, 4).map((_, index) => (\n <div key={index} className={styles.item}></div>\n ))}\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"presentational-bricks.brick-tree--editor\",\n EditorElementFactory(BrickTreeEditor, {\n selfLayout: EditorSelfLayout.BLOCK,\n })\n);\n"],"sourceRoot":""}