@pepperi-addons/ngx-composite-lib 0.0.10-beta.1 → 0.0.10-beta.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.
Files changed (91) hide show
  1. package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +122 -122
  2. package/bundles/pepperi-addons-ngx-composite-lib-draggable-item.umd.js +71 -71
  3. package/bundles/pepperi-addons-ngx-composite-lib-draggable-item.umd.js.map +1 -1
  4. package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +535 -535
  5. package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js +173 -173
  6. package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
  7. package/bundles/pepperi-addons-ngx-composite-lib.umd.js +72 -29
  8. package/bundles/pepperi-addons-ngx-composite-lib.umd.js.map +1 -1
  9. package/color-settings/color-settings.component.d.ts +22 -22
  10. package/color-settings/color-settings.model.d.ts +5 -5
  11. package/color-settings/color-settings.module.d.ts +12 -12
  12. package/color-settings/pepperi-addons-ngx-composite-lib-color-settings.d.ts +5 -5
  13. package/color-settings/public-api.d.ts +3 -3
  14. package/core/common/index.d.ts +1 -0
  15. package/core/common/public-api.d.ts +1 -0
  16. package/core/common/services/index.d.ts +1 -0
  17. package/core/common/services/public-api.d.ts +1 -0
  18. package/core/common/services/utilities.service.d.ts +6 -0
  19. package/core/index.d.ts +1 -0
  20. package/core/public-api.d.ts +1 -0
  21. package/draggable-item/draggable-item.component.d.ts +11 -11
  22. package/draggable-item/draggable-item.module.d.ts +11 -11
  23. package/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.d.ts +5 -5
  24. package/draggable-item/public-api.d.ts +2 -2
  25. package/esm2015/color-settings/color-settings.component.js +80 -80
  26. package/esm2015/color-settings/color-settings.model.js +8 -8
  27. package/esm2015/color-settings/color-settings.module.js +39 -39
  28. package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
  29. package/esm2015/color-settings/public-api.js +6 -6
  30. package/esm2015/core/common/index.js +5 -0
  31. package/esm2015/core/common/public-api.js +5 -0
  32. package/esm2015/core/common/services/index.js +5 -0
  33. package/esm2015/core/common/services/public-api.js +5 -0
  34. package/esm2015/core/common/services/utilities.service.js +19 -0
  35. package/esm2015/core/index.js +5 -0
  36. package/esm2015/core/public-api.js +5 -0
  37. package/esm2015/draggable-item/draggable-item.component.js +39 -39
  38. package/esm2015/draggable-item/draggable-item.module.js +36 -36
  39. package/esm2015/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.js +4 -4
  40. package/esm2015/draggable-item/public-api.js +5 -5
  41. package/esm2015/generic-list/generic-list.component.js +163 -163
  42. package/esm2015/generic-list/generic-list.model.js +1 -1
  43. package/esm2015/generic-list/generic-list.module.js +51 -51
  44. package/esm2015/generic-list/pepperi-addons-ngx-composite-lib-generic-list.js +4 -4
  45. package/esm2015/generic-list/public-api.js +6 -6
  46. package/esm2015/group-buttons-settings/group-buttons-settings.component.js +131 -131
  47. package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
  48. package/esm2015/group-buttons-settings/group-buttons-settings.module.js +46 -46
  49. package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
  50. package/esm2015/group-buttons-settings/public-api.js +6 -6
  51. package/esm2015/ngx-composite-lib.module.js +25 -25
  52. package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
  53. package/esm2015/public-api.js +6 -5
  54. package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
  55. package/esm2015/shadow-settings/public-api.js +6 -6
  56. package/esm2015/shadow-settings/shadow-settings.component.js +72 -72
  57. package/esm2015/shadow-settings/shadow-settings.model.js +7 -7
  58. package/esm2015/shadow-settings/shadow-settings.module.js +43 -43
  59. package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +112 -112
  60. package/fesm2015/pepperi-addons-ngx-composite-lib-draggable-item.js +66 -66
  61. package/fesm2015/pepperi-addons-ngx-composite-lib-draggable-item.js.map +1 -1
  62. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +192 -192
  63. package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +164 -164
  64. package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
  65. package/fesm2015/pepperi-addons-ngx-composite-lib.js +70 -29
  66. package/fesm2015/pepperi-addons-ngx-composite-lib.js.map +1 -1
  67. package/generic-list/generic-list.component.d.ts +45 -45
  68. package/generic-list/generic-list.model.d.ts +11 -11
  69. package/generic-list/generic-list.module.d.ts +15 -15
  70. package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
  71. package/generic-list/public-api.d.ts +3 -3
  72. package/group-buttons-settings/group-buttons-settings.component.d.ts +32 -32
  73. package/group-buttons-settings/group-buttons-settings.model.d.ts +1 -1
  74. package/group-buttons-settings/group-buttons-settings.module.d.ts +14 -14
  75. package/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.d.ts +5 -5
  76. package/group-buttons-settings/public-api.d.ts +3 -3
  77. package/ngx-composite-lib.module.d.ts +6 -6
  78. package/package.json +1 -1
  79. package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
  80. package/public-api.d.ts +2 -1
  81. package/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.d.ts +5 -5
  82. package/shadow-settings/public-api.d.ts +3 -3
  83. package/shadow-settings/shadow-settings.component.d.ts +23 -23
  84. package/shadow-settings/shadow-settings.model.d.ts +7 -7
  85. package/shadow-settings/shadow-settings.module.d.ts +13 -13
  86. package/src/core/style/abstracts/functions.scss +0 -0
  87. package/src/core/style/abstracts/mixins.scss +0 -0
  88. package/src/core/style/abstracts/variables.scss +5 -0
  89. package/src/core/style/base/helpers.scss +0 -0
  90. package/src/core/style/components/general.scss +37 -0
  91. package/styles.scss +11 -35
