@progress/kendo-theme-bootstrap 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 +1197 -3
- package/dist/bootstrap-3-dark.scss +1 -0
- package/dist/bootstrap-3.scss +1 -0
- package/dist/bootstrap-4-dark.scss +1 -0
- package/dist/bootstrap-4.scss +1 -0
- package/dist/bootstrap-main-dark.scss +1 -0
- package/dist/bootstrap-nordic.scss +1 -0
- package/dist/bootstrap-turquoise-dark.scss +1 -0
- package/dist/bootstrap-turquoise.scss +1 -0
- package/dist/bootstrap-urban.scss +1 -0
- package/dist/bootstrap-vintage.scss +1 -0
- package/dist/meta/sassdoc-data.json +6683 -6029
- package/dist/meta/sassdoc-raw-data.json +300 -0
- package/lib/swatches/bootstrap-3-dark.json +6 -1
- package/lib/swatches/bootstrap-3.json +6 -1
- package/lib/swatches/bootstrap-4-dark.json +11 -1
- package/lib/swatches/bootstrap-4.json +11 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +11 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +11 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +11 -1
- package/lib/swatches/bootstrap-turquoise.json +11 -1
- package/lib/swatches/bootstrap-urban.json +11 -1
- package/lib/swatches/bootstrap-vintage.json +11 -1
- package/package.json +5 -5
- 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/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 -2
- 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 -0
- 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/dist/all.scss
CHANGED
|
@@ -7318,6 +7318,13 @@ $kendo-invalid-shadow: 0 0 0 .25rem rgba( $kendo-invalid-border, .25 ) !default;
|
|
|
7318
7318
|
// #endregion
|
|
7319
7319
|
|
|
7320
7320
|
|
|
7321
|
+
// Module meta
|
|
7322
|
+
$_kendo-module-meta: (
|
|
7323
|
+
name: "utils",
|
|
7324
|
+
dependencies: ()
|
|
7325
|
+
);
|
|
7326
|
+
|
|
7327
|
+
|
|
7321
7328
|
// Dependencies
|
|
7322
7329
|
|
|
7323
7330
|
|
|
@@ -10270,6 +10277,13 @@ $kendo-utils: (
|
|
|
10270
10277
|
// #endregion
|
|
10271
10278
|
|
|
10272
10279
|
|
|
10280
|
+
// Module meta
|
|
10281
|
+
$_kendo-module-meta: (
|
|
10282
|
+
name: "typography",
|
|
10283
|
+
dependencies: ()
|
|
10284
|
+
);
|
|
10285
|
+
|
|
10286
|
+
|
|
10273
10287
|
// Dependencies
|
|
10274
10288
|
|
|
10275
10289
|
|
|
@@ -10602,6 +10616,13 @@ $kendo-display4-letter-spacing: null !default;
|
|
|
10602
10616
|
// #endregion
|
|
10603
10617
|
|
|
10604
10618
|
|
|
10619
|
+
// Module meta
|
|
10620
|
+
$_kendo-module-meta: (
|
|
10621
|
+
name: "icon",
|
|
10622
|
+
dependencies: ()
|
|
10623
|
+
);
|
|
10624
|
+
|
|
10625
|
+
|
|
10605
10626
|
// Dependencies
|
|
10606
10627
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
10607
10628
|
// File already imported_once. Skipping output.
|
|
@@ -11941,6 +11962,15 @@ $ki-rotate-map: (
|
|
|
11941
11962
|
// #endregion
|
|
11942
11963
|
|
|
11943
11964
|
|
|
11965
|
+
// Module meta
|
|
11966
|
+
$_kendo-module-meta: (
|
|
11967
|
+
name: "messagebox",
|
|
11968
|
+
dependencies: (
|
|
11969
|
+
"icon",
|
|
11970
|
+
)
|
|
11971
|
+
);
|
|
11972
|
+
|
|
11973
|
+
|
|
11944
11974
|
// Dependencies
|
|
11945
11975
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
11946
11976
|
// File already imported_once. Skipping output.
|
|
@@ -12029,6 +12059,13 @@ $kendo-message-box-link-text-decoration: underline !default;
|
|
|
12029
12059
|
// #endregion
|
|
12030
12060
|
|
|
12031
12061
|
|
|
12062
|
+
// Module meta
|
|
12063
|
+
$_kendo-module-meta: (
|
|
12064
|
+
name: "draggable",
|
|
12065
|
+
dependencies: ()
|
|
12066
|
+
);
|
|
12067
|
+
|
|
12068
|
+
|
|
12032
12069
|
// Dependencies
|
|
12033
12070
|
|
|
12034
12071
|
|
|
@@ -12223,6 +12260,16 @@ $kendo-drop-hint-bg: $kendo-color-primary !default;
|
|
|
12223
12260
|
// #endregion
|
|
12224
12261
|
|
|
12225
12262
|
|
|
12263
|
+
// Module meta
|
|
12264
|
+
$_kendo-module-meta: (
|
|
12265
|
+
name: "list",
|
|
12266
|
+
dependencies: (
|
|
12267
|
+
"checkbox",
|
|
12268
|
+
"icon",
|
|
12269
|
+
)
|
|
12270
|
+
);
|
|
12271
|
+
|
|
12272
|
+
|
|
12226
12273
|
// Dependencies
|
|
12227
12274
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
12228
12275
|
// File already imported_once. Skipping output.
|
|
@@ -12236,6 +12283,13 @@ $kendo-drop-hint-bg: $kendo-color-primary !default;
|
|
|
12236
12283
|
// #endregion
|
|
12237
12284
|
|
|
12238
12285
|
|
|
12286
|
+
// Module meta
|
|
12287
|
+
$_kendo-module-meta: (
|
|
12288
|
+
name: "checkbox",
|
|
12289
|
+
dependencies: ()
|
|
12290
|
+
);
|
|
12291
|
+
|
|
12292
|
+
|
|
12239
12293
|
// Dependencies
|
|
12240
12294
|
|
|
12241
12295
|
|
|
@@ -13372,6 +13426,15 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
13372
13426
|
// #endregion
|
|
13373
13427
|
|
|
13374
13428
|
|
|
13429
|
+
// Module meta
|
|
13430
|
+
$_kendo-module-meta: (
|
|
13431
|
+
name: "listgroup",
|
|
13432
|
+
dependencies: (
|
|
13433
|
+
"icon",
|
|
13434
|
+
)
|
|
13435
|
+
);
|
|
13436
|
+
|
|
13437
|
+
|
|
13375
13438
|
// Dependencies
|
|
13376
13439
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
13377
13440
|
// File already imported_once. Skipping output.
|
|
@@ -13640,6 +13703,13 @@ $kendo-listgroup-item-border-width: $kendo-listgroup-border-width !default;
|
|
|
13640
13703
|
// #endregion
|
|
13641
13704
|
|
|
13642
13705
|
|
|
13706
|
+
// Module meta
|
|
13707
|
+
$_kendo-module-meta: (
|
|
13708
|
+
name: "overlay",
|
|
13709
|
+
dependencies: ()
|
|
13710
|
+
);
|
|
13711
|
+
|
|
13712
|
+
|
|
13643
13713
|
// Dependencies
|
|
13644
13714
|
|
|
13645
13715
|
|
|
@@ -13703,6 +13773,13 @@ $kendo-overlay-opacity: .5 !default;
|
|
|
13703
13773
|
// #endregion
|
|
13704
13774
|
|
|
13705
13775
|
|
|
13776
|
+
// Module meta
|
|
13777
|
+
$_kendo-module-meta: (
|
|
13778
|
+
name: "popup",
|
|
13779
|
+
dependencies: ()
|
|
13780
|
+
);
|
|
13781
|
+
|
|
13782
|
+
|
|
13706
13783
|
// Dependencies
|
|
13707
13784
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
13708
13785
|
// File already imported_once. Skipping output.
|
|
@@ -13711,22 +13788,44 @@ $kendo-overlay-opacity: .5 !default;
|
|
|
13711
13788
|
|
|
13712
13789
|
// Component
|
|
13713
13790
|
// #region @import "./_variables.scss"; -> scss/popup/_variables.scss
|
|
13714
|
-
|
|
13715
|
-
|
|
13791
|
+
/// Horizontal padding of the popup.
|
|
13792
|
+
/// @group popup
|
|
13716
13793
|
$kendo-popup-padding-x: null !default;
|
|
13794
|
+
/// Vertical padding of the popup.
|
|
13795
|
+
/// @group popup
|
|
13717
13796
|
$kendo-popup-padding-y: null !default;
|
|
13797
|
+
/// Width of the border around the popup.
|
|
13798
|
+
/// @group popup
|
|
13718
13799
|
$kendo-popup-border-width: 1px !default;
|
|
13800
|
+
/// Border radius of the popup.
|
|
13801
|
+
/// @group popup
|
|
13719
13802
|
$kendo-popup-border-radius: $kendo-border-radius-md !default;
|
|
13720
13803
|
|
|
13804
|
+
/// Font size of the popup.
|
|
13805
|
+
/// @group popup
|
|
13721
13806
|
$kendo-popup-font-size: $kendo-font-size-md !default;
|
|
13807
|
+
/// Line height of the popup.
|
|
13808
|
+
/// @group popup
|
|
13722
13809
|
$kendo-popup-line-height: $kendo-line-height-md !default;
|
|
13723
13810
|
|
|
13811
|
+
/// Horizontal padding of the popup content.
|
|
13812
|
+
/// @group popup
|
|
13724
13813
|
$kendo-popup-content-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
13814
|
+
/// Vertical padding of the popup content.
|
|
13815
|
+
/// @group popup
|
|
13725
13816
|
$kendo-popup-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
13726
13817
|
|
|
13818
|
+
/// Background color of the popup.
|
|
13819
|
+
/// @group popup
|
|
13727
13820
|
$kendo-popup-bg: $kendo-component-bg !default;
|
|
13821
|
+
/// Text color of the popup.
|
|
13822
|
+
/// @group popup
|
|
13728
13823
|
$kendo-popup-text: $kendo-component-text !default;
|
|
13824
|
+
/// Border color of the popup.
|
|
13825
|
+
/// @group popup
|
|
13729
13826
|
$kendo-popup-border: $kendo-component-border !default;
|
|
13827
|
+
/// Box shadow of the popup.
|
|
13828
|
+
/// @group popup
|
|
13730
13829
|
$kendo-popup-shadow: 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .04 ) !default;
|
|
13731
13830
|
|
|
13732
13831
|
// #endregion
|
|
@@ -13839,6 +13938,13 @@ $kendo-popup-shadow: 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .0
|
|
|
13839
13938
|
// #endregion
|
|
13840
13939
|
|
|
13841
13940
|
|
|
13941
|
+
// Module meta
|
|
13942
|
+
$_kendo-module-meta: (
|
|
13943
|
+
name: "ripple",
|
|
13944
|
+
dependencies: ()
|
|
13945
|
+
);
|
|
13946
|
+
|
|
13947
|
+
|
|
13842
13948
|
// Dependencies
|
|
13843
13949
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
13844
13950
|
// File already imported_once. Skipping output.
|
|
@@ -13925,6 +14031,13 @@ $kendo-popup-shadow: 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .0
|
|
|
13925
14031
|
// #endregion
|
|
13926
14032
|
|
|
13927
14033
|
|
|
14034
|
+
// Module meta
|
|
14035
|
+
$_kendo-module-meta: (
|
|
14036
|
+
name: "table",
|
|
14037
|
+
dependencies: ()
|
|
14038
|
+
);
|
|
14039
|
+
|
|
14040
|
+
|
|
13928
14041
|
// Dependencies
|
|
13929
14042
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
13930
14043
|
// File already imported_once. Skipping output.
|
|
@@ -14480,6 +14593,13 @@ $kendo-table-selected-border: null !default;
|
|
|
14480
14593
|
// #endregion
|
|
14481
14594
|
|
|
14482
14595
|
|
|
14596
|
+
// Module meta
|
|
14597
|
+
$_kendo-module-meta: (
|
|
14598
|
+
name: "virtual-scroller",
|
|
14599
|
+
dependencies: ()
|
|
14600
|
+
);
|
|
14601
|
+
|
|
14602
|
+
|
|
14483
14603
|
// Dependencies
|
|
14484
14604
|
|
|
14485
14605
|
|
|
@@ -14552,6 +14672,13 @@ $kendo-table-selected-border: null !default;
|
|
|
14552
14672
|
// #endregion
|
|
14553
14673
|
|
|
14554
14674
|
|
|
14675
|
+
// Module meta
|
|
14676
|
+
$_kendo-module-meta: (
|
|
14677
|
+
name: "avatar",
|
|
14678
|
+
dependencies: ()
|
|
14679
|
+
);
|
|
14680
|
+
|
|
14681
|
+
|
|
14555
14682
|
// Dependencies
|
|
14556
14683
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
14557
14684
|
// File already imported_once. Skipping output.
|
|
@@ -14712,6 +14839,16 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
14712
14839
|
// #endregion
|
|
14713
14840
|
|
|
14714
14841
|
|
|
14842
|
+
// Module meta
|
|
14843
|
+
$_kendo-module-meta: (
|
|
14844
|
+
name: "badge",
|
|
14845
|
+
dependencies: (
|
|
14846
|
+
"icon",
|
|
14847
|
+
// "utils/layout/position",
|
|
14848
|
+
)
|
|
14849
|
+
);
|
|
14850
|
+
|
|
14851
|
+
|
|
14715
14852
|
// Dependencies
|
|
14716
14853
|
// @import "../utils/_position.scss";
|
|
14717
14854
|
// #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
|
|
@@ -14985,6 +15122,16 @@ $kendo-badge-sizes: (
|
|
|
14985
15122
|
// #endregion
|
|
14986
15123
|
|
|
14987
15124
|
|
|
15125
|
+
// Module meta
|
|
15126
|
+
$_kendo-module-meta: (
|
|
15127
|
+
name: "chip",
|
|
15128
|
+
dependencies: (
|
|
15129
|
+
"avatar",
|
|
15130
|
+
"icon",
|
|
15131
|
+
)
|
|
15132
|
+
);
|
|
15133
|
+
|
|
15134
|
+
|
|
14988
15135
|
// Dependencies
|
|
14989
15136
|
// #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
|
|
14990
15137
|
// File already imported_once. Skipping output.
|
|
@@ -15729,6 +15876,15 @@ $kendo-chip-list-sizes: (
|
|
|
15729
15876
|
// #endregion
|
|
15730
15877
|
|
|
15731
15878
|
|
|
15879
|
+
// Module meta
|
|
15880
|
+
$_kendo-module-meta: (
|
|
15881
|
+
name: "color-preview",
|
|
15882
|
+
dependencies: ()
|
|
15883
|
+
);
|
|
15884
|
+
|
|
15885
|
+
|
|
15886
|
+
|
|
15887
|
+
|
|
15732
15888
|
// Dependencies
|
|
15733
15889
|
|
|
15734
15890
|
|
|
@@ -15873,6 +16029,15 @@ $kendo-color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0
|
|
|
15873
16029
|
// #endregion
|
|
15874
16030
|
|
|
15875
16031
|
|
|
16032
|
+
// Module meta
|
|
16033
|
+
$_kendo-module-meta: (
|
|
16034
|
+
name: "loader",
|
|
16035
|
+
dependencies: (
|
|
16036
|
+
"overlay",
|
|
16037
|
+
)
|
|
16038
|
+
);
|
|
16039
|
+
|
|
16040
|
+
|
|
15876
16041
|
// Dependencies
|
|
15877
16042
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
15878
16043
|
// File already imported_once. Skipping output.
|
|
@@ -16610,6 +16775,13 @@ $kendo-loading-opacity: .3 !default;
|
|
|
16610
16775
|
// #endregion
|
|
16611
16776
|
|
|
16612
16777
|
|
|
16778
|
+
// Module meta
|
|
16779
|
+
$_kendo-module-meta: (
|
|
16780
|
+
name: "skeleton",
|
|
16781
|
+
dependencies: ()
|
|
16782
|
+
);
|
|
16783
|
+
|
|
16784
|
+
|
|
16613
16785
|
// Dependencies
|
|
16614
16786
|
|
|
16615
16787
|
|
|
@@ -16772,6 +16944,17 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
16772
16944
|
// #endregion
|
|
16773
16945
|
|
|
16774
16946
|
|
|
16947
|
+
// Module meta
|
|
16948
|
+
$_kendo-module-meta: (
|
|
16949
|
+
name: "form",
|
|
16950
|
+
dependencies: (
|
|
16951
|
+
"actions",
|
|
16952
|
+
"icon",
|
|
16953
|
+
"toolbar",
|
|
16954
|
+
)
|
|
16955
|
+
);
|
|
16956
|
+
|
|
16957
|
+
|
|
16775
16958
|
// Dependencies // TODO: extract variables
|
|
16776
16959
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
16777
16960
|
// File already imported_once. Skipping output.
|
|
@@ -16785,6 +16968,18 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
16785
16968
|
// #endregion
|
|
16786
16969
|
|
|
16787
16970
|
|
|
16971
|
+
// Module meta
|
|
16972
|
+
$_kendo-module-meta: (
|
|
16973
|
+
name: "toolbar",
|
|
16974
|
+
dependencies: (
|
|
16975
|
+
"button",
|
|
16976
|
+
"icon",
|
|
16977
|
+
"menu",
|
|
16978
|
+
"popup",
|
|
16979
|
+
)
|
|
16980
|
+
);
|
|
16981
|
+
|
|
16982
|
+
|
|
16788
16983
|
// Dependencies
|
|
16789
16984
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
16790
16985
|
// File already imported_once. Skipping output.
|
|
@@ -16798,6 +16993,16 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
16798
16993
|
// #endregion
|
|
16799
16994
|
|
|
16800
16995
|
|
|
16996
|
+
// Module meta
|
|
16997
|
+
$_kendo-module-meta: (
|
|
16998
|
+
name: "button",
|
|
16999
|
+
dependencies: (
|
|
17000
|
+
"badge",
|
|
17001
|
+
"icon",
|
|
17002
|
+
)
|
|
17003
|
+
);
|
|
17004
|
+
|
|
17005
|
+
|
|
16801
17006
|
// Dependencies
|
|
16802
17007
|
// #region @import "../badge/_index.scss"; -> scss/badge/_index.scss
|
|
16803
17008
|
// File already imported_once. Skipping output.
|
|
@@ -17469,6 +17674,18 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
17469
17674
|
// #endregion
|
|
17470
17675
|
|
|
17471
17676
|
|
|
17677
|
+
// Module meta
|
|
17678
|
+
$_kendo-module-meta: (
|
|
17679
|
+
name: "menu",
|
|
17680
|
+
dependencies: (
|
|
17681
|
+
"button",
|
|
17682
|
+
"icon",
|
|
17683
|
+
"list",
|
|
17684
|
+
"popup",
|
|
17685
|
+
)
|
|
17686
|
+
);
|
|
17687
|
+
|
|
17688
|
+
|
|
17472
17689
|
// Dependencies
|
|
17473
17690
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
17474
17691
|
// File already imported_once. Skipping output.
|
|
@@ -18684,6 +18901,13 @@ $kendo-toolbar-sizes: (
|
|
|
18684
18901
|
// #endregion
|
|
18685
18902
|
|
|
18686
18903
|
|
|
18904
|
+
// Module meta
|
|
18905
|
+
$_kendo-module-meta: (
|
|
18906
|
+
name: "actions",
|
|
18907
|
+
dependencies: ()
|
|
18908
|
+
);
|
|
18909
|
+
|
|
18910
|
+
|
|
18687
18911
|
// Dependencies
|
|
18688
18912
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
18689
18913
|
// File already imported_once. Skipping output.
|
|
@@ -19701,6 +19925,16 @@ $kendo-form-sizes: (
|
|
|
19701
19925
|
// #endregion
|
|
19702
19926
|
|
|
19703
19927
|
|
|
19928
|
+
// Module meta
|
|
19929
|
+
$_kendo-module-meta: (
|
|
19930
|
+
name: "validator",
|
|
19931
|
+
dependencies: (
|
|
19932
|
+
"icon",
|
|
19933
|
+
"tooltip",
|
|
19934
|
+
)
|
|
19935
|
+
);
|
|
19936
|
+
|
|
19937
|
+
|
|
19704
19938
|
// Dependencies
|
|
19705
19939
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
19706
19940
|
// File already imported_once. Skipping output.
|
|
@@ -19714,6 +19948,16 @@ $kendo-form-sizes: (
|
|
|
19714
19948
|
// #endregion
|
|
19715
19949
|
|
|
19716
19950
|
|
|
19951
|
+
// Module meta
|
|
19952
|
+
$_kendo-module-meta: (
|
|
19953
|
+
name: "tooltip",
|
|
19954
|
+
dependencies: (
|
|
19955
|
+
"icon",
|
|
19956
|
+
"popup",
|
|
19957
|
+
)
|
|
19958
|
+
);
|
|
19959
|
+
|
|
19960
|
+
|
|
19717
19961
|
// Dependencies
|
|
19718
19962
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
19719
19963
|
// File already imported_once. Skipping output.
|
|
@@ -19988,6 +20232,15 @@ $kendo-form-sizes: (
|
|
|
19988
20232
|
// #endregion
|
|
19989
20233
|
|
|
19990
20234
|
|
|
20235
|
+
// Module meta
|
|
20236
|
+
$_kendo-module-meta: (
|
|
20237
|
+
name: "floating-label",
|
|
20238
|
+
dependencies: (
|
|
20239
|
+
"input",
|
|
20240
|
+
)
|
|
20241
|
+
);
|
|
20242
|
+
|
|
20243
|
+
|
|
19991
20244
|
// Dependencies
|
|
19992
20245
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
19993
20246
|
// File already imported_once. Skipping output.
|
|
@@ -20001,6 +20254,16 @@ $kendo-form-sizes: (
|
|
|
20001
20254
|
// #endregion
|
|
20002
20255
|
|
|
20003
20256
|
|
|
20257
|
+
// Module meta
|
|
20258
|
+
$_kendo-module-meta: (
|
|
20259
|
+
name: "input",
|
|
20260
|
+
dependencies: (
|
|
20261
|
+
"button",
|
|
20262
|
+
"icon",
|
|
20263
|
+
)
|
|
20264
|
+
);
|
|
20265
|
+
|
|
20266
|
+
|
|
20004
20267
|
// Dependencies
|
|
20005
20268
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
20006
20269
|
// File already imported_once. Skipping output.
|
|
@@ -21180,6 +21443,17 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
21180
21443
|
// #endregion
|
|
21181
21444
|
|
|
21182
21445
|
|
|
21446
|
+
// Module meta
|
|
21447
|
+
$_kendo-module-meta: (
|
|
21448
|
+
name: "split-button",
|
|
21449
|
+
dependencies: (
|
|
21450
|
+
"button",
|
|
21451
|
+
"icon",
|
|
21452
|
+
"menu",
|
|
21453
|
+
)
|
|
21454
|
+
);
|
|
21455
|
+
|
|
21456
|
+
|
|
21183
21457
|
// Dependencies
|
|
21184
21458
|
// #region @import "../button/_index.scss"; -> scss/button/_index.scss
|
|
21185
21459
|
// File already imported_once. Skipping output.
|
|
@@ -21277,6 +21551,17 @@ $kendo-split-button-lg-arrow-padding-y: $kendo-button-lg-padding-y !default;
|
|
|
21277
21551
|
// #endregion
|
|
21278
21552
|
|
|
21279
21553
|
|
|
21554
|
+
// Module meta
|
|
21555
|
+
$_kendo-module-meta: (
|
|
21556
|
+
name: "menu-button",
|
|
21557
|
+
dependencies: (
|
|
21558
|
+
"button",
|
|
21559
|
+
"icon",
|
|
21560
|
+
"menu",
|
|
21561
|
+
)
|
|
21562
|
+
);
|
|
21563
|
+
|
|
21564
|
+
|
|
21280
21565
|
// Dependencies
|
|
21281
21566
|
// #region @import "../button/_index.scss"; -> scss/button/_index.scss
|
|
21282
21567
|
// File already imported_once. Skipping output.
|
|
@@ -21351,6 +21636,16 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
|
21351
21636
|
// #endregion
|
|
21352
21637
|
|
|
21353
21638
|
|
|
21639
|
+
// Module meta
|
|
21640
|
+
$_kendo-module-meta: (
|
|
21641
|
+
name: "textbox",
|
|
21642
|
+
dependencies: (
|
|
21643
|
+
"icon",
|
|
21644
|
+
"input",
|
|
21645
|
+
)
|
|
21646
|
+
);
|
|
21647
|
+
|
|
21648
|
+
|
|
21354
21649
|
// Dependencies
|
|
21355
21650
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
21356
21651
|
// File already imported_once. Skipping output.
|
|
@@ -21402,6 +21697,16 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
|
21402
21697
|
// #endregion
|
|
21403
21698
|
|
|
21404
21699
|
|
|
21700
|
+
// Module meta
|
|
21701
|
+
$_kendo-module-meta: (
|
|
21702
|
+
name: "textarea",
|
|
21703
|
+
dependencies: (
|
|
21704
|
+
"icon",
|
|
21705
|
+
"input",
|
|
21706
|
+
)
|
|
21707
|
+
);
|
|
21708
|
+
|
|
21709
|
+
|
|
21405
21710
|
// Dependencies
|
|
21406
21711
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
21407
21712
|
// File already imported_once. Skipping output.
|
|
@@ -21457,6 +21762,18 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
|
21457
21762
|
// #endregion
|
|
21458
21763
|
|
|
21459
21764
|
|
|
21765
|
+
// Module meta
|
|
21766
|
+
$_kendo-module-meta: (
|
|
21767
|
+
name: "listbox",
|
|
21768
|
+
dependencies: (
|
|
21769
|
+
"button",
|
|
21770
|
+
"icon",
|
|
21771
|
+
"list",
|
|
21772
|
+
"popup",
|
|
21773
|
+
)
|
|
21774
|
+
);
|
|
21775
|
+
|
|
21776
|
+
|
|
21460
21777
|
// Dependencies
|
|
21461
21778
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
21462
21779
|
// File already imported_once. Skipping output.
|
|
@@ -21662,6 +21979,13 @@ $kendo-listbox-drop-hint-width: 1px !default;
|
|
|
21662
21979
|
// #endregion
|
|
21663
21980
|
|
|
21664
21981
|
|
|
21982
|
+
// Module meta
|
|
21983
|
+
$_kendo-module-meta: (
|
|
21984
|
+
name: "progressbar",
|
|
21985
|
+
dependencies: ()
|
|
21986
|
+
);
|
|
21987
|
+
|
|
21988
|
+
|
|
21665
21989
|
// Dependencies
|
|
21666
21990
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
21667
21991
|
// File already imported_once. Skipping output.
|
|
@@ -22066,6 +22390,13 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
22066
22390
|
// #endregion
|
|
22067
22391
|
|
|
22068
22392
|
|
|
22393
|
+
// Module meta
|
|
22394
|
+
$_kendo-module-meta: (
|
|
22395
|
+
name: "radio",
|
|
22396
|
+
dependencies: ()
|
|
22397
|
+
);
|
|
22398
|
+
|
|
22399
|
+
|
|
22069
22400
|
// Dependencies
|
|
22070
22401
|
|
|
22071
22402
|
|
|
@@ -22554,6 +22885,17 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
22554
22885
|
// #endregion
|
|
22555
22886
|
|
|
22556
22887
|
|
|
22888
|
+
// Module meta
|
|
22889
|
+
$_kendo-module-meta: (
|
|
22890
|
+
name: "slider",
|
|
22891
|
+
dependencies: (
|
|
22892
|
+
"button",
|
|
22893
|
+
"icon",
|
|
22894
|
+
"tooltip",
|
|
22895
|
+
)
|
|
22896
|
+
);
|
|
22897
|
+
|
|
22898
|
+
|
|
22557
22899
|
// Dependencies
|
|
22558
22900
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
22559
22901
|
// File already imported_once. Skipping output.
|
|
@@ -23184,6 +23526,17 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
23184
23526
|
// #endregion
|
|
23185
23527
|
|
|
23186
23528
|
|
|
23529
|
+
// Module meta
|
|
23530
|
+
$_kendo-module-meta: (
|
|
23531
|
+
name: "calendar",
|
|
23532
|
+
dependencies: (
|
|
23533
|
+
"button",
|
|
23534
|
+
"icon",
|
|
23535
|
+
"list",
|
|
23536
|
+
)
|
|
23537
|
+
);
|
|
23538
|
+
|
|
23539
|
+
|
|
23187
23540
|
// Dependencies
|
|
23188
23541
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
23189
23542
|
// File already imported_once. Skipping output.
|
|
@@ -24119,6 +24472,18 @@ $kendo-calendar-sizes: (
|
|
|
24119
24472
|
// #endregion
|
|
24120
24473
|
|
|
24121
24474
|
|
|
24475
|
+
// Module meta
|
|
24476
|
+
$_kendo-module-meta: (
|
|
24477
|
+
name: "time-selector",
|
|
24478
|
+
dependencies: (
|
|
24479
|
+
"actions",
|
|
24480
|
+
"button",
|
|
24481
|
+
"icon",
|
|
24482
|
+
"list",
|
|
24483
|
+
)
|
|
24484
|
+
);
|
|
24485
|
+
|
|
24486
|
+
|
|
24122
24487
|
// Dependencies
|
|
24123
24488
|
// #region @import "../list/_index.scss"; -> scss/list/_index.scss
|
|
24124
24489
|
// File already imported_once. Skipping output.
|
|
@@ -24561,6 +24926,18 @@ $kendo-time-selector-sizes: (
|
|
|
24561
24926
|
// #endregion
|
|
24562
24927
|
|
|
24563
24928
|
|
|
24929
|
+
// Module meta
|
|
24930
|
+
$_kendo-module-meta: (
|
|
24931
|
+
name: "autocomplete",
|
|
24932
|
+
dependencies: (
|
|
24933
|
+
"icon",
|
|
24934
|
+
"input",
|
|
24935
|
+
"list",
|
|
24936
|
+
"popup",
|
|
24937
|
+
)
|
|
24938
|
+
);
|
|
24939
|
+
|
|
24940
|
+
|
|
24564
24941
|
// Dependencies
|
|
24565
24942
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24566
24943
|
// File already imported_once. Skipping output.
|
|
@@ -24622,6 +24999,23 @@ $kendo-time-selector-sizes: (
|
|
|
24622
24999
|
// #endregion
|
|
24623
25000
|
|
|
24624
25001
|
|
|
25002
|
+
// Module meta
|
|
25003
|
+
$_kendo-module-meta: (
|
|
25004
|
+
name: "captcha",
|
|
25005
|
+
dependencies: (
|
|
25006
|
+
"button",
|
|
25007
|
+
"icon",
|
|
25008
|
+
"input",
|
|
25009
|
+
"slider",
|
|
25010
|
+
"textbox",
|
|
25011
|
+
// "utils/layout/position",
|
|
25012
|
+
// "utils/typography/text-color",
|
|
25013
|
+
)
|
|
25014
|
+
);
|
|
25015
|
+
|
|
25016
|
+
|
|
25017
|
+
|
|
25018
|
+
|
|
24625
25019
|
// Dependencies
|
|
24626
25020
|
// @import "../utils/_index.scss";
|
|
24627
25021
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
@@ -24764,6 +25158,15 @@ $kendo-captcha-validation-message-font-style: italic !default;
|
|
|
24764
25158
|
// #endregion
|
|
24765
25159
|
|
|
24766
25160
|
|
|
25161
|
+
// Module meta
|
|
25162
|
+
$_kendo-module-meta: (
|
|
25163
|
+
name: "color-palette",
|
|
25164
|
+
dependencies: (
|
|
25165
|
+
// "utils/flex-grid",
|
|
25166
|
+
)
|
|
25167
|
+
);
|
|
25168
|
+
|
|
25169
|
+
|
|
24767
25170
|
// Dependencies
|
|
24768
25171
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24769
25172
|
// File already imported_once. Skipping output.
|
|
@@ -24885,6 +25288,20 @@ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inse
|
|
|
24885
25288
|
// #endregion
|
|
24886
25289
|
|
|
24887
25290
|
|
|
25291
|
+
// Module meta
|
|
25292
|
+
$_kendo-module-meta: (
|
|
25293
|
+
name: "color-gradient",
|
|
25294
|
+
dependencies: (
|
|
25295
|
+
"button",
|
|
25296
|
+
"icon",
|
|
25297
|
+
"numeric-textbox",
|
|
25298
|
+
"slider",
|
|
25299
|
+
"textbox",
|
|
25300
|
+
"utils/flex-grid",
|
|
25301
|
+
)
|
|
25302
|
+
);
|
|
25303
|
+
|
|
25304
|
+
|
|
24888
25305
|
// Dependencies
|
|
24889
25306
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24890
25307
|
// File already imported_once. Skipping output.
|
|
@@ -24912,6 +25329,16 @@ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inse
|
|
|
24912
25329
|
// #endregion
|
|
24913
25330
|
|
|
24914
25331
|
|
|
25332
|
+
// Module meta
|
|
25333
|
+
$_kendo-module-meta: (
|
|
25334
|
+
name: "numeric-textbox",
|
|
25335
|
+
dependencies: (
|
|
25336
|
+
"input",
|
|
25337
|
+
"icon",
|
|
25338
|
+
)
|
|
25339
|
+
);
|
|
25340
|
+
|
|
25341
|
+
|
|
24915
25342
|
// Dependencies
|
|
24916
25343
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
24917
25344
|
// File already imported_once. Skipping output.
|
|
@@ -25315,6 +25742,18 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
25315
25742
|
// #endregion
|
|
25316
25743
|
|
|
25317
25744
|
|
|
25745
|
+
// Module meta
|
|
25746
|
+
$_kendo-module-meta: (
|
|
25747
|
+
name: "color-editor",
|
|
25748
|
+
dependencies: (
|
|
25749
|
+
"actions",
|
|
25750
|
+
"color-gradient",
|
|
25751
|
+
"color-palette",
|
|
25752
|
+
"color-preview",
|
|
25753
|
+
)
|
|
25754
|
+
);
|
|
25755
|
+
|
|
25756
|
+
|
|
25318
25757
|
// Dependencies
|
|
25319
25758
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
25320
25759
|
// File already imported_once. Skipping output.
|
|
@@ -25497,6 +25936,19 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|
|
|
25497
25936
|
// #endregion
|
|
25498
25937
|
|
|
25499
25938
|
|
|
25939
|
+
// Module meta
|
|
25940
|
+
$_kendo-module-meta: (
|
|
25941
|
+
name: "color-picker",
|
|
25942
|
+
dependencies: (
|
|
25943
|
+
"button",
|
|
25944
|
+
"color-editor",
|
|
25945
|
+
"icon",
|
|
25946
|
+
"input",
|
|
25947
|
+
"popup",
|
|
25948
|
+
)
|
|
25949
|
+
);
|
|
25950
|
+
|
|
25951
|
+
|
|
25500
25952
|
// Dependencies
|
|
25501
25953
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
25502
25954
|
// File already imported_once. Skipping output.
|
|
@@ -25562,6 +26014,18 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|
|
|
25562
26014
|
// #endregion
|
|
25563
26015
|
|
|
25564
26016
|
|
|
26017
|
+
// Module meta
|
|
26018
|
+
$_kendo-module-meta: (
|
|
26019
|
+
name: "combobox",
|
|
26020
|
+
dependencies: (
|
|
26021
|
+
"icon",
|
|
26022
|
+
"input",
|
|
26023
|
+
"list",
|
|
26024
|
+
"popup",
|
|
26025
|
+
)
|
|
26026
|
+
);
|
|
26027
|
+
|
|
26028
|
+
|
|
25565
26029
|
// Dependencies
|
|
25566
26030
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
25567
26031
|
// File already imported_once. Skipping output.
|
|
@@ -25623,6 +26087,16 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|
|
|
25623
26087
|
// #endregion
|
|
25624
26088
|
|
|
25625
26089
|
|
|
26090
|
+
// Module meta
|
|
26091
|
+
$_kendo-module-meta: (
|
|
26092
|
+
name: "date-input",
|
|
26093
|
+
dependencies: (
|
|
26094
|
+
"icon",
|
|
26095
|
+
"input",
|
|
26096
|
+
)
|
|
26097
|
+
);
|
|
26098
|
+
|
|
26099
|
+
|
|
25626
26100
|
// Dependencies
|
|
25627
26101
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
25628
26102
|
// File already imported_once. Skipping output.
|
|
@@ -25669,6 +26143,18 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|
|
|
25669
26143
|
// #endregion
|
|
25670
26144
|
|
|
25671
26145
|
|
|
26146
|
+
// Module meta
|
|
26147
|
+
$_kendo-module-meta: (
|
|
26148
|
+
name: "date-picker",
|
|
26149
|
+
dependencies: (
|
|
26150
|
+
"calendar",
|
|
26151
|
+
"icon",
|
|
26152
|
+
"input",
|
|
26153
|
+
"popup",
|
|
26154
|
+
)
|
|
26155
|
+
);
|
|
26156
|
+
|
|
26157
|
+
|
|
25672
26158
|
// Dependencies
|
|
25673
26159
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
25674
26160
|
// File already imported_once. Skipping output.
|
|
@@ -25721,6 +26207,20 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|
|
|
25721
26207
|
// #endregion
|
|
25722
26208
|
|
|
25723
26209
|
|
|
26210
|
+
// Module meta
|
|
26211
|
+
$_kendo-module-meta: (
|
|
26212
|
+
name: "time-picker",
|
|
26213
|
+
dependencies: (
|
|
26214
|
+
"button",
|
|
26215
|
+
"icon",
|
|
26216
|
+
"input",
|
|
26217
|
+
"list",
|
|
26218
|
+
"popup",
|
|
26219
|
+
"time-selector",
|
|
26220
|
+
)
|
|
26221
|
+
);
|
|
26222
|
+
|
|
26223
|
+
|
|
25724
26224
|
// Dependencies
|
|
25725
26225
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
25726
26226
|
// File already imported_once. Skipping output.
|
|
@@ -25779,6 +26279,22 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|
|
|
25779
26279
|
// #endregion
|
|
25780
26280
|
|
|
25781
26281
|
|
|
26282
|
+
// Module meta
|
|
26283
|
+
$_kendo-module-meta: (
|
|
26284
|
+
name: "date-time-picker",
|
|
26285
|
+
dependencies: (
|
|
26286
|
+
"calendar",
|
|
26287
|
+
"date-input",
|
|
26288
|
+
"date-picker",
|
|
26289
|
+
"icon",
|
|
26290
|
+
"input",
|
|
26291
|
+
"list",
|
|
26292
|
+
"popup",
|
|
26293
|
+
"time-selector",
|
|
26294
|
+
)
|
|
26295
|
+
);
|
|
26296
|
+
|
|
26297
|
+
|
|
25782
26298
|
// Dependencies
|
|
25783
26299
|
// #region @import "../input/_index.scss"; -> scss/input/_index.scss
|
|
25784
26300
|
// File already imported_once. Skipping output.
|
|
@@ -25895,6 +26411,22 @@ $kendo-datetime-width: calc( #{$kendo-calendar-cell-size * 8} + #{$kendo-infinit
|
|
|
25895
26411
|
// #endregion
|
|
25896
26412
|
|
|
25897
26413
|
|
|
26414
|
+
// Module meta
|
|
26415
|
+
$_kendo-module-meta: (
|
|
26416
|
+
name: "date-range-picker",
|
|
26417
|
+
dependencies: (
|
|
26418
|
+
"calendar",
|
|
26419
|
+
"date-input",
|
|
26420
|
+
"date-picker",
|
|
26421
|
+
"icon",
|
|
26422
|
+
"input",
|
|
26423
|
+
"popup",
|
|
26424
|
+
)
|
|
26425
|
+
);
|
|
26426
|
+
|
|
26427
|
+
|
|
26428
|
+
|
|
26429
|
+
|
|
25898
26430
|
// Dependencies
|
|
25899
26431
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
25900
26432
|
// File already imported_once. Skipping output.
|
|
@@ -25988,6 +26520,18 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
25988
26520
|
// #endregion
|
|
25989
26521
|
|
|
25990
26522
|
|
|
26523
|
+
// Module meta
|
|
26524
|
+
$_kendo-module-meta: (
|
|
26525
|
+
name: "dropdown-grid",
|
|
26526
|
+
dependencies: (
|
|
26527
|
+
"icon",
|
|
26528
|
+
"input",
|
|
26529
|
+
"popup",
|
|
26530
|
+
"table",
|
|
26531
|
+
)
|
|
26532
|
+
);
|
|
26533
|
+
|
|
26534
|
+
|
|
25991
26535
|
// Dependencies
|
|
25992
26536
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
25993
26537
|
// File already imported_once. Skipping output.
|
|
@@ -26057,6 +26601,18 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
26057
26601
|
// #endregion
|
|
26058
26602
|
|
|
26059
26603
|
|
|
26604
|
+
// Module meta
|
|
26605
|
+
$_kendo-module-meta: (
|
|
26606
|
+
name: "dropdown-list",
|
|
26607
|
+
dependencies: (
|
|
26608
|
+
"icon",
|
|
26609
|
+
"input",
|
|
26610
|
+
"list",
|
|
26611
|
+
"popup",
|
|
26612
|
+
)
|
|
26613
|
+
);
|
|
26614
|
+
|
|
26615
|
+
|
|
26060
26616
|
// Dependencies
|
|
26061
26617
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
26062
26618
|
// File already imported_once. Skipping output.
|
|
@@ -26150,6 +26706,18 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
26150
26706
|
// #endregion
|
|
26151
26707
|
|
|
26152
26708
|
|
|
26709
|
+
// Module meta
|
|
26710
|
+
$_kendo-module-meta: (
|
|
26711
|
+
name: "dropdown-tree",
|
|
26712
|
+
dependencies: (
|
|
26713
|
+
"icon",
|
|
26714
|
+
"input",
|
|
26715
|
+
"popup",
|
|
26716
|
+
"treeview",
|
|
26717
|
+
)
|
|
26718
|
+
);
|
|
26719
|
+
|
|
26720
|
+
|
|
26153
26721
|
// Dependencies
|
|
26154
26722
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
26155
26723
|
// File already imported_once. Skipping output.
|
|
@@ -26169,6 +26737,20 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
26169
26737
|
// #endregion
|
|
26170
26738
|
|
|
26171
26739
|
|
|
26740
|
+
// Module meta
|
|
26741
|
+
$_kendo-module-meta: (
|
|
26742
|
+
name: "multiselect",
|
|
26743
|
+
dependencies: (
|
|
26744
|
+
"button",
|
|
26745
|
+
"chip",
|
|
26746
|
+
"icon",
|
|
26747
|
+
"input",
|
|
26748
|
+
"list",
|
|
26749
|
+
"popup",
|
|
26750
|
+
)
|
|
26751
|
+
);
|
|
26752
|
+
|
|
26753
|
+
|
|
26172
26754
|
// Dependencies
|
|
26173
26755
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
26174
26756
|
// File already imported_once. Skipping output.
|
|
@@ -26236,6 +26818,16 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
26236
26818
|
// #endregion
|
|
26237
26819
|
|
|
26238
26820
|
|
|
26821
|
+
// Module meta
|
|
26822
|
+
$_kendo-module-meta: (
|
|
26823
|
+
name: "treeview",
|
|
26824
|
+
dependencies: (
|
|
26825
|
+
"checkbox",
|
|
26826
|
+
"icon",
|
|
26827
|
+
)
|
|
26828
|
+
);
|
|
26829
|
+
|
|
26830
|
+
|
|
26239
26831
|
// Dependencies
|
|
26240
26832
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
26241
26833
|
// File already imported_once. Skipping output.
|
|
@@ -26745,6 +27337,16 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
26745
27337
|
// #endregion
|
|
26746
27338
|
|
|
26747
27339
|
|
|
27340
|
+
// Module meta
|
|
27341
|
+
$_kendo-module-meta: (
|
|
27342
|
+
name: "masked-textbox",
|
|
27343
|
+
dependencies: (
|
|
27344
|
+
"input",
|
|
27345
|
+
"icon",
|
|
27346
|
+
)
|
|
27347
|
+
);
|
|
27348
|
+
|
|
27349
|
+
|
|
26748
27350
|
// Dependencies
|
|
26749
27351
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
26750
27352
|
// File already imported_once. Skipping output.
|
|
@@ -26806,6 +27408,15 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
26806
27408
|
// #endregion
|
|
26807
27409
|
|
|
26808
27410
|
|
|
27411
|
+
// Module meta
|
|
27412
|
+
$_kendo-module-meta: (
|
|
27413
|
+
name: "rating",
|
|
27414
|
+
dependencies: (
|
|
27415
|
+
"icon",
|
|
27416
|
+
)
|
|
27417
|
+
);
|
|
27418
|
+
|
|
27419
|
+
|
|
26809
27420
|
// Dependencies
|
|
26810
27421
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
26811
27422
|
// File already imported_once. Skipping output.
|
|
@@ -27007,6 +27618,17 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
|
27007
27618
|
// #endregion
|
|
27008
27619
|
|
|
27009
27620
|
|
|
27621
|
+
// Module meta
|
|
27622
|
+
$_kendo-module-meta: (
|
|
27623
|
+
name: "searchbox",
|
|
27624
|
+
dependencies: (
|
|
27625
|
+
"button",
|
|
27626
|
+
"icon",
|
|
27627
|
+
"input",
|
|
27628
|
+
)
|
|
27629
|
+
);
|
|
27630
|
+
|
|
27631
|
+
|
|
27010
27632
|
// Dependencies
|
|
27011
27633
|
// #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
|
|
27012
27634
|
// File already imported_once. Skipping output.
|
|
@@ -27059,6 +27681,13 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
|
27059
27681
|
// #endregion
|
|
27060
27682
|
|
|
27061
27683
|
|
|
27684
|
+
// Module meta
|
|
27685
|
+
$_kendo-module-meta: (
|
|
27686
|
+
name: "switch",
|
|
27687
|
+
dependencies: ()
|
|
27688
|
+
);
|
|
27689
|
+
|
|
27690
|
+
|
|
27062
27691
|
// Dependencies
|
|
27063
27692
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
27064
27693
|
// File already imported_once. Skipping output.
|
|
@@ -27614,6 +28243,18 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
27614
28243
|
// #endregion
|
|
27615
28244
|
|
|
27616
28245
|
|
|
28246
|
+
// Module meta
|
|
28247
|
+
$_kendo-module-meta: (
|
|
28248
|
+
name: "upload",
|
|
28249
|
+
dependencies: (
|
|
28250
|
+
"actions",
|
|
28251
|
+
"button",
|
|
28252
|
+
"dropzone",
|
|
28253
|
+
"icon",
|
|
28254
|
+
)
|
|
28255
|
+
);
|
|
28256
|
+
|
|
28257
|
+
|
|
27617
28258
|
// Dependencies
|
|
27618
28259
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
27619
28260
|
// File already imported_once. Skipping output.
|
|
@@ -27636,6 +28277,13 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
27636
28277
|
// #endregion
|
|
27637
28278
|
|
|
27638
28279
|
|
|
28280
|
+
// Module meta
|
|
28281
|
+
$_kendo-module-meta: (
|
|
28282
|
+
name: "drop-zone",
|
|
28283
|
+
dependencies: ()
|
|
28284
|
+
);
|
|
28285
|
+
|
|
28286
|
+
|
|
27639
28287
|
// Dependencies
|
|
27640
28288
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
27641
28289
|
// File already imported_once. Skipping output.
|
|
@@ -28206,6 +28854,13 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
28206
28854
|
// #endregion
|
|
28207
28855
|
|
|
28208
28856
|
|
|
28857
|
+
// Module meta
|
|
28858
|
+
$_kendo-module-meta: (
|
|
28859
|
+
name: "appbar",
|
|
28860
|
+
dependencies: ()
|
|
28861
|
+
);
|
|
28862
|
+
|
|
28863
|
+
|
|
28209
28864
|
// Dependencies
|
|
28210
28865
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
28211
28866
|
// File already imported_once. Skipping output.
|
|
@@ -28400,6 +29055,18 @@ $kendo-appbar-bottom-box-shadow: 0px -1px 1px rgba( black, .16 ) !default;
|
|
|
28400
29055
|
// #endregion
|
|
28401
29056
|
|
|
28402
29057
|
|
|
29058
|
+
// Module meta
|
|
29059
|
+
$_kendo-module-meta: (
|
|
29060
|
+
name: "fab",
|
|
29061
|
+
dependencies: (
|
|
29062
|
+
"badge",
|
|
29063
|
+
"button",
|
|
29064
|
+
"icon",
|
|
29065
|
+
// "utils/layout/position",
|
|
29066
|
+
)
|
|
29067
|
+
);
|
|
29068
|
+
|
|
29069
|
+
|
|
28403
29070
|
// Dependencies
|
|
28404
29071
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
28405
29072
|
// File already imported_once. Skipping output.
|
|
@@ -28861,6 +29528,16 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
28861
29528
|
// #endregion
|
|
28862
29529
|
|
|
28863
29530
|
|
|
29531
|
+
// Module meta
|
|
29532
|
+
$_kendo-module-meta: (
|
|
29533
|
+
name: "action-sheet",
|
|
29534
|
+
dependencies: (
|
|
29535
|
+
"icon",
|
|
29536
|
+
"popup",
|
|
29537
|
+
)
|
|
29538
|
+
);
|
|
29539
|
+
|
|
29540
|
+
|
|
28864
29541
|
// Dependencies
|
|
28865
29542
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
28866
29543
|
// File already imported_once. Skipping output.
|
|
@@ -29446,6 +30123,17 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
29446
30123
|
// #endregion
|
|
29447
30124
|
|
|
29448
30125
|
|
|
30126
|
+
// Module meta
|
|
30127
|
+
$_kendo-module-meta: (
|
|
30128
|
+
name: "dialog",
|
|
30129
|
+
dependencies: (
|
|
30130
|
+
"button",
|
|
30131
|
+
"icon",
|
|
30132
|
+
"window",
|
|
30133
|
+
)
|
|
30134
|
+
);
|
|
30135
|
+
|
|
30136
|
+
|
|
29449
30137
|
// Dependencies
|
|
29450
30138
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
29451
30139
|
// File already imported_once. Skipping output.
|
|
@@ -29459,6 +30147,19 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
29459
30147
|
// #endregion
|
|
29460
30148
|
|
|
29461
30149
|
|
|
30150
|
+
// Module meta
|
|
30151
|
+
$_kendo-module-meta: (
|
|
30152
|
+
name: "window",
|
|
30153
|
+
dependencies: (
|
|
30154
|
+
"actions",
|
|
30155
|
+
"button",
|
|
30156
|
+
"form",
|
|
30157
|
+
"icon",
|
|
30158
|
+
"overlay",
|
|
30159
|
+
)
|
|
30160
|
+
);
|
|
30161
|
+
|
|
30162
|
+
|
|
29462
30163
|
// Dependencies
|
|
29463
30164
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
29464
30165
|
// File already imported_once. Skipping output.
|
|
@@ -29845,6 +30546,17 @@ $kendo-dialog-theme-colors: (
|
|
|
29845
30546
|
// #endregion
|
|
29846
30547
|
|
|
29847
30548
|
|
|
30549
|
+
// Module meta
|
|
30550
|
+
$_kendo-module-meta: (
|
|
30551
|
+
name: "drawer",
|
|
30552
|
+
dependencies: (
|
|
30553
|
+
"icon",
|
|
30554
|
+
"list",
|
|
30555
|
+
"overlay",
|
|
30556
|
+
)
|
|
30557
|
+
);
|
|
30558
|
+
|
|
30559
|
+
|
|
29848
30560
|
// Dependencies
|
|
29849
30561
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
29850
30562
|
// File already imported_once. Skipping output.
|
|
@@ -30230,6 +30942,16 @@ $kendo-drawer-selected-hover-text: $kendo-selected-text !default;
|
|
|
30230
30942
|
// #endregion
|
|
30231
30943
|
|
|
30232
30944
|
|
|
30945
|
+
// Module meta
|
|
30946
|
+
$_kendo-module-meta: (
|
|
30947
|
+
name: "notification",
|
|
30948
|
+
dependencies: (
|
|
30949
|
+
"icon",
|
|
30950
|
+
"popup",
|
|
30951
|
+
)
|
|
30952
|
+
);
|
|
30953
|
+
|
|
30954
|
+
|
|
30233
30955
|
// Dependencies
|
|
30234
30956
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
30235
30957
|
// File already imported_once. Skipping output.
|
|
@@ -30423,6 +31145,16 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
30423
31145
|
// #endregion
|
|
30424
31146
|
|
|
30425
31147
|
|
|
31148
|
+
// Module meta
|
|
31149
|
+
$_kendo-module-meta: (
|
|
31150
|
+
name: "popover",
|
|
31151
|
+
dependencies: (
|
|
31152
|
+
"card",
|
|
31153
|
+
"popup",
|
|
31154
|
+
)
|
|
31155
|
+
);
|
|
31156
|
+
|
|
31157
|
+
|
|
30426
31158
|
// Dependencies
|
|
30427
31159
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
30428
31160
|
// File already imported_once. Skipping output.
|
|
@@ -30436,6 +31168,18 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
30436
31168
|
// #endregion
|
|
30437
31169
|
|
|
30438
31170
|
|
|
31171
|
+
// Module meta
|
|
31172
|
+
$_kendo-module-meta: (
|
|
31173
|
+
name: "card",
|
|
31174
|
+
dependencies: (
|
|
31175
|
+
"icon",
|
|
31176
|
+
"actions",
|
|
31177
|
+
"typography",
|
|
31178
|
+
// "utils/flex-grid"
|
|
31179
|
+
)
|
|
31180
|
+
);
|
|
31181
|
+
|
|
31182
|
+
|
|
30439
31183
|
// Dependencies
|
|
30440
31184
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
30441
31185
|
// File already imported_once. Skipping output.
|
|
@@ -31214,6 +31958,15 @@ $kendo-popover-callout-border: $kendo-popover-border !default;
|
|
|
31214
31958
|
// #endregion
|
|
31215
31959
|
|
|
31216
31960
|
|
|
31961
|
+
// Module meta
|
|
31962
|
+
$_kendo-module-meta: (
|
|
31963
|
+
name: "responsive-panel",
|
|
31964
|
+
dependencies: (
|
|
31965
|
+
"icon",
|
|
31966
|
+
)
|
|
31967
|
+
);
|
|
31968
|
+
|
|
31969
|
+
|
|
31217
31970
|
// Dependencies
|
|
31218
31971
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
31219
31972
|
// File already imported_once. Skipping output.
|
|
@@ -31306,6 +32059,16 @@ $kendo-popover-callout-border: $kendo-popover-border !default;
|
|
|
31306
32059
|
// #endregion
|
|
31307
32060
|
|
|
31308
32061
|
|
|
32062
|
+
// Module meta
|
|
32063
|
+
$_kendo-module-meta: (
|
|
32064
|
+
name: "bottom-navigation",
|
|
32065
|
+
dependencies: (
|
|
32066
|
+
"icon",
|
|
32067
|
+
// "utils/layout/position"
|
|
32068
|
+
)
|
|
32069
|
+
);
|
|
32070
|
+
|
|
32071
|
+
|
|
31309
32072
|
// Dependencies
|
|
31310
32073
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
31311
32074
|
// File already imported_once. Skipping output.
|
|
@@ -31534,6 +32297,16 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
31534
32297
|
// #endregion
|
|
31535
32298
|
|
|
31536
32299
|
|
|
32300
|
+
// Module meta
|
|
32301
|
+
$_kendo-module-meta: (
|
|
32302
|
+
name: "breadcrumb",
|
|
32303
|
+
dependencies: (
|
|
32304
|
+
"icon",
|
|
32305
|
+
"input",
|
|
32306
|
+
)
|
|
32307
|
+
);
|
|
32308
|
+
|
|
32309
|
+
|
|
31537
32310
|
// Dependencies
|
|
31538
32311
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
31539
32312
|
// File already imported_once. Skipping output.
|
|
@@ -31875,6 +32648,17 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
|
31875
32648
|
// #endregion
|
|
31876
32649
|
|
|
31877
32650
|
|
|
32651
|
+
// Module meta
|
|
32652
|
+
$_kendo-module-meta: (
|
|
32653
|
+
name: "pager",
|
|
32654
|
+
dependencies: (
|
|
32655
|
+
"button",
|
|
32656
|
+
"dropdown-list",
|
|
32657
|
+
"icon",
|
|
32658
|
+
)
|
|
32659
|
+
);
|
|
32660
|
+
|
|
32661
|
+
|
|
31878
32662
|
// Dependencies
|
|
31879
32663
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
31880
32664
|
// File already imported_once. Skipping output.
|
|
@@ -32333,6 +33117,16 @@ $kendo-pager-sizes: (
|
|
|
32333
33117
|
// #endregion
|
|
32334
33118
|
|
|
32335
33119
|
|
|
33120
|
+
// Module meta
|
|
33121
|
+
$_kendo-module-meta: (
|
|
33122
|
+
name: "stepper",
|
|
33123
|
+
dependencies: (
|
|
33124
|
+
"icon",
|
|
33125
|
+
"progressbar",
|
|
33126
|
+
)
|
|
33127
|
+
);
|
|
33128
|
+
|
|
33129
|
+
|
|
32336
33130
|
// Dependencies
|
|
32337
33131
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
32338
33132
|
// File already imported_once. Skipping output.
|
|
@@ -32941,6 +33735,17 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
32941
33735
|
// #endregion
|
|
32942
33736
|
|
|
32943
33737
|
|
|
33738
|
+
// Module meta
|
|
33739
|
+
$_kendo-module-meta: (
|
|
33740
|
+
name: "tabstrip",
|
|
33741
|
+
dependencies: (
|
|
33742
|
+
"button",
|
|
33743
|
+
"icon",
|
|
33744
|
+
"list",
|
|
33745
|
+
)
|
|
33746
|
+
);
|
|
33747
|
+
|
|
33748
|
+
|
|
32944
33749
|
// Dependencies
|
|
32945
33750
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
32946
33751
|
// File already imported_once. Skipping output.
|
|
@@ -33585,6 +34390,18 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
33585
34390
|
// #endregion
|
|
33586
34391
|
|
|
33587
34392
|
|
|
34393
|
+
// Module meta
|
|
34394
|
+
$_kendo-module-meta: (
|
|
34395
|
+
name: "wizard",
|
|
34396
|
+
dependencies: (
|
|
34397
|
+
"button",
|
|
34398
|
+
"form",
|
|
34399
|
+
"icon",
|
|
34400
|
+
"stepper",
|
|
34401
|
+
)
|
|
34402
|
+
);
|
|
34403
|
+
|
|
34404
|
+
|
|
33588
34405
|
// Dependencies
|
|
33589
34406
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
33590
34407
|
// File already imported_once. Skipping output.
|
|
@@ -33780,6 +34597,17 @@ $kendo-wizard-step-focus-border: #656565 !default;
|
|
|
33780
34597
|
// #endregion
|
|
33781
34598
|
|
|
33782
34599
|
|
|
34600
|
+
// Module meta
|
|
34601
|
+
$_kendo-module-meta: (
|
|
34602
|
+
name: "expander",
|
|
34603
|
+
dependencies: (
|
|
34604
|
+
"icon",
|
|
34605
|
+
"list",
|
|
34606
|
+
// "utils/layout/display",
|
|
34607
|
+
)
|
|
34608
|
+
);
|
|
34609
|
+
|
|
34610
|
+
|
|
33783
34611
|
// Dependencies
|
|
33784
34612
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
33785
34613
|
// File already imported_once. Skipping output.
|
|
@@ -33971,6 +34799,16 @@ $kendo-expander-content-padding-y: k-map-get( $kendo-spacing, 6 ) !default;
|
|
|
33971
34799
|
// #endregion
|
|
33972
34800
|
|
|
33973
34801
|
|
|
34802
|
+
// Module meta
|
|
34803
|
+
$_kendo-module-meta: (
|
|
34804
|
+
name: "panelbar",
|
|
34805
|
+
dependencies: (
|
|
34806
|
+
"icon",
|
|
34807
|
+
"list",
|
|
34808
|
+
)
|
|
34809
|
+
);
|
|
34810
|
+
|
|
34811
|
+
|
|
33974
34812
|
// Dependencies
|
|
33975
34813
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
33976
34814
|
// File already imported_once. Skipping output.
|
|
@@ -34480,6 +35318,17 @@ $kendo-panelbar-header-expanded-gradient: null !default;
|
|
|
34480
35318
|
// #endregion
|
|
34481
35319
|
|
|
34482
35320
|
|
|
35321
|
+
// Module meta
|
|
35322
|
+
$_kendo-module-meta: (
|
|
35323
|
+
name: "splitter",
|
|
35324
|
+
dependencies: (
|
|
35325
|
+
"draggable",
|
|
35326
|
+
"icon",
|
|
35327
|
+
// "resizable",
|
|
35328
|
+
)
|
|
35329
|
+
);
|
|
35330
|
+
|
|
35331
|
+
|
|
34483
35332
|
// Dependencies
|
|
34484
35333
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
34485
35334
|
// File already imported_once. Skipping output.
|
|
@@ -34775,6 +35624,16 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
34775
35624
|
// #endregion
|
|
34776
35625
|
|
|
34777
35626
|
|
|
35627
|
+
// Module meta
|
|
35628
|
+
$_kendo-module-meta: (
|
|
35629
|
+
name: "tile-layout",
|
|
35630
|
+
dependencies: (
|
|
35631
|
+
"card",
|
|
35632
|
+
"icon",
|
|
35633
|
+
)
|
|
35634
|
+
);
|
|
35635
|
+
|
|
35636
|
+
|
|
34778
35637
|
// Dependencies
|
|
34779
35638
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
34780
35639
|
// File already imported_once. Skipping output.
|
|
@@ -34892,6 +35751,37 @@ $kendo-tile-layout-hint-border: $kendo-component-border !default;
|
|
|
34892
35751
|
// #endregion
|
|
34893
35752
|
|
|
34894
35753
|
|
|
35754
|
+
// Module meta
|
|
35755
|
+
$_kendo-module-meta: (
|
|
35756
|
+
name: "grid",
|
|
35757
|
+
dependencies: (
|
|
35758
|
+
"actions",
|
|
35759
|
+
"autocomplete",
|
|
35760
|
+
"badge",
|
|
35761
|
+
"button",
|
|
35762
|
+
"checkbox",
|
|
35763
|
+
"chip",
|
|
35764
|
+
"date-time-picker",
|
|
35765
|
+
"dialog",
|
|
35766
|
+
"dropdown-list",
|
|
35767
|
+
"icon",
|
|
35768
|
+
"input",
|
|
35769
|
+
"list",
|
|
35770
|
+
"menu",
|
|
35771
|
+
"numeric-textbox",
|
|
35772
|
+
"pager",
|
|
35773
|
+
"progressbar",
|
|
35774
|
+
"radio",
|
|
35775
|
+
"skeleton",
|
|
35776
|
+
"table",
|
|
35777
|
+
"textbox",
|
|
35778
|
+
"toolbar",
|
|
35779
|
+
"validator",
|
|
35780
|
+
"utils/layout/float",
|
|
35781
|
+
)
|
|
35782
|
+
);
|
|
35783
|
+
|
|
35784
|
+
|
|
34895
35785
|
// Dependencies
|
|
34896
35786
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
34897
35787
|
// File already imported_once. Skipping output.
|
|
@@ -34905,6 +35795,19 @@ $kendo-tile-layout-hint-border: $kendo-component-border !default;
|
|
|
34905
35795
|
// #endregion
|
|
34906
35796
|
|
|
34907
35797
|
|
|
35798
|
+
// Module meta
|
|
35799
|
+
$_kendo-module-meta: (
|
|
35800
|
+
name: "adaptive",
|
|
35801
|
+
dependencies: (
|
|
35802
|
+
"checkbox",
|
|
35803
|
+
"listgroup",
|
|
35804
|
+
"radio",
|
|
35805
|
+
"switch",
|
|
35806
|
+
"toolbar",
|
|
35807
|
+
)
|
|
35808
|
+
);
|
|
35809
|
+
|
|
35810
|
+
|
|
34908
35811
|
// Dependencies (TODO: extract variables)
|
|
34909
35812
|
// #region @import "../listgroup/_index.scss"; -> scss/listgroup/_index.scss
|
|
34910
35813
|
// File already imported_once. Skipping output.
|
|
@@ -37013,7 +37916,11 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
37013
37916
|
kendo-grid-string-filter-menu,
|
|
37014
37917
|
kendo-grid-date-filter-menu,
|
|
37015
37918
|
kendo-grid-numeric-filter-menu,
|
|
37016
|
-
kendo-grid-filter-menu-input-wrapper
|
|
37919
|
+
kendo-grid-filter-menu-input-wrapper,
|
|
37920
|
+
kendo-treelist-string-filter-menu,
|
|
37921
|
+
kendo-treelist-date-filter-menu,
|
|
37922
|
+
kendo-treelist-numeric-filter-menu,
|
|
37923
|
+
kendo-treelist-filter-menu-input-wrapper {
|
|
37017
37924
|
display: flex;
|
|
37018
37925
|
flex-flow: column nowrap;
|
|
37019
37926
|
align-items: stretch;
|
|
@@ -37657,6 +38564,17 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
37657
38564
|
// #endregion
|
|
37658
38565
|
|
|
37659
38566
|
|
|
38567
|
+
// Module meta
|
|
38568
|
+
$_kendo-module-meta: (
|
|
38569
|
+
name: "listview",
|
|
38570
|
+
dependencies: (
|
|
38571
|
+
"icon",
|
|
38572
|
+
"pager",
|
|
38573
|
+
// "utils/flex-grid",
|
|
38574
|
+
)
|
|
38575
|
+
);
|
|
38576
|
+
|
|
38577
|
+
|
|
37660
38578
|
// Dependencies
|
|
37661
38579
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
37662
38580
|
// File already imported_once. Skipping output.
|
|
@@ -37900,6 +38818,29 @@ $kendo-listview-item-focus-shadow: inset 0 0 0 3px rgba( $kendo-listview-text, .
|
|
|
37900
38818
|
// #endregion
|
|
37901
38819
|
|
|
37902
38820
|
|
|
38821
|
+
// Module meta
|
|
38822
|
+
$_kendo-module-meta: (
|
|
38823
|
+
name: "spreadsheet",
|
|
38824
|
+
dependencies: (
|
|
38825
|
+
"button",
|
|
38826
|
+
"checkbox",
|
|
38827
|
+
"color-picker",
|
|
38828
|
+
"combobox",
|
|
38829
|
+
"date-time-picker",
|
|
38830
|
+
"dropdown-list",
|
|
38831
|
+
"icon",
|
|
38832
|
+
"list",
|
|
38833
|
+
"menu",
|
|
38834
|
+
"radio",
|
|
38835
|
+
"tabstrip",
|
|
38836
|
+
"toolbar",
|
|
38837
|
+
"treeview",
|
|
38838
|
+
"upload",
|
|
38839
|
+
"window",
|
|
38840
|
+
)
|
|
38841
|
+
);
|
|
38842
|
+
|
|
38843
|
+
|
|
37903
38844
|
// Dependencies
|
|
37904
38845
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
37905
38846
|
// File already imported_once. Skipping output.
|
|
@@ -39218,6 +40159,19 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
39218
40159
|
// #endregion
|
|
39219
40160
|
|
|
39220
40161
|
|
|
40162
|
+
// Module meta
|
|
40163
|
+
$_kendo-module-meta: (
|
|
40164
|
+
name: "pivotgrid",
|
|
40165
|
+
dependencies: (
|
|
40166
|
+
"dialog",
|
|
40167
|
+
"grid",
|
|
40168
|
+
"icon",
|
|
40169
|
+
"list",
|
|
40170
|
+
"treeview",
|
|
40171
|
+
)
|
|
40172
|
+
);
|
|
40173
|
+
|
|
40174
|
+
|
|
39221
40175
|
// Dependencies
|
|
39222
40176
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
39223
40177
|
// File already imported_once. Skipping output.
|
|
@@ -40305,6 +41259,16 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
40305
41259
|
// #endregion
|
|
40306
41260
|
|
|
40307
41261
|
|
|
41262
|
+
// Module meta
|
|
41263
|
+
$_kendo-module-meta: (
|
|
41264
|
+
name: "treelist",
|
|
41265
|
+
dependencies: (
|
|
41266
|
+
"grid",
|
|
41267
|
+
"icon",
|
|
41268
|
+
)
|
|
41269
|
+
);
|
|
41270
|
+
|
|
41271
|
+
|
|
40308
41272
|
// Dependencies
|
|
40309
41273
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
40310
41274
|
// File already imported_once. Skipping output.
|
|
@@ -40496,6 +41460,21 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
40496
41460
|
// #endregion
|
|
40497
41461
|
|
|
40498
41462
|
|
|
41463
|
+
// Module meta
|
|
41464
|
+
$_kendo-module-meta: (
|
|
41465
|
+
name: "filter",
|
|
41466
|
+
dependencies: (
|
|
41467
|
+
"button",
|
|
41468
|
+
"checkbox",
|
|
41469
|
+
"date-time-picker",
|
|
41470
|
+
"dropdown-list",
|
|
41471
|
+
"input",
|
|
41472
|
+
"numeric-textbox",
|
|
41473
|
+
"toolbar",
|
|
41474
|
+
)
|
|
41475
|
+
);
|
|
41476
|
+
|
|
41477
|
+
|
|
40499
41478
|
// Dependencies
|
|
40500
41479
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
40501
41480
|
// File already imported_once. Skipping output.
|
|
@@ -40715,6 +41694,25 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 .25rem rgba( $kendo-color-primary, .25
|
|
|
40715
41694
|
// #endregion
|
|
40716
41695
|
|
|
40717
41696
|
|
|
41697
|
+
// Module meta
|
|
41698
|
+
$_kendo-module-meta: (
|
|
41699
|
+
name: "file-manager",
|
|
41700
|
+
dependencies: (
|
|
41701
|
+
"breadcrumb",
|
|
41702
|
+
"dialog",
|
|
41703
|
+
"grid",
|
|
41704
|
+
"input",
|
|
41705
|
+
"listview",
|
|
41706
|
+
"menu",
|
|
41707
|
+
"splitter",
|
|
41708
|
+
"switch",
|
|
41709
|
+
"toolbar",
|
|
41710
|
+
"treeview",
|
|
41711
|
+
"upload",
|
|
41712
|
+
)
|
|
41713
|
+
);
|
|
41714
|
+
|
|
41715
|
+
|
|
40718
41716
|
// Dependencies
|
|
40719
41717
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
40720
41718
|
// File already imported_once. Skipping output.
|
|
@@ -41199,6 +42197,21 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
41199
42197
|
// #endregion
|
|
41200
42198
|
|
|
41201
42199
|
|
|
42200
|
+
// Module meta
|
|
42201
|
+
$_kendo-module-meta: (
|
|
42202
|
+
name: "task-board",
|
|
42203
|
+
dependencies: (
|
|
42204
|
+
"card",
|
|
42205
|
+
"form",
|
|
42206
|
+
"icon",
|
|
42207
|
+
"input",
|
|
42208
|
+
"searchbox",
|
|
42209
|
+
"textbox",
|
|
42210
|
+
"toolbar",
|
|
42211
|
+
)
|
|
42212
|
+
);
|
|
42213
|
+
|
|
42214
|
+
|
|
41202
42215
|
// Dependencies
|
|
41203
42216
|
// @import "../utils/_index.scss";
|
|
41204
42217
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
@@ -41687,6 +42700,24 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
|
|
|
41687
42700
|
// #endregion
|
|
41688
42701
|
|
|
41689
42702
|
|
|
42703
|
+
// Module meta
|
|
42704
|
+
$_kendo-module-meta: (
|
|
42705
|
+
name: "editor",
|
|
42706
|
+
dependencies: (
|
|
42707
|
+
"button",
|
|
42708
|
+
"checkbox",
|
|
42709
|
+
"color-picker",
|
|
42710
|
+
"combobox",
|
|
42711
|
+
"dropdown-list",
|
|
42712
|
+
"file-manager",
|
|
42713
|
+
"icon",
|
|
42714
|
+
"toolbar",
|
|
42715
|
+
"upload",
|
|
42716
|
+
"window",
|
|
42717
|
+
)
|
|
42718
|
+
);
|
|
42719
|
+
|
|
42720
|
+
|
|
41690
42721
|
// Dependencies
|
|
41691
42722
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
41692
42723
|
// File already imported_once. Skipping output.
|
|
@@ -42529,6 +43560,19 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
42529
43560
|
// #endregion
|
|
42530
43561
|
|
|
42531
43562
|
|
|
43563
|
+
// Module meta
|
|
43564
|
+
$_kendo-module-meta: (
|
|
43565
|
+
name: "image-editor",
|
|
43566
|
+
dependencies: (
|
|
43567
|
+
"checkbox",
|
|
43568
|
+
"dropdown-list",
|
|
43569
|
+
"form",
|
|
43570
|
+
"numeric-textbox",
|
|
43571
|
+
"toolbar",
|
|
43572
|
+
)
|
|
43573
|
+
);
|
|
43574
|
+
|
|
43575
|
+
|
|
42532
43576
|
// Dependencies
|
|
42533
43577
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
42534
43578
|
// File already imported_once. Skipping output.
|
|
@@ -42828,6 +43872,23 @@ $kendo-image-editor-crop-overlay-bg: rgba( black, .3 ) !default;
|
|
|
42828
43872
|
// #endregion
|
|
42829
43873
|
|
|
42830
43874
|
|
|
43875
|
+
// Module meta
|
|
43876
|
+
$_kendo-module-meta: (
|
|
43877
|
+
name: "gantt",
|
|
43878
|
+
dependencies: (
|
|
43879
|
+
"button",
|
|
43880
|
+
"date-time-picker",
|
|
43881
|
+
"icon",
|
|
43882
|
+
"input",
|
|
43883
|
+
"numeric-textbox",
|
|
43884
|
+
"splitter",
|
|
43885
|
+
"treelist",
|
|
43886
|
+
"validator",
|
|
43887
|
+
"window",
|
|
43888
|
+
)
|
|
43889
|
+
);
|
|
43890
|
+
|
|
43891
|
+
|
|
42831
43892
|
// Dependencies
|
|
42832
43893
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
42833
43894
|
// File already imported_once. Skipping output.
|
|
@@ -44144,6 +45205,21 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
44144
45205
|
// #endregion
|
|
44145
45206
|
|
|
44146
45207
|
|
|
45208
|
+
// Module meta
|
|
45209
|
+
$_kendo-module-meta: (
|
|
45210
|
+
name: "scheduler",
|
|
45211
|
+
dependencies: (
|
|
45212
|
+
"adaptive",
|
|
45213
|
+
"button",
|
|
45214
|
+
"date-time-picker",
|
|
45215
|
+
"dialog",
|
|
45216
|
+
"dropdown-list",
|
|
45217
|
+
"icon",
|
|
45218
|
+
"tooltip",
|
|
45219
|
+
)
|
|
45220
|
+
);
|
|
45221
|
+
|
|
45222
|
+
|
|
44147
45223
|
// Dependencies
|
|
44148
45224
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
44149
45225
|
// File already imported_once. Skipping output.
|
|
@@ -45692,6 +46768,19 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
45692
46768
|
// #endregion
|
|
45693
46769
|
|
|
45694
46770
|
|
|
46771
|
+
// Module meta
|
|
46772
|
+
$_kendo-module-meta: (
|
|
46773
|
+
name: "chat",
|
|
46774
|
+
dependencies: (
|
|
46775
|
+
"button",
|
|
46776
|
+
"card",
|
|
46777
|
+
"icon",
|
|
46778
|
+
"input",
|
|
46779
|
+
"toolbar",
|
|
46780
|
+
)
|
|
46781
|
+
);
|
|
46782
|
+
|
|
46783
|
+
|
|
45695
46784
|
// Dependencies
|
|
45696
46785
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
45697
46786
|
// File already imported_once. Skipping output.
|
|
@@ -46451,6 +47540,17 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
|
|
|
46451
47540
|
// #endregion
|
|
46452
47541
|
|
|
46453
47542
|
|
|
47543
|
+
// Module meta
|
|
47544
|
+
$_kendo-module-meta: (
|
|
47545
|
+
name: "media-player",
|
|
47546
|
+
dependencies: (
|
|
47547
|
+
"icon",
|
|
47548
|
+
"slider",
|
|
47549
|
+
"toolbar",
|
|
47550
|
+
)
|
|
47551
|
+
);
|
|
47552
|
+
|
|
47553
|
+
|
|
46454
47554
|
// Dependencies
|
|
46455
47555
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
46456
47556
|
// File already imported_once. Skipping output.
|
|
@@ -46636,6 +47736,17 @@ $kendo-media-player-titlebar-gradient: rgba( $kendo-media-player-text, .7 ), rgb
|
|
|
46636
47736
|
// #endregion
|
|
46637
47737
|
|
|
46638
47738
|
|
|
47739
|
+
// Module meta
|
|
47740
|
+
$_kendo-module-meta: (
|
|
47741
|
+
name: "timeline",
|
|
47742
|
+
dependencies: (
|
|
47743
|
+
"button",
|
|
47744
|
+
"card",
|
|
47745
|
+
"icon",
|
|
47746
|
+
)
|
|
47747
|
+
);
|
|
47748
|
+
|
|
47749
|
+
|
|
46639
47750
|
// Dependencies
|
|
46640
47751
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
46641
47752
|
// File already imported_once. Skipping output.
|
|
@@ -47259,6 +48370,21 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
|
|
|
47259
48370
|
// #endregion
|
|
47260
48371
|
|
|
47261
48372
|
|
|
48373
|
+
// Module meta
|
|
48374
|
+
$_kendo-module-meta: (
|
|
48375
|
+
name: "pdf-viewer",
|
|
48376
|
+
dependencies: (
|
|
48377
|
+
"combobox",
|
|
48378
|
+
"dialog",
|
|
48379
|
+
"dropzone",
|
|
48380
|
+
"icon",
|
|
48381
|
+
"pager",
|
|
48382
|
+
"toolbar",
|
|
48383
|
+
"window",
|
|
48384
|
+
)
|
|
48385
|
+
);
|
|
48386
|
+
|
|
48387
|
+
|
|
47262
48388
|
// Dependencies
|
|
47263
48389
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
47264
48390
|
// File already imported_once. Skipping output.
|
|
@@ -47609,6 +48735,15 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
|
47609
48735
|
// #endregion
|
|
47610
48736
|
|
|
47611
48737
|
|
|
48738
|
+
// Module meta
|
|
48739
|
+
$_kendo-module-meta: (
|
|
48740
|
+
name: "scroller",
|
|
48741
|
+
dependencies: (
|
|
48742
|
+
"icon",
|
|
48743
|
+
)
|
|
48744
|
+
);
|
|
48745
|
+
|
|
48746
|
+
|
|
47612
48747
|
// Dependencies
|
|
47613
48748
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
47614
48749
|
// File already imported_once. Skipping output.
|
|
@@ -47735,6 +48870,16 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
|
47735
48870
|
// #endregion
|
|
47736
48871
|
|
|
47737
48872
|
|
|
48873
|
+
// Module meta
|
|
48874
|
+
$_kendo-module-meta: (
|
|
48875
|
+
name: "scrollview",
|
|
48876
|
+
dependencies: (
|
|
48877
|
+
"button",
|
|
48878
|
+
"icon",
|
|
48879
|
+
)
|
|
48880
|
+
);
|
|
48881
|
+
|
|
48882
|
+
|
|
47738
48883
|
// Dependencies
|
|
47739
48884
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
47740
48885
|
// File already imported_once. Skipping output.
|
|
@@ -48114,6 +49259,17 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
48114
49259
|
// #endregion
|
|
48115
49260
|
|
|
48116
49261
|
|
|
49262
|
+
// Module meta
|
|
49263
|
+
$_kendo-module-meta: (
|
|
49264
|
+
name: "dataviz",
|
|
49265
|
+
dependencies: (
|
|
49266
|
+
"icon",
|
|
49267
|
+
"popup",
|
|
49268
|
+
"tooltip",
|
|
49269
|
+
)
|
|
49270
|
+
);
|
|
49271
|
+
|
|
49272
|
+
|
|
48117
49273
|
// Dependencies
|
|
48118
49274
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
48119
49275
|
// File already imported_once. Skipping output.
|
|
@@ -48930,6 +50086,18 @@ $kendo-treemap-line-height: $kendo-line-height-md !default;
|
|
|
48930
50086
|
// #endregion
|
|
48931
50087
|
|
|
48932
50088
|
|
|
50089
|
+
// Module meta
|
|
50090
|
+
$_kendo-module-meta: (
|
|
50091
|
+
name: "map",
|
|
50092
|
+
dependencies: (
|
|
50093
|
+
"button",
|
|
50094
|
+
"scroller",
|
|
50095
|
+
"icon",
|
|
50096
|
+
// "utils/layout/position",
|
|
50097
|
+
)
|
|
50098
|
+
);
|
|
50099
|
+
|
|
50100
|
+
|
|
48933
50101
|
// Dependencies
|
|
48934
50102
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
48935
50103
|
// File already imported_once. Skipping output.
|
|
@@ -49170,6 +50338,22 @@ $kendo-map-marker-fill: $kendo-color-primary !default;
|
|
|
49170
50338
|
// #endregion
|
|
49171
50339
|
|
|
49172
50340
|
|
|
50341
|
+
// Module meta
|
|
50342
|
+
$_kendo-module-meta: (
|
|
50343
|
+
name: "orgchart",
|
|
50344
|
+
dependencies: (
|
|
50345
|
+
"card",
|
|
50346
|
+
"dropdown-list",
|
|
50347
|
+
"form",
|
|
50348
|
+
"icon",
|
|
50349
|
+
"menu",
|
|
50350
|
+
"textbox",
|
|
50351
|
+
"upload",
|
|
50352
|
+
"window",
|
|
50353
|
+
)
|
|
50354
|
+
);
|
|
50355
|
+
|
|
50356
|
+
|
|
49173
50357
|
// Dependencies
|
|
49174
50358
|
// @import "../utils/_index.scss";
|
|
49175
50359
|
// #region @import "../common/_index.scss"; -> scss/common/_index.scss
|
|
@@ -49444,6 +50628,16 @@ $kendo-orgchart-line-v-height: 25px !default;
|
|
|
49444
50628
|
// #endregion
|
|
49445
50629
|
|
|
49446
50630
|
|
|
50631
|
+
// Module meta
|
|
50632
|
+
$_kendo-module-meta: (
|
|
50633
|
+
name: "signature",
|
|
50634
|
+
dependencies: (
|
|
50635
|
+
"button",
|
|
50636
|
+
"input",
|
|
50637
|
+
)
|
|
50638
|
+
);
|
|
50639
|
+
|
|
50640
|
+
|
|
49447
50641
|
// Dependencies
|
|
49448
50642
|
// #region @import "../button/_index.scss"; -> scss/button/_index.scss
|
|
49449
50643
|
// File already imported_once. Skipping output.
|