@pepperi-addons/ngx-lib 0.2.47 → 0.2.51-beta.0

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 (76) hide show
  1. package/bundles/pepperi-addons-ngx-lib-checkbox.umd.js.map +1 -1
  2. package/bundles/pepperi-addons-ngx-lib-dialog.umd.js +2 -2
  3. package/bundles/pepperi-addons-ngx-lib-dialog.umd.js.map +1 -1
  4. package/bundles/pepperi-addons-ngx-lib-form.umd.js +3403 -58
  5. package/bundles/pepperi-addons-ngx-lib-form.umd.js.map +1 -1
  6. package/bundles/pepperi-addons-ngx-lib-group-buttons.umd.js.map +1 -1
  7. package/bundles/pepperi-addons-ngx-lib-icon.umd.js +9 -2
  8. package/bundles/pepperi-addons-ngx-lib-icon.umd.js.map +1 -1
  9. package/bundles/pepperi-addons-ngx-lib-slider.umd.js.map +1 -1
  10. package/bundles/pepperi-addons-ngx-lib-textbox.umd.js.map +1 -1
  11. package/bundles/pepperi-addons-ngx-lib.umd.js +55 -39
  12. package/bundles/pepperi-addons-ngx-lib.umd.js.map +1 -1
  13. package/core/common/model/wapi.model.d.ts +1 -0
  14. package/core/customization/customization.model.d.ts +10 -0
  15. package/dialog/pepperi-addons-ngx-lib-dialog.metadata.json +1 -1
  16. package/esm2015/checkbox/checkbox.component.js +1 -1
  17. package/esm2015/core/clipboard/clipboard.service.js +3 -3
  18. package/esm2015/core/common/model/wapi.model.js +2 -1
  19. package/esm2015/core/common/services/addon.service.js +3 -3
  20. package/esm2015/core/common/services/color.service.js +3 -3
  21. package/esm2015/core/common/services/cookie.service.js +3 -3
  22. package/esm2015/core/common/services/data-convertor.service.js +3 -3
  23. package/esm2015/core/common/services/file.service.js +3 -3
  24. package/esm2015/core/common/services/jwt-helper.service.js +3 -3
  25. package/esm2015/core/common/services/session.service.js +3 -3
  26. package/esm2015/core/common/services/utilities.service.js +4 -4
  27. package/esm2015/core/common/services/validator.service.js +3 -3
  28. package/esm2015/core/common/services/window-scrolling.service.js +3 -3
  29. package/esm2015/core/customization/customization.model.js +13 -1
  30. package/esm2015/core/customization/customization.service.js +3 -3
  31. package/esm2015/core/http/services/http.service.js +3 -3
  32. package/esm2015/core/http/services/loader.service.js +3 -3
  33. package/esm2015/core/layout/layout.service.js +3 -3
  34. package/esm2015/core/portal/portal.service.js +3 -3
  35. package/esm2015/core/scroll-to/scroll-to.service.js +3 -3
  36. package/esm2015/dialog/dialog.service.js +3 -3
  37. package/esm2015/form/field-generator.component.js +13 -3
  38. package/esm2015/form/form.component.js +36 -16
  39. package/esm2015/form/form.module.js +5 -1
  40. package/esm2015/form/internal-carusel.component.js +187 -0
  41. package/esm2015/form/internal-carusel.service.js +32 -0
  42. package/esm2015/form/internal-carusel.temp-data.js +3129 -0
  43. package/esm2015/form/internal-page.component.js +3 -39
  44. package/esm2015/form/pepperi-addons-ngx-lib-form.js +3 -1
  45. package/esm2015/group-buttons/group-buttons.component.js +1 -1
  46. package/esm2015/icon/icon-generated-all.model.js +2 -1
  47. package/esm2015/icon/icon-generated.model.js +5 -1
  48. package/esm2015/icon/icon-registry.service.js +3 -3
  49. package/esm2015/icon/icon.module.js +3 -1
  50. package/esm2015/ngx-lib.module.js +4 -6
  51. package/esm2015/slider/slider.component.js +1 -1
  52. package/esm2015/textbox/textbox.component.js +1 -1
  53. package/fesm2015/pepperi-addons-ngx-lib-checkbox.js.map +1 -1
  54. package/fesm2015/pepperi-addons-ngx-lib-dialog.js +2 -2
  55. package/fesm2015/pepperi-addons-ngx-lib-dialog.js.map +1 -1
  56. package/fesm2015/pepperi-addons-ngx-lib-form.js +3392 -56
  57. package/fesm2015/pepperi-addons-ngx-lib-form.js.map +1 -1
  58. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.js.map +1 -1
  59. package/fesm2015/pepperi-addons-ngx-lib-icon.js +9 -3
  60. package/fesm2015/pepperi-addons-ngx-lib-icon.js.map +1 -1
  61. package/fesm2015/pepperi-addons-ngx-lib-slider.js.map +1 -1
  62. package/fesm2015/pepperi-addons-ngx-lib-textbox.js.map +1 -1
  63. package/fesm2015/pepperi-addons-ngx-lib.js +51 -40
  64. package/fesm2015/pepperi-addons-ngx-lib.js.map +1 -1
  65. package/form/field-generator.component.d.ts +5 -0
  66. package/form/form.component.d.ts +4 -2
  67. package/form/internal-carusel.component.d.ts +46 -0
  68. package/form/internal-carusel.service.d.ts +12 -0
  69. package/form/internal-carusel.temp-data.d.ts +62 -0
  70. package/form/pepperi-addons-ngx-lib-form.d.ts +2 -0
  71. package/form/pepperi-addons-ngx-lib-form.metadata.json +1 -1
  72. package/icon/icon-generated-all.model.d.ts +1 -0
  73. package/icon/icon-generated.model.d.ts +5 -1
  74. package/icon/pepperi-addons-ngx-lib-icon.metadata.json +1 -1
  75. package/package.json +1 -1
  76. package/pepperi-addons-ngx-lib.metadata.json +1 -1
@@ -8,12 +8,13 @@ import { MatGridListModule } from '@angular/material/grid-list';
8
8
  import { MatIconModule } from '@angular/material/icon';
9
9
  import { MatMenuModule } from '@angular/material/menu';
10
10
  import { SignaturePadModule } from 'ngx-signaturepad';
11
- import { DEFAULT_HORIZONTAL_ALIGNMENT, X_ALIGNMENT_TYPE, DEFAULT_VERTICAL_ALIGNMENT, Y_ALIGNMENT_TYPE, PepTextboxField, PepSelectField, PepInternalMenuField, FIELD_TYPE, PepQuantitySelectorField, PepSeparatorField, PepInternalButtonField, PepCheckboxField, PepDateField, PepRichHtmlTextareaField, PepTextareaField, PepImagesField, PepImageField, PepSignatureField, PepAttachmentField, PepInternalPageField, PepIndicatorsField, PepAddressField, PepCustomizationService, PepPlaceholderField, PepLayoutService, PepHttpService, PepNgxLibModule } from '@pepperi-addons/ngx-lib';
11
+ import { DEFAULT_HORIZONTAL_ALIGNMENT, X_ALIGNMENT_TYPE, DEFAULT_VERTICAL_ALIGNMENT, Y_ALIGNMENT_TYPE, PepTextboxField, PepSelectField, PepInternalMenuField, FIELD_TYPE, PepQuantitySelectorField, PepSeparatorField, PepInternalButtonField, PepCheckboxField, PepDateField, PepRichHtmlTextareaField, PepTextareaField, PepImagesField, PepImageField, PepSignatureField, PepAttachmentField, PepInternalCaruselField, PepInternalPageField, PepIndicatorsField, PepAddressField, PepCustomizationService, PepPlaceholderField, PepLayoutService, PepHttpService, PepScreenSizeType, PepNgxLibModule } from '@pepperi-addons/ngx-lib';
12
12
  import { pepIconSystemBin, pepIconSystemEdit, pepIconSystemMenu, pepIconNumberPlus, pepIconIndicatorDotPlaceholder, PepIconModule, PepIconRegistry } from '@pepperi-addons/ngx-lib/icon';
13
13
  import { PepDialogData, PepDialogService, PepDialogModule } from '@pepperi-addons/ngx-lib/dialog';
14
14
  import { PepAddressModule } from '@pepperi-addons/ngx-lib/address';
15
15
  import { PepAttachmentModule } from '@pepperi-addons/ngx-lib/attachment';
16
16
  import { PepButtonModule } from '@pepperi-addons/ngx-lib/button';
17
+ import { PepCarouselComponent, PepCarouselModule } from '@pepperi-addons/ngx-lib/carousel';
17
18
  import { PepCheckboxModule } from '@pepperi-addons/ngx-lib/checkbox';
18
19
  import { PepDateModule } from '@pepperi-addons/ngx-lib/date';
19
20
  import { PepImageModule } from '@pepperi-addons/ngx-lib/image';
@@ -362,6 +363,14 @@ class PepFormComponent {
362
363
  }
363
364
  break;
364
365
  }
