Skip to content

Commit

Permalink
Merge pull request #4 from vairamuthuR/master
Browse files Browse the repository at this point in the history
Volume 4, 2018 SP1 (v16.4.52) released
  • Loading branch information
essentialjs2 authored Feb 7, 2019
2 parents 9a5169a + 947e290 commit 52bf371
Show file tree
Hide file tree
Showing 770 changed files with 246,682 additions and 95,508 deletions.
2 changes: 2 additions & 0 deletions .gitignore
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
97 changes: 97 additions & 0 deletions config.json
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"
]
}
12 changes: 5 additions & 7 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ var config = require('./config.json')
var sampleOrder = JSON.parse(fs.readFileSync(__dirname + '/src/common/sampleorder.json'));
var sampleList;
const elasticlunr = require('elasticlunr');

require('./build/samples');
var shelljs=require('shelljs');
//require('./build/samples');

function generateSearchIndex(sampleArray) {
elasticlunr.clearStopWords();
Expand Down Expand Up @@ -151,19 +151,18 @@ gulp.task('generate-routes', function() {
curJson.samples.forEach(curSample => {
var path = curJson.directory + '/' + curSample.url;
var aData = {}
imports = imports + 'import ' + curJson.name.replace(' ', '') + curSample.url.split('-').join('') + ' from \'./' + path + '.vue\'; \n';
imports = imports + 'import ' + curJson.name.split(' ').join('') + curSample.url.split('-').join('') + ' from \'./' + path + '.vue\'; \n';
aData["eCompName"] = curJson.name;
aData["eSampleName"] = curSample.name;
aData["eCategoryName"] = curSample.category;
routs.push('{ path: \'/:theme/' + path + '.html\', component: ' + curJson.name.replace(' ', '') + curSample.url.split('-').join('') + ', meta: ' + JSON.stringify(aData) + ' }\n');
routs.push('{ path: \'/:theme/' + path + '.html\', component: ' + curJson.name.split(' ').join('') + curSample.url.split('-').join('') + ', meta: ' + JSON.stringify(aData) + ' }\n');
});
});
fs.writeFileSync("./src/router.config.ts", imports + 'export default [' + routs + '];');
});

/* copy styles from nodemodules */
gulp.task('copy', function (done) {
var shelljs=require('shelljs')
var files=glob.sync('./node_modules/@syncfusion/ej2/*.css')
files.forEach(file=>
{
Expand All @@ -172,7 +171,6 @@ gulp.task('copy', function (done) {
});

gulp.task('build', function(done) {
var shelljs = require('shelljs');
shelljs.exec('gulp combine-samplelist && gulp generate-routes && gulp copy && npm run build', done)
});

Expand All @@ -182,4 +180,4 @@ gulp.task('serve',['build'], function(done) {
port: 3000,
ignore: ['node_modules']
})
});
});
38 changes: 21 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
<html lang="en">

<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WLQL39J');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<title>Essential JS 2 for Vue</title>
<title>Demos, Examples of Syncfusion Vue UI Components</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="description" content="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.">
<meta name="description" content="Explore and learn Syncfusion Vue UI components library using large collection of feature-wise examples for each components.">
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="author" content="Syncfusion" />
<link rel="shortcut icon" href="favicon.ico" />
Expand Down Expand Up @@ -37,6 +43,10 @@
</head>

<body class='e-view' aria-busy="true">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WLQL39J"height="0"width="0"style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div hidden id="sync-analytics" data-queue="EJ2 - Vue - Demos"></div>
<div id="app">
<aside id='left-sidebar'>
<div class='sb-left-pane e-view'>
Expand Down Expand Up @@ -71,7 +81,7 @@
<div class="sb-mobile-header-button">
About</div>
</a>
<a href='https://www.syncfusion.com/downloads/essential-js2' target="_blank">
<a href='https://www.syncfusion.com/downloads/vue' target="_blank">
<div class="sb-mobile-header-button">Pricing</div>
</a>
</div>
Expand Down Expand Up @@ -105,12 +115,6 @@
<div class='sb-header-item sb-table-cell sb-lang-toggler-wrapper'>
<span id='sb-switcher' role="button" tabindex="0" class='sb-lang-toggler sb-icons sb-icon-Dropdown' aria-label="change the samplebrowser"></span>
</div>

