ms-formelements
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [eleJson]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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,b,i,r,j,p,O,d){"use strict";var y=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}(),x=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!--\n<lib-html-command-button (clickEvent)=\'eventReceive($event)\' [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlCommandButton\'">\n</lib-html-command-button>\n--\x3e\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<ms-button *ngIf="jsonObject.type === \'HtmlCommandButton\'" \n [jsonObject]="jsonObject" \n [layoutObject]="layoutObject" \n [buttonText]="jsonObject[\'label\']" [cssClass]="jsonObject[\'elementContainerStyleClass\']"\n [inlineStyle]="jsonObject[\'inlineStyle\']"\n [disabled]="jsonObject[\'disabled\']"\n [hidden]="jsonObject[\'hidden\']"\n [tooltip]="jsonObject[\'label\']" \n [size]="\'small\'" \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,b.MsHtmlcommandbuttonModule,d.ButtonModule,i.MsCheckboxModule,r.MsHtmlselectonemenuModule,j.MsDatepickerModule,p.MsCommandlinkModule,O.MsHtmlselectmanylistboxModule],declarations:[x,f],exports:[x,f]}]}],e}();e.FormelementsService=y,e.FormelementsComponent=x,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,i,b,r,j,p,O,d){"use strict";var y=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}(),x=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!--\n<lib-html-command-button (clickEvent)=\'eventReceive($event)\' [jsonObject]="jsonObject" [layoutObject]="layoutObject" [complexElementBeanClass]="complexElementBeanClass"\n *ngIf="jsonObject.type === \'HtmlCommandButton\'">\n</lib-html-command-button>\n--\x3e\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<ms-button *ngIf="jsonObject.type === \'HtmlCommandButton\'" \n [eleJson]="jsonObject" \n [layoutObject]="layoutObject" \n [buttonText]="jsonObject[\'label\']" [cssClass]="jsonObject[\'elementContainerStyleClass\']"\n [inlineStyle]="jsonObject[\'inlineStyle\']"\n [disabled]="jsonObject[\'disabled\']"\n [hidden]="jsonObject[\'hidden\']"\n [tooltip]="jsonObject[\'label\']" \n [size]="\'small\'" \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,i.MsHtmlcommandbuttonModule,d.ButtonModule,b.MsCheckboxModule,r.MsHtmlselectonemenuModule,j.MsDatepickerModule,p.MsCommandlinkModule,O.MsHtmlselectmanylistboxModule],declarations:[x,f],exports:[x,f]}]}],e}();e.FormelementsService=y,e.FormelementsComponent=x,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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [eleJson]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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: [""] | ||
@@ -64,2 +64,2 @@ }] } | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1lbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vbXMtZm9ybWVsZW1lbnRzLyIsInNvdXJjZXMiOlsibGliL2Zvcm0tZWxlL2Zvcm0tZWxlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQU8vRSxNQUFNO0lBUUo7MEJBSnVCLElBQUksWUFBWSxFQUFFOzRCQUNoQixJQUFJLFlBQVksRUFBRTtLQUcxQjs7OztJQUVqQixRQUFRO0tBQ1A7Ozs7O0lBRUQsWUFBWSxDQUFDLEdBQUc7UUFDZCxPQUFPLENBQUMsR0FBRyxDQUFDLG9EQUFvRCxHQUFLLEdBQUcsQ0FBQyxDQUFDO1FBQzFFLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0tBQzNCOzs7OztJQUVELFVBQVUsQ0FBQyxPQUFPO1FBQ2hCLE9BQU8sQ0FBQyxHQUFHLENBQUMsZ0JBQWdCLEdBQUcsT0FBTyxDQUFDLENBQUM7S0FDekM7OztZQXpCRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLGNBQWM7Z0JBQ3hCLGs1R0FBd0M7O2FBRXpDOzs7Ozt5QkFFRSxLQUFLOzJCQUNMLEtBQUs7c0NBQ0wsS0FBSzt5QkFDTCxNQUFNOzJCQUNOLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5wdXQsIE91dHB1dCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2xpYi1mb3JtLWVsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9mb3JtLWVsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2Zvcm0tZWxlLmNvbXBvbmVudC5jc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBGb3JtRWxlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkganNvbk9iamVjdDogYW55O1xuICBASW5wdXQoKSBsYXlvdXRPYmplY3Q6IGFueTtcbiAgQElucHV0KCkgY29tcGxleEVsZW1lbnRCZWFuQ2xhc3M6IHN0cmluZztcbiAgQE91dHB1dCgpIGNsaWNrRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBPdXRwdXQoKSB1cGRhdGVDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIGpzb25PYmo7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpIHtcbiAgfVxuXG4gIGV2ZW50UmVjZWl2ZShvYmopIHtcbiAgICBjb25zb2xlLmxvZygnRXZlbnQgcmVjZWl2ZWQgaW4gc2ltcGxlIGFuZCBlbWl0dGVkIHRvIGNvbXBsZXggOiAnIMKgKyDCoG9iaik7XG4gICAgdGhpcy5jbGlja0V2ZW50LmVtaXQob2JqKTtcbiAgfVxuXG4gIGNoYW5nZVBhZ2UoanNvbk9iaikge1xuICAgIGNvbnNvbGUubG9nKCdEYXRlIENoYW5nZSA6ICcgKyBqc29uT2JqKTtcbiAgfVxufSJdfQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1lbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vbXMtZm9ybWVsZW1lbnRzLyIsInNvdXJjZXMiOlsibGliL2Zvcm0tZWxlL2Zvcm0tZWxlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQU8vRSxNQUFNO0lBUUo7MEJBSnVCLElBQUksWUFBWSxFQUFFOzRCQUNoQixJQUFJLFlBQVksRUFBRTtLQUcxQjs7OztJQUVqQixRQUFRO0tBQ1A7Ozs7O0lBRUQsWUFBWSxDQUFDLEdBQUc7UUFDZCxPQUFPLENBQUMsR0FBRyxDQUFDLG9EQUFvRCxHQUFLLEdBQUcsQ0FBQyxDQUFDO1FBQzFFLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0tBQzNCOzs7OztJQUVELFVBQVUsQ0FBQyxPQUFPO1FBQ2hCLE9BQU8sQ0FBQyxHQUFHLENBQUMsZ0JBQWdCLEdBQUcsT0FBTyxDQUFDLENBQUM7S0FDekM7OztZQXpCRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLGNBQWM7Z0JBQ3hCLCs0R0FBd0M7O2FBRXpDOzs7Ozt5QkFFRSxLQUFLOzJCQUNMLEtBQUs7c0NBQ0wsS0FBSzt5QkFDTCxNQUFNOzJCQUNOLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5wdXQsIE91dHB1dCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2xpYi1mb3JtLWVsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9mb3JtLWVsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2Zvcm0tZWxlLmNvbXBvbmVudC5jc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBGb3JtRWxlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkganNvbk9iamVjdDogYW55O1xuICBASW5wdXQoKSBsYXlvdXRPYmplY3Q6IGFueTtcbiAgQElucHV0KCkgY29tcGxleEVsZW1lbnRCZWFuQ2xhc3M6IHN0cmluZztcbiAgQE91dHB1dCgpIGNsaWNrRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBPdXRwdXQoKSB1cGRhdGVDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIGpzb25PYmo7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpIHtcbiAgfVxuXG4gIGV2ZW50UmVjZWl2ZShvYmopIHtcbiAgICBjb25zb2xlLmxvZygnRXZlbnQgcmVjZWl2ZWQgaW4gc2ltcGxlIGFuZCBlbWl0dGVkIHRvIGNvbXBsZXggOiAnIMKgKyDCoG9iaik7XG4gICAgdGhpcy5jbGlja0V2ZW50LmVtaXQob2JqKTtcbiAgfVxuXG4gIGNoYW5nZVBhZ2UoanNvbk9iaikge1xuICAgIGNvbnNvbGUubG9nKCdEYXRlIENoYW5nZSA6ICcgKyBqc29uT2JqKTtcbiAgfVxufSJdfQ== |
@@ -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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [eleJson]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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: [""] | ||
@@ -77,2 +77,2 @@ }] } | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1lbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vbXMtZm9ybWVsZW1lbnRzLyIsInNvdXJjZXMiOlsibGliL2Zvcm0tZWxlL2Zvcm0tZWxlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQzs7SUFlN0U7MEJBSnVCLElBQUksWUFBWSxFQUFFOzRCQUNoQixJQUFJLFlBQVksRUFBRTtLQUcxQjs7OztJQUVqQixtQ0FBUTs7O0lBQVI7S0FDQzs7Ozs7SUFFRCx1Q0FBWTs7OztJQUFaLFVBQWEsR0FBRztRQUNkLE9BQU8sQ0FBQyxHQUFHLENBQUMsb0RBQW9ELEdBQUssR0FBRyxDQUFDLENBQUM7UUFDMUUsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7S0FDM0I7Ozs7O0lBRUQscUNBQVU7Ozs7SUFBVixVQUFXLE9BQU87UUFDaEIsT0FBTyxDQUFDLEdBQUcsQ0FBQyxnQkFBZ0IsR0FBRyxPQUFPLENBQUMsQ0FBQztLQUN6Qzs7Z0JBekJGLFNBQVMsU0FBQztvQkFDVCxRQUFRLEVBQUUsY0FBYztvQkFDeEIsazVHQUF3Qzs7aUJBRXpDOzs7Ozs2QkFFRSxLQUFLOytCQUNMLEtBQUs7MENBQ0wsS0FBSzs2QkFDTCxNQUFNOytCQUNOLE1BQU07OzJCQVpUOztTQU9hLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWZvcm0tZWxlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Zvcm0tZWxlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1lbGUuY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1FbGVDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBASW5wdXQoKSBqc29uT2JqZWN0OiBhbnk7XG4gIEBJbnB1dCgpIGxheW91dE9iamVjdDogYW55O1xuICBASW5wdXQoKSBjb21wbGV4RWxlbWVudEJlYW5DbGFzczogc3RyaW5nO1xuICBAT3V0cHV0KCkgY2xpY2tFdmVudCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIHVwZGF0ZUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAganNvbk9iajtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICB9XG5cbiAgZXZlbnRSZWNlaXZlKG9iaikge1xuICAgIGNvbnNvbGUubG9nKCdFdmVudCByZWNlaXZlZCBpbiBzaW1wbGUgYW5kIGVtaXR0ZWQgdG8gY29tcGxleCA6ICcgwqArIMKgb2JqKTtcbiAgICB0aGlzLmNsaWNrRXZlbnQuZW1pdChvYmopO1xuICB9XG5cbiAgY2hhbmdlUGFnZShqc29uT2JqKSB7XG4gICAgY29uc29sZS5sb2coJ0RhdGUgQ2hhbmdlIDogJyArIGpzb25PYmopO1xuICB9XG59Il19 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1lbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vbXMtZm9ybWVsZW1lbnRzLyIsInNvdXJjZXMiOlsibGliL2Zvcm0tZWxlL2Zvcm0tZWxlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQzs7SUFlN0U7MEJBSnVCLElBQUksWUFBWSxFQUFFOzRCQUNoQixJQUFJLFlBQVksRUFBRTtLQUcxQjs7OztJQUVqQixtQ0FBUTs7O0lBQVI7S0FDQzs7Ozs7SUFFRCx1Q0FBWTs7OztJQUFaLFVBQWEsR0FBRztRQUNkLE9BQU8sQ0FBQyxHQUFHLENBQUMsb0RBQW9ELEdBQUssR0FBRyxDQUFDLENBQUM7UUFDMUUsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7S0FDM0I7Ozs7O0lBRUQscUNBQVU7Ozs7SUFBVixVQUFXLE9BQU87UUFDaEIsT0FBTyxDQUFDLEdBQUcsQ0FBQyxnQkFBZ0IsR0FBRyxPQUFPLENBQUMsQ0FBQztLQUN6Qzs7Z0JBekJGLFNBQVMsU0FBQztvQkFDVCxRQUFRLEVBQUUsY0FBYztvQkFDeEIsKzRHQUF3Qzs7aUJBRXpDOzs7Ozs2QkFFRSxLQUFLOytCQUNMLEtBQUs7MENBQ0wsS0FBSzs2QkFDTCxNQUFNOytCQUNOLE1BQU07OzJCQVpUOztTQU9hLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWZvcm0tZWxlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Zvcm0tZWxlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1lbGUuY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1FbGVDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBASW5wdXQoKSBqc29uT2JqZWN0OiBhbnk7XG4gIEBJbnB1dCgpIGxheW91dE9iamVjdDogYW55O1xuICBASW5wdXQoKSBjb21wbGV4RWxlbWVudEJlYW5DbGFzczogc3RyaW5nO1xuICBAT3V0cHV0KCkgY2xpY2tFdmVudCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIHVwZGF0ZUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAganNvbk9iajtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICB9XG5cbiAgZXZlbnRSZWNlaXZlKG9iaikge1xuICAgIGNvbnNvbGUubG9nKCdFdmVudCByZWNlaXZlZCBpbiBzaW1wbGUgYW5kIGVtaXR0ZWQgdG8gY29tcGxleCA6ICcgwqArIMKgb2JqKTtcbiAgICB0aGlzLmNsaWNrRXZlbnQuZW1pdChvYmopO1xuICB9XG5cbiAgY2hhbmdlUGFnZShqc29uT2JqKSB7XG4gICAgY29uc29sZS5sb2coJ0RhdGUgQ2hhbmdlIDogJyArIGpzb25PYmopO1xuICB9XG59Il19 |
@@ -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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [eleJson]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [eleJson]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [jsonObject]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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<!--\n<lib-html-command-button (clickEvent)='eventReceive($event)' [jsonObject]=\"jsonObject\" [layoutObject]=\"layoutObject\" [complexElementBeanClass]=\"complexElementBeanClass\"\n *ngIf=\"jsonObject.type === 'HtmlCommandButton'\">\n</lib-html-command-button>\n-->\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<ms-button *ngIf=\"jsonObject.type === 'HtmlCommandButton'\" \n [eleJson]=\"jsonObject\" \n [layoutObject]=\"layoutObject\" \n [buttonText]=\"jsonObject['label']\" [cssClass]=\"jsonObject['elementContainerStyleClass']\"\n [inlineStyle]=\"jsonObject['inlineStyle']\"\n [disabled]=\"jsonObject['disabled']\"\n [hidden]=\"jsonObject['hidden']\"\n [tooltip]=\"jsonObject['label']\" \n [size]=\"'small'\" \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.2.0", | ||
"version": "0.2.1", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^6.0.0-rc.0 || ^6.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
97983