mx-ui-components-pkg 0.0.717-alpha.128 → 0.0.717-alpha.130
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-BqlDpTPb.js → cssMode-MrQDrhkz.js} +1 -1
- package/dist/{freemarker2-AoTHX58O.js → freemarker2-DvnZLeoT.js} +1 -1
- package/dist/{handlebars-bjn9TMde.js → handlebars-DddGbli-.js} +1 -1
- package/dist/{html-CG0aLs2X.js → html-C3BqkVXI.js} +1 -1
- package/dist/{htmlMode-c8tFcJpJ.js → htmlMode-ByMSkVPg.js} +1 -1
- package/dist/{index-D39XXSQE.js → index-BK6oKL9s.js} +289 -274
- package/dist/{index.es-CQSpbANk.js → index.es-CLeKDPod.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/{javascript-BCrbt4Zf.js → javascript-DHypUN0-.js} +1 -1
- package/dist/{jsonMode-DqhnfODm.js → jsonMode-DtRWmO6W.js} +1 -1
- package/dist/{liquid-H1nh1jIE.js → liquid-B5YxYVBC.js} +1 -1
- package/dist/{mdx-D6D8WwjG.js → mdx-B0-BoB4T.js} +1 -1
- package/dist/{python-CK62u0ex.js → python-mhJpYFGD.js} +1 -1
- package/dist/{razor-Dp69gQnE.js → razor-EfLSScNG.js} +1 -1
- package/dist/{tsMode-DTIpehFp.js → tsMode-IiSw0v-N.js} +1 -1
- package/dist/types/src/routes/+layout.server.d.ts +53 -11
- package/dist/{typescript-pfZOwYIb.js → typescript-D9DUbRCY.js} +1 -1
- package/dist/{xml-Cwfs4nGF.js → xml-D6RAViDz.js} +1 -1
- package/dist/{yaml--INKLvJH.js → yaml-C-dbbwnQ.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-D9DUbRCY.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-BK6oKL9s.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-BK6oKL9s.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-BK6oKL9s.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-BK6oKL9s.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-BK6oKL9s.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-BK6oKL9s.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -5069,6 +5069,7 @@ export declare function load(): {
|
|
|
5069
5069
|
type: string;
|
|
5070
5070
|
props: {
|
|
5071
5071
|
variant: string;
|
|
5072
|
+
uniqueIdKey: string;
|
|
5072
5073
|
addTimeStamp: string[];
|
|
5073
5074
|
requiredFields: string[];
|
|
5074
5075
|
value: {
|
|
@@ -5094,12 +5095,20 @@ export declare function load(): {
|
|
|
5094
5095
|
path: string;
|
|
5095
5096
|
initialValue: never[];
|
|
5096
5097
|
};
|
|
5098
|
+
mapData: {
|
|
5099
|
+
path: string;
|
|
5100
|
+
};
|
|
5097
5101
|
};
|
|
5098
5102
|
events: {
|
|
5099
5103
|
click: {
|
|
5100
5104
|
createTopicFormData: {
|
|
5101
5105
|
addLoader: string;
|
|
5106
|
+
createUniqueId: string;
|
|
5102
5107
|
addTimeStamp: string;
|
|
5108
|
+
increment: {
|
|
5109
|
+
sourcePath: string;
|
|
5110
|
+
targetPath: string;
|
|
5111
|
+
};
|
|
5103
5112
|
nextForm: string;
|
|
5104
5113
|
log: {
|
|
5105
5114
|
conditionalAction: {
|
|
@@ -5150,6 +5159,7 @@ export declare function load(): {
|
|
|
5150
5159
|
formType: string;
|
|
5151
5160
|
body: {
|
|
5152
5161
|
mapPayload: {
|
|
5162
|
+
id: string;
|
|
5153
5163
|
placeholders: never[];
|
|
5154
5164
|
type: string;
|
|
5155
5165
|
userId: string;
|
|
@@ -5160,7 +5170,6 @@ export declare function load(): {
|
|
|
5160
5170
|
contentIds: never[];
|
|
5161
5171
|
description: string;
|
|
5162
5172
|
version: string;
|
|
5163
|
-
updatedAt: string;
|
|
5164
5173
|
createdAt: string;
|
|
5165
5174
|
};
|
|
5166
5175
|
mapId: string;
|
|
@@ -5188,6 +5197,7 @@ export declare function load(): {
|
|
|
5188
5197
|
formType: string;
|
|
5189
5198
|
body: {
|
|
5190
5199
|
mapPayload: {
|
|
5200
|
+
id: string;
|
|
5191
5201
|
placeholders: never[];
|
|
5192
5202
|
type: string;
|
|
5193
5203
|
userId: string;
|
|
@@ -5198,8 +5208,8 @@ export declare function load(): {
|
|
|
5198
5208
|
contentIds: never[];
|
|
5199
5209
|
description: string;
|
|
5200
5210
|
version: string;
|
|
5201
|
-
updatedAt: string;
|
|
5202
5211
|
createdAt: string;
|
|
5212
|
+
updatedAt: string;
|
|
5203
5213
|
};
|
|
5204
5214
|
};
|
|
5205
5215
|
};
|
|
@@ -5292,6 +5302,7 @@ export declare function load(): {
|
|
|
5292
5302
|
props: {
|
|
5293
5303
|
size: string;
|
|
5294
5304
|
variant?: undefined;
|
|
5305
|
+
uniqueIdKey?: undefined;
|
|
5295
5306
|
addTimeStamp?: undefined;
|
|
5296
5307
|
requiredFields?: undefined;
|
|
5297
5308
|
value?: undefined;
|
|
@@ -8300,13 +8311,24 @@ export declare function load(): {
|
|
|
8300
8311
|
token: string;
|
|
8301
8312
|
method: string;
|
|
8302
8313
|
body: {
|
|
8303
|
-
|
|
8314
|
+
dbType: string;
|
|
8304
8315
|
data: {
|
|
8305
8316
|
id: string;
|
|
8306
8317
|
name: string;
|
|
8307
8318
|
description: string;
|
|
8319
|
+
type: string;
|
|
8320
|
+
templateId: string;
|
|
8321
|
+
content: string;
|
|
8322
|
+
contextIds: string;
|
|
8323
|
+
userId: string;
|
|
8324
|
+
tags: string;
|
|
8325
|
+
isTemplate: string;
|
|
8326
|
+
projectId: string;
|
|
8327
|
+
placeholders: string;
|
|
8308
8328
|
version: string;
|
|
8309
|
-
|
|
8329
|
+
createdAt: string;
|
|
8330
|
+
updatedAt: string;
|
|
8331
|
+
}[];
|
|
8310
8332
|
};
|
|
8311
8333
|
toaster: {
|
|
8312
8334
|
toastValue: string;
|
|
@@ -8318,6 +8340,11 @@ export declare function load(): {
|
|
|
8318
8340
|
};
|
|
8319
8341
|
};
|
|
8320
8342
|
requiredFields: string[];
|
|
8343
|
+
source: string;
|
|
8344
|
+
apiMethod: string;
|
|
8345
|
+
token: string;
|
|
8346
|
+
id: string;
|
|
8347
|
+
returnAsString: boolean;
|
|
8321
8348
|
};
|
|
8322
8349
|
bindings: {
|
|
8323
8350
|
state: {
|
|
@@ -8327,8 +8354,17 @@ export declare function load(): {
|
|
|
8327
8354
|
};
|
|
8328
8355
|
events: {
|
|
8329
8356
|
click: {
|
|
8357
|
+
action: {
|
|
8358
|
+
increment: {
|
|
8359
|
+
sourcePath: string;
|
|
8360
|
+
targetPath: string;
|
|
8361
|
+
};
|
|
8362
|
+
addTimeStamp: {
|
|
8363
|
+
sourcePath: string;
|
|
8364
|
+
targetPath: string;
|
|
8365
|
+
};
|
|
8366
|
+
};
|
|
8330
8367
|
selectedTopicFormData: {
|
|
8331
|
-
addTimeStamp: string;
|
|
8332
8368
|
addLoader: string;
|
|
8333
8369
|
nextForm: string;
|
|
8334
8370
|
fetchAPI: string;
|
|
@@ -8336,6 +8372,10 @@ export declare function load(): {
|
|
|
8336
8372
|
};
|
|
8337
8373
|
ditaContent: {
|
|
8338
8374
|
getTopicContent: string;
|
|
8375
|
+
copy: {
|
|
8376
|
+
sourcePath: string;
|
|
8377
|
+
targetPath: string;
|
|
8378
|
+
};
|
|
8339
8379
|
};
|
|
8340
8380
|
};
|
|
8341
8381
|
};
|
|
@@ -8357,6 +8397,11 @@ export declare function load(): {
|
|
|
8357
8397
|
addTimeStamp?: undefined;
|
|
8358
8398
|
API?: undefined;
|
|
8359
8399
|
requiredFields?: undefined;
|
|
8400
|
+
source?: undefined;
|
|
8401
|
+
apiMethod?: undefined;
|
|
8402
|
+
token?: undefined;
|
|
8403
|
+
id?: undefined;
|
|
8404
|
+
returnAsString?: undefined;
|
|
8360
8405
|
};
|
|
8361
8406
|
bindings: {
|
|
8362
8407
|
state: string;
|
|
@@ -14055,11 +14100,8 @@ export declare function load(): {
|
|
|
14055
14100
|
method: string;
|
|
14056
14101
|
token: string;
|
|
14057
14102
|
body: {
|
|
14058
|
-
|
|
14059
|
-
|
|
14060
|
-
projectId: string;
|
|
14061
|
-
type: string;
|
|
14062
|
-
};
|
|
14103
|
+
type: string;
|
|
14104
|
+
definition: string;
|
|
14063
14105
|
};
|
|
14064
14106
|
};
|
|
14065
14107
|
loopOver: string;
|
|
@@ -14075,7 +14117,7 @@ export declare function load(): {
|
|
|
14075
14117
|
mapDataStateName: string;
|
|
14076
14118
|
pathToMapContent: string;
|
|
14077
14119
|
apiUrl: string;
|
|
14078
|
-
|
|
14120
|
+
apiMethod: string;
|
|
14079
14121
|
token: string;
|
|
14080
14122
|
routingEnabled: boolean;
|
|
14081
14123
|
watchLevel: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-BK6oKL9s.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-BK6oKL9s.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-BK6oKL9s.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|