-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from vairamuthuR/master
Volume 4, 2018 SP1 (v16.4.52) released
- Loading branch information
Showing
770 changed files
with
246,682 additions
and
95,508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
dist/ | ||
node_modules/ | ||
src/router.config.ts | ||
src/common/samplelist.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"tslint": [ | ||
"./src/**/*.ts", | ||
"!./src/**/*.d.ts", | ||
"!./src/common/sampleList.ts", | ||
"!./src/maps/MapData/*.ts", | ||
"!./src/common/locale-string.ts", | ||
"./spec/**/*.ts" | ||
], | ||
"htmllint": [ | ||
"./src/**/*.html" | ||
], | ||
"json": [ | ||
"./**/*.json" | ||
], | ||
"styles": [ | ||
"./styles/**/*.scss" | ||
], | ||
"sasslint": [ | ||
"./styles/**/*.scss" | ||
], | ||
"samplejson": [ | ||
"./src/**/sample.json" | ||
], | ||
"watchTs": [ | ||
"./src/**/*.ts", | ||
"./spec/**/*.ts" | ||
], | ||
"ts": [ | ||
"./src/**/*.ts", | ||
"./spec/**/*.ts" | ||
], | ||
"dedupe": [ | ||
"./src/**/*.ts" | ||
], | ||
"styleDependency": [ | ||
"ej2" | ||
], | ||
"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" | ||
], | ||
"cssComponent": [ | ||
"card" | ||
], | ||
"customNames": [ | ||
"heatmap", | ||
"datasource", | ||
"tooltip", | ||
"drilldown", | ||
"smithchart", | ||
"sparkline", | ||
"econmics", | ||
"treemap", | ||
"gauge", | ||
"ajax", | ||
"api", | ||
"custom", | ||
"code", | ||
"blog", | ||
"embedly", | ||
"inline", | ||
"toolbar", | ||
"popup", | ||
"swipeable", | ||
"image", | ||
"checkbox", | ||
"json", | ||
"bpmn", | ||
"fishbone", | ||
"venn", | ||
"newsData", | ||
"virtualization", | ||
"html", | ||
"listview", | ||
"maskedtextbox", | ||
"numerictextbox", | ||
"treeview", | ||
"pdfviewer" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
{ | ||
"lang": "en", | ||
"name": "Essential JS 2 for Vue", | ||
"description": "Essential JS 2 for Vue is a modern JavaScript UI toolkit that has been built from the ground up to be lightweight, responsive, modular and touch friendly. It is written in TypeScript and has no external dependencies.", | ||
"short_name": "EJ2 Vue", | ||
"icons": [{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64" | ||
}, { | ||
"src": "favicon.ico", | ||
"sizes": "128x128" | ||
}], | ||
"scope": "/racer/", | ||
"start_url": "index.html", | ||
"display": "fullscreen", | ||
"orientation": "portrait-primary", | ||
"theme_color": "#FFFFFF", | ||
"background_color": "#F8F8F8", | ||
"serviceworker": { | ||
"src": "sw.js", | ||
"scope": "/racer/", | ||
"update_via_cache": "none" | ||
}, | ||
"related_applications": [{ | ||
"platform": "play", | ||
"url": "https://play.google.com/store/apps/details?id=com.Syncfusion.ej2", | ||
"id": "com.Syncfusion.ej2" | ||
}] | ||
} | ||
"lang": "en", | ||
"name": "Examples of Syncfusion Vue UI Components", | ||
"description": "Explore and learn Syncfusion Vue UI components library using large collection of feature-wise examples for each components.", | ||
"short_name": "EJ2 Vue", | ||
"icons": [{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64" | ||
}, { | ||
"src": "favicon.ico", | ||
"sizes": "128x128" | ||
}], | ||
"scope": "/racer/", | ||
"start_url": "index.html", | ||
"display": "fullscreen", | ||
"orientation": "portrait-primary", | ||
"theme_color": "#FFFFFF", | ||
"background_color": "#F8F8F8", | ||
"serviceworker": { | ||
"src": "sw.js", | ||
"scope": "/racer/", | ||
"update_via_cache": "none" | ||
}, | ||
"related_applications": [{ | ||
"platform": "play", | ||
"url": "https://play.google.com/store/apps/details?id=com.Syncfusion.ej2", | ||
"id": "com.Syncfusion.ej2" | ||
}] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.