ids-enterprise-ng 10.1.1 → 10.1.2
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.
|
@@ -1600,7 +1600,7 @@
|
|
|
1600
1600
|
ar[i] = from[i];
|
|
1601
1601
|
}
|
|
1602
1602
|
}
|
|
1603
|
-
return to.concat(ar || from);
|
|
1603
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
1604
1604
|
}
|
|
1605
1605
|
function __await(v) {
|
|
1606
1606
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -19342,7 +19342,7 @@
|
|
|
19342
19342
|
return SohoMenuButtonComponent;
|
|
19343
19343
|
}());
|
|
19344
19344
|
SohoMenuButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: SohoMenuButtonComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.NgZone }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
19345
|
-
SohoMenuButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: SohoMenuButtonComponent, selector: "button[soho-menu-button]", inputs: { icon: "icon", autoFocus: "autoFocus", mouseFocus: "mouseFocus", showArrow: "showArrow", returnFocus: "returnFocus", trigger: "trigger", menu: "menu", ajaxBeforeOpenFunction: "ajaxBeforeOpenFunction", hideMenuArrow: "hideMenuArrow", attachToBody: "attachToBody", removeOnDestroy: "removeOnDestroy" }, outputs: { selected: "selected", beforeopen: "beforeopen", open$: "open", close$: "close" }, host: { properties: { "class.btn-menu": "this.isBtnMenu", "attr.type": "this.buttonType" } }, ngImport: i0__namespace, template: "<svg soho-icon *ngIf=\"icon\" [icon]=\"icon\"></svg>\n<ng-content></ng-content>\n<svg *ngIf=\"!hideMenuArrow\" soho-icon [icon]=\"'dropdown'\"></svg>\n", styles: [":host
|
|
19345
|
+
SohoMenuButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: SohoMenuButtonComponent, selector: "button[soho-menu-button]", inputs: { icon: "icon", autoFocus: "autoFocus", mouseFocus: "mouseFocus", showArrow: "showArrow", returnFocus: "returnFocus", trigger: "trigger", menu: "menu", ajaxBeforeOpenFunction: "ajaxBeforeOpenFunction", hideMenuArrow: "hideMenuArrow", attachToBody: "attachToBody", removeOnDestroy: "removeOnDestroy" }, outputs: { selected: "selected", beforeopen: "beforeopen", open$: "open", close$: "close" }, host: { properties: { "class.btn-menu": "this.isBtnMenu", "attr.type": "this.buttonType" } }, ngImport: i0__namespace, template: "<svg soho-icon *ngIf=\"icon\" [icon]=\"icon\"></svg>\n<ng-content></ng-content>\n<svg *ngIf=\"!hideMenuArrow\" soho-icon [icon]=\"'dropdown'\"></svg>\n", styles: [":host >>> .icon.icon-dropdown:not([soho-icon]){display:none}\n"], components: [{ type: SohoIconComponent, selector: "svg[soho-icon]", inputs: ["isEmptyState", "extraIconClass", "alert", "icon"] }], directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
19346
19346
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: SohoMenuButtonComponent, decorators: [{
|
|
19347
19347
|
type: i0.Component,
|
|
19348
19348
|
args: [{
|
|
@@ -31224,7 +31224,7 @@
|
|
|
31224
31224
|
}]
|
|
31225
31225
|
}] });
|
|
31226
31226
|
|
|
31227
|
-
var version = "10.1.
|
|
31227
|
+
var version = "10.1.2";
|
|
31228
31228
|
var packageInfo = {
|
|
31229
31229
|
version: version
|
|
31230
31230
|
};
|