Skip to content

Commit d05c847

Browse files
authored
Merge pull request #22 from Saranya13/master
v18.3.35 Released
2 parents bffce14 + db04087 commit d05c847

File tree

181 files changed

+11484
-1289
lines changed

Some content is hidden

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

181 files changed

+11484
-1289
lines changed

build/samples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var gulp = global.gulp = global.gulp || require('gulp');
4-
var config = { publishSamples: ["./**/*", "!./node_modules/**", "!./node_modules/", "!./samples-repo/**", "!./samples-repo/", "!./spec/**", "!./spec/", "!./test-report/**", "!./test-report/", "!Jenkinsfile", "!./production/**", "!./production/", "!./.gitignore", "!./!(system.config).{js,json}", "!./gulpfile.js", "!./tempFile", "!./**/*.{d.ts,md,markdown,txt,xml,scss,cmd,docx,tar,gz,zip,tgz,log}"] };
4+
var config = { publishSamples: ["./dist/**/*"] };
55
var gzip = require('gulp-gzip');
66
var shelljs = require('shelljs');
77
var cdn = require('./cdn.js');

manifest.Webmanifest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@
2727
"id": "com.Syncfusion.ej2"
2828
}]
2929
}
30-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-vue-samples",
3-
"version": "18.2.44",
3+
"version": "18.3.35",
44
"description": "Examples of Vue UI Components",
55
"scripts": {
66
"serve" : "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",

public/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link href="styles/bootstrap.min.css" rel="stylesheet" />
2020
<link href="styles/highlight.css" rel="stylesheet" />
2121
<link href="lib/codemirror.css" rel="stylesheet" />
22+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"></link>
2223
<script src="lib/elasticlunr.min.js"></script>
2324
<script src="lib/highlight.min.js"></script>
2425
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" type="text/javascript"></script>
@@ -27,6 +28,11 @@
2728
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.3.0/mode/css/css.js" type="text/javascript"></script>
2829
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.3.0/mode/xml/xml.js" type="text/javascript"></script>
2930
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.3.0/mode/htmlmixed/htmlmixed.js" type="text/javascript"></script>
31+
<script>
32+
var orgin = location.origin;
33+
var baseref = location.href.split('#')[0].replace(orgin, '');
34+
document.write('<base href=\"' + baseref + '\">');
35+
</script>
3036
<script>
3137
var themeName = location.hash.split('/')[1];
3238
themeName = themeName ? themeName : 'material';

public/styles/images/NPM.svg

Lines changed: 9 additions & 0 deletions
Loading

public/styles/images/bg.jpg

57.7 KB
Loading

0 commit comments

Comments
 (0)