@indfnd/common 1.1.36 → 1.1.38
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/CHANGELOG.md +9 -0
- package/dist/ind-common.es.js +3 -3
- package/dist/ind-common.umd.cjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.1.38](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.37...v1.1.38) (2025-12-25)
|
|
6
|
+
|
|
7
|
+
### [1.1.37](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.36...v1.1.37) (2025-12-25)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* treeselect改为IndModal ([0bf88e8](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/0bf88e8bbb6f49093d058ec06015a603316e540a))
|
|
13
|
+
|
|
5
14
|
### [1.1.36](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.35...v1.1.36) (2025-12-25)
|
|
6
15
|
|
|
7
16
|
|
package/dist/ind-common.es.js
CHANGED
|
@@ -5460,7 +5460,7 @@ var lodash = { exports: {} };
|
|
|
5460
5460
|
})(lodash, lodash.exports);
|
|
5461
5461
|
var _ = lodash.exports;
|
|
5462
5462
|
const name$1 = "@indfnd/common";
|
|
5463
|
-
const version = "1.1.
|
|
5463
|
+
const version = "1.1.37";
|
|
5464
5464
|
const author = "huxuetong";
|
|
5465
5465
|
const publishConfig = {
|
|
5466
5466
|
registry: "https://registry.npmjs.org/"
|
|
@@ -61191,7 +61191,7 @@ var render$z = function() {
|
|
|
61191
61191
|
_vm.visible = true;
|
|
61192
61192
|
}, "on-click": function($event) {
|
|
61193
61193
|
_vm.visible = true;
|
|
61194
|
-
} } }), _c("IndModal", { staticClass: "ind-modal", attrs: { "value": _vm.visible, "title": _vm.selectTitle, "footerHide": _vm.footerHide }, on: { "on-visible-change": _vm.visibleChange, "on-ok": _vm.doOk, "on-cancel": function($event) {
|
|
61194
|
+
} } }), _c("IndModal", { staticClass: "ind-modal", attrs: { "value": _vm.visible, "lazyRender": false, "title": _vm.selectTitle, "footerHide": _vm.footerHide }, on: { "on-visible-change": _vm.visibleChange, "on-ok": _vm.doOk, "on-cancel": function($event) {
|
|
61195
61195
|
_vm.visible = false;
|
|
61196
61196
|
} } }, [_c("div", { ref: "treeWrapper", staticClass: "tree-select-wrapper" }, [_c("Input", { staticClass: "tree-select-input", attrs: { "placeholder": "\u591A\u4E2A\u7528\u7A7A\u683C\u5206\u9694,\u56DE\u8F66\u952E\u641C\u7D22", "clearable": "", "search": "" }, on: { "on-clear": _vm.clearHighlightNodes, "on-change": _vm.onSearchChange, "on-search": _vm.search }, model: { value: _vm.searchValue, callback: function($$v) {
|
|
61197
61197
|
_vm.searchValue = typeof $$v === "string" ? $$v.trim() : $$v;
|
|
@@ -61367,7 +61367,7 @@ var __component__$A = /* @__PURE__ */ normalizeComponent(
|
|
|
61367
61367
|
staticRenderFns$z,
|
|
61368
61368
|
false,
|
|
61369
61369
|
__vue2_injectStyles$A,
|
|
61370
|
-
"
|
|
61370
|
+
"2a879717",
|
|
61371
61371
|
null,
|
|
61372
61372
|
null
|
|
61373
61373
|
);
|