@me-framework/me-ui-antdv-next 0.0.39 → 0.0.42

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.
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { MeTreeMenuData, MeTreeMenuTitleType, MeInputIconSelectorSource } from './types';
3
- declare var __VLS_9: {}, __VLS_134: {}, __VLS_170: {}, __VLS_218: {};
3
+ declare var __VLS_9: {}, __VLS_134: {}, __VLS_170: {}, __VLS_396: {};
4
4
  type __VLS_Slots = {} & {
5
5
  'header-submit'?: (props: typeof __VLS_9) => any;
6
6
  } & {
@@ -8,7 +8,7 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  'edit-cover'?: (props: typeof __VLS_170) => any;
10
10
  } & {
11
- default?: (props: typeof __VLS_218) => any;
11
+ default?: (props: typeof __VLS_396) => any;
12
12
  };
13
13
  declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14
14
  /** 树节点数据列表(用于上级选择) */
@@ -1 +1 @@
1
- .me-tree-menu-node[data-v-17881bc7]{flex:1;align-items:center;display:flex;overflow:hidden}.me-tree-menu-node__label[data-v-17881bc7]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.me-tree-menu-node__tag[data-v-17881bc7]{flex-shrink:0;margin-left:10px}.me-tree-menu-actions[data-v-d5a9d230]{cursor:pointer}.me-tree-menu-actions__trigger[data-v-d5a9d230]{color:var(--ant-color-text-secondary)}.me-tree-menu-actions__menu[data-v-d5a9d230]{min-width:150px;padding:4px 0}.me-tree-menu-actions__group[data-v-d5a9d230]{justify-content:center;padding:0 12px;display:flex}.me-tree-menu-actions__btn-row[data-v-d5a9d230]{gap:4px;display:flex}.me-tree-menu-actions__item[data-v-d5a9d230]{cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;margin:0 4px;padding:6px 12px;transition:background-color .2s;display:flex}.me-tree-menu-actions__item[data-v-d5a9d230]:hover{background-color:var(--ant-color-fill-secondary)}.me-tree-menu-actions__item .is-active[data-v-d5a9d230]{color:var(--ant-color-primary);font-weight:600}.me-tree-menu-card[data-v-ea7cffb8]{flex-direction:column;height:100%;display:flex}.me-tree-menu-card__title[data-v-ea7cffb8]{align-items:center;font-size:16px;display:flex}.me-tree-menu-card__header-right[data-v-ea7cffb8]{align-items:center;display:flex}.me-tree-menu-card[data-v-ea7cffb8] .ant-card-body{flex:1;padding:0;overflow:hidden auto}.me-tree-menu-card[data-v-ea7cffb8] .ant-card-head{min-height:44px;padding:0 15px}.me-tree-menu-card[data-v-ea7cffb8] .ant-card-head-title{padding:10px 0}.me-tree-menu-edit[data-v-3d2fbfce]{height:100%}.me-tree-menu-edit__scroll[data-v-3d2fbfce]{height:100%;overflow-y:auto}.me-tree-menu-edit__body[data-v-3d2fbfce]{padding:20px}.me-tree-menu-edit__id[data-v-3d2fbfce],.me-tree-menu-edit__placeholder[data-v-3d2fbfce]{color:var(--ant-color-text-tertiary);font-size:13px}.me-tree-menu{box-sizing:border-box;height:100%;padding:15px;overflow:hidden}.me-tree-menu__splitter{height:100%}.me-tree-menu__left-panel{overflow:hidden}.me-tree-menu__left{flex-direction:column;height:100%;padding-right:10px;display:flex;overflow:hidden}.me-tree-menu__left-header{margin-bottom:5px;display:flex}.me-tree-menu__toolbar{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.me-tree-menu__tree-wrap{border:1px solid var(--ant-color-border);background:var(--ant-color-bg-container);border-radius:6px;flex-direction:column;flex:1;display:flex;overflow:hidden}.me-tree-menu__search{flex-shrink:0;width:calc(100% - 16px);margin:8px}.me-tree-menu__tree-scroll{flex:1;padding:4px 8px 8px;overflow:auto}.me-tree-menu__tree-scroll::-webkit-scrollbar{width:6px;height:6px}.me-tree-menu__tree-scroll::-webkit-scrollbar-thumb{background:var(--ant-color-border);border-radius:3px}.me-tree-menu__tree-scroll::-webkit-scrollbar-thumb:hover{background:var(--ant-color-text-tertiary)}.me-tree-menu__right{flex-direction:column;min-width:0;height:100%;padding-left:10px;display:flex}.me-tree-menu__custom-node{flex:1;justify-content:space-between;align-items:center;width:100%;font-size:14px;display:flex;overflow:hidden}.me-tree-menu__node-label{flex:1;min-width:0;overflow:hidden}.me-tree-menu__node-more{flex-shrink:0;align-items:center;margin-left:4px;display:flex}.me-tree-menu__node-more .icon-more{opacity:0;width:28px;height:28px;color:var(--ant-color-text-secondary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.me-tree-menu__node-more .icon-more:hover{opacity:1;background-color:var(--ant-color-fill-secondary);color:var(--ant-color-text)}.me-tree-menu .ant-tree-node-content-wrapper:hover .me-tree-menu__node-more .icon-more{opacity:.6}.me-tree-menu .ant-tree-node-selected .me-tree-menu__node-more .icon-more{opacity:.7}.me-tree-menu .ant-tree-node-selected .me-tree-menu__node-more .icon-more:hover{opacity:1;background-color:#0000000f}.me-tree-menu .ant-tree{background:0 0}.me-tree-menu .ant-tree .ant-tree-node-content-wrapper{border-radius:4px;transition:background-color .15s}.me-tree-menu .ant-tree .ant-tree-title{flex:1;min-width:0}
1
+ .me-tree-menu-node[data-v-17881bc7]{flex:1;align-items:center;display:flex;overflow:hidden}.me-tree-menu-node__label[data-v-17881bc7]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.me-tree-menu-node__tag[data-v-17881bc7]{flex-shrink:0;margin-left:10px}.me-tree-menu-actions[data-v-d5a9d230]{cursor:pointer}.me-tree-menu-actions__trigger[data-v-d5a9d230]{color:var(--ant-color-text-secondary)}.me-tree-menu-actions__menu[data-v-d5a9d230]{min-width:150px;padding:4px 0}.me-tree-menu-actions__group[data-v-d5a9d230]{justify-content:center;padding:0 12px;display:flex}.me-tree-menu-actions__btn-row[data-v-d5a9d230]{gap:4px;display:flex}.me-tree-menu-actions__item[data-v-d5a9d230]{cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;margin:0 4px;padding:6px 12px;transition:background-color .2s;display:flex}.me-tree-menu-actions__item[data-v-d5a9d230]:hover{background-color:var(--ant-color-fill-secondary)}.me-tree-menu-actions__item .is-active[data-v-d5a9d230]{color:var(--ant-color-primary);font-weight:600}.me-tree-menu-card[data-v-ea7cffb8]{flex-direction:column;height:100%;display:flex}.me-tree-menu-card__title[data-v-ea7cffb8]{align-items:center;font-size:16px;display:flex}.me-tree-menu-card__header-right[data-v-ea7cffb8]{align-items:center;display:flex}.me-tree-menu-card[data-v-ea7cffb8] .ant-card-body{flex:1;padding:0;overflow:hidden auto}.me-tree-menu-card[data-v-ea7cffb8] .ant-card-head{min-height:44px;padding:0 15px}.me-tree-menu-card[data-v-ea7cffb8] .ant-card-head-title{padding:10px 0}.me-tree-menu-edit[data-v-f142cf99]{height:100%}.me-tree-menu-edit__scroll[data-v-f142cf99]{height:100%;overflow-y:auto}.me-tree-menu-edit__body[data-v-f142cf99]{padding:20px}.me-tree-menu-edit__id[data-v-f142cf99],.me-tree-menu-edit__placeholder[data-v-f142cf99]{color:var(--ant-color-text-tertiary);font-size:13px}.me-tree-menu-edit__hint[data-v-f142cf99]{color:var(--ant-color-text-tertiary);margin-top:4px;font-size:13px;line-height:1.6}.me-tree-menu{box-sizing:border-box;height:100%;padding:15px;overflow:hidden}.me-tree-menu__splitter{height:100%}.me-tree-menu__left-panel{overflow:hidden}.me-tree-menu__left{flex-direction:column;height:100%;padding-right:10px;display:flex;overflow:hidden}.me-tree-menu__left-header{margin-bottom:5px;display:flex}.me-tree-menu__toolbar{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.me-tree-menu__tree-wrap{border:1px solid var(--ant-color-border);background:var(--ant-color-bg-container);border-radius:6px;flex-direction:column;flex:1;display:flex;overflow:hidden}.me-tree-menu__search{flex-shrink:0;width:calc(100% - 16px);margin:8px}.me-tree-menu__tree-scroll{flex:1;padding:4px 8px 8px;overflow:auto}.me-tree-menu__tree-scroll::-webkit-scrollbar{width:6px;height:6px}.me-tree-menu__tree-scroll::-webkit-scrollbar-thumb{background:var(--ant-color-border);border-radius:3px}.me-tree-menu__tree-scroll::-webkit-scrollbar-thumb:hover{background:var(--ant-color-text-tertiary)}.me-tree-menu__right{flex-direction:column;min-width:0;height:100%;padding-left:10px;display:flex}.me-tree-menu__switcher{transition:transform .2s}.me-tree-menu__switcher.is-expanded{transform:rotate(90deg)}.me-tree-menu__custom-node{flex:1;justify-content:space-between;align-items:center;width:100%;font-size:14px;display:flex;overflow:hidden}.me-tree-menu__node-label{flex:1;min-width:0;overflow:hidden}.me-tree-menu__node-more{flex-shrink:0;align-items:center;margin-left:4px;display:flex}.me-tree-menu__node-more .icon-more{opacity:0;width:28px;height:28px;color:var(--ant-color-text-secondary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.me-tree-menu__node-more .icon-more:hover{opacity:1;background-color:var(--ant-color-fill-secondary);color:var(--ant-color-text)}.me-tree-menu .ant-tree-node-content-wrapper:hover .me-tree-menu__node-more .icon-more{opacity:.6}.me-tree-menu .ant-tree-node-selected .me-tree-menu__node-more .icon-more{opacity:.7}.me-tree-menu .ant-tree-node-selected .me-tree-menu__node-more .icon-more:hover{opacity:1;background-color:#0000000f}.me-tree-menu .ant-tree{background:0 0}.me-tree-menu .ant-tree .ant-tree-node-content-wrapper{border-radius:4px;transition:background-color .15s}.me-tree-menu .ant-tree .ant-tree-title{flex:1;min-width:0}