cft-builder 0.0.32 → 0.0.35
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/dist/cft-builder.css +154 -160
- package/dist/cft-builder.js +1 -1
- package/dist/cft-builder.umd.cjs +440 -440
- package/dist/cft-builder.umd.css +154 -160
- package/dist/{main-CJ80haHs.js → main-DJR9o0M_.js} +93989 -83923
- package/dist/{quill-CrjMu4uY.js → quill-FGBlB1cj.js} +1 -1
- package/package.json +2 -2
package/dist/cft-builder.css
CHANGED
|
@@ -1,3 +1,157 @@
|
|
|
1
|
+
.builder-row-column {
|
|
2
|
+
min-width: 375px;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.builder-panel-icons {
|
|
6
|
+
display: none !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.page-block a, .page-block p {
|
|
10
|
+
color: #000 !important;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.page-block {
|
|
14
|
+
color: #000 !important;
|
|
15
|
+
background-color: #fff !important;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.pdf .p-panel:hover {
|
|
19
|
+
border: 1px dotted #0F8BFD !important;
|
|
20
|
+
border-radius: 8px !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.pdf .p-panel:hover .builder-panel-icons {
|
|
24
|
+
display: block !important;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.pdf .p-panel:hover .pi, .pdf .p-panel:hover .p-panel-title {
|
|
28
|
+
color: #0F8BFD !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.row-editor-block {
|
|
32
|
+
border: 1px dotted #ae0ffd !important;
|
|
33
|
+
position: relative;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.row-setting-block-pdf-editor {
|
|
37
|
+
display: none !important;
|
|
38
|
+
width: 120px;
|
|
39
|
+
position: absolute;
|
|
40
|
+
z-index: 99;
|
|
41
|
+
margin: 0 auto;
|
|
42
|
+
left: 0;
|
|
43
|
+
right: 0;
|
|
44
|
+
padding: 5px;
|
|
45
|
+
background: #371576;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.row-setting-block-pdf-editor button {
|
|
49
|
+
background-color: rgba(0, 0, 0, 0);
|
|
50
|
+
border: none;
|
|
51
|
+
color: #fff !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.row-setting-block-pdf-editor .pdf-setting-container {
|
|
55
|
+
text-align: center;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.row-setting-block-pdf-editor-bottom {
|
|
59
|
+
width: 120px;
|
|
60
|
+
position: absolute;
|
|
61
|
+
z-index: 99;
|
|
62
|
+
margin: 0 auto;
|
|
63
|
+
left: 0;
|
|
64
|
+
right: 0;
|
|
65
|
+
bottom: 0;
|
|
66
|
+
padding: 5px;
|
|
67
|
+
background: #371576;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.row-setting-block-pdf-editor-bottom button {
|
|
71
|
+
background-color: rgba(0, 0, 0, 0);
|
|
72
|
+
border: none;
|
|
73
|
+
color: #fff !important;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.row-setting-block-pdf-editor-bottom .pdf-setting-container {
|
|
77
|
+
text-align: center;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.row-editor-block:hover .row-setting-block-pdf-editor {
|
|
81
|
+
display: inline !important;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.builder-sidebar-item {
|
|
85
|
+
white-space: nowrap;
|
|
86
|
+
overflow: hidden;
|
|
87
|
+
text-overflow: ellipsis;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.file-input-container {
|
|
91
|
+
position: relative;
|
|
92
|
+
overflow: hidden;
|
|
93
|
+
display: inline-block;
|
|
94
|
+
cursor: pointer;
|
|
95
|
+
border: 1px solid #ccc;
|
|
96
|
+
padding: 4px 8px;
|
|
97
|
+
border-radius: 4px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* Style the file input to be transparent and positioned on top of the container */
|
|
101
|
+
.file-input-container input[type=file] {
|
|
102
|
+
position: absolute;
|
|
103
|
+
top: 0;
|
|
104
|
+
left: 0;
|
|
105
|
+
opacity: 0;
|
|
106
|
+
cursor: pointer;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* Style the text inside the container */
|
|
110
|
+
.file-input-text {
|
|
111
|
+
white-space: nowrap;
|
|
112
|
+
overflow: hidden;
|
|
113
|
+
text-overflow: ellipsis;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.text-field {
|
|
117
|
+
background-color: rgba(0, 0, 0, 0);
|
|
118
|
+
border: none;
|
|
119
|
+
color: #fff;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.history-list-item .p-button {
|
|
123
|
+
display: none;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.page-panel .page-pannel-icons {
|
|
127
|
+
display: none;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.page-panel:hover .page-pannel-icons {
|
|
131
|
+
display: inline;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.history-list-item:hover .p-button {
|
|
135
|
+
display: inline;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
table > tbody > tr .table-action-buttons {
|
|
139
|
+
opacity: 0;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.hr-divider {
|
|
143
|
+
padding-top: 20px;
|
|
144
|
+
border-bottom: 1px solid #000;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.quick-setting .p-button {
|
|
148
|
+
width: auto !important;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.quick-setting .p-buttonset {
|
|
152
|
+
width: auto !important;
|
|
153
|
+
display: block !important;
|
|
154
|
+
}
|
|
1
155
|
.sideBar {
|
|
2
156
|
flex: 0 0 1;
|
|
3
157
|
width: 200px;
|
|
@@ -14,8 +168,6 @@
|
|
|
14
168
|
|
|
15
169
|
.page {
|
|
16
170
|
flex: 1 1 auto;
|
|
17
|
-
/* padding: 0 20px;
|
|
18
|
-
margin: 20px; */
|
|
19
171
|
}
|
|
20
172
|
|
|
21
173
|
.component {
|
|
@@ -32,9 +184,6 @@
|
|
|
32
184
|
.form-builder-columns {
|
|
33
185
|
display: flex;
|
|
34
186
|
padding: 0px 0;
|
|
35
|
-
/* position: relative;
|
|
36
|
-
max-width: 800px;
|
|
37
|
-
overflow-y: auto; */
|
|
38
187
|
}
|
|
39
188
|
|
|
40
189
|
.columnContainer {
|
|
@@ -43,7 +192,6 @@
|
|
|
43
192
|
|
|
44
193
|
.base {
|
|
45
194
|
padding: 0.5rem 0rem;
|
|
46
|
-
/* cursor: move; */
|
|
47
195
|
}
|
|
48
196
|
|
|
49
197
|
.row {
|
|
@@ -4178,160 +4326,6 @@ button.swiper-pagination-bullet {
|
|
|
4178
4326
|
display: none;
|
|
4179
4327
|
}
|
|
4180
4328
|
|
|
4181
|
-
.builder-row-column {
|
|
4182
|
-
min-width: 375px;
|
|
4183
|
-
}
|
|
4184
|
-
|
|
4185
|
-
.builder-panel-icons {
|
|
4186
|
-
display: none !important;
|
|
4187
|
-
}
|
|
4188
|
-
|
|
4189
|
-
.page-block a, .page-block p {
|
|
4190
|
-
color: #000 !important;
|
|
4191
|
-
}
|
|
4192
|
-
|
|
4193
|
-
.page-block {
|
|
4194
|
-
color: #000 !important;
|
|
4195
|
-
background-color: #fff !important;
|
|
4196
|
-
}
|
|
4197
|
-
|
|
4198
|
-
.pdf .p-panel:hover {
|
|
4199
|
-
border: 1px dotted #0F8BFD !important;
|
|
4200
|
-
border-radius: 8px !important;
|
|
4201
|
-
}
|
|
4202
|
-
|
|
4203
|
-
.pdf .p-panel:hover .builder-panel-icons {
|
|
4204
|
-
display: block !important;
|
|
4205
|
-
}
|
|
4206
|
-
|
|
4207
|
-
.pdf .p-panel:hover .pi, .pdf .p-panel:hover .p-panel-title {
|
|
4208
|
-
color: #0F8BFD !important;
|
|
4209
|
-
}
|
|
4210
|
-
|
|
4211
|
-
.row-editor-block {
|
|
4212
|
-
border: 1px dotted #ae0ffd !important;
|
|
4213
|
-
position: relative;
|
|
4214
|
-
}
|
|
4215
|
-
|
|
4216
|
-
.row-setting-block-pdf-editor {
|
|
4217
|
-
display: none !important;
|
|
4218
|
-
width: 120px;
|
|
4219
|
-
position: absolute;
|
|
4220
|
-
z-index: 99;
|
|
4221
|
-
margin: 0 auto;
|
|
4222
|
-
left: 0;
|
|
4223
|
-
right: 0;
|
|
4224
|
-
padding: 5px;
|
|
4225
|
-
background: #371576;
|
|
4226
|
-
}
|
|
4227
|
-
|
|
4228
|
-
.row-setting-block-pdf-editor button {
|
|
4229
|
-
background-color: rgba(0, 0, 0, 0);
|
|
4230
|
-
border: none;
|
|
4231
|
-
color: #fff !important;
|
|
4232
|
-
}
|
|
4233
|
-
|
|
4234
|
-
.row-setting-block-pdf-editor .pdf-setting-container {
|
|
4235
|
-
text-align: center;
|
|
4236
|
-
}
|
|
4237
|
-
|
|
4238
|
-
.row-setting-block-pdf-editor-bottom {
|
|
4239
|
-
width: 120px;
|
|
4240
|
-
position: absolute;
|
|
4241
|
-
z-index: 99;
|
|
4242
|
-
margin: 0 auto;
|
|
4243
|
-
left: 0;
|
|
4244
|
-
right: 0;
|
|
4245
|
-
bottom: 0;
|
|
4246
|
-
padding: 5px;
|
|
4247
|
-
background: #371576;
|
|
4248
|
-
}
|
|
4249
|
-
|
|
4250
|
-
.row-setting-block-pdf-editor-bottom button {
|
|
4251
|
-
background-color: rgba(0, 0, 0, 0);
|
|
4252
|
-
border: none;
|
|
4253
|
-
color: #fff !important;
|
|
4254
|
-
}
|
|
4255
|
-
|
|
4256
|
-
.row-setting-block-pdf-editor-bottom .pdf-setting-container {
|
|
4257
|
-
text-align: center;
|
|
4258
|
-
}
|
|
4259
|
-
|
|
4260
|
-
.row-editor-block:hover .row-setting-block-pdf-editor {
|
|
4261
|
-
display: inline !important;
|
|
4262
|
-
}
|
|
4263
|
-
|
|
4264
|
-
.builder-sidebar-item {
|
|
4265
|
-
white-space: nowrap;
|
|
4266
|
-
overflow: hidden;
|
|
4267
|
-
text-overflow: ellipsis;
|
|
4268
|
-
}
|
|
4269
|
-
|
|
4270
|
-
.file-input-container {
|
|
4271
|
-
position: relative;
|
|
4272
|
-
overflow: hidden;
|
|
4273
|
-
display: inline-block;
|
|
4274
|
-
cursor: pointer;
|
|
4275
|
-
border: 1px solid #ccc;
|
|
4276
|
-
padding: 4px 8px;
|
|
4277
|
-
border-radius: 4px;
|
|
4278
|
-
}
|
|
4279
|
-
|
|
4280
|
-
/* Style the file input to be transparent and positioned on top of the container */
|
|
4281
|
-
.file-input-container input[type=file] {
|
|
4282
|
-
position: absolute;
|
|
4283
|
-
top: 0;
|
|
4284
|
-
left: 0;
|
|
4285
|
-
opacity: 0;
|
|
4286
|
-
cursor: pointer;
|
|
4287
|
-
}
|
|
4288
|
-
|
|
4289
|
-
/* Style the text inside the container */
|
|
4290
|
-
.file-input-text {
|
|
4291
|
-
white-space: nowrap;
|
|
4292
|
-
overflow: hidden;
|
|
4293
|
-
text-overflow: ellipsis;
|
|
4294
|
-
}
|
|
4295
|
-
|
|
4296
|
-
.text-field {
|
|
4297
|
-
background-color: rgba(0, 0, 0, 0);
|
|
4298
|
-
border: none;
|
|
4299
|
-
color: #fff;
|
|
4300
|
-
}
|
|
4301
|
-
|
|
4302
|
-
.history-list-item .p-button {
|
|
4303
|
-
display: none;
|
|
4304
|
-
}
|
|
4305
|
-
|
|
4306
|
-
.page-panel .page-pannel-icons {
|
|
4307
|
-
display: none;
|
|
4308
|
-
}
|
|
4309
|
-
|
|
4310
|
-
.page-panel:hover .page-pannel-icons {
|
|
4311
|
-
display: inline;
|
|
4312
|
-
}
|
|
4313
|
-
|
|
4314
|
-
.history-list-item:hover .p-button {
|
|
4315
|
-
display: inline;
|
|
4316
|
-
}
|
|
4317
|
-
|
|
4318
|
-
table > tbody > tr .table-action-buttons {
|
|
4319
|
-
opacity: 0;
|
|
4320
|
-
}
|
|
4321
|
-
|
|
4322
|
-
.hr-divider {
|
|
4323
|
-
padding-top: 20px;
|
|
4324
|
-
border-bottom: 1px solid #000;
|
|
4325
|
-
}
|
|
4326
|
-
|
|
4327
|
-
.quick-setting .p-button {
|
|
4328
|
-
width: auto !important;
|
|
4329
|
-
}
|
|
4330
|
-
|
|
4331
|
-
.quick-setting .p-buttonset {
|
|
4332
|
-
width: auto !important;
|
|
4333
|
-
display: block !important;
|
|
4334
|
-
}
|
|
4335
4329
|
@media print {
|
|
4336
4330
|
html, body {
|
|
4337
4331
|
height: 100vh; /* Use 100% here to support printing more than a single page*/
|
package/dist/cft-builder.js
CHANGED