@wizishop/angular-components 15.1.85 → 15.1.88

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.
Files changed (26) hide show
  1. package/angular-components.scss +43 -27
  2. package/esm2020/lib/components/button/button.component.mjs +7 -3
  3. package/esm2020/lib/components/card-price/card-price.component.mjs +1 -1
  4. package/esm2020/lib/components/confirm-delete/confirm-delete.component.mjs +1 -1
  5. package/esm2020/lib/components/content-with-buttons/content-with-buttons.component.mjs +1 -1
  6. package/esm2020/lib/components/draganddrop-list/draganddrop-list.component.mjs +1 -1
  7. package/esm2020/lib/components/free-popin/free-popin.component.mjs +1 -1
  8. package/esm2020/lib/components/mosaic/mosaic.component.mjs +1 -1
  9. package/esm2020/lib/components/popin/popin.component.mjs +1 -1
  10. package/esm2020/lib/components/row/row.component.mjs +34 -27
  11. package/esm2020/lib/components/selected-list/selected-list.component.mjs +1 -1
  12. package/esm2020/lib/directives/shared-directives.module.mjs +7 -3
  13. package/esm2020/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +30 -0
  14. package/esm2020/public-api.mjs +2 -1
  15. package/fesm2015/wizishop-angular-components.mjs +80 -39
  16. package/fesm2015/wizishop-angular-components.mjs.map +1 -1
  17. package/fesm2020/wizishop-angular-components.mjs +80 -39
  18. package/fesm2020/wizishop-angular-components.mjs.map +1 -1
  19. package/lib/components/button/button.component.d.ts +3 -1
  20. package/lib/components/row/row.component.d.ts +2 -0
  21. package/lib/directives/shared-directives.module.d.ts +6 -5
  22. package/lib/directives/watch-dom-tree/watch-dom-tree.directive.d.ts +10 -0
  23. package/package.json +1 -1
  24. package/public-api.d.ts +1 -0
  25. package/wizishop-angular-components-15.1.88.tgz +0 -0
  26. package/wizishop-angular-components-15.1.85.tgz +0 -0
@@ -9,6 +9,7 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
9
9
  icon: string;
10
10
  iconNext: string;
11
11
  textcolor: any;
12
+ colorIcon: string;
12
13
  widthAuto: boolean;
13
14
  contentHorizontalPosition: 'left' | 'center' | 'right';
14
15
  iconFontSize: number;
@@ -24,6 +25,7 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
24
25
  coin: number | string;
25
26
  tooltip: string;
26
27
  tooltipWidth: string;
28
+ borderColor: string;
27
29
  noPadding: boolean;
28
30
  tooltipPosition: 'top-center' | 'top-right' | 'top-left' | 'bottom-center' | 'bottom-right' | 'bottom-left' | 'left' | 'right';
29
31
  tooltipOneline: boolean;
@@ -52,5 +54,5 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
52
54
  onButtonClick(event: any): void;
53
55
  ngAfterViewInit(): void;
54
56
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, [{ attribute: "type"; }, { optional: true; }]>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "wac-button", never, { "extraClasses": "extraClasses"; "label": "label"; "icon": "icon"; "iconNext": "iconNext"; "textcolor": "textcolor"; "widthAuto": "widthAuto"; "contentHorizontalPosition": "contentHorizontalPosition"; "iconFontSize": "iconFontSize"; "hasLoader": "hasLoader"; "disabled": "disabled"; "whiteSpaceNowrap": "whiteSpaceNowrap"; "opacity": "opacity"; "animation": "animation"; "animationRight": "animationRight"; "animationText": "animationText"; "confirmDelete": "confirmDelete"; "confirmDeleteText": "confirmDeleteText"; "coin": "coin"; "tooltip": "tooltip"; "tooltipWidth": "tooltipWidth"; "noPadding": "noPadding"; "tooltipPosition": "tooltipPosition"; "tooltipOneline": "tooltipOneline"; "confirmDeletePosition": "confirmDeletePosition"; "isLoading": "isLoading"; }, { "click": "click"; "isLoadingChange": "isLoadingChange"; }, never, never, false, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "wac-button", never, { "extraClasses": "extraClasses"; "label": "label"; "icon": "icon"; "iconNext": "iconNext"; "textcolor": "textcolor"; "colorIcon": "colorIcon"; "widthAuto": "widthAuto"; "contentHorizontalPosition": "contentHorizontalPosition"; "iconFontSize": "iconFontSize"; "hasLoader": "hasLoader"; "disabled": "disabled"; "whiteSpaceNowrap": "whiteSpaceNowrap"; "opacity": "opacity"; "animation": "animation"; "animationRight": "animationRight"; "animationText": "animationText"; "confirmDelete": "confirmDelete"; "confirmDeleteText": "confirmDeleteText"; "coin": "coin"; "tooltip": "tooltip"; "tooltipWidth": "tooltipWidth"; "borderColor": "borderColor"; "noPadding": "noPadding"; "tooltipPosition": "tooltipPosition"; "tooltipOneline": "tooltipOneline"; "confirmDeletePosition": "confirmDeletePosition"; "isLoading": "isLoading"; }, { "click": "click"; "isLoadingChange": "isLoadingChange"; }, never, never, false, never>;
56
58
  }
