@alfadocs/ui-kit 0.89.0 → 0.94.0
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/_chunks/{antenatal-schedule-timeline-UiZQze4P.js → antenatal-schedule-timeline-BMMpi2lb.js} +17 -17
- package/dist/_chunks/apexcharts-theme-fAQXLIMW.js +67 -0
- package/dist/_chunks/{appointment-timeline-CwpbQGC1.js → appointment-timeline-BB-c1LeR.js} +2 -2
- package/dist/_chunks/{ar-C9FRRqJs.js → ar-THMLfSoN.js} +22 -22
- package/dist/_chunks/{booking-DEwmDprH.js → booking-BSpSMmJ2.js} +4 -4
- package/dist/_chunks/{chart-CNaLgvx4.js → chart-DqxVCm1I.js} +288 -257
- package/dist/_chunks/{cycle-calculator-DXSNIWFk.js → cycle-calculator-DNvvr0bP.js} +3 -3
- package/dist/_chunks/date-picker-BP_W6VtE.js +265 -0
- package/dist/_chunks/{date-picker-variants-D9B6hg15.js → date-picker-variants-eL6HjWvw.js} +966 -841
- package/dist/_chunks/date-range-picker-Cfv4Sr63.js +832 -0
- package/dist/_chunks/{date-time-picker-BU-j0qj4.js → date-time-picker-695QvBGj.js} +2 -2
- package/dist/_chunks/{de-C3_KZ6mR.js → de-DmZ-8rTN.js} +4 -4
- package/dist/_chunks/{due-date-calculator-BR_GuqHH.js → due-date-calculator-BEcdoy_E.js} +3 -3
- package/dist/_chunks/{el-v9xDKHgu.js → el-Bela9mxs.js} +6 -6
- package/dist/_chunks/{es-Lgmjq9Rp.js → es-BNncHKex.js} +10 -10
- package/dist/_chunks/{fr-INS1OD7m.js → fr-CH8ADfhN.js} +12 -12
- package/dist/_chunks/{gestational-age-calculator-DBIcxfjP.js → gestational-age-calculator-CuGkVqKp.js} +5 -5
- package/dist/_chunks/{hcg-doubling-BgCkds8R.js → hcg-doubling-fZ6qQN08.js} +2 -2
- package/dist/_chunks/{hi-BUYtlosF.js → hi-Bppfxp8l.js} +16 -16
- package/dist/_chunks/{isSameWeek-BUNsv4OO.js → isSameWeek-CK4HS9lH.js} +2 -2
- package/dist/_chunks/{it-VfsdUqeV.js → it-B4ySaRyK.js} +24 -24
- package/dist/_chunks/{ja-Dfk9qwzE.js → ja-CGF6Io9P.js} +12 -12
- package/dist/_chunks/{link-cell-renderer-BzITwSXq.js → link-cell-renderer-_LDZhY4r.js} +214 -197
- package/dist/_chunks/{nl-Crxwg0IZ.js → nl-DuShqwuV.js} +12 -12
- package/dist/_chunks/parse-DvA97ro9.js +1601 -0
- package/dist/_chunks/{patient-details-Dggsz-ki.js → patient-details-DrhlTrLf.js} +2 -2
- package/dist/_chunks/{patient-table-ps4byVwA.js → patient-table-CFM92QqU.js} +2 -2
- package/dist/_chunks/{pl-IdHtxWTl.js → pl-CKQwX9Fk.js} +22 -22
- package/dist/_chunks/{pregnancy-dating-CvIRwWaG.js → pregnancy-dating-BdFl-rB1.js} +5 -5
- package/dist/_chunks/{pt-CY2m2bBz.js → pt-_njpXyOZ.js} +16 -16
- package/dist/_chunks/{radiograph-panel.agent-C93AXgtV.js → radiograph-panel.agent-DDnDGVpN.js} +3 -3
- package/dist/_chunks/{ro-qoxLkXED.js → ro-3X6_4FcN.js} +14 -14
- package/dist/_chunks/{ru-BVZlxoKf.js → ru-bAcgmnS-.js} +20 -20
- package/dist/_chunks/{sparkline-iOXYgvJe.js → sparkline-o6JH4O66.js} +2 -2
- package/dist/_chunks/{sq--eT8hIiD.js → sq-jYFqr4Ga.js} +6 -6
- package/dist/_chunks/subDays-BcNi04uf.js +8 -0
- package/dist/_chunks/{sv-BGNQ5gX6.js → sv-BSGEJ-8B.js} +10 -10
- package/dist/_chunks/{tr-B2NEu6Gy.js → tr-CTpgUtw6.js} +14 -14
- package/dist/_chunks/{zh-CN-DClT1wDk.js → zh-CN-BgM0Io2O.js} +22 -22
- package/dist/agent-catalog.json +101 -2
- package/dist/agent-i18n/en.json +8 -2
- package/dist/components/_shared/calendar-class-names.d.ts +5 -0
- package/dist/components/_shared/date-picker-variants.d.ts +23 -1
- package/dist/components/_shared/index.d.ts +2 -2
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/chart/chart.d.ts +20 -0
- package/dist/components/chart/index.js +1 -1
- package/dist/components/cycle-calculator/index.js +1 -1
- package/dist/components/data-table/filters/date-range-filter.d.ts +13 -0
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/date-picker/index.js +1 -1
- package/dist/components/date-range-picker/date-range-picker.d.ts +91 -1
- package/dist/components/date-range-picker/index.d.ts +1 -1
- package/dist/components/date-range-picker/index.js +1 -1
- package/dist/components/date-time-picker/index.js +1 -1
- package/dist/components/due-date-calculator/index.js +2 -2
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/hcg-doubling/index.js +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/pregnancy-dating/index.js +1 -1
- package/dist/components/radiograph-panel/index.js +1 -1
- package/dist/components/sparkline/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +24 -0
- package/dist/i18n/locales/ar.js +24 -0
- package/dist/i18n/locales/de.d.ts +24 -0
- package/dist/i18n/locales/de.js +24 -0
- package/dist/i18n/locales/el.d.ts +24 -0
- package/dist/i18n/locales/el.js +24 -0
- package/dist/i18n/locales/en.d.ts +24 -0
- package/dist/i18n/locales/en.js +24 -0
- package/dist/i18n/locales/es.d.ts +24 -0
- package/dist/i18n/locales/es.js +24 -0
- package/dist/i18n/locales/fr.d.ts +24 -0
- package/dist/i18n/locales/fr.js +24 -0
- package/dist/i18n/locales/hi.d.ts +24 -0
- package/dist/i18n/locales/hi.js +24 -0
- package/dist/i18n/locales/it.d.ts +24 -0
- package/dist/i18n/locales/it.js +24 -0
- package/dist/i18n/locales/ja.d.ts +24 -0
- package/dist/i18n/locales/ja.js +24 -0
- package/dist/i18n/locales/nl.d.ts +24 -0
- package/dist/i18n/locales/nl.js +24 -0
- package/dist/i18n/locales/pl.d.ts +24 -0
- package/dist/i18n/locales/pl.js +24 -0
- package/dist/i18n/locales/pt.d.ts +24 -0
- package/dist/i18n/locales/pt.js +24 -0
- package/dist/i18n/locales/ro.d.ts +24 -0
- package/dist/i18n/locales/ro.js +24 -0
- package/dist/i18n/locales/ru.d.ts +24 -0
- package/dist/i18n/locales/ru.js +24 -0
- package/dist/i18n/locales/sq.d.ts +24 -0
- package/dist/i18n/locales/sq.js +24 -0
- package/dist/i18n/locales/sv.d.ts +24 -0
- package/dist/i18n/locales/sv.js +24 -0
- package/dist/i18n/locales/tr.d.ts +24 -0
- package/dist/i18n/locales/tr.js +24 -0
- package/dist/i18n/locales/zh.d.ts +24 -0
- package/dist/i18n/locales/zh.js +24 -0
- package/dist/index.js +17 -17
- package/dist/locales/ar.json +24 -0
- package/dist/locales/de.json +24 -0
- package/dist/locales/el.json +24 -0
- package/dist/locales/en.json +24 -0
- package/dist/locales/es.json +24 -0
- package/dist/locales/fr.json +24 -0
- package/dist/locales/hi.json +24 -0
- package/dist/locales/it.json +24 -0
- package/dist/locales/ja.json +24 -0
- package/dist/locales/nl.json +24 -0
- package/dist/locales/pl.json +24 -0
- package/dist/locales/pt.json +24 -0
- package/dist/locales/ro.json +24 -0
- package/dist/locales/ru.json +24 -0
- package/dist/locales/sq.json +24 -0
- package/dist/locales/sv.json +24 -0
- package/dist/locales/tr.json +24 -0
- package/dist/locales/zh.json +24 -0
- package/dist/tokens/apexcharts-theme.d.ts +36 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/apexcharts-theme-BJigns_V.js +0 -53
- package/dist/_chunks/date-picker-ffmyjvlI.js +0 -1845
- package/dist/_chunks/date-range-picker-DSOH50-f.js +0 -325
- package/dist/_chunks/subDays-fEHRx4hg.js +0 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { A as d, B as n, E as r, F as s } from "./date-picker-variants-eL6HjWvw.js";
|
|
2
2
|
const m = {
|
|
3
3
|
lessThanXSeconds: {
|
|
4
4
|
one: "minder dan een seconde",
|
|
@@ -217,11 +217,11 @@ const m = {
|
|
|
217
217
|
wide: /^[1234]e kwartaal/i
|
|
218
218
|
}, x = {
|
|
219
219
|
any: [/1/i, /2/i, /3/i, /4/i]
|
|
220
|
-
},
|
|
220
|
+
}, F = {
|
|
221
221
|
narrow: /^[jfmasond]/i,
|
|
222
222
|
abbreviated: /^(jan.|feb.|mrt.|apr.|mei|jun.|jul.|aug.|sep.|okt.|nov.|dec.)/i,
|
|
223
223
|
wide: /^(januari|februari|maart|april|mei|juni|juli|augustus|september|oktober|november|december)/i
|
|
224
|
-
},
|
|
224
|
+
}, H = {
|
|
225
225
|
narrow: [
|
|
226
226
|
/^j/i,
|
|
227
227
|
/^f/i,
|
|
@@ -255,12 +255,12 @@ const m = {
|
|
|
255
255
|
short: /^(zo|ma|di|wo|do|vr|za)/i,
|
|
256
256
|
abbreviated: /^(zon|maa|din|woe|don|vri|zat)/i,
|
|
257
257
|
wide: /^(zondag|maandag|dinsdag|woensdag|donderdag|vrijdag|zaterdag)/i
|
|
258
|
-
},
|
|
258
|
+
}, A = {
|
|
259
259
|
narrow: [/^z/i, /^m/i, /^d/i, /^w/i, /^d/i, /^v/i, /^z/i],
|
|
260
260
|
any: [/^zo/i, /^ma/i, /^di/i, /^wo/i, /^do/i, /^vr/i, /^za/i]
|
|
261
|
-
}, A = {
|
|
262
|
-
any: /^(am|pm|middernacht|het middaguur|'s (ochtends|middags|avonds|nachts))/i
|
|
263
261
|
}, E = {
|
|
262
|
+
any: /^(am|pm|middernacht|het middaguur|'s (ochtends|middags|avonds|nachts))/i
|
|
263
|
+
}, V = {
|
|
264
264
|
any: {
|
|
265
265
|
am: /^am/i,
|
|
266
266
|
pm: /^pm/i,
|
|
@@ -291,21 +291,21 @@ const m = {
|
|
|
291
291
|
valueCallback: (e) => e + 1
|
|
292
292
|
}),
|
|
293
293
|
month: r({
|
|
294
|
-
matchPatterns:
|
|
294
|
+
matchPatterns: F,
|
|
295
295
|
defaultMatchWidth: "wide",
|
|
296
|
-
parsePatterns:
|
|
296
|
+
parsePatterns: H,
|
|
297
297
|
defaultParseWidth: "any"
|
|
298
298
|
}),
|
|
299
299
|
day: r({
|
|
300
300
|
matchPatterns: X,
|
|
301
301
|
defaultMatchWidth: "wide",
|
|
302
|
-
parsePatterns:
|
|
302
|
+
parsePatterns: A,
|
|
303
303
|
defaultParseWidth: "any"
|
|
304
304
|
}),
|
|
305
305
|
dayPeriod: r({
|
|
306
|
-
matchPatterns:
|
|
306
|
+
matchPatterns: E,
|
|
307
307
|
defaultMatchWidth: "any",
|
|
308
|
-
parsePatterns:
|
|
308
|
+
parsePatterns: V,
|
|
309
309
|
defaultParseWidth: "any"
|
|
310
310
|
})
|
|
311
311
|
}, S = {
|
|
@@ -323,4 +323,4 @@ const m = {
|
|
|
323
323
|
export {
|
|
324
324
|
S as nl
|
|
325
325
|
};
|
|
326
|
-
//# sourceMappingURL=nl-
|
|
326
|
+
//# sourceMappingURL=nl-DuShqwuV.js.map
|