mx-ui-components-pkg 0.0.717-alpha.141 → 0.0.717-alpha.142
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-B6is5AF3.js → cssMode-DEtt8IqZ.js} +1 -1
- package/dist/{freemarker2-DasCl8cI.js → freemarker2-NSC3zCZY.js} +1 -1
- package/dist/{handlebars-CijsxRsq.js → handlebars-BDJB-3Bo.js} +1 -1
- package/dist/{html-0HFmJiZx.js → html-C-VCyFtU.js} +1 -1
- package/dist/{htmlMode-sOweo5kM.js → htmlMode-CGP42k4Y.js} +1 -1
- package/dist/{index-4tMe7t2o.js → index-u1Scd6H6.js} +29 -29
- package/dist/{index.es-BwluMKeD.js → index.es-BCS7k8Yx.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +5 -5
- package/dist/{javascript-ItR90mU2.js → javascript-B6ZjNSqI.js} +1 -1
- package/dist/{jsonMode-CgB9at4t.js → jsonMode-YrWrFA6g.js} +1 -1
- package/dist/{liquid-DJW48MQs.js → liquid-Bxjf_0V_.js} +1 -1
- package/dist/{mdx-MVMjVn-L.js → mdx-BPV2Sy2y.js} +1 -1
- package/dist/{python-ug134DVI.js → python-DXPtDiUq.js} +1 -1
- package/dist/{razor-I03OUfwp.js → razor-B82FHMJf.js} +1 -1
- package/dist/{tsMode-KP69xQIn.js → tsMode-BiLo6W8N.js} +1 -1
- package/dist/types/src/routes/+layout.server.d.ts +219 -86
- package/dist/{typescript-7DSfJmtT.js → typescript-DsJBR5Ut.js} +1 -1
- package/dist/{xml-B0xT2NLz.js → xml-MMF0mhik.js} +1 -1
- package/dist/{yaml-D2IsKN7z.js → yaml-Ly_4umXL.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { conf as t, language as e } from "./typescript-
|
|
1
|
+
import { conf as t, language as e } from "./typescript-DsJBR5Ut.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as Et } from "./index-
|
|
1
|
+
import { m as Et } from "./index-u1Scd6H6.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-u1Scd6H6.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-u1Scd6H6.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as o } from "./index-
|
|
1
|
+
import { m as o } from "./index-u1Scd6H6.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m } from "./index-
|
|
1
|
+
import { m } from "./index-u1Scd6H6.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as O, m as I } from "./index-
|
|
1
|
+
import { t as O, m as I } from "./index-u1Scd6H6.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -279,6 +279,8 @@ export declare function load(): {
|
|
|
279
279
|
API?: undefined;
|
|
280
280
|
timer?: undefined;
|
|
281
281
|
href?: undefined;
|
|
282
|
+
routingEnabled?: undefined;
|
|
283
|
+
watchLevel?: undefined;
|
|
282
284
|
};
|
|
283
285
|
styles: string;
|
|
284
286
|
value: string;
|
|
@@ -513,6 +515,8 @@ export declare function load(): {
|
|
|
513
515
|
};
|
|
514
516
|
timer: number;
|
|
515
517
|
href: string;
|
|
518
|
+
routingEnabled: boolean;
|
|
519
|
+
watchLevel: number;
|
|
516
520
|
};
|
|
517
521
|
styles: string;
|
|
518
522
|
value: string;
|
|
@@ -568,7 +572,7 @@ export declare function load(): {
|
|
|
568
572
|
conditions: string[];
|
|
569
573
|
logicalOperator: string;
|
|
570
574
|
trueAction: {
|
|
571
|
-
|
|
575
|
+
handleCreateProjeccccccccccccccccccccccccccccccccccccccccccccccccctsResponse: {
|
|
572
576
|
sourcePath: string;
|
|
573
577
|
targetPath: string;
|
|
574
578
|
};
|
|
@@ -730,6 +734,8 @@ export declare function load(): {
|
|
|
730
734
|
API?: undefined;
|
|
731
735
|
timer?: undefined;
|
|
732
736
|
href?: undefined;
|
|
737
|
+
routingEnabled?: undefined;
|
|
738
|
+
watchLevel?: undefined;
|
|
733
739
|
};
|
|
734
740
|
styles: string;
|
|
735
741
|
children: ({
|
|
@@ -1152,7 +1158,7 @@ export declare function load(): {
|
|
|
1152
1158
|
disabled: boolean;
|
|
1153
1159
|
type: string;
|
|
1154
1160
|
key: string;
|
|
1155
|
-
|
|
1161
|
+
conditionn?: undefined;
|
|
1156
1162
|
cssClasses?: undefined;
|
|
1157
1163
|
};
|
|
1158
1164
|
bindings: {
|
|
@@ -1235,7 +1241,7 @@ export declare function load(): {
|
|
|
1235
1241
|
type: string;
|
|
1236
1242
|
styles: string;
|
|
1237
1243
|
props: {
|
|
1238
|
-
|
|
1244
|
+
conditionn: string;
|
|
1239
1245
|
cssClasses: {
|
|
1240
1246
|
trueClass: string;
|
|
1241
1247
|
falseClass: string;
|
|
@@ -1522,9 +1528,7 @@ export declare function load(): {
|
|
|
1522
1528
|
createdAt: string;
|
|
1523
1529
|
updatedAt: string;
|
|
1524
1530
|
}[];
|
|
1525
|
-
conditionalFilter?: undefined;
|
|
1526
1531
|
};
|
|
1527
|
-
mode?: undefined;
|
|
1528
1532
|
};
|
|
1529
1533
|
source: string;
|
|
1530
1534
|
apiMethod: string;
|
|
@@ -1552,6 +1556,7 @@ export declare function load(): {
|
|
|
1552
1556
|
pathParams?: undefined;
|
|
1553
1557
|
exportAsPDFPopup?: undefined;
|
|
1554
1558
|
getVariablesFromTopics?: undefined;
|
|
1559
|
+
exportAsPDFThemePopup?: undefined;
|
|
1555
1560
|
shareAndCopyLinkPopup?: undefined;
|
|
1556
1561
|
};
|
|
1557
1562
|
events: {
|
|
@@ -1684,26 +1689,8 @@ export declare function load(): {
|
|
|
1684
1689
|
token: string;
|
|
1685
1690
|
considerAttr: string;
|
|
1686
1691
|
callbackFn: string;
|
|
1687
|
-
API: {
|
|
1688
|
-
apiUrl: string;
|
|
1689
|
-
token: string;
|
|
1690
|
-
method: string;
|
|
1691
|
-
mode: string;
|
|
1692
|
-
body: {
|
|
1693
|
-
dbType: string;
|
|
1694
|
-
conditionalFilter: {
|
|
1695
|
-
logicalOperator: string;
|
|
1696
|
-
conditions: {
|
|
1697
|
-
field: string;
|
|
1698
|
-
operator: string;
|
|
1699
|
-
value: string;
|
|
1700
|
-
}[];
|
|
1701
|
-
};
|
|
1702
|
-
data?: undefined;
|
|
1703
|
-
};
|
|
1704
|
-
formType?: undefined;
|
|
1705
|
-
};
|
|
1706
1692
|
returnAsString?: undefined;
|
|
1693
|
+
API?: undefined;
|
|
1707
1694
|
href?: undefined;
|
|
1708
1695
|
routingEnabled?: undefined;
|
|
1709
1696
|
watchLevel?: undefined;
|
|
@@ -1725,6 +1712,11 @@ export declare function load(): {
|
|
|
1725
1712
|
};
|
|
1726
1713
|
getVariablesFromTopics: {
|
|
1727
1714
|
path: string;
|
|
1715
|
+
initialValue: never[];
|
|
1716
|
+
};
|
|
1717
|
+
exportAsPDFThemePopup: {
|
|
1718
|
+
path: string;
|
|
1719
|
+
initialValue: boolean;
|
|
1728
1720
|
};
|
|
1729
1721
|
savingAsTemplate?: undefined;
|
|
1730
1722
|
shareAndCopyLinkPopup?: undefined;
|
|
@@ -1740,21 +1732,97 @@ export declare function load(): {
|
|
|
1740
1732
|
removeLoader?: undefined;
|
|
1741
1733
|
};
|
|
1742
1734
|
getVariablesFromTopics: {
|
|
1743
|
-
fetchAPI: string;
|
|
1744
|
-
filter: string;
|
|
1745
1735
|
log: {
|
|
1746
1736
|
conditionalAction: {
|
|
1747
1737
|
conditions: string[];
|
|
1748
1738
|
trueAction: {
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1739
|
+
fetchAPI: {
|
|
1740
|
+
params: {
|
|
1741
|
+
API: {
|
|
1742
|
+
apiUrl: string;
|
|
1743
|
+
token: string;
|
|
1744
|
+
method: string;
|
|
1745
|
+
mode: string;
|
|
1746
|
+
body: {
|
|
1747
|
+
dbType: string;
|
|
1748
|
+
conditionalFilter: {
|
|
1749
|
+
logicalOperator: string;
|
|
1750
|
+
conditions: {
|
|
1751
|
+
field: string;
|
|
1752
|
+
operator: string;
|
|
1753
|
+
value: string[];
|
|
1754
|
+
}[];
|
|
1755
|
+
};
|
|
1756
|
+
};
|
|
1757
|
+
};
|
|
1758
|
+
};
|
|
1759
|
+
};
|
|
1760
|
+
filter: string;
|
|
1761
|
+
log: {
|
|
1762
|
+
conditionalAction: {
|
|
1763
|
+
conditions: string[];
|
|
1764
|
+
trueAction: {
|
|
1765
|
+
toggle: {
|
|
1766
|
+
sourcePath: string;
|
|
1767
|
+
targetPath: string;
|
|
1768
|
+
};
|
|
1769
|
+
};
|
|
1770
|
+
falseAction: {
|
|
1771
|
+
toggle: {
|
|
1772
|
+
sourcePath: string;
|
|
1773
|
+
targetPath: string;
|
|
1774
|
+
};
|
|
1775
|
+
};
|
|
1776
|
+
};
|
|
1752
1777
|
};
|
|
1753
1778
|
};
|
|
1754
1779
|
falseAction: {
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1780
|
+
log: {
|
|
1781
|
+
conditionalAction: {
|
|
1782
|
+
conditions: string[];
|
|
1783
|
+
trueAction: {
|
|
1784
|
+
fetchAPI: {
|
|
1785
|
+
params: {
|
|
1786
|
+
API: {
|
|
1787
|
+
apiUrl: string;
|
|
1788
|
+
token: string;
|
|
1789
|
+
method: string;
|
|
1790
|
+
mode: string;
|
|
1791
|
+
body: {
|
|
1792
|
+
dbType: string;
|
|
1793
|
+
conditionalFilter: {
|
|
1794
|
+
logicalOperator: string;
|
|
1795
|
+
conditions: {
|
|
1796
|
+
field: string;
|
|
1797
|
+
operator: string;
|
|
1798
|
+
value: string;
|
|
1799
|
+
}[];
|
|
1800
|
+
};
|
|
1801
|
+
};
|
|
1802
|
+
};
|
|
1803
|
+
};
|
|
1804
|
+
};
|
|
1805
|
+
filter: string;
|
|
1806
|
+
log: {
|
|
1807
|
+
conditionalAction: {
|
|
1808
|
+
conditions: string[];
|
|
1809
|
+
trueAction: {
|
|
1810
|
+
toggle: {
|
|
1811
|
+
sourcePath: string;
|
|
1812
|
+
targetPath: string;
|
|
1813
|
+
};
|
|
1814
|
+
};
|
|
1815
|
+
falseAction: {
|
|
1816
|
+
toggle: {
|
|
1817
|
+
sourcePath: string;
|
|
1818
|
+
targetPath: string;
|
|
1819
|
+
};
|
|
1820
|
+
};
|
|
1821
|
+
};
|
|
1822
|
+
};
|
|
1823
|
+
};
|
|
1824
|
+
falseAction: {};
|
|
1825
|
+
};
|
|
1758
1826
|
};
|
|
1759
1827
|
};
|
|
1760
1828
|
};
|
|
@@ -1962,6 +2030,7 @@ export declare function load(): {
|
|
|
1962
2030
|
pathParams?: undefined;
|
|
1963
2031
|
exportAsPDFPopup?: undefined;
|
|
1964
2032
|
getVariablesFromTopics?: undefined;
|
|
2033
|
+
exportAsPDFThemePopup?: undefined;
|
|
1965
2034
|
shareAndCopyLinkPopup?: undefined;
|
|
1966
2035
|
};
|
|
1967
2036
|
events: {
|
|
@@ -2077,6 +2146,7 @@ export declare function load(): {
|
|
|
2077
2146
|
savingAsTemplate?: undefined;
|
|
2078
2147
|
exportAsPDFPopup?: undefined;
|
|
2079
2148
|
getVariablesFromTopics?: undefined;
|
|
2149
|
+
exportAsPDFThemePopup?: undefined;
|
|
2080
2150
|
shareAndCopyLinkPopup?: undefined;
|
|
2081
2151
|
};
|
|
2082
2152
|
events: {
|
|
@@ -2193,6 +2263,7 @@ export declare function load(): {
|
|
|
2193
2263
|
pathParams?: undefined;
|
|
2194
2264
|
exportAsPDFPopup?: undefined;
|
|
2195
2265
|
getVariablesFromTopics?: undefined;
|
|
2266
|
+
exportAsPDFThemePopup?: undefined;
|
|
2196
2267
|
};
|
|
2197
2268
|
events: {
|
|
2198
2269
|
click: {
|
|
@@ -2303,6 +2374,7 @@ export declare function load(): {
|
|
|
2303
2374
|
pathParams?: undefined;
|
|
2304
2375
|
exportAsPDFPopup?: undefined;
|
|
2305
2376
|
getVariablesFromTopics?: undefined;
|
|
2377
|
+
exportAsPDFThemePopup?: undefined;
|
|
2306
2378
|
shareAndCopyLinkPopup?: undefined;
|
|
2307
2379
|
};
|
|
2308
2380
|
events: {
|
|
@@ -2476,6 +2548,7 @@ export declare function load(): {
|
|
|
2476
2548
|
pathParams?: undefined;
|
|
2477
2549
|
exportAsPDFPopup?: undefined;
|
|
2478
2550
|
getVariablesFromTopics?: undefined;
|
|
2551
|
+
exportAsPDFThemePopup?: undefined;
|
|
2479
2552
|
shareAndCopyLinkPopup?: undefined;
|
|
2480
2553
|
};
|
|
2481
2554
|
events: {
|
|
@@ -16096,37 +16169,39 @@ export declare function load(): {
|
|
|
16096
16169
|
styles: string;
|
|
16097
16170
|
children: ({
|
|
16098
16171
|
id: string;
|
|
16099
|
-
|
|
16100
|
-
version: string;
|
|
16101
|
-
lang: string;
|
|
16172
|
+
name: string;
|
|
16102
16173
|
type: string;
|
|
16103
16174
|
props: {};
|
|
16104
|
-
bindings: {
|
|
16105
|
-
state?: undefined;
|
|
16106
|
-
};
|
|
16107
16175
|
styles: string;
|
|
16176
|
+
value: string;
|
|
16108
16177
|
children: ({
|
|
16109
16178
|
id: string;
|
|
16179
|
+
name: string;
|
|
16110
16180
|
type: string;
|
|
16111
|
-
|
|
16181
|
+
props: {};
|
|
16112
16182
|
styles: string;
|
|
16113
|
-
|
|
16114
|
-
|
|
16183
|
+
value: string;
|
|
16184
|
+
children: {
|
|
16185
|
+
id: string;
|
|
16186
|
+
name: string;
|
|
16187
|
+
type: string;
|
|
16188
|
+
props: {};
|
|
16189
|
+
styles: string;
|
|
16190
|
+
value: string;
|
|
16191
|
+
children: never[];
|
|
16192
|
+
}[];
|
|
16115
16193
|
bindings?: undefined;
|
|
16116
|
-
children?: undefined;
|
|
16117
16194
|
} | {
|
|
16118
16195
|
id: string;
|
|
16119
|
-
type: string;
|
|
16120
16196
|
name: string;
|
|
16121
|
-
|
|
16122
|
-
|
|
16123
|
-
};
|
|
16197
|
+
type: string;
|
|
16198
|
+
props: {};
|
|
16124
16199
|
styles: string;
|
|
16200
|
+
value: string;
|
|
16125
16201
|
bindings: {
|
|
16126
16202
|
state: {
|
|
16127
16203
|
togglePdfPreviewPopup: {
|
|
16128
16204
|
path: string;
|
|
16129
|
-
initialValue: boolean;
|
|
16130
16205
|
};
|
|
16131
16206
|
};
|
|
16132
16207
|
events: {
|
|
@@ -16137,11 +16212,20 @@ export declare function load(): {
|
|
|
16137
16212
|
};
|
|
16138
16213
|
};
|
|
16139
16214
|
};
|
|
16140
|
-
|
|
16141
|
-
|
|
16215
|
+
children: {
|
|
16216
|
+
id: string;
|
|
16217
|
+
name: string;
|
|
16218
|
+
type: string;
|
|
16219
|
+
props: {
|
|
16220
|
+
src: string;
|
|
16221
|
+
alt: string;
|
|
16222
|
+
};
|
|
16223
|
+
styles: string;
|
|
16224
|
+
value: string;
|
|
16225
|
+
children: never[];
|
|
16226
|
+
}[];
|
|
16142
16227
|
})[];
|
|
16143
|
-
|
|
16144
|
-
value?: undefined;
|
|
16228
|
+
bindings?: undefined;
|
|
16145
16229
|
} | {
|
|
16146
16230
|
id: string;
|
|
16147
16231
|
name: string;
|
|
@@ -16151,14 +16235,11 @@ export declare function load(): {
|
|
|
16151
16235
|
value: string;
|
|
16152
16236
|
bindings: {
|
|
16153
16237
|
state: {
|
|
16154
|
-
|
|
16238
|
+
pdfDataTheme: {
|
|
16155
16239
|
path: string;
|
|
16156
16240
|
};
|
|
16157
16241
|
};
|
|
16158
16242
|
};
|
|
16159
|
-
role?: undefined;
|
|
16160
|
-
version?: undefined;
|
|
16161
|
-
lang?: undefined;
|
|
16162
16243
|
children?: undefined;
|
|
16163
16244
|
})[];
|
|
16164
16245
|
}[];
|
|
@@ -16391,27 +16472,6 @@ export declare function load(): {
|
|
|
16391
16472
|
exportAsPDFThemePopup: {
|
|
16392
16473
|
toggle: string;
|
|
16393
16474
|
};
|
|
16394
|
-
ditaContent: {
|
|
16395
|
-
toggle: {
|
|
16396
|
-
sourcePath: string;
|
|
16397
|
-
targetPath: string;
|
|
16398
|
-
};
|
|
16399
|
-
exportAsPDF: string;
|
|
16400
|
-
removeLoader: string;
|
|
16401
|
-
log: {
|
|
16402
|
-
conditionalAction: {
|
|
16403
|
-
conditions: string[];
|
|
16404
|
-
trueAction: {
|
|
16405
|
-
toggle: {
|
|
16406
|
-
sourcePath: string;
|
|
16407
|
-
targetPath: string;
|
|
16408
|
-
};
|
|
16409
|
-
removeLoader: string;
|
|
16410
|
-
};
|
|
16411
|
-
falseAction: {};
|
|
16412
|
-
};
|
|
16413
|
-
};
|
|
16414
|
-
};
|
|
16415
16475
|
};
|
|
16416
16476
|
};
|
|
16417
16477
|
};
|
|
@@ -16492,10 +16552,14 @@ export declare function load(): {
|
|
|
16492
16552
|
key?: undefined;
|
|
16493
16553
|
name?: undefined;
|
|
16494
16554
|
output_format?: undefined;
|
|
16555
|
+
input?: undefined;
|
|
16556
|
+
version?: undefined;
|
|
16495
16557
|
source?: undefined;
|
|
16496
16558
|
apiMethod?: undefined;
|
|
16497
16559
|
token?: undefined;
|
|
16498
16560
|
considerAttr?: undefined;
|
|
16561
|
+
redirectValue?: undefined;
|
|
16562
|
+
timer?: undefined;
|
|
16499
16563
|
};
|
|
16500
16564
|
styles: string;
|
|
16501
16565
|
value: string;
|
|
@@ -16680,18 +16744,27 @@ export declare function load(): {
|
|
|
16680
16744
|
key?: undefined;
|
|
16681
16745
|
name?: undefined;
|
|
16682
16746
|
output_format?: undefined;
|
|
16747
|
+
input?: undefined;
|
|
16748
|
+
version?: undefined;
|
|
16683
16749
|
source?: undefined;
|
|
16684
16750
|
apiMethod?: undefined;
|
|
16685
16751
|
token?: undefined;
|
|
16686
16752
|
considerAttr?: undefined;
|
|
16753
|
+
redirectValue?: undefined;
|
|
16754
|
+
timer?: undefined;
|
|
16687
16755
|
};
|
|
16688
16756
|
bindings: {
|
|
16689
16757
|
state: {
|
|
16690
16758
|
projectDataTheme: {
|
|
16691
16759
|
path: string;
|
|
16692
16760
|
};
|
|
16693
|
-
|
|
16694
|
-
|
|
16761
|
+
pathParams: {
|
|
16762
|
+
path: string;
|
|
16763
|
+
};
|
|
16764
|
+
pdfDataTheme: {
|
|
16765
|
+
path: string;
|
|
16766
|
+
};
|
|
16767
|
+
overlayPanelState?: undefined;
|
|
16695
16768
|
};
|
|
16696
16769
|
events: {
|
|
16697
16770
|
onload: {
|
|
@@ -16701,13 +16774,22 @@ export declare function load(): {
|
|
|
16701
16774
|
removeLoader: string;
|
|
16702
16775
|
};
|
|
16703
16776
|
};
|
|
16777
|
+
click: {
|
|
16778
|
+
pathParams: {
|
|
16779
|
+
extractPathParams: string;
|
|
16780
|
+
};
|
|
16781
|
+
ditaContent?: undefined;
|
|
16782
|
+
exportAsPDFThemePopup?: undefined;
|
|
16783
|
+
overlayPanelState?: undefined;
|
|
16784
|
+
};
|
|
16704
16785
|
onStateChangeActions: {
|
|
16705
16786
|
projectDataTheme: {
|
|
16706
16787
|
recursive: string;
|
|
16707
16788
|
};
|
|
16789
|
+
overlayPanelState?: undefined;
|
|
16708
16790
|
};
|
|
16709
|
-
click?: undefined;
|
|
16710
16791
|
};
|
|
16792
|
+
meta?: undefined;
|
|
16711
16793
|
};
|
|
16712
16794
|
value: string;
|
|
16713
16795
|
children: never[];
|
|
@@ -16732,10 +16814,14 @@ export declare function load(): {
|
|
|
16732
16814
|
key: string;
|
|
16733
16815
|
name: string;
|
|
16734
16816
|
output_format: string;
|
|
16817
|
+
input: string;
|
|
16818
|
+
version: string;
|
|
16735
16819
|
source: string;
|
|
16736
16820
|
apiMethod: string;
|
|
16737
16821
|
token: string;
|
|
16738
16822
|
considerAttr: string;
|
|
16823
|
+
redirectValue: boolean;
|
|
16824
|
+
timer: number;
|
|
16739
16825
|
API?: undefined;
|
|
16740
16826
|
loopOver?: undefined;
|
|
16741
16827
|
isPiped?: undefined;
|
|
@@ -16743,25 +16829,72 @@ export declare function load(): {
|
|
|
16743
16829
|
};
|
|
16744
16830
|
bindings: {
|
|
16745
16831
|
state: {
|
|
16746
|
-
|
|
16747
|
-
path: string;
|
|
16748
|
-
};
|
|
16749
|
-
togglePdfPreviewPopup: {
|
|
16832
|
+
overlayPanelState: {
|
|
16750
16833
|
path: string;
|
|
16834
|
+
initialValue: {
|
|
16835
|
+
isOverlayPanelOpen: boolean;
|
|
16836
|
+
timer: number;
|
|
16837
|
+
};
|
|
16751
16838
|
};
|
|
16752
16839
|
projectDataTheme?: undefined;
|
|
16840
|
+
pathParams?: undefined;
|
|
16841
|
+
pdfDataTheme?: undefined;
|
|
16753
16842
|
};
|
|
16754
16843
|
events: {
|
|
16755
16844
|
click: {
|
|
16756
|
-
|
|
16757
|
-
|
|
16845
|
+
ditaContent: {
|
|
16846
|
+
addLoader: string;
|
|
16847
|
+
exportAsPDF: string;
|
|
16848
|
+
removeLoader: string;
|
|
16758
16849
|
};
|
|
16759
16850
|
exportAsPDFThemePopup: {
|
|
16760
16851
|
toggle: string;
|
|
16761
16852
|
};
|
|
16853
|
+
overlayPanelState: {
|
|
16854
|
+
handleCreateProjectsResponse: string;
|
|
16855
|
+
};
|
|
16856
|
+
pathParams?: undefined;
|
|
16857
|
+
};
|
|
16858
|
+
onStateChangeActions: {
|
|
16859
|
+
overlayPanelState: {
|
|
16860
|
+
log: {
|
|
16861
|
+
conditionalAction: {
|
|
16862
|
+
conditions: string[];
|
|
16863
|
+
logicalOperator: string;
|
|
16864
|
+
trueAction: {
|
|
16865
|
+
fetchAPI: {
|
|
16866
|
+
sourcePath: string;
|
|
16867
|
+
targetPath: string;
|
|
16868
|
+
params: {
|
|
16869
|
+
API: {
|
|
16870
|
+
apiUrl: string;
|
|
16871
|
+
token: string;
|
|
16872
|
+
method: string;
|
|
16873
|
+
mode: string;
|
|
16874
|
+
body: {
|
|
16875
|
+
dbType: string;
|
|
16876
|
+
filter: {
|
|
16877
|
+
docId: string;
|
|
16878
|
+
};
|
|
16879
|
+
};
|
|
16880
|
+
};
|
|
16881
|
+
};
|
|
16882
|
+
};
|
|
16883
|
+
toggle: {
|
|
16884
|
+
sourcePath: string;
|
|
16885
|
+
targetPath: string;
|
|
16886
|
+
};
|
|
16887
|
+
};
|
|
16888
|
+
falseAction: {};
|
|
16889
|
+
};
|
|
16890
|
+
};
|
|
16891
|
+
};
|
|
16892
|
+
projectDataTheme?: undefined;
|
|
16762
16893
|
};
|
|
16763
16894
|
onload?: undefined;
|
|
16764
|
-
|
|
16895
|
+
};
|
|
16896
|
+
meta: {
|
|
16897
|
+
handleCreateProjectsResponse: string;
|
|
16765
16898
|
};
|
|
16766
16899
|
};
|
|
16767
16900
|
children: never[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-u1Scd6H6.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as r } from "./index-
|
|
1
|
+
import { m as r } from "./index-u1Scd6H6.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-u1Scd6H6.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|