@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.
Files changed (84) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +95 -95
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/package.json +8 -8
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -4
  16. package/dist/schemas/v2/ApplicationV2.json +2 -1
  17. package/dist/schemas/v2/ListReportConfig.json +4 -4
  18. package/dist/schemas/v2/ObjectPageConfig.json +24 -24
  19. package/dist/schemas/v4/ApplicationV4.json +2 -1
  20. package/dist/schemas/v4/ListReportConfig.json +48 -34
  21. package/dist/schemas/v4/ObjectPageConfig.json +33 -24
  22. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  23. package/dist/src/sync/common/distTagEvaluator.js +9 -2
  24. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  25. package/dist/src/sync/common/i18n.json +5 -2
  26. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  27. package/dist/src/sync/common/importProject.js +20 -10
  28. package/dist/src/sync/common/importProject.js.map +1 -1
  29. package/dist/src/sync/common/utils.d.ts +8 -7
  30. package/dist/src/sync/common/utils.d.ts.map +1 -1
  31. package/dist/src/sync/common/utils.js +16 -9
  32. package/dist/src/sync/common/utils.js.map +1 -1
  33. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  34. package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
  35. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  36. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  37. package/dist/src/sync/v2/export/exportPage.js +13 -3
  38. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  39. package/dist/src/sync/v2/export/manifest.js +1 -1
  40. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  41. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  42. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  43. package/dist/src/sync/v2/import/app/appProvider.js +41 -18
  44. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  45. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
  46. package/dist/src/sync/v2/import/common/index.js +5 -6
  47. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  48. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  49. package/dist/src/sync/v2/import/pages/analyticalListPage.js +7 -28
  50. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  51. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  52. package/dist/src/sync/v2/import/pages/listReport.js +20 -31
  53. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  54. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  55. package/dist/src/sync/v2/import/pages/objectPage.js +4 -30
  56. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  57. package/dist/src/sync/v2/import/utils.d.ts +15 -0
  58. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  59. package/dist/src/sync/v2/import/utils.js +69 -5
  60. package/dist/src/sync/v2/import/utils.js.map +1 -1
  61. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  62. package/dist/src/sync/v4/generate/listReport.js +2 -3
  63. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  64. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  65. package/dist/src/sync/v4/generate/objectPage.js +15 -11
  66. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  67. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  68. package/dist/src/sync/v4/import/app/appProvider.js +71 -57
  69. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  70. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  71. package/dist/src/sync/v4/import/pages/listReport.js +25 -22
  72. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  73. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  74. package/dist/src/sync/v4/import/pages/objectPage.js +24 -19
  75. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  76. package/dist/src/sync/v4/import/utils.d.ts +1 -1
  77. package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
  78. package/dist/src/sync/v4/import/utils.js +4 -4
  79. package/dist/src/sync/v4/import/utils.js.map +1 -1
  80. package/dist/src/sync/v4/utils/utils.d.ts +1 -2
  81. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  82. package/dist/src/sync/v4/utils/utils.js +1 -2
  83. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  84. package/package.json +8 -8
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "defaultPath": {
39
39
  "$ref": "#/definitions/DefaultPathType",
40
- "description": "defaultPath can be \"primary\", \"secondary\", or \"both\". If it is \"primary\", SAP Fiori elements loads the app in chart-only view. If it is \"secondary\", SAP Fiori elements loads the app in table-only view. If it is \"both\", SAP Fiori elements loads the app in hybrid view.",
40
+ "description": "Allows you to set the initial view mode\n\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view.",
41
41
  "artifactType": "Manifest"
42
42
  },
43
43
  "$schema": {
@@ -103,7 +103,7 @@
103
103
  "type": "string"
104
104
  }
105
105
  ],
106
- "description": "Whether the action button should be visible on the screen.",
106
+ "description": "Allows you to define if the action button should be visible on the screen.",
107
107
  "artifactType": "Manifest"
108
108
  },
109
109
  "enabled": {
@@ -119,7 +119,7 @@
119
119
  "type": "string"
120
120
  }
121
121
  ],
122
- "description": "Whether the action button should be enabled. Default value is `true`.",
122
+ "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
123
123
  "artifactType": "Manifest"
