@progress/kendo-common-tasks 8.0.7-dev.1 → 8.0.7-dev.18
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/README.md +2 -3
- package/index.js +5 -50
- package/package.json +13 -52
- package/docs-layout.hbs +0 -51
- package/docs-public/bootstrap.css +0 -6759
- package/docs-public/bootstrap.min.js +0 -7
- package/docs-public/codemirror/clike.min.js +0 -1
- package/docs-public/codemirror/codemirror.min.js +0 -5
- package/docs-public/codemirror/css.min.js +0 -1
- package/docs-public/codemirror/htmlmixed.min.js +0 -1
- package/docs-public/codemirror/javascript.min.js +0 -1
- package/docs-public/codemirror/jsx.min.js +0 -1
- package/docs-public/codemirror/php.min.js +0 -1
- package/docs-public/codemirror/runmode.min.js +0 -1
- package/docs-public/codemirror/xml.min.js +0 -1
- package/docs-public/docs.css +0 -208
- package/docs-public/docs.scss +0 -253
- package/docs-public/editor/angular/app/app.component.ts +0 -3
- package/docs-public/editor/angular/app/app.module.ts +0 -14
- package/docs-public/editor/angular/index.html +0 -32
- package/docs-public/editor/angular/main.ts +0 -15
- package/docs-public/editor/angular/polyfills.ts +0 -73
- package/docs-public/editor/angular/styles.css +0 -13
- package/docs-public/editor/builder/app/app.component.html +0 -1
- package/docs-public/editor/builder/app/app.component.ts +0 -17
- package/docs-public/editor/builder/app/app.css +0 -449
- package/docs-public/editor/builder/app/app.module.ts +0 -53
- package/docs-public/editor/builder/app/core/core.module.ts +0 -19
- package/docs-public/editor/builder/app/core/data/data-services.exports.ts +0 -71
- package/docs-public/editor/builder/app/core/data/data.service.ts +0 -183
- package/docs-public/editor/builder/app/core/data/odata-service-factory.ts +0 -23
- package/docs-public/editor/builder/app/core/data/odata.service.ts +0 -88
- package/docs-public/editor/builder/app/core/module.config.ts +0 -19
- package/docs-public/editor/builder/app/data/odata-provider/customer.config.ts +0 -17
- package/docs-public/editor/builder/app/data/odata-provider/customer.model.ts +0 -17
- package/docs-public/editor/builder/app/grid-demo.base.component.ts +0 -107
- package/docs-public/editor/builder/app/grid-demo.component.html +0 -37
- package/docs-public/editor/builder/app/grid-demo.component.ts +0 -1
- package/docs-public/editor/builder/app/shared/components/grid/grid.component.html +0 -5
- package/docs-public/editor/builder/app/shared/components/grid/grid.component.ts +0 -243
- package/docs-public/editor/builder/app/shared/services/grid-incell-editing.service.ts +0 -120
- package/docs-public/editor/builder/app/topSection.html +0 -12
- package/docs-public/editor/builder/app/topSection.ts +0 -25
- package/docs-public/editor/builder/assets/themes/metro.css +0 -18877
- package/docs-public/editor/builder/index.html +0 -14
- package/docs-public/editor/builder/main.ts +0 -14
- package/docs-public/editor/builder/polyfills.ts +0 -67
- package/docs-public/editor/builder/styles.css +0 -1
- package/docs-public/editor/builder/tsconfig.app.json +0 -13
- package/docs-public/editor/builder/typings.d.ts +0 -5
- package/docs-public/editor/react/app/main.jsx +0 -6
- package/docs-public/editor/react/index.html +0 -32
- package/docs-public/editor/vue/app/main.js +0 -5
- package/docs-public/editor/vue/index.html +0 -29
- package/docs-public/example-runner.js +0 -802
- package/docs-public/github.css +0 -99
- package/docs-public/snippets.js +0 -1722
- package/docs-public/tomorrow-night.css +0 -75
- package/docs-server.js +0 -152
- package/lint-slugs.js +0 -25
- package/markdown-serve/index.js +0 -10
- package/markdown-serve/parser.js +0 -234
- package/markdown-serve/resolver.js +0 -86
- package/markdown-serve/server.js +0 -370
- package/test/jest-setup.js +0 -2
- package/test/snippets.test.js +0 -373
package/docs-public/github.css
DELETED
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
|
|
3
|
-
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
|
4
|
-
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
.hljs {
|
|
8
|
-
display: block;
|
|
9
|
-
overflow-x: auto;
|
|
10
|
-
padding: 0.5em;
|
|
11
|
-
color: #333;
|
|
12
|
-
background: #f8f8f8;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.hljs-comment,
|
|
16
|
-
.hljs-quote {
|
|
17
|
-
color: #998;
|
|
18
|
-
font-style: italic;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.hljs-keyword,
|
|
22
|
-
.hljs-selector-tag,
|
|
23
|
-
.hljs-subst {
|
|
24
|
-
color: #333;
|
|
25
|
-
font-weight: bold;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.hljs-number,
|
|
29
|
-
.hljs-literal,
|
|
30
|
-
.hljs-variable,
|
|
31
|
-
.hljs-template-variable,
|
|
32
|
-
.hljs-tag .hljs-attr {
|
|
33
|
-
color: #008080;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.hljs-string,
|
|
37
|
-
.hljs-doctag {
|
|
38
|
-
color: #d14;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.hljs-title,
|
|
42
|
-
.hljs-section,
|
|
43
|
-
.hljs-selector-id {
|
|
44
|
-
color: #900;
|
|
45
|
-
font-weight: bold;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.hljs-subst {
|
|
49
|
-
font-weight: normal;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.hljs-type,
|
|
53
|
-
.hljs-class .hljs-title {
|
|
54
|
-
color: #458;
|
|
55
|
-
font-weight: bold;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.hljs-tag,
|
|
59
|
-
.hljs-name,
|
|
60
|
-
.hljs-attribute {
|
|
61
|
-
color: #000080;
|
|
62
|
-
font-weight: normal;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.hljs-regexp,
|
|
66
|
-
.hljs-link {
|
|
67
|
-
color: #009926;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.hljs-symbol,
|
|
71
|
-
.hljs-bullet {
|
|
72
|
-
color: #990073;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.hljs-built_in,
|
|
76
|
-
.hljs-builtin-name {
|
|
77
|
-
color: #0086b3;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.hljs-meta {
|
|
81
|
-
color: #999;
|
|
82
|
-
font-weight: bold;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.hljs-deletion {
|
|
86
|
-
background: #fdd;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.hljs-addition {
|
|
90
|
-
background: #dfd;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.hljs-emphasis {
|
|
94
|
-
font-style: italic;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.hljs-strong {
|
|
98
|
-
font-weight: bold;
|
|
99
|
-
}
|