@reviewpush/rp-treeselect 0.0.7 → 0.0.8
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/dist/rp-treeselect.cjs.js +3 -7
- package/dist/rp-treeselect.cjs.js.map +1 -1
- package/dist/rp-treeselect.cjs.min.js +1 -1
- package/dist/rp-treeselect.cjs.min.js.map +1 -1
- package/dist/rp-treeselect.umd.js +3 -7
- package/dist/rp-treeselect.umd.js.map +1 -1
- package/dist/rp-treeselect.umd.min.js +1 -1
- package/dist/rp-treeselect.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/HiddenFields.vue +1 -0
- package/src/components/Treeselect.vue +2 -4
|
@@ -1703,6 +1703,7 @@ function stringifyValue(value) {
|
|
|
1703
1703
|
render: function render() {
|
|
1704
1704
|
var _this = this;
|
|
1705
1705
|
var h = arguments[0];
|
|
1706
|
+
console.log(this);
|
|
1706
1707
|
if (!this.instance.name || this.instance.disabled || !this.instance.hasValue) return null;
|
|
1707
1708
|
var stringifiedValues = this.instance.internalValue.map(stringifyValue);
|
|
1708
1709
|
if (this.instance.multiple && this.instance.joinValues) stringifiedValues = [stringifiedValues.join(this.instance.delimiter)];
|
|
@@ -2173,9 +2174,6 @@ var Placeholder_component = normalizeComponent(
|
|
|
2173
2174
|
|
|
2174
2175
|
)
|
|
2175
2176
|
|
|
2176
|
-
/* hot reload */
|
|
2177
|
-
if (false) { var Placeholder_api; }
|
|
2178
|
-
Placeholder_component.options.__file = "src/components/Placeholder.vue"
|
|
2179
2177
|
/* harmony default export */ var Placeholder = (Placeholder_component.exports);
|
|
2180
2178
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SingleValue.vue?vue&type=script&lang=js
|
|
2181
2179
|
|
|
@@ -3514,9 +3512,6 @@ function getErrorMessage(err) {
|
|
|
3514
3512
|
var instanceId = 0;
|
|
3515
3513
|
/* harmony default export */ var Treeselectvue_type_script_lang_js = ({
|
|
3516
3514
|
name: 'rp-treeselect',
|
|
3517
|
-
setup: function setup() {
|
|
3518
|
-
Object(external_Vue_["provide"])('instance', this);
|
|
3519
|
-
},
|
|
3520
3515
|
props: {
|
|
3521
3516
|
allowClearingDisabled: {
|
|
3522
3517
|
type: Boolean,
|
|
@@ -3954,6 +3949,7 @@ var instanceId = 0;
|
|
|
3954
3949
|
created: function created() {
|
|
3955
3950
|
this.verifyProps();
|
|
3956
3951
|
this.resetFlags();
|
|
3952
|
+
Object(external_Vue_["provide"])('instance', this);
|
|
3957
3953
|
},
|
|
3958
3954
|
mounted: function mounted() {
|
|
3959
3955
|
if (this.autoFocus) this.focusInput();
|
|
@@ -4866,7 +4862,7 @@ var style = __webpack_require__(41);
|
|
|
4866
4862
|
/* harmony default export */ var src = __webpack_exports__["default"] = (Treeselect);
|
|
4867
4863
|
|
|
4868
4864
|
|
|
4869
|
-
var VERSION = "0.0.
|
|
4865
|
+
var VERSION = "0.0.8";
|
|
4870
4866
|
|
|
4871
4867
|
/***/ })
|
|
4872
4868
|
/******/ ]);
|