124
124
  }
125
125
  },
@@ -176,12 +176,12 @@
176
176
  },
177
177
  "initialLayout": {
178
178
  "$ref": "#/definitions/InitialLayoutType",
179
- "description": "Specifies the default filter mode on initial load. Possible values: \"Visual\" and \"Compact\"",
179
+ "description": "Allows you to specify the default filter mode on the initial load.",
180
180
  "artifactType": "Manifest"
181
181
  },
182
182
  "layout": {
183
183
  "$ref": "#/definitions/LayoutType",
184
- "description": "Possible Values: \"Compact\" (if only compact filter is present) and \"CompactVisual\" if both compact and visual filters are present",
184
+ "description": "Allows you to specify the layout of the filter bar.\n\n- Compact: This setting shows filter fields in compact mode.\n- CompactVisual: This setting shows filter fields in both compact and visual modes.",
185
185
  "artifactType": "Manifest"
186
186
  }
187
187
  },
@@ -220,7 +220,7 @@
220
220
  "properties": {
221
221
  "availability": {
222
222
  "$ref": "#/definitions/Availability",
223
- "description": "Defines where the selection field should be shown.\nDefault: it will be shown by default.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the selection field is neither available in the table nor in adaptation.",
223
+ "description": "Defines where the selection field should be shown.\n\n- Default: The filter field is shown by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).\n- Adaptation: The filter field is initially not shown but is only available under Adapt Filters.\n- Hidden: The filter field is not visible in the filter bar or within the Adapt Filters dialog.",
224
224
  "artifactType": "Manifest"
225
225
  },
226
226
  "visualFilterValueList": {
@@ -334,12 +334,13 @@
334
334
  "type": "object",
335
335
  "properties": {
336
336
  "navigateToInstance": {
337
- "description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
337
+ "description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
338
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
338
339
  "type": "boolean",
339
340
  "artifactType": "Manifest"
340
341
  },
341
342
  "enableAutoScroll": {
342
- "description": "The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action",
343
+ "description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
343
344
  "type": "boolean",
344
345
  "artifactType": "Manifest"
345
346
  }
@@ -383,7 +384,7 @@
383
384
  "type": "string"
384
385
  }
385
386
  ],
386
- "description": "Whether the action button should be visible on the screen.",
387
+ "description": "Allows you to define if the action button should be visible on the screen.",
387
388
  "artifactType": "Manifest"
388
389
  },
389
390
  "enabled": {
@@ -399,7 +400,7 @@
399
400
  "type": "string"
400
401
  }
401
402
  ],
402
- "description": "Whether the action button should be enabled. Default value is `true`.",
403
+ "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
403
404
  "artifactType": "Manifest"
404
405
  }
405
406
  },
@@ -439,7 +440,7 @@
439
440
  },
440
441
  "initialLoad": {
441
442
  "$ref": "#/definitions/InitialLoadType",
442
- "description": "initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults)."
443
+ "description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button."
443
444
  },
444
445
  "personalization": {
445
446
  "$ref": "#/definitions/ViewPersonalizationType",
@@ -458,18 +459,19 @@
458
459
  },
459
460
  "selectionMode": {
460
461
  "$ref": "#/definitions/SelectionMode",
461
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode."
462
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar."
462
463
  },
463
464
  "selectAll": {
464
465
  "description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
465
466
  "type": "boolean"
466
467
  },
467
468
  "selectionLimit": {
468
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
469
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
469
470
  "type": "number"
470
471
  },
471
472
  "enableExport": {
472
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
473
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
474
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
473
475
  "type": "boolean"
474
476
  },
475
477
  "quickVariantSelection": {
@@ -477,7 +479,8 @@
477
479
  "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."
478
480
  },
479
481
  "condensedTableLayout": {
480
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
482
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
483
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
481
484
  "type": "boolean"
482
485
  }
483
486
  },
@@ -599,7 +602,7 @@
599
602
  "type": "string"
600
603
  }
601
604
  ],
602
- "description": "Whether the action button should be visible on the screen.",
605
+ "description": "Allows you to define if the action button should be visible on the screen.",
603
606
  "artifactType": "Manifest"
