@bagelink/vue 0.0.234-beta.0 → 0.0.236-beta.0

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
@@ -521,11 +521,11 @@
521
521
  }
522
522
  }
523
523
 
524
- .modal-title[data-v-4c24e1e7] {
524
+ .modal-title[data-v-d6a4af96] {
525
525
  margin-top: 0.5rem;
526
526
  }
527
527
  @media screen and (max-width: 910px) {
528
- .modal-title[data-v-4c24e1e7] {
528
+ .modal-title[data-v-d6a4af96] {
529
529
  margin-top: 1rem;
530
530
  }
531
531
  }
@@ -2450,300 +2450,187 @@ label,
2450
2450
  input,
2451
2451
  textarea,
2452
2452
  select {
2453
- font-family: inherit;
2454
- width: 100%;
2453
+ font-family: inherit;
2454
+ width: 100%;
2455
2455
  }
2456
2456
  .bagel-input {
2457
- position: relative;
2458
- display: flex;
2459
- flex-direction: column;
2460
- text-align: start;
2461
- margin-bottom: 0.5rem;
2462
- width: 100%;
2463
- color: var(--bgl-black);
2457
+ position: relative;
2458
+ display: flex;
2459
+ flex-direction: column;
2460
+ text-align: start;
2461
+ margin-bottom: 0.5rem;
2462
+ width: 100%;
2463
+ color: var(--bgl-black);
2464
2464
  }
2465
2465
  .bagel-input::placeholder .bagel-input label {
2466
- display: block;
2467
- font-size: var(--label-font-size);
2468
- margin-bottom: 2px;
2469
- line-height: 1.3;
2466
+ display: block;
2467
+ font-size: var(--label-font-size);
2468
+ margin-bottom: 2px;
2469
+ line-height: 1.3;
2470
2470
  }
2471
2471
  .bagel-input::placeholder {
2472
- color: var(--placeholder-color);
2472
+ color: var(--placeholder-color);
2473
2473
  }
2474
2474
  .bagel-input label {
2475
- color: var(--label-color);
2475
+ color: var(--label-color);
2476
2476
  }
2477
2477
  .bagel-input input,
2478
2478
  .bagel-input select,
2479
2479
  .custom-select .input {
2480
- height: var(--input-height);
2481
- font-size: var(--input-font-size);
2480
+ height: var(--input-height);
2481
+ font-size: var(--input-font-size);
2482
2482
  }
2483
2483
  .bagel-input input,
2484
2484
  .bagel-input textarea,
2485
2485
  .bagel-input select,
2486
2486
  .custom-select .input {
2487
- background: var(--input-bg);
2488
- border: none;
2489
- padding: 0.7rem;
2490
- border-radius: var(--input-border-radius);
2491
- color: var(--input-color);
2492
- min-width: calc(var(--input-height) * 3);
2493
- width: 100%;
2487
+ background: var(--input-bg);
2488
+ border: none;
2489
+ padding: 0.7rem;
2490
+ border-radius: var(--input-border-radius);
2491
+ color: var(--input-color);
2492
+ min-width: calc(var(--input-height) * 3);
2493
+ width: 100%;
2494
2494
  }
2495
2495
  .bagel-input input::placeholder,
2496
2496
  .bagel-input textarea::placeholder,
2497
2497
  .bagel-input select::placeholder,
2498
2498
  .custom-select .input::placeholder {
2499
- color: var(--placeholder-color);
2499
+ color: var(--placeholder-color);
2500
2500
  }
2501
2501
  .bagel-input.search-wrap {
2502
- display: flex;
2503
- flex-direction: row;
2504
- align-items: center;
2502
+ display: flex;
2503
+ flex-direction: row;
2504
+ align-items: center;
2505
2505
  }
2506
2506
  .bagel-input.search-wrap input {
2507
- padding-inline-end: 2rem;
2507
+ padding-inline-end: 2rem;
2508
2508
  }
2509
2509
  .bagel-input.search-wrap .icon-font {
2510
- margin-inline-start: -1.75rem;
2510
+ margin-inline-start: -1.75rem;
2511
2511
  }
2512
2512
  .bagel-input select {
2513
- height: var(--input-height);
2513
+ height: var(--input-height);
2514
2514
  }
2515
2515
  .bagel-input textarea {
2516
- resize: vertical;
2517
- min-height: calc(var(--input-height) * 3);
2518
- line-height: 1.5;
2516
+ resize: vertical;
2517
+ min-height: calc(var(--input-height) * 3);
2518
+ line-height: 1.5;
2519
2519
  }
2520
2520
  .bagel-input.wider input {
2521
- min-width: 320px;
2521
+ min-width: 320px;
2522
2522
  }
2523
- .bagel-input input[type='radio'] {
2524
- padding: 0;
2525
- width: fit-content;
2523
+ .bagel-input input[type="radio"] {
2524
+ padding: 0;
2525
+ width: fit-content;
2526
2526
  }
2527
2527
  .bagel-input:focus-within label {
2528
- color: var(--bgl-primary);
2528
+ color: var(--bgl-primary);
2529
2529
  }
2530
2530
  .bagel-input select.no-edit,
2531
2531
  .bagel-input input.no-edit,
2532
2532
  .bagel-input textarea.no-edit,
2533
2533
  .bagel-input .switch.no-edit {
2534
- pointer-events: none;
2535
- outline: none;
2534
+ pointer-events: none;
2535
+ outline: none;
2536
2536
  }
2537
- input[type='number']::-webkit-inner-spin-button,
2538
- input[type='number']::-webkit-outer-spin-button {
2539
- -webkit-appearance: none;
2537
+ input[type="number"]::-webkit-inner-spin-button,
2538
+ input[type="number"]::-webkit-outer-spin-button {
2539
+ -webkit-appearance: none;
2540
2540
  }
2541
2541
  label.active {
2542
- color: var(--bgl-primary);
2542
+ color: var(--bgl-primary);
2543
2543
  }
2544
2544
  .inline-80 {
2545
- display: inline-block;
2546
- width: 80%;
2545
+ display: inline-block;
2546
+ width: 80%;
2547
2547
  }
2548
2548
  .inline-20 {
2549
- display: inline-block;
2550
- width: 20%;
2549
+ display: inline-block;
2550
+ width: 20%;
2551
2551
  }
2552
2552
  .inline-10 {
2553
- display: inline-block;
2554
- width: 20%;
2553
+ display: inline-block;
2554
+ width: 20%;
2555
2555
  }
2556
2556
  .inline-50 {
2557
- display: inline-block;
2558
- width: 49%;
2559
- margin: 0 0.5%;
2560
- }
2561
- button.formkit-input {
2562
- background: var(--bgl-primary);
2563
- color: var(--bgl-white);
2564
- border: none;
2565
- padding: 0 1.5rem;
2566
- border-radius: var(--input-border-radius);
2567
- font-size: var(--input-font-size);
2568
- font-weight: 500;
2569
- cursor: pointer;
2570
- transition: all 0.2s ease-in-out;
2571
- margin-top: 0.5rem;
2572
- }
2573
- button.formkit-input:hover {
2574
- filter: var(--bgl-hover-filter);
2575
- }
2576
- button.formkit-input:active {
2577
- filter: var(--bgl-active-filter);
2578
- }
2579
- .formkit-messages {
2580
- list-style-type: none;
2581
- padding: 0;
2582
- color: var(--bgl-red);
2583
- margin: none;
2584
- font-size: 0.7rem;
2585
- position: absolute;
2586
- right: 0;
2587
- top: -10px;
2588
- }
2589
- .formkit-outer {
2590
- position: relative;
2591
- display: flex;
2592
- flex-direction: column;
2593
- text-align: start;
2594
- margin-bottom: 0.5rem;
2595
- width: 100%;
2596
- }
2597
- .formkit-outer .formkit-help {
2598
- font-size: 0.8rem;
2599
- color: var(--input-color);
2600
- margin-top: 0.5rem;
2601
- font-weight: 300;
2602
- }
2603
- .formkit-outer label {
2604
- display: block;
2605
- font-size: var(--label-font-size);
2606
- margin-bottom: 2px;
2607
- line-height: 1.3;
2608
- color: var(--label-color);
2557
+ display: inline-block;
2558
+ width: 49%;
2559
+ margin: 0 0.5%;
2609
2560
  }
2610
- .formkit-outer input,
2611
- .formkit-outer select,
2612
2561
  .custom-select .input {
2613
- height: var(--input-height);
2614
- font-size: var(--input-font-size);
2562
+ height: var(--input-height);
2563
+ font-size: var(--input-font-size);
2615
2564
  }
2616
- .formkit-outer input,
2617
- .formkit-outer textarea,
2618
- .formkit-outer select,
2619
2565
  .custom-select .input {
2620
- background: var(--input-bg);
2621
- border: none;
2622
- padding: 0.7rem;
2623
- border-radius: var(--input-border-radius);
2624
- color: var(--input-color);
2625
- min-width: calc(var(--input-height) * 3);
2626
- width: 100%;
2627
- }
2628
- .formkit-outer.search-wrap {
2629
- display: flex;
2630
- flex-direction: row;
2631
- align-items: center;
2632
- }
2633
- .formkit-outer.search-wrap input {
2634
- padding-inline-end: 2rem;
2635
- }
2636
- .formkit-outer.search-wrap .icon-font {
2637
- margin-inline-start: -1.75rem;
2638
- }
2639
- .formkit-outer select {
2640
- height: var(--input-height);
2641
- appearance: none;
2642
- background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
2643
- background-repeat: no-repeat;
2644
- background-position: right 1rem center;
2645
- background-size: 1.2em;
2646
- }
2647
- [dir=rtl] .formkit-outer select {
2648
- background-position: left 1rem center;
2649
- }
2650
- .formkit-outer textarea {
2651
- resize: vertical;
2652
- min-height: calc(var(--input-height) * 3);
2653
- line-height: 1.5;
2654
- }
2655
- .formkit-outer.wider input {
2656
- min-width: 320px;
2657
- }
2658
- .formkit-outer input[type='radio'] {
2659
- padding: 0;
2660
- width: fit-content;
2566
+ background: var(--input-bg);
2567
+ border: none;
2568
+ padding: 0.7rem;
2569
+ border-radius: var(--input-border-radius);
2570
+ color: var(--input-color);
2571
+ min-width: calc(var(--input-height) * 3);
2572
+ width: 100%;
2661
2573
  }
2662
- .formkit-outer input:focus-visible,
2663
- .formkit-outer select:focus-visible,
2664
- .formkit-outer textarea:focus-visible,
2665
2574
  .input.active,
2666
2575
  .bagel-input input:focus-visible,
2667
2576
  .bagel-input select:focus-visible,
2668
2577
  .bagel-input textarea:focus-visible {
2669
- outline: none;
2670
- box-shadow: inset 0 0 10px #00000012;
2671
- }
2672
- .formkit-outer:focus-within label {
2673
- color: var(--bgl-primary);
2674
- }
2675
- .formkit-outer:focus-within label {
2676
- color: var(--bgl-primary);
2677
- }
2678
- .formkit-outer select.no-edit,
2679
- .formkit-outer input.no-edit,
2680
- .formkit-outer textarea.no-edit,
2681
- .formkit-outer .switch.no-edit {
2682
- pointer-events: none;
2683
- outline: none;
2578
+ outline: none;
2579
+ box-shadow: inset 0 0 10px #00000012;
2684
2580
  }
2685
- input[type='number']::-webkit-inner-spin-button,
2686
- input[type='number']::-webkit-outer-spin-button {
2687
- -webkit-appearance: none;
2581
+ input[type="number"]::-webkit-inner-spin-button,
2582
+ input[type="number"]::-webkit-outer-spin-button {
2583
+ -webkit-appearance: none;
2688
2584
  }
2689
2585
  label.active {
2690
- color: var(--bgl-primary);
2586
+ color: var(--bgl-primary);
2691
2587
  }
2692
2588
  .label-count-0 label {
2693
- display: none;
2589
+ display: none;
2694
2590
  }
2695
2591
  .label-count-0 button.btn.flatBtn {
2696
- /* background: var(--bgl-blue-light); */
2697
- margin-right: 5px;
2592
+ /* background: var(--bgl-blue-light); */
2593
+ margin-right: 5px;
2698
2594
  }
2699
2595
  .label-count-0 button.btn.flatBtn:hover {
2700
- background: var(--bgl-hover-filter);
2701
- }
2702
- .formkit-outer.label-count-0 {
2703
- display: none;
2596
+ background: var(--bgl-hover-filter);
2704
2597
  }
2705
2598
  input[type="color"] {
2706
- padding: 0.025rem 0.05rem;
2707
- display: block;
2708
- width: var(--input-height);
2709
- height: var(--input-height);
2710
- border: none;
2711
- -webkit-appearance: none;
2712
- -moz-appearance: none;
2713
- appearance: none;
2714
- cursor: pointer;
2599
+ padding: 0.025rem 0.05rem;
2600
+ display: block;
2601
+ width: var(--input-height);
2602
+ height: var(--input-height);
2603
+ border: none;
2604
+ -webkit-appearance: none;
2605
+ -moz-appearance: none;
2606
+ appearance: none;
2607
+ cursor: pointer;
2715
2608
  }
2716
2609
  input[type="color"]::-webkit-color-swatch {
2717
- border-radius: var(--input-border-radius);
2718
- border: none;
2719
- transition: box-shadow 200ms ease;
2610
+ border-radius: var(--input-border-radius);
2611
+ border: none;
2612
+ transition: box-shadow 200ms ease;
2720
2613
  }
2721
2614
  input[type="color"]::-moz-color-swatch {
2722
- border-radius: var(--input-border-radius);
2723
- border: none;
2724
- transition: box-shadow 200ms ease;
2615
+ border-radius: var(--input-border-radius);
2616
+ border: none;
2617
+ transition: box-shadow 200ms ease;
2725
2618
  }
2726
2619
  input[type="color"]::-webkit-color-swatch:hover {
2727
- box-shadow: inset 0 0 10px #00000050;
2620
+ box-shadow: inset 0 0 10px #00000050;
2728
2621
  }
2729
2622
  input[type="color"]::-moz-color-swatch:hover {
2730
- box-shadow: inset 0 0 10px #00000050;
2623
+ box-shadow: inset 0 0 10px #00000050;
2731
2624
  }
2732
2625
  @media screen and (max-width: 910px) {
2733
- .bagel-input.wider input {
2734
- min-width: 120px;
2735
- }
2736
-
2737
- .formkit-outer.wider input {
2738
- min-width: 120px;
2739
- }
2740
-
2741
- .bagel-input label,
2742
- .formkit-outer label {
2743
- font-size: calc(var(--input-font-size) / 1.1);
2744
- line-height: 1.2;
2626
+ .bagel-input.wider input {
2627
+ min-width: 120px;
2628
+ }
2745
2629
 
2746
- }
2630
+ .bagel-input label {
2631
+ font-size: calc(var(--input-font-size) / 1.1);
2632
+ line-height: 1.2;
2633
+ }
2747
2634
  }
2748
2635
  button,
2749
2636
  .btn,
@@ -2898,8 +2785,8 @@ h6 {}
2898
2785
  /* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@300;400;500;600;700&display=swap"); */
2899
2786
  /*noinspection CssUnknownTarget*/
2900
2787
  :root {
2901
- --bgl-primary: #2E5BFF;
2902
- --bgl-primary-tint: #2E5BFF80;
2788
+ --bgl-primary: #2e5bff;
2789
+ --bgl-primary-tint: #2e5bff80;
2903
2790
  --bgl-primary-light: #eef6ff;
2904
2791
  --bgl-blue-20: rgba(46, 91, 255, 20%);
2905
2792
  --bgl-blue-dark: #191c30;
@@ -2976,18 +2863,13 @@ h6 {}
2976
2863
  margin-bottom: 20px;
2977
2864
  width: 100%;
2978
2865
  -webkit-padding-end: 40px;
2979
- padding-inline-end: 40px;
2866
+ padding-inline-end: 40px;
2980
2867
  }
2981
2868
  .modal-footer {
2982
2869
  gap: 1rem;
2983
2870
  display: flex;
2984
2871
  justify-content: space-between;
2985
2872
  }
2986
- .formkit-actions .formkit-wrapper {
2987
- gap: 1rem;
2988
- display: flex;
2989
- justify-content: flex-end;
2990
- }
2991
2873
  * {
2992
2874
  box-sizing: border-box;
2993
2875
  }
@@ -3040,7 +2922,7 @@ h6 {}
3040
2922
  }
3041
2923
  .login-card .forgot-password:active {
3042
2924
  -webkit-filter: brightness(70%);
3043
- filter: brightness(70%);
2925
+ filter: brightness(70%);
3044
2926
  color: var(--bgl-primary);
3045
2927
  }
3046
2928
  .login-card .error {
@@ -3059,15 +2941,15 @@ h6 {}
3059
2941
  }
3060
2942
  .tabs {
3061
2943
  -moz-column-gap: 1rem;
3062
- column-gap: 1rem;
2944
+ column-gap: 1rem;
3063
2945
  margin-top: 20px;
3064
2946
  margin-bottom: -2rem;
3065
2947
  border-top: 1px solid var(--border-color);
3066
2948
  width: calc(100% + 4rem);
3067
2949
  -webkit-margin-start: -2rem;
3068
- margin-inline-start: -2rem;
2950
+ margin-inline-start: -2rem;
3069
2951
  -webkit-padding-start: 2rem;
3070
- padding-inline-start: 2rem;
2952
+ padding-inline-start: 2rem;
3071
2953
  overflow: auto;
3072
2954
  display: flex;
3073
2955
  }
@@ -3098,7 +2980,7 @@ h6 {}
3098
2980
  }
3099
2981
  .tab:active {
3100
2982
  -webkit-filter: brightness(70%);
3101
- filter: brightness(70%);
2983
+ filter: brightness(70%);
3102
2984
  }
3103
2985
  .router-tab {
3104
2986
  font-size: 14px;
@@ -3121,7 +3003,7 @@ h6 {}
3121
3003
  }
3122
3004
  .router-tab:active {
3123
3005
  -webkit-filter: brightness(70%);
3124
- filter: brightness(70%);
3006
+ filter: brightness(70%);
3125
3007
  }
3126
3008
  .pill {
3127
3009
  border-radius: 10px;
@@ -3193,7 +3075,7 @@ h6 {}
3193
3075
  }
3194
3076
  .list-item:active {
3195
3077
  -webkit-filter: var(--bgl-hover-filter);
3196
- filter: var(--bgl-hover-filter);
3078
+ filter: var(--bgl-hover-filter);
3197
3079
  }
3198
3080
  .entity-container {
3199
3081
  display: grid;
@@ -3202,11 +3084,12 @@ h6 {}
3202
3084
  grid-template-columns: minmax(300px, 1fr) 3fr;
3203
3085
  grid-gap: 1rem;
3204
3086
  -moz-column-gap: 1rem;
3205
- column-gap: 1rem;
3087
+ column-gap: 1rem;
3206
3088
  grid-template-rows: 1fr;
3207
3089
  grid-template-areas: "list-view detail-view";
3208
3090
  transition: grid-template-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99);
3209
- transition: grid-template-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99), -ms-grid-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99);
3091
+ transition: grid-template-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99),
3092
+ -ms-grid-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99);
3210
3093
  transition: all 0.5s cubic-bezier(0.79, 0.01, 0.34, 0.99);
