@pepperi-addons/ngx-lib 0.2.50 → 0.2.51-beta.11

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