@timus-networks/theme 1.0.184 → 2.0.1
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/README.md +70 -61
- package/dist/module.cjs +5 -0
- package/dist/module.d.mts +11 -0
- package/dist/module.d.ts +11 -0
- package/dist/module.json +9 -0
- package/dist/module.mjs +159 -0
- package/dist/runtime/components/example.button.vue +237 -0
- package/dist/runtime/components/example.button.vue.d.ts +10 -0
- package/dist/runtime/components/example.checkbox.vue +190 -0
- package/dist/runtime/components/example.checkbox.vue.d.ts +24 -0
- package/dist/runtime/components/example.dialog.vue +82 -0
- package/dist/runtime/components/example.form.vue +494 -0
- package/dist/runtime/components/example.input.vue +286 -0
- package/dist/runtime/components/example.input.vue.d.ts +20 -0
- package/dist/runtime/components/example.popover.vue +161 -0
- package/dist/runtime/components/example.radio.vue +165 -0
- package/dist/runtime/components/example.radio.vue.d.ts +24 -0
- package/dist/runtime/components/example.select.vue +591 -0
- package/dist/runtime/components/example.select.vue.d.ts +69 -0
- package/dist/runtime/components/example.sidebar.vue +104 -0
- package/dist/runtime/components/example.table.vue +126 -0
- package/dist/runtime/components/example.tag.vue +279 -0
- package/dist/runtime/components/html-encode.vue +37 -0
- package/dist/runtime/pages/theme.vue +30 -0
- package/dist/runtime/plugins/element-extend-plugin.d.ts +38 -0
- package/dist/runtime/plugins/element-extend-plugin.js +39 -0
- package/dist/runtime/plugins/element-extend-plugin.mjs +39 -0
- package/dist/runtime/plugins/experimental-size-plugin.d.ts +2 -0
- package/dist/runtime/plugins/experimental-size-plugin.js +13 -0
- package/dist/runtime/plugins/experimental-size-plugin.mjs +13 -0
- package/dist/runtime/plugins/sample-plugin.d.ts +20 -0
- package/dist/runtime/plugins/sample-plugin.js +5 -0
- package/dist/runtime/plugins/sample-plugin.mjs +5 -0
- package/dist/runtime/plugins/theme-provider.d.ts +30 -0
- package/dist/runtime/plugins/theme-provider.js +46 -0
- package/dist/runtime/plugins/theme-provider.mjs +46 -0
- package/dist/runtime/public/scss/element-plus/affix.css +277 -0
- package/dist/runtime/public/scss/element-plus/alert.css +420 -0
- package/dist/runtime/public/scss/element-plus/anchor-link.css +304 -0
- package/dist/runtime/public/scss/element-plus/anchor.css +348 -0
- package/dist/runtime/public/scss/element-plus/aside.css +280 -0
- package/dist/runtime/public/scss/element-plus/autocomplete.css +383 -0
- package/dist/runtime/public/scss/element-plus/avatar.css +320 -0
- package/dist/runtime/public/scss/element-plus/backtop.css +298 -0
- package/dist/runtime/public/scss/element-plus/badge.css +348 -0
- package/dist/runtime/public/scss/element-plus/base.css +522 -0
- package/dist/runtime/public/scss/element-plus/breadcrumb-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/breadcrumb.css +330 -0
- package/dist/runtime/public/scss/element-plus/button-group.css +413 -0
- package/dist/runtime/public/scss/element-plus/button.css +1043 -0
- package/dist/runtime/public/scss/element-plus/calendar.css +342 -0
- package/dist/runtime/public/scss/element-plus/card.css +312 -0
- package/dist/runtime/public/scss/element-plus/carousel-item.css +322 -0
- package/dist/runtime/public/scss/element-plus/carousel.css +447 -0
- package/dist/runtime/public/scss/element-plus/cascader-panel.css +400 -0
- package/dist/runtime/public/scss/element-plus/cascader.css +532 -0
- package/dist/runtime/public/scss/element-plus/check-tag.css +358 -0
- package/dist/runtime/public/scss/element-plus/checkbox-button.css +418 -0
- package/dist/runtime/public/scss/element-plus/checkbox-group.css +279 -0
- package/dist/runtime/public/scss/element-plus/checkbox.css +560 -0
- package/dist/runtime/public/scss/element-plus/col.css +3242 -0
- package/dist/runtime/public/scss/element-plus/collapse-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/collapse-transition.css +0 -0
- package/dist/runtime/public/scss/element-plus/collapse.css +462 -0
- package/dist/runtime/public/scss/element-plus/color/index.css +0 -0
- package/dist/runtime/public/scss/element-plus/color-picker.css +622 -0
- package/dist/runtime/public/scss/element-plus/common/popup.css +310 -0
- package/dist/runtime/public/scss/element-plus/common/transition.css +392 -0
- package/dist/runtime/public/scss/element-plus/common/var.css +274 -0
- package/dist/runtime/public/scss/element-plus/config-provider.css +0 -0
- package/dist/runtime/public/scss/element-plus/container.css +285 -0
- package/dist/runtime/public/scss/element-plus/dark/css-vars.css +325 -0
- package/dist/runtime/public/scss/element-plus/dark/var.css +274 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +496 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.css +378 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-table.css +398 -0
- package/dist/runtime/public/scss/element-plus/date-picker/month-table.css +360 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +391 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +634 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +344 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.css +303 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.css +362 -0
- package/dist/runtime/public/scss/element-plus/date-picker/year-table.css +356 -0
- package/dist/runtime/public/scss/element-plus/date-picker.css +1447 -0
- package/dist/runtime/public/scss/element-plus/descriptions-item.css +307 -0
- package/dist/runtime/public/scss/element-plus/descriptions.css +373 -0
- package/dist/runtime/public/scss/element-plus/dialog.css +484 -0
- package/dist/runtime/public/scss/element-plus/display.css +329 -0
- package/dist/runtime/public/scss/element-plus/divider.css +317 -0
- package/dist/runtime/public/scss/element-plus/drawer.css +391 -0
- package/dist/runtime/public/scss/element-plus/dropdown-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/dropdown-menu.css +0 -0
- package/dist/runtime/public/scss/element-plus/dropdown.css +464 -0
- package/dist/runtime/public/scss/element-plus/empty.css +327 -0
- package/dist/runtime/public/scss/element-plus/footer.css +282 -0
- package/dist/runtime/public/scss/element-plus/form-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/form.css +499 -0
- package/dist/runtime/public/scss/element-plus/header.css +282 -0
- package/dist/runtime/public/scss/element-plus/icon.css +315 -0
- package/dist/runtime/public/scss/element-plus/image-viewer.css +411 -0
- package/dist/runtime/public/scss/element-plus/image.css +315 -0
- package/dist/runtime/public/scss/element-plus/index.css +16702 -0
- package/dist/runtime/public/scss/element-plus/infinite-scroll.css +0 -0
- package/dist/runtime/public/scss/element-plus/input-number.css +450 -0
- package/dist/runtime/public/scss/element-plus/input.css +742 -0
- package/dist/runtime/public/scss/element-plus/link.css +422 -0
- package/dist/runtime/public/scss/element-plus/loading.css +363 -0
- package/dist/runtime/public/scss/element-plus/main.css +283 -0
- package/dist/runtime/public/scss/element-plus/mention.css +385 -0
- package/dist/runtime/public/scss/element-plus/menu-item-group.css +0 -0
- package/dist/runtime/public/scss/element-plus/menu-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/menu.css +709 -0
- package/dist/runtime/public/scss/element-plus/message-box.css +501 -0
- package/dist/runtime/public/scss/element-plus/message.css +398 -0
- package/dist/runtime/public/scss/element-plus/mixins/config.css +0 -0
- package/dist/runtime/public/scss/element-plus/mixins/function.css +0 -0
- package/dist/runtime/public/scss/element-plus/mixins/mixins.css +274 -0
- package/dist/runtime/public/scss/element-plus/mixins/utils.css +0 -0
- package/dist/runtime/public/scss/element-plus/notification.css +381 -0
- package/dist/runtime/public/scss/element-plus/option-group.css +303 -0
- package/dist/runtime/public/scss/element-plus/option.css +325 -0
- package/dist/runtime/public/scss/element-plus/overlay.css +289 -0
- package/dist/runtime/public/scss/element-plus/page-header.css +323 -0
- package/dist/runtime/public/scss/element-plus/pagination.css +533 -0
- package/dist/runtime/public/scss/element-plus/popconfirm.css +287 -0
- package/dist/runtime/public/scss/element-plus/popover.css +324 -0
- package/dist/runtime/public/scss/element-plus/popper.css +372 -0
- package/dist/runtime/public/scss/element-plus/progress.css +421 -0
- package/dist/runtime/public/scss/element-plus/radio-button.css +402 -0
- package/dist/runtime/public/scss/element-plus/radio-group.css +280 -0
- package/dist/runtime/public/scss/element-plus/radio.css +533 -0
- package/dist/runtime/public/scss/element-plus/rate.css +356 -0
- package/dist/runtime/public/scss/element-plus/reset.css +371 -0
- package/dist/runtime/public/scss/element-plus/result.css +353 -0
- package/dist/runtime/public/scss/element-plus/row.css +311 -0
- package/dist/runtime/public/scss/element-plus/scrollbar.css +345 -0
- package/dist/runtime/public/scss/element-plus/segmented.css +432 -0
- package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +323 -0
- package/dist/runtime/public/scss/element-plus/select-dropdown.css +323 -0
- package/dist/runtime/public/scss/element-plus/select-v2.css +740 -0
- package/dist/runtime/public/scss/element-plus/select.css +740 -0
- package/dist/runtime/public/scss/element-plus/skeleton-item.css +344 -0
- package/dist/runtime/public/scss/element-plus/skeleton.css +307 -0
- package/dist/runtime/public/scss/element-plus/slider.css +452 -0
- package/dist/runtime/public/scss/element-plus/space.css +289 -0
- package/dist/runtime/public/scss/element-plus/spinner.css +314 -0
- package/dist/runtime/public/scss/element-plus/statistic.css +308 -0
- package/dist/runtime/public/scss/element-plus/step.css +558 -0
- package/dist/runtime/public/scss/element-plus/steps.css +291 -0
- package/dist/runtime/public/scss/element-plus/sub-menu.css +0 -0
- package/dist/runtime/public/scss/element-plus/switch.css +498 -0
- package/dist/runtime/public/scss/element-plus/tab-pane.css +0 -0
- package/dist/runtime/public/scss/element-plus/table-column.css +354 -0
- package/dist/runtime/public/scss/element-plus/table-v2.css +492 -0
- package/dist/runtime/public/scss/element-plus/table.css +865 -0
- package/dist/runtime/public/scss/element-plus/tabs.css +864 -0
- package/dist/runtime/public/scss/element-plus/tag.css +596 -0
- package/dist/runtime/public/scss/element-plus/text.css +344 -0
- package/dist/runtime/public/scss/element-plus/time-picker.css +942 -0
- package/dist/runtime/public/scss/element-plus/time-select.css +884 -0
- package/dist/runtime/public/scss/element-plus/timeline-item.css +387 -0
- package/dist/runtime/public/scss/element-plus/timeline.css +306 -0
- package/dist/runtime/public/scss/element-plus/tooltip-v2.css +382 -0
- package/dist/runtime/public/scss/element-plus/tooltip.css +0 -0
- package/dist/runtime/public/scss/element-plus/tour.css +433 -0
- package/dist/runtime/public/scss/element-plus/transfer.css +469 -0
- package/dist/runtime/public/scss/element-plus/tree-select.css +297 -0
- package/dist/runtime/public/scss/element-plus/tree.css +510 -0
- package/dist/runtime/public/scss/element-plus/upload.css +834 -0
- package/dist/runtime/public/scss/element-plus/var.css +361 -0
- package/dist/runtime/public/scss/element-plus/virtual-list.css +302 -0
- package/dist/runtime/public/scss/theme.css +1191 -0
- package/dist/runtime/server/tsconfig.json +6 -0
- package/dist/runtime/types.d.ts +40 -0
- package/dist/types.d.mts +7 -0
- package/dist/types.d.ts +7 -0
- package/package.json +36 -20
- package/components-js/ThemeAlert.vue +0 -78
- package/components-js/ThemeAvatar.vue +0 -55
- package/components-js/ThemeBadge.vue +0 -106
- package/components-js/ThemeBreadcrumb.vue +0 -44
- package/components-js/ThemeButtons.vue +0 -148
- package/components-js/ThemeCascader.vue +0 -390
- package/components-js/ThemeCheckbox.d.ts +0 -2
- package/components-js/ThemeCheckbox.vue +0 -197
- package/components-js/ThemeCollapse.vue +0 -73
- package/components-js/ThemeDialog.vue +0 -49
- package/components-js/ThemeForm.d.ts +0 -2
- package/components-js/ThemeForm.vue +0 -134
- package/components-js/ThemeInformation.vue +0 -127
- package/components-js/ThemeInputNumbers.vue +0 -74
- package/components-js/ThemeInputs.vue +0 -316
- package/components-js/ThemeLink.vue +0 -110
- package/components-js/ThemeLogo.vue +0 -57
- package/components-js/ThemeMessage.vue +0 -55
- package/components-js/ThemeMessageBox.vue +0 -47
- package/components-js/ThemePopover.vue +0 -557
- package/components-js/ThemeRadio.d.ts +0 -2
- package/components-js/ThemeRadio.vue +0 -164
- package/components-js/ThemeSelect.vue +0 -237
- package/components-js/ThemeSidebar.d.ts +0 -2
- package/components-js/ThemeSidebar.vue +0 -275
- package/components-js/ThemeTable.vue +0 -305
- package/components-js/ThemeTag.vue +0 -145
- package/components-js/ThemeToggle.vue +0 -123
- package/components-js/ThemeTooltip.vue +0 -191
- package/components-js/ThemeTypo.vue +0 -65
- package/components-js/ThemeUpload.vue +0 -92
- package/components-js/TimusSamples.vue +0 -54
- package/components-js/exporter.js +0 -19
- package/components-js/interfaces.js +0 -1
- package/components-js/utils.d.ts +0 -6
- package/components-js/utils.js +0 -17
- package/components-ts/ThemeAlert.vue +0 -78
- package/components-ts/ThemeAvatar.vue +0 -55
- package/components-ts/ThemeBadge.vue +0 -106
- package/components-ts/ThemeBreadcrumb.vue +0 -44
- package/components-ts/ThemeButtons.vue +0 -148
- package/components-ts/ThemeCascader.vue +0 -390
- package/components-ts/ThemeCheckbox.vue +0 -202
- package/components-ts/ThemeCollapse.vue +0 -73
- package/components-ts/ThemeDialog.vue +0 -49
- package/components-ts/ThemeForm.vue +0 -137
- package/components-ts/ThemeInformation.vue +0 -127
- package/components-ts/ThemeInputNumbers.vue +0 -74
- package/components-ts/ThemeInputs.vue +0 -316
- package/components-ts/ThemeLink.vue +0 -110
- package/components-ts/ThemeLogo.vue +0 -57
- package/components-ts/ThemeMessage.vue +0 -55
- package/components-ts/ThemeMessageBox.vue +0 -47
- package/components-ts/ThemePopover.vue +0 -557
- package/components-ts/ThemeRadio.vue +0 -169
- package/components-ts/ThemeSelect.vue +0 -237
- package/components-ts/ThemeSidebar.vue +0 -277
- package/components-ts/ThemeTable.vue +0 -305
- package/components-ts/ThemeTag.vue +0 -145
- package/components-ts/ThemeToggle.vue +0 -123
- package/components-ts/ThemeTooltip.vue +0 -191
- package/components-ts/ThemeTypo.vue +0 -65
- package/components-ts/ThemeUpload.vue +0 -92
- package/components-ts/TimusSamples.vue +0 -54
- package/components-ts/exporter.js +0 -19
- package/components-ts/interfaces.ts +0 -11
- package/components-ts/utils.ts +0 -20
- package/convert-js.js +0 -112
- package/convert-sass.js +0 -26
- package/fonts/poppins-font-face/files/Poppins-Black.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-Black.svg +0 -3099
- package/fonts/poppins-font-face/files/Poppins-Black.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Black.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-Black.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-BlackItalic.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Bold.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-Bold.svg +0 -3131
- package/fonts/poppins-font-face/files/Poppins-Bold.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Bold.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-Bold.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-BoldItalic.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraBold.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraBold.svg +0 -3120
- package/fonts/poppins-font-face/files/Poppins-ExtraBold.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraBold.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraBold.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraBoldItalic.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraLight.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraLight.svg +0 -3245
- package/fonts/poppins-font-face/files/Poppins-ExtraLight.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraLight.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraLight.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-ExtraLightItalic.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Italic.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-Italic.svg +0 -3414
- package/fonts/poppins-font-face/files/Poppins-Italic.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Italic.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-Italic.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-Light.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-Light.svg +0 -3244
- package/fonts/poppins-font-face/files/Poppins-Light.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Light.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-Light.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-LightItalic.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Medium.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-Medium.svg +0 -3190
- package/fonts/poppins-font-face/files/Poppins-Medium.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Medium.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-Medium.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-MediumItalic.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Regular.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-Regular.svg +0 -3213
- package/fonts/poppins-font-face/files/Poppins-Regular.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Regular.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-Regular.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-SemiBold.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-SemiBold.svg +0 -3174
- package/fonts/poppins-font-face/files/Poppins-SemiBold.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-SemiBold.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-SemiBold.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-SemiBoldItalic.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Thin.eot +0 -0
- package/fonts/poppins-font-face/files/Poppins-Thin.svg +0 -3266
- package/fonts/poppins-font-face/files/Poppins-Thin.ttf +0 -0
- package/fonts/poppins-font-face/files/Poppins-Thin.woff +0 -0
- package/fonts/poppins-font-face/files/Poppins-Thin.woff2 +0 -0
- package/fonts/poppins-font-face/files/Poppins-ThinItalic.ttf +0 -0
- package/fonts/poppins-font-face/stylesheet.css +0 -81
- package/images/applications/apple.png +0 -0
- package/images/applications/apple_icloud.png +0 -0
- package/images/applications/apple_itunes.png +0 -0
- package/images/applications/apple_store.png +0 -0
- package/images/applications/bloomberg.png +0 -0
- package/images/applications/chrome.png +0 -0
- package/images/applications/csgo.png +0 -0
- package/images/applications/dns.png +0 -0
- package/images/applications/dropbox.png +0 -0
- package/images/applications/evil.png +0 -0
- package/images/applications/facebook-messenger.png +0 -0
- package/images/applications/facebook.png +0 -0
- package/images/applications/ftp.png +0 -0
- package/images/applications/gmail.png +0 -0
- package/images/applications/google.png +0 -0
- package/images/applications/google_maps.png +0 -0
- package/images/applications/instagram.png +0 -0
- package/images/applications/linkedin.svg +0 -5
- package/images/applications/messenger.png +0 -0
- package/images/applications/mysql.png +0 -0
- package/images/applications/netflix.png +0 -0
- package/images/applications/nintendo.png +0 -0
- package/images/applications/sap.png +0 -0
- package/images/applications/skype.png +0 -0
- package/images/applications/slack.png +0 -0
- package/images/applications/smtp.png +0 -0
- package/images/applications/snapchat.png +0 -0
- package/images/applications/spotify.png +0 -0
- package/images/applications/ssh.png +0 -0
- package/images/applications/teamspeak.png +0 -0
- package/images/applications/tiktok.png +0 -0
- package/images/applications/twitch.png +0 -0
- package/images/applications/twitter.png +0 -0
- package/images/applications/ubuntuone.png +0 -0
- package/images/applications/utorrent.png +0 -0
- package/images/applications/website.png +0 -0
- package/images/applications/whatsapp.png +0 -0
- package/images/applications/windows-update.png +0 -0
- package/images/applications/youtube.png +0 -0
- package/images/backgrounds/login-icon.png +0 -0
- package/images/backgrounds/login.jpg +0 -0
- package/images/backgrounds/login.png +0 -0
- package/images/cards/amex.svg +0 -20
- package/images/cards/default.svg +0 -18
- package/images/cards/dina.svg +0 -12
- package/images/cards/diners.svg +0 -30
- package/images/cards/discover.svg +0 -28
- package/images/cards/eftpos.svg +0 -21
- package/images/cards/jcb.svg +0 -41
- package/images/cards/mastercard.svg +0 -5
- package/images/cards/unionpay.svg +0 -6
- package/images/cards/visa.svg +0 -3
- package/images/devices/os-android.png +0 -0
- package/images/devices/os-android.svg +0 -6
- package/images/devices/os-apple.svg +0 -4
- package/images/devices/os-default.svg +0 -5
- package/images/devices/os-ios.png +0 -0
- package/images/devices/os-ios.svg +0 -4
- package/images/devices/os-linux-debian.png +0 -0
- package/images/devices/os-linux-ubuntu.png +0 -0
- package/images/devices/os-linux.svg +0 -3
- package/images/devices/os-osx.png +0 -0
- package/images/devices/os-unknown.png +0 -0
- package/images/devices/os-windows.png +0 -0
- package/images/devices/os-windows.svg +0 -3
- package/images/devices/type-laptop-ubuntu.png +0 -0
- package/images/devices/type-laptop.png +0 -0
- package/images/devices/type-printer.png +0 -0
- package/images/devices/type-switch-cisco.png +0 -0
- package/images/logos/timus-favicon.png +0 -0
- package/images/logos/timus-icon.svg +0 -17
- package/images/logos/timus-logo-manager.svg +0 -29
- package/images/logos/timus-logo-partner.svg +0 -35
- package/images/logos/timus-logo.svg +0 -22
- package/index.d.ts +0 -5
- package/loader.js +0 -50
- package/module.js +0 -77
- package/output/main.css +0 -1
- package/plugins/html-to-string.js +0 -36
- package/plugins/js-components-installer.js +0 -22
- package/plugins/theme-provider.js +0 -72
- package/plugins/ts-components-installer.js +0 -22
|
@@ -1,316 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="pt-8 pb-16 flex gap-12 flex-col">
|
|
3
|
-
<section>
|
|
4
|
-
<h1>Basic</h1>
|
|
5
|
-
<p class="p-lg my-6">Standart metin girişi için temel <code>el-input</code> bileşenini kullanabilirsiniz.</p>
|
|
6
|
-
<div class="grid grid-flow-col auto-cols-max">
|
|
7
|
-
<el-input v-model="input" placeholder="Please input" class="danger" />
|
|
8
|
-
</div>
|
|
9
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
10
|
-
<p class="text-xs">
|
|
11
|
-
Örnek kullanım:
|
|
12
|
-
<code><el-input placeholder="Please input" v-model="input"></el-input></code>
|
|
13
|
-
</p>
|
|
14
|
-
</div>
|
|
15
|
-
</section>
|
|
16
|
-
|
|
17
|
-
<section>
|
|
18
|
-
<h1>Disabled</h1>
|
|
19
|
-
<p class="p-lg my-6">Kullanıcı etkileşimini engellemek için giriş bileşenini devre dışı bırakabilirsiniz.</p>
|
|
20
|
-
<div class="grid grid-flow-col auto-cols-max gap-7">
|
|
21
|
-
<el-input v-model="input" placeholder="Please input" :disabled="true" />
|
|
22
|
-
<el-input value="some input value" placeholder="Please input" :disabled="true" />
|
|
23
|
-
</div>
|
|
24
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
25
|
-
<p class="text-xs">
|
|
26
|
-
Devre dışı bırakmak için, <code>disabled</code> özelliğini ekleyin. Örnek:
|
|
27
|
-
<code><el-input placeholder="Please input" v-model="input" disabled></el-input></code>
|
|
28
|
-
</p>
|
|
29
|
-
</div>
|
|
30
|
-
</section>
|
|
31
|
-
|
|
32
|
-
<section>
|
|
33
|
-
<h1>Clearable</h1>
|
|
34
|
-
<p class="p-lg my-6">Kullanıcıların girdikleri metni tek bir tıklamayla silmelerini sağlayan temizlenebilir giriş bileşeni.</p>
|
|
35
|
-
<div class="grid grid-flow-col auto-cols-max">
|
|
36
|
-
<el-input v-model="input" placeholder="Please input" clearable />
|
|
37
|
-
</div>
|
|
38
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
39
|
-
<p class="text-xs">
|
|
40
|
-
Temizlenebilir bir giriş için, <code>clearable</code> özelliğini ekleyin. Örnek:
|
|
41
|
-
<code><el-input placeholder="Please input" v-model="input" clearable></el-input></code>
|
|
42
|
-
</p>
|
|
43
|
-
</div>
|
|
44
|
-
</section>
|
|
45
|
-
|
|
46
|
-
<section>
|
|
47
|
-
<h1>Password</h1>
|
|
48
|
-
<p class="p-lg my-6">Şifre girişi için kullanılan giriş bileşeni, metni gizler ve şifre gösterme/ gizleme seçeneği sunar.</p>
|
|
49
|
-
<div class="grid grid-flow-col auto-cols-max items-center">
|
|
50
|
-
<el-input v-model="input" placeholder="Please input password" show-password />
|
|
51
|
-
</div>
|
|
52
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
53
|
-
<p class="text-xs">
|
|
54
|
-
Örnekler:
|
|
55
|
-
<code><el-input placeholder="Please input password" v-model="input" show-password></el-input></code>
|
|
56
|
-
</p>
|
|
57
|
-
</div>
|
|
58
|
-
</section>
|
|
59
|
-
|
|
60
|
-
<section>
|
|
61
|
-
<h1>Input with icon</h1>
|
|
62
|
-
<p class="p-lg my-6">İkonlarla zenginleştirilmiş giriş bileşenleri, görsel bir ipucu sunar ve kullanıcı deneyimini artırır.</p>
|
|
63
|
-
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
64
|
-
<el-input v-model="input2" placeholder="Type something" prefix-icon="el-icon-search" />
|
|
65
|
-
</div>
|
|
66
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
67
|
-
<p class="text-xs">
|
|
68
|
-
Bir ikon ile giriş için, <code>prefix-icon</code> veya <code>suffix-icon</code> özelliklerini kullanın. Örnek:
|
|
69
|
-
<code><el-input placeholder="Type something" prefix-icon="el-icon-search" v-model="input2"></el-input></code>
|
|
70
|
-
</p>
|
|
71
|
-
</div>
|
|
72
|
-
</section>
|
|
73
|
-
|
|
74
|
-
<section>
|
|
75
|
-
<h1>Textarea</h1>
|
|
76
|
-
<p class="p-lg my-6">Metin alanı girişi, birden fazla satırı destekleyen ve daha büyük metin bloklarını girmek için kullanılır.</p>
|
|
77
|
-
<el-input v-model="textarea" type="textarea" :rows="2" placeholder="Please input" />
|
|
78
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
79
|
-
<p class="text-xs">
|
|
80
|
-
Textarea kullanımı için:
|
|
81
|
-
<code><el-input type="textarea" :rows="2" placeholder="Please input" v-model="textarea"></el-input></code>
|
|
82
|
-
</p>
|
|
83
|
-
</div>
|
|
84
|
-
</section>
|
|
85
|
-
|
|
86
|
-
<section>
|
|
87
|
-
<h1>Autosize Textarea</h1>
|
|
88
|
-
<p class="p-lg my-6">Otomatik boyutlandırma özelliği, içeriğe bağlı olarak yüksekliği otomatik olarak ayarlayan bir metin alanıdır.</p>
|
|
89
|
-
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
90
|
-
<el-input v-model="textarea1" type="textarea" autosize placeholder="Please input" />
|
|
91
|
-
<el-input v-model="textarea2" type="textarea" :autosize="{ minRows: 2, maxRows: 4 }" placeholder="Please input" />
|
|
92
|
-
</div>
|
|
93
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
94
|
-
<p class="text-xs">
|
|
95
|
-
Autosize Textarea için:
|
|
96
|
-
<code><el-input type="textarea" autosize placeholder="Please input" v-model="textarea1"></el-input></code>
|
|
97
|
-
</p>
|
|
98
|
-
</div>
|
|
99
|
-
</section>
|
|
100
|
-
|
|
101
|
-
<section>
|
|
102
|
-
<h1>Mixed input</h1>
|
|
103
|
-
<p class="p-lg my-6">Ön ek veya son ek içeren giriş bileşenleri, giriş alanlarına ekstra içerik ekleyerek daha açıklayıcı olabilir.</p>
|
|
104
|
-
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
105
|
-
<el-input v-model="input1" placeholder="Please input" type="success">
|
|
106
|
-
<template #prepend>Http://</template>
|
|
107
|
-
</el-input>
|
|
108
|
-
|
|
109
|
-
<el-input v-model="input2" placeholder="Please input">
|
|
110
|
-
<template #append>.com</template>
|
|
111
|
-
</el-input>
|
|
112
|
-
|
|
113
|
-
<el-input v-model="input3" placeholder="Please input" class="input-with-select">
|
|
114
|
-
<template #prepend>
|
|
115
|
-
<el-select v-model="select" placeholder="Select">
|
|
116
|
-
<el-option label="Restaurant" value="1" />
|
|
117
|
-
<el-option label="Order No." value="2" />
|
|
118
|
-
<el-option label="Tel" value="3" />
|
|
119
|
-
</el-select>
|
|
120
|
-
</template>
|
|
121
|
-
<template #append>
|
|
122
|
-
<el-button icon="el-icon-search" />
|
|
123
|
-
</template>
|
|
124
|
-
</el-input>
|
|
125
|
-
</div>
|
|
126
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
127
|
-
<p class="text-xs">
|
|
128
|
-
Ön ek veya son ek içeren giriş bileşenleri için:
|
|
129
|
-
<code><el-input placeholder="Please input"><template slot="prepend">Http://</template></el-input></code>
|
|
130
|
-
</p>
|
|
131
|
-
</div>
|
|
132
|
-
</section>
|
|
133
|
-
|
|
134
|
-
<section>
|
|
135
|
-
<h1>Sizes</h1>
|
|
136
|
-
<p class="p-lg my-6">Farklı boyutlardaki giriş bileşenleri, çeşitli arayüz ihtiyaçlarına yanıt vermek için tasarlanmıştır.</p>
|
|
137
|
-
<div class="grid grid-flow-col auto-cols-max items-center gap-4">
|
|
138
|
-
<el-input v-model="input1" size="large" placeholder="Please Input" />
|
|
139
|
-
<el-input v-model="input2" size="medium" placeholder="Please Input" />
|
|
140
|
-
<el-input v-model="input3" size="small" placeholder="Please Input" />
|
|
141
|
-
<el-input v-model="input4" size="mini" placeholder="Please Input" />
|
|
142
|
-
</div>
|
|
143
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
144
|
-
<p class="text-xs">
|
|
145
|
-
Farklı boyutlardaki giriş bileşenleri için:
|
|
146
|
-
<code><el-input size="large" placeholder="Please Input" v-model="input1"></el-input></code>
|
|
147
|
-
</p>
|
|
148
|
-
</div>
|
|
149
|
-
</section>
|
|
150
|
-
|
|
151
|
-
<section>
|
|
152
|
-
<h1>Autocomplete</h1>
|
|
153
|
-
<p class="p-lg my-6">Otomatik tamamlama bileşeni, kullanıcıların yazarken öneriler almasını sağlar ve verimliliği artırır.</p>
|
|
154
|
-
<div class="grid grid-flow-col auto-cols-max items-center gap-4">
|
|
155
|
-
<el-autocomplete v-model="state1" class="inline-input" :fetch-suggestions="querySearch" placeholder="Please Input" @select="handleSelect" />
|
|
156
|
-
<el-autocomplete
|
|
157
|
-
v-model="state2"
|
|
158
|
-
class="inline-input"
|
|
159
|
-
:fetch-suggestions="querySearch"
|
|
160
|
-
placeholder="Please Input"
|
|
161
|
-
:trigger-on-focus="false"
|
|
162
|
-
@select="handleSelect"
|
|
163
|
-
/>
|
|
164
|
-
</div>
|
|
165
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
166
|
-
<p class="text-xs">
|
|
167
|
-
Otomatik tamamlama bileşeni için:
|
|
168
|
-
<code>
|
|
169
|
-
<el-autocomplete v-model="state1" :fetch-suggestions="querySearch" placeholder="Please Input"
|
|
170
|
-
@select="handleSelect"></el-autocomplete>
|
|
171
|
-
</code>
|
|
172
|
-
</p>
|
|
173
|
-
</div>
|
|
174
|
-
</section>
|
|
175
|
-
|
|
176
|
-
<section>
|
|
177
|
-
<h1>Custom template</h1>
|
|
178
|
-
<p class="p-lg my-6">Otomatik tamamlama bileşeni, özel şablonlar ile özelleştirilebilir, böylece daha fazla bilgi gösterebilirsiniz.</p>
|
|
179
|
-
<el-autocomplete
|
|
180
|
-
v-model="state"
|
|
181
|
-
popper-class="my-autocomplete"
|
|
182
|
-
:fetch-suggestions="querySearch"
|
|
183
|
-
placeholder="Please input"
|
|
184
|
-
@select="handleSelect"
|
|
185
|
-
>
|
|
186
|
-
<template #suffix>
|
|
187
|
-
<i class="el-icon-edit el-input__icon" @click="handleIconClick" />
|
|
188
|
-
</template>
|
|
189
|
-
<template #default="{ item }">
|
|
190
|
-
<div class="value">{{ item.value }}</div>
|
|
191
|
-
<span class="link">{{ item.link }}</span>
|
|
192
|
-
</template>
|
|
193
|
-
</el-autocomplete>
|
|
194
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
195
|
-
<p class="text-xs">
|
|
196
|
-
Özel şablon kullanımı için:
|
|
197
|
-
<code>
|
|
198
|
-
<el-autocomplete v-model="state" :fetch-suggestions="querySearch" @select="handleSelect"><!-- slotlar
|
|
199
|
-
--></el-autocomplete>
|
|
200
|
-
</code>
|
|
201
|
-
</p>
|
|
202
|
-
</div>
|
|
203
|
-
</section>
|
|
204
|
-
|
|
205
|
-
<section>
|
|
206
|
-
<h1>Remote search</h1>
|
|
207
|
-
<p class="p-lg my-6">Uzaktan arama ile otomatik tamamlama, sunucu tarafında gerçek zamanlı arama sonuçları getirir.</p>
|
|
208
|
-
<el-autocomplete v-model="state" :fetch-suggestions="querySearchAsync" placeholder="Please input" @select="handleSelect" />
|
|
209
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
210
|
-
<p class="text-xs">
|
|
211
|
-
Uzaktan arama için:
|
|
212
|
-
<code>
|
|
213
|
-
<el-autocomplete v-model="state" :fetch-suggestions="querySearchAsync" placeholder="Please input"
|
|
214
|
-
@select="handleSelect"></el-autocomplete>
|
|
215
|
-
</code>
|
|
216
|
-
</p>
|
|
217
|
-
</div>
|
|
218
|
-
</section>
|
|
219
|
-
|
|
220
|
-
<section>
|
|
221
|
-
<h1>Limit length</h1>
|
|
222
|
-
<p class="p-lg my-6">Uzunluk sınırı, kullanıcıların girebileceği karakter sayısını sınırlar ve aşırı uzun girişleri önler.</p>
|
|
223
|
-
<div class="grid grid-flow-col auto-cols-max items-center gap-4">
|
|
224
|
-
<el-input v-model="text" type="text" placeholder="Please input" maxlength="10" show-word-limit />
|
|
225
|
-
<el-input v-model="textarea" type="textarea" placeholder="Please input" maxlength="30" show-word-limit />
|
|
226
|
-
</div>
|
|
227
|
-
<div class="my-4 p-4 border-l-4 border-info-600 bg-info-100">
|
|
228
|
-
<p class="text-xs">
|
|
229
|
-
Uzunluk sınırı için:
|
|
230
|
-
<code><el-input type="text" placeholder="Please input" v-model="text" maxlength="10" show-word-limit></el-input></code>
|
|
231
|
-
</p>
|
|
232
|
-
</div>
|
|
233
|
-
</section>
|
|
234
|
-
</div>
|
|
235
|
-
</template>
|
|
236
|
-
|
|
237
|
-
<script>
|
|
238
|
-
import { defineComponent } from 'vue';
|
|
239
|
-
|
|
240
|
-
export default defineComponent({
|
|
241
|
-
name: 'TimusButtonSample',
|
|
242
|
-
data() {
|
|
243
|
-
return {
|
|
244
|
-
inputNumber: '',
|
|
245
|
-
input: '',
|
|
246
|
-
input1: '',
|
|
247
|
-
input2: '',
|
|
248
|
-
input3: '',
|
|
249
|
-
input4: '',
|
|
250
|
-
select: '',
|
|
251
|
-
links: [],
|
|
252
|
-
state: '',
|
|
253
|
-
state1: '',
|
|
254
|
-
state2: '',
|
|
255
|
-
text: '',
|
|
256
|
-
textarea: '',
|
|
257
|
-
textarea1: '',
|
|
258
|
-
textarea2: '',
|
|
259
|
-
timeout: null,
|
|
260
|
-
};
|
|
261
|
-
},
|
|
262
|
-
computed: {
|
|
263
|
-
gridSize() {
|
|
264
|
-
const grids = {
|
|
265
|
-
5: 'grid-cols-5',
|
|
266
|
-
6: 'grid-cols-6',
|
|
267
|
-
7: 'grid-cols-7',
|
|
268
|
-
8: 'grid-cols-8',
|
|
269
|
-
};
|
|
270
|
-
|
|
271
|
-
return grids;
|
|
272
|
-
},
|
|
273
|
-
},
|
|
274
|
-
mounted() {
|
|
275
|
-
this.links = this.loadAll();
|
|
276
|
-
},
|
|
277
|
-
methods: {
|
|
278
|
-
querySearch(queryString, cb) {
|
|
279
|
-
const { links } = this;
|
|
280
|
-
const results = queryString ? links.filter(this.createFilter(queryString)) : links;
|
|
281
|
-
|
|
282
|
-
// call callback function to return suggestions
|
|
283
|
-
cb(results);
|
|
284
|
-
},
|
|
285
|
-
querySearchAsync(queryString, cb) {
|
|
286
|
-
const { links } = this;
|
|
287
|
-
const results = queryString ? links.filter(this.createFilter(queryString)) : links;
|
|
288
|
-
|
|
289
|
-
clearTimeout(this.timeout);
|
|
290
|
-
this.timeout = setTimeout(() => {
|
|
291
|
-
cb(results);
|
|
292
|
-
}, 3000 * Math.random());
|
|
293
|
-
},
|
|
294
|
-
createFilter(queryString) {
|
|
295
|
-
return (link) => link.value.toLowerCase().indexOf(queryString.toLowerCase()) === 0;
|
|
296
|
-
},
|
|
297
|
-
loadAll() {
|
|
298
|
-
return [
|
|
299
|
-
{ value: 'vue', link: 'https://github.com/vuejs/vue' },
|
|
300
|
-
{ value: 'element', link: 'https://github.com/ElemeFE/element' },
|
|
301
|
-
{ value: 'cooking', link: 'https://github.com/ElemeFE/cooking' },
|
|
302
|
-
{ value: 'mint-ui', link: 'https://github.com/ElemeFE/mint-ui' },
|
|
303
|
-
{ value: 'vuex', link: 'https://github.com/vuejs/vuex' },
|
|
304
|
-
{ value: 'vue-router', link: 'https://github.com/vuejs/vue-router' },
|
|
305
|
-
{ value: 'babel', link: 'https://github.com/babel/babel' },
|
|
306
|
-
];
|
|
307
|
-
},
|
|
308
|
-
handleSelect(item) {
|
|
309
|
-
console.log(item);
|
|
310
|
-
},
|
|
311
|
-
handleIconClick(ev) {
|
|
312
|
-
console.log(ev);
|
|
313
|
-
},
|
|
314
|
-
},
|
|
315
|
-
});
|
|
316
|
-
</script>
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="pt-8 pb-16 flex gap-12 flex-col">
|
|
3
|
-
<section>
|
|
4
|
-
<h1>Link</h1>
|
|
5
|
-
<p class="p-lg my-6">
|
|
6
|
-
`el-link` bileşeni, sayfadaki metni veya bağlantıyı temsil eder ve stil ve davranışlarını özelleştirmenize olanak tanır.
|
|
7
|
-
</p>
|
|
8
|
-
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
9
|
-
<el-link href="https://element.eleme.io" target="_blank">default</el-link>
|
|
10
|
-
<el-link v-for="(item, index) in colors" :key="index" :type="item">{{ item }}</el-link>
|
|
11
|
-
<el-link type="gray-link">Gray Link</el-link>
|
|
12
|
-
</div>
|
|
13
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
14
|
-
<p class="text-xs">
|
|
15
|
-
<code><el-link type="primary">Bağlantı</el-link></code>
|
|
16
|
-
</p>
|
|
17
|
-
</div>
|
|
18
|
-
</section>
|
|
19
|
-
|
|
20
|
-
<section>
|
|
21
|
-
<h1>Nuxt Link ile Kullanım</h1>
|
|
22
|
-
<p class="p-lg my-6">El Link bileşenini Nuxt Link ile kullanabilirsiniz. Bu, Nuxt.js projelerinde sayfa geçişlerini kolaylaştırır.</p>
|
|
23
|
-
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
24
|
-
<NuxtLink v-for="(item, index) in colors" :key="index" to="/" :class="`el-link ${item}`"> Router: {{ item }} </NuxtLink>
|
|
25
|
-
</div>
|
|
26
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
27
|
-
<p class="text-xs">
|
|
28
|
-
<code><NuxtLink to="/" class="el-link primary">Link</NuxtLink></code>
|
|
29
|
-
</p>
|
|
30
|
-
</div>
|
|
31
|
-
</section>
|
|
32
|
-
|
|
33
|
-
<section>
|
|
34
|
-
<h1>Devre Dışı Bırakılmış Durum</h1>
|
|
35
|
-
<p class="p-lg my-6">El Link bileşenini devre dışı bırakmak için <code>disabled</code> özelliğini kullanabilirsiniz.</p>
|
|
36
|
-
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
37
|
-
<el-link disabled>default</el-link>
|
|
38
|
-
<el-link v-for="(item, index) in colors" :key="index" :type="item" disabled>{{ item }}</el-link>
|
|
39
|
-
</div>
|
|
40
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
41
|
-
<p class="text-xs">
|
|
42
|
-
<code><el-link disabled>Devre Dışı</el-link></code>
|
|
43
|
-
</p>
|
|
44
|
-
</div>
|
|
45
|
-
</section>
|
|
46
|
-
|
|
47
|
-
<section>
|
|
48
|
-
<h1>Sizes</h1>
|
|
49
|
-
<p class="p-lg my-6">
|
|
50
|
-
El Link bileşeninin farklı boyutlarda kullanımı için 5 örnek yer almaktadır. 'large', 'medium', 'medium-custom', 'small', 'xsmall'
|
|
51
|
-
</p>
|
|
52
|
-
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
53
|
-
<el-link type="primary" :underline="false">Alt Çizgi Yok</el-link>
|
|
54
|
-
<el-link type="primary" class="large">Alt Çizgiyle</el-link>
|
|
55
|
-
<el-link type="primary" class="medium">Alt Çizgiyle</el-link>
|
|
56
|
-
<el-link type="primary" class="medium-custom">Alt Çizgiyle</el-link>
|
|
57
|
-
<el-link type="primary" class="small">Alt Çizgiyle</el-link>
|
|
58
|
-
<el-link type="primary" class="xsmall">Alt Çizgiyle</el-link>
|
|
59
|
-
</div>
|
|
60
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
61
|
-
<p class="text-xs">
|
|
62
|
-
<code><el-link :underline="false">Alt Çizgi Yok</el-link></code>
|
|
63
|
-
</p>
|
|
64
|
-
</div>
|
|
65
|
-
</section>
|
|
66
|
-
|
|
67
|
-
<section>
|
|
68
|
-
<h1>Alt Çizgi</h1>
|
|
69
|
-
<p class="p-lg my-6">
|
|
70
|
-
El Link bileşeninin alt çizgisini göstermek veya gizlemek için <code>:underline="false"</code> özelliğini kullanabilirsiniz.
|
|
71
|
-
</p>
|
|
72
|
-
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
73
|
-
<el-link type="primary" :underline="false">Alt Çizgi Yok</el-link>
|
|
74
|
-
<el-link type="primary">Alt Çizgiyle</el-link>
|
|
75
|
-
</div>
|
|
76
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
77
|
-
<p class="text-xs">
|
|
78
|
-
<code><el-link :underline="false">Alt Çizgi Yok</el-link></code>
|
|
79
|
-
</p>
|
|
80
|
-
</div>
|
|
81
|
-
</section>
|
|
82
|
-
|
|
83
|
-
<section>
|
|
84
|
-
<h1>İkon</h1>
|
|
85
|
-
<p class="p-lg my-6">El Link bileşeni, metin veya bağlantı ile birlikte ikonlar eklemenize olanak tanır.</p>
|
|
86
|
-
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
87
|
-
<el-link type="primary" icon="el-icon-edit">Düzenle</el-link>
|
|
88
|
-
<el-link type="primary">Onayla<i class="el-icon-view el-icon--right" /> </el-link>
|
|
89
|
-
</div>
|
|
90
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
91
|
-
<p class="text-xs">
|
|
92
|
-
<code><el-link icon="el-icon-edit">Düzenle</el-link></code>
|
|
93
|
-
</p>
|
|
94
|
-
</div>
|
|
95
|
-
</section>
|
|
96
|
-
</div>
|
|
97
|
-
</template>
|
|
98
|
-
|
|
99
|
-
<script>
|
|
100
|
-
import { defineComponent } from 'vue';
|
|
101
|
-
|
|
102
|
-
export default defineComponent({
|
|
103
|
-
name: 'TimusButtonSample',
|
|
104
|
-
data() {
|
|
105
|
-
return {
|
|
106
|
-
colors: ['primary', 'secondary', 'gray', 'light', 'success', 'danger', 'info', 'warning'],
|
|
107
|
-
};
|
|
108
|
-
},
|
|
109
|
-
});
|
|
110
|
-
</script>
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="pt-8 pb-16 flex gap-12 flex-col">
|
|
3
|
-
<section>
|
|
4
|
-
<h1>Sizes</h1>
|
|
5
|
-
<p class="p-md-c my-6">
|
|
6
|
-
Our logos are available in three sizes: small, medium, and large. To tailor your choice, use the size tags
|
|
7
|
-
<b>'small', 'medium', 'large'</b> to determine the appropriate size for your needs.
|
|
8
|
-
</p>
|
|
9
|
-
<div class="grid grid-flow-col auto-cols-max gap-6 items-center">
|
|
10
|
-
<div class="logo-icon-small" />
|
|
11
|
-
<div class="logo-icon-medium" />
|
|
12
|
-
<div class="logo-icon-large" />
|
|
13
|
-
<el-divider direction="vertical" content-position="center" />
|
|
14
|
-
<div class="logo-small" />
|
|
15
|
-
<div class="logo-medium" />
|
|
16
|
-
<div class="logo-large" />
|
|
17
|
-
</div>
|
|
18
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
19
|
-
<p class="text-xs">
|
|
20
|
-
<code><div class="logo-medium"></div></code>
|
|
21
|
-
</p>
|
|
22
|
-
</div>
|
|
23
|
-
</section>
|
|
24
|
-
|
|
25
|
-
<section>
|
|
26
|
-
<h1>Types</h1>
|
|
27
|
-
<p class="p-md-c my-6">
|
|
28
|
-
There are two different types of logo usage available: <b>"icon"</b> or <b>"logo"</b>. When used as a <b>"logo"</b>, an additional icon along
|
|
29
|
-
with the word <b>"timus"</b> will be displayed.
|
|
30
|
-
</p>
|
|
31
|
-
<div class="grid grid-flow-col auto-cols-max gap-6 items-center">
|
|
32
|
-
<div class="logo-icon-small" />
|
|
33
|
-
<el-divider direction="vertical" content-position="center" />
|
|
34
|
-
<div class="logo-small" />
|
|
35
|
-
</div>
|
|
36
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
37
|
-
<p class="text-xs">
|
|
38
|
-
<code><div class="logo-icon-medium"></div> | <div class="logo-medium"></div></code>
|
|
39
|
-
</p>
|
|
40
|
-
</div>
|
|
41
|
-
</section>
|
|
42
|
-
</div>
|
|
43
|
-
</template>
|
|
44
|
-
|
|
45
|
-
<script>
|
|
46
|
-
import { defineComponent } from 'vue';
|
|
47
|
-
|
|
48
|
-
export default defineComponent({
|
|
49
|
-
name: 'TimusCascader',
|
|
50
|
-
data() {
|
|
51
|
-
return {
|
|
52
|
-
url: 'https://api.dicebear.com/7.x/adventurer-neutral/svg?seed=Princess',
|
|
53
|
-
sizeList: ['xlarge', 'large', 'medium', 'small', 'xsmall'],
|
|
54
|
-
};
|
|
55
|
-
},
|
|
56
|
-
});
|
|
57
|
-
</script>
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="pt-8 pb-16 flex gap-12 flex-col">
|
|
3
|
-
<section>
|
|
4
|
-
<h1>Basic</h1>
|
|
5
|
-
<p class="p-lg my-6">
|
|
6
|
-
Use the type attribute to define Tag's type. In addition, the color attribute can be used to set the background color of the Tag.
|
|
7
|
-
</p>
|
|
8
|
-
<div class="grid grid-flow-col gap-4">
|
|
9
|
-
<el-button :plain="true" @click="open('error')">Error message</el-button>
|
|
10
|
-
<el-button :plain="true" @click="open('success')">Success message</el-button>
|
|
11
|
-
<el-button :plain="true" @click="open('warning')">Warning message</el-button>
|
|
12
|
-
<el-button :plain="true" @click="open('info')">Info message</el-button>
|
|
13
|
-
<el-button :plain="true" @click="openVn">VNode</el-button>
|
|
14
|
-
</div>
|
|
15
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
16
|
-
<p class="text-xs">
|
|
17
|
-
<code>
|
|
18
|
-
<el-upload class="el-upload-container" drag multiple><i class="el-icon-upload"></i><div
|
|
19
|
-
class="el-upload__text"><span class="title">Drop file here or</span><span
|
|
20
|
-
class="description">click to upload</span></div><div class="el-upload__tip"
|
|
21
|
-
slot="tip">description</div></el-upload>
|
|
22
|
-
</code>
|
|
23
|
-
</p>
|
|
24
|
-
</div>
|
|
25
|
-
</section>
|
|
26
|
-
</div>
|
|
27
|
-
</template>
|
|
28
|
-
|
|
29
|
-
<script>
|
|
30
|
-
import { defineComponent } from 'vue';
|
|
31
|
-
|
|
32
|
-
export default defineComponent({
|
|
33
|
-
name: 'TimusUpload',
|
|
34
|
-
data() {
|
|
35
|
-
return {};
|
|
36
|
-
},
|
|
37
|
-
methods: {
|
|
38
|
-
open(aType) {
|
|
39
|
-
this.$message({
|
|
40
|
-
message: 'Congrats, this is a success message.',
|
|
41
|
-
type: aType,
|
|
42
|
-
showClose: true,
|
|
43
|
-
});
|
|
44
|
-
},
|
|
45
|
-
|
|
46
|
-
openVn() {
|
|
47
|
-
const h = this.$createElement;
|
|
48
|
-
|
|
49
|
-
this.$message({
|
|
50
|
-
message: h('p', null, [h('span', null, 'Message can be '), h('i', { style: 'color: teal' }, 'VNode')]),
|
|
51
|
-
});
|
|
52
|
-
},
|
|
53
|
-
},
|
|
54
|
-
});
|
|
55
|
-
</script>
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="pt-8 pb-16 flex gap-12 flex-col">
|
|
3
|
-
<section>
|
|
4
|
-
<h1>Confirm</h1>
|
|
5
|
-
<p class="p-lg-c my-6">
|
|
6
|
-
Confirm is used to ask users' confirmation. A set of modal boxes simulating system message box, mainly for alerting information, confirm
|
|
7
|
-
operations and prompting messages. By design MessageBox provides simulations of system's alert, confirm and prompt,so it's content should be
|
|
8
|
-
simple. For more complicated contents, please use Dialog.
|
|
9
|
-
</p>
|
|
10
|
-
<el-button type="primary" size="medium" class="outline" @click="open">Click to open Message Box</el-button>
|
|
11
|
-
<div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
|
|
12
|
-
<p class="text-xs">
|
|
13
|
-
<code><el-button type="text" @click="open">Click to open Message Box</el-button></code>
|
|
14
|
-
</p>
|
|
15
|
-
</div>
|
|
16
|
-
</section>
|
|
17
|
-
</div>
|
|
18
|
-
</template>
|
|
19
|
-
|
|
20
|
-
<script>
|
|
21
|
-
import { defineComponent } from 'vue';
|
|
22
|
-
|
|
23
|
-
export default defineComponent({
|
|
24
|
-
name: 'TimusMessageBox',
|
|
25
|
-
methods: {
|
|
26
|
-
open() {
|
|
27
|
-
this.$confirm('This will permanently delete the file. Continue?', 'Warning', {
|
|
28
|
-
confirmButtonText: 'OK',
|
|
29
|
-
cancelButtonText: 'Cancel',
|
|
30
|
-
type: 'warning',
|
|
31
|
-
})
|
|
32
|
-
.then(() => {
|
|
33
|
-
this.$message({
|
|
34
|
-
type: 'success',
|
|
35
|
-
message: 'Delete completed',
|
|
36
|
-
});
|
|
37
|
-
})
|
|
38
|
-
.catch(() => {
|
|
39
|
-
this.$message({
|
|
40
|
-
type: 'info',
|
|
41
|
-
message: 'Delete canceled',
|
|
42
|
-
});
|
|
43
|
-
});
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
});
|
|
47
|
-
</script>
|