all files / base/ css-constant.js

100% Statements 102/102
100% Branches 0/0
100% Functions 1/1
100% Lines 102/102
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105      
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    exports.ROOT_CLASS = 'e-kanban';
    exports.RTL_CLASS = 'e-rtl';
    exports.DEVICE_CLASS = 'e-device';
    exports.ICON_CLASS = 'e-icons';
    exports.TEMPLATE_CLASS = 'e-template';
    exports.SWIMLANE_CLASS = 'e-swimlane';
    exports.TABLE_CLASS = 'e-kanban-table';
    exports.HEADER_CLASS = 'e-kanban-header';
    exports.HEADER_TABLE_CLASS = 'e-header-table';
    exports.HEADER_CELLS_CLASS = 'e-header-cells';
    exports.HEADER_WRAP_CLASS = 'e-header-wrap';
    exports.HEADER_TITLE_CLASS = 'e-header-title';
    exports.HEADER_TEXT_CLASS = 'e-header-text';
    exports.HEADER_ICON_CLASS = 'e-header-icon';
    exports.STACKED_HEADER_ROW_CLASS = 'e-stacked-header-row';
    exports.STACKED_HEADER_CELL_CLASS = 'e-stacked-header-cell';
    exports.CONTENT_CELLS_CLASS = 'e-content-cells';
    exports.CONTENT_CLASS = 'e-kanban-content';
    exports.CONTENT_TABLE_CLASS = 'e-content-table';
    exports.HEADER_ROW_TOGGLE_CLASS = 'e-toggle-header';
    exports.HEADER_ROW_CLASS = 'e-header-row';
    exports.CONTENT_ROW_CLASS = 'e-content-row';
    exports.SWIMLANE_ROW_CLASS = 'e-swimlane-row';
    exports.SWIMLANE_ROW_EXPAND_CLASS = 'e-swimlane-row-expand';
    exports.SWIMLANE_ROW_COLLAPSE_CLASS = 'e-swimlane-row-collapse';
    exports.SWIMLANE_ROW_TEXT_CLASS = 'e-swimlane-text';
    exports.CARD_ITEM_COUNT_CLASS = 'e-item-count';
    exports.CARD_WRAPPER_CLASS = 'e-card-wrapper';
    exports.CARD_VIRTUAL_WRAPPER_CLASS = 'e-card-virtual-wrapper';
    exports.CARD_CLASS = 'e-card';
    exports.DRAGGABLE_CLASS = 'e-draggable';
    exports.DROPPABLE_CLASS = 'e-droppable';
    exports.DRAG_CLASS = 'e-drag';
    exports.DROP_CLASS = 'e-drop';
    exports.DISABLED_CLASS = 'e-disabled';
    exports.CARD_HEADER_CLASS = 'e-card-header';
    exports.CARD_CONTENT_CLASS = 'e-card-content';
    exports.CARD_HEADER_TEXT_CLASS = 'e-card-header-caption';
    exports.CARD_HEADER_TITLE_CLASS = 'e-card-header-title';
    exports.CARD_TAGS_CLASS = 'e-card-tags';
    exports.CARD_TAG_CLASS = 'e-card-tag';
    exports.CARD_COLOR_CLASS = 'e-card-color';
    exports.CARD_LABEL_CLASS = 'e-card-label';
    exports.CARD_FOOTER_CLASS = 'e-card-footer';
    exports.EMPTY_CARD_CLASS = 'e-empty-card';
    exports.CARD_FOOTER_CSS_CLASS = 'e-card-footer-css';
    exports.COLUMN_EXPAND_CLASS = 'e-column-expand';
    exports.COLUMN_COLLAPSE_CLASS = 'e-column-collapse';
    exports.COLLAPSE_HEADER_TEXT_CLASS = 'e-collapse-header-text';
    exports.COLLAPSED_CLASS = 'e-collapsed';
    exports.DIALOG_CLASS = 'e-kanban-dialog';
    exports.DIALOG_CONTENT_CONTAINER_CLASS = 'e-kanban-dialog-content';
    exports.FORM_CLASS = 'e-kanban-form';
    exports.FORM_WRAPPER_CLASS = 'e-kanban-form-wrapper';
    exports.ERROR_VALIDATION_CLASS = 'e-kanban-error';
    exports.FIELD_CLASS = 'e-field';
    exports.DRAGGED_CLONE_CLASS = 'e-target-dragged-clone';
    exports.CLONED_CARD_CLASS = 'e-cloned-card';
    exports.DRAGGED_CARD_CLASS = 'e-kanban-dragged-card';
    exports.DROPPED_CLONE_CLASS = 'e-target-dropped-clone';
    exports.DROPPING_CLASS = 'e-dropping';
    exports.BORDER_CLASS = 'e-kanban-border';
    exports.TOGGLE_VISIBLE_CLASS = 'e-toggle-visible';
    exports.MULTI_CLONE_CONTENT_CELL_CLASS = 'e-multi-content-cell';
    exports.MULTI_CARD_WRAPPER_CLASS = 'e-multi-card-wrapper';
    exports.MULTI_ACTIVE_CLASS = 'e-multi-active';
    exports.TARGET_MULTI_CLONE_CLASS = 'e-target-multi-clone';
    exports.MULTI_COLUMN_KEY_CLASS = 'e-column-key';
    exports.CARD_SELECTION_CLASS = 'e-selection';
    exports.TOOLTIP_CLASS = 'e-kanban-tooltip';
    exports.TOOLTIP_TEXT_CLASS = 'e-tooltip-text';
    exports.SCROLL_CONTAINER_CLASS = 'e-cell-scroll-container';
    exports.SWIMLANE_HEADER_CLASS = 'e-swimlane-header';
    exports.SWIMLANE_HEADER_TOOLBAR_CLASS = 'e-swimlane-header-toolbar';
    exports.TOOLBAR_MENU_CLASS = 'e-toolbar-menu';
    exports.TOOLBAR_MENU_ICON_CLASS = 'e-icon-menu';
    exports.TOOLBAR_LEVEL_TITLE_CLASS = 'e-toolbar-level-title';
    exports.TOOLBAR_SWIMLANE_NAME_CLASS = 'e-toolbar-swimlane-name';
    exports.SWIMLANE_OVERLAY_CLASS = 'e-swimlane-overlay';
    exports.SWIMLANE_CONTENT_CLASS = 'e-swimlane-content';
    exports.SWIMLANE_RESOURCE_CLASS = 'e-swimlane-resource';
    exports.SWIMLANE_TREE_CLASS = 'e-swimlane-tree';
    exports.LIMITS_CLASS = 'e-limits';
    exports.MAX_COUNT_CLASS = 'e-max-count';
    exports.MIN_COUNT_CLASS = 'e-min-count';
    exports.MAX_COLOR_CLASS = 'e-max-color';
    exports.MIN_COLOR_CLASS = 'e-min-color';
    exports.POPUP_EVENT_CLASS = 'e-event-popup';
    exports.POPUP_HEADER_CLASS = 'e-popup-header';
    exports.CLOSE_CLASS = 'e-close';
    exports.POPUP_CONTENT_CLASS = 'e-popup-content';
    exports.POPUP_WRAPPER_CLASS = 'e-mobile-popup-wrapper';
    exports.CLOSE_ICON_CLASS = 'e-close-icon';
    exports.POPUP_OPEN_CLASS = 'e-popup-open';
    exports.DIALOG_CONTENT_CONTAINER = 'e-kanban-dialog-content';
    exports.SHOW_ADD_BUTTON = 'e-show-add-button';
    exports.SHOW_ADD_ICON = 'e-show-add-icon';
    exports.SHOW_ADD_FOCUS = 'e-show-add-focus';
    exports.FROZEN_SWIMLANE_ROW_CLASS = 'e-frozen-swimlane-row';
    exports.FROZEN_ROW_CLASS = 'e-frozen-row';
});