@syncfusion/ej2-angular-documenteditor 26.1.35 → 26.1.38-ngcc
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.
- package/@syncfusion/ej2-angular-documenteditor.es5.js +592 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +562 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.js +1276 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/license +10 -0
- package/package.json +13 -27
- package/schematics/collection.json +0 -5
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/CHANGELOG.md +0 -3856
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -119
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -276
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -524
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -524
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/index.js +0 -8
- package/schematics/generators/documenteditorcontainer-default/index.ts +0 -8
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +0 -5
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +0 -7
- package/schematics/generators/documenteditorcontainer-default/sample-details.ts +0 -5
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -25
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/assets/data.ts +0 -1423
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/schema.js +0 -2
- package/schematics/generators/documenteditorcontainer-default/schema.json +0 -125
- package/schematics/generators/documenteditorcontainer-default/schema.ts +0 -3
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
-
const sampleDetails = require("./sample-details");
|
|
5
|
-
function default_1(options) {
|
|
6
|
-
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
-
}
|
|
8
|
-
exports.default = default_1;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Rule } from '@angular-devkit/schematics';
|
|
2
|
-
import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics";
|
|
3
|
-
import { Schema } from './schema';
|
|
4
|
-
import * as sampleDetails from './sample-details';
|
|
5
|
-
|
|
6
|
-
export default function (options: Schema): Rule {
|
|
7
|
-
return componentBuilder(options, sampleDetails);
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.componentName = 'documenteditorcontainer';
|
|
4
|
-
exports.sampleName = 'default';
|
|
5
|
-
exports.diModules = 'ToolbarService';
|
|
6
|
-
exports.packageName = '@syncfusion/ej2-angular-documenteditor';
|
|
7
|
-
exports.libModules = 'DocumentEditorContainerModule';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export const componentName: string = 'documenteditorcontainer';
|
|
2
|
-
export const sampleName: string = 'default';
|
|
3
|
-
export const diModules: string = 'ToolbarService';
|
|
4
|
-
export const packageName: string = '@syncfusion/ej2-angular-documenteditor';
|
|
5
|
-
export const libModules: string = 'DocumentEditorContainerModule';
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Component, ViewEncapsulation, ViewChild } from '@angular/core';
|
|
2
|
-
import { ToolbarService, DocumentEditorContainerComponent } from '@syncfusion/ej2-angular-documenteditor';
|
|
3
|
-
import { defaultDocument, WEB_API_ACTION } from './assets/data';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Document Editor Component
|
|
7
|
-
*/
|
|
8
|
-
@Component({
|
|
9
|
-
selector: '<%=dasherize(selector)%>',
|
|
10
|
-
templateUrl: '<%=dasherize(name)%>.component.html',
|
|
11
|
-
styleUrls: ['<%=dasherize(name)%>.component.css'],
|
|
12
|
-
encapsulation: ViewEncapsulation.None,
|
|
13
|
-
providers: [ToolbarService],
|
|
14
|
-
})
|
|
15
|
-
export class <%= classify(name) %>Component {
|
|
16
|
-
public hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/';
|
|
17
|
-
@ViewChild('documentEditorContainerInstance')
|
|
18
|
-
public documentEditorContainerInstance: DocumentEditorContainerComponent;
|
|
19
|
-
|
|
20
|
-
render(): void {
|
|
21
|
-
this.documentEditorContainerInstance.locale = 'en-US';
|
|
22
|
-
this.documentEditorContainerInstance.serviceUrl = this.hostUrl + WEB_API_ACTION;
|
|
23
|
-
this.documentEditorContainerInstance.documentEditor.open(JSON.stringify(defaultDocument));
|
|
24
|
-
}
|
|
25
|
-
}
|