@sap/ux-specification 1.84.71 → 1.84.73
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/CHANGELOG.md +40 -10
- package/dist/documentation/runDocu-min.js +19 -15
- package/dist/documentation/runDocu-min.js.map +4 -4
- package/dist/documentation/v2/v2-AnalyticalListPage.html +18 -6
- package/dist/documentation/v2/v2-ApplicationV2.html +18 -6
- package/dist/documentation/v2/v2-ListReport.html +18 -6
- package/dist/documentation/v2/v2-ObjectPage.html +18 -6
- package/dist/documentation/v2/v2-OverviewPage.html +18 -6
- package/dist/documentation/v4/v4-ApplicationV4.html +18 -6
- package/dist/documentation/v4/v4-ListReport.html +18 -6
- package/dist/documentation/v4/v4-ObjectPage.html +18 -6
- package/dist/index-min.js +82 -83
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +24 -23
- package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -12
- package/dist/schemas/v2/ListReportConfig.json +7 -21
- package/dist/schemas/v2/ObjectPageConfig.json +29 -46
- package/dist/schemas/v2/OverviewPageConfig.json +9 -27
- package/dist/schemas/v4/ObjectPageConfig.json +3 -9
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +1 -0
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +16 -8
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +7 -0
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +24 -10
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +1 -2
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +12 -0
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +23 -1
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +9 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +11 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +1 -1
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +5 -3
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +37 -32
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts +1 -1
- package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.js +17 -1
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +4 -19
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts +3 -2
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +2 -12
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +2 -6
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/package.json +25 -24
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.73",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -20,45 +20,45 @@
|
|
|
20
20
|
"compile:watch": "tsc --build ./tsconfig.build.json --pretty --watch",
|
|
21
21
|
"bundle": "node esbuild",
|
|
22
22
|
"bundle:dev": "node esbuild --minify=false",
|
|
23
|
-
"bundle:watch": "node esbuild --watch --minify=false",
|
|
23
|
+
"bundle:watch": "node esbuild --watch --stats --minify=false",
|
|
24
24
|
"build": "npm-run-all -l -s clean:before -s compile -p create-json-schemas copy-templates -p copy-json-schemas htmlV2 htmlV4 -s bundle",
|
|
25
25
|
"build:dev": "npm-run-all -l -s clean:before -s compile -p create-json-schemas copy-templates -s copy-json-schemas bundle:dev",
|
|
26
|
-
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas copy-templates -p copy-json-schemas -s bundle:watch",
|
|
27
|
-
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
28
26
|
"build:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle",
|
|
29
|
-
"
|
|
27
|
+
"build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
|
|
28
|
+
"build:snap": "yarn build:dev && yarn update-snapshots",
|
|
30
29
|
"create-json-schemas": "ts-node ./scripts/to-json-schema.ts ",
|
|
31
30
|
"copy-json-schemas": "cpy ./schemas/** dist --parents",
|
|
32
31
|
"copy-templates": "cpy src/sync/v2/export/templates/** dist/templates",
|
|
33
|
-
"
|
|
34
|
-
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
35
|
-
"update-snapshots": "jest --updateSnapshot",
|
|
36
|
-
"build:snap": "yarn build:dev && yarn update-snapshots",
|
|
37
|
-
"lint": "eslint . --ext .ts",
|
|
38
|
-
"lint:summary": "eslint . --ext .ts -f summary",
|
|
39
|
-
"lint:fix": "eslint . --report-unused-disable-directives --ext .ts --fix",
|
|
40
|
-
"lint:report": "eslint . --report-unused-disable-directives --ext .ts -f multiple",
|
|
41
|
-
"lint:report:jslint": "eslint . --report-unused-disable-directives --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
32
|
+
"deleteSnapshots": "rimraf **/_file_snapshots_",
|
|
42
33
|
"docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
|
|
43
34
|
"docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
|
|
44
|
-
"iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
|
|
45
|
-
"iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
|
|
46
35
|
"htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
|
|
47
36
|
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
48
|
-
"
|
|
37
|
+
"iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
|
|
38
|
+
"iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
|
|
39
|
+
"lint": "eslint . --ext .ts",
|
|
40
|
+
"lint:summary": "eslint . --ext .ts -f summary",
|
|
41
|
+
"lint:fix": "eslint . --ext .ts --fix",
|
|
42
|
+
"lint:report": "eslint . --ext .ts -f multiple",
|
|
43
|
+
"lint:report:jslint": "eslint . --ext .ts -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
44
|
+
"test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
45
|
+
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
46
|
+
"update-snapshots": "jest --updateSnapshot",
|
|
47
|
+
"watch": "npm-run-all -l -s clean:before -p compile create-json-schemas copy-templates -p copy-json-schemas -s bundle:watch",
|
|
48
|
+
"watch:doc": "npm-run-all -l -s clean:doc -s compile -p htmlV2 htmlV4 -s bundle:watch"
|
|
49
49
|
},
|
|
50
50
|
"publisher": "SAPSE",
|
|
51
51
|
"license": "SEE LICENSE IN LICENSE",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@sap-ux/vocabularies-types": "0.9.
|
|
53
|
+
"@sap-ux/vocabularies-types": "0.9.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@sap-ux/annotation-converter": "0.
|
|
57
|
-
"@sap/ux-specification-types": "1.84.
|
|
56
|
+
"@sap-ux/annotation-converter": "0.7.3",
|
|
57
|
+
"@sap/ux-specification-types": "1.84.73",
|
|
58
58
|
"@sap-ux/edmx-parser": "0.6.0",
|
|
59
59
|
"@sapui5/ts-types": "1.84.36",
|
|
60
60
|
"@types/d3": "7.4.0",
|
|
61
|
-
"@types/jquery": "3.5.
|
|
61
|
+
"@types/jquery": "3.5.18",
|
|
62
62
|
"@ui5/flexibility-utils": "0.1.3",
|
|
63
63
|
"ajv": "6.12.6",
|
|
64
64
|
"axios": "0.27.2",
|
|
@@ -68,11 +68,12 @@
|
|
|
68
68
|
"ejs": "3.1.9",
|
|
69
69
|
"excel4node": "1.8.2",
|
|
70
70
|
"i18next": "22.5.1",
|
|
71
|
-
"jquery": "3.7.
|
|
71
|
+
"jquery": "3.7.1",
|
|
72
|
+
"jsdom": "22.1.0",
|
|
72
73
|
"lodash.unset": "4.5.2",
|
|
73
74
|
"path": "0.12.7",
|
|
74
75
|
"reflect-metadata": "0.1.13",
|
|
75
|
-
"typescript-json-schema": "0.
|
|
76
|
+
"typescript-json-schema": "0.57.0",
|
|
76
77
|
"xml-js": "1.6.11"
|
|
77
78
|
},
|
|
78
79
|
"husky": {
|
|
@@ -52,9 +52,7 @@
|
|
|
52
52
|
"type": {
|
|
53
53
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
54
54
|
"type": "string",
|
|
55
|
-
"
|
|
56
|
-
"ResponsiveTable"
|
|
57
|
-
],
|
|
55
|
+
"const": "ResponsiveTable",
|
|
58
56
|
"artifactType": "Manifest"
|
|
59
57
|
},
|
|
60
58
|
"growingThreshold": {
|
|
@@ -581,9 +579,7 @@
|
|
|
581
579
|
"description": "The UI5 control used for your extension",
|
|
582
580
|
"artifactType": "Manifest",
|
|
583
581
|
"type": "string",
|
|
584
|
-
"
|
|
585
|
-
"sap.ui.core.Fragment"
|
|
586
|
-
]
|
|
582
|
+
"const": "sap.ui.core.Fragment"
|
|
587
583
|
},
|
|
588
584
|
"fragmentName": {
|
|
589
585
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -632,9 +628,7 @@
|
|
|
632
628
|
"type": {
|
|
633
629
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
634
630
|
"type": "string",
|
|
635
|
-
"
|
|
636
|
-
"GridTable"
|
|
637
|
-
],
|
|
631
|
+
"const": "GridTable",
|
|
638
632
|
"artifactType": "Manifest"
|
|
639
633
|
},
|
|
640
634
|
"qualifier": {
|
|
@@ -757,9 +751,7 @@
|
|
|
757
751
|
"type": {
|
|
758
752
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
759
753
|
"type": "string",
|
|
760
|
-
"
|
|
761
|
-
"AnalyticalTable"
|
|
762
|
-
],
|
|
754
|
+
"const": "AnalyticalTable",
|
|
763
755
|
"artifactType": "Manifest"
|
|
764
756
|
},
|
|
765
757
|
"qualifier": {
|
|
@@ -47,9 +47,7 @@
|
|
|
47
47
|
"type": {
|
|
48
48
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
49
49
|
"type": "string",
|
|
50
|
-
"
|
|
51
|
-
"AnalyticalTable"
|
|
52
|
-
],
|
|
50
|
+
"const": "AnalyticalTable",
|
|
53
51
|
"artifactType": "Manifest"
|
|
54
52
|
},
|
|
55
53
|
"qualifier": {
|
|
@@ -189,9 +187,7 @@
|
|
|
189
187
|
"strategy": {
|
|
190
188
|
"description": "For the new create action to use the filter settings as input, set strategy to \"extension\" and implement the extension function as mentioned in help.sap.com for SAP S/4 HANA, section “Prefilling Fields When Creating a New Entity Using an Extension Point“.",
|
|
191
189
|
"type": "string",
|
|
192
|
-
"
|
|
193
|
-
"extension"
|
|
194
|
-
],
|
|
190
|
+
"const": "extension",
|
|
195
191
|
"artifactType": "Manifest"
|
|
196
192
|
}
|
|
197
193
|
},
|
|
@@ -592,9 +588,7 @@
|
|
|
592
588
|
"description": "The UI5 control used for your extension",
|
|
593
589
|
"artifactType": "Manifest",
|
|
594
590
|
"type": "string",
|
|
595
|
-
"
|
|
596
|
-
"sap.ui.core.Fragment"
|
|
597
|
-
]
|
|
591
|
+
"const": "sap.ui.core.Fragment"
|
|
598
592
|
},
|
|
599
593
|
"fragmentName": {
|
|
600
594
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -643,9 +637,7 @@
|
|
|
643
637
|
"type": {
|
|
644
638
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
645
639
|
"type": "string",
|
|
646
|
-
"
|
|
647
|
-
"GridTable"
|
|
648
|
-
],
|
|
640
|
+
"const": "GridTable",
|
|
649
641
|
"artifactType": "Manifest"
|
|
650
642
|
},
|
|
651
643
|
"createWithFilters": {
|
|
@@ -747,9 +739,7 @@
|
|
|
747
739
|
"type": {
|
|
748
740
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
749
741
|
"type": "string",
|
|
750
|
-
"
|
|
751
|
-
"TreeTable"
|
|
752
|
-
],
|
|
742
|
+
"const": "TreeTable",
|
|
753
743
|
"artifactType": "Manifest"
|
|
754
744
|
},
|
|
755
745
|
"multiSelect": {
|
|
@@ -851,9 +841,7 @@
|
|
|
851
841
|
"type": {
|
|
852
842
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
853
843
|
"type": "string",
|
|
854
|
-
"
|
|
855
|
-
"ResponsiveTable"
|
|
856
|
-
],
|
|
844
|
+
"const": "ResponsiveTable",
|
|
857
845
|
"artifactType": "Manifest"
|
|
858
846
|
},
|
|
859
847
|
"includeItemInSelection": {
|
|
@@ -989,9 +977,7 @@
|
|
|
989
977
|
"type": {
|
|
990
978
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
991
979
|
"type": "string",
|
|
992
|
-
"
|
|
993
|
-
"ResponsiveTable"
|
|
994
|
-
],
|
|
980
|
+
"const": "ResponsiveTable",
|
|
995
981
|
"artifactType": "Manifest"
|
|
996
982
|
},
|
|
997
983
|
"includeItemInSelection": {
|
|
@@ -24,9 +24,7 @@
|
|
|
24
24
|
"defaultLayoutTypeIfExternalNavigation": {
|
|
25
25
|
"description": "If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode.",
|
|
26
26
|
"type": "string",
|
|
27
|
-
"
|
|
28
|
-
"MidColumnFullScreen"
|
|
29
|
-
],
|
|
27
|
+
"const": "MidColumnFullScreen",
|
|
30
28
|
"artifactType": "Manifest"
|
|
31
29
|
},
|
|
32
30
|
"globalChartSettings": {
|
|
@@ -201,8 +199,21 @@
|
|
|
201
199
|
"type": "object",
|
|
202
200
|
"properties": {
|
|
203
201
|
"showHeaderContent": {
|
|
202
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
203
|
+
"anyOf": [
|
|
204
|
+
{
|
|
205
|
+
"enum": [
|
|
206
|
+
false,
|
|
207
|
+
true,
|
|
208
|
+
"{ui>/editable}",
|
|
209
|
+
"{= !${ui>/editable}}"
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"type": "string"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
204
216
|
"description": "showHeaderContent determines the visibility of the Header content.",
|
|
205
|
-
"type": "boolean",
|
|
206
217
|
"artifactType": "FlexChange",
|
|
207
218
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
208
219
|
},
|
|
@@ -477,9 +488,7 @@
|
|
|
477
488
|
"type": {
|
|
478
489
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
479
490
|
"type": "string",
|
|
480
|
-
"
|
|
481
|
-
"ResponsiveTable"
|
|
482
|
-
],
|
|
491
|
+
"const": "ResponsiveTable",
|
|
483
492
|
"artifactType": "Manifest"
|
|
484
493
|
},
|
|
485
494
|
"includeItemInSelection": {
|
|
@@ -549,9 +558,7 @@
|
|
|
549
558
|
"createMode": {
|
|
550
559
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
551
560
|
"type": "string",
|
|
552
|
-
"
|
|
553
|
-
"inline"
|
|
554
|
-
],
|
|
561
|
+
"const": "inline",
|
|
555
562
|
"artifactType": "Manifest"
|
|
556
563
|
},
|
|
557
564
|
"disableDefaultInlineCreateSort": {
|
|
@@ -873,9 +880,7 @@
|
|
|
873
880
|
"description": "The UI5 control used for your extension",
|
|
874
881
|
"artifactType": "Manifest",
|
|
875
882
|
"type": "string",
|
|
876
|
-
"
|
|
877
|
-
"sap.ui.core.Fragment"
|
|
878
|
-
]
|
|
883
|
+
"const": "sap.ui.core.Fragment"
|
|
879
884
|
},
|
|
880
885
|
"fragmentName": {
|
|
881
886
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -929,9 +934,7 @@
|
|
|
929
934
|
"type": {
|
|
930
935
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
931
936
|
"type": "string",
|
|
932
|
-
"
|
|
933
|
-
"ResponsiveTable"
|
|
934
|
-
],
|
|
937
|
+
"const": "ResponsiveTable",
|
|
935
938
|
"artifactType": "Manifest"
|
|
936
939
|
},
|
|
937
940
|
"includeItemInSelection": {
|
|
@@ -1001,9 +1004,7 @@
|
|
|
1001
1004
|
"createMode": {
|
|
1002
1005
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1003
1006
|
"type": "string",
|
|
1004
|
-
"
|
|
1005
|
-
"inline"
|
|
1006
|
-
],
|
|
1007
|
+
"const": "inline",
|
|
1007
1008
|
"artifactType": "Manifest"
|
|
1008
1009
|
},
|
|
1009
1010
|
"disableDefaultInlineCreateSort": {
|
|
@@ -1036,9 +1037,7 @@
|
|
|
1036
1037
|
"type": {
|
|
1037
1038
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1038
1039
|
"type": "string",
|
|
1039
|
-
"
|
|
1040
|
-
"AnalyticalTable"
|
|
1041
|
-
],
|
|
1040
|
+
"const": "AnalyticalTable",
|
|
1042
1041
|
"artifactType": "Manifest"
|
|
1043
1042
|
},
|
|
1044
1043
|
"condensedTableLayout": {
|
|
@@ -1092,9 +1091,7 @@
|
|
|
1092
1091
|
"createMode": {
|
|
1093
1092
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1094
1093
|
"type": "string",
|
|
1095
|
-
"
|
|
1096
|
-
"inline"
|
|
1097
|
-
],
|
|
1094
|
+
"const": "inline",
|
|
1098
1095
|
"artifactType": "Manifest"
|
|
1099
1096
|
},
|
|
1100
1097
|
"disableDefaultInlineCreateSort": {
|
|
@@ -1127,9 +1124,7 @@
|
|
|
1127
1124
|
"type": {
|
|
1128
1125
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1129
1126
|
"type": "string",
|
|
1130
|
-
"
|
|
1131
|
-
"GridTable"
|
|
1132
|
-
],
|
|
1127
|
+
"const": "GridTable",
|
|
1133
1128
|
"artifactType": "Manifest"
|
|
1134
1129
|
},
|
|
1135
1130
|
"condensedTableLayout": {
|
|
@@ -1183,9 +1178,7 @@
|
|
|
1183
1178
|
"createMode": {
|
|
1184
1179
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1185
1180
|
"type": "string",
|
|
1186
|
-
"
|
|
1187
|
-
"inline"
|
|
1188
|
-
],
|
|
1181
|
+
"const": "inline",
|
|
1189
1182
|
"artifactType": "Manifest"
|
|
1190
1183
|
},
|
|
1191
1184
|
"disableDefaultInlineCreateSort": {
|
|
@@ -1218,9 +1211,7 @@
|
|
|
1218
1211
|
"type": {
|
|
1219
1212
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1220
1213
|
"type": "string",
|
|
1221
|
-
"
|
|
1222
|
-
"TreeTable"
|
|
1223
|
-
],
|
|
1214
|
+
"const": "TreeTable",
|
|
1224
1215
|
"artifactType": "Manifest"
|
|
1225
1216
|
},
|
|
1226
1217
|
"condensedTableLayout": {
|
|
@@ -1274,9 +1265,7 @@
|
|
|
1274
1265
|
"createMode": {
|
|
1275
1266
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1276
1267
|
"type": "string",
|
|
1277
|
-
"
|
|
1278
|
-
"inline"
|
|
1279
|
-
],
|
|
1268
|
+
"const": "inline",
|
|
1280
1269
|
"artifactType": "Manifest"
|
|
1281
1270
|
},
|
|
1282
1271
|
"disableDefaultInlineCreateSort": {
|
|
@@ -1551,9 +1540,7 @@
|
|
|
1551
1540
|
"properties": {
|
|
1552
1541
|
"className": {
|
|
1553
1542
|
"type": "string",
|
|
1554
|
-
"
|
|
1555
|
-
"sap.ui.core.mvc.View"
|
|
1556
|
-
]
|
|
1543
|
+
"const": "sap.ui.core.mvc.View"
|
|
1557
1544
|
},
|
|
1558
1545
|
"viewName": {
|
|
1559
1546
|
"type": "string"
|
|
@@ -1607,18 +1594,14 @@
|
|
|
1607
1594
|
"properties": {
|
|
1608
1595
|
"className": {
|
|
1609
1596
|
"type": "string",
|
|
1610
|
-
"
|
|
1611
|
-
"sap.ui.core.Fragment"
|
|
1612
|
-
]
|
|
1597
|
+
"const": "sap.ui.core.Fragment"
|
|
1613
1598
|
},
|
|
1614
1599
|
"fragmentName": {
|
|
1615
1600
|
"type": "string"
|
|
1616
1601
|
},
|
|
1617
1602
|
"type": {
|
|
1618
1603
|
"type": "string",
|
|
1619
|
-
"
|
|
1620
|
-
"XML"
|
|
1621
|
-
]
|
|
1604
|
+
"const": "XML"
|
|
1622
1605
|
},
|
|
1623
1606
|
"relatedFacet": {
|
|
1624
1607
|
"type": "string"
|
|
@@ -617,9 +617,7 @@
|
|
|
617
617
|
]
|
|
618
618
|
},
|
|
619
619
|
{
|
|
620
|
-
"
|
|
621
|
-
"auto"
|
|
622
|
-
],
|
|
620
|
+
"const": "auto",
|
|
623
621
|
"type": "string"
|
|
624
622
|
}
|
|
625
623
|
]
|
|
@@ -886,9 +884,7 @@
|
|
|
886
884
|
]
|
|
887
885
|
},
|
|
888
886
|
{
|
|
889
|
-
"
|
|
890
|
-
"auto"
|
|
891
|
-
],
|
|
887
|
+
"const": "auto",
|
|
892
888
|
"type": "string"
|
|
893
889
|
}
|
|
894
890
|
]
|
|
@@ -956,9 +952,7 @@
|
|
|
956
952
|
"template": {
|
|
957
953
|
"description": "Represents the Stack Card component path to use for this card.",
|
|
958
954
|
"type": "string",
|
|
959
|
-
"
|
|
960
|
-
"sap.ovp.cards.stack"
|
|
961
|
-
],
|
|
955
|
+
"const": "sap.ovp.cards.stack",
|
|
962
956
|
"artifactType": "Manifest"
|
|
963
957
|
},
|
|
964
958
|
"stackCardSettings": {
|
|
@@ -1065,9 +1059,7 @@
|
|
|
1065
1059
|
]
|
|
1066
1060
|
},
|
|
1067
1061
|
{
|
|
1068
|
-
"
|
|
1069
|
-
"auto"
|
|
1070
|
-
],
|
|
1062
|
+
"const": "auto",
|
|
1071
1063
|
"type": "string"
|
|
1072
1064
|
}
|
|
1073
1065
|
]
|
|
@@ -1113,9 +1105,7 @@
|
|
|
1113
1105
|
"template": {
|
|
1114
1106
|
"description": "Represents the Link list Card component path to use for this card.",
|
|
1115
1107
|
"type": "string",
|
|
1116
|
-
"
|
|
1117
|
-
"sap.ovp.cards.linklist"
|
|
1118
|
-
],
|
|
1108
|
+
"const": "sap.ovp.cards.linklist",
|
|
1119
1109
|
"artifactType": "Manifest"
|
|
1120
1110
|
},
|
|
1121
1111
|
"linkListCardSettings": {
|
|
@@ -1229,9 +1219,7 @@
|
|
|
1229
1219
|
]
|
|
1230
1220
|
},
|
|
1231
1221
|
{
|
|
1232
|
-
"
|
|
1233
|
-
"auto"
|
|
1234
|
-
],
|
|
1222
|
+
"const": "auto",
|
|
1235
1223
|
"type": "string"
|
|
1236
1224
|
}
|
|
1237
1225
|
]
|
|
@@ -1456,9 +1444,7 @@
|
|
|
1456
1444
|
]
|
|
1457
1445
|
},
|
|
1458
1446
|
{
|
|
1459
|
-
"
|
|
1460
|
-
"auto"
|
|
1461
|
-
],
|
|
1447
|
+
"const": "auto",
|
|
1462
1448
|
"type": "string"
|
|
1463
1449
|
}
|
|
1464
1450
|
]
|
|
@@ -1609,9 +1595,7 @@
|
|
|
1609
1595
|
]
|
|
1610
1596
|
},
|
|
1611
1597
|
{
|
|
1612
|
-
"
|
|
1613
|
-
"auto"
|
|
1614
|
-
],
|
|
1598
|
+
"const": "auto",
|
|
1615
1599
|
"type": "string"
|
|
1616
1600
|
}
|
|
1617
1601
|
]
|
|
@@ -1726,9 +1710,7 @@
|
|
|
1726
1710
|
]
|
|
1727
1711
|
},
|
|
1728
1712
|
{
|
|
1729
|
-
"
|
|
1730
|
-
"auto"
|
|
1731
|
-
],
|
|
1713
|
+
"const": "auto",
|
|
1732
1714
|
"type": "string"
|
|
1733
1715
|
}
|
|
1734
1716
|
]
|
|
@@ -115,9 +115,7 @@
|
|
|
115
115
|
"designtime": {
|
|
116
116
|
"description": "You can restrict the adaptability of header facets via the setting 'flexSettings'/'designtime'. 'not-adaptable-visibility' means that 'remove' and 'add' are not possible, but 'move' is enabled.",
|
|
117
117
|
"type": "string",
|
|
118
|
-
"
|
|
119
|
-
"not-adaptable-visibility"
|
|
120
|
-
],
|
|
118
|
+
"const": "not-adaptable-visibility",
|
|
121
119
|
"artifactType": "Manifest"
|
|
122
120
|
}
|
|
123
121
|
},
|
|
@@ -623,9 +621,7 @@
|
|
|
623
621
|
"properties": {
|
|
624
622
|
"className": {
|
|
625
623
|
"type": "string",
|
|
626
|
-
"
|
|
627
|
-
"sap.ui.core.Fragment"
|
|
628
|
-
]
|
|
624
|
+
"const": "sap.ui.core.Fragment"
|
|
629
625
|
},
|
|
630
626
|
"fragmentName": {
|
|
631
627
|
"type": "string"
|
|
@@ -641,9 +637,7 @@
|
|
|
641
637
|
},
|
|
642
638
|
"type": {
|
|
643
639
|
"type": "string",
|
|
644
|
-
"
|
|
645
|
-
"XML"
|
|
646
|
-
]
|
|
640
|
+
"const": "XML"
|
|
647
641
|
},
|
|
648
642
|
"title": {
|
|
649
643
|
"description": "The label of the custom section, preferrable as an i18n key",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAUvE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,WAAY,MAAM,iBAAiB,MAAM,EAAE,KAAG,MAElF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,WAAY,MAAM,iBAAiB,MAAM,EAAE,eAAe,MAAM,EAAE,KAAG,MAEtG,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,cAAe,MAAM,SAAS,MAAM,KAAG,MASnE,CAAC;AAEF,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAQ/C;AAED;2DAC2D;AAC3D,oBAAY,YAAY;IACpB,QAAQ,mBAAmB;IAC3B,WAAW,yBAAyB;CACvC;AA6BD;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB,WACrB,MAAM,iBACC,MAAM,EAAE,eACV,MAAM,EAAE,gBACP,mBAAmB,SAC1B,MAAM,KACd,MA4BF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBACpB,MAAM,EAAE;gBACR,MAAM,GAAG,SAAS;sBAAoB,MAAM,GAAG,SAAS;cAAY,MAAM;CAc1F,CAAC;
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAUvE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,WAAY,MAAM,iBAAiB,MAAM,EAAE,KAAG,MAElF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,WAAY,MAAM,iBAAiB,MAAM,EAAE,eAAe,MAAM,EAAE,KAAG,MAEtG,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,cAAe,MAAM,SAAS,MAAM,KAAG,MASnE,CAAC;AAEF,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAQ/C;AAED;2DAC2D;AAC3D,oBAAY,YAAY;IACpB,QAAQ,mBAAmB;IAC3B,WAAW,yBAAyB;CACvC;AA6BD;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB,WACrB,MAAM,iBACC,MAAM,EAAE,eACV,MAAM,EAAE,gBACP,mBAAmB,SAC1B,MAAM,KACd,MA4BF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,gBACpB,MAAM,EAAE;gBACR,MAAM,GAAG,SAAS;sBAAoB,MAAM,GAAG,SAAS;cAAY,MAAM;CAc1F,CAAC;AA0EF,eAAO,MAAM,kCAAkC,WAAY,MAAM,cAAc,MAAM,gBAAgB,MAAM,KAAG,IAE7G,CAAC;AAEF,eAAO,MAAM,kCAAkC,WAAY,MAAM,cAAc,MAAM,gBAAgB,MAAM,KAAG,IAG7G,CAAC"}
|
|
@@ -184,6 +184,7 @@ const addPatternForBindingChangeOfEnum = (schema, definition, propertyName, bind
|
|
|
184
184
|
const description = originalDefinition.description ? originalDefinition.description : targetDefinition.description;
|
|
185
185
|
const pattern = determinePattern(targetDefinition);
|
|
186
186
|
if (targetDefinition['type'] && targetDefinition['type'] === 'boolean') {
|
|
187
|
+
//Always an enum, always with more than one value
|
|
187
188
|
resultDefinition = { enum: [false, true] };
|
|
188
189
|
}
|
|
189
190
|
if (bindingValues && resultDefinition['enum']) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.js","sourceRoot":"","sources":["../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"control.js","sourceRoot":"","sources":["../../../../../src/sync/common/decoration/control.ts"],"names":[],"mappings":";;;AAEA,wEAMqC;AACrC,oCAAkD;AAElD;;;;GAIG;AACI,MAAM,wBAAwB,GAAG,CAAC,MAAc,EAAE,aAAuB,EAAU,EAAE;IACxF,OAAO,MAAM,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC7C,CAAC,CAAC;AAFW,QAAA,wBAAwB,4BAEnC;AAEF;;;;;GAKG;AACI,MAAM,qBAAqB,GAAG,CAAC,MAAc,EAAE,aAAuB,EAAE,WAAqB,EAAU,EAAE;IAC5G,OAAO,MAAM,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAC9D,CAAC,CAAC;AAFW,QAAA,qBAAqB,yBAEhC;AAEF;;;;;;GAMG;AACI,MAAM,gBAAgB,GAAG,CAAC,SAAiB,EAAE,KAAa,EAAU,EAAE;IACzE,IAAI,kBAA0B,CAAC;IAC/B,MAAM,MAAM,GAAW,yCAAgB,CAAC;IACxC,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;QAC/C,kBAAkB,GAAG,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;KAC/C;SAAM;QACH,kBAAkB,GAAG,SAAS,CAAC,OAAO,CAAC,IAAI,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE,IAAI,CAAC,CAAC,OAAO,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;KACvG;IACD,OAAO,kBAAkB,CAAC;AAC9B,CAAC,CAAC;AATW,QAAA,gBAAgB,oBAS3B;AAEF,SAAgB,QAAQ,CAAC,MAAc;IACnC;;OAEG;IACH,OAAO,MAAM,CAAC,OAAO,CAAC,mBAAmB,EAAE,UAAU,CAAC;QAClD,MAAM,KAAK,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;QAC3C,OAAO,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,EAAE,CAAC;IACvD,CAAC,CAAC,CAAC;AACP,CAAC;AARD,4BAQC;AAED;2DAC2D;AAC3D,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,2CAA2B,CAAA;IAC3B,oDAAoC,CAAA;AACxC,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAED;;;;;;GAMG;AACH,SAAS,cAAc,CAAC,aAAuB,EAAE,gBAA0B,EAAE,KAAa;IACtF,IAAI,SAAiB,CAAC;IACtB,aAAa,GAAG,aAAa,CAAC,GAAG,CAAC,UAAU,IAAI;QAC5C,IAAI,IAAI,KAAK,qCAAY,CAAC,QAAQ,EAAE;YAChC,KAAK,IAAI,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,gBAAgB,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;gBAC1D,MAAM,UAAU,GAAG,gBAAgB,CAAC,KAAK,CAAC,CAAC;gBAC3C,IAAI,UAAU,KAAK,qCAAY,CAAC,QAAQ,EAAE;oBACtC,SAAS,GAAG,gBAAgB,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;oBACxC,IAAI,SAAS,CAAC,OAAO,CAAC,kCAAS,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;wBAC9C,gBAAgB,CAAC,KAAK,GAAG,CAAC,CAAC,GAAG,IAAA,wBAAgB,EAAC,SAAS,EAAE,KAAK,CAAC,GAAG,SAAS,CAAC;wBAC7E,OAAO,gBAAgB,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;qBACtC;iBACJ;aACJ;SACJ;QACD,OAAO,IAAI,CAAC;IAChB,CAAC,CAAC,CAAC;IACH,OAAO,EAAE,aAAa,EAAE,CAAC;AAC7B,CAAC;AAED;;;;;;;GAOG;AACI,MAAM,oBAAoB,GAAG,CAChC,MAAc,EACd,aAAuB,EACvB,WAAqB,EACrB,YAAiC,EACjC,KAAa,EACP,EAAE;IACR,IAAI,OAAO,GAAG,YAAY,CAAC,CAAC,SAAS;IACrC,MAAM,gBAAgB,GAAG,CAAC,GAAG,WAAW,CAAC,CAAC;IAE1C,CAAC,EAAE,aAAa,EAAE,GAAG,cAAc,CAAC,aAAa,EAAE,gBAAgB,EAAE,KAAK,CAAC,CAAC,CAAC;IAC7E,IAAI,gBAAgB,CAAC,CAAC,CAAC,KAAK,qCAAY,CAAC,QAAQ,EAAE;QAC/C,OAAO,GAAG,gBAAgB,CAAC,CAAC,CAAC;aACxB,OAAO,CAAC,yBAAyB,EAAE,qCAAY,CAAC;aAChD,OAAO,CAAC,0BAA0B,EAAE,qCAAY,CAAC,CAAC;KAC1D;SAAM,IAAI,aAAa,CAAC,CAAC,CAAC,KAAK,qCAAY,CAAC,KAAK,EAAE;QAChD,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,MAAM,UAAU,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC;SAC3D,OAAO,CAAC,yBAAyB,EAAE,qCAAY,CAAC;SAChD,OAAO,CAAC,0BAA0B,EAAE,qCAAY,CAAC;SACjD,OAAO,CAAC,WAAW,EAAE,YAAY,CAAC;SAClC,OAAO,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;IACzB,IAAI,MAAc,CAAC;IACnB,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC7C,IAAI,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,UAAU,GAAG,CAAC,CAAC,EAAE;QACvD,MAAM,GAAG,GAAG,MAAM,4BAA4B,UAAU,CAAC,SAAS,CAC9D,CAAC,EACD,UAAU,CACb,qBAAqB,OAAO,CAAC,OAAO,CAAC,SAAS,EAAE,aAAa,CAAC,MAAM,UAAU,CAAC,SAAS,CAAC,UAAU,GAAG,CAAC,CAAC,EAAE,CAAC;KAC/G;SAAM;QACH,MAAM,GAAG,GAAG,MAAM,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,EAAE,CAAC;KACjE;IACD,OAAO,QAAQ,CAAC,MAAM,CAAC,CAAC;AAC5B,CAAC,CAAC;AAlCW,QAAA,oBAAoB,wBAkC/B;AAEF;;;;GAIG;AACI,MAAM,wBAAwB,GAAG,CACpC,WAAqB,EACqE,EAAE;IAC5F,MAAM,aAAa,GAAG,WAAW,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IACvE,IAAI,UAAU,EAAE,gBAAgB,EAAE,QAAQ,CAAC;IAC3C,IAAI,aAAa,CAAC,MAAM,GAAG,CAAC,EAAE;QAC1B,UAAU,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;QAC9B,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;QACnD,QAAQ,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;KAC9C;SAAM,IAAI,aAAa,CAAC,MAAM,KAAK,CAAC,EAAE;QACnC,UAAU,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;QAC9B,QAAQ,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;KACrD;SAAM;QACH,QAAQ,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;KAC/B;IACD,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,QAAQ,EAAE,CAAC;AACtD,CAAC,CAAC;AAhBW,QAAA,wBAAwB,4BAgBnC;AAEF;;;;GAIG;AACH,SAAS,gBAAgB,CAAC,gBAA4B;IAClD,IAAI,OAAO,GAAG,qDAA4B,CAAC;IAC3C,IAAI,gBAAgB,CAAC,IAAI,EAAE;QACvB,IAAI,WAAW,CAAC;QAChB,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,EAAE;YACxC,IAAI,CAAC,SAAS,CAAC,QAAQ,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;gBACvC,WAAW,GAAG,WAAW,CAAC,CAAC,CAAC,GAAG,WAAW,IAAI,SAAS,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,QAAQ,EAAE,CAAC;aAC/F;QACL,CAAC,CAAC,CAAC;QACH,OAAO,GAAG,KAAK,WAAW,MAAM,OAAO,EAAE,CAAC;KAC7C;IACD,IAAI,gBAAgB,CAAC,MAAM,CAAC,IAAI,gBAAgB,CAAC,MAAM,CAAC,KAAK,SAAS,EAAE;QACpE,OAAO,GAAG,kBAAkB,OAAO,EAAE,CAAC;KACzC;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AAED;;;;;;GAMG;AACH,MAAM,gCAAgC,GAAG,CACrC,MAAc,EACd,UAAkB,EAClB,YAAoB,EACpB,aAA8B,EAC1B,EAAE;IACN,MAAM,YAAY,GAAG,UAAU,IAAI,UAAU,CAAC,YAAY,CAAC,CAAC;IAC5D,IAAI,YAAY,CAAC,YAAY,CAAC,CAAC,OAAO,EAAE;QACpC,OAAO,CAAC,sBAAsB;KACjC;IACD,MAAM,kBAAkB,GAAG,YAAY,CAAC,YAAY,CAAC,CAAC;IACtD,IAAI,gBAAgB,GAAG,kBAAkB,CAAC;IAC1C,MAAM,gBAAgB,GAAG,kBAAkB,CAAC,IAAI;QAC5C,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,8BAAsB,CAAC,CAAC,CAAC,CAAC,CAAC;QACjF,CAAC,CAAC,kBAAkB,CAAC;IACzB,MAAM,WAAW,GAAG,kBAAkB,CAAC,WAAW,CAAC,CAAC,CAAC,kBAAkB,CAAC,WAAW,CAAC,CAAC,CAAC,gBAAgB,CAAC,WAAW,CAAC;IACnH,MAAM,OAAO,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;IACnD,IAAI,gBAAgB,CAAC,MAAM,CAAC,IAAI,gBAAgB,CAAC,MAAM,CAAC,KAAK,SAAS,EAAE;QACpE,iDAAiD;QACjD,gBAAgB,GAAG,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,EAAE,CAAC;KAC9C;IACD,IAAI,aAAa,IAAI,gBAAgB,CAAC,MAAM,CAAC,EAAE;QAC3C,aAAa,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;YAC5B,IAAI,gBAAgB,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;gBAChD,gBAAgB,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;aACxC;QACL,CAAC,CAAC,CAAC;KACN;IACD,YAAY,CAAC,YAAY,CAAC,GAAG;QACzB,OAAO,EAAE,OAAO;QAChB,KAAK,EAAE;YACH,gBAAgB;YAChB;gBACI,IAAI,EAAE,QAAQ;aACjB;SACJ;KACJ,CAAC;IACF,IAAI,WAAW,EAAE;QACb,YAAY,CAAC,YAAY,CAAC,CAAC,WAAW,GAAG,WAAW,CAAC;QACrD,OAAO,kBAAkB,CAAC,WAAW,CAAC;KACzC;AACL,CAAC,CAAC;AAEK,MAAM,kCAAkC,GAAG,CAAC,MAAc,EAAE,UAAkB,EAAE,YAAoB,EAAQ,EAAE;IACjH,gCAAgC,CAAC,MAAM,EAAE,UAAU,EAAE,YAAY,CAAC,CAAC;AACvE,CAAC,CAAC;AAFW,QAAA,kCAAkC,sCAE7C;AAEK,MAAM,kCAAkC,GAAG,CAAC,MAAc,EAAE,UAAkB,EAAE,YAAoB,EAAQ,EAAE;IACjH,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;IAClD,gCAAgC,CAAC,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;AACtF,CAAC,CAAC;AAHW,QAAA,kCAAkC,sCAG7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"objectPage.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/generate/objectPage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAI3F,OAAO,KAAK,EAAE,WAAW,EAAE,2BAA2B,EAAoB,MAAM,6BAA6B,CAAC;AAE9G,OAAO,EAGH,oBAAoB,EAGpB,WAAW,EAEd,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"objectPage.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/generate/objectPage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAI3F,OAAO,KAAK,EAAE,WAAW,EAAE,2BAA2B,EAAoB,MAAM,6BAA6B,CAAC;AAE9G,OAAO,EAGH,oBAAoB,EAGpB,WAAW,EAEd,MAAM,6BAA6B,CAAC;AAUrC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAwdzD;;;;;;;;;GASG;AACH,wBAAgB,UAAU,CACtB,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,WAAW,EACpB,gBAAgB,EAAE,UAAU,EAC5B,SAAS,EAAE,UAAU,EACrB,OAAO,EAAE,oBAAoB,EAC7B,QAAQ,EAAE,MAAM,GACjB,MAAM,GAAG,SAAS,CAwDpB;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,oBAAoB,EAAE,MAAM,EAAE,eAAe,EAAE,iBAAiB,GAAG,MAAM,CAarG;AAED;;;;GAIG;AAEH,wBAAgB,kBAAkB,CAC9B,IAAI,EAAE,GAAG,EACT,eAAe,EAAE,iBAAiB,GACnC;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CA0B7D;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,UAAU,EAAE,kBAAkB,EAAE,2BAA2B,GAAG,IAAI,CA+D7G;AAED;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAC5B,SAAS,EAAE,UAAU,EACrB,UAAU,EAAE,UAAU,EACtB,eAAe,EAAE,iBAAiB,EAClC,uBAAuB,KAAA,GACxB,IAAI,CAoCN;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,GAAG,IAAI,CAUzF;AAED;;;;;GAKG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,iBAAiB,GAAG,SAAS,GAAG,SAAS,CAMlH"}
|