@progress/kendo-theme-default 6.1.1-dev.66 → 6.2.0
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 +5 -1
- package/dist/all.scss +1211 -2
- package/dist/meta/sassdoc-data.json +8598 -7944
- package/dist/meta/sassdoc-raw-data.json +300 -0
- 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/action-buttons/_index.scss +7 -0
- package/scss/action-sheet/_index.scss +10 -0
- package/scss/adaptive/_index.scss +13 -0
- package/scss/appbar/_index.scss +7 -0
- package/scss/autocomplete/_index.scss +12 -0
- package/scss/avatar/_index.scss +7 -0
- package/scss/badge/_index.scss +10 -0
- package/scss/bottom-navigation/_index.scss +10 -0
- package/scss/breadcrumb/_index.scss +10 -0
- package/scss/button/_index.scss +10 -0
- package/scss/calendar/_index.scss +11 -0
- package/scss/captcha/_index.scss +17 -0
- package/scss/card/_index.scss +12 -0
- package/scss/chat/_index.scss +13 -0
- package/scss/checkbox/_index.scss +7 -0
- package/scss/chip/_index.scss +10 -0
- package/scss/color-preview/_index.scss +9 -0
- package/scss/coloreditor/_index.scss +12 -0
- package/scss/colorgradient/_index.scss +14 -0
- package/scss/colorpalette/_index.scss +9 -0
- package/scss/colorpicker/_index.scss +13 -0
- package/scss/combobox/_index.scss +12 -0
- package/scss/dataviz/_index.scss +11 -0
- package/scss/dateinput/_index.scss +10 -0
- package/scss/datepicker/_index.scss +12 -0
- package/scss/daterangepicker/_index.scss +16 -0
- package/scss/datetimepicker/_index.scss +16 -0
- package/scss/dialog/_index.scss +11 -0
- package/scss/draggable/_index.scss +7 -0
- package/scss/drawer/_index.scss +11 -0
- package/scss/dropdowngrid/_index.scss +12 -0
- package/scss/dropdownlist/_index.scss +12 -0
- package/scss/dropdowntree/_index.scss +12 -0
- package/scss/dropzone/_index.scss +7 -0
- package/scss/editor/_index.scss +18 -0
- package/scss/expansion-panel/_index.scss +11 -0
- package/scss/fab/_index.scss +12 -0
- package/scss/filemanager/_index.scss +19 -0
- package/scss/filter/_index.scss +15 -0
- package/scss/floating-label/_index.scss +9 -0
- package/scss/forms/_index.scss +11 -0
- package/scss/gantt/_index.scss +17 -0
- package/scss/grid/_index.scss +31 -0
- package/scss/grid/_layout.scss +5 -1
- package/scss/icons/_index.scss +7 -0
- package/scss/imageeditor/_index.scss +13 -0
- package/scss/input/_index.scss +10 -0
- package/scss/list/_index.scss +10 -0
- package/scss/listbox/_index.scss +12 -0
- package/scss/listgroup/_index.scss +9 -0
- package/scss/listview/_index.scss +11 -0
- package/scss/loader/_index.scss +9 -0
- package/scss/map/_index.scss +12 -0
- package/scss/maskedtextbox/_index.scss +10 -0
- package/scss/mediaplayer/_index.scss +11 -0
- package/scss/menu/_index.scss +12 -0
- package/scss/menu-button/_index.scss +11 -0
- package/scss/messagebox/_index.scss +9 -0
- package/scss/multiselect/_index.scss +14 -0
- package/scss/notification/_index.scss +10 -0
- package/scss/numerictextbox/_index.scss +10 -0
- package/scss/orgchart/_index.scss +16 -0
- package/scss/overlay/_index.scss +7 -0
- package/scss/pager/_index.scss +11 -0
- package/scss/panelbar/_index.scss +10 -0
- package/scss/pdf-viewer/_index.scss +15 -0
- package/scss/pivotgrid/_index.scss +13 -0
- package/scss/popover/_index.scss +10 -0
- package/scss/popup/_index.scss +7 -0
- package/scss/popup/_variables.scss +24 -1
- package/scss/progressbar/_index.scss +7 -0
- package/scss/radio/_index.scss +7 -0
- package/scss/rating/_index.scss +9 -0
- package/scss/responsivepanel/_index.scss +9 -0
- package/scss/ripple/_index.scss +7 -0
- package/scss/scheduler/_index.scss +15 -0
- package/scss/scroller/_index.scss +9 -0
- package/scss/scrollview/_index.scss +10 -0
- package/scss/searchbox/_index.scss +11 -0
- package/scss/signature/_index.scss +10 -0
- package/scss/skeleton/_index.scss +7 -0
- package/scss/slider/_index.scss +11 -0
- package/scss/split-button/_index.scss +11 -0
- package/scss/splitter/_index.scss +11 -0
- package/scss/spreadsheet/_index.scss +23 -0
- package/scss/stepper/_index.scss +10 -0
- package/scss/switch/_index.scss +7 -0
- package/scss/table/_index.scss +7 -0
- package/scss/tabstrip/_index.scss +11 -0
- package/scss/taskboard/_index.scss +15 -0
- package/scss/textarea/_index.scss +10 -0
- package/scss/textbox/_index.scss +10 -0
- package/scss/tilelayout/_index.scss +10 -0
- package/scss/timedurationpicker/_index.scss +14 -0
- package/scss/timeline/_index.scss +11 -0
- package/scss/timepicker/_index.scss +14 -0
- package/scss/timeselector/_index.scss +12 -0
- package/scss/toolbar/_index.scss +12 -0
- package/scss/tooltip/_index.scss +10 -0
- package/scss/treelist/_index.scss +10 -0
- package/scss/treeview/_index.scss +10 -0
- package/scss/typography/_index.scss +7 -0
- package/scss/upload/_index.scss +12 -0
- package/scss/utils/_index.scss +7 -0
- package/scss/validator/_index.scss +10 -0
- package/scss/virtual-scroller/_index.scss +7 -0
- package/scss/window/_index.scss +13 -0
- package/scss/wizard/_index.scss +12 -0
- package/scss/avatar/index.md +0 -0
- package/scss/button/index.md +0 -3
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/index.md +0 -0
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/fab/index.md +0 -0
- package/scss/list/index.md +0 -0
- package/scss/radio/index.md +0 -0
- package/scss/switch/index.md +0 -0
- package/scss/utils/README.md +0 -344
package/dist/all.scss
CHANGED
|
@@ -5430,6 +5430,13 @@ $kendo-invalid-shadow: null !default;
|
|
|
5430
5430
|
// #endregion
|
|
5431
5431
|
|
|
5432
5432
|
|
|
5433
|
+
// Module meta
|
|
5434
|
+
$_kendo-module-meta: (
|
|
5435
|
+
name: "utils",
|
|
5436
|
+
dependencies: ()
|
|
5437
|
+
);
|
|
5438
|
+
|
|
5439
|
+
|
|
5433
5440
|
// Dependencies
|
|
5434
5441
|
|
|
5435
5442
|
|
|
@@ -8382,6 +8389,13 @@ $kendo-utils: (
|
|
|
8382
8389
|
// #endregion
|
|
8383
8390
|
|
|
8384
8391
|
|
|
8392
|
+
// Module meta
|
|
8393
|
+
$_kendo-module-meta: (
|
|
8394
|
+
name: "typography",
|
|
8395
|
+
dependencies: ()
|
|
8396
|
+
);
|
|
8397
|
+
|
|
8398
|
+
|
|
8385
8399
|
// Dependencies
|
|
8386
8400
|
|
|
8387
8401
|
|
|
@@ -8708,6 +8722,13 @@ $kendo-display4-letter-spacing: null !default;
|
|
|
8708
8722
|
// #endregion
|
|
8709
8723
|
|
|
8710
8724
|
|
|
8725
|
+
// Module meta
|
|
8726
|
+
$_kendo-module-meta: (
|
|
8727
|
+
name: "icon",
|
|
8728
|
+
dependencies: ()
|
|
8729
|
+
);
|
|
8730
|
+
|
|
8731
|
+
|
|
8711
8732
|
// Dependencies
|
|
8712
8733
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
8713
8734
|
// File already imported_once. Skipping output.
|
|
@@ -10044,6 +10065,15 @@ $ki-rotate-map: (
|
|
|
10044
10065
|
// #endregion
|
|
10045
10066
|
|
|
10046
10067
|
|
|
10068
|
+
// Module meta
|
|
10069
|
+
$_kendo-module-meta: (
|
|
10070
|
+
name: "messagebox",
|
|
10071
|
+
dependencies: (
|
|
10072
|
+
"icon",
|
|
10073
|
+
)
|
|
10074
|
+
);
|
|
10075
|
+
|
|
10076
|
+
|
|
10047
10077
|
// Dependencies
|
|
10048
10078
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
10049
10079
|
// File already imported_once. Skipping output.
|
|
@@ -10126,6 +10156,13 @@ $kendo-message-box-link-text-decoration: underline !default;
|
|
|
10126
10156
|
// #endregion
|
|
10127
10157
|
|
|
10128
10158
|
|
|
10159
|
+
// Module meta
|
|
10160
|
+
$_kendo-module-meta: (
|
|
10161
|
+
name: "draggable",
|
|
10162
|
+
dependencies: ()
|
|
10163
|
+
);
|
|
10164
|
+
|
|
10165
|
+
|
|
10129
10166
|
// Dependencies
|
|
10130
10167
|
|
|
10131
10168
|
|
|
@@ -10314,6 +10351,16 @@ $kendo-drop-hint-bg: $kendo-color-primary !default;
|
|
|
10314
10351
|
// #endregion
|
|
10315
10352
|
|
|
10316
10353
|
|
|
10354
|
+
// Module meta
|
|
10355
|
+
$_kendo-module-meta: (
|
|
10356
|
+
name: "list",
|
|
10357
|
+
dependencies: (
|
|
10358
|
+
"checkbox",
|
|
10359
|
+
"icon",
|
|
10360
|
+
)
|
|
10361
|
+
);
|
|
10362
|
+
|
|
10363
|
+
|
|
10317
10364
|
// Dependencies
|
|
10318
10365
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
10319
10366
|
// File already imported_once. Skipping output.
|
|
@@ -10327,6 +10374,13 @@ $kendo-drop-hint-bg: $kendo-color-primary !default;
|
|
|
10327
10374
|
// #endregion
|
|
10328
10375
|
|
|
10329
10376
|
|
|
10377
|
+
// Module meta
|
|
10378
|
+
$_kendo-module-meta: (
|
|
10379
|
+
name: "checkbox",
|
|
10380
|
+
dependencies: ()
|
|
10381
|
+
);
|
|
10382
|
+
|
|
10383
|
+
|
|
10330
10384
|
// Dependencies
|
|
10331
10385
|
|
|
10332
10386
|
|
|
@@ -11466,6 +11520,15 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
11466
11520
|
// #endregion
|
|
11467
11521
|
|
|
11468
11522
|
|
|
11523
|
+
// Module meta
|
|
11524
|
+
$_kendo-module-meta: (
|
|
11525
|
+
name: "listgroup",
|
|
11526
|
+
dependencies: (
|
|
11527
|
+
"icon",
|
|
11528
|
+
)
|
|
11529
|
+
);
|
|
11530
|
+
|
|
11531
|
+
|
|
11469
11532
|
// Dependencies
|
|
11470
11533
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
11471
11534
|
// File already imported_once. Skipping output.
|
|
@@ -11728,6 +11791,13 @@ $kendo-listgroup-item-border-width: 1px !default;
|
|
|
11728
11791
|
// #endregion
|
|
11729
11792
|
|
|
11730
11793
|
|
|
11794
|
+
// Module meta
|
|
11795
|
+
$_kendo-module-meta: (
|
|
11796
|
+
name: "overlay",
|
|
11797
|
+
dependencies: ()
|
|
11798
|
+
);
|
|
11799
|
+
|
|
11800
|
+
|
|
11731
11801
|
// Dependencies
|
|
11732
11802
|
|
|
11733
11803
|
|
|
@@ -11785,6 +11855,13 @@ $kendo-overlay-opacity: .5 !default;
|
|
|
11785
11855
|
// #endregion
|
|
11786
11856
|
|
|
11787
11857
|
|
|
11858
|
+
// Module meta
|
|
11859
|
+
$_kendo-module-meta: (
|
|
11860
|
+
name: "popup",
|
|
11861
|
+
dependencies: ()
|
|
11862
|
+
);
|
|
11863
|
+
|
|
11864
|
+
|
|
11788
11865
|
// Dependencies
|
|
11789
11866
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
11790
11867
|
// File already imported_once. Skipping output.
|
|
@@ -11793,21 +11870,44 @@ $kendo-overlay-opacity: .5 !default;
|
|
|
11793
11870
|
|
|
11794
11871
|
// Component
|
|
11795
11872
|
// #region @import "./_variables.scss"; -> scss/popup/_variables.scss
|
|
11796
|
-
|
|
11873
|
+
/// Horizontal padding of the popup.
|
|
11874
|
+
/// @group popup
|
|
11797
11875
|
$kendo-popup-padding-x: null !default;
|
|
11876
|
+
/// Vertical padding of the popup.
|
|
11877
|
+
/// @group popup
|
|
11798
11878
|
$kendo-popup-padding-y: null !default;
|
|
11879
|
+
/// Width of the border around the popup.
|
|
11880
|
+
/// @group popup
|
|
11799
11881
|
$kendo-popup-border-width: 1px !default;
|
|
11882
|
+
/// Border radius of the popup.
|
|
11883
|
+
/// @group popup
|
|
11800
11884
|
$kendo-popup-border-radius: null !default;
|
|
11801
11885
|
|
|
11886
|
+
/// Font size of the popup.
|
|
11887
|
+
/// @group popup
|
|
11802
11888
|
$kendo-popup-font-size: $kendo-font-size-md !default;
|
|
11889
|
+
/// Line height of the popup.
|
|
11890
|
+
/// @group popup
|
|
11803
11891
|
$kendo-popup-line-height: $kendo-line-height-md !default;
|
|
11804
11892
|
|
|
11893
|
+
/// Horizontal padding of the popup content.
|
|
11894
|
+
/// @group popup
|
|
11805
11895
|
$kendo-popup-content-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
11896
|
+
/// Vertical padding of the popup content.
|
|
11897
|
+
/// @group popup
|
|
11806
11898
|
$kendo-popup-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
11807
11899
|
|
|
11900
|
+
/// Background color of the popup.
|
|
11901
|
+
/// @group popup
|
|
11808
11902
|
$kendo-popup-bg: $kendo-component-bg !default;
|
|
11903
|
+
/// Text color of the popup.
|
|
11904
|
+
/// @group popup
|
|
11809
11905
|
$kendo-popup-text: $kendo-component-text !default;
|
|
11906
|
+
/// Border color of the popup.
|
|
11907
|
+
/// @group popup
|
|
11810
11908
|
$kendo-popup-border: $kendo-component-border !default;
|
|
11909
|
+
/// Box shadow of the popup.
|
|
11910
|
+
/// @group popup
|
|
11811
11911
|
$kendo-popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !default;
|
|
11812
11912
|
|
|
11813
11913
|
// #endregion
|
|
@@ -11905,6 +12005,13 @@ $kendo-popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .
|
|
|
11905
12005
|
// #endregion
|
|
11906
12006
|
|
|
11907
12007
|
|
|
12008
|
+
// Module meta
|
|
12009
|
+
$_kendo-module-meta: (
|
|
12010
|
+
name: "ripple",
|
|
12011
|
+
dependencies: ()
|
|
12012
|
+
);
|
|
12013
|
+
|
|
12014
|
+
|
|
11908
12015
|
// Dependencies
|
|
11909
12016
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
11910
12017
|
// File already imported_once. Skipping output.
|
|
@@ -11985,6 +12092,13 @@ $kendo-popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .
|
|
|
11985
12092
|
// #endregion
|
|
11986
12093
|
|
|
11987
12094
|
|
|
12095
|
+
// Module meta
|
|
12096
|
+
$_kendo-module-meta: (
|
|
12097
|
+
name: "table",
|
|
12098
|
+
dependencies: ()
|
|
12099
|
+
);
|
|
12100
|
+
|
|
12101
|
+
|
|
11988
12102
|
// Dependencies
|
|
11989
12103
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
11990
12104
|
// File already imported_once. Skipping output.
|
|
@@ -12534,6 +12648,13 @@ $kendo-table-selected-border: null !default;
|
|
|
12534
12648
|
// #endregion
|
|
12535
12649
|
|
|
12536
12650
|
|
|
12651
|
+
// Module meta
|
|
12652
|
+
$_kendo-module-meta: (
|
|
12653
|
+
name: "virtual-scroller",
|
|
12654
|
+
dependencies: ()
|
|
12655
|
+
);
|
|
12656
|
+
|
|
12657
|
+
|
|
12537
12658
|
// Dependencies
|
|
12538
12659
|
|
|
12539
12660
|
|
|
@@ -12600,6 +12721,13 @@ $kendo-table-selected-border: null !default;
|
|
|
12600
12721
|
// #endregion
|
|
12601
12722
|
|
|
12602
12723
|
|
|
12724
|
+
// Module meta
|
|
12725
|
+
$_kendo-module-meta: (
|
|
12726
|
+
name: "avatar",
|
|
12727
|
+
dependencies: ()
|
|
12728
|
+
);
|
|
12729
|
+
|
|
12730
|
+
|
|
12603
12731
|
// Dependencies
|
|
12604
12732
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
12605
12733
|
// File already imported_once. Skipping output.
|
|
@@ -12754,6 +12882,16 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
12754
12882
|
// #endregion
|
|
12755
12883
|
|
|
12756
12884
|
|
|
12885
|
+
// Module meta
|
|
12886
|
+
$_kendo-module-meta: (
|
|
12887
|
+
name: "badge",
|
|
12888
|
+
dependencies: (
|
|
12889
|
+
"icon",
|
|
12890
|
+
// "utils/layout/position",
|
|
12891
|
+
)
|
|
12892
|
+
);
|
|
12893
|
+
|
|
12894
|
+
|
|
12757
12895
|
// Dependencies
|
|
12758
12896
|
// @import "../utils/_position.scss";
|
|
12759
12897
|
// #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
|
|
@@ -13021,6 +13159,16 @@ $kendo-badge-sizes: (
|
|
|
13021
13159
|
// #endregion
|
|
13022
13160
|
|
|
13023
13161
|
|
|
13162
|
+
// Module meta
|
|
13163
|
+
$_kendo-module-meta: (
|
|
13164
|
+
name: "chip",
|
|
13165
|
+
dependencies: (
|
|
13166
|
+
"avatar",
|
|
13167
|
+
"icon",
|
|
13168
|
+
)
|
|
13169
|
+
);
|
|
13170
|
+
|
|
13171
|
+
|
|
13024
13172
|
// Dependencies
|
|
13025
13173
|
// #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
|
|
13026
13174
|
// File already imported_once. Skipping output.
|
|
@@ -13781,6 +13929,15 @@ $kendo-chip-list-sizes: (
|
|
|
13781
13929
|
// #endregion
|
|
13782
13930
|
|
|
13783
13931
|
|
|
13932
|
+
// Module meta
|
|
13933
|
+
$_kendo-module-meta: (
|
|
13934
|
+
name: "color-preview",
|
|
13935
|
+
dependencies: ()
|
|
13936
|
+
);
|
|
13937
|
+
|
|
13938
|
+
|
|
13939
|
+
|
|
13940
|
+
|
|
13784
13941
|
// Dependencies
|
|
13785
13942
|
|
|
13786
13943
|
|
|
@@ -13919,6 +14076,15 @@ $kendo-color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0
|
|
|
13919
14076
|
// #endregion
|
|
13920
14077
|
|
|
13921
14078
|
|
|
14079
|
+
// Module meta
|
|
14080
|
+
$_kendo-module-meta: (
|
|
14081
|
+
name: "loader",
|
|
14082
|
+
dependencies: (
|
|
14083
|
+
"overlay",
|
|
14084
|
+
)
|
|
14085
|
+
);
|
|
14086
|
+
|
|
14087
|
+
|
|
13922
14088
|
// Dependencies
|
|
13923
14089
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
13924
14090
|
// File already imported_once. Skipping output.
|
|
@@ -14628,6 +14794,13 @@ $kendo-loading-opacity: .3 !default;
|
|
|
14628
14794
|
// #endregion
|
|
14629
14795
|
|
|
14630
14796
|
|
|
14797
|
+
// Module meta
|
|
14798
|
+
$_kendo-module-meta: (
|
|
14799
|
+
name: "skeleton",
|
|
14800
|
+
dependencies: ()
|
|
14801
|
+
);
|
|
14802
|
+
|
|
14803
|
+
|
|
14631
14804
|
// Dependencies
|
|
14632
14805
|
|
|
14633
14806
|
|
|
@@ -14784,6 +14957,17 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
14784
14957
|
// #endregion
|
|
14785
14958
|
|
|
14786
14959
|
|
|
14960
|
+
// Module meta
|
|
14961
|
+
$_kendo-module-meta: (
|
|
14962
|
+
name: "form",
|
|
14963
|
+
dependencies: (
|
|
14964
|
+
"actions",
|
|
14965
|
+
"icon",
|
|
14966
|
+
"toolbar",
|
|
14967
|
+
)
|
|
14968
|
+
);
|
|
14969
|
+
|
|
14970
|
+
|
|
14787
14971
|
// Dependencies // TODO: extract variables
|
|
14788
14972
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
14789
14973
|
// File already imported_once. Skipping output.
|
|
@@ -14797,6 +14981,18 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
14797
14981
|
// #endregion
|
|
14798
14982
|
|
|
14799
14983
|
|
|
14984
|
+
// Module meta
|
|
14985
|
+
$_kendo-module-meta: (
|
|
14986
|
+
name: "toolbar",
|
|
14987
|
+
dependencies: (
|
|
14988
|
+
"button",
|
|
14989
|
+
"icon",
|
|
14990
|
+
"menu",
|
|
14991
|
+
"popup",
|
|
14992
|
+
)
|
|
14993
|
+
);
|
|
14994
|
+
|
|
14995
|
+
|
|
14800
14996
|
// Dependencies
|
|
14801
14997
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
14802
14998
|
// File already imported_once. Skipping output.
|
|
@@ -14810,6 +15006,16 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
14810
15006
|
// #endregion
|
|
14811
15007
|
|
|
14812
15008
|
|
|
15009
|
+
// Module meta
|
|
15010
|
+
$_kendo-module-meta: (
|
|
15011
|
+
name: "button",
|
|
15012
|
+
dependencies: (
|
|
15013
|
+
"badge",
|
|
15014
|
+
"icon",
|
|
15015
|
+
)
|
|
15016
|
+
);
|
|
15017
|
+
|
|
15018
|
+
|
|
14813
15019
|
// Dependencies
|
|
14814
15020
|
// #region @import "../badge/_index.scss"; -> scss/badge/_index.scss
|
|
14815
15021
|
// File already imported_once. Skipping output.
|
|
@@ -15475,6 +15681,18 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
15475
15681
|
// #endregion
|
|
15476
15682
|
|
|
15477
15683
|
|
|
15684
|
+
// Module meta
|
|
15685
|
+
$_kendo-module-meta: (
|
|
15686
|
+
name: "menu",
|
|
15687
|
+
dependencies: (
|
|
15688
|
+
"button",
|
|
15689
|
+
"icon",
|
|
15690
|
+
"list",
|
|
15691
|
+
"popup",
|
|
15692
|
+
)
|
|
15693
|
+
);
|
|
15694
|
+
|
|
15695
|
+
|
|
15478
15696
|
// Dependencies
|
|
15479
15697
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
15480
15698
|
// File already imported_once. Skipping output.
|
|
@@ -16646,6 +16864,13 @@ $kendo-toolbar-sizes: (
|
|
|
16646
16864
|
// #endregion
|
|
16647
16865
|
|
|
16648
16866
|
|
|
16867
|
+
// Module meta
|
|
16868
|
+
$_kendo-module-meta: (
|
|
16869
|
+
name: "actions",
|
|
16870
|
+
dependencies: ()
|
|
16871
|
+
);
|
|
16872
|
+
|
|
16873
|
+
|
|
16649
16874
|
// Dependencies
|
|
16650
16875
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
16651
16876
|
// File already imported_once. Skipping output.
|
|
@@ -17822,6 +18047,16 @@ $kendo-form-sizes: (
|
|
|
17822
18047
|
// #endregion
|
|
17823
18048
|
|
|
17824
18049
|
|
|
18050
|
+
// Module meta
|
|
18051
|
+
$_kendo-module-meta: (
|
|
18052
|
+
name: "validator",
|
|
18053
|
+
dependencies: (
|
|
18054
|
+
"icon",
|
|
18055
|
+
"tooltip",
|
|
18056
|
+
)
|
|
18057
|
+
);
|
|
18058
|
+
|
|
18059
|
+
|
|
17825
18060
|
// Dependencies
|
|
17826
18061
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
17827
18062
|
// File already imported_once. Skipping output.
|
|
@@ -17835,6 +18070,16 @@ $kendo-form-sizes: (
|
|
|
17835
18070
|
// #endregion
|
|
17836
18071
|
|
|
17837
18072
|
|
|
18073
|
+
// Module meta
|
|
18074
|
+
$_kendo-module-meta: (
|
|
18075
|
+
name: "tooltip",
|
|
18076
|
+
dependencies: (
|
|
18077
|
+
"icon",
|
|
18078
|
+
"popup",
|
|
18079
|
+
)
|
|
18080
|
+
);
|
|
18081
|
+
|
|
18082
|
+
|
|
17838
18083
|
// Dependencies
|
|
17839
18084
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
17840
18085
|
// File already imported_once. Skipping output.
|
|
@@ -18097,6 +18342,15 @@ $kendo-form-sizes: (
|
|
|
18097
18342
|
// #endregion
|
|
18098
18343
|
|
|
18099
18344
|
|
|
18345
|
+
// Module meta
|
|
18346
|
+
$_kendo-module-meta: (
|
|
18347
|
+
name: "floating-label",
|
|
18348
|
+
dependencies: (
|
|
18349
|
+
"input",
|
|
18350
|
+
)
|
|
18351
|
+
);
|
|
18352
|
+
|
|
18353
|
+
|
|
18100
18354
|
// Dependencies
|
|
18101
18355
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
18102
18356
|
// File already imported_once. Skipping output.
|
|
@@ -18110,6 +18364,16 @@ $kendo-form-sizes: (
|
|
|
18110
18364
|
// #endregion
|
|
18111
18365
|
|
|
18112
18366
|
|
|
18367
|
+
// Module meta
|
|
18368
|
+
$_kendo-module-meta: (
|
|
18369
|
+
name: "input",
|
|
18370
|
+
dependencies: (
|
|
18371
|
+
"button",
|
|
18372
|
+
"icon",
|
|
18373
|
+
)
|
|
18374
|
+
);
|
|
18375
|
+
|
|
18376
|
+
|
|
18113
18377
|
// Dependencies
|
|
18114
18378
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
18115
18379
|
// File already imported_once. Skipping output.
|
|
@@ -19268,6 +19532,17 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
19268
19532
|
// #endregion
|
|
19269
19533
|
|
|
19270
19534
|
|
|
19535
|
+
// Module meta
|
|
19536
|
+
$_kendo-module-meta: (
|
|
19537
|
+
name: "split-button",
|
|
19538
|
+
dependencies: (
|
|
19539
|
+
"button",
|
|
19540
|
+
"icon",
|
|
19541
|
+
"menu",
|
|
19542
|
+
)
|
|
19543
|
+
);
|
|
19544
|
+
|
|
19545
|
+
|
|
19271
19546
|
// Dependencies
|
|
19272
19547
|
// #region @import "../button/_index.scss"; -> scss/button/_index.scss
|
|
19273
19548
|
// File already imported_once. Skipping output.
|
|
@@ -19371,6 +19646,17 @@ $kendo-split-button-lg-arrow-padding-y: $kendo-button-lg-padding-y !default;
|
|
|
19371
19646
|
// #endregion
|
|
19372
19647
|
|
|
19373
19648
|
|
|
19649
|
+
// Module meta
|
|
19650
|
+
$_kendo-module-meta: (
|
|
19651
|
+
name: "menu-button",
|
|
19652
|
+
dependencies: (
|
|
19653
|
+
"button",
|
|
19654
|
+
"icon",
|
|
19655
|
+
"menu",
|
|
19656
|
+
)
|
|
19657
|
+
);
|
|
19658
|
+
|
|
19659
|
+
|
|
19374
19660
|
// Dependencies
|
|
19375
19661
|
// #region @import "../button/_index.scss"; -> scss/button/_index.scss
|
|
19376
19662
|
// File already imported_once. Skipping output.
|
|
@@ -19439,6 +19725,16 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
|
19439
19725
|
// #endregion
|
|
19440
19726
|
|
|
19441
19727
|
|
|
19728
|
+
// Module meta
|
|
19729
|
+
$_kendo-module-meta: (
|
|
19730
|
+
name: "textbox",
|
|
19731
|
+
dependencies: (
|
|
19732
|
+
"icon",
|
|
19733
|
+
"input",
|
|
19734
|
+
)
|
|
19735
|
+
);
|
|
19736
|
+
|
|
19737
|
+
|
|
19442
19738
|
// Dependencies
|
|
19443
19739
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
19444
19740
|
// File already imported_once. Skipping output.
|
|
@@ -19484,6 +19780,16 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
|
19484
19780
|
// #endregion
|
|
19485
19781
|
|
|
19486
19782
|
|
|
19783
|
+
// Module meta
|
|
19784
|
+
$_kendo-module-meta: (
|
|
19785
|
+
name: "textarea",
|
|
19786
|
+
dependencies: (
|
|
19787
|
+
"icon",
|
|
19788
|
+
"input",
|
|
19789
|
+
)
|
|
19790
|
+
);
|
|
19791
|
+
|
|
19792
|
+
|
|
19487
19793
|
// Dependencies
|
|
19488
19794
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
19489
19795
|
// File already imported_once. Skipping output.
|
|
@@ -19533,6 +19839,18 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
|
19533
19839
|
// #endregion
|
|
19534
19840
|
|
|
19535
19841
|
|
|
19842
|
+
// Module meta
|
|
19843
|
+
$_kendo-module-meta: (
|
|
19844
|
+
name: "listbox",
|
|
19845
|
+
dependencies: (
|
|
19846
|
+
"button",
|
|
19847
|
+
"icon",
|
|
19848
|
+
"list",
|
|
19849
|
+
"popup",
|
|
19850
|
+
)
|
|
19851
|
+
);
|
|
19852
|
+
|
|
19853
|
+
|
|
19536
19854
|
// Dependencies
|
|
19537
19855
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
19538
19856
|
// File already imported_once. Skipping output.
|
|
@@ -19732,6 +20050,13 @@ $kendo-listbox-drop-hint-width: 1px !default;
|
|
|
19732
20050
|
// #endregion
|
|
19733
20051
|
|
|
19734
20052
|
|
|
20053
|
+
// Module meta
|
|
20054
|
+
$_kendo-module-meta: (
|
|
20055
|
+
name: "progressbar",
|
|
20056
|
+
dependencies: ()
|
|
20057
|
+
);
|
|
20058
|
+
|
|
20059
|
+
|
|
19735
20060
|
// Dependencies
|
|
19736
20061
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
19737
20062
|
// File already imported_once. Skipping output.
|
|
@@ -20130,6 +20455,13 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
20130
20455
|
// #endregion
|
|
20131
20456
|
|
|
20132
20457
|
|
|
20458
|
+
// Module meta
|
|
20459
|
+
$_kendo-module-meta: (
|
|
20460
|
+
name: "radio",
|
|
20461
|
+
dependencies: ()
|
|
20462
|
+
);
|
|
20463
|
+
|
|
20464
|
+
|
|
20133
20465
|
// Dependencies
|
|
20134
20466
|
|
|
20135
20467
|
|
|
@@ -20642,6 +20974,17 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
20642
20974
|
// #endregion
|
|
20643
20975
|
|
|
20644
20976
|
|
|
20977
|
+
// Module meta
|
|
20978
|
+
$_kendo-module-meta: (
|
|
20979
|
+
name: "slider",
|
|
20980
|
+
dependencies: (
|
|
20981
|
+
"button",
|
|
20982
|
+
"icon",
|
|
20983
|
+
"tooltip",
|
|
20984
|
+
)
|
|
20985
|
+
);
|
|
20986
|
+
|
|
20987
|
+
|
|
20645
20988
|
// Dependencies
|
|
20646
20989
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
20647
20990
|
// File already imported_once. Skipping output.
|
|
@@ -21260,6 +21603,17 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
21260
21603
|
// #endregion
|
|
21261
21604
|
|
|
21262
21605
|
|
|
21606
|
+
// Module meta
|
|
21607
|
+
$_kendo-module-meta: (
|
|
21608
|
+
name: "calendar",
|
|
21609
|
+
dependencies: (
|
|
21610
|
+
"button",
|
|
21611
|
+
"icon",
|
|
21612
|
+
"list",
|
|
21613
|
+
)
|
|
21614
|
+
);
|
|
21615
|
+
|
|
21616
|
+
|
|
21263
21617
|
// Dependencies
|
|
21264
21618
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
21265
21619
|
// File already imported_once. Skipping output.
|
|
@@ -22189,6 +22543,18 @@ $kendo-calendar-sizes: (
|
|
|
22189
22543
|
// #endregion
|
|
22190
22544
|
|
|
22191
22545
|
|
|
22546
|
+
// Module meta
|
|
22547
|
+
$_kendo-module-meta: (
|
|
22548
|
+
name: "time-selector",
|
|
22549
|
+
dependencies: (
|
|
22550
|
+
"actions",
|
|
22551
|
+
"button",
|
|
22552
|
+
"icon",
|
|
22553
|
+
"list",
|
|
22554
|
+
)
|
|
22555
|
+
);
|
|
22556
|
+
|
|
22557
|
+
|
|
22192
22558
|
// Dependencies
|
|
22193
22559
|
// #region @import "../list/_index.scss"; -> scss/list/_index.scss
|
|
22194
22560
|
// File already imported_once. Skipping output.
|
|
@@ -22625,6 +22991,18 @@ $kendo-time-selector-sizes: (
|
|
|
22625
22991
|
// #endregion
|
|
22626
22992
|
|
|
22627
22993
|
|
|
22994
|
+
// Module meta
|
|
22995
|
+
$_kendo-module-meta: (
|
|
22996
|
+
name: "autocomplete",
|
|
22997
|
+
dependencies: (
|
|
22998
|
+
"icon",
|
|
22999
|
+
"input",
|
|
23000
|
+
"list",
|
|
23001
|
+
"popup",
|
|
23002
|
+
)
|
|
23003
|
+
);
|
|
23004
|
+
|
|
23005
|
+
|
|
22628
23006
|
// Dependencies
|
|
22629
23007
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
22630
23008
|
// File already imported_once. Skipping output.
|
|
@@ -22680,6 +23058,23 @@ $kendo-time-selector-sizes: (
|
|
|
22680
23058
|
// #endregion
|
|
22681
23059
|
|
|
22682
23060
|
|
|
23061
|
+
// Module meta
|
|
23062
|
+
$_kendo-module-meta: (
|
|
23063
|
+
name: "captcha",
|
|
23064
|
+
dependencies: (
|
|
23065
|
+
"button",
|
|
23066
|
+
"icon",
|
|
23067
|
+
"input",
|
|
23068
|
+
"slider",
|
|
23069
|
+
"textbox",
|
|
23070
|
+
// "utils/layout/position",
|
|
23071
|
+
// "utils/typography/text-color",
|
|
23072
|
+
)
|
|
23073
|
+
);
|
|
23074
|
+
|
|
23075
|
+
|
|
23076
|
+
|
|
23077
|
+
|
|
22683
23078
|
// Dependencies
|
|
22684
23079
|
// @import "../utils/_index.scss";
|
|
22685
23080
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
@@ -22816,6 +23211,15 @@ $kendo-captcha-validation-message-font-style: italic !default;
|
|
|
22816
23211
|
// #endregion
|
|
22817
23212
|
|
|
22818
23213
|
|
|
23214
|
+
// Module meta
|
|
23215
|
+
$_kendo-module-meta: (
|
|
23216
|
+
name: "color-palette",
|
|
23217
|
+
dependencies: (
|
|
23218
|
+
// "utils/flex-grid",
|
|
23219
|
+
)
|
|
23220
|
+
);
|
|
23221
|
+
|
|
23222
|
+
|
|
22819
23223
|
// Dependencies
|
|
22820
23224
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
22821
23225
|
// File already imported_once. Skipping output.
|
|
@@ -22931,6 +23335,20 @@ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inse
|
|
|
22931
23335
|
// #endregion
|
|
22932
23336
|
|
|
22933
23337
|
|
|
23338
|
+
// Module meta
|
|
23339
|
+
$_kendo-module-meta: (
|
|
23340
|
+
name: "color-gradient",
|
|
23341
|
+
dependencies: (
|
|
23342
|
+
"button",
|
|
23343
|
+
"icon",
|
|
23344
|
+
"numeric-textbox",
|
|
23345
|
+
"slider",
|
|
23346
|
+
"textbox",
|
|
23347
|
+
"utils/flex-grid",
|
|
23348
|
+
)
|
|
23349
|
+
);
|
|
23350
|
+
|
|
23351
|
+
|
|
22934
23352
|
// Dependencies
|
|
22935
23353
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
22936
23354
|
// File already imported_once. Skipping output.
|
|
@@ -22958,6 +23376,16 @@ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inse
|
|
|
22958
23376
|
// #endregion
|
|
22959
23377
|
|
|
22960
23378
|
|
|
23379
|
+
// Module meta
|
|
23380
|
+
$_kendo-module-meta: (
|
|
23381
|
+
name: "numeric-textbox",
|
|
23382
|
+
dependencies: (
|
|
23383
|
+
"input",
|
|
23384
|
+
"icon",
|
|
23385
|
+
)
|
|
23386
|
+
);
|
|
23387
|
+
|
|
23388
|
+
|
|
22961
23389
|
// Dependencies
|
|
22962
23390
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
22963
23391
|
// File already imported_once. Skipping output.
|
|
@@ -23349,6 +23777,18 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
23349
23777
|
// #endregion
|
|
23350
23778
|
|
|
23351
23779
|
|
|
23780
|
+
// Module meta
|
|
23781
|
+
$_kendo-module-meta: (
|
|
23782
|
+
name: "color-editor",
|
|
23783
|
+
dependencies: (
|
|
23784
|
+
"actions",
|
|
23785
|
+
"color-gradient",
|
|
23786
|
+
"color-palette",
|
|
23787
|
+
"color-preview",
|
|
23788
|
+
)
|
|
23789
|
+
);
|
|
23790
|
+
|
|
23791
|
+
|
|
23352
23792
|
// Dependencies
|
|
23353
23793
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
23354
23794
|
// File already imported_once. Skipping output.
|
|
@@ -23525,6 +23965,19 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23525
23965
|
// #endregion
|
|
23526
23966
|
|
|
23527
23967
|
|
|
23968
|
+
// Module meta
|
|
23969
|
+
$_kendo-module-meta: (
|
|
23970
|
+
name: "color-picker",
|
|
23971
|
+
dependencies: (
|
|
23972
|
+
"button",
|
|
23973
|
+
"color-editor",
|
|
23974
|
+
"icon",
|
|
23975
|
+
"input",
|
|
23976
|
+
"popup",
|
|
23977
|
+
)
|
|
23978
|
+
);
|
|
23979
|
+
|
|
23980
|
+
|
|
23528
23981
|
// Dependencies
|
|
23529
23982
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
23530
23983
|
// File already imported_once. Skipping output.
|
|
@@ -23584,6 +24037,18 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23584
24037
|
// #endregion
|
|
23585
24038
|
|
|
23586
24039
|
|
|
24040
|
+
// Module meta
|
|
24041
|
+
$_kendo-module-meta: (
|
|
24042
|
+
name: "combobox",
|
|
24043
|
+
dependencies: (
|
|
24044
|
+
"icon",
|
|
24045
|
+
"input",
|
|
24046
|
+
"list",
|
|
24047
|
+
"popup",
|
|
24048
|
+
)
|
|
24049
|
+
);
|
|
24050
|
+
|
|
24051
|
+
|
|
23587
24052
|
// Dependencies
|
|
23588
24053
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
23589
24054
|
// File already imported_once. Skipping output.
|
|
@@ -23639,6 +24104,16 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23639
24104
|
// #endregion
|
|
23640
24105
|
|
|
23641
24106
|
|
|
24107
|
+
// Module meta
|
|
24108
|
+
$_kendo-module-meta: (
|
|
24109
|
+
name: "date-input",
|
|
24110
|
+
dependencies: (
|
|
24111
|
+
"icon",
|
|
24112
|
+
"input",
|
|
24113
|
+
)
|
|
24114
|
+
);
|
|
24115
|
+
|
|
24116
|
+
|
|
23642
24117
|
// Dependencies
|
|
23643
24118
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
23644
24119
|
// File already imported_once. Skipping output.
|
|
@@ -23679,6 +24154,18 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23679
24154
|
// #endregion
|
|
23680
24155
|
|
|
23681
24156
|
|
|
24157
|
+
// Module meta
|
|
24158
|
+
$_kendo-module-meta: (
|
|
24159
|
+
name: "date-picker",
|
|
24160
|
+
dependencies: (
|
|
24161
|
+
"calendar",
|
|
24162
|
+
"icon",
|
|
24163
|
+
"input",
|
|
24164
|
+
"popup",
|
|
24165
|
+
)
|
|
24166
|
+
);
|
|
24167
|
+
|
|
24168
|
+
|
|
23682
24169
|
// Dependencies
|
|
23683
24170
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
23684
24171
|
// File already imported_once. Skipping output.
|
|
@@ -23725,6 +24212,20 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23725
24212
|
// #endregion
|
|
23726
24213
|
|
|
23727
24214
|
|
|
24215
|
+
// Module meta
|
|
24216
|
+
$_kendo-module-meta: (
|
|
24217
|
+
name: "time-picker",
|
|
24218
|
+
dependencies: (
|
|
24219
|
+
"button",
|
|
24220
|
+
"icon",
|
|
24221
|
+
"input",
|
|
24222
|
+
"list",
|
|
24223
|
+
"popup",
|
|
24224
|
+
"time-selector",
|
|
24225
|
+
)
|
|
24226
|
+
);
|
|
24227
|
+
|
|
24228
|
+
|
|
23728
24229
|
// Dependencies
|
|
23729
24230
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
23730
24231
|
// File already imported_once. Skipping output.
|
|
@@ -23777,6 +24278,22 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23777
24278
|
// #endregion
|
|
23778
24279
|
|
|
23779
24280
|
|
|
24281
|
+
// Module meta
|
|
24282
|
+
$_kendo-module-meta: (
|
|
24283
|
+
name: "date-time-picker",
|
|
24284
|
+
dependencies: (
|
|
24285
|
+
"calendar",
|
|
24286
|
+
"date-input",
|
|
24287
|
+
"date-picker",
|
|
24288
|
+
"icon",
|
|
24289
|
+
"input",
|
|
24290
|
+
"list",
|
|
24291
|
+
"popup",
|
|
24292
|
+
"time-selector",
|
|
24293
|
+
)
|
|
24294
|
+
);
|
|
24295
|
+
|
|
24296
|
+
|
|
23780
24297
|
// Dependencies
|
|
23781
24298
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
23782
24299
|
// File already imported_once. Skipping output.
|
|
@@ -23887,6 +24404,20 @@ $kendo-datetime-width: calc( #{$kendo-calendar-cell-size * 8} + #{$kendo-infinit
|
|
|
23887
24404
|
// #endregion
|
|
23888
24405
|
|
|
23889
24406
|
|
|
24407
|
+
// Module meta
|
|
24408
|
+
$_kendo-module-meta: (
|
|
24409
|
+
name: "time-duration-picker",
|
|
24410
|
+
dependencies: (
|
|
24411
|
+
"button",
|
|
24412
|
+
"icon",
|
|
24413
|
+
"input",
|
|
24414
|
+
"list",
|
|
24415
|
+
"popup",
|
|
24416
|
+
"time-selector",
|
|
24417
|
+
)
|
|
24418
|
+
);
|
|
24419
|
+
|
|
24420
|
+
|
|
23890
24421
|
// Dependencies
|
|
23891
24422
|
// #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
|
|
23892
24423
|
// File already imported_once. Skipping output.
|
|
@@ -23936,6 +24467,22 @@ $kendo-datetime-width: calc( #{$kendo-calendar-cell-size * 8} + #{$kendo-infinit
|
|
|
23936
24467
|
// #endregion
|
|
23937
24468
|
|
|
23938
24469
|
|
|
24470
|
+
// Module meta
|
|
24471
|
+
$_kendo-module-meta: (
|
|
24472
|
+
name: "date-range-picker",
|
|
24473
|
+
dependencies: (
|
|
24474
|
+
"calendar",
|
|
24475
|
+
"date-input",
|
|
24476
|
+
"date-picker",
|
|
24477
|
+
"icon",
|
|
24478
|
+
"input",
|
|
24479
|
+
"popup",
|
|
24480
|
+
)
|
|
24481
|
+
);
|
|
24482
|
+
|
|
24483
|
+
|
|
24484
|
+
|
|
24485
|
+
|
|
23939
24486
|
// Dependencies
|
|
23940
24487
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
23941
24488
|
// File already imported_once. Skipping output.
|
|
@@ -24023,6 +24570,18 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
24023
24570
|
// #endregion
|
|
24024
24571
|
|
|
24025
24572
|
|
|
24573
|
+
// Module meta
|
|
24574
|
+
$_kendo-module-meta: (
|
|
24575
|
+
name: "dropdown-grid",
|
|
24576
|
+
dependencies: (
|
|
24577
|
+
"icon",
|
|
24578
|
+
"input",
|
|
24579
|
+
"popup",
|
|
24580
|
+
"table",
|
|
24581
|
+
)
|
|
24582
|
+
);
|
|
24583
|
+
|
|
24584
|
+
|
|
24026
24585
|
// Dependencies
|
|
24027
24586
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24028
24587
|
// File already imported_once. Skipping output.
|
|
@@ -24086,6 +24645,18 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
24086
24645
|
// #endregion
|
|
24087
24646
|
|
|
24088
24647
|
|
|
24648
|
+
// Module meta
|
|
24649
|
+
$_kendo-module-meta: (
|
|
24650
|
+
name: "dropdown-list",
|
|
24651
|
+
dependencies: (
|
|
24652
|
+
"icon",
|
|
24653
|
+
"input",
|
|
24654
|
+
"list",
|
|
24655
|
+
"popup",
|
|
24656
|
+
)
|
|
24657
|
+
);
|
|
24658
|
+
|
|
24659
|
+
|
|
24089
24660
|
// Dependencies
|
|
24090
24661
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24091
24662
|
// File already imported_once. Skipping output.
|
|
@@ -24173,6 +24744,18 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
24173
24744
|
// #endregion
|
|
24174
24745
|
|
|
24175
24746
|
|
|
24747
|
+
// Module meta
|
|
24748
|
+
$_kendo-module-meta: (
|
|
24749
|
+
name: "dropdown-tree",
|
|
24750
|
+
dependencies: (
|
|
24751
|
+
"icon",
|
|
24752
|
+
"input",
|
|
24753
|
+
"popup",
|
|
24754
|
+
"treeview",
|
|
24755
|
+
)
|
|
24756
|
+
);
|
|
24757
|
+
|
|
24758
|
+
|
|
24176
24759
|
// Dependencies
|
|
24177
24760
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24178
24761
|
// File already imported_once. Skipping output.
|
|
@@ -24192,6 +24775,20 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
24192
24775
|
// #endregion
|
|
24193
24776
|
|
|
24194
24777
|
|
|
24778
|
+
// Module meta
|
|
24779
|
+
$_kendo-module-meta: (
|
|
24780
|
+
name: "multiselect",
|
|
24781
|
+
dependencies: (
|
|
24782
|
+
"button",
|
|
24783
|
+
"chip",
|
|
24784
|
+
"icon",
|
|
24785
|
+
"input",
|
|
24786
|
+
"list",
|
|
24787
|
+
"popup",
|
|
24788
|
+
)
|
|
24789
|
+
);
|
|
24790
|
+
|
|
24791
|
+
|
|
24195
24792
|
// Dependencies
|
|
24196
24793
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24197
24794
|
// File already imported_once. Skipping output.
|
|
@@ -24253,6 +24850,16 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
24253
24850
|
// #endregion
|
|
24254
24851
|
|
|
24255
24852
|
|
|
24853
|
+
// Module meta
|
|
24854
|
+
$_kendo-module-meta: (
|
|
24855
|
+
name: "treeview",
|
|
24856
|
+
dependencies: (
|
|
24857
|
+
"checkbox",
|
|
24858
|
+
"icon",
|
|
24859
|
+
)
|
|
24860
|
+
);
|
|
24861
|
+
|
|
24862
|
+
|
|
24256
24863
|
// Dependencies
|
|
24257
24864
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24258
24865
|
// File already imported_once. Skipping output.
|
|
@@ -24736,6 +25343,16 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
24736
25343
|
// #endregion
|
|
24737
25344
|
|
|
24738
25345
|
|
|
25346
|
+
// Module meta
|
|
25347
|
+
$_kendo-module-meta: (
|
|
25348
|
+
name: "masked-textbox",
|
|
25349
|
+
dependencies: (
|
|
25350
|
+
"input",
|
|
25351
|
+
"icon",
|
|
25352
|
+
)
|
|
25353
|
+
);
|
|
25354
|
+
|
|
25355
|
+
|
|
24739
25356
|
// Dependencies
|
|
24740
25357
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24741
25358
|
// File already imported_once. Skipping output.
|
|
@@ -24791,6 +25408,15 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
24791
25408
|
// #endregion
|
|
24792
25409
|
|
|
24793
25410
|
|
|
25411
|
+
// Module meta
|
|
25412
|
+
$_kendo-module-meta: (
|
|
25413
|
+
name: "rating",
|
|
25414
|
+
dependencies: (
|
|
25415
|
+
"icon",
|
|
25416
|
+
)
|
|
25417
|
+
);
|
|
25418
|
+
|
|
25419
|
+
|
|
24794
25420
|
// Dependencies
|
|
24795
25421
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24796
25422
|
// File already imported_once. Skipping output.
|
|
@@ -24987,6 +25613,17 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( $kendo-color-black, .1
|
|
|
24987
25613
|
// #endregion
|
|
24988
25614
|
|
|
24989
25615
|
|
|
25616
|
+
// Module meta
|
|
25617
|
+
$_kendo-module-meta: (
|
|
25618
|
+
name: "searchbox",
|
|
25619
|
+
dependencies: (
|
|
25620
|
+
"button",
|
|
25621
|
+
"icon",
|
|
25622
|
+
"input",
|
|
25623
|
+
)
|
|
25624
|
+
);
|
|
25625
|
+
|
|
25626
|
+
|
|
24990
25627
|
// Dependencies
|
|
24991
25628
|
// #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
|
|
24992
25629
|
// File already imported_once. Skipping output.
|
|
@@ -25033,6 +25670,13 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( $kendo-color-black, .1
|
|
|
25033
25670
|
// #endregion
|
|
25034
25671
|
|
|
25035
25672
|
|
|
25673
|
+
// Module meta
|
|
25674
|
+
$_kendo-module-meta: (
|
|
25675
|
+
name: "switch",
|
|
25676
|
+
dependencies: ()
|
|
25677
|
+
);
|
|
25678
|
+
|
|
25679
|
+
|
|
25036
25680
|
// Dependencies
|
|
25037
25681
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
25038
25682
|
// File already imported_once. Skipping output.
|
|
@@ -25572,6 +26216,18 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
25572
26216
|
// #endregion
|
|
25573
26217
|
|
|
25574
26218
|
|
|
26219
|
+
// Module meta
|
|
26220
|
+
$_kendo-module-meta: (
|
|
26221
|
+
name: "upload",
|
|
26222
|
+
dependencies: (
|
|
26223
|
+
"actions",
|
|
26224
|
+
"button",
|
|
26225
|
+
"dropzone",
|
|
26226
|
+
"icon",
|
|
26227
|
+
)
|
|
26228
|
+
);
|
|
26229
|
+
|
|
26230
|
+
|
|
25575
26231
|
// Dependencies
|
|
25576
26232
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
25577
26233
|
// File already imported_once. Skipping output.
|
|
@@ -25594,6 +26250,13 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
25594
26250
|
// #endregion
|
|
25595
26251
|
|
|
25596
26252
|
|
|
26253
|
+
// Module meta
|
|
26254
|
+
$_kendo-module-meta: (
|
|
26255
|
+
name: "drop-zone",
|
|
26256
|
+
dependencies: ()
|
|
26257
|
+
);
|
|
26258
|
+
|
|
26259
|
+
|
|
25597
26260
|
// Dependencies
|
|
25598
26261
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
25599
26262
|
// File already imported_once. Skipping output.
|
|
@@ -26152,6 +26815,13 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26152
26815
|
// #endregion
|
|
26153
26816
|
|
|
26154
26817
|
|
|
26818
|
+
// Module meta
|
|
26819
|
+
$_kendo-module-meta: (
|
|
26820
|
+
name: "appbar",
|
|
26821
|
+
dependencies: ()
|
|
26822
|
+
);
|
|
26823
|
+
|
|
26824
|
+
|
|
26155
26825
|
// Dependencies
|
|
26156
26826
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
26157
26827
|
// File already imported_once. Skipping output.
|
|
@@ -26340,6 +27010,18 @@ $kendo-appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
26340
27010
|
// #endregion
|
|
26341
27011
|
|
|
26342
27012
|
|
|
27013
|
+
// Module meta
|
|
27014
|
+
$_kendo-module-meta: (
|
|
27015
|
+
name: "fab",
|
|
27016
|
+
dependencies: (
|
|
27017
|
+
"badge",
|
|
27018
|
+
"button",
|
|
27019
|
+
"icon",
|
|
27020
|
+
// "utils/layout/position",
|
|
27021
|
+
)
|
|
27022
|
+
);
|
|
27023
|
+
|
|
27024
|
+
|
|
26343
27025
|
// Dependencies
|
|
26344
27026
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
26345
27027
|
// File already imported_once. Skipping output.
|
|
@@ -26804,6 +27486,16 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
26804
27486
|
// #endregion
|
|
26805
27487
|
|
|
26806
27488
|
|
|
27489
|
+
// Module meta
|
|
27490
|
+
$_kendo-module-meta: (
|
|
27491
|
+
name: "action-sheet",
|
|
27492
|
+
dependencies: (
|
|
27493
|
+
"icon",
|
|
27494
|
+
"popup",
|
|
27495
|
+
)
|
|
27496
|
+
);
|
|
27497
|
+
|
|
27498
|
+
|
|
26807
27499
|
// Dependencies
|
|
26808
27500
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
26809
27501
|
// File already imported_once. Skipping output.
|
|
@@ -27384,6 +28076,17 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
27384
28076
|
// #endregion
|
|
27385
28077
|
|
|
27386
28078
|
|
|
28079
|
+
// Module meta
|
|
28080
|
+
$_kendo-module-meta: (
|
|
28081
|
+
name: "dialog",
|
|
28082
|
+
dependencies: (
|
|
28083
|
+
"button",
|
|
28084
|
+
"icon",
|
|
28085
|
+
"window",
|
|
28086
|
+
)
|
|
28087
|
+
);
|
|
28088
|
+
|
|
28089
|
+
|
|
27387
28090
|
// Dependencies
|
|
27388
28091
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
27389
28092
|
// File already imported_once. Skipping output.
|
|
@@ -27397,6 +28100,19 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
27397
28100
|
// #endregion
|
|
27398
28101
|
|
|
27399
28102
|
|
|
28103
|
+
// Module meta
|
|
28104
|
+
$_kendo-module-meta: (
|
|
28105
|
+
name: "window",
|
|
28106
|
+
dependencies: (
|
|
28107
|
+
"actions",
|
|
28108
|
+
"button",
|
|
28109
|
+
"form",
|
|
28110
|
+
"icon",
|
|
28111
|
+
"overlay",
|
|
28112
|
+
)
|
|
28113
|
+
);
|
|
28114
|
+
|
|
28115
|
+
|
|
27400
28116
|
// Dependencies
|
|
27401
28117
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
27402
28118
|
// File already imported_once. Skipping output.
|
|
@@ -27766,6 +28482,17 @@ $kendo-dialog-theme-colors: (
|
|
|
27766
28482
|
// #endregion
|
|
27767
28483
|
|
|
27768
28484
|
|
|
28485
|
+
// Module meta
|
|
28486
|
+
$_kendo-module-meta: (
|
|
28487
|
+
name: "drawer",
|
|
28488
|
+
dependencies: (
|
|
28489
|
+
"icon",
|
|
28490
|
+
"list",
|
|
28491
|
+
"overlay",
|
|
28492
|
+
)
|
|
28493
|
+
);
|
|
28494
|
+
|
|
28495
|
+
|
|
27769
28496
|
// Dependencies
|
|
27770
28497
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
27771
28498
|
// File already imported_once. Skipping output.
|
|
@@ -28145,6 +28872,16 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
|
|
|
28145
28872
|
// #endregion
|
|
28146
28873
|
|
|
28147
28874
|
|
|
28875
|
+
// Module meta
|
|
28876
|
+
$_kendo-module-meta: (
|
|
28877
|
+
name: "notification",
|
|
28878
|
+
dependencies: (
|
|
28879
|
+
"icon",
|
|
28880
|
+
"popup",
|
|
28881
|
+
)
|
|
28882
|
+
);
|
|
28883
|
+
|
|
28884
|
+
|
|
28148
28885
|
// Dependencies
|
|
28149
28886
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
28150
28887
|
// File already imported_once. Skipping output.
|
|
@@ -28332,6 +29069,16 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
28332
29069
|
// #endregion
|
|
28333
29070
|
|
|
28334
29071
|
|
|
29072
|
+
// Module meta
|
|
29073
|
+
$_kendo-module-meta: (
|
|
29074
|
+
name: "popover",
|
|
29075
|
+
dependencies: (
|
|
29076
|
+
"card",
|
|
29077
|
+
"popup",
|
|
29078
|
+
)
|
|
29079
|
+
);
|
|
29080
|
+
|
|
29081
|
+
|
|
28335
29082
|
// Dependencies
|
|
28336
29083
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
28337
29084
|
// File already imported_once. Skipping output.
|
|
@@ -28345,6 +29092,18 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
28345
29092
|
// #endregion
|
|
28346
29093
|
|
|
28347
29094
|
|
|
29095
|
+
// Module meta
|
|
29096
|
+
$_kendo-module-meta: (
|
|
29097
|
+
name: "card",
|
|
29098
|
+
dependencies: (
|
|
29099
|
+
"icon",
|
|
29100
|
+
"actions",
|
|
29101
|
+
"typography",
|
|
29102
|
+
// "utils/flex-grid"
|
|
29103
|
+
)
|
|
29104
|
+
);
|
|
29105
|
+
|
|
29106
|
+
|
|
28348
29107
|
// Dependencies
|
|
28349
29108
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
28350
29109
|
// File already imported_once. Skipping output.
|
|
@@ -29111,6 +29870,15 @@ $kendo-popover-callout-border: $kendo-popover-border !default;
|
|
|
29111
29870
|
// #endregion
|
|
29112
29871
|
|
|
29113
29872
|
|
|
29873
|
+
// Module meta
|
|
29874
|
+
$_kendo-module-meta: (
|
|
29875
|
+
name: "responsive-panel",
|
|
29876
|
+
dependencies: (
|
|
29877
|
+
"icon",
|
|
29878
|
+
)
|
|
29879
|
+
);
|
|
29880
|
+
|
|
29881
|
+
|
|
29114
29882
|
// Dependencies
|
|
29115
29883
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
29116
29884
|
// File already imported_once. Skipping output.
|
|
@@ -29205,6 +29973,16 @@ $kendo-popover-callout-border: $kendo-popover-border !default;
|
|
|
29205
29973
|
// #endregion
|
|
29206
29974
|
|
|
29207
29975
|
|
|
29976
|
+
// Module meta
|
|
29977
|
+
$_kendo-module-meta: (
|
|
29978
|
+
name: "bottom-navigation",
|
|
29979
|
+
dependencies: (
|
|
29980
|
+
"icon",
|
|
29981
|
+
// "utils/layout/position"
|
|
29982
|
+
)
|
|
29983
|
+
);
|
|
29984
|
+
|
|
29985
|
+
|
|
29208
29986
|
// Dependencies
|
|
29209
29987
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
29210
29988
|
// File already imported_once. Skipping output.
|
|
@@ -29427,6 +30205,16 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
29427
30205
|
// #endregion
|
|
29428
30206
|
|
|
29429
30207
|
|
|
30208
|
+
// Module meta
|
|
30209
|
+
$_kendo-module-meta: (
|
|
30210
|
+
name: "breadcrumb",
|
|
30211
|
+
dependencies: (
|
|
30212
|
+
"icon",
|
|
30213
|
+
"input",
|
|
30214
|
+
)
|
|
30215
|
+
);
|
|
30216
|
+
|
|
30217
|
+
|
|
29430
30218
|
// Dependencies
|
|
29431
30219
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
29432
30220
|
// File already imported_once. Skipping output.
|
|
@@ -29739,6 +30527,17 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
29739
30527
|
// #endregion
|
|
29740
30528
|
|
|
29741
30529
|
|
|
30530
|
+
// Module meta
|
|
30531
|
+
$_kendo-module-meta: (
|
|
30532
|
+
name: "pager",
|
|
30533
|
+
dependencies: (
|
|
30534
|
+
"button",
|
|
30535
|
+
"dropdown-list",
|
|
30536
|
+
"icon",
|
|
30537
|
+
)
|
|
30538
|
+
);
|
|
30539
|
+
|
|
30540
|
+
|
|
29742
30541
|
// Dependencies
|
|
29743
30542
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
29744
30543
|
// File already imported_once. Skipping output.
|
|
@@ -30180,6 +30979,16 @@ $kendo-pager-sizes: (
|
|
|
30180
30979
|
// #endregion
|
|
30181
30980
|
|
|
30182
30981
|
|
|
30982
|
+
// Module meta
|
|
30983
|
+
$_kendo-module-meta: (
|
|
30984
|
+
name: "stepper",
|
|
30985
|
+
dependencies: (
|
|
30986
|
+
"icon",
|
|
30987
|
+
"progressbar",
|
|
30988
|
+
)
|
|
30989
|
+
);
|
|
30990
|
+
|
|
30991
|
+
|
|
30183
30992
|
// Dependencies
|
|
30184
30993
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
30185
30994
|
// File already imported_once. Skipping output.
|
|
@@ -30782,6 +31591,17 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
30782
31591
|
// #endregion
|
|
30783
31592
|
|
|
30784
31593
|
|
|
31594
|
+
// Module meta
|
|
31595
|
+
$_kendo-module-meta: (
|
|
31596
|
+
name: "tabstrip",
|
|
31597
|
+
dependencies: (
|
|
31598
|
+
"button",
|
|
31599
|
+
"icon",
|
|
31600
|
+
"list",
|
|
31601
|
+
)
|
|
31602
|
+
);
|
|
31603
|
+
|
|
31604
|
+
|
|
30785
31605
|
// Dependencies
|
|
30786
31606
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
30787
31607
|
// File already imported_once. Skipping output.
|
|
@@ -31420,6 +32240,18 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
31420
32240
|
// #endregion
|
|
31421
32241
|
|
|
31422
32242
|
|
|
32243
|
+
// Module meta
|
|
32244
|
+
$_kendo-module-meta: (
|
|
32245
|
+
name: "wizard",
|
|
32246
|
+
dependencies: (
|
|
32247
|
+
"button",
|
|
32248
|
+
"form",
|
|
32249
|
+
"icon",
|
|
32250
|
+
"stepper",
|
|
32251
|
+
)
|
|
32252
|
+
);
|
|
32253
|
+
|
|
32254
|
+
|
|
31423
32255
|
// Dependencies
|
|
31424
32256
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
31425
32257
|
// File already imported_once. Skipping output.
|
|
@@ -31609,6 +32441,17 @@ $kendo-wizard-step-focus-border: #656565 !default;
|
|
|
31609
32441
|
// #endregion
|
|
31610
32442
|
|
|
31611
32443
|
|
|
32444
|
+
// Module meta
|
|
32445
|
+
$_kendo-module-meta: (
|
|
32446
|
+
name: "expander",
|
|
32447
|
+
dependencies: (
|
|
32448
|
+
"icon",
|
|
32449
|
+
"list",
|
|
32450
|
+
// "utils/layout/display",
|
|
32451
|
+
)
|
|
32452
|
+
);
|
|
32453
|
+
|
|
32454
|
+
|
|
31612
32455
|
// Dependencies
|
|
31613
32456
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
31614
32457
|
// File already imported_once. Skipping output.
|
|
@@ -31794,6 +32637,16 @@ $kendo-expander-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
|
31794
32637
|
// #endregion
|
|
31795
32638
|
|
|
31796
32639
|
|
|
32640
|
+
// Module meta
|
|
32641
|
+
$_kendo-module-meta: (
|
|
32642
|
+
name: "panelbar",
|
|
32643
|
+
dependencies: (
|
|
32644
|
+
"icon",
|
|
32645
|
+
"list",
|
|
32646
|
+
)
|
|
32647
|
+
);
|
|
32648
|
+
|
|
32649
|
+
|
|
31797
32650
|
// Dependencies
|
|
31798
32651
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
31799
32652
|
// File already imported_once. Skipping output.
|
|
@@ -32297,6 +33150,17 @@ $kendo-panelbar-header-expanded-gradient: null !default;
|
|
|
32297
33150
|
// #endregion
|
|
32298
33151
|
|
|
32299
33152
|
|
|
33153
|
+
// Module meta
|
|
33154
|
+
$_kendo-module-meta: (
|
|
33155
|
+
name: "splitter",
|
|
33156
|
+
dependencies: (
|
|
33157
|
+
"draggable",
|
|
33158
|
+
"icon",
|
|
33159
|
+
// "resizable",
|
|
33160
|
+
)
|
|
33161
|
+
);
|
|
33162
|
+
|
|
33163
|
+
|
|
32300
33164
|
// Dependencies
|
|
32301
33165
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
32302
33166
|
// File already imported_once. Skipping output.
|
|
@@ -32586,6 +33450,16 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
32586
33450
|
// #endregion
|
|
32587
33451
|
|
|
32588
33452
|
|
|
33453
|
+
// Module meta
|
|
33454
|
+
$_kendo-module-meta: (
|
|
33455
|
+
name: "tile-layout",
|
|
33456
|
+
dependencies: (
|
|
33457
|
+
"card",
|
|
33458
|
+
"icon",
|
|
33459
|
+
)
|
|
33460
|
+
);
|
|
33461
|
+
|
|
33462
|
+
|
|
32589
33463
|
// Dependencies
|
|
32590
33464
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
32591
33465
|
// File already imported_once. Skipping output.
|
|
@@ -32697,6 +33571,37 @@ $kendo-tile-layout-hint-border: $kendo-component-border !default;
|
|
|
32697
33571
|
// #endregion
|
|
32698
33572
|
|
|
32699
33573
|
|
|
33574
|
+
// Module meta
|
|
33575
|
+
$_kendo-module-meta: (
|
|
33576
|
+
name: "grid",
|
|
33577
|
+
dependencies: (
|
|
33578
|
+
"actions",
|
|
33579
|
+
"autocomplete",
|
|
33580
|
+
"badge",
|
|
33581
|
+
"button",
|
|
33582
|
+
"checkbox",
|
|
33583
|
+
"chip",
|
|
33584
|
+
"date-time-picker",
|
|
33585
|
+
"dialog",
|
|
33586
|
+
"dropdown-list",
|
|
33587
|
+
"icon",
|
|
33588
|
+
"input",
|
|
33589
|
+
"list",
|
|
33590
|
+
"menu",
|
|
33591
|
+
"numeric-textbox",
|
|
33592
|
+
"pager",
|
|
33593
|
+
"progressbar",
|
|
33594
|
+
"radio",
|
|
33595
|
+
"skeleton",
|
|
33596
|
+
"table",
|
|
33597
|
+
"textbox",
|
|
33598
|
+
"toolbar",
|
|
33599
|
+
"validator",
|
|
33600
|
+
"utils/layout/float",
|
|
33601
|
+
)
|
|
33602
|
+
);
|
|
33603
|
+
|
|
33604
|
+
|
|
32700
33605
|
// Dependencies
|
|
32701
33606
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
32702
33607
|
// File already imported_once. Skipping output.
|
|
@@ -32710,6 +33615,19 @@ $kendo-tile-layout-hint-border: $kendo-component-border !default;
|
|
|
32710
33615
|
// #endregion
|
|
32711
33616
|
|
|
32712
33617
|
|
|
33618
|
+
// Module meta
|
|
33619
|
+
$_kendo-module-meta: (
|
|
33620
|
+
name: "adaptive",
|
|
33621
|
+
dependencies: (
|
|
33622
|
+
"checkbox",
|
|
33623
|
+
"listgroup",
|
|
33624
|
+
"radio",
|
|
33625
|
+
"switch",
|
|
33626
|
+
"toolbar",
|
|
33627
|
+
)
|
|
33628
|
+
);
|
|
33629
|
+
|
|
33630
|
+
|
|
32713
33631
|
// Dependencies (TODO: extract variables)
|
|
32714
33632
|
// #region @import "../listgroup/_index.scss"; -> scss/listgroup/_index.scss
|
|
32715
33633
|
// File already imported_once. Skipping output.
|
|
@@ -34813,7 +35731,11 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34813
35731
|
kendo-grid-string-filter-menu,
|
|
34814
35732
|
kendo-grid-date-filter-menu,
|
|
34815
35733
|
kendo-grid-numeric-filter-menu,
|
|
34816
|
-
kendo-grid-filter-menu-input-wrapper
|
|
35734
|
+
kendo-grid-filter-menu-input-wrapper,
|
|
35735
|
+
kendo-treelist-string-filter-menu,
|
|
35736
|
+
kendo-treelist-date-filter-menu,
|
|
35737
|
+
kendo-treelist-numeric-filter-menu,
|
|
35738
|
+
kendo-treelist-filter-menu-input-wrapper {
|
|
34817
35739
|
display: flex;
|
|
34818
35740
|
flex-flow: column nowrap;
|
|
34819
35741
|
align-items: stretch;
|
|
@@ -35481,6 +36403,17 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35481
36403
|
// #endregion
|
|
35482
36404
|
|
|
35483
36405
|
|
|
36406
|
+
// Module meta
|
|
36407
|
+
$_kendo-module-meta: (
|
|
36408
|
+
name: "listview",
|
|
36409
|
+
dependencies: (
|
|
36410
|
+
"icon",
|
|
36411
|
+
"pager",
|
|
36412
|
+
// "utils/flex-grid",
|
|
36413
|
+
)
|
|
36414
|
+
);
|
|
36415
|
+
|
|
36416
|
+
|
|
35484
36417
|
// Dependencies
|
|
35485
36418
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
35486
36419
|
// File already imported_once. Skipping output.
|
|
@@ -35718,6 +36651,29 @@ $kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
35718
36651
|
// #endregion
|
|
35719
36652
|
|
|
35720
36653
|
|
|
36654
|
+
// Module meta
|
|
36655
|
+
$_kendo-module-meta: (
|
|
36656
|
+
name: "spreadsheet",
|
|
36657
|
+
dependencies: (
|
|
36658
|
+
"button",
|
|
36659
|
+
"checkbox",
|
|
36660
|
+
"color-picker",
|
|
36661
|
+
"combobox",
|
|
36662
|
+
"date-time-picker",
|
|
36663
|
+
"dropdown-list",
|
|
36664
|
+
"icon",
|
|
36665
|
+
"list",
|
|
36666
|
+
"menu",
|
|
36667
|
+
"radio",
|
|
36668
|
+
"tabstrip",
|
|
36669
|
+
"toolbar",
|
|
36670
|
+
"treeview",
|
|
36671
|
+
"upload",
|
|
36672
|
+
"window",
|
|
36673
|
+
)
|
|
36674
|
+
);
|
|
36675
|
+
|
|
36676
|
+
|
|
35721
36677
|
// Dependencies
|
|
35722
36678
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
35723
36679
|
// File already imported_once. Skipping output.
|
|
@@ -37028,6 +37984,19 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
37028
37984
|
// #endregion
|
|
37029
37985
|
|
|
37030
37986
|
|
|
37987
|
+
// Module meta
|
|
37988
|
+
$_kendo-module-meta: (
|
|
37989
|
+
name: "pivotgrid",
|
|
37990
|
+
dependencies: (
|
|
37991
|
+
"dialog",
|
|
37992
|
+
"grid",
|
|
37993
|
+
"icon",
|
|
37994
|
+
"list",
|
|
37995
|
+
"treeview",
|
|
37996
|
+
)
|
|
37997
|
+
);
|
|
37998
|
+
|
|
37999
|
+
|
|
37031
38000
|
// Dependencies
|
|
37032
38001
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
37033
38002
|
// File already imported_once. Skipping output.
|
|
@@ -38109,6 +39078,16 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
38109
39078
|
// #endregion
|
|
38110
39079
|
|
|
38111
39080
|
|
|
39081
|
+
// Module meta
|
|
39082
|
+
$_kendo-module-meta: (
|
|
39083
|
+
name: "treelist",
|
|
39084
|
+
dependencies: (
|
|
39085
|
+
"grid",
|
|
39086
|
+
"icon",
|
|
39087
|
+
)
|
|
39088
|
+
);
|
|
39089
|
+
|
|
39090
|
+
|
|
38112
39091
|
// Dependencies
|
|
38113
39092
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
38114
39093
|
// File already imported_once. Skipping output.
|
|
@@ -38260,6 +39239,21 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
38260
39239
|
// #endregion
|
|
38261
39240
|
|
|
38262
39241
|
|
|
39242
|
+
// Module meta
|
|
39243
|
+
$_kendo-module-meta: (
|
|
39244
|
+
name: "filter",
|
|
39245
|
+
dependencies: (
|
|
39246
|
+
"button",
|
|
39247
|
+
"checkbox",
|
|
39248
|
+
"date-time-picker",
|
|
39249
|
+
"dropdown-list",
|
|
39250
|
+
"input",
|
|
39251
|
+
"numeric-textbox",
|
|
39252
|
+
"toolbar",
|
|
39253
|
+
)
|
|
39254
|
+
);
|
|
39255
|
+
|
|
39256
|
+
|
|
38263
39257
|
// Dependencies
|
|
38264
39258
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
38265
39259
|
// File already imported_once. Skipping output.
|
|
@@ -38473,6 +39467,25 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
|
|
|
38473
39467
|
// #endregion
|
|
38474
39468
|
|
|
38475
39469
|
|
|
39470
|
+
// Module meta
|
|
39471
|
+
$_kendo-module-meta: (
|
|
39472
|
+
name: "file-manager",
|
|
39473
|
+
dependencies: (
|
|
39474
|
+
"breadcrumb",
|
|
39475
|
+
"dialog",
|
|
39476
|
+
"grid",
|
|
39477
|
+
"input",
|
|
39478
|
+
"listview",
|
|
39479
|
+
"menu",
|
|
39480
|
+
"splitter",
|
|
39481
|
+
"switch",
|
|
39482
|
+
"toolbar",
|
|
39483
|
+
"treeview",
|
|
39484
|
+
"upload",
|
|
39485
|
+
)
|
|
39486
|
+
);
|
|
39487
|
+
|
|
39488
|
+
|
|
38476
39489
|
// Dependencies
|
|
38477
39490
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
38478
39491
|
// File already imported_once. Skipping output.
|
|
@@ -38951,6 +39964,21 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
38951
39964
|
// #endregion
|
|
38952
39965
|
|
|
38953
39966
|
|
|
39967
|
+
// Module meta
|
|
39968
|
+
$_kendo-module-meta: (
|
|
39969
|
+
name: "task-board",
|
|
39970
|
+
dependencies: (
|
|
39971
|
+
"card",
|
|
39972
|
+
"form",
|
|
39973
|
+
"icon",
|
|
39974
|
+
"input",
|
|
39975
|
+
"searchbox",
|
|
39976
|
+
"textbox",
|
|
39977
|
+
"toolbar",
|
|
39978
|
+
)
|
|
39979
|
+
);
|
|
39980
|
+
|
|
39981
|
+
|
|
38954
39982
|
// Dependencies
|
|
38955
39983
|
// @import "../utils/_index.scss";
|
|
38956
39984
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
@@ -39433,6 +40461,24 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
|
|
|
39433
40461
|
// #endregion
|
|
39434
40462
|
|
|
39435
40463
|
|
|
40464
|
+
// Module meta
|
|
40465
|
+
$_kendo-module-meta: (
|
|
40466
|
+
name: "editor",
|
|
40467
|
+
dependencies: (
|
|
40468
|
+
"button",
|
|
40469
|
+
"checkbox",
|
|
40470
|
+
"color-picker",
|
|
40471
|
+
"combobox",
|
|
40472
|
+
"dropdown-list",
|
|
40473
|
+
"file-manager",
|
|
40474
|
+
"icon",
|
|
40475
|
+
"toolbar",
|
|
40476
|
+
"upload",
|
|
40477
|
+
"window",
|
|
40478
|
+
)
|
|
40479
|
+
);
|
|
40480
|
+
|
|
40481
|
+
|
|
39436
40482
|
// Dependencies
|
|
39437
40483
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
39438
40484
|
// File already imported_once. Skipping output.
|
|
@@ -40269,6 +41315,19 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
40269
41315
|
// #endregion
|
|
40270
41316
|
|
|
40271
41317
|
|
|
41318
|
+
// Module meta
|
|
41319
|
+
$_kendo-module-meta: (
|
|
41320
|
+
name: "image-editor",
|
|
41321
|
+
dependencies: (
|
|
41322
|
+
"checkbox",
|
|
41323
|
+
"dropdown-list",
|
|
41324
|
+
"form",
|
|
41325
|
+
"numeric-textbox",
|
|
41326
|
+
"toolbar",
|
|
41327
|
+
)
|
|
41328
|
+
);
|
|
41329
|
+
|
|
41330
|
+
|
|
40272
41331
|
// Dependencies
|
|
40273
41332
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
40274
41333
|
// File already imported_once. Skipping output.
|
|
@@ -40562,6 +41621,23 @@ $kendo-image-editor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
40562
41621
|
// #endregion
|
|
40563
41622
|
|
|
40564
41623
|
|
|
41624
|
+
// Module meta
|
|
41625
|
+
$_kendo-module-meta: (
|
|
41626
|
+
name: "gantt",
|
|
41627
|
+
dependencies: (
|
|
41628
|
+
"button",
|
|
41629
|
+
"date-time-picker",
|
|
41630
|
+
"icon",
|
|
41631
|
+
"input",
|
|
41632
|
+
"numeric-textbox",
|
|
41633
|
+
"splitter",
|
|
41634
|
+
"treelist",
|
|
41635
|
+
"validator",
|
|
41636
|
+
"window",
|
|
41637
|
+
)
|
|
41638
|
+
);
|
|
41639
|
+
|
|
41640
|
+
|
|
40565
41641
|
// Dependencies
|
|
40566
41642
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
40567
41643
|
// File already imported_once. Skipping output.
|
|
@@ -41878,6 +42954,21 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
41878
42954
|
// #endregion
|
|
41879
42955
|
|
|
41880
42956
|
|
|
42957
|
+
// Module meta
|
|
42958
|
+
$_kendo-module-meta: (
|
|
42959
|
+
name: "scheduler",
|
|
42960
|
+
dependencies: (
|
|
42961
|
+
"adaptive",
|
|
42962
|
+
"button",
|
|
42963
|
+
"date-time-picker",
|
|
42964
|
+
"dialog",
|
|
42965
|
+
"dropdown-list",
|
|
42966
|
+
"icon",
|
|
42967
|
+
"tooltip",
|
|
42968
|
+
)
|
|
42969
|
+
);
|
|
42970
|
+
|
|
42971
|
+
|
|
41881
42972
|
// Dependencies
|
|
41882
42973
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
41883
42974
|
// File already imported_once. Skipping output.
|
|
@@ -43386,6 +44477,19 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
43386
44477
|
// #endregion
|
|
43387
44478
|
|
|
43388
44479
|
|
|
44480
|
+
// Module meta
|
|
44481
|
+
$_kendo-module-meta: (
|
|
44482
|
+
name: "chat",
|
|
44483
|
+
dependencies: (
|
|
44484
|
+
"button",
|
|
44485
|
+
"card",
|
|
44486
|
+
"icon",
|
|
44487
|
+
"input",
|
|
44488
|
+
"toolbar",
|
|
44489
|
+
)
|
|
44490
|
+
);
|
|
44491
|
+
|
|
44492
|
+
|
|
43389
44493
|
// Dependencies
|
|
43390
44494
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
43391
44495
|
// File already imported_once. Skipping output.
|
|
@@ -44139,6 +45243,17 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
|
|
|
44139
45243
|
// #endregion
|
|
44140
45244
|
|
|
44141
45245
|
|
|
45246
|
+
// Module meta
|
|
45247
|
+
$_kendo-module-meta: (
|
|
45248
|
+
name: "media-player",
|
|
45249
|
+
dependencies: (
|
|
45250
|
+
"icon",
|
|
45251
|
+
"slider",
|
|
45252
|
+
"toolbar",
|
|
45253
|
+
)
|
|
45254
|
+
);
|
|
45255
|
+
|
|
45256
|
+
|
|
44142
45257
|
// Dependencies
|
|
44143
45258
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
44144
45259
|
// File already imported_once. Skipping output.
|
|
@@ -44318,6 +45433,17 @@ $kendo-media-player-titlebar-gradient: rgba( $kendo-media-player-text, .7 ), rgb
|
|
|
44318
45433
|
// #endregion
|
|
44319
45434
|
|
|
44320
45435
|
|
|
45436
|
+
// Module meta
|
|
45437
|
+
$_kendo-module-meta: (
|
|
45438
|
+
name: "timeline",
|
|
45439
|
+
dependencies: (
|
|
45440
|
+
"button",
|
|
45441
|
+
"card",
|
|
45442
|
+
"icon",
|
|
45443
|
+
)
|
|
45444
|
+
);
|
|
45445
|
+
|
|
45446
|
+
|
|
44321
45447
|
// Dependencies
|
|
44322
45448
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
44323
45449
|
// File already imported_once. Skipping output.
|
|
@@ -44929,6 +46055,21 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
|
|
|
44929
46055
|
// #endregion
|
|
44930
46056
|
|
|
44931
46057
|
|
|
46058
|
+
// Module meta
|
|
46059
|
+
$_kendo-module-meta: (
|
|
46060
|
+
name: "pdf-viewer",
|
|
46061
|
+
dependencies: (
|
|
46062
|
+
"combobox",
|
|
46063
|
+
"dialog",
|
|
46064
|
+
"dropzone",
|
|
46065
|
+
"icon",
|
|
46066
|
+
"pager",
|
|
46067
|
+
"toolbar",
|
|
46068
|
+
"window",
|
|
46069
|
+
)
|
|
46070
|
+
);
|
|
46071
|
+
|
|
46072
|
+
|
|
44932
46073
|
// Dependencies
|
|
44933
46074
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
44934
46075
|
// File already imported_once. Skipping output.
|
|
@@ -45273,6 +46414,15 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
|
45273
46414
|
// #endregion
|
|
45274
46415
|
|
|
45275
46416
|
|
|
46417
|
+
// Module meta
|
|
46418
|
+
$_kendo-module-meta: (
|
|
46419
|
+
name: "scroller",
|
|
46420
|
+
dependencies: (
|
|
46421
|
+
"icon",
|
|
46422
|
+
)
|
|
46423
|
+
);
|
|
46424
|
+
|
|
46425
|
+
|
|
45276
46426
|
// Dependencies
|
|
45277
46427
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
45278
46428
|
// File already imported_once. Skipping output.
|
|
@@ -45393,6 +46543,16 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
|
45393
46543
|
// #endregion
|
|
45394
46544
|
|
|
45395
46545
|
|
|
46546
|
+
// Module meta
|
|
46547
|
+
$_kendo-module-meta: (
|
|
46548
|
+
name: "scrollview",
|
|
46549
|
+
dependencies: (
|
|
46550
|
+
"button",
|
|
46551
|
+
"icon",
|
|
46552
|
+
)
|
|
46553
|
+
);
|
|
46554
|
+
|
|
46555
|
+
|
|
45396
46556
|
// Dependencies
|
|
45397
46557
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
45398
46558
|
// File already imported_once. Skipping output.
|
|
@@ -45771,6 +46931,17 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
45771
46931
|
// #endregion
|
|
45772
46932
|
|
|
45773
46933
|
|
|
46934
|
+
// Module meta
|
|
46935
|
+
$_kendo-module-meta: (
|
|
46936
|
+
name: "dataviz",
|
|
46937
|
+
dependencies: (
|
|
46938
|
+
"icon",
|
|
46939
|
+
"popup",
|
|
46940
|
+
"tooltip",
|
|
46941
|
+
)
|
|
46942
|
+
);
|
|
46943
|
+
|
|
46944
|
+
|
|
45774
46945
|
// Dependencies
|
|
45775
46946
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
45776
46947
|
// File already imported_once. Skipping output.
|
|
@@ -46581,6 +47752,18 @@ $kendo-treemap-line-height: $kendo-line-height-md !default;
|
|
|
46581
47752
|
// #endregion
|
|
46582
47753
|
|
|
46583
47754
|
|
|
47755
|
+
// Module meta
|
|
47756
|
+
$_kendo-module-meta: (
|
|
47757
|
+
name: "map",
|
|
47758
|
+
dependencies: (
|
|
47759
|
+
"button",
|
|
47760
|
+
"scroller",
|
|
47761
|
+
"icon",
|
|
47762
|
+
// "utils/layout/position",
|
|
47763
|
+
)
|
|
47764
|
+
);
|
|
47765
|
+
|
|
47766
|
+
|
|
46584
47767
|
// Dependencies
|
|
46585
47768
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
46586
47769
|
// File already imported_once. Skipping output.
|
|
@@ -46815,6 +47998,22 @@ $kendo-map-marker-fill: $kendo-color-primary !default;
|
|
|
46815
47998
|
// #endregion
|
|
46816
47999
|
|
|
46817
48000
|
|
|
48001
|
+
// Module meta
|
|
48002
|
+
$_kendo-module-meta: (
|
|
48003
|
+
name: "orgchart",
|
|
48004
|
+
dependencies: (
|
|
48005
|
+
"card",
|
|
48006
|
+
"dropdown-list",
|
|
48007
|
+
"form",
|
|
48008
|
+
"icon",
|
|
48009
|
+
"menu",
|
|
48010
|
+
"textbox",
|
|
48011
|
+
"upload",
|
|
48012
|
+
"window",
|
|
48013
|
+
)
|
|
48014
|
+
);
|
|
48015
|
+
|
|
48016
|
+
|
|
46818
48017
|
// Dependencies
|
|
46819
48018
|
// @import "../utils/_index.scss";
|
|
46820
48019
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
@@ -47083,6 +48282,16 @@ $kendo-orgchart-line-v-height: 25px !default;
|
|
|
47083
48282
|
// #endregion
|
|
47084
48283
|
|
|
47085
48284
|
|
|
48285
|
+
// Module meta
|
|
48286
|
+
$_kendo-module-meta: (
|
|
48287
|
+
name: "signature",
|
|
48288
|
+
dependencies: (
|
|
48289
|
+
"button",
|
|
48290
|
+
"input",
|
|
48291
|
+
)
|
|
48292
|
+
);
|
|
48293
|
+
|
|
48294
|
+
|
|
47086
48295
|
// Dependencies
|
|
47087
48296
|
// #region @import "../button/_index.scss"; -> scss/button/_index.scss
|
|
47088
48297
|
// File already imported_once. Skipping output.
|