3211
3094
  }
3212
3095
  .detail-main {
@@ -3254,7 +3137,7 @@ h6 {}
3254
3137
  width: 50px;
3255
3138
  aspect-ratio: 1;
3256
3139
  -o-object-fit: contain;
3257
- object-fit: contain;
3140
+ object-fit: contain;
3258
3141
  line-height: 1;
3259
3142
  }
3260
3143
  .list-content {
@@ -3297,7 +3180,7 @@ h6 {}
3297
3180
  }
3298
3181
  .list-view {
3299
3182
  grid-area: list-view;
3300
- grid-template-areas: "list-header""list-content";
3183
+ grid-template-areas: "list-header" "list-content";
3301
3184
  grid-template-columns: 1fr;
3302
3185
  overflow-y: auto;
3303
3186
  grid-template-rows: -webkit-max-content 1fr;
@@ -3321,7 +3204,7 @@ h6 {}
3321
3204
  transform: translateX(-20px);
3322
3205
  opacity: 0;
3323
3206
  }
3324
- .grid>* {
3207
+ .grid > * {
3325
3208
  min-height: 0;
3326
3209
  }
3327
3210
  .view-wrapper {
@@ -3370,14 +3253,14 @@ h6 {}
3370
3253
 
3371
3254
  .tabs {
3372
3255
  -moz-column-gap: 10px;
3373
- column-gap: 10px;
3256
+ column-gap: 10px;
3374
3257
  margin-top: 10px;
3375
3258
  margin-bottom: -15px;
3376
3259
  box-sizing: border-box;
3377
3260
  -webkit-margin-start: -1rem;
3378
- margin-inline-start: -1rem;
3261
+ margin-inline-start: -1rem;
3379
3262
  -webkit-padding-start: 1rem;
3380
- padding-inline-start: 1rem;
3263
+ padding-inline-start: 1rem;
3381
3264
  max-width: calc(100vw - 2rem);
3382
3265
  }
3383
3266
 
@@ -3424,7 +3307,7 @@ h6 {}
3424
3307
  margin-bottom: 1rem;
3425
3308
  font-weight: 400;
3426
3309
  -webkit-margin-start: 0.5rem;
3427
- margin-inline-start: 0.5rem;
3310
+ margin-inline-start: 0.5rem;
3428
3311
  }
3429
3312
  }
