@indfnd/common 1.1.48 → 1.1.49

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 CHANGED
@@ -2,6 +2,19 @@
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.49](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.48...v1.1.49) (2026-02-11)
6
+
7
+
8
+ ### Features
9
+
10
+ * nform的下拉默认支持筛选,且仅按照label筛选,原逻辑默认不支持筛选,筛选按照key或value模糊匹配。 ([5a77838](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/5a778384c2545adc75492b4fc62825fe918edc5f))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * 处理tip插槽 ([6905c80](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/6905c8043bb20f37f31d651845d4b1724b8ec5b3))
16
+ * 处理tip插槽 ([93b718f](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/93b718f7f8aff5bc7db78e1a3f8708ca5894a256))
17
+
5
18
  ### [1.1.48](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.46...v1.1.48) (2026-02-10)
6
19
 
7
20
 
@@ -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.47";
5463
+ const version = "1.1.48";
5464
5464
  const author = "huxuetong";
5465
5465
  const publishConfig = {
5466
5466
  registry: "https://registry.npmjs.org/"
@@ -49415,6 +49415,8 @@ var FormImpl = {
49415
49415
  ref: d.formKey,
49416
49416
  props: {
49417
49417
  placeholder: `\u8BF7\u9009\u62E9${d.title}`,
49418
+ filterable: d.props && d.props.filterable === false ? false : true,
49419
+ filterByLabel: d.props && d.props.filterByLabel === false ? false : true,
49418
49420
  ...d.props,
49419
49421
  disabled,
49420
49422
  maxTagCount: 1,
@@ -53226,7 +53228,7 @@ var render$14 = function() {
53226
53228
  var _vm = this;
53227
53229
  var _h = _vm.$createElement;
53228
53230
  var _c = _vm._self._c || _h;
53229
- return _c("div", { staticClass: "lambo-grid-table", class: [_vm.fullSreen ? "fullscreen-fixed" : "", _vm.mini ? "mini-theme" : ""] }, [_c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.$slots.search, expression: "$slots.search" }], ref: "search", staticClass: "search" }, [_vm._t("search")], 2), _c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.$slots.tip, expression: "$slots.tip" }], ref: "tip", staticClass: "tip" }, [_vm._t("tip")], 2), _c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.$slots.important - _vm.tip, expression: "$slots.important - tip" }], ref: "important-tip", staticClass: "important-tip" }, [_c("Icon", { attrs: { "type": "md-information-circle" } }), _vm._t("important-tip")], 2), _c("div", { ref: "buttons", staticClass: "other-button" }, [_c("Row", [[_c("i-col", { staticStyle: { "text-align": "left" }, attrs: { "flex": "1 1 0%" } }, [_c("IndButtonGroup", { attrs: { "split": "", "mb": "" } }, [_vm._t("buttons")], 2)], 1)], _c("i-col", { directives: [{ name: "show", rawName: "v-show", value: _vm.showUnitSwitch && _vm.isShowUnitSwitch || _vm.showTableOption || _vm.$slots.options, expression: "(showUnitSwitch && isShowUnitSwitch) || showTableOption || $slots.options" }], staticStyle: { "text-align": "right" }, attrs: { "flex": "0 0 auto" } }, [_c("div", { staticClass: "ind-flex end" }, [_c("div", { staticStyle: { "line-height": "var(--ivu-form-item-content-line-height)", "padding-bottom": "calc(var(--ind-table-button-padding) + 2px)", "margin-right": "10px" } }, [_vm._t("options")], 2), _vm.showZeroSwitch ? _c("IndZeroRadio", { staticStyle: { "margin-bottom": "var(--ind-unit-switch-bottom)", "line-height": "1" }, attrs: { "zeroTitle": _vm.switchZeroTitle }, model: { value: _vm.showZero, callback: function($$v) {
53231
+ return _c("div", { staticClass: "lambo-grid-table", class: [_vm.fullSreen ? "fullscreen-fixed" : "", _vm.mini ? "mini-theme" : ""] }, [_c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.$slots.search, expression: "$slots.search" }], ref: "search", staticClass: "search" }, [_vm._t("search")], 2), _vm.tipPostion == "singleLine" && _vm.$slots.tip ? _c("div", { ref: "tip", staticClass: "tip" }, [_vm._t("tip")], 2) : _vm._e(), _c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.$slots.important - _vm.tip, expression: "$slots.important - tip" }], ref: "important-tip", staticClass: "important-tip" }, [_c("Icon", { attrs: { "type": "md-information-circle" } }), _vm._t("important-tip")], 2), _c("div", { ref: "buttons", staticClass: "other-button" }, [_c("Row", [[_c("i-col", { staticStyle: { "text-align": "left" }, attrs: { "flex": "1 1 0%" } }, [_vm.tipPostion == "singleLine" ? _c("IndButtonGroup", { attrs: { "split": "", "mb": "" } }, [_vm._t("buttons")], 2) : _vm._e(), _vm.tipPostion != "singleLine" && _vm.$slots.tip ? _c("div", { staticClass: "tip" }, [_vm._t("tip")], 2) : _vm._e()], 1)], _c("i-col", { directives: [{ name: "show", rawName: "v-show", value: _vm.showUnitSwitch && _vm.isShowUnitSwitch || _vm.showTableOption || _vm.$slots.options, expression: "(showUnitSwitch && isShowUnitSwitch) || showTableOption || $slots.options" }], staticStyle: { "text-align": "right" }, attrs: { "flex": "0 0 auto" } }, [_c("div", { staticClass: "ind-flex end" }, [_c("div", { staticStyle: { "line-height": "var(--ivu-form-item-content-line-height)", "padding-bottom": "calc(var(--ind-table-button-padding) + 2px)", "margin-right": "10px" } }, [_vm._t("options")], 2), _vm.showZeroSwitch ? _c("IndZeroRadio", { staticStyle: { "margin-bottom": "var(--ind-unit-switch-bottom)", "line-height": "1" }, attrs: { "zeroTitle": _vm.switchZeroTitle }, model: { value: _vm.showZero, callback: function($$v) {
53230
53232
  _vm.showZero = $$v;
53231
53233
  }, expression: "showZero" } }) : _vm._e(), _vm.showUnitSwitch && _vm.isShowUnitSwitch ? _c("IndUnitRadio", { staticStyle: { "margin-bottom": "var(--ind-unit-switch-bottom)", "line-height": "1" }, attrs: { "isShowWX": _vm.isShowWX, "isShowJ": _vm.isShowJ }, model: { value: _vm.unitType, callback: function($$v) {
53232
53234
  _vm.unitType = $$v;
@@ -53356,6 +53358,10 @@ const __vue2_script$15 = {
53356
53358
  type: Boolean,
53357
53359
  default: false
53358
53360
  },
53361
+ tipPostion: {
53362
+ type: String,
53363
+ default: "singleLine"
53364
+ },
53359
53365
  rowMultiSelectWithClick: Boolean,
53360
53366
  pinnedTopRowData: Array,
53361
53367
  pinnedBottomRowData: Array,