@timus-networks/theme 1.0.8 → 1.0.10
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/components-js/ThemeButtons.vue +140 -0
- package/components-js/ThemeInputs.vue +361 -0
- package/components-js/ThemeTypo.vue +63 -0
- package/components-js/TimusSamples.vue +27 -0
- package/components-ts/ThemeButtons.vue +140 -0
- package/components-ts/ThemeInputs.vue +361 -0
- package/components-ts/ThemeTypo.vue +63 -0
- package/components-ts/TimusSamples.vue +27 -0
- package/convert-js.js +0 -1
- package/convert-sass.js +19 -8
- package/fonts/poppins/100-italic.css +29 -0
- package/fonts/poppins/100.css +29 -0
- package/fonts/poppins/200-italic.css +29 -0
- package/fonts/poppins/200.css +29 -0
- package/fonts/poppins/300-italic.css +29 -0
- package/fonts/poppins/300.css +29 -0
- package/fonts/poppins/400-italic.css +29 -0
- package/fonts/poppins/400.css +29 -0
- package/fonts/poppins/500-italic.css +29 -0
- package/fonts/poppins/500.css +29 -0
- package/fonts/poppins/600-italic.css +29 -0
- package/fonts/poppins/600.css +29 -0
- package/fonts/poppins/700-italic.css +29 -0
- package/fonts/poppins/700.css +29 -0
- package/fonts/poppins/800-italic.css +29 -0
- package/fonts/poppins/800.css +29 -0
- package/fonts/poppins/900-italic.css +29 -0
- package/fonts/poppins/900.css +29 -0
- package/fonts/poppins/LICENSE +93 -0
- package/fonts/poppins/README.md +47 -0
- package/fonts/poppins/devanagari-100-italic.css +8 -0
- package/fonts/poppins/devanagari-100.css +8 -0
- package/fonts/poppins/devanagari-200-italic.css +8 -0
- package/fonts/poppins/devanagari-200.css +8 -0
- package/fonts/poppins/devanagari-300-italic.css +8 -0
- package/fonts/poppins/devanagari-300.css +8 -0
- package/fonts/poppins/devanagari-400-italic.css +8 -0
- package/fonts/poppins/devanagari-400.css +8 -0
- package/fonts/poppins/devanagari-500-italic.css +8 -0
- package/fonts/poppins/devanagari-500.css +8 -0
- package/fonts/poppins/devanagari-600-italic.css +8 -0
- package/fonts/poppins/devanagari-600.css +8 -0
- package/fonts/poppins/devanagari-700-italic.css +8 -0
- package/fonts/poppins/devanagari-700.css +8 -0
- package/fonts/poppins/devanagari-800-italic.css +8 -0
- package/fonts/poppins/devanagari-800.css +8 -0
- package/fonts/poppins/devanagari-900-italic.css +8 -0
- package/fonts/poppins/devanagari-900.css +8 -0
- package/fonts/poppins/devanagari-italic.css +80 -0
- package/fonts/poppins/devanagari.css +80 -0
- package/fonts/poppins/files/poppins-devanagari-100-italic.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-100-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-100-normal.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-100-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-200-italic.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-200-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-200-normal.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-200-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-300-italic.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-300-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-300-normal.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-300-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-400-italic.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-400-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-400-normal.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-400-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-500-italic.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-500-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-500-normal.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-500-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-600-italic.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-600-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-600-normal.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-600-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-700-italic.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-700-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-700-normal.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-700-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-800-italic.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-800-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-800-normal.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-800-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-900-italic.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-900-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-devanagari-900-normal.woff +0 -0
- package/fonts/poppins/files/poppins-devanagari-900-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-100-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-100-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-100-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-100-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-200-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-200-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-200-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-200-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-300-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-300-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-300-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-300-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-400-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-400-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-400-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-400-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-500-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-500-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-500-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-500-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-600-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-600-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-600-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-600-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-700-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-700-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-700-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-700-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-800-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-800-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-800-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-800-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-900-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-900-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-900-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-900-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-100-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-100-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-100-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-100-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-200-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-200-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-200-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-200-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-300-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-300-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-300-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-300-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-400-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-400-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-400-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-400-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-500-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-500-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-500-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-500-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-600-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-600-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-600-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-600-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-700-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-700-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-700-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-700-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-800-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-800-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-800-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-800-normal.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-900-italic.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-900-italic.woff2 +0 -0
- package/fonts/poppins/files/poppins-latin-ext-900-normal.woff +0 -0
- package/fonts/poppins/files/poppins-latin-ext-900-normal.woff2 +0 -0
- package/fonts/poppins/index.css +29 -0
- package/fonts/poppins/latin-100-italic.css +8 -0
- package/fonts/poppins/latin-100.css +8 -0
- package/fonts/poppins/latin-200-italic.css +8 -0
- package/fonts/poppins/latin-200.css +8 -0
- package/fonts/poppins/latin-300-italic.css +8 -0
- package/fonts/poppins/latin-300.css +8 -0
- package/fonts/poppins/latin-400-italic.css +8 -0
- package/fonts/poppins/latin-400.css +8 -0
- package/fonts/poppins/latin-500-italic.css +8 -0
- package/fonts/poppins/latin-500.css +8 -0
- package/fonts/poppins/latin-600-italic.css +8 -0
- package/fonts/poppins/latin-600.css +8 -0
- package/fonts/poppins/latin-700-italic.css +8 -0
- package/fonts/poppins/latin-700.css +8 -0
- package/fonts/poppins/latin-800-italic.css +8 -0
- package/fonts/poppins/latin-800.css +8 -0
- package/fonts/poppins/latin-900-italic.css +8 -0
- package/fonts/poppins/latin-900.css +8 -0
- package/fonts/poppins/latin-ext-100-italic.css +8 -0
- package/fonts/poppins/latin-ext-100.css +8 -0
- package/fonts/poppins/latin-ext-200-italic.css +8 -0
- package/fonts/poppins/latin-ext-200.css +8 -0
- package/fonts/poppins/latin-ext-300-italic.css +8 -0
- package/fonts/poppins/latin-ext-300.css +8 -0
- package/fonts/poppins/latin-ext-400-italic.css +8 -0
- package/fonts/poppins/latin-ext-400.css +8 -0
- package/fonts/poppins/latin-ext-500-italic.css +8 -0
- package/fonts/poppins/latin-ext-500.css +8 -0
- package/fonts/poppins/latin-ext-600-italic.css +8 -0
- package/fonts/poppins/latin-ext-600.css +8 -0
- package/fonts/poppins/latin-ext-700-italic.css +8 -0
- package/fonts/poppins/latin-ext-700.css +8 -0
- package/fonts/poppins/latin-ext-800-italic.css +8 -0
- package/fonts/poppins/latin-ext-800.css +8 -0
- package/fonts/poppins/latin-ext-900-italic.css +8 -0
- package/fonts/poppins/latin-ext-900.css +8 -0
- package/fonts/poppins/latin-ext-italic.css +80 -0
- package/fonts/poppins/latin-ext.css +80 -0
- package/fonts/poppins/latin-italic.css +80 -0
- package/fonts/poppins/latin.css +80 -0
- package/fonts/poppins/package.json +30 -0
- package/loader.js +9 -1
- package/module.js +17 -5
- package/output/main.css +1 -69555
- package/package.json +6 -4
- package/plugins/html-to-string.js +33 -0
- package/output/main.css.map +0 -1
- package/scss/_buttons.scss +0 -160
- package/scss/_colors.scss +0 -159
- package/scss/_containers.scss +0 -7
- package/scss/_element-ui.scss +0 -14
- package/scss/_fonts.scss +0 -69
- package/scss/_icons.scss +0 -87
- package/scss/_inputs.scss +0 -39
- package/scss/_layers.scss +0 -9
- package/scss/_selectbox.scss +0 -4
- package/scss/_variables.scss +0 -16
- package/scss/element-ui/alert.scss +0 -147
- package/scss/element-ui/aside.scss +0 -7
- package/scss/element-ui/autocomplete.scss +0 -80
- package/scss/element-ui/avatar.scss +0 -51
- package/scss/element-ui/backtop.scss +0 -22
- package/scss/element-ui/badge.scss +0 -58
- package/scss/element-ui/base.scss +0 -2
- package/scss/element-ui/breadcrumb-item.scss +0 -0
- package/scss/element-ui/breadcrumb.scss +0 -55
- package/scss/element-ui/button-group.scss +0 -0
- package/scss/element-ui/button.scss +0 -275
- package/scss/element-ui/calendar.scss +0 -79
- package/scss/element-ui/card.scss +0 -32
- package/scss/element-ui/carousel-item.scss +0 -50
- package/scss/element-ui/carousel.scss +0 -162
- package/scss/element-ui/cascader-panel.scss +0 -120
- package/scss/element-ui/cascader.scss +0 -182
- package/scss/element-ui/checkbox-button.scss +0 -0
- package/scss/element-ui/checkbox-group.scss +0 -0
- package/scss/element-ui/checkbox.scss +0 -359
- package/scss/element-ui/col.scss +0 -157
- package/scss/element-ui/collapse-item.scss +0 -0
- package/scss/element-ui/collapse.scss +0 -63
- package/scss/element-ui/color-picker.scss +0 -384
- package/scss/element-ui/common/popup.scss +0 -42
- package/scss/element-ui/common/transition.scss +0 -99
- package/scss/element-ui/common/var.scss +0 -1029
- package/scss/element-ui/container.scss +0 -14
- package/scss/element-ui/date-picker/date-picker.scss +0 -97
- package/scss/element-ui/date-picker/date-range-picker.scss +0 -101
- package/scss/element-ui/date-picker/date-table.scss +0 -151
- package/scss/element-ui/date-picker/month-table.scss +0 -82
- package/scss/element-ui/date-picker/picker-panel.scss +0 -117
- package/scss/element-ui/date-picker/picker.scss +0 -197
- package/scss/element-ui/date-picker/time-picker.scss +0 -85
- package/scss/element-ui/date-picker/time-range-picker.scss +0 -31
- package/scss/element-ui/date-picker/time-spinner.scss +0 -110
- package/scss/element-ui/date-picker/year-table.scss +0 -51
- package/scss/element-ui/date-picker.scss +0 -12
- package/scss/element-ui/descriptions-item.scss +0 -42
- package/scss/element-ui/descriptions.scss +0 -111
- package/scss/element-ui/dialog.scss +0 -123
- package/scss/element-ui/display.scss +0 -12
- package/scss/element-ui/divider.scss +0 -47
- package/scss/element-ui/drawer.scss +0 -219
- package/scss/element-ui/dropdown-item.scss +0 -0
- package/scss/element-ui/dropdown-menu.scss +0 -0
- package/scss/element-ui/dropdown.scss +0 -182
- package/scss/element-ui/empty.scss +0 -45
- package/scss/element-ui/fonts/element-icons.ttf +0 -0
- package/scss/element-ui/fonts/element-icons.woff +0 -0
- package/scss/element-ui/footer.scss +0 -8
- package/scss/element-ui/form-item.scss +0 -0
- package/scss/element-ui/form.scss +0 -167
- package/scss/element-ui/header.scss +0 -8
- package/scss/element-ui/icon.scss +0 -1167
- package/scss/element-ui/image.scss +0 -179
- package/scss/element-ui/index.scss +0 -87
- package/scss/element-ui/infinite-scroll.scss +0 -0
- package/scss/element-ui/infiniteScroll.scss +0 -0
- package/scss/element-ui/input-number.scss +0 -181
- package/scss/element-ui/input.scss +0 -360
- package/scss/element-ui/link.scss +0 -81
- package/scss/element-ui/loading.scss +0 -97
- package/scss/element-ui/main.scss +0 -12
- package/scss/element-ui/menu-item-group.scss +0 -0
- package/scss/element-ui/menu-item.scss +0 -0
- package/scss/element-ui/menu.scss +0 -289
- package/scss/element-ui/message-box.scss +0 -226
- package/scss/element-ui/message.scss +0 -120
- package/scss/element-ui/mixins/_button.scss +0 -81
- package/scss/element-ui/mixins/config.scss +0 -4
- package/scss/element-ui/mixins/function.scss +0 -44
- package/scss/element-ui/mixins/mixins.scss +0 -190
- package/scss/element-ui/mixins/utils.scss +0 -39
- package/scss/element-ui/notification.scss +0 -99
- package/scss/element-ui/option-group.scss +0 -42
- package/scss/element-ui/option.scss +0 -36
- package/scss/element-ui/page-header.scss +0 -41
- package/scss/element-ui/pagination.scss +0 -295
- package/scss/element-ui/popconfirm.scss +0 -16
- package/scss/element-ui/popover.scss +0 -40
- package/scss/element-ui/popper.scss +0 -102
- package/scss/element-ui/progress.scss +0 -141
- package/scss/element-ui/radio-button.scss +0 -113
- package/scss/element-ui/radio-group.scss +0 -9
- package/scss/element-ui/radio.scss +0 -199
- package/scss/element-ui/rate.scss +0 -49
- package/scss/element-ui/reset.scss +0 -79
- package/scss/element-ui/result.scss +0 -61
- package/scss/element-ui/row.scss +0 -43
- package/scss/element-ui/scrollbar.scss +0 -72
- package/scss/element-ui/select-dropdown.scss +0 -62
- package/scss/element-ui/select.scss +0 -152
- package/scss/element-ui/skeleton-item.scss +0 -84
- package/scss/element-ui/skeleton.scss +0 -40
- package/scss/element-ui/slider.scss +0 -250
- package/scss/element-ui/spinner.scss +0 -44
- package/scss/element-ui/statistic.scss +0 -38
- package/scss/element-ui/step.scss +0 -317
- package/scss/element-ui/steps.scss +0 -20
- package/scss/element-ui/submenu.scss +0 -0
- package/scss/element-ui/switch.scss +0 -116
- package/scss/element-ui/tab-pane.scss +0 -0
- package/scss/element-ui/table-column.scss +0 -97
- package/scss/element-ui/table.scss +0 -564
- package/scss/element-ui/tabs.scss +0 -602
- package/scss/element-ui/tag.scss +0 -163
- package/scss/element-ui/time-picker.scss +0 -8
- package/scss/element-ui/time-select.scss +0 -37
- package/scss/element-ui/timeline-item.scss +0 -86
- package/scss/element-ui/timeline.scss +0 -14
- package/scss/element-ui/tooltip.scss +0 -141
- package/scss/element-ui/transfer.scss +0 -228
- package/scss/element-ui/tree.scss +0 -123
- package/scss/element-ui/upload.scss +0 -603
- package/scss/main.scss +0 -22
|
@@ -1,384 +0,0 @@
|
|
|
1
|
-
@import "mixins/mixins";
|
|
2
|
-
@import "common/var";
|
|
3
|
-
|
|
4
|
-
@include b(color-predefine) {
|
|
5
|
-
display: flex;
|
|
6
|
-
font-size: 12px;
|
|
7
|
-
margin-top: 8px;
|
|
8
|
-
width: 280px;
|
|
9
|
-
|
|
10
|
-
@include e(colors) {
|
|
11
|
-
display: flex;
|
|
12
|
-
flex: 1;
|
|
13
|
-
flex-wrap: wrap;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@include e(color-selector) {
|
|
17
|
-
margin: 0 0 8px 8px;
|
|
18
|
-
width: 20px;
|
|
19
|
-
height: 20px;
|
|
20
|
-
border-radius: 4px;
|
|
21
|
-
cursor: pointer;
|
|
22
|
-
|
|
23
|
-
&:nth-child(10n + 1) {
|
|
24
|
-
margin-left: 0;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&.selected {
|
|
28
|
-
box-shadow: 0 0 3px 2px $--color-primary;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
> div {
|
|
32
|
-
display: flex;
|
|
33
|
-
height: 100%;
|
|
34
|
-
border-radius: 3px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@include when(alpha) {
|
|
38
|
-
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@include b(color-hue-slider) {
|
|
44
|
-
position: relative;
|
|
45
|
-
box-sizing: border-box;
|
|
46
|
-
width: 280px;
|
|
47
|
-
height: 12px;
|
|
48
|
-
background-color: #f00;
|
|
49
|
-
padding: 0 2px;
|
|
50
|
-
|
|
51
|
-
@include e(bar) {
|
|
52
|
-
position: relative;
|
|
53
|
-
background: linear-gradient(
|
|
54
|
-
to right, #f00 0%,
|
|
55
|
-
#ff0 17%, #0f0 33%,
|
|
56
|
-
#0ff 50%, #00f 67%,
|
|
57
|
-
#f0f 83%, #f00 100%);
|
|
58
|
-
height: 100%;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
@include e(thumb) {
|
|
62
|
-
position: absolute;
|
|
63
|
-
cursor: pointer;
|
|
64
|
-
box-sizing: border-box;
|
|
65
|
-
left: 0;
|
|
66
|
-
top: 0;
|
|
67
|
-
width: 4px;
|
|
68
|
-
height: 100%;
|
|
69
|
-
border-radius: 1px;
|
|
70
|
-
background: #fff;
|
|
71
|
-
border: 1px solid #f0f0f0;
|
|
72
|
-
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
|
|
73
|
-
z-index: 1;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
@include when(vertical) {
|
|
77
|
-
width: 12px;
|
|
78
|
-
height: 180px;
|
|
79
|
-
padding: 2px 0;
|
|
80
|
-
|
|
81
|
-
.el-color-hue-slider__bar {
|
|
82
|
-
background: linear-gradient(
|
|
83
|
-
to bottom, #f00 0%,
|
|
84
|
-
#ff0 17%, #0f0 33%,
|
|
85
|
-
#0ff 50%, #00f 67%,
|
|
86
|
-
#f0f 83%, #f00 100%);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.el-color-hue-slider__thumb {
|
|
90
|
-
left: 0;
|
|
91
|
-
top: 0;
|
|
92
|
-
width: 100%;
|
|
93
|
-
height: 4px;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
@include b(color-svpanel) {
|
|
99
|
-
position: relative;
|
|
100
|
-
width: 280px;
|
|
101
|
-
height: 180px;
|
|
102
|
-
|
|
103
|
-
@include e(('white', 'black')) {
|
|
104
|
-
position: absolute;
|
|
105
|
-
top: 0;
|
|
106
|
-
left: 0;
|
|
107
|
-
right: 0;
|
|
108
|
-
bottom: 0;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
@include e('white') {
|
|
112
|
-
background: linear-gradient(to right, #fff, rgba(255,255,255,0));
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
@include e('black') {
|
|
116
|
-
background: linear-gradient(to top, #000, rgba(0,0,0,0));
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
@include e(cursor) {
|
|
120
|
-
position: absolute;
|
|
121
|
-
|
|
122
|
-
> div {
|
|
123
|
-
cursor: head;
|
|
124
|
-
width: 4px;
|
|
125
|
-
height: 4px;
|
|
126
|
-
box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,0.3), 0 0 1px 2px rgba(0,0,0,0.4);
|
|
127
|
-
border-radius: 50%;
|
|
128
|
-
transform: translate(-2px, -2px);
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
@include b(color-alpha-slider) {
|
|
134
|
-
position: relative;
|
|
135
|
-
box-sizing: border-box;
|
|
136
|
-
width: 280px;
|
|
137
|
-
height: 12px;
|
|
138
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
|
|
139
|
-
|
|
140
|
-
@include e(bar) {
|
|
141
|
-
position: relative;
|
|
142
|
-
background: linear-gradient(
|
|
143
|
-
to right, rgba(255, 255, 255, 0) 0%,
|
|
144
|
-
rgba(255, 255, 255, 1) 100%);
|
|
145
|
-
height: 100%;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
@include e(thumb) {
|
|
149
|
-
position: absolute;
|
|
150
|
-
cursor: pointer;
|
|
151
|
-
box-sizing: border-box;
|
|
152
|
-
left: 0;
|
|
153
|
-
top: 0;
|
|
154
|
-
width: 4px;
|
|
155
|
-
height: 100%;
|
|
156
|
-
border-radius: 1px;
|
|
157
|
-
background: #fff;
|
|
158
|
-
border: 1px solid #f0f0f0;
|
|
159
|
-
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
|
|
160
|
-
z-index: 1;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
@include when(vertical) {
|
|
164
|
-
width: 20px;
|
|
165
|
-
height: 180px;
|
|
166
|
-
|
|
167
|
-
.el-color-alpha-slider__bar {
|
|
168
|
-
background: linear-gradient(
|
|
169
|
-
to bottom, rgba(255, 255, 255, 0) 0%,
|
|
170
|
-
rgba(255, 255, 255, 1) 100%);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.el-color-alpha-slider__thumb {
|
|
174
|
-
left: 0;
|
|
175
|
-
top: 0;
|
|
176
|
-
width: 100%;
|
|
177
|
-
height: 4px;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
@include b(color-dropdown) {
|
|
183
|
-
width: 300px;
|
|
184
|
-
|
|
185
|
-
@include e(main-wrapper) {
|
|
186
|
-
margin-bottom: 6px;
|
|
187
|
-
|
|
188
|
-
&::after {
|
|
189
|
-
content: "";
|
|
190
|
-
display: table;
|
|
191
|
-
clear: both;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
@include e(btns) {
|
|
196
|
-
margin-top: 6px;
|
|
197
|
-
text-align: right;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
@include e(value) {
|
|
201
|
-
float: left;
|
|
202
|
-
line-height: 26px;
|
|
203
|
-
font-size: 12px;
|
|
204
|
-
color: $--color-black;
|
|
205
|
-
width: 160px;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
@include e(btn) {
|
|
209
|
-
border: 1px solid #dcdcdc;
|
|
210
|
-
color: #333;
|
|
211
|
-
line-height: 24px;
|
|
212
|
-
border-radius: 2px;
|
|
213
|
-
padding: 0 20px;
|
|
214
|
-
cursor: pointer;
|
|
215
|
-
background-color: transparent;
|
|
216
|
-
outline: none;
|
|
217
|
-
font-size: 12px;
|
|
218
|
-
|
|
219
|
-
&[disabled] {
|
|
220
|
-
color: #cccccc;
|
|
221
|
-
cursor: not-allowed;
|
|
222
|
-
}
|
|
223
|
-
&:hover {
|
|
224
|
-
color: $--color-primary;
|
|
225
|
-
border-color: $--color-primary;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
@include e(link-btn) {
|
|
230
|
-
cursor: pointer;
|
|
231
|
-
color: $--color-primary;
|
|
232
|
-
text-decoration: none;
|
|
233
|
-
padding: 15px;
|
|
234
|
-
font-size: 12px;
|
|
235
|
-
&:hover {
|
|
236
|
-
color: tint($--color-primary, $--button-hover-tint-percent);
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
@include b(color-picker) {
|
|
242
|
-
display: inline-block;
|
|
243
|
-
position: relative;
|
|
244
|
-
line-height: normal;
|
|
245
|
-
height: 40px;
|
|
246
|
-
|
|
247
|
-
@include when(disabled) {
|
|
248
|
-
.el-color-picker__trigger {
|
|
249
|
-
cursor: not-allowed;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
@include m(medium) {
|
|
254
|
-
height: 36px;
|
|
255
|
-
|
|
256
|
-
.el-color-picker__trigger {
|
|
257
|
-
height: 36px;
|
|
258
|
-
width: 36px;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.el-color-picker__mask {
|
|
262
|
-
height: 34px;
|
|
263
|
-
width: 34px;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
@include m(small) {
|
|
268
|
-
height: 32px;
|
|
269
|
-
|
|
270
|
-
.el-color-picker__trigger {
|
|
271
|
-
height: 32px;
|
|
272
|
-
width: 32px;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.el-color-picker__mask {
|
|
276
|
-
height: 30px;
|
|
277
|
-
width: 30px;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.el-color-picker__icon,
|
|
281
|
-
.el-color-picker__empty {
|
|
282
|
-
transform: translate3d(-50%, -50%, 0) scale(0.8);
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
@include m(mini) {
|
|
287
|
-
height: 28px;
|
|
288
|
-
|
|
289
|
-
.el-color-picker__trigger {
|
|
290
|
-
height: 28px;
|
|
291
|
-
width: 28px;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.el-color-picker__mask {
|
|
295
|
-
height: 26px;
|
|
296
|
-
width: 26px;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.el-color-picker__icon,
|
|
300
|
-
.el-color-picker__empty {
|
|
301
|
-
transform: translate3d(-50%, -50%, 0) scale(0.8);
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
@include e(mask) {
|
|
306
|
-
height: 38px;
|
|
307
|
-
width: 38px;
|
|
308
|
-
border-radius: 4px;
|
|
309
|
-
position: absolute;
|
|
310
|
-
top: 1px;
|
|
311
|
-
left: 1px;
|
|
312
|
-
z-index: 1;
|
|
313
|
-
cursor: not-allowed;
|
|
314
|
-
background-color: rgba(255, 255, 255, .7);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
@include e(trigger) {
|
|
318
|
-
display: inline-block;
|
|
319
|
-
box-sizing: border-box;
|
|
320
|
-
height: 40px;
|
|
321
|
-
width: 40px;
|
|
322
|
-
padding: 4px;
|
|
323
|
-
border: 1px solid #e6e6e6;
|
|
324
|
-
border-radius: 4px;
|
|
325
|
-
font-size: 0;
|
|
326
|
-
position: relative;
|
|
327
|
-
cursor: pointer;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
@include e(color) {
|
|
331
|
-
position: relative;
|
|
332
|
-
display: block;
|
|
333
|
-
box-sizing: border-box;
|
|
334
|
-
border: 1px solid #999;
|
|
335
|
-
border-radius: $--border-radius-small;
|
|
336
|
-
width: 100%;
|
|
337
|
-
height: 100%;
|
|
338
|
-
text-align: center;
|
|
339
|
-
|
|
340
|
-
@include when(alpha) {
|
|
341
|
-
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
@include e(color-inner) {
|
|
346
|
-
position: absolute;
|
|
347
|
-
left: 0;
|
|
348
|
-
top: 0;
|
|
349
|
-
right: 0;
|
|
350
|
-
bottom: 0;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
@include e(empty) {
|
|
354
|
-
font-size: 12px;
|
|
355
|
-
color: #999;
|
|
356
|
-
position: absolute;
|
|
357
|
-
top: 50%;
|
|
358
|
-
left: 50%;
|
|
359
|
-
transform: translate3d(-50%, -50%, 0);
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
@include e(icon) {
|
|
363
|
-
display: inline-block;
|
|
364
|
-
position: absolute;
|
|
365
|
-
width: 100%;
|
|
366
|
-
top: 50%;
|
|
367
|
-
left: 50%;
|
|
368
|
-
transform: translate3d(-50%, -50%, 0);
|
|
369
|
-
color: $--color-white;
|
|
370
|
-
text-align: center;
|
|
371
|
-
font-size: 12px;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
@include e(panel) {
|
|
375
|
-
position: absolute;
|
|
376
|
-
z-index: 10;
|
|
377
|
-
padding: 6px;
|
|
378
|
-
box-sizing: content-box;
|
|
379
|
-
background-color: $--color-white;
|
|
380
|
-
border: 1px solid $--border-color-lighter;
|
|
381
|
-
border-radius: $--border-radius-base;
|
|
382
|
-
box-shadow: $--dropdown-menu-box-shadow;
|
|
383
|
-
}
|
|
384
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
@import "./var.scss";
|
|
2
|
-
@import "../mixins/mixins";
|
|
3
|
-
|
|
4
|
-
.v-modal-enter {
|
|
5
|
-
animation: v-modal-in .2s ease;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.v-modal-leave {
|
|
9
|
-
animation: v-modal-out .2s ease forwards;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@keyframes v-modal-in {
|
|
13
|
-
0% {
|
|
14
|
-
opacity: 0;
|
|
15
|
-
}
|
|
16
|
-
100% {
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@keyframes v-modal-out {
|
|
21
|
-
0% {
|
|
22
|
-
}
|
|
23
|
-
100% {
|
|
24
|
-
opacity: 0;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.v-modal {
|
|
29
|
-
position: fixed;
|
|
30
|
-
left: 0;
|
|
31
|
-
top: 0;
|
|
32
|
-
width: 100%;
|
|
33
|
-
height: 100%;
|
|
34
|
-
opacity: $--popup-modal-opacity;
|
|
35
|
-
background: $--popup-modal-background-color;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@include b(popup-parent) {
|
|
39
|
-
@include m(hidden) {
|
|
40
|
-
overflow: hidden;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
@import "var";
|
|
2
|
-
|
|
3
|
-
.fade-in-linear-enter-active,
|
|
4
|
-
.fade-in-linear-leave-active {
|
|
5
|
-
transition: $--fade-linear-transition;
|
|
6
|
-
}
|
|
7
|
-
.fade-in-linear-enter,
|
|
8
|
-
.fade-in-linear-leave,
|
|
9
|
-
.fade-in-linear-leave-active {
|
|
10
|
-
opacity: 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.el-fade-in-linear-enter-active,
|
|
14
|
-
.el-fade-in-linear-leave-active {
|
|
15
|
-
transition: $--fade-linear-transition;
|
|
16
|
-
}
|
|
17
|
-
.el-fade-in-linear-enter,
|
|
18
|
-
.el-fade-in-linear-leave,
|
|
19
|
-
.el-fade-in-linear-leave-active {
|
|
20
|
-
opacity: 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.el-fade-in-enter-active,
|
|
24
|
-
.el-fade-in-leave-active {
|
|
25
|
-
transition: all .3s cubic-bezier(.55,0,.1,1);
|
|
26
|
-
}
|
|
27
|
-
.el-fade-in-enter,
|
|
28
|
-
.el-fade-in-leave-active {
|
|
29
|
-
opacity: 0;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.el-zoom-in-center-enter-active,
|
|
33
|
-
.el-zoom-in-center-leave-active {
|
|
34
|
-
transition: all .3s cubic-bezier(.55,0,.1,1);
|
|
35
|
-
}
|
|
36
|
-
.el-zoom-in-center-enter,
|
|
37
|
-
.el-zoom-in-center-leave-active {
|
|
38
|
-
opacity: 0;
|
|
39
|
-
transform: scaleX(0);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.el-zoom-in-top-enter-active,
|
|
43
|
-
.el-zoom-in-top-leave-active {
|
|
44
|
-
opacity: 1;
|
|
45
|
-
transform: scaleY(1);
|
|
46
|
-
transition: $--md-fade-transition;
|
|
47
|
-
transform-origin: center top;
|
|
48
|
-
}
|
|
49
|
-
.el-zoom-in-top-enter,
|
|
50
|
-
.el-zoom-in-top-leave-active {
|
|
51
|
-
opacity: 0;
|
|
52
|
-
transform: scaleY(0);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.el-zoom-in-bottom-enter-active,
|
|
56
|
-
.el-zoom-in-bottom-leave-active {
|
|
57
|
-
opacity: 1;
|
|
58
|
-
transform: scaleY(1);
|
|
59
|
-
transition: $--md-fade-transition;
|
|
60
|
-
transform-origin: center bottom;
|
|
61
|
-
}
|
|
62
|
-
.el-zoom-in-bottom-enter,
|
|
63
|
-
.el-zoom-in-bottom-leave-active {
|
|
64
|
-
opacity: 0;
|
|
65
|
-
transform: scaleY(0);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.el-zoom-in-left-enter-active,
|
|
69
|
-
.el-zoom-in-left-leave-active {
|
|
70
|
-
opacity: 1;
|
|
71
|
-
transform: scale(1, 1);
|
|
72
|
-
transition: $--md-fade-transition;
|
|
73
|
-
transform-origin: top left;
|
|
74
|
-
}
|
|
75
|
-
.el-zoom-in-left-enter,
|
|
76
|
-
.el-zoom-in-left-leave-active {
|
|
77
|
-
opacity: 0;
|
|
78
|
-
transform: scale(.45, .45);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.collapse-transition {
|
|
82
|
-
transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
|
|
83
|
-
}
|
|
84
|
-
.horizontal-collapse-transition {
|
|
85
|
-
transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.el-list-enter-active,
|
|
89
|
-
.el-list-leave-active {
|
|
90
|
-
transition: all 1s;
|
|
91
|
-
}
|
|
92
|
-
.el-list-enter, .el-list-leave-active {
|
|
93
|
-
opacity: 0;
|
|
94
|
-
transform: translateY(-30px);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.el-opacity-transition {
|
|
98
|
-
transition: opacity .3s cubic-bezier(.55,0,.1,1);
|
|
99
|
-
}
|