ms-formelements
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -94,3 +94,3 @@ (function (global, factory) { | ||
selector: 'lib-form-ele', | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<!--<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>-->\n\n<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n\n<!--<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>-->\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
styles: [""] | ||
@@ -97,0 +97,0 @@ }] } |
@@ -1,2 +0,2 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/platform-browser"),require("@angular/forms"),require("@angular/common"),require("ms_textarea"),require("ms-htmlinputtext"),require("ms-htmloutputlabel"),require("ms-htmloutputtext"),require("radio-button"),require("ms-htmlcommandbutton"),require("ms-checkbox"),require("ms-htmlselectonemenu"),require("ms-datepicker"),require("ms-commandlink"),require("ms-htmlselectmanylistbox"),require("ms-button")):"function"==typeof define&&define.amd?define("ms-formelements",["exports","@angular/core","@angular/platform-browser","@angular/forms","@angular/common","ms_textarea","ms-htmlinputtext","ms-htmloutputlabel","ms-htmloutputtext","radio-button","ms-htmlcommandbutton","ms-checkbox","ms-htmlselectonemenu","ms-datepicker","ms-commandlink","ms-htmlselectmanylistbox","ms-button"],t):t(e["ms-formelements"]={},e.ng.core,e.ng.platformBrowser,e.ng.forms,e.ng.common,e.ms_textarea,e.msHtmlinputtext,e.msHtmloutputlabel,e.msHtmloutputtext,e.radioButton,e.msHtmlcommandbutton,e.msCheckbox,e.msHtmlselectonemenu,e.msDatepicker,e.msCommandlink,e.msHtmlselectmanylistbox,e.msButton)}(this,function(e,t,n,o,l,m,s,c,a,u,r,i,b,p,j,O,d){"use strict";var x=function(){function e(){}return e.decorators=[{type:t.Injectable,args:[{providedIn:"root"}]}],e.ctorParameters=function(){return[]},e.ngInjectableDef=t.defineInjectable({factory:function(){return new e},token:e,providedIn:"root"}),e}(),y=function(){function e(){}return e.prototype.ngOnInit=function(){},e.decorators=[{type:t.Component,args:[{selector:"lib-formelements",template:"\n <p>\n formelements works!\n </p>\n "}]}],e.ctorParameters=function(){return[]},e}(),f=function(){function e(){this.clickEvent=new t.EventEmitter,this.updateChange=new t.EventEmitter}return e.prototype.ngOnInit=function(){},e.prototype.eventReceive=function(e){console.log("Event received in simple and emitted to complex : "+e),this.clickEvent.emit(e)},e.prototype.changePage=function(e){console.log("Date Change : "+e)},e.decorators=[{type:t.Component,args:[{selector:"lib-form-ele",template:'<lib-input-text-area [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlInputTextarea\'">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlInputText\'">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)=\'eventReceive($event)\' [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlCommandLink\'">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlOutputLabel\'">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlOutputText\'">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlSelectOneRadio\'">\n</lib-html-select-one-radio>\n\n\x3c!--<lib-html-command-button (clickEvent)=\'eventReceive($event)\' [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass" *ngIf="jsonObject.type === \'HtmlCommandButton\'">\n</lib-html-command-button>--\x3e\n\n<ms-button *ngIf="jsonObject.type === \'HtmlCommandButton\'" \n [jsonObject]="jsonObject"\n [layoutObject]="layoutObject"\n [isHidden]="jsonObject[\'hidden\']"\n [buttonText]="jsonObject[\'label\']" \n [cssClass]="jsonObject[\'elementContainerStyleClass\']"\n [inlineStyle]="jsonObject[\'inlineStyle\']"\n (buttonClick)="eventReceive($event)"></ms-button>\n\n<lib-html-checkbox [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlSelectBooleanCheckbox\'">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlSelectOneMenu\'">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n (updateChange)="changePage(jsonObj)" *ngIf="jsonObject.type === \'datetime-local\'">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlSelectManyListbox\'">\n</lib-html-select-many-listbox>',styles:[""]}]}],e.ctorParameters=function(){return[]},e.propDecorators={jsonObject:[{type:t.Input}],layoutObject:[{type:t.Input}],complexElementBeanClass:[{type:t.Input}],clickEvent:[{type:t.Output}],updateChange:[{type:t.Output}]},e}(),h=function(){function e(){}return e.decorators=[{type:t.NgModule,args:[{imports:[n.BrowserModule,o.FormsModule,l.CommonModule,m.TextareaModule,s.MsHtmlinputtextModule,c.MsHtmloutputlabelModule,a.MsHtmloutputtextModule,u.RadioButtonModule,r.MsHtmlcommandbuttonModule,d.ButtonModule,i.MsCheckboxModule,b.MsHtmlselectonemenuModule,p.MsDatepickerModule,j.MsCommandlinkModule,O.MsHtmlselectmanylistboxModule],declarations:[y,f],exports:[y,f]}]}],e}();e.FormelementsService=x,e.FormelementsComponent=y,e.FormelementsModule=h,e.ɵa=f,Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/platform-browser"),require("@angular/forms"),require("@angular/common"),require("ms_textarea"),require("ms-htmlinputtext"),require("ms-htmloutputlabel"),require("ms-htmloutputtext"),require("radio-button"),require("ms-htmlcommandbutton"),require("ms-checkbox"),require("ms-htmlselectonemenu"),require("ms-datepicker"),require("ms-commandlink"),require("ms-htmlselectmanylistbox"),require("ms-button")):"function"==typeof define&&define.amd?define("ms-formelements",["exports","@angular/core","@angular/platform-browser","@angular/forms","@angular/common","ms_textarea","ms-htmlinputtext","ms-htmloutputlabel","ms-htmloutputtext","radio-button","ms-htmlcommandbutton","ms-checkbox","ms-htmlselectonemenu","ms-datepicker","ms-commandlink","ms-htmlselectmanylistbox","ms-button"],t):t(e["ms-formelements"]={},e.ng.core,e.ng.platformBrowser,e.ng.forms,e.ng.common,e.ms_textarea,e.msHtmlinputtext,e.msHtmloutputlabel,e.msHtmloutputtext,e.radioButton,e.msHtmlcommandbutton,e.msCheckbox,e.msHtmlselectonemenu,e.msDatepicker,e.msCommandlink,e.msHtmlselectmanylistbox,e.msButton)}(this,function(e,t,n,o,l,m,s,c,a,u,r,i,b,p,j,O,d){"use strict";var x=function(){function e(){}return e.decorators=[{type:t.Injectable,args:[{providedIn:"root"}]}],e.ctorParameters=function(){return[]},e.ngInjectableDef=t.defineInjectable({factory:function(){return new e},token:e,providedIn:"root"}),e}(),y=function(){function e(){}return e.prototype.ngOnInit=function(){},e.decorators=[{type:t.Component,args:[{selector:"lib-formelements",template:"\n <p>\n formelements works!\n </p>\n "}]}],e.ctorParameters=function(){return[]},e}(),f=function(){function e(){this.clickEvent=new t.EventEmitter,this.updateChange=new t.EventEmitter}return e.prototype.ngOnInit=function(){},e.prototype.eventReceive=function(e){console.log("Event received in simple and emitted to complex : "+e),this.clickEvent.emit(e)},e.prototype.changePage=function(e){console.log("Date Change : "+e)},e.decorators=[{type:t.Component,args:[{selector:"lib-form-ele",template:'<lib-input-text-area [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlInputTextarea\'">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlInputText\'">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)=\'eventReceive($event)\' [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlCommandLink\'">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlOutputLabel\'">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlOutputText\'">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlSelectOneRadio\'">\n</lib-html-select-one-radio>\n\n<lib-html-command-button (clickEvent)=\'eventReceive($event)\' [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass" *ngIf="jsonObject.type === \'HtmlCommandButton\'">\n</lib-html-command-button>\n\n\x3c!--<ms-button *ngIf="jsonObject.type === \'HtmlCommandButton\'" \n [jsonObject]="jsonObject"\n [layoutObject]="layoutObject"\n [isHidden]="jsonObject[\'hidden\']"\n [buttonText]="jsonObject[\'label\']" \n [cssClass]="jsonObject[\'elementContainerStyleClass\']"\n [inlineStyle]="jsonObject[\'inlineStyle\']"\n (buttonClick)="eventReceive($event)"></ms-button>--\x3e\n\n<lib-html-checkbox [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlSelectBooleanCheckbox\'">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlSelectOneMenu\'">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n (updateChange)="changePage(jsonObj)" *ngIf="jsonObject.type === \'datetime-local\'">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlSelectManyListbox\'">\n</lib-html-select-many-listbox>',styles:[""]}]}],e.ctorParameters=function(){return[]},e.propDecorators={jsonObject:[{type:t.Input}],layoutObject:[{type:t.Input}],complexElementBeanClass:[{type:t.Input}],clickEvent:[{type:t.Output}],updateChange:[{type:t.Output}]},e}(),h=function(){function e(){}return e.decorators=[{type:t.NgModule,args:[{imports:[n.BrowserModule,o.FormsModule,l.CommonModule,m.TextareaModule,s.MsHtmlinputtextModule,c.MsHtmloutputlabelModule,a.MsHtmloutputtextModule,u.RadioButtonModule,r.MsHtmlcommandbuttonModule,d.ButtonModule,i.MsCheckboxModule,b.MsHtmlselectonemenuModule,p.MsDatepickerModule,j.MsCommandlinkModule,O.MsHtmlselectmanylistboxModule],declarations:[y,f],exports:[y,f]}]}],e}();e.FormelementsService=x,e.FormelementsComponent=y,e.FormelementsModule=h,e.ɵa=f,Object.defineProperty(e,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ms-formelements.umd.min.js.map |
@@ -35,3 +35,3 @@ /** | ||
selector: 'lib-form-ele', | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<!--<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>-->\n\n<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n\n<!--<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>-->\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
styles: [""] | ||
@@ -38,0 +38,0 @@ }] } |
@@ -45,3 +45,3 @@ /** | ||
selector: 'lib-form-ele', | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<!--<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>-->\n\n<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n\n<!--<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>-->\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
styles: [""] | ||
@@ -48,0 +48,0 @@ }] } |
@@ -92,3 +92,3 @@ import { Injectable, Component, Input, Output, EventEmitter, NgModule, defineInjectable } from '@angular/core'; | ||
selector: 'lib-form-ele', | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<!--<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>-->\n\n<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n\n<!--<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>-->\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
styles: [""] | ||
@@ -95,0 +95,0 @@ }] } |
@@ -105,3 +105,3 @@ import { Injectable, Component, Input, Output, EventEmitter, NgModule, defineInjectable } from '@angular/core'; | ||
selector: 'lib-form-ele', | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<!--<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>-->\n\n<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
template: "<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n\n<!--<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>-->\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>", | ||
styles: [""] | ||
@@ -108,0 +108,0 @@ }] } |
@@ -1,1 +0,1 @@ | ||
{"__symbolic":"module","version":4,"metadata":{"FormelementsService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]},"statics":{"ngInjectableDef":{}}},"FormelementsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"lib-formelements","template":"\n <p>\n formelements works!\n </p>\n ","styles":[]}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"FormelementsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":19,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/platform-browser","name":"BrowserModule","line":21,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":22,"character":4},{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":23,"character":4},{"__symbolic":"reference","module":"ms_textarea","name":"TextareaModule","line":24,"character":4},{"__symbolic":"reference","module":"ms-htmlinputtext","name":"MsHtmlinputtextModule","line":25,"character":4},{"__symbolic":"reference","module":"ms-htmloutputlabel","name":"MsHtmloutputlabelModule","line":26,"character":4},{"__symbolic":"reference","module":"ms-htmloutputtext","name":"MsHtmloutputtextModule","line":27,"character":4},{"__symbolic":"reference","module":"radio-button","name":"RadioButtonModule","line":28,"character":4},{"__symbolic":"reference","module":"ms-htmlcommandbutton","name":"MsHtmlcommandbuttonModule","line":29,"character":4},{"__symbolic":"reference","module":"ms-button","name":"ButtonModule","line":30,"character":4},{"__symbolic":"reference","module":"ms-checkbox","name":"MsCheckboxModule","line":31,"character":4},{"__symbolic":"reference","module":"ms-htmlselectonemenu","name":"MsHtmlselectonemenuModule","line":32,"character":4},{"__symbolic":"reference","module":"ms-datepicker","name":"MsDatepickerModule","line":33,"character":4},{"__symbolic":"reference","module":"ms-commandlink","name":"MsCommandlinkModule","line":34,"character":4},{"__symbolic":"reference","module":"ms-htmlselectmanylistbox","name":"MsHtmlselectmanylistboxModule","line":35,"character":4}],"declarations":[{"__symbolic":"reference","name":"FormelementsComponent"},{"__symbolic":"reference","name":"ɵa"}],"exports":[{"__symbolic":"reference","name":"FormelementsComponent"},{"__symbolic":"reference","name":"ɵa"}]}]}],"members":{}},"ɵa":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"lib-form-ele","template":"<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<!--<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>-->\n\n<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>","styles":[""]}]}],"members":{"jsonObject":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":8,"character":3}}]}],"layoutObject":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":9,"character":3}}]}],"complexElementBeanClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":10,"character":3}}]}],"clickEvent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":11,"character":3}}]}],"updateChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":12,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"eventReceive":[{"__symbolic":"method"}],"changePage":[{"__symbolic":"method"}]}}},"origins":{"FormelementsService":"./lib/formelements.service","FormelementsComponent":"./lib/formelements.component","FormelementsModule":"./lib/formelements.module","ɵa":"./lib/form-ele/form-ele.component"},"importAs":"ms-formelements"} | ||
{"__symbolic":"module","version":4,"metadata":{"FormelementsService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]},"statics":{"ngInjectableDef":{}}},"FormelementsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"lib-formelements","template":"\n <p>\n formelements works!\n </p>\n ","styles":[]}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"FormelementsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":19,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/platform-browser","name":"BrowserModule","line":21,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":22,"character":4},{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":23,"character":4},{"__symbolic":"reference","module":"ms_textarea","name":"TextareaModule","line":24,"character":4},{"__symbolic":"reference","module":"ms-htmlinputtext","name":"MsHtmlinputtextModule","line":25,"character":4},{"__symbolic":"reference","module":"ms-htmloutputlabel","name":"MsHtmloutputlabelModule","line":26,"character":4},{"__symbolic":"reference","module":"ms-htmloutputtext","name":"MsHtmloutputtextModule","line":27,"character":4},{"__symbolic":"reference","module":"radio-button","name":"RadioButtonModule","line":28,"character":4},{"__symbolic":"reference","module":"ms-htmlcommandbutton","name":"MsHtmlcommandbuttonModule","line":29,"character":4},{"__symbolic":"reference","module":"ms-button","name":"ButtonModule","line":30,"character":4},{"__symbolic":"reference","module":"ms-checkbox","name":"MsCheckboxModule","line":31,"character":4},{"__symbolic":"reference","module":"ms-htmlselectonemenu","name":"MsHtmlselectonemenuModule","line":32,"character":4},{"__symbolic":"reference","module":"ms-datepicker","name":"MsDatepickerModule","line":33,"character":4},{"__symbolic":"reference","module":"ms-commandlink","name":"MsCommandlinkModule","line":34,"character":4},{"__symbolic":"reference","module":"ms-htmlselectmanylistbox","name":"MsHtmlselectmanylistboxModule","line":35,"character":4}],"declarations":[{"__symbolic":"reference","name":"FormelementsComponent"},{"__symbolic":"reference","name":"ɵa"}],"exports":[{"__symbolic":"reference","name":"FormelementsComponent"},{"__symbolic":"reference","name":"ɵa"}]}]}],"members":{}},"ɵa":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"lib-form-ele","template":"<lib-input-text-area [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputTextarea'\">\n</lib-input-text-area>\n\n<lib-html-input-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlInputText'\">\n</lib-html-input-text>\n\n<lib-html-command-link (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandLink'\">\n</lib-html-command-link>\n\n<lib-html-output-label [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputLabel'\">\n</lib-html-output-label>\n\n<lib-html-output-text [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlOutputText'\">\n</lib-html-output-text>\n\n<lib-html-select-one-radio [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneRadio'\">\n</lib-html-select-one-radio>\n\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\" *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n\n<!--<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\"\n [layoutObject]=\"layoutObject\"\n [isHidden]=\"jsonObject['hidden']\"\n [buttonText]=\"jsonObject['label']\" \n [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n (buttonClick)=\"eventReceive($event)\"></ms-button>-->\n\n<lib-html-checkbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectBooleanCheckbox'\">\n</lib-html-checkbox>\n\n<lib-html-select-one-menu [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectOneMenu'\">\n</lib-html-select-one-menu>\n\n<lib-html-date-time-picker [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n (updateChange)=\"changePage(jsonObj)\" *ngIf=\"jsonObject.type === 'datetime-local'\">\n</lib-html-date-time-picker>\n\n<lib-html-select-many-listbox [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlSelectManyListbox'\">\n</lib-html-select-many-listbox>","styles":[""]}]}],"members":{"jsonObject":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":8,"character":3}}]}],"layoutObject":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":9,"character":3}}]}],"complexElementBeanClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":10,"character":3}}]}],"clickEvent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":11,"character":3}}]}],"updateChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":12,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"eventReceive":[{"__symbolic":"method"}],"changePage":[{"__symbolic":"method"}]}}},"origins":{"FormelementsService":"./lib/formelements.service","FormelementsComponent":"./lib/formelements.component","FormelementsModule":"./lib/formelements.module","ɵa":"./lib/form-ele/form-ele.component"},"importAs":"ms-formelements"} |
{ | ||
"name": "ms-formelements", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^6.0.0-rc.0 || ^6.0.0", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package