@wisemen/vue-core-components 2.0.1 → 2.0.2
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/{AlertCircleIcon-BVO9e9xa.js → AlertCircleIcon-DwAR6XxV.js} +1 -1
- package/dist/{AlertTriangleIcon-88XnGhX9.js → AlertTriangleIcon-DW9oZAk1.js} +1 -1
- package/dist/{ArrowDownIcon-gKlu7k-y.js → ArrowDownIcon-MTvmWybK.js} +1 -1
- package/dist/{ArrowLeftIcon-c04Mc5q9.js → ArrowLeftIcon-DBax_ek5.js} +1 -1
- package/dist/{ArrowRightIcon-CxWIn-Nu.js → ArrowRightIcon-Nfn0dbZC.js} +1 -1
- package/dist/{ArrowUpIcon-DLDjTXll.js → ArrowUpIcon-dvsA-D6a.js} +1 -1
- package/dist/{CalendarIcon-BaRoHSA3.js → CalendarIcon-BFe3U8ds.js} +1 -1
- package/dist/{CheckCircleIcon-QPT0Dzq7.js → CheckCircleIcon-CtUxaljj.js} +1 -1
- package/dist/{CheckIcon-BcdD-5dq.js → CheckIcon-D5AWtgqO.js} +1 -1
- package/dist/{ChevronLeftDoubleIcon-D29YAlTn.js → ChevronLeftDoubleIcon-B2d5kkwb.js} +1 -1
- package/dist/{ChevronLeftIcon-CiQfY_sr.js → ChevronLeftIcon-COGSlvSP.js} +1 -1
- package/dist/{ChevronRightDoubleIcon-CMeOhpzR.js → ChevronRightDoubleIcon-ClU5SSUI.js} +1 -1
- package/dist/{ChevronRightIcon-C7oHakMR.js → ChevronRightIcon-Z7JsMXvJ.js} +1 -1
- package/dist/{CloseIcon-CMHRYizT.js → CloseIcon-DmdAad4G.js} +1 -1
- package/dist/{EyeIcon-m1l4Ln95.js → EyeIcon-B29-nnGE.js} +1 -1
- package/dist/{EyeOffIcon-BvAGThR_.js → EyeOffIcon-Bwwm2yk3.js} +1 -1
- package/dist/{InfoCircleIcon-BGC2526U.js → InfoCircleIcon-CT79RRsA.js} +1 -1
- package/dist/{MinusIcon-Bdd9F11u.js → MinusIcon-Ci_Altme.js} +1 -1
- package/dist/{PlusIcon-BzjMuSb3.js → PlusIcon-DgGHC_tY.js} +1 -1
- package/dist/{SearchIcon-ChdIIBJ1.js → SearchIcon-zzdhb0vW.js} +1 -1
- package/dist/{SelectIconRight-DrmAJpNf.js → SelectIconRight-CoiwhVNH.js} +1 -1
- package/dist/{StarsIcon-HuAX1DAB.js → StarsIcon-Bz1hvIfL.js} +1 -1
- package/dist/{SwitchVerticalIcon-VE-OBtMU.js → SwitchVerticalIcon-BV8ubjAU.js} +1 -1
- package/dist/{TranslateIcon-7aZlc5q2.js → TranslateIcon-B1diKEFN.js} +1 -1
- package/dist/components/date-picker/shared/datePicker.util.d.ts +2 -0
- package/dist/{index-CBPDr40a.js → index-BaQbn_43.js} +2124 -2100
- package/dist/index.js +1 -1
- package/dist/index.umd +14 -14
- package/package.json +1 -1
|
@@ -6,3 +6,5 @@ export declare function plainDateToDateValue(plainDate: Temporal.PlainDate): Dat
|
|
|
6
6
|
export declare function dateValueToDate(value: DateValue): Date;
|
|
7
7
|
export declare function getMonthName(month: number, locale: string, format: 'long' | 'short'): string;
|
|
8
8
|
export declare function getDaysInMonth(month: number, year: number): number;
|
|
9
|
+
export declare function getFirstDayOfWeek(locale: string): 0 | 1;
|
|
10
|
+
export declare function getWeekdayLabels(calendarLocale: string, labelLocale: string, format?: 'long' | 'short'): string[];
|