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,525 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'zt-iconfont'; /* Project id 3622406 */
|
|
3
|
+
src: url('iconfont.woff2?t=1662432181001') format('woff2'), url('iconfont.woff?t=1662432181001') format('woff'),
|
|
4
|
+
url('iconfont.ttf?t=1662432181001') format('truetype');
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.zt-iconfont {
|
|
8
|
+
font-family: 'zt-iconfont' !important;
|
|
9
|
+
font-size: 16px;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
-webkit-font-smoothing: antialiased;
|
|
12
|
+
-moz-osx-font-smoothing: grayscale;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.zt-icon-fold:before {
|
|
16
|
+
content: '\e685';
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.zt-icon-setting-back:before {
|
|
20
|
+
content: '\e686';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.zt-icon-info:before {
|
|
24
|
+
content: '\e687';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.zt-icon-filter:before {
|
|
28
|
+
content: '\e688';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.zt-icon-document-setting:before {
|
|
32
|
+
content: '\e689';
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.zt-icon-arrow-down:before {
|
|
36
|
+
content: '\e68a';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.zt-icon-relation:before {
|
|
40
|
+
content: '\e68b';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.zt-icon-import:before {
|
|
44
|
+
content: '\e68c';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.zt-icon-document-history:before {
|
|
48
|
+
content: '\e68d';
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.zt-icon-user:before {
|
|
52
|
+
content: '\e68e';
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.zt-icon-text-extend:before {
|
|
56
|
+
content: '\e68f';
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.zt-icon-document-magnifier:before {
|
|
60
|
+
content: '\e690';
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.zt-icon-copy:before {
|
|
64
|
+
content: '\e691';
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.zt-icon-double-arrow-left:before {
|
|
68
|
+
content: '\e692';
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.zt-icon-number:before {
|
|
72
|
+
content: '\e693';
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.zt-icon-edit:before {
|
|
76
|
+
content: '\e694';
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.zt-icon-send:before {
|
|
80
|
+
content: '\e695';
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.zt-icon-bell-back:before {
|
|
84
|
+
content: '\e6b3';
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.zt-icon-bell-setting:before {
|
|
88
|
+
content: '\e6b4';
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.zt-icon-bell-magnifier:before {
|
|
92
|
+
content: '\e6b5';
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.zt-icon-bell-edit:before {
|
|
96
|
+
content: '\e6b6';
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.zt-icon-bell:before {
|
|
100
|
+
content: '\e6b7';
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.zt-icon-box1:before {
|
|
104
|
+
content: '\e6b9';
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.zt-icon-bell-report:before {
|
|
108
|
+
content: '\e6ba';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.zt-icon-broke:before {
|
|
112
|
+
content: '\e6be';
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.zt-icon-distribute-history:before {
|
|
116
|
+
content: '\e6cb';
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.zt-icon-document-deactivate:before {
|
|
120
|
+
content: '\e6ce';
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.zt-icon-distribution:before {
|
|
124
|
+
content: '\e6cf';
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.zt-icon-document-edit:before {
|
|
128
|
+
content: '\e6d1';
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.zt-icon-document:before {
|
|
132
|
+
content: '\e6d2';
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.zt-icon-document-back:before {
|
|
136
|
+
content: '\e6d3';
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.zt-icon-distribute:before {
|
|
140
|
+
content: '\e6df';
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.zt-icon-hammer:before {
|
|
144
|
+
content: '\e6eb';
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.zt-icon-fire:before {
|
|
148
|
+
content: '\e6ec';
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.zt-icon-heart:before {
|
|
152
|
+
content: '\e6ed';
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.zt-icon-launch:before {
|
|
156
|
+
content: '\e6f0';
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.zt-icon-independent-window:before {
|
|
160
|
+
content: '\e6f5';
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.zt-icon-relation-setting:before {
|
|
164
|
+
content: '\e705';
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.zt-icon-perception:before {
|
|
168
|
+
content: '\e707';
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.zt-icon-tag-delete:before {
|
|
172
|
+
content: '\e70a';
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.zt-icon-tag-magnifier:before {
|
|
176
|
+
content: '\e70b';
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.zt-icon-tag-approval:before {
|
|
180
|
+
content: '\e70f';
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.zt-icon-tag-down:before {
|
|
184
|
+
content: '\e712';
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.zt-icon-transmit:before {
|
|
188
|
+
content: '\e714';
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.zt-icon-tag:before {
|
|
192
|
+
content: '\e71c';
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.zt-icon-right:before {
|
|
196
|
+
content: '\e71f';
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.zt-icon-tag-setting:before {
|
|
200
|
+
content: '\e723';
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.zt-icon-tag-plus:before {
|
|
204
|
+
content: '\e728';
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.zt-icon-area:before {
|
|
208
|
+
content: '\e64a';
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.zt-icon-position:before {
|
|
212
|
+
content: '\e64b';
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.zt-icon-folder:before {
|
|
216
|
+
content: '\e64c';
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.zt-icon-box:before {
|
|
220
|
+
content: '\e64d';
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.zt-icon-slot:before {
|
|
224
|
+
content: '\e64e';
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.zt-icon-grid:before {
|
|
228
|
+
content: '\e64f';
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.zt-icon-indicate:before {
|
|
232
|
+
content: '\e650';
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.zt-icon-flex2:before {
|
|
236
|
+
content: '\e651';
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.zt-icon-sampling:before {
|
|
240
|
+
content: '\e653';
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.zt-icon-tab:before {
|
|
244
|
+
content: '\e654';
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.zt-icon-circle-min:before {
|
|
248
|
+
content: '\e655';
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.zt-icon-close:before {
|
|
252
|
+
content: '\e656';
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.zt-icon-circle-plus:before {
|
|
256
|
+
content: '\e657';
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.zt-icon-cancellation:before {
|
|
260
|
+
content: '\e658';
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.zt-icon-reduce:before {
|
|
264
|
+
content: '\e659';
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.zt-icon-search:before {
|
|
268
|
+
content: '\e65a';
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.zt-icon-home:before {
|
|
272
|
+
content: '\e65b';
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.zt-icon-implant:before {
|
|
276
|
+
content: '\e65c';
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.zt-icon-document-plus:before {
|
|
280
|
+
content: '\e65d';
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.zt-icon-step:before {
|
|
284
|
+
content: '\e65e';
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.zt-icon-eye:before {
|
|
288
|
+
content: '\e65f';
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.zt-icon-deactivate:before {
|
|
292
|
+
content: '\e660';
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.zt-icon-plus:before {
|
|
296
|
+
content: '\e661';
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.zt-icon-calendar:before {
|
|
300
|
+
content: '\e662';
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.zt-icon-classify:before {
|
|
304
|
+
content: '\e663';
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.zt-icon-delete:before {
|
|
308
|
+
content: '\e664';
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.zt-icon-calculator:before {
|
|
312
|
+
content: '\e665';
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.zt-icon-upload:before {
|
|
316
|
+
content: '\e666';
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.zt-icon-time:before {
|
|
320
|
+
content: '\e667';
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.zt-icon-back:before {
|
|
324
|
+
content: '\e668';
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.zt-icon-fullscreen:before {
|
|
328
|
+
content: '\e669';
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.zt-icon-arrow-left:before {
|
|
332
|
+
content: '\e66a';
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.zt-icon-refresh:before {
|
|
336
|
+
content: '\e66b';
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.zt-icon-eye-invisible:before {
|
|
340
|
+
content: '\e66c';
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.zt-icon-arrow-right:before {
|
|
344
|
+
content: '\e66d';
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.zt-icon-arrow-up:before {
|
|
348
|
+
content: '\e66e';
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.zt-icon-fold-panel:before {
|
|
352
|
+
content: '\e66f';
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.zt-icon-dot-more:before {
|
|
356
|
+
content: '\e670';
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.zt-icon-menu:before {
|
|
360
|
+
content: '\e671';
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.zt-icon-download:before {
|
|
364
|
+
content: '\e672';
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.zt-icon-double-arrow-right:before {
|
|
368
|
+
content: '\e673';
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.zt-icon-data:before {
|
|
372
|
+
content: '\e674';
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.zt-icon-dot:before {
|
|
376
|
+
content: '\e675';
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.zt-icon-feedback:before {
|
|
380
|
+
content: '\e676';
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.zt-icon-document-down:before {
|
|
384
|
+
content: '\e677';
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.zt-icon-flag:before {
|
|
388
|
+
content: '\e678';
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.zt-icon-task:before {
|
|
392
|
+
content: '\e679';
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.zt-icon-setting:before {
|
|
396
|
+
content: '\e67a';
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.zt-icon-export:before {
|
|
400
|
+
content: '\e67b';
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.zt-icon-version:before {
|
|
404
|
+
content: '\e67c';
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.zt-icon-question:before {
|
|
408
|
+
content: '\e67d';
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.zt-icon-loading:before {
|
|
412
|
+
content: '\e67e';
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.zt-icon-save:before {
|
|
416
|
+
content: '\e67f';
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.zt-icon-enable:before {
|
|
420
|
+
content: '\e680';
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.zt-icon-location:before {
|
|
424
|
+
content: '\e681';
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.zt-icon-open:before {
|
|
428
|
+
content: '\e682';
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.zt-icon-explain:before {
|
|
432
|
+
content: '\e683';
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.zt-icon-file:before {
|
|
436
|
+
content: '\e684';
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.zt-icon-arrow-circle-left:before {
|
|
440
|
+
content: '\e6aa';
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.zt-icon-approval:before {
|
|
444
|
+
content: '\e6ac';
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.zt-icon-arrow-circle-right:before {
|
|
448
|
+
content: '\e6ad';
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.zt-icon-bring-backward:before {
|
|
452
|
+
content: '\e6b8';
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.zt-icon-bring-bottom:before {
|
|
456
|
+
content: '\e6bc';
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.zt-icon-bring-forward:before {
|
|
460
|
+
content: '\e6bf';
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.zt-icon-bring-top:before {
|
|
464
|
+
content: '\e6c1';
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.zt-icon-car:before {
|
|
468
|
+
content: '\e6c5';
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.zt-icon-cellphone:before {
|
|
472
|
+
content: '\e6c8';
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.zt-icon-flex:before {
|
|
476
|
+
content: '\e6e8';
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.zt-icon-hide-launch:before {
|
|
480
|
+
content: '\e6ea';
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.zt-icon-institution:before {
|
|
484
|
+
content: '\e6f3';
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.zt-icon-lock:before {
|
|
488
|
+
content: '\e6f4';
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.zt-icon-monitor:before {
|
|
492
|
+
content: '\e6fe';
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.zt-icon-keyboard:before {
|
|
496
|
+
content: '\e708';
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.zt-icon-process:before {
|
|
500
|
+
content: '\e70d';
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.zt-icon-shield-star:before {
|
|
504
|
+
content: '\e70e';
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.zt-icon-setting2:before {
|
|
508
|
+
content: '\e716';
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.zt-icon-move:before {
|
|
512
|
+
content: '\e719';
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.zt-icon-update:before {
|
|
516
|
+
content: '\e71b';
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.zt-icon-unlock:before {
|
|
520
|
+
content: '\e724';
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.zt-icon-shield-magnifier:before {
|
|
524
|
+
content: '\e727';
|
|
525
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--zartd-font-family: -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue', 'Segoe UI', 'Roboto', 'Tahoma', 'Arial', 'PingFang SC', 'Hiragino Sans GB',
|
|
3
|
+
'Microsoft YaHei', 'Noto Sans', 'WenQuanYi Micro Hei', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
4
|
+
--zartd-font-family-code: 'Consolas', 'Monaco', 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
5
|
+
--zartd-font-family-number: 'DIN';
|
|
6
|
+
|
|
7
|
+
::-webkit-scrollbar {
|
|
8
|
+
width: 6px;
|
|
9
|
+
height: 6px;
|
|
10
|
+
background-color: transparent;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
::-webkit-scrollbar-track {
|
|
14
|
+
background-color: transparent;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
::-webkit-scrollbar-thumb {
|
|
18
|
+
background-color: var(--zartd-shadow-color);
|
|
19
|
+
border-radius: 3px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
body {
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
25
|
+
-moz-osx-font-smoothing: grayscale;
|
|
26
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|