pds-dev-kit-web 1.9.7 → 1.9.9
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/src/common/assets/icons/fill/BellNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/BellNotification.js +36 -0
- package/dist/src/common/assets/icons/fill/ChatNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ChatNotification.js +36 -0
- package/dist/src/common/assets/icons/fill/HelpWindow.js +1 -1
- package/dist/src/common/assets/icons/fill/Question.js +1 -1
- package/dist/src/common/assets/icons/fill/index.d.ts +2 -0
- package/dist/src/common/assets/icons/fill/index.js +4 -0
- package/dist/src/common/assets/icons/line/BellNotification.js +2 -2
- package/dist/src/common/assets/icons/line/ChatNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ChatNotification.js +36 -0
- package/dist/src/common/assets/icons/line/Question.js +1 -1
- package/dist/src/common/assets/icons/line/index.d.ts +1 -0
- package/dist/src/common/assets/icons/line/index.js +2 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +3 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +3 -1
- package/dist/src/common/styles/colorSet/UIColor.json +8 -1
- package/dist/src/common/styles/colorSet/index.d.ts +11 -0
- package/dist/src/common/styles/colorSet/ui-type.d.ts +7 -0
- package/dist/src/desktop/components/TextField/TextField.d.ts +2 -1
- package/dist/src/desktop/components/TextField/TextField.js +9 -4
- package/dist/src/mobile/components/TextField/TextField.d.ts +2 -1
- package/dist/src/mobile/components/TextField/TextField.js +9 -4
- package/dist/storybook-static/{0.bdf0f29c.iframe.bundle.d.ts → 0.6b1bd5db.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.bdf0f29c.iframe.bundle.js → 0.6b1bd5db.iframe.bundle.js} +4 -4
- package/dist/storybook-static/{4.62b599f9.iframe.bundle.d.ts → 4.75c7fb7a.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.62b599f9.iframe.bundle.js → 4.75c7fb7a.iframe.bundle.js} +68 -68
- package/dist/storybook-static/{5.ee42a9b1.iframe.bundle.d.ts → 5.ea130e18.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.ee42a9b1.iframe.bundle.js → 5.ea130e18.iframe.bundle.js} +10 -10
- package/dist/storybook-static/{6.580084b5.iframe.bundle.d.ts → 6.0fced635.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.580084b5.iframe.bundle.js → 6.0fced635.iframe.bundle.js} +5 -5
- package/dist/storybook-static/{7.6c647d87.iframe.bundle.d.ts → 7.d8e1bf72.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.6c647d87.iframe.bundle.js → 7.d8e1bf72.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{main.efb83dbc.iframe.bundle.d.ts → main.f342bf23.iframe.bundle.d.ts} +546 -525
- package/dist/storybook-static/{main.efb83dbc.iframe.bundle.js → main.f342bf23.iframe.bundle.js} +625 -574
- package/dist/storybook-static/{runtime~main.316ecc0a.iframe.bundle.d.ts → runtime~main.29195093.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.316ecc0a.iframe.bundle.js → runtime~main.29195093.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.d952545a.iframe.bundle.d.ts → vendors~main.91124dd5.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.d952545a.iframe.bundle.js → vendors~main.91124dd5.iframe.bundle.js} +22 -22
- package/package.json +1 -1
- package/release-note.md +2 -2
package/dist/storybook-static/{main.efb83dbc.iframe.bundle.d.ts → main.f342bf23.iframe.bundle.d.ts}
RENAMED
|
@@ -1164,12 +1164,33 @@ declare namespace globalTypes {
|
|
|
1164
1164
|
const icon: string;
|
|
1165
1165
|
const items: {
|
|
1166
1166
|
value: string;
|
|
1167
|
-
icon: string;
|
|
1168
1167
|
title: string;
|
|
1168
|
+
right: string;
|
|
1169
1169
|
}[];
|
|
1170
1170
|
const showName: boolean;
|
|
1171
1171
|
}
|
|
1172
1172
|
}
|
|
1173
|
+
namespace background {
|
|
1174
|
+
const name_3: string;
|
|
1175
|
+
export { name_3 as name };
|
|
1176
|
+
const description_11: string;
|
|
1177
|
+
export { description_11 as description };
|
|
1178
|
+
const defaultValue_2: string;
|
|
1179
|
+
export { defaultValue_2 as defaultValue };
|
|
1180
|
+
export namespace toolbar_1 {
|
|
1181
|
+
const icon_1: string;
|
|
1182
|
+
export { icon_1 as icon };
|
|
1183
|
+
const items_1: {
|
|
1184
|
+
value: string;
|
|
1185
|
+
title: string;
|
|
1186
|
+
right: string;
|
|
1187
|
+
}[];
|
|
1188
|
+
export { items_1 as items };
|
|
1189
|
+
const showName_1: boolean;
|
|
1190
|
+
export { showName_1 as showName };
|
|
1191
|
+
}
|
|
1192
|
+
export { toolbar_1 as toolbar };
|
|
1193
|
+
}
|
|
1173
1194
|
}
|
|
1174
1195
|
declare var decorators: ((Story: any, Context: any) => any)[];
|
|
1175
1196
|
declare var Col: any;
|
|
@@ -1256,103 +1277,103 @@ declare namespace Popup {
|
|
|
1256
1277
|
const displayName_4: string;
|
|
1257
1278
|
export { displayName_4 as displayName };
|
|
1258
1279
|
export namespace __docgenInfo_2 {
|
|
1259
|
-
const
|
|
1260
|
-
export {
|
|
1280
|
+
const description_12: string;
|
|
1281
|
+
export { description_12 as description };
|
|
1261
1282
|
const displayName_5: string;
|
|
1262
1283
|
export { displayName_5 as displayName };
|
|
1263
1284
|
export namespace props_2 {
|
|
1264
1285
|
namespace targetRef {
|
|
1265
|
-
const
|
|
1266
|
-
export {
|
|
1267
|
-
const
|
|
1268
|
-
export {
|
|
1269
|
-
const
|
|
1270
|
-
export {
|
|
1286
|
+
const defaultValue_3: null;
|
|
1287
|
+
export { defaultValue_3 as defaultValue };
|
|
1288
|
+
const description_13: string;
|
|
1289
|
+
export { description_13 as description };
|
|
1290
|
+
const name_4: string;
|
|
1291
|
+
export { name_4 as name };
|
|
1271
1292
|
const required_1: boolean;
|
|
1272
1293
|
export { required_1 as required };
|
|
1273
1294
|
export namespace type_1 {
|
|
1274
|
-
const
|
|
1275
|
-
export {
|
|
1295
|
+
const name_5: string;
|
|
1296
|
+
export { name_5 as name };
|
|
1276
1297
|
}
|
|
1277
1298
|
export { type_1 as type };
|
|
1278
1299
|
}
|
|
1279
1300
|
namespace isOpen {
|
|
1280
|
-
export namespace
|
|
1301
|
+
export namespace defaultValue_4 {
|
|
1281
1302
|
const value: string;
|
|
1282
1303
|
}
|
|
1283
|
-
export {
|
|
1284
|
-
const
|
|
1285
|
-
export {
|
|
1286
|
-
const
|
|
1287
|
-
export {
|
|
1304
|
+
export { defaultValue_4 as defaultValue };
|
|
1305
|
+
const description_14: string;
|
|
1306
|
+
export { description_14 as description };
|
|
1307
|
+
const name_6: string;
|
|
1308
|
+
export { name_6 as name };
|
|
1288
1309
|
const required_2: boolean;
|
|
1289
1310
|
export { required_2 as required };
|
|
1290
1311
|
export namespace type_2 {
|
|
1291
|
-
const
|
|
1292
|
-
export {
|
|
1312
|
+
const name_7: string;
|
|
1313
|
+
export { name_7 as name };
|
|
1293
1314
|
}
|
|
1294
1315
|
export { type_2 as type };
|
|
1295
1316
|
}
|
|
1296
1317
|
namespace onClickOutside {
|
|
1297
|
-
const
|
|
1298
|
-
export {
|
|
1299
|
-
const
|
|
1300
|
-
export {
|
|
1301
|
-
const
|
|
1302
|
-
export {
|
|
1318
|
+
const defaultValue_5: null;
|
|
1319
|
+
export { defaultValue_5 as defaultValue };
|
|
1320
|
+
const description_15: string;
|
|
1321
|
+
export { description_15 as description };
|
|
1322
|
+
const name_8: string;
|
|
1323
|
+
export { name_8 as name };
|
|
1303
1324
|
const required_3: boolean;
|
|
1304
1325
|
export { required_3 as required };
|
|
1305
1326
|
export namespace type_3 {
|
|
1306
|
-
const
|
|
1307
|
-
export {
|
|
1327
|
+
const name_9: string;
|
|
1328
|
+
export { name_9 as name };
|
|
1308
1329
|
}
|
|
1309
1330
|
export { type_3 as type };
|
|
1310
1331
|
}
|
|
1311
1332
|
namespace onClick {
|
|
1312
|
-
const
|
|
1313
|
-
export {
|
|
1314
|
-
const
|
|
1315
|
-
export {
|
|
1316
|
-
const
|
|
1317
|
-
export {
|
|
1333
|
+
const defaultValue_6: null;
|
|
1334
|
+
export { defaultValue_6 as defaultValue };
|
|
1335
|
+
const description_16: string;
|
|
1336
|
+
export { description_16 as description };
|
|
1337
|
+
const name_10: string;
|
|
1338
|
+
export { name_10 as name };
|
|
1318
1339
|
const required_4: boolean;
|
|
1319
1340
|
export { required_4 as required };
|
|
1320
1341
|
export namespace type_4 {
|
|
1321
|
-
const
|
|
1322
|
-
export {
|
|
1342
|
+
const name_11: string;
|
|
1343
|
+
export { name_11 as name };
|
|
1323
1344
|
}
|
|
1324
1345
|
export { type_4 as type };
|
|
1325
1346
|
}
|
|
1326
1347
|
namespace placement {
|
|
1327
|
-
export namespace
|
|
1348
|
+
export namespace defaultValue_7 {
|
|
1328
1349
|
const value_1: string;
|
|
1329
1350
|
export { value_1 as value };
|
|
1330
1351
|
}
|
|
1331
|
-
export {
|
|
1332
|
-
const
|
|
1333
|
-
export {
|
|
1334
|
-
const
|
|
1335
|
-
export {
|
|
1352
|
+
export { defaultValue_7 as defaultValue };
|
|
1353
|
+
const description_17: string;
|
|
1354
|
+
export { description_17 as description };
|
|
1355
|
+
const name_12: string;
|
|
1356
|
+
export { name_12 as name };
|
|
1336
1357
|
const required_5: boolean;
|
|
1337
1358
|
export { required_5 as required };
|
|
1338
1359
|
export namespace type_5 {
|
|
1339
|
-
const
|
|
1340
|
-
export {
|
|
1360
|
+
const name_13: string;
|
|
1361
|
+
export { name_13 as name };
|
|
1341
1362
|
}
|
|
1342
1363
|
export { type_5 as type };
|
|
1343
1364
|
}
|
|
1344
1365
|
namespace wrapperHeight {
|
|
1345
|
-
const
|
|
1346
|
-
export {
|
|
1347
|
-
const
|
|
1348
|
-
export {
|
|
1349
|
-
const
|
|
1350
|
-
export {
|
|
1366
|
+
const defaultValue_8: null;
|
|
1367
|
+
export { defaultValue_8 as defaultValue };
|
|
1368
|
+
const description_18: string;
|
|
1369
|
+
export { description_18 as description };
|
|
1370
|
+
const name_14: string;
|
|
1371
|
+
export { name_14 as name };
|
|
1351
1372
|
const required_6: boolean;
|
|
1352
1373
|
export { required_6 as required };
|
|
1353
1374
|
export namespace type_6 {
|
|
1354
|
-
const
|
|
1355
|
-
export {
|
|
1375
|
+
const name_15: string;
|
|
1376
|
+
export { name_15 as name };
|
|
1356
1377
|
}
|
|
1357
1378
|
export { type_6 as type };
|
|
1358
1379
|
}
|
|
@@ -1366,8 +1387,8 @@ declare namespace PopupProvider {
|
|
|
1366
1387
|
const displayName_6: string;
|
|
1367
1388
|
export { displayName_6 as displayName };
|
|
1368
1389
|
export namespace __docgenInfo_3 {
|
|
1369
|
-
const
|
|
1370
|
-
export {
|
|
1390
|
+
const description_19: string;
|
|
1391
|
+
export { description_19 as description };
|
|
1371
1392
|
const displayName_7: string;
|
|
1372
1393
|
export { displayName_7 as displayName };
|
|
1373
1394
|
const props_3: {};
|
|
@@ -1906,68 +1927,68 @@ declare namespace SectionTitle {
|
|
|
1906
1927
|
const displayName_8: string;
|
|
1907
1928
|
export { displayName_8 as displayName };
|
|
1908
1929
|
export namespace __docgenInfo_4 {
|
|
1909
|
-
const
|
|
1910
|
-
export {
|
|
1930
|
+
const description_20: string;
|
|
1931
|
+
export { description_20 as description };
|
|
1911
1932
|
const displayName_9: string;
|
|
1912
1933
|
export { displayName_9 as displayName };
|
|
1913
1934
|
export namespace props_4 {
|
|
1914
1935
|
namespace text {
|
|
1915
|
-
const
|
|
1916
|
-
export {
|
|
1917
|
-
const
|
|
1918
|
-
export {
|
|
1919
|
-
const
|
|
1920
|
-
export {
|
|
1936
|
+
const defaultValue_9: null;
|
|
1937
|
+
export { defaultValue_9 as defaultValue };
|
|
1938
|
+
const description_21: string;
|
|
1939
|
+
export { description_21 as description };
|
|
1940
|
+
const name_16: string;
|
|
1941
|
+
export { name_16 as name };
|
|
1921
1942
|
const required_7: boolean;
|
|
1922
1943
|
export { required_7 as required };
|
|
1923
1944
|
export namespace type_7 {
|
|
1924
|
-
const
|
|
1925
|
-
export {
|
|
1945
|
+
const name_17: string;
|
|
1946
|
+
export { name_17 as name };
|
|
1926
1947
|
}
|
|
1927
1948
|
export { type_7 as type };
|
|
1928
1949
|
}
|
|
1929
1950
|
namespace color {
|
|
1930
|
-
const
|
|
1931
|
-
export {
|
|
1932
|
-
const
|
|
1933
|
-
export {
|
|
1934
|
-
const
|
|
1935
|
-
export {
|
|
1951
|
+
const defaultValue_10: null;
|
|
1952
|
+
export { defaultValue_10 as defaultValue };
|
|
1953
|
+
const description_22: string;
|
|
1954
|
+
export { description_22 as description };
|
|
1955
|
+
const name_18: string;
|
|
1956
|
+
export { name_18 as name };
|
|
1936
1957
|
const required_8: boolean;
|
|
1937
1958
|
export { required_8 as required };
|
|
1938
1959
|
export namespace type_8 {
|
|
1939
|
-
const
|
|
1940
|
-
export {
|
|
1960
|
+
const name_19: string;
|
|
1961
|
+
export { name_19 as name };
|
|
1941
1962
|
}
|
|
1942
1963
|
export { type_8 as type };
|
|
1943
1964
|
}
|
|
1944
1965
|
namespace tooltipText {
|
|
1945
|
-
const
|
|
1946
|
-
export {
|
|
1947
|
-
const
|
|
1948
|
-
export {
|
|
1949
|
-
const
|
|
1950
|
-
export {
|
|
1966
|
+
const defaultValue_11: null;
|
|
1967
|
+
export { defaultValue_11 as defaultValue };
|
|
1968
|
+
const description_23: string;
|
|
1969
|
+
export { description_23 as description };
|
|
1970
|
+
const name_20: string;
|
|
1971
|
+
export { name_20 as name };
|
|
1951
1972
|
const required_9: boolean;
|
|
1952
1973
|
export { required_9 as required };
|
|
1953
1974
|
export namespace type_9 {
|
|
1954
|
-
const
|
|
1955
|
-
export {
|
|
1975
|
+
const name_21: string;
|
|
1976
|
+
export { name_21 as name };
|
|
1956
1977
|
}
|
|
1957
1978
|
export { type_9 as type };
|
|
1958
1979
|
}
|
|
1959
1980
|
namespace tooltipPosition {
|
|
1960
|
-
const
|
|
1961
|
-
export {
|
|
1962
|
-
const
|
|
1963
|
-
export {
|
|
1964
|
-
const
|
|
1965
|
-
export {
|
|
1981
|
+
const defaultValue_12: null;
|
|
1982
|
+
export { defaultValue_12 as defaultValue };
|
|
1983
|
+
const description_24: string;
|
|
1984
|
+
export { description_24 as description };
|
|
1985
|
+
const name_22: string;
|
|
1986
|
+
export { name_22 as name };
|
|
1966
1987
|
const required_10: boolean;
|
|
1967
1988
|
export { required_10 as required };
|
|
1968
1989
|
export namespace type_10 {
|
|
1969
|
-
const
|
|
1970
|
-
export {
|
|
1990
|
+
const name_23: string;
|
|
1991
|
+
export { name_23 as name };
|
|
1971
1992
|
const value_2: {
|
|
1972
1993
|
value: string;
|
|
1973
1994
|
}[];
|
|
@@ -1976,17 +1997,17 @@ declare namespace SectionTitle {
|
|
|
1976
1997
|
export { type_10 as type };
|
|
1977
1998
|
}
|
|
1978
1999
|
namespace textAlign {
|
|
1979
|
-
const
|
|
1980
|
-
export {
|
|
1981
|
-
const
|
|
1982
|
-
export {
|
|
1983
|
-
const
|
|
1984
|
-
export {
|
|
2000
|
+
const defaultValue_13: null;
|
|
2001
|
+
export { defaultValue_13 as defaultValue };
|
|
2002
|
+
const description_25: string;
|
|
2003
|
+
export { description_25 as description };
|
|
2004
|
+
const name_24: string;
|
|
2005
|
+
export { name_24 as name };
|
|
1985
2006
|
const required_11: boolean;
|
|
1986
2007
|
export { required_11 as required };
|
|
1987
2008
|
export namespace type_11 {
|
|
1988
|
-
const
|
|
1989
|
-
export {
|
|
2009
|
+
const name_25: string;
|
|
2010
|
+
export { name_25 as name };
|
|
1990
2011
|
const value_3: {
|
|
1991
2012
|
value: string;
|
|
1992
2013
|
}[];
|
|
@@ -1995,17 +2016,17 @@ declare namespace SectionTitle {
|
|
|
1995
2016
|
export { type_11 as type };
|
|
1996
2017
|
}
|
|
1997
2018
|
namespace styleTheme {
|
|
1998
|
-
const
|
|
1999
|
-
export {
|
|
2000
|
-
const
|
|
2001
|
-
export {
|
|
2002
|
-
const
|
|
2003
|
-
export {
|
|
2019
|
+
const defaultValue_14: null;
|
|
2020
|
+
export { defaultValue_14 as defaultValue };
|
|
2021
|
+
const description_26: string;
|
|
2022
|
+
export { description_26 as description };
|
|
2023
|
+
const name_26: string;
|
|
2024
|
+
export { name_26 as name };
|
|
2004
2025
|
const required_12: boolean;
|
|
2005
2026
|
export { required_12 as required };
|
|
2006
2027
|
export namespace type_12 {
|
|
2007
|
-
const
|
|
2008
|
-
export {
|
|
2028
|
+
const name_27: string;
|
|
2029
|
+
export { name_27 as name };
|
|
2009
2030
|
const value_4: {
|
|
2010
2031
|
value: string;
|
|
2011
2032
|
}[];
|
|
@@ -2014,17 +2035,17 @@ declare namespace SectionTitle {
|
|
|
2014
2035
|
export { type_12 as type };
|
|
2015
2036
|
}
|
|
2016
2037
|
namespace colorOverride {
|
|
2017
|
-
const
|
|
2018
|
-
export {
|
|
2019
|
-
const
|
|
2020
|
-
export {
|
|
2021
|
-
const
|
|
2022
|
-
export {
|
|
2038
|
+
const defaultValue_15: null;
|
|
2039
|
+
export { defaultValue_15 as defaultValue };
|
|
2040
|
+
const description_27: string;
|
|
2041
|
+
export { description_27 as description };
|
|
2042
|
+
const name_28: string;
|
|
2043
|
+
export { name_28 as name };
|
|
2023
2044
|
const required_13: boolean;
|
|
2024
2045
|
export { required_13 as required };
|
|
2025
2046
|
export namespace type_13 {
|
|
2026
|
-
const
|
|
2027
|
-
export {
|
|
2047
|
+
const name_29: string;
|
|
2048
|
+
export { name_29 as name };
|
|
2028
2049
|
const value_5: {
|
|
2029
2050
|
value: string;
|
|
2030
2051
|
}[];
|
|
@@ -2033,17 +2054,17 @@ declare namespace SectionTitle {
|
|
|
2033
2054
|
export { type_13 as type };
|
|
2034
2055
|
}
|
|
2035
2056
|
namespace colorTheme {
|
|
2036
|
-
const
|
|
2037
|
-
export {
|
|
2038
|
-
const
|
|
2039
|
-
export {
|
|
2040
|
-
const
|
|
2041
|
-
export {
|
|
2057
|
+
const defaultValue_16: null;
|
|
2058
|
+
export { defaultValue_16 as defaultValue };
|
|
2059
|
+
const description_28: string;
|
|
2060
|
+
export { description_28 as description };
|
|
2061
|
+
const name_30: string;
|
|
2062
|
+
export { name_30 as name };
|
|
2042
2063
|
const required_14: boolean;
|
|
2043
2064
|
export { required_14 as required };
|
|
2044
2065
|
export namespace type_14 {
|
|
2045
|
-
const
|
|
2046
|
-
export {
|
|
2066
|
+
const name_31: string;
|
|
2067
|
+
export { name_31 as name };
|
|
2047
2068
|
const value_6: {
|
|
2048
2069
|
value: string;
|
|
2049
2070
|
}[];
|
|
@@ -2052,17 +2073,17 @@ declare namespace SectionTitle {
|
|
|
2052
2073
|
export { type_14 as type };
|
|
2053
2074
|
}
|
|
2054
2075
|
namespace singleLineMode {
|
|
2055
|
-
const
|
|
2056
|
-
export {
|
|
2057
|
-
const
|
|
2058
|
-
export {
|
|
2059
|
-
const
|
|
2060
|
-
export {
|
|
2076
|
+
const defaultValue_17: null;
|
|
2077
|
+
export { defaultValue_17 as defaultValue };
|
|
2078
|
+
const description_29: string;
|
|
2079
|
+
export { description_29 as description };
|
|
2080
|
+
const name_32: string;
|
|
2081
|
+
export { name_32 as name };
|
|
2061
2082
|
const required_15: boolean;
|
|
2062
2083
|
export { required_15 as required };
|
|
2063
2084
|
export namespace type_15 {
|
|
2064
|
-
const
|
|
2065
|
-
export {
|
|
2085
|
+
const name_33: string;
|
|
2086
|
+
export { name_33 as name };
|
|
2066
2087
|
const value_7: {
|
|
2067
2088
|
value: string;
|
|
2068
2089
|
}[];
|
|
@@ -2071,17 +2092,17 @@ declare namespace SectionTitle {
|
|
|
2071
2092
|
export { type_15 as type };
|
|
2072
2093
|
}
|
|
2073
2094
|
namespace ellipsisMode {
|
|
2074
|
-
const
|
|
2075
|
-
export {
|
|
2076
|
-
const
|
|
2077
|
-
export {
|
|
2078
|
-
const
|
|
2079
|
-
export {
|
|
2095
|
+
const defaultValue_18: null;
|
|
2096
|
+
export { defaultValue_18 as defaultValue };
|
|
2097
|
+
const description_30: string;
|
|
2098
|
+
export { description_30 as description };
|
|
2099
|
+
const name_34: string;
|
|
2100
|
+
export { name_34 as name };
|
|
2080
2101
|
const required_16: boolean;
|
|
2081
2102
|
export { required_16 as required };
|
|
2082
2103
|
export namespace type_16 {
|
|
2083
|
-
const
|
|
2084
|
-
export {
|
|
2104
|
+
const name_35: string;
|
|
2105
|
+
export { name_35 as name };
|
|
2085
2106
|
const value_8: {
|
|
2086
2107
|
value: string;
|
|
2087
2108
|
}[];
|
|
@@ -2090,32 +2111,32 @@ declare namespace SectionTitle {
|
|
|
2090
2111
|
export { type_16 as type };
|
|
2091
2112
|
}
|
|
2092
2113
|
namespace lineLimit {
|
|
2093
|
-
const
|
|
2094
|
-
export {
|
|
2095
|
-
const
|
|
2096
|
-
export {
|
|
2097
|
-
const
|
|
2098
|
-
export {
|
|
2114
|
+
const defaultValue_19: null;
|
|
2115
|
+
export { defaultValue_19 as defaultValue };
|
|
2116
|
+
const description_31: string;
|
|
2117
|
+
export { description_31 as description };
|
|
2118
|
+
const name_36: string;
|
|
2119
|
+
export { name_36 as name };
|
|
2099
2120
|
const required_17: boolean;
|
|
2100
2121
|
export { required_17 as required };
|
|
2101
2122
|
export namespace type_17 {
|
|
2102
|
-
const
|
|
2103
|
-
export {
|
|
2123
|
+
const name_37: string;
|
|
2124
|
+
export { name_37 as name };
|
|
2104
2125
|
}
|
|
2105
2126
|
export { type_17 as type };
|
|
2106
2127
|
}
|
|
2107
2128
|
namespace userSelectMode {
|
|
2108
|
-
const
|
|
2109
|
-
export {
|
|
2110
|
-
const
|
|
2111
|
-
export {
|
|
2112
|
-
const
|
|
2113
|
-
export {
|
|
2129
|
+
const defaultValue_20: null;
|
|
2130
|
+
export { defaultValue_20 as defaultValue };
|
|
2131
|
+
const description_32: string;
|
|
2132
|
+
export { description_32 as description };
|
|
2133
|
+
const name_38: string;
|
|
2134
|
+
export { name_38 as name };
|
|
2114
2135
|
const required_18: boolean;
|
|
2115
2136
|
export { required_18 as required };
|
|
2116
2137
|
export namespace type_18 {
|
|
2117
|
-
const
|
|
2118
|
-
export {
|
|
2138
|
+
const name_39: string;
|
|
2139
|
+
export { name_39 as name };
|
|
2119
2140
|
const value_9: {
|
|
2120
2141
|
value: string;
|
|
2121
2142
|
}[];
|
|
@@ -2124,32 +2145,32 @@ declare namespace SectionTitle {
|
|
|
2124
2145
|
export { type_18 as type };
|
|
2125
2146
|
}
|
|
2126
2147
|
namespace customFontSize {
|
|
2127
|
-
const
|
|
2128
|
-
export {
|
|
2129
|
-
const
|
|
2130
|
-
export {
|
|
2131
|
-
const
|
|
2132
|
-
export {
|
|
2148
|
+
const defaultValue_21: null;
|
|
2149
|
+
export { defaultValue_21 as defaultValue };
|
|
2150
|
+
const description_33: string;
|
|
2151
|
+
export { description_33 as description };
|
|
2152
|
+
const name_40: string;
|
|
2153
|
+
export { name_40 as name };
|
|
2133
2154
|
const required_19: boolean;
|
|
2134
2155
|
export { required_19 as required };
|
|
2135
2156
|
export namespace type_19 {
|
|
2136
|
-
const
|
|
2137
|
-
export {
|
|
2157
|
+
const name_41: string;
|
|
2158
|
+
export { name_41 as name };
|
|
2138
2159
|
}
|
|
2139
2160
|
export { type_19 as type };
|
|
2140
2161
|
}
|
|
2141
2162
|
namespace customFontWeight {
|
|
2142
|
-
const
|
|
2143
|
-
export {
|
|
2144
|
-
const
|
|
2145
|
-
export {
|
|
2146
|
-
const
|
|
2147
|
-
export {
|
|
2163
|
+
const defaultValue_22: null;
|
|
2164
|
+
export { defaultValue_22 as defaultValue };
|
|
2165
|
+
const description_34: string;
|
|
2166
|
+
export { description_34 as description };
|
|
2167
|
+
const name_42: string;
|
|
2168
|
+
export { name_42 as name };
|
|
2148
2169
|
const required_20: boolean;
|
|
2149
2170
|
export { required_20 as required };
|
|
2150
2171
|
export namespace type_20 {
|
|
2151
|
-
const
|
|
2152
|
-
export {
|
|
2172
|
+
const name_43: string;
|
|
2173
|
+
export { name_43 as name };
|
|
2153
2174
|
const value_10: {
|
|
2154
2175
|
value: string;
|
|
2155
2176
|
}[];
|
|
@@ -2158,17 +2179,17 @@ declare namespace SectionTitle {
|
|
|
2158
2179
|
export { type_20 as type };
|
|
2159
2180
|
}
|
|
2160
2181
|
namespace textDecorationType {
|
|
2161
|
-
const
|
|
2162
|
-
export {
|
|
2163
|
-
const
|
|
2164
|
-
export {
|
|
2165
|
-
const
|
|
2166
|
-
export {
|
|
2182
|
+
const defaultValue_23: null;
|
|
2183
|
+
export { defaultValue_23 as defaultValue };
|
|
2184
|
+
const description_35: string;
|
|
2185
|
+
export { description_35 as description };
|
|
2186
|
+
const name_44: string;
|
|
2187
|
+
export { name_44 as name };
|
|
2167
2188
|
const required_21: boolean;
|
|
2168
2189
|
export { required_21 as required };
|
|
2169
2190
|
export namespace type_21 {
|
|
2170
|
-
const
|
|
2171
|
-
export {
|
|
2191
|
+
const name_45: string;
|
|
2192
|
+
export { name_45 as name };
|
|
2172
2193
|
const value_11: {
|
|
2173
2194
|
value: string;
|
|
2174
2195
|
}[];
|
|
@@ -2177,17 +2198,17 @@ declare namespace SectionTitle {
|
|
|
2177
2198
|
export { type_21 as type };
|
|
2178
2199
|
}
|
|
2179
2200
|
namespace requirementMode {
|
|
2180
|
-
const
|
|
2181
|
-
export {
|
|
2182
|
-
const
|
|
2183
|
-
export {
|
|
2184
|
-
const
|
|
2185
|
-
export {
|
|
2201
|
+
const defaultValue_24: null;
|
|
2202
|
+
export { defaultValue_24 as defaultValue };
|
|
2203
|
+
const description_36: string;
|
|
2204
|
+
export { description_36 as description };
|
|
2205
|
+
const name_46: string;
|
|
2206
|
+
export { name_46 as name };
|
|
2186
2207
|
const required_22: boolean;
|
|
2187
2208
|
export { required_22 as required };
|
|
2188
2209
|
export namespace type_22 {
|
|
2189
|
-
const
|
|
2190
|
-
export {
|
|
2210
|
+
const name_47: string;
|
|
2211
|
+
export { name_47 as name };
|
|
2191
2212
|
const value_12: {
|
|
2192
2213
|
value: string;
|
|
2193
2214
|
}[];
|
|
@@ -2196,17 +2217,17 @@ declare namespace SectionTitle {
|
|
|
2196
2217
|
export { type_22 as type };
|
|
2197
2218
|
}
|
|
2198
2219
|
namespace bulletPointMode {
|
|
2199
|
-
const
|
|
2200
|
-
export {
|
|
2201
|
-
const
|
|
2202
|
-
export {
|
|
2203
|
-
const
|
|
2204
|
-
export {
|
|
2220
|
+
const defaultValue_25: null;
|
|
2221
|
+
export { defaultValue_25 as defaultValue };
|
|
2222
|
+
const description_37: string;
|
|
2223
|
+
export { description_37 as description };
|
|
2224
|
+
const name_48: string;
|
|
2225
|
+
export { name_48 as name };
|
|
2205
2226
|
const required_23: boolean;
|
|
2206
2227
|
export { required_23 as required };
|
|
2207
2228
|
export namespace type_23 {
|
|
2208
|
-
const
|
|
2209
|
-
export {
|
|
2229
|
+
const name_49: string;
|
|
2230
|
+
export { name_49 as name };
|
|
2210
2231
|
const value_13: {
|
|
2211
2232
|
value: string;
|
|
2212
2233
|
}[];
|
|
@@ -2215,17 +2236,17 @@ declare namespace SectionTitle {
|
|
|
2215
2236
|
export { type_23 as type };
|
|
2216
2237
|
}
|
|
2217
2238
|
namespace wordBreak {
|
|
2218
|
-
const
|
|
2219
|
-
export {
|
|
2220
|
-
const
|
|
2221
|
-
export {
|
|
2222
|
-
const
|
|
2223
|
-
export {
|
|
2239
|
+
const defaultValue_26: null;
|
|
2240
|
+
export { defaultValue_26 as defaultValue };
|
|
2241
|
+
const description_38: string;
|
|
2242
|
+
export { description_38 as description };
|
|
2243
|
+
const name_50: string;
|
|
2244
|
+
export { name_50 as name };
|
|
2224
2245
|
const required_24: boolean;
|
|
2225
2246
|
export { required_24 as required };
|
|
2226
2247
|
export namespace type_24 {
|
|
2227
|
-
const
|
|
2228
|
-
export {
|
|
2248
|
+
const name_51: string;
|
|
2249
|
+
export { name_51 as name };
|
|
2229
2250
|
const value_14: {
|
|
2230
2251
|
value: string;
|
|
2231
2252
|
}[];
|
|
@@ -2234,20 +2255,20 @@ declare namespace SectionTitle {
|
|
|
2234
2255
|
export { type_24 as type };
|
|
2235
2256
|
}
|
|
2236
2257
|
namespace lineHeight {
|
|
2237
|
-
export namespace
|
|
2258
|
+
export namespace defaultValue_27 {
|
|
2238
2259
|
const value_15: string;
|
|
2239
2260
|
export { value_15 as value };
|
|
2240
2261
|
}
|
|
2241
|
-
export {
|
|
2242
|
-
const
|
|
2243
|
-
export {
|
|
2244
|
-
const
|
|
2245
|
-
export {
|
|
2262
|
+
export { defaultValue_27 as defaultValue };
|
|
2263
|
+
const description_39: string;
|
|
2264
|
+
export { description_39 as description };
|
|
2265
|
+
const name_52: string;
|
|
2266
|
+
export { name_52 as name };
|
|
2246
2267
|
const required_25: boolean;
|
|
2247
2268
|
export { required_25 as required };
|
|
2248
2269
|
export namespace type_25 {
|
|
2249
|
-
const
|
|
2250
|
-
export {
|
|
2270
|
+
const name_53: string;
|
|
2271
|
+
export { name_53 as name };
|
|
2251
2272
|
}
|
|
2252
2273
|
export { type_25 as type };
|
|
2253
2274
|
}
|
|
@@ -2261,71 +2282,71 @@ declare namespace SectionDescription {
|
|
|
2261
2282
|
const displayName_10: string;
|
|
2262
2283
|
export { displayName_10 as displayName };
|
|
2263
2284
|
export namespace __docgenInfo_5 {
|
|
2264
|
-
const
|
|
2265
|
-
export {
|
|
2285
|
+
const description_40: string;
|
|
2286
|
+
export { description_40 as description };
|
|
2266
2287
|
const displayName_11: string;
|
|
2267
2288
|
export { displayName_11 as displayName };
|
|
2268
2289
|
export namespace props_5 {
|
|
2269
2290
|
export namespace text_1 {
|
|
2270
|
-
const
|
|
2271
|
-
export {
|
|
2272
|
-
const
|
|
2273
|
-
export {
|
|
2274
|
-
const
|
|
2275
|
-
export {
|
|
2291
|
+
const defaultValue_28: null;
|
|
2292
|
+
export { defaultValue_28 as defaultValue };
|
|
2293
|
+
const description_41: string;
|
|
2294
|
+
export { description_41 as description };
|
|
2295
|
+
const name_54: string;
|
|
2296
|
+
export { name_54 as name };
|
|
2276
2297
|
const required_26: boolean;
|
|
2277
2298
|
export { required_26 as required };
|
|
2278
2299
|
export namespace type_26 {
|
|
2279
|
-
const
|
|
2280
|
-
export {
|
|
2300
|
+
const name_55: string;
|
|
2301
|
+
export { name_55 as name };
|
|
2281
2302
|
}
|
|
2282
2303
|
export { type_26 as type };
|
|
2283
2304
|
}
|
|
2284
2305
|
export { text_1 as text };
|
|
2285
2306
|
export namespace color_1 {
|
|
2286
|
-
const
|
|
2287
|
-
export {
|
|
2288
|
-
const
|
|
2289
|
-
export {
|
|
2290
|
-
const
|
|
2291
|
-
export {
|
|
2307
|
+
const defaultValue_29: null;
|
|
2308
|
+
export { defaultValue_29 as defaultValue };
|
|
2309
|
+
const description_42: string;
|
|
2310
|
+
export { description_42 as description };
|
|
2311
|
+
const name_56: string;
|
|
2312
|
+
export { name_56 as name };
|
|
2292
2313
|
const required_27: boolean;
|
|
2293
2314
|
export { required_27 as required };
|
|
2294
2315
|
export namespace type_27 {
|
|
2295
|
-
const
|
|
2296
|
-
export {
|
|
2316
|
+
const name_57: string;
|
|
2317
|
+
export { name_57 as name };
|
|
2297
2318
|
}
|
|
2298
2319
|
export { type_27 as type };
|
|
2299
2320
|
}
|
|
2300
2321
|
export { color_1 as color };
|
|
2301
2322
|
export namespace tooltipText_1 {
|
|
2302
|
-
const
|
|
2303
|
-
export {
|
|
2304
|
-
const
|
|
2305
|
-
export {
|
|
2306
|
-
const
|
|
2307
|
-
export {
|
|
2323
|
+
const defaultValue_30: null;
|
|
2324
|
+
export { defaultValue_30 as defaultValue };
|
|
2325
|
+
const description_43: string;
|
|
2326
|
+
export { description_43 as description };
|
|
2327
|
+
const name_58: string;
|
|
2328
|
+
export { name_58 as name };
|
|
2308
2329
|
const required_28: boolean;
|
|
2309
2330
|
export { required_28 as required };
|
|
2310
2331
|
export namespace type_28 {
|
|
2311
|
-
const
|
|
2312
|
-
export {
|
|
2332
|
+
const name_59: string;
|
|
2333
|
+
export { name_59 as name };
|
|
2313
2334
|
}
|
|
2314
2335
|
export { type_28 as type };
|
|
2315
2336
|
}
|
|
2316
2337
|
export { tooltipText_1 as tooltipText };
|
|
2317
2338
|
export namespace tooltipPosition_1 {
|
|
2318
|
-
const
|
|
2319
|
-
export {
|
|
2320
|
-
const
|
|
2321
|
-
export {
|
|
2322
|
-
const
|
|
2323
|
-
export {
|
|
2339
|
+
const defaultValue_31: null;
|
|
2340
|
+
export { defaultValue_31 as defaultValue };
|
|
2341
|
+
const description_44: string;
|
|
2342
|
+
export { description_44 as description };
|
|
2343
|
+
const name_60: string;
|
|
2344
|
+
export { name_60 as name };
|
|
2324
2345
|
const required_29: boolean;
|
|
2325
2346
|
export { required_29 as required };
|
|
2326
2347
|
export namespace type_29 {
|
|
2327
|
-
const
|
|
2328
|
-
export {
|
|
2348
|
+
const name_61: string;
|
|
2349
|
+
export { name_61 as name };
|
|
2329
2350
|
const value_16: {
|
|
2330
2351
|
value: string;
|
|
2331
2352
|
}[];
|
|
@@ -2335,17 +2356,17 @@ declare namespace SectionDescription {
|
|
|
2335
2356
|
}
|
|
2336
2357
|
export { tooltipPosition_1 as tooltipPosition };
|
|
2337
2358
|
export namespace textAlign_1 {
|
|
2338
|
-
const
|
|
2339
|
-
export {
|
|
2340
|
-
const
|
|
2341
|
-
export {
|
|
2342
|
-
const
|
|
2343
|
-
export {
|
|
2359
|
+
const defaultValue_32: null;
|
|
2360
|
+
export { defaultValue_32 as defaultValue };
|
|
2361
|
+
const description_45: string;
|
|
2362
|
+
export { description_45 as description };
|
|
2363
|
+
const name_62: string;
|
|
2364
|
+
export { name_62 as name };
|
|
2344
2365
|
const required_30: boolean;
|
|
2345
2366
|
export { required_30 as required };
|
|
2346
2367
|
export namespace type_30 {
|
|
2347
|
-
const
|
|
2348
|
-
export {
|
|
2368
|
+
const name_63: string;
|
|
2369
|
+
export { name_63 as name };
|
|
2349
2370
|
const value_17: {
|
|
2350
2371
|
value: string;
|
|
2351
2372
|
}[];
|
|
@@ -2355,17 +2376,17 @@ declare namespace SectionDescription {
|
|
|
2355
2376
|
}
|
|
2356
2377
|
export { textAlign_1 as textAlign };
|
|
2357
2378
|
export namespace styleTheme_1 {
|
|
2358
|
-
const
|
|
2359
|
-
export {
|
|
2360
|
-
const
|
|
2361
|
-
export {
|
|
2362
|
-
const
|
|
2363
|
-
export {
|
|
2379
|
+
const defaultValue_33: null;
|
|
2380
|
+
export { defaultValue_33 as defaultValue };
|
|
2381
|
+
const description_46: string;
|
|
2382
|
+
export { description_46 as description };
|
|
2383
|
+
const name_64: string;
|
|
2384
|
+
export { name_64 as name };
|
|
2364
2385
|
const required_31: boolean;
|
|
2365
2386
|
export { required_31 as required };
|
|
2366
2387
|
export namespace type_31 {
|
|
2367
|
-
const
|
|
2368
|
-
export {
|
|
2388
|
+
const name_65: string;
|
|
2389
|
+
export { name_65 as name };
|
|
2369
2390
|
const value_18: {
|
|
2370
2391
|
value: string;
|
|
2371
2392
|
}[];
|
|
@@ -2375,17 +2396,17 @@ declare namespace SectionDescription {
|
|
|
2375
2396
|
}
|
|
2376
2397
|
export { styleTheme_1 as styleTheme };
|
|
2377
2398
|
export namespace colorOverride_1 {
|
|
2378
|
-
const
|
|
2379
|
-
export {
|
|
2380
|
-
const
|
|
2381
|
-
export {
|
|
2382
|
-
const
|
|
2383
|
-
export {
|
|
2399
|
+
const defaultValue_34: null;
|
|
2400
|
+
export { defaultValue_34 as defaultValue };
|
|
2401
|
+
const description_47: string;
|
|
2402
|
+
export { description_47 as description };
|
|
2403
|
+
const name_66: string;
|
|
2404
|
+
export { name_66 as name };
|
|
2384
2405
|
const required_32: boolean;
|
|
2385
2406
|
export { required_32 as required };
|
|
2386
2407
|
export namespace type_32 {
|
|
2387
|
-
const
|
|
2388
|
-
export {
|
|
2408
|
+
const name_67: string;
|
|
2409
|
+
export { name_67 as name };
|
|
2389
2410
|
const value_19: {
|
|
2390
2411
|
value: string;
|
|
2391
2412
|
}[];
|
|
@@ -2395,17 +2416,17 @@ declare namespace SectionDescription {
|
|
|
2395
2416
|
}
|
|
2396
2417
|
export { colorOverride_1 as colorOverride };
|
|
2397
2418
|
export namespace colorTheme_1 {
|
|
2398
|
-
const
|
|
2399
|
-
export {
|
|
2400
|
-
const
|
|
2401
|
-
export {
|
|
2402
|
-
const
|
|
2403
|
-
export {
|
|
2419
|
+
const defaultValue_35: null;
|
|
2420
|
+
export { defaultValue_35 as defaultValue };
|
|
2421
|
+
const description_48: string;
|
|
2422
|
+
export { description_48 as description };
|
|
2423
|
+
const name_68: string;
|
|
2424
|
+
export { name_68 as name };
|
|
2404
2425
|
const required_33: boolean;
|
|
2405
2426
|
export { required_33 as required };
|
|
2406
2427
|
export namespace type_33 {
|
|
2407
|
-
const
|
|
2408
|
-
export {
|
|
2428
|
+
const name_69: string;
|
|
2429
|
+
export { name_69 as name };
|
|
2409
2430
|
const value_20: {
|
|
2410
2431
|
value: string;
|
|
2411
2432
|
}[];
|
|
@@ -2415,17 +2436,17 @@ declare namespace SectionDescription {
|
|
|
2415
2436
|
}
|
|
2416
2437
|
export { colorTheme_1 as colorTheme };
|
|
2417
2438
|
export namespace singleLineMode_1 {
|
|
2418
|
-
const
|
|
2419
|
-
export {
|
|
2420
|
-
const
|
|
2421
|
-
export {
|
|
2422
|
-
const
|
|
2423
|
-
export {
|
|
2439
|
+
const defaultValue_36: null;
|
|
2440
|
+
export { defaultValue_36 as defaultValue };
|
|
2441
|
+
const description_49: string;
|
|
2442
|
+
export { description_49 as description };
|
|
2443
|
+
const name_70: string;
|
|
2444
|
+
export { name_70 as name };
|
|
2424
2445
|
const required_34: boolean;
|
|
2425
2446
|
export { required_34 as required };
|
|
2426
2447
|
export namespace type_34 {
|
|
2427
|
-
const
|
|
2428
|
-
export {
|
|
2448
|
+
const name_71: string;
|
|
2449
|
+
export { name_71 as name };
|
|
2429
2450
|
const value_21: {
|
|
2430
2451
|
value: string;
|
|
2431
2452
|
}[];
|
|
@@ -2435,17 +2456,17 @@ declare namespace SectionDescription {
|
|
|
2435
2456
|
}
|
|
2436
2457
|
export { singleLineMode_1 as singleLineMode };
|
|
2437
2458
|
export namespace ellipsisMode_1 {
|
|
2438
|
-
const
|
|
2439
|
-
export {
|
|
2440
|
-
const
|
|
2441
|
-
export {
|
|
2442
|
-
const
|
|
2443
|
-
export {
|
|
2459
|
+
const defaultValue_37: null;
|
|
2460
|
+
export { defaultValue_37 as defaultValue };
|
|
2461
|
+
const description_50: string;
|
|
2462
|
+
export { description_50 as description };
|
|
2463
|
+
const name_72: string;
|
|
2464
|
+
export { name_72 as name };
|
|
2444
2465
|
const required_35: boolean;
|
|
2445
2466
|
export { required_35 as required };
|
|
2446
2467
|
export namespace type_35 {
|
|
2447
|
-
const
|
|
2448
|
-
export {
|
|
2468
|
+
const name_73: string;
|
|
2469
|
+
export { name_73 as name };
|
|
2449
2470
|
const value_22: {
|
|
2450
2471
|
value: string;
|
|
2451
2472
|
}[];
|
|
@@ -2455,33 +2476,33 @@ declare namespace SectionDescription {
|
|
|
2455
2476
|
}
|
|
2456
2477
|
export { ellipsisMode_1 as ellipsisMode };
|
|
2457
2478
|
export namespace lineLimit_1 {
|
|
2458
|
-
const
|
|
2459
|
-
export {
|
|
2460
|
-
const
|
|
2461
|
-
export {
|
|
2462
|
-
const
|
|
2463
|
-
export {
|
|
2479
|
+
const defaultValue_38: null;
|
|
2480
|
+
export { defaultValue_38 as defaultValue };
|
|
2481
|
+
const description_51: string;
|
|
2482
|
+
export { description_51 as description };
|
|
2483
|
+
const name_74: string;
|
|
2484
|
+
export { name_74 as name };
|
|
2464
2485
|
const required_36: boolean;
|
|
2465
2486
|
export { required_36 as required };
|
|
2466
2487
|
export namespace type_36 {
|
|
2467
|
-
const
|
|
2468
|
-
export {
|
|
2488
|
+
const name_75: string;
|
|
2489
|
+
export { name_75 as name };
|
|
2469
2490
|
}
|
|
2470
2491
|
export { type_36 as type };
|
|
2471
2492
|
}
|
|
2472
2493
|
export { lineLimit_1 as lineLimit };
|
|
2473
2494
|
export namespace userSelectMode_1 {
|
|
2474
|
-
const
|
|
2475
|
-
export {
|
|
2476
|
-
const
|
|
2477
|
-
export {
|
|
2478
|
-
const
|
|
2479
|
-
export {
|
|
2495
|
+
const defaultValue_39: null;
|
|
2496
|
+
export { defaultValue_39 as defaultValue };
|
|
2497
|
+
const description_52: string;
|
|
2498
|
+
export { description_52 as description };
|
|
2499
|
+
const name_76: string;
|
|
2500
|
+
export { name_76 as name };
|
|
2480
2501
|
const required_37: boolean;
|
|
2481
2502
|
export { required_37 as required };
|
|
2482
2503
|
export namespace type_37 {
|
|
2483
|
-
const
|
|
2484
|
-
export {
|
|
2504
|
+
const name_77: string;
|
|
2505
|
+
export { name_77 as name };
|
|
2485
2506
|
const value_23: {
|
|
2486
2507
|
value: string;
|
|
2487
2508
|
}[];
|
|
@@ -2491,33 +2512,33 @@ declare namespace SectionDescription {
|
|
|
2491
2512
|
}
|
|
2492
2513
|
export { userSelectMode_1 as userSelectMode };
|
|
2493
2514
|
export namespace customFontSize_1 {
|
|
2494
|
-
const
|
|
2495
|
-
export {
|
|
2496
|
-
const
|
|
2497
|
-
export {
|
|
2498
|
-
const
|
|
2499
|
-
export {
|
|
2515
|
+
const defaultValue_40: null;
|
|
2516
|
+
export { defaultValue_40 as defaultValue };
|
|
2517
|
+
const description_53: string;
|
|
2518
|
+
export { description_53 as description };
|
|
2519
|
+
const name_78: string;
|
|
2520
|
+
export { name_78 as name };
|
|
2500
2521
|
const required_38: boolean;
|
|
2501
2522
|
export { required_38 as required };
|
|
2502
2523
|
export namespace type_38 {
|
|
2503
|
-
const
|
|
2504
|
-
export {
|
|
2524
|
+
const name_79: string;
|
|
2525
|
+
export { name_79 as name };
|
|
2505
2526
|
}
|
|
2506
2527
|
export { type_38 as type };
|
|
2507
2528
|
}
|
|
2508
2529
|
export { customFontSize_1 as customFontSize };
|
|
2509
2530
|
export namespace customFontWeight_1 {
|
|
2510
|
-
const
|
|
2511
|
-
export {
|
|
2512
|
-
const
|
|
2513
|
-
export {
|
|
2514
|
-
const
|
|
2515
|
-
export {
|
|
2531
|
+
const defaultValue_41: null;
|
|
2532
|
+
export { defaultValue_41 as defaultValue };
|
|
2533
|
+
const description_54: string;
|
|
2534
|
+
export { description_54 as description };
|
|
2535
|
+
const name_80: string;
|
|
2536
|
+
export { name_80 as name };
|
|
2516
2537
|
const required_39: boolean;
|
|
2517
2538
|
export { required_39 as required };
|
|
2518
2539
|
export namespace type_39 {
|
|
2519
|
-
const
|
|
2520
|
-
export {
|
|
2540
|
+
const name_81: string;
|
|
2541
|
+
export { name_81 as name };
|
|
2521
2542
|
const value_24: {
|
|
2522
2543
|
value: string;
|
|
2523
2544
|
}[];
|
|
@@ -2527,17 +2548,17 @@ declare namespace SectionDescription {
|
|
|
2527
2548
|
}
|
|
2528
2549
|
export { customFontWeight_1 as customFontWeight };
|
|
2529
2550
|
export namespace textDecorationType_1 {
|
|
2530
|
-
const
|
|
2531
|
-
export {
|
|
2532
|
-
const
|
|
2533
|
-
export {
|
|
2534
|
-
const
|
|
2535
|
-
export {
|
|
2551
|
+
const defaultValue_42: null;
|
|
2552
|
+
export { defaultValue_42 as defaultValue };
|
|
2553
|
+
const description_55: string;
|
|
2554
|
+
export { description_55 as description };
|
|
2555
|
+
const name_82: string;
|
|
2556
|
+
export { name_82 as name };
|
|
2536
2557
|
const required_40: boolean;
|
|
2537
2558
|
export { required_40 as required };
|
|
2538
2559
|
export namespace type_40 {
|
|
2539
|
-
const
|
|
2540
|
-
export {
|
|
2560
|
+
const name_83: string;
|
|
2561
|
+
export { name_83 as name };
|
|
2541
2562
|
const value_25: {
|
|
2542
2563
|
value: string;
|
|
2543
2564
|
}[];
|
|
@@ -2547,17 +2568,17 @@ declare namespace SectionDescription {
|
|
|
2547
2568
|
}
|
|
2548
2569
|
export { textDecorationType_1 as textDecorationType };
|
|
2549
2570
|
export namespace requirementMode_1 {
|
|
2550
|
-
const
|
|
2551
|
-
export {
|
|
2552
|
-
const
|
|
2553
|
-
export {
|
|
2554
|
-
const
|
|
2555
|
-
export {
|
|
2571
|
+
const defaultValue_43: null;
|
|
2572
|
+
export { defaultValue_43 as defaultValue };
|
|
2573
|
+
const description_56: string;
|
|
2574
|
+
export { description_56 as description };
|
|
2575
|
+
const name_84: string;
|
|
2576
|
+
export { name_84 as name };
|
|
2556
2577
|
const required_41: boolean;
|
|
2557
2578
|
export { required_41 as required };
|
|
2558
2579
|
export namespace type_41 {
|
|
2559
|
-
const
|
|
2560
|
-
export {
|
|
2580
|
+
const name_85: string;
|
|
2581
|
+
export { name_85 as name };
|
|
2561
2582
|
const value_26: {
|
|
2562
2583
|
value: string;
|
|
2563
2584
|
}[];
|
|
@@ -2567,17 +2588,17 @@ declare namespace SectionDescription {
|
|
|
2567
2588
|
}
|
|
2568
2589
|
export { requirementMode_1 as requirementMode };
|
|
2569
2590
|
export namespace bulletPointMode_1 {
|
|
2570
|
-
const
|
|
2571
|
-
export {
|
|
2572
|
-
const
|
|
2573
|
-
export {
|
|
2574
|
-
const
|
|
2575
|
-
export {
|
|
2591
|
+
const defaultValue_44: null;
|
|
2592
|
+
export { defaultValue_44 as defaultValue };
|
|
2593
|
+
const description_57: string;
|
|
2594
|
+
export { description_57 as description };
|
|
2595
|
+
const name_86: string;
|
|
2596
|
+
export { name_86 as name };
|
|
2576
2597
|
const required_42: boolean;
|
|
2577
2598
|
export { required_42 as required };
|
|
2578
2599
|
export namespace type_42 {
|
|
2579
|
-
const
|
|
2580
|
-
export {
|
|
2600
|
+
const name_87: string;
|
|
2601
|
+
export { name_87 as name };
|
|
2581
2602
|
const value_27: {
|
|
2582
2603
|
value: string;
|
|
2583
2604
|
}[];
|
|
@@ -2587,17 +2608,17 @@ declare namespace SectionDescription {
|
|
|
2587
2608
|
}
|
|
2588
2609
|
export { bulletPointMode_1 as bulletPointMode };
|
|
2589
2610
|
export namespace wordBreak_1 {
|
|
2590
|
-
const
|
|
2591
|
-
export {
|
|
2592
|
-
const
|
|
2593
|
-
export {
|
|
2594
|
-
const
|
|
2595
|
-
export {
|
|
2611
|
+
const defaultValue_45: null;
|
|
2612
|
+
export { defaultValue_45 as defaultValue };
|
|
2613
|
+
const description_58: string;
|
|
2614
|
+
export { description_58 as description };
|
|
2615
|
+
const name_88: string;
|
|
2616
|
+
export { name_88 as name };
|
|
2596
2617
|
const required_43: boolean;
|
|
2597
2618
|
export { required_43 as required };
|
|
2598
2619
|
export namespace type_43 {
|
|
2599
|
-
const
|
|
2600
|
-
export {
|
|
2620
|
+
const name_89: string;
|
|
2621
|
+
export { name_89 as name };
|
|
2601
2622
|
const value_28: {
|
|
2602
2623
|
value: string;
|
|
2603
2624
|
}[];
|
|
@@ -2607,17 +2628,17 @@ declare namespace SectionDescription {
|
|
|
2607
2628
|
}
|
|
2608
2629
|
export { wordBreak_1 as wordBreak };
|
|
2609
2630
|
export namespace fontWeight {
|
|
2610
|
-
const
|
|
2611
|
-
export {
|
|
2612
|
-
const
|
|
2613
|
-
export {
|
|
2614
|
-
const
|
|
2615
|
-
export {
|
|
2631
|
+
const defaultValue_46: null;
|
|
2632
|
+
export { defaultValue_46 as defaultValue };
|
|
2633
|
+
const description_59: string;
|
|
2634
|
+
export { description_59 as description };
|
|
2635
|
+
const name_90: string;
|
|
2636
|
+
export { name_90 as name };
|
|
2616
2637
|
const required_44: boolean;
|
|
2617
2638
|
export { required_44 as required };
|
|
2618
2639
|
export namespace type_44 {
|
|
2619
|
-
const
|
|
2620
|
-
export {
|
|
2640
|
+
const name_91: string;
|
|
2641
|
+
export { name_91 as name };
|
|
2621
2642
|
}
|
|
2622
2643
|
export { type_44 as type };
|
|
2623
2644
|
}
|
|
@@ -2631,38 +2652,38 @@ declare namespace SectionImage {
|
|
|
2631
2652
|
const displayName_12: string;
|
|
2632
2653
|
export { displayName_12 as displayName };
|
|
2633
2654
|
export namespace __docgenInfo_6 {
|
|
2634
|
-
const
|
|
2635
|
-
export {
|
|
2655
|
+
const description_60: string;
|
|
2656
|
+
export { description_60 as description };
|
|
2636
2657
|
const displayName_13: string;
|
|
2637
2658
|
export { displayName_13 as displayName };
|
|
2638
2659
|
export namespace props_6 {
|
|
2639
2660
|
export namespace src {
|
|
2640
|
-
const
|
|
2641
|
-
export {
|
|
2642
|
-
const
|
|
2643
|
-
export {
|
|
2644
|
-
const
|
|
2645
|
-
export {
|
|
2661
|
+
const defaultValue_47: null;
|
|
2662
|
+
export { defaultValue_47 as defaultValue };
|
|
2663
|
+
const description_61: string;
|
|
2664
|
+
export { description_61 as description };
|
|
2665
|
+
const name_92: string;
|
|
2666
|
+
export { name_92 as name };
|
|
2646
2667
|
const required_45: boolean;
|
|
2647
2668
|
export { required_45 as required };
|
|
2648
2669
|
export namespace type_45 {
|
|
2649
|
-
const
|
|
2650
|
-
export {
|
|
2670
|
+
const name_93: string;
|
|
2671
|
+
export { name_93 as name };
|
|
2651
2672
|
}
|
|
2652
2673
|
export { type_45 as type };
|
|
2653
2674
|
}
|
|
2654
2675
|
export namespace shapeType {
|
|
2655
|
-
const
|
|
2656
|
-
export {
|
|
2657
|
-
const
|
|
2658
|
-
export {
|
|
2659
|
-
const
|
|
2660
|
-
export {
|
|
2676
|
+
const defaultValue_48: null;
|
|
2677
|
+
export { defaultValue_48 as defaultValue };
|
|
2678
|
+
const description_62: string;
|
|
2679
|
+
export { description_62 as description };
|
|
2680
|
+
const name_94: string;
|
|
2681
|
+
export { name_94 as name };
|
|
2661
2682
|
const required_46: boolean;
|
|
2662
2683
|
export { required_46 as required };
|
|
2663
2684
|
export namespace type_46 {
|
|
2664
|
-
const
|
|
2665
|
-
export {
|
|
2685
|
+
const name_95: string;
|
|
2686
|
+
export { name_95 as name };
|
|
2666
2687
|
const value_29: {
|
|
2667
2688
|
value: string;
|
|
2668
2689
|
}[];
|
|
@@ -2671,17 +2692,17 @@ declare namespace SectionImage {
|
|
|
2671
2692
|
export { type_46 as type };
|
|
2672
2693
|
}
|
|
2673
2694
|
export namespace radius {
|
|
2674
|
-
const
|
|
2675
|
-
export {
|
|
2676
|
-
const
|
|
2677
|
-
export {
|
|
2678
|
-
const
|
|
2679
|
-
export {
|
|
2695
|
+
const defaultValue_49: null;
|
|
2696
|
+
export { defaultValue_49 as defaultValue };
|
|
2697
|
+
const description_63: string;
|
|
2698
|
+
export { description_63 as description };
|
|
2699
|
+
const name_96: string;
|
|
2700
|
+
export { name_96 as name };
|
|
2680
2701
|
const required_47: boolean;
|
|
2681
2702
|
export { required_47 as required };
|
|
2682
2703
|
export namespace type_47 {
|
|
2683
|
-
const
|
|
2684
|
-
export {
|
|
2704
|
+
const name_97: string;
|
|
2705
|
+
export { name_97 as name };
|
|
2685
2706
|
const value_30: {
|
|
2686
2707
|
value: string;
|
|
2687
2708
|
}[];
|
|
@@ -2690,78 +2711,78 @@ declare namespace SectionImage {
|
|
|
2690
2711
|
export { type_47 as type };
|
|
2691
2712
|
}
|
|
2692
2713
|
export namespace width_1 {
|
|
2693
|
-
const
|
|
2694
|
-
export {
|
|
2695
|
-
const
|
|
2696
|
-
export {
|
|
2697
|
-
const
|
|
2698
|
-
export {
|
|
2714
|
+
const defaultValue_50: null;
|
|
2715
|
+
export { defaultValue_50 as defaultValue };
|
|
2716
|
+
const description_64: string;
|
|
2717
|
+
export { description_64 as description };
|
|
2718
|
+
const name_98: string;
|
|
2719
|
+
export { name_98 as name };
|
|
2699
2720
|
const required_48: boolean;
|
|
2700
2721
|
export { required_48 as required };
|
|
2701
2722
|
export namespace type_48 {
|
|
2702
|
-
const
|
|
2703
|
-
export {
|
|
2723
|
+
const name_99: string;
|
|
2724
|
+
export { name_99 as name };
|
|
2704
2725
|
}
|
|
2705
2726
|
export { type_48 as type };
|
|
2706
2727
|
}
|
|
2707
2728
|
export { width_1 as width };
|
|
2708
2729
|
export namespace height {
|
|
2709
|
-
const
|
|
2710
|
-
export {
|
|
2711
|
-
const
|
|
2712
|
-
export {
|
|
2713
|
-
const
|
|
2714
|
-
export {
|
|
2730
|
+
const defaultValue_51: null;
|
|
2731
|
+
export { defaultValue_51 as defaultValue };
|
|
2732
|
+
const description_65: string;
|
|
2733
|
+
export { description_65 as description };
|
|
2734
|
+
const name_100: string;
|
|
2735
|
+
export { name_100 as name };
|
|
2715
2736
|
const required_49: boolean;
|
|
2716
2737
|
export { required_49 as required };
|
|
2717
2738
|
export namespace type_49 {
|
|
2718
|
-
const
|
|
2719
|
-
export {
|
|
2739
|
+
const name_101: string;
|
|
2740
|
+
export { name_101 as name };
|
|
2720
2741
|
}
|
|
2721
2742
|
export { type_49 as type };
|
|
2722
2743
|
}
|
|
2723
2744
|
export namespace noImageHeight {
|
|
2724
|
-
const
|
|
2725
|
-
export {
|
|
2726
|
-
const
|
|
2727
|
-
export {
|
|
2728
|
-
const
|
|
2729
|
-
export {
|
|
2745
|
+
const defaultValue_52: null;
|
|
2746
|
+
export { defaultValue_52 as defaultValue };
|
|
2747
|
+
const description_66: string;
|
|
2748
|
+
export { description_66 as description };
|
|
2749
|
+
const name_102: string;
|
|
2750
|
+
export { name_102 as name };
|
|
2730
2751
|
const required_50: boolean;
|
|
2731
2752
|
export { required_50 as required };
|
|
2732
2753
|
export namespace type_50 {
|
|
2733
|
-
const
|
|
2734
|
-
export {
|
|
2754
|
+
const name_103: string;
|
|
2755
|
+
export { name_103 as name };
|
|
2735
2756
|
}
|
|
2736
2757
|
export { type_50 as type };
|
|
2737
2758
|
}
|
|
2738
2759
|
export namespace noImageWidth {
|
|
2739
|
-
const
|
|
2740
|
-
export {
|
|
2741
|
-
const
|
|
2742
|
-
export {
|
|
2743
|
-
const
|
|
2744
|
-
export {
|
|
2760
|
+
const defaultValue_53: null;
|
|
2761
|
+
export { defaultValue_53 as defaultValue };
|
|
2762
|
+
const description_67: string;
|
|
2763
|
+
export { description_67 as description };
|
|
2764
|
+
const name_104: string;
|
|
2765
|
+
export { name_104 as name };
|
|
2745
2766
|
const required_51: boolean;
|
|
2746
2767
|
export { required_51 as required };
|
|
2747
2768
|
export namespace type_51 {
|
|
2748
|
-
const
|
|
2749
|
-
export {
|
|
2769
|
+
const name_105: string;
|
|
2770
|
+
export { name_105 as name };
|
|
2750
2771
|
}
|
|
2751
2772
|
export { type_51 as type };
|
|
2752
2773
|
}
|
|
2753
2774
|
export namespace ratio {
|
|
2754
|
-
const
|
|
2755
|
-
export {
|
|
2756
|
-
const
|
|
2757
|
-
export {
|
|
2758
|
-
const
|
|
2759
|
-
export {
|
|
2775
|
+
const defaultValue_54: null;
|
|
2776
|
+
export { defaultValue_54 as defaultValue };
|
|
2777
|
+
const description_68: string;
|
|
2778
|
+
export { description_68 as description };
|
|
2779
|
+
const name_106: string;
|
|
2780
|
+
export { name_106 as name };
|
|
2760
2781
|
const required_52: boolean;
|
|
2761
2782
|
export { required_52 as required };
|
|
2762
2783
|
export namespace type_52 {
|
|
2763
|
-
const
|
|
2764
|
-
export {
|
|
2784
|
+
const name_107: string;
|
|
2785
|
+
export { name_107 as name };
|
|
2765
2786
|
const value_31: {
|
|
2766
2787
|
value: string;
|
|
2767
2788
|
}[];
|
|
@@ -2770,17 +2791,17 @@ declare namespace SectionImage {
|
|
|
2770
2791
|
export { type_52 as type };
|
|
2771
2792
|
}
|
|
2772
2793
|
export namespace scaleType {
|
|
2773
|
-
const
|
|
2774
|
-
export {
|
|
2775
|
-
const
|
|
2776
|
-
export {
|
|
2777
|
-
const
|
|
2778
|
-
export {
|
|
2794
|
+
const defaultValue_55: null;
|
|
2795
|
+
export { defaultValue_55 as defaultValue };
|
|
2796
|
+
const description_69: string;
|
|
2797
|
+
export { description_69 as description };
|
|
2798
|
+
const name_108: string;
|
|
2799
|
+
export { name_108 as name };
|
|
2779
2800
|
const required_53: boolean;
|
|
2780
2801
|
export { required_53 as required };
|
|
2781
2802
|
export namespace type_53 {
|
|
2782
|
-
const
|
|
2783
|
-
export {
|
|
2803
|
+
const name_109: string;
|
|
2804
|
+
export { name_109 as name };
|
|
2784
2805
|
const value_32: {
|
|
2785
2806
|
value: string;
|
|
2786
2807
|
}[];
|
|
@@ -2789,17 +2810,17 @@ declare namespace SectionImage {
|
|
|
2789
2810
|
export { type_53 as type };
|
|
2790
2811
|
}
|
|
2791
2812
|
export namespace borderMode {
|
|
2792
|
-
const
|
|
2793
|
-
export {
|
|
2794
|
-
const
|
|
2795
|
-
export {
|
|
2796
|
-
const
|
|
2797
|
-
export {
|
|
2813
|
+
const defaultValue_56: null;
|
|
2814
|
+
export { defaultValue_56 as defaultValue };
|
|
2815
|
+
const description_70: string;
|
|
2816
|
+
export { description_70 as description };
|
|
2817
|
+
const name_110: string;
|
|
2818
|
+
export { name_110 as name };
|
|
2798
2819
|
const required_54: boolean;
|
|
2799
2820
|
export { required_54 as required };
|
|
2800
2821
|
export namespace type_54 {
|
|
2801
|
-
const
|
|
2802
|
-
export {
|
|
2822
|
+
const name_111: string;
|
|
2823
|
+
export { name_111 as name };
|
|
2803
2824
|
const value_33: {
|
|
2804
2825
|
value: string;
|
|
2805
2826
|
}[];
|
|
@@ -2808,17 +2829,17 @@ declare namespace SectionImage {
|
|
|
2808
2829
|
export { type_54 as type };
|
|
2809
2830
|
}
|
|
2810
2831
|
export namespace backgroundFillMode {
|
|
2811
|
-
const
|
|
2812
|
-
export {
|
|
2813
|
-
const
|
|
2814
|
-
export {
|
|
2815
|
-
const
|
|
2816
|
-
export {
|
|
2832
|
+
const defaultValue_57: null;
|
|
2833
|
+
export { defaultValue_57 as defaultValue };
|
|
2834
|
+
const description_71: string;
|
|
2835
|
+
export { description_71 as description };
|
|
2836
|
+
const name_112: string;
|
|
2837
|
+
export { name_112 as name };
|
|
2817
2838
|
const required_55: boolean;
|
|
2818
2839
|
export { required_55 as required };
|
|
2819
2840
|
export namespace type_55 {
|
|
2820
|
-
const
|
|
2821
|
-
export {
|
|
2841
|
+
const name_113: string;
|
|
2842
|
+
export { name_113 as name };
|
|
2822
2843
|
const value_34: {
|
|
2823
2844
|
value: string;
|
|
2824
2845
|
}[];
|
|
@@ -2827,17 +2848,17 @@ declare namespace SectionImage {
|
|
|
2827
2848
|
export { type_55 as type };
|
|
2828
2849
|
}
|
|
2829
2850
|
export namespace isLoading {
|
|
2830
|
-
const
|
|
2831
|
-
export {
|
|
2832
|
-
const
|
|
2833
|
-
export {
|
|
2834
|
-
const
|
|
2835
|
-
export {
|
|
2851
|
+
const defaultValue_58: null;
|
|
2852
|
+
export { defaultValue_58 as defaultValue };
|
|
2853
|
+
const description_72: string;
|
|
2854
|
+
export { description_72 as description };
|
|
2855
|
+
const name_114: string;
|
|
2856
|
+
export { name_114 as name };
|
|
2836
2857
|
const required_56: boolean;
|
|
2837
2858
|
export { required_56 as required };
|
|
2838
2859
|
export namespace type_56 {
|
|
2839
|
-
const
|
|
2840
|
-
export {
|
|
2860
|
+
const name_115: string;
|
|
2861
|
+
export { name_115 as name };
|
|
2841
2862
|
}
|
|
2842
2863
|
export { type_56 as type };
|
|
2843
2864
|
}
|
|
@@ -2851,26 +2872,26 @@ declare namespace SectionButton {
|
|
|
2851
2872
|
const displayName_14: string;
|
|
2852
2873
|
export { displayName_14 as displayName };
|
|
2853
2874
|
export namespace __docgenInfo_7 {
|
|
2854
|
-
const
|
|
2855
|
-
export {
|
|
2875
|
+
const description_73: string;
|
|
2876
|
+
export { description_73 as description };
|
|
2856
2877
|
const displayName_15: string;
|
|
2857
2878
|
export { displayName_15 as displayName };
|
|
2858
2879
|
export namespace props_7 {
|
|
2859
2880
|
export namespace linkType {
|
|
2860
|
-
export namespace
|
|
2881
|
+
export namespace defaultValue_59 {
|
|
2861
2882
|
const value_35: string;
|
|
2862
2883
|
export { value_35 as value };
|
|
2863
2884
|
}
|
|
2864
|
-
export {
|
|
2865
|
-
const
|
|
2866
|
-
export {
|
|
2867
|
-
const
|
|
2868
|
-
export {
|
|
2885
|
+
export { defaultValue_59 as defaultValue };
|
|
2886
|
+
const description_74: string;
|
|
2887
|
+
export { description_74 as description };
|
|
2888
|
+
const name_116: string;
|
|
2889
|
+
export { name_116 as name };
|
|
2869
2890
|
const required_57: boolean;
|
|
2870
2891
|
export { required_57 as required };
|
|
2871
2892
|
export namespace type_57 {
|
|
2872
|
-
const
|
|
2873
|
-
export {
|
|
2893
|
+
const name_117: string;
|
|
2894
|
+
export { name_117 as name };
|
|
2874
2895
|
const value_36: {
|
|
2875
2896
|
value: string;
|
|
2876
2897
|
}[];
|
|
@@ -2879,115 +2900,115 @@ declare namespace SectionButton {
|
|
|
2879
2900
|
export { type_57 as type };
|
|
2880
2901
|
}
|
|
2881
2902
|
export namespace buttonType {
|
|
2882
|
-
const
|
|
2883
|
-
export {
|
|
2884
|
-
const
|
|
2885
|
-
export {
|
|
2886
|
-
const
|
|
2887
|
-
export {
|
|
2903
|
+
const defaultValue_60: null;
|
|
2904
|
+
export { defaultValue_60 as defaultValue };
|
|
2905
|
+
const description_75: string;
|
|
2906
|
+
export { description_75 as description };
|
|
2907
|
+
const name_118: string;
|
|
2908
|
+
export { name_118 as name };
|
|
2888
2909
|
const required_58: boolean;
|
|
2889
2910
|
export { required_58 as required };
|
|
2890
2911
|
export namespace type_58 {
|
|
2891
|
-
const
|
|
2892
|
-
export {
|
|
2912
|
+
const name_119: string;
|
|
2913
|
+
export { name_119 as name };
|
|
2893
2914
|
}
|
|
2894
2915
|
export { type_58 as type };
|
|
2895
2916
|
}
|
|
2896
2917
|
export namespace backgroundColor {
|
|
2897
|
-
const
|
|
2898
|
-
export {
|
|
2899
|
-
const
|
|
2900
|
-
export {
|
|
2901
|
-
const
|
|
2902
|
-
export {
|
|
2918
|
+
const defaultValue_61: null;
|
|
2919
|
+
export { defaultValue_61 as defaultValue };
|
|
2920
|
+
const description_76: string;
|
|
2921
|
+
export { description_76 as description };
|
|
2922
|
+
const name_120: string;
|
|
2923
|
+
export { name_120 as name };
|
|
2903
2924
|
const required_59: boolean;
|
|
2904
2925
|
export { required_59 as required };
|
|
2905
2926
|
export namespace type_59 {
|
|
2906
|
-
const
|
|
2907
|
-
export {
|
|
2927
|
+
const name_121: string;
|
|
2928
|
+
export { name_121 as name };
|
|
2908
2929
|
}
|
|
2909
2930
|
export { type_59 as type };
|
|
2910
2931
|
}
|
|
2911
2932
|
export namespace textColor {
|
|
2912
|
-
const
|
|
2913
|
-
export {
|
|
2914
|
-
const
|
|
2915
|
-
export {
|
|
2916
|
-
const
|
|
2917
|
-
export {
|
|
2933
|
+
const defaultValue_62: null;
|
|
2934
|
+
export { defaultValue_62 as defaultValue };
|
|
2935
|
+
const description_77: string;
|
|
2936
|
+
export { description_77 as description };
|
|
2937
|
+
const name_122: string;
|
|
2938
|
+
export { name_122 as name };
|
|
2918
2939
|
const required_60: boolean;
|
|
2919
2940
|
export { required_60 as required };
|
|
2920
2941
|
export namespace type_60 {
|
|
2921
|
-
const
|
|
2922
|
-
export {
|
|
2942
|
+
const name_123: string;
|
|
2943
|
+
export { name_123 as name };
|
|
2923
2944
|
}
|
|
2924
2945
|
export { type_60 as type };
|
|
2925
2946
|
}
|
|
2926
2947
|
export namespace text_2 {
|
|
2927
|
-
const
|
|
2928
|
-
export {
|
|
2929
|
-
const
|
|
2930
|
-
export {
|
|
2931
|
-
const
|
|
2932
|
-
export {
|
|
2948
|
+
const defaultValue_63: null;
|
|
2949
|
+
export { defaultValue_63 as defaultValue };
|
|
2950
|
+
const description_78: string;
|
|
2951
|
+
export { description_78 as description };
|
|
2952
|
+
const name_124: string;
|
|
2953
|
+
export { name_124 as name };
|
|
2933
2954
|
const required_61: boolean;
|
|
2934
2955
|
export { required_61 as required };
|
|
2935
2956
|
export namespace type_61 {
|
|
2936
|
-
const
|
|
2937
|
-
export {
|
|
2957
|
+
const name_125: string;
|
|
2958
|
+
export { name_125 as name };
|
|
2938
2959
|
}
|
|
2939
2960
|
export { type_61 as type };
|
|
2940
2961
|
}
|
|
2941
2962
|
export { text_2 as text };
|
|
2942
2963
|
export namespace src_1 {
|
|
2943
|
-
export namespace
|
|
2964
|
+
export namespace defaultValue_64 {
|
|
2944
2965
|
const value_37: string;
|
|
2945
2966
|
export { value_37 as value };
|
|
2946
2967
|
}
|
|
2947
|
-
export {
|
|
2948
|
-
const
|
|
2949
|
-
export {
|
|
2950
|
-
const
|
|
2951
|
-
export {
|
|
2968
|
+
export { defaultValue_64 as defaultValue };
|
|
2969
|
+
const description_79: string;
|
|
2970
|
+
export { description_79 as description };
|
|
2971
|
+
const name_126: string;
|
|
2972
|
+
export { name_126 as name };
|
|
2952
2973
|
const required_62: boolean;
|
|
2953
2974
|
export { required_62 as required };
|
|
2954
2975
|
export namespace type_62 {
|
|
2955
|
-
const
|
|
2956
|
-
export {
|
|
2976
|
+
const name_127: string;
|
|
2977
|
+
export { name_127 as name };
|
|
2957
2978
|
}
|
|
2958
2979
|
export { type_62 as type };
|
|
2959
2980
|
}
|
|
2960
2981
|
export { src_1 as src };
|
|
2961
2982
|
export namespace borderColor {
|
|
2962
|
-
const
|
|
2963
|
-
export {
|
|
2964
|
-
const
|
|
2965
|
-
export {
|
|
2966
|
-
const
|
|
2967
|
-
export {
|
|
2983
|
+
const defaultValue_65: null;
|
|
2984
|
+
export { defaultValue_65 as defaultValue };
|
|
2985
|
+
const description_80: string;
|
|
2986
|
+
export { description_80 as description };
|
|
2987
|
+
const name_128: string;
|
|
2988
|
+
export { name_128 as name };
|
|
2968
2989
|
const required_63: boolean;
|
|
2969
2990
|
export { required_63 as required };
|
|
2970
2991
|
export namespace type_63 {
|
|
2971
|
-
const
|
|
2972
|
-
export {
|
|
2992
|
+
const name_129: string;
|
|
2993
|
+
export { name_129 as name };
|
|
2973
2994
|
}
|
|
2974
2995
|
export { type_63 as type };
|
|
2975
2996
|
}
|
|
2976
2997
|
export namespace state {
|
|
2977
|
-
export namespace
|
|
2998
|
+
export namespace defaultValue_66 {
|
|
2978
2999
|
const value_38: string;
|
|
2979
3000
|
export { value_38 as value };
|
|
2980
3001
|
}
|
|
2981
|
-
export {
|
|
2982
|
-
const
|
|
2983
|
-
export {
|
|
2984
|
-
const
|
|
2985
|
-
export {
|
|
3002
|
+
export { defaultValue_66 as defaultValue };
|
|
3003
|
+
const description_81: string;
|
|
3004
|
+
export { description_81 as description };
|
|
3005
|
+
const name_130: string;
|
|
3006
|
+
export { name_130 as name };
|
|
2986
3007
|
const required_64: boolean;
|
|
2987
3008
|
export { required_64 as required };
|
|
2988
3009
|
export namespace type_64 {
|
|
2989
|
-
const
|
|
2990
|
-
export {
|
|
3010
|
+
const name_131: string;
|
|
3011
|
+
export { name_131 as name };
|
|
2991
3012
|
const value_39: {
|
|
2992
3013
|
value: string;
|
|
2993
3014
|
}[];
|