3430
3313
  [theme="dark"] {
@@ -3458,9 +3341,6 @@ h6 {}
3458
3341
  --bgl-hover-filter: brightness(130%);
3459
3342
  --bgl-active-filter: brightness(110%);
3460
3343
  }
3461
- [theme="dark"] .formkit-outer input:focus-visible,
3462
- [theme="dark"] .formkit-outer select:focus-visible,
3463
- [theme="dark"] .formkit-outer textarea:focus-visible,
3464
3344
  [theme="dark"] .input.active,
3465
3345
  [theme="dark"] .bagel-input input:focus-visible,
3466
3346
  [theme="dark"] .bagel-input select:focus-visible,
@@ -3468,9 +3348,6 @@ h6 {}
3468
3348
  outline: none;
3469
3349
  box-shadow: inset 0 0 10px var(--bgl-bg);
3470
3350
  }
3471
- [theme="dark"] .formkit-outer select {
3472
- background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
3473
- }
3474
3351
  /* use this is to override the nav color */
3475
3352
  [theme="dark"] .nav {
3476
3353
  color: var(--bgl-black) !important;
@@ -3483,7 +3360,6 @@ h6 {}
3483
3360
  }
3484
3361
  [theme="dark"] .nav * {
3485
3362
  color: var(--bgl-black) !important;
3486
-
3487
3363
  }
