cft-builder 0.0.34 → 0.0.36

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.
@@ -14,8 +14,6 @@
14
14
 
15
15
  .page {
16
16
  flex: 1 1 auto;
17
- /* padding: 0 20px;
18
- margin: 20px; */
19
17
  }
20
18
 
21
19
  .component {
@@ -32,9 +30,6 @@
32
30
  .form-builder-columns {
33
31
  display: flex;
34
32
  padding: 0px 0;
35
- /* position: relative;
36
- max-width: 800px;
37
- overflow-y: auto; */
38
33
  }
39
34
 
40
35
  .columnContainer {
@@ -43,7 +38,6 @@
43
38
 
44
39
  .base {
45
40
  padding: 0.5rem 0rem;
46
- /* cursor: move; */
47
41
  }
48
42
 
49
43
  .row {
@@ -4178,160 +4172,6 @@ button.swiper-pagination-bullet {
4178
4172
  display: none;
4179
4173
  }
4180
4174
 
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
4175
  @media print {
4336
4176
  html, body {
4337
4177
  height: 100vh; /* Use 100% here to support printing more than a single page*/
@@ -1,4 +1,4 @@
1
- import { B as d, A as s, F as o, R as a, T as i, z as u } from "./main-DptcgPUP.js";
1
+ import { B as d, A as s, F as o, R as a, T as i, z as u } from "./main-CEFGymF8.js";
2
2
  export {
3
3
  d as BuilderItems,
4
4
  s as BuilderItemsRender,