@sap/ux-specification 1.136.7 → 1.136.8
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 +28 -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-ListReportNew.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 +104 -104
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ListReportNewConfig.json +361 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +63 -94
- package/dist/schemas/v4/ListReportConfig.json +25 -0
- package/dist/schemas/v4/ObjectPageConfig.json +25 -0
- package/dist/specification/package.json +4 -4
- package/dist/specification/scripts/extractDocu.js +34 -26
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/macros/corrections.d.ts +3 -1
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +19 -2
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts +2 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +7 -2
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +14 -1
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +1 -0
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts +0 -1
- package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Card.js +0 -7
- package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js +1 -1
- package/dist/specification/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +4 -0
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js +10 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts +38 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +314 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +18 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +18 -16
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +77 -19
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/types/src/common/types.d.ts +1 -0
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +15 -0
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.js +10 -1
- package/dist/types/src/v4/controls/Table.js.map +1 -1
- package/package.json +4 -4
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"$ref": "#/definitions/ListHeader",
|
|
12
12
|
"description": "Header"
|
|
13
13
|
},
|
|
14
|
+
"filterBar": {
|
|
15
|
+
"$ref": "#/definitions/ListReportFilterBar",
|
|
16
|
+
"description": "Filter Bar"
|
|
17
|
+
},
|
|
14
18
|
"$schema": {
|
|
15
19
|
"type": "string"
|
|
16
20
|
}
|
|
@@ -52,6 +56,363 @@
|
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
58
|
"additionalProperties": false
|
|
59
|
+
},
|
|
60
|
+
"ListReportFilterBar": {
|
|
61
|
+
"description": "Filter Bar",
|
|
62
|
+
"isViewNode": true,
|
|
63
|
+
"type": "object",
|
|
64
|
+
"properties": {
|
|
65
|
+
"annotationPath": {
|
|
66
|
+
"description": "Specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)",
|
|
67
|
+
"type": "string",
|
|
68
|
+
"artifactType": "Manifest",
|
|
69
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/49a6ba5b8d6946208322a9f7e16837c2"
|
|
70
|
+
},
|
|
71
|
+
"liveMode": {
|
|
72
|
+
"description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
|
|
73
|
+
"type": "boolean",
|
|
74
|
+
"artifactType": "FlexChange",
|
|
75
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
76
|
+
},
|
|
77
|
+
"smartVariantManagement": {
|
|
78
|
+
"description": "Controls whether smart variant management is active. Default is true.",
|
|
79
|
+
"type": "boolean",
|
|
80
|
+
"artifactType": "Manifest",
|
|
81
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61"
|
|
82
|
+
},
|
|
83
|
+
"variantManagementHidden": {
|
|
84
|
+
"description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf the flag is false or undefined, the standard variant management is available and can be enabled or disabled.",
|
|
85
|
+
"type": "boolean",
|
|
86
|
+
"artifactType": "Manifest",
|
|
87
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61"
|
|
88
|
+
},
|
|
89
|
+
"subTitleIfVariantMgmtHidden": {
|
|
90
|
+
"description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
|
|
91
|
+
"i18nClassification": "TIT: Subtitle if variant management is hidden",
|
|
92
|
+
"type": "string",
|
|
93
|
+
"artifactType": "Manifest",
|
|
94
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61"
|
|
95
|
+
},
|
|
96
|
+
"showClearOnFB": {
|
|
97
|
+
"description": "Handles the visibility of the Clear button on the filter bar.",
|
|
98
|
+
"type": "boolean",
|
|
99
|
+
"artifactType": "FlexChange",
|
|
100
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
101
|
+
},
|
|
102
|
+
"showFilterConfiguration": {
|
|
103
|
+
"description": "Handles the visibility of the Filter button on the filter bar.",
|
|
104
|
+
"type": "boolean",
|
|
105
|
+
"artifactType": "FlexChange",
|
|
106
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
107
|
+
},
|
|
108
|
+
"showRestoreOnFB": {
|
|
109
|
+
"description": "Handles the visibility of the Restore button on the filter bar.",
|
|
110
|
+
"type": "boolean",
|
|
111
|
+
"artifactType": "FlexChange",
|
|
112
|
+
"controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
|
|
113
|
+
},
|
|
114
|
+
"dateSettings": {
|
|
115
|
+
"$ref": "#/definitions/DateRange",
|
|
116
|
+
"description": "Defines the date settings for fields in the smart filter bar."
|
|
117
|
+
},
|
|
118
|
+
"selectionFields": {
|
|
119
|
+
"$ref": "#/definitions/FilterFields",
|
|
120
|
+
"description": "Filter Fields"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"additionalProperties": false
|
|
124
|
+
},
|
|
125
|
+
"DateRange": {
|
|
126
|
+
"type": "object",
|
|
127
|
+
"properties": {
|
|
128
|
+
"useDateRange": {
|
|
129
|
+
"description": "If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.",
|
|
130
|
+
"type": "boolean",
|
|
131
|
+
"artifactType": "Manifest"
|
|
132
|
+
},
|
|
133
|
+
"selectedValues": {
|
|
134
|
+
"description": "Defines a set of standard date range values that you want to include or exclude.",
|
|
135
|
+
"type": "array",
|
|
136
|
+
"items": {
|
|
137
|
+
"enum": [
|
|
138
|
+
"DATE",
|
|
139
|
+
"DATERANGE",
|
|
140
|
+
"DAYS",
|
|
141
|
+
"FROM",
|
|
142
|
+
"LAST2WEEKS",
|
|
143
|
+
"LAST3WEEKS",
|
|
144
|
+
"LAST4WEEKS",
|
|
145
|
+
"LAST5WEEKS",
|
|
146
|
+
"LASTDAYS",
|
|
147
|
+
"LASTMONTH",
|
|
148
|
+
"LASTMONTHS",
|
|
149
|
+
"LASTQUARTER",
|
|
150
|
+
"LASTQUARTERS",
|
|
151
|
+
"LASTWEEK",
|
|
152
|
+
"LASTWEEKS",
|
|
153
|
+
"LASTYEAR",
|
|
154
|
+
"LASTYEARS",
|
|
155
|
+
"MONTH",
|
|
156
|
+
"NEXT",
|
|
157
|
+
"NEXT2WEEKS",
|
|
158
|
+
"NEXT3WEEKS",
|
|
159
|
+
"NEXT4WEEKS",
|
|
160
|
+
"NEXT5WEEKS",
|
|
161
|
+
"NEXTDAYS",
|
|
162
|
+
"NEXTMONTH",
|
|
163
|
+
"NEXTMONTHS",
|
|
164
|
+
"NEXTQUARTER",
|
|
165
|
+
"NEXTQUARTERS",
|
|
166
|
+
"NEXTWEEK",
|
|
167
|
+
"NEXTWEEKS",
|
|
168
|
+
"NEXTYEARS",
|
|
169
|
+
"QUARTER",
|
|
170
|
+
"QUARTER1",
|
|
171
|
+
"QUARTER2",
|
|
172
|
+
"QUARTER3",
|
|
173
|
+
"QUARTER4",
|
|
174
|
+
"SPECIFICMONTH",
|
|
175
|
+
"THISMONTH",
|
|
176
|
+
"THISQUARTER",
|
|
177
|
+
"THISWEEK",
|
|
178
|
+
"TO",
|
|
179
|
+
"TODAY",
|
|
180
|
+
"TODAYFROMTO",
|
|
181
|
+
"TOMORROW",
|
|
182
|
+
"WEEK",
|
|
183
|
+
"YEAR",
|
|
184
|
+
"YEARTODATE",
|
|
185
|
+
"YESTERDAY"
|
|
186
|
+
],
|
|
187
|
+
"type": "string"
|
|
188
|
+
},
|
|
189
|
+
"artifactType": "Manifest"
|
|
190
|
+
},
|
|
191
|
+
"exclude": {
|
|
192
|
+
"description": "This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
193
|
+
"type": "boolean",
|
|
194
|
+
"artifactType": "Manifest"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"additionalProperties": false
|
|
198
|
+
},
|
|
199
|
+
"FilterFields": {
|
|
200
|
+
"description": "Filter Fields",
|
|
201
|
+
"isViewNode": true,
|
|
202
|
+
"type": "object",
|
|
203
|
+
"additionalProperties": {
|
|
204
|
+
"$ref": "#/definitions/FilterField"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"FilterField": {
|
|
208
|
+
"description": "Filter Field",
|
|
209
|
+
"isViewNode": true,
|
|
210
|
+
"type": "object",
|
|
211
|
+
"properties": {
|
|
212
|
+
"selectedValues": {
|
|
213
|
+
"description": "Defines a set of standard date range values that you want to include or exclude.",
|
|
214
|
+
"type": "array",
|
|
215
|
+
"items": {
|
|
216
|
+
"enum": [
|
|
217
|
+
"DATE",
|
|
218
|
+
"DATERANGE",
|
|
219
|
+
"DAYS",
|
|
220
|
+
"FROM",
|
|
221
|
+
"LAST2WEEKS",
|
|
222
|
+
"LAST3WEEKS",
|
|
223
|
+
"LAST4WEEKS",
|
|
224
|
+
"LAST5WEEKS",
|
|
225
|
+
"LASTDAYS",
|
|
226
|
+
"LASTMONTH",
|
|
227
|
+
"LASTMONTHS",
|
|
228
|
+
"LASTQUARTER",
|
|
229
|
+
"LASTQUARTERS",
|
|
230
|
+
"LASTWEEK",
|
|
231
|
+
"LASTWEEKS",
|
|
232
|
+
"LASTYEAR",
|
|
233
|
+
"LASTYEARS",
|
|
234
|
+
"MONTH",
|
|
235
|
+
"NEXT",
|
|
236
|
+
"NEXT2WEEKS",
|
|
237
|
+
"NEXT3WEEKS",
|
|
238
|
+
"NEXT4WEEKS",
|
|
239
|
+
"NEXT5WEEKS",
|
|
240
|
+
"NEXTDAYS",
|
|
241
|
+
"NEXTMONTH",
|
|
242
|
+
"NEXTMONTHS",
|
|
243
|
+
"NEXTQUARTER",
|
|
244
|
+
"NEXTQUARTERS",
|
|
245
|
+
"NEXTWEEK",
|
|
246
|
+
"NEXTWEEKS",
|
|
247
|
+
"NEXTYEARS",
|
|
248
|
+
"QUARTER",
|
|
249
|
+
"QUARTER1",
|
|
250
|
+
"QUARTER2",
|
|
251
|
+
"QUARTER3",
|
|
252
|
+
"QUARTER4",
|
|
253
|
+
"SPECIFICMONTH",
|
|
254
|
+
"THISMONTH",
|
|
255
|
+
"THISQUARTER",
|
|
256
|
+
"THISWEEK",
|
|
257
|
+
"TO",
|
|
258
|
+
"TODAY",
|
|
259
|
+
"TODAYFROMTO",
|
|
260
|
+
"TOMORROW",
|
|
261
|
+
"WEEK",
|
|
262
|
+
"YEAR",
|
|
263
|
+
"YEARTODATE",
|
|
264
|
+
"YESTERDAY"
|
|
265
|
+
],
|
|
266
|
+
"type": "string"
|
|
267
|
+
},
|
|
268
|
+
"artifactType": "Manifest"
|
|
269
|
+
},
|
|
270
|
+
"exclude": {
|
|
271
|
+
"description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
|
|
272
|
+
"type": "boolean",
|
|
273
|
+
"artifactType": "Manifest"
|
|
274
|
+
},
|
|
275
|
+
"customDateRangeImplementation": {
|
|
276
|
+
"description": "This property references a JS class, which can be used to modify the date range value list.\nYou can either remove the standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.",
|
|
277
|
+
"type": "string",
|
|
278
|
+
"artifactType": "Manifest"
|
|
279
|
+
},
|
|
280
|
+
"filter": {
|
|
281
|
+
"description": "You can use the filter settings to include and exclude specific date range values.",
|
|
282
|
+
"type": "array",
|
|
283
|
+
"items": {
|
|
284
|
+
"type": "object",
|
|
285
|
+
"properties": {
|
|
286
|
+
"path": {
|
|
287
|
+
"$ref": "#/definitions/FilterPathType",
|
|
288
|
+
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
|
|
289
|
+
},
|
|
290
|
+
"contains": {
|
|
291
|
+
"description": "Specifies a filter describing a set of values of the date range type.",
|
|
292
|
+
"type": "string"
|
|
293
|
+
},
|
|
294
|
+
"equals": {
|
|
295
|
+
"description": "Defines a single value of the standard date range type.",
|
|
296
|
+
"type": "array",
|
|
297
|
+
"items": {
|
|
298
|
+
"enum": [
|
|
299
|
+
"DATE",
|
|
300
|
+
"DATERANGE",
|
|
301
|
+
"DAYS",
|
|
302
|
+
"FROM",
|
|
303
|
+
"LAST2WEEKS",
|
|
304
|
+
"LAST3WEEKS",
|
|
305
|
+
"LAST4WEEKS",
|
|
306
|
+
"LAST5WEEKS",
|
|
307
|
+
"LASTDAYS",
|
|
308
|
+
"LASTMONTH",
|
|
309
|
+
"LASTMONTHS",
|
|
310
|
+
"LASTQUARTER",
|
|
311
|
+
"LASTQUARTERS",
|
|
312
|
+
"LASTWEEK",
|
|
313
|
+
"LASTWEEKS",
|
|
314
|
+
"LASTYEAR",
|
|
315
|
+
"LASTYEARS",
|
|
316
|
+
"MONTH",
|
|
317
|
+
"NEXT",
|
|
318
|
+
"NEXT2WEEKS",
|
|
319
|
+
"NEXT3WEEKS",
|
|
320
|
+
"NEXT4WEEKS",
|
|
321
|
+
"NEXT5WEEKS",
|
|
322
|
+
"NEXTDAYS",
|
|
323
|
+
"NEXTMONTH",
|
|
324
|
+
"NEXTMONTHS",
|
|
325
|
+
"NEXTQUARTER",
|
|
326
|
+
"NEXTQUARTERS",
|
|
327
|
+
"NEXTWEEK",
|
|
328
|
+
"NEXTWEEKS",
|
|
329
|
+
"NEXTYEARS",
|
|
330
|
+
"QUARTER",
|
|
331
|
+
"QUARTER1",
|
|
332
|
+
"QUARTER2",
|
|
333
|
+
"QUARTER3",
|
|
334
|
+
"QUARTER4",
|
|
335
|
+
"SPECIFICMONTH",
|
|
336
|
+
"THISMONTH",
|
|
337
|
+
"THISQUARTER",
|
|
338
|
+
"THISWEEK",
|
|
339
|
+
"TO",
|
|
340
|
+
"TODAY",
|
|
341
|
+
"TODAYFROMTO",
|
|
342
|
+
"TOMORROW",
|
|
343
|
+
"WEEK",
|
|
344
|
+
"YEAR",
|
|
345
|
+
"YEARTODATE",
|
|
346
|
+
"YESTERDAY"
|
|
347
|
+
],
|
|
348
|
+
"type": "string"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"exclude": {
|
|
352
|
+
"description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
|
|
353
|
+
"type": "boolean"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"additionalProperties": false,
|
|
357
|
+
"required": [
|
|
358
|
+
"path"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
"artifactType": "Manifest"
|
|
362
|
+
},
|
|
363
|
+
"defaultValue": {
|
|
364
|
+
"$ref": "#/definitions/DefaultDateRange",
|
|
365
|
+
"description": "You can set a default value for semantic date range.",
|
|
366
|
+
"artifactType": "Manifest"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"additionalProperties": false
|
|
370
|
+
},
|
|
371
|
+
"FilterPathType": {
|
|
372
|
+
"enum": [
|
|
373
|
+
"category",
|
|
374
|
+
"key"
|
|
375
|
+
],
|
|
376
|
+
"type": "string"
|
|
377
|
+
},
|
|
378
|
+
"DefaultDateRange": {
|
|
379
|
+
"type": "object",
|
|
380
|
+
"properties": {
|
|
381
|
+
"operation": {
|
|
382
|
+
"$ref": "#/definitions/DefaultDateRangeValueEnum",
|
|
383
|
+
"description": "The operation property is the value that will be set for semantic date range."
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"additionalProperties": false,
|
|
387
|
+
"required": [
|
|
388
|
+
"operation"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
"DefaultDateRangeValueEnum": {
|
|
392
|
+
"enum": [
|
|
393
|
+
"DATETOYEAR",
|
|
394
|
+
"LAST2WEEKS",
|
|
395
|
+
"LAST3WEEKS",
|
|
396
|
+
"LAST4WEEKS",
|
|
397
|
+
"LAST5WEEKS",
|
|
398
|
+
"LASTMONTH",
|
|
399
|
+
"LASTQUARTER",
|
|
400
|
+
"LASTWEEK",
|
|
401
|
+
"LASTYEAR",
|
|
402
|
+
"QUARTER1",
|
|
403
|
+
"QUARTER2",
|
|
404
|
+
"QUARTER3",
|
|
405
|
+
"QUARTER4",
|
|
406
|
+
"THISMONTH",
|
|
407
|
+
"THISQUARTER",
|
|
408
|
+
"THISWEEK",
|
|
409
|
+
"THISYEAR",
|
|
410
|
+
"TODAY",
|
|
411
|
+
"TOMORROW",
|
|
412
|
+
"YEARTODATE",
|
|
413
|
+
"YESTERDAY"
|
|
414
|
+
],
|
|
415
|
+
"type": "string"
|
|
55
416
|
}
|
|
56
417
|
},
|
|
57
418
|
"$schema": "http://json-schema.org/draft-07/schema#"
|