@pepperi-addons/ngx-lib 0.2.49 → 0.2.51-beta.10

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 (66) 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 +3296 -50
  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 +6 -0
  6. package/bundles/pepperi-addons-ngx-lib-icon.umd.js.map +1 -1
  7. package/bundles/pepperi-addons-ngx-lib-image.umd.js +133 -72
  8. package/bundles/pepperi-addons-ngx-lib-image.umd.js.map +1 -1
  9. package/bundles/pepperi-addons-ngx-lib-slider.umd.js.map +1 -1
  10. package/bundles/pepperi-addons-ngx-lib-smart-filters.umd.js +1 -1
  11. package/bundles/pepperi-addons-ngx-lib-smart-filters.umd.js.map +1 -1
  12. package/bundles/pepperi-addons-ngx-lib-textbox.umd.js +1 -1
  13. package/bundles/pepperi-addons-ngx-lib-textbox.umd.js.map +1 -1
  14. package/bundles/pepperi-addons-ngx-lib.umd.js +15 -0
  15. package/bundles/pepperi-addons-ngx-lib.umd.js.map +1 -1
  16. package/core/common/model/wapi.model.d.ts +1 -0
  17. package/core/customization/customization.model.d.ts +10 -0
  18. package/esm2015/checkbox/checkbox.component.js +1 -1
  19. package/esm2015/core/common/model/wapi.model.js +2 -1
  20. package/esm2015/core/customization/customization.model.js +10 -1
  21. package/esm2015/form/field-generator.component.js +2 -2
  22. package/esm2015/form/form.component.js +35 -16
  23. package/esm2015/form/form.module.js +5 -1
  24. package/esm2015/form/internal-carusel.component.js +3223 -0
  25. package/esm2015/form/internal-carusel.service.js +32 -0
  26. package/esm2015/form/internal-page.component.js +1 -32
  27. package/esm2015/form/pepperi-addons-ngx-lib-form.js +3 -1
  28. package/esm2015/group-buttons/group-buttons.component.js +1 -1
  29. package/esm2015/icon/icon-generated-all.model.js +2 -1
  30. package/esm2015/icon/icon-generated.model.js +5 -1
  31. package/esm2015/image/image.component.js +20 -36
  32. package/esm2015/image/image.module.js +3 -1
  33. package/esm2015/image/image.service.js +55 -0
  34. package/esm2015/image/public-api.js +2 -1
  35. package/esm2015/slider/slider.component.js +1 -1
  36. package/esm2015/smart-filters/common/model/base-filter-component.js +2 -2
  37. package/esm2015/textbox/textbox.component.js +2 -2
  38. package/fesm2015/pepperi-addons-ngx-lib-checkbox.js.map +1 -1
  39. package/fesm2015/pepperi-addons-ngx-lib-form.js +3286 -48
  40. package/fesm2015/pepperi-addons-ngx-lib-form.js.map +1 -1
  41. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.js.map +1 -1
  42. package/fesm2015/pepperi-addons-ngx-lib-icon.js +6 -1
  43. package/fesm2015/pepperi-addons-ngx-lib-icon.js.map +1 -1
  44. package/fesm2015/pepperi-addons-ngx-lib-image.js +73 -36
  45. package/fesm2015/pepperi-addons-ngx-lib-image.js.map +1 -1
  46. package/fesm2015/pepperi-addons-ngx-lib-slider.js.map +1 -1
  47. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.js +1 -1
  48. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.js.map +1 -1
  49. package/fesm2015/pepperi-addons-ngx-lib-textbox.js +1 -1
  50. package/fesm2015/pepperi-addons-ngx-lib-textbox.js.map +1 -1
  51. package/fesm2015/pepperi-addons-ngx-lib.js +11 -1
  52. package/fesm2015/pepperi-addons-ngx-lib.js.map +1 -1
  53. package/form/form.component.d.ts +4 -2
  54. package/form/internal-carusel.component.d.ts +34 -0
  55. package/form/internal-carusel.service.d.ts +12 -0
  56. package/form/pepperi-addons-ngx-lib-form.d.ts +2 -0
  57. package/form/pepperi-addons-ngx-lib-form.metadata.json +1 -1
  58. package/icon/icon-generated-all.model.d.ts +1 -0
  59. package/icon/icon-generated.model.d.ts +5 -1
  60. package/icon/pepperi-addons-ngx-lib-icon.metadata.json +1 -1
  61. package/image/image.component.d.ts +5 -5
  62. package/image/image.service.d.ts +11 -0
  63. package/image/pepperi-addons-ngx-lib-image.metadata.json +1 -1
  64. package/image/public-api.d.ts +1 -0
  65. package/package.json +1 -1
  66. package/pepperi-addons-ngx-lib.metadata.json +1 -1
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('@angular/material/core'), require('@angular/material/form-field'), require('@angular/material/button'), require('@angular/material/grid-list'), require('@angular/material/icon'), require('@angular/material/menu'), require('ngx-signaturepad'), require('@pepperi-addons/ngx-lib'), require('@pepperi-addons/ngx-lib/icon'), require('@pepperi-addons/ngx-lib/dialog'), require('@pepperi-addons/ngx-lib/address'), require('@pepperi-addons/ngx-lib/attachment'), require('@pepperi-addons/ngx-lib/button'), require('@pepperi-addons/ngx-lib/checkbox'), require('@pepperi-addons/ngx-lib/date'), require('@pepperi-addons/ngx-lib/image'), require('@pepperi-addons/ngx-lib/images-filmstrip'), require('@pepperi-addons/ngx-lib/quantity-selector'), require('@pepperi-addons/ngx-lib/rich-html-textarea'), require('@pepperi-addons/ngx-lib/select'), require('@pepperi-addons/ngx-lib/separator'), require('@pepperi-addons/ngx-lib/signature'), require('@pepperi-addons/ngx-lib/textarea'), require('@pepperi-addons/ngx-lib/textbox'), require('@pepperi-addons/ngx-lib/field-title'), require('@pepperi-addons/ngx-lib/group-buttons'), require('@ngx-translate/core'), require('rxjs'), require('rxjs/operators')) :
3
- typeof define === 'function' && define.amd ? define('@pepperi-addons/ngx-lib/form', ['exports', '@angular/core', '@angular/common', '@angular/forms', '@angular/material/core', '@angular/material/form-field', '@angular/material/button', '@angular/material/grid-list', '@angular/material/icon', '@angular/material/menu', 'ngx-signaturepad', '@pepperi-addons/ngx-lib', '@pepperi-addons/ngx-lib/icon', '@pepperi-addons/ngx-lib/dialog', '@pepperi-addons/ngx-lib/address', '@pepperi-addons/ngx-lib/attachment', '@pepperi-addons/ngx-lib/button', '@pepperi-addons/ngx-lib/checkbox', '@pepperi-addons/ngx-lib/date', '@pepperi-addons/ngx-lib/image', '@pepperi-addons/ngx-lib/images-filmstrip', '@pepperi-addons/ngx-lib/quantity-selector', '@pepperi-addons/ngx-lib/rich-html-textarea', '@pepperi-addons/ngx-lib/select', '@pepperi-addons/ngx-lib/separator', '@pepperi-addons/ngx-lib/signature', '@pepperi-addons/ngx-lib/textarea', '@pepperi-addons/ngx-lib/textbox', '@pepperi-addons/ngx-lib/field-title', '@pepperi-addons/ngx-lib/group-buttons', '@ngx-translate/core', 'rxjs', 'rxjs/operators'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['pepperi-addons'] = global['pepperi-addons'] || {}, global['pepperi-addons']['ngx-lib'] = global['pepperi-addons']['ngx-lib'] || {}, global['pepperi-addons']['ngx-lib'].form = {}), global.ng.core, global.ng.common, global.ng.forms, global.ng.material.core, global.ng.material.formField, global.ng.material.button, global.ng.material.gridList, global.ng.material.icon, global.ng.material.menu, global.ngxSignaturepad, global['pepperi-addons']['ngx-lib'], global['pepperi-addons']['ngx-lib'].icon, global['pepperi-addons']['ngx-lib'].dialog, global['pepperi-addons']['ngx-lib'].address, global['pepperi-addons']['ngx-lib'].attachment, global['pepperi-addons']['ngx-lib'].button, global['pepperi-addons']['ngx-lib'].checkbox, global['pepperi-addons']['ngx-lib'].date, global['pepperi-addons']['ngx-lib'].image, global['pepperi-addons']['ngx-lib']['images-filmstrip'], global['pepperi-addons']['ngx-lib']['quantity-selector'], global['pepperi-addons']['ngx-lib']['rich-html-textarea'], global['pepperi-addons']['ngx-lib'].select, global['pepperi-addons']['ngx-lib'].separator, global['pepperi-addons']['ngx-lib'].signature, global['pepperi-addons']['ngx-lib'].textarea, global['pepperi-addons']['ngx-lib'].textbox, global['pepperi-addons']['ngx-lib']['field-title'], global['pepperi-addons']['ngx-lib']['group-buttons'], global.translate, global.rxjs, global.rxjs.operators));
5
- }(this, (function (exports, core, common, forms, core$2, formField, button$1, gridList, icon$1, menu, ngxSignaturepad, ngxLib, icon, dialog, address, attachment, button, checkbox, date, image, imagesFilmstrip, quantitySelector, richHtmlTextarea, select, separator, signature, textarea, textbox, fieldTitle, groupButtons, core$1, rxjs, operators) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('@angular/material/core'), require('@angular/material/form-field'), require('@angular/material/button'), require('@angular/material/grid-list'), require('@angular/material/icon'), require('@angular/material/menu'), require('ngx-signaturepad'), require('@pepperi-addons/ngx-lib'), require('@pepperi-addons/ngx-lib/icon'), require('@pepperi-addons/ngx-lib/dialog'), require('@pepperi-addons/ngx-lib/address'), require('@pepperi-addons/ngx-lib/attachment'), require('@pepperi-addons/ngx-lib/button'), require('@pepperi-addons/ngx-lib/carousel'), require('@pepperi-addons/ngx-lib/checkbox'), require('@pepperi-addons/ngx-lib/date'), require('@pepperi-addons/ngx-lib/image'), require('@pepperi-addons/ngx-lib/images-filmstrip'), require('@pepperi-addons/ngx-lib/quantity-selector'), require('@pepperi-addons/ngx-lib/rich-html-textarea'), require('@pepperi-addons/ngx-lib/select'), require('@pepperi-addons/ngx-lib/separator'), require('@pepperi-addons/ngx-lib/signature'), require('@pepperi-addons/ngx-lib/textarea'), require('@pepperi-addons/ngx-lib/textbox'), require('@pepperi-addons/ngx-lib/field-title'), require('@pepperi-addons/ngx-lib/group-buttons'), require('@ngx-translate/core'), require('rxjs'), require('rxjs/operators')) :
3
+ typeof define === 'function' && define.amd ? define('@pepperi-addons/ngx-lib/form', ['exports', '@angular/core', '@angular/common', '@angular/forms', '@angular/material/core', '@angular/material/form-field', '@angular/material/button', '@angular/material/grid-list', '@angular/material/icon', '@angular/material/menu', 'ngx-signaturepad', '@pepperi-addons/ngx-lib', '@pepperi-addons/ngx-lib/icon', '@pepperi-addons/ngx-lib/dialog', '@pepperi-addons/ngx-lib/address', '@pepperi-addons/ngx-lib/attachment', '@pepperi-addons/ngx-lib/button', '@pepperi-addons/ngx-lib/carousel', '@pepperi-addons/ngx-lib/checkbox', '@pepperi-addons/ngx-lib/date', '@pepperi-addons/ngx-lib/image', '@pepperi-addons/ngx-lib/images-filmstrip', '@pepperi-addons/ngx-lib/quantity-selector', '@pepperi-addons/ngx-lib/rich-html-textarea', '@pepperi-addons/ngx-lib/select', '@pepperi-addons/ngx-lib/separator', '@pepperi-addons/ngx-lib/signature', '@pepperi-addons/ngx-lib/textarea', '@pepperi-addons/ngx-lib/textbox', '@pepperi-addons/ngx-lib/field-title', '@pepperi-addons/ngx-lib/group-buttons', '@ngx-translate/core', 'rxjs', 'rxjs/operators'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['pepperi-addons'] = global['pepperi-addons'] || {}, global['pepperi-addons']['ngx-lib'] = global['pepperi-addons']['ngx-lib'] || {}, global['pepperi-addons']['ngx-lib'].form = {}), global.ng.core, global.ng.common, global.ng.forms, global.ng.material.core, global.ng.material.formField, global.ng.material.button, global.ng.material.gridList, global.ng.material.icon, global.ng.material.menu, global.ngxSignaturepad, global['pepperi-addons']['ngx-lib'], global['pepperi-addons']['ngx-lib'].icon, global['pepperi-addons']['ngx-lib'].dialog, global['pepperi-addons']['ngx-lib'].address, global['pepperi-addons']['ngx-lib'].attachment, global['pepperi-addons']['ngx-lib'].button, global['pepperi-addons']['ngx-lib'].carousel, global['pepperi-addons']['ngx-lib'].checkbox, global['pepperi-addons']['ngx-lib'].date, global['pepperi-addons']['ngx-lib'].image, global['pepperi-addons']['ngx-lib']['images-filmstrip'], global['pepperi-addons']['ngx-lib']['quantity-selector'], global['pepperi-addons']['ngx-lib']['rich-html-textarea'], global['pepperi-addons']['ngx-lib'].select, global['pepperi-addons']['ngx-lib'].separator, global['pepperi-addons']['ngx-lib'].signature, global['pepperi-addons']['ngx-lib'].textarea, global['pepperi-addons']['ngx-lib'].textbox, global['pepperi-addons']['ngx-lib']['field-title'], global['pepperi-addons']['ngx-lib']['group-buttons'], global.translate, global.rxjs, global.rxjs.operators));
5
+ }(this, (function (exports, core, common, forms, core$2, formField, button$1, gridList, icon$1, menu, ngxSignaturepad, ngxLib, icon, dialog, address, attachment, button, carousel, checkbox, date, image, imagesFilmstrip, quantitySelector, richHtmlTextarea, select, separator, signature, textarea, textbox, fieldTitle, groupButtons, core$1, rxjs, operators) { 'use strict';
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -656,6 +656,13 @@
656
656
  }
657
657
  break;
658
658
  }
659
+ case ngxLib.FIELD_TYPE.RelatedObjectsCards: {
660
+ options.rowSpan = controlField.Layout.Height;
661
+ options.searchCode = searchCode;
662
+ options.pageInfo = dataField.UIPageInfo;
663
+ customField = new ngxLib.PepInternalCaruselField(options);
664
+ break;
665
+ }
659
666
  case ngxLib.FIELD_TYPE.Link: {
660
667
  options.type = 'link';
661
668
  customField = new ngxLib.PepTextboxField(options);
@@ -1159,8 +1166,9 @@
1159
1166
  try {
1160
1167
  for (var _e = __values(this.fields), _f = _e.next(); !_f.done; _f = _e.next()) {
1161
1168
  var currentField = _f.value;
1162
- // Add all fields except 'internalPage' type (for children).
1163
- if (currentField.controlType !== 'internalPage') {
1169
+ // Add all fields except 'internalPage' && internalCarusel type (for children).
1170
+ if (currentField.controlType !== 'internalPage' &&
1171
+ currentField.controlType !== 'internalCarusel') {
1164
1172
  fields.push(currentField);
1165
1173
  }
1166
1174
  if (!currentField.readonly) {
@@ -1182,7 +1190,8 @@
1182
1190
  // Update form values if changed by calculated fields.
1183
1191
  for (var _g = __values(this.fields), _h = _g.next(); !_h.done; _h = _g.next()) {
1184
1192
  var currentField = _h.value;
1185
- if (currentField.controlType !== 'internalPage') {
1193
+ if (currentField.controlType !== 'internalPage' &&
1194
+ currentField.controlType !== 'internalCarusel') {
1186
1195
  if (currentField.groupFields &&
1187
1196
  currentField.groupFields.length > 0) {
1188
1197
  try {
@@ -1275,7 +1284,7 @@
1275
1284
  var e_8, _e;
1276
1285
  var customField = this_1.fields.filter(function (f) { return f.key === currentField.ApiName; })[0];
1277
1286
  // Update all fields except 'internalPage' type (for children).
1278
- if (customField && customField.controlType !== 'internalPage') {
1287
+ if (customField && (customField.controlType !== 'internalPage' && customField.controlType !== 'internalCarusel')) {
1279
1288
  this_1.updateField(customField, currentField);
1280
1289
  // Update the group fields.
1281
1290
  if (customField.controlType === 'address' &&
@@ -1515,6 +1524,9 @@
1515
1524
  ? -1
1516
1525
  : 0; });
1517
1526
  };
1527
+ PepFormComponent.prototype.onFormValidationChanged = function (formValidationChange) {
1528
+ this.formValidationChange.emit(formValidationChange);
1529
+ };
1518
1530
  PepFormComponent.prototype.onValueChanged = function (event) {
1519
1531
  this.onFormValidationChanged(this.form.valid);
1520
1532
  var formControl = this.getFormControlById(event.key);
@@ -1538,15 +1550,6 @@
1538
1550
  });
1539
1551
  }
1540
1552
  };
1541
- PepFormComponent.prototype.onChildClicked = function (childClick) {
1542
- this.childClick.emit(childClick);
1543
- };
1544
- PepFormComponent.prototype.onChildChanged = function (childChange) {
1545
- this.childChange.emit(childChange);
1546
- };
1547
- PepFormComponent.prototype.onFormValidationChanged = function (formValidationChange) {
1548
- this.formValidationChange.emit(formValidationChange);
1549
- };
1550
1553
  PepFormComponent.prototype.onClick = function (fieldClickEvent) {
1551
1554
  var clickedUiControlField = this.data.Fields.filter(function (f) { return f.ApiName === fieldClickEvent.key; })[0];
1552
1555
  var idType = this.data.Type ? this.data.Type.toString() : '';
@@ -1601,12 +1604,28 @@
1601
1604
  });
1602
1605
  }
1603
1606
  };
1607
+ // This event is for handle the internal page events.
1608
+ PepFormComponent.prototype.onChildClicked = function (childClick) {
1609
+ this.childClick.emit(childClick);
1610
+ };
1611
+ // This event is for handle the internal page events.
1612
+ PepFormComponent.prototype.onChildChanged = function (childChange) {
1613
+ this.childChange.emit(childChange);
1614
+ };
1615
+ // This event is for handle the related items change events.
1616
+ PepFormComponent.prototype.onFormValueChanged = function (event) {
1617
+ this.valueChange.emit(event);
1618
+ };
1619
+ // This event is for handle the related items change events.
1620
+ PepFormComponent.prototype.onFormFieldClick = function (event) {
1621
+ this.fieldClick.emit(event);
1622
+ };
1604
1623
  return PepFormComponent;
1605
1624
  }());
1606
1625
  PepFormComponent.decorators = [
1607
1626
  { type: core.Component, args: [{
1608
1627
  selector: 'pep-form',
1609
- 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>",
1628
+ 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 (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)\">\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 [isActive]=\"isActive\" (elementClick)=\"onClick($event)\" (valueChange)=\"onValueChanged($event)\">\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>",
1610
1629
  changeDetection: core.ChangeDetectionStrategy.OnPush,
1611
1630
  styles: [":host{display:grid}"]
1612
1631
  },] }
@@ -1737,7 +1756,7 @@
1737
1756
  PepFieldGeneratorComponent.decorators = [
1738
1757
  { type: core.Component, args: [{
1739
1758
  selector: 'pep-field-generator',
1740
- 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>",
1759
+ 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\"></pep-internal-carusel>\n\n <ng-container *ngSwitchCase=\"'placeholder'\">\n </ng-container>\n</ng-container>",
1741
1760
  encapsulation: core.ViewEncapsulation.Emulated,
1742
1761
  changeDetection: core.ChangeDetectionStrategy.OnPush,
1743
1762
  styles: [":host{width:100%;height:100%}"]
@@ -2671,18 +2690,6 @@
2671
2690
  (_e = this.orgCont) === null || _e === void 0 ? void 0 : _e.insert(view);
2672
2691
  }
2673
2692
  setTimeout(function () {
2674
- // const buffer = [];
2675
- // if (this.childData.Rows) {
2676
- // // for (let i = 0; i < this.childData.Rows.length; i++) {
2677
- // for (const childDataRow of this.childData.Rows) {
2678
- // const osd = new ObjectSingleData(
2679
- // this.uiControl,
2680
- // childDataRow
2681
- // );
2682
- // osd.IsEditable = true;
2683
- // buffer.push(osd);
2684
- // }
2685
- // }
2686
2693
  var viewType = _this.isTableView()
2687
2694
  ? 'table'
2688
2695
  : 'lines';
@@ -2765,13 +2772,6 @@
2765
2772
  PepInternalPageComponent.prototype.isTableView = function () {
2766
2773
  return this.isMatrixView() || this.isFlatMatrixView();
2767
2774
  };
2768
- // private getItemClass(): string {
2769
- // let res = '';
2770
- // if (!this.isTableView()) {
2771
- // res = 'line-view';
2772
- // }
2773
- // return res;
2774
- // }
2775
2775
  PepInternalPageComponent.prototype.changeChildrenViewType = function (viewTypeKey) {
2776
2776
  var e_1, _f;
2777
2777
  var _this = this;
@@ -2793,9 +2793,6 @@
2793
2793
  }
2794
2794
  finally { if (e_1) throw e_1.error; }
2795
2795
  }
2796
- // check if view type changed
2797
- // if (this.currentViewType.Key != viewTypeKey) {
2798
- // window.scroll(0, 0); //or document.body.scrollTop = 0; or document.querySelector('body').scrollTo(0,0)
2799
2796
  this.currentViewTypeTitle = this.currentViewType.Value;
2800
2797
  this.internalPageService.changeChildrenViewType(this.currentViewType.Key, function (res) {
2801
2798
  if (res.Rows) {
@@ -2823,9 +2820,6 @@
2823
2820
  var _this = this;
2824
2821
  var config = this.dialogService.getDialogConfig({
2825
2822
  disableClose: false,
2826
- // minWidth: '50vw',
2827
- // maxWidth: '90vw',
2828
- // maxHeight: '90vh',
2829
2823
  }, 'large');
2830
2824
  var dialogRef = this.dialogService.openDialog(this.matrixDialogTemplate, {}, config);
2831
2825
  dialogRef.afterOpened().subscribe(function () {
@@ -2883,12 +2877,6 @@
2883
2877
  }
2884
2878
  };
2885
2879
  PepInternalPageComponent.prototype.ngOnDestroy = function () {
2886
- // if (this.childChange) {
2887
- // this.childChange.unsubscribe();
2888
- // }
2889
- // if (this.childClick) {
2890
- // this.childClick.unsubscribe();
2891
- // }
2892
2880
  if (this.resize) {
2893
2881
  this.resize.unsubscribe();
2894
2882
  }
@@ -3051,10 +3039,3265 @@
3051
3039
  customList: [{ type: core.ViewChild, args: [PepInternalListComponent,] }]
3052
3040
  };
3053
3041
 
3042
+ var PepInternalCaruselService = /** @class */ (function () {
3043
+ function PepInternalCaruselService(httpService) {
3044
+ this.httpService = httpService;
3045
+ this.parentId = '0';
3046
+ this.additionalApiName = '';
3047
+ this.transactionUrl = 'Service1.svc/v1/OrderCenter/Transaction/';
3048
+ }
3049
+ PepInternalCaruselService.prototype.initCarusel = function (objectId, searchCode, callbackFunc) {
3050
+ if (!objectId) {
3051
+ return;
3052
+ }
3053
+ this.objectId = objectId;
3054
+ this.searchCode = searchCode;
3055
+ this.httpService
3056
+ .getWapiApiCall("" + this.transactionUrl + this.objectId + "/CaruselItems")
3057
+ .subscribe(function (res) {
3058
+ callbackFunc(res);
3059
+ }
3060
+ // (error) => {},
3061
+ // () => {}
3062
+ );
3063
+ };
3064
+ return PepInternalCaruselService;
3065
+ }());
3066
+ PepInternalCaruselService.decorators = [
3067
+ { type: core.Injectable }
3068
+ ];
3069
+ PepInternalCaruselService.ctorParameters = function () { return [
3070
+ { type: ngxLib.PepHttpService }
3071
+ ]; };
3072
+
3073
+ var PepInternalCaruselComponent = /** @class */ (function () {
3074
+ function PepInternalCaruselComponent(fb, layoutService, internalCaruselService) {
3075
+ this.fb = fb;
3076
+ this.layoutService = layoutService;
3077
+ this.internalCaruselService = internalCaruselService;
3078
+ this.layoutType = 'form';
3079
+ // @Output()
3080
+ // formValueChange: EventEmitter<IPepFormFieldValueChangeEvent> = new EventEmitter<IPepFormFieldValueChangeEvent>();
3081
+ // @Output()
3082
+ // formFieldClick: EventEmitter<IPepFormFieldClickEvent> = new EventEmitter<IPepFormFieldClickEvent>();
3083
+ this._items = null;
3084
+ this.layout = null;
3085
+ this.duration = 1000;
3086
+ this.itemsToMove = 3;
3087
+ this.prevDisabled = false;
3088
+ this.nextDisabled = false;
3089
+ this.PepScreenSizeType = ngxLib.PepScreenSizeType;
3090
+ }
3091
+ Object.defineProperty(PepInternalCaruselComponent.prototype, "items", {
3092
+ get: function () {
3093
+ return this._items;
3094
+ },
3095
+ set: function (value) {
3096
+ this._items = value;
3097
+ // this.moveTo(0);
3098
+ },
3099
+ enumerable: false,
3100
+ configurable: true
3101
+ });
3102
+ PepInternalCaruselComponent.prototype.ngOnInit = function () {
3103
+ // this.internalCaruselService.initCarusel(
3104
+ // this.field.objectId,
3105
+ // this.field.searchCode,
3106
+ // (caruselItems: any) => {
3107
+ var caruselField = this.field;
3108
+ if (caruselField) {
3109
+ this.layout = caruselField.pageInfo.UIControl;
3110
+ this.items = caruselField.pageInfo.Rows;
3111
+ }
3112
+ // }
3113
+ // );
3114
+ };
3115
+ PepInternalCaruselComponent.prototype.ngAfterViewInit = function () {
3116
+ var _this = this;
3117
+ this.layoutService.onResize$.subscribe(function (size) {
3118
+ _this.screenSize = size;
3119
+ });
3120
+ };
3121
+ PepInternalCaruselComponent.prototype.onCustomizeObjectChanged = function (customizeObjectChangedData) {
3122
+ // this.formValueChange.emit(customizeObjectChangedData);
3123
+ };
3124
+ PepInternalCaruselComponent.prototype.onCustomizeFieldClick = function (fieldClickEvent) {
3125
+ // this.formFieldClick.emit(fieldClickEvent);
3126
+ };
3127
+ PepInternalCaruselComponent.prototype.moveLeft = function () {
3128
+ var indexToMove = Math.max(this.carousel.currIndex - this.itemsToMove, 0);
3129
+ this.moveTo(indexToMove);
3130
+ };
3131
+ PepInternalCaruselComponent.prototype.moveRight = function () {
3132
+ var indexToMove = Math.min(this.carousel.currIndex + this.itemsToMove, this.items.length);
3133
+ this.moveTo(indexToMove);
3134
+ };
3135
+ PepInternalCaruselComponent.prototype.moveTo = function (index) {
3136
+ if (this.carousel) {
3137
+ this.carousel.moveTo(index);
3138
+ }
3139
+ };
3140
+ PepInternalCaruselComponent.prototype.onReachesLeftBound = function (event) {
3141
+ this.prevDisabled = event;
3142
+ };
3143
+ PepInternalCaruselComponent.prototype.onReachesRightBound = function (event) {
3144
+ this.nextDisabled = event;
3145
+ };
3146
+ return PepInternalCaruselComponent;
3147
+ }());
3148
+ PepInternalCaruselComponent.decorators = [
3149
+ { type: core.Component, args: [{
3150
+ selector: 'pep-internal-carusel',
3151
+ 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=\"screenSize <= PepScreenSizeType.SM\" [iconName]=\"'arrow_left_alt'\" [styleType]=\"'regular'\"\n [disabled]=\"prevDisabled\" (click)=\"moveLeft()\" 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=\"screenSize <= PepScreenSizeType.SM\" [iconName]=\"'arrow_right_alt'\" [styleType]=\"'regular'\"\n [disabled]=\"nextDisabled\" (click)=\"moveRight()\" class=\"carousel-arrow end-arrow\">\n </pep-button>\n </ng-template>\n</div>",
3152
+ providers: [PepInternalCaruselService],
3153
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
3154
+ styles: [".carousel-container{position:relative;margin:0;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}"]
3155
+ },] }
3156
+ ];
3157
+ PepInternalCaruselComponent.ctorParameters = function () { return [
3158
+ { type: forms.FormBuilder },
3159
+ { type: ngxLib.PepLayoutService },
3160
+ { type: PepInternalCaruselService }
3161
+ ]; };
3162
+ PepInternalCaruselComponent.propDecorators = {
3163
+ carousel: [{ type: core.ViewChild, args: ['carousel', { read: carousel.PepCarouselComponent },] }],
3164
+ field: [{ type: core.Input }],
3165
+ layoutType: [{ type: core.Input }]
3166
+ };
3167
+ // const TempRelatedItems = {
3168
+ // "Rows": [
3169
+ // {
3170
+ // "AdditionalData": null,
3171
+ // "BackgroundColor": "",
3172
+ // "Fields": [
3173
+ // {
3174
+ // "Accessory": "",
3175
+ // "AdditionalValue": "",
3176
+ // "ApiName": "ItemTSAType",
3177
+ // "BackgroundColor": "",
3178
+ // "Enabled": false,
3179
+ // "EventsData": null,
3180
+ // "FieldType": 1,
3181
+ // "FormattedValue": "Accessories",
3182
+ // "GroupFields": null,
3183
+ // "Highlighted": false,
3184
+ // "NotificationInfo": "",
3185
+ // "OptionalValues": [],
3186
+ // "ReferenceObjectInternalType": "",
3187
+ // "ReferenceObjectSubType": "",
3188
+ // "ReferenceObjectType": 2129893312,
3189
+ // "TextColor": "",
3190
+ // "UiPageKey": "",
3191
+ // "Value": "Accessories",
3192
+ // "Visible": true
3193
+ // },
3194
+ // {
3195
+ // "Accessory": "",
3196
+ // "AdditionalValue": "",
3197
+ // "ApiName": "ObjectMenu",
3198
+ // "BackgroundColor": "",
3199
+ // "Enabled": true,
3200
+ // "EventsData": null,
3201
+ // "FieldType": 17,
3202
+ // "FormattedValue": "",
3203
+ // "GroupFields": null,
3204
+ // "Highlighted": false,
3205
+ // "NotificationInfo": "",
3206
+ // "OptionalValues": [],
3207
+ // "ReferenceObjectInternalType": "",
3208
+ // "ReferenceObjectSubType": "",
3209
+ // "ReferenceObjectType": 0,
3210
+ // "TextColor": "",
3211
+ // "UiPageKey": "",
3212
+ // "Value": "",
3213
+ // "Visible": true
3214
+ // },
3215
+ // {
3216
+ // "Accessory": "",
3217
+ // "AdditionalValue": "",
3218
+ // "ApiName": "TSARelteadItems",
3219
+ // "BackgroundColor": "",
3220
+ // "Enabled": true,
3221
+ // "EventsData": null,
3222
+ // "FieldType": 1,
3223
+ // "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\"]",
3224
+ // "GroupFields": null,
3225
+ // "Highlighted": false,
3226
+ // "NotificationInfo": "",
3227
+ // "OptionalValues": [],
3228
+ // "ReferenceObjectInternalType": "",
3229
+ // "ReferenceObjectSubType": "",
3230
+ // "ReferenceObjectType": 0,
3231
+ // "TextColor": "",
3232
+ // "UiPageKey": "",
3233
+ // "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\"]",
3234
+ // "Visible": true
3235
+ // },
3236
+ // {
3237
+ // "Accessory": "",
3238
+ // "AdditionalValue": "",
3239
+ // "ApiName": "Image",
3240
+ // "BackgroundColor": "",
3241
+ // "Enabled": false,
3242
+ // "EventsData": null,
3243
+ // "FieldType": 27,
3244
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/6/65147316_1.jpg?ft=1",
3245
+ // "GroupFields": null,
3246
+ // "Highlighted": false,
3247
+ // "NotificationInfo": "",
3248
+ // "OptionalValues": [],
3249
+ // "ReferenceObjectInternalType": "",
3250
+ // "ReferenceObjectSubType": "",
3251
+ // "ReferenceObjectType": -1,
3252
+ // "TextColor": "",
3253
+ // "UiPageKey": "",
3254
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/6/65147316_1.jpg?ft=1",
3255
+ // "Visible": true
3256
+ // },
3257
+ // {
3258
+ // "Accessory": "",
3259
+ // "AdditionalValue": "",
3260
+ // "ApiName": "ItemName",
3261
+ // "BackgroundColor": "",
3262
+ // "Enabled": false,
3263
+ // "EventsData": null,
3264
+ // "FieldType": 1,
3265
+ // "FormattedValue": "Wool Hat",
3266
+ // "GroupFields": null,
3267
+ // "Highlighted": false,
3268
+ // "NotificationInfo": "",
3269
+ // "OptionalValues": [],
3270
+ // "ReferenceObjectInternalType": "",
3271
+ // "ReferenceObjectSubType": "",
3272
+ // "ReferenceObjectType": 2129890288,
3273
+ // "TextColor": "",
3274
+ // "UiPageKey": "",
3275
+ // "Value": "Wool Hat",
3276
+ // "Visible": true
3277
+ // },
3278
+ // {
3279
+ // "Accessory": "",
3280
+ // "AdditionalValue": "",
3281
+ // "ApiName": "ItemExternalID",
3282
+ // "BackgroundColor": "",
3283
+ // "Enabled": false,
3284
+ // "EventsData": null,
3285
+ // "FieldType": 1,
3286
+ // "FormattedValue": "HT3002",
3287
+ // "GroupFields": null,
3288
+ // "Highlighted": false,
3289
+ // "NotificationInfo": "",
3290
+ // "OptionalValues": [],
3291
+ // "ReferenceObjectInternalType": "",
3292
+ // "ReferenceObjectSubType": "",
3293
+ // "ReferenceObjectType": 0,
3294
+ // "TextColor": "",
3295
+ // "UiPageKey": "",
3296
+ // "Value": "HT3002",
3297
+ // "Visible": true
3298
+ // },
3299
+ // {
3300
+ // "Accessory": "$",
3301
+ // "AdditionalValue": "",
3302
+ // "ApiName": "ItemPrice",
3303
+ // "BackgroundColor": "",
3304
+ // "Enabled": false,
3305
+ // "EventsData": null,
3306
+ // "FieldType": 9,
3307
+ // "FormattedValue": "$23.00",
3308
+ // "GroupFields": null,
3309
+ // "Highlighted": false,
3310
+ // "NotificationInfo": "",
3311
+ // "OptionalValues": [],
3312
+ // "ReferenceObjectInternalType": "",
3313
+ // "ReferenceObjectSubType": "",
3314
+ // "ReferenceObjectType": 2129896912,
3315
+ // "TextColor": "",
3316
+ // "UiPageKey": "",
3317
+ // "Value": "23.0000",
3318
+ // "Visible": true
3319
+ // },
3320
+ // {
3321
+ // "Accessory": "",
3322
+ // "AdditionalValue": "",
3323
+ // "ApiName": "UnitsQuantity",
3324
+ // "BackgroundColor": "",
3325
+ // "Enabled": true,
3326
+ // "EventsData": null,
3327
+ // "FieldType": 28,
3328
+ // "FormattedValue": "0",
3329
+ // "GroupFields": null,
3330
+ // "Highlighted": false,
3331
+ // "NotificationInfo": "",
3332
+ // "OptionalValues": [],
3333
+ // "ReferenceObjectInternalType": "",
3334
+ // "ReferenceObjectSubType": "",
3335
+ // "ReferenceObjectType": 0,
3336
+ // "TextColor": "",
3337
+ // "UiPageKey": "",
3338
+ // "Value": "0.0000",
3339
+ // "Visible": true
3340
+ // },
3341
+ // {
3342
+ // "Accessory": "",
3343
+ // "AdditionalValue": "",
3344
+ // "ApiName": "ItemTSASeason",
3345
+ // "BackgroundColor": "",
3346
+ // "Enabled": false,
3347
+ // "EventsData": null,
3348
+ // "FieldType": 1,
3349
+ // "FormattedValue": "Fall",
3350
+ // "GroupFields": null,
3351
+ // "Highlighted": false,
3352
+ // "NotificationInfo": "",
3353
+ // "OptionalValues": [],
3354
+ // "ReferenceObjectInternalType": "",
3355
+ // "ReferenceObjectSubType": "",
3356
+ // "ReferenceObjectType": 0,
3357
+ // "TextColor": "",
3358
+ // "UiPageKey": "",
3359
+ // "Value": "Fall",
3360
+ // "Visible": true
3361
+ // },
3362
+ // {
3363
+ // "Accessory": "",
3364
+ // "AdditionalValue": "",
3365
+ // "ApiName": "ItemTSAPackaging",
3366
+ // "BackgroundColor": "",
3367
+ // "Enabled": false,
3368
+ // "EventsData": null,
3369
+ // "FieldType": 1,
3370
+ // "FormattedValue": "B",
3371
+ // "GroupFields": null,
3372
+ // "Highlighted": false,
3373
+ // "NotificationInfo": "",
3374
+ // "OptionalValues": [],
3375
+ // "ReferenceObjectInternalType": "",
3376
+ // "ReferenceObjectSubType": "",
3377
+ // "ReferenceObjectType": -1218391789,
3378
+ // "TextColor": "",
3379
+ // "UiPageKey": "",
3380
+ // "Value": "B",
3381
+ // "Visible": true
3382
+ // }
3383
+ // ],
3384
+ // "IsEditable": false,
3385
+ // "IsSelectableForActions": false,
3386
+ // "MainAction": null,
3387
+ // "Profile": null,
3388
+ // "Type": 0,
3389
+ // "UID": "56d8015b-705c-4a1d-9db9-8926fad4bc48"
3390
+ // },
3391
+ // {
3392
+ // "AdditionalData": null,
3393
+ // "BackgroundColor": "",
3394
+ // "Fields": [
3395
+ // {
3396
+ // "Accessory": "",
3397
+ // "AdditionalValue": "",
3398
+ // "ApiName": "ItemTSAType",
3399
+ // "BackgroundColor": "",
3400
+ // "Enabled": false,
3401
+ // "EventsData": null,
3402
+ // "FieldType": 1,
3403
+ // "FormattedValue": "Accessories",
3404
+ // "GroupFields": null,
3405
+ // "Highlighted": false,
3406
+ // "NotificationInfo": "",
3407
+ // "OptionalValues": [],
3408
+ // "ReferenceObjectInternalType": "",
3409
+ // "ReferenceObjectSubType": "",
3410
+ // "ReferenceObjectType": -1,
3411
+ // "TextColor": "",
3412
+ // "UiPageKey": "",
3413
+ // "Value": "Accessories",
3414
+ // "Visible": true
3415
+ // },
3416
+ // {
3417
+ // "Accessory": "",
3418
+ // "AdditionalValue": "",
3419
+ // "ApiName": "ObjectMenu",
3420
+ // "BackgroundColor": "",
3421
+ // "Enabled": true,
3422
+ // "EventsData": null,
3423
+ // "FieldType": 17,
3424
+ // "FormattedValue": "",
3425
+ // "GroupFields": null,
3426
+ // "Highlighted": false,
3427
+ // "NotificationInfo": "",
3428
+ // "OptionalValues": [],
3429
+ // "ReferenceObjectInternalType": "",
3430
+ // "ReferenceObjectSubType": "",
3431
+ // "ReferenceObjectType": 0,
3432
+ // "TextColor": "",
3433
+ // "UiPageKey": "",
3434
+ // "Value": "",
3435
+ // "Visible": true
3436
+ // },
3437
+ // {
3438
+ // "Accessory": "",
3439
+ // "AdditionalValue": "",
3440
+ // "ApiName": "TSARelteadItems",
3441
+ // "BackgroundColor": "",
3442
+ // "Enabled": true,
3443
+ // "EventsData": null,
3444
+ // "FieldType": 1,
3445
+ // "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\"]",
3446
+ // "GroupFields": null,
3447
+ // "Highlighted": false,
3448
+ // "NotificationInfo": "",
3449
+ // "OptionalValues": [],
3450
+ // "ReferenceObjectInternalType": "",
3451
+ // "ReferenceObjectSubType": "",
3452
+ // "ReferenceObjectType": 0,
3453
+ // "TextColor": "",
3454
+ // "UiPageKey": "",
3455
+ // "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\"]",
3456
+ // "Visible": true
3457
+ // },
3458
+ // {
3459
+ // "Accessory": "",
3460
+ // "AdditionalValue": "",
3461
+ // "ApiName": "Image",
3462
+ // "BackgroundColor": "",
3463
+ // "Enabled": false,
3464
+ // "EventsData": null,
3465
+ // "FieldType": 27,
3466
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/7/65147317_1.jpg?ft=1",
3467
+ // "GroupFields": null,
3468
+ // "Highlighted": false,
3469
+ // "NotificationInfo": "",
3470
+ // "OptionalValues": [],
3471
+ // "ReferenceObjectInternalType": "",
3472
+ // "ReferenceObjectSubType": "",
3473
+ // "ReferenceObjectType": -1,
3474
+ // "TextColor": "",
3475
+ // "UiPageKey": "",
3476
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/7/65147317_1.jpg?ft=1",
3477
+ // "Visible": true
3478
+ // },
3479
+ // {
3480
+ // "Accessory": "",
3481
+ // "AdditionalValue": "",
3482
+ // "ApiName": "ItemName",
3483
+ // "BackgroundColor": "",
3484
+ // "Enabled": false,
3485
+ // "EventsData": null,
3486
+ // "FieldType": 1,
3487
+ // "FormattedValue": "Elegant Hat",
3488
+ // "GroupFields": null,
3489
+ // "Highlighted": false,
3490
+ // "NotificationInfo": "",
3491
+ // "OptionalValues": [],
3492
+ // "ReferenceObjectInternalType": "",
3493
+ // "ReferenceObjectSubType": "",
3494
+ // "ReferenceObjectType": -1272524079,
3495
+ // "TextColor": "",
3496
+ // "UiPageKey": "",
3497
+ // "Value": "Elegant Hat",
3498
+ // "Visible": true
3499
+ // },
3500
+ // {
3501
+ // "Accessory": "",
3502
+ // "AdditionalValue": "",
3503
+ // "ApiName": "ItemExternalID",
3504
+ // "BackgroundColor": "",
3505
+ // "Enabled": false,
3506
+ // "EventsData": null,
3507
+ // "FieldType": 1,
3508
+ // "FormattedValue": "HT3003",
3509
+ // "GroupFields": null,
3510
+ // "Highlighted": false,
3511
+ // "NotificationInfo": "",
3512
+ // "OptionalValues": [],
3513
+ // "ReferenceObjectInternalType": "",
3514
+ // "ReferenceObjectSubType": "",
3515
+ // "ReferenceObjectType": 2129893168,
3516
+ // "TextColor": "",
3517
+ // "UiPageKey": "",
3518
+ // "Value": "HT3003",
3519
+ // "Visible": true
3520
+ // },
3521
+ // {
3522
+ // "Accessory": "$",
3523
+ // "AdditionalValue": "",
3524
+ // "ApiName": "ItemPrice",
3525
+ // "BackgroundColor": "",
3526
+ // "Enabled": false,
3527
+ // "EventsData": null,
3528
+ // "FieldType": 9,
3529
+ // "FormattedValue": "$24.00",
3530
+ // "GroupFields": null,
3531
+ // "Highlighted": false,
3532
+ // "NotificationInfo": "",
3533
+ // "OptionalValues": [],
3534
+ // "ReferenceObjectInternalType": "",
3535
+ // "ReferenceObjectSubType": "",
3536
+ // "ReferenceObjectType": -1230843819,
3537
+ // "TextColor": "",
3538
+ // "UiPageKey": "",
3539
+ // "Value": "24.0000",
3540
+ // "Visible": true
3541
+ // },
3542
+ // {
3543
+ // "Accessory": "",
3544
+ // "AdditionalValue": "",
3545
+ // "ApiName": "UnitsQuantity",
3546
+ // "BackgroundColor": "",
3547
+ // "Enabled": true,
3548
+ // "EventsData": null,
3549
+ // "FieldType": 28,
3550
+ // "FormattedValue": "0",
3551
+ // "GroupFields": null,
3552
+ // "Highlighted": false,
3553
+ // "NotificationInfo": "",
3554
+ // "OptionalValues": [],
3555
+ // "ReferenceObjectInternalType": "",
3556
+ // "ReferenceObjectSubType": "",
3557
+ // "ReferenceObjectType": -1,
3558
+ // "TextColor": "",
3559
+ // "UiPageKey": "",
3560
+ // "Value": "0.0000",
3561
+ // "Visible": true
3562
+ // },
3563
+ // {
3564
+ // "Accessory": "",
3565
+ // "AdditionalValue": "",
3566
+ // "ApiName": "ItemTSASeason",
3567
+ // "BackgroundColor": "",
3568
+ // "Enabled": false,
3569
+ // "EventsData": null,
3570
+ // "FieldType": 1,
3571
+ // "FormattedValue": "Fall",
3572
+ // "GroupFields": null,
3573
+ // "Highlighted": false,
3574
+ // "NotificationInfo": "",
3575
+ // "OptionalValues": [],
3576
+ // "ReferenceObjectInternalType": "",
3577
+ // "ReferenceObjectSubType": "",
3578
+ // "ReferenceObjectType": -1,
3579
+ // "TextColor": "",
3580
+ // "UiPageKey": "",
3581
+ // "Value": "Fall",
3582
+ // "Visible": true
3583
+ // },
3584
+ // {
3585
+ // "Accessory": "",
3586
+ // "AdditionalValue": "",
3587
+ // "ApiName": "ItemTSAPackaging",
3588
+ // "BackgroundColor": "",
3589
+ // "Enabled": false,
3590
+ // "EventsData": null,
3591
+ // "FieldType": 1,
3592
+ // "FormattedValue": "C",
3593
+ // "GroupFields": null,
3594
+ // "Highlighted": false,
3595
+ // "NotificationInfo": "",
3596
+ // "OptionalValues": [],
3597
+ // "ReferenceObjectInternalType": "",
3598
+ // "ReferenceObjectSubType": "",
3599
+ // "ReferenceObjectType": 0,
3600
+ // "TextColor": "",
3601
+ // "UiPageKey": "",
3602
+ // "Value": "C",
3603
+ // "Visible": true
3604
+ // }
3605
+ // ],
3606
+ // "IsEditable": false,
3607
+ // "IsSelectableForActions": false,
3608
+ // "MainAction": null,
3609
+ // "Profile": null,
3610
+ // "Type": 0,
3611
+ // "UID": "32fca2a8-9882-44e3-a9e2-fb98d4282529"
3612
+ // },
3613
+ // {
3614
+ // "AdditionalData": null,
3615
+ // "BackgroundColor": "",
3616
+ // "Fields": [
3617
+ // {
3618
+ // "Accessory": "",
3619
+ // "AdditionalValue": "",
3620
+ // "ApiName": "ItemTSAType",
3621
+ // "BackgroundColor": "",
3622
+ // "Enabled": false,
3623
+ // "EventsData": null,
3624
+ // "FieldType": 1,
3625
+ // "FormattedValue": "Accessories",
3626
+ // "GroupFields": null,
3627
+ // "Highlighted": false,
3628
+ // "NotificationInfo": "",
3629
+ // "OptionalValues": [],
3630
+ // "ReferenceObjectInternalType": "",
3631
+ // "ReferenceObjectSubType": "",
3632
+ // "ReferenceObjectType": 14,
3633
+ // "TextColor": "",
3634
+ // "UiPageKey": "",
3635
+ // "Value": "Accessories",
3636
+ // "Visible": true
3637
+ // },
3638
+ // {
3639
+ // "Accessory": "",
3640
+ // "AdditionalValue": "",
3641
+ // "ApiName": "ObjectMenu",
3642
+ // "BackgroundColor": "",
3643
+ // "Enabled": true,
3644
+ // "EventsData": null,
3645
+ // "FieldType": 17,
3646
+ // "FormattedValue": "",
3647
+ // "GroupFields": null,
3648
+ // "Highlighted": false,
3649
+ // "NotificationInfo": "",
3650
+ // "OptionalValues": [],
3651
+ // "ReferenceObjectInternalType": "",
3652
+ // "ReferenceObjectSubType": "",
3653
+ // "ReferenceObjectType": 2129897584,
3654
+ // "TextColor": "",
3655
+ // "UiPageKey": "",
3656
+ // "Value": "",
3657
+ // "Visible": true
3658
+ // },
3659
+ // {
3660
+ // "Accessory": "",
3661
+ // "AdditionalValue": "",
3662
+ // "ApiName": "TSARelteadItems",
3663
+ // "BackgroundColor": "",
3664
+ // "Enabled": true,
3665
+ // "EventsData": null,
3666
+ // "FieldType": 1,
3667
+ // "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\"]",
3668
+ // "GroupFields": null,
3669
+ // "Highlighted": false,
3670
+ // "NotificationInfo": "",
3671
+ // "OptionalValues": [],
3672
+ // "ReferenceObjectInternalType": "",
3673
+ // "ReferenceObjectSubType": "",
3674
+ // "ReferenceObjectType": 0,
3675
+ // "TextColor": "",
3676
+ // "UiPageKey": "",
3677
+ // "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\"]",
3678
+ // "Visible": true
3679
+ // },
3680
+ // {
3681
+ // "Accessory": "",
3682
+ // "AdditionalValue": "",
3683
+ // "ApiName": "Image",
3684
+ // "BackgroundColor": "",
3685
+ // "Enabled": false,
3686
+ // "EventsData": null,
3687
+ // "FieldType": 27,
3688
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/8/65147318_1.jpg?ft=1",
3689
+ // "GroupFields": null,
3690
+ // "Highlighted": false,
3691
+ // "NotificationInfo": "",
3692
+ // "OptionalValues": [],
3693
+ // "ReferenceObjectInternalType": "",
3694
+ // "ReferenceObjectSubType": "",
3695
+ // "ReferenceObjectType": -1252338867,
3696
+ // "TextColor": "",
3697
+ // "UiPageKey": "",
3698
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/8/65147318_1.jpg?ft=1",
3699
+ // "Visible": true
3700
+ // },
3701
+ // {
3702
+ // "Accessory": "",
3703
+ // "AdditionalValue": "",
3704
+ // "ApiName": "ItemName",
3705
+ // "BackgroundColor": "",
3706
+ // "Enabled": false,
3707
+ // "EventsData": null,
3708
+ // "FieldType": 1,
3709
+ // "FormattedValue": "Elegant Hat",
3710
+ // "GroupFields": null,
3711
+ // "Highlighted": false,
3712
+ // "NotificationInfo": "",
3713
+ // "OptionalValues": [],
3714
+ // "ReferenceObjectInternalType": "",
3715
+ // "ReferenceObjectSubType": "",
3716
+ // "ReferenceObjectType": 2,
3717
+ // "TextColor": "",
3718
+ // "UiPageKey": "",
3719
+ // "Value": "Elegant Hat",
3720
+ // "Visible": true
3721
+ // },
3722
+ // {
3723
+ // "Accessory": "",
3724
+ // "AdditionalValue": "",
3725
+ // "ApiName": "ItemExternalID",
3726
+ // "BackgroundColor": "",
3727
+ // "Enabled": false,
3728
+ // "EventsData": null,
3729
+ // "FieldType": 1,
3730
+ // "FormattedValue": "HT3004",
3731
+ // "GroupFields": null,
3732
+ // "Highlighted": false,
3733
+ // "NotificationInfo": "",
3734
+ // "OptionalValues": [],
3735
+ // "ReferenceObjectInternalType": "",
3736
+ // "ReferenceObjectSubType": "",
3737
+ // "ReferenceObjectType": 2125052912,
3738
+ // "TextColor": "",
3739
+ // "UiPageKey": "",
3740
+ // "Value": "HT3004",
3741
+ // "Visible": true
3742
+ // },
3743
+ // {
3744
+ // "Accessory": "$",
3745
+ // "AdditionalValue": "",
3746
+ // "ApiName": "ItemPrice",
3747
+ // "BackgroundColor": "",
3748
+ // "Enabled": false,
3749
+ // "EventsData": null,
3750
+ // "FieldType": 9,
3751
+ // "FormattedValue": "$21.00",
3752
+ // "GroupFields": null,
3753
+ // "Highlighted": false,
3754
+ // "NotificationInfo": "",
3755
+ // "OptionalValues": [],
3756
+ // "ReferenceObjectInternalType": "",
3757
+ // "ReferenceObjectSubType": "",
3758
+ // "ReferenceObjectType": 0,
3759
+ // "TextColor": "",
3760
+ // "UiPageKey": "",
3761
+ // "Value": "21.0000",
3762
+ // "Visible": true
3763
+ // },
3764
+ // {
3765
+ // "Accessory": "",
3766
+ // "AdditionalValue": "",
3767
+ // "ApiName": "UnitsQuantity",
3768
+ // "BackgroundColor": "",
3769
+ // "Enabled": true,
3770
+ // "EventsData": null,
3771
+ // "FieldType": 28,
3772
+ // "FormattedValue": "0",
3773
+ // "GroupFields": null,
3774
+ // "Highlighted": false,
3775
+ // "NotificationInfo": "",
3776
+ // "OptionalValues": [],
3777
+ // "ReferenceObjectInternalType": "",
3778
+ // "ReferenceObjectSubType": "",
3779
+ // "ReferenceObjectType": 8,
3780
+ // "TextColor": "",
3781
+ // "UiPageKey": "",
3782
+ // "Value": "0.0000",
3783
+ // "Visible": true
3784
+ // },
3785
+ // {
3786
+ // "Accessory": "",
3787
+ // "AdditionalValue": "",
3788
+ // "ApiName": "ItemTSASeason",
3789
+ // "BackgroundColor": "",
3790
+ // "Enabled": false,
3791
+ // "EventsData": null,
3792
+ // "FieldType": 1,
3793
+ // "FormattedValue": "Fall",
3794
+ // "GroupFields": null,
3795
+ // "Highlighted": false,
3796
+ // "NotificationInfo": "",
3797
+ // "OptionalValues": [],
3798
+ // "ReferenceObjectInternalType": "",
3799
+ // "ReferenceObjectSubType": "",
3800
+ // "ReferenceObjectType": 2125050496,
3801
+ // "TextColor": "",
3802
+ // "UiPageKey": "",
3803
+ // "Value": "Fall",
3804
+ // "Visible": true
3805
+ // },
3806
+ // {
3807
+ // "Accessory": "",
3808
+ // "AdditionalValue": "",
3809
+ // "ApiName": "ItemTSAPackaging",
3810
+ // "BackgroundColor": "",
3811
+ // "Enabled": false,
3812
+ // "EventsData": null,
3813
+ // "FieldType": 1,
3814
+ // "FormattedValue": "C",
3815
+ // "GroupFields": null,
3816
+ // "Highlighted": false,
3817
+ // "NotificationInfo": "",
3818
+ // "OptionalValues": [],
3819
+ // "ReferenceObjectInternalType": "",
3820
+ // "ReferenceObjectSubType": "",
3821
+ // "ReferenceObjectType": 2125051672,
3822
+ // "TextColor": "",
3823
+ // "UiPageKey": "",
3824
+ // "Value": "C",
3825
+ // "Visible": true
3826
+ // }
3827
+ // ],
3828
+ // "IsEditable": false,
3829
+ // "IsSelectableForActions": false,
3830
+ // "MainAction": null,
3831
+ // "Profile": null,
3832
+ // "Type": 0,
3833
+ // "UID": "a76fad1a-0143-449f-9553-fa85a11d7e81"
3834
+ // },
3835
+ // {
3836
+ // "AdditionalData": null,
3837
+ // "BackgroundColor": "",
3838
+ // "Fields": [
3839
+ // {
3840
+ // "Accessory": "",
3841
+ // "AdditionalValue": "",
3842
+ // "ApiName": "ItemTSAType",
3843
+ // "BackgroundColor": "",
3844
+ // "Enabled": false,
3845
+ // "EventsData": null,
3846
+ // "FieldType": 1,
3847
+ // "FormattedValue": "Accessories",
3848
+ // "GroupFields": null,
3849
+ // "Highlighted": false,
3850
+ // "NotificationInfo": "",
3851
+ // "OptionalValues": [],
3852
+ // "ReferenceObjectInternalType": "",
3853
+ // "ReferenceObjectSubType": "",
3854
+ // "ReferenceObjectType": 1660598050,
3855
+ // "TextColor": "",
3856
+ // "UiPageKey": "",
3857
+ // "Value": "Accessories",
3858
+ // "Visible": true
3859
+ // },
3860
+ // {
3861
+ // "Accessory": "",
3862
+ // "AdditionalValue": "",
3863
+ // "ApiName": "ObjectMenu",
3864
+ // "BackgroundColor": "",
3865
+ // "Enabled": true,
3866
+ // "EventsData": null,
3867
+ // "FieldType": 17,
3868
+ // "FormattedValue": "",
3869
+ // "GroupFields": null,
3870
+ // "Highlighted": false,
3871
+ // "NotificationInfo": "",
3872
+ // "OptionalValues": [],
3873
+ // "ReferenceObjectInternalType": "",
3874
+ // "ReferenceObjectSubType": "",
3875
+ // "ReferenceObjectType": 0,
3876
+ // "TextColor": "",
3877
+ // "UiPageKey": "",
3878
+ // "Value": "",
3879
+ // "Visible": true
3880
+ // },
3881
+ // {
3882
+ // "Accessory": "",
3883
+ // "AdditionalValue": "",
3884
+ // "ApiName": "TSARelteadItems",
3885
+ // "BackgroundColor": "",
3886
+ // "Enabled": true,
3887
+ // "EventsData": null,
3888
+ // "FieldType": 1,
3889
+ // "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\"]",
3890
+ // "GroupFields": null,
3891
+ // "Highlighted": false,
3892
+ // "NotificationInfo": "",
3893
+ // "OptionalValues": [],
3894
+ // "ReferenceObjectInternalType": "",
3895
+ // "ReferenceObjectSubType": "",
3896
+ // "ReferenceObjectType": -1591707634,
3897
+ // "TextColor": "",
3898
+ // "UiPageKey": "",
3899
+ // "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\"]",
3900
+ // "Visible": true
3901
+ // },
3902
+ // {
3903
+ // "Accessory": "",
3904
+ // "AdditionalValue": "",
3905
+ // "ApiName": "Image",
3906
+ // "BackgroundColor": "",
3907
+ // "Enabled": false,
3908
+ // "EventsData": null,
3909
+ // "FieldType": 27,
3910
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/9/65147319_1.jpg?ft=1",
3911
+ // "GroupFields": null,
3912
+ // "Highlighted": false,
3913
+ // "NotificationInfo": "",
3914
+ // "OptionalValues": [],
3915
+ // "ReferenceObjectInternalType": "",
3916
+ // "ReferenceObjectSubType": "",
3917
+ // "ReferenceObjectType": 2125052176,
3918
+ // "TextColor": "",
3919
+ // "UiPageKey": "",
3920
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/9/65147319_1.jpg?ft=1",
3921
+ // "Visible": true
3922
+ // },
3923
+ // {
3924
+ // "Accessory": "",
3925
+ // "AdditionalValue": "",
3926
+ // "ApiName": "ItemName",
3927
+ // "BackgroundColor": "",
3928
+ // "Enabled": false,
3929
+ // "EventsData": null,
3930
+ // "FieldType": 1,
3931
+ // "FormattedValue": "Outdoor Hat",
3932
+ // "GroupFields": null,
3933
+ // "Highlighted": false,
3934
+ // "NotificationInfo": "",
3935
+ // "OptionalValues": [],
3936
+ // "ReferenceObjectInternalType": "",
3937
+ // "ReferenceObjectSubType": "",
3938
+ // "ReferenceObjectType": 2125040248,
3939
+ // "TextColor": "",
3940
+ // "UiPageKey": "",
3941
+ // "Value": "Outdoor Hat",
3942
+ // "Visible": true
3943
+ // },
3944
+ // {
3945
+ // "Accessory": "",
3946
+ // "AdditionalValue": "",
3947
+ // "ApiName": "ItemExternalID",
3948
+ // "BackgroundColor": "",
3949
+ // "Enabled": false,
3950
+ // "EventsData": null,
3951
+ // "FieldType": 1,
3952
+ // "FormattedValue": "HT3005",
3953
+ // "GroupFields": null,
3954
+ // "Highlighted": false,
3955
+ // "NotificationInfo": "",
3956
+ // "OptionalValues": [],
3957
+ // "ReferenceObjectInternalType": "",
3958
+ // "ReferenceObjectSubType": "",
3959
+ // "ReferenceObjectType": 2125053472,
3960
+ // "TextColor": "",
3961
+ // "UiPageKey": "",
3962
+ // "Value": "HT3005",
3963
+ // "Visible": true
3964
+ // },
3965
+ // {
3966
+ // "Accessory": "$",
3967
+ // "AdditionalValue": "",
3968
+ // "ApiName": "ItemPrice",
3969
+ // "BackgroundColor": "",
3970
+ // "Enabled": false,
3971
+ // "EventsData": null,
3972
+ // "FieldType": 9,
3973
+ // "FormattedValue": "$23.00",
3974
+ // "GroupFields": null,
3975
+ // "Highlighted": false,
3976
+ // "NotificationInfo": "",
3977
+ // "OptionalValues": [],
3978
+ // "ReferenceObjectInternalType": "",
3979
+ // "ReferenceObjectSubType": "",
3980
+ // "ReferenceObjectType": 2,
3981
+ // "TextColor": "",
3982
+ // "UiPageKey": "",
3983
+ // "Value": "23.0000",
3984
+ // "Visible": true
3985
+ // },
3986
+ // {
3987
+ // "Accessory": "",
3988
+ // "AdditionalValue": "",
3989
+ // "ApiName": "UnitsQuantity",
3990
+ // "BackgroundColor": "",
3991
+ // "Enabled": true,
3992
+ // "EventsData": null,
3993
+ // "FieldType": 28,
3994
+ // "FormattedValue": "0",
3995
+ // "GroupFields": null,
3996
+ // "Highlighted": false,
3997
+ // "NotificationInfo": "",
3998
+ // "OptionalValues": [],
3999
+ // "ReferenceObjectInternalType": "",
4000
+ // "ReferenceObjectSubType": "",
4001
+ // "ReferenceObjectType": 2106867472,
4002
+ // "TextColor": "",
4003
+ // "UiPageKey": "",
4004
+ // "Value": "0.0000",
4005
+ // "Visible": true
4006
+ // },
4007
+ // {
4008
+ // "Accessory": "",
4009
+ // "AdditionalValue": "",
4010
+ // "ApiName": "ItemTSASeason",
4011
+ // "BackgroundColor": "",
4012
+ // "Enabled": false,
4013
+ // "EventsData": null,
4014
+ // "FieldType": 1,
4015
+ // "FormattedValue": "Fall",
4016
+ // "GroupFields": null,
4017
+ // "Highlighted": false,
4018
+ // "NotificationInfo": "",
4019
+ // "OptionalValues": [],
4020
+ // "ReferenceObjectInternalType": "",
4021
+ // "ReferenceObjectSubType": "",
4022
+ // "ReferenceObjectType": 0,
4023
+ // "TextColor": "",
4024
+ // "UiPageKey": "",
4025
+ // "Value": "Fall",
4026
+ // "Visible": true
4027
+ // },
4028
+ // {
4029
+ // "Accessory": "",
4030
+ // "AdditionalValue": "",
4031
+ // "ApiName": "ItemTSAPackaging",
4032
+ // "BackgroundColor": "",
4033
+ // "Enabled": false,
4034
+ // "EventsData": null,
4035
+ // "FieldType": 1,
4036
+ // "FormattedValue": "D",
4037
+ // "GroupFields": null,
4038
+ // "Highlighted": false,
4039
+ // "NotificationInfo": "",
4040
+ // "OptionalValues": [],
4041
+ // "ReferenceObjectInternalType": "",
4042
+ // "ReferenceObjectSubType": "",
4043
+ // "ReferenceObjectType": 0,
4044
+ // "TextColor": "",
4045
+ // "UiPageKey": "",
4046
+ // "Value": "D",
4047
+ // "Visible": true
4048
+ // }
4049
+ // ],
4050
+ // "IsEditable": false,
4051
+ // "IsSelectableForActions": false,
4052
+ // "MainAction": null,
4053
+ // "Profile": null,
4054
+ // "Type": 0,
4055
+ // "UID": "f2c6c4c6-b33c-47e1-86a4-57ed5edb757a"
4056
+ // },
4057
+ // {
4058
+ // "AdditionalData": null,
4059
+ // "BackgroundColor": "",
4060
+ // "Fields": [
4061
+ // {
4062
+ // "Accessory": "",
4063
+ // "AdditionalValue": "",
4064
+ // "ApiName": "ItemTSAType",
4065
+ // "BackgroundColor": "",
4066
+ // "Enabled": false,
4067
+ // "EventsData": null,
4068
+ // "FieldType": 1,
4069
+ // "FormattedValue": "Accessories",
4070
+ // "GroupFields": null,
4071
+ // "Highlighted": false,
4072
+ // "NotificationInfo": "",
4073
+ // "OptionalValues": [],
4074
+ // "ReferenceObjectInternalType": "",
4075
+ // "ReferenceObjectSubType": "",
4076
+ // "ReferenceObjectType": 5,
4077
+ // "TextColor": "",
4078
+ // "UiPageKey": "",
4079
+ // "Value": "Accessories",
4080
+ // "Visible": true
4081
+ // },
4082
+ // {
4083
+ // "Accessory": "",
4084
+ // "AdditionalValue": "",
4085
+ // "ApiName": "ObjectMenu",
4086
+ // "BackgroundColor": "",
4087
+ // "Enabled": true,
4088
+ // "EventsData": null,
4089
+ // "FieldType": 17,
4090
+ // "FormattedValue": "",
4091
+ // "GroupFields": null,
4092
+ // "Highlighted": false,
4093
+ // "NotificationInfo": "",
4094
+ // "OptionalValues": [],
4095
+ // "ReferenceObjectInternalType": "",
4096
+ // "ReferenceObjectSubType": "",
4097
+ // "ReferenceObjectType": 5,
4098
+ // "TextColor": "",
4099
+ // "UiPageKey": "",
4100
+ // "Value": "",
4101
+ // "Visible": true
4102
+ // },
4103
+ // {
4104
+ // "Accessory": "",
4105
+ // "AdditionalValue": "",
4106
+ // "ApiName": "TSARelteadItems",
4107
+ // "BackgroundColor": "",
4108
+ // "Enabled": true,
4109
+ // "EventsData": null,
4110
+ // "FieldType": 1,
4111
+ // "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\"]",
4112
+ // "GroupFields": null,
4113
+ // "Highlighted": false,
4114
+ // "NotificationInfo": "",
4115
+ // "OptionalValues": [],
4116
+ // "ReferenceObjectInternalType": "",
4117
+ // "ReferenceObjectSubType": "",
4118
+ // "ReferenceObjectType": 2123848360,
4119
+ // "TextColor": "",
4120
+ // "UiPageKey": "",
4121
+ // "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\"]",
4122
+ // "Visible": true
4123
+ // },
4124
+ // {
4125
+ // "Accessory": "",
4126
+ // "AdditionalValue": "",
4127
+ // "ApiName": "Image",
4128
+ // "BackgroundColor": "",
4129
+ // "Enabled": false,
4130
+ // "EventsData": null,
4131
+ // "FieldType": 27,
4132
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/0/65147320_1.jpg?ft=1",
4133
+ // "GroupFields": null,
4134
+ // "Highlighted": false,
4135
+ // "NotificationInfo": "",
4136
+ // "OptionalValues": [],
4137
+ // "ReferenceObjectInternalType": "",
4138
+ // "ReferenceObjectSubType": "",
4139
+ // "ReferenceObjectType": 0,
4140
+ // "TextColor": "",
4141
+ // "UiPageKey": "",
4142
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/0/65147320_1.jpg?ft=1",
4143
+ // "Visible": true
4144
+ // },
4145
+ // {
4146
+ // "Accessory": "",
4147
+ // "AdditionalValue": "",
4148
+ // "ApiName": "ItemName",
4149
+ // "BackgroundColor": "",
4150
+ // "Enabled": false,
4151
+ // "EventsData": null,
4152
+ // "FieldType": 1,
4153
+ // "FormattedValue": "Outdoor Hat",
4154
+ // "GroupFields": null,
4155
+ // "Highlighted": false,
4156
+ // "NotificationInfo": "",
4157
+ // "OptionalValues": [],
4158
+ // "ReferenceObjectInternalType": "",
4159
+ // "ReferenceObjectSubType": "",
4160
+ // "ReferenceObjectType": 2123341872,
4161
+ // "TextColor": "",
4162
+ // "UiPageKey": "",
4163
+ // "Value": "Outdoor Hat",
4164
+ // "Visible": true
4165
+ // },
4166
+ // {
4167
+ // "Accessory": "",
4168
+ // "AdditionalValue": "",
4169
+ // "ApiName": "ItemExternalID",
4170
+ // "BackgroundColor": "",
4171
+ // "Enabled": false,
4172
+ // "EventsData": null,
4173
+ // "FieldType": 1,
4174
+ // "FormattedValue": "HT3006",
4175
+ // "GroupFields": null,
4176
+ // "Highlighted": false,
4177
+ // "NotificationInfo": "",
4178
+ // "OptionalValues": [],
4179
+ // "ReferenceObjectInternalType": "",
4180
+ // "ReferenceObjectSubType": "",
4181
+ // "ReferenceObjectType": -1,
4182
+ // "TextColor": "",
4183
+ // "UiPageKey": "",
4184
+ // "Value": "HT3006",
4185
+ // "Visible": true
4186
+ // },
4187
+ // {
4188
+ // "Accessory": "$",
4189
+ // "AdditionalValue": "",
4190
+ // "ApiName": "ItemPrice",
4191
+ // "BackgroundColor": "",
4192
+ // "Enabled": false,
4193
+ // "EventsData": null,
4194
+ // "FieldType": 9,
4195
+ // "FormattedValue": "$19.00",
4196
+ // "GroupFields": null,
4197
+ // "Highlighted": false,
4198
+ // "NotificationInfo": "",
4199
+ // "OptionalValues": [],
4200
+ // "ReferenceObjectInternalType": "",
4201
+ // "ReferenceObjectSubType": "",
4202
+ // "ReferenceObjectType": 2123850704,
4203
+ // "TextColor": "",
4204
+ // "UiPageKey": "",
4205
+ // "Value": "19.0000",
4206
+ // "Visible": true
4207
+ // },
4208
+ // {
4209
+ // "Accessory": "",
4210
+ // "AdditionalValue": "",
4211
+ // "ApiName": "UnitsQuantity",
4212
+ // "BackgroundColor": "",
4213
+ // "Enabled": true,
4214
+ // "EventsData": null,
4215
+ // "FieldType": 28,
4216
+ // "FormattedValue": "0",
4217
+ // "GroupFields": null,
4218
+ // "Highlighted": false,
4219
+ // "NotificationInfo": "",
4220
+ // "OptionalValues": [],
4221
+ // "ReferenceObjectInternalType": "",
4222
+ // "ReferenceObjectSubType": "",
4223
+ // "ReferenceObjectType": 2123860720,
4224
+ // "TextColor": "",
4225
+ // "UiPageKey": "",
4226
+ // "Value": "0.0000",
4227
+ // "Visible": true
4228
+ // },
4229
+ // {
4230
+ // "Accessory": "",
4231
+ // "AdditionalValue": "",
4232
+ // "ApiName": "ItemTSASeason",
4233
+ // "BackgroundColor": "",
4234
+ // "Enabled": false,
4235
+ // "EventsData": null,
4236
+ // "FieldType": 1,
4237
+ // "FormattedValue": "Fall",
4238
+ // "GroupFields": null,
4239
+ // "Highlighted": false,
4240
+ // "NotificationInfo": "",
4241
+ // "OptionalValues": [],
4242
+ // "ReferenceObjectInternalType": "",
4243
+ // "ReferenceObjectSubType": "",
4244
+ // "ReferenceObjectType": 2123846016,
4245
+ // "TextColor": "",
4246
+ // "UiPageKey": "",
4247
+ // "Value": "Fall",
4248
+ // "Visible": true
4249
+ // },
4250
+ // {
4251
+ // "Accessory": "",
4252
+ // "AdditionalValue": "",
4253
+ // "ApiName": "ItemTSAPackaging",
4254
+ // "BackgroundColor": "",
4255
+ // "Enabled": false,
4256
+ // "EventsData": null,
4257
+ // "FieldType": 1,
4258
+ // "FormattedValue": "D",
4259
+ // "GroupFields": null,
4260
+ // "Highlighted": false,
4261
+ // "NotificationInfo": "",
4262
+ // "OptionalValues": [],
4263
+ // "ReferenceObjectInternalType": "",
4264
+ // "ReferenceObjectSubType": "",
4265
+ // "ReferenceObjectType": 2123846016,
4266
+ // "TextColor": "",
4267
+ // "UiPageKey": "",
4268
+ // "Value": "D",
4269
+ // "Visible": true
4270
+ // }
4271
+ // ],
4272
+ // "IsEditable": false,
4273
+ // "IsSelectableForActions": false,
4274
+ // "MainAction": null,
4275
+ // "Profile": null,
4276
+ // "Type": 0,
4277
+ // "UID": "e77f883f-92b0-41ef-80fb-806bfb375b6a"
4278
+ // },
4279
+ // {
4280
+ // "AdditionalData": null,
4281
+ // "BackgroundColor": "",
4282
+ // "Fields": [
4283
+ // {
4284
+ // "Accessory": "",
4285
+ // "AdditionalValue": "",
4286
+ // "ApiName": "ItemTSAType",
4287
+ // "BackgroundColor": "",
4288
+ // "Enabled": false,
4289
+ // "EventsData": null,
4290
+ // "FieldType": 1,
4291
+ // "FormattedValue": "Accessories",
4292
+ // "GroupFields": null,
4293
+ // "Highlighted": false,
4294
+ // "NotificationInfo": "",
4295
+ // "OptionalValues": [],
4296
+ // "ReferenceObjectInternalType": "",
4297
+ // "ReferenceObjectSubType": "",
4298
+ // "ReferenceObjectType": 2123848360,
4299
+ // "TextColor": "",
4300
+ // "UiPageKey": "",
4301
+ // "Value": "Accessories",
4302
+ // "Visible": true
4303
+ // },
4304
+ // {
4305
+ // "Accessory": "",
4306
+ // "AdditionalValue": "",
4307
+ // "ApiName": "ObjectMenu",
4308
+ // "BackgroundColor": "",
4309
+ // "Enabled": true,
4310
+ // "EventsData": null,
4311
+ // "FieldType": 17,
4312
+ // "FormattedValue": "",
4313
+ // "GroupFields": null,
4314
+ // "Highlighted": false,
4315
+ // "NotificationInfo": "",
4316
+ // "OptionalValues": [],
4317
+ // "ReferenceObjectInternalType": "",
4318
+ // "ReferenceObjectSubType": "",
4319
+ // "ReferenceObjectType": 2123850704,
4320
+ // "TextColor": "",
4321
+ // "UiPageKey": "",
4322
+ // "Value": "",
4323
+ // "Visible": true
4324
+ // },
4325
+ // {
4326
+ // "Accessory": "",
4327
+ // "AdditionalValue": "",
4328
+ // "ApiName": "TSARelteadItems",
4329
+ // "BackgroundColor": "",
4330
+ // "Enabled": true,
4331
+ // "EventsData": null,
4332
+ // "FieldType": 1,
4333
+ // "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\"]",
4334
+ // "GroupFields": null,
4335
+ // "Highlighted": false,
4336
+ // "NotificationInfo": "",
4337
+ // "OptionalValues": [],
4338
+ // "ReferenceObjectInternalType": "",
4339
+ // "ReferenceObjectSubType": "",
4340
+ // "ReferenceObjectType": 5,
4341
+ // "TextColor": "",
4342
+ // "UiPageKey": "",
4343
+ // "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\"]",
4344
+ // "Visible": true
4345
+ // },
4346
+ // {
4347
+ // "Accessory": "",
4348
+ // "AdditionalValue": "",
4349
+ // "ApiName": "Image",
4350
+ // "BackgroundColor": "",
4351
+ // "Enabled": false,
4352
+ // "EventsData": null,
4353
+ // "FieldType": 27,
4354
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/1/65147321_1.jpg?ft=1",
4355
+ // "GroupFields": null,
4356
+ // "Highlighted": false,
4357
+ // "NotificationInfo": "",
4358
+ // "OptionalValues": [],
4359
+ // "ReferenceObjectInternalType": "",
4360
+ // "ReferenceObjectSubType": "",
4361
+ // "ReferenceObjectType": 2123853240,
4362
+ // "TextColor": "",
4363
+ // "UiPageKey": "",
4364
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/1/65147321_1.jpg?ft=1",
4365
+ // "Visible": true
4366
+ // },
4367
+ // {
4368
+ // "Accessory": "",
4369
+ // "AdditionalValue": "",
4370
+ // "ApiName": "ItemName",
4371
+ // "BackgroundColor": "",
4372
+ // "Enabled": false,
4373
+ // "EventsData": null,
4374
+ // "FieldType": 1,
4375
+ // "FormattedValue": "Outdoor Hat",
4376
+ // "GroupFields": null,
4377
+ // "Highlighted": false,
4378
+ // "NotificationInfo": "",
4379
+ // "OptionalValues": [],
4380
+ // "ReferenceObjectInternalType": "",
4381
+ // "ReferenceObjectSubType": "",
4382
+ // "ReferenceObjectType": 5,
4383
+ // "TextColor": "",
4384
+ // "UiPageKey": "",
4385
+ // "Value": "Outdoor Hat",
4386
+ // "Visible": true
4387
+ // },
4388
+ // {
4389
+ // "Accessory": "",
4390
+ // "AdditionalValue": "",
4391
+ // "ApiName": "ItemExternalID",
4392
+ // "BackgroundColor": "",
4393
+ // "Enabled": false,
4394
+ // "EventsData": null,
4395
+ // "FieldType": 1,
4396
+ // "FormattedValue": "HT3007",
4397
+ // "GroupFields": null,
4398
+ // "Highlighted": false,
4399
+ // "NotificationInfo": "",
4400
+ // "OptionalValues": [],
4401
+ // "ReferenceObjectInternalType": "",
4402
+ // "ReferenceObjectSubType": "",
4403
+ // "ReferenceObjectType": 13,
4404
+ // "TextColor": "",
4405
+ // "UiPageKey": "",
4406
+ // "Value": "HT3007",
4407
+ // "Visible": true
4408
+ // },
4409
+ // {
4410
+ // "Accessory": "$",
4411
+ // "AdditionalValue": "",
4412
+ // "ApiName": "ItemPrice",
4413
+ // "BackgroundColor": "",
4414
+ // "Enabled": false,
4415
+ // "EventsData": null,
4416
+ // "FieldType": 9,
4417
+ // "FormattedValue": "$22.00",
4418
+ // "GroupFields": null,
4419
+ // "Highlighted": false,
4420
+ // "NotificationInfo": "",
4421
+ // "OptionalValues": [],
4422
+ // "ReferenceObjectInternalType": "",
4423
+ // "ReferenceObjectSubType": "",
4424
+ // "ReferenceObjectType": 0,
4425
+ // "TextColor": "",
4426
+ // "UiPageKey": "",
4427
+ // "Value": "22.0000",
4428
+ // "Visible": true
4429
+ // },
4430
+ // {
4431
+ // "Accessory": "",
4432
+ // "AdditionalValue": "",
4433
+ // "ApiName": "UnitsQuantity",
4434
+ // "BackgroundColor": "",
4435
+ // "Enabled": true,
4436
+ // "EventsData": null,
4437
+ // "FieldType": 28,
4438
+ // "FormattedValue": "0",
4439
+ // "GroupFields": null,
4440
+ // "Highlighted": false,
4441
+ // "NotificationInfo": "",
4442
+ // "OptionalValues": [],
4443
+ // "ReferenceObjectInternalType": "",
4444
+ // "ReferenceObjectSubType": "",
4445
+ // "ReferenceObjectType": 0,
4446
+ // "TextColor": "",
4447
+ // "UiPageKey": "",
4448
+ // "Value": "0.0000",
4449
+ // "Visible": true
4450
+ // },
4451
+ // {
4452
+ // "Accessory": "",
4453
+ // "AdditionalValue": "",
4454
+ // "ApiName": "ItemTSASeason",
4455
+ // "BackgroundColor": "",
4456
+ // "Enabled": false,
4457
+ // "EventsData": null,
4458
+ // "FieldType": 1,
4459
+ // "FormattedValue": "Fall",
4460
+ // "GroupFields": null,
4461
+ // "Highlighted": false,
4462
+ // "NotificationInfo": "",
4463
+ // "OptionalValues": [],
4464
+ // "ReferenceObjectInternalType": "",
4465
+ // "ReferenceObjectSubType": "",
4466
+ // "ReferenceObjectType": 0,
4467
+ // "TextColor": "",
4468
+ // "UiPageKey": "",
4469
+ // "Value": "Fall",
4470
+ // "Visible": true
4471
+ // },
4472
+ // {
4473
+ // "Accessory": "",
4474
+ // "AdditionalValue": "",
4475
+ // "ApiName": "ItemTSAPackaging",
4476
+ // "BackgroundColor": "",
4477
+ // "Enabled": false,
4478
+ // "EventsData": null,
4479
+ // "FieldType": 1,
4480
+ // "FormattedValue": "D",
4481
+ // "GroupFields": null,
4482
+ // "Highlighted": false,
4483
+ // "NotificationInfo": "",
4484
+ // "OptionalValues": [],
4485
+ // "ReferenceObjectInternalType": "",
4486
+ // "ReferenceObjectSubType": "",
4487
+ // "ReferenceObjectType": 0,
4488
+ // "TextColor": "",
4489
+ // "UiPageKey": "",
4490
+ // "Value": "D",
4491
+ // "Visible": true
4492
+ // }
4493
+ // ],
4494
+ // "IsEditable": false,
4495
+ // "IsSelectableForActions": false,
4496
+ // "MainAction": null,
4497
+ // "Profile": null,
4498
+ // "Type": 0,
4499
+ // "UID": "0b91c165-1ca4-4bb5-ba69-a877948a7a2d"
4500
+ // },
4501
+ // {
4502
+ // "AdditionalData": null,
4503
+ // "BackgroundColor": "",
4504
+ // "Fields": [
4505
+ // {
4506
+ // "Accessory": "",
4507
+ // "AdditionalValue": "",
4508
+ // "ApiName": "ItemTSAType",
4509
+ // "BackgroundColor": "",
4510
+ // "Enabled": false,
4511
+ // "EventsData": null,
4512
+ // "FieldType": 1,
4513
+ // "FormattedValue": "Accessories",
4514
+ // "GroupFields": null,
4515
+ // "Highlighted": false,
4516
+ // "NotificationInfo": "",
4517
+ // "OptionalValues": [],
4518
+ // "ReferenceObjectInternalType": "",
4519
+ // "ReferenceObjectSubType": "",
4520
+ // "ReferenceObjectType": 0,
4521
+ // "TextColor": "",
4522
+ // "UiPageKey": "",
4523
+ // "Value": "Accessories",
4524
+ // "Visible": true
4525
+ // },
4526
+ // {
4527
+ // "Accessory": "",
4528
+ // "AdditionalValue": "",
4529
+ // "ApiName": "ObjectMenu",
4530
+ // "BackgroundColor": "",
4531
+ // "Enabled": true,
4532
+ // "EventsData": null,
4533
+ // "FieldType": 17,
4534
+ // "FormattedValue": "",
4535
+ // "GroupFields": null,
4536
+ // "Highlighted": false,
4537
+ // "NotificationInfo": "",
4538
+ // "OptionalValues": [],
4539
+ // "ReferenceObjectInternalType": "",
4540
+ // "ReferenceObjectSubType": "",
4541
+ // "ReferenceObjectType": 0,
4542
+ // "TextColor": "",
4543
+ // "UiPageKey": "",
4544
+ // "Value": "",
4545
+ // "Visible": true
4546
+ // },
4547
+ // {
4548
+ // "Accessory": "",
4549
+ // "AdditionalValue": "",
4550
+ // "ApiName": "TSARelteadItems",
4551
+ // "BackgroundColor": "",
4552
+ // "Enabled": true,
4553
+ // "EventsData": null,
4554
+ // "FieldType": 1,
4555
+ // "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\"]",
4556
+ // "GroupFields": null,
4557
+ // "Highlighted": false,
4558
+ // "NotificationInfo": "",
4559
+ // "OptionalValues": [],
4560
+ // "ReferenceObjectInternalType": "",
4561
+ // "ReferenceObjectSubType": "",
4562
+ // "ReferenceObjectType": 0,
4563
+ // "TextColor": "",
4564
+ // "UiPageKey": "",
4565
+ // "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\"]",
4566
+ // "Visible": true
4567
+ // },
4568
+ // {
4569
+ // "Accessory": "",
4570
+ // "AdditionalValue": "",
4571
+ // "ApiName": "Image",
4572
+ // "BackgroundColor": "",
4573
+ // "Enabled": false,
4574
+ // "EventsData": null,
4575
+ // "FieldType": 27,
4576
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/2/65147322_1.jpg?ft=1",
4577
+ // "GroupFields": null,
4578
+ // "Highlighted": false,
4579
+ // "NotificationInfo": "",
4580
+ // "OptionalValues": [],
4581
+ // "ReferenceObjectInternalType": "",
4582
+ // "ReferenceObjectSubType": "",
4583
+ // "ReferenceObjectType": 0,
4584
+ // "TextColor": "",
4585
+ // "UiPageKey": "",
4586
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/2/65147322_1.jpg?ft=1",
4587
+ // "Visible": true
4588
+ // },
4589
+ // {
4590
+ // "Accessory": "",
4591
+ // "AdditionalValue": "",
4592
+ // "ApiName": "ItemName",
4593
+ // "BackgroundColor": "",
4594
+ // "Enabled": false,
4595
+ // "EventsData": null,
4596
+ // "FieldType": 1,
4597
+ // "FormattedValue": "Outdoor Hat",
4598
+ // "GroupFields": null,
4599
+ // "Highlighted": false,
4600
+ // "NotificationInfo": "",
4601
+ // "OptionalValues": [],
4602
+ // "ReferenceObjectInternalType": "",
4603
+ // "ReferenceObjectSubType": "",
4604
+ // "ReferenceObjectType": 0,
4605
+ // "TextColor": "",
4606
+ // "UiPageKey": "",
4607
+ // "Value": "Outdoor Hat",
4608
+ // "Visible": true
4609
+ // },
4610
+ // {
4611
+ // "Accessory": "",
4612
+ // "AdditionalValue": "",
4613
+ // "ApiName": "ItemExternalID",
4614
+ // "BackgroundColor": "",
4615
+ // "Enabled": false,
4616
+ // "EventsData": null,
4617
+ // "FieldType": 1,
4618
+ // "FormattedValue": "HT3008",
4619
+ // "GroupFields": null,
4620
+ // "Highlighted": false,
4621
+ // "NotificationInfo": "",
4622
+ // "OptionalValues": [],
4623
+ // "ReferenceObjectInternalType": "",
4624
+ // "ReferenceObjectSubType": "",
4625
+ // "ReferenceObjectType": 0,
4626
+ // "TextColor": "",
4627
+ // "UiPageKey": "",
4628
+ // "Value": "HT3008",
4629
+ // "Visible": true
4630
+ // },
4631
+ // {
4632
+ // "Accessory": "$",
4633
+ // "AdditionalValue": "",
4634
+ // "ApiName": "ItemPrice",
4635
+ // "BackgroundColor": "",
4636
+ // "Enabled": false,
4637
+ // "EventsData": null,
4638
+ // "FieldType": 9,
4639
+ // "FormattedValue": "$22.00",
4640
+ // "GroupFields": null,
4641
+ // "Highlighted": false,
4642
+ // "NotificationInfo": "",
4643
+ // "OptionalValues": [],
4644
+ // "ReferenceObjectInternalType": "",
4645
+ // "ReferenceObjectSubType": "",
4646
+ // "ReferenceObjectType": 0,
4647
+ // "TextColor": "",
4648
+ // "UiPageKey": "",
4649
+ // "Value": "22.0000",
4650
+ // "Visible": true
4651
+ // },
4652
+ // {
4653
+ // "Accessory": "",
4654
+ // "AdditionalValue": "",
4655
+ // "ApiName": "UnitsQuantity",
4656
+ // "BackgroundColor": "",
4657
+ // "Enabled": true,
4658
+ // "EventsData": null,
4659
+ // "FieldType": 28,
4660
+ // "FormattedValue": "0",
4661
+ // "GroupFields": null,
4662
+ // "Highlighted": false,
4663
+ // "NotificationInfo": "",
4664
+ // "OptionalValues": [],
4665
+ // "ReferenceObjectInternalType": "",
4666
+ // "ReferenceObjectSubType": "",
4667
+ // "ReferenceObjectType": 0,
4668
+ // "TextColor": "",
4669
+ // "UiPageKey": "",
4670
+ // "Value": "0.0000",
4671
+ // "Visible": true
4672
+ // },
4673
+ // {
4674
+ // "Accessory": "",
4675
+ // "AdditionalValue": "",
4676
+ // "ApiName": "ItemTSASeason",
4677
+ // "BackgroundColor": "",
4678
+ // "Enabled": false,
4679
+ // "EventsData": null,
4680
+ // "FieldType": 1,
4681
+ // "FormattedValue": "Winter",
4682
+ // "GroupFields": null,
4683
+ // "Highlighted": false,
4684
+ // "NotificationInfo": "",
4685
+ // "OptionalValues": [],
4686
+ // "ReferenceObjectInternalType": "",
4687
+ // "ReferenceObjectSubType": "",
4688
+ // "ReferenceObjectType": 0,
4689
+ // "TextColor": "",
4690
+ // "UiPageKey": "",
4691
+ // "Value": "Winter",
4692
+ // "Visible": true
4693
+ // },
4694
+ // {
4695
+ // "Accessory": "",
4696
+ // "AdditionalValue": "",
4697
+ // "ApiName": "ItemTSAPackaging",
4698
+ // "BackgroundColor": "",
4699
+ // "Enabled": false,
4700
+ // "EventsData": null,
4701
+ // "FieldType": 1,
4702
+ // "FormattedValue": "A",
4703
+ // "GroupFields": null,
4704
+ // "Highlighted": false,
4705
+ // "NotificationInfo": "",
4706
+ // "OptionalValues": [],
4707
+ // "ReferenceObjectInternalType": "",
4708
+ // "ReferenceObjectSubType": "",
4709
+ // "ReferenceObjectType": 0,
4710
+ // "TextColor": "",
4711
+ // "UiPageKey": "",
4712
+ // "Value": "A",
4713
+ // "Visible": true
4714
+ // }
4715
+ // ],
4716
+ // "IsEditable": false,
4717
+ // "IsSelectableForActions": false,
4718
+ // "MainAction": null,
4719
+ // "Profile": null,
4720
+ // "Type": 0,
4721
+ // "UID": "bd8b13ae-2a5c-4689-8488-32f6cb722ba9"
4722
+ // },
4723
+ // {
4724
+ // "AdditionalData": null,
4725
+ // "BackgroundColor": "",
4726
+ // "Fields": [
4727
+ // {
4728
+ // "Accessory": "",
4729
+ // "AdditionalValue": "",
4730
+ // "ApiName": "ItemTSAType",
4731
+ // "BackgroundColor": "",
4732
+ // "Enabled": false,
4733
+ // "EventsData": null,
4734
+ // "FieldType": 1,
4735
+ // "FormattedValue": "Accessories",
4736
+ // "GroupFields": null,
4737
+ // "Highlighted": false,
4738
+ // "NotificationInfo": "",
4739
+ // "OptionalValues": [],
4740
+ // "ReferenceObjectInternalType": "",
4741
+ // "ReferenceObjectSubType": "",
4742
+ // "ReferenceObjectType": 0,
4743
+ // "TextColor": "",
4744
+ // "UiPageKey": "",
4745
+ // "Value": "Accessories",
4746
+ // "Visible": true
4747
+ // },
4748
+ // {
4749
+ // "Accessory": "",
4750
+ // "AdditionalValue": "",
4751
+ // "ApiName": "ObjectMenu",
4752
+ // "BackgroundColor": "",
4753
+ // "Enabled": true,
4754
+ // "EventsData": null,
4755
+ // "FieldType": 17,
4756
+ // "FormattedValue": "",
4757
+ // "GroupFields": null,
4758
+ // "Highlighted": false,
4759
+ // "NotificationInfo": "",
4760
+ // "OptionalValues": [],
4761
+ // "ReferenceObjectInternalType": "",
4762
+ // "ReferenceObjectSubType": "",
4763
+ // "ReferenceObjectType": 0,
4764
+ // "TextColor": "",
4765
+ // "UiPageKey": "",
4766
+ // "Value": "",
4767
+ // "Visible": true
4768
+ // },
4769
+ // {
4770
+ // "Accessory": "",
4771
+ // "AdditionalValue": "",
4772
+ // "ApiName": "TSARelteadItems",
4773
+ // "BackgroundColor": "",
4774
+ // "Enabled": true,
4775
+ // "EventsData": null,
4776
+ // "FieldType": 1,
4777
+ // "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\"]",
4778
+ // "GroupFields": null,
4779
+ // "Highlighted": false,
4780
+ // "NotificationInfo": "",
4781
+ // "OptionalValues": [],
4782
+ // "ReferenceObjectInternalType": "",
4783
+ // "ReferenceObjectSubType": "",
4784
+ // "ReferenceObjectType": 0,
4785
+ // "TextColor": "",
4786
+ // "UiPageKey": "",
4787
+ // "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\"]",
4788
+ // "Visible": true
4789
+ // },
4790
+ // {
4791
+ // "Accessory": "",
4792
+ // "AdditionalValue": "",
4793
+ // "ApiName": "Image",
4794
+ // "BackgroundColor": "",
4795
+ // "Enabled": false,
4796
+ // "EventsData": null,
4797
+ // "FieldType": 27,
4798
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/3/65147323_1.jpg?ft=1",
4799
+ // "GroupFields": null,
4800
+ // "Highlighted": false,
4801
+ // "NotificationInfo": "",
4802
+ // "OptionalValues": [],
4803
+ // "ReferenceObjectInternalType": "",
4804
+ // "ReferenceObjectSubType": "",
4805
+ // "ReferenceObjectType": 0,
4806
+ // "TextColor": "",
4807
+ // "UiPageKey": "",
4808
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/3/65147323_1.jpg?ft=1",
4809
+ // "Visible": true
4810
+ // },
4811
+ // {
4812
+ // "Accessory": "",
4813
+ // "AdditionalValue": "",
4814
+ // "ApiName": "ItemName",
4815
+ // "BackgroundColor": "",
4816
+ // "Enabled": false,
4817
+ // "EventsData": null,
4818
+ // "FieldType": 1,
4819
+ // "FormattedValue": "Outdoor Hat",
4820
+ // "GroupFields": null,
4821
+ // "Highlighted": false,
4822
+ // "NotificationInfo": "",
4823
+ // "OptionalValues": [],
4824
+ // "ReferenceObjectInternalType": "",
4825
+ // "ReferenceObjectSubType": "",
4826
+ // "ReferenceObjectType": 0,
4827
+ // "TextColor": "",
4828
+ // "UiPageKey": "",
4829
+ // "Value": "Outdoor Hat",
4830
+ // "Visible": true
4831
+ // },
4832
+ // {
4833
+ // "Accessory": "",
4834
+ // "AdditionalValue": "",
4835
+ // "ApiName": "ItemExternalID",
4836
+ // "BackgroundColor": "",
4837
+ // "Enabled": false,
4838
+ // "EventsData": null,
4839
+ // "FieldType": 1,
4840
+ // "FormattedValue": "HT3009",
4841
+ // "GroupFields": null,
4842
+ // "Highlighted": false,
4843
+ // "NotificationInfo": "",
4844
+ // "OptionalValues": [],
4845
+ // "ReferenceObjectInternalType": "",
4846
+ // "ReferenceObjectSubType": "",
4847
+ // "ReferenceObjectType": 0,
4848
+ // "TextColor": "",
4849
+ // "UiPageKey": "",
4850
+ // "Value": "HT3009",
4851
+ // "Visible": true
4852
+ // },
4853
+ // {
4854
+ // "Accessory": "$",
4855
+ // "AdditionalValue": "",
4856
+ // "ApiName": "ItemPrice",
4857
+ // "BackgroundColor": "",
4858
+ // "Enabled": false,
4859
+ // "EventsData": null,
4860
+ // "FieldType": 9,
4861
+ // "FormattedValue": "$23.00",
4862
+ // "GroupFields": null,
4863
+ // "Highlighted": false,
4864
+ // "NotificationInfo": "",
4865
+ // "OptionalValues": [],
4866
+ // "ReferenceObjectInternalType": "",
4867
+ // "ReferenceObjectSubType": "",
4868
+ // "ReferenceObjectType": 0,
4869
+ // "TextColor": "",
4870
+ // "UiPageKey": "",
4871
+ // "Value": "23.0000",
4872
+ // "Visible": true
4873
+ // },
4874
+ // {
4875
+ // "Accessory": "",
4876
+ // "AdditionalValue": "",
4877
+ // "ApiName": "UnitsQuantity",
4878
+ // "BackgroundColor": "",
4879
+ // "Enabled": true,
4880
+ // "EventsData": null,
4881
+ // "FieldType": 28,
4882
+ // "FormattedValue": "0",
4883
+ // "GroupFields": null,
4884
+ // "Highlighted": false,
4885
+ // "NotificationInfo": "",
4886
+ // "OptionalValues": [],
4887
+ // "ReferenceObjectInternalType": "",
4888
+ // "ReferenceObjectSubType": "",
4889
+ // "ReferenceObjectType": 0,
4890
+ // "TextColor": "",
4891
+ // "UiPageKey": "",
4892
+ // "Value": "0.0000",
4893
+ // "Visible": true
4894
+ // },
4895
+ // {
4896
+ // "Accessory": "",
4897
+ // "AdditionalValue": "",
4898
+ // "ApiName": "ItemTSASeason",
4899
+ // "BackgroundColor": "",
4900
+ // "Enabled": false,
4901
+ // "EventsData": null,
4902
+ // "FieldType": 1,
4903
+ // "FormattedValue": "Winter",
4904
+ // "GroupFields": null,
4905
+ // "Highlighted": false,
4906
+ // "NotificationInfo": "",
4907
+ // "OptionalValues": [],
4908
+ // "ReferenceObjectInternalType": "",
4909
+ // "ReferenceObjectSubType": "",
4910
+ // "ReferenceObjectType": 0,
4911
+ // "TextColor": "",
4912
+ // "UiPageKey": "",
4913
+ // "Value": "Winter",
4914
+ // "Visible": true
4915
+ // },
4916
+ // {
4917
+ // "Accessory": "",
4918
+ // "AdditionalValue": "",
4919
+ // "ApiName": "ItemTSAPackaging",
4920
+ // "BackgroundColor": "",
4921
+ // "Enabled": false,
4922
+ // "EventsData": null,
4923
+ // "FieldType": 1,
4924
+ // "FormattedValue": "A",
4925
+ // "GroupFields": null,
4926
+ // "Highlighted": false,
4927
+ // "NotificationInfo": "",
4928
+ // "OptionalValues": [],
4929
+ // "ReferenceObjectInternalType": "",
4930
+ // "ReferenceObjectSubType": "",
4931
+ // "ReferenceObjectType": 0,
4932
+ // "TextColor": "",
4933
+ // "UiPageKey": "",
4934
+ // "Value": "A",
4935
+ // "Visible": true
4936
+ // }
4937
+ // ],
4938
+ // "IsEditable": false,
4939
+ // "IsSelectableForActions": false,
4940
+ // "MainAction": null,
4941
+ // "Profile": null,
4942
+ // "Type": 0,
4943
+ // "UID": "27bfe67d-13f4-4982-b5d0-3ebf5d753e0f"
4944
+ // },
4945
+ // {
4946
+ // "AdditionalData": null,
4947
+ // "BackgroundColor": "",
4948
+ // "Fields": [
4949
+ // {
4950
+ // "Accessory": "",
4951
+ // "AdditionalValue": "",
4952
+ // "ApiName": "ItemTSAType",
4953
+ // "BackgroundColor": "",
4954
+ // "Enabled": false,
4955
+ // "EventsData": null,
4956
+ // "FieldType": 1,
4957
+ // "FormattedValue": "Accessories",
4958
+ // "GroupFields": null,
4959
+ // "Highlighted": false,
4960
+ // "NotificationInfo": "",
4961
+ // "OptionalValues": [],
4962
+ // "ReferenceObjectInternalType": "",
4963
+ // "ReferenceObjectSubType": "",
4964
+ // "ReferenceObjectType": 0,
4965
+ // "TextColor": "",
4966
+ // "UiPageKey": "",
4967
+ // "Value": "Accessories",
4968
+ // "Visible": true
4969
+ // },
4970
+ // {
4971
+ // "Accessory": "",
4972
+ // "AdditionalValue": "",
4973
+ // "ApiName": "ObjectMenu",
4974
+ // "BackgroundColor": "",
4975
+ // "Enabled": true,
4976
+ // "EventsData": null,
4977
+ // "FieldType": 17,
4978
+ // "FormattedValue": "",
4979
+ // "GroupFields": null,
4980
+ // "Highlighted": false,
4981
+ // "NotificationInfo": "",
4982
+ // "OptionalValues": [],
4983
+ // "ReferenceObjectInternalType": "",
4984
+ // "ReferenceObjectSubType": "",
4985
+ // "ReferenceObjectType": 0,
4986
+ // "TextColor": "",
4987
+ // "UiPageKey": "",
4988
+ // "Value": "",
4989
+ // "Visible": true
4990
+ // },
4991
+ // {
4992
+ // "Accessory": "",
4993
+ // "AdditionalValue": "",
4994
+ // "ApiName": "TSARelteadItems",
4995
+ // "BackgroundColor": "",
4996
+ // "Enabled": true,
4997
+ // "EventsData": null,
4998
+ // "FieldType": 1,
4999
+ // "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\"]",
5000
+ // "GroupFields": null,
5001
+ // "Highlighted": false,
5002
+ // "NotificationInfo": "",
5003
+ // "OptionalValues": [],
5004
+ // "ReferenceObjectInternalType": "",
5005
+ // "ReferenceObjectSubType": "",
5006
+ // "ReferenceObjectType": 0,
5007
+ // "TextColor": "",
5008
+ // "UiPageKey": "",
5009
+ // "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\"]",
5010
+ // "Visible": true
5011
+ // },
5012
+ // {
5013
+ // "Accessory": "",
5014
+ // "AdditionalValue": "",
5015
+ // "ApiName": "Image",
5016
+ // "BackgroundColor": "",
5017
+ // "Enabled": false,
5018
+ // "EventsData": null,
5019
+ // "FieldType": 27,
5020
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/4/65147324_1.jpg?ft=1",
5021
+ // "GroupFields": null,
5022
+ // "Highlighted": false,
5023
+ // "NotificationInfo": "",
5024
+ // "OptionalValues": [],
5025
+ // "ReferenceObjectInternalType": "",
5026
+ // "ReferenceObjectSubType": "",
5027
+ // "ReferenceObjectType": 0,
5028
+ // "TextColor": "",
5029
+ // "UiPageKey": "",
5030
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/4/65147324_1.jpg?ft=1",
5031
+ // "Visible": true
5032
+ // },
5033
+ // {
5034
+ // "Accessory": "",
5035
+ // "AdditionalValue": "",
5036
+ // "ApiName": "ItemName",
5037
+ // "BackgroundColor": "",
5038
+ // "Enabled": false,
5039
+ // "EventsData": null,
5040
+ // "FieldType": 1,
5041
+ // "FormattedValue": "Sport Hat",
5042
+ // "GroupFields": null,
5043
+ // "Highlighted": false,
5044
+ // "NotificationInfo": "",
5045
+ // "OptionalValues": [],
5046
+ // "ReferenceObjectInternalType": "",
5047
+ // "ReferenceObjectSubType": "",
5048
+ // "ReferenceObjectType": 3473458,
5049
+ // "TextColor": "",
5050
+ // "UiPageKey": "",
5051
+ // "Value": "Sport Hat",
5052
+ // "Visible": true
5053
+ // },
5054
+ // {
5055
+ // "Accessory": "",
5056
+ // "AdditionalValue": "",
5057
+ // "ApiName": "ItemExternalID",
5058
+ // "BackgroundColor": "",
5059
+ // "Enabled": false,
5060
+ // "EventsData": null,
5061
+ // "FieldType": 1,
5062
+ // "FormattedValue": "HT3010",
5063
+ // "GroupFields": null,
5064
+ // "Highlighted": false,
5065
+ // "NotificationInfo": "",
5066
+ // "OptionalValues": [],
5067
+ // "ReferenceObjectInternalType": "",
5068
+ // "ReferenceObjectSubType": "",
5069
+ // "ReferenceObjectType": 0,
5070
+ // "TextColor": "",
5071
+ // "UiPageKey": "",
5072
+ // "Value": "HT3010",
5073
+ // "Visible": true
5074
+ // },
5075
+ // {
5076
+ // "Accessory": "$",
5077
+ // "AdditionalValue": "",
5078
+ // "ApiName": "ItemPrice",
5079
+ // "BackgroundColor": "",
5080
+ // "Enabled": false,
5081
+ // "EventsData": null,
5082
+ // "FieldType": 9,
5083
+ // "FormattedValue": "$24.00",
5084
+ // "GroupFields": null,
5085
+ // "Highlighted": false,
5086
+ // "NotificationInfo": "",
5087
+ // "OptionalValues": [],
5088
+ // "ReferenceObjectInternalType": "",
5089
+ // "ReferenceObjectSubType": "",
5090
+ // "ReferenceObjectType": 0,
5091
+ // "TextColor": "",
5092
+ // "UiPageKey": "",
5093
+ // "Value": "24.0000",
5094
+ // "Visible": true
5095
+ // },
5096
+ // {
5097
+ // "Accessory": "",
5098
+ // "AdditionalValue": "",
5099
+ // "ApiName": "UnitsQuantity",
5100
+ // "BackgroundColor": "",
5101
+ // "Enabled": true,
5102
+ // "EventsData": null,
5103
+ // "FieldType": 28,
5104
+ // "FormattedValue": "0",
5105
+ // "GroupFields": null,
5106
+ // "Highlighted": false,
5107
+ // "NotificationInfo": "",
5108
+ // "OptionalValues": [],
5109
+ // "ReferenceObjectInternalType": "",
5110
+ // "ReferenceObjectSubType": "",
5111
+ // "ReferenceObjectType": 0,
5112
+ // "TextColor": "",
5113
+ // "UiPageKey": "",
5114
+ // "Value": "0.0000",
5115
+ // "Visible": true
5116
+ // },
5117
+ // {
5118
+ // "Accessory": "",
5119
+ // "AdditionalValue": "",
5120
+ // "ApiName": "ItemTSASeason",
5121
+ // "BackgroundColor": "",
5122
+ // "Enabled": false,
5123
+ // "EventsData": null,
5124
+ // "FieldType": 1,
5125
+ // "FormattedValue": "Winter",
5126
+ // "GroupFields": null,
5127
+ // "Highlighted": false,
5128
+ // "NotificationInfo": "",
5129
+ // "OptionalValues": [],
5130
+ // "ReferenceObjectInternalType": "",
5131
+ // "ReferenceObjectSubType": "",
5132
+ // "ReferenceObjectType": 0,
5133
+ // "TextColor": "",
5134
+ // "UiPageKey": "",
5135
+ // "Value": "Winter",
5136
+ // "Visible": true
5137
+ // },
5138
+ // {
5139
+ // "Accessory": "",
5140
+ // "AdditionalValue": "",
5141
+ // "ApiName": "ItemTSAPackaging",
5142
+ // "BackgroundColor": "",
5143
+ // "Enabled": false,
5144
+ // "EventsData": null,
5145
+ // "FieldType": 1,
5146
+ // "FormattedValue": "A",
5147
+ // "GroupFields": null,
5148
+ // "Highlighted": false,
5149
+ // "NotificationInfo": "",
5150
+ // "OptionalValues": [],
5151
+ // "ReferenceObjectInternalType": "",
5152
+ // "ReferenceObjectSubType": "",
5153
+ // "ReferenceObjectType": 0,
5154
+ // "TextColor": "",
5155
+ // "UiPageKey": "",
5156
+ // "Value": "A",
5157
+ // "Visible": true
5158
+ // }
5159
+ // ],
5160
+ // "IsEditable": false,
5161
+ // "IsSelectableForActions": false,
5162
+ // "MainAction": null,
5163
+ // "Profile": null,
5164
+ // "Type": 0,
5165
+ // "UID": "f04e0fd3-7832-432d-ae27-1820ba9a9c85"
5166
+ // },
5167
+ // {
5168
+ // "AdditionalData": null,
5169
+ // "BackgroundColor": "",
5170
+ // "Fields": [
5171
+ // {
5172
+ // "Accessory": "",
5173
+ // "AdditionalValue": "",
5174
+ // "ApiName": "ItemTSAType",
5175
+ // "BackgroundColor": "",
5176
+ // "Enabled": false,
5177
+ // "EventsData": null,
5178
+ // "FieldType": 1,
5179
+ // "FormattedValue": "Accessories",
5180
+ // "GroupFields": null,
5181
+ // "Highlighted": false,
5182
+ // "NotificationInfo": "",
5183
+ // "OptionalValues": [],
5184
+ // "ReferenceObjectInternalType": "",
5185
+ // "ReferenceObjectSubType": "",
5186
+ // "ReferenceObjectType": 2106973712,
5187
+ // "TextColor": "",
5188
+ // "UiPageKey": "",
5189
+ // "Value": "Accessories",
5190
+ // "Visible": true
5191
+ // },
5192
+ // {
5193
+ // "Accessory": "",
5194
+ // "AdditionalValue": "",
5195
+ // "ApiName": "ObjectMenu",
5196
+ // "BackgroundColor": "",
5197
+ // "Enabled": true,
5198
+ // "EventsData": null,
5199
+ // "FieldType": 17,
5200
+ // "FormattedValue": "",
5201
+ // "GroupFields": null,
5202
+ // "Highlighted": false,
5203
+ // "NotificationInfo": "",
5204
+ // "OptionalValues": [],
5205
+ // "ReferenceObjectInternalType": "",
5206
+ // "ReferenceObjectSubType": "",
5207
+ // "ReferenceObjectType": 0,
5208
+ // "TextColor": "",
5209
+ // "UiPageKey": "",
5210
+ // "Value": "",
5211
+ // "Visible": true
5212
+ // },
5213
+ // {
5214
+ // "Accessory": "",
5215
+ // "AdditionalValue": "",
5216
+ // "ApiName": "TSARelteadItems",
5217
+ // "BackgroundColor": "",
5218
+ // "Enabled": true,
5219
+ // "EventsData": null,
5220
+ // "FieldType": 1,
5221
+ // "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\"]",
5222
+ // "GroupFields": null,
5223
+ // "Highlighted": false,
5224
+ // "NotificationInfo": "",
5225
+ // "OptionalValues": [],
5226
+ // "ReferenceObjectInternalType": "",
5227
+ // "ReferenceObjectSubType": "",
5228
+ // "ReferenceObjectType": 13,
5229
+ // "TextColor": "",
5230
+ // "UiPageKey": "",
5231
+ // "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\"]",
5232
+ // "Visible": true
5233
+ // },
5234
+ // {
5235
+ // "Accessory": "",
5236
+ // "AdditionalValue": "",
5237
+ // "ApiName": "Image",
5238
+ // "BackgroundColor": "",
5239
+ // "Enabled": false,
5240
+ // "EventsData": null,
5241
+ // "FieldType": 27,
5242
+ // "FormattedValue": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/5/65147315_1.jpg?ft=1",
5243
+ // "GroupFields": null,
5244
+ // "Highlighted": false,
5245
+ // "NotificationInfo": "",
5246
+ // "OptionalValues": [],
5247
+ // "ReferenceObjectInternalType": "",
5248
+ // "ReferenceObjectSubType": "",
5249
+ // "ReferenceObjectType": 0,
5250
+ // "TextColor": "",
5251
+ // "UiPageKey": "",
5252
+ // "Value": "https://cdn.pepperi.com/WrntyImages/30013636/PortfolioItems/5/65147315_1.jpg?ft=1",
5253
+ // "Visible": true
5254
+ // },
5255
+ // {
5256
+ // "Accessory": "",
5257
+ // "AdditionalValue": "",
5258
+ // "ApiName": "ItemName",
5259
+ // "BackgroundColor": "",
5260
+ // "Enabled": false,
5261
+ // "EventsData": null,
5262
+ // "FieldType": 1,
5263
+ // "FormattedValue": "Wool Hat",
5264
+ // "GroupFields": null,
5265
+ // "Highlighted": false,
5266
+ // "NotificationInfo": "",
5267
+ // "OptionalValues": [],
5268
+ // "ReferenceObjectInternalType": "",
5269
+ // "ReferenceObjectSubType": "",
5270
+ // "ReferenceObjectType": 0,
5271
+ // "TextColor": "",
5272
+ // "UiPageKey": "",
5273
+ // "Value": "Wool Hat",
5274
+ // "Visible": true
5275
+ // },
5276
+ // {
5277
+ // "Accessory": "",
5278
+ // "AdditionalValue": "",
5279
+ // "ApiName": "ItemExternalID",
5280
+ // "BackgroundColor": "",
5281
+ // "Enabled": false,
5282
+ // "EventsData": null,
5283
+ // "FieldType": 1,
5284
+ // "FormattedValue": "HT3001",
5285
+ // "GroupFields": null,
5286
+ // "Highlighted": false,
5287
+ // "NotificationInfo": "",
5288
+ // "OptionalValues": [],
5289
+ // "ReferenceObjectInternalType": "",
5290
+ // "ReferenceObjectSubType": "",
5291
+ // "ReferenceObjectType": 0,
5292
+ // "TextColor": "",
5293
+ // "UiPageKey": "",
5294
+ // "Value": "HT3001",
5295
+ // "Visible": true
5296
+ // },
5297
+ // {
5298
+ // "Accessory": "$",
5299
+ // "AdditionalValue": "",
5300
+ // "ApiName": "ItemPrice",
5301
+ // "BackgroundColor": "",
5302
+ // "Enabled": false,
5303
+ // "EventsData": null,
5304
+ // "FieldType": 9,
5305
+ // "FormattedValue": "$23.00",
5306
+ // "GroupFields": null,
5307
+ // "Highlighted": false,
5308
+ // "NotificationInfo": "",
5309
+ // "OptionalValues": [],
5310
+ // "ReferenceObjectInternalType": "",
5311
+ // "ReferenceObjectSubType": "",
5312
+ // "ReferenceObjectType": 4980834,
5313
+ // "TextColor": "",
5314
+ // "UiPageKey": "",
5315
+ // "Value": "23.0000",
5316
+ // "Visible": true
5317
+ // },
5318
+ // {
5319
+ // "Accessory": "",
5320
+ // "AdditionalValue": "",
5321
+ // "ApiName": "UnitsQuantity",
5322
+ // "BackgroundColor": "",
5323
+ // "Enabled": true,
5324
+ // "EventsData": null,
5325
+ // "FieldType": 28,
5326
+ // "FormattedValue": "1",
5327
+ // "GroupFields": null,
5328
+ // "Highlighted": false,
5329
+ // "NotificationInfo": "",
5330
+ // "OptionalValues": [],
5331
+ // "ReferenceObjectInternalType": "",
5332
+ // "ReferenceObjectSubType": "",
5333
+ // "ReferenceObjectType": 0,
5334
+ // "TextColor": "#FF0000",
5335
+ // "UiPageKey": "",
5336
+ // "Value": "1.0000",
5337
+ // "Visible": true
5338
+ // },
5339
+ // {
5340
+ // "Accessory": "",
5341
+ // "AdditionalValue": "",
5342
+ // "ApiName": "ItemTSASeason",
5343
+ // "BackgroundColor": "",
5344
+ // "Enabled": false,
5345
+ // "EventsData": null,
5346
+ // "FieldType": 1,
5347
+ // "FormattedValue": "Fall",
5348
+ // "GroupFields": null,
5349
+ // "Highlighted": false,
5350
+ // "NotificationInfo": "",
5351
+ // "OptionalValues": [],
5352
+ // "ReferenceObjectInternalType": "",
5353
+ // "ReferenceObjectSubType": "",
5354
+ // "ReferenceObjectType": 0,
5355
+ // "TextColor": "",
5356
+ // "UiPageKey": "",
5357
+ // "Value": "Fall",
5358
+ // "Visible": true
5359
+ // },
5360
+ // {
5361
+ // "Accessory": "",
5362
+ // "AdditionalValue": "",
5363
+ // "ApiName": "ItemTSAPackaging",
5364
+ // "BackgroundColor": "",
5365
+ // "Enabled": false,
5366
+ // "EventsData": null,
5367
+ // "FieldType": 1,
5368
+ // "FormattedValue": "A",
5369
+ // "GroupFields": null,
5370
+ // "Highlighted": false,
5371
+ // "NotificationInfo": "",
5372
+ // "OptionalValues": [],
5373
+ // "ReferenceObjectInternalType": "",
5374
+ // "ReferenceObjectSubType": "",
5375
+ // "ReferenceObjectType": 0,
5376
+ // "TextColor": "",
5377
+ // "UiPageKey": "",
5378
+ // "Value": "A",
5379
+ // "Visible": true
5380
+ // }
5381
+ // ],
5382
+ // "IsEditable": false,
5383
+ // "IsSelectableForActions": false,
5384
+ // "MainAction": null,
5385
+ // "Profile": null,
5386
+ // "Type": 0,
5387
+ // "UID": "040f35a5-c35f-4099-9ddf-717d346194b0"
5388
+ // },
5389
+ // {
5390
+ // "AdditionalData": null,
5391
+ // "BackgroundColor": "",
5392
+ // "Fields": [
5393
+ // {
5394
+ // "Accessory": "",
5395
+ // "AdditionalValue": "",
5396
+ // "ApiName": "ItemTSAType",
5397
+ // "BackgroundColor": "",
5398
+ // "Enabled": false,
5399
+ // "EventsData": null,
5400
+ // "FieldType": 1,
5401
+ // "FormattedValue": "Bottoms",
5402
+ // "GroupFields": null,
5403
+ // "Highlighted": false,
5404
+ // "NotificationInfo": "",
5405
+ // "OptionalValues": [],
5406
+ // "ReferenceObjectInternalType": "",
5407
+ // "ReferenceObjectSubType": "",
5408
+ // "ReferenceObjectType": 7012437,
5409
+ // "TextColor": "",
5410
+ // "UiPageKey": "",
5411
+ // "Value": "Bottoms",
5412
+ // "Visible": true
5413
+ // },
5414
+ // {
5415
+ // "Accessory": "",
5416
+ // "AdditionalValue": "",
5417
+ // "ApiName": "ObjectMenu",
5418
+ // "BackgroundColor": "",
5419
+ // "Enabled": true,
5420
+ // "EventsData": null,
5421
+ // "FieldType": 17,
5422
+ // "FormattedValue": "",
5423
+ // "GroupFields": null,
5424
+ // "Highlighted": false,
5425
+ // "NotificationInfo": "",
5426
+ // "OptionalValues": [],
5427
+ // "ReferenceObjectInternalType": "",
5428
+ // "ReferenceObjectSubType": "",
5429
+ // "ReferenceObjectType": 0,
5430
+ // "TextColor": "",
5431
+ // "UiPageKey": "",
5432
+ // "Value": "",
5433
+ // "Visible": true
5434
+ // },
5435
+ // {
5436
+ // "Accessory": "",
5437
+ // "AdditionalValue": "",
5438
+ // "ApiName": "TSARelteadItems",
5439
+ // "BackgroundColor": "",
5440
+ // "Enabled": true,
5441
+ // "EventsData": null,
5442
+ // "FieldType": 1,
5443
+ // "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\"]",
5444
+ // "GroupFields": null,
5445
+ // "Highlighted": false,
5446
+ // "NotificationInfo": "",
5447
+ // "OptionalValues": [],
5448
+ // "ReferenceObjectInternalType": "",
5449
+ // "ReferenceObjectSubType": "",
5450
+ // "ReferenceObjectType": 3604586,
5451
+ // "TextColor": "",
5452
+ // "UiPageKey": "",
5453
+ // "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\"]",
5454
+ // "Visible": true
5455
+ // },
5456
+ // {
5457
+ // "Accessory": "",
5458
+ // "AdditionalValue": "",
5459
+ // "ApiName": "Image",
5460
+ // "BackgroundColor": "",
5461
+ // "Enabled": false,
5462
+ // "EventsData": null,
5463
+ // "FieldType": 27,
5464
+ // "FormattedValue": "",
5465
+ // "GroupFields": null,
5466
+ // "Highlighted": false,
5467
+ // "NotificationInfo": "",
5468
+ // "OptionalValues": [],
5469
+ // "ReferenceObjectInternalType": "",
5470
+ // "ReferenceObjectSubType": "",
5471
+ // "ReferenceObjectType": 0,
5472
+ // "TextColor": "",
5473
+ // "UiPageKey": "",
5474
+ // "Value": "",
5475
+ // "Visible": true
5476
+ // },
5477
+ // {
5478
+ // "Accessory": "",
5479
+ // "AdditionalValue": "",
5480
+ // "ApiName": "ItemName",
5481
+ // "BackgroundColor": "",
5482
+ // "Enabled": false,
5483
+ // "EventsData": null,
5484
+ // "FieldType": 1,
5485
+ // "FormattedValue": "Loose fit",
5486
+ // "GroupFields": null,
5487
+ // "Highlighted": false,
5488
+ // "NotificationInfo": "",
5489
+ // "OptionalValues": [],
5490
+ // "ReferenceObjectInternalType": "",
5491
+ // "ReferenceObjectSubType": "",
5492
+ // "ReferenceObjectType": 0,
5493
+ // "TextColor": "",
5494
+ // "UiPageKey": "",
5495
+ // "Value": "Loose fit",
5496
+ // "Visible": true
5497
+ // },
5498
+ // {
5499
+ // "Accessory": "",
5500
+ // "AdditionalValue": "",
5501
+ // "ApiName": "ItemExternalID",
5502
+ // "BackgroundColor": "",
5503
+ // "Enabled": false,
5504
+ // "EventsData": null,
5505
+ // "FieldType": 1,
5506
+ // "FormattedValue": "WJS32",
5507
+ // "GroupFields": null,
5508
+ // "Highlighted": false,
5509
+ // "NotificationInfo": "",
5510
+ // "OptionalValues": [],
5511
+ // "ReferenceObjectInternalType": "",
5512
+ // "ReferenceObjectSubType": "",
5513
+ // "ReferenceObjectType": 0,
5514
+ // "TextColor": "",
5515
+ // "UiPageKey": "",
5516
+ // "Value": "WJS32",
5517
+ // "Visible": true
5518
+ // },
5519
+ // {
5520
+ // "Accessory": "$",
5521
+ // "AdditionalValue": "",
5522
+ // "ApiName": "ItemPrice",
5523
+ // "BackgroundColor": "",
5524
+ // "Enabled": false,
5525
+ // "EventsData": null,
5526
+ // "FieldType": 9,
5527
+ // "FormattedValue": "$123.00",
5528
+ // "GroupFields": null,
5529
+ // "Highlighted": false,
5530
+ // "NotificationInfo": "",
5531
+ // "OptionalValues": [],
5532
+ // "ReferenceObjectInternalType": "",
5533
+ // "ReferenceObjectSubType": "",
5534
+ // "ReferenceObjectType": 0,
5535
+ // "TextColor": "",
5536
+ // "UiPageKey": "",
5537
+ // "Value": "123.0000",
5538
+ // "Visible": true
5539
+ // },
5540
+ // {
5541
+ // "Accessory": "",
5542
+ // "AdditionalValue": "",
5543
+ // "ApiName": "UnitsQuantity",
5544
+ // "BackgroundColor": "",
5545
+ // "Enabled": true,
5546
+ // "EventsData": null,
5547
+ // "FieldType": 17,
5548
+ // "FormattedValue": "0",
5549
+ // "GroupFields": null,
5550
+ // "Highlighted": false,
5551
+ // "NotificationInfo": "",
5552
+ // "OptionalValues": [],
5553
+ // "ReferenceObjectInternalType": "",
5554
+ // "ReferenceObjectSubType": "",
5555
+ // "ReferenceObjectType": 0,
5556
+ // "TextColor": "",
5557
+ // "UiPageKey": "",
5558
+ // "Value": "0.0000",
5559
+ // "Visible": true
5560
+ // },
5561
+ // {
5562
+ // "Accessory": "",
5563
+ // "AdditionalValue": "",
5564
+ // "ApiName": "ItemTSASeason",
5565
+ // "BackgroundColor": "",
5566
+ // "Enabled": false,
5567
+ // "EventsData": null,
5568
+ // "FieldType": 1,
5569
+ // "FormattedValue": "Summer",
5570
+ // "GroupFields": null,
5571
+ // "Highlighted": false,
5572
+ // "NotificationInfo": "",
5573
+ // "OptionalValues": [],
5574
+ // "ReferenceObjectInternalType": "",
5575
+ // "ReferenceObjectSubType": "",
5576
+ // "ReferenceObjectType": 0,
5577
+ // "TextColor": "",
5578
+ // "UiPageKey": "",
5579
+ // "Value": "Summer",
5580
+ // "Visible": true
5581
+ // },
5582
+ // {
5583
+ // "Accessory": "",
5584
+ // "AdditionalValue": "",
5585
+ // "ApiName": "ItemTSAPackaging",
5586
+ // "BackgroundColor": "",
5587
+ // "Enabled": false,
5588
+ // "EventsData": null,
5589
+ // "FieldType": 1,
5590
+ // "FormattedValue": "D",
5591
+ // "GroupFields": null,
5592
+ // "Highlighted": false,
5593
+ // "NotificationInfo": "",
5594
+ // "OptionalValues": [],
5595
+ // "ReferenceObjectInternalType": "",
5596
+ // "ReferenceObjectSubType": "",
5597
+ // "ReferenceObjectType": 2123301536,
5598
+ // "TextColor": "",
5599
+ // "UiPageKey": "",
5600
+ // "Value": "D",
5601
+ // "Visible": true
5602
+ // }
5603
+ // ],
5604
+ // "IsEditable": false,
5605
+ // "IsSelectableForActions": false,
5606
+ // "MainAction": null,
5607
+ // "Profile": null,
5608
+ // "Type": 0,
5609
+ // "UID": "777aecb5-6fed-4fa4-890f-71d9dd77205c"
5610
+ // },
5611
+ // {
5612
+ // "AdditionalData": null,
5613
+ // "BackgroundColor": "",
5614
+ // "Fields": [
5615
+ // {
5616
+ // "Accessory": "",
5617
+ // "AdditionalValue": "",
5618
+ // "ApiName": "ItemTSAType",
5619
+ // "BackgroundColor": "",
5620
+ // "Enabled": false,
5621
+ // "EventsData": null,
5622
+ // "FieldType": 1,
5623
+ // "FormattedValue": "Bottoms",
5624
+ // "GroupFields": null,
5625
+ // "Highlighted": false,
5626
+ // "NotificationInfo": "",
5627
+ // "OptionalValues": [],
5628
+ // "ReferenceObjectInternalType": "",
5629
+ // "ReferenceObjectSubType": "",
5630
+ // "ReferenceObjectType": 2123301536,
5631
+ // "TextColor": "",
5632
+ // "UiPageKey": "",
5633
+ // "Value": "Bottoms",
5634
+ // "Visible": true
5635
+ // },
5636
+ // {
5637
+ // "Accessory": "",
5638
+ // "AdditionalValue": "",
5639
+ // "ApiName": "ObjectMenu",
5640
+ // "BackgroundColor": "",
5641
+ // "Enabled": true,
5642
+ // "EventsData": null,
5643
+ // "FieldType": 17,
5644
+ // "FormattedValue": "",
5645
+ // "GroupFields": null,
5646
+ // "Highlighted": false,
5647
+ // "NotificationInfo": "",
5648
+ // "OptionalValues": [],
5649
+ // "ReferenceObjectInternalType": "",
5650
+ // "ReferenceObjectSubType": "",
5651
+ // "ReferenceObjectType": 0,
5652
+ // "TextColor": "",
5653
+ // "UiPageKey": "",
5654
+ // "Value": "",
5655
+ // "Visible": true
5656
+ // },
5657
+ // {
5658
+ // "Accessory": "",
5659
+ // "AdditionalValue": "",
5660
+ // "ApiName": "TSARelteadItems",
5661
+ // "BackgroundColor": "",
5662
+ // "Enabled": true,
5663
+ // "EventsData": null,
5664
+ // "FieldType": 1,
5665
+ // "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\"]",
5666
+ // "GroupFields": null,
5667
+ // "Highlighted": false,
5668
+ // "NotificationInfo": "",
5669
+ // "OptionalValues": [],
5670
+ // "ReferenceObjectInternalType": "",
5671
+ // "ReferenceObjectSubType": "",
5672
+ // "ReferenceObjectType": 168635513,
5673
+ // "TextColor": "",
5674
+ // "UiPageKey": "",
5675
+ // "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\"]",
5676
+ // "Visible": true
5677
+ // },
5678
+ // {
5679
+ // "Accessory": "",
5680
+ // "AdditionalValue": "",
5681
+ // "ApiName": "Image",
5682
+ // "BackgroundColor": "",
5683
+ // "Enabled": false,
5684
+ // "EventsData": null,
5685
+ // "FieldType": 27,
5686
+ // "FormattedValue": "",
5687
+ // "GroupFields": null,
5688
+ // "Highlighted": false,
5689
+ // "NotificationInfo": "",
5690
+ // "OptionalValues": [],
5691
+ // "ReferenceObjectInternalType": "",
5692
+ // "ReferenceObjectSubType": "",
5693
+ // "ReferenceObjectType": 602522121,
5694
+ // "TextColor": "",
5695
+ // "UiPageKey": "",
5696
+ // "Value": "",
5697
+ // "Visible": true
5698
+ // },
5699
+ // {
5700
+ // "Accessory": "",
5701
+ // "AdditionalValue": "",
5702
+ // "ApiName": "ItemName",
5703
+ // "BackgroundColor": "",
5704
+ // "Enabled": false,
5705
+ // "EventsData": null,
5706
+ // "FieldType": 1,
5707
+ // "FormattedValue": "Skinny jeans",
5708
+ // "GroupFields": null,
5709
+ // "Highlighted": false,
5710
+ // "NotificationInfo": "",
5711
+ // "OptionalValues": [],
5712
+ // "ReferenceObjectInternalType": "",
5713
+ // "ReferenceObjectSubType": "",
5714
+ // "ReferenceObjectType": 0,
5715
+ // "TextColor": "",
5716
+ // "UiPageKey": "",
5717
+ // "Value": "Skinny jeans",
5718
+ // "Visible": true
5719
+ // },
5720
+ // {
5721
+ // "Accessory": "",
5722
+ // "AdditionalValue": "",
5723
+ // "ApiName": "ItemExternalID",
5724
+ // "BackgroundColor": "",
5725
+ // "Enabled": false,
5726
+ // "EventsData": null,
5727
+ // "FieldType": 1,
5728
+ // "FormattedValue": "WJS33",
5729
+ // "GroupFields": null,
5730
+ // "Highlighted": false,
5731
+ // "NotificationInfo": "",
5732
+ // "OptionalValues": [],
5733
+ // "ReferenceObjectInternalType": "",
5734
+ // "ReferenceObjectSubType": "",
5735
+ // "ReferenceObjectType": 0,
5736
+ // "TextColor": "",
5737
+ // "UiPageKey": "",
5738
+ // "Value": "WJS33",
5739
+ // "Visible": true
5740
+ // },
5741
+ // {
5742
+ // "Accessory": "$",
5743
+ // "AdditionalValue": "",
5744
+ // "ApiName": "ItemPrice",
5745
+ // "BackgroundColor": "",
5746
+ // "Enabled": false,
5747
+ // "EventsData": null,
5748
+ // "FieldType": 9,
5749
+ // "FormattedValue": "$56.00",
5750
+ // "GroupFields": null,
5751
+ // "Highlighted": false,
5752
+ // "NotificationInfo": "",
5753
+ // "OptionalValues": [],
5754
+ // "ReferenceObjectInternalType": "",
5755
+ // "ReferenceObjectSubType": "",
5756
+ // "ReferenceObjectType": 0,
5757
+ // "TextColor": "",
5758
+ // "UiPageKey": "",
5759
+ // "Value": "56.0000",
5760
+ // "Visible": true
5761
+ // },
5762
+ // {
5763
+ // "Accessory": "",
5764
+ // "AdditionalValue": "",
5765
+ // "ApiName": "UnitsQuantity",
5766
+ // "BackgroundColor": "",
5767
+ // "Enabled": true,
5768
+ // "EventsData": null,
5769
+ // "FieldType": 17,
5770
+ // "FormattedValue": "0",
5771
+ // "GroupFields": null,
5772
+ // "Highlighted": false,
5773
+ // "NotificationInfo": "",
5774
+ // "OptionalValues": [],
5775
+ // "ReferenceObjectInternalType": "",
5776
+ // "ReferenceObjectSubType": "",
5777
+ // "ReferenceObjectType": 0,
5778
+ // "TextColor": "",
5779
+ // "UiPageKey": "",
5780
+ // "Value": "0.0000",
5781
+ // "Visible": true
5782
+ // },
5783
+ // {
5784
+ // "Accessory": "",
5785
+ // "AdditionalValue": "",
5786
+ // "ApiName": "ItemTSASeason",
5787
+ // "BackgroundColor": "",
5788
+ // "Enabled": false,
5789
+ // "EventsData": null,
5790
+ // "FieldType": 1,
5791
+ // "FormattedValue": "Winter",
5792
+ // "GroupFields": null,
5793
+ // "Highlighted": false,
5794
+ // "NotificationInfo": "",
5795
+ // "OptionalValues": [],
5796
+ // "ReferenceObjectInternalType": "",
5797
+ // "ReferenceObjectSubType": "",
5798
+ // "ReferenceObjectType": 2123302832,
5799
+ // "TextColor": "",
5800
+ // "UiPageKey": "",
5801
+ // "Value": "Winter",
5802
+ // "Visible": true
5803
+ // },
5804
+ // {
5805
+ // "Accessory": "",
5806
+ // "AdditionalValue": "",
5807
+ // "ApiName": "ItemTSAPackaging",
5808
+ // "BackgroundColor": "",
5809
+ // "Enabled": false,
5810
+ // "EventsData": null,
5811
+ // "FieldType": 1,
5812
+ // "FormattedValue": "B",
5813
+ // "GroupFields": null,
5814
+ // "Highlighted": false,
5815
+ // "NotificationInfo": "",
5816
+ // "OptionalValues": [],
5817
+ // "ReferenceObjectInternalType": "",
5818
+ // "ReferenceObjectSubType": "",
5819
+ // "ReferenceObjectType": 2123302832,
5820
+ // "TextColor": "",
5821
+ // "UiPageKey": "",
5822
+ // "Value": "B",
5823
+ // "Visible": true
5824
+ // }
5825
+ // ],
5826
+ // "IsEditable": false,
5827
+ // "IsSelectableForActions": false,
5828
+ // "MainAction": null,
5829
+ // "Profile": null,
5830
+ // "Type": 0,
5831
+ // "UID": "7fac686e-3ec5-4b95-ba70-c109c8778b63"
5832
+ // },
5833
+ // {
5834
+ // "AdditionalData": null,
5835
+ // "BackgroundColor": "",
5836
+ // "Fields": [
5837
+ // {
5838
+ // "Accessory": "",
5839
+ // "AdditionalValue": "",
5840
+ // "ApiName": "ItemTSAType",
5841
+ // "BackgroundColor": "",
5842
+ // "Enabled": false,
5843
+ // "EventsData": null,
5844
+ // "FieldType": 1,
5845
+ // "FormattedValue": "Bottoms",
5846
+ // "GroupFields": null,
5847
+ // "Highlighted": false,
5848
+ // "NotificationInfo": "",
5849
+ // "OptionalValues": [],
5850
+ // "ReferenceObjectInternalType": "",
5851
+ // "ReferenceObjectSubType": "",
5852
+ // "ReferenceObjectType": -1225808615,
5853
+ // "TextColor": "",
5854
+ // "UiPageKey": "",
5855
+ // "Value": "Bottoms",
5856
+ // "Visible": true
5857
+ // },
5858
+ // {
5859
+ // "Accessory": "",
5860
+ // "AdditionalValue": "",
5861
+ // "ApiName": "ObjectMenu",
5862
+ // "BackgroundColor": "",
5863
+ // "Enabled": true,
5864
+ // "EventsData": null,
5865
+ // "FieldType": 17,
5866
+ // "FormattedValue": "",
5867
+ // "GroupFields": null,
5868
+ // "Highlighted": false,
5869
+ // "NotificationInfo": "",
5870
+ // "OptionalValues": [],
5871
+ // "ReferenceObjectInternalType": "",
5872
+ // "ReferenceObjectSubType": "",
5873
+ // "ReferenceObjectType": 602519433,
5874
+ // "TextColor": "",
5875
+ // "UiPageKey": "",
5876
+ // "Value": "",
5877
+ // "Visible": true
5878
+ // },
5879
+ // {
5880
+ // "Accessory": "",
5881
+ // "AdditionalValue": "",
5882
+ // "ApiName": "TSARelteadItems",
5883
+ // "BackgroundColor": "",
5884
+ // "Enabled": true,
5885
+ // "EventsData": null,
5886
+ // "FieldType": 1,
5887
+ // "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\"]",
5888
+ // "GroupFields": null,
5889
+ // "Highlighted": false,
5890
+ // "NotificationInfo": "",
5891
+ // "OptionalValues": [],
5892
+ // "ReferenceObjectInternalType": "",
5893
+ // "ReferenceObjectSubType": "",
5894
+ // "ReferenceObjectType": 602528137,
5895
+ // "TextColor": "",
5896
+ // "UiPageKey": "",
5897
+ // "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\"]",
5898
+ // "Visible": true
5899
+ // },
5900
+ // {
5901
+ // "Accessory": "",
5902
+ // "AdditionalValue": "",
5903
+ // "ApiName": "Image",
5904
+ // "BackgroundColor": "",
5905
+ // "Enabled": false,
5906
+ // "EventsData": null,
5907
+ // "FieldType": 27,
5908
+ // "FormattedValue": "",
5909
+ // "GroupFields": null,
5910
+ // "Highlighted": false,
5911
+ // "NotificationInfo": "",
5912
+ // "OptionalValues": [],
5913
+ // "ReferenceObjectInternalType": "",
5914
+ // "ReferenceObjectSubType": "",
5915
+ // "ReferenceObjectType": 2123301536,
5916
+ // "TextColor": "",
5917
+ // "UiPageKey": "",
5918
+ // "Value": "",
5919
+ // "Visible": true
5920
+ // },
5921
+ // {
5922
+ // "Accessory": "",
5923
+ // "AdditionalValue": "",
5924
+ // "ApiName": "ItemName",
5925
+ // "BackgroundColor": "",
5926
+ // "Enabled": false,
5927
+ // "EventsData": null,
5928
+ // "FieldType": 1,
5929
+ // "FormattedValue": "Skinny jeans",
5930
+ // "GroupFields": null,
5931
+ // "Highlighted": false,
5932
+ // "NotificationInfo": "",
5933
+ // "OptionalValues": [],
5934
+ // "ReferenceObjectInternalType": "",
5935
+ // "ReferenceObjectSubType": "",
5936
+ // "ReferenceObjectType": 2123302832,
5937
+ // "TextColor": "",
5938
+ // "UiPageKey": "",
5939
+ // "Value": "Skinny jeans",
5940
+ // "Visible": true
5941
+ // },
5942
+ // {
5943
+ // "Accessory": "",
5944
+ // "AdditionalValue": "",
5945
+ // "ApiName": "ItemExternalID",
5946
+ // "BackgroundColor": "",
5947
+ // "Enabled": false,
5948
+ // "EventsData": null,
5949
+ // "FieldType": 1,
5950
+ // "FormattedValue": "WJS31",
5951
+ // "GroupFields": null,
5952
+ // "Highlighted": false,
5953
+ // "NotificationInfo": "",
5954
+ // "OptionalValues": [],
5955
+ // "ReferenceObjectInternalType": "",
5956
+ // "ReferenceObjectSubType": "",
5957
+ // "ReferenceObjectType": 0,
5958
+ // "TextColor": "",
5959
+ // "UiPageKey": "",
5960
+ // "Value": "WJS31",
5961
+ // "Visible": true
5962
+ // },
5963
+ // {
5964
+ // "Accessory": "$",
5965
+ // "AdditionalValue": "",
5966
+ // "ApiName": "ItemPrice",
5967
+ // "BackgroundColor": "",
5968
+ // "Enabled": false,
5969
+ // "EventsData": null,
5970
+ // "FieldType": 9,
5971
+ // "FormattedValue": "$118.00",
5972
+ // "GroupFields": null,
5973
+ // "Highlighted": false,
5974
+ // "NotificationInfo": "",
5975
+ // "OptionalValues": [],
5976
+ // "ReferenceObjectInternalType": "",
5977
+ // "ReferenceObjectSubType": "",
5978
+ // "ReferenceObjectType": 0,
5979
+ // "TextColor": "",
5980
+ // "UiPageKey": "",
5981
+ // "Value": "118.0000",
5982
+ // "Visible": true
5983
+ // },
5984
+ // {
5985
+ // "Accessory": "",
5986
+ // "AdditionalValue": "",
5987
+ // "ApiName": "UnitsQuantity",
5988
+ // "BackgroundColor": "",
5989
+ // "Enabled": true,
5990
+ // "EventsData": null,
5991
+ // "FieldType": 17,
5992
+ // "FormattedValue": "0",
5993
+ // "GroupFields": null,
5994
+ // "Highlighted": false,
5995
+ // "NotificationInfo": "",
5996
+ // "OptionalValues": [],
5997
+ // "ReferenceObjectInternalType": "",
5998
+ // "ReferenceObjectSubType": "",
5999
+ // "ReferenceObjectType": 2123302832,
6000
+ // "TextColor": "",
6001
+ // "UiPageKey": "",
6002
+ // "Value": "0.0000",
6003
+ // "Visible": true
6004
+ // },
6005
+ // {
6006
+ // "Accessory": "",
6007
+ // "AdditionalValue": "",
6008
+ // "ApiName": "ItemTSASeason",
6009
+ // "BackgroundColor": "",
6010
+ // "Enabled": false,
6011
+ // "EventsData": null,
6012
+ // "FieldType": 1,
6013
+ // "FormattedValue": "Summer",
6014
+ // "GroupFields": null,
6015
+ // "Highlighted": false,
6016
+ // "NotificationInfo": "",
6017
+ // "OptionalValues": [],
6018
+ // "ReferenceObjectInternalType": "",
6019
+ // "ReferenceObjectSubType": "",
6020
+ // "ReferenceObjectType": 2123302832,
6021
+ // "TextColor": "",
6022
+ // "UiPageKey": "",
6023
+ // "Value": "Summer",
6024
+ // "Visible": true
6025
+ // },
6026
+ // {
6027
+ // "Accessory": "",
6028
+ // "AdditionalValue": "",
6029
+ // "ApiName": "ItemTSAPackaging",
6030
+ // "BackgroundColor": "",
6031
+ // "Enabled": false,
6032
+ // "EventsData": null,
6033
+ // "FieldType": 1,
6034
+ // "FormattedValue": "A",
6035
+ // "GroupFields": null,
6036
+ // "Highlighted": false,
6037
+ // "NotificationInfo": "",
6038
+ // "OptionalValues": [],
6039
+ // "ReferenceObjectInternalType": "",
6040
+ // "ReferenceObjectSubType": "",
6041
+ // "ReferenceObjectType": 2123302832,
6042
+ // "TextColor": "",
6043
+ // "UiPageKey": "",
6044
+ // "Value": "A",
6045
+ // "Visible": true
6046
+ // }
6047
+ // ],
6048
+ // "IsEditable": false,
6049
+ // "IsSelectableForActions": false,
6050
+ // "MainAction": null,
6051
+ // "Profile": null,
6052
+ // "Type": 0,
6053
+ // "UID": "10ef7ace-0086-4151-b075-f009fd20a01c"
6054
+ // }
6055
+ // ],
6056
+ // "UIControl": {
6057
+ // "ObjectID": "",
6058
+ // "Type": "",
6059
+ // "DisplayName": "",
6060
+ // "Columns": 10,
6061
+ // "ControlFields": [
6062
+ // {
6063
+ // "ApiName": "ItemTSAType",
6064
+ // "ColumnWidth": 10,
6065
+ // "ColumnWidthType": 0,
6066
+ // "FieldName": "Item Type",
6067
+ // "FieldType": 1,
6068
+ // "Layout": {
6069
+ // "Height": 1,
6070
+ // "LineNumber": 0,
6071
+ // "Width": 1,
6072
+ // "X": 0,
6073
+ // "XAlignment": 1,
6074
+ // "Y": 0,
6075
+ // "YAlignment": 3
6076
+ // },
6077
+ // "Mandatory": false,
6078
+ // "MaxFieldCharacters": 0,
6079
+ // "MaxFieldLines": 0,
6080
+ // "MaxValue": 1000000000,
6081
+ // "MinValue": -1000000000,
6082
+ // "ReadOnly": true,
6083
+ // "Title": "Item Type"
6084
+ // },
6085
+ // {
6086
+ // "ApiName": "ObjectMenu",
6087
+ // "ColumnWidth": 10,
6088
+ // "ColumnWidthType": 0,
6089
+ // "FieldName": "",
6090
+ // "FieldType": 17,
6091
+ // "Layout": {
6092
+ // "Height": 2,
6093
+ // "LineNumber": 1,
6094
+ // "Width": 2,
6095
+ // "X": 8,
6096
+ // "XAlignment": 1,
6097
+ // "Y": 0,
6098
+ // "YAlignment": 3
6099
+ // },
6100
+ // "Mandatory": false,
6101
+ // "MaxFieldCharacters": 0,
6102
+ // "MaxFieldLines": 0,
6103
+ // "MaxValue": 1000000000,
6104
+ // "MinValue": -1000000000,
6105
+ // "ReadOnly": false,
6106
+ // "Title": ""
6107
+ // },
6108
+ // {
6109
+ // "ApiName": "TSARelteadItems",
6110
+ // "ColumnWidth": 10,
6111
+ // "ColumnWidthType": 0,
6112
+ // "FieldName": "RelteadItems",
6113
+ // "FieldType": 1,
6114
+ // "Layout": {
6115
+ // "Height": 8,
6116
+ // "LineNumber": 2,
6117
+ // "Width": 10,
6118
+ // "X": 0,
6119
+ // "XAlignment": 1,
6120
+ // "Y": 2,
6121
+ // "YAlignment": 3
6122
+ // },
6123
+ // "Mandatory": false,
6124
+ // "MaxFieldCharacters": 0,
6125
+ // "MaxFieldLines": 0,
6126
+ // "MaxValue": 1000000000,
6127
+ // "MinValue": -1000000000,
6128
+ // "ReadOnly": false,
6129
+ // "Title": "RelteadItems"
6130
+ // },
6131
+ // {
6132
+ // "ApiName": "Image",
6133
+ // "ColumnWidth": 10,
6134
+ // "ColumnWidthType": 0,
6135
+ // "FieldName": "",
6136
+ // "FieldType": 20,
6137
+ // "Layout": {
6138
+ // "Height": 8,
6139
+ // "LineNumber": 3,
6140
+ // "Width": 10,
6141
+ // "X": 0,
6142
+ // "XAlignment": 3,
6143
+ // "Y": 10,
6144
+ // "YAlignment": 3
6145
+ // },
6146
+ // "Mandatory": false,
6147
+ // "MaxFieldCharacters": 0,
6148
+ // "MaxFieldLines": 0,
6149
+ // "MaxValue": 1000000000,
6150
+ // "MinValue": -1000000000,
6151
+ // "ReadOnly": true,
6152
+ // "Title": ""
6153
+ // },
6154
+ // {
6155
+ // "ApiName": "ItemName",
6156
+ // "ColumnWidth": 10,
6157
+ // "ColumnWidthType": 0,
6158
+ // "FieldName": "",
6159
+ // "FieldType": 1,
6160
+ // "Layout": {
6161
+ // "Height": 1,
6162
+ // "LineNumber": 4,
6163
+ // "Width": 10,
6164
+ // "X": 0,
6165
+ // "XAlignment": 3,
6166
+ // "Y": 18,
6167
+ // "YAlignment": 3
6168
+ // },
6169
+ // "Mandatory": false,
6170
+ // "MaxFieldCharacters": 0,
6171
+ // "MaxFieldLines": 0,
6172
+ // "MaxValue": 1000000000,
6173
+ // "MinValue": -1000000000,
6174
+ // "ReadOnly": true,
6175
+ // "Title": ""
6176
+ // },
6177
+ // {
6178
+ // "ApiName": "ItemExternalID",
6179
+ // "ColumnWidth": 10,
6180
+ // "ColumnWidthType": 0,
6181
+ // "FieldName": "",
6182
+ // "FieldType": 1,
6183
+ // "Layout": {
6184
+ // "Height": 1,
6185
+ // "LineNumber": 5,
6186
+ // "Width": 10,
6187
+ // "X": 0,
6188
+ // "XAlignment": 3,
6189
+ // "Y": 19,
6190
+ // "YAlignment": 3
6191
+ // },
6192
+ // "Mandatory": false,
6193
+ // "MaxFieldCharacters": 0,
6194
+ // "MaxFieldLines": 0,
6195
+ // "MaxValue": 1000000000,
6196
+ // "MinValue": -1000000000,
6197
+ // "ReadOnly": true,
6198
+ // "Title": ""
6199
+ // },
6200
+ // {
6201
+ // "ApiName": "ItemPrice",
6202
+ // "ColumnWidth": 10,
6203
+ // "ColumnWidthType": 0,
6204
+ // "FieldName": "",
6205
+ // "FieldType": 9,
6206
+ // "Layout": {
6207
+ // "Height": 1,
6208
+ // "LineNumber": 6,
6209
+ // "Width": 10,
6210
+ // "X": 0,
6211
+ // "XAlignment": 3,
6212
+ // "Y": 20,
6213
+ // "YAlignment": 3
6214
+ // },
6215
+ // "Mandatory": false,
6216
+ // "MaxFieldCharacters": 0,
6217
+ // "MaxFieldLines": 0,
6218
+ // "MaxValue": 1000000000,
6219
+ // "MinValue": -1000000000,
6220
+ // "ReadOnly": true,
6221
+ // "Title": ""
6222
+ // },
6223
+ // {
6224
+ // "ApiName": "UnitsQuantity",
6225
+ // "ColumnWidth": 10,
6226
+ // "ColumnWidthType": 0,
6227
+ // "FieldName": "",
6228
+ // "FieldType": 8,
6229
+ // "Layout": {
6230
+ // "Height": 2,
6231
+ // "LineNumber": 7,
6232
+ // "Width": 10,
6233
+ // "X": 0,
6234
+ // "XAlignment": 3,
6235
+ // "Y": 21,
6236
+ // "YAlignment": 3
6237
+ // },
6238
+ // "Mandatory": false,
6239
+ // "MaxFieldCharacters": 0,
6240
+ // "MaxFieldLines": 0,
6241
+ // "MaxValue": 1000000000,
6242
+ // "MinValue": -1000000000,
6243
+ // "ReadOnly": false,
6244
+ // "Title": ""
6245
+ // },
6246
+ // {
6247
+ // "ApiName": "ItemTSASeason",
6248
+ // "ColumnWidth": 10,
6249
+ // "ColumnWidthType": 0,
6250
+ // "FieldName": "Item Season",
6251
+ // "FieldType": 1,
6252
+ // "Layout": {
6253
+ // "Height": 1,
6254
+ // "LineNumber": 8,
6255
+ // "Width": 1,
6256
+ // "X": 0,
6257
+ // "XAlignment": 1,
6258
+ // "Y": 23,
6259
+ // "YAlignment": 3
6260
+ // },
6261
+ // "Mandatory": false,
6262
+ // "MaxFieldCharacters": 0,
6263
+ // "MaxFieldLines": 0,
6264
+ // "MaxValue": 1000000000,
6265
+ // "MinValue": -1000000000,
6266
+ // "ReadOnly": true,
6267
+ // "Title": "Item Season"
6268
+ // },
6269
+ // {
6270
+ // "ApiName": "ItemTSAPackaging",
6271
+ // "ColumnWidth": 10,
6272
+ // "ColumnWidthType": 0,
6273
+ // "FieldName": "Item Packaging",
6274
+ // "FieldType": 1,
6275
+ // "Layout": {
6276
+ // "Height": 1,
6277
+ // "LineNumber": 9,
6278
+ // "Width": 1,
6279
+ // "X": 0,
6280
+ // "XAlignment": 1,
6281
+ // "Y": 24,
6282
+ // "YAlignment": 3
6283
+ // },
6284
+ // "Mandatory": false,
6285
+ // "MaxFieldCharacters": 0,
6286
+ // "MaxFieldLines": 0,
6287
+ // "MaxValue": 1000000000,
6288
+ // "MinValue": -1000000000,
6289
+ // "ReadOnly": true,
6290
+ // "Title": "Item Packaging"
6291
+ // }
6292
+ // ]
6293
+ // }
6294
+ // }
6295
+
3054
6296
  var pepComponentsModules = [
3055
6297
  address.PepAddressModule,
3056
6298
  attachment.PepAttachmentModule,
3057
6299
  button.PepButtonModule,
6300
+ carousel.PepCarouselModule,
3058
6301
  checkbox.PepCheckboxModule,
3059
6302
  date.PepDateModule,
3060
6303
  image.PepImageModule,
@@ -3111,6 +6354,7 @@
3111
6354
  PepInternalListComponent,
3112
6355
  PepInternalMenuComponent,
3113
6356
  PepInternalPageComponent,
6357
+ PepInternalCaruselComponent
3114
6358
  ],
3115
6359
  },] }
3116
6360
  ];
@@ -3135,6 +6379,8 @@
3135
6379
  exports.ɵe = PepInternalMenuComponent;
3136
6380
  exports.ɵf = PepInternalPageComponent;
3137
6381
  exports.ɵg = PepInternalPageService;
6382
+ exports.ɵh = PepInternalCaruselComponent;
6383
+ exports.ɵi = PepInternalCaruselService;
3138
6384
 
3139
6385
  Object.defineProperty(exports, '__esModule', { value: true });
3140
6386