@g1cloud/page-builder-editor 1.0.0-alpha.7 → 1.0.0-alpha.70

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 (93) hide show
  1. package/css/canvas.scss +16 -137
  2. package/css/{canvas-block.scss → page-block.scss} +15 -3
  3. package/css/page-builder-editor.scss +43 -15
  4. package/css/{canvas-page.scss → page-page.scss} +24 -16
  5. package/css/{canvas-section.scss → page-section.scss} +17 -3
  6. package/css/{canvas-widget.scss → page-widget.scss} +28 -3
  7. package/css/page.scss +74 -0
  8. package/css/property-editor-image.scss +2 -2
  9. package/css/property-editor-number.scss +10 -0
  10. package/css/property-editor-youtube.scss +16 -0
  11. package/css/property-group-editor-background.scss +1 -1
  12. package/css/property-group-editor-media.scss +16 -0
  13. package/dist/PageBuilderEditor.vue.d.ts +22 -11
  14. package/dist/PbHtmlEditorModal-C0MLYY66.js +193 -0
  15. package/dist/PbPropertyEditorBoolean-c5CNiTpt.js +38 -0
  16. package/dist/{PbPropertyEditorColor-y7y6ZUQs.js → PbPropertyEditorColor-BNKJfa-T.js} +8 -9
  17. package/dist/PbPropertyEditorHtml-CQaImN-U.js +62 -0
  18. package/dist/PbPropertyEditorImage-3icZAidw.js +106 -0
  19. package/dist/{PbPropertyEditorMultilineText-sb-oS_gz.js → PbPropertyEditorMultilineText-B9-aaBcF.js} +28 -27
  20. package/dist/PbPropertyEditorNumber-B76ArSb5.js +47 -0
  21. package/dist/{PbPropertyEditorReadonlyText-Dgp_AVOD.js → PbPropertyEditorReadonlyText-BJ5qx69O.js} +6 -6
  22. package/dist/{PbPropertyEditorSelect-CWedbXJI.js → PbPropertyEditorSelect-B5sfulvx.js} +5 -6
  23. package/dist/{PbPropertyEditorText-BWOKvwD9.js → PbPropertyEditorText-BgQ4kpmo.js} +17 -8
  24. package/dist/PbPropertyEditorYoutube-DoRAsJTL.js +40 -0
  25. package/dist/PbScreenSelectModal-57LXAzjs.js +69 -0
  26. package/dist/PbWidgetAddModal-ChIMw44P.js +79 -0
  27. package/dist/PbYoutubeModal-CU8sClMD.js +73 -0
  28. package/dist/components/canvas/PbCanvas.vue.d.ts +1 -1
  29. package/dist/components/depart/PbLoginDepart.vue.d.ts +3 -3
  30. package/dist/components/menu/PbMenu.vue.d.ts +16 -1
  31. package/dist/components/menu/PbToolbar.vue.d.ts +16 -1
  32. package/dist/components/menu/PbToolbarButton.vue.d.ts +3 -3
  33. package/dist/components/menu/PbToolbarButtonGroup.vue.d.ts +3 -3
  34. package/dist/components/modal/PbHtmlEditorModal.vue.d.ts +28 -0
  35. package/dist/components/modal/PbPartAddModal.vue.d.ts +4 -4
  36. package/dist/components/modal/PbScreenSelectModal.vue.d.ts +6 -0
  37. package/dist/components/modal/PbWidgetAddModal.vue.d.ts +4 -4
  38. package/dist/components/modal/PbYoutubeModal.vue.d.ts +19 -0
  39. package/dist/components/navigator/PbNavigator.vue.d.ts +1 -1
  40. package/dist/components/part/PbAddWidgetButton.vue.d.ts +1 -1
  41. package/dist/components/part/PbBlock.vue.d.ts +7 -3
  42. package/dist/components/part/PbPage.vue.d.ts +5 -5
  43. package/dist/components/part/PbPageFrame.vue.d.ts +19 -0
  44. package/dist/components/part/PbSection.vue.d.ts +7 -3
  45. package/dist/components/part/PbWidget.vue.d.ts +5 -3
  46. package/dist/components/sidebar/PbSidebar.vue.d.ts +1 -1
  47. package/dist/components/sidebar/PbSidebarProperties.vue.d.ts +1 -1
  48. package/dist/components/sidebar/PbSidebarPropertyEditor.vue.d.ts +3 -3
  49. package/dist/components/sidebar/PbSidebarPropertyGroupEditor.vue.d.ts +3 -3
  50. package/dist/components/sidebar/property/{PbPropertyEditorProduct.vue.d.ts → PbPropertyEditorBoolean.vue.d.ts} +4 -4
  51. package/dist/components/sidebar/property/PbPropertyEditorColor.vue.d.ts +4 -4
  52. package/dist/components/sidebar/property/PbPropertyEditorHtml.vue.d.ts +4 -4
  53. package/dist/components/sidebar/property/PbPropertyEditorImage.vue.d.ts +5 -9
  54. package/dist/components/sidebar/property/PbPropertyEditorMultilineText.vue.d.ts +7 -6
  55. package/dist/components/sidebar/property/PbPropertyEditorNumber.vue.d.ts +23 -0
  56. package/dist/components/sidebar/property/PbPropertyEditorReadonlyText.vue.d.ts +3 -3
  57. package/dist/components/sidebar/property/PbPropertyEditorSelect.vue.d.ts +4 -4
  58. package/dist/components/sidebar/property/PbPropertyEditorText.vue.d.ts +9 -8
  59. package/dist/components/sidebar/property/{PbPropertyLocalMarketingPart.vue.d.ts → PbPropertyEditorYoutube.vue.d.ts} +9 -9
  60. package/dist/components/sidebar/property/PbPropertyGroupEditorBackground.vue.d.ts +3 -3
  61. package/dist/components/sidebar/property/PbPropertyGroupEditorBorder.vue.d.ts +3 -3
  62. package/dist/components/sidebar/property/PbPropertyGroupEditorMargin.vue.d.ts +3 -3
  63. package/dist/components/sidebar/property/PbPropertyGroupEditorMedia.vue.d.ts +20 -0
  64. package/dist/components/sidebar/property/PbPropertyGroupEditorPadding.vue.d.ts +3 -3
  65. package/dist/components/sidebar/property/PbPropertyGroupEditorPosition.vue.d.ts +3 -3
  66. package/dist/components/sidebar/property/PbPropertyGroupEditorSize.vue.d.ts +3 -3
  67. package/dist/components/ui/PbColorPicker.vue.d.ts +16 -7
  68. package/dist/directives/vPartHandler.d.ts +1 -0
  69. package/dist/{index-BTlwA7HP.js → index-BPFPSrrb.js} +4215 -2078
  70. package/dist/index.d.ts +6 -0
  71. package/dist/model/command.d.ts +47 -34
  72. package/dist/model/context.d.ts +19 -19
  73. package/dist/model/default-part-property-group.d.ts +4 -0
  74. package/dist/model/event.d.ts +0 -56
  75. package/dist/model/model.d.ts +8 -4
  76. package/dist/model/page-builder-editor.d.ts +39 -10
  77. package/dist/model/page-builder-util.d.ts +2 -0
  78. package/dist/model/part-definintion.d.ts +2 -2
  79. package/dist/model/part-manager.d.ts +2 -1
  80. package/dist/model/part-property.d.ts +4 -3
  81. package/dist/model/plugin.d.ts +23 -0
  82. package/dist/page-builder-editor.js +20 -17
  83. package/dist/page-builder-editor.umd.cjs +4941 -2453
  84. package/dist/text/text.d.ts +1 -0
  85. package/package.json +8 -6
  86. package/dist/HtmlEditorModal-BV5E6G70.js +0 -90
  87. package/dist/PbPartAddModal-DuLpnV4E.js +0 -50
  88. package/dist/PbPropertyEditorHtml-CbQR_BzH.js +0 -67
  89. package/dist/PbPropertyEditorImage-BXEXm2Px.js +0 -42
  90. package/dist/PbPropertyEditorProduct-p0zOCA9R.js +0 -49
  91. package/dist/PbWidgetAddModal-CQvFYzfU.js +0 -55
  92. package/dist/components/canvas/PbCanvasFrame.vue.d.ts +0 -2
  93. package/dist/components/modal/HtmlEditorModal.vue.d.ts +0 -23