604
607
  },
605
608
  "enabled": {
@@ -615,7 +618,7 @@
615
618
  "type": "string"
616
619
  }
617
620
  ],
618
- "description": "Whether the action button should be enabled. Default value is `true`.",
621
+ "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
619
622
  "artifactType": "Manifest"
620
623
  }
621
624
  },
@@ -666,7 +669,8 @@
666
669
  "type": "object",
667
670
  "properties": {
668
671
  "width": {
669
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
672
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
673
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
670
674
  "type": "string",
671
675
  "artifactType": "Manifest"
672
676
  },
@@ -689,7 +693,8 @@
689
693
  "artifactType": "Manifest"
690
694
  },
691
695
  "width": {
692
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
696
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
697
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
693
698
  "type": "string",
694
699
  "artifactType": "Manifest"
695
700
  },
@@ -705,12 +710,13 @@
705
710
  "type": "object",
706
711
  "properties": {
707
712
  "navigateToInstance": {
708
- "description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
713
+ "description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
714
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
709
715
  "type": "boolean",
710
716
  "artifactType": "Manifest"
711
717
  },
712
718
  "enableAutoScroll": {
713
- "description": "The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action",
719
+ "description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
714
720
  "type": "boolean",
715
721
  "artifactType": "Manifest"
716
722
  }
@@ -734,8 +740,9 @@
734
740
  "type": "string"
735
741
  },
736
742
  "width": {
737
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
743
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
738
744
  "artifactType": "Manifest",
745
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
739
746
  "type": "string"
740
747
  },
741
748
  "template": {
@@ -870,7 +877,7 @@
870
877
  },
871
878
  "initialLoad": {
872
879
  "$ref": "#/definitions/InitialLoadType",
873
- "description": "initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults).",
880
+ "description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.",
874
881
  "artifactType": "Manifest"
875
882
  },
876
883
  "personalization": {
@@ -895,7 +902,7 @@
895
902
  },
896
903
  "selectionMode": {
897
904
  "$ref": "#/definitions/SelectionMode",
898
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
905
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
899
906
  "artifactType": "Manifest"
900
907
  },
901
908
  "selectAll": {
@@ -904,12 +911,13 @@
904
911
  "artifactType": "Manifest"
905
912
  },
906
913
  "selectionLimit": {
907
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
914
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
908
915
  "type": "number",
909
916
  "artifactType": "Manifest"
910
917
  },
911
918
  "enableExport": {
912
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
919
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
920
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
913
921
  "type": "boolean",
914
922
  "artifactType": "Manifest"
915
923
  },
@@ -919,7 +927,8 @@
919
927
  "artifactType": "Manifest"
920
928
  },
921
929
  "condensedTableLayout": {
922
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
930
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
931
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
923
932
  "type": "boolean",
924
933
  "artifactType": "Manifest"
925
934
  }
@@ -1042,7 +1051,7 @@
1042
1051
  },
1043
1052
  "selectionMode": {
1044
1053
  "$ref": "#/definitions/SelectionMode",
1045
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
1054
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
1046
1055
  "artifactType": "Manifest"
1047
1056
  },
1048
1057
  "selectAll": {
@@ -1051,12 +1060,13 @@
1051
1060
  "artifactType": "Manifest"
1052
1061
  },
1053
1062
  "selectionLimit": {
1054
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
1063
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
1055
1064
  "type": "number",
1056
1065
  "artifactType": "Manifest"
1057
1066
  },
1058
1067
  "enableExport": {
1059
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
1068
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
1069
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
1060
1070
  "type": "boolean",
1061
1071
  "artifactType": "Manifest"
1062
1072
  },
@@ -1066,7 +1076,8 @@
1066
1076
  "artifactType": "Manifest"
1067
1077
  },
1068
1078
  "condensedTableLayout": {
1069
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
1079
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
1080
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
1070
1081
  "type": "boolean",
1071
1082
  "artifactType": "Manifest"
1072
1083
  }
@@ -1205,7 +1216,8 @@
1205
1216
  "type": "object",
