zartd 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/index.css +2673 -0
- package/dist/index.d.ts +406 -0
- package/dist/index.js +1413 -0
- package/dist/index.min.css +2 -0
- package/dist/index.min.css.map +1 -0
- package/dist/index.min.js +3 -0
- package/dist/index.min.js.map +1 -0
- package/dist/style/fonts/din/din-alternate-bold.ttf +0 -0
- package/dist/style/fonts/din/din.css +4 -0
- package/dist/style/fonts/iconfont/iconfont.css +525 -0
- package/dist/style/fonts/iconfont/iconfont.ttf +0 -0
- package/dist/style/fonts/iconfont/iconfont.woff +0 -0
- package/dist/style/fonts/iconfont/iconfont.woff2 +0 -0
- package/dist/style/images/empty-default.png +0 -0
- package/dist/style/images/login-banner-one-dark.png +0 -0
- package/dist/style/images/login-banner-one-gov.png +0 -0
- package/dist/style/images/login-banner-one.png +0 -0
- package/dist/style/images/login-banner-three-dark.png +0 -0
- package/dist/style/images/login-banner-three-gov.png +0 -0
- package/dist/style/images/login-banner-three.png +0 -0
- package/dist/style/images/login-banner-two-dark.png +0 -0
- package/dist/style/images/login-banner-two-gov.png +0 -0
- package/dist/style/images/login-banner-two.png +0 -0
- package/dist/style/images/login-bg-dark.png +0 -0
- package/dist/style/images/login-bg-gov.png +0 -0
- package/dist/style/images/login-bg.png +0 -0
- package/dist/style/images/spread-navigation-bg.png +0 -0
- package/es/_virtual/plugin-vue_export-helper.js +9 -0
- package/es/a-alert/style/index.css +407 -0
- package/es/a-alert/style/index.d.ts +2 -0
- package/es/a-alert/style/index.js +2 -0
- package/es/a-alert/style/index.less +75 -0
- package/es/a-avatar/style/index.css +3 -0
- package/es/a-avatar/style/index.d.ts +2 -0
- package/es/a-avatar/style/index.js +2 -0
- package/es/a-avatar/style/index.less +3 -0
- package/es/a-badge/style/index.css +3 -0
- package/es/a-badge/style/index.d.ts +2 -0
- package/es/a-badge/style/index.js +2 -0
- package/es/a-badge/style/index.less +5 -0
- package/es/a-button/style/index.css +512 -0
- package/es/a-button/style/index.d.ts +2 -0
- package/es/a-button/style/index.js +2 -0
- package/es/a-button/style/index.less +227 -0
- package/es/a-carousel/style/index.css +3 -0
- package/es/a-carousel/style/index.d.ts +2 -0
- package/es/a-carousel/style/index.js +2 -0
- package/es/a-carousel/style/index.less +9 -0
- package/es/a-cascader/style/index.css +442 -0
- package/es/a-cascader/style/index.d.ts +2 -0
- package/es/a-cascader/style/index.js +2 -0
- package/es/a-cascader/style/index.less +47 -0
- package/es/a-checkbox/style/index.css +383 -0
- package/es/a-checkbox/style/index.d.ts +2 -0
- package/es/a-checkbox/style/index.js +2 -0
- package/es/a-checkbox/style/index.less +65 -0
- package/es/a-collapse/style/index.css +23 -0
- package/es/a-collapse/style/index.d.ts +2 -0
- package/es/a-collapse/style/index.js +2 -0
- package/es/a-collapse/style/index.less +29 -0
- package/es/a-date-picker/style/index.css +26 -0
- package/es/a-date-picker/style/index.d.ts +2 -0
- package/es/a-date-picker/style/index.js +2 -0
- package/es/a-date-picker/style/index.less +53 -0
- package/es/a-description/style/index.css +8 -0
- package/es/a-description/style/index.d.ts +2 -0
- package/es/a-description/style/index.js +2 -0
- package/es/a-description/style/index.less +15 -0
- package/es/a-drawer/style/index.css +38 -0
- package/es/a-drawer/style/index.d.ts +2 -0
- package/es/a-drawer/style/index.js +2 -0
- package/es/a-drawer/style/index.less +53 -0
- package/es/a-dropdown/style/index.css +9 -0
- package/es/a-dropdown/style/index.d.ts +2 -0
- package/es/a-dropdown/style/index.js +2 -0
- package/es/a-dropdown/style/index.less +19 -0
- package/es/a-empty/style/index.css +48 -0
- package/es/a-empty/style/index.d.ts +2 -0
- package/es/a-empty/style/index.js +2 -0
- package/es/a-empty/style/index.less +62 -0
- package/es/a-form/style/index.css +366 -0
- package/es/a-form/style/index.d.ts +2 -0
- package/es/a-form/style/index.js +2 -0
- package/es/a-form/style/index.less +38 -0
- package/es/a-input/style/index.css +373 -0
- package/es/a-input/style/index.d.ts +2 -0
- package/es/a-input/style/index.js +2 -0
- package/es/a-input/style/index.less +41 -0
- package/es/a-input-number/style/index.css +396 -0
- package/es/a-input-number/style/index.d.ts +2 -0
- package/es/a-input-number/style/index.js +2 -0
- package/es/a-input-number/style/index.less +12 -0
- package/es/a-menu/style/index.css +442 -0
- package/es/a-menu/style/index.d.ts +2 -0
- package/es/a-menu/style/index.js +2 -0
- package/es/a-menu/style/index.less +116 -0
- package/es/a-message/style/index.css +361 -0
- package/es/a-message/style/index.d.ts +2 -0
- package/es/a-message/style/index.js +2 -0
- package/es/a-message/style/index.less +17 -0
- package/es/a-modal/style/index.css +381 -0
- package/es/a-modal/style/index.d.ts +2 -0
- package/es/a-modal/style/index.js +2 -0
- package/es/a-modal/style/index.less +41 -0
- package/es/a-notification/style/index.css +407 -0
- package/es/a-notification/style/index.d.ts +2 -0
- package/es/a-notification/style/index.js +2 -0
- package/es/a-notification/style/index.less +79 -0
- package/es/a-pageheader/style/index.css +12 -0
- package/es/a-pageheader/style/index.d.ts +2 -0
- package/es/a-pageheader/style/index.js +2 -0
- package/es/a-pageheader/style/index.less +16 -0
- package/es/a-pagination/style/index.css +4 -0
- package/es/a-pagination/style/index.d.ts +2 -0
- package/es/a-pagination/style/index.js +2 -0
- package/es/a-pagination/style/index.less +8 -0
- package/es/a-popover/style/index.css +439 -0
- package/es/a-popover/style/index.d.ts +2 -0
- package/es/a-popover/style/index.js +2 -0
- package/es/a-popover/style/index.less +115 -0
- package/es/a-progress/style/index.css +409 -0
- package/es/a-progress/style/index.d.ts +2 -0
- package/es/a-progress/style/index.js +2 -0
- package/es/a-progress/style/index.less +93 -0
- package/es/a-radio/style/index.css +389 -0
- package/es/a-radio/style/index.d.ts +2 -0
- package/es/a-radio/style/index.js +2 -0
- package/es/a-radio/style/index.less +59 -0
- package/es/a-select/style/index.css +373 -0
- package/es/a-select/style/index.d.ts +2 -0
- package/es/a-select/style/index.js +2 -0
- package/es/a-select/style/index.less +37 -0
- package/es/a-select-tree/style/index.css +526 -0
- package/es/a-select-tree/style/index.d.ts +2 -0
- package/es/a-select-tree/style/index.js +2 -0
- package/es/a-select-tree/style/index.less +16 -0
- package/es/a-steps/style/index.css +37 -0
- package/es/a-steps/style/index.d.ts +2 -0
- package/es/a-steps/style/index.js +2 -0
- package/es/a-steps/style/index.less +66 -0
- package/es/a-switch/style/index.css +359 -0
- package/es/a-switch/style/index.d.ts +2 -0
- package/es/a-switch/style/index.js +2 -0
- package/es/a-switch/style/index.less +18 -0
- package/es/a-table/style/index.css +12 -0
- package/es/a-table/style/index.d.ts +2 -0
- package/es/a-table/style/index.js +2 -0
- package/es/a-table/style/index.less +25 -0
- package/es/a-tabs/style/index.css +83 -0
- package/es/a-tabs/style/index.d.ts +2 -0
- package/es/a-tabs/style/index.js +2 -0
- package/es/a-tabs/style/index.less +104 -0
- package/es/a-tooltip/style/index.css +5 -0
- package/es/a-tooltip/style/index.d.ts +2 -0
- package/es/a-tooltip/style/index.js +2 -0
- package/es/a-tooltip/style/index.less +7 -0
- package/es/a-tree/style/index.css +457 -0
- package/es/a-tree/style/index.d.ts +2 -0
- package/es/a-tree/style/index.js +2 -0
- package/es/a-tree/style/index.less +84 -0
- package/es/a-upload/style/index.css +488 -0
- package/es/a-upload/style/index.d.ts +2 -0
- package/es/a-upload/style/index.js +2 -0
- package/es/a-upload/style/index.less +180 -0
- package/es/collapse-button/collapse-button.vue.d.ts +45 -0
- package/es/collapse-button/collapse-button.vue.js +54 -0
- package/es/collapse-button/index.d.ts +45 -0
- package/es/collapse-button/index.js +6 -0
- package/es/collapse-button/style/index.css +47 -0
- package/es/collapse-button/style/index.d.ts +2 -0
- package/es/collapse-button/style/index.js +2 -0
- package/es/collapse-button/style/index.less +58 -0
- package/es/empty/index.d.ts +14 -0
- package/es/empty/index.js +6 -0
- package/es/empty/index.vue.d.ts +14 -0
- package/es/empty/index.vue.js +24 -0
- package/es/empty/style/index.css +15 -0
- package/es/empty/style/index.d.ts +2 -0
- package/es/empty/style/index.js +2 -0
- package/es/empty/style/index.less +17 -0
- package/es/iframe/iframe.vue.d.ts +17 -0
- package/es/iframe/iframe.vue.js +42 -0
- package/es/iframe/index.d.ts +17 -0
- package/es/iframe/index.js +6 -0
- package/es/iframe/style/index.css +363 -0
- package/es/iframe/style/index.d.ts +2 -0
- package/es/iframe/style/index.js +2 -0
- package/es/iframe/style/index.less +15 -0
- package/es/iframe-with-token/iframe-with-token.vue.d.ts +16 -0
- package/es/iframe-with-token/iframe-with-token.vue.js +94 -0
- package/es/iframe-with-token/index.d.ts +16 -0
- package/es/iframe-with-token/index.js +6 -0
- package/es/iframe-with-token/style/index.css +4 -0
- package/es/iframe-with-token/style/index.d.ts +2 -0
- package/es/iframe-with-token/style/index.js +2 -0
- package/es/iframe-with-token/style/index.less +4 -0
- package/es/index.d.ts +24 -0
- package/es/index.js +62 -0
- package/es/layout-header-more/index.d.ts +6 -0
- package/es/layout-header-more/index.js +6 -0
- package/es/layout-header-more/layout-header-more.vue.d.ts +6 -0
- package/es/layout-header-more/layout-header-more.vue.js +164 -0
- package/es/layout-header-more/style/index.css +41 -0
- package/es/layout-header-more/style/index.d.ts +2 -0
- package/es/layout-header-more/style/index.js +2 -0
- package/es/layout-header-more/style/index.less +49 -0
- package/es/layout-navs/index.d.ts +44 -0
- package/es/layout-navs/index.js +6 -0
- package/es/layout-navs/layout-navs.vue.d.ts +45 -0
- package/es/layout-navs/layout-navs.vue.js +87 -0
- package/es/layout-navs/style/index.css +11 -0
- package/es/layout-navs/style/index.d.ts +2 -0
- package/es/layout-navs/style/index.js +2 -0
- package/es/layout-navs/style/index.less +15 -0
- package/es/modal-theme/index.d.ts +52 -0
- package/es/modal-theme/index.js +6 -0
- package/es/modal-theme/modal-theme.vue.d.ts +53 -0
- package/es/modal-theme/modal-theme.vue.js +162 -0
- package/es/modal-theme/style/index.css +3 -0
- package/es/modal-theme/style/index.d.ts +2 -0
- package/es/modal-theme/style/index.js +2 -0
- package/es/modal-theme/style/index.less +3 -0
- package/es/modules.d.js +1 -0
- package/es/panal-bg/index.d.ts +16 -0
- package/es/panal-bg/index.js +6 -0
- package/es/panal-bg/panal-bg.vue.d.ts +16 -0
- package/es/panal-bg/panal-bg.vue.js +31 -0
- package/es/panal-bg/style/index.css +17 -0
- package/es/panal-bg/style/index.d.ts +2 -0
- package/es/panal-bg/style/index.js +2 -0
- package/es/panal-bg/style/index.less +20 -0
- package/es/panal-table/index.d.ts +6 -0
- package/es/panal-table/index.js +6 -0
- package/es/panal-table/panal-table.vue.d.ts +6 -0
- package/es/panal-table/panal-table.vue.js +76 -0
- package/es/panal-table/style/index.css +39 -0
- package/es/panal-table/style/index.d.ts +2 -0
- package/es/panal-table/style/index.js +2 -0
- package/es/panal-table/style/index.less +57 -0
- package/es/profile-avatar/index.d.ts +42 -0
- package/es/profile-avatar/index.js +6 -0
- package/es/profile-avatar/profile-avatar.vue.d.ts +42 -0
- package/es/profile-avatar/profile-avatar.vue.js +52 -0
- package/es/profile-avatar/style/index.css +383 -0
- package/es/profile-avatar/style/index.d.ts +2 -0
- package/es/profile-avatar/style/index.js +2 -0
- package/es/profile-avatar/style/index.less +40 -0
- package/es/side-menu/index.d.ts +27 -0
- package/es/side-menu/index.js +6 -0
- package/es/side-menu/side-menu-item.vue.d.ts +14 -0
- package/es/side-menu/side-menu-item.vue.js +45 -0
- package/es/side-menu/side-menu.vue.d.ts +29 -0
- package/es/side-menu/side-menu.vue.js +73 -0
- package/es/side-menu/side-sub-menu.vue.d.ts +14 -0
- package/es/side-menu/side-sub-menu.vue.js +62 -0
- package/es/side-menu/style/index.css +16 -0
- package/es/side-menu/style/index.d.ts +2 -0
- package/es/side-menu/style/index.js +2 -0
- package/es/side-menu/style/index.less +25 -0
- package/es/spread-navigation/index.d.ts +32 -0
- package/es/spread-navigation/index.js +6 -0
- package/es/spread-navigation/spread-navigation.vue.d.ts +33 -0
- package/es/spread-navigation/spread-navigation.vue.js +71 -0
- package/es/spread-navigation/style/index.css +64 -0
- package/es/spread-navigation/style/index.d.ts +2 -0
- package/es/spread-navigation/style/index.js +2 -0
- package/es/spread-navigation/style/index.less +74 -0
- package/es/spread-navigation/types.d.ts +9 -0
- package/es/spread-navigation/types.js +1 -0
- package/es/style/core.less +2 -0
- package/es/style/fonts/din/din-alternate-bold.ttf +0 -0
- package/es/style/fonts/din/din.css +4 -0
- package/es/style/fonts/iconfont/iconfont.css +525 -0
- package/es/style/fonts/iconfont/iconfont.ttf +0 -0
- package/es/style/fonts/iconfont/iconfont.woff +0 -0
- package/es/style/fonts/iconfont/iconfont.woff2 +0 -0
- package/es/style/global.less +26 -0
- package/es/style/images/empty-default.png +0 -0
- package/es/style/images/login-banner-one-dark.png +0 -0
- package/es/style/images/login-banner-one-gov.png +0 -0
- package/es/style/images/login-banner-one.png +0 -0
- package/es/style/images/login-banner-three-dark.png +0 -0
- package/es/style/images/login-banner-three-gov.png +0 -0
- package/es/style/images/login-banner-three.png +0 -0
- package/es/style/images/login-banner-two-dark.png +0 -0
- package/es/style/images/login-banner-two-gov.png +0 -0
- package/es/style/images/login-banner-two.png +0 -0
- package/es/style/images/login-bg-dark.png +0 -0
- package/es/style/images/login-bg-gov.png +0 -0
- package/es/style/images/login-bg.png +0 -0
- package/es/style/images/spread-navigation-bg.png +0 -0
- package/es/style/index.css +2654 -0
- package/es/style/index.d.ts +1 -0
- package/es/style/index.js +1 -0
- package/es/style/index.less +57 -0
- package/es/style/themes/dark.less +18 -0
- package/es/style/themes/gov.less +17 -0
- package/es/style/themes/index.css +350 -0
- package/es/style/themes/index.less +129 -0
- package/es/style/themes/light.less +77 -0
- package/es/style/variable.less +257 -0
- package/es/sub-title/index.d.ts +2 -0
- package/es/sub-title/index.js +6 -0
- package/es/sub-title/style/index.css +370 -0
- package/es/sub-title/style/index.d.ts +2 -0
- package/es/sub-title/style/index.js +2 -0
- package/es/sub-title/style/index.less +23 -0
- package/es/sub-title/sub-title.vue.d.ts +2 -0
- package/es/sub-title/sub-title.vue.js +14 -0
- package/es/top-menu/index.d.ts +17 -0
- package/es/top-menu/index.js +6 -0
- package/es/top-menu/style/index.css +33 -0
- package/es/top-menu/style/index.d.ts +2 -0
- package/es/top-menu/style/index.js +2 -0
- package/es/top-menu/style/index.less +36 -0
- package/es/top-menu/top-menu.vue.d.ts +19 -0
- package/es/top-menu/top-menu.vue.js +57 -0
- package/es/view-login/index.d.ts +33 -0
- package/es/view-login/index.js +6 -0
- package/es/view-login/style/index.css +168 -0
- package/es/view-login/style/index.d.ts +2 -0
- package/es/view-login/style/index.js +2 -0
- package/es/view-login/style/index.less +209 -0
- package/es/view-login/view-login.vue.d.ts +33 -0
- package/es/view-login/view-login.vue.js +195 -0
- package/es/view-rec-box/index.d.ts +12 -0
- package/es/view-rec-box/index.js +6 -0
- package/es/view-rec-box/service.d.ts +6 -0
- package/es/view-rec-box/service.js +10 -0
- package/es/view-rec-box/style/index.css +4 -0
- package/es/view-rec-box/style/index.d.ts +2 -0
- package/es/view-rec-box/style/index.js +2 -0
- package/es/view-rec-box/style/index.less +4 -0
- package/es/view-rec-box/view-rec-box.vue.d.ts +12 -0
- package/es/view-rec-box/view-rec-box.vue.js +102 -0
- package/lib/_virtual/plugin-vue_export-helper.js +13 -0
- package/lib/a-alert/style/index.css +407 -0
- package/lib/a-alert/style/index.d.ts +2 -0
- package/lib/a-alert/style/index.js +2 -0
- package/lib/a-alert/style/index.less +75 -0
- package/lib/a-avatar/style/index.css +3 -0
- package/lib/a-avatar/style/index.d.ts +2 -0
- package/lib/a-avatar/style/index.js +2 -0
- package/lib/a-avatar/style/index.less +3 -0
- package/lib/a-badge/style/index.css +3 -0
- package/lib/a-badge/style/index.d.ts +2 -0
- package/lib/a-badge/style/index.js +2 -0
- package/lib/a-badge/style/index.less +5 -0
- package/lib/a-button/style/index.css +512 -0
- package/lib/a-button/style/index.d.ts +2 -0
- package/lib/a-button/style/index.js +2 -0
- package/lib/a-button/style/index.less +227 -0
- package/lib/a-carousel/style/index.css +3 -0
- package/lib/a-carousel/style/index.d.ts +2 -0
- package/lib/a-carousel/style/index.js +2 -0
- package/lib/a-carousel/style/index.less +9 -0
- package/lib/a-cascader/style/index.css +442 -0
- package/lib/a-cascader/style/index.d.ts +2 -0
- package/lib/a-cascader/style/index.js +2 -0
- package/lib/a-cascader/style/index.less +47 -0
- package/lib/a-checkbox/style/index.css +383 -0
- package/lib/a-checkbox/style/index.d.ts +2 -0
- package/lib/a-checkbox/style/index.js +2 -0
- package/lib/a-checkbox/style/index.less +65 -0
- package/lib/a-collapse/style/index.css +23 -0
- package/lib/a-collapse/style/index.d.ts +2 -0
- package/lib/a-collapse/style/index.js +2 -0
- package/lib/a-collapse/style/index.less +29 -0
- package/lib/a-date-picker/style/index.css +26 -0
- package/lib/a-date-picker/style/index.d.ts +2 -0
- package/lib/a-date-picker/style/index.js +2 -0
- package/lib/a-date-picker/style/index.less +53 -0
- package/lib/a-description/style/index.css +8 -0
- package/lib/a-description/style/index.d.ts +2 -0
- package/lib/a-description/style/index.js +2 -0
- package/lib/a-description/style/index.less +15 -0
- package/lib/a-drawer/style/index.css +38 -0
- package/lib/a-drawer/style/index.d.ts +2 -0
- package/lib/a-drawer/style/index.js +2 -0
- package/lib/a-drawer/style/index.less +53 -0
- package/lib/a-dropdown/style/index.css +9 -0
- package/lib/a-dropdown/style/index.d.ts +2 -0
- package/lib/a-dropdown/style/index.js +2 -0
- package/lib/a-dropdown/style/index.less +19 -0
- package/lib/a-empty/style/index.css +48 -0
- package/lib/a-empty/style/index.d.ts +2 -0
- package/lib/a-empty/style/index.js +2 -0
- package/lib/a-empty/style/index.less +62 -0
- package/lib/a-form/style/index.css +366 -0
- package/lib/a-form/style/index.d.ts +2 -0
- package/lib/a-form/style/index.js +2 -0
- package/lib/a-form/style/index.less +38 -0
- package/lib/a-input/style/index.css +373 -0
- package/lib/a-input/style/index.d.ts +2 -0
- package/lib/a-input/style/index.js +2 -0
- package/lib/a-input/style/index.less +41 -0
- package/lib/a-input-number/style/index.css +396 -0
- package/lib/a-input-number/style/index.d.ts +2 -0
- package/lib/a-input-number/style/index.js +2 -0
- package/lib/a-input-number/style/index.less +12 -0
- package/lib/a-menu/style/index.css +442 -0
- package/lib/a-menu/style/index.d.ts +2 -0
- package/lib/a-menu/style/index.js +2 -0
- package/lib/a-menu/style/index.less +116 -0
- package/lib/a-message/style/index.css +361 -0
- package/lib/a-message/style/index.d.ts +2 -0
- package/lib/a-message/style/index.js +2 -0
- package/lib/a-message/style/index.less +17 -0
- package/lib/a-modal/style/index.css +381 -0
- package/lib/a-modal/style/index.d.ts +2 -0
- package/lib/a-modal/style/index.js +2 -0
- package/lib/a-modal/style/index.less +41 -0
- package/lib/a-notification/style/index.css +407 -0
- package/lib/a-notification/style/index.d.ts +2 -0
- package/lib/a-notification/style/index.js +2 -0
- package/lib/a-notification/style/index.less +79 -0
- package/lib/a-pageheader/style/index.css +12 -0
- package/lib/a-pageheader/style/index.d.ts +2 -0
- package/lib/a-pageheader/style/index.js +2 -0
- package/lib/a-pageheader/style/index.less +16 -0
- package/lib/a-pagination/style/index.css +4 -0
- package/lib/a-pagination/style/index.d.ts +2 -0
- package/lib/a-pagination/style/index.js +2 -0
- package/lib/a-pagination/style/index.less +8 -0
- package/lib/a-popover/style/index.css +439 -0
- package/lib/a-popover/style/index.d.ts +2 -0
- package/lib/a-popover/style/index.js +2 -0
- package/lib/a-popover/style/index.less +115 -0
- package/lib/a-progress/style/index.css +409 -0
- package/lib/a-progress/style/index.d.ts +2 -0
- package/lib/a-progress/style/index.js +2 -0
- package/lib/a-progress/style/index.less +93 -0
- package/lib/a-radio/style/index.css +389 -0
- package/lib/a-radio/style/index.d.ts +2 -0
- package/lib/a-radio/style/index.js +2 -0
- package/lib/a-radio/style/index.less +59 -0
- package/lib/a-select/style/index.css +373 -0
- package/lib/a-select/style/index.d.ts +2 -0
- package/lib/a-select/style/index.js +2 -0
- package/lib/a-select/style/index.less +37 -0
- package/lib/a-select-tree/style/index.css +526 -0
- package/lib/a-select-tree/style/index.d.ts +2 -0
- package/lib/a-select-tree/style/index.js +2 -0
- package/lib/a-select-tree/style/index.less +16 -0
- package/lib/a-steps/style/index.css +37 -0
- package/lib/a-steps/style/index.d.ts +2 -0
- package/lib/a-steps/style/index.js +2 -0
- package/lib/a-steps/style/index.less +66 -0
- package/lib/a-switch/style/index.css +359 -0
- package/lib/a-switch/style/index.d.ts +2 -0
- package/lib/a-switch/style/index.js +2 -0
- package/lib/a-switch/style/index.less +18 -0
- package/lib/a-table/style/index.css +12 -0
- package/lib/a-table/style/index.d.ts +2 -0
- package/lib/a-table/style/index.js +2 -0
- package/lib/a-table/style/index.less +25 -0
- package/lib/a-tabs/style/index.css +83 -0
- package/lib/a-tabs/style/index.d.ts +2 -0
- package/lib/a-tabs/style/index.js +2 -0
- package/lib/a-tabs/style/index.less +104 -0
- package/lib/a-tooltip/style/index.css +5 -0
- package/lib/a-tooltip/style/index.d.ts +2 -0
- package/lib/a-tooltip/style/index.js +2 -0
- package/lib/a-tooltip/style/index.less +7 -0
- package/lib/a-tree/style/index.css +457 -0
- package/lib/a-tree/style/index.d.ts +2 -0
- package/lib/a-tree/style/index.js +2 -0
- package/lib/a-tree/style/index.less +84 -0
- package/lib/a-upload/style/index.css +488 -0
- package/lib/a-upload/style/index.d.ts +2 -0
- package/lib/a-upload/style/index.js +2 -0
- package/lib/a-upload/style/index.less +180 -0
- package/lib/collapse-button/collapse-button.vue.d.ts +45 -0
- package/lib/collapse-button/collapse-button.vue.js +58 -0
- package/lib/collapse-button/index.d.ts +45 -0
- package/lib/collapse-button/index.js +11 -0
- package/lib/collapse-button/style/index.css +47 -0
- package/lib/collapse-button/style/index.d.ts +2 -0
- package/lib/collapse-button/style/index.js +2 -0
- package/lib/collapse-button/style/index.less +58 -0
- package/lib/empty/index.d.ts +14 -0
- package/lib/empty/index.js +11 -0
- package/lib/empty/index.vue.d.ts +14 -0
- package/lib/empty/index.vue.js +28 -0
- package/lib/empty/style/index.css +15 -0
- package/lib/empty/style/index.d.ts +2 -0
- package/lib/empty/style/index.js +2 -0
- package/lib/empty/style/index.less +17 -0
- package/lib/iframe/iframe.vue.d.ts +17 -0
- package/lib/iframe/iframe.vue.js +46 -0
- package/lib/iframe/index.d.ts +17 -0
- package/lib/iframe/index.js +11 -0
- package/lib/iframe/style/index.css +363 -0
- package/lib/iframe/style/index.d.ts +2 -0
- package/lib/iframe/style/index.js +2 -0
- package/lib/iframe/style/index.less +15 -0
- package/lib/iframe-with-token/iframe-with-token.vue.d.ts +16 -0
- package/lib/iframe-with-token/iframe-with-token.vue.js +102 -0
- package/lib/iframe-with-token/index.d.ts +16 -0
- package/lib/iframe-with-token/index.js +11 -0
- package/lib/iframe-with-token/style/index.css +4 -0
- package/lib/iframe-with-token/style/index.d.ts +2 -0
- package/lib/iframe-with-token/style/index.js +2 -0
- package/lib/iframe-with-token/style/index.less +4 -0
- package/lib/index.d.ts +24 -0
- package/lib/index.js +67 -0
- package/lib/layout-header-more/index.d.ts +6 -0
- package/lib/layout-header-more/index.js +11 -0
- package/lib/layout-header-more/layout-header-more.vue.d.ts +6 -0
- package/lib/layout-header-more/layout-header-more.vue.js +168 -0
- package/lib/layout-header-more/style/index.css +41 -0
- package/lib/layout-header-more/style/index.d.ts +2 -0
- package/lib/layout-header-more/style/index.js +2 -0
- package/lib/layout-header-more/style/index.less +49 -0
- package/lib/layout-navs/index.d.ts +44 -0
- package/lib/layout-navs/index.js +11 -0
- package/lib/layout-navs/layout-navs.vue.d.ts +45 -0
- package/lib/layout-navs/layout-navs.vue.js +91 -0
- package/lib/layout-navs/style/index.css +11 -0
- package/lib/layout-navs/style/index.d.ts +2 -0
- package/lib/layout-navs/style/index.js +2 -0
- package/lib/layout-navs/style/index.less +15 -0
- package/lib/modal-theme/index.d.ts +52 -0
- package/lib/modal-theme/index.js +11 -0
- package/lib/modal-theme/modal-theme.vue.d.ts +53 -0
- package/lib/modal-theme/modal-theme.vue.js +166 -0
- package/lib/modal-theme/style/index.css +3 -0
- package/lib/modal-theme/style/index.d.ts +2 -0
- package/lib/modal-theme/style/index.js +2 -0
- package/lib/modal-theme/style/index.less +3 -0
- package/lib/modules.d.js +4 -0
- package/lib/panal-bg/index.d.ts +16 -0
- package/lib/panal-bg/index.js +11 -0
- package/lib/panal-bg/panal-bg.vue.d.ts +16 -0
- package/lib/panal-bg/panal-bg.vue.js +35 -0
- package/lib/panal-bg/style/index.css +17 -0
- package/lib/panal-bg/style/index.d.ts +2 -0
- package/lib/panal-bg/style/index.js +2 -0
- package/lib/panal-bg/style/index.less +20 -0
- package/lib/panal-table/index.d.ts +6 -0
- package/lib/panal-table/index.js +11 -0
- package/lib/panal-table/panal-table.vue.d.ts +6 -0
- package/lib/panal-table/panal-table.vue.js +80 -0
- package/lib/panal-table/style/index.css +39 -0
- package/lib/panal-table/style/index.d.ts +2 -0
- package/lib/panal-table/style/index.js +2 -0
- package/lib/panal-table/style/index.less +57 -0
- package/lib/profile-avatar/index.d.ts +42 -0
- package/lib/profile-avatar/index.js +11 -0
- package/lib/profile-avatar/profile-avatar.vue.d.ts +42 -0
- package/lib/profile-avatar/profile-avatar.vue.js +56 -0
- package/lib/profile-avatar/style/index.css +383 -0
- package/lib/profile-avatar/style/index.d.ts +2 -0
- package/lib/profile-avatar/style/index.js +2 -0
- package/lib/profile-avatar/style/index.less +40 -0
- package/lib/side-menu/index.d.ts +27 -0
- package/lib/side-menu/index.js +11 -0
- package/lib/side-menu/side-menu-item.vue.d.ts +14 -0
- package/lib/side-menu/side-menu-item.vue.js +49 -0
- package/lib/side-menu/side-menu.vue.d.ts +29 -0
- package/lib/side-menu/side-menu.vue.js +77 -0
- package/lib/side-menu/side-sub-menu.vue.d.ts +14 -0
- package/lib/side-menu/side-sub-menu.vue.js +66 -0
- package/lib/side-menu/style/index.css +16 -0
- package/lib/side-menu/style/index.d.ts +2 -0
- package/lib/side-menu/style/index.js +2 -0
- package/lib/side-menu/style/index.less +25 -0
- package/lib/spread-navigation/index.d.ts +32 -0
- package/lib/spread-navigation/index.js +11 -0
- package/lib/spread-navigation/spread-navigation.vue.d.ts +33 -0
- package/lib/spread-navigation/spread-navigation.vue.js +75 -0
- package/lib/spread-navigation/style/index.css +64 -0
- package/lib/spread-navigation/style/index.d.ts +2 -0
- package/lib/spread-navigation/style/index.js +2 -0
- package/lib/spread-navigation/style/index.less +74 -0
- package/lib/spread-navigation/types.d.ts +9 -0
- package/lib/spread-navigation/types.js +2 -0
- package/lib/style/core.less +2 -0
- package/lib/style/fonts/din/din-alternate-bold.ttf +0 -0
- package/lib/style/fonts/din/din.css +4 -0
- package/lib/style/fonts/iconfont/iconfont.css +525 -0
- package/lib/style/fonts/iconfont/iconfont.ttf +0 -0
- package/lib/style/fonts/iconfont/iconfont.woff +0 -0
- package/lib/style/fonts/iconfont/iconfont.woff2 +0 -0
- package/lib/style/global.less +26 -0
- package/lib/style/images/empty-default.png +0 -0
- package/lib/style/images/login-banner-one-dark.png +0 -0
- package/lib/style/images/login-banner-one-gov.png +0 -0
- package/lib/style/images/login-banner-one.png +0 -0
- package/lib/style/images/login-banner-three-dark.png +0 -0
- package/lib/style/images/login-banner-three-gov.png +0 -0
- package/lib/style/images/login-banner-three.png +0 -0
- package/lib/style/images/login-banner-two-dark.png +0 -0
- package/lib/style/images/login-banner-two-gov.png +0 -0
- package/lib/style/images/login-banner-two.png +0 -0
- package/lib/style/images/login-bg-dark.png +0 -0
- package/lib/style/images/login-bg-gov.png +0 -0
- package/lib/style/images/login-bg.png +0 -0
- package/lib/style/images/spread-navigation-bg.png +0 -0
- package/lib/style/index.css +2654 -0
- package/lib/style/index.d.ts +1 -0
- package/lib/style/index.js +1 -0
- package/lib/style/index.less +57 -0
- package/lib/style/themes/dark.less +18 -0
- package/lib/style/themes/gov.less +17 -0
- package/lib/style/themes/index.css +350 -0
- package/lib/style/themes/index.less +129 -0
- package/lib/style/themes/light.less +77 -0
- package/lib/style/variable.less +257 -0
- package/lib/sub-title/index.d.ts +2 -0
- package/lib/sub-title/index.js +11 -0
- package/lib/sub-title/style/index.css +370 -0
- package/lib/sub-title/style/index.d.ts +2 -0
- package/lib/sub-title/style/index.js +2 -0
- package/lib/sub-title/style/index.less +23 -0
- package/lib/sub-title/sub-title.vue.d.ts +2 -0
- package/lib/sub-title/sub-title.vue.js +18 -0
- package/lib/top-menu/index.d.ts +17 -0
- package/lib/top-menu/index.js +11 -0
- package/lib/top-menu/style/index.css +33 -0
- package/lib/top-menu/style/index.d.ts +2 -0
- package/lib/top-menu/style/index.js +2 -0
- package/lib/top-menu/style/index.less +36 -0
- package/lib/top-menu/top-menu.vue.d.ts +19 -0
- package/lib/top-menu/top-menu.vue.js +61 -0
- package/lib/view-login/index.d.ts +33 -0
- package/lib/view-login/index.js +11 -0
- package/lib/view-login/style/index.css +168 -0
- package/lib/view-login/style/index.d.ts +2 -0
- package/lib/view-login/style/index.js +2 -0
- package/lib/view-login/style/index.less +209 -0
- package/lib/view-login/view-login.vue.d.ts +33 -0
- package/lib/view-login/view-login.vue.js +199 -0
- package/lib/view-rec-box/index.d.ts +12 -0
- package/lib/view-rec-box/index.js +11 -0
- package/lib/view-rec-box/service.d.ts +6 -0
- package/lib/view-rec-box/service.js +14 -0
- package/lib/view-rec-box/style/index.css +4 -0
- package/lib/view-rec-box/style/index.d.ts +2 -0
- package/lib/view-rec-box/style/index.js +2 -0
- package/lib/view-rec-box/style/index.less +4 -0
- package/lib/view-rec-box/view-rec-box.vue.d.ts +12 -0
- package/lib/view-rec-box/view-rec-box.vue.js +106 -0
- package/package.json +88 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createElementBlock, normalizeClass, Fragment, renderList } from 'vue';
|
|
2
|
+
import { SubMenu } from 'ant-design-vue/es';
|
|
3
|
+
import ZtSideMenuItem from './side-menu-item.vue.js';
|
|
4
|
+
import _export_sfc from '../_virtual/plugin-vue_export-helper.js';
|
|
5
|
+
|
|
6
|
+
const _sfc_main = defineComponent({
|
|
7
|
+
name: "ZtSideSubMenu",
|
|
8
|
+
components: {
|
|
9
|
+
ASubMenu: SubMenu,
|
|
10
|
+
ZtSideMenuItem
|
|
11
|
+
},
|
|
12
|
+
props: {
|
|
13
|
+
menu: { type: Object, required: true }
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
const _hoisted_1 = {
|
|
17
|
+
key: 1,
|
|
18
|
+
class: "zt-iconfont zt-icon-document"
|
|
19
|
+
};
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
var _a, _b;
|
|
22
|
+
const _component_zt_side_sub_menu = resolveComponent("zt-side-sub-menu");
|
|
23
|
+
const _component_zt_side_menu_item = resolveComponent("zt-side-menu-item");
|
|
24
|
+
const _component_a_sub_menu = resolveComponent("a-sub-menu");
|
|
25
|
+
return openBlock(), createBlock(_component_a_sub_menu, {
|
|
26
|
+
key: _ctx.menu.name,
|
|
27
|
+
title: (_b = (_a = _ctx.menu.meta) == null ? void 0 : _a.title) != null ? _b : ""
|
|
28
|
+
}, {
|
|
29
|
+
icon: withCtx(() => {
|
|
30
|
+
var _a2, _b2;
|
|
31
|
+
return [
|
|
32
|
+
((_a2 = _ctx.menu.meta) == null ? void 0 : _a2.icon) ? (openBlock(), createElementBlock("i", {
|
|
33
|
+
key: 0,
|
|
34
|
+
class: normalizeClass(["iconfont", (_b2 = _ctx.menu.meta) == null ? void 0 : _b2.icon])
|
|
35
|
+
}, null, 2)) : (openBlock(), createElementBlock("i", _hoisted_1))
|
|
36
|
+
];
|
|
37
|
+
}),
|
|
38
|
+
default: withCtx(() => {
|
|
39
|
+
var _a2;
|
|
40
|
+
return [
|
|
41
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList((_a2 = _ctx.menu.meta) == null ? void 0 : _a2.children, (child) => {
|
|
42
|
+
var _a3, _b2;
|
|
43
|
+
return openBlock(), createElementBlock(Fragment, {
|
|
44
|
+
key: child.name
|
|
45
|
+
}, [
|
|
46
|
+
((_a3 = child.meta) == null ? void 0 : _a3.children) && ((_b2 = child.meta) == null ? void 0 : _b2.children.length) > 0 ? (openBlock(), createBlock(_component_zt_side_sub_menu, {
|
|
47
|
+
key: 0,
|
|
48
|
+
menu: child
|
|
49
|
+
}, null, 8, ["menu"])) : (openBlock(), createBlock(_component_zt_side_menu_item, {
|
|
50
|
+
key: 1,
|
|
51
|
+
menu: child
|
|
52
|
+
}, null, 8, ["menu"]))
|
|
53
|
+
], 64);
|
|
54
|
+
}), 128))
|
|
55
|
+
];
|
|
56
|
+
}),
|
|
57
|
+
_: 1
|
|
58
|
+
}, 8, ["title"]);
|
|
59
|
+
}
|
|
60
|
+
var ZtSideSubMenu = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/Users/peritotchan/workspace/egova/ega-monorepo/packages/zartd/src/side-menu/side-sub-menu.vue"]]);
|
|
61
|
+
|
|
62
|
+
export { ZtSideSubMenu as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
.zt-side-menu {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 100%;
|
|
4
|
+
}
|
|
5
|
+
.zt-side-menu > .ant-menu {
|
|
6
|
+
width: 220px;
|
|
7
|
+
height: 100%;
|
|
8
|
+
}
|
|
9
|
+
.zt-side-menu > .ant-menu.is-collapsed {
|
|
10
|
+
width: 56px;
|
|
11
|
+
}
|
|
12
|
+
.zt-side-menu > .ant-menu-inline .ant-menu-submenu .ant-menu-sub .ant-menu-item .ant-menu-item-icon,
|
|
13
|
+
.zt-side-menu > .ant-menu-inline .ant-menu-submenu .ant-menu-sub .ant-menu-submenu-title .ant-menu-item-icon {
|
|
14
|
+
min-width: 10px;
|
|
15
|
+
visibility: hidden;
|
|
16
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.zt-side-menu {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 100%;
|
|
4
|
+
|
|
5
|
+
> .ant-menu {
|
|
6
|
+
width: 220px;
|
|
7
|
+
height: 100%;
|
|
8
|
+
|
|
9
|
+
&.is-collapsed {
|
|
10
|
+
width: 56px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&-inline {
|
|
14
|
+
.ant-menu-submenu {
|
|
15
|
+
.ant-menu-sub {
|
|
16
|
+
.ant-menu-item .ant-menu-item-icon,
|
|
17
|
+
.ant-menu-submenu-title .ant-menu-item-icon {
|
|
18
|
+
min-width: 10px;
|
|
19
|
+
visibility: hidden;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export type { ZtSpreadNav, ZtSpreadNavChild } from './types';
|
|
2
|
+
export declare const ZtSpreadNavigation: import("@ega/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
+
collapsed: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
mocks: {
|
|
8
|
+
type: import("vue").PropType<import("./types").ZtSpreadNav[]>;
|
|
9
|
+
default: () => never[];
|
|
10
|
+
};
|
|
11
|
+
}, {
|
|
12
|
+
selectedKey: import("vue").Ref<string | undefined>;
|
|
13
|
+
routeChange: (item: {
|
|
14
|
+
title: string;
|
|
15
|
+
route: string;
|
|
16
|
+
}) => void;
|
|
17
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggle"[], "toggle", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
collapsed: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
mocks: {
|
|
23
|
+
type: import("vue").PropType<import("./types").ZtSpreadNav[]>;
|
|
24
|
+
default: () => never[];
|
|
25
|
+
};
|
|
26
|
+
}>> & {
|
|
27
|
+
onToggle?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
}, {
|
|
29
|
+
collapsed: boolean;
|
|
30
|
+
mocks: import("./types").ZtSpreadNav[];
|
|
31
|
+
}>>;
|
|
32
|
+
export default ZtSpreadNavigation;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import type { ZtSpreadNav } from './types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
collapsed: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
mocks: {
|
|
9
|
+
type: PropType<ZtSpreadNav[]>;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
}, {
|
|
13
|
+
selectedKey: import("vue").Ref<string | undefined>;
|
|
14
|
+
routeChange: (item: {
|
|
15
|
+
title: string;
|
|
16
|
+
route: string;
|
|
17
|
+
}) => void;
|
|
18
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggle"[], "toggle", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
collapsed: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
mocks: {
|
|
24
|
+
type: PropType<ZtSpreadNav[]>;
|
|
25
|
+
default: () => never[];
|
|
26
|
+
};
|
|
27
|
+
}>> & {
|
|
28
|
+
onToggle?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
}, {
|
|
30
|
+
collapsed: boolean;
|
|
31
|
+
mocks: ZtSpreadNav[];
|
|
32
|
+
}>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { defineComponent, ref, createElementVNode, openBlock, createElementBlock, normalizeClass, Fragment, renderList, toDisplayString, normalizeStyle, createCommentVNode } from 'vue';
|
|
2
|
+
import _export_sfc from '../_virtual/plugin-vue_export-helper.js';
|
|
3
|
+
|
|
4
|
+
const _sfc_main = defineComponent({
|
|
5
|
+
name: "ZtSpreadNavigation",
|
|
6
|
+
props: {
|
|
7
|
+
collapsed: { type: Boolean, default: false },
|
|
8
|
+
mocks: { type: Array, default: () => [] }
|
|
9
|
+
},
|
|
10
|
+
emits: ["toggle"],
|
|
11
|
+
setup(props, { emit }) {
|
|
12
|
+
const selectedKey = ref();
|
|
13
|
+
function routeChange(item) {
|
|
14
|
+
selectedKey.value = item.title;
|
|
15
|
+
emit("toggle");
|
|
16
|
+
console.log(item);
|
|
17
|
+
}
|
|
18
|
+
return {
|
|
19
|
+
selectedKey,
|
|
20
|
+
routeChange
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
const _hoisted_1 = { class: "zt-navigation-left" };
|
|
25
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", { class: "zt-navigation-title" }, "\u5E38\u7528\u5E94\u7528", -1);
|
|
26
|
+
const _hoisted_3 = ["onClick"];
|
|
27
|
+
const _hoisted_4 = { class: "zt-navigation-right" };
|
|
28
|
+
const _hoisted_5 = { class: "zt-navigation-title" };
|
|
29
|
+
const _hoisted_6 = ["onClick"];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return _ctx.mocks.length > 0 ? (openBlock(), createElementBlock("div", {
|
|
32
|
+
key: 0,
|
|
33
|
+
class: normalizeClass(["zt-spread-navigation", { "zt-spread-navigation-open": _ctx.collapsed }])
|
|
34
|
+
}, [
|
|
35
|
+
createElementVNode("div", _hoisted_1, [
|
|
36
|
+
_hoisted_2,
|
|
37
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.mocks[0].children, (item) => {
|
|
38
|
+
return openBlock(), createElementBlock("div", {
|
|
39
|
+
key: item.title,
|
|
40
|
+
class: normalizeClass(["zt-navigation-item", { "zt-navigation-item-active": item.title === _ctx.selectedKey }]),
|
|
41
|
+
onClick: ($event) => _ctx.routeChange(item)
|
|
42
|
+
}, toDisplayString(item.title), 11, _hoisted_3);
|
|
43
|
+
}), 128))
|
|
44
|
+
]),
|
|
45
|
+
createElementVNode("div", _hoisted_4, [
|
|
46
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.mocks.filter((g, i) => i > 0), (item) => {
|
|
47
|
+
return openBlock(), createElementBlock("div", {
|
|
48
|
+
key: item.title,
|
|
49
|
+
class: "zt-navigation-wrap"
|
|
50
|
+
}, [
|
|
51
|
+
createElementVNode("div", _hoisted_5, toDisplayString(item.title), 1),
|
|
52
|
+
createElementVNode("div", {
|
|
53
|
+
class: "zt-navigation-content",
|
|
54
|
+
style: normalizeStyle({ "column-count": Math.ceil(item.children.length / 10) })
|
|
55
|
+
}, [
|
|
56
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(item.children, (item2) => {
|
|
57
|
+
return openBlock(), createElementBlock("div", {
|
|
58
|
+
key: item2.title,
|
|
59
|
+
class: normalizeClass(["zt-navigation-item", { "zt-navigation-item-active": item2.title === _ctx.selectedKey }]),
|
|
60
|
+
onClick: ($event) => _ctx.routeChange(item2)
|
|
61
|
+
}, toDisplayString(item2.title), 11, _hoisted_6);
|
|
62
|
+
}), 128))
|
|
63
|
+
], 4)
|
|
64
|
+
]);
|
|
65
|
+
}), 128))
|
|
66
|
+
])
|
|
67
|
+
], 2)) : createCommentVNode("v-if", true);
|
|
68
|
+
}
|
|
69
|
+
var SpreadNavigation = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/Users/peritotchan/workspace/egova/ega-monorepo/packages/zartd/src/spread-navigation/spread-navigation.vue"]]);
|
|
70
|
+
|
|
71
|
+
export { SpreadNavigation as default };
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
.zt-spread-navigation {
|
|
2
|
+
position: absolute;
|
|
3
|
+
top: 50px;
|
|
4
|
+
display: flex;
|
|
5
|
+
width: 100%;
|
|
6
|
+
height: 0;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
background: var(--zartd-body-background);
|
|
9
|
+
box-shadow: var(--zartd-spread-navigation-box-shadow);
|
|
10
|
+
transition: all 0.3s;
|
|
11
|
+
}
|
|
12
|
+
.zt-spread-navigation .zt-navigation-left {
|
|
13
|
+
width: 176px;
|
|
14
|
+
height: 100%;
|
|
15
|
+
padding-top: 20px;
|
|
16
|
+
text-align: center;
|
|
17
|
+
background: var(--zartd-spread-navigation-background-image) no-repeat;
|
|
18
|
+
background-size: 100%;
|
|
19
|
+
}
|
|
20
|
+
.zt-spread-navigation .zt-navigation-right {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-wrap: wrap;
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
width: calc(100% - 176px);
|
|
25
|
+
height: 100%;
|
|
26
|
+
padding: 20px 32px;
|
|
27
|
+
overflow-y: scroll;
|
|
28
|
+
}
|
|
29
|
+
.zt-spread-navigation .zt-navigation-right .zt-navigation-wrap {
|
|
30
|
+
width: auto;
|
|
31
|
+
margin: 0 100px 40px 0;
|
|
32
|
+
}
|
|
33
|
+
.zt-spread-navigation .zt-navigation-right .zt-navigation-wrap .zt-navigation-content {
|
|
34
|
+
height: auto;
|
|
35
|
+
column-count: 3;
|
|
36
|
+
column-gap: 40px;
|
|
37
|
+
}
|
|
38
|
+
.zt-spread-navigation .zt-navigation-right::-webkit-scrollbar {
|
|
39
|
+
background: transparent;
|
|
40
|
+
}
|
|
41
|
+
.zt-spread-navigation .zt-navigation-title {
|
|
42
|
+
margin-bottom: 20px;
|
|
43
|
+
color: var(--zartd-text-color-8);
|
|
44
|
+
font-weight: 600;
|
|
45
|
+
letter-spacing: 0.35px;
|
|
46
|
+
}
|
|
47
|
+
.zt-spread-navigation .zt-navigation-item {
|
|
48
|
+
min-width: 60px;
|
|
49
|
+
margin-bottom: 14px;
|
|
50
|
+
font-weight: 400;
|
|
51
|
+
line-height: 20px;
|
|
52
|
+
letter-spacing: 0.35px;
|
|
53
|
+
cursor: pointer;
|
|
54
|
+
}
|
|
55
|
+
.zt-spread-navigation .zt-navigation-item:hover {
|
|
56
|
+
color: var(--zartd-primary-color);
|
|
57
|
+
}
|
|
58
|
+
.zt-spread-navigation .zt-navigation-item-active {
|
|
59
|
+
color: var(--zartd-primary-color);
|
|
60
|
+
font-weight: 600;
|
|
61
|
+
}
|
|
62
|
+
.zt-spread-navigation-open {
|
|
63
|
+
height: 440px;
|
|
64
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
.zt-spread-navigation {
|
|
2
|
+
position: absolute;
|
|
3
|
+
top: 50px;
|
|
4
|
+
display: flex;
|
|
5
|
+
width: 100%;
|
|
6
|
+
height: 0;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
background: var(--zartd-body-background);
|
|
9
|
+
box-shadow: var(--zartd-spread-navigation-box-shadow);
|
|
10
|
+
transition: all 0.3s;
|
|
11
|
+
|
|
12
|
+
.zt-navigation-left {
|
|
13
|
+
width: 176px;
|
|
14
|
+
height: 100%;
|
|
15
|
+
padding-top: 20px;
|
|
16
|
+
text-align: center;
|
|
17
|
+
background: var(--zartd-spread-navigation-background-image) no-repeat;
|
|
18
|
+
background-size: 100%;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.zt-navigation-right {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-wrap: wrap;
|
|
24
|
+
box-sizing: border-box;
|
|
25
|
+
width: calc(100% - 176px);
|
|
26
|
+
height: 100%;
|
|
27
|
+
padding: 20px 32px;
|
|
28
|
+
overflow-y: scroll;
|
|
29
|
+
|
|
30
|
+
.zt-navigation-wrap {
|
|
31
|
+
width: auto;
|
|
32
|
+
margin: 0 100px 40px 0;
|
|
33
|
+
|
|
34
|
+
.zt-navigation-content {
|
|
35
|
+
height: auto;
|
|
36
|
+
column-count: 3;
|
|
37
|
+
column-gap: 40px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&::-webkit-scrollbar {
|
|
42
|
+
background: transparent;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.zt-navigation-title {
|
|
47
|
+
margin-bottom: 20px;
|
|
48
|
+
color: var(--zartd-text-color-8);
|
|
49
|
+
font-weight: 600;
|
|
50
|
+
letter-spacing: 0.35px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.zt-navigation-item {
|
|
54
|
+
min-width: 60px;
|
|
55
|
+
margin-bottom: 14px;
|
|
56
|
+
font-weight: 400;
|
|
57
|
+
line-height: 20px;
|
|
58
|
+
letter-spacing: 0.35px;
|
|
59
|
+
cursor: pointer;
|
|
60
|
+
|
|
61
|
+
&:hover {
|
|
62
|
+
color: var(--zartd-primary-color);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.zt-navigation-item-active {
|
|
67
|
+
color: var(--zartd-primary-color);
|
|
68
|
+
font-weight: 600;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&-open {
|
|
72
|
+
height: 440px;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
Binary file
|