@sap/ux-ui5-tooling 1.8.5 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +2540 -1009
- package/dist/markdowns/deploy/deploy.en.md +14 -0
- package/dist/markdowns/undeploy/undeploy.en.md +6 -0
- package/dist/middlewares/fiori-tools-appreload.js +465 -109
- package/dist/middlewares/fiori-tools-preview.js +1472 -461
- package/dist/middlewares/fiori-tools-proxy.js +1474 -463
- package/dist/middlewares/fiori-tools-servestatic.js +4 -1
- package/dist/tasks/cf-deploy/index.js +1423 -415
- package/dist/tasks/deploy/index.js +48485 -46962
- package/dist/templates/control-property-editor/app.css +1 -1
- package/dist/templates/control-property-editor/app.js +50 -49
- package/package.json +11 -10
|
@@ -177,7 +177,8 @@ var require_helpTopics = __commonJS({
|
|
|
177
177
|
DESTINATION_MISCONFIGURED: 54336,
|
|
178
178
|
DESTINATION_UNAVAILABLE: 51208,
|
|
179
179
|
DESTINATION_NOT_FOUND: 51208,
|
|
180
|
-
BAD_GATEWAY: 48366
|
|
180
|
+
BAD_GATEWAY: 48366,
|
|
181
|
+
DESTINATION_BAD_GATEWAY_503: 52526
|
|
181
182
|
};
|
|
182
183
|
exports2.GUIDED_ANSWERS_EXTENSION_ID = "saposs.sap-guided-answers-extension";
|
|
183
184
|
exports2.GUIDED_ANSWERS_LAUNCH_CMD_ID = "sap.ux.guidedAnswer.openGuidedAnswer";
|
|
@@ -11948,7 +11949,7 @@ var require_package4 = __commonJS({
|
|
|
11948
11949
|
"../lib/telemetry/dist/package.json"(exports2, module2) {
|
|
11949
11950
|
module2.exports = {
|
|
11950
11951
|
name: "@sap/ux-telemetry",
|
|
11951
|
-
version: "1.
|
|
11952
|
+
version: "1.9.0",
|
|
11952
11953
|
description: "SAP Fiori tools telemetry library",
|
|
11953
11954
|
main: "dist/src/index.js",
|
|
11954
11955
|
author: "SAP SE",
|
|
@@ -11973,10 +11974,10 @@ var require_package4 = __commonJS({
|
|
|
11973
11974
|
},
|
|
11974
11975
|
dependencies: {
|
|
11975
11976
|
"@sap-ux/store": "0.3.8",
|
|
11976
|
-
"@sap/ux-cds": "1.
|
|
11977
|
-
"@sap/ux-common-utils": "1.
|
|
11978
|
-
"@sap/ux-feature-toggle": "1.
|
|
11979
|
-
"@sap/ux-project-access": "1.
|
|
11977
|
+
"@sap/ux-cds": "1.9.0",
|
|
11978
|
+
"@sap/ux-common-utils": "1.9.0",
|
|
11979
|
+
"@sap/ux-feature-toggle": "1.9.0",
|
|
11980
|
+
"@sap/ux-project-access": "1.9.0",
|
|
11980
11981
|
applicationinsights: "1.4.1",
|
|
11981
11982
|
axios: "0.26.0",
|
|
11982
11983
|
"performance-now": "2.1.0",
|
|
@@ -11984,7 +11985,7 @@ var require_package4 = __commonJS({
|
|
|
11984
11985
|
},
|
|
11985
11986
|
devDependencies: {
|
|
11986
11987
|
memfs: "3.4.7",
|
|
11987
|
-
"ts-jest": "
|
|
11988
|
+
"ts-jest": "28.0.8",
|
|
11988
11989
|
"ts-node": "8.5.2",
|
|
11989
11990
|
typescript: "4.3.5",
|
|
11990
11991
|
unionfs: "4.4.0"
|
|
@@ -23071,21 +23072,374 @@ var require_controls = __commonJS({
|
|
|
23071
23072
|
}
|
|
23072
23073
|
});
|
|
23073
23074
|
|
|
23075
|
+
// ../../node_modules/@sap/ux-specification-types/dist/common.js
|
|
23076
|
+
var require_common2 = __commonJS({
|
|
23077
|
+
"../../node_modules/@sap/ux-specification-types/dist/common.js"(exports2, module2) {
|
|
23078
|
+
var P = Object.defineProperty;
|
|
23079
|
+
var Ye = Object.getOwnPropertyDescriptor;
|
|
23080
|
+
var Ne = Object.getOwnPropertyNames;
|
|
23081
|
+
var y = Object.getOwnPropertySymbols;
|
|
23082
|
+
var O = Object.prototype.hasOwnProperty;
|
|
23083
|
+
var ze = Object.prototype.propertyIsEnumerable;
|
|
23084
|
+
var V = (c, n, t) => n in c ? P(c, n, { enumerable: true, configurable: true, writable: true, value: t }) : c[n] = t;
|
|
23085
|
+
var d = (c, n) => {
|
|
23086
|
+
for (var t in n || (n = {}))
|
|
23087
|
+
O.call(n, t) && V(c, t, n[t]);
|
|
23088
|
+
if (y)
|
|
23089
|
+
for (var t of y(n))
|
|
23090
|
+
ze.call(n, t) && V(c, t, n[t]);
|
|
23091
|
+
return c;
|
|
23092
|
+
};
|
|
23093
|
+
var qe = (c) => P(c, "__esModule", { value: true });
|
|
23094
|
+
var A = (c, n) => {
|
|
23095
|
+
for (var t in n)
|
|
23096
|
+
P(c, t, { get: n[t], enumerable: true });
|
|
23097
|
+
};
|
|
23098
|
+
var Je = (c, n, t, o) => {
|
|
23099
|
+
if (n && typeof n == "object" || typeof n == "function")
|
|
23100
|
+
for (let p of Ne(n))
|
|
23101
|
+
!O.call(c, p) && (t || p !== "default") && P(c, p, { get: () => n[p], enumerable: !(o = Ye(n, p)) || o.enumerable });
|
|
23102
|
+
return c;
|
|
23103
|
+
};
|
|
23104
|
+
var $e = ((c) => (n, t) => c && c.get(n) || (t = Je(qe({}), n, 1), c && c.set(n, t), t))(typeof WeakMap != "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
|
|
23105
|
+
var Ht = {};
|
|
23106
|
+
A(Ht, { ALPViewType: () => I, ActionTitlePrefix: () => tt, ArtifactType: () => w, BindingPropertyRegexAsString: () => ot, ControlType: () => M, CustomExtensionType: () => oe, DATESETTINGSPATH: () => mt, DataSourceType: () => $, DefinitionName: () => W, DirName: () => k, DraftDiscardEnabledSettings: () => N, ExportArtifacts: () => v, FIORI_FCL_ROOT_ID: () => ut, FIORI_FCL_ROOT_VIEW_NAME: () => xt, FRAGMENTNAMEPART: () => bt, FacetBase: () => G, FacetTitlePrefix: () => et, Features: () => ae, FileName: () => B, FioriElementsVersion: () => L, FlexChangeLayer: () => h, FlexibleColumnLayoutAggregations: () => J, FlexibleColumnLayoutType: () => F, GENERICAPPSETTINGS: () => St, LogSeverity: () => ee, LogSeverityLabel: () => At, MANIFESTPATH: () => nt, METADATAPATH: () => at, MacrosPropertyType: () => Y, ManifestSection: () => Z, OdataVersion: () => j, PAGETYPE_VIEW_EXTENSION_TEMPLATE_MAP: () => De, PageType: () => Ze, PageTypeV2: () => T, PageTypeV4: () => C, PropertyName: () => X, QUICKVARPATH: () => lt, QUICKVARPATHX: () => gt, SAPUI5_FRAGMENT_CLASS: () => dt, SAPUI5_VIEW_CLASS: () => Pt, SchemaKeyName: () => K, SchemaTag: () => Q, SchemaType: () => R, SectionType: () => U, StatePreservationMode: () => q, TableColumnVerticalAlignment: () => z, TemplateType: () => te, UIVOCABULARY: () => st, UIVOCABULARYALPHADOT: () => ct, UIVOCABULARYDOT: () => pt, VOCWITHCOLONS: () => rt, VOCWITHSLASH: () => it, ViewTemplateType: () => H, ViewTypes: () => D, Visualization: () => _45, v2: () => f, v4: () => E });
|
|
23107
|
+
var T = ((i) => (i.ObjectPage = "ObjectPage", i.ListReport = "ListReport", i.OverviewPage = "OverviewPage", i.CustomPage = "CustomPage", i.AnalyticalListPage = "AnalyticalListPage", i))(T || {});
|
|
23108
|
+
var C = ((i) => (i.ObjectPage = "ObjectPage", i.ListReport = "ListReport", i.CustomPage = "CustomPage", i.FPMCustomPage = "FPMCustomPage", i.AnalyticalListPage = "AnalyticalListPage", i))(C || {});
|
|
23109
|
+
var Ze = d(d({}, T), C);
|
|
23110
|
+
var De = /* @__PURE__ */ new Map([["ListReport", "sap.suite.ui.generic.template.ListReport.view.ListReport"], ["AnalyticalListPage", "sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage"], ["ObjectPage", "sap.suite.ui.generic.template.ObjectPage.view.Details"]]);
|
|
23111
|
+
var L = ((t) => (t.v2 = "v2", t.v4 = "v4", t))(L || {});
|
|
23112
|
+
var j = ((t) => (t.v2 = "v2", t.v4 = "v4", t))(j || {});
|
|
23113
|
+
var F = ((m) => (m.OneColumn = "OneColumn", m.TwoColumnsBeginExpanded = "TwoColumnsBeginExpanded", m.TwoColumnsMidExpanded = "TwoColumnsMidExpanded", m.MidColumnFullScreen = "MidColumnFullScreen", m.ThreeColumnsMidExpanded = "ThreeColumnsMidExpanded", m.ThreeColumnsEndExpanded = "ThreeColumnsEndExpanded", m.ThreeColumnsMidExpandedEndHidden = "ThreeColumnsMidExpandedEndHidden", m.ThreeColumnsBeginExpandedEndHidden = "ThreeColumnsBeginExpandedEndHidden", m.EndColumnFullScreen = "EndColumnFullScreen", m))(F || {});
|
|
23114
|
+
var h = ((t) => (t.Vendor = "VENDOR", t.Customer = "CUSTOMER_BASE", t))(h || {});
|
|
23115
|
+
var R = ((b) => (b.Application = "Application", b.ObjectPage = "ObjectPage", b.ListReport = "ListReport", b.OverviewPage = "OverviewPage", b.AnalyticalListPage = "AnalyticalListPage", b.FreestylePage = "FreestylePage", b.FPMCustomPage = "FPMCustomPage", b.BuildingBlocks = "BuildingBlocks", b))(R || {});
|
|
23116
|
+
var v = ((t) => (t.flex = "flex", t.manifest = "manifest", t))(v || {});
|
|
23117
|
+
var I = ((t) => (t.Primary = "primary", t.Secondary = "secondary", t))(I || {});
|
|
23118
|
+
var U = ((o) => (o.Section = "Section", o.SubSection = "SubSection", o.HeaderSection = "HeaderSection", o))(U || {});
|
|
23119
|
+
var w = ((i) => (i.Manifest = "Manifest", i.FlexChange = "FlexChange", i.Annotation = "Annotation", i.Fragment = "Fragment", i.View = "View", i))(w || {});
|
|
23120
|
+
var M = ((g) => (g.Table = "sap.m.Table", g.TableColumn = "sap.m.Column", g.SmartTable = "sap.ui.comp.smarttable.SmartTable", g.SmartFilterBar = "sap.ui.comp.smartfilterbar.SmartFilterBar", g.SmartChart = "sap.ui.comp.smartchart.SmartChart", g.Group = "sap.ui.comp.smartform.Group", g.GroupElement = "sap.ui.comp.smartform.GroupElement", g.Button = "sap.m.Button", g.ToolbarButton = "sap.m.OverflowToolbarButton", g.Avatar = "sap.f.Avatar", g.ObjectPageDynamicHeaderTitle = "sap.uxap.ObjectPageDynamicHeaderTitle", g.ObjectPageGridProperties = "sap.ui.layout.GridData", g.ObjectPageHeader = "sap.uxap.ObjectPageHeader", g.ObjectPageLayout = "sap.uxap.ObjectPageLayout", g.HeaderAction = "sap.uxap.ObjectPageHeaderActionButton", g.DynamicPage = "sap.f.DynamicPage", g.Form = "sap.ui.layout.form", g.Chart = "sap.suite.ui.microchart", g.Section = "sap.uxap.ObjectPageSection", g.SubSection = "sap.uxap.ObjectPageSubSection", g))(M || {});
|
|
23121
|
+
var _45 = ((t) => (t.LineItem = "LineItem", t.Chart = "Chart", t))(_45 || {});
|
|
23122
|
+
var k = ((r) => (r.Sapux = "src", r.Schemas = ".schemas", r.Pages = "pages", r.Webapp = "webapp", r.Temp = ".tmp", r.Changes = "changes", r.LocalService = "localService", r.Controller = "controller", r.View = "view", r.Fragment = "fragment", r.Ext = "ext", r.VSCode = ".vscode", r))(k || {});
|
|
23123
|
+
var B = ((n) => (n.App = "app.json", n))(B || {});
|
|
23124
|
+
var et = "Facet ID: ";
|
|
23125
|
+
var tt = "Action ID: ";
|
|
23126
|
+
var G = ((S) => (S.LineItem = "LineItem", S.CollectionFacet = "CollectionFacet", S.Chart = "Chart", S.Form = "Form", S.Identification = "Identification", S.DataPoint = "DataPoint", S.Address = "Address", S.Contact = "Contact", S.PresentationVariant = "PresentationVariant", S.Unknown = "", S))(G || {});
|
|
23127
|
+
var ot = "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$";
|
|
23128
|
+
var H = ((i) => (i.ResponsiveTableColumnsExtension = "ResponsiveTableColumnsExtension", i.AnalyticalTableColumnsExtension = "AnalyticalTableColumnsExtension", i.TreeTableColumnsExtension = "TreeTableColumnsExtension", i.GridTableColumnsExtension = "GridTableColumnsExtension", i.ResponsiveTableCellsExtension = "ResponsiveTableCellsExtension", i))(H || {});
|
|
23129
|
+
var W = ((e) => (e.Action = "Action", e.Actions = "Actions", e.ActionsLR = "Actions<LineItems>", e.ALPChart = "ALPChart", e.ALPChartView = "ALPChartView", e.ALPTable = "ALPTable", e.ALPTableView = "ALPTableView", e.AnalyticalListPageFilterBar = "AnalyticalListPageFilterBar", e.AnnotationPathAsObject = "AnnotationPathAsObject", e.ChartToolBarAction = "ChartToolBarAction", e.CommonHeaderFacetSettings = "CommonHeaderFacetSettings", e.CompactFilters = "CompactFilters", e.CustomFooterActionOP = "CustomFooterActionOP", e.CustomHeaderAction = "CustomHeaderAction", e.CustomHeaderActionOP = "CustomHeaderActionOP", e.CustomFormActionOP = "CustomFormActionOP", e.CustomTableAction = "CustomTableAction", e.CustomTableActionOP = "CustomTableActionOP", e.CustomColumn = "TableCustomColumn", e.CustomColumnOP = "TableCustomColumnOP", e.CustomColumns = "TableCustomColumns", e.CustomSections = "CustomSections", e.FieldPath = "FieldPath", e.Field = "Field", e.Fields = "Fields", e.Fields4Dialog = "Fields4Dialog", e.FilterBar = "FilterBar", e.FilterBarVisualFilters = "FilterBarVisualFilters", e.Footer = "Footer", e.FooterAction = "FooterAction", e.FooterActionV4 = "FooterActionV4", e.FooterActions = "FooterActions", e.FooterActionsLR = "FooterActions<LineItems>", e.Form = "Form", e.FormAction = "FormAction", e.GenericActions = "GenericActions", e.GenericColumnsOP = "GenericColumnsOP", e.GenericFooter = "GenericFooter", e.GenericSections = "GenericSections", e.Header = "Header", e.HeaderActions = "HeaderActions", e.ObjectPageHeaderAction = "ObjectPageHeaderAction", e.ObjectPageHeaderActions = "ObjectPageHeaderActions", e.HeaderSections = "HeaderSections", e.LineItems = "LineItems", e.LineItemsOfView = "LineItemsOfView", e.ListReportFilterBar = "ListReportFilterBar", e.LRTableView = "LRTableView", e.LRChartView = "LRChartView", e.MultiEditV2 = "MultiEdit", e.MultiTableModeV4 = "MultiTableModeV4", e.ObjectPageChart = "ObjectPageChart", e.ObjectPageCustomSectionFragment = "ObjectPageCustomSectionFragment", e.ObjectPageForm = "ObjectPageForm", e.ObjectPageFooter = "ObjectPageFooter", e.ObjectPageFooterAction = "ObjectPageFooterAction", e.ObjectPageFooterActions = "ObjectPageFooterActions", e.ObjectPageHeader = "ObjectPageHeader", e.ObjectPageHeaderSectionForm = "ObjectPageHeaderSectionForm", e.ObjectPageHeaderSectionChart = "ObjectPageHeaderSectionChart", e.ObjectPageHeaderSectionDataPoint = "ObjectPageHeaderSectionDataPoint", e.ObjectPageHeaderSectionContact = "ObjectPageHeaderSectionContact", e.ObjectPageHeaderSectionAddress = "ObjectPageHeaderSectionAddress", e.ObjectPageLayout = "ObjectPageLayout", e.ObjectPagePresentationVariant = "ObjectPagePresentationVariant", e.ObjectPageSectionAddress = "ObjectPageSectionAddress", e.ObjectPageSectionChart = "ObjectPageSectionChart", e.ObjectPageSectionContact = "ObjectPageSectionContact", e.ObjectPageSectionDataPoint = "ObjectPageSectionDataPoint", e.ObjectPageSectionForm = "ObjectPageSectionForm", e.ObjectPageSectionPresentationVariant = "ObjectPageSectionPresentationVariant", e.ObjectPageSectionTableV4 = "ObjectPageSectionTableV4", e.ObjectPageSubSections = "ObjectPageSubSections", e.ObjectPageTable = "ObjectPageTable", e.ObjectPageTableColumn = "ObjectPageTableColumn", e.ObjectPageToolBar = "ObjectPageToolBar", e.ObjectPageToolBarAction = "ObjectPageToolBarAction", e.ObjectPageToolBarActions = "ObjectPageToolBarActions", e.Position = "Position", e.PositionOP = "PositionOP", e.QuickVariant = "QuickVariant", e.QuickVariantSelectionOP = "QuickVariantSelectionOP", e.QuickVariantSelectionV4OP = "QuickVariantSelectionV4OP", e.RelatedFacetKeys = "RelatedFacetKeys", e.Sections = "Sections", e.SectionActions = "SectionActions", e.SelectionFields = "SelectionFields", e.Table = "Table", e.TableSPV = "TableSPV", e.TableColumn = "TableColumn", e.TableViewExtension = "TableViewExtension", e.ToolBarAction = "ToolBarAction", e.ToolBarLR = "ToolBar<LineItems>", e.ToolBar = "ToolBar", e.ViewTableColumn = "ViewTableColumn", e.ViewCustomColumn = "ViewTableCustomColumn", e.ViewCustomAction = "ViewTableCustomAction", e.ViewChartToolBar = "ViewChartToolBar", e.ViewToolBarAction = "ViewToolBarAction", e.ViewPosition = "ViewPosition", e.ViewCustomActionPosition = "ViewCustomActionPosition", e.VisualFilters = "VisualFilters", e.VisualFilter = "VisualFilter", e.CustomActionPosition = "CustomActionPosition", e.CustomActionPositionOP = "CustomActionPositionOP", e.CustomHeaderActionPosition = "CustomHeaderActionPosition", e.CustomHeaderActionPositionOP = "CustomHeaderActionPositionOP", e.CustomFooterActionPositionOP = "CustomFooterActionPositionOP", e))(W || {});
|
|
23130
|
+
var X = ((r) => (r.actions = "actions", r.annotationPath = "annotationPath", r.chart = "chart", r.columns = "columns", r.defaultPath = "defaultPath", r.defaultTemplateAnnotationPath = "defaultTemplateAnnotationPath", r.footer = "footer", r.header = "header", r.sections = "sections", r.table = "table", r.views = "views", r.visualFilters = "visualFilters", r))(X || {});
|
|
23131
|
+
var Q = ((r) => (r.annotationPath = "annotationPath", r.annotationType = "annotationType", r.artifactType = "artifactType", r.controlType = "controlType", r.dataType = "dataType", r.fullyQualifiedName = "fullyQualifiedName", r.hidden = "hidden", r.isViewNode = "isViewNode", r.key = "key", r.keys = "keys", r.target = "target", r.propertyIndex = "propertyIndex", r))(Q || {});
|
|
23132
|
+
var K = ((i) => (i.id = "ID", i.value = "Value", i.action = "Action", i.target = "Target", i.key = "Key", i))(K || {});
|
|
23133
|
+
var at = "webapp/localService/metadata.xml";
|
|
23134
|
+
var nt = "webapp/manifest.json";
|
|
23135
|
+
var it = "/@com.sap.vocabularies";
|
|
23136
|
+
var rt = "::@com.sap.vocabularies";
|
|
23137
|
+
var st = "com.sap.vocabularies.UI.v1";
|
|
23138
|
+
var pt = "com.sap.vocabularies.UI.v1.";
|
|
23139
|
+
var ct = "@com.sap.vocabularies.UI.v1.";
|
|
23140
|
+
var lt = "/quickVariantSelection";
|
|
23141
|
+
var gt = "/quickVariantSelectionX";
|
|
23142
|
+
var mt = "/filterSettings/dateSettings";
|
|
23143
|
+
var bt = ".fragment.";
|
|
23144
|
+
var Y = ((p) => (p.Control = "Control", p.Property = "Property", p.Aggregation = "Aggregation", p.Event = "Event", p))(Y || {});
|
|
23145
|
+
var N = ((n) => (n.restricted = "restricted", n))(N || {});
|
|
23146
|
+
var z = ((o) => (o.Top = "Top", o.Middle = "Middle", o.Bottom = "Bottom", o))(z || {});
|
|
23147
|
+
var q = ((t) => (t.persistence = "persistence", t.discovery = "discovery", t))(q || {});
|
|
23148
|
+
var J = ((o) => (o.BeginColumnPages = "beginColumnPages", o.MidColumnPages = "midColumnPages", o.EndColumnPages = "endColumnPages", o))(J || {});
|
|
23149
|
+
var $ = ((t) => (t.OData = "OData", t.ODataAnnotation = "ODataAnnotation", t))($ || {});
|
|
23150
|
+
var Z = ((i) => (i.ui = "sap.ui", i.app = "sap.app", i.generic = "sap.ui.generic.app", i.ovp = "sap.ovp", i.ui5 = "sap.ui5", i))(Z || {});
|
|
23151
|
+
var St = `${"sap.ui.generic.app"}/settings`;
|
|
23152
|
+
var xt = "sap.fe.templates.RootContainer.view.Fcl";
|
|
23153
|
+
var ut = "appRootView";
|
|
23154
|
+
var D = ((o) => (o.XML = "XML", o.HTML = "HTML", o.JSON = "JSON", o))(D || {});
|
|
23155
|
+
var Pt = "sap.ui.core.mvc.View";
|
|
23156
|
+
var dt = "sap.ui.core.Fragment";
|
|
23157
|
+
var ee = ((o) => (o.Error = "error", o.Warning = "warning", o.Info = "info", o))(ee || {});
|
|
23158
|
+
var At = { ["error"]: "Error", ["warning"]: "Warning", ["info"]: "Information" };
|
|
23159
|
+
var te = ((u) => (u.ListReportObjectPageV2 = "ListReportObjectPageV2", u.ListReportObjectPageV4 = "ListReportObjectPageV4", u.OverviewPageV2 = "OverviewPageV2", u.AnalyticalListPageV2 = "AnalyticalListPageV2", u.AnalyticalListPageV4 = "AnalyticalListPageV4", u.FreestylePageV4 = "FreestylePageV4", u))(te || {});
|
|
23160
|
+
var oe = ((x) => (x.CustomPage = "CustomPage", x.CustomColumn = "CustomColumn", x.CustomSection = "CustomSection", x.ObjectPage = "ObjectPage", x.CustomAction = "CustomAction", x.CustomView = "CustomView", x.ControllerExtension = "ControllerExtension", x))(oe || {});
|
|
23161
|
+
var ae = ((n) => (n.BuildingBlocks = "BuildingBlocks", n))(ae || {});
|
|
23162
|
+
var f = {};
|
|
23163
|
+
A(f, { CardSettingsType: () => re, CardTemplateType: () => ie, ChartCardType: () => ne, ChartType: () => fe, ContainerLayoutType: () => Oe, CreateMode: () => Ve, DateRangeType: () => me, DefaultContentView: () => Ae, DefaultDateRangeValueType: () => be, DefaultFilterMode: () => Te, ExtensionFragmentTypes: () => ye, FE_TEMPLATE_V2: () => Ct, FE_TEMPLATE_V2_ALP: () => yt, FE_TEMPLATE_V2_LIST_REPORT: () => Et, FE_TEMPLATE_V2_OBJECT_PAGE: () => ft, IgnoredFieldsType: () => de, LinkListFlavorType: () => ge, ListFlavorType: () => pe, ListTypeType: () => ce, LoadDataOnAppLaunchSettings: () => Ce, MeasureAggregateValues: () => se, SAPUI5_CONTROLLER_EXTENSION: () => Ot, SAPUI5_VIEW_EXTENSION: () => Vt, SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE: () => Ft, SAPUI5_VIEW_EXTENSION_LIST_REPORT: () => jt, SAPUI5_VIEW_EXTENSION_OBJECT_PAGE: () => Lt, SectionPosition: () => Ee, SortOrderType: () => le, Strategy: () => Pe, TableColumnExtensionTypeV2: () => ue, TableTypeV2: () => xe, cardTemplateTypeMap: () => Tt, customColumnViewTypes: () => Se });
|
|
23164
|
+
var ne = ((o) => (o.cardBubble = "cardBubble", o.cardchartsline = "cardchartsline", o.cardchartsdonut = "cardchartsdonut", o))(ne || {});
|
|
23165
|
+
var ie = ((m) => (m.analytical = "sap.ovp.cards.charts.analytical", m.analyticalv4 = "sap.ovp.cards.v4.charts.analytical", m.list = "sap.ovp.cards.list", m.listv4 = "sap.ovp.cards.v4.list", m.linklist = "sap.ovp.cards.linklist", m.linklistv4 = "sap.ovp.cards.v4.linklist", m.table = "sap.ovp.cards.table", m.tablev4 = "sap.ovp.cards.v4.table", m.stack = "sap.ovp.cards.stack", m))(ie || {});
|
|
23166
|
+
var Tt = { "sap.ovp.cards.charts.analytical": "AnalyticalCard", "sap.ovp.cards.v4.charts.analytical": "AnalyticalCard", "sap.ovp.cards.list": "ListCard", "sap.ovp.cards.v4.list": "ListCard", "sap.ovp.cards.linklist": "LinklistCard", "sap.ovp.cards.v4.linklist": "LinklistCard", "sap.ovp.cards.table": "TableCard", "sap.ovp.cards.v4.table": "TableCard", "sap.ovp.cards.stack": "StackCard" };
|
|
23167
|
+
var re = ((b) => (b.analyticalCardSettings = "analyticalCardSettings", b.analyticalCardSettingsv4 = "analyticalCardSettingsv4", b.listCardSettings = "listCardSettings", b.listCardSettingsv4 = "listCardSettingsv4", b.stackCardSettings = "stackCardSettings", b.linkListCardSettings = "linkListCardSettings", b.tableCardSettings = "tableCardSettings", b.tableCardSettingsv4 = "tableCardSettingsv4", b))(re || {});
|
|
23168
|
+
var se = ((i) => (i.average = "average", i.max = "max", i.min = "min", i.sum = "sum", i.count = "$count", i))(se || {});
|
|
23169
|
+
var pe = ((o) => (o.standard = "standard", o.bar = "bar", o.carousel = "carousel", o))(pe || {});
|
|
23170
|
+
var ce = ((t) => (t.extended = "extended", t.condensed = "condensed", t))(ce || {});
|
|
23171
|
+
var le = ((t) => (t.ascending = "ascending", t.descending = "descending", t))(le || {});
|
|
23172
|
+
var ge = ((t) => (t.standard = "standard", t.carousel = "carousel", t))(ge || {});
|
|
23173
|
+
var me = ((a) => (a.DATERANGE = "DATERANGE", a.DATE = "DATE", a.FROM = "FROM", a.TO = "TO", a.DAYS = "DAYS", a.LASTDAYS = "LASTDAYS", a.LASTWEEKS = "LASTWEEKS", a.WEEK = "WEEK", a.LASTMONTHS = "LASTMONTHS", a.MONTH = "MONTH", a.QUARTER = "QUARTER", a.LASTQUARTERS = "LASTQUARTERS", a.LASTYEARS = "LASTYEARS", a.LASTYEAR = "LASTYEAR", a.YEAR = "YEAR", a.NEXTDAYS = "NEXTDAYS", a.NEXTWEEKS = "NEXTWEEKS", a.NEXTMONTHS = "NEXTMONTHS", a.NEXTQUARTERS = "NEXTQUARTERS", a.NEXTYEARS = "NEXTYEARS", a.NEXT = "NEXT", a.SPECIFICMONTH = "SPECIFICMONTH", a.YESTERDAY = "YESTERDAY", a.YEARTODATE = "YEARTODATE", a.TODAY = "TODAY", a.TOMORROW = "TOMORROW", a.THISWEEK = "THISWEEK", a.LASTWEEK = "LASTWEEK", a.LAST2WEEKS = "LAST2WEEKS", a.LAST3WEEKS = "LAST3WEEKS", a.LAST4WEEKS = "LAST4WEEKS", a.LAST5WEEKS = "LAST5WEEKS", a.NEXTWEEK = "NEXTWEEK", a.NEXT2WEEKS = "NEXT2WEEKS", a.NEXT3WEEKS = "NEXT3WEEKS", a.NEXT4WEEKS = "NEXT4WEEKS", a.NEXT5WEEKS = "NEXT5WEEKS", a.THISMONTH = "THISMONTH", a.LASTMONTH = "LASTMONTH", a.NEXTMONTH = "NEXTMONTH", a.THISQUARTER = "THISQUARTER", a.LASTQUARTER = "LASTQUARTER", a.NEXTQUARTER = "NEXTQUARTER", a.QUARTER1 = "QUARTER1", a.QUARTER2 = "QUARTER2", a.QUARTER3 = "QUARTER3", a.QUARTER4 = "QUARTER4", a.TODAYFROMTO = "TODAYFROMTO", a))(me || {});
|
|
23174
|
+
var be = ((l) => (l.YESTERDAY = "YESTERDAY", l.TODAY = "TODAY", l.THISWEEK = "THISWEEK", l.LASTWEEK = "LASTWEEK", l.THISMONTH = "THISMONTH", l.TOMORROW = "TOMORROW", l.LASTMONTH = "LASTMONTH", l.THISQUARTER = "THISQUARTER", l.LASTQUARTER = "LASTQUARTER", l.THISYEAR = "THISYEAR", l.LASTYEAR = "LASTYEAR", l.LAST2WEEKS = "LAST2WEEKS", l.LAST3WEEKS = "LAST3WEEKS", l.LAST4WEEKS = "LAST4WEEKS", l.LAST5WEEKS = "LAST5WEEKS", l.YEARTODATE = "YEARTODATE", l.QUARTER1 = "QUARTER1", l.QUARTER2 = "QUARTER2", l.QUARTER3 = "QUARTER3", l.QUARTER4 = "QUARTER4", l.DATETOYEAR = "DATETOYEAR", l))(be || {});
|
|
23175
|
+
var Se = ((n) => (n.XML = "XML", n))(Se || {});
|
|
23176
|
+
var xe = ((p) => (p.ResponsiveTable = "ResponsiveTable", p.GridTable = "GridTable", p.AnalyticalTable = "AnalyticalTable", p.TreeTable = "TreeTable", p))(xe || {});
|
|
23177
|
+
var ue = ((p) => (p.ResponsiveTableColumnsExtension = "ResponsiveTableColumnsExtension", p.AnalyticalTableColumnsExtension = "AnalyticalTableColumnsExtension", p.TreeTableColumnsExtension = "TreeTableColumnsExtension", p.GridTableColumnsExtension = "GridTableColumnsExtension", p))(ue || {});
|
|
23178
|
+
var Pe = ((n) => (n.extension = "extension", n))(Pe || {});
|
|
23179
|
+
var de = ((n) => (n.GENERICPROPERTY = "GENERICPROPERTY", n))(de || {});
|
|
23180
|
+
var Ae = ((o) => (o.charttable = "charttable", o.chart = "chart", o.table = "table", o))(Ae || {});
|
|
23181
|
+
var Te = ((t) => (t.visual = "visual", t.compact = "compact", t))(Te || {});
|
|
23182
|
+
var Ce = ((o) => (o.always = "always", o.never = "never", o.ifAnyFilterExist = "ifAnyFilterExist", o))(Ce || {});
|
|
23183
|
+
var fe = ((s) => (s.bar = "bar", s.column = "column", s.line = "line", s.combination = "combination", s.pie = "pie", s.donut = "donut", s.scatter = "scatter", s.bubble = "bubble", s.heatmap = "heatmap", s.bullet = "bullet", s.verticalBullet = "vertical_bullet", s.stackedBar = "stacked_bar", s.stackedColumn = "stacked_column", s.stackedCombination = "stacked_combination", s.horizontalStackedCombination = "horizontal_stacked_combination", s.dualBar = "dual_bar", s.dualColumn = "dual_column", s.dualLine = "dual_line", s.dualStackedBar = "dual_stacked_bar", s.dualStackedColumn = "dual_stacked_column", s.dualCombination = "dual_combination", s.dualStackedCombination = "dual_stacked_combination", s.dualHorizontalCombination = "dual_horizontal_combination", s.dualHorizontalStackedCombination = "dual_horizontal_stacked_combination", s.hundredStackedBar = "100_stacked_bar", s.hundredStackedColumn = "100_stacked_column", s.hundredDualStackedBar = "100_dual_stacked_bar", s.hundredDualStackedColumn = "100_dual_stacked_column", s.waterfall = "waterfall", s.horizontalWaterfall = "horizontal_waterfall", s))(fe || {});
|
|
23184
|
+
var Ee = ((o) => (o.AfterFacet = "AfterFacet", o.BeforeFacet = "BeforeFacet", o.ReplaceFacet = "ReplaceFacet", o))(Ee || {});
|
|
23185
|
+
var ye = ((n) => (n.XML = "XML", n))(ye || {});
|
|
23186
|
+
var Ve = ((n) => (n.inline = "inline", n))(Ve || {});
|
|
23187
|
+
var Ct = "sap.suite.ui.generic.template";
|
|
23188
|
+
var ft = "sap.suite.ui.generic.template.ObjectPage";
|
|
23189
|
+
var Et = "sap.suite.ui.generic.template.ListReport";
|
|
23190
|
+
var yt = "sap.suite.ui.generic.template.AnalyticalListPage";
|
|
23191
|
+
var Vt = "sap.ui.viewExtensions";
|
|
23192
|
+
var Ot = "sap.ui.controllerExtensions";
|
|
23193
|
+
var Lt = "sap.suite.ui.generic.template.ObjectPage.view.Details";
|
|
23194
|
+
var jt = "sap.suite.ui.generic.template.ListReport.view.ListReport";
|
|
23195
|
+
var Ft = "sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage";
|
|
23196
|
+
var Oe = ((t) => (t.fixed = "fixed", t.resizable = "resizable", t))(Oe || {});
|
|
23197
|
+
var E = {};
|
|
23198
|
+
A(E, { ActionPlacement: () => Le, Availability: () => We, CustomSectionViewTypesV4: () => Be, DefaultPathType: () => ve, DesigntimeValues: () => Me, FE_TEMPLATE_V4: () => ht, FE_TEMPLATE_V4_ALP: () => Ut, FE_TEMPLATE_V4_CUSTOM_PAGE: () => Rt, FE_TEMPLATE_V4_LIST_REPORT: () => It, FE_TEMPLATE_V4_OBJECT_PAGE: () => vt, FIORI_FCL_ROUTER_CLASS: () => Mt, HorizontalAlign: () => Xe, InitialLayoutType: () => Ue, InitialLoadType: () => Re, LayoutType: () => Ie, Placement: () => He, SAPUI5_CONTROLLER_EXTENSION: () => kt, SAPUI5_DEPENDENCY_LIB_SAP_F: () => _t, SAPUI5_FRAGMENT_TYPE_V4: () => wt, SAPUI5_VIEW_EXTENSION_LIST_REPORT: () => Gt, SAPUI5_VIEW_EXTENSION_OBJECT_PAGE: () => Bt, SectionLayoutType: () => _e, SectionPosition: () => ke, SectionPositionV4: () => Ge, SelectType: () => we, SelectionMode: () => je, TableCreationModeType: () => he, TableTypeV4: () => Fe, VariantManagementTypeListReport: () => Ke, VariantManagementTypeObjectPage: () => Qe });
|
|
23199
|
+
var Le = ((t) => (t.After = "After", t.Before = "Before", t))(Le || {});
|
|
23200
|
+
var je = ((p) => (p.Multi = "Multi", p.None = "None", p.Single = "Single", p.Auto = "Auto", p))(je || {});
|
|
23201
|
+
var Fe = ((o) => (o.ResponsiveTable = "ResponsiveTable", o.GridTable = "GridTable", o.AnalyticalTable = "AnalyticalTable", o))(Fe || {});
|
|
23202
|
+
var he = ((o) => (o.NewPage = "NewPage", o.Inline = "Inline", o.CreationRow = "CreationRow", o))(he || {});
|
|
23203
|
+
var Re = ((o) => (o.Disabled = "Disabled", o.Enabled = "Enabled", o.Auto = "Auto", o))(Re || {});
|
|
23204
|
+
var ve = ((o) => (o.Primary = "primary", o.Secondary = "secondary", o.Both = "both", o))(ve || {});
|
|
23205
|
+
var Ie = ((t) => (t.Compact = "Compact", t.CompactVisual = "CompactVisual", t))(Ie || {});
|
|
23206
|
+
var Ue = ((t) => (t.Compact = "Compact", t.Visual = "Visual", t))(Ue || {});
|
|
23207
|
+
var we = ((t) => (t.single = "single", t.multi = "multi", t))(we || {});
|
|
23208
|
+
var Me = ((c) => (c["not-adaptable-visibility"] = "not-adaptable-visibility", c))(Me || {});
|
|
23209
|
+
var _e = ((t) => (t.Tabs = "Tabs", t.Page = "Page", t))(_e || {});
|
|
23210
|
+
var ke = ((t) => (t.After = "After", t.Before = "Before", t))(ke || {});
|
|
23211
|
+
var Be = ((n) => (n.XML = "XML", n))(Be || {});
|
|
23212
|
+
var ht = "sap.fe.templates";
|
|
23213
|
+
var Rt = "sap.fe.core.fpm";
|
|
23214
|
+
var vt = "sap.fe.templates.ObjectPage";
|
|
23215
|
+
var It = "sap.fe.templates.ListReport";
|
|
23216
|
+
var Ut = "sap.fe.templates.AnalyticalListPage";
|
|
23217
|
+
var wt = "XMLFragment";
|
|
23218
|
+
var Ge = ((t) => (t.AfterFacet = "AfterFacet", t.BeforeFacet = "BeforeFacet", t))(Ge || {});
|
|
23219
|
+
var Mt = "sap.f.routing.Router";
|
|
23220
|
+
var _t = "sap.f";
|
|
23221
|
+
var kt = "sap.ui.controllerExtensions";
|
|
23222
|
+
var Bt = "sap.fe.templates.ObjectPage.ObjectPageController";
|
|
23223
|
+
var Gt = "sap.fe.templates.ListReport.ListReportController";
|
|
23224
|
+
var He = ((t) => (t.After = "After", t.Before = "Before", t))(He || {});
|
|
23225
|
+
var We = ((o) => (o.Default = "Default", o.Adaptation = "Adaptation", o.Hidden = "Hidden", o))(We || {});
|
|
23226
|
+
var Xe = ((o) => (o.Begin = "Begin", o.Center = "Center", o.End = "End", o))(Xe || {});
|
|
23227
|
+
var Qe = ((t) => (t.None = "None", t.Control = "Control", t))(Qe || {});
|
|
23228
|
+
var Ke = ((o) => (o.None = "None", o.Control = "Control", o.Page = "Page", o))(Ke || {});
|
|
23229
|
+
module2.exports = $e(Ht);
|
|
23230
|
+
}
|
|
23231
|
+
});
|
|
23232
|
+
|
|
23233
|
+
// ../../node_modules/@sap/ux-specification-types/dist/apiTypes.js
|
|
23234
|
+
var require_apiTypes = __commonJS({
|
|
23235
|
+
"../../node_modules/@sap/ux-specification-types/dist/apiTypes.js"(exports2) {
|
|
23236
|
+
"use strict";
|
|
23237
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
23238
|
+
exports2.Features = exports2.CustomExtensionType = exports2.TemplateType = exports2.LogSeverityLabel = exports2.LogSeverity = void 0;
|
|
23239
|
+
var LogSeverity2;
|
|
23240
|
+
(function(LogSeverity3) {
|
|
23241
|
+
LogSeverity3["Error"] = "error";
|
|
23242
|
+
LogSeverity3["Warning"] = "warning";
|
|
23243
|
+
LogSeverity3["Info"] = "info";
|
|
23244
|
+
})(LogSeverity2 = exports2.LogSeverity || (exports2.LogSeverity = {}));
|
|
23245
|
+
exports2.LogSeverityLabel = {
|
|
23246
|
+
["error"]: "Error",
|
|
23247
|
+
["warning"]: "Warning",
|
|
23248
|
+
["info"]: "Information"
|
|
23249
|
+
};
|
|
23250
|
+
var TemplateType2;
|
|
23251
|
+
(function(TemplateType3) {
|
|
23252
|
+
TemplateType3["ListReportObjectPageV2"] = "ListReportObjectPageV2";
|
|
23253
|
+
TemplateType3["ListReportObjectPageV4"] = "ListReportObjectPageV4";
|
|
23254
|
+
TemplateType3["OverviewPageV2"] = "OverviewPageV2";
|
|
23255
|
+
TemplateType3["AnalyticalListPageV2"] = "AnalyticalListPageV2";
|
|
23256
|
+
TemplateType3["AnalyticalListPageV4"] = "AnalyticalListPageV4";
|
|
23257
|
+
TemplateType3["FreestylePageV4"] = "FreestylePageV4";
|
|
23258
|
+
})(TemplateType2 = exports2.TemplateType || (exports2.TemplateType = {}));
|
|
23259
|
+
var CustomExtensionType2;
|
|
23260
|
+
(function(CustomExtensionType3) {
|
|
23261
|
+
CustomExtensionType3["CustomPage"] = "CustomPage";
|
|
23262
|
+
CustomExtensionType3["CustomColumn"] = "CustomColumn";
|
|
23263
|
+
CustomExtensionType3["CustomSection"] = "CustomSection";
|
|
23264
|
+
CustomExtensionType3["ObjectPage"] = "ObjectPage";
|
|
23265
|
+
CustomExtensionType3["CustomAction"] = "CustomAction";
|
|
23266
|
+
CustomExtensionType3["CustomView"] = "CustomView";
|
|
23267
|
+
CustomExtensionType3["ControllerExtension"] = "ControllerExtension";
|
|
23268
|
+
})(CustomExtensionType2 = exports2.CustomExtensionType || (exports2.CustomExtensionType = {}));
|
|
23269
|
+
var Features2;
|
|
23270
|
+
(function(Features3) {
|
|
23271
|
+
Features3["BuildingBlocks"] = "BuildingBlocks";
|
|
23272
|
+
})(Features2 = exports2.Features || (exports2.Features = {}));
|
|
23273
|
+
}
|
|
23274
|
+
});
|
|
23275
|
+
|
|
23276
|
+
// ../../node_modules/@sap/ux-specification-types/dist/v2.js
|
|
23277
|
+
var require_v2 = __commonJS({
|
|
23278
|
+
"../../node_modules/@sap/ux-specification-types/dist/v2.js"(exports2, module2) {
|
|
23279
|
+
var p = Object.defineProperty;
|
|
23280
|
+
var h = Object.getOwnPropertyDescriptor;
|
|
23281
|
+
var F = Object.getOwnPropertyNames;
|
|
23282
|
+
var j = Object.prototype.hasOwnProperty;
|
|
23283
|
+
var W = (s) => p(s, "__esModule", { value: true });
|
|
23284
|
+
var w = (s, n) => {
|
|
23285
|
+
for (var a in n)
|
|
23286
|
+
p(s, a, { get: n[a], enumerable: true });
|
|
23287
|
+
};
|
|
23288
|
+
var M = (s, n, a, i) => {
|
|
23289
|
+
if (n && typeof n == "object" || typeof n == "function")
|
|
23290
|
+
for (let r of F(n))
|
|
23291
|
+
!j.call(s, r) && (a || r !== "default") && p(s, r, { get: () => n[r], enumerable: !(i = h(n, r)) || i.enumerable });
|
|
23292
|
+
return s;
|
|
23293
|
+
};
|
|
23294
|
+
var B = ((s) => (n, a) => s && s.get(n) || (a = M(W({}), n, 1), s && s.set(n, a), a))(typeof WeakMap != "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
|
|
23295
|
+
var Z = {};
|
|
23296
|
+
w(Z, { CardSettingsType: () => d, CardTemplateType: () => m, ChartCardType: () => b, ChartType: () => V, ContainerLayoutType: () => k, CreateMode: () => N, DateRangeType: () => u, DefaultContentView: () => y, DefaultDateRangeValueType: () => P, DefaultFilterMode: () => v, ExtensionFragmentTypes: () => _45, FE_TEMPLATE_V2: () => X, FE_TEMPLATE_V2_ALP: () => H, FE_TEMPLATE_V2_LIST_REPORT: () => G, FE_TEMPLATE_V2_OBJECT_PAGE: () => K, IgnoredFieldsType: () => R, LinkListFlavorType: () => A, ListFlavorType: () => T, ListTypeType: () => x, LoadDataOnAppLaunchSettings: () => U, MeasureAggregateValues: () => g, SAPUI5_CONTROLLER_EXTENSION: () => z, SAPUI5_VIEW_EXTENSION: () => Y, SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE: () => $, SAPUI5_VIEW_EXTENSION_LIST_REPORT: () => J, SAPUI5_VIEW_EXTENSION_OBJECT_PAGE: () => q, SectionPosition: () => I, SortOrderType: () => E, Strategy: () => L, TableColumnExtensionTypeV2: () => O, TableTypeV2: () => C, cardTemplateTypeMap: () => Q, customColumnViewTypes: () => f });
|
|
23297
|
+
var b = ((i) => (i.cardBubble = "cardBubble", i.cardchartsline = "cardchartsline", i.cardchartsdonut = "cardchartsdonut", i))(b || {});
|
|
23298
|
+
var m = ((l) => (l.analytical = "sap.ovp.cards.charts.analytical", l.analyticalv4 = "sap.ovp.cards.v4.charts.analytical", l.list = "sap.ovp.cards.list", l.listv4 = "sap.ovp.cards.v4.list", l.linklist = "sap.ovp.cards.linklist", l.linklistv4 = "sap.ovp.cards.v4.linklist", l.table = "sap.ovp.cards.table", l.tablev4 = "sap.ovp.cards.v4.table", l.stack = "sap.ovp.cards.stack", l))(m || {});
|
|
23299
|
+
var Q = { "sap.ovp.cards.charts.analytical": "AnalyticalCard", "sap.ovp.cards.v4.charts.analytical": "AnalyticalCard", "sap.ovp.cards.list": "ListCard", "sap.ovp.cards.v4.list": "ListCard", "sap.ovp.cards.linklist": "LinklistCard", "sap.ovp.cards.v4.linklist": "LinklistCard", "sap.ovp.cards.table": "TableCard", "sap.ovp.cards.v4.table": "TableCard", "sap.ovp.cards.stack": "StackCard" };
|
|
23300
|
+
var d = ((c) => (c.analyticalCardSettings = "analyticalCardSettings", c.analyticalCardSettingsv4 = "analyticalCardSettingsv4", c.listCardSettings = "listCardSettings", c.listCardSettingsv4 = "listCardSettingsv4", c.stackCardSettings = "stackCardSettings", c.linkListCardSettings = "linkListCardSettings", c.tableCardSettings = "tableCardSettings", c.tableCardSettingsv4 = "tableCardSettingsv4", c))(d || {});
|
|
23301
|
+
var g = ((S) => (S.average = "average", S.max = "max", S.min = "min", S.sum = "sum", S.count = "$count", S))(g || {});
|
|
23302
|
+
var T = ((i) => (i.standard = "standard", i.bar = "bar", i.carousel = "carousel", i))(T || {});
|
|
23303
|
+
var x = ((a) => (a.extended = "extended", a.condensed = "condensed", a))(x || {});
|
|
23304
|
+
var E = ((a) => (a.ascending = "ascending", a.descending = "descending", a))(E || {});
|
|
23305
|
+
var A = ((a) => (a.standard = "standard", a.carousel = "carousel", a))(A || {});
|
|
23306
|
+
var u = ((e) => (e.DATERANGE = "DATERANGE", e.DATE = "DATE", e.FROM = "FROM", e.TO = "TO", e.DAYS = "DAYS", e.LASTDAYS = "LASTDAYS", e.LASTWEEKS = "LASTWEEKS", e.WEEK = "WEEK", e.LASTMONTHS = "LASTMONTHS", e.MONTH = "MONTH", e.QUARTER = "QUARTER", e.LASTQUARTERS = "LASTQUARTERS", e.LASTYEARS = "LASTYEARS", e.LASTYEAR = "LASTYEAR", e.YEAR = "YEAR", e.NEXTDAYS = "NEXTDAYS", e.NEXTWEEKS = "NEXTWEEKS", e.NEXTMONTHS = "NEXTMONTHS", e.NEXTQUARTERS = "NEXTQUARTERS", e.NEXTYEARS = "NEXTYEARS", e.NEXT = "NEXT", e.SPECIFICMONTH = "SPECIFICMONTH", e.YESTERDAY = "YESTERDAY", e.YEARTODATE = "YEARTODATE", e.TODAY = "TODAY", e.TOMORROW = "TOMORROW", e.THISWEEK = "THISWEEK", e.LASTWEEK = "LASTWEEK", e.LAST2WEEKS = "LAST2WEEKS", e.LAST3WEEKS = "LAST3WEEKS", e.LAST4WEEKS = "LAST4WEEKS", e.LAST5WEEKS = "LAST5WEEKS", e.NEXTWEEK = "NEXTWEEK", e.NEXT2WEEKS = "NEXT2WEEKS", e.NEXT3WEEKS = "NEXT3WEEKS", e.NEXT4WEEKS = "NEXT4WEEKS", e.NEXT5WEEKS = "NEXT5WEEKS", e.THISMONTH = "THISMONTH", e.LASTMONTH = "LASTMONTH", e.NEXTMONTH = "NEXTMONTH", e.THISQUARTER = "THISQUARTER", e.LASTQUARTER = "LASTQUARTER", e.NEXTQUARTER = "NEXTQUARTER", e.QUARTER1 = "QUARTER1", e.QUARTER2 = "QUARTER2", e.QUARTER3 = "QUARTER3", e.QUARTER4 = "QUARTER4", e.TODAYFROMTO = "TODAYFROMTO", e))(u || {});
|
|
23307
|
+
var P = ((o) => (o.YESTERDAY = "YESTERDAY", o.TODAY = "TODAY", o.THISWEEK = "THISWEEK", o.LASTWEEK = "LASTWEEK", o.THISMONTH = "THISMONTH", o.TOMORROW = "TOMORROW", o.LASTMONTH = "LASTMONTH", o.THISQUARTER = "THISQUARTER", o.LASTQUARTER = "LASTQUARTER", o.THISYEAR = "THISYEAR", o.LASTYEAR = "LASTYEAR", o.LAST2WEEKS = "LAST2WEEKS", o.LAST3WEEKS = "LAST3WEEKS", o.LAST4WEEKS = "LAST4WEEKS", o.LAST5WEEKS = "LAST5WEEKS", o.YEARTODATE = "YEARTODATE", o.QUARTER1 = "QUARTER1", o.QUARTER2 = "QUARTER2", o.QUARTER3 = "QUARTER3", o.QUARTER4 = "QUARTER4", o.DATETOYEAR = "DATETOYEAR", o))(P || {});
|
|
23308
|
+
var f = ((n) => (n.XML = "XML", n))(f || {});
|
|
23309
|
+
var C = ((r) => (r.ResponsiveTable = "ResponsiveTable", r.GridTable = "GridTable", r.AnalyticalTable = "AnalyticalTable", r.TreeTable = "TreeTable", r))(C || {});
|
|
23310
|
+
var O = ((r) => (r.ResponsiveTableColumnsExtension = "ResponsiveTableColumnsExtension", r.AnalyticalTableColumnsExtension = "AnalyticalTableColumnsExtension", r.TreeTableColumnsExtension = "TreeTableColumnsExtension", r.GridTableColumnsExtension = "GridTableColumnsExtension", r))(O || {});
|
|
23311
|
+
var L = ((n) => (n.extension = "extension", n))(L || {});
|
|
23312
|
+
var R = ((n) => (n.GENERICPROPERTY = "GENERICPROPERTY", n))(R || {});
|
|
23313
|
+
var y = ((i) => (i.charttable = "charttable", i.chart = "chart", i.table = "table", i))(y || {});
|
|
23314
|
+
var v = ((a) => (a.visual = "visual", a.compact = "compact", a))(v || {});
|
|
23315
|
+
var U = ((i) => (i.always = "always", i.never = "never", i.ifAnyFilterExist = "ifAnyFilterExist", i))(U || {});
|
|
23316
|
+
var V = ((t) => (t.bar = "bar", t.column = "column", t.line = "line", t.combination = "combination", t.pie = "pie", t.donut = "donut", t.scatter = "scatter", t.bubble = "bubble", t.heatmap = "heatmap", t.bullet = "bullet", t.verticalBullet = "vertical_bullet", t.stackedBar = "stacked_bar", t.stackedColumn = "stacked_column", t.stackedCombination = "stacked_combination", t.horizontalStackedCombination = "horizontal_stacked_combination", t.dualBar = "dual_bar", t.dualColumn = "dual_column", t.dualLine = "dual_line", t.dualStackedBar = "dual_stacked_bar", t.dualStackedColumn = "dual_stacked_column", t.dualCombination = "dual_combination", t.dualStackedCombination = "dual_stacked_combination", t.dualHorizontalCombination = "dual_horizontal_combination", t.dualHorizontalStackedCombination = "dual_horizontal_stacked_combination", t.hundredStackedBar = "100_stacked_bar", t.hundredStackedColumn = "100_stacked_column", t.hundredDualStackedBar = "100_dual_stacked_bar", t.hundredDualStackedColumn = "100_dual_stacked_column", t.waterfall = "waterfall", t.horizontalWaterfall = "horizontal_waterfall", t))(V || {});
|
|
23317
|
+
var I = ((i) => (i.AfterFacet = "AfterFacet", i.BeforeFacet = "BeforeFacet", i.ReplaceFacet = "ReplaceFacet", i))(I || {});
|
|
23318
|
+
var _45 = ((n) => (n.XML = "XML", n))(_45 || {});
|
|
23319
|
+
var N = ((n) => (n.inline = "inline", n))(N || {});
|
|
23320
|
+
var X = "sap.suite.ui.generic.template";
|
|
23321
|
+
var K = "sap.suite.ui.generic.template.ObjectPage";
|
|
23322
|
+
var G = "sap.suite.ui.generic.template.ListReport";
|
|
23323
|
+
var H = "sap.suite.ui.generic.template.AnalyticalListPage";
|
|
23324
|
+
var Y = "sap.ui.viewExtensions";
|
|
23325
|
+
var z = "sap.ui.controllerExtensions";
|
|
23326
|
+
var q = "sap.suite.ui.generic.template.ObjectPage.view.Details";
|
|
23327
|
+
var J = "sap.suite.ui.generic.template.ListReport.view.ListReport";
|
|
23328
|
+
var $ = "sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage";
|
|
23329
|
+
var k = ((a) => (a.fixed = "fixed", a.resizable = "resizable", a))(k || {});
|
|
23330
|
+
module2.exports = B(Z);
|
|
23331
|
+
}
|
|
23332
|
+
});
|
|
23333
|
+
|
|
23334
|
+
// ../../node_modules/@sap/ux-specification-types/dist/v4.js
|
|
23335
|
+
var require_v4 = __commonJS({
|
|
23336
|
+
"../../node_modules/@sap/ux-specification-types/dist/v4.js"(exports2, module2) {
|
|
23337
|
+
var a = Object.defineProperty;
|
|
23338
|
+
var U = Object.getOwnPropertyDescriptor;
|
|
23339
|
+
var E = Object.getOwnPropertyNames;
|
|
23340
|
+
var w = Object.prototype.hasOwnProperty;
|
|
23341
|
+
var O = (i) => a(i, "__esModule", { value: true });
|
|
23342
|
+
var h = (i, o) => {
|
|
23343
|
+
for (var e in o)
|
|
23344
|
+
a(i, e, { get: o[e], enumerable: true });
|
|
23345
|
+
};
|
|
23346
|
+
var R = (i, o, e, t) => {
|
|
23347
|
+
if (o && typeof o == "object" || typeof o == "function")
|
|
23348
|
+
for (let n of E(o))
|
|
23349
|
+
!w.call(i, n) && (e || n !== "default") && a(i, n, { get: () => o[n], enumerable: !(t = U(o, n)) || t.enumerable });
|
|
23350
|
+
return i;
|
|
23351
|
+
};
|
|
23352
|
+
var j = ((i) => (o, e) => i && i.get(o) || (e = R(O({}), o, 1), i && i.set(o, e), e))(typeof WeakMap != "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
|
|
23353
|
+
var D = {};
|
|
23354
|
+
h(D, { ActionPlacement: () => r, Availability: () => d, CustomSectionViewTypesV4: () => C, DefaultPathType: () => g, DesigntimeValues: () => f, FE_TEMPLATE_V4: () => F, FE_TEMPLATE_V4_ALP: () => v, FE_TEMPLATE_V4_CUSTOM_PAGE: () => _45, FE_TEMPLATE_V4_LIST_REPORT: () => B, FE_TEMPLATE_V4_OBJECT_PAGE: () => L, FIORI_FCL_ROUTER_CLASS: () => M, HorizontalAlign: () => A, InitialLayoutType: () => x, InitialLoadType: () => l, LayoutType: () => m, Placement: () => T, SAPUI5_CONTROLLER_EXTENSION: () => k, SAPUI5_DEPENDENCY_LIB_SAP_F: () => I, SAPUI5_FRAGMENT_TYPE_V4: () => N, SAPUI5_VIEW_EXTENSION_LIST_REPORT: () => H, SAPUI5_VIEW_EXTENSION_OBJECT_PAGE: () => G, SectionLayoutType: () => b, SectionPosition: () => S, SectionPositionV4: () => P, SelectType: () => u, SelectionMode: () => s, TableCreationModeType: () => c, TableTypeV4: () => p, VariantManagementTypeListReport: () => y, VariantManagementTypeObjectPage: () => V });
|
|
23355
|
+
var r = ((e) => (e.After = "After", e.Before = "Before", e))(r || {});
|
|
23356
|
+
var s = ((n) => (n.Multi = "Multi", n.None = "None", n.Single = "Single", n.Auto = "Auto", n))(s || {});
|
|
23357
|
+
var p = ((t) => (t.ResponsiveTable = "ResponsiveTable", t.GridTable = "GridTable", t.AnalyticalTable = "AnalyticalTable", t))(p || {});
|
|
23358
|
+
var c = ((t) => (t.NewPage = "NewPage", t.Inline = "Inline", t.CreationRow = "CreationRow", t))(c || {});
|
|
23359
|
+
var l = ((t) => (t.Disabled = "Disabled", t.Enabled = "Enabled", t.Auto = "Auto", t))(l || {});
|
|
23360
|
+
var g = ((t) => (t.Primary = "primary", t.Secondary = "secondary", t.Both = "both", t))(g || {});
|
|
23361
|
+
var m = ((e) => (e.Compact = "Compact", e.CompactVisual = "CompactVisual", e))(m || {});
|
|
23362
|
+
var x = ((e) => (e.Compact = "Compact", e.Visual = "Visual", e))(x || {});
|
|
23363
|
+
var u = ((e) => (e.single = "single", e.multi = "multi", e))(u || {});
|
|
23364
|
+
var f = ((i) => (i["not-adaptable-visibility"] = "not-adaptable-visibility", i))(f || {});
|
|
23365
|
+
var b = ((e) => (e.Tabs = "Tabs", e.Page = "Page", e))(b || {});
|
|
23366
|
+
var S = ((e) => (e.After = "After", e.Before = "Before", e))(S || {});
|
|
23367
|
+
var C = ((o) => (o.XML = "XML", o))(C || {});
|
|
23368
|
+
var F = "sap.fe.templates";
|
|
23369
|
+
var _45 = "sap.fe.core.fpm";
|
|
23370
|
+
var L = "sap.fe.templates.ObjectPage";
|
|
23371
|
+
var B = "sap.fe.templates.ListReport";
|
|
23372
|
+
var v = "sap.fe.templates.AnalyticalListPage";
|
|
23373
|
+
var N = "XMLFragment";
|
|
23374
|
+
var P = ((e) => (e.AfterFacet = "AfterFacet", e.BeforeFacet = "BeforeFacet", e))(P || {});
|
|
23375
|
+
var M = "sap.f.routing.Router";
|
|
23376
|
+
var I = "sap.f";
|
|
23377
|
+
var k = "sap.ui.controllerExtensions";
|
|
23378
|
+
var G = "sap.fe.templates.ObjectPage.ObjectPageController";
|
|
23379
|
+
var H = "sap.fe.templates.ListReport.ListReportController";
|
|
23380
|
+
var T = ((e) => (e.After = "After", e.Before = "Before", e))(T || {});
|
|
23381
|
+
var d = ((t) => (t.Default = "Default", t.Adaptation = "Adaptation", t.Hidden = "Hidden", t))(d || {});
|
|
23382
|
+
var A = ((t) => (t.Begin = "Begin", t.Center = "Center", t.End = "End", t))(A || {});
|
|
23383
|
+
var V = ((e) => (e.None = "None", e.Control = "Control", e))(V || {});
|
|
23384
|
+
var y = ((t) => (t.None = "None", t.Control = "Control", t.Page = "Page", t))(y || {});
|
|
23385
|
+
module2.exports = j(D);
|
|
23386
|
+
}
|
|
23387
|
+
});
|
|
23388
|
+
|
|
23389
|
+
// ../../node_modules/@sap/ux-specification-types/dist/index.js
|
|
23390
|
+
var require_dist3 = __commonJS({
|
|
23391
|
+
"../../node_modules/@sap/ux-specification-types/dist/index.js"(exports2) {
|
|
23392
|
+
"use strict";
|
|
23393
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
23394
|
+
if (k2 === void 0)
|
|
23395
|
+
k2 = k;
|
|
23396
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() {
|
|
23397
|
+
return m[k];
|
|
23398
|
+
} });
|
|
23399
|
+
} : function(o, m, k, k2) {
|
|
23400
|
+
if (k2 === void 0)
|
|
23401
|
+
k2 = k;
|
|
23402
|
+
o[k2] = m[k];
|
|
23403
|
+
});
|
|
23404
|
+
var __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
23405
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23406
|
+
} : function(o, v) {
|
|
23407
|
+
o["default"] = v;
|
|
23408
|
+
});
|
|
23409
|
+
var __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
23410
|
+
for (var p in m)
|
|
23411
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p))
|
|
23412
|
+
__createBinding(exports3, m, p);
|
|
23413
|
+
};
|
|
23414
|
+
var __importStar = exports2 && exports2.__importStar || function(mod) {
|
|
23415
|
+
if (mod && mod.__esModule)
|
|
23416
|
+
return mod;
|
|
23417
|
+
var result2 = {};
|
|
23418
|
+
if (mod != null) {
|
|
23419
|
+
for (var k in mod)
|
|
23420
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
23421
|
+
__createBinding(result2, mod, k);
|
|
23422
|
+
}
|
|
23423
|
+
__setModuleDefault(result2, mod);
|
|
23424
|
+
return result2;
|
|
23425
|
+
};
|
|
23426
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
23427
|
+
exports2.v4 = exports2.v2 = void 0;
|
|
23428
|
+
__exportStar(require_common2(), exports2);
|
|
23429
|
+
__exportStar(require_apiTypes(), exports2);
|
|
23430
|
+
exports2.v2 = __importStar(require_v2());
|
|
23431
|
+
exports2.v4 = __importStar(require_v4());
|
|
23432
|
+
}
|
|
23433
|
+
});
|
|
23434
|
+
|
|
23074
23435
|
// ../lib/sapux-spec/dist/pages/page.js
|
|
23075
23436
|
var require_page = __commonJS({
|
|
23076
23437
|
"../lib/sapux-spec/dist/pages/page.js"(exports2) {
|
|
23077
23438
|
"use strict";
|
|
23078
23439
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
23079
23440
|
exports2.PageType = void 0;
|
|
23080
|
-
var
|
|
23081
|
-
|
|
23082
|
-
PageType3["ObjectPage"] = "ObjectPage";
|
|
23083
|
-
PageType3["ListReport"] = "ListReport";
|
|
23084
|
-
PageType3["OverviewPage"] = "OverviewPage";
|
|
23085
|
-
PageType3["CustomPage"] = "CustomPage";
|
|
23086
|
-
PageType3["FPMCustomPage"] = "FPMCustomPage";
|
|
23087
|
-
PageType3["AnalyticalListPage"] = "AnalyticalListPage";
|
|
23088
|
-
})(PageType2 = exports2.PageType || (exports2.PageType = {}));
|
|
23441
|
+
var ux_specification_types_1 = require_dist3();
|
|
23442
|
+
exports2.PageType = { ...ux_specification_types_1.PageTypeV2, ...ux_specification_types_1.PageTypeV4 };
|
|
23089
23443
|
}
|
|
23090
23444
|
});
|
|
23091
23445
|
|
|
@@ -23344,7 +23698,7 @@ var require_project = __commonJS({
|
|
|
23344
23698
|
})(ProjectType = exports2.ProjectType || (exports2.ProjectType = {}));
|
|
23345
23699
|
var DetailedProjectType;
|
|
23346
23700
|
(function(DetailedProjectType2) {
|
|
23347
|
-
DetailedProjectType2["
|
|
23701
|
+
DetailedProjectType2["Edmx"] = "EDMX Backend";
|
|
23348
23702
|
DetailedProjectType2["CAPNode"] = "CAP Node.js";
|
|
23349
23703
|
DetailedProjectType2["CAPJava"] = "CAP Java";
|
|
23350
23704
|
})(DetailedProjectType = exports2.DetailedProjectType || (exports2.DetailedProjectType = {}));
|
|
@@ -23352,7 +23706,7 @@ var require_project = __commonJS({
|
|
|
23352
23706
|
});
|
|
23353
23707
|
|
|
23354
23708
|
// ../lib/sapux-spec/dist/index.js
|
|
23355
|
-
var
|
|
23709
|
+
var require_dist4 = __commonJS({
|
|
23356
23710
|
"../lib/sapux-spec/dist/index.js"(exports2) {
|
|
23357
23711
|
"use strict";
|
|
23358
23712
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
@@ -23387,350 +23741,6 @@ var require_dist3 = __commonJS({
|
|
|
23387
23741
|
}
|
|
23388
23742
|
});
|
|
23389
23743
|
|
|
23390
|
-
// ../../node_modules/@sap/ux-specification-types/dist/common.js
|
|
23391
|
-
var require_common2 = __commonJS({
|
|
23392
|
-
"../../node_modules/@sap/ux-specification-types/dist/common.js"(exports2, module2) {
|
|
23393
|
-
var P = Object.defineProperty;
|
|
23394
|
-
var Ge = Object.getOwnPropertyDescriptor;
|
|
23395
|
-
var He = Object.getOwnPropertyNames;
|
|
23396
|
-
var We = Object.prototype.hasOwnProperty;
|
|
23397
|
-
var Xe = (S) => P(S, "__esModule", { value: true });
|
|
23398
|
-
var d = (S, i) => {
|
|
23399
|
-
for (var o in i)
|
|
23400
|
-
P(S, o, { get: i[o], enumerable: true });
|
|
23401
|
-
};
|
|
23402
|
-
var Qe = (S, i, o, t) => {
|
|
23403
|
-
if (i && typeof i == "object" || typeof i == "function")
|
|
23404
|
-
for (let s of He(i))
|
|
23405
|
-
!We.call(S, s) && (o || s !== "default") && P(S, s, { get: () => i[s], enumerable: !(t = Ge(i, s)) || t.enumerable });
|
|
23406
|
-
return S;
|
|
23407
|
-
};
|
|
23408
|
-
var Ke = ((S) => (i, o) => S && S.get(i) || (o = Qe(Xe({}), i, 1), S && S.set(i, o), o))(typeof WeakMap != "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
|
|
23409
|
-
var Ut = {};
|
|
23410
|
-
d(Ut, { ALPViewType: () => h, ActionTitlePrefix: () => ze, ArtifactType: () => F, BindingPropertyRegexAsString: () => qe, ControlType: () => v, CustomExtensionType: () => D, DATESETTINGSPATH: () => it, DataSourceType: () => N, DefinitionName: () => k, DirName: () => U, DraftDiscardEnabledSettings: () => X, ExportArtifacts: () => j, FIORI_FCL_ROOT_ID: () => ct, FIORI_FCL_ROOT_VIEW_NAME: () => pt, FRAGMENTNAMEPART: () => rt, FacetBase: () => M, FacetTitlePrefix: () => Ne, Features: () => Z, FileName: () => w, FioriElementsVersion: () => E, FlexChangeLayer: () => O, FlexibleColumnLayoutAggregations: () => Y, FlexibleColumnLayoutType: () => V, GENERICAPPSETTINGS: () => st, LogSeverity: () => J, LogSeverityLabel: () => mt, MANIFESTPATH: () => $e, METADATAPATH: () => Je, MacrosPropertyType: () => W, ManifestSection: () => z, OdataVersion: () => y, PAGETYPE_VIEW_EXTENSION_TEMPLATE_MAP: () => Ye, PageType: () => C, PageTypeV4: () => f, PropertyName: () => B, QUICKVARPATH: () => at, QUICKVARPATHX: () => nt, SAPUI5_FRAGMENT_CLASS: () => gt, SAPUI5_VIEW_CLASS: () => lt, SchemaKeyName: () => H, SchemaTag: () => G, SchemaType: () => L, SectionType: () => R, StatePreservationMode: () => K, TableColumnVerticalAlignment: () => Q, TemplateType: () => $, UIVOCABULARY: () => et, UIVOCABULARYALPHADOT: () => ot, UIVOCABULARYDOT: () => tt, VOCWITHCOLONS: () => Ze, VOCWITHSLASH: () => De, ViewTemplateType: () => _45, ViewTypes: () => q, Visualization: () => I, v2: () => A, v4: () => T });
|
|
23411
|
-
var C = ((n) => (n.ObjectPage = "ObjectPage", n.ListReport = "ListReport", n.OverviewPage = "OverviewPage", n.CustomPage = "CustomPage", n.AnalyticalListPage = "AnalyticalListPage", n))(C || {});
|
|
23412
|
-
var f = ((n) => (n.ObjectPage = "ObjectPage", n.ListReport = "ListReport", n.CustomPage = "CustomPage", n.FPMCustomPage = "FPMCustomPage", n.AnalyticalListPage = "AnalyticalListPage", n))(f || {});
|
|
23413
|
-
var Ye = /* @__PURE__ */ new Map([["ListReport", "sap.suite.ui.generic.template.ListReport.view.ListReport"], ["AnalyticalListPage", "sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage"], ["ObjectPage", "sap.suite.ui.generic.template.ObjectPage.view.Details"]]);
|
|
23414
|
-
var E = ((o) => (o.v2 = "v2", o.v4 = "v4", o))(E || {});
|
|
23415
|
-
var y = ((o) => (o.v2 = "v2", o.v4 = "v4", o))(y || {});
|
|
23416
|
-
var V = ((m) => (m.OneColumn = "OneColumn", m.TwoColumnsBeginExpanded = "TwoColumnsBeginExpanded", m.TwoColumnsMidExpanded = "TwoColumnsMidExpanded", m.MidColumnFullScreen = "MidColumnFullScreen", m.ThreeColumnsMidExpanded = "ThreeColumnsMidExpanded", m.ThreeColumnsEndExpanded = "ThreeColumnsEndExpanded", m.ThreeColumnsMidExpandedEndHidden = "ThreeColumnsMidExpandedEndHidden", m.ThreeColumnsBeginExpandedEndHidden = "ThreeColumnsBeginExpandedEndHidden", m.EndColumnFullScreen = "EndColumnFullScreen", m))(V || {});
|
|
23417
|
-
var O = ((o) => (o.Vendor = "VENDOR", o.Customer = "CUSTOMER_BASE", o))(O || {});
|
|
23418
|
-
var L = ((b) => (b.Application = "Application", b.ObjectPage = "ObjectPage", b.ListReport = "ListReport", b.OverviewPage = "OverviewPage", b.AnalyticalListPage = "AnalyticalListPage", b.FreestylePage = "FreestylePage", b.FPMCustomPage = "FPMCustomPage", b.BuildingBlocks = "BuildingBlocks", b))(L || {});
|
|
23419
|
-
var j = ((o) => (o.flex = "flex", o.manifest = "manifest", o))(j || {});
|
|
23420
|
-
var h = ((o) => (o.Primary = "primary", o.Secondary = "secondary", o))(h || {});
|
|
23421
|
-
var R = ((t) => (t.Section = "Section", t.SubSection = "SubSection", t.HeaderSection = "HeaderSection", t))(R || {});
|
|
23422
|
-
var F = ((n) => (n.Manifest = "Manifest", n.FlexChange = "FlexChange", n.Annotation = "Annotation", n.Fragment = "Fragment", n.View = "View", n))(F || {});
|
|
23423
|
-
var v = ((g) => (g.Table = "sap.m.Table", g.TableColumn = "sap.m.Column", g.SmartTable = "sap.ui.comp.smarttable.SmartTable", g.SmartFilterBar = "sap.ui.comp.smartfilterbar.SmartFilterBar", g.SmartChart = "sap.ui.comp.smartchart.SmartChart", g.Group = "sap.ui.comp.smartform.Group", g.GroupElement = "sap.ui.comp.smartform.GroupElement", g.Button = "sap.m.Button", g.ToolbarButton = "sap.m.OverflowToolbarButton", g.Avatar = "sap.f.Avatar", g.ObjectPageDynamicHeaderTitle = "sap.uxap.ObjectPageDynamicHeaderTitle", g.ObjectPageGridProperties = "sap.ui.layout.GridData", g.ObjectPageHeader = "sap.uxap.ObjectPageHeader", g.ObjectPageLayout = "sap.uxap.ObjectPageLayout", g.HeaderAction = "sap.uxap.ObjectPageHeaderActionButton", g.DynamicPage = "sap.f.DynamicPage", g.Form = "sap.ui.layout.form", g.Chart = "sap.suite.ui.microchart", g.Section = "sap.uxap.ObjectPageSection", g.SubSection = "sap.uxap.ObjectPageSubSection", g))(v || {});
|
|
23424
|
-
var I = ((o) => (o.LineItem = "LineItem", o.Chart = "Chart", o))(I || {});
|
|
23425
|
-
var U = ((p) => (p.Sapux = "src", p.Schemas = ".schemas", p.Pages = "pages", p.Webapp = "webapp", p.Temp = ".tmp", p.Changes = "changes", p.LocalService = "localService", p.Controller = "controller", p.View = "view", p.Fragment = "fragment", p.Ext = "ext", p.VSCode = ".vscode", p))(U || {});
|
|
23426
|
-
var w = ((i) => (i.App = "app.json", i))(w || {});
|
|
23427
|
-
var Ne = "Facet ID: ";
|
|
23428
|
-
var ze = "Action ID: ";
|
|
23429
|
-
var M = ((c) => (c.LineItem = "LineItem", c.CollectionFacet = "CollectionFacet", c.Chart = "Chart", c.Form = "Form", c.Identification = "Identification", c.DataPoint = "DataPoint", c.Address = "Address", c.Contact = "Contact", c.PresentationVariant = "PresentationVariant", c.Unknown = "", c))(M || {});
|
|
23430
|
-
var qe = "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$";
|
|
23431
|
-
var _45 = ((n) => (n.ResponsiveTableColumnsExtension = "ResponsiveTableColumnsExtension", n.AnalyticalTableColumnsExtension = "AnalyticalTableColumnsExtension", n.TreeTableColumnsExtension = "TreeTableColumnsExtension", n.GridTableColumnsExtension = "GridTableColumnsExtension", n.ResponsiveTableCellsExtension = "ResponsiveTableCellsExtension", n))(_45 || {});
|
|
23432
|
-
var k = ((e) => (e.Action = "Action", e.Actions = "Actions", e.ActionsLR = "Actions<LineItems>", e.ALPChart = "ALPChart", e.ALPChartView = "ALPChartView", e.ALPTable = "ALPTable", e.ALPTableView = "ALPTableView", e.AnalyticalListPageFilterBar = "AnalyticalListPageFilterBar", e.AnnotationPathAsObject = "AnnotationPathAsObject", e.ChartToolBarAction = "ChartToolBarAction", e.CommonHeaderFacetSettings = "CommonHeaderFacetSettings", e.CustomFooterActionOP = "CustomFooterActionOP", e.CustomHeaderActionOP = "CustomHeaderActionOP", e.CustomFormActionOP = "CustomFormActionOP", e.CustomTableAction = "CustomTableAction", e.CustomTableActionOP = "CustomTableActionOP", e.CustomColumn = "TableCustomColumn", e.CustomColumnOP = "TableCustomColumnOP", e.CustomColumns = "TableCustomColumns", e.CustomSections = "CustomSections", e.FieldPath = "FieldPath", e.Field = "Field", e.Fields = "Fields", e.Fields4Dialog = "Fields4Dialog", e.FilterBar = "FilterBar", e.Footer = "Footer", e.FooterAction = "FooterAction", e.FooterActionV4 = "FooterActionV4", e.FooterActions = "FooterActions", e.FooterActionsLR = "FooterActions<LineItems>", e.Form = "Form", e.FormAction = "FormAction", e.GenericActions = "GenericActions", e.GenericColumnsOP = "GenericColumnsOP", e.GenericFooter = "GenericFooter", e.GenericSections = "GenericSections", e.HeaderActions = "HeaderActions", e.HeaderActionV4 = "HeaderActionV4", e.HeaderSections = "HeaderSections", e.LineItems = "LineItems", e.LineItemsOfView = "LineItemsOfView", e.ListReportFilterBar = "ListReportFilterBar", e.LRTableView = "LRTableView", e.LRChartView = "LRChartView", e.MultiEditV2 = "MultiEdit", e.MultiTableModeV4 = "MultiTableModeV4", e.ObjectPageChart = "ObjectPageChart", e.ObjectPageCustomSectionFragment = "ObjectPageCustomSectionFragment", e.ObjectPageForm = "ObjectPageForm", e.ObjectPageFooter = "ObjectPageFooter", e.ObjectPageFooterAction = "ObjectPageFooterAction", e.ObjectPageFooterActions = "ObjectPageFooterActions", e.ObjectPageHeader = "ObjectPageHeader", e.ObjectPageHeaderSectionForm = "ObjectPageHeaderSectionForm", e.ObjectPageHeaderSectionChart = "ObjectPageHeaderSectionChart", e.ObjectPageHeaderSectionDataPoint = "ObjectPageHeaderSectionDataPoint", e.ObjectPageHeaderSectionContact = "ObjectPageHeaderSectionContact", e.ObjectPageHeaderSectionAddress = "ObjectPageHeaderSectionAddress", e.ObjectPageLayout = "ObjectPageLayout", e.ObjectPagePresentationVariant = "ObjectPagePresentationVariant", e.ObjectPageSectionAddress = "ObjectPageSectionAddress", e.ObjectPageSectionChart = "ObjectPageSectionChart", e.ObjectPageSectionContact = "ObjectPageSectionContact", e.ObjectPageSectionDataPoint = "ObjectPageSectionDataPoint", e.ObjectPageSectionForm = "ObjectPageSectionForm", e.ObjectPageSectionPresentationVariant = "ObjectPageSectionPresentationVariant", e.ObjectPageSectionTableV4 = "ObjectPageSectionTableV4", e.ObjectPageSubSections = "ObjectPageSubSections", e.ObjectPageTable = "ObjectPageTable", e.ObjectPageTableColumn = "ObjectPageTableColumn", e.ObjectPageToolBar = "ObjectPageToolBar", e.ObjectPageToolBarAction = "ObjectPageToolBarAction", e.ObjectPageToolBarActions = "ObjectPageToolBarActions", e.Position = "Position", e.PositionOP = "PositionOP", e.QuickVariant = "QuickVariant", e.QuickVariantSelectionOP = "QuickVariantSelectionOP", e.QuickVariantSelectionV4OP = "QuickVariantSelectionV4OP", e.RelatedFacetKeys = "RelatedFacetKeys", e.Sections = "Sections", e.SectionActions = "SectionActions", e.SelectionFields = "SelectionFields", e.Table = "Table", e.TableSPV = "TableSPV", e.TableColumn = "TableColumn", e.TableViewExtension = "TableViewExtension", e.ToolBarAction = "ToolBarAction", e.ToolBarLR = "ToolBar<LineItems>", e.ToolBar = "ToolBar", e.ViewTableColumn = "ViewTableColumn", e.ViewCustomColumn = "ViewTableCustomColumn", e.ViewCustomAction = "ViewTableCustomAction", e.ViewChartToolBar = "ViewChartToolBar", e.ViewToolBarAction = "ViewToolBarAction", e.ViewPosition = "ViewPosition", e.ViewCustomActionPosition = "ViewCustomActionPosition", e.CustomActionPosition = "CustomActionPosition", e.CustomActionPositionOP = "CustomActionPositionOP", e.CustomHeaderActionPositionOP = "CustomHeaderActionPositionOP", e.CustomFooterActionPositionOP = "CustomFooterActionPositionOP", e))(k || {});
|
|
23433
|
-
var B = ((c) => (c.actions = "actions", c.annotationPath = "annotationPath", c.chart = "chart", c.defaultPath = "defaultPath", c.defaultTemplateAnnotationPath = "defaultTemplateAnnotationPath", c.sections = "sections", c.table = "table", c.views = "views", c.header = "header", c.footer = "footer", c))(B || {});
|
|
23434
|
-
var G = ((p) => (p.annotationPath = "annotationPath", p.annotationType = "annotationType", p.artifactType = "artifactType", p.controlType = "controlType", p.dataType = "dataType", p.fullyQualifiedName = "fullyQualifiedName", p.hidden = "hidden", p.isViewNode = "isViewNode", p.key = "key", p.keys = "keys", p.target = "target", p.propertyIndex = "propertyIndex", p))(G || {});
|
|
23435
|
-
var H = ((n) => (n.id = "ID", n.value = "Value", n.action = "Action", n.target = "Target", n.key = "Key", n))(H || {});
|
|
23436
|
-
var Je = "webapp/localService/metadata.xml";
|
|
23437
|
-
var $e = "webapp/manifest.json";
|
|
23438
|
-
var De = "/@com.sap.vocabularies";
|
|
23439
|
-
var Ze = "::@com.sap.vocabularies";
|
|
23440
|
-
var et = "com.sap.vocabularies.UI.v1";
|
|
23441
|
-
var tt = "com.sap.vocabularies.UI.v1.";
|
|
23442
|
-
var ot = "@com.sap.vocabularies.UI.v1.";
|
|
23443
|
-
var at = "/quickVariantSelection";
|
|
23444
|
-
var nt = "/quickVariantSelectionX";
|
|
23445
|
-
var it = "/filterSettings/dateSettings";
|
|
23446
|
-
var rt = ".fragment.";
|
|
23447
|
-
var W = ((s) => (s.Control = "Control", s.Property = "Property", s.Aggregation = "Aggregation", s.Event = "Event", s))(W || {});
|
|
23448
|
-
var X = ((i) => (i.restricted = "restricted", i))(X || {});
|
|
23449
|
-
var Q = ((t) => (t.Top = "Top", t.Middle = "Middle", t.Bottom = "Bottom", t))(Q || {});
|
|
23450
|
-
var K = ((o) => (o.persistence = "persistence", o.discovery = "discovery", o))(K || {});
|
|
23451
|
-
var Y = ((t) => (t.BeginColumnPages = "beginColumnPages", t.MidColumnPages = "midColumnPages", t.EndColumnPages = "endColumnPages", t))(Y || {});
|
|
23452
|
-
var N = ((o) => (o.OData = "OData", o.ODataAnnotation = "ODataAnnotation", o))(N || {});
|
|
23453
|
-
var z = ((n) => (n.ui = "sap.ui", n.app = "sap.app", n.generic = "sap.ui.generic.app", n.ovp = "sap.ovp", n.ui5 = "sap.ui5", n))(z || {});
|
|
23454
|
-
var st = `${"sap.ui.generic.app"}/settings`;
|
|
23455
|
-
var pt = "sap.fe.templates.RootContainer.view.Fcl";
|
|
23456
|
-
var ct = "appRootView";
|
|
23457
|
-
var q = ((t) => (t.XML = "XML", t.HTML = "HTML", t.JSON = "JSON", t))(q || {});
|
|
23458
|
-
var lt = "sap.ui.core.mvc.View";
|
|
23459
|
-
var gt = "sap.ui.core.Fragment";
|
|
23460
|
-
var J = ((t) => (t.Error = "error", t.Warning = "warning", t.Info = "info", t))(J || {});
|
|
23461
|
-
var mt = { ["error"]: "Error", ["warning"]: "Warning", ["info"]: "Information" };
|
|
23462
|
-
var $ = ((u) => (u.ListReportObjectPageV2 = "ListReportObjectPageV2", u.ListReportObjectPageV4 = "ListReportObjectPageV4", u.OverviewPageV2 = "OverviewPageV2", u.AnalyticalListPageV2 = "AnalyticalListPageV2", u.AnalyticalListPageV4 = "AnalyticalListPageV4", u.FreestylePageV4 = "FreestylePageV4", u))($ || {});
|
|
23463
|
-
var D = ((x) => (x.CustomPage = "CustomPage", x.CustomColumn = "CustomColumn", x.CustomSection = "CustomSection", x.ObjectPage = "ObjectPage", x.CustomAction = "CustomAction", x.CustomView = "CustomView", x.ControllerExtension = "ControllerExtension", x))(D || {});
|
|
23464
|
-
var Z = ((i) => (i.BuildingBlocks = "BuildingBlocks", i))(Z || {});
|
|
23465
|
-
var A = {};
|
|
23466
|
-
d(A, { CardSettingsType: () => oe, CardTemplateType: () => te, ChartCardType: () => ee, ChartType: () => de, ContainerLayoutType: () => fe, CreateMode: () => Ce, DateRangeType: () => pe, DefaultContentView: () => xe, DefaultDateRangeValueType: () => ce, DefaultFilterMode: () => ue, ExtensionFragmentTypes: () => Te, FE_TEMPLATE_V2: () => St, FE_TEMPLATE_V2_ALP: () => Pt, FE_TEMPLATE_V2_LIST_REPORT: () => ut, FE_TEMPLATE_V2_OBJECT_PAGE: () => xt, IgnoredFieldsType: () => Se, LinkListFlavorType: () => se, ListFlavorType: () => ne, ListTypeType: () => ie, LoadDataOnAppLaunchSettings: () => Pe, MeasureAggregateValues: () => ae, SAPUI5_CONTROLLER_EXTENSION: () => At, SAPUI5_VIEW_EXTENSION: () => dt, SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE: () => ft, SAPUI5_VIEW_EXTENSION_LIST_REPORT: () => Ct, SAPUI5_VIEW_EXTENSION_OBJECT_PAGE: () => Tt, SectionPosition: () => Ae, SortOrderType: () => re, Strategy: () => be, TableColumnExtensionTypeV2: () => me, TableTypeV2: () => ge, cardTemplateTypeMap: () => bt, customColumnViewTypes: () => le });
|
|
23467
|
-
var ee = ((t) => (t.cardBubble = "cardBubble", t.cardchartsline = "cardchartsline", t.cardchartsdonut = "cardchartsdonut", t))(ee || {});
|
|
23468
|
-
var te = ((m) => (m.analytical = "sap.ovp.cards.charts.analytical", m.analyticalv4 = "sap.ovp.cards.v4.charts.analytical", m.list = "sap.ovp.cards.list", m.listv4 = "sap.ovp.cards.v4.list", m.linklist = "sap.ovp.cards.linklist", m.linklistv4 = "sap.ovp.cards.v4.linklist", m.table = "sap.ovp.cards.table", m.tablev4 = "sap.ovp.cards.v4.table", m.stack = "sap.ovp.cards.stack", m))(te || {});
|
|
23469
|
-
var bt = { "sap.ovp.cards.charts.analytical": "AnalyticalCard", "sap.ovp.cards.v4.charts.analytical": "AnalyticalCard", "sap.ovp.cards.list": "ListCard", "sap.ovp.cards.v4.list": "ListCard", "sap.ovp.cards.linklist": "LinklistCard", "sap.ovp.cards.v4.linklist": "LinklistCard", "sap.ovp.cards.table": "TableCard", "sap.ovp.cards.v4.table": "TableCard", "sap.ovp.cards.stack": "StackCard" };
|
|
23470
|
-
var oe = ((b) => (b.analyticalCardSettings = "analyticalCardSettings", b.analyticalCardSettingsv4 = "analyticalCardSettingsv4", b.listCardSettings = "listCardSettings", b.listCardSettingsv4 = "listCardSettingsv4", b.stackCardSettings = "stackCardSettings", b.linkListCardSettings = "linkListCardSettings", b.tableCardSettings = "tableCardSettings", b.tableCardSettingsv4 = "tableCardSettingsv4", b))(oe || {});
|
|
23471
|
-
var ae = ((n) => (n.average = "average", n.max = "max", n.min = "min", n.sum = "sum", n.count = "$count", n))(ae || {});
|
|
23472
|
-
var ne = ((t) => (t.standard = "standard", t.bar = "bar", t.carousel = "carousel", t))(ne || {});
|
|
23473
|
-
var ie = ((o) => (o.extended = "extended", o.condensed = "condensed", o))(ie || {});
|
|
23474
|
-
var re = ((o) => (o.ascending = "ascending", o.descending = "descending", o))(re || {});
|
|
23475
|
-
var se = ((o) => (o.standard = "standard", o.carousel = "carousel", o))(se || {});
|
|
23476
|
-
var pe = ((a) => (a.DATERANGE = "DATERANGE", a.DATE = "DATE", a.FROM = "FROM", a.TO = "TO", a.DAYS = "DAYS", a.LASTDAYS = "LASTDAYS", a.LASTWEEKS = "LASTWEEKS", a.WEEK = "WEEK", a.LASTMONTHS = "LASTMONTHS", a.MONTH = "MONTH", a.QUARTER = "QUARTER", a.LASTQUARTERS = "LASTQUARTERS", a.LASTYEARS = "LASTYEARS", a.LASTYEAR = "LASTYEAR", a.YEAR = "YEAR", a.NEXTDAYS = "NEXTDAYS", a.NEXTWEEKS = "NEXTWEEKS", a.NEXTMONTHS = "NEXTMONTHS", a.NEXTQUARTERS = "NEXTQUARTERS", a.NEXTYEARS = "NEXTYEARS", a.NEXT = "NEXT", a.SPECIFICMONTH = "SPECIFICMONTH", a.YESTERDAY = "YESTERDAY", a.YEARTODATE = "YEARTODATE", a.TODAY = "TODAY", a.TOMORROW = "TOMORROW", a.THISWEEK = "THISWEEK", a.LASTWEEK = "LASTWEEK", a.LAST2WEEKS = "LAST2WEEKS", a.LAST3WEEKS = "LAST3WEEKS", a.LAST4WEEKS = "LAST4WEEKS", a.LAST5WEEKS = "LAST5WEEKS", a.NEXTWEEK = "NEXTWEEK", a.NEXT2WEEKS = "NEXT2WEEKS", a.NEXT3WEEKS = "NEXT3WEEKS", a.NEXT4WEEKS = "NEXT4WEEKS", a.NEXT5WEEKS = "NEXT5WEEKS", a.THISMONTH = "THISMONTH", a.LASTMONTH = "LASTMONTH", a.NEXTMONTH = "NEXTMONTH", a.THISQUARTER = "THISQUARTER", a.LASTQUARTER = "LASTQUARTER", a.NEXTQUARTER = "NEXTQUARTER", a.QUARTER1 = "QUARTER1", a.QUARTER2 = "QUARTER2", a.QUARTER3 = "QUARTER3", a.QUARTER4 = "QUARTER4", a.TODAYFROMTO = "TODAYFROMTO", a))(pe || {});
|
|
23477
|
-
var ce = ((l) => (l.YESTERDAY = "YESTERDAY", l.TODAY = "TODAY", l.THISWEEK = "THISWEEK", l.LASTWEEK = "LASTWEEK", l.THISMONTH = "THISMONTH", l.TOMORROW = "TOMORROW", l.LASTMONTH = "LASTMONTH", l.THISQUARTER = "THISQUARTER", l.LASTQUARTER = "LASTQUARTER", l.THISYEAR = "THISYEAR", l.LASTYEAR = "LASTYEAR", l.LAST2WEEKS = "LAST2WEEKS", l.LAST3WEEKS = "LAST3WEEKS", l.LAST4WEEKS = "LAST4WEEKS", l.LAST5WEEKS = "LAST5WEEKS", l.YEARTODATE = "YEARTODATE", l.QUARTER1 = "QUARTER1", l.QUARTER2 = "QUARTER2", l.QUARTER3 = "QUARTER3", l.QUARTER4 = "QUARTER4", l.DATETOYEAR = "DATETOYEAR", l))(ce || {});
|
|
23478
|
-
var le = ((i) => (i.XML = "XML", i))(le || {});
|
|
23479
|
-
var ge = ((s) => (s.ResponsiveTable = "ResponsiveTable", s.GridTable = "GridTable", s.AnalyticalTable = "AnalyticalTable", s.TreeTable = "TreeTable", s))(ge || {});
|
|
23480
|
-
var me = ((s) => (s.ResponsiveTableColumnsExtension = "ResponsiveTableColumnsExtension", s.AnalyticalTableColumnsExtension = "AnalyticalTableColumnsExtension", s.TreeTableColumnsExtension = "TreeTableColumnsExtension", s.GridTableColumnsExtension = "GridTableColumnsExtension", s))(me || {});
|
|
23481
|
-
var be = ((i) => (i.extension = "extension", i))(be || {});
|
|
23482
|
-
var Se = ((i) => (i.GENERICPROPERTY = "GENERICPROPERTY", i))(Se || {});
|
|
23483
|
-
var xe = ((t) => (t.charttable = "charttable", t.chart = "chart", t.table = "table", t))(xe || {});
|
|
23484
|
-
var ue = ((o) => (o.visual = "visual", o.compact = "compact", o))(ue || {});
|
|
23485
|
-
var Pe = ((t) => (t.always = "always", t.never = "never", t.ifAnyFilterExist = "ifAnyFilterExist", t))(Pe || {});
|
|
23486
|
-
var de = ((r) => (r.bar = "bar", r.column = "column", r.line = "line", r.combination = "combination", r.pie = "pie", r.donut = "donut", r.scatter = "scatter", r.bubble = "bubble", r.heatmap = "heatmap", r.bullet = "bullet", r.verticalBullet = "vertical_bullet", r.stackedBar = "stacked_bar", r.stackedColumn = "stacked_column", r.stackedCombination = "stacked_combination", r.horizontalStackedCombination = "horizontal_stacked_combination", r.dualBar = "dual_bar", r.dualColumn = "dual_column", r.dualLine = "dual_line", r.dualStackedBar = "dual_stacked_bar", r.dualStackedColumn = "dual_stacked_column", r.dualCombination = "dual_combination", r.dualStackedCombination = "dual_stacked_combination", r.dualHorizontalCombination = "dual_horizontal_combination", r.dualHorizontalStackedCombination = "dual_horizontal_stacked_combination", r.hundredStackedBar = "100_stacked_bar", r.hundredStackedColumn = "100_stacked_column", r.hundredDualStackedBar = "100_dual_stacked_bar", r.hundredDualStackedColumn = "100_dual_stacked_column", r.waterfall = "waterfall", r.horizontalWaterfall = "horizontal_waterfall", r))(de || {});
|
|
23487
|
-
var Ae = ((t) => (t.AfterFacet = "AfterFacet", t.BeforeFacet = "BeforeFacet", t.ReplaceFacet = "ReplaceFacet", t))(Ae || {});
|
|
23488
|
-
var Te = ((i) => (i.XML = "XML", i))(Te || {});
|
|
23489
|
-
var Ce = ((i) => (i.inline = "inline", i))(Ce || {});
|
|
23490
|
-
var St = "sap.suite.ui.generic.template";
|
|
23491
|
-
var xt = "sap.suite.ui.generic.template.ObjectPage";
|
|
23492
|
-
var ut = "sap.suite.ui.generic.template.ListReport";
|
|
23493
|
-
var Pt = "sap.suite.ui.generic.template.AnalyticalListPage";
|
|
23494
|
-
var dt = "sap.ui.viewExtensions";
|
|
23495
|
-
var At = "sap.ui.controllerExtensions";
|
|
23496
|
-
var Tt = "sap.suite.ui.generic.template.ObjectPage.view.Details";
|
|
23497
|
-
var Ct = "sap.suite.ui.generic.template.ListReport.view.ListReport";
|
|
23498
|
-
var ft = "sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage";
|
|
23499
|
-
var fe = ((o) => (o.fixed = "fixed", o.resizable = "resizable", o))(fe || {});
|
|
23500
|
-
var T = {};
|
|
23501
|
-
d(T, { ActionPlacement: () => Ee, Availability: () => Me, CustomSectionViewTypesV4: () => Ie, DefaultPathType: () => je, DesigntimeValues: () => Re, FE_TEMPLATE_V4: () => Et, FE_TEMPLATE_V4_ALP: () => Lt, FE_TEMPLATE_V4_CUSTOM_PAGE: () => yt, FE_TEMPLATE_V4_LIST_REPORT: () => Ot, FE_TEMPLATE_V4_OBJECT_PAGE: () => Vt, FIORI_FCL_ROUTER_CLASS: () => ht, HorizontalAlign: () => _e, InitialLoadType: () => Le, Placement: () => we, SAPUI5_CONTROLLER_EXTENSION: () => Ft, SAPUI5_DEPENDENCY_LIB_SAP_F: () => Rt, SAPUI5_FRAGMENT_TYPE_V4: () => jt, SAPUI5_VIEW_EXTENSION_LIST_REPORT: () => It, SAPUI5_VIEW_EXTENSION_OBJECT_PAGE: () => vt, SectionLayoutType: () => Fe, SectionPosition: () => ve, SectionPositionV4: () => Ue, SelectType: () => he, SelectionMode: () => ye, TableCreationModeType: () => Oe, TableTypeV4: () => Ve, VariantManagementTypeListReport: () => Be, VariantManagementTypeObjectPage: () => ke });
|
|
23502
|
-
var Ee = ((o) => (o.After = "After", o.Before = "Before", o))(Ee || {});
|
|
23503
|
-
var ye = ((s) => (s.Multi = "Multi", s.None = "None", s.Single = "Single", s.Auto = "Auto", s))(ye || {});
|
|
23504
|
-
var Ve = ((t) => (t.ResponsiveTable = "ResponsiveTable", t.GridTable = "GridTable", t.AnalyticalTable = "AnalyticalTable", t))(Ve || {});
|
|
23505
|
-
var Oe = ((t) => (t.NewPage = "NewPage", t.Inline = "Inline", t.CreationRow = "CreationRow", t))(Oe || {});
|
|
23506
|
-
var Le = ((t) => (t.Disabled = "Disabled", t.Enabled = "Enabled", t.Auto = "Auto", t))(Le || {});
|
|
23507
|
-
var je = ((t) => (t.Primary = "primary", t.Secondary = "secondary", t.Both = "both", t))(je || {});
|
|
23508
|
-
var he = ((o) => (o.single = "single", o.multi = "multi", o))(he || {});
|
|
23509
|
-
var Re = ((S) => (S["not-adaptable-visibility"] = "not-adaptable-visibility", S))(Re || {});
|
|
23510
|
-
var Fe = ((o) => (o.Tabs = "Tabs", o.Page = "Page", o))(Fe || {});
|
|
23511
|
-
var ve = ((o) => (o.After = "After", o.Before = "Before", o))(ve || {});
|
|
23512
|
-
var Ie = ((i) => (i.XML = "XML", i))(Ie || {});
|
|
23513
|
-
var Et = "sap.fe.templates";
|
|
23514
|
-
var yt = "sap.fe.core.fpm";
|
|
23515
|
-
var Vt = "sap.fe.templates.ObjectPage";
|
|
23516
|
-
var Ot = "sap.fe.templates.ListReport";
|
|
23517
|
-
var Lt = "sap.fe.templates.AnalyticalListPage";
|
|
23518
|
-
var jt = "XMLFragment";
|
|
23519
|
-
var Ue = ((o) => (o.AfterFacet = "AfterFacet", o.BeforeFacet = "BeforeFacet", o))(Ue || {});
|
|
23520
|
-
var ht = "sap.f.routing.Router";
|
|
23521
|
-
var Rt = "sap.f";
|
|
23522
|
-
var Ft = "sap.ui.controllerExtensions";
|
|
23523
|
-
var vt = "sap.fe.templates.ObjectPage.ObjectPageController";
|
|
23524
|
-
var It = "sap.fe.templates.ListReport.ListReportController";
|
|
23525
|
-
var we = ((o) => (o.After = "After", o.Before = "Before", o))(we || {});
|
|
23526
|
-
var Me = ((t) => (t.Default = "Default", t.Adaptation = "Adaptation", t.Hidden = "Hidden", t))(Me || {});
|
|
23527
|
-
var _e = ((t) => (t.Begin = "Begin", t.Center = "Center", t.End = "End", t))(_e || {});
|
|
23528
|
-
var ke = ((o) => (o.None = "None", o.Control = "Control", o))(ke || {});
|
|
23529
|
-
var Be = ((t) => (t.None = "None", t.Control = "Control", t.Page = "Page", t))(Be || {});
|
|
23530
|
-
module2.exports = Ke(Ut);
|
|
23531
|
-
}
|
|
23532
|
-
});
|
|
23533
|
-
|
|
23534
|
-
// ../../node_modules/@sap/ux-specification-types/dist/apiTypes.js
|
|
23535
|
-
var require_apiTypes = __commonJS({
|
|
23536
|
-
"../../node_modules/@sap/ux-specification-types/dist/apiTypes.js"(exports2) {
|
|
23537
|
-
"use strict";
|
|
23538
|
-
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
23539
|
-
exports2.Features = exports2.CustomExtensionType = exports2.TemplateType = exports2.LogSeverityLabel = exports2.LogSeverity = void 0;
|
|
23540
|
-
var LogSeverity2;
|
|
23541
|
-
(function(LogSeverity3) {
|
|
23542
|
-
LogSeverity3["Error"] = "error";
|
|
23543
|
-
LogSeverity3["Warning"] = "warning";
|
|
23544
|
-
LogSeverity3["Info"] = "info";
|
|
23545
|
-
})(LogSeverity2 = exports2.LogSeverity || (exports2.LogSeverity = {}));
|
|
23546
|
-
exports2.LogSeverityLabel = {
|
|
23547
|
-
["error"]: "Error",
|
|
23548
|
-
["warning"]: "Warning",
|
|
23549
|
-
["info"]: "Information"
|
|
23550
|
-
};
|
|
23551
|
-
var TemplateType2;
|
|
23552
|
-
(function(TemplateType3) {
|
|
23553
|
-
TemplateType3["ListReportObjectPageV2"] = "ListReportObjectPageV2";
|
|
23554
|
-
TemplateType3["ListReportObjectPageV4"] = "ListReportObjectPageV4";
|
|
23555
|
-
TemplateType3["OverviewPageV2"] = "OverviewPageV2";
|
|
23556
|
-
TemplateType3["AnalyticalListPageV2"] = "AnalyticalListPageV2";
|
|
23557
|
-
TemplateType3["AnalyticalListPageV4"] = "AnalyticalListPageV4";
|
|
23558
|
-
TemplateType3["FreestylePageV4"] = "FreestylePageV4";
|
|
23559
|
-
})(TemplateType2 = exports2.TemplateType || (exports2.TemplateType = {}));
|
|
23560
|
-
var CustomExtensionType2;
|
|
23561
|
-
(function(CustomExtensionType3) {
|
|
23562
|
-
CustomExtensionType3["CustomPage"] = "CustomPage";
|
|
23563
|
-
CustomExtensionType3["CustomColumn"] = "CustomColumn";
|
|
23564
|
-
CustomExtensionType3["CustomSection"] = "CustomSection";
|
|
23565
|
-
CustomExtensionType3["ObjectPage"] = "ObjectPage";
|
|
23566
|
-
CustomExtensionType3["CustomAction"] = "CustomAction";
|
|
23567
|
-
CustomExtensionType3["CustomView"] = "CustomView";
|
|
23568
|
-
CustomExtensionType3["ControllerExtension"] = "ControllerExtension";
|
|
23569
|
-
})(CustomExtensionType2 = exports2.CustomExtensionType || (exports2.CustomExtensionType = {}));
|
|
23570
|
-
var Features2;
|
|
23571
|
-
(function(Features3) {
|
|
23572
|
-
Features3["BuildingBlocks"] = "BuildingBlocks";
|
|
23573
|
-
})(Features2 = exports2.Features || (exports2.Features = {}));
|
|
23574
|
-
}
|
|
23575
|
-
});
|
|
23576
|
-
|
|
23577
|
-
// ../../node_modules/@sap/ux-specification-types/dist/v2.js
|
|
23578
|
-
var require_v2 = __commonJS({
|
|
23579
|
-
"../../node_modules/@sap/ux-specification-types/dist/v2.js"(exports2, module2) {
|
|
23580
|
-
var S = Object.defineProperty;
|
|
23581
|
-
var N = Object.getOwnPropertyDescriptor;
|
|
23582
|
-
var F = Object.getOwnPropertyNames;
|
|
23583
|
-
var j = Object.prototype.hasOwnProperty;
|
|
23584
|
-
var W = (s) => S(s, "__esModule", { value: true });
|
|
23585
|
-
var w = (s, n) => {
|
|
23586
|
-
for (var a in n)
|
|
23587
|
-
S(s, a, { get: n[a], enumerable: true });
|
|
23588
|
-
};
|
|
23589
|
-
var M = (s, n, a, i) => {
|
|
23590
|
-
if (n && typeof n == "object" || typeof n == "function")
|
|
23591
|
-
for (let r of F(n))
|
|
23592
|
-
!j.call(s, r) && (a || r !== "default") && S(s, r, { get: () => n[r], enumerable: !(i = N(n, r)) || i.enumerable });
|
|
23593
|
-
return s;
|
|
23594
|
-
};
|
|
23595
|
-
var K = ((s) => (n, a) => s && s.get(n) || (a = M(W({}), n, 1), s && s.set(n, a), a))(typeof WeakMap != "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
|
|
23596
|
-
var $ = {};
|
|
23597
|
-
w($, { CardSettingsType: () => m, CardTemplateType: () => d, ChartCardType: () => b, ChartType: () => h, ContainerLayoutType: () => k, CreateMode: () => _45, DateRangeType: () => u, DefaultContentView: () => y, DefaultDateRangeValueType: () => P, DefaultFilterMode: () => v, ExtensionFragmentTypes: () => I, FE_TEMPLATE_V2: () => Q, FE_TEMPLATE_V2_ALP: () => H, FE_TEMPLATE_V2_LIST_REPORT: () => G, FE_TEMPLATE_V2_OBJECT_PAGE: () => X, IgnoredFieldsType: () => R, LinkListFlavorType: () => A, ListFlavorType: () => T, ListTypeType: () => x, LoadDataOnAppLaunchSettings: () => U, MeasureAggregateValues: () => g, SAPUI5_CONTROLLER_EXTENSION: () => z, SAPUI5_VIEW_EXTENSION: () => Y, SAPUI5_VIEW_EXTENSION_ANALYTICAL_LIST_PAGE: () => D, SAPUI5_VIEW_EXTENSION_LIST_REPORT: () => J, SAPUI5_VIEW_EXTENSION_OBJECT_PAGE: () => q, SectionPosition: () => V, SortOrderType: () => E, Strategy: () => L, TableColumnExtensionTypeV2: () => O, TableTypeV2: () => C, cardTemplateTypeMap: () => B, customColumnViewTypes: () => f });
|
|
23598
|
-
var b = ((i) => (i.cardBubble = "cardBubble", i.cardchartsline = "cardchartsline", i.cardchartsdonut = "cardchartsdonut", i))(b || {});
|
|
23599
|
-
var d = ((l) => (l.analytical = "sap.ovp.cards.charts.analytical", l.analyticalv4 = "sap.ovp.cards.v4.charts.analytical", l.list = "sap.ovp.cards.list", l.listv4 = "sap.ovp.cards.v4.list", l.linklist = "sap.ovp.cards.linklist", l.linklistv4 = "sap.ovp.cards.v4.linklist", l.table = "sap.ovp.cards.table", l.tablev4 = "sap.ovp.cards.v4.table", l.stack = "sap.ovp.cards.stack", l))(d || {});
|
|
23600
|
-
var B = { "sap.ovp.cards.charts.analytical": "AnalyticalCard", "sap.ovp.cards.v4.charts.analytical": "AnalyticalCard", "sap.ovp.cards.list": "ListCard", "sap.ovp.cards.v4.list": "ListCard", "sap.ovp.cards.linklist": "LinklistCard", "sap.ovp.cards.v4.linklist": "LinklistCard", "sap.ovp.cards.table": "TableCard", "sap.ovp.cards.v4.table": "TableCard", "sap.ovp.cards.stack": "StackCard" };
|
|
23601
|
-
var m = ((c) => (c.analyticalCardSettings = "analyticalCardSettings", c.analyticalCardSettingsv4 = "analyticalCardSettingsv4", c.listCardSettings = "listCardSettings", c.listCardSettingsv4 = "listCardSettingsv4", c.stackCardSettings = "stackCardSettings", c.linkListCardSettings = "linkListCardSettings", c.tableCardSettings = "tableCardSettings", c.tableCardSettingsv4 = "tableCardSettingsv4", c))(m || {});
|
|
23602
|
-
var g = ((p) => (p.average = "average", p.max = "max", p.min = "min", p.sum = "sum", p.count = "$count", p))(g || {});
|
|
23603
|
-
var T = ((i) => (i.standard = "standard", i.bar = "bar", i.carousel = "carousel", i))(T || {});
|
|
23604
|
-
var x = ((a) => (a.extended = "extended", a.condensed = "condensed", a))(x || {});
|
|
23605
|
-
var E = ((a) => (a.ascending = "ascending", a.descending = "descending", a))(E || {});
|
|
23606
|
-
var A = ((a) => (a.standard = "standard", a.carousel = "carousel", a))(A || {});
|
|
23607
|
-
var u = ((e) => (e.DATERANGE = "DATERANGE", e.DATE = "DATE", e.FROM = "FROM", e.TO = "TO", e.DAYS = "DAYS", e.LASTDAYS = "LASTDAYS", e.LASTWEEKS = "LASTWEEKS", e.WEEK = "WEEK", e.LASTMONTHS = "LASTMONTHS", e.MONTH = "MONTH", e.QUARTER = "QUARTER", e.LASTQUARTERS = "LASTQUARTERS", e.LASTYEARS = "LASTYEARS", e.LASTYEAR = "LASTYEAR", e.YEAR = "YEAR", e.NEXTDAYS = "NEXTDAYS", e.NEXTWEEKS = "NEXTWEEKS", e.NEXTMONTHS = "NEXTMONTHS", e.NEXTQUARTERS = "NEXTQUARTERS", e.NEXTYEARS = "NEXTYEARS", e.NEXT = "NEXT", e.SPECIFICMONTH = "SPECIFICMONTH", e.YESTERDAY = "YESTERDAY", e.YEARTODATE = "YEARTODATE", e.TODAY = "TODAY", e.TOMORROW = "TOMORROW", e.THISWEEK = "THISWEEK", e.LASTWEEK = "LASTWEEK", e.LAST2WEEKS = "LAST2WEEKS", e.LAST3WEEKS = "LAST3WEEKS", e.LAST4WEEKS = "LAST4WEEKS", e.LAST5WEEKS = "LAST5WEEKS", e.NEXTWEEK = "NEXTWEEK", e.NEXT2WEEKS = "NEXT2WEEKS", e.NEXT3WEEKS = "NEXT3WEEKS", e.NEXT4WEEKS = "NEXT4WEEKS", e.NEXT5WEEKS = "NEXT5WEEKS", e.THISMONTH = "THISMONTH", e.LASTMONTH = "LASTMONTH", e.NEXTMONTH = "NEXTMONTH", e.THISQUARTER = "THISQUARTER", e.LASTQUARTER = "LASTQUARTER", e.NEXTQUARTER = "NEXTQUARTER", e.QUARTER1 = "QUARTER1", e.QUARTER2 = "QUARTER2", e.QUARTER3 = "QUARTER3", e.QUARTER4 = "QUARTER4", e.TODAYFROMTO = "TODAYFROMTO", e))(u || {});
|
|
23608
|
-
var P = ((o) => (o.YESTERDAY = "YESTERDAY", o.TODAY = "TODAY", o.THISWEEK = "THISWEEK", o.LASTWEEK = "LASTWEEK", o.THISMONTH = "THISMONTH", o.TOMORROW = "TOMORROW", o.LASTMONTH = "LASTMONTH", o.THISQUARTER = "THISQUARTER", o.LASTQUARTER = "LASTQUARTER", o.THISYEAR = "THISYEAR", o.LASTYEAR = "LASTYEAR", o.LAST2WEEKS = "LAST2WEEKS", o.LAST3WEEKS = "LAST3WEEKS", o.LAST4WEEKS = "LAST4WEEKS", o.LAST5WEEKS = "LAST5WEEKS", o.YEARTODATE = "YEARTODATE", o.QUARTER1 = "QUARTER1", o.QUARTER2 = "QUARTER2", o.QUARTER3 = "QUARTER3", o.QUARTER4 = "QUARTER4", o.DATETOYEAR = "DATETOYEAR", o))(P || {});
|
|
23609
|
-
var f = ((n) => (n.XML = "XML", n))(f || {});
|
|
23610
|
-
var C = ((r) => (r.ResponsiveTable = "ResponsiveTable", r.GridTable = "GridTable", r.AnalyticalTable = "AnalyticalTable", r.TreeTable = "TreeTable", r))(C || {});
|
|
23611
|
-
var O = ((r) => (r.ResponsiveTableColumnsExtension = "ResponsiveTableColumnsExtension", r.AnalyticalTableColumnsExtension = "AnalyticalTableColumnsExtension", r.TreeTableColumnsExtension = "TreeTableColumnsExtension", r.GridTableColumnsExtension = "GridTableColumnsExtension", r))(O || {});
|
|
23612
|
-
var L = ((n) => (n.extension = "extension", n))(L || {});
|
|
23613
|
-
var R = ((n) => (n.GENERICPROPERTY = "GENERICPROPERTY", n))(R || {});
|
|
23614
|
-
var y = ((i) => (i.charttable = "charttable", i.chart = "chart", i.table = "table", i))(y || {});
|
|
23615
|
-
var v = ((a) => (a.visual = "visual", a.compact = "compact", a))(v || {});
|
|
23616
|
-
var U = ((i) => (i.always = "always", i.never = "never", i.ifAnyFilterExist = "ifAnyFilterExist", i))(U || {});
|
|
23617
|
-
var h = ((t) => (t.bar = "bar", t.column = "column", t.line = "line", t.combination = "combination", t.pie = "pie", t.donut = "donut", t.scatter = "scatter", t.bubble = "bubble", t.heatmap = "heatmap", t.bullet = "bullet", t.verticalBullet = "vertical_bullet", t.stackedBar = "stacked_bar", t.stackedColumn = "stacked_column", t.stackedCombination = "stacked_combination", t.horizontalStackedCombination = "horizontal_stacked_combination", t.dualBar = "dual_bar", t.dualColumn = "dual_column", t.dualLine = "dual_line", t.dualStackedBar = "dual_stacked_bar", t.dualStackedColumn = "dual_stacked_column", t.dualCombination = "dual_combination", t.dualStackedCombination = "dual_stacked_combination", t.dualHorizontalCombination = "dual_horizontal_combination", t.dualHorizontalStackedCombination = "dual_horizontal_stacked_combination", t.hundredStackedBar = "100_stacked_bar", t.hundredStackedColumn = "100_stacked_column", t.hundredDualStackedBar = "100_dual_stacked_bar", t.hundredDualStackedColumn = "100_dual_stacked_column", t.waterfall = "waterfall", t.horizontalWaterfall = "horizontal_waterfall", t))(h || {});
|
|
23618
|
-
var V = ((i) => (i.AfterFacet = "AfterFacet", i.BeforeFacet = "BeforeFacet", i.ReplaceFacet = "ReplaceFacet", i))(V || {});
|
|
23619
|
-
var I = ((n) => (n.XML = "XML", n))(I || {});
|
|
23620
|
-
var _45 = ((n) => (n.inline = "inline", n))(_45 || {});
|
|
23621
|
-
var Q = "sap.suite.ui.generic.template";
|
|
23622
|
-
var X = "sap.suite.ui.generic.template.ObjectPage";
|
|
23623
|
-
var G = "sap.suite.ui.generic.template.ListReport";
|
|
23624
|
-
var H = "sap.suite.ui.generic.template.AnalyticalListPage";
|
|
23625
|
-
var Y = "sap.ui.viewExtensions";
|
|
23626
|
-
var z = "sap.ui.controllerExtensions";
|
|
23627
|
-
var q = "sap.suite.ui.generic.template.ObjectPage.view.Details";
|
|
23628
|
-
var J = "sap.suite.ui.generic.template.ListReport.view.ListReport";
|
|
23629
|
-
var D = "sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage";
|
|
23630
|
-
var k = ((a) => (a.fixed = "fixed", a.resizable = "resizable", a))(k || {});
|
|
23631
|
-
module2.exports = K($);
|
|
23632
|
-
}
|
|
23633
|
-
});
|
|
23634
|
-
|
|
23635
|
-
// ../../node_modules/@sap/ux-specification-types/dist/v4.js
|
|
23636
|
-
var require_v4 = __commonJS({
|
|
23637
|
-
"../../node_modules/@sap/ux-specification-types/dist/v4.js"(exports2, module2) {
|
|
23638
|
-
var a = Object.defineProperty;
|
|
23639
|
-
var V = Object.getOwnPropertyDescriptor;
|
|
23640
|
-
var y = Object.getOwnPropertyNames;
|
|
23641
|
-
var U = Object.prototype.hasOwnProperty;
|
|
23642
|
-
var E = (n) => a(n, "__esModule", { value: true });
|
|
23643
|
-
var w = (n, o) => {
|
|
23644
|
-
for (var t in o)
|
|
23645
|
-
a(n, t, { get: o[t], enumerable: true });
|
|
23646
|
-
};
|
|
23647
|
-
var O = (n, o, t, e) => {
|
|
23648
|
-
if (o && typeof o == "object" || typeof o == "function")
|
|
23649
|
-
for (let i of y(o))
|
|
23650
|
-
!U.call(n, i) && (t || i !== "default") && a(n, i, { get: () => o[i], enumerable: !(e = V(o, i)) || e.enumerable });
|
|
23651
|
-
return n;
|
|
23652
|
-
};
|
|
23653
|
-
var R = ((n) => (o, t) => n && n.get(o) || (t = O(E({}), o, 1), n && n.set(o, t), t))(typeof WeakMap != "undefined" ? /* @__PURE__ */ new WeakMap() : 0);
|
|
23654
|
-
var G = {};
|
|
23655
|
-
w(G, { ActionPlacement: () => r, Availability: () => C, CustomSectionViewTypesV4: () => b, DefaultPathType: () => g, DesigntimeValues: () => x, FE_TEMPLATE_V4: () => h, FE_TEMPLATE_V4_ALP: () => B, FE_TEMPLATE_V4_CUSTOM_PAGE: () => j, FE_TEMPLATE_V4_LIST_REPORT: () => L, FE_TEMPLATE_V4_OBJECT_PAGE: () => _45, FIORI_FCL_ROUTER_CLASS: () => N, HorizontalAlign: () => T, InitialLoadType: () => l, Placement: () => P, SAPUI5_CONTROLLER_EXTENSION: () => M, SAPUI5_DEPENDENCY_LIB_SAP_F: () => I, SAPUI5_FRAGMENT_TYPE_V4: () => F, SAPUI5_VIEW_EXTENSION_LIST_REPORT: () => k, SAPUI5_VIEW_EXTENSION_OBJECT_PAGE: () => v, SectionLayoutType: () => f, SectionPosition: () => u, SectionPositionV4: () => S, SelectType: () => m, SelectionMode: () => s, TableCreationModeType: () => c, TableTypeV4: () => p, VariantManagementTypeListReport: () => d, VariantManagementTypeObjectPage: () => A });
|
|
23656
|
-
var r = ((t) => (t.After = "After", t.Before = "Before", t))(r || {});
|
|
23657
|
-
var s = ((i) => (i.Multi = "Multi", i.None = "None", i.Single = "Single", i.Auto = "Auto", i))(s || {});
|
|
23658
|
-
var p = ((e) => (e.ResponsiveTable = "ResponsiveTable", e.GridTable = "GridTable", e.AnalyticalTable = "AnalyticalTable", e))(p || {});
|
|
23659
|
-
var c = ((e) => (e.NewPage = "NewPage", e.Inline = "Inline", e.CreationRow = "CreationRow", e))(c || {});
|
|
23660
|
-
var l = ((e) => (e.Disabled = "Disabled", e.Enabled = "Enabled", e.Auto = "Auto", e))(l || {});
|
|
23661
|
-
var g = ((e) => (e.Primary = "primary", e.Secondary = "secondary", e.Both = "both", e))(g || {});
|
|
23662
|
-
var m = ((t) => (t.single = "single", t.multi = "multi", t))(m || {});
|
|
23663
|
-
var x = ((n) => (n["not-adaptable-visibility"] = "not-adaptable-visibility", n))(x || {});
|
|
23664
|
-
var f = ((t) => (t.Tabs = "Tabs", t.Page = "Page", t))(f || {});
|
|
23665
|
-
var u = ((t) => (t.After = "After", t.Before = "Before", t))(u || {});
|
|
23666
|
-
var b = ((o) => (o.XML = "XML", o))(b || {});
|
|
23667
|
-
var h = "sap.fe.templates";
|
|
23668
|
-
var j = "sap.fe.core.fpm";
|
|
23669
|
-
var _45 = "sap.fe.templates.ObjectPage";
|
|
23670
|
-
var L = "sap.fe.templates.ListReport";
|
|
23671
|
-
var B = "sap.fe.templates.AnalyticalListPage";
|
|
23672
|
-
var F = "XMLFragment";
|
|
23673
|
-
var S = ((t) => (t.AfterFacet = "AfterFacet", t.BeforeFacet = "BeforeFacet", t))(S || {});
|
|
23674
|
-
var N = "sap.f.routing.Router";
|
|
23675
|
-
var I = "sap.f";
|
|
23676
|
-
var M = "sap.ui.controllerExtensions";
|
|
23677
|
-
var v = "sap.fe.templates.ObjectPage.ObjectPageController";
|
|
23678
|
-
var k = "sap.fe.templates.ListReport.ListReportController";
|
|
23679
|
-
var P = ((t) => (t.After = "After", t.Before = "Before", t))(P || {});
|
|
23680
|
-
var C = ((e) => (e.Default = "Default", e.Adaptation = "Adaptation", e.Hidden = "Hidden", e))(C || {});
|
|
23681
|
-
var T = ((e) => (e.Begin = "Begin", e.Center = "Center", e.End = "End", e))(T || {});
|
|
23682
|
-
var A = ((t) => (t.None = "None", t.Control = "Control", t))(A || {});
|
|
23683
|
-
var d = ((e) => (e.None = "None", e.Control = "Control", e.Page = "Page", e))(d || {});
|
|
23684
|
-
module2.exports = R(G);
|
|
23685
|
-
}
|
|
23686
|
-
});
|
|
23687
|
-
|
|
23688
|
-
// ../../node_modules/@sap/ux-specification-types/dist/index.js
|
|
23689
|
-
var require_dist4 = __commonJS({
|
|
23690
|
-
"../../node_modules/@sap/ux-specification-types/dist/index.js"(exports2) {
|
|
23691
|
-
"use strict";
|
|
23692
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
23693
|
-
if (k2 === void 0)
|
|
23694
|
-
k2 = k;
|
|
23695
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() {
|
|
23696
|
-
return m[k];
|
|
23697
|
-
} });
|
|
23698
|
-
} : function(o, m, k, k2) {
|
|
23699
|
-
if (k2 === void 0)
|
|
23700
|
-
k2 = k;
|
|
23701
|
-
o[k2] = m[k];
|
|
23702
|
-
});
|
|
23703
|
-
var __setModuleDefault = exports2 && exports2.__setModuleDefault || (Object.create ? function(o, v) {
|
|
23704
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23705
|
-
} : function(o, v) {
|
|
23706
|
-
o["default"] = v;
|
|
23707
|
-
});
|
|
23708
|
-
var __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
23709
|
-
for (var p in m)
|
|
23710
|
-
if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p))
|
|
23711
|
-
__createBinding(exports3, m, p);
|
|
23712
|
-
};
|
|
23713
|
-
var __importStar = exports2 && exports2.__importStar || function(mod) {
|
|
23714
|
-
if (mod && mod.__esModule)
|
|
23715
|
-
return mod;
|
|
23716
|
-
var result2 = {};
|
|
23717
|
-
if (mod != null) {
|
|
23718
|
-
for (var k in mod)
|
|
23719
|
-
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
23720
|
-
__createBinding(result2, mod, k);
|
|
23721
|
-
}
|
|
23722
|
-
__setModuleDefault(result2, mod);
|
|
23723
|
-
return result2;
|
|
23724
|
-
};
|
|
23725
|
-
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
23726
|
-
exports2.v4 = exports2.v2 = void 0;
|
|
23727
|
-
__exportStar(require_common2(), exports2);
|
|
23728
|
-
__exportStar(require_apiTypes(), exports2);
|
|
23729
|
-
exports2.v2 = __importStar(require_v2());
|
|
23730
|
-
exports2.v4 = __importStar(require_v4());
|
|
23731
|
-
}
|
|
23732
|
-
});
|
|
23733
|
-
|
|
23734
23744
|
// ../../node_modules/p-try/index.js
|
|
23735
23745
|
var require_p_try = __commonJS({
|
|
23736
23746
|
"../../node_modules/p-try/index.js"(exports2, module2) {
|
|
@@ -23743,9 +23753,9 @@ var require_p_try = __commonJS({
|
|
|
23743
23753
|
}
|
|
23744
23754
|
});
|
|
23745
23755
|
|
|
23746
|
-
// ../../node_modules/p-limit/index.js
|
|
23756
|
+
// ../../node_modules/p-locate/node_modules/p-limit/index.js
|
|
23747
23757
|
var require_p_limit = __commonJS({
|
|
23748
|
-
"../../node_modules/p-limit/index.js"(exports2, module2) {
|
|
23758
|
+
"../../node_modules/p-locate/node_modules/p-limit/index.js"(exports2, module2) {
|
|
23749
23759
|
"use strict";
|
|
23750
23760
|
var pTry = require_p_try();
|
|
23751
23761
|
var pLimit = (concurrency) => {
|
|
@@ -26746,7 +26756,7 @@ var require_file2 = __commonJS({
|
|
|
26746
26756
|
var fs2 = __importStar(require("fs"));
|
|
26747
26757
|
var path_1 = require("path");
|
|
26748
26758
|
var vscode_uri_1 = (init_esm(), __toCommonJS(esm_exports));
|
|
26749
|
-
var project_spec_1 =
|
|
26759
|
+
var project_spec_1 = require_dist4();
|
|
26750
26760
|
async function readFile2(path) {
|
|
26751
26761
|
return new Promise((resolve, reject) => {
|
|
26752
26762
|
fs2.readFile(path, { encoding: "utf8" }, (err, data2) => {
|
|
@@ -28866,7 +28876,7 @@ var require_webapp2 = __commonJS({
|
|
|
28866
28876
|
exports2.getUi5CustomWebappPath = void 0;
|
|
28867
28877
|
var file_1 = require_file2();
|
|
28868
28878
|
var path_1 = require("path");
|
|
28869
|
-
var project_spec_1 =
|
|
28879
|
+
var project_spec_1 = require_dist4();
|
|
28870
28880
|
var yaml = __importStar(require_Yaml());
|
|
28871
28881
|
async function getUi5CustomWebappPath(root) {
|
|
28872
28882
|
var _a2, _b, _c, _d, _e;
|
|
@@ -56209,6 +56219,516 @@ var require_source = __commonJS({
|
|
|
56209
56219
|
}
|
|
56210
56220
|
});
|
|
56211
56221
|
|
|
56222
|
+
// ../lib/odata-client/node_modules/debug/src/common.js
|
|
56223
|
+
var require_common6 = __commonJS({
|
|
56224
|
+
"../lib/odata-client/node_modules/debug/src/common.js"(exports2, module2) {
|
|
56225
|
+
function setup(env) {
|
|
56226
|
+
createDebug.debug = createDebug;
|
|
56227
|
+
createDebug.default = createDebug;
|
|
56228
|
+
createDebug.coerce = coerce;
|
|
56229
|
+
createDebug.disable = disable;
|
|
56230
|
+
createDebug.enable = enable;
|
|
56231
|
+
createDebug.enabled = enabled;
|
|
56232
|
+
createDebug.humanize = require_ms();
|
|
56233
|
+
createDebug.destroy = destroy;
|
|
56234
|
+
Object.keys(env).forEach((key) => {
|
|
56235
|
+
createDebug[key] = env[key];
|
|
56236
|
+
});
|
|
56237
|
+
createDebug.names = [];
|
|
56238
|
+
createDebug.skips = [];
|
|
56239
|
+
createDebug.formatters = {};
|
|
56240
|
+
function selectColor(namespace) {
|
|
56241
|
+
let hash = 0;
|
|
56242
|
+
for (let i = 0; i < namespace.length; i++) {
|
|
56243
|
+
hash = (hash << 5) - hash + namespace.charCodeAt(i);
|
|
56244
|
+
hash |= 0;
|
|
56245
|
+
}
|
|
56246
|
+
return createDebug.colors[Math.abs(hash) % createDebug.colors.length];
|
|
56247
|
+
}
|
|
56248
|
+
createDebug.selectColor = selectColor;
|
|
56249
|
+
function createDebug(namespace) {
|
|
56250
|
+
let prevTime;
|
|
56251
|
+
let enableOverride = null;
|
|
56252
|
+
let namespacesCache;
|
|
56253
|
+
let enabledCache;
|
|
56254
|
+
function debug(...args) {
|
|
56255
|
+
if (!debug.enabled) {
|
|
56256
|
+
return;
|
|
56257
|
+
}
|
|
56258
|
+
const self2 = debug;
|
|
56259
|
+
const curr = Number(new Date());
|
|
56260
|
+
const ms = curr - (prevTime || curr);
|
|
56261
|
+
self2.diff = ms;
|
|
56262
|
+
self2.prev = prevTime;
|
|
56263
|
+
self2.curr = curr;
|
|
56264
|
+
prevTime = curr;
|
|
56265
|
+
args[0] = createDebug.coerce(args[0]);
|
|
56266
|
+
if (typeof args[0] !== "string") {
|
|
56267
|
+
args.unshift("%O");
|
|
56268
|
+
}
|
|
56269
|
+
let index = 0;
|
|
56270
|
+
args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format2) => {
|
|
56271
|
+
if (match === "%%") {
|
|
56272
|
+
return "%";
|
|
56273
|
+
}
|
|
56274
|
+
index++;
|
|
56275
|
+
const formatter = createDebug.formatters[format2];
|
|
56276
|
+
if (typeof formatter === "function") {
|
|
56277
|
+
const val = args[index];
|
|
56278
|
+
match = formatter.call(self2, val);
|
|
56279
|
+
args.splice(index, 1);
|
|
56280
|
+
index--;
|
|
56281
|
+
}
|
|
56282
|
+
return match;
|
|
56283
|
+
});
|
|
56284
|
+
createDebug.formatArgs.call(self2, args);
|
|
56285
|
+
const logFn = self2.log || createDebug.log;
|
|
56286
|
+
logFn.apply(self2, args);
|
|
56287
|
+
}
|
|
56288
|
+
debug.namespace = namespace;
|
|
56289
|
+
debug.useColors = createDebug.useColors();
|
|
56290
|
+
debug.color = createDebug.selectColor(namespace);
|
|
56291
|
+
debug.extend = extend;
|
|
56292
|
+
debug.destroy = createDebug.destroy;
|
|
56293
|
+
Object.defineProperty(debug, "enabled", {
|
|
56294
|
+
enumerable: true,
|
|
56295
|
+
configurable: false,
|
|
56296
|
+
get: () => {
|
|
56297
|
+
if (enableOverride !== null) {
|
|
56298
|
+
return enableOverride;
|
|
56299
|
+
}
|
|
56300
|
+
if (namespacesCache !== createDebug.namespaces) {
|
|
56301
|
+
namespacesCache = createDebug.namespaces;
|
|
56302
|
+
enabledCache = createDebug.enabled(namespace);
|
|
56303
|
+
}
|
|
56304
|
+
return enabledCache;
|
|
56305
|
+
},
|
|
56306
|
+
set: (v) => {
|
|
56307
|
+
enableOverride = v;
|
|
56308
|
+
}
|
|
56309
|
+
});
|
|
56310
|
+
if (typeof createDebug.init === "function") {
|
|
56311
|
+
createDebug.init(debug);
|
|
56312
|
+
}
|
|
56313
|
+
return debug;
|
|
56314
|
+
}
|
|
56315
|
+
function extend(namespace, delimiter) {
|
|
56316
|
+
const newDebug = createDebug(this.namespace + (typeof delimiter === "undefined" ? ":" : delimiter) + namespace);
|
|
56317
|
+
newDebug.log = this.log;
|
|
56318
|
+
return newDebug;
|
|
56319
|
+
}
|
|
56320
|
+
function enable(namespaces) {
|
|
56321
|
+
createDebug.save(namespaces);
|
|
56322
|
+
createDebug.namespaces = namespaces;
|
|
56323
|
+
createDebug.names = [];
|
|
56324
|
+
createDebug.skips = [];
|
|
56325
|
+
let i;
|
|
56326
|
+
const split = (typeof namespaces === "string" ? namespaces : "").split(/[\s,]+/);
|
|
56327
|
+
const len = split.length;
|
|
56328
|
+
for (i = 0; i < len; i++) {
|
|
56329
|
+
if (!split[i]) {
|
|
56330
|
+
continue;
|
|
56331
|
+
}
|
|
56332
|
+
namespaces = split[i].replace(/\*/g, ".*?");
|
|
56333
|
+
if (namespaces[0] === "-") {
|
|
56334
|
+
createDebug.skips.push(new RegExp("^" + namespaces.slice(1) + "$"));
|
|
56335
|
+
} else {
|
|
56336
|
+
createDebug.names.push(new RegExp("^" + namespaces + "$"));
|
|
56337
|
+
}
|
|
56338
|
+
}
|
|
56339
|
+
}
|
|
56340
|
+
function disable() {
|
|
56341
|
+
const namespaces = [
|
|
56342
|
+
...createDebug.names.map(toNamespace),
|
|
56343
|
+
...createDebug.skips.map(toNamespace).map((namespace) => "-" + namespace)
|
|
56344
|
+
].join(",");
|
|
56345
|
+
createDebug.enable("");
|
|
56346
|
+
return namespaces;
|
|
56347
|
+
}
|
|
56348
|
+
function enabled(name) {
|
|
56349
|
+
if (name[name.length - 1] === "*") {
|
|
56350
|
+
return true;
|
|
56351
|
+
}
|
|
56352
|
+
let i;
|
|
56353
|
+
let len;
|
|
56354
|
+
for (i = 0, len = createDebug.skips.length; i < len; i++) {
|
|
56355
|
+
if (createDebug.skips[i].test(name)) {
|
|
56356
|
+
return false;
|
|
56357
|
+
}
|
|
56358
|
+
}
|
|
56359
|
+
for (i = 0, len = createDebug.names.length; i < len; i++) {
|
|
56360
|
+
if (createDebug.names[i].test(name)) {
|
|
56361
|
+
return true;
|
|
56362
|
+
}
|
|
56363
|
+
}
|
|
56364
|
+
return false;
|
|
56365
|
+
}
|
|
56366
|
+
function toNamespace(regexp) {
|
|
56367
|
+
return regexp.toString().substring(2, regexp.toString().length - 2).replace(/\.\*\?$/, "*");
|
|
56368
|
+
}
|
|
56369
|
+
function coerce(val) {
|
|
56370
|
+
if (val instanceof Error) {
|
|
56371
|
+
return val.stack || val.message;
|
|
56372
|
+
}
|
|
56373
|
+
return val;
|
|
56374
|
+
}
|
|
56375
|
+
function destroy() {
|
|
56376
|
+
console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");
|
|
56377
|
+
}
|
|
56378
|
+
createDebug.enable(createDebug.load());
|
|
56379
|
+
return createDebug;
|
|
56380
|
+
}
|
|
56381
|
+
module2.exports = setup;
|
|
56382
|
+
}
|
|
56383
|
+
});
|
|
56384
|
+
|
|
56385
|
+
// ../lib/odata-client/node_modules/debug/src/browser.js
|
|
56386
|
+
var require_browser3 = __commonJS({
|
|
56387
|
+
"../lib/odata-client/node_modules/debug/src/browser.js"(exports2, module2) {
|
|
56388
|
+
exports2.formatArgs = formatArgs;
|
|
56389
|
+
exports2.save = save;
|
|
56390
|
+
exports2.load = load;
|
|
56391
|
+
exports2.useColors = useColors;
|
|
56392
|
+
exports2.storage = localstorage();
|
|
56393
|
+
exports2.destroy = (() => {
|
|
56394
|
+
let warned = false;
|
|
56395
|
+
return () => {
|
|
56396
|
+
if (!warned) {
|
|
56397
|
+
warned = true;
|
|
56398
|
+
console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");
|
|
56399
|
+
}
|
|
56400
|
+
};
|
|
56401
|
+
})();
|
|
56402
|
+
exports2.colors = [
|
|
56403
|
+
"#0000CC",
|
|
56404
|
+
"#0000FF",
|
|
56405
|
+
"#0033CC",
|
|
56406
|
+
"#0033FF",
|
|
56407
|
+
"#0066CC",
|
|
56408
|
+
"#0066FF",
|
|
56409
|
+
"#0099CC",
|
|
56410
|
+
"#0099FF",
|
|
56411
|
+
"#00CC00",
|
|
56412
|
+
"#00CC33",
|
|
56413
|
+
"#00CC66",
|
|
56414
|
+
"#00CC99",
|
|
56415
|
+
"#00CCCC",
|
|
56416
|
+
"#00CCFF",
|
|
56417
|
+
"#3300CC",
|
|
56418
|
+
"#3300FF",
|
|
56419
|
+
"#3333CC",
|
|
56420
|
+
"#3333FF",
|
|
56421
|
+
"#3366CC",
|
|
56422
|
+
"#3366FF",
|
|
56423
|
+
"#3399CC",
|
|
56424
|
+
"#3399FF",
|
|
56425
|
+
"#33CC00",
|
|
56426
|
+
"#33CC33",
|
|
56427
|
+
"#33CC66",
|
|
56428
|
+
"#33CC99",
|
|
56429
|
+
"#33CCCC",
|
|
56430
|
+
"#33CCFF",
|
|
56431
|
+
"#6600CC",
|
|
56432
|
+
"#6600FF",
|
|
56433
|
+
"#6633CC",
|
|
56434
|
+
"#6633FF",
|
|
56435
|
+
"#66CC00",
|
|
56436
|
+
"#66CC33",
|
|
56437
|
+
"#9900CC",
|
|
56438
|
+
"#9900FF",
|
|
56439
|
+
"#9933CC",
|
|
56440
|
+
"#9933FF",
|
|
56441
|
+
"#99CC00",
|
|
56442
|
+
"#99CC33",
|
|
56443
|
+
"#CC0000",
|
|
56444
|
+
"#CC0033",
|
|
56445
|
+
"#CC0066",
|
|
56446
|
+
"#CC0099",
|
|
56447
|
+
"#CC00CC",
|
|
56448
|
+
"#CC00FF",
|
|
56449
|
+
"#CC3300",
|
|
56450
|
+
"#CC3333",
|
|
56451
|
+
"#CC3366",
|
|
56452
|
+
"#CC3399",
|
|
56453
|
+
"#CC33CC",
|
|
56454
|
+
"#CC33FF",
|
|
56455
|
+
"#CC6600",
|
|
56456
|
+
"#CC6633",
|
|
56457
|
+
"#CC9900",
|
|
56458
|
+
"#CC9933",
|
|
56459
|
+
"#CCCC00",
|
|
56460
|
+
"#CCCC33",
|
|
56461
|
+
"#FF0000",
|
|
56462
|
+
"#FF0033",
|
|
56463
|
+
"#FF0066",
|
|
56464
|
+
"#FF0099",
|
|
56465
|
+
"#FF00CC",
|
|
56466
|
+
"#FF00FF",
|
|
56467
|
+
"#FF3300",
|
|
56468
|
+
"#FF3333",
|
|
56469
|
+
"#FF3366",
|
|
56470
|
+
"#FF3399",
|
|
56471
|
+
"#FF33CC",
|
|
56472
|
+
"#FF33FF",
|
|
56473
|
+
"#FF6600",
|
|
56474
|
+
"#FF6633",
|
|
56475
|
+
"#FF9900",
|
|
56476
|
+
"#FF9933",
|
|
56477
|
+
"#FFCC00",
|
|
56478
|
+
"#FFCC33"
|
|
56479
|
+
];
|
|
56480
|
+
function useColors() {
|
|
56481
|
+
if (typeof window !== "undefined" && window.process && (window.process.type === "renderer" || window.process.__nwjs)) {
|
|
56482
|
+
return true;
|
|
56483
|
+
}
|
|
56484
|
+
if (typeof navigator !== "undefined" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) {
|
|
56485
|
+
return false;
|
|
56486
|
+
}
|
|
56487
|
+
return typeof document !== "undefined" && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance || typeof window !== "undefined" && window.console && (window.console.firebug || window.console.exception && window.console.table) || typeof navigator !== "undefined" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31 || typeof navigator !== "undefined" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/);
|
|
56488
|
+
}
|
|
56489
|
+
function formatArgs(args) {
|
|
56490
|
+
args[0] = (this.useColors ? "%c" : "") + this.namespace + (this.useColors ? " %c" : " ") + args[0] + (this.useColors ? "%c " : " ") + "+" + module2.exports.humanize(this.diff);
|
|
56491
|
+
if (!this.useColors) {
|
|
56492
|
+
return;
|
|
56493
|
+
}
|
|
56494
|
+
const c = "color: " + this.color;
|
|
56495
|
+
args.splice(1, 0, c, "color: inherit");
|
|
56496
|
+
let index = 0;
|
|
56497
|
+
let lastC = 0;
|
|
56498
|
+
args[0].replace(/%[a-zA-Z%]/g, (match) => {
|
|
56499
|
+
if (match === "%%") {
|
|
56500
|
+
return;
|
|
56501
|
+
}
|
|
56502
|
+
index++;
|
|
56503
|
+
if (match === "%c") {
|
|
56504
|
+
lastC = index;
|
|
56505
|
+
}
|
|
56506
|
+
});
|
|
56507
|
+
args.splice(lastC, 0, c);
|
|
56508
|
+
}
|
|
56509
|
+
exports2.log = console.debug || console.log || (() => {
|
|
56510
|
+
});
|
|
56511
|
+
function save(namespaces) {
|
|
56512
|
+
try {
|
|
56513
|
+
if (namespaces) {
|
|
56514
|
+
exports2.storage.setItem("debug", namespaces);
|
|
56515
|
+
} else {
|
|
56516
|
+
exports2.storage.removeItem("debug");
|
|
56517
|
+
}
|
|
56518
|
+
} catch (error3) {
|
|
56519
|
+
}
|
|
56520
|
+
}
|
|
56521
|
+
function load() {
|
|
56522
|
+
let r;
|
|
56523
|
+
try {
|
|
56524
|
+
r = exports2.storage.getItem("debug");
|
|
56525
|
+
} catch (error3) {
|
|
56526
|
+
}
|
|
56527
|
+
if (!r && typeof process !== "undefined" && "env" in process) {
|
|
56528
|
+
r = process.env.DEBUG;
|
|
56529
|
+
}
|
|
56530
|
+
return r;
|
|
56531
|
+
}
|
|
56532
|
+
function localstorage() {
|
|
56533
|
+
try {
|
|
56534
|
+
return localStorage;
|
|
56535
|
+
} catch (error3) {
|
|
56536
|
+
}
|
|
56537
|
+
}
|
|
56538
|
+
module2.exports = require_common6()(exports2);
|
|
56539
|
+
var { formatters } = module2.exports;
|
|
56540
|
+
formatters.j = function(v) {
|
|
56541
|
+
try {
|
|
56542
|
+
return JSON.stringify(v);
|
|
56543
|
+
} catch (error3) {
|
|
56544
|
+
return "[UnexpectedJSONParseError]: " + error3.message;
|
|
56545
|
+
}
|
|
56546
|
+
};
|
|
56547
|
+
}
|
|
56548
|
+
});
|
|
56549
|
+
|
|
56550
|
+
// ../lib/odata-client/node_modules/debug/src/node.js
|
|
56551
|
+
var require_node3 = __commonJS({
|
|
56552
|
+
"../lib/odata-client/node_modules/debug/src/node.js"(exports2, module2) {
|
|
56553
|
+
var tty = require("tty");
|
|
56554
|
+
var util = require("util");
|
|
56555
|
+
exports2.init = init;
|
|
56556
|
+
exports2.log = log4;
|
|
56557
|
+
exports2.formatArgs = formatArgs;
|
|
56558
|
+
exports2.save = save;
|
|
56559
|
+
exports2.load = load;
|
|
56560
|
+
exports2.useColors = useColors;
|
|
56561
|
+
exports2.destroy = util.deprecate(() => {
|
|
56562
|
+
}, "Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");
|
|
56563
|
+
exports2.colors = [6, 2, 3, 4, 5, 1];
|
|
56564
|
+
try {
|
|
56565
|
+
const supportsColor = require_supports_color();
|
|
56566
|
+
if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) {
|
|
56567
|
+
exports2.colors = [
|
|
56568
|
+
20,
|
|
56569
|
+
21,
|
|
56570
|
+
26,
|
|
56571
|
+
27,
|
|
56572
|
+
32,
|
|
56573
|
+
33,
|
|
56574
|
+
38,
|
|
56575
|
+
39,
|
|
56576
|
+
40,
|
|
56577
|
+
41,
|
|
56578
|
+
42,
|
|
56579
|
+
43,
|
|
56580
|
+
44,
|
|
56581
|
+
45,
|
|
56582
|
+
56,
|
|
56583
|
+
57,
|
|
56584
|
+
62,
|
|
56585
|
+
63,
|
|
56586
|
+
68,
|
|
56587
|
+
69,
|
|
56588
|
+
74,
|
|
56589
|
+
75,
|
|
56590
|
+
76,
|
|
56591
|
+
77,
|
|
56592
|
+
78,
|
|
56593
|
+
79,
|
|
56594
|
+
80,
|
|
56595
|
+
81,
|
|
56596
|
+
92,
|
|
56597
|
+
93,
|
|
56598
|
+
98,
|
|
56599
|
+
99,
|
|
56600
|
+
112,
|
|
56601
|
+
113,
|
|
56602
|
+
128,
|
|
56603
|
+
129,
|
|
56604
|
+
134,
|
|
56605
|
+
135,
|
|
56606
|
+
148,
|
|
56607
|
+
149,
|
|
56608
|
+
160,
|
|
56609
|
+
161,
|
|
56610
|
+
162,
|
|
56611
|
+
163,
|
|
56612
|
+
164,
|
|
56613
|
+
165,
|
|
56614
|
+
166,
|
|
56615
|
+
167,
|
|
56616
|
+
168,
|
|
56617
|
+
169,
|
|
56618
|
+
170,
|
|
56619
|
+
171,
|
|
56620
|
+
172,
|
|
56621
|
+
173,
|
|
56622
|
+
178,
|
|
56623
|
+
179,
|
|
56624
|
+
184,
|
|
56625
|
+
185,
|
|
56626
|
+
196,
|
|
56627
|
+
197,
|
|
56628
|
+
198,
|
|
56629
|
+
199,
|
|
56630
|
+
200,
|
|
56631
|
+
201,
|
|
56632
|
+
202,
|
|
56633
|
+
203,
|
|
56634
|
+
204,
|
|
56635
|
+
205,
|
|
56636
|
+
206,
|
|
56637
|
+
207,
|
|
56638
|
+
208,
|
|
56639
|
+
209,
|
|
56640
|
+
214,
|
|
56641
|
+
215,
|
|
56642
|
+
220,
|
|
56643
|
+
221
|
|
56644
|
+
];
|
|
56645
|
+
}
|
|
56646
|
+
} catch (error3) {
|
|
56647
|
+
}
|
|
56648
|
+
exports2.inspectOpts = Object.keys(process.env).filter((key) => {
|
|
56649
|
+
return /^debug_/i.test(key);
|
|
56650
|
+
}).reduce((obj, key) => {
|
|
56651
|
+
const prop = key.substring(6).toLowerCase().replace(/_([a-z])/g, (_45, k) => {
|
|
56652
|
+
return k.toUpperCase();
|
|
56653
|
+
});
|
|
56654
|
+
let val = process.env[key];
|
|
56655
|
+
if (/^(yes|on|true|enabled)$/i.test(val)) {
|
|
56656
|
+
val = true;
|
|
56657
|
+
} else if (/^(no|off|false|disabled)$/i.test(val)) {
|
|
56658
|
+
val = false;
|
|
56659
|
+
} else if (val === "null") {
|
|
56660
|
+
val = null;
|
|
56661
|
+
} else {
|
|
56662
|
+
val = Number(val);
|
|
56663
|
+
}
|
|
56664
|
+
obj[prop] = val;
|
|
56665
|
+
return obj;
|
|
56666
|
+
}, {});
|
|
56667
|
+
function useColors() {
|
|
56668
|
+
return "colors" in exports2.inspectOpts ? Boolean(exports2.inspectOpts.colors) : tty.isatty(process.stderr.fd);
|
|
56669
|
+
}
|
|
56670
|
+
function formatArgs(args) {
|
|
56671
|
+
const { namespace: name, useColors: useColors2 } = this;
|
|
56672
|
+
if (useColors2) {
|
|
56673
|
+
const c = this.color;
|
|
56674
|
+
const colorCode = "\x1B[3" + (c < 8 ? c : "8;5;" + c);
|
|
56675
|
+
const prefix = ` ${colorCode};1m${name} \x1B[0m`;
|
|
56676
|
+
args[0] = prefix + args[0].split("\n").join("\n" + prefix);
|
|
56677
|
+
args.push(colorCode + "m+" + module2.exports.humanize(this.diff) + "\x1B[0m");
|
|
56678
|
+
} else {
|
|
56679
|
+
args[0] = getDate() + name + " " + args[0];
|
|
56680
|
+
}
|
|
56681
|
+
}
|
|
56682
|
+
function getDate() {
|
|
56683
|
+
if (exports2.inspectOpts.hideDate) {
|
|
56684
|
+
return "";
|
|
56685
|
+
}
|
|
56686
|
+
return new Date().toISOString() + " ";
|
|
56687
|
+
}
|
|
56688
|
+
function log4(...args) {
|
|
56689
|
+
return process.stderr.write(util.format(...args) + "\n");
|
|
56690
|
+
}
|
|
56691
|
+
function save(namespaces) {
|
|
56692
|
+
if (namespaces) {
|
|
56693
|
+
process.env.DEBUG = namespaces;
|
|
56694
|
+
} else {
|
|
56695
|
+
delete process.env.DEBUG;
|
|
56696
|
+
}
|
|
56697
|
+
}
|
|
56698
|
+
function load() {
|
|
56699
|
+
return process.env.DEBUG;
|
|
56700
|
+
}
|
|
56701
|
+
function init(debug) {
|
|
56702
|
+
debug.inspectOpts = {};
|
|
56703
|
+
const keys = Object.keys(exports2.inspectOpts);
|
|
56704
|
+
for (let i = 0; i < keys.length; i++) {
|
|
56705
|
+
debug.inspectOpts[keys[i]] = exports2.inspectOpts[keys[i]];
|
|
56706
|
+
}
|
|
56707
|
+
}
|
|
56708
|
+
module2.exports = require_common6()(exports2);
|
|
56709
|
+
var { formatters } = module2.exports;
|
|
56710
|
+
formatters.o = function(v) {
|
|
56711
|
+
this.inspectOpts.colors = this.useColors;
|
|
56712
|
+
return util.inspect(v, this.inspectOpts).split("\n").map((str) => str.trim()).join(" ");
|
|
56713
|
+
};
|
|
56714
|
+
formatters.O = function(v) {
|
|
56715
|
+
this.inspectOpts.colors = this.useColors;
|
|
56716
|
+
return util.inspect(v, this.inspectOpts);
|
|
56717
|
+
};
|
|
56718
|
+
}
|
|
56719
|
+
});
|
|
56720
|
+
|
|
56721
|
+
// ../lib/odata-client/node_modules/debug/src/index.js
|
|
56722
|
+
var require_src7 = __commonJS({
|
|
56723
|
+
"../lib/odata-client/node_modules/debug/src/index.js"(exports2, module2) {
|
|
56724
|
+
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
56725
|
+
module2.exports = require_browser3();
|
|
56726
|
+
} else {
|
|
56727
|
+
module2.exports = require_node3();
|
|
56728
|
+
}
|
|
56729
|
+
}
|
|
56730
|
+
});
|
|
56731
|
+
|
|
56212
56732
|
// ../lib/odata-client/dist/client/message.js
|
|
56213
56733
|
var require_message = __commonJS({
|
|
56214
56734
|
"../lib/odata-client/dist/client/message.js"(exports2) {
|
|
@@ -56219,6 +56739,8 @@ var require_message = __commonJS({
|
|
|
56219
56739
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
56220
56740
|
exports2.printErrorDetails = exports2.prettyPrintError = exports2.prettyPrintMessage = void 0;
|
|
56221
56741
|
var chalk_1 = __importDefault(require_source());
|
|
56742
|
+
var debug_1 = __importDefault(require_src7());
|
|
56743
|
+
var odataClientDebug = debug_1.default("ux-odata-client");
|
|
56222
56744
|
function prettyPrintMessage(msg, log4, logData) {
|
|
56223
56745
|
logLevel(msg.severity, msg.message, log4);
|
|
56224
56746
|
if (msg.longtextUrl && logData.frontendUrl) {
|
|
@@ -56251,19 +56773,19 @@ var require_message = __commonJS({
|
|
|
56251
56773
|
}
|
|
56252
56774
|
}
|
|
56253
56775
|
function prettyPrintError(error3, log4, logData) {
|
|
56254
|
-
var _a2;
|
|
56776
|
+
var _a2, _b, _c;
|
|
56255
56777
|
if (error3) {
|
|
56256
|
-
log4.error((_a2 = error3.message) == null ? void 0 : _a2.value);
|
|
56257
|
-
|
|
56258
|
-
|
|
56259
|
-
|
|
56260
|
-
|
|
56261
|
-
|
|
56262
|
-
|
|
56263
|
-
|
|
56264
|
-
}
|
|
56778
|
+
log4.error(`Backend error message: ${(_a2 = error3.message) == null ? void 0 : _a2.value}`);
|
|
56779
|
+
log4.error("<<< Backend error details");
|
|
56780
|
+
if ((_b = error3.innererror) == null ? void 0 : _b.errordetails) {
|
|
56781
|
+
printErrorDetails(error3.innererror.errordetails, log4, logData);
|
|
56782
|
+
}
|
|
56783
|
+
if ((_c = error3.innererror) == null ? void 0 : _c.Error_Resolution) {
|
|
56784
|
+
for (const key in error3.innererror.Error_Resolution) {
|
|
56785
|
+
log4.error(`${key}: ${error3.innererror.Error_Resolution[key]}`);
|
|
56265
56786
|
}
|
|
56266
56787
|
}
|
|
56788
|
+
log4.error(">>>");
|
|
56267
56789
|
}
|
|
56268
56790
|
}
|
|
56269
56791
|
exports2.prettyPrintError = prettyPrintError;
|
|
@@ -56271,7 +56793,11 @@ var require_message = __commonJS({
|
|
|
56271
56793
|
if (errors) {
|
|
56272
56794
|
errors.forEach((entry) => {
|
|
56273
56795
|
if (!entry.message.startsWith("<![CDATA")) {
|
|
56274
|
-
|
|
56796
|
+
if (entry.severity === "error") {
|
|
56797
|
+
logLevel(entry.severity, entry.message, log4, true);
|
|
56798
|
+
} else {
|
|
56799
|
+
odataClientDebug(entry.message);
|
|
56800
|
+
}
|
|
56275
56801
|
}
|
|
56276
56802
|
if (entry["longtext_url"] && (logData == null ? void 0 : logData.frontendUrl)) {
|
|
56277
56803
|
printUrl(entry["longtext_url"], logData.frontendUrl, log4);
|
|
@@ -56807,7 +57333,7 @@ var require_ui5AbapRepository = __commonJS({
|
|
|
56807
57333
|
});
|
|
56808
57334
|
|
|
56809
57335
|
// ../lib/odata-client/dist/client/catalog/common.js
|
|
56810
|
-
var
|
|
57336
|
+
var require_common7 = __commonJS({
|
|
56811
57337
|
"../lib/odata-client/dist/client/catalog/common.js"(exports2) {
|
|
56812
57338
|
"use strict";
|
|
56813
57339
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -56849,7 +57375,7 @@ var require_atoCatalog = __commonJS({
|
|
|
56849
57375
|
exports2.AtoCatalog = void 0;
|
|
56850
57376
|
var utils_1 = require_utils7();
|
|
56851
57377
|
var oDataClient_1 = require_oDataClient();
|
|
56852
|
-
var common_1 =
|
|
57378
|
+
var common_1 = require_common7();
|
|
56853
57379
|
var AtoCatalog = class {
|
|
56854
57380
|
static async getATOData({ system, credentials, log: log4 = console, connection = void 0, systemInstance }) {
|
|
56855
57381
|
let systemConfig;
|
|
@@ -56919,7 +57445,7 @@ var require_v2Catalog = __commonJS({
|
|
|
56919
57445
|
exports2.V2Catalog = void 0;
|
|
56920
57446
|
var uaaOauth_1 = require_uaaOauth();
|
|
56921
57447
|
var atoCatalog_1 = require_atoCatalog();
|
|
56922
|
-
var common_1 =
|
|
57448
|
+
var common_1 = require_common7();
|
|
56923
57449
|
var utils_1 = require_utils8();
|
|
56924
57450
|
var V2Catalog = class extends common_1.Catalog {
|
|
56925
57451
|
constructor({ system, credentials = void 0, log: log4 = console, connection = void 0, postConnectionCallback }) {
|
|
@@ -57026,7 +57552,7 @@ var require_v4Catalog = __commonJS({
|
|
|
57026
57552
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
57027
57553
|
exports2.V4Catalog = void 0;
|
|
57028
57554
|
var uaaOauth_1 = require_uaaOauth();
|
|
57029
|
-
var common_1 =
|
|
57555
|
+
var common_1 = require_common7();
|
|
57030
57556
|
var V4Catalog = class extends common_1.Catalog {
|
|
57031
57557
|
constructor({ system, credentials = void 0, log: log4 = console, connection = void 0, postConnectionCallback }) {
|
|
57032
57558
|
if ((credentials == null ? void 0 : credentials.serviceKeys) || (credentials == null ? void 0 : credentials.serviceKeysContents)) {
|
|
@@ -57097,7 +57623,7 @@ var require_catalog = __commonJS({
|
|
|
57097
57623
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
57098
57624
|
exports2.getCatalog = void 0;
|
|
57099
57625
|
var __1 = require_client2();
|
|
57100
|
-
__exportStar(
|
|
57626
|
+
__exportStar(require_common7(), exports2);
|
|
57101
57627
|
__exportStar(require_atoCatalog(), exports2);
|
|
57102
57628
|
__exportStar(require_v2Catalog(), exports2);
|
|
57103
57629
|
__exportStar(require_v4Catalog(), exports2);
|
|
@@ -57726,7 +58252,8 @@ var require_types4 = __commonJS({
|
|
|
57726
58252
|
(function(UI5Info2) {
|
|
57727
58253
|
UI5Info2["OfficialUrl"] = "https://ui5.sap.com";
|
|
57728
58254
|
UI5Info2["SnapshotUrl"] = "https://sapui5preview-sapui5.dispatcher.int.sap.eu2.hana.ondemand.com";
|
|
57729
|
-
UI5Info2["
|
|
58255
|
+
UI5Info2["NeoAppFile"] = "neo-app.json";
|
|
58256
|
+
UI5Info2["VersionsFile"] = "version.json?sap-ui-config-patches=true&sap-ui-config-showall=true";
|
|
57730
58257
|
UI5Info2["DefaultVersion"] = "Latest";
|
|
57731
58258
|
UI5Info2["LatestVersionString"] = "Latest";
|
|
57732
58259
|
UI5Info2["VersionsOverview"] = "versionoverview.json";
|
|
@@ -58011,7 +58538,7 @@ var require_ui5_info = __commonJS({
|
|
|
58011
58538
|
return semver_compare_1.default(version, minVersion) >= 0;
|
|
58012
58539
|
});
|
|
58013
58540
|
}
|
|
58014
|
-
async function requestUI5Versions(url, service = `/${"neo-app.json"}`) {
|
|
58541
|
+
async function requestUI5Versions(url, service = `/${url === "https://ui5.sap.com" ? "version.json?sap-ui-config-patches=true&sap-ui-config-showall=true" : "neo-app.json"}`) {
|
|
58015
58542
|
const { system } = ux_odata_client_1.newSapSystemForServiceUrl(url);
|
|
58016
58543
|
system.config.service = service;
|
|
58017
58544
|
const odataClient = new ux_odata_client_1.ODataClient({
|
|
@@ -58024,12 +58551,24 @@ var require_ui5_info = __commonJS({
|
|
|
58024
58551
|
exports2.requestUI5Versions = requestUI5Versions;
|
|
58025
58552
|
async function parseUI5Versions(url) {
|
|
58026
58553
|
const response = await requestUI5Versions(url);
|
|
58027
|
-
|
|
58028
|
-
|
|
58029
|
-
|
|
58030
|
-
|
|
58031
|
-
|
|
58032
|
-
|
|
58554
|
+
let result2;
|
|
58555
|
+
if (Array.isArray(response.routes)) {
|
|
58556
|
+
result2 = response.routes.map((route) => {
|
|
58557
|
+
if (route.path === "/") {
|
|
58558
|
+
latestUI5Version = route.target.version;
|
|
58559
|
+
}
|
|
58560
|
+
return route.path === "/" ? "Latest" : route.target.version;
|
|
58561
|
+
});
|
|
58562
|
+
} else {
|
|
58563
|
+
latestUI5Version = response["latest"].version;
|
|
58564
|
+
result2 = [].concat(...Object.keys(response).map((v) => {
|
|
58565
|
+
if (v !== "latest") {
|
|
58566
|
+
return response[v].patches.map((version) => {
|
|
58567
|
+
return version;
|
|
58568
|
+
});
|
|
58569
|
+
}
|
|
58570
|
+
})).filter((item) => item !== void 0);
|
|
58571
|
+
}
|
|
58033
58572
|
return result2;
|
|
58034
58573
|
}
|
|
58035
58574
|
exports2.parseUI5Versions = parseUI5Versions;
|
|
@@ -58499,7 +59038,7 @@ var require_mockServer = __commonJS({
|
|
|
58499
59038
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
58500
59039
|
exports2.findMockServiceByMetadataPath = exports2.matchMockServiceByMetadataPath = exports2.getMockServicesConfiguration = exports2.getMockServerConfig = void 0;
|
|
58501
59040
|
var path_1 = require("path");
|
|
58502
|
-
var project_spec_1 =
|
|
59041
|
+
var project_spec_1 = require_dist4();
|
|
58503
59042
|
var yamlFile_1 = require_yamlFile();
|
|
58504
59043
|
var i18n_1 = require_i18n2();
|
|
58505
59044
|
var file_1 = require_file2();
|
|
@@ -58603,6 +59142,447 @@ var require_ui5Config = __commonJS({
|
|
|
58603
59142
|
}
|
|
58604
59143
|
});
|
|
58605
59144
|
|
|
59145
|
+
// ../../node_modules/jsonpath-plus/dist/index-node-cjs.cjs
|
|
59146
|
+
var require_index_node_cjs = __commonJS({
|
|
59147
|
+
"../../node_modules/jsonpath-plus/dist/index-node-cjs.cjs"(exports2) {
|
|
59148
|
+
"use strict";
|
|
59149
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
59150
|
+
var vm = require("vm");
|
|
59151
|
+
function _interopDefaultLegacy(e) {
|
|
59152
|
+
return e && typeof e === "object" && "default" in e ? e : { "default": e };
|
|
59153
|
+
}
|
|
59154
|
+
var vm__default = /* @__PURE__ */ _interopDefaultLegacy(vm);
|
|
59155
|
+
var {
|
|
59156
|
+
hasOwnProperty: hasOwnProp
|
|
59157
|
+
} = Object.prototype;
|
|
59158
|
+
function push(arr, item) {
|
|
59159
|
+
arr = arr.slice();
|
|
59160
|
+
arr.push(item);
|
|
59161
|
+
return arr;
|
|
59162
|
+
}
|
|
59163
|
+
function unshift(item, arr) {
|
|
59164
|
+
arr = arr.slice();
|
|
59165
|
+
arr.unshift(item);
|
|
59166
|
+
return arr;
|
|
59167
|
+
}
|
|
59168
|
+
var NewError = class extends Error {
|
|
59169
|
+
constructor(value) {
|
|
59170
|
+
super('JSONPath should not be called with "new" (it prevents return of (unwrapped) scalar values)');
|
|
59171
|
+
this.avoidNew = true;
|
|
59172
|
+
this.value = value;
|
|
59173
|
+
this.name = "NewError";
|
|
59174
|
+
}
|
|
59175
|
+
};
|
|
59176
|
+
function JSONPath(opts, expr, obj, callback, otherTypeCallback) {
|
|
59177
|
+
if (!(this instanceof JSONPath)) {
|
|
59178
|
+
try {
|
|
59179
|
+
return new JSONPath(opts, expr, obj, callback, otherTypeCallback);
|
|
59180
|
+
} catch (e) {
|
|
59181
|
+
if (!e.avoidNew) {
|
|
59182
|
+
throw e;
|
|
59183
|
+
}
|
|
59184
|
+
return e.value;
|
|
59185
|
+
}
|
|
59186
|
+
}
|
|
59187
|
+
if (typeof opts === "string") {
|
|
59188
|
+
otherTypeCallback = callback;
|
|
59189
|
+
callback = obj;
|
|
59190
|
+
obj = expr;
|
|
59191
|
+
expr = opts;
|
|
59192
|
+
opts = null;
|
|
59193
|
+
}
|
|
59194
|
+
const optObj = opts && typeof opts === "object";
|
|
59195
|
+
opts = opts || {};
|
|
59196
|
+
this.json = opts.json || obj;
|
|
59197
|
+
this.path = opts.path || expr;
|
|
59198
|
+
this.resultType = opts.resultType || "value";
|
|
59199
|
+
this.flatten = opts.flatten || false;
|
|
59200
|
+
this.wrap = hasOwnProp.call(opts, "wrap") ? opts.wrap : true;
|
|
59201
|
+
this.sandbox = opts.sandbox || {};
|
|
59202
|
+
this.preventEval = opts.preventEval || false;
|
|
59203
|
+
this.parent = opts.parent || null;
|
|
59204
|
+
this.parentProperty = opts.parentProperty || null;
|
|
59205
|
+
this.callback = opts.callback || callback || null;
|
|
59206
|
+
this.otherTypeCallback = opts.otherTypeCallback || otherTypeCallback || function() {
|
|
59207
|
+
throw new TypeError("You must supply an otherTypeCallback callback option with the @other() operator.");
|
|
59208
|
+
};
|
|
59209
|
+
if (opts.autostart !== false) {
|
|
59210
|
+
const args = {
|
|
59211
|
+
path: optObj ? opts.path : expr
|
|
59212
|
+
};
|
|
59213
|
+
if (!optObj) {
|
|
59214
|
+
args.json = obj;
|
|
59215
|
+
} else if ("json" in opts) {
|
|
59216
|
+
args.json = opts.json;
|
|
59217
|
+
}
|
|
59218
|
+
const ret = this.evaluate(args);
|
|
59219
|
+
if (!ret || typeof ret !== "object") {
|
|
59220
|
+
throw new NewError(ret);
|
|
59221
|
+
}
|
|
59222
|
+
return ret;
|
|
59223
|
+
}
|
|
59224
|
+
}
|
|
59225
|
+
JSONPath.prototype.evaluate = function(expr, json, callback, otherTypeCallback) {
|
|
59226
|
+
let currParent = this.parent, currParentProperty = this.parentProperty;
|
|
59227
|
+
let {
|
|
59228
|
+
flatten,
|
|
59229
|
+
wrap
|
|
59230
|
+
} = this;
|
|
59231
|
+
this.currResultType = this.resultType;
|
|
59232
|
+
this.currPreventEval = this.preventEval;
|
|
59233
|
+
this.currSandbox = this.sandbox;
|
|
59234
|
+
callback = callback || this.callback;
|
|
59235
|
+
this.currOtherTypeCallback = otherTypeCallback || this.otherTypeCallback;
|
|
59236
|
+
json = json || this.json;
|
|
59237
|
+
expr = expr || this.path;
|
|
59238
|
+
if (expr && typeof expr === "object" && !Array.isArray(expr)) {
|
|
59239
|
+
if (!expr.path && expr.path !== "") {
|
|
59240
|
+
throw new TypeError('You must supply a "path" property when providing an object argument to JSONPath.evaluate().');
|
|
59241
|
+
}
|
|
59242
|
+
if (!hasOwnProp.call(expr, "json")) {
|
|
59243
|
+
throw new TypeError('You must supply a "json" property when providing an object argument to JSONPath.evaluate().');
|
|
59244
|
+
}
|
|
59245
|
+
({
|
|
59246
|
+
json
|
|
59247
|
+
} = expr);
|
|
59248
|
+
flatten = hasOwnProp.call(expr, "flatten") ? expr.flatten : flatten;
|
|
59249
|
+
this.currResultType = hasOwnProp.call(expr, "resultType") ? expr.resultType : this.currResultType;
|
|
59250
|
+
this.currSandbox = hasOwnProp.call(expr, "sandbox") ? expr.sandbox : this.currSandbox;
|
|
59251
|
+
wrap = hasOwnProp.call(expr, "wrap") ? expr.wrap : wrap;
|
|
59252
|
+
this.currPreventEval = hasOwnProp.call(expr, "preventEval") ? expr.preventEval : this.currPreventEval;
|
|
59253
|
+
callback = hasOwnProp.call(expr, "callback") ? expr.callback : callback;
|
|
59254
|
+
this.currOtherTypeCallback = hasOwnProp.call(expr, "otherTypeCallback") ? expr.otherTypeCallback : this.currOtherTypeCallback;
|
|
59255
|
+
currParent = hasOwnProp.call(expr, "parent") ? expr.parent : currParent;
|
|
59256
|
+
currParentProperty = hasOwnProp.call(expr, "parentProperty") ? expr.parentProperty : currParentProperty;
|
|
59257
|
+
expr = expr.path;
|
|
59258
|
+
}
|
|
59259
|
+
currParent = currParent || null;
|
|
59260
|
+
currParentProperty = currParentProperty || null;
|
|
59261
|
+
if (Array.isArray(expr)) {
|
|
59262
|
+
expr = JSONPath.toPathString(expr);
|
|
59263
|
+
}
|
|
59264
|
+
if (!expr && expr !== "" || !json) {
|
|
59265
|
+
return void 0;
|
|
59266
|
+
}
|
|
59267
|
+
const exprList = JSONPath.toPathArray(expr);
|
|
59268
|
+
if (exprList[0] === "$" && exprList.length > 1) {
|
|
59269
|
+
exprList.shift();
|
|
59270
|
+
}
|
|
59271
|
+
this._hasParentSelector = null;
|
|
59272
|
+
const result2 = this._trace(exprList, json, ["$"], currParent, currParentProperty, callback).filter(function(ea) {
|
|
59273
|
+
return ea && !ea.isParentSelector;
|
|
59274
|
+
});
|
|
59275
|
+
if (!result2.length) {
|
|
59276
|
+
return wrap ? [] : void 0;
|
|
59277
|
+
}
|
|
59278
|
+
if (!wrap && result2.length === 1 && !result2[0].hasArrExpr) {
|
|
59279
|
+
return this._getPreferredOutput(result2[0]);
|
|
59280
|
+
}
|
|
59281
|
+
return result2.reduce((rslt, ea) => {
|
|
59282
|
+
const valOrPath = this._getPreferredOutput(ea);
|
|
59283
|
+
if (flatten && Array.isArray(valOrPath)) {
|
|
59284
|
+
rslt = rslt.concat(valOrPath);
|
|
59285
|
+
} else {
|
|
59286
|
+
rslt.push(valOrPath);
|
|
59287
|
+
}
|
|
59288
|
+
return rslt;
|
|
59289
|
+
}, []);
|
|
59290
|
+
};
|
|
59291
|
+
JSONPath.prototype._getPreferredOutput = function(ea) {
|
|
59292
|
+
const resultType = this.currResultType;
|
|
59293
|
+
switch (resultType) {
|
|
59294
|
+
case "all": {
|
|
59295
|
+
const path = Array.isArray(ea.path) ? ea.path : JSONPath.toPathArray(ea.path);
|
|
59296
|
+
ea.pointer = JSONPath.toPointer(path);
|
|
59297
|
+
ea.path = typeof ea.path === "string" ? ea.path : JSONPath.toPathString(ea.path);
|
|
59298
|
+
return ea;
|
|
59299
|
+
}
|
|
59300
|
+
case "value":
|
|
59301
|
+
case "parent":
|
|
59302
|
+
case "parentProperty":
|
|
59303
|
+
return ea[resultType];
|
|
59304
|
+
case "path":
|
|
59305
|
+
return JSONPath.toPathString(ea[resultType]);
|
|
59306
|
+
case "pointer":
|
|
59307
|
+
return JSONPath.toPointer(ea.path);
|
|
59308
|
+
default:
|
|
59309
|
+
throw new TypeError("Unknown result type");
|
|
59310
|
+
}
|
|
59311
|
+
};
|
|
59312
|
+
JSONPath.prototype._handleCallback = function(fullRetObj, callback, type) {
|
|
59313
|
+
if (callback) {
|
|
59314
|
+
const preferredOutput = this._getPreferredOutput(fullRetObj);
|
|
59315
|
+
fullRetObj.path = typeof fullRetObj.path === "string" ? fullRetObj.path : JSONPath.toPathString(fullRetObj.path);
|
|
59316
|
+
callback(preferredOutput, type, fullRetObj);
|
|
59317
|
+
}
|
|
59318
|
+
};
|
|
59319
|
+
JSONPath.prototype._trace = function(expr, val, path, parent, parentPropName, callback, hasArrExpr, literalPriority) {
|
|
59320
|
+
let retObj;
|
|
59321
|
+
if (!expr.length) {
|
|
59322
|
+
retObj = {
|
|
59323
|
+
path,
|
|
59324
|
+
value: val,
|
|
59325
|
+
parent,
|
|
59326
|
+
parentProperty: parentPropName,
|
|
59327
|
+
hasArrExpr
|
|
59328
|
+
};
|
|
59329
|
+
this._handleCallback(retObj, callback, "value");
|
|
59330
|
+
return retObj;
|
|
59331
|
+
}
|
|
59332
|
+
const loc = expr[0], x = expr.slice(1);
|
|
59333
|
+
const ret = [];
|
|
59334
|
+
function addRet(elems) {
|
|
59335
|
+
if (Array.isArray(elems)) {
|
|
59336
|
+
elems.forEach((t) => {
|
|
59337
|
+
ret.push(t);
|
|
59338
|
+
});
|
|
59339
|
+
} else {
|
|
59340
|
+
ret.push(elems);
|
|
59341
|
+
}
|
|
59342
|
+
}
|
|
59343
|
+
if ((typeof loc !== "string" || literalPriority) && val && hasOwnProp.call(val, loc)) {
|
|
59344
|
+
addRet(this._trace(x, val[loc], push(path, loc), val, loc, callback, hasArrExpr));
|
|
59345
|
+
} else if (loc === "*") {
|
|
59346
|
+
this._walk(val, (m) => {
|
|
59347
|
+
addRet(this._trace(x, val[m], push(path, m), val, m, callback, true, true));
|
|
59348
|
+
});
|
|
59349
|
+
} else if (loc === "..") {
|
|
59350
|
+
addRet(this._trace(x, val, path, parent, parentPropName, callback, hasArrExpr));
|
|
59351
|
+
this._walk(val, (m) => {
|
|
59352
|
+
if (typeof val[m] === "object") {
|
|
59353
|
+
addRet(this._trace(expr.slice(), val[m], push(path, m), val, m, callback, true));
|
|
59354
|
+
}
|
|
59355
|
+
});
|
|
59356
|
+
} else if (loc === "^") {
|
|
59357
|
+
this._hasParentSelector = true;
|
|
59358
|
+
return {
|
|
59359
|
+
path: path.slice(0, -1),
|
|
59360
|
+
expr: x,
|
|
59361
|
+
isParentSelector: true
|
|
59362
|
+
};
|
|
59363
|
+
} else if (loc === "~") {
|
|
59364
|
+
retObj = {
|
|
59365
|
+
path: push(path, loc),
|
|
59366
|
+
value: parentPropName,
|
|
59367
|
+
parent,
|
|
59368
|
+
parentProperty: null
|
|
59369
|
+
};
|
|
59370
|
+
this._handleCallback(retObj, callback, "property");
|
|
59371
|
+
return retObj;
|
|
59372
|
+
} else if (loc === "$") {
|
|
59373
|
+
addRet(this._trace(x, val, path, null, null, callback, hasArrExpr));
|
|
59374
|
+
} else if (/^(-?\d*):(-?\d*):?(\d*)$/u.test(loc)) {
|
|
59375
|
+
addRet(this._slice(loc, x, val, path, parent, parentPropName, callback));
|
|
59376
|
+
} else if (loc.indexOf("?(") === 0) {
|
|
59377
|
+
if (this.currPreventEval) {
|
|
59378
|
+
throw new Error("Eval [?(expr)] prevented in JSONPath expression.");
|
|
59379
|
+
}
|
|
59380
|
+
const safeLoc = loc.replace(/^\?\((.*?)\)$/u, "$1");
|
|
59381
|
+
this._walk(val, (m) => {
|
|
59382
|
+
if (this._eval(safeLoc, val[m], m, path, parent, parentPropName)) {
|
|
59383
|
+
addRet(this._trace(x, val[m], push(path, m), val, m, callback, true));
|
|
59384
|
+
}
|
|
59385
|
+
});
|
|
59386
|
+
} else if (loc[0] === "(") {
|
|
59387
|
+
if (this.currPreventEval) {
|
|
59388
|
+
throw new Error("Eval [(expr)] prevented in JSONPath expression.");
|
|
59389
|
+
}
|
|
59390
|
+
addRet(this._trace(unshift(this._eval(loc, val, path[path.length - 1], path.slice(0, -1), parent, parentPropName), x), val, path, parent, parentPropName, callback, hasArrExpr));
|
|
59391
|
+
} else if (loc[0] === "@") {
|
|
59392
|
+
let addType = false;
|
|
59393
|
+
const valueType = loc.slice(1, -2);
|
|
59394
|
+
switch (valueType) {
|
|
59395
|
+
case "scalar":
|
|
59396
|
+
if (!val || !["object", "function"].includes(typeof val)) {
|
|
59397
|
+
addType = true;
|
|
59398
|
+
}
|
|
59399
|
+
break;
|
|
59400
|
+
case "boolean":
|
|
59401
|
+
case "string":
|
|
59402
|
+
case "undefined":
|
|
59403
|
+
case "function":
|
|
59404
|
+
if (typeof val === valueType) {
|
|
59405
|
+
addType = true;
|
|
59406
|
+
}
|
|
59407
|
+
break;
|
|
59408
|
+
case "integer":
|
|
59409
|
+
if (Number.isFinite(val) && !(val % 1)) {
|
|
59410
|
+
addType = true;
|
|
59411
|
+
}
|
|
59412
|
+
break;
|
|
59413
|
+
case "number":
|
|
59414
|
+
if (Number.isFinite(val)) {
|
|
59415
|
+
addType = true;
|
|
59416
|
+
}
|
|
59417
|
+
break;
|
|
59418
|
+
case "nonFinite":
|
|
59419
|
+
if (typeof val === "number" && !Number.isFinite(val)) {
|
|
59420
|
+
addType = true;
|
|
59421
|
+
}
|
|
59422
|
+
break;
|
|
59423
|
+
case "object":
|
|
59424
|
+
if (val && typeof val === valueType) {
|
|
59425
|
+
addType = true;
|
|
59426
|
+
}
|
|
59427
|
+
break;
|
|
59428
|
+
case "array":
|
|
59429
|
+
if (Array.isArray(val)) {
|
|
59430
|
+
addType = true;
|
|
59431
|
+
}
|
|
59432
|
+
break;
|
|
59433
|
+
case "other":
|
|
59434
|
+
addType = this.currOtherTypeCallback(val, path, parent, parentPropName);
|
|
59435
|
+
break;
|
|
59436
|
+
case "null":
|
|
59437
|
+
if (val === null) {
|
|
59438
|
+
addType = true;
|
|
59439
|
+
}
|
|
59440
|
+
break;
|
|
59441
|
+
default:
|
|
59442
|
+
throw new TypeError("Unknown value type " + valueType);
|
|
59443
|
+
}
|
|
59444
|
+
if (addType) {
|
|
59445
|
+
retObj = {
|
|
59446
|
+
path,
|
|
59447
|
+
value: val,
|
|
59448
|
+
parent,
|
|
59449
|
+
parentProperty: parentPropName
|
|
59450
|
+
};
|
|
59451
|
+
this._handleCallback(retObj, callback, "value");
|
|
59452
|
+
return retObj;
|
|
59453
|
+
}
|
|
59454
|
+
} else if (loc[0] === "`" && val && hasOwnProp.call(val, loc.slice(1))) {
|
|
59455
|
+
const locProp = loc.slice(1);
|
|
59456
|
+
addRet(this._trace(x, val[locProp], push(path, locProp), val, locProp, callback, hasArrExpr, true));
|
|
59457
|
+
} else if (loc.includes(",")) {
|
|
59458
|
+
const parts = loc.split(",");
|
|
59459
|
+
for (const part of parts) {
|
|
59460
|
+
addRet(this._trace(unshift(part, x), val, path, parent, parentPropName, callback, true));
|
|
59461
|
+
}
|
|
59462
|
+
} else if (!literalPriority && val && hasOwnProp.call(val, loc)) {
|
|
59463
|
+
addRet(this._trace(x, val[loc], push(path, loc), val, loc, callback, hasArrExpr, true));
|
|
59464
|
+
}
|
|
59465
|
+
if (this._hasParentSelector) {
|
|
59466
|
+
for (let t = 0; t < ret.length; t++) {
|
|
59467
|
+
const rett = ret[t];
|
|
59468
|
+
if (rett && rett.isParentSelector) {
|
|
59469
|
+
const tmp = this._trace(rett.expr, val, rett.path, parent, parentPropName, callback, hasArrExpr);
|
|
59470
|
+
if (Array.isArray(tmp)) {
|
|
59471
|
+
ret[t] = tmp[0];
|
|
59472
|
+
const tl = tmp.length;
|
|
59473
|
+
for (let tt = 1; tt < tl; tt++) {
|
|
59474
|
+
t++;
|
|
59475
|
+
ret.splice(t, 0, tmp[tt]);
|
|
59476
|
+
}
|
|
59477
|
+
} else {
|
|
59478
|
+
ret[t] = tmp;
|
|
59479
|
+
}
|
|
59480
|
+
}
|
|
59481
|
+
}
|
|
59482
|
+
}
|
|
59483
|
+
return ret;
|
|
59484
|
+
};
|
|
59485
|
+
JSONPath.prototype._walk = function(val, f) {
|
|
59486
|
+
if (Array.isArray(val)) {
|
|
59487
|
+
const n = val.length;
|
|
59488
|
+
for (let i = 0; i < n; i++) {
|
|
59489
|
+
f(i);
|
|
59490
|
+
}
|
|
59491
|
+
} else if (val && typeof val === "object") {
|
|
59492
|
+
Object.keys(val).forEach((m) => {
|
|
59493
|
+
f(m);
|
|
59494
|
+
});
|
|
59495
|
+
}
|
|
59496
|
+
};
|
|
59497
|
+
JSONPath.prototype._slice = function(loc, expr, val, path, parent, parentPropName, callback) {
|
|
59498
|
+
if (!Array.isArray(val)) {
|
|
59499
|
+
return void 0;
|
|
59500
|
+
}
|
|
59501
|
+
const len = val.length, parts = loc.split(":"), step = parts[2] && Number.parseInt(parts[2]) || 1;
|
|
59502
|
+
let start = parts[0] && Number.parseInt(parts[0]) || 0, end = parts[1] && Number.parseInt(parts[1]) || len;
|
|
59503
|
+
start = start < 0 ? Math.max(0, start + len) : Math.min(len, start);
|
|
59504
|
+
end = end < 0 ? Math.max(0, end + len) : Math.min(len, end);
|
|
59505
|
+
const ret = [];
|
|
59506
|
+
for (let i = start; i < end; i += step) {
|
|
59507
|
+
const tmp = this._trace(unshift(i, expr), val, path, parent, parentPropName, callback, true);
|
|
59508
|
+
tmp.forEach((t) => {
|
|
59509
|
+
ret.push(t);
|
|
59510
|
+
});
|
|
59511
|
+
}
|
|
59512
|
+
return ret;
|
|
59513
|
+
};
|
|
59514
|
+
JSONPath.prototype._eval = function(code, _v, _vname, path, parent, parentPropName) {
|
|
59515
|
+
this.currSandbox._$_parentProperty = parentPropName;
|
|
59516
|
+
this.currSandbox._$_parent = parent;
|
|
59517
|
+
this.currSandbox._$_property = _vname;
|
|
59518
|
+
this.currSandbox._$_root = this.json;
|
|
59519
|
+
this.currSandbox._$_v = _v;
|
|
59520
|
+
const containsPath = code.includes("@path");
|
|
59521
|
+
if (containsPath) {
|
|
59522
|
+
this.currSandbox._$_path = JSONPath.toPathString(path.concat([_vname]));
|
|
59523
|
+
}
|
|
59524
|
+
const scriptCacheKey = "script:" + code;
|
|
59525
|
+
if (!JSONPath.cache[scriptCacheKey]) {
|
|
59526
|
+
let script = code.replace(/@parentProperty/gu, "_$_parentProperty").replace(/@parent/gu, "_$_parent").replace(/@property/gu, "_$_property").replace(/@root/gu, "_$_root").replace(/@([.\s)[])/gu, "_$_v$1");
|
|
59527
|
+
if (containsPath) {
|
|
59528
|
+
script = script.replace(/@path/gu, "_$_path");
|
|
59529
|
+
}
|
|
59530
|
+
JSONPath.cache[scriptCacheKey] = new this.vm.Script(script);
|
|
59531
|
+
}
|
|
59532
|
+
try {
|
|
59533
|
+
return JSONPath.cache[scriptCacheKey].runInNewContext(this.currSandbox);
|
|
59534
|
+
} catch (e) {
|
|
59535
|
+
throw new Error("jsonPath: " + e.message + ": " + code);
|
|
59536
|
+
}
|
|
59537
|
+
};
|
|
59538
|
+
JSONPath.cache = {};
|
|
59539
|
+
JSONPath.toPathString = function(pathArr) {
|
|
59540
|
+
const x = pathArr, n = x.length;
|
|
59541
|
+
let p = "$";
|
|
59542
|
+
for (let i = 1; i < n; i++) {
|
|
59543
|
+
if (!/^(~|\^|@.*?\(\))$/u.test(x[i])) {
|
|
59544
|
+
p += /^[0-9*]+$/u.test(x[i]) ? "[" + x[i] + "]" : "['" + x[i] + "']";
|
|
59545
|
+
}
|
|
59546
|
+
}
|
|
59547
|
+
return p;
|
|
59548
|
+
};
|
|
59549
|
+
JSONPath.toPointer = function(pointer) {
|
|
59550
|
+
const x = pointer, n = x.length;
|
|
59551
|
+
let p = "";
|
|
59552
|
+
for (let i = 1; i < n; i++) {
|
|
59553
|
+
if (!/^(~|\^|@.*?\(\))$/u.test(x[i])) {
|
|
59554
|
+
p += "/" + x[i].toString().replace(/~/gu, "~0").replace(/\//gu, "~1");
|
|
59555
|
+
}
|
|
59556
|
+
}
|
|
59557
|
+
return p;
|
|
59558
|
+
};
|
|
59559
|
+
JSONPath.toPathArray = function(expr) {
|
|
59560
|
+
const {
|
|
59561
|
+
cache
|
|
59562
|
+
} = JSONPath;
|
|
59563
|
+
if (cache[expr]) {
|
|
59564
|
+
return cache[expr].concat();
|
|
59565
|
+
}
|
|
59566
|
+
const subx = [];
|
|
59567
|
+
const normalized = expr.replace(/@(?:null|boolean|number|string|integer|undefined|nonFinite|scalar|array|object|function|other)\(\)/gu, ";$&;").replace(/[['](\??\(.*?\))[\]']/gu, function($0, $1) {
|
|
59568
|
+
return "[#" + (subx.push($1) - 1) + "]";
|
|
59569
|
+
}).replace(/\[['"]([^'\]]*)['"]\]/gu, function($0, prop) {
|
|
59570
|
+
return "['" + prop.replace(/\./gu, "%@%").replace(/~/gu, "%%@@%%") + "']";
|
|
59571
|
+
}).replace(/~/gu, ";~;").replace(/['"]?\.['"]?(?![^[]*\])|\[['"]?/gu, ";").replace(/%@%/gu, ".").replace(/%%@@%%/gu, "~").replace(/(?:;)?(\^+)(?:;)?/gu, function($0, ups) {
|
|
59572
|
+
return ";" + ups.split("").join(";") + ";";
|
|
59573
|
+
}).replace(/;;;|;;/gu, ";..;").replace(/;$|'?\]|'$/gu, "");
|
|
59574
|
+
const exprList = normalized.split(";").map(function(exp) {
|
|
59575
|
+
const match = exp.match(/#(\d+)/u);
|
|
59576
|
+
return !match || !match[1] ? exp : subx[match[1]];
|
|
59577
|
+
});
|
|
59578
|
+
cache[expr] = exprList;
|
|
59579
|
+
return cache[expr].concat();
|
|
59580
|
+
};
|
|
59581
|
+
JSONPath.prototype.vm = vm__default["default"];
|
|
59582
|
+
exports2.JSONPath = JSONPath;
|
|
59583
|
+
}
|
|
59584
|
+
});
|
|
59585
|
+
|
|
58606
59586
|
// ../lib/project-access/core/dist/project/utils.js
|
|
58607
59587
|
var require_utils9 = __commonJS({
|
|
58608
59588
|
"../lib/project-access/core/dist/project/utils.js"(exports2) {
|
|
@@ -58639,12 +59619,12 @@ var require_utils9 = __commonJS({
|
|
|
58639
59619
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
58640
59620
|
};
|
|
58641
59621
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
58642
|
-
exports2.isAdaptationProject = exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getBackendConfigByPath = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findCapProjects = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
|
|
59622
|
+
exports2.getAdditionalEntitySetsFromManifest = exports2.isAdaptationProject = exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getBackendConfigByPath = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findCapProjects = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
|
|
58643
59623
|
var fs_1 = require("fs");
|
|
58644
59624
|
var findit2_1 = __importDefault(require_findit2());
|
|
58645
59625
|
var fast_xml_parser_1 = __importDefault(require_parser2());
|
|
58646
|
-
var project_spec_1 =
|
|
58647
|
-
var ux_specification_types_1 =
|
|
59626
|
+
var project_spec_1 = require_dist4();
|
|
59627
|
+
var ux_specification_types_1 = require_dist3();
|
|
58648
59628
|
var findUp = require_find_up();
|
|
58649
59629
|
var path_1 = require("path");
|
|
58650
59630
|
var i18n_1 = require_i18n2();
|
|
@@ -58655,6 +59635,7 @@ var require_utils9 = __commonJS({
|
|
|
58655
59635
|
var webapp_1 = require_webapp2();
|
|
58656
59636
|
var ux_ui5_info_1 = require_dist7();
|
|
58657
59637
|
var ui5Config_1 = require_ui5Config();
|
|
59638
|
+
var jsonpath_plus_1 = require_index_node_cjs();
|
|
58658
59639
|
exports2.scriptsRegEx = /fiori run|cds watch|cds run|ui5 serve|mvn spring-boot:run/;
|
|
58659
59640
|
async function findProjectRoot(path, sapuxRequired = true) {
|
|
58660
59641
|
const pckgJson = await findUp(project_spec_1.FileName.Package, { cwd: path });
|
|
@@ -59251,19 +60232,26 @@ var require_utils9 = __commonJS({
|
|
|
59251
60232
|
}
|
|
59252
60233
|
}
|
|
59253
60234
|
exports2.getVersionFromManifest = getVersionFromManifest;
|
|
59254
|
-
async function getBackendConfigByPath(root, serviceUri, middlewareName = "fiori-tools-proxy") {
|
|
60235
|
+
async function getBackendConfigByPath(root, serviceUri, fileName = "ui5.yaml", middlewareName = "fiori-tools-proxy") {
|
|
59255
60236
|
var _a2, _b, _c;
|
|
59256
|
-
let
|
|
60237
|
+
let pathInYaml;
|
|
59257
60238
|
let backEndConfig;
|
|
59258
|
-
const yamlContent = await file_1.readFile(path_1.join(root,
|
|
60239
|
+
const yamlContent = await file_1.readFile(path_1.join(root, fileName));
|
|
59259
60240
|
const middlewares = (_b = (_a2 = yaml.parse(yamlContent)) == null ? void 0 : _a2.server) == null ? void 0 : _b.customMiddleware;
|
|
59260
60241
|
const middleware = middlewares == null ? void 0 : middlewares.find((element) => element.name === middlewareName);
|
|
59261
60242
|
const backends = (_c = middleware == null ? void 0 : middleware.configuration) == null ? void 0 : _c.backend;
|
|
59262
60243
|
if (backends) {
|
|
59263
|
-
|
|
59264
|
-
|
|
59265
|
-
|
|
59266
|
-
|
|
60244
|
+
const fullMatch = backends.find((item) => {
|
|
60245
|
+
return item.path === serviceUri;
|
|
60246
|
+
});
|
|
60247
|
+
if (fullMatch) {
|
|
60248
|
+
backEndConfig = fullMatch;
|
|
60249
|
+
} else {
|
|
60250
|
+
for (const backend of backends) {
|
|
60251
|
+
if (serviceUri.startsWith(backend.path) && (!pathInYaml || pathInYaml.length < backend.path.length)) {
|
|
60252
|
+
pathInYaml = backend.path;
|
|
60253
|
+
backEndConfig = backend;
|
|
60254
|
+
}
|
|
59267
60255
|
}
|
|
59268
60256
|
}
|
|
59269
60257
|
}
|
|
@@ -59446,6 +60434,26 @@ var require_utils9 = __commonJS({
|
|
|
59446
60434
|
return file_1.fileExists(adpConfigJsonPath);
|
|
59447
60435
|
}
|
|
59448
60436
|
exports2.isAdaptationProject = isAdaptationProject;
|
|
60437
|
+
function getAdditionalEntitySetsFromManifest(json) {
|
|
60438
|
+
const jsonPathTargetsPattern = `$['sap.ui5'].routing.targets`;
|
|
60439
|
+
const jsonPathEntitySetsPattern = `options.settings.views.paths.*.entitySet`;
|
|
60440
|
+
const pages = jsonpath_plus_1.JSONPath({ path: jsonPathTargetsPattern, json })[0];
|
|
60441
|
+
const additionalEntitySets = {};
|
|
60442
|
+
for (const pageId in pages) {
|
|
60443
|
+
const page = pages[pageId];
|
|
60444
|
+
const viewEntitySets = jsonpath_plus_1.JSONPath({
|
|
60445
|
+
path: jsonPathEntitySetsPattern,
|
|
60446
|
+
json: page
|
|
60447
|
+
});
|
|
60448
|
+
if (viewEntitySets.length > 0) {
|
|
60449
|
+
additionalEntitySets[pageId] = viewEntitySets;
|
|
60450
|
+
}
|
|
60451
|
+
}
|
|
60452
|
+
if (Object.keys(additionalEntitySets).length > 0) {
|
|
60453
|
+
return additionalEntitySets;
|
|
60454
|
+
}
|
|
60455
|
+
}
|
|
60456
|
+
exports2.getAdditionalEntitySetsFromManifest = getAdditionalEntitySetsFromManifest;
|
|
59449
60457
|
}
|
|
59450
60458
|
});
|
|
59451
60459
|
|
|
@@ -65349,7 +66357,7 @@ var require_types7 = __commonJS({
|
|
|
65349
66357
|
});
|
|
65350
66358
|
|
|
65351
66359
|
// ../../node_modules/util-deprecate/node.js
|
|
65352
|
-
var
|
|
66360
|
+
var require_node4 = __commonJS({
|
|
65353
66361
|
"../../node_modules/util-deprecate/node.js"(exports2, module2) {
|
|
65354
66362
|
module2.exports = require("util").deprecate;
|
|
65355
66363
|
}
|
|
@@ -67465,7 +68473,7 @@ var require_stream_writable = __commonJS({
|
|
|
67465
68473
|
var Duplex;
|
|
67466
68474
|
Writable.WritableState = WritableState;
|
|
67467
68475
|
var internalUtil = {
|
|
67468
|
-
deprecate:
|
|
68476
|
+
deprecate: require_node4()
|
|
67469
68477
|
};
|
|
67470
68478
|
var Stream = require_stream();
|
|
67471
68479
|
var Buffer2 = require("buffer").Buffer;
|
|
@@ -70676,7 +71684,7 @@ var require_logform = __commonJS({
|
|
|
70676
71684
|
});
|
|
70677
71685
|
|
|
70678
71686
|
// ../../node_modules/winston/lib/winston/common.js
|
|
70679
|
-
var
|
|
71687
|
+
var require_common8 = __commonJS({
|
|
70680
71688
|
"../../node_modules/winston/lib/winston/common.js"(exports2) {
|
|
70681
71689
|
"use strict";
|
|
70682
71690
|
var { format: format2 } = require("util");
|
|
@@ -71924,7 +72932,7 @@ var require_stream_writable2 = __commonJS({
|
|
|
71924
72932
|
var Duplex;
|
|
71925
72933
|
Writable.WritableState = WritableState;
|
|
71926
72934
|
var internalUtil = {
|
|
71927
|
-
deprecate:
|
|
72935
|
+
deprecate: require_node4()
|
|
71928
72936
|
};
|
|
71929
72937
|
var Stream = require_stream2();
|
|
71930
72938
|
var Buffer2 = require("buffer").Buffer;
|
|
@@ -76032,7 +77040,7 @@ var require_development = __commonJS({
|
|
|
76032
77040
|
});
|
|
76033
77041
|
|
|
76034
77042
|
// ../../node_modules/@dabh/diagnostics/node/index.js
|
|
76035
|
-
var
|
|
77043
|
+
var require_node5 = __commonJS({
|
|
76036
77044
|
"../../node_modules/@dabh/diagnostics/node/index.js"(exports2, module2) {
|
|
76037
77045
|
if (process.env.NODE_ENV === "production") {
|
|
76038
77046
|
module2.exports = require_production();
|
|
@@ -76148,7 +77156,7 @@ var require_file4 = __commonJS({
|
|
|
76148
77156
|
var { MESSAGE } = require_triple_beam();
|
|
76149
77157
|
var { Stream, PassThrough } = require_readable();
|
|
76150
77158
|
var TransportStream = require_winston_transport();
|
|
76151
|
-
var debug =
|
|
77159
|
+
var debug = require_node5()("winston:file");
|
|
76152
77160
|
var os = require("os");
|
|
76153
77161
|
var tailFile = require_tail_file();
|
|
76154
77162
|
module2.exports = class File extends TransportStream {
|
|
@@ -77126,7 +78134,7 @@ var require_exception_handler = __commonJS({
|
|
|
77126
78134
|
"use strict";
|
|
77127
78135
|
var os = require("os");
|
|
77128
78136
|
var asyncForEach = require_forEach();
|
|
77129
|
-
var debug =
|
|
78137
|
+
var debug = require_node5()("winston:exception");
|
|
77130
78138
|
var once = require_one_time();
|
|
77131
78139
|
var stackTrace = require_stack_trace();
|
|
77132
78140
|
var ExceptionStream = require_exception_stream();
|
|
@@ -77273,7 +78281,7 @@ var require_rejection_handler = __commonJS({
|
|
|
77273
78281
|
"use strict";
|
|
77274
78282
|
var os = require("os");
|
|
77275
78283
|
var asyncForEach = require_forEach();
|
|
77276
|
-
var debug =
|
|
78284
|
+
var debug = require_node5()("winston:rejection");
|
|
77277
78285
|
var once = require_one_time();
|
|
77278
78286
|
var stackTrace = require_stack_trace();
|
|
77279
78287
|
var ExceptionStream = require_exception_stream();
|
|
@@ -77452,7 +78460,7 @@ var require_logger = __commonJS({
|
|
|
77452
78460
|
var RejectionHandler = require_rejection_handler();
|
|
77453
78461
|
var LegacyTransportStream = require_legacy();
|
|
77454
78462
|
var Profiler = require_profiler();
|
|
77455
|
-
var { warn: warn3 } =
|
|
78463
|
+
var { warn: warn3 } = require_common8();
|
|
77456
78464
|
var config = require_config3();
|
|
77457
78465
|
var formatRegExp = /%[scdjifoO%]/g;
|
|
77458
78466
|
var Logger3 = class extends Transform {
|
|
@@ -77810,7 +78818,7 @@ var require_create_logger = __commonJS({
|
|
|
77810
78818
|
var { LEVEL } = require_triple_beam();
|
|
77811
78819
|
var config = require_config3();
|
|
77812
78820
|
var Logger3 = require_logger();
|
|
77813
|
-
var debug =
|
|
78821
|
+
var debug = require_node5()("winston:create-logger");
|
|
77814
78822
|
function isLevelEnabledFunctionName(level) {
|
|
77815
78823
|
return "is" + level.charAt(0).toUpperCase() + level.slice(1) + "Enabled";
|
|
77816
78824
|
}
|
|
@@ -77906,7 +78914,7 @@ var require_winston = __commonJS({
|
|
|
77906
78914
|
"../../node_modules/winston/lib/winston.js"(exports2) {
|
|
77907
78915
|
"use strict";
|
|
77908
78916
|
var logform = require_logform();
|
|
77909
|
-
var { warn: warn3 } =
|
|
78917
|
+
var { warn: warn3 } = require_common8();
|
|
77910
78918
|
exports2.version = require_package6().version;
|
|
77911
78919
|
exports2.transports = require_transports2();
|
|
77912
78920
|
exports2.config = require_config3();
|
|
@@ -79469,7 +80477,7 @@ var require_decorator = __commonJS({
|
|
|
79469
80477
|
});
|
|
79470
80478
|
|
|
79471
80479
|
// ../lib/telemetry/dist/src/index.js
|
|
79472
|
-
var
|
|
80480
|
+
var require_src8 = __commonJS({
|
|
79473
80481
|
"../lib/telemetry/dist/src/index.js"(exports2) {
|
|
79474
80482
|
"use strict";
|
|
79475
80483
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -79880,7 +80888,7 @@ var require_stream_writable3 = __commonJS({
|
|
|
79880
80888
|
var util = Object.create(require_util2());
|
|
79881
80889
|
util.inherits = require_inherits();
|
|
79882
80890
|
var internalUtil = {
|
|
79883
|
-
deprecate:
|
|
80891
|
+
deprecate: require_node4()
|
|
79884
80892
|
};
|
|
79885
80893
|
var Stream = require_stream4();
|
|
79886
80894
|
var Buffer2 = require_safe_buffer2().Buffer;
|
|
@@ -83807,7 +84815,7 @@ module.exports = __toCommonJS(cf_deploy_exports);
|
|
|
83807
84815
|
var import_path = require("path");
|
|
83808
84816
|
var import_fs = require("fs");
|
|
83809
84817
|
var import_child_process = require("child_process");
|
|
83810
|
-
var import_ux_telemetry = __toESM(
|
|
84818
|
+
var import_ux_telemetry = __toESM(require_src8());
|
|
83811
84819
|
var import_ux_odata_client = __toESM(require_dist6());
|
|
83812
84820
|
var import_logger = __toESM(require_logger4());
|
|
83813
84821
|
init_i18next();
|