Skip to content

Commit c8e8274

Browse files
authored
Merge pull request #4 from kumaresan-subramani/master
Gihub source updation for v16.4.0.52 service pack 1 release
2 parents 741d691 + 3f039a6 commit c8e8274

File tree

2,440 files changed

+284989
-3631
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,440 files changed

+284989
-3631
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.npmrc
2+
.vscode/
3+
dist/
4+
node_modules/
5+
src/**/*.min.js
6+
src/**/*-plnkr.json
7+
src/common/search-index.js
8+
samples/*
9+
src/common/api-table
10+
src/common/api-table.json
11+
!src/common/api-table-generator.js
12+
!styles/highlight.css

config.json

Lines changed: 96 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,98 @@
11
{
2-
"htmllint": ["./src/**/*.html"],
3-
"json": ["./**/*.json"],
4-
"samplejson": ["./src/**/*sample.json"],
5-
"dedupe": ["./src/**/*.js"],
6-
"watchSample": ["./src/**/*.js"],
7-
"jshint": ["./src/**/*.js", "!./src/**/*.min.js", "!./src/common/samplelist.js", "!./src/common/api-table-generator.js","!./src/common/search-index.js"],
8-
"github": ["./src/**/*.{html,ts,json}", "./styles{,/**}", "./src/**/images{,/**}", "./src/common/lib{,/**}", "./src/common/cldr-data{,/**}", "./src/showcase{,/**}", "!./src/showcase/**/!(webpack.config)*.{js,json}", "!./styles/**/!(index)*.css", "./spec/**/*.ts", "./*.html", "./favicon.ico", "karma.conf.js", "package.json", "test-main.js", "tsconfig.json", "webpack.config.js", "!./googlec03dd4bc003151bc.html", "license"]
2+
"htmllint": [
3+
"./src/**/*.html"
4+
],
5+
"json": [
6+
"./**/*.json"
7+
],
8+
"samplejson": [
9+
"./src/**/*sample.json"
10+
],
11+
"dedupe": [],
12+
"watchSample": [
13+
"./src/**/*.js"
14+
],
15+
"jshint": [
16+
"./src/**/*.js",
17+
"!./src/common/lib/**/*.*",
18+
"!./src/**/*.min.js",
19+
"!./src/common/samplelist.js",
20+
"!./src/common/api-table-generator.js",
21+
"!./src/common/search-index.js"
22+
],
23+
"github": [
24+
"./src/**/*.{html,ts,json}",
25+
"./styles{,/**}",
26+
"./src/**/images{,/**}",
27+
"./src/common/lib{,/**}",
28+
"./src/common/cldr-data{,/**}",
29+
"./src/showcase{,/**}",
30+
"!./src/showcase/**/!(webpack.config)*.{js,json}",
31+
"!./styles/**/!(index)*.css",
32+
"./spec/**/*.ts",
33+
"./*.html",
34+
"./favicon.ico",
35+
"karma.conf.js",
36+
"package.json",
37+
"test-main.js",
38+
"tsconfig.json",
39+
"webpack.config.js",
40+
"!./googlec03dd4bc003151bc.html",
41+
"license"
42+
],
43+
"platform": "javascript",
44+
"customNames": [
45+
"toolbar",
46+
"ajax",
47+
"popup",
48+
"treeview",
49+
null,
50+
"textbox",
51+
"uploader",
52+
"preload",
53+
"api",
54+
"maskedtextbox",
55+
"numerictextbox",
56+
"dialog",
57+
"blog",
58+
"draggable",
59+
"swipeable",
60+
"inline",
61+
"datasource",
62+
"tooltip",
63+
"bpmn",
64+
"fishbone",
65+
"venn",
66+
"drilldown",
67+
"lineapenisular",
68+
"usa",
69+
"sparkline",
70+
"treemap",
71+
"bollinger",
72+
"100",
73+
"hilo",
74+
"doughnut",
75+
"custom",
76+
"code",
77+
"embedly",
78+
"image",
79+
"rtl",
80+
"tooltip-customization",
81+
"ajaxcontent",
82+
"html-template",
83+
"smartposition",
84+
"listview",
85+
"html",
86+
"customization",
87+
"virtualization",
88+
"datepicker",
89+
"daterangepicker",
90+
"datetimepicker",
91+
"timepicker",
92+
"gauge",
93+
"smithchart",
94+
"pareto",
95+
"checkbox",
96+
"uml"
97+
]
998
}

index.html

Lines changed: 63 additions & 39 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)