package/css/canvas.scss CHANGED
@@ -1,147 +1,26 @@
1
- @import 'variable';
2
- @import 'canvas-page';
3
- @import 'canvas-section';
4
- @import 'canvas-block';
5
- @import 'canvas-widget';
6
-
7
- .font-icon {
8
- font-family: Material Symbols Outlined, monospace;
9
- font-size: 1rem;
10
- max-width: 1em;
11
- }
12
-
13
- html, body {
14
- font-family: Noto Sans, Noto Sans KR, Noto Sans JP, Arial, sans-serif;
15
- font-size: 12px;
16
- }
17
-
18
- body {
19
- background-color: white;
20
- height: 100%;
21
- margin: 0;
22
- }
23
1
 
24
2
  .pb-canvas-wrapper {
25
- padding: 32px 40px 56px 40px;
26
- height: 100%;
27
3
  background-color: $color-canvas-frame-bg;
4
+ flex-grow: 1;
5
+ min-width: 0;
6
+ width: 0;
7
+ height: 100%;
8
+ padding: 20px;
28
9
  overflow: auto;
29
-
30
- .pb-canvas {
31
- // background-color: white;
32
- display: flex;
33
- flex-direction: row;
34
- transform-origin: top left;
35
-
36
- width: fit-content;
37
- min-width: 40px;
38
- min-height: 40px;
39
- // box-shadow: 4px 4px 8px $color-gray;
40
- margin: 0 auto;
41
- // margin-bottom: 100px;
42
- }
43
- }
44
-
45
- .pb-position-mark {
46
- background-color: #ff3333;
47
- opacity: 0.5;
48
- border-radius: 2px;
49
- // z-index: 999;
50
- }
51
-
52
- .pb-add-section-handle {
53
- position: relative;
54
- // width: 33.33%;
55
- // background: rgba(230, 126, 34, 0.5);
56
- // position: relative;
57
- text-align: center;
58
- cursor: pointer;
59
- z-index: 5;
60
- height: 0;
61
- // opacity: 0;
62
- // margin: 0;
63
-
64
- &.top::before,
65
- &.bottom::before,
66
- &.middle::before {
67
- content: '';
68
- position: absolute;
69
- left: 0;
70
- right: 0;
71
- top: 0;
72
- // height: 2px;
73
- // background: rgba(0, 0, 0, 0.5);
74
- opacity: 0;
75
- pointer-events: none;
76
- }
77
-
78
- &.top {
79
- // top: 0;
80
- // left: 50%;
81
- // transform: translate(-50%, -50%);
82
- // margin-top: 24px;
83
- // margin-bottom: 24px;
84
- }
85
-
86
- &.middle {
87
- // top: 0;
88
- // left: 50%;
89
- // transform: translate(-50%, -50%);
90
- // margin-top: 24px;
91
- // margin-bottom: 24px;
92
- }
93
-
94
- &.bottom {
95
- // bottom: 0;
96
- left: 50%;
97
- bottom: -32px;
98
- // transform: translate(-50%, 50%);
99
- // margin-top: 24px;
100
- }
101
-
102
- &:hover {
103
- // opacity: 1;
104
-
105
- &.top::before,
106
- &.bottom::before,
107
- &.middle::before,
108
- > i {
109
- opacity: 1;
110
- }
111
- }
112
-
113
- > i {
114
- vertical-align: middle;
115
- position: absolute;
116
- top: 50%;
117
- // left: 50%;
118
- left: -20px;
119
- font-size: 2rem;
120
- transform: translate(-50%, -50%);
121
- opacity: 0.2;
122
- }
123
- }
124
-
125
- .pb-button {
126
- background: none;
127
- border: none;
128
- cursor: pointer;
129
- vertical-align: middle;
130
10
  }
