@sap-ux/fiori-mcp-server 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +559 -369
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -48905,12 +48905,14 @@ var require_info = __commonJS({
|
|
|
48905
48905
|
}
|
|
48906
48906
|
const capProjectType = await (0, cap_1.getCapProjectType)(root);
|
|
48907
48907
|
const projectType = capProjectType ?? "EDMXBackend";
|
|
48908
|
+
const capCustomPaths = projectType === "EDMXBackend" ? void 0 : await (0, cap_1.getCapCustomPaths)(root);
|
|
48908
48909
|
const appFolders = await getAppFolders(root, memFs);
|
|
48909
48910
|
const apps = await getApps(root, appFolders, memFs);
|
|
48910
48911
|
return {
|
|
48911
48912
|
root: (0, path_2.normalizePath)(root),
|
|
48912
48913
|
projectType,
|
|
48913
|
-
apps
|
|
48914
|
+
apps,
|
|
48915
|
+
capCustomPaths
|
|
48914
48916
|
};
|
|
48915
48917
|
}
|
|
48916
48918
|
async function getAppFolders(root, memFs) {
|
|
@@ -51885,9 +51887,9 @@ var require_dist6 = __commonJS({
|
|
|
51885
51887
|
}
|
|
51886
51888
|
});
|
|
51887
51889
|
|
|
51888
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
51890
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/page.js
|
|
51889
51891
|
var require_page = __commonJS({
|
|
51890
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
51892
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/page.js"(exports2) {
|
|
51891
51893
|
"use strict";
|
|
51892
51894
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
51893
51895
|
exports2.OdataVersion = exports2.FioriElementsVersion = exports2.PAGETYPE_VIEW_EXTENSION_TEMPLATE_MAP = exports2.PageType = exports2.PageTypeV4 = exports2.PageTypeV2 = void 0;
|
|
@@ -51926,12 +51928,12 @@ var require_page = __commonJS({
|
|
|
51926
51928
|
}
|
|
51927
51929
|
});
|
|
51928
51930
|
|
|
51929
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
51931
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/types.js
|
|
51930
51932
|
var require_types5 = __commonJS({
|
|
51931
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
51933
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/types.js"(exports2) {
|
|
51932
51934
|
"use strict";
|
|
51933
51935
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
51934
|
-
exports2.MacrosPropertyType = exports2.FRAGMENTNAMEPART = exports2.DATESETTINGSPATH = exports2.QUICKVARPATHX = exports2.QUICKVARPATH = exports2.UIVOCABULARYALPHADOT = exports2.UIVOCABULARYDOT = exports2.UIVOCABULARY = exports2.VOCWITHCOLONS = exports2.VOCWITHSLASH = exports2.MANIFESTPATH = exports2.SchemaKeyName = exports2.SchemaTag = exports2.PropertyName = exports2.DefinitionName = exports2.ViewTemplateType = exports2.BINDINGPROPERTYREGEXSTRING = exports2.FacetBase = exports2.defaultExportResult = exports2.ChangeIndicator = exports2.ACTIONTITLEPREFIX = exports2.FACETTITLEPREFIX = exports2.FileName = exports2.DirName = exports2.Visualization = exports2.ControlType = exports2.ActionType = exports2.ArtifactType = exports2.SectionType = exports2.ALPViewType = exports2.ExportArtifacts = exports2.SchemaType = exports2.FlexChangeLayer = exports2.FlexibleColumnLayoutType = void 0;
|
|
51936
|
+
exports2.MacrosPropertyType = exports2.FRAGMENTNAMEPART = exports2.DATESETTINGSPATH = exports2.QUICKVARPATHX = exports2.QUICKVARPATH = exports2.UIVOCABULARYALPHADOT = exports2.UIVOCABULARYDOT = exports2.UIVOCABULARY = exports2.VOCWITHCOLONS = exports2.VOCWITHSLASH = exports2.MANIFESTPATH = exports2.SchemaKeyName = exports2.SchemaTag = exports2.PropertyName = exports2.DefinitionName = exports2.ViewTemplateType = exports2.BINDINGPROPERTYREGEXSTRING = exports2.FacetBase = exports2.defaultExportResult = exports2.ChangeIndicator = exports2.ACTIONTITLEPREFIX = exports2.FACETTITLEPREFIX = exports2.FileName = exports2.DirName = exports2.Visualization = exports2.ControlType = exports2.ActionType = exports2.ArtifactType = exports2.SectionType = exports2.ALPViewType = exports2.ExportArtifacts = exports2.CreationFieldType = exports2.SchemaType = exports2.FlexChangeLayer = exports2.FlexibleColumnLayoutType = void 0;
|
|
51935
51937
|
var FlexibleColumnLayoutType;
|
|
51936
51938
|
(function(FlexibleColumnLayoutType2) {
|
|
51937
51939
|
FlexibleColumnLayoutType2["OneColumn"] = "OneColumn";
|
|
@@ -51960,6 +51962,11 @@ var require_types5 = __commonJS({
|
|
|
51960
51962
|
SchemaType3["FPMCustomPage"] = "FPMCustomPage";
|
|
51961
51963
|
SchemaType3["BuildingBlocks"] = "BuildingBlocks";
|
|
51962
51964
|
})(SchemaType2 || (exports2.SchemaType = SchemaType2 = {}));
|
|
51965
|
+
var CreationFieldType;
|
|
51966
|
+
(function(CreationFieldType2) {
|
|
51967
|
+
CreationFieldType2["Field"] = "Field";
|
|
51968
|
+
CreationFieldType2["FieldGroup"] = "FieldGroup";
|
|
51969
|
+
})(CreationFieldType || (exports2.CreationFieldType = CreationFieldType = {}));
|
|
51963
51970
|
var ExportArtifacts;
|
|
51964
51971
|
(function(ExportArtifacts2) {
|
|
51965
51972
|
ExportArtifacts2["flex"] = "flex";
|
|
@@ -52222,6 +52229,8 @@ var require_types5 = __commonJS({
|
|
|
52222
52229
|
DefinitionName2["ObjectPageCustomSectionActions"] = "ObjectPageCustomSectionActions";
|
|
52223
52230
|
DefinitionName2["CustomSectionActionOP"] = "CustomSectionActionOP";
|
|
52224
52231
|
DefinitionName2["CustomSectionActionPositionOP"] = "CustomSectionActionPositionOP";
|
|
52232
|
+
DefinitionName2["TableCreationModeCreationDialogOPTable"] = "TableCreationModeCreationDialogOPTable";
|
|
52233
|
+
DefinitionName2["TableCreationModeCreationDialogOPTreeTable"] = "TableCreationModeCreationDialogOPTreeTable";
|
|
52225
52234
|
})(DefinitionName || (exports2.DefinitionName = DefinitionName = {}));
|
|
52226
52235
|
var PropertyName;
|
|
52227
52236
|
(function(PropertyName2) {
|
|
@@ -52261,6 +52270,8 @@ var require_types5 = __commonJS({
|
|
|
52261
52270
|
SchemaTag2["messages"] = "messages";
|
|
52262
52271
|
SchemaTag2["propertyIndex"] = "propertyIndex";
|
|
52263
52272
|
SchemaTag2["target"] = "target";
|
|
52273
|
+
SchemaTag2["defaultControlProperty"] = "defaultControlProperty";
|
|
52274
|
+
SchemaTag2["controlProperty"] = "controlProperty";
|
|
52264
52275
|
})(SchemaTag || (exports2.SchemaTag = SchemaTag = {}));
|
|
52265
52276
|
var SchemaKeyName;
|
|
52266
52277
|
(function(SchemaKeyName2) {
|
|
@@ -52291,9 +52302,9 @@ var require_types5 = __commonJS({
|
|
|
52291
52302
|
}
|
|
52292
52303
|
});
|
|
52293
52304
|
|
|
52294
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52305
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/Application.js
|
|
52295
52306
|
var require_Application = __commonJS({
|
|
52296
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52307
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/Application.js"(exports2) {
|
|
52297
52308
|
"use strict";
|
|
52298
52309
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52299
52310
|
exports2.CloudDevAdaptationStatus = exports2.FlexibleColumnLayoutAggregations = exports2.StatePreservationMode = exports2.TableColumnVerticalAlignment = exports2.DraftDiscardEnabledSettings = void 0;
|
|
@@ -52327,9 +52338,9 @@ var require_Application = __commonJS({
|
|
|
52327
52338
|
}
|
|
52328
52339
|
});
|
|
52329
52340
|
|
|
52330
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52341
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/Manifest.js
|
|
52331
52342
|
var require_Manifest = __commonJS({
|
|
52332
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52343
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/Manifest.js"(exports2) {
|
|
52333
52344
|
"use strict";
|
|
52334
52345
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52335
52346
|
exports2.ColorPaletteDefinitionType = exports2.GENERICAPPSETTINGS = exports2.ManifestSection = exports2.DataSourceType = void 0;
|
|
@@ -52358,17 +52369,17 @@ var require_Manifest = __commonJS({
|
|
|
52358
52369
|
}
|
|
52359
52370
|
});
|
|
52360
52371
|
|
|
52361
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52372
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/sapOvp.js
|
|
52362
52373
|
var require_sapOvp = __commonJS({
|
|
52363
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52374
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/sapOvp.js"(exports2) {
|
|
52364
52375
|
"use strict";
|
|
52365
52376
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52366
52377
|
}
|
|
52367
52378
|
});
|
|
52368
52379
|
|
|
52369
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52380
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/sapUi5.js
|
|
52370
52381
|
var require_sapUi5 = __commonJS({
|
|
52371
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52382
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/sapUi5.js"(exports2) {
|
|
52372
52383
|
"use strict";
|
|
52373
52384
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52374
52385
|
exports2.SAPUI5_FRAGMENT_CLASS = exports2.SAPUI5_VIEW_CLASS = exports2.ViewTypes = exports2.FIORI_FCL_ROOT_ID = exports2.FIORI_FCL_ROOT_VIEW_NAME = void 0;
|
|
@@ -52385,9 +52396,9 @@ var require_sapUi5 = __commonJS({
|
|
|
52385
52396
|
}
|
|
52386
52397
|
});
|
|
52387
52398
|
|
|
52388
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52399
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/index.js
|
|
52389
52400
|
var require_manifest = __commonJS({
|
|
52390
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52401
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/index.js"(exports2) {
|
|
52391
52402
|
"use strict";
|
|
52392
52403
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
52393
52404
|
if (k2 === void 0) k2 = k;
|
|
@@ -52412,9 +52423,9 @@ var require_manifest = __commonJS({
|
|
|
52412
52423
|
}
|
|
52413
52424
|
});
|
|
52414
52425
|
|
|
52415
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52426
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/color.js
|
|
52416
52427
|
var require_color = __commonJS({
|
|
52417
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52428
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/color.js"(exports2) {
|
|
52418
52429
|
"use strict";
|
|
52419
52430
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52420
52431
|
exports2.ChartColor = void 0;
|
|
@@ -52512,9 +52523,9 @@ var require_color = __commonJS({
|
|
|
52512
52523
|
}
|
|
52513
52524
|
});
|
|
52514
52525
|
|
|
52515
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52526
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/index.js
|
|
52516
52527
|
var require_common4 = __commonJS({
|
|
52517
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52528
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/index.js"(exports2) {
|
|
52518
52529
|
"use strict";
|
|
52519
52530
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
52520
52531
|
if (k2 === void 0) k2 = k;
|
|
@@ -52541,9 +52552,9 @@ var require_common4 = __commonJS({
|
|
|
52541
52552
|
}
|
|
52542
52553
|
});
|
|
52543
52554
|
|
|
52544
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52555
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/apiTypes.js
|
|
52545
52556
|
var require_apiTypes = __commonJS({
|
|
52546
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52557
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/apiTypes.js"(exports2) {
|
|
52547
52558
|
"use strict";
|
|
52548
52559
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52549
52560
|
exports2.Features = exports2.CustomExtensionType = exports2.TemplateType = exports2.PropertyMessageType = exports2.logSeverityLabel = exports2.LogSeverity = void 0;
|
|
@@ -52603,17 +52614,17 @@ var require_apiTypes = __commonJS({
|
|
|
52603
52614
|
}
|
|
52604
52615
|
});
|
|
52605
52616
|
|
|
52606
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52617
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Action.js
|
|
52607
52618
|
var require_Action = __commonJS({
|
|
52608
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52619
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Action.js"(exports2) {
|
|
52609
52620
|
"use strict";
|
|
52610
52621
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52611
52622
|
}
|
|
52612
52623
|
});
|
|
52613
52624
|
|
|
52614
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52625
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Card.js
|
|
52615
52626
|
var require_Card = __commonJS({
|
|
52616
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52627
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Card.js"(exports2) {
|
|
52617
52628
|
"use strict";
|
|
52618
52629
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52619
52630
|
exports2.LinkListFlavorType = exports2.SortOrderType = exports2.ListTypeType = exports2.ListFlavorType = exports2.MeasureAggregateValues = exports2.CardSettingsType = exports2.cardTemplateSettingsMap = exports2.cardTemplateTypeMap = exports2.CardTemplateType = exports2.ChartCardType = void 0;
|
|
@@ -52693,17 +52704,17 @@ var require_Card = __commonJS({
|
|
|
52693
52704
|
}
|
|
52694
52705
|
});
|
|
52695
52706
|
|
|
52696
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52707
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Field.js
|
|
52697
52708
|
var require_Field = __commonJS({
|
|
52698
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52709
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Field.js"(exports2) {
|
|
52699
52710
|
"use strict";
|
|
52700
52711
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52701
52712
|
}
|
|
52702
52713
|
});
|
|
52703
52714
|
|
|
52704
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52715
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/FilterBar.js
|
|
52705
52716
|
var require_FilterBar = __commonJS({
|
|
52706
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52717
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/FilterBar.js"(exports2) {
|
|
52707
52718
|
"use strict";
|
|
52708
52719
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52709
52720
|
exports2.FilterPathType = exports2.DefaultDateRangeValueType = exports2.DateRangeType = void 0;
|
|
@@ -52790,17 +52801,17 @@ var require_FilterBar = __commonJS({
|
|
|
52790
52801
|
}
|
|
52791
52802
|
});
|
|
52792
52803
|
|
|
52793
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52804
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Header.js
|
|
52794
52805
|
var require_Header = __commonJS({
|
|
52795
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52806
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Header.js"(exports2) {
|
|
52796
52807
|
"use strict";
|
|
52797
52808
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52798
52809
|
}
|
|
52799
52810
|
});
|
|
52800
52811
|
|
|
52801
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52812
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Table.js
|
|
52802
52813
|
var require_Table = __commonJS({
|
|
52803
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52814
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Table.js"(exports2) {
|
|
52804
52815
|
"use strict";
|
|
52805
52816
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52806
52817
|
exports2.LoadDataOnAppLaunchSettings = exports2.DefaultFilterMode = exports2.DefaultContentView = exports2.IgnoredFieldsType = exports2.Strategy = exports2.TableColumnExtensionTypeV2 = exports2.TableTypeV2 = exports2.customColumnViewTypes = void 0;
|
|
@@ -52850,25 +52861,25 @@ var require_Table = __commonJS({
|
|
|
52850
52861
|
}
|
|
52851
52862
|
});
|
|
52852
52863
|
|
|
52853
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52864
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ToolBar.js
|
|
52854
52865
|
var require_ToolBar = __commonJS({
|
|
52855
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52866
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ToolBar.js"(exports2) {
|
|
52856
52867
|
"use strict";
|
|
52857
52868
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52858
52869
|
}
|
|
52859
52870
|
});
|
|
52860
52871
|
|
|
52861
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52872
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageFooter.js
|
|
52862
52873
|
var require_ObjectPageFooter = __commonJS({
|
|
52863
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52874
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageFooter.js"(exports2) {
|
|
52864
52875
|
"use strict";
|
|
52865
52876
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52866
52877
|
}
|
|
52867
52878
|
});
|
|
52868
52879
|
|
|
52869
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52880
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/AnalyticalListPageChart.js
|
|
52870
52881
|
var require_AnalyticalListPageChart = __commonJS({
|
|
52871
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52882
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/AnalyticalListPageChart.js"(exports2) {
|
|
52872
52883
|
"use strict";
|
|
52873
52884
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52874
52885
|
exports2.ChartType = void 0;
|
|
@@ -52908,41 +52919,41 @@ var require_AnalyticalListPageChart = __commonJS({
|
|
|
52908
52919
|
}
|
|
52909
52920
|
});
|
|
52910
52921
|
|
|
52911
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52922
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/AnalyticalListPageKPI.js
|
|
52912
52923
|
var require_AnalyticalListPageKPI = __commonJS({
|
|
52913
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52924
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/AnalyticalListPageKPI.js"(exports2) {
|
|
52914
52925
|
"use strict";
|
|
52915
52926
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52916
52927
|
}
|
|
52917
52928
|
});
|
|
52918
52929
|
|
|
52919
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52930
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageHeader.js
|
|
52920
52931
|
var require_ObjectPageHeader = __commonJS({
|
|
52921
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52932
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageHeader.js"(exports2) {
|
|
52922
52933
|
"use strict";
|
|
52923
52934
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52924
52935
|
}
|
|
52925
52936
|
});
|
|
52926
52937
|
|
|
52927
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52938
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageHeaderSection.js
|
|
52928
52939
|
var require_ObjectPageHeaderSection = __commonJS({
|
|
52929
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52940
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageHeaderSection.js"(exports2) {
|
|
52930
52941
|
"use strict";
|
|
52931
52942
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52932
52943
|
}
|
|
52933
52944
|
});
|
|
52934
52945
|
|
|
52935
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52946
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageLayout.js
|
|
52936
52947
|
var require_ObjectPageLayout = __commonJS({
|
|
52937
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52948
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageLayout.js"(exports2) {
|
|
52938
52949
|
"use strict";
|
|
52939
52950
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52940
52951
|
}
|
|
52941
52952
|
});
|
|
52942
52953
|
|
|
52943
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52954
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageSection.js
|
|
52944
52955
|
var require_ObjectPageSection = __commonJS({
|
|
52945
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52956
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageSection.js"(exports2) {
|
|
52946
52957
|
"use strict";
|
|
52947
52958
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52948
52959
|
exports2.ExtensionFragmentTypes = exports2.SectionPosition = void 0;
|
|
@@ -52959,25 +52970,25 @@ var require_ObjectPageSection = __commonJS({
|
|
|
52959
52970
|
}
|
|
52960
52971
|
});
|
|
52961
52972
|
|
|
52962
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52973
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageChart.js
|
|
52963
52974
|
var require_ObjectPageChart = __commonJS({
|
|
52964
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52975
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageChart.js"(exports2) {
|
|
52965
52976
|
"use strict";
|
|
52966
52977
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52967
52978
|
}
|
|
52968
52979
|
});
|
|
52969
52980
|
|
|
52970
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52981
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageForm.js
|
|
52971
52982
|
var require_ObjectPageForm = __commonJS({
|
|
52972
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52983
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageForm.js"(exports2) {
|
|
52973
52984
|
"use strict";
|
|
52974
52985
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52975
52986
|
}
|
|
52976
52987
|
});
|
|
52977
52988
|
|
|
52978
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52989
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageTable.js
|
|
52979
52990
|
var require_ObjectPageTable = __commonJS({
|
|
52980
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
52991
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageTable.js"(exports2) {
|
|
52981
52992
|
"use strict";
|
|
52982
52993
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52983
52994
|
exports2.CreateMode = void 0;
|
|
@@ -52990,17 +53001,17 @@ var require_ObjectPageTable = __commonJS({
|
|
|
52990
53001
|
}
|
|
52991
53002
|
});
|
|
52992
53003
|
|
|
52993
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53004
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageToolBar.js
|
|
52994
53005
|
var require_ObjectPageToolBar = __commonJS({
|
|
52995
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53006
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageToolBar.js"(exports2) {
|
|
52996
53007
|
"use strict";
|
|
52997
53008
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
52998
53009
|
}
|
|
52999
53010
|
});
|
|
53000
53011
|
|
|
53001
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53012
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/index.js
|
|
53002
53013
|
var require_controls = __commonJS({
|
|
53003
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53014
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/index.js"(exports2) {
|
|
53004
53015
|
"use strict";
|
|
53005
53016
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53006
53017
|
if (k2 === void 0) k2 = k;
|
|
@@ -53040,9 +53051,9 @@ var require_controls = __commonJS({
|
|
|
53040
53051
|
}
|
|
53041
53052
|
});
|
|
53042
53053
|
|
|
53043
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53054
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUiPageV2.js
|
|
53044
53055
|
var require_sapUiPageV2 = __commonJS({
|
|
53045
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53056
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUiPageV2.js"(exports2) {
|
|
53046
53057
|
"use strict";
|
|
53047
53058
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53048
53059
|
exports2.FE_TEMPLATE_V2_ALP = exports2.FE_TEMPLATE_V2_LIST_REPORT = exports2.FE_TEMPLATE_V2_OBJECT_PAGE = exports2.FE_TEMPLATE_V2 = void 0;
|
|
@@ -53053,9 +53064,9 @@ var require_sapUiPageV2 = __commonJS({
|
|
|
53053
53064
|
}
|
|
53054
53065
|
});
|
|
53055
53066
|
|
|
53056
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53067
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUi5.js
|
|
53057
53068
|
var require_sapUi52 = __commonJS({
|
|
53058
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53069
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUi5.js"(exports2) {
|
|
53059
53070
|
"use strict";
|
|
53060
53071
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53061
53072
|
exports2.SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE = exports2.SAPUI5_VIEW_EXTENSION_LIST_REPORT = exports2.SAPUI5_VIEW_EXTENSION_OBJECT_PAGE = exports2.SAPUI5_CONTROLLER_EXTENSION = exports2.SAPUI5_VIEW_EXTENSION = void 0;
|
|
@@ -53067,17 +53078,17 @@ var require_sapUi52 = __commonJS({
|
|
|
53067
53078
|
}
|
|
53068
53079
|
});
|
|
53069
53080
|
|
|
53070
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53081
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUi.js
|
|
53071
53082
|
var require_sapUi = __commonJS({
|
|
53072
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53083
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUi.js"(exports2) {
|
|
53073
53084
|
"use strict";
|
|
53074
53085
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53075
53086
|
}
|
|
53076
53087
|
});
|
|
53077
53088
|
|
|
53078
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53089
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/index.js
|
|
53079
53090
|
var require_manifest2 = __commonJS({
|
|
53080
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53091
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/index.js"(exports2) {
|
|
53081
53092
|
"use strict";
|
|
53082
53093
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53083
53094
|
if (k2 === void 0) k2 = k;
|
|
@@ -53102,9 +53113,9 @@ var require_manifest2 = __commonJS({
|
|
|
53102
53113
|
}
|
|
53103
53114
|
});
|
|
53104
53115
|
|
|
53105
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53116
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/index.js
|
|
53106
53117
|
var require_webapp2 = __commonJS({
|
|
53107
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53118
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/index.js"(exports2) {
|
|
53108
53119
|
"use strict";
|
|
53109
53120
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53110
53121
|
if (k2 === void 0) k2 = k;
|
|
@@ -53127,49 +53138,49 @@ var require_webapp2 = __commonJS({
|
|
|
53127
53138
|
}
|
|
53128
53139
|
});
|
|
53129
53140
|
|
|
53130
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53141
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/page.js
|
|
53131
53142
|
var require_page2 = __commonJS({
|
|
53132
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53143
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/page.js"(exports2) {
|
|
53133
53144
|
"use strict";
|
|
53134
53145
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53135
53146
|
}
|
|
53136
53147
|
});
|
|
53137
53148
|
|
|
53138
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53149
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/ObjectPageConfigV2.js
|
|
53139
53150
|
var require_ObjectPageConfigV2 = __commonJS({
|
|
53140
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53151
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/ObjectPageConfigV2.js"(exports2) {
|
|
53141
53152
|
"use strict";
|
|
53142
53153
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53143
53154
|
}
|
|
53144
53155
|
});
|
|
53145
53156
|
|
|
53146
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53157
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/ListReportConfigV2.js
|
|
53147
53158
|
var require_ListReportConfigV2 = __commonJS({
|
|
53148
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53159
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/ListReportConfigV2.js"(exports2) {
|
|
53149
53160
|
"use strict";
|
|
53150
53161
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53151
53162
|
}
|
|
53152
53163
|
});
|
|
53153
53164
|
|
|
53154
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53165
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/OverviewPageConfigV2.js
|
|
53155
53166
|
var require_OverviewPageConfigV2 = __commonJS({
|
|
53156
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53167
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/OverviewPageConfigV2.js"(exports2) {
|
|
53157
53168
|
"use strict";
|
|
53158
53169
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53159
53170
|
}
|
|
53160
53171
|
});
|
|
53161
53172
|
|
|
53162
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53173
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/AnalyticalListPageConfigV2.js
|
|
53163
53174
|
var require_AnalyticalListPageConfigV2 = __commonJS({
|
|
53164
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53175
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/AnalyticalListPageConfigV2.js"(exports2) {
|
|
53165
53176
|
"use strict";
|
|
53166
53177
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53167
53178
|
}
|
|
53168
53179
|
});
|
|
53169
53180
|
|
|
53170
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53181
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/index.js
|
|
53171
53182
|
var require_pages = __commonJS({
|
|
53172
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53183
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/index.js"(exports2) {
|
|
53173
53184
|
"use strict";
|
|
53174
53185
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53175
53186
|
if (k2 === void 0) k2 = k;
|
|
@@ -53195,9 +53206,9 @@ var require_pages = __commonJS({
|
|
|
53195
53206
|
}
|
|
53196
53207
|
});
|
|
53197
53208
|
|
|
53198
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53209
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/overviewPage.js
|
|
53199
53210
|
var require_overviewPage = __commonJS({
|
|
53200
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53211
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/overviewPage.js"(exports2) {
|
|
53201
53212
|
"use strict";
|
|
53202
53213
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53203
53214
|
exports2.ContainerLayoutType = void 0;
|
|
@@ -53215,25 +53226,25 @@ var require_overviewPage = __commonJS({
|
|
|
53215
53226
|
}
|
|
53216
53227
|
});
|
|
53217
53228
|
|
|
53218
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53229
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/application.js
|
|
53219
53230
|
var require_application = __commonJS({
|
|
53220
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53231
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/application.js"(exports2) {
|
|
53221
53232
|
"use strict";
|
|
53222
53233
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53223
53234
|
}
|
|
53224
53235
|
});
|
|
53225
53236
|
|
|
53226
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53237
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/ApplicationV2.js
|
|
53227
53238
|
var require_ApplicationV2 = __commonJS({
|
|
53228
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53239
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/ApplicationV2.js"(exports2) {
|
|
53229
53240
|
"use strict";
|
|
53230
53241
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53231
53242
|
}
|
|
53232
53243
|
});
|
|
53233
53244
|
|
|
53234
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53245
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/index.js
|
|
53235
53246
|
var require_v2 = __commonJS({
|
|
53236
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53247
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/index.js"(exports2) {
|
|
53237
53248
|
"use strict";
|
|
53238
53249
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53239
53250
|
if (k2 === void 0) k2 = k;
|
|
@@ -53262,9 +53273,9 @@ var require_v2 = __commonJS({
|
|
|
53262
53273
|
}
|
|
53263
53274
|
});
|
|
53264
53275
|
|
|
53265
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53276
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/CustomAction.js
|
|
53266
53277
|
var require_CustomAction = __commonJS({
|
|
53267
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53278
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/CustomAction.js"(exports2) {
|
|
53268
53279
|
"use strict";
|
|
53269
53280
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53270
53281
|
exports2.ActionPlacement = void 0;
|
|
@@ -53276,12 +53287,12 @@ var require_CustomAction = __commonJS({
|
|
|
53276
53287
|
}
|
|
53277
53288
|
});
|
|
53278
53289
|
|
|
53279
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53290
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/Table.js
|
|
53280
53291
|
var require_Table2 = __commonJS({
|
|
53281
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53292
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/Table.js"(exports2) {
|
|
53282
53293
|
"use strict";
|
|
53283
53294
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53284
|
-
exports2.DefaultPathType = exports2.InitialLoadType = exports2.TableTypeV4 = exports2.RowCountMode = exports2.SelectionMode = void 0;
|
|
53295
|
+
exports2.EMPTY_OPTION = exports2.DefaultPathType = exports2.InitialLoadType = exports2.TableTypeV4 = exports2.RowCountMode = exports2.SelectionMode = void 0;
|
|
53285
53296
|
var SelectionMode;
|
|
53286
53297
|
(function(SelectionMode2) {
|
|
53287
53298
|
SelectionMode2["Multi"] = "Multi";
|
|
@@ -53313,12 +53324,13 @@ var require_Table2 = __commonJS({
|
|
|
53313
53324
|
DefaultPathType2["Secondary"] = "secondary";
|
|
53314
53325
|
DefaultPathType2["Both"] = "both";
|
|
53315
53326
|
})(DefaultPathType || (exports2.DefaultPathType = DefaultPathType = {}));
|
|
53327
|
+
exports2.EMPTY_OPTION = "";
|
|
53316
53328
|
}
|
|
53317
53329
|
});
|
|
53318
53330
|
|
|
53319
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53331
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/FilterBar.js
|
|
53320
53332
|
var require_FilterBar2 = __commonJS({
|
|
53321
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53333
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/FilterBar.js"(exports2) {
|
|
53322
53334
|
"use strict";
|
|
53323
53335
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53324
53336
|
exports2.FilterFieldPlacement = exports2.InitialLayoutType = exports2.LayoutType = void 0;
|
|
@@ -53340,17 +53352,17 @@ var require_FilterBar2 = __commonJS({
|
|
|
53340
53352
|
}
|
|
53341
53353
|
});
|
|
53342
53354
|
|
|
53343
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53355
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/Header.js
|
|
53344
53356
|
var require_Header2 = __commonJS({
|
|
53345
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53357
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/Header.js"(exports2) {
|
|
53346
53358
|
"use strict";
|
|
53347
53359
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53348
53360
|
}
|
|
53349
53361
|
});
|
|
53350
53362
|
|
|
53351
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53363
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ToolBar.js
|
|
53352
53364
|
var require_ToolBar2 = __commonJS({
|
|
53353
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53365
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ToolBar.js"(exports2) {
|
|
53354
53366
|
"use strict";
|
|
53355
53367
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53356
53368
|
exports2.SelectType = void 0;
|
|
@@ -53362,41 +53374,41 @@ var require_ToolBar2 = __commonJS({
|
|
|
53362
53374
|
}
|
|
53363
53375
|
});
|
|
53364
53376
|
|
|
53365
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53377
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageToolBar.js
|
|
53366
53378
|
var require_ObjectPageToolBar2 = __commonJS({
|
|
53367
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53379
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageToolBar.js"(exports2) {
|
|
53368
53380
|
"use strict";
|
|
53369
53381
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53370
53382
|
}
|
|
53371
53383
|
});
|
|
53372
53384
|
|
|
53373
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53385
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageForm.js
|
|
53374
53386
|
var require_ObjectPageForm2 = __commonJS({
|
|
53375
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53387
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageForm.js"(exports2) {
|
|
53376
53388
|
"use strict";
|
|
53377
53389
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53378
53390
|
}
|
|
53379
53391
|
});
|
|
53380
53392
|
|
|
53381
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53393
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageHeader.js
|
|
53382
53394
|
var require_ObjectPageHeader2 = __commonJS({
|
|
53383
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53395
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageHeader.js"(exports2) {
|
|
53384
53396
|
"use strict";
|
|
53385
53397
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53386
53398
|
}
|
|
53387
53399
|
});
|
|
53388
53400
|
|
|
53389
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53401
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageHeaderSection.js
|
|
53390
53402
|
var require_ObjectPageHeaderSection2 = __commonJS({
|
|
53391
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53403
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageHeaderSection.js"(exports2) {
|
|
53392
53404
|
"use strict";
|
|
53393
53405
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53394
53406
|
}
|
|
53395
53407
|
});
|
|
53396
53408
|
|
|
53397
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53409
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageLayout.js
|
|
53398
53410
|
var require_ObjectPageLayout2 = __commonJS({
|
|
53399
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53411
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageLayout.js"(exports2) {
|
|
53400
53412
|
"use strict";
|
|
53401
53413
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53402
53414
|
exports2.SectionLayoutType = void 0;
|
|
@@ -53408,9 +53420,9 @@ var require_ObjectPageLayout2 = __commonJS({
|
|
|
53408
53420
|
}
|
|
53409
53421
|
});
|
|
53410
53422
|
|
|
53411
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53423
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageSection.js
|
|
53412
53424
|
var require_ObjectPageSection2 = __commonJS({
|
|
53413
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53425
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageSection.js"(exports2) {
|
|
53414
53426
|
"use strict";
|
|
53415
53427
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53416
53428
|
exports2.CustomSectionViewTypesV4 = exports2.SectionPosition = void 0;
|
|
@@ -53426,9 +53438,9 @@ var require_ObjectPageSection2 = __commonJS({
|
|
|
53426
53438
|
}
|
|
53427
53439
|
});
|
|
53428
53440
|
|
|
53429
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53441
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageTable.js
|
|
53430
53442
|
var require_ObjectPageTable2 = __commonJS({
|
|
53431
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53443
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageTable.js"(exports2) {
|
|
53432
53444
|
"use strict";
|
|
53433
53445
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53434
53446
|
exports2.TableCreationModeType = void 0;
|
|
@@ -53437,21 +53449,23 @@ var require_ObjectPageTable2 = __commonJS({
|
|
|
53437
53449
|
TableCreationModeType2["NewPage"] = "NewPage";
|
|
53438
53450
|
TableCreationModeType2["InlineCreationRows"] = "InlineCreationRows";
|
|
53439
53451
|
TableCreationModeType2["Inline"] = "Inline";
|
|
53452
|
+
TableCreationModeType2["CreationDialog"] = "CreationDialog";
|
|
53453
|
+
TableCreationModeType2["External"] = "External";
|
|
53440
53454
|
})(TableCreationModeType || (exports2.TableCreationModeType = TableCreationModeType = {}));
|
|
53441
53455
|
}
|
|
53442
53456
|
});
|
|
53443
53457
|
|
|
53444
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53458
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageFooter.js
|
|
53445
53459
|
var require_ObjectPageFooter2 = __commonJS({
|
|
53446
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53460
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageFooter.js"(exports2) {
|
|
53447
53461
|
"use strict";
|
|
53448
53462
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53449
53463
|
}
|
|
53450
53464
|
});
|
|
53451
53465
|
|
|
53452
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53466
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/index.js
|
|
53453
53467
|
var require_controls2 = __commonJS({
|
|
53454
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53468
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/index.js"(exports2) {
|
|
53455
53469
|
"use strict";
|
|
53456
53470
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53457
53471
|
if (k2 === void 0) k2 = k;
|
|
@@ -53487,9 +53501,9 @@ var require_controls2 = __commonJS({
|
|
|
53487
53501
|
}
|
|
53488
53502
|
});
|
|
53489
53503
|
|
|
53490
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53504
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/sapUiPageV4.js
|
|
53491
53505
|
var require_sapUiPageV4 = __commonJS({
|
|
53492
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53506
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/sapUiPageV4.js"(exports2) {
|
|
53493
53507
|
"use strict";
|
|
53494
53508
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53495
53509
|
exports2.SectionPositionV4 = exports2.SAPUI5_FRAGMENT_TYPE_V4 = exports2.FE_TEMPLATE_V4_ALP = exports2.FE_TEMPLATE_V4_LIST_REPORT = exports2.FE_TEMPLATE_V4_OBJECT_PAGE = exports2.FE_TEMPLATE_V4_CUSTOM_PAGE = exports2.FE_NAMESPACE_V4 = void 0;
|
|
@@ -53507,9 +53521,9 @@ var require_sapUiPageV4 = __commonJS({
|
|
|
53507
53521
|
}
|
|
53508
53522
|
});
|
|
53509
53523
|
|
|
53510
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53524
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/sapUi5.js
|
|
53511
53525
|
var require_sapUi53 = __commonJS({
|
|
53512
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53526
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/sapUi5.js"(exports2) {
|
|
53513
53527
|
"use strict";
|
|
53514
53528
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53515
53529
|
exports2.SAPUI5_VIEW_EXTENSION_LIST_REPORT = exports2.SAPUI5_VIEW_EXTENSION_OBJECT_PAGE = exports2.SAPUI5_CONTROLLER_EXTENSION = exports2.SAPUI5_DEPENDENCY_LIB_SAP_F = exports2.FIORI_FCL_ROUTER_CLASS = void 0;
|
|
@@ -53521,9 +53535,9 @@ var require_sapUi53 = __commonJS({
|
|
|
53521
53535
|
}
|
|
53522
53536
|
});
|
|
53523
53537
|
|
|
53524
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53538
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/ManifestSettings.js
|
|
53525
53539
|
var require_ManifestSettings = __commonJS({
|
|
53526
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53540
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/ManifestSettings.js"(exports2) {
|
|
53527
53541
|
"use strict";
|
|
53528
53542
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53529
53543
|
exports2.HorizontalAlign = exports2.Availability = exports2.Placement = void 0;
|
|
@@ -53547,9 +53561,9 @@ var require_ManifestSettings = __commonJS({
|
|
|
53547
53561
|
}
|
|
53548
53562
|
});
|
|
53549
53563
|
|
|
53550
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53564
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/index.js
|
|
53551
53565
|
var require_manifest3 = __commonJS({
|
|
53552
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53566
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/index.js"(exports2) {
|
|
53553
53567
|
"use strict";
|
|
53554
53568
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53555
53569
|
if (k2 === void 0) k2 = k;
|
|
@@ -53574,9 +53588,9 @@ var require_manifest3 = __commonJS({
|
|
|
53574
53588
|
}
|
|
53575
53589
|
});
|
|
53576
53590
|
|
|
53577
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53591
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/index.js
|
|
53578
53592
|
var require_webapp3 = __commonJS({
|
|
53579
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53593
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/index.js"(exports2) {
|
|
53580
53594
|
"use strict";
|
|
53581
53595
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53582
53596
|
if (k2 === void 0) k2 = k;
|
|
@@ -53599,17 +53613,17 @@ var require_webapp3 = __commonJS({
|
|
|
53599
53613
|
}
|
|
53600
53614
|
});
|
|
53601
53615
|
|
|
53602
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53616
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/page.js
|
|
53603
53617
|
var require_page3 = __commonJS({
|
|
53604
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53618
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/page.js"(exports2) {
|
|
53605
53619
|
"use strict";
|
|
53606
53620
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53607
53621
|
}
|
|
53608
53622
|
});
|
|
53609
53623
|
|
|
53610
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53624
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/ObjectPageConfigV4.js
|
|
53611
53625
|
var require_ObjectPageConfigV4 = __commonJS({
|
|
53612
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53626
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/ObjectPageConfigV4.js"(exports2) {
|
|
53613
53627
|
"use strict";
|
|
53614
53628
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53615
53629
|
exports2.VariantManagementTypeObjectPage = void 0;
|
|
@@ -53621,9 +53635,9 @@ var require_ObjectPageConfigV4 = __commonJS({
|
|
|
53621
53635
|
}
|
|
53622
53636
|
});
|
|
53623
53637
|
|
|
53624
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53638
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/ListReportConfigV4.js
|
|
53625
53639
|
var require_ListReportConfigV4 = __commonJS({
|
|
53626
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53640
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/ListReportConfigV4.js"(exports2) {
|
|
53627
53641
|
"use strict";
|
|
53628
53642
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53629
53643
|
exports2.VariantManagementTypeListReport = void 0;
|
|
@@ -53636,17 +53650,17 @@ var require_ListReportConfigV4 = __commonJS({
|
|
|
53636
53650
|
}
|
|
53637
53651
|
});
|
|
53638
53652
|
|
|
53639
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53653
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/FreestylePageConfigV4.js
|
|
53640
53654
|
var require_FreestylePageConfigV4 = __commonJS({
|
|
53641
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53655
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/FreestylePageConfigV4.js"(exports2) {
|
|
53642
53656
|
"use strict";
|
|
53643
53657
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53644
53658
|
}
|
|
53645
53659
|
});
|
|
53646
53660
|
|
|
53647
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53661
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/index.js
|
|
53648
53662
|
var require_pages2 = __commonJS({
|
|
53649
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53663
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/index.js"(exports2) {
|
|
53650
53664
|
"use strict";
|
|
53651
53665
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53652
53666
|
if (k2 === void 0) k2 = k;
|
|
@@ -53671,25 +53685,25 @@ var require_pages2 = __commonJS({
|
|
|
53671
53685
|
}
|
|
53672
53686
|
});
|
|
53673
53687
|
|
|
53674
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53688
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/application.js
|
|
53675
53689
|
var require_application2 = __commonJS({
|
|
53676
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53690
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/application.js"(exports2) {
|
|
53677
53691
|
"use strict";
|
|
53678
53692
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53679
53693
|
}
|
|
53680
53694
|
});
|
|
53681
53695
|
|
|
53682
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53696
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/ApplicationV4.js
|
|
53683
53697
|
var require_ApplicationV4 = __commonJS({
|
|
53684
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53698
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/ApplicationV4.js"(exports2) {
|
|
53685
53699
|
"use strict";
|
|
53686
53700
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
53687
53701
|
}
|
|
53688
53702
|
});
|
|
53689
53703
|
|
|
53690
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53704
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/index.js
|
|
53691
53705
|
var require_v4 = __commonJS({
|
|
53692
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53706
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/index.js"(exports2) {
|
|
53693
53707
|
"use strict";
|
|
53694
53708
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53695
53709
|
if (k2 === void 0) k2 = k;
|
|
@@ -53717,9 +53731,9 @@ var require_v4 = __commonJS({
|
|
|
53717
53731
|
}
|
|
53718
53732
|
});
|
|
53719
53733
|
|
|
53720
|
-
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53734
|
+
// ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/index.js
|
|
53721
53735
|
var require_src = __commonJS({
|
|
53722
|
-
"../../node_modules/.pnpm/@sap+ux-specification@1.136.
|
|
53736
|
+
"../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/index.js"(exports2) {
|
|
53723
53737
|
"use strict";
|
|
53724
53738
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
53725
53739
|
if (k2 === void 0) k2 = k;
|
|
@@ -130423,9 +130437,9 @@ var require_follow_redirects = __commonJS({
|
|
|
130423
130437
|
}
|
|
130424
130438
|
});
|
|
130425
130439
|
|
|
130426
|
-
// ../../node_modules/.pnpm/axios@1.
|
|
130440
|
+
// ../../node_modules/.pnpm/axios@1.12.2/node_modules/axios/dist/node/axios.cjs
|
|
130427
130441
|
var require_axios = __commonJS({
|
|
130428
|
-
"../../node_modules/.pnpm/axios@1.
|
|
130442
|
+
"../../node_modules/.pnpm/axios@1.12.2/node_modules/axios/dist/node/axios.cjs"(exports2, module2) {
|
|
130429
130443
|
"use strict";
|
|
130430
130444
|
var FormData$1 = require_form_data();
|
|
130431
130445
|
var crypto3 = require("crypto");
|
|
@@ -130471,7 +130485,7 @@ var require_axios = __commonJS({
|
|
|
130471
130485
|
var { isArray: isArray3 } = Array;
|
|
130472
130486
|
var isUndefined2 = typeOfTest("undefined");
|
|
130473
130487
|
function isBuffer(val2) {
|
|
130474
|
-
return val2 !== null && !isUndefined2(val2) && val2.constructor !== null && !isUndefined2(val2.constructor) &&
|
|
130488
|
+
return val2 !== null && !isUndefined2(val2) && val2.constructor !== null && !isUndefined2(val2.constructor) && isFunction$1(val2.constructor.isBuffer) && val2.constructor.isBuffer(val2);
|
|
130475
130489
|
}
|
|
130476
130490
|
var isArrayBuffer2 = kindOfTest("ArrayBuffer");
|
|
130477
130491
|
function isArrayBufferView(val2) {
|
|
@@ -130484,7 +130498,7 @@ var require_axios = __commonJS({
|
|
|
130484
130498
|
return result;
|
|
130485
130499
|
}
|
|
130486
130500
|
var isString3 = typeOfTest("string");
|
|
130487
|
-
var
|
|
130501
|
+
var isFunction$1 = typeOfTest("function");
|
|
130488
130502
|
var isNumber2 = typeOfTest("number");
|
|
130489
130503
|
var isObject5 = (thing) => thing !== null && typeof thing === "object";
|
|
130490
130504
|
var isBoolean = (thing) => thing === true || thing === false;
|
|
@@ -130509,11 +130523,11 @@ var require_axios = __commonJS({
|
|
|
130509
130523
|
var isFile = kindOfTest("File");
|
|
130510
130524
|
var isBlob = kindOfTest("Blob");
|
|
130511
130525
|
var isFileList = kindOfTest("FileList");
|
|
130512
|
-
var isStream = (val2) => isObject5(val2) &&
|
|
130526
|
+
var isStream = (val2) => isObject5(val2) && isFunction$1(val2.pipe);
|
|
130513
130527
|
var isFormData = (thing) => {
|
|
130514
130528
|
let kind;
|
|
130515
|
-
return thing && (typeof FormData === "function" && thing instanceof FormData ||
|
|
130516
|
-
kind === "object" &&
|
|
130529
|
+
return thing && (typeof FormData === "function" && thing instanceof FormData || isFunction$1(thing.append) && ((kind = kindOf(thing)) === "formdata" || // detect form-data instance
|
|
130530
|
+
kind === "object" && isFunction$1(thing.toString) && thing.toString() === "[object FormData]"));
|
|
130517
130531
|
};
|
|
130518
130532
|
var isURLSearchParams = kindOfTest("URLSearchParams");
|
|
130519
130533
|
var [isReadableStream2, isRequest, isResponse, isHeaders] = ["ReadableStream", "Request", "Response", "Headers"].map(kindOfTest);
|
|
@@ -130566,7 +130580,7 @@ var require_axios = __commonJS({
|
|
|
130566
130580
|
})();
|
|
130567
130581
|
var isContextDefined = (context2) => !isUndefined2(context2) && context2 !== _global2;
|
|
130568
130582
|
function merge4() {
|
|
130569
|
-
const { caseless } = isContextDefined(this) && this || {};
|
|
130583
|
+
const { caseless, skipUndefined } = isContextDefined(this) && this || {};
|
|
130570
130584
|
const result = {};
|
|
130571
130585
|
const assignValue = (val2, key) => {
|
|
130572
130586
|
const targetKey = caseless && findKey(result, key) || key;
|
|
@@ -130576,7 +130590,7 @@ var require_axios = __commonJS({
|
|
|
130576
130590
|
result[targetKey] = merge4({}, val2);
|
|
130577
130591
|
} else if (isArray3(val2)) {
|
|
130578
130592
|
result[targetKey] = val2.slice();
|
|
130579
|
-
} else {
|
|
130593
|
+
} else if (!skipUndefined || !isUndefined2(val2)) {
|
|
130580
130594
|
result[targetKey] = val2;
|
|
130581
130595
|
}
|
|
130582
130596
|
};
|
|
@@ -130587,7 +130601,7 @@ var require_axios = __commonJS({
|
|
|
130587
130601
|
}
|
|
130588
130602
|
var extend3 = (a, b, thisArg, { allOwnKeys } = {}) => {
|
|
130589
130603
|
forEach2(b, (val2, key) => {
|
|
130590
|
-
if (thisArg &&
|
|
130604
|
+
if (thisArg && isFunction$1(val2)) {
|
|
130591
130605
|
a[key] = bind(val2, thisArg);
|
|
130592
130606
|
} else {
|
|
130593
130607
|
a[key] = val2;
|
|
@@ -130696,11 +130710,11 @@ var require_axios = __commonJS({
|
|
|
130696
130710
|
};
|
|
130697
130711
|
var freezeMethods = (obj) => {
|
|
130698
130712
|
reduceDescriptors(obj, (descriptor, name) => {
|
|
130699
|
-
if (
|
|
130713
|
+
if (isFunction$1(obj) && ["arguments", "caller", "callee"].indexOf(name) !== -1) {
|
|
130700
130714
|
return false;
|
|
130701
130715
|
}
|
|
130702
130716
|
const value = obj[name];
|
|
130703
|
-
if (!
|
|
130717
|
+
if (!isFunction$1(value)) return;
|
|
130704
130718
|
descriptor.enumerable = false;
|
|
130705
130719
|
if ("writable" in descriptor) {
|
|
130706
130720
|
descriptor.writable = false;
|
|
@@ -130729,7 +130743,7 @@ var require_axios = __commonJS({
|
|
|
130729
130743
|
return value != null && Number.isFinite(value = +value) ? value : defaultValue;
|
|
130730
130744
|
};
|
|
130731
130745
|
function isSpecCompliantForm(thing) {
|
|
130732
|
-
return !!(thing &&
|
|
130746
|
+
return !!(thing && isFunction$1(thing.append) && thing[toStringTag] === "FormData" && thing[iterator]);
|
|
130733
130747
|
}
|
|
130734
130748
|
var toJSONObject = (obj) => {
|
|
130735
130749
|
const stack = new Array(10);
|
|
@@ -130757,7 +130771,7 @@ var require_axios = __commonJS({
|
|
|
130757
130771
|
return visit3(obj, 0);
|
|
130758
130772
|
};
|
|
130759
130773
|
var isAsyncFn = kindOfTest("AsyncFunction");
|
|
130760
|
-
var isThenable = (thing) => thing && (isObject5(thing) ||
|
|
130774
|
+
var isThenable = (thing) => thing && (isObject5(thing) || isFunction$1(thing)) && isFunction$1(thing.then) && isFunction$1(thing.catch);
|
|
130761
130775
|
var _setImmediate = ((setImmediateSupported, postMessageSupported) => {
|
|
130762
130776
|
if (setImmediateSupported) {
|
|
130763
130777
|
return setImmediate;
|
|
@@ -130775,10 +130789,10 @@ var require_axios = __commonJS({
|
|
|
130775
130789
|
})(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb);
|
|
130776
130790
|
})(
|
|
130777
130791
|
typeof setImmediate === "function",
|
|
130778
|
-
|
|
130792
|
+
isFunction$1(_global2.postMessage)
|
|
130779
130793
|
);
|
|
130780
130794
|
var asap = typeof queueMicrotask !== "undefined" ? queueMicrotask.bind(_global2) : typeof process !== "undefined" && process.nextTick || _setImmediate;
|
|
130781
|
-
var isIterable = (thing) => thing != null &&
|
|
130795
|
+
var isIterable = (thing) => thing != null && isFunction$1(thing[iterator]);
|
|
130782
130796
|
var utils$1 = {
|
|
130783
130797
|
isArray: isArray3,
|
|
130784
130798
|
isArrayBuffer: isArrayBuffer2,
|
|
@@ -130800,7 +130814,7 @@ var require_axios = __commonJS({
|
|
|
130800
130814
|
isFile,
|
|
130801
130815
|
isBlob,
|
|
130802
130816
|
isRegExp: isRegExp2,
|
|
130803
|
-
isFunction:
|
|
130817
|
+
isFunction: isFunction$1,
|
|
130804
130818
|
isStream,
|
|
130805
130819
|
isURLSearchParams,
|
|
130806
130820
|
isTypedArray,
|
|
@@ -130905,9 +130919,13 @@ var require_axios = __commonJS({
|
|
|
130905
130919
|
}, (prop) => {
|
|
130906
130920
|
return prop !== "isAxiosError";
|
|
130907
130921
|
});
|
|
130908
|
-
|
|
130909
|
-
|
|
130910
|
-
axiosError
|
|
130922
|
+
const msg = error2 && error2.message ? error2.message : "Error";
|
|
130923
|
+
const errCode = code == null && error2 ? error2.code : code;
|
|
130924
|
+
AxiosError.call(axiosError, msg, errCode, config2, request3, response);
|
|
130925
|
+
if (error2 && axiosError.cause == null) {
|
|
130926
|
+
Object.defineProperty(axiosError, "cause", { value: error2, configurable: true });
|
|
130927
|
+
}
|
|
130928
|
+
axiosError.name = error2 && error2.name || "Error";
|
|
130911
130929
|
customProps && Object.assign(axiosError, customProps);
|
|
130912
130930
|
return axiosError;
|
|
130913
130931
|
};
|
|
@@ -131054,7 +131072,7 @@ var require_axios = __commonJS({
|
|
|
131054
131072
|
}, "").join("&");
|
|
131055
131073
|
};
|
|
131056
131074
|
function encode2(val2) {
|
|
131057
|
-
return encodeURIComponent(val2).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+")
|
|
131075
|
+
return encodeURIComponent(val2).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
|
|
131058
131076
|
}
|
|
131059
131077
|
function buildURL(url2, params, options2) {
|
|
131060
131078
|
if (!params) {
|
|
@@ -131328,7 +131346,7 @@ var require_axios = __commonJS({
|
|
|
131328
131346
|
const silentJSONParsing = transitional && transitional.silentJSONParsing;
|
|
131329
131347
|
const strictJSONParsing = !silentJSONParsing && JSONRequested;
|
|
131330
131348
|
try {
|
|
131331
|
-
return JSON.parse(data);
|
|
131349
|
+
return JSON.parse(data, this.parseReviver);
|
|
131332
131350
|
} catch (e) {
|
|
131333
131351
|
if (strictJSONParsing) {
|
|
131334
131352
|
if (e.name === "SyntaxError") {
|
|
@@ -131685,7 +131703,7 @@ var require_axios = __commonJS({
|
|
|
131685
131703
|
}
|
|
131686
131704
|
return requestedURL;
|
|
131687
131705
|
}
|
|
131688
|
-
var VERSION6 = "1.
|
|
131706
|
+
var VERSION6 = "1.12.2";
|
|
131689
131707
|
function parseProtocol(url2) {
|
|
131690
131708
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
|
|
131691
131709
|
return match && match[1] || "";
|
|
@@ -132049,6 +132067,55 @@ var require_axios = __commonJS({
|
|
|
132049
132067
|
}), throttled[1]];
|
|
132050
132068
|
};
|
|
132051
132069
|
var asyncDecorator = (fn) => (...args) => utils$1.asap(() => fn(...args));
|
|
132070
|
+
function estimateDataURLDecodedBytes(url2) {
|
|
132071
|
+
if (!url2 || typeof url2 !== "string") return 0;
|
|
132072
|
+
if (!url2.startsWith("data:")) return 0;
|
|
132073
|
+
const comma = url2.indexOf(",");
|
|
132074
|
+
if (comma < 0) return 0;
|
|
132075
|
+
const meta = url2.slice(5, comma);
|
|
132076
|
+
const body = url2.slice(comma + 1);
|
|
132077
|
+
const isBase64 = /;base64/i.test(meta);
|
|
132078
|
+
if (isBase64) {
|
|
132079
|
+
let effectiveLen = body.length;
|
|
132080
|
+
const len = body.length;
|
|
132081
|
+
for (let i = 0; i < len; i++) {
|
|
132082
|
+
if (body.charCodeAt(i) === 37 && i + 2 < len) {
|
|
132083
|
+
const a = body.charCodeAt(i + 1);
|
|
132084
|
+
const b = body.charCodeAt(i + 2);
|
|
132085
|
+
const isHex = (a >= 48 && a <= 57 || a >= 65 && a <= 70 || a >= 97 && a <= 102) && (b >= 48 && b <= 57 || b >= 65 && b <= 70 || b >= 97 && b <= 102);
|
|
132086
|
+
if (isHex) {
|
|
132087
|
+
effectiveLen -= 2;
|
|
132088
|
+
i += 2;
|
|
132089
|
+
}
|
|
132090
|
+
}
|
|
132091
|
+
}
|
|
132092
|
+
let pad2 = 0;
|
|
132093
|
+
let idx = len - 1;
|
|
132094
|
+
const tailIsPct3D = (j) => j >= 2 && body.charCodeAt(j - 2) === 37 && // '%'
|
|
132095
|
+
body.charCodeAt(j - 1) === 51 && // '3'
|
|
132096
|
+
(body.charCodeAt(j) === 68 || body.charCodeAt(j) === 100);
|
|
132097
|
+
if (idx >= 0) {
|
|
132098
|
+
if (body.charCodeAt(idx) === 61) {
|
|
132099
|
+
pad2++;
|
|
132100
|
+
idx--;
|
|
132101
|
+
} else if (tailIsPct3D(idx)) {
|
|
132102
|
+
pad2++;
|
|
132103
|
+
idx -= 3;
|
|
132104
|
+
}
|
|
132105
|
+
}
|
|
132106
|
+
if (pad2 === 1 && idx >= 0) {
|
|
132107
|
+
if (body.charCodeAt(idx) === 61) {
|
|
132108
|
+
pad2++;
|
|
132109
|
+
} else if (tailIsPct3D(idx)) {
|
|
132110
|
+
pad2++;
|
|
132111
|
+
}
|
|
132112
|
+
}
|
|
132113
|
+
const groups = Math.floor(effectiveLen / 4);
|
|
132114
|
+
const bytes = groups * 3 - (pad2 || 0);
|
|
132115
|
+
return bytes > 0 ? bytes : 0;
|
|
132116
|
+
}
|
|
132117
|
+
return Buffer.byteLength(body, "utf8");
|
|
132118
|
+
}
|
|
132052
132119
|
var zlibOptions = {
|
|
132053
132120
|
flush: zlib__default["default"].constants.Z_SYNC_FLUSH,
|
|
132054
132121
|
finishFlush: zlib__default["default"].constants.Z_SYNC_FLUSH
|
|
@@ -132190,6 +132257,17 @@ var require_axios = __commonJS({
|
|
|
132190
132257
|
const parsed = new URL(fullPath, platform3.hasBrowserEnv ? platform3.origin : void 0);
|
|
132191
132258
|
const protocol = parsed.protocol || supportedProtocols[0];
|
|
132192
132259
|
if (protocol === "data:") {
|
|
132260
|
+
if (config2.maxContentLength > -1) {
|
|
132261
|
+
const dataUrl = String(config2.url || fullPath || "");
|
|
132262
|
+
const estimated = estimateDataURLDecodedBytes(dataUrl);
|
|
132263
|
+
if (estimated > config2.maxContentLength) {
|
|
132264
|
+
return reject2(new AxiosError(
|
|
132265
|
+
"maxContentLength size of " + config2.maxContentLength + " exceeded",
|
|
132266
|
+
AxiosError.ERR_BAD_RESPONSE,
|
|
132267
|
+
config2
|
|
132268
|
+
));
|
|
132269
|
+
}
|
|
132270
|
+
}
|
|
132193
132271
|
let convertedData;
|
|
132194
132272
|
if (method !== "GET") {
|
|
132195
132273
|
return settle(resolve, reject2, {
|
|
@@ -132675,13 +132753,17 @@ var require_axios = __commonJS({
|
|
|
132675
132753
|
"Basic " + btoa((auth.username || "") + ":" + (auth.password ? unescape(encodeURIComponent(auth.password)) : ""))
|
|
132676
132754
|
);
|
|
132677
132755
|
}
|
|
132678
|
-
let contentType;
|
|
132679
132756
|
if (utils$1.isFormData(data)) {
|
|
132680
132757
|
if (platform3.hasStandardBrowserEnv || platform3.hasStandardBrowserWebWorkerEnv) {
|
|
132681
132758
|
headers.setContentType(void 0);
|
|
132682
|
-
} else if ((
|
|
132683
|
-
const
|
|
132684
|
-
|
|
132759
|
+
} else if (utils$1.isFunction(data.getHeaders)) {
|
|
132760
|
+
const formHeaders = data.getHeaders();
|
|
132761
|
+
const allowedHeaders = ["content-type", "content-length"];
|
|
132762
|
+
Object.entries(formHeaders).forEach(([key, val2]) => {
|
|
132763
|
+
if (allowedHeaders.includes(key.toLowerCase())) {
|
|
132764
|
+
headers.set(key, val2);
|
|
132765
|
+
}
|
|
132766
|
+
});
|
|
132685
132767
|
}
|
|
132686
132768
|
}
|
|
132687
132769
|
if (platform3.hasStandardBrowserEnv) {
|
|
@@ -132759,8 +132841,11 @@ var require_axios = __commonJS({
|
|
|
132759
132841
|
reject2(new AxiosError("Request aborted", AxiosError.ECONNABORTED, config2, request3));
|
|
132760
132842
|
request3 = null;
|
|
132761
132843
|
};
|
|
132762
|
-
request3.onerror = function handleError() {
|
|
132763
|
-
|
|
132844
|
+
request3.onerror = function handleError(event) {
|
|
132845
|
+
const msg = event && event.message ? event.message : "Network Error";
|
|
132846
|
+
const err = new AxiosError(msg, AxiosError.ERR_NETWORK, config2, request3);
|
|
132847
|
+
err.event = event || null;
|
|
132848
|
+
reject2(err);
|
|
132764
132849
|
request3 = null;
|
|
132765
132850
|
};
|
|
132766
132851
|
request3.ontimeout = function handleTimeout() {
|
|
@@ -132929,9 +133014,16 @@ var require_axios = __commonJS({
|
|
|
132929
133014
|
highWaterMark: 2
|
|
132930
133015
|
});
|
|
132931
133016
|
};
|
|
132932
|
-
var
|
|
132933
|
-
var
|
|
132934
|
-
var
|
|
133017
|
+
var DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
133018
|
+
var { isFunction: isFunction3 } = utils$1;
|
|
133019
|
+
var globalFetchAPI = (({ Request, Response }) => ({
|
|
133020
|
+
Request,
|
|
133021
|
+
Response
|
|
133022
|
+
}))(utils$1.global);
|
|
133023
|
+
var {
|
|
133024
|
+
ReadableStream: ReadableStream$1,
|
|
133025
|
+
TextEncoder: TextEncoder$1
|
|
133026
|
+
} = utils$1.global;
|
|
132935
133027
|
var test = (fn, ...args) => {
|
|
132936
133028
|
try {
|
|
132937
133029
|
return !!fn(...args);
|
|
@@ -132939,162 +133031,202 @@ var require_axios = __commonJS({
|
|
|
132939
133031
|
return false;
|
|
132940
133032
|
}
|
|
132941
133033
|
};
|
|
132942
|
-
var
|
|
132943
|
-
|
|
132944
|
-
|
|
132945
|
-
|
|
132946
|
-
|
|
132947
|
-
|
|
132948
|
-
|
|
132949
|
-
|
|
132950
|
-
|
|
132951
|
-
|
|
132952
|
-
return duplexAccessed && !hasContentType;
|
|
132953
|
-
});
|
|
132954
|
-
var DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
132955
|
-
var supportsResponseStream = isReadableStreamSupported && test(() => utils$1.isReadableStream(new Response("").body));
|
|
132956
|
-
var resolvers = {
|
|
132957
|
-
stream: supportsResponseStream && ((res) => res.body)
|
|
132958
|
-
};
|
|
132959
|
-
isFetchSupported && ((res) => {
|
|
132960
|
-
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((type2) => {
|
|
132961
|
-
!resolvers[type2] && (resolvers[type2] = utils$1.isFunction(res[type2]) ? (res2) => res2[type2]() : (_, config2) => {
|
|
132962
|
-
throw new AxiosError(`Response type '${type2}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config2);
|
|
132963
|
-
});
|
|
132964
|
-
});
|
|
132965
|
-
})(new Response());
|
|
132966
|
-
var getBodyLength2 = async (body) => {
|
|
132967
|
-
if (body == null) {
|
|
132968
|
-
return 0;
|
|
132969
|
-
}
|
|
132970
|
-
if (utils$1.isBlob(body)) {
|
|
132971
|
-
return body.size;
|
|
133034
|
+
var factory = (env3) => {
|
|
133035
|
+
env3 = utils$1.merge.call({
|
|
133036
|
+
skipUndefined: true
|
|
133037
|
+
}, globalFetchAPI, env3);
|
|
133038
|
+
const { fetch: envFetch, Request, Response } = env3;
|
|
133039
|
+
const isFetchSupported = envFetch ? isFunction3(envFetch) : typeof fetch === "function";
|
|
133040
|
+
const isRequestSupported = isFunction3(Request);
|
|
133041
|
+
const isResponseSupported = isFunction3(Response);
|
|
133042
|
+
if (!isFetchSupported) {
|
|
133043
|
+
return false;
|
|
132972
133044
|
}
|
|
132973
|
-
|
|
132974
|
-
|
|
133045
|
+
const isReadableStreamSupported = isFetchSupported && isFunction3(ReadableStream$1);
|
|
133046
|
+
const encodeText = isFetchSupported && (typeof TextEncoder$1 === "function" ? /* @__PURE__ */ ((encoder) => (str) => encoder.encode(str))(new TextEncoder$1()) : async (str) => new Uint8Array(await new Request(str).arrayBuffer()));
|
|
133047
|
+
const supportsRequestStream = isRequestSupported && isReadableStreamSupported && test(() => {
|
|
133048
|
+
let duplexAccessed = false;
|
|
133049
|
+
const hasContentType = new Request(platform3.origin, {
|
|
133050
|
+
body: new ReadableStream$1(),
|
|
132975
133051
|
method: "POST",
|
|
132976
|
-
|
|
133052
|
+
get duplex() {
|
|
133053
|
+
duplexAccessed = true;
|
|
133054
|
+
return "half";
|
|
133055
|
+
}
|
|
133056
|
+
}).headers.has("Content-Type");
|
|
133057
|
+
return duplexAccessed && !hasContentType;
|
|
133058
|
+
});
|
|
133059
|
+
const supportsResponseStream = isResponseSupported && isReadableStreamSupported && test(() => utils$1.isReadableStream(new Response("").body));
|
|
133060
|
+
const resolvers = {
|
|
133061
|
+
stream: supportsResponseStream && ((res) => res.body)
|
|
133062
|
+
};
|
|
133063
|
+
isFetchSupported && (() => {
|
|
133064
|
+
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((type2) => {
|
|
133065
|
+
!resolvers[type2] && (resolvers[type2] = (res, config2) => {
|
|
133066
|
+
let method = res && res[type2];
|
|
133067
|
+
if (method) {
|
|
133068
|
+
return method.call(res);
|
|
133069
|
+
}
|
|
133070
|
+
throw new AxiosError(`Response type '${type2}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config2);
|
|
133071
|
+
});
|
|
132977
133072
|
});
|
|
132978
|
-
|
|
132979
|
-
|
|
132980
|
-
|
|
132981
|
-
|
|
132982
|
-
|
|
132983
|
-
|
|
132984
|
-
|
|
132985
|
-
|
|
132986
|
-
|
|
132987
|
-
|
|
132988
|
-
}
|
|
132989
|
-
};
|
|
132990
|
-
var resolveBodyLength = async (headers, body) => {
|
|
132991
|
-
const length = utils$1.toFiniteNumber(headers.getContentLength());
|
|
132992
|
-
return length == null ? getBodyLength2(body) : length;
|
|
132993
|
-
};
|
|
132994
|
-
var fetchAdapter = isFetchSupported && (async (config2) => {
|
|
132995
|
-
let {
|
|
132996
|
-
url: url2,
|
|
132997
|
-
method,
|
|
132998
|
-
data,
|
|
132999
|
-
signal,
|
|
133000
|
-
cancelToken,
|
|
133001
|
-
timeout,
|
|
133002
|
-
onDownloadProgress,
|
|
133003
|
-
onUploadProgress,
|
|
133004
|
-
responseType,
|
|
133005
|
-
headers,
|
|
133006
|
-
withCredentials = "same-origin",
|
|
133007
|
-
fetchOptions
|
|
133008
|
-
} = resolveConfig(config2);
|
|
133009
|
-
responseType = responseType ? (responseType + "").toLowerCase() : "text";
|
|
133010
|
-
let composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
|
|
133011
|
-
let request3;
|
|
133012
|
-
const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {
|
|
133013
|
-
composedSignal.unsubscribe();
|
|
133014
|
-
});
|
|
133015
|
-
let requestContentLength;
|
|
133016
|
-
try {
|
|
133017
|
-
if (onUploadProgress && supportsRequestStream && method !== "get" && method !== "head" && (requestContentLength = await resolveBodyLength(headers, data)) !== 0) {
|
|
133018
|
-
let _request = new Request(url2, {
|
|
133073
|
+
})();
|
|
133074
|
+
const getBodyLength2 = async (body) => {
|
|
133075
|
+
if (body == null) {
|
|
133076
|
+
return 0;
|
|
133077
|
+
}
|
|
133078
|
+
if (utils$1.isBlob(body)) {
|
|
133079
|
+
return body.size;
|
|
133080
|
+
}
|
|
133081
|
+
if (utils$1.isSpecCompliantForm(body)) {
|
|
133082
|
+
const _request = new Request(platform3.origin, {
|
|
133019
133083
|
method: "POST",
|
|
133020
|
-
body
|
|
133021
|
-
duplex: "half"
|
|
133084
|
+
body
|
|
133022
133085
|
});
|
|
133023
|
-
|
|
133024
|
-
if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get("content-type"))) {
|
|
133025
|
-
headers.setContentType(contentTypeHeader);
|
|
133026
|
-
}
|
|
133027
|
-
if (_request.body) {
|
|
133028
|
-
const [onProgress, flush] = progressEventDecorator(
|
|
133029
|
-
requestContentLength,
|
|
133030
|
-
progressEventReducer(asyncDecorator(onUploadProgress))
|
|
133031
|
-
);
|
|
133032
|
-
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
|
|
133033
|
-
}
|
|
133034
|
-
}
|
|
133035
|
-
if (!utils$1.isString(withCredentials)) {
|
|
133036
|
-
withCredentials = withCredentials ? "include" : "omit";
|
|
133037
|
-
}
|
|
133038
|
-
const isCredentialsSupported = "credentials" in Request.prototype;
|
|
133039
|
-
request3 = new Request(url2, {
|
|
133040
|
-
...fetchOptions,
|
|
133041
|
-
signal: composedSignal,
|
|
133042
|
-
method: method.toUpperCase(),
|
|
133043
|
-
headers: headers.normalize().toJSON(),
|
|
133044
|
-
body: data,
|
|
133045
|
-
duplex: "half",
|
|
133046
|
-
credentials: isCredentialsSupported ? withCredentials : void 0
|
|
133047
|
-
});
|
|
133048
|
-
let response = await fetch(request3, fetchOptions);
|
|
133049
|
-
const isStreamResponse = supportsResponseStream && (responseType === "stream" || responseType === "response");
|
|
133050
|
-
if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
|
|
133051
|
-
const options2 = {};
|
|
133052
|
-
["status", "statusText", "headers"].forEach((prop) => {
|
|
133053
|
-
options2[prop] = response[prop];
|
|
133054
|
-
});
|
|
133055
|
-
const responseContentLength = utils$1.toFiniteNumber(response.headers.get("content-length"));
|
|
133056
|
-
const [onProgress, flush] = onDownloadProgress && progressEventDecorator(
|
|
133057
|
-
responseContentLength,
|
|
133058
|
-
progressEventReducer(asyncDecorator(onDownloadProgress), true)
|
|
133059
|
-
) || [];
|
|
133060
|
-
response = new Response(
|
|
133061
|
-
trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
133062
|
-
flush && flush();
|
|
133063
|
-
unsubscribe && unsubscribe();
|
|
133064
|
-
}),
|
|
133065
|
-
options2
|
|
133066
|
-
);
|
|
133086
|
+
return (await _request.arrayBuffer()).byteLength;
|
|
133067
133087
|
}
|
|
133068
|
-
|
|
133069
|
-
|
|
133070
|
-
|
|
133071
|
-
|
|
133072
|
-
|
|
133073
|
-
|
|
133074
|
-
|
|
133075
|
-
|
|
133076
|
-
|
|
133077
|
-
|
|
133078
|
-
|
|
133079
|
-
|
|
133080
|
-
|
|
133081
|
-
}
|
|
133082
|
-
|
|
133083
|
-
|
|
133084
|
-
|
|
133085
|
-
|
|
133086
|
-
|
|
133087
|
-
|
|
133088
|
+
if (utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body)) {
|
|
133089
|
+
return body.byteLength;
|
|
133090
|
+
}
|
|
133091
|
+
if (utils$1.isURLSearchParams(body)) {
|
|
133092
|
+
body = body + "";
|
|
133093
|
+
}
|
|
133094
|
+
if (utils$1.isString(body)) {
|
|
133095
|
+
return (await encodeText(body)).byteLength;
|
|
133096
|
+
}
|
|
133097
|
+
};
|
|
133098
|
+
const resolveBodyLength = async (headers, body) => {
|
|
133099
|
+
const length = utils$1.toFiniteNumber(headers.getContentLength());
|
|
133100
|
+
return length == null ? getBodyLength2(body) : length;
|
|
133101
|
+
};
|
|
133102
|
+
return async (config2) => {
|
|
133103
|
+
let {
|
|
133104
|
+
url: url2,
|
|
133105
|
+
method,
|
|
133106
|
+
data,
|
|
133107
|
+
signal,
|
|
133108
|
+
cancelToken,
|
|
133109
|
+
timeout,
|
|
133110
|
+
onDownloadProgress,
|
|
133111
|
+
onUploadProgress,
|
|
133112
|
+
responseType,
|
|
133113
|
+
headers,
|
|
133114
|
+
withCredentials = "same-origin",
|
|
133115
|
+
fetchOptions
|
|
133116
|
+
} = resolveConfig(config2);
|
|
133117
|
+
let _fetch = envFetch || fetch;
|
|
133118
|
+
responseType = responseType ? (responseType + "").toLowerCase() : "text";
|
|
133119
|
+
let composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
|
|
133120
|
+
let request3 = null;
|
|
133121
|
+
const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {
|
|
133122
|
+
composedSignal.unsubscribe();
|
|
133123
|
+
});
|
|
133124
|
+
let requestContentLength;
|
|
133125
|
+
try {
|
|
133126
|
+
if (onUploadProgress && supportsRequestStream && method !== "get" && method !== "head" && (requestContentLength = await resolveBodyLength(headers, data)) !== 0) {
|
|
133127
|
+
let _request = new Request(url2, {
|
|
133128
|
+
method: "POST",
|
|
133129
|
+
body: data,
|
|
133130
|
+
duplex: "half"
|
|
133131
|
+
});
|
|
133132
|
+
let contentTypeHeader;
|
|
133133
|
+
if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get("content-type"))) {
|
|
133134
|
+
headers.setContentType(contentTypeHeader);
|
|
133135
|
+
}
|
|
133136
|
+
if (_request.body) {
|
|
133137
|
+
const [onProgress, flush] = progressEventDecorator(
|
|
133138
|
+
requestContentLength,
|
|
133139
|
+
progressEventReducer(asyncDecorator(onUploadProgress))
|
|
133140
|
+
);
|
|
133141
|
+
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
|
|
133088
133142
|
}
|
|
133089
|
-
|
|
133143
|
+
}
|
|
133144
|
+
if (!utils$1.isString(withCredentials)) {
|
|
133145
|
+
withCredentials = withCredentials ? "include" : "omit";
|
|
133146
|
+
}
|
|
133147
|
+
const isCredentialsSupported = isRequestSupported && "credentials" in Request.prototype;
|
|
133148
|
+
const resolvedOptions = {
|
|
133149
|
+
...fetchOptions,
|
|
133150
|
+
signal: composedSignal,
|
|
133151
|
+
method: method.toUpperCase(),
|
|
133152
|
+
headers: headers.normalize().toJSON(),
|
|
133153
|
+
body: data,
|
|
133154
|
+
duplex: "half",
|
|
133155
|
+
credentials: isCredentialsSupported ? withCredentials : void 0
|
|
133156
|
+
};
|
|
133157
|
+
request3 = isRequestSupported && new Request(url2, resolvedOptions);
|
|
133158
|
+
let response = await (isRequestSupported ? _fetch(request3, fetchOptions) : _fetch(url2, resolvedOptions));
|
|
133159
|
+
const isStreamResponse = supportsResponseStream && (responseType === "stream" || responseType === "response");
|
|
133160
|
+
if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
|
|
133161
|
+
const options2 = {};
|
|
133162
|
+
["status", "statusText", "headers"].forEach((prop) => {
|
|
133163
|
+
options2[prop] = response[prop];
|
|
133164
|
+
});
|
|
133165
|
+
const responseContentLength = utils$1.toFiniteNumber(response.headers.get("content-length"));
|
|
133166
|
+
const [onProgress, flush] = onDownloadProgress && progressEventDecorator(
|
|
133167
|
+
responseContentLength,
|
|
133168
|
+
progressEventReducer(asyncDecorator(onDownloadProgress), true)
|
|
133169
|
+
) || [];
|
|
133170
|
+
response = new Response(
|
|
133171
|
+
trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
133172
|
+
flush && flush();
|
|
133173
|
+
unsubscribe && unsubscribe();
|
|
133174
|
+
}),
|
|
133175
|
+
options2
|
|
133176
|
+
);
|
|
133177
|
+
}
|
|
133178
|
+
responseType = responseType || "text";
|
|
133179
|
+
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || "text"](response, config2);
|
|
133180
|
+
!isStreamResponse && unsubscribe && unsubscribe();
|
|
133181
|
+
return await new Promise((resolve, reject2) => {
|
|
133182
|
+
settle(resolve, reject2, {
|
|
133183
|
+
data: responseData,
|
|
133184
|
+
headers: AxiosHeaders$1.from(response.headers),
|
|
133185
|
+
status: response.status,
|
|
133186
|
+
statusText: response.statusText,
|
|
133187
|
+
config: config2,
|
|
133188
|
+
request: request3
|
|
133189
|
+
});
|
|
133190
|
+
});
|
|
133191
|
+
} catch (err) {
|
|
133192
|
+
unsubscribe && unsubscribe();
|
|
133193
|
+
if (err && err.name === "TypeError" && /Load failed|fetch/i.test(err.message)) {
|
|
133194
|
+
throw Object.assign(
|
|
133195
|
+
new AxiosError("Network Error", AxiosError.ERR_NETWORK, config2, request3),
|
|
133196
|
+
{
|
|
133197
|
+
cause: err.cause || err
|
|
133198
|
+
}
|
|
133199
|
+
);
|
|
133200
|
+
}
|
|
133201
|
+
throw AxiosError.from(err, err && err.code, config2, request3);
|
|
133090
133202
|
}
|
|
133091
|
-
|
|
133203
|
+
};
|
|
133204
|
+
};
|
|
133205
|
+
var seedCache = /* @__PURE__ */ new Map();
|
|
133206
|
+
var getFetch = (config2) => {
|
|
133207
|
+
let env3 = config2 ? config2.env : {};
|
|
133208
|
+
const { fetch: fetch2, Request, Response } = env3;
|
|
133209
|
+
const seeds = [
|
|
133210
|
+
Request,
|
|
133211
|
+
Response,
|
|
133212
|
+
fetch2
|
|
133213
|
+
];
|
|
133214
|
+
let len = seeds.length, i = len, seed, target, map2 = seedCache;
|
|
133215
|
+
while (i--) {
|
|
133216
|
+
seed = seeds[i];
|
|
133217
|
+
target = map2.get(seed);
|
|
133218
|
+
target === void 0 && map2.set(seed, target = i ? /* @__PURE__ */ new Map() : factory(env3));
|
|
133219
|
+
map2 = target;
|
|
133092
133220
|
}
|
|
133093
|
-
|
|
133221
|
+
return target;
|
|
133222
|
+
};
|
|
133223
|
+
getFetch();
|
|
133094
133224
|
var knownAdapters = {
|
|
133095
133225
|
http: httpAdapter,
|
|
133096
133226
|
xhr: xhrAdapter,
|
|
133097
|
-
fetch:
|
|
133227
|
+
fetch: {
|
|
133228
|
+
get: getFetch
|
|
133229
|
+
}
|
|
133098
133230
|
};
|
|
133099
133231
|
utils$1.forEach(knownAdapters, (fn, value) => {
|
|
133100
133232
|
if (fn) {
|
|
@@ -133108,7 +133240,7 @@ var require_axios = __commonJS({
|
|
|
133108
133240
|
var renderReason = (reason) => `- ${reason}`;
|
|
133109
133241
|
var isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false;
|
|
133110
133242
|
var adapters = {
|
|
133111
|
-
getAdapter: (adapters2) => {
|
|
133243
|
+
getAdapter: (adapters2, config2) => {
|
|
133112
133244
|
adapters2 = utils$1.isArray(adapters2) ? adapters2 : [adapters2];
|
|
133113
133245
|
const { length } = adapters2;
|
|
133114
133246
|
let nameOrAdapter;
|
|
@@ -133124,7 +133256,7 @@ var require_axios = __commonJS({
|
|
|
133124
133256
|
throw new AxiosError(`Unknown adapter '${id}'`);
|
|
133125
133257
|
}
|
|
133126
133258
|
}
|
|
133127
|
-
if (adapter) {
|
|
133259
|
+
if (adapter && (utils$1.isFunction(adapter) || (adapter = adapter.get(config2)))) {
|
|
133128
133260
|
break;
|
|
133129
133261
|
}
|
|
133130
133262
|
rejectedReasons[id || "#" + i] = adapter;
|
|
@@ -133161,7 +133293,7 @@ var require_axios = __commonJS({
|
|
|
133161
133293
|
if (["post", "put", "patch"].indexOf(config2.method) !== -1) {
|
|
133162
133294
|
config2.headers.setContentType("application/x-www-form-urlencoded", false);
|
|
133163
133295
|
}
|
|
133164
|
-
const adapter = adapters.getAdapter(config2.adapter || defaults$1.adapter);
|
|
133296
|
+
const adapter = adapters.getAdapter(config2.adapter || defaults$1.adapter, config2);
|
|
133165
133297
|
return adapter(config2).then(function onAdapterResolution(response) {
|
|
133166
133298
|
throwIfCancellationRequested(config2);
|
|
133167
133299
|
response.data = transformData.call(
|
|
@@ -133364,7 +133496,6 @@ var require_axios = __commonJS({
|
|
|
133364
133496
|
}
|
|
133365
133497
|
len = requestInterceptorChain.length;
|
|
133366
133498
|
let newConfig = config2;
|
|
133367
|
-
i = 0;
|
|
133368
133499
|
while (i < len) {
|
|
133369
133500
|
const onFulfilled = requestInterceptorChain[i++];
|
|
133370
133501
|
const onRejected = requestInterceptorChain[i++];
|
|
@@ -184597,7 +184728,7 @@ var require_package8 = __commonJS({
|
|
|
184597
184728
|
"../telemetry/package.json"(exports2, module2) {
|
|
184598
184729
|
module2.exports = {
|
|
184599
184730
|
name: "@sap-ux/telemetry",
|
|
184600
|
-
version: "0.6.
|
|
184731
|
+
version: "0.6.23",
|
|
184601
184732
|
description: "Library for sending usage telemetry data",
|
|
184602
184733
|
repository: {
|
|
184603
184734
|
type: "git",
|
|
@@ -184631,7 +184762,7 @@ var require_package8 = __commonJS({
|
|
|
184631
184762
|
"@sap-ux/logger": "workspace:*",
|
|
184632
184763
|
"@sap-ux/nodejs-utils": "workspace:*",
|
|
184633
184764
|
applicationinsights: "2.9.2",
|
|
184634
|
-
axios: "1.
|
|
184765
|
+
axios: "1.12.2",
|
|
184635
184766
|
"performance-now": "2.1.0",
|
|
184636
184767
|
yaml: "2.3.3"
|
|
184637
184768
|
},
|
|
@@ -203868,7 +203999,7 @@ var StdioServerTransport = class {
|
|
|
203868
203999
|
};
|
|
203869
204000
|
|
|
203870
204001
|
// package.json
|
|
203871
|
-
var version = "0.1.
|
|
204002
|
+
var version = "0.1.2";
|
|
203872
204003
|
var package_default = {
|
|
203873
204004
|
name: "@sap-ux/fiori-mcp-server",
|
|
203874
204005
|
description: "SAP Fiori - Model Context Protocol (MCP) server",
|
|
@@ -203919,7 +204050,7 @@ var package_default = {
|
|
|
203919
204050
|
"npm-run-all2": "8.0.4",
|
|
203920
204051
|
esbuild: "0.25.6",
|
|
203921
204052
|
"@modelcontextprotocol/sdk": "1.17.5",
|
|
203922
|
-
"@sap/ux-specification": "1.136.
|
|
204053
|
+
"@sap/ux-specification": "1.136.6",
|
|
203923
204054
|
"@sap-ux/project-access": "workspace:*",
|
|
203924
204055
|
"@sap-ux/fiori-annotation-api": "workspace:*",
|
|
203925
204056
|
"@sap-ux/annotation-converter": "0.10.3",
|
|
@@ -209102,7 +209233,8 @@ var import_promises3 = __toESM(require("fs/promises"));
|
|
|
209102
209233
|
var import_path4 = __toESM(require("path"));
|
|
209103
209234
|
var SimpleVectorService = class {
|
|
209104
209235
|
connection = null;
|
|
209105
|
-
|
|
209236
|
+
tables = [];
|
|
209237
|
+
tableIndex = null;
|
|
209106
209238
|
metadata = null;
|
|
209107
209239
|
dataPath;
|
|
209108
209240
|
/**
|
|
@@ -209131,7 +209263,31 @@ var SimpleVectorService = class {
|
|
|
209131
209263
|
logger.log(` Total vectors: ${this?.metadata?.totalVectors}`);
|
|
209132
209264
|
logger.log(` Created: ${this?.metadata?.createdAt}`);
|
|
209133
209265
|
this.connection = await (0, import_lancedb.connect)(this.dataPath);
|
|
209134
|
-
|
|
209266
|
+
const tableIndexPath = import_path4.default.join(this.dataPath, "table_index.json");
|
|
209267
|
+
try {
|
|
209268
|
+
const tableIndexContent = await import_promises3.default.readFile(tableIndexPath, "utf-8");
|
|
209269
|
+
this.tableIndex = JSON.parse(tableIndexContent);
|
|
209270
|
+
this.tables = [];
|
|
209271
|
+
for (const tableName of this.tableIndex?.tables || []) {
|
|
209272
|
+
const table = await this.connection.openTable(tableName);
|
|
209273
|
+
this.tables.push(table);
|
|
209274
|
+
}
|
|
209275
|
+
logger.log(`\u2713 Loaded ${this.tables.length} split tables`);
|
|
209276
|
+
} catch {
|
|
209277
|
+
logger.log("No table index found, trying single table...");
|
|
209278
|
+
try {
|
|
209279
|
+
const table = await this.connection.openTable("documents");
|
|
209280
|
+
this.tables = [table];
|
|
209281
|
+
this.tableIndex = {
|
|
209282
|
+
tables: ["documents"],
|
|
209283
|
+
totalTables: 1,
|
|
209284
|
+
maxVectorsPerTable: -1,
|
|
209285
|
+
totalVectors: this.metadata?.totalVectors || 0
|
|
209286
|
+
};
|
|
209287
|
+
} catch (fallbackError) {
|
|
209288
|
+
throw new Error(`No tables found: ${fallbackError}`);
|
|
209289
|
+
}
|
|
209290
|
+
}
|
|
209135
209291
|
logger.log("\u2713 Vector database loaded and ready");
|
|
209136
209292
|
} catch (error2) {
|
|
209137
209293
|
throw new Error(`Failed to load vector database: ${error2}`);
|
|
@@ -209146,16 +209302,22 @@ var SimpleVectorService = class {
|
|
|
209146
209302
|
* @returns Promise resolving to search results
|
|
209147
209303
|
*/
|
|
209148
209304
|
async semanticSearch(queryVector, limit = 10, category) {
|
|
209149
|
-
if (
|
|
209305
|
+
if (this.tables.length === 0) {
|
|
209150
209306
|
throw new Error("Vector database not initialized");
|
|
209151
209307
|
}
|
|
209152
209308
|
try {
|
|
209153
|
-
|
|
209154
|
-
|
|
209155
|
-
query =
|
|
209156
|
-
|
|
209157
|
-
|
|
209158
|
-
|
|
209309
|
+
const allResults = [];
|
|
209310
|
+
for (const table of this.tables) {
|
|
209311
|
+
let query = table.vectorSearch(queryVector).limit(limit * 2);
|
|
209312
|
+
if (category) {
|
|
209313
|
+
query = query.where(`category = "${category}"`);
|
|
209314
|
+
}
|
|
209315
|
+
const tableResults = await query.toArray();
|
|
209316
|
+
allResults.push(...tableResults);
|
|
209317
|
+
}
|
|
209318
|
+
allResults.sort((a, b) => (a._distance || 0) - (b._distance || 0));
|
|
209319
|
+
const topResults = allResults.slice(0, limit);
|
|
209320
|
+
return topResults.map((result) => ({
|
|
209159
209321
|
document: {
|
|
209160
209322
|
id: result.document_id,
|
|
209161
209323
|
// Use document_id instead of chunk id
|
|
@@ -209166,11 +209328,11 @@ var SimpleVectorService = class {
|
|
|
209166
209328
|
path: result.path,
|
|
209167
209329
|
chunk_index: result.chunk_index,
|
|
209168
209330
|
metadata: {
|
|
209169
|
-
tags: result.
|
|
209170
|
-
headers: result.
|
|
209171
|
-
lastModified: new Date(result.
|
|
209172
|
-
wordCount: result.
|
|
209173
|
-
excerpt: result.
|
|
209331
|
+
tags: this.parseJsonField(result.tags_json) || [],
|
|
209332
|
+
headers: this.parseJsonField(result.headers_json) || [],
|
|
209333
|
+
lastModified: new Date(result.lastModified),
|
|
209334
|
+
wordCount: result.wordCount,
|
|
209335
|
+
excerpt: result.excerpt
|
|
209174
209336
|
}
|
|
209175
209337
|
},
|
|
209176
209338
|
score: 1 - (result._distance || 0),
|
|
@@ -209200,18 +209362,28 @@ var SimpleVectorService = class {
|
|
|
209200
209362
|
* @returns Promise resolving to similar documents
|
|
209201
209363
|
*/
|
|
209202
209364
|
async findSimilarToDocument(documentId, limit = 5) {
|
|
209203
|
-
if (
|
|
209365
|
+
if (this.tables.length === 0) {
|
|
209204
209366
|
throw new Error("Vector database not initialized");
|
|
209205
209367
|
}
|
|
209206
209368
|
try {
|
|
209207
|
-
|
|
209208
|
-
|
|
209369
|
+
let referenceVector = null;
|
|
209370
|
+
for (const table of this.tables) {
|
|
209371
|
+
const referenceResults = await table.search("").where(`document_id = "${documentId}" AND chunk_index = 0`).limit(1).toArray();
|
|
209372
|
+
if (referenceResults.length > 0) {
|
|
209373
|
+
referenceVector = referenceResults[0].vector;
|
|
209374
|
+
break;
|
|
209375
|
+
}
|
|
209376
|
+
}
|
|
209377
|
+
if (!referenceVector) {
|
|
209209
209378
|
return [];
|
|
209210
209379
|
}
|
|
209211
|
-
const
|
|
209212
|
-
const
|
|
209380
|
+
const allResults = [];
|
|
209381
|
+
for (const table of this.tables) {
|
|
209382
|
+
const results = await table.vectorSearch(referenceVector).where(`document_id != "${documentId}"`).limit(limit * 2).toArray();
|
|
209383
|
+
allResults.push(...results);
|
|
209384
|
+
}
|
|
209213
209385
|
const documentScores = /* @__PURE__ */ new Map();
|
|
209214
|
-
for (const result of
|
|
209386
|
+
for (const result of allResults) {
|
|
209215
209387
|
const docId = result.document_id;
|
|
209216
209388
|
const score = 1 - (result._distance || 0);
|
|
209217
209389
|
if (!documentScores.has(docId) || documentScores.get(docId).score < score) {
|
|
@@ -209232,11 +209404,11 @@ var SimpleVectorService = class {
|
|
|
209232
209404
|
path: result.path,
|
|
209233
209405
|
chunk_index: result.chunk_index,
|
|
209234
209406
|
metadata: {
|
|
209235
|
-
tags: result.
|
|
209236
|
-
headers: result.
|
|
209237
|
-
lastModified: new Date(result.
|
|
209238
|
-
wordCount: result.
|
|
209239
|
-
excerpt: result.
|
|
209407
|
+
tags: this.parseJsonField(result.tags_json) || [],
|
|
209408
|
+
headers: this.parseJsonField(result.headers_json) || [],
|
|
209409
|
+
lastModified: new Date(result.lastModified),
|
|
209410
|
+
wordCount: result.wordCount,
|
|
209411
|
+
excerpt: result.excerpt
|
|
209240
209412
|
}
|
|
209241
209413
|
},
|
|
209242
209414
|
score: result.score,
|
|
@@ -209256,15 +209428,20 @@ var SimpleVectorService = class {
|
|
|
209256
209428
|
* @returns Promise resolving to documents in the category
|
|
209257
209429
|
*/
|
|
209258
209430
|
async getDocumentsByCategory(category, limit) {
|
|
209259
|
-
if (
|
|
209431
|
+
if (this.tables.length === 0) {
|
|
209260
209432
|
throw new Error("Vector database not initialized");
|
|
209261
209433
|
}
|
|
209262
209434
|
try {
|
|
209263
|
-
|
|
209264
|
-
|
|
209265
|
-
query =
|
|
209435
|
+
const allResults = [];
|
|
209436
|
+
for (const table of this.tables) {
|
|
209437
|
+
let query = table.search("").where(`category = "${category}" AND chunk_index = 0`);
|
|
209438
|
+
if (limit) {
|
|
209439
|
+
query = query.limit(Math.ceil(limit / this.tables.length) + 10);
|
|
209440
|
+
}
|
|
209441
|
+
const tableResults = await query.toArray();
|
|
209442
|
+
allResults.push(...tableResults);
|
|
209266
209443
|
}
|
|
209267
|
-
const results =
|
|
209444
|
+
const results = limit ? allResults.slice(0, limit) : allResults;
|
|
209268
209445
|
return results.map((result) => ({
|
|
209269
209446
|
document: {
|
|
209270
209447
|
id: result.document_id,
|
|
@@ -209275,11 +209452,11 @@ var SimpleVectorService = class {
|
|
|
209275
209452
|
path: result.path,
|
|
209276
209453
|
chunk_index: result.chunk_index,
|
|
209277
209454
|
metadata: {
|
|
209278
|
-
tags: result.
|
|
209279
|
-
headers: result.
|
|
209280
|
-
lastModified: new Date(result.
|
|
209281
|
-
wordCount: result.
|
|
209282
|
-
excerpt: result.
|
|
209455
|
+
tags: this.parseJsonField(result.tags_json) || [],
|
|
209456
|
+
headers: this.parseJsonField(result.headers_json) || [],
|
|
209457
|
+
lastModified: new Date(result.lastModified),
|
|
209458
|
+
wordCount: result.wordCount,
|
|
209459
|
+
excerpt: result.excerpt
|
|
209283
209460
|
}
|
|
209284
209461
|
},
|
|
209285
209462
|
score: 1,
|
|
@@ -209299,18 +209476,31 @@ var SimpleVectorService = class {
|
|
|
209299
209476
|
getMetadata() {
|
|
209300
209477
|
return this.metadata;
|
|
209301
209478
|
}
|
|
209479
|
+
/**
|
|
209480
|
+
* Helper method to parse JSON fields safely.
|
|
209481
|
+
*
|
|
209482
|
+
* @param jsonString The JSON string to parse
|
|
209483
|
+
* @returns Parsed array or null if parsing fails
|
|
209484
|
+
*/
|
|
209485
|
+
parseJsonField(jsonString) {
|
|
209486
|
+
try {
|
|
209487
|
+
return jsonString ? JSON.parse(jsonString) : [];
|
|
209488
|
+
} catch {
|
|
209489
|
+
return [];
|
|
209490
|
+
}
|
|
209491
|
+
}
|
|
209302
209492
|
/**
|
|
209303
209493
|
* Checks if the vector store is initialized.
|
|
209304
209494
|
*
|
|
209305
209495
|
* @returns True if initialized, false otherwise
|
|
209306
209496
|
*/
|
|
209307
209497
|
isInitialized() {
|
|
209308
|
-
return this.
|
|
209498
|
+
return this.tables.length > 0 && this.metadata !== null;
|
|
209309
209499
|
}
|
|
209310
209500
|
async close() {
|
|
209311
209501
|
if (this.connection) {
|
|
209312
209502
|
this.connection = null;
|
|
209313
|
-
this.
|
|
209503
|
+
this.tables = [];
|
|
209314
209504
|
logger.log("Vector database connection closed");
|
|
209315
209505
|
}
|
|
209316
209506
|
}
|
|
@@ -219182,7 +219372,7 @@ mime-types/index.js:
|
|
|
219182
219372
|
*)
|
|
219183
219373
|
|
|
219184
219374
|
axios/dist/node/axios.cjs:
|
|
219185
|
-
(*! Axios v1.
|
|
219375
|
+
(*! Axios v1.12.2 Copyright (c) 2025 Matt Zabriskie and contributors *)
|
|
219186
219376
|
|
|
219187
219377
|
repeat-string/index.js:
|
|
219188
219378
|
(*!
|