easy-component-ui 2.0.4 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +90 -0
- package/build/components/Base.js +1 -0
- package/build/components/ea-alert/index.js +1 -0
- package/build/components/ea-alert/src/style/stylesheet.js +1 -0
- package/build/components/ea-aside/index.js +1 -0
- package/build/components/ea-avatar/index.js +1 -0
- package/build/components/ea-avatar/src/assets/defaultAvatar.js +1 -0
- package/build/components/ea-avatar/src/assets/errorAvatar.js +1 -0
- package/build/components/ea-avatar/src/assets/iconAndTextAvatar.js +1 -0
- package/build/components/ea-avatar/src/style/stylesheet.js +1 -0
- package/build/components/ea-backtop/index.js +1 -0
- package/build/components/ea-backtop/src/style/stylesheet.js +1 -0
- package/build/components/ea-badge/index.js +1 -0
- package/build/components/ea-badge/src/style/stylesheet.js +1 -0
- package/build/components/ea-breadcrumb/index.js +1 -0
- package/build/components/ea-breadcrumb/src/style/stylesheet.js +1 -0
- package/build/components/ea-breadcrumb-item/index.js +1 -0
- package/build/components/ea-breadcrumb-item/src/style/style.js +1 -0
- package/build/components/ea-button/index.js +1 -0
- package/build/components/ea-button/src/components/ButtonComm.js +1 -0
- package/build/components/ea-button/src/components/HrefComm.js +1 -0
- package/build/components/ea-button/src/style/stylesheet.js +1 -0
- package/build/components/ea-button-group/index.js +1 -0
- package/build/components/ea-button-group/src/style/stylesheet.js +1 -0
- package/build/components/ea-calendar/index.js +1 -0
- package/build/components/ea-calendar/src/style/stylesheet.js +1 -0
- package/build/components/ea-calendar/src/utils/createChangerElement.js +1 -0
- package/build/components/ea-calendar/src/utils/createThead.js +1 -0
- package/build/components/ea-calendar/src/utils/getDate.js +1 -0
- package/build/components/ea-calendar/src/utils/getUserWeekStart.js +1 -0
- package/build/components/ea-card/index.js +1 -0
- package/build/components/ea-card/src/style/stylesheet.js +1 -0
- package/build/components/ea-carousel/index.js +1 -0
- package/build/components/ea-carousel/src/style/stylesheet.js +1 -0
- package/build/components/ea-carousel/src/utils/handleIndexOverflow.js +1 -0
- package/build/components/ea-carousel-item/index.js +1 -0
- package/build/components/ea-carousel-item/src/style/stylesheet.js +1 -0
- package/build/components/ea-checkbox/index.js +1 -0
- package/build/components/ea-checkbox/src/style/stylesheet.js +1 -0
- package/build/components/ea-checkbox-group/index.js +1 -0
- package/build/components/ea-checkbox-group/src/style/stylesheet.js +1 -0
- package/build/components/ea-collapse/index.js +1 -0
- package/build/components/ea-collapse-item/index.js +1 -0
- package/build/components/ea-collapse-item/src/style/stylesheet.js +1 -0
- package/build/components/ea-container/index.js +1 -0
- package/build/components/ea-date-picker/index.js +1 -0
- package/build/components/ea-date-picker/src/style/stylesheet.js +1 -0
- package/build/components/ea-descriptions/index.js +1 -0
- package/build/components/ea-descriptions/src/components/contentTemplate.js +1 -0
- package/build/components/ea-descriptions/src/components/getTdTemplate_border.js +1 -0
- package/build/components/ea-descriptions/src/components/getTdTemplate_direction.js +1 -0
- package/build/components/ea-descriptions/src/components/getThTemplate_direction.js +1 -0
- package/build/components/ea-descriptions/src/components/getThTemplate_normal.js +1 -0
- package/build/components/ea-descriptions/src/style/stylesheet.js +1 -0
- package/build/components/ea-descriptions-item/index.js +1 -0
- package/build/components/ea-descriptions-item/src/stylesheet.js +1 -0
- package/build/components/ea-drawer/index.js +1 -0
- package/build/components/ea-drawer/src/style/stylesheet.js +1 -0
- package/build/components/ea-empty/index.js +1 -0
- package/build/components/ea-empty/src/assets/emptyStatusSVG.js +1 -0
- package/build/components/ea-empty/src/style/stylesheet.js +1 -0
- package/build/components/ea-footer/index.js +1 -0
- package/build/components/ea-form/index.js +1 -0
- package/build/components/ea-form-item/index.js +1 -0
- package/build/components/ea-form-item/src/style/stylesheet.js +1 -0
- package/build/components/ea-header/index.js +1 -0
- package/build/components/ea-icon/config.json +1030 -0
- package/{components/ea-icon/css/fontello-codes.css → build/components/ea-icon/css/fontello.css} +312 -123
- package/build/components/ea-icon/font/fontello.eot +0 -0
- package/build/components/ea-icon/font/fontello.svg +350 -0
- package/build/components/ea-icon/font/fontello.ttf +0 -0
- package/build/components/ea-icon/font/fontello.woff +0 -0
- package/build/components/ea-icon/font/fontello.woff2 +0 -0
- package/build/components/ea-icon/index.css +1 -0
- package/build/components/ea-icon/index.js +1 -0
- package/build/components/ea-image/index.js +1 -0
- package/build/components/ea-image/src/assets/errorImage.js +1 -0
- package/build/components/ea-image/src/style/stylesheet.js +1 -0
- package/build/components/ea-image/src/utils/createPreviewTools.js +1 -0
- package/build/components/ea-infinite-scroll/index.js +1 -0
- package/build/components/ea-infinite-scroll-item/index.js +1 -0
- package/build/components/ea-input/index.js +1 -0
- package/build/components/ea-input/src/components/createFixIcon.js +1 -0
- package/build/components/ea-input/src/components/createSuggestionBoard.js +1 -0
- package/build/components/ea-input/src/components/createWordLimitElement.js +1 -0
- package/build/components/ea-input/src/style/stylesheet.js +1 -0
- package/build/components/ea-input/src/utils/dispatchEvent.js +1 -0
- package/build/components/ea-input/src/utils/handleSearchResult.js +1 -0
- package/build/components/ea-input/src/utils/handleSuggestionBoardTrigger.js +1 -0
- package/build/components/ea-input-number/index.js +1 -0
- package/build/components/ea-input-number/src/style/stylesheet.js +1 -0
- package/build/components/ea-input-number/src/utils/handleCustomEvent.js +1 -0
- package/build/components/ea-link/index.js +1 -0
- package/build/components/ea-link/src/style/stylesheet.js +1 -0
- package/build/components/ea-loading/index.js +1 -0
- package/build/components/ea-loading/src/style/stylesheet.js +1 -0
- package/build/components/ea-main/index.js +1 -0
- package/build/components/ea-menu/index.js +1 -0
- package/build/components/ea-menu/src/style/stylesheet.js +1 -0
- package/build/components/ea-menu/src/utils/handleMenuItemEvent.js +1 -0
- package/build/components/ea-menu-item/index.js +1 -0
- package/build/components/ea-menu-item/src/style/stylesheet.js +1 -0
- package/build/components/ea-menu-item-group/index.js +1 -0
- package/build/components/ea-menu-item-group/src/style/stylesheet.js +1 -0
- package/build/components/ea-message/index.js +1 -0
- package/build/components/ea-message/src/style/stylesheet.js +1 -0
- package/build/components/ea-message/src/utils/MessageClass.js +1 -0
- package/build/components/ea-message-box/index.js +1 -0
- package/build/components/ea-message-box/src/style/stylesheet.js +1 -0
- package/build/components/ea-message-box/src/utils/EaMessageBoxClass.js +1 -0
- package/build/components/ea-option/index.js +1 -0
- package/build/components/ea-option/src/style/stylesheet.js +1 -0
- package/build/components/ea-option-gropu/index.js +1 -0
- package/build/components/ea-page-header/index.js +1 -0
- package/build/components/ea-page-header/src/style/stylesheet.js +1 -0
- package/build/components/ea-pagination/index.js +1 -0
- package/build/components/ea-pagination/src/components/getMoreItem.js +1 -0
- package/build/components/ea-pagination/src/components/getPageItem.js +1 -0
- package/build/components/ea-pagination/src/components/getShowTotalItem.js +1 -0
- package/build/components/ea-pagination/src/style/stylesheet.js +1 -0
- package/build/components/ea-pane/index.js +1 -0
- package/build/components/ea-pane/src/stylesheet.js +1 -0
- package/build/components/ea-progress/index.js +1 -0
- package/build/components/ea-progress/src/components/SVGComm.js +1 -0
- package/build/components/ea-progress/src/style/stylesheet.js +1 -0
- package/build/components/ea-radio/index.js +1 -0
- package/build/components/ea-radio/src/style/stylesheet.js +1 -0
- package/build/components/ea-radio-group/index.js +1 -0
- package/build/components/ea-rate/index.js +1 -0
- package/build/components/ea-rate/src/components/rateComm.js +1 -0
- package/build/components/ea-rate/src/style/stylesheet.js +1 -0
- package/build/components/ea-result/index.js +1 -0
- package/build/components/ea-result/src/style/stylesheet.js +1 -0
- package/build/components/ea-select/index.js +1 -0
- package/build/components/ea-select/src/style/stylesheet.js +1 -0
- package/build/components/ea-skeleton/index.js +1 -0
- package/build/components/ea-skeleton/src/style/stylesheet.js +1 -0
- package/build/components/ea-skeleton/src/utils/createSkeletonElement.js +1 -0
- package/build/components/ea-skeleton-item/index.js +1 -0
- package/build/components/ea-skeleton-item/src/assets/imageSVG.js +1 -0
- package/build/components/ea-skeleton-item/src/style/stylesheet.js +1 -0
- package/build/components/ea-step/index.js +1 -0
- package/build/components/ea-step/src/style/stylesheet.js +1 -0
- package/build/components/ea-steps/index.js +1 -0
- package/build/components/ea-steps/src/style/stylesheet.js +1 -0
- package/build/components/ea-submenu/index.js +1 -0
- package/build/components/ea-submenu/src/style/stylesheet.js +1 -0
- package/build/components/ea-switch/index.js +1 -0
- package/build/components/ea-switch/src/style/stylesheet.js +1 -0
- package/build/components/ea-tab/index.js +1 -0
- package/build/components/ea-tab/src/style/stylesheet.js +1 -0
- package/build/components/ea-table/index.js +1 -0
- package/build/components/ea-table/src/style/stylesheet.js +1 -0
- package/build/components/ea-table-column/index.js +1 -0
- package/build/components/ea-tabs/index.js +1 -0
- package/build/components/ea-tabs/src/style/stylesheet.js +1 -0
- package/build/components/ea-tag/index.js +1 -0
- package/build/components/ea-tag/src/style/stylesheet.js +1 -0
- package/build/components/ea-textarea/index.js +1 -0
- package/build/components/ea-textarea/src/style/stylesheet.js +1 -0
- package/build/components/ea-time-picker/index.js +1 -0
- package/build/components/ea-time-picker/src/style/stylesheet.js +1 -0
- package/build/components/ea-timeline/index.js +1 -0
- package/build/components/ea-timeline/style/stylesheet.js +1 -0
- package/build/components/ea-timeline-item/index.js +1 -0
- package/build/components/ea-timeline-item/src/style/stylesheet.js +1 -0
- package/build/components/globalConfig.js +1 -0
- package/build/components/index.js +1 -0
- package/build/utils/Validator.js +1 -0
- package/build/utils/createElement.js +1 -0
- package/build/utils/handleDefaultAttrIsTrue.js +1 -0
- package/build/utils/handleTemplate.js +1 -0
- package/build/utils/setStyle.js +1 -0
- package/build/utils/timeout.js +1 -0
- package/components/Base.js +75 -1
- package/components/ea-alert/index.css +91 -0
- package/components/ea-alert/index.js +210 -1
- package/components/ea-alert/index.scss +108 -0
- package/components/ea-alert/src/style/stylesheet.js +85 -1
- package/components/ea-aside/index.css +9 -0
- package/components/ea-aside/index.js +54 -1
- package/components/ea-aside/index.scss +12 -0
- package/components/ea-avatar/index.css +66 -0
- package/components/ea-avatar/index.js +156 -1
- package/components/ea-avatar/index.scss +59 -0
- package/components/ea-avatar/src/assets/defaultAvatar.js +12 -1
- package/components/ea-avatar/src/assets/errorAvatar.js +9 -1
- package/components/ea-avatar/src/assets/iconAndTextAvatar.js +18 -1
- package/components/ea-avatar/src/style/stylesheet.js +61 -1
- package/components/ea-backtop/index.css +27 -0
- package/components/ea-backtop/index.js +167 -1
- package/components/ea-backtop/index.scss +29 -0
- package/components/ea-backtop/src/style/stylesheet.js +21 -1
- package/components/ea-badge/index.css +49 -0
- package/components/ea-badge/index.js +103 -1
- package/components/ea-badge/index.scss +56 -0
- package/components/ea-badge/src/style/stylesheet.js +43 -1
- package/components/ea-breadcrumb/index.css +6 -0
- package/components/ea-breadcrumb/index.js +90 -1
- package/components/ea-breadcrumb/index.scss +7 -0
- package/components/ea-breadcrumb/src/style/stylesheet.js +8 -1
- package/components/ea-breadcrumb-item/index.css +10 -0
- package/components/ea-breadcrumb-item/index.js +23 -1
- package/components/ea-breadcrumb-item/index.scss +12 -0
- package/components/ea-breadcrumb-item/src/style/style.js +12 -1
- package/components/ea-button/index.css +206 -0
- package/components/ea-button/index.js +198 -1
- package/components/ea-button/index.scss +143 -0
- package/components/ea-button/src/components/ButtonComm.js +5 -1
- package/components/ea-button/src/components/HrefComm.js +5 -1
- package/components/ea-button/src/style/stylesheet.js +208 -1
- package/components/ea-button-group/index.css +16 -0
- package/components/ea-button-group/index.js +44 -1
- package/components/ea-button-group/index.scss +20 -0
- package/components/ea-button-group/src/style/stylesheet.js +18 -1
- package/components/ea-calendar/index.css +72 -0
- package/components/ea-calendar/index.js +298 -1
- package/components/ea-calendar/index.scss +106 -0
- package/components/ea-calendar/src/style/stylesheet.js +74 -1
- package/components/ea-calendar/src/utils/createChangerElement.js +10 -1
- package/components/ea-calendar/src/utils/createThead.js +18 -1
- package/components/ea-calendar/src/utils/getDate.js +11 -1
- package/components/ea-calendar/src/utils/getUserWeekStart.js +11 -1
- package/components/ea-card/index.css +25 -0
- package/components/ea-card/index.js +51 -1
- package/components/ea-card/index.scss +24 -0
- package/components/ea-card/src/style/stylesheet.js +19 -1
- package/components/ea-carousel/index.css +103 -0
- package/components/ea-carousel/index.js +222 -1
- package/components/ea-carousel/index.scss +140 -0
- package/components/ea-carousel/src/style/stylesheet.js +105 -1
- package/components/ea-carousel/src/utils/handleIndexOverflow.js +9 -1
- package/components/ea-carousel-item/index.css +20 -0
- package/components/ea-carousel-item/index.js +23 -1
- package/components/ea-carousel-item/index.scss +26 -0
- package/components/ea-carousel-item/src/style/stylesheet.js +22 -1
- package/components/ea-checkbox/index.css +108 -0
- package/components/ea-checkbox/index.js +160 -1
- package/components/ea-checkbox/index.scss +141 -0
- package/components/ea-checkbox/src/style/stylesheet.js +110 -1
- package/components/ea-checkbox-group/index.css +6 -0
- package/components/ea-checkbox-group/index.js +120 -1
- package/components/ea-checkbox-group/index.scss +7 -0
- package/components/ea-checkbox-group/src/style/stylesheet.js +8 -1
- package/components/ea-collapse/index.css +0 -0
- package/components/ea-collapse/index.js +109 -1
- package/components/ea-collapse/index.scss +4 -0
- package/components/ea-collapse-item/index.css +31 -0
- package/components/ea-collapse-item/index.js +111 -1
- package/components/ea-collapse-item/index.scss +46 -0
- package/components/ea-collapse-item/src/style/stylesheet.js +33 -1
- package/components/ea-container/index.css +14 -0
- package/components/ea-container/index.js +85 -1
- package/components/ea-container/index.scss +18 -0
- package/components/ea-date-picker/index.css +17 -0
- package/components/ea-date-picker/index.js +191 -1
- package/components/ea-date-picker/index.scss +29 -0
- package/components/ea-date-picker/src/style/stylesheet.js +19 -1
- package/components/ea-descriptions/index.css +33 -0
- package/components/ea-descriptions/index.js +171 -1
- package/components/ea-descriptions/index.scss +45 -0
- package/components/ea-descriptions/src/components/contentTemplate.js +11 -1
- package/components/ea-descriptions/src/components/getTdTemplate_border.js +6 -1
- package/components/ea-descriptions/src/components/getTdTemplate_direction.js +7 -1
- package/components/ea-descriptions/src/components/getThTemplate_direction.js +7 -1
- package/components/ea-descriptions/src/components/getThTemplate_normal.js +8 -1
- package/components/ea-descriptions/src/style/stylesheet.js +35 -1
- package/components/ea-descriptions-item/index.css +21 -0
- package/components/ea-descriptions-item/index.js +71 -1
- package/components/ea-descriptions-item/index.scss +29 -0
- package/components/ea-descriptions-item/src/stylesheet.js +23 -1
- package/components/ea-drawer/index.css +138 -0
- package/components/ea-drawer/index.js +251 -1
- package/components/ea-drawer/index.scss +208 -0
- package/components/ea-drawer/src/style/stylesheet.js +141 -1
- package/components/ea-empty/index.css +30 -0
- package/components/ea-empty/index.js +93 -1
- package/components/ea-empty/index.scss +30 -0
- package/components/ea-empty/src/assets/emptyStatusSVG.js +6 -1
- package/components/ea-empty/src/style/stylesheet.js +24 -1
- package/components/ea-footer/index.css +7 -0
- package/components/ea-footer/index.js +57 -1
- package/components/ea-footer/index.scss +10 -0
- package/components/ea-form/index.css +0 -0
- package/components/ea-form/index.js +121 -1
- package/components/ea-form/index.scss +0 -0
- package/components/ea-form-item/index.css +62 -0
- package/components/ea-form-item/index.js +152 -1
- package/components/ea-form-item/index.scss +83 -0
- package/components/ea-form-item/src/style/stylesheet.js +64 -1
- package/components/ea-header/index.css +7 -0
- package/components/ea-header/index.js +55 -1
- package/components/ea-header/index.scss +10 -0
- package/components/ea-icon/css/fontello.css +312 -226
- package/components/ea-icon/index.css +1 -2
- package/components/ea-icon/index.js +84 -1
- package/components/ea-image/index.css +84 -0
- package/components/ea-image/index.js +182 -1
- package/components/ea-image/index.scss +111 -0
- package/components/ea-image/src/assets/errorImage.js +9 -1
- package/components/ea-image/src/assets/errorImage.svg +7 -0
- package/components/ea-image/src/style/stylesheet.js +86 -1
- package/components/ea-image/src/utils/createPreviewTools.js +140 -1
- package/components/ea-infinite-scroll/index.css +0 -0
- package/components/ea-infinite-scroll/index.js +119 -1
- package/components/ea-infinite-scroll/index.scss +0 -0
- package/components/ea-infinite-scroll-item/index.css +0 -0
- package/components/ea-infinite-scroll-item/index.js +18 -1
- package/components/ea-infinite-scroll-item/index.scss +0 -0
- package/components/ea-input/index.css +139 -0
- package/components/ea-input/index.js +398 -1
- package/components/ea-input/index.scss +178 -0
- package/components/ea-input/src/components/createFixIcon.js +108 -1
- package/components/ea-input/src/components/createSuggestionBoard.js +43 -1
- package/components/ea-input/src/components/createWordLimitElement.js +18 -1
- package/components/ea-input/src/style/stylesheet.js +141 -1
- package/components/ea-input/src/utils/dispatchEvent.js +9 -1
- package/components/ea-input/src/utils/handleSearchResult.js +9 -1
- package/components/ea-input/src/utils/handleSuggestionBoardTrigger.js +31 -1
- package/components/ea-input-number/index.css +120 -0
- package/components/ea-input-number/index.js +308 -1
- package/components/ea-input-number/index.scss +132 -0
- package/components/ea-input-number/src/style/stylesheet.js +122 -1
- package/components/ea-input-number/src/utils/handleCustomEvent.js +5 -1
- package/components/ea-link/index.css +48 -0
- package/components/ea-link/index.js +122 -1
- package/components/ea-link/index.scss +36 -0
- package/components/ea-link/src/style/stylesheet.js +50 -1
- package/components/ea-loading/index.css +38 -0
- package/components/ea-loading/index.js +166 -1
- package/components/ea-loading/index.scss +55 -0
- package/components/ea-loading/src/style/stylesheet.js +40 -1
- package/components/ea-main/index.css +8 -0
- package/components/ea-main/index.js +32 -1
- package/components/ea-main/index.scss +11 -0
- package/components/ea-menu/index.css +19 -0
- package/components/ea-menu/index.js +131 -1
- package/components/ea-menu/index.scss +22 -0
- package/components/ea-menu/src/style/stylesheet.js +21 -1
- package/components/ea-menu/src/utils/handleMenuItemEvent.js +32 -1
- package/components/ea-menu-item/index.css +48 -0
- package/components/ea-menu-item/index.js +130 -1
- package/components/ea-menu-item/index.scss +62 -0
- package/components/ea-menu-item/src/style/stylesheet.js +50 -1
- package/components/ea-menu-item-group/index.css +42 -0
- package/components/ea-menu-item-group/index.js +130 -1
- package/components/ea-menu-item-group/index.scss +60 -0
- package/components/ea-menu-item-group/src/style/stylesheet.js +44 -1
- package/components/ea-message/index.css +47 -0
- package/components/ea-message/index.js +171 -1
- package/components/ea-message/index.scss +70 -0
- package/components/ea-message/src/style/stylesheet.js +48 -1
- package/components/ea-message/src/utils/MessageClass.js +67 -1
- package/components/ea-message-box/index.css +85 -0
- package/components/ea-message-box/index.js +211 -1
- package/components/ea-message-box/index.scss +113 -0
- package/components/ea-message-box/src/style/stylesheet.js +87 -1
- package/components/ea-message-box/src/utils/EaMessageBoxClass.js +60 -1
- package/components/ea-option/index.css +24 -0
- package/components/ea-option/index.js +74 -1
- package/components/ea-option/index.scss +31 -0
- package/components/ea-option/src/style/stylesheet.js +26 -1
- package/components/ea-option-gropu/index.css +6 -0
- package/components/ea-option-gropu/index.js +57 -1
- package/components/ea-option-gropu/index.scss +8 -0
- package/components/ea-page-header/index.css +33 -0
- package/components/ea-page-header/index.js +91 -1
- package/components/ea-page-header/index.scss +44 -0
- package/components/ea-page-header/src/style/stylesheet.js +35 -1
- package/components/ea-pagination/index.css +69 -0
- package/components/ea-pagination/index.js +305 -1
- package/components/ea-pagination/index.scss +89 -0
- package/components/ea-pagination/src/components/getMoreItem.js +20 -1
- package/components/ea-pagination/src/components/getPageItem.js +11 -1
- package/components/ea-pagination/src/components/getShowTotalItem.js +7 -1
- package/components/ea-pagination/src/style/stylesheet.js +71 -1
- package/components/ea-pane/index.css +6 -0
- package/components/ea-pane/index.js +52 -1
- package/components/ea-pane/index.scss +7 -0
- package/components/ea-pane/src/stylesheet.js +8 -1
- package/components/ea-progress/index.css +61 -0
- package/components/ea-progress/index.js +249 -1
- package/components/ea-progress/index.scss +74 -0
- package/components/ea-progress/src/components/SVGComm.js +18 -1
- package/components/ea-progress/src/style/stylesheet.js +55 -1
- package/components/ea-radio/index.css +82 -0
- package/components/ea-radio/index.js +137 -1
- package/components/ea-radio/index.scss +119 -0
- package/components/ea-radio/src/style/stylesheet.js +84 -1
- package/components/ea-radio-group/index.css +3 -0
- package/components/ea-radio-group/index.js +96 -1
- package/components/ea-radio-group/index.scss +3 -0
- package/components/ea-rate/index.css +44 -0
- package/components/ea-rate/index.js +243 -1
- package/components/ea-rate/index.scss +55 -0
- package/components/ea-rate/src/components/rateComm.js +20 -1
- package/components/ea-rate/src/style/stylesheet.js +45 -1
- package/components/ea-result/index.css +37 -0
- package/components/ea-result/index.js +109 -1
- package/components/ea-result/index.scss +46 -0
- package/components/ea-result/src/style/stylesheet.js +39 -1
- package/components/ea-select/index.css +47 -0
- package/components/ea-select/index.js +312 -1
- package/components/ea-select/index.scss +70 -0
- package/components/ea-select/src/style/stylesheet.js +49 -1
- package/components/ea-skeleton/index.css +12 -0
- package/components/ea-skeleton/index.js +148 -1
- package/components/ea-skeleton/index.scss +16 -0
- package/components/ea-skeleton/src/style/stylesheet.js +14 -1
- package/components/ea-skeleton/src/utils/createSkeletonElement.js +7 -1
- package/components/ea-skeleton-item/index.css +69 -0
- package/components/ea-skeleton-item/index.js +82 -1
- package/components/ea-skeleton-item/index.scss +107 -0
- package/components/ea-skeleton-item/src/assets/imageSVG.js +8 -1
- package/components/ea-skeleton-item/src/style/stylesheet.js +71 -1
- package/components/ea-step/index.css +84 -0
- package/components/ea-step/index.js +230 -1
- package/components/ea-step/index.scss +110 -0
- package/components/ea-step/src/style/stylesheet.js +86 -1
- package/components/ea-steps/index.css +19 -0
- package/components/ea-steps/index.js +104 -1
- package/components/ea-steps/index.scss +23 -0
- package/components/ea-steps/src/style/stylesheet.js +21 -1
- package/components/ea-submenu/index.css +65 -0
- package/components/ea-submenu/index.js +141 -1
- package/components/ea-submenu/index.scss +88 -0
- package/components/ea-submenu/src/style/stylesheet.js +67 -1
- package/components/ea-switch/index.css +90 -0
- package/components/ea-switch/index.js +189 -1
- package/components/ea-switch/index.scss +117 -0
- package/components/ea-switch/src/style/stylesheet.js +92 -1
- package/components/ea-tab/index.css +68 -0
- package/components/ea-tab/index.js +138 -1
- package/components/ea-tab/index.scss +96 -0
- package/components/ea-tab/src/style/stylesheet.js +70 -1
- package/components/ea-table/index.css +98 -0
- package/components/ea-table/index.js +555 -1
- package/components/ea-table/index.scss +90 -0
- package/components/ea-table/src/style/stylesheet.js +100 -1
- package/components/ea-table-column/index.css +0 -0
- package/components/ea-table-column/index.js +164 -1
- package/components/ea-table-column/index.scss +0 -0
- package/components/ea-tabs/index.css +45 -0
- package/components/ea-tabs/index.js +245 -1
- package/components/ea-tabs/index.scss +64 -0
- package/components/ea-tabs/src/style/stylesheet.js +47 -1
- package/components/ea-tag/index.css +90 -0
- package/components/ea-tag/index.js +107 -1
- package/components/ea-tag/index.scss +71 -0
- package/components/ea-tag/src/style/stylesheet.js +92 -1
- package/components/ea-textarea/index.css +37 -0
- package/components/ea-textarea/index.js +277 -1
- package/components/ea-textarea/index.scss +48 -0
- package/components/ea-textarea/src/style/stylesheet.js +39 -1
- package/components/ea-time-picker/index.css +82 -0
- package/components/ea-time-picker/index.js +379 -1
- package/components/ea-time-picker/index.scss +110 -0
- package/components/ea-time-picker/src/style/stylesheet.js +84 -1
- package/components/ea-timeline/index.css +0 -0
- package/components/ea-timeline/index.js +74 -1
- package/components/ea-timeline/index.scss +1 -0
- package/components/ea-timeline/style/stylesheet.js +3 -1
- package/components/ea-timeline-item/index.css +79 -0
- package/components/ea-timeline-item/index.js +146 -1
- package/components/ea-timeline-item/index.scss +92 -0
- package/components/ea-timeline-item/src/style/stylesheet.js +81 -1
- package/components/ea-ui-base-style.css +0 -0
- package/components/ea-ui-base-style.scss +153 -0
- package/components/globalConfig.js +10 -0
- package/components/index.js +67 -0
- package/package.json +1 -1
- package/public/logo.png +0 -0
- package/utils/Validator.js +16 -1
- package/utils/createElement.js +30 -1
- package/utils/handleDefaultAttrIsTrue.js +11 -1
- package/utils/handleTemplate.js +19 -1
- package/utils/setStyle.js +8 -1
- package/utils/timeout.js +16 -1
- package/components/ea-icon/css/animation.css +0 -85
- package/components/ea-icon/css/fontello-embedded.css +0 -181
- package/components/ea-icon/css/fontello-ie7-codes.css +0 -123
- package/components/ea-icon/css/fontello-ie7.css +0 -134
package/{components/ea-icon/css/fontello-codes.css → build/components/ea-icon/css/fontello.css}
RENAMED
|
@@ -1,123 +1,312 @@
|
|
|
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
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
1
|
+
/*
|
|
2
|
+
Animation example, for spinners
|
|
3
|
+
*/
|
|
4
|
+
.animate-spin {
|
|
5
|
+
-moz-animation: spin 2s infinite linear;
|
|
6
|
+
-o-animation: spin 2s infinite linear;
|
|
7
|
+
-webkit-animation: spin 2s infinite linear;
|
|
8
|
+
animation: spin 2s infinite linear;
|
|
9
|
+
display: inline-block;
|
|
10
|
+
}
|
|
11
|
+
@-moz-keyframes spin {
|
|
12
|
+
0% {
|
|
13
|
+
-moz-transform: rotate(0deg);
|
|
14
|
+
-o-transform: rotate(0deg);
|
|
15
|
+
-webkit-transform: rotate(0deg);
|
|
16
|
+
transform: rotate(0deg);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
100% {
|
|
20
|
+
-moz-transform: rotate(359deg);
|
|
21
|
+
-o-transform: rotate(359deg);
|
|
22
|
+
-webkit-transform: rotate(359deg);
|
|
23
|
+
transform: rotate(359deg);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
@-webkit-keyframes spin {
|
|
27
|
+
0% {
|
|
28
|
+
-moz-transform: rotate(0deg);
|
|
29
|
+
-o-transform: rotate(0deg);
|
|
30
|
+
-webkit-transform: rotate(0deg);
|
|
31
|
+
transform: rotate(0deg);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
100% {
|
|
35
|
+
-moz-transform: rotate(359deg);
|
|
36
|
+
-o-transform: rotate(359deg);
|
|
37
|
+
-webkit-transform: rotate(359deg);
|
|
38
|
+
transform: rotate(359deg);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
@-o-keyframes spin {
|
|
42
|
+
0% {
|
|
43
|
+
-moz-transform: rotate(0deg);
|
|
44
|
+
-o-transform: rotate(0deg);
|
|
45
|
+
-webkit-transform: rotate(0deg);
|
|
46
|
+
transform: rotate(0deg);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
100% {
|
|
50
|
+
-moz-transform: rotate(359deg);
|
|
51
|
+
-o-transform: rotate(359deg);
|
|
52
|
+
-webkit-transform: rotate(359deg);
|
|
53
|
+
transform: rotate(359deg);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
@-ms-keyframes spin {
|
|
57
|
+
0% {
|
|
58
|
+
-moz-transform: rotate(0deg);
|
|
59
|
+
-o-transform: rotate(0deg);
|
|
60
|
+
-webkit-transform: rotate(0deg);
|
|
61
|
+
transform: rotate(0deg);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
100% {
|
|
65
|
+
-moz-transform: rotate(359deg);
|
|
66
|
+
-o-transform: rotate(359deg);
|
|
67
|
+
-webkit-transform: rotate(359deg);
|
|
68
|
+
transform: rotate(359deg);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
@keyframes spin {
|
|
72
|
+
0% {
|
|
73
|
+
-moz-transform: rotate(0deg);
|
|
74
|
+
-o-transform: rotate(0deg);
|
|
75
|
+
-webkit-transform: rotate(0deg);
|
|
76
|
+
transform: rotate(0deg);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
100% {
|
|
80
|
+
-moz-transform: rotate(359deg);
|
|
81
|
+
-o-transform: rotate(359deg);
|
|
82
|
+
-webkit-transform: rotate(359deg);
|
|
83
|
+
transform: rotate(359deg);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@font-face {
|
|
88
|
+
font-family: 'fontello';
|
|
89
|
+
src: url('../font/fontello.eot?56437677');
|
|
90
|
+
src: url('../font/fontello.eot?56437677#iefix') format('embedded-opentype'),
|
|
91
|
+
url('../font/fontello.woff2?56437677') format('woff2'),
|
|
92
|
+
url('../font/fontello.woff?56437677') format('woff'),
|
|
93
|
+
url('../font/fontello.ttf?56437677') format('truetype'),
|
|
94
|
+
url('../font/fontello.svg?56437677#fontello') format('svg');
|
|
95
|
+
font-weight: normal;
|
|
96
|
+
font-style: normal;
|
|
97
|
+
}
|
|
98
|
+
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
99
|
+
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
100
|
+
/*
|
|
101
|
+
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
102
|
+
@font-face {
|
|
103
|
+
font-family: 'fontello';
|
|
104
|
+
src: url('../font/fontello.svg?56437677#fontello') format('svg');
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
*/
|
|
108
|
+
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
109
|
+
font-family: "fontello";
|
|
110
|
+
font-style: normal;
|
|
111
|
+
font-weight: normal;
|
|
112
|
+
speak: never;
|
|
113
|
+
|
|
114
|
+
display: inline-block;
|
|
115
|
+
text-decoration: inherit;
|
|
116
|
+
width: 1em;
|
|
117
|
+
margin-right: .2em;
|
|
118
|
+
text-align: center;
|
|
119
|
+
/* opacity: .8; */
|
|
120
|
+
|
|
121
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
|
122
|
+
font-variant: normal;
|
|
123
|
+
text-transform: none;
|
|
124
|
+
|
|
125
|
+
/* fix buttons height, for twitter bootstrap */
|
|
126
|
+
line-height: 1em;
|
|
127
|
+
|
|
128
|
+
/* Animation center compensation - margins should be symmetric */
|
|
129
|
+
/* remove if not needed */
|
|
130
|
+
margin-left: .2em;
|
|
131
|
+
|
|
132
|
+
/* you can be more comfortable with increased icons size */
|
|
133
|
+
/* font-size: 120%; */
|
|
134
|
+
|
|
135
|
+
/* Font smoothing. That was taken from TWBS */
|
|
136
|
+
-webkit-font-smoothing: antialiased;
|
|
137
|
+
-moz-osx-font-smoothing: grayscale;
|
|
138
|
+
|
|
139
|
+
/* Uncomment for 3D effect */
|
|
140
|
+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.icon-music:before { content: '\e800'; } /* '' */
|
|
144
|
+
.icon-heart-empty:before { content: '\e801'; } /* '' */
|
|
145
|
+
.icon-heart:before { content: '\e802'; } /* '' */
|
|
146
|
+
.icon-star-empty:before { content: '\e803'; } /* '' */
|
|
147
|
+
.icon-star:before { content: '\e804'; } /* '' */
|
|
148
|
+
.icon-mail:before { content: '\e805'; } /* '' */
|
|
149
|
+
.icon-search:before { content: '\e806'; } /* '' */
|
|
150
|
+
.icon-user:before { content: '\e807'; } /* '' */
|
|
151
|
+
.icon-users:before { content: '\e808'; } /* '' */
|
|
152
|
+
.icon-video:before { content: '\e809'; } /* '' */
|
|
153
|
+
.icon-videocam:before { content: '\e80a'; } /* '' */
|
|
154
|
+
.icon-picture:before { content: '\e80b'; } /* '' */
|
|
155
|
+
.icon-camera:before { content: '\e80c'; } /* '' */
|
|
156
|
+
.icon-th-list:before { content: '\e80d'; } /* '' */
|
|
157
|
+
.icon-ok-circled:before { content: '\e80e'; } /* '' */
|
|
158
|
+
.icon-ok-circled2:before { content: '\e80f'; } /* '' */
|
|
159
|
+
.icon-cancel-circled:before { content: '\e810'; } /* '' */
|
|
160
|
+
.icon-cancel-circled2:before { content: '\e811'; } /* '' */
|
|
161
|
+
.icon-plus:before { content: '\e812'; } /* '' */
|
|
162
|
+
.icon-minus-circled:before { content: '\e813'; } /* '' */
|
|
163
|
+
.icon-home:before { content: '\e814'; } /* '' */
|
|
164
|
+
.icon-link:before { content: '\e815'; } /* '' */
|
|
165
|
+
.icon-attach:before { content: '\e816'; } /* '' */
|
|
166
|
+
.icon-lock:before { content: '\e817'; } /* '' */
|
|
167
|
+
.icon-lock-open:before { content: '\e818'; } /* '' */
|
|
168
|
+
.icon-pin:before { content: '\e819'; } /* '' */
|
|
169
|
+
.icon-eye:before { content: '\e81a'; } /* '' */
|
|
170
|
+
.icon-eye-off:before { content: '\e81b'; } /* '' */
|
|
171
|
+
.icon-tag:before { content: '\e81c'; } /* '' */
|
|
172
|
+
.icon-tags:before { content: '\e81d'; } /* '' */
|
|
173
|
+
.icon-bookmark:before { content: '\e81e'; } /* '' */
|
|
174
|
+
.icon-edit:before { content: '\e81f'; } /* '' */
|
|
175
|
+
.icon-bell:before { content: '\e820'; } /* '' */
|
|
176
|
+
.icon-trash-empty:before { content: '\e821'; } /* '' */
|
|
177
|
+
.icon-location:before { content: '\e822'; } /* '' */
|
|
178
|
+
.icon-phone:before { content: '\e823'; } /* '' */
|
|
179
|
+
.icon-cog:before { content: '\e824'; } /* '' */
|
|
180
|
+
.icon-basket:before { content: '\e825'; } /* '' */
|
|
181
|
+
.icon-play:before { content: '\e826'; } /* '' */
|
|
182
|
+
.icon-stop:before { content: '\e827'; } /* '' */
|
|
183
|
+
.icon-pause:before { content: '\e828'; } /* '' */
|
|
184
|
+
.icon-to-end:before { content: '\e829'; } /* '' */
|
|
185
|
+
.icon-to-end-alt:before { content: '\e82a'; } /* '' */
|
|
186
|
+
.icon-to-start:before { content: '\e82b'; } /* '' */
|
|
187
|
+
.icon-to-start-alt:before { content: '\e82c'; } /* '' */
|
|
188
|
+
.icon-fast-fw:before { content: '\e82d'; } /* '' */
|
|
189
|
+
.icon-fast-bw:before { content: '\e82e'; } /* '' */
|
|
190
|
+
.icon-inbox:before { content: '\e82f'; } /* '' */
|
|
191
|
+
.icon-globe:before { content: '\e830'; } /* '' */
|
|
192
|
+
.icon-briefcase:before { content: '\e831'; } /* '' */
|
|
193
|
+
.icon-star-half:before { content: '\e832'; } /* '' */
|
|
194
|
+
.icon-th-large:before { content: '\e833'; } /* '' */
|
|
195
|
+
.icon-ok:before { content: '\e834'; } /* '' */
|
|
196
|
+
.icon-cancel:before { content: '\e835'; } /* '' */
|
|
197
|
+
.icon-minus:before { content: '\e836'; } /* '' */
|
|
198
|
+
.icon-thumbs-up:before { content: '\e837'; } /* '' */
|
|
199
|
+
.icon-thumbs-down:before { content: '\e838'; } /* '' */
|
|
200
|
+
.icon-spin6:before { content: '\e839'; } /* '' */
|
|
201
|
+
.icon-pencil:before { content: '\e83a'; } /* '' */
|
|
202
|
+
.icon-comment:before { content: '\e83b'; } /* '' */
|
|
203
|
+
.icon-chat:before { content: '\e83c'; } /* '' */
|
|
204
|
+
.icon-attention-circled:before { content: '\e83d'; } /* '' */
|
|
205
|
+
.icon-play-circled2:before { content: '\e83e'; } /* '' */
|
|
206
|
+
.icon-signal:before { content: '\e83f'; } /* '' */
|
|
207
|
+
.icon-firefox:before { content: '\e840'; } /* '' */
|
|
208
|
+
.icon-chrome:before { content: '\e841'; } /* '' */
|
|
209
|
+
.icon-opera:before { content: '\e842'; } /* '' */
|
|
210
|
+
.icon-ie:before { content: '\e843'; } /* '' */
|
|
211
|
+
.icon-crown:before { content: '\e844'; } /* '' */
|
|
212
|
+
.icon-award:before { content: '\e845'; } /* '' */
|
|
213
|
+
.icon-cloud:before { content: '\e846'; } /* '' */
|
|
214
|
+
.icon-flash:before { content: '\e847'; } /* '' */
|
|
215
|
+
.icon-umbrella:before { content: '\e848'; } /* '' */
|
|
216
|
+
.icon-flight:before { content: '\e849'; } /* '' */
|
|
217
|
+
.icon-leaf:before { content: '\e84a'; } /* '' */
|
|
218
|
+
.icon-clock:before { content: '\e84b'; } /* '' */
|
|
219
|
+
.icon-link-ext:before { content: '\f08e'; } /* '' */
|
|
220
|
+
.icon-twitter:before { content: '\f099'; } /* '' */
|
|
221
|
+
.icon-github-circled:before { content: '\f09b'; } /* '' */
|
|
222
|
+
.icon-hdd:before { content: '\f0a0'; } /* '' */
|
|
223
|
+
.icon-table:before { content: '\f0ce'; } /* '' */
|
|
224
|
+
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
|
|
225
|
+
.icon-gauge:before { content: '\f0e4'; } /* '' */
|
|
226
|
+
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
|
|
227
|
+
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
|
|
228
|
+
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
|
|
229
|
+
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
|
|
230
|
+
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
|
|
231
|
+
.icon-coffee:before { content: '\f0f4'; } /* '' */
|
|
232
|
+
.icon-food:before { content: '\f0f5'; } /* '' */
|
|
233
|
+
.icon-medkit:before { content: '\f0fa'; } /* '' */
|
|
234
|
+
.icon-angle-left:before { content: '\f104'; } /* '' */
|
|
235
|
+
.icon-angle-right:before { content: '\f105'; } /* '' */
|
|
236
|
+
.icon-angle-up:before { content: '\f106'; } /* '' */
|
|
237
|
+
.icon-angle-down:before { content: '\f107'; } /* '' */
|
|
238
|
+
.icon-laptop:before { content: '\f109'; } /* '' */
|
|
239
|
+
.icon-tablet:before { content: '\f10a'; } /* '' */
|
|
240
|
+
.icon-folder-empty:before { content: '\f114'; } /* '' */
|
|
241
|
+
.icon-gamepad:before { content: '\f11b'; } /* '' */
|
|
242
|
+
.icon-star-half-alt:before { content: '\f123'; } /* '' */
|
|
243
|
+
.icon-direction:before { content: '\f124'; } /* '' */
|
|
244
|
+
.icon-help:before { content: '\f128'; } /* '' */
|
|
245
|
+
.icon-info:before { content: '\f129'; } /* '' */
|
|
246
|
+
.icon-attention-alt:before { content: '\f12a'; } /* '' */
|
|
247
|
+
.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
|
|
248
|
+
.icon-play-circled:before { content: '\f144'; } /* '' */
|
|
249
|
+
.icon-ok-squared:before { content: '\f14a'; } /* '' */
|
|
250
|
+
.icon-compass:before { content: '\f14e'; } /* '' */
|
|
251
|
+
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
|
|
252
|
+
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
|
|
253
|
+
.icon-youtube:before { content: '\f167'; } /* '' */
|
|
254
|
+
.icon-dropbox:before { content: '\f16b'; } /* '' */
|
|
255
|
+
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
|
|
256
|
+
.icon-apple:before { content: '\f179'; } /* '' */
|
|
257
|
+
.icon-windows:before { content: '\f17a'; } /* '' */
|
|
258
|
+
.icon-android:before { content: '\f17b'; } /* '' */
|
|
259
|
+
.icon-skype:before { content: '\f17e'; } /* '' */
|
|
260
|
+
.icon-sun:before { content: '\f185'; } /* '' */
|
|
261
|
+
.icon-moon:before { content: '\f186'; } /* '' */
|
|
262
|
+
.icon-bug:before { content: '\f188'; } /* '' */
|
|
263
|
+
.icon-weibo:before { content: '\f18a'; } /* '' */
|
|
264
|
+
.icon-renren:before { content: '\f18b'; } /* '' */
|
|
265
|
+
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
|
|
266
|
+
.icon-google:before { content: '\f1a0'; } /* '' */
|
|
267
|
+
.icon-language:before { content: '\f1ab'; } /* '' */
|
|
268
|
+
.icon-paw:before { content: '\f1b0'; } /* '' */
|
|
269
|
+
.icon-steam-squared:before { content: '\f1b7'; } /* '' */
|
|
270
|
+
.icon-recycle:before { content: '\f1b8'; } /* '' */
|
|
271
|
+
.icon-database:before { content: '\f1c0'; } /* '' */
|
|
272
|
+
.icon-tencent-weibo:before { content: '\f1d5'; } /* '' */
|
|
273
|
+
.icon-qq:before { content: '\f1d6'; } /* '' */
|
|
274
|
+
.icon-wechat:before { content: '\f1d7'; } /* '' */
|
|
275
|
+
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
|
|
276
|
+
.icon-share:before { content: '\f1e0'; } /* '' */
|
|
277
|
+
.icon-binoculars:before { content: '\f1e5'; } /* '' */
|
|
278
|
+
.icon-twitch:before { content: '\f1e8'; } /* '' */
|
|
279
|
+
.icon-wifi:before { content: '\f1eb'; } /* '' */
|
|
280
|
+
.icon-paypal:before { content: '\f1ed'; } /* '' */
|
|
281
|
+
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
|
|
282
|
+
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
|
|
283
|
+
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
|
|
284
|
+
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
|
|
285
|
+
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
|
|
286
|
+
.icon-cc-stripe:before { content: '\f1f5'; } /* '' */
|
|
287
|
+
.icon-bell-off:before { content: '\f1f6'; } /* '' */
|
|
288
|
+
.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
|
|
289
|
+
.icon-trash:before { content: '\f1f8'; } /* '' */
|
|
290
|
+
.icon-birthday:before { content: '\f1fd'; } /* '' */
|
|
291
|
+
.icon-heartbeat:before { content: '\f21e'; } /* '' */
|
|
292
|
+
.icon-venus:before { content: '\f221'; } /* '' */
|
|
293
|
+
.icon-mars:before { content: '\f222'; } /* '' */
|
|
294
|
+
.icon-user-plus:before { content: '\f234'; } /* '' */
|
|
295
|
+
.icon-user-times:before { content: '\f235'; } /* '' */
|
|
296
|
+
.icon-bed:before { content: '\f236'; } /* '' */
|
|
297
|
+
.icon-battery-4:before { content: '\f240'; } /* '' */
|
|
298
|
+
.icon-battery-3:before { content: '\f241'; } /* '' */
|
|
299
|
+
.icon-battery-2:before { content: '\f242'; } /* '' */
|
|
300
|
+
.icon-battery-1:before { content: '\f243'; } /* '' */
|
|
301
|
+
.icon-battery-0:before { content: '\f244'; } /* '' */
|
|
302
|
+
.icon-hourglass-o:before { content: '\f250'; } /* '' */
|
|
303
|
+
.icon-hourglass-1:before { content: '\f251'; } /* '' */
|
|
304
|
+
.icon-hourglass-2:before { content: '\f252'; } /* '' */
|
|
305
|
+
.icon-hourglass-3:before { content: '\f253'; } /* '' */
|
|
306
|
+
.icon-hourglass:before { content: '\f254'; } /* '' */
|
|
307
|
+
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
|
|
308
|
+
.icon-map-signs:before { content: '\f277'; } /* '' */
|
|
309
|
+
.icon-map:before { content: '\f279'; } /* '' */
|
|
310
|
+
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
|
|
311
|
+
.icon-facebook-squared:before { content: '\f308'; } /* '' */
|
|
312
|
+
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
|
|
Binary file
|