131
11
 
132
- .pb-guideline {
133
- position: absolute;
134
- top: 0;
135
- left: 0;
136
- width: 100%;
12
+ .pb-canvas {
13
+ display: flex;
14
+ flex-direction: row;
15
+ transform-origin: top left;
16
+ width: fit-content;
137
17
  height: 100%;
138
- pointer-events: none;
18
+ margin: 0;
19
+ }
139
20
 
140
- &.selected {
141
- z-index: 3;
142
- }
21
+ .pb-page-frame {
143
22
 
144
- &.preselect {
145
- z-index: 4;
23
+ iframe.page-frame {
24
+ border: 0;
146
25
  }
147
- }
26
+ }
@@ -12,9 +12,21 @@
12
12
  background-color: #f0f0f0;
13
13
  }
14
14
 
15
- &.selected {
16
- outline: 1px solid #8e44ad;
17
- outline-offset: 1px;
15
+ //&.selected {
16
+ // outline: 2px solid #4998f8;
17
+ // outline-offset: -2px;
18
+ // z-index: 999;
19
+ //}
20
+
21
+ &.selected::before {
22
+ content: "";
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ right: 0;
27
+ bottom: 0;
28
+ border: 2px solid #4998f8;
18
29
  z-index: 999;
30
+ pointer-events: none;
19
31
  }
20
32
  }
