@sc-360-v2/storefront-cms-library 0.3.58 → 0.3.60

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.
@@ -203,6 +203,10 @@ export interface FormComponentConfig {
203
203
  src?: string;
204
204
  type: FormComponentTypeEnum;
205
205
  w: number;
206
+ allowUpperCase?: boolean;
207
+ allowLowerCase?: boolean;
208
+ allowSpecialCharacters?: boolean;
209
+ allowNumbers?: boolean;
206
210
  }
207
211
  export declare enum ElementSettingEnum {
208
212
  LABEL = 1,
@@ -335,6 +335,7 @@ export declare const CMSElementsListEnum: {
335
335
  QUOTA_DETAILS: string;
336
336
  CURRENCY_SELECTOR: string;
337
337
  WAREHOUSE_SELECTOR: string;
338
+ USER_GROUP_SELECTOR: string;
338
339
  SHIPPING_PAYMENT: string;
339
340
  };
340
341
  export declare enum CMSResponsiveModeEnums {
@@ -123,7 +123,6 @@ export declare const getDefaultData: () => {
123
123
  showRequestQuoteButton: {
124
124
  value: boolean;
125
125
  propertyType: CMSElementEditTypes;
126
- property: string;
127
126
  };
128
127
  requestQuoteButtonLinkTo: {
129
128
  value: null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.3.58",
3
+ "version": "0.3.60",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {