@syncfusion/ej2-angular-inplace-editor 32.1.19 → 32.1.24-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-inplace-editor.es5.js +279 -0
- package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inplace-editor.js +260 -0
- package/@syncfusion/ej2-angular-inplace-editor.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +26 -36
- package/dist/ej2-angular-inplace-editor.umd.js +354 -0
- package/dist/ej2-angular-inplace-editor.umd.js.map +1 -0
- package/dist/ej2-angular-inplace-editor.umd.min.js +11 -0
- package/dist/ej2-angular-inplace-editor.umd.min.js.map +1 -0
- package/ej2-angular-inplace-editor.d.ts +5 -0
- package/ej2-angular-inplace-editor.metadata.json +1 -0
- package/package.json +48 -30
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +4 -4
- package/src/inplace-editor/inplaceeditor-all.module.d.ts +14 -20
- package/src/inplace-editor/inplaceeditor.component.d.ts +58 -61
- package/src/inplace-editor/inplaceeditor.module.d.ts +5 -11
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +1 -1
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +1 -1
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +1 -1
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +1 -1
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +1 -1
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +1 -1
- package/styles/bootstrap5.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +1 -1
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +1 -1
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +1 -1
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +1 -1
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +1 -1
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +1 -1
- package/styles/inplace-editor/bds.scss +1 -1
- package/styles/inplace-editor/bootstrap-dark.scss +1 -1
- package/styles/inplace-editor/bootstrap.scss +1 -1
- package/styles/inplace-editor/bootstrap4.scss +1 -1
- package/styles/inplace-editor/bootstrap5-dark.scss +1 -1
- package/styles/inplace-editor/bootstrap5.3.scss +1 -1
- package/styles/inplace-editor/bootstrap5.scss +1 -1
- package/styles/inplace-editor/fabric-dark.scss +1 -1
- package/styles/inplace-editor/fabric.scss +1 -1
- package/styles/inplace-editor/fluent-dark.scss +1 -1
- package/styles/inplace-editor/fluent.scss +1 -1
- package/styles/inplace-editor/fluent2.scss +1 -1
- package/styles/inplace-editor/highcontrast-light.scss +1 -1
- package/styles/inplace-editor/highcontrast.scss +1 -1
- package/styles/inplace-editor/material-dark.scss +1 -1
- package/styles/inplace-editor/material.scss +1 -1
- package/styles/inplace-editor/material3-dark.scss +2 -1
- package/styles/inplace-editor/material3.scss +2 -1
- package/styles/inplace-editor/tailwind-dark.scss +1 -1
- package/styles/inplace-editor/tailwind.scss +1 -1
- package/styles/inplace-editor/tailwind3.scss +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +1 -1
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +1 -1
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +2 -1
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +2 -1
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +1 -1
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +1 -1
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +1 -1
- package/CHANGELOG.md +0 -262
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +0 -50
- package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +0 -147
- package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +0 -220
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -220
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
- package/syncfusion-ej2-angular-inplace-editor.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,15 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inplace-editor@32.1.1",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-fwyPGn0ORyBku5hqBAHRNCcY5jJRxyUivvF6LCFBnXfdmjnmgImkE31tO0CZpkU9M+x6ioGItJTbIe51SbcH4w==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-angular-inplace-editor",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
12
|
+
"name": "@syncfusion/ej2-angular-inplace-editor",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-inplace-editor",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-32.1.1.tgz",
|
|
23
|
+
"_shasum": "e917504c8aee6e6975bad3c6e4a1595be1ef419c",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
25
|
+
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
8
33
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~32.1.
|
|
10
|
-
"@syncfusion/ej2-
|
|
11
|
-
"@syncfusion/ej2-inplace-editor": "32.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~32.1.24",
|
|
35
|
+
"@syncfusion/ej2-base": "~32.1.24",
|
|
36
|
+
"@syncfusion/ej2-inplace-editor": "32.1.24"
|
|
12
37
|
},
|
|
38
|
+
"deprecated": false,
|
|
39
|
+
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-inplace-editor.js",
|
|
42
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
13
43
|
"keywords": [
|
|
14
44
|
"angular",
|
|
15
45
|
"ng",
|
|
@@ -17,29 +47,17 @@
|
|
|
17
47
|
"angular-inplace-editor-component",
|
|
18
48
|
"ej2-angular-inplace-editor"
|
|
19
49
|
],
|
|
50
|
+
"license": "SEE LICENSE IN license",
|
|
51
|
+
"main": "dist/ej2-angular-inplace-editor.umd.js",
|
|
52
|
+
"metadata": "ej2-angular-inplace-editor.metadata.json",
|
|
53
|
+
"module": "@syncfusion/ej2-angular-inplace-editor.es5.js",
|
|
54
|
+
"name": "@syncfusion/ej2-angular-inplace-editor",
|
|
20
55
|
"repository": {
|
|
21
56
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
57
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
23
58
|
},
|
|
59
|
+
"schematics": "./schematics/collection.json",
|
|
24
60
|
"sideEffects": false,
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"esm2020": "esm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
28
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
29
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
30
|
-
"typings": "syncfusion-ej2-angular-inplace-editor.d.ts",
|
|
31
|
-
"exports": {
|
|
32
|
-
"./package.json": {
|
|
33
|
-
"default": "./package.json"
|
|
34
|
-
},
|
|
35
|
-
".": {
|
|
36
|
-
"types": "./syncfusion-ej2-angular-inplace-editor.d.ts",
|
|
37
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
38
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
39
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
40
|
-
"node": "./fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
41
|
-
"default": "./fesm2020/syncfusion-ej2-angular-inplace-editor.mjs"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"homepage": "https://www.syncfusion.com/angular-components"
|
|
61
|
+
"typings": "ej2-angular-inplace-editor.d.ts",
|
|
62
|
+
"version": "32.1.24-ngcc"
|
|
45
63
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-inplace-editor';
|
|
4
|
-
exports.pkgVer = '^32.1.
|
|
4
|
+
exports.pkgVer = '^32.1.24';
|
|
5
5
|
exports.moduleName = 'InPlaceEditorModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.24';
|
package/src/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { InPlaceEditorComponent } from './inplace-editor/inplaceeditor.component';
|
|
2
|
-
export { InPlaceEditorModule } from './inplace-editor/inplaceeditor.module';
|
|
3
|
-
export { InPlaceEditorAllModule, AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, MultiSelectService, RteService, SliderService, TimePickerService } from './inplace-editor/inplaceeditor-all.module';
|
|
4
|
-
export * from '@syncfusion/ej2-inplace-editor';
|
|
1
|
+
export { InPlaceEditorComponent } from './inplace-editor/inplaceeditor.component';
|
|
2
|
+
export { InPlaceEditorModule } from './inplace-editor/inplaceeditor.module';
|
|
3
|
+
export { InPlaceEditorAllModule, AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, MultiSelectService, RteService, SliderService, TimePickerService } from './inplace-editor/inplaceeditor-all.module';
|
|
4
|
+
export * from '@syncfusion/ej2-inplace-editor';
|
|
@@ -1,20 +1,14 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
*/
|
|
16
|
-
export declare class InPlaceEditorAllModule {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InPlaceEditorAllModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InPlaceEditorAllModule, never, [typeof i1.CommonModule, typeof i2.InPlaceEditorModule], [typeof i2.InPlaceEditorModule]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<InPlaceEditorAllModule>;
|
|
20
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const AutoCompleteService: ValueProvider;
|
|
3
|
+
export declare const ColorPickerService: ValueProvider;
|
|
4
|
+
export declare const ComboBoxService: ValueProvider;
|
|
5
|
+
export declare const DateRangePickerService: ValueProvider;
|
|
6
|
+
export declare const MultiSelectService: ValueProvider;
|
|
7
|
+
export declare const RteService: ValueProvider;
|
|
8
|
+
export declare const SliderService: ValueProvider;
|
|
9
|
+
export declare const TimePickerService: ValueProvider;
|
|
10
|
+
/**
|
|
11
|
+
* NgModule definition for the InPlaceEditor component with providers.
|
|
12
|
+
*/
|
|
13
|
+
export declare class InPlaceEditorAllModule {
|
|
14
|
+
}
|
|
@@ -1,61 +1,58 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
* @
|
|
42
|
-
* @
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InPlaceEditorComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InPlaceEditorComponent, "ejs-inplaceeditor", never, { "actionOnBlur": "actionOnBlur"; "adaptor": "adaptor"; "cancelButton": "cancelButton"; "cssClass": "cssClass"; "disabled": "disabled"; "editableOn": "editableOn"; "emptyText": "emptyText"; "enableEditMode": "enableEditMode"; "enableHtmlParse": "enableHtmlParse"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "locale": "locale"; "mode": "mode"; "model": "model"; "name": "name"; "popupSettings": "popupSettings"; "primaryKey": "primaryKey"; "saveButton": "saveButton"; "showButtons": "showButtons"; "submitOnEnter": "submitOnEnter"; "template": "template"; "textOption": "textOption"; "type": "type"; "url": "url"; "validationRules": "validationRules"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "actionBegin": "actionBegin"; "actionFailure": "actionFailure"; "actionSuccess": "actionSuccess"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "beginEdit": "beginEdit"; "cancelClick": "cancelClick"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "endEdit": "endEdit"; "submitClick": "submitClick"; "validating": "validating"; "valueChange": "valueChange"; }, ["template"], never>;
|
|
61
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-inplaceeditor></ejs-inplaceeditor>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class InPlaceEditorComponent extends InPlaceEditor implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
private cdr;
|
|
19
|
+
formCompContext: any;
|
|
20
|
+
formContext: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
actionBegin: any;
|
|
23
|
+
actionFailure: any;
|
|
24
|
+
actionSuccess: any;
|
|
25
|
+
beforeSanitizeHtml: any;
|
|
26
|
+
beginEdit: any;
|
|
27
|
+
cancelClick: any;
|
|
28
|
+
change: any;
|
|
29
|
+
created: any;
|
|
30
|
+
destroyed: any;
|
|
31
|
+
endEdit: any;
|
|
32
|
+
submitClick: any;
|
|
33
|
+
validating: any;
|
|
34
|
+
valueChange: any;
|
|
35
|
+
/**
|
|
36
|
+
* Specifies the HTML element ID as a string that can be added as a editable field.
|
|
37
|
+
*
|
|
38
|
+
* {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}
|
|
39
|
+
*
|
|
40
|
+
* @default ''
|
|
41
|
+
* @blazortype string
|
|
42
|
+
* @asptype string
|
|
43
|
+
*/
|
|
44
|
+
template: any;
|
|
45
|
+
focus: any;
|
|
46
|
+
blur: any;
|
|
47
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
48
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
49
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
50
|
+
writeValue(value: any): void;
|
|
51
|
+
setDisabledState(disabled: boolean): void;
|
|
52
|
+
ngOnInit(): void;
|
|
53
|
+
ngAfterViewInit(): void;
|
|
54
|
+
ngOnDestroy(): void;
|
|
55
|
+
ngAfterContentChecked(): void;
|
|
56
|
+
registerEvents: (eventList: string[]) => void;
|
|
57
|
+
addTwoWay: (propList: string[]) => void;
|
|
58
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
export declare class InPlaceEditorModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InPlaceEditorModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InPlaceEditorModule, [typeof i1.InPlaceEditorComponent], [typeof i2.CommonModule], [typeof i1.InPlaceEditorComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<InPlaceEditorModule>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the InPlaceEditor component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class InPlaceEditorModule {
|
|
5
|
+
}
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/bds-lite.scss';
|
package/styles/bds.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/bootstrap-dark-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/bootstrap-lite.scss';
|
package/styles/bootstrap.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/bootstrap4-lite.scss';
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/bootstrap5-dark-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/bootstrap5-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/bootstrap5.3-lite.scss';
|
package/styles/bootstrap5.3.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/bootstrap5.3.scss';
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/fabric-dark-lite.scss';
|
package/styles/fabric-dark.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/fabric-dark.scss';
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/fabric-lite.scss';
|
package/styles/fabric.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/fluent-dark-lite.scss';
|
package/styles/fluent-dark.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/fluent-dark.scss';
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/fluent-lite.scss';
|
package/styles/fluent.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/fluent.scss';
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/fluent2-lite.scss';
|
package/styles/fluent2.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/fluent2.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/highcontrast-light-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/highcontrast-light.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/highcontrast-lite.scss';
|
package/styles/highcontrast.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/highcontrast.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bds.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bootstrap-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bootstrap.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bootstrap4.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bootstrap5-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bootstrap5.3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bootstrap5.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/fabric-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/fabric.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/fluent-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/fluent.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/fluent2.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/highcontrast-light.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/highcontrast.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/material-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/material.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/material3-dark.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/material3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/tailwind-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/tailwind.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/tailwind3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/material-dark-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/material-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/material-lite.scss';
|
package/styles/material.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/material.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/material3-dark-lite.scss';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'inplace-editor/material3-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/material3-lite.scss';
|
package/styles/material3.scss
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
@import 'inplace-editor/material3.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/tailwind-dark-lite.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/tailwind-dark.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/tailwind-lite.scss';
|
package/styles/tailwind.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/tailwind.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'ej2-inplace-editor/styles/tailwind3-lite.scss';
|
package/styles/tailwind3.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import 'inplace-editor/tailwind3.scss';
|