You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.0 KiB
50 lines
2.0 KiB
4 years ago
|
(function (global, factory) {
|
||
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vue2-datepicker')) :
|
||
|
typeof define === 'function' && define.amd ? define(['vue2-datepicker'], factory) :
|
||
|
(global = global || self, (global.DatePicker = global.DatePicker || {}, global.DatePicker.lang = global.DatePicker.lang || {}, global.DatePicker.lang.ar = factory(global.DatePicker)));
|
||
|
}(this, (function (DatePicker) { 'use strict';
|
||
|
|
||
|
DatePicker = DatePicker && DatePicker.hasOwnProperty('default') ? DatePicker['default'] : DatePicker;
|
||
|
|
||
|
function unwrapExports (x) {
|
||
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
||
|
}
|
||
|
|
||
|
function createCommonjsModule(fn, module) {
|
||
|
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
||
|
}
|
||
|
|
||
|
var ar = createCommonjsModule(function (module, exports) {
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports["default"] = void 0;
|
||
|
var locale = {
|
||
|
months: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
|
||
|
monthsShort: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
|
||
|
weekdays: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
||
|
weekdaysShort: ['أحد', 'إثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'],
|
||
|
weekdaysMin: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'],
|
||
|
firstDayOfWeek: 6,
|
||
|
firstWeekContainsDate: 12
|
||
|
};
|
||
|
var _default = locale;
|
||
|
exports["default"] = _default;
|
||
|
module.exports = exports.default;
|
||
|
});
|
||
|
|
||
|
var ar$1 = unwrapExports(ar);
|
||
|
|
||
|
var lang = {
|
||
|
formatLocale: ar$1,
|
||
|
yearFormat: 'YYYY',
|
||
|
monthFormat: 'MMM',
|
||
|
monthBeforeYear: true
|
||
|
};
|
||
|
DatePicker.locale('ar', lang);
|
||
|
|
||
|
return lang;
|
||
|
|
||
|
})));
|