@sap-ux/preview-middleware 0.16.128 → 0.16.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/adp/quick-actions/fe-v2/lr-enable-semantic-date-range-filter-bar.js +1 -1
- package/dist/client/adp/quick-actions/fe-v2/lr-enable-semantic-date-range-filter-bar.ts +2 -2
- package/dist/client/adp/quick-actions/fe-v4/lr-enable-semantic-date-range-filter-bar.js +1 -1
- package/dist/client/adp/quick-actions/fe-v4/lr-enable-semantic-date-range-filter-bar.ts +2 -2
- package/dist/client/messagebundle.properties +3 -4
- package/package.json +3 -3
|
@@ -57,7 +57,7 @@ sap.ui.define(["sap/ui/rta/command/CommandFactory", "../../../cpe/feature-servic
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
get textKey() {
|
|
60
|
-
return this.isUseDateRangeTypeEnabled ? '
|
|
60
|
+
return this.isUseDateRangeTypeEnabled ? 'QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR' : 'QUICK_ACTION_LR_ENABLE_SEMANTIC_DATE_RANGE_FILTER_BAR';
|
|
61
61
|
}
|
|
62
62
|
async execute() {
|
|
63
63
|
const {
|
|
@@ -55,8 +55,8 @@ export class ToggleSemanticDateRangeFilterBar
|
|
|
55
55
|
|
|
56
56
|
protected get textKey() {
|
|
57
57
|
return this.isUseDateRangeTypeEnabled
|
|
58
|
-
? '
|
|
59
|
-
: '
|
|
58
|
+
? 'QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR'
|
|
59
|
+
: 'QUICK_ACTION_LR_ENABLE_SEMANTIC_DATE_RANGE_FILTER_BAR';
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
async execute(): Promise<FlexCommand[]> {
|
|
@@ -41,7 +41,7 @@ sap.ui.define(["../../../cpe/feature-service", "../../../cpe/quick-actions/utils
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
get textKey() {
|
|
44
|
-
return this.isUseDateRangeTypeEnabled ? '
|
|
44
|
+
return this.isUseDateRangeTypeEnabled ? 'QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR' : 'QUICK_ACTION_LR_ENABLE_SEMANTIC_DATE_RANGE_FILTER_BAR';
|
|
45
45
|
}
|
|
46
46
|
async execute() {
|
|
47
47
|
const command = await executeToggleAction(this.context, this.isUseDateRangeTypeEnabled, CONTROL_TYPE, PROPERTY_PATH);
|
|
@@ -51,8 +51,8 @@ export class ToggleSemanticDateRangeFilterBar
|
|
|
51
51
|
|
|
52
52
|
protected get textKey() {
|
|
53
53
|
return this.isUseDateRangeTypeEnabled
|
|
54
|
-
? '
|
|
55
|
-
: '
|
|
54
|
+
? 'QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR'
|
|
55
|
+
: 'QUICK_ACTION_LR_ENABLE_SEMANTIC_DATE_RANGE_FILTER_BAR';
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
async execute(): Promise<FlexCommand[]> {
|
|
@@ -11,10 +11,9 @@ V2_QUICK_ACTION_CHANGE_TABLE_COLUMNS=Change Table Columns
|
|
|
11
11
|
V2_QUICK_ACTION_LR_ENABLE_CLEAR_FILTER_BAR=Enable "Clear" Button in Filter Bar
|
|
12
12
|
V2_QUICK_ACTION_LR_DISABLE_CLEAR_FILTER_BAR=Disable "Clear" Button in Filter Bar
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
V4_QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Disable "Semantic Date Range" Button in Filter Bar
|
|
14
|
+
QUICK_ACTION_LR_ENABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Enable Semantic Date Range in Filter Bar
|
|
15
|
+
QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Disable Semantic Date Range in Filter Bar
|
|
16
|
+
|
|
18
17
|
|
|
19
18
|
V4_QUICK_ACTION_CHANGE_TABLE_COLUMNS=Change Table Columns
|
|
20
19
|
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.16.
|
|
12
|
+
"version": "0.16.130",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@sap-ux/logger": "0.6.0",
|
|
29
29
|
"@sap-ux/feature-toggle": "0.2.2",
|
|
30
30
|
"@sap-ux/btp-utils": "0.17.0",
|
|
31
|
-
"@sap-ux/adp-tooling": "0.12.
|
|
31
|
+
"@sap-ux/adp-tooling": "0.12.84",
|
|
32
32
|
"@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.5.27",
|
|
33
33
|
"@sap-ux/project-access": "1.28.7"
|
|
34
34
|
},
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"supertest": "6.3.3",
|
|
47
47
|
"@sap-ux-private/playwright": "0.1.0",
|
|
48
48
|
"dotenv": "16.3.1",
|
|
49
|
-
"@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.11.
|
|
49
|
+
"@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.11.36",
|
|
50
50
|
"@sap-ux/axios-extension": "1.17.4",
|
|
51
51
|
"@sap-ux/store": "0.9.3",
|
|
52
52
|
"@sap-ux/ui5-info": "0.8.3",
|