@bagelink/vue 1.2.111 → 1.2.119

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/style.css CHANGED
@@ -1412,16 +1412,16 @@ pre code.hljs {
1412
1412
  background: transparent !important;
1413
1413
  }
1414
1414
 
1415
- .code-editor-container[data-v-6ab9613f] {
1415
+ .code-editor-container[data-v-de01e351] {
1416
1416
  margin-bottom: 0.5rem;
1417
1417
  height: 100%;
1418
1418
  }
1419
- .label[data-v-6ab9613f] {
1419
+ .label[data-v-de01e351] {
1420
1420
  display: block;
1421
1421
  text-align: left;
1422
1422
  margin-bottom: 0.25rem;
1423
1423
  }
1424
- .code-editor-grandpa[data-v-6ab9613f] {
1424
+ .code-editor-grandpa[data-v-de01e351] {
1425
1425
  background: #22252A;
1426
1426
  border-radius: 0.25rem;
1427
1427
  width: 100%;
@@ -1430,17 +1430,17 @@ pre code.hljs {
1430
1430
  padding: 1ch;
1431
1431
  padding-inline-start: 2ch;
1432
1432
  }
1433
- .code-editor-grandpa[data-v-6ab9613f]:focus-within {
1433
+ .code-editor-grandpa[data-v-de01e351]:focus-within {
1434
1434
  outline: solid 1px var(--border-color, #4f575f);
1435
1435
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.13);
1436
1436
  }
1437
- .editor-content-papa[data-v-6ab9613f] {
1437
+ .editor-content-papa[data-v-de01e351] {
1438
1438
  position: relative;
1439
1439
  width: 100%;
1440
1440
  padding-bottom: calc(100% - 5lh);
1441
1441
  }
1442
- .code-display[data-v-6ab9613f],
1443
- .code-input[data-v-6ab9613f] {
1442
+ .code-display[data-v-de01e351],
1443
+ .code-input[data-v-de01e351] {
1444
1444
  inset: 0;
1445
1445
  margin: 0;
1446
1446
  padding: 0;
@@ -1454,18 +1454,18 @@ pre code.hljs {
1454
1454
  word-break: keep-all;
1455
1455
  text-align: left;
1456
1456
  }
1457
- .code-display[data-v-6ab9613f] {
1457
+ .code-display[data-v-de01e351] {
1458
1458
  position: relative;
1459
1459
  color: #fff;
1460
1460
  pointer-events: none;
1461
1461
  z-index: 1;
1462
1462
  }
1463
- .code-display code[data-v-6ab9613f] {
1463
+ .code-display code[data-v-de01e351] {
1464
1464
  display: block;
1465
1465
  background: transparent !important;
1466
1466
  padding: 0 !important;
1467
1467
  }
1468
- .code-input[data-v-6ab9613f] {
1468
+ .code-input[data-v-de01e351] {
1469
1469
  position: absolute;
1470
1470
  background: transparent;
1471
1471
  color: transparent;
@@ -1475,7 +1475,7 @@ pre code.hljs {
1475
1475
  outline: none;
1476
1476
  z-index: 2;
1477
1477
  }
1478
- .code-input[data-v-6ab9613f]::selection {
1478
+ .code-input[data-v-de01e351]::selection {
1479
1479
  background-color: rgba(36, 102, 188, 0.3);
1480
1480
  color: transparent;
1481
1481
  }
@@ -2819,7 +2819,7 @@ input[type="range"][data-v-46e22f3e]:active::-webkit-slider-thumb {
2819
2819
  color: var(--bgl-green);
2820
2820
  line-height: 0;
2821
2821
  }
2822
- .hideLabel label{
2822
+ .hideLabel label, .hideLabel .label{
2823
2823
  font-size: 0 !important;
2824
2824
  }
2825
2825
  .mapping-table .selectinput-btn:disabled{
@@ -2829,6 +2829,10 @@ input[type="range"][data-v-46e22f3e]:active::-webkit-slider-thumb {
2829
2829
  .field-label{
2830
2830
  --pill-height: 20px;
2831
2831
  }
2832
+ .popupPreviewSpreadsheet .spreadsheet{
2833
+ width: 100%;
2834
+ overflow: auto;
2835
+ }
2832
2836
 
2833
2837
  .bgl_bottombar .bgl_btn-flex{
2834
2838
  flex-direction: column;
@@ -15203,156 +15207,163 @@ to {
15203
15207
  }input,
15204
15208
  textarea,
15205
15209
  select {
15206
- font-family: inherit;
15207
- width: 100%;
15210
+ font-family: inherit;
15211
+ width: 100%;
15208
15212
  }.bagel-input-error input,
15209
15213
  .bagel-input-error button,
15210
15214
  .bagel-input-error textarea {
15211
- outline: 1px solid var(--bgl-red);
15215
+ outline: 1px solid var(--bgl-red);
15212
15216
  }.bagel-input {
15213
- position: relative;
15214
- display: flex;
15215
- flex-direction: column;
15216
- text-align: start;
15217
- margin-bottom: 0.5rem;
15218
- width: 100%;
15219
- color: var(--bgl-text-color);
15217
+ position: relative;
15218
+ display: flex;
15219
+ flex-direction: column;
15220
+ text-align: start;
15221
+ margin-bottom: 0.5rem;
15222
+ width: 100%;
15223
+ color: var(--bgl-text-color);
15220
15224
  }.bagel-input::-webkit-input-placeholder .bagel-input label {
15221
- display: block;
15222
- font-size: var(--label-font-size);
15223
- margin-bottom: 2px;
15224
- line-height: 1.3;
15225
+ display: block;
15226
+ font-size: var(--label-font-size);
15227
+ margin-bottom: 2px;
15228
+ line-height: 1.3;
15225
15229
  }.bagel-input::-moz-placeholder .bagel-input label {
15226
- display: block;
15227
- font-size: var(--label-font-size);
15228
- margin-bottom: 2px;
15229
- line-height: 1.3;
15230
+ display: block;
15231
+ font-size: var(--label-font-size);
15232
+ margin-bottom: 2px;
15233
+ line-height: 1.3;
15230
15234
  }.bagel-input:-ms-input-placeholder .bagel-input label {
15231
- display: block;
15232
- font-size: var(--label-font-size);
15233
- margin-bottom: 2px;
15234
- line-height: 1.3;
15235
+ display: block;
15236
+ font-size: var(--label-font-size);
15237
+ margin-bottom: 2px;
15238
+ line-height: 1.3;
15235
15239
  }.bagel-input::-ms-input-placeholder .bagel-input label {
15236
- display: block;
15237
- font-size: var(--label-font-size);
15238
- margin-bottom: 2px;
15239
- line-height: 1.3;
15240
+ display: block;
15241
+ font-size: var(--label-font-size);
15242
+ margin-bottom: 2px;
15243
+ line-height: 1.3;
15240
15244
  }.bagel-input::placeholder .bagel-input label {
15241
- display: block;
15242
- font-size: var(--label-font-size);
15243
- margin-bottom: 2px;
15244
- line-height: 1.3;
15245
+ display: block;
15246
+ font-size: var(--label-font-size);
15247
+ margin-bottom: 2px;
15248
+ line-height: 1.3;
15245
15249
  }.bagel-input::-webkit-input-placeholder {
15246
- color: var(--placeholder-color);
15250
+ color: var(--placeholder-color);
15247
15251
  }.bagel-input::-moz-placeholder {
15248
- color: var(--placeholder-color);
15252
+ color: var(--placeholder-color);
15249
15253
  }.bagel-input:-ms-input-placeholder {
15250
- color: var(--placeholder-color);
15254
+ color: var(--placeholder-color);
15251
15255
  }.bagel-input::-ms-input-placeholder {
15252
- color: var(--placeholder-color);
15256
+ color: var(--placeholder-color);
15253
15257
  }.bagel-input::placeholder {
15254
- color: var(--placeholder-color);
15258
+ color: var(--placeholder-color);
15255
15259
  }.bagel-input label {
15256
- color: var(--label-color);
15260
+ color: var(--label-color);
15257
15261
  }.bagel-input input,
15258
15262
  .bagel-input select,
15259
15263
  .custom-select .input {
15260
- height: var(--input-height);
15261
- font-size: var(--input-font-size);
15264
+ height: var(--input-height);
15265
+ font-size: var(--input-font-size);
15262
15266
  }.bagel-input input,
15263
15267
  .bagel-input textarea,
15264
15268
  .bagel-input select,
15265
15269
  .custom-select .input {
15266
- background: var(--input-bg);
15267
- border: none;
15268
- padding: 0.7rem;
15269
- border-radius: var(--input-border-radius);
15270
- color: var(--input-color);
15271
- min-width: calc(var(--input-height) * 3);
15272
- width: 100%;
15270
+ background: var(--input-bg);
15271
+ border: none;
15272
+ padding: 0.7rem;
15273
+ border-radius: var(--input-border-radius);
15274
+ color: var(--input-color);
15275
+ min-width: calc(var(--input-height) * 3);
15276
+ width: 100%;
15273
15277
  }.bagel-input input::-webkit-input-placeholder,
15274
15278
  .bagel-input textarea::-webkit-input-placeholder,
15275
15279
  .bagel-input select::-webkit-input-placeholder,
15276
15280
  .custom-select .input::-webkit-input-placeholder {
15277
- color: var(--placeholder-color);
15281
+ color: var(--placeholder-color);
15278
15282
  }.bagel-input input::-moz-placeholder,
15279
15283
  .bagel-input textarea::-moz-placeholder,
15280
15284
  .bagel-input select::-moz-placeholder,
15281
15285
  .custom-select .input::-moz-placeholder {
15282
- color: var(--placeholder-color);
15286
+ color: var(--placeholder-color);
15283
15287
  }.bagel-input input:-ms-input-placeholder,
15284
15288
  .bagel-input textarea:-ms-input-placeholder,
15285
15289
  .bagel-input select:-ms-input-placeholder,
15286
15290
  .custom-select .input:-ms-input-placeholder {
15287
- color: var(--placeholder-color);
15291
+ color: var(--placeholder-color);
15288
15292
  }.bagel-input input::-ms-input-placeholder,
15289
15293
  .bagel-input textarea::-ms-input-placeholder,
15290
15294
  .bagel-input select::-ms-input-placeholder,
15291
15295
  .custom-select .input::-ms-input-placeholder {
15292
- color: var(--placeholder-color);
15296
+ color: var(--placeholder-color);
15293
15297
  }.bagel-input input::placeholder,
15294
15298
  .bagel-input textarea::placeholder,
15295
15299
  .bagel-input select::placeholder,
15296
15300
  .custom-select .input::placeholder {
15297
- color: var(--placeholder-color);
15301
+ color: var(--placeholder-color);
15298
15302
  }.bagel-input.search-wrap {
15299
- display: flex;
15300
- flex-direction: row;
15301
- align-items: center;
15303
+ display: flex;
15304
+ flex-direction: row;
15305
+ align-items: center;
15302
15306
  }.bagel-input.search-wrap input {
15303
- -webkit-padding-end: 2rem;
15304
- padding-inline-end: 2rem;
15307
+ -webkit-padding-end: 2rem;
15308
+ padding-inline-end: 2rem;
15305
15309
  }.bagel-input.search-wrap .bgl_icon-font {
15306
- -webkit-margin-start: -1.75rem;
15307
- margin-inline-start: -1.75rem;
15310
+ -webkit-margin-start: -1.75rem;
15311
+ margin-inline-start: -1.75rem;
15308
15312
  }.bagel-input select {
15309
- height: var(--input-height);
15313
+ height: var(--input-height);
15310
15314
  }.bagel-input textarea {
15311
- resize: vertical;
15312
- min-height: calc(var(--input-height) * 3);
15313
- line-height: 1.5;
15315
+ resize: vertical;
15316
+ min-height: calc(var(--input-height) * 3);
15317
+ line-height: 1.5;
15314
15318
  }.bagel-input.wider input {
15315
- min-width: 320px;
15319
+ min-width: 320px;
15316
15320
  }.bagel-input input[type='radio'] {
15317
- padding: 0;
15318
- width: -webkit-fit-content;
15319
- width: -moz-fit-content;
15320
- width: fit-content;
15321
+ padding: 0;
15322
+ width: -webkit-fit-content;
15323
+ width: -moz-fit-content;
15324
+ width: fit-content;
15321
15325
  }.bagel-input:focus-within label {
15322
- color: var(--bgl-primary);
15326
+ color: var(--bgl-primary);
15323
15327
  }.bagel-input select.no-edit,
15324
15328
  .bagel-input input.no-edit,
15325
15329
  .bagel-input textarea.no-edit,
15326
15330
  .bagel-input .switch.no-edit {
15327
- pointer-events: none;
15328
- outline: none;
15329
- opacity: 0.7;
15331
+ pointer-events: none;
15332
+ outline: none;
15333
+ opacity: 0.7;
15330
15334
  }.bagel-input label.active {
15331
- color: var(--bgl-primary);
15335
+ color: var(--bgl-primary);
15332
15336
  }.inline-80 {
15333
- display: inline-block;
15334
- width: 80%;
15337
+ display: inline-block;
15338
+ width: 80%;
15335
15339
  }.inline-20 {
15336
- display: inline-block;
15337
- width: 20%;
15340
+ display: inline-block;
15341
+ width: 20%;
15338
15342
  }.inline-10 {
15339
- display: inline-block;
15340
- width: 20%;
15343
+ display: inline-block;
15344
+ width: 20%;
15341
15345
  }.inline-50 {
15342
- display: inline-block;
15343
- width: 49%;
15344
- margin: 0 0.5%;
15346
+ display: inline-block;
15347
+ width: 49%;
15348
+ margin: 0 0.5%;
15345
15349
  }.custom-select .input {
15346
- height: var(--input-height);
15347
- font-size: var(--input-font-size);
15350
+ height: var(--input-height);
15351
+ font-size: var(--input-font-size);
15348
15352
  }.custom-select .input {
15349
- background: var(--input-bg);
15350
- border: none;
15351
- padding: 0.7rem;
15352
- border-radius: var(--input-border-radius);
15353
- color: var(--input-color);
15354
- min-width: calc(var(--input-height) * 3);
15355
- width: 100%;
15353
+ background: var(--input-bg);
15354
+ border: none;
15355
+ padding: 0.7rem;
15356
+ border-radius: var(--input-border-radius);
15357
+ color: var(--input-color);
15358
+ min-width: calc(var(--input-height) * 3);
15359
+ width: 100%;
15360
+ }.input-height {
15361
+ height: var(--input-height);
15362
+ }.input-size {
15363
+ height: var(--input-height);
15364
+ min-width: calc(var(--input-height) * 3);
15365
+ margin-bottom: 0.5rem;
15366
+ padding: 0.7rem;
15356
15367
  }/* [dir='rtl'] .bagel-input input[type='email'],
15357
15368
  [dir='rtl'] .tel-input input[type='tel'] {
15358
15369
  direction: ltr;
@@ -15362,79 +15373,79 @@ select {
15362
15373
  .bagel-input textarea:focus-visible,
15363
15374
  .bagel-input button:focus-visible,
15364
15375
  .bgl_btn:focus-visible {
15365
- outline-color: var(--bgl-primary-tint);
15366
- box-shadow: inset 0 0 10px #00000012;
15376
+ outline-color: var(--bgl-primary-tint);
15377
+ box-shadow: inset 0 0 10px #00000012;
15367
15378
  }.bagel-input input:focus,
15368
15379
  .bagel-input select:focus,
15369
15380
  .bagel-input textarea:focus {
15370
- outline-color: rgba(0, 0, 0, 0.05);
15371
- box-shadow: inset 0 0 8px #00000018;
15372
- outline-color: var(--input-bg);
15381
+ outline-color: rgba(0, 0, 0, 0.05);
15382
+ box-shadow: inset 0 0 8px #00000018;
15383
+ outline-color: var(--input-bg);
15373
15384
  }.bagel-input .bgl_btn:focus,
15374
15385
  .bagel-input button:focus {
15375
- outline-color: rgba(0, 0, 0, 0.05);
15376
- outline-color: var(--input-bg);
15386
+ outline-color: rgba(0, 0, 0, 0.05);
15387
+ outline-color: var(--input-bg);
15377
15388
  }.bagel-input.light-input input,
15378
15389
  .bagel-input.light-input textarea,
15379
15390
  .bagel-input.light-input select,
15380
15391
  .custom-select.light-input .input,
15381
15392
  .light-input .selectinput-btn {
15382
- background: var(--bgl-popup-bg) !important;
15383
- box-shadow:
15384
- 0 1px 5px 0 rgba(0, 0, 0, 0.1),
15385
- 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
15386
- outline: 1px solid var(--border-color) !important;
15393
+ background: var(--bgl-popup-bg) !important;
15394
+ box-shadow:
15395
+ 0 1px 5px 0 rgba(0, 0, 0, 0.1),
15396
+ 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
15397
+ outline: 1px solid var(--border-color) !important;
15387
15398
  }.input.active.light-input,
15388
15399
  .bagel-input.light-input input:focus-visible,
15389
15400
  .bagel-input.light-input select:focus-visible,
15390
15401
  .bagel-input.light-input textarea:focus-visible {
15391
- box-shadow: inset 0 0 2px var(--bgl-popup-text) !important;
15402
+ box-shadow: inset 0 0 2px var(--bgl-popup-text) !important;
15392
15403
  }.bagel-input input[type='number']-webkit-inner-spin-button,
15393
15404
  .bagel-input input[type='number']::-webkit-outer-spin-button {
15394
- -webkit-appearance: none;
15405
+ -webkit-appearance: none;
15395
15406
  }.label-count-0 label {
15396
- display: none;
15407
+ display: none;
15397
15408
  }.label-count-0 button.bgl_btn.bgl_flatBtn {
15398
- margin-right: 5px;
15409
+ margin-right: 5px;
15399
15410
  }.label-count-0 button.bgl_btn.bgl_flatBtn:hover {
15400
- background: var(--bgl-hover-filter);
15411
+ background: var(--bgl-hover-filter);
15401
15412
  }.bagel-input input[type='color'] {
15402
- padding: 0.025rem 0.05rem;
15403
- display: block;
15404
- width: var(--input-height);
15405
- min-width: var(--input-height);
15406
- height: var(--input-height);
15407
- border: none;
15408
- -webkit-appearance: none;
15409
- -moz-appearance: none;
15410
- appearance: none;
15411
- cursor: pointer;
15413
+ padding: 0.025rem 0.05rem;
15414
+ display: block;
15415
+ width: var(--input-height);
15416
+ min-width: var(--input-height);
15417
+ height: var(--input-height);
15418
+ border: none;
15419
+ -webkit-appearance: none;
15420
+ -moz-appearance: none;
15421
+ appearance: none;
15422
+ cursor: pointer;
15412
15423
  }.bagel-input input[type='color']::-webkit-color-swatch {
15413
- border-radius: var(--input-border-radius);
15414
- border: none;
15415
- -webkit-transition: box-shadow 200ms ease;
15416
- transition: box-shadow 200ms ease;
15424
+ border-radius: var(--input-border-radius);
15425
+ border: none;
15426
+ -webkit-transition: box-shadow 200ms ease;
15427
+ transition: box-shadow 200ms ease;
15417
15428
  }.bagel-input input[type='color']::-moz-color-swatch {
15418
- border-radius: var(--input-border-radius);
15419
- border: none;
15420
- -moz-transition: box-shadow 200ms ease;
15421
- transition: box-shadow 200ms ease;
15429
+ border-radius: var(--input-border-radius);
15430
+ border: none;
15431
+ -moz-transition: box-shadow 200ms ease;
15432
+ transition: box-shadow 200ms ease;
15422
15433
  }.bagel-input input[type='color']::-webkit-color-swatch:hover {
15423
- box-shadow: inset 0 0 10px #00000050;
15434
+ box-shadow: inset 0 0 10px #00000050;
15424
15435
  }.bagel-input input[type='color']::-moz-color-swatch:hover {
15425
- box-shadow: inset 0 0 10px #00000050;
15436
+ box-shadow: inset 0 0 10px #00000050;
15426
15437
  }@media screen and (max-width: 910px) {
15427
- .bagel-input.wider input {
15428
- min-width: 120px;
15429
- }
15438
+ .bagel-input.wider input {
15439
+ min-width: 120px;
15440
+ }
15430
15441
  }.pixel {
15431
- width: 0 !important;
15432
- height: 0 !important;
15433
- overflow: hidden !important;
15434
- outline: none !important;
15435
- position: absolute !important;
15436
- bottom: 0 !important;
15437
- left: 50% !important;
15442
+ width: 0 !important;
15443
+ height: 0 !important;
15444
+ overflow: hidden !important;
15445
+ outline: none !important;
15446
+ position: absolute !important;
15447
+ bottom: 0 !important;
15448
+ left: 50% !important;
15438
15449
  }.bgl_btn,
15439
15450
  .bgl_flatBtn,
15440
15451
  .bgl_btn-icon {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.2.111",
4
+ "version": "1.2.119",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",