@progress/kendo-theme-core 9.0.1-dev.1 → 9.0.1-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.scss +212 -92
- package/dist/meta/sassdoc-data.json +0 -26
- package/dist/meta/sassdoc-raw-data.json +1 -117
- package/dist/meta/variables.json +1 -1
- package/package.json +2 -2
- package/scss/mixins/index.import.scss +0 -1
- package/scss/module-system/_components.scss +1 -1
- package/scss/module-system/_dependencies.scss +211 -72
- package/scss/mixins/_data-uri.scss +0 -16
|
@@ -6317,20 +6317,6 @@
|
|
|
6317
6317
|
"path": "core/scss/functions/_map.import.scss",
|
|
6318
6318
|
"name": "_map.import.scss"
|
|
6319
6319
|
},
|
|
6320
|
-
"usedBy": [
|
|
6321
|
-
{
|
|
6322
|
-
"description": "Saves a data URI that can be used from the $_kendo-data-uris map instead of a file reference.\n",
|
|
6323
|
-
"context": {
|
|
6324
|
-
"type": "mixin",
|
|
6325
|
-
"name": "register-data-uri",
|
|
6326
|
-
"code": "\n @if ( k-map-has-key( $_kendo-data-uris, $name ) ) {\n @warn \"Attempt to redefine data URI of file `#{$name}`.\";\n }\n\n $_kendo-data-uris: k-map-merge( $_kendo-data-uris, ( $name: $content ) ) !global;\n",
|
|
6327
|
-
"line": {
|
|
6328
|
-
"start": 10,
|
|
6329
|
-
"end": 16
|
|
6330
|
-
}
|
|
6331
|
-
}
|
|
6332
|
-
}
|
|
6333
|
-
],
|
|
6334
6320
|
"examples": [
|
|
6335
6321
|
{
|
|
6336
6322
|
"type": "scss",
|
|
@@ -6541,18 +6527,6 @@
|
|
|
6541
6527
|
},
|
|
6542
6528
|
"signature": "k-map-set($map, $key, $value)"
|
|
6543
6529
|
}
|
|
6544
|
-
},
|
|
6545
|
-
{
|
|
6546
|
-
"description": "Saves a data URI that can be used from the $_kendo-data-uris map instead of a file reference.\n",
|
|
6547
|
-
"context": {
|
|
6548
|
-
"type": "mixin",
|
|
6549
|
-
"name": "register-data-uri",
|
|
6550
|
-
"code": "\n @if ( k-map-has-key( $_kendo-data-uris, $name ) ) {\n @warn \"Attempt to redefine data URI of file `#{$name}`.\";\n }\n\n $_kendo-data-uris: k-map-merge( $_kendo-data-uris, ( $name: $content ) ) !global;\n",
|
|
6551
|
-
"line": {
|
|
6552
|
-
"start": 10,
|
|
6553
|
-
"end": 16
|
|
6554
|
-
}
|
|
6555
|
-
}
|
|
6556
6530
|
}
|
|
6557
6531
|
],
|
|
6558
6532
|
"examples": [
|
|
@@ -6095,21 +6095,7 @@
|
|
|
6095
6095
|
"file": {
|
|
6096
6096
|
"path": "functions/_map.import.scss",
|
|
6097
6097
|
"name": "_map.import.scss"
|
|
6098
|
-
}
|
|
6099
|
-
"usedBy": [
|
|
6100
|
-
{
|
|
6101
|
-
"description": "Saves a data URI that can be used from the $_kendo-data-uris map instead of a file reference.\n",
|
|
6102
|
-
"context": {
|
|
6103
|
-
"type": "mixin",
|
|
6104
|
-
"name": "register-data-uri",
|
|
6105
|
-
"code": "\n @if ( k-map-has-key( $_kendo-data-uris, $name ) ) {\n @warn \"Attempt to redefine data URI of file `#{$name}`.\";\n }\n\n $_kendo-data-uris: k-map-merge( $_kendo-data-uris, ( $name: $content ) ) !global;\n",
|
|
6106
|
-
"line": {
|
|
6107
|
-
"start": 10,
|
|
6108
|
-
"end": 16
|
|
6109
|
-
}
|
|
6110
|
-
}
|
|
6111
|
-
}
|
|
6112
|
-
]
|
|
6098
|
+
}
|
|
6113
6099
|
},
|
|
6114
6100
|
{
|
|
6115
6101
|
"description": "Returns a comma separated list of the keys in `$map`.\n",
|
|
@@ -6309,18 +6295,6 @@
|
|
|
6309
6295
|
"end": 101
|
|
6310
6296
|
}
|
|
6311
6297
|
}
|
|
6312
|
-
},
|
|
6313
|
-
{
|
|
6314
|
-
"description": "Saves a data URI that can be used from the $_kendo-data-uris map instead of a file reference.\n",
|
|
6315
|
-
"context": {
|
|
6316
|
-
"type": "mixin",
|
|
6317
|
-
"name": "register-data-uri",
|
|
6318
|
-
"code": "\n @if ( k-map-has-key( $_kendo-data-uris, $name ) ) {\n @warn \"Attempt to redefine data URI of file `#{$name}`.\";\n }\n\n $_kendo-data-uris: k-map-merge( $_kendo-data-uris, ( $name: $content ) ) !global;\n",
|
|
6319
|
-
"line": {
|
|
6320
|
-
"start": 10,
|
|
6321
|
-
"end": 16
|
|
6322
|
-
}
|
|
6323
|
-
}
|
|
6324
6298
|
}
|
|
6325
6299
|
]
|
|
6326
6300
|
},
|
|
@@ -9752,96 +9726,6 @@
|
|
|
9752
9726
|
}
|
|
9753
9727
|
]
|
|
9754
9728
|
},
|
|
9755
|
-
{
|
|
9756
|
-
"description": "A list of files converted to data URIs\n",
|
|
9757
|
-
"commentRange": {
|
|
9758
|
-
"start": 1,
|
|
9759
|
-
"end": 2
|
|
9760
|
-
},
|
|
9761
|
-
"context": {
|
|
9762
|
-
"type": "variable",
|
|
9763
|
-
"name": "_kendo-data-uris",
|
|
9764
|
-
"value": "()",
|
|
9765
|
-
"scope": "default",
|
|
9766
|
-
"line": {
|
|
9767
|
-
"start": 3,
|
|
9768
|
-
"end": 3
|
|
9769
|
-
}
|
|
9770
|
-
},
|
|
9771
|
-
"access": "private",
|
|
9772
|
-
"group": [
|
|
9773
|
-
"undefined"
|
|
9774
|
-
],
|
|
9775
|
-
"file": {
|
|
9776
|
-
"path": "mixins/_data-uri.scss",
|
|
9777
|
-
"name": "_data-uri.scss"
|
|
9778
|
-
},
|
|
9779
|
-
"usedBy": [
|
|
9780
|
-
{
|
|
9781
|
-
"description": "Saves a data URI that can be used from the $_kendo-data-uris map instead of a file reference.\n",
|
|
9782
|
-
"context": {
|
|
9783
|
-
"type": "mixin",
|
|
9784
|
-
"name": "register-data-uri",
|
|
9785
|
-
"code": "\n @if ( k-map-has-key( $_kendo-data-uris, $name ) ) {\n @warn \"Attempt to redefine data URI of file `#{$name}`.\";\n }\n\n $_kendo-data-uris: k-map-merge( $_kendo-data-uris, ( $name: $content ) ) !global;\n",
|
|
9786
|
-
"line": {
|
|
9787
|
-
"start": 10,
|
|
9788
|
-
"end": 16
|
|
9789
|
-
}
|
|
9790
|
-
}
|
|
9791
|
-
}
|
|
9792
|
-
]
|
|
9793
|
-
},
|
|
9794
|
-
{
|
|
9795
|
-
"description": "Saves a data URI that can be used from the $_kendo-data-uris map instead of a file reference.\n",
|
|
9796
|
-
"commentRange": {
|
|
9797
|
-
"start": 5,
|
|
9798
|
-
"end": 9
|
|
9799
|
-
},
|
|
9800
|
-
"context": {
|
|
9801
|
-
"type": "mixin",
|
|
9802
|
-
"name": "register-data-uri",
|
|
9803
|
-
"code": "\n @if ( k-map-has-key( $_kendo-data-uris, $name ) ) {\n @warn \"Attempt to redefine data URI of file `#{$name}`.\";\n }\n\n $_kendo-data-uris: k-map-merge( $_kendo-data-uris, ( $name: $content ) ) !global;\n",
|
|
9804
|
-
"line": {
|
|
9805
|
-
"start": 10,
|
|
9806
|
-
"end": 16
|
|
9807
|
-
}
|
|
9808
|
-
},
|
|
9809
|
-
"access": "private",
|
|
9810
|
-
"parameter": [
|
|
9811
|
-
{
|
|
9812
|
-
"type": "String",
|
|
9813
|
-
"name": "name",
|
|
9814
|
-
"description": "The name of the resource."
|
|
9815
|
-
},
|
|
9816
|
-
{
|
|
9817
|
-
"type": "String",
|
|
9818
|
-
"name": "content",
|
|
9819
|
-
"description": "The data URI of the resource."
|
|
9820
|
-
}
|
|
9821
|
-
],
|
|
9822
|
-
"require": [
|
|
9823
|
-
{
|
|
9824
|
-
"type": "function",
|
|
9825
|
-
"name": "k-map-has-key"
|
|
9826
|
-
},
|
|
9827
|
-
{
|
|
9828
|
-
"type": "function",
|
|
9829
|
-
"name": "k-map-merge"
|
|
9830
|
-
},
|
|
9831
|
-
{
|
|
9832
|
-
"type": "variable",
|
|
9833
|
-
"name": "_kendo-data-uris",
|
|
9834
|
-
"external": false
|
|
9835
|
-
}
|
|
9836
|
-
],
|
|
9837
|
-
"group": [
|
|
9838
|
-
"undefined"
|
|
9839
|
-
],
|
|
9840
|
-
"file": {
|
|
9841
|
-
"path": "mixins/_data-uri.scss",
|
|
9842
|
-
"name": "_data-uri.scss"
|
|
9843
|
-
}
|
|
9844
|
-
},
|
|
9845
9729
|
{
|
|
9846
9730
|
"description": "A list of exported modules.\n",
|
|
9847
9731
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
},
|
|
1250
1250
|
"kendo-components": {
|
|
1251
1251
|
"type": "List",
|
|
1252
|
-
"value": "\"utils\", \"utils-accessibility-screen-readers\", \"utils-background-clip\", \"utils-background-color\", \"utils-background-position\", \"utils-background-size\", \"utils-border-color\", \"utils-border-radius\", \"utils-border-style\", \"utils-border-width\", \"utils-outline-color\", \"utils-outline-offset\", \"utils-outline-style\", \"utils-outline-width\", \"utils-effects-opacity\", \"utils-elevation\", \"utils-filter-backdrop\", \"utils-flex-grid-align-content\", \"utils-flex-grid-align-items\", \"utils-flex-grid-align-self\", \"utils-flex-grid-flex-basis\", \"utils-flex-grid-flex-direction\", \"utils-flex-grid-flex-grow\", \"utils-flex-grid-flex-shrink\", \"utils-flex-grid-flex-wrap\", \"utils-flex-grid-flex\", \"utils-flex-grid-gap\", \"utils-flex-grid-grid-auto-columns\", \"utils-flex-grid-grid-auto-flow\", \"utils-flex-grid-grid-auto-rows\", \"utils-flex-grid-grid-column-start-end\", \"utils-flex-grid-grid-row-start-end\", \"utils-flex-grid-grid-template-columns\", \"utils-flex-grid-grid-template-rows\", \"utils-flex-grid-justify-content\", \"utils-flex-grid-justify-items\", \"utils-flex-grid-justify-self\", \"utils-flex-grid-order\", \"utils-flex-grid-place-content\", \"utils-flex-grid-place-items\", \"utils-flex-grid-place-self\", \"utils-interactivity-accent-color\", \"utils-interactivity-appearance\", \"utils-interactivity-caret-color\", \"utils-interactivity-cursor\", \"utils-interactivity-pointer-events\", \"utils-interactivity-resize\", \"utils-interactivity-scroll\", \"utils-interactivity-touch-action\", \"utils-interactivity-user-select\", \"utils-interactivity-will-change\", \"utils-layout-aspect-ratio\", \"utils-layout-box-sizing\", \"utils-layout-clear\", \"utils-layout-columns\", \"utils-layout-display\", \"utils-layout-float\", \"utils-layout-object-fit\", \"utils-layout-object-position\", \"utils-layout-overflow\", \"utils-layout-placement\", \"utils-layout-position\", \"utils-layout-visibility\", \"utils-layout-zindex\", \"utils-sizing-height\", \"utils-sizing-width\", \"utils-spacing-margin\", \"utils-spacing-padding\", \"utils-spacing-space-between\", \"utils-svg-fill\", \"utils-svg-stroke\", \"utils-table-border-collapse\", \"utils-table-table-layout\", \"utils-transform-flip\", \"utils-transform-origin\", \"utils-transform-rotate\", \"utils-transform-scale\", \"utils-transform-skew\", \"utils-transform-translate\", \"utils-typography-font-family\", \"utils-typography-font-size\", \"utils-typography-font-style\", \"utils-typography-font-weight\", \"utils-typography-letter-spacing\", \"utils-typography-line-height\", \"utils-typography-list-style\", \"utils-typography-text-align\", \"utils-typography-text-color\", \"utils-typography-text-decoration\", \"utils-typography-text-overflow\", \"utils-typography-text-transform\", \"utils-typography-vertical-align\", \"utils-typography-white-space\", \"typography\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"time-marker\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"
|
|
1252
|
+
"value": "\"utils\", \"utils-accessibility-screen-readers\", \"utils-background-clip\", \"utils-background-color\", \"utils-background-position\", \"utils-background-size\", \"utils-border-color\", \"utils-border-radius\", \"utils-border-style\", \"utils-border-width\", \"utils-outline-color\", \"utils-outline-offset\", \"utils-outline-style\", \"utils-outline-width\", \"utils-effects-opacity\", \"utils-elevation\", \"utils-filter-backdrop\", \"utils-flex-grid-align-content\", \"utils-flex-grid-align-items\", \"utils-flex-grid-align-self\", \"utils-flex-grid-flex-basis\", \"utils-flex-grid-flex-direction\", \"utils-flex-grid-flex-grow\", \"utils-flex-grid-flex-shrink\", \"utils-flex-grid-flex-wrap\", \"utils-flex-grid-flex\", \"utils-flex-grid-gap\", \"utils-flex-grid-grid-auto-columns\", \"utils-flex-grid-grid-auto-flow\", \"utils-flex-grid-grid-auto-rows\", \"utils-flex-grid-grid-column-start-end\", \"utils-flex-grid-grid-row-start-end\", \"utils-flex-grid-grid-template-columns\", \"utils-flex-grid-grid-template-rows\", \"utils-flex-grid-justify-content\", \"utils-flex-grid-justify-items\", \"utils-flex-grid-justify-self\", \"utils-flex-grid-order\", \"utils-flex-grid-place-content\", \"utils-flex-grid-place-items\", \"utils-flex-grid-place-self\", \"utils-interactivity-accent-color\", \"utils-interactivity-appearance\", \"utils-interactivity-caret-color\", \"utils-interactivity-cursor\", \"utils-interactivity-pointer-events\", \"utils-interactivity-resize\", \"utils-interactivity-scroll\", \"utils-interactivity-touch-action\", \"utils-interactivity-user-select\", \"utils-interactivity-will-change\", \"utils-layout-aspect-ratio\", \"utils-layout-box-sizing\", \"utils-layout-clear\", \"utils-layout-columns\", \"utils-layout-display\", \"utils-layout-float\", \"utils-layout-object-fit\", \"utils-layout-object-position\", \"utils-layout-overflow\", \"utils-layout-placement\", \"utils-layout-position\", \"utils-layout-visibility\", \"utils-layout-zindex\", \"utils-sizing-height\", \"utils-sizing-width\", \"utils-spacing-margin\", \"utils-spacing-padding\", \"utils-spacing-space-between\", \"utils-svg-fill\", \"utils-svg-stroke\", \"utils-table-border-collapse\", \"utils-table-table-layout\", \"utils-transform-flip\", \"utils-transform-origin\", \"utils-transform-rotate\", \"utils-transform-scale\", \"utils-transform-skew\", \"utils-transform-translate\", \"utils-typography-font-family\", \"utils-typography-font-size\", \"utils-typography-font-style\", \"utils-typography-font-weight\", \"utils-typography-letter-spacing\", \"utils-typography-line-height\", \"utils-typography-list-style\", \"utils-typography-text-align\", \"utils-typography-text-color\", \"utils-typography-text-decoration\", \"utils-typography-text-overflow\", \"utils-typography-text-transform\", \"utils-typography-vertical-align\", \"utils-typography-white-space\", \"typography\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"time-marker\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"action-buttons\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panel\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"chart-wizard\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"prompt\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
|
|
1253
1253
|
},
|
|
1254
1254
|
"kendo-prefix": {
|
|
1255
1255
|
"type": "String",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-core",
|
|
3
3
|
"description": "A collection of functions and mixins used for building themes for Kendo UI",
|
|
4
|
-
"version": "9.0.1-dev.
|
|
4
|
+
"version": "9.0.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"directories": {
|
|
45
45
|
"doc": "docs"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "9a112b4828a2d760609c9a134b25bfb00eedd3fd"
|
|
48
48
|
}
|