pam-grid 1.0.4 → 1.0.5
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/index.css +455 -41
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +33 -2
- package/dist/index.d.ts +33 -2
- package/dist/index.js +784 -332
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +792 -335
- package/dist/index.mjs.map +1 -1
- package/dist/styles/pam.core.css +0 -27
- package/dist/styles/pam.core.css.map +1 -1
- package/dist/styles/pam.grid.css +455 -14
- package/dist/styles/pam.grid.css.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -27363,33 +27363,6 @@ body:not(.modal-open) .layout-content-navbar .layout-navbar {
|
|
|
27363
27363
|
--bs-footer-brand-hover-color: color-mix( in sRGB, var(--bs-paper-bg) 84%, var(--bs-dark-contrast) );
|
|
27364
27364
|
--bs-footer-link-hover-color: color-mix( in sRGB, var(--bs-paper-bg) 84%, var(--bs-dark-contrast) );
|
|
27365
27365
|
}
|
|
27366
|
-
.bg-gray-60 {
|
|
27367
|
-
background-color: var(--bs-gray-60);
|
|
27368
|
-
}
|
|
27369
|
-
.text-gray-60 {
|
|
27370
|
-
color: var(--bs-gray-60);
|
|
27371
|
-
}
|
|
27372
|
-
.bg-blue {
|
|
27373
|
-
background-color: var(--bs-blue);
|
|
27374
|
-
}
|
|
27375
|
-
.bg-indigo {
|
|
27376
|
-
background-color: var(--bs-indigo);
|
|
27377
|
-
}
|
|
27378
|
-
.text-indigo {
|
|
27379
|
-
color: var(--bs-indigo);
|
|
27380
|
-
}
|
|
27381
|
-
.bg-red {
|
|
27382
|
-
background-color: var(--bs-red);
|
|
27383
|
-
}
|
|
27384
|
-
.text-red {
|
|
27385
|
-
color: var(--bs-red);
|
|
27386
|
-
}
|
|
27387
|
-
.text-blue {
|
|
27388
|
-
color: var(--bs-blue);
|
|
27389
|
-
}
|
|
27390
|
-
.text-green {
|
|
27391
|
-
color: var(--bs-green);
|
|
27392
|
-
}
|
|
27393
27366
|
|
|
27394
27367
|
/* src/styles/pam.grid.css */
|
|
27395
27368
|
:root {
|
|
@@ -27421,6 +27394,9 @@ body:not(.modal-open) .layout-content-navbar .layout-navbar {
|
|
|
27421
27394
|
background: #fff;
|
|
27422
27395
|
white-space: nowrap;
|
|
27423
27396
|
}
|
|
27397
|
+
.card-fullscreen .grid-wrapper {
|
|
27398
|
+
max-height: 100vh !important;
|
|
27399
|
+
}
|
|
27424
27400
|
.grid-wrapper::-webkit-scrollbar {
|
|
27425
27401
|
height: 3px;
|
|
27426
27402
|
width: 3px;
|
|
@@ -27489,20 +27465,6 @@ body:not(.modal-open) .layout-content-navbar .layout-navbar {
|
|
|
27489
27465
|
height: 100%;
|
|
27490
27466
|
cursor: col-resize;
|
|
27491
27467
|
display: inline-block;
|
|
27492
|
-
opacity: 0;
|
|
27493
|
-
transition: opacity 0.2s;
|
|
27494
|
-
color: var(--bs-primary);
|
|
27495
|
-
}
|
|
27496
|
-
.pms-col-header:hover .resize-handle {
|
|
27497
|
-
opacity: 1;
|
|
27498
|
-
}
|
|
27499
|
-
.resize-handle::after {
|
|
27500
|
-
content: "";
|
|
27501
|
-
display: block;
|
|
27502
|
-
width: 1px;
|
|
27503
|
-
height: 16px;
|
|
27504
|
-
background: #adb5bd;
|
|
27505
|
-
margin: 0 auto;
|
|
27506
27468
|
}
|
|
27507
27469
|
.pms-grid tbody tr:hover {
|
|
27508
27470
|
background-color: #f8f9fa;
|
|
@@ -27622,6 +27584,458 @@ body:not(.modal-open) .layout-content-navbar .layout-navbar {
|
|
|
27622
27584
|
background-color: rgba(213 207 207 / 10%);
|
|
27623
27585
|
visibility: visible;
|
|
27624
27586
|
}
|
|
27587
|
+
.pam-dropdown-menu {
|
|
27588
|
+
position: absolute;
|
|
27589
|
+
z-index: 9999;
|
|
27590
|
+
min-width: 100;
|
|
27591
|
+
max-width: 300px;
|
|
27592
|
+
background: #fff;
|
|
27593
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
27594
|
+
border-radius: 10px;
|
|
27595
|
+
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
|
|
27596
|
+
padding: 6px;
|
|
27597
|
+
font-size: 14px;
|
|
27598
|
+
}
|
|
27599
|
+
.pam-dropdown-list {
|
|
27600
|
+
list-style: none;
|
|
27601
|
+
padding: 0;
|
|
27602
|
+
margin: 0;
|
|
27603
|
+
}
|
|
27604
|
+
.pam-dropdown-item {
|
|
27605
|
+
cursor: pointer;
|
|
27606
|
+
border-radius: 8px;
|
|
27607
|
+
user-select: none;
|
|
27608
|
+
position: relative;
|
|
27609
|
+
}
|
|
27610
|
+
.pam-dropdown-item-inner {
|
|
27611
|
+
display: flex;
|
|
27612
|
+
align-items: center;
|
|
27613
|
+
justify-content: space-between;
|
|
27614
|
+
gap: 10px;
|
|
27615
|
+
padding: 6px 7px;
|
|
27616
|
+
}
|
|
27617
|
+
.pam-dropdown-item:hover {
|
|
27618
|
+
background: rgba(105, 108, 255, 0.08);
|
|
27619
|
+
}
|
|
27620
|
+
.pam-dropdown-item.disabled {
|
|
27621
|
+
opacity: 0.5;
|
|
27622
|
+
pointer-events: none;
|
|
27623
|
+
}
|
|
27624
|
+
.pam-dropdown-item.danger:hover {
|
|
27625
|
+
background: rgba(255, 62, 29, 0.08);
|
|
27626
|
+
}
|
|
27627
|
+
.pam-left {
|
|
27628
|
+
display: flex;
|
|
27629
|
+
align-items: center;
|
|
27630
|
+
gap: 10px;
|
|
27631
|
+
}
|
|
27632
|
+
.pam-icon {
|
|
27633
|
+
font-size: 16px;
|
|
27634
|
+
opacity: 0.8;
|
|
27635
|
+
}
|
|
27636
|
+
.pam-label {
|
|
27637
|
+
display: inline-flex;
|
|
27638
|
+
align-items: center;
|
|
27639
|
+
gap: 8px;
|
|
27640
|
+
}
|
|
27641
|
+
.pam-right {
|
|
27642
|
+
display: inline-flex;
|
|
27643
|
+
align-items: center;
|
|
27644
|
+
gap: 10px;
|
|
27645
|
+
}
|
|
27646
|
+
.pam-rightslot {
|
|
27647
|
+
display: inline-flex;
|
|
27648
|
+
align-items: center;
|
|
27649
|
+
}
|
|
27650
|
+
.pam-arrow {
|
|
27651
|
+
font-size: 16px;
|
|
27652
|
+
opacity: 0.7;
|
|
27653
|
+
}
|
|
27654
|
+
.pam-submenu {
|
|
27655
|
+
position: fixed;
|
|
27656
|
+
z-index: 10000;
|
|
27657
|
+
min-width: 220px;
|
|
27658
|
+
background: #fff;
|
|
27659
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
27660
|
+
border-radius: 10px;
|
|
27661
|
+
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
|
|
27662
|
+
padding: 6px;
|
|
27663
|
+
}
|
|
27664
|
+
.switch {
|
|
27665
|
+
--bs-switch-bg: var(--bs-gray-100);
|
|
27666
|
+
--bs-switch-color: rgba(var(--bs-base-color), 0.4);
|
|
27667
|
+
--bs-switch-border-color: var(--bs-gray-100);
|
|
27668
|
+
--bs-switch-box-shadow: 0 0 0.25rem 0 rgba(34, 48, 62, 0.16) inset;
|
|
27669
|
+
--bs-switch-holder-bg: var(--bs-white);
|
|
27670
|
+
--bs-switch-holder-shadow: var(--bs-box-shadow-xs);
|
|
27671
|
+
position: relative;
|
|
27672
|
+
display: inline-block;
|
|
27673
|
+
border-radius: 30rem;
|
|
27674
|
+
cursor: pointer;
|
|
27675
|
+
margin-inline-end: 0.75rem;
|
|
27676
|
+
vertical-align: middle;
|
|
27677
|
+
font-size: 0.9375rem;
|
|
27678
|
+
line-height: 1.4;
|
|
27679
|
+
min-block-size: 1.35rem;
|
|
27680
|
+
}
|
|
27681
|
+
.switch .switch-input:checked ~ .switch-toggle-slider {
|
|
27682
|
+
--bs-switch-bg: var(--bs-primary);
|
|
27683
|
+
--bs-switch-color: var(--bs-white);
|
|
27684
|
+
--bs-switch-border-color: var(--bs-primary);
|
|
27685
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-primary-rgb), 0.3);
|
|
27686
|
+
}
|
|
27687
|
+
.switch[class*=switch-outline-],
|
|
27688
|
+
.switch.switch-outline {
|
|
27689
|
+
--bs-switch-bg: transparent;
|
|
27690
|
+
--bs-switch-box-shadow: none;
|
|
27691
|
+
--bs-switch-holder-bg: var(--bs-gray-100);
|
|
27692
|
+
--bs-switch-holder-shadow: none;
|
|
27693
|
+
}
|
|
27694
|
+
.switch[class*=switch-outline-] .switch-input:checked ~ .switch-toggle-slider,
|
|
27695
|
+
.switch.switch-outline .switch-input:checked ~ .switch-toggle-slider {
|
|
27696
|
+
--bs-switch-bg: transparent;
|
|
27697
|
+
--bs-switch-box-shadow: none;
|
|
27698
|
+
}
|
|
27699
|
+
.switch.switch-outline .switch-input:checked ~ .switch-toggle-slider {
|
|
27700
|
+
--bs-switch-color: var(--bs-primary);
|
|
27701
|
+
--bs-switch-border-color: var(--bs-primary);
|
|
27702
|
+
--bs-switch-holder-bg: var(--bs-primary);
|
|
27703
|
+
}
|
|
27704
|
+
.switch:has(.switch-input:disabled) {
|
|
27705
|
+
cursor: not-allowed;
|
|
27706
|
+
}
|
|
27707
|
+
.switch .switch-input ~ .switch-label {
|
|
27708
|
+
padding-inline-start: 3rem;
|
|
27709
|
+
}
|
|
27710
|
+
.switch .switch-toggle-slider {
|
|
27711
|
+
block-size: 1.35rem;
|
|
27712
|
+
inline-size: 2.5rem;
|
|
27713
|
+
line-height: 1.35rem;
|
|
27714
|
+
}
|
|
27715
|
+
.switch .switch-toggle-slider .icon-base {
|
|
27716
|
+
position: relative;
|
|
27717
|
+
block-size: 0.9375rem;
|
|
27718
|
+
font-size: 0.9375rem;
|
|
27719
|
+
inline-size: 0.9375rem;
|
|
27720
|
+
inset-block-start: -1.9px;
|
|
27721
|
+
}
|
|
27722
|
+
.switch .switch-label {
|
|
27723
|
+
inset-block-start: 0.01875rem;
|
|
27724
|
+
}
|
|
27725
|
+
.switch .switch-toggle-slider::after {
|
|
27726
|
+
block-size: 14px;
|
|
27727
|
+
inline-size: 14px;
|
|
27728
|
+
}
|
|
27729
|
+
.switch .switch-on {
|
|
27730
|
+
padding-inline: 0.125rem 1.1rem;
|
|
27731
|
+
}
|
|
27732
|
+
.switch .switch-off {
|
|
27733
|
+
padding-inline-start: 1.1rem;
|
|
27734
|
+
}
|
|
27735
|
+
.switch .switch-input.is-invalid ~ .switch-label,
|
|
27736
|
+
.was-validated .switch .switch-input:invalid ~ .switch-label {
|
|
27737
|
+
color: var(--bs-form-invalid-border-color);
|
|
27738
|
+
}
|
|
27739
|
+
.switch .switch-input.is-valid ~ .switch-label,
|
|
27740
|
+
.was-validated .switch .switch-input:valid ~ .switch-label {
|
|
27741
|
+
color: var(--bs-form-valid-border-color);
|
|
27742
|
+
}
|
|
27743
|
+
.switch .switch-input.is-invalid ~ .switch-toggle-slider,
|
|
27744
|
+
.was-validated .switch .switch-input:invalid ~ .switch-toggle-slider {
|
|
27745
|
+
--bs-switch-border-color: var(--bs-form-invalid-border-color);
|
|
27746
|
+
}
|
|
27747
|
+
.switch .switch-input.is-valid ~ .switch-toggle-slider,
|
|
27748
|
+
.was-validated .switch .switch-input:valid ~ .switch-toggle-slider {
|
|
27749
|
+
--bs-switch-border-color: var(--bs-form-valid-border-color);
|
|
27750
|
+
}
|
|
27751
|
+
.switch .switch-input.is-invalid:checked ~ .switch-toggle-slider,
|
|
27752
|
+
.was-validated .switch .switch-input:invalid:checked ~ .switch-toggle-slider {
|
|
27753
|
+
--bs-switch-bg: var(--bs-form-invalid-color);
|
|
27754
|
+
--bs-switch-box-shadow: none;
|
|
27755
|
+
}
|
|
27756
|
+
.switch .switch-input.is-valid:checked ~ .switch-toggle-slider,
|
|
27757
|
+
.was-validated .switch .switch-input:valid:checked ~ .switch-toggle-slider {
|
|
27758
|
+
--bs-switch-bg: var(--bs-form-valid-color);
|
|
27759
|
+
--bs-switch-box-shadow: none;
|
|
27760
|
+
}
|
|
27761
|
+
.switch-input {
|
|
27762
|
+
position: absolute;
|
|
27763
|
+
z-index: -1;
|
|
27764
|
+
opacity: 0;
|
|
27765
|
+
}
|
|
27766
|
+
.was-validated .switch-input:invalid ~ .valid-feedback,
|
|
27767
|
+
.was-validated .switch-input:invalid ~ .valid-tooltip,
|
|
27768
|
+
.switch-input.is-invalid ~ .valid-feedback,
|
|
27769
|
+
.switch-input.is-invalid ~ .valid-tooltip,
|
|
27770
|
+
.was-validated .switch-input:valid ~ .valid-feedback,
|
|
27771
|
+
.was-validated .switch-input:valid ~ .valid-tooltip,
|
|
27772
|
+
.switch-input.is-valid ~ .valid-feedback,
|
|
27773
|
+
.switch-input.is-valid ~ .valid-tooltip {
|
|
27774
|
+
display: block;
|
|
27775
|
+
}
|
|
27776
|
+
.switch-toggle-slider {
|
|
27777
|
+
position: absolute;
|
|
27778
|
+
overflow: hidden;
|
|
27779
|
+
border: 1px solid var(--bs-switch-border-color);
|
|
27780
|
+
border-radius: 30rem;
|
|
27781
|
+
background: var(--bs-switch-bg);
|
|
27782
|
+
box-shadow: var(--bs-switch-box-shadow);
|
|
27783
|
+
color: var(--bs-switch-color);
|
|
27784
|
+
font-size: 0.625rem;
|
|
27785
|
+
inset-block-start: 50%;
|
|
27786
|
+
transform: translateY(-50%);
|
|
27787
|
+
transition-duration: 0.2s;
|
|
27788
|
+
transition-property:
|
|
27789
|
+
inset-inline-start,
|
|
27790
|
+
inset-inline-end,
|
|
27791
|
+
background,
|
|
27792
|
+
box-shadow;
|
|
27793
|
+
user-select: none;
|
|
27794
|
+
}
|
|
27795
|
+
.switch-toggle-slider::after {
|
|
27796
|
+
position: absolute;
|
|
27797
|
+
display: block;
|
|
27798
|
+
border-radius: 50%;
|
|
27799
|
+
background: var(--bs-switch-holder-bg);
|
|
27800
|
+
box-shadow: var(--bs-switch-holder-shadow);
|
|
27801
|
+
content: "";
|
|
27802
|
+
inset-block-start: 50%;
|
|
27803
|
+
inset-inline: 8% auto;
|
|
27804
|
+
transform: translateY(-50%);
|
|
27805
|
+
transition-duration: 0.2s;
|
|
27806
|
+
transition-property:
|
|
27807
|
+
inset-inline-start,
|
|
27808
|
+
inset-inline-end,
|
|
27809
|
+
background;
|
|
27810
|
+
}
|
|
27811
|
+
.switch-label {
|
|
27812
|
+
position: relative;
|
|
27813
|
+
display: inline-block;
|
|
27814
|
+
color: var(--bs-heading-color);
|
|
27815
|
+
font-weight: 400;
|
|
27816
|
+
}
|
|
27817
|
+
.switch-label:first-child {
|
|
27818
|
+
padding-inline-end: 0.5rem;
|
|
27819
|
+
}
|
|
27820
|
+
.switch-off,
|
|
27821
|
+
.switch-on {
|
|
27822
|
+
position: absolute;
|
|
27823
|
+
block-size: 100%;
|
|
27824
|
+
inline-size: 100%;
|
|
27825
|
+
inset-block-start: 0;
|
|
27826
|
+
text-align: center;
|
|
27827
|
+
transition-duration: 0.2s;
|
|
27828
|
+
transition-property: inset-inline-start, inset-inline-end;
|
|
27829
|
+
}
|
|
27830
|
+
.switch-on {
|
|
27831
|
+
inset-inline-start: -100%;
|
|
27832
|
+
}
|
|
27833
|
+
.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
|
|
27834
|
+
color: transparent;
|
|
27835
|
+
}
|
|
27836
|
+
.switch-off {
|
|
27837
|
+
inset-inline-start: 0;
|
|
27838
|
+
}
|
|
27839
|
+
.switch-input:checked ~ .switch-toggle-slider::after {
|
|
27840
|
+
inset-inline: 95% auto;
|
|
27841
|
+
transform: translate(-100%, -50%);
|
|
27842
|
+
}
|
|
27843
|
+
:dir(rtl) .switch-input:checked ~ .switch-toggle-slider::after {
|
|
27844
|
+
inset-inline: 94% auto;
|
|
27845
|
+
transform: translate(100%, -50%);
|
|
27846
|
+
}
|
|
27847
|
+
.switch-input:checked ~ .switch-toggle-slider .switch-on {
|
|
27848
|
+
inset-inline-start: 0;
|
|
27849
|
+
}
|
|
27850
|
+
.switch-input:checked ~ .switch-toggle-slider .switch-off {
|
|
27851
|
+
color: transparent;
|
|
27852
|
+
inset-inline-start: 100%;
|
|
27853
|
+
}
|
|
27854
|
+
.switches-stacked::after {
|
|
27855
|
+
display: block;
|
|
27856
|
+
clear: both;
|
|
27857
|
+
content: "";
|
|
27858
|
+
}
|
|
27859
|
+
.switches-stacked .switch {
|
|
27860
|
+
display: block;
|
|
27861
|
+
margin-inline: 0;
|
|
27862
|
+
}
|
|
27863
|
+
.switches-stacked .switch:not(:last-child) {
|
|
27864
|
+
margin-block-end: 0.75rem;
|
|
27865
|
+
}
|
|
27866
|
+
.switch-square,
|
|
27867
|
+
.switch-square .switch-toggle-slider {
|
|
27868
|
+
border-radius: 0.375rem;
|
|
27869
|
+
}
|
|
27870
|
+
.switch-square .switch-toggle-slider::after {
|
|
27871
|
+
border-radius: calc(0.375rem - 2px);
|
|
27872
|
+
}
|
|
27873
|
+
.switch-input:disabled ~ .switch-toggle-slider {
|
|
27874
|
+
opacity: 0.45;
|
|
27875
|
+
}
|
|
27876
|
+
.switch-input:disabled ~ .switch-label {
|
|
27877
|
+
color: var(--bs-secondary-color);
|
|
27878
|
+
}
|
|
27879
|
+
.switch-sm {
|
|
27880
|
+
font-size: 0.75rem;
|
|
27881
|
+
line-height: 1.6;
|
|
27882
|
+
min-block-size: 1.125rem;
|
|
27883
|
+
}
|
|
27884
|
+
.switch-sm .switch-input ~ .switch-label {
|
|
27885
|
+
padding-inline-start: 2.375rem;
|
|
27886
|
+
}
|
|
27887
|
+
.switch-sm .switch-toggle-slider {
|
|
27888
|
+
block-size: 1.125rem;
|
|
27889
|
+
inline-size: 1.875rem;
|
|
27890
|
+
line-height: 1.125rem;
|
|
27891
|
+
}
|
|
27892
|
+
.switch-sm .switch-toggle-slider .icon-base {
|
|
27893
|
+
position: relative;
|
|
27894
|
+
block-size: 0.75rem;
|
|
27895
|
+
font-size: 0.75rem;
|
|
27896
|
+
inline-size: 0.75rem;
|
|
27897
|
+
inset-block-start: -2px;
|
|
27898
|
+
}
|
|
27899
|
+
.switch-sm .switch-label {
|
|
27900
|
+
inset-block-start: 0;
|
|
27901
|
+
}
|
|
27902
|
+
.switch-sm .switch-toggle-slider::after {
|
|
27903
|
+
block-size: 13px;
|
|
27904
|
+
inline-size: 13px;
|
|
27905
|
+
}
|
|
27906
|
+
.switch-sm .switch-on {
|
|
27907
|
+
padding-inline: 0.085rem 0.955rem;
|
|
27908
|
+
}
|
|
27909
|
+
.switch-sm .switch-off {
|
|
27910
|
+
padding-inline-start: 0.955rem;
|
|
27911
|
+
}
|
|
27912
|
+
.switch-lg {
|
|
27913
|
+
font-size: 1.0625rem;
|
|
27914
|
+
line-height: 1.47;
|
|
27915
|
+
min-block-size: 1.75rem;
|
|
27916
|
+
}
|
|
27917
|
+
.switch-lg .switch-input ~ .switch-label {
|
|
27918
|
+
padding-inline-start: 3.75rem;
|
|
27919
|
+
}
|
|
27920
|
+
.switch-lg .switch-toggle-slider {
|
|
27921
|
+
block-size: 1.75rem;
|
|
27922
|
+
inline-size: 3.25rem;
|
|
27923
|
+
line-height: 1.75rem;
|
|
27924
|
+
}
|
|
27925
|
+
.switch-lg .switch-toggle-slider .icon-base {
|
|
27926
|
+
position: relative;
|
|
27927
|
+
block-size: 1.0625rem;
|
|
27928
|
+
font-size: 1.0625rem;
|
|
27929
|
+
inline-size: 1.0625rem;
|
|
27930
|
+
inset-block-start: -2px;
|
|
27931
|
+
}
|
|
27932
|
+
.switch-lg .switch-label {
|
|
27933
|
+
inset-block-start: 0.0940625rem;
|
|
27934
|
+
}
|
|
27935
|
+
.switch-lg .switch-toggle-slider::after {
|
|
27936
|
+
block-size: 21px;
|
|
27937
|
+
inline-size: 21px;
|
|
27938
|
+
}
|
|
27939
|
+
.switch-lg .switch-on {
|
|
27940
|
+
padding-inline: 0.125rem 1.5rem;
|
|
27941
|
+
}
|
|
27942
|
+
.switch-lg .switch-off {
|
|
27943
|
+
padding-inline-start: 1.5rem;
|
|
27944
|
+
}
|
|
27945
|
+
.switch .valid-feedback,
|
|
27946
|
+
.switch .invalid-feedback {
|
|
27947
|
+
padding-inline-start: 0.5rem;
|
|
27948
|
+
}
|
|
27949
|
+
.switch-primary .switch-input:checked ~ .switch-toggle-slider {
|
|
27950
|
+
--bs-switch-bg: var(--bs-primary);
|
|
27951
|
+
--bs-switch-border-color: var(--bs-primary);
|
|
27952
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-primary-rgb), 0.3);
|
|
27953
|
+
}
|
|
27954
|
+
.switch-outline-primary .switch-input:checked ~ .switch-toggle-slider {
|
|
27955
|
+
--bs-switch-color: var(--bs-primary);
|
|
27956
|
+
--bs-switch-border-color: var(--bs-primary);
|
|
27957
|
+
--bs-switch-holder-bg: var(--bs-primary);
|
|
27958
|
+
}
|
|
27959
|
+
.switch-secondary .switch-input:checked ~ .switch-toggle-slider {
|
|
27960
|
+
--bs-switch-bg: var(--bs-secondary);
|
|
27961
|
+
--bs-switch-border-color: var(--bs-secondary);
|
|
27962
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-secondary-rgb), 0.3);
|
|
27963
|
+
}
|
|
27964
|
+
.switch-outline-secondary .switch-input:checked ~ .switch-toggle-slider {
|
|
27965
|
+
--bs-switch-color: var(--bs-secondary);
|
|
27966
|
+
--bs-switch-border-color: var(--bs-secondary);
|
|
27967
|
+
--bs-switch-holder-bg: var(--bs-secondary);
|
|
27968
|
+
}
|
|
27969
|
+
.switch-success .switch-input:checked ~ .switch-toggle-slider {
|
|
27970
|
+
--bs-switch-bg: var(--bs-success);
|
|
27971
|
+
--bs-switch-border-color: var(--bs-success);
|
|
27972
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-success-rgb), 0.3);
|
|
27973
|
+
}
|
|
27974
|
+
.switch-outline-success .switch-input:checked ~ .switch-toggle-slider {
|
|
27975
|
+
--bs-switch-color: var(--bs-success);
|
|
27976
|
+
--bs-switch-border-color: var(--bs-success);
|
|
27977
|
+
--bs-switch-holder-bg: var(--bs-success);
|
|
27978
|
+
}
|
|
27979
|
+
.switch-info .switch-input:checked ~ .switch-toggle-slider {
|
|
27980
|
+
--bs-switch-bg: var(--bs-info);
|
|
27981
|
+
--bs-switch-border-color: var(--bs-info);
|
|
27982
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-info-rgb), 0.3);
|
|
27983
|
+
}
|
|
27984
|
+
.switch-outline-info .switch-input:checked ~ .switch-toggle-slider {
|
|
27985
|
+
--bs-switch-color: var(--bs-info);
|
|
27986
|
+
--bs-switch-border-color: var(--bs-info);
|
|
27987
|
+
--bs-switch-holder-bg: var(--bs-info);
|
|
27988
|
+
}
|
|
27989
|
+
.switch-warning .switch-input:checked ~ .switch-toggle-slider {
|
|
27990
|
+
--bs-switch-bg: var(--bs-warning);
|
|
27991
|
+
--bs-switch-border-color: var(--bs-warning);
|
|
27992
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-warning-rgb), 0.3);
|
|
27993
|
+
}
|
|
27994
|
+
.switch-outline-warning .switch-input:checked ~ .switch-toggle-slider {
|
|
27995
|
+
--bs-switch-color: var(--bs-warning);
|
|
27996
|
+
--bs-switch-border-color: var(--bs-warning);
|
|
27997
|
+
--bs-switch-holder-bg: var(--bs-warning);
|
|
27998
|
+
}
|
|
27999
|
+
.switch-danger .switch-input:checked ~ .switch-toggle-slider {
|
|
28000
|
+
--bs-switch-bg: var(--bs-danger);
|
|
28001
|
+
--bs-switch-border-color: var(--bs-danger);
|
|
28002
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-danger-rgb), 0.3);
|
|
28003
|
+
}
|
|
28004
|
+
.switch-outline-danger .switch-input:checked ~ .switch-toggle-slider {
|
|
28005
|
+
--bs-switch-color: var(--bs-danger);
|
|
28006
|
+
--bs-switch-border-color: var(--bs-danger);
|
|
28007
|
+
--bs-switch-holder-bg: var(--bs-danger);
|
|
28008
|
+
}
|
|
28009
|
+
.switch-light .switch-input:checked ~ .switch-toggle-slider {
|
|
28010
|
+
--bs-switch-bg: var(--bs-light);
|
|
28011
|
+
--bs-switch-border-color: var(--bs-light);
|
|
28012
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-light-rgb), 0.3);
|
|
28013
|
+
}
|
|
28014
|
+
.switch-outline-light .switch-input:checked ~ .switch-toggle-slider {
|
|
28015
|
+
--bs-switch-color: var(--bs-light);
|
|
28016
|
+
--bs-switch-border-color: var(--bs-light);
|
|
28017
|
+
--bs-switch-holder-bg: var(--bs-light);
|
|
28018
|
+
}
|
|
28019
|
+
.switch-dark .switch-input:checked ~ .switch-toggle-slider {
|
|
28020
|
+
--bs-switch-bg: var(--bs-dark);
|
|
28021
|
+
--bs-switch-border-color: var(--bs-dark);
|
|
28022
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-dark-rgb), 0.3);
|
|
28023
|
+
}
|
|
28024
|
+
.switch-outline-dark .switch-input:checked ~ .switch-toggle-slider {
|
|
28025
|
+
--bs-switch-color: var(--bs-dark);
|
|
28026
|
+
--bs-switch-border-color: var(--bs-dark);
|
|
28027
|
+
--bs-switch-holder-bg: var(--bs-dark);
|
|
28028
|
+
}
|
|
28029
|
+
.switch-gray .switch-input:checked ~ .switch-toggle-slider {
|
|
28030
|
+
--bs-switch-bg: var(--bs-gray);
|
|
28031
|
+
--bs-switch-border-color: var(--bs-gray);
|
|
28032
|
+
--bs-switch-box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--bs-gray-rgb), 0.3);
|
|
28033
|
+
}
|
|
28034
|
+
.switch-outline-gray .switch-input:checked ~ .switch-toggle-slider {
|
|
28035
|
+
--bs-switch-color: var(--bs-gray);
|
|
28036
|
+
--bs-switch-border-color: var(--bs-gray);
|
|
28037
|
+
--bs-switch-holder-bg: var(--bs-gray);
|
|
28038
|
+
}
|
|
27625
28039
|
/*!
|
|
27626
28040
|
* Bootstrap v5.3.3 (https://getbootstrap.com/)
|
|
27627
28041
|
* Copyright 2011-2024 The Bootstrap Authors
|