@sap-ux/fiori-mcp-server 0.1.1 → 0.1.3

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.
Files changed (3) hide show
  1. package/README.md +7 -7
  2. package/dist/index.js +479 -350
  3. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -51887,9 +51887,9 @@ var require_dist6 = __commonJS({
51887
51887
  }
51888
51888
  });
51889
51889
 
51890
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/page.js
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
51891
51891
  var require_page = __commonJS({
51892
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/page.js"(exports2) {
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) {
51893
51893
  "use strict";
51894
51894
  Object.defineProperty(exports2, "__esModule", { value: true });
51895
51895
  exports2.OdataVersion = exports2.FioriElementsVersion = exports2.PAGETYPE_VIEW_EXTENSION_TEMPLATE_MAP = exports2.PageType = exports2.PageTypeV4 = exports2.PageTypeV2 = void 0;
@@ -51928,12 +51928,12 @@ var require_page = __commonJS({
51928
51928
  }
51929
51929
  });
51930
51930
 
51931
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/types.js
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
51932
51932
  var require_types5 = __commonJS({
51933
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/types.js"(exports2) {
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) {
51934
51934
  "use strict";
51935
51935
  Object.defineProperty(exports2, "__esModule", { value: true });
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.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;
51937
51937
  var FlexibleColumnLayoutType;
51938
51938
  (function(FlexibleColumnLayoutType2) {
51939
51939
  FlexibleColumnLayoutType2["OneColumn"] = "OneColumn";
@@ -51962,6 +51962,11 @@ var require_types5 = __commonJS({
51962
51962
  SchemaType3["FPMCustomPage"] = "FPMCustomPage";
51963
51963
  SchemaType3["BuildingBlocks"] = "BuildingBlocks";
51964
51964
  })(SchemaType2 || (exports2.SchemaType = SchemaType2 = {}));
51965
+ var CreationFieldType;
51966
+ (function(CreationFieldType2) {
51967
+ CreationFieldType2["Field"] = "Field";
51968
+ CreationFieldType2["FieldGroup"] = "FieldGroup";
51969
+ })(CreationFieldType || (exports2.CreationFieldType = CreationFieldType = {}));
51965
51970
  var ExportArtifacts;
51966
51971
  (function(ExportArtifacts2) {
51967
51972
  ExportArtifacts2["flex"] = "flex";
@@ -52224,6 +52229,8 @@ var require_types5 = __commonJS({
52224
52229
  DefinitionName2["ObjectPageCustomSectionActions"] = "ObjectPageCustomSectionActions";
52225
52230
  DefinitionName2["CustomSectionActionOP"] = "CustomSectionActionOP";
52226
52231
  DefinitionName2["CustomSectionActionPositionOP"] = "CustomSectionActionPositionOP";
52232
+ DefinitionName2["TableCreationModeCreationDialogOPTable"] = "TableCreationModeCreationDialogOPTable";
52233
+ DefinitionName2["TableCreationModeCreationDialogOPTreeTable"] = "TableCreationModeCreationDialogOPTreeTable";
52227
52234
  })(DefinitionName || (exports2.DefinitionName = DefinitionName = {}));
52228
52235
  var PropertyName;
52229
52236
  (function(PropertyName2) {
@@ -52263,6 +52270,8 @@ var require_types5 = __commonJS({
52263
52270
  SchemaTag2["messages"] = "messages";
52264
52271
  SchemaTag2["propertyIndex"] = "propertyIndex";
52265
52272
  SchemaTag2["target"] = "target";
52273
+ SchemaTag2["defaultControlProperty"] = "defaultControlProperty";
52274
+ SchemaTag2["controlProperty"] = "controlProperty";
52266
52275
  })(SchemaTag || (exports2.SchemaTag = SchemaTag = {}));
52267
52276
  var SchemaKeyName;
52268
52277
  (function(SchemaKeyName2) {
@@ -52293,9 +52302,9 @@ var require_types5 = __commonJS({
52293
52302
  }
52294
52303
  });
52295
52304
 
52296
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/Application.js
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
52297
52306
  var require_Application = __commonJS({
52298
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/Application.js"(exports2) {
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) {
52299
52308
  "use strict";
52300
52309
  Object.defineProperty(exports2, "__esModule", { value: true });
52301
52310
  exports2.CloudDevAdaptationStatus = exports2.FlexibleColumnLayoutAggregations = exports2.StatePreservationMode = exports2.TableColumnVerticalAlignment = exports2.DraftDiscardEnabledSettings = void 0;
@@ -52329,9 +52338,9 @@ var require_Application = __commonJS({
52329
52338
  }
52330
52339
  });
52331
52340
 
52332
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/Manifest.js
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
52333
52342
  var require_Manifest = __commonJS({
52334
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/Manifest.js"(exports2) {
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) {
52335
52344
  "use strict";
52336
52345
  Object.defineProperty(exports2, "__esModule", { value: true });
52337
52346
  exports2.ColorPaletteDefinitionType = exports2.GENERICAPPSETTINGS = exports2.ManifestSection = exports2.DataSourceType = void 0;
@@ -52360,17 +52369,17 @@ var require_Manifest = __commonJS({
52360
52369
  }
52361
52370
  });
52362
52371
 
52363
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/sapOvp.js
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
52364
52373
  var require_sapOvp = __commonJS({
52365
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/sapOvp.js"(exports2) {
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) {
52366
52375
  "use strict";
52367
52376
  Object.defineProperty(exports2, "__esModule", { value: true });
52368
52377
  }
52369
52378
  });
52370
52379
 
52371
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/sapUi5.js
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
52372
52381
  var require_sapUi5 = __commonJS({
52373
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/sapUi5.js"(exports2) {
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) {
52374
52383
  "use strict";
52375
52384
  Object.defineProperty(exports2, "__esModule", { value: true });
52376
52385
  exports2.SAPUI5_FRAGMENT_CLASS = exports2.SAPUI5_VIEW_CLASS = exports2.ViewTypes = exports2.FIORI_FCL_ROOT_ID = exports2.FIORI_FCL_ROOT_VIEW_NAME = void 0;
@@ -52387,9 +52396,9 @@ var require_sapUi5 = __commonJS({
52387
52396
  }
52388
52397
  });
52389
52398
 
52390
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/index.js
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
52391
52400
  var require_manifest = __commonJS({
52392
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/webapp/manifest/index.js"(exports2) {
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) {
52393
52402
  "use strict";
52394
52403
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
52395
52404
  if (k2 === void 0) k2 = k;
@@ -52414,9 +52423,9 @@ var require_manifest = __commonJS({
52414
52423
  }
52415
52424
  });
52416
52425
 
52417
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/color.js
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
52418
52427
  var require_color = __commonJS({
52419
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/color.js"(exports2) {
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) {
52420
52429
  "use strict";
52421
52430
  Object.defineProperty(exports2, "__esModule", { value: true });
52422
52431
  exports2.ChartColor = void 0;
@@ -52514,9 +52523,9 @@ var require_color = __commonJS({
52514
52523
  }
52515
52524
  });
52516
52525
 
52517
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/index.js
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
52518
52527
  var require_common4 = __commonJS({
52519
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/common/index.js"(exports2) {
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) {
52520
52529
  "use strict";
52521
52530
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
52522
52531
  if (k2 === void 0) k2 = k;
@@ -52543,9 +52552,9 @@ var require_common4 = __commonJS({
52543
52552
  }
52544
52553
  });
52545
52554
 
52546
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/apiTypes.js
52555
+ // ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/apiTypes.js
52547
52556
  var require_apiTypes = __commonJS({
52548
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/apiTypes.js"(exports2) {
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) {
52549
52558
  "use strict";
52550
52559
  Object.defineProperty(exports2, "__esModule", { value: true });
52551
52560
  exports2.Features = exports2.CustomExtensionType = exports2.TemplateType = exports2.PropertyMessageType = exports2.logSeverityLabel = exports2.LogSeverity = void 0;
@@ -52605,17 +52614,17 @@ var require_apiTypes = __commonJS({
52605
52614
  }
52606
52615
  });
52607
52616
 
52608
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Action.js
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
52609
52618
  var require_Action = __commonJS({
52610
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Action.js"(exports2) {
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) {
52611
52620
  "use strict";
52612
52621
  Object.defineProperty(exports2, "__esModule", { value: true });
52613
52622
  }
52614
52623
  });
52615
52624
 
52616
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Card.js
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
52617
52626
  var require_Card = __commonJS({
52618
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Card.js"(exports2) {
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) {
52619
52628
  "use strict";
52620
52629
  Object.defineProperty(exports2, "__esModule", { value: true });
52621
52630
  exports2.LinkListFlavorType = exports2.SortOrderType = exports2.ListTypeType = exports2.ListFlavorType = exports2.MeasureAggregateValues = exports2.CardSettingsType = exports2.cardTemplateSettingsMap = exports2.cardTemplateTypeMap = exports2.CardTemplateType = exports2.ChartCardType = void 0;
@@ -52695,17 +52704,17 @@ var require_Card = __commonJS({
52695
52704
  }
52696
52705
  });
52697
52706
 
52698
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Field.js
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
52699
52708
  var require_Field = __commonJS({
52700
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Field.js"(exports2) {
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) {
52701
52710
  "use strict";
52702
52711
  Object.defineProperty(exports2, "__esModule", { value: true });
52703
52712
  }
52704
52713
  });
52705
52714
 
52706
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/FilterBar.js
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
52707
52716
  var require_FilterBar = __commonJS({
52708
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/FilterBar.js"(exports2) {
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) {
52709
52718
  "use strict";
52710
52719
  Object.defineProperty(exports2, "__esModule", { value: true });
52711
52720
  exports2.FilterPathType = exports2.DefaultDateRangeValueType = exports2.DateRangeType = void 0;
@@ -52792,17 +52801,17 @@ var require_FilterBar = __commonJS({
52792
52801
  }
52793
52802
  });
52794
52803
 
52795
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Header.js
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
52796
52805
  var require_Header = __commonJS({
52797
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Header.js"(exports2) {
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) {
52798
52807
  "use strict";
52799
52808
  Object.defineProperty(exports2, "__esModule", { value: true });
52800
52809
  }
52801
52810
  });
52802
52811
 
52803
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Table.js
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
52804
52813
  var require_Table = __commonJS({
52805
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/Table.js"(exports2) {
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) {
52806
52815
  "use strict";
52807
52816
  Object.defineProperty(exports2, "__esModule", { value: true });
52808
52817
  exports2.LoadDataOnAppLaunchSettings = exports2.DefaultFilterMode = exports2.DefaultContentView = exports2.IgnoredFieldsType = exports2.Strategy = exports2.TableColumnExtensionTypeV2 = exports2.TableTypeV2 = exports2.customColumnViewTypes = void 0;
@@ -52852,25 +52861,25 @@ var require_Table = __commonJS({
52852
52861
  }
52853
52862
  });
52854
52863
 
52855
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ToolBar.js
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
52856
52865
  var require_ToolBar = __commonJS({
52857
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ToolBar.js"(exports2) {
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) {
52858
52867
  "use strict";
52859
52868
  Object.defineProperty(exports2, "__esModule", { value: true });
52860
52869
  }
52861
52870
  });
52862
52871
 
52863
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageFooter.js
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
52864
52873
  var require_ObjectPageFooter = __commonJS({
52865
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageFooter.js"(exports2) {
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) {
52866
52875
  "use strict";
52867
52876
  Object.defineProperty(exports2, "__esModule", { value: true });
52868
52877
  }
52869
52878
  });
52870
52879
 
52871
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/AnalyticalListPageChart.js
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
52872
52881
  var require_AnalyticalListPageChart = __commonJS({
52873
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/AnalyticalListPageChart.js"(exports2) {
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) {
52874
52883
  "use strict";
52875
52884
  Object.defineProperty(exports2, "__esModule", { value: true });
52876
52885
  exports2.ChartType = void 0;
@@ -52910,41 +52919,41 @@ var require_AnalyticalListPageChart = __commonJS({
52910
52919
  }
52911
52920
  });
52912
52921
 
52913
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/AnalyticalListPageKPI.js
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
52914
52923
  var require_AnalyticalListPageKPI = __commonJS({
52915
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/AnalyticalListPageKPI.js"(exports2) {
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) {
52916
52925
  "use strict";
52917
52926
  Object.defineProperty(exports2, "__esModule", { value: true });
52918
52927
  }
52919
52928
  });
52920
52929
 
52921
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageHeader.js
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
52922
52931
  var require_ObjectPageHeader = __commonJS({
52923
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageHeader.js"(exports2) {
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) {
52924
52933
  "use strict";
52925
52934
  Object.defineProperty(exports2, "__esModule", { value: true });
52926
52935
  }
52927
52936
  });
52928
52937
 
52929
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageHeaderSection.js
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
52930
52939
  var require_ObjectPageHeaderSection = __commonJS({
52931
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageHeaderSection.js"(exports2) {
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) {
52932
52941
  "use strict";
52933
52942
  Object.defineProperty(exports2, "__esModule", { value: true });
52934
52943
  }
52935
52944
  });
52936
52945
 
52937
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageLayout.js
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
52938
52947
  var require_ObjectPageLayout = __commonJS({
52939
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageLayout.js"(exports2) {
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) {
52940
52949
  "use strict";
52941
52950
  Object.defineProperty(exports2, "__esModule", { value: true });
52942
52951
  }
52943
52952
  });
52944
52953
 
52945
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageSection.js
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
52946
52955
  var require_ObjectPageSection = __commonJS({
52947
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageSection.js"(exports2) {
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) {
52948
52957
  "use strict";
52949
52958
  Object.defineProperty(exports2, "__esModule", { value: true });
52950
52959
  exports2.ExtensionFragmentTypes = exports2.SectionPosition = void 0;
@@ -52961,25 +52970,25 @@ var require_ObjectPageSection = __commonJS({
52961
52970
  }
52962
52971
  });
52963
52972
 
52964
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageChart.js
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
52965
52974
  var require_ObjectPageChart = __commonJS({
52966
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageChart.js"(exports2) {
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) {
52967
52976
  "use strict";
52968
52977
  Object.defineProperty(exports2, "__esModule", { value: true });
52969
52978
  }
52970
52979
  });
52971
52980
 
52972
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageForm.js
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
52973
52982
  var require_ObjectPageForm = __commonJS({
52974
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageForm.js"(exports2) {
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) {
52975
52984
  "use strict";
52976
52985
  Object.defineProperty(exports2, "__esModule", { value: true });
52977
52986
  }
52978
52987
  });
52979
52988
 
52980
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageTable.js
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
52981
52990
  var require_ObjectPageTable = __commonJS({
52982
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageTable.js"(exports2) {
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) {
52983
52992
  "use strict";
52984
52993
  Object.defineProperty(exports2, "__esModule", { value: true });
52985
52994
  exports2.CreateMode = void 0;
@@ -52992,17 +53001,17 @@ var require_ObjectPageTable = __commonJS({
52992
53001
  }
52993
53002
  });
52994
53003
 
52995
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageToolBar.js
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
52996
53005
  var require_ObjectPageToolBar = __commonJS({
52997
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/ObjectPageToolBar.js"(exports2) {
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) {
52998
53007
  "use strict";
52999
53008
  Object.defineProperty(exports2, "__esModule", { value: true });
53000
53009
  }
53001
53010
  });
53002
53011
 
53003
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/index.js
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
53004
53013
  var require_controls = __commonJS({
53005
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/controls/index.js"(exports2) {
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) {
53006
53015
  "use strict";
53007
53016
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53008
53017
  if (k2 === void 0) k2 = k;
@@ -53042,9 +53051,9 @@ var require_controls = __commonJS({
53042
53051
  }
53043
53052
  });
53044
53053
 
53045
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUiPageV2.js
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
53046
53055
  var require_sapUiPageV2 = __commonJS({
53047
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUiPageV2.js"(exports2) {
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) {
53048
53057
  "use strict";
53049
53058
  Object.defineProperty(exports2, "__esModule", { value: true });
53050
53059
  exports2.FE_TEMPLATE_V2_ALP = exports2.FE_TEMPLATE_V2_LIST_REPORT = exports2.FE_TEMPLATE_V2_OBJECT_PAGE = exports2.FE_TEMPLATE_V2 = void 0;
@@ -53055,9 +53064,9 @@ var require_sapUiPageV2 = __commonJS({
53055
53064
  }
53056
53065
  });
53057
53066
 
53058
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUi5.js
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
53059
53068
  var require_sapUi52 = __commonJS({
53060
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUi5.js"(exports2) {
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) {
53061
53070
  "use strict";
53062
53071
  Object.defineProperty(exports2, "__esModule", { value: true });
53063
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;
@@ -53069,17 +53078,17 @@ var require_sapUi52 = __commonJS({
53069
53078
  }
53070
53079
  });
53071
53080
 
53072
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUi.js
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
53073
53082
  var require_sapUi = __commonJS({
53074
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/sapUi.js"(exports2) {
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) {
53075
53084
  "use strict";
53076
53085
  Object.defineProperty(exports2, "__esModule", { value: true });
53077
53086
  }
53078
53087
  });
53079
53088
 
53080
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/index.js
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
53081
53090
  var require_manifest2 = __commonJS({
53082
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/manifest/index.js"(exports2) {
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) {
53083
53092
  "use strict";
53084
53093
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53085
53094
  if (k2 === void 0) k2 = k;
@@ -53104,9 +53113,9 @@ var require_manifest2 = __commonJS({
53104
53113
  }
53105
53114
  });
53106
53115
 
53107
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/index.js
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
53108
53117
  var require_webapp2 = __commonJS({
53109
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/webapp/index.js"(exports2) {
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) {
53110
53119
  "use strict";
53111
53120
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53112
53121
  if (k2 === void 0) k2 = k;
@@ -53129,49 +53138,49 @@ var require_webapp2 = __commonJS({
53129
53138
  }
53130
53139
  });
53131
53140
 
53132
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/page.js
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
53133
53142
  var require_page2 = __commonJS({
53134
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/page.js"(exports2) {
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) {
53135
53144
  "use strict";
53136
53145
  Object.defineProperty(exports2, "__esModule", { value: true });
53137
53146
  }
53138
53147
  });
53139
53148
 
53140
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/ObjectPageConfigV2.js
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
53141
53150
  var require_ObjectPageConfigV2 = __commonJS({
53142
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/ObjectPageConfigV2.js"(exports2) {
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) {
53143
53152
  "use strict";
53144
53153
  Object.defineProperty(exports2, "__esModule", { value: true });
53145
53154
  }
53146
53155
  });
53147
53156
 
53148
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/ListReportConfigV2.js
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
53149
53158
  var require_ListReportConfigV2 = __commonJS({
53150
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/ListReportConfigV2.js"(exports2) {
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) {
53151
53160
  "use strict";
53152
53161
  Object.defineProperty(exports2, "__esModule", { value: true });
53153
53162
  }
53154
53163
  });
53155
53164
 
53156
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/OverviewPageConfigV2.js
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
53157
53166
  var require_OverviewPageConfigV2 = __commonJS({
53158
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/OverviewPageConfigV2.js"(exports2) {
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) {
53159
53168
  "use strict";
53160
53169
  Object.defineProperty(exports2, "__esModule", { value: true });
53161
53170
  }
53162
53171
  });
53163
53172
 
53164
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/AnalyticalListPageConfigV2.js
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
53165
53174
  var require_AnalyticalListPageConfigV2 = __commonJS({
53166
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/AnalyticalListPageConfigV2.js"(exports2) {
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) {
53167
53176
  "use strict";
53168
53177
  Object.defineProperty(exports2, "__esModule", { value: true });
53169
53178
  }
53170
53179
  });
53171
53180
 
53172
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/index.js
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
53173
53182
  var require_pages = __commonJS({
53174
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/pages/index.js"(exports2) {
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) {
53175
53184
  "use strict";
53176
53185
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53177
53186
  if (k2 === void 0) k2 = k;
@@ -53197,9 +53206,9 @@ var require_pages = __commonJS({
53197
53206
  }
53198
53207
  });
53199
53208
 
53200
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/overviewPage.js
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
53201
53210
  var require_overviewPage = __commonJS({
53202
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/overviewPage.js"(exports2) {
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) {
53203
53212
  "use strict";
53204
53213
  Object.defineProperty(exports2, "__esModule", { value: true });
53205
53214
  exports2.ContainerLayoutType = void 0;
@@ -53217,25 +53226,25 @@ var require_overviewPage = __commonJS({
53217
53226
  }
53218
53227
  });
53219
53228
 
53220
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/application.js
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
53221
53230
  var require_application = __commonJS({
53222
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/application.js"(exports2) {
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) {
53223
53232
  "use strict";
53224
53233
  Object.defineProperty(exports2, "__esModule", { value: true });
53225
53234
  }
53226
53235
  });
53227
53236
 
53228
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/ApplicationV2.js
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
53229
53238
  var require_ApplicationV2 = __commonJS({
53230
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/ApplicationV2.js"(exports2) {
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) {
53231
53240
  "use strict";
53232
53241
  Object.defineProperty(exports2, "__esModule", { value: true });
53233
53242
  }
53234
53243
  });
53235
53244
 
53236
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/index.js
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
53237
53246
  var require_v2 = __commonJS({
53238
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v2/index.js"(exports2) {
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) {
53239
53248
  "use strict";
53240
53249
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53241
53250
  if (k2 === void 0) k2 = k;
@@ -53264,9 +53273,9 @@ var require_v2 = __commonJS({
53264
53273
  }
53265
53274
  });
53266
53275
 
53267
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/CustomAction.js
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
53268
53277
  var require_CustomAction = __commonJS({
53269
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/CustomAction.js"(exports2) {
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) {
53270
53279
  "use strict";
53271
53280
  Object.defineProperty(exports2, "__esModule", { value: true });
53272
53281
  exports2.ActionPlacement = void 0;
@@ -53278,12 +53287,12 @@ var require_CustomAction = __commonJS({
53278
53287
  }
53279
53288
  });
53280
53289
 
53281
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/Table.js
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
53282
53291
  var require_Table2 = __commonJS({
53283
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/Table.js"(exports2) {
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) {
53284
53293
  "use strict";
53285
53294
  Object.defineProperty(exports2, "__esModule", { value: true });
53286
- 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;
53287
53296
  var SelectionMode;
53288
53297
  (function(SelectionMode2) {
53289
53298
  SelectionMode2["Multi"] = "Multi";
@@ -53315,12 +53324,13 @@ var require_Table2 = __commonJS({
53315
53324
  DefaultPathType2["Secondary"] = "secondary";
53316
53325
  DefaultPathType2["Both"] = "both";
53317
53326
  })(DefaultPathType || (exports2.DefaultPathType = DefaultPathType = {}));
53327
+ exports2.EMPTY_OPTION = "";
53318
53328
  }
53319
53329
  });
53320
53330
 
53321
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/FilterBar.js
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
53322
53332
  var require_FilterBar2 = __commonJS({
53323
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/FilterBar.js"(exports2) {
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) {
53324
53334
  "use strict";
53325
53335
  Object.defineProperty(exports2, "__esModule", { value: true });
53326
53336
  exports2.FilterFieldPlacement = exports2.InitialLayoutType = exports2.LayoutType = void 0;
@@ -53342,17 +53352,17 @@ var require_FilterBar2 = __commonJS({
53342
53352
  }
53343
53353
  });
53344
53354
 
53345
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/Header.js
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
53346
53356
  var require_Header2 = __commonJS({
53347
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/Header.js"(exports2) {
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) {
53348
53358
  "use strict";
53349
53359
  Object.defineProperty(exports2, "__esModule", { value: true });
53350
53360
  }
53351
53361
  });
53352
53362
 
53353
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ToolBar.js
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
53354
53364
  var require_ToolBar2 = __commonJS({
53355
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ToolBar.js"(exports2) {
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) {
53356
53366
  "use strict";
53357
53367
  Object.defineProperty(exports2, "__esModule", { value: true });
53358
53368
  exports2.SelectType = void 0;
@@ -53364,41 +53374,41 @@ var require_ToolBar2 = __commonJS({
53364
53374
  }
53365
53375
  });
53366
53376
 
53367
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageToolBar.js
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
53368
53378
  var require_ObjectPageToolBar2 = __commonJS({
53369
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageToolBar.js"(exports2) {
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) {
53370
53380
  "use strict";
53371
53381
  Object.defineProperty(exports2, "__esModule", { value: true });
53372
53382
  }
53373
53383
  });
53374
53384
 
53375
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageForm.js
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
53376
53386
  var require_ObjectPageForm2 = __commonJS({
53377
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageForm.js"(exports2) {
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) {
53378
53388
  "use strict";
53379
53389
  Object.defineProperty(exports2, "__esModule", { value: true });
53380
53390
  }
53381
53391
  });
53382
53392
 
53383
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageHeader.js
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
53384
53394
  var require_ObjectPageHeader2 = __commonJS({
53385
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageHeader.js"(exports2) {
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) {
53386
53396
  "use strict";
53387
53397
  Object.defineProperty(exports2, "__esModule", { value: true });
53388
53398
  }
53389
53399
  });
53390
53400
 
53391
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageHeaderSection.js
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
53392
53402
  var require_ObjectPageHeaderSection2 = __commonJS({
53393
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageHeaderSection.js"(exports2) {
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) {
53394
53404
  "use strict";
53395
53405
  Object.defineProperty(exports2, "__esModule", { value: true });
53396
53406
  }
53397
53407
  });
53398
53408
 
53399
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageLayout.js
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
53400
53410
  var require_ObjectPageLayout2 = __commonJS({
53401
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageLayout.js"(exports2) {
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) {
53402
53412
  "use strict";
53403
53413
  Object.defineProperty(exports2, "__esModule", { value: true });
53404
53414
  exports2.SectionLayoutType = void 0;
@@ -53410,9 +53420,9 @@ var require_ObjectPageLayout2 = __commonJS({
53410
53420
  }
53411
53421
  });
53412
53422
 
53413
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageSection.js
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
53414
53424
  var require_ObjectPageSection2 = __commonJS({
53415
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageSection.js"(exports2) {
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) {
53416
53426
  "use strict";
53417
53427
  Object.defineProperty(exports2, "__esModule", { value: true });
53418
53428
  exports2.CustomSectionViewTypesV4 = exports2.SectionPosition = void 0;
@@ -53428,9 +53438,9 @@ var require_ObjectPageSection2 = __commonJS({
53428
53438
  }
53429
53439
  });
53430
53440
 
53431
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageTable.js
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
53432
53442
  var require_ObjectPageTable2 = __commonJS({
53433
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageTable.js"(exports2) {
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) {
53434
53444
  "use strict";
53435
53445
  Object.defineProperty(exports2, "__esModule", { value: true });
53436
53446
  exports2.TableCreationModeType = void 0;
@@ -53439,21 +53449,23 @@ var require_ObjectPageTable2 = __commonJS({
53439
53449
  TableCreationModeType2["NewPage"] = "NewPage";
53440
53450
  TableCreationModeType2["InlineCreationRows"] = "InlineCreationRows";
53441
53451
  TableCreationModeType2["Inline"] = "Inline";
53452
+ TableCreationModeType2["CreationDialog"] = "CreationDialog";
53453
+ TableCreationModeType2["External"] = "External";
53442
53454
  })(TableCreationModeType || (exports2.TableCreationModeType = TableCreationModeType = {}));
53443
53455
  }
53444
53456
  });
53445
53457
 
53446
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageFooter.js
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
53447
53459
  var require_ObjectPageFooter2 = __commonJS({
53448
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/ObjectPageFooter.js"(exports2) {
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) {
53449
53461
  "use strict";
53450
53462
  Object.defineProperty(exports2, "__esModule", { value: true });
53451
53463
  }
53452
53464
  });
53453
53465
 
53454
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/index.js
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
53455
53467
  var require_controls2 = __commonJS({
53456
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/controls/index.js"(exports2) {
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) {
53457
53469
  "use strict";
53458
53470
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53459
53471
  if (k2 === void 0) k2 = k;
@@ -53489,9 +53501,9 @@ var require_controls2 = __commonJS({
53489
53501
  }
53490
53502
  });
53491
53503
 
53492
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/sapUiPageV4.js
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
53493
53505
  var require_sapUiPageV4 = __commonJS({
53494
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/sapUiPageV4.js"(exports2) {
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) {
53495
53507
  "use strict";
53496
53508
  Object.defineProperty(exports2, "__esModule", { value: true });
53497
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;
@@ -53509,9 +53521,9 @@ var require_sapUiPageV4 = __commonJS({
53509
53521
  }
53510
53522
  });
53511
53523
 
53512
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/sapUi5.js
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
53513
53525
  var require_sapUi53 = __commonJS({
53514
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/sapUi5.js"(exports2) {
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) {
53515
53527
  "use strict";
53516
53528
  Object.defineProperty(exports2, "__esModule", { value: true });
53517
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;
@@ -53523,9 +53535,9 @@ var require_sapUi53 = __commonJS({
53523
53535
  }
53524
53536
  });
53525
53537
 
53526
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/ManifestSettings.js
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
53527
53539
  var require_ManifestSettings = __commonJS({
53528
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/ManifestSettings.js"(exports2) {
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) {
53529
53541
  "use strict";
53530
53542
  Object.defineProperty(exports2, "__esModule", { value: true });
53531
53543
  exports2.HorizontalAlign = exports2.Availability = exports2.Placement = void 0;
@@ -53549,9 +53561,9 @@ var require_ManifestSettings = __commonJS({
53549
53561
  }
53550
53562
  });
53551
53563
 
53552
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/index.js
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
53553
53565
  var require_manifest3 = __commonJS({
53554
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/manifest/index.js"(exports2) {
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) {
53555
53567
  "use strict";
53556
53568
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53557
53569
  if (k2 === void 0) k2 = k;
@@ -53576,9 +53588,9 @@ var require_manifest3 = __commonJS({
53576
53588
  }
53577
53589
  });
53578
53590
 
53579
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/index.js
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
53580
53592
  var require_webapp3 = __commonJS({
53581
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/webapp/index.js"(exports2) {
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) {
53582
53594
  "use strict";
53583
53595
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53584
53596
  if (k2 === void 0) k2 = k;
@@ -53601,17 +53613,17 @@ var require_webapp3 = __commonJS({
53601
53613
  }
53602
53614
  });
53603
53615
 
53604
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/page.js
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
53605
53617
  var require_page3 = __commonJS({
53606
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/page.js"(exports2) {
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) {
53607
53619
  "use strict";
53608
53620
  Object.defineProperty(exports2, "__esModule", { value: true });
53609
53621
  }
53610
53622
  });
53611
53623
 
53612
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/ObjectPageConfigV4.js
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
53613
53625
  var require_ObjectPageConfigV4 = __commonJS({
53614
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/ObjectPageConfigV4.js"(exports2) {
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) {
53615
53627
  "use strict";
53616
53628
  Object.defineProperty(exports2, "__esModule", { value: true });
53617
53629
  exports2.VariantManagementTypeObjectPage = void 0;
@@ -53623,9 +53635,9 @@ var require_ObjectPageConfigV4 = __commonJS({
53623
53635
  }
53624
53636
  });
53625
53637
 
53626
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/ListReportConfigV4.js
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
53627
53639
  var require_ListReportConfigV4 = __commonJS({
53628
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/ListReportConfigV4.js"(exports2) {
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) {
53629
53641
  "use strict";
53630
53642
  Object.defineProperty(exports2, "__esModule", { value: true });
53631
53643
  exports2.VariantManagementTypeListReport = void 0;
@@ -53638,17 +53650,17 @@ var require_ListReportConfigV4 = __commonJS({
53638
53650
  }
53639
53651
  });
53640
53652
 
53641
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/FreestylePageConfigV4.js
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
53642
53654
  var require_FreestylePageConfigV4 = __commonJS({
53643
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/FreestylePageConfigV4.js"(exports2) {
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) {
53644
53656
  "use strict";
53645
53657
  Object.defineProperty(exports2, "__esModule", { value: true });
53646
53658
  }
53647
53659
  });
53648
53660
 
53649
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/index.js
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
53650
53662
  var require_pages2 = __commonJS({
53651
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/pages/index.js"(exports2) {
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) {
53652
53664
  "use strict";
53653
53665
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53654
53666
  if (k2 === void 0) k2 = k;
@@ -53673,25 +53685,25 @@ var require_pages2 = __commonJS({
53673
53685
  }
53674
53686
  });
53675
53687
 
53676
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/application.js
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
53677
53689
  var require_application2 = __commonJS({
53678
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/application.js"(exports2) {
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) {
53679
53691
  "use strict";
53680
53692
  Object.defineProperty(exports2, "__esModule", { value: true });
53681
53693
  }
53682
53694
  });
53683
53695
 
53684
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/ApplicationV4.js
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
53685
53697
  var require_ApplicationV4 = __commonJS({
53686
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/ApplicationV4.js"(exports2) {
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) {
53687
53699
  "use strict";
53688
53700
  Object.defineProperty(exports2, "__esModule", { value: true });
53689
53701
  }
53690
53702
  });
53691
53703
 
53692
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/index.js
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
53693
53705
  var require_v4 = __commonJS({
53694
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/v4/index.js"(exports2) {
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) {
53695
53707
  "use strict";
53696
53708
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53697
53709
  if (k2 === void 0) k2 = k;
@@ -53719,9 +53731,9 @@ var require_v4 = __commonJS({
53719
53731
  }
53720
53732
  });
53721
53733
 
53722
- // ../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/index.js
53734
+ // ../../node_modules/.pnpm/@sap+ux-specification@1.136.6_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/index.js
53723
53735
  var require_src = __commonJS({
53724
- "../../node_modules/.pnpm/@sap+ux-specification@1.136.4_typescript@5.9.2/node_modules/@sap/ux-specification/dist/types/src/index.js"(exports2) {
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) {
53725
53737
  "use strict";
53726
53738
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
53727
53739
  if (k2 === void 0) k2 = k;
@@ -130425,9 +130437,9 @@ var require_follow_redirects = __commonJS({
130425
130437
  }
130426
130438
  });
130427
130439
 
130428
- // ../../node_modules/.pnpm/axios@1.11.0/node_modules/axios/dist/node/axios.cjs
130440
+ // ../../node_modules/.pnpm/axios@1.12.2/node_modules/axios/dist/node/axios.cjs
130429
130441
  var require_axios = __commonJS({
130430
- "../../node_modules/.pnpm/axios@1.11.0/node_modules/axios/dist/node/axios.cjs"(exports2, module2) {
130442
+ "../../node_modules/.pnpm/axios@1.12.2/node_modules/axios/dist/node/axios.cjs"(exports2, module2) {
130431
130443
  "use strict";
130432
130444
  var FormData$1 = require_form_data();
130433
130445
  var crypto3 = require("crypto");
@@ -130473,7 +130485,7 @@ var require_axios = __commonJS({
130473
130485
  var { isArray: isArray3 } = Array;
130474
130486
  var isUndefined2 = typeOfTest("undefined");
130475
130487
  function isBuffer(val2) {
130476
- return val2 !== null && !isUndefined2(val2) && val2.constructor !== null && !isUndefined2(val2.constructor) && isFunction3(val2.constructor.isBuffer) && val2.constructor.isBuffer(val2);
130488
+ return val2 !== null && !isUndefined2(val2) && val2.constructor !== null && !isUndefined2(val2.constructor) && isFunction$1(val2.constructor.isBuffer) && val2.constructor.isBuffer(val2);
130477
130489
  }
130478
130490
  var isArrayBuffer2 = kindOfTest("ArrayBuffer");
130479
130491
  function isArrayBufferView(val2) {
@@ -130486,7 +130498,7 @@ var require_axios = __commonJS({
130486
130498
  return result;
130487
130499
  }
130488
130500
  var isString3 = typeOfTest("string");
130489
- var isFunction3 = typeOfTest("function");
130501
+ var isFunction$1 = typeOfTest("function");
130490
130502
  var isNumber2 = typeOfTest("number");
130491
130503
  var isObject5 = (thing) => thing !== null && typeof thing === "object";
130492
130504
  var isBoolean = (thing) => thing === true || thing === false;
@@ -130511,11 +130523,11 @@ var require_axios = __commonJS({
130511
130523
  var isFile = kindOfTest("File");
130512
130524
  var isBlob = kindOfTest("Blob");
130513
130525
  var isFileList = kindOfTest("FileList");
130514
- var isStream = (val2) => isObject5(val2) && isFunction3(val2.pipe);
130526
+ var isStream = (val2) => isObject5(val2) && isFunction$1(val2.pipe);
130515
130527
  var isFormData = (thing) => {
130516
130528
  let kind;
130517
- return thing && (typeof FormData === "function" && thing instanceof FormData || isFunction3(thing.append) && ((kind = kindOf(thing)) === "formdata" || // detect form-data instance
130518
- kind === "object" && isFunction3(thing.toString) && thing.toString() === "[object FormData]"));
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]"));
130519
130531
  };
130520
130532
  var isURLSearchParams = kindOfTest("URLSearchParams");
130521
130533
  var [isReadableStream2, isRequest, isResponse, isHeaders] = ["ReadableStream", "Request", "Response", "Headers"].map(kindOfTest);
@@ -130568,7 +130580,7 @@ var require_axios = __commonJS({
130568
130580
  })();
130569
130581
  var isContextDefined = (context2) => !isUndefined2(context2) && context2 !== _global2;
130570
130582
  function merge4() {
130571
- const { caseless } = isContextDefined(this) && this || {};
130583
+ const { caseless, skipUndefined } = isContextDefined(this) && this || {};
130572
130584
  const result = {};
130573
130585
  const assignValue = (val2, key) => {
130574
130586
  const targetKey = caseless && findKey(result, key) || key;
@@ -130578,7 +130590,7 @@ var require_axios = __commonJS({
130578
130590
  result[targetKey] = merge4({}, val2);
130579
130591
  } else if (isArray3(val2)) {
130580
130592
  result[targetKey] = val2.slice();
130581
- } else {
130593
+ } else if (!skipUndefined || !isUndefined2(val2)) {
130582
130594
  result[targetKey] = val2;
130583
130595
  }
130584
130596
  };
@@ -130589,7 +130601,7 @@ var require_axios = __commonJS({
130589
130601
  }
130590
130602
  var extend3 = (a, b, thisArg, { allOwnKeys } = {}) => {
130591
130603
  forEach2(b, (val2, key) => {
130592
- if (thisArg && isFunction3(val2)) {
130604
+ if (thisArg && isFunction$1(val2)) {
130593
130605
  a[key] = bind(val2, thisArg);
130594
130606
  } else {
130595
130607
  a[key] = val2;
@@ -130698,11 +130710,11 @@ var require_axios = __commonJS({
130698
130710
  };
130699
130711
  var freezeMethods = (obj) => {
130700
130712
  reduceDescriptors(obj, (descriptor, name) => {
130701
- if (isFunction3(obj) && ["arguments", "caller", "callee"].indexOf(name) !== -1) {
130713
+ if (isFunction$1(obj) && ["arguments", "caller", "callee"].indexOf(name) !== -1) {
130702
130714
  return false;
130703
130715
  }
130704
130716
  const value = obj[name];
130705
- if (!isFunction3(value)) return;
130717
+ if (!isFunction$1(value)) return;
130706
130718
  descriptor.enumerable = false;
130707
130719
  if ("writable" in descriptor) {
130708
130720
  descriptor.writable = false;
@@ -130731,7 +130743,7 @@ var require_axios = __commonJS({
130731
130743
  return value != null && Number.isFinite(value = +value) ? value : defaultValue;
130732
130744
  };
130733
130745
  function isSpecCompliantForm(thing) {
130734
- return !!(thing && isFunction3(thing.append) && thing[toStringTag] === "FormData" && thing[iterator]);
130746
+ return !!(thing && isFunction$1(thing.append) && thing[toStringTag] === "FormData" && thing[iterator]);
130735
130747
  }
130736
130748
  var toJSONObject = (obj) => {
130737
130749
  const stack = new Array(10);
@@ -130759,7 +130771,7 @@ var require_axios = __commonJS({
130759
130771
  return visit3(obj, 0);
130760
130772
  };
130761
130773
  var isAsyncFn = kindOfTest("AsyncFunction");
130762
- var isThenable = (thing) => thing && (isObject5(thing) || isFunction3(thing)) && isFunction3(thing.then) && isFunction3(thing.catch);
130774
+ var isThenable = (thing) => thing && (isObject5(thing) || isFunction$1(thing)) && isFunction$1(thing.then) && isFunction$1(thing.catch);
130763
130775
  var _setImmediate = ((setImmediateSupported, postMessageSupported) => {
130764
130776
  if (setImmediateSupported) {
130765
130777
  return setImmediate;
@@ -130777,10 +130789,10 @@ var require_axios = __commonJS({
130777
130789
  })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb);
130778
130790
  })(
130779
130791
  typeof setImmediate === "function",
130780
- isFunction3(_global2.postMessage)
130792
+ isFunction$1(_global2.postMessage)
130781
130793
  );
130782
130794
  var asap = typeof queueMicrotask !== "undefined" ? queueMicrotask.bind(_global2) : typeof process !== "undefined" && process.nextTick || _setImmediate;
130783
- var isIterable = (thing) => thing != null && isFunction3(thing[iterator]);
130795
+ var isIterable = (thing) => thing != null && isFunction$1(thing[iterator]);
130784
130796
  var utils$1 = {
130785
130797
  isArray: isArray3,
130786
130798
  isArrayBuffer: isArrayBuffer2,
@@ -130802,7 +130814,7 @@ var require_axios = __commonJS({
130802
130814
  isFile,
130803
130815
  isBlob,
130804
130816
  isRegExp: isRegExp2,
130805
- isFunction: isFunction3,
130817
+ isFunction: isFunction$1,
130806
130818
  isStream,
130807
130819
  isURLSearchParams,
130808
130820
  isTypedArray,
@@ -130907,9 +130919,13 @@ var require_axios = __commonJS({
130907
130919
  }, (prop) => {
130908
130920
  return prop !== "isAxiosError";
130909
130921
  });
130910
- AxiosError.call(axiosError, error2.message, code, config2, request3, response);
130911
- axiosError.cause = error2;
130912
- axiosError.name = error2.name;
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";
130913
130929
  customProps && Object.assign(axiosError, customProps);
130914
130930
  return axiosError;
130915
130931
  };
@@ -131056,7 +131072,7 @@ var require_axios = __commonJS({
131056
131072
  }, "").join("&");
131057
131073
  };
131058
131074
  function encode2(val2) {
131059
- return encodeURIComponent(val2).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
131075
+ return encodeURIComponent(val2).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
131060
131076
  }
131061
131077
  function buildURL(url2, params, options2) {
131062
131078
  if (!params) {
@@ -131330,7 +131346,7 @@ var require_axios = __commonJS({
131330
131346
  const silentJSONParsing = transitional && transitional.silentJSONParsing;
131331
131347
  const strictJSONParsing = !silentJSONParsing && JSONRequested;
131332
131348
  try {
131333
- return JSON.parse(data);
131349
+ return JSON.parse(data, this.parseReviver);
131334
131350
  } catch (e) {
131335
131351
  if (strictJSONParsing) {
131336
131352
  if (e.name === "SyntaxError") {
@@ -131687,7 +131703,7 @@ var require_axios = __commonJS({
131687
131703
  }
131688
131704
  return requestedURL;
131689
131705
  }
131690
- var VERSION6 = "1.11.0";
131706
+ var VERSION6 = "1.12.2";
131691
131707
  function parseProtocol(url2) {
131692
131708
  const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
131693
131709
  return match && match[1] || "";
@@ -132051,6 +132067,55 @@ var require_axios = __commonJS({
132051
132067
  }), throttled[1]];
132052
132068
  };
132053
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
+ }
132054
132119
  var zlibOptions = {
132055
132120
  flush: zlib__default["default"].constants.Z_SYNC_FLUSH,
132056
132121
  finishFlush: zlib__default["default"].constants.Z_SYNC_FLUSH
@@ -132192,6 +132257,17 @@ var require_axios = __commonJS({
132192
132257
  const parsed = new URL(fullPath, platform3.hasBrowserEnv ? platform3.origin : void 0);
132193
132258
  const protocol = parsed.protocol || supportedProtocols[0];
132194
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
+ }
132195
132271
  let convertedData;
132196
132272
  if (method !== "GET") {
132197
132273
  return settle(resolve, reject2, {
@@ -132677,13 +132753,17 @@ var require_axios = __commonJS({
132677
132753
  "Basic " + btoa((auth.username || "") + ":" + (auth.password ? unescape(encodeURIComponent(auth.password)) : ""))
132678
132754
  );
132679
132755
  }
132680
- let contentType;
132681
132756
  if (utils$1.isFormData(data)) {
132682
132757
  if (platform3.hasStandardBrowserEnv || platform3.hasStandardBrowserWebWorkerEnv) {
132683
132758
  headers.setContentType(void 0);
132684
- } else if ((contentType = headers.getContentType()) !== false) {
132685
- const [type2, ...tokens] = contentType ? contentType.split(";").map((token2) => token2.trim()).filter(Boolean) : [];
132686
- headers.setContentType([type2 || "multipart/form-data", ...tokens].join("; "));
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
+ });
132687
132767
  }
132688
132768
  }
132689
132769
  if (platform3.hasStandardBrowserEnv) {
@@ -132761,8 +132841,11 @@ var require_axios = __commonJS({
132761
132841
  reject2(new AxiosError("Request aborted", AxiosError.ECONNABORTED, config2, request3));
132762
132842
  request3 = null;
132763
132843
  };
132764
- request3.onerror = function handleError() {
132765
- reject2(new AxiosError("Network Error", AxiosError.ERR_NETWORK, config2, request3));
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);
132766
132849
  request3 = null;
132767
132850
  };
132768
132851
  request3.ontimeout = function handleTimeout() {
@@ -132931,9 +133014,16 @@ var require_axios = __commonJS({
132931
133014
  highWaterMark: 2
132932
133015
  });
132933
133016
  };
132934
- var isFetchSupported = typeof fetch === "function" && typeof Request === "function" && typeof Response === "function";
132935
- var isReadableStreamSupported = isFetchSupported && typeof ReadableStream === "function";
132936
- var encodeText = isFetchSupported && (typeof TextEncoder === "function" ? /* @__PURE__ */ ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) : async (str) => new Uint8Array(await new Response(str).arrayBuffer()));
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;
132937
133027
  var test = (fn, ...args) => {
132938
133028
  try {
132939
133029
  return !!fn(...args);
@@ -132941,162 +133031,202 @@ var require_axios = __commonJS({
132941
133031
  return false;
132942
133032
  }
132943
133033
  };
132944
- var supportsRequestStream = isReadableStreamSupported && test(() => {
132945
- let duplexAccessed = false;
132946
- const hasContentType = new Request(platform3.origin, {
132947
- body: new ReadableStream(),
132948
- method: "POST",
132949
- get duplex() {
132950
- duplexAccessed = true;
132951
- return "half";
132952
- }
132953
- }).headers.has("Content-Type");
132954
- return duplexAccessed && !hasContentType;
132955
- });
132956
- var DEFAULT_CHUNK_SIZE = 64 * 1024;
132957
- var supportsResponseStream = isReadableStreamSupported && test(() => utils$1.isReadableStream(new Response("").body));
132958
- var resolvers = {
132959
- stream: supportsResponseStream && ((res) => res.body)
132960
- };
132961
- isFetchSupported && ((res) => {
132962
- ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((type2) => {
132963
- !resolvers[type2] && (resolvers[type2] = utils$1.isFunction(res[type2]) ? (res2) => res2[type2]() : (_, config2) => {
132964
- throw new AxiosError(`Response type '${type2}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config2);
132965
- });
132966
- });
132967
- })(new Response());
132968
- var getBodyLength2 = async (body) => {
132969
- if (body == null) {
132970
- return 0;
132971
- }
132972
- if (utils$1.isBlob(body)) {
132973
- 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;
132974
133044
  }
132975
- if (utils$1.isSpecCompliantForm(body)) {
132976
- const _request = new Request(platform3.origin, {
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(),
132977
133051
  method: "POST",
132978
- body
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
+ });
132979
133072
  });
132980
- return (await _request.arrayBuffer()).byteLength;
132981
- }
132982
- if (utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body)) {
132983
- return body.byteLength;
132984
- }
132985
- if (utils$1.isURLSearchParams(body)) {
132986
- body = body + "";
132987
- }
132988
- if (utils$1.isString(body)) {
132989
- return (await encodeText(body)).byteLength;
132990
- }
132991
- };
132992
- var resolveBodyLength = async (headers, body) => {
132993
- const length = utils$1.toFiniteNumber(headers.getContentLength());
132994
- return length == null ? getBodyLength2(body) : length;
132995
- };
132996
- var fetchAdapter = isFetchSupported && (async (config2) => {
132997
- let {
132998
- url: url2,
132999
- method,
133000
- data,
133001
- signal,
133002
- cancelToken,
133003
- timeout,
133004
- onDownloadProgress,
133005
- onUploadProgress,
133006
- responseType,
133007
- headers,
133008
- withCredentials = "same-origin",
133009
- fetchOptions
133010
- } = resolveConfig(config2);
133011
- responseType = responseType ? (responseType + "").toLowerCase() : "text";
133012
- let composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
133013
- let request3;
133014
- const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {
133015
- composedSignal.unsubscribe();
133016
- });
133017
- let requestContentLength;
133018
- try {
133019
- if (onUploadProgress && supportsRequestStream && method !== "get" && method !== "head" && (requestContentLength = await resolveBodyLength(headers, data)) !== 0) {
133020
- 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, {
133021
133083
  method: "POST",
133022
- body: data,
133023
- duplex: "half"
133084
+ body
133024
133085
  });
133025
- let contentTypeHeader;
133026
- if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get("content-type"))) {
133027
- headers.setContentType(contentTypeHeader);
133028
- }
133029
- if (_request.body) {
133030
- const [onProgress, flush] = progressEventDecorator(
133031
- requestContentLength,
133032
- progressEventReducer(asyncDecorator(onUploadProgress))
133033
- );
133034
- data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
133035
- }
133036
- }
133037
- if (!utils$1.isString(withCredentials)) {
133038
- withCredentials = withCredentials ? "include" : "omit";
133039
- }
133040
- const isCredentialsSupported = "credentials" in Request.prototype;
133041
- request3 = new Request(url2, {
133042
- ...fetchOptions,
133043
- signal: composedSignal,
133044
- method: method.toUpperCase(),
133045
- headers: headers.normalize().toJSON(),
133046
- body: data,
133047
- duplex: "half",
133048
- credentials: isCredentialsSupported ? withCredentials : void 0
133049
- });
133050
- let response = await fetch(request3, fetchOptions);
133051
- const isStreamResponse = supportsResponseStream && (responseType === "stream" || responseType === "response");
133052
- if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
133053
- const options2 = {};
133054
- ["status", "statusText", "headers"].forEach((prop) => {
133055
- options2[prop] = response[prop];
133056
- });
133057
- const responseContentLength = utils$1.toFiniteNumber(response.headers.get("content-length"));
133058
- const [onProgress, flush] = onDownloadProgress && progressEventDecorator(
133059
- responseContentLength,
133060
- progressEventReducer(asyncDecorator(onDownloadProgress), true)
133061
- ) || [];
133062
- response = new Response(
133063
- trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
133064
- flush && flush();
133065
- unsubscribe && unsubscribe();
133066
- }),
133067
- options2
133068
- );
133086
+ return (await _request.arrayBuffer()).byteLength;
133069
133087
  }
133070
- responseType = responseType || "text";
133071
- let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || "text"](response, config2);
133072
- !isStreamResponse && unsubscribe && unsubscribe();
133073
- return await new Promise((resolve, reject2) => {
133074
- settle(resolve, reject2, {
133075
- data: responseData,
133076
- headers: AxiosHeaders$1.from(response.headers),
133077
- status: response.status,
133078
- statusText: response.statusText,
133079
- config: config2,
133080
- request: request3
133081
- });
133082
- });
133083
- } catch (err) {
133084
- unsubscribe && unsubscribe();
133085
- if (err && err.name === "TypeError" && /Load failed|fetch/i.test(err.message)) {
133086
- throw Object.assign(
133087
- new AxiosError("Network Error", AxiosError.ERR_NETWORK, config2, request3),
133088
- {
133089
- cause: err.cause || err
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);
133090
133142
  }
133091
- );
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);
133092
133202
  }
133093
- throw AxiosError.from(err, err && err.code, config2, request3);
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;
133094
133220
  }
133095
- });
133221
+ return target;
133222
+ };
133223
+ getFetch();
133096
133224
  var knownAdapters = {
133097
133225
  http: httpAdapter,
133098
133226
  xhr: xhrAdapter,
133099
- fetch: fetchAdapter
133227
+ fetch: {
133228
+ get: getFetch
133229
+ }
133100
133230
  };
133101
133231
  utils$1.forEach(knownAdapters, (fn, value) => {
133102
133232
  if (fn) {
@@ -133110,7 +133240,7 @@ var require_axios = __commonJS({
133110
133240
  var renderReason = (reason) => `- ${reason}`;
133111
133241
  var isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false;
133112
133242
  var adapters = {
133113
- getAdapter: (adapters2) => {
133243
+ getAdapter: (adapters2, config2) => {
133114
133244
  adapters2 = utils$1.isArray(adapters2) ? adapters2 : [adapters2];
133115
133245
  const { length } = adapters2;
133116
133246
  let nameOrAdapter;
@@ -133126,7 +133256,7 @@ var require_axios = __commonJS({
133126
133256
  throw new AxiosError(`Unknown adapter '${id}'`);
133127
133257
  }
133128
133258
  }
133129
- if (adapter) {
133259
+ if (adapter && (utils$1.isFunction(adapter) || (adapter = adapter.get(config2)))) {
133130
133260
  break;
133131
133261
  }
133132
133262
  rejectedReasons[id || "#" + i] = adapter;
@@ -133163,7 +133293,7 @@ var require_axios = __commonJS({
133163
133293
  if (["post", "put", "patch"].indexOf(config2.method) !== -1) {
133164
133294
  config2.headers.setContentType("application/x-www-form-urlencoded", false);
133165
133295
  }
133166
- const adapter = adapters.getAdapter(config2.adapter || defaults$1.adapter);
133296
+ const adapter = adapters.getAdapter(config2.adapter || defaults$1.adapter, config2);
133167
133297
  return adapter(config2).then(function onAdapterResolution(response) {
133168
133298
  throwIfCancellationRequested(config2);
133169
133299
  response.data = transformData.call(
@@ -133366,7 +133496,6 @@ var require_axios = __commonJS({
133366
133496
  }
133367
133497
  len = requestInterceptorChain.length;
133368
133498
  let newConfig = config2;
133369
- i = 0;
133370
133499
  while (i < len) {
133371
133500
  const onFulfilled = requestInterceptorChain[i++];
133372
133501
  const onRejected = requestInterceptorChain[i++];
@@ -184599,7 +184728,7 @@ var require_package8 = __commonJS({
184599
184728
  "../telemetry/package.json"(exports2, module2) {
184600
184729
  module2.exports = {
184601
184730
  name: "@sap-ux/telemetry",
184602
- version: "0.6.21",
184731
+ version: "0.6.23",
184603
184732
  description: "Library for sending usage telemetry data",
184604
184733
  repository: {
184605
184734
  type: "git",
@@ -184633,7 +184762,7 @@ var require_package8 = __commonJS({
184633
184762
  "@sap-ux/logger": "workspace:*",
184634
184763
  "@sap-ux/nodejs-utils": "workspace:*",
184635
184764
  applicationinsights: "2.9.2",
184636
- axios: "1.11.0",
184765
+ axios: "1.12.2",
184637
184766
  "performance-now": "2.1.0",
184638
184767
  yaml: "2.3.3"
184639
184768
  },
@@ -203870,7 +203999,7 @@ var StdioServerTransport = class {
203870
203999
  };
203871
204000
 
203872
204001
  // package.json
203873
- var version = "0.1.1";
204002
+ var version = "0.1.3";
203874
204003
  var package_default = {
203875
204004
  name: "@sap-ux/fiori-mcp-server",
203876
204005
  description: "SAP Fiori - Model Context Protocol (MCP) server",
@@ -203921,7 +204050,7 @@ var package_default = {
203921
204050
  "npm-run-all2": "8.0.4",
203922
204051
  esbuild: "0.25.6",
203923
204052
  "@modelcontextprotocol/sdk": "1.17.5",
203924
- "@sap/ux-specification": "1.136.4",
204053
+ "@sap/ux-specification": "1.136.6",
203925
204054
  "@sap-ux/project-access": "workspace:*",
203926
204055
  "@sap-ux/fiori-annotation-api": "workspace:*",
203927
204056
  "@sap-ux/annotation-converter": "0.10.3",
@@ -208650,7 +208779,7 @@ var FioriAppSchema = object({
208650
208779
  var FunctionalityIdSchema = union([string2(), array(union([string2(), number2()]))]);
208651
208780
  var FunctionalitySchema = object({
208652
208781
  functionalityId: FunctionalityIdSchema.describe(
208653
- "Identifier to pass as the `functionalityId` parameter when calling `get-functionality-details` or `execute-functionality`"
208782
+ "Identifier to pass as the `functionalityId` parameter when calling `get_functionality_details` or `execute_functionality`"
208654
208783
  ),
208655
208784
  description: string2()
208656
208785
  });
@@ -208732,7 +208861,7 @@ var ListFunctionalitiesOutputSchema = object({
208732
208861
  var GetFunctionalityDetailsOutputSchema = object({
208733
208862
  /** ID of the functionality */
208734
208863
  functionalityId: FunctionalityIdSchema.describe(
208735
- "Identifier to pass as the `functionalityId` parameter when calling `get-functionality-details` or `execute-functionality`"
208864
+ "Identifier to pass as the `functionalityId` parameter when calling `get_functionality_details` or `execute_functionality`"
208736
208865
  ),
208737
208866
  /** Name of the functionality */
208738
208867
  name: string2(),
@@ -218789,7 +218918,7 @@ function findParameterById(functionality, id) {
218789
218918
  // src/tools/index.ts
218790
218919
  var tools = [
218791
218920
  {
218792
- name: "doc-search",
218921
+ name: "search_docs",
218793
218922
  title: "Search in Fiori Documentation",
218794
218923
  description: "Searches code snippets of Fiori Elements, Annotations, SAPUI5, Fiori tools documentation for the given query. You MUST use this tool if you're unsure about Fiori APIs. Optionally returns only code blocks.",
218795
218924
  inputSchema: {
@@ -218809,7 +218938,7 @@ var tools = [
218809
218938
  }
218810
218939
  },
218811
218940
  {
218812
- name: "list-fiori-apps",
218941
+ name: "list_fiori_apps",
218813
218942
  description: `Scans a specified directory to find existing SAP Fiori applications that can be modified.
218814
218943
  This is an optional, preliminary tool.
218815
218944
  **Use this first ONLY if the target application's name or path is not already known.**
@@ -218818,33 +218947,33 @@ var tools = [
218818
218947
  outputSchema: convertToSchema(ListFioriAppsOutputSchema)
218819
218948
  },
218820
218949
  {
218821
- name: "list-functionality",
218950
+ name: "list_functionality",
218822
218951
  description: `**(Step 1 of 3)**
218823
218952
  Gets the complete and exclusive list of supported functionalities to create a new or modify an existing SAP Fiori application.
218824
218953
  This is the **first mandatory step** to begin the workflow and requires a valid absolute path to a SAP Fiori application as input.
218825
- You MUST use a functionalityId from this tool's output to request details to the functionality in 'get-functionality-details' (Step 2).
218954
+ You MUST use a functionalityId from this tool's output to request details to the functionality in 'get_functionality_details' (Step 2).
218826
218955
  You MUST not use a functionalityId as name of a tool.
218827
218956
  Do not guess, assume, or use any functionality not present in this list, as it is invalid and will cause the operation to fail.
218828
- **Note: If the target application is not known, use the list-fiori-apps tool first to identify it.**
218829
- if the functionality list does not include a functionality to support the current goal, then try using the doc-search tool as a fallback.`,
218957
+ **Note: If the target application is not known, use the list_fiori_apps tool first to identify it.**
218958
+ if the functionality list does not include a functionality to support the current goal, then try using the search_docs tool as a fallback.`,
218830
218959
  inputSchema: convertToSchema(ListFunctionalitiesInputSchema),
218831
218960
  outputSchema: convertToSchema(ListFunctionalitiesOutputSchema)
218832
218961
  },
218833
218962
  {
218834
- name: "get-functionality-details",
218963
+ name: "get_functionality_details",
218835
218964
  description: `**(Step 2 of 3)**
218836
218965
  Gets the required parameters and detailed information for a specific functionality to create a new or modify an existing SAP Fiori application.
218837
- You MUST provide a functionalityId obtained from 'list-functionality' (Step 1).
218838
- The output of this tool is required for the final step 'execute-functionality' (Step 3).`,
218966
+ You MUST provide a functionalityId obtained from 'list_functionality' (Step 1).
218967
+ The output of this tool is required for the final step 'execute_functionality' (Step 3).`,
218839
218968
  inputSchema: convertToSchema(GetFunctionalityDetailsInputSchema),
218840
218969
  outputSchema: convertToSchema(GetFunctionalityDetailsOutputSchema)
218841
218970
  },
218842
218971
  {
218843
- name: "execute-functionality",
218972
+ name: "execute_functionality",
218844
218973
  description: `**(Step 3 of 3)**
218845
218974
  Executes a specific functionality to create a new or modify an existing SAP Fiori application with provided parameters.
218846
218975
  This is the **final step** of the workflow and performs the actual creation or modification.
218847
- You MUST provide the exact parameter information obtained from get-functionality-details (Step 2).`,
218976
+ You MUST provide the exact parameter information obtained from get_functionality_details (Step 2).`,
218848
218977
  inputSchema: convertToSchema(ExecuteFunctionalityInputSchema),
218849
218978
  outputSchema: convertToSchema(ExecuteFunctionalityOutputSchema)
218850
218979
  }
@@ -219046,25 +219175,25 @@ var FioriFunctionalityServer = class {
219046
219175
  functionalityId: args?.functionalityId
219047
219176
  };
219048
219177
  switch (name) {
219049
- case "doc-search":
219178
+ case "search_docs":
219050
219179
  result = await docSearch(args);
219051
219180
  return this.convertResultToCallToolResult(result.results);
219052
- case "list-fiori-apps":
219181
+ case "list_fiori_apps":
219053
219182
  result = await listFioriApps(args);
219054
219183
  break;
219055
- case "list-functionality":
219184
+ case "list_functionality":
219056
219185
  result = await listFunctionalities(args);
219057
219186
  break;
219058
- case "get-functionality-details":
219187
+ case "get_functionality_details":
219059
219188
  result = await getFunctionalityDetails5(args);
219060
219189
  break;
219061
- case "execute-functionality":
219190
+ case "execute_functionality":
219062
219191
  result = await executeFunctionality5(args);
219063
219192
  break;
219064
219193
  default:
219065
219194
  await TelemetryHelper.sendTelemetry(unknownTool, telemetryProperties, args?.appPath);
219066
219195
  throw new Error(
219067
- `Unknown tool: ${name}. Try one of: list-fiori-apps, list-functionality, get-functionality-details, execute-functionality.`
219196
+ `Unknown tool: ${name}. Try one of: list_fiori_apps, list_functionality, get_functionality_details, execute_functionality.`
219068
219197
  );
219069
219198
  }
219070
219199
  await TelemetryHelper.sendTelemetry(name, telemetryProperties, args?.appPath);
@@ -219243,7 +219372,7 @@ mime-types/index.js:
219243
219372
  *)
219244
219373
 
219245
219374
  axios/dist/node/axios.cjs:
219246
- (*! Axios v1.11.0 Copyright (c) 2025 Matt Zabriskie and contributors *)
219375
+ (*! Axios v1.12.2 Copyright (c) 2025 Matt Zabriskie and contributors *)
219247
219376
 
219248
219377
  repeat-string/index.js:
219249
219378
  (*!