1206
1217
  "properties": {
1207
1218
  "width": {
1208
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
1219
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
1220
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
1209
1221
  "type": "string",
1210
1222
  "artifactType": "Manifest"
1211
1223
  },
@@ -1228,7 +1240,8 @@
1228
1240
  "artifactType": "Manifest"
1229
1241
  },
1230
1242
  "width": {
1231
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
1243
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
1244
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
1232
1245
  "type": "string",
1233
1246
  "artifactType": "Manifest"
1234
1247
  },
@@ -1257,8 +1270,9 @@
1257
1270
  "type": "string"
1258
1271
  },
1259
1272
  "width": {
1260
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
1273
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
1261
1274
  "artifactType": "Manifest",
1275
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
1262
1276
  "type": "string"
1263
1277
  },
1264
1278
  "template": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "variantManagement": {
11
11
  "$ref": "#/definitions/VariantManagementTypeObjectPage",
12
- "description": "variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control.",
12
+ "description": "Allows you to enable and disable variant management for tables.\n\n- None (default): No variant management is possible by default.\n- Control: Individual personalization for each control is possible.",
13
13
  "artifactType": "Manifest"
14
14
  },
15
15
  "sections": {
@@ -112,7 +112,7 @@
112
112
  "type": "string"
113
113
  }
114
114
  ],
115
- "description": "Whether the action button should be visible on the screen.",
115
+ "description": "Allows you to define if the action button should be visible on the screen.",
116
116
  "artifactType": "Manifest"
117
117
  },
118
118
  "enabled": {
@@ -130,7 +130,7 @@
130
130
  "type": "string"
131
131
  }
132
132
  ],
133
- "description": "Whether the action button should be enabled. Default value is `true`.",
133
+ "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
134
134
  "artifactType": "Manifest"
135
135
  }
136
136
  },
@@ -181,12 +181,13 @@
181
181
  "type": "object",
182
182
  "properties": {
183
183
  "navigateToInstance": {
184
- "description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
184
+ "description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
185
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
185
186
  "type": "boolean",
186
187
  "artifactType": "Manifest"
187
188
  },
188
189
  "enableAutoScroll": {
189
- "description": "The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action",
190
+ "description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
190
191
  "type": "boolean",
191
192
  "artifactType": "Manifest"
192
193
  }
@@ -233,7 +234,8 @@
233
234
  "type": "object",
234
235
  "properties": {
235
236
  "designtime": {
236
- "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.",
237
+ "description": "Allows you to define which settings are available for key user adaptation at design time.",
238
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53.html https://ui5.sap.com/sdk/#/topic/de9fd55c69af4b46863f5d26b5d796c4.html",
237
239
  "type": "string",
238
240
  "const": "not-adaptable-visibility",
239
241
  "artifactType": "Manifest"
@@ -314,7 +316,7 @@
314
316
  "properties": {
315
317
  "sectionLayout": {
316
318
  "$ref": "#/definitions/SectionLayoutType",
317
- "description": "sectionLayout defines the layout of the sections. The default is \"Page\" (all sections in one page), possible values are \"Page\" and \"Tabs\" (every section in its own tab).",
319
+ "description": "Allows you to define the layout of the sections.\n\n- Page (default): In this mode, all the sections and subsections are added to the same page.\n- Tabs: In this mode, the sections are represented as tabs under the header facet.",
318
320
  "artifactType": "Manifest"
319
321
  }
320
322
  },
@@ -417,7 +419,7 @@
417
419
  },
418
420
  "selectionMode": {
419
421
  "$ref": "#/definitions/SelectionMode",
420
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
422
+ "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
421
423
  "artifactType": "Manifest"
422
424
  },
423
425
  "selectAll": {
@@ -426,17 +428,19 @@
426
428
  "artifactType": "Manifest"
427
429
  },
428
430
  "selectionLimit": {
429
- "description": "With the selectionLimit you can define how many items can be selected at a time,",
431
+ "description": "You can define how many items can be selected at a time using the selectionLimit.",
430
432
  "type": "number",
431
433
  "artifactType": "Manifest"
432
434
  },
433
435
  "enableExport": {
434
- "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
436
+ "description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
437
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
435
438
  "type": "boolean",
436
439
  "artifactType": "Manifest"
437
440
  },
438
441
  "condensedTableLayout": {
439
- "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
442
+ "description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
443
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
440
444
  "type": "boolean",
441
445
  "artifactType": "Manifest"
442
446
  }
@@ -531,7 +535,7 @@
531
535
  "type": "string"
532
536
  }
533
537
  ],
