@progress/kendo-theme-core 6.5.0-dev.0 → 6.5.0-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 +281 -0
- package/dist/all.scss +923 -209
- package/dist/meta/sassdoc-data.json +612 -204
- package/dist/meta/sassdoc-raw-data.json +456 -205
- package/dist/meta/variables.json +222 -10
- package/package.json +2 -2
- package/scss/_variables.scss +76 -1
- package/scss/color-system/_functions.import.scss +54 -0
- package/scss/color-system/_mixins.import.scss +7 -0
- package/scss/color-system/_variables.scss +164 -0
- package/scss/color-system/index.import.scss +1 -1
- package/scss/functions/_map.import.scss +30 -0
- package/scss/functions/_meta.import.scss +4 -0
- package/scss/functions/_string.import.scss +37 -0
- package/scss/functions/index.import.scss +0 -2
- package/scss/mixins/_decoration.scss +28 -0
- package/scss/mixins/_disabled.scss +10 -0
- package/scss/mixins/_hide-scrollbar.scss +13 -1
- package/scss/mixins/index.import.scss +1 -7
- package/scss/styles/_base.scss +133 -0
- package/scss/styles/_layout.scss +14 -0
- package/scss/styles/_loading.scss +119 -0
- package/scss/styles/_selection.scss +25 -0
- package/scss/styles/index.import.scss +6 -0
|
@@ -317,6 +317,141 @@
|
|
|
317
317
|
},
|
|
318
318
|
"resolvedValue": "#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000",
|
|
319
319
|
"resolvedType": "Gradient"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"description": "Border radius for all components.\n",
|
|
323
|
+
"commentRange": {
|
|
324
|
+
"start": 46,
|
|
325
|
+
"end": 46
|
|
326
|
+
},
|
|
327
|
+
"context": {
|
|
328
|
+
"type": "variable",
|
|
329
|
+
"name": "kendo-border-radius",
|
|
330
|
+
"value": "k-map-get($kendo-spacing, 0.5)",
|
|
331
|
+
"scope": "default",
|
|
332
|
+
"line": {
|
|
333
|
+
"start": 47,
|
|
334
|
+
"end": 47
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"access": "public",
|
|
338
|
+
"group": [
|
|
339
|
+
"undefined"
|
|
340
|
+
],
|
|
341
|
+
"file": {
|
|
342
|
+
"path": "_variables.scss",
|
|
343
|
+
"name": "_variables.scss"
|
|
344
|
+
},
|
|
345
|
+
"resolvedValue": "0.125rem",
|
|
346
|
+
"resolvedType": "Number"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"description": "Shadow for cards and grid item thumbnails.\nEquivalent to fluent depth 4.\n",
|
|
350
|
+
"commentRange": {
|
|
351
|
+
"start": 80,
|
|
352
|
+
"end": 81
|
|
353
|
+
},
|
|
354
|
+
"context": {
|
|
355
|
+
"type": "variable",
|
|
356
|
+
"name": "kendo-box-shadow-depth-1",
|
|
357
|
+
"value": "0 1.6px 3.6px rgba( $kendo-color-black, 0.132 ), 0 0.3px 0.9px rgba( $kendo-color-black, 0.108 )",
|
|
358
|
+
"scope": "default",
|
|
359
|
+
"line": {
|
|
360
|
+
"start": 82,
|
|
361
|
+
"end": 82
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"access": "public",
|
|
365
|
+
"group": [
|
|
366
|
+
"undefined"
|
|
367
|
+
],
|
|
368
|
+
"file": {
|
|
369
|
+
"path": "color-system/_variables.scss",
|
|
370
|
+
"name": "_variables.scss"
|
|
371
|
+
},
|
|
372
|
+
"resolvedValue": "0 1.6px 3.6px rgba(0, 0, 0, 0.132), 0 0.3px 0.9px rgba(0, 0, 0, 0.108)",
|
|
373
|
+
"resolvedType": "List"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"description": "Shadow for command bars and dropdowns.\nEquivalent to fluent depth 8.\n",
|
|
377
|
+
"commentRange": {
|
|
378
|
+
"start": 83,
|
|
379
|
+
"end": 84
|
|
380
|
+
},
|
|
381
|
+
"context": {
|
|
382
|
+
"type": "variable",
|
|
383
|
+
"name": "kendo-box-shadow-depth-2",
|
|
384
|
+
"value": "0 3.2px 7.2px rgba( $kendo-color-black, 0.132 ), 0 0.6px 1.8px rgba( $kendo-color-black, 0.108 )",
|
|
385
|
+
"scope": "default",
|
|
386
|
+
"line": {
|
|
387
|
+
"start": 85,
|
|
388
|
+
"end": 85
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"access": "public",
|
|
392
|
+
"group": [
|
|
393
|
+
"undefined"
|
|
394
|
+
],
|
|
395
|
+
"file": {
|
|
396
|
+
"path": "color-system/_variables.scss",
|
|
397
|
+
"name": "_variables.scss"
|
|
398
|
+
},
|
|
399
|
+
"resolvedValue": "0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px rgba(0, 0, 0, 0.108)",
|
|
400
|
+
"resolvedType": "List"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"description": "Shadow for teaching callouts and hover cards / tooltips.\nEquivalent to fluent depth 16.\n",
|
|
404
|
+
"commentRange": {
|
|
405
|
+
"start": 86,
|
|
406
|
+
"end": 87
|
|
407
|
+
},
|
|
408
|
+
"context": {
|
|
409
|
+
"type": "variable",
|
|
410
|
+
"name": "kendo-box-shadow-depth-3",
|
|
411
|
+
"value": "0 6.4px 14.4px rgba( $kendo-color-black, 0.132 ), 0 1.2px 3.6px rgba( $kendo-color-black, 0.108 )",
|
|
412
|
+
"scope": "default",
|
|
413
|
+
"line": {
|
|
414
|
+
"start": 88,
|
|
415
|
+
"end": 88
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"access": "public",
|
|
419
|
+
"group": [
|
|
420
|
+
"undefined"
|
|
421
|
+
],
|
|
422
|
+
"file": {
|
|
423
|
+
"path": "color-system/_variables.scss",
|
|
424
|
+
"name": "_variables.scss"
|
|
425
|
+
},
|
|
426
|
+
"resolvedValue": "0 6.4px 14.4px rgba(0, 0, 0, 0.132), 0 1.2px 3.6px rgba(0, 0, 0, 0.108)",
|
|
427
|
+
"resolvedType": "List"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"description": "Shadow for panels and pop up dialogs.\nEquivalent to fluent depth 64.\n",
|
|
431
|
+
"commentRange": {
|
|
432
|
+
"start": 89,
|
|
433
|
+
"end": 90
|
|
434
|
+
},
|
|
435
|
+
"context": {
|
|
436
|
+
"type": "variable",
|
|
437
|
+
"name": "kendo-box-shadow-depth-4",
|
|
438
|
+
"value": "0 25.6px 57.6px rgba( $kendo-color-black, 0.22 ), 0 4.8px 14.4px rgba( $kendo-color-black, 0.18 )",
|
|
439
|
+
"scope": "default",
|
|
440
|
+
"line": {
|
|
441
|
+
"start": 91,
|
|
442
|
+
"end": 91
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"access": "public",
|
|
446
|
+
"group": [
|
|
447
|
+
"undefined"
|
|
448
|
+
],
|
|
449
|
+
"file": {
|
|
450
|
+
"path": "color-system/_variables.scss",
|
|
451
|
+
"name": "_variables.scss"
|
|
452
|
+
},
|
|
453
|
+
"resolvedValue": "0 25.6px 57.6px rgba(0, 0, 0, 0.22), 0 4.8px 14.4px rgba(0, 0, 0, 0.18)",
|
|
454
|
+
"resolvedType": "List"
|
|
320
455
|
}
|
|
321
456
|
],
|
|
322
457
|
"mixins": [
|
|
@@ -2909,6 +3044,21 @@
|
|
|
2909
3044
|
"path": "functions/_map.import.scss",
|
|
2910
3045
|
"name": "_map.import.scss"
|
|
2911
3046
|
},
|
|
3047
|
+
"usedBy": [
|
|
3048
|
+
{
|
|
3049
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
3050
|
+
"context": {
|
|
3051
|
+
"type": "function",
|
|
3052
|
+
"name": "k-map-deep-merge",
|
|
3053
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
3054
|
+
"line": {
|
|
3055
|
+
"start": 56,
|
|
3056
|
+
"end": 78
|
|
3057
|
+
},
|
|
3058
|
+
"signature": "k-map-deep-merge($maps)"
|
|
3059
|
+
}
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
2912
3062
|
"examples": [
|
|
2913
3063
|
{
|
|
2914
3064
|
"type": "scss",
|
|
@@ -3066,6 +3216,32 @@
|
|
|
3066
3216
|
"name": "_map.import.scss"
|
|
3067
3217
|
},
|
|
3068
3218
|
"usedBy": [
|
|
3219
|
+
{
|
|
3220
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
3221
|
+
"context": {
|
|
3222
|
+
"type": "function",
|
|
3223
|
+
"name": "k-map-deep-merge",
|
|
3224
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
3225
|
+
"line": {
|
|
3226
|
+
"start": 56,
|
|
3227
|
+
"end": 78
|
|
3228
|
+
},
|
|
3229
|
+
"signature": "k-map-deep-merge($maps)"
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
3234
|
+
"context": {
|
|
3235
|
+
"type": "function",
|
|
3236
|
+
"name": "k-map-deep-merge",
|
|
3237
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
3238
|
+
"line": {
|
|
3239
|
+
"start": 56,
|
|
3240
|
+
"end": 78
|
|
3241
|
+
},
|
|
3242
|
+
"signature": "k-map-deep-merge($maps)"
|
|
3243
|
+
}
|
|
3244
|
+
},
|
|
3069
3245
|
{
|
|
3070
3246
|
"description": "Sets a single key and value in `$map`.\n",
|
|
3071
3247
|
"context": {
|
|
@@ -3073,8 +3249,8 @@
|
|
|
3073
3249
|
"name": "k-map-set",
|
|
3074
3250
|
"code": "\n @return k-map-merge( $map, ( $key: $value ) );\n",
|
|
3075
3251
|
"line": {
|
|
3076
|
-
"start":
|
|
3077
|
-
"end":
|
|
3252
|
+
"start": 99,
|
|
3253
|
+
"end": 101
|
|
3078
3254
|
},
|
|
3079
3255
|
"signature": "k-map-set($map, $key, $value)"
|
|
3080
3256
|
}
|
|
@@ -3113,18 +3289,83 @@
|
|
|
3113
3289
|
]
|
|
3114
3290
|
},
|
|
3115
3291
|
{
|
|
3116
|
-
"description": "Returns a map with the keys and values from `$map`
|
|
3292
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
3117
3293
|
"commentRange": {
|
|
3118
3294
|
"start": 50,
|
|
3119
|
-
"end":
|
|
3295
|
+
"end": 55
|
|
3296
|
+
},
|
|
3297
|
+
"context": {
|
|
3298
|
+
"type": "function",
|
|
3299
|
+
"name": "k-map-deep-merge",
|
|
3300
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
3301
|
+
"line": {
|
|
3302
|
+
"start": 56,
|
|
3303
|
+
"end": 78
|
|
3304
|
+
},
|
|
3305
|
+
"signature": "k-map-deep-merge($maps)"
|
|
3306
|
+
},
|
|
3307
|
+
"return": {
|
|
3308
|
+
"type": "Map",
|
|
3309
|
+
"description": "A map with the keys and values from `$map` and `$args`.\n"
|
|
3310
|
+
},
|
|
3311
|
+
"access": "public",
|
|
3312
|
+
"group": [
|
|
3313
|
+
"undefined"
|
|
3314
|
+
],
|
|
3315
|
+
"require": [
|
|
3316
|
+
{
|
|
3317
|
+
"type": "function",
|
|
3318
|
+
"name": "k-meta-type-of"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"type": "function",
|
|
3322
|
+
"name": "k-map-get"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"type": "function",
|
|
3326
|
+
"name": "k-meta-type-of"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"type": "function",
|
|
3330
|
+
"name": "k-map-merge"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"type": "function",
|
|
3334
|
+
"name": "k-map-merge"
|
|
3335
|
+
}
|
|
3336
|
+
],
|
|
3337
|
+
"file": {
|
|
3338
|
+
"path": "functions/_map.import.scss",
|
|
3339
|
+
"name": "_map.import.scss"
|
|
3340
|
+
},
|
|
3341
|
+
"examples": [
|
|
3342
|
+
{
|
|
3343
|
+
"type": "scss",
|
|
3344
|
+
"code": "@debug k-map-deep-merge( ( \"foo\": (\"bar\": \"baz\", \"baz\": \"qux\" ) ), ( \"foo\": (\"bar\": \"foo\") ) ); // => ( \"foo\": (\"bar\": \"foo\", \"baz\": \"qux\" ))",
|
|
3345
|
+
"description": "Usage"
|
|
3346
|
+
}
|
|
3347
|
+
],
|
|
3348
|
+
"parameters": [
|
|
3349
|
+
{
|
|
3350
|
+
"type": "Map",
|
|
3351
|
+
"name": "maps",
|
|
3352
|
+
"description": "The maps to deep-merge."
|
|
3353
|
+
}
|
|
3354
|
+
]
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"description": "Returns a map with the keys and values from `$map` except for `$keys`.\n",
|
|
3358
|
+
"commentRange": {
|
|
3359
|
+
"start": 80,
|
|
3360
|
+
"end": 86
|
|
3120
3361
|
},
|
|
3121
3362
|
"context": {
|
|
3122
3363
|
"type": "function",
|
|
3123
3364
|
"name": "k-map-remove",
|
|
3124
3365
|
"code": "\n @return map-remove( $map, $keys... );\n",
|
|
3125
3366
|
"line": {
|
|
3126
|
-
"start":
|
|
3127
|
-
"end":
|
|
3367
|
+
"start": 87,
|
|
3368
|
+
"end": 89
|
|
3128
3369
|
},
|
|
3129
3370
|
"signature": "k-map-remove($map, $keys)"
|
|
3130
3371
|
},
|
|
@@ -3164,16 +3405,16 @@
|
|
|
3164
3405
|
{
|
|
3165
3406
|
"description": "Sets a single key and value in `$map`.\n",
|
|
3166
3407
|
"commentRange": {
|
|
3167
|
-
"start":
|
|
3168
|
-
"end":
|
|
3408
|
+
"start": 91,
|
|
3409
|
+
"end": 98
|
|
3169
3410
|
},
|
|
3170
3411
|
"context": {
|
|
3171
3412
|
"type": "function",
|
|
3172
3413
|
"name": "k-map-set",
|
|
3173
3414
|
"code": "\n @return k-map-merge( $map, ( $key: $value ) );\n",
|
|
3174
3415
|
"line": {
|
|
3175
|
-
"start":
|
|
3176
|
-
"end":
|
|
3416
|
+
"start": 99,
|
|
3417
|
+
"end": 101
|
|
3177
3418
|
},
|
|
3178
3419
|
"signature": "k-map-set($map, $key, $value)"
|
|
3179
3420
|
},
|
|
@@ -3203,8 +3444,8 @@
|
|
|
3203
3444
|
"name": "k-map-negate",
|
|
3204
3445
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
3205
3446
|
"line": {
|
|
3206
|
-
"start":
|
|
3207
|
-
"end":
|
|
3447
|
+
"start": 119,
|
|
3448
|
+
"end": 135
|
|
3208
3449
|
},
|
|
3209
3450
|
"signature": "k-map-negate($map)"
|
|
3210
3451
|
}
|
|
@@ -3238,16 +3479,16 @@
|
|
|
3238
3479
|
{
|
|
3239
3480
|
"description": "Returns a comma separated list of the values in `$map`.\n",
|
|
3240
3481
|
"commentRange": {
|
|
3241
|
-
"start":
|
|
3242
|
-
"end":
|
|
3482
|
+
"start": 103,
|
|
3483
|
+
"end": 108
|
|
3243
3484
|
},
|
|
3244
3485
|
"context": {
|
|
3245
3486
|
"type": "function",
|
|
3246
3487
|
"name": "k-map-values",
|
|
3247
3488
|
"code": "\n @return map-values( $map );\n",
|
|
3248
3489
|
"line": {
|
|
3249
|
-
"start":
|
|
3250
|
-
"end":
|
|
3490
|
+
"start": 109,
|
|
3491
|
+
"end": 111
|
|
3251
3492
|
},
|
|
3252
3493
|
"signature": "k-map-values($map)"
|
|
3253
3494
|
},
|
|
@@ -3282,16 +3523,16 @@
|
|
|
3282
3523
|
{
|
|
3283
3524
|
"description": "Returns negative values of a number or numbers in a list.\n",
|
|
3284
3525
|
"commentRange": {
|
|
3285
|
-
"start":
|
|
3286
|
-
"end":
|
|
3526
|
+
"start": 113,
|
|
3527
|
+
"end": 118
|
|
3287
3528
|
},
|
|
3288
3529
|
"context": {
|
|
3289
3530
|
"type": "function",
|
|
3290
3531
|
"name": "k-map-negate",
|
|
3291
3532
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
3292
3533
|
"line": {
|
|
3293
|
-
"start":
|
|
3294
|
-
"end":
|
|
3534
|
+
"start": 119,
|
|
3535
|
+
"end": 135
|
|
3295
3536
|
},
|
|
3296
3537
|
"signature": "k-map-negate($map)"
|
|
3297
3538
|
},
|
|
@@ -4204,8 +4445,8 @@
|
|
|
4204
4445
|
"name": "k-meta-is-integer",
|
|
4205
4446
|
"code": "\n @return k-meta-is-number( $value ) and k-math-round( $value ) == $value;\n",
|
|
4206
4447
|
"line": {
|
|
4207
|
-
"start":
|
|
4208
|
-
"end":
|
|
4448
|
+
"start": 109,
|
|
4449
|
+
"end": 111
|
|
4209
4450
|
},
|
|
4210
4451
|
"signature": "k-meta-is-integer($value)"
|
|
4211
4452
|
}
|
|
@@ -4281,8 +4522,8 @@
|
|
|
4281
4522
|
"name": "k-meta-is-time",
|
|
4282
4523
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"ms\" \"s\", k-math-unit( $value ) ) != null;\n",
|
|
4283
4524
|
"line": {
|
|
4284
|
-
"start":
|
|
4285
|
-
"end":
|
|
4525
|
+
"start": 122,
|
|
4526
|
+
"end": 124
|
|
4286
4527
|
},
|
|
4287
4528
|
"signature": "k-meta-is-time($value)"
|
|
4288
4529
|
}
|
|
@@ -4294,8 +4535,8 @@
|
|
|
4294
4535
|
"name": "k-meta-is-angle",
|
|
4295
4536
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"deg\" \"rad\" \"grad\" \"turn\", k-math-unit( $value ) ) != null;\n",
|
|
4296
4537
|
"line": {
|
|
4297
|
-
"start":
|
|
4298
|
-
"end":
|
|
4538
|
+
"start": 148,
|
|
4539
|
+
"end": 150
|
|
4299
4540
|
},
|
|
4300
4541
|
"signature": "k-meta-is-angle($value)"
|
|
4301
4542
|
}
|
|
@@ -4307,8 +4548,8 @@
|
|
|
4307
4548
|
"name": "k-meta-is-frequency",
|
|
4308
4549
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"Hz\" \"kHz\", k-math-unit( $value ) ) != null;\n",
|
|
4309
4550
|
"line": {
|
|
4310
|
-
"start":
|
|
4311
|
-
"end":
|
|
4551
|
+
"start": 161,
|
|
4552
|
+
"end": 163
|
|
4312
4553
|
},
|
|
4313
4554
|
"signature": "k-meta-is-frequency($value)"
|
|
4314
4555
|
}
|
|
@@ -4320,8 +4561,8 @@
|
|
|
4320
4561
|
"name": "k-meta-is-relative-length",
|
|
4321
4562
|
"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
4563
|
"line": {
|
|
4323
|
-
"start":
|
|
4324
|
-
"end":
|
|
4564
|
+
"start": 176,
|
|
4565
|
+
"end": 178
|
|
4325
4566
|
},
|
|
4326
4567
|
"signature": "k-meta-is-relative-length($value)"
|
|
4327
4568
|
}
|
|
@@ -4333,8 +4574,8 @@
|
|
|
4333
4574
|
"name": "k-meta-is-absolute-length",
|
|
4334
4575
|
"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
4576
|
"line": {
|
|
4336
|
-
"start":
|
|
4337
|
-
"end":
|
|
4577
|
+
"start": 189,
|
|
4578
|
+
"end": 191
|
|
4338
4579
|
},
|
|
4339
4580
|
"signature": "k-meta-is-absolute-length($value)"
|
|
4340
4581
|
}
|
|
@@ -4346,8 +4587,8 @@
|
|
|
4346
4587
|
"name": "k-meta-is-percentage",
|
|
4347
4588
|
"code": "\n @return k-meta-is-number( $value ) and k-math-unit( $value ) == \"%\";\n",
|
|
4348
4589
|
"line": {
|
|
4349
|
-
"start":
|
|
4350
|
-
"end":
|
|
4590
|
+
"start": 202,
|
|
4591
|
+
"end": 204
|
|
4351
4592
|
},
|
|
4352
4593
|
"signature": "k-meta-is-percentage($value)"
|
|
4353
4594
|
}
|
|
@@ -4359,8 +4600,8 @@
|
|
|
4359
4600
|
"name": "k-meta-is-resolution",
|
|
4360
4601
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"dpi\" \"dpcm\" \"dppx\", k-math-unit( $value ) ) != null;\n",
|
|
4361
4602
|
"line": {
|
|
4362
|
-
"start":
|
|
4363
|
-
"end":
|
|
4603
|
+
"start": 229,
|
|
4604
|
+
"end": 231
|
|
4364
4605
|
},
|
|
4365
4606
|
"signature": "k-meta-is-resolution($value)"
|
|
4366
4607
|
}
|
|
@@ -4500,10 +4741,10 @@
|
|
|
4500
4741
|
"context": {
|
|
4501
4742
|
"type": "function",
|
|
4502
4743
|
"name": "k-meta-function-exists",
|
|
4503
|
-
"code": "\n @return function-exists( $name );\n",
|
|
4744
|
+
"code": "\n @if $name == \"\" {\n @return false;\n }\n\n @return function-exists( $name );\n",
|
|
4504
4745
|
"line": {
|
|
4505
4746
|
"start": 22,
|
|
4506
|
-
"end":
|
|
4747
|
+
"end": 28
|
|
4507
4748
|
},
|
|
4508
4749
|
"signature": "k-meta-function-exists($name)"
|
|
4509
4750
|
},
|
|
@@ -4538,16 +4779,16 @@
|
|
|
4538
4779
|
{
|
|
4539
4780
|
"description": "A wrapper around the `get-function()` function.\nReturns the function with the name `$name`.\n",
|
|
4540
4781
|
"commentRange": {
|
|
4541
|
-
"start":
|
|
4542
|
-
"end":
|
|
4782
|
+
"start": 30,
|
|
4783
|
+
"end": 38
|
|
4543
4784
|
},
|
|
4544
4785
|
"context": {
|
|
4545
4786
|
"type": "function",
|
|
4546
4787
|
"name": "k-meta-get-function",
|
|
4547
4788
|
"code": "\n @return get-function( $name, $args... );\n",
|
|
4548
4789
|
"line": {
|
|
4549
|
-
"start":
|
|
4550
|
-
"end":
|
|
4790
|
+
"start": 39,
|
|
4791
|
+
"end": 41
|
|
4551
4792
|
},
|
|
4552
4793
|
"signature": "k-meta-get-function($name, $css, $module)"
|
|
4553
4794
|
},
|
|
@@ -4592,16 +4833,16 @@
|
|
|
4592
4833
|
{
|
|
4593
4834
|
"description": "A wrapper around the `inspect()` function.\nReturns a string representation of `$value`.\n",
|
|
4594
4835
|
"commentRange": {
|
|
4595
|
-
"start":
|
|
4596
|
-
"end":
|
|
4836
|
+
"start": 43,
|
|
4837
|
+
"end": 49
|
|
4597
4838
|
},
|
|
4598
4839
|
"context": {
|
|
4599
4840
|
"type": "function",
|
|
4600
4841
|
"name": "k-meta-inspect",
|
|
4601
4842
|
"code": "\n @return inspect( $value );\n",
|
|
4602
4843
|
"line": {
|
|
4603
|
-
"start":
|
|
4604
|
-
"end":
|
|
4844
|
+
"start": 50,
|
|
4845
|
+
"end": 52
|
|
4605
4846
|
},
|
|
4606
4847
|
"signature": "k-meta-inspect($value)"
|
|
4607
4848
|
},
|
|
@@ -4636,16 +4877,16 @@
|
|
|
4636
4877
|
{
|
|
4637
4878
|
"description": "A wrapper around the `keywords()` function.\nReturns a map of the keywords in `$args`.\n",
|
|
4638
4879
|
"commentRange": {
|
|
4639
|
-
"start":
|
|
4640
|
-
"end":
|
|
4880
|
+
"start": 54,
|
|
4881
|
+
"end": 60
|
|
4641
4882
|
},
|
|
4642
4883
|
"context": {
|
|
4643
4884
|
"type": "function",
|
|
4644
4885
|
"name": "k-meta-keywords",
|
|
4645
4886
|
"code": "\n @return keywords( $args );\n",
|
|
4646
4887
|
"line": {
|
|
4647
|
-
"start":
|
|
4648
|
-
"end":
|
|
4888
|
+
"start": 61,
|
|
4889
|
+
"end": 63
|
|
4649
4890
|
},
|
|
4650
4891
|
"signature": "k-meta-keywords($args)"
|
|
4651
4892
|
},
|
|
@@ -4680,16 +4921,16 @@
|
|
|
4680
4921
|
{
|
|
4681
4922
|
"description": "A wrapper around the `type-of()` function.\nReturns the type of `$value`.\n",
|
|
4682
4923
|
"commentRange": {
|
|
4683
|
-
"start":
|
|
4684
|
-
"end":
|
|
4924
|
+
"start": 65,
|
|
4925
|
+
"end": 71
|
|
4685
4926
|
},
|
|
4686
4927
|
"context": {
|
|
4687
4928
|
"type": "function",
|
|
4688
4929
|
"name": "k-meta-type-of",
|
|
4689
4930
|
"code": "\n @return type-of( $value );\n",
|
|
4690
4931
|
"line": {
|
|
4691
|
-
"start":
|
|
4692
|
-
"end":
|
|
4932
|
+
"start": 72,
|
|
4933
|
+
"end": 74
|
|
4693
4934
|
},
|
|
4694
4935
|
"signature": "k-meta-type-of($value)"
|
|
4695
4936
|
},
|
|
@@ -4707,6 +4948,32 @@
|
|
|
4707
4948
|
"name": "_meta.import.scss"
|
|
4708
4949
|
},
|
|
4709
4950
|
"usedBy": [
|
|
4951
|
+
{
|
|
4952
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
4953
|
+
"context": {
|
|
4954
|
+
"type": "function",
|
|
4955
|
+
"name": "k-map-deep-merge",
|
|
4956
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
4957
|
+
"line": {
|
|
4958
|
+
"start": 56,
|
|
4959
|
+
"end": 78
|
|
4960
|
+
},
|
|
4961
|
+
"signature": "k-map-deep-merge($maps)"
|
|
4962
|
+
}
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"description": "Returns a deep-map with the keys and values from `$map` and `$args`.\n",
|
|
4966
|
+
"context": {
|
|
4967
|
+
"type": "function",
|
|
4968
|
+
"name": "k-map-deep-merge",
|
|
4969
|
+
"code": "\n $merged: ();\n \n @each $map in $maps {\n @each $key, $val in $map {\n @if (k-meta-type-of($val) == 'map') {\n $current: k-map-get($merged, $key);\n @if (k-meta-type-of($current) == 'map') {\n $val: k-map-deep-merge($current, $val);\n $map: k-map-merge(\n $map,\n (\n $key: $val\n )\n );\n }\n }\n }\n $merged: k-map-merge($merged, $map);\n }\n \n @return $merged;\n ",
|
|
4970
|
+
"line": {
|
|
4971
|
+
"start": 56,
|
|
4972
|
+
"end": 78
|
|
4973
|
+
},
|
|
4974
|
+
"signature": "k-map-deep-merge($maps)"
|
|
4975
|
+
}
|
|
4976
|
+
},
|
|
4710
4977
|
{
|
|
4711
4978
|
"description": "Returns negative values of a number or numbers in a list.\n",
|
|
4712
4979
|
"context": {
|
|
@@ -4714,8 +4981,8 @@
|
|
|
4714
4981
|
"name": "k-map-negate",
|
|
4715
4982
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
4716
4983
|
"line": {
|
|
4717
|
-
"start":
|
|
4718
|
-
"end":
|
|
4984
|
+
"start": 119,
|
|
4985
|
+
"end": 135
|
|
4719
4986
|
},
|
|
4720
4987
|
"signature": "k-map-negate($map)"
|
|
4721
4988
|
}
|
|
@@ -4727,8 +4994,8 @@
|
|
|
4727
4994
|
"name": "k-map-negate",
|
|
4728
4995
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
4729
4996
|
"line": {
|
|
4730
|
-
"start":
|
|
4731
|
-
"end":
|
|
4997
|
+
"start": 119,
|
|
4998
|
+
"end": 135
|
|
4732
4999
|
},
|
|
4733
5000
|
"signature": "k-map-negate($map)"
|
|
4734
5001
|
}
|
|
@@ -4740,8 +5007,8 @@
|
|
|
4740
5007
|
"name": "k-map-negate",
|
|
4741
5008
|
"code": "\n $_map-neg: ();\n\n @if( k-meta-type-of($map) != map ) {\n @error \"expected type of #{$map} is map, was #{k-meta-type-of($map)}\";\n };\n @each $key, $value in $map {\n $_key-neg: \"-\" + $key;\n\n @if( k-meta-type-of($value) == number and $value != 0) {\n $_map-neg: k-map-set($_map-neg, $_key-neg, -1 * $value );\n }\n }\n\n @return $_map-neg;\n\n",
|
|
4742
5009
|
"line": {
|
|
4743
|
-
"start":
|
|
4744
|
-
"end":
|
|
5010
|
+
"start": 119,
|
|
5011
|
+
"end": 135
|
|
4745
5012
|
},
|
|
4746
5013
|
"signature": "k-map-negate($map)"
|
|
4747
5014
|
}
|
|
@@ -4766,8 +5033,8 @@
|
|
|
4766
5033
|
"name": "k-meta-is-number",
|
|
4767
5034
|
"code": "\n @return k-meta-type-of( $value ) == \"number\";\n",
|
|
4768
5035
|
"line": {
|
|
4769
|
-
"start":
|
|
4770
|
-
"end":
|
|
5036
|
+
"start": 96,
|
|
5037
|
+
"end": 98
|
|
4771
5038
|
},
|
|
4772
5039
|
"signature": "k-meta-is-number($value)"
|
|
4773
5040
|
}
|
|
@@ -4779,8 +5046,8 @@
|
|
|
4779
5046
|
"name": "k-string-replace",
|
|
4780
5047
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
4781
5048
|
"line": {
|
|
4782
|
-
"start":
|
|
4783
|
-
"end":
|
|
5049
|
+
"start": 64,
|
|
5050
|
+
"end": 76
|
|
4784
5051
|
},
|
|
4785
5052
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
4786
5053
|
}
|
|
@@ -4804,16 +5071,16 @@
|
|
|
4804
5071
|
{
|
|
4805
5072
|
"description": "A wrapper around the `variable-exists()` function.\nReturns whether a variable with the name `$name` exists.\n",
|
|
4806
5073
|
"commentRange": {
|
|
4807
|
-
"start":
|
|
4808
|
-
"end":
|
|
5074
|
+
"start": 76,
|
|
5075
|
+
"end": 82
|
|
4809
5076
|
},
|
|
4810
5077
|
"context": {
|
|
4811
5078
|
"type": "function",
|
|
4812
5079
|
"name": "k-meta-variable-exists",
|
|
4813
5080
|
"code": "\n @return variable-exists( $name );\n",
|
|
4814
5081
|
"line": {
|
|
4815
|
-
"start":
|
|
4816
|
-
"end":
|
|
5082
|
+
"start": 83,
|
|
5083
|
+
"end": 85
|
|
4817
5084
|
},
|
|
4818
5085
|
"signature": "k-meta-variable-exists($name)"
|
|
4819
5086
|
},
|
|
@@ -4902,16 +5169,16 @@
|
|
|
4902
5169
|
{
|
|
4903
5170
|
"description": "Checks whether `$value` is a <number> CSS data type.\n",
|
|
4904
5171
|
"commentRange": {
|
|
4905
|
-
"start":
|
|
4906
|
-
"end":
|
|
5172
|
+
"start": 87,
|
|
5173
|
+
"end": 95
|
|
4907
5174
|
},
|
|
4908
5175
|
"context": {
|
|
4909
5176
|
"type": "function",
|
|
4910
5177
|
"name": "k-meta-is-number",
|
|
4911
5178
|
"code": "\n @return k-meta-type-of( $value ) == \"number\";\n",
|
|
4912
5179
|
"line": {
|
|
4913
|
-
"start":
|
|
4914
|
-
"end":
|
|
5180
|
+
"start": 96,
|
|
5181
|
+
"end": 98
|
|
4915
5182
|
},
|
|
4916
5183
|
"signature": "k-meta-is-number($value)"
|
|
4917
5184
|
},
|
|
@@ -4947,8 +5214,8 @@
|
|
|
4947
5214
|
"name": "k-meta-is-integer",
|
|
4948
5215
|
"code": "\n @return k-meta-is-number( $value ) and k-math-round( $value ) == $value;\n",
|
|
4949
5216
|
"line": {
|
|
4950
|
-
"start":
|
|
4951
|
-
"end":
|
|
5217
|
+
"start": 109,
|
|
5218
|
+
"end": 111
|
|
4952
5219
|
},
|
|
4953
5220
|
"signature": "k-meta-is-integer($value)"
|
|
4954
5221
|
}
|
|
@@ -4960,8 +5227,8 @@
|
|
|
4960
5227
|
"name": "k-meta-is-time",
|
|
4961
5228
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"ms\" \"s\", k-math-unit( $value ) ) != null;\n",
|
|
4962
5229
|
"line": {
|
|
4963
|
-
"start":
|
|
4964
|
-
"end":
|
|
5230
|
+
"start": 122,
|
|
5231
|
+
"end": 124
|
|
4965
5232
|
},
|
|
4966
5233
|
"signature": "k-meta-is-time($value)"
|
|
4967
5234
|
}
|
|
@@ -4973,8 +5240,8 @@
|
|
|
4973
5240
|
"name": "k-meta-is-angle",
|
|
4974
5241
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"deg\" \"rad\" \"grad\" \"turn\", k-math-unit( $value ) ) != null;\n",
|
|
4975
5242
|
"line": {
|
|
4976
|
-
"start":
|
|
4977
|
-
"end":
|
|
5243
|
+
"start": 148,
|
|
5244
|
+
"end": 150
|
|
4978
5245
|
},
|
|
4979
5246
|
"signature": "k-meta-is-angle($value)"
|
|
4980
5247
|
}
|
|
@@ -4986,8 +5253,8 @@
|
|
|
4986
5253
|
"name": "k-meta-is-frequency",
|
|
4987
5254
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"Hz\" \"kHz\", k-math-unit( $value ) ) != null;\n",
|
|
4988
5255
|
"line": {
|
|
4989
|
-
"start":
|
|
4990
|
-
"end":
|
|
5256
|
+
"start": 161,
|
|
5257
|
+
"end": 163
|
|
4991
5258
|
},
|
|
4992
5259
|
"signature": "k-meta-is-frequency($value)"
|
|
4993
5260
|
}
|
|
@@ -4999,8 +5266,8 @@
|
|
|
4999
5266
|
"name": "k-meta-is-relative-length",
|
|
5000
5267
|
"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
5268
|
"line": {
|
|
5002
|
-
"start":
|
|
5003
|
-
"end":
|
|
5269
|
+
"start": 176,
|
|
5270
|
+
"end": 178
|
|
5004
5271
|
},
|
|
5005
5272
|
"signature": "k-meta-is-relative-length($value)"
|
|
5006
5273
|
}
|
|
@@ -5012,8 +5279,8 @@
|
|
|
5012
5279
|
"name": "k-meta-is-absolute-length",
|
|
5013
5280
|
"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
5281
|
"line": {
|
|
5015
|
-
"start":
|
|
5016
|
-
"end":
|
|
5282
|
+
"start": 189,
|
|
5283
|
+
"end": 191
|
|
5017
5284
|
},
|
|
5018
5285
|
"signature": "k-meta-is-absolute-length($value)"
|
|
5019
5286
|
}
|
|
@@ -5025,8 +5292,8 @@
|
|
|
5025
5292
|
"name": "k-meta-is-percentage",
|
|
5026
5293
|
"code": "\n @return k-meta-is-number( $value ) and k-math-unit( $value ) == \"%\";\n",
|
|
5027
5294
|
"line": {
|
|
5028
|
-
"start":
|
|
5029
|
-
"end":
|
|
5295
|
+
"start": 202,
|
|
5296
|
+
"end": 204
|
|
5030
5297
|
},
|
|
5031
5298
|
"signature": "k-meta-is-percentage($value)"
|
|
5032
5299
|
}
|
|
@@ -5038,8 +5305,8 @@
|
|
|
5038
5305
|
"name": "k-meta-is-resolution",
|
|
5039
5306
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"dpi\" \"dpcm\" \"dppx\", k-math-unit( $value ) ) != null;\n",
|
|
5040
5307
|
"line": {
|
|
5041
|
-
"start":
|
|
5042
|
-
"end":
|
|
5308
|
+
"start": 229,
|
|
5309
|
+
"end": 231
|
|
5043
5310
|
},
|
|
5044
5311
|
"signature": "k-meta-is-resolution($value)"
|
|
5045
5312
|
}
|
|
@@ -5063,16 +5330,16 @@
|
|
|
5063
5330
|
{
|
|
5064
5331
|
"description": "Checks whether `$value` is a <integer> CSS data type.\n",
|
|
5065
5332
|
"commentRange": {
|
|
5066
|
-
"start":
|
|
5067
|
-
"end":
|
|
5333
|
+
"start": 100,
|
|
5334
|
+
"end": 108
|
|
5068
5335
|
},
|
|
5069
5336
|
"context": {
|
|
5070
5337
|
"type": "function",
|
|
5071
5338
|
"name": "k-meta-is-integer",
|
|
5072
5339
|
"code": "\n @return k-meta-is-number( $value ) and k-math-round( $value ) == $value;\n",
|
|
5073
5340
|
"line": {
|
|
5074
|
-
"start":
|
|
5075
|
-
"end":
|
|
5341
|
+
"start": 109,
|
|
5342
|
+
"end": 111
|
|
5076
5343
|
},
|
|
5077
5344
|
"signature": "k-meta-is-integer($value)"
|
|
5078
5345
|
},
|
|
@@ -5122,16 +5389,16 @@
|
|
|
5122
5389
|
{
|
|
5123
5390
|
"description": "Checks whether `$value` is a <time> CSS data type.\n",
|
|
5124
5391
|
"commentRange": {
|
|
5125
|
-
"start":
|
|
5126
|
-
"end":
|
|
5392
|
+
"start": 113,
|
|
5393
|
+
"end": 121
|
|
5127
5394
|
},
|
|
5128
5395
|
"context": {
|
|
5129
5396
|
"type": "function",
|
|
5130
5397
|
"name": "k-meta-is-time",
|
|
5131
5398
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"ms\" \"s\", k-math-unit( $value ) ) != null;\n",
|
|
5132
5399
|
"line": {
|
|
5133
|
-
"start":
|
|
5134
|
-
"end":
|
|
5400
|
+
"start": 122,
|
|
5401
|
+
"end": 124
|
|
5135
5402
|
},
|
|
5136
5403
|
"signature": "k-meta-is-time($value)"
|
|
5137
5404
|
},
|
|
@@ -5175,8 +5442,8 @@
|
|
|
5175
5442
|
"name": "k-meta-is-duration",
|
|
5176
5443
|
"code": "\n @return k-meta-is-time( $value );\n",
|
|
5177
5444
|
"line": {
|
|
5178
|
-
"start":
|
|
5179
|
-
"end":
|
|
5445
|
+
"start": 135,
|
|
5446
|
+
"end": 137
|
|
5180
5447
|
},
|
|
5181
5448
|
"signature": "k-meta-is-duration($value)"
|
|
5182
5449
|
}
|
|
@@ -5200,16 +5467,16 @@
|
|
|
5200
5467
|
{
|
|
5201
5468
|
"description": "Checks whether `$value` is a valid duration period.\n",
|
|
5202
5469
|
"commentRange": {
|
|
5203
|
-
"start":
|
|
5204
|
-
"end":
|
|
5470
|
+
"start": 126,
|
|
5471
|
+
"end": 134
|
|
5205
5472
|
},
|
|
5206
5473
|
"context": {
|
|
5207
5474
|
"type": "function",
|
|
5208
5475
|
"name": "k-meta-is-duration",
|
|
5209
5476
|
"code": "\n @return k-meta-is-time( $value );\n",
|
|
5210
5477
|
"line": {
|
|
5211
|
-
"start":
|
|
5212
|
-
"end":
|
|
5478
|
+
"start": 135,
|
|
5479
|
+
"end": 137
|
|
5213
5480
|
},
|
|
5214
5481
|
"signature": "k-meta-is-duration($value)"
|
|
5215
5482
|
},
|
|
@@ -5255,16 +5522,16 @@
|
|
|
5255
5522
|
{
|
|
5256
5523
|
"description": "Checks whether `$value` is a <angle> CSS data type.\n",
|
|
5257
5524
|
"commentRange": {
|
|
5258
|
-
"start":
|
|
5259
|
-
"end":
|
|
5525
|
+
"start": 139,
|
|
5526
|
+
"end": 147
|
|
5260
5527
|
},
|
|
5261
5528
|
"context": {
|
|
5262
5529
|
"type": "function",
|
|
5263
5530
|
"name": "k-meta-is-angle",
|
|
5264
5531
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"deg\" \"rad\" \"grad\" \"turn\", k-math-unit( $value ) ) != null;\n",
|
|
5265
5532
|
"line": {
|
|
5266
|
-
"start":
|
|
5267
|
-
"end":
|
|
5533
|
+
"start": 148,
|
|
5534
|
+
"end": 150
|
|
5268
5535
|
},
|
|
5269
5536
|
"signature": "k-meta-is-angle($value)"
|
|
5270
5537
|
},
|
|
@@ -5318,16 +5585,16 @@
|
|
|
5318
5585
|
{
|
|
5319
5586
|
"description": "Checks whether `$value` is a <frequency> CSS data type.\n",
|
|
5320
5587
|
"commentRange": {
|
|
5321
|
-
"start":
|
|
5322
|
-
"end":
|
|
5588
|
+
"start": 152,
|
|
5589
|
+
"end": 160
|
|
5323
5590
|
},
|
|
5324
5591
|
"context": {
|
|
5325
5592
|
"type": "function",
|
|
5326
5593
|
"name": "k-meta-is-frequency",
|
|
5327
5594
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"Hz\" \"kHz\", k-math-unit( $value ) ) != null;\n",
|
|
5328
5595
|
"line": {
|
|
5329
|
-
"start":
|
|
5330
|
-
"end":
|
|
5596
|
+
"start": 161,
|
|
5597
|
+
"end": 163
|
|
5331
5598
|
},
|
|
5332
5599
|
"signature": "k-meta-is-frequency($value)"
|
|
5333
5600
|
},
|
|
@@ -5381,16 +5648,16 @@
|
|
|
5381
5648
|
{
|
|
5382
5649
|
"description": "Checks whether `$value` is a relative <length> CSS data type.\n",
|
|
5383
5650
|
"commentRange": {
|
|
5384
|
-
"start":
|
|
5385
|
-
"end":
|
|
5651
|
+
"start": 165,
|
|
5652
|
+
"end": 175
|
|
5386
5653
|
},
|
|
5387
5654
|
"context": {
|
|
5388
5655
|
"type": "function",
|
|
5389
5656
|
"name": "k-meta-is-relative-length",
|
|
5390
5657
|
"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
5658
|
"line": {
|
|
5392
|
-
"start":
|
|
5393
|
-
"end":
|
|
5659
|
+
"start": 176,
|
|
5660
|
+
"end": 178
|
|
5394
5661
|
},
|
|
5395
5662
|
"signature": "k-meta-is-relative-length($value)"
|
|
5396
5663
|
},
|
|
@@ -5438,8 +5705,8 @@
|
|
|
5438
5705
|
"name": "k-meta-is-length",
|
|
5439
5706
|
"code": "\n @return k-meta-is-relative-length( $value ) or k-meta-is-absolute-length( $value );\n",
|
|
5440
5707
|
"line": {
|
|
5441
|
-
"start":
|
|
5442
|
-
"end":
|
|
5708
|
+
"start": 216,
|
|
5709
|
+
"end": 218
|
|
5443
5710
|
},
|
|
5444
5711
|
"signature": "k-meta-is-length($value)"
|
|
5445
5712
|
}
|
|
@@ -5463,16 +5730,16 @@
|
|
|
5463
5730
|
{
|
|
5464
5731
|
"description": "Checks whether `$value` is an absolute <length> CSS data type.\n",
|
|
5465
5732
|
"commentRange": {
|
|
5466
|
-
"start":
|
|
5467
|
-
"end":
|
|
5733
|
+
"start": 180,
|
|
5734
|
+
"end": 188
|
|
5468
5735
|
},
|
|
5469
5736
|
"context": {
|
|
5470
5737
|
"type": "function",
|
|
5471
5738
|
"name": "k-meta-is-absolute-length",
|
|
5472
5739
|
"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
5740
|
"line": {
|
|
5474
|
-
"start":
|
|
5475
|
-
"end":
|
|
5741
|
+
"start": 189,
|
|
5742
|
+
"end": 191
|
|
5476
5743
|
},
|
|
5477
5744
|
"signature": "k-meta-is-absolute-length($value)"
|
|
5478
5745
|
},
|
|
@@ -5516,8 +5783,8 @@
|
|
|
5516
5783
|
"name": "k-meta-is-length",
|
|
5517
5784
|
"code": "\n @return k-meta-is-relative-length( $value ) or k-meta-is-absolute-length( $value );\n",
|
|
5518
5785
|
"line": {
|
|
5519
|
-
"start":
|
|
5520
|
-
"end":
|
|
5786
|
+
"start": 216,
|
|
5787
|
+
"end": 218
|
|
5521
5788
|
},
|
|
5522
5789
|
"signature": "k-meta-is-length($value)"
|
|
5523
5790
|
}
|
|
@@ -5541,16 +5808,16 @@
|
|
|
5541
5808
|
{
|
|
5542
5809
|
"description": "Checks whether `$value` is a <percentage> CSS data type.\n",
|
|
5543
5810
|
"commentRange": {
|
|
5544
|
-
"start":
|
|
5545
|
-
"end":
|
|
5811
|
+
"start": 193,
|
|
5812
|
+
"end": 201
|
|
5546
5813
|
},
|
|
5547
5814
|
"context": {
|
|
5548
5815
|
"type": "function",
|
|
5549
5816
|
"name": "k-meta-is-percentage",
|
|
5550
5817
|
"code": "\n @return k-meta-is-number( $value ) and k-math-unit( $value ) == \"%\";\n",
|
|
5551
5818
|
"line": {
|
|
5552
|
-
"start":
|
|
5553
|
-
"end":
|
|
5819
|
+
"start": 202,
|
|
5820
|
+
"end": 204
|
|
5554
5821
|
},
|
|
5555
5822
|
"signature": "k-meta-is-percentage($value)"
|
|
5556
5823
|
},
|
|
@@ -5590,8 +5857,8 @@
|
|
|
5590
5857
|
"name": "k-meta-is-position",
|
|
5591
5858
|
"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
5859
|
"line": {
|
|
5593
|
-
"start":
|
|
5594
|
-
"end":
|
|
5860
|
+
"start": 241,
|
|
5861
|
+
"end": 243
|
|
5595
5862
|
},
|
|
5596
5863
|
"signature": "k-meta-is-position($value)"
|
|
5597
5864
|
}
|
|
@@ -5615,16 +5882,16 @@
|
|
|
5615
5882
|
{
|
|
5616
5883
|
"description": "Checks whether `$value` is a <length> CSS data type.\n",
|
|
5617
5884
|
"commentRange": {
|
|
5618
|
-
"start":
|
|
5619
|
-
"end":
|
|
5885
|
+
"start": 206,
|
|
5886
|
+
"end": 215
|
|
5620
5887
|
},
|
|
5621
5888
|
"context": {
|
|
5622
5889
|
"type": "function",
|
|
5623
5890
|
"name": "k-meta-is-length",
|
|
5624
5891
|
"code": "\n @return k-meta-is-relative-length( $value ) or k-meta-is-absolute-length( $value );\n",
|
|
5625
5892
|
"line": {
|
|
5626
|
-
"start":
|
|
5627
|
-
"end":
|
|
5893
|
+
"start": 216,
|
|
5894
|
+
"end": 218
|
|
5628
5895
|
},
|
|
5629
5896
|
"signature": "k-meta-is-length($value)"
|
|
5630
5897
|
},
|
|
@@ -5664,8 +5931,8 @@
|
|
|
5664
5931
|
"name": "k-meta-is-position",
|
|
5665
5932
|
"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
5933
|
"line": {
|
|
5667
|
-
"start":
|
|
5668
|
-
"end":
|
|
5934
|
+
"start": 241,
|
|
5935
|
+
"end": 243
|
|
5669
5936
|
},
|
|
5670
5937
|
"signature": "k-meta-is-position($value)"
|
|
5671
5938
|
}
|
|
@@ -5689,16 +5956,16 @@
|
|
|
5689
5956
|
{
|
|
5690
5957
|
"description": "Checks whether `$value` is a <resolution> CSS data type.\n",
|
|
5691
5958
|
"commentRange": {
|
|
5692
|
-
"start":
|
|
5693
|
-
"end":
|
|
5959
|
+
"start": 220,
|
|
5960
|
+
"end": 228
|
|
5694
5961
|
},
|
|
5695
5962
|
"context": {
|
|
5696
5963
|
"type": "function",
|
|
5697
5964
|
"name": "k-meta-is-resolution",
|
|
5698
5965
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"dpi\" \"dpcm\" \"dppx\", k-math-unit( $value ) ) != null;\n",
|
|
5699
5966
|
"line": {
|
|
5700
|
-
"start":
|
|
5701
|
-
"end":
|
|
5967
|
+
"start": 229,
|
|
5968
|
+
"end": 231
|
|
5702
5969
|
},
|
|
5703
5970
|
"signature": "k-meta-is-resolution($value)"
|
|
5704
5971
|
},
|
|
@@ -5752,16 +6019,16 @@
|
|
|
5752
6019
|
{
|
|
5753
6020
|
"description": "Checks whether `$value` is a <position> CSS data type.\n",
|
|
5754
6021
|
"commentRange": {
|
|
5755
|
-
"start":
|
|
5756
|
-
"end":
|
|
6022
|
+
"start": 233,
|
|
6023
|
+
"end": 240
|
|
5757
6024
|
},
|
|
5758
6025
|
"context": {
|
|
5759
6026
|
"type": "function",
|
|
5760
6027
|
"name": "k-meta-is-position",
|
|
5761
6028
|
"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
6029
|
"line": {
|
|
5763
|
-
"start":
|
|
5764
|
-
"end":
|
|
6030
|
+
"start": 241,
|
|
6031
|
+
"end": 243
|
|
5765
6032
|
},
|
|
5766
6033
|
"signature": "k-meta-is-position($value)"
|
|
5767
6034
|
},
|
|
@@ -5815,16 +6082,16 @@
|
|
|
5815
6082
|
{
|
|
5816
6083
|
"description": "Returns the first index of `$substring` in `$string`, or `null` if `$string` doesn’t contain `$substring`.\n",
|
|
5817
6084
|
"commentRange": {
|
|
5818
|
-
"start":
|
|
5819
|
-
"end":
|
|
6085
|
+
"start": 10,
|
|
6086
|
+
"end": 16
|
|
5820
6087
|
},
|
|
5821
6088
|
"context": {
|
|
5822
6089
|
"type": "function",
|
|
5823
6090
|
"name": "k-string-index",
|
|
5824
6091
|
"code": "\n @return str-index( $string, $substring );\n",
|
|
5825
6092
|
"line": {
|
|
5826
|
-
"start":
|
|
5827
|
-
"end":
|
|
6093
|
+
"start": 17,
|
|
6094
|
+
"end": 19
|
|
5828
6095
|
},
|
|
5829
6096
|
"signature": "k-string-index($string, $substring)"
|
|
5830
6097
|
},
|
|
@@ -5875,8 +6142,8 @@
|
|
|
5875
6142
|
"name": "k-meta-is-time",
|
|
5876
6143
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"ms\" \"s\", k-math-unit( $value ) ) != null;\n",
|
|
5877
6144
|
"line": {
|
|
5878
|
-
"start":
|
|
5879
|
-
"end":
|
|
6145
|
+
"start": 122,
|
|
6146
|
+
"end": 124
|
|
5880
6147
|
},
|
|
5881
6148
|
"signature": "k-meta-is-time($value)"
|
|
5882
6149
|
}
|
|
@@ -5888,8 +6155,8 @@
|
|
|
5888
6155
|
"name": "k-meta-is-angle",
|
|
5889
6156
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"deg\" \"rad\" \"grad\" \"turn\", k-math-unit( $value ) ) != null;\n",
|
|
5890
6157
|
"line": {
|
|
5891
|
-
"start":
|
|
5892
|
-
"end":
|
|
6158
|
+
"start": 148,
|
|
6159
|
+
"end": 150
|
|
5893
6160
|
},
|
|
5894
6161
|
"signature": "k-meta-is-angle($value)"
|
|
5895
6162
|
}
|
|
@@ -5901,8 +6168,8 @@
|
|
|
5901
6168
|
"name": "k-meta-is-frequency",
|
|
5902
6169
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"Hz\" \"kHz\", k-math-unit( $value ) ) != null;\n",
|
|
5903
6170
|
"line": {
|
|
5904
|
-
"start":
|
|
5905
|
-
"end":
|
|
6171
|
+
"start": 161,
|
|
6172
|
+
"end": 163
|
|
5906
6173
|
},
|
|
5907
6174
|
"signature": "k-meta-is-frequency($value)"
|
|
5908
6175
|
}
|
|
@@ -5914,8 +6181,8 @@
|
|
|
5914
6181
|
"name": "k-meta-is-relative-length",
|
|
5915
6182
|
"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
6183
|
"line": {
|
|
5917
|
-
"start":
|
|
5918
|
-
"end":
|
|
6184
|
+
"start": 176,
|
|
6185
|
+
"end": 178
|
|
5919
6186
|
},
|
|
5920
6187
|
"signature": "k-meta-is-relative-length($value)"
|
|
5921
6188
|
}
|
|
@@ -5927,8 +6194,8 @@
|
|
|
5927
6194
|
"name": "k-meta-is-absolute-length",
|
|
5928
6195
|
"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
6196
|
"line": {
|
|
5930
|
-
"start":
|
|
5931
|
-
"end":
|
|
6197
|
+
"start": 189,
|
|
6198
|
+
"end": 191
|
|
5932
6199
|
},
|
|
5933
6200
|
"signature": "k-meta-is-absolute-length($value)"
|
|
5934
6201
|
}
|
|
@@ -5940,8 +6207,8 @@
|
|
|
5940
6207
|
"name": "k-meta-is-resolution",
|
|
5941
6208
|
"code": "\n @return k-meta-is-number( $value ) and k-string-index( \"dpi\" \"dpcm\" \"dppx\", k-math-unit( $value ) ) != null;\n",
|
|
5942
6209
|
"line": {
|
|
5943
|
-
"start":
|
|
5944
|
-
"end":
|
|
6210
|
+
"start": 229,
|
|
6211
|
+
"end": 231
|
|
5945
6212
|
},
|
|
5946
6213
|
"signature": "k-meta-is-resolution($value)"
|
|
5947
6214
|
}
|
|
@@ -5953,8 +6220,8 @@
|
|
|
5953
6220
|
"name": "k-meta-is-position",
|
|
5954
6221
|
"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
6222
|
"line": {
|
|
5956
|
-
"start":
|
|
5957
|
-
"end":
|
|
6223
|
+
"start": 241,
|
|
6224
|
+
"end": 243
|
|
5958
6225
|
},
|
|
5959
6226
|
"signature": "k-meta-is-position($value)"
|
|
5960
6227
|
}
|
|
@@ -5966,8 +6233,8 @@
|
|
|
5966
6233
|
"name": "k-string-replace",
|
|
5967
6234
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
5968
6235
|
"line": {
|
|
5969
|
-
"start":
|
|
5970
|
-
"end":
|
|
6236
|
+
"start": 64,
|
|
6237
|
+
"end": 76
|
|
5971
6238
|
},
|
|
5972
6239
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
5973
6240
|
}
|
|
@@ -5996,16 +6263,16 @@
|
|
|
5996
6263
|
{
|
|
5997
6264
|
"description": "Returns a copy of `$string` with `$insert` inserted at `$index`.\n",
|
|
5998
6265
|
"commentRange": {
|
|
5999
|
-
"start":
|
|
6000
|
-
"end":
|
|
6266
|
+
"start": 21,
|
|
6267
|
+
"end": 28
|
|
6001
6268
|
},
|
|
6002
6269
|
"context": {
|
|
6003
6270
|
"type": "function",
|
|
6004
6271
|
"name": "k-string-insert",
|
|
6005
6272
|
"code": "\n @return str-insert( $string, $insert, $index );\n",
|
|
6006
6273
|
"line": {
|
|
6007
|
-
"start":
|
|
6008
|
-
"end":
|
|
6274
|
+
"start": 29,
|
|
6275
|
+
"end": 31
|
|
6009
6276
|
},
|
|
6010
6277
|
"signature": "k-string-insert($string, $insert, $index)"
|
|
6011
6278
|
},
|
|
@@ -6050,16 +6317,16 @@
|
|
|
6050
6317
|
{
|
|
6051
6318
|
"description": "Returns the length of `$string`.\n",
|
|
6052
6319
|
"commentRange": {
|
|
6053
|
-
"start":
|
|
6054
|
-
"end":
|
|
6320
|
+
"start": 33,
|
|
6321
|
+
"end": 38
|
|
6055
6322
|
},
|
|
6056
6323
|
"context": {
|
|
6057
6324
|
"type": "function",
|
|
6058
6325
|
"name": "k-string-length",
|
|
6059
6326
|
"code": "\n @return str-length( $string );\n",
|
|
6060
6327
|
"line": {
|
|
6061
|
-
"start":
|
|
6062
|
-
"end":
|
|
6328
|
+
"start": 39,
|
|
6329
|
+
"end": 41
|
|
6063
6330
|
},
|
|
6064
6331
|
"signature": "k-string-length($string)"
|
|
6065
6332
|
},
|
|
@@ -6084,8 +6351,8 @@
|
|
|
6084
6351
|
"name": "k-string-replace",
|
|
6085
6352
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
6086
6353
|
"line": {
|
|
6087
|
-
"start":
|
|
6088
|
-
"end":
|
|
6354
|
+
"start": 64,
|
|
6355
|
+
"end": 76
|
|
6089
6356
|
},
|
|
6090
6357
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
6091
6358
|
}
|
|
@@ -6109,16 +6376,16 @@
|
|
|
6109
6376
|
{
|
|
6110
6377
|
"description": "Returns a copy of `$string` with quotes added.\n",
|
|
6111
6378
|
"commentRange": {
|
|
6112
|
-
"start":
|
|
6113
|
-
"end":
|
|
6379
|
+
"start": 43,
|
|
6380
|
+
"end": 48
|
|
6114
6381
|
},
|
|
6115
6382
|
"context": {
|
|
6116
6383
|
"type": "function",
|
|
6117
6384
|
"name": "k-string-quote",
|
|
6118
6385
|
"code": "\n @return quote( $string );\n",
|
|
6119
6386
|
"line": {
|
|
6120
|
-
"start":
|
|
6121
|
-
"end":
|
|
6387
|
+
"start": 49,
|
|
6388
|
+
"end": 51
|
|
6122
6389
|
},
|
|
6123
6390
|
"signature": "k-string-quote($string)"
|
|
6124
6391
|
},
|
|
@@ -6153,16 +6420,16 @@
|
|
|
6153
6420
|
{
|
|
6154
6421
|
"description": "Returns a copy of `$string` with all occurrences of `$search`\nreplaced by `$replace`.\n",
|
|
6155
6422
|
"commentRange": {
|
|
6156
|
-
"start":
|
|
6157
|
-
"end":
|
|
6423
|
+
"start": 53,
|
|
6424
|
+
"end": 63
|
|
6158
6425
|
},
|
|
6159
6426
|
"context": {
|
|
6160
6427
|
"type": "function",
|
|
6161
6428
|
"name": "k-string-replace",
|
|
6162
6429
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
6163
6430
|
"line": {
|
|
6164
|
-
"start":
|
|
6165
|
-
"end":
|
|
6431
|
+
"start": 64,
|
|
6432
|
+
"end": 76
|
|
6166
6433
|
},
|
|
6167
6434
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
6168
6435
|
},
|
|
@@ -6275,16 +6542,16 @@
|
|
|
6275
6542
|
{
|
|
6276
6543
|
"description": "Returns a substring of `$string` starting at `$start-at` and ending at `$end-at`.\n",
|
|
6277
6544
|
"commentRange": {
|
|
6278
|
-
"start":
|
|
6279
|
-
"end":
|
|
6545
|
+
"start": 78,
|
|
6546
|
+
"end": 85
|
|
6280
6547
|
},
|
|
6281
6548
|
"context": {
|
|
6282
6549
|
"type": "function",
|
|
6283
6550
|
"name": "k-string-slice",
|
|
6284
6551
|
"code": "\n @return str-slice( $string, $start-at, $end-at );\n",
|
|
6285
6552
|
"line": {
|
|
6286
|
-
"start":
|
|
6287
|
-
"end":
|
|
6553
|
+
"start": 86,
|
|
6554
|
+
"end": 88
|
|
6288
6555
|
},
|
|
6289
6556
|
"signature": "k-string-slice($string, $start-at, $end-at)"
|
|
6290
6557
|
},
|
|
@@ -6322,8 +6589,8 @@
|
|
|
6322
6589
|
"name": "k-string-replace",
|
|
6323
6590
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
6324
6591
|
"line": {
|
|
6325
|
-
"start":
|
|
6326
|
-
"end":
|
|
6592
|
+
"start": 64,
|
|
6593
|
+
"end": 76
|
|
6327
6594
|
},
|
|
6328
6595
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
6329
6596
|
}
|
|
@@ -6335,8 +6602,8 @@
|
|
|
6335
6602
|
"name": "k-string-replace",
|
|
6336
6603
|
"code": "\n @if k-meta-type-of( $string ) == number {\n $string: $string + \"\";\n }\n\n $index: k-string-index( $string, $search );\n\n @if $index {\n @return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );\n }\n\n @return $string;\n",
|
|
6337
6604
|
"line": {
|
|
6338
|
-
"start":
|
|
6339
|
-
"end":
|
|
6605
|
+
"start": 64,
|
|
6606
|
+
"end": 76
|
|
6340
6607
|
},
|
|
6341
6608
|
"signature": "k-string-replace($string, $search, $replace)"
|
|
6342
6609
|
}
|
|
@@ -6370,16 +6637,16 @@
|
|
|
6370
6637
|
{
|
|
6371
6638
|
"description": "Returns a copy of `$string` with all uppercase letters converted to lowercase.\n",
|
|
6372
6639
|
"commentRange": {
|
|
6373
|
-
"start":
|
|
6374
|
-
"end":
|
|
6640
|
+
"start": 90,
|
|
6641
|
+
"end": 95
|
|
6375
6642
|
},
|
|
6376
6643
|
"context": {
|
|
6377
6644
|
"type": "function",
|
|
6378
6645
|
"name": "k-string-to-lower-case",
|
|
6379
6646
|
"code": "\n @return to-lower-case( $string );\n",
|
|
6380
6647
|
"line": {
|
|
6381
|
-
"start":
|
|
6382
|
-
"end":
|
|
6648
|
+
"start": 96,
|
|
6649
|
+
"end": 98
|
|
6383
6650
|
},
|
|
6384
6651
|
"signature": "k-string-to-lower-case($string)"
|
|
6385
6652
|
},
|
|
@@ -6414,16 +6681,16 @@
|
|
|
6414
6681
|
{
|
|
6415
6682
|
"description": "Returns a copy of `$string` with all lowercase letters converted to uppercase.\n",
|
|
6416
6683
|
"commentRange": {
|
|
6417
|
-
"start":
|
|
6418
|
-
"end":
|
|
6684
|
+
"start": 100,
|
|
6685
|
+
"end": 105
|
|
6419
6686
|
},
|
|
6420
6687
|
"context": {
|
|
6421
6688
|
"type": "function",
|
|
6422
6689
|
"name": "k-string-to-upper-case",
|
|
6423
6690
|
"code": "\n @return to-upper-case( $string );\n",
|
|
6424
6691
|
"line": {
|
|
6425
|
-
"start":
|
|
6426
|
-
"end":
|
|
6692
|
+
"start": 106,
|
|
6693
|
+
"end": 108
|
|
6427
6694
|
},
|
|
6428
6695
|
"signature": "k-string-to-upper-case($string)"
|
|
6429
6696
|
},
|
|
@@ -6458,16 +6725,16 @@
|
|
|
6458
6725
|
{
|
|
6459
6726
|
"description": "Returns a unique identifier.\n",
|
|
6460
6727
|
"commentRange": {
|
|
6461
|
-
"start":
|
|
6462
|
-
"end":
|
|
6728
|
+
"start": 110,
|
|
6729
|
+
"end": 114
|
|
6463
6730
|
},
|
|
6464
6731
|
"context": {
|
|
6465
6732
|
"type": "function",
|
|
6466
6733
|
"name": "k-string-unique-id",
|
|
6467
6734
|
"code": "\n @return unique-id();\n",
|
|
6468
6735
|
"line": {
|
|
6469
|
-
"start":
|
|
6470
|
-
"end":
|
|
6736
|
+
"start": 115,
|
|
6737
|
+
"end": 117
|
|
6471
6738
|
},
|
|
6472
6739
|
"signature": "k-string-unique-id()"
|
|
6473
6740
|
},
|
|
@@ -6496,16 +6763,16 @@
|
|
|
6496
6763
|
{
|
|
6497
6764
|
"description": "Returns a copy of `$string` with quotes removed.\n",
|
|
6498
6765
|
"commentRange": {
|
|
6499
|
-
"start":
|
|
6500
|
-
"end":
|
|
6766
|
+
"start": 119,
|
|
6767
|
+
"end": 124
|
|
6501
6768
|
},
|
|
6502
6769
|
"context": {
|
|
6503
6770
|
"type": "function",
|
|
6504
6771
|
"name": "k-string-unquote",
|
|
6505
6772
|
"code": "\n @return unquote( $string );\n",
|
|
6506
6773
|
"line": {
|
|
6507
|
-
"start":
|
|
6508
|
-
"end":
|
|
6774
|
+
"start": 125,
|
|
6775
|
+
"end": 127
|
|
6509
6776
|
},
|
|
6510
6777
|
"signature": "k-string-unquote($string)"
|
|
6511
6778
|
},
|
|
@@ -6594,6 +6861,147 @@
|
|
|
6594
6861
|
}
|
|
6595
6862
|
],
|
|
6596
6863
|
"variableGroups": [
|
|
6864
|
+
{
|
|
6865
|
+
"id": "common",
|
|
6866
|
+
"title": "Common",
|
|
6867
|
+
"variables": [
|
|
6868
|
+
{
|
|
6869
|
+
"description": "Border radius for all components.\n",
|
|
6870
|
+
"commentRange": {
|
|
6871
|
+
"start": 46,
|
|
6872
|
+
"end": 46
|
|
6873
|
+
},
|
|
6874
|
+
"context": {
|
|
6875
|
+
"type": "variable",
|
|
6876
|
+
"name": "kendo-border-radius",
|
|
6877
|
+
"value": "k-map-get($kendo-spacing, 0.5)",
|
|
6878
|
+
"scope": "default",
|
|
6879
|
+
"line": {
|
|
6880
|
+
"start": 47,
|
|
6881
|
+
"end": 47
|
|
6882
|
+
}
|
|
6883
|
+
},
|
|
6884
|
+
"access": "public",
|
|
6885
|
+
"group": [
|
|
6886
|
+
"undefined"
|
|
6887
|
+
],
|
|
6888
|
+
"file": {
|
|
6889
|
+
"path": "_variables.scss",
|
|
6890
|
+
"name": "_variables.scss"
|
|
6891
|
+
},
|
|
6892
|
+
"resolvedValue": "0.125rem",
|
|
6893
|
+
"resolvedType": "Number"
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"description": "Shadow for cards and grid item thumbnails.\nEquivalent to fluent depth 4.\n",
|
|
6897
|
+
"commentRange": {
|
|
6898
|
+
"start": 80,
|
|
6899
|
+
"end": 81
|
|
6900
|
+
},
|
|
6901
|
+
"context": {
|
|
6902
|
+
"type": "variable",
|
|
6903
|
+
"name": "kendo-box-shadow-depth-1",
|
|
6904
|
+
"value": "0 1.6px 3.6px rgba( $kendo-color-black, 0.132 ), 0 0.3px 0.9px rgba( $kendo-color-black, 0.108 )",
|
|
6905
|
+
"scope": "default",
|
|
6906
|
+
"line": {
|
|
6907
|
+
"start": 82,
|
|
6908
|
+
"end": 82
|
|
6909
|
+
}
|
|
6910
|
+
},
|
|
6911
|
+
"access": "public",
|
|
6912
|
+
"group": [
|
|
6913
|
+
"undefined"
|
|
6914
|
+
],
|
|
6915
|
+
"file": {
|
|
6916
|
+
"path": "color-system/_variables.scss",
|
|
6917
|
+
"name": "_variables.scss"
|
|
6918
|
+
},
|
|
6919
|
+
"resolvedValue": "0 1.6px 3.6px rgba(0, 0, 0, 0.132), 0 0.3px 0.9px rgba(0, 0, 0, 0.108)",
|
|
6920
|
+
"resolvedType": "List"
|
|
6921
|
+
},
|
|
6922
|
+
{
|
|
6923
|
+
"description": "Shadow for command bars and dropdowns.\nEquivalent to fluent depth 8.\n",
|
|
6924
|
+
"commentRange": {
|
|
6925
|
+
"start": 83,
|
|
6926
|
+
"end": 84
|
|
6927
|
+
},
|
|
6928
|
+
"context": {
|
|
6929
|
+
"type": "variable",
|
|
6930
|
+
"name": "kendo-box-shadow-depth-2",
|
|
6931
|
+
"value": "0 3.2px 7.2px rgba( $kendo-color-black, 0.132 ), 0 0.6px 1.8px rgba( $kendo-color-black, 0.108 )",
|
|
6932
|
+
"scope": "default",
|
|
6933
|
+
"line": {
|
|
6934
|
+
"start": 85,
|
|
6935
|
+
"end": 85
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
6938
|
+
"access": "public",
|
|
6939
|
+
"group": [
|
|
6940
|
+
"undefined"
|
|
6941
|
+
],
|
|
6942
|
+
"file": {
|
|
6943
|
+
"path": "color-system/_variables.scss",
|
|
6944
|
+
"name": "_variables.scss"
|
|
6945
|
+
},
|
|
6946
|
+
"resolvedValue": "0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px rgba(0, 0, 0, 0.108)",
|
|
6947
|
+
"resolvedType": "List"
|
|
6948
|
+
},
|
|
6949
|
+
{
|
|
6950
|
+
"description": "Shadow for teaching callouts and hover cards / tooltips.\nEquivalent to fluent depth 16.\n",
|
|
6951
|
+
"commentRange": {
|
|
6952
|
+
"start": 86,
|
|
6953
|
+
"end": 87
|
|
6954
|
+
},
|
|
6955
|
+
"context": {
|
|
6956
|
+
"type": "variable",
|
|
6957
|
+
"name": "kendo-box-shadow-depth-3",
|
|
6958
|
+
"value": "0 6.4px 14.4px rgba( $kendo-color-black, 0.132 ), 0 1.2px 3.6px rgba( $kendo-color-black, 0.108 )",
|
|
6959
|
+
"scope": "default",
|
|
6960
|
+
"line": {
|
|
6961
|
+
"start": 88,
|
|
6962
|
+
"end": 88
|
|
6963
|
+
}
|
|
6964
|
+
},
|
|
6965
|
+
"access": "public",
|
|
6966
|
+
"group": [
|
|
6967
|
+
"undefined"
|
|
6968
|
+
],
|
|
6969
|
+
"file": {
|
|
6970
|
+
"path": "color-system/_variables.scss",
|
|
6971
|
+
"name": "_variables.scss"
|
|
6972
|
+
},
|
|
6973
|
+
"resolvedValue": "0 6.4px 14.4px rgba(0, 0, 0, 0.132), 0 1.2px 3.6px rgba(0, 0, 0, 0.108)",
|
|
6974
|
+
"resolvedType": "List"
|
|
6975
|
+
},
|
|
6976
|
+
{
|
|
6977
|
+
"description": "Shadow for panels and pop up dialogs.\nEquivalent to fluent depth 64.\n",
|
|
6978
|
+
"commentRange": {
|
|
6979
|
+
"start": 89,
|
|
6980
|
+
"end": 90
|
|
6981
|
+
},
|
|
6982
|
+
"context": {
|
|
6983
|
+
"type": "variable",
|
|
6984
|
+
"name": "kendo-box-shadow-depth-4",
|
|
6985
|
+
"value": "0 25.6px 57.6px rgba( $kendo-color-black, 0.22 ), 0 4.8px 14.4px rgba( $kendo-color-black, 0.18 )",
|
|
6986
|
+
"scope": "default",
|
|
6987
|
+
"line": {
|
|
6988
|
+
"start": 91,
|
|
6989
|
+
"end": 91
|
|
6990
|
+
}
|
|
6991
|
+
},
|
|
6992
|
+
"access": "public",
|
|
6993
|
+
"group": [
|
|
6994
|
+
"undefined"
|
|
6995
|
+
],
|
|
6996
|
+
"file": {
|
|
6997
|
+
"path": "color-system/_variables.scss",
|
|
6998
|
+
"name": "_variables.scss"
|
|
6999
|
+
},
|
|
7000
|
+
"resolvedValue": "0 25.6px 57.6px rgba(0, 0, 0, 0.22), 0 4.8px 14.4px rgba(0, 0, 0, 0.18)",
|
|
7001
|
+
"resolvedType": "List"
|
|
7002
|
+
}
|
|
7003
|
+
]
|
|
7004
|
+
},
|
|
6597
7005
|
{
|
|
6598
7006
|
"id": "accessibility",
|
|
6599
7007
|
"title": "Accessibility",
|