@pepperi-addons/ngx-composite-lib 0.0.14-beta.6 → 0.0.14-beta.9

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 (152) hide show
  1. package/addon-block-loader/addon-block-loader-model.d.ts +4 -0
  2. package/addon-block-loader/addon-block-loader-service.d.ts +14 -21
  3. package/addon-block-loader/addon-block-loader.component.d.ts +27 -26
  4. package/addon-block-loader/addon-block-loader.module.d.ts +15 -16
  5. package/addon-block-loader/pepperi-addons-ngx-composite-lib-addon-block-loader.d.ts +5 -5
  6. package/addon-block-loader/public-api.d.ts +2 -2
  7. package/assets-manager/assets-manager.component.d.ts +25 -25
  8. package/assets-manager/assets-manager.module.d.ts +13 -13
  9. package/assets-manager/pepperi-addons-ngx-composite-lib-assets-manager.d.ts +5 -5
  10. package/assets-manager/public-api.d.ts +2 -2
  11. package/bundles/pepperi-addons-ngx-composite-lib-addon-block-loader.umd.js +512 -602
  12. package/bundles/pepperi-addons-ngx-composite-lib-addon-block-loader.umd.js.map +1 -1
  13. package/bundles/pepperi-addons-ngx-composite-lib-assets-manager.umd.js +423 -423
  14. package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +123 -123
  15. package/bundles/pepperi-addons-ngx-composite-lib-dimx-export.umd.js +835 -835
  16. package/bundles/pepperi-addons-ngx-composite-lib-file-status-panel.umd.js +84 -84
  17. package/bundles/pepperi-addons-ngx-composite-lib-generic-form.umd.js +671 -671
  18. package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +918 -918
  19. package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js +176 -176
  20. package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
  21. package/bundles/pepperi-addons-ngx-composite-lib.umd.js +538 -538
  22. package/color-settings/color-settings.component.d.ts +22 -22
  23. package/color-settings/color-settings.model.d.ts +5 -5
  24. package/color-settings/color-settings.module.d.ts +12 -12
  25. package/color-settings/pepperi-addons-ngx-composite-lib-color-settings.d.ts +5 -5
  26. package/color-settings/public-api.d.ts +3 -3
  27. package/core/common/directives/index.d.ts +1 -1
  28. package/core/common/directives/public-api.d.ts +1 -1
  29. package/core/common/directives/reset-configuration-field.directive.d.ts +38 -38
  30. package/core/common/index.d.ts +1 -1
  31. package/core/common/public-api.d.ts +2 -2
  32. package/core/common/services/index.d.ts +1 -1
  33. package/core/common/services/public-api.d.ts +1 -1
  34. package/core/common/services/utilities.service.d.ts +6 -6
  35. package/core/index.d.ts +1 -1
  36. package/core/public-api.d.ts +1 -1
  37. package/dimx-export/dimx.component.d.ts +86 -86
  38. package/dimx-export/dimx.model.d.ts +5 -5
  39. package/dimx-export/dimx.module.d.ts +16 -16
  40. package/dimx-export/dimx.service.d.ts +21 -21
  41. package/dimx-export/index.d.ts +1 -1
  42. package/dimx-export/pepperi-addons-ngx-composite-lib-dimx-export.d.ts +5 -5
  43. package/dimx-export/public-api.d.ts +3 -3
  44. package/esm2015/addon-block-loader/addon-block-loader-model.js +4 -0
  45. package/esm2015/addon-block-loader/addon-block-loader-service.js +56 -68
  46. package/esm2015/addon-block-loader/addon-block-loader.component.js +80 -80
  47. package/esm2015/addon-block-loader/addon-block-loader.module.js +51 -55
  48. package/esm2015/addon-block-loader/pepperi-addons-ngx-composite-lib-addon-block-loader.js +4 -4
  49. package/esm2015/addon-block-loader/public-api.js +5 -5
  50. package/esm2015/assets-manager/assets-manager.component.js +70 -70
  51. package/esm2015/assets-manager/assets-manager.module.js +42 -42
  52. package/esm2015/assets-manager/pepperi-addons-ngx-composite-lib-assets-manager.js +4 -4
  53. package/esm2015/assets-manager/public-api.js +5 -5
  54. package/esm2015/color-settings/color-settings.component.js +81 -81
  55. package/esm2015/color-settings/color-settings.model.js +8 -8
  56. package/esm2015/color-settings/color-settings.module.js +39 -39
  57. package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
  58. package/esm2015/color-settings/public-api.js +6 -6
  59. package/esm2015/core/common/directives/index.js +4 -4
  60. package/esm2015/core/common/directives/public-api.js +4 -4
  61. package/esm2015/core/common/directives/reset-configuration-field.directive.js +135 -135
  62. package/esm2015/core/common/index.js +4 -4
  63. package/esm2015/core/common/public-api.js +5 -5
  64. package/esm2015/core/common/services/index.js +4 -4
  65. package/esm2015/core/common/services/public-api.js +4 -4
  66. package/esm2015/core/common/services/utilities.service.js +18 -18
  67. package/esm2015/core/index.js +4 -4
  68. package/esm2015/core/public-api.js +4 -4
  69. package/esm2015/dimx-export/dimx.component.js +334 -334
  70. package/esm2015/dimx-export/dimx.model.js +7 -7
  71. package/esm2015/dimx-export/dimx.module.js +52 -52
  72. package/esm2015/dimx-export/dimx.service.js +49 -49
  73. package/esm2015/dimx-export/index.js +4 -4
  74. package/esm2015/dimx-export/pepperi-addons-ngx-composite-lib-dimx-export.js +4 -4
  75. package/esm2015/dimx-export/public-api.js +6 -6
  76. package/esm2015/file-status-panel/file-status-panel.component.js +38 -38
  77. package/esm2015/file-status-panel/file-status-panel.model.js +8 -8
  78. package/esm2015/file-status-panel/file-status-panel.module.js +47 -47
  79. package/esm2015/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.js +4 -4
  80. package/esm2015/file-status-panel/public-api.js +6 -6
  81. package/esm2015/generic-form/generic-form.component.js +93 -93
  82. package/esm2015/generic-form/generic-form.model.js +1 -1
  83. package/esm2015/generic-form/generic-form.module.js +73 -73
  84. package/esm2015/generic-form/generic-form.service.js +164 -164
  85. package/esm2015/generic-form/pepperi-addons-ngx-composite-lib-generic-form.js +4 -4
  86. package/esm2015/generic-form/public-api.js +7 -7
  87. package/esm2015/generic-list/generic-list.component.js +420 -420
  88. package/esm2015/generic-list/generic-list.model.js +1 -1
  89. package/esm2015/generic-list/generic-list.module.js +63 -63
  90. package/esm2015/generic-list/generic-list.service.js +40 -40
  91. package/esm2015/generic-list/pepperi-addons-ngx-composite-lib-generic-list.js +4 -4
  92. package/esm2015/generic-list/public-api.js +7 -7
  93. package/esm2015/group-buttons-settings/group-buttons-settings.component.js +134 -134
  94. package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
  95. package/esm2015/group-buttons-settings/group-buttons-settings.module.js +46 -46
  96. package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
  97. package/esm2015/group-buttons-settings/public-api.js +6 -6
  98. package/esm2015/ngx-composite-lib.module.js +44 -44
  99. package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
  100. package/esm2015/public-api.js +5 -5
  101. package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
  102. package/esm2015/shadow-settings/public-api.js +6 -6
  103. package/esm2015/shadow-settings/shadow-settings.component.js +72 -72
  104. package/esm2015/shadow-settings/shadow-settings.model.js +7 -7
  105. package/esm2015/shadow-settings/shadow-settings.module.js +43 -43
  106. package/fesm2015/pepperi-addons-ngx-composite-lib-addon-block-loader.js +166 -251
  107. package/fesm2015/pepperi-addons-ngx-composite-lib-addon-block-loader.js.map +1 -1
  108. package/fesm2015/pepperi-addons-ngx-composite-lib-assets-manager.js +101 -101
  109. package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +113 -113
  110. package/fesm2015/pepperi-addons-ngx-composite-lib-dimx-export.js +415 -415
  111. package/fesm2015/pepperi-addons-ngx-composite-lib-file-status-panel.js +77 -77
  112. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-form.js +304 -304
  113. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +491 -491
  114. package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +167 -167
  115. package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
  116. package/fesm2015/pepperi-addons-ngx-composite-lib.js +197 -197
  117. package/file-status-panel/file-status-panel.component.d.ts +14 -14
  118. package/file-status-panel/file-status-panel.model.d.ts +7 -7
  119. package/file-status-panel/file-status-panel.module.d.ts +14 -14
  120. package/file-status-panel/pepperi-addons-ngx-composite-lib-file-status-panel.d.ts +5 -5
  121. package/file-status-panel/public-api.d.ts +3 -3
  122. package/generic-form/generic-form.component.d.ts +28 -28
  123. package/generic-form/generic-form.model.d.ts +35 -35
  124. package/generic-form/generic-form.module.d.ts +13 -13
  125. package/generic-form/generic-form.service.d.ts +44 -44
  126. package/generic-form/pepperi-addons-ngx-composite-lib-generic-form.d.ts +5 -5
  127. package/generic-form/public-api.d.ts +4 -4
  128. package/generic-list/generic-list.component.d.ts +91 -91
  129. package/generic-list/generic-list.model.d.ts +41 -41
  130. package/generic-list/generic-list.module.d.ts +16 -16
  131. package/generic-list/generic-list.service.d.ts +13 -13
  132. package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
  133. package/generic-list/public-api.d.ts +4 -4
  134. package/group-buttons-settings/group-buttons-settings.component.d.ts +33 -33
  135. package/group-buttons-settings/group-buttons-settings.model.d.ts +1 -1
  136. package/group-buttons-settings/group-buttons-settings.module.d.ts +14 -14
  137. package/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.d.ts +5 -5
  138. package/group-buttons-settings/public-api.d.ts +3 -3
  139. package/ngx-composite-lib.module.d.ts +11 -11
  140. package/package.json +1 -1
  141. package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
  142. package/public-api.d.ts +2 -2
  143. package/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.d.ts +5 -5
  144. package/shadow-settings/public-api.d.ts +3 -3
  145. package/shadow-settings/shadow-settings.component.d.ts +23 -23
  146. package/shadow-settings/shadow-settings.model.d.ts +7 -7
  147. package/shadow-settings/shadow-settings.module.d.ts +13 -13
  148. package/src/assets/i18n/en.ngx-composite-lib.json +2 -1
  149. package/addon-block-loader/remote-loader/remote-loader.component.d.ts +0 -18
  150. package/addon-block-loader/remote-loader/remote-loader.module.d.ts +0 -13
  151. package/esm2015/addon-block-loader/remote-loader/remote-loader.component.js +0 -42
  152. package/esm2015/addon-block-loader/remote-loader/remote-loader.module.js +0 -43
