@syncfusion/ej2-angular-documenteditor
Advanced tools
Comparing version 28.1.35-ngcc to 28.1.35
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-3V915+6Gn6n4L5wXMW8q/cRbxLg6S8tV3R5kB2KfBg8IU1PoGxFLdmg0XZ4SP0qV0MVzE8JgUCVl3/w59f801g==", | ||
"_integrity": "sha512-vlkAC6WcDBlMOyN3GMaKL8ixN754RW60r4ONxudHnTH260SsAGRaNZCrvDhAkBUAV6129J56j9VyTBC9Ncrfpg==", | ||
"_location": "/@syncfusion/ej2-angular-documenteditor", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-28.1.33.tgz", | ||
"_shasum": "fe9d55d7be8342d37135a49cbded137615153454", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-28.1.33.tgz", | ||
"_shasum": "93241100e1e2abcab23bac01f048055e54feb55e", | ||
"_spec": "@syncfusion/ej2-angular-documenteditor@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included", | ||
"author": { | ||
@@ -42,4 +42,19 @@ "name": "Syncfusion Inc." | ||
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-documenteditor.js", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-documenteditor.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-documenteditor.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-documenteditor.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-documenteditor.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-documenteditor.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-documenteditor.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-documenteditor.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -52,5 +67,3 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"main": "dist/ej2-angular-documenteditor.umd.js", | ||
"metadata": "ej2-angular-documenteditor.metadata.json", | ||
"module": "@syncfusion/ej2-angular-documenteditor.es5.js", | ||
"module": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs", | ||
"name": "@syncfusion/ej2-angular-documenteditor", | ||
@@ -63,4 +76,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "ej2-angular-documenteditor.d.ts", | ||
"version": "28.1.35-ngcc" | ||
"typings": "syncfusion-ej2-angular-documenteditor.d.ts", | ||
"version": "28.1.35" | ||
} |
import { ValueProvider } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./documenteditorcontainer.module"; | ||
export declare const ToolbarService: ValueProvider; | ||
@@ -7,2 +10,5 @@ /** | ||
export declare class DocumentEditorContainerAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorContainerAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorContainerModule], [typeof i2.DocumentEditorContainerModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorContainerAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -43,2 +44,4 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentEditorContainerComponent, "ejs-documenteditorcontainer", never, { "autoResizeOnVisibilityChange": "autoResizeOnVisibilityChange"; "currentUser": "currentUser"; "documentEditorSettings": "documentEditorSettings"; "documentSettings": "documentSettings"; "enableAutoFocus": "enableAutoFocus"; "enableComment": "enableComment"; "enableCsp": "enableCsp"; "enableLocalPaste": "enableLocalPaste"; "enableLockAndEdit": "enableLockAndEdit"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSpellCheck": "enableSpellCheck"; "enableToolbar": "enableToolbar"; "enableTrackChanges": "enableTrackChanges"; "headers": "headers"; "height": "height"; "layoutType": "layoutType"; "locale": "locale"; "restrictEditing": "restrictEditing"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "showPropertiesPane": "showPropertiesPane"; "toolbarItems": "toolbarItems"; "userColor": "userColor"; "width": "width"; "zIndex": "zIndex"; }, { "beforeAcceptRejectChanges": "beforeAcceptRejectChanges"; "beforeCommentAction": "beforeCommentAction"; "beforePaneSwitch": "beforePaneSwitch"; "commentDelete": "commentDelete"; "contentChange": "contentChange"; "contentControl": "contentControl"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "destroyed": "destroyed"; "documentChange": "documentChange"; "selectionChange": "selectionChange"; "serviceFailure": "serviceFailure"; "toolbarClick": "toolbarClick"; "trackChange": "trackChange"; "beforeXmlHttpRequestSend": "beforeXmlHttpRequestSend"; }, never, never>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./documenteditorcontainer.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the DocumentEditorContainer component. | ||
export declare class DocumentEditorContainerModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorContainerModule, [typeof i1.DocumentEditorContainerComponent], [typeof i2.CommonModule], [typeof i1.DocumentEditorContainerComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorContainerModule>; | ||
} |
import { ValueProvider } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./documenteditor.module"; | ||
export declare const PrintService: ValueProvider; | ||
@@ -42,2 +45,5 @@ export declare const SfdtExportService: ValueProvider; | ||
export declare class DocumentEditorAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorModule], [typeof i2.DocumentEditorModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -54,2 +55,4 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentEditorComponent, "ejs-documenteditor", never, { "acceptTab": "acceptTab"; "autoResizeOnVisibilityChange": "autoResizeOnVisibilityChange"; "currentUser": "currentUser"; "defaultPasteOption": "defaultPasteOption"; "documentEditorSettings": "documentEditorSettings"; "documentName": "documentName"; "documentSettings": "documentSettings"; "enableAutoFocus": "enableAutoFocus"; "enableBookmarkDialog": "enableBookmarkDialog"; "enableBordersAndShadingDialog": "enableBordersAndShadingDialog"; "enableCollaborativeEditing": "enableCollaborativeEditing"; "enableColumnsDialog": "enableColumnsDialog"; "enableComment": "enableComment"; "enableContextMenu": "enableContextMenu"; "enableCursorOnReadOnly": "enableCursorOnReadOnly"; "enableEditor": "enableEditor"; "enableEditorHistory": "enableEditorHistory"; "enableFontDialog": "enableFontDialog"; "enableFootnoteAndEndnoteDialog": "enableFootnoteAndEndnoteDialog"; "enableFormField": "enableFormField"; "enableHyperlinkDialog": "enableHyperlinkDialog"; "enableImageResizer": "enableImageResizer"; "enableListDialog": "enableListDialog"; "enableLocalPaste": "enableLocalPaste"; "enableLockAndEdit": "enableLockAndEdit"; "enableOptionsPane": "enableOptionsPane"; "enablePageSetupDialog": "enablePageSetupDialog"; "enableParagraphDialog": "enableParagraphDialog"; "enablePersistence": "enablePersistence"; "enablePrint": "enablePrint"; "enableRtl": "enableRtl"; "enableSearch": "enableSearch"; "enableSelection": "enableSelection"; "enableSfdtExport": "enableSfdtExport"; "enableSpellCheck": "enableSpellCheck"; "enableStyleDialog": "enableStyleDialog"; "enableTableDialog": "enableTableDialog"; "enableTableOfContentsDialog": "enableTableOfContentsDialog"; "enableTableOptionsDialog": "enableTableOptionsDialog"; "enableTablePropertiesDialog": "enableTablePropertiesDialog"; "enableTextExport": "enableTextExport"; "enableTrackChanges": "enableTrackChanges"; "enableWordExport": "enableWordExport"; "headers": "headers"; "height": "height"; "isReadOnly": "isReadOnly"; "layoutType": "layoutType"; "locale": "locale"; "pageGap": "pageGap"; "pageOutline": "pageOutline"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "showComments": "showComments"; "showRevisions": "showRevisions"; "useCtrlClickToFollowHyperlink": "useCtrlClickToFollowHyperlink"; "userColor": "userColor"; "width": "width"; "zIndex": "zIndex"; "zoomFactor": "zoomFactor"; }, { "actionComplete": "actionComplete"; "afterFormFieldFill": "afterFormFieldFill"; "beforeAcceptRejectChanges": "beforeAcceptRejectChanges"; "beforeCommentAction": "beforeCommentAction"; "beforeFileOpen": "beforeFileOpen"; "beforeFormFieldFill": "beforeFormFieldFill"; "beforePaneSwitch": "beforePaneSwitch"; "commentBegin": "commentBegin"; "commentDelete": "commentDelete"; "commentEnd": "commentEnd"; "contentChange": "contentChange"; "contentControl": "contentControl"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "destroyed": "destroyed"; "documentChange": "documentChange"; "keyDown": "keyDown"; "requestNavigate": "requestNavigate"; "searchResultsChange": "searchResultsChange"; "selectionChange": "selectionChange"; "serviceFailure": "serviceFailure"; "trackChange": "trackChange"; "viewChange": "viewChange"; "zoomFactorChange": "zoomFactorChange"; "beforeXmlHttpRequestSend": "beforeXmlHttpRequestSend"; "documentLoadFailed": "documentLoadFailed"; }, never, never>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./documenteditor.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the DocumentEditor component. | ||
export declare class DocumentEditorModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorModule, [typeof i1.DocumentEditorComponent], [typeof i2.CommonModule], [typeof i1.DocumentEditorComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorModule>; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
518359
205
0
100
0
2195