resources.js 644 B

12345678910111213141516171819
  1. /*!
  2. * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
  4. * v1.0.0-beta.97
  5. */
  6. export const CSS = {
  7. wrapper: "wrapper",
  8. confirmChangesButton: "confirm-changes-button",
  9. cancelEditingButton: "cancel-editing-button",
  10. inputWrapper: "input-wrapper",
  11. cancelEditingButtonWrapper: "cancel-editing-button-wrapper",
  12. enableEditingButton: "enable-editing-button",
  13. controlsWrapper: "controls-wrapper"
  14. };
  15. export const TEXT = {
  16. intlEnablingEditing: "Click to edit",
  17. intlCancelEditing: "Cancel",
  18. intlConfirmChanges: "Save"
  19. };