Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ember-document-merge-service
Advanced tools
This addon contains Ember components that provide a UI for the document-merge-service.
ember install ember-document-merge-service
You will then have to configure Ember-Ajax in the consuming application.
// app/services/ajax.js
import AjaxService from "ember-ajax/services/ajax";
export default AjaxService.extend({
host: "http://localhost:8888",
namespace: "/api/v1",
contentType: "application/json; charset=utf-8"
});
The addon is divided into three components that can be included individually.
The upload component provides a form to select a file to upload and define a slug and label for the template. If the backend responds with an error, the message(s) will be added to the corresponding form elements.
The delete component provides a list with the existing templates. Each templates comes with a delete link and deletion is guarded by a confirmation dialog.
The merge component provides a dropdown to select from the existing templates which can then be merged with a data object.
This project is licensed under the MIT License.
FAQs
Ember components for document-merge-service.
The npm package ember-document-merge-service receives a total of 0 weekly downloads. As such, ember-document-merge-service popularity was classified as not popular.
We found that ember-document-merge-service demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.