@@ -29,7 +29,9 @@ export declare class RowComponent implements OnInit, AfterContentInit {
29
29
  responsiveControl(size: any): void;
30
30
  handleResponsiveAuto(size: any): void;
31
31
  onResize(): void;
32
+ actionsDom(): void;
32
33
  ngAfterContentInit(): void;
34
+ handleDomChange(event: any): void;
33
35
  static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
34
36
  static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "wac-row", never, { "position": "position"; "width": "width"; "height": "height"; "responsiveAuto": "responsiveAuto"; "childrensWidthAuto": "childrensWidthAuto"; "visibility": "visibility"; "marginChild": "marginChild"; "marginBottom": "marginBottom"; "marginBottomChild": "marginBottomChild"; "addWacBlock": "addWacBlock"; "lineDisplayContent": "lineDisplayContent"; "border": "border"; "multipleLine": "multipleLine"; "childrenByLine": "childrenByLine"; "padding": "padding"; "lastChildIsDown": "lastChildIsDown"; "addClass": "addClass"; }, {}, never, ["*"], false, never>;
35
37
  }
@@ -11,12 +11,13 @@ import * as i9 from "./keyboard-events/only-numbers.directive";
11
11
  import * as i10 from "./keyboard-events/two-digital-decimal-number.directive";
12
12
  import * as i11 from "../components/radio/radio-directive";
13
13
  import * as i12 from "../components/radio/radio-group.directive";
14
- import * as i13 from "@angular/common";
15
- import * as i14 from "@angular/forms";
16
- import * as i15 from "./copy-to-clipboard/copy-to-clipboard.directive";
17
- import * as i16 from "./scroll-to/scroll-to.directive";
14
+ import * as i13 from "./watch-dom-tree/watch-dom-tree.directive";
15
+ import * as i14 from "@angular/common";
16
+ import * as i15 from "@angular/forms";
17
+ import * as i16 from "./copy-to-clipboard/copy-to-clipboard.directive";
18
+ import * as i17 from "./scroll-to/scroll-to.directive";
18
19
  export declare class SharedDirectives {
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedDirectives, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectives, [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.SelectOptionDirective, typeof i8.SelectDirective, typeof i9.OnlyNumberDirective, typeof i10.TwoDigitDecimalNumberDirective, typeof i11.RadioDirective, typeof i12.RadioGroupDirective], [typeof i13.CommonModule, typeof i14.FormsModule, typeof i15.CopyToClipBoardDirective, typeof i16.ScrollToDirective], [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.SelectOptionDirective, typeof i8.SelectDirective, typeof i9.OnlyNumberDirective, typeof i10.TwoDigitDecimalNumberDirective, typeof i11.RadioDirective, typeof i12.RadioGroupDirective, typeof i15.CopyToClipBoardDirective, typeof i16.ScrollToDirective]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectives, [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.SelectOptionDirective, typeof i8.SelectDirective, typeof i9.OnlyNumberDirective, typeof i10.TwoDigitDecimalNumberDirective, typeof i11.RadioDirective, typeof i12.RadioGroupDirective, typeof i13.DomChangedDirective], [typeof i14.CommonModule, typeof i15.FormsModule, typeof i16.CopyToClipBoardDirective, typeof i17.ScrollToDirective], [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.SelectOptionDirective, typeof i8.SelectDirective, typeof i9.OnlyNumberDirective, typeof i10.TwoDigitDecimalNumberDirective, typeof i11.RadioDirective, typeof i12.RadioGroupDirective, typeof i13.DomChangedDirective, typeof i16.CopyToClipBoardDirective, typeof i17.ScrollToDirective]>;
21
22
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedDirectives>;
22
23
  }
@@ -0,0 +1,10 @@
1
+ import { ElementRef, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DomChangedDirective implements OnInit {
4
+ private elRef;
5
+ constructor(elRef: ElementRef);
6
+ ngOnInit(): void;
7
+ registerDomChangedEvent(el: any): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DomChangedDirective, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DomChangedDirective, "[watchDomTree]", never, {}, {}, never, never, false, never>;
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.85",
3
+ "version": "15.1.88",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",
package/public-api.d.ts CHANGED
@@ -111,6 +111,7 @@ export * from './lib/pipes/call-component-function.pipe';
111
111
  export * from './lib/directives/keyboard-events/keypress-enter.directive';
112
112
  export * from './lib/directives/copy-to-clipboard/copy-to-clipboard.directive';
113
113
  export * from './lib/directives/keyboard-events/two-digital-decimal-number.directive';
114
+ export * from './lib/directives/watch-dom-tree/watch-dom-tree.directive';
114
115
  export * from './lib/components/optional-disable-container/optional-disable-container.component';
115
116
  export * from './lib/components/summary/summary.component';
116
117
  export * from './lib/components/select/select/select.component';