@syncfusion/ej2-vue-dropdowns 23.1.36 → 23.1.38
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/CHANGELOG.md +8 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
- package/dist/global/ej2-vue-dropdowns.min.js +3 -3
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +70 -7
- package/styles/bootstrap.css +70 -7
- package/styles/bootstrap4.css +71 -8
- package/styles/bootstrap5-dark.css +71 -8
- package/styles/bootstrap5.css +71 -8
- package/styles/fabric-dark.css +70 -7
- package/styles/fabric.css +70 -7
- package/styles/fluent-dark.css +70 -7
- package/styles/fluent.css +70 -7
- package/styles/highcontrast-light.css +70 -7
- package/styles/highcontrast.css +70 -7
- package/styles/list-box/bootstrap-dark.css +70 -7
- package/styles/list-box/bootstrap.css +70 -7
- package/styles/list-box/bootstrap4.css +71 -8
- package/styles/list-box/bootstrap5-dark.css +71 -8
- package/styles/list-box/bootstrap5.css +71 -8
- package/styles/list-box/fabric-dark.css +70 -7
- package/styles/list-box/fabric.css +70 -7
- package/styles/list-box/fluent-dark.css +70 -7
- package/styles/list-box/fluent.css +70 -7
- package/styles/list-box/highcontrast-light.css +70 -7
- package/styles/list-box/highcontrast.css +70 -7
- package/styles/list-box/material-dark.css +71 -8
- package/styles/list-box/material.css +71 -8
- package/styles/list-box/material3-dark.css +71 -8
- package/styles/list-box/material3.css +71 -8
- package/styles/list-box/tailwind-dark.css +71 -8
- package/styles/list-box/tailwind.css +71 -8
- package/styles/material-dark.css +71 -8
- package/styles/material.css +71 -8
- package/styles/material3-dark.css +71 -8
- package/styles/material3.css +71 -8
- package/styles/tailwind-dark.css +71 -8
- package/styles/tailwind.css +71 -8
package/styles/material-dark.css
CHANGED
|
@@ -4435,27 +4435,66 @@ ejs-listbox {
|
|
|
4435
4435
|
}
|
|
4436
4436
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4437
4437
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
4438
|
-
height: calc(100% - 45px);
|
|
4438
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4439
|
+
}
|
|
4440
|
+
|
|
4441
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
4442
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4443
|
+
}
|
|
4444
|
+
|
|
4445
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4446
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4439
4447
|
}
|
|
4440
4448
|
|
|
4441
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4442
4449
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4443
|
-
height:
|
|
4450
|
+
height: 100%;
|
|
4444
4451
|
}
|
|
4445
4452
|
|
|
4446
4453
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4447
4454
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4448
|
-
height: calc(100% -
|
|
4455
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4456
|
+
}
|
|
4457
|
+
|
|
4458
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4459
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4460
|
+
}
|
|
4461
|
+
|
|
4462
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
4463
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4464
|
+
}
|
|
4465
|
+
|
|
4466
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
4467
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4468
|
+
}
|
|
4469
|
+
|
|
4470
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4471
|
+
height: 100%;
|
|
4449
4472
|
}
|
|
4450
4473
|
|
|
4451
4474
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
4475
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
4476
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4477
|
+
}
|
|
4478
|
+
|
|
4452
4479
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4453
|
-
height:
|
|
4480
|
+
height: 100%;
|
|
4454
4481
|
}
|
|
4455
4482
|
|
|
4456
4483
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4484
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4485
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4488
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
4489
|
+
height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4490
|
+
}
|
|
4491
|
+
|
|
4492
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
4493
|
+
height: calc(100% - 103px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4494
|
+
}
|
|
4495
|
+
|
|
4457
4496
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4458
|
-
height:
|
|
4497
|
+
height: 100%;
|
|
4459
4498
|
}
|
|
4460
4499
|
|
|
4461
4500
|
.e-listbox-wrapper,
|
|
@@ -4482,13 +4521,13 @@ ejs-listbox {
|
|
|
4482
4521
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4483
4522
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
4484
4523
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
4485
|
-
height: calc(100% -
|
|
4524
|
+
height: calc(100% - 48px);
|
|
4486
4525
|
}
|
|
4487
4526
|
|
|
4488
4527
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4489
4528
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4490
4529
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4491
|
-
height: calc(100% -
|
|
4530
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4492
4531
|
}
|
|
4493
4532
|
|
|
4494
4533
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -4764,6 +4803,30 @@ ejs-listbox {
|
|
|
4764
4803
|
padding-right: 1.0666em;
|
|
4765
4804
|
}
|
|
4766
4805
|
|
|
4806
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4807
|
+
height: 100%;
|
|
4808
|
+
}
|
|
4809
|
+
|
|
4810
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4811
|
+
height: 100%;
|
|
4812
|
+
}
|
|
4813
|
+
|
|
4814
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4815
|
+
height: 100%;
|
|
4816
|
+
}
|
|
4817
|
+
|
|
4818
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4819
|
+
height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4820
|
+
}
|
|
4821
|
+
|
|
4822
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
4823
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4824
|
+
}
|
|
4825
|
+
|
|
4826
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
4827
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4828
|
+
}
|
|
4829
|
+
|
|
4767
4830
|
/* stylelint-disable property-no-vendor-prefix */
|
|
4768
4831
|
@keyframes material-spinner-rotate {
|
|
4769
4832
|
0% {
|
package/styles/material.css
CHANGED
|
@@ -4501,27 +4501,66 @@ ejs-listbox {
|
|
|
4501
4501
|
}
|
|
4502
4502
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4503
4503
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
4504
|
-
height: calc(100% - 45px);
|
|
4504
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4505
|
+
}
|
|
4506
|
+
|
|
4507
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
4508
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4509
|
+
}
|
|
4510
|
+
|
|
4511
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4512
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4505
4513
|
}
|
|
4506
4514
|
|
|
4507
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4508
4515
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4509
|
-
height:
|
|
4516
|
+
height: 100%;
|
|
4510
4517
|
}
|
|
4511
4518
|
|
|
4512
4519
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4513
4520
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4514
|
-
height: calc(100% -
|
|
4521
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4522
|
+
}
|
|
4523
|
+
|
|
4524
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4525
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4526
|
+
}
|
|
4527
|
+
|
|
4528
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
4529
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4530
|
+
}
|
|
4531
|
+
|
|
4532
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
4533
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4534
|
+
}
|
|
4535
|
+
|
|
4536
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4537
|
+
height: 100%;
|
|
4515
4538
|
}
|
|
4516
4539
|
|
|
4517
4540
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
4541
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
4542
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4543
|
+
}
|
|
4544
|
+
|
|
4518
4545
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4519
|
-
height:
|
|
4546
|
+
height: 100%;
|
|
4520
4547
|
}
|
|
4521
4548
|
|
|
4522
4549
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4550
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4551
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4552
|
+
}
|
|
4553
|
+
|
|
4554
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
4555
|
+
height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4556
|
+
}
|
|
4557
|
+
|
|
4558
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
4559
|
+
height: calc(100% - 103px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4560
|
+
}
|
|
4561
|
+
|
|
4523
4562
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4524
|
-
height:
|
|
4563
|
+
height: 100%;
|
|
4525
4564
|
}
|
|
4526
4565
|
|
|
4527
4566
|
.e-listbox-wrapper,
|
|
@@ -4548,13 +4587,13 @@ ejs-listbox {
|
|
|
4548
4587
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4549
4588
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
4550
4589
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
4551
|
-
height: calc(100% -
|
|
4590
|
+
height: calc(100% - 48px);
|
|
4552
4591
|
}
|
|
4553
4592
|
|
|
4554
4593
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4555
4594
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4556
4595
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4557
|
-
height: calc(100% -
|
|
4596
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4558
4597
|
}
|
|
4559
4598
|
|
|
4560
4599
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -4830,6 +4869,30 @@ ejs-listbox {
|
|
|
4830
4869
|
padding-right: 1.0666em;
|
|
4831
4870
|
}
|
|
4832
4871
|
|
|
4872
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4873
|
+
height: 100%;
|
|
4874
|
+
}
|
|
4875
|
+
|
|
4876
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4877
|
+
height: 100%;
|
|
4878
|
+
}
|
|
4879
|
+
|
|
4880
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4881
|
+
height: 100%;
|
|
4882
|
+
}
|
|
4883
|
+
|
|
4884
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4885
|
+
height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4886
|
+
}
|
|
4887
|
+
|
|
4888
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
4889
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4890
|
+
}
|
|
4891
|
+
|
|
4892
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
4893
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4894
|
+
}
|
|
4895
|
+
|
|
4833
4896
|
/* stylelint-disable property-no-vendor-prefix */
|
|
4834
4897
|
@keyframes material-spinner-rotate {
|
|
4835
4898
|
0% {
|
|
@@ -4630,27 +4630,66 @@ ejs-listbox {
|
|
|
4630
4630
|
}
|
|
4631
4631
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4632
4632
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
4633
|
-
height: calc(100% - 35px);
|
|
4633
|
+
height: calc(100% - 35px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4634
|
+
}
|
|
4635
|
+
|
|
4636
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
4637
|
+
height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4638
|
+
}
|
|
4639
|
+
|
|
4640
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4641
|
+
height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4634
4642
|
}
|
|
4635
4643
|
|
|
4636
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4637
4644
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4638
|
-
height:
|
|
4645
|
+
height: 100%;
|
|
4639
4646
|
}
|
|
4640
4647
|
|
|
4641
4648
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4642
4649
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4643
|
-
height: calc(100% -
|
|
4650
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4651
|
+
}
|
|
4652
|
+
|
|
4653
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4654
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4655
|
+
}
|
|
4656
|
+
|
|
4657
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
4658
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4659
|
+
}
|
|
4660
|
+
|
|
4661
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
4662
|
+
height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4663
|
+
}
|
|
4664
|
+
|
|
4665
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4666
|
+
height: 100%;
|
|
4644
4667
|
}
|
|
4645
4668
|
|
|
4646
4669
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
4670
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
4671
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4647
4674
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
4648
|
-
height:
|
|
4675
|
+
height: 100%;
|
|
4649
4676
|
}
|
|
4650
4677
|
|
|
4651
4678
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4679
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4680
|
+
height: calc(100% - 37px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4681
|
+
}
|
|
4682
|
+
|
|
4683
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
4684
|
+
height: calc(100% - 76px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4685
|
+
}
|
|
4686
|
+
|
|
4687
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
4688
|
+
height: calc(100% - 92px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4689
|
+
}
|
|
4690
|
+
|
|
4652
4691
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4653
|
-
height:
|
|
4692
|
+
height: 100%;
|
|
4654
4693
|
}
|
|
4655
4694
|
|
|
4656
4695
|
.e-listbox-wrapper,
|
|
@@ -4677,13 +4716,13 @@ ejs-listbox {
|
|
|
4677
4716
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4678
4717
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
4679
4718
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
4680
|
-
height: calc(100% -
|
|
4719
|
+
height: calc(100% - 36px);
|
|
4681
4720
|
}
|
|
4682
4721
|
|
|
4683
4722
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4684
4723
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4685
4724
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4686
|
-
height: calc(100% -
|
|
4725
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
4687
4726
|
}
|
|
4688
4727
|
|
|
4689
4728
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -4959,6 +4998,30 @@ ejs-listbox {
|
|
|
4959
4998
|
padding-right: 16px;
|
|
4960
4999
|
}
|
|
4961
5000
|
|
|
5001
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
5002
|
+
height: 100%;
|
|
5003
|
+
}
|
|
5004
|
+
|
|
5005
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
5006
|
+
height: 100%;
|
|
5007
|
+
}
|
|
5008
|
+
|
|
5009
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
5010
|
+
height: 100%;
|
|
5011
|
+
}
|
|
5012
|
+
|
|
5013
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
5014
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5015
|
+
}
|
|
5016
|
+
|
|
5017
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
5018
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5019
|
+
}
|
|
5020
|
+
|
|
5021
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
5022
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5023
|
+
}
|
|
5024
|
+
|
|
4962
5025
|
:root {
|
|
4963
5026
|
--color-sf-black: 0, 0, 0;
|
|
4964
5027
|
--color-sf-white: 255, 255, 255;
|
package/styles/material3.css
CHANGED
|
@@ -5022,27 +5022,66 @@ ejs-listbox {
|
|
|
5022
5022
|
}
|
|
5023
5023
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5024
5024
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
5025
|
-
height: calc(100% - 35px);
|
|
5025
|
+
height: calc(100% - 35px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5026
|
+
}
|
|
5027
|
+
|
|
5028
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
5029
|
+
height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5030
|
+
}
|
|
5031
|
+
|
|
5032
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
5033
|
+
height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5026
5034
|
}
|
|
5027
5035
|
|
|
5028
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5029
5036
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
5030
|
-
height:
|
|
5037
|
+
height: 100%;
|
|
5031
5038
|
}
|
|
5032
5039
|
|
|
5033
5040
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
5034
5041
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
5035
|
-
height: calc(100% -
|
|
5042
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5043
|
+
}
|
|
5044
|
+
|
|
5045
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
5046
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
5050
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5051
|
+
}
|
|
5052
|
+
|
|
5053
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
5054
|
+
height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5055
|
+
}
|
|
5056
|
+
|
|
5057
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
5058
|
+
height: 100%;
|
|
5036
5059
|
}
|
|
5037
5060
|
|
|
5038
5061
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
5062
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
5063
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5064
|
+
}
|
|
5065
|
+
|
|
5039
5066
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
5040
|
-
height:
|
|
5067
|
+
height: 100%;
|
|
5041
5068
|
}
|
|
5042
5069
|
|
|
5043
5070
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5071
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
5072
|
+
height: calc(100% - 37px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5073
|
+
}
|
|
5074
|
+
|
|
5075
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
5076
|
+
height: calc(100% - 76px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5077
|
+
}
|
|
5078
|
+
|
|
5079
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
5080
|
+
height: calc(100% - 92px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5081
|
+
}
|
|
5082
|
+
|
|
5044
5083
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
5045
|
-
height:
|
|
5084
|
+
height: 100%;
|
|
5046
5085
|
}
|
|
5047
5086
|
|
|
5048
5087
|
.e-listbox-wrapper,
|
|
@@ -5069,13 +5108,13 @@ ejs-listbox {
|
|
|
5069
5108
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5070
5109
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
5071
5110
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
5072
|
-
height: calc(100% -
|
|
5111
|
+
height: calc(100% - 36px);
|
|
5073
5112
|
}
|
|
5074
5113
|
|
|
5075
5114
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
5076
5115
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
5077
5116
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
5078
|
-
height: calc(100% -
|
|
5117
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5079
5118
|
}
|
|
5080
5119
|
|
|
5081
5120
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -5351,6 +5390,30 @@ ejs-listbox {
|
|
|
5351
5390
|
padding-right: 16px;
|
|
5352
5391
|
}
|
|
5353
5392
|
|
|
5393
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
5394
|
+
height: 100%;
|
|
5395
|
+
}
|
|
5396
|
+
|
|
5397
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
5398
|
+
height: 100%;
|
|
5399
|
+
}
|
|
5400
|
+
|
|
5401
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
5402
|
+
height: 100%;
|
|
5403
|
+
}
|
|
5404
|
+
|
|
5405
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
5406
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5407
|
+
}
|
|
5408
|
+
|
|
5409
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
5410
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5411
|
+
}
|
|
5412
|
+
|
|
5413
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
5414
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
5415
|
+
}
|
|
5416
|
+
|
|
5354
5417
|
:root {
|
|
5355
5418
|
--color-sf-black: 0, 0, 0;
|
|
5356
5419
|
--color-sf-white: 255, 255, 255;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3148,27 +3148,66 @@ ejs-listbox {
|
|
|
3148
3148
|
}
|
|
3149
3149
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3150
3150
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3151
|
-
height: calc(100% - 45px);
|
|
3151
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3155
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3156
|
+
}
|
|
3157
|
+
|
|
3158
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3159
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3152
3160
|
}
|
|
3153
3161
|
|
|
3154
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3155
3162
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3156
|
-
height:
|
|
3163
|
+
height: 100%;
|
|
3157
3164
|
}
|
|
3158
3165
|
|
|
3159
3166
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3160
3167
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3161
|
-
height: calc(100% -
|
|
3168
|
+
height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3169
|
+
}
|
|
3170
|
+
|
|
3171
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3172
|
+
height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3173
|
+
}
|
|
3174
|
+
|
|
3175
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3176
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3177
|
+
}
|
|
3178
|
+
|
|
3179
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3180
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3184
|
+
height: 100%;
|
|
3162
3185
|
}
|
|
3163
3186
|
|
|
3164
3187
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3188
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3189
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3190
|
+
}
|
|
3191
|
+
|
|
3165
3192
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3166
|
-
height:
|
|
3193
|
+
height: 100%;
|
|
3167
3194
|
}
|
|
3168
3195
|
|
|
3169
3196
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3197
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3198
|
+
height: calc(100% - 53px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3202
|
+
height: calc(100% - 87.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3205
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3206
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3170
3209
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3171
|
-
height:
|
|
3210
|
+
height: 100%;
|
|
3172
3211
|
}
|
|
3173
3212
|
|
|
3174
3213
|
.e-listbox-wrapper,
|
|
@@ -3205,13 +3244,13 @@ ejs-listbox {
|
|
|
3205
3244
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3206
3245
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3207
3246
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3208
|
-
height: calc(100% -
|
|
3247
|
+
height: calc(100% - 50px);
|
|
3209
3248
|
}
|
|
3210
3249
|
|
|
3211
3250
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3212
3251
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3213
3252
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3214
|
-
height: calc(100% -
|
|
3253
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3215
3254
|
}
|
|
3216
3255
|
|
|
3217
3256
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3487,6 +3526,30 @@ ejs-listbox {
|
|
|
3487
3526
|
padding-right: 16px;
|
|
3488
3527
|
}
|
|
3489
3528
|
|
|
3529
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3530
|
+
height: 100%;
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3534
|
+
height: 100%;
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3537
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3538
|
+
height: 100%;
|
|
3539
|
+
}
|
|
3540
|
+
|
|
3541
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3542
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3543
|
+
}
|
|
3544
|
+
|
|
3545
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3546
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3550
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3490
3553
|
/* stylelint-disable-line no-empty-source */
|
|
3491
3554
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3492
3555
|
@keyframes material-spinner-rotate {
|