arengibook 2.4.53 → 2.4.55
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/index.js +6 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12993,10 +12993,7 @@ var DatePickerPresets = {
|
|
|
12993
12993
|
Default: {
|
|
12994
12994
|
placeholder: 'Choisissez une date',
|
|
12995
12995
|
dateFormat: 'dd/mm/yy',
|
|
12996
|
-
view: 'date'
|
|
12997
|
-
onSelect: function onSelect(e) {
|
|
12998
|
-
return alert(e.getFullYear());
|
|
12999
|
-
}
|
|
12996
|
+
view: 'date'
|
|
13000
12997
|
},
|
|
13001
12998
|
MonthOnly: {
|
|
13002
12999
|
placeholder: 'Choisissez un mois',
|
|
@@ -35851,7 +35848,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
35851
35848
|
var optionTemplate = function optionTemplate(option) {
|
|
35852
35849
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
35853
35850
|
style: _objectSpread2({
|
|
35854
|
-
fontSize: '
|
|
35851
|
+
fontSize: '14px'
|
|
35855
35852
|
}, optionStyle)
|
|
35856
35853
|
}, option.label);
|
|
35857
35854
|
};
|
|
@@ -35859,7 +35856,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
35859
35856
|
return /*#__PURE__*/React__default.createElement("span", {
|
|
35860
35857
|
style: _objectSpread2({
|
|
35861
35858
|
fontFamily: 'Arial',
|
|
35862
|
-
fontSize: '
|
|
35859
|
+
fontSize: '14px'
|
|
35863
35860
|
}, valueStyle)
|
|
35864
35861
|
}, (option === null || option === void 0 ? void 0 : option.label) || placeholder);
|
|
35865
35862
|
};
|
|
@@ -35902,12 +35899,12 @@ var DropdownPresets = {
|
|
|
35902
35899
|
Default: {
|
|
35903
35900
|
placeholder: 'Sélectionnez une option',
|
|
35904
35901
|
options: optionsExample,
|
|
35905
|
-
|
|
35906
|
-
fontSize: '
|
|
35902
|
+
valueStyle: {
|
|
35903
|
+
fontSize: '14px',
|
|
35907
35904
|
fontFamily: 'Arial'
|
|
35908
35905
|
},
|
|
35909
35906
|
optionStyle: {
|
|
35910
|
-
fontSize: '
|
|
35907
|
+
fontSize: '14px',
|
|
35911
35908
|
fontFamily: 'Arial'
|
|
35912
35909
|
}
|
|
35913
35910
|
},
|