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

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