@@ -1,14 +1,5 @@
1
1
  @import 'variable';
2
-
3
- .pb-canvas-frame {
4
- background-color: $color-canvas-frame-bg;
5
-
6
- iframe.canvas-frame {
7
- width: 100%;
8
- height: 100%;
9
- border: 0;
10
- }
11
- }
2
+ @import 'canvas';
12
3
 
13
4
  .pb-menu {
14
5
  width: 100%;
@@ -69,6 +60,10 @@
69
60
  overflow-y: auto;
70
61
  padding: 8px 0;
71
62
  flex-grow: 1;
63
+
64
+ &:focus {
65
+ outline: none;
66
+ }
72
67
  }
73
68
 
74
69
  .pb-sidebar {
@@ -146,12 +141,14 @@
146
141
  @import "./property-editor-readonly-text";
147
142
  @import "./property-editor-select";
148
143
  @import "./property-editor-text";
144
+ @import "./property-editor-number";
149
145
  @import "./property-editor-html";
150
146
 
151
147
  @import "./property-group-editor-background";
152
148
  @import "./property-group-editor-border";
153
149
  @import "./property-group-editor-position";
154
150
  @import "./property-group-editor-size";
151
+ @import "./property-group-editor-media";
155
152
 
156
153
  @import "./property-localpart";
157
154
  }
@@ -212,6 +209,10 @@
212
209
  }
213
210
 
214
211
  .pb-part-add-modal {
212
+ .section-title {
213
+ font-weight: 700;
214
+ }
215
+
215
216
  .group {
216
217
 
217
218
  .part {
@@ -229,26 +230,37 @@
229
230
 
230
231
  .content {
231
232
  border: solid 1px #ccc;
232
- overflow-y: auto;
233
+
234
+ iframe {
235
+ width: 100%;
236
+ height: 100%;
237
+ }
233
238
  }
234
239
  }
235
240
 
236
241
  .editor {
237
242
  width: 50%;
238
243
 
244
+ .bs-tab-sheet > :nth-child(2) {
245
+ height: 0;
246
+ }
247
+
239
248
  .tags {
240
249
  height: 60%;
250
+
251
+ .content {
252
+ }
241
253
  }
242
254
 
243
255
  .style {
244
256
  height: 40%;
257
+
258
+ .content {
259
+ }
245
260
  }
246
261
 
247
- textarea {
248
- border: solid 1px #ccc;
249
- width: 100%;
262
+ .bs-code-editor {
250
263
  height: 100%;
251
- overflow-y: auto;
252
264
  }
253
265
  }
254
266
 
@@ -266,3 +278,19 @@
266
278
  }
267
279
  }
268
280
  }