366
+ case FIELD_TYPE.RelatedObjectsCards: {
367
+ options.rowSpan = controlField.Layout.Height;
368
+ // options.objectId = objectId;
369
+ // options.parentId = parentId;
370
+ // options.searchCode = searchCode;
371
+ customField = new PepInternalCaruselField(options);
372
+ break;
373
+ }
365
374
  case FIELD_TYPE.Link: {
366
375
  options.type = 'link';
367
376
  customField = new PepTextboxField(options);
@@ -828,8 +837,9 @@ class PepFormComponent {
828
837
  if (!isForUpdate) {
829
838
  const fields = [];
830
839
  for (const currentField of this.fields) {
831
- // Add all fields except 'internalPage' type (for children).
832
- if (currentField.controlType !== 'internalPage') {
840
+ // Add all fields except 'internalPage' && internalCarusel type (for children).
841
+ if (currentField.controlType !== 'internalPage' &&
842
+ currentField.controlType !== 'internalCarusel') {
833
843
  fields.push(currentField);
834
844
  }
835
845
  if (!currentField.readonly) {
@@ -841,7 +851,8 @@ class PepFormComponent {
841
851
  else {
842
852
  // Update form values if changed by calculated fields.
843
853
  for (const currentField of this.fields) {
844
- if (currentField.controlType !== 'internalPage') {
854
+ if (currentField.controlType !== 'internalPage' &&
855
+ currentField.controlType !== 'internalCarusel') {
845
856
  if (currentField.groupFields &&
846
857
  currentField.groupFields.length > 0) {
847
858
  // for (let j = 0; j < currentField.groupFields.length; j++) {
@@ -914,7 +925,7 @@ class PepFormComponent {
914
925
  for (const currentField of this.data.Fields) {
915
926
  const customField = this.fields.filter((f) => f.key === currentField.ApiName)[0];
916
927
  // Update all fields except 'internalPage' type (for children).
917
- if (customField && customField.controlType !== 'internalPage') {
928
+ if (customField && (customField.controlType !== 'internalPage' && customField.controlType !== 'internalCarusel')) {
918
929
  this.updateField(customField, currentField);
919
930
  // Update the group fields.
920
931
  if (customField.controlType === 'address' &&
@@ -1094,6 +1105,9 @@ class PepFormComponent {
1094
1105
  ? -1
1095
1106
  : 0);
1096
1107
  }
1108
+ onFormValidationChanged(formValidationChange) {
1109
+ this.formValidationChange.emit(formValidationChange);
1110
+ }
1097
1111
  onValueChanged(event) {
1098
1112
  this.onFormValidationChanged(this.form.valid);
1099
1113
  const formControl = this.getFormControlById(event.key);
@@ -1117,15 +1131,6 @@ class PepFormComponent {
1117
1131
  });
1118
1132
  }
1119
1133
  }
1120
- onChildClicked(childClick) {
1121
- this.childClick.emit(childClick);
1122
- }
1123
- onChildChanged(childChange) {
1124
- this.childChange.emit(childChange);
1125
- }
1126
- onFormValidationChanged(formValidationChange) {
1127
- this.formValidationChange.emit(formValidationChange);
1128
- }
1129
1134
  onClick(fieldClickEvent) {
1130
1135
  const clickedUiControlField = this.data.Fields.filter((f) => f.ApiName === fieldClickEvent.key)[0];
1131
1136
  const idType = this.data.Type ? this.data.Type.toString() : '';
@@ -1180,11 +1185,27 @@ class PepFormComponent {
1180
1185
  });
1181
1186
  }
1182
1187
  }
1188
+ // This event is for handle the internal page events.
1189
+ onChildClicked(childClick) {
1190
+ this.childClick.emit(childClick);
1191
+ }
1192
+ // This event is for handle the internal page events.
1193
+ onChildChanged(childChange) {
1194
+ this.childChange.emit(childChange);
1195
+ }
1196
+ // This event is for handle the related items change events.
1197
+ onFormValueChanged(event) {
1198
+ this.valueChange.emit(event);
1199
+ }
1200
+ // This event is for handle the related items change events.
1201
+ onFormFieldClick(event) {
1202
+ this.fieldClick.emit(event);
1203
+ }
1183
1204
  }
1184
1205
  PepFormComponent.decorators = [
1185
1206
  { type: Component, args: [{
1186
1207
  selector: 'pep-form',
1187
- template: "<fieldset *ngIf=\"form\" [formGroup]=\"form\" [disabled]=\"isLocked\" class=\"pep-form\"\n [ngStyle]=\"{ 'background-color': layoutType == 'card' && data?.BackgroundColor }\">\n <!-- New Form -->\n <mat-grid-list *ngIf=\"layoutType == 'form'\" [cols]=\"columns\" [rowHeight]=\"rowHeight + 'rem'\"\n [gutterSize]=\"formGutterSize\">\n <mat-grid-tile *ngFor=\"let field of fields\" [rowspan]=\"field.rowSpan\" [colspan]=\"field.colSpan\">\n <pep-field-generator *ngIf=\"field.controlType != 'placeholder'\" [form]=\"form\" [layoutType]=\"layoutType\"\n [checkForChanges]=\"checkForChanges\" [uid]=\"data?.UID\" [field]=\"field\" [showTitle]=\"showTitle\"\n (valueChange)=\"onValueChanged($event)\" (childClick)=\"onChildClicked($event)\"\n (childChange)=\"onChildChanged($event)\" (elementClick)=\"onClick($event)\"\n (formValidationChange)=\"onFormValidationChanged($event)\">\n </pep-field-generator>\n </mat-grid-tile>\n </mat-grid-list>\n\n <!-- Thumbnails -->\n <mat-grid-list *ngIf=\"layoutType == 'card'\" [cols]=\"columns\" [rowHeight]=\"rowHeight + 'rem'\"\n [gutterSize]=\"cardGutterSize\" class=\"card-spacing\">\n <mat-grid-tile *ngFor=\"let field of fields\" [rowspan]=\"field.rowSpan\" [colspan]=\"field.colSpan\"\n [ngStyle]=\"{ overflow: field.type == 'qs' ? 'unset' : 'hidden' }\">\n <pep-field-generator *ngIf=\"field.controlType != 'placeholder'\" [form]=\"form\" [layoutType]=\"layoutType\"\n [ngClass]=\"{ 'lock-events': lockEvents }\" [isActive]=\"isActive\" [checkForChanges]=\"checkForChanges\"\n [uid]=\"data?.UID\" [field]=\"field\" [showTitle]=\"showTitle\" (valueChange)=\"onValueChanged($event)\"\n (childClick)=\"onChildClicked($event)\" (childChange)=\"onChildChanged($event)\"\n (elementClick)=\"onClick($event)\">\n </pep-field-generator>\n </mat-grid-tile>\n </mat-grid-list>\n\n <ng-container *ngIf=\"layoutType == 'table'\">\n <ng-container *ngIf=\"isReport; then reportBlock; else notReportBlock\"></ng-container>\n <ng-template #reportBlock>\n <ng-container *ngTemplateOutlet=\"report\"></ng-container>\n </ng-template>\n <ng-template #notReportBlock>\n <div *ngFor=\"let field of fields; let j = index\" class=\"pull-left flip table-cell \"\n [ngClass]=\"['text-align-' + field.xAlignment]\" style=\"height: 100%\"\n [ngStyle]=\"{ width: (layout?.ControlFields)[j]?.calcColumnWidthString}\">\n <pep-field-generator *ngIf=\"field.controlType != 'placeholder'\" [checkForChanges]=\"checkForChanges\"\n [uid]=\"data?.UID\" [field]=\"field\" (valueChange)=\"onValueChanged($event)\"\n (elementClick)=\"onClick($event)\" [form]=\"form\" [layoutType]=\"layoutType\" [showTitle]=\"false\"\n [isActive]=\"isActive\">\n </pep-field-generator>\n </div>\n </ng-template>\n </ng-container>\n\n <!------- For testing ------------\n {{ form.value | json }}\n {{ form.valid }}\n ---------------------------------->\n</fieldset>\n\n<ng-template #report>\n <div *ngFor=\"let field of fields; let j = index\" class=\"pull-left flip pep-report-fields\"\n [ngStyle]=\"{ width: (layout?.ControlFields)[j]?.calcColumnWidthString }\"\n [ngClass]=\"['text-align-' + field.xAlignment]\">\n <ng-container [ngSwitch]=\"field.controlType\">\n <pep-image *ngSwitchCase=\"'image'\" [uid]=\"data?.UID\" [form]=\"form\" [key]=\"field.key\"\n [src]=\"field.formattedValue\" [srcLarge]=\"field.value\" [options]=\"field.options\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [layoutType]=\"layoutType\"\n (elementClick)=\"onClick($event)\">\n </pep-image>\n\n <pep-signature *ngSwitchCase=\"'signature'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\"\n [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [layoutType]=\"layoutType\">\n </pep-signature>\n\n <pep-checkbox *ngSwitchCase=\"'checkbox'\" [form]=\"form\" [key]=\"field.key\"\n [value]=\"(field.value | lowercase) == 'true' || field.value == '1' ? true : false\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\"\n [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [additionalValue]=\"field.additionalValue\" [layoutType]=\"layoutType\">\n </pep-checkbox>\n\n <pep-date *ngSwitchCase=\"'date'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [minValue]=\"field.minValue\" [maxValue]=\"field.maxValue\" [layoutType]=\"layoutType\">\n </pep-date>\n\n <pep-internal-button *ngSwitchCase=\"'button'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [layoutType]=\"layoutType\" (elementClick)=\"onClick($event)\">\n </pep-internal-button>\n\n <pep-textarea *ngSwitchCase=\"'textarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\"\n [readonly]=\"field.readonly\" [maxFieldCharacters]=\"field.maxFieldCharacters\"\n [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [layoutType]=\"layoutType\">\n </pep-textarea>\n\n <pep-quantity-selector *ngSwitchCase=\"'qs'\" [id]=\"field.key\" [form]=\"form\" [key]=\"field.key\"\n [value]=\"field.value\" [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [layoutType]=\"layoutType\" (valueChange)=\"onValueChanged($event)\" (elementClick)=\"onClick($event)\">\n </pep-quantity-selector>\n\n <ng-container *ngSwitchDefault>\n <ng-container *ngIf=\"field.formattedValue?.length > 0; then notEmptyBlock; else emptyBlock\">\n </ng-container>\n <ng-template #notEmptyBlock>\n <ng-container\n *ngIf=\"field.controlType === 'attachment' || field.type === 'link'; then linkBlock; else notLinkBlock\">\n </ng-container>\n <ng-template #linkBlock>\n <a [id]=\"field.key\" class=\"color-link body-sm pep-report-input readonly\"\n *ngIf=\"field.formattedValue != null\" title=\"{{ field.formattedValue }}\" target=\"_blank\"\n href=\"{{ field.value }}\">{{ field.formattedValue }}</a>\n </ng-template>\n <ng-template #notLinkBlock>\n <span [id]=\"field.key\" class=\"body-sm pep-report-input readonly\"\n title=\"{{ field.formattedValue }}\" [ngStyle]=\"{ color: field.textColor }\">{{\n field.formattedValue }}</span>\n </ng-template>\n </ng-template>\n <ng-template #emptyBlock>\n <span>&nbsp;</span>\n </ng-template>\n </ng-container>\n </ng-container>\n </div>\n</ng-template>",
1208
+ template: "<fieldset *ngIf=\"form\" [formGroup]=\"form\" [disabled]=\"isLocked\" class=\"pep-form\"\n [ngStyle]=\"{ 'background-color': layoutType == 'card' && data?.BackgroundColor }\">\n <!-- New Form -->\n <mat-grid-list *ngIf=\"layoutType == 'form'\" [cols]=\"columns\" [rowHeight]=\"rowHeight + 'rem'\"\n [gutterSize]=\"formGutterSize\">\n <mat-grid-tile *ngFor=\"let field of fields\" [rowspan]=\"field.rowSpan\" [colspan]=\"field.colSpan\">\n <pep-field-generator *ngIf=\"field.controlType != 'placeholder'\" [form]=\"form\" [layoutType]=\"layoutType\"\n [checkForChanges]=\"checkForChanges\" [uid]=\"data?.UID\" [field]=\"field\" [showTitle]=\"showTitle\"\n (valueChange)=\"onValueChanged($event)\" (elementClick)=\"onClick($event)\"\n (childClick)=\"onChildClicked($event)\" (childChange)=\"onChildChanged($event)\"\n (formValueChange)=\"onFormValueChanged($event)\" (formFieldClick)=\"onFormFieldClick($event)\"\n (formValidationChange)=\"onFormValidationChanged($event)\">\n </pep-field-generator>\n </mat-grid-tile>\n </mat-grid-list>\n\n <!-- Thumbnails -->\n <mat-grid-list *ngIf=\"layoutType == 'card'\" [cols]=\"columns\" [rowHeight]=\"rowHeight + 'rem'\"\n [gutterSize]=\"cardGutterSize\" class=\"card-spacing\">\n <mat-grid-tile *ngFor=\"let field of fields\" [rowspan]=\"field.rowSpan\" [colspan]=\"field.colSpan\"\n [ngStyle]=\"{ overflow: field.type == 'qs' ? 'unset' : 'hidden' }\">\n <pep-field-generator *ngIf=\"field.controlType != 'placeholder'\" [form]=\"form\" [layoutType]=\"layoutType\"\n [ngClass]=\"{ 'lock-events': lockEvents }\" [isActive]=\"isActive\" [checkForChanges]=\"checkForChanges\"\n [uid]=\"data?.UID\" [field]=\"field\" [showTitle]=\"showTitle\" (valueChange)=\"onValueChanged($event)\"\n (elementClick)=\"onClick($event)\" (childClick)=\"onChildClicked($event)\"\n (childChange)=\"onChildChanged($event)\" (formValueChange)=\"onFormValueChanged($event)\"\n (formFieldClick)=\"onFormFieldClick($event)\">\n </pep-field-generator>\n </mat-grid-tile>\n </mat-grid-list>\n\n <ng-container *ngIf=\"layoutType == 'table'\">\n <ng-container *ngIf=\"isReport; then reportBlock; else notReportBlock\"></ng-container>\n <ng-template #reportBlock>\n <ng-container *ngTemplateOutlet=\"report\"></ng-container>\n </ng-template>\n <ng-template #notReportBlock>\n <div *ngFor=\"let field of fields; let j = index\" class=\"pull-left flip table-cell \"\n [ngClass]=\"['text-align-' + field.xAlignment]\" style=\"height: 100%\"\n [ngStyle]=\"{ width: (layout?.ControlFields)[j]?.calcColumnWidthString}\">\n <pep-field-generator *ngIf=\"field.controlType != 'placeholder'\" [checkForChanges]=\"checkForChanges\"\n [uid]=\"data?.UID\" [field]=\"field\" [form]=\"form\" [layoutType]=\"layoutType\" [showTitle]=\"false\"\n (elementClick)=\"onClick($event)\" (valueChange)=\"onValueChanged($event)\"\n (formValueChange)=\"onFormValueChanged($event)\" (formFieldClick)=\"onFormFieldClick($event)\"\n [isActive]=\"isActive\">\n </pep-field-generator>\n </div>\n </ng-template>\n </ng-container>\n\n <!------- For testing ------------\n {{ form.value | json }}\n {{ form.valid }}\n ---------------------------------->\n</fieldset>\n\n<ng-template #report>\n <div *ngFor=\"let field of fields; let j = index\" class=\"pull-left flip pep-report-fields\"\n [ngStyle]=\"{ width: (layout?.ControlFields)[j]?.calcColumnWidthString }\"\n [ngClass]=\"['text-align-' + field.xAlignment]\">\n <ng-container [ngSwitch]=\"field.controlType\">\n <pep-image *ngSwitchCase=\"'image'\" [uid]=\"data?.UID\" [form]=\"form\" [key]=\"field.key\"\n [src]=\"field.formattedValue\" [srcLarge]=\"field.value\" [options]=\"field.options\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [layoutType]=\"layoutType\"\n (elementClick)=\"onClick($event)\">\n </pep-image>\n\n <pep-signature *ngSwitchCase=\"'signature'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\"\n [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [layoutType]=\"layoutType\">\n </pep-signature>\n\n <pep-checkbox *ngSwitchCase=\"'checkbox'\" [form]=\"form\" [key]=\"field.key\"\n [value]=\"(field.value | lowercase) == 'true' || field.value == '1' ? true : false\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\"\n [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [additionalValue]=\"field.additionalValue\" [layoutType]=\"layoutType\">\n </pep-checkbox>\n\n <pep-date *ngSwitchCase=\"'date'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [minValue]=\"field.minValue\" [maxValue]=\"field.maxValue\" [layoutType]=\"layoutType\">\n </pep-date>\n\n <pep-internal-button *ngSwitchCase=\"'button'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [layoutType]=\"layoutType\" (elementClick)=\"onClick($event)\">\n </pep-internal-button>\n\n <pep-textarea *ngSwitchCase=\"'textarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\"\n [readonly]=\"field.readonly\" [maxFieldCharacters]=\"field.maxFieldCharacters\"\n [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [layoutType]=\"layoutType\">\n </pep-textarea>\n\n <pep-quantity-selector *ngSwitchCase=\"'qs'\" [id]=\"field.key\" [form]=\"form\" [key]=\"field.key\"\n [value]=\"field.value\" [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [layoutType]=\"layoutType\" (valueChange)=\"onValueChanged($event)\" (elementClick)=\"onClick($event)\">\n </pep-quantity-selector>\n\n <ng-container *ngSwitchDefault>\n <ng-container *ngIf=\"field.formattedValue?.length > 0; then notEmptyBlock; else emptyBlock\">\n </ng-container>\n <ng-template #notEmptyBlock>\n <ng-container\n *ngIf=\"field.controlType === 'attachment' || field.type === 'link'; then linkBlock; else notLinkBlock\">\n </ng-container>\n <ng-template #linkBlock>\n <a [id]=\"field.key\" class=\"color-link body-sm pep-report-input readonly\"\n *ngIf=\"field.formattedValue != null\" title=\"{{ field.formattedValue }}\" target=\"_blank\"\n href=\"{{ field.value }}\">{{ field.formattedValue }}</a>\n </ng-template>\n <ng-template #notLinkBlock>\n <span [id]=\"field.key\" class=\"body-sm pep-report-input readonly\"\n title=\"{{ field.formattedValue }}\" [ngStyle]=\"{ color: field.textColor }\">{{\n field.formattedValue }}</span>\n </ng-template>\n </ng-template>\n <ng-template #emptyBlock>\n <span>&nbsp;</span>\n </ng-template>\n </ng-container>\n </ng-container>\n </div>\n</ng-template>",
1188
1209
  changeDetection: ChangeDetectionStrategy.OnPush,
1189
1210
  styles: [":host{display:grid}"]
1190
1211
  },] }
@@ -1230,6 +1251,8 @@ class PepFieldGeneratorComponent {
1230
1251
  this.formValidationChange = new EventEmitter();
1231
1252
  this.elementClick = new EventEmitter();
1232
1253
  this.childClick = new EventEmitter();
1254
+ this.formValueChange = new EventEmitter();
1255
+ this.formFieldClick = new EventEmitter();
1233
1256
  }
1234
1257
  get isValid() {
1235
1258
  if (this.field.readonly || this.field.disabled) {
@@ -1293,6 +1316,12 @@ class PepFieldGeneratorComponent {
1293
1316
  onChildClick(childClick) {
1294
1317
  this.childClick.emit(childClick);
1295
1318
  }
1319
+ onFormValueChanged(event) {
1320
+ this.formValueChange.emit(event);
1321
+ }
1322
+ onFormFieldClick(event) {
1323
+ this.formFieldClick.emit(event);
1324
+ }
1296
1325
  ngOnChanges(changes) {
1297
1326
  // debugger;
1298
1327
  // For testing.
@@ -1302,7 +1331,7 @@ class PepFieldGeneratorComponent {
1302
1331
  PepFieldGeneratorComponent.decorators = [
1303
1332
  { type: Component, args: [{
1304
1333
  selector: 'pep-field-generator',
1305
- template: "<ng-container [ngSwitch]=\"field.controlType\" [formGroup]=\"form\">\n\n <pep-address *ngSwitchCase=\"'address'\" [form]=\"form\" [key]=\"field.key\" [formattedValue]=\"field.formattedValue\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [groupFields]=\"field.groupFields\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (addressValueChange)=\"onAddressValueChanged($event, field)\">\n </pep-address>\n\n <pep-attachment *ngSwitchCase=\"'attachment'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [isActive]=\"isActive\" [showTitle]=\"showTitle\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (fileChange)=\"onFileChanged($event, field)\">\n </pep-attachment>\n\n <pep-checkbox *ngSwitchCase=\"'checkbox'\" [form]=\"form\" [key]=\"field.key\"\n [value]=\"(field.value | lowercase) == 'true' || field.value == '1' ? true : false\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [additionalValue]=\"field.additionalValue\"\n [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-checkbox>\n\n <pep-date *ngSwitchCase=\"'date'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [textColor]=\"field.textColor\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [minValue]=\"field.minValue\"\n [maxValue]=\"field.maxValue\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-date>\n\n <pep-images-filmstrip *ngSwitchCase=\"'images'\" [uid]=\"uid\" [form]=\"form\" [key]=\"field.key\" [label]=\"field.label\"\n [showTitle]=\"showTitle\" [rowSpan]=\"field.rowSpan\" [value]=\"field.value\" [layoutType]=\"layoutType\">\n </pep-images-filmstrip>\n\n <pep-image *ngSwitchCase=\"'image'\" [uid]=\"uid\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.formattedValue\"\n [srcLarge]=\"field.value\" [options]=\"field.options\" [label]=\"field.label\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [indicatorsField]=\"field.indicatorsField\" [menuField]=\"field.menuField\"\n [hasCampaignField]=\"field.hasCampaignField\" [sizeLimitMB]=\"field.sizeLimitMB\" [isActive]=\"isActive\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (fileChange)=\"onFileChanged($event, field)\">\n </pep-image>\n\n <pep-quantity-selector *ngSwitchCase=\"'qs'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [textColor]=\"field.textColor\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [allowDecimal]=\"field.allowDecimal\"\n [additionalValue]=\"field.additionalValue\" [notificationInfo]=\"field.notificationInfo\" [isActive]=\"isActive\"\n [layoutType]=\"layoutType\" [showTitle]=\"showTitle\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" (formValidationChange)=\"onFormValidationChanged($event)\"\n (elementClick)=\"onClick($event)\">\n </pep-quantity-selector>\n\n <pep-rich-html-textarea *ngSwitchCase=\"'richhtmltextarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-rich-html-textarea>\n\n <pep-select *ngSwitchCase=\"'select'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [options]=\"field.options\" [showTitle]=\"showTitle\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (valueChange)=\"onValueChanged($event, field)\"\n (formValidationChange)=\"onFormValidationChanged($event)\" [isActive]=\"isActive\">\n </pep-select>\n\n <pep-separator *ngSwitchCase=\"'separator'\" [form]=\"form\" [key]=\"field.key\" [label]=\"field.label\"\n [xAlignment]=\"field.xAlignment\" [layoutType]=\"layoutType\" [visible]=\"field.visible\">\n </pep-separator>\n\n <pep-signature *ngSwitchCase=\"'signature'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [isActive]=\"isActive\" [layoutType]=\"layoutType\"\n [visible]=\"field.visible\" (fileChange)=\"onFileChanged($event, field)\">\n </pep-signature>\n\n <pep-textarea *ngSwitchCase=\"'textarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-textarea>\n\n <pep-textbox *ngSwitchCase=\"'textbox'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [placeholder]=\"field.placeholder\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\"\n (valueChange)=\"onValueChanged($event, field)\" (formValidationChange)=\"onFormValidationChanged($event)\"\n [isActive]=\"isActive\" [visible]=\"field.visible\">\n </pep-textbox>\n\n <pep-indicators *ngSwitchCase=\"'indicators'\" [key]=\"field.key\" [value]=\"field.value\" [layoutType]=\"layoutType\">\n </pep-indicators>\n <pep-internal-button *ngSwitchCase=\"'button'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\"\n [referenceObjectInternalType]=\"field.referenceObjectInternalType\" [type]=\"field.type\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (valueChange)=\"onValueChanged($event, field)\">\n </pep-internal-button>\n <pep-internal-menu *ngSwitchCase=\"'menu'\" [key]=\"field.key\" [label]=\"field.label\" [disabled]=\"field.disabled\"\n [xAlignment]=\"field.xAlignment\" [options]=\"field.options\" [layoutType]=\"layoutType\"\n (elementClick)=\"onClick($event)\">\n </pep-internal-menu>\n <pep-internal-page *ngSwitchCase=\"'internalPage'\" [field]=\"field\" [layoutType]=\"layoutType\"\n (childClick)=\"onChildClick($event)\" (childChange)=\"onChildChanged($event)\">\n </pep-internal-page>\n\n <ng-container *ngSwitchCase=\"'placeholder'\">\n </ng-container>\n</ng-container>",
1334
+ template: "<ng-container [ngSwitch]=\"field.controlType\" [formGroup]=\"form\">\n\n <pep-address *ngSwitchCase=\"'address'\" [form]=\"form\" [key]=\"field.key\" [formattedValue]=\"field.formattedValue\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [groupFields]=\"field.groupFields\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (addressValueChange)=\"onAddressValueChanged($event, field)\">\n </pep-address>\n\n <pep-attachment *ngSwitchCase=\"'attachment'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [isActive]=\"isActive\" [showTitle]=\"showTitle\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (fileChange)=\"onFileChanged($event, field)\">\n </pep-attachment>\n\n <pep-checkbox *ngSwitchCase=\"'checkbox'\" [form]=\"form\" [key]=\"field.key\"\n [value]=\"(field.value | lowercase) == 'true' || field.value == '1' ? true : false\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [additionalValue]=\"field.additionalValue\"\n [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-checkbox>\n\n <pep-date *ngSwitchCase=\"'date'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [textColor]=\"field.textColor\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [minValue]=\"field.minValue\"\n [maxValue]=\"field.maxValue\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-date>\n\n <pep-images-filmstrip *ngSwitchCase=\"'images'\" [uid]=\"uid\" [form]=\"form\" [key]=\"field.key\" [label]=\"field.label\"\n [showTitle]=\"showTitle\" [rowSpan]=\"field.rowSpan\" [value]=\"field.value\" [layoutType]=\"layoutType\">\n </pep-images-filmstrip>\n\n <pep-image *ngSwitchCase=\"'image'\" [uid]=\"uid\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.formattedValue\"\n [srcLarge]=\"field.value\" [options]=\"field.options\" [label]=\"field.label\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [indicatorsField]=\"field.indicatorsField\" [menuField]=\"field.menuField\"\n [hasCampaignField]=\"field.hasCampaignField\" [sizeLimitMB]=\"field.sizeLimitMB\" [isActive]=\"isActive\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (fileChange)=\"onFileChanged($event, field)\">\n </pep-image>\n\n <pep-quantity-selector *ngSwitchCase=\"'qs'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [type]=\"field.type\" [mandatory]=\"field.mandatory\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [textColor]=\"field.textColor\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [allowDecimal]=\"field.allowDecimal\"\n [additionalValue]=\"field.additionalValue\" [notificationInfo]=\"field.notificationInfo\" [isActive]=\"isActive\"\n [layoutType]=\"layoutType\" [showTitle]=\"showTitle\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" (formValidationChange)=\"onFormValidationChanged($event)\"\n (elementClick)=\"onClick($event)\">\n </pep-quantity-selector>\n\n <pep-rich-html-textarea *ngSwitchCase=\"'richhtmltextarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [label]=\"field.label\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\"\n [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-rich-html-textarea>\n\n <pep-select *ngSwitchCase=\"'select'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\" [label]=\"field.label\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [options]=\"field.options\" [showTitle]=\"showTitle\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (valueChange)=\"onValueChanged($event, field)\"\n (formValidationChange)=\"onFormValidationChanged($event)\" [isActive]=\"isActive\">\n </pep-select>\n\n <pep-separator *ngSwitchCase=\"'separator'\" [form]=\"form\" [key]=\"field.key\" [label]=\"field.label\"\n [xAlignment]=\"field.xAlignment\" [layoutType]=\"layoutType\" [visible]=\"field.visible\">\n </pep-separator>\n\n <pep-signature *ngSwitchCase=\"'signature'\" [form]=\"form\" [key]=\"field.key\" [src]=\"field.value\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [xAlignment]=\"field.xAlignment\" [rowSpan]=\"field.rowSpan\" [isActive]=\"isActive\" [layoutType]=\"layoutType\"\n [visible]=\"field.visible\" (fileChange)=\"onFileChanged($event, field)\">\n </pep-signature>\n\n <pep-textarea *ngSwitchCase=\"'textarea'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\" [label]=\"field.label\"\n [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\" [visible]=\"field.visible\"\n (valueChange)=\"onValueChanged($event, field)\" [isActive]=\"isActive\">\n </pep-textarea>\n\n <pep-textbox *ngSwitchCase=\"'textbox'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\" [placeholder]=\"field.placeholder\"\n [type]=\"field.type\" [mandatory]=\"field.mandatory\" [disabled]=\"field.disabled\" [readonly]=\"field.readonly\"\n [maxFieldCharacters]=\"field.maxFieldCharacters\" [textColor]=\"field.textColor\" [xAlignment]=\"field.xAlignment\"\n [rowSpan]=\"field.rowSpan\" [showTitle]=\"showTitle\" [layoutType]=\"layoutType\"\n (valueChange)=\"onValueChanged($event, field)\" (formValidationChange)=\"onFormValidationChanged($event)\"\n [isActive]=\"isActive\" [visible]=\"field.visible\">\n </pep-textbox>\n\n <pep-indicators *ngSwitchCase=\"'indicators'\" [key]=\"field.key\" [value]=\"field.value\" [layoutType]=\"layoutType\">\n </pep-indicators>\n <pep-internal-button *ngSwitchCase=\"'button'\" [form]=\"form\" [key]=\"field.key\" [value]=\"field.value\"\n [formattedValue]=\"field.formattedValue\" [label]=\"field.label\"\n [referenceObjectInternalType]=\"field.referenceObjectInternalType\" [type]=\"field.type\"\n [disabled]=\"field.disabled\" [readonly]=\"field.readonly\" [xAlignment]=\"field.xAlignment\"\n [layoutType]=\"layoutType\" [visible]=\"field.visible\" (elementClick)=\"onClick($event)\"\n (valueChange)=\"onValueChanged($event, field)\">\n </pep-internal-button>\n <pep-internal-menu *ngSwitchCase=\"'menu'\" [key]=\"field.key\" [label]=\"field.label\" [disabled]=\"field.disabled\"\n [xAlignment]=\"field.xAlignment\" [options]=\"field.options\" [layoutType]=\"layoutType\"\n (elementClick)=\"onClick($event)\">\n </pep-internal-menu>\n <pep-internal-page *ngSwitchCase=\"'internalPage'\" [field]=\"field\" [layoutType]=\"layoutType\"\n (childClick)=\"onChildClick($event)\" (childChange)=\"onChildChanged($event)\">\n </pep-internal-page>\n\n <pep-internal-carusel *ngSwitchCase=\"'internalCarusel'\" [field]=\"field\"\n (formValueChange)=\"onFormValueChanged($event)\" (formFieldClick)=\"onFormFieldClick($event)\">\n </pep-internal-carusel>\n\n <ng-container *ngSwitchCase=\"'placeholder'\">\n </ng-container>\n</ng-container>",
1306
1335
  encapsulation: ViewEncapsulation.Emulated,
1307
1336
  changeDetection: ChangeDetectionStrategy.OnPush,
1308
1337
  styles: [":host{width:100%;height:100%}"]
@@ -1320,7 +1349,9 @@ PepFieldGeneratorComponent.propDecorators = {
1320
1349
  childChange: [{ type: Output }],
1321
1350
  formValidationChange: [{ type: Output }],
1322
1351
  elementClick: [{ type: Output }],
1323
- childClick: [{ type: Output }]
1352
+ childClick: [{ type: Output }],
1353
+ formValueChange: [{ type: Output }],
1354
+ formFieldClick: [{ type: Output }]
1324
1355
  };
1325
1356
 
1326
1357
  class PepIndicatorsComponent {
@@ -2212,18 +2243,6 @@ class PepInternalPageComponent {
2212
2243
  (_e = this.orgCont) === null || _e === void 0 ? void 0 : _e.insert(view);
2213
2244
  }
2214
2245
  setTimeout(() => {
2215
- // const buffer = [];
2216
- // if (this.childData.Rows) {
2217
- // // for (let i = 0; i < this.childData.Rows.length; i++) {
2218
- // for (const childDataRow of this.childData.Rows) {
2219
- // const osd = new ObjectSingleData(
2220
- // this.uiControl,
2221
- // childDataRow
2222
- // );
2223
- // osd.IsEditable = true;
2224
- // buffer.push(osd);
2225
- // }
2226
- // }
2227
2246
  const viewType = this.isTableView()
2228
2247
  ? 'table'
2229
2248
  : 'lines';
@@ -2264,17 +2283,12 @@ class PepInternalPageComponent {
2264
2283
  }));
2265
2284
  // * 16 convert rem to pixel
2266
2285
  const cardRowsHeight = this.customizationService.calculateCardRowsHeight(maxRow) * 16;
2267
- // maxRow * 24 + 60 - 24 for each row in card + 60 for the padding of each card.
2268
- // const rowSpanToAdd = Math.floor(childrenCount * ((cardRowsHeight + 56) / formRowHeight) + rowsToAdd);
2269
- // + 16 is the 1rem margin outside card.
2270
- const rowSpanToAdd = (childrenCount * (cardRowsHeight + 16)) /
2271
- formRowHeight +
2286
+ const rowSpanToAdd = (childrenCount * (cardRowsHeight + 16)); // + 16 is the 1rem margin outside card.
2287
+ formRowHeight +
2272
2288
  rowsToAdd;
2273
2289
  this.field.rowSpan = rowSpanToAdd;
2274
2290
  }
2275
2291
  else {
2276
- // const tableRowsHeight = this.customizationService.calculateTableRowsHeight(childrenCount) * 16;
2277
- // this.field.rowSpan = Math.ceil((tableRowsHeight + (rowsToAdd * 40)) / formRowHeight);
2278
2292
  // * 16 convert rem to pixel
2279
2293
  const rowsToAddHeight = this.customizationService.calculateTableRowsHeight(rowsToAdd, false) * 16;
2280
2294
  const tableRowsHeight = this.customizationService.calculateTableRowsHeight(childrenCount) * 16;
@@ -2306,13 +2320,6 @@ class PepInternalPageComponent {
2306
2320
  isTableView() {
2307
2321
  return this.isMatrixView() || this.isFlatMatrixView();
2308
2322
  }
2309
- // private getItemClass(): string {
2310
- // let res = '';
2311
- // if (!this.isTableView()) {
2312
- // res = 'line-view';
2313
- // }
2314
- // return res;
2315
- // }
2316
2323
  changeChildrenViewType(viewTypeKey) {
2317
2324
  this.rows = [];
2318
2325
  this.uiControl = null;
@@ -2322,9 +2329,6 @@ class PepInternalPageComponent {
2322
2329
  break;
2323
2330
  }
2324
2331
  }
2325
- // check if view type changed
2326
- // if (this.currentViewType.Key != viewTypeKey) {
2327
- // window.scroll(0, 0); //or document.body.scrollTop = 0; or document.querySelector('body').scrollTo(0,0)
2328
2332
  this.currentViewTypeTitle = this.currentViewType.Value;
2329
2333
  this.internalPageService.changeChildrenViewType(this.currentViewType.Key, (res) => {
2330
2334
  if (res.Rows) {
@@ -2351,9 +2355,6 @@ class PepInternalPageComponent {
2351
2355
  showMatrixDialog() {
2352
2356
  const config = this.dialogService.getDialogConfig({
2353
2357
  disableClose: false,
2354
- // minWidth: '50vw',
2355
- // maxWidth: '90vw',
2356
- // maxHeight: '90vh',
2357
2358
  }, 'large');
2358
2359
  const dialogRef = this.dialogService.openDialog(this.matrixDialogTemplate, {}, config);
2359
2360
  dialogRef.afterOpened().subscribe(() => {
@@ -2399,12 +2400,6 @@ class PepInternalPageComponent {
2399
2400
  }
2400
2401
  }
2401
2402
  ngOnDestroy() {
2402
- // if (this.childChange) {
2403
- // this.childChange.unsubscribe();
2404
- // }
2405
- // if (this.childClick) {
2406
- // this.childClick.unsubscribe();
2407
- // }
2408
2403
  if (this.resize) {
2409
2404
  this.resize.unsubscribe();
2410
2405
  }
@@ -2541,10 +2536,3350 @@ PepInternalPageComponent.propDecorators = {
2541
2536
  customList: [{ type: ViewChild, args: [PepInternalListComponent,] }]
2542
2537
  };
2543
2538
 
2539
+ class PepInternalCaruselService {
2540
+ constructor(httpService) {
2541
+ this.httpService = httpService;
2542
+ this.parentId = '0';
2543
+ this.additionalApiName = '';
2544
+ this.transactionUrl = 'Service1.svc/v1/OrderCenter/Transaction/';
2545
+ }
2546
+ initCarusel(objectId, searchCode, callbackFunc) {
2547
+ if (!objectId) {
2548
+ return;
2549
+ }
2550
+ this.objectId = objectId;
2551
+ this.searchCode = searchCode;
2552
+ this.httpService
2553
+ .getWapiApiCall(`${this.transactionUrl}${this.objectId}/CaruselItems`)
2554
+ .subscribe((res) => {
2555
+ callbackFunc(res);
2556
+ }
2557
+ // (error) => {},
2558
+ // () => {}
2559
+ );
2560
+ }
2561
+ }
2562
+ PepInternalCaruselService.decorators = [
2563
+ { type: Injectable }
2564
+ ];
2565
+ PepInternalCaruselService.ctorParameters = () => [
2566
+ { type: PepHttpService }
2567
+ ];
2568
+
2569
+ const TempRelatedItems = {
2570
+ "Rows": [
2571
+ {
2572
+ "AdditionalData": null,
2573
+ "BackgroundColor": "",
2574
+ "Fields": [
2575
+ {
2576
+ "Accessory": "",
2577
+ "AdditionalValue": "",
2578
+ "ApiName": "ItemTSAType",
2579
+ "BackgroundColor": "",
2580
+ "Enabled": false,
2581
+ "EventsData": null,
2582
+ "FieldType": 1,
2583
+ "FormattedValue": "Accessories",
2584
+ "GroupFields": null,
2585
+ "Highlighted": false,
2586
+ "NotificationInfo": "",
2587
+ "OptionalValues": [],
2588
+ "ReferenceObjectInternalType": "",
2589
+ "ReferenceObjectSubType": "",
2590
+ "ReferenceObjectType": 2129893312,
2591
+ "TextColor": "",
2592
+ "UiPageKey": "",
2593
+ "Value": "Accessories",
2594
+ "Visible": true
2595
+ },
2596
+ {
2597
+ "Accessory": "",
2598
+ "AdditionalValue": "",
2599
+ "ApiName": "ObjectMenu",
2600
+ "BackgroundColor": "",
2601
+ "Enabled": true,
2602
+ "EventsData": null,
2603
+ "FieldType": 17,
2604
+ "FormattedValue": "",
2605
+ "GroupFields": null,
2606
+ "Highlighted": false,
2607
+ "NotificationInfo": "",
2608
+ "OptionalValues": [],
2609
+ "ReferenceObjectInternalType": "",
2610
+ "ReferenceObjectSubType": "",
2611
+ "ReferenceObjectType": 0,
2612
+ "TextColor": "",
2613
+ "UiPageKey": "",
2614
+ "Value": "",
2615
+ "Visible": true
2616
+ },
2617
+ {
2618
+ "Accessory": "",
2619
+ "AdditionalValue": "",
2620
+ "ApiName": "TSARelteadItems",
2621
+ "BackgroundColor": "",
2622
+ "Enabled": true,
2623
+ "EventsData": null,
2624
+ "FieldType": 1,
2625
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
2626
+ "GroupFields": null,
2627
+ "Highlighted": false,
2628
+ "NotificationInfo": "",
2629
+ "OptionalValues": [],
2630
+ "ReferenceObjectInternalType": "",
2631
+ "ReferenceObjectSubType": "",
2632
+ "ReferenceObjectType": 0,
2633
+ "TextColor": "",
2634
+ "UiPageKey": "",
2635
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
2636
+ "Visible": true
2637
+ },
2638
+ {
2639
+ "Accessory": "",
2640
+ "AdditionalValue": "",
2641
+ "ApiName": "Image",
2642
+ "BackgroundColor": "",
2643
+ "Enabled": false,
2644
+ "EventsData": null,
2645
+ "FieldType": 27,
2646
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/6/65147316_1.jpg?ft=1",
2647
+ "GroupFields": null,
2648
+ "Highlighted": false,
2649
+ "NotificationInfo": "",
2650
+ "OptionalValues": [],
2651
+ "ReferenceObjectInternalType": "",
2652
+ "ReferenceObjectSubType": "",
2653
+ "ReferenceObjectType": -1,
2654
+ "TextColor": "",
2655
+ "UiPageKey": "",
2656
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/6/65147316_1.jpg?ft=1",
2657
+ "Visible": true
2658
+ },
2659
+ {
2660
+ "Accessory": "",
2661
+ "AdditionalValue": "",
2662
+ "ApiName": "ItemName",
2663
+ "BackgroundColor": "",
2664
+ "Enabled": false,
2665
+ "EventsData": null,
2666
+ "FieldType": 1,
2667
+ "FormattedValue": "Wool Hat",
2668
+ "GroupFields": null,
2669
+ "Highlighted": false,
2670
+ "NotificationInfo": "",
2671
+ "OptionalValues": [],
2672
+ "ReferenceObjectInternalType": "",
2673
+ "ReferenceObjectSubType": "",
2674
+ "ReferenceObjectType": 2129890288,
2675
+ "TextColor": "",
2676
+ "UiPageKey": "",
2677
+ "Value": "Wool Hat",
2678
+ "Visible": true
2679
+ },
2680
+ {
2681
+ "Accessory": "",
2682
+ "AdditionalValue": "",
2683
+ "ApiName": "ItemExternalID",
2684
+ "BackgroundColor": "",
2685
+ "Enabled": false,
2686
+ "EventsData": null,
2687
+ "FieldType": 1,
2688
+ "FormattedValue": "HT3002",
2689
+ "GroupFields": null,
2690
+ "Highlighted": false,
2691
+ "NotificationInfo": "",
2692
+ "OptionalValues": [],
2693
+ "ReferenceObjectInternalType": "",
2694
+ "ReferenceObjectSubType": "",
2695
+ "ReferenceObjectType": 0,
2696
+ "TextColor": "",
2697
+ "UiPageKey": "",
2698
+ "Value": "HT3002",
2699
+ "Visible": true
2700
+ },
2701
+ {
2702
+ "Accessory": "$",
2703
+ "AdditionalValue": "",
2704
+ "ApiName": "ItemPrice",
2705
+ "BackgroundColor": "",
2706
+ "Enabled": false,
2707
+ "EventsData": null,
2708
+ "FieldType": 9,
2709
+ "FormattedValue": "$23.00",
2710
+ "GroupFields": null,
2711
+ "Highlighted": false,
2712
+ "NotificationInfo": "",
2713
+ "OptionalValues": [],
2714
+ "ReferenceObjectInternalType": "",
2715
+ "ReferenceObjectSubType": "",
2716
+ "ReferenceObjectType": 2129896912,
2717
+ "TextColor": "",
2718
+ "UiPageKey": "",
2719
+ "Value": "23.0000",
2720
+ "Visible": true
2721
+ },
2722
+ {
2723
+ "Accessory": "",
2724
+ "AdditionalValue": "",
2725
+ "ApiName": "UnitsQuantity",
2726
+ "BackgroundColor": "",
2727
+ "Enabled": true,
2728
+ "EventsData": null,
2729
+ "FieldType": 28,
2730
+ "FormattedValue": "0",
2731
+ "GroupFields": null,
2732
+ "Highlighted": false,
2733
+ "NotificationInfo": "",
2734
+ "OptionalValues": [],
2735
+ "ReferenceObjectInternalType": "",
2736
+ "ReferenceObjectSubType": "",
2737
+ "ReferenceObjectType": 0,
2738
+ "TextColor": "",
2739
+ "UiPageKey": "",
2740
+ "Value": "0.0000",
2741
+ "Visible": true
2742
+ },
2743
+ {
2744
+ "Accessory": "",
2745
+ "AdditionalValue": "",
2746
+ "ApiName": "ItemTSASeason",
2747
+ "BackgroundColor": "",
2748
+ "Enabled": false,
2749
+ "EventsData": null,
2750
+ "FieldType": 1,
2751
+ "FormattedValue": "Fall",
2752
+ "GroupFields": null,
2753
+ "Highlighted": false,
2754
+ "NotificationInfo": "",
2755
+ "OptionalValues": [],
2756
+ "ReferenceObjectInternalType": "",
2757
+ "ReferenceObjectSubType": "",
2758
+ "ReferenceObjectType": 0,
2759
+ "TextColor": "",
2760
+ "UiPageKey": "",
2761
+ "Value": "Fall",
2762
+ "Visible": true
2763
+ },
2764
+ {
2765
+ "Accessory": "",
2766
+ "AdditionalValue": "",
2767
+ "ApiName": "ItemTSAPackaging",
2768
+ "BackgroundColor": "",
2769
+ "Enabled": false,
2770
+ "EventsData": null,
2771
+ "FieldType": 1,
2772
+ "FormattedValue": "B",
2773
+ "GroupFields": null,
2774
+ "Highlighted": false,
2775
+ "NotificationInfo": "",
2776
+ "OptionalValues": [],
2777
+ "ReferenceObjectInternalType": "",
2778
+ "ReferenceObjectSubType": "",
2779
+ "ReferenceObjectType": -1218391789,
2780
+ "TextColor": "",
2781
+ "UiPageKey": "",
2782
+ "Value": "B",
2783
+ "Visible": true
2784
+ }
2785
+ ],
2786
+ "IsEditable": false,
2787
+ "IsSelectableForActions": false,
2788
+ "MainAction": null,
2789
+ "Profile": null,
2790
+ "Type": 0,
2791
+ "UID": "56d8015b-705c-4a1d-9db9-8926fad4bc48"
2792
+ },
2793
+ {
2794
+ "AdditionalData": null,
2795
+ "BackgroundColor": "",
2796
+ "Fields": [
2797
+ {
2798
+ "Accessory": "",
2799
+ "AdditionalValue": "",
2800
+ "ApiName": "ItemTSAType",
2801
+ "BackgroundColor": "",
2802
+ "Enabled": false,
2803
+ "EventsData": null,
2804
+ "FieldType": 1,
2805
+ "FormattedValue": "Accessories",
2806
+ "GroupFields": null,
2807
+ "Highlighted": false,
2808
+ "NotificationInfo": "",
2809
+ "OptionalValues": [],
2810
+ "ReferenceObjectInternalType": "",
2811
+ "ReferenceObjectSubType": "",
2812
+ "ReferenceObjectType": -1,
2813
+ "TextColor": "",
2814
+ "UiPageKey": "",
2815
+ "Value": "Accessories",
2816
+ "Visible": true
2817
+ },
2818
+ {
2819
+ "Accessory": "",
2820
+ "AdditionalValue": "",
2821
+ "ApiName": "ObjectMenu",
2822
+ "BackgroundColor": "",
2823
+ "Enabled": true,
2824
+ "EventsData": null,
2825
+ "FieldType": 17,
2826
+ "FormattedValue": "",
2827
+ "GroupFields": null,
2828
+ "Highlighted": false,
2829
+ "NotificationInfo": "",
2830
+ "OptionalValues": [],
2831
+ "ReferenceObjectInternalType": "",
2832
+ "ReferenceObjectSubType": "",
2833
+ "ReferenceObjectType": 0,
2834
+ "TextColor": "",
2835
+ "UiPageKey": "",
2836
+ "Value": "",
2837
+ "Visible": true
2838
+ },
2839
+ {
2840
+ "Accessory": "",
2841
+ "AdditionalValue": "",
2842
+ "ApiName": "TSARelteadItems",
2843
+ "BackgroundColor": "",
2844
+ "Enabled": true,
2845
+ "EventsData": null,
2846
+ "FieldType": 1,
2847
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
2848
+ "GroupFields": null,
2849
+ "Highlighted": false,
2850
+ "NotificationInfo": "",
2851
+ "OptionalValues": [],
2852
+ "ReferenceObjectInternalType": "",
2853
+ "ReferenceObjectSubType": "",
2854
+ "ReferenceObjectType": 0,
2855
+ "TextColor": "",
2856
+ "UiPageKey": "",
2857
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
2858
+ "Visible": true
2859
+ },
2860
+ {
2861
+ "Accessory": "",
2862
+ "AdditionalValue": "",
2863
+ "ApiName": "Image",
2864
+ "BackgroundColor": "",
2865
+ "Enabled": false,
2866
+ "EventsData": null,
2867
+ "FieldType": 27,
2868
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/7/65147317_1.jpg?ft=1",
2869
+ "GroupFields": null,
2870
+ "Highlighted": false,
2871
+ "NotificationInfo": "",
2872
+ "OptionalValues": [],
2873
+ "ReferenceObjectInternalType": "",
2874
+ "ReferenceObjectSubType": "",
2875
+ "ReferenceObjectType": -1,
2876
+ "TextColor": "",
2877
+ "UiPageKey": "",
2878
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/7/65147317_1.jpg?ft=1",
2879
+ "Visible": true
2880
+ },
2881
+ {
2882
+ "Accessory": "",
2883
+ "AdditionalValue": "",
2884
+ "ApiName": "ItemName",
2885
+ "BackgroundColor": "",
2886
+ "Enabled": false,
2887
+ "EventsData": null,
2888
+ "FieldType": 1,
2889
+ "FormattedValue": "Elegant Hat",
2890
+ "GroupFields": null,
2891
+ "Highlighted": false,
2892
+ "NotificationInfo": "",
2893
+ "OptionalValues": [],
2894
+ "ReferenceObjectInternalType": "",
2895
+ "ReferenceObjectSubType": "",
2896
+ "ReferenceObjectType": -1272524079,
2897
+ "TextColor": "",
2898
+ "UiPageKey": "",
2899
+ "Value": "Elegant Hat",
2900
+ "Visible": true
2901
+ },
2902
+ {
2903
+ "Accessory": "",
2904
+ "AdditionalValue": "",
2905
+ "ApiName": "ItemExternalID",
2906
+ "BackgroundColor": "",
2907
+ "Enabled": false,
2908
+ "EventsData": null,
2909
+ "FieldType": 1,
2910
+ "FormattedValue": "HT3003",
2911
+ "GroupFields": null,
2912
+ "Highlighted": false,
2913
+ "NotificationInfo": "",
2914
+ "OptionalValues": [],
2915
+ "ReferenceObjectInternalType": "",
2916
+ "ReferenceObjectSubType": "",
2917
+ "ReferenceObjectType": 2129893168,
2918
+ "TextColor": "",
2919
+ "UiPageKey": "",
2920
+ "Value": "HT3003",
2921
+ "Visible": true
2922
+ },
2923
+ {
2924
+ "Accessory": "$",
2925
+ "AdditionalValue": "",
2926
+ "ApiName": "ItemPrice",
2927
+ "BackgroundColor": "",
2928
+ "Enabled": false,
2929
+ "EventsData": null,
2930
+ "FieldType": 9,
2931
+ "FormattedValue": "$24.00",
2932
+ "GroupFields": null,
2933
+ "Highlighted": false,
2934
+ "NotificationInfo": "",
2935
+ "OptionalValues": [],
2936
+ "ReferenceObjectInternalType": "",
2937
+ "ReferenceObjectSubType": "",
2938
+ "ReferenceObjectType": -1230843819,
2939
+ "TextColor": "",
2940
+ "UiPageKey": "",
2941
+ "Value": "24.0000",
2942
+ "Visible": true
2943
+ },
2944
+ {
2945
+ "Accessory": "",
2946
+ "AdditionalValue": "",
2947
+ "ApiName": "UnitsQuantity",
2948
+ "BackgroundColor": "",
2949
+ "Enabled": true,
2950
+ "EventsData": null,
2951
+ "FieldType": 28,
2952
+ "FormattedValue": "0",
2953
+ "GroupFields": null,
2954
+ "Highlighted": false,
2955
+ "NotificationInfo": "",
2956
+ "OptionalValues": [],
2957
+ "ReferenceObjectInternalType": "",
2958
+ "ReferenceObjectSubType": "",
2959
+ "ReferenceObjectType": -1,
2960
+ "TextColor": "",
2961
+ "UiPageKey": "",
2962
+ "Value": "0.0000",
2963
+ "Visible": true
2964
+ },
2965
+ {
2966
+ "Accessory": "",
2967
+ "AdditionalValue": "",
2968
+ "ApiName": "ItemTSASeason",
2969
+ "BackgroundColor": "",
2970
+ "Enabled": false,
2971
+ "EventsData": null,
2972
+ "FieldType": 1,
2973
+ "FormattedValue": "Fall",
2974
+ "GroupFields": null,
2975
+ "Highlighted": false,
2976
+ "NotificationInfo": "",
2977
+ "OptionalValues": [],
2978
+ "ReferenceObjectInternalType": "",
2979
+ "ReferenceObjectSubType": "",
2980
+ "ReferenceObjectType": -1,
2981
+ "TextColor": "",
2982
+ "UiPageKey": "",
2983
+ "Value": "Fall",
2984
+ "Visible": true
2985
+ },
2986
+ {
2987
+ "Accessory": "",
2988
+ "AdditionalValue": "",
2989
+ "ApiName": "ItemTSAPackaging",
2990
+ "BackgroundColor": "",
2991
+ "Enabled": false,
2992
+ "EventsData": null,
2993
+ "FieldType": 1,
2994
+ "FormattedValue": "C",
2995
+ "GroupFields": null,
2996
+ "Highlighted": false,
2997
+ "NotificationInfo": "",
2998
+ "OptionalValues": [],
2999
+ "ReferenceObjectInternalType": "",
3000
+ "ReferenceObjectSubType": "",
3001
+ "ReferenceObjectType": 0,
3002
+ "TextColor": "",
3003
+ "UiPageKey": "",
3004
+ "Value": "C",
3005
+ "Visible": true
3006
+ }
3007
+ ],
3008
+ "IsEditable": false,
3009
+ "IsSelectableForActions": false,
3010
+ "MainAction": null,
3011
+ "Profile": null,
3012
+ "Type": 0,
3013
+ "UID": "32fca2a8-9882-44e3-a9e2-fb98d4282529"
3014
+ },
3015
+ {
3016
+ "AdditionalData": null,
3017
+ "BackgroundColor": "",
3018
+ "Fields": [
3019
+ {
3020
+ "Accessory": "",
3021
+ "AdditionalValue": "",
3022
+ "ApiName": "ItemTSAType",
3023
+ "BackgroundColor": "",
3024
+ "Enabled": false,
3025
+ "EventsData": null,
3026
+ "FieldType": 1,
3027
+ "FormattedValue": "Accessories",
3028
+ "GroupFields": null,
3029
+ "Highlighted": false,
3030
+ "NotificationInfo": "",
3031
+ "OptionalValues": [],
3032
+ "ReferenceObjectInternalType": "",
3033
+ "ReferenceObjectSubType": "",
3034
+ "ReferenceObjectType": 14,
3035
+ "TextColor": "",
3036
+ "UiPageKey": "",
3037
+ "Value": "Accessories",
3038
+ "Visible": true
3039
+ },
3040
+ {
3041
+ "Accessory": "",
3042
+ "AdditionalValue": "",
3043
+ "ApiName": "ObjectMenu",
3044
+ "BackgroundColor": "",
3045
+ "Enabled": true,
3046
+ "EventsData": null,
3047
+ "FieldType": 17,
3048
+ "FormattedValue": "",
3049
+ "GroupFields": null,
3050
+ "Highlighted": false,
3051
+ "NotificationInfo": "",
3052
+ "OptionalValues": [],
3053
+ "ReferenceObjectInternalType": "",
3054
+ "ReferenceObjectSubType": "",
3055
+ "ReferenceObjectType": 2129897584,
3056
+ "TextColor": "",
3057
+ "UiPageKey": "",
3058
+ "Value": "",
3059
+ "Visible": true
3060
+ },
3061
+ {
3062
+ "Accessory": "",
3063
+ "AdditionalValue": "",
3064
+ "ApiName": "TSARelteadItems",
3065
+ "BackgroundColor": "",
3066
+ "Enabled": true,
3067
+ "EventsData": null,
3068
+ "FieldType": 1,
3069
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3070
+ "GroupFields": null,
3071
+ "Highlighted": false,
3072
+ "NotificationInfo": "",
3073
+ "OptionalValues": [],
3074
+ "ReferenceObjectInternalType": "",
3075
+ "ReferenceObjectSubType": "",
3076
+ "ReferenceObjectType": 0,
3077
+ "TextColor": "",
3078
+ "UiPageKey": "",
3079
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3080
+ "Visible": true
3081
+ },
3082
+ {
3083
+ "Accessory": "",
3084
+ "AdditionalValue": "",
3085
+ "ApiName": "Image",
3086
+ "BackgroundColor": "",
3087
+ "Enabled": false,
3088
+ "EventsData": null,
3089
+ "FieldType": 27,
3090
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/8/65147318_1.jpg?ft=1",
3091
+ "GroupFields": null,
3092
+ "Highlighted": false,
3093
+ "NotificationInfo": "",
3094
+ "OptionalValues": [],
3095
+ "ReferenceObjectInternalType": "",
3096
+ "ReferenceObjectSubType": "",
3097
+ "ReferenceObjectType": -1252338867,
3098
+ "TextColor": "",
3099
+ "UiPageKey": "",
3100
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/8/65147318_1.jpg?ft=1",
3101
+ "Visible": true
3102
+ },
3103
+ {
3104
+ "Accessory": "",
3105
+ "AdditionalValue": "",
3106
+ "ApiName": "ItemName",
3107
+ "BackgroundColor": "",
3108
+ "Enabled": false,
3109
+ "EventsData": null,
3110
+ "FieldType": 1,
3111
+ "FormattedValue": "Elegant Hat",
3112
+ "GroupFields": null,
3113
+ "Highlighted": false,
3114
+ "NotificationInfo": "",
3115
+ "OptionalValues": [],
3116
+ "ReferenceObjectInternalType": "",
3117
+ "ReferenceObjectSubType": "",
3118
+ "ReferenceObjectType": 2,
3119
+ "TextColor": "",
3120
+ "UiPageKey": "",
3121
+ "Value": "Elegant Hat",
3122
+ "Visible": true
3123
+ },
3124
+ {
3125
+ "Accessory": "",
3126
+ "AdditionalValue": "",
3127
+ "ApiName": "ItemExternalID",
3128
+ "BackgroundColor": "",
3129
+ "Enabled": false,
3130
+ "EventsData": null,
3131
+ "FieldType": 1,
3132
+ "FormattedValue": "HT3004",
3133
+ "GroupFields": null,
3134
+ "Highlighted": false,
3135
+ "NotificationInfo": "",
3136
+ "OptionalValues": [],
3137
+ "ReferenceObjectInternalType": "",
3138
+ "ReferenceObjectSubType": "",
3139
+ "ReferenceObjectType": 2125052912,
3140
+ "TextColor": "",
3141
+ "UiPageKey": "",
3142
+ "Value": "HT3004",
3143
+ "Visible": true
3144
+ },
3145
+ {
3146
+ "Accessory": "$",
3147
+ "AdditionalValue": "",
3148
+ "ApiName": "ItemPrice",
3149
+ "BackgroundColor": "",
3150
+ "Enabled": false,
3151
+ "EventsData": null,
3152
+ "FieldType": 9,
3153
+ "FormattedValue": "$21.00",
3154
+ "GroupFields": null,
3155
+ "Highlighted": false,
3156
+ "NotificationInfo": "",
3157
+ "OptionalValues": [],
3158
+ "ReferenceObjectInternalType": "",
3159
+ "ReferenceObjectSubType": "",
3160
+ "ReferenceObjectType": 0,
3161
+ "TextColor": "",
3162
+ "UiPageKey": "",
3163
+ "Value": "21.0000",
3164
+ "Visible": true
3165
+ },
3166
+ {
3167
+ "Accessory": "",
3168
+ "AdditionalValue": "",
3169
+ "ApiName": "UnitsQuantity",
3170
+ "BackgroundColor": "",
3171
+ "Enabled": true,
3172
+ "EventsData": null,
3173
+ "FieldType": 28,
3174
+ "FormattedValue": "0",
3175
+ "GroupFields": null,
3176
+ "Highlighted": false,
3177
+ "NotificationInfo": "",
3178
+ "OptionalValues": [],
3179
+ "ReferenceObjectInternalType": "",
3180
+ "ReferenceObjectSubType": "",
3181
+ "ReferenceObjectType": 8,
3182
+ "TextColor": "",
3183
+ "UiPageKey": "",
3184
+ "Value": "0.0000",
3185
+ "Visible": true
3186
+ },
3187
+ {
3188
+ "Accessory": "",
3189
+ "AdditionalValue": "",
3190
+ "ApiName": "ItemTSASeason",
3191
+ "BackgroundColor": "",
3192
+ "Enabled": false,
3193
+ "EventsData": null,
3194
+ "FieldType": 1,
3195
+ "FormattedValue": "Fall",
3196
+ "GroupFields": null,
3197
+ "Highlighted": false,
3198
+ "NotificationInfo": "",
3199
+ "OptionalValues": [],
3200
+ "ReferenceObjectInternalType": "",
3201
+ "ReferenceObjectSubType": "",
3202
+ "ReferenceObjectType": 2125050496,
3203
+ "TextColor": "",
3204
+ "UiPageKey": "",
3205
+ "Value": "Fall",
3206
+ "Visible": true
3207
+ },
3208
+ {
3209
+ "Accessory": "",
3210
+ "AdditionalValue": "",
3211
+ "ApiName": "ItemTSAPackaging",
3212
+ "BackgroundColor": "",
3213
+ "Enabled": false,
3214
+ "EventsData": null,
3215
+ "FieldType": 1,
3216
+ "FormattedValue": "C",
3217
+ "GroupFields": null,
3218
+ "Highlighted": false,
3219
+ "NotificationInfo": "",
3220
+ "OptionalValues": [],
3221
+ "ReferenceObjectInternalType": "",
3222
+ "ReferenceObjectSubType": "",
3223
+ "ReferenceObjectType": 2125051672,
3224
+ "TextColor": "",
3225
+ "UiPageKey": "",
3226
+ "Value": "C",
3227
+ "Visible": true
3228
+ }
3229
+ ],
3230
+ "IsEditable": false,
3231
+ "IsSelectableForActions": false,
3232
+ "MainAction": null,
3233
+ "Profile": null,
3234
+ "Type": 0,
3235
+ "UID": "a76fad1a-0143-449f-9553-fa85a11d7e81"
3236
+ },
3237
+ {
3238
+ "AdditionalData": null,
3239
+ "BackgroundColor": "",
3240
+ "Fields": [
3241
+ {
3242
+ "Accessory": "",
3243
+ "AdditionalValue": "",
3244
+ "ApiName": "ItemTSAType",
3245
+ "BackgroundColor": "",
3246
+ "Enabled": false,
3247
+ "EventsData": null,
3248
+ "FieldType": 1,
3249
+ "FormattedValue": "Accessories",
3250
+ "GroupFields": null,
3251
+ "Highlighted": false,
3252
+ "NotificationInfo": "",
3253
+ "OptionalValues": [],
3254
+ "ReferenceObjectInternalType": "",
3255
+ "ReferenceObjectSubType": "",
3256
+ "ReferenceObjectType": 1660598050,
3257
+ "TextColor": "",
3258
+ "UiPageKey": "",
3259
+ "Value": "Accessories",
3260
+ "Visible": true
3261
+ },
3262
+ {
3263
+ "Accessory": "",
3264
+ "AdditionalValue": "",
3265
+ "ApiName": "ObjectMenu",
3266
+ "BackgroundColor": "",
3267
+ "Enabled": true,
3268
+ "EventsData": null,
3269
+ "FieldType": 17,
3270
+ "FormattedValue": "",
3271
+ "GroupFields": null,
3272
+ "Highlighted": false,
3273
+ "NotificationInfo": "",
3274
+ "OptionalValues": [],
3275
+ "ReferenceObjectInternalType": "",
3276
+ "ReferenceObjectSubType": "",
3277
+ "ReferenceObjectType": 0,
3278
+ "TextColor": "",
3279
+ "UiPageKey": "",
3280
+ "Value": "",
3281
+ "Visible": true
3282
+ },
3283
+ {
3284
+ "Accessory": "",
3285
+ "AdditionalValue": "",
3286
+ "ApiName": "TSARelteadItems",
3287
+ "BackgroundColor": "",
3288
+ "Enabled": true,
3289
+ "EventsData": null,
3290
+ "FieldType": 1,
3291
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3292
+ "GroupFields": null,
3293
+ "Highlighted": false,
3294
+ "NotificationInfo": "",
3295
+ "OptionalValues": [],
3296
+ "ReferenceObjectInternalType": "",
3297
+ "ReferenceObjectSubType": "",
3298
+ "ReferenceObjectType": -1591707634,
3299
+ "TextColor": "",
3300
+ "UiPageKey": "",
3301
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3302
+ "Visible": true
3303
+ },
3304
+ {
3305
+ "Accessory": "",
3306
+ "AdditionalValue": "",
3307
+ "ApiName": "Image",
3308
+ "BackgroundColor": "",
3309
+ "Enabled": false,
3310
+ "EventsData": null,
3311
+ "FieldType": 27,
3312
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/9/65147319_1.jpg?ft=1",
3313
+ "GroupFields": null,
3314
+ "Highlighted": false,
3315
+ "NotificationInfo": "",
3316
+ "OptionalValues": [],
3317
+ "ReferenceObjectInternalType": "",
3318
+ "ReferenceObjectSubType": "",
3319
+ "ReferenceObjectType": 2125052176,
3320
+ "TextColor": "",
3321
+ "UiPageKey": "",
3322
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/9/65147319_1.jpg?ft=1",
3323
+ "Visible": true
3324
+ },
3325
+ {
3326
+ "Accessory": "",
3327
+ "AdditionalValue": "",
3328
+ "ApiName": "ItemName",
3329
+ "BackgroundColor": "",
3330
+ "Enabled": false,
3331
+ "EventsData": null,
3332
+ "FieldType": 1,
3333
+ "FormattedValue": "Outdoor Hat",
3334
+ "GroupFields": null,
3335
+ "Highlighted": false,
3336
+ "NotificationInfo": "",
3337
+ "OptionalValues": [],
3338
+ "ReferenceObjectInternalType": "",
3339
+ "ReferenceObjectSubType": "",
3340
+ "ReferenceObjectType": 2125040248,
3341
+ "TextColor": "",
3342
+ "UiPageKey": "",
3343
+ "Value": "Outdoor Hat",
3344
+ "Visible": true
3345
+ },
3346
+ {
3347
+ "Accessory": "",
3348
+ "AdditionalValue": "",
3349
+ "ApiName": "ItemExternalID",
3350
+ "BackgroundColor": "",
3351
+ "Enabled": false,
3352
+ "EventsData": null,
3353
+ "FieldType": 1,
3354
+ "FormattedValue": "HT3005",
3355
+ "GroupFields": null,
3356
+ "Highlighted": false,
3357
+ "NotificationInfo": "",
3358
+ "OptionalValues": [],
3359
+ "ReferenceObjectInternalType": "",
3360
+ "ReferenceObjectSubType": "",
3361
+ "ReferenceObjectType": 2125053472,
3362
+ "TextColor": "",
3363
+ "UiPageKey": "",
3364
+ "Value": "HT3005",
3365
+ "Visible": true
3366
+ },
3367
+ {
3368
+ "Accessory": "$",
3369
+ "AdditionalValue": "",
3370
+ "ApiName": "ItemPrice",
3371
+ "BackgroundColor": "",
3372
+ "Enabled": false,
3373
+ "EventsData": null,
3374
+ "FieldType": 9,
3375
+ "FormattedValue": "$23.00",
3376
+ "GroupFields": null,
3377
+ "Highlighted": false,
3378
+ "NotificationInfo": "",
3379
+ "OptionalValues": [],
3380
+ "ReferenceObjectInternalType": "",
3381
+ "ReferenceObjectSubType": "",
3382
+ "ReferenceObjectType": 2,
3383
+ "TextColor": "",
3384
+ "UiPageKey": "",
3385
+ "Value": "23.0000",
3386
+ "Visible": true
3387
+ },
3388
+ {
3389
+ "Accessory": "",
3390
+ "AdditionalValue": "",
3391
+ "ApiName": "UnitsQuantity",
3392
+ "BackgroundColor": "",
3393
+ "Enabled": true,
3394
+ "EventsData": null,
3395
+ "FieldType": 28,
3396
+ "FormattedValue": "0",
3397
+ "GroupFields": null,
3398
+ "Highlighted": false,
3399
+ "NotificationInfo": "",
3400
+ "OptionalValues": [],
3401
+ "ReferenceObjectInternalType": "",
3402
+ "ReferenceObjectSubType": "",
3403
+ "ReferenceObjectType": 2106867472,
3404
+ "TextColor": "",
3405
+ "UiPageKey": "",
3406
+ "Value": "0.0000",
3407
+ "Visible": true
3408
+ },
3409
+ {
3410
+ "Accessory": "",
3411
+ "AdditionalValue": "",
3412
+ "ApiName": "ItemTSASeason",
3413
+ "BackgroundColor": "",
3414
+ "Enabled": false,
3415
+ "EventsData": null,
3416
+ "FieldType": 1,
3417
+ "FormattedValue": "Fall",
3418
+ "GroupFields": null,
3419
+ "Highlighted": false,
3420
+ "NotificationInfo": "",
3421
+ "OptionalValues": [],
3422
+ "ReferenceObjectInternalType": "",
3423
+ "ReferenceObjectSubType": "",
3424
+ "ReferenceObjectType": 0,
3425
+ "TextColor": "",
3426
+ "UiPageKey": "",
3427
+ "Value": "Fall",
3428
+ "Visible": true
3429
+ },
3430
+ {
3431
+ "Accessory": "",
3432
+ "AdditionalValue": "",
3433
+ "ApiName": "ItemTSAPackaging",
3434
+ "BackgroundColor": "",
3435
+ "Enabled": false,
3436
+ "EventsData": null,
3437
+ "FieldType": 1,
3438
+ "FormattedValue": "D",
3439
+ "GroupFields": null,
3440
+ "Highlighted": false,
3441
+ "NotificationInfo": "",
3442
+ "OptionalValues": [],
3443
+ "ReferenceObjectInternalType": "",
3444
+ "ReferenceObjectSubType": "",
3445
+ "ReferenceObjectType": 0,
3446
+ "TextColor": "",
3447
+ "UiPageKey": "",
3448
+ "Value": "D",
3449
+ "Visible": true
3450
+ }
3451
+ ],
3452
+ "IsEditable": false,
3453
+ "IsSelectableForActions": false,
3454
+ "MainAction": null,
3455
+ "Profile": null,
3456
+ "Type": 0,
3457
+ "UID": "f2c6c4c6-b33c-47e1-86a4-57ed5edb757a"
3458
+ },
3459
+ {
3460
+ "AdditionalData": null,
3461
+ "BackgroundColor": "",
3462
+ "Fields": [
3463
+ {
3464
+ "Accessory": "",
3465
+ "AdditionalValue": "",
3466
+ "ApiName": "ItemTSAType",
3467
+ "BackgroundColor": "",
3468
+ "Enabled": false,
3469
+ "EventsData": null,
3470
+ "FieldType": 1,
3471
+ "FormattedValue": "Accessories",
3472
+ "GroupFields": null,
3473
+ "Highlighted": false,
3474
+ "NotificationInfo": "",
3475
+ "OptionalValues": [],
3476
+ "ReferenceObjectInternalType": "",
3477
+ "ReferenceObjectSubType": "",
3478
+ "ReferenceObjectType": 5,
3479
+ "TextColor": "",
3480
+ "UiPageKey": "",
3481
+ "Value": "Accessories",
3482
+ "Visible": true
3483
+ },
3484
+ {
3485
+ "Accessory": "",
3486
+ "AdditionalValue": "",
3487
+ "ApiName": "ObjectMenu",
3488
+ "BackgroundColor": "",
3489
+ "Enabled": true,
3490
+ "EventsData": null,
3491
+ "FieldType": 17,
3492
+ "FormattedValue": "",
3493
+ "GroupFields": null,
3494
+ "Highlighted": false,
3495
+ "NotificationInfo": "",
3496
+ "OptionalValues": [],
3497
+ "ReferenceObjectInternalType": "",
3498
+ "ReferenceObjectSubType": "",
3499
+ "ReferenceObjectType": 5,
3500
+ "TextColor": "",
3501
+ "UiPageKey": "",
3502
+ "Value": "",
3503
+ "Visible": true
3504
+ },
3505
+ {
3506
+ "Accessory": "",
3507
+ "AdditionalValue": "",
3508
+ "ApiName": "TSARelteadItems",
3509
+ "BackgroundColor": "",
3510
+ "Enabled": true,
3511
+ "EventsData": null,
3512
+ "FieldType": 1,
3513
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3514
+ "GroupFields": null,
3515
+ "Highlighted": false,
3516
+ "NotificationInfo": "",
3517
+ "OptionalValues": [],
3518
+ "ReferenceObjectInternalType": "",
3519
+ "ReferenceObjectSubType": "",
3520
+ "ReferenceObjectType": 2123848360,
3521
+ "TextColor": "",
3522
+ "UiPageKey": "",
3523
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3524
+ "Visible": true
3525
+ },
3526
+ {
3527
+ "Accessory": "",
3528
+ "AdditionalValue": "",
3529
+ "ApiName": "Image",
3530
+ "BackgroundColor": "",
3531
+ "Enabled": false,
3532
+ "EventsData": null,
3533
+ "FieldType": 27,
3534
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/0/65147320_1.jpg?ft=1",
3535
+ "GroupFields": null,
3536
+ "Highlighted": false,
3537
+ "NotificationInfo": "",
3538
+ "OptionalValues": [],
3539
+ "ReferenceObjectInternalType": "",
3540
+ "ReferenceObjectSubType": "",
3541
+ "ReferenceObjectType": 0,
3542
+ "TextColor": "",
3543
+ "UiPageKey": "",
3544
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/0/65147320_1.jpg?ft=1",
3545
+ "Visible": true
3546
+ },
3547
+ {
3548
+ "Accessory": "",
3549
+ "AdditionalValue": "",
3550
+ "ApiName": "ItemName",
3551
+ "BackgroundColor": "",
3552
+ "Enabled": false,
3553
+ "EventsData": null,
3554
+ "FieldType": 1,
3555
+ "FormattedValue": "Outdoor Hat",
3556
+ "GroupFields": null,
3557
+ "Highlighted": false,
3558
+ "NotificationInfo": "",
3559
+ "OptionalValues": [],
3560
+ "ReferenceObjectInternalType": "",
3561
+ "ReferenceObjectSubType": "",
3562
+ "ReferenceObjectType": 2123341872,
3563
+ "TextColor": "",
3564
+ "UiPageKey": "",
3565
+ "Value": "Outdoor Hat",
3566
+ "Visible": true
3567
+ },
3568
+ {
3569
+ "Accessory": "",
3570
+ "AdditionalValue": "",
3571
+ "ApiName": "ItemExternalID",
3572
+ "BackgroundColor": "",
3573
+ "Enabled": false,
3574
+ "EventsData": null,
3575
+ "FieldType": 1,
3576
+ "FormattedValue": "HT3006",
3577
+ "GroupFields": null,
3578
+ "Highlighted": false,
3579
+ "NotificationInfo": "",
3580
+ "OptionalValues": [],
3581
+ "ReferenceObjectInternalType": "",
3582
+ "ReferenceObjectSubType": "",
3583
+ "ReferenceObjectType": -1,
3584
+ "TextColor": "",
3585
+ "UiPageKey": "",
3586
+ "Value": "HT3006",
3587
+ "Visible": true
3588
+ },
3589
+ {
3590
+ "Accessory": "$",
3591
+ "AdditionalValue": "",
3592
+ "ApiName": "ItemPrice",
3593
+ "BackgroundColor": "",
3594
+ "Enabled": false,
3595
+ "EventsData": null,
3596
+ "FieldType": 9,
3597
+ "FormattedValue": "$19.00",
3598
+ "GroupFields": null,
3599
+ "Highlighted": false,
3600
+ "NotificationInfo": "",
3601
+ "OptionalValues": [],
3602
+ "ReferenceObjectInternalType": "",
3603
+ "ReferenceObjectSubType": "",
3604
+ "ReferenceObjectType": 2123850704,
3605
+ "TextColor": "",
3606
+ "UiPageKey": "",
3607
+ "Value": "19.0000",
3608
+ "Visible": true
3609
+ },
3610
+ {
3611
+ "Accessory": "",
3612
+ "AdditionalValue": "",
3613
+ "ApiName": "UnitsQuantity",
3614
+ "BackgroundColor": "",
3615
+ "Enabled": true,
3616
+ "EventsData": null,
3617
+ "FieldType": 28,
3618
+ "FormattedValue": "0",
3619
+ "GroupFields": null,
3620
+ "Highlighted": false,
3621
+ "NotificationInfo": "",
3622
+ "OptionalValues": [],
3623
+ "ReferenceObjectInternalType": "",
3624
+ "ReferenceObjectSubType": "",
3625
+ "ReferenceObjectType": 2123860720,
3626
+ "TextColor": "",
3627
+ "UiPageKey": "",
3628
+ "Value": "0.0000",
3629
+ "Visible": true
3630
+ },
3631
+ {
3632
+ "Accessory": "",
3633
+ "AdditionalValue": "",
3634
+ "ApiName": "ItemTSASeason",
3635
+ "BackgroundColor": "",
3636
+ "Enabled": false,
3637
+ "EventsData": null,
3638
+ "FieldType": 1,
3639
+ "FormattedValue": "Fall",
3640
+ "GroupFields": null,
3641
+ "Highlighted": false,
3642
+ "NotificationInfo": "",
3643
+ "OptionalValues": [],
3644
+ "ReferenceObjectInternalType": "",
3645
+ "ReferenceObjectSubType": "",
3646
+ "ReferenceObjectType": 2123846016,
3647
+ "TextColor": "",
3648
+ "UiPageKey": "",
3649
+ "Value": "Fall",
3650
+ "Visible": true
3651
+ },
3652
+ {
3653
+ "Accessory": "",
3654
+ "AdditionalValue": "",
3655
+ "ApiName": "ItemTSAPackaging",
3656
+ "BackgroundColor": "",
3657
+ "Enabled": false,
3658
+ "EventsData": null,
3659
+ "FieldType": 1,
3660
+ "FormattedValue": "D",
3661
+ "GroupFields": null,
3662
+ "Highlighted": false,
3663
+ "NotificationInfo": "",
3664
+ "OptionalValues": [],
3665
+ "ReferenceObjectInternalType": "",
3666
+ "ReferenceObjectSubType": "",
3667
+ "ReferenceObjectType": 2123846016,
3668
+ "TextColor": "",
3669
+ "UiPageKey": "",
3670
+ "Value": "D",
3671
+ "Visible": true
3672
+ }
3673
+ ],
3674
+ "IsEditable": false,
3675
+ "IsSelectableForActions": false,
3676
+ "MainAction": null,
3677
+ "Profile": null,
3678
+ "Type": 0,
3679
+ "UID": "e77f883f-92b0-41ef-80fb-806bfb375b6a"
3680
+ },
3681
+ {
3682
+ "AdditionalData": null,
3683
+ "BackgroundColor": "",
3684
+ "Fields": [
3685
+ {
3686
+ "Accessory": "",
3687
+ "AdditionalValue": "",
3688
+ "ApiName": "ItemTSAType",
3689
+ "BackgroundColor": "",
3690
+ "Enabled": false,
3691
+ "EventsData": null,
3692
+ "FieldType": 1,
3693
+ "FormattedValue": "Accessories",
3694
+ "GroupFields": null,
3695
+ "Highlighted": false,
3696
+ "NotificationInfo": "",
3697
+ "OptionalValues": [],
3698
+ "ReferenceObjectInternalType": "",
3699
+ "ReferenceObjectSubType": "",
3700
+ "ReferenceObjectType": 2123848360,
3701
+ "TextColor": "",
3702
+ "UiPageKey": "",
3703
+ "Value": "Accessories",
3704
+ "Visible": true
3705
+ },
3706
+ {
3707
+ "Accessory": "",
3708
+ "AdditionalValue": "",
3709
+ "ApiName": "ObjectMenu",
3710
+ "BackgroundColor": "",
3711
+ "Enabled": true,
3712
+ "EventsData": null,
3713
+ "FieldType": 17,
3714
+ "FormattedValue": "",
3715
+ "GroupFields": null,
3716
+ "Highlighted": false,
3717
+ "NotificationInfo": "",
3718
+ "OptionalValues": [],
3719
+ "ReferenceObjectInternalType": "",
3720
+ "ReferenceObjectSubType": "",
3721
+ "ReferenceObjectType": 2123850704,
3722
+ "TextColor": "",
3723
+ "UiPageKey": "",
3724
+ "Value": "",
3725
+ "Visible": true
3726
+ },
3727
+ {
3728
+ "Accessory": "",
3729
+ "AdditionalValue": "",
3730
+ "ApiName": "TSARelteadItems",
3731
+ "BackgroundColor": "",
3732
+ "Enabled": true,
3733
+ "EventsData": null,
3734
+ "FieldType": 1,
3735
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3736
+ "GroupFields": null,
3737
+ "Highlighted": false,
3738
+ "NotificationInfo": "",
3739
+ "OptionalValues": [],
3740
+ "ReferenceObjectInternalType": "",
3741
+ "ReferenceObjectSubType": "",
3742
+ "ReferenceObjectType": 5,
3743
+ "TextColor": "",
3744
+ "UiPageKey": "",
3745
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3746
+ "Visible": true
3747
+ },
3748
+ {
3749
+ "Accessory": "",
3750
+ "AdditionalValue": "",
3751
+ "ApiName": "Image",
3752
+ "BackgroundColor": "",
3753
+ "Enabled": false,
3754
+ "EventsData": null,
3755
+ "FieldType": 27,
3756
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/1/65147321_1.jpg?ft=1",
3757
+ "GroupFields": null,
3758
+ "Highlighted": false,
3759
+ "NotificationInfo": "",
3760
+ "OptionalValues": [],
3761
+ "ReferenceObjectInternalType": "",
3762
+ "ReferenceObjectSubType": "",
3763
+ "ReferenceObjectType": 2123853240,
3764
+ "TextColor": "",
3765
+ "UiPageKey": "",
3766
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/1/65147321_1.jpg?ft=1",
3767
+ "Visible": true
3768
+ },
3769
+ {
3770
+ "Accessory": "",
3771
+ "AdditionalValue": "",
3772
+ "ApiName": "ItemName",
3773
+ "BackgroundColor": "",
3774
+ "Enabled": false,
3775
+ "EventsData": null,
3776
+ "FieldType": 1,
3777
+ "FormattedValue": "Outdoor Hat",
3778
+ "GroupFields": null,
3779
+ "Highlighted": false,
3780
+ "NotificationInfo": "",
3781
+ "OptionalValues": [],
3782
+ "ReferenceObjectInternalType": "",
3783
+ "ReferenceObjectSubType": "",
3784
+ "ReferenceObjectType": 5,
3785
+ "TextColor": "",
3786
+ "UiPageKey": "",
3787
+ "Value": "Outdoor Hat",
3788
+ "Visible": true
3789
+ },
3790
+ {
3791
+ "Accessory": "",
3792
+ "AdditionalValue": "",
3793
+ "ApiName": "ItemExternalID",
3794
+ "BackgroundColor": "",
3795
+ "Enabled": false,
3796
+ "EventsData": null,
3797
+ "FieldType": 1,
3798
+ "FormattedValue": "HT3007",
3799
+ "GroupFields": null,
3800
+ "Highlighted": false,
3801
+ "NotificationInfo": "",
3802
+ "OptionalValues": [],
3803
+ "ReferenceObjectInternalType": "",
3804
+ "ReferenceObjectSubType": "",
3805
+ "ReferenceObjectType": 13,
3806
+ "TextColor": "",
3807
+ "UiPageKey": "",
3808
+ "Value": "HT3007",
3809
+ "Visible": true
3810
+ },
3811
+ {
3812
+ "Accessory": "$",
3813
+ "AdditionalValue": "",
3814
+ "ApiName": "ItemPrice",
3815
+ "BackgroundColor": "",
3816
+ "Enabled": false,
3817
+ "EventsData": null,
3818
+ "FieldType": 9,
3819
+ "FormattedValue": "$22.00",
3820
+ "GroupFields": null,
3821
+ "Highlighted": false,
3822
+ "NotificationInfo": "",
3823
+ "OptionalValues": [],
3824
+ "ReferenceObjectInternalType": "",
3825
+ "ReferenceObjectSubType": "",
3826
+ "ReferenceObjectType": 0,
3827
+ "TextColor": "",
3828
+ "UiPageKey": "",
3829
+ "Value": "22.0000",
3830
+ "Visible": true
3831
+ },
3832
+ {
3833
+ "Accessory": "",
3834
+ "AdditionalValue": "",
3835
+ "ApiName": "UnitsQuantity",
3836
+ "BackgroundColor": "",
3837
+ "Enabled": true,
3838
+ "EventsData": null,
3839
+ "FieldType": 28,
3840
+ "FormattedValue": "0",
3841
+ "GroupFields": null,
3842
+ "Highlighted": false,
3843
+ "NotificationInfo": "",
3844
+ "OptionalValues": [],
3845
+ "ReferenceObjectInternalType": "",
3846
+ "ReferenceObjectSubType": "",
3847
+ "ReferenceObjectType": 0,
3848
+ "TextColor": "",
3849
+ "UiPageKey": "",
3850
+ "Value": "0.0000",
3851
+ "Visible": true
3852
+ },
3853
+ {
3854
+ "Accessory": "",
3855
+ "AdditionalValue": "",
3856
+ "ApiName": "ItemTSASeason",
3857
+ "BackgroundColor": "",
3858
+ "Enabled": false,
3859
+ "EventsData": null,
3860
+ "FieldType": 1,
3861
+ "FormattedValue": "Fall",
3862
+ "GroupFields": null,
3863
+ "Highlighted": false,
3864
+ "NotificationInfo": "",
3865
+ "OptionalValues": [],
3866
+ "ReferenceObjectInternalType": "",
3867
+ "ReferenceObjectSubType": "",
3868
+ "ReferenceObjectType": 0,
3869
+ "TextColor": "",
3870
+ "UiPageKey": "",
3871
+ "Value": "Fall",
3872
+ "Visible": true
3873
+ },
3874
+ {
3875
+ "Accessory": "",
3876
+ "AdditionalValue": "",
3877
+ "ApiName": "ItemTSAPackaging",
3878
+ "BackgroundColor": "",
3879
+ "Enabled": false,
3880
+ "EventsData": null,
3881
+ "FieldType": 1,
3882
+ "FormattedValue": "D",
3883
+ "GroupFields": null,
3884
+ "Highlighted": false,
3885
+ "NotificationInfo": "",
3886
+ "OptionalValues": [],
3887
+ "ReferenceObjectInternalType": "",
3888
+ "ReferenceObjectSubType": "",
3889
+ "ReferenceObjectType": 0,
3890
+ "TextColor": "",
3891
+ "UiPageKey": "",
3892
+ "Value": "D",
3893
+ "Visible": true
3894
+ }
3895
+ ],
3896
+ "IsEditable": false,
3897
+ "IsSelectableForActions": false,
3898
+ "MainAction": null,
3899
+ "Profile": null,
3900
+ "Type": 0,
3901
+ "UID": "0b91c165-1ca4-4bb5-ba69-a877948a7a2d"
3902
+ },
3903
+ {
3904
+ "AdditionalData": null,
3905
+ "BackgroundColor": "",
3906
+ "Fields": [
3907
+ {
3908
+ "Accessory": "",
3909
+ "AdditionalValue": "",
3910
+ "ApiName": "ItemTSAType",
3911
+ "BackgroundColor": "",
3912
+ "Enabled": false,
3913
+ "EventsData": null,
3914
+ "FieldType": 1,
3915
+ "FormattedValue": "Accessories",
3916
+ "GroupFields": null,
3917
+ "Highlighted": false,
3918
+ "NotificationInfo": "",
3919
+ "OptionalValues": [],
3920
+ "ReferenceObjectInternalType": "",
3921
+ "ReferenceObjectSubType": "",
3922
+ "ReferenceObjectType": 0,
3923
+ "TextColor": "",
3924
+ "UiPageKey": "",
3925
+ "Value": "Accessories",
3926
+ "Visible": true
3927
+ },
3928
+ {
3929
+ "Accessory": "",
3930
+ "AdditionalValue": "",
3931
+ "ApiName": "ObjectMenu",
3932
+ "BackgroundColor": "",
3933
+ "Enabled": true,
3934
+ "EventsData": null,
3935
+ "FieldType": 17,
3936
+ "FormattedValue": "",
3937
+ "GroupFields": null,
3938
+ "Highlighted": false,
3939
+ "NotificationInfo": "",
3940
+ "OptionalValues": [],
3941
+ "ReferenceObjectInternalType": "",
3942
+ "ReferenceObjectSubType": "",
3943
+ "ReferenceObjectType": 0,
3944
+ "TextColor": "",
3945
+ "UiPageKey": "",
3946
+ "Value": "",
3947
+ "Visible": true
3948
+ },
3949
+ {
3950
+ "Accessory": "",
3951
+ "AdditionalValue": "",
3952
+ "ApiName": "TSARelteadItems",
3953
+ "BackgroundColor": "",
3954
+ "Enabled": true,
3955
+ "EventsData": null,
3956
+ "FieldType": 1,
3957
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3958
+ "GroupFields": null,
3959
+ "Highlighted": false,
3960
+ "NotificationInfo": "",
3961
+ "OptionalValues": [],
3962
+ "ReferenceObjectInternalType": "",
3963
+ "ReferenceObjectSubType": "",
3964
+ "ReferenceObjectType": 0,
3965
+ "TextColor": "",
3966
+ "UiPageKey": "",
3967
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
3968
+ "Visible": true
3969
+ },
3970
+ {
3971
+ "Accessory": "",
3972
+ "AdditionalValue": "",
3973
+ "ApiName": "Image",
3974
+ "BackgroundColor": "",
3975
+ "Enabled": false,
3976
+ "EventsData": null,
3977
+ "FieldType": 27,
3978
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/2/65147322_1.jpg?ft=1",
3979
+ "GroupFields": null,
3980
+ "Highlighted": false,
3981
+ "NotificationInfo": "",
3982
+ "OptionalValues": [],
3983
+ "ReferenceObjectInternalType": "",
3984
+ "ReferenceObjectSubType": "",
3985
+ "ReferenceObjectType": 0,
3986
+ "TextColor": "",
3987
+ "UiPageKey": "",
3988
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/2/65147322_1.jpg?ft=1",
3989
+ "Visible": true
3990
+ },
3991
+ {
3992
+ "Accessory": "",
3993
+ "AdditionalValue": "",
3994
+ "ApiName": "ItemName",
3995
+ "BackgroundColor": "",
3996
+ "Enabled": false,
3997
+ "EventsData": null,
3998
+ "FieldType": 1,
3999
+ "FormattedValue": "Outdoor Hat",
4000
+ "GroupFields": null,
4001
+ "Highlighted": false,
4002
+ "NotificationInfo": "",
4003
+ "OptionalValues": [],
4004
+ "ReferenceObjectInternalType": "",
4005
+ "ReferenceObjectSubType": "",
4006
+ "ReferenceObjectType": 0,
4007
+ "TextColor": "",
4008
+ "UiPageKey": "",
4009
+ "Value": "Outdoor Hat",
4010
+ "Visible": true
4011
+ },
4012
+ {
4013
+ "Accessory": "",
4014
+ "AdditionalValue": "",
4015
+ "ApiName": "ItemExternalID",
4016
+ "BackgroundColor": "",
4017
+ "Enabled": false,
4018
+ "EventsData": null,
4019
+ "FieldType": 1,
4020
+ "FormattedValue": "HT3008",
4021
+ "GroupFields": null,
4022
+ "Highlighted": false,
4023
+ "NotificationInfo": "",
4024
+ "OptionalValues": [],
4025
+ "ReferenceObjectInternalType": "",
4026
+ "ReferenceObjectSubType": "",
4027
+ "ReferenceObjectType": 0,
4028
+ "TextColor": "",
4029
+ "UiPageKey": "",
4030
+ "Value": "HT3008",
4031
+ "Visible": true
4032
+ },
4033
+ {
4034
+ "Accessory": "$",
4035
+ "AdditionalValue": "",
4036
+ "ApiName": "ItemPrice",
4037
+ "BackgroundColor": "",
4038
+ "Enabled": false,
4039
+ "EventsData": null,
4040
+ "FieldType": 9,
4041
+ "FormattedValue": "$22.00",
4042
+ "GroupFields": null,
4043
+ "Highlighted": false,
4044
+ "NotificationInfo": "",
4045
+ "OptionalValues": [],
4046
+ "ReferenceObjectInternalType": "",
4047
+ "ReferenceObjectSubType": "",
4048
+ "ReferenceObjectType": 0,
4049
+ "TextColor": "",
4050
+ "UiPageKey": "",
4051
+ "Value": "22.0000",
4052
+ "Visible": true
4053
+ },
4054
+ {
4055
+ "Accessory": "",
4056
+ "AdditionalValue": "",
4057
+ "ApiName": "UnitsQuantity",
4058
+ "BackgroundColor": "",
4059
+ "Enabled": true,
4060
+ "EventsData": null,
4061
+ "FieldType": 28,
4062
+ "FormattedValue": "0",
4063
+ "GroupFields": null,
4064
+ "Highlighted": false,
4065
+ "NotificationInfo": "",
4066
+ "OptionalValues": [],
4067
+ "ReferenceObjectInternalType": "",
4068
+ "ReferenceObjectSubType": "",
4069
+ "ReferenceObjectType": 0,
4070
+ "TextColor": "",
4071
+ "UiPageKey": "",
4072
+ "Value": "0.0000",
4073
+ "Visible": true
4074
+ },
4075
+ {
4076
+ "Accessory": "",
4077
+ "AdditionalValue": "",
4078
+ "ApiName": "ItemTSASeason",
4079
+ "BackgroundColor": "",
4080
+ "Enabled": false,
4081
+ "EventsData": null,
4082
+ "FieldType": 1,
4083
+ "FormattedValue": "Winter",
4084
+ "GroupFields": null,
4085
+ "Highlighted": false,
4086
+ "NotificationInfo": "",
4087
+ "OptionalValues": [],
4088
+ "ReferenceObjectInternalType": "",
4089
+ "ReferenceObjectSubType": "",
4090
+ "ReferenceObjectType": 0,
4091
+ "TextColor": "",
4092
+ "UiPageKey": "",
4093
+ "Value": "Winter",
4094
+ "Visible": true
4095
+ },
4096
+ {
4097
+ "Accessory": "",
4098
+ "AdditionalValue": "",
4099
+ "ApiName": "ItemTSAPackaging",
4100
+ "BackgroundColor": "",
4101
+ "Enabled": false,
4102
+ "EventsData": null,
4103
+ "FieldType": 1,
4104
+ "FormattedValue": "A",
4105
+ "GroupFields": null,
4106
+ "Highlighted": false,
4107
+ "NotificationInfo": "",
4108
+ "OptionalValues": [],
4109
+ "ReferenceObjectInternalType": "",
4110
+ "ReferenceObjectSubType": "",
4111
+ "ReferenceObjectType": 0,
4112
+ "TextColor": "",
4113
+ "UiPageKey": "",
4114
+ "Value": "A",
4115
+ "Visible": true
4116
+ }
4117
+ ],
4118
+ "IsEditable": false,
4119
+ "IsSelectableForActions": false,
4120
+ "MainAction": null,
4121
+ "Profile": null,
4122
+ "Type": 0,
4123
+ "UID": "bd8b13ae-2a5c-4689-8488-32f6cb722ba9"
4124
+ },
4125
+ {
4126
+ "AdditionalData": null,
4127
+ "BackgroundColor": "",
4128
+ "Fields": [
4129
+ {
4130
+ "Accessory": "",
4131
+ "AdditionalValue": "",
4132
+ "ApiName": "ItemTSAType",
4133
+ "BackgroundColor": "",
4134
+ "Enabled": false,
4135
+ "EventsData": null,
4136
+ "FieldType": 1,
4137
+ "FormattedValue": "Accessories",
4138
+ "GroupFields": null,
4139
+ "Highlighted": false,
4140
+ "NotificationInfo": "",
4141
+ "OptionalValues": [],
4142
+ "ReferenceObjectInternalType": "",
4143
+ "ReferenceObjectSubType": "",
4144
+ "ReferenceObjectType": 0,
4145
+ "TextColor": "",
4146
+ "UiPageKey": "",
4147
+ "Value": "Accessories",
4148
+ "Visible": true
4149
+ },
4150
+ {
4151
+ "Accessory": "",
4152
+ "AdditionalValue": "",
4153
+ "ApiName": "ObjectMenu",
4154
+ "BackgroundColor": "",
4155
+ "Enabled": true,
4156
+ "EventsData": null,
4157
+ "FieldType": 17,
4158
+ "FormattedValue": "",
4159
+ "GroupFields": null,
4160
+ "Highlighted": false,
4161
+ "NotificationInfo": "",
4162
+ "OptionalValues": [],
4163
+ "ReferenceObjectInternalType": "",
4164
+ "ReferenceObjectSubType": "",
4165
+ "ReferenceObjectType": 0,
4166
+ "TextColor": "",
4167
+ "UiPageKey": "",
4168
+ "Value": "",
4169
+ "Visible": true
4170
+ },
4171
+ {
4172
+ "Accessory": "",
4173
+ "AdditionalValue": "",
4174
+ "ApiName": "TSARelteadItems",
4175
+ "BackgroundColor": "",
4176
+ "Enabled": true,
4177
+ "EventsData": null,
4178
+ "FieldType": 1,
4179
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
4180
+ "GroupFields": null,
4181
+ "Highlighted": false,
4182
+ "NotificationInfo": "",
4183
+ "OptionalValues": [],
4184
+ "ReferenceObjectInternalType": "",
4185
+ "ReferenceObjectSubType": "",
4186
+ "ReferenceObjectType": 0,
4187
+ "TextColor": "",
4188
+ "UiPageKey": "",
4189
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
4190
+ "Visible": true
4191
+ },
4192
+ {
4193
+ "Accessory": "",
4194
+ "AdditionalValue": "",
4195
+ "ApiName": "Image",
4196
+ "BackgroundColor": "",
4197
+ "Enabled": false,
4198
+ "EventsData": null,
4199
+ "FieldType": 27,
4200
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/3/65147323_1.jpg?ft=1",
4201
+ "GroupFields": null,
4202
+ "Highlighted": false,
4203
+ "NotificationInfo": "",
4204
+ "OptionalValues": [],
4205
+ "ReferenceObjectInternalType": "",
4206
+ "ReferenceObjectSubType": "",
4207
+ "ReferenceObjectType": 0,
4208
+ "TextColor": "",
4209
+ "UiPageKey": "",
4210
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/3/65147323_1.jpg?ft=1",
4211
+ "Visible": true
4212
+ },
4213
+ {
4214
+ "Accessory": "",
4215
+ "AdditionalValue": "",
4216
+ "ApiName": "ItemName",
4217
+ "BackgroundColor": "",
4218
+ "Enabled": false,
4219
+ "EventsData": null,
4220
+ "FieldType": 1,
4221
+ "FormattedValue": "Outdoor Hat",
4222
+ "GroupFields": null,
4223
+ "Highlighted": false,
4224
+ "NotificationInfo": "",
4225
+ "OptionalValues": [],
4226
+ "ReferenceObjectInternalType": "",
4227
+ "ReferenceObjectSubType": "",
4228
+ "ReferenceObjectType": 0,
4229
+ "TextColor": "",
4230
+ "UiPageKey": "",
4231
+ "Value": "Outdoor Hat",
4232
+ "Visible": true
4233
+ },
4234
+ {
4235
+ "Accessory": "",
4236
+ "AdditionalValue": "",
4237
+ "ApiName": "ItemExternalID",
4238
+ "BackgroundColor": "",
4239
+ "Enabled": false,
4240
+ "EventsData": null,
4241
+ "FieldType": 1,
4242
+ "FormattedValue": "HT3009",
4243
+ "GroupFields": null,
4244
+ "Highlighted": false,
4245
+ "NotificationInfo": "",
4246
+ "OptionalValues": [],
4247
+ "ReferenceObjectInternalType": "",
4248
+ "ReferenceObjectSubType": "",
4249
+ "ReferenceObjectType": 0,
4250
+ "TextColor": "",
4251
+ "UiPageKey": "",
4252
+ "Value": "HT3009",
4253
+ "Visible": true
4254
+ },
4255
+ {
4256
+ "Accessory": "$",
4257
+ "AdditionalValue": "",
4258
+ "ApiName": "ItemPrice",
4259
+ "BackgroundColor": "",
4260
+ "Enabled": false,
4261
+ "EventsData": null,
4262
+ "FieldType": 9,
4263
+ "FormattedValue": "$23.00",
4264
+ "GroupFields": null,
4265
+ "Highlighted": false,
4266
+ "NotificationInfo": "",
4267
+ "OptionalValues": [],
4268
+ "ReferenceObjectInternalType": "",
4269
+ "ReferenceObjectSubType": "",
4270
+ "ReferenceObjectType": 0,
4271
+ "TextColor": "",
4272
+ "UiPageKey": "",
4273
+ "Value": "23.0000",
4274
+ "Visible": true
4275
+ },
4276
+ {
4277
+ "Accessory": "",
4278
+ "AdditionalValue": "",
4279
+ "ApiName": "UnitsQuantity",
4280
+ "BackgroundColor": "",
4281
+ "Enabled": true,
4282
+ "EventsData": null,
4283
+ "FieldType": 28,
4284
+ "FormattedValue": "0",
4285
+ "GroupFields": null,
4286
+ "Highlighted": false,
4287
+ "NotificationInfo": "",
4288
+ "OptionalValues": [],
4289
+ "ReferenceObjectInternalType": "",
4290
+ "ReferenceObjectSubType": "",
4291
+ "ReferenceObjectType": 0,
4292
+ "TextColor": "",
4293
+ "UiPageKey": "",
4294
+ "Value": "0.0000",
4295
+ "Visible": true
4296
+ },
4297
+ {
4298
+ "Accessory": "",
4299
+ "AdditionalValue": "",
4300
+ "ApiName": "ItemTSASeason",
4301
+ "BackgroundColor": "",
4302
+ "Enabled": false,
4303
+ "EventsData": null,
4304
+ "FieldType": 1,
4305
+ "FormattedValue": "Winter",
4306
+ "GroupFields": null,
4307
+ "Highlighted": false,
4308
+ "NotificationInfo": "",
4309
+ "OptionalValues": [],
4310
+ "ReferenceObjectInternalType": "",
4311
+ "ReferenceObjectSubType": "",
4312
+ "ReferenceObjectType": 0,
4313
+ "TextColor": "",
4314
+ "UiPageKey": "",
4315
+ "Value": "Winter",
4316
+ "Visible": true
4317
+ },
4318
+ {
4319
+ "Accessory": "",
4320
+ "AdditionalValue": "",
4321
+ "ApiName": "ItemTSAPackaging",
4322
+ "BackgroundColor": "",
4323
+ "Enabled": false,
4324
+ "EventsData": null,
4325
+ "FieldType": 1,
4326
+ "FormattedValue": "A",
4327
+ "GroupFields": null,
4328
+ "Highlighted": false,
4329
+ "NotificationInfo": "",
4330
+ "OptionalValues": [],
4331
+ "ReferenceObjectInternalType": "",
4332
+ "ReferenceObjectSubType": "",
4333
+ "ReferenceObjectType": 0,
4334
+ "TextColor": "",
4335
+ "UiPageKey": "",
4336
+ "Value": "A",
4337
+ "Visible": true
4338
+ }
4339
+ ],
4340
+ "IsEditable": false,
4341
+ "IsSelectableForActions": false,
4342
+ "MainAction": null,
4343
+ "Profile": null,
4344
+ "Type": 0,
4345
+ "UID": "27bfe67d-13f4-4982-b5d0-3ebf5d753e0f"
4346
+ },
4347
+ {
4348
+ "AdditionalData": null,
4349
+ "BackgroundColor": "",
4350
+ "Fields": [
4351
+ {
4352
+ "Accessory": "",
4353
+ "AdditionalValue": "",
4354
+ "ApiName": "ItemTSAType",
4355
+ "BackgroundColor": "",
4356
+ "Enabled": false,
4357
+ "EventsData": null,
4358
+ "FieldType": 1,
4359
+ "FormattedValue": "Accessories",
4360
+ "GroupFields": null,
4361
+ "Highlighted": false,
4362
+ "NotificationInfo": "",
4363
+ "OptionalValues": [],
4364
+ "ReferenceObjectInternalType": "",
4365
+ "ReferenceObjectSubType": "",
4366
+ "ReferenceObjectType": 0,
4367
+ "TextColor": "",
4368
+ "UiPageKey": "",
4369
+ "Value": "Accessories",
4370
+ "Visible": true
4371
+ },
4372
+ {
4373
+ "Accessory": "",
4374
+ "AdditionalValue": "",
4375
+ "ApiName": "ObjectMenu",
4376
+ "BackgroundColor": "",
4377
+ "Enabled": true,
4378
+ "EventsData": null,
4379
+ "FieldType": 17,
4380
+ "FormattedValue": "",
4381
+ "GroupFields": null,
4382
+ "Highlighted": false,
4383
+ "NotificationInfo": "",
4384
+ "OptionalValues": [],
4385
+ "ReferenceObjectInternalType": "",
4386
+ "ReferenceObjectSubType": "",
4387
+ "ReferenceObjectType": 0,
4388
+ "TextColor": "",
4389
+ "UiPageKey": "",
4390
+ "Value": "",
4391
+ "Visible": true
4392
+ },
4393
+ {
4394
+ "Accessory": "",
4395
+ "AdditionalValue": "",
4396
+ "ApiName": "TSARelteadItems",
4397
+ "BackgroundColor": "",
4398
+ "Enabled": true,
4399
+ "EventsData": null,
4400
+ "FieldType": 1,
4401
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
4402
+ "GroupFields": null,
4403
+ "Highlighted": false,
4404
+ "NotificationInfo": "",
4405
+ "OptionalValues": [],
4406
+ "ReferenceObjectInternalType": "",
4407
+ "ReferenceObjectSubType": "",
4408
+ "ReferenceObjectType": 0,
4409
+ "TextColor": "",
4410
+ "UiPageKey": "",
4411
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
4412
+ "Visible": true
4413
+ },
4414
+ {
4415
+ "Accessory": "",
4416
+ "AdditionalValue": "",
4417
+ "ApiName": "Image",
4418
+ "BackgroundColor": "",
4419
+ "Enabled": false,
4420
+ "EventsData": null,
4421
+ "FieldType": 27,
4422
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/4/65147324_1.jpg?ft=1",
4423
+ "GroupFields": null,
4424
+ "Highlighted": false,
4425
+ "NotificationInfo": "",
4426
+ "OptionalValues": [],
4427
+ "ReferenceObjectInternalType": "",
4428
+ "ReferenceObjectSubType": "",
4429
+ "ReferenceObjectType": 0,
4430
+ "TextColor": "",
4431
+ "UiPageKey": "",
4432
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/4/65147324_1.jpg?ft=1",
4433
+ "Visible": true
4434
+ },
4435
+ {
4436
+ "Accessory": "",
4437
+ "AdditionalValue": "",
4438
+ "ApiName": "ItemName",
4439
+ "BackgroundColor": "",
4440
+ "Enabled": false,
4441
+ "EventsData": null,
4442
+ "FieldType": 1,
4443
+ "FormattedValue": "Sport Hat",
4444
+ "GroupFields": null,
4445
+ "Highlighted": false,
4446
+ "NotificationInfo": "",
4447
+ "OptionalValues": [],
4448
+ "ReferenceObjectInternalType": "",
4449
+ "ReferenceObjectSubType": "",
4450
+ "ReferenceObjectType": 3473458,
4451
+ "TextColor": "",
4452
+ "UiPageKey": "",
4453
+ "Value": "Sport Hat",
4454
+ "Visible": true
4455
+ },
4456
+ {
4457
+ "Accessory": "",
4458
+ "AdditionalValue": "",
4459
+ "ApiName": "ItemExternalID",
4460
+ "BackgroundColor": "",
4461
+ "Enabled": false,
4462
+ "EventsData": null,
4463
+ "FieldType": 1,
4464
+ "FormattedValue": "HT3010",
4465
+ "GroupFields": null,
4466
+ "Highlighted": false,
4467
+ "NotificationInfo": "",
4468
+ "OptionalValues": [],
4469
+ "ReferenceObjectInternalType": "",
4470
+ "ReferenceObjectSubType": "",
4471
+ "ReferenceObjectType": 0,
4472
+ "TextColor": "",
4473
+ "UiPageKey": "",
4474
+ "Value": "HT3010",
4475
+ "Visible": true
4476
+ },
4477
+ {
4478
+ "Accessory": "$",
4479
+ "AdditionalValue": "",
4480
+ "ApiName": "ItemPrice",
4481
+ "BackgroundColor": "",
4482
+ "Enabled": false,
4483
+ "EventsData": null,
4484
+ "FieldType": 9,
4485
+ "FormattedValue": "$24.00",
4486
+ "GroupFields": null,
4487
+ "Highlighted": false,
4488
+ "NotificationInfo": "",
4489
+ "OptionalValues": [],
4490
+ "ReferenceObjectInternalType": "",
4491
+ "ReferenceObjectSubType": "",
4492
+ "ReferenceObjectType": 0,
4493
+ "TextColor": "",
4494
+ "UiPageKey": "",
4495
+ "Value": "24.0000",
4496
+ "Visible": true
4497
+ },
4498
+ {
4499
+ "Accessory": "",
4500
+ "AdditionalValue": "",
4501
+ "ApiName": "UnitsQuantity",
4502
+ "BackgroundColor": "",
4503
+ "Enabled": true,
4504
+ "EventsData": null,
4505
+ "FieldType": 28,
4506
+ "FormattedValue": "0",
4507
+ "GroupFields": null,
4508
+ "Highlighted": false,
4509
+ "NotificationInfo": "",
4510
+ "OptionalValues": [],
4511
+ "ReferenceObjectInternalType": "",
4512
+ "ReferenceObjectSubType": "",
4513
+ "ReferenceObjectType": 0,
4514
+ "TextColor": "",
4515
+ "UiPageKey": "",
4516
+ "Value": "0.0000",
4517
+ "Visible": true
4518
+ },
4519
+ {
4520
+ "Accessory": "",
4521
+ "AdditionalValue": "",
4522
+ "ApiName": "ItemTSASeason",
4523
+ "BackgroundColor": "",
4524
+ "Enabled": false,
4525
+ "EventsData": null,
4526
+ "FieldType": 1,
4527
+ "FormattedValue": "Winter",
4528
+ "GroupFields": null,
4529
+ "Highlighted": false,
4530
+ "NotificationInfo": "",
4531
+ "OptionalValues": [],
4532
+ "ReferenceObjectInternalType": "",
4533
+ "ReferenceObjectSubType": "",
4534
+ "ReferenceObjectType": 0,
4535
+ "TextColor": "",
4536
+ "UiPageKey": "",
4537
+ "Value": "Winter",
4538
+ "Visible": true
4539
+ },
4540
+ {
4541
+ "Accessory": "",
4542
+ "AdditionalValue": "",
4543
+ "ApiName": "ItemTSAPackaging",
4544
+ "BackgroundColor": "",
4545
+ "Enabled": false,
4546
+ "EventsData": null,
4547
+ "FieldType": 1,
4548
+ "FormattedValue": "A",
4549
+ "GroupFields": null,
4550
+ "Highlighted": false,
4551
+ "NotificationInfo": "",
4552
+ "OptionalValues": [],
4553
+ "ReferenceObjectInternalType": "",
4554
+ "ReferenceObjectSubType": "",
4555
+ "ReferenceObjectType": 0,
4556
+ "TextColor": "",
4557
+ "UiPageKey": "",
4558
+ "Value": "A",
4559
+ "Visible": true
4560
+ }
4561
+ ],
4562
+ "IsEditable": false,
4563
+ "IsSelectableForActions": false,
4564
+ "MainAction": null,
4565
+ "Profile": null,
4566
+ "Type": 0,
4567
+ "UID": "f04e0fd3-7832-432d-ae27-1820ba9a9c85"
4568
+ },
4569
+ {
4570
+ "AdditionalData": null,
4571
+ "BackgroundColor": "",
4572
+ "Fields": [
4573
+ {
4574
+ "Accessory": "",
4575
+ "AdditionalValue": "",
4576
+ "ApiName": "ItemTSAType",
4577
+ "BackgroundColor": "",
4578
+ "Enabled": false,
4579
+ "EventsData": null,
4580
+ "FieldType": 1,
4581
+ "FormattedValue": "Accessories",
4582
+ "GroupFields": null,
4583
+ "Highlighted": false,
4584
+ "NotificationInfo": "",
4585
+ "OptionalValues": [],
4586
+ "ReferenceObjectInternalType": "",
4587
+ "ReferenceObjectSubType": "",
4588
+ "ReferenceObjectType": 2106973712,
4589
+ "TextColor": "",
4590
+ "UiPageKey": "",
4591
+ "Value": "Accessories",
4592
+ "Visible": true
4593
+ },
4594
+ {
4595
+ "Accessory": "",
4596
+ "AdditionalValue": "",
4597
+ "ApiName": "ObjectMenu",
4598
+ "BackgroundColor": "",
4599
+ "Enabled": true,
4600
+ "EventsData": null,
4601
+ "FieldType": 17,
4602
+ "FormattedValue": "",
4603
+ "GroupFields": null,
4604
+ "Highlighted": false,
4605
+ "NotificationInfo": "",
4606
+ "OptionalValues": [],
4607
+ "ReferenceObjectInternalType": "",
4608
+ "ReferenceObjectSubType": "",
4609
+ "ReferenceObjectType": 0,
4610
+ "TextColor": "",
4611
+ "UiPageKey": "",
4612
+ "Value": "",
4613
+ "Visible": true
4614
+ },
4615
+ {
4616
+ "Accessory": "",
4617
+ "AdditionalValue": "",
4618
+ "ApiName": "TSARelteadItems",
4619
+ "BackgroundColor": "",
4620
+ "Enabled": true,
4621
+ "EventsData": null,
4622
+ "FieldType": 1,
4623
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
4624
+ "GroupFields": null,
4625
+ "Highlighted": false,
4626
+ "NotificationInfo": "",
4627
+ "OptionalValues": [],
4628
+ "ReferenceObjectInternalType": "",
4629
+ "ReferenceObjectSubType": "",
4630
+ "ReferenceObjectType": 13,
4631
+ "TextColor": "",
4632
+ "UiPageKey": "",
4633
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
4634
+ "Visible": true
4635
+ },
4636
+ {
4637
+ "Accessory": "",
4638
+ "AdditionalValue": "",
4639
+ "ApiName": "Image",
4640
+ "BackgroundColor": "",
4641
+ "Enabled": false,
4642
+ "EventsData": null,
4643
+ "FieldType": 27,
4644
+ "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/5/65147315_1.jpg?ft=1",
4645
+ "GroupFields": null,
4646
+ "Highlighted": false,
4647
+ "NotificationInfo": "",
4648
+ "OptionalValues": [],
4649
+ "ReferenceObjectInternalType": "",
4650
+ "ReferenceObjectSubType": "",
4651
+ "ReferenceObjectType": 0,
4652
+ "TextColor": "",
4653
+ "UiPageKey": "",
4654
+ "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/5/65147315_1.jpg?ft=1",
4655
+ "Visible": true
4656
+ },
4657
+ {
4658
+ "Accessory": "",
4659
+ "AdditionalValue": "",
4660
+ "ApiName": "ItemName",
4661
+ "BackgroundColor": "",
4662
+ "Enabled": false,
4663
+ "EventsData": null,
4664
+ "FieldType": 1,
4665
+ "FormattedValue": "Wool Hat",
4666
+ "GroupFields": null,
4667
+ "Highlighted": false,
4668
+ "NotificationInfo": "",
4669
+ "OptionalValues": [],
4670
+ "ReferenceObjectInternalType": "",
4671
+ "ReferenceObjectSubType": "",
4672
+ "ReferenceObjectType": 0,
4673
+ "TextColor": "",
4674
+ "UiPageKey": "",
4675
+ "Value": "Wool Hat",
4676
+ "Visible": true
4677
+ },
4678
+ {
4679
+ "Accessory": "",
4680
+ "AdditionalValue": "",
4681
+ "ApiName": "ItemExternalID",
4682
+ "BackgroundColor": "",
4683
+ "Enabled": false,
4684
+ "EventsData": null,
4685
+ "FieldType": 1,
4686
+ "FormattedValue": "HT3001",
4687
+ "GroupFields": null,
4688
+ "Highlighted": false,
4689
+ "NotificationInfo": "",
4690
+ "OptionalValues": [],
4691
+ "ReferenceObjectInternalType": "",
4692
+ "ReferenceObjectSubType": "",
4693
+ "ReferenceObjectType": 0,
4694
+ "TextColor": "",
4695
+ "UiPageKey": "",
4696
+ "Value": "HT3001",
4697
+ "Visible": true
4698
+ },
4699
+ {
4700
+ "Accessory": "$",
4701
+ "AdditionalValue": "",
4702
+ "ApiName": "ItemPrice",
4703
+ "BackgroundColor": "",
4704
+ "Enabled": false,
4705
+ "EventsData": null,
4706
+ "FieldType": 9,
4707
+ "FormattedValue": "$23.00",
4708
+ "GroupFields": null,
4709
+ "Highlighted": false,
4710
+ "NotificationInfo": "",
4711
+ "OptionalValues": [],
4712
+ "ReferenceObjectInternalType": "",
4713
+ "ReferenceObjectSubType": "",
4714
+ "ReferenceObjectType": 4980834,
4715
+ "TextColor": "",
4716
+ "UiPageKey": "",
4717
+ "Value": "23.0000",
4718
+ "Visible": true
4719
+ },
4720
+ {
4721
+ "Accessory": "",
4722
+ "AdditionalValue": "",
4723
+ "ApiName": "UnitsQuantity",
4724
+ "BackgroundColor": "",
4725
+ "Enabled": true,
4726
+ "EventsData": null,
4727
+ "FieldType": 28,
4728
+ "FormattedValue": "1",
4729
+ "GroupFields": null,
4730
+ "Highlighted": false,
4731
+ "NotificationInfo": "",
4732
+ "OptionalValues": [],
4733
+ "ReferenceObjectInternalType": "",
4734
+ "ReferenceObjectSubType": "",
4735
+ "ReferenceObjectType": 0,
4736
+ "TextColor": "#FF0000",
4737
+ "UiPageKey": "",
4738
+ "Value": "1.0000",
4739
+ "Visible": true
4740
+ },
4741
+ {
4742
+ "Accessory": "",
4743
+ "AdditionalValue": "",
4744
+ "ApiName": "ItemTSASeason",
4745
+ "BackgroundColor": "",
4746
+ "Enabled": false,
4747
+ "EventsData": null,
4748
+ "FieldType": 1,
4749
+ "FormattedValue": "Fall",
4750
+ "GroupFields": null,
4751
+ "Highlighted": false,
4752
+ "NotificationInfo": "",
4753
+ "OptionalValues": [],
4754
+ "ReferenceObjectInternalType": "",
4755
+ "ReferenceObjectSubType": "",
4756
+ "ReferenceObjectType": 0,
4757
+ "TextColor": "",
4758
+ "UiPageKey": "",
4759
+ "Value": "Fall",
4760
+ "Visible": true
4761
+ },
4762
+ {
4763
+ "Accessory": "",
4764
+ "AdditionalValue": "",
4765
+ "ApiName": "ItemTSAPackaging",
4766
+ "BackgroundColor": "",
4767
+ "Enabled": false,
4768
+ "EventsData": null,
4769
+ "FieldType": 1,
4770
+ "FormattedValue": "A",
4771
+ "GroupFields": null,
4772
+ "Highlighted": false,
4773
+ "NotificationInfo": "",
4774
+ "OptionalValues": [],
4775
+ "ReferenceObjectInternalType": "",
4776
+ "ReferenceObjectSubType": "",
4777
+ "ReferenceObjectType": 0,
4778
+ "TextColor": "",
4779
+ "UiPageKey": "",
4780
+ "Value": "A",
4781
+ "Visible": true
4782
+ }
4783
+ ],
4784
+ "IsEditable": false,
4785
+ "IsSelectableForActions": false,
4786
+ "MainAction": null,
4787
+ "Profile": null,
4788
+ "Type": 0,
4789
+ "UID": "040f35a5-c35f-4099-9ddf-717d346194b0"
4790
+ },
4791
+ {
4792
+ "AdditionalData": null,
4793
+ "BackgroundColor": "",
4794
+ "Fields": [
4795
+ {
4796
+ "Accessory": "",
4797
+ "AdditionalValue": "",
4798
+ "ApiName": "ItemTSAType",
4799
+ "BackgroundColor": "",
4800
+ "Enabled": false,
4801
+ "EventsData": null,
4802
+ "FieldType": 1,
4803
+ "FormattedValue": "Bottoms",
4804
+ "GroupFields": null,
4805
+ "Highlighted": false,
4806
+ "NotificationInfo": "",
4807
+ "OptionalValues": [],
4808
+ "ReferenceObjectInternalType": "",
4809
+ "ReferenceObjectSubType": "",
4810
+ "ReferenceObjectType": 7012437,
4811
+ "TextColor": "",
4812
+ "UiPageKey": "",
4813
+ "Value": "Bottoms",
4814
+ "Visible": true
4815
+ },
4816
+ {
4817
+ "Accessory": "",
4818
+ "AdditionalValue": "",
4819
+ "ApiName": "ObjectMenu",
4820
+ "BackgroundColor": "",
4821
+ "Enabled": true,
4822
+ "EventsData": null,
4823
+ "FieldType": 17,
4824
+ "FormattedValue": "",
4825
+ "GroupFields": null,
4826
+ "Highlighted": false,
4827
+ "NotificationInfo": "",
4828
+ "OptionalValues": [],
4829
+ "ReferenceObjectInternalType": "",
4830
+ "ReferenceObjectSubType": "",
4831
+ "ReferenceObjectType": 0,
4832
+ "TextColor": "",
4833
+ "UiPageKey": "",
4834
+ "Value": "",
4835
+ "Visible": true
4836
+ },
4837
+ {
4838
+ "Accessory": "",
4839
+ "AdditionalValue": "",
4840
+ "ApiName": "TSARelteadItems",
4841
+ "BackgroundColor": "",
4842
+ "Enabled": true,
4843
+ "EventsData": null,
4844
+ "FieldType": 1,
4845
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
4846
+ "GroupFields": null,
4847
+ "Highlighted": false,
4848
+ "NotificationInfo": "",
4849
+ "OptionalValues": [],
4850
+ "ReferenceObjectInternalType": "",
4851
+ "ReferenceObjectSubType": "",
4852
+ "ReferenceObjectType": 3604586,
4853
+ "TextColor": "",
4854
+ "UiPageKey": "",
4855
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
4856
+ "Visible": true
4857
+ },
4858
+ {
4859
+ "Accessory": "",
4860
+ "AdditionalValue": "",
4861
+ "ApiName": "Image",
4862
+ "BackgroundColor": "",
4863
+ "Enabled": false,
4864
+ "EventsData": null,
4865
+ "FieldType": 27,
4866
+ "FormattedValue": "",
4867
+ "GroupFields": null,
4868
+ "Highlighted": false,
4869
+ "NotificationInfo": "",
4870
+ "OptionalValues": [],
4871
+ "ReferenceObjectInternalType": "",
4872
+ "ReferenceObjectSubType": "",
4873
+ "ReferenceObjectType": 0,
4874
+ "TextColor": "",
4875
+ "UiPageKey": "",
4876
+ "Value": "",
4877
+ "Visible": true
4878
+ },
4879
+ {
4880
+ "Accessory": "",
4881
+ "AdditionalValue": "",
4882
+ "ApiName": "ItemName",
4883
+ "BackgroundColor": "",
4884
+ "Enabled": false,
4885
+ "EventsData": null,
4886
+ "FieldType": 1,
4887
+ "FormattedValue": "Loose fit",
4888
+ "GroupFields": null,
4889
+ "Highlighted": false,
4890
+ "NotificationInfo": "",
4891
+ "OptionalValues": [],
4892
+ "ReferenceObjectInternalType": "",
4893
+ "ReferenceObjectSubType": "",
4894
+ "ReferenceObjectType": 0,
4895
+ "TextColor": "",
4896
+ "UiPageKey": "",
4897
+ "Value": "Loose fit",
4898
+ "Visible": true
4899
+ },
4900
+ {
4901
+ "Accessory": "",
4902
+ "AdditionalValue": "",
4903
+ "ApiName": "ItemExternalID",
4904
+ "BackgroundColor": "",
4905
+ "Enabled": false,
4906
+ "EventsData": null,
4907
+ "FieldType": 1,
4908
+ "FormattedValue": "WJS32",
4909
+ "GroupFields": null,
4910
+ "Highlighted": false,
4911
+ "NotificationInfo": "",
4912
+ "OptionalValues": [],
4913
+ "ReferenceObjectInternalType": "",
4914
+ "ReferenceObjectSubType": "",
4915
+ "ReferenceObjectType": 0,
4916
+ "TextColor": "",
4917
+ "UiPageKey": "",
4918
+ "Value": "WJS32",
4919
+ "Visible": true
4920
+ },
4921
+ {
4922
+ "Accessory": "$",
4923
+ "AdditionalValue": "",
4924
+ "ApiName": "ItemPrice",
4925
+ "BackgroundColor": "",
4926
+ "Enabled": false,
4927
+ "EventsData": null,
4928
+ "FieldType": 9,
4929
+ "FormattedValue": "$123.00",
4930
+ "GroupFields": null,
4931
+ "Highlighted": false,
4932
+ "NotificationInfo": "",
4933
+ "OptionalValues": [],
4934
+ "ReferenceObjectInternalType": "",
4935
+ "ReferenceObjectSubType": "",
4936
+ "ReferenceObjectType": 0,
4937
+ "TextColor": "",
4938
+ "UiPageKey": "",
4939
+ "Value": "123.0000",
4940
+ "Visible": true
4941
+ },
4942
+ {
4943
+ "Accessory": "",
4944
+ "AdditionalValue": "",
4945
+ "ApiName": "UnitsQuantity",
4946
+ "BackgroundColor": "",
4947
+ "Enabled": true,
4948
+ "EventsData": null,
4949
+ "FieldType": 17,
4950
+ "FormattedValue": "0",
4951
+ "GroupFields": null,
4952
+ "Highlighted": false,
4953
+ "NotificationInfo": "",
4954
+ "OptionalValues": [],
4955
+ "ReferenceObjectInternalType": "",
4956
+ "ReferenceObjectSubType": "",
4957
+ "ReferenceObjectType": 0,
4958
+ "TextColor": "",
4959
+ "UiPageKey": "",
4960
+ "Value": "0.0000",
4961
+ "Visible": true
4962
+ },
4963
+ {
4964
+ "Accessory": "",
4965
+ "AdditionalValue": "",
4966
+ "ApiName": "ItemTSASeason",
4967
+ "BackgroundColor": "",
4968
+ "Enabled": false,
4969
+ "EventsData": null,
4970
+ "FieldType": 1,
4971
+ "FormattedValue": "Summer",
4972
+ "GroupFields": null,
4973
+ "Highlighted": false,
4974
+ "NotificationInfo": "",
4975
+ "OptionalValues": [],
4976
+ "ReferenceObjectInternalType": "",
4977
+ "ReferenceObjectSubType": "",
4978
+ "ReferenceObjectType": 0,
4979
+ "TextColor": "",
4980
+ "UiPageKey": "",
4981
+ "Value": "Summer",
4982
+ "Visible": true
4983
+ },
4984
+ {
4985
+ "Accessory": "",
4986
+ "AdditionalValue": "",
4987
+ "ApiName": "ItemTSAPackaging",
4988
+ "BackgroundColor": "",
4989
+ "Enabled": false,
4990
+ "EventsData": null,
4991
+ "FieldType": 1,
4992
+ "FormattedValue": "D",
4993
+ "GroupFields": null,
4994
+ "Highlighted": false,
4995
+ "NotificationInfo": "",
4996
+ "OptionalValues": [],
4997
+ "ReferenceObjectInternalType": "",
4998
+ "ReferenceObjectSubType": "",
4999
+ "ReferenceObjectType": 2123301536,
5000
+ "TextColor": "",
5001
+ "UiPageKey": "",
5002
+ "Value": "D",
5003
+ "Visible": true
5004
+ }
5005
+ ],
5006
+ "IsEditable": false,
5007
+ "IsSelectableForActions": false,
5008
+ "MainAction": null,
5009
+ "Profile": null,
5010
+ "Type": 0,
5011
+ "UID": "777aecb5-6fed-4fa4-890f-71d9dd77205c"
5012
+ },
5013
+ {
5014
+ "AdditionalData": null,
5015
+ "BackgroundColor": "",
5016
+ "Fields": [
5017
+ {
5018
+ "Accessory": "",
5019
+ "AdditionalValue": "",
5020
+ "ApiName": "ItemTSAType",
5021
+ "BackgroundColor": "",
5022
+ "Enabled": false,
5023
+ "EventsData": null,
5024
+ "FieldType": 1,
5025
+ "FormattedValue": "Bottoms",
5026
+ "GroupFields": null,
5027
+ "Highlighted": false,
5028
+ "NotificationInfo": "",
5029
+ "OptionalValues": [],
5030
+ "ReferenceObjectInternalType": "",
5031
+ "ReferenceObjectSubType": "",
5032
+ "ReferenceObjectType": 2123301536,
5033
+ "TextColor": "",
5034
+ "UiPageKey": "",
5035
+ "Value": "Bottoms",
5036
+ "Visible": true
5037
+ },
5038
+ {
5039
+ "Accessory": "",
5040
+ "AdditionalValue": "",
5041
+ "ApiName": "ObjectMenu",
5042
+ "BackgroundColor": "",
5043
+ "Enabled": true,
5044
+ "EventsData": null,
5045
+ "FieldType": 17,
5046
+ "FormattedValue": "",
5047
+ "GroupFields": null,
5048
+ "Highlighted": false,
5049
+ "NotificationInfo": "",
5050
+ "OptionalValues": [],
5051
+ "ReferenceObjectInternalType": "",
5052
+ "ReferenceObjectSubType": "",
5053
+ "ReferenceObjectType": 0,
5054
+ "TextColor": "",
5055
+ "UiPageKey": "",
5056
+ "Value": "",
5057
+ "Visible": true
5058
+ },
5059
+ {
5060
+ "Accessory": "",
5061
+ "AdditionalValue": "",
5062
+ "ApiName": "TSARelteadItems",
5063
+ "BackgroundColor": "",
5064
+ "Enabled": true,
5065
+ "EventsData": null,
5066
+ "FieldType": 1,
5067
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
5068
+ "GroupFields": null,
5069
+ "Highlighted": false,
5070
+ "NotificationInfo": "",
5071
+ "OptionalValues": [],
5072
+ "ReferenceObjectInternalType": "",
5073
+ "ReferenceObjectSubType": "",
5074
+ "ReferenceObjectType": 168635513,
5075
+ "TextColor": "",
5076
+ "UiPageKey": "",
5077
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
5078
+ "Visible": true
5079
+ },
5080
+ {
5081
+ "Accessory": "",
5082
+ "AdditionalValue": "",
5083
+ "ApiName": "Image",
5084
+ "BackgroundColor": "",
5085
+ "Enabled": false,
5086
+ "EventsData": null,
5087
+ "FieldType": 27,
5088
+ "FormattedValue": "",
5089
+ "GroupFields": null,
5090
+ "Highlighted": false,
5091
+ "NotificationInfo": "",
5092
+ "OptionalValues": [],
5093
+ "ReferenceObjectInternalType": "",
5094
+ "ReferenceObjectSubType": "",
5095
+ "ReferenceObjectType": 602522121,
5096
+ "TextColor": "",
5097
+ "UiPageKey": "",
5098
+ "Value": "",
5099
+ "Visible": true
5100
+ },
5101
+ {
5102
+ "Accessory": "",
5103
+ "AdditionalValue": "",
5104
+ "ApiName": "ItemName",
5105
+ "BackgroundColor": "",
5106
+ "Enabled": false,
5107
+ "EventsData": null,
5108
+ "FieldType": 1,
5109
+ "FormattedValue": "Skinny jeans",
5110
+ "GroupFields": null,
5111
+ "Highlighted": false,
5112
+ "NotificationInfo": "",
5113
+ "OptionalValues": [],
5114
+ "ReferenceObjectInternalType": "",
5115
+ "ReferenceObjectSubType": "",
5116
+ "ReferenceObjectType": 0,
5117
+ "TextColor": "",
5118
+ "UiPageKey": "",
5119
+ "Value": "Skinny jeans",
5120
+ "Visible": true
5121
+ },
5122
+ {
5123
+ "Accessory": "",
5124
+ "AdditionalValue": "",
5125
+ "ApiName": "ItemExternalID",
5126
+ "BackgroundColor": "",
5127
+ "Enabled": false,
5128
+ "EventsData": null,
5129
+ "FieldType": 1,
5130
+ "FormattedValue": "WJS33",
5131
+ "GroupFields": null,
5132
+ "Highlighted": false,
5133
+ "NotificationInfo": "",
5134
+ "OptionalValues": [],
5135
+ "ReferenceObjectInternalType": "",
5136
+ "ReferenceObjectSubType": "",
5137
+ "ReferenceObjectType": 0,
5138
+ "TextColor": "",
5139
+ "UiPageKey": "",
5140
+ "Value": "WJS33",
5141
+ "Visible": true
5142
+ },
5143
+ {
5144
+ "Accessory": "$",
5145
+ "AdditionalValue": "",
5146
+ "ApiName": "ItemPrice",
5147
+ "BackgroundColor": "",
5148
+ "Enabled": false,
5149
+ "EventsData": null,
5150
+ "FieldType": 9,
5151
+ "FormattedValue": "$56.00",
5152
+ "GroupFields": null,
5153
+ "Highlighted": false,
5154
+ "NotificationInfo": "",
5155
+ "OptionalValues": [],
5156
+ "ReferenceObjectInternalType": "",
5157
+ "ReferenceObjectSubType": "",
5158
+ "ReferenceObjectType": 0,
5159
+ "TextColor": "",
5160
+ "UiPageKey": "",
5161
+ "Value": "56.0000",
5162
+ "Visible": true
5163
+ },
5164
+ {
5165
+ "Accessory": "",
5166
+ "AdditionalValue": "",
5167
+ "ApiName": "UnitsQuantity",
5168
+ "BackgroundColor": "",
5169
+ "Enabled": true,
5170
+ "EventsData": null,
5171
+ "FieldType": 17,
5172
+ "FormattedValue": "0",
5173
+ "GroupFields": null,
5174
+ "Highlighted": false,
5175
+ "NotificationInfo": "",
5176
+ "OptionalValues": [],
5177
+ "ReferenceObjectInternalType": "",
5178
+ "ReferenceObjectSubType": "",
5179
+ "ReferenceObjectType": 0,
5180
+ "TextColor": "",
5181
+ "UiPageKey": "",
5182
+ "Value": "0.0000",
5183
+ "Visible": true
5184
+ },
5185
+ {
5186
+ "Accessory": "",
5187
+ "AdditionalValue": "",
5188
+ "ApiName": "ItemTSASeason",
5189
+ "BackgroundColor": "",
5190
+ "Enabled": false,
5191
+ "EventsData": null,
5192
+ "FieldType": 1,
5193
+ "FormattedValue": "Winter",
5194
+ "GroupFields": null,
5195
+ "Highlighted": false,
5196
+ "NotificationInfo": "",
5197
+ "OptionalValues": [],
5198
+ "ReferenceObjectInternalType": "",
5199
+ "ReferenceObjectSubType": "",
5200
+ "ReferenceObjectType": 2123302832,
5201
+ "TextColor": "",
5202
+ "UiPageKey": "",
5203
+ "Value": "Winter",
5204
+ "Visible": true
5205
+ },
5206
+ {
5207
+ "Accessory": "",
5208
+ "AdditionalValue": "",
5209
+ "ApiName": "ItemTSAPackaging",
5210
+ "BackgroundColor": "",
5211
+ "Enabled": false,
5212
+ "EventsData": null,
5213
+ "FieldType": 1,
5214
+ "FormattedValue": "B",
5215
+ "GroupFields": null,
5216
+ "Highlighted": false,
5217
+ "NotificationInfo": "",
5218
+ "OptionalValues": [],
5219
+ "ReferenceObjectInternalType": "",
5220
+ "ReferenceObjectSubType": "",
5221
+ "ReferenceObjectType": 2123302832,
5222
+ "TextColor": "",
5223
+ "UiPageKey": "",
5224
+ "Value": "B",
5225
+ "Visible": true
5226
+ }
5227
+ ],
5228
+ "IsEditable": false,
5229
+ "IsSelectableForActions": false,
5230
+ "MainAction": null,
5231
+ "Profile": null,
5232
+ "Type": 0,
5233
+ "UID": "7fac686e-3ec5-4b95-ba70-c109c8778b63"
5234
+ },
5235
+ {
5236
+ "AdditionalData": null,
5237
+ "BackgroundColor": "",
5238
+ "Fields": [
5239
+ {
5240
+ "Accessory": "",
5241
+ "AdditionalValue": "",
5242
+ "ApiName": "ItemTSAType",
5243
+ "BackgroundColor": "",
5244
+ "Enabled": false,
5245
+ "EventsData": null,
5246
+ "FieldType": 1,
5247
+ "FormattedValue": "Bottoms",
5248
+ "GroupFields": null,
5249
+ "Highlighted": false,
5250
+ "NotificationInfo": "",
5251
+ "OptionalValues": [],
5252
+ "ReferenceObjectInternalType": "",
5253
+ "ReferenceObjectSubType": "",
5254
+ "ReferenceObjectType": -1225808615,
5255
+ "TextColor": "",
5256
+ "UiPageKey": "",
5257
+ "Value": "Bottoms",
5258
+ "Visible": true
5259
+ },
5260
+ {
5261
+ "Accessory": "",
5262
+ "AdditionalValue": "",
5263
+ "ApiName": "ObjectMenu",
5264
+ "BackgroundColor": "",
5265
+ "Enabled": true,
5266
+ "EventsData": null,
5267
+ "FieldType": 17,
5268
+ "FormattedValue": "",
5269
+ "GroupFields": null,
5270
+ "Highlighted": false,
5271
+ "NotificationInfo": "",
5272
+ "OptionalValues": [],
5273
+ "ReferenceObjectInternalType": "",
5274
+ "ReferenceObjectSubType": "",
5275
+ "ReferenceObjectType": 602519433,
5276
+ "TextColor": "",
5277
+ "UiPageKey": "",
5278
+ "Value": "",
5279
+ "Visible": true
5280
+ },
5281
+ {
5282
+ "Accessory": "",
5283
+ "AdditionalValue": "",
5284
+ "ApiName": "TSARelteadItems",
5285
+ "BackgroundColor": "",
5286
+ "Enabled": true,
5287
+ "EventsData": null,
5288
+ "FieldType": 1,
5289
+ "FormattedValue": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
5290
+ "GroupFields": null,
5291
+ "Highlighted": false,
5292
+ "NotificationInfo": "",
5293
+ "OptionalValues": [],
5294
+ "ReferenceObjectInternalType": "",
5295
+ "ReferenceObjectSubType": "",
5296
+ "ReferenceObjectType": 602528137,
5297
+ "TextColor": "",
5298
+ "UiPageKey": "",
5299
+ "Value": "[\"56d8015b-705c-4a1d-9db9-8926fad4bc48\",\"32fca2a8-9882-44e3-a9e2-fb98d4282529\",\"a76fad1a-0143-449f-9553-fa85a11d7e81\",\"f2c6c4c6-b33c-47e1-86a4-57ed5edb757a\",\"e77f883f-92b0-41ef-80fb-806bfb375b6a\"]",
5300
+ "Visible": true
5301
+ },
5302
+ {
5303
+ "Accessory": "",
5304
+ "AdditionalValue": "",
5305
+ "ApiName": "Image",
5306
+ "BackgroundColor": "",
5307
+ "Enabled": false,
5308
+ "EventsData": null,
5309
+ "FieldType": 27,
5310
+ "FormattedValue": "",
5311
+ "GroupFields": null,
5312
+ "Highlighted": false,
5313
+ "NotificationInfo": "",
5314
+ "OptionalValues": [],
5315
+ "ReferenceObjectInternalType": "",
5316
+ "ReferenceObjectSubType": "",
5317
+ "ReferenceObjectType": 2123301536,
5318
+ "TextColor": "",
5319
+ "UiPageKey": "",
5320
+ "Value": "",
5321
+ "Visible": true
5322
+ },
5323
+ {
5324
+ "Accessory": "",
5325
+ "AdditionalValue": "",
5326
+ "ApiName": "ItemName",
5327
+ "BackgroundColor": "",
5328
+ "Enabled": false,
5329
+ "EventsData": null,
5330
+ "FieldType": 1,
5331
+ "FormattedValue": "Skinny jeans",
5332
+ "GroupFields": null,
5333
+ "Highlighted": false,
5334
+ "NotificationInfo": "",
5335
+ "OptionalValues": [],
5336
+ "ReferenceObjectInternalType": "",
5337
+ "ReferenceObjectSubType": "",
5338
+ "ReferenceObjectType": 2123302832,
5339
+ "TextColor": "",
5340
+ "UiPageKey": "",
5341
+ "Value": "Skinny jeans",
5342
+ "Visible": true
5343
+ },
5344
+ {
5345
+ "Accessory": "",
5346
+ "AdditionalValue": "",
5347
+ "ApiName": "ItemExternalID",
5348
+ "BackgroundColor": "",
5349
+ "Enabled": false,
5350
+ "EventsData": null,
5351
+ "FieldType": 1,
5352
+ "FormattedValue": "WJS31",
5353
+ "GroupFields": null,
5354
+ "Highlighted": false,
5355
+ "NotificationInfo": "",
5356
+ "OptionalValues": [],
5357
+ "ReferenceObjectInternalType": "",
5358
+ "ReferenceObjectSubType": "",
5359
+ "ReferenceObjectType": 0,
5360
+ "TextColor": "",
5361
+ "UiPageKey": "",
5362
+ "Value": "WJS31",
5363
+ "Visible": true
5364
+ },
5365
+ {
5366
+ "Accessory": "$",
5367
+ "AdditionalValue": "",
5368
+ "ApiName": "ItemPrice",
5369
+ "BackgroundColor": "",
5370
+ "Enabled": false,
5371
+ "EventsData": null,
5372
+ "FieldType": 9,
5373
+ "FormattedValue": "$118.00",
5374
+ "GroupFields": null,
5375
+ "Highlighted": false,
5376
+ "NotificationInfo": "",
5377
+ "OptionalValues": [],
5378
+ "ReferenceObjectInternalType": "",
5379
+ "ReferenceObjectSubType": "",
5380
+ "ReferenceObjectType": 0,
5381
+ "TextColor": "",
5382
+ "UiPageKey": "",
5383
+ "Value": "118.0000",
5384
+ "Visible": true
5385
+ },
5386
+ {
5387
+ "Accessory": "",
5388
+ "AdditionalValue": "",
5389
+ "ApiName": "UnitsQuantity",
5390
+ "BackgroundColor": "",
5391
+ "Enabled": true,
5392
+ "EventsData": null,
5393
+ "FieldType": 17,
5394
+ "FormattedValue": "0",
5395
+ "GroupFields": null,
5396
+ "Highlighted": false,
5397
+ "NotificationInfo": "",
5398
+ "OptionalValues": [],
5399
+ "ReferenceObjectInternalType": "",
5400
+ "ReferenceObjectSubType": "",
5401
+ "ReferenceObjectType": 2123302832,
5402
+ "TextColor": "",
5403
+ "UiPageKey": "",
5404
+ "Value": "0.0000",
5405
+ "Visible": true
5406
+ },
5407
+ {
5408
+ "Accessory": "",
5409
+ "AdditionalValue": "",
5410
+ "ApiName": "ItemTSASeason",
5411
+ "BackgroundColor": "",
5412
+ "Enabled": false,
5413
+ "EventsData": null,
5414
+ "FieldType": 1,
5415
+ "FormattedValue": "Summer",
5416
+ "GroupFields": null,
5417
+ "Highlighted": false,
5418
+ "NotificationInfo": "",
5419
+ "OptionalValues": [],
5420
+ "ReferenceObjectInternalType": "",
5421
+ "ReferenceObjectSubType": "",
5422
+ "ReferenceObjectType": 2123302832,
5423
+ "TextColor": "",
5424
+ "UiPageKey": "",
5425
+ "Value": "Summer",
5426
+ "Visible": true
5427
+ },
5428
+ {
5429
+ "Accessory": "",
5430
+ "AdditionalValue": "",
5431
+ "ApiName": "ItemTSAPackaging",
5432
+ "BackgroundColor": "",
5433
+ "Enabled": false,
5434
+ "EventsData": null,
5435
+ "FieldType": 1,
5436
+ "FormattedValue": "A",
5437
+ "GroupFields": null,
5438
+ "Highlighted": false,
5439
+ "NotificationInfo": "",
5440
+ "OptionalValues": [],
5441
+ "ReferenceObjectInternalType": "",
5442
+ "ReferenceObjectSubType": "",
5443
+ "ReferenceObjectType": 2123302832,
5444
+ "TextColor": "",
5445
+ "UiPageKey": "",
5446
+ "Value": "A",
5447
+ "Visible": true
5448
+ }
5449
+ ],
5450
+ "IsEditable": false,
5451
+ "IsSelectableForActions": false,
5452
+ "MainAction": null,
5453
+ "Profile": null,
5454
+ "Type": 0,
5455
+ "UID": "10ef7ace-0086-4151-b075-f009fd20a01c"
5456
+ }
5457
+ ],
5458
+ "UIControl": {
5459
+ "ObjectID": "",
5460
+ "Type": "",
5461
+ "DisplayName": "",
5462
+ "Columns": 10,
5463
+ "ControlFields": [
5464
+ {
5465
+ "ApiName": "ItemTSAType",
5466
+ "ColumnWidth": 10,
5467
+ "ColumnWidthType": 0,
5468
+ "FieldName": "Item Type",
5469
+ "FieldType": 1,
5470
+ "Layout": {
5471
+ "Height": 1,
5472
+ "LineNumber": 0,
5473
+ "Width": 1,
5474
+ "X": 0,
5475
+ "XAlignment": 1,
5476
+ "Y": 0,
5477
+ "YAlignment": 3
5478
+ },
5479
+ "Mandatory": false,
5480
+ "MaxFieldCharacters": 0,
5481
+ "MaxFieldLines": 0,
5482
+ "MaxValue": 1000000000,
5483
+ "MinValue": -1000000000,
5484
+ "ReadOnly": true,
5485
+ "Title": "Item Type"
5486
+ },
5487
+ {
5488
+ "ApiName": "ObjectMenu",
5489
+ "ColumnWidth": 10,
5490
+ "ColumnWidthType": 0,
5491
+ "FieldName": "",
5492
+ "FieldType": 17,
5493
+ "Layout": {
5494
+ "Height": 2,
5495
+ "LineNumber": 1,
5496
+ "Width": 2,
5497
+ "X": 8,
5498
+ "XAlignment": 1,
5499
+ "Y": 0,
5500
+ "YAlignment": 3
5501
+ },
5502
+ "Mandatory": false,
5503
+ "MaxFieldCharacters": 0,
5504
+ "MaxFieldLines": 0,
5505
+ "MaxValue": 1000000000,
5506
+ "MinValue": -1000000000,
5507
+ "ReadOnly": false,
5508
+ "Title": ""
5509
+ },
5510
+ {
5511
+ "ApiName": "TSARelteadItems",
5512
+ "ColumnWidth": 10,
5513
+ "ColumnWidthType": 0,
5514
+ "FieldName": "RelteadItems",
5515
+ "FieldType": 1,
5516
+ "Layout": {
5517
+ "Height": 8,
5518
+ "LineNumber": 2,
5519
+ "Width": 10,
5520
+ "X": 0,
5521
+ "XAlignment": 1,
5522
+ "Y": 2,
5523
+ "YAlignment": 3
5524
+ },
5525
+ "Mandatory": false,
5526
+ "MaxFieldCharacters": 0,
5527
+ "MaxFieldLines": 0,
5528
+ "MaxValue": 1000000000,
5529
+ "MinValue": -1000000000,
5530
+ "ReadOnly": false,
5531
+ "Title": "RelteadItems"
5532
+ },
5533
+ {
5534
+ "ApiName": "Image",
5535
+ "ColumnWidth": 10,
5536
+ "ColumnWidthType": 0,
5537
+ "FieldName": "",
5538
+ "FieldType": 20,
5539
+ "Layout": {
5540
+ "Height": 8,
5541
+ "LineNumber": 3,
5542
+ "Width": 10,
5543
+ "X": 0,
5544
+ "XAlignment": 3,
5545
+ "Y": 10,
5546
+ "YAlignment": 3
5547
+ },
5548
+ "Mandatory": false,
5549
+ "MaxFieldCharacters": 0,
5550
+ "MaxFieldLines": 0,
5551
+ "MaxValue": 1000000000,
5552
+ "MinValue": -1000000000,
5553
+ "ReadOnly": true,
5554
+ "Title": ""
5555
+ },
5556
+ {
5557
+ "ApiName": "ItemName",
5558
+ "ColumnWidth": 10,
5559
+ "ColumnWidthType": 0,
5560
+ "FieldName": "",
5561
+ "FieldType": 1,
5562
+ "Layout": {
5563
+ "Height": 1,
5564
+ "LineNumber": 4,
5565
+ "Width": 10,
5566
+ "X": 0,
5567
+ "XAlignment": 3,
5568
+ "Y": 18,
5569
+ "YAlignment": 3
5570
+ },
5571
+ "Mandatory": false,
5572
+ "MaxFieldCharacters": 0,
5573
+ "MaxFieldLines": 0,
5574
+ "MaxValue": 1000000000,
5575
+ "MinValue": -1000000000,
5576
+ "ReadOnly": true,
5577
+ "Title": ""
5578
+ },
5579
+ {
5580
+ "ApiName": "ItemExternalID",
5581
+ "ColumnWidth": 10,
5582
+ "ColumnWidthType": 0,
5583
+ "FieldName": "",
5584
+ "FieldType": 1,
5585
+ "Layout": {
5586
+ "Height": 1,
5587
+ "LineNumber": 5,
5588
+ "Width": 10,
5589
+ "X": 0,
5590
+ "XAlignment": 3,
5591
+ "Y": 19,
5592
+ "YAlignment": 3
5593
+ },
5594
+ "Mandatory": false,
5595
+ "MaxFieldCharacters": 0,
5596
+ "MaxFieldLines": 0,
5597
+ "MaxValue": 1000000000,
5598
+ "MinValue": -1000000000,
5599
+ "ReadOnly": true,
5600
+ "Title": ""
5601
+ },
5602
+ {
5603
+ "ApiName": "ItemPrice",
5604
+ "ColumnWidth": 10,
5605
+ "ColumnWidthType": 0,
5606
+ "FieldName": "",
5607
+ "FieldType": 9,
5608
+ "Layout": {
5609
+ "Height": 1,
5610
+ "LineNumber": 6,
5611
+ "Width": 10,
5612
+ "X": 0,
5613
+ "XAlignment": 3,
5614
+ "Y": 20,
5615
+ "YAlignment": 3
5616
+ },
5617
+ "Mandatory": false,
5618
+ "MaxFieldCharacters": 0,
5619
+ "MaxFieldLines": 0,
5620
+ "MaxValue": 1000000000,
5621
+ "MinValue": -1000000000,
5622
+ "ReadOnly": true,
5623
+ "Title": ""
5624
+ },
5625
+ {
5626
+ "ApiName": "UnitsQuantity",
5627
+ "ColumnWidth": 10,
5628
+ "ColumnWidthType": 0,
5629
+ "FieldName": "",
5630
+ "FieldType": 8,
5631
+ "Layout": {
5632
+ "Height": 2,
5633
+ "LineNumber": 7,
5634
+ "Width": 10,
5635
+ "X": 0,
5636
+ "XAlignment": 3,
5637
+ "Y": 21,
5638
+ "YAlignment": 3
5639
+ },
5640
+ "Mandatory": false,
5641
+ "MaxFieldCharacters": 0,
5642
+ "MaxFieldLines": 0,
5643
+ "MaxValue": 1000000000,
5644
+ "MinValue": -1000000000,
5645
+ "ReadOnly": false,
5646
+ "Title": ""
5647
+ },
5648
+ {
5649
+ "ApiName": "ItemTSASeason",
5650
+ "ColumnWidth": 10,
5651
+ "ColumnWidthType": 0,
5652
+ "FieldName": "Item Season",
5653
+ "FieldType": 1,
5654
+ "Layout": {
5655
+ "Height": 1,
5656
+ "LineNumber": 8,
5657
+ "Width": 1,
5658
+ "X": 0,
5659
+ "XAlignment": 1,
5660
+ "Y": 23,
5661
+ "YAlignment": 3
5662
+ },
5663
+ "Mandatory": false,
5664
+ "MaxFieldCharacters": 0,
5665
+ "MaxFieldLines": 0,
5666
+ "MaxValue": 1000000000,
5667
+ "MinValue": -1000000000,
5668
+ "ReadOnly": true,
5669
+ "Title": "Item Season"
5670
+ },
5671
+ {
5672
+ "ApiName": "ItemTSAPackaging",
5673
+ "ColumnWidth": 10,
5674
+ "ColumnWidthType": 0,
5675
+ "FieldName": "Item Packaging",
5676
+ "FieldType": 1,
5677
+ "Layout": {
5678
+ "Height": 1,
5679
+ "LineNumber": 9,
5680
+ "Width": 1,
5681
+ "X": 0,
5682
+ "XAlignment": 1,
5683
+ "Y": 24,
5684
+ "YAlignment": 3
5685
+ },
5686
+ "Mandatory": false,
5687
+ "MaxFieldCharacters": 0,
5688
+ "MaxFieldLines": 0,
5689
+ "MaxValue": 1000000000,
5690
+ "MinValue": -1000000000,
5691
+ "ReadOnly": true,
5692
+ "Title": "Item Packaging"
5693
+ }
5694
+ ]
5695
+ }
5696
+ };
5697
+
5698
+ // type PepListCarouselSizeType = 'xs' | 'sm' | 'md';
5699
+ class PepInternalCaruselComponent {
5700
+ constructor(fb, layoutService, internalCaruselService, customizationService, elementRef, changeDetectorRef) {
5701
+ this.fb = fb;
5702
+ this.layoutService = layoutService;
5703
+ this.internalCaruselService = internalCaruselService;
5704
+ this.customizationService = customizationService;
5705
+ this.elementRef = elementRef;
5706
+ this.changeDetectorRef = changeDetectorRef;
5707
+ this.controlType = 'internalCarusel';
5708
+ this.layoutType = 'form';
5709
+ this.formValueChange = new EventEmitter();
5710
+ this.formFieldClick = new EventEmitter();
5711
+ this._items = null;
5712
+ this.duration = 1000;
5713
+ this.layout = null;
5714
+ this.itemsToMove = 3;
5715
+ this.lockItemInnerEvents = true;
5716
+ this.hideArrowsInSmallScreen = true;
5717
+ this.prevDisabled = false;
5718
+ this.nextDisabled = false;
5719
+ this.PepScreenSizeType = PepScreenSizeType;
5720
+ this.defaultRowSpan = -1;
5721
+ }
5722
+ set items(value) {
5723
+ this._items = value;
5724
+ this.moveTo(0);
5725
+ }
5726
+ get items() {
5727
+ return this._items;
5728
+ }
5729
+ fillData() {
5730
+ setTimeout(() => {
5731
+ const childrenCount = this.items
5732
+ ? this.items.length
5733
+ : 0;
5734
+ const formRowHeight = this.customizationService.calculateFormFieldHeight() * 16; // convert rem to pixel
5735
+ // Set the default only if not set yet.
5736
+ if (this.defaultRowSpan === -1) {
5737
+ this.defaultRowSpan = this.field.rowSpan;
5738
+ }
5739
+ const maxRow = Math.max(...this.layout.ControlFields.map((f) => {
5740
+ return f.Layout.Y + f.Layout.Height;
5741
+ }));
5742
+ // * 16 convert rem to pixel
5743
+ const cardRowsHeight = this.customizationService.calculateCardRowsHeight(maxRow) * 16;
5744
+ const rowSpanToAdd = (childrenCount * (cardRowsHeight + 16)); // + 16 is the 1rem margin outside card.
5745
+ formRowHeight;
5746
+ this.field.rowSpan = rowSpanToAdd;
5747
+ }, 0);
5748
+ this.changeDetectorRef.markForCheck();
5749
+ }
5750
+ ngOnInit() {
5751
+ // this.internalCaruselService.initCarusel(
5752
+ // this.field.objectId,
5753
+ // this.field.searchCode,
5754
+ // (caruselItems: any) => {
5755
+ this.layout = TempRelatedItems.UIControl;
5756
+ this.items = TempRelatedItems.Rows;
5757
+ this.fillData();
5758
+ // }
5759
+ // );
5760
+ }
5761
+ ngAfterViewInit() {
5762
+ this.layoutService.onResize$.subscribe((size) => {
5763
+ this.screenSize = size;
5764
+ });
5765
+ }
5766
+ ngOnDestroy() {
5767
+ //
5768
+ }
5769
+ // updateChanges(elementToUpdate: any): void {
5770
+ // // Update memory data
5771
+ // for (let index = 0; index < this.caruselData.Rows.length; index++) {
5772
+ // if (this.caruselData.Rows[index].UID === elementToUpdate.UID) {
5773
+ // this.caruselData.Rows[index] = elementToUpdate;
5774
+ // }
5775
+ // }
5776
+ // }
5777
+ // setValueCallback(id: any, res: any): void {
5778
+ // if (res.Rows.length === 1) {
5779
+ // const field = res.Rows[0].Fields.find((f) => f.ApiName === 'ObjectMenu');
5780
+ // if (field) {
5781
+ // // HACK : Until "Enabled" returns from the server, we set PepMenu to be
5782
+ // // Disabled in cart on regular items and not campign items.
5783
+ // field.Enabled = true;
5784
+ // }
5785
+ // this.updateChanges(res.Rows[0]);
5786
+ // }
5787
+ // this.valueChange.emit(res);
5788
+ // this.changeDetectorRef.markForCheck();
5789
+ // }
5790
+ onCustomizeObjectChanged(customizeObjectChangedData) {
5791
+ // this.internalCaruselService.childValueChanged(
5792
+ // customizeObjectChangedData.id,
5793
+ // customizeObjectChangedData.key,
5794
+ // customizeObjectChangedData.value,
5795
+ // (res: any) => {
5796
+ // this.setValueCallback(customizeObjectChangedData.id, res);
5797
+ // }
5798
+ // );
5799
+ this.formValueChange.emit(customizeObjectChangedData);
5800
+ }
5801
+ onCustomizeFieldClick(fieldClickEvent) {
5802
+ const handledEvent = false;
5803
+ // // For the new custom form, the plus and minus events transform in the IPepFormFieldValueChangeEvent
5804
+ // if (fieldClickEvent.controlType === 'qs') {
5805
+ // if (fieldClickEvent.value === PepQuantitySelectorComponent.PLUS) {
5806
+ // handledEvent = true;
5807
+ // this.internalCaruselService.childPlusClick(
5808
+ // fieldClickEvent.id,
5809
+ // fieldClickEvent.key,
5810
+ // (res: any) => {
5811
+ // this.setValueCallback(fieldClickEvent.id, res);
5812
+ // }
5813
+ // );
5814
+ // } else if (
5815
+ // fieldClickEvent.value === PepQuantitySelectorComponent.MINUS
5816
+ // ) {
5817
+ // handledEvent = true;
5818
+ // this.internalCaruselService.childMinusClick(
5819
+ // fieldClickEvent.id,
5820
+ // fieldClickEvent.key,
5821
+ // (res: any) => {
5822
+ // this.setValueCallback(fieldClickEvent.id, res);
5823
+ // }
5824
+ // );
5825
+ // }
5826
+ // }
5827
+ if (!handledEvent) {
5828
+ this.formFieldClick.emit(fieldClickEvent);
5829
+ }
5830
+ }
5831
+ moveLeft() {
5832
+ // this.carousel.moveLeft();
5833
+ const indexToMove = Math.max(this.carousel.currIndex - this.itemsToMove, 0);
5834
+ this.moveTo(indexToMove);
5835
+ }
5836
+ moveRight() {
5837
+ // this.carousel.moveRight();
5838
+ const indexToMove = Math.min(this.carousel.currIndex + this.itemsToMove, this.items.length);
5839
+ this.moveTo(indexToMove);
5840
+ }
5841
+ moveTo(index) {
5842
+ if (this.carousel) {
5843
+ this.carousel.moveTo(index);
5844
+ }
5845
+ }
5846
+ onReachesLeftBound(event) {
5847
+ this.prevDisabled = event;
5848
+ }
5849
+ onReachesRightBound(event) {
5850
+ this.nextDisabled = event;
5851
+ }
5852
+ }
5853
+ PepInternalCaruselComponent.decorators = [
5854
+ { type: Component, args: [{
5855
+ selector: 'pep-internal-carusel',
5856
+ template: "<div class=\"carousel-container\">\n <ng-container *ngIf=\"items?.length > 0; then carouselBlock; else emptyBlock\"></ng-container>\n <ng-template #emptyBlock>\n <!-- No items -->\n </ng-template>\n <ng-template #carouselBlock>\n <pep-button *ngIf=\"!(hideArrowsInSmallScreen && screenSize > PepScreenSizeType.SM)\"\n [iconName]=\"'arrow_left_alt'\" [styleType]=\"'regular'\" [disabled]=\"prevDisabled\" (click)=\"moveLeft()\"\n class=\"carousel-arrow start-arrow\">\n </pep-button>\n <pep-carousel #carousel [xWheelEnabled]=\"false\" [snapDuration]=\"duration\"\n (reachesLeftBound)=\"onReachesLeftBound($event)\" (reachesRightBound)=\"onReachesRightBound($event)\">\n <ng-container *ngFor=\"let item of items\">\n <pep-form pepCarouselItem [layout]=\"layout\" [data]=\"item\" [layoutType]=\"'card'\" class=\"card-view \"\n (valueChange)=\"onCustomizeObjectChanged($event)\" (fieldClick)=\"onCustomizeFieldClick($event)\">\n </pep-form>\n </ng-container>\n </pep-carousel>\n <pep-button *ngIf=\"!(hideArrowsInSmallScreen && screenSize > PepScreenSizeType.SM)\"\n [iconName]=\"'arrow_right_alt'\" [styleType]=\"'regular'\" [disabled]=\"nextDisabled\" (click)=\"moveRight()\"\n class=\"carousel-arrow end-arrow\">\n </pep-button>\n </ng-template>\n</div>",
5857
+ providers: [PepInternalCaruselService],
5858
+ changeDetection: ChangeDetectionStrategy.OnPush,
5859
+ styles: [".carousel-container{position:relative;margin:0 calc(.5rem * -1);margin:0 calc(var(--pep-spacing-sm, .5rem) * -1);display:grid}.carousel-container .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.carousel-container .carousel-arrow.start-arrow{left:0}.carousel-container .carousel-arrow.end-arrow{right:0}.carousel-container ::ng-deep.carousel-content .card-view{padding:.5rem 0!important;padding:var(--pep-spacing-sm,.5rem) 0!important}.carousel-container ::ng-deep.carousel-content .card-view:first-child{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important;-webkit-padding-start:var(--pep-spacing-sm,.5rem)!important;padding-inline-start:var(--pep-spacing-sm,.5rem)!important}.carousel-container ::ng-deep.carousel-content .card-view:last-child{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important;-webkit-padding-end:var(--pep-spacing-sm,.5rem)!important;padding-inline-end:var(--pep-spacing-sm,.5rem)!important}"]
5860
+ },] }
5861
+ ];
5862
+ PepInternalCaruselComponent.ctorParameters = () => [
5863
+ { type: FormBuilder },
5864
+ { type: PepLayoutService },
5865
+ { type: PepInternalCaruselService },
5866
+ { type: PepCustomizationService },
5867
+ { type: ElementRef },
5868
+ { type: ChangeDetectorRef }
5869
+ ];
5870
+ PepInternalCaruselComponent.propDecorators = {
5871
+ field: [{ type: Input }],
5872
+ layoutType: [{ type: Input }],
5873
+ formValueChange: [{ type: Output }],
5874
+ formFieldClick: [{ type: Output }],
5875
+ carousel: [{ type: ViewChild, args: ['carousel', { read: PepCarouselComponent },] }]
5876
+ };
5877
+
2544
5878
  const pepComponentsModules = [
2545
5879
  PepAddressModule,
2546
5880
  PepAttachmentModule,
2547
5881
  PepButtonModule,
5882
+ PepCarouselModule,
2548
5883
  PepCheckboxModule,
2549
5884
  PepDateModule,
2550
5885
  PepImageModule,
@@ -2600,6 +5935,7 @@ PepFormModule.decorators = [
2600
5935
  PepInternalListComponent,
2601
5936
  PepInternalMenuComponent,
2602
5937
  PepInternalPageComponent,
5938
+ PepInternalCaruselComponent
2603
5939
  ],
2604
5940
  },] }
2605
5941
  ];
@@ -2615,5 +5951,5 @@ PepFormModule.ctorParameters = () => [
2615
5951
  * Generated bundle index. Do not edit.
2616
5952
  */
2617
5953
 
2618
- export { PepFormComponent, PepFormModule, PepFieldGeneratorComponent as ɵa, PepIndicatorsComponent as ɵb, PepInternalButtonComponent as ɵc, PepInternalListComponent as ɵd, PepInternalMenuComponent as ɵe, PepInternalPageComponent as ɵf, PepInternalPageService as ɵg };
5954
+ export { PepFormComponent, PepFormModule, PepFieldGeneratorComponent as ɵa, PepIndicatorsComponent as ɵb, PepInternalButtonComponent as ɵc, PepInternalListComponent as ɵd, PepInternalMenuComponent as ɵe, PepInternalPageComponent as ɵf, PepInternalPageService as ɵg, PepInternalCaruselComponent as ɵh, PepInternalCaruselService as ɵi };
2619
5955
  //# sourceMappingURL=pepperi-addons-ngx-lib-form.js.map