@@ -29,185 +29,185 @@
29
29
  var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
30
30
  var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
31
31
 
32
- var GroupButtonsSettingsComponent = /** @class */ (function () {
33
- // pepB: PepSizeType | 'none' = "xs";
34
- function GroupButtonsSettingsComponent(translate) {
35
- this.translate = translate;
36
- this.header = '';
37
- this.subHeader = '';
38
- this.groupType = 'sizes';
39
- this.btnsArray = [];
40
- this.excludeKeys = []; // for example ['xs','xl']
41
- this.useNone = false;
42
- this.disabled = false;
43
- this.btnkeyChange = new i0.EventEmitter();
44
- this.none = { key: 'none' };
45
- this.sizes = [];
46
- }
47
- Object.defineProperty(GroupButtonsSettingsComponent.prototype, "btnKey", {
48
- get: function () {
49
- return this._btnKey;
50
- },
51
- set: function (value) {
52
- if (!value) {
53
- this._btnKey = '';
54
- }
55
- else {
56
- this._btnKey = value;
57
- }
58
- },
59
- enumerable: false,
60
- configurable: true
61
- });
62
- GroupButtonsSettingsComponent.prototype.ngOnInit = function () {
63
- var _this = this;
64
- // Get the first translation for load all translations.
65
- this.translate.get('SHADOW_SETTINGS.INTENSITY_SOFT').toPromise().then(function (typeSoft) {
66
- _this.none = { key: 'none', value: _this.translate.instant('GENERAL.NONE'), callback: function () { return _this.onKeyChange(null); } };
67
- _this.arrayMerge();
68
- });
69
- };
70
- GroupButtonsSettingsComponent.prototype.arrayMerge = function () {
71
- var _this = this;
72
- this.btnsArray = this.getButtonsArray();
73
- // check if need to remove items from the buttons array
74
- if (this.excludeKeys) {
75
- this.btnsArray = this.btnsArray.filter(function (i) { return !_this.excludeKeys.find(function (f) { return f === i.key; }); });
76
- }
77
- // check if need to add the None button
78
- if (this.useNone) {
79
- this.btnsArray = [this.none].concat(this.btnsArray);
80
- }
81
- };
82
- GroupButtonsSettingsComponent.prototype.onKeyChange = function (event) {
83
- var _a;
84
- this.btnKey = ((_a = event === null || event === void 0 ? void 0 : event.source) === null || _a === void 0 ? void 0 : _a.key) || 'none';
85
- this.btnkeyChange.emit(this.btnKey);
86
- };
87
- GroupButtonsSettingsComponent.prototype.getButtonsArray = function () {
88
- var _this = this;
89
- switch (this.groupType) {
90
- case 'custom': {
91
- return this.btnsArray;
92
- }
93
- case 'sizes': {
94
- return [
95
- { key: 'xs', value: this.translate.instant('GENERAL.XS'), callback: function (event) { return _this.onKeyChange(event); } },
96
- { key: 'sm', value: this.translate.instant('GENERAL.SM'), callback: function (event) { return _this.onKeyChange(event); } },
97
- { key: 'md', value: this.translate.instant('GENERAL.MD'), callback: function (event) { return _this.onKeyChange(event); } },
98
- { key: 'lg', value: this.translate.instant('GENERAL.LG'), callback: function (event) { return _this.onKeyChange(event); } },
99
- { key: 'xl', value: this.translate.instant('GENERAL.XL'), callback: function (event) { return _this.onKeyChange(event); } }
100
- ];
101
- }
102
- case 'vertical-align': {
103
- return [
104
- { key: 'start', value: this.translate.instant('GENERAL.VERTICAL_ALIGN.TOP'), callback: function (event) { return _this.onKeyChange(event); } },
105
- { key: 'center', value: this.translate.instant('GENERAL.VERTICAL_ALIGN.MIDDLE'), callback: function (event) { return _this.onKeyChange(event); } },
106
- { key: 'end', value: this.translate.instant('GENERAL.VERTICAL_ALIGN.BOTTOM'), callback: function (event) { return _this.onKeyChange(event); } }
107
- ];
108
- }
109
- case 'horizontal-align': {
110
- return [
111
- { key: 'left', iconName: 'text_align_right', callback: function (event) { return _this.onKeyChange(event); } },
112
- { key: 'center', iconName: 'text_align_center', callback: function (event) { return _this.onKeyChange(event); } },
113
- { key: 'right', iconName: 'text_align_left', callback: function (event) { return _this.onKeyChange(event); } },
114
- ];
115
- }
116
- case 'font-weight': {
117
- return [
118
- { key: 'normal', value: this.translate.instant('GENERAL.FONT_WEIGHT.NORMAL'), callback: function (event) { return _this.onKeyChange(event); } },
119
- { key: 'bold', value: this.translate.instant('GENERAL.FONT_WEIGHT.BOLD'), callback: function (event) { return _this.onKeyChange(event); } },
120
- { key: 'bolder', value: this.translate.instant('GENERAL.FONT_WEIGHT.BOLDER'), callback: function (event) { return _this.onKeyChange(event); } }
121
- ];
122
- }
123
- case 'width-sizes': {
124
- return [
125
- { key: 'narrow', value: this.translate.instant('GENERAL.WIDTH_SIZE.NARROW'), callback: function (event) { return _this.onKeyChange(event); } },
126
- { key: 'regular', value: this.translate.instant('GENERAL.WIDTH_SIZE.REGULAR'), callback: function (event) { return _this.onKeyChange(event); } },
127
- { key: 'wide', value: this.translate.instant('GENERAL.WIDTH_SIZE.WIDE'), callback: function (event) { return _this.onKeyChange(event); } }
128
- ];
129
- }
130
- default: {
131
- return [];
132
- }
133
- }
134
- };
135
- return GroupButtonsSettingsComponent;
136
- }());
137
- GroupButtonsSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: GroupButtonsSettingsComponent, deps: [{ token: i1__namespace.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Component });
138
- GroupButtonsSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: GroupButtonsSettingsComponent, selector: "pep-group-buttons-settings", inputs: { header: "header", subHeader: "subHeader", groupType: "groupType", btnsArray: "btnsArray", excludeKeys: "excludeKeys", useNone: "useNone", disabled: "disabled", btnKey: "btnKey" }, outputs: { btnkeyChange: "btnkeyChange" }, ngImport: i0__namespace, template: "<label *ngIf=\"header != ''\" class=\"body-xl bold ellipsis\">{{header}}</label>\n<pep-field-title *ngIf=\"subHeader !=''\" [label]=\"subHeader\" [disabled]=\"disabled\"></pep-field-title>\n<pep-group-buttons [buttons]=\"btnsArray\" \n [selectedButtonKey]=\"btnKey\" \n [stretch]=\"true\" \n buttonsClass=\"md regular\" \n [buttonsDisabled]=\"disabled\" \n viewType=\"toggle\">\n</pep-group-buttons>\n", styles: [":host{width:100%}:host .shadow-size-group,:host .shadow-type-group{display:block;margin-bottom:var(--pep-form-spacing, 1rem)}\n"], components: [{ type: i2__namespace.PepFieldTitleComponent, selector: "pep-field-title", inputs: ["label", "mandatory", "disabled", "maxFieldCharacters", "hint", "xAlignment", "showTitle", "inputLength"] }, { type: i3__namespace.PepGroupButtonsComponent, selector: "pep-group-buttons", inputs: ["viewType", "styleType", "sizeType", "buttons", "buttonsDisabled", "selectedButtonKey", "stretch"], outputs: ["buttonClick"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
139
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: GroupButtonsSettingsComponent, decorators: [{
140
- type: i0.Component,
141
- args: [{
142
- selector: 'pep-group-buttons-settings',
143
- templateUrl: './group-buttons-settings.component.html',
144
- styleUrls: ['./group-buttons-settings.component.scss']
145
- }]
146
- }], ctorParameters: function () { return [{ type: i1__namespace.TranslateService }]; }, propDecorators: { header: [{
147
- type: i0.Input
148
- }], subHeader: [{
149
- type: i0.Input
150
- }], groupType: [{
151
- type: i0.Input
152
- }], btnsArray: [{
153
- type: i0.Input
154
- }], excludeKeys: [{
155
- type: i0.Input
156
- }], useNone: [{
157
- type: i0.Input
158
- }], disabled: [{
159
- type: i0.Input
160
- }], btnKey: [{
161
- type: i0.Input
162
- }], btnkeyChange: [{
163
- type: i0.Output
32
+ var GroupButtonsSettingsComponent = /** @class */ (function () {
33
+ // pepB: PepSizeType | 'none' = "xs";
34
+ function GroupButtonsSettingsComponent(translate) {
35
+ this.translate = translate;
36
+ this.header = '';
37
+ this.subHeader = '';
38
+ this.groupType = 'sizes';
39
+ this.btnsArray = [];
40
+ this.excludeKeys = []; // for example ['xs','xl']
41
+ this.useNone = false;
42
+ this.disabled = false;
43
+ this.btnkeyChange = new i0.EventEmitter();
44
+ this.none = { key: 'none' };
45
+ this.sizes = [];
46
+ }
47
+ Object.defineProperty(GroupButtonsSettingsComponent.prototype, "btnKey", {
48
+ get: function () {
49
+ return this._btnKey;
50
+ },
51
+ set: function (value) {
52
+ if (!value) {
53
+ this._btnKey = '';
54
+ }
55
+ else {
56
+ this._btnKey = value;
57
+ }
58
+ },
59
+ enumerable: false,
60
+ configurable: true
61
+ });
62
+ GroupButtonsSettingsComponent.prototype.ngOnInit = function () {
63
+ var _this = this;
64
+ // Get the first translation for load all translations.
65
+ this.translate.get('SHADOW_SETTINGS.INTENSITY_SOFT').toPromise().then(function (typeSoft) {
66
+ _this.none = { key: 'none', value: _this.translate.instant('GENERAL.NONE'), callback: function () { return _this.onKeyChange(null); } };
67
+ _this.arrayMerge();
68
+ });
69
+ };
70
+ GroupButtonsSettingsComponent.prototype.arrayMerge = function () {
71
+ var _this = this;
72
+ this.btnsArray = this.getButtonsArray();
73
+ // check if need to remove items from the buttons array
74
+ if (this.excludeKeys) {
75
+ this.btnsArray = this.btnsArray.filter(function (i) { return !_this.excludeKeys.find(function (f) { return f === i.key; }); });
76
+ }
77
+ // check if need to add the None button
78
+ if (this.useNone) {
79
+ this.btnsArray = [this.none].concat(this.btnsArray);
80
+ }
81
+ };
82
+ GroupButtonsSettingsComponent.prototype.onKeyChange = function (event) {
83
+ var _a;
84
+ this.btnKey = ((_a = event === null || event === void 0 ? void 0 : event.source) === null || _a === void 0 ? void 0 : _a.key) || 'none';
85
+ this.btnkeyChange.emit(this.btnKey);
86
+ };
87
+ GroupButtonsSettingsComponent.prototype.getButtonsArray = function () {
88
+ var _this = this;
89
+ switch (this.groupType) {
90
+ case 'custom': {
91
+ return this.btnsArray;
92
+ }
93
+ case 'sizes': {
94
+ return [
95
+ { key: 'xs', value: this.translate.instant('GENERAL.XS'), callback: function (event) { return _this.onKeyChange(event); } },
96
+ { key: 'sm', value: this.translate.instant('GENERAL.SM'), callback: function (event) { return _this.onKeyChange(event); } },
97
+ { key: 'md', value: this.translate.instant('GENERAL.MD'), callback: function (event) { return _this.onKeyChange(event); } },
98
+ { key: 'lg', value: this.translate.instant('GENERAL.LG'), callback: function (event) { return _this.onKeyChange(event); } },
99
+ { key: 'xl', value: this.translate.instant('GENERAL.XL'), callback: function (event) { return _this.onKeyChange(event); } }
100
+ ];
101
+ }
102
+ case 'vertical-align': {
103
+ return [
104
+ { key: 'start', value: this.translate.instant('GENERAL.VERTICAL_ALIGN.TOP'), callback: function (event) { return _this.onKeyChange(event); } },
105
+ { key: 'center', value: this.translate.instant('GENERAL.VERTICAL_ALIGN.MIDDLE'), callback: function (event) { return _this.onKeyChange(event); } },
106
+ { key: 'end', value: this.translate.instant('GENERAL.VERTICAL_ALIGN.BOTTOM'), callback: function (event) { return _this.onKeyChange(event); } }
107
+ ];
108
+ }
109
+ case 'horizontal-align': {
110
+ return [
111
+ { key: 'left', iconName: 'text_align_right', callback: function (event) { return _this.onKeyChange(event); } },
112
+ { key: 'center', iconName: 'text_align_center', callback: function (event) { return _this.onKeyChange(event); } },
113
+ { key: 'right', iconName: 'text_align_left', callback: function (event) { return _this.onKeyChange(event); } },
114
+ ];
115
+ }
116
+ case 'font-weight': {
117
+ return [
118
+ { key: 'normal', value: this.translate.instant('GENERAL.FONT_WEIGHT.NORMAL'), callback: function (event) { return _this.onKeyChange(event); } },
119
+ { key: 'bold', value: this.translate.instant('GENERAL.FONT_WEIGHT.BOLD'), callback: function (event) { return _this.onKeyChange(event); } },
120
+ { key: 'bolder', value: this.translate.instant('GENERAL.FONT_WEIGHT.BOLDER'), callback: function (event) { return _this.onKeyChange(event); } }
121
+ ];
122
+ }
123
+ case 'width-sizes': {
124
+ return [
125
+ { key: 'narrow', value: this.translate.instant('GENERAL.WIDTH_SIZE.NARROW'), callback: function (event) { return _this.onKeyChange(event); } },
126
+ { key: 'regular', value: this.translate.instant('GENERAL.WIDTH_SIZE.REGULAR'), callback: function (event) { return _this.onKeyChange(event); } },
127
+ { key: 'wide', value: this.translate.instant('GENERAL.WIDTH_SIZE.WIDE'), callback: function (event) { return _this.onKeyChange(event); } }
128
+ ];
129
+ }
130
+ default: {
131
+ return [];
132
+ }
133
+ }
134
+ };
135
+ return GroupButtonsSettingsComponent;
136
+ }());
137
+ GroupButtonsSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: GroupButtonsSettingsComponent, deps: [{ token: i1__namespace.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Component });
138
+ GroupButtonsSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: GroupButtonsSettingsComponent, selector: "pep-group-buttons-settings", inputs: { header: "header", subHeader: "subHeader", groupType: "groupType", btnsArray: "btnsArray", excludeKeys: "excludeKeys", useNone: "useNone", disabled: "disabled", btnKey: "btnKey" }, outputs: { btnkeyChange: "btnkeyChange" }, ngImport: i0__namespace, template: "<label *ngIf=\"header != ''\" class=\"body-xl bold ellipsis\">{{header}}</label>\n<pep-field-title *ngIf=\"subHeader !=''\" [label]=\"subHeader\" [disabled]=\"disabled\"></pep-field-title>\n<pep-group-buttons [buttons]=\"btnsArray\" \n [selectedButtonKey]=\"btnKey\" \n [stretch]=\"true\" \n buttonsClass=\"md regular\" \n [buttonsDisabled]=\"disabled\" \n viewType=\"toggle\">\n</pep-group-buttons>\n", styles: [":host{width:100%}:host .shadow-size-group,:host .shadow-type-group{display:block;margin-bottom:var(--pep-form-spacing, 1rem)}\n"], components: [{ type: i2__namespace.PepFieldTitleComponent, selector: "pep-field-title", inputs: ["label", "mandatory", "disabled", "maxFieldCharacters", "hint", "xAlignment", "showTitle", "inputLength"] }, { type: i3__namespace.PepGroupButtonsComponent, selector: "pep-group-buttons", inputs: ["viewType", "styleType", "sizeType", "buttons", "buttonsDisabled", "selectedButtonKey", "stretch"], outputs: ["buttonClick"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
139
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: GroupButtonsSettingsComponent, decorators: [{
140
+ type: i0.Component,
141
+ args: [{
142
+ selector: 'pep-group-buttons-settings',
143
+ templateUrl: './group-buttons-settings.component.html',
144
+ styleUrls: ['./group-buttons-settings.component.scss']
145
+ }]
146
+ }], ctorParameters: function () { return [{ type: i1__namespace.TranslateService }]; }, propDecorators: { header: [{
147
+ type: i0.Input
148
+ }], subHeader: [{
149
+ type: i0.Input
150
+ }], groupType: [{
151
+ type: i0.Input
152
+ }], btnsArray: [{
153
+ type: i0.Input
154
+ }], excludeKeys: [{
155
+ type: i0.Input
156
+ }], useNone: [{
157
+ type: i0.Input
158
+ }], disabled: [{
159
+ type: i0.Input
160
+ }], btnKey: [{
161
+ type: i0.Input
162
+ }], btnkeyChange: [{
163
+ type: i0.Output
164
164
  }] } });
165
165
 
166
- var pepIcons = [
167
- i1$1.pepIconTextAlignCenter,
168
- i1$1.pepIconTextAlignLeft,
169
- i1$1.pepIconTextAlignRight
170
- ];
171
- var PepGroupButtonsSettingsModule = /** @class */ (function () {
172
- function PepGroupButtonsSettingsModule(pepIconRegistry) {
173
- this.pepIconRegistry = pepIconRegistry;
174
- this.pepIconRegistry.registerIcons(pepIcons);
175
- }
176
- return PepGroupButtonsSettingsModule;
177
- }());
178
- PepGroupButtonsSettingsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepGroupButtonsSettingsModule, deps: [{ token: i1__namespace$1.PepIconRegistry }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
179
- PepGroupButtonsSettingsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepGroupButtonsSettingsModule, declarations: [GroupButtonsSettingsComponent], imports: [i4.CommonModule,
180
- ngxLib.PepNgxLibModule,
181
- i2.PepFieldTitleModule,
182
- i3.PepGroupButtonsModule], exports: [GroupButtonsSettingsComponent] });
183
- PepGroupButtonsSettingsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepGroupButtonsSettingsModule, imports: [[
184
- i4.CommonModule,
185
- ngxLib.PepNgxLibModule,
186
- i2.PepFieldTitleModule,
187
- i3.PepGroupButtonsModule,
188
- ]] });
189
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepGroupButtonsSettingsModule, decorators: [{
190
- type: i0.NgModule,
191
- args: [{
192
- declarations: [
193
- GroupButtonsSettingsComponent
194
- ],
195
- imports: [
196
- i4.CommonModule,
197
- ngxLib.PepNgxLibModule,
198
- i2.PepFieldTitleModule,
199
- i3.PepGroupButtonsModule,
200
- ],
201
- exports: [GroupButtonsSettingsComponent]
202
- }]
166
+ var pepIcons = [
167
+ i1$1.pepIconTextAlignCenter,
168
+ i1$1.pepIconTextAlignLeft,
169
+ i1$1.pepIconTextAlignRight
170
+ ];
171
+ var PepGroupButtonsSettingsModule = /** @class */ (function () {
172
+ function PepGroupButtonsSettingsModule(pepIconRegistry) {
173
+ this.pepIconRegistry = pepIconRegistry;
174
+ this.pepIconRegistry.registerIcons(pepIcons);
175
+ }
176
+ return PepGroupButtonsSettingsModule;
177
+ }());
178
+ PepGroupButtonsSettingsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepGroupButtonsSettingsModule, deps: [{ token: i1__namespace$1.PepIconRegistry }], target: i0__namespace.ɵɵFactoryTarget.NgModule });
179
+ PepGroupButtonsSettingsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepGroupButtonsSettingsModule, declarations: [GroupButtonsSettingsComponent], imports: [i4.CommonModule,
180
+ ngxLib.PepNgxLibModule,
181
+ i2.PepFieldTitleModule,
182
+ i3.PepGroupButtonsModule], exports: [GroupButtonsSettingsComponent] });
183
+ PepGroupButtonsSettingsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepGroupButtonsSettingsModule, imports: [[
184
+ i4.CommonModule,
185
+ ngxLib.PepNgxLibModule,
186
+ i2.PepFieldTitleModule,
187
+ i3.PepGroupButtonsModule,
188
+ ]] });
189
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepGroupButtonsSettingsModule, decorators: [{
190
+ type: i0.NgModule,
191
+ args: [{
192
+ declarations: [
193
+ GroupButtonsSettingsComponent
194
+ ],
195
+ imports: [
196
+ i4.CommonModule,
197
+ ngxLib.PepNgxLibModule,
198
+ i2.PepFieldTitleModule,
199
+ i3.PepGroupButtonsModule,
200
+ ],
201
+ exports: [GroupButtonsSettingsComponent]
202
+ }]
203
203
  }], ctorParameters: function () { return [{ type: i1__namespace$1.PepIconRegistry }]; } });
