@progress/kendo-common-tasks 8.0.7-dev.1 → 8.0.7-dev.22

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.
Files changed (68) hide show
  1. package/README.md +2 -3
  2. package/bin/publish-develop-to-master +19 -0
  3. package/index.js +5 -50
  4. package/package.json +15 -54
  5. package/bin/ci-semantic-release +0 -44
  6. package/docs-layout.hbs +0 -51
  7. package/docs-public/bootstrap.css +0 -6759
  8. package/docs-public/bootstrap.min.js +0 -7
  9. package/docs-public/codemirror/clike.min.js +0 -1
  10. package/docs-public/codemirror/codemirror.min.js +0 -5
  11. package/docs-public/codemirror/css.min.js +0 -1
  12. package/docs-public/codemirror/htmlmixed.min.js +0 -1
  13. package/docs-public/codemirror/javascript.min.js +0 -1
  14. package/docs-public/codemirror/jsx.min.js +0 -1
  15. package/docs-public/codemirror/php.min.js +0 -1
  16. package/docs-public/codemirror/runmode.min.js +0 -1
  17. package/docs-public/codemirror/xml.min.js +0 -1
  18. package/docs-public/docs.css +0 -208
  19. package/docs-public/docs.scss +0 -253
  20. package/docs-public/editor/angular/app/app.component.ts +0 -3
  21. package/docs-public/editor/angular/app/app.module.ts +0 -14
  22. package/docs-public/editor/angular/index.html +0 -32
  23. package/docs-public/editor/angular/main.ts +0 -15
  24. package/docs-public/editor/angular/polyfills.ts +0 -73
  25. package/docs-public/editor/angular/styles.css +0 -13
  26. package/docs-public/editor/builder/app/app.component.html +0 -1
  27. package/docs-public/editor/builder/app/app.component.ts +0 -17
  28. package/docs-public/editor/builder/app/app.css +0 -449
  29. package/docs-public/editor/builder/app/app.module.ts +0 -53
  30. package/docs-public/editor/builder/app/core/core.module.ts +0 -19
  31. package/docs-public/editor/builder/app/core/data/data-services.exports.ts +0 -71
  32. package/docs-public/editor/builder/app/core/data/data.service.ts +0 -183
  33. package/docs-public/editor/builder/app/core/data/odata-service-factory.ts +0 -23
  34. package/docs-public/editor/builder/app/core/data/odata.service.ts +0 -88
  35. package/docs-public/editor/builder/app/core/module.config.ts +0 -19
  36. package/docs-public/editor/builder/app/data/odata-provider/customer.config.ts +0 -17
  37. package/docs-public/editor/builder/app/data/odata-provider/customer.model.ts +0 -17
  38. package/docs-public/editor/builder/app/grid-demo.base.component.ts +0 -107
  39. package/docs-public/editor/builder/app/grid-demo.component.html +0 -37
  40. package/docs-public/editor/builder/app/grid-demo.component.ts +0 -1
  41. package/docs-public/editor/builder/app/shared/components/grid/grid.component.html +0 -5
  42. package/docs-public/editor/builder/app/shared/components/grid/grid.component.ts +0 -243
  43. package/docs-public/editor/builder/app/shared/services/grid-incell-editing.service.ts +0 -120
  44. package/docs-public/editor/builder/app/topSection.html +0 -12
  45. package/docs-public/editor/builder/app/topSection.ts +0 -25
  46. package/docs-public/editor/builder/assets/themes/metro.css +0 -18877
  47. package/docs-public/editor/builder/index.html +0 -14
  48. package/docs-public/editor/builder/main.ts +0 -14
  49. package/docs-public/editor/builder/polyfills.ts +0 -67
  50. package/docs-public/editor/builder/styles.css +0 -1
  51. package/docs-public/editor/builder/tsconfig.app.json +0 -13
  52. package/docs-public/editor/builder/typings.d.ts +0 -5
  53. package/docs-public/editor/react/app/main.jsx +0 -6
  54. package/docs-public/editor/react/index.html +0 -32
  55. package/docs-public/editor/vue/app/main.js +0 -5
  56. package/docs-public/editor/vue/index.html +0 -29
  57. package/docs-public/example-runner.js +0 -802
  58. package/docs-public/github.css +0 -99
  59. package/docs-public/snippets.js +0 -1722
  60. package/docs-public/tomorrow-night.css +0 -75
  61. package/docs-server.js +0 -152
  62. package/lint-slugs.js +0 -25
  63. package/markdown-serve/index.js +0 -10
  64. package/markdown-serve/parser.js +0 -234
  65. package/markdown-serve/resolver.js +0 -86
  66. package/markdown-serve/server.js +0 -370
  67. package/test/jest-setup.js +0 -2
  68. package/test/snippets.test.js +0 -373
@@ -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
- }