534
- "description": "Whether the action button should be visible on the screen.",
538
+ "description": "Allows you to define if the action button should be visible on the screen.",
535
539
  "artifactType": "Manifest"
536
540
  },
537
541
  "enabled": {
@@ -549,7 +553,7 @@
549
553
  "type": "string"
550
554
  }
551
555
  ],
552
- "description": "Whether the action button should be enabled. Default value is `true`.",
556
+ "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
553
557
  "artifactType": "Manifest"
554
558
  }
555
559
  },
@@ -683,7 +687,8 @@
683
687
  "type": "object",
684
688
  "properties": {
685
689
  "width": {
686
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
690
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
691
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
687
692
  "type": "string",
688
693
  "artifactType": "Manifest"
689
694
  },
@@ -709,7 +714,8 @@
709
714
  "type": "object",
710
715
  "properties": {
711
716
  "width": {
712
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
717
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
718
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
713
719
  "type": "string",
714
720
  "artifactType": "Manifest"
715
721
  },
@@ -736,8 +742,9 @@
736
742
  "type": "string"
737
743
  },
738
744
  "width": {
739
- "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
745
+ "description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
740
746
  "artifactType": "Manifest",
747
+ "descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
741
748
  "type": "string"
742
749
  },
743
750
  "template": {
@@ -900,7 +907,7 @@
900
907
  "type": "string"
901
908
  }
902
909
  ],
903
- "description": "Whether the action button should be visible on the screen.",
910
+ "description": "Allows you to define if the action button should be visible on the screen.",
904
911
  "artifactType": "Manifest"
905
912
  },
906
913
  "enabled": {
@@ -918,7 +925,7 @@
918
925
  "type": "string"
919
926
  }
920
927
  ],
921
- "description": "Whether the action button should be enabled. Default value is `true`.",
928
+ "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
922
929
  "artifactType": "Manifest"
923
930
  }
924
931
  },
@@ -943,12 +950,13 @@
943
950
  "type": "object",
944
951
  "properties": {
945
952
  "navigateToInstance": {
946
- "description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
953
+ "description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
954
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
947
955
  "type": "boolean",
948
956
  "artifactType": "Manifest"
949
957
  },
950
958
  "enableAutoScroll": {
951
- "description": "The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action",
959
+ "description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
952
960
  "type": "boolean",
953
961
  "artifactType": "Manifest"
954
962
  }
@@ -1224,7 +1232,7 @@
1224
1232
  "type": "string"
1225
1233
  }
1226
1234
  ],
1227
- "description": "Whether the action button should be visible on the screen.",
1235
+ "description": "Allows you to define if the action button should be visible on the screen.",
1228
1236
  "artifactType": "Manifest"
1229
1237
  },
1230
1238
  "enabled": {
@@ -1242,7 +1250,7 @@
1242
1250
  "type": "string"
1243
1251
  }
1244
1252
  ],
1245
- "description": "Whether the action button should be enabled. Default value is `true`.",
1253
+ "description": "Allows you to define if the action should be enabled. The default value is \"true\".",
1246
1254
  "artifactType": "Manifest"
1247
1255
  }
1248
1256
  },
@@ -1286,12 +1294,13 @@
1286
1294
  "type": "object",
