@sc-360-v2/storefront-cms-library 0.3.57 → 0.3.59

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.
@@ -26,11 +26,16 @@ export declare enum SelectorKeysEnum {
26
26
  COUPON_CODE = "couponCode",
27
27
  SUB_TOTAL = "subTotal",
28
28
  TOTAL = "total",
29
- CHECKOUT_BUTTON = "checkoutButton",
30
- PLACE_ORDER_BUTTON = "placeOrderButton",
31
- REQUEST_QUOTE_BUTTON = "requestQuoteButton",
29
+ CART_ACTIONS = "cartActions",
30
+ CHECKOUT = "checkout",
31
+ PLACE_ORDER = "placeOrder",
32
+ REQUEST_QUOTE = "requestQuote",
33
+ REVIEW_ORDER = "reviewOrder",
34
+ CREATE_SUB_ORDERS = "createSubOrders",
35
+ SUBMIT_QUOTE = "submitQuote",
32
36
  HOVER_STATE = "hoverState",
33
- DEFAULT_STATE = "defaultState"
37
+ DEFAULT_STATE = "defaultState",
38
+ SELECTED_STATE = "selected"
34
39
  }
35
40
  export declare const getDefaultData: () => {
36
41
  layout: {
@@ -118,7 +123,6 @@ export declare const getDefaultData: () => {
118
123
  showRequestQuoteButton: {
119
124
  value: boolean;
120
125
  propertyType: CMSElementEditTypes;
121
- property: string;
122
126
  };
123
127
  requestQuoteButtonLinkTo: {
124
128
  value: null;
@@ -1980,199 +1984,2839 @@ export declare const getDefaultData: () => {
1980
1984
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
1981
1985
  selectorKey: SelectorKeysEnum;
1982
1986
  };
1983
- checkoutButton: {
1987
+ cartActions: {
1984
1988
  selectorKey: SelectorKeysEnum;
1985
- defaultState: {
1986
- theme: CMSIBCommonInterface;
1987
- font: CMSIBCommonInterface;
1988
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1989
- textColor: CMSIBCommonInterface;
1990
- bold: CMSIBCommonInterface;
1991
- italic: CMSIBCommonInterface;
1992
- linethrough: CMSIBCommonInterface;
1993
- underline: CMSIBCommonInterface;
1994
- textAlign: CMSIBCommonInterface;
1995
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1996
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1997
- borderColor: CMSIBCommonInterface;
1998
- borderStyle: CMSIBCommonInterface;
1999
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2000
- showBorder: CMSIBCommonInterface;
2001
- backgroundColor: CMSIBCommonInterface;
2002
- showShadow: CMSIBCommonInterface;
2003
- shadowColor: CMSIBCommonInterface;
2004
- blur: import("../../interfaces/global").CMSIBSizeInterface;
2005
- spread: import("../../interfaces/global").CMSIBSizeInterface;
2006
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2007
- angle: import("../../interfaces/global").CMSIBSizeInterface;
2008
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
2009
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
2010
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
2011
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
2012
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
2013
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
2014
- selectorKey: SelectorKeysEnum;
2015
- };
2016
- hoverState: {
2017
- theme: CMSIBCommonInterface;
2018
- font: CMSIBCommonInterface;
2019
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
2020
- textColor: CMSIBCommonInterface;
2021
- bold: CMSIBCommonInterface;
2022
- italic: CMSIBCommonInterface;
2023
- linethrough: CMSIBCommonInterface;
2024
- underline: CMSIBCommonInterface;
2025
- textAlign: CMSIBCommonInterface;
2026
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
2027
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
2028
- borderColor: CMSIBCommonInterface;
2029
- borderStyle: CMSIBCommonInterface;
2030
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2031
- showBorder: CMSIBCommonInterface;
2032
- backgroundColor: CMSIBCommonInterface;
2033
- showShadow: CMSIBCommonInterface;
2034
- shadowColor: CMSIBCommonInterface;
2035
- blur: import("../../interfaces/global").CMSIBSizeInterface;
2036
- spread: import("../../interfaces/global").CMSIBSizeInterface;
2037
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2038
- angle: import("../../interfaces/global").CMSIBSizeInterface;
2039
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
2040
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
2041
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
2042
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
2043
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
2044
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
1989
+ checkout: {
2045
1990
  selectorKey: SelectorKeysEnum;
1991
+ defaultState: {
1992
+ backgroundColor: {
1993
+ value: null;
1994
+ parentRef: string;
1995
+ property?: any;
1996
+ propertyType?: any;
1997
+ isReadOnly?: boolean | undefined;
1998
+ };
1999
+ borderColor: {
2000
+ value: null;
2001
+ parentRef: string;
2002
+ property?: any;
2003
+ propertyType?: any;
2004
+ isReadOnly?: boolean | undefined;
2005
+ };
2006
+ borderStyle: {
2007
+ value: null;
2008
+ parentRef: string;
2009
+ property?: any;
2010
+ propertyType?: any;
2011
+ isReadOnly?: boolean | undefined;
2012
+ };
2013
+ borderPerSlide: {
2014
+ value: null;
2015
+ parentRef: string;
2016
+ isAll: boolean;
2017
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
2018
+ property: string;
2019
+ iscss?: boolean | undefined;
2020
+ propertyType?: any;
2021
+ };
2022
+ showBorder: {
2023
+ value: boolean;
2024
+ parentRef: string;
2025
+ property?: any;
2026
+ propertyType?: any;
2027
+ isReadOnly?: boolean | undefined;
2028
+ };
2029
+ showShadow: {
2030
+ value: null;
2031
+ parentRef: string;
2032
+ property?: any;
2033
+ propertyType?: any;
2034
+ isReadOnly?: boolean | undefined;
2035
+ };
2036
+ shadowColor: {
2037
+ value: null;
2038
+ parentRef: string;
2039
+ property?: any;
2040
+ propertyType?: any;
2041
+ isReadOnly?: boolean | undefined;
2042
+ };
2043
+ blur: {
2044
+ value: null;
2045
+ parentRef: string;
2046
+ unit?: string | number | undefined;
2047
+ property?: any;
2048
+ propertyType?: any;
2049
+ isReadOnly?: boolean | undefined;
2050
+ };
2051
+ spread: {
2052
+ value: null;
2053
+ parentRef: string;
2054
+ unit?: string | number | undefined;
2055
+ property?: any;
2056
+ propertyType?: any;
2057
+ isReadOnly?: boolean | undefined;
2058
+ };
2059
+ angle: {
2060
+ value: null;
2061
+ parentRef: string;
2062
+ unit?: string | number | undefined;
2063
+ property?: any;
2064
+ propertyType?: any;
2065
+ isReadOnly?: boolean | undefined;
2066
+ };
2067
+ borderRadius: {
2068
+ value: null;
2069
+ parentRef: string;
2070
+ isAll: boolean;
2071
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
2072
+ property: string;
2073
+ iscss?: boolean | undefined;
2074
+ propertyType?: any;
2075
+ };
2076
+ font: {
2077
+ value: null;
2078
+ parentRef: string;
2079
+ property?: any;
2080
+ propertyType?: any;
2081
+ isReadOnly?: boolean | undefined;
2082
+ };
2083
+ fontSize: {
2084
+ value: null;
2085
+ parentRef: string;
2086
+ unit?: string | number | undefined;
2087
+ property?: any;
2088
+ propertyType?: any;
2089
+ isReadOnly?: boolean | undefined;
2090
+ };
2091
+ textColor: {
2092
+ value: null;
2093
+ parentRef: string;
2094
+ property?: any;
2095
+ propertyType?: any;
2096
+ isReadOnly?: boolean | undefined;
2097
+ };
2098
+ bold: {
2099
+ value: string;
2100
+ parentRef: string;
2101
+ property?: any;
2102
+ propertyType?: any;
2103
+ isReadOnly?: boolean | undefined;
2104
+ };
2105
+ italic: {
2106
+ value: null;
2107
+ parentRef: string;
2108
+ property?: any;
2109
+ propertyType?: any;
2110
+ isReadOnly?: boolean | undefined;
2111
+ };
2112
+ linethrough: {
2113
+ value: null;
2114
+ parentRef: string;
2115
+ property?: any;
2116
+ propertyType?: any;
2117
+ isReadOnly?: boolean | undefined;
2118
+ };
2119
+ underline: {
2120
+ value: null;
2121
+ parentRef: string;
2122
+ property?: any;
2123
+ propertyType?: any;
2124
+ isReadOnly?: boolean | undefined;
2125
+ };
2126
+ textAlign: {
2127
+ value: null;
2128
+ parentRef: string;
2129
+ property?: any;
2130
+ propertyType?: any;
2131
+ isReadOnly?: boolean | undefined;
2132
+ };
2133
+ characterSpacing: {
2134
+ value: null;
2135
+ parentRef: string;
2136
+ unit?: string | number | undefined;
2137
+ property?: any;
2138
+ propertyType?: any;
2139
+ isReadOnly?: boolean | undefined;
2140
+ };
2141
+ lineHeight: {
2142
+ value: null;
2143
+ parentRef: string;
2144
+ unit?: string | number | undefined;
2145
+ property?: any;
2146
+ propertyType?: any;
2147
+ isReadOnly?: boolean | undefined;
2148
+ };
2149
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
2150
+ showIcon: {
2151
+ value: null;
2152
+ parentRef: string;
2153
+ property?: any;
2154
+ propertyType?: any;
2155
+ isReadOnly?: boolean | undefined;
2156
+ };
2157
+ iconSize: {
2158
+ value: null;
2159
+ parentRef: string;
2160
+ unit?: string | number | undefined;
2161
+ property?: any;
2162
+ propertyType?: any;
2163
+ isReadOnly?: boolean | undefined;
2164
+ };
2165
+ iconColor: {
2166
+ value: null;
2167
+ parentRef: string;
2168
+ property?: any;
2169
+ propertyType?: any;
2170
+ isReadOnly?: boolean | undefined;
2171
+ };
2172
+ buttonStyle: {
2173
+ value: null;
2174
+ parentRef: string;
2175
+ propertyType: CMSElementEditTypes;
2176
+ };
2177
+ buttonText: {
2178
+ value: string;
2179
+ property: string;
2180
+ propertyType: CMSElementEditTypes;
2181
+ };
2182
+ iconPadding: {
2183
+ value: number;
2184
+ property: string;
2185
+ parentRef: string;
2186
+ propertyType: CMSElementEditTypes;
2187
+ };
2188
+ iconPosition: {
2189
+ value: null;
2190
+ parentRef: string;
2191
+ propertyType: CMSElementEditTypes;
2192
+ };
2193
+ iconAndTextSpacing: {
2194
+ value: null;
2195
+ property: string;
2196
+ unit: number;
2197
+ parentRef: string;
2198
+ propertyType: CMSElementEditTypes;
2199
+ };
2200
+ alignment: {
2201
+ value: null;
2202
+ property: string;
2203
+ parentRef: string;
2204
+ propertyType: CMSElementEditTypes;
2205
+ };
2206
+ buttonType: {
2207
+ value: string;
2208
+ propertyType: CMSElementEditTypes;
2209
+ };
2210
+ width: {
2211
+ value: string;
2212
+ unit: number;
2213
+ };
2214
+ padding: {
2215
+ parentRef: string;
2216
+ isAll?: boolean | undefined;
2217
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
2218
+ property?: string | undefined;
2219
+ iscss?: boolean | undefined;
2220
+ propertyType?: any;
2221
+ };
2222
+ selectorKey: SelectorKeysEnum;
2223
+ };
2224
+ hoverState: {
2225
+ backgroundColor: {
2226
+ value: null;
2227
+ parentRef: string;
2228
+ property?: any;
2229
+ propertyType?: any;
2230
+ isReadOnly?: boolean | undefined;
2231
+ };
2232
+ borderColor: {
2233
+ value: null;
2234
+ parentRef: string;
2235
+ property?: any;
2236
+ propertyType?: any;
2237
+ isReadOnly?: boolean | undefined;
2238
+ };
2239
+ borderStyle: {
2240
+ value: null;
2241
+ parentRef: string;
2242
+ property?: any;
2243
+ propertyType?: any;
2244
+ isReadOnly?: boolean | undefined;
2245
+ };
2246
+ borderPerSlide: {
2247
+ value: null;
2248
+ parentRef: string;
2249
+ isAll: boolean;
2250
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
2251
+ property: string;
2252
+ iscss?: boolean | undefined;
2253
+ propertyType?: any;
2254
+ };
2255
+ showBorder: {
2256
+ value: boolean;
2257
+ parentRef: string;
2258
+ property?: any;
2259
+ propertyType?: any;
2260
+ isReadOnly?: boolean | undefined;
2261
+ };
2262
+ showShadow: {
2263
+ value: null;
2264
+ parentRef: string;
2265
+ property?: any;
2266
+ propertyType?: any;
2267
+ isReadOnly?: boolean | undefined;
2268
+ };
2269
+ shadowColor: {
2270
+ value: null;
2271
+ parentRef: string;
2272
+ property?: any;
2273
+ propertyType?: any;
2274
+ isReadOnly?: boolean | undefined;
2275
+ };
2276
+ blur: {
2277
+ value: null;
2278
+ parentRef: string;
2279
+ unit?: string | number | undefined;
2280
+ property?: any;
2281
+ propertyType?: any;
2282
+ isReadOnly?: boolean | undefined;
2283
+ };
2284
+ spread: {
2285
+ value: null;
2286
+ parentRef: string;
2287
+ unit?: string | number | undefined;
2288
+ property?: any;
2289
+ propertyType?: any;
2290
+ isReadOnly?: boolean | undefined;
2291
+ };
2292
+ angle: {
2293
+ value: null;
2294
+ parentRef: string;
2295
+ unit?: string | number | undefined;
2296
+ property?: any;
2297
+ propertyType?: any;
2298
+ isReadOnly?: boolean | undefined;
2299
+ };
2300
+ borderRadius: {
2301
+ value: null;
2302
+ parentRef: string;
2303
+ isAll: boolean;
2304
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
2305
+ property: string;
2306
+ iscss?: boolean | undefined;
2307
+ propertyType?: any;
2308
+ };
2309
+ font: {
2310
+ value: null;
2311
+ parentRef: string;
2312
+ property?: any;
2313
+ propertyType?: any;
2314
+ isReadOnly?: boolean | undefined;
2315
+ };
2316
+ fontSize: {
2317
+ value: null;
2318
+ parentRef: string;
2319
+ unit?: string | number | undefined;
2320
+ property?: any;
2321
+ propertyType?: any;
2322
+ isReadOnly?: boolean | undefined;
2323
+ };
2324
+ textColor: {
2325
+ value: null;
2326
+ parentRef: string;
2327
+ property?: any;
2328
+ propertyType?: any;
2329
+ isReadOnly?: boolean | undefined;
2330
+ };
2331
+ bold: {
2332
+ value: string;
2333
+ parentRef: string;
2334
+ property?: any;
2335
+ propertyType?: any;
2336
+ isReadOnly?: boolean | undefined;
2337
+ };
2338
+ italic: {
2339
+ value: null;
2340
+ parentRef: string;
2341
+ property?: any;
2342
+ propertyType?: any;
2343
+ isReadOnly?: boolean | undefined;
2344
+ };
2345
+ linethrough: {
2346
+ value: null;
2347
+ parentRef: string;
2348
+ property?: any;
2349
+ propertyType?: any;
2350
+ isReadOnly?: boolean | undefined;
2351
+ };
2352
+ underline: {
2353
+ value: null;
2354
+ parentRef: string;
2355
+ property?: any;
2356
+ propertyType?: any;
2357
+ isReadOnly?: boolean | undefined;
2358
+ };
2359
+ textAlign: {
2360
+ value: null;
2361
+ parentRef: string;
2362
+ property?: any;
2363
+ propertyType?: any;
2364
+ isReadOnly?: boolean | undefined;
2365
+ };
2366
+ characterSpacing: {
2367
+ value: null;
2368
+ parentRef: string;
2369
+ unit?: string | number | undefined;
2370
+ property?: any;
2371
+ propertyType?: any;
2372
+ isReadOnly?: boolean | undefined;
2373
+ };
2374
+ lineHeight: {
2375
+ value: null;
2376
+ parentRef: string;
2377
+ unit?: string | number | undefined;
2378
+ property?: any;
2379
+ propertyType?: any;
2380
+ isReadOnly?: boolean | undefined;
2381
+ };
2382
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
2383
+ showIcon: {
2384
+ value: null;
2385
+ parentRef: string;
2386
+ property?: any;
2387
+ propertyType?: any;
2388
+ isReadOnly?: boolean | undefined;
2389
+ };
2390
+ iconSize: {
2391
+ value: null;
2392
+ parentRef: string;
2393
+ unit?: string | number | undefined;
2394
+ property?: any;
2395
+ propertyType?: any;
2396
+ isReadOnly?: boolean | undefined;
2397
+ };
2398
+ iconColor: {
2399
+ value: null;
2400
+ parentRef: string;
2401
+ property?: any;
2402
+ propertyType?: any;
2403
+ isReadOnly?: boolean | undefined;
2404
+ };
2405
+ buttonStyle: {
2406
+ value: null;
2407
+ parentRef: string;
2408
+ propertyType: CMSElementEditTypes;
2409
+ };
2410
+ buttonText: {
2411
+ value: string;
2412
+ property: string;
2413
+ propertyType: CMSElementEditTypes;
2414
+ };
2415
+ iconPadding: {
2416
+ value: number;
2417
+ property: string;
2418
+ parentRef: string;
2419
+ propertyType: CMSElementEditTypes;
2420
+ };
2421
+ iconPosition: {
2422
+ value: null;
2423
+ parentRef: string;
2424
+ propertyType: CMSElementEditTypes;
2425
+ };
2426
+ iconAndTextSpacing: {
2427
+ value: null;
2428
+ property: string;
2429
+ unit: number;
2430
+ parentRef: string;
2431
+ propertyType: CMSElementEditTypes;
2432
+ };
2433
+ alignment: {
2434
+ value: null;
2435
+ property: string;
2436
+ parentRef: string;
2437
+ propertyType: CMSElementEditTypes;
2438
+ };
2439
+ buttonType: {
2440
+ value: string;
2441
+ propertyType: CMSElementEditTypes;
2442
+ };
2443
+ width: {
2444
+ value: string;
2445
+ unit: number;
2446
+ };
2447
+ padding: {
2448
+ parentRef: string;
2449
+ isAll?: boolean | undefined;
2450
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
2451
+ property?: string | undefined;
2452
+ iscss?: boolean | undefined;
2453
+ propertyType?: any;
2454
+ };
2455
+ selectorKey: SelectorKeysEnum;
2456
+ };
2457
+ selectedState: {
2458
+ selectorKey: SelectorKeysEnum;
2459
+ };
2046
2460
  };
2047
- };
2048
- placeOrderButton: {
2049
- selectorKey: SelectorKeysEnum;
2050
- defaultState: {
2051
- theme: CMSIBCommonInterface;
2052
- font: CMSIBCommonInterface;
2053
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
2054
- textColor: CMSIBCommonInterface;
2055
- bold: CMSIBCommonInterface;
2056
- italic: CMSIBCommonInterface;
2057
- linethrough: CMSIBCommonInterface;
2058
- underline: CMSIBCommonInterface;
2059
- textAlign: CMSIBCommonInterface;
2060
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
2061
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
2062
- borderColor: CMSIBCommonInterface;
2063
- borderStyle: CMSIBCommonInterface;
2064
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2065
- showBorder: CMSIBCommonInterface;
2066
- backgroundColor: CMSIBCommonInterface;
2067
- showShadow: CMSIBCommonInterface;
2068
- shadowColor: CMSIBCommonInterface;
2069
- blur: import("../../interfaces/global").CMSIBSizeInterface;
2070
- spread: import("../../interfaces/global").CMSIBSizeInterface;
2071
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2072
- angle: import("../../interfaces/global").CMSIBSizeInterface;
2073
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
2074
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
2075
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
2076
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
2077
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
2078
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
2461
+ placeOrder: {
2079
2462
  selectorKey: SelectorKeysEnum;
2463
+ defaultState: {
2464
+ backgroundColor: {
2465
+ value: null;
2466
+ parentRef: string;
2467
+ property?: any;
2468
+ propertyType?: any;
2469
+ isReadOnly?: boolean | undefined;
2470
+ };
2471
+ borderColor: {
2472
+ value: null;
2473
+ parentRef: string;
2474
+ property?: any;
2475
+ propertyType?: any;
2476
+ isReadOnly?: boolean | undefined;
2477
+ };
2478
+ borderStyle: {
2479
+ value: null;
2480
+ parentRef: string;
2481
+ property?: any;
2482
+ propertyType?: any;
2483
+ isReadOnly?: boolean | undefined;
2484
+ };
2485
+ borderPerSlide: {
2486
+ value: null;
2487
+ parentRef: string;
2488
+ isAll: boolean;
2489
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
2490
+ property: string;
2491
+ iscss?: boolean | undefined;
2492
+ propertyType?: any;
2493
+ };
2494
+ showBorder: {
2495
+ value: boolean;
2496
+ parentRef: string;
2497
+ property?: any;
2498
+ propertyType?: any;
2499
+ isReadOnly?: boolean | undefined;
2500
+ };
2501
+ showShadow: {
2502
+ value: null;
2503
+ parentRef: string;
2504
+ property?: any;
2505
+ propertyType?: any;
2506
+ isReadOnly?: boolean | undefined;
2507
+ };
2508
+ shadowColor: {
2509
+ value: null;
2510
+ parentRef: string;
2511
+ property?: any;
2512
+ propertyType?: any;
2513
+ isReadOnly?: boolean | undefined;
2514
+ };
2515
+ blur: {
2516
+ value: null;
2517
+ parentRef: string;
2518
+ unit?: string | number | undefined;
2519
+ property?: any;
2520
+ propertyType?: any;
2521
+ isReadOnly?: boolean | undefined;
2522
+ };
2523
+ spread: {
2524
+ value: null;
2525
+ parentRef: string;
2526
+ unit?: string | number | undefined;
2527
+ property?: any;
2528
+ propertyType?: any;
2529
+ isReadOnly?: boolean | undefined;
2530
+ };
2531
+ angle: {
2532
+ value: null;
2533
+ parentRef: string;
2534
+ unit?: string | number | undefined;
2535
+ property?: any;
2536
+ propertyType?: any;
2537
+ isReadOnly?: boolean | undefined;
2538
+ };
2539
+ borderRadius: {
2540
+ value: null;
2541
+ parentRef: string;
2542
+ isAll: boolean;
2543
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
2544
+ property: string;
2545
+ iscss?: boolean | undefined;
2546
+ propertyType?: any;
2547
+ };
2548
+ font: {
2549
+ value: null;
2550
+ parentRef: string;
2551
+ property?: any;
2552
+ propertyType?: any;
2553
+ isReadOnly?: boolean | undefined;
2554
+ };
2555
+ fontSize: {
2556
+ value: null;
2557
+ parentRef: string;
2558
+ unit?: string | number | undefined;
2559
+ property?: any;
2560
+ propertyType?: any;
2561
+ isReadOnly?: boolean | undefined;
2562
+ };
2563
+ textColor: {
2564
+ value: null;
2565
+ parentRef: string;
2566
+ property?: any;
2567
+ propertyType?: any;
2568
+ isReadOnly?: boolean | undefined;
2569
+ };
2570
+ bold: {
2571
+ value: string;
2572
+ parentRef: string;
2573
+ property?: any;
2574
+ propertyType?: any;
2575
+ isReadOnly?: boolean | undefined;
2576
+ };
2577
+ italic: {
2578
+ value: null;
2579
+ parentRef: string;
2580
+ property?: any;
2581
+ propertyType?: any;
2582
+ isReadOnly?: boolean | undefined;
2583
+ };
2584
+ linethrough: {
2585
+ value: null;
2586
+ parentRef: string;
2587
+ property?: any;
2588
+ propertyType?: any;
2589
+ isReadOnly?: boolean | undefined;
2590
+ };
2591
+ underline: {
2592
+ value: null;
2593
+ parentRef: string;
2594
+ property?: any;
2595
+ propertyType?: any;
2596
+ isReadOnly?: boolean | undefined;
2597
+ };
2598
+ textAlign: {
2599
+ value: null;
2600
+ parentRef: string;
2601
+ property?: any;
2602
+ propertyType?: any;
2603
+ isReadOnly?: boolean | undefined;
2604
+ };
2605
+ characterSpacing: {
2606
+ value: null;
2607
+ parentRef: string;
2608
+ unit?: string | number | undefined;
2609
+ property?: any;
2610
+ propertyType?: any;
2611
+ isReadOnly?: boolean | undefined;
2612
+ };
2613
+ lineHeight: {
2614
+ value: null;
2615
+ parentRef: string;
2616
+ unit?: string | number | undefined;
2617
+ property?: any;
2618
+ propertyType?: any;
2619
+ isReadOnly?: boolean | undefined;
2620
+ };
2621
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
2622
+ showIcon: {
2623
+ value: null;
2624
+ parentRef: string;
2625
+ property?: any;
2626
+ propertyType?: any;
2627
+ isReadOnly?: boolean | undefined;
2628
+ };
2629
+ iconSize: {
2630
+ value: null;
2631
+ parentRef: string;
2632
+ unit?: string | number | undefined;
2633
+ property?: any;
2634
+ propertyType?: any;
2635
+ isReadOnly?: boolean | undefined;
2636
+ };
2637
+ iconColor: {
2638
+ value: null;
2639
+ parentRef: string;
2640
+ property?: any;
2641
+ propertyType?: any;
2642
+ isReadOnly?: boolean | undefined;
2643
+ };
2644
+ buttonStyle: {
2645
+ value: null;
2646
+ parentRef: string;
2647
+ propertyType: CMSElementEditTypes;
2648
+ };
2649
+ buttonText: {
2650
+ value: string;
2651
+ property: string;
2652
+ propertyType: CMSElementEditTypes;
2653
+ };
2654
+ iconPadding: {
2655
+ value: number;
2656
+ property: string;
2657
+ parentRef: string;
2658
+ propertyType: CMSElementEditTypes;
2659
+ };
2660
+ iconPosition: {
2661
+ value: null;
2662
+ parentRef: string;
2663
+ propertyType: CMSElementEditTypes;
2664
+ };
2665
+ iconAndTextSpacing: {
2666
+ value: null;
2667
+ property: string;
2668
+ unit: number;
2669
+ parentRef: string;
2670
+ propertyType: CMSElementEditTypes;
2671
+ };
2672
+ alignment: {
2673
+ value: null;
2674
+ property: string;
2675
+ parentRef: string;
2676
+ propertyType: CMSElementEditTypes;
2677
+ };
2678
+ buttonType: {
2679
+ value: string;
2680
+ propertyType: CMSElementEditTypes;
2681
+ };
2682
+ width: {
2683
+ value: string;
2684
+ unit: number;
2685
+ };
2686
+ padding: {
2687
+ parentRef: string;
2688
+ isAll?: boolean | undefined;
2689
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
2690
+ property?: string | undefined;
2691
+ iscss?: boolean | undefined;
2692
+ propertyType?: any;
2693
+ };
2694
+ selectorKey: SelectorKeysEnum;
2695
+ };
2696
+ hoverState: {
2697
+ backgroundColor: {
2698
+ value: null;
2699
+ parentRef: string;
2700
+ property?: any;
2701
+ propertyType?: any;
2702
+ isReadOnly?: boolean | undefined;
2703
+ };
2704
+ borderColor: {
2705
+ value: null;
2706
+ parentRef: string;
2707
+ property?: any;
2708
+ propertyType?: any;
2709
+ isReadOnly?: boolean | undefined;
2710
+ };
2711
+ borderStyle: {
2712
+ value: null;
2713
+ parentRef: string;
2714
+ property?: any;
2715
+ propertyType?: any;
2716
+ isReadOnly?: boolean | undefined;
2717
+ };
2718
+ borderPerSlide: {
2719
+ value: null;
2720
+ parentRef: string;
2721
+ isAll: boolean;
2722
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
2723
+ property: string;
2724
+ iscss?: boolean | undefined;
2725
+ propertyType?: any;
2726
+ };
2727
+ showBorder: {
2728
+ value: boolean;
2729
+ parentRef: string;
2730
+ property?: any;
2731
+ propertyType?: any;
2732
+ isReadOnly?: boolean | undefined;
2733
+ };
2734
+ showShadow: {
2735
+ value: null;
2736
+ parentRef: string;
2737
+ property?: any;
2738
+ propertyType?: any;
2739
+ isReadOnly?: boolean | undefined;
2740
+ };
2741
+ shadowColor: {
2742
+ value: null;
2743
+ parentRef: string;
2744
+ property?: any;
2745
+ propertyType?: any;
2746
+ isReadOnly?: boolean | undefined;
2747
+ };
2748
+ blur: {
2749
+ value: null;
2750
+ parentRef: string;
2751
+ unit?: string | number | undefined;
2752
+ property?: any;
2753
+ propertyType?: any;
2754
+ isReadOnly?: boolean | undefined;
2755
+ };
2756
+ spread: {
2757
+ value: null;
2758
+ parentRef: string;
2759
+ unit?: string | number | undefined;
2760
+ property?: any;
2761
+ propertyType?: any;
2762
+ isReadOnly?: boolean | undefined;
2763
+ };
2764
+ angle: {
2765
+ value: null;
2766
+ parentRef: string;
2767
+ unit?: string | number | undefined;
2768
+ property?: any;
2769
+ propertyType?: any;
2770
+ isReadOnly?: boolean | undefined;
2771
+ };
2772
+ borderRadius: {
2773
+ value: null;
2774
+ parentRef: string;
2775
+ isAll: boolean;
2776
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
2777
+ property: string;
2778
+ iscss?: boolean | undefined;
2779
+ propertyType?: any;
2780
+ };
2781
+ font: {
2782
+ value: null;
2783
+ parentRef: string;
2784
+ property?: any;
2785
+ propertyType?: any;
2786
+ isReadOnly?: boolean | undefined;
2787
+ };
2788
+ fontSize: {
2789
+ value: null;
2790
+ parentRef: string;
2791
+ unit?: string | number | undefined;
2792
+ property?: any;
2793
+ propertyType?: any;
2794
+ isReadOnly?: boolean | undefined;
2795
+ };
2796
+ textColor: {
2797
+ value: null;
2798
+ parentRef: string;
2799
+ property?: any;
2800
+ propertyType?: any;
2801
+ isReadOnly?: boolean | undefined;
2802
+ };
2803
+ bold: {
2804
+ value: string;
2805
+ parentRef: string;
2806
+ property?: any;
2807
+ propertyType?: any;
2808
+ isReadOnly?: boolean | undefined;
2809
+ };
2810
+ italic: {
2811
+ value: null;
2812
+ parentRef: string;
2813
+ property?: any;
2814
+ propertyType?: any;
2815
+ isReadOnly?: boolean | undefined;
2816
+ };
2817
+ linethrough: {
2818
+ value: null;
2819
+ parentRef: string;
2820
+ property?: any;
2821
+ propertyType?: any;
2822
+ isReadOnly?: boolean | undefined;
2823
+ };
2824
+ underline: {
2825
+ value: null;
2826
+ parentRef: string;
2827
+ property?: any;
2828
+ propertyType?: any;
2829
+ isReadOnly?: boolean | undefined;
2830
+ };
2831
+ textAlign: {
2832
+ value: null;
2833
+ parentRef: string;
2834
+ property?: any;
2835
+ propertyType?: any;
2836
+ isReadOnly?: boolean | undefined;
2837
+ };
2838
+ characterSpacing: {
2839
+ value: null;
2840
+ parentRef: string;
2841
+ unit?: string | number | undefined;
2842
+ property?: any;
2843
+ propertyType?: any;
2844
+ isReadOnly?: boolean | undefined;
2845
+ };
2846
+ lineHeight: {
2847
+ value: null;
2848
+ parentRef: string;
2849
+ unit?: string | number | undefined;
2850
+ property?: any;
2851
+ propertyType?: any;
2852
+ isReadOnly?: boolean | undefined;
2853
+ };
2854
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
2855
+ showIcon: {
2856
+ value: null;
2857
+ parentRef: string;
2858
+ property?: any;
2859
+ propertyType?: any;
2860
+ isReadOnly?: boolean | undefined;
2861
+ };
2862
+ iconSize: {
2863
+ value: null;
2864
+ parentRef: string;
2865
+ unit?: string | number | undefined;
2866
+ property?: any;
2867
+ propertyType?: any;
2868
+ isReadOnly?: boolean | undefined;
2869
+ };
2870
+ iconColor: {
2871
+ value: null;
2872
+ parentRef: string;
2873
+ property?: any;
2874
+ propertyType?: any;
2875
+ isReadOnly?: boolean | undefined;
2876
+ };
2877
+ buttonStyle: {
2878
+ value: null;
2879
+ parentRef: string;
2880
+ propertyType: CMSElementEditTypes;
2881
+ };
2882
+ buttonText: {
2883
+ value: string;
2884
+ property: string;
2885
+ propertyType: CMSElementEditTypes;
2886
+ };
2887
+ iconPadding: {
2888
+ value: number;
2889
+ property: string;
2890
+ parentRef: string;
2891
+ propertyType: CMSElementEditTypes;
2892
+ };
2893
+ iconPosition: {
2894
+ value: null;
2895
+ parentRef: string;
2896
+ propertyType: CMSElementEditTypes;
2897
+ };
2898
+ iconAndTextSpacing: {
2899
+ value: null;
2900
+ property: string;
2901
+ unit: number;
2902
+ parentRef: string;
2903
+ propertyType: CMSElementEditTypes;
2904
+ };
2905
+ alignment: {
2906
+ value: null;
2907
+ property: string;
2908
+ parentRef: string;
2909
+ propertyType: CMSElementEditTypes;
2910
+ };
2911
+ buttonType: {
2912
+ value: string;
2913
+ propertyType: CMSElementEditTypes;
2914
+ };
2915
+ width: {
2916
+ value: string;
2917
+ unit: number;
2918
+ };
2919
+ padding: {
2920
+ parentRef: string;
2921
+ isAll?: boolean | undefined;
2922
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
2923
+ property?: string | undefined;
2924
+ iscss?: boolean | undefined;
2925
+ propertyType?: any;
2926
+ };
2927
+ selectorKey: SelectorKeysEnum;
2928
+ };
2929
+ selectedState: {
2930
+ selectorKey: SelectorKeysEnum;
2931
+ };
2080
2932
  };
2081
- hoverState: {
2082
- theme: CMSIBCommonInterface;
2083
- font: CMSIBCommonInterface;
2084
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
2085
- textColor: CMSIBCommonInterface;
2086
- bold: CMSIBCommonInterface;
2087
- italic: CMSIBCommonInterface;
2088
- linethrough: CMSIBCommonInterface;
2089
- underline: CMSIBCommonInterface;
2090
- textAlign: CMSIBCommonInterface;
2091
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
2092
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
2093
- borderColor: CMSIBCommonInterface;
2094
- borderStyle: CMSIBCommonInterface;
2095
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2096
- showBorder: CMSIBCommonInterface;
2097
- backgroundColor: CMSIBCommonInterface;
2098
- showShadow: CMSIBCommonInterface;
2099
- shadowColor: CMSIBCommonInterface;
2100
- blur: import("../../interfaces/global").CMSIBSizeInterface;
2101
- spread: import("../../interfaces/global").CMSIBSizeInterface;
2102
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2103
- angle: import("../../interfaces/global").CMSIBSizeInterface;
2104
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
2105
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
2106
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
2107
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
2108
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
2109
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
2933
+ requestQuote: {
2110
2934
  selectorKey: SelectorKeysEnum;
2111
- };
2112
- };
2113
- requestQuoteButton: {
2114
- selectorKey: SelectorKeysEnum;
2115
- hoverState: {
2116
- theme: CMSIBCommonInterface;
2117
- font: CMSIBCommonInterface;
2118
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
2119
- textColor: CMSIBCommonInterface;
2120
- bold: CMSIBCommonInterface;
2121
- italic: CMSIBCommonInterface;
2122
- linethrough: CMSIBCommonInterface;
2123
- underline: CMSIBCommonInterface;
2124
- textAlign: CMSIBCommonInterface;
2125
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
2126
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
2127
- borderColor: CMSIBCommonInterface;
2128
- borderStyle: CMSIBCommonInterface;
2129
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2130
- showBorder: CMSIBCommonInterface;
2131
- backgroundColor: CMSIBCommonInterface;
2132
- showShadow: CMSIBCommonInterface;
2133
- shadowColor: CMSIBCommonInterface;
2134
- blur: import("../../interfaces/global").CMSIBSizeInterface;
2135
- spread: import("../../interfaces/global").CMSIBSizeInterface;
2136
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2137
- angle: import("../../interfaces/global").CMSIBSizeInterface;
2138
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
2139
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
2140
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
2141
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
2142
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
2143
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
2935
+ defaultState: {
2936
+ backgroundColor: {
2937
+ value: null;
2938
+ parentRef: string;
2939
+ property?: any;
2940
+ propertyType?: any;
2941
+ isReadOnly?: boolean | undefined;
2942
+ };
2943
+ borderColor: {
2944
+ value: null;
2945
+ parentRef: string;
2946
+ property?: any;
2947
+ propertyType?: any;
2948
+ isReadOnly?: boolean | undefined;
2949
+ };
2950
+ borderStyle: {
2951
+ value: null;
2952
+ parentRef: string;
2953
+ property?: any;
2954
+ propertyType?: any;
2955
+ isReadOnly?: boolean | undefined;
2956
+ };
2957
+ borderPerSlide: {
2958
+ value: null;
2959
+ parentRef: string;
2960
+ isAll: boolean;
2961
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
2962
+ property: string;
2963
+ iscss?: boolean | undefined;
2964
+ propertyType?: any;
2965
+ };
2966
+ showBorder: {
2967
+ value: boolean;
2968
+ parentRef: string;
2969
+ property?: any;
2970
+ propertyType?: any;
2971
+ isReadOnly?: boolean | undefined;
2972
+ };
2973
+ showShadow: {
2974
+ value: null;
2975
+ parentRef: string;
2976
+ property?: any;
2977
+ propertyType?: any;
2978
+ isReadOnly?: boolean | undefined;
2979
+ };
2980
+ shadowColor: {
2981
+ value: null;
2982
+ parentRef: string;
2983
+ property?: any;
2984
+ propertyType?: any;
2985
+ isReadOnly?: boolean | undefined;
2986
+ };
2987
+ blur: {
2988
+ value: null;
2989
+ parentRef: string;
2990
+ unit?: string | number | undefined;
2991
+ property?: any;
2992
+ propertyType?: any;
2993
+ isReadOnly?: boolean | undefined;
2994
+ };
2995
+ spread: {
2996
+ value: null;
2997
+ parentRef: string;
2998
+ unit?: string | number | undefined;
2999
+ property?: any;
3000
+ propertyType?: any;
3001
+ isReadOnly?: boolean | undefined;
3002
+ };
3003
+ angle: {
3004
+ value: null;
3005
+ parentRef: string;
3006
+ unit?: string | number | undefined;
3007
+ property?: any;
3008
+ propertyType?: any;
3009
+ isReadOnly?: boolean | undefined;
3010
+ };
3011
+ borderRadius: {
3012
+ value: null;
3013
+ parentRef: string;
3014
+ isAll: boolean;
3015
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
3016
+ property: string;
3017
+ iscss?: boolean | undefined;
3018
+ propertyType?: any;
3019
+ };
3020
+ font: {
3021
+ value: null;
3022
+ parentRef: string;
3023
+ property?: any;
3024
+ propertyType?: any;
3025
+ isReadOnly?: boolean | undefined;
3026
+ };
3027
+ fontSize: {
3028
+ value: null;
3029
+ parentRef: string;
3030
+ unit?: string | number | undefined;
3031
+ property?: any;
3032
+ propertyType?: any;
3033
+ isReadOnly?: boolean | undefined;
3034
+ };
3035
+ textColor: {
3036
+ value: null;
3037
+ parentRef: string;
3038
+ property?: any;
3039
+ propertyType?: any;
3040
+ isReadOnly?: boolean | undefined;
3041
+ };
3042
+ bold: {
3043
+ value: string;
3044
+ parentRef: string;
3045
+ property?: any;
3046
+ propertyType?: any;
3047
+ isReadOnly?: boolean | undefined;
3048
+ };
3049
+ italic: {
3050
+ value: null;
3051
+ parentRef: string;
3052
+ property?: any;
3053
+ propertyType?: any;
3054
+ isReadOnly?: boolean | undefined;
3055
+ };
3056
+ linethrough: {
3057
+ value: null;
3058
+ parentRef: string;
3059
+ property?: any;
3060
+ propertyType?: any;
3061
+ isReadOnly?: boolean | undefined;
3062
+ };
3063
+ underline: {
3064
+ value: null;
3065
+ parentRef: string;
3066
+ property?: any;
3067
+ propertyType?: any;
3068
+ isReadOnly?: boolean | undefined;
3069
+ };
3070
+ textAlign: {
3071
+ value: null;
3072
+ parentRef: string;
3073
+ property?: any;
3074
+ propertyType?: any;
3075
+ isReadOnly?: boolean | undefined;
3076
+ };
3077
+ characterSpacing: {
3078
+ value: null;
3079
+ parentRef: string;
3080
+ unit?: string | number | undefined;
3081
+ property?: any;
3082
+ propertyType?: any;
3083
+ isReadOnly?: boolean | undefined;
3084
+ };
3085
+ lineHeight: {
3086
+ value: null;
3087
+ parentRef: string;
3088
+ unit?: string | number | undefined;
3089
+ property?: any;
3090
+ propertyType?: any;
3091
+ isReadOnly?: boolean | undefined;
3092
+ };
3093
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
3094
+ showIcon: {
3095
+ value: null;
3096
+ parentRef: string;
3097
+ property?: any;
3098
+ propertyType?: any;
3099
+ isReadOnly?: boolean | undefined;
3100
+ };
3101
+ iconSize: {
3102
+ value: null;
3103
+ parentRef: string;
3104
+ unit?: string | number | undefined;
3105
+ property?: any;
3106
+ propertyType?: any;
3107
+ isReadOnly?: boolean | undefined;
3108
+ };
3109
+ iconColor: {
3110
+ value: null;
3111
+ parentRef: string;
3112
+ property?: any;
3113
+ propertyType?: any;
3114
+ isReadOnly?: boolean | undefined;
3115
+ };
3116
+ buttonStyle: {
3117
+ value: null;
3118
+ parentRef: string;
3119
+ propertyType: CMSElementEditTypes;
3120
+ };
3121
+ buttonText: {
3122
+ value: string;
3123
+ property: string;
3124
+ propertyType: CMSElementEditTypes;
3125
+ };
3126
+ iconPadding: {
3127
+ value: number;
3128
+ property: string;
3129
+ parentRef: string;
3130
+ propertyType: CMSElementEditTypes;
3131
+ };
3132
+ iconPosition: {
3133
+ value: null;
3134
+ parentRef: string;
3135
+ propertyType: CMSElementEditTypes;
3136
+ };
3137
+ iconAndTextSpacing: {
3138
+ value: null;
3139
+ property: string;
3140
+ unit: number;
3141
+ parentRef: string;
3142
+ propertyType: CMSElementEditTypes;
3143
+ };
3144
+ alignment: {
3145
+ value: null;
3146
+ property: string;
3147
+ parentRef: string;
3148
+ propertyType: CMSElementEditTypes;
3149
+ };
3150
+ buttonType: {
3151
+ value: string;
3152
+ propertyType: CMSElementEditTypes;
3153
+ };
3154
+ width: {
3155
+ value: string;
3156
+ unit: number;
3157
+ };
3158
+ padding: {
3159
+ parentRef: string;
3160
+ isAll?: boolean | undefined;
3161
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
3162
+ property?: string | undefined;
3163
+ iscss?: boolean | undefined;
3164
+ propertyType?: any;
3165
+ };
3166
+ selectorKey: SelectorKeysEnum;
3167
+ };
3168
+ hoverState: {
3169
+ backgroundColor: {
3170
+ value: null;
3171
+ parentRef: string;
3172
+ property?: any;
3173
+ propertyType?: any;
3174
+ isReadOnly?: boolean | undefined;
3175
+ };
3176
+ borderColor: {
3177
+ value: null;
3178
+ parentRef: string;
3179
+ property?: any;
3180
+ propertyType?: any;
3181
+ isReadOnly?: boolean | undefined;
3182
+ };
3183
+ borderStyle: {
3184
+ value: null;
3185
+ parentRef: string;
3186
+ property?: any;
3187
+ propertyType?: any;
3188
+ isReadOnly?: boolean | undefined;
3189
+ };
3190
+ borderPerSlide: {
3191
+ value: null;
3192
+ parentRef: string;
3193
+ isAll: boolean;
3194
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
3195
+ property: string;
3196
+ iscss?: boolean | undefined;
3197
+ propertyType?: any;
3198
+ };
3199
+ showBorder: {
3200
+ value: boolean;
3201
+ parentRef: string;
3202
+ property?: any;
3203
+ propertyType?: any;
3204
+ isReadOnly?: boolean | undefined;
3205
+ };
3206
+ showShadow: {
3207
+ value: null;
3208
+ parentRef: string;
3209
+ property?: any;
3210
+ propertyType?: any;
3211
+ isReadOnly?: boolean | undefined;
3212
+ };
3213
+ shadowColor: {
3214
+ value: null;
3215
+ parentRef: string;
3216
+ property?: any;
3217
+ propertyType?: any;
3218
+ isReadOnly?: boolean | undefined;
3219
+ };
3220
+ blur: {
3221
+ value: null;
3222
+ parentRef: string;
3223
+ unit?: string | number | undefined;
3224
+ property?: any;
3225
+ propertyType?: any;
3226
+ isReadOnly?: boolean | undefined;
3227
+ };
3228
+ spread: {
3229
+ value: null;
3230
+ parentRef: string;
3231
+ unit?: string | number | undefined;
3232
+ property?: any;
3233
+ propertyType?: any;
3234
+ isReadOnly?: boolean | undefined;
3235
+ };
3236
+ angle: {
3237
+ value: null;
3238
+ parentRef: string;
3239
+ unit?: string | number | undefined;
3240
+ property?: any;
3241
+ propertyType?: any;
3242
+ isReadOnly?: boolean | undefined;
3243
+ };
3244
+ borderRadius: {
3245
+ value: null;
3246
+ parentRef: string;
3247
+ isAll: boolean;
3248
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
3249
+ property: string;
3250
+ iscss?: boolean | undefined;
3251
+ propertyType?: any;
3252
+ };
3253
+ font: {
3254
+ value: null;
3255
+ parentRef: string;
3256
+ property?: any;
3257
+ propertyType?: any;
3258
+ isReadOnly?: boolean | undefined;
3259
+ };
3260
+ fontSize: {
3261
+ value: null;
3262
+ parentRef: string;
3263
+ unit?: string | number | undefined;
3264
+ property?: any;
3265
+ propertyType?: any;
3266
+ isReadOnly?: boolean | undefined;
3267
+ };
3268
+ textColor: {
3269
+ value: null;
3270
+ parentRef: string;
3271
+ property?: any;
3272
+ propertyType?: any;
3273
+ isReadOnly?: boolean | undefined;
3274
+ };
3275
+ bold: {
3276
+ value: string;
3277
+ parentRef: string;
3278
+ property?: any;
3279
+ propertyType?: any;
3280
+ isReadOnly?: boolean | undefined;
3281
+ };
3282
+ italic: {
3283
+ value: null;
3284
+ parentRef: string;
3285
+ property?: any;
3286
+ propertyType?: any;
3287
+ isReadOnly?: boolean | undefined;
3288
+ };
3289
+ linethrough: {
3290
+ value: null;
3291
+ parentRef: string;
3292
+ property?: any;
3293
+ propertyType?: any;
3294
+ isReadOnly?: boolean | undefined;
3295
+ };
3296
+ underline: {
3297
+ value: null;
3298
+ parentRef: string;
3299
+ property?: any;
3300
+ propertyType?: any;
3301
+ isReadOnly?: boolean | undefined;
3302
+ };
3303
+ textAlign: {
3304
+ value: null;
3305
+ parentRef: string;
3306
+ property?: any;
3307
+ propertyType?: any;
3308
+ isReadOnly?: boolean | undefined;
3309
+ };
3310
+ characterSpacing: {
3311
+ value: null;
3312
+ parentRef: string;
3313
+ unit?: string | number | undefined;
3314
+ property?: any;
3315
+ propertyType?: any;
3316
+ isReadOnly?: boolean | undefined;
3317
+ };
3318
+ lineHeight: {
3319
+ value: null;
3320
+ parentRef: string;
3321
+ unit?: string | number | undefined;
3322
+ property?: any;
3323
+ propertyType?: any;
3324
+ isReadOnly?: boolean | undefined;
3325
+ };
3326
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
3327
+ showIcon: {
3328
+ value: null;
3329
+ parentRef: string;
3330
+ property?: any;
3331
+ propertyType?: any;
3332
+ isReadOnly?: boolean | undefined;
3333
+ };
3334
+ iconSize: {
3335
+ value: null;
3336
+ parentRef: string;
3337
+ unit?: string | number | undefined;
3338
+ property?: any;
3339
+ propertyType?: any;
3340
+ isReadOnly?: boolean | undefined;
3341
+ };
3342
+ iconColor: {
3343
+ value: null;
3344
+ parentRef: string;
3345
+ property?: any;
3346
+ propertyType?: any;
3347
+ isReadOnly?: boolean | undefined;
3348
+ };
3349
+ buttonStyle: {
3350
+ value: null;
3351
+ parentRef: string;
3352
+ propertyType: CMSElementEditTypes;
3353
+ };
3354
+ buttonText: {
3355
+ value: string;
3356
+ property: string;
3357
+ propertyType: CMSElementEditTypes;
3358
+ };
3359
+ iconPadding: {
3360
+ value: number;
3361
+ property: string;
3362
+ parentRef: string;
3363
+ propertyType: CMSElementEditTypes;
3364
+ };
3365
+ iconPosition: {
3366
+ value: null;
3367
+ parentRef: string;
3368
+ propertyType: CMSElementEditTypes;
3369
+ };
3370
+ iconAndTextSpacing: {
3371
+ value: null;
3372
+ property: string;
3373
+ unit: number;
3374
+ parentRef: string;
3375
+ propertyType: CMSElementEditTypes;
3376
+ };
3377
+ alignment: {
3378
+ value: null;
3379
+ property: string;
3380
+ parentRef: string;
3381
+ propertyType: CMSElementEditTypes;
3382
+ };
3383
+ buttonType: {
3384
+ value: string;
3385
+ propertyType: CMSElementEditTypes;
3386
+ };
3387
+ width: {
3388
+ value: string;
3389
+ unit: number;
3390
+ };
3391
+ padding: {
3392
+ parentRef: string;
3393
+ isAll?: boolean | undefined;
3394
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
3395
+ property?: string | undefined;
3396
+ iscss?: boolean | undefined;
3397
+ propertyType?: any;
3398
+ };
3399
+ selectorKey: SelectorKeysEnum;
3400
+ };
3401
+ selectedState: {
3402
+ selectorKey: SelectorKeysEnum;
3403
+ };
3404
+ };
3405
+ reviewOrder: {
2144
3406
  selectorKey: SelectorKeysEnum;
3407
+ defaultState: {
3408
+ backgroundColor: {
3409
+ value: null;
3410
+ parentRef: string;
3411
+ property?: any;
3412
+ propertyType?: any;
3413
+ isReadOnly?: boolean | undefined;
3414
+ };
3415
+ borderColor: {
3416
+ value: null;
3417
+ parentRef: string;
3418
+ property?: any;
3419
+ propertyType?: any;
3420
+ isReadOnly?: boolean | undefined;
3421
+ };
3422
+ borderStyle: {
3423
+ value: null;
3424
+ parentRef: string;
3425
+ property?: any;
3426
+ propertyType?: any;
3427
+ isReadOnly?: boolean | undefined;
3428
+ };
3429
+ borderPerSlide: {
3430
+ value: null;
3431
+ parentRef: string;
3432
+ isAll: boolean;
3433
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
3434
+ property: string;
3435
+ iscss?: boolean | undefined;
3436
+ propertyType?: any;
3437
+ };
3438
+ showBorder: {
3439
+ value: boolean;
3440
+ parentRef: string;
3441
+ property?: any;
3442
+ propertyType?: any;
3443
+ isReadOnly?: boolean | undefined;
3444
+ };
3445
+ showShadow: {
3446
+ value: null;
3447
+ parentRef: string;
3448
+ property?: any;
3449
+ propertyType?: any;
3450
+ isReadOnly?: boolean | undefined;
3451
+ };
3452
+ shadowColor: {
3453
+ value: null;
3454
+ parentRef: string;
3455
+ property?: any;
3456
+ propertyType?: any;
3457
+ isReadOnly?: boolean | undefined;
3458
+ };
3459
+ blur: {
3460
+ value: null;
3461
+ parentRef: string;
3462
+ unit?: string | number | undefined;
3463
+ property?: any;
3464
+ propertyType?: any;
3465
+ isReadOnly?: boolean | undefined;
3466
+ };
3467
+ spread: {
3468
+ value: null;
3469
+ parentRef: string;
3470
+ unit?: string | number | undefined;
3471
+ property?: any;
3472
+ propertyType?: any;
3473
+ isReadOnly?: boolean | undefined;
3474
+ };
3475
+ angle: {
3476
+ value: null;
3477
+ parentRef: string;
3478
+ unit?: string | number | undefined;
3479
+ property?: any;
3480
+ propertyType?: any;
3481
+ isReadOnly?: boolean | undefined;
3482
+ };
3483
+ borderRadius: {
3484
+ value: null;
3485
+ parentRef: string;
3486
+ isAll: boolean;
3487
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
3488
+ property: string;
3489
+ iscss?: boolean | undefined;
3490
+ propertyType?: any;
3491
+ };
3492
+ font: {
3493
+ value: null;
3494
+ parentRef: string;
3495
+ property?: any;
3496
+ propertyType?: any;
3497
+ isReadOnly?: boolean | undefined;
3498
+ };
3499
+ fontSize: {
3500
+ value: null;
3501
+ parentRef: string;
3502
+ unit?: string | number | undefined;
3503
+ property?: any;
3504
+ propertyType?: any;
3505
+ isReadOnly?: boolean | undefined;
3506
+ };
3507
+ textColor: {
3508
+ value: null;
3509
+ parentRef: string;
3510
+ property?: any;
3511
+ propertyType?: any;
3512
+ isReadOnly?: boolean | undefined;
3513
+ };
3514
+ bold: {
3515
+ value: string;
3516
+ parentRef: string;
3517
+ property?: any;
3518
+ propertyType?: any;
3519
+ isReadOnly?: boolean | undefined;
3520
+ };
3521
+ italic: {
3522
+ value: null;
3523
+ parentRef: string;
3524
+ property?: any;
3525
+ propertyType?: any;
3526
+ isReadOnly?: boolean | undefined;
3527
+ };
3528
+ linethrough: {
3529
+ value: null;
3530
+ parentRef: string;
3531
+ property?: any;
3532
+ propertyType?: any;
3533
+ isReadOnly?: boolean | undefined;
3534
+ };
3535
+ underline: {
3536
+ value: null;
3537
+ parentRef: string;
3538
+ property?: any;
3539
+ propertyType?: any;
3540
+ isReadOnly?: boolean | undefined;
3541
+ };
3542
+ textAlign: {
3543
+ value: null;
3544
+ parentRef: string;
3545
+ property?: any;
3546
+ propertyType?: any;
3547
+ isReadOnly?: boolean | undefined;
3548
+ };
3549
+ characterSpacing: {
3550
+ value: null;
3551
+ parentRef: string;
3552
+ unit?: string | number | undefined;
3553
+ property?: any;
3554
+ propertyType?: any;
3555
+ isReadOnly?: boolean | undefined;
3556
+ };
3557
+ lineHeight: {
3558
+ value: null;
3559
+ parentRef: string;
3560
+ unit?: string | number | undefined;
3561
+ property?: any;
3562
+ propertyType?: any;
3563
+ isReadOnly?: boolean | undefined;
3564
+ };
3565
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
3566
+ showIcon: {
3567
+ value: null;
3568
+ parentRef: string;
3569
+ property?: any;
3570
+ propertyType?: any;
3571
+ isReadOnly?: boolean | undefined;
3572
+ };
3573
+ iconSize: {
3574
+ value: null;
3575
+ parentRef: string;
3576
+ unit?: string | number | undefined;
3577
+ property?: any;
3578
+ propertyType?: any;
3579
+ isReadOnly?: boolean | undefined;
3580
+ };
3581
+ iconColor: {
3582
+ value: null;
3583
+ parentRef: string;
3584
+ property?: any;
3585
+ propertyType?: any;
3586
+ isReadOnly?: boolean | undefined;
3587
+ };
3588
+ buttonStyle: {
3589
+ value: null;
3590
+ parentRef: string;
3591
+ propertyType: CMSElementEditTypes;
3592
+ };
3593
+ buttonText: {
3594
+ value: string;
3595
+ property: string;
3596
+ propertyType: CMSElementEditTypes;
3597
+ };
3598
+ iconPadding: {
3599
+ value: number;
3600
+ property: string;
3601
+ parentRef: string;
3602
+ propertyType: CMSElementEditTypes;
3603
+ };
3604
+ iconPosition: {
3605
+ value: null;
3606
+ parentRef: string;
3607
+ propertyType: CMSElementEditTypes;
3608
+ };
3609
+ iconAndTextSpacing: {
3610
+ value: null;
3611
+ property: string;
3612
+ unit: number;
3613
+ parentRef: string;
3614
+ propertyType: CMSElementEditTypes;
3615
+ };
3616
+ alignment: {
3617
+ value: null;
3618
+ property: string;
3619
+ parentRef: string;
3620
+ propertyType: CMSElementEditTypes;
3621
+ };
3622
+ buttonType: {
3623
+ value: string;
3624
+ propertyType: CMSElementEditTypes;
3625
+ };
3626
+ width: {
3627
+ value: string;
3628
+ unit: number;
3629
+ };
3630
+ padding: {
3631
+ parentRef: string;
3632
+ isAll?: boolean | undefined;
3633
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
3634
+ property?: string | undefined;
3635
+ iscss?: boolean | undefined;
3636
+ propertyType?: any;
3637
+ };
3638
+ selectorKey: SelectorKeysEnum;
3639
+ };
3640
+ hoverState: {
3641
+ backgroundColor: {
3642
+ value: null;
3643
+ parentRef: string;
3644
+ property?: any;
3645
+ propertyType?: any;
3646
+ isReadOnly?: boolean | undefined;
3647
+ };
3648
+ borderColor: {
3649
+ value: null;
3650
+ parentRef: string;
3651
+ property?: any;
3652
+ propertyType?: any;
3653
+ isReadOnly?: boolean | undefined;
3654
+ };
3655
+ borderStyle: {
3656
+ value: null;
3657
+ parentRef: string;
3658
+ property?: any;
3659
+ propertyType?: any;
3660
+ isReadOnly?: boolean | undefined;
3661
+ };
3662
+ borderPerSlide: {
3663
+ value: null;
3664
+ parentRef: string;
3665
+ isAll: boolean;
3666
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
3667
+ property: string;
3668
+ iscss?: boolean | undefined;
3669
+ propertyType?: any;
3670
+ };
3671
+ showBorder: {
3672
+ value: boolean;
3673
+ parentRef: string;
3674
+ property?: any;
3675
+ propertyType?: any;
3676
+ isReadOnly?: boolean | undefined;
3677
+ };
3678
+ showShadow: {
3679
+ value: null;
3680
+ parentRef: string;
3681
+ property?: any;
3682
+ propertyType?: any;
3683
+ isReadOnly?: boolean | undefined;
3684
+ };
3685
+ shadowColor: {
3686
+ value: null;
3687
+ parentRef: string;
3688
+ property?: any;
3689
+ propertyType?: any;
3690
+ isReadOnly?: boolean | undefined;
3691
+ };
3692
+ blur: {
3693
+ value: null;
3694
+ parentRef: string;
3695
+ unit?: string | number | undefined;
3696
+ property?: any;
3697
+ propertyType?: any;
3698
+ isReadOnly?: boolean | undefined;
3699
+ };
3700
+ spread: {
3701
+ value: null;
3702
+ parentRef: string;
3703
+ unit?: string | number | undefined;
3704
+ property?: any;
3705
+ propertyType?: any;
3706
+ isReadOnly?: boolean | undefined;
3707
+ };
3708
+ angle: {
3709
+ value: null;
3710
+ parentRef: string;
3711
+ unit?: string | number | undefined;
3712
+ property?: any;
3713
+ propertyType?: any;
3714
+ isReadOnly?: boolean | undefined;
3715
+ };
3716
+ borderRadius: {
3717
+ value: null;
3718
+ parentRef: string;
3719
+ isAll: boolean;
3720
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
3721
+ property: string;
3722
+ iscss?: boolean | undefined;
3723
+ propertyType?: any;
3724
+ };
3725
+ font: {
3726
+ value: null;
3727
+ parentRef: string;
3728
+ property?: any;
3729
+ propertyType?: any;
3730
+ isReadOnly?: boolean | undefined;
3731
+ };
3732
+ fontSize: {
3733
+ value: null;
3734
+ parentRef: string;
3735
+ unit?: string | number | undefined;
3736
+ property?: any;
3737
+ propertyType?: any;
3738
+ isReadOnly?: boolean | undefined;
3739
+ };
3740
+ textColor: {
3741
+ value: null;
3742
+ parentRef: string;
3743
+ property?: any;
3744
+ propertyType?: any;
3745
+ isReadOnly?: boolean | undefined;
3746
+ };
3747
+ bold: {
3748
+ value: string;
3749
+ parentRef: string;
3750
+ property?: any;
3751
+ propertyType?: any;
3752
+ isReadOnly?: boolean | undefined;
3753
+ };
3754
+ italic: {
3755
+ value: null;
3756
+ parentRef: string;
3757
+ property?: any;
3758
+ propertyType?: any;
3759
+ isReadOnly?: boolean | undefined;
3760
+ };
3761
+ linethrough: {
3762
+ value: null;
3763
+ parentRef: string;
3764
+ property?: any;
3765
+ propertyType?: any;
3766
+ isReadOnly?: boolean | undefined;
3767
+ };
3768
+ underline: {
3769
+ value: null;
3770
+ parentRef: string;
3771
+ property?: any;
3772
+ propertyType?: any;
3773
+ isReadOnly?: boolean | undefined;
3774
+ };
3775
+ textAlign: {
3776
+ value: null;
3777
+ parentRef: string;
3778
+ property?: any;
3779
+ propertyType?: any;
3780
+ isReadOnly?: boolean | undefined;
3781
+ };
3782
+ characterSpacing: {
3783
+ value: null;
3784
+ parentRef: string;
3785
+ unit?: string | number | undefined;
3786
+ property?: any;
3787
+ propertyType?: any;
3788
+ isReadOnly?: boolean | undefined;
3789
+ };
3790
+ lineHeight: {
3791
+ value: null;
3792
+ parentRef: string;
3793
+ unit?: string | number | undefined;
3794
+ property?: any;
3795
+ propertyType?: any;
3796
+ isReadOnly?: boolean | undefined;
3797
+ };
3798
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
3799
+ showIcon: {
3800
+ value: null;
3801
+ parentRef: string;
3802
+ property?: any;
3803
+ propertyType?: any;
3804
+ isReadOnly?: boolean | undefined;
3805
+ };
3806
+ iconSize: {
3807
+ value: null;
3808
+ parentRef: string;
3809
+ unit?: string | number | undefined;
3810
+ property?: any;
3811
+ propertyType?: any;
3812
+ isReadOnly?: boolean | undefined;
3813
+ };
3814
+ iconColor: {
3815
+ value: null;
3816
+ parentRef: string;
3817
+ property?: any;
3818
+ propertyType?: any;
3819
+ isReadOnly?: boolean | undefined;
3820
+ };
3821
+ buttonStyle: {
3822
+ value: null;
3823
+ parentRef: string;
3824
+ propertyType: CMSElementEditTypes;
3825
+ };
3826
+ buttonText: {
3827
+ value: string;
3828
+ property: string;
3829
+ propertyType: CMSElementEditTypes;
3830
+ };
3831
+ iconPadding: {
3832
+ value: number;
3833
+ property: string;
3834
+ parentRef: string;
3835
+ propertyType: CMSElementEditTypes;
3836
+ };
3837
+ iconPosition: {
3838
+ value: null;
3839
+ parentRef: string;
3840
+ propertyType: CMSElementEditTypes;
3841
+ };
3842
+ iconAndTextSpacing: {
3843
+ value: null;
3844
+ property: string;
3845
+ unit: number;
3846
+ parentRef: string;
3847
+ propertyType: CMSElementEditTypes;
3848
+ };
3849
+ alignment: {
3850
+ value: null;
3851
+ property: string;
3852
+ parentRef: string;
3853
+ propertyType: CMSElementEditTypes;
3854
+ };
3855
+ buttonType: {
3856
+ value: string;
3857
+ propertyType: CMSElementEditTypes;
3858
+ };
3859
+ width: {
3860
+ value: string;
3861
+ unit: number;
3862
+ };
3863
+ padding: {
3864
+ parentRef: string;
3865
+ isAll?: boolean | undefined;
3866
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
3867
+ property?: string | undefined;
3868
+ iscss?: boolean | undefined;
3869
+ propertyType?: any;
3870
+ };
3871
+ selectorKey: SelectorKeysEnum;
3872
+ };
3873
+ selectedState: {
3874
+ selectorKey: SelectorKeysEnum;
3875
+ };
2145
3876
  };
2146
- defaultState: {
2147
- theme: CMSIBCommonInterface;
2148
- font: CMSIBCommonInterface;
2149
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
2150
- textColor: CMSIBCommonInterface;
2151
- bold: CMSIBCommonInterface;
2152
- italic: CMSIBCommonInterface;
2153
- linethrough: CMSIBCommonInterface;
2154
- underline: CMSIBCommonInterface;
2155
- textAlign: CMSIBCommonInterface;
2156
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
2157
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
2158
- borderColor: CMSIBCommonInterface;
2159
- borderStyle: CMSIBCommonInterface;
2160
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
2161
- showBorder: CMSIBCommonInterface;
2162
- backgroundColor: CMSIBCommonInterface;
2163
- showShadow: CMSIBCommonInterface;
2164
- shadowColor: CMSIBCommonInterface;
2165
- blur: import("../../interfaces/global").CMSIBSizeInterface;
2166
- spread: import("../../interfaces/global").CMSIBSizeInterface;
2167
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
2168
- angle: import("../../interfaces/global").CMSIBSizeInterface;
2169
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
2170
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
2171
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
2172
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
2173
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
2174
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
3877
+ createSubOrders: {
3878
+ selectorKey: SelectorKeysEnum;
3879
+ defaultState: {
3880
+ backgroundColor: {
3881
+ value: null;
3882
+ parentRef: string;
3883
+ property?: any;
3884
+ propertyType?: any;
3885
+ isReadOnly?: boolean | undefined;
3886
+ };
3887
+ borderColor: {
3888
+ value: null;
3889
+ parentRef: string;
3890
+ property?: any;
3891
+ propertyType?: any;
3892
+ isReadOnly?: boolean | undefined;
3893
+ };
3894
+ borderStyle: {
3895
+ value: null;
3896
+ parentRef: string;
3897
+ property?: any;
3898
+ propertyType?: any;
3899
+ isReadOnly?: boolean | undefined;
3900
+ };
3901
+ borderPerSlide: {
3902
+ value: null;
3903
+ parentRef: string;
3904
+ isAll: boolean;
3905
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
3906
+ property: string;
3907
+ iscss?: boolean | undefined;
3908
+ propertyType?: any;
3909
+ };
3910
+ showBorder: {
3911
+ value: boolean;
3912
+ parentRef: string;
3913
+ property?: any;
3914
+ propertyType?: any;
3915
+ isReadOnly?: boolean | undefined;
3916
+ };
3917
+ showShadow: {
3918
+ value: null;
3919
+ parentRef: string;
3920
+ property?: any;
3921
+ propertyType?: any;
3922
+ isReadOnly?: boolean | undefined;
3923
+ };
3924
+ shadowColor: {
3925
+ value: null;
3926
+ parentRef: string;
3927
+ property?: any;
3928
+ propertyType?: any;
3929
+ isReadOnly?: boolean | undefined;
3930
+ };
3931
+ blur: {
3932
+ value: null;
3933
+ parentRef: string;
3934
+ unit?: string | number | undefined;
3935
+ property?: any;
3936
+ propertyType?: any;
3937
+ isReadOnly?: boolean | undefined;
3938
+ };
3939
+ spread: {
3940
+ value: null;
3941
+ parentRef: string;
3942
+ unit?: string | number | undefined;
3943
+ property?: any;
3944
+ propertyType?: any;
3945
+ isReadOnly?: boolean | undefined;
3946
+ };
3947
+ angle: {
3948
+ value: null;
3949
+ parentRef: string;
3950
+ unit?: string | number | undefined;
3951
+ property?: any;
3952
+ propertyType?: any;
3953
+ isReadOnly?: boolean | undefined;
3954
+ };
3955
+ borderRadius: {
3956
+ value: null;
3957
+ parentRef: string;
3958
+ isAll: boolean;
3959
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
3960
+ property: string;
3961
+ iscss?: boolean | undefined;
3962
+ propertyType?: any;
3963
+ };
3964
+ font: {
3965
+ value: null;
3966
+ parentRef: string;
3967
+ property?: any;
3968
+ propertyType?: any;
3969
+ isReadOnly?: boolean | undefined;
3970
+ };
3971
+ fontSize: {
3972
+ value: null;
3973
+ parentRef: string;
3974
+ unit?: string | number | undefined;
3975
+ property?: any;
3976
+ propertyType?: any;
3977
+ isReadOnly?: boolean | undefined;
3978
+ };
3979
+ textColor: {
3980
+ value: null;
3981
+ parentRef: string;
3982
+ property?: any;
3983
+ propertyType?: any;
3984
+ isReadOnly?: boolean | undefined;
3985
+ };
3986
+ bold: {
3987
+ value: string;
3988
+ parentRef: string;
3989
+ property?: any;
3990
+ propertyType?: any;
3991
+ isReadOnly?: boolean | undefined;
3992
+ };
3993
+ italic: {
3994
+ value: null;
3995
+ parentRef: string;
3996
+ property?: any;
3997
+ propertyType?: any;
3998
+ isReadOnly?: boolean | undefined;
3999
+ };
4000
+ linethrough: {
4001
+ value: null;
4002
+ parentRef: string;
4003
+ property?: any;
4004
+ propertyType?: any;
4005
+ isReadOnly?: boolean | undefined;
4006
+ };
4007
+ underline: {
4008
+ value: null;
4009
+ parentRef: string;
4010
+ property?: any;
4011
+ propertyType?: any;
4012
+ isReadOnly?: boolean | undefined;
4013
+ };
4014
+ textAlign: {
4015
+ value: null;
4016
+ parentRef: string;
4017
+ property?: any;
4018
+ propertyType?: any;
4019
+ isReadOnly?: boolean | undefined;
4020
+ };
4021
+ characterSpacing: {
4022
+ value: null;
4023
+ parentRef: string;
4024
+ unit?: string | number | undefined;
4025
+ property?: any;
4026
+ propertyType?: any;
4027
+ isReadOnly?: boolean | undefined;
4028
+ };
4029
+ lineHeight: {
4030
+ value: null;
4031
+ parentRef: string;
4032
+ unit?: string | number | undefined;
4033
+ property?: any;
4034
+ propertyType?: any;
4035
+ isReadOnly?: boolean | undefined;
4036
+ };
4037
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
4038
+ showIcon: {
4039
+ value: null;
4040
+ parentRef: string;
4041
+ property?: any;
4042
+ propertyType?: any;
4043
+ isReadOnly?: boolean | undefined;
4044
+ };
4045
+ iconSize: {
4046
+ value: null;
4047
+ parentRef: string;
4048
+ unit?: string | number | undefined;
4049
+ property?: any;
4050
+ propertyType?: any;
4051
+ isReadOnly?: boolean | undefined;
4052
+ };
4053
+ iconColor: {
4054
+ value: null;
4055
+ parentRef: string;
4056
+ property?: any;
4057
+ propertyType?: any;
4058
+ isReadOnly?: boolean | undefined;
4059
+ };
4060
+ buttonStyle: {
4061
+ value: null;
4062
+ parentRef: string;
4063
+ propertyType: CMSElementEditTypes;
4064
+ };
4065
+ buttonText: {
4066
+ value: string;
4067
+ property: string;
4068
+ propertyType: CMSElementEditTypes;
4069
+ };
4070
+ iconPadding: {
4071
+ value: number;
4072
+ property: string;
4073
+ parentRef: string;
4074
+ propertyType: CMSElementEditTypes;
4075
+ };
4076
+ iconPosition: {
4077
+ value: null;
4078
+ parentRef: string;
4079
+ propertyType: CMSElementEditTypes;
4080
+ };
4081
+ iconAndTextSpacing: {
4082
+ value: null;
4083
+ property: string;
4084
+ unit: number;
4085
+ parentRef: string;
4086
+ propertyType: CMSElementEditTypes;
4087
+ };
4088
+ alignment: {
4089
+ value: null;
4090
+ property: string;
4091
+ parentRef: string;
4092
+ propertyType: CMSElementEditTypes;
4093
+ };
4094
+ buttonType: {
4095
+ value: string;
4096
+ propertyType: CMSElementEditTypes;
4097
+ };
4098
+ width: {
4099
+ value: string;
4100
+ unit: number;
4101
+ };
4102
+ padding: {
4103
+ parentRef: string;
4104
+ isAll?: boolean | undefined;
4105
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
4106
+ property?: string | undefined;
4107
+ iscss?: boolean | undefined;
4108
+ propertyType?: any;
4109
+ };
4110
+ selectorKey: SelectorKeysEnum;
4111
+ };
4112
+ hoverState: {
4113
+ backgroundColor: {
4114
+ value: null;
4115
+ parentRef: string;
4116
+ property?: any;
4117
+ propertyType?: any;
4118
+ isReadOnly?: boolean | undefined;
4119
+ };
4120
+ borderColor: {
4121
+ value: null;
4122
+ parentRef: string;
4123
+ property?: any;
4124
+ propertyType?: any;
4125
+ isReadOnly?: boolean | undefined;
4126
+ };
4127
+ borderStyle: {
4128
+ value: null;
4129
+ parentRef: string;
4130
+ property?: any;
4131
+ propertyType?: any;
4132
+ isReadOnly?: boolean | undefined;
4133
+ };
4134
+ borderPerSlide: {
4135
+ value: null;
4136
+ parentRef: string;
4137
+ isAll: boolean;
4138
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
4139
+ property: string;
4140
+ iscss?: boolean | undefined;
4141
+ propertyType?: any;
4142
+ };
4143
+ showBorder: {
4144
+ value: boolean;
4145
+ parentRef: string;
4146
+ property?: any;
4147
+ propertyType?: any;
4148
+ isReadOnly?: boolean | undefined;
4149
+ };
4150
+ showShadow: {
4151
+ value: null;
4152
+ parentRef: string;
4153
+ property?: any;
4154
+ propertyType?: any;
4155
+ isReadOnly?: boolean | undefined;
4156
+ };
4157
+ shadowColor: {
4158
+ value: null;
4159
+ parentRef: string;
4160
+ property?: any;
4161
+ propertyType?: any;
4162
+ isReadOnly?: boolean | undefined;
4163
+ };
4164
+ blur: {
4165
+ value: null;
4166
+ parentRef: string;
4167
+ unit?: string | number | undefined;
4168
+ property?: any;
4169
+ propertyType?: any;
4170
+ isReadOnly?: boolean | undefined;
4171
+ };
4172
+ spread: {
4173
+ value: null;
4174
+ parentRef: string;
4175
+ unit?: string | number | undefined;
4176
+ property?: any;
4177
+ propertyType?: any;
4178
+ isReadOnly?: boolean | undefined;
4179
+ };
4180
+ angle: {
4181
+ value: null;
4182
+ parentRef: string;
4183
+ unit?: string | number | undefined;
4184
+ property?: any;
4185
+ propertyType?: any;
4186
+ isReadOnly?: boolean | undefined;
4187
+ };
4188
+ borderRadius: {
4189
+ value: null;
4190
+ parentRef: string;
4191
+ isAll: boolean;
4192
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
4193
+ property: string;
4194
+ iscss?: boolean | undefined;
4195
+ propertyType?: any;
4196
+ };
4197
+ font: {
4198
+ value: null;
4199
+ parentRef: string;
4200
+ property?: any;
4201
+ propertyType?: any;
4202
+ isReadOnly?: boolean | undefined;
4203
+ };
4204
+ fontSize: {
4205
+ value: null;
4206
+ parentRef: string;
4207
+ unit?: string | number | undefined;
4208
+ property?: any;
4209
+ propertyType?: any;
4210
+ isReadOnly?: boolean | undefined;
4211
+ };
4212
+ textColor: {
4213
+ value: null;
4214
+ parentRef: string;
4215
+ property?: any;
4216
+ propertyType?: any;
4217
+ isReadOnly?: boolean | undefined;
4218
+ };
4219
+ bold: {
4220
+ value: string;
4221
+ parentRef: string;
4222
+ property?: any;
4223
+ propertyType?: any;
4224
+ isReadOnly?: boolean | undefined;
4225
+ };
4226
+ italic: {
4227
+ value: null;
4228
+ parentRef: string;
4229
+ property?: any;
4230
+ propertyType?: any;
4231
+ isReadOnly?: boolean | undefined;
4232
+ };
4233
+ linethrough: {
4234
+ value: null;
4235
+ parentRef: string;
4236
+ property?: any;
4237
+ propertyType?: any;
4238
+ isReadOnly?: boolean | undefined;
4239
+ };
4240
+ underline: {
4241
+ value: null;
4242
+ parentRef: string;
4243
+ property?: any;
4244
+ propertyType?: any;
4245
+ isReadOnly?: boolean | undefined;
4246
+ };
4247
+ textAlign: {
4248
+ value: null;
4249
+ parentRef: string;
4250
+ property?: any;
4251
+ propertyType?: any;
4252
+ isReadOnly?: boolean | undefined;
4253
+ };
4254
+ characterSpacing: {
4255
+ value: null;
4256
+ parentRef: string;
4257
+ unit?: string | number | undefined;
4258
+ property?: any;
4259
+ propertyType?: any;
4260
+ isReadOnly?: boolean | undefined;
4261
+ };
4262
+ lineHeight: {
4263
+ value: null;
4264
+ parentRef: string;
4265
+ unit?: string | number | undefined;
4266
+ property?: any;
4267
+ propertyType?: any;
4268
+ isReadOnly?: boolean | undefined;
4269
+ };
4270
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
4271
+ showIcon: {
4272
+ value: null;
4273
+ parentRef: string;
4274
+ property?: any;
4275
+ propertyType?: any;
4276
+ isReadOnly?: boolean | undefined;
4277
+ };
4278
+ iconSize: {
4279
+ value: null;
4280
+ parentRef: string;
4281
+ unit?: string | number | undefined;
4282
+ property?: any;
4283
+ propertyType?: any;
4284
+ isReadOnly?: boolean | undefined;
4285
+ };
4286
+ iconColor: {
4287
+ value: null;
4288
+ parentRef: string;
4289
+ property?: any;
4290
+ propertyType?: any;
4291
+ isReadOnly?: boolean | undefined;
4292
+ };
4293
+ buttonStyle: {
4294
+ value: null;
4295
+ parentRef: string;
4296
+ propertyType: CMSElementEditTypes;
4297
+ };
4298
+ buttonText: {
4299
+ value: string;
4300
+ property: string;
4301
+ propertyType: CMSElementEditTypes;
4302
+ };
4303
+ iconPadding: {
4304
+ value: number;
4305
+ property: string;
4306
+ parentRef: string;
4307
+ propertyType: CMSElementEditTypes;
4308
+ };
4309
+ iconPosition: {
4310
+ value: null;
4311
+ parentRef: string;
4312
+ propertyType: CMSElementEditTypes;
4313
+ };
4314
+ iconAndTextSpacing: {
4315
+ value: null;
4316
+ property: string;
4317
+ unit: number;
4318
+ parentRef: string;
4319
+ propertyType: CMSElementEditTypes;
4320
+ };
4321
+ alignment: {
4322
+ value: null;
4323
+ property: string;
4324
+ parentRef: string;
4325
+ propertyType: CMSElementEditTypes;
4326
+ };
4327
+ buttonType: {
4328
+ value: string;
4329
+ propertyType: CMSElementEditTypes;
4330
+ };
4331
+ width: {
4332
+ value: string;
4333
+ unit: number;
4334
+ };
4335
+ padding: {
4336
+ parentRef: string;
4337
+ isAll?: boolean | undefined;
4338
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
4339
+ property?: string | undefined;
4340
+ iscss?: boolean | undefined;
4341
+ propertyType?: any;
4342
+ };
4343
+ selectorKey: SelectorKeysEnum;
4344
+ };
4345
+ selectedState: {
4346
+ selectorKey: SelectorKeysEnum;
4347
+ };
4348
+ };
4349
+ submitQuote: {
2175
4350
  selectorKey: SelectorKeysEnum;
4351
+ defaultState: {
4352
+ backgroundColor: {
4353
+ value: null;
4354
+ parentRef: string;
4355
+ property?: any;
4356
+ propertyType?: any;
4357
+ isReadOnly?: boolean | undefined;
4358
+ };
4359
+ borderColor: {
4360
+ value: null;
4361
+ parentRef: string;
4362
+ property?: any;
4363
+ propertyType?: any;
4364
+ isReadOnly?: boolean | undefined;
4365
+ };
4366
+ borderStyle: {
4367
+ value: null;
4368
+ parentRef: string;
4369
+ property?: any;
4370
+ propertyType?: any;
4371
+ isReadOnly?: boolean | undefined;
4372
+ };
4373
+ borderPerSlide: {
4374
+ value: null;
4375
+ parentRef: string;
4376
+ isAll: boolean;
4377
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
4378
+ property: string;
4379
+ iscss?: boolean | undefined;
4380
+ propertyType?: any;
4381
+ };
4382
+ showBorder: {
4383
+ value: boolean;
4384
+ parentRef: string;
4385
+ property?: any;
4386
+ propertyType?: any;
4387
+ isReadOnly?: boolean | undefined;
4388
+ };
4389
+ showShadow: {
4390
+ value: null;
4391
+ parentRef: string;
4392
+ property?: any;
4393
+ propertyType?: any;
4394
+ isReadOnly?: boolean | undefined;
4395
+ };
4396
+ shadowColor: {
4397
+ value: null;
4398
+ parentRef: string;
4399
+ property?: any;
4400
+ propertyType?: any;
4401
+ isReadOnly?: boolean | undefined;
4402
+ };
4403
+ blur: {
4404
+ value: null;
4405
+ parentRef: string;
4406
+ unit?: string | number | undefined;
4407
+ property?: any;
4408
+ propertyType?: any;
4409
+ isReadOnly?: boolean | undefined;
4410
+ };
4411
+ spread: {
4412
+ value: null;
4413
+ parentRef: string;
4414
+ unit?: string | number | undefined;
4415
+ property?: any;
4416
+ propertyType?: any;
4417
+ isReadOnly?: boolean | undefined;
4418
+ };
4419
+ angle: {
4420
+ value: null;
4421
+ parentRef: string;
4422
+ unit?: string | number | undefined;
4423
+ property?: any;
4424
+ propertyType?: any;
4425
+ isReadOnly?: boolean | undefined;
4426
+ };
4427
+ borderRadius: {
4428
+ value: null;
4429
+ parentRef: string;
4430
+ isAll: boolean;
4431
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
4432
+ property: string;
4433
+ iscss?: boolean | undefined;
4434
+ propertyType?: any;
4435
+ };
4436
+ font: {
4437
+ value: null;
4438
+ parentRef: string;
4439
+ property?: any;
4440
+ propertyType?: any;
4441
+ isReadOnly?: boolean | undefined;
4442
+ };
4443
+ fontSize: {
4444
+ value: null;
4445
+ parentRef: string;
4446
+ unit?: string | number | undefined;
4447
+ property?: any;
4448
+ propertyType?: any;
4449
+ isReadOnly?: boolean | undefined;
4450
+ };
4451
+ textColor: {
4452
+ value: null;
4453
+ parentRef: string;
4454
+ property?: any;
4455
+ propertyType?: any;
4456
+ isReadOnly?: boolean | undefined;
4457
+ };
4458
+ bold: {
4459
+ value: string;
4460
+ parentRef: string;
4461
+ property?: any;
4462
+ propertyType?: any;
4463
+ isReadOnly?: boolean | undefined;
4464
+ };
4465
+ italic: {
4466
+ value: null;
4467
+ parentRef: string;
4468
+ property?: any;
4469
+ propertyType?: any;
4470
+ isReadOnly?: boolean | undefined;
4471
+ };
4472
+ linethrough: {
4473
+ value: null;
4474
+ parentRef: string;
4475
+ property?: any;
4476
+ propertyType?: any;
4477
+ isReadOnly?: boolean | undefined;
4478
+ };
4479
+ underline: {
4480
+ value: null;
4481
+ parentRef: string;
4482
+ property?: any;
4483
+ propertyType?: any;
4484
+ isReadOnly?: boolean | undefined;
4485
+ };
4486
+ textAlign: {
4487
+ value: null;
4488
+ parentRef: string;
4489
+ property?: any;
4490
+ propertyType?: any;
4491
+ isReadOnly?: boolean | undefined;
4492
+ };
4493
+ characterSpacing: {
4494
+ value: null;
4495
+ parentRef: string;
4496
+ unit?: string | number | undefined;
4497
+ property?: any;
4498
+ propertyType?: any;
4499
+ isReadOnly?: boolean | undefined;
4500
+ };
4501
+ lineHeight: {
4502
+ value: null;
4503
+ parentRef: string;
4504
+ unit?: string | number | undefined;
4505
+ property?: any;
4506
+ propertyType?: any;
4507
+ isReadOnly?: boolean | undefined;
4508
+ };
4509
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
4510
+ showIcon: {
4511
+ value: null;
4512
+ parentRef: string;
4513
+ property?: any;
4514
+ propertyType?: any;
4515
+ isReadOnly?: boolean | undefined;
4516
+ };
4517
+ iconSize: {
4518
+ value: null;
4519
+ parentRef: string;
4520
+ unit?: string | number | undefined;
4521
+ property?: any;
4522
+ propertyType?: any;
4523
+ isReadOnly?: boolean | undefined;
4524
+ };
4525
+ iconColor: {
4526
+ value: null;
4527
+ parentRef: string;
4528
+ property?: any;
4529
+ propertyType?: any;
4530
+ isReadOnly?: boolean | undefined;
4531
+ };
4532
+ buttonStyle: {
4533
+ value: null;
4534
+ parentRef: string;
4535
+ propertyType: CMSElementEditTypes;
4536
+ };
4537
+ buttonText: {
4538
+ value: string;
4539
+ property: string;
4540
+ propertyType: CMSElementEditTypes;
4541
+ };
4542
+ iconPadding: {
4543
+ value: number;
4544
+ property: string;
4545
+ parentRef: string;
4546
+ propertyType: CMSElementEditTypes;
4547
+ };
4548
+ iconPosition: {
4549
+ value: null;
4550
+ parentRef: string;
4551
+ propertyType: CMSElementEditTypes;
4552
+ };
4553
+ iconAndTextSpacing: {
4554
+ value: null;
4555
+ property: string;
4556
+ unit: number;
4557
+ parentRef: string;
4558
+ propertyType: CMSElementEditTypes;
4559
+ };
4560
+ alignment: {
4561
+ value: null;
4562
+ property: string;
4563
+ parentRef: string;
4564
+ propertyType: CMSElementEditTypes;
4565
+ };
4566
+ buttonType: {
4567
+ value: string;
4568
+ propertyType: CMSElementEditTypes;
4569
+ };
4570
+ width: {
4571
+ value: string;
4572
+ unit: number;
4573
+ };
4574
+ padding: {
4575
+ parentRef: string;
4576
+ isAll?: boolean | undefined;
4577
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
4578
+ property?: string | undefined;
4579
+ iscss?: boolean | undefined;
4580
+ propertyType?: any;
4581
+ };
4582
+ selectorKey: SelectorKeysEnum;
4583
+ };
4584
+ hoverState: {
4585
+ backgroundColor: {
4586
+ value: null;
4587
+ parentRef: string;
4588
+ property?: any;
4589
+ propertyType?: any;
4590
+ isReadOnly?: boolean | undefined;
4591
+ };
4592
+ borderColor: {
4593
+ value: null;
4594
+ parentRef: string;
4595
+ property?: any;
4596
+ propertyType?: any;
4597
+ isReadOnly?: boolean | undefined;
4598
+ };
4599
+ borderStyle: {
4600
+ value: null;
4601
+ parentRef: string;
4602
+ property?: any;
4603
+ propertyType?: any;
4604
+ isReadOnly?: boolean | undefined;
4605
+ };
4606
+ borderPerSlide: {
4607
+ value: null;
4608
+ parentRef: string;
4609
+ isAll: boolean;
4610
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
4611
+ property: string;
4612
+ iscss?: boolean | undefined;
4613
+ propertyType?: any;
4614
+ };
4615
+ showBorder: {
4616
+ value: boolean;
4617
+ parentRef: string;
4618
+ property?: any;
4619
+ propertyType?: any;
4620
+ isReadOnly?: boolean | undefined;
4621
+ };
4622
+ showShadow: {
4623
+ value: null;
4624
+ parentRef: string;
4625
+ property?: any;
4626
+ propertyType?: any;
4627
+ isReadOnly?: boolean | undefined;
4628
+ };
4629
+ shadowColor: {
4630
+ value: null;
4631
+ parentRef: string;
4632
+ property?: any;
4633
+ propertyType?: any;
4634
+ isReadOnly?: boolean | undefined;
4635
+ };
4636
+ blur: {
4637
+ value: null;
4638
+ parentRef: string;
4639
+ unit?: string | number | undefined;
4640
+ property?: any;
4641
+ propertyType?: any;
4642
+ isReadOnly?: boolean | undefined;
4643
+ };
4644
+ spread: {
4645
+ value: null;
4646
+ parentRef: string;
4647
+ unit?: string | number | undefined;
4648
+ property?: any;
4649
+ propertyType?: any;
4650
+ isReadOnly?: boolean | undefined;
4651
+ };
4652
+ angle: {
4653
+ value: null;
4654
+ parentRef: string;
4655
+ unit?: string | number | undefined;
4656
+ property?: any;
4657
+ propertyType?: any;
4658
+ isReadOnly?: boolean | undefined;
4659
+ };
4660
+ borderRadius: {
4661
+ value: null;
4662
+ parentRef: string;
4663
+ isAll: boolean;
4664
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
4665
+ property: string;
4666
+ iscss?: boolean | undefined;
4667
+ propertyType?: any;
4668
+ };
4669
+ font: {
4670
+ value: null;
4671
+ parentRef: string;
4672
+ property?: any;
4673
+ propertyType?: any;
4674
+ isReadOnly?: boolean | undefined;
4675
+ };
4676
+ fontSize: {
4677
+ value: null;
4678
+ parentRef: string;
4679
+ unit?: string | number | undefined;
4680
+ property?: any;
4681
+ propertyType?: any;
4682
+ isReadOnly?: boolean | undefined;
4683
+ };
4684
+ textColor: {
4685
+ value: null;
4686
+ parentRef: string;
4687
+ property?: any;
4688
+ propertyType?: any;
4689
+ isReadOnly?: boolean | undefined;
4690
+ };
4691
+ bold: {
4692
+ value: string;
4693
+ parentRef: string;
4694
+ property?: any;
4695
+ propertyType?: any;
4696
+ isReadOnly?: boolean | undefined;
4697
+ };
4698
+ italic: {
4699
+ value: null;
4700
+ parentRef: string;
4701
+ property?: any;
4702
+ propertyType?: any;
4703
+ isReadOnly?: boolean | undefined;
4704
+ };
4705
+ linethrough: {
4706
+ value: null;
4707
+ parentRef: string;
4708
+ property?: any;
4709
+ propertyType?: any;
4710
+ isReadOnly?: boolean | undefined;
4711
+ };
4712
+ underline: {
4713
+ value: null;
4714
+ parentRef: string;
4715
+ property?: any;
4716
+ propertyType?: any;
4717
+ isReadOnly?: boolean | undefined;
4718
+ };
4719
+ textAlign: {
4720
+ value: null;
4721
+ parentRef: string;
4722
+ property?: any;
4723
+ propertyType?: any;
4724
+ isReadOnly?: boolean | undefined;
4725
+ };
4726
+ characterSpacing: {
4727
+ value: null;
4728
+ parentRef: string;
4729
+ unit?: string | number | undefined;
4730
+ property?: any;
4731
+ propertyType?: any;
4732
+ isReadOnly?: boolean | undefined;
4733
+ };
4734
+ lineHeight: {
4735
+ value: null;
4736
+ parentRef: string;
4737
+ unit?: string | number | undefined;
4738
+ property?: any;
4739
+ propertyType?: any;
4740
+ isReadOnly?: boolean | undefined;
4741
+ };
4742
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
4743
+ showIcon: {
4744
+ value: null;
4745
+ parentRef: string;
4746
+ property?: any;
4747
+ propertyType?: any;
4748
+ isReadOnly?: boolean | undefined;
4749
+ };
4750
+ iconSize: {
4751
+ value: null;
4752
+ parentRef: string;
4753
+ unit?: string | number | undefined;
4754
+ property?: any;
4755
+ propertyType?: any;
4756
+ isReadOnly?: boolean | undefined;
4757
+ };
4758
+ iconColor: {
4759
+ value: null;
4760
+ parentRef: string;
4761
+ property?: any;
4762
+ propertyType?: any;
4763
+ isReadOnly?: boolean | undefined;
4764
+ };
4765
+ buttonStyle: {
4766
+ value: null;
4767
+ parentRef: string;
4768
+ propertyType: CMSElementEditTypes;
4769
+ };
4770
+ buttonText: {
4771
+ value: string;
4772
+ property: string;
4773
+ propertyType: CMSElementEditTypes;
4774
+ };
4775
+ iconPadding: {
4776
+ value: number;
4777
+ property: string;
4778
+ parentRef: string;
4779
+ propertyType: CMSElementEditTypes;
4780
+ };
4781
+ iconPosition: {
4782
+ value: null;
4783
+ parentRef: string;
4784
+ propertyType: CMSElementEditTypes;
4785
+ };
4786
+ iconAndTextSpacing: {
4787
+ value: null;
4788
+ property: string;
4789
+ unit: number;
4790
+ parentRef: string;
4791
+ propertyType: CMSElementEditTypes;
4792
+ };
4793
+ alignment: {
4794
+ value: null;
4795
+ property: string;
4796
+ parentRef: string;
4797
+ propertyType: CMSElementEditTypes;
4798
+ };
4799
+ buttonType: {
4800
+ value: string;
4801
+ propertyType: CMSElementEditTypes;
4802
+ };
4803
+ width: {
4804
+ value: string;
4805
+ unit: number;
4806
+ };
4807
+ padding: {
4808
+ parentRef: string;
4809
+ isAll?: boolean | undefined;
4810
+ sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
4811
+ property?: string | undefined;
4812
+ iscss?: boolean | undefined;
4813
+ propertyType?: any;
4814
+ };
4815
+ selectorKey: SelectorKeysEnum;
4816
+ };
4817
+ selectedState: {
4818
+ selectorKey: SelectorKeysEnum;
4819
+ };
2176
4820
  };
2177
4821
  };
2178
4822
  };