foucui 1.0.1 → 2.0.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/README.md +8 -8
- package/README.publish.md +19 -0
- package/dist/components/{QiuAnchor → FouAnchor}/context.d.ts +4 -4
- package/dist/components/{QiuBadge → FouBadge}/composables/useTableHostHeight.d.ts +1 -1
- package/dist/components/FouBadge/index.d.ts +18 -0
- package/dist/components/{QiuBadge → FouBadge}/shared/BadgeTemplateRenderer.vue.d.ts +1 -1
- package/dist/components/{QiuBadge → FouBadge}/shared/badgeTemplate.d.ts +1 -1
- package/dist/components/{QiuButton → FouButton}/index.vue.d.ts +4 -4
- package/dist/components/{QiuCanvasKit/QiuCanvasEditor.vue.d.ts → FouCanvasKit/FouCanvasEditor.vue.d.ts} +4 -2
- package/dist/components/{QiuCanvasKit → FouCanvasKit}/components/DataModulesPanel.vue.d.ts +1 -0
- package/dist/components/{QiuCanvasKit → FouCanvasKit}/index.d.ts +4 -4
- package/dist/components/{QiuCanvasKit → FouCanvasKit}/types.d.ts +1 -1
- package/dist/components/{QiuCarousel → FouCarousel}/context.d.ts +4 -4
- package/dist/components/{QiuCascader → FouCascader}/types.d.ts +7 -7
- package/dist/components/{QiuCheckbox → FouCheckbox}/types.d.ts +1 -1
- package/dist/components/{QiuCollapse → FouCollapse}/context.d.ts +2 -2
- package/dist/components/{QiuDescriptions → FouDescriptions}/context.d.ts +4 -4
- package/dist/components/{QiuDropdown → FouDropdown}/context.d.ts +2 -2
- package/dist/components/{QiuForm → FouForm}/types.d.ts +10 -10
- package/dist/components/FouLoading/index.d.ts +26 -0
- package/dist/components/{QiuLoading → FouLoading}/spinner.vue.d.ts +3 -3
- package/dist/components/{QiuLoading → FouLoading}/types.d.ts +2 -2
- package/dist/components/{QiuMenu → FouMenu}/context.d.ts +2 -2
- package/dist/components/{QiuMenuNav → FouMenuNav}/context.d.ts +2 -2
- package/dist/components/{QiuMsg/QiuMsgItem.vue.d.ts → FouMsg/FouMsgItem.vue.d.ts} +3 -3
- package/dist/components/FouMsg/index.d.ts +30 -0
- package/dist/components/{QiuMsg → FouMsg}/types.d.ts +5 -5
- package/dist/components/{QiuMsgBox → FouMsgBox}/index.d.ts +3 -3
- package/dist/components/{QiuNotification/QiuNotificationItem.vue.d.ts → FouNotification/FouNotificationItem.vue.d.ts} +3 -3
- package/dist/components/FouNotification/index.d.ts +30 -0
- package/dist/components/FouNotification/types.d.ts +12 -0
- package/dist/components/{QiuRadio → FouRadio}/types.d.ts +1 -1
- package/dist/components/FouRow/types.d.ts +4 -0
- package/dist/components/{QiuSelect → FouSelect}/index.vue.d.ts +3 -3
- package/dist/components/{QiuSelect → FouSelect}/types.d.ts +3 -3
- package/dist/components/{QiuStep → FouStep}/index.vue.d.ts +1 -1
- package/dist/components/{QiuSteps → FouSteps}/context.d.ts +5 -5
- package/dist/components/{QiuTabBar → FouTabBar}/index.vue.d.ts +3 -3
- package/dist/components/{QiuTabBar → FouTabBar}/types.d.ts +5 -5
- package/dist/components/{QiuTable → FouTable}/export.d.ts +5 -5
- package/dist/components/FouTable/index.d.ts +3 -0
- package/dist/components/{QiuTable → FouTable}/index.vue.d.ts +60 -60
- package/dist/components/FouTable/registry.d.ts +39 -0
- package/dist/components/{QiuTable → FouTable}/types.d.ts +60 -60
- package/dist/components/{QiuTable → FouTable}/useArea.d.ts +10 -10
- package/dist/components/{QiuTable → FouTable}/useColumns.d.ts +5 -5
- package/dist/components/FouTable/useEdit.d.ts +36 -0
- package/dist/components/{QiuTable → FouTable}/useHistory.d.ts +5 -5
- package/dist/components/{QiuTable → FouTable}/useMerge.d.ts +6 -6
- package/dist/components/{QiuTable → FouTable}/useScrollSync.d.ts +1 -1
- package/dist/components/{QiuTable → FouTable}/utils.d.ts +17 -17
- package/dist/components/FouTree/types.d.ts +13 -0
- package/dist/components/{QiuUpload → FouUpload}/index.vue.d.ts +17 -17
- package/dist/foucui.css +1 -1
- package/dist/foucui.js +10749 -10646
- package/dist/foucui.umd.cjs +40 -40
- package/dist/index.d.ts +43 -43
- package/dist/src/bridge/@/config/index.d.ts +1 -1
- package/dist/src/bridge/@fou/plugins/shortcuts.d.ts +2 -0
- package/package.json +27 -15
- package/components/QiuAffix/index.vue +0 -186
- package/components/QiuAlert/index.vue +0 -208
- package/components/QiuAnchor/context.ts +0 -18
- package/components/QiuAnchor/index.vue +0 -180
- package/components/QiuAnchorLink/index.vue +0 -67
- package/components/QiuApp/index.vue +0 -9
- package/components/QiuAutocomplete/index.vue +0 -408
- package/components/QiuAvatar/index.vue +0 -140
- package/components/QiuBacktop/index.vue +0 -121
- package/components/QiuBadge/api/index.ts +0 -389
- package/components/QiuBadge/components/BadgeImagePickerDialog.vue +0 -243
- package/components/QiuBadge/components/BadgeLibraryManagerDialog.vue +0 -30
- package/components/QiuBadge/components/BadgeLibraryPanel.vue +0 -182
- package/components/QiuBadge/composables/useTableHostHeight.ts +0 -53
- package/components/QiuBadge/index.ts +0 -18
- package/components/QiuBadge/shared/BadgeTemplateRenderer.vue +0 -32
- package/components/QiuBadge/shared/assetUrl.ts +0 -26
- package/components/QiuBadge/shared/badgeTemplate.ts +0 -309
- package/components/QiuBadge/utils/chinaAreaData.ts +0 -44
- package/components/QiuBadge/utils/hostRegion.ts +0 -22
- package/components/QiuBadge/utils/pca-code.json +0 -1
- package/components/QiuBadge/utils/pdfFromElement.ts +0 -348
- package/components/QiuBadge/views/BadgeLibraryView.vue +0 -32
- package/components/QiuBadge/views/BadgeManageView.vue +0 -1364
- package/components/QiuBadge/views/BadgeTemplateEditorView.vue +0 -10
- package/components/QiuBadge/views/BadgeTemplateListView.vue +0 -229
- package/components/QiuBadge/views/DeskLabelTemplateListView.vue +0 -227
- package/components/QiuBadge/views/DeskLabelView.vue +0 -683
- package/components/QiuBadgeDot/index.vue +0 -87
- package/components/QiuButton/index.vue +0 -247
- package/components/QiuButtonGroup/index.vue +0 -63
- package/components/QiuCanvasKit/QiuCanvasEditor.vue +0 -5503
- package/components/QiuCanvasKit/QiuCanvasRenderer.vue +0 -348
- package/components/QiuCanvasKit/assetUrl.ts +0 -11
- package/components/QiuCanvasKit/components/DataModulesPanel.vue +0 -352
- package/components/QiuCanvasKit/export/html.ts +0 -132
- package/components/QiuCanvasKit/export/pdf.ts +0 -48
- package/components/QiuCanvasKit/export/png.ts +0 -50
- package/components/QiuCanvasKit/index.ts +0 -20
- package/components/QiuCanvasKit/modules/badgeCompat.ts +0 -84
- package/components/QiuCanvasKit/modules/dataRegistry.ts +0 -207
- package/components/QiuCanvasKit/modules/merge.ts +0 -71
- package/components/QiuCanvasKit/presets/badge.ts +0 -67
- package/components/QiuCanvasKit/presets/banner.ts +0 -79
- package/components/QiuCanvasKit/types.ts +0 -138
- package/components/QiuCard/index.vue +0 -104
- package/components/QiuCarousel/context.ts +0 -16
- package/components/QiuCarousel/index.vue +0 -343
- package/components/QiuCarouselItem/index.vue +0 -47
- package/components/QiuCascader/index.vue +0 -879
- package/components/QiuCascader/types.ts +0 -48
- package/components/QiuCheckbox/QiuCheckboxGroup.vue +0 -78
- package/components/QiuCheckbox/index.vue +0 -231
- package/components/QiuCheckbox/types.ts +0 -8
- package/components/QiuCode/index.vue +0 -64
- package/components/QiuCol/col.scss +0 -55
- package/components/QiuCol/index.vue +0 -64
- package/components/QiuCollapse/context.ts +0 -10
- package/components/QiuCollapse/index.vue +0 -70
- package/components/QiuCollapseItem/index.vue +0 -167
- package/components/QiuColorField/index.vue +0 -296
- package/components/QiuColorPicker/README.md +0 -118
- package/components/QiuColorPicker/index.vue +0 -60
- package/components/QiuColorfulCard/index.vue +0 -101
- package/components/QiuCombobox/index.vue +0 -277
- package/components/QiuConfigProvider/index.vue +0 -31
- package/components/QiuContextMenu/index.vue +0 -209
- package/components/QiuDate/index.vue +0 -1134
- package/components/QiuDescriptions/context.ts +0 -20
- package/components/QiuDescriptions/index.vue +0 -115
- package/components/QiuDescriptionsItem/index.vue +0 -103
- package/components/QiuDialog/index.vue +0 -828
- package/components/QiuDigitalCard/index.vue +0 -159
- package/components/QiuDivider/index.vue +0 -185
- package/components/QiuDot/index.vue +0 -83
- package/components/QiuDrawer/index.vue +0 -350
- package/components/QiuDropdown/QiuDropdownItem.vue +0 -74
- package/components/QiuDropdown/QiuDropdownMenu.vue +0 -22
- package/components/QiuDropdown/context.ts +0 -9
- package/components/QiuDropdown/index.vue +0 -189
- package/components/QiuEmpty/index.vue +0 -73
- package/components/QiuForm/index.vue +0 -172
- package/components/QiuForm/types.ts +0 -39
- package/components/QiuFormItem/index.vue +0 -276
- package/components/QiuFullscreen/index.vue +0 -11
- package/components/QiuGrid/index.vue +0 -408
- package/components/QiuHoverCard/index.vue +0 -192
- package/components/QiuIcon/index.vue +0 -117
- package/components/QiuIconPicker/iconify.libraries.ts +0 -182
- package/components/QiuIconPicker/icons.catalog.ts +0 -3072
- package/components/QiuIconPicker/index.vue +0 -488
- package/components/QiuImage/index.vue +0 -177
- package/components/QiuInput/index.vue +0 -328
- package/components/QiuInputNumber/index.vue +0 -295
- package/components/QiuInputOtp/index.vue +0 -190
- package/components/QiuKbd/index.vue +0 -57
- package/components/QiuLayoutContainer/index.vue +0 -50
- package/components/QiuLinkPreview/index.vue +0 -224
- package/components/QiuLoading/index.ts +0 -176
- package/components/QiuLoading/spinner.vue +0 -820
- package/components/QiuLoading/types.ts +0 -44
- package/components/QiuMention/index.vue +0 -299
- package/components/QiuMenu/QiuMenuRoot.vue +0 -241
- package/components/QiuMenu/components/QiuMenuItem.vue +0 -340
- package/components/QiuMenu/components/QiuSubMenu.vue +0 -504
- package/components/QiuMenu/context.ts +0 -21
- package/components/QiuMenu/index.vue +0 -43
- package/components/QiuMenuNav/QiuMenuNavItem.vue +0 -100
- package/components/QiuMenuNav/QiuMenuNavSub.vue +0 -120
- package/components/QiuMenuNav/context.ts +0 -14
- package/components/QiuMenuNav/index.vue +0 -148
- package/components/QiuMsg/QiuMsgItem.vue +0 -180
- package/components/QiuMsg/index.ts +0 -158
- package/components/QiuMsg/types.ts +0 -23
- package/components/QiuMsgBox/index.ts +0 -147
- package/components/QiuNotification/QiuNotificationItem.vue +0 -168
- package/components/QiuNotification/index.ts +0 -155
- package/components/QiuNotification/types.ts +0 -14
- package/components/QiuPage/index.vue +0 -12
- package/components/QiuPageHeader/index.vue +0 -115
- package/components/QiuPageMain/index.vue +0 -78
- package/components/QiuPagination/index.vue +0 -421
- package/components/QiuPasswordStrength/index.vue +0 -101
- package/components/QiuPopconfirm/index.vue +0 -196
- package/components/QiuPopover/index.vue +0 -277
- package/components/QiuProgress/index.vue +0 -235
- package/components/QiuQrcode/index.vue +0 -302
- package/components/QiuQueryForm/components/QiuQueryFormBottomPanel.vue +0 -13
- package/components/QiuQueryForm/components/QiuQueryFormLeftPanel.vue +0 -37
- package/components/QiuQueryForm/components/QiuQueryFormRightPanel.vue +0 -37
- package/components/QiuQueryForm/components/QiuQueryFormTopPanel.vue +0 -13
- package/components/QiuQueryForm/index.vue +0 -117
- package/components/QiuRadio/QiuRadioGroup.vue +0 -75
- package/components/QiuRadio/index.vue +0 -191
- package/components/QiuRadio/types.ts +0 -9
- package/components/QiuRate/index.vue +0 -184
- package/components/QiuRefresh/index.vue +0 -32
- package/components/QiuResult/index.vue +0 -103
- package/components/QiuRow/index.vue +0 -60
- package/components/QiuRow/types.ts +0 -5
- package/components/QiuScrollbar/index.vue +0 -107
- package/components/QiuSearchBar/index.vue +0 -154
- package/components/QiuSegmented/index.vue +0 -120
- package/components/QiuSelect/QiuOption.vue +0 -93
- package/components/QiuSelect/index.vue +0 -452
- package/components/QiuSelect/types.ts +0 -15
- package/components/QiuSkeleton/index.vue +0 -78
- package/components/QiuSlider/index.vue +0 -266
- package/components/QiuSpace/index.vue +0 -95
- package/components/QiuSparkline/index.vue +0 -92
- package/components/QiuStatistic/index.vue +0 -4
- package/components/QiuStatistics/index.vue +0 -123
- package/components/QiuStep/index.vue +0 -220
- package/components/QiuSteps/context.ts +0 -25
- package/components/QiuSteps/index.vue +0 -84
- package/components/QiuSwitch/index.vue +0 -145
- package/components/QiuTabBar/index.vue +0 -218
- package/components/QiuTabBar/types.ts +0 -19
- package/components/QiuTabPane/index.vue +0 -82
- package/components/QiuTable/columns.ts +0 -16
- package/components/QiuTable/export.ts +0 -102
- package/components/QiuTable/index.ts +0 -24
- package/components/QiuTable/index.vue +0 -3503
- package/components/QiuTable/registry.ts +0 -75
- package/components/QiuTable/styles/table.scss +0 -1230
- package/components/QiuTable/types.ts +0 -413
- package/components/QiuTable/useArea.ts +0 -202
- package/components/QiuTable/useColumns.ts +0 -325
- package/components/QiuTable/useEdit.ts +0 -136
- package/components/QiuTable/useExtras.ts +0 -115
- package/components/QiuTable/useHistory.ts +0 -77
- package/components/QiuTable/useMerge.ts +0 -105
- package/components/QiuTable/useResize.ts +0 -86
- package/components/QiuTable/useScrollSync.ts +0 -152
- package/components/QiuTable/useVirtual.ts +0 -97
- package/components/QiuTable/utils.ts +0 -165
- package/components/QiuTableColumn/index.vue +0 -101
- package/components/QiuTag/index.vue +0 -143
- package/components/QiuText/index.vue +0 -99
- package/components/QiuTime/index.vue +0 -548
- package/components/QiuTimeAgo/index.vue +0 -103
- package/components/QiuTimeline/index.vue +0 -54
- package/components/QiuTimelineItem/index.vue +0 -140
- package/components/QiuTips/index.vue +0 -323
- package/components/QiuTooltip/index.vue +0 -237
- package/components/QiuTransfer/index.vue +0 -277
- package/components/QiuTree/QiuTreeNode.vue +0 -146
- package/components/QiuTree/index.vue +0 -143
- package/components/QiuTree/types.ts +0 -30
- package/components/QiuTreeSelect/index.vue +0 -259
- package/components/QiuTrend/index.vue +0 -92
- package/components/QiuUpload/index.vue +0 -628
- package/components/QiuUploadCrop/index.vue +0 -1267
- package/components/QiuWatermark/index.vue +0 -121
- package/components/useBodyScrollLock.ts +0 -28
- package/dist/components/QiuBadge/index.d.ts +0 -18
- package/dist/components/QiuBadge/utils/pca-code.json.d.ts +0 -3
- package/dist/components/QiuLoading/index.d.ts +0 -26
- package/dist/components/QiuMsg/index.d.ts +0 -30
- package/dist/components/QiuNotification/index.d.ts +0 -30
- package/dist/components/QiuNotification/types.d.ts +0 -12
- package/dist/components/QiuRow/types.d.ts +0 -4
- package/dist/components/QiuTable/index.d.ts +0 -3
- package/dist/components/QiuTable/registry.d.ts +0 -39
- package/dist/components/QiuTable/useEdit.d.ts +0 -36
- package/dist/components/QiuTree/types.d.ts +0 -13
- package/dist/src/bridge/@qiu/plugins/shortcuts.d.ts +0 -2
- package/plugins/qiu.ts +0 -83
- package/plugins/shortcuts.ts +0 -69
- package/src/bridge/@/api/media.ts +0 -8
- package/src/bridge/@/api/notice.ts +0 -5
- package/src/bridge/@/config/index.ts +0 -38
- package/src/bridge/@/config/media.config.ts +0 -37
- package/src/bridge/@/config/security.config.ts +0 -8
- package/src/bridge/@/i18n/index.ts +0 -6
- package/src/bridge/@/store/modules/bing.ts +0 -9
- package/src/bridge/@/store/modules/errorLog.ts +0 -9
- package/src/bridge/@/store/modules/media.ts +0 -10
- package/src/bridge/@/store/modules/routes.ts +0 -10
- package/src/bridge/@/store/modules/settings.ts +0 -9
- package/src/bridge/@/store/modules/tabs.ts +0 -9
- package/src/bridge/@/store/modules/user.ts +0 -9
- package/src/bridge/@/utils/convertToCamelCase.ts +0 -11
- package/src/bridge/@/utils/index.ts +0 -9
- package/src/bridge/@/utils/pageTitle.ts +0 -4
- package/src/bridge/@/utils/routes.ts +0 -14
- package/src/bridge/@/utils/validate.ts +0 -17
- package/src/bridge/@qiu/plugins/shortcuts.ts +0 -3
- package/src/i18n.ts +0 -8
- package/src/icons/qiu-logo.svg +0 -1
- package/styles/dark.scss +0 -194
- package/styles/normalize.css +0 -349
- package/styles/plain.scss +0 -423
- package/styles/qiu-tokens.scss +0 -40
- package/styles/qiu.scss +0 -1149
- package/styles/technology.scss +0 -452
- package/styles/var.scss +0 -382
- package/styles/variables.scss +0 -77
- /package/dist/components/{QiuAnchorLink → FouAnchorLink}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/api/index.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/components/BadgeImagePickerDialog.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/components/BadgeLibraryManagerDialog.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/components/BadgeLibraryPanel.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/shared/assetUrl.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/utils/chinaAreaData.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/utils/hostRegion.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/utils/pdfFromElement.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/BadgeLibraryView.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/BadgeManageView.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/BadgeTemplateListView.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/DeskLabelTemplateListView.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/DeskLabelView.vue.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit/QiuCanvasRenderer.vue.d.ts → FouCanvasKit/FouCanvasRenderer.vue.d.ts} +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/assetUrl.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/export/html.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/export/pdf.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/export/png.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/modules/badgeCompat.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/modules/dataRegistry.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/modules/merge.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/presets/badge.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/presets/banner.d.ts +0 -0
- /package/dist/components/{QiuCarouselItem → FouCarouselItem}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuCheckbox/QiuCheckboxGroup.vue.d.ts → FouCheckbox/FouCheckboxGroup.vue.d.ts} +0 -0
- /package/dist/components/{QiuCheckbox → FouCheckbox}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuCode → FouCode}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuCollapseItem → FouCollapseItem}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuColorField → FouColorField}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuColorPicker → FouColorPicker}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuCombobox → FouCombobox}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuContextMenu → FouContextMenu}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuDescriptionsItem → FouDescriptionsItem}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuDigitalCard → FouDigitalCard}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuDropdown/QiuDropdownItem.vue.d.ts → FouDropdown/FouDropdownItem.vue.d.ts} +0 -0
- /package/dist/components/{QiuDropdown/QiuDropdownMenu.vue.d.ts → FouDropdown/FouDropdownMenu.vue.d.ts} +0 -0
- /package/dist/components/{QiuDropdown → FouDropdown}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuHoverCard → FouHoverCard}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuIcon → FouIcon}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuIconPicker → FouIconPicker}/iconify.libraries.d.ts +0 -0
- /package/dist/components/{QiuIconPicker → FouIconPicker}/icons.catalog.d.ts +0 -0
- /package/dist/components/{QiuInput → FouInput}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuInputNumber → FouInputNumber}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuInputOtp → FouInputOtp}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuKbd → FouKbd}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuLayoutContainer → FouLayoutContainer}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuLinkPreview → FouLinkPreview}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuMention → FouMention}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuMenu/QiuMenuRoot.vue.d.ts → FouMenu/FouMenuRoot.vue.d.ts} +0 -0
- /package/dist/components/{QiuMenuNav/QiuMenuNavItem.vue.d.ts → FouMenuNav/FouMenuNavItem.vue.d.ts} +0 -0
- /package/dist/components/{QiuMenuNav/QiuMenuNavSub.vue.d.ts → FouMenuNav/FouMenuNavSub.vue.d.ts} +0 -0
- /package/dist/components/{QiuMenuNav → FouMenuNav}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuPageMain → FouPageMain}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuPagination → FouPagination}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuPasswordStrength → FouPasswordStrength}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuQrcode → FouQrcode}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuRadio/QiuRadioGroup.vue.d.ts → FouRadio/FouRadioGroup.vue.d.ts} +0 -0
- /package/dist/components/{QiuSearchBar → FouSearchBar}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuSelect/QiuOption.vue.d.ts → FouSelect/FouOption.vue.d.ts} +0 -0
- /package/dist/components/{QiuSparkline → FouSparkline}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuSwitch → FouSwitch}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTabPane → FouTabPane}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTable → FouTable}/columns.d.ts +0 -0
- /package/dist/components/{QiuTable → FouTable}/useExtras.d.ts +0 -0
- /package/dist/components/{QiuTable → FouTable}/useResize.d.ts +0 -0
- /package/dist/components/{QiuTable → FouTable}/useVirtual.d.ts +0 -0
- /package/dist/components/{QiuTime → FouTime}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTimeAgo → FouTimeAgo}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTimelineItem → FouTimelineItem}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTooltip → FouTooltip}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTrend → FouTrend}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuUploadCrop → FouUploadCrop}/index.vue.d.ts +0 -0
package/styles/var.scss
DELETED
|
@@ -1,382 +0,0 @@
|
|
|
1
|
-
@use './variables' as *;
|
|
2
|
-
|
|
3
|
-
:root {
|
|
4
|
-
//背景色
|
|
5
|
-
--qiu-background-color: #f3f6f5;
|
|
6
|
-
// 技术主题背景(与 plain 区分)
|
|
7
|
-
--qiu-background-technology: var(--qiu-background-color);
|
|
8
|
-
// 标签栏高度别名
|
|
9
|
-
--qiu-tags-height: var(--qiu-tabs-height);
|
|
10
|
-
// info 浅色阶 9
|
|
11
|
-
--qiu-color-info-light-9: #{$qiu-color-info-light-9};
|
|
12
|
-
//菜单背景色
|
|
13
|
-
--qiu-menu-background-color: #0b1f1c;
|
|
14
|
-
//分栏布局右侧菜单背景色
|
|
15
|
-
--qiu-menu-background-color-second: #ffffff;
|
|
16
|
-
//菜单文字颜色
|
|
17
|
-
--qiu-menu-color-text: #ffffff;
|
|
18
|
-
//分栏右侧次导航文字色(浅底深字)
|
|
19
|
-
--qiu-menu-color-text-second: #303133;
|
|
20
|
-
//菜单item高度
|
|
21
|
-
--qiu-menu-item-height: 48px;
|
|
22
|
-
//横向菜单sub-item高度
|
|
23
|
-
--qiu-menu-horizontal-sub-item-height: calc(var(--qiu-menu-item-height) - 8px);
|
|
24
|
-
// 浅黑色
|
|
25
|
-
--qiu-color-grey: rgba(0, 0, 0, 0.65);
|
|
26
|
-
//黑色
|
|
27
|
-
--qiu-color-black: rgba(0, 0, 0, 0.75);
|
|
28
|
-
// primary颜色
|
|
29
|
-
--qiu-color-primary: #0f766e;
|
|
30
|
-
--qiu-color-primary-light-1: #{$qiu-color-primary-light-1};
|
|
31
|
-
--qiu-color-primary-light-2: #{$qiu-color-primary-light-2};
|
|
32
|
-
--qiu-color-primary-light-3: #{$qiu-color-primary-light-3};
|
|
33
|
-
--qiu-color-primary-light-4: #{$qiu-color-primary-light-4};
|
|
34
|
-
--qiu-color-primary-light-5: #{$qiu-color-primary-light-5};
|
|
35
|
-
--qiu-color-primary-light-6: #{$qiu-color-primary-light-6};
|
|
36
|
-
--qiu-color-primary-light-7: #{$qiu-color-primary-light-7};
|
|
37
|
-
--qiu-color-primary-light-8: #{$qiu-color-primary-light-8};
|
|
38
|
-
--qiu-color-primary-light-9: #{$qiu-color-primary-light-9};
|
|
39
|
-
--qiu-color-primary-dark-2: #{$qiu-color-primary};
|
|
40
|
-
// success颜色
|
|
41
|
-
--qiu-color-success: #{$qiu-color-success};
|
|
42
|
-
--qiu-color-success-light: #{$qiu-color-success-light};
|
|
43
|
-
--qiu-color-success-lighter: #{$qiu-color-success-lighter};
|
|
44
|
-
--qiu-color-success-light-1: #{$qiu-color-success-light-1};
|
|
45
|
-
--qiu-color-success-light-2: #{$qiu-color-success-light-2};
|
|
46
|
-
--qiu-color-success-light-3: #{$qiu-color-success-light-3};
|
|
47
|
-
--qiu-color-success-light-4: #{$qiu-color-success-light-4};
|
|
48
|
-
--qiu-color-success-light-5: #{$qiu-color-success-light-5};
|
|
49
|
-
--qiu-color-success-light-6: #{$qiu-color-success-light-6};
|
|
50
|
-
--qiu-color-success-light-7: #{$qiu-color-success-light-7};
|
|
51
|
-
--qiu-color-success-light-8: #{$qiu-color-success-light-8};
|
|
52
|
-
--qiu-color-success-light-9: #{$qiu-color-success-light-9};
|
|
53
|
-
--qiu-color-success-dark-2: #{$qiu-color-success};
|
|
54
|
-
//warning颜色
|
|
55
|
-
--qiu-color-warning: #{$qiu-color-warning};
|
|
56
|
-
--qiu-color-warning-light: #{$qiu-color-warning-light};
|
|
57
|
-
--qiu-color-warning-lighter: #{$qiu-color-warning-lighter};
|
|
58
|
-
--qiu-color-warning-light-1: #{$qiu-color-warning-light-1};
|
|
59
|
-
--qiu-color-warning-light-2: #{$qiu-color-warning-light-2};
|
|
60
|
-
--qiu-color-warning-light-3: #{$qiu-color-warning-light-3};
|
|
61
|
-
--qiu-color-warning-light-4: #{$qiu-color-warning-light-4};
|
|
62
|
-
--qiu-color-warning-light-5: #{$qiu-color-warning-light-5};
|
|
63
|
-
--qiu-color-warning-light-6: #{$qiu-color-warning-light-6};
|
|
64
|
-
--qiu-color-warning-light-7: #{$qiu-color-warning-light-7};
|
|
65
|
-
--qiu-color-warning-light-8: #{$qiu-color-warning-light-8};
|
|
66
|
-
--qiu-color-warning-light-9: #{$qiu-color-warning-light-9};
|
|
67
|
-
--qiu-color-warning-dark-2: #{$qiu-color-warning};
|
|
68
|
-
//danger颜色
|
|
69
|
-
--qiu-color-danger: #{$qiu-color-danger};
|
|
70
|
-
--qiu-color-danger-light: #{$qiu-color-danger-light};
|
|
71
|
-
--qiu-color-danger-lighter: #{$qiu-color-danger-lighter};
|
|
72
|
-
--qiu-color-danger-light-1: #{$qiu-color-danger-light-1};
|
|
73
|
-
--qiu-color-danger-light-2: #{$qiu-color-danger-light-2};
|
|
74
|
-
--qiu-color-danger-light-3: #{$qiu-color-danger-light-3};
|
|
75
|
-
--qiu-color-danger-light-4: #{$qiu-color-danger-light-4};
|
|
76
|
-
--qiu-color-danger-light-5: #{$qiu-color-danger-light-5};
|
|
77
|
-
--qiu-color-danger-light-6: #{$qiu-color-danger-light-6};
|
|
78
|
-
--qiu-color-danger-light-7: #{$qiu-color-danger-light-7};
|
|
79
|
-
--qiu-color-danger-light-8: #{$qiu-color-danger-light-8};
|
|
80
|
-
--qiu-color-danger-light-9: #{$qiu-color-danger-light-9};
|
|
81
|
-
--qiu-color-danger-dark-2: #{$qiu-color-danger};
|
|
82
|
-
//error颜色
|
|
83
|
-
--qiu-color-error: #{$qiu-color-error};
|
|
84
|
-
--qiu-color-error-light: #{$qiu-color-error-light};
|
|
85
|
-
--qiu-color-error-lighter: #{$qiu-color-error-lighter};
|
|
86
|
-
--qiu-color-error-light-1: #{$qiu-color-error-light-1};
|
|
87
|
-
--qiu-color-error-light-2: #{$qiu-color-error-light-2};
|
|
88
|
-
--qiu-color-error-light-3: #{$qiu-color-error-light-3};
|
|
89
|
-
--qiu-color-error-light-4: #{$qiu-color-error-light-4};
|
|
90
|
-
--qiu-color-error-light-5: #{$qiu-color-error-light-5};
|
|
91
|
-
--qiu-color-error-light-6: #{$qiu-color-error-light-6};
|
|
92
|
-
--qiu-color-error-light-7: #{$qiu-color-error-light-7};
|
|
93
|
-
--qiu-color-error-light-8: #{$qiu-color-error-light-8};
|
|
94
|
-
--qiu-color-error-light-9: #{$qiu-color-error-light-9};
|
|
95
|
-
--qiu-color-error-dark-2: #{$qiu-color-error};
|
|
96
|
-
//info颜色
|
|
97
|
-
--qiu-color-info: #{$qiu-color-info};
|
|
98
|
-
--qiu-color-info-light: #{$qiu-color-info-light};
|
|
99
|
-
--qiu-color-info-lighter: #{$qiu-color-info-lighter};
|
|
100
|
-
--qiu-color-info-dark-2: #{$qiu-color-info};
|
|
101
|
-
/**
|
|
102
|
-
* @description: 全局字体大小
|
|
103
|
-
*/
|
|
104
|
-
--qiu-font-size-base: 14px;
|
|
105
|
-
--qiu-font-size-small: calc(var(--qiu-font-size-base) - 1px);
|
|
106
|
-
--qiu-font-size-extra-small: calc(var(--qiu-font-size-base) - 2px);
|
|
107
|
-
--qiu-font-size-medium: calc(var(--qiu-font-size-base) + 2px);
|
|
108
|
-
--qiu-font-size-large: calc(var(--qiu-font-size-base) + 4px);
|
|
109
|
-
--qiu-font-size-extra-large: calc(var(--qiu-font-size-base) + 6px);
|
|
110
|
-
|
|
111
|
-
--ti-common-font-size-base: calc(var(--qiu-font-size-base) - 2px) !important;
|
|
112
|
-
--ti-common-font-size-1: var(--qiu-font-size-base) !important;
|
|
113
|
-
--ti-common-font-size-2: calc(var(--qiu-font-size-base) + 2px) !important;
|
|
114
|
-
--ti-common-font-size-3: calc(var(--qiu-font-size-base) + 4px) !important;
|
|
115
|
-
--ti-common-font-size-4: calc(var(--qiu-font-size-base) + 6px) !important;
|
|
116
|
-
--ti-common-font-size-5: calc(var(--qiu-font-size-base) + 10px) !important;
|
|
117
|
-
--ti-common-font-size-6: calc(var(--qiu-font-size-base) + 18px) !important;
|
|
118
|
-
--ti-common-font-size-7: calc(var(--qiu-font-size-base) + 22px) !important;
|
|
119
|
-
//默认动画
|
|
120
|
-
// --qiu-transition-duration: 0.3s;
|
|
121
|
-
// --qiu-transition-function-ease-in-out-bezier: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
122
|
-
--qiu-transition-duration: 0.25s;
|
|
123
|
-
--qiu-transition-function-ease-in-out-bezier: cubic-bezier(0.42, 0, 0.58, 1);
|
|
124
|
-
--qiu-transition: all var(--qiu-transition-duration) var(--qiu-transition-function-ease-in-out-bezier), border 0s, color 0.05s, font-size 0s;
|
|
125
|
-
//纵向、分栏左侧一级图标栏 / 折叠宽度
|
|
126
|
-
--qiu-left-menu-width-min: 75px;
|
|
127
|
-
//纵向左侧导航已折叠右侧内容的宽度
|
|
128
|
-
--qiu-right-content-width-min: calc(100% - var(--qiu-left-menu-width-min));
|
|
129
|
-
//纵向左侧导航未折叠的宽度
|
|
130
|
-
--qiu-left-menu-width: 266px;
|
|
131
|
-
//默认padding
|
|
132
|
-
--qiu-padding: 20px;
|
|
133
|
-
//默认margin
|
|
134
|
-
--qiu-margin: 20px;
|
|
135
|
-
//顶部nav的高度(分栏 Logo / 标题 / 面包屑统一以此为准)
|
|
136
|
-
--qiu-nav-height: 60px;
|
|
137
|
-
//顶部标签页tabs的高度
|
|
138
|
-
--qiu-tabs-height: 50px;
|
|
139
|
-
//顶部标签页tabs中每一个item的高度
|
|
140
|
-
--qiu-tab-item-height: 34px;
|
|
141
|
-
//底部footer的高度
|
|
142
|
-
--qiu-footer-height: 50px;
|
|
143
|
-
//遮罩层颜色
|
|
144
|
-
--qiu-mask-color: rgba(255, 255, 255, 0.8);
|
|
145
|
-
//z-index
|
|
146
|
-
--qiu-z-index: 1999;
|
|
147
|
-
//横向top-bar、logo、一级菜单的高度
|
|
148
|
-
--qiu-header-height: var(--qiu-nav-height);
|
|
149
|
-
//纵向、综合、分栏logo的高度(与 nav 同步,避免底边错位)
|
|
150
|
-
--qiu-logo-height: var(--qiu-nav-height);
|
|
151
|
-
//标题颜色
|
|
152
|
-
--qiu-title-color: #ffffff;
|
|
153
|
-
//输入框高度
|
|
154
|
-
--qiu-input-height: 32px;
|
|
155
|
-
//圆角
|
|
156
|
-
--qiu-border-radius-base: 5px;
|
|
157
|
-
//容器高度
|
|
158
|
-
--qiu-container-height: calc(
|
|
159
|
-
var(--vh, 1vh) * 100 - var(--qiu-nav-height) - var(--qiu-tabs-height) - var(--qiu-padding) * 3 - var(--qiu-footer-height)
|
|
160
|
-
);
|
|
161
|
-
|
|
162
|
-
// ===== Element Plus 语义变量的 qiu 真源(B类,原由 element-plus 注入,此处自管) =====
|
|
163
|
-
--qiu-color-white: #ffffff;
|
|
164
|
-
--qiu-bg-color-page: #f2f3f5;
|
|
165
|
-
--qiu-bg-color: #ffffff;
|
|
166
|
-
--qiu-bg-color-overlay: #ffffff;
|
|
167
|
-
--qiu-text-color-primary: #303133;
|
|
168
|
-
--qiu-text-color-regular: #606266;
|
|
169
|
-
--qiu-text-color-secondary: #909399;
|
|
170
|
-
--qiu-text-color-placeholder: #a8abb2;
|
|
171
|
-
--qiu-text-color-disabled: #c0c4cc;
|
|
172
|
-
--qiu-border-color-darker: #c4c4c4;
|
|
173
|
-
--qiu-border-color-dark: #d4d7de;
|
|
174
|
-
--qiu-border-color: #dcdfe6;
|
|
175
|
-
--qiu-border-color-light: #e4e7ed;
|
|
176
|
-
--qiu-border-color-lighter: #ebeef5;
|
|
177
|
-
--qiu-border-color-extra-light: #f2f6fc;
|
|
178
|
-
--qiu-border-color-hover: #c0c4cc;
|
|
179
|
-
--qiu-fill-color-darker: #ebeef5;
|
|
180
|
-
--qiu-fill-color-dark: #f0f2f5;
|
|
181
|
-
--qiu-fill-color: #f0f2f5;
|
|
182
|
-
--qiu-fill-color-light: #f5f7fa;
|
|
183
|
-
--qiu-fill-color-lighter: #fafafa;
|
|
184
|
-
--qiu-fill-color-extra-light: #fafcff;
|
|
185
|
-
--qiu-fill-color-blank: #ffffff;
|
|
186
|
-
--qiu-overlay-color-lighter: rgba(0, 0, 0, 0.3);
|
|
187
|
-
--qiu-box-shadow: 0 12px 32px 4px rgba(0, 0, 0, 0.04), 0 8px 20px rgba(0, 0, 0, 0.08);
|
|
188
|
-
--qiu-box-shadow-light: 0 0 12px rgba(0, 0, 0, 0.12);
|
|
189
|
-
--qiu-box-shadow-lighter: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
190
|
-
--qiu-border-radius-circle: 100%;
|
|
191
|
-
--qiu-border-radius-round: 20px;
|
|
192
|
-
--qiu-menu-bg-color: var(--qiu-menu-background-color, #0b1f1c);
|
|
193
|
-
--qiu-menu-text-color: var(--qiu-menu-color-text, #ffffff);
|
|
194
|
-
--qiu-menu-border-color: var(--qiu-border-color);
|
|
195
|
-
--qiu-menu-hover-bg-color: var(--qiu-color-primary-light-9, #e6f4f2);
|
|
196
|
-
--qiu-menu-active-color: var(--qiu-color-primary, #0f766e);
|
|
197
|
-
--qiu-disabled-bg-color: #f5f7fa;
|
|
198
|
-
--qiu-disabled-text-color: #c0c4cc;
|
|
199
|
-
--qiu-card-padding: 20px;
|
|
200
|
-
--qiu-tag-font-size: 12px;
|
|
201
|
-
--qiu-pagination-border-radius: 2px;
|
|
202
|
-
--qiu-pagination-button-bg-color: var(--qiu-fill-color-blank, #fff);
|
|
203
|
-
--qiu-date-editor-daterange-width: 220px;
|
|
204
|
-
--qiu-dialog-bg-color: var(--qiu-bg-color, #fff);
|
|
205
|
-
--qiu-dialog-title-font-size: 18px;
|
|
206
|
-
--qiu-messagebox-font-size: 16px;
|
|
207
|
-
--qiu-collapse-header-font-size: 18px;
|
|
208
|
-
--qiu-collapse-content-font-size: 13px;
|
|
209
|
-
--qiu-alert-title-font-size: 13px;
|
|
210
|
-
--qiu-alert-title-with-description-font-size: 16px;
|
|
211
|
-
--qiu-alert-description-font-size: 12px;
|
|
212
|
-
--qiu-alert-close-font-size: 16px;
|
|
213
|
-
--qiu-alert-close-customed-font-size: 14px;
|
|
214
|
-
--qiu-alert-icon-size: 16px;
|
|
215
|
-
--qiu-alert-icon-large-size: 28px;
|
|
216
|
-
--qiu-tour-title-font-size: 16px;
|
|
217
|
-
--qiu-font-size-big: 18px;
|
|
218
|
-
|
|
219
|
-
// ===== 桥接:把第三方组件库运行时注入的变量指向 qiu 真源,使底层组件也读 qiu 体系 =====
|
|
220
|
-
--el-color-white: var(--qiu-color-white);
|
|
221
|
-
--el-background-color: var(--qiu-background-color);
|
|
222
|
-
--el-background-technology: var(--qiu-background-color);
|
|
223
|
-
--el-bg-color: var(--qiu-bg-color);
|
|
224
|
-
--el-bg-color-page: var(--qiu-bg-color-page);
|
|
225
|
-
--el-bg-color-overlay: var(--qiu-bg-color-overlay);
|
|
226
|
-
--el-text-color-primary: var(--qiu-text-color-primary);
|
|
227
|
-
--el-text-color-regular: var(--qiu-text-color-regular);
|
|
228
|
-
--el-text-color-secondary: var(--qiu-text-color-secondary);
|
|
229
|
-
--el-text-color-placeholder: var(--qiu-text-color-placeholder);
|
|
230
|
-
--el-text-color-disabled: var(--qiu-text-color-disabled);
|
|
231
|
-
--el-border: var(--qiu-border-color);
|
|
232
|
-
--el-border-color: var(--qiu-border-color);
|
|
233
|
-
--el-border-color-darker: var(--qiu-border-color-darker);
|
|
234
|
-
--el-border-color-dark: var(--qiu-border-color-dark);
|
|
235
|
-
--el-border-color-light: var(--qiu-border-color-light);
|
|
236
|
-
--el-border-color-lighter: var(--qiu-border-color-lighter);
|
|
237
|
-
--el-border-color-extra-light: var(--qiu-border-color-extra-light);
|
|
238
|
-
--el-border-color-hover: var(--qiu-border-color-hover);
|
|
239
|
-
--el-fill-color: var(--qiu-fill-color);
|
|
240
|
-
--el-fill-color-dark: var(--qiu-fill-color-dark);
|
|
241
|
-
--el-fill-color-darker: var(--qiu-fill-color-darker);
|
|
242
|
-
--el-fill-color-light: var(--qiu-fill-color-light);
|
|
243
|
-
--el-fill-color-lighter: var(--qiu-fill-color-lighter);
|
|
244
|
-
--el-fill-color-extra-light: var(--qiu-fill-color-extra-light);
|
|
245
|
-
--el-fill-color-blank: var(--qiu-fill-color-blank);
|
|
246
|
-
--el-overlay-color-lighter: var(--qiu-overlay-color-lighter);
|
|
247
|
-
--el-box-shadow: var(--qiu-box-shadow);
|
|
248
|
-
--el-box-shadow-light: var(--qiu-box-shadow-light);
|
|
249
|
-
--el-box-shadow-lighter: var(--qiu-box-shadow-lighter);
|
|
250
|
-
--el-border-radius-base: var(--qiu-border-radius-base);
|
|
251
|
-
--el-border-radius-circle: var(--qiu-border-radius-circle);
|
|
252
|
-
--el-border-radius-round: var(--qiu-border-radius-round);
|
|
253
|
-
--el-font-size-base: var(--qiu-font-size-base);
|
|
254
|
-
--el-font-size-big: var(--qiu-font-size-big);
|
|
255
|
-
--el-font-size-small: var(--qiu-font-size-small);
|
|
256
|
-
--el-font-size-extra-small: var(--qiu-font-size-extra-small);
|
|
257
|
-
--el-font-size-medium: var(--qiu-font-size-medium);
|
|
258
|
-
--el-font-size-large: var(--qiu-font-size-large);
|
|
259
|
-
--el-font-size-extra-large: var(--qiu-font-size-extra-large);
|
|
260
|
-
--el-menu-bg-color: var(--qiu-menu-bg-color);
|
|
261
|
-
--el-menu-text-color: var(--qiu-menu-text-color);
|
|
262
|
-
--el-menu-border-color: var(--qiu-menu-border-color);
|
|
263
|
-
--el-menu-hover-bg-color: var(--qiu-menu-hover-bg-color);
|
|
264
|
-
--el-menu-active-color: var(--qiu-menu-active-color);
|
|
265
|
-
--el-disabled-bg-color: var(--qiu-disabled-bg-color);
|
|
266
|
-
--el-disabled-text-color: var(--qiu-disabled-text-color);
|
|
267
|
-
--el-card-padding: var(--qiu-card-padding);
|
|
268
|
-
--el-tag-font-size: var(--qiu-tag-font-size);
|
|
269
|
-
--el-pagination-border-radius: var(--qiu-pagination-border-radius);
|
|
270
|
-
--el-pagination-button-bg-color: var(--qiu-pagination-button-bg-color);
|
|
271
|
-
--el-date-editor-daterange-width: var(--qiu-date-editor-daterange-width);
|
|
272
|
-
--el-dialog-bg-color: var(--qiu-dialog-bg-color);
|
|
273
|
-
--el-dialog-title-font-size: var(--qiu-dialog-title-font-size);
|
|
274
|
-
--el-messagebox-font-size: var(--qiu-messagebox-font-size);
|
|
275
|
-
--el-collapse-header-font-size: var(--qiu-collapse-header-font-size);
|
|
276
|
-
--el-collapse-content-font-size: var(--qiu-collapse-content-font-size);
|
|
277
|
-
--el-alert-title-font-size: var(--qiu-alert-title-font-size);
|
|
278
|
-
--el-alert-title-with-description-font-size: var(--qiu-alert-title-with-description-font-size);
|
|
279
|
-
--el-alert-description-font-size: var(--qiu-alert-description-font-size);
|
|
280
|
-
--el-alert-close-font-size: var(--qiu-alert-close-font-size);
|
|
281
|
-
--el-alert-close-customed-font-size: var(--qiu-alert-close-customed-font-size);
|
|
282
|
-
--el-alert-icon-size: var(--qiu-alert-icon-size);
|
|
283
|
-
--el-alert-icon-large-size: var(--qiu-alert-icon-large-size);
|
|
284
|
-
--el-tour-title-font-size: var(--qiu-tour-title-font-size);
|
|
285
|
-
--el-padding-base: var(--qiu-padding);
|
|
286
|
-
--el-color-grey: var(--qiu-color-grey);
|
|
287
|
-
--el-color-black: var(--qiu-color-black);
|
|
288
|
-
--el-color-primary: var(--qiu-color-primary);
|
|
289
|
-
--el-color-primary-light-1: var(--qiu-color-primary-light-1);
|
|
290
|
-
--el-color-primary-light-2: var(--qiu-color-primary-light-2);
|
|
291
|
-
--el-color-primary-light-3: var(--qiu-color-primary-light-3);
|
|
292
|
-
--el-color-primary-light-4: var(--qiu-color-primary-light-4);
|
|
293
|
-
--el-color-primary-light-5: var(--qiu-color-primary-light-5);
|
|
294
|
-
--el-color-primary-light-6: var(--qiu-color-primary-light-6);
|
|
295
|
-
--el-color-primary-light-7: var(--qiu-color-primary-light-7);
|
|
296
|
-
--el-color-primary-light-8: var(--qiu-color-primary-light-8);
|
|
297
|
-
--el-color-primary-light-9: var(--qiu-color-primary-light-9);
|
|
298
|
-
--el-color-primary-dark-2: var(--qiu-color-primary-dark-2);
|
|
299
|
-
--el-color-success: var(--qiu-color-success);
|
|
300
|
-
--el-color-success-light: var(--qiu-color-success-light);
|
|
301
|
-
--el-color-success-lighter: var(--qiu-color-success-lighter);
|
|
302
|
-
--el-color-success-light-1: var(--qiu-color-success-light-1);
|
|
303
|
-
--el-color-success-light-2: var(--qiu-color-success-light-2);
|
|
304
|
-
--el-color-success-light-3: var(--qiu-color-success-light-3);
|
|
305
|
-
--el-color-success-light-4: var(--qiu-color-success-light-4);
|
|
306
|
-
--el-color-success-light-5: var(--qiu-color-success-light-5);
|
|
307
|
-
--el-color-success-light-6: var(--qiu-color-success-light-6);
|
|
308
|
-
--el-color-success-light-7: var(--qiu-color-success-light-7);
|
|
309
|
-
--el-color-success-light-8: var(--qiu-color-success-light-8);
|
|
310
|
-
--el-color-success-light-9: var(--qiu-color-success-light-9);
|
|
311
|
-
--el-color-success-dark-2: var(--qiu-color-success-dark-2);
|
|
312
|
-
--el-color-warning: var(--qiu-color-warning);
|
|
313
|
-
--el-color-warning-light: var(--qiu-color-warning-light);
|
|
314
|
-
--el-color-warning-lighter: var(--qiu-color-warning-lighter);
|
|
315
|
-
--el-color-warning-light-1: var(--qiu-color-warning-light-1);
|
|
316
|
-
--el-color-warning-light-2: var(--qiu-color-warning-light-2);
|
|
317
|
-
--el-color-warning-light-3: var(--qiu-color-warning-light-3);
|
|
318
|
-
--el-color-warning-light-4: var(--qiu-color-warning-light-4);
|
|
319
|
-
--el-color-warning-light-5: var(--qiu-color-warning-light-5);
|
|
320
|
-
--el-color-warning-light-6: var(--qiu-color-warning-light-6);
|
|
321
|
-
--el-color-warning-light-7: var(--qiu-color-warning-light-7);
|
|
322
|
-
--el-color-warning-light-8: var(--qiu-color-warning-light-8);
|
|
323
|
-
--el-color-warning-light-9: var(--qiu-color-warning-light-9);
|
|
324
|
-
--el-color-warning-dark-2: var(--qiu-color-warning-dark-2);
|
|
325
|
-
--el-color-danger: var(--qiu-color-danger);
|
|
326
|
-
--el-color-danger-light: var(--qiu-color-danger-light);
|
|
327
|
-
--el-color-danger-lighter: var(--qiu-color-danger-lighter);
|
|
328
|
-
--el-color-danger-light-1: var(--qiu-color-danger-light-1);
|
|
329
|
-
--el-color-danger-light-2: var(--qiu-color-danger-light-2);
|
|
330
|
-
--el-color-danger-light-3: var(--qiu-color-danger-light-3);
|
|
331
|
-
--el-color-danger-light-4: var(--qiu-color-danger-light-4);
|
|
332
|
-
--el-color-danger-light-5: var(--qiu-color-danger-light-5);
|
|
333
|
-
--el-color-danger-light-6: var(--qiu-color-danger-light-6);
|
|
334
|
-
--el-color-danger-light-7: var(--qiu-color-danger-light-7);
|
|
335
|
-
--el-color-danger-light-8: var(--qiu-color-danger-light-8);
|
|
336
|
-
--el-color-danger-light-9: var(--qiu-color-danger-light-9);
|
|
337
|
-
--el-color-danger-dark-2: var(--qiu-color-danger-dark-2);
|
|
338
|
-
--el-color-error: var(--qiu-color-error);
|
|
339
|
-
--el-color-error-light: var(--qiu-color-error-light);
|
|
340
|
-
--el-color-error-lighter: var(--qiu-color-error-lighter);
|
|
341
|
-
--el-color-error-light-1: var(--qiu-color-error-light-1);
|
|
342
|
-
--el-color-error-light-2: var(--qiu-color-error-light-2);
|
|
343
|
-
--el-color-error-light-3: var(--qiu-color-error-light-3);
|
|
344
|
-
--el-color-error-light-4: var(--qiu-color-error-light-4);
|
|
345
|
-
--el-color-error-light-5: var(--qiu-color-error-light-5);
|
|
346
|
-
--el-color-error-light-6: var(--qiu-color-error-light-6);
|
|
347
|
-
--el-color-error-light-7: var(--qiu-color-error-light-7);
|
|
348
|
-
--el-color-error-light-8: var(--qiu-color-error-light-8);
|
|
349
|
-
--el-color-error-light-9: var(--qiu-color-error-light-9);
|
|
350
|
-
--el-color-error-dark-2: var(--qiu-color-error-dark-2);
|
|
351
|
-
--el-color-info: var(--qiu-color-info);
|
|
352
|
-
--el-color-info-light: var(--qiu-color-info-light);
|
|
353
|
-
--el-color-info-lighter: var(--qiu-color-info-lighter);
|
|
354
|
-
--el-color-info-light-9: var(--qiu-color-info-light-9);
|
|
355
|
-
--el-color-info-dark-2: var(--qiu-color-info-dark-2);
|
|
356
|
-
--el-transition-duration: var(--qiu-transition-duration);
|
|
357
|
-
--el-transition-function-ease-in-out-bezier: var(--qiu-transition-function-ease-in-out-bezier);
|
|
358
|
-
--el-transition: var(--qiu-transition);
|
|
359
|
-
--el-mask-color: var(--qiu-mask-color);
|
|
360
|
-
--el-z-index: var(--qiu-z-index);
|
|
361
|
-
--el-left-menu-width-min: var(--qiu-left-menu-width-min);
|
|
362
|
-
--el-right-content-width-min: var(--qiu-right-content-width-min);
|
|
363
|
-
--el-left-menu-width: var(--qiu-left-menu-width);
|
|
364
|
-
--el-padding: var(--qiu-padding);
|
|
365
|
-
--el-margin: var(--qiu-margin);
|
|
366
|
-
--el-nav-height: var(--qiu-nav-height);
|
|
367
|
-
--el-tabs-height: var(--qiu-tabs-height);
|
|
368
|
-
--el-tab-item-height: var(--qiu-tab-item-height);
|
|
369
|
-
--el-footer-height: var(--qiu-footer-height);
|
|
370
|
-
--el-header-height: var(--qiu-header-height);
|
|
371
|
-
--el-logo-height: var(--qiu-logo-height);
|
|
372
|
-
--el-title-color: var(--qiu-title-color);
|
|
373
|
-
--el-input-height: var(--qiu-input-height);
|
|
374
|
-
--el-container-height: var(--qiu-container-height);
|
|
375
|
-
--el-menu-background-color: var(--qiu-menu-background-color);
|
|
376
|
-
--el-menu-background-color-second: var(--qiu-menu-background-color-second);
|
|
377
|
-
--el-menu-color-text: var(--qiu-menu-color-text);
|
|
378
|
-
--el-menu-color-text-second: var(--qiu-menu-color-text-second);
|
|
379
|
-
--el-menu-item-height: var(--qiu-menu-item-height);
|
|
380
|
-
--el-menu-horizontal-sub-item-height: var(--qiu-menu-horizontal-sub-item-height);
|
|
381
|
-
--el-tags-height: var(--qiu-tabs-height);
|
|
382
|
-
}
|
package/styles/variables.scss
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @description 全局主题变量配置
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
$base-color-primary: #0f766e;
|
|
6
|
-
$base-color-success: #13ce66;
|
|
7
|
-
$base-color-warning: #e6a23c;
|
|
8
|
-
$base-color-danger: #fd4e4e;
|
|
9
|
-
$base-color-error: #fd4e4e;
|
|
10
|
-
$base-color-text: #909399;
|
|
11
|
-
|
|
12
|
-
$qiu-color-primary: $base-color-primary;
|
|
13
|
-
$qiu-color-primary-light-1: rgba($base-color-primary, 0.9);
|
|
14
|
-
$qiu-color-primary-light-2: rgba($base-color-primary, 0.8);
|
|
15
|
-
$qiu-color-primary-light-3: rgba($base-color-primary, 0.7);
|
|
16
|
-
$qiu-color-primary-light-4: rgba($base-color-primary, 0.6);
|
|
17
|
-
$qiu-color-primary-light-5: rgba($base-color-primary, 0.5);
|
|
18
|
-
$qiu-color-primary-light-6: rgba($base-color-primary, 0.4);
|
|
19
|
-
$qiu-color-primary-light-7: rgba($base-color-primary, 0.3);
|
|
20
|
-
$qiu-color-primary-light-8: rgba($base-color-primary, 0.2);
|
|
21
|
-
$qiu-color-primary-light-9: rgba($base-color-primary, 0.1);
|
|
22
|
-
|
|
23
|
-
$qiu-color-success: $base-color-success;
|
|
24
|
-
$qiu-color-success-light: rgba($base-color-success, 0.2);
|
|
25
|
-
$qiu-color-success-lighter: rgba($base-color-success, 0.1);
|
|
26
|
-
$qiu-color-success-light-1: rgba($base-color-success, 0.9);
|
|
27
|
-
$qiu-color-success-light-2: rgba($base-color-success, 0.8);
|
|
28
|
-
$qiu-color-success-light-3: rgba($base-color-success, 0.7);
|
|
29
|
-
$qiu-color-success-light-4: rgba($base-color-success, 0.6);
|
|
30
|
-
$qiu-color-success-light-5: rgba($base-color-success, 0.5);
|
|
31
|
-
$qiu-color-success-light-6: rgba($base-color-success, 0.4);
|
|
32
|
-
$qiu-color-success-light-7: rgba($base-color-success, 0.3);
|
|
33
|
-
$qiu-color-success-light-8: rgba($base-color-success, 0.2);
|
|
34
|
-
$qiu-color-success-light-9: rgba($base-color-success, 0.1);
|
|
35
|
-
|
|
36
|
-
$qiu-color-warning: $base-color-warning;
|
|
37
|
-
$qiu-color-warning-light: rgba($base-color-warning, 0.2);
|
|
38
|
-
$qiu-color-warning-lighter: rgba($base-color-warning, 0.1);
|
|
39
|
-
$qiu-color-warning-light-1: rgba($base-color-warning, 0.9);
|
|
40
|
-
$qiu-color-warning-light-2: rgba($base-color-warning, 0.8);
|
|
41
|
-
$qiu-color-warning-light-3: rgba($base-color-warning, 0.7);
|
|
42
|
-
$qiu-color-warning-light-4: rgba($base-color-warning, 0.6);
|
|
43
|
-
$qiu-color-warning-light-5: rgba($base-color-warning, 0.5);
|
|
44
|
-
$qiu-color-warning-light-6: rgba($base-color-warning, 0.4);
|
|
45
|
-
$qiu-color-warning-light-7: rgba($base-color-warning, 0.3);
|
|
46
|
-
$qiu-color-warning-light-8: rgba($base-color-warning, 0.2);
|
|
47
|
-
$qiu-color-warning-light-9: rgba($base-color-warning, 0.1);
|
|
48
|
-
|
|
49
|
-
$qiu-color-danger: $base-color-danger;
|
|
50
|
-
$qiu-color-danger-light: rgba($base-color-danger, 0.2);
|
|
51
|
-
$qiu-color-danger-lighter: rgba($base-color-danger, 0.1);
|
|
52
|
-
$qiu-color-danger-light-1: rgba($base-color-danger, 0.9);
|
|
53
|
-
$qiu-color-danger-light-2: rgba($base-color-danger, 0.8);
|
|
54
|
-
$qiu-color-danger-light-3: rgba($base-color-danger, 0.7);
|
|
55
|
-
$qiu-color-danger-light-4: rgba($base-color-danger, 0.6);
|
|
56
|
-
$qiu-color-danger-light-5: rgba($base-color-danger, 0.5);
|
|
57
|
-
$qiu-color-danger-light-6: rgba($base-color-danger, 0.4);
|
|
58
|
-
$qiu-color-danger-light-7: rgba($base-color-danger, 0.3);
|
|
59
|
-
$qiu-color-danger-light-8: rgba($base-color-danger, 0.2);
|
|
60
|
-
$qiu-color-danger-light-9: rgba($base-color-danger, 0.1);
|
|
61
|
-
|
|
62
|
-
$qiu-color-error: $base-color-error;
|
|
63
|
-
$qiu-color-error-light: rgba($base-color-error, 0.2);
|
|
64
|
-
$qiu-color-error-lighter: rgba($base-color-error, 0.1);
|
|
65
|
-
$qiu-color-error-light-1: rgba($base-color-error, 0.9);
|
|
66
|
-
$qiu-color-error-light-2: rgba($base-color-error, 0.8);
|
|
67
|
-
$qiu-color-error-light-3: rgba($base-color-error, 0.7);
|
|
68
|
-
$qiu-color-error-light-4: rgba($base-color-error, 0.6);
|
|
69
|
-
$qiu-color-error-light-5: rgba($base-color-error, 0.5);
|
|
70
|
-
$qiu-color-error-light-6: rgba($base-color-error, 0.4);
|
|
71
|
-
$qiu-color-error-light-7: rgba($base-color-error, 0.3);
|
|
72
|
-
$qiu-color-error-light-8: rgba($base-color-error, 0.2);
|
|
73
|
-
$qiu-color-error-light-9: rgba($base-color-error, 0.1);
|
|
74
|
-
|
|
75
|
-
$qiu-color-info: $base-color-text;
|
|
76
|
-
$qiu-color-info-light: rgba($base-color-text, 0.2);
|
|
77
|
-
$qiu-color-info-lighter: rgba($base-color-text, 0.1);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/{QiuBadge → FouBadge}/components/BadgeLibraryManagerDialog.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/{QiuMenuNav/QiuMenuNavItem.vue.d.ts → FouMenuNav/FouMenuNavItem.vue.d.ts}
RENAMED
|
File without changes
|
/package/dist/components/{QiuMenuNav/QiuMenuNavSub.vue.d.ts → FouMenuNav/FouMenuNavSub.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/{QiuRadio/QiuRadioGroup.vue.d.ts → FouRadio/FouRadioGroup.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|