1287
1295
  "properties": {
1288
1296
  "navigateToInstance": {
1289
- "description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
1297
+ "description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
1298
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
1290
1299
  "type": "boolean",
1291
1300
  "artifactType": "Manifest"
1292
1301
  },
1293
1302
  "enableAutoScroll": {
1294
- "description": "The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action",
1303
+ "description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
1295
1304
  "type": "boolean",
1296
1305
  "artifactType": "Manifest"
1297
1306
  }
@@ -1 +1 @@
1
- {"version":3,"file":"distTagEvaluator.d.ts","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAOnE,qBAAa,gBAAgB;IACzB,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,CAAM;;IAQrC;;OAEG;IACH,MAAM,CAAC,mBAAmB,IAAI,IAAI;IAIlC;;;OAGG;IACI,cAAc,IAAI,MAAM,GAAG,SAAS;IAI3C;;;;;OAKG;IACI,oBAAoB,IAAI,MAAM,EAAE;IAoBvC;;;;OAIG;IACI,yBAAyB,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAG,IAAI;CAuBzF"}
1
+ {"version":3,"file":"distTagEvaluator.d.ts","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAOnE,qBAAa,gBAAgB;IACzB,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,CAAM;;IAQrC;;OAEG;IACH,MAAM,CAAC,mBAAmB,IAAI,IAAI;IAIlC;;;OAGG;IACI,cAAc,IAAI,MAAM,GAAG,SAAS;IAI3C;;;;;OAKG;IACI,oBAAoB,IAAI,MAAM,EAAE;IAoBvC;;;;OAIG;IACI,yBAAyB,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAG,IAAI;CA6BzF"}
@@ -27,6 +27,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.DistTagEvaluator = void 0;
30
+ const ux_specification_types_1 = require("@sap/ux-specification-types");
30
31
  const extensionLogger_1 = require("../../extensionLogger");
31
32
  const i18next_1 = __importDefault(require("i18next"));
32
33
  const distTagsJSON = __importStar(require("./dist_tag.json"));
@@ -89,7 +90,10 @@ class DistTagEvaluator {
89
90
  const message = i18next_1.default.t('UNKNOWNMINUI5VERSION', { minUI5Version });
90
91
  (0, extensionLogger_1.log)(logger, {
91
92
  severity: "info" /* LogSeverity.Info */,
92
- message
93
+ message,
94
+ location: {
95
+ path: ux_specification_types_1.MANIFESTPATH
96
+ }
93
97
  });
94
98
  return;
95
99
  }
@@ -98,7 +102,10 @@ class DistTagEvaluator {
98
102
  const message = i18next_1.default.t('WRONGMINUI5VERSION', { minUI5Version });
99
103
  (0, extensionLogger_1.log)(logger, {
100
104
  severity: "warning" /* LogSeverity.Warning */,
101
- message
105
+ message,
106
+ location: {
107
+ path: ux_specification_types_1.MANIFESTPATH
108
+ }
102
109
  });
103
110
  }
104
111
  }
