@next-bricks/basic-bricks 1.194.6 → 1.194.7
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 +8 -0
- package/deploy/contract.yaml +49 -49
- package/dist/bricks.json +2 -2
- package/dist/editors/{editors.d972c1f1.js → editors.a3ba33a8.js} +2 -2
- package/dist/editors/editors.a3ba33a8.js.map +1 -0
- package/dist/{index.2c96ade8.js → index.6c5121f6.js} +2 -2
- package/dist/index.6c5121f6.js.map +1 -0
- package/dist/stories-asserts/basic-bricks.advanced-list-container.1d63de3b92845ce1.svg +20 -0
- package/dist/stories-asserts/basic-bricks.export-json-file.c9957d2470454ddb.svg +18 -0
- package/dist/stories-asserts/basic-bricks.flex-layout.437e23a3219d798e.svg +17 -0
- package/dist/stories-asserts/basic-bricks.fold-brick-v2.b9ab1cf01c2c7674.svg +18 -0
- package/dist/stories-asserts/basic-bricks.general-anchor.e5abcdbf79476048.svg +55 -0
- package/dist/stories-asserts/basic-bricks.general-card.c40269ce2a014a2b.svg +19 -0
- package/dist/stories-asserts/basic-bricks.general-custom-buttons.826947326a6affa4.svg +23 -0
- package/dist/stories-asserts/basic-bricks.general-drawer.78ff64a02f145893.svg +31 -0
- package/dist/stories-asserts/basic-bricks.general-hotkeys.78d83470cb19c39e.svg +22 -0
- package/dist/stories-asserts/basic-bricks.general-modal.63edc12759325f60.svg +26 -0
- package/dist/stories-asserts/basic-bricks.general-notification.c528458ccd6aefb4.svg +60 -0
- package/dist/stories-asserts/basic-bricks.general-timer.b6537c7433c535f5.svg +21 -0
- package/dist/stories-asserts/basic-bricks.general-title.86281097750f8e66.svg +54 -0
- package/dist/stories-asserts/basic-bricks.grid-layout.f59275b02376fe7c.svg +18 -0
- package/dist/stories-asserts/basic-bricks.list-container.5ab420e04901e865.svg +32 -0
- package/dist/stories-asserts/basic-bricks.page-title.d3c16d2b20e77d86.svg +17 -0
- package/dist/stories-asserts/basic-bricks.popover-container.617c3609f9acc715.svg +27 -0
- package/dist/stories-asserts/basic-bricks.sub-menu-filter.ddd3fbbbdf01f1fe.svg +39 -0
- package/dist/stories.json +18 -40
- package/package.json +3 -3
- package/dist/editors/editors.d972c1f1.js.map +0 -1
- package/dist/index.2c96ade8.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -120,8 +120,7 @@
|
|
|
120
120
|
"zh": "可以指定子项使用特定构件的列表容器,相当于是动态的构件列表"
|
|
121
121
|
},
|
|
122
122
|
"icon": {
|
|
123
|
-
"
|
|
124
|
-
"icon": "th"
|
|
123
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.advanced-list-container.1d63de3b92845ce1.svg"
|
|
125
124
|
},
|
|
126
125
|
"conf": [
|
|
127
126
|
{
|
|
@@ -528,8 +527,7 @@
|
|
|
528
527
|
"zh": "把数据导出为 JSON 文件"
|
|
529
528
|
},
|
|
530
529
|
"icon": {
|
|
531
|
-
"
|
|
532
|
-
"icon": "export"
|
|
530
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.export-json-file.c9957d2470454ddb.svg"
|
|
533
531
|
},
|
|
534
532
|
"conf": [
|
|
535
533
|
{
|
|
@@ -710,8 +708,7 @@
|
|
|
710
708
|
"zh": "折叠容器,只折叠单个内容,支持slot"
|
|
711
709
|
},
|
|
712
710
|
"icon": {
|
|
713
|
-
"
|
|
714
|
-
"icon": "chevron-down"
|
|
711
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.fold-brick-v2.b9ab1cf01c2c7674.svg"
|
|
715
712
|
},
|
|
716
713
|
"conf": [
|
|
717
714
|
{
|
|
@@ -1265,8 +1262,7 @@
|
|
|
1265
1262
|
"zh": "常见于为多个构件提供统一的卡片容器,比如将搜索框与表格放在一起"
|
|
1266
1263
|
},
|
|
1267
1264
|
"icon": {
|
|
1268
|
-
"
|
|
1269
|
-
"icon": "address-card"
|
|
1265
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-card.c40269ce2a014a2b.svg"
|
|
1270
1266
|
},
|
|
1271
1267
|
"conf": [
|
|
1272
1268
|
{
|
|
@@ -1826,8 +1822,7 @@
|
|
|
1826
1822
|
"zh": "可配置收纳起来的更多按钮,可配置不同事件,常用于页面右上角、卡片右上角等操作位。"
|
|
1827
1823
|
},
|
|
1828
1824
|
"icon": {
|
|
1829
|
-
"
|
|
1830
|
-
"icon": "pencil-alt"
|
|
1825
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-custom-buttons.826947326a6affa4.svg"
|
|
1831
1826
|
},
|
|
1832
1827
|
"conf": [
|
|
1833
1828
|
{
|
|
@@ -3048,8 +3043,7 @@
|
|
|
3048
3043
|
"zh": "提供插槽以展示其他构件"
|
|
3049
3044
|
},
|
|
3050
3045
|
"icon": {
|
|
3051
|
-
"
|
|
3052
|
-
"icon": "draw-polygon"
|
|
3046
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-drawer.78ff64a02f145893.svg"
|
|
3053
3047
|
},
|
|
3054
3048
|
"conf": [
|
|
3055
3049
|
{
|
|
@@ -3518,8 +3512,7 @@
|
|
|
3518
3512
|
"zh": "可配置通用快捷键以及相关事件名"
|
|
3519
3513
|
},
|
|
3520
3514
|
"icon": {
|
|
3521
|
-
"
|
|
3522
|
-
"icon": "pencil-alt"
|
|
3515
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-hotkeys.78d83470cb19c39e.svg"
|
|
3523
3516
|
},
|
|
3524
3517
|
"conf": [
|
|
3525
3518
|
{
|
|
@@ -3599,8 +3592,7 @@
|
|
|
3599
3592
|
"zh": "提供插槽以展示其他构件,注意与表单通用模态框 (forms.general-modal) 的不同"
|
|
3600
3593
|
},
|
|
3601
3594
|
"icon": {
|
|
3602
|
-
"
|
|
3603
|
-
"icon": "draw-polygon"
|
|
3595
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-modal.63edc12759325f60.svg"
|
|
3604
3596
|
},
|
|
3605
3597
|
"conf": [
|
|
3606
3598
|
{
|
|
@@ -4203,9 +4195,7 @@
|
|
|
4203
4195
|
"zh": "普通的 notification"
|
|
4204
4196
|
},
|
|
4205
4197
|
"icon": {
|
|
4206
|
-
"
|
|
4207
|
-
"icon": "discord",
|
|
4208
|
-
"prefix": "fab"
|
|
4198
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-notification.c528458ccd6aefb4.svg"
|
|
4209
4199
|
},
|
|
4210
4200
|
"conf": [
|
|
4211
4201
|
{
|
|
@@ -4357,8 +4347,7 @@
|
|
|
4357
4347
|
"zh": "启动一个定时发出指定事件的定时器"
|
|
4358
4348
|
},
|
|
4359
4349
|
"icon": {
|
|
4360
|
-
"
|
|
4361
|
-
"icon": "clock-circle"
|
|
4350
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-timer.b6537c7433c535f5.svg"
|
|
4362
4351
|
},
|
|
4363
4352
|
"conf": [
|
|
4364
4353
|
{
|
|
@@ -4453,8 +4442,7 @@
|
|
|
4453
4442
|
"zh": "提供多行多列的响应式网格布局"
|
|
4454
4443
|
},
|
|
4455
4444
|
"icon": {
|
|
4456
|
-
"
|
|
4457
|
-
"icon": "th"
|
|
4445
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.grid-layout.f59275b02376fe7c.svg"
|
|
4458
4446
|
},
|
|
4459
4447
|
"conf": {
|
|
4460
4448
|
"brick": "basic-bricks.grid-layout",
|
|
@@ -4822,8 +4810,7 @@
|
|
|
4822
4810
|
"zh": "可以指定子项使用特定构件的列表容器,相当于是动态的构件列表"
|
|
4823
4811
|
},
|
|
4824
4812
|
"icon": {
|
|
4825
|
-
"
|
|
4826
|
-
"icon": "th"
|
|
4813
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.list-container.5ab420e04901e865.svg"
|
|
4827
4814
|
},
|
|
4828
4815
|
"conf": [
|
|
4829
4816
|
{
|
|
@@ -5731,8 +5718,7 @@
|
|
|
5731
5718
|
"zh": "页面标题,在`basic-bricks.micro-view`的titleBar插槽中使用,如果只是普通字符串的可用pageTitle属性代替,如果是动态的话则用这个构件"
|
|
5732
5719
|
},
|
|
5733
5720
|
"icon": {
|
|
5734
|
-
"
|
|
5735
|
-
"icon": "cube"
|
|
5721
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.page-title.d3c16d2b20e77d86.svg"
|
|
5736
5722
|
},
|
|
5737
5723
|
"conf": {
|
|
5738
5724
|
"brick": "basic-bricks.micro-view",
|
|
@@ -5794,9 +5780,7 @@
|
|
|
5794
5780
|
"zh": "可以配置显示构件和弹出框构件,常用于快速编辑和详情展示"
|
|
5795
5781
|
},
|
|
5796
5782
|
"icon": {
|
|
5797
|
-
"
|
|
5798
|
-
"icon": "comment",
|
|
5799
|
-
"prefix": "fas"
|
|
5783
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.popover-container.617c3609f9acc715.svg"
|
|
5800
5784
|
},
|
|
5801
5785
|
"conf": [
|
|
5802
5786
|
{
|
|
@@ -6887,8 +6871,7 @@
|
|
|
6887
6871
|
"zh": "搜索能力二级菜单"
|
|
6888
6872
|
},
|
|
6889
6873
|
"icon": {
|
|
6890
|
-
"
|
|
6891
|
-
"icon": "indent"
|
|
6874
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.sub-menu-filter.ddd3fbbbdf01f1fe.svg"
|
|
6892
6875
|
},
|
|
6893
6876
|
"conf": [
|
|
6894
6877
|
{
|
|
@@ -7433,9 +7416,7 @@
|
|
|
7433
7416
|
"zh": "用于跳转到页面指定位置"
|
|
7434
7417
|
},
|
|
7435
7418
|
"icon": {
|
|
7436
|
-
"
|
|
7437
|
-
"icon": "link",
|
|
7438
|
-
"prefix": "fas"
|
|
7419
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-anchor.e5abcdbf79476048.svg"
|
|
7439
7420
|
},
|
|
7440
7421
|
"conf": [
|
|
7441
7422
|
{
|
|
@@ -7615,9 +7596,7 @@
|
|
|
7615
7596
|
"zh": "可以配置标题、副标题、描述"
|
|
7616
7597
|
},
|
|
7617
7598
|
"icon": {
|
|
7618
|
-
"
|
|
7619
|
-
"icon": "angellist",
|
|
7620
|
-
"prefix": "fab"
|
|
7599
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-title.86281097750f8e66.svg"
|
|
7621
7600
|
},
|
|
7622
7601
|
"conf": [
|
|
7623
7602
|
{
|
|
@@ -7753,8 +7732,7 @@
|
|
|
7753
7732
|
"zh": "基于Flex的布局容器"
|
|
7754
7733
|
},
|
|
7755
7734
|
"icon": {
|
|
7756
|
-
"
|
|
7757
|
-
"icon": "th"
|
|
7735
|
+
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.flex-layout.437e23a3219d798e.svg"
|
|
7758
7736
|
},
|
|
7759
7737
|
"conf": [
|
|
7760
7738
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.194.
|
|
3
|
+
"version": "1.194.7",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@next-core/custom-antd-styles": "^1.24.12",
|
|
34
|
-
"@next-libs/basic-components": "^3.5.
|
|
34
|
+
"@next-libs/basic-components": "^3.5.2",
|
|
35
35
|
"@next-libs/storage": "^2.0.2",
|
|
36
36
|
"@next-sdk/air-admin-service-sdk": "^2.1.12",
|
|
37
37
|
"classnames": "^2.3.1",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"immutability-helper": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": true,
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "8194515121f04fec16987b9f50b48aa13b404a30"
|
|
43
43
|
}
|
|
@@ -1 +0,0 @@
|
|
|
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/@next-core/brick-utils/dist/index.esm.js from dll-reference DllOfEditorBricksHelper","webpack:///delegated ./node_modules/@ant-design/icons/es/index.js from dll-reference dll","webpack:///delegated ./node_modules/lodash/lodash.js from dll-reference DllOfEditorBricksHelper","webpack:///delegated ./node_modules/classnames/index.js from dll-reference dll","webpack:///delegated ./node_modules/@babel/runtime/helpers/objectSpread2.js from dll-reference DllOfEditorBricksHelper","webpack:///external \"dll\"","webpack:///external \"DllOfEditorBricksHelper\"","webpack:///./bricks/basic-bricks/src/editor-bricks/any-brick/any-brick.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/any-route/any-route.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/micro-view/micro-view.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/general-button/general-button.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/general-card/general-card.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/general-drawer/general-drawer.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/general-modal/general-modal.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/general-custom-buttons/general-custom-buttons.editor.module.css","webpack:///delegated ./node_modules/antd/es/index.js from dll-reference dll","webpack:///delegated ./node_modules/@next-core/brick-icons/dist/index.esm.js from dll-reference dll","webpack:///./node_modules/@next-libs/basic-components/dist/esm/GeneralIcon.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/easy-view/easy-view.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/page-title/page-title.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/list-container/list-container.editor.module.css","webpack:///./bricks/basic-bricks/src/editor-bricks/fold-brick-v2/fold-brick-v2.editor.module.css","webpack:///delegated ./node_modules/@babel/runtime/helpers/extends.js from dll-reference dll","webpack:///delegated ./node_modules/@ant-design/compatible/es/index.js from dll-reference dll","webpack:///delegated ./node_modules/@fortawesome/react-fontawesome/index.es.js from dll-reference dll","webpack:///./bricks/basic-bricks/src/editor-bricks/_/public-path.js","webpack:///./bricks/basic-bricks/src/editor-bricks/any-brick/any-brick.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/any-brick/any-brick.editor.module.css?0ce8","webpack:///./bricks/basic-bricks/src/editor-bricks/any-route/any-route.editor.module.css?2173","webpack:///./bricks/basic-bricks/src/editor-bricks/any-route/any-route.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/micro-view/micro-view.editor.module.css?f8ac","webpack:///./bricks/basic-bricks/src/editor-bricks/micro-view/micro-view.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/general-button/general-button.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/general-button/general-button.editor.module.css?9aa6","webpack:///./bricks/basic-bricks/src/editor-bricks/general-card/general-card.editor.module.css?e31f","webpack:///./bricks/basic-bricks/src/editor-bricks/general-card/general-card.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/grid-layout/grid-layout.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/general-drawer/general-drawer.editor.module.css?d1cb","webpack:///./bricks/basic-bricks/src/editor-bricks/general-drawer/general-drawer.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/general-modal/general-modal.editor.module.css?2764","webpack:///./bricks/basic-bricks/src/editor-bricks/general-modal/general-modal.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/multiple-columns-card/multiple-columns-card.editor.tsx","webpack:///./node_modules/@next-libs/basic-components/src/utils/getColor.ts","webpack:///./node_modules/@next-libs/basic-components/dist/esm/GeneralIcon.module.css?b7cd","webpack:///./node_modules/@next-libs/basic-components/src/GeneralIcon.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/general-custom-buttons/general-custom-buttons.editor.module.css?4a80","webpack:///./bricks/basic-bricks/src/editor-bricks/general-custom-buttons/general-custom-buttons.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/easy-view/easy-view.editor.module.css?a0b3","webpack:///./bricks/basic-bricks/src/editor-bricks/easy-view/easy-view.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/page-title/page-title.editor.module.css?550b","webpack:///./bricks/basic-bricks/src/editor-bricks/page-title/page-title.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/list-container/list-container.editor.module.css?6ad2","webpack:///./bricks/basic-bricks/src/editor-bricks/list-container/list-container.editor.tsx","webpack:///./bricks/basic-bricks/src/editor-bricks/fold-brick-v2/fold-brick-v2.editor.module.css?98d2","webpack:///./bricks/basic-bricks/src/editor-bricks/fold-brick-v2/fold-brick-v2.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","dll","DllOfEditorBricksHelper","___CSS_LOADER_EXPORT___","locals","__webpack_public_path__","PUBLIC_ROOT","DisplayType","customElements","define","EditorElementFactory","icon","nodeUid","node","useBuilderNode","mountPoints","useBuilderNodeMountPoints","displayType","DEFAULT","type","bg","PROVIDER","TEMPLATE","portal","PORTAL","className","classNames","styles","wrapper","hasChildren","noChildren","isExpandableTemplate","$$isExpandableTemplate","mountPoint","slotName","alias","selfLayout","EditorSelfLayout","INLINE","majorSlots","Set","MicroViewEditor","pageTitle","$$parsedProperties","displayPageTitle","smartDisplayForEvaluableString","hasTitleBar","includes","minorSlots","has","EditorBrickType","TRANSPARENT_CONTAINER","editorContainerStyle","height","minHeight","editorBodyStyle","display","flexDirection","microViewHeader","slotContainerStyle","flex","slotContentLayout","EditorSlotContentLayout","untitled","dropZoneBodyStyle","justifyContent","dropZoneStyle","brickStyle","CONTAINER","GeneralButtonType","buttonName","buttonType","displayName","button","primary","PRIMARY","cardTitle","displayTitle","card","cardHead","cardBody","columns","isTransparentContainer","GRID","showOutlineIfEmpty","gridTemplateColumns","undefined","customTitle","drawer","headerContainer","title","leftHeaderSlot","rightHeaderSlot","contentSlot","BLOCK","footerSlot","modalTitle","okText","cancelText","displayOk","displayCancel","modal","header","modalBody","footer","cancelBtn","okBtn","gridColumns","castArray","reduce","str","padding","Colors","COLORS_MAP","green","color","background","borderColor","red","blue","orange","cyan","purple","geekblue","gray","getColor","isGradientColor","startColor","endColor","GeneralIcon","_icon","size","shape","reverseBgColor","onClick","showEmptyIcon","memoizedIcon","ref","useRef","isEqual","current","useDeepEqualMemo","getStyle","mergedStyle","backgroundColor","getDefaultIcon","iconNode","omit","component","category","classnames","cssStyle","roundSquareBg","useMemo","src","imgSrc","width","imgStyle","assign","generalIconId","uniqueId","iconType","mergedStyleByBg","lib","theme","data-icon","faIcon","prefix","verticalAlign","gradientIconDirection","direction","x1","y1","x2","y2","position","aria-hidden","focusable","offset","stopColor","BaseButton","children","baseButton","DropdownBtn","isMoreButton","marginRight","marginLeft","customButtons","alignment","hasDropdown","Array","isArray","some","isDropdown","customContainer","isEmpty","text","useBuilderParentNode","$$uid","isWrapper","layoutType","outlineEnabled","useOutlineEnabled","instanceId","gridAreas","gridTemplateAreas","gridTemplateRows","containerStyle","styleByAreas","childNodesByMountPoint","useBuilderGroupedChildNodes","areas","from","flat","area","pickedContainerStyle","pick","empty","row","areaContainer","find","group","gridArea","data-area-id","listContainer","range","_","foldName"],"mappings":"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","file":"editors.d972c1f1.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 = 30);\n","module.exports = (__webpack_require__(10))(\"q1tI\");","module.exports = (__webpack_require__(10))(\"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__(10))(\"A+yw\");","module.exports = (__webpack_require__(9))(\"RBnf\");","module.exports = (__webpack_require__(10))(\"LvDl\");","module.exports = (__webpack_require__(9))(\"TSYQ\");","module.exports = (__webpack_require__(10))(\"3tO9\");","module.exports = dll;","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, \".wrapper--1PASiZud {\\n border-radius: var(--editor-brick-border-radius);\\n}\\n\\n.hasChildren--3EYql2CE {\\n min-height: var(--editor-brick-base-height);\\n}\\n\\n.hasChildren--3EYql2CE:not(.isExpandableTemplate--2xm6SDkS) {\\n border: 1px solid var(--editor-brick-stroke-color);\\n padding: var(--editor-brick-gap);\\n}\\n\\n.hasChildren--3EYql2CE > * + * {\\n margin-top: var(--editor-brick-gap);\\n}\\n\\n.noChildren--1E6gYbtB {\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n padding: 0 10px;\\n height: var(--editor-brick-base-height);\\n background: var(--editor-brick-skeleton-bg-light);\\n}\\n\\n.icon--MXthQTeK {\\n width: 20px;\\n flex-shrink: 0;\\n}\\n\\n.provider--rzPeYmLI > .icon--MXthQTeK {\\n color: var(--theme-orange-color);\\n}\\n\\n.template--2CDhuwvm > .icon--MXthQTeK {\\n color: var(--theme-red-color);\\n}\\n\\n.portal--MyXJclUm > .icon--MXthQTeK {\\n color: var(--theme-purple-color);\\n}\\n\\n.name--3DUQjprd {\\n flex: 1;\\n max-width: 100%;\\n white-space: nowrap;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n\\n.default--2bhRjrRb > .name--3DUQjprd {\\n text-align: center;\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"wrapper\": \"wrapper--1PASiZud\",\n\t\"hasChildren\": \"hasChildren--3EYql2CE\",\n\t\"isExpandableTemplate\": \"isExpandableTemplate--2xm6SDkS\",\n\t\"noChildren\": \"noChildren--1E6gYbtB\",\n\t\"icon\": \"icon--MXthQTeK\",\n\t\"provider\": \"provider--rzPeYmLI\",\n\t\"template\": \"template--2CDhuwvm\",\n\t\"portal\": \"portal--MyXJclUm\",\n\t\"name\": \"name--3DUQjprd\",\n\t\"default\": \"default--2bhRjrRb\"\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, \".wrapper--AEaEOJJM {\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n height: var(--editor-brick-base-height);\\n padding: 0 10px;\\n border-radius: var(--editor-brick-border-radius);\\n background: var(--editor-brick-skeleton-bg-light);\\n}\\n\\n.icon--5LmcxSP3 {\\n width: 20px;\\n flex-shrink: 0;\\n color: var(--theme-cyan-color);\\n}\\n\\n.name--2nUeXqif {\\n flex: 1;\\n max-width: 100%;\\n white-space: nowrap;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"wrapper\": \"wrapper--AEaEOJJM\",\n\t\"icon\": \"icon--5LmcxSP3\",\n\t\"name\": \"name--2nUeXqif\"\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, \".microViewHeader--3WPfXI35 {\\n display: flex;\\n justify-content: space-between;\\n margin-bottom: var(--page-title-margin-bottom);\\n}\\n\\n.pageTitle--3dnhjTxY {\\n flex: 1;\\n font-size: 18px;\\n line-height: 32px;\\n}\\n\\n.untitled--27HU9IHE {\\n color: rgba(0, 0, 0, 0.45);\\n}\\n\\n.toolbar--2iKNGuRi {\\n flex: 1;\\n display: flex;\\n justify-content: flex-end;\\n}\\n\\n.minorSlots--SiinhMQc {\\n margin-bottom: var(--page-title-margin-bottom);\\n}\\n\\n.minorSlots--SiinhMQc > * + * {\\n margin-top: var(--editor-brick-gap);\\n }\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"microViewHeader\": \"microViewHeader--3WPfXI35\",\n\t\"pageTitle\": \"pageTitle--3dnhjTxY\",\n\t\"untitled\": \"untitled--27HU9IHE\",\n\t\"toolbar\": \"toolbar--2iKNGuRi\",\n\t\"minorSlots\": \"minorSlots--SiinhMQc\"\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, \".button--2RyfP6gc {\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n height: var(--editor-brick-base-height);\\n border-radius: var(--editor-brick-border-radius);\\n color: #595959;\\n background: #fff;\\n border: 1px solid #d9d9d9;\\n overflow: hidden;\\n}\\n\\n.primary--9bzhZ7GV {\\n color: #fff;\\n background: #167be0;\\n border-color: #167be0;\\n}\\n\\n.buttonName--2V0FptVX {\\n white-space: nowrap;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n min-width: 0;\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"button\": \"button--2RyfP6gc\",\n\t\"primary\": \"primary--9bzhZ7GV\",\n\t\"buttonName\": \"buttonName--2V0FptVX\"\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--2ZoIpk_a {\\n border-radius: var(--editor-brick-border-radius);\\n border: 1px solid var(--editor-brick-stroke-color);\\n background-color: #fff;\\n}\\n\\n.cardHead--1opQ_wMh {\\n border-bottom: 1px solid var(--editor-brick-stroke-color);\\n padding: 5px 12px;\\n}\\n\\n.cardBody--EuXKIBy2 {\\n padding: 20px;\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"card\": \"card--2ZoIpk_a\",\n\t\"cardHead\": \"cardHead--1opQ_wMh\",\n\t\"cardBody\": \"cardBody--EuXKIBy2\"\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, \".drawer--3CLZm97_ {\\n display: flex;\\n flex-direction: column;\\n min-height: 200px;\\n border-radius: var(--editor-brick-border-radius);\\n border: 1px solid var(--editor-brick-stroke-color);\\n}\\n\\n.headerContainer--3jPgVDPa {\\n display: flex;\\n justify-content: center;\\n height: var(--editor-brick-toolbar-height);\\n border-bottom: 1px solid var(--editor-brick-stroke-color);\\n padding: 0 15px;\\n}\\n\\n.headerContainer--3jPgVDPa .title--30b64c5Z {\\n flex: 1;\\n line-height: var(--editor-brick-toolbar-height);\\n font-size: 16px;\\n }\\n\\n.headerContainer--3jPgVDPa .leftHeaderSlot--4752iGrx,\\n .headerContainer--3jPgVDPa .rightHeaderSlot--3yoklLNZ {\\n flex: 1;\\n display: flex;\\n align-items: center;\\n }\\n\\n.headerContainer--3jPgVDPa .rightHeaderSlot--3yoklLNZ {\\n justify-content: flex-end;\\n }\\n\\n.contentSlot--1895SiPS {\\n flex: 1;\\n padding: var(--editor-brick-gap);\\n}\\n\\n.footerSlot--35a_sSCk {\\n flex-basis: var(--editor-brick-toolbar-height);\\n display: flex;\\n align-items: center;\\n background-color: var(--editor-brick-footer-color);\\n padding: 0 var(--editor-brick-gap);\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"drawer\": \"drawer--3CLZm97_\",\n\t\"headerContainer\": \"headerContainer--3jPgVDPa\",\n\t\"title\": \"title--30b64c5Z\",\n\t\"leftHeaderSlot\": \"leftHeaderSlot--4752iGrx\",\n\t\"rightHeaderSlot\": \"rightHeaderSlot--3yoklLNZ\",\n\t\"contentSlot\": \"contentSlot--1895SiPS\",\n\t\"footerSlot\": \"footerSlot--35a_sSCk\"\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, \".modal--3I_ztyHH {\\n border-radius: var(--editor-brick-border-radius);\\n border: 1px solid var(--editor-brick-stroke-color);\\n}\\n\\n.header--2RZJ7uGJ {\\n height: var(--editor-brick-toolbar-height);\\n border-bottom: 1px solid var(--editor-brick-stroke-color);\\n padding: 0 15px;\\n}\\n\\n.header--2RZJ7uGJ .title--3S29PFHS {\\n line-height: var(--editor-brick-toolbar-height);\\n font-size: 16px;\\n }\\n\\n.modalBody--3QYs25zz {\\n padding: var(--editor-brick-gap);\\n min-height: 80px;\\n}\\n\\n.footer--moybbK1H {\\n display: flex;\\n justify-content: flex-end;\\n height: 55px;\\n background-color: var(--editor-brick-footer-color);\\n padding: 12px 30px;\\n}\\n\\n.footer--moybbK1H .okBtn--2Vex5iP0,\\n .footer--moybbK1H .cancelBtn--3h2xzAV8 {\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n min-width: 80px;\\n }\\n\\n.footer--moybbK1H .okBtn--2Vex5iP0 {\\n color: #fff;\\n background: var(--bg-color-button-primary);\\n border: 1px solid var(--bg-color-button-primary);\\n }\\n\\n.footer--moybbK1H .cancelBtn--3h2xzAV8 {\\n color: var(--bg-color-button-link);\\n }\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"modal\": \"modal--3I_ztyHH\",\n\t\"header\": \"header--2RZJ7uGJ\",\n\t\"title\": \"title--3S29PFHS\",\n\t\"modalBody\": \"modalBody--3QYs25zz\",\n\t\"footer\": \"footer--moybbK1H\",\n\t\"okBtn\": \"okBtn--2Vex5iP0\",\n\t\"cancelBtn\": \"cancelBtn--3h2xzAV8\"\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, \".customContainer--134ar7vn {\\n display: grid;\\n grid-gap: 8px;\\n grid-auto-flow: column;\\n}\\n\\n.baseButton--xnwHXnC6 {\\n display: flex;\\n align-items: center;\\n justify-content: center;\\n height: var(--editor-brick-base-height);\\n border-radius: var(--editor-brick-border-radius);\\n color: #595959;\\n padding: 0px 20px;\\n background: #fff;\\n border: 1px solid #d9d9d9;\\n overflow: hidden;\\n white-space: nowrap;\\n min-width: 75px;\\n}\\n\\n.baseButton--xnwHXnC6.primary--37WjUTCT {\\n color: #fff;\\n background: #167be0;\\n border-color: #167be0;\\n }\\n\\n.baseButton--xnwHXnC6.danger--GtnR6VgW {\\n color: #fff;\\n background: #f0493c;\\n border-color: #f0493c;\\n }\\n\\n.baseButton--xnwHXnC6.link--2ySg8ZD_ {\\n color: var(--antd-link-color);\\n }\\n\\n.link--2ySg8ZD_.baseButton--xnwHXnC6 {\\n border: none;\\n }\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"customContainer\": \"customContainer--134ar7vn\",\n\t\"baseButton\": \"baseButton--xnwHXnC6\",\n\t\"primary\": \"primary--37WjUTCT\",\n\t\"danger\": \"danger--GtnR6VgW\",\n\t\"link\": \"link--2ySg8ZD_\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","module.exports = (__webpack_require__(9))(\"gdfu\");","module.exports = (__webpack_require__(9))(\"AE1K\");","// Imports\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../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, \".faIcon--2IYQpP5k.svg-inline--fa {\\n width: 1em;\\n}\\n\\n.roundSquareBg--1bgTDK6y {\\n border-radius: 10%;\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"faIcon\": \"faIcon--2IYQpP5k\",\n\t\"roundSquareBg\": \"roundSquareBg--1bgTDK6y\"\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, \".wrapper--1wLRaw5X {\\n min-height: 100%;\\n}\\n\\n.wrapper--1wLRaw5X.empty--2g80dj0v,\\n.areaContainer--2TzYFh35 {\\n min-height: var(--editor-brick-base-height);\\n}\\n\\n.wrapper--1wLRaw5X {\\n display: grid;\\n}\\n\\n.areaContainer--2TzYFh35 {\\n position: relative;\\n}\\n\\n.outlineEnabled--2aeaDmr7 > .areaContainer--2TzYFh35 {\\n border-radius: 4px;\\n background-image: url(\\\"data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23d9d9d9' stroke-width='2' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e\\\");\\n}\\n\\n.outlineEnabled--2aeaDmr7 > .areaContainer--2TzYFh35.empty--2g80dj0v::before {\\n content: attr(data-area-id);\\n position: absolute;\\n width: 100%;\\n height: 100%;\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n color: var(--stroke-color-default);\\n font-size: 20px;\\n }\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"wrapper\": \"wrapper--1wLRaw5X\",\n\t\"empty\": \"empty--2g80dj0v\",\n\t\"areaContainer\": \"areaContainer--2TzYFh35\",\n\t\"outlineEnabled\": \"outlineEnabled--2aeaDmr7\"\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, \".pageTitle--3T00sVFq {\\n flex: 1;\\n font-size: 18px;\\n line-height: 32px;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n white-space: nowrap;\\n}\\n\\n.untitled--ZTPOLmwE {\\n color: rgba(0, 0, 0, 0.45);\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"pageTitle\": \"pageTitle--3T00sVFq\",\n\t\"untitled\": \"untitled--ZTPOLmwE\"\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, \".listContainer--38Cgc9lu {\\n display: flex;\\n gap: 8px;\\n border: 1px solid var(--editor-brick-stroke-color);\\n border-radius: var(--editor-brick-border-radius);\\n padding: var(--editor-brick-gap);\\n}\\n\\n .listContainer--38Cgc9lu .content--3IPE43Rx {\\n flex: 1;\\n height: 60px;\\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\"listContainer\": \"listContainer--38Cgc9lu\",\n\t\"content\": \"content--3IPE43Rx\"\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, \".wrapper--2Ky7uX0D {\\n /* Try to use pre-defined css variables like `var(--editor-...)` */\\n /* See https://github.com/easyops-cn/next-core/blob/master/packages/brick-container/src/styles/editor-bricks-variables.css */\\n border-radius: var(--editor-brick-border-radius);\\n background: var(--editor-brick-skeleton-bg-light);\\n}\\n\\n.content--2ViV1rXI {\\n}\\n\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {\n\t\"wrapper\": \"wrapper--2Ky7uX0D\",\n\t\"content\": \"content--2ViV1rXI\"\n};\nexport default ___CSS_LOADER_EXPORT___;\n","module.exports = (__webpack_require__(9))(\"pVnL\");","module.exports = (__webpack_require__(9))(\"0Cfi\");","module.exports = (__webpack_require__(9))(\"IP2g\");","__webpack_public_path__ = `${window.PUBLIC_ROOT ?? \"\"}bricks/basic-bricks/dist/editors/`;","import React from \"react\";\nimport { DatabaseFilled, GoldenFilled, MessageFilled } from \"@ant-design/icons\";\nimport classNames from \"classnames\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n SlotContainer,\n useBuilderNode,\n useBuilderNodeMountPoints,\n} from \"@next-core/editor-bricks-helper\";\nimport styles from \"./any-brick.editor.module.css\";\n\nexport enum DisplayType {\n DEFAULT = \"default\",\n PROVIDER = \"provider\",\n TEMPLATE = \"template\",\n PORTAL = \"portal\",\n}\n\nexport function AnyBrickEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode({ nodeUid });\n const mountPoints = useBuilderNodeMountPoints({ nodeUid });\n\n let icon: JSX.Element;\n let displayType = DisplayType.DEFAULT;\n\n if (node.type === \"provider\" || node.bg) {\n displayType = DisplayType.PROVIDER;\n icon = <DatabaseFilled />;\n } else if (node.type === \"template\") {\n displayType = DisplayType.TEMPLATE;\n icon = <GoldenFilled />;\n } else if (node.portal) {\n displayType = DisplayType.PORTAL;\n icon = <MessageFilled />;\n }\n\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div\n className={classNames(\n styles.wrapper,\n styles[displayType],\n mountPoints.length > 0 ? styles.hasChildren : styles.noChildren,\n {\n [styles.isExpandableTemplate]: node.$$isExpandableTemplate,\n }\n )}\n >\n {mountPoints.length > 0 ? (\n mountPoints.map((mountPoint) => (\n <SlotContainer\n key={mountPoint}\n nodeUid={nodeUid}\n slotName={mountPoint}\n />\n ))\n ) : (\n <>\n {icon && <div className={styles.icon}>{icon}</div>}\n <div className={styles.name}>{node.alias}</div>\n </>\n )}\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.any-brick--editor\",\n EditorElementFactory(AnyBrickEditor)\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./any-brick.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 api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./any-route.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 { BranchesOutlined } from \"@ant-design/icons\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport styles from \"./any-route.editor.module.css\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface AppRouteProperties {\n // someProps?: string;\n}\n\nexport function AnyRouteEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<AppRouteProperties>({ nodeUid });\n /**\n * 提示:使用构件的属性配置来呈现该构件的关键 UI 特征。\n * 例如:对于按钮构件,根据 `buttonType` 来显示对应的背景色。\n */\n // const { someProps } = node.$$parsedProperties;\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.wrapper}>\n <div className={styles.icon}>\n <BranchesOutlined />\n </div>\n <div className={styles.name}>{node.alias}</div>\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.any-route--editor\",\n EditorElementFactory(AnyRouteEditor, {\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./micro-view.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 SlotContainer,\n EditorBrickType,\n EditorSelfLayout,\n EditorSlotContentLayout,\n useBuilderNode,\n useBuilderNodeMountPoints,\n} from \"@next-core/editor-bricks-helper\";\nimport { smartDisplayForEvaluableString } from \"@next-core/brick-utils\";\n\nimport styles from \"./micro-view.editor.module.css\";\n\ninterface MicroViewProperties {\n pageTitle?: string;\n}\n\nconst majorSlots = new Set([\"titleBar\", \"toolbar\", \"content\"]);\n\nexport function MicroViewEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<MicroViewProperties>({ nodeUid });\n const mountPoints = useBuilderNodeMountPoints({ nodeUid });\n\n const { pageTitle } = node.$$parsedProperties;\n const displayPageTitle = smartDisplayForEvaluableString(\n pageTitle,\n \"\",\n \"<% … %>\"\n );\n\n const hasTitleBar = mountPoints.includes(\"titleBar\");\n const minorSlots = mountPoints.filter(\n (mountPoint) => !majorSlots.has(mountPoint)\n );\n\n return (\n <EditorContainer\n nodeUid={nodeUid}\n type={EditorBrickType.TRANSPARENT_CONTAINER}\n editorContainerStyle={{\n height: \"100%\",\n minHeight: \"100%\",\n }}\n editorBodyStyle={{\n height: \"100%\",\n minHeight: \"100%\",\n display: \"flex\",\n flexDirection: \"column\",\n }}\n >\n {minorSlots.length > 0 && (\n <div className={styles.minorSlots}>\n {minorSlots.map((slotName) => (\n <SlotContainer\n key={slotName}\n nodeUid={nodeUid}\n slotName={slotName}\n />\n ))}\n </div>\n )}\n <div className={styles.microViewHeader}>\n {hasTitleBar ? (\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"titleBar\"\n slotContainerStyle={{\n flex: 1,\n }}\n slotContentLayout={EditorSlotContentLayout.INLINE}\n />\n ) : displayPageTitle ? (\n <div className={styles.pageTitle}>{displayPageTitle}</div>\n ) : (\n <div className={`${styles.pageTitle} ${styles.untitled}`}>\n Untitled Page\n </div>\n )}\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"toolbar\"\n slotContainerStyle={{\n flex: 2,\n }}\n slotContentLayout={EditorSlotContentLayout.INLINE}\n dropZoneBodyStyle={{ justifyContent: \"flex-end\" }}\n />\n </div>\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"content\"\n slotContainerStyle={{ flex: 1 }}\n dropZoneStyle={{ height: \"100%\", minHeight: \"100%\" }}\n />\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.micro-view--editor\",\n EditorElementFactory(MicroViewEditor, {\n brickStyle: {\n height: \"100%\",\n minHeight: \"100%\",\n },\n selfLayout: EditorSelfLayout.CONTAINER,\n })\n);\n\ncustomElements.define(\n \"basic-bricks.micro-app--editor\",\n EditorElementFactory(MicroViewEditor, {\n brickStyle: {\n height: \"100%\",\n minHeight: \"100%\",\n },\n selfLayout: EditorSelfLayout.CONTAINER,\n })\n);\n","import React from \"react\";\nimport classNames from \"classnames\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport { smartDisplayForEvaluableString } from \"@next-core/brick-utils\";\n\nimport styles from \"./general-button.editor.module.css\";\n\ninterface GeneralButtonProperties {\n buttonName?: string;\n buttonType?: GeneralButtonType;\n}\n\nenum GeneralButtonType {\n PRIMARY = \"primary\",\n}\n\nexport function GeneralButtonEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<GeneralButtonProperties>({ nodeUid });\n const { buttonName, buttonType } = node.$$parsedProperties;\n const displayName = smartDisplayForEvaluableString(\n buttonName,\n node.alias,\n node.alias\n );\n\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div\n className={classNames(styles.button, {\n [styles.primary]: buttonType === GeneralButtonType.PRIMARY,\n })}\n >\n <div className={styles.buttonName}>{displayName}</div>\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.general-button--editor\",\n EditorElementFactory(GeneralButtonEditor)\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./general-button.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 api from \"!../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../../node_modules/css-loader/dist/cjs.js??ref--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./general-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 SlotContainer,\n EditorBrickType,\n EditorSelfLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport { smartDisplayForEvaluableString } from \"@next-core/brick-utils\";\n\nimport styles from \"./general-card.editor.module.css\";\n\ninterface GeneralCardProperties {\n cardTitle?: string;\n}\n\nexport function GeneralCardEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<GeneralCardProperties>({ nodeUid });\n const { cardTitle } = node.$$parsedProperties;\n const displayTitle = smartDisplayForEvaluableString(cardTitle, \"\", \"<% … %>\");\n\n return (\n <EditorContainer nodeUid={nodeUid} type={EditorBrickType.CONTAINER}>\n <div className={styles.card}>\n {displayTitle && <div className={styles.cardHead}>{displayTitle}</div>}\n <div className={styles.cardBody}>\n <SlotContainer nodeUid={nodeUid} slotName=\"content\" />\n </div>\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.general-card--editor\",\n EditorElementFactory(GeneralCardEditor, {\n selfLayout: EditorSelfLayout.CONTAINER,\n })\n);\n","import React from \"react\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n SlotContainer,\n EditorBrickType,\n EditorSelfLayout,\n EditorSlotContentLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\n\ninterface GridLayoutProperties {\n columns?: string;\n}\n\nexport function GridLayoutEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<GridLayoutProperties>({ nodeUid });\n const { columns } = node.$$parsedProperties;\n\n return (\n <EditorContainer\n nodeUid={nodeUid}\n type={EditorBrickType.CONTAINER}\n isTransparentContainer\n >\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"items\"\n slotContentLayout={EditorSlotContentLayout.GRID}\n showOutlineIfEmpty\n dropZoneBodyStyle={\n typeof columns === \"number\"\n ? {\n gridTemplateColumns: `repeat(${columns}, 1fr)`,\n }\n : undefined\n }\n />\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.grid-layout--editor\",\n EditorElementFactory(GridLayoutEditor, {\n selfLayout: EditorSelfLayout.CONTAINER,\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./general-drawer.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 EditorBrickType,\n EditorSlotContentLayout,\n} from \"@next-core/editor-bricks-helper\";\nimport styles from \"./general-drawer.editor.module.css\";\nimport { smartDisplayForEvaluableString } from \"@next-core/brick-utils\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface GeneralDrawerProperties {\n customTitle: string;\n}\n\nexport function GeneralDrawerEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<GeneralDrawerProperties>({ nodeUid });\n\n const { customTitle } = node.$$parsedProperties;\n const displayTitle = smartDisplayForEvaluableString(\n customTitle,\n \"\",\n \"<% … %>\"\n );\n\n return (\n <EditorContainer nodeUid={nodeUid} type={EditorBrickType.CONTAINER}>\n <div className={styles.drawer}>\n <div className={styles.headerContainer}>\n {displayTitle && <div className={styles.title}>{displayTitle}</div>}\n {!displayTitle && (\n <div className={styles.leftHeaderSlot}>\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"headerLeft\"\n slotContainerStyle={{ flex: 1 }}\n slotContentLayout={EditorSlotContentLayout.INLINE}\n />\n </div>\n )}\n <div className={styles.rightHeaderSlot}>\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"headerRight\"\n slotContainerStyle={{ flex: 1 }}\n slotContentLayout={EditorSlotContentLayout.INLINE}\n dropZoneBodyStyle={{ justifyContent: \"flex-end\" }}\n />\n </div>\n </div>\n <div className={styles.contentSlot}>\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"content\"\n slotContainerStyle={{ height: \"100%\" }}\n slotContentLayout={EditorSlotContentLayout.BLOCK}\n dropZoneStyle={{ height: \"100%\" }}\n />\n </div>\n <div className={styles.footerSlot}>\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"footer\"\n slotContentLayout={EditorSlotContentLayout.INLINE}\n slotContainerStyle={{ flex: 1 }}\n />\n </div>\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.general-drawer--editor\",\n EditorElementFactory(GeneralDrawerEditor, {\n selfLayout: EditorSelfLayout.CONTAINER,\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./general-modal.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 \"./general-modal.editor.module.css\";\nimport { smartDisplayForEvaluableString } from \"@next-core/brick-utils\";\n\ninterface GeneralModalProperties {\n modalTitle?: string;\n okText?: string;\n cancelText?: string;\n}\n\nexport function GeneralModalEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<GeneralModalProperties>({ nodeUid });\n const {\n modalTitle,\n okText = \"确认\",\n cancelText = \"取消\",\n } = node.$$parsedProperties;\n const displayTitle = smartDisplayForEvaluableString(\n modalTitle,\n \"\",\n \"<% … %>\"\n );\n\n const displayOk = smartDisplayForEvaluableString(okText, \"\", \"<% … %>\");\n const displayCancel = smartDisplayForEvaluableString(\n cancelText,\n \"\",\n \"<% … %>\"\n );\n\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.modal}>\n <div className={styles.header}>\n {displayTitle && <div className={styles.title}>{displayTitle}</div>}\n </div>\n\n <div className={styles.modalBody}>\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"content\"\n slotContentLayout={EditorSlotContentLayout.BLOCK}\n />\n </div>\n\n <div className={styles.footer}>\n <div className={styles.cancelBtn}>{displayCancel}</div>\n <div className={styles.okBtn}>{displayOk}</div>\n </div>\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.general-modal--editor\",\n EditorElementFactory(GeneralModalEditor, {\n selfLayout: EditorSelfLayout.CONTAINER,\n })\n);\n","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 { castArray } from \"lodash\";\nimport styles from \"./multiple-columns-card.editor.module.css\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface MultipleColumnsCardProperties {\n gridColumns: Array<string | number>;\n}\n\nexport function MultipleColumnsCardEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<MultipleColumnsCardProperties>({ nodeUid });\n\n const { gridColumns } = node.$$parsedProperties;\n\n const columns =\n castArray(gridColumns).reduce((str, value) => {\n if (typeof value === \"string\") {\n str += `${value} `;\n } else if (typeof value === \"number\") {\n str += `${value}fr `;\n }\n return str;\n }, \"\") || \"1fr\";\n\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div>\n <SlotContainer\n nodeUid={nodeUid}\n slotName=\"content\"\n showOutlineIfEmpty\n dropZoneBodyStyle={{ display: \"grid\", gridTemplateColumns: columns }}\n slotContainerStyle={{ padding: \"20px\" }}\n slotContentLayout={EditorSlotContentLayout.GRID}\n />\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.multiple-columns-card--editor\",\n EditorElementFactory(MultipleColumnsCardEditor, {\n selfLayout: EditorSelfLayout.CONTAINER,\n })\n);\n","export enum Colors {\n green = \"green\",\n red = \"red\",\n blue = \"blue\",\n orange = \"orange\",\n cyan = \"cyan\",\n purple = \"purple\",\n geekblue = \"geekblue\",\n gray = \"gray\",\n}\n\nexport const COLORS_MAP: Record<\n Colors,\n { color: string; background: string; borderColor: string }\n> = {\n [Colors.green]: {\n color: \"var(--theme-green-color)\",\n background: \"var(--theme-green-background)\",\n borderColor: \"var(--theme-green-border-color)\",\n },\n [Colors.red]: {\n color: \"var(--theme-red-color)\",\n background: \"var(--theme-red-background)\",\n borderColor: \"var(--theme-red-border-color)\",\n },\n [Colors.blue]: {\n color: \"var(--theme-blue-color)\",\n background: \"var(--theme-blue-background)\",\n borderColor: \"var(--theme-blue-border-color)\",\n },\n [Colors.orange]: {\n color: \"var(--theme-orange-color)\",\n background: \"var(--theme-orange-background)\",\n borderColor: \"var(--theme-orange-border-color)\",\n },\n [Colors.cyan]: {\n color: \"var(--theme-cyan-color)\",\n background: \"var(--theme-cyan-background)\",\n borderColor: \"var(--theme-cyan-border-color)\",\n },\n [Colors.purple]: {\n color: \"var(--theme-purple-color)\",\n background: \"var(--theme-purple-background)\",\n borderColor: \"var(--theme-purple-border-color)\",\n },\n [Colors.geekblue]: {\n color: \"var(--theme-geekblue-color)\",\n background: \"var(--theme-geekblue-background)\",\n borderColor: \"var(--theme-geekblue-border-color)\",\n },\n [Colors.gray]: {\n color: \"var(--theme-gray-color)\",\n background: \"var(--theme-gray-background)\",\n borderColor: \"var(--theme-gray-border-color)\",\n },\n};\n\n/**\n * 如果提供的颜色值是平台提供的规范颜色,则转换为使用平台规范的颜色定义,包括color、background、borderColor,不是的话则原样输出。\n * @param color {string} 颜色值\n * @return {color:string;background:string;borderColor:string;} 返回处理后的对应颜色值\n */\nexport function getColor(\n color: string\n): { color: string; background: string; borderColor: string } {\n return (\n COLORS_MAP[color as Colors] ?? {\n color,\n background: color,\n borderColor: color,\n }\n );\n}\n","import api from \"!../../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../../../css-loader/dist/cjs.js??ref--15-1!../../../../postcss-loader/dist/cjs.js??ref--15-2!./GeneralIcon.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, { useMemo, useRef } from \"react\";\nimport { Icon as LegacyIcon } from \"@ant-design/compatible\";\nimport Icon from \"@ant-design/icons\";\nimport { Avatar, AvatarProps } from \"antd\";\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\nimport {\n MenuIcon,\n RefinedAntdIcon,\n LegacyAntdIcon,\n FaIcon,\n EasyopsIcon,\n GradientColor,\n} from \"@next-core/brick-types\";\nimport { BrickIcon } from \"@next-core/brick-icons\";\nimport { Colors, COLORS_MAP, getColor } from \"./utils/getColor\";\nimport classnames from \"classnames\";\nimport cssStyle from \"./GeneralIcon.module.css\";\nimport { isEqual, omit, uniqueId } from \"lodash\";\n\ntype SrcIcon = {\n imgSrc?: string;\n imgStyle?: React.CSSProperties;\n};\n\ninterface MenuIconProps {\n icon: MenuIcon | SrcIcon;\n bg?: boolean;\n size?: number | \"large\" | \"small\" | \"default\";\n shape?: \"circle\" | \"square\" | \"round-square\";\n reverseBgColor?: boolean;\n style?: React.CSSProperties;\n onClick?(event: React.MouseEvent<HTMLElement, MouseEvent>): void;\n showEmptyIcon?: boolean;\n}\n\nfunction isGradientColor(\n color: string | GradientColor\n): color is GradientColor {\n return (\n color !== undefined &&\n (color as GradientColor)?.startColor !== undefined &&\n (color as GradientColor)?.endColor !== undefined\n );\n}\n\nexport function GeneralIcon({\n icon: _icon,\n bg,\n size,\n shape,\n reverseBgColor,\n onClick,\n showEmptyIcon,\n style,\n}: MenuIconProps): React.ReactElement {\n const memoizedIcon = useDeepEqualMemo(_icon);\n const getStyle = (icon: MenuIcon): React.CSSProperties => {\n let mergedStyle: React.CSSProperties;\n if (icon?.color) {\n if (!isGradientColor(icon.color)) {\n if (bg) {\n if (COLORS_MAP[icon.color as Colors]) {\n if (reverseBgColor) {\n mergedStyle = {\n color: \"#ffffff\",\n backgroundColor: getColor(icon.color).color,\n };\n } else {\n mergedStyle = getColor(icon.color);\n }\n } else {\n mergedStyle = {\n color: \"#ffffff\",\n backgroundColor: icon.color,\n };\n }\n } else {\n mergedStyle = {\n color: COLORS_MAP[icon.color as Colors]\n ? getColor(icon.color).color\n : icon.color,\n };\n }\n } else {\n mergedStyle = {\n color: \"transparent\",\n };\n }\n }\n return mergedStyle;\n };\n const getDefaultIcon = (\n bg: boolean,\n mergedStyle: React.CSSProperties,\n iconNode: JSX.Element\n ) => {\n return bg ? (\n <Avatar\n icon={\n showEmptyIcon ? (\n <Icon\n style={omit(mergedStyle, \"background\")}\n component={() => (\n <BrickIcon icon=\"empty-icon\" category=\"common\" />\n )}\n onClick={onClick}\n />\n ) : (\n iconNode\n )\n }\n size={size ?? \"default\"}\n shape={(shape as AvatarProps[\"shape\"]) ?? \"circle\"}\n style={mergedStyle}\n className={classnames({\n [cssStyle.roundSquareBg]: shape === \"round-square\",\n })}\n ></Avatar>\n ) : (\n iconNode\n );\n };\n\n return useMemo(() => {\n let iconNode = <></>;\n let icon = memoizedIcon;\n if (typeof icon === \"number\" || typeof icon === \"string\") return iconNode;\n if (!icon) icon = {};\n let mergedStyle: React.CSSProperties;\n\n if (\"imgSrc\" in icon) {\n iconNode = (\n <img\n src={icon.imgSrc}\n width={size}\n height={size}\n style={icon.imgStyle}\n onClick={onClick}\n />\n );\n } else if (\"lib\" in icon) {\n mergedStyle = getStyle(icon);\n\n if (style) {\n if (mergedStyle) {\n Object.assign(mergedStyle, style);\n } else {\n mergedStyle = style;\n }\n }\n\n const generalIconId = uniqueId(\"generalIcon\");\n\n const iconType =\n (icon as RefinedAntdIcon | FaIcon | EasyopsIcon)?.icon ||\n (icon as LegacyAntdIcon)?.type;\n\n if (!icon || (!iconType && showEmptyIcon)) {\n return getDefaultIcon(bg, mergedStyle, iconNode);\n }\n\n const mergedStyleByBg = bg\n ? omit(mergedStyle, \"background\")\n : mergedStyle;\n\n if (icon.lib === \"antd\") {\n const type =\n (icon as RefinedAntdIcon).icon || (icon as LegacyAntdIcon).type;\n iconNode = (\n <LegacyIcon\n type={type}\n theme={icon.theme}\n style={mergedStyleByBg}\n onClick={onClick}\n className={generalIconId}\n data-icon={\n (icon as RefinedAntdIcon).icon || (icon as LegacyAntdIcon).type\n }\n />\n );\n }\n\n if (icon.lib === \"fa\") {\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n const faIcon = icon.prefix ? [icon.prefix, icon.icon] : icon.icon;\n\n iconNode = (\n <Icon\n style={{ ...mergedStyleByBg, verticalAlign: 0 }}\n component={() => (\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n <FontAwesomeIcon icon={faIcon} className={cssStyle.faIcon} />\n )}\n onClick={onClick}\n className={generalIconId}\n data-icon={icon.icon}\n />\n );\n }\n\n if (icon.lib === \"easyops\") {\n iconNode = (\n <Icon\n style={mergedStyleByBg}\n component={() => (\n <BrickIcon\n icon={(icon as EasyopsIcon).icon}\n category={(icon as EasyopsIcon).category}\n />\n )}\n onClick={onClick}\n className={generalIconId}\n data-icon={icon.icon}\n />\n );\n }\n\n if (isGradientColor(icon.color)) {\n let gradientIconDirection;\n switch (icon.color?.direction) {\n case \"left-to-right\":\n gradientIconDirection = { x1: \"0\", y1: \"0\", x2: \"1\", y2: \"0\" };\n break;\n case \"top-to-bottom\":\n default:\n gradientIconDirection = { x1: \"0\", y1: \"0\", x2: \"0\", y2: \"1\" };\n }\n\n iconNode = (\n <>\n {iconNode}\n <div style={{ position: \"absolute\" }}>\n <svg width=\"0\" height=\"0\" aria-hidden={true} focusable={false}>\n <defs>\n <linearGradient\n id={`linearGradient-${generalIconId}`}\n {...gradientIconDirection}\n >\n `\n <stop offset=\"0%\" stopColor={icon.color.startColor} />\n <stop offset=\"100%\" stopColor={icon.color.endColor} />\n </linearGradient>\n </defs>\n </svg>\n <style>\n {`.${generalIconId} svg path {\n fill: url(#linearGradient-${generalIconId});\n }`}\n </style>\n </div>\n </>\n );\n }\n\n if (bg) {\n iconNode = (\n <Avatar\n icon={iconNode}\n size={size ?? \"default\"}\n shape={(shape as AvatarProps[\"shape\"]) ?? \"circle\"}\n style={{\n ...(isGradientColor(icon.color)\n ? { backgroundColor: \"#fff\" }\n : {}),\n ...mergedStyle,\n }}\n className={classnames({\n [cssStyle.roundSquareBg]: shape === \"round-square\",\n })}\n ></Avatar>\n );\n }\n } else {\n return getDefaultIcon(bg, getStyle(icon as MenuIcon), iconNode);\n }\n\n return iconNode;\n }, [\n bg,\n memoizedIcon,\n onClick,\n reverseBgColor,\n shape,\n showEmptyIcon,\n size,\n style,\n ]);\n}\n\n// Use deepEqual to compare icons, to avoid flicker of easyops icon.\nfunction useDeepEqualMemo<T>(value: T): T {\n const ref = useRef<T>(undefined);\n\n if (!isEqual(ref.current, value)) {\n ref.current = value;\n }\n\n return ref.current;\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./general-custom-buttons.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, { useCallback, useMemo } from \"react\";\nimport {\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport {\n DownOutlined,\n EllipsisOutlined,\n SettingOutlined,\n} from \"@ant-design/icons\";\nimport { GeneralIcon } from \"@next-libs/basic-components\";\nimport classNames from \"classnames\";\nimport { GeneralButtonType } from \"../shared/intefaces\";\n\nimport styles from \"./general-custom-buttons.editor.module.css\";\nimport { isEmpty } from \"lodash\";\nimport { MenuIcon } from \"@next-core/brick-types\";\n\ninterface CustomButtonProps {\n buttonType?: GeneralButtonType;\n isDropdown?: boolean;\n icon: MenuIcon | string;\n text: string;\n}\n\ninterface GeneralCustomButtonsProperties {\n customButtons?: CustomButtonProps[] | string;\n isMoreButton: true;\n alignment: \"start\" | \"center\" | \"end\" | \"stretch\";\n}\n\ninterface BaseButtonProps {\n type?: GeneralButtonType;\n}\n\ninterface dropdownBtnProps {\n isMoreButton?: true;\n}\n\nexport function BaseButton({\n type,\n children,\n}: React.PropsWithChildren<BaseButtonProps>): React.ReactElement {\n return (\n <div className={classNames(styles.baseButton, styles[type])}>\n {children}\n </div>\n );\n}\n\nexport function DropdownBtn({\n isMoreButton,\n}: dropdownBtnProps): React.ReactElement {\n return (\n <>\n <BaseButton>\n {isMoreButton ? (\n <EllipsisOutlined />\n ) : (\n <>\n <SettingOutlined style={{ marginRight: 5 }} /> 管理{\" \"}\n <DownOutlined style={{ marginLeft: 5 }} />\n </>\n )}\n </BaseButton>\n </>\n );\n}\n\nexport function GeneralCustomButtonsEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<GeneralCustomButtonsProperties>({ nodeUid });\n\n const {\n customButtons,\n isMoreButton,\n alignment = \"center\",\n } = node.$$parsedProperties;\n const hasDropdown =\n Array.isArray(customButtons) &&\n customButtons.some((item) => item.isDropdown);\n\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div\n className={styles.customContainer}\n style={{ justifyContent: alignment }}\n >\n {isEmpty(customButtons) ? (\n <BaseButton>{node.alias}</BaseButton>\n ) : Array.isArray(customButtons) ? (\n customButtons\n .filter((item) => !item.isDropdown)\n .map((item, index) => (\n <BaseButton key={index} type={item.buttonType}>\n {item.icon && (\n <GeneralIcon\n icon={\n typeof item.icon === \"string\"\n ? { lib: \"antd\", icon: item.icon }\n : item.icon\n }\n style={{ marginRight: 5 }}\n />\n )}\n {item.text}\n </BaseButton>\n ))\n ) : (\n <BaseButton>{\"<% … %>\"}</BaseButton>\n )}\n {hasDropdown && <DropdownBtn isMoreButton={isMoreButton} />}\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.general-custom-buttons--editor\",\n EditorElementFactory(GeneralCustomButtonsEditor, {\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./easy-view.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 { pick } from \"lodash\";\nimport classnames from \"classnames\";\nimport {\n EditorBrickType,\n EditorComponentProps,\n EditorContainer,\n EditorElementFactory,\n EditorSelfLayout,\n SlotContainer,\n useBuilderGroupedChildNodes,\n useBuilderNode,\n useOutlineEnabled,\n useBuilderParentNode,\n} from \"@next-core/editor-bricks-helper\";\nimport styles from \"./easy-view.editor.module.css\";\n\ninterface EasyViewProperties {\n gridAreas?: Record<string, (string | number)[]>;\n gridTemplateAreas?: string[][];\n gridTemplateColumns?: string | string[];\n gridTemplateRows?: string | string[];\n containerStyle?: React.CSSProperties;\n styleByAreas?: Record<string, React.CSSProperties>;\n}\n\nexport function EasyViewEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<EasyViewProperties>({ nodeUid });\n const parentNode = useBuilderParentNode(node.$$uid);\n let isWrapper = false;\n if (parentNode?.layoutType === \"wrapper\") {\n isWrapper = true;\n }\n const outlineEnabled = useOutlineEnabled(node.instanceId);\n const {\n gridAreas,\n gridTemplateAreas,\n gridTemplateColumns,\n gridTemplateRows,\n containerStyle,\n styleByAreas,\n } = node.$$parsedProperties;\n const childNodesByMountPoint = useBuilderGroupedChildNodes({ nodeUid });\n\n const areas = gridAreas\n ? Object.keys(gridAreas)\n : Array.from(new Set(gridTemplateAreas?.flat?.() ?? [])).filter(\n (area) => area !== \".\"\n );\n\n const pickedContainerStyle = pick(containerStyle, [\"gap\", \"gridGap\"]);\n\n return (\n <EditorContainer\n nodeUid={nodeUid}\n type={EditorBrickType.TRANSPARENT_CONTAINER}\n editorContainerStyle={{\n height: \"100%\",\n minHeight: \"100%\",\n }}\n editorBodyStyle={{\n height: \"100%\",\n minHeight: \"100%\",\n display: \"flex\",\n flexDirection: \"column\",\n ...(isWrapper\n ? {\n minHeight: `calc(100vh - var(--editor-brick-overlay-padding) * 2 - var(--page-card-gap) * 4 - 20px - var(--editor-brick-toolbar-height))`,\n }\n : {}),\n }}\n >\n <div\n className={classnames(styles.wrapper, {\n [styles.outlineEnabled]: outlineEnabled,\n [styles.empty]: areas.length === 0,\n })}\n style={{\n gridTemplateAreas: gridTemplateAreas\n ?.map((row) => `\"${row.join(\" \")}\"`)\n .join(\" \"),\n gridTemplateColumns: Array.isArray(gridTemplateColumns)\n ? gridTemplateColumns.join(\" \")\n : gridTemplateColumns,\n gridTemplateRows: Array.isArray(gridTemplateRows)\n ? gridTemplateRows.join(\" \")\n : gridTemplateRows,\n ...pickedContainerStyle,\n }}\n >\n {areas.map((area) => (\n <div\n className={classnames(styles.areaContainer, {\n [styles.empty]: !(\n childNodesByMountPoint.find(\n (group) => group.mountPoint === area\n )?.childNodes.length > 0\n ),\n })}\n key={area}\n style={{\n gridArea: gridAreas ? gridAreas[area].join(\" / \") : area,\n ...styleByAreas?.[area],\n }}\n // This is used in css as `content: attr(data-area-id)`.\n data-area-id={area}\n >\n <SlotContainer\n nodeUid={nodeUid}\n slotName={area}\n slotContainerStyle={{ height: \"100%\", minHeight: \"100%\" }}\n dropZoneStyle={{ height: \"100%\", minHeight: \"100%\" }}\n dropZoneBodyStyle={{ height: \"100%\", minHeight: \"100%\" }}\n />\n </div>\n ))}\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.easy-view--editor\",\n EditorElementFactory(EasyViewEditor, {\n brickStyle: {\n height: \"100%\",\n minHeight: \"100%\",\n },\n selfLayout: EditorSelfLayout.CONTAINER,\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./page-title.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 styles from \"./page-title.editor.module.css\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface PageTitleProperties {\n pageTitle?: string;\n}\n\nexport function PageTitleEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<PageTitleProperties>({ nodeUid });\n const { pageTitle } = node.$$parsedProperties;\n const displayPageTitle = smartDisplayForEvaluableString(\n pageTitle,\n \"\",\n \"<% … %>\"\n );\n return (\n <EditorContainer nodeUid={nodeUid}>\n {displayPageTitle ? (\n <div className={styles.pageTitle}>{displayPageTitle}</div>\n ) : (\n <div className={`${styles.pageTitle} ${styles.untitled}`}>\n Untitled Page\n </div>\n )}\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.page-title--editor\",\n EditorElementFactory(PageTitleEditor, {\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./list-container.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 \"./list-container.editor.module.css\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface ListContainerProperties {\n // someProps?: string;\n}\n\nexport function ListContainerEditor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<ListContainerProperties>({ nodeUid });\n /**\n * 提示:使用构件的属性配置来呈现该构件的关键 UI 特征。\n * 例如:对于按钮构件,根据 `buttonType` 来显示对应的背景色。\n */\n // const { someProps } = node.$$parsedProperties;\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.listContainer}>\n {range(0, 3).map((_, index) => (\n <div key={index} className={styles.content}></div>\n ))}\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.list-container--editor\",\n EditorElementFactory(ListContainerEditor, {\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--15-1!../../../../../node_modules/postcss-loader/dist/cjs.js??ref--15-2!./fold-brick-v2.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 SlotContainer,\n useBuilderNode,\n} from \"@next-core/editor-bricks-helper\";\nimport styles from \"./fold-brick-v2.editor.module.css\";\nimport { smartDisplayForEvaluableString } from \"@next-core/brick-utils\";\n\n// eslint-disable-next-line @typescript-eslint/no-empty-interface\ninterface FoldBrickV2Properties {\n // someProps?: string;\n foldName?: string;\n}\n\nexport function FoldBrickV2Editor({\n nodeUid,\n}: EditorComponentProps): React.ReactElement {\n const node = useBuilderNode<FoldBrickV2Properties>({ nodeUid });\n const { foldName } = node.$$parsedProperties;\n const displayName = smartDisplayForEvaluableString(\n foldName,\n node.alias,\n node.alias\n );\n /**\n * 提示:使用构件的属性配置来呈现该构件的关键 UI 特征。\n * 例如:对于按钮构件,根据 `buttonType` 来显示对应的背景色。\n */\n // const { someProps } = node.$$parsedProperties;\n return (\n <EditorContainer nodeUid={nodeUid}>\n <div className={styles.wrapper}>{displayName}</div>\n <div className={styles.content}>\n <SlotContainer nodeUid={nodeUid} slotName=\"content\" />\n </div>\n </EditorContainer>\n );\n}\n\ncustomElements.define(\n \"basic-bricks.fold-brick-v2--editor\",\n EditorElementFactory(FoldBrickV2Editor, {\n selfLayout: EditorSelfLayout.INLINE,\n })\n);\n"],"sourceRoot":""}
|