ngx-rs-ant 0.11.2 → 0.11.6
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/esm2020/box-container/box-container.component.mjs +4 -1
- package/esm2020/box-container/box-item/box-item.component.mjs +4 -3
- package/esm2020/icon-selector/icon-selector.component.mjs +47 -0
- package/esm2020/icon-selector/icon-selector.module.mjs +28 -0
- package/esm2020/modal/modal.component.mjs +2 -3
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/ngx-rs-ant.mjs +75 -6
- package/fesm2015/ngx-rs-ant.mjs.map +1 -1
- package/fesm2020/ngx-rs-ant.mjs +75 -6
- package/fesm2020/ngx-rs-ant.mjs.map +1 -1
- package/icon-selector/icon-selector.component.d.ts +16 -0
- package/icon-selector/icon-selector.module.d.ts +9 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
package/fesm2020/ngx-rs-ant.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import * as i5 from '@angular/forms';
|
|
|
10
10
|
import { FormsModule, UntypedFormGroup, ReactiveFormsModule } from '@angular/forms';
|
|
11
11
|
import { DevUIModule, HelperUtils, FormLayout } from 'ng-devui';
|
|
12
12
|
import * as i3$1 from 'devextreme-angular';
|
|
13
|
-
import { DxDataGridComponent, DxDataGridModule } from 'devextreme-angular';
|
|
13
|
+
import { DxDataGridComponent, DxDataGridModule, DevExtremeModule } from 'devextreme-angular';
|
|
14
14
|
import * as i1$1 from '@angular/common/http';
|
|
15
15
|
import CustomStore from 'devextreme/data/custom_store';
|
|
16
16
|
import * as i4 from 'devextreme-angular/ui/nested';
|
|
@@ -21,6 +21,8 @@ import * as i2$3 from 'ng-devui/button';
|
|
|
21
21
|
import * as i3$2 from 'ng-devui/form';
|
|
22
22
|
import * as i4$1 from 'ng-devui/text-input';
|
|
23
23
|
import * as i4$2 from 'ng-devui/loading';
|
|
24
|
+
import * as i3$3 from 'devextreme-angular/ui/button';
|
|
25
|
+
import * as i4$3 from 'devextreme-angular/ui/popover';
|
|
24
26
|
|
|
25
27
|
class DividerLineComponent {
|
|
26
28
|
get _style() {
|
|
@@ -512,6 +514,7 @@ class BoxItemComponent {
|
|
|
512
514
|
instance.config = item.config;
|
|
513
515
|
instance.pDirection = this.config.direction;
|
|
514
516
|
if (this.boxContainer.editMode) {
|
|
517
|
+
boxItemComponentRef.location.nativeElement.style.margin = '8px';
|
|
515
518
|
instance.leaveOneItem.subscribe((item) => {
|
|
516
519
|
if (item.type === 'item' && item.direction === this.config.direction) {
|
|
517
520
|
this.config.list.splice(i, 1, ...item.list);
|
|
@@ -630,10 +633,10 @@ class BoxItemComponent {
|
|
|
630
633
|
}
|
|
631
634
|
}
|
|
632
635
|
BoxItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BoxItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
633
|
-
BoxItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: BoxItemComponent, selector: "rs-box-item", outputs: { leaveOneItem: "leaveOneItem" }, host: { properties: { "style.flex-direction": "this._direction", "style": "this._style" } }, viewQueries: [{ propertyName: "itemHosts", predicate: BoxItemHostDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngFor=\"let item of config.list; index as index\">\n <div [ngStyle]=\"calcStyle(item)\"\n dDroppable\n [dropScope]=\"item.type === 'plugin' && boxContainer.editMode ? ['plugin-item', 'page', 'form'] : ''\"\n dragOverClass=\"active\"\n (dropEvent)=\"dropEvent($event, index)\"\n >\n <ng-template rsBoxItemHost [hostId]=\"index\"></ng-template>\n </div>\n</ng-container>\n", styles: [":host{flex:1;
|
|
636
|
+
BoxItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: BoxItemComponent, selector: "rs-box-item", outputs: { leaveOneItem: "leaveOneItem" }, host: { properties: { "style.flex-direction": "this._direction", "style": "this._style" } }, viewQueries: [{ propertyName: "itemHosts", predicate: BoxItemHostDirective, descendants: true }], ngImport: i0, template: "<ng-container *ngFor=\"let item of config.list; index as index\">\n <div [ngStyle]=\"calcStyle(item)\"\n dDroppable\n [dropScope]=\"item.type === 'plugin' && boxContainer.editMode ? ['plugin-item', 'page', 'form'] : ''\"\n dragOverClass=\"active\"\n (dropEvent)=\"dropEvent($event, index)\"\n >\n <ng-template rsBoxItemHost [hostId]=\"index\"></ng-template>\n </div>\n</ng-container>\n", styles: [":host{flex:1;display:flex;flex-flow:row nowrap;pointer-events:all}:host div{display:flex;flex-flow:row nowrap}:host div.active{background-color:var(--devui-waiting, #beccfa)}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.DroppableDirective, selector: "[dDroppable]", inputs: ["dragOverClass", "dropScope", "placeholderTag", "placeholderStyle", "placeholderText", "allowDropOnItem", "dragOverItemClass", "nestingTargetRect", "switchWhileCrossEdge", "defaultDropPosition", "dropSortCountSelector", "dropSortVirtualScrollOption"], outputs: ["dragEnterEvent", "dragOverEvent", "dragLeaveEvent", "dropEvent"] }, { kind: "directive", type: BoxItemHostDirective, selector: "[rsBoxItemHost]", inputs: ["hostId"] }] });
|
|
634
637
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BoxItemComponent, decorators: [{
|
|
635
638
|
type: Component,
|
|
636
|
-
args: [{ selector: 'rs-box-item', template: "<ng-container *ngFor=\"let item of config.list; index as index\">\n <div [ngStyle]=\"calcStyle(item)\"\n dDroppable\n [dropScope]=\"item.type === 'plugin' && boxContainer.editMode ? ['plugin-item', 'page', 'form'] : ''\"\n dragOverClass=\"active\"\n (dropEvent)=\"dropEvent($event, index)\"\n >\n <ng-template rsBoxItemHost [hostId]=\"index\"></ng-template>\n </div>\n</ng-container>\n", styles: [":host{flex:1;
|
|
639
|
+
args: [{ selector: 'rs-box-item', template: "<ng-container *ngFor=\"let item of config.list; index as index\">\n <div [ngStyle]=\"calcStyle(item)\"\n dDroppable\n [dropScope]=\"item.type === 'plugin' && boxContainer.editMode ? ['plugin-item', 'page', 'form'] : ''\"\n dragOverClass=\"active\"\n (dropEvent)=\"dropEvent($event, index)\"\n >\n <ng-template rsBoxItemHost [hostId]=\"index\"></ng-template>\n </div>\n</ng-container>\n", styles: [":host{flex:1;display:flex;flex-flow:row nowrap;pointer-events:all}:host div{display:flex;flex-flow:row nowrap}:host div.active{background-color:var(--devui-waiting, #beccfa)}\n"] }]
|
|
637
640
|
}], propDecorators: { _direction: [{
|
|
638
641
|
type: HostBinding,
|
|
639
642
|
args: ['style.flex-direction']
|
|
@@ -660,6 +663,9 @@ class BoxContainerComponent {
|
|
|
660
663
|
const instance = boxItemComponentRef.instance;
|
|
661
664
|
instance.boxContainer = this;
|
|
662
665
|
instance.config = this.config;
|
|
666
|
+
if (this.editMode) {
|
|
667
|
+
boxItemComponentRef.location.nativeElement.style.margin = '8px';
|
|
668
|
+
}
|
|
663
669
|
instance.leaveOneItem?.subscribe((item) => {
|
|
664
670
|
if (item.type === 'item') {
|
|
665
671
|
Object.assign(instance.config, item);
|
|
@@ -1641,6 +1647,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
1641
1647
|
}]
|
|
1642
1648
|
}] });
|
|
1643
1649
|
|
|
1650
|
+
class IconSelectorComponent {
|
|
1651
|
+
constructor() {
|
|
1652
|
+
this.select = new EventEmitter();
|
|
1653
|
+
this.iconList = [];
|
|
1654
|
+
const regex = /::before/;
|
|
1655
|
+
const styles = document.styleSheets;
|
|
1656
|
+
for (let i = 0; i < styles.length; i++) {
|
|
1657
|
+
for (let j = 0; j < styles[i].cssRules.length; j++) {
|
|
1658
|
+
let cssSelectorText = styles[i].cssRules[j].selectorText;
|
|
1659
|
+
if (cssSelectorText && cssSelectorText.indexOf('.coast-icon-') === 0 && regex.test(cssSelectorText)) {
|
|
1660
|
+
this.iconList.push(cssSelectorText.substring(1, cssSelectorText.length - 8));
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
selectIcon(icon) {
|
|
1666
|
+
this.select.emit(icon);
|
|
1667
|
+
this.popover.instance.hide();
|
|
1668
|
+
}
|
|
1669
|
+
zoomOut($event, icon) {
|
|
1670
|
+
this.hoverIcon = icon;
|
|
1671
|
+
this.iconZoomOut.instance.show($event.target);
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
IconSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconSelectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1675
|
+
IconSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: IconSelectorComponent, selector: "rs-icon-selector", inputs: { target: "target" }, outputs: { select: "select" }, viewQueries: [{ propertyName: "popover", first: true, predicate: ["iconSelector"], descendants: true, static: true }, { propertyName: "iconZoomOut", first: true, predicate: ["iconZoomOut"], descendants: true, static: true }], ngImport: i0, template: "<dx-popover #iconSelector\n maxWidth=\"280\"\n maxHeight=\"280\"\n [target]=\"target\"\n [showEvent]=\"{name: 'click'}\">\n <div *dxTemplate=\"let data of 'content'\">\n <ng-container *ngFor=\"let icon of iconList; let index=index\">\n <dx-button [icon]=\"'coast-icon ' + icon\" (onClick)=\"selectIcon(icon)\"\n (mouseenter)=\"zoomOut($event, icon)\" (mouseleave)=\"iconZoomOut.instance.hide()\"></dx-button>\n </ng-container>\n </div>\n</dx-popover>\n<dx-popover #iconZoomOut width=\"64px\" height=\"64px\" [enableBodyScroll]=\"false\">\n <div *dxTemplate=\"let data of 'content'\" style=\"display: flex; align-items: center; justify-content: center;\">\n <i [class]=\"hoverIcon\" style=\"font-size: 36px;\"></i>\n </div>\n</dx-popover>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i5$1.DxTemplateDirective, selector: "[dxTemplate]", inputs: ["dxTemplateOf"] }, { kind: "component", type: i3$3.DxButtonComponent, selector: "dx-button", inputs: ["accessKey", "activeStateEnabled", "disabled", "elementAttr", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "icon", "rtlEnabled", "stylingMode", "tabIndex", "template", "text", "type", "useSubmitBehavior", "validationGroup", "visible", "width"], outputs: ["onClick", "onContentReady", "onDisposing", "onInitialized", "onOptionChanged", "accessKeyChange", "activeStateEnabledChange", "disabledChange", "elementAttrChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "iconChange", "rtlEnabledChange", "stylingModeChange", "tabIndexChange", "templateChange", "textChange", "typeChange", "useSubmitBehaviorChange", "validationGroupChange", "visibleChange", "widthChange"] }, { kind: "component", type: i4$3.DxPopoverComponent, selector: "dx-popover", inputs: ["animation", "closeOnOutsideClick", "container", "contentTemplate", "copyRootClassesToWrapper", "deferRendering", "disabled", "elementAttr", "enableBodyScroll", "height", "hideEvent", "hideOnOutsideClick", "hideOnParentScroll", "hint", "hoverStateEnabled", "maxHeight", "maxWidth", "minHeight", "minWidth", "position", "rtlEnabled", "shading", "shadingColor", "showCloseButton", "showEvent", "showTitle", "target", "title", "titleTemplate", "toolbarItems", "visible", "width", "wrapperAttr"], outputs: ["onContentReady", "onDisposing", "onHidden", "onHiding", "onInitialized", "onOptionChanged", "onShowing", "onShown", "onTitleRendered", "animationChange", "closeOnOutsideClickChange", "containerChange", "contentTemplateChange", "copyRootClassesToWrapperChange", "deferRenderingChange", "disabledChange", "elementAttrChange", "enableBodyScrollChange", "heightChange", "hideEventChange", "hideOnOutsideClickChange", "hideOnParentScrollChange", "hintChange", "hoverStateEnabledChange", "maxHeightChange", "maxWidthChange", "minHeightChange", "minWidthChange", "positionChange", "rtlEnabledChange", "shadingChange", "shadingColorChange", "showCloseButtonChange", "showEventChange", "showTitleChange", "targetChange", "titleChange", "titleTemplateChange", "toolbarItemsChange", "visibleChange", "widthChange", "wrapperAttrChange"] }] });
|
|
1676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconSelectorComponent, decorators: [{
|
|
1677
|
+
type: Component,
|
|
1678
|
+
args: [{ selector: 'rs-icon-selector', template: "<dx-popover #iconSelector\n maxWidth=\"280\"\n maxHeight=\"280\"\n [target]=\"target\"\n [showEvent]=\"{name: 'click'}\">\n <div *dxTemplate=\"let data of 'content'\">\n <ng-container *ngFor=\"let icon of iconList; let index=index\">\n <dx-button [icon]=\"'coast-icon ' + icon\" (onClick)=\"selectIcon(icon)\"\n (mouseenter)=\"zoomOut($event, icon)\" (mouseleave)=\"iconZoomOut.instance.hide()\"></dx-button>\n </ng-container>\n </div>\n</dx-popover>\n<dx-popover #iconZoomOut width=\"64px\" height=\"64px\" [enableBodyScroll]=\"false\">\n <div *dxTemplate=\"let data of 'content'\" style=\"display: flex; align-items: center; justify-content: center;\">\n <i [class]=\"hoverIcon\" style=\"font-size: 36px;\"></i>\n </div>\n</dx-popover>" }]
|
|
1679
|
+
}], ctorParameters: function () { return []; }, propDecorators: { target: [{
|
|
1680
|
+
type: Input
|
|
1681
|
+
}], select: [{
|
|
1682
|
+
type: Output
|
|
1683
|
+
}], popover: [{
|
|
1684
|
+
type: ViewChild,
|
|
1685
|
+
args: ['iconSelector', { static: true }]
|
|
1686
|
+
}], iconZoomOut: [{
|
|
1687
|
+
type: ViewChild,
|
|
1688
|
+
args: ['iconZoomOut', { static: true }]
|
|
1689
|
+
}] } });
|
|
1690
|
+
|
|
1691
|
+
class IconSelectorModule {
|
|
1692
|
+
}
|
|
1693
|
+
IconSelectorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconSelectorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1694
|
+
IconSelectorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: IconSelectorModule, declarations: [IconSelectorComponent], imports: [CommonModule,
|
|
1695
|
+
DevExtremeModule], exports: [IconSelectorComponent] });
|
|
1696
|
+
IconSelectorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconSelectorModule, imports: [CommonModule,
|
|
1697
|
+
DevExtremeModule] });
|
|
1698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: IconSelectorModule, decorators: [{
|
|
1699
|
+
type: NgModule,
|
|
1700
|
+
args: [{
|
|
1701
|
+
declarations: [
|
|
1702
|
+
IconSelectorComponent
|
|
1703
|
+
],
|
|
1704
|
+
imports: [
|
|
1705
|
+
CommonModule,
|
|
1706
|
+
DevExtremeModule
|
|
1707
|
+
],
|
|
1708
|
+
exports: [
|
|
1709
|
+
IconSelectorComponent
|
|
1710
|
+
]
|
|
1711
|
+
}]
|
|
1712
|
+
}] });
|
|
1713
|
+
|
|
1644
1714
|
class ModalComponent {
|
|
1645
1715
|
constructor(elementRef, changeDetectorRef) {
|
|
1646
1716
|
this.elementRef = elementRef;
|
|
@@ -1697,10 +1767,9 @@ class ModalComponent {
|
|
|
1697
1767
|
}
|
|
1698
1768
|
}
|
|
1699
1769
|
resolveModalBackdropPosition() {
|
|
1700
|
-
console.log(this.elementRef.nativeElement.parentElement);
|
|
1701
1770
|
return {
|
|
1702
1771
|
"width": this.elementRef.nativeElement.parentElement.offsetWidth + 'px',
|
|
1703
|
-
"height": this.elementRef.nativeElement.parentElement.offsetHeight + 'px',
|
|
1772
|
+
"height": this.elementRef.nativeElement.parentElement.offsetHeight - 1 + 'px',
|
|
1704
1773
|
"top": this.elementRef.nativeElement.parentElement.offsetTop + 'px',
|
|
1705
1774
|
"left": this.elementRef.nativeElement.parentElement.offsetLeft + 'px',
|
|
1706
1775
|
};
|
|
@@ -1853,5 +1922,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
1853
1922
|
* Generated bundle index. Do not edit.
|
|
1854
1923
|
*/
|
|
1855
1924
|
|
|
1856
|
-
export { BoxContainerComponent, BoxContainerModule, DataGridComponent, DataGridModule, DataGridService, DynamicParamsComponent, DynamicParamsModule, FormComponent, FormModule, FormService, ItemConfigComponent, ItemStyleComponent, MasterDetailTemplateDirective, ModalComponent, ModalModule, ModalService, PluginManager, RowButtonsTemplateDirective };
|
|
1925
|
+
export { BoxContainerComponent, BoxContainerModule, DataGridComponent, DataGridModule, DataGridService, DynamicParamsComponent, DynamicParamsModule, FormComponent, FormModule, FormService, IconSelectorComponent, IconSelectorModule, ItemConfigComponent, ItemStyleComponent, MasterDetailTemplateDirective, ModalComponent, ModalModule, ModalService, PluginManager, RowButtonsTemplateDirective };
|
|
1857
1926
|
//# sourceMappingURL=ngx-rs-ant.mjs.map
|