@progress/kendo-theme-utils 9.0.1-dev.1 → 9.0.1-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.scss +212 -92
- package/dist/meta/sassdoc-raw-data.json +0 -39
- package/dist/meta/variables.json +1 -1
- package/package.json +3 -3
package/dist/all.scss
CHANGED
|
@@ -4218,7 +4218,7 @@ $kendo-components: (
|
|
|
4218
4218
|
"dropzone",
|
|
4219
4219
|
|
|
4220
4220
|
// Command interfaces
|
|
4221
|
-
"
|
|
4221
|
+
"action-buttons",
|
|
4222
4222
|
"appbar",
|
|
4223
4223
|
"fab",
|
|
4224
4224
|
"menu",
|
|
@@ -4290,29 +4290,42 @@ $kendo-components: (
|
|
|
4290
4290
|
// #endregion
|
|
4291
4291
|
// #region @import "./_dependencies.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/module-system/_dependencies.scss
|
|
4292
4292
|
$_kendo-dependencies: (
|
|
4293
|
+
action-buttons: (
|
|
4294
|
+
"button",
|
|
4295
|
+
"icon"
|
|
4296
|
+
),
|
|
4293
4297
|
action-sheet: (
|
|
4294
4298
|
"icon",
|
|
4295
4299
|
"listgroup",
|
|
4296
4300
|
"popup"
|
|
4297
4301
|
),
|
|
4298
|
-
|
|
4299
|
-
|
|
4302
|
+
adaptive: (
|
|
4303
|
+
"checkbox",
|
|
4304
|
+
"listgroup",
|
|
4305
|
+
"radio",
|
|
4306
|
+
"switch",
|
|
4307
|
+
"toolbar"
|
|
4308
|
+
),
|
|
4300
4309
|
appbar: (),
|
|
4301
4310
|
autocomplete: (
|
|
4302
|
-
"
|
|
4311
|
+
"floating-label",
|
|
4303
4312
|
"icon",
|
|
4304
4313
|
"input",
|
|
4305
4314
|
"list",
|
|
4306
4315
|
"popup"
|
|
4307
4316
|
),
|
|
4308
|
-
avatar: (
|
|
4309
|
-
|
|
4317
|
+
avatar: (
|
|
4318
|
+
"icon"
|
|
4319
|
+
),
|
|
4320
|
+
badge: (
|
|
4321
|
+
"icon"
|
|
4322
|
+
),
|
|
4310
4323
|
bottom-navigation: (
|
|
4311
4324
|
"icon"
|
|
4312
4325
|
),
|
|
4313
4326
|
breadcrumb: (
|
|
4314
4327
|
"icon",
|
|
4315
|
-
"
|
|
4328
|
+
"input"
|
|
4316
4329
|
),
|
|
4317
4330
|
button: (
|
|
4318
4331
|
"badge",
|
|
@@ -4320,89 +4333,123 @@ $_kendo-dependencies: (
|
|
|
4320
4333
|
),
|
|
4321
4334
|
calendar: (
|
|
4322
4335
|
"button",
|
|
4336
|
+
"icon",
|
|
4323
4337
|
"list"
|
|
4324
4338
|
),
|
|
4325
4339
|
captcha: (
|
|
4326
4340
|
"button",
|
|
4341
|
+
"icon",
|
|
4342
|
+
"input",
|
|
4327
4343
|
"slider",
|
|
4328
4344
|
"textbox"
|
|
4329
4345
|
),
|
|
4330
4346
|
card: (
|
|
4331
|
-
"
|
|
4347
|
+
"action-buttons",
|
|
4332
4348
|
"button",
|
|
4333
|
-
|
|
4334
|
-
// "utils/grid"
|
|
4349
|
+
"typography"
|
|
4335
4350
|
),
|
|
4336
4351
|
chat: (
|
|
4337
4352
|
"avatar",
|
|
4353
|
+
"button",
|
|
4338
4354
|
"card",
|
|
4339
|
-
"
|
|
4355
|
+
"icon",
|
|
4356
|
+
"input",
|
|
4340
4357
|
"toolbar"
|
|
4341
4358
|
),
|
|
4342
4359
|
checkbox: (),
|
|
4343
|
-
chip: (
|
|
4360
|
+
chip: (
|
|
4361
|
+
"avatar",
|
|
4362
|
+
"icon"
|
|
4363
|
+
),
|
|
4344
4364
|
color-editor: (
|
|
4345
|
-
"
|
|
4365
|
+
"button",
|
|
4366
|
+
"action-buttons",
|
|
4367
|
+
"color-gradient",
|
|
4346
4368
|
"color-palette",
|
|
4347
|
-
"color-preview"
|
|
4348
|
-
"color-gradient"
|
|
4369
|
+
"color-preview"
|
|
4349
4370
|
),
|
|
4350
4371
|
color-gradient: (
|
|
4351
4372
|
"button",
|
|
4373
|
+
"icon",
|
|
4352
4374
|
"numeric-textbox",
|
|
4353
4375
|
"slider",
|
|
4354
|
-
"textbox"
|
|
4355
|
-
// "utils/flex"
|
|
4376
|
+
"textbox"
|
|
4356
4377
|
),
|
|
4357
|
-
color-palette: (
|
|
4358
|
-
|
|
4359
|
-
|
|
4378
|
+
color-palette: (),
|
|
4379
|
+
color-preview: (
|
|
4380
|
+
"icon"
|
|
4360
4381
|
),
|
|
4361
|
-
color-preview: (),
|
|
4362
4382
|
color-picker: (
|
|
4363
4383
|
"button",
|
|
4364
4384
|
"color-editor",
|
|
4385
|
+
"icon",
|
|
4365
4386
|
"input",
|
|
4366
4387
|
"popup"
|
|
4367
4388
|
),
|
|
4368
4389
|
combobox: (
|
|
4369
4390
|
"button",
|
|
4391
|
+
"floating-label",
|
|
4392
|
+
"icon",
|
|
4370
4393
|
"input",
|
|
4371
|
-
"
|
|
4372
|
-
"
|
|
4394
|
+
"list",
|
|
4395
|
+
"popup"
|
|
4373
4396
|
),
|
|
4374
4397
|
cursor: (),
|
|
4375
4398
|
dataviz: (
|
|
4399
|
+
"icon",
|
|
4376
4400
|
"popup",
|
|
4377
4401
|
"tooltip"
|
|
4378
4402
|
),
|
|
4379
4403
|
date-input: (
|
|
4404
|
+
"floating-label",
|
|
4405
|
+
"icon",
|
|
4380
4406
|
"input"
|
|
4381
4407
|
),
|
|
4382
4408
|
date-picker: (
|
|
4383
4409
|
"button",
|
|
4384
4410
|
"calendar",
|
|
4411
|
+
"floating-label",
|
|
4385
4412
|
"icon",
|
|
4386
4413
|
"input",
|
|
4387
4414
|
"popup"
|
|
4388
4415
|
),
|
|
4389
4416
|
date-range-picker: (
|
|
4390
|
-
"
|
|
4417
|
+
"calendar",
|
|
4418
|
+
"date-input",
|
|
4419
|
+
"date-picker",
|
|
4420
|
+
"floating-label",
|
|
4421
|
+
"icon",
|
|
4422
|
+
"input",
|
|
4423
|
+
"popup"
|
|
4391
4424
|
),
|
|
4392
4425
|
date-time-picker: (
|
|
4426
|
+
"action-buttons",
|
|
4427
|
+
"button",
|
|
4428
|
+
"calendar",
|
|
4429
|
+
"date-input",
|
|
4393
4430
|
"date-picker",
|
|
4394
|
-
"
|
|
4431
|
+
"floating-label",
|
|
4432
|
+
"icon",
|
|
4433
|
+
"input",
|
|
4434
|
+
"list",
|
|
4435
|
+
"popup",
|
|
4436
|
+
"time-selector"
|
|
4395
4437
|
),
|
|
4396
4438
|
dialog: (
|
|
4439
|
+
"action-buttons",
|
|
4440
|
+
"button",
|
|
4441
|
+
"icon",
|
|
4397
4442
|
"window"
|
|
4398
4443
|
),
|
|
4399
4444
|
draggable: (),
|
|
4400
4445
|
drawer: (
|
|
4446
|
+
"icon",
|
|
4401
4447
|
"list",
|
|
4402
4448
|
"overlay"
|
|
4403
4449
|
),
|
|
4404
4450
|
dropdown-grid: (
|
|
4405
4451
|
"button",
|
|
4452
|
+
"floating-label",
|
|
4406
4453
|
"grid",
|
|
4407
4454
|
"icon",
|
|
4408
4455
|
"input",
|
|
@@ -4411,6 +4458,7 @@ $_kendo-dependencies: (
|
|
|
4411
4458
|
),
|
|
4412
4459
|
dropdown-list: (
|
|
4413
4460
|
"button",
|
|
4461
|
+
"floating-label",
|
|
4414
4462
|
"icon",
|
|
4415
4463
|
"input",
|
|
4416
4464
|
"list",
|
|
@@ -4418,6 +4466,7 @@ $_kendo-dependencies: (
|
|
|
4418
4466
|
),
|
|
4419
4467
|
dropdown-tree: (
|
|
4420
4468
|
"button",
|
|
4469
|
+
"floating-label",
|
|
4421
4470
|
"icon",
|
|
4422
4471
|
"input",
|
|
4423
4472
|
"popup",
|
|
@@ -4426,8 +4475,8 @@ $_kendo-dependencies: (
|
|
|
4426
4475
|
dropzone: (),
|
|
4427
4476
|
dock-manager: (
|
|
4428
4477
|
"splitter",
|
|
4429
|
-
"
|
|
4430
|
-
"
|
|
4478
|
+
"tabstrip",
|
|
4479
|
+
"toolbar"
|
|
4431
4480
|
),
|
|
4432
4481
|
chart-wizard: (
|
|
4433
4482
|
"icon",
|
|
@@ -4438,7 +4487,7 @@ $_kendo-dependencies: (
|
|
|
4438
4487
|
"grid",
|
|
4439
4488
|
"tabstrip",
|
|
4440
4489
|
"listview",
|
|
4441
|
-
"
|
|
4490
|
+
"form",
|
|
4442
4491
|
"combobox"
|
|
4443
4492
|
),
|
|
4444
4493
|
editor: (
|
|
@@ -4447,20 +4496,21 @@ $_kendo-dependencies: (
|
|
|
4447
4496
|
"color-picker",
|
|
4448
4497
|
"combobox",
|
|
4449
4498
|
"dropdown-list",
|
|
4499
|
+
"file-manager",
|
|
4500
|
+
"icon",
|
|
4450
4501
|
"toolbar",
|
|
4451
4502
|
"upload",
|
|
4452
4503
|
"window"
|
|
4453
4504
|
),
|
|
4454
4505
|
expander: (
|
|
4455
4506
|
"icon",
|
|
4456
|
-
"list"
|
|
4457
|
-
// "utils/display",
|
|
4458
|
-
// "utils/flex"
|
|
4507
|
+
"list"
|
|
4459
4508
|
),
|
|
4460
4509
|
fab: (
|
|
4461
|
-
"button",
|
|
4462
4510
|
"badge",
|
|
4463
|
-
|
|
4511
|
+
"button",
|
|
4512
|
+
"icon",
|
|
4513
|
+
"popup"
|
|
4464
4514
|
),
|
|
4465
4515
|
file-manager: (
|
|
4466
4516
|
"breadcrumb",
|
|
@@ -4490,33 +4540,45 @@ $_kendo-dependencies: (
|
|
|
4490
4540
|
"input"
|
|
4491
4541
|
),
|
|
4492
4542
|
form: (
|
|
4493
|
-
"
|
|
4543
|
+
"action-buttons",
|
|
4494
4544
|
"button",
|
|
4495
|
-
"
|
|
4545
|
+
"validator"
|
|
4496
4546
|
),
|
|
4497
4547
|
gantt: (
|
|
4498
4548
|
"button",
|
|
4499
4549
|
"date-time-picker",
|
|
4550
|
+
"icon",
|
|
4500
4551
|
"input",
|
|
4501
4552
|
"numeric-textbox",
|
|
4502
4553
|
"splitter",
|
|
4554
|
+
"toolbar",
|
|
4503
4555
|
"treelist",
|
|
4504
4556
|
"validator",
|
|
4505
4557
|
"window",
|
|
4506
4558
|
"time-marker"
|
|
4507
4559
|
),
|
|
4508
4560
|
grid: (
|
|
4509
|
-
"
|
|
4561
|
+
"action-buttons",
|
|
4562
|
+
"autocomplete",
|
|
4563
|
+
"badge",
|
|
4510
4564
|
"button",
|
|
4511
4565
|
"checkbox",
|
|
4566
|
+
"chip",
|
|
4567
|
+
"date-time-picker",
|
|
4512
4568
|
"dialog",
|
|
4569
|
+
"dropdown-list",
|
|
4570
|
+
"icon",
|
|
4513
4571
|
"input",
|
|
4514
4572
|
"list",
|
|
4515
4573
|
"menu",
|
|
4574
|
+
"numeric-textbox",
|
|
4516
4575
|
"pager",
|
|
4517
|
-
"
|
|
4576
|
+
"progressbar",
|
|
4518
4577
|
"radio",
|
|
4519
4578
|
"skeleton",
|
|
4579
|
+
"table",
|
|
4580
|
+
"tabstrip",
|
|
4581
|
+
"textbox",
|
|
4520
4582
|
"toolbar",
|
|
4521
4583
|
"validator"
|
|
4522
4584
|
),
|
|
@@ -4532,44 +4594,61 @@ $_kendo-dependencies: (
|
|
|
4532
4594
|
"button",
|
|
4533
4595
|
"icon"
|
|
4534
4596
|
),
|
|
4535
|
-
list: (
|
|
4597
|
+
list: (
|
|
4598
|
+
"checkbox",
|
|
4599
|
+
"icon"
|
|
4600
|
+
),
|
|
4536
4601
|
listbox: (
|
|
4537
4602
|
"button",
|
|
4603
|
+
"checkbox",
|
|
4604
|
+
"icon",
|
|
4538
4605
|
"list"
|
|
4539
4606
|
),
|
|
4540
|
-
listgroup: (
|
|
4607
|
+
listgroup: (
|
|
4608
|
+
"icon"
|
|
4609
|
+
),
|
|
4541
4610
|
listview: (
|
|
4542
|
-
"
|
|
4543
|
-
|
|
4544
|
-
|
|
4611
|
+
"icon",
|
|
4612
|
+
"pager"
|
|
4613
|
+
),
|
|
4614
|
+
loader: (
|
|
4615
|
+
"overlay"
|
|
4545
4616
|
),
|
|
4546
|
-
loader: (),
|
|
4547
4617
|
map: (
|
|
4548
4618
|
"button",
|
|
4549
|
-
"
|
|
4550
|
-
|
|
4619
|
+
"icon",
|
|
4620
|
+
"scroller"
|
|
4551
4621
|
),
|
|
4552
4622
|
masked-textbox: (
|
|
4553
|
-
"
|
|
4554
|
-
"input"
|
|
4623
|
+
"icon",
|
|
4624
|
+
"input",
|
|
4625
|
+
"floating-label"
|
|
4555
4626
|
),
|
|
4556
4627
|
media-player: (
|
|
4628
|
+
"button",
|
|
4629
|
+
"icon",
|
|
4630
|
+
"listview",
|
|
4557
4631
|
"slider",
|
|
4558
4632
|
"toolbar"
|
|
4559
4633
|
),
|
|
4560
4634
|
menu: (
|
|
4561
4635
|
"button",
|
|
4562
4636
|
"icon",
|
|
4637
|
+
"list",
|
|
4563
4638
|
"popup"
|
|
4564
4639
|
),
|
|
4565
4640
|
menu-button: (
|
|
4566
4641
|
"button",
|
|
4642
|
+
"icon",
|
|
4567
4643
|
"menu"
|
|
4568
4644
|
),
|
|
4569
|
-
messagebox: (
|
|
4645
|
+
messagebox: (
|
|
4646
|
+
"icon"
|
|
4647
|
+
),
|
|
4570
4648
|
multiselect: (
|
|
4571
4649
|
"button",
|
|
4572
4650
|
"chip",
|
|
4651
|
+
"floating-label",
|
|
4573
4652
|
"icon",
|
|
4574
4653
|
"input",
|
|
4575
4654
|
"list",
|
|
@@ -4582,51 +4661,62 @@ $_kendo-dependencies: (
|
|
|
4582
4661
|
),
|
|
4583
4662
|
numeric-textbox: (
|
|
4584
4663
|
"button",
|
|
4664
|
+
"floating-label",
|
|
4585
4665
|
"icon",
|
|
4586
4666
|
"input"
|
|
4587
4667
|
),
|
|
4588
4668
|
orgchart: (
|
|
4669
|
+
"action-buttons",
|
|
4670
|
+
"avatar",
|
|
4589
4671
|
"button",
|
|
4590
4672
|
"card",
|
|
4591
4673
|
"dropdown-list",
|
|
4674
|
+
"form",
|
|
4592
4675
|
"icon",
|
|
4593
4676
|
"menu",
|
|
4677
|
+
"menu-button",
|
|
4594
4678
|
"textbox",
|
|
4595
4679
|
"upload",
|
|
4596
4680
|
"window"
|
|
4597
4681
|
),
|
|
4598
4682
|
overlay: (),
|
|
4599
4683
|
pager: (
|
|
4684
|
+
"button",
|
|
4600
4685
|
"dropdown-list",
|
|
4601
|
-
"icon"
|
|
4602
|
-
"list",
|
|
4603
|
-
"toolbar"
|
|
4686
|
+
"icon"
|
|
4604
4687
|
),
|
|
4605
4688
|
panel: (),
|
|
4606
4689
|
panelbar: (
|
|
4607
|
-
"icon"
|
|
4690
|
+
"icon",
|
|
4691
|
+
"list"
|
|
4608
4692
|
),
|
|
4609
4693
|
pdf-viewer: (
|
|
4610
4694
|
"button",
|
|
4611
4695
|
"combobox",
|
|
4612
4696
|
"dialog",
|
|
4613
4697
|
"dropzone",
|
|
4698
|
+
"icon",
|
|
4614
4699
|
"pager",
|
|
4615
4700
|
"textbox",
|
|
4616
4701
|
"toolbar",
|
|
4617
4702
|
"window"
|
|
4618
4703
|
),
|
|
4619
4704
|
pivotgrid: (
|
|
4705
|
+
"action-buttons",
|
|
4706
|
+
"button",
|
|
4707
|
+
"chip",
|
|
4708
|
+
"form",
|
|
4620
4709
|
"dialog",
|
|
4621
4710
|
"grid",
|
|
4711
|
+
"icon",
|
|
4622
4712
|
"list",
|
|
4623
|
-
"treeview"
|
|
4624
|
-
// "utils/flex",
|
|
4625
|
-
// "utils/grid",
|
|
4626
|
-
// "utils/position"
|
|
4713
|
+
"treeview"
|
|
4627
4714
|
),
|
|
4628
4715
|
popover: (
|
|
4716
|
+
"action-buttons",
|
|
4717
|
+
"button",
|
|
4629
4718
|
"card",
|
|
4719
|
+
"icon",
|
|
4630
4720
|
"popup"
|
|
4631
4721
|
),
|
|
4632
4722
|
popup: (),
|
|
@@ -4636,48 +4726,76 @@ $_kendo-dependencies: (
|
|
|
4636
4726
|
rating: (
|
|
4637
4727
|
"icon"
|
|
4638
4728
|
),
|
|
4639
|
-
responsive-panel: (
|
|
4729
|
+
responsive-panel: (
|
|
4730
|
+
"icon"
|
|
4731
|
+
),
|
|
4640
4732
|
ripple: (),
|
|
4641
4733
|
scheduler: (
|
|
4734
|
+
"action-buttons",
|
|
4735
|
+
"adaptive",
|
|
4642
4736
|
"button",
|
|
4737
|
+
"calendar",
|
|
4738
|
+
"checkbox",
|
|
4643
4739
|
"date-time-picker",
|
|
4644
4740
|
"dialog",
|
|
4645
4741
|
"dropdown-list",
|
|
4742
|
+
"form",
|
|
4743
|
+
"icon",
|
|
4744
|
+
"numeric-textbox",
|
|
4745
|
+
"radio",
|
|
4746
|
+
"textarea",
|
|
4747
|
+
"textbox",
|
|
4646
4748
|
"toolbar",
|
|
4647
4749
|
"tooltip",
|
|
4648
|
-
"time-marker"
|
|
4750
|
+
"time-marker",
|
|
4751
|
+
"window"
|
|
4752
|
+
),
|
|
4753
|
+
scroller: (
|
|
4754
|
+
"icon"
|
|
4649
4755
|
),
|
|
4650
|
-
scroller: (),
|
|
4651
4756
|
scrollview: (
|
|
4652
|
-
"button"
|
|
4757
|
+
"button",
|
|
4758
|
+
"icon"
|
|
4653
4759
|
),
|
|
4654
4760
|
searchbox: (
|
|
4655
4761
|
"button",
|
|
4762
|
+
"floating-label",
|
|
4763
|
+
"icon",
|
|
4656
4764
|
"input"
|
|
4657
4765
|
),
|
|
4658
4766
|
signature: (
|
|
4659
4767
|
"button",
|
|
4660
|
-
"
|
|
4768
|
+
"color-picker",
|
|
4769
|
+
"icon",
|
|
4770
|
+
"input",
|
|
4771
|
+
"split-button"
|
|
4661
4772
|
),
|
|
4662
4773
|
skeleton: (),
|
|
4663
4774
|
slider: (
|
|
4664
4775
|
"button",
|
|
4776
|
+
"icon",
|
|
4665
4777
|
"tooltip"
|
|
4666
4778
|
),
|
|
4667
4779
|
split-button: (
|
|
4668
4780
|
"button",
|
|
4781
|
+
"icon",
|
|
4669
4782
|
"menu"
|
|
4670
4783
|
),
|
|
4671
4784
|
splitter: (
|
|
4785
|
+
"draggable",
|
|
4672
4786
|
"icon"
|
|
4673
4787
|
),
|
|
4674
4788
|
spreadsheet: (
|
|
4789
|
+
"action-buttons",
|
|
4675
4790
|
"button",
|
|
4676
4791
|
"checkbox",
|
|
4677
4792
|
"color-picker",
|
|
4678
4793
|
"combobox",
|
|
4679
4794
|
"date-time-picker",
|
|
4680
4795
|
"dropdown-list",
|
|
4796
|
+
"form",
|
|
4797
|
+
"icon",
|
|
4798
|
+
"input",
|
|
4681
4799
|
"list",
|
|
4682
4800
|
"menu",
|
|
4683
4801
|
"radio",
|
|
@@ -4695,30 +4813,46 @@ $_kendo-dependencies: (
|
|
|
4695
4813
|
table: (),
|
|
4696
4814
|
tabstrip: (
|
|
4697
4815
|
"button",
|
|
4698
|
-
"icon"
|
|
4816
|
+
"icon",
|
|
4817
|
+
"list",
|
|
4818
|
+
"menu-button"
|
|
4699
4819
|
),
|
|
4700
4820
|
task-board: (
|
|
4821
|
+
"action-buttons",
|
|
4822
|
+
"badge",
|
|
4823
|
+
"button",
|
|
4701
4824
|
"card",
|
|
4825
|
+
"dialog",
|
|
4702
4826
|
"form",
|
|
4827
|
+
"icon",
|
|
4828
|
+
"input",
|
|
4829
|
+
"menu",
|
|
4830
|
+
"menu-button",
|
|
4703
4831
|
"searchbox",
|
|
4704
4832
|
"textbox",
|
|
4705
|
-
"toolbar"
|
|
4833
|
+
"toolbar",
|
|
4834
|
+
"window"
|
|
4706
4835
|
),
|
|
4707
4836
|
textarea: (
|
|
4708
4837
|
"button",
|
|
4838
|
+
"floating-label",
|
|
4709
4839
|
"icon",
|
|
4710
4840
|
"input"
|
|
4711
4841
|
),
|
|
4712
4842
|
textbox: (
|
|
4713
4843
|
"button",
|
|
4844
|
+
"floating-label",
|
|
4714
4845
|
"icon",
|
|
4715
4846
|
"input"
|
|
4716
4847
|
),
|
|
4717
4848
|
tile-layout: (
|
|
4718
|
-
"
|
|
4849
|
+
"button",
|
|
4850
|
+
"card",
|
|
4851
|
+
"icon"
|
|
4719
4852
|
),
|
|
4720
4853
|
time-marker: (),
|
|
4721
4854
|
time-duration-picker: (
|
|
4855
|
+
"action-buttons",
|
|
4722
4856
|
"button",
|
|
4723
4857
|
"icon",
|
|
4724
4858
|
"input",
|
|
@@ -4727,8 +4861,9 @@ $_kendo-dependencies: (
|
|
|
4727
4861
|
"time-selector"
|
|
4728
4862
|
),
|
|
4729
4863
|
time-selector: (
|
|
4730
|
-
"
|
|
4864
|
+
"action-buttons",
|
|
4731
4865
|
"button",
|
|
4866
|
+
"icon",
|
|
4732
4867
|
"list"
|
|
4733
4868
|
),
|
|
4734
4869
|
timeline: (
|
|
@@ -4737,6 +4872,7 @@ $_kendo-dependencies: (
|
|
|
4737
4872
|
"icon"
|
|
4738
4873
|
),
|
|
4739
4874
|
time-picker: (
|
|
4875
|
+
"action-buttons",
|
|
4740
4876
|
"button",
|
|
4741
4877
|
"icon",
|
|
4742
4878
|
"input",
|
|
@@ -4748,15 +4884,17 @@ $_kendo-dependencies: (
|
|
|
4748
4884
|
"button",
|
|
4749
4885
|
"icon",
|
|
4750
4886
|
"menu",
|
|
4751
|
-
"
|
|
4887
|
+
"menu-button",
|
|
4888
|
+
"popup",
|
|
4889
|
+
"split-button"
|
|
4752
4890
|
),
|
|
4753
4891
|
tooltip: (
|
|
4754
|
-
"button",
|
|
4755
4892
|
"icon",
|
|
4756
4893
|
"popup"
|
|
4757
4894
|
),
|
|
4758
4895
|
treelist: (
|
|
4759
|
-
"grid"
|
|
4896
|
+
"grid",
|
|
4897
|
+
"icon"
|
|
4760
4898
|
),
|
|
4761
4899
|
treeview: (
|
|
4762
4900
|
"checkbox",
|
|
@@ -4764,12 +4902,10 @@ $_kendo-dependencies: (
|
|
|
4764
4902
|
),
|
|
4765
4903
|
typography: (),
|
|
4766
4904
|
upload: (
|
|
4767
|
-
"
|
|
4905
|
+
"action-buttons",
|
|
4768
4906
|
"button",
|
|
4769
4907
|
"dropzone",
|
|
4770
|
-
"icon"
|
|
4771
|
-
"listgroup",
|
|
4772
|
-
"toolbar"
|
|
4908
|
+
"icon"
|
|
4773
4909
|
),
|
|
4774
4910
|
utils: (),
|
|
4775
4911
|
utils-accessibility-screen-readers: (),
|
|
@@ -4865,18 +5001,21 @@ $_kendo-dependencies: (
|
|
|
4865
5001
|
utils-typography-vertical-align: (),
|
|
4866
5002
|
utils-typography-white-space: (),
|
|
4867
5003
|
validator: (
|
|
5004
|
+
"icon",
|
|
4868
5005
|
"tooltip"
|
|
4869
5006
|
),
|
|
4870
5007
|
virtual-scroller: (),
|
|
4871
5008
|
window: (
|
|
4872
|
-
"
|
|
5009
|
+
"action-buttons",
|
|
4873
5010
|
"button",
|
|
5011
|
+
"form",
|
|
4874
5012
|
"icon",
|
|
4875
5013
|
"overlay"
|
|
4876
5014
|
),
|
|
4877
5015
|
wizard: (
|
|
4878
5016
|
"button",
|
|
4879
5017
|
"form",
|
|
5018
|
+
"icon",
|
|
4880
5019
|
"stepper"
|
|
4881
5020
|
)
|
|
4882
5021
|
);
|
|
@@ -9808,25 +9947,6 @@ $kendo-utils: (
|
|
|
9808
9947
|
}
|
|
9809
9948
|
}
|
|
9810
9949
|
|
|
9811
|
-
// #endregion
|
|
9812
|
-
// #region @import "./_data-uri.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/mixins/_data-uri.scss
|
|
9813
|
-
/// A list of files converted to data URIs
|
|
9814
|
-
/// @access private
|
|
9815
|
-
$_kendo-data-uris: () !default;
|
|
9816
|
-
|
|
9817
|
-
/// Saves a data URI that can be used from the $_kendo-data-uris map instead of a file reference.
|
|
9818
|
-
/// @access private
|
|
9819
|
-
/// @param {String} $name - The name of the resource.
|
|
9820
|
-
/// @param {String} $content - The data URI of the resource.
|
|
9821
|
-
/// @require $_kendo-data-uris
|
|
9822
|
-
@mixin register-data-uri( $name, $content ) {
|
|
9823
|
-
@if ( k-map-has-key( $_kendo-data-uris, $name ) ) {
|
|
9824
|
-
@warn "Attempt to redefine data URI of file `#{$name}`.";
|
|
9825
|
-
}
|
|
9826
|
-
|
|
9827
|
-
$_kendo-data-uris: k-map-merge( $_kendo-data-uris, ( $name: $content ) ) !global;
|
|
9828
|
-
}
|
|
9829
|
-
|
|
9830
9950
|
// #endregion
|
|
9831
9951
|
// #region @import "./_disabled.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/mixins/_disabled.scss
|
|
9832
9952
|
// Disabled
|
|
@@ -29026,45 +29026,6 @@
|
|
|
29026
29026
|
"name": "_swatch-legacy.scss"
|
|
29027
29027
|
}
|
|
29028
29028
|
},
|
|
29029
|
-
{
|
|
29030
|
-
"description": "A list of files converted to data URIs\n",
|
|
29031
|
-
"commentRange": {
|
|
29032
|
-
"start": 1,
|
|
29033
|
-
"end": 2
|
|
29034
|
-
},
|
|
29035
|
-
"context": {
|
|
29036
|
-
"type": "variable",
|
|
29037
|
-
"name": "_kendo-data-uris",
|
|
29038
|
-
"value": "()",
|
|
29039
|
-
"scope": "default",
|
|
29040
|
-
"line": {
|
|
29041
|
-
"start": 3,
|
|
29042
|
-
"end": 3
|
|
29043
|
-
}
|
|
29044
|
-
},
|
|
29045
|
-
"access": "private",
|
|
29046
|
-
"group": [
|
|
29047
|
-
"undefined"
|
|
29048
|
-
],
|
|
29049
|
-
"file": {
|
|
29050
|
-
"path": "core/scss/mixins/_data-uri.scss",
|
|
29051
|
-
"name": "_data-uri.scss"
|
|
29052
|
-
},
|
|
29053
|
-
"usedBy": [
|
|
29054
|
-
{
|
|
29055
|
-
"description": "Saves a data URI that can be used from the $_kendo-data-uris map instead of a file reference.\n",
|
|
29056
|
-
"context": {
|
|
29057
|
-
"type": "mixin",
|
|
29058
|
-
"name": "register-data-uri",
|
|
29059
|
-
"code": "\n @if ( k-map-has-key( $_kendo-data-uris, $name ) ) {\n @warn \"Attempt to redefine data URI of file `#{$name}`.\";\n }\n\n $_kendo-data-uris: k-map-merge( $_kendo-data-uris, ( $name: $content ) ) !global;\n",
|
|
29060
|
-
"line": {
|
|
29061
|
-
"start": 10,
|
|
29062
|
-
"end": 16
|
|
29063
|
-
}
|
|
29064
|
-
}
|
|
29065
|
-
}
|
|
29066
|
-
]
|
|
29067
|
-
},
|
|
29068
29029
|
{
|
|
29069
29030
|
"description": "A list of exported modules.\n",
|
|
29070
29031
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
},
|
|
1369
1369
|
"kendo-components": {
|
|
1370
1370
|
"type": "List",
|
|
1371
|
-
"value": "\"utils\", \"utils-accessibility-screen-readers\", \"utils-background-clip\", \"utils-background-color\", \"utils-background-position\", \"utils-background-size\", \"utils-border-color\", \"utils-border-radius\", \"utils-border-style\", \"utils-border-width\", \"utils-outline-color\", \"utils-outline-offset\", \"utils-outline-style\", \"utils-outline-width\", \"utils-effects-opacity\", \"utils-elevation\", \"utils-filter-backdrop\", \"utils-flex-grid-align-content\", \"utils-flex-grid-align-items\", \"utils-flex-grid-align-self\", \"utils-flex-grid-flex-basis\", \"utils-flex-grid-flex-direction\", \"utils-flex-grid-flex-grow\", \"utils-flex-grid-flex-shrink\", \"utils-flex-grid-flex-wrap\", \"utils-flex-grid-flex\", \"utils-flex-grid-gap\", \"utils-flex-grid-grid-auto-columns\", \"utils-flex-grid-grid-auto-flow\", \"utils-flex-grid-grid-auto-rows\", \"utils-flex-grid-grid-column-start-end\", \"utils-flex-grid-grid-row-start-end\", \"utils-flex-grid-grid-template-columns\", \"utils-flex-grid-grid-template-rows\", \"utils-flex-grid-justify-content\", \"utils-flex-grid-justify-items\", \"utils-flex-grid-justify-self\", \"utils-flex-grid-order\", \"utils-flex-grid-place-content\", \"utils-flex-grid-place-items\", \"utils-flex-grid-place-self\", \"utils-interactivity-accent-color\", \"utils-interactivity-appearance\", \"utils-interactivity-caret-color\", \"utils-interactivity-cursor\", \"utils-interactivity-pointer-events\", \"utils-interactivity-resize\", \"utils-interactivity-scroll\", \"utils-interactivity-touch-action\", \"utils-interactivity-user-select\", \"utils-interactivity-will-change\", \"utils-layout-aspect-ratio\", \"utils-layout-box-sizing\", \"utils-layout-clear\", \"utils-layout-columns\", \"utils-layout-display\", \"utils-layout-float\", \"utils-layout-object-fit\", \"utils-layout-object-position\", \"utils-layout-overflow\", \"utils-layout-placement\", \"utils-layout-position\", \"utils-layout-visibility\", \"utils-layout-zindex\", \"utils-sizing-height\", \"utils-sizing-width\", \"utils-spacing-margin\", \"utils-spacing-padding\", \"utils-spacing-space-between\", \"utils-svg-fill\", \"utils-svg-stroke\", \"utils-table-border-collapse\", \"utils-table-table-layout\", \"utils-transform-flip\", \"utils-transform-origin\", \"utils-transform-rotate\", \"utils-transform-scale\", \"utils-transform-skew\", \"utils-transform-translate\", \"utils-typography-font-family\", \"utils-typography-font-size\", \"utils-typography-font-style\", \"utils-typography-font-weight\", \"utils-typography-letter-spacing\", \"utils-typography-line-height\", \"utils-typography-list-style\", \"utils-typography-text-align\", \"utils-typography-text-color\", \"utils-typography-text-decoration\", \"utils-typography-text-overflow\", \"utils-typography-text-transform\", \"utils-typography-vertical-align\", \"utils-typography-white-space\", \"typography\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"time-marker\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"
|
|
1371
|
+
"value": "\"utils\", \"utils-accessibility-screen-readers\", \"utils-background-clip\", \"utils-background-color\", \"utils-background-position\", \"utils-background-size\", \"utils-border-color\", \"utils-border-radius\", \"utils-border-style\", \"utils-border-width\", \"utils-outline-color\", \"utils-outline-offset\", \"utils-outline-style\", \"utils-outline-width\", \"utils-effects-opacity\", \"utils-elevation\", \"utils-filter-backdrop\", \"utils-flex-grid-align-content\", \"utils-flex-grid-align-items\", \"utils-flex-grid-align-self\", \"utils-flex-grid-flex-basis\", \"utils-flex-grid-flex-direction\", \"utils-flex-grid-flex-grow\", \"utils-flex-grid-flex-shrink\", \"utils-flex-grid-flex-wrap\", \"utils-flex-grid-flex\", \"utils-flex-grid-gap\", \"utils-flex-grid-grid-auto-columns\", \"utils-flex-grid-grid-auto-flow\", \"utils-flex-grid-grid-auto-rows\", \"utils-flex-grid-grid-column-start-end\", \"utils-flex-grid-grid-row-start-end\", \"utils-flex-grid-grid-template-columns\", \"utils-flex-grid-grid-template-rows\", \"utils-flex-grid-justify-content\", \"utils-flex-grid-justify-items\", \"utils-flex-grid-justify-self\", \"utils-flex-grid-order\", \"utils-flex-grid-place-content\", \"utils-flex-grid-place-items\", \"utils-flex-grid-place-self\", \"utils-interactivity-accent-color\", \"utils-interactivity-appearance\", \"utils-interactivity-caret-color\", \"utils-interactivity-cursor\", \"utils-interactivity-pointer-events\", \"utils-interactivity-resize\", \"utils-interactivity-scroll\", \"utils-interactivity-touch-action\", \"utils-interactivity-user-select\", \"utils-interactivity-will-change\", \"utils-layout-aspect-ratio\", \"utils-layout-box-sizing\", \"utils-layout-clear\", \"utils-layout-columns\", \"utils-layout-display\", \"utils-layout-float\", \"utils-layout-object-fit\", \"utils-layout-object-position\", \"utils-layout-overflow\", \"utils-layout-placement\", \"utils-layout-position\", \"utils-layout-visibility\", \"utils-layout-zindex\", \"utils-sizing-height\", \"utils-sizing-width\", \"utils-spacing-margin\", \"utils-spacing-padding\", \"utils-spacing-space-between\", \"utils-svg-fill\", \"utils-svg-stroke\", \"utils-table-border-collapse\", \"utils-table-table-layout\", \"utils-transform-flip\", \"utils-transform-origin\", \"utils-transform-rotate\", \"utils-transform-scale\", \"utils-transform-skew\", \"utils-transform-translate\", \"utils-typography-font-family\", \"utils-typography-font-size\", \"utils-typography-font-style\", \"utils-typography-font-weight\", \"utils-typography-letter-spacing\", \"utils-typography-line-height\", \"utils-typography-list-style\", \"utils-typography-text-align\", \"utils-typography-text-color\", \"utils-typography-text-decoration\", \"utils-typography-text-overflow\", \"utils-typography-text-transform\", \"utils-typography-vertical-align\", \"utils-typography-white-space\", \"typography\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"time-marker\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"action-buttons\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panel\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"chart-wizard\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"prompt\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
|
|
1372
1372
|
},
|
|
1373
1373
|
"kendo-prefix": {
|
|
1374
1374
|
"type": "String",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-utils",
|
|
3
3
|
"description": "Utility first library alongside Kendo UI",
|
|
4
|
-
"version": "9.0.1-dev.
|
|
4
|
+
"version": "9.0.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for utils'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-core": "9.0.1-dev.
|
|
46
|
+
"@progress/kendo-theme-core": "9.0.1-dev.2"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|
|
49
49
|
"doc": "docs"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "9a112b4828a2d760609c9a134b25bfb00eedd3fd"
|
|
52
52
|
}
|