From b2ea4d925704d4373dc210b7329f0ddea5c86f0b Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 25 Jul 2019 19:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=A4=9A=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/2.0/fineui.ie.js | 4 ++-- dist/2.0/fineui.js | 4 ++-- dist/bundle.ie.js | 4 ++-- dist/bundle.js | 4 ++-- dist/case.js | 4 ++-- dist/fineui.ie.js | 4 ++-- dist/fineui.js | 4 ++-- dist/fineui_without_jquery_polyfill.js | 4 ++-- src/case/trigger/trigger.text.select.js | 2 +- src/case/trigger/trigger.text.select.small.js | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dist/2.0/fineui.ie.js b/dist/2.0/fineui.ie.js index 637b26551..8a5901bf1 100644 --- a/dist/2.0/fineui.ie.js +++ b/dist/2.0/fineui.ie.js @@ -61755,7 +61755,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.text_trigger", element: this, @@ -61826,7 +61826,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SmallSelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this, diff --git a/dist/2.0/fineui.js b/dist/2.0/fineui.js index 578970220..db2861f63 100644 --- a/dist/2.0/fineui.js +++ b/dist/2.0/fineui.js @@ -62159,7 +62159,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.text_trigger", element: this, @@ -62230,7 +62230,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SmallSelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this, diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index 637b26551..8a5901bf1 100644 --- a/dist/bundle.ie.js +++ b/dist/bundle.ie.js @@ -61755,7 +61755,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.text_trigger", element: this, @@ -61826,7 +61826,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SmallSelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this, diff --git a/dist/bundle.js b/dist/bundle.js index 578970220..db2861f63 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -62159,7 +62159,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.text_trigger", element: this, @@ -62230,7 +62230,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SmallSelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this, diff --git a/dist/case.js b/dist/case.js index 79200c8b2..11e603be1 100644 --- a/dist/case.js +++ b/dist/case.js @@ -9735,7 +9735,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.text_trigger", element: this, @@ -9806,7 +9806,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SmallSelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this, diff --git a/dist/fineui.ie.js b/dist/fineui.ie.js index c70d42081..62806340e 100644 --- a/dist/fineui.ie.js +++ b/dist/fineui.ie.js @@ -62000,7 +62000,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.text_trigger", element: this, @@ -62071,7 +62071,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SmallSelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this, diff --git a/dist/fineui.js b/dist/fineui.js index 0b22e6ea6..d2acd37aa 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -62404,7 +62404,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.text_trigger", element: this, @@ -62475,7 +62475,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SmallSelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this, diff --git a/dist/fineui_without_jquery_polyfill.js b/dist/fineui_without_jquery_polyfill.js index 1a2bb4e89..26fc584b3 100644 --- a/dist/fineui_without_jquery_polyfill.js +++ b/dist/fineui_without_jquery_polyfill.js @@ -44949,7 +44949,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.text_trigger", element: this, @@ -45020,7 +45020,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SmallSelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this, diff --git a/src/case/trigger/trigger.text.select.js b/src/case/trigger/trigger.text.select.js index 4c6b51943..04d3e92db 100644 --- a/src/case/trigger/trigger.text.select.js +++ b/src/case/trigger/trigger.text.select.js @@ -18,7 +18,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.text_trigger", element: this, diff --git a/src/case/trigger/trigger.text.select.small.js b/src/case/trigger/trigger.text.select.small.js index 9eda6bc33..79f58800c 100644 --- a/src/case/trigger/trigger.text.select.small.js +++ b/src/case/trigger/trigger.text.select.small.js @@ -17,7 +17,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.options.height -= 2; BI.SmallSelectTextTrigger.superclass._init.apply(this, arguments); var self = this, o = this.options; - var obj = this._digest(o.text, o.items); + var obj = this._digest(o.value, o.items); this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this,