3488
3364
  [theme="dark"] .dropdown-project-head {
3489
3365
  background: var(--bgl-bg) !important;
@@ -3503,10 +3379,9 @@ h6 {}
3503
3379
  [theme="dark"] .whatsapp-msg {
3504
3380
  color: var(--bgl-gray-light);
3505
3381
  }
3506
- [theme="dark"] button.formkit-input,
3507
3382
  [theme="dark"] .btn,
3508
3383
  [theme="dark"] .btn-icon,
3509
- [theme="dark"] .primary-checkbox input:checked+span,
3384
+ [theme="dark"] .primary-checkbox input:checked + span,
3510
3385
  [theme="dark"] .btn.light {
3511
3386
  color: var(--bgl-black);
3512
3387
  }
@@ -2,7 +2,6 @@ import { Attributes } from '../types';
2
2
  export declare const debounce: (fn: () => void, delay?: number) => void;
3
3
  export declare const keyToLabel: (key?: string) => string | undefined;
4
4
  export declare const copyText: (text: string, cb?: ((msg: string) => void) | undefined) => Promise<void>;
5
- export declare const useFormkit: () => unknown;
6
5
  export declare const initials: (...strArr: string[]) => string;
7
6
  export declare function useEscape(event: KeyboardEvent, closeModel: () => void): void;
8
7
  export declare function classify(fieldVal?: any, row?: any, ...classes: any[]): string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGtC,eAAO,MAAM,QAAQ,OAAQ,MAAM,IAAI,yBAGtC,CAAC;AAEF,eAAO,MAAM,UAAU,SAAU,MAAM,KAAG,MAAM,GAAG,SAEjC,CAAC;AAEnB,eAAO,MAAM,QAAQ,SACd,MAAM,cAED,MAAM,KAAK,IAAI,+BAI1B,CAAC;AAEF,eAAO,MAAM,UAAU,eAGtB,CAAC;AAEF,eAAO,MAAM,QAAQ,cAAe,MAAM,EAAE,WAG3C,CAAC;AAEF,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,IAAI,QAIrE;AAED,wBAAgB,QAAQ,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,EAAE,GAAG,EAAE,UAKpE;AAED,wBAAgB,SAAS,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAAK,CAAC,EAAE,UAAU,EAAE,QAAQ,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,CAAC,OAS7F;AAED,eAAO,MAAM,KAAK,UAAW,GAAG,YAAY,GAAG,QAK9C,CAAC;AAEF,eAAO,MAAM,SAAS,cAAe,OAAO,MAAM,EAAE,GAAG,CAAC,YAAY,MAAM,QAAqD,CAAC;AAEhI,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGtC,eAAO,MAAM,QAAQ,OAAQ,MAAM,IAAI,yBAGtC,CAAC;AAEF,eAAO,MAAM,UAAU,SAAU,MAAM,KAAG,MAAM,GAAG,SAEjC,CAAC;AAEnB,eAAO,MAAM,QAAQ,SACd,MAAM,cAED,MAAM,KAAK,IAAI,+BAI1B,CAAC;AAEF,eAAO,MAAM,QAAQ,cAAe,MAAM,EAAE,WAG3C,CAAC;AAEF,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,IAAI,QAIrE;AAED,wBAAgB,QAAQ,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,EAAE,GAAG,EAAE,UAKpE;AAED,wBAAgB,SAAS,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAAK,CAAC,EAAE,UAAU,EAAE,QAAQ,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,CAAC,OAS7F;AAED,eAAO,MAAM,KAAK,UAAW,GAAG,YAAY,GAAG,QAK9C,CAAC;AAEF,eAAO,MAAM,SAAS,cAAe,OAAO,MAAM,EAAE,GAAG,CAAC,YAAY,MAAM,QAAqD,CAAC;AAEhI,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "0.0.234-beta.0",
4
+ "version": "0.0.236-beta.0",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -1,16 +1,32 @@
1
1
  <template>
2
- <div class="bg-dark" :class="{ 'is-side': side, 'is-active': isActive }"
3
- @click="() => (dismissable ? closeModal() : '')" @keydown.esc="closeModal">
4
- <div class="card modal" @click.stop>
2
+ <div
3
+ class="bg-dark"
4
+ :class="{ 'is-side': side, 'is-active': isActive }"
5
+ @click="() => (dismissable ? closeModal() : '')"
6
+ @keydown.esc="closeModal"
7
+ >
8
+ <div
9
+ class="card modal"
10
+ @click.stop
11
+ >
5
12
  <header class="tool-bar">
6
13
  <slot name="toolbar" />
7
- <Btn :style="{ float: side ? 'left' : 'right' }" flat icon="close" @click="closeModal" />
14
+ <Btn
15
+ :style="{ float: side ? 'left' : 'right' }"
16
+ flat
17
+ icon="close"
18
+ @click="closeModal"
19
+ />
8
20
  <h3 class="modal-title">
9
21
  {{ title }}
10
22
  </h3>
11
23
  </header>
12
- <BagelForm :onDelete="onDelete ? runDelete : undefined" v-model="formData" @submit="runSubmit"
13
- :schema="computedFormSchema" />
24
+ <BagelForm
25
+ :onDelete="onDelete ? runDelete : undefined"
26
+ v-model="formData"
27
+ @submit="runSubmit"
28
+ :schema="computedFormSchema"
29
+ />
14
30
  </div>
15
31
  </div>
16
32
  </template>