cnhis-design-vue 3.3.3-beta.21 → 3.3.3-beta.22
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/es/components/field-set/src/FieldColor.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
- package/es/components/field-set/src/components/table-row.vue.d.ts +4 -4
- package/es/components/select-person/src/SelectPerson.vue2.js +2 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
@@ -534,12 +534,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
534
534
|
}>;
|
535
535
|
developMode: boolean;
|
536
536
|
draggable: boolean;
|
537
|
-
isHighlightRow: boolean;
|
538
|
-
idx: number;
|
539
|
-
isHighlight: boolean;
|
540
|
-
isFieldSet: boolean;
|
541
537
|
fieldDescribeMode: "column" | "tooltip";
|
538
|
+
isFieldSet: boolean;
|
542
539
|
hideExpressionOption: AnyObject[];
|
540
|
+
idx: number;
|
541
|
+
isHighlight: boolean;
|
542
|
+
isHighlightRow: boolean;
|
543
543
|
}>;
|
544
544
|
EditDialog: import("vue").DefineComponent<{
|
545
545
|
visible: {
|
@@ -563,12 +563,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
563
563
|
}>;
|
564
564
|
developMode: boolean;
|
565
565
|
draggable: boolean;
|
566
|
-
isHighlightRow: boolean;
|
567
|
-
idx: number;
|
568
|
-
isHighlight: boolean;
|
569
|
-
isFieldSet: boolean;
|
570
566
|
fieldDescribeMode: "column" | "tooltip";
|
567
|
+
isFieldSet: boolean;
|
571
568
|
hideExpressionOption: AnyObject[];
|
569
|
+
idx: number;
|
570
|
+
isHighlight: boolean;
|
571
|
+
isHighlightRow: boolean;
|
572
572
|
}>;
|
573
573
|
setStyle: typeof setStyle;
|
574
574
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "save" | "reset")[], "close" | "save" | "reset", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -754,12 +754,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
754
754
|
}>;
|
755
755
|
developMode: boolean;
|
756
756
|
draggable: boolean;
|
757
|
-
isHighlightRow: boolean;
|
758
|
-
idx: number;
|
759
|
-
isHighlight: boolean;
|
760
|
-
isFieldSet: boolean;
|
761
757
|
fieldDescribeMode: "column" | "tooltip";
|
758
|
+
isFieldSet: boolean;
|
762
759
|
hideExpressionOption: AnyObject[];
|
760
|
+
idx: number;
|
761
|
+
isHighlight: boolean;
|
762
|
+
isHighlightRow: boolean;
|
763
763
|
}>;
|
764
764
|
isArray: {
|
765
765
|
(value?: any): value is any[];
|
@@ -898,9 +898,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
898
898
|
showSeq: boolean;
|
899
899
|
developMode: boolean;
|
900
900
|
footerFlag: boolean;
|
901
|
-
fieldDescribeMode: "column" | "tooltip";
|
902
901
|
customColumns: FieldSetColumnItem[];
|
903
902
|
showSortPriority: boolean;
|
904
903
|
showHeadFilter: boolean;
|
904
|
+
fieldDescribeMode: "column" | "tooltip";
|
905
905
|
}>;
|
906
906
|
export default _default;
|
@@ -383,11 +383,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
383
383
|
}>;
|
384
384
|
developMode: boolean;
|
385
385
|
draggable: boolean;
|
386
|
-
isHighlightRow: boolean;
|
387
|
-
idx: number;
|
388
|
-
isHighlight: boolean;
|
389
|
-
isFieldSet: boolean;
|
390
386
|
fieldDescribeMode: "column" | "tooltip";
|
387
|
+
isFieldSet: boolean;
|
391
388
|
hideExpressionOption: AnyObject[];
|
389
|
+
idx: number;
|
390
|
+
isHighlight: boolean;
|
391
|
+
isHighlightRow: boolean;
|
392
392
|
}>;
|
393
393
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent, inject, ref, shallowRef, computed, watch, openBlock, createBlock, unref, withCtx, createVNode, createElementVNode, normalizeStyle, createCommentVNode, renderSlot, withKeys, createTextVNode, toDisplayString, withDirectives, vShow, createElementBlock, mergeProps, Fragment, renderList, normalizeProps, guardReactiveProps } from 'vue';
|
2
2
|
import { useMessage, NGrid, NGi, NInputGroup, NInput, NButton, NCheckbox, NTree, NSpace, NPopover } from 'naive-ui';
|
3
|
-
import { getAllChildren, searchBasisTree } from './utils/index.js';
|
3
|
+
import { getAllChildren, searchBasisTree, getExpandedKeys } from './utils/index.js';
|
4
4
|
import { union, remove } from 'lodash-es';
|
5
5
|
import SearchGroupList from './components/SearchGroupList.vue.js';
|
6
6
|
import TagItem from './components/TagItem.vue.js';
|
@@ -379,6 +379,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
379
379
|
const filterKey2 = (_d = (_c = props == null ? void 0 : props.wordbook) == null ? void 0 : _c.filter_key) != null ? _d : "keyword";
|
380
380
|
const data = searchBasisTree(treeData.value, kw, filterKey2);
|
381
381
|
searchTreeData.value = data;
|
382
|
+
expandedKeys.value = searchTreeData.value.length ? getExpandedKeys(searchTreeData.value) : [];
|
382
383
|
return;
|
383
384
|
}
|
384
385
|
const flatResult = flatFilter(treeData.value);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cnhis-design-vue",
|
3
|
-
"version": "3.3.3-beta.
|
3
|
+
"version": "3.3.3-beta.22",
|
4
4
|
"license": "ISC",
|
5
5
|
"module": "./es/components/index.js",
|
6
6
|
"main": "./es/components/index.js",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
"iOS 7",
|
74
74
|
"last 3 iOS versions"
|
75
75
|
],
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "bcb99abde9f0704e4e535eee1bbc4ccce1e46953"
|
77
77
|
}
|