281
+
282
+ .pb-youtube-modal {
283
+ .flex-grow-1.overflow-auto {
284
+ overflow: hidden !important;
285
+ }
286
+
287
+ button {
288
+ color: #fff;
289
+ border: none;
290
+ padding: 4px 12px;
291
+ cursor: pointer;
292
+ line-height: 1;
293
+ height: 28px;
294
+ background-color: #1f8fff;
295
+ }
296
+ }
@@ -1,25 +1,33 @@
1
- .pb-page {
2
- // @import "pb-simple-carousel";
3
- // @import "pb-simple-html";
4
- // @import "pb-simple-media";
5
- // @import "pb-simple-button";
6
- // @import "pb-animation";
7
- // @import "coupon-download";
8
- // @import "pb-tabs";
9
- // @import "pb-image-map";
10
-
1
+ .pb-page-wrapper {
11
2
  margin: 0 auto;
12
- margin-top: 20px;
3
+ padding: 0;
4
+ }
5
+
6
+ .pb-page {
7
+ display: flex;
8
+ flex-direction: column;
9
+ align-items: center;
10
+ width: 100%;
11
+ padding-bottom: 100px;
13
12
  background-position: 50% 50%;
14
13
  background-repeat: no-repeat;
15
14
  background-size: cover;
16
- // background-color: white;
17
15
 
18
16
  .pb-page-content {
19
- &.selected {
20
- outline: 2px solid #4998f8;
21
- outline-offset: 5px;
22
- // z-index: 9999;
17
+ display: flex;
18
+ flex-direction: column;
19
+ width: 100%;
20
+
21
+ &.selected::before {
22
+ content: "";
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ right: 0;
27
+ bottom: 0;
28
+ border: 2px solid #4998f8;
29
+ z-index: 999;
30
+ pointer-events: none;
23
31
  }
24
32
  }
25
33
 
@@ -1,5 +1,7 @@
1
1
  .pb-section {
2
+ display: flex;
2
3
  position: relative;
4
+ width: 100%;
3
5
  background-position: 50% 50%;
4
6
  background-repeat: no-repeat;
5
7
  background-size: cover;
@@ -10,10 +12,22 @@
10
12
  background-color: #f0f0f0;
11
13
  }
12
14
 
13
- &.selected {
14
- outline: 1px solid #e67e22;
15
- outline-offset: 1px;
15
+ //&.selected {
16
+ // outline: 2px solid #4998f8;
17
+ // outline-offset: -2px;
18
+ // z-index: 999;
19
+ //}
20
+
21
+ &.selected::before {
22
+ content: "";
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ right: 0;
27
+ bottom: 0;
28
+ border: 2px solid #4998f8;
16
29
  z-index: 999;
30
+ pointer-events: none;
17
31
  }
18
32
 
19
33
  &.pb-section-static {
@@ -4,11 +4,34 @@
4
4
  background-position: 50% 50%;
5
5
  background-repeat: no-repeat;
6
6
  background-size: cover;
7
+ pointer-events: auto !important;
8
+ min-height: 50px;
7
9
 
8
- &.selected {
9
- outline: 2px solid #27ae60;
10
- outline-offset: 1px;
10
+ * {
11
+ pointer-events: none;
12
+ }
13
+
14
+ > .invalid-widget {
15
+ display: flex;
16
+ height: 50px;
17
+ justify-content: center;
18
+ align-items: center;
19
+ width: 100%;
20
+ font-size: 18px;
21
+ text-align: center;
22
+ color: #999;
23
+ }
24
+
25
+ &.selected::before {
26
+ content: "";
27
+ position: absolute;
28
+ top: 0;
29
+ left: 0;
30
+ right: 0;
31
+ bottom: 0;
32
+ border: 2px solid #4998f8;
11
33
  z-index: 999;
34
+ pointer-events: none;
12
35
  }
13
36
 
14
37
  .children {
@@ -25,6 +48,7 @@
25
48
  height: 12px;
26
49
  background-color: #27ae60;
27
50
  cursor: move;
51
+ pointer-events: auto !important;
28
52
  }
29
53
 
30
54
  .resize-handle {
@@ -35,6 +59,7 @@
35
59
  height: 12px;
36
60
  background-color: #27ae60;
37
61
  cursor: nwse-resize;
62
+ pointer-events: auto !important;
38
63
  }
39
64
  }
40
65
 
package/css/page.scss ADDED
@@ -0,0 +1,74 @@
1
+ @import 'variable';
2
+ @import 'page-page';
3
+ @import 'page-section';
4
+ @import 'page-block';
5
+ @import 'page-widget';
6
+
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background-color: $color-canvas-frame-bg;
11
+ overflow: hidden;
12
+ }
13
+
14
+ .font-icon, .material-icons-outlined {
15
+ font-family: "Material Symbols Outlined", monospace;
16
+ font-size: 1rem;
17
+ max-width: 1em;
18
+ }
19
+
20
+ .pb-position-mark {
21
+ background-color: #ff3333;
22
+ opacity: 0.5;
23
+ border-radius: 2px;
24
+ }
25
+
26
+ .pb-add-section-handle {
27
+ position: relative;
28
+ text-align: center;
29
+ cursor: pointer;
30
+ z-index: 5;
31
+ height: 0;
32
+
33
+ &.top::before,
34
+ &.bottom::before,
35
+ &.middle::before {
36
+ content: '';
37
+ position: absolute;
38
+ left: 0;
39
+ right: 0;
40
+ top: 0;
41
+ opacity: 0;
42
+ pointer-events: none;
43
+ }
44
+
45
+ &.top {
46
+ }
47
+
48
+ &.middle {
49
+ }
50
+
51
+ &.bottom {
52
+ bottom: -32px;
53
+ }
54
+
55
+ &:hover {
56
+ &.top::before,
57
+ &.bottom::before,
58
+ &.middle::before,
59
+ > i {
60
+ opacity: 1;
61
+ }
62
+ }
63
+
64
+ > i {
65
+ font-style: normal;
66
+ vertical-align: middle;
67
+ position: absolute;
68
+ top: 50%;
69
+ left: 0;
70
+ font-size: 2rem;
71
+ transform: translate(-50%, -50%);
72
+ opacity: 0.2;
73
+ }
74
+ }
@@ -1,11 +1,11 @@
1
1
  .property-editor-image {
2
- button {
2
+ button.select-button {
3
3
  color: #fff;
4
4
  border: none;
5
5
  padding: 4px 12px;
6
6
  cursor: pointer;
7
7
  line-height: 1;
8
- width: 100px;
8
+ width: 120px;
9
9
  height: 28px;
10
10
  background-color: #1f8fff;
11
11
  }
@@ -0,0 +1,10 @@
1
+ .property-editor-text {
2
+
3
+ .bs-text-input {
4
+ display: block;
5
+ }
6
+
7
+ .input-area {
8
+ height: 24px;
9
+ }
10
+ }
@@ -0,0 +1,16 @@
1
+ .property-editor-youtube {
2
+ button {
3
+ color: #fff;
4
+ border: none;
5
+ padding: 4px 12px;
6
+ cursor: pointer;
7
+ line-height: 1;
8
+ width: 120px;
9
+ height: 28px;
10
+ background-color: #1f8fff;
11
+ }
12
+
13
+ .input-area {
14
+ height: 24px;
15
+ }
16
+ }
@@ -20,7 +20,7 @@
20
20
  padding: 4px 12px;
21
21
  cursor: pointer;
22
22
  line-height: 1;
23
- width: 100px;
23
+ width: 120px;
24
24
  height: 28px;
25
25
  background-color: #1f8fff;
26
26
  }
@@ -0,0 +1,16 @@
1
+ .group-editor-media {
2
+ button.select-button {
3
+ color: #fff;
4
+ border: none;
5
+ padding: 4px 12px;
6
+ cursor: pointer;
7
+ line-height: 1;
8
+ width: 120px;
9
+ height: 28px;
10
+ background-color: #1f8fff;
11
+ }
12
+
13
+ .input-area {
14
+ height: 24px;
15
+ }
16
+ }
@@ -1,18 +1,29 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ import { PageBuilderToolbarPlugin } from './model/plugin.ts';
2
+
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
4
  instanceId?: string | undefined;
3
5
  title?: string | undefined;
4
- editMode?: string | undefined;
5
- pageContent?: any;
6
- language?: string | undefined;
7
- }>, {
8
- getLocalDesignPartContent: () => any[] | undefined;
9
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
+ pageContent?: string | undefined;
7
+ locales?: string[] | undefined;
8
+ locale?: string | undefined;
9
+ toolbarPlugin?: PageBuilderToolbarPlugin | undefined;
10
+ plugin?: unknown;
11
+ }>>, {
12
+ getPageContent: () => string;
13
+ pastePageContent: (contentJson: string) => void;
14
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ "update-model": (modified: boolean) => void;
16
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
17
  instanceId?: string | undefined;
11
18
  title?: string | undefined;
12
- editMode?: string | undefined;
13
- pageContent?: any;
14
- language?: string | undefined;
15
- }>>>, {}, {}>;
19
+ pageContent?: string | undefined;
20
+ locales?: string[] | undefined;
21
+ locale?: string | undefined;
22
+ toolbarPlugin?: PageBuilderToolbarPlugin | undefined;
23
+ plugin?: unknown;
24
+ }>>> & Readonly<{
25
+ "onUpdate-model"?: ((modified: boolean) => any) | undefined;
26
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
27
  export default _default;
17
28
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
29
  type __VLS_TypePropsToRuntimeProps<T> = {