@pepperi-addons/ngx-lib 0.2.48 → 0.2.51-beta.1

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