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