@weitutech/by-components 1.1.94 → 1.1.96
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/lib/by-components.common.js +107 -109
- package/lib/by-components.umd.js +25 -27
- package/lib/by-components.umd.min.js +1 -1
- package/package.json +1 -1
|
@@ -26520,8 +26520,8 @@ var map = {
|
|
|
26520
26520
|
"./nl.js": 999,
|
|
26521
26521
|
"./nn": 2329,
|
|
26522
26522
|
"./nn.js": 2329,
|
|
26523
|
-
"./oc-lnc":
|
|
26524
|
-
"./oc-lnc.js":
|
|
26523
|
+
"./oc-lnc": 5673,
|
|
26524
|
+
"./oc-lnc.js": 5673,
|
|
26525
26525
|
"./pa-in": 7820,
|
|
26526
26526
|
"./pa-in.js": 7820,
|
|
26527
26527
|
"./pl": 9265,
|
|
@@ -26994,6 +26994,86 @@ module.exports = function (index, length) {
|
|
|
26994
26994
|
|
|
26995
26995
|
/***/ }),
|
|
26996
26996
|
|
|
26997
|
+
/***/ 5673:
|
|
26998
|
+
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
26999
|
+
|
|
27000
|
+
//! moment.js locale configuration
|
|
27001
|
+
//! locale : Occitan, lengadocian dialecte [oc-lnc]
|
|
27002
|
+
//! author : Quentin PAGÈS : https://github.com/Quenty31
|
|
27003
|
+
|
|
27004
|
+
;
|
|
27005
|
+
(function (global, factory) {
|
|
27006
|
+
true ? factory(__webpack_require__(9412)) : 0;
|
|
27007
|
+
})(this, function (moment) {
|
|
27008
|
+
'use strict';
|
|
27009
|
+
|
|
27010
|
+
//! moment.js locale configuration
|
|
27011
|
+
var ocLnc = moment.defineLocale('oc-lnc', {
|
|
27012
|
+
months: {
|
|
27013
|
+
standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split('_'),
|
|
27014
|
+
format: "de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split('_'),
|
|
27015
|
+
isFormat: /D[oD]?(\s)+MMMM/
|
|
27016
|
+
},
|
|
27017
|
+
monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split('_'),
|
|
27018
|
+
monthsParseExact: true,
|
|
27019
|
+
weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split('_'),
|
|
27020
|
+
weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),
|
|
27021
|
+
weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),
|
|
27022
|
+
weekdaysParseExact: true,
|
|
27023
|
+
longDateFormat: {
|
|
27024
|
+
LT: 'H:mm',
|
|
27025
|
+
LTS: 'H:mm:ss',
|
|
27026
|
+
L: 'DD/MM/YYYY',
|
|
27027
|
+
LL: 'D MMMM [de] YYYY',
|
|
27028
|
+
ll: 'D MMM YYYY',
|
|
27029
|
+
LLL: 'D MMMM [de] YYYY [a] H:mm',
|
|
27030
|
+
lll: 'D MMM YYYY, H:mm',
|
|
27031
|
+
LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',
|
|
27032
|
+
llll: 'ddd D MMM YYYY, H:mm'
|
|
27033
|
+
},
|
|
27034
|
+
calendar: {
|
|
27035
|
+
sameDay: '[uèi a] LT',
|
|
27036
|
+
nextDay: '[deman a] LT',
|
|
27037
|
+
nextWeek: 'dddd [a] LT',
|
|
27038
|
+
lastDay: '[ièr a] LT',
|
|
27039
|
+
lastWeek: 'dddd [passat a] LT',
|
|
27040
|
+
sameElse: 'L'
|
|
27041
|
+
},
|
|
27042
|
+
relativeTime: {
|
|
27043
|
+
future: "d'aquí %s",
|
|
27044
|
+
past: 'fa %s',
|
|
27045
|
+
s: 'unas segondas',
|
|
27046
|
+
ss: '%d segondas',
|
|
27047
|
+
m: 'una minuta',
|
|
27048
|
+
mm: '%d minutas',
|
|
27049
|
+
h: 'una ora',
|
|
27050
|
+
hh: '%d oras',
|
|
27051
|
+
d: 'un jorn',
|
|
27052
|
+
dd: '%d jorns',
|
|
27053
|
+
M: 'un mes',
|
|
27054
|
+
MM: '%d meses',
|
|
27055
|
+
y: 'un an',
|
|
27056
|
+
yy: '%d ans'
|
|
27057
|
+
},
|
|
27058
|
+
dayOfMonthOrdinalParse: /\d{1,2}(r|n|t|è|a)/,
|
|
27059
|
+
ordinal: function (number, period) {
|
|
27060
|
+
var output = number === 1 ? 'r' : number === 2 ? 'n' : number === 3 ? 'r' : number === 4 ? 't' : 'è';
|
|
27061
|
+
if (period === 'w' || period === 'W') {
|
|
27062
|
+
output = 'a';
|
|
27063
|
+
}
|
|
27064
|
+
return number + output;
|
|
27065
|
+
},
|
|
27066
|
+
week: {
|
|
27067
|
+
dow: 1,
|
|
27068
|
+
// Monday is the first day of the week.
|
|
27069
|
+
doy: 4
|
|
27070
|
+
}
|
|
27071
|
+
});
|
|
27072
|
+
return ocLnc;
|
|
27073
|
+
});
|
|
27074
|
+
|
|
27075
|
+
/***/ }),
|
|
27076
|
+
|
|
26997
27077
|
/***/ 5707:
|
|
26998
27078
|
/***/ (function(module) {
|
|
26999
27079
|
|
|
@@ -32579,86 +32659,6 @@ module.exports = function (argument) {
|
|
|
32579
32659
|
|
|
32580
32660
|
/***/ }),
|
|
32581
32661
|
|
|
32582
|
-
/***/ 8054:
|
|
32583
|
-
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
32584
|
-
|
|
32585
|
-
//! moment.js locale configuration
|
|
32586
|
-
//! locale : Occitan, lengadocian dialecte [oc-lnc]
|
|
32587
|
-
//! author : Quentin PAGÈS : https://github.com/Quenty31
|
|
32588
|
-
|
|
32589
|
-
;
|
|
32590
|
-
(function (global, factory) {
|
|
32591
|
-
true ? factory(__webpack_require__(9412)) : 0;
|
|
32592
|
-
})(this, function (moment) {
|
|
32593
|
-
'use strict';
|
|
32594
|
-
|
|
32595
|
-
//! moment.js locale configuration
|
|
32596
|
-
var ocLnc = moment.defineLocale('oc-lnc', {
|
|
32597
|
-
months: {
|
|
32598
|
-
standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split('_'),
|
|
32599
|
-
format: "de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split('_'),
|
|
32600
|
-
isFormat: /D[oD]?(\s)+MMMM/
|
|
32601
|
-
},
|
|
32602
|
-
monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split('_'),
|
|
32603
|
-
monthsParseExact: true,
|
|
32604
|
-
weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split('_'),
|
|
32605
|
-
weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),
|
|
32606
|
-
weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),
|
|
32607
|
-
weekdaysParseExact: true,
|
|
32608
|
-
longDateFormat: {
|
|
32609
|
-
LT: 'H:mm',
|
|
32610
|
-
LTS: 'H:mm:ss',
|
|
32611
|
-
L: 'DD/MM/YYYY',
|
|
32612
|
-
LL: 'D MMMM [de] YYYY',
|
|
32613
|
-
ll: 'D MMM YYYY',
|
|
32614
|
-
LLL: 'D MMMM [de] YYYY [a] H:mm',
|
|
32615
|
-
lll: 'D MMM YYYY, H:mm',
|
|
32616
|
-
LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',
|
|
32617
|
-
llll: 'ddd D MMM YYYY, H:mm'
|
|
32618
|
-
},
|
|
32619
|
-
calendar: {
|
|
32620
|
-
sameDay: '[uèi a] LT',
|
|
32621
|
-
nextDay: '[deman a] LT',
|
|
32622
|
-
nextWeek: 'dddd [a] LT',
|
|
32623
|
-
lastDay: '[ièr a] LT',
|
|
32624
|
-
lastWeek: 'dddd [passat a] LT',
|
|
32625
|
-
sameElse: 'L'
|
|
32626
|
-
},
|
|
32627
|
-
relativeTime: {
|
|
32628
|
-
future: "d'aquí %s",
|
|
32629
|
-
past: 'fa %s',
|
|
32630
|
-
s: 'unas segondas',
|
|
32631
|
-
ss: '%d segondas',
|
|
32632
|
-
m: 'una minuta',
|
|
32633
|
-
mm: '%d minutas',
|
|
32634
|
-
h: 'una ora',
|
|
32635
|
-
hh: '%d oras',
|
|
32636
|
-
d: 'un jorn',
|
|
32637
|
-
dd: '%d jorns',
|
|
32638
|
-
M: 'un mes',
|
|
32639
|
-
MM: '%d meses',
|
|
32640
|
-
y: 'un an',
|
|
32641
|
-
yy: '%d ans'
|
|
32642
|
-
},
|
|
32643
|
-
dayOfMonthOrdinalParse: /\d{1,2}(r|n|t|è|a)/,
|
|
32644
|
-
ordinal: function (number, period) {
|
|
32645
|
-
var output = number === 1 ? 'r' : number === 2 ? 'n' : number === 3 ? 'r' : number === 4 ? 't' : 'è';
|
|
32646
|
-
if (period === 'w' || period === 'W') {
|
|
32647
|
-
output = 'a';
|
|
32648
|
-
}
|
|
32649
|
-
return number + output;
|
|
32650
|
-
},
|
|
32651
|
-
week: {
|
|
32652
|
-
dow: 1,
|
|
32653
|
-
// Monday is the first day of the week.
|
|
32654
|
-
doy: 4
|
|
32655
|
-
}
|
|
32656
|
-
});
|
|
32657
|
-
return ocLnc;
|
|
32658
|
-
});
|
|
32659
|
-
|
|
32660
|
-
/***/ }),
|
|
32661
|
-
|
|
32662
32662
|
/***/ 8101:
|
|
32663
32663
|
/***/ (function(module) {
|
|
32664
32664
|
|
|
@@ -76932,8 +76932,8 @@ var ByTreeSearch_component = normalizeComponent(
|
|
|
76932
76932
|
)
|
|
76933
76933
|
|
|
76934
76934
|
/* harmony default export */ var ByTreeSearch = (ByTreeSearch_component.exports);
|
|
76935
|
-
;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffbc40de-vue-loader-template"}!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/by-dialog/ByDialog.vue?vue&type=template&id=
|
|
76936
|
-
var
|
|
76935
|
+
;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffbc40de-vue-loader-template"}!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/by-dialog/ByDialog.vue?vue&type=template&id=7a5fdd30
|
|
76936
|
+
var ByDialogvue_type_template_id_7a5fdd30_render = function render() {
|
|
76937
76937
|
var _vm = this,
|
|
76938
76938
|
_c = _vm._self._c;
|
|
76939
76939
|
return _c('el-dialog', _vm._g(_vm._b({
|
|
@@ -76956,31 +76956,29 @@ var ByDialogvue_type_template_id_23f7c8e8_render = function render() {
|
|
|
76956
76956
|
}, [_vm._v(_vm._s(_vm.content))]) : _vm._e()];
|
|
76957
76957
|
})], 2), _vm.showFooter ? _c('div', {
|
|
76958
76958
|
staticClass: "by-dialog__footer"
|
|
76959
|
-
}, [
|
|
76960
|
-
|
|
76961
|
-
|
|
76962
|
-
|
|
76963
|
-
|
|
76964
|
-
|
|
76965
|
-
|
|
76966
|
-
|
|
76967
|
-
|
|
76968
|
-
|
|
76969
|
-
|
|
76970
|
-
|
|
76971
|
-
|
|
76972
|
-
|
|
76973
|
-
|
|
76974
|
-
|
|
76975
|
-
|
|
76976
|
-
return _vm.handleButtonClick(button, index);
|
|
76977
|
-
}
|
|
76959
|
+
}, [_c('div', {
|
|
76960
|
+
staticClass: "by-dialog__buttons"
|
|
76961
|
+
}, [_vm._l(_vm.buttons, function (button, index) {
|
|
76962
|
+
return [_c('el-button', {
|
|
76963
|
+
key: index,
|
|
76964
|
+
class: button.class,
|
|
76965
|
+
style: button.style,
|
|
76966
|
+
attrs: {
|
|
76967
|
+
"type": button.type || 'default',
|
|
76968
|
+
"size": button.size || 'medium',
|
|
76969
|
+
"loading": button.loading,
|
|
76970
|
+
"disabled": button.disabled,
|
|
76971
|
+
"icon": button.icon
|
|
76972
|
+
},
|
|
76973
|
+
on: {
|
|
76974
|
+
"click": function ($event) {
|
|
76975
|
+
return _vm.handleButtonClick(button, index);
|
|
76978
76976
|
}
|
|
76979
|
-
}
|
|
76980
|
-
}
|
|
76981
|
-
})], 2) : _vm._e()]);
|
|
76977
|
+
}
|
|
76978
|
+
}, [_vm._v(" " + _vm._s(button.text) + " ")])];
|
|
76979
|
+
})], 2), _vm._t("footer")], 2) : _vm._e()]);
|
|
76982
76980
|
};
|
|
76983
|
-
var
|
|
76981
|
+
var ByDialogvue_type_template_id_7a5fdd30_staticRenderFns = [];
|
|
76984
76982
|
|
|
76985
76983
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/by-dialog/ByDialog.vue?vue&type=script&lang=js
|
|
76986
76984
|
/* harmony default export */ var ByDialogvue_type_script_lang_js = ({
|
|
@@ -77119,8 +77117,8 @@ var ByDialogvue_type_template_id_23f7c8e8_staticRenderFns = [];
|
|
|
77119
77117
|
;
|
|
77120
77118
|
var ByDialog_component = normalizeComponent(
|
|
77121
77119
|
by_dialog_ByDialogvue_type_script_lang_js,
|
|
77122
|
-
|
|
77123
|
-
|
|
77120
|
+
ByDialogvue_type_template_id_7a5fdd30_render,
|
|
77121
|
+
ByDialogvue_type_template_id_7a5fdd30_staticRenderFns,
|
|
77124
77122
|
false,
|
|
77125
77123
|
null,
|
|
77126
77124
|
null,
|
package/lib/by-components.umd.js
CHANGED
|
@@ -76942,8 +76942,8 @@ var ByTreeSearch_component = normalizeComponent(
|
|
|
76942
76942
|
)
|
|
76943
76943
|
|
|
76944
76944
|
/* harmony default export */ var ByTreeSearch = (ByTreeSearch_component.exports);
|
|
76945
|
-
;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffbc40de-vue-loader-template"}!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/by-dialog/ByDialog.vue?vue&type=template&id=
|
|
76946
|
-
var
|
|
76945
|
+
;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffbc40de-vue-loader-template"}!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/by-dialog/ByDialog.vue?vue&type=template&id=7a5fdd30
|
|
76946
|
+
var ByDialogvue_type_template_id_7a5fdd30_render = function render() {
|
|
76947
76947
|
var _vm = this,
|
|
76948
76948
|
_c = _vm._self._c;
|
|
76949
76949
|
return _c('el-dialog', _vm._g(_vm._b({
|
|
@@ -76966,31 +76966,29 @@ var ByDialogvue_type_template_id_23f7c8e8_render = function render() {
|
|
|
76966
76966
|
}, [_vm._v(_vm._s(_vm.content))]) : _vm._e()];
|
|
76967
76967
|
})], 2), _vm.showFooter ? _c('div', {
|
|
76968
76968
|
staticClass: "by-dialog__footer"
|
|
76969
|
-
}, [
|
|
76970
|
-
|
|
76971
|
-
|
|
76972
|
-
|
|
76973
|
-
|
|
76974
|
-
|
|
76975
|
-
|
|
76976
|
-
|
|
76977
|
-
|
|
76978
|
-
|
|
76979
|
-
|
|
76980
|
-
|
|
76981
|
-
|
|
76982
|
-
|
|
76983
|
-
|
|
76984
|
-
|
|
76985
|
-
|
|
76986
|
-
return _vm.handleButtonClick(button, index);
|
|
76987
|
-
}
|
|
76969
|
+
}, [_c('div', {
|
|
76970
|
+
staticClass: "by-dialog__buttons"
|
|
76971
|
+
}, [_vm._l(_vm.buttons, function (button, index) {
|
|
76972
|
+
return [_c('el-button', {
|
|
76973
|
+
key: index,
|
|
76974
|
+
class: button.class,
|
|
76975
|
+
style: button.style,
|
|
76976
|
+
attrs: {
|
|
76977
|
+
"type": button.type || 'default',
|
|
76978
|
+
"size": button.size || 'medium',
|
|
76979
|
+
"loading": button.loading,
|
|
76980
|
+
"disabled": button.disabled,
|
|
76981
|
+
"icon": button.icon
|
|
76982
|
+
},
|
|
76983
|
+
on: {
|
|
76984
|
+
"click": function ($event) {
|
|
76985
|
+
return _vm.handleButtonClick(button, index);
|
|
76988
76986
|
}
|
|
76989
|
-
}
|
|
76990
|
-
}
|
|
76991
|
-
})], 2) : _vm._e()]);
|
|
76987
|
+
}
|
|
76988
|
+
}, [_vm._v(" " + _vm._s(button.text) + " ")])];
|
|
76989
|
+
})], 2), _vm._t("footer")], 2) : _vm._e()]);
|
|
76992
76990
|
};
|
|
76993
|
-
var
|
|
76991
|
+
var ByDialogvue_type_template_id_7a5fdd30_staticRenderFns = [];
|
|
76994
76992
|
|
|
76995
76993
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/by-dialog/ByDialog.vue?vue&type=script&lang=js
|
|
76996
76994
|
/* harmony default export */ var ByDialogvue_type_script_lang_js = ({
|
|
@@ -77129,8 +77127,8 @@ var ByDialogvue_type_template_id_23f7c8e8_staticRenderFns = [];
|
|
|
77129
77127
|
;
|
|
77130
77128
|
var ByDialog_component = normalizeComponent(
|
|
77131
77129
|
by_dialog_ByDialogvue_type_script_lang_js,
|
|
77132
|
-
|
|
77133
|
-
|
|
77130
|
+
ByDialogvue_type_template_id_7a5fdd30_render,
|
|
77131
|
+
ByDialogvue_type_template_id_7a5fdd30_staticRenderFns,
|
|
77134
77132
|
false,
|
|
77135
77133
|
null,
|
|
77136
77134
|
null,
|