204
204
 
205
- /*
206
- * Public API Surface of ngx-composite-lib/shadow-settings
205
+ /*
206
+ * Public API Surface of ngx-composite-lib/shadow-settings
207
207
  */
208
208
 
209
- /**
210
- * Generated bundle index. Do not edit.
209
+ /**
210
+ * Generated bundle index. Do not edit.
211
211
  */
212
212
 
213
213
  exports.GroupButtonsSettingsComponent = GroupButtonsSettingsComponent;
@@ -28,131 +28,131 @@
28
28
  var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
29
29
  var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
30
30
 
31
- var PepShadowSettings = /** @class */ (function () {
32
- function PepShadowSettings() {
33
- this.use = false;
34
- this.size = 'md';
35
- this.intensity = 'regular';
36
- }
37
- return PepShadowSettings;
31
+ var PepShadowSettings = /** @class */ (function () {
32
+ function PepShadowSettings() {
33
+ this.use = false;
34
+ this.size = 'md';
35
+ this.intensity = 'regular';
36
+ }
37
+ return PepShadowSettings;
38
38
  }());
39
39
 
40
- var ShadowSettingsComponent = /** @class */ (function () {
41
- function ShadowSettingsComponent(translate) {
42
- this.translate = translate;
43
- this._shadow = new PepShadowSettings();
44
- this.shadowChange = new i0.EventEmitter();
45
- this.shadowSizes = [];
46
- this.shadowIntensities = [];
47
- }
48
- Object.defineProperty(ShadowSettingsComponent.prototype, "shadow", {
49
- get: function () {
50
- return this._shadow;
51
- },
52
- set: function (value) {
53
- if (!value) {
54
- this._shadow = new PepShadowSettings();
55
- }
56
- else {
57
- this._shadow = value;
58
- }
59
- },
60
- enumerable: false,
61
- configurable: true
62
- });
63
- ShadowSettingsComponent.prototype.ngOnInit = function () {
64
- var _this = this;
65
- // Get the first translation for load all translations.
66
- this.translate.get('SHADOW_SETTINGS.INTENSITY_SOFT').toPromise().then(function (typeSoft) {
67
- _this.shadowSizes = [
68
- { key: 'sm', value: _this.translate.instant('GENERAL.SM'), callback: function () { return _this.onSizeChange('sm'); } },
69
- { key: 'md', value: _this.translate.instant('GENERAL.MD'), callback: function () { return _this.onSizeChange('md'); } },
70
- { key: 'lg', value: _this.translate.instant('GENERAL.LG'), callback: function () { return _this.onSizeChange('lg'); } },
71
- { key: 'xl', value: _this.translate.instant('GENERAL.XL'), callback: function () { return _this.onSizeChange('xl'); } }
72
- ];
73
- _this.shadowIntensities = [
74
- { key: 'soft', value: typeSoft, callback: function () { return _this.onIntensityChange('soft'); } },
75
- { key: 'regular', value: _this.translate.instant('SHADOW_SETTINGS.INTENSITY_REGULAR'), callback: function () { return _this.onIntensityChange('regular'); } },
76
- { key: 'hard', value: _this.translate.instant('SHADOW_SETTINGS.INTENSITY_HARD'), callback: function () { return _this.onIntensityChange('hard'); } }
77
- ];
78
- });
79
- };
80
- ShadowSettingsComponent.prototype.raiseShadowChange = function () {
81
- this.shadowChange.emit(this.shadow);
82
- };
83
- ShadowSettingsComponent.prototype.onUseChanged = function (value) {
84
- this.shadow.use = value;
85
- this.raiseShadowChange();
86
- };
87
- ShadowSettingsComponent.prototype.onSizeChange = function (value) {
88
- this.shadow.size = value;
89
- this.raiseShadowChange();
90
- };
91
- ShadowSettingsComponent.prototype.onIntensityChange = function (value) {
92
- this.shadow.intensity = value;
93
- this.raiseShadowChange();
94
- };
95
- return ShadowSettingsComponent;
96
- }());
97
- ShadowSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ShadowSettingsComponent, deps: [{ token: i1__namespace.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Component });
98
- ShadowSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: ShadowSettingsComponent, selector: "pep-shadow-settings", inputs: { shadow: "shadow" }, outputs: { shadowChange: "shadowChange" }, ngImport: i0__namespace, template: "<pep-checkbox class=\"checkbox-as-title\" [label]=\"'SHADOW_SETTINGS.TITLE' | translate\" [renderTitle]=\"false\" [value]=\"shadow.use\" (valueChange)=\"onUseChanged($event)\"></pep-checkbox>\n<pep-field-title [label]=\"'SHADOW_SETTINGS.SIZE' | translate\" [disabled]=\"!shadow.use\"></pep-field-title>\n<pep-group-buttons class=\"shadow-size-group\" [buttons]=\"shadowSizes\" [selectedButtonKey]=\"shadow.size\" [stretch]=\"true\" buttonsClass=\"md regular\" [buttonsDisabled]=\"!shadow.use\" viewType=\"toggle\">\n</pep-group-buttons>\n<pep-field-title [label]=\"'SHADOW_SETTINGS.INTENSITY' | translate\" [disabled]=\"!shadow.use\"></pep-field-title>\n<pep-group-buttons class=\"shadow-intensity-group\" [buttons]=\"shadowIntensities\" [selectedButtonKey]=\"shadow.intensity\" [stretch]=\"true\" buttonsClass=\"md regular\" [buttonsDisabled]=\"!shadow.use\" viewType=\"toggle\">\n</pep-group-buttons>", styles: [":host{width:100%}:host .shadow-size-group,:host .shadow-type-group{display:block;margin-bottom:var(--pep-form-spacing, 1rem)}\n"], components: [{ type: i2__namespace.PepCheckboxComponent, selector: "pep-checkbox", inputs: ["key", "value", "label", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "form", "isActive", "showTitle", "renderTitle", "layoutType", "type", "additionalValue", "visible"], outputs: ["valueChange"] }, { type: i3__namespace.PepFieldTitleComponent, selector: "pep-field-title", inputs: ["label", "mandatory", "disabled", "maxFieldCharacters", "hint", "xAlignment", "showTitle", "inputLength"] }, { type: i4__namespace.PepGroupButtonsComponent, selector: "pep-group-buttons", inputs: ["viewType", "styleType", "sizeType", "buttons", "buttonsDisabled", "selectedButtonKey", "stretch"], outputs: ["buttonClick"] }], pipes: { "translate": i1__namespace.TranslatePipe } });
99
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ShadowSettingsComponent, decorators: [{
100
- type: i0.Component,
101
- args: [{
102
- selector: 'pep-shadow-settings',
103
- templateUrl: './shadow-settings.component.html',
104
- styleUrls: ['./shadow-settings.component.scss']
105
- }]
106
- }], ctorParameters: function () { return [{ type: i1__namespace.TranslateService }]; }, propDecorators: { shadow: [{
107
- type: i0.Input
108
- }], shadowChange: [{
109
- type: i0.Output
40
+ var ShadowSettingsComponent = /** @class */ (function () {
41
+ function ShadowSettingsComponent(translate) {
42
+ this.translate = translate;
43
+ this._shadow = new PepShadowSettings();
44
+ this.shadowChange = new i0.EventEmitter();
45
+ this.shadowSizes = [];
46
+ this.shadowIntensities = [];
47
+ }
48
+ Object.defineProperty(ShadowSettingsComponent.prototype, "shadow", {
49
+ get: function () {
50
+ return this._shadow;
51
+ },
52
+ set: function (value) {
53
+ if (!value) {
54
+ this._shadow = new PepShadowSettings();
55
+ }
56
+ else {
57
+ this._shadow = value;
58
+ }
59
+ },
60
+ enumerable: false,
61
+ configurable: true
62
+ });
63
+ ShadowSettingsComponent.prototype.ngOnInit = function () {
64
+ var _this = this;
65
+ // Get the first translation for load all translations.
66
+ this.translate.get('SHADOW_SETTINGS.INTENSITY_SOFT').toPromise().then(function (typeSoft) {
67
+ _this.shadowSizes = [
68
+ { key: 'sm', value: _this.translate.instant('GENERAL.SM'), callback: function () { return _this.onSizeChange('sm'); } },
69
+ { key: 'md', value: _this.translate.instant('GENERAL.MD'), callback: function () { return _this.onSizeChange('md'); } },
70
+ { key: 'lg', value: _this.translate.instant('GENERAL.LG'), callback: function () { return _this.onSizeChange('lg'); } },
71
+ { key: 'xl', value: _this.translate.instant('GENERAL.XL'), callback: function () { return _this.onSizeChange('xl'); } }
72
+ ];
73
+ _this.shadowIntensities = [
74
+ { key: 'soft', value: typeSoft, callback: function () { return _this.onIntensityChange('soft'); } },
75
+ { key: 'regular', value: _this.translate.instant('SHADOW_SETTINGS.INTENSITY_REGULAR'), callback: function () { return _this.onIntensityChange('regular'); } },
76
+ { key: 'hard', value: _this.translate.instant('SHADOW_SETTINGS.INTENSITY_HARD'), callback: function () { return _this.onIntensityChange('hard'); } }
77
+ ];
78
+ });
79
+ };
80
+ ShadowSettingsComponent.prototype.raiseShadowChange = function () {
81
+ this.shadowChange.emit(this.shadow);
82
+ };
83
+ ShadowSettingsComponent.prototype.onUseChanged = function (value) {
84
+ this.shadow.use = value;
85
+ this.raiseShadowChange();
86
+ };
87
+ ShadowSettingsComponent.prototype.onSizeChange = function (value) {
88
+ this.shadow.size = value;
89
+ this.raiseShadowChange();
90
+ };
91
+ ShadowSettingsComponent.prototype.onIntensityChange = function (value) {
92
+ this.shadow.intensity = value;
93
+ this.raiseShadowChange();
94
+ };
95
+ return ShadowSettingsComponent;
96
+ }());
97
+ ShadowSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ShadowSettingsComponent, deps: [{ token: i1__namespace.TranslateService }], target: i0__namespace.ɵɵFactoryTarget.Component });
98
+ ShadowSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.0.5", type: ShadowSettingsComponent, selector: "pep-shadow-settings", inputs: { shadow: "shadow" }, outputs: { shadowChange: "shadowChange" }, ngImport: i0__namespace, template: "<pep-checkbox class=\"checkbox-as-title\" [label]=\"'SHADOW_SETTINGS.TITLE' | translate\" [renderTitle]=\"false\" [value]=\"shadow.use\" (valueChange)=\"onUseChanged($event)\"></pep-checkbox>\n<pep-field-title [label]=\"'SHADOW_SETTINGS.SIZE' | translate\" [disabled]=\"!shadow.use\"></pep-field-title>\n<pep-group-buttons class=\"shadow-size-group\" [buttons]=\"shadowSizes\" [selectedButtonKey]=\"shadow.size\" [stretch]=\"true\" buttonsClass=\"md regular\" [buttonsDisabled]=\"!shadow.use\" viewType=\"toggle\">\n</pep-group-buttons>\n<pep-field-title [label]=\"'SHADOW_SETTINGS.INTENSITY' | translate\" [disabled]=\"!shadow.use\"></pep-field-title>\n<pep-group-buttons class=\"shadow-intensity-group\" [buttons]=\"shadowIntensities\" [selectedButtonKey]=\"shadow.intensity\" [stretch]=\"true\" buttonsClass=\"md regular\" [buttonsDisabled]=\"!shadow.use\" viewType=\"toggle\">\n</pep-group-buttons>", styles: [":host{width:100%}:host .shadow-size-group,:host .shadow-type-group{display:block;margin-bottom:var(--pep-form-spacing, 1rem)}\n"], components: [{ type: i2__namespace.PepCheckboxComponent, selector: "pep-checkbox", inputs: ["key", "value", "label", "mandatory", "disabled", "readonly", "xAlignment", "rowSpan", "form", "isActive", "showTitle", "renderTitle", "layoutType", "type", "additionalValue", "visible"], outputs: ["valueChange"] }, { type: i3__namespace.PepFieldTitleComponent, selector: "pep-field-title", inputs: ["label", "mandatory", "disabled", "maxFieldCharacters", "hint", "xAlignment", "showTitle", "inputLength"] }, { type: i4__namespace.PepGroupButtonsComponent, selector: "pep-group-buttons", inputs: ["viewType", "styleType", "sizeType", "buttons", "buttonsDisabled", "selectedButtonKey", "stretch"], outputs: ["buttonClick"] }], pipes: { "translate": i1__namespace.TranslatePipe } });
99
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ShadowSettingsComponent, decorators: [{
100
+ type: i0.Component,
101
+ args: [{
102
+ selector: 'pep-shadow-settings',
103
+ templateUrl: './shadow-settings.component.html',
104
+ styleUrls: ['./shadow-settings.component.scss']
105
+ }]
106
+ }], ctorParameters: function () { return [{ type: i1__namespace.TranslateService }]; }, propDecorators: { shadow: [{
107
+ type: i0.Input
108
+ }], shadowChange: [{
109
+ type: i0.Output
110
110
  }] } });
