@progress/kendo-theme-default 6.8.0-dev.0 → 6.8.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 +270 -27
- package/dist/all.scss +475 -41
- package/dist/meta/sassdoc-data.json +16447 -14551
- package/dist/meta/sassdoc-raw-data.json +875 -0
- package/dist/meta/variables.json +144 -4
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/dock-manager/_index.scss +38 -0
- package/scss/dock-manager/_layout.scss +230 -0
- package/scss/dock-manager/_theme.scss +47 -0
- package/scss/dock-manager/_variables.scss +113 -0
- package/scss/index.scss +2 -0
- package/scss/pdf-viewer/_layout.scss +15 -33
- package/scss/pdf-viewer/_theme.scss +0 -4
- package/scss/pdf-viewer/_variables.scss +3 -4
- package/scss/splitter/_layout.scss +1 -0
|
@@ -10311,6 +10311,881 @@
|
|
|
10311
10311
|
"name": "_variables.scss"
|
|
10312
10312
|
}
|
|
10313
10313
|
},
|
|
10314
|
+
{
|
|
10315
|
+
"description": " The width of the border around the DockManager component.\n",
|
|
10316
|
+
"commentRange": {
|
|
10317
|
+
"start": 1,
|
|
10318
|
+
"end": 2
|
|
10319
|
+
},
|
|
10320
|
+
"context": {
|
|
10321
|
+
"type": "variable",
|
|
10322
|
+
"name": "kendo-dock-manager-border-width",
|
|
10323
|
+
"value": "1px",
|
|
10324
|
+
"scope": "default",
|
|
10325
|
+
"line": {
|
|
10326
|
+
"start": 3,
|
|
10327
|
+
"end": 3
|
|
10328
|
+
}
|
|
10329
|
+
},
|
|
10330
|
+
"group": [
|
|
10331
|
+
"dock-manager"
|
|
10332
|
+
],
|
|
10333
|
+
"access": "public",
|
|
10334
|
+
"file": {
|
|
10335
|
+
"path": "dock-manager/_variables.scss",
|
|
10336
|
+
"name": "_variables.scss"
|
|
10337
|
+
}
|
|
10338
|
+
},
|
|
10339
|
+
{
|
|
10340
|
+
"description": "The style of the border around the DockManager component.\n",
|
|
10341
|
+
"commentRange": {
|
|
10342
|
+
"start": 4,
|
|
10343
|
+
"end": 5
|
|
10344
|
+
},
|
|
10345
|
+
"context": {
|
|
10346
|
+
"type": "variable",
|
|
10347
|
+
"name": "kendo-dock-manager-border-style",
|
|
10348
|
+
"value": "solid",
|
|
10349
|
+
"scope": "default",
|
|
10350
|
+
"line": {
|
|
10351
|
+
"start": 6,
|
|
10352
|
+
"end": 6
|
|
10353
|
+
}
|
|
10354
|
+
},
|
|
10355
|
+
"group": [
|
|
10356
|
+
"dock-manager"
|
|
10357
|
+
],
|
|
10358
|
+
"access": "public",
|
|
10359
|
+
"file": {
|
|
10360
|
+
"path": "dock-manager/_variables.scss",
|
|
10361
|
+
"name": "_variables.scss"
|
|
10362
|
+
}
|
|
10363
|
+
},
|
|
10364
|
+
{
|
|
10365
|
+
"description": "The color of the border around the DockManager component.\n",
|
|
10366
|
+
"commentRange": {
|
|
10367
|
+
"start": 7,
|
|
10368
|
+
"end": 8
|
|
10369
|
+
},
|
|
10370
|
+
"context": {
|
|
10371
|
+
"type": "variable",
|
|
10372
|
+
"name": "kendo-dock-manager-border",
|
|
10373
|
+
"value": "$kendo-base-border",
|
|
10374
|
+
"scope": "default",
|
|
10375
|
+
"line": {
|
|
10376
|
+
"start": 9,
|
|
10377
|
+
"end": 9
|
|
10378
|
+
}
|
|
10379
|
+
},
|
|
10380
|
+
"group": [
|
|
10381
|
+
"dock-manager"
|
|
10382
|
+
],
|
|
10383
|
+
"access": "public",
|
|
10384
|
+
"file": {
|
|
10385
|
+
"path": "dock-manager/_variables.scss",
|
|
10386
|
+
"name": "_variables.scss"
|
|
10387
|
+
}
|
|
10388
|
+
},
|
|
10389
|
+
{
|
|
10390
|
+
"description": "The vertical padding of the pane header in the DockManager component.\n",
|
|
10391
|
+
"commentRange": {
|
|
10392
|
+
"start": 11,
|
|
10393
|
+
"end": 12
|
|
10394
|
+
},
|
|
10395
|
+
"context": {
|
|
10396
|
+
"type": "variable",
|
|
10397
|
+
"name": "kendo-dock-manager-pane-header-padding-y",
|
|
10398
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
10399
|
+
"scope": "default",
|
|
10400
|
+
"line": {
|
|
10401
|
+
"start": 13,
|
|
10402
|
+
"end": 13
|
|
10403
|
+
}
|
|
10404
|
+
},
|
|
10405
|
+
"group": [
|
|
10406
|
+
"dock-manager"
|
|
10407
|
+
],
|
|
10408
|
+
"access": "public",
|
|
10409
|
+
"file": {
|
|
10410
|
+
"path": "dock-manager/_variables.scss",
|
|
10411
|
+
"name": "_variables.scss"
|
|
10412
|
+
}
|
|
10413
|
+
},
|
|
10414
|
+
{
|
|
10415
|
+
"description": "The horizontal padding of the pane header in the DockManager component.\n",
|
|
10416
|
+
"commentRange": {
|
|
10417
|
+
"start": 14,
|
|
10418
|
+
"end": 15
|
|
10419
|
+
},
|
|
10420
|
+
"context": {
|
|
10421
|
+
"type": "variable",
|
|
10422
|
+
"name": "kendo-dock-manager-pane-header-padding-x",
|
|
10423
|
+
"value": "k-map-get( $kendo-spacing, 4 )",
|
|
10424
|
+
"scope": "default",
|
|
10425
|
+
"line": {
|
|
10426
|
+
"start": 16,
|
|
10427
|
+
"end": 16
|
|
10428
|
+
}
|
|
10429
|
+
},
|
|
10430
|
+
"group": [
|
|
10431
|
+
"dock-manager"
|
|
10432
|
+
],
|
|
10433
|
+
"access": "public",
|
|
10434
|
+
"file": {
|
|
10435
|
+
"path": "dock-manager/_variables.scss",
|
|
10436
|
+
"name": "_variables.scss"
|
|
10437
|
+
}
|
|
10438
|
+
},
|
|
10439
|
+
{
|
|
10440
|
+
"description": "The width of the border around the pane header in the DockManager component.\n",
|
|
10441
|
+
"commentRange": {
|
|
10442
|
+
"start": 17,
|
|
10443
|
+
"end": 18
|
|
10444
|
+
},
|
|
10445
|
+
"context": {
|
|
10446
|
+
"type": "variable",
|
|
10447
|
+
"name": "kendo-dock-manager-pane-header-border-width",
|
|
10448
|
+
"value": "$kendo-dock-manager-border-width",
|
|
10449
|
+
"scope": "default",
|
|
10450
|
+
"line": {
|
|
10451
|
+
"start": 19,
|
|
10452
|
+
"end": 19
|
|
10453
|
+
}
|
|
10454
|
+
},
|
|
10455
|
+
"group": [
|
|
10456
|
+
"dock-manager"
|
|
10457
|
+
],
|
|
10458
|
+
"access": "public",
|
|
10459
|
+
"file": {
|
|
10460
|
+
"path": "dock-manager/_variables.scss",
|
|
10461
|
+
"name": "_variables.scss"
|
|
10462
|
+
}
|
|
10463
|
+
},
|
|
10464
|
+
{
|
|
10465
|
+
"description": " The style of the border around the pane header in the DockManager component.\n",
|
|
10466
|
+
"commentRange": {
|
|
10467
|
+
"start": 20,
|
|
10468
|
+
"end": 21
|
|
10469
|
+
},
|
|
10470
|
+
"context": {
|
|
10471
|
+
"type": "variable",
|
|
10472
|
+
"name": "kendo-dock-manager-pane-header-border-style",
|
|
10473
|
+
"value": "solid",
|
|
10474
|
+
"scope": "default",
|
|
10475
|
+
"line": {
|
|
10476
|
+
"start": 22,
|
|
10477
|
+
"end": 22
|
|
10478
|
+
}
|
|
10479
|
+
},
|
|
10480
|
+
"group": [
|
|
10481
|
+
"dock-manager"
|
|
10482
|
+
],
|
|
10483
|
+
"access": "public",
|
|
10484
|
+
"file": {
|
|
10485
|
+
"path": "dock-manager/_variables.scss",
|
|
10486
|
+
"name": "_variables.scss"
|
|
10487
|
+
}
|
|
10488
|
+
},
|
|
10489
|
+
{
|
|
10490
|
+
"description": "The background color of the pane header in the DockManager component.\n",
|
|
10491
|
+
"commentRange": {
|
|
10492
|
+
"start": 23,
|
|
10493
|
+
"end": 24
|
|
10494
|
+
},
|
|
10495
|
+
"context": {
|
|
10496
|
+
"type": "variable",
|
|
10497
|
+
"name": "kendo-dock-manager-pane-header-bg",
|
|
10498
|
+
"value": "$kendo-component-header-bg",
|
|
10499
|
+
"scope": "default",
|
|
10500
|
+
"line": {
|
|
10501
|
+
"start": 25,
|
|
10502
|
+
"end": 25
|
|
10503
|
+
}
|
|
10504
|
+
},
|
|
10505
|
+
"group": [
|
|
10506
|
+
"dock-manager"
|
|
10507
|
+
],
|
|
10508
|
+
"access": "public",
|
|
10509
|
+
"file": {
|
|
10510
|
+
"path": "dock-manager/_variables.scss",
|
|
10511
|
+
"name": "_variables.scss"
|
|
10512
|
+
}
|
|
10513
|
+
},
|
|
10514
|
+
{
|
|
10515
|
+
"description": "The vertical padding of the pane title in the DockManager component.\n",
|
|
10516
|
+
"commentRange": {
|
|
10517
|
+
"start": 27,
|
|
10518
|
+
"end": 28
|
|
10519
|
+
},
|
|
10520
|
+
"context": {
|
|
10521
|
+
"type": "variable",
|
|
10522
|
+
"name": "kendo-dock-manager-pane-title-padding-y",
|
|
10523
|
+
"value": "null",
|
|
10524
|
+
"scope": "default",
|
|
10525
|
+
"line": {
|
|
10526
|
+
"start": 29,
|
|
10527
|
+
"end": 29
|
|
10528
|
+
}
|
|
10529
|
+
},
|
|
10530
|
+
"group": [
|
|
10531
|
+
"dock-manager"
|
|
10532
|
+
],
|
|
10533
|
+
"access": "public",
|
|
10534
|
+
"file": {
|
|
10535
|
+
"path": "dock-manager/_variables.scss",
|
|
10536
|
+
"name": "_variables.scss"
|
|
10537
|
+
}
|
|
10538
|
+
},
|
|
10539
|
+
{
|
|
10540
|
+
"description": "The horizontal padding of the pane title in the DockManager component.\n",
|
|
10541
|
+
"commentRange": {
|
|
10542
|
+
"start": 30,
|
|
10543
|
+
"end": 31
|
|
10544
|
+
},
|
|
10545
|
+
"context": {
|
|
10546
|
+
"type": "variable",
|
|
10547
|
+
"name": "kendo-dock-manager-pane-title-padding-x",
|
|
10548
|
+
"value": "null",
|
|
10549
|
+
"scope": "default",
|
|
10550
|
+
"line": {
|
|
10551
|
+
"start": 32,
|
|
10552
|
+
"end": 32
|
|
10553
|
+
}
|
|
10554
|
+
},
|
|
10555
|
+
"group": [
|
|
10556
|
+
"dock-manager"
|
|
10557
|
+
],
|
|
10558
|
+
"access": "public",
|
|
10559
|
+
"file": {
|
|
10560
|
+
"path": "dock-manager/_variables.scss",
|
|
10561
|
+
"name": "_variables.scss"
|
|
10562
|
+
}
|
|
10563
|
+
},
|
|
10564
|
+
{
|
|
10565
|
+
"description": "The font family of the pane title in the DockManager component.\n",
|
|
10566
|
+
"commentRange": {
|
|
10567
|
+
"start": 33,
|
|
10568
|
+
"end": 34
|
|
10569
|
+
},
|
|
10570
|
+
"context": {
|
|
10571
|
+
"type": "variable",
|
|
10572
|
+
"name": "kendo-dock-manager-pane-title-font-family",
|
|
10573
|
+
"value": "$kendo-font-family",
|
|
10574
|
+
"scope": "default",
|
|
10575
|
+
"line": {
|
|
10576
|
+
"start": 35,
|
|
10577
|
+
"end": 35
|
|
10578
|
+
}
|
|
10579
|
+
},
|
|
10580
|
+
"group": [
|
|
10581
|
+
"dock-manager"
|
|
10582
|
+
],
|
|
10583
|
+
"access": "public",
|
|
10584
|
+
"file": {
|
|
10585
|
+
"path": "dock-manager/_variables.scss",
|
|
10586
|
+
"name": "_variables.scss"
|
|
10587
|
+
}
|
|
10588
|
+
},
|
|
10589
|
+
{
|
|
10590
|
+
"description": "The font size of the pane title in the DockManager component.\n",
|
|
10591
|
+
"commentRange": {
|
|
10592
|
+
"start": 36,
|
|
10593
|
+
"end": 37
|
|
10594
|
+
},
|
|
10595
|
+
"context": {
|
|
10596
|
+
"type": "variable",
|
|
10597
|
+
"name": "kendo-dock-manager-pane-title-font-size",
|
|
10598
|
+
"value": "$kendo-font-size-lg",
|
|
10599
|
+
"scope": "default",
|
|
10600
|
+
"line": {
|
|
10601
|
+
"start": 38,
|
|
10602
|
+
"end": 38
|
|
10603
|
+
}
|
|
10604
|
+
},
|
|
10605
|
+
"group": [
|
|
10606
|
+
"dock-manager"
|
|
10607
|
+
],
|
|
10608
|
+
"access": "public",
|
|
10609
|
+
"file": {
|
|
10610
|
+
"path": "dock-manager/_variables.scss",
|
|
10611
|
+
"name": "_variables.scss"
|
|
10612
|
+
}
|
|
10613
|
+
},
|
|
10614
|
+
{
|
|
10615
|
+
"description": "The line height of the pane title in the DockManager component.\n",
|
|
10616
|
+
"commentRange": {
|
|
10617
|
+
"start": 39,
|
|
10618
|
+
"end": 40
|
|
10619
|
+
},
|
|
10620
|
+
"context": {
|
|
10621
|
+
"type": "variable",
|
|
10622
|
+
"name": "kendo-dock-manager-pane-title-line-height",
|
|
10623
|
+
"value": "$kendo-line-height-sm",
|
|
10624
|
+
"scope": "default",
|
|
10625
|
+
"line": {
|
|
10626
|
+
"start": 41,
|
|
10627
|
+
"end": 41
|
|
10628
|
+
}
|
|
10629
|
+
},
|
|
10630
|
+
"group": [
|
|
10631
|
+
"dock-manager"
|
|
10632
|
+
],
|
|
10633
|
+
"access": "public",
|
|
10634
|
+
"file": {
|
|
10635
|
+
"path": "dock-manager/_variables.scss",
|
|
10636
|
+
"name": "_variables.scss"
|
|
10637
|
+
}
|
|
10638
|
+
},
|
|
10639
|
+
{
|
|
10640
|
+
"description": "The font weight of the pane title in the DockManager component.\n",
|
|
10641
|
+
"commentRange": {
|
|
10642
|
+
"start": 42,
|
|
10643
|
+
"end": 43
|
|
10644
|
+
},
|
|
10645
|
+
"context": {
|
|
10646
|
+
"type": "variable",
|
|
10647
|
+
"name": "kendo-dock-manager-pane-title-font-weight",
|
|
10648
|
+
"value": "$kendo-font-weight-normal",
|
|
10649
|
+
"scope": "default",
|
|
10650
|
+
"line": {
|
|
10651
|
+
"start": 44,
|
|
10652
|
+
"end": 44
|
|
10653
|
+
}
|
|
10654
|
+
},
|
|
10655
|
+
"group": [
|
|
10656
|
+
"dock-manager"
|
|
10657
|
+
],
|
|
10658
|
+
"access": "public",
|
|
10659
|
+
"file": {
|
|
10660
|
+
"path": "dock-manager/_variables.scss",
|
|
10661
|
+
"name": "_variables.scss"
|
|
10662
|
+
}
|
|
10663
|
+
},
|
|
10664
|
+
{
|
|
10665
|
+
"description": "The horizontal padding of the pane content in the DockManager component.\n",
|
|
10666
|
+
"commentRange": {
|
|
10667
|
+
"start": 46,
|
|
10668
|
+
"end": 47
|
|
10669
|
+
},
|
|
10670
|
+
"context": {
|
|
10671
|
+
"type": "variable",
|
|
10672
|
+
"name": "kendo-dock-manager-pane-content-padding-x",
|
|
10673
|
+
"value": "$kendo-dock-manager-pane-header-padding-x",
|
|
10674
|
+
"scope": "default",
|
|
10675
|
+
"line": {
|
|
10676
|
+
"start": 48,
|
|
10677
|
+
"end": 48
|
|
10678
|
+
}
|
|
10679
|
+
},
|
|
10680
|
+
"group": [
|
|
10681
|
+
"dock-manager"
|
|
10682
|
+
],
|
|
10683
|
+
"access": "public",
|
|
10684
|
+
"file": {
|
|
10685
|
+
"path": "dock-manager/_variables.scss",
|
|
10686
|
+
"name": "_variables.scss"
|
|
10687
|
+
}
|
|
10688
|
+
},
|
|
10689
|
+
{
|
|
10690
|
+
"description": "The vertical padding of the pane content in the DockManager component.\n",
|
|
10691
|
+
"commentRange": {
|
|
10692
|
+
"start": 49,
|
|
10693
|
+
"end": 50
|
|
10694
|
+
},
|
|
10695
|
+
"context": {
|
|
10696
|
+
"type": "variable",
|
|
10697
|
+
"name": "kendo-dock-manager-pane-content-padding-y",
|
|
10698
|
+
"value": "$kendo-dock-manager-pane-header-padding-x",
|
|
10699
|
+
"scope": "default",
|
|
10700
|
+
"line": {
|
|
10701
|
+
"start": 51,
|
|
10702
|
+
"end": 51
|
|
10703
|
+
}
|
|
10704
|
+
},
|
|
10705
|
+
"group": [
|
|
10706
|
+
"dock-manager"
|
|
10707
|
+
],
|
|
10708
|
+
"access": "public",
|
|
10709
|
+
"file": {
|
|
10710
|
+
"path": "dock-manager/_variables.scss",
|
|
10711
|
+
"name": "_variables.scss"
|
|
10712
|
+
}
|
|
10713
|
+
},
|
|
10714
|
+
{
|
|
10715
|
+
"description": "The horizontal padding of the tabbed pane in the DockManager component.\n",
|
|
10716
|
+
"commentRange": {
|
|
10717
|
+
"start": 53,
|
|
10718
|
+
"end": 54
|
|
10719
|
+
},
|
|
10720
|
+
"context": {
|
|
10721
|
+
"type": "variable",
|
|
10722
|
+
"name": "kendo-dock-manager-tabbed-pane-padding-y",
|
|
10723
|
+
"value": "k-map-get( $kendo-spacing, 3.5 )",
|
|
10724
|
+
"scope": "default",
|
|
10725
|
+
"line": {
|
|
10726
|
+
"start": 55,
|
|
10727
|
+
"end": 55
|
|
10728
|
+
}
|
|
10729
|
+
},
|
|
10730
|
+
"group": [
|
|
10731
|
+
"dock-manager"
|
|
10732
|
+
],
|
|
10733
|
+
"access": "public",
|
|
10734
|
+
"file": {
|
|
10735
|
+
"path": "dock-manager/_variables.scss",
|
|
10736
|
+
"name": "_variables.scss"
|
|
10737
|
+
}
|
|
10738
|
+
},
|
|
10739
|
+
{
|
|
10740
|
+
"description": "The horizontal padding of the tabbed pane in the DockManager component.\n",
|
|
10741
|
+
"commentRange": {
|
|
10742
|
+
"start": 56,
|
|
10743
|
+
"end": 57
|
|
10744
|
+
},
|
|
10745
|
+
"context": {
|
|
10746
|
+
"type": "variable",
|
|
10747
|
+
"name": "kendo-dock-manager-tabbed-pane-padding-x",
|
|
10748
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
10749
|
+
"scope": "default",
|
|
10750
|
+
"line": {
|
|
10751
|
+
"start": 58,
|
|
10752
|
+
"end": 58
|
|
10753
|
+
}
|
|
10754
|
+
},
|
|
10755
|
+
"group": [
|
|
10756
|
+
"dock-manager"
|
|
10757
|
+
],
|
|
10758
|
+
"access": "public",
|
|
10759
|
+
"file": {
|
|
10760
|
+
"path": "dock-manager/_variables.scss",
|
|
10761
|
+
"name": "_variables.scss"
|
|
10762
|
+
}
|
|
10763
|
+
},
|
|
10764
|
+
{
|
|
10765
|
+
"description": "The width of the unpinned pane container in the DockManager component.\n",
|
|
10766
|
+
"commentRange": {
|
|
10767
|
+
"start": 60,
|
|
10768
|
+
"end": 61
|
|
10769
|
+
},
|
|
10770
|
+
"context": {
|
|
10771
|
+
"type": "variable",
|
|
10772
|
+
"name": "kendo-dock-manager-unpinned-container-width",
|
|
10773
|
+
"value": "300px",
|
|
10774
|
+
"scope": "default",
|
|
10775
|
+
"line": {
|
|
10776
|
+
"start": 62,
|
|
10777
|
+
"end": 62
|
|
10778
|
+
}
|
|
10779
|
+
},
|
|
10780
|
+
"group": [
|
|
10781
|
+
"dock-manager"
|
|
10782
|
+
],
|
|
10783
|
+
"access": "public",
|
|
10784
|
+
"file": {
|
|
10785
|
+
"path": "dock-manager/_variables.scss",
|
|
10786
|
+
"name": "_variables.scss"
|
|
10787
|
+
}
|
|
10788
|
+
},
|
|
10789
|
+
{
|
|
10790
|
+
"description": "The background-color of the unpinned pane container in the DockManager component.\n",
|
|
10791
|
+
"commentRange": {
|
|
10792
|
+
"start": 63,
|
|
10793
|
+
"end": 64
|
|
10794
|
+
},
|
|
10795
|
+
"context": {
|
|
10796
|
+
"type": "variable",
|
|
10797
|
+
"name": "kendo-dock-manager-unpinned-container-bg",
|
|
10798
|
+
"value": "$kendo-color-white",
|
|
10799
|
+
"scope": "default",
|
|
10800
|
+
"line": {
|
|
10801
|
+
"start": 65,
|
|
10802
|
+
"end": 65
|
|
10803
|
+
}
|
|
10804
|
+
},
|
|
10805
|
+
"group": [
|
|
10806
|
+
"dock-manager"
|
|
10807
|
+
],
|
|
10808
|
+
"access": "public",
|
|
10809
|
+
"file": {
|
|
10810
|
+
"path": "dock-manager/_variables.scss",
|
|
10811
|
+
"name": "_variables.scss"
|
|
10812
|
+
}
|
|
10813
|
+
},
|
|
10814
|
+
{
|
|
10815
|
+
"description": "The box shadow of the unpinned pane container in the DockManager component.\n",
|
|
10816
|
+
"commentRange": {
|
|
10817
|
+
"start": 66,
|
|
10818
|
+
"end": 67
|
|
10819
|
+
},
|
|
10820
|
+
"context": {
|
|
10821
|
+
"type": "variable",
|
|
10822
|
+
"name": "kendo-dock-manager-unpinned-container-shadow",
|
|
10823
|
+
"value": "4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03)",
|
|
10824
|
+
"scope": "default",
|
|
10825
|
+
"line": {
|
|
10826
|
+
"start": 68,
|
|
10827
|
+
"end": 68
|
|
10828
|
+
}
|
|
10829
|
+
},
|
|
10830
|
+
"group": [
|
|
10831
|
+
"dock-manager"
|
|
10832
|
+
],
|
|
10833
|
+
"access": "public",
|
|
10834
|
+
"file": {
|
|
10835
|
+
"path": "dock-manager/_variables.scss",
|
|
10836
|
+
"name": "_variables.scss"
|
|
10837
|
+
}
|
|
10838
|
+
},
|
|
10839
|
+
{
|
|
10840
|
+
"description": "The padding of the dock indicator in the DockManager component.\n",
|
|
10841
|
+
"commentRange": {
|
|
10842
|
+
"start": 70,
|
|
10843
|
+
"end": 71
|
|
10844
|
+
},
|
|
10845
|
+
"context": {
|
|
10846
|
+
"type": "variable",
|
|
10847
|
+
"name": "kendo-dock-indicator-padding",
|
|
10848
|
+
"value": "k-map-get( $kendo-spacing, 1.5 )",
|
|
10849
|
+
"scope": "default",
|
|
10850
|
+
"line": {
|
|
10851
|
+
"start": 72,
|
|
10852
|
+
"end": 72
|
|
10853
|
+
}
|
|
10854
|
+
},
|
|
10855
|
+
"group": [
|
|
10856
|
+
"dock-manager"
|
|
10857
|
+
],
|
|
10858
|
+
"access": "public",
|
|
10859
|
+
"file": {
|
|
10860
|
+
"path": "dock-manager/_variables.scss",
|
|
10861
|
+
"name": "_variables.scss"
|
|
10862
|
+
}
|
|
10863
|
+
},
|
|
10864
|
+
{
|
|
10865
|
+
"description": "The background color of the dock indicator in the DockManager component.\n",
|
|
10866
|
+
"commentRange": {
|
|
10867
|
+
"start": 73,
|
|
10868
|
+
"end": 74
|
|
10869
|
+
},
|
|
10870
|
+
"context": {
|
|
10871
|
+
"type": "variable",
|
|
10872
|
+
"name": "kendo-dock-indicator-bg",
|
|
10873
|
+
"value": "#f5f5f5",
|
|
10874
|
+
"scope": "default",
|
|
10875
|
+
"line": {
|
|
10876
|
+
"start": 75,
|
|
10877
|
+
"end": 75
|
|
10878
|
+
}
|
|
10879
|
+
},
|
|
10880
|
+
"group": [
|
|
10881
|
+
"dock-manager"
|
|
10882
|
+
],
|
|
10883
|
+
"access": "public",
|
|
10884
|
+
"file": {
|
|
10885
|
+
"path": "dock-manager/_variables.scss",
|
|
10886
|
+
"name": "_variables.scss"
|
|
10887
|
+
}
|
|
10888
|
+
},
|
|
10889
|
+
{
|
|
10890
|
+
"description": "The text color of the dock indicator in the DockManager component.\n",
|
|
10891
|
+
"commentRange": {
|
|
10892
|
+
"start": 76,
|
|
10893
|
+
"end": 77
|
|
10894
|
+
},
|
|
10895
|
+
"context": {
|
|
10896
|
+
"type": "variable",
|
|
10897
|
+
"name": "kendo-dock-indicator-text",
|
|
10898
|
+
"value": "$kendo-color-primary",
|
|
10899
|
+
"scope": "default",
|
|
10900
|
+
"line": {
|
|
10901
|
+
"start": 78,
|
|
10902
|
+
"end": 78
|
|
10903
|
+
}
|
|
10904
|
+
},
|
|
10905
|
+
"group": [
|
|
10906
|
+
"dock-manager"
|
|
10907
|
+
],
|
|
10908
|
+
"access": "public",
|
|
10909
|
+
"file": {
|
|
10910
|
+
"path": "dock-manager/_variables.scss",
|
|
10911
|
+
"name": "_variables.scss"
|
|
10912
|
+
}
|
|
10913
|
+
},
|
|
10914
|
+
{
|
|
10915
|
+
"description": "The outline width of the dock indicator in the DockManager component.\n",
|
|
10916
|
+
"commentRange": {
|
|
10917
|
+
"start": 79,
|
|
10918
|
+
"end": 80
|
|
10919
|
+
},
|
|
10920
|
+
"context": {
|
|
10921
|
+
"type": "variable",
|
|
10922
|
+
"name": "kendo-dock-indicator-outline-width",
|
|
10923
|
+
"value": "1px",
|
|
10924
|
+
"scope": "default",
|
|
10925
|
+
"line": {
|
|
10926
|
+
"start": 81,
|
|
10927
|
+
"end": 81
|
|
10928
|
+
}
|
|
10929
|
+
},
|
|
10930
|
+
"group": [
|
|
10931
|
+
"dock-manager"
|
|
10932
|
+
],
|
|
10933
|
+
"access": "public",
|
|
10934
|
+
"file": {
|
|
10935
|
+
"path": "dock-manager/_variables.scss",
|
|
10936
|
+
"name": "_variables.scss"
|
|
10937
|
+
}
|
|
10938
|
+
},
|
|
10939
|
+
{
|
|
10940
|
+
"description": "The outline style of the dock indicator in the DockManager component.\n",
|
|
10941
|
+
"commentRange": {
|
|
10942
|
+
"start": 82,
|
|
10943
|
+
"end": 83
|
|
10944
|
+
},
|
|
10945
|
+
"context": {
|
|
10946
|
+
"type": "variable",
|
|
10947
|
+
"name": "kendo-dock-indicator-outline-style",
|
|
10948
|
+
"value": "solid",
|
|
10949
|
+
"scope": "default",
|
|
10950
|
+
"line": {
|
|
10951
|
+
"start": 84,
|
|
10952
|
+
"end": 84
|
|
10953
|
+
}
|
|
10954
|
+
},
|
|
10955
|
+
"group": [
|
|
10956
|
+
"dock-manager"
|
|
10957
|
+
],
|
|
10958
|
+
"access": "public",
|
|
10959
|
+
"file": {
|
|
10960
|
+
"path": "dock-manager/_variables.scss",
|
|
10961
|
+
"name": "_variables.scss"
|
|
10962
|
+
}
|
|
10963
|
+
},
|
|
10964
|
+
{
|
|
10965
|
+
"description": "The outline color of the dock indicator in the DockManager component.\n",
|
|
10966
|
+
"commentRange": {
|
|
10967
|
+
"start": 85,
|
|
10968
|
+
"end": 86
|
|
10969
|
+
},
|
|
10970
|
+
"context": {
|
|
10971
|
+
"type": "variable",
|
|
10972
|
+
"name": "kendo-dock-indicator-outline",
|
|
10973
|
+
"value": "$kendo-dock-indicator-text",
|
|
10974
|
+
"scope": "default",
|
|
10975
|
+
"line": {
|
|
10976
|
+
"start": 87,
|
|
10977
|
+
"end": 87
|
|
10978
|
+
}
|
|
10979
|
+
},
|
|
10980
|
+
"group": [
|
|
10981
|
+
"dock-manager"
|
|
10982
|
+
],
|
|
10983
|
+
"access": "public",
|
|
10984
|
+
"file": {
|
|
10985
|
+
"path": "dock-manager/_variables.scss",
|
|
10986
|
+
"name": "_variables.scss"
|
|
10987
|
+
}
|
|
10988
|
+
},
|
|
10989
|
+
{
|
|
10990
|
+
"description": "The box shadow of the dock indicator in the DockManager component.\n",
|
|
10991
|
+
"commentRange": {
|
|
10992
|
+
"start": 88,
|
|
10993
|
+
"end": 89
|
|
10994
|
+
},
|
|
10995
|
+
"context": {
|
|
10996
|
+
"type": "variable",
|
|
10997
|
+
"name": "kendo-dock-indicator-shadow",
|
|
10998
|
+
"value": "drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) )",
|
|
10999
|
+
"scope": "default",
|
|
11000
|
+
"line": {
|
|
11001
|
+
"start": 90,
|
|
11002
|
+
"end": 90
|
|
11003
|
+
}
|
|
11004
|
+
},
|
|
11005
|
+
"group": [
|
|
11006
|
+
"dock-manager"
|
|
11007
|
+
],
|
|
11008
|
+
"access": "public",
|
|
11009
|
+
"file": {
|
|
11010
|
+
"path": "dock-manager/_variables.scss",
|
|
11011
|
+
"name": "_variables.scss"
|
|
11012
|
+
}
|
|
11013
|
+
},
|
|
11014
|
+
{
|
|
11015
|
+
"description": " The background color of the hovered dock indicator in the DockManager component.\n",
|
|
11016
|
+
"commentRange": {
|
|
11017
|
+
"start": 92,
|
|
11018
|
+
"end": 93
|
|
11019
|
+
},
|
|
11020
|
+
"context": {
|
|
11021
|
+
"type": "variable",
|
|
11022
|
+
"name": "kendo-dock-indicator-hover-bg",
|
|
11023
|
+
"value": "$kendo-color-primary",
|
|
11024
|
+
"scope": "default",
|
|
11025
|
+
"line": {
|
|
11026
|
+
"start": 94,
|
|
11027
|
+
"end": 94
|
|
11028
|
+
}
|
|
11029
|
+
},
|
|
11030
|
+
"group": [
|
|
11031
|
+
"dock-manager"
|
|
11032
|
+
],
|
|
11033
|
+
"access": "public",
|
|
11034
|
+
"file": {
|
|
11035
|
+
"path": "dock-manager/_variables.scss",
|
|
11036
|
+
"name": "_variables.scss"
|
|
11037
|
+
}
|
|
11038
|
+
},
|
|
11039
|
+
{
|
|
11040
|
+
"description": "The text color of the hovered dock indicator in the DockManager component.\n",
|
|
11041
|
+
"commentRange": {
|
|
11042
|
+
"start": 95,
|
|
11043
|
+
"end": 96
|
|
11044
|
+
},
|
|
11045
|
+
"context": {
|
|
11046
|
+
"type": "variable",
|
|
11047
|
+
"name": "kendo-dock-indicator-hover-text",
|
|
11048
|
+
"value": "$kendo-color-white",
|
|
11049
|
+
"scope": "default",
|
|
11050
|
+
"line": {
|
|
11051
|
+
"start": 97,
|
|
11052
|
+
"end": 97
|
|
11053
|
+
}
|
|
11054
|
+
},
|
|
11055
|
+
"group": [
|
|
11056
|
+
"dock-manager"
|
|
11057
|
+
],
|
|
11058
|
+
"access": "public",
|
|
11059
|
+
"file": {
|
|
11060
|
+
"path": "dock-manager/_variables.scss",
|
|
11061
|
+
"name": "_variables.scss"
|
|
11062
|
+
}
|
|
11063
|
+
},
|
|
11064
|
+
{
|
|
11065
|
+
"description": "The width of the border around the dropping area in the DockManager component.\n",
|
|
11066
|
+
"commentRange": {
|
|
11067
|
+
"start": 99,
|
|
11068
|
+
"end": 100
|
|
11069
|
+
},
|
|
11070
|
+
"context": {
|
|
11071
|
+
"type": "variable",
|
|
11072
|
+
"name": "kendo-dock-manager-dock-preview-border-width",
|
|
11073
|
+
"value": "1px",
|
|
11074
|
+
"scope": "default",
|
|
11075
|
+
"line": {
|
|
11076
|
+
"start": 101,
|
|
11077
|
+
"end": 101
|
|
11078
|
+
}
|
|
11079
|
+
},
|
|
11080
|
+
"group": [
|
|
11081
|
+
"dock-manager"
|
|
11082
|
+
],
|
|
11083
|
+
"access": "public",
|
|
11084
|
+
"file": {
|
|
11085
|
+
"path": "dock-manager/_variables.scss",
|
|
11086
|
+
"name": "_variables.scss"
|
|
11087
|
+
}
|
|
11088
|
+
},
|
|
11089
|
+
{
|
|
11090
|
+
"description": "The style of the border around the dropping area in the DockManager component.\n",
|
|
11091
|
+
"commentRange": {
|
|
11092
|
+
"start": 102,
|
|
11093
|
+
"end": 103
|
|
11094
|
+
},
|
|
11095
|
+
"context": {
|
|
11096
|
+
"type": "variable",
|
|
11097
|
+
"name": "kendo-dock-manager-dock-preview-border-style",
|
|
11098
|
+
"value": "dashed",
|
|
11099
|
+
"scope": "default",
|
|
11100
|
+
"line": {
|
|
11101
|
+
"start": 104,
|
|
11102
|
+
"end": 104
|
|
11103
|
+
}
|
|
11104
|
+
},
|
|
11105
|
+
"group": [
|
|
11106
|
+
"dock-manager"
|
|
11107
|
+
],
|
|
11108
|
+
"access": "public",
|
|
11109
|
+
"file": {
|
|
11110
|
+
"path": "dock-manager/_variables.scss",
|
|
11111
|
+
"name": "_variables.scss"
|
|
11112
|
+
}
|
|
11113
|
+
},
|
|
11114
|
+
{
|
|
11115
|
+
"description": "The border radius of the dropping area in the DockManager component.\n",
|
|
11116
|
+
"commentRange": {
|
|
11117
|
+
"start": 105,
|
|
11118
|
+
"end": 106
|
|
11119
|
+
},
|
|
11120
|
+
"context": {
|
|
11121
|
+
"type": "variable",
|
|
11122
|
+
"name": "kendo-dock-manager-dock-preview-border-radius",
|
|
11123
|
+
"value": "$kendo-border-radius-sm",
|
|
11124
|
+
"scope": "default",
|
|
11125
|
+
"line": {
|
|
11126
|
+
"start": 107,
|
|
11127
|
+
"end": 107
|
|
11128
|
+
}
|
|
11129
|
+
},
|
|
11130
|
+
"group": [
|
|
11131
|
+
"dock-manager"
|
|
11132
|
+
],
|
|
11133
|
+
"access": "public",
|
|
11134
|
+
"file": {
|
|
11135
|
+
"path": "dock-manager/_variables.scss",
|
|
11136
|
+
"name": "_variables.scss"
|
|
11137
|
+
}
|
|
11138
|
+
},
|
|
11139
|
+
{
|
|
11140
|
+
"description": "The background color of the dropping area in the DockManager component.\n",
|
|
11141
|
+
"commentRange": {
|
|
11142
|
+
"start": 108,
|
|
11143
|
+
"end": 109
|
|
11144
|
+
},
|
|
11145
|
+
"context": {
|
|
11146
|
+
"type": "variable",
|
|
11147
|
+
"name": "kendo-dock-manager-dock-preview-bg",
|
|
11148
|
+
"value": "rgba( $kendo-color-primary, .16 )",
|
|
11149
|
+
"scope": "default",
|
|
11150
|
+
"line": {
|
|
11151
|
+
"start": 110,
|
|
11152
|
+
"end": 110
|
|
11153
|
+
}
|
|
11154
|
+
},
|
|
11155
|
+
"group": [
|
|
11156
|
+
"dock-manager"
|
|
11157
|
+
],
|
|
11158
|
+
"access": "public",
|
|
11159
|
+
"file": {
|
|
11160
|
+
"path": "dock-manager/_variables.scss",
|
|
11161
|
+
"name": "_variables.scss"
|
|
11162
|
+
}
|
|
11163
|
+
},
|
|
11164
|
+
{
|
|
11165
|
+
"description": "The border color of the dropping area in the DockManager component.\n",
|
|
11166
|
+
"commentRange": {
|
|
11167
|
+
"start": 111,
|
|
11168
|
+
"end": 112
|
|
11169
|
+
},
|
|
11170
|
+
"context": {
|
|
11171
|
+
"type": "variable",
|
|
11172
|
+
"name": "kendo-dock-manager-dock-preview-border",
|
|
11173
|
+
"value": "$kendo-color-primary",
|
|
11174
|
+
"scope": "default",
|
|
11175
|
+
"line": {
|
|
11176
|
+
"start": 113,
|
|
11177
|
+
"end": 113
|
|
11178
|
+
}
|
|
11179
|
+
},
|
|
11180
|
+
"group": [
|
|
11181
|
+
"dock-manager"
|
|
11182
|
+
],
|
|
11183
|
+
"access": "public",
|
|
11184
|
+
"file": {
|
|
11185
|
+
"path": "dock-manager/_variables.scss",
|
|
11186
|
+
"name": "_variables.scss"
|
|
11187
|
+
}
|
|
11188
|
+
},
|
|
10314
11189
|
{
|
|
10315
11190
|
"description": "The horizontal padding of the DropdownTree popup\n",
|
|
10316
11191
|
"commentRange": {
|