@progress/kendo-theme-fluent 5.10.1-dev.0 → 5.10.1-dev.2
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/all.css +460 -98
- package/package.json +5 -4
- package/scss/action-sheet/_layout.scss +16 -0
- package/scss/notification/_layout.scss +1 -0
- package/scss/tabstrip/_layout.scss +44 -147
- package/scss/tabstrip/_variables.scss +6 -8
package/dist/all.css
CHANGED
|
@@ -4633,6 +4633,390 @@ hr.k-separator {
|
|
|
4633
4633
|
gap: 0.0625rem !important;
|
|
4634
4634
|
}
|
|
4635
4635
|
|
|
4636
|
+
.k-gap-x-0 {
|
|
4637
|
+
column-gap: 0;
|
|
4638
|
+
}
|
|
4639
|
+
|
|
4640
|
+
.\!k-gap-x-0 {
|
|
4641
|
+
column-gap: 0 !important;
|
|
4642
|
+
}
|
|
4643
|
+
|
|
4644
|
+
.k-gap-x-0\.5 {
|
|
4645
|
+
column-gap: 0.125rem;
|
|
4646
|
+
}
|
|
4647
|
+
|
|
4648
|
+
.\!k-gap-x-0\.5 {
|
|
4649
|
+
column-gap: 0.125rem !important;
|
|
4650
|
+
}
|
|
4651
|
+
|
|
4652
|
+
.k-gap-x-1 {
|
|
4653
|
+
column-gap: 0.25rem;
|
|
4654
|
+
}
|
|
4655
|
+
|
|
4656
|
+
.\!k-gap-x-1 {
|
|
4657
|
+
column-gap: 0.25rem !important;
|
|
4658
|
+
}
|
|
4659
|
+
|
|
4660
|
+
.k-gap-x-1\.5 {
|
|
4661
|
+
column-gap: 0.375rem;
|
|
4662
|
+
}
|
|
4663
|
+
|
|
4664
|
+
.\!k-gap-x-1\.5 {
|
|
4665
|
+
column-gap: 0.375rem !important;
|
|
4666
|
+
}
|
|
4667
|
+
|
|
4668
|
+
.k-gap-x-2 {
|
|
4669
|
+
column-gap: 0.5rem;
|
|
4670
|
+
}
|
|
4671
|
+
|
|
4672
|
+
.\!k-gap-x-2 {
|
|
4673
|
+
column-gap: 0.5rem !important;
|
|
4674
|
+
}
|
|
4675
|
+
|
|
4676
|
+
.k-gap-x-2\.5 {
|
|
4677
|
+
column-gap: 6.25rem;
|
|
4678
|
+
}
|
|
4679
|
+
|
|
4680
|
+
.\!k-gap-x-2\.5 {
|
|
4681
|
+
column-gap: 6.25rem !important;
|
|
4682
|
+
}
|
|
4683
|
+
|
|
4684
|
+
.k-gap-x-3 {
|
|
4685
|
+
column-gap: 0.75rem;
|
|
4686
|
+
}
|
|
4687
|
+
|
|
4688
|
+
.\!k-gap-x-3 {
|
|
4689
|
+
column-gap: 0.75rem !important;
|
|
4690
|
+
}
|
|
4691
|
+
|
|
4692
|
+
.k-gap-x-3\.5 {
|
|
4693
|
+
column-gap: 0.875rem;
|
|
4694
|
+
}
|
|
4695
|
+
|
|
4696
|
+
.\!k-gap-x-3\.5 {
|
|
4697
|
+
column-gap: 0.875rem !important;
|
|
4698
|
+
}
|
|
4699
|
+
|
|
4700
|
+
.k-gap-x-4 {
|
|
4701
|
+
column-gap: 1rem;
|
|
4702
|
+
}
|
|
4703
|
+
|
|
4704
|
+
.\!k-gap-x-4 {
|
|
4705
|
+
column-gap: 1rem !important;
|
|
4706
|
+
}
|
|
4707
|
+
|
|
4708
|
+
.k-gap-x-5 {
|
|
4709
|
+
column-gap: 1.25rem;
|
|
4710
|
+
}
|
|
4711
|
+
|
|
4712
|
+
.\!k-gap-x-5 {
|
|
4713
|
+
column-gap: 1.25rem !important;
|
|
4714
|
+
}
|
|
4715
|
+
|
|
4716
|
+
.k-gap-x-6 {
|
|
4717
|
+
column-gap: 1.5rem;
|
|
4718
|
+
}
|
|
4719
|
+
|
|
4720
|
+
.\!k-gap-x-6 {
|
|
4721
|
+
column-gap: 1.5rem !important;
|
|
4722
|
+
}
|
|
4723
|
+
|
|
4724
|
+
.k-gap-x-7 {
|
|
4725
|
+
column-gap: 1.75rem;
|
|
4726
|
+
}
|
|
4727
|
+
|
|
4728
|
+
.\!k-gap-x-7 {
|
|
4729
|
+
column-gap: 1.75rem !important;
|
|
4730
|
+
}
|
|
4731
|
+
|
|
4732
|
+
.k-gap-x-8 {
|
|
4733
|
+
column-gap: 2rem;
|
|
4734
|
+
}
|
|
4735
|
+
|
|
4736
|
+
.\!k-gap-x-8 {
|
|
4737
|
+
column-gap: 2rem !important;
|
|
4738
|
+
}
|
|
4739
|
+
|
|
4740
|
+
.k-gap-x-9 {
|
|
4741
|
+
column-gap: 2.25rem;
|
|
4742
|
+
}
|
|
4743
|
+
|
|
4744
|
+
.\!k-gap-x-9 {
|
|
4745
|
+
column-gap: 2.25rem !important;
|
|
4746
|
+
}
|
|
4747
|
+
|
|
4748
|
+
.k-gap-x-10 {
|
|
4749
|
+
column-gap: 2.5rem;
|
|
4750
|
+
}
|
|
4751
|
+
|
|
4752
|
+
.\!k-gap-x-10 {
|
|
4753
|
+
column-gap: 2.5rem !important;
|
|
4754
|
+
}
|
|
4755
|
+
|
|
4756
|
+
.k-gap-x-11 {
|
|
4757
|
+
column-gap: 2.75rem;
|
|
4758
|
+
}
|
|
4759
|
+
|
|
4760
|
+
.\!k-gap-x-11 {
|
|
4761
|
+
column-gap: 2.75rem !important;
|
|
4762
|
+
}
|
|
4763
|
+
|
|
4764
|
+
.k-gap-x-12 {
|
|
4765
|
+
column-gap: 3rem;
|
|
4766
|
+
}
|
|
4767
|
+
|
|
4768
|
+
.\!k-gap-x-12 {
|
|
4769
|
+
column-gap: 3rem !important;
|
|
4770
|
+
}
|
|
4771
|
+
|
|
4772
|
+
.k-gap-x-14 {
|
|
4773
|
+
column-gap: 3.5rem;
|
|
4774
|
+
}
|
|
4775
|
+
|
|
4776
|
+
.\!k-gap-x-14 {
|
|
4777
|
+
column-gap: 3.5rem !important;
|
|
4778
|
+
}
|
|
4779
|
+
|
|
4780
|
+
.k-gap-x-16 {
|
|
4781
|
+
column-gap: 4rem;
|
|
4782
|
+
}
|
|
4783
|
+
|
|
4784
|
+
.\!k-gap-x-16 {
|
|
4785
|
+
column-gap: 4rem !important;
|
|
4786
|
+
}
|
|
4787
|
+
|
|
4788
|
+
.k-gap-x-20 {
|
|
4789
|
+
column-gap: 5rem;
|
|
4790
|
+
}
|
|
4791
|
+
|
|
4792
|
+
.\!k-gap-x-20 {
|
|
4793
|
+
column-gap: 5rem !important;
|
|
4794
|
+
}
|
|
4795
|
+
|
|
4796
|
+
.k-gap-x-24 {
|
|
4797
|
+
column-gap: 6rem;
|
|
4798
|
+
}
|
|
4799
|
+
|
|
4800
|
+
.\!k-gap-x-24 {
|
|
4801
|
+
column-gap: 6rem !important;
|
|
4802
|
+
}
|
|
4803
|
+
|
|
4804
|
+
.k-gap-x-px {
|
|
4805
|
+
column-gap: 1px;
|
|
4806
|
+
}
|
|
4807
|
+
|
|
4808
|
+
.\!k-gap-x-px {
|
|
4809
|
+
column-gap: 1px !important;
|
|
4810
|
+
}
|
|
4811
|
+
|
|
4812
|
+
.k-gap-x-thin {
|
|
4813
|
+
column-gap: 0.125rem;
|
|
4814
|
+
}
|
|
4815
|
+
|
|
4816
|
+
.\!k-gap-x-thin {
|
|
4817
|
+
column-gap: 0.125rem !important;
|
|
4818
|
+
}
|
|
4819
|
+
|
|
4820
|
+
.k-gap-x-hair {
|
|
4821
|
+
column-gap: 0.0625rem;
|
|
4822
|
+
}
|
|
4823
|
+
|
|
4824
|
+
.\!k-gap-x-hair {
|
|
4825
|
+
column-gap: 0.0625rem !important;
|
|
4826
|
+
}
|
|
4827
|
+
|
|
4828
|
+
.k-gap-y-0 {
|
|
4829
|
+
row-gap: 0;
|
|
4830
|
+
}
|
|
4831
|
+
|
|
4832
|
+
.\!k-gap-y-0 {
|
|
4833
|
+
row-gap: 0 !important;
|
|
4834
|
+
}
|
|
4835
|
+
|
|
4836
|
+
.k-gap-y-0\.5 {
|
|
4837
|
+
row-gap: 0.125rem;
|
|
4838
|
+
}
|
|
4839
|
+
|
|
4840
|
+
.\!k-gap-y-0\.5 {
|
|
4841
|
+
row-gap: 0.125rem !important;
|
|
4842
|
+
}
|
|
4843
|
+
|
|
4844
|
+
.k-gap-y-1 {
|
|
4845
|
+
row-gap: 0.25rem;
|
|
4846
|
+
}
|
|
4847
|
+
|
|
4848
|
+
.\!k-gap-y-1 {
|
|
4849
|
+
row-gap: 0.25rem !important;
|
|
4850
|
+
}
|
|
4851
|
+
|
|
4852
|
+
.k-gap-y-1\.5 {
|
|
4853
|
+
row-gap: 0.375rem;
|
|
4854
|
+
}
|
|
4855
|
+
|
|
4856
|
+
.\!k-gap-y-1\.5 {
|
|
4857
|
+
row-gap: 0.375rem !important;
|
|
4858
|
+
}
|
|
4859
|
+
|
|
4860
|
+
.k-gap-y-2 {
|
|
4861
|
+
row-gap: 0.5rem;
|
|
4862
|
+
}
|
|
4863
|
+
|
|
4864
|
+
.\!k-gap-y-2 {
|
|
4865
|
+
row-gap: 0.5rem !important;
|
|
4866
|
+
}
|
|
4867
|
+
|
|
4868
|
+
.k-gap-y-2\.5 {
|
|
4869
|
+
row-gap: 6.25rem;
|
|
4870
|
+
}
|
|
4871
|
+
|
|
4872
|
+
.\!k-gap-y-2\.5 {
|
|
4873
|
+
row-gap: 6.25rem !important;
|
|
4874
|
+
}
|
|
4875
|
+
|
|
4876
|
+
.k-gap-y-3 {
|
|
4877
|
+
row-gap: 0.75rem;
|
|
4878
|
+
}
|
|
4879
|
+
|
|
4880
|
+
.\!k-gap-y-3 {
|
|
4881
|
+
row-gap: 0.75rem !important;
|
|
4882
|
+
}
|
|
4883
|
+
|
|
4884
|
+
.k-gap-y-3\.5 {
|
|
4885
|
+
row-gap: 0.875rem;
|
|
4886
|
+
}
|
|
4887
|
+
|
|
4888
|
+
.\!k-gap-y-3\.5 {
|
|
4889
|
+
row-gap: 0.875rem !important;
|
|
4890
|
+
}
|
|
4891
|
+
|
|
4892
|
+
.k-gap-y-4 {
|
|
4893
|
+
row-gap: 1rem;
|
|
4894
|
+
}
|
|
4895
|
+
|
|
4896
|
+
.\!k-gap-y-4 {
|
|
4897
|
+
row-gap: 1rem !important;
|
|
4898
|
+
}
|
|
4899
|
+
|
|
4900
|
+
.k-gap-y-5 {
|
|
4901
|
+
row-gap: 1.25rem;
|
|
4902
|
+
}
|
|
4903
|
+
|
|
4904
|
+
.\!k-gap-y-5 {
|
|
4905
|
+
row-gap: 1.25rem !important;
|
|
4906
|
+
}
|
|
4907
|
+
|
|
4908
|
+
.k-gap-y-6 {
|
|
4909
|
+
row-gap: 1.5rem;
|
|
4910
|
+
}
|
|
4911
|
+
|
|
4912
|
+
.\!k-gap-y-6 {
|
|
4913
|
+
row-gap: 1.5rem !important;
|
|
4914
|
+
}
|
|
4915
|
+
|
|
4916
|
+
.k-gap-y-7 {
|
|
4917
|
+
row-gap: 1.75rem;
|
|
4918
|
+
}
|
|
4919
|
+
|
|
4920
|
+
.\!k-gap-y-7 {
|
|
4921
|
+
row-gap: 1.75rem !important;
|
|
4922
|
+
}
|
|
4923
|
+
|
|
4924
|
+
.k-gap-y-8 {
|
|
4925
|
+
row-gap: 2rem;
|
|
4926
|
+
}
|
|
4927
|
+
|
|
4928
|
+
.\!k-gap-y-8 {
|
|
4929
|
+
row-gap: 2rem !important;
|
|
4930
|
+
}
|
|
4931
|
+
|
|
4932
|
+
.k-gap-y-9 {
|
|
4933
|
+
row-gap: 2.25rem;
|
|
4934
|
+
}
|
|
4935
|
+
|
|
4936
|
+
.\!k-gap-y-9 {
|
|
4937
|
+
row-gap: 2.25rem !important;
|
|
4938
|
+
}
|
|
4939
|
+
|
|
4940
|
+
.k-gap-y-10 {
|
|
4941
|
+
row-gap: 2.5rem;
|
|
4942
|
+
}
|
|
4943
|
+
|
|
4944
|
+
.\!k-gap-y-10 {
|
|
4945
|
+
row-gap: 2.5rem !important;
|
|
4946
|
+
}
|
|
4947
|
+
|
|
4948
|
+
.k-gap-y-11 {
|
|
4949
|
+
row-gap: 2.75rem;
|
|
4950
|
+
}
|
|
4951
|
+
|
|
4952
|
+
.\!k-gap-y-11 {
|
|
4953
|
+
row-gap: 2.75rem !important;
|
|
4954
|
+
}
|
|
4955
|
+
|
|
4956
|
+
.k-gap-y-12 {
|
|
4957
|
+
row-gap: 3rem;
|
|
4958
|
+
}
|
|
4959
|
+
|
|
4960
|
+
.\!k-gap-y-12 {
|
|
4961
|
+
row-gap: 3rem !important;
|
|
4962
|
+
}
|
|
4963
|
+
|
|
4964
|
+
.k-gap-y-14 {
|
|
4965
|
+
row-gap: 3.5rem;
|
|
4966
|
+
}
|
|
4967
|
+
|
|
4968
|
+
.\!k-gap-y-14 {
|
|
4969
|
+
row-gap: 3.5rem !important;
|
|
4970
|
+
}
|
|
4971
|
+
|
|
4972
|
+
.k-gap-y-16 {
|
|
4973
|
+
row-gap: 4rem;
|
|
4974
|
+
}
|
|
4975
|
+
|
|
4976
|
+
.\!k-gap-y-16 {
|
|
4977
|
+
row-gap: 4rem !important;
|
|
4978
|
+
}
|
|
4979
|
+
|
|
4980
|
+
.k-gap-y-20 {
|
|
4981
|
+
row-gap: 5rem;
|
|
4982
|
+
}
|
|
4983
|
+
|
|
4984
|
+
.\!k-gap-y-20 {
|
|
4985
|
+
row-gap: 5rem !important;
|
|
4986
|
+
}
|
|
4987
|
+
|
|
4988
|
+
.k-gap-y-24 {
|
|
4989
|
+
row-gap: 6rem;
|
|
4990
|
+
}
|
|
4991
|
+
|
|
4992
|
+
.\!k-gap-y-24 {
|
|
4993
|
+
row-gap: 6rem !important;
|
|
4994
|
+
}
|
|
4995
|
+
|
|
4996
|
+
.k-gap-y-px {
|
|
4997
|
+
row-gap: 1px;
|
|
4998
|
+
}
|
|
4999
|
+
|
|
5000
|
+
.\!k-gap-y-px {
|
|
5001
|
+
row-gap: 1px !important;
|
|
5002
|
+
}
|
|
5003
|
+
|
|
5004
|
+
.k-gap-y-thin {
|
|
5005
|
+
row-gap: 0.125rem;
|
|
5006
|
+
}
|
|
5007
|
+
|
|
5008
|
+
.\!k-gap-y-thin {
|
|
5009
|
+
row-gap: 0.125rem !important;
|
|
5010
|
+
}
|
|
5011
|
+
|
|
5012
|
+
.k-gap-y-hair {
|
|
5013
|
+
row-gap: 0.0625rem;
|
|
5014
|
+
}
|
|
5015
|
+
|
|
5016
|
+
.\!k-gap-y-hair {
|
|
5017
|
+
row-gap: 0.0625rem !important;
|
|
5018
|
+
}
|
|
5019
|
+
|
|
4636
5020
|
.k-align-content-normal {
|
|
4637
5021
|
align-content: normal;
|
|
4638
5022
|
}
|
|
@@ -30386,6 +30770,14 @@ kendo-toolbar-renderer {
|
|
|
30386
30770
|
padding-inline: var(--kendo-adaptive-actionsheet-footer-padding-x, 1rem);
|
|
30387
30771
|
padding-block: var(--kendo-adaptive-actionsheet-footer-padding-y, 0.5rem);
|
|
30388
30772
|
}
|
|
30773
|
+
.k-adaptive-actionsheet .k-actionsheet-filter {
|
|
30774
|
+
width: min(100%, 360px - 2rem);
|
|
30775
|
+
}
|
|
30776
|
+
.k-adaptive-actionsheet .k-actionsheet-content,
|
|
30777
|
+
.k-adaptive-actionsheet .k-actionsheet-footer {
|
|
30778
|
+
margin-inline: auto;
|
|
30779
|
+
width: min(100%, 360px);
|
|
30780
|
+
}
|
|
30389
30781
|
.k-adaptive-actionsheet .k-list-container,
|
|
30390
30782
|
.k-adaptive-actionsheet .k-treeview {
|
|
30391
30783
|
height: 100%;
|
|
@@ -30439,6 +30831,12 @@ kendo-toolbar-renderer {
|
|
|
30439
30831
|
height: 100%;
|
|
30440
30832
|
overflow-y: auto;
|
|
30441
30833
|
}
|
|
30834
|
+
.k-adaptive-actionsheet .k-data-table {
|
|
30835
|
+
max-height: 100%;
|
|
30836
|
+
overflow: hidden;
|
|
30837
|
+
display: flex;
|
|
30838
|
+
flex-flow: column nowrap;
|
|
30839
|
+
}
|
|
30442
30840
|
|
|
30443
30841
|
.k-actionsheet-jq.k-actionsheet {
|
|
30444
30842
|
height: auto;
|
|
@@ -30876,6 +31274,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
30876
31274
|
display: inline-flex;
|
|
30877
31275
|
flex-flow: column-reverse wrap;
|
|
30878
31276
|
position: fixed;
|
|
31277
|
+
z-index: 1000;
|
|
30879
31278
|
}
|
|
30880
31279
|
|
|
30881
31280
|
.k-notification-container {
|
|
@@ -32428,7 +32827,6 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
32428
32827
|
border-style: solid;
|
|
32429
32828
|
border-color: inherit;
|
|
32430
32829
|
position: relative;
|
|
32431
|
-
z-index: 2;
|
|
32432
32830
|
}
|
|
32433
32831
|
|
|
32434
32832
|
.k-tabstrip-items {
|
|
@@ -32436,7 +32834,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
32436
32834
|
outline: 0;
|
|
32437
32835
|
display: flex;
|
|
32438
32836
|
flex-flow: row wrap;
|
|
32439
|
-
flex:
|
|
32837
|
+
flex: 1 1 auto;
|
|
32838
|
+
gap: 0.5rem;
|
|
32440
32839
|
}
|
|
32441
32840
|
.k-tabstrip-items *,
|
|
32442
32841
|
.k-tabstrip-items *::before,
|
|
@@ -32455,16 +32854,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
32455
32854
|
justify-items: stretch;
|
|
32456
32855
|
outline: 0;
|
|
32457
32856
|
}
|
|
32458
|
-
.k-tabstrip-items .k-item
|
|
32459
|
-
|
|
32460
|
-
border-style: solid;
|
|
32461
|
-
border-color: var(--kendo-tabstrip-item-ripple-border, var(--kendo-primary-100, inherit));
|
|
32462
|
-
display: block;
|
|
32463
|
-
position: absolute;
|
|
32464
|
-
z-index: 2;
|
|
32465
|
-
opacity: 0;
|
|
32466
|
-
transition: opacity 0.3s, transform 0.3s;
|
|
32467
|
-
pointer-events: none;
|
|
32857
|
+
.k-tabstrip-items .k-item:active, .k-tabstrip-items .k-item.k-active, .k-tabstrip-items .k-item.k-selected {
|
|
32858
|
+
font-weight: var(--kendo-tabstrip-item-selected-font-weight, var(--kendo-font-weight-bold, normal));
|
|
32468
32859
|
}
|
|
32469
32860
|
.k-tabstrip-items .k-tab-on-top {
|
|
32470
32861
|
z-index: 1;
|
|
@@ -32482,12 +32873,9 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
32482
32873
|
align-items: center;
|
|
32483
32874
|
}
|
|
32484
32875
|
|
|
32485
|
-
.k-ie11 .k-tabstrip-items {
|
|
32486
|
-
white-space: nowrap;
|
|
32487
|
-
}
|
|
32488
|
-
|
|
32489
32876
|
.k-tabstrip-content,
|
|
32490
32877
|
.k-tabstrip > .k-content {
|
|
32878
|
+
margin: 0 !important;
|
|
32491
32879
|
padding-inline: var(--kendo-tabstrip-content-padding-x, 0.75rem);
|
|
32492
32880
|
padding-block: var(--kendo-tabstrip-content-padding-y, 0.375rem);
|
|
32493
32881
|
box-sizing: border-box;
|
|
@@ -32498,7 +32886,6 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
32498
32886
|
overflow: auto;
|
|
32499
32887
|
flex: 1 1 auto;
|
|
32500
32888
|
position: relative;
|
|
32501
|
-
z-index: 1;
|
|
32502
32889
|
}
|
|
32503
32890
|
.k-tabstrip-content:active, .k-tabstrip-content.k-active,
|
|
32504
32891
|
.k-tabstrip > .k-content:active,
|
|
@@ -32525,7 +32912,6 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
32525
32912
|
}
|
|
32526
32913
|
|
|
32527
32914
|
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
32528
|
-
flex: 1 1 auto;
|
|
32529
32915
|
flex-wrap: nowrap;
|
|
32530
32916
|
white-space: nowrap;
|
|
32531
32917
|
overflow: hidden;
|
|
@@ -32550,131 +32936,103 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
32550
32936
|
|
|
32551
32937
|
.k-tabstrip-top > .k-tabstrip-items-wrapper {
|
|
32552
32938
|
border-bottom-width: var(--kendo-tabstrip-border-width, 0px);
|
|
32553
|
-
margin-block-end: calc(var(--kendo-tabstrip-content-border-width, 1px)*-1);
|
|
32554
|
-
}
|
|
32555
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
32556
|
-
width: 100%;
|
|
32557
32939
|
}
|
|
32558
32940
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
|
|
32559
32941
|
margin-block-end: calc(var(--kendo-tabstrip-border-width, 0px)*-1);
|
|
32560
32942
|
}
|
|
32561
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item::before {
|
|
32562
|
-
width: 100%;
|
|
32563
|
-
border-width: 0 0 var(--kendo-tabstrip-item-ripple-border-width, 0.125rem) 0;
|
|
32564
|
-
inset-block-end: 0;
|
|
32565
|
-
transform: scaleX(0);
|
|
32566
|
-
}
|
|
32567
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-selected {
|
|
32568
|
-
font-weight: var(--kendo-tabstrip-item-selected-font-weight, var(--kendo-font-weight-bold, normal));
|
|
32569
|
-
}
|
|
32570
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active::before, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active::before, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-selected::before {
|
|
32571
|
-
opacity: 1;
|
|
32572
|
-
transform: scaleX(1);
|
|
32573
|
-
}
|
|
32574
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
32575
|
-
margin-inline-start: var(--kendo-tabstrip-item-gap, 0.5rem);
|
|
32576
|
-
}
|
|
32577
32943
|
|
|
32578
32944
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper {
|
|
32579
32945
|
border-top-width: var(--kendo-tabstrip-border-width, 0px);
|
|
32580
|
-
margin-block-start: calc(var(--kendo-tabstrip-content-border-width, 1px)*-1);
|
|
32581
|
-
}
|
|
32582
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
32583
|
-
width: 100%;
|
|
32584
32946
|
}
|
|
32585
32947
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
|
|
32586
32948
|
margin-block-start: calc(var(--kendo-tabstrip-border-width, 0px)*-1);
|
|
32587
32949
|
}
|
|
32588
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item::before {
|
|
32589
|
-
width: 100%;
|
|
32590
|
-
border-width: var(--kendo-tabstrip-item-ripple-border-width, 0.125rem) 0 0 0;
|
|
32591
|
-
inset-block-start: 0;
|
|
32592
|
-
transform: scaleX(0);
|
|
32593
|
-
}
|
|
32594
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-selected {
|
|
32595
|
-
font-weight: var(--kendo-tabstrip-item-selected-font-weight, var(--kendo-font-weight-bold, normal));
|
|
32596
|
-
}
|
|
32597
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item:active::before, .k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active::before, .k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-selected::before {
|
|
32598
|
-
opacity: 1;
|
|
32599
|
-
transform: scaleX(1);
|
|
32600
|
-
}
|
|
32601
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
32602
|
-
margin-inline-start: var(--kendo-tabstrip-item-gap, 0.5rem);
|
|
32603
|
-
}
|
|
32604
32950
|
|
|
32605
32951
|
.k-tabstrip-left {
|
|
32606
32952
|
flex-direction: row;
|
|
32607
32953
|
}
|
|
32608
32954
|
.k-tabstrip-left > .k-tabstrip-items-wrapper {
|
|
32609
32955
|
border-right-width: var(--kendo-tabstrip-border-width, 0px);
|
|
32610
|
-
margin-inline-end: calc(var(--kendo-tabstrip-content-border-width, 1px)*-1);
|
|
32611
32956
|
}
|
|
32612
32957
|
.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
32613
|
-
height: 100%;
|
|
32614
|
-
display: inline-flex;
|
|
32615
32958
|
flex-direction: column;
|
|
32616
32959
|
}
|
|
32617
32960
|
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item {
|
|
32618
32961
|
margin-inline-end: calc(var(--kendo-tabstrip-border-width, 0px)*-1);
|
|
32619
32962
|
}
|
|
32620
|
-
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item::before {
|
|
32621
|
-
height: 100%;
|
|
32622
|
-
border-width: 0 var(--kendo-tabstrip-item-ripple-border-width, 0.125rem) 0 0;
|
|
32623
|
-
inset-inline-end: 0;
|
|
32624
|
-
transform: scaleY(0);
|
|
32625
|
-
}
|
|
32626
|
-
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-selected {
|
|
32627
|
-
font-weight: var(--kendo-tabstrip-item-selected-font-weight, var(--kendo-font-weight-bold, normal));
|
|
32628
|
-
}
|
|
32629
|
-
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item:active::before, .k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active::before, .k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-selected::before {
|
|
32630
|
-
opacity: 1;
|
|
32631
|
-
transform: scaleY(1);
|
|
32632
|
-
}
|
|
32633
|
-
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
32634
|
-
margin-block-start: var(--kendo-tabstrip-item-gap, 0.5rem);
|
|
32635
|
-
}
|
|
32636
|
-
.k-tabstrip-left > .k-content,
|
|
32637
|
-
.k-tabstrip-left > .k-tabstrip-content {
|
|
32638
|
-
margin: 0 !important;
|
|
32639
|
-
}
|
|
32640
32963
|
|
|
32641
32964
|
.k-tabstrip-right {
|
|
32642
32965
|
flex-direction: row-reverse;
|
|
32643
32966
|
}
|
|
32644
32967
|
.k-tabstrip-right > .k-tabstrip-items-wrapper {
|
|
32645
32968
|
border-left-width: var(--kendo-tabstrip-border-width, 0px);
|
|
32646
|
-
margin-inline-start: calc(var(--kendo-tabstrip-content-border-width, 1px)*-1);
|
|
32647
32969
|
}
|
|
32648
32970
|
.k-tabstrip-right > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
32649
|
-
height: 100%;
|
|
32650
|
-
display: inline-flex;
|
|
32651
32971
|
flex-direction: column;
|
|
32652
32972
|
}
|
|
32653
32973
|
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item {
|
|
32654
32974
|
margin-inline-start: calc(var(--kendo-tabstrip-border-width, 0px)*-1);
|
|
32655
32975
|
}
|
|
32656
|
-
|
|
32657
|
-
|
|
32658
|
-
|
|
32659
|
-
|
|
32976
|
+
|
|
32977
|
+
.k-tabstrip-items-start {
|
|
32978
|
+
justify-content: flex-start;
|
|
32979
|
+
}
|
|
32980
|
+
|
|
32981
|
+
.k-tabstrip-items-center {
|
|
32982
|
+
justify-content: center;
|
|
32983
|
+
}
|
|
32984
|
+
|
|
32985
|
+
.k-tabstrip-items-end {
|
|
32986
|
+
justify-content: flex-end;
|
|
32987
|
+
}
|
|
32988
|
+
|
|
32989
|
+
.k-tabstrip-items-justify {
|
|
32990
|
+
justify-content: space-between;
|
|
32991
|
+
}
|
|
32992
|
+
|
|
32993
|
+
.k-tabstrip-items-stretched > * {
|
|
32994
|
+
flex: 1 0 0;
|
|
32995
|
+
}
|
|
32996
|
+
|
|
32997
|
+
.k-tabstrip-items-wrapper .k-item::after {
|
|
32998
|
+
content: "";
|
|
32999
|
+
border-width: 0;
|
|
33000
|
+
border-style: solid;
|
|
33001
|
+
display: block;
|
|
33002
|
+
position: absolute;
|
|
33003
|
+
z-index: 2;
|
|
33004
|
+
top: 0;
|
|
33005
|
+
right: 0;
|
|
33006
|
+
bottom: 0;
|
|
33007
|
+
left: 0;
|
|
33008
|
+
opacity: 0;
|
|
32660
33009
|
transform: scaleY(0);
|
|
33010
|
+
pointer-events: none;
|
|
33011
|
+
transition: opacity 0.3s, transform 0.3s;
|
|
32661
33012
|
}
|
|
32662
|
-
.k-tabstrip-
|
|
32663
|
-
|
|
33013
|
+
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item::after {
|
|
33014
|
+
border-bottom-width: var(--kendo-tabstrip-indicator-size, 0.125rem);
|
|
33015
|
+
}
|
|
33016
|
+
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item::after {
|
|
33017
|
+
border-top-width: var(--kendo-tabstrip-indicator-size, 0.125rem);
|
|
33018
|
+
}
|
|
33019
|
+
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item::after {
|
|
33020
|
+
border-right-width: var(--kendo-tabstrip-indicator-size, 0.125rem);
|
|
32664
33021
|
}
|
|
32665
|
-
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item
|
|
33022
|
+
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item::after {
|
|
33023
|
+
border-left-width: var(--kendo-tabstrip-indicator-size, 0.125rem);
|
|
33024
|
+
}
|
|
33025
|
+
.k-tabstrip-items-wrapper .k-item:active::after,
|
|
33026
|
+
.k-tabstrip-items-wrapper .k-item.k-active::after,
|
|
33027
|
+
.k-tabstrip-items-wrapper .k-item.k-selected::after {
|
|
32666
33028
|
opacity: 1;
|
|
32667
33029
|
transform: scaleY(1);
|
|
32668
33030
|
}
|
|
32669
|
-
.k-tabstrip-
|
|
32670
|
-
|
|
32671
|
-
}
|
|
32672
|
-
.k-tabstrip-right > .k-content,
|
|
32673
|
-
.k-tabstrip-right > .k-tabstrip-content {
|
|
32674
|
-
margin: 0 !important;
|
|
33031
|
+
.k-tabstrip-items-wrapper .k-item > .k-link {
|
|
33032
|
+
z-index: 1;
|
|
32675
33033
|
}
|
|
32676
33034
|
|
|
32677
|
-
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging::
|
|
33035
|
+
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging::after {
|
|
32678
33036
|
display: none !important;
|
|
32679
33037
|
}
|
|
32680
33038
|
|
|
@@ -32752,6 +33110,10 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
32752
33110
|
outline-color: var(--kendo-tabstrip-content-border-focused, var(--kendo-component-text, initial));
|
|
32753
33111
|
}
|
|
32754
33112
|
|
|
33113
|
+
.k-tabstrip-items-wrapper .k-item.k-active::after {
|
|
33114
|
+
border-color: var(--kendo-tabstrip-indicator-color, var(--kendo-primary-100, inherit));
|
|
33115
|
+
}
|
|
33116
|
+
|
|
32755
33117
|
.k-treeview {
|
|
32756
33118
|
padding: 0;
|
|
32757
33119
|
border-width: 0;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "5.10.1-dev.
|
|
4
|
+
"version": "5.10.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,10 +47,11 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
50
|
-
"@progress/kendo-theme-
|
|
50
|
+
"@progress/kendo-theme-core": "^5.10.1-dev.2",
|
|
51
|
+
"@progress/kendo-theme-utils": "^5.10.1-dev.2"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
|
-
"sass-build": "^1.
|
|
54
|
+
"sass-build": "^1.1.0"
|
|
54
55
|
},
|
|
55
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "02863aedd51b707c27514b6c7c336052a3dc55c7"
|
|
56
57
|
}
|
|
@@ -286,6 +286,15 @@
|
|
|
286
286
|
padding-block: var( --kendo-adaptive-actionsheet-footer-padding-y, #{$kendo-adaptive-actionsheet-footer-padding-y} );
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
+
.k-actionsheet-filter {
|
|
290
|
+
width: calc( min(100%, calc( 360px - #{$kendo-adaptive-actionsheet-header-padding-x * 2}) ) );
|
|
291
|
+
}
|
|
292
|
+
.k-actionsheet-content,
|
|
293
|
+
.k-actionsheet-footer {
|
|
294
|
+
margin-inline: auto;
|
|
295
|
+
width: unquote("min(100%, 360px)");
|
|
296
|
+
}
|
|
297
|
+
|
|
289
298
|
.k-list-container,
|
|
290
299
|
.k-treeview {
|
|
291
300
|
height: 100%;
|
|
@@ -347,6 +356,13 @@
|
|
|
347
356
|
height: 100%;
|
|
348
357
|
overflow-y: auto;
|
|
349
358
|
}
|
|
359
|
+
|
|
360
|
+
.k-data-table {
|
|
361
|
+
max-height: 100%;
|
|
362
|
+
overflow: hidden;
|
|
363
|
+
display: flex;
|
|
364
|
+
flex-flow: column nowrap;
|
|
365
|
+
}
|
|
350
366
|
}
|
|
351
367
|
}
|
|
352
368
|
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
border-style: solid;
|
|
40
40
|
border-color: inherit;
|
|
41
41
|
position: relative;
|
|
42
|
-
z-index: 2;
|
|
43
42
|
}
|
|
44
43
|
|
|
45
44
|
.k-tabstrip-items {
|
|
@@ -47,7 +46,8 @@
|
|
|
47
46
|
outline: 0;
|
|
48
47
|
display: flex;
|
|
49
48
|
flex-flow: row wrap;
|
|
50
|
-
flex:
|
|
49
|
+
flex: 1 1 auto;
|
|
50
|
+
gap: $kendo-tabstrip-item-gap;
|
|
51
51
|
|
|
52
52
|
*,
|
|
53
53
|
*::before,
|
|
@@ -67,16 +67,11 @@
|
|
|
67
67
|
justify-items: stretch;
|
|
68
68
|
outline: 0;
|
|
69
69
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
position: absolute;
|
|
76
|
-
z-index: 2;
|
|
77
|
-
opacity: 0;
|
|
78
|
-
transition: opacity .3s, transform .3s;
|
|
79
|
-
pointer-events: none;
|
|
70
|
+
// Active state
|
|
71
|
+
&:active,
|
|
72
|
+
&.k-active,
|
|
73
|
+
&.k-selected {
|
|
74
|
+
font-weight: var( --kendo-tabstrip-item-selected-font-weight, #{$kendo-tabstrip-item-selected-font-weight} );
|
|
80
75
|
}
|
|
81
76
|
}
|
|
82
77
|
|
|
@@ -97,12 +92,10 @@
|
|
|
97
92
|
align-items: center;
|
|
98
93
|
}
|
|
99
94
|
}
|
|
100
|
-
.k-ie11 .k-tabstrip-items {
|
|
101
|
-
white-space: nowrap;
|
|
102
|
-
}
|
|
103
95
|
|
|
104
96
|
.k-tabstrip-content,
|
|
105
97
|
.k-tabstrip > .k-content {
|
|
98
|
+
margin: 0 !important; // sass-lint:disable-line no-important
|
|
106
99
|
padding-inline: var( --kendo-tabstrip-content-padding-x, #{$kendo-tabstrip-content-padding-x} ) ;
|
|
107
100
|
padding-block: var( --kendo-tabstrip-content-padding-y, #{$kendo-tabstrip-content-padding-y} ) ;
|
|
108
101
|
box-sizing: border-box;
|
|
@@ -113,7 +106,6 @@
|
|
|
113
106
|
overflow: auto;
|
|
114
107
|
flex: 1 1 auto;
|
|
115
108
|
position: relative;
|
|
116
|
-
z-index: 1;
|
|
117
109
|
|
|
118
110
|
&:active,
|
|
119
111
|
&.k-active {
|
|
@@ -149,7 +141,6 @@
|
|
|
149
141
|
> .k-tabstrip-items-wrapper {
|
|
150
142
|
|
|
151
143
|
> .k-tabstrip-items {
|
|
152
|
-
flex: 1 1 auto;
|
|
153
144
|
flex-wrap: nowrap;
|
|
154
145
|
white-space: nowrap;
|
|
155
146
|
overflow: hidden;
|
|
@@ -183,40 +174,13 @@
|
|
|
183
174
|
}
|
|
184
175
|
|
|
185
176
|
|
|
186
|
-
// Tabstrip
|
|
177
|
+
// Tabstrip position
|
|
187
178
|
.k-tabstrip-top {
|
|
188
179
|
> .k-tabstrip-items-wrapper {
|
|
189
180
|
border-bottom-width: var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} );
|
|
190
|
-
margin-block-end: calc( var( --kendo-tabstrip-content-border-width, #{$kendo-tabstrip-content-border-width} ) * -1 );
|
|
191
|
-
|
|
192
|
-
> .k-tabstrip-items {
|
|
193
|
-
width: 100%;
|
|
194
|
-
}
|
|
195
181
|
|
|
196
182
|
.k-item {
|
|
197
183
|
margin-block-end: calc( var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} ) * -1 );
|
|
198
|
-
|
|
199
|
-
&::before {
|
|
200
|
-
width: 100%;
|
|
201
|
-
border-width: 0 0 var( --kendo-tabstrip-item-ripple-border-width, #{$kendo-tabstrip-item-ripple-border-width} ) 0;
|
|
202
|
-
inset-block-end: 0;
|
|
203
|
-
transform: scaleX(0);
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
&:active,
|
|
207
|
-
&.k-active,
|
|
208
|
-
&.k-selected {
|
|
209
|
-
font-weight: var( --kendo-tabstrip-item-selected-font-weight, #{$kendo-tabstrip-item-selected-font-weight} );
|
|
210
|
-
|
|
211
|
-
&::before {
|
|
212
|
-
opacity: 1;
|
|
213
|
-
transform: scaleX(1);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.k-item + .k-item {
|
|
219
|
-
margin-inline-start: var( --kendo-tabstrip-item-gap, #{$kendo-tabstrip-item-gap} );
|
|
220
184
|
}
|
|
221
185
|
|
|
222
186
|
}
|
|
@@ -224,38 +188,9 @@
|
|
|
224
188
|
.k-tabstrip-bottom {
|
|
225
189
|
> .k-tabstrip-items-wrapper {
|
|
226
190
|
border-top-width: var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} );
|
|
227
|
-
margin-block-start: calc( var( --kendo-tabstrip-content-border-width, #{$kendo-tabstrip-content-border-width} ) * -1 );
|
|
228
|
-
|
|
229
|
-
> .k-tabstrip-items {
|
|
230
|
-
width: 100%;
|
|
231
|
-
}
|
|
232
191
|
|
|
233
192
|
.k-item {
|
|
234
193
|
margin-block-start: calc( var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} ) * -1 );
|
|
235
|
-
|
|
236
|
-
&::before {
|
|
237
|
-
width: 100%;
|
|
238
|
-
border-width: var( --kendo-tabstrip-item-ripple-border-width, #{$kendo-tabstrip-item-ripple-border-width} ) 0 0 0;
|
|
239
|
-
inset-block-start: 0;
|
|
240
|
-
transform: scaleX(0);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
&:active,
|
|
244
|
-
&.k-active,
|
|
245
|
-
&.k-selected {
|
|
246
|
-
font-weight: var( --kendo-tabstrip-item-selected-font-weight, #{$kendo-tabstrip-item-selected-font-weight} );
|
|
247
|
-
|
|
248
|
-
&::before {
|
|
249
|
-
opacity: 1;
|
|
250
|
-
transform: scaleX(1);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.k-item + .k-item {
|
|
258
|
-
margin-inline-start: var( --kendo-tabstrip-item-gap, #{$kendo-tabstrip-item-gap} );
|
|
259
194
|
}
|
|
260
195
|
|
|
261
196
|
}
|
|
@@ -265,46 +200,14 @@
|
|
|
265
200
|
|
|
266
201
|
> .k-tabstrip-items-wrapper {
|
|
267
202
|
border-right-width: var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} );
|
|
268
|
-
margin-inline-end: calc( var( --kendo-tabstrip-content-border-width, #{$kendo-tabstrip-content-border-width} ) * -1 );
|
|
269
203
|
|
|
270
204
|
> .k-tabstrip-items {
|
|
271
|
-
height: 100%;
|
|
272
|
-
display: inline-flex;
|
|
273
205
|
flex-direction: column;
|
|
274
206
|
}
|
|
275
207
|
|
|
276
208
|
.k-item {
|
|
277
209
|
margin-inline-end: calc( var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} ) * -1 );
|
|
278
|
-
|
|
279
|
-
&::before {
|
|
280
|
-
height: 100%;
|
|
281
|
-
border-width: 0 var( --kendo-tabstrip-item-ripple-border-width, #{$kendo-tabstrip-item-ripple-border-width} ) 0 0;
|
|
282
|
-
inset-inline-end: 0;
|
|
283
|
-
transform: scaleY(0);
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
&:active,
|
|
287
|
-
&.k-active,
|
|
288
|
-
&.k-selected {
|
|
289
|
-
font-weight: var( --kendo-tabstrip-item-selected-font-weight, #{$kendo-tabstrip-item-selected-font-weight} );
|
|
290
|
-
|
|
291
|
-
&::before {
|
|
292
|
-
opacity: 1;
|
|
293
|
-
transform: scaleY(1);
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
|
|
298
210
|
}
|
|
299
|
-
|
|
300
|
-
.k-item + .k-item {
|
|
301
|
-
margin-block-start: var( --kendo-tabstrip-item-gap, #{$kendo-tabstrip-item-gap} );
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
> .k-content,
|
|
306
|
-
> .k-tabstrip-content {
|
|
307
|
-
margin: 0 !important; // sass-lint:disable-line no-important
|
|
308
211
|
}
|
|
309
212
|
|
|
310
213
|
}
|
|
@@ -313,56 +216,36 @@
|
|
|
313
216
|
|
|
314
217
|
> .k-tabstrip-items-wrapper {
|
|
315
218
|
border-left-width: var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} );
|
|
316
|
-
margin-inline-start: calc( var( --kendo-tabstrip-content-border-width, #{$kendo-tabstrip-content-border-width} ) * -1 );
|
|
317
219
|
|
|
318
220
|
> .k-tabstrip-items {
|
|
319
|
-
height: 100%;
|
|
320
|
-
display: inline-flex;
|
|
321
221
|
flex-direction: column;
|
|
322
222
|
}
|
|
323
223
|
|
|
324
224
|
.k-item {
|
|
325
225
|
margin-inline-start: calc( var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} ) * -1 );
|
|
326
|
-
|
|
327
|
-
&::before {
|
|
328
|
-
height: 100%;
|
|
329
|
-
border-width: 0 0 0 var( --kendo-tabstrip-item-ripple-border-width, #{$kendo-tabstrip-item-ripple-border-width} );
|
|
330
|
-
inset-inline-start: 0;
|
|
331
|
-
transform: scaleY(0);
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
&:active,
|
|
335
|
-
&.k-active,
|
|
336
|
-
&.k-selected {
|
|
337
|
-
font-weight: var( --kendo-tabstrip-item-selected-font-weight, #{$kendo-tabstrip-item-selected-font-weight} );
|
|
338
|
-
|
|
339
|
-
&::before {
|
|
340
|
-
opacity: 1;
|
|
341
|
-
transform: scaleY(1);
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.k-item + .k-item {
|
|
349
|
-
margin-block-start: var( --kendo-tabstrip-item-gap, #{$kendo-tabstrip-item-gap} );
|
|
350
226
|
}
|
|
351
227
|
}
|
|
352
|
-
|
|
353
|
-
> .k-content,
|
|
354
|
-
> .k-tabstrip-content {
|
|
355
|
-
margin: 0 !important; // sass-lint:disable-line no-important
|
|
356
|
-
}
|
|
357
228
|
}
|
|
358
229
|
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
230
|
+
|
|
231
|
+
// Tabstrip align
|
|
232
|
+
.k-tabstrip-items-start {
|
|
233
|
+
justify-content: flex-start;
|
|
234
|
+
}
|
|
235
|
+
.k-tabstrip-items-center {
|
|
236
|
+
justify-content: center;
|
|
237
|
+
}
|
|
238
|
+
.k-tabstrip-items-end {
|
|
239
|
+
justify-content: flex-end;
|
|
240
|
+
}
|
|
241
|
+
.k-tabstrip-items-justify {
|
|
242
|
+
justify-content: space-between;
|
|
243
|
+
}
|
|
244
|
+
.k-tabstrip-items-stretched > * {
|
|
245
|
+
flex: 1 0 0;
|
|
364
246
|
}
|
|
365
247
|
|
|
248
|
+
|
|
366
249
|
// Selected indicator
|
|
367
250
|
@if ($kendo-tabstrip-indicator-size) {
|
|
368
251
|
|
|
@@ -372,13 +255,17 @@
|
|
|
372
255
|
content: "";
|
|
373
256
|
border-width: 0;
|
|
374
257
|
border-style: solid;
|
|
375
|
-
display:
|
|
258
|
+
display: block;
|
|
376
259
|
position: absolute;
|
|
377
|
-
z-index:
|
|
260
|
+
z-index: 2;
|
|
378
261
|
top: 0;
|
|
379
262
|
right: 0;
|
|
380
263
|
bottom: 0;
|
|
381
264
|
left: 0;
|
|
265
|
+
opacity: 0;
|
|
266
|
+
transform: scaleY(0);
|
|
267
|
+
pointer-events: none;
|
|
268
|
+
transition: opacity .3s, transform .3s;
|
|
382
269
|
|
|
383
270
|
// Variants
|
|
384
271
|
.k-tabstrip-top > & {
|
|
@@ -394,8 +281,11 @@
|
|
|
394
281
|
border-left-width: var( --kendo-tabstrip-indicator-size, #{$kendo-tabstrip-indicator-size} );
|
|
395
282
|
}
|
|
396
283
|
}
|
|
397
|
-
.k-item
|
|
398
|
-
|
|
284
|
+
.k-item:active::after,
|
|
285
|
+
.k-item.k-active::after,
|
|
286
|
+
.k-item.k-selected::after {
|
|
287
|
+
opacity: 1;
|
|
288
|
+
transform: scaleY(1);
|
|
399
289
|
}
|
|
400
290
|
|
|
401
291
|
.k-item > .k-link {
|
|
@@ -403,6 +293,13 @@
|
|
|
403
293
|
}
|
|
404
294
|
}
|
|
405
295
|
|
|
296
|
+
// Hide tabstrip indicator when dragging
|
|
297
|
+
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
|
|
298
|
+
&::after {
|
|
299
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
|
|
406
303
|
}
|
|
407
304
|
|
|
408
305
|
.k-rtl .k-tabstrip,
|
|
@@ -51,12 +51,6 @@ $kendo-tabstrip-item-padding-y: map-get( $kendo-spacing, 2 ) + map-get( $kendo-s
|
|
|
51
51
|
/// The width of the border around the tabstrip item
|
|
52
52
|
/// @group tabstrip
|
|
53
53
|
$kendo-tabstrip-item-border-width: 0px !default;
|
|
54
|
-
/// The border width of the tabstrip ripple
|
|
55
|
-
/// @group tabstrip
|
|
56
|
-
$kendo-tabstrip-item-ripple-border-width: map-get( $kendo-spacing, thin ) !default;
|
|
57
|
-
/// The border color of the tabstrip ripple
|
|
58
|
-
/// @group tabstrip
|
|
59
|
-
$kendo-tabstrip-item-ripple-border: get-theme-color-var( primary-100 ) !default;
|
|
60
54
|
/// The border radius of the tabstrip item
|
|
61
55
|
/// @group tabstrip
|
|
62
56
|
$kendo-tabstrip-item-border-radius: var( --kendo-border-radius-md, 0 ) !default;
|
|
@@ -111,8 +105,12 @@ $kendo-tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
111
105
|
$kendo-tabstrip-item-dragging-text: get-theme-color-var( primary-100 ) !default;
|
|
112
106
|
|
|
113
107
|
// Indicator
|
|
114
|
-
|
|
115
|
-
|
|
108
|
+
/// The border width of the tabstrip indicator
|
|
109
|
+
/// @group tabstrip
|
|
110
|
+
$kendo-tabstrip-indicator-size: map-get( $kendo-spacing, thin ) !default;
|
|
111
|
+
/// The border color of the tabstrip ripple
|
|
112
|
+
/// @group tabstrip
|
|
113
|
+
$kendo-tabstrip-indicator-color: get-theme-color-var( primary-100 ) !default;
|
|
116
114
|
|
|
117
115
|
/// The horizontal padding of tabstrip content
|
|
118
116
|
/// @group tabstrip
|