resources.js 625 B

123456789101112131415161718192021222324
  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. loader: "loader",
  8. clearButton: "clear-button",
  9. editingEnabled: "editing-enabled",
  10. inlineChild: "inline-child",
  11. inputIcon: "icon",
  12. prefix: "prefix",
  13. suffix: "suffix",
  14. wrapper: "element-wrapper",
  15. inputWrapper: "wrapper",
  16. actionWrapper: "action-wrapper",
  17. resizeIconWrapper: "resize-icon-wrapper"
  18. };
  19. export const SLOTS = {
  20. action: "action"
  21. };
  22. export const TEXT = {
  23. clear: "Clear value"
  24. };