@syncfusion/ej2-angular-inplace-editor 21.1.35 → 21.1.36-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 +275 -0
- package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inplace-editor.js +256 -0
- package/@syncfusion/ej2-angular-inplace-editor.js.map +1 -0
- package/CHANGELOG.md +269 -0
- package/dist/ej2-angular-inplace-editor.umd.js +350 -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/license +10 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/inplace-editor/inplaceeditor-all.module.d.ts +0 -6
- package/src/inplace-editor/inplaceeditor.component.d.ts +1 -3
- package/src/inplace-editor/inplaceeditor.module.d.ts +0 -6
- package/styles/bootstrap.css +2 -2
- package/styles/bootstrap4.css +17 -6
- package/styles/bootstrap5-dark.css +9 -5
- package/styles/bootstrap5.css +9 -5
- package/styles/inplace-editor/bootstrap-dark.scss +1 -26
- package/styles/inplace-editor/bootstrap.css +2 -2
- package/styles/inplace-editor/bootstrap.scss +1 -26
- package/styles/inplace-editor/bootstrap4.css +17 -6
- package/styles/inplace-editor/bootstrap4.scss +1 -26
- package/styles/inplace-editor/bootstrap5-dark.css +9 -5
- package/styles/inplace-editor/bootstrap5-dark.scss +1 -26
- package/styles/inplace-editor/bootstrap5.css +9 -5
- package/styles/inplace-editor/bootstrap5.scss +1 -26
- package/styles/inplace-editor/fabric-dark.scss +1 -26
- package/styles/inplace-editor/fabric.scss +1 -26
- package/styles/inplace-editor/fluent-dark.scss +1 -26
- package/styles/inplace-editor/fluent.scss +1 -26
- package/styles/inplace-editor/highcontrast-light.scss +1 -26
- package/styles/inplace-editor/highcontrast.scss +1 -26
- package/styles/inplace-editor/material-dark.scss +1 -26
- package/styles/inplace-editor/material.scss +1 -26
- package/styles/inplace-editor/material3-dark.css +804 -0
- package/styles/inplace-editor/material3-dark.scss +2 -0
- package/styles/inplace-editor/material3.css +860 -0
- package/styles/inplace-editor/material3.scss +2 -0
- package/styles/inplace-editor/tailwind-dark.scss +1 -26
- package/styles/inplace-editor/tailwind.scss +1 -26
- package/styles/material3-dark.css +804 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +860 -0
- package/styles/material3.scss +2 -0
- package/esm2020/public_api.mjs +0 -3
- 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 -146
- 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 -221
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -221
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
- package/styles/inplace-editor/_all.scss +0 -2
- package/styles/inplace-editor/_bootstrap-dark-definition.scss +0 -74
- package/styles/inplace-editor/_bootstrap-definition.scss +0 -75
- package/styles/inplace-editor/_bootstrap4-definition.scss +0 -75
- package/styles/inplace-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/inplace-editor/_bootstrap5-definition.scss +0 -69
- package/styles/inplace-editor/_fabric-dark-definition.scss +0 -74
- package/styles/inplace-editor/_fabric-definition.scss +0 -75
- package/styles/inplace-editor/_fluent-dark-definition.scss +0 -1
- package/styles/inplace-editor/_fluent-definition.scss +0 -70
- package/styles/inplace-editor/_fusionnew-definition.scss +0 -69
- package/styles/inplace-editor/_highcontrast-definition.scss +0 -74
- package/styles/inplace-editor/_highcontrast-light-definition.scss +0 -74
- package/styles/inplace-editor/_layout.scss +0 -658
- package/styles/inplace-editor/_material-dark-definition.scss +0 -75
- package/styles/inplace-editor/_material-definition.scss +0 -75
- package/styles/inplace-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/inplace-editor/_tailwind-definition.scss +0 -70
- package/styles/inplace-editor/_theme.scss +0 -250
- package/styles/inplace-editor/icons/_bootstrap-dark.scss +0 -19
- package/styles/inplace-editor/icons/_bootstrap.scss +0 -19
- package/styles/inplace-editor/icons/_bootstrap4.scss +0 -19
- package/styles/inplace-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/inplace-editor/icons/_bootstrap5.scss +0 -19
- package/styles/inplace-editor/icons/_fabric-dark.scss +0 -19
- package/styles/inplace-editor/icons/_fabric.scss +0 -19
- package/styles/inplace-editor/icons/_fluent-dark.scss +0 -1
- package/styles/inplace-editor/icons/_fluent.scss +0 -19
- package/styles/inplace-editor/icons/_fusionnew.scss +0 -19
- package/styles/inplace-editor/icons/_highcontrast-light.scss +0 -19
- package/styles/inplace-editor/icons/_highcontrast.scss +0 -19
- package/styles/inplace-editor/icons/_material-dark.scss +0 -19
- package/styles/inplace-editor/icons/_material.scss +0 -19
- package/styles/inplace-editor/icons/_material3.scss +0 -19
- package/styles/inplace-editor/icons/_tailwind-dark.scss +0 -1
- package/styles/inplace-editor/icons/_tailwind.scss +0 -19
- package/syncfusion-ej2-angular-inplace-editor.d.ts +0 -5
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-inplace-editor.umd.min.js
|
|
3
|
+
* version : 21.1.36
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/forms"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-inplace-editor"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/forms","@syncfusion/ej2-angular-base","@syncfusion/ej2-inplace-editor","@angular/common"],t):t(e["ej2-angular-inplace-editor"]={},e.ng.core,e.ng.forms,e.ej2.angular.base,e.ej2.inplace.editor,e.ng.common)}(this,function(e,t,o,n,r,i){"use strict";var c=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])};return function(t,o){function n(){this.constructor=t}e(t,o),t.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),a=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,c=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,o,n);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(c=(i<3?r(c):i>3?r(t,o,c):r(t,o))||c);return i>3&&c&&Object.defineProperty(t,o,c),c},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},u=["actionOnBlur","adaptor","cancelButton","cssClass","disabled","editableOn","emptyText","enableEditMode","enableHtmlParse","enableHtmlSanitizer","enablePersistence","enableRtl","locale","mode","model","name","popupSettings","primaryKey","saveButton","showButtons","submitOnEnter","template","textOption","type","url","validationRules","value"],s=["focus","blur","actionBegin","actionFailure","actionSuccess","beforeSanitizeHtml","beginEdit","cancelClick","change","created","destroyed","endEdit","submitClick","validating","valueChange"],d=["value"];e.InPlaceEditorComponent=p=function(e){function t(t,o,r,i){var c=e.call(this)||this;c.ngEle=t,c.srenderer=o,c.viewContainerRef=r,c.injector=i,c.element=c.ngEle.nativeElement,c.injectedModules=c.injectedModules||[];try{var a=c.injector.get("InPlace-EditorAutoComplete");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(l){}try{a=c.injector.get("InPlace-EditorColorPicker");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(u){}try{a=c.injector.get("InPlace-EditorComboBox");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(p){}try{a=c.injector.get("InPlace-EditorDateRangePicker");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(P){}try{a=c.injector.get("InPlace-EditorMultiSelect");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(m){}try{a=c.injector.get("InPlace-EditorRte");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(f){}try{a=c.injector.get("InPlace-EditorSlider");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(E){}try{a=c.injector.get("InPlace-EditorTimePicker");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(C){}return c.registerEvents(s),c.addTwoWay.call(c,d),n.setValue("currentInstance",c,c.viewContainerRef),c.formContext=new n.FormBase,c.formCompContext=new n.ComponentBase,c}return c(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.InPlaceEditor),e.InPlaceEditorComponent.decorators=[{type:t.Component,args:[{selector:"ejs-inplaceeditor",inputs:u,outputs:s,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return p}),multi:!0}],queries:{}}]}],e.InPlaceEditorComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.InPlaceEditorComponent.propDecorators={template:[{type:t.ContentChild,args:["template"]}]},a([n.Template(),l("design:type",Object)],e.InPlaceEditorComponent.prototype,"template",void 0),e.InPlaceEditorComponent=p=a([n.ComponentMixins([n.ComponentBase,n.FormBase]),l("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.InPlaceEditorComponent);var p,P=function(){return function(){}}();P.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.InPlaceEditorComponent],exports:[e.InPlaceEditorComponent]}]}],P.ctorParameters=function(){return[]};var m={provide:"InPlace-EditorAutoComplete",useValue:r.AutoComplete},f={provide:"InPlace-EditorColorPicker",useValue:r.ColorPicker},E={provide:"InPlace-EditorComboBox",useValue:r.ComboBox},C={provide:"InPlace-EditorDateRangePicker",useValue:r.DateRangePicker},R={provide:"InPlace-EditorMultiSelect",useValue:r.MultiSelect},I={provide:"InPlace-EditorRte",useValue:r.Rte},g={provide:"InPlace-EditorSlider",useValue:r.Slider},O={provide:"InPlace-EditorTimePicker",useValue:r.TimePicker},y=function(){return function(){}}();y.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,P],exports:[P],providers:[m,f,E,C,R,I,g,O]}]}],y.ctorParameters=function(){return[]},e.InPlaceEditorModule=P,e.InPlaceEditorAllModule=y,e.AutoCompleteService=m,e.ColorPickerService=f,e.ComboBoxService=E,e.DateRangePickerService=C,e.MultiSelectService=R,e.RteService=I,e.SliderService=g,e.TimePickerService=O,e.ɵa=u,e.ɵb=s,e.parseValue=r.parseValue,e.getCompValue=r.getCompValue,e.encode=r.encode,e.render=r.render,e.update=r.update,e.destroy=r.destroy,e.setFocus=r.setFocus,e.accessValue=r.accessValue,e.destroyModules=r.destroyModules,e.showPopup=r.showPopup,e.PopupSettings=r.PopupSettings,e.modulesList=r.modulesList,e.localeConstant=r.localeConstant,e.ROOT=r.ROOT,e.ROOT_TIP=r.ROOT_TIP,e.VALUE_WRAPPER=r.VALUE_WRAPPER,e.VALUE=r.VALUE,e.OVERLAY_ICON=r.OVERLAY_ICON,e.TIP_TITLE=r.TIP_TITLE,e.TITLE=r.TITLE,e.INLINE=r.INLINE,e.POPUP=r.POPUP,e.WRAPPER=r.WRAPPER,e.LOADING=r.LOADING,e.FORM=r.FORM,e.CTRL_GROUP=r.CTRL_GROUP,e.INPUT=r.INPUT,e.BUTTONS=r.BUTTONS,e.EDITABLE_ERROR=r.EDITABLE_ERROR,e.ELEMENTS=r.ELEMENTS,e.OPEN=r.OPEN,e.BTN_SAVE=r.BTN_SAVE,e.BTN_CANCEL=r.BTN_CANCEL,e.RTE_SPIN_WRAP=r.RTE_SPIN_WRAP,e.CTRL_OVERLAY=r.CTRL_OVERLAY,e.DISABLE=r.DISABLE,e.ICONS=r.ICONS,e.PRIMARY=r.PRIMARY,e.SHOW=r.SHOW,e.HIDE=r.HIDE,e.RTL=r.RTL,e.ERROR=r.ERROR,e.LOAD=r.LOAD,e.InPlaceEditor=r.InPlaceEditor,e.Base=r.Base,e.AutoComplete=r.AutoComplete,e.ColorPicker=r.ColorPicker,e.ComboBox=r.ComboBox,e.DateRangePicker=r.DateRangePicker,e.MultiSelect=r.MultiSelect,e.Rte=r.Rte,e.Slider=r.Slider,e.TimePicker=r.TimePicker,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
|
+
//# sourceMappingURL=ej2-angular-inplace-editor.umd.min.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ej2-angular-inplace-editor.umd.min.js","sources":["~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.component.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor-all.module.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionOnBlur','adaptor','cancelButton','cssClass','disabled','editableOn','emptyText','enableEditMode','enableHtmlParse','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mode','model','name','popupSettings','primaryKey','saveButton','showButtons','submitOnEnter','template','textOption','type','url','validationRules','value'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'actionBegin','actionFailure','actionSuccess','beforeSanitizeHtml','beginEdit','cancelClick','change','created','destroyed','endEdit','submitClick','validating','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.\n * ```html\n * <ejs-inplaceeditor></ejs-inplaceeditor>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class InPlaceEditorComponent extends InPlaceEditor implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionFailure: any;\n\tactionSuccess: any;\n\tbeforeSanitizeHtml: any;\n\tbeginEdit: any;\n\tcancelClick: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tendEdit: any;\n\tsubmitClick: any;\n\tvalidating: any;\npublic valueChange: any;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n * \\@asptype string\n */\n@Template()\n public template: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('InPlace-EditorAutoComplete');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorDateRangePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorMultiSelect');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorRte');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorSlider');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorTimePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-inplaceeditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => InPlaceEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction InPlaceEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorComponent.ctorParameters;\n/** @type {?} */\nInPlaceEditorComponent.propDecorators;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formCompContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.tagObjects;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionBegin;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionFailure;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionSuccess;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beginEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.cancelClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.change;\n/** @type {?} */\nInPlaceEditorComponent.prototype.created;\n/** @type {?} */\nInPlaceEditorComponent.prototype.destroyed;\n/** @type {?} */\nInPlaceEditorComponent.prototype.endEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.submitClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.validating;\n/** @type {?} */\nInPlaceEditorComponent.prototype.valueChange;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n * \\@asptype string\n * @type {?}\n */\nInPlaceEditorComponent.prototype.template;\n/** @type {?} */\nInPlaceEditorComponent.prototype.focus;\n/** @type {?} */\nInPlaceEditorComponent.prototype.blur;\n/** @type {?} */\nInPlaceEditorComponent.prototype.registerEvents;\n/** @type {?} */\nInPlaceEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nInPlaceEditorComponent.prototype.ngEle;\n/** @type {?} */\nInPlaceEditorComponent.prototype.srenderer;\n/** @type {?} */\nInPlaceEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nInPlaceEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\n/**\n * NgModule definition for the InPlaceEditor component.\n */\nexport class InPlaceEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n InPlaceEditorComponent\n ],\n exports: [\n InPlaceEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\nimport { InPlaceEditorModule } from './inplaceeditor.module';\nimport {AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker} from '@syncfusion/ej2-inplace-editor';\n\n\nexport const /** @type {?} */ AutoCompleteService: ValueProvider = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete};\nexport const /** @type {?} */ ColorPickerService: ValueProvider = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker};\nexport const /** @type {?} */ ComboBoxService: ValueProvider = { provide: 'InPlace-EditorComboBox', useValue: ComboBox};\nexport const /** @type {?} */ DateRangePickerService: ValueProvider = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker};\nexport const /** @type {?} */ MultiSelectService: ValueProvider = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect};\nexport const /** @type {?} */ RteService: ValueProvider = { provide: 'InPlace-EditorRte', useValue: Rte};\nexport const /** @type {?} */ SliderService: ValueProvider = { provide: 'InPlace-EditorSlider', useValue: Slider};\nexport const /** @type {?} */ TimePickerService: ValueProvider = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker};\n/**\n * NgModule definition for the InPlaceEditor component with providers.\n */\nexport class InPlaceEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, InPlaceEditorModule],\n exports: [\n InPlaceEditorModule\n ],\n providers:[\n AutoCompleteService,\n ColorPickerService,\n ComboBoxService,\n DateRangePickerService,\n MultiSelectService,\n RteService,\n SliderService,\n TimePickerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["inputs","outputs","twoWays","exports","InPlaceEditorComponent","InPlaceEditorComponent_1","_super","ngEle","srenderer","viewContainerRef","injector","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","_h","registerEvents","addTwoWay","setValue","formContext","FormBase","formCompContext","ComponentBase","__extends","prototype","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","InPlaceEditor","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","propDecorators","ContentChild","__decorate","Template","ComponentMixins","__metadata","InPlaceEditorModule","NgModule","imports","CommonModule","declarations","AutoCompleteService","useValue","AutoComplete","ColorPickerService","ColorPicker","ComboBoxService","ComboBox","DateRangePickerService","DateRangePicker","MultiSelectService","MultiSelect","RteService","Rte","SliderService","Slider","TimePickerService","TimePicker","InPlaceEditorAllModule"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-inplace-editor"}],"metadata":{"ɵa":["actionOnBlur","adaptor","cancelButton","cssClass","disabled","editableOn","emptyText","enableEditMode","enableHtmlParse","enableHtmlSanitizer","enablePersistence","enableRtl","locale","mode","model","name","popupSettings","primaryKey","saveButton","showButtons","submitOnEnter","template","textOption","type","url","validationRules","value"],"ɵb":["focus","blur","actionBegin","actionFailure","actionSuccess","beforeSanitizeHtml","beginEdit","cancelClick","change","created","destroyed","endEdit","submitClick","validating","valueChange"],"InPlaceEditorComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"InPlaceEditor"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-inplaceeditor","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"InPlaceEditorComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"InPlaceEditorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"InPlaceEditorComponent"}],"exports":[{"__symbolic":"reference","name":"InPlaceEditorComponent"}]}]}],"members":{}},"InPlaceEditorAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"InPlaceEditorModule"}],"exports":[{"__symbolic":"reference","name":"InPlaceEditorModule"}],"providers":[{"__symbolic":"reference","name":"AutoCompleteService"},{"__symbolic":"reference","name":"ColorPickerService"},{"__symbolic":"reference","name":"ComboBoxService"},{"__symbolic":"reference","name":"DateRangePickerService"},{"__symbolic":"reference","name":"MultiSelectService"},{"__symbolic":"reference","name":"RteService"},{"__symbolic":"reference","name":"SliderService"},{"__symbolic":"reference","name":"TimePickerService"}]}]}],"members":{}},"AutoCompleteService":{"provide":"InPlace-EditorAutoComplete","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"AutoComplete"}},"ColorPickerService":{"provide":"InPlace-EditorColorPicker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"ColorPicker"}},"ComboBoxService":{"provide":"InPlace-EditorComboBox","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"ComboBox"}},"DateRangePickerService":{"provide":"InPlace-EditorDateRangePicker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"DateRangePicker"}},"MultiSelectService":{"provide":"InPlace-EditorMultiSelect","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"MultiSelect"}},"RteService":{"provide":"InPlace-EditorRte","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"Rte"}},"SliderService":{"provide":"InPlace-EditorSlider","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"Slider"}},"TimePickerService":{"provide":"InPlace-EditorTimePicker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"TimePicker"}}},"origins":{"ɵa":"./src/inplace-editor/inplaceeditor.component","ɵb":"./src/inplace-editor/inplaceeditor.component","InPlaceEditorComponent":"./src/inplace-editor/inplaceeditor.component","InPlaceEditorModule":"./src/inplace-editor/inplaceeditor.module","InPlaceEditorAllModule":"./src/inplace-editor/inplaceeditor-all.module","AutoCompleteService":"./src/inplace-editor/inplaceeditor-all.module","ColorPickerService":"./src/inplace-editor/inplaceeditor-all.module","ComboBoxService":"./src/inplace-editor/inplaceeditor-all.module","DateRangePickerService":"./src/inplace-editor/inplaceeditor-all.module","MultiSelectService":"./src/inplace-editor/inplaceeditor-all.module","RteService":"./src/inplace-editor/inplaceeditor-all.module","SliderService":"./src/inplace-editor/inplaceeditor-all.module","TimePickerService":"./src/inplace-editor/inplaceeditor-all.module"},"importAs":"@syncfusion/ej2-angular-inplace-editor"}
|
package/license
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
|
2
|
+
|
|
3
|
+
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
|
4
|
+
|
|
5
|
+
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
|
6
|
+
|
|
7
|
+
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
|
8
|
+
|
|
9
|
+
The Syncfusion license that contains the terms and conditions can be found at
|
|
10
|
+
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-inplace-editor@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inplace-editor@22.1.34",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-yaIie6Q4hzTfgPwGKnQJlV3wunesiTTfeq8f2os0vT00fDHxBu+m/59eEmzrAiL91atgf2IY+SXbohdRrSqC1w==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-inplace-editor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-22.1.34.tgz",
|
|
23
|
+
"_shasum": "1329d02f04e1fba8a540ca10c721444a0804f174",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,30 +31,14 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-inplace-editor": "21.1.
|
|
37
|
-
"tslib": "^2.3.0"
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
36
|
+
"@syncfusion/ej2-inplace-editor": "21.1.36"
|
|
38
37
|
},
|
|
39
38
|
"deprecated": false,
|
|
40
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",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"exports": {
|
|
44
|
-
"./package.json": {
|
|
45
|
-
"default": "./package.json"
|
|
46
|
-
},
|
|
47
|
-
".": {
|
|
48
|
-
"types": "./syncfusion-ej2-angular-inplace-editor.d.ts",
|
|
49
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
50
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
51
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
52
|
-
"node": "./fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
53
|
-
"default": "./fesm2020/syncfusion-ej2-angular-inplace-editor.mjs"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
57
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-inplace-editor.js",
|
|
58
42
|
"homepage": "https://www.syncfusion.com/angular-components",
|
|
59
43
|
"keywords": [
|
|
60
44
|
"angular",
|
|
@@ -64,7 +48,9 @@
|
|
|
64
48
|
"ej2-angular-inplace-editor"
|
|
65
49
|
],
|
|
66
50
|
"license": "SEE LICENSE IN license",
|
|
67
|
-
"
|
|
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",
|
|
68
54
|
"name": "@syncfusion/ej2-angular-inplace-editor",
|
|
69
55
|
"repository": {
|
|
70
56
|
"type": "git",
|
|
@@ -72,6 +58,6 @@
|
|
|
72
58
|
},
|
|
73
59
|
"schematics": "./schematics/collection.json",
|
|
74
60
|
"sideEffects": false,
|
|
75
|
-
"typings": "
|
|
76
|
-
"version": "21.1.
|
|
61
|
+
"typings": "ej2-angular-inplace-editor.d.ts",
|
|
62
|
+
"version": "21.1.36-ngcc"
|
|
77
63
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var fs = require("fs");
|
|
2
|
+
var glob = require("glob");
|
|
3
|
+
|
|
4
|
+
var selectors = ['ejs-inplaceeditor'];
|
|
5
|
+
|
|
6
|
+
if (process.env.tagName !== undefined) {
|
|
7
|
+
var newTagPrefix = process.env.tagName.trim();
|
|
8
|
+
var files = glob.sync("./@syncfusion/*");
|
|
9
|
+
for (var i = 0; i < files.length; i++) {
|
|
10
|
+
var sourceFile = fs.readFileSync(files[i], "utf8");
|
|
11
|
+
for (var j = 0; j < selectors.length; j++) {
|
|
12
|
+
selectors[j] = selectors[j].replace('[','').replace(']','');
|
|
13
|
+
var tagRegex = new RegExp(selectors[j], "g");
|
|
14
|
+
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
|
|
15
|
+
}
|
|
16
|
+
fs.writeFileSync(files[i], sourceFile, "utf8");
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-inplace-editor";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^22.1.34";
|
|
3
3
|
export declare const moduleName = "InPlaceEditorModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~22.1.34";
|
|
@@ -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 = '^21.1.
|
|
4
|
+
exports.pkgVer = '^21.1.36';
|
|
5
5
|
exports.moduleName = 'InPlaceEditorModule';
|
|
6
|
-
exports.themeVer = '~21.1.
|
|
6
|
+
exports.themeVer = '~21.1.36';
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./inplaceeditor.module";
|
|
5
2
|
export declare const AutoCompleteService: ValueProvider;
|
|
6
3
|
export declare const ColorPickerService: ValueProvider;
|
|
7
4
|
export declare const ComboBoxService: ValueProvider;
|
|
@@ -14,7 +11,4 @@ export declare const TimePickerService: ValueProvider;
|
|
|
14
11
|
* NgModule definition for the InPlaceEditor component with providers.
|
|
15
12
|
*/
|
|
16
13
|
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
14
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -39,6 +38,7 @@ export declare class InPlaceEditorComponent extends InPlaceEditor implements ICo
|
|
|
39
38
|
*
|
|
40
39
|
* @default ''
|
|
41
40
|
* @blazortype string
|
|
41
|
+
* @asptype string
|
|
42
42
|
*/
|
|
43
43
|
template: any;
|
|
44
44
|
focus: any;
|
|
@@ -54,6 +54,4 @@ export declare class InPlaceEditorComponent extends InPlaceEditor implements ICo
|
|
|
54
54
|
ngAfterContentChecked(): void;
|
|
55
55
|
registerEvents: (eventList: string[]) => void;
|
|
56
56
|
addTwoWay: (propList: string[]) => void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InPlaceEditorComponent, never>;
|
|
58
|
-
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>;
|
|
59
57
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./inplaceeditor.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the InPlaceEditor component.
|
|
6
3
|
*/
|
|
7
4
|
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
5
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-fontcolor-dropdown,
|
|
198
198
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-numberformatlist-dropdown,
|
|
199
199
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-bulletformatlist-dropdown {
|
|
200
|
-
padding-bottom:
|
|
201
|
-
padding-top:
|
|
200
|
+
padding-bottom: 1px;
|
|
201
|
+
padding-top: 1px;
|
|
202
202
|
}
|
|
203
203
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn:hover, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active:hover,
|
|
204
204
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn:hover,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
}
|
|
285
285
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
286
286
|
border: 1px solid transparent;
|
|
287
|
-
padding-bottom:
|
|
288
|
-
padding-top:
|
|
287
|
+
padding-bottom: 0;
|
|
288
|
+
padding-top: 0;
|
|
289
289
|
}
|
|
290
290
|
.e-richtexteditor .e-rte-content {
|
|
291
291
|
border-bottom-left-radius: 4px;
|
|
@@ -1066,6 +1066,14 @@
|
|
|
1066
1066
|
background-color: #5a6268;
|
|
1067
1067
|
border: 1px solid #545b62;
|
|
1068
1068
|
}
|
|
1069
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
1070
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
1071
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
1072
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
1073
|
+
background-color: #fff;
|
|
1074
|
+
border: 1px solid #ced4da;
|
|
1075
|
+
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
|
|
1076
|
+
}
|
|
1069
1077
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,
|
|
1070
1078
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus,
|
|
1071
1079
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,
|
|
@@ -1080,18 +1088,21 @@
|
|
|
1080
1088
|
background-color: #545b62;
|
|
1081
1089
|
border: 1px solid #4e555b;
|
|
1082
1090
|
}
|
|
1083
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:
|
|
1091
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
1084
1092
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
1085
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1086
1093
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
|
|
1087
1094
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
1088
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1089
1095
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
1090
1096
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
1091
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1092
1097
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
|
|
1093
1098
|
color: #fff;
|
|
1094
1099
|
}
|
|
1100
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1101
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1102
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1103
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons {
|
|
1104
|
+
color: #fff;
|
|
1105
|
+
}
|
|
1095
1106
|
|
|
1096
1107
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
1097
1108
|
background: #fff;
|
|
@@ -777,19 +777,23 @@
|
|
|
777
777
|
background-color: #5a6268;
|
|
778
778
|
border: 1px solid #545b62;
|
|
779
779
|
}
|
|
780
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
782
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
783
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
784
|
+
background-color: #212529;
|
|
785
|
+
border: 1px solid #444c54;
|
|
786
|
+
border-radius: 4px;
|
|
787
|
+
}
|
|
788
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
789
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
783
790
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
|
|
784
791
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
785
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
786
792
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
787
793
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
788
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
789
794
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
|
|
790
795
|
color: #fff;
|
|
791
796
|
}
|
|
792
|
-
|
|
793
797
|
.e-inplaceeditor .e-editable-value-wrapper {
|
|
794
798
|
background-color: transparent;
|
|
795
799
|
border-radius: 4px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -777,19 +777,23 @@
|
|
|
777
777
|
background-color: #5a6268;
|
|
778
778
|
border: 1px solid #545b62;
|
|
779
779
|
}
|
|
780
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
782
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
783
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
784
|
+
background-color: #fff;
|
|
785
|
+
border: 1px solid #dee2e6;
|
|
786
|
+
border-radius: 4px;
|
|
787
|
+
}
|
|
788
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
789
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
783
790
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
|
|
784
791
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
785
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
786
792
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
787
793
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
788
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
789
794
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
|
|
790
795
|
color: #fff;
|
|
791
796
|
}
|
|
792
|
-
|
|
793
797
|
.e-inplaceeditor .e-editable-value-wrapper {
|
|
794
798
|
background-color: transparent;
|
|
795
799
|
border-radius: 4px;
|
|
@@ -1,26 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/maskedtextbox/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/slider/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-inputs/styles/textbox/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/calendar/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/daterangepicker/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/timepicker/bootstrap-dark-definition.scss';
|
|
16
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition.scss';
|
|
20
|
-
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
21
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
22
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
23
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark-definition.scss';
|
|
24
|
-
@import 'bootstrap-dark-definition.scss';
|
|
25
|
-
@import 'icons/bootstrap-dark.scss';
|
|
26
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bootstrap-dark.scss';
|
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-fontcolor-dropdown,
|
|
198
198
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-numberformatlist-dropdown,
|
|
199
199
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-bulletformatlist-dropdown {
|
|
200
|
-
padding-bottom:
|
|
201
|
-
padding-top:
|
|
200
|
+
padding-bottom: 1px;
|
|
201
|
+
padding-top: 1px;
|
|
202
202
|
}
|
|
203
203
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn:hover, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active:hover,
|
|
204
204
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn:hover,
|
|
@@ -1,26 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/maskedtextbox/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/slider/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-inputs/styles/textbox/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/calendar/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/daterangepicker/bootstrap-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/timepicker/bootstrap-definition.scss';
|
|
16
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
|
|
20
|
-
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
21
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
22
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
23
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-definition.scss';
|
|
24
|
-
@import 'bootstrap-definition.scss';
|
|
25
|
-
@import 'icons/bootstrap.scss';
|
|
26
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bootstrap.scss';
|
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
}
|
|
285
285
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
286
286
|
border: 1px solid transparent;
|
|
287
|
-
padding-bottom:
|
|
288
|
-
padding-top:
|
|
287
|
+
padding-bottom: 0;
|
|
288
|
+
padding-top: 0;
|
|
289
289
|
}
|
|
290
290
|
.e-richtexteditor .e-rte-content {
|
|
291
291
|
border-bottom-left-radius: 4px;
|
|
@@ -1066,6 +1066,14 @@
|
|
|
1066
1066
|
background-color: #5a6268;
|
|
1067
1067
|
border: 1px solid #545b62;
|
|
1068
1068
|
}
|
|
1069
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
1070
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
1071
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
1072
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
1073
|
+
background-color: #fff;
|
|
1074
|
+
border: 1px solid #ced4da;
|
|
1075
|
+
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
|
|
1076
|
+
}
|
|
1069
1077
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,
|
|
1070
1078
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus,
|
|
1071
1079
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,
|
|
@@ -1080,18 +1088,21 @@
|
|
|
1080
1088
|
background-color: #545b62;
|
|
1081
1089
|
border: 1px solid #4e555b;
|
|
1082
1090
|
}
|
|
1083
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:
|
|
1091
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
1084
1092
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
1085
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1086
1093
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
|
|
1087
1094
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
1088
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1089
1095
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
1090
1096
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
1091
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1092
1097
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
|
|
1093
1098
|
color: #fff;
|
|
1094
1099
|
}
|
|
1100
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1101
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1102
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
1103
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons {
|
|
1104
|
+
color: #fff;
|
|
1105
|
+
}
|
|
1095
1106
|
|
|
1096
1107
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
1097
1108
|
background: #fff;
|
|
@@ -1,26 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/color-picker/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/maskedtextbox/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/slider/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-inputs/styles/textbox/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/calendar/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-calendars/styles/daterangepicker/bootstrap4-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/timepicker/bootstrap4-definition.scss';
|
|
16
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
|
|
17
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap4-definition.scss';
|
|
18
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
19
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap4-definition.scss';
|
|
20
|
-
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
21
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
22
|
-
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
23
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap4-definition.scss';
|
|
24
|
-
@import 'bootstrap4-definition.scss';
|
|
25
|
-
@import 'icons/bootstrap4.scss';
|
|
26
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/bootstrap4.scss';
|
|
@@ -777,19 +777,23 @@
|
|
|
777
777
|
background-color: #5a6268;
|
|
778
778
|
border: 1px solid #545b62;
|
|
779
779
|
}
|
|
780
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
782
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
783
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
784
|
+
background-color: #212529;
|
|
785
|
+
border: 1px solid #444c54;
|
|
786
|
+
border-radius: 4px;
|
|
787
|
+
}
|
|
788
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
789
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
|
-
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
783
790
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
|
|
784
791
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
785
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
786
792
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
787
793
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
788
|
-
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
789
794
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
|
|
790
795
|
color: #fff;
|
|
791
796
|
}
|
|
792
|
-
|
|
793
797
|
.e-inplaceeditor .e-editable-value-wrapper {
|
|
794
798
|
background-color: transparent;
|
|
795
799
|
border-radius: 4px;
|