resources-199140b3.js 427 B

123456789101112131415161718192021
  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. 'use strict';
  7. const SLOTS = {
  8. menuActions: "menu-actions",
  9. menuTooltip: "menu-tooltip"
  10. };
  11. const TEXT = {
  12. more: "More"
  13. };
  14. const ICONS = {
  15. menu: "ellipsis"
  16. };
  17. exports.ICONS = ICONS;
  18. exports.SLOTS = SLOTS;
  19. exports.TEXT = TEXT;