@mk-kit/mcp 0.47.0 → 0.49.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/data/api.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@mk-kit/ui",
3
- "version": "0.47.0",
3
+ "version": "0.49.0",
4
4
  "site": "https://mk-kit.dev",
5
5
  "entries": [
6
6
  {
@@ -385,16 +385,16 @@
385
385
  {
386
386
  "name": "mkComputeAnchoredPosition",
387
387
  "description": "Pure viewport-positioning maths shared by every anchored overlay\n(`MkAnchoredPanel` and the tooltip). Given the anchor rect, the panel\nsize and the viewport size, returns the top/left for a `position: fixed`\npanel — flipping to the opposite side when it would overflow and clamping\nback inside the viewport.",
388
- "file": "projects/mk-kit/core/overlay/anchored-overlay.ts",
388
+ "file": "projects/core/src/anchor.ts",
389
389
  "kind": "function",
390
390
  "signatures": [
391
- "(anchor: MkRectLike, panel: MkSize, viewport: MkSize, opts: MkAnchoredPositionOptions): MkAnchoredPosition"
391
+ "(anchor: MkRectLike, panel: MkDimensions, viewport: MkDimensions, opts: MkAnchoredPositionOptions): MkAnchoredPosition"
392
392
  ]
393
393
  },
394
394
  {
395
395
  "name": "mkCreateQueryGroup",
396
396
  "description": "A fresh empty group.",
397
- "file": "projects/mk-kit/core/query/query.ts",
397
+ "file": "projects/core/src/query.ts",
398
398
  "kind": "function",
399
399
  "signatures": [
400
400
  "(init?: Partial<Omit<MkQueryGroup, \"id\">>): MkQueryGroup"
@@ -403,7 +403,7 @@
403
403
  {
404
404
  "name": "mkCreateQueryRule",
405
405
  "description": "A fresh rule on `field`, using its first operator.",
406
- "file": "projects/mk-kit/core/query/query.ts",
406
+ "file": "projects/core/src/query.ts",
407
407
  "kind": "function",
408
408
  "signatures": [
409
409
  "(field: MkQueryField): MkQueryRule"
@@ -430,7 +430,7 @@
430
430
  {
431
431
  "name": "mkHighlight",
432
432
  "description": "Highlight `src` for `language`, falling back to escaped plain text.",
433
- "file": "projects/mk-kit/core/highlight/code-highlight.ts",
433
+ "file": "projects/core/src/highlight.ts",
434
434
  "kind": "function",
435
435
  "signatures": [
436
436
  "(src: string, language: string): string"
@@ -439,7 +439,7 @@
439
439
  {
440
440
  "name": "mkHighlightJson",
441
441
  "description": "Highlight a JSON document. Recognises object keys, strings, numbers, the\n`true`/`false`/`null` literals and structural punctuation. Invalid JSON is\nstill highlighted token-by-token (the editor validates separately).",
442
- "file": "projects/mk-kit/core/highlight/code-highlight.ts",
442
+ "file": "projects/core/src/highlight.ts",
443
443
  "kind": "function",
444
444
  "signatures": [
445
445
  "(src: string): string"
@@ -457,7 +457,7 @@
457
457
  {
458
458
  "name": "mkIsQueryGroup",
459
459
  "description": "True for a group node (as opposed to a rule).",
460
- "file": "projects/mk-kit/core/query/query.ts",
460
+ "file": "projects/core/src/query.ts",
461
461
  "kind": "function",
462
462
  "signatures": [
463
463
  "(node: MkQueryNode): node is MkQueryGroup"
@@ -484,7 +484,7 @@
484
484
  {
485
485
  "name": "mkQueryCompact",
486
486
  "description": "Drop empty groups and rules that still need a value, so the API gets only complete conditions.",
487
- "file": "projects/mk-kit/core/query/query.ts",
487
+ "file": "projects/core/src/query.ts",
488
488
  "kind": "function",
489
489
  "signatures": [
490
490
  "(group: MkQueryGroup): MkQueryGroup"
@@ -493,7 +493,7 @@
493
493
  {
494
494
  "name": "mkQueryIsEmpty",
495
495
  "description": "True when the tree holds no rule at all (empty groups only).",
496
- "file": "projects/mk-kit/core/query/query.ts",
496
+ "file": "projects/core/src/query.ts",
497
497
  "kind": "function",
498
498
  "signatures": [
499
499
  "(group: MkQueryGroup): boolean"
@@ -502,16 +502,16 @@
502
502
  {
503
503
  "name": "mkQueryOperatorLabel",
504
504
  "description": "Localised label of an operator.",
505
- "file": "projects/mk-kit/core/query/query.ts",
505
+ "file": "projects/core/src/query.ts",
506
506
  "kind": "function",
507
507
  "signatures": [
508
- "(op: MkQueryOperator, i18n?: MkI18nStrings): string"
508
+ "(op: MkQueryOperator, i18n?: MkQueryTextStrings): string"
509
509
  ]
510
510
  },
511
511
  {
512
512
  "name": "mkQueryOperatorsFor",
513
513
  "description": "Operators a field offers (its own list, else the defaults for its type).",
514
- "file": "projects/mk-kit/core/query/query.ts",
514
+ "file": "projects/core/src/query.ts",
515
515
  "kind": "function",
516
516
  "signatures": [
517
517
  "(field: MkQueryField | undefined): readonly MkQueryOperator[]"
@@ -520,7 +520,7 @@
520
520
  {
521
521
  "name": "mkQueryRuleCount",
522
522
  "description": "Number of rules in the tree.",
523
- "file": "projects/mk-kit/core/query/query.ts",
523
+ "file": "projects/core/src/query.ts",
524
524
  "kind": "function",
525
525
  "signatures": [
526
526
  "(group: MkQueryGroup): number"
@@ -529,7 +529,7 @@
529
529
  {
530
530
  "name": "mkQueryRuleIsComplete",
531
531
  "description": "A rule is complete when its operator needs no value or has one.",
532
- "file": "projects/mk-kit/core/query/query.ts",
532
+ "file": "projects/core/src/query.ts",
533
533
  "kind": "function",
534
534
  "signatures": [
535
535
  "(rule: MkQueryRule): boolean"
@@ -538,7 +538,7 @@
538
538
  {
539
539
  "name": "mkQueryRuleMatches",
540
540
  "description": "Evaluate one rule against a row.",
541
- "file": "projects/mk-kit/core/query/query.ts",
541
+ "file": "projects/core/src/query.ts",
542
542
  "kind": "function",
543
543
  "signatures": [
544
544
  "(rule: MkQueryRule, row: Record<string, unknown>, field?: MkQueryField): boolean"
@@ -547,7 +547,7 @@
547
547
  {
548
548
  "name": "mkQueryToPredicate",
549
549
  "description": "Compile a query into a row predicate for client-side filtering\n(`rows.filter(mkQueryToPredicate(query, fields))`). Unfinished rules are\nignored, so a half-edited query never blanks the table.",
550
- "file": "projects/mk-kit/core/query/query.ts",
550
+ "file": "projects/core/src/query.ts",
551
551
  "kind": "function",
552
552
  "signatures": [
553
553
  "<T extends object = Record<string, unknown>>(group: MkQueryGroup, fields?: readonly MkQueryField[]): (row: T) => boolean"
@@ -556,10 +556,10 @@
556
556
  {
557
557
  "name": "mkQueryToText",
558
558
  "description": "Human-readable sentence for a query, e.g.\n`(Name contains \"ada\" and Orders at least 10) or Status is any of Active, Invited`.",
559
- "file": "projects/mk-kit/core/query/query.ts",
559
+ "file": "projects/core/src/query.ts",
560
560
  "kind": "function",
561
561
  "signatures": [
562
- "(group: MkQueryGroup, fields?: readonly MkQueryField[], i18n?: MkI18nStrings): string"
562
+ "(group: MkQueryGroup, fields?: readonly MkQueryField[], i18n?: MkQueryTextStrings): string"
563
563
  ]
564
564
  },
565
565
  {
@@ -583,7 +583,7 @@
583
583
  {
584
584
  "name": "mkUniqueId",
585
585
  "description": "Generates a stable, unique DOM id for wiring `aria-*` relationships\n(labels, descriptions, controls). Prefer this over `Math.random()` so\nids are deterministic within a render and SSR-safe.",
586
- "file": "projects/mk-kit/core/a11y/unique-id.ts",
586
+ "file": "projects/core/src/id.ts",
587
587
  "kind": "function",
588
588
  "signatures": [
589
589
  "(prefix?: string): string"
@@ -667,21 +667,28 @@
667
667
  {
668
668
  "name": "MK_QUERY_OPERATORS",
669
669
  "description": "Operators offered per field type, in menu order.",
670
- "file": "projects/mk-kit/core/query/query.ts",
670
+ "file": "projects/core/src/query.ts",
671
671
  "kind": "const",
672
672
  "type": "Readonly<Record<MkQueryValueType, readonly MkQueryOperator[]>>"
673
673
  },
674
+ {
675
+ "name": "MK_QUERY_TEXT_EN",
676
+ "description": "English defaults for `MkQueryTextStrings`.",
677
+ "file": "projects/core/src/query.ts",
678
+ "kind": "const",
679
+ "type": "MkQueryTextStrings"
680
+ },
674
681
  {
675
682
  "name": "MK_QUERY_UNARY",
676
683
  "description": "Operators that take no value.",
677
- "file": "projects/mk-kit/core/query/query.ts",
684
+ "file": "projects/core/src/query.ts",
678
685
  "kind": "const",
679
686
  "type": "ReadonlySet<MkQueryOperator>"
680
687
  },
681
688
  {
682
689
  "name": "MkAnchoredPosition",
683
690
  "description": "Resolved coordinates (viewport-relative, for `position: fixed`).",
684
- "file": "projects/mk-kit/core/overlay/anchored-overlay.ts",
691
+ "file": "projects/core/src/anchor.ts",
685
692
  "kind": "interface",
686
693
  "members": [
687
694
  {
@@ -704,7 +711,7 @@
704
711
  {
705
712
  "name": "MkAnchoredPositionOptions",
706
713
  "description": "Options controlling `mkComputeAnchoredPosition`.",
707
- "file": "projects/mk-kit/core/overlay/anchored-overlay.ts",
714
+ "file": "projects/core/src/anchor.ts",
708
715
  "kind": "interface",
709
716
  "members": [
710
717
  {
@@ -1350,8 +1357,8 @@
1350
1357
  },
1351
1358
  {
1352
1359
  "name": "MkDateNames",
1353
- "description": "Localised date-name tables consumed by the calendar, the date/month/week\npickers and `formatDate`. All arrays are full-length (12 months, 7 weekdays\nstarting with Sunday) — override the whole set for a locale.",
1354
- "file": "projects/mk-kit/core/i18n/mk-i18n.ts",
1360
+ "description": "Localised month and weekday name tables (the shape `MK_I18N` carries).",
1361
+ "file": "projects/core/src/dates.ts",
1355
1362
  "kind": "interface",
1356
1363
  "members": [
1357
1364
  {
@@ -2833,7 +2840,7 @@
2833
2840
  {
2834
2841
  "name": "MkQueryField",
2835
2842
  "description": "A field the user can filter on.",
2836
- "file": "projects/mk-kit/core/query/query.types.ts",
2843
+ "file": "projects/core/src/query.ts",
2837
2844
  "kind": "interface",
2838
2845
  "members": [
2839
2846
  {
@@ -2875,7 +2882,7 @@
2875
2882
  {
2876
2883
  "name": "MkQueryFieldOption",
2877
2884
  "description": "A choice for `select` fields.",
2878
- "file": "projects/mk-kit/core/query/query.types.ts",
2885
+ "file": "projects/core/src/query.ts",
2879
2886
  "kind": "interface",
2880
2887
  "members": [
2881
2888
  {
@@ -2893,7 +2900,7 @@
2893
2900
  {
2894
2901
  "name": "MkQueryGroup",
2895
2902
  "description": "A group of rules and nested groups joined by one combinator, optionally negated.",
2896
- "file": "projects/mk-kit/core/query/query.types.ts",
2903
+ "file": "projects/core/src/query.ts",
2897
2904
  "kind": "interface",
2898
2905
  "members": [
2899
2906
  {
@@ -2922,7 +2929,7 @@
2922
2929
  {
2923
2930
  "name": "MkQueryRule",
2924
2931
  "description": "A leaf condition. `value` is `[from, to]` for `between`, an array for `in` / `notIn`, absent for `empty` / `notEmpty`. Dates are ISO strings.",
2925
- "file": "projects/mk-kit/core/query/query.types.ts",
2932
+ "file": "projects/core/src/query.ts",
2926
2933
  "kind": "interface",
2927
2934
  "members": [
2928
2935
  {
@@ -2948,6 +2955,124 @@
2948
2955
  }
2949
2956
  ]
2950
2957
  },
2958
+ {
2959
+ "name": "MkQueryTextStrings",
2960
+ "description": "The strings `mkQueryToText` and `mkQueryOperatorLabel` render\nwith. A structural subset of mk-kit's `MkI18nStrings`, so the UI's full\ni18n map can be passed directly; defaults to `MK_QUERY_TEXT_EN`.",
2961
+ "file": "projects/core/src/query.ts",
2962
+ "kind": "interface",
2963
+ "members": [
2964
+ {
2965
+ "name": "queryTrue",
2966
+ "type": "string",
2967
+ "description": ""
2968
+ },
2969
+ {
2970
+ "name": "queryFalse",
2971
+ "type": "string",
2972
+ "description": ""
2973
+ },
2974
+ {
2975
+ "name": "queryAnd",
2976
+ "type": "string",
2977
+ "description": ""
2978
+ },
2979
+ {
2980
+ "name": "queryOr",
2981
+ "type": "string",
2982
+ "description": ""
2983
+ },
2984
+ {
2985
+ "name": "queryNot",
2986
+ "type": "string",
2987
+ "description": ""
2988
+ },
2989
+ {
2990
+ "name": "queryOpEq",
2991
+ "type": "string",
2992
+ "description": ""
2993
+ },
2994
+ {
2995
+ "name": "queryOpNeq",
2996
+ "type": "string",
2997
+ "description": ""
2998
+ },
2999
+ {
3000
+ "name": "queryOpContains",
3001
+ "type": "string",
3002
+ "description": ""
3003
+ },
3004
+ {
3005
+ "name": "queryOpNotContains",
3006
+ "type": "string",
3007
+ "description": ""
3008
+ },
3009
+ {
3010
+ "name": "queryOpStartsWith",
3011
+ "type": "string",
3012
+ "description": ""
3013
+ },
3014
+ {
3015
+ "name": "queryOpEndsWith",
3016
+ "type": "string",
3017
+ "description": ""
3018
+ },
3019
+ {
3020
+ "name": "queryOpGt",
3021
+ "type": "string",
3022
+ "description": ""
3023
+ },
3024
+ {
3025
+ "name": "queryOpGte",
3026
+ "type": "string",
3027
+ "description": ""
3028
+ },
3029
+ {
3030
+ "name": "queryOpLt",
3031
+ "type": "string",
3032
+ "description": ""
3033
+ },
3034
+ {
3035
+ "name": "queryOpLte",
3036
+ "type": "string",
3037
+ "description": ""
3038
+ },
3039
+ {
3040
+ "name": "queryOpBetween",
3041
+ "type": "string",
3042
+ "description": ""
3043
+ },
3044
+ {
3045
+ "name": "queryOpIn",
3046
+ "type": "string",
3047
+ "description": ""
3048
+ },
3049
+ {
3050
+ "name": "queryOpNotIn",
3051
+ "type": "string",
3052
+ "description": ""
3053
+ },
3054
+ {
3055
+ "name": "queryOpBefore",
3056
+ "type": "string",
3057
+ "description": ""
3058
+ },
3059
+ {
3060
+ "name": "queryOpAfter",
3061
+ "type": "string",
3062
+ "description": ""
3063
+ },
3064
+ {
3065
+ "name": "queryOpEmpty",
3066
+ "type": "string",
3067
+ "description": ""
3068
+ },
3069
+ {
3070
+ "name": "queryOpNotEmpty",
3071
+ "type": "string",
3072
+ "description": ""
3073
+ }
3074
+ ]
3075
+ },
2951
3076
  {
2952
3077
  "name": "MkSignalValidationError",
2953
3078
  "description": "The shape of a Signal Forms validation error as `mk-kit` reads it — the\n`{ kind, message? }` contract of `ValidationError` from\n`@angular/forms/signals`, plus whatever payload the error class carries\n(`min`, `maxLength`, `pattern`, …). Declared structurally so `@mk-kit/ui/core`\nstays free of a runtime dependency on the signals entry point.",
@@ -3124,7 +3249,7 @@
3124
3249
  {
3125
3250
  "name": "MkCodeLanguage",
3126
3251
  "description": "Languages with built-in highlighting. Unknown values render plain text.",
3127
- "file": "projects/mk-kit/core/highlight/code-highlight.ts",
3252
+ "file": "projects/core/src/highlight.ts",
3128
3253
  "kind": "type",
3129
3254
  "definition": "'json' | 'plaintext'"
3130
3255
  },
@@ -3165,36 +3290,36 @@
3165
3290
  },
3166
3291
  {
3167
3292
  "name": "MkPlacement",
3168
- "description": "Common placement values for overlays (menus, tooltips, popovers).",
3169
- "file": "projects/mk-kit/core/types.ts",
3293
+ "description": "Common placement values for anchored overlays (menus, tooltips, popovers).",
3294
+ "file": "projects/core/src/anchor.ts",
3170
3295
  "kind": "type",
3171
3296
  "definition": "| 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end'"
3172
3297
  },
3173
3298
  {
3174
3299
  "name": "MkQueryCombinator",
3175
3300
  "description": "",
3176
- "file": "projects/mk-kit/core/query/query.types.ts",
3301
+ "file": "projects/core/src/query.ts",
3177
3302
  "kind": "type",
3178
3303
  "definition": "'and' | 'or'"
3179
3304
  },
3180
3305
  {
3181
3306
  "name": "MkQueryNode",
3182
3307
  "description": "",
3183
- "file": "projects/mk-kit/core/query/query.types.ts",
3308
+ "file": "projects/core/src/query.ts",
3184
3309
  "kind": "type",
3185
3310
  "definition": "MkQueryRule | MkQueryGroup"
3186
3311
  },
3187
3312
  {
3188
3313
  "name": "MkQueryOperator",
3189
3314
  "description": "Comparison operators. Which apply depends on the field type.",
3190
- "file": "projects/mk-kit/core/query/query.types.ts",
3315
+ "file": "projects/core/src/query.ts",
3191
3316
  "kind": "type",
3192
3317
  "definition": "| 'eq' | 'neq' | 'contains' | 'notContains' | 'startsWith' | 'endsWith' | 'gt' | 'gte' | 'lt' | 'lte' | 'between' | 'in' | 'notIn' | 'before' | 'after' | 'empty' | 'notEmpty'"
3193
3318
  },
3194
3319
  {
3195
3320
  "name": "MkQueryValueType",
3196
3321
  "description": "Value kind of a filterable field; decides the editor and the operators offered.",
3197
- "file": "projects/mk-kit/core/query/query.types.ts",
3322
+ "file": "projects/core/src/query.ts",
3198
3323
  "kind": "type",
3199
3324
  "definition": "'string' | 'number' | 'boolean' | 'date' | 'select'"
3200
3325
  },
@@ -10440,7 +10565,7 @@
10440
10565
  {
10441
10566
  "name": "mkHighlight",
10442
10567
  "description": "Highlight `src` for `language`, falling back to escaped plain text.",
10443
- "file": "projects/mk-kit/core/highlight/code-highlight.ts",
10568
+ "file": "projects/core/src/highlight.ts",
10444
10569
  "kind": "function",
10445
10570
  "signatures": [
10446
10571
  "(src: string, language: string): string"
@@ -11217,7 +11342,7 @@
11217
11342
  {
11218
11343
  "name": "MkCodeLanguage",
11219
11344
  "description": "Languages with built-in highlighting. Unknown values render plain text.",
11220
- "file": "projects/mk-kit/core/highlight/code-highlight.ts",
11345
+ "file": "projects/core/src/highlight.ts",
11221
11346
  "kind": "type",
11222
11347
  "definition": "'json' | 'plaintext'"
11223
11348
  },
@@ -12271,7 +12396,7 @@
12271
12396
  {
12272
12397
  "name": "addDays",
12273
12398
  "description": "A new date `count` days after `date` (negative to subtract).",
12274
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12399
+ "file": "projects/core/src/dates.ts",
12275
12400
  "kind": "function",
12276
12401
  "signatures": [
12277
12402
  "(date: Date, count: number): Date"
@@ -12280,7 +12405,7 @@
12280
12405
  {
12281
12406
  "name": "addMonths",
12282
12407
  "description": "A new date `count` months after `date` (negative to subtract). Clamps the\nday of month so e.g. Jan 31 + 1 month = Feb 28/29, not Mar 3.",
12283
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12408
+ "file": "projects/core/src/dates.ts",
12284
12409
  "kind": "function",
12285
12410
  "signatures": [
12286
12411
  "(date: Date, count: number): Date"
@@ -12289,7 +12414,7 @@
12289
12414
  {
12290
12415
  "name": "buildMonthMatrix",
12291
12416
  "description": "Build a fixed 6×7 matrix of `Date` cells for `viewDate`'s month, including\nthe leading days from the previous month and trailing days from the next so\nevery row is full. `firstDayOfWeek` is 0 (Sunday) … 6 (Saturday).",
12292
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12417
+ "file": "projects/core/src/dates.ts",
12293
12418
  "kind": "function",
12294
12419
  "signatures": [
12295
12420
  "(viewDate: Date, firstDayOfWeek?: number): Date[][]"
@@ -12298,7 +12423,7 @@
12298
12423
  {
12299
12424
  "name": "clampDate",
12300
12425
  "description": "Clamp `date` into the inclusive `[min, max]` range (either bound optional).",
12301
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12426
+ "file": "projects/core/src/dates.ts",
12302
12427
  "kind": "function",
12303
12428
  "signatures": [
12304
12429
  "(date: Date, min?: Date | null, max?: Date | null): Date"
@@ -12307,7 +12432,7 @@
12307
12432
  {
12308
12433
  "name": "endOfMonth",
12309
12434
  "description": "Midnight on the last day of `date`'s month.",
12310
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12435
+ "file": "projects/core/src/dates.ts",
12311
12436
  "kind": "function",
12312
12437
  "signatures": [
12313
12438
  "(date: Date): Date"
@@ -12316,7 +12441,7 @@
12316
12441
  {
12317
12442
  "name": "endOfWeek",
12318
12443
  "description": "The last day of the week containing `date`, at midnight.",
12319
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12444
+ "file": "projects/core/src/dates.ts",
12320
12445
  "kind": "function",
12321
12446
  "signatures": [
12322
12447
  "(date: Date, firstDayOfWeek?: number): Date"
@@ -12325,7 +12450,7 @@
12325
12450
  {
12326
12451
  "name": "formatDate",
12327
12452
  "description": "Format `date` using a small pattern set. Supported tokens:\n`yyyy` (4-digit year), `MMMM` (full month), `MMM` (short month),\n`MM` (2-digit month), `dd` (2-digit day), `d` (day), `ddd` (short weekday),\n`HH` / `H` (24-hour, padded / bare), `hh` / `h` (12-hour, padded / bare),\n`mm` (2-digit minutes) and `a` (`AM` / `PM`). Longer tokens are matched\nfirst so `MMMM` wins over `MM`. Month/weekday names come from `names` when\ngiven, else English.",
12328
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12453
+ "file": "projects/core/src/dates.ts",
12329
12454
  "kind": "function",
12330
12455
  "signatures": [
12331
12456
  "(date: Date, pattern: string, names?: MkDateNames): string"
@@ -12334,7 +12459,7 @@
12334
12459
  {
12335
12460
  "name": "formatISODate",
12336
12461
  "description": "Format `date` as an ISO calendar date `YYYY-MM-DD` (local time).",
12337
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12462
+ "file": "projects/core/src/dates.ts",
12338
12463
  "kind": "function",
12339
12464
  "signatures": [
12340
12465
  "(date: Date): string"
@@ -12343,7 +12468,7 @@
12343
12468
  {
12344
12469
  "name": "getISOWeek",
12345
12470
  "description": "ISO-8601 week number (1–53) of `date`. Weeks start on Monday and week 1 is\nthe week containing the first Thursday of the year.",
12346
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12471
+ "file": "projects/core/src/dates.ts",
12347
12472
  "kind": "function",
12348
12473
  "signatures": [
12349
12474
  "(date: Date): number"
@@ -12352,7 +12477,7 @@
12352
12477
  {
12353
12478
  "name": "getMonthNames",
12354
12479
  "description": "Full month names, index 0 = January (from `names`, else English).",
12355
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12480
+ "file": "projects/core/src/dates.ts",
12356
12481
  "kind": "function",
12357
12482
  "signatures": [
12358
12483
  "(names?: MkDateNames): readonly string[]"
@@ -12361,7 +12486,7 @@
12361
12486
  {
12362
12487
  "name": "getWeekdayFullName",
12363
12488
  "description": "Full weekday name for `date` (for screen-reader labels).",
12364
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12489
+ "file": "projects/core/src/dates.ts",
12365
12490
  "kind": "function",
12366
12491
  "signatures": [
12367
12492
  "(date: Date, names?: MkDateNames): string"
@@ -12370,7 +12495,7 @@
12370
12495
  {
12371
12496
  "name": "getWeekdayNames",
12372
12497
  "description": "Weekday header labels ordered to start at `firstDayOfWeek`.\n`format` selects `'short'` (e.g. `Mon`) or `'narrow'` (e.g. `M`).\nLabels come from `names` when given, else English.",
12373
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12498
+ "file": "projects/core/src/dates.ts",
12374
12499
  "kind": "function",
12375
12500
  "signatures": [
12376
12501
  "(firstDayOfWeek?: number, format?: \"short\" | \"narrow\", names?: MkDateNames): string[]"
@@ -12379,7 +12504,7 @@
12379
12504
  {
12380
12505
  "name": "isAfter",
12381
12506
  "description": "True when `a` is strictly after `b` (full timestamp comparison).",
12382
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12507
+ "file": "projects/core/src/dates.ts",
12383
12508
  "kind": "function",
12384
12509
  "signatures": [
12385
12510
  "(a: Date, b: Date): boolean"
@@ -12388,7 +12513,7 @@
12388
12513
  {
12389
12514
  "name": "isBefore",
12390
12515
  "description": "True when `a` is strictly before `b` (full timestamp comparison).",
12391
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12516
+ "file": "projects/core/src/dates.ts",
12392
12517
  "kind": "function",
12393
12518
  "signatures": [
12394
12519
  "(a: Date, b: Date): boolean"
@@ -12397,7 +12522,7 @@
12397
12522
  {
12398
12523
  "name": "isSameDay",
12399
12524
  "description": "True when both dates fall on the same calendar day (local time).",
12400
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12525
+ "file": "projects/core/src/dates.ts",
12401
12526
  "kind": "function",
12402
12527
  "signatures": [
12403
12528
  "(a: Date, b: Date): boolean"
@@ -12406,7 +12531,7 @@
12406
12531
  {
12407
12532
  "name": "isSameMonth",
12408
12533
  "description": "True when both dates fall in the same calendar month of the same year.",
12409
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12534
+ "file": "projects/core/src/dates.ts",
12410
12535
  "kind": "function",
12411
12536
  "signatures": [
12412
12537
  "(a: Date, b: Date): boolean"
@@ -12415,7 +12540,7 @@
12415
12540
  {
12416
12541
  "name": "parseISODate",
12417
12542
  "description": "Parse a `YYYY-MM-DD` string into a local-time `Date`, or `null` if invalid.",
12418
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12543
+ "file": "projects/core/src/dates.ts",
12419
12544
  "kind": "function",
12420
12545
  "signatures": [
12421
12546
  "(value: string | null | undefined): Date | null"
@@ -12424,7 +12549,7 @@
12424
12549
  {
12425
12550
  "name": "startOfDay",
12426
12551
  "description": "Midnight (00:00:00.000) on `date`'s calendar day.",
12427
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12552
+ "file": "projects/core/src/dates.ts",
12428
12553
  "kind": "function",
12429
12554
  "signatures": [
12430
12555
  "(date: Date): Date"
@@ -12433,7 +12558,7 @@
12433
12558
  {
12434
12559
  "name": "startOfMonth",
12435
12560
  "description": "Midnight (00:00:00.000) on the first day of `date`'s month.",
12436
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12561
+ "file": "projects/core/src/dates.ts",
12437
12562
  "kind": "function",
12438
12563
  "signatures": [
12439
12564
  "(date: Date): Date"
@@ -12442,7 +12567,7 @@
12442
12567
  {
12443
12568
  "name": "startOfWeek",
12444
12569
  "description": "The first day of the week containing `date`, at midnight. `firstDayOfWeek`\nis the week's starting weekday (0 = Sunday … 6 = Saturday).",
12445
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12570
+ "file": "projects/core/src/dates.ts",
12446
12571
  "kind": "function",
12447
12572
  "signatures": [
12448
12573
  "(date: Date, firstDayOfWeek?: number): Date"
@@ -12573,7 +12698,7 @@
12573
12698
  {
12574
12699
  "name": "MkWeekday",
12575
12700
  "description": "Day-of-week index 0 (Sunday) … 6 (Saturday).",
12576
- "file": "projects/mk-kit/datetime/datetime/date-utils.ts",
12701
+ "file": "projects/core/src/dates.ts",
12577
12702
  "kind": "type",
12578
12703
  "definition": "0 | 1 | 2 | 3 | 4 | 5 | 6"
12579
12704
  }
@@ -16407,7 +16532,7 @@
16407
16532
  {
16408
16533
  "name": "mkComputeDiff",
16409
16534
  "description": "Compute a line diff between `before` and `after`. Returns one `MkDiffRow`\nper line in document order, with `equal` / `insert` / `delete` ops and 1-based\nbefore/after line numbers. With `wordHighlight` (default true) changed lines\nalso carry word-level `segments`.",
16410
- "file": "projects/mk-kit/data/diff/diff-util.ts",
16535
+ "file": "projects/core/src/diff.ts",
16411
16536
  "kind": "function",
16412
16537
  "signatures": [
16413
16538
  "(before: string, after: string, options?: MkDiffOptions): MkDiffRow[]"
@@ -16425,7 +16550,7 @@
16425
16550
  {
16426
16551
  "name": "mkDiffStats",
16427
16552
  "description": "Summary counts (added / removed / unchanged lines) for a diff.",
16428
- "file": "projects/mk-kit/data/diff/diff-util.ts",
16553
+ "file": "projects/core/src/diff.ts",
16429
16554
  "kind": "function",
16430
16555
  "signatures": [
16431
16556
  "(rows: MkDiffRow[]): MkDiffStats"
@@ -16506,7 +16631,7 @@
16506
16631
  {
16507
16632
  "name": "mkParseAnsi",
16508
16633
  "description": "Parse one log line into styled spans. Pure — same input, same output.\nAdjacent runs with identical styling are merged, so a plain line yields a\nsingle span (or none when empty).",
16509
- "file": "projects/mk-kit/data/log-viewer/ansi.ts",
16634
+ "file": "projects/core/src/ansi.ts",
16510
16635
  "kind": "function",
16511
16636
  "signatures": [
16512
16637
  "(line: string): MkAnsiSpan[]"
@@ -16515,7 +16640,7 @@
16515
16640
  {
16516
16641
  "name": "mkParseMarkdown",
16517
16642
  "description": "Parse markdown source into a typed AST. Pure and dependency-free — safe to\nrun on a server. Unsafe link/image URLs are already dropped at this stage,\nso the AST never carries a `javascript:` (or other non-allow-listed) URL.",
16518
- "file": "projects/mk-kit/data/markdown/markdown-parse.ts",
16643
+ "file": "projects/core/src/markdown.ts",
16519
16644
  "kind": "function",
16520
16645
  "signatures": [
16521
16646
  "(src: string, options?: MkMarkdownParseOptions): MkMarkdownBlock[]"
@@ -16542,7 +16667,7 @@
16542
16667
  {
16543
16668
  "name": "mkRenderMarkdown",
16544
16669
  "description": "Render a parsed AST to an HTML string. The output contains only tags this\nrenderer generates (all source text is escaped), so it is safe to bind to\n`[innerHTML]` — Angular's sanitizer keeps every element/attribute used here.\nFenced code is highlighted via `mkHighlight` for its known languages.",
16545
- "file": "projects/mk-kit/data/markdown/markdown-parse.ts",
16670
+ "file": "projects/core/src/markdown.ts",
16546
16671
  "kind": "function",
16547
16672
  "signatures": [
16548
16673
  "(blocks: MkMarkdownBlock[], options?: MkMarkdownRenderOptions): string"
@@ -16569,7 +16694,7 @@
16569
16694
  {
16570
16695
  "name": "mkStripAnsi",
16571
16696
  "description": "Remove every ANSI escape sequence from a line (for copy / search).",
16572
- "file": "projects/mk-kit/data/log-viewer/ansi.ts",
16697
+ "file": "projects/core/src/ansi.ts",
16573
16698
  "kind": "function",
16574
16699
  "signatures": [
16575
16700
  "(line: string): string"
@@ -16592,7 +16717,7 @@
16592
16717
  {
16593
16718
  "name": "MkAnsiSpan",
16594
16719
  "description": "One styled run of text within a parsed line.",
16595
- "file": "projects/mk-kit/data/log-viewer/ansi.ts",
16720
+ "file": "projects/core/src/ansi.ts",
16596
16721
  "kind": "interface",
16597
16722
  "members": [
16598
16723
  {
@@ -16694,7 +16819,7 @@
16694
16819
  {
16695
16820
  "name": "MkDiffOptions",
16696
16821
  "description": "Options for `mkComputeDiff`.",
16697
- "file": "projects/mk-kit/data/diff/diff-util.ts",
16822
+ "file": "projects/core/src/diff.ts",
16698
16823
  "kind": "interface",
16699
16824
  "members": [
16700
16825
  {
@@ -16714,7 +16839,7 @@
16714
16839
  {
16715
16840
  "name": "MkDiffRow",
16716
16841
  "description": "One line of a computed diff.",
16717
- "file": "projects/mk-kit/data/diff/diff-util.ts",
16842
+ "file": "projects/core/src/diff.ts",
16718
16843
  "kind": "interface",
16719
16844
  "members": [
16720
16845
  {
@@ -16748,7 +16873,7 @@
16748
16873
  {
16749
16874
  "name": "MkDiffSegment",
16750
16875
  "description": "A word-level segment within a changed line.",
16751
- "file": "projects/mk-kit/data/diff/diff-util.ts",
16876
+ "file": "projects/core/src/diff.ts",
16752
16877
  "kind": "interface",
16753
16878
  "members": [
16754
16879
  {
@@ -16766,7 +16891,7 @@
16766
16891
  {
16767
16892
  "name": "MkDiffStats",
16768
16893
  "description": "Summary counts for a diff.",
16769
- "file": "projects/mk-kit/data/diff/diff-util.ts",
16894
+ "file": "projects/core/src/diff.ts",
16770
16895
  "kind": "interface",
16771
16896
  "members": [
16772
16897
  {
@@ -17027,7 +17152,7 @@
17027
17152
  {
17028
17153
  "name": "MkMarkdownList",
17029
17154
  "description": "An ordered or unordered (tight) list block.",
17030
- "file": "projects/mk-kit/data/markdown/markdown-parse.ts",
17155
+ "file": "projects/core/src/markdown.ts",
17031
17156
  "kind": "interface",
17032
17157
  "members": [
17033
17158
  {
@@ -17055,7 +17180,7 @@
17055
17180
  {
17056
17181
  "name": "MkMarkdownListItem",
17057
17182
  "description": "One `<li>`: tight inline content plus an optional nested list.",
17058
- "file": "projects/mk-kit/data/markdown/markdown-parse.ts",
17183
+ "file": "projects/core/src/markdown.ts",
17059
17184
  "kind": "interface",
17060
17185
  "members": [
17061
17186
  {
@@ -17073,7 +17198,7 @@
17073
17198
  {
17074
17199
  "name": "MkMarkdownParseOptions",
17075
17200
  "description": "",
17076
- "file": "projects/mk-kit/data/markdown/markdown-parse.ts",
17201
+ "file": "projects/core/src/markdown.ts",
17077
17202
  "kind": "interface",
17078
17203
  "members": [
17079
17204
  {
@@ -17087,7 +17212,7 @@
17087
17212
  {
17088
17213
  "name": "MkMarkdownRenderOptions",
17089
17214
  "description": "",
17090
- "file": "projects/mk-kit/data/markdown/markdown-parse.ts",
17215
+ "file": "projects/core/src/markdown.ts",
17091
17216
  "kind": "interface",
17092
17217
  "members": [
17093
17218
  {
@@ -17422,7 +17547,7 @@
17422
17547
  {
17423
17548
  "name": "MkDiffOp",
17424
17549
  "description": "The kind of change for a diff row/segment.",
17425
- "file": "projects/mk-kit/data/diff/diff-util.ts",
17550
+ "file": "projects/core/src/diff.ts",
17426
17551
  "kind": "type",
17427
17552
  "definition": "'equal' | 'insert' | 'delete'"
17428
17553
  },
@@ -17436,21 +17561,21 @@
17436
17561
  {
17437
17562
  "name": "MkMarkdownAlign",
17438
17563
  "description": "Column alignment of a table, from the delimiter row's colons.",
17439
- "file": "projects/mk-kit/data/markdown/markdown-parse.ts",
17564
+ "file": "projects/core/src/markdown.ts",
17440
17565
  "kind": "type",
17441
17566
  "definition": "'left' | 'center' | 'right' | null"
17442
17567
  },
17443
17568
  {
17444
17569
  "name": "MkMarkdownBlock",
17445
17570
  "description": "Block-level node of the markdown AST.",
17446
- "file": "projects/mk-kit/data/markdown/markdown-parse.ts",
17571
+ "file": "projects/core/src/markdown.ts",
17447
17572
  "kind": "type",
17448
17573
  "definition": "| { kind: 'heading'; level: 1 | 2 | 3 | 4 | 5 | 6; children: MkMarkdownInline[] } | { kind: 'paragraph'; children: MkMarkdownInline[] } | { kind: 'code'; language: string; code: string } | { kind: 'blockquote'; children: MkMarkdownBlock[] } | { kind: 'hr' } | MkMarkdownList | { kind: 'table'; align: MkMarkdownAlign[]; header: MkMarkdownInline[][]; rows: MkMarkdownInline[][][]; }"
17449
17574
  },
17450
17575
  {
17451
17576
  "name": "MkMarkdownInline",
17452
17577
  "description": "Inline (phrasing) node of the markdown AST.",
17453
- "file": "projects/mk-kit/data/markdown/markdown-parse.ts",
17578
+ "file": "projects/core/src/markdown.ts",
17454
17579
  "kind": "type",
17455
17580
  "definition": "| { kind: 'text'; text: string } | { kind: 'softbreak' } | { kind: 'break' } | { kind: 'code'; code: string } | { kind: 'strong'; children: MkMarkdownInline[] } | { kind: 'em'; children: MkMarkdownInline[] } | { kind: 'del'; children: MkMarkdownInline[] } | { kind: 'link'; href: string; children: MkMarkdownInline[] } | { kind: 'image'; src: string; alt: string }"
17456
17581
  },
@@ -22561,6 +22686,162 @@
22561
22686
  }
22562
22687
  ]
22563
22688
  },
22689
+ {
22690
+ "name": "locales/de",
22691
+ "import": "@mk-kit/ui/locales/de",
22692
+ "exports": [
22693
+ {
22694
+ "name": "mkPluralDe",
22695
+ "description": "Picks the German plural form for a count — CLDR's `de` rules for integers:\n`one` for 1, `other` for everything else.\n\n```ts\nmkPluralDe(1, 'Ergebnis', 'Ergebnisse'); // 'Ergebnis'\nmkPluralDe(3, 'Ergebnis', 'Ergebnisse'); // 'Ergebnisse'\n```",
22696
+ "file": "projects/mk-kit/locales/de/de.ts",
22697
+ "kind": "function",
22698
+ "signatures": [
22699
+ "(count: number, one: string, other: string): string"
22700
+ ]
22701
+ },
22702
+ {
22703
+ "name": "provideMkI18nDe",
22704
+ "description": "Provides the German strings — `MK_DE_I18N` with any `overrides`\nmerged on top (deep for `dateNames`, `blockEditor` and `validation`, like\n`provideMkI18n`).\n\n```ts\nbootstrapApplication(App, {\n providers: [provideMkI18nDe({ noData: 'Nichts zu sehen' })],\n});\n```",
22705
+ "file": "projects/mk-kit/locales/de/de.ts",
22706
+ "kind": "function",
22707
+ "signatures": [
22708
+ "(overrides?: MkI18nOverrides): Provider"
22709
+ ]
22710
+ },
22711
+ {
22712
+ "name": "MK_DE_BLOCK_EDITOR",
22713
+ "description": "German strings of the block editor's chrome.",
22714
+ "file": "projects/mk-kit/locales/de/de.ts",
22715
+ "kind": "const",
22716
+ "type": "MkBlockEditorStrings"
22717
+ },
22718
+ {
22719
+ "name": "MK_DE_DATE_NAMES",
22720
+ "description": "German month and weekday names (Sunday-first, as in `Intl`).",
22721
+ "file": "projects/mk-kit/locales/de/de.ts",
22722
+ "kind": "const",
22723
+ "type": "MkDateNames"
22724
+ },
22725
+ {
22726
+ "name": "MK_DE_I18N",
22727
+ "description": "The complete German string map — every key of `MkI18nStrings`,\n`locale: 'de-DE'` and `currency: 'EUR'` for the formatting pipes.\nProvide it whole with `provideMkI18nDe`, or pass it as the base of\n`provideMkI18n(overrides, MK_DE_I18N)`.",
22728
+ "file": "projects/mk-kit/locales/de/de.ts",
22729
+ "kind": "const",
22730
+ "type": "MkI18nStrings"
22731
+ },
22732
+ {
22733
+ "name": "MK_DE_VALIDATION",
22734
+ "description": "German validation messages rendered by `mk-form-field`.",
22735
+ "file": "projects/mk-kit/locales/de/de.ts",
22736
+ "kind": "const",
22737
+ "type": "MkValidationStrings"
22738
+ }
22739
+ ]
22740
+ },
22741
+ {
22742
+ "name": "locales/es",
22743
+ "import": "@mk-kit/ui/locales/es",
22744
+ "exports": [
22745
+ {
22746
+ "name": "mkPluralEs",
22747
+ "description": "Picks the Spanish plural form for a count — CLDR's `es` rules for integers:\n`one` for 1, `other` for everything else.\n\n```ts\nmkPluralEs(1, 'resultado', 'resultados'); // 'resultado'\nmkPluralEs(3, 'resultado', 'resultados'); // 'resultados'\n```",
22748
+ "file": "projects/mk-kit/locales/es/es.ts",
22749
+ "kind": "function",
22750
+ "signatures": [
22751
+ "(count: number, one: string, other: string): string"
22752
+ ]
22753
+ },
22754
+ {
22755
+ "name": "provideMkI18nEs",
22756
+ "description": "Provides the Spanish strings — `MK_ES_I18N` with any `overrides`\nmerged on top (deep for `dateNames`, `blockEditor` and `validation`, like\n`provideMkI18n`).\n\n```ts\nbootstrapApplication(App, {\n providers: [provideMkI18nEs({ noData: 'No hay nada aquí' })],\n});\n```",
22757
+ "file": "projects/mk-kit/locales/es/es.ts",
22758
+ "kind": "function",
22759
+ "signatures": [
22760
+ "(overrides?: MkI18nOverrides): Provider"
22761
+ ]
22762
+ },
22763
+ {
22764
+ "name": "MK_ES_BLOCK_EDITOR",
22765
+ "description": "Spanish strings of the block editor's chrome.",
22766
+ "file": "projects/mk-kit/locales/es/es.ts",
22767
+ "kind": "const",
22768
+ "type": "MkBlockEditorStrings"
22769
+ },
22770
+ {
22771
+ "name": "MK_ES_DATE_NAMES",
22772
+ "description": "Spanish month and weekday names (Sunday-first, lowercase as in `Intl`).",
22773
+ "file": "projects/mk-kit/locales/es/es.ts",
22774
+ "kind": "const",
22775
+ "type": "MkDateNames"
22776
+ },
22777
+ {
22778
+ "name": "MK_ES_I18N",
22779
+ "description": "The complete Spanish string map — every key of `MkI18nStrings`,\n`locale: 'es-ES'` and `currency: 'EUR'` for the formatting pipes.\nProvide it whole with `provideMkI18nEs`, or pass it as the base of\n`provideMkI18n(overrides, MK_ES_I18N)`.",
22780
+ "file": "projects/mk-kit/locales/es/es.ts",
22781
+ "kind": "const",
22782
+ "type": "MkI18nStrings"
22783
+ },
22784
+ {
22785
+ "name": "MK_ES_VALIDATION",
22786
+ "description": "Spanish validation messages rendered by `mk-form-field`.",
22787
+ "file": "projects/mk-kit/locales/es/es.ts",
22788
+ "kind": "const",
22789
+ "type": "MkValidationStrings"
22790
+ }
22791
+ ]
22792
+ },
22793
+ {
22794
+ "name": "locales/fr",
22795
+ "import": "@mk-kit/ui/locales/fr",
22796
+ "exports": [
22797
+ {
22798
+ "name": "mkPluralFr",
22799
+ "description": "Picks the French plural form for a count — CLDR's `fr` rules for integers:\n`one` for 0 and 1, `other` for everything else.\n\n```ts\nmkPluralFr(1, 'résultat', 'résultats'); // 'résultat'\nmkPluralFr(0, 'résultat', 'résultats'); // 'résultat'\nmkPluralFr(3, 'résultat', 'résultats'); // 'résultats'\n```",
22800
+ "file": "projects/mk-kit/locales/fr/fr.ts",
22801
+ "kind": "function",
22802
+ "signatures": [
22803
+ "(count: number, one: string, other: string): string"
22804
+ ]
22805
+ },
22806
+ {
22807
+ "name": "provideMkI18nFr",
22808
+ "description": "Provides the French strings — `MK_FR_I18N` with any `overrides`\nmerged on top (deep for `dateNames`, `blockEditor` and `validation`, like\n`provideMkI18n`).\n\n```ts\nbootstrapApplication(App, {\n providers: [provideMkI18nFr({ noData: 'Rien à afficher ici' })],\n});\n```",
22809
+ "file": "projects/mk-kit/locales/fr/fr.ts",
22810
+ "kind": "function",
22811
+ "signatures": [
22812
+ "(overrides?: MkI18nOverrides): Provider"
22813
+ ]
22814
+ },
22815
+ {
22816
+ "name": "MK_FR_BLOCK_EDITOR",
22817
+ "description": "French strings of the block editor's chrome.",
22818
+ "file": "projects/mk-kit/locales/fr/fr.ts",
22819
+ "kind": "const",
22820
+ "type": "MkBlockEditorStrings"
22821
+ },
22822
+ {
22823
+ "name": "MK_FR_DATE_NAMES",
22824
+ "description": "French month and weekday names (Sunday-first, lowercase as in `Intl`).",
22825
+ "file": "projects/mk-kit/locales/fr/fr.ts",
22826
+ "kind": "const",
22827
+ "type": "MkDateNames"
22828
+ },
22829
+ {
22830
+ "name": "MK_FR_I18N",
22831
+ "description": "The complete French string map — every key of `MkI18nStrings`,\n`locale: 'fr-FR'` and `currency: 'EUR'` for the formatting pipes.\nProvide it whole with `provideMkI18nFr`, or pass it as the base of\n`provideMkI18n(overrides, MK_FR_I18N)`.",
22832
+ "file": "projects/mk-kit/locales/fr/fr.ts",
22833
+ "kind": "const",
22834
+ "type": "MkI18nStrings"
22835
+ },
22836
+ {
22837
+ "name": "MK_FR_VALIDATION",
22838
+ "description": "French validation messages rendered by `mk-form-field`.",
22839
+ "file": "projects/mk-kit/locales/fr/fr.ts",
22840
+ "kind": "const",
22841
+ "type": "MkValidationStrings"
22842
+ }
22843
+ ]
22844
+ },
22564
22845
  {
22565
22846
  "name": "locales/pl",
22566
22847
  "import": "@mk-kit/ui/locales/pl",
@@ -22613,6 +22894,58 @@
22613
22894
  }
22614
22895
  ]
22615
22896
  },
22897
+ {
22898
+ "name": "locales/uk",
22899
+ "import": "@mk-kit/ui/locales/uk",
22900
+ "exports": [
22901
+ {
22902
+ "name": "mkPluralUk",
22903
+ "description": "Picks the Ukrainian plural form for a count — CLDR's `uk` rules for\nintegers: `one` when the number ends in 1 (but not 11), `few` when it ends\nin 2–4 (but not 12–14), `many` otherwise.\n\n```ts\nmkPluralUk(1, 'результат', 'результати', 'результатів'); // 'результат'\nmkPluralUk(3, 'результат', 'результати', 'результатів'); // 'результати'\nmkPluralUk(11, 'результат', 'результати', 'результатів'); // 'результатів'\n```",
22904
+ "file": "projects/mk-kit/locales/uk/uk.ts",
22905
+ "kind": "function",
22906
+ "signatures": [
22907
+ "(count: number, one: string, few: string, many: string): string"
22908
+ ]
22909
+ },
22910
+ {
22911
+ "name": "provideMkI18nUk",
22912
+ "description": "Provides the Ukrainian strings — `MK_UK_I18N` with any `overrides`\nmerged on top (deep for `dateNames`, `blockEditor` and `validation`, like\n`provideMkI18n`).\n\n```ts\nbootstrapApplication(App, {\n providers: [provideMkI18nUk({ noData: 'Тут нічого немає' })],\n});\n```",
22913
+ "file": "projects/mk-kit/locales/uk/uk.ts",
22914
+ "kind": "function",
22915
+ "signatures": [
22916
+ "(overrides?: MkI18nOverrides): Provider"
22917
+ ]
22918
+ },
22919
+ {
22920
+ "name": "MK_UK_BLOCK_EDITOR",
22921
+ "description": "Ukrainian strings of the block editor's chrome.",
22922
+ "file": "projects/mk-kit/locales/uk/uk.ts",
22923
+ "kind": "const",
22924
+ "type": "MkBlockEditorStrings"
22925
+ },
22926
+ {
22927
+ "name": "MK_UK_DATE_NAMES",
22928
+ "description": "Ukrainian month and weekday names (Sunday-first, lowercase as in `Intl`).",
22929
+ "file": "projects/mk-kit/locales/uk/uk.ts",
22930
+ "kind": "const",
22931
+ "type": "MkDateNames"
22932
+ },
22933
+ {
22934
+ "name": "MK_UK_I18N",
22935
+ "description": "The complete Ukrainian string map — every key of `MkI18nStrings`,\n`locale: 'uk-UA'` and `currency: 'UAH'` for the formatting pipes.\nProvide it whole with `provideMkI18nUk`, or pass it as the base of\n`provideMkI18n(overrides, MK_UK_I18N)`.",
22936
+ "file": "projects/mk-kit/locales/uk/uk.ts",
22937
+ "kind": "const",
22938
+ "type": "MkI18nStrings"
22939
+ },
22940
+ {
22941
+ "name": "MK_UK_VALIDATION",
22942
+ "description": "Ukrainian validation messages rendered by `mk-form-field`.",
22943
+ "file": "projects/mk-kit/locales/uk/uk.ts",
22944
+ "kind": "const",
22945
+ "type": "MkValidationStrings"
22946
+ }
22947
+ ]
22948
+ },
22616
22949
  {
22617
22950
  "name": "testing",
22618
22951
  "import": "@mk-kit/ui/testing",