@@ -1 +1 @@
1
- {"version":3,"file":"distTagEvaluator.js","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2DAA4C;AAC5C,sDAA8B;AAC9B,8DAAgD;AAChD,wDAAsE;AAEtE,MAAa,gBAAgB;IAGzB;QACI,IAAI,gBAAgB,CAAC,cAAc,CAAC,MAAM,KAAK,CAAC,EAAE;YAC9C,gBAAgB,CAAC,cAAc,GAAG,IAAI,CAAC,oBAAoB,EAAE,CAAC;SACjE;IACL,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACtB,gBAAgB,CAAC,cAAc,GAAG,EAAE,CAAC;IACzC,CAAC;IAED;;;OAGG;IACI,cAAc;QACjB,OAAO,sBAAkB,CAAC;IAC9B,CAAC;IAED;;;;;OAKG;IACI,oBAAoB;QACvB,IAAI,MAAM,GAAa,EAAE,CAAC;QAC1B,MAAM,QAAQ,GAAG,YAAY,CAAC,QAAQ,CAAC;QAEvC,IAAI,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;QACxC,IAAI,WAAW,EAAE;YACb,IAAI,WAAW,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE;gBACjC,oCAAoC;gBACpC,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;aAChC;iBAAM;gBACH,WAAW,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC;gBACrE,MAAM,GAAG,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;gBACxE,IAAI,GAAG,EAAE;oBACL,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;iBACxB;aACJ;SACJ;QACD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAClF,CAAC;IAED;;;;OAIG;IACI,yBAAyB,CAAC,aAAqB,EAAE,MAAuB;QAC3E,mHAAmH;QACnH,IAAI,OAAO,CAAC,GAAG,CAAC,qBAAqB,KAAK,MAAM,EAAE;YAC9C,OAAO;SACV;QACD,IAAI,CAAC,aAAa,IAAI,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;YACjD,MAAM,OAAO,GAAG,iBAAO,CAAC,CAAC,CAAC,sBAAsB,EAAE,EAAE,aAAa,EAAE,CAAC,CAAC;YACrE,IAAA,qBAAG,EAAC,MAAM,EAAE;gBACR,QAAQ,+BAAkB;gBAC1B,OAAO;aACV,CAAC,CAAC;YACH,OAAO;SACV;QACD,MAAM,aAAa,GACf,aAAa,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC;QACvG,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE;YAC1D,MAAM,OAAO,GAAG,iBAAO,CAAC,CAAC,CAAC,oBAAoB,EAAE,EAAE,aAAa,EAAE,CAAC,CAAC;YACnE,IAAA,qBAAG,EAAC,MAAM,EAAE;gBACR,QAAQ,qCAAqB;gBAC7B,OAAO;aACV,CAAC,CAAC;SACN;IACL,CAAC;;AA7EL,4CA8EC;AA7EU,+BAAc,GAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"distTagEvaluator.js","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,wEAAwE;AACxE,2DAA4C;AAC5C,sDAA8B;AAC9B,8DAAgD;AAChD,wDAAsE;AAEtE,MAAa,gBAAgB;IAGzB;QACI,IAAI,gBAAgB,CAAC,cAAc,CAAC,MAAM,KAAK,CAAC,EAAE;YAC9C,gBAAgB,CAAC,cAAc,GAAG,IAAI,CAAC,oBAAoB,EAAE,CAAC;SACjE;IACL,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACtB,gBAAgB,CAAC,cAAc,GAAG,EAAE,CAAC;IACzC,CAAC;IAED;;;OAGG;IACI,cAAc;QACjB,OAAO,sBAAkB,CAAC;IAC9B,CAAC;IAED;;;;;OAKG;IACI,oBAAoB;QACvB,IAAI,MAAM,GAAa,EAAE,CAAC;QAC1B,MAAM,QAAQ,GAAG,YAAY,CAAC,QAAQ,CAAC;QAEvC,IAAI,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;QACxC,IAAI,WAAW,EAAE;YACb,IAAI,WAAW,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE;gBACjC,oCAAoC;gBACpC,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;aAChC;iBAAM;gBACH,WAAW,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC;gBACrE,MAAM,GAAG,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;gBACxE,IAAI,GAAG,EAAE;oBACL,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;iBACxB;aACJ;SACJ;QACD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAClF,CAAC;IAED;;;;OAIG;IACI,yBAAyB,CAAC,aAAqB,EAAE,MAAuB;QAC3E,mHAAmH;QACnH,IAAI,OAAO,CAAC,GAAG,CAAC,qBAAqB,KAAK,MAAM,EAAE;YAC9C,OAAO;SACV;QACD,IAAI,CAAC,aAAa,IAAI,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;YACjD,MAAM,OAAO,GAAG,iBAAO,CAAC,CAAC,CAAC,sBAAsB,EAAE,EAAE,aAAa,EAAE,CAAC,CAAC;YACrE,IAAA,qBAAG,EAAC,MAAM,EAAE;gBACR,QAAQ,+BAAkB;gBAC1B,OAAO;gBACP,QAAQ,EAAE;oBACN,IAAI,EAAE,qCAAY;iBACrB;aACJ,CAAC,CAAC;YACH,OAAO;SACV;QACD,MAAM,aAAa,GACf,aAAa,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC;QACvG,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE;YAC1D,MAAM,OAAO,GAAG,iBAAO,CAAC,CAAC,CAAC,oBAAoB,EAAE,EAAE,aAAa,EAAE,CAAC,CAAC;YACnE,IAAA,qBAAG,EAAC,MAAM,EAAE;gBACR,QAAQ,qCAAqB;gBAC7B,OAAO;gBACP,QAAQ,EAAE;oBACN,IAAI,EAAE,qCAAY;iBACrB;aACJ,CAAC,CAAC;SACN;IACL,CAAC;;AAnFL,4CAoFC;AAnFU,+BAAc,GAAa,EAAE,CAAC"}