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,363 @@
|
|
|
1
|
+
/* stylelint-disable number-max-precision */
|
|
2
|
+
/* stylelint-disable function-name-case */
|
|
3
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
4
|
+
/* stylelint-disable */
|
|
5
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
6
|
+
:root {
|
|
7
|
+
/* -------------------- common -------------------- */
|
|
8
|
+
--zartd-body-background: #fff;
|
|
9
|
+
--zartd-border-color: #e9ecf2;
|
|
10
|
+
--zartd-shadow-color: rgba(0, 0, 0, 0.1);
|
|
11
|
+
--zartd-box-shadow: 0 2px 24px 2px rgba(0, 0, 0, 0.1);
|
|
12
|
+
--zartd-text-color: #235;
|
|
13
|
+
--zartd-text-color-light: #6b7a99;
|
|
14
|
+
--zartd-text-color-lighter: #c3cad9;
|
|
15
|
+
--zartd-text-color-heavy: #081126;
|
|
16
|
+
--zartd-text-color-positive: #fff;
|
|
17
|
+
--zartd-text-color-negative: #000;
|
|
18
|
+
/* -------------------- components -------------------- */
|
|
19
|
+
/* -------------------- a-button -------------------- */
|
|
20
|
+
--zartd-button-dangerous-active-background-color: rgba(255, 97, 97, 0.05);
|
|
21
|
+
/* -------------------- a-collapse -------------------- */
|
|
22
|
+
--zartd-collapse-body-box-shadow: 0 2px 10px 0 rgba(34, 51, 85, 0.1);
|
|
23
|
+
/* -------------------- a-message -------------------- */
|
|
24
|
+
--zartd-message-content-box-shadow-color: rgba(0, 0, 0, 0.1);
|
|
25
|
+
/* -------------------- a-modal -------------------- */
|
|
26
|
+
--zartd-modal-content-box-shadow-color: rgba(0, 67, 202, 0.2);
|
|
27
|
+
/* -------------------- a-notification -------------------- */
|
|
28
|
+
--zartd-notification-notice-box-shadow-color: rgba(0, 0, 0, 0.1);
|
|
29
|
+
/* -------------------- a-popover -------------------- */
|
|
30
|
+
--zartd-popover-content-box-shadow-color: rgba(0, 0, 0, 0.1);
|
|
31
|
+
/* -------------------- a-tabs -------------------- */
|
|
32
|
+
--zartd-tabs-nav-wrap-bg: linear-gradient(0deg, #fff 11%, #fff 12%, #fff 12%, #e9ecf2 100%);
|
|
33
|
+
--zartd-tabs-nav-tab-active: linear-gradient(180deg, #fff 0%, #f1f6fa 68%);
|
|
34
|
+
--zartd-tabs-tab-active-border-shadow: -2px 1px 4px 0 rgba(16, 0, 0, 0.1), 2px 1px 4px 0 rgb(0 0 0 / 8%);
|
|
35
|
+
/* -------------------- procomponents -------------------- */
|
|
36
|
+
/* -------------------- collapse-button -------------------- */
|
|
37
|
+
--zartd-collapse-button-background-color: var(--zartd-primary-fade-20);
|
|
38
|
+
--zartd-collapse-button-border-color: var(--zartd-primary-fade-50);
|
|
39
|
+
/* -------------------- empty -------------------- */
|
|
40
|
+
--zartd-empty-default-image: url('../images/empty-default.png');
|
|
41
|
+
/* -------------------- layout-header-more -------------------- */
|
|
42
|
+
--zartd-layout-header-more-button-active-background-color: var(--zartd-primary-fade-10);
|
|
43
|
+
/* -------------------- profile-avatar -------------------- */
|
|
44
|
+
--zartd-profile-avatar-photo-box-shadow: 7px 5px 10px 0 #e9eeff, -7px -5px 10px 0 #fff;
|
|
45
|
+
/* -------------------- spread-navigation -------------------- */
|
|
46
|
+
--zartd-spread-navigation-background-image: url('../images/spread-navigation-bg.png');
|
|
47
|
+
--zartd-spread-navigation-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
|
|
48
|
+
/* -------------------- top-menu -------------------- */
|
|
49
|
+
--zartd-top-menu-item-active-background-color: rgba(0, 0, 0, 0.05);
|
|
50
|
+
--zartd-top-menu-item-selected-background-color: rgba(0, 0, 0, 0.1);
|
|
51
|
+
/* -------------------- view-login -------------------- */
|
|
52
|
+
--zartd-view-login-background-image: url('../images/login-bg.png');
|
|
53
|
+
--zartd-view-login-banner-one-background-image: url('../images/login-banner-one.png');
|
|
54
|
+
--zartd-view-login-banner-two-background-image: url('../images/login-banner-two.png');
|
|
55
|
+
--zartd-view-login-banner-three-background-image: url('../images/login-banner-three.png');
|
|
56
|
+
--zartd-view-login-content-background: linear-gradient(145deg, rgba(0, 146, 250, 0.85), rgba(0, 147, 250, 0.85), rgba(0, 195, 255, 0.85));
|
|
57
|
+
--zartd-view-login-form-input-border-color: rgba(255, 255, 255, 0.3);
|
|
58
|
+
--zartd-view-login-carousel-box-shadow-color: rgba(18, 33, 61, 0.15);
|
|
59
|
+
--zartd-view-login-carousel-dots-button-background: #c7e4f7;
|
|
60
|
+
--zartd-view-login-carousel-dots-button-active-background-image: linear-gradient(268deg, #38f 1%, #5f8ff7 81%);
|
|
61
|
+
--zartd-view-login-carousel-dots-button-active-box-shadow: 1px 1px 6px 0 rgba(72, 117, 252, 0.2);
|
|
62
|
+
/* -------------------- panal-bg -------------------- */
|
|
63
|
+
--zartd-panal-bg-background-color: #fff;
|
|
64
|
+
--zartd-panal-bg-box-shadow: 2px 2px 4px 0 rgba(0, 114, 255, 0.06);
|
|
65
|
+
}
|
|
66
|
+
:root.dark,
|
|
67
|
+
:root[theme-color='dark'] {
|
|
68
|
+
/* -------------------- common -------------------- */
|
|
69
|
+
--zartd-body-background: #22272e;
|
|
70
|
+
/* -------------------- components -------------------- */
|
|
71
|
+
/* -------------------- procomponents -------------------- */
|
|
72
|
+
/* -------------------- view-login -------------------- */
|
|
73
|
+
--zartd-view-login-background-image: url('../images/login-bg-dark.png');
|
|
74
|
+
--zartd-view-login-banner-one-background-image: url('../images/login-banner-one-dark.png');
|
|
75
|
+
--zartd-view-login-banner-two-background-image: url('../images/login-banner-two-dark.png');
|
|
76
|
+
--zartd-view-login-banner-three-background-image: url('../images/login-banner-three-dark.png');
|
|
77
|
+
--zartd-view-login-content-background: rgba(15, 23, 33, 0.85);
|
|
78
|
+
--zartd-view-login-carousel-dots-button-active-background-image: linear-gradient(178deg, #4376ec 11%, #5f8ff7 91%);
|
|
79
|
+
--zartd-view-login-carousel-dots-button-active-box-shadow: -10px -8px 30px 0 #293e68, 10px 8px 30px 0 rgb(0 0 0 / 20%);
|
|
80
|
+
}
|
|
81
|
+
:root.gov,
|
|
82
|
+
:root[theme-color='gov'] {
|
|
83
|
+
/* -------------------- common -------------------- */
|
|
84
|
+
/* -------------------- components -------------------- */
|
|
85
|
+
/* -------------------- procomponents -------------------- */
|
|
86
|
+
/* -------------------- view-login -------------------- */
|
|
87
|
+
--zartd-view-login-background-image: url('../images/login-bg-gov.png');
|
|
88
|
+
--zartd-view-login-banner-one-background-image: url('../images/login-banner-one-gov.png');
|
|
89
|
+
--zartd-view-login-banner-two-background-image: url('../images/login-banner-two-gov.png');
|
|
90
|
+
--zartd-view-login-banner-three-background-image: url('../images/login-banner-three-gov.png');
|
|
91
|
+
--zartd-view-login-content-background: linear-gradient(145deg, rgba(205, 31, 39, 0.85), rgba(205, 31, 39, 0.85), rgba(255, 67, 0, 0.85));
|
|
92
|
+
--zartd-view-login-carousel-dots-button-background: #e1e1e1;
|
|
93
|
+
--zartd-view-login-carousel-dots-button-active-background-image: linear-gradient(-44deg, #ff4300 0%, #cd1f27 100%, #cd1f27 100%);
|
|
94
|
+
}
|
|
95
|
+
:root {
|
|
96
|
+
--zartd-primary-color: #3388ff;
|
|
97
|
+
--zartd-primary-color-hover: #3388ff;
|
|
98
|
+
--zartd-primary-color-active: #2167d9;
|
|
99
|
+
--zartd-primary-color-outline: #d6edff;
|
|
100
|
+
--zartd-primary-1: #f0f9ff;
|
|
101
|
+
--zartd-primary-2: #d6edff;
|
|
102
|
+
--zartd-primary-3: #add8ff;
|
|
103
|
+
--zartd-primary-4: #85c0ff;
|
|
104
|
+
--zartd-primary-5: #5ca5ff;
|
|
105
|
+
--zartd-primary-6: #3388ff;
|
|
106
|
+
--zartd-primary-7: #2167d9;
|
|
107
|
+
--zartd-primary-8: #124ab3;
|
|
108
|
+
--zartd-primary-9: #07318c;
|
|
109
|
+
--zartd-primary-10: #042066;
|
|
110
|
+
--zartd-primary-fade-5: rgba(51, 136, 255, 0.05);
|
|
111
|
+
--zartd-primary-fade-10: rgba(51, 136, 255, 0.1);
|
|
112
|
+
--zartd-primary-fade-15: rgba(51, 136, 255, 0.15);
|
|
113
|
+
--zartd-primary-fade-20: rgba(51, 136, 255, 0.2);
|
|
114
|
+
--zartd-primary-fade-25: rgba(51, 136, 255, 0.25);
|
|
115
|
+
--zartd-primary-fade-30: rgba(51, 136, 255, 0.3);
|
|
116
|
+
--zartd-primary-fade-35: rgba(51, 136, 255, 0.35);
|
|
117
|
+
--zartd-primary-fade-40: rgba(51, 136, 255, 0.4);
|
|
118
|
+
--zartd-primary-fade-45: rgba(51, 136, 255, 0.45);
|
|
119
|
+
--zartd-primary-fade-50: rgba(51, 136, 255, 0.5);
|
|
120
|
+
--zartd-primary-fade-55: rgba(51, 136, 255, 0.55);
|
|
121
|
+
--zartd-primary-fade-60: rgba(51, 136, 255, 0.6);
|
|
122
|
+
--zartd-primary-fade-65: rgba(51, 136, 255, 0.65);
|
|
123
|
+
--zartd-primary-fade-70: rgba(51, 136, 255, 0.7);
|
|
124
|
+
--zartd-primary-fade-75: rgba(51, 136, 255, 0.75);
|
|
125
|
+
--zartd-primary-fade-80: rgba(51, 136, 255, 0.8);
|
|
126
|
+
--zartd-primary-fade-85: rgba(51, 136, 255, 0.85);
|
|
127
|
+
--zartd-primary-fade-90: rgba(51, 136, 255, 0.9);
|
|
128
|
+
--zartd-primary-fade-95: rgba(51, 136, 255, 0.95);
|
|
129
|
+
--zartd-primary-fade-100: #3388ff;
|
|
130
|
+
--zartd-primary-color-deprecated-pure: ;
|
|
131
|
+
--zartd-primary-color-deprecated-l-35: #e5f0ff;
|
|
132
|
+
--zartd-primary-color-deprecated-l-20: #99c3ff;
|
|
133
|
+
--zartd-primary-color-deprecated-t-20: #5ca0ff;
|
|
134
|
+
--zartd-primary-color-deprecated-t-50: #99c4ff;
|
|
135
|
+
--zartd-primary-color-deprecated-f-12: rgba(51, 136, 255, 0.12);
|
|
136
|
+
--zartd-primary-color-active-deprecated-f-30: rgba(240, 249, 255, 0.3);
|
|
137
|
+
--zartd-primary-color-active-deprecated-d-02: #e6f5ff;
|
|
138
|
+
--zartd-success-color: #11c79b;
|
|
139
|
+
--zartd-success-color-hover: #35d4a7;
|
|
140
|
+
--zartd-success-color-active: #06a17f;
|
|
141
|
+
--zartd-success-color-outline: rgba(17, 199, 155, 0.2);
|
|
142
|
+
--zartd-success-color-deprecated-bg: #e6fff4;
|
|
143
|
+
--zartd-success-color-deprecated-border: #87edc9;
|
|
144
|
+
--zartd-error-color: #ff4433;
|
|
145
|
+
--zartd-error-color-hover: #ff4433;
|
|
146
|
+
--zartd-error-color-active: #d92a21;
|
|
147
|
+
--zartd-error-color-outline: #ffdfd6;
|
|
148
|
+
--zartd-error-color-deprecated-bg: #fff4f0;
|
|
149
|
+
--zartd-error-color-deprecated-border: #ffbcad;
|
|
150
|
+
--zartd-error-1: #fff4f0;
|
|
151
|
+
--zartd-error-2: #ffdfd6;
|
|
152
|
+
--zartd-error-3: #ffbcad;
|
|
153
|
+
--zartd-error-4: #ff9785;
|
|
154
|
+
--zartd-error-5: #ff6f5c;
|
|
155
|
+
--zartd-error-6: #ff4433;
|
|
156
|
+
--zartd-error-7: #d92a21;
|
|
157
|
+
--zartd-error-8: #b31512;
|
|
158
|
+
--zartd-error-9: #8c0709;
|
|
159
|
+
--zartd-error-10: #660409;
|
|
160
|
+
--zartd-warning-color: #ff6600;
|
|
161
|
+
--zartd-warning-color-hover: #ff8629;
|
|
162
|
+
--zartd-warning-color-active: #d94f00;
|
|
163
|
+
--zartd-warning-color-outline: rgba(255, 102, 0, 0.2);
|
|
164
|
+
--zartd-warning-color-deprecated-bg: #fff4e6;
|
|
165
|
+
--zartd-warning-color-deprecated-border: #ffbd7a;
|
|
166
|
+
--zartd-info-color: #3388ff;
|
|
167
|
+
--zartd-info-color-deprecated-bg: #f0f9ff;
|
|
168
|
+
--zartd-info-color-deprecated-border: #add8ff;
|
|
169
|
+
--zartd-text-color-1: #ffffff;
|
|
170
|
+
--zartd-text-color-2: #f5f7fa;
|
|
171
|
+
--zartd-text-color-3: #e9ecf2;
|
|
172
|
+
--zartd-text-color-4: #dde1eb;
|
|
173
|
+
--zartd-text-color-5: #ced4e0;
|
|
174
|
+
--zartd-text-color-6: #c3cad9;
|
|
175
|
+
--zartd-text-color-7: #6b7a99;
|
|
176
|
+
--zartd-text-color-8: #223355;
|
|
177
|
+
--zartd-text-color-9: #081126;
|
|
178
|
+
--zartd-text-color-10: #000000;
|
|
179
|
+
}
|
|
180
|
+
:root.dark,
|
|
181
|
+
:root[theme-color=dark] {
|
|
182
|
+
--zartd-primary-color: #3388ff;
|
|
183
|
+
--zartd-primary-color-hover: #3388ff;
|
|
184
|
+
--zartd-primary-color-active: #2167d9;
|
|
185
|
+
--zartd-primary-color-outline: #d6edff;
|
|
186
|
+
--zartd-primary-1: #f0f9ff;
|
|
187
|
+
--zartd-primary-2: #d6edff;
|
|
188
|
+
--zartd-primary-3: #add8ff;
|
|
189
|
+
--zartd-primary-4: #85c0ff;
|
|
190
|
+
--zartd-primary-5: #5ca5ff;
|
|
191
|
+
--zartd-primary-6: #3388ff;
|
|
192
|
+
--zartd-primary-7: #2167d9;
|
|
193
|
+
--zartd-primary-8: #124ab3;
|
|
194
|
+
--zartd-primary-9: #07318c;
|
|
195
|
+
--zartd-primary-10: #042066;
|
|
196
|
+
--zartd-primary-fade-5: rgba(51, 136, 255, 0.05);
|
|
197
|
+
--zartd-primary-fade-10: rgba(51, 136, 255, 0.1);
|
|
198
|
+
--zartd-primary-fade-15: rgba(51, 136, 255, 0.15);
|
|
199
|
+
--zartd-primary-fade-20: rgba(51, 136, 255, 0.2);
|
|
200
|
+
--zartd-primary-fade-25: rgba(51, 136, 255, 0.25);
|
|
201
|
+
--zartd-primary-fade-30: rgba(51, 136, 255, 0.3);
|
|
202
|
+
--zartd-primary-fade-35: rgba(51, 136, 255, 0.35);
|
|
203
|
+
--zartd-primary-fade-40: rgba(51, 136, 255, 0.4);
|
|
204
|
+
--zartd-primary-fade-45: rgba(51, 136, 255, 0.45);
|
|
205
|
+
--zartd-primary-fade-50: rgba(51, 136, 255, 0.5);
|
|
206
|
+
--zartd-primary-fade-55: rgba(51, 136, 255, 0.55);
|
|
207
|
+
--zartd-primary-fade-60: rgba(51, 136, 255, 0.6);
|
|
208
|
+
--zartd-primary-fade-65: rgba(51, 136, 255, 0.65);
|
|
209
|
+
--zartd-primary-fade-70: rgba(51, 136, 255, 0.7);
|
|
210
|
+
--zartd-primary-fade-75: rgba(51, 136, 255, 0.75);
|
|
211
|
+
--zartd-primary-fade-80: rgba(51, 136, 255, 0.8);
|
|
212
|
+
--zartd-primary-fade-85: rgba(51, 136, 255, 0.85);
|
|
213
|
+
--zartd-primary-fade-90: rgba(51, 136, 255, 0.9);
|
|
214
|
+
--zartd-primary-fade-95: rgba(51, 136, 255, 0.95);
|
|
215
|
+
--zartd-primary-fade-100: #3388ff;
|
|
216
|
+
--zartd-primary-color-deprecated-pure: ;
|
|
217
|
+
--zartd-primary-color-deprecated-l-35: #e5f0ff;
|
|
218
|
+
--zartd-primary-color-deprecated-l-20: #99c3ff;
|
|
219
|
+
--zartd-primary-color-deprecated-t-20: #5ca0ff;
|
|
220
|
+
--zartd-primary-color-deprecated-t-50: #99c4ff;
|
|
221
|
+
--zartd-primary-color-deprecated-f-12: rgba(51, 136, 255, 0.12);
|
|
222
|
+
--zartd-primary-color-active-deprecated-f-30: rgba(240, 249, 255, 0.3);
|
|
223
|
+
--zartd-primary-color-active-deprecated-d-02: #e6f5ff;
|
|
224
|
+
--zartd-success-color: #11c79b;
|
|
225
|
+
--zartd-success-color-hover: #35d4a7;
|
|
226
|
+
--zartd-success-color-active: #06a17f;
|
|
227
|
+
--zartd-success-color-outline: rgba(17, 199, 155, 0.2);
|
|
228
|
+
--zartd-success-color-deprecated-bg: #e6fff4;
|
|
229
|
+
--zartd-success-color-deprecated-border: #87edc9;
|
|
230
|
+
--zartd-error-color: #ff4433;
|
|
231
|
+
--zartd-error-color-hover: #ff4433;
|
|
232
|
+
--zartd-error-color-active: #d92a21;
|
|
233
|
+
--zartd-error-color-outline: #ffdfd6;
|
|
234
|
+
--zartd-error-color-deprecated-bg: #fff4f0;
|
|
235
|
+
--zartd-error-color-deprecated-border: #ffbcad;
|
|
236
|
+
--zartd-error-1: #fff4f0;
|
|
237
|
+
--zartd-error-2: #ffdfd6;
|
|
238
|
+
--zartd-error-3: #ffbcad;
|
|
239
|
+
--zartd-error-4: #ff9785;
|
|
240
|
+
--zartd-error-5: #ff6f5c;
|
|
241
|
+
--zartd-error-6: #ff4433;
|
|
242
|
+
--zartd-error-7: #d92a21;
|
|
243
|
+
--zartd-error-8: #b31512;
|
|
244
|
+
--zartd-error-9: #8c0709;
|
|
245
|
+
--zartd-error-10: #660409;
|
|
246
|
+
--zartd-warning-color: #ff6600;
|
|
247
|
+
--zartd-warning-color-hover: #ff8629;
|
|
248
|
+
--zartd-warning-color-active: #d94f00;
|
|
249
|
+
--zartd-warning-color-outline: rgba(255, 102, 0, 0.2);
|
|
250
|
+
--zartd-warning-color-deprecated-bg: #fff4e6;
|
|
251
|
+
--zartd-warning-color-deprecated-border: #ffbd7a;
|
|
252
|
+
--zartd-info-color: #3388ff;
|
|
253
|
+
--zartd-info-color-deprecated-bg: #f0f9ff;
|
|
254
|
+
--zartd-info-color-deprecated-border: #add8ff;
|
|
255
|
+
--zartd-text-color-1: #ffffff;
|
|
256
|
+
--zartd-text-color-2: #f5f7fa;
|
|
257
|
+
--zartd-text-color-3: #e9ecf2;
|
|
258
|
+
--zartd-text-color-4: #dde1eb;
|
|
259
|
+
--zartd-text-color-5: #ced4e0;
|
|
260
|
+
--zartd-text-color-6: #c3cad9;
|
|
261
|
+
--zartd-text-color-7: #6b7a99;
|
|
262
|
+
--zartd-text-color-8: #223355;
|
|
263
|
+
--zartd-text-color-9: #081126;
|
|
264
|
+
--zartd-text-color-10: #000000;
|
|
265
|
+
}
|
|
266
|
+
:root.gov,
|
|
267
|
+
:root[theme-color=gov] {
|
|
268
|
+
--zartd-primary-color: #ff4300;
|
|
269
|
+
--zartd-primary-color-hover: #ff4300;
|
|
270
|
+
--zartd-primary-color-active: #d93300;
|
|
271
|
+
--zartd-primary-color-outline: #ffc8a3;
|
|
272
|
+
--zartd-primary-1: #fff1e6;
|
|
273
|
+
--zartd-primary-2: #ffc8a3;
|
|
274
|
+
--zartd-primary-3: #ffab7a;
|
|
275
|
+
--zartd-primary-4: #ff8b52;
|
|
276
|
+
--zartd-primary-5: #ff6929;
|
|
277
|
+
--zartd-primary-6: #ff4400;
|
|
278
|
+
--zartd-primary-7: #d93300;
|
|
279
|
+
--zartd-primary-8: #b32400;
|
|
280
|
+
--zartd-primary-9: #8c1700;
|
|
281
|
+
--zartd-primary-10: #660e00;
|
|
282
|
+
--zartd-primary-fade-5: rgba(255, 67, 0, 0.05);
|
|
283
|
+
--zartd-primary-fade-10: rgba(255, 67, 0, 0.1);
|
|
284
|
+
--zartd-primary-fade-15: rgba(255, 67, 0, 0.15);
|
|
285
|
+
--zartd-primary-fade-20: rgba(255, 67, 0, 0.2);
|
|
286
|
+
--zartd-primary-fade-25: rgba(255, 67, 0, 0.25);
|
|
287
|
+
--zartd-primary-fade-30: rgba(255, 67, 0, 0.3);
|
|
288
|
+
--zartd-primary-fade-35: rgba(255, 67, 0, 0.35);
|
|
289
|
+
--zartd-primary-fade-40: rgba(255, 67, 0, 0.4);
|
|
290
|
+
--zartd-primary-fade-45: rgba(255, 67, 0, 0.45);
|
|
291
|
+
--zartd-primary-fade-50: rgba(255, 67, 0, 0.5);
|
|
292
|
+
--zartd-primary-fade-55: rgba(255, 67, 0, 0.55);
|
|
293
|
+
--zartd-primary-fade-60: rgba(255, 67, 0, 0.6);
|
|
294
|
+
--zartd-primary-fade-65: rgba(255, 67, 0, 0.65);
|
|
295
|
+
--zartd-primary-fade-70: rgba(255, 67, 0, 0.7);
|
|
296
|
+
--zartd-primary-fade-75: rgba(255, 67, 0, 0.75);
|
|
297
|
+
--zartd-primary-fade-80: rgba(255, 67, 0, 0.8);
|
|
298
|
+
--zartd-primary-fade-85: rgba(255, 67, 0, 0.85);
|
|
299
|
+
--zartd-primary-fade-90: rgba(255, 67, 0, 0.9);
|
|
300
|
+
--zartd-primary-fade-95: rgba(255, 67, 0, 0.95);
|
|
301
|
+
--zartd-primary-fade-100: #ff4300;
|
|
302
|
+
--zartd-primary-color-deprecated-pure: ;
|
|
303
|
+
--zartd-primary-color-deprecated-l-35: #ffc7b3;
|
|
304
|
+
--zartd-primary-color-deprecated-l-20: #ff8e66;
|
|
305
|
+
--zartd-primary-color-deprecated-t-20: #ff6933;
|
|
306
|
+
--zartd-primary-color-deprecated-t-50: #ffa180;
|
|
307
|
+
--zartd-primary-color-deprecated-f-12: rgba(255, 67, 0, 0.12);
|
|
308
|
+
--zartd-primary-color-active-deprecated-f-30: rgba(255, 241, 230, 0.3);
|
|
309
|
+
--zartd-primary-color-active-deprecated-d-02: #ffebdc;
|
|
310
|
+
--zartd-success-color: #11c79b;
|
|
311
|
+
--zartd-success-color-hover: #35d4a7;
|
|
312
|
+
--zartd-success-color-active: #06a17f;
|
|
313
|
+
--zartd-success-color-outline: rgba(17, 199, 155, 0.2);
|
|
314
|
+
--zartd-success-color-deprecated-bg: #e6fff4;
|
|
315
|
+
--zartd-success-color-deprecated-border: #87edc9;
|
|
316
|
+
--zartd-error-color: #ff4433;
|
|
317
|
+
--zartd-error-color-hover: #ff4433;
|
|
318
|
+
--zartd-error-color-active: #d92a21;
|
|
319
|
+
--zartd-error-color-outline: #ffdfd6;
|
|
320
|
+
--zartd-error-color-deprecated-bg: #fff4f0;
|
|
321
|
+
--zartd-error-color-deprecated-border: #ffbcad;
|
|
322
|
+
--zartd-error-1: #fff4f0;
|
|
323
|
+
--zartd-error-2: #ffdfd6;
|
|
324
|
+
--zartd-error-3: #ffbcad;
|
|
325
|
+
--zartd-error-4: #ff9785;
|
|
326
|
+
--zartd-error-5: #ff6f5c;
|
|
327
|
+
--zartd-error-6: #ff4433;
|
|
328
|
+
--zartd-error-7: #d92a21;
|
|
329
|
+
--zartd-error-8: #b31512;
|
|
330
|
+
--zartd-error-9: #8c0709;
|
|
331
|
+
--zartd-error-10: #660409;
|
|
332
|
+
--zartd-warning-color: #ff6600;
|
|
333
|
+
--zartd-warning-color-hover: #ff8629;
|
|
334
|
+
--zartd-warning-color-active: #d94f00;
|
|
335
|
+
--zartd-warning-color-outline: rgba(255, 102, 0, 0.2);
|
|
336
|
+
--zartd-warning-color-deprecated-bg: #fff4e6;
|
|
337
|
+
--zartd-warning-color-deprecated-border: #ffbd7a;
|
|
338
|
+
--zartd-info-color: #ff4300;
|
|
339
|
+
--zartd-info-color-deprecated-bg: #fff1e6;
|
|
340
|
+
--zartd-info-color-deprecated-border: #ffab7a;
|
|
341
|
+
--zartd-text-color-1: #ffffff;
|
|
342
|
+
--zartd-text-color-2: #f5f7fa;
|
|
343
|
+
--zartd-text-color-3: #e9ecf2;
|
|
344
|
+
--zartd-text-color-4: #dde1eb;
|
|
345
|
+
--zartd-text-color-5: #ced4e0;
|
|
346
|
+
--zartd-text-color-6: #c3cad9;
|
|
347
|
+
--zartd-text-color-7: #6b7a99;
|
|
348
|
+
--zartd-text-color-8: #223355;
|
|
349
|
+
--zartd-text-color-9: #081126;
|
|
350
|
+
--zartd-text-color-10: #000000;
|
|
351
|
+
}
|
|
352
|
+
.zt-iframe {
|
|
353
|
+
display: flex;
|
|
354
|
+
align-items: center;
|
|
355
|
+
justify-content: center;
|
|
356
|
+
width: 100%;
|
|
357
|
+
height: 100%;
|
|
358
|
+
}
|
|
359
|
+
.zt-iframe > iframe {
|
|
360
|
+
width: 100%;
|
|
361
|
+
height: 100%;
|
|
362
|
+
overflow: 'visible';
|
|
363
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
src: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, {
|
|
7
|
+
href: import("vue").Ref<string | undefined>;
|
|
8
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
src: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
src: string;
|
|
15
|
+
}>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var antDesignVue = require('ant-design-vue');
|
|
6
|
+
var qs = require('qs');
|
|
7
|
+
var vue = require('vue');
|
|
8
|
+
var hooks = require('@ega/hooks');
|
|
9
|
+
var pluginVue_exportHelper = require('../_virtual/plugin-vue_export-helper.js');
|
|
10
|
+
|
|
11
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
12
|
+
|
|
13
|
+
var qs__default = /*#__PURE__*/_interopDefaultLegacy(qs);
|
|
14
|
+
|
|
15
|
+
var __defProp = Object.defineProperty;
|
|
16
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
17
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
18
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
19
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
20
|
+
var __spreadValues = (a, b) => {
|
|
21
|
+
for (var prop in b || (b = {}))
|
|
22
|
+
if (__hasOwnProp.call(b, prop))
|
|
23
|
+
__defNormalProp(a, prop, b[prop]);
|
|
24
|
+
if (__getOwnPropSymbols)
|
|
25
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
26
|
+
if (__propIsEnum.call(b, prop))
|
|
27
|
+
__defNormalProp(a, prop, b[prop]);
|
|
28
|
+
}
|
|
29
|
+
return a;
|
|
30
|
+
};
|
|
31
|
+
var __async = (__this, __arguments, generator) => {
|
|
32
|
+
return new Promise((resolve, reject) => {
|
|
33
|
+
var fulfilled = (value) => {
|
|
34
|
+
try {
|
|
35
|
+
step(generator.next(value));
|
|
36
|
+
} catch (e) {
|
|
37
|
+
reject(e);
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
var rejected = (value) => {
|
|
41
|
+
try {
|
|
42
|
+
step(generator.throw(value));
|
|
43
|
+
} catch (e) {
|
|
44
|
+
reject(e);
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
|
|
48
|
+
step((generator = generator.apply(__this, __arguments)).next());
|
|
49
|
+
});
|
|
50
|
+
};
|
|
51
|
+
const _sfc_main = vue.defineComponent({
|
|
52
|
+
name: "ZtIframeWithToken",
|
|
53
|
+
props: {
|
|
54
|
+
src: { type: String, default: "" }
|
|
55
|
+
},
|
|
56
|
+
setup(props) {
|
|
57
|
+
const { global } = hooks.useGlobal();
|
|
58
|
+
const href = vue.ref();
|
|
59
|
+
vue.watch(
|
|
60
|
+
() => props.src,
|
|
61
|
+
(val) => __async(this, null, function* () {
|
|
62
|
+
try {
|
|
63
|
+
if (!val) {
|
|
64
|
+
throw new Error(val);
|
|
65
|
+
}
|
|
66
|
+
const accessToken = yield global == null ? void 0 : global.$storage.get("auth-access-token");
|
|
67
|
+
const token = { cas_type: "v22", cas_token: accessToken };
|
|
68
|
+
const url = new URL(val, window.location.origin);
|
|
69
|
+
let { origin, pathname, hash, search } = url;
|
|
70
|
+
if (hash.includes("?")) {
|
|
71
|
+
const r = hash.split(/(#.*)(\?.*)/g);
|
|
72
|
+
for (const s of r) {
|
|
73
|
+
if (s.startsWith("#")) {
|
|
74
|
+
hash = s;
|
|
75
|
+
} else if (s.startsWith("?")) {
|
|
76
|
+
search = s;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
const query = qs__default["default"].parse(search, { ignoreQueryPrefix: true });
|
|
81
|
+
const searchWithToken = qs__default["default"].stringify(__spreadValues(__spreadValues({}, query), token), { addQueryPrefix: true });
|
|
82
|
+
const src = `${origin}${pathname}${hash}${searchWithToken}`;
|
|
83
|
+
console.log("\u8BBF\u95EE\u94FE\u63A5", { src });
|
|
84
|
+
href.value = src;
|
|
85
|
+
} catch (error) {
|
|
86
|
+
console.log(error);
|
|
87
|
+
antDesignVue.message.error(`\u94FE\u63A5${val ? ` ${val} ` : ""}\u9519\u8BEF\uFF0C\u8BF7\u914D\u7F6E\u5408\u6CD5\u7684 URL\uFF01`);
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
);
|
|
91
|
+
return {
|
|
92
|
+
href
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
97
|
+
const _component_zt_iframe = vue.resolveComponent("zt-iframe");
|
|
98
|
+
return vue.openBlock(), vue.createBlock(_component_zt_iframe, vue.mergeProps({ class: "zt-iframe-with-token" }, _ctx.$attrs, { src: _ctx.href }), null, 16, ["src"]);
|
|
99
|
+
}
|
|
100
|
+
var IframeWithToken = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/peritotchan/workspace/egova/ega-monorepo/packages/zartd/src/iframe-with-token/iframe-with-token.vue"]]);
|
|
101
|
+
|
|
102
|
+
exports["default"] = IframeWithToken;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const ZtIframeWithToken: import("@ega/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
src: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, {
|
|
7
|
+
href: import("vue").Ref<string | undefined>;
|
|
8
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
src: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
src: string;
|
|
15
|
+
}>>;
|
|
16
|
+
export default ZtIframeWithToken;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var utils = require('@ega/utils');
|
|
6
|
+
var iframeWithToken = require('./iframe-with-token.vue.js');
|
|
7
|
+
|
|
8
|
+
const ZtIframeWithToken = utils.withInstall(iframeWithToken["default"]);
|
|
9
|
+
|
|
10
|
+
exports.ZtIframeWithToken = ZtIframeWithToken;
|
|
11
|
+
exports["default"] = ZtIframeWithToken;
|
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { App } from 'vue';
|
|
2
|
+
import { ZtCollapseButton } from './collapse-button';
|
|
3
|
+
import { ZtEmpty } from './empty';
|
|
4
|
+
import { ZtIframe } from './iframe';
|
|
5
|
+
import { ZtIframeWithToken } from './iframe-with-token';
|
|
6
|
+
import { ZtLayoutHeaderMore } from './layout-header-more';
|
|
7
|
+
import { ZtLayoutNavs } from './layout-navs';
|
|
8
|
+
import { ZtModalTheme } from './modal-theme';
|
|
9
|
+
import { ZtPanalBg } from './panal-bg';
|
|
10
|
+
import { ZtPanalTable } from './panal-table';
|
|
11
|
+
import { ZtProfileAvatar } from './profile-avatar';
|
|
12
|
+
import { ZtSideMenu } from './side-menu';
|
|
13
|
+
import { ZtSpreadNavigation } from './spread-navigation';
|
|
14
|
+
import { ZtSubTitle } from './sub-title';
|
|
15
|
+
import { ZtTopMenu } from './top-menu';
|
|
16
|
+
import { ZtViewLogin } from './view-login';
|
|
17
|
+
import { ZtViewRecBox } from './view-rec-box';
|
|
18
|
+
export { ZtCollapseButton, ZtEmpty, ZtIframe, ZtIframeWithToken, ZtLayoutHeaderMore, ZtLayoutNavs, ZtModalTheme, ZtPanalBg, ZtPanalTable, ZtProfileAvatar, ZtSideMenu, ZtSpreadNavigation, ZtSubTitle, ZtTopMenu, ZtViewLogin, ZtViewRecBox, };
|
|
19
|
+
export type { ZtSpreadNav, ZtSpreadNavChild } from './spread-navigation';
|
|
20
|
+
export declare const install: (app: App) => App<any>;
|
|
21
|
+
declare const _default: {
|
|
22
|
+
install: (app: App<any>) => App<any>;
|
|
23
|
+
};
|
|
24
|
+
export default _default;
|
package/lib/index.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var index$1 = require('./collapse-button/index.js');
|
|
6
|
+
var index$2 = require('./empty/index.js');
|
|
7
|
+
var index$3 = require('./iframe/index.js');
|
|
8
|
+
var index$4 = require('./iframe-with-token/index.js');
|
|
9
|
+
var index$5 = require('./layout-header-more/index.js');
|
|
10
|
+
var index$6 = require('./layout-navs/index.js');
|
|
11
|
+
var index$7 = require('./modal-theme/index.js');
|
|
12
|
+
var index$8 = require('./panal-bg/index.js');
|
|
13
|
+
var index$9 = require('./panal-table/index.js');
|
|
14
|
+
var index$a = require('./profile-avatar/index.js');
|
|
15
|
+
var index$b = require('./side-menu/index.js');
|
|
16
|
+
var index$c = require('./spread-navigation/index.js');
|
|
17
|
+
var index$d = require('./sub-title/index.js');
|
|
18
|
+
var index$e = require('./top-menu/index.js');
|
|
19
|
+
var index$f = require('./view-login/index.js');
|
|
20
|
+
var index$g = require('./view-rec-box/index.js');
|
|
21
|
+
|
|
22
|
+
const components = [
|
|
23
|
+
index$1.ZtCollapseButton,
|
|
24
|
+
index$2.ZtEmpty,
|
|
25
|
+
index$3.ZtIframe,
|
|
26
|
+
index$4.ZtIframeWithToken,
|
|
27
|
+
index$5.ZtLayoutHeaderMore,
|
|
28
|
+
index$6.ZtLayoutNavs,
|
|
29
|
+
index$7.ZtModalTheme,
|
|
30
|
+
index$8.ZtPanalBg,
|
|
31
|
+
index$9.ZtPanalTable,
|
|
32
|
+
index$a.ZtProfileAvatar,
|
|
33
|
+
index$b.ZtSideMenu,
|
|
34
|
+
index$c.ZtSpreadNavigation,
|
|
35
|
+
index$d.ZtSubTitle,
|
|
36
|
+
index$e.ZtTopMenu,
|
|
37
|
+
index$f.ZtViewLogin,
|
|
38
|
+
index$g.ZtViewRecBox
|
|
39
|
+
];
|
|
40
|
+
const install = (app) => {
|
|
41
|
+
for (const component of components) {
|
|
42
|
+
if (component.install) {
|
|
43
|
+
app.use(component);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
return app;
|
|
47
|
+
};
|
|
48
|
+
var index = { install };
|
|
49
|
+
|
|
50
|
+
exports.ZtCollapseButton = index$1.ZtCollapseButton;
|
|
51
|
+
exports.ZtEmpty = index$2.ZtEmpty;
|
|
52
|
+
exports.ZtIframe = index$3.ZtIframe;
|
|
53
|
+
exports.ZtIframeWithToken = index$4.ZtIframeWithToken;
|
|
54
|
+
exports.ZtLayoutHeaderMore = index$5.ZtLayoutHeaderMore;
|
|
55
|
+
exports.ZtLayoutNavs = index$6.ZtLayoutNavs;
|
|
56
|
+
exports.ZtModalTheme = index$7.ZtModalTheme;
|
|
57
|
+
exports.ZtPanalBg = index$8.ZtPanalBg;
|
|
58
|
+
exports.ZtPanalTable = index$9.ZtPanalTable;
|
|
59
|
+
exports.ZtProfileAvatar = index$a.ZtProfileAvatar;
|
|
60
|
+
exports.ZtSideMenu = index$b.ZtSideMenu;
|
|
61
|
+
exports.ZtSpreadNavigation = index$c.ZtSpreadNavigation;
|
|
62
|
+
exports.ZtSubTitle = index$d.ZtSubTitle;
|
|
63
|
+
exports.ZtTopMenu = index$e.ZtTopMenu;
|
|
64
|
+
exports.ZtViewLogin = index$f.ZtViewLogin;
|
|
65
|
+
exports.ZtViewRecBox = index$g.ZtViewRecBox;
|
|
66
|
+
exports["default"] = index;
|
|
67
|
+
exports.install = install;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const ZtLayoutHeaderMore: import("@ega/utils").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
2
|
+
themeVisible: import("vue").Ref<boolean>;
|
|
3
|
+
handleSkinClick: () => void;
|
|
4
|
+
handleLogoutClick: () => void;
|
|
5
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
6
|
+
export default ZtLayoutHeaderMore;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var utils = require('@ega/utils');
|
|
6
|
+
var layoutHeaderMore = require('./layout-header-more.vue.js');
|
|
7
|
+
|
|
8
|
+
const ZtLayoutHeaderMore = utils.withInstall(layoutHeaderMore["default"]);
|
|
9
|
+
|
|
10
|
+
exports.ZtLayoutHeaderMore = ZtLayoutHeaderMore;
|
|
11
|
+
exports["default"] = ZtLayoutHeaderMore;
|