File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ const EVENT_MOUSELEAVE = `mouseleave${EVENT_KEY}`
34
34
35
35
const CLASS_NAME_ACTIVE = 'active'
36
36
const CLASS_NAME_DISABLED = 'disabled'
37
- const CLASS_NAME_READONLY = 'readonly'
38
37
const CLASS_NAME_RATING = 'rating'
39
38
const CLASS_NAME_RATING_ITEM = 'rating-item'
40
39
const CLASS_NAME_RATING_ITEM_ICON = 'rating-item-icon'
41
40
const CLASS_NAME_RATING_ITEM_CUSTOM_ICON = 'rating-item-custom-icon'
42
41
const CLASS_NAME_RATING_ITEM_CUSTOM_ICON_ACTIVE = 'rating-item-custom-icon-active'
43
42
const CLASS_NAME_RATING_ITEM_INPUT = 'rating-item-input'
44
43
const CLASS_NAME_RATING_ITEM_LABEL = 'rating-item-label'
44
+ const CLASS_NAME_READONLY = 'readonly'
45
45
46
46
const SELECTOR_DATA_TOGGLE = '[data-coreui-toggle="rating"]'
47
47
const SELECTOR_RATING_ITEM_INPUT = '.rating-item-input'
You can’t perform that action at this time.
0 commit comments