mx-ui-components-pkg 0.0.717-alpha.131 → 0.0.717-alpha.133
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/{cssMode-DpV0klom.js → cssMode-BnRaGRr1.js} +1 -1
- package/dist/{freemarker2-BE3FwGtE.js → freemarker2-BST23vGw.js} +1 -1
- package/dist/{handlebars-s6GtThSp.js → handlebars-Dnw5Jnkc.js} +1 -1
- package/dist/{html-mAgtsheL.js → html-C2_byRJ5.js} +1 -1
- package/dist/{htmlMode-BSOnRZqB.js → htmlMode-B8k0uwCE.js} +1 -1
- package/dist/{index-Bz7Zp5Xd.js → index-BZFdU8_5.js} +1380 -1359
- package/dist/{index.es-BJLQK50D.js → index.es-BVAcYhre.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +3 -3
- package/dist/{javascript-ArK_6gpv.js → javascript-C0l0x0kQ.js} +1 -1
- package/dist/{jsonMode-BJl3sZZG.js → jsonMode-TL7qKYUD.js} +1 -1
- package/dist/{liquid-IRMHbAkF.js → liquid-BBYhRvJz.js} +1 -1
- package/dist/{mdx-DU5ceXpJ.js → mdx-B04QonZR.js} +1 -1
- package/dist/{python-Bjlmb18x.js → python-BELA3d_U.js} +1 -1
- package/dist/{razor-BwXKxZza.js → razor-DDtYQWf_.js} +1 -1
- package/dist/{tsMode-BmloTqPi.js → tsMode-BJ1awlST.js} +1 -1
- package/dist/types/src/lib/WysiwygEditor/WysiwygEditor.d.ts +1 -1
- package/dist/types/src/routes/+layout.server.d.ts +923 -406
- package/dist/{typescript-Ci9naCd6.js → typescript-68POIMlA.js} +1 -1
- package/dist/{xml-COEY1koo.js → xml-B5IOEN2o.js} +1 -1
- package/dist/{yaml-Dt0S6MLC.js → yaml-DDHW-Z1N.js} +1 -1
- package/package.json +1 -1
|
@@ -140,6 +140,8 @@ export declare function load(): {
|
|
|
140
140
|
};
|
|
141
141
|
isReusableTopicPopupOpened?: undefined;
|
|
142
142
|
togglePdfPreviewPopup?: undefined;
|
|
143
|
+
exportAsPDFPopup?: undefined;
|
|
144
|
+
exportAsPDFThemePopup?: undefined;
|
|
143
145
|
};
|
|
144
146
|
events: {
|
|
145
147
|
onload: {
|
|
@@ -1377,33 +1379,21 @@ export declare function load(): {
|
|
|
1377
1379
|
disabled: boolean;
|
|
1378
1380
|
type: string;
|
|
1379
1381
|
key: string;
|
|
1380
|
-
returnAsString: boolean;
|
|
1381
1382
|
API: {
|
|
1382
1383
|
apiUrl: string;
|
|
1383
|
-
token: string;
|
|
1384
1384
|
method: string;
|
|
1385
1385
|
formType: string;
|
|
1386
1386
|
body: {
|
|
1387
|
-
|
|
1387
|
+
primarykeyEnable: boolean;
|
|
1388
1388
|
data: {
|
|
1389
1389
|
id: string;
|
|
1390
|
-
placeholders: string;
|
|
1391
|
-
description: string;
|
|
1392
|
-
type: string;
|
|
1393
|
-
templateId: string;
|
|
1394
|
-
content: string;
|
|
1395
|
-
contextIds: string;
|
|
1396
|
-
userId: string;
|
|
1397
|
-
tags: string;
|
|
1398
1390
|
isTemplate: boolean;
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
version: string;
|
|
1403
|
-
createdAt: string;
|
|
1404
|
-
updatedAt: string;
|
|
1405
|
-
}[];
|
|
1391
|
+
};
|
|
1392
|
+
dbType?: undefined;
|
|
1393
|
+
conditionalFilter?: undefined;
|
|
1406
1394
|
};
|
|
1395
|
+
token: string;
|
|
1396
|
+
mode?: undefined;
|
|
1407
1397
|
};
|
|
1408
1398
|
source: string;
|
|
1409
1399
|
apiMethod: string;
|
|
@@ -1412,6 +1402,7 @@ export declare function load(): {
|
|
|
1412
1402
|
output_format?: undefined;
|
|
1413
1403
|
token?: undefined;
|
|
1414
1404
|
considerAttr?: undefined;
|
|
1405
|
+
callbackFn?: undefined;
|
|
1415
1406
|
filter?: undefined;
|
|
1416
1407
|
downloadZIP?: undefined;
|
|
1417
1408
|
getFile?: undefined;
|
|
@@ -1426,18 +1417,12 @@ export declare function load(): {
|
|
|
1426
1417
|
path: string;
|
|
1427
1418
|
};
|
|
1428
1419
|
pathParams?: undefined;
|
|
1420
|
+
exportAsPDFPopup?: undefined;
|
|
1421
|
+
getVariablesFromTopics?: undefined;
|
|
1429
1422
|
};
|
|
1430
1423
|
events: {
|
|
1431
1424
|
click: {
|
|
1432
1425
|
savingAsTemplate: {
|
|
1433
|
-
increment: {
|
|
1434
|
-
sourcePath: string;
|
|
1435
|
-
targetPath: string;
|
|
1436
|
-
};
|
|
1437
|
-
addTimeStamp: {
|
|
1438
|
-
sourcePath: string;
|
|
1439
|
-
targetPath: string;
|
|
1440
|
-
};
|
|
1441
1426
|
addLoader: string;
|
|
1442
1427
|
fetchAPI: string;
|
|
1443
1428
|
log: {
|
|
@@ -1473,7 +1458,7 @@ export declare function load(): {
|
|
|
1473
1458
|
};
|
|
1474
1459
|
pathParams?: undefined;
|
|
1475
1460
|
ditaContent?: undefined;
|
|
1476
|
-
|
|
1461
|
+
getVariablesFromTopics?: undefined;
|
|
1477
1462
|
saveDitaDropdown?: undefined;
|
|
1478
1463
|
deleteProjectPopup?: undefined;
|
|
1479
1464
|
};
|
|
@@ -1554,8 +1539,27 @@ export declare function load(): {
|
|
|
1554
1539
|
apiMethod: string;
|
|
1555
1540
|
token: string;
|
|
1556
1541
|
considerAttr: string;
|
|
1557
|
-
|
|
1558
|
-
API
|
|
1542
|
+
callbackFn: string;
|
|
1543
|
+
API: {
|
|
1544
|
+
apiUrl: string;
|
|
1545
|
+
token: string;
|
|
1546
|
+
method: string;
|
|
1547
|
+
mode: string;
|
|
1548
|
+
body: {
|
|
1549
|
+
dbType: string;
|
|
1550
|
+
conditionalFilter: {
|
|
1551
|
+
logicalOperator: string;
|
|
1552
|
+
conditions: {
|
|
1553
|
+
field: string;
|
|
1554
|
+
operator: string;
|
|
1555
|
+
value: string;
|
|
1556
|
+
}[];
|
|
1557
|
+
};
|
|
1558
|
+
primarykeyEnable?: undefined;
|
|
1559
|
+
data?: undefined;
|
|
1560
|
+
};
|
|
1561
|
+
formType?: undefined;
|
|
1562
|
+
};
|
|
1559
1563
|
filter?: undefined;
|
|
1560
1564
|
downloadZIP?: undefined;
|
|
1561
1565
|
getFile?: undefined;
|
|
@@ -1569,6 +1573,13 @@ export declare function load(): {
|
|
|
1569
1573
|
pathParams: {
|
|
1570
1574
|
path: string;
|
|
1571
1575
|
};
|
|
1576
|
+
exportAsPDFPopup: {
|
|
1577
|
+
path: string;
|
|
1578
|
+
initialValue: boolean;
|
|
1579
|
+
};
|
|
1580
|
+
getVariablesFromTopics: {
|
|
1581
|
+
path: string;
|
|
1582
|
+
};
|
|
1572
1583
|
savingAsTemplate?: undefined;
|
|
1573
1584
|
};
|
|
1574
1585
|
events: {
|
|
@@ -1578,28 +1589,25 @@ export declare function load(): {
|
|
|
1578
1589
|
};
|
|
1579
1590
|
ditaContent: {
|
|
1580
1591
|
addLoader: string;
|
|
1581
|
-
exportAsPDF
|
|
1592
|
+
exportAsPDF?: undefined;
|
|
1582
1593
|
removeLoader?: undefined;
|
|
1583
1594
|
};
|
|
1584
|
-
|
|
1595
|
+
getVariablesFromTopics: {
|
|
1596
|
+
fetchAPI: string;
|
|
1597
|
+
filter: string;
|
|
1585
1598
|
log: {
|
|
1586
1599
|
conditionalAction: {
|
|
1587
1600
|
conditions: string[];
|
|
1588
1601
|
trueAction: {
|
|
1589
|
-
toggle:
|
|
1590
|
-
|
|
1602
|
+
toggle: {
|
|
1603
|
+
sourcePath: string;
|
|
1604
|
+
targetPath: string;
|
|
1605
|
+
};
|
|
1591
1606
|
};
|
|
1592
1607
|
falseAction: {
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
message: {
|
|
1597
|
-
toastValue: string;
|
|
1598
|
-
styles: string;
|
|
1599
|
-
};
|
|
1600
|
-
severity: string;
|
|
1601
|
-
position: string;
|
|
1602
|
-
};
|
|
1608
|
+
toggle: {
|
|
1609
|
+
sourcePath: string;
|
|
1610
|
+
targetPath: string;
|
|
1603
1611
|
};
|
|
1604
1612
|
};
|
|
1605
1613
|
};
|
|
@@ -1687,9 +1695,9 @@ export declare function load(): {
|
|
|
1687
1695
|
apiMethod: string;
|
|
1688
1696
|
token: string;
|
|
1689
1697
|
considerAttr: string;
|
|
1690
|
-
returnAsString?: undefined;
|
|
1691
1698
|
API?: undefined;
|
|
1692
1699
|
exportingPDF?: undefined;
|
|
1700
|
+
callbackFn?: undefined;
|
|
1693
1701
|
getFile?: undefined;
|
|
1694
1702
|
copy?: undefined;
|
|
1695
1703
|
};
|
|
@@ -1700,6 +1708,8 @@ export declare function load(): {
|
|
|
1700
1708
|
};
|
|
1701
1709
|
savingAsTemplate?: undefined;
|
|
1702
1710
|
pathParams?: undefined;
|
|
1711
|
+
exportAsPDFPopup?: undefined;
|
|
1712
|
+
getVariablesFromTopics?: undefined;
|
|
1703
1713
|
};
|
|
1704
1714
|
events: {
|
|
1705
1715
|
click: {
|
|
@@ -1710,7 +1720,7 @@ export declare function load(): {
|
|
|
1710
1720
|
};
|
|
1711
1721
|
savingAsTemplate?: undefined;
|
|
1712
1722
|
pathParams?: undefined;
|
|
1713
|
-
|
|
1723
|
+
getVariablesFromTopics?: undefined;
|
|
1714
1724
|
saveDitaDropdown?: undefined;
|
|
1715
1725
|
deleteProjectPopup?: undefined;
|
|
1716
1726
|
};
|
|
@@ -1788,12 +1798,12 @@ export declare function load(): {
|
|
|
1788
1798
|
key: string;
|
|
1789
1799
|
name: string;
|
|
1790
1800
|
considerAttr: string;
|
|
1791
|
-
returnAsString?: undefined;
|
|
1792
1801
|
API?: undefined;
|
|
1793
1802
|
source?: undefined;
|
|
1794
1803
|
apiMethod?: undefined;
|
|
1795
1804
|
output_format?: undefined;
|
|
1796
1805
|
token?: undefined;
|
|
1806
|
+
callbackFn?: undefined;
|
|
1797
1807
|
filter?: undefined;
|
|
1798
1808
|
downloadZIP?: undefined;
|
|
1799
1809
|
copy?: undefined;
|
|
@@ -1807,6 +1817,8 @@ export declare function load(): {
|
|
|
1807
1817
|
path: string;
|
|
1808
1818
|
};
|
|
1809
1819
|
savingAsTemplate?: undefined;
|
|
1820
|
+
exportAsPDFPopup?: undefined;
|
|
1821
|
+
getVariablesFromTopics?: undefined;
|
|
1810
1822
|
};
|
|
1811
1823
|
events: {
|
|
1812
1824
|
click: {
|
|
@@ -1819,7 +1831,7 @@ export declare function load(): {
|
|
|
1819
1831
|
removeLoader: string;
|
|
1820
1832
|
};
|
|
1821
1833
|
savingAsTemplate?: undefined;
|
|
1822
|
-
|
|
1834
|
+
getVariablesFromTopics?: undefined;
|
|
1823
1835
|
saveDitaDropdown?: undefined;
|
|
1824
1836
|
deleteProjectPopup?: undefined;
|
|
1825
1837
|
};
|
|
@@ -1900,9 +1912,9 @@ export declare function load(): {
|
|
|
1900
1912
|
token: string;
|
|
1901
1913
|
considerAttr: string;
|
|
1902
1914
|
copy: string;
|
|
1903
|
-
returnAsString?: undefined;
|
|
1904
1915
|
API?: undefined;
|
|
1905
1916
|
exportingPDF?: undefined;
|
|
1917
|
+
callbackFn?: undefined;
|
|
1906
1918
|
filter?: undefined;
|
|
1907
1919
|
downloadZIP?: undefined;
|
|
1908
1920
|
getFile?: undefined;
|
|
@@ -1916,6 +1928,8 @@ export declare function load(): {
|
|
|
1916
1928
|
path: string;
|
|
1917
1929
|
};
|
|
1918
1930
|
savingAsTemplate?: undefined;
|
|
1931
|
+
exportAsPDFPopup?: undefined;
|
|
1932
|
+
getVariablesFromTopics?: undefined;
|
|
1919
1933
|
};
|
|
1920
1934
|
events: {
|
|
1921
1935
|
click: {
|
|
@@ -1928,7 +1942,7 @@ export declare function load(): {
|
|
|
1928
1942
|
removeLoader?: undefined;
|
|
1929
1943
|
};
|
|
1930
1944
|
savingAsTemplate?: undefined;
|
|
1931
|
-
|
|
1945
|
+
getVariablesFromTopics?: undefined;
|
|
1932
1946
|
saveDitaDropdown?: undefined;
|
|
1933
1947
|
deleteProjectPopup?: undefined;
|
|
1934
1948
|
};
|
|
@@ -2002,7 +2016,6 @@ export declare function load(): {
|
|
|
2002
2016
|
disabled: boolean;
|
|
2003
2017
|
type: string;
|
|
2004
2018
|
key: string;
|
|
2005
|
-
returnAsString?: undefined;
|
|
2006
2019
|
API?: undefined;
|
|
2007
2020
|
source?: undefined;
|
|
2008
2021
|
apiMethod?: undefined;
|
|
@@ -2011,6 +2024,7 @@ export declare function load(): {
|
|
|
2011
2024
|
output_format?: undefined;
|
|
2012
2025
|
token?: undefined;
|
|
2013
2026
|
considerAttr?: undefined;
|
|
2027
|
+
callbackFn?: undefined;
|
|
2014
2028
|
filter?: undefined;
|
|
2015
2029
|
downloadZIP?: undefined;
|
|
2016
2030
|
getFile?: undefined;
|
|
@@ -2023,6 +2037,8 @@ export declare function load(): {
|
|
|
2023
2037
|
};
|
|
2024
2038
|
savingAsTemplate?: undefined;
|
|
2025
2039
|
pathParams?: undefined;
|
|
2040
|
+
exportAsPDFPopup?: undefined;
|
|
2041
|
+
getVariablesFromTopics?: undefined;
|
|
2026
2042
|
};
|
|
2027
2043
|
events: {
|
|
2028
2044
|
click: {
|
|
@@ -2032,7 +2048,7 @@ export declare function load(): {
|
|
|
2032
2048
|
savingAsTemplate?: undefined;
|
|
2033
2049
|
pathParams?: undefined;
|
|
2034
2050
|
ditaContent?: undefined;
|
|
2035
|
-
|
|
2051
|
+
getVariablesFromTopics?: undefined;
|
|
2036
2052
|
deleteProjectPopup?: undefined;
|
|
2037
2053
|
};
|
|
2038
2054
|
};
|
|
@@ -2209,7 +2225,6 @@ export declare function load(): {
|
|
|
2209
2225
|
disabled: boolean;
|
|
2210
2226
|
type: string;
|
|
2211
2227
|
key: string;
|
|
2212
|
-
returnAsString?: undefined;
|
|
2213
2228
|
API?: undefined;
|
|
2214
2229
|
source?: undefined;
|
|
2215
2230
|
apiMethod?: undefined;
|
|
@@ -2218,6 +2233,7 @@ export declare function load(): {
|
|
|
2218
2233
|
output_format?: undefined;
|
|
2219
2234
|
token?: undefined;
|
|
2220
2235
|
considerAttr?: undefined;
|
|
2236
|
+
callbackFn?: undefined;
|
|
2221
2237
|
filter?: undefined;
|
|
2222
2238
|
downloadZIP?: undefined;
|
|
2223
2239
|
getFile?: undefined;
|
|
@@ -2230,6 +2246,8 @@ export declare function load(): {
|
|
|
2230
2246
|
};
|
|
2231
2247
|
savingAsTemplate?: undefined;
|
|
2232
2248
|
pathParams?: undefined;
|
|
2249
|
+
exportAsPDFPopup?: undefined;
|
|
2250
|
+
getVariablesFromTopics?: undefined;
|
|
2233
2251
|
};
|
|
2234
2252
|
events: {
|
|
2235
2253
|
click: {
|
|
@@ -2242,7 +2260,7 @@ export declare function load(): {
|
|
|
2242
2260
|
savingAsTemplate?: undefined;
|
|
2243
2261
|
pathParams?: undefined;
|
|
2244
2262
|
ditaContent?: undefined;
|
|
2245
|
-
|
|
2263
|
+
getVariablesFromTopics?: undefined;
|
|
2246
2264
|
};
|
|
2247
2265
|
};
|
|
2248
2266
|
};
|
|
@@ -3202,9 +3220,6 @@ export declare function load(): {
|
|
|
3202
3220
|
};
|
|
3203
3221
|
};
|
|
3204
3222
|
}[];
|
|
3205
|
-
source?: undefined;
|
|
3206
|
-
apiMethod?: undefined;
|
|
3207
|
-
token?: undefined;
|
|
3208
3223
|
};
|
|
3209
3224
|
bindings: {
|
|
3210
3225
|
state: {
|
|
@@ -3228,12 +3243,12 @@ export declare function load(): {
|
|
|
3228
3243
|
removeLoader: string;
|
|
3229
3244
|
getMapData: string;
|
|
3230
3245
|
moveTopicDown?: undefined;
|
|
3246
|
+
setDynamicData?: undefined;
|
|
3231
3247
|
};
|
|
3232
|
-
ditaContent?: undefined;
|
|
3233
|
-
highlightTopic?: undefined;
|
|
3234
3248
|
toggleTopicDetailsPanel?: undefined;
|
|
3235
3249
|
variableLists?: undefined;
|
|
3236
3250
|
selectedTopicFormData?: undefined;
|
|
3251
|
+
highlightTopic?: undefined;
|
|
3237
3252
|
};
|
|
3238
3253
|
};
|
|
3239
3254
|
};
|
|
@@ -3295,9 +3310,6 @@ export declare function load(): {
|
|
|
3295
3310
|
};
|
|
3296
3311
|
};
|
|
3297
3312
|
}[];
|
|
3298
|
-
source?: undefined;
|
|
3299
|
-
apiMethod?: undefined;
|
|
3300
|
-
token?: undefined;
|
|
3301
3313
|
};
|
|
3302
3314
|
bindings: {
|
|
3303
3315
|
state: {
|
|
@@ -3321,12 +3333,12 @@ export declare function load(): {
|
|
|
3321
3333
|
removeLoader: string;
|
|
3322
3334
|
getMapData: string;
|
|
3323
3335
|
moveTopicUp?: undefined;
|
|
3336
|
+
setDynamicData?: undefined;
|
|
3324
3337
|
};
|
|
3325
|
-
ditaContent?: undefined;
|
|
3326
|
-
highlightTopic?: undefined;
|
|
3327
3338
|
toggleTopicDetailsPanel?: undefined;
|
|
3328
3339
|
variableLists?: undefined;
|
|
3329
3340
|
selectedTopicFormData?: undefined;
|
|
3341
|
+
highlightTopic?: undefined;
|
|
3330
3342
|
};
|
|
3331
3343
|
};
|
|
3332
3344
|
};
|
|
@@ -3368,9 +3380,6 @@ export declare function load(): {
|
|
|
3368
3380
|
};
|
|
3369
3381
|
propertyKeyInAPIResponse: string;
|
|
3370
3382
|
props: {
|
|
3371
|
-
source: string;
|
|
3372
|
-
apiMethod: string;
|
|
3373
|
-
token: string;
|
|
3374
3383
|
API: {
|
|
3375
3384
|
apiUrl: string;
|
|
3376
3385
|
mode: string;
|
|
@@ -3408,26 +3417,29 @@ export declare function load(): {
|
|
|
3408
3417
|
};
|
|
3409
3418
|
events: {
|
|
3410
3419
|
click: {
|
|
3411
|
-
ditaContent: {
|
|
3412
|
-
getTopicContent: string;
|
|
3413
|
-
copy: {
|
|
3414
|
-
sourcePath: string;
|
|
3415
|
-
targetPath: string;
|
|
3416
|
-
};
|
|
3417
|
-
};
|
|
3418
|
-
highlightTopic: {
|
|
3419
|
-
setDynamicData: string;
|
|
3420
|
-
};
|
|
3421
3420
|
toggleTopicDetailsPanel: {
|
|
3422
3421
|
toggle: string;
|
|
3423
3422
|
};
|
|
3423
|
+
mapData: {
|
|
3424
|
+
setDynamicData: string;
|
|
3425
|
+
moveTopicUp?: undefined;
|
|
3426
|
+
getDitaXml?: undefined;
|
|
3427
|
+
addLoader?: undefined;
|
|
3428
|
+
fetchAPI?: undefined;
|
|
3429
|
+
multipleFetchAPI?: undefined;
|
|
3430
|
+
removeLoader?: undefined;
|
|
3431
|
+
getMapData?: undefined;
|
|
3432
|
+
moveTopicDown?: undefined;
|
|
3433
|
+
};
|
|
3424
3434
|
variableLists: {
|
|
3425
3435
|
fetchAPI: string;
|
|
3426
3436
|
};
|
|
3427
3437
|
selectedTopicFormData: {
|
|
3428
3438
|
setDynamicData: string;
|
|
3429
3439
|
};
|
|
3430
|
-
|
|
3440
|
+
highlightTopic: {
|
|
3441
|
+
setDynamicData: string;
|
|
3442
|
+
};
|
|
3431
3443
|
};
|
|
3432
3444
|
};
|
|
3433
3445
|
};
|
|
@@ -5098,7 +5110,6 @@ export declare function load(): {
|
|
|
5098
5110
|
type: string;
|
|
5099
5111
|
props: {
|
|
5100
5112
|
variant: string;
|
|
5101
|
-
uniqueIdKey: string;
|
|
5102
5113
|
addTimeStamp: string[];
|
|
5103
5114
|
requiredFields: string[];
|
|
5104
5115
|
value: {
|
|
@@ -5124,20 +5135,12 @@ export declare function load(): {
|
|
|
5124
5135
|
path: string;
|
|
5125
5136
|
initialValue: never[];
|
|
5126
5137
|
};
|
|
5127
|
-
mapData: {
|
|
5128
|
-
path: string;
|
|
5129
|
-
};
|
|
5130
5138
|
};
|
|
5131
5139
|
events: {
|
|
5132
5140
|
click: {
|
|
5133
5141
|
createTopicFormData: {
|
|
5134
5142
|
addLoader: string;
|
|
5135
|
-
createUniqueId: string;
|
|
5136
5143
|
addTimeStamp: string;
|
|
5137
|
-
increment: {
|
|
5138
|
-
sourcePath: string;
|
|
5139
|
-
targetPath: string;
|
|
5140
|
-
};
|
|
5141
5144
|
nextForm: string;
|
|
5142
5145
|
log: {
|
|
5143
5146
|
conditionalAction: {
|
|
@@ -5188,7 +5191,6 @@ export declare function load(): {
|
|
|
5188
5191
|
formType: string;
|
|
5189
5192
|
body: {
|
|
5190
5193
|
mapPayload: {
|
|
5191
|
-
id: string;
|
|
5192
5194
|
placeholders: never[];
|
|
5193
5195
|
type: string;
|
|
5194
5196
|
userId: string;
|
|
@@ -5199,6 +5201,7 @@ export declare function load(): {
|
|
|
5199
5201
|
contentIds: never[];
|
|
5200
5202
|
description: string;
|
|
5201
5203
|
version: string;
|
|
5204
|
+
updatedAt: string;
|
|
5202
5205
|
createdAt: string;
|
|
5203
5206
|
};
|
|
5204
5207
|
mapId: string;
|
|
@@ -5226,7 +5229,6 @@ export declare function load(): {
|
|
|
5226
5229
|
formType: string;
|
|
5227
5230
|
body: {
|
|
5228
5231
|
mapPayload: {
|
|
5229
|
-
id: string;
|
|
5230
5232
|
placeholders: never[];
|
|
5231
5233
|
type: string;
|
|
5232
5234
|
userId: string;
|
|
@@ -5237,8 +5239,8 @@ export declare function load(): {
|
|
|
5237
5239
|
contentIds: never[];
|
|
5238
5240
|
description: string;
|
|
5239
5241
|
version: string;
|
|
5240
|
-
createdAt: string;
|
|
5241
5242
|
updatedAt: string;
|
|
5243
|
+
createdAt: string;
|
|
5242
5244
|
};
|
|
5243
5245
|
};
|
|
5244
5246
|
};
|
|
@@ -5331,7 +5333,6 @@ export declare function load(): {
|
|
|
5331
5333
|
props: {
|
|
5332
5334
|
size: string;
|
|
5333
5335
|
variant?: undefined;
|
|
5334
|
-
uniqueIdKey?: undefined;
|
|
5335
5336
|
addTimeStamp?: undefined;
|
|
5336
5337
|
requiredFields?: undefined;
|
|
5337
5338
|
value?: undefined;
|
|
@@ -5778,7 +5779,6 @@ export declare function load(): {
|
|
|
5778
5779
|
ditaStateName: string;
|
|
5779
5780
|
ditaStatePath: string;
|
|
5780
5781
|
addTimeStamp: string[];
|
|
5781
|
-
returnAsString: boolean;
|
|
5782
5782
|
};
|
|
5783
5783
|
bindings: {
|
|
5784
5784
|
state: {
|
|
@@ -5819,14 +5819,7 @@ export declare function load(): {
|
|
|
5819
5819
|
sourcPath: string;
|
|
5820
5820
|
targetPath: string;
|
|
5821
5821
|
};
|
|
5822
|
-
|
|
5823
|
-
sourcePath: string;
|
|
5824
|
-
targetPath: string;
|
|
5825
|
-
};
|
|
5826
|
-
addTimeStamp: {
|
|
5827
|
-
sourcePath: string;
|
|
5828
|
-
targetPath: string;
|
|
5829
|
-
};
|
|
5822
|
+
addTimeStamp: string;
|
|
5830
5823
|
fetchAPI: {
|
|
5831
5824
|
sourcePath: string;
|
|
5832
5825
|
targetPath: string;
|
|
@@ -5836,25 +5829,12 @@ export declare function load(): {
|
|
|
5836
5829
|
method: string;
|
|
5837
5830
|
token: string;
|
|
5838
5831
|
body: {
|
|
5839
|
-
|
|
5832
|
+
primarykeyEnable: boolean;
|
|
5840
5833
|
data: {
|
|
5841
5834
|
id: string;
|
|
5842
|
-
placeholders: string;
|
|
5843
|
-
description: string;
|
|
5844
|
-
type: string;
|
|
5845
|
-
templateId: string;
|
|
5846
5835
|
content: string;
|
|
5847
|
-
contextIds: string;
|
|
5848
|
-
userId: string;
|
|
5849
|
-
tags: string;
|
|
5850
|
-
isTemplate: string;
|
|
5851
|
-
name: string;
|
|
5852
|
-
contentIds: string;
|
|
5853
|
-
projectId: string;
|
|
5854
|
-
version: string;
|
|
5855
|
-
createdAt: string;
|
|
5856
5836
|
updatedAt: string;
|
|
5857
|
-
}
|
|
5837
|
+
};
|
|
5858
5838
|
};
|
|
5859
5839
|
};
|
|
5860
5840
|
};
|
|
@@ -6532,7 +6512,10 @@ export declare function load(): {
|
|
|
6532
6512
|
"alt-text": string;
|
|
6533
6513
|
name: string;
|
|
6534
6514
|
type: string;
|
|
6535
|
-
props: {
|
|
6515
|
+
props: {
|
|
6516
|
+
API?: undefined;
|
|
6517
|
+
component?: undefined;
|
|
6518
|
+
};
|
|
6536
6519
|
styles: string;
|
|
6537
6520
|
value: string;
|
|
6538
6521
|
children: ({
|
|
@@ -6609,6 +6592,7 @@ export declare function load(): {
|
|
|
6609
6592
|
bindings?: undefined;
|
|
6610
6593
|
value?: undefined;
|
|
6611
6594
|
})[];
|
|
6595
|
+
bindings?: undefined;
|
|
6612
6596
|
} | {
|
|
6613
6597
|
id: string;
|
|
6614
6598
|
role: string;
|
|
@@ -6617,7 +6601,10 @@ export declare function load(): {
|
|
|
6617
6601
|
"alt-text": string;
|
|
6618
6602
|
name: string;
|
|
6619
6603
|
type: string;
|
|
6620
|
-
props: {
|
|
6604
|
+
props: {
|
|
6605
|
+
API?: undefined;
|
|
6606
|
+
component?: undefined;
|
|
6607
|
+
};
|
|
6621
6608
|
styles: string;
|
|
6622
6609
|
value: string;
|
|
6623
6610
|
children: ({
|
|
@@ -6862,6 +6849,7 @@ export declare function load(): {
|
|
|
6862
6849
|
}[];
|
|
6863
6850
|
bindings?: undefined;
|
|
6864
6851
|
})[];
|
|
6852
|
+
bindings?: undefined;
|
|
6865
6853
|
} | {
|
|
6866
6854
|
id: string;
|
|
6867
6855
|
role: string;
|
|
@@ -6870,40 +6858,29 @@ export declare function load(): {
|
|
|
6870
6858
|
"alt-text": string;
|
|
6871
6859
|
name: string;
|
|
6872
6860
|
type: string;
|
|
6873
|
-
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
|
|
6877
|
-
|
|
6878
|
-
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
6882
|
-
styles: string;
|
|
6883
|
-
value: string;
|
|
6884
|
-
props?: undefined;
|
|
6885
|
-
bindings?: undefined;
|
|
6886
|
-
children?: undefined;
|
|
6887
|
-
} | {
|
|
6888
|
-
id: string;
|
|
6889
|
-
role: string;
|
|
6890
|
-
version: string;
|
|
6891
|
-
lang: string;
|
|
6892
|
-
"alt-text": string;
|
|
6893
|
-
name: string;
|
|
6894
|
-
type: string;
|
|
6895
|
-
props: {
|
|
6896
|
-
API: {
|
|
6897
|
-
apiUrl: string;
|
|
6898
|
-
token: string;
|
|
6899
|
-
method: string;
|
|
6900
|
-
mode: string;
|
|
6901
|
-
formType: string;
|
|
6902
|
-
body: {
|
|
6903
|
-
id: string;
|
|
6904
|
-
};
|
|
6861
|
+
props: {
|
|
6862
|
+
API: {
|
|
6863
|
+
apiUrl: string;
|
|
6864
|
+
token: string;
|
|
6865
|
+
method: string;
|
|
6866
|
+
mode: string;
|
|
6867
|
+
formType: string;
|
|
6868
|
+
body: {
|
|
6869
|
+
id: string;
|
|
6905
6870
|
};
|
|
6906
|
-
|
|
6871
|
+
};
|
|
6872
|
+
component: {
|
|
6873
|
+
id: string;
|
|
6874
|
+
role: string;
|
|
6875
|
+
version: string;
|
|
6876
|
+
lang: string;
|
|
6877
|
+
"alt-text": string;
|
|
6878
|
+
name: string;
|
|
6879
|
+
type: string;
|
|
6880
|
+
props: {};
|
|
6881
|
+
styles: string;
|
|
6882
|
+
value: string;
|
|
6883
|
+
children: ({
|
|
6907
6884
|
id: string;
|
|
6908
6885
|
role: string;
|
|
6909
6886
|
version: string;
|
|
@@ -6911,7 +6888,6 @@ export declare function load(): {
|
|
|
6911
6888
|
"alt-text": string;
|
|
6912
6889
|
name: string;
|
|
6913
6890
|
type: string;
|
|
6914
|
-
props: {};
|
|
6915
6891
|
styles: string;
|
|
6916
6892
|
value: string;
|
|
6917
6893
|
children: ({
|
|
@@ -6922,6 +6898,23 @@ export declare function load(): {
|
|
|
6922
6898
|
"alt-text": string;
|
|
6923
6899
|
name: string;
|
|
6924
6900
|
type: string;
|
|
6901
|
+
props: {
|
|
6902
|
+
src: string;
|
|
6903
|
+
};
|
|
6904
|
+
styles: string;
|
|
6905
|
+
value: string;
|
|
6906
|
+
children: never[];
|
|
6907
|
+
} | {
|
|
6908
|
+
id: string;
|
|
6909
|
+
role: string;
|
|
6910
|
+
version: string;
|
|
6911
|
+
lang: string;
|
|
6912
|
+
"alt-text": string;
|
|
6913
|
+
name: string;
|
|
6914
|
+
type: string;
|
|
6915
|
+
props: {
|
|
6916
|
+
src?: undefined;
|
|
6917
|
+
};
|
|
6925
6918
|
styles: string;
|
|
6926
6919
|
value: string;
|
|
6927
6920
|
children: ({
|
|
@@ -6932,8 +6925,9 @@ export declare function load(): {
|
|
|
6932
6925
|
"alt-text": string;
|
|
6933
6926
|
name: string;
|
|
6934
6927
|
type: string;
|
|
6935
|
-
props: {
|
|
6936
|
-
|
|
6928
|
+
props: {};
|
|
6929
|
+
dynamicProps: {
|
|
6930
|
+
value: string;
|
|
6937
6931
|
};
|
|
6938
6932
|
styles: string;
|
|
6939
6933
|
value: string;
|
|
@@ -6946,260 +6940,191 @@ export declare function load(): {
|
|
|
6946
6940
|
"alt-text": string;
|
|
6947
6941
|
name: string;
|
|
6948
6942
|
type: string;
|
|
6949
|
-
props: {
|
|
6950
|
-
src?: undefined;
|
|
6951
|
-
};
|
|
6943
|
+
props: {};
|
|
6952
6944
|
styles: string;
|
|
6953
6945
|
value: string;
|
|
6954
|
-
children:
|
|
6955
|
-
|
|
6956
|
-
role: string;
|
|
6957
|
-
version: string;
|
|
6958
|
-
lang: string;
|
|
6959
|
-
"alt-text": string;
|
|
6960
|
-
name: string;
|
|
6961
|
-
type: string;
|
|
6962
|
-
props: {};
|
|
6963
|
-
dynamicProps: {
|
|
6964
|
-
value: string;
|
|
6965
|
-
};
|
|
6966
|
-
styles: string;
|
|
6967
|
-
value: string;
|
|
6968
|
-
children: never[];
|
|
6969
|
-
} | {
|
|
6970
|
-
id: string;
|
|
6971
|
-
role: string;
|
|
6972
|
-
version: string;
|
|
6973
|
-
lang: string;
|
|
6974
|
-
"alt-text": string;
|
|
6975
|
-
name: string;
|
|
6976
|
-
type: string;
|
|
6977
|
-
props: {};
|
|
6978
|
-
styles: string;
|
|
6979
|
-
value: string;
|
|
6980
|
-
children: never[];
|
|
6981
|
-
dynamicProps?: undefined;
|
|
6982
|
-
})[];
|
|
6946
|
+
children: never[];
|
|
6947
|
+
dynamicProps?: undefined;
|
|
6983
6948
|
})[];
|
|
6984
|
-
|
|
6985
|
-
|
|
6986
|
-
|
|
6987
|
-
|
|
6988
|
-
|
|
6989
|
-
|
|
6990
|
-
|
|
6991
|
-
|
|
6992
|
-
|
|
6993
|
-
|
|
6994
|
-
|
|
6995
|
-
|
|
6996
|
-
|
|
6997
|
-
|
|
6998
|
-
|
|
6999
|
-
|
|
7000
|
-
|
|
7001
|
-
Data?: undefined;
|
|
7002
|
-
};
|
|
7003
|
-
styles: string;
|
|
6949
|
+
})[];
|
|
6950
|
+
props?: undefined;
|
|
6951
|
+
dynamicProps?: undefined;
|
|
6952
|
+
bindings?: undefined;
|
|
6953
|
+
} | {
|
|
6954
|
+
id: string;
|
|
6955
|
+
role: string;
|
|
6956
|
+
version: string;
|
|
6957
|
+
lang: string;
|
|
6958
|
+
"alt-text": string;
|
|
6959
|
+
name: string;
|
|
6960
|
+
type: string;
|
|
6961
|
+
props: {
|
|
6962
|
+
component?: undefined;
|
|
6963
|
+
class?: undefined;
|
|
6964
|
+
};
|
|
6965
|
+
dynamicProps: {
|
|
7004
6966
|
value: string;
|
|
7005
|
-
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
-
|
|
7009
|
-
|
|
7010
|
-
|
|
7011
|
-
|
|
7012
|
-
|
|
7013
|
-
|
|
7014
|
-
|
|
7015
|
-
|
|
7016
|
-
|
|
7017
|
-
|
|
7018
|
-
|
|
7019
|
-
|
|
7020
|
-
|
|
7021
|
-
|
|
7022
|
-
|
|
7023
|
-
|
|
7024
|
-
|
|
7025
|
-
|
|
7026
|
-
|
|
7027
|
-
|
|
7028
|
-
|
|
6967
|
+
Data?: undefined;
|
|
6968
|
+
};
|
|
6969
|
+
styles: string;
|
|
6970
|
+
value: string;
|
|
6971
|
+
children: never[];
|
|
6972
|
+
bindings?: undefined;
|
|
6973
|
+
} | {
|
|
6974
|
+
id: string;
|
|
6975
|
+
role: string;
|
|
6976
|
+
version: string;
|
|
6977
|
+
lang: string;
|
|
6978
|
+
"alt-text": string;
|
|
6979
|
+
name: string;
|
|
6980
|
+
type: string;
|
|
6981
|
+
props: {
|
|
6982
|
+
component: {
|
|
6983
|
+
id: string;
|
|
6984
|
+
role: string;
|
|
6985
|
+
version: string;
|
|
6986
|
+
lang: string;
|
|
6987
|
+
"alt-text": string;
|
|
6988
|
+
name: string;
|
|
6989
|
+
type: string;
|
|
6990
|
+
props: {};
|
|
6991
|
+
dynamicProps: {
|
|
7029
6992
|
value: string;
|
|
7030
|
-
children: never[];
|
|
7031
6993
|
};
|
|
7032
|
-
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
Data: string;
|
|
7036
|
-
value?: undefined;
|
|
6994
|
+
styles: string;
|
|
6995
|
+
value: string;
|
|
6996
|
+
children: never[];
|
|
7037
6997
|
};
|
|
7038
|
-
|
|
7039
|
-
|
|
7040
|
-
|
|
7041
|
-
|
|
7042
|
-
|
|
7043
|
-
|
|
7044
|
-
|
|
7045
|
-
|
|
6998
|
+
class?: undefined;
|
|
6999
|
+
};
|
|
7000
|
+
dynamicProps: {
|
|
7001
|
+
Data: string;
|
|
7002
|
+
value?: undefined;
|
|
7003
|
+
};
|
|
7004
|
+
styles: string;
|
|
7005
|
+
value: string;
|
|
7006
|
+
bindings: {
|
|
7007
|
+
events: {
|
|
7008
|
+
onload: {
|
|
7009
|
+
actions: {
|
|
7010
|
+
loop: string;
|
|
7046
7011
|
};
|
|
7047
7012
|
};
|
|
7048
7013
|
};
|
|
7049
|
-
|
|
7050
|
-
|
|
7014
|
+
};
|
|
7015
|
+
children: never[];
|
|
7016
|
+
} | {
|
|
7017
|
+
type: string;
|
|
7018
|
+
props: {
|
|
7019
|
+
class: string;
|
|
7020
|
+
component?: undefined;
|
|
7021
|
+
};
|
|
7022
|
+
children: ({
|
|
7051
7023
|
type: string;
|
|
7052
7024
|
props: {
|
|
7053
7025
|
class: string;
|
|
7054
|
-
component?: undefined;
|
|
7055
7026
|
};
|
|
7056
7027
|
children: ({
|
|
7057
7028
|
type: string;
|
|
7058
7029
|
props: {
|
|
7030
|
+
alt: string;
|
|
7031
|
+
src: string;
|
|
7059
7032
|
class: string;
|
|
7060
7033
|
};
|
|
7061
|
-
|
|
7062
|
-
|
|
7063
|
-
|
|
7064
|
-
alt: string;
|
|
7065
|
-
src: string;
|
|
7066
|
-
class: string;
|
|
7067
|
-
};
|
|
7068
|
-
dynamicProps?: undefined;
|
|
7069
|
-
styles?: undefined;
|
|
7070
|
-
value?: undefined;
|
|
7071
|
-
} | {
|
|
7072
|
-
type: string;
|
|
7073
|
-
props: {
|
|
7074
|
-
alt?: undefined;
|
|
7075
|
-
src?: undefined;
|
|
7076
|
-
class?: undefined;
|
|
7077
|
-
};
|
|
7078
|
-
dynamicProps: {
|
|
7079
|
-
value: string;
|
|
7080
|
-
};
|
|
7081
|
-
styles: string;
|
|
7082
|
-
value: string;
|
|
7083
|
-
})[];
|
|
7034
|
+
dynamicProps?: undefined;
|
|
7035
|
+
styles?: undefined;
|
|
7036
|
+
value?: undefined;
|
|
7084
7037
|
} | {
|
|
7038
|
+
type: string;
|
|
7039
|
+
props: {
|
|
7040
|
+
alt?: undefined;
|
|
7041
|
+
src?: undefined;
|
|
7042
|
+
class?: undefined;
|
|
7043
|
+
};
|
|
7044
|
+
dynamicProps: {
|
|
7045
|
+
value: string;
|
|
7046
|
+
};
|
|
7047
|
+
styles: string;
|
|
7048
|
+
value: string;
|
|
7049
|
+
})[];
|
|
7050
|
+
} | {
|
|
7051
|
+
type: string;
|
|
7052
|
+
props: {
|
|
7053
|
+
class: string;
|
|
7054
|
+
};
|
|
7055
|
+
children: {
|
|
7085
7056
|
type: string;
|
|
7086
7057
|
props: {
|
|
7087
7058
|
class: string;
|
|
7059
|
+
dates: {
|
|
7060
|
+
path: string;
|
|
7061
|
+
format: string;
|
|
7062
|
+
}[];
|
|
7063
|
+
};
|
|
7064
|
+
bindings: {
|
|
7065
|
+
events: {
|
|
7066
|
+
onload: {
|
|
7067
|
+
allContexts: {
|
|
7068
|
+
getFomattedDateAndTime: string;
|
|
7069
|
+
};
|
|
7070
|
+
};
|
|
7071
|
+
};
|
|
7088
7072
|
};
|
|
7073
|
+
value: string;
|
|
7089
7074
|
children: {
|
|
7090
7075
|
type: string;
|
|
7091
7076
|
props: {
|
|
7092
7077
|
class: string;
|
|
7093
|
-
dates: {
|
|
7094
|
-
path: string;
|
|
7095
|
-
format: string;
|
|
7096
|
-
}[];
|
|
7097
|
-
};
|
|
7098
|
-
bindings: {
|
|
7099
|
-
events: {
|
|
7100
|
-
onload: {
|
|
7101
|
-
allContexts: {
|
|
7102
|
-
getFomattedDateAndTime: string;
|
|
7103
|
-
};
|
|
7104
|
-
};
|
|
7105
|
-
};
|
|
7106
7078
|
};
|
|
7107
7079
|
value: string;
|
|
7108
|
-
children: {
|
|
7109
|
-
type: string;
|
|
7110
|
-
props: {
|
|
7111
|
-
class: string;
|
|
7112
|
-
};
|
|
7113
|
-
value: string;
|
|
7114
|
-
}[];
|
|
7115
7080
|
}[];
|
|
7116
|
-
}
|
|
7117
|
-
id?: undefined;
|
|
7118
|
-
role?: undefined;
|
|
7119
|
-
version?: undefined;
|
|
7120
|
-
lang?: undefined;
|
|
7121
|
-
"alt-text"?: undefined;
|
|
7122
|
-
name?: undefined;
|
|
7123
|
-
styles?: undefined;
|
|
7124
|
-
value?: undefined;
|
|
7125
|
-
dynamicProps?: undefined;
|
|
7126
|
-
bindings?: undefined;
|
|
7081
|
+
}[];
|
|
7127
7082
|
})[];
|
|
7083
|
+
id?: undefined;
|
|
7084
|
+
role?: undefined;
|
|
7085
|
+
version?: undefined;
|
|
7086
|
+
lang?: undefined;
|
|
7087
|
+
"alt-text"?: undefined;
|
|
7088
|
+
name?: undefined;
|
|
7089
|
+
styles?: undefined;
|
|
7090
|
+
value?: undefined;
|
|
7091
|
+
dynamicProps?: undefined;
|
|
7092
|
+
bindings?: undefined;
|
|
7093
|
+
})[];
|
|
7094
|
+
};
|
|
7095
|
+
};
|
|
7096
|
+
bindings: {
|
|
7097
|
+
state: {
|
|
7098
|
+
toggleTopicDetailsPanel: {
|
|
7099
|
+
path: string;
|
|
7128
7100
|
};
|
|
7129
|
-
condition?: undefined;
|
|
7130
|
-
cssClasses?: undefined;
|
|
7131
7101
|
};
|
|
7132
|
-
|
|
7133
|
-
|
|
7102
|
+
events: {
|
|
7103
|
+
onStateChangeActions: {
|
|
7134
7104
|
toggleTopicDetailsPanel: {
|
|
7135
|
-
|
|
7136
|
-
|
|
7137
|
-
|
|
7138
|
-
|
|
7139
|
-
|
|
7140
|
-
|
|
7141
|
-
|
|
7142
|
-
|
|
7143
|
-
|
|
7144
|
-
logicalOperator: string;
|
|
7145
|
-
trueAction: {
|
|
7146
|
-
addLoader: string;
|
|
7147
|
-
fetchAPI: {
|
|
7148
|
-
sourcePath: string;
|
|
7149
|
-
targetPath: string;
|
|
7150
|
-
};
|
|
7151
|
-
loop: string;
|
|
7152
|
-
removeLoader: string;
|
|
7105
|
+
log: {
|
|
7106
|
+
conditionalAction: {
|
|
7107
|
+
conditions: string[];
|
|
7108
|
+
logicalOperator: string;
|
|
7109
|
+
trueAction: {
|
|
7110
|
+
addLoader: string;
|
|
7111
|
+
fetchAPI: {
|
|
7112
|
+
sourcePath: string;
|
|
7113
|
+
targetPath: string;
|
|
7153
7114
|
};
|
|
7154
|
-
|
|
7115
|
+
loop: string;
|
|
7116
|
+
removeLoader: string;
|
|
7155
7117
|
};
|
|
7118
|
+
falseAction: {};
|
|
7156
7119
|
};
|
|
7157
|
-
conditionalCss?: undefined;
|
|
7158
|
-
};
|
|
7159
|
-
};
|
|
7160
|
-
};
|
|
7161
|
-
};
|
|
7162
|
-
styles: string;
|
|
7163
|
-
value: string;
|
|
7164
|
-
children: never[];
|
|
7165
|
-
} | {
|
|
7166
|
-
id: string;
|
|
7167
|
-
role: string;
|
|
7168
|
-
version: string;
|
|
7169
|
-
lang: string;
|
|
7170
|
-
"alt-text": string;
|
|
7171
|
-
name: string;
|
|
7172
|
-
type: string;
|
|
7173
|
-
props: {
|
|
7174
|
-
condition: string;
|
|
7175
|
-
cssClasses: {
|
|
7176
|
-
trueClass: string;
|
|
7177
|
-
falseClass: string;
|
|
7178
|
-
};
|
|
7179
|
-
API?: undefined;
|
|
7180
|
-
component?: undefined;
|
|
7181
|
-
};
|
|
7182
|
-
bindings: {
|
|
7183
|
-
state: {
|
|
7184
|
-
toggleTopicDetailsPanel: {
|
|
7185
|
-
path: string;
|
|
7186
|
-
};
|
|
7187
|
-
};
|
|
7188
|
-
events: {
|
|
7189
|
-
onStateChangeActions: {
|
|
7190
|
-
toggleTopicDetailsPanel: {
|
|
7191
|
-
conditionalCss: string;
|
|
7192
|
-
log?: undefined;
|
|
7193
7120
|
};
|
|
7194
7121
|
};
|
|
7195
7122
|
};
|
|
7196
7123
|
};
|
|
7197
|
-
|
|
7198
|
-
|
|
7199
|
-
|
|
7200
|
-
|
|
7201
|
-
props?: undefined;
|
|
7202
|
-
value?: undefined;
|
|
7124
|
+
};
|
|
7125
|
+
styles: string;
|
|
7126
|
+
value: string;
|
|
7127
|
+
children: never[];
|
|
7203
7128
|
} | {
|
|
7204
7129
|
id: string;
|
|
7205
7130
|
role: string;
|
|
@@ -7208,7 +7133,10 @@ export declare function load(): {
|
|
|
7208
7133
|
"alt-text": string;
|
|
7209
7134
|
name: string;
|
|
7210
7135
|
type: string;
|
|
7211
|
-
props: {
|
|
7136
|
+
props: {
|
|
7137
|
+
API?: undefined;
|
|
7138
|
+
component?: undefined;
|
|
7139
|
+
};
|
|
7212
7140
|
styles: string;
|
|
7213
7141
|
value: string;
|
|
7214
7142
|
children: ({
|
|
@@ -7262,6 +7190,7 @@ export declare function load(): {
|
|
|
7262
7190
|
value: string;
|
|
7263
7191
|
children: never[];
|
|
7264
7192
|
})[];
|
|
7193
|
+
bindings?: undefined;
|
|
7265
7194
|
})[];
|
|
7266
7195
|
bindings?: undefined;
|
|
7267
7196
|
} | {
|
|
@@ -8361,24 +8290,13 @@ export declare function load(): {
|
|
|
8361
8290
|
token: string;
|
|
8362
8291
|
method: string;
|
|
8363
8292
|
body: {
|
|
8364
|
-
|
|
8293
|
+
primarykeyEnable: boolean;
|
|
8365
8294
|
data: {
|
|
8366
8295
|
id: string;
|
|
8367
8296
|
name: string;
|
|
8368
8297
|
description: string;
|
|
8369
|
-
type: string;
|
|
8370
|
-
templateId: string;
|
|
8371
|
-
content: string;
|
|
8372
|
-
contextIds: string;
|
|
8373
|
-
userId: string;
|
|
8374
|
-
tags: string;
|
|
8375
|
-
isTemplate: string;
|
|
8376
|
-
projectId: string;
|
|
8377
|
-
placeholders: string;
|
|
8378
8298
|
version: string;
|
|
8379
|
-
|
|
8380
|
-
updatedAt: string;
|
|
8381
|
-
}[];
|
|
8299
|
+
};
|
|
8382
8300
|
};
|
|
8383
8301
|
toaster: {
|
|
8384
8302
|
toastValue: string;
|
|
@@ -8390,11 +8308,6 @@ export declare function load(): {
|
|
|
8390
8308
|
};
|
|
8391
8309
|
};
|
|
8392
8310
|
requiredFields: string[];
|
|
8393
|
-
source: string;
|
|
8394
|
-
apiMethod: string;
|
|
8395
|
-
token: string;
|
|
8396
|
-
id: string;
|
|
8397
|
-
returnAsString: boolean;
|
|
8398
8311
|
};
|
|
8399
8312
|
bindings: {
|
|
8400
8313
|
state: {
|
|
@@ -8404,17 +8317,8 @@ export declare function load(): {
|
|
|
8404
8317
|
};
|
|
8405
8318
|
events: {
|
|
8406
8319
|
click: {
|
|
8407
|
-
action: {
|
|
8408
|
-
increment: {
|
|
8409
|
-
sourcePath: string;
|
|
8410
|
-
targetPath: string;
|
|
8411
|
-
};
|
|
8412
|
-
addTimeStamp: {
|
|
8413
|
-
sourcePath: string;
|
|
8414
|
-
targetPath: string;
|
|
8415
|
-
};
|
|
8416
|
-
};
|
|
8417
8320
|
selectedTopicFormData: {
|
|
8321
|
+
addTimeStamp: string;
|
|
8418
8322
|
addLoader: string;
|
|
8419
8323
|
nextForm: string;
|
|
8420
8324
|
fetchAPI: string;
|
|
@@ -8422,10 +8326,6 @@ export declare function load(): {
|
|
|
8422
8326
|
};
|
|
8423
8327
|
ditaContent: {
|
|
8424
8328
|
getTopicContent: string;
|
|
8425
|
-
copy: {
|
|
8426
|
-
sourcePath: string;
|
|
8427
|
-
targetPath: string;
|
|
8428
|
-
};
|
|
8429
8329
|
};
|
|
8430
8330
|
};
|
|
8431
8331
|
};
|
|
@@ -8447,11 +8347,6 @@ export declare function load(): {
|
|
|
8447
8347
|
addTimeStamp?: undefined;
|
|
8448
8348
|
API?: undefined;
|
|
8449
8349
|
requiredFields?: undefined;
|
|
8450
|
-
source?: undefined;
|
|
8451
|
-
apiMethod?: undefined;
|
|
8452
|
-
token?: undefined;
|
|
8453
|
-
id?: undefined;
|
|
8454
|
-
returnAsString?: undefined;
|
|
8455
8350
|
};
|
|
8456
8351
|
bindings: {
|
|
8457
8352
|
state: string;
|
|
@@ -14077,6 +13972,8 @@ export declare function load(): {
|
|
|
14077
13972
|
highlightTopic?: undefined;
|
|
14078
13973
|
variableLists?: undefined;
|
|
14079
13974
|
togglePdfPreviewPopup?: undefined;
|
|
13975
|
+
exportAsPDFPopup?: undefined;
|
|
13976
|
+
exportAsPDFThemePopup?: undefined;
|
|
14080
13977
|
};
|
|
14081
13978
|
events?: undefined;
|
|
14082
13979
|
};
|
|
@@ -14150,8 +14047,11 @@ export declare function load(): {
|
|
|
14150
14047
|
method: string;
|
|
14151
14048
|
token: string;
|
|
14152
14049
|
body: {
|
|
14153
|
-
|
|
14154
|
-
|
|
14050
|
+
dbType: string;
|
|
14051
|
+
filter: {
|
|
14052
|
+
projectId: string;
|
|
14053
|
+
type: string;
|
|
14054
|
+
};
|
|
14155
14055
|
};
|
|
14156
14056
|
};
|
|
14157
14057
|
loopOver: string;
|
|
@@ -14167,7 +14067,7 @@ export declare function load(): {
|
|
|
14167
14067
|
mapDataStateName: string;
|
|
14168
14068
|
pathToMapContent: string;
|
|
14169
14069
|
apiUrl: string;
|
|
14170
|
-
|
|
14070
|
+
method: string;
|
|
14171
14071
|
token: string;
|
|
14172
14072
|
routingEnabled: boolean;
|
|
14173
14073
|
watchLevel: number;
|
|
@@ -14549,6 +14449,8 @@ export declare function load(): {
|
|
|
14549
14449
|
highlightTopic?: undefined;
|
|
14550
14450
|
variableLists?: undefined;
|
|
14551
14451
|
isReusableTopicPopupOpened?: undefined;
|
|
14452
|
+
exportAsPDFPopup?: undefined;
|
|
14453
|
+
exportAsPDFThemePopup?: undefined;
|
|
14552
14454
|
};
|
|
14553
14455
|
events?: undefined;
|
|
14554
14456
|
};
|
|
@@ -14591,7 +14493,10 @@ export declare function load(): {
|
|
|
14591
14493
|
styles: string;
|
|
14592
14494
|
bindings: {
|
|
14593
14495
|
state: {
|
|
14594
|
-
togglePdfPreviewPopup:
|
|
14496
|
+
togglePdfPreviewPopup: {
|
|
14497
|
+
path: string;
|
|
14498
|
+
initialValue: boolean;
|
|
14499
|
+
};
|
|
14595
14500
|
};
|
|
14596
14501
|
events: {
|
|
14597
14502
|
click: {
|
|
@@ -14630,5 +14535,617 @@ export declare function load(): {
|
|
|
14630
14535
|
version?: undefined;
|
|
14631
14536
|
lang?: undefined;
|
|
14632
14537
|
"alt-text"?: undefined;
|
|
14538
|
+
} | {
|
|
14539
|
+
id: string;
|
|
14540
|
+
name: string;
|
|
14541
|
+
type: string;
|
|
14542
|
+
props: {
|
|
14543
|
+
defaultOpen?: undefined;
|
|
14544
|
+
showProgressBar?: undefined;
|
|
14545
|
+
autoHideWithIn?: undefined;
|
|
14546
|
+
toastValue?: undefined;
|
|
14547
|
+
dismissable?: undefined;
|
|
14548
|
+
value?: undefined;
|
|
14549
|
+
API?: undefined;
|
|
14550
|
+
destructurePath?: undefined;
|
|
14551
|
+
APIs?: undefined;
|
|
14552
|
+
getSharedFolder?: undefined;
|
|
14553
|
+
source?: undefined;
|
|
14554
|
+
apiMethod?: undefined;
|
|
14555
|
+
token?: undefined;
|
|
14556
|
+
type?: undefined;
|
|
14557
|
+
position?: undefined;
|
|
14558
|
+
storeListen?: undefined;
|
|
14559
|
+
size?: undefined;
|
|
14560
|
+
};
|
|
14561
|
+
styles: string;
|
|
14562
|
+
value: string;
|
|
14563
|
+
bindings: {
|
|
14564
|
+
state: {
|
|
14565
|
+
exportAsPDFPopup: {
|
|
14566
|
+
path: string;
|
|
14567
|
+
};
|
|
14568
|
+
mapData?: undefined;
|
|
14569
|
+
cssContent?: undefined;
|
|
14570
|
+
javascriptContent?: undefined;
|
|
14571
|
+
pathParams?: undefined;
|
|
14572
|
+
highlightTopic?: undefined;
|
|
14573
|
+
variableLists?: undefined;
|
|
14574
|
+
isReusableTopicPopupOpened?: undefined;
|
|
14575
|
+
togglePdfPreviewPopup?: undefined;
|
|
14576
|
+
exportAsPDFThemePopup?: undefined;
|
|
14577
|
+
};
|
|
14578
|
+
events?: undefined;
|
|
14579
|
+
};
|
|
14580
|
+
children: {
|
|
14581
|
+
id: string;
|
|
14582
|
+
name: string;
|
|
14583
|
+
type: string;
|
|
14584
|
+
props: {};
|
|
14585
|
+
styles: string;
|
|
14586
|
+
value: string;
|
|
14587
|
+
children: ({
|
|
14588
|
+
id: string;
|
|
14589
|
+
name: string;
|
|
14590
|
+
type: string;
|
|
14591
|
+
props: {
|
|
14592
|
+
disabled?: undefined;
|
|
14593
|
+
type?: undefined;
|
|
14594
|
+
exportingPDF?: undefined;
|
|
14595
|
+
key?: undefined;
|
|
14596
|
+
name?: undefined;
|
|
14597
|
+
output_format?: undefined;
|
|
14598
|
+
input?: undefined;
|
|
14599
|
+
version?: undefined;
|
|
14600
|
+
source?: undefined;
|
|
14601
|
+
apiMethod?: undefined;
|
|
14602
|
+
token?: undefined;
|
|
14603
|
+
considerAttr?: undefined;
|
|
14604
|
+
};
|
|
14605
|
+
styles: string;
|
|
14606
|
+
value: string;
|
|
14607
|
+
children: ({
|
|
14608
|
+
id: string;
|
|
14609
|
+
name: string;
|
|
14610
|
+
type: string;
|
|
14611
|
+
props: {};
|
|
14612
|
+
styles: string;
|
|
14613
|
+
value: string;
|
|
14614
|
+
children: {
|
|
14615
|
+
id: string;
|
|
14616
|
+
name: string;
|
|
14617
|
+
type: string;
|
|
14618
|
+
props: {};
|
|
14619
|
+
styles: string;
|
|
14620
|
+
value: string;
|
|
14621
|
+
children: never[];
|
|
14622
|
+
}[];
|
|
14623
|
+
bindings?: undefined;
|
|
14624
|
+
} | {
|
|
14625
|
+
id: string;
|
|
14626
|
+
name: string;
|
|
14627
|
+
type: string;
|
|
14628
|
+
props: {};
|
|
14629
|
+
styles: string;
|
|
14630
|
+
value: string;
|
|
14631
|
+
bindings: {
|
|
14632
|
+
state: {
|
|
14633
|
+
exportAsPDFPopup: {
|
|
14634
|
+
path: string;
|
|
14635
|
+
};
|
|
14636
|
+
};
|
|
14637
|
+
events: {
|
|
14638
|
+
click: {
|
|
14639
|
+
exportAsPDFPopup: {
|
|
14640
|
+
toggle: string;
|
|
14641
|
+
};
|
|
14642
|
+
};
|
|
14643
|
+
};
|
|
14644
|
+
};
|
|
14645
|
+
children: {
|
|
14646
|
+
id: string;
|
|
14647
|
+
name: string;
|
|
14648
|
+
type: string;
|
|
14649
|
+
props: {
|
|
14650
|
+
src: string;
|
|
14651
|
+
alt: string;
|
|
14652
|
+
};
|
|
14653
|
+
styles: string;
|
|
14654
|
+
value: string;
|
|
14655
|
+
children: never[];
|
|
14656
|
+
}[];
|
|
14657
|
+
})[];
|
|
14658
|
+
bindings?: undefined;
|
|
14659
|
+
role?: undefined;
|
|
14660
|
+
version?: undefined;
|
|
14661
|
+
lang?: undefined;
|
|
14662
|
+
"alt-text"?: undefined;
|
|
14663
|
+
} | {
|
|
14664
|
+
type: string;
|
|
14665
|
+
styles: string;
|
|
14666
|
+
bindings: {
|
|
14667
|
+
state: {
|
|
14668
|
+
workflowExportAsPDF: {
|
|
14669
|
+
path: string;
|
|
14670
|
+
initialValue: {
|
|
14671
|
+
name: string;
|
|
14672
|
+
};
|
|
14673
|
+
};
|
|
14674
|
+
ditaContent?: undefined;
|
|
14675
|
+
exportAsPDFPopup?: undefined;
|
|
14676
|
+
exportAsPDFThemePopup?: undefined;
|
|
14677
|
+
};
|
|
14678
|
+
events?: undefined;
|
|
14679
|
+
};
|
|
14680
|
+
children: ({
|
|
14681
|
+
type: string;
|
|
14682
|
+
styles: string;
|
|
14683
|
+
value: string;
|
|
14684
|
+
id?: undefined;
|
|
14685
|
+
name?: undefined;
|
|
14686
|
+
props?: undefined;
|
|
14687
|
+
children?: undefined;
|
|
14688
|
+
bindings?: undefined;
|
|
14689
|
+
} | {
|
|
14690
|
+
id: string;
|
|
14691
|
+
type: string;
|
|
14692
|
+
styles: string;
|
|
14693
|
+
name: string;
|
|
14694
|
+
props: {
|
|
14695
|
+
placeholder: string;
|
|
14696
|
+
styles: string;
|
|
14697
|
+
};
|
|
14698
|
+
children: never[];
|
|
14699
|
+
bindings: {
|
|
14700
|
+
state: {
|
|
14701
|
+
workflowExportAsPDF: {
|
|
14702
|
+
path: string;
|
|
14703
|
+
};
|
|
14704
|
+
};
|
|
14705
|
+
};
|
|
14706
|
+
value?: undefined;
|
|
14707
|
+
})[];
|
|
14708
|
+
id?: undefined;
|
|
14709
|
+
name?: undefined;
|
|
14710
|
+
props?: undefined;
|
|
14711
|
+
value?: undefined;
|
|
14712
|
+
role?: undefined;
|
|
14713
|
+
version?: undefined;
|
|
14714
|
+
lang?: undefined;
|
|
14715
|
+
"alt-text"?: undefined;
|
|
14716
|
+
} | {
|
|
14717
|
+
id: string;
|
|
14718
|
+
role: string;
|
|
14719
|
+
version: string;
|
|
14720
|
+
lang: string;
|
|
14721
|
+
type: string;
|
|
14722
|
+
"alt-text": string;
|
|
14723
|
+
name: string;
|
|
14724
|
+
styles: string;
|
|
14725
|
+
value: string;
|
|
14726
|
+
props: {
|
|
14727
|
+
disabled: boolean;
|
|
14728
|
+
type: string;
|
|
14729
|
+
exportingPDF: boolean;
|
|
14730
|
+
key: string;
|
|
14731
|
+
name: string;
|
|
14732
|
+
output_format: string;
|
|
14733
|
+
input: string;
|
|
14734
|
+
version: string;
|
|
14735
|
+
source: string;
|
|
14736
|
+
apiMethod: string;
|
|
14737
|
+
token: string;
|
|
14738
|
+
considerAttr: string;
|
|
14739
|
+
};
|
|
14740
|
+
bindings: {
|
|
14741
|
+
state: {
|
|
14742
|
+
ditaContent: {
|
|
14743
|
+
path: string;
|
|
14744
|
+
};
|
|
14745
|
+
exportAsPDFPopup: {
|
|
14746
|
+
path: string;
|
|
14747
|
+
};
|
|
14748
|
+
exportAsPDFThemePopup: {
|
|
14749
|
+
path: string;
|
|
14750
|
+
};
|
|
14751
|
+
workflowExportAsPDF?: undefined;
|
|
14752
|
+
};
|
|
14753
|
+
events: {
|
|
14754
|
+
click: {
|
|
14755
|
+
exportAsPDFPopup: {
|
|
14756
|
+
toggle: string;
|
|
14757
|
+
};
|
|
14758
|
+
exportAsPDFThemePopup: {
|
|
14759
|
+
toggle: string;
|
|
14760
|
+
};
|
|
14761
|
+
ditaContent: {
|
|
14762
|
+
toggle: {
|
|
14763
|
+
sourcePath: string;
|
|
14764
|
+
targetPath: string;
|
|
14765
|
+
};
|
|
14766
|
+
exportAsPDF: string;
|
|
14767
|
+
log: {
|
|
14768
|
+
conditionalAction: {
|
|
14769
|
+
conditions: string[];
|
|
14770
|
+
trueAction: {
|
|
14771
|
+
toggle: {
|
|
14772
|
+
sourcePath: string;
|
|
14773
|
+
targetPath: string;
|
|
14774
|
+
};
|
|
14775
|
+
removeLoader: string;
|
|
14776
|
+
};
|
|
14777
|
+
falseAction: {
|
|
14778
|
+
removeLoader: string;
|
|
14779
|
+
showToaster: {
|
|
14780
|
+
params: {
|
|
14781
|
+
message: {
|
|
14782
|
+
toastValue: string;
|
|
14783
|
+
styles: string;
|
|
14784
|
+
};
|
|
14785
|
+
severity: string;
|
|
14786
|
+
position: string;
|
|
14787
|
+
};
|
|
14788
|
+
};
|
|
14789
|
+
};
|
|
14790
|
+
};
|
|
14791
|
+
};
|
|
14792
|
+
};
|
|
14793
|
+
};
|
|
14794
|
+
};
|
|
14795
|
+
};
|
|
14796
|
+
children: never[];
|
|
14797
|
+
})[];
|
|
14798
|
+
}[];
|
|
14799
|
+
role?: undefined;
|
|
14800
|
+
version?: undefined;
|
|
14801
|
+
lang?: undefined;
|
|
14802
|
+
"alt-text"?: undefined;
|
|
14803
|
+
} | {
|
|
14804
|
+
id: string;
|
|
14805
|
+
name: string;
|
|
14806
|
+
type: string;
|
|
14807
|
+
props: {
|
|
14808
|
+
defaultOpen?: undefined;
|
|
14809
|
+
showProgressBar?: undefined;
|
|
14810
|
+
autoHideWithIn?: undefined;
|
|
14811
|
+
toastValue?: undefined;
|
|
14812
|
+
dismissable?: undefined;
|
|
14813
|
+
value?: undefined;
|
|
14814
|
+
API?: undefined;
|
|
14815
|
+
destructurePath?: undefined;
|
|
14816
|
+
APIs?: undefined;
|
|
14817
|
+
getSharedFolder?: undefined;
|
|
14818
|
+
source?: undefined;
|
|
14819
|
+
apiMethod?: undefined;
|
|
14820
|
+
token?: undefined;
|
|
14821
|
+
type?: undefined;
|
|
14822
|
+
position?: undefined;
|
|
14823
|
+
storeListen?: undefined;
|
|
14824
|
+
size?: undefined;
|
|
14825
|
+
};
|
|
14826
|
+
styles: string;
|
|
14827
|
+
value: string;
|
|
14828
|
+
bindings: {
|
|
14829
|
+
state: {
|
|
14830
|
+
exportAsPDFThemePopup: {
|
|
14831
|
+
path: string;
|
|
14832
|
+
};
|
|
14833
|
+
mapData?: undefined;
|
|
14834
|
+
cssContent?: undefined;
|
|
14835
|
+
javascriptContent?: undefined;
|
|
14836
|
+
pathParams?: undefined;
|
|
14837
|
+
highlightTopic?: undefined;
|
|
14838
|
+
variableLists?: undefined;
|
|
14839
|
+
isReusableTopicPopupOpened?: undefined;
|
|
14840
|
+
togglePdfPreviewPopup?: undefined;
|
|
14841
|
+
exportAsPDFPopup?: undefined;
|
|
14842
|
+
};
|
|
14843
|
+
events?: undefined;
|
|
14844
|
+
};
|
|
14845
|
+
children: {
|
|
14846
|
+
id: string;
|
|
14847
|
+
name: string;
|
|
14848
|
+
type: string;
|
|
14849
|
+
props: {};
|
|
14850
|
+
styles: string;
|
|
14851
|
+
value: string;
|
|
14852
|
+
children: ({
|
|
14853
|
+
id: string;
|
|
14854
|
+
name: string;
|
|
14855
|
+
type: string;
|
|
14856
|
+
props: {
|
|
14857
|
+
API?: undefined;
|
|
14858
|
+
loopOver?: undefined;
|
|
14859
|
+
isPiped?: undefined;
|
|
14860
|
+
component?: undefined;
|
|
14861
|
+
icon?: undefined;
|
|
14862
|
+
size?: undefined;
|
|
14863
|
+
imageStyle?: undefined;
|
|
14864
|
+
value?: undefined;
|
|
14865
|
+
disabled?: undefined;
|
|
14866
|
+
type?: undefined;
|
|
14867
|
+
exportingPDF?: undefined;
|
|
14868
|
+
key?: undefined;
|
|
14869
|
+
name?: undefined;
|
|
14870
|
+
output_format?: undefined;
|
|
14871
|
+
source?: undefined;
|
|
14872
|
+
apiMethod?: undefined;
|
|
14873
|
+
token?: undefined;
|
|
14874
|
+
considerAttr?: undefined;
|
|
14875
|
+
};
|
|
14876
|
+
styles: string;
|
|
14877
|
+
value: string;
|
|
14878
|
+
children: ({
|
|
14879
|
+
id: string;
|
|
14880
|
+
name: string;
|
|
14881
|
+
type: string;
|
|
14882
|
+
props: {};
|
|
14883
|
+
styles: string;
|
|
14884
|
+
value: string;
|
|
14885
|
+
children: {
|
|
14886
|
+
id: string;
|
|
14887
|
+
name: string;
|
|
14888
|
+
type: string;
|
|
14889
|
+
props: {};
|
|
14890
|
+
styles: string;
|
|
14891
|
+
value: string;
|
|
14892
|
+
children: never[];
|
|
14893
|
+
}[];
|
|
14894
|
+
bindings?: undefined;
|
|
14895
|
+
} | {
|
|
14896
|
+
id: string;
|
|
14897
|
+
name: string;
|
|
14898
|
+
type: string;
|
|
14899
|
+
props: {};
|
|
14900
|
+
styles: string;
|
|
14901
|
+
value: string;
|
|
14902
|
+
bindings: {
|
|
14903
|
+
state: {
|
|
14904
|
+
exportAsPDFThemePopup: {
|
|
14905
|
+
path: string;
|
|
14906
|
+
};
|
|
14907
|
+
};
|
|
14908
|
+
events: {
|
|
14909
|
+
click: {
|
|
14910
|
+
exportAsPDFThemePopup: {
|
|
14911
|
+
toggle: string;
|
|
14912
|
+
};
|
|
14913
|
+
};
|
|
14914
|
+
};
|
|
14915
|
+
};
|
|
14916
|
+
children: {
|
|
14917
|
+
id: string;
|
|
14918
|
+
name: string;
|
|
14919
|
+
type: string;
|
|
14920
|
+
props: {
|
|
14921
|
+
src: string;
|
|
14922
|
+
alt: string;
|
|
14923
|
+
};
|
|
14924
|
+
styles: string;
|
|
14925
|
+
value: string;
|
|
14926
|
+
children: never[];
|
|
14927
|
+
}[];
|
|
14928
|
+
})[];
|
|
14929
|
+
role?: undefined;
|
|
14930
|
+
version?: undefined;
|
|
14931
|
+
lang?: undefined;
|
|
14932
|
+
"alt-text"?: undefined;
|
|
14933
|
+
bindings?: undefined;
|
|
14934
|
+
} | {
|
|
14935
|
+
id: string;
|
|
14936
|
+
type: string;
|
|
14937
|
+
role: string;
|
|
14938
|
+
version: string;
|
|
14939
|
+
lang: string;
|
|
14940
|
+
"alt-text": string;
|
|
14941
|
+
name: string;
|
|
14942
|
+
styles: string;
|
|
14943
|
+
props: {
|
|
14944
|
+
API: {
|
|
14945
|
+
apiUrl: string;
|
|
14946
|
+
token: string;
|
|
14947
|
+
method: string;
|
|
14948
|
+
formType: string;
|
|
14949
|
+
body: {
|
|
14950
|
+
dbType: string;
|
|
14951
|
+
filter: {};
|
|
14952
|
+
};
|
|
14953
|
+
};
|
|
14954
|
+
loopOver: string;
|
|
14955
|
+
isPiped: boolean;
|
|
14956
|
+
component: {
|
|
14957
|
+
id: string;
|
|
14958
|
+
type: string;
|
|
14959
|
+
role: string;
|
|
14960
|
+
version: string;
|
|
14961
|
+
lang: string;
|
|
14962
|
+
"alt-text": string;
|
|
14963
|
+
name: string;
|
|
14964
|
+
styles: string;
|
|
14965
|
+
props: {
|
|
14966
|
+
value: {
|
|
14967
|
+
name: string;
|
|
14968
|
+
description: string;
|
|
14969
|
+
cdnUrl: string;
|
|
14970
|
+
themeId: string;
|
|
14971
|
+
};
|
|
14972
|
+
condition: string;
|
|
14973
|
+
cssClasses: {
|
|
14974
|
+
trueClass: string;
|
|
14975
|
+
falseClass: string;
|
|
14976
|
+
};
|
|
14977
|
+
};
|
|
14978
|
+
dynamicProps: {
|
|
14979
|
+
themeId: string;
|
|
14980
|
+
};
|
|
14981
|
+
value: string;
|
|
14982
|
+
bindings: {
|
|
14983
|
+
state: {
|
|
14984
|
+
selectedProjectTheme: {
|
|
14985
|
+
path: string;
|
|
14986
|
+
};
|
|
14987
|
+
};
|
|
14988
|
+
events: {
|
|
14989
|
+
click: {
|
|
14990
|
+
selectedProjectTheme: {
|
|
14991
|
+
setValueToNewState: string;
|
|
14992
|
+
conditionalCss: string;
|
|
14993
|
+
};
|
|
14994
|
+
};
|
|
14995
|
+
};
|
|
14996
|
+
};
|
|
14997
|
+
children: ({
|
|
14998
|
+
id: string;
|
|
14999
|
+
type: string;
|
|
15000
|
+
role: string;
|
|
15001
|
+
version: string;
|
|
15002
|
+
lang: string;
|
|
15003
|
+
styles: string;
|
|
15004
|
+
props: {};
|
|
15005
|
+
children: ({
|
|
15006
|
+
id: string;
|
|
15007
|
+
type: string;
|
|
15008
|
+
role: string;
|
|
15009
|
+
version: string;
|
|
15010
|
+
lang: string;
|
|
15011
|
+
styles: string;
|
|
15012
|
+
props: {
|
|
15013
|
+
src: string;
|
|
15014
|
+
alt: string;
|
|
15015
|
+
class: string;
|
|
15016
|
+
};
|
|
15017
|
+
name?: undefined;
|
|
15018
|
+
value?: undefined;
|
|
15019
|
+
} | {
|
|
15020
|
+
id: string;
|
|
15021
|
+
type: string;
|
|
15022
|
+
styles: string;
|
|
15023
|
+
props: {
|
|
15024
|
+
src?: undefined;
|
|
15025
|
+
alt?: undefined;
|
|
15026
|
+
class?: undefined;
|
|
15027
|
+
};
|
|
15028
|
+
name: string;
|
|
15029
|
+
value: string;
|
|
15030
|
+
role?: undefined;
|
|
15031
|
+
version?: undefined;
|
|
15032
|
+
lang?: undefined;
|
|
15033
|
+
})[];
|
|
15034
|
+
name?: undefined;
|
|
15035
|
+
value?: undefined;
|
|
15036
|
+
} | {
|
|
15037
|
+
id: string;
|
|
15038
|
+
type: string;
|
|
15039
|
+
role: string;
|
|
15040
|
+
version: string;
|
|
15041
|
+
lang: string;
|
|
15042
|
+
name: string;
|
|
15043
|
+
styles: string;
|
|
15044
|
+
props: {};
|
|
15045
|
+
value: string;
|
|
15046
|
+
children?: undefined;
|
|
15047
|
+
})[];
|
|
15048
|
+
};
|
|
15049
|
+
icon?: undefined;
|
|
15050
|
+
size?: undefined;
|
|
15051
|
+
imageStyle?: undefined;
|
|
15052
|
+
value?: undefined;
|
|
15053
|
+
disabled?: undefined;
|
|
15054
|
+
type?: undefined;
|
|
15055
|
+
exportingPDF?: undefined;
|
|
15056
|
+
key?: undefined;
|
|
15057
|
+
name?: undefined;
|
|
15058
|
+
output_format?: undefined;
|
|
15059
|
+
source?: undefined;
|
|
15060
|
+
apiMethod?: undefined;
|
|
15061
|
+
token?: undefined;
|
|
15062
|
+
considerAttr?: undefined;
|
|
15063
|
+
};
|
|
15064
|
+
bindings: {
|
|
15065
|
+
state: {
|
|
15066
|
+
projectDataTheme: {
|
|
15067
|
+
path: string;
|
|
15068
|
+
};
|
|
15069
|
+
exportAsPDFThemePopup?: undefined;
|
|
15070
|
+
togglePdfPreviewPopup?: undefined;
|
|
15071
|
+
};
|
|
15072
|
+
events: {
|
|
15073
|
+
onload: {
|
|
15074
|
+
projectDataTheme: {
|
|
15075
|
+
addLoader: string;
|
|
15076
|
+
fetchAPI: string;
|
|
15077
|
+
removeLoader: string;
|
|
15078
|
+
};
|
|
15079
|
+
};
|
|
15080
|
+
onStateChangeActions: {
|
|
15081
|
+
projectDataTheme: {
|
|
15082
|
+
recursive: string;
|
|
15083
|
+
};
|
|
15084
|
+
};
|
|
15085
|
+
click?: undefined;
|
|
15086
|
+
};
|
|
15087
|
+
};
|
|
15088
|
+
value: string;
|
|
15089
|
+
children: never[];
|
|
15090
|
+
} | {
|
|
15091
|
+
id: string;
|
|
15092
|
+
role: string;
|
|
15093
|
+
version: string;
|
|
15094
|
+
lang: string;
|
|
15095
|
+
type: string;
|
|
15096
|
+
"alt-text": string;
|
|
15097
|
+
name: string;
|
|
15098
|
+
styles: string;
|
|
15099
|
+
value: string;
|
|
15100
|
+
props: {
|
|
15101
|
+
icon: {};
|
|
15102
|
+
size: string;
|
|
15103
|
+
imageStyle: string;
|
|
15104
|
+
value: string;
|
|
15105
|
+
disabled: boolean;
|
|
15106
|
+
type: string;
|
|
15107
|
+
exportingPDF: boolean;
|
|
15108
|
+
key: string;
|
|
15109
|
+
name: string;
|
|
15110
|
+
output_format: string;
|
|
15111
|
+
source: string;
|
|
15112
|
+
apiMethod: string;
|
|
15113
|
+
token: string;
|
|
15114
|
+
considerAttr: string;
|
|
15115
|
+
API?: undefined;
|
|
15116
|
+
loopOver?: undefined;
|
|
15117
|
+
isPiped?: undefined;
|
|
15118
|
+
component?: undefined;
|
|
15119
|
+
};
|
|
15120
|
+
bindings: {
|
|
15121
|
+
state: {
|
|
15122
|
+
exportAsPDFThemePopup: {
|
|
15123
|
+
path: string;
|
|
15124
|
+
};
|
|
15125
|
+
togglePdfPreviewPopup: {
|
|
15126
|
+
path: string;
|
|
15127
|
+
};
|
|
15128
|
+
projectDataTheme?: undefined;
|
|
15129
|
+
};
|
|
15130
|
+
events: {
|
|
15131
|
+
click: {
|
|
15132
|
+
togglePdfPreviewPopup: {
|
|
15133
|
+
toggle: string;
|
|
15134
|
+
};
|
|
15135
|
+
exportAsPDFThemePopup: {
|
|
15136
|
+
toggle: string;
|
|
15137
|
+
};
|
|
15138
|
+
};
|
|
15139
|
+
onload?: undefined;
|
|
15140
|
+
onStateChangeActions?: undefined;
|
|
15141
|
+
};
|
|
15142
|
+
};
|
|
15143
|
+
children: never[];
|
|
15144
|
+
})[];
|
|
15145
|
+
}[];
|
|
15146
|
+
role?: undefined;
|
|
15147
|
+
version?: undefined;
|
|
15148
|
+
lang?: undefined;
|
|
15149
|
+
"alt-text"?: undefined;
|
|
14633
15150
|
})[];
|
|
14634
15151
|
};
|