<div class='sb-header-item sb-table-cell sb-preview-wrapper'>
<div>
<img src='./styles/images/Preview-label.svg' style="height:100%;width:75px;padding-left:16px">
</div>
</div>
</div>
<div class='sb-header-right sb-right sb-table'>
<div class="sb-header-item sb-table-cell">
Expand All @@ -136,7 +140,7 @@
<div class="sb-header-item sb-table-cell sb-header-settings sb-icons"></div>
<div class="sb-header-splitter sb-download-splitter"></div>
<div class='sb-header-item sb-table-cell sb-download-wrapper'>
<a href='https://www.syncfusion.com/downloads/essential-js2' target="_blank">
<a href='https://www.syncfusion.com/downloads/vue' target="_blank">
<button id='download-now' class='sb-download-btn'>
<span class='sb-download-text'>Download Now</span>
</button>
Expand Down Expand Up @@ -203,7 +207,7 @@
</div>
<div class='setting-content setting-theme-change'>
<select id='sb-setting-theme' class='sb-setting-theme-select'>
<option value="material">Material</option>
<option value="material">Material</option>
<option value="fabric">Fabric</option>
<option value="bootstrap">Bootstrap</option>
<option value="highcontrast">High Contrast</option>
Expand Down Expand Up @@ -339,20 +343,20 @@ <h1 class='sb-sample-text'>Chart</h1>
<div class="sb-footer">
<div class="sb-footer-left">
<div class="sb-footer-links">
<a href="https://help.syncfusion.com/essential-js2/vue/documentation/" target="_blank">
<a href="https://ej2.syncfusion.com/vue/documentation/" target="_blank">
<div class="sb-footer-link">Documentation</div>
</a>
<a href="https://www.syncfusion.com/forum/vue-js2" target="_blank">
<a href="https://www.syncfusion.com/forums/vue" target="_blank">
<div class="sb-footer-link">Forum</div>
</a>
<a href="https://www.syncfusion.com/blogs/" target="_blank">
<a href="https://blog.syncfusion.com/" target="_blank">
<div class="sb-footer-link">Blog</div>
</a>
<a href="https://www.syncfusion.com/kb/" target="_blank">
<div class="sb-footer-link">Knowledge Base</div>
</a>
</div>
<div class="sb-footer-copyright">Copyright © 2001-2018 Syncfusion Inc.</div>
<div class="sb-footer-copyright">Copyright © 2001-2019 Syncfusion Inc.</div>
</div>
<div class="sb-footer-logo">
<a href="https://www.syncfusion.com/" target="_blank">
Expand Down Expand Up @@ -394,4 +398,4 @@ <h1 class='sb-sample-text'>Chart</h1>
<script src="./dist/build.js" type="text/javascript"></script>
</body>

</html>
</html>
57 changes: 29 additions & 28 deletions manifest.Webmanifest
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"
}]
}

31 changes: 18 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ej2-vue-samples",
"version": "1.0.0",
"description": "",
"description": "Examples of Vue UI Components",
"scripts": {
"build": "node --max_old_space_size=8096 node_modules/webpack/bin/webpack.js --config ./webpack.config.js",
"ci-publish": "gulp publish-samples"
Expand All @@ -11,26 +11,31 @@
"@syncfusion/ej2": "*",
"@syncfusion/ej2-vue-base": "*",
"@syncfusion/ej2-vue-buttons": "*",
"@syncfusion/ej2-vue-splitbuttons": "*",
"@syncfusion/ej2-vue-calendars": "*",
"@syncfusion/ej2-vue-charts": "*",
"@syncfusion/ej2-vue-circulargauge": "*",
"@syncfusion/ej2-vue-diagrams": "*",
"@syncfusion/ej2-vue-navigations": "*",
"@syncfusion/ej2-vue-notifications": "*",
"@syncfusion/ej2-vue-lists": "*",
"@syncfusion/ej2-vue-documenteditor": "*",
"@syncfusion/ej2-vue-dropdowns": "*",
"@syncfusion/ej2-vue-grids": "*",
"@syncfusion/ej2-vue-pivotview": "*",
"@syncfusion/ej2-vue-schedule": "*",
"@syncfusion/ej2-vue-inputs": "*",
"@syncfusion/ej2-vue-popups": "*",
"@syncfusion/ej2-vue-heatmap": "*",
"@syncfusion/ej2-vue-treemap": "*",
"@syncfusion/ej2-vue-maps": "*",
"@syncfusion/ej2-vue-circulargauge": "*",
"@syncfusion/ej2-vue-inplace-editor": "*",
"@syncfusion/ej2-vue-inputs": "*",
"@syncfusion/ej2-vue-layouts": "*",
"@syncfusion/ej2-vue-lineargauge": "*",
"@syncfusion/ej2-vue-lists": "*",
"@syncfusion/ej2-vue-maps": "*",
"@syncfusion/ej2-vue-navigations": "*",
"@syncfusion/ej2-vue-notifications": "*",
"@syncfusion/ej2-vue-pdfviewer": "*",
"@syncfusion/ej2-vue-pivotview": "*",
"@syncfusion/ej2-vue-popups": "*",
"@syncfusion/ej2-vue-querybuilder": "*",
"@syncfusion/ej2-vue-richtexteditor": "*",
"@syncfusion/ej2-vue-documenteditor": "*",
"@syncfusion/ej2-vue-schedule": "*",
"@syncfusion/ej2-vue-splitbuttons": "*",
"@syncfusion/ej2-vue-treegrid": "*",
"@syncfusion/ej2-vue-treemap": "*",
"@types/codemirror": "0.0.56",
"@types/marked": "^0.3.0",
"codemirror": "^5.37.0",
Expand Down
9 changes: 8 additions & 1 deletion samples/sidebar/api/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ body {
}

#hamburger.menu:before {
content: '\e7f6';
content: '\e10d';
}

#hamburger.menu.e-rtl{
Expand All @@ -159,3 +159,10 @@ body {
.e-sidebar.e-right .title-header #close {
float: left;
}

@font-face {
font-family: 'e-icons';
src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
font-weight: normal;
font-style: normal;
}
Loading

0 comments on commit 52bf371

Please sign in to comment.