@sap/ux-specification 1.96.47 → 1.96.48
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 +38 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +95 -95
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +8 -8
- package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -4
- package/dist/schemas/v2/ApplicationV2.json +2 -1
- package/dist/schemas/v2/ListReportConfig.json +4 -4
- package/dist/schemas/v2/ObjectPageConfig.json +24 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +48 -34
- package/dist/schemas/v4/ObjectPageConfig.json +33 -24
- package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js +9 -2
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/i18n.json +5 -2
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +20 -10
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +8 -7
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +16 -9
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +13 -3
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.js +1 -1
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +41 -18
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +5 -6
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +7 -28
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +20 -31
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +4 -30
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +15 -0
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +69 -5
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +2 -3
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +15 -11
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +71 -57
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +25 -22
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +24 -19
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +1 -1
- package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/import/utils.js +4 -4
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +1 -2
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +1 -2
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +8 -8
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.48",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"publisher": "SAPSE",
|
|
52
52
|
"license": "SEE LICENSE IN LICENSE",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@sap-ux/fe-fpm-writer": "0.23.
|
|
55
|
-
"@sap-ux/vocabularies-types": "0.9.
|
|
54
|
+
"@sap-ux/fe-fpm-writer": "0.23.5",
|
|
55
|
+
"@sap-ux/vocabularies-types": "0.9.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@sap-ux/annotation-converter": "0.7.
|
|
59
|
-
"@sap/ux-specification-types": "1.96.
|
|
58
|
+
"@sap-ux/annotation-converter": "0.7.4",
|
|
59
|
+
"@sap/ux-specification-types": "1.96.48",
|
|
60
60
|
"@sap-ux/edmx-parser": "0.6.0",
|
|
61
|
-
"@sapui5/ts-types-esm": "1.96.
|
|
61
|
+
"@sapui5/ts-types-esm": "1.96.25",
|
|
62
62
|
"@types/d3": "7.4.0",
|
|
63
|
-
"@types/jquery": "3.5.
|
|
63
|
+
"@types/jquery": "3.5.19",
|
|
64
64
|
"@types/mem-fs-editor": "7.0.3",
|
|
65
|
-
"@types/semver": "7.5.
|
|
65
|
+
"@types/semver": "7.5.2",
|
|
66
66
|
"@ui5/flexibility-utils": "0.1.3",
|
|
67
67
|
"@xml-tools/ast": "5.0.5",
|
|
68
68
|
"@xml-tools/parser": "1.0.11",
|
|
@@ -391,13 +391,13 @@
|
|
|
391
391
|
"controlType": "sap.m.Button"
|
|
392
392
|
},
|
|
393
393
|
"icon": {
|
|
394
|
-
"description": "
|
|
394
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
395
395
|
"type": "string",
|
|
396
396
|
"artifactType": "FlexChange",
|
|
397
397
|
"controlType": "sap.m.Button"
|
|
398
398
|
},
|
|
399
399
|
"activeIcon": {
|
|
400
|
-
"description": "
|
|
400
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
401
401
|
"type": "string",
|
|
402
402
|
"artifactType": "FlexChange",
|
|
403
403
|
"controlType": "sap.m.Button"
|
|
@@ -505,13 +505,13 @@
|
|
|
505
505
|
"controlType": "sap.m.Button"
|
|
506
506
|
},
|
|
507
507
|
"icon": {
|
|
508
|
-
"description": "
|
|
508
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
509
509
|
"type": "string",
|
|
510
510
|
"artifactType": "FlexChange",
|
|
511
511
|
"controlType": "sap.m.Button"
|
|
512
512
|
},
|
|
513
513
|
"activeIcon": {
|
|
514
|
-
"description": "
|
|
514
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
515
515
|
"type": "string",
|
|
516
516
|
"artifactType": "FlexChange",
|
|
517
517
|
"controlType": "sap.m.Button"
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
"type": "string"
|
|
57
57
|
},
|
|
58
58
|
"flexEnabled": {
|
|
59
|
-
"description": "
|
|
59
|
+
"description": "Allows you to enable key user adaptation for an application.",
|
|
60
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
60
61
|
"type": "boolean"
|
|
61
62
|
}
|
|
62
63
|
},
|
|
@@ -400,13 +400,13 @@
|
|
|
400
400
|
"controlType": "sap.m.Button"
|
|
401
401
|
},
|
|
402
402
|
"icon": {
|
|
403
|
-
"description": "
|
|
403
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
404
404
|
"type": "string",
|
|
405
405
|
"artifactType": "FlexChange",
|
|
406
406
|
"controlType": "sap.m.Button"
|
|
407
407
|
},
|
|
408
408
|
"activeIcon": {
|
|
409
|
-
"description": "
|
|
409
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
410
410
|
"type": "string",
|
|
411
411
|
"artifactType": "FlexChange",
|
|
412
412
|
"controlType": "sap.m.Button"
|
|
@@ -514,13 +514,13 @@
|
|
|
514
514
|
"controlType": "sap.m.Button"
|
|
515
515
|
},
|
|
516
516
|
"icon": {
|
|
517
|
-
"description": "
|
|
517
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
518
518
|
"type": "string",
|
|
519
519
|
"artifactType": "FlexChange",
|
|
520
520
|
"controlType": "sap.m.Button"
|
|
521
521
|
},
|
|
522
522
|
"activeIcon": {
|
|
523
|
-
"description": "
|
|
523
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
524
524
|
"type": "string",
|
|
525
525
|
"artifactType": "FlexChange",
|
|
526
526
|
"controlType": "sap.m.Button"
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"type": "string"
|
|
143
143
|
}
|
|
144
144
|
],
|
|
145
|
-
"description": "
|
|
145
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
146
146
|
"artifactType": "FlexChange",
|
|
147
147
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
148
148
|
},
|
|
@@ -154,13 +154,13 @@
|
|
|
154
154
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
155
155
|
},
|
|
156
156
|
"icon": {
|
|
157
|
-
"description": "
|
|
157
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
158
158
|
"type": "string",
|
|
159
159
|
"artifactType": "FlexChange",
|
|
160
160
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
161
161
|
},
|
|
162
162
|
"activeIcon": {
|
|
163
|
-
"description": "
|
|
163
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
164
164
|
"type": "string",
|
|
165
165
|
"artifactType": "FlexChange",
|
|
166
166
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"type": "string"
|
|
288
288
|
}
|
|
289
289
|
],
|
|
290
|
-
"description": "
|
|
290
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
291
291
|
"artifactType": "FlexChange",
|
|
292
292
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
293
293
|
}
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
"type": "string"
|
|
318
318
|
}
|
|
319
319
|
],
|
|
320
|
-
"description": "
|
|
320
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
321
321
|
"artifactType": "FlexChange",
|
|
322
322
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
323
323
|
}
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
"type": "string"
|
|
365
365
|
}
|
|
366
366
|
],
|
|
367
|
-
"description": "
|
|
367
|
+
"description": "Allows you to define if the field should be visible on the screen.",
|
|
368
368
|
"artifactType": "FlexChange",
|
|
369
369
|
"controlType": "sap.ui.comp.smartform.GroupElement"
|
|
370
370
|
}
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"type": "string"
|
|
398
398
|
}
|
|
399
399
|
],
|
|
400
|
-
"description": "
|
|
400
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
401
401
|
"artifactType": "FlexChange",
|
|
402
402
|
"controlType": "sap.m.Button"
|
|
403
403
|
},
|
|
@@ -409,13 +409,13 @@
|
|
|
409
409
|
"controlType": "sap.m.Button"
|
|
410
410
|
},
|
|
411
411
|
"icon": {
|
|
412
|
-
"description": "
|
|
412
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
413
413
|
"type": "string",
|
|
414
414
|
"artifactType": "FlexChange",
|
|
415
415
|
"controlType": "sap.m.Button"
|
|
416
416
|
},
|
|
417
417
|
"activeIcon": {
|
|
418
|
-
"description": "
|
|
418
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
419
419
|
"type": "string",
|
|
420
420
|
"artifactType": "FlexChange",
|
|
421
421
|
"controlType": "sap.m.Button"
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
"type": "string"
|
|
469
469
|
}
|
|
470
470
|
],
|
|
471
|
-
"description": "
|
|
471
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
472
472
|
"artifactType": "FlexChange",
|
|
473
473
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
474
474
|
}
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
"type": "string"
|
|
701
701
|
}
|
|
702
702
|
],
|
|
703
|
-
"description": "
|
|
703
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
704
704
|
"artifactType": "FlexChange",
|
|
705
705
|
"controlType": "sap.m.Button"
|
|
706
706
|
},
|
|
@@ -712,13 +712,13 @@
|
|
|
712
712
|
"controlType": "sap.m.Button"
|
|
713
713
|
},
|
|
714
714
|
"icon": {
|
|
715
|
-
"description": "
|
|
715
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
716
716
|
"type": "string",
|
|
717
717
|
"artifactType": "FlexChange",
|
|
718
718
|
"controlType": "sap.m.Button"
|
|
719
719
|
},
|
|
720
720
|
"activeIcon": {
|
|
721
|
-
"description": "
|
|
721
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
722
722
|
"type": "string",
|
|
723
723
|
"artifactType": "FlexChange",
|
|
724
724
|
"controlType": "sap.m.Button"
|
|
@@ -806,13 +806,13 @@
|
|
|
806
806
|
"controlType": "sap.m.Button"
|
|
807
807
|
},
|
|
808
808
|
"icon": {
|
|
809
|
-
"description": "
|
|
809
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
810
810
|
"type": "string",
|
|
811
811
|
"artifactType": "FlexChange",
|
|
812
812
|
"controlType": "sap.m.Button"
|
|
813
813
|
},
|
|
814
814
|
"activeIcon": {
|
|
815
|
-
"description": "
|
|
815
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
816
816
|
"type": "string",
|
|
817
817
|
"artifactType": "FlexChange",
|
|
818
818
|
"controlType": "sap.m.Button"
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
"type": "string"
|
|
1316
1316
|
}
|
|
1317
1317
|
],
|
|
1318
|
-
"description": "
|
|
1318
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1319
1319
|
"artifactType": "FlexChange",
|
|
1320
1320
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1321
1321
|
}
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
"type": "string"
|
|
1361
1361
|
}
|
|
1362
1362
|
],
|
|
1363
|
-
"description": "
|
|
1363
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1364
1364
|
"artifactType": "FlexChange",
|
|
1365
1365
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1366
1366
|
}
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
"type": "string"
|
|
1393
1393
|
}
|
|
1394
1394
|
],
|
|
1395
|
-
"description": "
|
|
1395
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1396
1396
|
"artifactType": "FlexChange",
|
|
1397
1397
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1398
1398
|
}
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
"type": "string"
|
|
1423
1423
|
}
|
|
1424
1424
|
],
|
|
1425
|
-
"description": "
|
|
1425
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1426
1426
|
"artifactType": "FlexChange",
|
|
1427
1427
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1428
1428
|
}
|
|
@@ -1476,7 +1476,7 @@
|
|
|
1476
1476
|
"type": "string"
|
|
1477
1477
|
}
|
|
1478
1478
|
],
|
|
1479
|
-
"description": "
|
|
1479
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1480
1480
|
"artifactType": "FlexChange",
|
|
1481
1481
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1482
1482
|
}
|
|
@@ -1508,7 +1508,7 @@
|
|
|
1508
1508
|
"type": "string"
|
|
1509
1509
|
}
|
|
1510
1510
|
],
|
|
1511
|
-
"description": "
|
|
1511
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1512
1512
|
"artifactType": "FlexChange",
|
|
1513
1513
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1514
1514
|
}
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
"type": "string"
|
|
1665
1665
|
}
|
|
1666
1666
|
],
|
|
1667
|
-
"description": "
|
|
1667
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
1668
1668
|
"artifactType": "FlexChange",
|
|
1669
1669
|
"controlType": "sap.m.Button"
|
|
1670
1670
|
},
|
|
@@ -1676,13 +1676,13 @@
|
|
|
1676
1676
|
"controlType": "sap.m.Button"
|
|
1677
1677
|
},
|
|
1678
1678
|
"icon": {
|
|
1679
|
-
"description": "
|
|
1679
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1680
1680
|
"type": "string",
|
|
1681
1681
|
"artifactType": "FlexChange",
|
|
1682
1682
|
"controlType": "sap.m.Button"
|
|
1683
1683
|
},
|
|
1684
1684
|
"activeIcon": {
|
|
1685
|
-
"description": "
|
|
1685
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1686
1686
|
"type": "string",
|
|
1687
1687
|
"artifactType": "FlexChange",
|
|
1688
1688
|
"controlType": "sap.m.Button"
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"type": "string"
|
|
53
53
|
},
|
|
54
54
|
"flexEnabled": {
|
|
55
|
-
"description": "
|
|
55
|
+
"description": "Allows you to enable key user adaptation for an application.",
|
|
56
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
56
57
|
"type": "boolean"
|
|
57
58
|
}
|
|
58
59
|
},
|