Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marou-Fer committed Sep 11, 2024
1 parent 2ec25f4 commit 4431f1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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 not shown.

0 comments on commit 4431f1f

Please sign in to comment.