@progress/kendo-theme-core 6.5.0-dev.0 → 6.5.0-dev.1
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.scss +4 -0
- package/dist/meta/sassdoc-data.json +128 -128
- package/dist/meta/sassdoc-raw-data.json +128 -128
- package/package.json +2 -2
- package/scss/functions/_meta.import.scss +4 -0
|
@@ -4204,8 +4204,8 @@
|
|
|
4204
4204
|
"name": "k-meta-is-integer",
|
|
4205
4205
|
"code": "\n @return k-meta-is-number( $value ) and k-math-round( $value ) == $value;\n",
|
|
4206
4206
|
"line": {
|
|
4207
|
-
"start":
|
|
4208
|
-
"end":
|
|
4207
|
+
"start": 109,
|
|
4208
|
+
"end": 111
|
|
4209
4209
|
},
|
|
4210
4210
|
"signature": "k-meta-is-integer($value)"
|
|
4211
4211
|
}
|
|
@@ -4281,8 +4281,8 @@
|
|
|
4281
4281
|
"name": "k-meta-is-time",
|
|
4282
4282
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"ms\" \"s\", k-math-unit( $value ) ) != null;\n",
|
|
4283
4283
|
"line": {
|
|
4284
|
-
"start":
|
|
4285
|
-
"end":
|
|
4284
|
+
"start": 122,
|
|
4285
|
+
"end": 124
|
|
4286
4286
|
},
|
|
4287
4287
|
"signature": "k-meta-is-time($value)"
|
|
4288
4288
|
}
|
|
@@ -4294,8 +4294,8 @@
|
|
|
4294
4294
|
"name": "k-meta-is-angle",
|
|
4295
4295
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"deg\" \"rad\" \"grad\" \"turn\", k-math-unit( $value ) ) != null;\n",
|
|
4296
4296
|
"line": {
|
|
4297
|
-
"start":
|
|
4298
|
-
"end":
|
|
4297
|
+
"start": 148,
|
|
4298
|
+
"end": 150
|
|
4299
4299
|
},
|
|
4300
4300
|
"signature": "k-meta-is-angle($value)"
|
|
4301
4301
|
}
|
|
@@ -4307,8 +4307,8 @@
|
|
|
4307
4307
|
"name": "k-meta-is-frequency",
|
|
4308
4308
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"Hz\" \"kHz\", k-math-unit( $value ) ) != null;\n",
|
|
4309
4309
|
"line": {
|
|
4310
|
-
"start":
|
|
4311
|
-
"end":
|
|
4310
|
+
"start": 161,
|
|
4311
|
+
"end": 163
|
|
4312
4312
|
},
|
|
4313
4313
|
"signature": "k-meta-is-frequency($value)"
|
|
4314
4314
|
}
|
|
@@ -4320,8 +4320,8 @@
|
|
|
4320
4320
|
"name": "k-meta-is-relative-length",
|
|
4321
4321
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"em\" \"ex\" \"ch\" \"rem\" \"vw\" \"vh\" \"vmin\" \"vmax\", k-math-unit( $value ) ) != null;\n",
|
|
4322
4322
|
"line": {
|
|
4323
|
-
"start":
|
|
4324
|
-
"end":
|
|
4323
|
+
"start": 176,
|
|
4324
|
+
"end": 178
|
|
4325
4325
|
},
|
|
4326
4326
|
"signature": "k-meta-is-relative-length($value)"
|
|
4327
4327
|
}
|
|
@@ -4333,8 +4333,8 @@
|
|
|
4333
4333
|
"name": "k-meta-is-absolute-length",
|
|
4334
4334
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"cm\" \"mm\" \"in\" \"px\" \"pt\" \"pc\", k-math-unit( $value ) ) != null;\n",
|
|
4335
4335
|
"line": {
|
|
4336
|
-
"start":
|
|
4337
|
-
"end":
|
|
4336
|
+
"start": 189,
|
|
4337
|
+
"end": 191
|
|
4338
4338
|
},
|
|
4339
4339
|
"signature": "k-meta-is-absolute-length($value)"
|
|
4340
4340
|
}
|
|
@@ -4346,8 +4346,8 @@
|
|
|
4346
4346
|
"name": "k-meta-is-percentage",
|
|
4347
4347
|
"code": "\n @return k-meta-is-number( $value ) and k-math-unit( $value ) == \"%\";\n",
|
|
4348
4348
|
"line": {
|
|
4349
|
-
"start":
|
|
4350
|
-
"end":
|
|
4349
|
+
"start": 202,
|
|
4350
|
+
"end": 204
|
|
4351
4351
|
},
|
|
4352
4352
|
"signature": "k-meta-is-percentage($value)"
|
|
4353
4353
|
}
|
|
@@ -4359,8 +4359,8 @@
|
|
|
4359
4359
|
"name": "k-meta-is-resolution",
|
|
4360
4360
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"dpi\" \"dpcm\" \"dppx\", k-math-unit( $value ) ) != null;\n",
|
|
4361
4361
|
"line": {
|
|
4362
|
-
"start":
|
|
4363
|
-
"end":
|
|
4362
|
+
"start": 229,
|
|
4363
|
+
"end": 231
|
|
4364
4364
|
},
|
|
4365
4365
|
"signature": "k-meta-is-resolution($value)"
|
|
4366
4366
|
}
|
|
@@ -4500,10 +4500,10 @@
|
|
|
4500
4500
|
"context": {
|
|
4501
4501
|
"type": "function",
|
|
4502
4502
|
"name": "k-meta-function-exists",
|
|
4503
|
-
"code": "\n @return function-exists( $name );\n",
|
|
4503
|
+
"code": "\n @if $name == \"\" {\n @return false;\n }\n\n @return function-exists( $name );\n",
|
|
4504
4504
|
"line": {
|
|
4505
4505
|
"start": 22,
|
|
4506
|
-
"end":
|
|
4506
|
+
"end": 28
|
|
4507
4507
|
},
|
|
4508
4508
|
"signature": "k-meta-function-exists($name)"
|
|
4509
4509
|
},
|
|
@@ -4538,16 +4538,16 @@
|
|
|
4538
4538
|
{
|
|
4539
4539
|
"description": "A wrapper around the `get-function()` function.\nReturns the function with the name `$name`.\n",
|
|
4540
4540
|
"commentRange": {
|
|
4541
|
-
"start":
|
|
4542
|
-
"end":
|
|
4541
|
+
"start": 30,
|
|
4542
|
+
"end": 38
|
|
4543
4543
|
},
|
|
4544
4544
|
"context": {
|
|
4545
4545
|
"type": "function",
|
|
4546
4546
|
"name": "k-meta-get-function",
|
|
4547
4547
|
"code": "\n @return get-function( $name, $args... );\n",
|
|
4548
4548
|
"line": {
|
|
4549
|
-
"start":
|
|
4550
|
-
"end":
|
|
4549
|
+
"start": 39,
|
|
4550
|
+
"end": 41
|
|
4551
4551
|
},
|
|
4552
4552
|
"signature": "k-meta-get-function($name, $css, $module)"
|
|
4553
4553
|
},
|
|
@@ -4592,16 +4592,16 @@
|
|
|
4592
4592
|
{
|
|
4593
4593
|
"description": "A wrapper around the `inspect()` function.\nReturns a string representation of `$value`.\n",
|
|
4594
4594
|
"commentRange": {
|
|
4595
|
-
"start":
|
|
4596
|
-
"end":
|
|
4595
|
+
"start": 43,
|
|
4596
|
+
"end": 49
|
|
4597
4597
|
},
|
|
4598
4598
|
"context": {
|
|
4599
4599
|
"type": "function",
|
|
4600
4600
|
"name": "k-meta-inspect",
|
|
4601
4601
|
"code": "\n @return inspect( $value );\n",
|
|
4602
4602
|
"line": {
|
|
4603
|
-
"start":
|
|
4604
|
-
"end":
|
|
4603
|
+
"start": 50,
|
|
4604
|
+
"end": 52
|
|
4605
4605
|
},
|
|
4606
4606
|
"signature": "k-meta-inspect($value)"
|
|
4607
4607
|
},
|
|
@@ -4636,16 +4636,16 @@
|
|
|
4636
4636
|
{
|
|
4637
4637
|
"description": "A wrapper around the `keywords()` function.\nReturns a map of the keywords in `$args`.\n",
|
|
4638
4638
|
"commentRange": {
|
|
4639
|
-
"start":
|
|
4640
|
-
"end":
|
|
4639
|
+
"start": 54,
|
|
4640
|
+
"end": 60
|
|
4641
4641
|
},
|
|
4642
4642
|
"context": {
|
|
4643
4643
|
"type": "function",
|
|
4644
4644
|
"name": "k-meta-keywords",
|
|
4645
4645
|
"code": "\n @return keywords( $args );\n",
|
|
4646
4646
|
"line": {
|
|
4647
|
-
"start":
|
|
4648
|
-
"end":
|
|
4647
|
+
"start": 61,
|
|
4648
|
+
"end": 63
|
|
4649
4649
|
},
|
|
4650
4650
|
"signature": "k-meta-keywords($args)"
|
|
4651
4651
|
},
|
|
@@ -4680,16 +4680,16 @@
|
|
|
4680
4680
|
{
|
|
4681
4681
|
"description": "A wrapper around the `type-of()` function.\nReturns the type of `$value`.\n",
|
|
4682
4682
|
"commentRange": {
|
|
4683
|
-
"start":
|
|
4684
|
-
"end":
|
|
4683
|
+
"start": 65,
|
|
4684
|
+
"end": 71
|
|
4685
4685
|
},
|
|
4686
4686
|
"context": {
|
|
4687
4687
|
"type": "function",
|
|
4688
4688
|
"name": "k-meta-type-of",
|
|
4689
4689
|
"code": "\n @return type-of( $value );\n",
|
|
4690
4690
|
"line": {
|
|
4691
|
-
"start":
|
|
4692
|
-
"end":
|
|
4691
|
+
"start": 72,
|
|
4692
|
+
"end": 74
|
|
4693
4693
|
},
|
|
4694
4694
|
"signature": "k-meta-type-of($value)"
|
|
4695
4695
|
},
|
|
@@ -4766,8 +4766,8 @@
|
|
|
4766
4766
|
"name": "k-meta-is-number",
|
|
4767
4767
|
"code": "\n @return k-meta-type-of( $value ) == \"number\";\n",
|
|
4768
4768
|
"line": {
|
|
4769
|
-
"start":
|
|
4770
|
-
"end":
|
|
4769
|
+
"start": 96,
|
|
4770
|
+
"end": 98
|
|
4771
4771
|
},
|
|
4772
4772
|
"signature": "k-meta-is-number($value)"
|
|
4773
4773
|
}
|
|
@@ -4804,16 +4804,16 @@
|
|
|
4804
4804
|
{
|
|
4805
4805
|
"description": "A wrapper around the `variable-exists()` function.\nReturns whether a variable with the name `$name` exists.\n",
|
|
4806
4806
|
"commentRange": {
|
|
4807
|
-
"start":
|
|
4808
|
-
"end":
|
|
4807
|
+
"start": 76,
|
|
4808
|
+
"end": 82
|
|
4809
4809
|
},
|
|
4810
4810
|
"context": {
|
|
4811
4811
|
"type": "function",
|
|
4812
4812
|
"name": "k-meta-variable-exists",
|
|
4813
4813
|
"code": "\n @return variable-exists( $name );\n",
|
|
4814
4814
|
"line": {
|
|
4815
|
-
"start":
|
|
4816
|
-
"end":
|
|
4815
|
+
"start": 83,
|
|
4816
|
+
"end": 85
|
|
4817
4817
|
},
|
|
4818
4818
|
"signature": "k-meta-variable-exists($name)"
|
|
4819
4819
|
},
|
|
@@ -4902,16 +4902,16 @@
|
|
|
4902
4902
|
{
|
|
4903
4903
|
"description": "Checks whether `$value` is a <number> CSS data type.\n",
|
|
4904
4904
|
"commentRange": {
|
|
4905
|
-
"start":
|
|
4906
|
-
"end":
|
|
4905
|
+
"start": 87,
|
|
4906
|
+
"end": 95
|
|
4907
4907
|
},
|
|
4908
4908
|
"context": {
|
|
4909
4909
|
"type": "function",
|
|
4910
4910
|
"name": "k-meta-is-number",
|
|
4911
4911
|
"code": "\n @return k-meta-type-of( $value ) == \"number\";\n",
|
|
4912
4912
|
"line": {
|
|
4913
|
-
"start":
|
|
4914
|
-
"end":
|
|
4913
|
+
"start": 96,
|
|
4914
|
+
"end": 98
|
|
4915
4915
|
},
|
|
4916
4916
|
"signature": "k-meta-is-number($value)"
|
|
4917
4917
|
},
|
|
@@ -4947,8 +4947,8 @@
|
|
|
4947
4947
|
"name": "k-meta-is-integer",
|
|
4948
4948
|
"code": "\n @return k-meta-is-number( $value ) and k-math-round( $value ) == $value;\n",
|
|
4949
4949
|
"line": {
|
|
4950
|
-
"start":
|
|
4951
|
-
"end":
|
|
4950
|
+
"start": 109,
|
|
4951
|
+
"end": 111
|
|
4952
4952
|
},
|
|
4953
4953
|
"signature": "k-meta-is-integer($value)"
|
|
4954
4954
|
}
|
|
@@ -4960,8 +4960,8 @@
|
|
|
4960
4960
|
"name": "k-meta-is-time",
|
|
4961
4961
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"ms\" \"s\", k-math-unit( $value ) ) != null;\n",
|
|
4962
4962
|
"line": {
|
|
4963
|
-
"start":
|
|
4964
|
-
"end":
|
|
4963
|
+
"start": 122,
|
|
4964
|
+
"end": 124
|
|
4965
4965
|
},
|
|
4966
4966
|
"signature": "k-meta-is-time($value)"
|
|
4967
4967
|
}
|
|
@@ -4973,8 +4973,8 @@
|
|
|
4973
4973
|
"name": "k-meta-is-angle",
|
|
4974
4974
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"deg\" \"rad\" \"grad\" \"turn\", k-math-unit( $value ) ) != null;\n",
|
|
4975
4975
|
"line": {
|
|
4976
|
-
"start":
|
|
4977
|
-
"end":
|
|
4976
|
+
"start": 148,
|
|
4977
|
+
"end": 150
|
|
4978
4978
|
},
|
|
4979
4979
|
"signature": "k-meta-is-angle($value)"
|
|
4980
4980
|
}
|
|
@@ -4986,8 +4986,8 @@
|
|
|
4986
4986
|
"name": "k-meta-is-frequency",
|
|
4987
4987
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"Hz\" \"kHz\", k-math-unit( $value ) ) != null;\n",
|
|
4988
4988
|
"line": {
|
|
4989
|
-
"start":
|
|
4990
|
-
"end":
|
|
4989
|
+
"start": 161,
|
|
4990
|
+
"end": 163
|
|
4991
4991
|
},
|
|
4992
4992
|
"signature": "k-meta-is-frequency($value)"
|
|
4993
4993
|
}
|
|
@@ -4999,8 +4999,8 @@
|
|
|
4999
4999
|
"name": "k-meta-is-relative-length",
|
|
5000
5000
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"em\" \"ex\" \"ch\" \"rem\" \"vw\" \"vh\" \"vmin\" \"vmax\", k-math-unit( $value ) ) != null;\n",
|
|
5001
5001
|
"line": {
|
|
5002
|
-
"start":
|
|
5003
|
-
"end":
|
|
5002
|
+
"start": 176,
|
|
5003
|
+
"end": 178
|
|
5004
5004
|
},
|
|
5005
5005
|
"signature": "k-meta-is-relative-length($value)"
|
|
5006
5006
|
}
|
|
@@ -5012,8 +5012,8 @@
|
|
|
5012
5012
|
"name": "k-meta-is-absolute-length",
|
|
5013
5013
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"cm\" \"mm\" \"in\" \"px\" \"pt\" \"pc\", k-math-unit( $value ) ) != null;\n",
|
|
5014
5014
|
"line": {
|
|
5015
|
-
"start":
|
|
5016
|
-
"end":
|
|
5015
|
+
"start": 189,
|
|
5016
|
+
"end": 191
|
|
5017
5017
|
},
|
|
5018
5018
|
"signature": "k-meta-is-absolute-length($value)"
|
|
5019
5019
|
}
|
|
@@ -5025,8 +5025,8 @@
|
|
|
5025
5025
|
"name": "k-meta-is-percentage",
|
|
5026
5026
|
"code": "\n @return k-meta-is-number( $value ) and k-math-unit( $value ) == \"%\";\n",
|
|
5027
5027
|
"line": {
|
|
5028
|
-
"start":
|
|
5029
|
-
"end":
|
|
5028
|
+
"start": 202,
|
|
5029
|
+
"end": 204
|
|
5030
5030
|
},
|
|
5031
5031
|
"signature": "k-meta-is-percentage($value)"
|
|
5032
5032
|
}
|
|
@@ -5038,8 +5038,8 @@
|
|
|
5038
5038
|
"name": "k-meta-is-resolution",
|
|
5039
5039
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"dpi\" \"dpcm\" \"dppx\", k-math-unit( $value ) ) != null;\n",
|
|
5040
5040
|
"line": {
|
|
5041
|
-
"start":
|
|
5042
|
-
"end":
|
|
5041
|
+
"start": 229,
|
|
5042
|
+
"end": 231
|
|
5043
5043
|
},
|
|
5044
5044
|
"signature": "k-meta-is-resolution($value)"
|
|
5045
5045
|
}
|
|
@@ -5063,16 +5063,16 @@
|
|
|
5063
5063
|
{
|
|
5064
5064
|
"description": "Checks whether `$value` is a <integer> CSS data type.\n",
|
|
5065
5065
|
"commentRange": {
|
|
5066
|
-
"start":
|
|
5067
|
-
"end":
|
|
5066
|
+
"start": 100,
|
|
5067
|
+
"end": 108
|
|
5068
5068
|
},
|
|
5069
5069
|
"context": {
|
|
5070
5070
|
"type": "function",
|
|
5071
5071
|
"name": "k-meta-is-integer",
|
|
5072
5072
|
"code": "\n @return k-meta-is-number( $value ) and k-math-round( $value ) == $value;\n",
|
|
5073
5073
|
"line": {
|
|
5074
|
-
"start":
|
|
5075
|
-
"end":
|
|
5074
|
+
"start": 109,
|
|
5075
|
+
"end": 111
|
|
5076
5076
|
},
|
|
5077
5077
|
"signature": "k-meta-is-integer($value)"
|
|
5078
5078
|
},
|
|
@@ -5122,16 +5122,16 @@
|
|
|
5122
5122
|
{
|
|
5123
5123
|
"description": "Checks whether `$value` is a <time> CSS data type.\n",
|
|
5124
5124
|
"commentRange": {
|
|
5125
|
-
"start":
|
|
5126
|
-
"end":
|
|
5125
|
+
"start": 113,
|
|
5126
|
+
"end": 121
|
|
5127
5127
|
},
|
|
5128
5128
|
"context": {
|
|
5129
5129
|
"type": "function",
|
|
5130
5130
|
"name": "k-meta-is-time",
|
|
5131
5131
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"ms\" \"s\", k-math-unit( $value ) ) != null;\n",
|
|
5132
5132
|
"line": {
|
|
5133
|
-
"start":
|
|
5134
|
-
"end":
|
|
5133
|
+
"start": 122,
|
|
5134
|
+
"end": 124
|
|
5135
5135
|
},
|
|
5136
5136
|
"signature": "k-meta-is-time($value)"
|
|
5137
5137
|
},
|
|
@@ -5175,8 +5175,8 @@
|
|
|
5175
5175
|
"name": "k-meta-is-duration",
|
|
5176
5176
|
"code": "\n @return k-meta-is-time( $value );\n",
|
|
5177
5177
|
"line": {
|
|
5178
|
-
"start":
|
|
5179
|
-
"end":
|
|
5178
|
+
"start": 135,
|
|
5179
|
+
"end": 137
|
|
5180
5180
|
},
|
|
5181
5181
|
"signature": "k-meta-is-duration($value)"
|
|
5182
5182
|
}
|
|
@@ -5200,16 +5200,16 @@
|
|
|
5200
5200
|
{
|
|
5201
5201
|
"description": "Checks whether `$value` is a valid duration period.\n",
|
|
5202
5202
|
"commentRange": {
|
|
5203
|
-
"start":
|
|
5204
|
-
"end":
|
|
5203
|
+
"start": 126,
|
|
5204
|
+
"end": 134
|
|
5205
5205
|
},
|
|
5206
5206
|
"context": {
|
|
5207
5207
|
"type": "function",
|
|
5208
5208
|
"name": "k-meta-is-duration",
|
|
5209
5209
|
"code": "\n @return k-meta-is-time( $value );\n",
|
|
5210
5210
|
"line": {
|
|
5211
|
-
"start":
|
|
5212
|
-
"end":
|
|
5211
|
+
"start": 135,
|
|
5212
|
+
"end": 137
|
|
5213
5213
|
},
|
|
5214
5214
|
"signature": "k-meta-is-duration($value)"
|
|
5215
5215
|
},
|
|
@@ -5255,16 +5255,16 @@
|
|
|
5255
5255
|
{
|
|
5256
5256
|
"description": "Checks whether `$value` is a <angle> CSS data type.\n",
|
|
5257
5257
|
"commentRange": {
|
|
5258
|
-
"start":
|
|
5259
|
-
"end":
|
|
5258
|
+
"start": 139,
|
|
5259
|
+
"end": 147
|
|
5260
5260
|
},
|
|
5261
5261
|
"context": {
|
|
5262
5262
|
"type": "function",
|
|
5263
5263
|
"name": "k-meta-is-angle",
|
|
5264
5264
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"deg\" \"rad\" \"grad\" \"turn\", k-math-unit( $value ) ) != null;\n",
|
|
5265
5265
|
"line": {
|
|
5266
|
-
"start":
|
|
5267
|
-
"end":
|
|
5266
|
+
"start": 148,
|
|
5267
|
+
"end": 150
|
|
5268
5268
|
},
|
|
5269
5269
|
"signature": "k-meta-is-angle($value)"
|
|
5270
5270
|
},
|
|
@@ -5318,16 +5318,16 @@
|
|
|
5318
5318
|
{
|
|
5319
5319
|
"description": "Checks whether `$value` is a <frequency> CSS data type.\n",
|
|
5320
5320
|
"commentRange": {
|
|
5321
|
-
"start":
|
|
5322
|
-
"end":
|
|
5321
|
+
"start": 152,
|
|
5322
|
+
"end": 160
|
|
5323
5323
|
},
|
|
5324
5324
|
"context": {
|
|
5325
5325
|
"type": "function",
|
|
5326
5326
|
"name": "k-meta-is-frequency",
|
|
5327
5327
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"Hz\" \"kHz\", k-math-unit( $value ) ) != null;\n",
|
|
5328
5328
|
"line": {
|
|
5329
|
-
"start":
|
|
5330
|
-
"end":
|
|
5329
|
+
"start": 161,
|
|
5330
|
+
"end": 163
|
|
5331
5331
|
},
|
|
5332
5332
|
"signature": "k-meta-is-frequency($value)"
|
|
5333
5333
|
},
|
|
@@ -5381,16 +5381,16 @@
|
|
|
5381
5381
|
{
|
|
5382
5382
|
"description": "Checks whether `$value` is a relative <length> CSS data type.\n",
|
|
5383
5383
|
"commentRange": {
|
|
5384
|
-
"start":
|
|
5385
|
-
"end":
|
|
5384
|
+
"start": 165,
|
|
5385
|
+
"end": 175
|
|
5386
5386
|
},
|
|
5387
5387
|
"context": {
|
|
5388
5388
|
"type": "function",
|
|
5389
5389
|
"name": "k-meta-is-relative-length",
|
|
5390
5390
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"em\" \"ex\" \"ch\" \"rem\" \"vw\" \"vh\" \"vmin\" \"vmax\", k-math-unit( $value ) ) != null;\n",
|
|
5391
5391
|
"line": {
|
|
5392
|
-
"start":
|
|
5393
|
-
"end":
|
|
5392
|
+
"start": 176,
|
|
5393
|
+
"end": 178
|
|
5394
5394
|
},
|
|
5395
5395
|
"signature": "k-meta-is-relative-length($value)"
|
|
5396
5396
|
},
|
|
@@ -5438,8 +5438,8 @@
|
|
|
5438
5438
|
"name": "k-meta-is-length",
|
|
5439
5439
|
"code": "\n @return k-meta-is-relative-length( $value ) or k-meta-is-absolute-length( $value );\n",
|
|
5440
5440
|
"line": {
|
|
5441
|
-
"start":
|
|
5442
|
-
"end":
|
|
5441
|
+
"start": 216,
|
|
5442
|
+
"end": 218
|
|
5443
5443
|
},
|
|
5444
5444
|
"signature": "k-meta-is-length($value)"
|
|
5445
5445
|
}
|
|
@@ -5463,16 +5463,16 @@
|
|
|
5463
5463
|
{
|
|
5464
5464
|
"description": "Checks whether `$value` is an absolute <length> CSS data type.\n",
|
|
5465
5465
|
"commentRange": {
|
|
5466
|
-
"start":
|
|
5467
|
-
"end":
|
|
5466
|
+
"start": 180,
|
|
5467
|
+
"end": 188
|
|
5468
5468
|
},
|
|
5469
5469
|
"context": {
|
|
5470
5470
|
"type": "function",
|
|
5471
5471
|
"name": "k-meta-is-absolute-length",
|
|
5472
5472
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"cm\" \"mm\" \"in\" \"px\" \"pt\" \"pc\", k-math-unit( $value ) ) != null;\n",
|
|
5473
5473
|
"line": {
|
|
5474
|
-
"start":
|
|
5475
|
-
"end":
|
|
5474
|
+
"start": 189,
|
|
5475
|
+
"end": 191
|
|
5476
5476
|
},
|
|
5477
5477
|
"signature": "k-meta-is-absolute-length($value)"
|
|
5478
5478
|
},
|
|
@@ -5516,8 +5516,8 @@
|
|
|
5516
5516
|
"name": "k-meta-is-length",
|
|
5517
5517
|
"code": "\n @return k-meta-is-relative-length( $value ) or k-meta-is-absolute-length( $value );\n",
|
|
5518
5518
|
"line": {
|
|
5519
|
-
"start":
|
|
5520
|
-
"end":
|
|
5519
|
+
"start": 216,
|
|
5520
|
+
"end": 218
|
|
5521
5521
|
},
|
|
5522
5522
|
"signature": "k-meta-is-length($value)"
|
|
5523
5523
|
}
|
|
@@ -5541,16 +5541,16 @@
|
|
|
5541
5541
|
{
|
|
5542
5542
|
"description": "Checks whether `$value` is a <percentage> CSS data type.\n",
|
|
5543
5543
|
"commentRange": {
|
|
5544
|
-
"start":
|
|
5545
|
-
"end":
|
|
5544
|
+
"start": 193,
|
|
5545
|
+
"end": 201
|
|
5546
5546
|
},
|
|
5547
5547
|
"context": {
|
|
5548
5548
|
"type": "function",
|
|
5549
5549
|
"name": "k-meta-is-percentage",
|
|
5550
5550
|
"code": "\n @return k-meta-is-number( $value ) and k-math-unit( $value ) == \"%\";\n",
|
|
5551
5551
|
"line": {
|
|
5552
|
-
"start":
|
|
5553
|
-
"end":
|
|
5552
|
+
"start": 202,
|
|
5553
|
+
"end": 204
|
|
5554
5554
|
},
|
|
5555
5555
|
"signature": "k-meta-is-percentage($value)"
|
|
5556
5556
|
},
|
|
@@ -5590,8 +5590,8 @@
|
|
|
5590
5590
|
"name": "k-meta-is-position",
|
|
5591
5591
|
"code": "\n @return k-meta-is-length( $value ) or k-meta-is-percentage( $value ) or k-string-index( \"top\" \"right\" \"bottom\" \"left\" \"center\", $value ) != null;\n",
|
|
5592
5592
|
"line": {
|
|
5593
|
-
"start":
|
|
5594
|
-
"end":
|
|
5593
|
+
"start": 241,
|
|
5594
|
+
"end": 243
|
|
5595
5595
|
},
|
|
5596
5596
|
"signature": "k-meta-is-position($value)"
|
|
5597
5597
|
}
|
|
@@ -5615,16 +5615,16 @@
|
|
|
5615
5615
|
{
|
|
5616
5616
|
"description": "Checks whether `$value` is a <length> CSS data type.\n",
|
|
5617
5617
|
"commentRange": {
|
|
5618
|
-
"start":
|
|
5619
|
-
"end":
|
|
5618
|
+
"start": 206,
|
|
5619
|
+
"end": 215
|
|
5620
5620
|
},
|
|
5621
5621
|
"context": {
|
|
5622
5622
|
"type": "function",
|
|
5623
5623
|
"name": "k-meta-is-length",
|
|
5624
5624
|
"code": "\n @return k-meta-is-relative-length( $value ) or k-meta-is-absolute-length( $value );\n",
|
|
5625
5625
|
"line": {
|
|
5626
|
-
"start":
|
|
5627
|
-
"end":
|
|
5626
|
+
"start": 216,
|
|
5627
|
+
"end": 218
|
|
5628
5628
|
},
|
|
5629
5629
|
"signature": "k-meta-is-length($value)"
|
|
5630
5630
|
},
|
|
@@ -5664,8 +5664,8 @@
|
|
|
5664
5664
|
"name": "k-meta-is-position",
|
|
5665
5665
|
"code": "\n @return k-meta-is-length( $value ) or k-meta-is-percentage( $value ) or k-string-index( \"top\" \"right\" \"bottom\" \"left\" \"center\", $value ) != null;\n",
|
|
5666
5666
|
"line": {
|
|
5667
|
-
"start":
|
|
5668
|
-
"end":
|
|
5667
|
+
"start": 241,
|
|
5668
|
+
"end": 243
|
|
5669
5669
|
},
|
|
5670
5670
|
"signature": "k-meta-is-position($value)"
|
|
5671
5671
|
}
|
|
@@ -5689,16 +5689,16 @@
|
|
|
5689
5689
|
{
|
|
5690
5690
|
"description": "Checks whether `$value` is a <resolution> CSS data type.\n",
|
|
5691
5691
|
"commentRange": {
|
|
5692
|
-
"start":
|
|
5693
|
-
"end":
|
|
5692
|
+
"start": 220,
|
|
5693
|
+
"end": 228
|
|
5694
5694
|
},
|
|
5695
5695
|
"context": {
|
|
5696
5696
|
"type": "function",
|
|
5697
5697
|
"name": "k-meta-is-resolution",
|
|
5698
5698
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"dpi\" \"dpcm\" \"dppx\", k-math-unit( $value ) ) != null;\n",
|
|
5699
5699
|
"line": {
|
|
5700
|
-
"start":
|
|
5701
|
-
"end":
|
|
5700
|
+
"start": 229,
|
|
5701
|
+
"end": 231
|
|
5702
5702
|
},
|
|
5703
5703
|
"signature": "k-meta-is-resolution($value)"
|
|
5704
5704
|
},
|
|
@@ -5752,16 +5752,16 @@
|
|
|
5752
5752
|
{
|
|
5753
5753
|
"description": "Checks whether `$value` is a <position> CSS data type.\n",
|
|
5754
5754
|
"commentRange": {
|
|
5755
|
-
"start":
|
|
5756
|
-
"end":
|
|
5755
|
+
"start": 233,
|
|
5756
|
+
"end": 240
|
|
5757
5757
|
},
|
|
5758
5758
|
"context": {
|
|
5759
5759
|
"type": "function",
|
|
5760
5760
|
"name": "k-meta-is-position",
|
|
5761
5761
|
"code": "\n @return k-meta-is-length( $value ) or k-meta-is-percentage( $value ) or k-string-index( \"top\" \"right\" \"bottom\" \"left\" \"center\", $value ) != null;\n",
|
|
5762
5762
|
"line": {
|
|
5763
|
-
"start":
|
|
5764
|
-
"end":
|
|
5763
|
+
"start": 241,
|
|
5764
|
+
"end": 243
|
|
5765
5765
|
},
|
|
5766
5766
|
"signature": "k-meta-is-position($value)"
|
|
5767
5767
|
},
|
|
@@ -5875,8 +5875,8 @@
|
|
|
5875
5875
|
"name": "k-meta-is-time",
|
|
5876
5876
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"ms\" \"s\", k-math-unit( $value ) ) != null;\n",
|
|
5877
5877
|
"line": {
|
|
5878
|
-
"start":
|
|
5879
|
-
"end":
|
|
5878
|
+
"start": 122,
|
|
5879
|
+
"end": 124
|
|
5880
5880
|
},
|
|
5881
5881
|
"signature": "k-meta-is-time($value)"
|
|
5882
5882
|
}
|
|
@@ -5888,8 +5888,8 @@
|
|
|
5888
5888
|
"name": "k-meta-is-angle",
|
|
5889
5889
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"deg\" \"rad\" \"grad\" \"turn\", k-math-unit( $value ) ) != null;\n",
|
|
5890
5890
|
"line": {
|
|
5891
|
-
"start":
|
|
5892
|
-
"end":
|
|
5891
|
+
"start": 148,
|
|
5892
|
+
"end": 150
|
|
5893
5893
|
},
|
|
5894
5894
|
"signature": "k-meta-is-angle($value)"
|
|
5895
5895
|
}
|
|
@@ -5901,8 +5901,8 @@
|
|
|
5901
5901
|
"name": "k-meta-is-frequency",
|
|
5902
5902
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"Hz\" \"kHz\", k-math-unit( $value ) ) != null;\n",
|
|
5903
5903
|
"line": {
|
|
5904
|
-
"start":
|
|
5905
|
-
"end":
|
|
5904
|
+
"start": 161,
|
|
5905
|
+
"end": 163
|
|
5906
5906
|
},
|
|
5907
5907
|
"signature": "k-meta-is-frequency($value)"
|
|
5908
5908
|
}
|
|
@@ -5914,8 +5914,8 @@
|
|
|
5914
5914
|
"name": "k-meta-is-relative-length",
|
|
5915
5915
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"em\" \"ex\" \"ch\" \"rem\" \"vw\" \"vh\" \"vmin\" \"vmax\", k-math-unit( $value ) ) != null;\n",
|
|
5916
5916
|
"line": {
|
|
5917
|
-
"start":
|
|
5918
|
-
"end":
|
|
5917
|
+
"start": 176,
|
|
5918
|
+
"end": 178
|
|
5919
5919
|
},
|
|
5920
5920
|
"signature": "k-meta-is-relative-length($value)"
|
|
5921
5921
|
}
|
|
@@ -5927,8 +5927,8 @@
|
|
|
5927
5927
|
"name": "k-meta-is-absolute-length",
|
|
5928
5928
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"cm\" \"mm\" \"in\" \"px\" \"pt\" \"pc\", k-math-unit( $value ) ) != null;\n",
|
|
5929
5929
|
"line": {
|
|
5930
|
-
"start":
|
|
5931
|
-
"end":
|
|
5930
|
+
"start": 189,
|
|
5931
|
+
"end": 191
|
|
5932
5932
|
},
|
|
5933
5933
|
"signature": "k-meta-is-absolute-length($value)"
|
|
5934
5934
|
}
|
|
@@ -5940,8 +5940,8 @@
|
|
|
5940
5940
|
"name": "k-meta-is-resolution",
|
|
5941
5941
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"dpi\" \"dpcm\" \"dppx\", k-math-unit( $value ) ) != null;\n",
|
|
5942
5942
|
"line": {
|
|
5943
|
-
"start":
|
|
5944
|
-
"end":
|
|
5943
|
+
"start": 229,
|
|
5944
|
+
"end": 231
|
|
5945
5945
|
},
|
|
5946
5946
|
"signature": "k-meta-is-resolution($value)"
|
|
5947
5947
|
}
|
|
@@ -5953,8 +5953,8 @@
|
|
|
5953
5953
|
"name": "k-meta-is-position",
|
|
5954
5954
|
"code": "\n @return k-meta-is-length( $value ) or k-meta-is-percentage( $value ) or k-string-index( \"top\" \"right\" \"bottom\" \"left\" \"center\", $value ) != null;\n",
|
|
5955
5955
|
"line": {
|
|
5956
|
-
"start":
|
|
5957
|
-
"end":
|
|
5956
|
+
"start": 241,
|
|
5957
|
+
"end": 243
|
|
5958
5958
|
},
|
|
5959
5959
|
"signature": "k-meta-is-position($value)"
|
|
5960
5960
|
}
|