@@ -1,14 +1,14 @@
1
- import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./group-buttons-settings.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "@pepperi-addons/ngx-lib";
6
- import * as i4 from "@pepperi-addons/ngx-lib/field-title";
7
- import * as i5 from "@pepperi-addons/ngx-lib/group-buttons";
8
- export declare class PepGroupButtonsSettingsModule {
9
- private pepIconRegistry;
10
- constructor(pepIconRegistry: PepIconRegistry);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<PepGroupButtonsSettingsModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepGroupButtonsSettingsModule, [typeof i1.GroupButtonsSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepFieldTitleModule, typeof i5.PepGroupButtonsModule], [typeof i1.GroupButtonsSettingsComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<PepGroupButtonsSettingsModule>;
14
- }
1
+ import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./group-buttons-settings.component";
4
+ import * as i2 from "@angular/common";
5
+ import * as i3 from "@pepperi-addons/ngx-lib";
6
+ import * as i4 from "@pepperi-addons/ngx-lib/field-title";
7
+ import * as i5 from "@pepperi-addons/ngx-lib/group-buttons";
8
+ export declare class PepGroupButtonsSettingsModule {
9
+ private pepIconRegistry;
10
+ constructor(pepIconRegistry: PepIconRegistry);
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<PepGroupButtonsSettingsModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepGroupButtonsSettingsModule, [typeof i1.GroupButtonsSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepFieldTitleModule, typeof i5.PepGroupButtonsModule], [typeof i1.GroupButtonsSettingsComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<PepGroupButtonsSettingsModule>;
14
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@pepperi-addons/ngx-composite-lib/group-buttons-settings" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@pepperi-addons/ngx-composite-lib/group-buttons-settings" />
5
+ export * from './public-api';
@@ -1,3 +1,3 @@
1
- export * from './group-buttons-settings.module';
2
- export * from './group-buttons-settings.component';
3
- export * from './group-buttons-settings.model';
1
+ export * from './group-buttons-settings.module';
2
+ export * from './group-buttons-settings.component';
3
+ export * from './group-buttons-settings.model';
@@ -1,11 +1,11 @@
1
- import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./core/common/directives/reset-configuration-field.directive";
4
- import * as i2 from "@pepperi-addons/ngx-lib/icon";
5
- export declare class PepNgxCompositeLibModule {
6
- private pepIconRegistry;
7
- constructor(pepIconRegistry: PepIconRegistry);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PepNgxCompositeLibModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepNgxCompositeLibModule, [typeof i1.PepResetConfigurationFieldDirective], [typeof i2.PepIconModule], [typeof i1.PepResetConfigurationFieldDirective]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<PepNgxCompositeLibModule>;
11
- }
1
+ import { PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./core/common/directives/reset-configuration-field.directive";
4
+ import * as i2 from "@pepperi-addons/ngx-lib/icon";
5
+ export declare class PepNgxCompositeLibModule {
6
+ private pepIconRegistry;
7
+ constructor(pepIconRegistry: PepIconRegistry);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<PepNgxCompositeLibModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepNgxCompositeLibModule, [typeof i1.PepResetConfigurationFieldDirective], [typeof i2.PepIconModule], [typeof i1.PepResetConfigurationFieldDirective]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<PepNgxCompositeLibModule>;
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-composite-lib",
3
- "version": "0.0.14-beta.6",
3
+ "version": "0.0.14-beta.9",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 12.0.0",
6
6
  "@angular/cdk": ">= 12.0.0",
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@pepperi-addons/ngx-composite-lib" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@pepperi-addons/ngx-composite-lib" />
5
+ export * from './public-api';
package/public-api.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './ngx-composite-lib.module';
2
- export * from './core/index';
1
+ export * from './ngx-composite-lib.module';
2
+ export * from './core/index';
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@pepperi-addons/ngx-composite-lib/shadow-settings" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@pepperi-addons/ngx-composite-lib/shadow-settings" />
5
+ export * from './public-api';
@@ -1,3 +1,3 @@
1
- export * from './shadow-settings.module';
2
- export * from './shadow-settings.component';
3
- export * from './shadow-settings.model';
1
+ export * from './shadow-settings.module';
2
+ export * from './shadow-settings.component';
3
+ export * from './shadow-settings.model';
@@ -1,23 +1,23 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { TranslateService } from '@ngx-translate/core';
3
- import { PepSizeType } from '@pepperi-addons/ngx-lib';
4
- import { PepButton } from '@pepperi-addons/ngx-lib/button';
5
- import { PepShadowIntensityType, PepShadowSettings } from './shadow-settings.model';
6
- import * as i0 from "@angular/core";
7
- export declare class ShadowSettingsComponent implements OnInit {
8
- private translate;
9
- private _shadow;
10
- set shadow(value: PepShadowSettings);
11
- get shadow(): PepShadowSettings;
12
- shadowChange: EventEmitter<PepShadowSettings>;
13
- shadowSizes: Array<PepButton>;
14
- shadowIntensities: Array<PepButton>;
15
- constructor(translate: TranslateService);
16
- ngOnInit(): void;
17
- private raiseShadowChange;
18
- onUseChanged(value: boolean): void;
19
- onSizeChange(value: PepSizeType): void;
20
- onIntensityChange(value: PepShadowIntensityType): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<ShadowSettingsComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<ShadowSettingsComponent, "pep-shadow-settings", never, { "shadow": "shadow"; }, { "shadowChange": "shadowChange"; }, never, never>;
23
- }
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { TranslateService } from '@ngx-translate/core';
3
+ import { PepSizeType } from '@pepperi-addons/ngx-lib';
4
+ import { PepButton } from '@pepperi-addons/ngx-lib/button';
5
+ import { PepShadowIntensityType, PepShadowSettings } from './shadow-settings.model';
6
+ import * as i0 from "@angular/core";
7
+ export declare class ShadowSettingsComponent implements OnInit {
8
+ private translate;
9
+ private _shadow;
10
+ set shadow(value: PepShadowSettings);
11
+ get shadow(): PepShadowSettings;
12
+ shadowChange: EventEmitter<PepShadowSettings>;
13
+ shadowSizes: Array<PepButton>;
14
+ shadowIntensities: Array<PepButton>;
15
+ constructor(translate: TranslateService);
16
+ ngOnInit(): void;
17
+ private raiseShadowChange;
18
+ onUseChanged(value: boolean): void;
19
+ onSizeChange(value: PepSizeType): void;
20
+ onIntensityChange(value: PepShadowIntensityType): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShadowSettingsComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShadowSettingsComponent, "pep-shadow-settings", never, { "shadow": "shadow"; }, { "shadowChange": "shadowChange"; }, never, never>;
23
+ }
@@ -1,7 +1,7 @@
1
- import { PepSizeType } from "@pepperi-addons/ngx-lib";
2
- export declare type PepShadowIntensityType = 'soft' | 'regular' | 'hard';
3
- export declare class PepShadowSettings {
4
- use: boolean;
5
- size: PepSizeType;
6
- intensity: PepShadowIntensityType;
7
- }
1
+ import { PepSizeType } from "@pepperi-addons/ngx-lib";
2
+ export declare type PepShadowIntensityType = 'soft' | 'regular' | 'hard';
3
+ export declare class PepShadowSettings {
4
+ use: boolean;
5
+ size: PepSizeType;
6
+ intensity: PepShadowIntensityType;
7
+ }
@@ -1,13 +1,13 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./shadow-settings.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@pepperi-addons/ngx-lib";
5
- import * as i4 from "@pepperi-addons/ngx-lib/checkbox";
6
- import * as i5 from "@pepperi-addons/ngx-lib/field-title";
7
- import * as i6 from "@pepperi-addons/ngx-lib/group-buttons";
8
- import * as i7 from "@pepperi-addons/ngx-lib/slider";
9
- export declare class PepShadowSettingsModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<PepShadowSettingsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepShadowSettingsModule, [typeof i1.ShadowSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepCheckboxModule, typeof i5.PepFieldTitleModule, typeof i6.PepGroupButtonsModule, typeof i7.PepSliderModule], [typeof i1.ShadowSettingsComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<PepShadowSettingsModule>;
13
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./shadow-settings.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@pepperi-addons/ngx-lib";
5
+ import * as i4 from "@pepperi-addons/ngx-lib/checkbox";
6
+ import * as i5 from "@pepperi-addons/ngx-lib/field-title";
7
+ import * as i6 from "@pepperi-addons/ngx-lib/group-buttons";
8
+ import * as i7 from "@pepperi-addons/ngx-lib/slider";
9
+ export declare class PepShadowSettingsModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<PepShadowSettingsModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepShadowSettingsModule, [typeof i1.ShadowSettingsComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.PepCheckboxModule, typeof i5.PepFieldTitleModule, typeof i6.PepGroupButtonsModule, typeof i7.PepSliderModule], [typeof i1.ShadowSettingsComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<PepShadowSettingsModule>;
13
+ }
@@ -41,6 +41,7 @@
41
41
  "RESET_HINT": "Screen sizes support"
42
42
  },
43
43
  "ACTIONS": {
44
- "RESET": "Reset"
44
+ "RESET": "Reset",
45
+ "CLOSE": "Close"
45
46
  }
46
47
  }
@@ -1,18 +0,0 @@
1
- import { OnInit, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export interface IRemoteLoaderData {
4
- remotePathOptions: any;
5
- hostObject: any;
6
- }
7
- export declare class RemoteLoaderComponent implements OnInit {
8
- remotePathOptions: any;
9
- hostObject: any;
10
- hostEvents: EventEmitter<any>;
11
- blockLoad: EventEmitter<void>;
12
- constructor();
13
- ngOnInit(): void;
14
- onHostEvents(event: any): void;
15
- onBlockLoad(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<RemoteLoaderComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<RemoteLoaderComponent, "remote-loader", never, { "remotePathOptions": "remotePathOptions"; "hostObject": "hostObject"; }, { "hostEvents": "hostEvents"; "blockLoad": "blockLoad"; }, never, never>;
18
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./remote-loader.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@pepperi-addons/ngx-lib";
5
- import * as i4 from "@angular/material/dialog";
6
- import * as i5 from "@pepperi-addons/ngx-lib/dialog";
7
- import * as i6 from "@pepperi-addons/ngx-remote-loader";
8
- export declare class RemoteLoaderModule {
9
- constructor();
10
- static ɵfac: i0.ɵɵFactoryDeclaration<RemoteLoaderModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<RemoteLoaderModule, [typeof i1.RemoteLoaderComponent], [typeof i2.CommonModule, typeof i3.PepNgxLibModule, typeof i4.MatDialogModule, typeof i5.PepDialogModule, typeof i6.PepAddonLoaderModule], [typeof i1.RemoteLoaderComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<RemoteLoaderModule>;
13
- }
@@ -1,42 +0,0 @@
1
- import { Component, Input, Output, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@pepperi-addons/ngx-remote-loader";
4
- import * as i2 from "@angular/common";
5
- export class RemoteLoaderComponent {
6
- constructor() {
7
- this.remotePathOptions = null;
8
- this.hostEvents = new EventEmitter();
9
- this.blockLoad = new EventEmitter();
10
- if (this.remotePathOptions && this.hostObject) {
11
- // this.dialogRef.componentInstance.hostEvents.subscribe((event) => {
12
- // this.onHostEvents(event);
13
- // });
14
- }
15
- }
16
- ngOnInit() {
17
- }
18
- onHostEvents(event) {
19
- this.hostEvents.emit(event);
20
- }
21
- onBlockLoad() {
22
- this.blockLoad.emit();
23
- }
24
- }
25
- RemoteLoaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: RemoteLoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- RemoteLoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: RemoteLoaderComponent, selector: "remote-loader", inputs: { remotePathOptions: "remotePathOptions", hostObject: "hostObject" }, outputs: { hostEvents: "hostEvents", blockLoad: "blockLoad" }, ngImport: i0, template: "<div>Remote loader</div>\n<pep-remote-loader *ngIf=\"remotePathOptions\"\n [options]=\"remotePathOptions\"\n [hostObject]=\"hostObject\"\n (hostEvents)=\"onHostEvents($event);\"\n (load)=\"onBlockLoad()\">\n</pep-remote-loader>", components: [{ type: i1.PepAddonLoaderComponent, selector: "pep-remote-loader", inputs: ["options", "hostObject"], outputs: ["hostEvents", "load"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: RemoteLoaderComponent, decorators: [{
28
- type: Component,
29
- args: [{
30
- selector: 'remote-loader',
31
- templateUrl: './remote-loader.component.html'
32
- }]
33
- }], ctorParameters: function () { return []; }, propDecorators: { remotePathOptions: [{
34
- type: Input
35
- }], hostObject: [{
36
- type: Input
37
- }], hostEvents: [{
38
- type: Output
39
- }], blockLoad: [{
40
- type: Output
41
- }] } });
42
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVtb3RlLWxvYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tcG9zaXRlLWxpYi9hZGRvbi1ibG9jay1sb2FkZXIvcmVtb3RlLWxvYWRlci9yZW1vdGUtbG9hZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25neC1jb21wb3NpdGUtbGliL2FkZG9uLWJsb2NrLWxvYWRlci9yZW1vdGUtbG9hZGVyL3JlbW90ZS1sb2FkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBc0IsS0FBSyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQW9CLE1BQU0sZUFBZSxDQUFDOzs7O0FBYTdHLE1BQU0sT0FBTyxxQkFBcUI7SUFPOUI7UUFOUyxzQkFBaUIsR0FBUSxJQUFJLENBQUM7UUFHN0IsZUFBVSxHQUFzQixJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3hELGNBQVMsR0FBdUIsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUkvRCxJQUFJLElBQUksQ0FBQyxpQkFBaUIsSUFBSSxJQUFJLENBQUMsVUFBVSxFQUFFO1lBRTNDLHFFQUFxRTtZQUNyRSxnQ0FBZ0M7WUFDaEMsTUFBTTtTQUNUO0lBQ0wsQ0FBQztJQUdELFFBQVE7SUFFUixDQUFDO0lBRUQsWUFBWSxDQUFDLEtBQVU7UUFDbkIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzFCLENBQUM7O2tIQTVCUSxxQkFBcUI7c0dBQXJCLHFCQUFxQixrTUNibEMsaVJBTW9COzJGRE9QLHFCQUFxQjtrQkFKakMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsZUFBZTtvQkFDekIsV0FBVyxFQUFFLGdDQUFnQztpQkFDaEQ7MEVBRVksaUJBQWlCO3NCQUF6QixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBRUksVUFBVTtzQkFBbkIsTUFBTTtnQkFDRyxTQUFTO3NCQUFsQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIEluamVjdGFibGUsIElucHV0LCBPdXRwdXQsIEV2ZW50RW1pdHRlciwgT3B0aW9uYWwsIEluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0RGlhbG9nUmVmLCBNQVRfRElBTE9HX0RBVEEgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuLy9pbXBvcnQgeyBBZGRvbkJsb2NrTG9hZGVyU2VydmljZSB9IGZyb20gJy4vYWRkb24tYmxvY2stbG9hZGVyLXNlcnZpY2UnO1xuXG5leHBvcnQgaW50ZXJmYWNlIElSZW1vdGVMb2FkZXJEYXRhIHtcbiAgICByZW1vdGVQYXRoT3B0aW9uczogYW55O1xuICAgIGhvc3RPYmplY3Q6IGFueTtcbn1cblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdyZW1vdGUtbG9hZGVyJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vcmVtb3RlLWxvYWRlci5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgUmVtb3RlTG9hZGVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBASW5wdXQoKSByZW1vdGVQYXRoT3B0aW9uczogYW55ID0gbnVsbDtcbiAgICBASW5wdXQoKSBob3N0T2JqZWN0OiBhbnk7XG5cbiAgICBAT3V0cHV0KCkgaG9zdEV2ZW50czogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcbiAgICBAT3V0cHV0KCkgYmxvY2tMb2FkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgXG4gICAgICAgIGlmICh0aGlzLnJlbW90ZVBhdGhPcHRpb25zICYmIHRoaXMuaG9zdE9iamVjdCkge1xuICAgICAgICAgICAgXG4gICAgICAgICAgICAvLyB0aGlzLmRpYWxvZ1JlZi5jb21wb25lbnRJbnN0YW5jZS5ob3N0RXZlbnRzLnN1YnNjcmliZSgoZXZlbnQpID0+IHtcbiAgICAgICAgICAgIC8vICAgICB0aGlzLm9uSG9zdEV2ZW50cyhldmVudCk7XG4gICAgICAgICAgICAvLyB9KTtcbiAgICAgICAgfVxuICAgIH1cbiAgICBcblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICBcbiAgICB9XG5cbiAgICBvbkhvc3RFdmVudHMoZXZlbnQ6IGFueSl7XG4gICAgICAgIHRoaXMuaG9zdEV2ZW50cy5lbWl0KGV2ZW50KTtcbiAgICB9XG5cbiAgICBvbkJsb2NrTG9hZCgpe1xuICAgICAgICB0aGlzLmJsb2NrTG9hZC5lbWl0KCk7XG4gICAgfVxufVxuXG4iLCI8ZGl2PlJlbW90ZSBsb2FkZXI8L2Rpdj5cbjxwZXAtcmVtb3RlLWxvYWRlciAqbmdJZj1cInJlbW90ZVBhdGhPcHRpb25zXCJcbiAgICAgICAgICAgIFtvcHRpb25zXT1cInJlbW90ZVBhdGhPcHRpb25zXCJcbiAgICAgICAgICAgIFtob3N0T2JqZWN0XT1cImhvc3RPYmplY3RcIlxuICAgICAgICAgICAgKGhvc3RFdmVudHMpPVwib25Ib3N0RXZlbnRzKCRldmVudCk7XCJcbiAgICAgICAgICAgIChsb2FkKT1cIm9uQmxvY2tMb2FkKClcIj5cbjwvcGVwLXJlbW90ZS1sb2FkZXI+Il19
@@ -1,43 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { RemoteLoaderComponent } from './remote-loader.component';
4
- import { PepNgxLibModule } from '@pepperi-addons/ngx-lib';
5
- import { PepAddonLoaderModule } from '@pepperi-addons/ngx-remote-loader';
6
- import { PepDialogModule } from '@pepperi-addons/ngx-lib/dialog';
7
- import { MatDialogModule } from '@angular/material/dialog';
8
- import * as i0 from "@angular/core";
9
- export class RemoteLoaderModule {
10
- constructor() {
11
- }
12
- }
13
- RemoteLoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: RemoteLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- RemoteLoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: RemoteLoaderModule, declarations: [RemoteLoaderComponent], imports: [CommonModule,
15
- PepNgxLibModule,
16
- MatDialogModule,
17
- PepDialogModule,
18
- PepAddonLoaderModule], exports: [RemoteLoaderComponent] });
19
- RemoteLoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: RemoteLoaderModule, providers: [], imports: [[
20
- CommonModule,
21
- PepNgxLibModule,
22
- MatDialogModule,
23
- PepDialogModule,
24
- PepAddonLoaderModule
25
- ]] });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0, type: RemoteLoaderModule, decorators: [{
27
- type: NgModule,
28
- args: [{
29
- declarations: [
30
- RemoteLoaderComponent
31
- ],
32
- imports: [
33
- CommonModule,
34
- PepNgxLibModule,
35
- MatDialogModule,
36
- PepDialogModule,
37
- PepAddonLoaderModule
38
- ],
39
- exports: [RemoteLoaderComponent],
40
- providers: []
41
- }]
42
- }], ctorParameters: function () { return []; } });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVtb3RlLWxvYWRlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtY29tcG9zaXRlLWxpYi9hZGRvbi1ibG9jay1sb2FkZXIvcmVtb3RlLWxvYWRlci9yZW1vdGUtbG9hZGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFFMUQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFFekUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFrQjNELE1BQU0sT0FBTyxrQkFBa0I7SUFDM0I7SUFJQSxDQUFDOzsrR0FMUSxrQkFBa0I7Z0hBQWxCLGtCQUFrQixpQkFkdkIscUJBQXFCLGFBR3JCLFlBQVk7UUFDWixlQUFlO1FBQ2YsZUFBZTtRQUNmLGVBQWU7UUFDZixvQkFBb0IsYUFFZCxxQkFBcUI7Z0hBS3RCLGtCQUFrQixhQUpoQixFQUVWLFlBVlE7WUFDTCxZQUFZO1lBQ1osZUFBZTtZQUNmLGVBQWU7WUFDZixlQUFlO1lBQ2Ysb0JBQW9CO1NBQ3ZCOzJGQU1RLGtCQUFrQjtrQkFoQjlCLFFBQVE7bUJBQUM7b0JBQ04sWUFBWSxFQUFFO3dCQUNWLHFCQUFxQjtxQkFDeEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osZUFBZTt3QkFDZixlQUFlO3dCQUNmLGVBQWU7d0JBQ2Ysb0JBQW9CO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztvQkFDaEMsU0FBUyxFQUFFLEVBRVY7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFJlbW90ZUxvYWRlckNvbXBvbmVudCB9IGZyb20gJy4vcmVtb3RlLWxvYWRlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgUGVwTmd4TGliTW9kdWxlIH0gZnJvbSAnQHBlcHBlcmktYWRkb25zL25neC1saWInO1xuXG5pbXBvcnQgeyBQZXBBZGRvbkxvYWRlck1vZHVsZSB9IGZyb20gJ0BwZXBwZXJpLWFkZG9ucy9uZ3gtcmVtb3RlLWxvYWRlcic7XG5cbmltcG9ydCB7IFBlcERpYWxvZ01vZHVsZSB9IGZyb20gJ0BwZXBwZXJpLWFkZG9ucy9uZ3gtbGliL2RpYWxvZyc7XG5pbXBvcnQgeyBNYXREaWFsb2dNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBSZW1vdGVMb2FkZXJDb21wb25lbnRcbiAgICBdLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBQZXBOZ3hMaWJNb2R1bGUsXG4gICAgICAgIE1hdERpYWxvZ01vZHVsZSxcbiAgICAgICAgUGVwRGlhbG9nTW9kdWxlLFxuICAgICAgICBQZXBBZGRvbkxvYWRlck1vZHVsZVxuICAgIF0sXG4gICAgZXhwb3J0czogW1JlbW90ZUxvYWRlckNvbXBvbmVudF0sXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgUmVtb3RlTG9hZGVyTW9kdWxlIHsgXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgXG4gICAgKSB7XG4gICAgICAgIFxuICAgIH1cbn0iXX0=