111
111
 
112
- var PepShadowSettingsModule = /** @class */ (function () {
113
- function PepShadowSettingsModule() {
114
- }
115
- return PepShadowSettingsModule;
116
- }());
117
- PepShadowSettingsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepShadowSettingsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
118
- PepShadowSettingsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepShadowSettingsModule, declarations: [ShadowSettingsComponent], imports: [common.CommonModule,
119
- ngxLib.PepNgxLibModule,
120
- i2.PepCheckboxModule,
121
- i3.PepFieldTitleModule,
122
- i4.PepGroupButtonsModule,
123
- slider.PepSliderModule], exports: [ShadowSettingsComponent] });
124
- PepShadowSettingsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepShadowSettingsModule, imports: [[
125
- common.CommonModule,
126
- ngxLib.PepNgxLibModule,
127
- i2.PepCheckboxModule,
128
- i3.PepFieldTitleModule,
129
- i4.PepGroupButtonsModule,
130
- slider.PepSliderModule
131
- ]] });
132
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepShadowSettingsModule, decorators: [{
133
- type: i0.NgModule,
134
- args: [{
135
- declarations: [
136
- ShadowSettingsComponent
137
- ],
138
- imports: [
139
- common.CommonModule,
140
- ngxLib.PepNgxLibModule,
141
- i2.PepCheckboxModule,
142
- i3.PepFieldTitleModule,
143
- i4.PepGroupButtonsModule,
144
- slider.PepSliderModule
145
- ],
146
- exports: [ShadowSettingsComponent],
147
- }]
112
+ var PepShadowSettingsModule = /** @class */ (function () {
113
+ function PepShadowSettingsModule() {
114
+ }
115
+ return PepShadowSettingsModule;
116
+ }());
117
+ PepShadowSettingsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepShadowSettingsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
118
+ PepShadowSettingsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepShadowSettingsModule, declarations: [ShadowSettingsComponent], imports: [common.CommonModule,
119
+ ngxLib.PepNgxLibModule,
120
+ i2.PepCheckboxModule,
121
+ i3.PepFieldTitleModule,
122
+ i4.PepGroupButtonsModule,
123
+ slider.PepSliderModule], exports: [ShadowSettingsComponent] });
124
+ PepShadowSettingsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepShadowSettingsModule, imports: [[
125
+ common.CommonModule,
126
+ ngxLib.PepNgxLibModule,
127
+ i2.PepCheckboxModule,
128
+ i3.PepFieldTitleModule,
129
+ i4.PepGroupButtonsModule,
130
+ slider.PepSliderModule
131
+ ]] });
132
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: PepShadowSettingsModule, decorators: [{
133
+ type: i0.NgModule,
134
+ args: [{
135
+ declarations: [
136
+ ShadowSettingsComponent
137
+ ],
138
+ imports: [
139
+ common.CommonModule,
140
+ ngxLib.PepNgxLibModule,
141
+ i2.PepCheckboxModule,
142
+ i3.PepFieldTitleModule,
143
+ i4.PepGroupButtonsModule,
144
+ slider.PepSliderModule
145
+ ],
146
+ exports: [ShadowSettingsComponent],
147
+ }]
148
148
  }] });
149
149
 
150
- /*
151
- * Public API Surface of ngx-composite-lib/shadow-settings
150
+ /*
151
+ * Public API Surface of ngx-composite-lib/shadow-settings
152
152
  */
153
153
 
154
- /**
155
- * Generated bundle index. Do not edit.
154
+ /**
155
+ * Generated bundle index. Do not edit.
156
156
  */
157
157
 
158
158
  exports.PepShadowSettings = PepShadowSettings;