@mescius/wijmo.angular2.grid.grouppanel 5.20251.35-nightly.d20250418.t020156 → 5.20251.35-nightly.d20250419.t020150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es2015-commonjs.js +2 -2
- package/es2015-esm.js +3 -3
- package/es5-esm.js +3 -3
- package/index.d.ts +2 -2
- package/index.js +3 -3
- package/package.json +4 -4
package/es2015-commonjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.35-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.35-nightly.d20250419.t020150
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var WjGroupPanel_1,__decorate=this&&this.__decorate||function(e,r,o,t){var a,
|
|
14
|
+
"use strict";var WjGroupPanel_1,__decorate=this&&this.__decorate||function(e,r,o,t){var a,i=arguments.length,n=i<3?r:null===t?t=Object.getOwnPropertyDescriptor(r,o):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,r,o,t);else for(var u=e.length-1;u>=0;u--)(a=e[u])&&(n=(i<3?a(n):i>3?a(r,o,n):a(r,o))||n);return i>3&&n&&Object.defineProperty(r,o,n),n},__param=this&&this.__param||function(e,r){return function(o,t){r(o,t,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var o in e)Object.hasOwnProperty.call(e,o)&&(r[o]=e[o]);r.default=e;return r};Object.defineProperty(exports,"__esModule",{value:!0});const core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcGridGrouppanel=__importStar(require("@mescius/wijmo.grid.grouppanel"));var wjGroupPanelMeta={selector:"wj-group-panel",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","hideGroupedColumns","showDragGlyphs","maxGroups","placeholder","filter","groupDescriptionCreator","grid","ariaLabel"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjGroupPanelMeta=wjGroupPanelMeta;let WjGroupPanel=WjGroupPanel_1=class WjGroupPanel extends wjcGridGrouppanel.GroupPanel{constructor(e,r,o){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,r));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,r,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,r,o,t=!1){let a=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[r]?i.runOutsideAngular(()=>{super.addEventListener(e,r,o,t)}):super.addEventListener(e,r,o,t)}};WjGroupPanel.meta={outputs:wjGroupPanelMeta.outputs};WjGroupPanel=WjGroupPanel_1=__decorate([core_1.Component({selector:wjGroupPanelMeta.selector,standalone: false,template:wjGroupPanelMeta.template,inputs:wjGroupPanelMeta.inputs,outputs:wjGroupPanelMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjGroupPanel_1)},...wjGroupPanelMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjGroupPanel);exports.WjGroupPanel=WjGroupPanel;let moduleExports=[WjGroupPanel],WjGridGrouppanelModule=class WjGridGrouppanelModule{};WjGridGrouppanelModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjGridGrouppanelModule);exports.WjGridGrouppanelModule=WjGridGrouppanelModule;
|
package/es2015-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.35-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.35-nightly.d20250419.t020150
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
import * as ɵngcc0 from '@angular/core';
|
|
15
|
-
var WjGroupPanel_1,__decorate=this&&this.__decorate||function(e,r,o,t){var a,n=arguments.length,i=n<3?r:null===t?t=Object.getOwnPropertyDescriptor(r,o):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,r,o,t);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(n<3?a(i):n>3?a(r,o,i):a(r,o))||i);return n>3&&i&&Object.defineProperty(r,o,i),i},__param=this&&this.__param||function(e,r){return function(o,t){r(o,t,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcGridGrouppanel from"@mescius/wijmo.grid.grouppanel";var wjGroupPanelMeta={selector:"wj-group-panel",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","hideGroupedColumns","showDragGlyphs","maxGroups","placeholder","filter","groupDescriptionCreator","grid"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjGroupPanelMeta};let WjGroupPanel=WjGroupPanel_1=class WjGroupPanel extends wjcGridGrouppanel.GroupPanel{constructor(e,r,o){super(WjDirectiveBehavior.getHostElement(e,r));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,r,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,r,o,t=!1){let a=WjDirectiveBehavior,n=a.getZone(this);n&&a.outsideZoneEvents[r]?n.runOutsideAngular(()=>{super.addEventListener(e,r,o,t)}):super.addEventListener(e,r,o,t)}};
|
|
15
|
+
var WjGroupPanel_1,__decorate=this&&this.__decorate||function(e,r,o,t){var a,n=arguments.length,i=n<3?r:null===t?t=Object.getOwnPropertyDescriptor(r,o):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,r,o,t);else for(var p=e.length-1;p>=0;p--)(a=e[p])&&(i=(n<3?a(i):n>3?a(r,o,i):a(r,o))||i);return n>3&&i&&Object.defineProperty(r,o,i),i},__param=this&&this.__param||function(e,r){return function(o,t){r(o,t,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcGridGrouppanel from"@mescius/wijmo.grid.grouppanel";var wjGroupPanelMeta={selector:"wj-group-panel",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","hideGroupedColumns","showDragGlyphs","maxGroups","placeholder","filter","groupDescriptionCreator","grid","ariaLabel"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjGroupPanelMeta};let WjGroupPanel=WjGroupPanel_1=class WjGroupPanel extends wjcGridGrouppanel.GroupPanel{constructor(e,r,o){super(WjDirectiveBehavior.getHostElement(e,r));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,r,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,r,o,t=!1){let a=WjDirectiveBehavior,n=a.getZone(this);n&&a.outsideZoneEvents[r]?n.runOutsideAngular(()=>{super.addEventListener(e,r,o,t)}):super.addEventListener(e,r,o,t)}};
|
|
16
16
|
WjGroupPanel.ɵfac = function WjGroupPanel_Factory(t) { return new (t || WjGroupPanel)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
17
|
-
WjGroupPanel.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjGroupPanel, standalone: false, selectors: [["wj-group-panel"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", hideGroupedColumns: "hideGroupedColumns", showDragGlyphs: "showDragGlyphs", maxGroups: "maxGroups", placeholder: "placeholder", filter: "filter", groupDescriptionCreator: "groupDescriptionCreator", grid: "grid" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjGroupPanel_1) }, ...wjGroupPanelMeta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjGroupPanel_Template(rf, ctx) { }, encapsulation: 2 });WjGroupPanel.meta={outputs:wjGroupPanelMeta.outputs};WjGroupPanel=WjGroupPanel_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjGroupPanel);export{WjGroupPanel};let moduleExports=[WjGroupPanel],WjGridGrouppanelModule=class WjGridGrouppanelModule{};
|
|
17
|
+
WjGroupPanel.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjGroupPanel, standalone: false, selectors: [["wj-group-panel"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", hideGroupedColumns: "hideGroupedColumns", showDragGlyphs: "showDragGlyphs", maxGroups: "maxGroups", placeholder: "placeholder", filter: "filter", groupDescriptionCreator: "groupDescriptionCreator", grid: "grid", ariaLabel: "ariaLabel" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjGroupPanel_1) }, ...wjGroupPanelMeta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjGroupPanel_Template(rf, ctx) { }, encapsulation: 2 });WjGroupPanel.meta={outputs:wjGroupPanelMeta.outputs};WjGroupPanel=WjGroupPanel_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjGroupPanel);export{WjGroupPanel};let moduleExports=[WjGroupPanel],WjGridGrouppanelModule=class WjGridGrouppanelModule{};
|
|
18
18
|
WjGridGrouppanelModule.ɵfac = function WjGridGrouppanelModule_Factory(t) { return new (t || WjGridGrouppanelModule)(); };
|
|
19
19
|
WjGridGrouppanelModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjGridGrouppanelModule });
|
|
20
20
|
WjGridGrouppanelModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [CommonModule] });
|
package/es5-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.35-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.35-nightly.d20250419.t020150
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
import * as ɵngcc0 from '@angular/core';
|
|
15
|
-
var __extends=this&&this.__extends||function(){var extendStatics=function(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])})(e,t)};return function(e,t){extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var p=e.length-1;p>=0;p--)(n=e[p])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);return a>3&&i&&Object.defineProperty(t,o,i),i},__param=this&&this.__param||function(e,t){return function(o,r){t(o,r,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcGridGrouppanel from"@mescius/wijmo.grid.grouppanel";var wjGroupPanelMeta={selector:"wj-group-panel",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","hideGroupedColumns","showDragGlyphs","maxGroups","placeholder","filter","groupDescriptionCreator","grid"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjGroupPanelMeta};var WjGroupPanel=function(e){__extends(WjGroupPanel,e);function WjGroupPanel(t,o,r){var n=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;n.isInitialized=!1;n._wjBehaviour=WjDirectiveBehavior.attach(n,t,o,r);n.created();return n}t=WjGroupPanel;WjGroupPanel.prototype.created=function(){};WjGroupPanel.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjGroupPanel.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjGroupPanel.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjGroupPanel.prototype.addEventListener=function(t,o,r,n){var a=this;void 0===n&&(n=!1);var i=WjDirectiveBehavior,p=i.getZone(this);p&&i.outsideZoneEvents[o]?p.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,r,n)})):e.prototype.addEventListener.call(this,t,o,r,n)};var t;WjGroupPanel.meta={outputs:wjGroupPanelMeta.outputs};
|
|
15
|
+
var __extends=this&&this.__extends||function(){var extendStatics=function(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])})(e,t)};return function(e,t){extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,t,o,r){var n,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var p=e.length-1;p>=0;p--)(n=e[p])&&(i=(a<3?n(i):a>3?n(t,o,i):n(t,o))||i);return a>3&&i&&Object.defineProperty(t,o,i),i},__param=this&&this.__param||function(e,t){return function(o,r){t(o,r,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcGridGrouppanel from"@mescius/wijmo.grid.grouppanel";var wjGroupPanelMeta={selector:"wj-group-panel",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","hideGroupedColumns","showDragGlyphs","maxGroups","placeholder","filter","groupDescriptionCreator","grid","ariaLabel"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjGroupPanelMeta};var WjGroupPanel=function(e){__extends(WjGroupPanel,e);function WjGroupPanel(t,o,r){var n=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;n.isInitialized=!1;n._wjBehaviour=WjDirectiveBehavior.attach(n,t,o,r);n.created();return n}t=WjGroupPanel;WjGroupPanel.prototype.created=function(){};WjGroupPanel.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjGroupPanel.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjGroupPanel.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjGroupPanel.prototype.addEventListener=function(t,o,r,n){var a=this;void 0===n&&(n=!1);var i=WjDirectiveBehavior,p=i.getZone(this);p&&i.outsideZoneEvents[o]?p.runOutsideAngular((function(){e.prototype.addEventListener.call(a,t,o,r,n)})):e.prototype.addEventListener.call(this,t,o,r,n)};var t;WjGroupPanel.meta={outputs:wjGroupPanelMeta.outputs};
|
|
16
16
|
WjGroupPanel.ɵfac = function WjGroupPanel_Factory(t) { return new (t || WjGroupPanel)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
17
|
-
WjGroupPanel.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjGroupPanel, standalone: false, selectors: [["wj-group-panel"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", hideGroupedColumns: "hideGroupedColumns", showDragGlyphs: "showDragGlyphs", maxGroups: "maxGroups", placeholder: "placeholder", filter: "filter", groupDescriptionCreator: "groupDescriptionCreator", grid: "grid" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjGroupPanelMeta.providers))], decls: 0, vars: 0, template: function WjGroupPanel_Template(rf, ctx) { }, encapsulation: 2 });
|
|
17
|
+
WjGroupPanel.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjGroupPanel, standalone: false, selectors: [["wj-group-panel"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", hideGroupedColumns: "hideGroupedColumns", showDragGlyphs: "showDragGlyphs", maxGroups: "maxGroups", placeholder: "placeholder", filter: "filter", groupDescriptionCreator: "groupDescriptionCreator", grid: "grid", ariaLabel: "ariaLabel" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjGroupPanelMeta.providers))], decls: 0, vars: 0, template: function WjGroupPanel_Template(rf, ctx) { }, encapsulation: 2 });
|
|
18
18
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjGroupPanel, [{
|
|
19
19
|
type: Component,
|
|
20
20
|
args: [{ selector: wjGroupPanelMeta.selector, standalone: false,template: wjGroupPanelMeta.template, inputs: wjGroupPanelMeta.inputs, outputs: wjGroupPanelMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjGroupPanelMeta.providers) }]
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.35-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.35-nightly.d20250419.t020150
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -119,7 +119,7 @@ export declare class WjGroupPanel extends wjcGridGrouppanel.GroupPanel implement
|
|
|
119
119
|
ngOnDestroy(): void;
|
|
120
120
|
addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
|
|
121
121
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WjGroupPanel, [null, null, { optional: true; skipSelf: true; }]>;
|
|
122
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WjGroupPanel, "wj-group-panel", never, { "wjModelProperty": "wjModelProperty"; "isDisabled": "isDisabled"; "tabOrder": "tabOrder"; "hideGroupedColumns": "hideGroupedColumns"; "showDragGlyphs": "showDragGlyphs"; "maxGroups": "maxGroups"; "placeholder": "placeholder"; "filter": "filter"; "groupDescriptionCreator": "groupDescriptionCreator"; "grid": "grid"; }, { "initialized": "initialized"; "gotFocusNg": "gotFocus"; "lostFocusNg": "lostFocus"; "refreshingNg": "refreshing"; "refreshedNg": "refreshed"; "invalidInputNg": "invalidInput"; }, never, never, false, never>;
|
|
122
|
+
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WjGroupPanel, "wj-group-panel", never, { "wjModelProperty": "wjModelProperty"; "isDisabled": "isDisabled"; "tabOrder": "tabOrder"; "hideGroupedColumns": "hideGroupedColumns"; "showDragGlyphs": "showDragGlyphs"; "maxGroups": "maxGroups"; "placeholder": "placeholder"; "filter": "filter"; "groupDescriptionCreator": "groupDescriptionCreator"; "grid": "grid"; "ariaLabel": "ariaLabel"; }, { "initialized": "initialized"; "gotFocusNg": "gotFocus"; "lostFocusNg": "lostFocus"; "refreshingNg": "refreshing"; "refreshedNg": "refreshed"; "invalidInputNg": "invalidInput"; }, never, never, false, never>;
|
|
123
123
|
}
|
|
124
124
|
export declare class WjGridGrouppanelModule {
|
|
125
125
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WjGridGrouppanelModule, never>;
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.35-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.35-nightly.d20250419.t020150
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
|
|
14
14
|
"use strict";var ɵngcc0 = require('@angular/core');
|
|
15
15
|
var ɵngcc1 = require('@angular/common');
|
|
16
|
-
var __extends=this&&this.__extends||function(){var extendStatics=function(e,r){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])})(e,r)};return function(e,r){extendStatics(e,r);function __(){this.constructor=e}e.prototype=null===r?Object.create(r):(__.prototype=r.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,r,t,o){var n,a=arguments.length,i=a<3?r:null===o?o=Object.getOwnPropertyDescriptor(r,t):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,r,t,o);else for(var u=e.length-1;u>=0;u--)(n=e[u])&&(i=(a<3?n(i):a>3?n(r,t,i):n(r,t))||i);return a>3&&i&&Object.defineProperty(r,t,i),i},__param=this&&this.__param||function(e,r){return function(t,o){r(t,o,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var t in e)Object.hasOwnProperty.call(e,t)&&(r[t]=e[t]);r.default=e;return r};Object.defineProperty(exports,"__esModule",{value:!0});var core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcGridGrouppanel=__importStar(require("@mescius/wijmo.grid.grouppanel")),wjGroupPanelMeta={selector:"wj-group-panel",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","hideGroupedColumns","showDragGlyphs","maxGroups","placeholder","filter","groupDescriptionCreator","grid"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjGroupPanelMeta=wjGroupPanelMeta;var WjGroupPanel=function(e){__extends(WjGroupPanel,e);function WjGroupPanel(r,t,o){var n=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(r,t))||this;n.isInitialized=!1;n._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(n,r,t,o);n.created();return n}r=WjGroupPanel;WjGroupPanel.prototype.created=function(){};WjGroupPanel.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjGroupPanel.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjGroupPanel.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjGroupPanel.prototype.addEventListener=function(r,t,o,n){var a=this;void 0===n&&(n=!1);var i=wijmo_angular2_directivebase_1.WjDirectiveBehavior,u=i.getZone(this);u&&i.outsideZoneEvents[t]?u.runOutsideAngular((function(){e.prototype.addEventListener.call(a,r,t,o,n)})):e.prototype.addEventListener.call(this,r,t,o,n)};var r;WjGroupPanel.meta={outputs:wjGroupPanelMeta.outputs};
|
|
16
|
+
var __extends=this&&this.__extends||function(){var extendStatics=function(e,r){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])})(e,r)};return function(e,r){extendStatics(e,r);function __(){this.constructor=e}e.prototype=null===r?Object.create(r):(__.prototype=r.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,r,t,o){var n,a=arguments.length,i=a<3?r:null===o?o=Object.getOwnPropertyDescriptor(r,t):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,r,t,o);else for(var u=e.length-1;u>=0;u--)(n=e[u])&&(i=(a<3?n(i):a>3?n(r,t,i):n(r,t))||i);return a>3&&i&&Object.defineProperty(r,t,i),i},__param=this&&this.__param||function(e,r){return function(t,o){r(t,o,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var t in e)Object.hasOwnProperty.call(e,t)&&(r[t]=e[t]);r.default=e;return r};Object.defineProperty(exports,"__esModule",{value:!0});var core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcGridGrouppanel=__importStar(require("@mescius/wijmo.grid.grouppanel")),wjGroupPanelMeta={selector:"wj-group-panel",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","hideGroupedColumns","showDragGlyphs","maxGroups","placeholder","filter","groupDescriptionCreator","grid","ariaLabel"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjGroupPanelMeta=wjGroupPanelMeta;var WjGroupPanel=function(e){__extends(WjGroupPanel,e);function WjGroupPanel(r,t,o){var n=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(r,t))||this;n.isInitialized=!1;n._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(n,r,t,o);n.created();return n}r=WjGroupPanel;WjGroupPanel.prototype.created=function(){};WjGroupPanel.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjGroupPanel.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjGroupPanel.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjGroupPanel.prototype.addEventListener=function(r,t,o,n){var a=this;void 0===n&&(n=!1);var i=wijmo_angular2_directivebase_1.WjDirectiveBehavior,u=i.getZone(this);u&&i.outsideZoneEvents[t]?u.runOutsideAngular((function(){e.prototype.addEventListener.call(a,r,t,o,n)})):e.prototype.addEventListener.call(this,r,t,o,n)};var r;WjGroupPanel.meta={outputs:wjGroupPanelMeta.outputs};
|
|
17
17
|
WjGroupPanel.ɵfac = function WjGroupPanel_Factory(t) { return new (t || WjGroupPanel)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
18
|
-
WjGroupPanel.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjGroupPanel, standalone: false, selectors: [["wj-group-panel"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", hideGroupedColumns: "hideGroupedColumns", showDragGlyphs: "showDragGlyphs", maxGroups: "maxGroups", placeholder: "placeholder", filter: "filter", groupDescriptionCreator: "groupDescriptionCreator", grid: "grid" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return r; })) }].concat(wjGroupPanelMeta.providers))], decls: 0, vars: 0, template: function WjGroupPanel_Template(rf, ctx) { }, encapsulation: 2 });
|
|
18
|
+
WjGroupPanel.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjGroupPanel, standalone: false, selectors: [["wj-group-panel"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", hideGroupedColumns: "hideGroupedColumns", showDragGlyphs: "showDragGlyphs", maxGroups: "maxGroups", placeholder: "placeholder", filter: "filter", groupDescriptionCreator: "groupDescriptionCreator", grid: "grid", ariaLabel: "ariaLabel" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return r; })) }].concat(wjGroupPanelMeta.providers))], decls: 0, vars: 0, template: function WjGroupPanel_Template(rf, ctx) { }, encapsulation: 2 });
|
|
19
19
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjGroupPanel, [{
|
|
20
20
|
type: core_1.Component,
|
|
21
21
|
args: [{ selector: wjGroupPanelMeta.selector, standalone: false,template: wjGroupPanelMeta.template, inputs: wjGroupPanelMeta.inputs, outputs: wjGroupPanelMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return r; })) }].concat(wjGroupPanelMeta.providers) }]
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.angular2.grid.grouppanel",
|
|
3
|
-
"version": "5.20251.35-nightly.
|
|
3
|
+
"version": "5.20251.35-nightly.d20250419.t020150",
|
|
4
4
|
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
|
5
5
|
"author": "MESCIUS inc",
|
|
6
6
|
"license": "Commercial",
|
|
7
7
|
"main": "./index.js",
|
|
8
8
|
"types": "./index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@mescius/wijmo": "5.20251.35-nightly.
|
|
11
|
-
"@mescius/wijmo.grid.grouppanel": "5.20251.35-nightly.
|
|
12
|
-
"@mescius/wijmo.angular2.directivebase": "5.20251.35-nightly.
|
|
10
|
+
"@mescius/wijmo": "5.20251.35-nightly.d20250419.t020150",
|
|
11
|
+
"@mescius/wijmo.grid.grouppanel": "5.20251.35-nightly.d20250419.t020150",
|
|
12
|
+
"@mescius/wijmo.angular2.directivebase": "5.20251.35-nightly.d20250419.t020150"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
15
15
|
"bugs": {
|