-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
SAC_Custom_Widgets/file-upload-widget-master/versions/fileUploadWidget-2.0.9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"eula": "", "vendor": "SAP", "license": "", "id": "com.sap.fileUploadWidget", "version": "2.0.9", "name": "File Upload Widget", "newInstancePrefix": "FileUploadWidget", "description": "A widget that allows users to upload a file and import data into a model", "imports": [], "webcomponents": [{"kind": "main", "tag": "com-sap-file-upload-widget", "url": "/file-upload-widget.iife.js", "integrity": "sha256-9dI1wksDSJEitaPh2vvMon2VO2MSdz9nu1aI4wXuuT8="}, {"kind": "builder", "tag": "com-sap-file-upload-widget-builder", "url": "/file-upload-widget.iife.js", "integrity": "sha256-9dI1wksDSJEitaPh2vvMon2VO2MSdz9nu1aI4wXuuT8="}], "properties": {"modelId": {"type": "string", "description": "The targeted model ID", "default": ""}, "importType": {"type": "string", "description": "The data import type", "default": "Update"}, "mappings": {"type": "Selection", "description": "Mapping selection from SAC identifiers to end user's file column names"}, "defaultValues": {"type": "Selection", "description": "Default values to be used when import data into a model and the data is missing a column"}, "jobSettings": {"type": "Selection", "description": "Data Import Service API job settings"}}, "events": {"onSuccess": {"description": "Triggered upon successful import of all records by the import job."}, "onPartialSuccess": {"description": "Triggered when at least one record has failed but the import job has completed."}, "onFailure": {"description": "Triggered when no records are imported due to a failure in the import job. Note here that getJobFailedRowCount may not be accurate if jobs are never rejected by the service / an error occurs beforehand."}}, "methods": {"open": {"description": "Open the Dialog for the DIS Custom Widget"}, "getTotalJobRowCount": {"description": "Get the total number of rows attempted to upload to the job in the last run of the widget based on the user's uploaded file. Returns -1 if a job has not ran.", "returnType": "integer"}, "getJobFailedRowCount": {"description": "Get the number of failed rows in the last run of the widget. Note if a user uploads data to a pivoted job this could exceed getTotalJobRowCount since data is unpivoted and that number of rows are returned.", "returnType": "integer"}}} | ||
{"eula": "", "vendor": "SAP", "license": "", "id": "com.sap.fileUploadWidget", "version": "2.0.9", "name": "File Upload Widget", "newInstancePrefix": "FileUploadWidget", "description": "A widget that allows users to upload a file and import data into a model", "imports": [], "webcomponents": [{"kind": "main", "tag": "com-sap-file-upload-widget", "url": "/file-upload-widget.iife.js", "integrity": "sha256-qb6Ylrh87RWKS8V0LmMlmlpzer82qZKETePR+1e8O6s="}, {"kind": "builder", "tag": "com-sap-file-upload-widget-builder", "url": "/file-upload-widget.iife.js", "integrity": "sha256-qb6Ylrh87RWKS8V0LmMlmlpzer82qZKETePR+1e8O6s="}], "properties": {"modelId": {"type": "string", "description": "The targeted model ID", "default": ""}, "importType": {"type": "string", "description": "The data import type", "default": "Update"}, "mappings": {"type": "Selection", "description": "Mapping selection from SAC identifiers to end user's file column names"}, "defaultValues": {"type": "Selection", "description": "Default values to be used when import data into a model and the data is missing a column"}, "jobSettings": {"type": "Selection", "description": "Data Import Service API job settings"}}, "events": {"onSuccess": {"description": "Triggered upon successful import of all records by the import job."}, "onPartialSuccess": {"description": "Triggered when at least one record has failed but the import job has completed."}, "onFailure": {"description": "Triggered when no records are imported due to a failure in the import job. Note here that getJobFailedRowCount may not be accurate if jobs are never rejected by the service / an error occurs beforehand."}}, "methods": {"open": {"description": "Open the Dialog for the DIS Custom Widget"}, "getTotalJobRowCount": {"description": "Get the total number of rows attempted to upload to the job in the last run of the widget based on the user's uploaded file. Returns -1 if a job has not ran.", "returnType": "integer"}, "getJobFailedRowCount": {"description": "Get the number of failed rows in the last run of the widget. Note if a user uploads data to a pivoted job this could exceed getTotalJobRowCount since data is unpivoted and that number of rows are returned.", "returnType": "integer"}}} |
Binary file modified
BIN
+30 KB
(110%)
SAC_Custom_Widgets/file-upload-widget-master/versions/fileUploadWidget-2.0.9.zip
Binary file not shown.